- From: jwwang via GitHub <sysbot+gh@w3.org>
- Date: Mon, 26 Jan 2015 02:22:47 +0000
- To: public-html-media@w3.org
jwwang has just created a new issue for https://github.com/w3c/encrypted-media: == Problem about MediaKeySession.keyStatuses get/has methods. == MediaKeySession.keyStatuses is a read-only maplike which has get/has methods. The get/has methods of a map object compare keys by its object id instead of the object content. I think it is hardly useful if we compare by object id instead of object content. However, the maplike spec doesn't say anything about that. I think MediaKeySession.keyStatuses should return a sequence of [BufferSource,MediaKeyStatus] pairs so we don't have to worry about the key order and how keys are compared. See https://github.com/w3c/encrypted-media/issues/25
Received on Monday, 26 January 2015 02:22:48 UTC