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 1c107ee commit d02566bCopy full SHA for d02566b
src/content/guides/web-workers.mdx
@@ -54,4 +54,4 @@ import { Worker } from 'worker_threads';
54
new Worker(new URL('./worker.js', import.meta.url));
55
```
56
57
-请注意,这仅在 ESM 中可用。但不可用于 ComonnJS,无论 webpack 还是 Node.js 均是如此。
+请注意,这仅在 ESM 中可用。但不可用于 CommonJS,无论 webpack 还是 Node.js 均是如此。
0 commit comments