Updated README for 'webview-ready' event.

This commit is contained in:
Bastian Küppers 2017-02-15 15:25:54 +01:00 committed by GitHub
parent 88f40b1c79
commit c0610a63ed

View file

@ -147,6 +147,7 @@ The following events are available:
* `tab.on("flash", (tab) => { ... });` * `tab.on("flash", (tab) => { ... });`
* `tab.on("unflash", (tab) => { ... });` * `tab.on("unflash", (tab) => { ... });`
* `tab.on("close", (tab) => { ... });` * `tab.on("close", (tab) => { ... });`
* `tab.on("webview-ready", (tab) => { ... });`
## Drag and drop support ## Drag and drop support