exteranto / framework

The Exteranto browser extension framework core packages.
https://exteranto.github.io
MIT License
5 stars 4 forks source link

Feature tab updated info #124

Closed porkbrain closed 5 years ago

porkbrain commented 5 years ago

References issue

123

Describe the pull request Added change info for tab events. Instead of creating a new interface I have reused the chrome.tabs.TabChangeInfo from chrome types. Also removed misleading webRequest safari event.

New features or API TabUpdatedEvent now has changeInfo property that is of type chrome.tabs.TabChangeInfo.

Additional context In Safari, TabUpdatedEvent only triggers if status or url is changed. Other tab changes are ignored.