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 10a4a2b commit eb63a33Copy full SHA for eb63a33
src/worker-thread/WorkerDOMGlobalScope.ts
@@ -110,7 +110,7 @@ export interface GlobalScope {
110
// implementation to enable setting readonly properties like currentTarget.
111
Event: typeof WorkerDOMEvent;
112
MutationObserver: typeof MutationObserver;
113
- OffscreenCanvas?: typeof OffscreenCanvas;
+ OffscreenCanvas?: OffscreenCanvas; // Refers to the type defined in lib.webworker.d.ts
114
ImageBitmap?: typeof ImageBitmap;
115
requestAnimationFrame: typeof requestAnimationFrame;
116
cancelAnimationFrame: typeof cancelAnimationFrame;
0 commit comments