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. |
||
---|---|---|
.. | ||
api | ||
lib | ||
resources/mac | ||
atom_render_view_observer.cc | ||
atom_render_view_observer.h | ||
atom_renderer_client.cc | ||
atom_renderer_client.h | ||
guest_view_container.cc | ||
guest_view_container.h | ||
node_array_buffer_bridge.cc | ||
node_array_buffer_bridge.h |