electron/spec-main/fixtures/apps/self-module-paths/worker.js
Shelley Vohr af991123f1
fix: self.module.paths not working in web workers (#29955)
* fix: global.module.paths in workers

* spec: add a regression test
2021-07-05 08:48:46 +09:00

1 line
37 B
JavaScript

self.postMessage(self.module.paths);