- From: poot <cvsmail@w3.org>
- Date: Thu, 10 Feb 2011 18:43:34 -0500
- To: public-html-diffs@w3.org
hixie: remind myslf to make toBlob async when we add it (future feature, not currently specified) (whatwg r5870) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4712&r2=1.4713&f=h http://html5.org/tools/web-apps-tracker?from=5869&to=5870 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4712 retrieving revision 1.4713 diff -u -d -r1.4712 -r1.4713 --- Overview.html 10 Feb 2011 22:43:11 -0000 1.4712 +++ Overview.html 10 Feb 2011 23:42:19 -0000 1.4713 @@ -25935,7 +25935,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> @@ -26135,7 +26135,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
Received on Thursday, 10 February 2011 23:43:36 UTC