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 7d4e781 commit 2583c9cCopy full SHA for 2583c9c
src/content/guides/web-workers.mdx
@@ -65,7 +65,7 @@ new Worker(new URL('./worker.js', import.meta.url));
65
---
66
Note that this is only available in ESM. `Worker` in CommonJS syntax is not supported by either webpack or Node.js.
67
68
-## Advanced: Cross-Domain and Dynamic Web Workers
+Cross-Domain and Dynamic Web Workers
69
70
In some setups, you may need your worker script to be hosted on a different origin
71
(for example, on a CDN or within a micro-frontend).
0 commit comments