You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We don't have a platform way to expose network idle just yet, but the service worker approach should be reasonably reliable (but comes with the overhead of requiring a serviceworker, obviously).
If I implemented support for this, we could either do it as a default (downside: requires everyone to use Service Workers) or we make it a suggested option.