Skip to content

Commit

Permalink
[e] (0) remind myslf to make toBlob async when we add it (future feat…
Browse files Browse the repository at this point in the history
…ure, not currently specified)

git-svn-id: http://svn.whatwg.org/webapps@5870 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 10, 2011
1 parent 8fff28b commit e738640
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -31599,7 +31599,7 @@ <h4 id=the-canvas-element><span class=secno>4.8.11 </span>The <dfn id=canvas><co

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>
Expand Down Expand Up @@ -31830,7 +31830,7 @@ <h4 id=the-canvas-element><span class=secno>4.8.11 </span>The <dfn id=canvas><co

<!--
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
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -31582,7 +31582,7 @@ interface <dfn id=texttrackcue>TextTrackCue</dfn> {

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>
Expand Down Expand Up @@ -31813,7 +31813,7 @@ interface <dfn id=texttrackcue>TextTrackCue</dfn> {

<!--
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
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -34634,7 +34634,7 @@ interface <dfn>TextTrackCue</dfn> {

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>
Expand Down Expand Up @@ -34914,7 +34914,7 @@ interface <dfn>TextTrackCue</dfn> {

<!--
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
Expand Down

0 comments on commit e738640

Please sign in to comment.