Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 277 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 277 Bytes

Webview Hangs

Sample repo to test a problem with electron webview

Installation

Clone and install dependencies with npm:

$ git clone https://github.com/Drawbotics/webview-hangs.git
$ cd webview-hangs
$ npm i

Run

Run it with:

$ npm run dev