mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 21:53:35 +03:00
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");
|