Skip to content

Commit 7969fba

Browse files
Fix: CodeSandbox 111. link
1 parent 957e1c9 commit 7969fba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4063,11 +4063,11 @@ self.addEventListener("message", (e) => {
40634063
});
40644064
```
40654065

4066-
[![Edit 111-Web Workers](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/p/sandbox/110-canvas-api-lgtkpg)
4066+
[![Edit 111-Web Workers](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/p/sandbox/111-web-workers-snqmpz)
40674067

40684068
- [^111]CodeSandbox: Web Workers.
40694069

4070-
[^111]:[CodeSandbox: Web Workers.](https://lgtkpg.csb.app/), last access: October 1, 2024.
4070+
[^111]:[CodeSandbox: Web Workers.](https://snqmpz.csb.app/), last access: October 1, 2024.
40714071

40724072
- The code above demonstrates how to use web workers to perform tasks in background threads.
40734073
- First, a new web worker is created by passing the path to a worker script (`worker.js`).

0 commit comments

Comments
 (0)