mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-13 17:14:02 +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");
|