- From: Anton Vayvod via GitHub <sysbot+gh@w3.org>
- Date: Tue, 18 Oct 2016 22:06:40 +0000
- To: public-secondscreen@w3.org
The strawman proposal from #41 was to do the following: ```readonly attribute MediaKeys mediaKeys;``` MAY support. Return `null` otherwise. ```Promise setMediaKeys(MediaKeys? mediaKeys);``` MAY support. Reject with `NotSupporterError`. ```attribute EventHandler onencrypted;``` MAY support. Otherwise, no-op. ```attribute EventHandler onwaitingforkey;``` MAY support. Otherwise, no-op. It doesn't describe how it should work if it is supported. -- GitHub Notification of comment by avayvod Please view or discuss this issue at https://github.com/w3c/remote-playback/issues/55#issuecomment-254653593 using your GitHub account
Received on Tuesday, 18 October 2016 22:06:47 UTC