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
Current the spec text for .isReload is a bit vague. Step 18.4 of Handle Fetch says:
Let the isReload attribute of e be initialized to true if request's client is a window client and the event was dispatched with the user's intention for the page reload, and false otherwise.
Obviously a lot of hand waving in "user's intention" here.
Both chrome and firefox only set this for the top level navigation that is triggered from a refresh. All sub-resources get .isReload=false.
Over in this chrome issue devs are asking that to change:
I agree, 1) or 2) would be great. My main view here is that user reload the whole page, not just the HTML content. So they would expect that the all resources on that page (can) react to the reload (in a special way).
Current the spec text for .isReload is a bit vague. Step 18.4 of Handle Fetch says:
Obviously a lot of hand waving in "user's intention" here.
Both chrome and firefox only set this for the top level navigation that is triggered from a refresh. All sub-resources get .isReload=false.
Over in this chrome issue devs are asking that to change:
https://code.google.com/p/chromium/issues/detail?id=579866
But its unclear to me what this means for subresources. I see some possibilities:
I think (1) or (2) make the most sense for developers. Thoughts?
The text was updated successfully, but these errors were encountered: