Open main menu

CDOT Wiki β

Changes

Contribute to Private Browsing Tests

288 bytes added, 11:53, 21 October 2008
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)
1
edit