Re: [presentation-api] Refine how to do session teardown/disconnect/closing

The timing of closing window varies from application to application, 
e.g. multi-player game might wait for more incoming session and remote
 video play might want to close the window immediately. The question 
here would be: should we default close the window or not?

If window is not closed by default, adding "terminated" state should 
be enough because applications can monitor the session state by 
themselves.

If window is closed by default, we'll have to use the preventDefault()
 technique mentioned by @sicking in comment 3.

-- 
GitHub Notif of comment by schien
See 
https://github.com/w3c/presentation-api/issues/35#issuecomment-129798447

Received on Tuesday, 11 August 2015 09:55:03 UTC