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
The same page is loaded. In Chrome, this is cached and treated as a reload. Does this count as a valid "reload operation" and thus can it be considered of NavigationType 'reload'? Or is this necessarily a navigation of type 'navigate' because I'm "entering the URL in the user agent's address bar"? The spec could be clarified.
Context (Chromium bug): https://bugs.chromium.org/p/chromium/issues/detail?id=859046
The text was updated successfully, but these errors were encountered:
"entering the URL in the user agent's address bar" is probably too oddly specific normative text. We probably need to say something like "the user requested the user agent to navigate to a specific URL". Then UA can determine which specific UI / UX would map to such a request.
Suppose I do the following:
The same page is loaded. In Chrome, this is cached and treated as a reload. Does this count as a valid "reload operation" and thus can it be considered of NavigationType 'reload'? Or is this necessarily a navigation of type 'navigate' because I'm "entering the URL in the user agent's address bar"? The spec could be clarified.
Context (Chromium bug): https://bugs.chromium.org/p/chromium/issues/detail?id=859046
The text was updated successfully, but these errors were encountered: