w3c / encrypted-media

Encrypted Media Extensions
https://w3c.github.io/encrypted-media/
Other
180 stars 80 forks source link

Use "this object" rather than a "session" variable in close() #419

Closed ddorwin closed 7 years ago

ddorwin commented 7 years ago

This is consistent with the other MediaKeySession method algorithms.

ddorwin commented 7 years ago

The current text may be left over from refactoring related to the Session Closed algorithm, which uses a session variable.

ddorwin commented 7 years ago

This is fairly mechanical and blocking another PR, so I'm going to merge it. We can address feedback separately.