sveltejs / svelte-devtools

A browser extension to inspect Svelte application by extending your browser devtools capabilities
https://chromewebstore.google.com/detail/svelte-devtools/kfidecgcdjjfpeckbblhmfkhmlgecoff
MIT License
1.45k stars 77 forks source link

Avoid excessive chrome.tabs.onUpdated invocations #62

Closed bershanskiy closed 2 years ago

bershanskiy commented 3 years ago

On any platform besides Firefox avoid excessive chrome.tabs.onUpdated invocations. This commit does nothing on Firefox because Firefox has some race conditions. Also, Firefox does not support non-persistent background contexts so it would not benefit from this optimization.

bershanskiy commented 2 years ago

Closing as obsolete.