We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 822a7bd commit eb2d546Copy full SHA for eb2d546
source
@@ -64861,6 +64861,10 @@ interface <dfn>OffscreenCanvas</dfn> : <span>EventTarget</span> {
64861
};
64862
</pre>
64863
64864
+ <p class="note"><code>OffscreenCanvas</code> is an <code>EventTarget</code> so that WebGL can
64865
+ fire <code data-x="">webglcontextlost</code> and <code data-x="">webglcontextrestored</code>
64866
+ events at it. <ref spec=WEBGL></p>
64867
+
64868
<p><code>OffscreenCanvas</code> objects are used to create rendering contexts, much like an
64869
<code>HTMLCanvasElement</code>, but with no connection to the DOM. This makes it possible to
64870
use canvas rendering contexts in <a href="#workers">workers</a>.</p>
0 commit comments