diff --git a/README.md b/README.md index ee90593..5830897 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,7 @@ The following events are available: * `tab.on("flash", (tab) => { ... });` * `tab.on("unflash", (tab) => { ... });` * `tab.on("close", (tab) => { ... });` +* `tab.on("webview-ready", (tab) => { ... });` ## Drag and drop support