Skip to content

Commit 2583c9c

Browse files
authored
Removed prefix "advanced"
1 parent 7d4e781 commit 2583c9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/guides/web-workers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ new Worker(new URL('./worker.js', import.meta.url));
6565
---
6666
Note that this is only available in ESM. `Worker` in CommonJS syntax is not supported by either webpack or Node.js.
6767
68-
## Advanced: Cross-Domain and Dynamic Web Workers
68+
Cross-Domain and Dynamic Web Workers
6969
7070
In some setups, you may need your worker script to be hosted on a different origin
7171
(for example, on a CDN or within a micro-frontend).

0 commit comments

Comments
 (0)