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 171ccb7 commit 92ee01bCopy full SHA for 92ee01b
1 file changed
README.md
@@ -95,7 +95,7 @@ You'll need a separated script file for the worker.
95
96
```ts
97
// worker.ts
98
-import { expose } from "https://cdn.skypack.dev/comlink?dts";
+import { expose } from "https://deno.land/x/comlink/mod.ts";
99
100
expose({
101
execute: async (payload: string) => {
0 commit comments