Current section
Files
Jump to
Current section
Files
priv/assets/worker/worker-http-import.js
console.log("hello from worker-http-import.js");
importScripts("./import-me.js")
console.log("successfully imported");
self.postMessage("finished");