Also update README for new event

This commit is contained in:
Liam Best 2019-09-24 16:09:53 +10:00
parent 1c75a5876a
commit 75b215b263

View file

@ -207,6 +207,7 @@ The following events are available:
* `tab.on("title-changed", (title, tab) => { ... });`
* `tab.on("icon-changed", (icon, tab) => { ... });`
* `tab.on("active", (tab) => { ... });`
* `tab.on("inactive", (tab) => { ... });`
* `tab.on("visible", (tab) => { ... });`
* `tab.on("hidden", (tab) => { ... });`
* `tab.on("flash", (tab) => { ... });`