Skip to content

Commit 82843ad

Browse files
committed
Disabled link to "chrome://inspect/#workers" (it's not rendered as a link in GitHub) and made it bold instead.
1 parent 89dd5f8 commit 82843ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ When using Comlink with a [`SharedWorker`](https://developer.mozilla.org/en-US/d
101101
1. Use the [`port`](https://developer.mozilla.org/en-US/docs/Web/API/SharedWorker/port) property, of the `SharedWorker` instance, when calling `Comlink.wrap`.
102102
2. Call `Comlink.expose` within the [`onconnect`](https://developer.mozilla.org/en-US/docs/Web/API/SharedWorkerGlobalScope/onconnect) callback of the shared worker.
103103

104-
**Pro tip:** You can access DevTools for any shared worker currently running in Chrome by going to: [chrome://inspect/#workers](chrome://inspect/#workers).
104+
**Pro tip:** You can access DevTools for any shared worker currently running in Chrome by going to: **chrome://inspect/#workers**
105105

106106
**main.js**
107107

0 commit comments

Comments
 (0)