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-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

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