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.46k stars 79 forks source link

fix: ignore inspect toggle events #188

Closed ignatiusmb closed 6 months ago

ignatiusmb commented 6 months ago

Messages from .postMessage inside of the app runtime are also captured by its own onMessage listeners, so we need to handle those accordingly.