Re: [presentation-api] Behavior of window.reload() on presentation receiver page

How can we know when the controller becomes able to reconnect to the receiver after 'window.reload()'?

In the case of connecting, a `connect` event is fired at a PresentationConnection on the controller when the receiver page has been loaded. On the other hand, when the receiver invokes 'window.reload()', a `connect` event will not be fired because the state of that PresentationConnection will be set to `closed` and it will not be reconnected automatically.

-- 
GitHub Notification of comment by tomoyukilabs
Please view or discuss this issue at https://github.com/w3c/presentation-api/issues/449#issuecomment-387592896 using your GitHub account

Received on Wednesday, 9 May 2018 01:36:05 UTC