[JS] Update stdlib API test data after dukat update

This commit is contained in:
Svyatoslav Kuzmich
2021-02-03 19:05:14 +03:00
parent d3b4df7da8
commit 53204661e3
16 changed files with 120 additions and 26 deletions
+1
View File
@@ -135,6 +135,7 @@ public abstract external class XMLHttpRequestEventTarget : org.w3c.dom.events.Ev
public open var ontimeout: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
}
@kotlin.js.JsName(name = "null")
public external interface XMLHttpRequestResponseType {
public companion object of XMLHttpRequestResponseType {
}