Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pfrazee/electron-bug-test-preload

Demonstrates an issue running the preload scripts in workers and iframes
https://github.com/pfrazee/electron-bug-test-preload

Last synced: 14 days ago
JSON representation

Demonstrates an issue running the preload scripts in workers and iframes

Awesome Lists containing this project

README

        

# electron-bug-test-preload

Console will emit true/false for whether the preload ran in the renderer, an iframe, and a worker. At time of writing this demo, only `true` for renderer.

```bash
git clone https://github.com/pfrazee/electron-bug-test-preload
cd electron-bug-test-preload
npm install
npm start
```

## License

[CC0 1.0 (Public Domain)](LICENSE.md)