Re: [spec-reviews] Write up the Secure Stop issue for ddorwin (#73)

The term I settled on was “write-on-application-close”.

More specifically, the requirement is that the web platform ensure that a write occurs during or sometime after the `MediaKeys` object is destroyed. That may very well occur during the algorithm to [unload a document](http://dev.w3.org/html5/spec-LC/history.html#unload-a-document), though it isn’t immediately clear to me where. I also wonder where objects that are not in the document structure (e.g. `MediaKeys` objects) are destroyed, and especially whether or how garbage collection affects this.

As far as spec language, I think that would need to be a blocking operation since - similar to your comments - the spec cannot specify what to do after the application has been destroyed.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/spec-reviews/issues/73#issuecomment-152328023

Received on Thursday, 29 October 2015 21:11:08 UTC