789380dfad
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. |
||
---|---|---|
.. | ||
guest-view-internal.coffee | ||
web-view-attributes.coffee | ||
web-view-constants.coffee | ||
web-view.coffee |