NabuCasa / esp-web-flasher

A web serial package for updating your ESP bootloader via the browser.
https://nabucasa.github.io/esp-web-flasher/
MIT License
43 stars 16 forks source link

Handle tab no longer active #17

Closed balloob closed 2 years ago

balloob commented 3 years ago

JavaScript can detect when a tab is no longer active. In that case the event loop is throttled and so parsing responses take longer to parse, hitting timeouts. We should handle that.

https://developer.mozilla.org/en-US/docs/Web/API/Page_Visibility_API