Updated README for 'webview-ready' event.
This commit is contained in:
parent
88f40b1c79
commit
c0610a63ed
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue