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
#8785 and #8805 clarify the syntax of the events which are fired on the old/new Document during a transition. The timing of these events with respect to a navigation's lifecycle needs to be clarified.
Here are some constraints:
The event dispatched on the old Document must be followed by a render to capture its visual state.
The event dispatched on the new Document must be after the above event, since it passes contextual information.
The event dispatched on the new Document show allow addition of render-blocking resources.
The text was updated successfully, but these errors were encountered:
Not sure we should send a new type of event on the old document at all. Let users customize their exit state on navigate/click events rather than rely on a precise processing model.
The JS in the new document should be activated after all the JS in the old document is complete.
Uh oh!
There was an error while loading. Please reload this page.
#8785 and #8805 clarify the syntax of the events which are fired on the old/new Document during a transition. The timing of these events with respect to a navigation's lifecycle needs to be clarified.
Here are some constraints:
The text was updated successfully, but these errors were encountered: