[html5] r5870 - [e] (0) remind myslf to make toBlob async when we add it (future feature, not cu [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Feb 10 15:42:14 PST 2011
Author: ianh
Date: 2011-02-10 15:42:13 -0800 (Thu, 10 Feb 2011)
New Revision: 5870
Modified:
complete.html
index
source
Log:
[e] (0) remind myslf to make toBlob async when we add it (future feature, not currently specified)
Modified: complete.html
===================================================================
--- complete.html 2011-02-10 22:42:35 UTC (rev 5869)
+++ complete.html 2011-02-10 23:42:13 UTC (rev 5870)
@@ -31599,7 +31599,7 @@
DOMString <a href=#dom-canvas-todataurl title=dom-canvas-toDataURL>toDataURL</a>(in optional DOMString type, in any... args);<!--
v5:
- <span>Blob</span> <span title="dom-canvas-toBlob">toBlob</span>(in optional DOMString type, in any... args);-->
+ void <span title="dom-canvas-toBlob">toBlob</span>(in <span>FileCallback</span>, in optional DOMString type, in any... args);-->
object <a href=#dom-canvas-getcontext title=dom-canvas-getContext>getContext</a>(in DOMString contextId, in any... args);
};</pre>
@@ -31830,7 +31830,7 @@
<!--
v5:
- <span>Blob</span> <span title="dom-canvas-toBlob">toBlob</span>(in optional DOMString type, in any... args);
+ void <span title="dom-canvas-toBlob">toBlob</span>(in <span>FileCallback</span>, in optional DOMString type, in any... args);
-->
<p>If the canvas has no pixels (i.e. either its horizontal dimension
Modified: index
===================================================================
--- index 2011-02-10 22:42:35 UTC (rev 5869)
+++ index 2011-02-10 23:42:13 UTC (rev 5870)
@@ -31582,7 +31582,7 @@
DOMString <a href=#dom-canvas-todataurl title=dom-canvas-toDataURL>toDataURL</a>(in optional DOMString type, in any... args);<!--
v5:
- <span>Blob</span> <span title="dom-canvas-toBlob">toBlob</span>(in optional DOMString type, in any... args);-->
+ void <span title="dom-canvas-toBlob">toBlob</span>(in <span>FileCallback</span>, in optional DOMString type, in any... args);-->
object <a href=#dom-canvas-getcontext title=dom-canvas-getContext>getContext</a>(in DOMString contextId, in any... args);
};</pre>
@@ -31813,7 +31813,7 @@
<!--
v5:
- <span>Blob</span> <span title="dom-canvas-toBlob">toBlob</span>(in optional DOMString type, in any... args);
+ void <span title="dom-canvas-toBlob">toBlob</span>(in <span>FileCallback</span>, in optional DOMString type, in any... args);
-->
<p>If the canvas has no pixels (i.e. either its horizontal dimension
Modified: source
===================================================================
--- source 2011-02-10 22:42:35 UTC (rev 5869)
+++ source 2011-02-10 23:42:13 UTC (rev 5870)
@@ -34634,7 +34634,7 @@
DOMString <span title="dom-canvas-toDataURL">toDataURL</span>(in optional DOMString type, in any... args);<!--
v5:
- <span>Blob</span> <span title="dom-canvas-toBlob">toBlob</span>(in optional DOMString type, in any... args);-->
+ void <span title="dom-canvas-toBlob">toBlob</span>(in <span>FileCallback</span>, in optional DOMString type, in any... args);-->
object <span title="dom-canvas-getContext">getContext</span>(in DOMString contextId, in any... args);
};</pre>
@@ -34914,7 +34914,7 @@
<!--
v5:
- <span>Blob</span> <span title="dom-canvas-toBlob">toBlob</span>(in optional DOMString type, in any... args);
+ void <span title="dom-canvas-toBlob">toBlob</span>(in <span>FileCallback</span>, in optional DOMString type, in any... args);
-->
<p>If the canvas has no pixels (i.e. either its horizontal dimension
More information about the Commit-Watchers
mailing list