Add support for Touch API in JS Stdlib

#KT-34948 fixed
#KT-21445 fixed
This commit is contained in:
Alexey Trilis
2019-11-18 13:39:15 +03:00
parent 2dfa6c360b
commit 4f56b1a960
3 changed files with 70 additions and 0 deletions
@@ -101,6 +101,7 @@ private val urls = listOf(
"https://www.w3.org/TR/animation-timing/" to "org.w3c.dom",
"https://www.w3.org/TR/geometry-1/" to "org.w3c.dom",
"https://www.w3.org/TR/cssom-view/" to "org.w3c.dom",
"https://www.w3.org/TR/touch-events/" to "org.w3c.dom",
"https://www.w3.org/TR/uievents/" to "org.w3c.dom.events",
"https://www.w3.org/TR/pointerevents/" to "org.w3c.dom.pointerevents",