Introduce MSE and EME APIs to Kotlin/JS stdlib

#KT-37910 Fixed
This commit is contained in:
Alexey Trilis
2020-04-06 13:21:43 +03:00
parent 456469eb3b
commit 3ad597ca5c
22 changed files with 586 additions and 21 deletions
@@ -128,5 +128,8 @@ private val urls = listOf(
"https://www.w3.org/TR/hr-time/" to "org.w3c.performance",
"https://www.w3.org/TR/2012/REC-navigation-timing-20121217/" to "org.w3c.performance",
"https://w3c.github.io/ServiceWorker/" to "org.w3c.workers"
"https://w3c.github.io/ServiceWorker/" to "org.w3c.workers",
"https://www.w3.org/TR/media-source/" to "org.w3c.dom.mediasource",
"https://www.w3.org/TR/encrypted-media" to "org.w3c.dom.encryptedmedia"
)