Merge importScripts into one call.
This commit is contained in:
parent
529f6d6086
commit
ed4714bd16
1 changed files with 1 additions and 7 deletions
|
|
@ -1,10 +1,4 @@
|
||||||
importScripts("/libcurl/index.js");
|
importScripts("/libcurl/index.js", "/expoxy/index.js", "/bare_transport.js", "/uv/uv.bundle.js", "/uv.config.js", __uv$config.sw, "/workerware/workerware.js");
|
||||||
importScripts("/epoxy/index.js");
|
|
||||||
importScripts("/bare_transport.js");
|
|
||||||
importScripts("/uv/uv.bundle.js");
|
|
||||||
importScripts("/uv.config.js");
|
|
||||||
importScripts(__uv$config.sw);
|
|
||||||
importScripts("./workerware/workerware.js");
|
|
||||||
|
|
||||||
const ww = new WorkerWare({
|
const ww = new WorkerWare({
|
||||||
debug: true,
|
debug: true,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue