Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pfrazee/electron-bug-test-preload
- Owner: pfrazee
- License: cc0-1.0
- Created: 2018-04-02T16:15:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-02T16:15:57.000Z (over 6 years ago)
- Last Synced: 2024-10-30T15:54:41.477Z (2 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)