1
edit
Changes
m
→Session Store Unit Test Notes
</pre>
|}
** Setting up a state for a tab
{|class="collapsible" style="background: #c0c0c0" width="80%"
|-
| <pre>
// setup a state for a tab
let key1 = "key";
let value1 = "Value " + Math.random();
let state1 = { entries: [{ url: testURL }], extData: { key: value1 } };
</pre>
|}
=== History Unit Test Notes===
* [[User:AaronMT|AaronMT]] 20:06, 5 October 2008 (UTC)