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
I suspect the key thing we want is to use the browser UI value for user navigation involvement in both the navigate and reload algorithms. Otherwise I we want to use the default values for parameters. This matches the browser UI requirements in https://html.spec.whatwg.org/multipage/document-lifecycle.html#nav-traversal-ui
"default"
as history handling. HTML spec has auto/replace/push only."reload"
as history handling. HTML spec does not support it.Should we use "auto" for history handling in navigate and call https://html.spec.whatwg.org/multipage/browsing-the-web.html#reload to specify the reload command?
cc @jgraham @sadym-chromium
The text was updated successfully, but these errors were encountered: