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
It seems this means we should always have an active about:blank document when performing a navigation FetchEvent? Is this right? Or is there something in the spec which implies we should create a separate reserved Client for things like top level navigations?
Note, we don't actually create an initial about:blank for things like top level navigations, but I'm trying to expose the clients as defined in the spec. When should the initial about:blank conceptually exist?