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
[Migrating the following inline issue from the spec into the issue tracker:]
The purpose of the session attribute is to provide the presented page with access to the PresentationSession without allowing a potential race condition between the registration of an event handler and the firing of an event, or complicating the browser implementation to fix this case. It should be null in an opening context and non-null in a presented document.
The text was updated successfully, but these errors were encountered:
The session attribute was removed by PR #122, which also defines the algorithm for exposing the PresentationSession to the presenting browsing context. I believe this issue can also be closed.
[Migrating the following inline issue from the spec into the issue tracker:]
The text was updated successfully, but these errors were encountered: