5 lines
149 B
JavaScript
5 lines
149 B
JavaScript
|
|
console.log("hello from worker-http-import.js");
|
||
|
|
importScripts("./import-me.js")
|
||
|
|
console.log("successfully imported");
|
||
|
|
self.postMessage("finished");
|