This commit is contained in:
Jason 2022-02-14 00:25:17 -05:00
parent b9b6aee734
commit 82f5f76588
66 changed files with 74967 additions and 1 deletions

6
example/static/index.js Normal file
View file

@ -0,0 +1,6 @@
importScripts('./uv.bundle.js');
importScripts('./uv.handler.js');
__uv.client.location.overrideWorkerLocation(() => new URL('https://www.google.com'));
console.log(postMessage.__uv$string);