Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pfrazee/electron-bug-target-blank-crash
Bug demo of a crash in electron 1.7.1, where nativeWindowOpen on a webview crashes on a target=_blank link click
https://github.com/pfrazee/electron-bug-target-blank-crash
Last synced: 14 days ago
JSON representation
Bug demo of a crash in electron 1.7.1, where nativeWindowOpen on a webview crashes on a target=_blank link click
- Host: GitHub
- URL: https://github.com/pfrazee/electron-bug-target-blank-crash
- Owner: pfrazee
- License: cc0-1.0
- Created: 2017-05-23T02:05:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-23T02:06:17.000Z (over 7 years ago)
- Last Synced: 2024-10-30T15:54:41.721Z (2 months ago)
- Language: JavaScript
- Size: 41 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-quick-start
```
npm install
npm start
```Then click "Click here for crashies."
The salient feature seems to be the `nativeWindowOpen` on the webview's webpreferences. Remove that, and the crash stops