[encrypted-media] Description of remove() is inaccurate

ddorwin has just created a new issue for 
https://github.com/w3c/encrypted-media:

== Description of remove() is inaccurate ==
The current description of 
]`remove()`](https://w3c.github.io/encrypted-media/#remove) is:
>Removes stored session data associated with this object.

However, this method does not remove anything - it generates a release
 message. Any removal occurs when the response to that message is 
passed to [`update()`](https://w3c.github.io/encrypted-media/#update).

(The name is also somewhat inaccurate. `release()` or 
`requestRemoval()` might be more accurate.)

Please view or discuss this issue at 
https://github.com/w3c/encrypted-media/issues/155 using your GitHub 
account

Received on Wednesday, 6 April 2016 22:24:49 UTC