Files
AI/참고/playwright-main/tests/assets/worker/worker-http-import.js

5 lines
149 B
JavaScript
Raw Normal View History

2026-05-12 19:40:31 +09:00
console.log("hello from worker-http-import.js");
importScripts("./import-me.js")
console.log("successfully imported");
self.postMessage("finished");