[html5] r6211 - [giow] (0) Add the atob/btoa methods to WorkerUtils

whatwg at whatwg.org whatwg at whatwg.org
Fri Jun 10 15:15:45 PDT 2011


Author: ianh
Date: 2011-06-10 15:15:44 -0700 (Fri, 10 Jun 2011)
New Revision: 6211

Modified:
   complete.html
   source
Log:
[giow] (0) Add the atob/btoa methods to WorkerUtils

Modified: complete.html
===================================================================
--- complete.html	2011-06-10 20:38:01 UTC (rev 6210)
+++ complete.html	2011-06-10 22:15:44 UTC (rev 6211)
@@ -78059,7 +78059,8 @@
   void <a href=#dom-workerglobalscope-importscripts title=dom-WorkerGlobalScope-importScripts>importScripts</a>(in DOMString... urls);
   readonly attribute <a href=#workernavigator>WorkerNavigator</a> <a href=#dom-worker-navigator title=dom-worker-navigator>navigator</a>;
 };
-<a href=#workerutils>WorkerUtils</a> implements <a href=#windowtimers>WindowTimers</a>;</pre>
+<a href=#workerutils>WorkerUtils</a> implements <a href=#windowtimers>WindowTimers</a>;
+<a href=#workerutils>WorkerUtils</a> implements <a href=#windowbase64>WindowBase64</a>;</pre>
 
   <p>The DOM APIs (<code><a href=#node>Node</a></code> objects, <code><a href=#document>Document</a></code>
   objects, etc) are not available to workers in this version of this

Modified: source
===================================================================
--- source	2011-06-10 20:38:01 UTC (rev 6210)
+++ source	2011-06-10 22:15:44 UTC (rev 6211)
@@ -88585,7 +88585,8 @@
   void <span title="dom-WorkerGlobalScope-importScripts">importScripts</span>(in DOMString... urls);
   readonly attribute <span>WorkerNavigator</span> <span title="dom-worker-navigator">navigator</span>;
 };
-<span>WorkerUtils</span> implements <span>WindowTimers</span>;</pre>
+<span>WorkerUtils</span> implements <span>WindowTimers</span>;
+<span>WorkerUtils</span> implements <span>WindowBase64</span>;</pre>
 
   <p>The DOM APIs (<code>Node</code> objects, <code>Document</code>
   objects, etc) are not available to workers in this version of this




More information about the Commit-Watchers mailing list