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
2.1 Let readiness target be the document readiness state tied to the current session’s page loading strategy, which can be found in the table of page load strategies.
2.2 Wait for the the current browsing context’s document readiness state to reach readiness target, or for the session page load timeout to pass, whichever occurs sooner.
When the page loading strategy is "none", the document readiness state is not defined (or it's equal to an empty string?) in the table of page load strategies.
My question is what it means for document readiness state to reach the readiness target when the page loading strategy is "none".
The text was updated successfully, but these errors were encountered:
I apologize if I have completely missed the answer from other parts of the spec.
In definition wait for navigation to complete:
When the
page loading strategy
is "none", thedocument readiness state
is not defined (or it's equal to an empty string?) in the table of page load strategies.My question is what it means for
document readiness state
to reach thereadiness target
when thepage loading strategy
is "none".The text was updated successfully, but these errors were encountered: