Preflight Checklist
Issue Details
- Electron Version:
- Operating System:
Expected Behavior
Don't crash when nodeIntegrationInWorker is true and a service worker is being registered. 🙂
Actual Behavior
A crash occurs once the service worker is attempted to be registered (blank page, DevTools disconnects).
To Reproduce
Attempt to register a service worker with nodeIntegrationInWorker set to true.
$ git clone https://github.com/lgrahl/electron-node-integration-service-worker-crash
$ npm install
$ npm start
Commit lgrahl/electron-node-integration-service-worker-crash@97b14f2
Preflight Checklist
Issue Details
Expected Behavior
Don't crash when
nodeIntegrationInWorkeristrueand a service worker is being registered. 🙂Actual Behavior
A crash occurs once the service worker is attempted to be registered (blank page, DevTools disconnects).
To Reproduce
Attempt to register a service worker with
nodeIntegrationInWorkerset totrue.Commit lgrahl/electron-node-integration-service-worker-crash@97b14f2