We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a1bdc6 commit 2c969bfCopy full SHA for 2c969bf
offscreencanvas.html
@@ -71,7 +71,7 @@ <h2>Offscreen canvas demo</h2>
71
72
<div class="support">Your browser does not support OffscreenCanvas.</div>
73
74
-<p><b>Demo</b>: The canvas animation is fully driven inside of the qorker. <code>Worker.requestAnimationFrame()</code>
+<p><b>Demo</b>: The canvas animation is fully driven inside of the worker. <code>Worker.requestAnimationFrame()</code>
75
is used to drive the animation withi the worker and pixels are manipulated / drawn to the canvas
76
using <code>OffscreenCanvas</code>. The worker introduces jank to the
77
animation every so often to simulate a CPU-intensie operation. However, the main thread
0 commit comments