Thu, 15 Jan 2015 21:03:48 +0100
Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>Test for DataStore - bug 986056 app</title>
6 </head>
7 <body>
8 <p id="display"></p>
9 <div id="content" style="display: none">
11 </div>
12 <pre id="test">
13 <script type="application/javascript;version=1.7">
15 function cbError() {
16 alert('KO error');
17 }
19 navigator.getDataStores('foo').then(function(stores) {
20 alert("OK " + stores.length);
21 }, cbError);
22 </script>
23 </pre>
24 </body>
25 </html>