electron/atom/renderer/lib/web-view
Paul Betts 789380dfad Ensure calling webview.send will not block the renderer
When the browser process is busy, calling webview.send (a method that appears
on its face to be non-blocking) will actually block, because most webview methods
are remoted to a guest view instance in the browser. Instead, define a few methods
which will instead send its call over an async IPC message.
2015-11-25 15:54:30 -08:00
..
guest-view-internal.coffee Replace "Url" in API names with "URL" 2015-11-13 16:03:40 +08:00
web-view-attributes.coffee Replace "Url" in API names with "URL" 2015-11-13 16:03:40 +08:00
web-view-constants.coffee Add allowpopups attribute for webview 2015-09-22 20:11:05 +08:00
web-view.coffee Ensure calling webview.send will not block the renderer 2015-11-25 15:54:30 -08:00