这是
实验性技术
检查
浏览器兼容性表格
要小心谨慎在生产中使用这之前。
MediaKeySession.close()
method notifies that the current media session is no longer needed, and that the content decryption module should release any resources associated with this object and close it. Then, it returns a
Promise
.
mediaKeySession.close().then(function() { ... });
A
Promise
.
| 规范 | 状态 | 注释 |
|---|---|---|
|
加密媒体扩展
The definition of 'close()' in that specification. |
推荐 | 初始定义 |
| 桌面 | 移动 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
close
|
Chrome 42 | Edge 13 | Firefox Yes | IE ? | Opera Yes | Safari ? | WebView Android 43 | Chrome Android 42 | Firefox Android Yes | Opera Android Yes | Safari iOS ? | Samsung Internet Android 4.0 |
完整支持
兼容性未知
实验。期望将来行为有所改变。
MediaKeySession
close()
generateRequest()
load()
remove()
update()