[Gradle, JS] Regenerate API stdlib
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
/*∆*/ @kotlin.Deprecated(message = "This API is moved to another package, use 'kotlinx.browser.document' instead.", replaceWith = kotlin.ReplaceWith(expression = "document", imports = {"kotlinx.browser.document"}))
|
||||
/*∆*/ @kotlin.internal.LowPriorityInOverloadResolution
|
||||
/*∆*/ @kotlin.DeprecatedSinceKotlin(errorSince = "1.6", warningSince = "1.4")
|
||||
/*∆*/ public external val document: org.w3c.dom.Document { get; }
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.Deprecated(message = "This API is moved to another package, use 'kotlinx.browser.localStorage' instead.", replaceWith = kotlin.ReplaceWith(expression = "localStorage", imports = {"kotlinx.browser.localStorage"}))
|
||||
/*∆*/ @kotlin.internal.LowPriorityInOverloadResolution
|
||||
/*∆*/ @kotlin.DeprecatedSinceKotlin(errorSince = "1.6", warningSince = "1.4")
|
||||
/*∆*/ public external val localStorage: org.w3c.dom.Storage { get; }
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.Deprecated(message = "This API is moved to another package, use 'kotlinx.browser.sessionStorage' instead.", replaceWith = kotlin.ReplaceWith(expression = "sessionStorage", imports = {"kotlinx.browser.sessionStorage"}))
|
||||
/*∆*/ @kotlin.internal.LowPriorityInOverloadResolution
|
||||
/*∆*/ @kotlin.DeprecatedSinceKotlin(errorSince = "1.6", warningSince = "1.4")
|
||||
/*∆*/ public external val sessionStorage: org.w3c.dom.Storage { get; }
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.Deprecated(message = "This API is moved to another package, use 'kotlinx.browser.window' instead.", replaceWith = kotlin.ReplaceWith(expression = "window", imports = {"kotlinx.browser.window"}))
|
||||
/*∆*/ @kotlin.internal.LowPriorityInOverloadResolution
|
||||
/*∆*/ @kotlin.DeprecatedSinceKotlin(errorSince = "1.6", warningSince = "1.4")
|
||||
/*∆*/ public external val window: org.w3c.dom.Window { get; }
|
||||
@kotlin.Deprecated(message = "This API is moved to another package, use 'kotlinx.browser.document' instead.", replaceWith = kotlin.ReplaceWith(expression = "document", imports = {"kotlinx.browser.document"}))
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@kotlin.DeprecatedSinceKotlin(errorSince = "1.6", warningSince = "1.4")
|
||||
public external val document: org.w3c.dom.Document { get; }
|
||||
|
||||
@kotlin.Deprecated(message = "This API is moved to another package, use 'kotlinx.browser.localStorage' instead.", replaceWith = kotlin.ReplaceWith(expression = "localStorage", imports = {"kotlinx.browser.localStorage"}))
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@kotlin.DeprecatedSinceKotlin(errorSince = "1.6", warningSince = "1.4")
|
||||
public external val localStorage: org.w3c.dom.Storage { get; }
|
||||
|
||||
@kotlin.Deprecated(message = "This API is moved to another package, use 'kotlinx.browser.sessionStorage' instead.", replaceWith = kotlin.ReplaceWith(expression = "sessionStorage", imports = {"kotlinx.browser.sessionStorage"}))
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@kotlin.DeprecatedSinceKotlin(errorSince = "1.6", warningSince = "1.4")
|
||||
public external val sessionStorage: org.w3c.dom.Storage { get; }
|
||||
|
||||
@kotlin.Deprecated(message = "This API is moved to another package, use 'kotlinx.browser.window' instead.", replaceWith = kotlin.ReplaceWith(expression = "window", imports = {"kotlinx.browser.window"}))
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@kotlin.DeprecatedSinceKotlin(errorSince = "1.6", warningSince = "1.4")
|
||||
public external val window: org.w3c.dom.Window { get; }
|
||||
@@ -1,44 +1,44 @@
|
||||
/*∆*/ @kotlin.internal.LowPriorityInOverloadResolution
|
||||
/*∆*/ @kotlin.Deprecated(message = "This API is moved to another package, use 'kotlinx.dom.isElement' instead.", replaceWith = kotlin.ReplaceWith(expression = "this.isElement", imports = {"kotlinx.dom.isElement"}))
|
||||
/*∆*/ @kotlin.DeprecatedSinceKotlin(errorSince = "1.6", warningSince = "1.4")
|
||||
/*∆*/ public val org.w3c.dom.Node.isElement: kotlin.Boolean { get; }
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.LowPriorityInOverloadResolution
|
||||
/*∆*/ @kotlin.Deprecated(message = "This API is moved to another package, use 'kotlinx.dom.isText' instead.", replaceWith = kotlin.ReplaceWith(expression = "this.isText", imports = {"kotlinx.dom.isText"}))
|
||||
/*∆*/ @kotlin.DeprecatedSinceKotlin(errorSince = "1.6", warningSince = "1.4")
|
||||
/*∆*/ public val org.w3c.dom.Node.isText: kotlin.Boolean { get; }
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.LowPriorityInOverloadResolution
|
||||
/*∆*/ @kotlin.Deprecated(message = "This API is moved to another package, use 'kotlinx.dom.addClass' instead.", replaceWith = kotlin.ReplaceWith(expression = "this.addClass(cssClasses)", imports = {"kotlinx.dom.addClass"}))
|
||||
/*∆*/ @kotlin.DeprecatedSinceKotlin(errorSince = "1.6", warningSince = "1.4")
|
||||
/*∆*/ public inline fun org.w3c.dom.Element.addClass(vararg cssClasses: kotlin.String): kotlin.Boolean
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.LowPriorityInOverloadResolution
|
||||
/*∆*/ @kotlin.Deprecated(message = "This API is moved to another package, use 'kotlinx.dom.appendElement' instead.", replaceWith = kotlin.ReplaceWith(expression = "this.appendElement(name, init)", imports = {"kotlinx.dom.appendElement"}))
|
||||
/*∆*/ @kotlin.DeprecatedSinceKotlin(errorSince = "1.6", warningSince = "1.4")
|
||||
/*∆*/ public inline fun org.w3c.dom.Element.appendElement(name: kotlin.String, noinline init: org.w3c.dom.Element.() -> kotlin.Unit): org.w3c.dom.Element
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.LowPriorityInOverloadResolution
|
||||
/*∆*/ @kotlin.Deprecated(message = "This API is moved to another package, use 'kotlinx.dom.appendText' instead.", replaceWith = kotlin.ReplaceWith(expression = "this.appendText(text)", imports = {"kotlinx.dom.appendText"}))
|
||||
/*∆*/ @kotlin.DeprecatedSinceKotlin(errorSince = "1.6", warningSince = "1.4")
|
||||
/*∆*/ public inline fun org.w3c.dom.Element.appendText(text: kotlin.String): org.w3c.dom.Element
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.LowPriorityInOverloadResolution
|
||||
/*∆*/ @kotlin.Deprecated(message = "This API is moved to another package, use 'kotlinx.dom.clear' instead.", replaceWith = kotlin.ReplaceWith(expression = "this.clear()", imports = {"kotlinx.dom.clear"}))
|
||||
/*∆*/ @kotlin.DeprecatedSinceKotlin(errorSince = "1.6", warningSince = "1.4")
|
||||
/*∆*/ public inline fun org.w3c.dom.Node.clear(): kotlin.Unit
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.LowPriorityInOverloadResolution
|
||||
/*∆*/ @kotlin.Deprecated(message = "This API is moved to another package, use 'kotlinx.dom.createElement' instead.", replaceWith = kotlin.ReplaceWith(expression = "this.createElement(name, init)", imports = {"kotlinx.dom.createElement"}))
|
||||
/*∆*/ @kotlin.DeprecatedSinceKotlin(errorSince = "1.6", warningSince = "1.4")
|
||||
/*∆*/ public inline fun org.w3c.dom.Document.createElement(name: kotlin.String, noinline init: org.w3c.dom.Element.() -> kotlin.Unit): org.w3c.dom.Element
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.LowPriorityInOverloadResolution
|
||||
/*∆*/ @kotlin.Deprecated(message = "This API is moved to another package, use 'kotlinx.dom.hasClass' instead.", replaceWith = kotlin.ReplaceWith(expression = "this.hasClass(cssClass)", imports = {"kotlinx.dom.hasClass"}))
|
||||
/*∆*/ @kotlin.DeprecatedSinceKotlin(errorSince = "1.6", warningSince = "1.4")
|
||||
/*∆*/ public inline fun org.w3c.dom.Element.hasClass(cssClass: kotlin.String): kotlin.Boolean
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.LowPriorityInOverloadResolution
|
||||
/*∆*/ @kotlin.Deprecated(message = "This API is moved to another package, use 'kotlinx.dom.removeClass' instead.", replaceWith = kotlin.ReplaceWith(expression = "this.removeClass(cssClasses)", imports = {"kotlinx.dom.removeClass"}))
|
||||
/*∆*/ @kotlin.DeprecatedSinceKotlin(errorSince = "1.6", warningSince = "1.4")
|
||||
/*∆*/ public inline fun org.w3c.dom.Element.removeClass(vararg cssClasses: kotlin.String): kotlin.Boolean
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@kotlin.Deprecated(message = "This API is moved to another package, use 'kotlinx.dom.isElement' instead.", replaceWith = kotlin.ReplaceWith(expression = "this.isElement", imports = {"kotlinx.dom.isElement"}))
|
||||
@kotlin.DeprecatedSinceKotlin(errorSince = "1.6", warningSince = "1.4")
|
||||
public val org.w3c.dom.Node.isElement: kotlin.Boolean { get; }
|
||||
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@kotlin.Deprecated(message = "This API is moved to another package, use 'kotlinx.dom.isText' instead.", replaceWith = kotlin.ReplaceWith(expression = "this.isText", imports = {"kotlinx.dom.isText"}))
|
||||
@kotlin.DeprecatedSinceKotlin(errorSince = "1.6", warningSince = "1.4")
|
||||
public val org.w3c.dom.Node.isText: kotlin.Boolean { get; }
|
||||
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@kotlin.Deprecated(message = "This API is moved to another package, use 'kotlinx.dom.addClass' instead.", replaceWith = kotlin.ReplaceWith(expression = "this.addClass(cssClasses)", imports = {"kotlinx.dom.addClass"}))
|
||||
@kotlin.DeprecatedSinceKotlin(errorSince = "1.6", warningSince = "1.4")
|
||||
public inline fun org.w3c.dom.Element.addClass(vararg cssClasses: kotlin.String): kotlin.Boolean
|
||||
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@kotlin.Deprecated(message = "This API is moved to another package, use 'kotlinx.dom.appendElement' instead.", replaceWith = kotlin.ReplaceWith(expression = "this.appendElement(name, init)", imports = {"kotlinx.dom.appendElement"}))
|
||||
@kotlin.DeprecatedSinceKotlin(errorSince = "1.6", warningSince = "1.4")
|
||||
public inline fun org.w3c.dom.Element.appendElement(name: kotlin.String, noinline init: org.w3c.dom.Element.() -> kotlin.Unit): org.w3c.dom.Element
|
||||
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@kotlin.Deprecated(message = "This API is moved to another package, use 'kotlinx.dom.appendText' instead.", replaceWith = kotlin.ReplaceWith(expression = "this.appendText(text)", imports = {"kotlinx.dom.appendText"}))
|
||||
@kotlin.DeprecatedSinceKotlin(errorSince = "1.6", warningSince = "1.4")
|
||||
public inline fun org.w3c.dom.Element.appendText(text: kotlin.String): org.w3c.dom.Element
|
||||
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@kotlin.Deprecated(message = "This API is moved to another package, use 'kotlinx.dom.clear' instead.", replaceWith = kotlin.ReplaceWith(expression = "this.clear()", imports = {"kotlinx.dom.clear"}))
|
||||
@kotlin.DeprecatedSinceKotlin(errorSince = "1.6", warningSince = "1.4")
|
||||
public inline fun org.w3c.dom.Node.clear(): kotlin.Unit
|
||||
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@kotlin.Deprecated(message = "This API is moved to another package, use 'kotlinx.dom.createElement' instead.", replaceWith = kotlin.ReplaceWith(expression = "this.createElement(name, init)", imports = {"kotlinx.dom.createElement"}))
|
||||
@kotlin.DeprecatedSinceKotlin(errorSince = "1.6", warningSince = "1.4")
|
||||
public inline fun org.w3c.dom.Document.createElement(name: kotlin.String, noinline init: org.w3c.dom.Element.() -> kotlin.Unit): org.w3c.dom.Element
|
||||
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@kotlin.Deprecated(message = "This API is moved to another package, use 'kotlinx.dom.hasClass' instead.", replaceWith = kotlin.ReplaceWith(expression = "this.hasClass(cssClass)", imports = {"kotlinx.dom.hasClass"}))
|
||||
@kotlin.DeprecatedSinceKotlin(errorSince = "1.6", warningSince = "1.4")
|
||||
public inline fun org.w3c.dom.Element.hasClass(cssClass: kotlin.String): kotlin.Boolean
|
||||
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@kotlin.Deprecated(message = "This API is moved to another package, use 'kotlinx.dom.removeClass' instead.", replaceWith = kotlin.ReplaceWith(expression = "this.removeClass(cssClasses)", imports = {"kotlinx.dom.removeClass"}))
|
||||
@kotlin.DeprecatedSinceKotlin(errorSince = "1.6", warningSince = "1.4")
|
||||
public inline fun org.w3c.dom.Element.removeClass(vararg cssClasses: kotlin.String): kotlin.Boolean
|
||||
@@ -3767,4 +3767,4 @@ public open class UnsupportedOperationException : kotlin.RuntimeException {
|
||||
public constructor UnsupportedOperationException(message: kotlin.String?, cause: kotlin.Throwable?)
|
||||
|
||||
public constructor UnsupportedOperationException(cause: kotlin.Throwable?)
|
||||
}
|
||||
}
|
||||
@@ -1,11 +1,11 @@
|
||||
/*∆*/ @kotlin.SinceKotlin(version = "1.4")
|
||||
/*∆*/ public external val document: org.w3c.dom.Document { get; }
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.SinceKotlin(version = "1.4")
|
||||
/*∆*/ public external val localStorage: org.w3c.dom.Storage { get; }
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.SinceKotlin(version = "1.4")
|
||||
/*∆*/ public external val sessionStorage: org.w3c.dom.Storage { get; }
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.SinceKotlin(version = "1.4")
|
||||
/*∆*/ public external val window: org.w3c.dom.Window { get; }
|
||||
@kotlin.SinceKotlin(version = "1.4")
|
||||
public external val document: org.w3c.dom.Document { get; }
|
||||
|
||||
@kotlin.SinceKotlin(version = "1.4")
|
||||
public external val localStorage: org.w3c.dom.Storage { get; }
|
||||
|
||||
@kotlin.SinceKotlin(version = "1.4")
|
||||
public external val sessionStorage: org.w3c.dom.Storage { get; }
|
||||
|
||||
@kotlin.SinceKotlin(version = "1.4")
|
||||
public external val window: org.w3c.dom.Window { get; }
|
||||
@@ -1,26 +1,26 @@
|
||||
/*∆*/ @kotlin.SinceKotlin(version = "1.4")
|
||||
/*∆*/ public val org.w3c.dom.Node.isElement: kotlin.Boolean { get; }
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.SinceKotlin(version = "1.4")
|
||||
/*∆*/ public val org.w3c.dom.Node.isText: kotlin.Boolean { get; }
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.SinceKotlin(version = "1.4")
|
||||
/*∆*/ public fun org.w3c.dom.Element.addClass(vararg cssClasses: kotlin.String): kotlin.Boolean
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.SinceKotlin(version = "1.4")
|
||||
/*∆*/ public fun org.w3c.dom.Element.appendElement(name: kotlin.String, init: org.w3c.dom.Element.() -> kotlin.Unit): org.w3c.dom.Element
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.SinceKotlin(version = "1.4")
|
||||
/*∆*/ public fun org.w3c.dom.Element.appendText(text: kotlin.String): org.w3c.dom.Element
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.SinceKotlin(version = "1.4")
|
||||
/*∆*/ public fun org.w3c.dom.Node.clear(): kotlin.Unit
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.SinceKotlin(version = "1.4")
|
||||
/*∆*/ public fun org.w3c.dom.Document.createElement(name: kotlin.String, init: org.w3c.dom.Element.() -> kotlin.Unit): org.w3c.dom.Element
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.SinceKotlin(version = "1.4")
|
||||
/*∆*/ public fun org.w3c.dom.Element.hasClass(cssClass: kotlin.String): kotlin.Boolean
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.SinceKotlin(version = "1.4")
|
||||
/*∆*/ public fun org.w3c.dom.Element.removeClass(vararg cssClasses: kotlin.String): kotlin.Boolean
|
||||
@kotlin.SinceKotlin(version = "1.4")
|
||||
public val org.w3c.dom.Node.isElement: kotlin.Boolean { get; }
|
||||
|
||||
@kotlin.SinceKotlin(version = "1.4")
|
||||
public val org.w3c.dom.Node.isText: kotlin.Boolean { get; }
|
||||
|
||||
@kotlin.SinceKotlin(version = "1.4")
|
||||
public fun org.w3c.dom.Element.addClass(vararg cssClasses: kotlin.String): kotlin.Boolean
|
||||
|
||||
@kotlin.SinceKotlin(version = "1.4")
|
||||
public fun org.w3c.dom.Element.appendElement(name: kotlin.String, init: org.w3c.dom.Element.() -> kotlin.Unit): org.w3c.dom.Element
|
||||
|
||||
@kotlin.SinceKotlin(version = "1.4")
|
||||
public fun org.w3c.dom.Element.appendText(text: kotlin.String): org.w3c.dom.Element
|
||||
|
||||
@kotlin.SinceKotlin(version = "1.4")
|
||||
public fun org.w3c.dom.Node.clear(): kotlin.Unit
|
||||
|
||||
@kotlin.SinceKotlin(version = "1.4")
|
||||
public fun org.w3c.dom.Document.createElement(name: kotlin.String, init: org.w3c.dom.Element.() -> kotlin.Unit): org.w3c.dom.Element
|
||||
|
||||
@kotlin.SinceKotlin(version = "1.4")
|
||||
public fun org.w3c.dom.Element.hasClass(cssClass: kotlin.String): kotlin.Boolean
|
||||
|
||||
@kotlin.SinceKotlin(version = "1.4")
|
||||
public fun org.w3c.dom.Element.removeClass(vararg cssClasses: kotlin.String): kotlin.Boolean
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,111 +1,111 @@
|
||||
/*∆*/ public abstract external class SVGClipPathElement : org.w3c.dom.svg.SVGElement, org.w3c.dom.svg.SVGUnitTypes {
|
||||
/*∆*/ public constructor SVGClipPathElement()
|
||||
/*∆*/
|
||||
/*∆*/ public open val clipPathUnits: org.w3c.dom.svg.SVGAnimatedEnumeration { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val transform: org.w3c.dom.svg.SVGAnimatedTransformList { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public companion object of SVGClipPathElement {
|
||||
/*∆*/ public final val ATTRIBUTE_NODE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val CDATA_SECTION_NODE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val COMMENT_NODE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val DOCUMENT_FRAGMENT_NODE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val DOCUMENT_NODE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val DOCUMENT_POSITION_CONTAINED_BY: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val DOCUMENT_POSITION_CONTAINS: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val DOCUMENT_POSITION_DISCONNECTED: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val DOCUMENT_POSITION_FOLLOWING: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val DOCUMENT_POSITION_PRECEDING: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val DOCUMENT_TYPE_NODE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val ELEMENT_NODE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val ENTITY_NODE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val ENTITY_REFERENCE_NODE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val NOTATION_NODE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val PROCESSING_INSTRUCTION_NODE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val SVG_UNIT_TYPE_OBJECTBOUNDINGBOX: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val SVG_UNIT_TYPE_UNKNOWN: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val SVG_UNIT_TYPE_USERSPACEONUSE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val TEXT_NODE: kotlin.Short { get; }
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public abstract external class SVGMaskElement : org.w3c.dom.svg.SVGElement, org.w3c.dom.svg.SVGUnitTypes {
|
||||
/*∆*/ public constructor SVGMaskElement()
|
||||
/*∆*/
|
||||
/*∆*/ public open val height: org.w3c.dom.svg.SVGAnimatedLength { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val maskContentUnits: org.w3c.dom.svg.SVGAnimatedEnumeration { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val maskUnits: org.w3c.dom.svg.SVGAnimatedEnumeration { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val width: org.w3c.dom.svg.SVGAnimatedLength { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val x: org.w3c.dom.svg.SVGAnimatedLength { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val y: org.w3c.dom.svg.SVGAnimatedLength { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public companion object of SVGMaskElement {
|
||||
/*∆*/ public final val ATTRIBUTE_NODE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val CDATA_SECTION_NODE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val COMMENT_NODE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val DOCUMENT_FRAGMENT_NODE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val DOCUMENT_NODE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val DOCUMENT_POSITION_CONTAINED_BY: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val DOCUMENT_POSITION_CONTAINS: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val DOCUMENT_POSITION_DISCONNECTED: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val DOCUMENT_POSITION_FOLLOWING: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val DOCUMENT_POSITION_PRECEDING: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val DOCUMENT_TYPE_NODE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val ELEMENT_NODE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val ENTITY_NODE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val ENTITY_REFERENCE_NODE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val NOTATION_NODE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val PROCESSING_INSTRUCTION_NODE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val SVG_UNIT_TYPE_OBJECTBOUNDINGBOX: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val SVG_UNIT_TYPE_UNKNOWN: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val SVG_UNIT_TYPE_USERSPACEONUSE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val TEXT_NODE: kotlin.Short { get; }
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
public abstract external class SVGClipPathElement : org.w3c.dom.svg.SVGElement, org.w3c.dom.svg.SVGUnitTypes {
|
||||
public constructor SVGClipPathElement()
|
||||
|
||||
public open val clipPathUnits: org.w3c.dom.svg.SVGAnimatedEnumeration { get; }
|
||||
|
||||
public open val transform: org.w3c.dom.svg.SVGAnimatedTransformList { get; }
|
||||
|
||||
public companion object of SVGClipPathElement {
|
||||
public final val ATTRIBUTE_NODE: kotlin.Short { get; }
|
||||
|
||||
public final val CDATA_SECTION_NODE: kotlin.Short { get; }
|
||||
|
||||
public final val COMMENT_NODE: kotlin.Short { get; }
|
||||
|
||||
public final val DOCUMENT_FRAGMENT_NODE: kotlin.Short { get; }
|
||||
|
||||
public final val DOCUMENT_NODE: kotlin.Short { get; }
|
||||
|
||||
public final val DOCUMENT_POSITION_CONTAINED_BY: kotlin.Short { get; }
|
||||
|
||||
public final val DOCUMENT_POSITION_CONTAINS: kotlin.Short { get; }
|
||||
|
||||
public final val DOCUMENT_POSITION_DISCONNECTED: kotlin.Short { get; }
|
||||
|
||||
public final val DOCUMENT_POSITION_FOLLOWING: kotlin.Short { get; }
|
||||
|
||||
public final val DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: kotlin.Short { get; }
|
||||
|
||||
public final val DOCUMENT_POSITION_PRECEDING: kotlin.Short { get; }
|
||||
|
||||
public final val DOCUMENT_TYPE_NODE: kotlin.Short { get; }
|
||||
|
||||
public final val ELEMENT_NODE: kotlin.Short { get; }
|
||||
|
||||
public final val ENTITY_NODE: kotlin.Short { get; }
|
||||
|
||||
public final val ENTITY_REFERENCE_NODE: kotlin.Short { get; }
|
||||
|
||||
public final val NOTATION_NODE: kotlin.Short { get; }
|
||||
|
||||
public final val PROCESSING_INSTRUCTION_NODE: kotlin.Short { get; }
|
||||
|
||||
public final val SVG_UNIT_TYPE_OBJECTBOUNDINGBOX: kotlin.Short { get; }
|
||||
|
||||
public final val SVG_UNIT_TYPE_UNKNOWN: kotlin.Short { get; }
|
||||
|
||||
public final val SVG_UNIT_TYPE_USERSPACEONUSE: kotlin.Short { get; }
|
||||
|
||||
public final val TEXT_NODE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public abstract external class SVGMaskElement : org.w3c.dom.svg.SVGElement, org.w3c.dom.svg.SVGUnitTypes {
|
||||
public constructor SVGMaskElement()
|
||||
|
||||
public open val height: org.w3c.dom.svg.SVGAnimatedLength { get; }
|
||||
|
||||
public open val maskContentUnits: org.w3c.dom.svg.SVGAnimatedEnumeration { get; }
|
||||
|
||||
public open val maskUnits: org.w3c.dom.svg.SVGAnimatedEnumeration { get; }
|
||||
|
||||
public open val width: org.w3c.dom.svg.SVGAnimatedLength { get; }
|
||||
|
||||
public open val x: org.w3c.dom.svg.SVGAnimatedLength { get; }
|
||||
|
||||
public open val y: org.w3c.dom.svg.SVGAnimatedLength { get; }
|
||||
|
||||
public companion object of SVGMaskElement {
|
||||
public final val ATTRIBUTE_NODE: kotlin.Short { get; }
|
||||
|
||||
public final val CDATA_SECTION_NODE: kotlin.Short { get; }
|
||||
|
||||
public final val COMMENT_NODE: kotlin.Short { get; }
|
||||
|
||||
public final val DOCUMENT_FRAGMENT_NODE: kotlin.Short { get; }
|
||||
|
||||
public final val DOCUMENT_NODE: kotlin.Short { get; }
|
||||
|
||||
public final val DOCUMENT_POSITION_CONTAINED_BY: kotlin.Short { get; }
|
||||
|
||||
public final val DOCUMENT_POSITION_CONTAINS: kotlin.Short { get; }
|
||||
|
||||
public final val DOCUMENT_POSITION_DISCONNECTED: kotlin.Short { get; }
|
||||
|
||||
public final val DOCUMENT_POSITION_FOLLOWING: kotlin.Short { get; }
|
||||
|
||||
public final val DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: kotlin.Short { get; }
|
||||
|
||||
public final val DOCUMENT_POSITION_PRECEDING: kotlin.Short { get; }
|
||||
|
||||
public final val DOCUMENT_TYPE_NODE: kotlin.Short { get; }
|
||||
|
||||
public final val ELEMENT_NODE: kotlin.Short { get; }
|
||||
|
||||
public final val ENTITY_NODE: kotlin.Short { get; }
|
||||
|
||||
public final val ENTITY_REFERENCE_NODE: kotlin.Short { get; }
|
||||
|
||||
public final val NOTATION_NODE: kotlin.Short { get; }
|
||||
|
||||
public final val PROCESSING_INSTRUCTION_NODE: kotlin.Short { get; }
|
||||
|
||||
public final val SVG_UNIT_TYPE_OBJECTBOUNDINGBOX: kotlin.Short { get; }
|
||||
|
||||
public final val SVG_UNIT_TYPE_UNKNOWN: kotlin.Short { get; }
|
||||
|
||||
public final val SVG_UNIT_TYPE_USERSPACEONUSE: kotlin.Short { get; }
|
||||
|
||||
public final val TEXT_NODE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
@@ -1,41 +1,41 @@
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun ClipboardEventInit(clipboardData: org.w3c.dom.DataTransfer? = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.dom.clipboard.ClipboardEventInit
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun ClipboardPermissionDescriptor(allowWithoutGesture: kotlin.Boolean? = ...): org.w3c.dom.clipboard.ClipboardPermissionDescriptor
|
||||
/*∆*/
|
||||
/*∆*/ public abstract external class Clipboard : org.w3c.dom.events.EventTarget {
|
||||
/*∆*/ public constructor Clipboard()
|
||||
/*∆*/
|
||||
/*∆*/ public final fun read(): kotlin.js.Promise<org.w3c.dom.DataTransfer>
|
||||
/*∆*/
|
||||
/*∆*/ public final fun readText(): kotlin.js.Promise<kotlin.String>
|
||||
/*∆*/
|
||||
/*∆*/ public final fun write(data: org.w3c.dom.DataTransfer): kotlin.js.Promise<kotlin.Unit>
|
||||
/*∆*/
|
||||
/*∆*/ public final fun writeText(data: kotlin.String): kotlin.js.Promise<kotlin.Unit>
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public open external class ClipboardEvent : org.w3c.dom.events.Event {
|
||||
/*∆*/ public constructor ClipboardEvent(type: kotlin.String, eventInitDict: org.w3c.dom.clipboard.ClipboardEventInit = ...)
|
||||
/*∆*/
|
||||
/*∆*/ public open val clipboardData: org.w3c.dom.DataTransfer? { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public companion object of ClipboardEvent {
|
||||
/*∆*/ public final val AT_TARGET: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val NONE: kotlin.Short { get; }
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface ClipboardEventInit : org.w3c.dom.EventInit {
|
||||
/*∆*/ public open var clipboardData: org.w3c.dom.DataTransfer? { get; set; }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface ClipboardPermissionDescriptor {
|
||||
/*∆*/ public open var allowWithoutGesture: kotlin.Boolean? { get; set; }
|
||||
/*∆*/ }
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun ClipboardEventInit(clipboardData: org.w3c.dom.DataTransfer? = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.dom.clipboard.ClipboardEventInit
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun ClipboardPermissionDescriptor(allowWithoutGesture: kotlin.Boolean? = ...): org.w3c.dom.clipboard.ClipboardPermissionDescriptor
|
||||
|
||||
public abstract external class Clipboard : org.w3c.dom.events.EventTarget {
|
||||
public constructor Clipboard()
|
||||
|
||||
public final fun read(): kotlin.js.Promise<org.w3c.dom.DataTransfer>
|
||||
|
||||
public final fun readText(): kotlin.js.Promise<kotlin.String>
|
||||
|
||||
public final fun write(data: org.w3c.dom.DataTransfer): kotlin.js.Promise<kotlin.Unit>
|
||||
|
||||
public final fun writeText(data: kotlin.String): kotlin.js.Promise<kotlin.Unit>
|
||||
}
|
||||
|
||||
public open external class ClipboardEvent : org.w3c.dom.events.Event {
|
||||
public constructor ClipboardEvent(type: kotlin.String, eventInitDict: org.w3c.dom.clipboard.ClipboardEventInit = ...)
|
||||
|
||||
public open val clipboardData: org.w3c.dom.DataTransfer? { get; }
|
||||
|
||||
public companion object of ClipboardEvent {
|
||||
public final val AT_TARGET: kotlin.Short { get; }
|
||||
|
||||
public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val NONE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public external interface ClipboardEventInit : org.w3c.dom.EventInit {
|
||||
public open var clipboardData: org.w3c.dom.DataTransfer? { get; set; }
|
||||
}
|
||||
|
||||
public external interface ClipboardPermissionDescriptor {
|
||||
public open var allowWithoutGesture: kotlin.Boolean? { get; set; }
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,191 +1,191 @@
|
||||
/*∆*/ public val org.w3c.dom.encryptedmedia.MediaKeyStatus.Companion.EXPIRED: org.w3c.dom.encryptedmedia.MediaKeyStatus { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.dom.encryptedmedia.MediaKeyMessageType.Companion.INDIVIDUALIZATION_REQUEST: org.w3c.dom.encryptedmedia.MediaKeyMessageType { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.dom.encryptedmedia.MediaKeyStatus.Companion.INTERNAL_ERROR: org.w3c.dom.encryptedmedia.MediaKeyStatus { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.dom.encryptedmedia.MediaKeyMessageType.Companion.LICENSE_RELEASE: org.w3c.dom.encryptedmedia.MediaKeyMessageType { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.dom.encryptedmedia.MediaKeyMessageType.Companion.LICENSE_RENEWAL: org.w3c.dom.encryptedmedia.MediaKeyMessageType { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.dom.encryptedmedia.MediaKeyMessageType.Companion.LICENSE_REQUEST: org.w3c.dom.encryptedmedia.MediaKeyMessageType { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.dom.encryptedmedia.MediaKeysRequirement.Companion.NOT_ALLOWED: org.w3c.dom.encryptedmedia.MediaKeysRequirement { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.dom.encryptedmedia.MediaKeysRequirement.Companion.OPTIONAL: org.w3c.dom.encryptedmedia.MediaKeysRequirement { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.dom.encryptedmedia.MediaKeyStatus.Companion.OUTPUT_DOWNSCALED: org.w3c.dom.encryptedmedia.MediaKeyStatus { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.dom.encryptedmedia.MediaKeyStatus.Companion.OUTPUT_RESTRICTED: org.w3c.dom.encryptedmedia.MediaKeyStatus { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.dom.encryptedmedia.MediaKeySessionType.Companion.PERSISTENT_LICENSE: org.w3c.dom.encryptedmedia.MediaKeySessionType { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.dom.encryptedmedia.MediaKeyStatus.Companion.RELEASED: org.w3c.dom.encryptedmedia.MediaKeyStatus { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.dom.encryptedmedia.MediaKeysRequirement.Companion.REQUIRED: org.w3c.dom.encryptedmedia.MediaKeysRequirement { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.dom.encryptedmedia.MediaKeyStatus.Companion.STATUS_PENDING: org.w3c.dom.encryptedmedia.MediaKeyStatus { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.dom.encryptedmedia.MediaKeySessionType.Companion.TEMPORARY: org.w3c.dom.encryptedmedia.MediaKeySessionType { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.dom.encryptedmedia.MediaKeyStatus.Companion.USABLE: org.w3c.dom.encryptedmedia.MediaKeyStatus { get; }
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun MediaEncryptedEventInit(initDataType: kotlin.String? = ..., initData: org.khronos.webgl.ArrayBuffer? = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.dom.encryptedmedia.MediaEncryptedEventInit
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun MediaKeyMessageEventInit(messageType: org.w3c.dom.encryptedmedia.MediaKeyMessageType?, message: org.khronos.webgl.ArrayBuffer?, bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.dom.encryptedmedia.MediaKeyMessageEventInit
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun MediaKeySystemConfiguration(label: kotlin.String? = ..., initDataTypes: kotlin.Array<kotlin.String>? = ..., audioCapabilities: kotlin.Array<org.w3c.dom.encryptedmedia.MediaKeySystemMediaCapability>? = ..., videoCapabilities: kotlin.Array<org.w3c.dom.encryptedmedia.MediaKeySystemMediaCapability>? = ..., distinctiveIdentifier: org.w3c.dom.encryptedmedia.MediaKeysRequirement? = ..., persistentState: org.w3c.dom.encryptedmedia.MediaKeysRequirement? = ..., sessionTypes: kotlin.Array<kotlin.String>? = ...): org.w3c.dom.encryptedmedia.MediaKeySystemConfiguration
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun MediaKeySystemMediaCapability(contentType: kotlin.String? = ..., robustness: kotlin.String? = ...): org.w3c.dom.encryptedmedia.MediaKeySystemMediaCapability
|
||||
/*∆*/
|
||||
/*∆*/ public open external class MediaEncryptedEvent : org.w3c.dom.events.Event {
|
||||
/*∆*/ public constructor MediaEncryptedEvent(type: kotlin.String, eventInitDict: org.w3c.dom.encryptedmedia.MediaEncryptedEventInit = ...)
|
||||
/*∆*/
|
||||
/*∆*/ public open val initData: org.khronos.webgl.ArrayBuffer? { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val initDataType: kotlin.String { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public companion object of MediaEncryptedEvent {
|
||||
/*∆*/ public final val AT_TARGET: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val NONE: kotlin.Short { get; }
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface MediaEncryptedEventInit : org.w3c.dom.EventInit {
|
||||
/*∆*/ public open var initData: org.khronos.webgl.ArrayBuffer? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var initDataType: kotlin.String? { get; set; }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public open external class MediaKeyMessageEvent : org.w3c.dom.events.Event {
|
||||
/*∆*/ public constructor MediaKeyMessageEvent(type: kotlin.String, eventInitDict: org.w3c.dom.encryptedmedia.MediaKeyMessageEventInit)
|
||||
/*∆*/
|
||||
/*∆*/ public open val message: org.khronos.webgl.ArrayBuffer { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val messageType: org.w3c.dom.encryptedmedia.MediaKeyMessageType { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public companion object of MediaKeyMessageEvent {
|
||||
/*∆*/ public final val AT_TARGET: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val NONE: kotlin.Short { get; }
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface MediaKeyMessageEventInit : org.w3c.dom.EventInit {
|
||||
/*∆*/ public abstract var message: org.khronos.webgl.ArrayBuffer? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public abstract var messageType: org.w3c.dom.encryptedmedia.MediaKeyMessageType? { get; set; }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.js.JsName(name = "null")
|
||||
/*∆*/ public external interface MediaKeyMessageType {
|
||||
/*∆*/ public companion object of MediaKeyMessageType {
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public abstract external class MediaKeySession : org.w3c.dom.events.EventTarget {
|
||||
/*∆*/ public constructor MediaKeySession()
|
||||
/*∆*/
|
||||
/*∆*/ public open val closed: kotlin.js.Promise<kotlin.Unit> { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val expiration: kotlin.Double { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val keyStatuses: org.w3c.dom.encryptedmedia.MediaKeyStatusMap { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var onkeystatuseschange: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var onmessage: ((org.w3c.dom.MessageEvent) -> dynamic)? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val sessionId: kotlin.String { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final fun close(): kotlin.js.Promise<kotlin.Unit>
|
||||
/*∆*/
|
||||
/*∆*/ public final fun generateRequest(initDataType: kotlin.String, initData: dynamic): kotlin.js.Promise<kotlin.Unit>
|
||||
/*∆*/
|
||||
/*∆*/ public final fun load(sessionId: kotlin.String): kotlin.js.Promise<kotlin.Boolean>
|
||||
/*∆*/
|
||||
/*∆*/ public final fun remove(): kotlin.js.Promise<kotlin.Unit>
|
||||
/*∆*/
|
||||
/*∆*/ public final fun update(response: dynamic): kotlin.js.Promise<kotlin.Unit>
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.js.JsName(name = "null")
|
||||
/*∆*/ public external interface MediaKeySessionType {
|
||||
/*∆*/ public companion object of MediaKeySessionType {
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.js.JsName(name = "null")
|
||||
/*∆*/ public external interface MediaKeyStatus {
|
||||
/*∆*/ public companion object of MediaKeyStatus {
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public abstract external class MediaKeyStatusMap {
|
||||
/*∆*/ public constructor MediaKeyStatusMap()
|
||||
/*∆*/
|
||||
/*∆*/ public open val size: kotlin.Int { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final fun get(keyId: dynamic): kotlin.Any?
|
||||
/*∆*/
|
||||
/*∆*/ public final fun has(keyId: dynamic): kotlin.Boolean
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public abstract external class MediaKeySystemAccess {
|
||||
/*∆*/ public constructor MediaKeySystemAccess()
|
||||
/*∆*/
|
||||
/*∆*/ public open val keySystem: kotlin.String { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final fun createMediaKeys(): kotlin.js.Promise<org.w3c.dom.encryptedmedia.MediaKeys>
|
||||
/*∆*/
|
||||
/*∆*/ public final fun getConfiguration(): org.w3c.dom.encryptedmedia.MediaKeySystemConfiguration
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface MediaKeySystemConfiguration {
|
||||
/*∆*/ public open var audioCapabilities: kotlin.Array<org.w3c.dom.encryptedmedia.MediaKeySystemMediaCapability>? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var distinctiveIdentifier: org.w3c.dom.encryptedmedia.MediaKeysRequirement? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var initDataTypes: kotlin.Array<kotlin.String>? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var label: kotlin.String? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var persistentState: org.w3c.dom.encryptedmedia.MediaKeysRequirement? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var sessionTypes: kotlin.Array<kotlin.String>? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var videoCapabilities: kotlin.Array<org.w3c.dom.encryptedmedia.MediaKeySystemMediaCapability>? { get; set; }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface MediaKeySystemMediaCapability {
|
||||
/*∆*/ public open var contentType: kotlin.String? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var robustness: kotlin.String? { get; set; }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public abstract external class MediaKeys {
|
||||
/*∆*/ public constructor MediaKeys()
|
||||
/*∆*/
|
||||
/*∆*/ public final fun createSession(sessionType: org.w3c.dom.encryptedmedia.MediaKeySessionType = ...): org.w3c.dom.encryptedmedia.MediaKeySession
|
||||
/*∆*/
|
||||
/*∆*/ public final fun setServerCertificate(serverCertificate: dynamic): kotlin.js.Promise<kotlin.Boolean>
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.js.JsName(name = "null")
|
||||
/*∆*/ public external interface MediaKeysRequirement {
|
||||
/*∆*/ public companion object of MediaKeysRequirement {
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
public val org.w3c.dom.encryptedmedia.MediaKeyStatus.Companion.EXPIRED: org.w3c.dom.encryptedmedia.MediaKeyStatus { get; }
|
||||
|
||||
public val org.w3c.dom.encryptedmedia.MediaKeyMessageType.Companion.INDIVIDUALIZATION_REQUEST: org.w3c.dom.encryptedmedia.MediaKeyMessageType { get; }
|
||||
|
||||
public val org.w3c.dom.encryptedmedia.MediaKeyStatus.Companion.INTERNAL_ERROR: org.w3c.dom.encryptedmedia.MediaKeyStatus { get; }
|
||||
|
||||
public val org.w3c.dom.encryptedmedia.MediaKeyMessageType.Companion.LICENSE_RELEASE: org.w3c.dom.encryptedmedia.MediaKeyMessageType { get; }
|
||||
|
||||
public val org.w3c.dom.encryptedmedia.MediaKeyMessageType.Companion.LICENSE_RENEWAL: org.w3c.dom.encryptedmedia.MediaKeyMessageType { get; }
|
||||
|
||||
public val org.w3c.dom.encryptedmedia.MediaKeyMessageType.Companion.LICENSE_REQUEST: org.w3c.dom.encryptedmedia.MediaKeyMessageType { get; }
|
||||
|
||||
public val org.w3c.dom.encryptedmedia.MediaKeysRequirement.Companion.NOT_ALLOWED: org.w3c.dom.encryptedmedia.MediaKeysRequirement { get; }
|
||||
|
||||
public val org.w3c.dom.encryptedmedia.MediaKeysRequirement.Companion.OPTIONAL: org.w3c.dom.encryptedmedia.MediaKeysRequirement { get; }
|
||||
|
||||
public val org.w3c.dom.encryptedmedia.MediaKeyStatus.Companion.OUTPUT_DOWNSCALED: org.w3c.dom.encryptedmedia.MediaKeyStatus { get; }
|
||||
|
||||
public val org.w3c.dom.encryptedmedia.MediaKeyStatus.Companion.OUTPUT_RESTRICTED: org.w3c.dom.encryptedmedia.MediaKeyStatus { get; }
|
||||
|
||||
public val org.w3c.dom.encryptedmedia.MediaKeySessionType.Companion.PERSISTENT_LICENSE: org.w3c.dom.encryptedmedia.MediaKeySessionType { get; }
|
||||
|
||||
public val org.w3c.dom.encryptedmedia.MediaKeyStatus.Companion.RELEASED: org.w3c.dom.encryptedmedia.MediaKeyStatus { get; }
|
||||
|
||||
public val org.w3c.dom.encryptedmedia.MediaKeysRequirement.Companion.REQUIRED: org.w3c.dom.encryptedmedia.MediaKeysRequirement { get; }
|
||||
|
||||
public val org.w3c.dom.encryptedmedia.MediaKeyStatus.Companion.STATUS_PENDING: org.w3c.dom.encryptedmedia.MediaKeyStatus { get; }
|
||||
|
||||
public val org.w3c.dom.encryptedmedia.MediaKeySessionType.Companion.TEMPORARY: org.w3c.dom.encryptedmedia.MediaKeySessionType { get; }
|
||||
|
||||
public val org.w3c.dom.encryptedmedia.MediaKeyStatus.Companion.USABLE: org.w3c.dom.encryptedmedia.MediaKeyStatus { get; }
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun MediaEncryptedEventInit(initDataType: kotlin.String? = ..., initData: org.khronos.webgl.ArrayBuffer? = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.dom.encryptedmedia.MediaEncryptedEventInit
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun MediaKeyMessageEventInit(messageType: org.w3c.dom.encryptedmedia.MediaKeyMessageType?, message: org.khronos.webgl.ArrayBuffer?, bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.dom.encryptedmedia.MediaKeyMessageEventInit
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun MediaKeySystemConfiguration(label: kotlin.String? = ..., initDataTypes: kotlin.Array<kotlin.String>? = ..., audioCapabilities: kotlin.Array<org.w3c.dom.encryptedmedia.MediaKeySystemMediaCapability>? = ..., videoCapabilities: kotlin.Array<org.w3c.dom.encryptedmedia.MediaKeySystemMediaCapability>? = ..., distinctiveIdentifier: org.w3c.dom.encryptedmedia.MediaKeysRequirement? = ..., persistentState: org.w3c.dom.encryptedmedia.MediaKeysRequirement? = ..., sessionTypes: kotlin.Array<kotlin.String>? = ...): org.w3c.dom.encryptedmedia.MediaKeySystemConfiguration
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun MediaKeySystemMediaCapability(contentType: kotlin.String? = ..., robustness: kotlin.String? = ...): org.w3c.dom.encryptedmedia.MediaKeySystemMediaCapability
|
||||
|
||||
public open external class MediaEncryptedEvent : org.w3c.dom.events.Event {
|
||||
public constructor MediaEncryptedEvent(type: kotlin.String, eventInitDict: org.w3c.dom.encryptedmedia.MediaEncryptedEventInit = ...)
|
||||
|
||||
public open val initData: org.khronos.webgl.ArrayBuffer? { get; }
|
||||
|
||||
public open val initDataType: kotlin.String { get; }
|
||||
|
||||
public companion object of MediaEncryptedEvent {
|
||||
public final val AT_TARGET: kotlin.Short { get; }
|
||||
|
||||
public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val NONE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public external interface MediaEncryptedEventInit : org.w3c.dom.EventInit {
|
||||
public open var initData: org.khronos.webgl.ArrayBuffer? { get; set; }
|
||||
|
||||
public open var initDataType: kotlin.String? { get; set; }
|
||||
}
|
||||
|
||||
public open external class MediaKeyMessageEvent : org.w3c.dom.events.Event {
|
||||
public constructor MediaKeyMessageEvent(type: kotlin.String, eventInitDict: org.w3c.dom.encryptedmedia.MediaKeyMessageEventInit)
|
||||
|
||||
public open val message: org.khronos.webgl.ArrayBuffer { get; }
|
||||
|
||||
public open val messageType: org.w3c.dom.encryptedmedia.MediaKeyMessageType { get; }
|
||||
|
||||
public companion object of MediaKeyMessageEvent {
|
||||
public final val AT_TARGET: kotlin.Short { get; }
|
||||
|
||||
public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val NONE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public external interface MediaKeyMessageEventInit : org.w3c.dom.EventInit {
|
||||
public abstract var message: org.khronos.webgl.ArrayBuffer? { get; set; }
|
||||
|
||||
public abstract var messageType: org.w3c.dom.encryptedmedia.MediaKeyMessageType? { get; set; }
|
||||
}
|
||||
|
||||
@kotlin.js.JsName(name = "null")
|
||||
public external interface MediaKeyMessageType {
|
||||
public companion object of MediaKeyMessageType {
|
||||
}
|
||||
}
|
||||
|
||||
public abstract external class MediaKeySession : org.w3c.dom.events.EventTarget {
|
||||
public constructor MediaKeySession()
|
||||
|
||||
public open val closed: kotlin.js.Promise<kotlin.Unit> { get; }
|
||||
|
||||
public open val expiration: kotlin.Double { get; }
|
||||
|
||||
public open val keyStatuses: org.w3c.dom.encryptedmedia.MediaKeyStatusMap { get; }
|
||||
|
||||
public open var onkeystatuseschange: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public open var onmessage: ((org.w3c.dom.MessageEvent) -> dynamic)? { get; set; }
|
||||
|
||||
public open val sessionId: kotlin.String { get; }
|
||||
|
||||
public final fun close(): kotlin.js.Promise<kotlin.Unit>
|
||||
|
||||
public final fun generateRequest(initDataType: kotlin.String, initData: dynamic): kotlin.js.Promise<kotlin.Unit>
|
||||
|
||||
public final fun load(sessionId: kotlin.String): kotlin.js.Promise<kotlin.Boolean>
|
||||
|
||||
public final fun remove(): kotlin.js.Promise<kotlin.Unit>
|
||||
|
||||
public final fun update(response: dynamic): kotlin.js.Promise<kotlin.Unit>
|
||||
}
|
||||
|
||||
@kotlin.js.JsName(name = "null")
|
||||
public external interface MediaKeySessionType {
|
||||
public companion object of MediaKeySessionType {
|
||||
}
|
||||
}
|
||||
|
||||
@kotlin.js.JsName(name = "null")
|
||||
public external interface MediaKeyStatus {
|
||||
public companion object of MediaKeyStatus {
|
||||
}
|
||||
}
|
||||
|
||||
public abstract external class MediaKeyStatusMap {
|
||||
public constructor MediaKeyStatusMap()
|
||||
|
||||
public open val size: kotlin.Int { get; }
|
||||
|
||||
public final fun get(keyId: dynamic): kotlin.Any?
|
||||
|
||||
public final fun has(keyId: dynamic): kotlin.Boolean
|
||||
}
|
||||
|
||||
public abstract external class MediaKeySystemAccess {
|
||||
public constructor MediaKeySystemAccess()
|
||||
|
||||
public open val keySystem: kotlin.String { get; }
|
||||
|
||||
public final fun createMediaKeys(): kotlin.js.Promise<org.w3c.dom.encryptedmedia.MediaKeys>
|
||||
|
||||
public final fun getConfiguration(): org.w3c.dom.encryptedmedia.MediaKeySystemConfiguration
|
||||
}
|
||||
|
||||
public external interface MediaKeySystemConfiguration {
|
||||
public open var audioCapabilities: kotlin.Array<org.w3c.dom.encryptedmedia.MediaKeySystemMediaCapability>? { get; set; }
|
||||
|
||||
public open var distinctiveIdentifier: org.w3c.dom.encryptedmedia.MediaKeysRequirement? { get; set; }
|
||||
|
||||
public open var initDataTypes: kotlin.Array<kotlin.String>? { get; set; }
|
||||
|
||||
public open var label: kotlin.String? { get; set; }
|
||||
|
||||
public open var persistentState: org.w3c.dom.encryptedmedia.MediaKeysRequirement? { get; set; }
|
||||
|
||||
public open var sessionTypes: kotlin.Array<kotlin.String>? { get; set; }
|
||||
|
||||
public open var videoCapabilities: kotlin.Array<org.w3c.dom.encryptedmedia.MediaKeySystemMediaCapability>? { get; set; }
|
||||
}
|
||||
|
||||
public external interface MediaKeySystemMediaCapability {
|
||||
public open var contentType: kotlin.String? { get; set; }
|
||||
|
||||
public open var robustness: kotlin.String? { get; set; }
|
||||
}
|
||||
|
||||
public abstract external class MediaKeys {
|
||||
public constructor MediaKeys()
|
||||
|
||||
public final fun createSession(sessionType: org.w3c.dom.encryptedmedia.MediaKeySessionType = ...): org.w3c.dom.encryptedmedia.MediaKeySession
|
||||
|
||||
public final fun setServerCertificate(serverCertificate: dynamic): kotlin.js.Promise<kotlin.Boolean>
|
||||
}
|
||||
|
||||
@kotlin.js.JsName(name = "null")
|
||||
public external interface MediaKeysRequirement {
|
||||
public companion object of MediaKeysRequirement {
|
||||
}
|
||||
}
|
||||
@@ -1,373 +1,373 @@
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun CompositionEventInit(data: kotlin.String? = ..., view: org.w3c.dom.Window? = ..., detail: kotlin.Int? = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.dom.events.CompositionEventInit
|
||||
/*∆*/
|
||||
/*∆*/ public fun EventListener(handler: (org.w3c.dom.events.Event) -> kotlin.Unit): org.w3c.dom.events.EventListener
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun EventModifierInit(ctrlKey: kotlin.Boolean? = ..., shiftKey: kotlin.Boolean? = ..., altKey: kotlin.Boolean? = ..., metaKey: kotlin.Boolean? = ..., modifierAltGraph: kotlin.Boolean? = ..., modifierCapsLock: kotlin.Boolean? = ..., modifierFn: kotlin.Boolean? = ..., modifierFnLock: kotlin.Boolean? = ..., modifierHyper: kotlin.Boolean? = ..., modifierNumLock: kotlin.Boolean? = ..., modifierScrollLock: kotlin.Boolean? = ..., modifierSuper: kotlin.Boolean? = ..., modifierSymbol: kotlin.Boolean? = ..., modifierSymbolLock: kotlin.Boolean? = ..., view: org.w3c.dom.Window? = ..., detail: kotlin.Int? = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.dom.events.EventModifierInit
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun FocusEventInit(relatedTarget: org.w3c.dom.events.EventTarget? = ..., view: org.w3c.dom.Window? = ..., detail: kotlin.Int? = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.dom.events.FocusEventInit
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun InputEventInit(data: kotlin.String? = ..., isComposing: kotlin.Boolean? = ..., view: org.w3c.dom.Window? = ..., detail: kotlin.Int? = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.dom.events.InputEventInit
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun KeyboardEventInit(key: kotlin.String? = ..., code: kotlin.String? = ..., location: kotlin.Int? = ..., repeat: kotlin.Boolean? = ..., isComposing: kotlin.Boolean? = ..., ctrlKey: kotlin.Boolean? = ..., shiftKey: kotlin.Boolean? = ..., altKey: kotlin.Boolean? = ..., metaKey: kotlin.Boolean? = ..., modifierAltGraph: kotlin.Boolean? = ..., modifierCapsLock: kotlin.Boolean? = ..., modifierFn: kotlin.Boolean? = ..., modifierFnLock: kotlin.Boolean? = ..., modifierHyper: kotlin.Boolean? = ..., modifierNumLock: kotlin.Boolean? = ..., modifierScrollLock: kotlin.Boolean? = ..., modifierSuper: kotlin.Boolean? = ..., modifierSymbol: kotlin.Boolean? = ..., modifierSymbolLock: kotlin.Boolean? = ..., view: org.w3c.dom.Window? = ..., detail: kotlin.Int? = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.dom.events.KeyboardEventInit
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun MouseEventInit(screenX: kotlin.Int? = ..., screenY: kotlin.Int? = ..., clientX: kotlin.Int? = ..., clientY: kotlin.Int? = ..., button: kotlin.Short? = ..., buttons: kotlin.Short? = ..., relatedTarget: org.w3c.dom.events.EventTarget? = ..., region: kotlin.String? = ..., ctrlKey: kotlin.Boolean? = ..., shiftKey: kotlin.Boolean? = ..., altKey: kotlin.Boolean? = ..., metaKey: kotlin.Boolean? = ..., modifierAltGraph: kotlin.Boolean? = ..., modifierCapsLock: kotlin.Boolean? = ..., modifierFn: kotlin.Boolean? = ..., modifierFnLock: kotlin.Boolean? = ..., modifierHyper: kotlin.Boolean? = ..., modifierNumLock: kotlin.Boolean? = ..., modifierScrollLock: kotlin.Boolean? = ..., modifierSuper: kotlin.Boolean? = ..., modifierSymbol: kotlin.Boolean? = ..., modifierSymbolLock: kotlin.Boolean? = ..., view: org.w3c.dom.Window? = ..., detail: kotlin.Int? = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.dom.events.MouseEventInit
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun UIEventInit(view: org.w3c.dom.Window? = ..., detail: kotlin.Int? = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.dom.events.UIEventInit
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun WheelEventInit(deltaX: kotlin.Double? = ..., deltaY: kotlin.Double? = ..., deltaZ: kotlin.Double? = ..., deltaMode: kotlin.Int? = ..., screenX: kotlin.Int? = ..., screenY: kotlin.Int? = ..., clientX: kotlin.Int? = ..., clientY: kotlin.Int? = ..., button: kotlin.Short? = ..., buttons: kotlin.Short? = ..., relatedTarget: org.w3c.dom.events.EventTarget? = ..., region: kotlin.String? = ..., ctrlKey: kotlin.Boolean? = ..., shiftKey: kotlin.Boolean? = ..., altKey: kotlin.Boolean? = ..., metaKey: kotlin.Boolean? = ..., modifierAltGraph: kotlin.Boolean? = ..., modifierCapsLock: kotlin.Boolean? = ..., modifierFn: kotlin.Boolean? = ..., modifierFnLock: kotlin.Boolean? = ..., modifierHyper: kotlin.Boolean? = ..., modifierNumLock: kotlin.Boolean? = ..., modifierScrollLock: kotlin.Boolean? = ..., modifierSuper: kotlin.Boolean? = ..., modifierSymbol: kotlin.Boolean? = ..., modifierSymbolLock: kotlin.Boolean? = ..., view: org.w3c.dom.Window? = ..., detail: kotlin.Int? = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.dom.events.WheelEventInit
|
||||
/*∆*/
|
||||
/*∆*/ public open external class CompositionEvent : org.w3c.dom.events.UIEvent {
|
||||
/*∆*/ public constructor CompositionEvent(type: kotlin.String, eventInitDict: org.w3c.dom.events.CompositionEventInit = ...)
|
||||
/*∆*/
|
||||
/*∆*/ public open val data: kotlin.String { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public companion object of CompositionEvent {
|
||||
/*∆*/ public final val AT_TARGET: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val NONE: kotlin.Short { get; }
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface CompositionEventInit : org.w3c.dom.events.UIEventInit {
|
||||
/*∆*/ public open var data: kotlin.String? { get; set; }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public open external class Event {
|
||||
/*∆*/ public constructor Event(type: kotlin.String, eventInitDict: org.w3c.dom.EventInit = ...)
|
||||
/*∆*/
|
||||
/*∆*/ public open val bubbles: kotlin.Boolean { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val cancelable: kotlin.Boolean { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val composed: kotlin.Boolean { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val currentTarget: org.w3c.dom.events.EventTarget? { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val defaultPrevented: kotlin.Boolean { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val eventPhase: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val isTrusted: kotlin.Boolean { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val target: org.w3c.dom.events.EventTarget? { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val timeStamp: kotlin.Number { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val type: kotlin.String { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final fun composedPath(): kotlin.Array<org.w3c.dom.events.EventTarget>
|
||||
/*∆*/
|
||||
/*∆*/ public final fun initEvent(type: kotlin.String, bubbles: kotlin.Boolean, cancelable: kotlin.Boolean): kotlin.Unit
|
||||
/*∆*/
|
||||
/*∆*/ public final fun preventDefault(): kotlin.Unit
|
||||
/*∆*/
|
||||
/*∆*/ public final fun stopImmediatePropagation(): kotlin.Unit
|
||||
/*∆*/
|
||||
/*∆*/ public final fun stopPropagation(): kotlin.Unit
|
||||
/*∆*/
|
||||
/*∆*/ public companion object of Event {
|
||||
/*∆*/ public final val AT_TARGET: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val NONE: kotlin.Short { get; }
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface EventListener {
|
||||
/*∆*/ public abstract fun handleEvent(event: org.w3c.dom.events.Event): kotlin.Unit
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface EventModifierInit : org.w3c.dom.events.UIEventInit {
|
||||
/*∆*/ public open var altKey: kotlin.Boolean? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var ctrlKey: kotlin.Boolean? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var metaKey: kotlin.Boolean? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var modifierAltGraph: kotlin.Boolean? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var modifierCapsLock: kotlin.Boolean? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var modifierFn: kotlin.Boolean? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var modifierFnLock: kotlin.Boolean? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var modifierHyper: kotlin.Boolean? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var modifierNumLock: kotlin.Boolean? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var modifierScrollLock: kotlin.Boolean? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var modifierSuper: kotlin.Boolean? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var modifierSymbol: kotlin.Boolean? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var modifierSymbolLock: kotlin.Boolean? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var shiftKey: kotlin.Boolean? { get; set; }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public abstract external class EventTarget {
|
||||
/*∆*/ public constructor EventTarget()
|
||||
/*∆*/
|
||||
/*∆*/ public final fun addEventListener(type: kotlin.String, callback: ((org.w3c.dom.events.Event) -> kotlin.Unit)?, options: dynamic = ...): kotlin.Unit
|
||||
/*∆*/
|
||||
/*∆*/ public final fun addEventListener(type: kotlin.String, callback: org.w3c.dom.events.EventListener?, options: dynamic = ...): kotlin.Unit
|
||||
/*∆*/
|
||||
/*∆*/ public final fun dispatchEvent(event: org.w3c.dom.events.Event): kotlin.Boolean
|
||||
/*∆*/
|
||||
/*∆*/ public final fun removeEventListener(type: kotlin.String, callback: ((org.w3c.dom.events.Event) -> kotlin.Unit)?, options: dynamic = ...): kotlin.Unit
|
||||
/*∆*/
|
||||
/*∆*/ public final fun removeEventListener(type: kotlin.String, callback: org.w3c.dom.events.EventListener?, options: dynamic = ...): kotlin.Unit
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public open external class FocusEvent : org.w3c.dom.events.UIEvent {
|
||||
/*∆*/ public constructor FocusEvent(type: kotlin.String, eventInitDict: org.w3c.dom.events.FocusEventInit = ...)
|
||||
/*∆*/
|
||||
/*∆*/ public open val relatedTarget: org.w3c.dom.events.EventTarget? { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public companion object of FocusEvent {
|
||||
/*∆*/ public final val AT_TARGET: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val NONE: kotlin.Short { get; }
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface FocusEventInit : org.w3c.dom.events.UIEventInit {
|
||||
/*∆*/ public open var relatedTarget: org.w3c.dom.events.EventTarget? { get; set; }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public open external class InputEvent : org.w3c.dom.events.UIEvent {
|
||||
/*∆*/ public constructor InputEvent(type: kotlin.String, eventInitDict: org.w3c.dom.events.InputEventInit = ...)
|
||||
/*∆*/
|
||||
/*∆*/ public open val data: kotlin.String { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val isComposing: kotlin.Boolean { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public companion object of InputEvent {
|
||||
/*∆*/ public final val AT_TARGET: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val NONE: kotlin.Short { get; }
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface InputEventInit : org.w3c.dom.events.UIEventInit {
|
||||
/*∆*/ public open var data: kotlin.String? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var isComposing: kotlin.Boolean? { get; set; }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public open external class KeyboardEvent : org.w3c.dom.events.UIEvent {
|
||||
/*∆*/ public constructor KeyboardEvent(type: kotlin.String, eventInitDict: org.w3c.dom.events.KeyboardEventInit = ...)
|
||||
/*∆*/
|
||||
/*∆*/ public open val altKey: kotlin.Boolean { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val charCode: kotlin.Int { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val code: kotlin.String { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val ctrlKey: kotlin.Boolean { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val isComposing: kotlin.Boolean { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val key: kotlin.String { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val keyCode: kotlin.Int { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val location: kotlin.Int { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val metaKey: kotlin.Boolean { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val repeat: kotlin.Boolean { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val shiftKey: kotlin.Boolean { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val which: kotlin.Int { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final fun getModifierState(keyArg: kotlin.String): kotlin.Boolean
|
||||
/*∆*/
|
||||
/*∆*/ public companion object of KeyboardEvent {
|
||||
/*∆*/ public final val AT_TARGET: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val DOM_KEY_LOCATION_LEFT: kotlin.Int { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val DOM_KEY_LOCATION_NUMPAD: kotlin.Int { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val DOM_KEY_LOCATION_RIGHT: kotlin.Int { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val DOM_KEY_LOCATION_STANDARD: kotlin.Int { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val NONE: kotlin.Short { get; }
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface KeyboardEventInit : org.w3c.dom.events.EventModifierInit {
|
||||
/*∆*/ public open var code: kotlin.String? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var isComposing: kotlin.Boolean? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var key: kotlin.String? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var location: kotlin.Int? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var repeat: kotlin.Boolean? { get; set; }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public open external class MouseEvent : org.w3c.dom.events.UIEvent, org.w3c.dom.UnionElementOrMouseEvent {
|
||||
/*∆*/ public constructor MouseEvent(type: kotlin.String, eventInitDict: org.w3c.dom.events.MouseEventInit = ...)
|
||||
/*∆*/
|
||||
/*∆*/ public open val altKey: kotlin.Boolean { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val button: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val buttons: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val clientX: kotlin.Int { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val clientY: kotlin.Int { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val ctrlKey: kotlin.Boolean { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val metaKey: kotlin.Boolean { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val offsetX: kotlin.Double { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val offsetY: kotlin.Double { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val pageX: kotlin.Double { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val pageY: kotlin.Double { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val region: kotlin.String? { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val relatedTarget: org.w3c.dom.events.EventTarget? { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val screenX: kotlin.Int { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val screenY: kotlin.Int { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val shiftKey: kotlin.Boolean { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val x: kotlin.Double { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val y: kotlin.Double { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final fun getModifierState(keyArg: kotlin.String): kotlin.Boolean
|
||||
/*∆*/
|
||||
/*∆*/ public companion object of MouseEvent {
|
||||
/*∆*/ public final val AT_TARGET: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val NONE: kotlin.Short { get; }
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface MouseEventInit : org.w3c.dom.events.EventModifierInit {
|
||||
/*∆*/ public open var button: kotlin.Short? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var buttons: kotlin.Short? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var clientX: kotlin.Int? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var clientY: kotlin.Int? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var region: kotlin.String? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var relatedTarget: org.w3c.dom.events.EventTarget? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var screenX: kotlin.Int? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var screenY: kotlin.Int? { get; set; }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public open external class UIEvent : org.w3c.dom.events.Event {
|
||||
/*∆*/ public constructor UIEvent(type: kotlin.String, eventInitDict: org.w3c.dom.events.UIEventInit = ...)
|
||||
/*∆*/
|
||||
/*∆*/ public open val detail: kotlin.Int { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val view: org.w3c.dom.Window? { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public companion object of UIEvent {
|
||||
/*∆*/ public final val AT_TARGET: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val NONE: kotlin.Short { get; }
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface UIEventInit : org.w3c.dom.EventInit {
|
||||
/*∆*/ public open var detail: kotlin.Int? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var view: org.w3c.dom.Window? { get; set; }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public open external class WheelEvent : org.w3c.dom.events.MouseEvent {
|
||||
/*∆*/ public constructor WheelEvent(type: kotlin.String, eventInitDict: org.w3c.dom.events.WheelEventInit = ...)
|
||||
/*∆*/
|
||||
/*∆*/ public open val deltaMode: kotlin.Int { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val deltaX: kotlin.Double { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val deltaY: kotlin.Double { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val deltaZ: kotlin.Double { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public companion object of WheelEvent {
|
||||
/*∆*/ public final val AT_TARGET: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val DOM_DELTA_LINE: kotlin.Int { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val DOM_DELTA_PAGE: kotlin.Int { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val DOM_DELTA_PIXEL: kotlin.Int { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val NONE: kotlin.Short { get; }
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface WheelEventInit : org.w3c.dom.events.MouseEventInit {
|
||||
/*∆*/ public open var deltaMode: kotlin.Int? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var deltaX: kotlin.Double? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var deltaY: kotlin.Double? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var deltaZ: kotlin.Double? { get; set; }
|
||||
/*∆*/ }
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun CompositionEventInit(data: kotlin.String? = ..., view: org.w3c.dom.Window? = ..., detail: kotlin.Int? = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.dom.events.CompositionEventInit
|
||||
|
||||
public fun EventListener(handler: (org.w3c.dom.events.Event) -> kotlin.Unit): org.w3c.dom.events.EventListener
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun EventModifierInit(ctrlKey: kotlin.Boolean? = ..., shiftKey: kotlin.Boolean? = ..., altKey: kotlin.Boolean? = ..., metaKey: kotlin.Boolean? = ..., modifierAltGraph: kotlin.Boolean? = ..., modifierCapsLock: kotlin.Boolean? = ..., modifierFn: kotlin.Boolean? = ..., modifierFnLock: kotlin.Boolean? = ..., modifierHyper: kotlin.Boolean? = ..., modifierNumLock: kotlin.Boolean? = ..., modifierScrollLock: kotlin.Boolean? = ..., modifierSuper: kotlin.Boolean? = ..., modifierSymbol: kotlin.Boolean? = ..., modifierSymbolLock: kotlin.Boolean? = ..., view: org.w3c.dom.Window? = ..., detail: kotlin.Int? = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.dom.events.EventModifierInit
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun FocusEventInit(relatedTarget: org.w3c.dom.events.EventTarget? = ..., view: org.w3c.dom.Window? = ..., detail: kotlin.Int? = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.dom.events.FocusEventInit
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun InputEventInit(data: kotlin.String? = ..., isComposing: kotlin.Boolean? = ..., view: org.w3c.dom.Window? = ..., detail: kotlin.Int? = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.dom.events.InputEventInit
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun KeyboardEventInit(key: kotlin.String? = ..., code: kotlin.String? = ..., location: kotlin.Int? = ..., repeat: kotlin.Boolean? = ..., isComposing: kotlin.Boolean? = ..., ctrlKey: kotlin.Boolean? = ..., shiftKey: kotlin.Boolean? = ..., altKey: kotlin.Boolean? = ..., metaKey: kotlin.Boolean? = ..., modifierAltGraph: kotlin.Boolean? = ..., modifierCapsLock: kotlin.Boolean? = ..., modifierFn: kotlin.Boolean? = ..., modifierFnLock: kotlin.Boolean? = ..., modifierHyper: kotlin.Boolean? = ..., modifierNumLock: kotlin.Boolean? = ..., modifierScrollLock: kotlin.Boolean? = ..., modifierSuper: kotlin.Boolean? = ..., modifierSymbol: kotlin.Boolean? = ..., modifierSymbolLock: kotlin.Boolean? = ..., view: org.w3c.dom.Window? = ..., detail: kotlin.Int? = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.dom.events.KeyboardEventInit
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun MouseEventInit(screenX: kotlin.Int? = ..., screenY: kotlin.Int? = ..., clientX: kotlin.Int? = ..., clientY: kotlin.Int? = ..., button: kotlin.Short? = ..., buttons: kotlin.Short? = ..., relatedTarget: org.w3c.dom.events.EventTarget? = ..., region: kotlin.String? = ..., ctrlKey: kotlin.Boolean? = ..., shiftKey: kotlin.Boolean? = ..., altKey: kotlin.Boolean? = ..., metaKey: kotlin.Boolean? = ..., modifierAltGraph: kotlin.Boolean? = ..., modifierCapsLock: kotlin.Boolean? = ..., modifierFn: kotlin.Boolean? = ..., modifierFnLock: kotlin.Boolean? = ..., modifierHyper: kotlin.Boolean? = ..., modifierNumLock: kotlin.Boolean? = ..., modifierScrollLock: kotlin.Boolean? = ..., modifierSuper: kotlin.Boolean? = ..., modifierSymbol: kotlin.Boolean? = ..., modifierSymbolLock: kotlin.Boolean? = ..., view: org.w3c.dom.Window? = ..., detail: kotlin.Int? = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.dom.events.MouseEventInit
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun UIEventInit(view: org.w3c.dom.Window? = ..., detail: kotlin.Int? = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.dom.events.UIEventInit
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun WheelEventInit(deltaX: kotlin.Double? = ..., deltaY: kotlin.Double? = ..., deltaZ: kotlin.Double? = ..., deltaMode: kotlin.Int? = ..., screenX: kotlin.Int? = ..., screenY: kotlin.Int? = ..., clientX: kotlin.Int? = ..., clientY: kotlin.Int? = ..., button: kotlin.Short? = ..., buttons: kotlin.Short? = ..., relatedTarget: org.w3c.dom.events.EventTarget? = ..., region: kotlin.String? = ..., ctrlKey: kotlin.Boolean? = ..., shiftKey: kotlin.Boolean? = ..., altKey: kotlin.Boolean? = ..., metaKey: kotlin.Boolean? = ..., modifierAltGraph: kotlin.Boolean? = ..., modifierCapsLock: kotlin.Boolean? = ..., modifierFn: kotlin.Boolean? = ..., modifierFnLock: kotlin.Boolean? = ..., modifierHyper: kotlin.Boolean? = ..., modifierNumLock: kotlin.Boolean? = ..., modifierScrollLock: kotlin.Boolean? = ..., modifierSuper: kotlin.Boolean? = ..., modifierSymbol: kotlin.Boolean? = ..., modifierSymbolLock: kotlin.Boolean? = ..., view: org.w3c.dom.Window? = ..., detail: kotlin.Int? = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.dom.events.WheelEventInit
|
||||
|
||||
public open external class CompositionEvent : org.w3c.dom.events.UIEvent {
|
||||
public constructor CompositionEvent(type: kotlin.String, eventInitDict: org.w3c.dom.events.CompositionEventInit = ...)
|
||||
|
||||
public open val data: kotlin.String { get; }
|
||||
|
||||
public companion object of CompositionEvent {
|
||||
public final val AT_TARGET: kotlin.Short { get; }
|
||||
|
||||
public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val NONE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public external interface CompositionEventInit : org.w3c.dom.events.UIEventInit {
|
||||
public open var data: kotlin.String? { get; set; }
|
||||
}
|
||||
|
||||
public open external class Event {
|
||||
public constructor Event(type: kotlin.String, eventInitDict: org.w3c.dom.EventInit = ...)
|
||||
|
||||
public open val bubbles: kotlin.Boolean { get; }
|
||||
|
||||
public open val cancelable: kotlin.Boolean { get; }
|
||||
|
||||
public open val composed: kotlin.Boolean { get; }
|
||||
|
||||
public open val currentTarget: org.w3c.dom.events.EventTarget? { get; }
|
||||
|
||||
public open val defaultPrevented: kotlin.Boolean { get; }
|
||||
|
||||
public open val eventPhase: kotlin.Short { get; }
|
||||
|
||||
public open val isTrusted: kotlin.Boolean { get; }
|
||||
|
||||
public open val target: org.w3c.dom.events.EventTarget? { get; }
|
||||
|
||||
public open val timeStamp: kotlin.Number { get; }
|
||||
|
||||
public open val type: kotlin.String { get; }
|
||||
|
||||
public final fun composedPath(): kotlin.Array<org.w3c.dom.events.EventTarget>
|
||||
|
||||
public final fun initEvent(type: kotlin.String, bubbles: kotlin.Boolean, cancelable: kotlin.Boolean): kotlin.Unit
|
||||
|
||||
public final fun preventDefault(): kotlin.Unit
|
||||
|
||||
public final fun stopImmediatePropagation(): kotlin.Unit
|
||||
|
||||
public final fun stopPropagation(): kotlin.Unit
|
||||
|
||||
public companion object of Event {
|
||||
public final val AT_TARGET: kotlin.Short { get; }
|
||||
|
||||
public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val NONE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public external interface EventListener {
|
||||
public abstract fun handleEvent(event: org.w3c.dom.events.Event): kotlin.Unit
|
||||
}
|
||||
|
||||
public external interface EventModifierInit : org.w3c.dom.events.UIEventInit {
|
||||
public open var altKey: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var ctrlKey: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var metaKey: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var modifierAltGraph: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var modifierCapsLock: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var modifierFn: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var modifierFnLock: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var modifierHyper: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var modifierNumLock: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var modifierScrollLock: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var modifierSuper: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var modifierSymbol: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var modifierSymbolLock: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var shiftKey: kotlin.Boolean? { get; set; }
|
||||
}
|
||||
|
||||
public abstract external class EventTarget {
|
||||
public constructor EventTarget()
|
||||
|
||||
public final fun addEventListener(type: kotlin.String, callback: ((org.w3c.dom.events.Event) -> kotlin.Unit)?, options: dynamic = ...): kotlin.Unit
|
||||
|
||||
public final fun addEventListener(type: kotlin.String, callback: org.w3c.dom.events.EventListener?, options: dynamic = ...): kotlin.Unit
|
||||
|
||||
public final fun dispatchEvent(event: org.w3c.dom.events.Event): kotlin.Boolean
|
||||
|
||||
public final fun removeEventListener(type: kotlin.String, callback: ((org.w3c.dom.events.Event) -> kotlin.Unit)?, options: dynamic = ...): kotlin.Unit
|
||||
|
||||
public final fun removeEventListener(type: kotlin.String, callback: org.w3c.dom.events.EventListener?, options: dynamic = ...): kotlin.Unit
|
||||
}
|
||||
|
||||
public open external class FocusEvent : org.w3c.dom.events.UIEvent {
|
||||
public constructor FocusEvent(type: kotlin.String, eventInitDict: org.w3c.dom.events.FocusEventInit = ...)
|
||||
|
||||
public open val relatedTarget: org.w3c.dom.events.EventTarget? { get; }
|
||||
|
||||
public companion object of FocusEvent {
|
||||
public final val AT_TARGET: kotlin.Short { get; }
|
||||
|
||||
public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val NONE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public external interface FocusEventInit : org.w3c.dom.events.UIEventInit {
|
||||
public open var relatedTarget: org.w3c.dom.events.EventTarget? { get; set; }
|
||||
}
|
||||
|
||||
public open external class InputEvent : org.w3c.dom.events.UIEvent {
|
||||
public constructor InputEvent(type: kotlin.String, eventInitDict: org.w3c.dom.events.InputEventInit = ...)
|
||||
|
||||
public open val data: kotlin.String { get; }
|
||||
|
||||
public open val isComposing: kotlin.Boolean { get; }
|
||||
|
||||
public companion object of InputEvent {
|
||||
public final val AT_TARGET: kotlin.Short { get; }
|
||||
|
||||
public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val NONE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public external interface InputEventInit : org.w3c.dom.events.UIEventInit {
|
||||
public open var data: kotlin.String? { get; set; }
|
||||
|
||||
public open var isComposing: kotlin.Boolean? { get; set; }
|
||||
}
|
||||
|
||||
public open external class KeyboardEvent : org.w3c.dom.events.UIEvent {
|
||||
public constructor KeyboardEvent(type: kotlin.String, eventInitDict: org.w3c.dom.events.KeyboardEventInit = ...)
|
||||
|
||||
public open val altKey: kotlin.Boolean { get; }
|
||||
|
||||
public open val charCode: kotlin.Int { get; }
|
||||
|
||||
public open val code: kotlin.String { get; }
|
||||
|
||||
public open val ctrlKey: kotlin.Boolean { get; }
|
||||
|
||||
public open val isComposing: kotlin.Boolean { get; }
|
||||
|
||||
public open val key: kotlin.String { get; }
|
||||
|
||||
public open val keyCode: kotlin.Int { get; }
|
||||
|
||||
public open val location: kotlin.Int { get; }
|
||||
|
||||
public open val metaKey: kotlin.Boolean { get; }
|
||||
|
||||
public open val repeat: kotlin.Boolean { get; }
|
||||
|
||||
public open val shiftKey: kotlin.Boolean { get; }
|
||||
|
||||
public open val which: kotlin.Int { get; }
|
||||
|
||||
public final fun getModifierState(keyArg: kotlin.String): kotlin.Boolean
|
||||
|
||||
public companion object of KeyboardEvent {
|
||||
public final val AT_TARGET: kotlin.Short { get; }
|
||||
|
||||
public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val DOM_KEY_LOCATION_LEFT: kotlin.Int { get; }
|
||||
|
||||
public final val DOM_KEY_LOCATION_NUMPAD: kotlin.Int { get; }
|
||||
|
||||
public final val DOM_KEY_LOCATION_RIGHT: kotlin.Int { get; }
|
||||
|
||||
public final val DOM_KEY_LOCATION_STANDARD: kotlin.Int { get; }
|
||||
|
||||
public final val NONE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public external interface KeyboardEventInit : org.w3c.dom.events.EventModifierInit {
|
||||
public open var code: kotlin.String? { get; set; }
|
||||
|
||||
public open var isComposing: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var key: kotlin.String? { get; set; }
|
||||
|
||||
public open var location: kotlin.Int? { get; set; }
|
||||
|
||||
public open var repeat: kotlin.Boolean? { get; set; }
|
||||
}
|
||||
|
||||
public open external class MouseEvent : org.w3c.dom.events.UIEvent, org.w3c.dom.UnionElementOrMouseEvent {
|
||||
public constructor MouseEvent(type: kotlin.String, eventInitDict: org.w3c.dom.events.MouseEventInit = ...)
|
||||
|
||||
public open val altKey: kotlin.Boolean { get; }
|
||||
|
||||
public open val button: kotlin.Short { get; }
|
||||
|
||||
public open val buttons: kotlin.Short { get; }
|
||||
|
||||
public open val clientX: kotlin.Int { get; }
|
||||
|
||||
public open val clientY: kotlin.Int { get; }
|
||||
|
||||
public open val ctrlKey: kotlin.Boolean { get; }
|
||||
|
||||
public open val metaKey: kotlin.Boolean { get; }
|
||||
|
||||
public open val offsetX: kotlin.Double { get; }
|
||||
|
||||
public open val offsetY: kotlin.Double { get; }
|
||||
|
||||
public open val pageX: kotlin.Double { get; }
|
||||
|
||||
public open val pageY: kotlin.Double { get; }
|
||||
|
||||
public open val region: kotlin.String? { get; }
|
||||
|
||||
public open val relatedTarget: org.w3c.dom.events.EventTarget? { get; }
|
||||
|
||||
public open val screenX: kotlin.Int { get; }
|
||||
|
||||
public open val screenY: kotlin.Int { get; }
|
||||
|
||||
public open val shiftKey: kotlin.Boolean { get; }
|
||||
|
||||
public open val x: kotlin.Double { get; }
|
||||
|
||||
public open val y: kotlin.Double { get; }
|
||||
|
||||
public final fun getModifierState(keyArg: kotlin.String): kotlin.Boolean
|
||||
|
||||
public companion object of MouseEvent {
|
||||
public final val AT_TARGET: kotlin.Short { get; }
|
||||
|
||||
public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val NONE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public external interface MouseEventInit : org.w3c.dom.events.EventModifierInit {
|
||||
public open var button: kotlin.Short? { get; set; }
|
||||
|
||||
public open var buttons: kotlin.Short? { get; set; }
|
||||
|
||||
public open var clientX: kotlin.Int? { get; set; }
|
||||
|
||||
public open var clientY: kotlin.Int? { get; set; }
|
||||
|
||||
public open var region: kotlin.String? { get; set; }
|
||||
|
||||
public open var relatedTarget: org.w3c.dom.events.EventTarget? { get; set; }
|
||||
|
||||
public open var screenX: kotlin.Int? { get; set; }
|
||||
|
||||
public open var screenY: kotlin.Int? { get; set; }
|
||||
}
|
||||
|
||||
public open external class UIEvent : org.w3c.dom.events.Event {
|
||||
public constructor UIEvent(type: kotlin.String, eventInitDict: org.w3c.dom.events.UIEventInit = ...)
|
||||
|
||||
public open val detail: kotlin.Int { get; }
|
||||
|
||||
public open val view: org.w3c.dom.Window? { get; }
|
||||
|
||||
public companion object of UIEvent {
|
||||
public final val AT_TARGET: kotlin.Short { get; }
|
||||
|
||||
public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val NONE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public external interface UIEventInit : org.w3c.dom.EventInit {
|
||||
public open var detail: kotlin.Int? { get; set; }
|
||||
|
||||
public open var view: org.w3c.dom.Window? { get; set; }
|
||||
}
|
||||
|
||||
public open external class WheelEvent : org.w3c.dom.events.MouseEvent {
|
||||
public constructor WheelEvent(type: kotlin.String, eventInitDict: org.w3c.dom.events.WheelEventInit = ...)
|
||||
|
||||
public open val deltaMode: kotlin.Int { get; }
|
||||
|
||||
public open val deltaX: kotlin.Double { get; }
|
||||
|
||||
public open val deltaY: kotlin.Double { get; }
|
||||
|
||||
public open val deltaZ: kotlin.Double { get; }
|
||||
|
||||
public companion object of WheelEvent {
|
||||
public final val AT_TARGET: kotlin.Short { get; }
|
||||
|
||||
public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val DOM_DELTA_LINE: kotlin.Int { get; }
|
||||
|
||||
public final val DOM_DELTA_PAGE: kotlin.Int { get; }
|
||||
|
||||
public final val DOM_DELTA_PIXEL: kotlin.Int { get; }
|
||||
|
||||
public final val NONE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public external interface WheelEventInit : org.w3c.dom.events.MouseEventInit {
|
||||
public open var deltaMode: kotlin.Int? { get; set; }
|
||||
|
||||
public open var deltaX: kotlin.Double? { get; set; }
|
||||
|
||||
public open var deltaY: kotlin.Double? { get; set; }
|
||||
|
||||
public open var deltaZ: kotlin.Double? { get; set; }
|
||||
}
|
||||
+9332
-9332
File diff suppressed because it is too large
Load Diff
@@ -1,444 +1,444 @@
|
||||
/*∆*/ public val org.w3c.dom.mediacapture.MediaDeviceKind.Companion.AUDIOINPUT: org.w3c.dom.mediacapture.MediaDeviceKind { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.dom.mediacapture.MediaDeviceKind.Companion.AUDIOOUTPUT: org.w3c.dom.mediacapture.MediaDeviceKind { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.dom.mediacapture.VideoResizeModeEnum.Companion.CROP_AND_SCALE: org.w3c.dom.mediacapture.VideoResizeModeEnum { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.dom.mediacapture.MediaStreamTrackState.Companion.ENDED: org.w3c.dom.mediacapture.MediaStreamTrackState { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.dom.mediacapture.VideoFacingModeEnum.Companion.ENVIRONMENT: org.w3c.dom.mediacapture.VideoFacingModeEnum { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.dom.mediacapture.VideoFacingModeEnum.Companion.LEFT: org.w3c.dom.mediacapture.VideoFacingModeEnum { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.dom.mediacapture.MediaStreamTrackState.Companion.LIVE: org.w3c.dom.mediacapture.MediaStreamTrackState { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.dom.mediacapture.VideoResizeModeEnum.Companion.NONE: org.w3c.dom.mediacapture.VideoResizeModeEnum { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.dom.mediacapture.VideoFacingModeEnum.Companion.RIGHT: org.w3c.dom.mediacapture.VideoFacingModeEnum { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.dom.mediacapture.VideoFacingModeEnum.Companion.USER: org.w3c.dom.mediacapture.VideoFacingModeEnum { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.dom.mediacapture.MediaDeviceKind.Companion.VIDEOINPUT: org.w3c.dom.mediacapture.MediaDeviceKind { get; }
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun Capabilities(): org.w3c.dom.mediacapture.Capabilities
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun ConstrainBooleanParameters(exact: kotlin.Boolean? = ..., ideal: kotlin.Boolean? = ...): org.w3c.dom.mediacapture.ConstrainBooleanParameters
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun ConstrainDOMStringParameters(exact: dynamic = ..., ideal: dynamic = ...): org.w3c.dom.mediacapture.ConstrainDOMStringParameters
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun ConstrainDoubleRange(exact: kotlin.Double? = ..., ideal: kotlin.Double? = ..., max: kotlin.Double? = ..., min: kotlin.Double? = ...): org.w3c.dom.mediacapture.ConstrainDoubleRange
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun ConstrainULongRange(exact: kotlin.Int? = ..., ideal: kotlin.Int? = ..., max: kotlin.Int? = ..., min: kotlin.Int? = ...): org.w3c.dom.mediacapture.ConstrainULongRange
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun ConstraintSet(): org.w3c.dom.mediacapture.ConstraintSet
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun Constraints(advanced: kotlin.Array<org.w3c.dom.mediacapture.ConstraintSet>? = ...): org.w3c.dom.mediacapture.Constraints
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun DoubleRange(max: kotlin.Double? = ..., min: kotlin.Double? = ...): org.w3c.dom.mediacapture.DoubleRange
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun MediaStreamConstraints(video: dynamic = ..., audio: dynamic = ...): org.w3c.dom.mediacapture.MediaStreamConstraints
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun MediaStreamTrackEventInit(track: org.w3c.dom.mediacapture.MediaStreamTrack?, bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.dom.mediacapture.MediaStreamTrackEventInit
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun MediaTrackCapabilities(width: org.w3c.dom.mediacapture.ULongRange? = ..., height: org.w3c.dom.mediacapture.ULongRange? = ..., aspectRatio: org.w3c.dom.mediacapture.DoubleRange? = ..., frameRate: org.w3c.dom.mediacapture.DoubleRange? = ..., facingMode: kotlin.Array<kotlin.String>? = ..., resizeMode: kotlin.Array<kotlin.String>? = ..., volume: org.w3c.dom.mediacapture.DoubleRange? = ..., sampleRate: org.w3c.dom.mediacapture.ULongRange? = ..., sampleSize: org.w3c.dom.mediacapture.ULongRange? = ..., echoCancellation: kotlin.Array<kotlin.Boolean>? = ..., autoGainControl: kotlin.Array<kotlin.Boolean>? = ..., noiseSuppression: kotlin.Array<kotlin.Boolean>? = ..., latency: org.w3c.dom.mediacapture.DoubleRange? = ..., channelCount: org.w3c.dom.mediacapture.ULongRange? = ..., deviceId: kotlin.String? = ..., groupId: kotlin.String? = ...): org.w3c.dom.mediacapture.MediaTrackCapabilities
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun MediaTrackConstraintSet(width: dynamic = ..., height: dynamic = ..., aspectRatio: dynamic = ..., frameRate: dynamic = ..., facingMode: dynamic = ..., resizeMode: dynamic = ..., volume: dynamic = ..., sampleRate: dynamic = ..., sampleSize: dynamic = ..., echoCancellation: dynamic = ..., autoGainControl: dynamic = ..., noiseSuppression: dynamic = ..., latency: dynamic = ..., channelCount: dynamic = ..., deviceId: dynamic = ..., groupId: dynamic = ...): org.w3c.dom.mediacapture.MediaTrackConstraintSet
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun MediaTrackConstraints(advanced: kotlin.Array<org.w3c.dom.mediacapture.MediaTrackConstraintSet>? = ..., width: dynamic = ..., height: dynamic = ..., aspectRatio: dynamic = ..., frameRate: dynamic = ..., facingMode: dynamic = ..., resizeMode: dynamic = ..., volume: dynamic = ..., sampleRate: dynamic = ..., sampleSize: dynamic = ..., echoCancellation: dynamic = ..., autoGainControl: dynamic = ..., noiseSuppression: dynamic = ..., latency: dynamic = ..., channelCount: dynamic = ..., deviceId: dynamic = ..., groupId: dynamic = ...): org.w3c.dom.mediacapture.MediaTrackConstraints
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun MediaTrackSettings(width: kotlin.Int? = ..., height: kotlin.Int? = ..., aspectRatio: kotlin.Double? = ..., frameRate: kotlin.Double? = ..., facingMode: kotlin.String? = ..., resizeMode: kotlin.String? = ..., volume: kotlin.Double? = ..., sampleRate: kotlin.Int? = ..., sampleSize: kotlin.Int? = ..., echoCancellation: kotlin.Boolean? = ..., autoGainControl: kotlin.Boolean? = ..., noiseSuppression: kotlin.Boolean? = ..., latency: kotlin.Double? = ..., channelCount: kotlin.Int? = ..., deviceId: kotlin.String? = ..., groupId: kotlin.String? = ...): org.w3c.dom.mediacapture.MediaTrackSettings
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun MediaTrackSupportedConstraints(width: kotlin.Boolean? = ..., height: kotlin.Boolean? = ..., aspectRatio: kotlin.Boolean? = ..., frameRate: kotlin.Boolean? = ..., facingMode: kotlin.Boolean? = ..., resizeMode: kotlin.Boolean? = ..., volume: kotlin.Boolean? = ..., sampleRate: kotlin.Boolean? = ..., sampleSize: kotlin.Boolean? = ..., echoCancellation: kotlin.Boolean? = ..., autoGainControl: kotlin.Boolean? = ..., noiseSuppression: kotlin.Boolean? = ..., latency: kotlin.Boolean? = ..., channelCount: kotlin.Boolean? = ..., deviceId: kotlin.Boolean? = ..., groupId: kotlin.Boolean? = ...): org.w3c.dom.mediacapture.MediaTrackSupportedConstraints
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun OverconstrainedErrorEventInit(error: dynamic = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.dom.mediacapture.OverconstrainedErrorEventInit
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun Settings(): org.w3c.dom.mediacapture.Settings
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun ULongRange(max: kotlin.Int? = ..., min: kotlin.Int? = ...): org.w3c.dom.mediacapture.ULongRange
|
||||
/*∆*/
|
||||
/*∆*/ public external interface Capabilities {
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface ConstrainBooleanParameters {
|
||||
/*∆*/ public open var exact: kotlin.Boolean? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var ideal: kotlin.Boolean? { get; set; }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface ConstrainDOMStringParameters {
|
||||
/*∆*/ public open var exact: dynamic { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var ideal: dynamic { get; set; }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface ConstrainDoubleRange : org.w3c.dom.mediacapture.DoubleRange {
|
||||
/*∆*/ public open var exact: kotlin.Double? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var ideal: kotlin.Double? { get; set; }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface ConstrainULongRange : org.w3c.dom.mediacapture.ULongRange {
|
||||
/*∆*/ public open var exact: kotlin.Int? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var ideal: kotlin.Int? { get; set; }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface ConstrainablePattern {
|
||||
/*∆*/ public open var onoverconstrained: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public abstract fun applyConstraints(constraints: org.w3c.dom.mediacapture.Constraints = ...): kotlin.js.Promise<kotlin.Unit>
|
||||
/*∆*/
|
||||
/*∆*/ public abstract fun getCapabilities(): org.w3c.dom.mediacapture.Capabilities
|
||||
/*∆*/
|
||||
/*∆*/ public abstract fun getConstraints(): org.w3c.dom.mediacapture.Constraints
|
||||
/*∆*/
|
||||
/*∆*/ public abstract fun getSettings(): org.w3c.dom.mediacapture.Settings
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface ConstraintSet {
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface Constraints : org.w3c.dom.mediacapture.ConstraintSet {
|
||||
/*∆*/ public open var advanced: kotlin.Array<org.w3c.dom.mediacapture.ConstraintSet>? { get; set; }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface DoubleRange {
|
||||
/*∆*/ public open var max: kotlin.Double? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var min: kotlin.Double? { get; set; }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public abstract external class InputDeviceInfo : org.w3c.dom.mediacapture.MediaDeviceInfo {
|
||||
/*∆*/ public constructor InputDeviceInfo()
|
||||
/*∆*/
|
||||
/*∆*/ public final fun getCapabilities(): org.w3c.dom.mediacapture.MediaTrackCapabilities
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public abstract external class MediaDeviceInfo {
|
||||
/*∆*/ public constructor MediaDeviceInfo()
|
||||
/*∆*/
|
||||
/*∆*/ public open val deviceId: kotlin.String { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val groupId: kotlin.String { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val kind: org.w3c.dom.mediacapture.MediaDeviceKind { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val label: kotlin.String { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final fun toJSON(): dynamic
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.js.JsName(name = "null")
|
||||
/*∆*/ public external interface MediaDeviceKind {
|
||||
/*∆*/ public companion object of MediaDeviceKind {
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public abstract external class MediaDevices : org.w3c.dom.events.EventTarget {
|
||||
/*∆*/ public constructor MediaDevices()
|
||||
/*∆*/
|
||||
/*∆*/ public open var ondevicechange: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public final fun enumerateDevices(): kotlin.js.Promise<kotlin.Array<org.w3c.dom.mediacapture.MediaDeviceInfo>>
|
||||
/*∆*/
|
||||
/*∆*/ public final fun getSupportedConstraints(): org.w3c.dom.mediacapture.MediaTrackSupportedConstraints
|
||||
/*∆*/
|
||||
/*∆*/ public final fun getUserMedia(constraints: org.w3c.dom.mediacapture.MediaStreamConstraints = ...): kotlin.js.Promise<org.w3c.dom.mediacapture.MediaStream>
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public open external class MediaStream : org.w3c.dom.events.EventTarget, org.w3c.dom.MediaProvider {
|
||||
/*∆*/ public constructor MediaStream()
|
||||
/*∆*/
|
||||
/*∆*/ public constructor MediaStream(tracks: kotlin.Array<org.w3c.dom.mediacapture.MediaStreamTrack>)
|
||||
/*∆*/
|
||||
/*∆*/ public constructor MediaStream(stream: org.w3c.dom.mediacapture.MediaStream)
|
||||
/*∆*/
|
||||
/*∆*/ public open val active: kotlin.Boolean { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val id: kotlin.String { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final var onaddtrack: ((org.w3c.dom.mediacapture.MediaStreamTrackEvent) -> dynamic)? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public final var onremovetrack: ((org.w3c.dom.mediacapture.MediaStreamTrackEvent) -> dynamic)? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public final fun addTrack(track: org.w3c.dom.mediacapture.MediaStreamTrack): kotlin.Unit
|
||||
/*∆*/
|
||||
/*∆*/ public final fun clone(): org.w3c.dom.mediacapture.MediaStream
|
||||
/*∆*/
|
||||
/*∆*/ public final fun getAudioTracks(): kotlin.Array<org.w3c.dom.mediacapture.MediaStreamTrack>
|
||||
/*∆*/
|
||||
/*∆*/ public final fun getTrackById(trackId: kotlin.String): org.w3c.dom.mediacapture.MediaStreamTrack?
|
||||
/*∆*/
|
||||
/*∆*/ public final fun getTracks(): kotlin.Array<org.w3c.dom.mediacapture.MediaStreamTrack>
|
||||
/*∆*/
|
||||
/*∆*/ public final fun getVideoTracks(): kotlin.Array<org.w3c.dom.mediacapture.MediaStreamTrack>
|
||||
/*∆*/
|
||||
/*∆*/ public final fun removeTrack(track: org.w3c.dom.mediacapture.MediaStreamTrack): kotlin.Unit
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface MediaStreamConstraints {
|
||||
/*∆*/ public open var audio: dynamic { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var video: dynamic { get; set; }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public abstract external class MediaStreamTrack : org.w3c.dom.events.EventTarget {
|
||||
/*∆*/ public constructor MediaStreamTrack()
|
||||
/*∆*/
|
||||
/*∆*/ public open var enabled: kotlin.Boolean { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val id: kotlin.String { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val kind: kotlin.String { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val label: kotlin.String { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val muted: kotlin.Boolean { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var onended: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var onmute: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var onoverconstrained: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var onunmute: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val readyState: org.w3c.dom.mediacapture.MediaStreamTrackState { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final fun applyConstraints(constraints: org.w3c.dom.mediacapture.MediaTrackConstraints = ...): kotlin.js.Promise<kotlin.Unit>
|
||||
/*∆*/
|
||||
/*∆*/ public final fun clone(): org.w3c.dom.mediacapture.MediaStreamTrack
|
||||
/*∆*/
|
||||
/*∆*/ public final fun getCapabilities(): org.w3c.dom.mediacapture.MediaTrackCapabilities
|
||||
/*∆*/
|
||||
/*∆*/ public final fun getConstraints(): org.w3c.dom.mediacapture.MediaTrackConstraints
|
||||
/*∆*/
|
||||
/*∆*/ public final fun getSettings(): org.w3c.dom.mediacapture.MediaTrackSettings
|
||||
/*∆*/
|
||||
/*∆*/ public final fun stop(): kotlin.Unit
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public open external class MediaStreamTrackEvent : org.w3c.dom.events.Event {
|
||||
/*∆*/ public constructor MediaStreamTrackEvent(type: kotlin.String, eventInitDict: org.w3c.dom.mediacapture.MediaStreamTrackEventInit)
|
||||
/*∆*/
|
||||
/*∆*/ public open val track: org.w3c.dom.mediacapture.MediaStreamTrack { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public companion object of MediaStreamTrackEvent {
|
||||
/*∆*/ public final val AT_TARGET: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val NONE: kotlin.Short { get; }
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface MediaStreamTrackEventInit : org.w3c.dom.EventInit {
|
||||
/*∆*/ public abstract var track: org.w3c.dom.mediacapture.MediaStreamTrack? { get; set; }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.js.JsName(name = "null")
|
||||
/*∆*/ public external interface MediaStreamTrackState {
|
||||
/*∆*/ public companion object of MediaStreamTrackState {
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface MediaTrackCapabilities {
|
||||
/*∆*/ public open var aspectRatio: org.w3c.dom.mediacapture.DoubleRange? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var autoGainControl: kotlin.Array<kotlin.Boolean>? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var channelCount: org.w3c.dom.mediacapture.ULongRange? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var deviceId: kotlin.String? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var echoCancellation: kotlin.Array<kotlin.Boolean>? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var facingMode: kotlin.Array<kotlin.String>? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var frameRate: org.w3c.dom.mediacapture.DoubleRange? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var groupId: kotlin.String? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var height: org.w3c.dom.mediacapture.ULongRange? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var latency: org.w3c.dom.mediacapture.DoubleRange? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var noiseSuppression: kotlin.Array<kotlin.Boolean>? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var resizeMode: kotlin.Array<kotlin.String>? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var sampleRate: org.w3c.dom.mediacapture.ULongRange? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var sampleSize: org.w3c.dom.mediacapture.ULongRange? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var volume: org.w3c.dom.mediacapture.DoubleRange? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var width: org.w3c.dom.mediacapture.ULongRange? { get; set; }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface MediaTrackConstraintSet {
|
||||
/*∆*/ public open var aspectRatio: dynamic { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var autoGainControl: dynamic { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var channelCount: dynamic { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var deviceId: dynamic { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var echoCancellation: dynamic { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var facingMode: dynamic { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var frameRate: dynamic { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var groupId: dynamic { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var height: dynamic { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var latency: dynamic { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var noiseSuppression: dynamic { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var resizeMode: dynamic { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var sampleRate: dynamic { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var sampleSize: dynamic { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var volume: dynamic { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var width: dynamic { get; set; }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface MediaTrackConstraints : org.w3c.dom.mediacapture.MediaTrackConstraintSet {
|
||||
/*∆*/ public open var advanced: kotlin.Array<org.w3c.dom.mediacapture.MediaTrackConstraintSet>? { get; set; }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface MediaTrackSettings {
|
||||
/*∆*/ public open var aspectRatio: kotlin.Double? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var autoGainControl: kotlin.Boolean? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var channelCount: kotlin.Int? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var deviceId: kotlin.String? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var echoCancellation: kotlin.Boolean? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var facingMode: kotlin.String? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var frameRate: kotlin.Double? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var groupId: kotlin.String? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var height: kotlin.Int? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var latency: kotlin.Double? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var noiseSuppression: kotlin.Boolean? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var resizeMode: kotlin.String? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var sampleRate: kotlin.Int? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var sampleSize: kotlin.Int? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var volume: kotlin.Double? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var width: kotlin.Int? { get; set; }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface MediaTrackSupportedConstraints {
|
||||
/*∆*/ public open var aspectRatio: kotlin.Boolean? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var autoGainControl: kotlin.Boolean? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var channelCount: kotlin.Boolean? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var deviceId: kotlin.Boolean? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var echoCancellation: kotlin.Boolean? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var facingMode: kotlin.Boolean? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var frameRate: kotlin.Boolean? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var groupId: kotlin.Boolean? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var height: kotlin.Boolean? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var latency: kotlin.Boolean? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var noiseSuppression: kotlin.Boolean? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var resizeMode: kotlin.Boolean? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var sampleRate: kotlin.Boolean? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var sampleSize: kotlin.Boolean? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var volume: kotlin.Boolean? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var width: kotlin.Boolean? { get; set; }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public open external class OverconstrainedErrorEvent : org.w3c.dom.events.Event {
|
||||
/*∆*/ public constructor OverconstrainedErrorEvent(type: kotlin.String, eventInitDict: org.w3c.dom.mediacapture.OverconstrainedErrorEventInit)
|
||||
/*∆*/
|
||||
/*∆*/ public open val error: dynamic { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public companion object of OverconstrainedErrorEvent {
|
||||
/*∆*/ public final val AT_TARGET: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val NONE: kotlin.Short { get; }
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface OverconstrainedErrorEventInit : org.w3c.dom.EventInit {
|
||||
/*∆*/ public open var error: dynamic { get; set; }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface Settings {
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface ULongRange {
|
||||
/*∆*/ public open var max: kotlin.Int? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var min: kotlin.Int? { get; set; }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.js.JsName(name = "null")
|
||||
/*∆*/ public external interface VideoFacingModeEnum {
|
||||
/*∆*/ public companion object of VideoFacingModeEnum {
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.js.JsName(name = "null")
|
||||
/*∆*/ public external interface VideoResizeModeEnum {
|
||||
/*∆*/ public companion object of VideoResizeModeEnum {
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
public val org.w3c.dom.mediacapture.MediaDeviceKind.Companion.AUDIOINPUT: org.w3c.dom.mediacapture.MediaDeviceKind { get; }
|
||||
|
||||
public val org.w3c.dom.mediacapture.MediaDeviceKind.Companion.AUDIOOUTPUT: org.w3c.dom.mediacapture.MediaDeviceKind { get; }
|
||||
|
||||
public val org.w3c.dom.mediacapture.VideoResizeModeEnum.Companion.CROP_AND_SCALE: org.w3c.dom.mediacapture.VideoResizeModeEnum { get; }
|
||||
|
||||
public val org.w3c.dom.mediacapture.MediaStreamTrackState.Companion.ENDED: org.w3c.dom.mediacapture.MediaStreamTrackState { get; }
|
||||
|
||||
public val org.w3c.dom.mediacapture.VideoFacingModeEnum.Companion.ENVIRONMENT: org.w3c.dom.mediacapture.VideoFacingModeEnum { get; }
|
||||
|
||||
public val org.w3c.dom.mediacapture.VideoFacingModeEnum.Companion.LEFT: org.w3c.dom.mediacapture.VideoFacingModeEnum { get; }
|
||||
|
||||
public val org.w3c.dom.mediacapture.MediaStreamTrackState.Companion.LIVE: org.w3c.dom.mediacapture.MediaStreamTrackState { get; }
|
||||
|
||||
public val org.w3c.dom.mediacapture.VideoResizeModeEnum.Companion.NONE: org.w3c.dom.mediacapture.VideoResizeModeEnum { get; }
|
||||
|
||||
public val org.w3c.dom.mediacapture.VideoFacingModeEnum.Companion.RIGHT: org.w3c.dom.mediacapture.VideoFacingModeEnum { get; }
|
||||
|
||||
public val org.w3c.dom.mediacapture.VideoFacingModeEnum.Companion.USER: org.w3c.dom.mediacapture.VideoFacingModeEnum { get; }
|
||||
|
||||
public val org.w3c.dom.mediacapture.MediaDeviceKind.Companion.VIDEOINPUT: org.w3c.dom.mediacapture.MediaDeviceKind { get; }
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun Capabilities(): org.w3c.dom.mediacapture.Capabilities
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun ConstrainBooleanParameters(exact: kotlin.Boolean? = ..., ideal: kotlin.Boolean? = ...): org.w3c.dom.mediacapture.ConstrainBooleanParameters
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun ConstrainDOMStringParameters(exact: dynamic = ..., ideal: dynamic = ...): org.w3c.dom.mediacapture.ConstrainDOMStringParameters
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun ConstrainDoubleRange(exact: kotlin.Double? = ..., ideal: kotlin.Double? = ..., max: kotlin.Double? = ..., min: kotlin.Double? = ...): org.w3c.dom.mediacapture.ConstrainDoubleRange
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun ConstrainULongRange(exact: kotlin.Int? = ..., ideal: kotlin.Int? = ..., max: kotlin.Int? = ..., min: kotlin.Int? = ...): org.w3c.dom.mediacapture.ConstrainULongRange
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun ConstraintSet(): org.w3c.dom.mediacapture.ConstraintSet
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun Constraints(advanced: kotlin.Array<org.w3c.dom.mediacapture.ConstraintSet>? = ...): org.w3c.dom.mediacapture.Constraints
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun DoubleRange(max: kotlin.Double? = ..., min: kotlin.Double? = ...): org.w3c.dom.mediacapture.DoubleRange
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun MediaStreamConstraints(video: dynamic = ..., audio: dynamic = ...): org.w3c.dom.mediacapture.MediaStreamConstraints
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun MediaStreamTrackEventInit(track: org.w3c.dom.mediacapture.MediaStreamTrack?, bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.dom.mediacapture.MediaStreamTrackEventInit
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun MediaTrackCapabilities(width: org.w3c.dom.mediacapture.ULongRange? = ..., height: org.w3c.dom.mediacapture.ULongRange? = ..., aspectRatio: org.w3c.dom.mediacapture.DoubleRange? = ..., frameRate: org.w3c.dom.mediacapture.DoubleRange? = ..., facingMode: kotlin.Array<kotlin.String>? = ..., resizeMode: kotlin.Array<kotlin.String>? = ..., volume: org.w3c.dom.mediacapture.DoubleRange? = ..., sampleRate: org.w3c.dom.mediacapture.ULongRange? = ..., sampleSize: org.w3c.dom.mediacapture.ULongRange? = ..., echoCancellation: kotlin.Array<kotlin.Boolean>? = ..., autoGainControl: kotlin.Array<kotlin.Boolean>? = ..., noiseSuppression: kotlin.Array<kotlin.Boolean>? = ..., latency: org.w3c.dom.mediacapture.DoubleRange? = ..., channelCount: org.w3c.dom.mediacapture.ULongRange? = ..., deviceId: kotlin.String? = ..., groupId: kotlin.String? = ...): org.w3c.dom.mediacapture.MediaTrackCapabilities
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun MediaTrackConstraintSet(width: dynamic = ..., height: dynamic = ..., aspectRatio: dynamic = ..., frameRate: dynamic = ..., facingMode: dynamic = ..., resizeMode: dynamic = ..., volume: dynamic = ..., sampleRate: dynamic = ..., sampleSize: dynamic = ..., echoCancellation: dynamic = ..., autoGainControl: dynamic = ..., noiseSuppression: dynamic = ..., latency: dynamic = ..., channelCount: dynamic = ..., deviceId: dynamic = ..., groupId: dynamic = ...): org.w3c.dom.mediacapture.MediaTrackConstraintSet
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun MediaTrackConstraints(advanced: kotlin.Array<org.w3c.dom.mediacapture.MediaTrackConstraintSet>? = ..., width: dynamic = ..., height: dynamic = ..., aspectRatio: dynamic = ..., frameRate: dynamic = ..., facingMode: dynamic = ..., resizeMode: dynamic = ..., volume: dynamic = ..., sampleRate: dynamic = ..., sampleSize: dynamic = ..., echoCancellation: dynamic = ..., autoGainControl: dynamic = ..., noiseSuppression: dynamic = ..., latency: dynamic = ..., channelCount: dynamic = ..., deviceId: dynamic = ..., groupId: dynamic = ...): org.w3c.dom.mediacapture.MediaTrackConstraints
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun MediaTrackSettings(width: kotlin.Int? = ..., height: kotlin.Int? = ..., aspectRatio: kotlin.Double? = ..., frameRate: kotlin.Double? = ..., facingMode: kotlin.String? = ..., resizeMode: kotlin.String? = ..., volume: kotlin.Double? = ..., sampleRate: kotlin.Int? = ..., sampleSize: kotlin.Int? = ..., echoCancellation: kotlin.Boolean? = ..., autoGainControl: kotlin.Boolean? = ..., noiseSuppression: kotlin.Boolean? = ..., latency: kotlin.Double? = ..., channelCount: kotlin.Int? = ..., deviceId: kotlin.String? = ..., groupId: kotlin.String? = ...): org.w3c.dom.mediacapture.MediaTrackSettings
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun MediaTrackSupportedConstraints(width: kotlin.Boolean? = ..., height: kotlin.Boolean? = ..., aspectRatio: kotlin.Boolean? = ..., frameRate: kotlin.Boolean? = ..., facingMode: kotlin.Boolean? = ..., resizeMode: kotlin.Boolean? = ..., volume: kotlin.Boolean? = ..., sampleRate: kotlin.Boolean? = ..., sampleSize: kotlin.Boolean? = ..., echoCancellation: kotlin.Boolean? = ..., autoGainControl: kotlin.Boolean? = ..., noiseSuppression: kotlin.Boolean? = ..., latency: kotlin.Boolean? = ..., channelCount: kotlin.Boolean? = ..., deviceId: kotlin.Boolean? = ..., groupId: kotlin.Boolean? = ...): org.w3c.dom.mediacapture.MediaTrackSupportedConstraints
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun OverconstrainedErrorEventInit(error: dynamic = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.dom.mediacapture.OverconstrainedErrorEventInit
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun Settings(): org.w3c.dom.mediacapture.Settings
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun ULongRange(max: kotlin.Int? = ..., min: kotlin.Int? = ...): org.w3c.dom.mediacapture.ULongRange
|
||||
|
||||
public external interface Capabilities {
|
||||
}
|
||||
|
||||
public external interface ConstrainBooleanParameters {
|
||||
public open var exact: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var ideal: kotlin.Boolean? { get; set; }
|
||||
}
|
||||
|
||||
public external interface ConstrainDOMStringParameters {
|
||||
public open var exact: dynamic { get; set; }
|
||||
|
||||
public open var ideal: dynamic { get; set; }
|
||||
}
|
||||
|
||||
public external interface ConstrainDoubleRange : org.w3c.dom.mediacapture.DoubleRange {
|
||||
public open var exact: kotlin.Double? { get; set; }
|
||||
|
||||
public open var ideal: kotlin.Double? { get; set; }
|
||||
}
|
||||
|
||||
public external interface ConstrainULongRange : org.w3c.dom.mediacapture.ULongRange {
|
||||
public open var exact: kotlin.Int? { get; set; }
|
||||
|
||||
public open var ideal: kotlin.Int? { get; set; }
|
||||
}
|
||||
|
||||
public external interface ConstrainablePattern {
|
||||
public open var onoverconstrained: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public abstract fun applyConstraints(constraints: org.w3c.dom.mediacapture.Constraints = ...): kotlin.js.Promise<kotlin.Unit>
|
||||
|
||||
public abstract fun getCapabilities(): org.w3c.dom.mediacapture.Capabilities
|
||||
|
||||
public abstract fun getConstraints(): org.w3c.dom.mediacapture.Constraints
|
||||
|
||||
public abstract fun getSettings(): org.w3c.dom.mediacapture.Settings
|
||||
}
|
||||
|
||||
public external interface ConstraintSet {
|
||||
}
|
||||
|
||||
public external interface Constraints : org.w3c.dom.mediacapture.ConstraintSet {
|
||||
public open var advanced: kotlin.Array<org.w3c.dom.mediacapture.ConstraintSet>? { get; set; }
|
||||
}
|
||||
|
||||
public external interface DoubleRange {
|
||||
public open var max: kotlin.Double? { get; set; }
|
||||
|
||||
public open var min: kotlin.Double? { get; set; }
|
||||
}
|
||||
|
||||
public abstract external class InputDeviceInfo : org.w3c.dom.mediacapture.MediaDeviceInfo {
|
||||
public constructor InputDeviceInfo()
|
||||
|
||||
public final fun getCapabilities(): org.w3c.dom.mediacapture.MediaTrackCapabilities
|
||||
}
|
||||
|
||||
public abstract external class MediaDeviceInfo {
|
||||
public constructor MediaDeviceInfo()
|
||||
|
||||
public open val deviceId: kotlin.String { get; }
|
||||
|
||||
public open val groupId: kotlin.String { get; }
|
||||
|
||||
public open val kind: org.w3c.dom.mediacapture.MediaDeviceKind { get; }
|
||||
|
||||
public open val label: kotlin.String { get; }
|
||||
|
||||
public final fun toJSON(): dynamic
|
||||
}
|
||||
|
||||
@kotlin.js.JsName(name = "null")
|
||||
public external interface MediaDeviceKind {
|
||||
public companion object of MediaDeviceKind {
|
||||
}
|
||||
}
|
||||
|
||||
public abstract external class MediaDevices : org.w3c.dom.events.EventTarget {
|
||||
public constructor MediaDevices()
|
||||
|
||||
public open var ondevicechange: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public final fun enumerateDevices(): kotlin.js.Promise<kotlin.Array<org.w3c.dom.mediacapture.MediaDeviceInfo>>
|
||||
|
||||
public final fun getSupportedConstraints(): org.w3c.dom.mediacapture.MediaTrackSupportedConstraints
|
||||
|
||||
public final fun getUserMedia(constraints: org.w3c.dom.mediacapture.MediaStreamConstraints = ...): kotlin.js.Promise<org.w3c.dom.mediacapture.MediaStream>
|
||||
}
|
||||
|
||||
public open external class MediaStream : org.w3c.dom.events.EventTarget, org.w3c.dom.MediaProvider {
|
||||
public constructor MediaStream()
|
||||
|
||||
public constructor MediaStream(tracks: kotlin.Array<org.w3c.dom.mediacapture.MediaStreamTrack>)
|
||||
|
||||
public constructor MediaStream(stream: org.w3c.dom.mediacapture.MediaStream)
|
||||
|
||||
public open val active: kotlin.Boolean { get; }
|
||||
|
||||
public open val id: kotlin.String { get; }
|
||||
|
||||
public final var onaddtrack: ((org.w3c.dom.mediacapture.MediaStreamTrackEvent) -> dynamic)? { get; set; }
|
||||
|
||||
public final var onremovetrack: ((org.w3c.dom.mediacapture.MediaStreamTrackEvent) -> dynamic)? { get; set; }
|
||||
|
||||
public final fun addTrack(track: org.w3c.dom.mediacapture.MediaStreamTrack): kotlin.Unit
|
||||
|
||||
public final fun clone(): org.w3c.dom.mediacapture.MediaStream
|
||||
|
||||
public final fun getAudioTracks(): kotlin.Array<org.w3c.dom.mediacapture.MediaStreamTrack>
|
||||
|
||||
public final fun getTrackById(trackId: kotlin.String): org.w3c.dom.mediacapture.MediaStreamTrack?
|
||||
|
||||
public final fun getTracks(): kotlin.Array<org.w3c.dom.mediacapture.MediaStreamTrack>
|
||||
|
||||
public final fun getVideoTracks(): kotlin.Array<org.w3c.dom.mediacapture.MediaStreamTrack>
|
||||
|
||||
public final fun removeTrack(track: org.w3c.dom.mediacapture.MediaStreamTrack): kotlin.Unit
|
||||
}
|
||||
|
||||
public external interface MediaStreamConstraints {
|
||||
public open var audio: dynamic { get; set; }
|
||||
|
||||
public open var video: dynamic { get; set; }
|
||||
}
|
||||
|
||||
public abstract external class MediaStreamTrack : org.w3c.dom.events.EventTarget {
|
||||
public constructor MediaStreamTrack()
|
||||
|
||||
public open var enabled: kotlin.Boolean { get; set; }
|
||||
|
||||
public open val id: kotlin.String { get; }
|
||||
|
||||
public open val kind: kotlin.String { get; }
|
||||
|
||||
public open val label: kotlin.String { get; }
|
||||
|
||||
public open val muted: kotlin.Boolean { get; }
|
||||
|
||||
public open var onended: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public open var onmute: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public open var onoverconstrained: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public open var onunmute: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public open val readyState: org.w3c.dom.mediacapture.MediaStreamTrackState { get; }
|
||||
|
||||
public final fun applyConstraints(constraints: org.w3c.dom.mediacapture.MediaTrackConstraints = ...): kotlin.js.Promise<kotlin.Unit>
|
||||
|
||||
public final fun clone(): org.w3c.dom.mediacapture.MediaStreamTrack
|
||||
|
||||
public final fun getCapabilities(): org.w3c.dom.mediacapture.MediaTrackCapabilities
|
||||
|
||||
public final fun getConstraints(): org.w3c.dom.mediacapture.MediaTrackConstraints
|
||||
|
||||
public final fun getSettings(): org.w3c.dom.mediacapture.MediaTrackSettings
|
||||
|
||||
public final fun stop(): kotlin.Unit
|
||||
}
|
||||
|
||||
public open external class MediaStreamTrackEvent : org.w3c.dom.events.Event {
|
||||
public constructor MediaStreamTrackEvent(type: kotlin.String, eventInitDict: org.w3c.dom.mediacapture.MediaStreamTrackEventInit)
|
||||
|
||||
public open val track: org.w3c.dom.mediacapture.MediaStreamTrack { get; }
|
||||
|
||||
public companion object of MediaStreamTrackEvent {
|
||||
public final val AT_TARGET: kotlin.Short { get; }
|
||||
|
||||
public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val NONE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public external interface MediaStreamTrackEventInit : org.w3c.dom.EventInit {
|
||||
public abstract var track: org.w3c.dom.mediacapture.MediaStreamTrack? { get; set; }
|
||||
}
|
||||
|
||||
@kotlin.js.JsName(name = "null")
|
||||
public external interface MediaStreamTrackState {
|
||||
public companion object of MediaStreamTrackState {
|
||||
}
|
||||
}
|
||||
|
||||
public external interface MediaTrackCapabilities {
|
||||
public open var aspectRatio: org.w3c.dom.mediacapture.DoubleRange? { get; set; }
|
||||
|
||||
public open var autoGainControl: kotlin.Array<kotlin.Boolean>? { get; set; }
|
||||
|
||||
public open var channelCount: org.w3c.dom.mediacapture.ULongRange? { get; set; }
|
||||
|
||||
public open var deviceId: kotlin.String? { get; set; }
|
||||
|
||||
public open var echoCancellation: kotlin.Array<kotlin.Boolean>? { get; set; }
|
||||
|
||||
public open var facingMode: kotlin.Array<kotlin.String>? { get; set; }
|
||||
|
||||
public open var frameRate: org.w3c.dom.mediacapture.DoubleRange? { get; set; }
|
||||
|
||||
public open var groupId: kotlin.String? { get; set; }
|
||||
|
||||
public open var height: org.w3c.dom.mediacapture.ULongRange? { get; set; }
|
||||
|
||||
public open var latency: org.w3c.dom.mediacapture.DoubleRange? { get; set; }
|
||||
|
||||
public open var noiseSuppression: kotlin.Array<kotlin.Boolean>? { get; set; }
|
||||
|
||||
public open var resizeMode: kotlin.Array<kotlin.String>? { get; set; }
|
||||
|
||||
public open var sampleRate: org.w3c.dom.mediacapture.ULongRange? { get; set; }
|
||||
|
||||
public open var sampleSize: org.w3c.dom.mediacapture.ULongRange? { get; set; }
|
||||
|
||||
public open var volume: org.w3c.dom.mediacapture.DoubleRange? { get; set; }
|
||||
|
||||
public open var width: org.w3c.dom.mediacapture.ULongRange? { get; set; }
|
||||
}
|
||||
|
||||
public external interface MediaTrackConstraintSet {
|
||||
public open var aspectRatio: dynamic { get; set; }
|
||||
|
||||
public open var autoGainControl: dynamic { get; set; }
|
||||
|
||||
public open var channelCount: dynamic { get; set; }
|
||||
|
||||
public open var deviceId: dynamic { get; set; }
|
||||
|
||||
public open var echoCancellation: dynamic { get; set; }
|
||||
|
||||
public open var facingMode: dynamic { get; set; }
|
||||
|
||||
public open var frameRate: dynamic { get; set; }
|
||||
|
||||
public open var groupId: dynamic { get; set; }
|
||||
|
||||
public open var height: dynamic { get; set; }
|
||||
|
||||
public open var latency: dynamic { get; set; }
|
||||
|
||||
public open var noiseSuppression: dynamic { get; set; }
|
||||
|
||||
public open var resizeMode: dynamic { get; set; }
|
||||
|
||||
public open var sampleRate: dynamic { get; set; }
|
||||
|
||||
public open var sampleSize: dynamic { get; set; }
|
||||
|
||||
public open var volume: dynamic { get; set; }
|
||||
|
||||
public open var width: dynamic { get; set; }
|
||||
}
|
||||
|
||||
public external interface MediaTrackConstraints : org.w3c.dom.mediacapture.MediaTrackConstraintSet {
|
||||
public open var advanced: kotlin.Array<org.w3c.dom.mediacapture.MediaTrackConstraintSet>? { get; set; }
|
||||
}
|
||||
|
||||
public external interface MediaTrackSettings {
|
||||
public open var aspectRatio: kotlin.Double? { get; set; }
|
||||
|
||||
public open var autoGainControl: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var channelCount: kotlin.Int? { get; set; }
|
||||
|
||||
public open var deviceId: kotlin.String? { get; set; }
|
||||
|
||||
public open var echoCancellation: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var facingMode: kotlin.String? { get; set; }
|
||||
|
||||
public open var frameRate: kotlin.Double? { get; set; }
|
||||
|
||||
public open var groupId: kotlin.String? { get; set; }
|
||||
|
||||
public open var height: kotlin.Int? { get; set; }
|
||||
|
||||
public open var latency: kotlin.Double? { get; set; }
|
||||
|
||||
public open var noiseSuppression: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var resizeMode: kotlin.String? { get; set; }
|
||||
|
||||
public open var sampleRate: kotlin.Int? { get; set; }
|
||||
|
||||
public open var sampleSize: kotlin.Int? { get; set; }
|
||||
|
||||
public open var volume: kotlin.Double? { get; set; }
|
||||
|
||||
public open var width: kotlin.Int? { get; set; }
|
||||
}
|
||||
|
||||
public external interface MediaTrackSupportedConstraints {
|
||||
public open var aspectRatio: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var autoGainControl: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var channelCount: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var deviceId: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var echoCancellation: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var facingMode: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var frameRate: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var groupId: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var height: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var latency: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var noiseSuppression: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var resizeMode: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var sampleRate: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var sampleSize: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var volume: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var width: kotlin.Boolean? { get; set; }
|
||||
}
|
||||
|
||||
public open external class OverconstrainedErrorEvent : org.w3c.dom.events.Event {
|
||||
public constructor OverconstrainedErrorEvent(type: kotlin.String, eventInitDict: org.w3c.dom.mediacapture.OverconstrainedErrorEventInit)
|
||||
|
||||
public open val error: dynamic { get; }
|
||||
|
||||
public companion object of OverconstrainedErrorEvent {
|
||||
public final val AT_TARGET: kotlin.Short { get; }
|
||||
|
||||
public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val NONE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public external interface OverconstrainedErrorEventInit : org.w3c.dom.EventInit {
|
||||
public open var error: dynamic { get; set; }
|
||||
}
|
||||
|
||||
public external interface Settings {
|
||||
}
|
||||
|
||||
public external interface ULongRange {
|
||||
public open var max: kotlin.Int? { get; set; }
|
||||
|
||||
public open var min: kotlin.Int? { get; set; }
|
||||
}
|
||||
|
||||
@kotlin.js.JsName(name = "null")
|
||||
public external interface VideoFacingModeEnum {
|
||||
public companion object of VideoFacingModeEnum {
|
||||
}
|
||||
}
|
||||
|
||||
@kotlin.js.JsName(name = "null")
|
||||
public external interface VideoResizeModeEnum {
|
||||
public companion object of VideoResizeModeEnum {
|
||||
}
|
||||
}
|
||||
@@ -1,114 +1,114 @@
|
||||
/*∆*/ public val org.w3c.dom.mediasource.ReadyState.Companion.CLOSED: org.w3c.dom.mediasource.ReadyState { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.dom.mediasource.EndOfStreamError.Companion.DECODE: org.w3c.dom.mediasource.EndOfStreamError { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.dom.mediasource.ReadyState.Companion.ENDED: org.w3c.dom.mediasource.ReadyState { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.dom.mediasource.EndOfStreamError.Companion.NETWORK: org.w3c.dom.mediasource.EndOfStreamError { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.dom.mediasource.ReadyState.Companion.OPEN: org.w3c.dom.mediasource.ReadyState { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.dom.mediasource.AppendMode.Companion.SEGMENTS: org.w3c.dom.mediasource.AppendMode { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.dom.mediasource.AppendMode.Companion.SEQUENCE: org.w3c.dom.mediasource.AppendMode { get; }
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline operator fun org.w3c.dom.mediasource.SourceBufferList.get(index: kotlin.Int): org.w3c.dom.mediasource.SourceBuffer?
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.js.JsName(name = "null")
|
||||
/*∆*/ public external interface AppendMode {
|
||||
/*∆*/ public companion object of AppendMode {
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.js.JsName(name = "null")
|
||||
/*∆*/ public external interface EndOfStreamError {
|
||||
/*∆*/ public companion object of EndOfStreamError {
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public open external class MediaSource : org.w3c.dom.events.EventTarget, org.w3c.dom.MediaProvider {
|
||||
/*∆*/ public constructor MediaSource()
|
||||
/*∆*/
|
||||
/*∆*/ public open val activeSourceBuffers: org.w3c.dom.mediasource.SourceBufferList { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final var duration: kotlin.Double { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public final var onsourceclose: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public final var onsourceended: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public final var onsourceopen: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val readyState: org.w3c.dom.mediasource.ReadyState { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val sourceBuffers: org.w3c.dom.mediasource.SourceBufferList { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final fun addSourceBuffer(type: kotlin.String): org.w3c.dom.mediasource.SourceBuffer
|
||||
/*∆*/
|
||||
/*∆*/ public final fun clearLiveSeekableRange(): kotlin.Unit
|
||||
/*∆*/
|
||||
/*∆*/ public final fun endOfStream(error: org.w3c.dom.mediasource.EndOfStreamError = ...): kotlin.Unit
|
||||
/*∆*/
|
||||
/*∆*/ public final fun removeSourceBuffer(sourceBuffer: org.w3c.dom.mediasource.SourceBuffer): kotlin.Unit
|
||||
/*∆*/
|
||||
/*∆*/ public final fun setLiveSeekableRange(start: kotlin.Double, end: kotlin.Double): kotlin.Unit
|
||||
/*∆*/
|
||||
/*∆*/ public companion object of MediaSource {
|
||||
/*∆*/ public final fun isTypeSupported(type: kotlin.String): kotlin.Boolean
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.js.JsName(name = "null")
|
||||
/*∆*/ public external interface ReadyState {
|
||||
/*∆*/ public companion object of ReadyState {
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public abstract external class SourceBuffer : org.w3c.dom.events.EventTarget {
|
||||
/*∆*/ public constructor SourceBuffer()
|
||||
/*∆*/
|
||||
/*∆*/ public open var appendWindowEnd: kotlin.Double { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var appendWindowStart: kotlin.Double { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val audioTracks: org.w3c.dom.AudioTrackList { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val buffered: org.w3c.dom.TimeRanges { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var mode: org.w3c.dom.mediasource.AppendMode { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var onabort: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var onerror: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var onupdate: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var onupdateend: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var onupdatestart: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val textTracks: org.w3c.dom.TextTrackList { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var timestampOffset: kotlin.Double { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val updating: kotlin.Boolean { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val videoTracks: org.w3c.dom.VideoTrackList { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final fun abort(): kotlin.Unit
|
||||
/*∆*/
|
||||
/*∆*/ public final fun appendBuffer(data: dynamic): kotlin.Unit
|
||||
/*∆*/
|
||||
/*∆*/ public final fun remove(start: kotlin.Double, end: kotlin.Double): kotlin.Unit
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public abstract external class SourceBufferList : org.w3c.dom.events.EventTarget {
|
||||
/*∆*/ public constructor SourceBufferList()
|
||||
/*∆*/
|
||||
/*∆*/ public open val length: kotlin.Int { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var onaddsourcebuffer: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var onremovesourcebuffer: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
/*∆*/ }
|
||||
public val org.w3c.dom.mediasource.ReadyState.Companion.CLOSED: org.w3c.dom.mediasource.ReadyState { get; }
|
||||
|
||||
public val org.w3c.dom.mediasource.EndOfStreamError.Companion.DECODE: org.w3c.dom.mediasource.EndOfStreamError { get; }
|
||||
|
||||
public val org.w3c.dom.mediasource.ReadyState.Companion.ENDED: org.w3c.dom.mediasource.ReadyState { get; }
|
||||
|
||||
public val org.w3c.dom.mediasource.EndOfStreamError.Companion.NETWORK: org.w3c.dom.mediasource.EndOfStreamError { get; }
|
||||
|
||||
public val org.w3c.dom.mediasource.ReadyState.Companion.OPEN: org.w3c.dom.mediasource.ReadyState { get; }
|
||||
|
||||
public val org.w3c.dom.mediasource.AppendMode.Companion.SEGMENTS: org.w3c.dom.mediasource.AppendMode { get; }
|
||||
|
||||
public val org.w3c.dom.mediasource.AppendMode.Companion.SEQUENCE: org.w3c.dom.mediasource.AppendMode { get; }
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline operator fun org.w3c.dom.mediasource.SourceBufferList.get(index: kotlin.Int): org.w3c.dom.mediasource.SourceBuffer?
|
||||
|
||||
@kotlin.js.JsName(name = "null")
|
||||
public external interface AppendMode {
|
||||
public companion object of AppendMode {
|
||||
}
|
||||
}
|
||||
|
||||
@kotlin.js.JsName(name = "null")
|
||||
public external interface EndOfStreamError {
|
||||
public companion object of EndOfStreamError {
|
||||
}
|
||||
}
|
||||
|
||||
public open external class MediaSource : org.w3c.dom.events.EventTarget, org.w3c.dom.MediaProvider {
|
||||
public constructor MediaSource()
|
||||
|
||||
public open val activeSourceBuffers: org.w3c.dom.mediasource.SourceBufferList { get; }
|
||||
|
||||
public final var duration: kotlin.Double { get; set; }
|
||||
|
||||
public final var onsourceclose: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public final var onsourceended: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public final var onsourceopen: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public open val readyState: org.w3c.dom.mediasource.ReadyState { get; }
|
||||
|
||||
public open val sourceBuffers: org.w3c.dom.mediasource.SourceBufferList { get; }
|
||||
|
||||
public final fun addSourceBuffer(type: kotlin.String): org.w3c.dom.mediasource.SourceBuffer
|
||||
|
||||
public final fun clearLiveSeekableRange(): kotlin.Unit
|
||||
|
||||
public final fun endOfStream(error: org.w3c.dom.mediasource.EndOfStreamError = ...): kotlin.Unit
|
||||
|
||||
public final fun removeSourceBuffer(sourceBuffer: org.w3c.dom.mediasource.SourceBuffer): kotlin.Unit
|
||||
|
||||
public final fun setLiveSeekableRange(start: kotlin.Double, end: kotlin.Double): kotlin.Unit
|
||||
|
||||
public companion object of MediaSource {
|
||||
public final fun isTypeSupported(type: kotlin.String): kotlin.Boolean
|
||||
}
|
||||
}
|
||||
|
||||
@kotlin.js.JsName(name = "null")
|
||||
public external interface ReadyState {
|
||||
public companion object of ReadyState {
|
||||
}
|
||||
}
|
||||
|
||||
public abstract external class SourceBuffer : org.w3c.dom.events.EventTarget {
|
||||
public constructor SourceBuffer()
|
||||
|
||||
public open var appendWindowEnd: kotlin.Double { get; set; }
|
||||
|
||||
public open var appendWindowStart: kotlin.Double { get; set; }
|
||||
|
||||
public open val audioTracks: org.w3c.dom.AudioTrackList { get; }
|
||||
|
||||
public open val buffered: org.w3c.dom.TimeRanges { get; }
|
||||
|
||||
public open var mode: org.w3c.dom.mediasource.AppendMode { get; set; }
|
||||
|
||||
public open var onabort: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public open var onerror: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public open var onupdate: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public open var onupdateend: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public open var onupdatestart: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public open val textTracks: org.w3c.dom.TextTrackList { get; }
|
||||
|
||||
public open var timestampOffset: kotlin.Double { get; set; }
|
||||
|
||||
public open val updating: kotlin.Boolean { get; }
|
||||
|
||||
public open val videoTracks: org.w3c.dom.VideoTrackList { get; }
|
||||
|
||||
public final fun abort(): kotlin.Unit
|
||||
|
||||
public final fun appendBuffer(data: dynamic): kotlin.Unit
|
||||
|
||||
public final fun remove(start: kotlin.Double, end: kotlin.Double): kotlin.Unit
|
||||
}
|
||||
|
||||
public abstract external class SourceBufferList : org.w3c.dom.events.EventTarget {
|
||||
public constructor SourceBufferList()
|
||||
|
||||
public open val length: kotlin.Int { get; }
|
||||
|
||||
public open var onaddsourcebuffer: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public open var onremovesourcebuffer: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
}
|
||||
@@ -1,11 +1,11 @@
|
||||
/*∆*/ public open external class DOMParser {
|
||||
/*∆*/ public constructor DOMParser()
|
||||
/*∆*/
|
||||
/*∆*/ public final fun parseFromString(str: kotlin.String, type: dynamic): org.w3c.dom.Document
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public open external class XMLSerializer {
|
||||
/*∆*/ public constructor XMLSerializer()
|
||||
/*∆*/
|
||||
/*∆*/ public final fun serializeToString(root: org.w3c.dom.Node): kotlin.String
|
||||
/*∆*/ }
|
||||
public open external class DOMParser {
|
||||
public constructor DOMParser()
|
||||
|
||||
public final fun parseFromString(str: kotlin.String, type: dynamic): org.w3c.dom.Document
|
||||
}
|
||||
|
||||
public open external class XMLSerializer {
|
||||
public constructor XMLSerializer()
|
||||
|
||||
public final fun serializeToString(root: org.w3c.dom.Node): kotlin.String
|
||||
}
|
||||
@@ -1,58 +1,58 @@
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun PointerEventInit(pointerId: kotlin.Int? = ..., width: kotlin.Double? = ..., height: kotlin.Double? = ..., pressure: kotlin.Float? = ..., tangentialPressure: kotlin.Float? = ..., tiltX: kotlin.Int? = ..., tiltY: kotlin.Int? = ..., twist: kotlin.Int? = ..., pointerType: kotlin.String? = ..., isPrimary: kotlin.Boolean? = ..., screenX: kotlin.Int? = ..., screenY: kotlin.Int? = ..., clientX: kotlin.Int? = ..., clientY: kotlin.Int? = ..., button: kotlin.Short? = ..., buttons: kotlin.Short? = ..., relatedTarget: org.w3c.dom.events.EventTarget? = ..., region: kotlin.String? = ..., ctrlKey: kotlin.Boolean? = ..., shiftKey: kotlin.Boolean? = ..., altKey: kotlin.Boolean? = ..., metaKey: kotlin.Boolean? = ..., modifierAltGraph: kotlin.Boolean? = ..., modifierCapsLock: kotlin.Boolean? = ..., modifierFn: kotlin.Boolean? = ..., modifierFnLock: kotlin.Boolean? = ..., modifierHyper: kotlin.Boolean? = ..., modifierNumLock: kotlin.Boolean? = ..., modifierScrollLock: kotlin.Boolean? = ..., modifierSuper: kotlin.Boolean? = ..., modifierSymbol: kotlin.Boolean? = ..., modifierSymbolLock: kotlin.Boolean? = ..., view: org.w3c.dom.Window? = ..., detail: kotlin.Int? = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.dom.pointerevents.PointerEventInit
|
||||
/*∆*/
|
||||
/*∆*/ public open external class PointerEvent : org.w3c.dom.events.MouseEvent {
|
||||
/*∆*/ public constructor PointerEvent(type: kotlin.String, eventInitDict: org.w3c.dom.pointerevents.PointerEventInit = ...)
|
||||
/*∆*/
|
||||
/*∆*/ public open val height: kotlin.Double { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val isPrimary: kotlin.Boolean { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val pointerId: kotlin.Int { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val pointerType: kotlin.String { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val pressure: kotlin.Float { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val tangentialPressure: kotlin.Float { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val tiltX: kotlin.Int { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val tiltY: kotlin.Int { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val twist: kotlin.Int { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val width: kotlin.Double { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public companion object of PointerEvent {
|
||||
/*∆*/ public final val AT_TARGET: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val NONE: kotlin.Short { get; }
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface PointerEventInit : org.w3c.dom.events.MouseEventInit {
|
||||
/*∆*/ public open var height: kotlin.Double? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var isPrimary: kotlin.Boolean? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var pointerId: kotlin.Int? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var pointerType: kotlin.String? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var pressure: kotlin.Float? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var tangentialPressure: kotlin.Float? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var tiltX: kotlin.Int? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var tiltY: kotlin.Int? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var twist: kotlin.Int? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var width: kotlin.Double? { get; set; }
|
||||
/*∆*/ }
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun PointerEventInit(pointerId: kotlin.Int? = ..., width: kotlin.Double? = ..., height: kotlin.Double? = ..., pressure: kotlin.Float? = ..., tangentialPressure: kotlin.Float? = ..., tiltX: kotlin.Int? = ..., tiltY: kotlin.Int? = ..., twist: kotlin.Int? = ..., pointerType: kotlin.String? = ..., isPrimary: kotlin.Boolean? = ..., screenX: kotlin.Int? = ..., screenY: kotlin.Int? = ..., clientX: kotlin.Int? = ..., clientY: kotlin.Int? = ..., button: kotlin.Short? = ..., buttons: kotlin.Short? = ..., relatedTarget: org.w3c.dom.events.EventTarget? = ..., region: kotlin.String? = ..., ctrlKey: kotlin.Boolean? = ..., shiftKey: kotlin.Boolean? = ..., altKey: kotlin.Boolean? = ..., metaKey: kotlin.Boolean? = ..., modifierAltGraph: kotlin.Boolean? = ..., modifierCapsLock: kotlin.Boolean? = ..., modifierFn: kotlin.Boolean? = ..., modifierFnLock: kotlin.Boolean? = ..., modifierHyper: kotlin.Boolean? = ..., modifierNumLock: kotlin.Boolean? = ..., modifierScrollLock: kotlin.Boolean? = ..., modifierSuper: kotlin.Boolean? = ..., modifierSymbol: kotlin.Boolean? = ..., modifierSymbolLock: kotlin.Boolean? = ..., view: org.w3c.dom.Window? = ..., detail: kotlin.Int? = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.dom.pointerevents.PointerEventInit
|
||||
|
||||
public open external class PointerEvent : org.w3c.dom.events.MouseEvent {
|
||||
public constructor PointerEvent(type: kotlin.String, eventInitDict: org.w3c.dom.pointerevents.PointerEventInit = ...)
|
||||
|
||||
public open val height: kotlin.Double { get; }
|
||||
|
||||
public open val isPrimary: kotlin.Boolean { get; }
|
||||
|
||||
public open val pointerId: kotlin.Int { get; }
|
||||
|
||||
public open val pointerType: kotlin.String { get; }
|
||||
|
||||
public open val pressure: kotlin.Float { get; }
|
||||
|
||||
public open val tangentialPressure: kotlin.Float { get; }
|
||||
|
||||
public open val tiltX: kotlin.Int { get; }
|
||||
|
||||
public open val tiltY: kotlin.Int { get; }
|
||||
|
||||
public open val twist: kotlin.Int { get; }
|
||||
|
||||
public open val width: kotlin.Double { get; }
|
||||
|
||||
public companion object of PointerEvent {
|
||||
public final val AT_TARGET: kotlin.Short { get; }
|
||||
|
||||
public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val NONE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public external interface PointerEventInit : org.w3c.dom.events.MouseEventInit {
|
||||
public open var height: kotlin.Double? { get; set; }
|
||||
|
||||
public open var isPrimary: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var pointerId: kotlin.Int? { get; set; }
|
||||
|
||||
public open var pointerType: kotlin.String? { get; set; }
|
||||
|
||||
public open var pressure: kotlin.Float? { get; set; }
|
||||
|
||||
public open var tangentialPressure: kotlin.Float? { get; set; }
|
||||
|
||||
public open var tiltX: kotlin.Int? { get; set; }
|
||||
|
||||
public open var tiltY: kotlin.Int? { get; set; }
|
||||
|
||||
public open var twist: kotlin.Int? { get; set; }
|
||||
|
||||
public open var width: kotlin.Double? { get; set; }
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,57 +1,57 @@
|
||||
/*∆*/ public open external class URL {
|
||||
/*∆*/ public constructor URL(url: kotlin.String, base: kotlin.String = ...)
|
||||
/*∆*/
|
||||
/*∆*/ public final var hash: kotlin.String { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public final var host: kotlin.String { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public final var hostname: kotlin.String { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public final var href: kotlin.String { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val origin: kotlin.String { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final var password: kotlin.String { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public final var pathname: kotlin.String { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public final var port: kotlin.String { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public final var protocol: kotlin.String { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public final var search: kotlin.String { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val searchParams: org.w3c.dom.url.URLSearchParams { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final var username: kotlin.String { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public companion object of URL {
|
||||
/*∆*/ public final fun createFor(blob: org.w3c.files.Blob): kotlin.String
|
||||
/*∆*/
|
||||
/*∆*/ public final fun createObjectURL(mediaSource: org.w3c.dom.mediasource.MediaSource): kotlin.String
|
||||
/*∆*/
|
||||
/*∆*/ public final fun createObjectURL(blob: org.w3c.files.Blob): kotlin.String
|
||||
/*∆*/
|
||||
/*∆*/ public final fun domainToASCII(domain: kotlin.String): kotlin.String
|
||||
/*∆*/
|
||||
/*∆*/ public final fun domainToUnicode(domain: kotlin.String): kotlin.String
|
||||
/*∆*/
|
||||
/*∆*/ public final fun revokeObjectURL(url: kotlin.String): kotlin.Unit
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public open external class URLSearchParams {
|
||||
/*∆*/ public constructor URLSearchParams(init: dynamic = ...)
|
||||
/*∆*/
|
||||
/*∆*/ public final fun append(name: kotlin.String, value: kotlin.String): kotlin.Unit
|
||||
/*∆*/
|
||||
/*∆*/ public final fun delete(name: kotlin.String): kotlin.Unit
|
||||
/*∆*/
|
||||
/*∆*/ public final fun get(name: kotlin.String): kotlin.String?
|
||||
/*∆*/
|
||||
/*∆*/ public final fun getAll(name: kotlin.String): kotlin.Array<kotlin.String>
|
||||
/*∆*/
|
||||
/*∆*/ public final fun has(name: kotlin.String): kotlin.Boolean
|
||||
/*∆*/
|
||||
/*∆*/ public final fun set(name: kotlin.String, value: kotlin.String): kotlin.Unit
|
||||
/*∆*/ }
|
||||
public open external class URL {
|
||||
public constructor URL(url: kotlin.String, base: kotlin.String = ...)
|
||||
|
||||
public final var hash: kotlin.String { get; set; }
|
||||
|
||||
public final var host: kotlin.String { get; set; }
|
||||
|
||||
public final var hostname: kotlin.String { get; set; }
|
||||
|
||||
public final var href: kotlin.String { get; set; }
|
||||
|
||||
public open val origin: kotlin.String { get; }
|
||||
|
||||
public final var password: kotlin.String { get; set; }
|
||||
|
||||
public final var pathname: kotlin.String { get; set; }
|
||||
|
||||
public final var port: kotlin.String { get; set; }
|
||||
|
||||
public final var protocol: kotlin.String { get; set; }
|
||||
|
||||
public final var search: kotlin.String { get; set; }
|
||||
|
||||
public open val searchParams: org.w3c.dom.url.URLSearchParams { get; }
|
||||
|
||||
public final var username: kotlin.String { get; set; }
|
||||
|
||||
public companion object of URL {
|
||||
public final fun createFor(blob: org.w3c.files.Blob): kotlin.String
|
||||
|
||||
public final fun createObjectURL(mediaSource: org.w3c.dom.mediasource.MediaSource): kotlin.String
|
||||
|
||||
public final fun createObjectURL(blob: org.w3c.files.Blob): kotlin.String
|
||||
|
||||
public final fun domainToASCII(domain: kotlin.String): kotlin.String
|
||||
|
||||
public final fun domainToUnicode(domain: kotlin.String): kotlin.String
|
||||
|
||||
public final fun revokeObjectURL(url: kotlin.String): kotlin.Unit
|
||||
}
|
||||
}
|
||||
|
||||
public open external class URLSearchParams {
|
||||
public constructor URLSearchParams(init: dynamic = ...)
|
||||
|
||||
public final fun append(name: kotlin.String, value: kotlin.String): kotlin.Unit
|
||||
|
||||
public final fun delete(name: kotlin.String): kotlin.Unit
|
||||
|
||||
public final fun get(name: kotlin.String): kotlin.String?
|
||||
|
||||
public final fun getAll(name: kotlin.String): kotlin.Array<kotlin.String>
|
||||
|
||||
public final fun has(name: kotlin.String): kotlin.Boolean
|
||||
|
||||
public final fun set(name: kotlin.String, value: kotlin.String): kotlin.Unit
|
||||
}
|
||||
@@ -1,285 +1,285 @@
|
||||
/*∆*/ public val org.w3c.fetch.RequestType.Companion.AUDIO: org.w3c.fetch.RequestType { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.fetch.ResponseType.Companion.BASIC: org.w3c.fetch.ResponseType { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.fetch.RequestMode.Companion.CORS: org.w3c.fetch.RequestMode { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.fetch.ResponseType.Companion.CORS: org.w3c.fetch.ResponseType { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.fetch.RequestCache.Companion.DEFAULT: org.w3c.fetch.RequestCache { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.fetch.ResponseType.Companion.DEFAULT: org.w3c.fetch.ResponseType { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.fetch.RequestDestination.Companion.DOCUMENT: org.w3c.fetch.RequestDestination { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.fetch.RequestDestination.Companion.EMBED: org.w3c.fetch.RequestDestination { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.fetch.RequestDestination.Companion.EMPTY: org.w3c.fetch.RequestDestination { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.fetch.RequestType.Companion.EMPTY: org.w3c.fetch.RequestType { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.fetch.RequestRedirect.Companion.ERROR: org.w3c.fetch.RequestRedirect { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.fetch.ResponseType.Companion.ERROR: org.w3c.fetch.ResponseType { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.fetch.RequestRedirect.Companion.FOLLOW: org.w3c.fetch.RequestRedirect { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.fetch.RequestDestination.Companion.FONT: org.w3c.fetch.RequestDestination { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.fetch.RequestType.Companion.FONT: org.w3c.fetch.RequestType { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.fetch.RequestCache.Companion.FORCE_CACHE: org.w3c.fetch.RequestCache { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.fetch.RequestDestination.Companion.IMAGE: org.w3c.fetch.RequestDestination { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.fetch.RequestType.Companion.IMAGE: org.w3c.fetch.RequestType { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.fetch.RequestCredentials.Companion.INCLUDE: org.w3c.fetch.RequestCredentials { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.fetch.RequestDestination.Companion.MANIFEST: org.w3c.fetch.RequestDestination { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.fetch.RequestRedirect.Companion.MANUAL: org.w3c.fetch.RequestRedirect { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.fetch.RequestDestination.Companion.MEDIA: org.w3c.fetch.RequestDestination { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.fetch.RequestMode.Companion.NAVIGATE: org.w3c.fetch.RequestMode { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.fetch.RequestCache.Companion.NO_CACHE: org.w3c.fetch.RequestCache { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.fetch.RequestMode.Companion.NO_CORS: org.w3c.fetch.RequestMode { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.fetch.RequestCache.Companion.NO_STORE: org.w3c.fetch.RequestCache { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.fetch.RequestDestination.Companion.OBJECT: org.w3c.fetch.RequestDestination { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.fetch.RequestCredentials.Companion.OMIT: org.w3c.fetch.RequestCredentials { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.fetch.RequestCache.Companion.ONLY_IF_CACHED: org.w3c.fetch.RequestCache { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.fetch.ResponseType.Companion.OPAQUE: org.w3c.fetch.ResponseType { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.fetch.ResponseType.Companion.OPAQUEREDIRECT: org.w3c.fetch.ResponseType { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.fetch.RequestCache.Companion.RELOAD: org.w3c.fetch.RequestCache { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.fetch.RequestDestination.Companion.REPORT: org.w3c.fetch.RequestDestination { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.fetch.RequestCredentials.Companion.SAME_ORIGIN: org.w3c.fetch.RequestCredentials { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.fetch.RequestMode.Companion.SAME_ORIGIN: org.w3c.fetch.RequestMode { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.fetch.RequestDestination.Companion.SCRIPT: org.w3c.fetch.RequestDestination { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.fetch.RequestType.Companion.SCRIPT: org.w3c.fetch.RequestType { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.fetch.RequestDestination.Companion.SERVICEWORKER: org.w3c.fetch.RequestDestination { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.fetch.RequestDestination.Companion.SHAREDWORKER: org.w3c.fetch.RequestDestination { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.fetch.RequestDestination.Companion.STYLE: org.w3c.fetch.RequestDestination { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.fetch.RequestType.Companion.STYLE: org.w3c.fetch.RequestType { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.fetch.RequestType.Companion.TRACK: org.w3c.fetch.RequestType { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.fetch.RequestType.Companion.VIDEO: org.w3c.fetch.RequestType { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.fetch.RequestDestination.Companion.WORKER: org.w3c.fetch.RequestDestination { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.fetch.RequestDestination.Companion.XSLT: org.w3c.fetch.RequestDestination { get; }
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun RequestInit(method: kotlin.String? = ..., headers: dynamic = ..., body: dynamic = ..., referrer: kotlin.String? = ..., referrerPolicy: dynamic = ..., mode: org.w3c.fetch.RequestMode? = ..., credentials: org.w3c.fetch.RequestCredentials? = ..., cache: org.w3c.fetch.RequestCache? = ..., redirect: org.w3c.fetch.RequestRedirect? = ..., integrity: kotlin.String? = ..., keepalive: kotlin.Boolean? = ..., window: kotlin.Any? = ...): org.w3c.fetch.RequestInit
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun ResponseInit(status: kotlin.Short? = ..., statusText: kotlin.String? = ..., headers: dynamic = ...): org.w3c.fetch.ResponseInit
|
||||
/*∆*/
|
||||
/*∆*/ public external interface Body {
|
||||
/*∆*/ public abstract val bodyUsed: kotlin.Boolean { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public abstract fun arrayBuffer(): kotlin.js.Promise<org.khronos.webgl.ArrayBuffer>
|
||||
/*∆*/
|
||||
/*∆*/ public abstract fun blob(): kotlin.js.Promise<org.w3c.files.Blob>
|
||||
/*∆*/
|
||||
/*∆*/ public abstract fun formData(): kotlin.js.Promise<org.w3c.xhr.FormData>
|
||||
/*∆*/
|
||||
/*∆*/ public abstract fun json(): kotlin.js.Promise<kotlin.Any?>
|
||||
/*∆*/
|
||||
/*∆*/ public abstract fun text(): kotlin.js.Promise<kotlin.String>
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public open external class Headers {
|
||||
/*∆*/ public constructor Headers(init: dynamic = ...)
|
||||
/*∆*/
|
||||
/*∆*/ public final fun append(name: kotlin.String, value: kotlin.String): kotlin.Unit
|
||||
/*∆*/
|
||||
/*∆*/ public final fun delete(name: kotlin.String): kotlin.Unit
|
||||
/*∆*/
|
||||
/*∆*/ public final fun get(name: kotlin.String): kotlin.String?
|
||||
/*∆*/
|
||||
/*∆*/ public final fun has(name: kotlin.String): kotlin.Boolean
|
||||
/*∆*/
|
||||
/*∆*/ public final fun set(name: kotlin.String, value: kotlin.String): kotlin.Unit
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public open external class Request : org.w3c.fetch.Body {
|
||||
/*∆*/ public constructor Request(input: dynamic, init: org.w3c.fetch.RequestInit = ...)
|
||||
/*∆*/
|
||||
/*∆*/ public open override val bodyUsed: kotlin.Boolean { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val cache: org.w3c.fetch.RequestCache { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val credentials: org.w3c.fetch.RequestCredentials { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val destination: org.w3c.fetch.RequestDestination { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val headers: org.w3c.fetch.Headers { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val integrity: kotlin.String { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val keepalive: kotlin.Boolean { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val method: kotlin.String { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val mode: org.w3c.fetch.RequestMode { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val redirect: org.w3c.fetch.RequestRedirect { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val referrer: kotlin.String { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val referrerPolicy: dynamic { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val type: org.w3c.fetch.RequestType { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val url: kotlin.String { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open override fun arrayBuffer(): kotlin.js.Promise<org.khronos.webgl.ArrayBuffer>
|
||||
/*∆*/
|
||||
/*∆*/ public open override fun blob(): kotlin.js.Promise<org.w3c.files.Blob>
|
||||
/*∆*/
|
||||
/*∆*/ public final fun clone(): org.w3c.fetch.Request
|
||||
/*∆*/
|
||||
/*∆*/ public open override fun formData(): kotlin.js.Promise<org.w3c.xhr.FormData>
|
||||
/*∆*/
|
||||
/*∆*/ public open override fun json(): kotlin.js.Promise<kotlin.Any?>
|
||||
/*∆*/
|
||||
/*∆*/ public open override fun text(): kotlin.js.Promise<kotlin.String>
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.js.JsName(name = "null")
|
||||
/*∆*/ public external interface RequestCache {
|
||||
/*∆*/ public companion object of RequestCache {
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.js.JsName(name = "null")
|
||||
/*∆*/ public external interface RequestCredentials {
|
||||
/*∆*/ public companion object of RequestCredentials {
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.js.JsName(name = "null")
|
||||
/*∆*/ public external interface RequestDestination {
|
||||
/*∆*/ public companion object of RequestDestination {
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface RequestInit {
|
||||
/*∆*/ public open var body: dynamic { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var cache: org.w3c.fetch.RequestCache? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var credentials: org.w3c.fetch.RequestCredentials? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var headers: dynamic { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var integrity: kotlin.String? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var keepalive: kotlin.Boolean? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var method: kotlin.String? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var mode: org.w3c.fetch.RequestMode? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var redirect: org.w3c.fetch.RequestRedirect? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var referrer: kotlin.String? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var referrerPolicy: dynamic { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var window: kotlin.Any? { get; set; }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.js.JsName(name = "null")
|
||||
/*∆*/ public external interface RequestMode {
|
||||
/*∆*/ public companion object of RequestMode {
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.js.JsName(name = "null")
|
||||
/*∆*/ public external interface RequestRedirect {
|
||||
/*∆*/ public companion object of RequestRedirect {
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.js.JsName(name = "null")
|
||||
/*∆*/ public external interface RequestType {
|
||||
/*∆*/ public companion object of RequestType {
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public open external class Response : org.w3c.fetch.Body {
|
||||
/*∆*/ public constructor Response(body: dynamic = ..., init: org.w3c.fetch.ResponseInit = ...)
|
||||
/*∆*/
|
||||
/*∆*/ public open val body: dynamic { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open override val bodyUsed: kotlin.Boolean { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val headers: org.w3c.fetch.Headers { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val ok: kotlin.Boolean { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val redirected: kotlin.Boolean { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val status: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val statusText: kotlin.String { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val trailer: kotlin.js.Promise<org.w3c.fetch.Headers> { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val type: org.w3c.fetch.ResponseType { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val url: kotlin.String { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open override fun arrayBuffer(): kotlin.js.Promise<org.khronos.webgl.ArrayBuffer>
|
||||
/*∆*/
|
||||
/*∆*/ public open override fun blob(): kotlin.js.Promise<org.w3c.files.Blob>
|
||||
/*∆*/
|
||||
/*∆*/ public final fun clone(): org.w3c.fetch.Response
|
||||
/*∆*/
|
||||
/*∆*/ public open override fun formData(): kotlin.js.Promise<org.w3c.xhr.FormData>
|
||||
/*∆*/
|
||||
/*∆*/ public open override fun json(): kotlin.js.Promise<kotlin.Any?>
|
||||
/*∆*/
|
||||
/*∆*/ public open override fun text(): kotlin.js.Promise<kotlin.String>
|
||||
/*∆*/
|
||||
/*∆*/ public companion object of Response {
|
||||
/*∆*/ public final fun error(): org.w3c.fetch.Response
|
||||
/*∆*/
|
||||
/*∆*/ public final fun redirect(url: kotlin.String, status: kotlin.Short = ...): org.w3c.fetch.Response
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface ResponseInit {
|
||||
/*∆*/ public open var headers: dynamic { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var status: kotlin.Short? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var statusText: kotlin.String? { get; set; }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.js.JsName(name = "null")
|
||||
/*∆*/ public external interface ResponseType {
|
||||
/*∆*/ public companion object of ResponseType {
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
public val org.w3c.fetch.RequestType.Companion.AUDIO: org.w3c.fetch.RequestType { get; }
|
||||
|
||||
public val org.w3c.fetch.ResponseType.Companion.BASIC: org.w3c.fetch.ResponseType { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestMode.Companion.CORS: org.w3c.fetch.RequestMode { get; }
|
||||
|
||||
public val org.w3c.fetch.ResponseType.Companion.CORS: org.w3c.fetch.ResponseType { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestCache.Companion.DEFAULT: org.w3c.fetch.RequestCache { get; }
|
||||
|
||||
public val org.w3c.fetch.ResponseType.Companion.DEFAULT: org.w3c.fetch.ResponseType { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestDestination.Companion.DOCUMENT: org.w3c.fetch.RequestDestination { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestDestination.Companion.EMBED: org.w3c.fetch.RequestDestination { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestDestination.Companion.EMPTY: org.w3c.fetch.RequestDestination { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestType.Companion.EMPTY: org.w3c.fetch.RequestType { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestRedirect.Companion.ERROR: org.w3c.fetch.RequestRedirect { get; }
|
||||
|
||||
public val org.w3c.fetch.ResponseType.Companion.ERROR: org.w3c.fetch.ResponseType { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestRedirect.Companion.FOLLOW: org.w3c.fetch.RequestRedirect { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestDestination.Companion.FONT: org.w3c.fetch.RequestDestination { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestType.Companion.FONT: org.w3c.fetch.RequestType { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestCache.Companion.FORCE_CACHE: org.w3c.fetch.RequestCache { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestDestination.Companion.IMAGE: org.w3c.fetch.RequestDestination { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestType.Companion.IMAGE: org.w3c.fetch.RequestType { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestCredentials.Companion.INCLUDE: org.w3c.fetch.RequestCredentials { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestDestination.Companion.MANIFEST: org.w3c.fetch.RequestDestination { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestRedirect.Companion.MANUAL: org.w3c.fetch.RequestRedirect { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestDestination.Companion.MEDIA: org.w3c.fetch.RequestDestination { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestMode.Companion.NAVIGATE: org.w3c.fetch.RequestMode { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestCache.Companion.NO_CACHE: org.w3c.fetch.RequestCache { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestMode.Companion.NO_CORS: org.w3c.fetch.RequestMode { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestCache.Companion.NO_STORE: org.w3c.fetch.RequestCache { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestDestination.Companion.OBJECT: org.w3c.fetch.RequestDestination { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestCredentials.Companion.OMIT: org.w3c.fetch.RequestCredentials { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestCache.Companion.ONLY_IF_CACHED: org.w3c.fetch.RequestCache { get; }
|
||||
|
||||
public val org.w3c.fetch.ResponseType.Companion.OPAQUE: org.w3c.fetch.ResponseType { get; }
|
||||
|
||||
public val org.w3c.fetch.ResponseType.Companion.OPAQUEREDIRECT: org.w3c.fetch.ResponseType { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestCache.Companion.RELOAD: org.w3c.fetch.RequestCache { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestDestination.Companion.REPORT: org.w3c.fetch.RequestDestination { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestCredentials.Companion.SAME_ORIGIN: org.w3c.fetch.RequestCredentials { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestMode.Companion.SAME_ORIGIN: org.w3c.fetch.RequestMode { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestDestination.Companion.SCRIPT: org.w3c.fetch.RequestDestination { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestType.Companion.SCRIPT: org.w3c.fetch.RequestType { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestDestination.Companion.SERVICEWORKER: org.w3c.fetch.RequestDestination { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestDestination.Companion.SHAREDWORKER: org.w3c.fetch.RequestDestination { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestDestination.Companion.STYLE: org.w3c.fetch.RequestDestination { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestType.Companion.STYLE: org.w3c.fetch.RequestType { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestType.Companion.TRACK: org.w3c.fetch.RequestType { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestType.Companion.VIDEO: org.w3c.fetch.RequestType { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestDestination.Companion.WORKER: org.w3c.fetch.RequestDestination { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestDestination.Companion.XSLT: org.w3c.fetch.RequestDestination { get; }
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun RequestInit(method: kotlin.String? = ..., headers: dynamic = ..., body: dynamic = ..., referrer: kotlin.String? = ..., referrerPolicy: dynamic = ..., mode: org.w3c.fetch.RequestMode? = ..., credentials: org.w3c.fetch.RequestCredentials? = ..., cache: org.w3c.fetch.RequestCache? = ..., redirect: org.w3c.fetch.RequestRedirect? = ..., integrity: kotlin.String? = ..., keepalive: kotlin.Boolean? = ..., window: kotlin.Any? = ...): org.w3c.fetch.RequestInit
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun ResponseInit(status: kotlin.Short? = ..., statusText: kotlin.String? = ..., headers: dynamic = ...): org.w3c.fetch.ResponseInit
|
||||
|
||||
public external interface Body {
|
||||
public abstract val bodyUsed: kotlin.Boolean { get; }
|
||||
|
||||
public abstract fun arrayBuffer(): kotlin.js.Promise<org.khronos.webgl.ArrayBuffer>
|
||||
|
||||
public abstract fun blob(): kotlin.js.Promise<org.w3c.files.Blob>
|
||||
|
||||
public abstract fun formData(): kotlin.js.Promise<org.w3c.xhr.FormData>
|
||||
|
||||
public abstract fun json(): kotlin.js.Promise<kotlin.Any?>
|
||||
|
||||
public abstract fun text(): kotlin.js.Promise<kotlin.String>
|
||||
}
|
||||
|
||||
public open external class Headers {
|
||||
public constructor Headers(init: dynamic = ...)
|
||||
|
||||
public final fun append(name: kotlin.String, value: kotlin.String): kotlin.Unit
|
||||
|
||||
public final fun delete(name: kotlin.String): kotlin.Unit
|
||||
|
||||
public final fun get(name: kotlin.String): kotlin.String?
|
||||
|
||||
public final fun has(name: kotlin.String): kotlin.Boolean
|
||||
|
||||
public final fun set(name: kotlin.String, value: kotlin.String): kotlin.Unit
|
||||
}
|
||||
|
||||
public open external class Request : org.w3c.fetch.Body {
|
||||
public constructor Request(input: dynamic, init: org.w3c.fetch.RequestInit = ...)
|
||||
|
||||
public open override val bodyUsed: kotlin.Boolean { get; }
|
||||
|
||||
public open val cache: org.w3c.fetch.RequestCache { get; }
|
||||
|
||||
public open val credentials: org.w3c.fetch.RequestCredentials { get; }
|
||||
|
||||
public open val destination: org.w3c.fetch.RequestDestination { get; }
|
||||
|
||||
public open val headers: org.w3c.fetch.Headers { get; }
|
||||
|
||||
public open val integrity: kotlin.String { get; }
|
||||
|
||||
public open val keepalive: kotlin.Boolean { get; }
|
||||
|
||||
public open val method: kotlin.String { get; }
|
||||
|
||||
public open val mode: org.w3c.fetch.RequestMode { get; }
|
||||
|
||||
public open val redirect: org.w3c.fetch.RequestRedirect { get; }
|
||||
|
||||
public open val referrer: kotlin.String { get; }
|
||||
|
||||
public open val referrerPolicy: dynamic { get; }
|
||||
|
||||
public open val type: org.w3c.fetch.RequestType { get; }
|
||||
|
||||
public open val url: kotlin.String { get; }
|
||||
|
||||
public open override fun arrayBuffer(): kotlin.js.Promise<org.khronos.webgl.ArrayBuffer>
|
||||
|
||||
public open override fun blob(): kotlin.js.Promise<org.w3c.files.Blob>
|
||||
|
||||
public final fun clone(): org.w3c.fetch.Request
|
||||
|
||||
public open override fun formData(): kotlin.js.Promise<org.w3c.xhr.FormData>
|
||||
|
||||
public open override fun json(): kotlin.js.Promise<kotlin.Any?>
|
||||
|
||||
public open override fun text(): kotlin.js.Promise<kotlin.String>
|
||||
}
|
||||
|
||||
@kotlin.js.JsName(name = "null")
|
||||
public external interface RequestCache {
|
||||
public companion object of RequestCache {
|
||||
}
|
||||
}
|
||||
|
||||
@kotlin.js.JsName(name = "null")
|
||||
public external interface RequestCredentials {
|
||||
public companion object of RequestCredentials {
|
||||
}
|
||||
}
|
||||
|
||||
@kotlin.js.JsName(name = "null")
|
||||
public external interface RequestDestination {
|
||||
public companion object of RequestDestination {
|
||||
}
|
||||
}
|
||||
|
||||
public external interface RequestInit {
|
||||
public open var body: dynamic { get; set; }
|
||||
|
||||
public open var cache: org.w3c.fetch.RequestCache? { get; set; }
|
||||
|
||||
public open var credentials: org.w3c.fetch.RequestCredentials? { get; set; }
|
||||
|
||||
public open var headers: dynamic { get; set; }
|
||||
|
||||
public open var integrity: kotlin.String? { get; set; }
|
||||
|
||||
public open var keepalive: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var method: kotlin.String? { get; set; }
|
||||
|
||||
public open var mode: org.w3c.fetch.RequestMode? { get; set; }
|
||||
|
||||
public open var redirect: org.w3c.fetch.RequestRedirect? { get; set; }
|
||||
|
||||
public open var referrer: kotlin.String? { get; set; }
|
||||
|
||||
public open var referrerPolicy: dynamic { get; set; }
|
||||
|
||||
public open var window: kotlin.Any? { get; set; }
|
||||
}
|
||||
|
||||
@kotlin.js.JsName(name = "null")
|
||||
public external interface RequestMode {
|
||||
public companion object of RequestMode {
|
||||
}
|
||||
}
|
||||
|
||||
@kotlin.js.JsName(name = "null")
|
||||
public external interface RequestRedirect {
|
||||
public companion object of RequestRedirect {
|
||||
}
|
||||
}
|
||||
|
||||
@kotlin.js.JsName(name = "null")
|
||||
public external interface RequestType {
|
||||
public companion object of RequestType {
|
||||
}
|
||||
}
|
||||
|
||||
public open external class Response : org.w3c.fetch.Body {
|
||||
public constructor Response(body: dynamic = ..., init: org.w3c.fetch.ResponseInit = ...)
|
||||
|
||||
public open val body: dynamic { get; }
|
||||
|
||||
public open override val bodyUsed: kotlin.Boolean { get; }
|
||||
|
||||
public open val headers: org.w3c.fetch.Headers { get; }
|
||||
|
||||
public open val ok: kotlin.Boolean { get; }
|
||||
|
||||
public open val redirected: kotlin.Boolean { get; }
|
||||
|
||||
public open val status: kotlin.Short { get; }
|
||||
|
||||
public open val statusText: kotlin.String { get; }
|
||||
|
||||
public open val trailer: kotlin.js.Promise<org.w3c.fetch.Headers> { get; }
|
||||
|
||||
public open val type: org.w3c.fetch.ResponseType { get; }
|
||||
|
||||
public open val url: kotlin.String { get; }
|
||||
|
||||
public open override fun arrayBuffer(): kotlin.js.Promise<org.khronos.webgl.ArrayBuffer>
|
||||
|
||||
public open override fun blob(): kotlin.js.Promise<org.w3c.files.Blob>
|
||||
|
||||
public final fun clone(): org.w3c.fetch.Response
|
||||
|
||||
public open override fun formData(): kotlin.js.Promise<org.w3c.xhr.FormData>
|
||||
|
||||
public open override fun json(): kotlin.js.Promise<kotlin.Any?>
|
||||
|
||||
public open override fun text(): kotlin.js.Promise<kotlin.String>
|
||||
|
||||
public companion object of Response {
|
||||
public final fun error(): org.w3c.fetch.Response
|
||||
|
||||
public final fun redirect(url: kotlin.String, status: kotlin.Short = ...): org.w3c.fetch.Response
|
||||
}
|
||||
}
|
||||
|
||||
public external interface ResponseInit {
|
||||
public open var headers: dynamic { get; set; }
|
||||
|
||||
public open var status: kotlin.Short? { get; set; }
|
||||
|
||||
public open var statusText: kotlin.String? { get; set; }
|
||||
}
|
||||
|
||||
@kotlin.js.JsName(name = "null")
|
||||
public external interface ResponseType {
|
||||
public companion object of ResponseType {
|
||||
}
|
||||
}
|
||||
@@ -1,96 +1,96 @@
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun BlobPropertyBag(type: kotlin.String? = ...): org.w3c.files.BlobPropertyBag
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun FilePropertyBag(lastModified: kotlin.Int? = ..., type: kotlin.String? = ...): org.w3c.files.FilePropertyBag
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline operator fun org.w3c.files.FileList.get(index: kotlin.Int): org.w3c.files.File?
|
||||
/*∆*/
|
||||
/*∆*/ public open external class Blob : org.w3c.dom.MediaProvider, org.w3c.dom.ImageBitmapSource {
|
||||
/*∆*/ public constructor Blob(blobParts: kotlin.Array<dynamic> = ..., options: org.w3c.files.BlobPropertyBag = ...)
|
||||
/*∆*/
|
||||
/*∆*/ public open val isClosed: kotlin.Boolean { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val size: kotlin.Number { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val type: kotlin.String { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final fun close(): kotlin.Unit
|
||||
/*∆*/
|
||||
/*∆*/ public final fun slice(start: kotlin.Int = ..., end: kotlin.Int = ..., contentType: kotlin.String = ...): org.w3c.files.Blob
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface BlobPropertyBag {
|
||||
/*∆*/ public open var type: kotlin.String? { get; set; }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public open external class File : org.w3c.files.Blob {
|
||||
/*∆*/ public constructor File(fileBits: kotlin.Array<dynamic>, fileName: kotlin.String, options: org.w3c.files.FilePropertyBag = ...)
|
||||
/*∆*/
|
||||
/*∆*/ public open val lastModified: kotlin.Int { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val name: kotlin.String { get; }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public abstract external class FileList : org.w3c.dom.ItemArrayLike<org.w3c.files.File> {
|
||||
/*∆*/ public constructor FileList()
|
||||
/*∆*/
|
||||
/*∆*/ public open override fun item(index: kotlin.Int): org.w3c.files.File?
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface FilePropertyBag : org.w3c.files.BlobPropertyBag {
|
||||
/*∆*/ public open var lastModified: kotlin.Int? { get; set; }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public open external class FileReader : org.w3c.dom.events.EventTarget {
|
||||
/*∆*/ public constructor FileReader()
|
||||
/*∆*/
|
||||
/*∆*/ public open val error: dynamic { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final var onabort: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public final var onerror: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public final var onload: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public final var onloadend: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public final var onloadstart: ((org.w3c.xhr.ProgressEvent) -> dynamic)? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public final var onprogress: ((org.w3c.xhr.ProgressEvent) -> dynamic)? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val readyState: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val result: dynamic { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final fun abort(): kotlin.Unit
|
||||
/*∆*/
|
||||
/*∆*/ public final fun readAsArrayBuffer(blob: org.w3c.files.Blob): kotlin.Unit
|
||||
/*∆*/
|
||||
/*∆*/ public final fun readAsBinaryString(blob: org.w3c.files.Blob): kotlin.Unit
|
||||
/*∆*/
|
||||
/*∆*/ public final fun readAsDataURL(blob: org.w3c.files.Blob): kotlin.Unit
|
||||
/*∆*/
|
||||
/*∆*/ public final fun readAsText(blob: org.w3c.files.Blob, label: kotlin.String = ...): kotlin.Unit
|
||||
/*∆*/
|
||||
/*∆*/ public companion object of FileReader {
|
||||
/*∆*/ public final val DONE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val EMPTY: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val LOADING: kotlin.Short { get; }
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public open external class FileReaderSync {
|
||||
/*∆*/ public constructor FileReaderSync()
|
||||
/*∆*/
|
||||
/*∆*/ public final fun readAsArrayBuffer(blob: org.w3c.files.Blob): org.khronos.webgl.ArrayBuffer
|
||||
/*∆*/
|
||||
/*∆*/ public final fun readAsBinaryString(blob: org.w3c.files.Blob): kotlin.String
|
||||
/*∆*/
|
||||
/*∆*/ public final fun readAsDataURL(blob: org.w3c.files.Blob): kotlin.String
|
||||
/*∆*/
|
||||
/*∆*/ public final fun readAsText(blob: org.w3c.files.Blob, label: kotlin.String = ...): kotlin.String
|
||||
/*∆*/ }
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun BlobPropertyBag(type: kotlin.String? = ...): org.w3c.files.BlobPropertyBag
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun FilePropertyBag(lastModified: kotlin.Int? = ..., type: kotlin.String? = ...): org.w3c.files.FilePropertyBag
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline operator fun org.w3c.files.FileList.get(index: kotlin.Int): org.w3c.files.File?
|
||||
|
||||
public open external class Blob : org.w3c.dom.MediaProvider, org.w3c.dom.ImageBitmapSource {
|
||||
public constructor Blob(blobParts: kotlin.Array<dynamic> = ..., options: org.w3c.files.BlobPropertyBag = ...)
|
||||
|
||||
public open val isClosed: kotlin.Boolean { get; }
|
||||
|
||||
public open val size: kotlin.Number { get; }
|
||||
|
||||
public open val type: kotlin.String { get; }
|
||||
|
||||
public final fun close(): kotlin.Unit
|
||||
|
||||
public final fun slice(start: kotlin.Int = ..., end: kotlin.Int = ..., contentType: kotlin.String = ...): org.w3c.files.Blob
|
||||
}
|
||||
|
||||
public external interface BlobPropertyBag {
|
||||
public open var type: kotlin.String? { get; set; }
|
||||
}
|
||||
|
||||
public open external class File : org.w3c.files.Blob {
|
||||
public constructor File(fileBits: kotlin.Array<dynamic>, fileName: kotlin.String, options: org.w3c.files.FilePropertyBag = ...)
|
||||
|
||||
public open val lastModified: kotlin.Int { get; }
|
||||
|
||||
public open val name: kotlin.String { get; }
|
||||
}
|
||||
|
||||
public abstract external class FileList : org.w3c.dom.ItemArrayLike<org.w3c.files.File> {
|
||||
public constructor FileList()
|
||||
|
||||
public open override fun item(index: kotlin.Int): org.w3c.files.File?
|
||||
}
|
||||
|
||||
public external interface FilePropertyBag : org.w3c.files.BlobPropertyBag {
|
||||
public open var lastModified: kotlin.Int? { get; set; }
|
||||
}
|
||||
|
||||
public open external class FileReader : org.w3c.dom.events.EventTarget {
|
||||
public constructor FileReader()
|
||||
|
||||
public open val error: dynamic { get; }
|
||||
|
||||
public final var onabort: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public final var onerror: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public final var onload: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public final var onloadend: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public final var onloadstart: ((org.w3c.xhr.ProgressEvent) -> dynamic)? { get; set; }
|
||||
|
||||
public final var onprogress: ((org.w3c.xhr.ProgressEvent) -> dynamic)? { get; set; }
|
||||
|
||||
public open val readyState: kotlin.Short { get; }
|
||||
|
||||
public open val result: dynamic { get; }
|
||||
|
||||
public final fun abort(): kotlin.Unit
|
||||
|
||||
public final fun readAsArrayBuffer(blob: org.w3c.files.Blob): kotlin.Unit
|
||||
|
||||
public final fun readAsBinaryString(blob: org.w3c.files.Blob): kotlin.Unit
|
||||
|
||||
public final fun readAsDataURL(blob: org.w3c.files.Blob): kotlin.Unit
|
||||
|
||||
public final fun readAsText(blob: org.w3c.files.Blob, label: kotlin.String = ...): kotlin.Unit
|
||||
|
||||
public companion object of FileReader {
|
||||
public final val DONE: kotlin.Short { get; }
|
||||
|
||||
public final val EMPTY: kotlin.Short { get; }
|
||||
|
||||
public final val LOADING: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public open external class FileReaderSync {
|
||||
public constructor FileReaderSync()
|
||||
|
||||
public final fun readAsArrayBuffer(blob: org.w3c.files.Blob): org.khronos.webgl.ArrayBuffer
|
||||
|
||||
public final fun readAsBinaryString(blob: org.w3c.files.Blob): kotlin.String
|
||||
|
||||
public final fun readAsDataURL(blob: org.w3c.files.Blob): kotlin.String
|
||||
|
||||
public final fun readAsText(blob: org.w3c.files.Blob, label: kotlin.String = ...): kotlin.String
|
||||
}
|
||||
@@ -1,161 +1,161 @@
|
||||
/*∆*/ public val org.w3c.notifications.NotificationDirection.Companion.AUTO: org.w3c.notifications.NotificationDirection { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.notifications.NotificationPermission.Companion.DEFAULT: org.w3c.notifications.NotificationPermission { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.notifications.NotificationPermission.Companion.DENIED: org.w3c.notifications.NotificationPermission { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.notifications.NotificationPermission.Companion.GRANTED: org.w3c.notifications.NotificationPermission { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.notifications.NotificationDirection.Companion.LTR: org.w3c.notifications.NotificationDirection { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.notifications.NotificationDirection.Companion.RTL: org.w3c.notifications.NotificationDirection { get; }
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun GetNotificationOptions(tag: kotlin.String? = ...): org.w3c.notifications.GetNotificationOptions
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun NotificationAction(action: kotlin.String?, title: kotlin.String?, icon: kotlin.String? = ...): org.w3c.notifications.NotificationAction
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun NotificationEventInit(notification: org.w3c.notifications.Notification?, action: kotlin.String? = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.notifications.NotificationEventInit
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun NotificationOptions(dir: org.w3c.notifications.NotificationDirection? = ..., lang: kotlin.String? = ..., body: kotlin.String? = ..., tag: kotlin.String? = ..., image: kotlin.String? = ..., icon: kotlin.String? = ..., badge: kotlin.String? = ..., sound: kotlin.String? = ..., vibrate: dynamic = ..., timestamp: kotlin.Number? = ..., renotify: kotlin.Boolean? = ..., silent: kotlin.Boolean? = ..., noscreen: kotlin.Boolean? = ..., requireInteraction: kotlin.Boolean? = ..., sticky: kotlin.Boolean? = ..., data: kotlin.Any? = ..., actions: kotlin.Array<org.w3c.notifications.NotificationAction>? = ...): org.w3c.notifications.NotificationOptions
|
||||
/*∆*/
|
||||
/*∆*/ public external interface GetNotificationOptions {
|
||||
/*∆*/ public open var tag: kotlin.String? { get; set; }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public open external class Notification : org.w3c.dom.events.EventTarget {
|
||||
/*∆*/ public constructor Notification(title: kotlin.String, options: org.w3c.notifications.NotificationOptions = ...)
|
||||
/*∆*/
|
||||
/*∆*/ public open val actions: kotlin.Array<out org.w3c.notifications.NotificationAction> { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val badge: kotlin.String { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val body: kotlin.String { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val data: kotlin.Any? { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val dir: org.w3c.notifications.NotificationDirection { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val icon: kotlin.String { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val image: kotlin.String { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val lang: kotlin.String { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val noscreen: kotlin.Boolean { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final var onclick: ((org.w3c.dom.events.MouseEvent) -> dynamic)? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public final var onerror: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val renotify: kotlin.Boolean { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val requireInteraction: kotlin.Boolean { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val silent: kotlin.Boolean { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val sound: kotlin.String { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val sticky: kotlin.Boolean { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val tag: kotlin.String { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val timestamp: kotlin.Number { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val title: kotlin.String { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val vibrate: kotlin.Array<out kotlin.Int> { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final fun close(): kotlin.Unit
|
||||
/*∆*/
|
||||
/*∆*/ public companion object of Notification {
|
||||
/*∆*/ public final val maxActions: kotlin.Int { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val permission: org.w3c.notifications.NotificationPermission { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final fun requestPermission(deprecatedCallback: (org.w3c.notifications.NotificationPermission) -> kotlin.Unit = ...): kotlin.js.Promise<org.w3c.notifications.NotificationPermission>
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface NotificationAction {
|
||||
/*∆*/ public abstract var action: kotlin.String? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var icon: kotlin.String? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public abstract var title: kotlin.String? { get; set; }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.js.JsName(name = "null")
|
||||
/*∆*/ public external interface NotificationDirection {
|
||||
/*∆*/ public companion object of NotificationDirection {
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public open external class NotificationEvent : org.w3c.workers.ExtendableEvent {
|
||||
/*∆*/ public constructor NotificationEvent(type: kotlin.String, eventInitDict: org.w3c.notifications.NotificationEventInit)
|
||||
/*∆*/
|
||||
/*∆*/ public open val action: kotlin.String { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val notification: org.w3c.notifications.Notification { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public companion object of NotificationEvent {
|
||||
/*∆*/ public final val AT_TARGET: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val NONE: kotlin.Short { get; }
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface NotificationEventInit : org.w3c.workers.ExtendableEventInit {
|
||||
/*∆*/ public open var action: kotlin.String? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public abstract var notification: org.w3c.notifications.Notification? { get; set; }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface NotificationOptions {
|
||||
/*∆*/ public open var actions: kotlin.Array<org.w3c.notifications.NotificationAction>? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var badge: kotlin.String? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var body: kotlin.String? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var data: kotlin.Any? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var dir: org.w3c.notifications.NotificationDirection? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var icon: kotlin.String? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var image: kotlin.String? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var lang: kotlin.String? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var noscreen: kotlin.Boolean? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var renotify: kotlin.Boolean? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var requireInteraction: kotlin.Boolean? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var silent: kotlin.Boolean? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var sound: kotlin.String? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var sticky: kotlin.Boolean? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var tag: kotlin.String? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var timestamp: kotlin.Number? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var vibrate: dynamic { get; set; }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.js.JsName(name = "null")
|
||||
/*∆*/ public external interface NotificationPermission {
|
||||
/*∆*/ public companion object of NotificationPermission {
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
public val org.w3c.notifications.NotificationDirection.Companion.AUTO: org.w3c.notifications.NotificationDirection { get; }
|
||||
|
||||
public val org.w3c.notifications.NotificationPermission.Companion.DEFAULT: org.w3c.notifications.NotificationPermission { get; }
|
||||
|
||||
public val org.w3c.notifications.NotificationPermission.Companion.DENIED: org.w3c.notifications.NotificationPermission { get; }
|
||||
|
||||
public val org.w3c.notifications.NotificationPermission.Companion.GRANTED: org.w3c.notifications.NotificationPermission { get; }
|
||||
|
||||
public val org.w3c.notifications.NotificationDirection.Companion.LTR: org.w3c.notifications.NotificationDirection { get; }
|
||||
|
||||
public val org.w3c.notifications.NotificationDirection.Companion.RTL: org.w3c.notifications.NotificationDirection { get; }
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun GetNotificationOptions(tag: kotlin.String? = ...): org.w3c.notifications.GetNotificationOptions
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun NotificationAction(action: kotlin.String?, title: kotlin.String?, icon: kotlin.String? = ...): org.w3c.notifications.NotificationAction
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun NotificationEventInit(notification: org.w3c.notifications.Notification?, action: kotlin.String? = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.notifications.NotificationEventInit
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun NotificationOptions(dir: org.w3c.notifications.NotificationDirection? = ..., lang: kotlin.String? = ..., body: kotlin.String? = ..., tag: kotlin.String? = ..., image: kotlin.String? = ..., icon: kotlin.String? = ..., badge: kotlin.String? = ..., sound: kotlin.String? = ..., vibrate: dynamic = ..., timestamp: kotlin.Number? = ..., renotify: kotlin.Boolean? = ..., silent: kotlin.Boolean? = ..., noscreen: kotlin.Boolean? = ..., requireInteraction: kotlin.Boolean? = ..., sticky: kotlin.Boolean? = ..., data: kotlin.Any? = ..., actions: kotlin.Array<org.w3c.notifications.NotificationAction>? = ...): org.w3c.notifications.NotificationOptions
|
||||
|
||||
public external interface GetNotificationOptions {
|
||||
public open var tag: kotlin.String? { get; set; }
|
||||
}
|
||||
|
||||
public open external class Notification : org.w3c.dom.events.EventTarget {
|
||||
public constructor Notification(title: kotlin.String, options: org.w3c.notifications.NotificationOptions = ...)
|
||||
|
||||
public open val actions: kotlin.Array<out org.w3c.notifications.NotificationAction> { get; }
|
||||
|
||||
public open val badge: kotlin.String { get; }
|
||||
|
||||
public open val body: kotlin.String { get; }
|
||||
|
||||
public open val data: kotlin.Any? { get; }
|
||||
|
||||
public open val dir: org.w3c.notifications.NotificationDirection { get; }
|
||||
|
||||
public open val icon: kotlin.String { get; }
|
||||
|
||||
public open val image: kotlin.String { get; }
|
||||
|
||||
public open val lang: kotlin.String { get; }
|
||||
|
||||
public open val noscreen: kotlin.Boolean { get; }
|
||||
|
||||
public final var onclick: ((org.w3c.dom.events.MouseEvent) -> dynamic)? { get; set; }
|
||||
|
||||
public final var onerror: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public open val renotify: kotlin.Boolean { get; }
|
||||
|
||||
public open val requireInteraction: kotlin.Boolean { get; }
|
||||
|
||||
public open val silent: kotlin.Boolean { get; }
|
||||
|
||||
public open val sound: kotlin.String { get; }
|
||||
|
||||
public open val sticky: kotlin.Boolean { get; }
|
||||
|
||||
public open val tag: kotlin.String { get; }
|
||||
|
||||
public open val timestamp: kotlin.Number { get; }
|
||||
|
||||
public open val title: kotlin.String { get; }
|
||||
|
||||
public open val vibrate: kotlin.Array<out kotlin.Int> { get; }
|
||||
|
||||
public final fun close(): kotlin.Unit
|
||||
|
||||
public companion object of Notification {
|
||||
public final val maxActions: kotlin.Int { get; }
|
||||
|
||||
public final val permission: org.w3c.notifications.NotificationPermission { get; }
|
||||
|
||||
public final fun requestPermission(deprecatedCallback: (org.w3c.notifications.NotificationPermission) -> kotlin.Unit = ...): kotlin.js.Promise<org.w3c.notifications.NotificationPermission>
|
||||
}
|
||||
}
|
||||
|
||||
public external interface NotificationAction {
|
||||
public abstract var action: kotlin.String? { get; set; }
|
||||
|
||||
public open var icon: kotlin.String? { get; set; }
|
||||
|
||||
public abstract var title: kotlin.String? { get; set; }
|
||||
}
|
||||
|
||||
@kotlin.js.JsName(name = "null")
|
||||
public external interface NotificationDirection {
|
||||
public companion object of NotificationDirection {
|
||||
}
|
||||
}
|
||||
|
||||
public open external class NotificationEvent : org.w3c.workers.ExtendableEvent {
|
||||
public constructor NotificationEvent(type: kotlin.String, eventInitDict: org.w3c.notifications.NotificationEventInit)
|
||||
|
||||
public open val action: kotlin.String { get; }
|
||||
|
||||
public open val notification: org.w3c.notifications.Notification { get; }
|
||||
|
||||
public companion object of NotificationEvent {
|
||||
public final val AT_TARGET: kotlin.Short { get; }
|
||||
|
||||
public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val NONE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public external interface NotificationEventInit : org.w3c.workers.ExtendableEventInit {
|
||||
public open var action: kotlin.String? { get; set; }
|
||||
|
||||
public abstract var notification: org.w3c.notifications.Notification? { get; set; }
|
||||
}
|
||||
|
||||
public external interface NotificationOptions {
|
||||
public open var actions: kotlin.Array<org.w3c.notifications.NotificationAction>? { get; set; }
|
||||
|
||||
public open var badge: kotlin.String? { get; set; }
|
||||
|
||||
public open var body: kotlin.String? { get; set; }
|
||||
|
||||
public open var data: kotlin.Any? { get; set; }
|
||||
|
||||
public open var dir: org.w3c.notifications.NotificationDirection? { get; set; }
|
||||
|
||||
public open var icon: kotlin.String? { get; set; }
|
||||
|
||||
public open var image: kotlin.String? { get; set; }
|
||||
|
||||
public open var lang: kotlin.String? { get; set; }
|
||||
|
||||
public open var noscreen: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var renotify: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var requireInteraction: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var silent: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var sound: kotlin.String? { get; set; }
|
||||
|
||||
public open var sticky: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var tag: kotlin.String? { get; set; }
|
||||
|
||||
public open var timestamp: kotlin.Number? { get; set; }
|
||||
|
||||
public open var vibrate: dynamic { get; set; }
|
||||
}
|
||||
|
||||
@kotlin.js.JsName(name = "null")
|
||||
public external interface NotificationPermission {
|
||||
public companion object of NotificationPermission {
|
||||
}
|
||||
}
|
||||
@@ -1,77 +1,77 @@
|
||||
/*∆*/ public external interface GlobalPerformance {
|
||||
/*∆*/ public abstract val performance: org.w3c.performance.Performance { get; }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public abstract external class Performance : org.w3c.dom.events.EventTarget {
|
||||
/*∆*/ public constructor Performance()
|
||||
/*∆*/
|
||||
/*∆*/ public open val navigation: org.w3c.performance.PerformanceNavigation { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val timing: org.w3c.performance.PerformanceTiming { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final fun now(): kotlin.Double
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public abstract external class PerformanceNavigation {
|
||||
/*∆*/ public constructor PerformanceNavigation()
|
||||
/*∆*/
|
||||
/*∆*/ public open val redirectCount: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val type: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public companion object of PerformanceNavigation {
|
||||
/*∆*/ public final val TYPE_BACK_FORWARD: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val TYPE_NAVIGATE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val TYPE_RELOAD: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val TYPE_RESERVED: kotlin.Short { get; }
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public abstract external class PerformanceTiming {
|
||||
/*∆*/ public constructor PerformanceTiming()
|
||||
/*∆*/
|
||||
/*∆*/ public open val connectEnd: kotlin.Number { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val connectStart: kotlin.Number { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val domComplete: kotlin.Number { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val domContentLoadedEventEnd: kotlin.Number { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val domContentLoadedEventStart: kotlin.Number { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val domInteractive: kotlin.Number { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val domLoading: kotlin.Number { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val domainLookupEnd: kotlin.Number { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val domainLookupStart: kotlin.Number { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val fetchStart: kotlin.Number { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val loadEventEnd: kotlin.Number { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val loadEventStart: kotlin.Number { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val navigationStart: kotlin.Number { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val redirectEnd: kotlin.Number { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val redirectStart: kotlin.Number { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val requestStart: kotlin.Number { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val responseEnd: kotlin.Number { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val responseStart: kotlin.Number { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val secureConnectionStart: kotlin.Number { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val unloadEventEnd: kotlin.Number { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val unloadEventStart: kotlin.Number { get; }
|
||||
/*∆*/ }
|
||||
public external interface GlobalPerformance {
|
||||
public abstract val performance: org.w3c.performance.Performance { get; }
|
||||
}
|
||||
|
||||
public abstract external class Performance : org.w3c.dom.events.EventTarget {
|
||||
public constructor Performance()
|
||||
|
||||
public open val navigation: org.w3c.performance.PerformanceNavigation { get; }
|
||||
|
||||
public open val timing: org.w3c.performance.PerformanceTiming { get; }
|
||||
|
||||
public final fun now(): kotlin.Double
|
||||
}
|
||||
|
||||
public abstract external class PerformanceNavigation {
|
||||
public constructor PerformanceNavigation()
|
||||
|
||||
public open val redirectCount: kotlin.Short { get; }
|
||||
|
||||
public open val type: kotlin.Short { get; }
|
||||
|
||||
public companion object of PerformanceNavigation {
|
||||
public final val TYPE_BACK_FORWARD: kotlin.Short { get; }
|
||||
|
||||
public final val TYPE_NAVIGATE: kotlin.Short { get; }
|
||||
|
||||
public final val TYPE_RELOAD: kotlin.Short { get; }
|
||||
|
||||
public final val TYPE_RESERVED: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public abstract external class PerformanceTiming {
|
||||
public constructor PerformanceTiming()
|
||||
|
||||
public open val connectEnd: kotlin.Number { get; }
|
||||
|
||||
public open val connectStart: kotlin.Number { get; }
|
||||
|
||||
public open val domComplete: kotlin.Number { get; }
|
||||
|
||||
public open val domContentLoadedEventEnd: kotlin.Number { get; }
|
||||
|
||||
public open val domContentLoadedEventStart: kotlin.Number { get; }
|
||||
|
||||
public open val domInteractive: kotlin.Number { get; }
|
||||
|
||||
public open val domLoading: kotlin.Number { get; }
|
||||
|
||||
public open val domainLookupEnd: kotlin.Number { get; }
|
||||
|
||||
public open val domainLookupStart: kotlin.Number { get; }
|
||||
|
||||
public open val fetchStart: kotlin.Number { get; }
|
||||
|
||||
public open val loadEventEnd: kotlin.Number { get; }
|
||||
|
||||
public open val loadEventStart: kotlin.Number { get; }
|
||||
|
||||
public open val navigationStart: kotlin.Number { get; }
|
||||
|
||||
public open val redirectEnd: kotlin.Number { get; }
|
||||
|
||||
public open val redirectStart: kotlin.Number { get; }
|
||||
|
||||
public open val requestStart: kotlin.Number { get; }
|
||||
|
||||
public open val responseEnd: kotlin.Number { get; }
|
||||
|
||||
public open val responseStart: kotlin.Number { get; }
|
||||
|
||||
public open val secureConnectionStart: kotlin.Number { get; }
|
||||
|
||||
public open val unloadEventEnd: kotlin.Number { get; }
|
||||
|
||||
public open val unloadEventStart: kotlin.Number { get; }
|
||||
}
|
||||
@@ -1,457 +1,457 @@
|
||||
/*∆*/ public val org.w3c.workers.ServiceWorkerState.Companion.ACTIVATED: org.w3c.workers.ServiceWorkerState { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.workers.ServiceWorkerState.Companion.ACTIVATING: org.w3c.workers.ServiceWorkerState { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.workers.ClientType.Companion.ALL: org.w3c.workers.ClientType { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.workers.FrameType.Companion.AUXILIARY: org.w3c.workers.FrameType { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.workers.ServiceWorkerState.Companion.INSTALLED: org.w3c.workers.ServiceWorkerState { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.workers.ServiceWorkerState.Companion.INSTALLING: org.w3c.workers.ServiceWorkerState { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.workers.FrameType.Companion.NESTED: org.w3c.workers.FrameType { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.workers.FrameType.Companion.NONE: org.w3c.workers.FrameType { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.workers.ServiceWorkerState.Companion.REDUNDANT: org.w3c.workers.ServiceWorkerState { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.workers.ClientType.Companion.SHAREDWORKER: org.w3c.workers.ClientType { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.workers.FrameType.Companion.TOP_LEVEL: org.w3c.workers.FrameType { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.workers.ClientType.Companion.WINDOW: org.w3c.workers.ClientType { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.workers.ClientType.Companion.WORKER: org.w3c.workers.ClientType { get; }
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun CacheBatchOperation(type: kotlin.String? = ..., request: org.w3c.fetch.Request? = ..., response: org.w3c.fetch.Response? = ..., options: org.w3c.workers.CacheQueryOptions? = ...): org.w3c.workers.CacheBatchOperation
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun CacheQueryOptions(ignoreSearch: kotlin.Boolean? = ..., ignoreMethod: kotlin.Boolean? = ..., ignoreVary: kotlin.Boolean? = ..., cacheName: kotlin.String? = ...): org.w3c.workers.CacheQueryOptions
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun ClientQueryOptions(includeUncontrolled: kotlin.Boolean? = ..., type: org.w3c.workers.ClientType? = ...): org.w3c.workers.ClientQueryOptions
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun ExtendableEventInit(bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.workers.ExtendableEventInit
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun ExtendableMessageEventInit(data: kotlin.Any? = ..., origin: kotlin.String? = ..., lastEventId: kotlin.String? = ..., source: org.w3c.workers.UnionClientOrMessagePortOrServiceWorker? = ..., ports: kotlin.Array<org.w3c.dom.MessagePort>? = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.workers.ExtendableMessageEventInit
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun FetchEventInit(request: org.w3c.fetch.Request?, clientId: kotlin.String? = ..., isReload: kotlin.Boolean? = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.workers.FetchEventInit
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun ForeignFetchEventInit(request: org.w3c.fetch.Request?, origin: kotlin.String? = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.workers.ForeignFetchEventInit
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun ForeignFetchOptions(scopes: kotlin.Array<kotlin.String>?, origins: kotlin.Array<kotlin.String>?): org.w3c.workers.ForeignFetchOptions
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun ForeignFetchResponse(response: org.w3c.fetch.Response?, origin: kotlin.String? = ..., headers: kotlin.Array<kotlin.String>? = ...): org.w3c.workers.ForeignFetchResponse
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun RegistrationOptions(scope: kotlin.String? = ..., type: org.w3c.dom.WorkerType? = ...): org.w3c.workers.RegistrationOptions
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun ServiceWorkerMessageEventInit(data: kotlin.Any? = ..., origin: kotlin.String? = ..., lastEventId: kotlin.String? = ..., source: org.w3c.workers.UnionMessagePortOrServiceWorker? = ..., ports: kotlin.Array<org.w3c.dom.MessagePort>? = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.workers.ServiceWorkerMessageEventInit
|
||||
/*∆*/
|
||||
/*∆*/ public abstract external class Cache {
|
||||
/*∆*/ public constructor Cache()
|
||||
/*∆*/
|
||||
/*∆*/ public final fun add(request: dynamic): kotlin.js.Promise<kotlin.Unit>
|
||||
/*∆*/
|
||||
/*∆*/ public final fun addAll(requests: kotlin.Array<dynamic>): kotlin.js.Promise<kotlin.Unit>
|
||||
/*∆*/
|
||||
/*∆*/ public final fun delete(request: dynamic, options: org.w3c.workers.CacheQueryOptions = ...): kotlin.js.Promise<kotlin.Boolean>
|
||||
/*∆*/
|
||||
/*∆*/ public final fun keys(request: dynamic = ..., options: org.w3c.workers.CacheQueryOptions = ...): kotlin.js.Promise<kotlin.Array<org.w3c.fetch.Request>>
|
||||
/*∆*/
|
||||
/*∆*/ public final fun match(request: dynamic, options: org.w3c.workers.CacheQueryOptions = ...): kotlin.js.Promise<kotlin.Any?>
|
||||
/*∆*/
|
||||
/*∆*/ public final fun matchAll(request: dynamic = ..., options: org.w3c.workers.CacheQueryOptions = ...): kotlin.js.Promise<kotlin.Array<org.w3c.fetch.Response>>
|
||||
/*∆*/
|
||||
/*∆*/ public final fun put(request: dynamic, response: org.w3c.fetch.Response): kotlin.js.Promise<kotlin.Unit>
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface CacheBatchOperation {
|
||||
/*∆*/ public open var options: org.w3c.workers.CacheQueryOptions? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var request: org.w3c.fetch.Request? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var response: org.w3c.fetch.Response? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var type: kotlin.String? { get; set; }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface CacheQueryOptions {
|
||||
/*∆*/ public open var cacheName: kotlin.String? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var ignoreMethod: kotlin.Boolean? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var ignoreSearch: kotlin.Boolean? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var ignoreVary: kotlin.Boolean? { get; set; }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public abstract external class CacheStorage {
|
||||
/*∆*/ public constructor CacheStorage()
|
||||
/*∆*/
|
||||
/*∆*/ public final fun delete(cacheName: kotlin.String): kotlin.js.Promise<kotlin.Boolean>
|
||||
/*∆*/
|
||||
/*∆*/ public final fun has(cacheName: kotlin.String): kotlin.js.Promise<kotlin.Boolean>
|
||||
/*∆*/
|
||||
/*∆*/ public final fun keys(): kotlin.js.Promise<kotlin.Array<kotlin.String>>
|
||||
/*∆*/
|
||||
/*∆*/ public final fun match(request: dynamic, options: org.w3c.workers.CacheQueryOptions = ...): kotlin.js.Promise<kotlin.Any?>
|
||||
/*∆*/
|
||||
/*∆*/ public final fun open(cacheName: kotlin.String): kotlin.js.Promise<org.w3c.workers.Cache>
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public abstract external class Client : org.w3c.workers.UnionClientOrMessagePortOrServiceWorker {
|
||||
/*∆*/ public constructor Client()
|
||||
/*∆*/
|
||||
/*∆*/ public open val frameType: org.w3c.workers.FrameType { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val id: kotlin.String { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val url: kotlin.String { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final fun postMessage(message: kotlin.Any?, transfer: kotlin.Array<dynamic> = ...): kotlin.Unit
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface ClientQueryOptions {
|
||||
/*∆*/ public open var includeUncontrolled: kotlin.Boolean? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var type: org.w3c.workers.ClientType? { get; set; }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.js.JsName(name = "null")
|
||||
/*∆*/ public external interface ClientType {
|
||||
/*∆*/ public companion object of ClientType {
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public abstract external class Clients {
|
||||
/*∆*/ public constructor Clients()
|
||||
/*∆*/
|
||||
/*∆*/ public final fun claim(): kotlin.js.Promise<kotlin.Unit>
|
||||
/*∆*/
|
||||
/*∆*/ public final fun get(id: kotlin.String): kotlin.js.Promise<kotlin.Any?>
|
||||
/*∆*/
|
||||
/*∆*/ public final fun matchAll(options: org.w3c.workers.ClientQueryOptions = ...): kotlin.js.Promise<kotlin.Array<org.w3c.workers.Client>>
|
||||
/*∆*/
|
||||
/*∆*/ public final fun openWindow(url: kotlin.String): kotlin.js.Promise<org.w3c.workers.WindowClient?>
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public open external class ExtendableEvent : org.w3c.dom.events.Event {
|
||||
/*∆*/ public constructor ExtendableEvent(type: kotlin.String, eventInitDict: org.w3c.workers.ExtendableEventInit = ...)
|
||||
/*∆*/
|
||||
/*∆*/ public final fun waitUntil(f: kotlin.js.Promise<kotlin.Any?>): kotlin.Unit
|
||||
/*∆*/
|
||||
/*∆*/ public companion object of ExtendableEvent {
|
||||
/*∆*/ public final val AT_TARGET: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val NONE: kotlin.Short { get; }
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface ExtendableEventInit : org.w3c.dom.EventInit {
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public open external class ExtendableMessageEvent : org.w3c.workers.ExtendableEvent {
|
||||
/*∆*/ public constructor ExtendableMessageEvent(type: kotlin.String, eventInitDict: org.w3c.workers.ExtendableMessageEventInit = ...)
|
||||
/*∆*/
|
||||
/*∆*/ public open val data: kotlin.Any? { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val lastEventId: kotlin.String { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val origin: kotlin.String { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val ports: kotlin.Array<out org.w3c.dom.MessagePort>? { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val source: org.w3c.workers.UnionClientOrMessagePortOrServiceWorker? { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public companion object of ExtendableMessageEvent {
|
||||
/*∆*/ public final val AT_TARGET: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val NONE: kotlin.Short { get; }
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface ExtendableMessageEventInit : org.w3c.workers.ExtendableEventInit {
|
||||
/*∆*/ public open var data: kotlin.Any? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var lastEventId: kotlin.String? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var origin: kotlin.String? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var ports: kotlin.Array<org.w3c.dom.MessagePort>? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var source: org.w3c.workers.UnionClientOrMessagePortOrServiceWorker? { get; set; }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public open external class FetchEvent : org.w3c.workers.ExtendableEvent {
|
||||
/*∆*/ public constructor FetchEvent(type: kotlin.String, eventInitDict: org.w3c.workers.FetchEventInit)
|
||||
/*∆*/
|
||||
/*∆*/ public open val clientId: kotlin.String? { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val isReload: kotlin.Boolean { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val request: org.w3c.fetch.Request { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final fun respondWith(r: kotlin.js.Promise<org.w3c.fetch.Response>): kotlin.Unit
|
||||
/*∆*/
|
||||
/*∆*/ public companion object of FetchEvent {
|
||||
/*∆*/ public final val AT_TARGET: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val NONE: kotlin.Short { get; }
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface FetchEventInit : org.w3c.workers.ExtendableEventInit {
|
||||
/*∆*/ public open var clientId: kotlin.String? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var isReload: kotlin.Boolean? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public abstract var request: org.w3c.fetch.Request? { get; set; }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public open external class ForeignFetchEvent : org.w3c.workers.ExtendableEvent {
|
||||
/*∆*/ public constructor ForeignFetchEvent(type: kotlin.String, eventInitDict: org.w3c.workers.ForeignFetchEventInit)
|
||||
/*∆*/
|
||||
/*∆*/ public open val origin: kotlin.String { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val request: org.w3c.fetch.Request { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final fun respondWith(r: kotlin.js.Promise<org.w3c.workers.ForeignFetchResponse>): kotlin.Unit
|
||||
/*∆*/
|
||||
/*∆*/ public companion object of ForeignFetchEvent {
|
||||
/*∆*/ public final val AT_TARGET: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val NONE: kotlin.Short { get; }
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface ForeignFetchEventInit : org.w3c.workers.ExtendableEventInit {
|
||||
/*∆*/ public open var origin: kotlin.String? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public abstract var request: org.w3c.fetch.Request? { get; set; }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface ForeignFetchOptions {
|
||||
/*∆*/ public abstract var origins: kotlin.Array<kotlin.String>? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public abstract var scopes: kotlin.Array<kotlin.String>? { get; set; }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface ForeignFetchResponse {
|
||||
/*∆*/ public open var headers: kotlin.Array<kotlin.String>? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var origin: kotlin.String? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public abstract var response: org.w3c.fetch.Response? { get; set; }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.js.JsName(name = "null")
|
||||
/*∆*/ public external interface FrameType {
|
||||
/*∆*/ public companion object of FrameType {
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public open external class FunctionalEvent : org.w3c.workers.ExtendableEvent {
|
||||
/*∆*/ public constructor FunctionalEvent()
|
||||
/*∆*/
|
||||
/*∆*/ public companion object of FunctionalEvent {
|
||||
/*∆*/ public final val AT_TARGET: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val NONE: kotlin.Short { get; }
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public open external class InstallEvent : org.w3c.workers.ExtendableEvent {
|
||||
/*∆*/ public constructor InstallEvent(type: kotlin.String, eventInitDict: org.w3c.workers.ExtendableEventInit = ...)
|
||||
/*∆*/
|
||||
/*∆*/ public final fun registerForeignFetch(options: org.w3c.workers.ForeignFetchOptions): kotlin.Unit
|
||||
/*∆*/
|
||||
/*∆*/ public companion object of InstallEvent {
|
||||
/*∆*/ public final val AT_TARGET: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val NONE: kotlin.Short { get; }
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface RegistrationOptions {
|
||||
/*∆*/ public open var scope: kotlin.String? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var type: org.w3c.dom.WorkerType? { get; set; }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public abstract external class ServiceWorker : org.w3c.dom.events.EventTarget, org.w3c.dom.AbstractWorker, org.w3c.workers.UnionMessagePortOrServiceWorker, org.w3c.workers.UnionClientOrMessagePortOrServiceWorker {
|
||||
/*∆*/ public constructor ServiceWorker()
|
||||
/*∆*/
|
||||
/*∆*/ public open var onstatechange: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val scriptURL: kotlin.String { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val state: org.w3c.workers.ServiceWorkerState { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final fun postMessage(message: kotlin.Any?, transfer: kotlin.Array<dynamic> = ...): kotlin.Unit
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public abstract external class ServiceWorkerContainer : org.w3c.dom.events.EventTarget {
|
||||
/*∆*/ public constructor ServiceWorkerContainer()
|
||||
/*∆*/
|
||||
/*∆*/ public open val controller: org.w3c.workers.ServiceWorker? { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var oncontrollerchange: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var onmessage: ((org.w3c.dom.MessageEvent) -> dynamic)? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val ready: kotlin.js.Promise<org.w3c.workers.ServiceWorkerRegistration> { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final fun getRegistration(clientURL: kotlin.String = ...): kotlin.js.Promise<kotlin.Any?>
|
||||
/*∆*/
|
||||
/*∆*/ public final fun getRegistrations(): kotlin.js.Promise<kotlin.Array<org.w3c.workers.ServiceWorkerRegistration>>
|
||||
/*∆*/
|
||||
/*∆*/ public final fun register(scriptURL: kotlin.String, options: org.w3c.workers.RegistrationOptions = ...): kotlin.js.Promise<org.w3c.workers.ServiceWorkerRegistration>
|
||||
/*∆*/
|
||||
/*∆*/ public final fun startMessages(): kotlin.Unit
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public abstract external class ServiceWorkerGlobalScope : org.w3c.dom.WorkerGlobalScope {
|
||||
/*∆*/ public constructor ServiceWorkerGlobalScope()
|
||||
/*∆*/
|
||||
/*∆*/ public open val clients: org.w3c.workers.Clients { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var onactivate: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var onfetch: ((org.w3c.workers.FetchEvent) -> dynamic)? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var onforeignfetch: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var onfunctionalevent: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var oninstall: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var onmessage: ((org.w3c.dom.MessageEvent) -> dynamic)? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var onnotificationclick: ((org.w3c.notifications.NotificationEvent) -> dynamic)? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var onnotificationclose: ((org.w3c.notifications.NotificationEvent) -> dynamic)? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val registration: org.w3c.workers.ServiceWorkerRegistration { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final fun skipWaiting(): kotlin.js.Promise<kotlin.Unit>
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public open external class ServiceWorkerMessageEvent : org.w3c.dom.events.Event {
|
||||
/*∆*/ public constructor ServiceWorkerMessageEvent(type: kotlin.String, eventInitDict: org.w3c.workers.ServiceWorkerMessageEventInit = ...)
|
||||
/*∆*/
|
||||
/*∆*/ public open val data: kotlin.Any? { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val lastEventId: kotlin.String { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val origin: kotlin.String { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val ports: kotlin.Array<out org.w3c.dom.MessagePort>? { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val source: org.w3c.workers.UnionMessagePortOrServiceWorker? { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public companion object of ServiceWorkerMessageEvent {
|
||||
/*∆*/ public final val AT_TARGET: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val NONE: kotlin.Short { get; }
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface ServiceWorkerMessageEventInit : org.w3c.dom.EventInit {
|
||||
/*∆*/ public open var data: kotlin.Any? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var lastEventId: kotlin.String? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var origin: kotlin.String? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var ports: kotlin.Array<org.w3c.dom.MessagePort>? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var source: org.w3c.workers.UnionMessagePortOrServiceWorker? { get; set; }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public abstract external class ServiceWorkerRegistration : org.w3c.dom.events.EventTarget {
|
||||
/*∆*/ public constructor ServiceWorkerRegistration()
|
||||
/*∆*/
|
||||
/*∆*/ public open val APISpace: dynamic { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val active: org.w3c.workers.ServiceWorker? { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val installing: org.w3c.workers.ServiceWorker? { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var onupdatefound: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val scope: kotlin.String { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val waiting: org.w3c.workers.ServiceWorker? { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final fun getNotifications(filter: org.w3c.notifications.GetNotificationOptions = ...): kotlin.js.Promise<kotlin.Array<org.w3c.notifications.Notification>>
|
||||
/*∆*/
|
||||
/*∆*/ public final fun methodName(): kotlin.js.Promise<dynamic>
|
||||
/*∆*/
|
||||
/*∆*/ public final fun showNotification(title: kotlin.String, options: org.w3c.notifications.NotificationOptions = ...): kotlin.js.Promise<kotlin.Unit>
|
||||
/*∆*/
|
||||
/*∆*/ public final fun unregister(): kotlin.js.Promise<kotlin.Boolean>
|
||||
/*∆*/
|
||||
/*∆*/ public final fun update(): kotlin.js.Promise<kotlin.Unit>
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.js.JsName(name = "null")
|
||||
/*∆*/ public external interface ServiceWorkerState {
|
||||
/*∆*/ public companion object of ServiceWorkerState {
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface UnionClientOrMessagePortOrServiceWorker {
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface UnionMessagePortOrServiceWorker {
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public abstract external class WindowClient : org.w3c.workers.Client {
|
||||
/*∆*/ public constructor WindowClient()
|
||||
/*∆*/
|
||||
/*∆*/ public open val focused: kotlin.Boolean { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val visibilityState: dynamic { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final fun focus(): kotlin.js.Promise<org.w3c.workers.WindowClient>
|
||||
/*∆*/
|
||||
/*∆*/ public final fun navigate(url: kotlin.String): kotlin.js.Promise<org.w3c.workers.WindowClient>
|
||||
/*∆*/ }
|
||||
public val org.w3c.workers.ServiceWorkerState.Companion.ACTIVATED: org.w3c.workers.ServiceWorkerState { get; }
|
||||
|
||||
public val org.w3c.workers.ServiceWorkerState.Companion.ACTIVATING: org.w3c.workers.ServiceWorkerState { get; }
|
||||
|
||||
public val org.w3c.workers.ClientType.Companion.ALL: org.w3c.workers.ClientType { get; }
|
||||
|
||||
public val org.w3c.workers.FrameType.Companion.AUXILIARY: org.w3c.workers.FrameType { get; }
|
||||
|
||||
public val org.w3c.workers.ServiceWorkerState.Companion.INSTALLED: org.w3c.workers.ServiceWorkerState { get; }
|
||||
|
||||
public val org.w3c.workers.ServiceWorkerState.Companion.INSTALLING: org.w3c.workers.ServiceWorkerState { get; }
|
||||
|
||||
public val org.w3c.workers.FrameType.Companion.NESTED: org.w3c.workers.FrameType { get; }
|
||||
|
||||
public val org.w3c.workers.FrameType.Companion.NONE: org.w3c.workers.FrameType { get; }
|
||||
|
||||
public val org.w3c.workers.ServiceWorkerState.Companion.REDUNDANT: org.w3c.workers.ServiceWorkerState { get; }
|
||||
|
||||
public val org.w3c.workers.ClientType.Companion.SHAREDWORKER: org.w3c.workers.ClientType { get; }
|
||||
|
||||
public val org.w3c.workers.FrameType.Companion.TOP_LEVEL: org.w3c.workers.FrameType { get; }
|
||||
|
||||
public val org.w3c.workers.ClientType.Companion.WINDOW: org.w3c.workers.ClientType { get; }
|
||||
|
||||
public val org.w3c.workers.ClientType.Companion.WORKER: org.w3c.workers.ClientType { get; }
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun CacheBatchOperation(type: kotlin.String? = ..., request: org.w3c.fetch.Request? = ..., response: org.w3c.fetch.Response? = ..., options: org.w3c.workers.CacheQueryOptions? = ...): org.w3c.workers.CacheBatchOperation
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun CacheQueryOptions(ignoreSearch: kotlin.Boolean? = ..., ignoreMethod: kotlin.Boolean? = ..., ignoreVary: kotlin.Boolean? = ..., cacheName: kotlin.String? = ...): org.w3c.workers.CacheQueryOptions
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun ClientQueryOptions(includeUncontrolled: kotlin.Boolean? = ..., type: org.w3c.workers.ClientType? = ...): org.w3c.workers.ClientQueryOptions
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun ExtendableEventInit(bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.workers.ExtendableEventInit
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun ExtendableMessageEventInit(data: kotlin.Any? = ..., origin: kotlin.String? = ..., lastEventId: kotlin.String? = ..., source: org.w3c.workers.UnionClientOrMessagePortOrServiceWorker? = ..., ports: kotlin.Array<org.w3c.dom.MessagePort>? = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.workers.ExtendableMessageEventInit
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun FetchEventInit(request: org.w3c.fetch.Request?, clientId: kotlin.String? = ..., isReload: kotlin.Boolean? = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.workers.FetchEventInit
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun ForeignFetchEventInit(request: org.w3c.fetch.Request?, origin: kotlin.String? = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.workers.ForeignFetchEventInit
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun ForeignFetchOptions(scopes: kotlin.Array<kotlin.String>?, origins: kotlin.Array<kotlin.String>?): org.w3c.workers.ForeignFetchOptions
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun ForeignFetchResponse(response: org.w3c.fetch.Response?, origin: kotlin.String? = ..., headers: kotlin.Array<kotlin.String>? = ...): org.w3c.workers.ForeignFetchResponse
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun RegistrationOptions(scope: kotlin.String? = ..., type: org.w3c.dom.WorkerType? = ...): org.w3c.workers.RegistrationOptions
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun ServiceWorkerMessageEventInit(data: kotlin.Any? = ..., origin: kotlin.String? = ..., lastEventId: kotlin.String? = ..., source: org.w3c.workers.UnionMessagePortOrServiceWorker? = ..., ports: kotlin.Array<org.w3c.dom.MessagePort>? = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.workers.ServiceWorkerMessageEventInit
|
||||
|
||||
public abstract external class Cache {
|
||||
public constructor Cache()
|
||||
|
||||
public final fun add(request: dynamic): kotlin.js.Promise<kotlin.Unit>
|
||||
|
||||
public final fun addAll(requests: kotlin.Array<dynamic>): kotlin.js.Promise<kotlin.Unit>
|
||||
|
||||
public final fun delete(request: dynamic, options: org.w3c.workers.CacheQueryOptions = ...): kotlin.js.Promise<kotlin.Boolean>
|
||||
|
||||
public final fun keys(request: dynamic = ..., options: org.w3c.workers.CacheQueryOptions = ...): kotlin.js.Promise<kotlin.Array<org.w3c.fetch.Request>>
|
||||
|
||||
public final fun match(request: dynamic, options: org.w3c.workers.CacheQueryOptions = ...): kotlin.js.Promise<kotlin.Any?>
|
||||
|
||||
public final fun matchAll(request: dynamic = ..., options: org.w3c.workers.CacheQueryOptions = ...): kotlin.js.Promise<kotlin.Array<org.w3c.fetch.Response>>
|
||||
|
||||
public final fun put(request: dynamic, response: org.w3c.fetch.Response): kotlin.js.Promise<kotlin.Unit>
|
||||
}
|
||||
|
||||
public external interface CacheBatchOperation {
|
||||
public open var options: org.w3c.workers.CacheQueryOptions? { get; set; }
|
||||
|
||||
public open var request: org.w3c.fetch.Request? { get; set; }
|
||||
|
||||
public open var response: org.w3c.fetch.Response? { get; set; }
|
||||
|
||||
public open var type: kotlin.String? { get; set; }
|
||||
}
|
||||
|
||||
public external interface CacheQueryOptions {
|
||||
public open var cacheName: kotlin.String? { get; set; }
|
||||
|
||||
public open var ignoreMethod: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var ignoreSearch: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var ignoreVary: kotlin.Boolean? { get; set; }
|
||||
}
|
||||
|
||||
public abstract external class CacheStorage {
|
||||
public constructor CacheStorage()
|
||||
|
||||
public final fun delete(cacheName: kotlin.String): kotlin.js.Promise<kotlin.Boolean>
|
||||
|
||||
public final fun has(cacheName: kotlin.String): kotlin.js.Promise<kotlin.Boolean>
|
||||
|
||||
public final fun keys(): kotlin.js.Promise<kotlin.Array<kotlin.String>>
|
||||
|
||||
public final fun match(request: dynamic, options: org.w3c.workers.CacheQueryOptions = ...): kotlin.js.Promise<kotlin.Any?>
|
||||
|
||||
public final fun open(cacheName: kotlin.String): kotlin.js.Promise<org.w3c.workers.Cache>
|
||||
}
|
||||
|
||||
public abstract external class Client : org.w3c.workers.UnionClientOrMessagePortOrServiceWorker {
|
||||
public constructor Client()
|
||||
|
||||
public open val frameType: org.w3c.workers.FrameType { get; }
|
||||
|
||||
public open val id: kotlin.String { get; }
|
||||
|
||||
public open val url: kotlin.String { get; }
|
||||
|
||||
public final fun postMessage(message: kotlin.Any?, transfer: kotlin.Array<dynamic> = ...): kotlin.Unit
|
||||
}
|
||||
|
||||
public external interface ClientQueryOptions {
|
||||
public open var includeUncontrolled: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var type: org.w3c.workers.ClientType? { get; set; }
|
||||
}
|
||||
|
||||
@kotlin.js.JsName(name = "null")
|
||||
public external interface ClientType {
|
||||
public companion object of ClientType {
|
||||
}
|
||||
}
|
||||
|
||||
public abstract external class Clients {
|
||||
public constructor Clients()
|
||||
|
||||
public final fun claim(): kotlin.js.Promise<kotlin.Unit>
|
||||
|
||||
public final fun get(id: kotlin.String): kotlin.js.Promise<kotlin.Any?>
|
||||
|
||||
public final fun matchAll(options: org.w3c.workers.ClientQueryOptions = ...): kotlin.js.Promise<kotlin.Array<org.w3c.workers.Client>>
|
||||
|
||||
public final fun openWindow(url: kotlin.String): kotlin.js.Promise<org.w3c.workers.WindowClient?>
|
||||
}
|
||||
|
||||
public open external class ExtendableEvent : org.w3c.dom.events.Event {
|
||||
public constructor ExtendableEvent(type: kotlin.String, eventInitDict: org.w3c.workers.ExtendableEventInit = ...)
|
||||
|
||||
public final fun waitUntil(f: kotlin.js.Promise<kotlin.Any?>): kotlin.Unit
|
||||
|
||||
public companion object of ExtendableEvent {
|
||||
public final val AT_TARGET: kotlin.Short { get; }
|
||||
|
||||
public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val NONE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public external interface ExtendableEventInit : org.w3c.dom.EventInit {
|
||||
}
|
||||
|
||||
public open external class ExtendableMessageEvent : org.w3c.workers.ExtendableEvent {
|
||||
public constructor ExtendableMessageEvent(type: kotlin.String, eventInitDict: org.w3c.workers.ExtendableMessageEventInit = ...)
|
||||
|
||||
public open val data: kotlin.Any? { get; }
|
||||
|
||||
public open val lastEventId: kotlin.String { get; }
|
||||
|
||||
public open val origin: kotlin.String { get; }
|
||||
|
||||
public open val ports: kotlin.Array<out org.w3c.dom.MessagePort>? { get; }
|
||||
|
||||
public open val source: org.w3c.workers.UnionClientOrMessagePortOrServiceWorker? { get; }
|
||||
|
||||
public companion object of ExtendableMessageEvent {
|
||||
public final val AT_TARGET: kotlin.Short { get; }
|
||||
|
||||
public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val NONE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public external interface ExtendableMessageEventInit : org.w3c.workers.ExtendableEventInit {
|
||||
public open var data: kotlin.Any? { get; set; }
|
||||
|
||||
public open var lastEventId: kotlin.String? { get; set; }
|
||||
|
||||
public open var origin: kotlin.String? { get; set; }
|
||||
|
||||
public open var ports: kotlin.Array<org.w3c.dom.MessagePort>? { get; set; }
|
||||
|
||||
public open var source: org.w3c.workers.UnionClientOrMessagePortOrServiceWorker? { get; set; }
|
||||
}
|
||||
|
||||
public open external class FetchEvent : org.w3c.workers.ExtendableEvent {
|
||||
public constructor FetchEvent(type: kotlin.String, eventInitDict: org.w3c.workers.FetchEventInit)
|
||||
|
||||
public open val clientId: kotlin.String? { get; }
|
||||
|
||||
public open val isReload: kotlin.Boolean { get; }
|
||||
|
||||
public open val request: org.w3c.fetch.Request { get; }
|
||||
|
||||
public final fun respondWith(r: kotlin.js.Promise<org.w3c.fetch.Response>): kotlin.Unit
|
||||
|
||||
public companion object of FetchEvent {
|
||||
public final val AT_TARGET: kotlin.Short { get; }
|
||||
|
||||
public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val NONE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public external interface FetchEventInit : org.w3c.workers.ExtendableEventInit {
|
||||
public open var clientId: kotlin.String? { get; set; }
|
||||
|
||||
public open var isReload: kotlin.Boolean? { get; set; }
|
||||
|
||||
public abstract var request: org.w3c.fetch.Request? { get; set; }
|
||||
}
|
||||
|
||||
public open external class ForeignFetchEvent : org.w3c.workers.ExtendableEvent {
|
||||
public constructor ForeignFetchEvent(type: kotlin.String, eventInitDict: org.w3c.workers.ForeignFetchEventInit)
|
||||
|
||||
public open val origin: kotlin.String { get; }
|
||||
|
||||
public open val request: org.w3c.fetch.Request { get; }
|
||||
|
||||
public final fun respondWith(r: kotlin.js.Promise<org.w3c.workers.ForeignFetchResponse>): kotlin.Unit
|
||||
|
||||
public companion object of ForeignFetchEvent {
|
||||
public final val AT_TARGET: kotlin.Short { get; }
|
||||
|
||||
public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val NONE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public external interface ForeignFetchEventInit : org.w3c.workers.ExtendableEventInit {
|
||||
public open var origin: kotlin.String? { get; set; }
|
||||
|
||||
public abstract var request: org.w3c.fetch.Request? { get; set; }
|
||||
}
|
||||
|
||||
public external interface ForeignFetchOptions {
|
||||
public abstract var origins: kotlin.Array<kotlin.String>? { get; set; }
|
||||
|
||||
public abstract var scopes: kotlin.Array<kotlin.String>? { get; set; }
|
||||
}
|
||||
|
||||
public external interface ForeignFetchResponse {
|
||||
public open var headers: kotlin.Array<kotlin.String>? { get; set; }
|
||||
|
||||
public open var origin: kotlin.String? { get; set; }
|
||||
|
||||
public abstract var response: org.w3c.fetch.Response? { get; set; }
|
||||
}
|
||||
|
||||
@kotlin.js.JsName(name = "null")
|
||||
public external interface FrameType {
|
||||
public companion object of FrameType {
|
||||
}
|
||||
}
|
||||
|
||||
public open external class FunctionalEvent : org.w3c.workers.ExtendableEvent {
|
||||
public constructor FunctionalEvent()
|
||||
|
||||
public companion object of FunctionalEvent {
|
||||
public final val AT_TARGET: kotlin.Short { get; }
|
||||
|
||||
public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val NONE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public open external class InstallEvent : org.w3c.workers.ExtendableEvent {
|
||||
public constructor InstallEvent(type: kotlin.String, eventInitDict: org.w3c.workers.ExtendableEventInit = ...)
|
||||
|
||||
public final fun registerForeignFetch(options: org.w3c.workers.ForeignFetchOptions): kotlin.Unit
|
||||
|
||||
public companion object of InstallEvent {
|
||||
public final val AT_TARGET: kotlin.Short { get; }
|
||||
|
||||
public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val NONE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public external interface RegistrationOptions {
|
||||
public open var scope: kotlin.String? { get; set; }
|
||||
|
||||
public open var type: org.w3c.dom.WorkerType? { get; set; }
|
||||
}
|
||||
|
||||
public abstract external class ServiceWorker : org.w3c.dom.events.EventTarget, org.w3c.dom.AbstractWorker, org.w3c.workers.UnionMessagePortOrServiceWorker, org.w3c.workers.UnionClientOrMessagePortOrServiceWorker {
|
||||
public constructor ServiceWorker()
|
||||
|
||||
public open var onstatechange: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public open val scriptURL: kotlin.String { get; }
|
||||
|
||||
public open val state: org.w3c.workers.ServiceWorkerState { get; }
|
||||
|
||||
public final fun postMessage(message: kotlin.Any?, transfer: kotlin.Array<dynamic> = ...): kotlin.Unit
|
||||
}
|
||||
|
||||
public abstract external class ServiceWorkerContainer : org.w3c.dom.events.EventTarget {
|
||||
public constructor ServiceWorkerContainer()
|
||||
|
||||
public open val controller: org.w3c.workers.ServiceWorker? { get; }
|
||||
|
||||
public open var oncontrollerchange: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public open var onmessage: ((org.w3c.dom.MessageEvent) -> dynamic)? { get; set; }
|
||||
|
||||
public open val ready: kotlin.js.Promise<org.w3c.workers.ServiceWorkerRegistration> { get; }
|
||||
|
||||
public final fun getRegistration(clientURL: kotlin.String = ...): kotlin.js.Promise<kotlin.Any?>
|
||||
|
||||
public final fun getRegistrations(): kotlin.js.Promise<kotlin.Array<org.w3c.workers.ServiceWorkerRegistration>>
|
||||
|
||||
public final fun register(scriptURL: kotlin.String, options: org.w3c.workers.RegistrationOptions = ...): kotlin.js.Promise<org.w3c.workers.ServiceWorkerRegistration>
|
||||
|
||||
public final fun startMessages(): kotlin.Unit
|
||||
}
|
||||
|
||||
public abstract external class ServiceWorkerGlobalScope : org.w3c.dom.WorkerGlobalScope {
|
||||
public constructor ServiceWorkerGlobalScope()
|
||||
|
||||
public open val clients: org.w3c.workers.Clients { get; }
|
||||
|
||||
public open var onactivate: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public open var onfetch: ((org.w3c.workers.FetchEvent) -> dynamic)? { get; set; }
|
||||
|
||||
public open var onforeignfetch: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public open var onfunctionalevent: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public open var oninstall: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public open var onmessage: ((org.w3c.dom.MessageEvent) -> dynamic)? { get; set; }
|
||||
|
||||
public open var onnotificationclick: ((org.w3c.notifications.NotificationEvent) -> dynamic)? { get; set; }
|
||||
|
||||
public open var onnotificationclose: ((org.w3c.notifications.NotificationEvent) -> dynamic)? { get; set; }
|
||||
|
||||
public open val registration: org.w3c.workers.ServiceWorkerRegistration { get; }
|
||||
|
||||
public final fun skipWaiting(): kotlin.js.Promise<kotlin.Unit>
|
||||
}
|
||||
|
||||
public open external class ServiceWorkerMessageEvent : org.w3c.dom.events.Event {
|
||||
public constructor ServiceWorkerMessageEvent(type: kotlin.String, eventInitDict: org.w3c.workers.ServiceWorkerMessageEventInit = ...)
|
||||
|
||||
public open val data: kotlin.Any? { get; }
|
||||
|
||||
public open val lastEventId: kotlin.String { get; }
|
||||
|
||||
public open val origin: kotlin.String { get; }
|
||||
|
||||
public open val ports: kotlin.Array<out org.w3c.dom.MessagePort>? { get; }
|
||||
|
||||
public open val source: org.w3c.workers.UnionMessagePortOrServiceWorker? { get; }
|
||||
|
||||
public companion object of ServiceWorkerMessageEvent {
|
||||
public final val AT_TARGET: kotlin.Short { get; }
|
||||
|
||||
public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val NONE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public external interface ServiceWorkerMessageEventInit : org.w3c.dom.EventInit {
|
||||
public open var data: kotlin.Any? { get; set; }
|
||||
|
||||
public open var lastEventId: kotlin.String? { get; set; }
|
||||
|
||||
public open var origin: kotlin.String? { get; set; }
|
||||
|
||||
public open var ports: kotlin.Array<org.w3c.dom.MessagePort>? { get; set; }
|
||||
|
||||
public open var source: org.w3c.workers.UnionMessagePortOrServiceWorker? { get; set; }
|
||||
}
|
||||
|
||||
public abstract external class ServiceWorkerRegistration : org.w3c.dom.events.EventTarget {
|
||||
public constructor ServiceWorkerRegistration()
|
||||
|
||||
public open val APISpace: dynamic { get; }
|
||||
|
||||
public open val active: org.w3c.workers.ServiceWorker? { get; }
|
||||
|
||||
public open val installing: org.w3c.workers.ServiceWorker? { get; }
|
||||
|
||||
public open var onupdatefound: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public open val scope: kotlin.String { get; }
|
||||
|
||||
public open val waiting: org.w3c.workers.ServiceWorker? { get; }
|
||||
|
||||
public final fun getNotifications(filter: org.w3c.notifications.GetNotificationOptions = ...): kotlin.js.Promise<kotlin.Array<org.w3c.notifications.Notification>>
|
||||
|
||||
public final fun methodName(): kotlin.js.Promise<dynamic>
|
||||
|
||||
public final fun showNotification(title: kotlin.String, options: org.w3c.notifications.NotificationOptions = ...): kotlin.js.Promise<kotlin.Unit>
|
||||
|
||||
public final fun unregister(): kotlin.js.Promise<kotlin.Boolean>
|
||||
|
||||
public final fun update(): kotlin.js.Promise<kotlin.Unit>
|
||||
}
|
||||
|
||||
@kotlin.js.JsName(name = "null")
|
||||
public external interface ServiceWorkerState {
|
||||
public companion object of ServiceWorkerState {
|
||||
}
|
||||
}
|
||||
|
||||
public external interface UnionClientOrMessagePortOrServiceWorker {
|
||||
}
|
||||
|
||||
public external interface UnionMessagePortOrServiceWorker {
|
||||
}
|
||||
|
||||
public abstract external class WindowClient : org.w3c.workers.Client {
|
||||
public constructor WindowClient()
|
||||
|
||||
public open val focused: kotlin.Boolean { get; }
|
||||
|
||||
public open val visibilityState: dynamic { get; }
|
||||
|
||||
public final fun focus(): kotlin.js.Promise<org.w3c.workers.WindowClient>
|
||||
|
||||
public final fun navigate(url: kotlin.String): kotlin.js.Promise<org.w3c.workers.WindowClient>
|
||||
}
|
||||
@@ -1,146 +1,146 @@
|
||||
/*∆*/ public val org.w3c.xhr.XMLHttpRequestResponseType.Companion.ARRAYBUFFER: org.w3c.xhr.XMLHttpRequestResponseType { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.xhr.XMLHttpRequestResponseType.Companion.BLOB: org.w3c.xhr.XMLHttpRequestResponseType { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.xhr.XMLHttpRequestResponseType.Companion.DOCUMENT: org.w3c.xhr.XMLHttpRequestResponseType { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.xhr.XMLHttpRequestResponseType.Companion.EMPTY: org.w3c.xhr.XMLHttpRequestResponseType { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.xhr.XMLHttpRequestResponseType.Companion.JSON: org.w3c.xhr.XMLHttpRequestResponseType { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public val org.w3c.xhr.XMLHttpRequestResponseType.Companion.TEXT: org.w3c.xhr.XMLHttpRequestResponseType { get; }
|
||||
/*∆*/
|
||||
/*∆*/ @kotlin.internal.InlineOnly
|
||||
/*∆*/ public inline fun ProgressEventInit(lengthComputable: kotlin.Boolean? = ..., loaded: kotlin.Number? = ..., total: kotlin.Number? = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.xhr.ProgressEventInit
|
||||
/*∆*/
|
||||
/*∆*/ public open external class FormData {
|
||||
/*∆*/ public constructor FormData(form: org.w3c.dom.HTMLFormElement = ...)
|
||||
/*∆*/
|
||||
/*∆*/ public final fun append(name: kotlin.String, value: kotlin.String): kotlin.Unit
|
||||
/*∆*/
|
||||
/*∆*/ public final fun append(name: kotlin.String, value: org.w3c.files.Blob, filename: kotlin.String = ...): kotlin.Unit
|
||||
/*∆*/
|
||||
/*∆*/ public final fun delete(name: kotlin.String): kotlin.Unit
|
||||
/*∆*/
|
||||
/*∆*/ public final fun get(name: kotlin.String): dynamic
|
||||
/*∆*/
|
||||
/*∆*/ public final fun getAll(name: kotlin.String): kotlin.Array<dynamic>
|
||||
/*∆*/
|
||||
/*∆*/ public final fun has(name: kotlin.String): kotlin.Boolean
|
||||
/*∆*/
|
||||
/*∆*/ public final fun set(name: kotlin.String, value: kotlin.String): kotlin.Unit
|
||||
/*∆*/
|
||||
/*∆*/ public final fun set(name: kotlin.String, value: org.w3c.files.Blob, filename: kotlin.String = ...): kotlin.Unit
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public open external class ProgressEvent : org.w3c.dom.events.Event {
|
||||
/*∆*/ public constructor ProgressEvent(type: kotlin.String, eventInitDict: org.w3c.xhr.ProgressEventInit = ...)
|
||||
/*∆*/
|
||||
/*∆*/ public open val lengthComputable: kotlin.Boolean { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val loaded: kotlin.Number { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val total: kotlin.Number { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public companion object of ProgressEvent {
|
||||
/*∆*/ public final val AT_TARGET: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val NONE: kotlin.Short { get; }
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public external interface ProgressEventInit : org.w3c.dom.EventInit {
|
||||
/*∆*/ public open var lengthComputable: kotlin.Boolean? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var loaded: kotlin.Number? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var total: kotlin.Number? { get; set; }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public open external class XMLHttpRequest : org.w3c.xhr.XMLHttpRequestEventTarget {
|
||||
/*∆*/ public constructor XMLHttpRequest()
|
||||
/*∆*/
|
||||
/*∆*/ public final var onreadystatechange: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val readyState: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val response: kotlin.Any? { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val responseText: kotlin.String { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final var responseType: org.w3c.xhr.XMLHttpRequestResponseType { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val responseURL: kotlin.String { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val responseXML: org.w3c.dom.Document? { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val status: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val statusText: kotlin.String { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final var timeout: kotlin.Int { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open val upload: org.w3c.xhr.XMLHttpRequestUpload { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final var withCredentials: kotlin.Boolean { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public final fun abort(): kotlin.Unit
|
||||
/*∆*/
|
||||
/*∆*/ public final fun getAllResponseHeaders(): kotlin.String
|
||||
/*∆*/
|
||||
/*∆*/ public final fun getResponseHeader(name: kotlin.String): kotlin.String?
|
||||
/*∆*/
|
||||
/*∆*/ public final fun open(method: kotlin.String, url: kotlin.String): kotlin.Unit
|
||||
/*∆*/
|
||||
/*∆*/ public final fun open(method: kotlin.String, url: kotlin.String, async: kotlin.Boolean, username: kotlin.String? = ..., password: kotlin.String? = ...): kotlin.Unit
|
||||
/*∆*/
|
||||
/*∆*/ public final fun overrideMimeType(mime: kotlin.String): kotlin.Unit
|
||||
/*∆*/
|
||||
/*∆*/ public final fun send(body: dynamic = ...): kotlin.Unit
|
||||
/*∆*/
|
||||
/*∆*/ public final fun setRequestHeader(name: kotlin.String, value: kotlin.String): kotlin.Unit
|
||||
/*∆*/
|
||||
/*∆*/ public companion object of XMLHttpRequest {
|
||||
/*∆*/ public final val DONE: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val HEADERS_RECEIVED: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val LOADING: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val OPENED: kotlin.Short { get; }
|
||||
/*∆*/
|
||||
/*∆*/ public final val UNSENT: kotlin.Short { get; }
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public abstract external class XMLHttpRequestEventTarget : org.w3c.dom.events.EventTarget {
|
||||
/*∆*/ public constructor XMLHttpRequestEventTarget()
|
||||
/*∆*/
|
||||
/*∆*/ public open var onabort: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var onerror: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var onload: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var onloadend: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var onloadstart: ((org.w3c.xhr.ProgressEvent) -> dynamic)? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ public open var onprogress: ((org.w3c.xhr.ProgressEvent) -> dynamic)? { get; set; }
|
||||
/*∆*/
|
||||
/*∆*/ 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 {
|
||||
/*∆*/ }
|
||||
/*∆*/ }
|
||||
/*∆*/
|
||||
/*∆*/ public abstract external class XMLHttpRequestUpload : org.w3c.xhr.XMLHttpRequestEventTarget {
|
||||
/*∆*/ public constructor XMLHttpRequestUpload()
|
||||
/*∆*/ }
|
||||
public val org.w3c.xhr.XMLHttpRequestResponseType.Companion.ARRAYBUFFER: org.w3c.xhr.XMLHttpRequestResponseType { get; }
|
||||
|
||||
public val org.w3c.xhr.XMLHttpRequestResponseType.Companion.BLOB: org.w3c.xhr.XMLHttpRequestResponseType { get; }
|
||||
|
||||
public val org.w3c.xhr.XMLHttpRequestResponseType.Companion.DOCUMENT: org.w3c.xhr.XMLHttpRequestResponseType { get; }
|
||||
|
||||
public val org.w3c.xhr.XMLHttpRequestResponseType.Companion.EMPTY: org.w3c.xhr.XMLHttpRequestResponseType { get; }
|
||||
|
||||
public val org.w3c.xhr.XMLHttpRequestResponseType.Companion.JSON: org.w3c.xhr.XMLHttpRequestResponseType { get; }
|
||||
|
||||
public val org.w3c.xhr.XMLHttpRequestResponseType.Companion.TEXT: org.w3c.xhr.XMLHttpRequestResponseType { get; }
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun ProgressEventInit(lengthComputable: kotlin.Boolean? = ..., loaded: kotlin.Number? = ..., total: kotlin.Number? = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.xhr.ProgressEventInit
|
||||
|
||||
public open external class FormData {
|
||||
public constructor FormData(form: org.w3c.dom.HTMLFormElement = ...)
|
||||
|
||||
public final fun append(name: kotlin.String, value: kotlin.String): kotlin.Unit
|
||||
|
||||
public final fun append(name: kotlin.String, value: org.w3c.files.Blob, filename: kotlin.String = ...): kotlin.Unit
|
||||
|
||||
public final fun delete(name: kotlin.String): kotlin.Unit
|
||||
|
||||
public final fun get(name: kotlin.String): dynamic
|
||||
|
||||
public final fun getAll(name: kotlin.String): kotlin.Array<dynamic>
|
||||
|
||||
public final fun has(name: kotlin.String): kotlin.Boolean
|
||||
|
||||
public final fun set(name: kotlin.String, value: kotlin.String): kotlin.Unit
|
||||
|
||||
public final fun set(name: kotlin.String, value: org.w3c.files.Blob, filename: kotlin.String = ...): kotlin.Unit
|
||||
}
|
||||
|
||||
public open external class ProgressEvent : org.w3c.dom.events.Event {
|
||||
public constructor ProgressEvent(type: kotlin.String, eventInitDict: org.w3c.xhr.ProgressEventInit = ...)
|
||||
|
||||
public open val lengthComputable: kotlin.Boolean { get; }
|
||||
|
||||
public open val loaded: kotlin.Number { get; }
|
||||
|
||||
public open val total: kotlin.Number { get; }
|
||||
|
||||
public companion object of ProgressEvent {
|
||||
public final val AT_TARGET: kotlin.Short { get; }
|
||||
|
||||
public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val NONE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public external interface ProgressEventInit : org.w3c.dom.EventInit {
|
||||
public open var lengthComputable: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var loaded: kotlin.Number? { get; set; }
|
||||
|
||||
public open var total: kotlin.Number? { get; set; }
|
||||
}
|
||||
|
||||
public open external class XMLHttpRequest : org.w3c.xhr.XMLHttpRequestEventTarget {
|
||||
public constructor XMLHttpRequest()
|
||||
|
||||
public final var onreadystatechange: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public open val readyState: kotlin.Short { get; }
|
||||
|
||||
public open val response: kotlin.Any? { get; }
|
||||
|
||||
public open val responseText: kotlin.String { get; }
|
||||
|
||||
public final var responseType: org.w3c.xhr.XMLHttpRequestResponseType { get; set; }
|
||||
|
||||
public open val responseURL: kotlin.String { get; }
|
||||
|
||||
public open val responseXML: org.w3c.dom.Document? { get; }
|
||||
|
||||
public open val status: kotlin.Short { get; }
|
||||
|
||||
public open val statusText: kotlin.String { get; }
|
||||
|
||||
public final var timeout: kotlin.Int { get; set; }
|
||||
|
||||
public open val upload: org.w3c.xhr.XMLHttpRequestUpload { get; }
|
||||
|
||||
public final var withCredentials: kotlin.Boolean { get; set; }
|
||||
|
||||
public final fun abort(): kotlin.Unit
|
||||
|
||||
public final fun getAllResponseHeaders(): kotlin.String
|
||||
|
||||
public final fun getResponseHeader(name: kotlin.String): kotlin.String?
|
||||
|
||||
public final fun open(method: kotlin.String, url: kotlin.String): kotlin.Unit
|
||||
|
||||
public final fun open(method: kotlin.String, url: kotlin.String, async: kotlin.Boolean, username: kotlin.String? = ..., password: kotlin.String? = ...): kotlin.Unit
|
||||
|
||||
public final fun overrideMimeType(mime: kotlin.String): kotlin.Unit
|
||||
|
||||
public final fun send(body: dynamic = ...): kotlin.Unit
|
||||
|
||||
public final fun setRequestHeader(name: kotlin.String, value: kotlin.String): kotlin.Unit
|
||||
|
||||
public companion object of XMLHttpRequest {
|
||||
public final val DONE: kotlin.Short { get; }
|
||||
|
||||
public final val HEADERS_RECEIVED: kotlin.Short { get; }
|
||||
|
||||
public final val LOADING: kotlin.Short { get; }
|
||||
|
||||
public final val OPENED: kotlin.Short { get; }
|
||||
|
||||
public final val UNSENT: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public abstract external class XMLHttpRequestEventTarget : org.w3c.dom.events.EventTarget {
|
||||
public constructor XMLHttpRequestEventTarget()
|
||||
|
||||
public open var onabort: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public open var onerror: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public open var onload: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public open var onloadend: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public open var onloadstart: ((org.w3c.xhr.ProgressEvent) -> dynamic)? { get; set; }
|
||||
|
||||
public open var onprogress: ((org.w3c.xhr.ProgressEvent) -> dynamic)? { get; set; }
|
||||
|
||||
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 {
|
||||
}
|
||||
}
|
||||
|
||||
public abstract external class XMLHttpRequestUpload : org.w3c.xhr.XMLHttpRequestEventTarget {
|
||||
public constructor XMLHttpRequestUpload()
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
@kotlin.Deprecated(message = "This API is moved to another package, use 'kotlinx.browser.document' instead.", replaceWith = kotlin.ReplaceWith(expression = "document", imports = {"kotlinx.browser.document"}))
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@kotlin.DeprecatedSinceKotlin(errorSince = "1.6", warningSince = "1.4")
|
||||
public external val document: org.w3c.dom.Document { get; }
|
||||
|
||||
@kotlin.Deprecated(message = "This API is moved to another package, use 'kotlinx.browser.localStorage' instead.", replaceWith = kotlin.ReplaceWith(expression = "localStorage", imports = {"kotlinx.browser.localStorage"}))
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@kotlin.DeprecatedSinceKotlin(errorSince = "1.6", warningSince = "1.4")
|
||||
public external val localStorage: org.w3c.dom.Storage { get; }
|
||||
|
||||
@kotlin.Deprecated(message = "This API is moved to another package, use 'kotlinx.browser.sessionStorage' instead.", replaceWith = kotlin.ReplaceWith(expression = "sessionStorage", imports = {"kotlinx.browser.sessionStorage"}))
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@kotlin.DeprecatedSinceKotlin(errorSince = "1.6", warningSince = "1.4")
|
||||
public external val sessionStorage: org.w3c.dom.Storage { get; }
|
||||
|
||||
@kotlin.Deprecated(message = "This API is moved to another package, use 'kotlinx.browser.window' instead.", replaceWith = kotlin.ReplaceWith(expression = "window", imports = {"kotlinx.browser.window"}))
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@kotlin.DeprecatedSinceKotlin(errorSince = "1.6", warningSince = "1.4")
|
||||
public external val window: org.w3c.dom.Window { get; }
|
||||
@@ -0,0 +1,44 @@
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@kotlin.Deprecated(message = "This API is moved to another package, use 'kotlinx.dom.isElement' instead.", replaceWith = kotlin.ReplaceWith(expression = "this.isElement", imports = {"kotlinx.dom.isElement"}))
|
||||
@kotlin.DeprecatedSinceKotlin(errorSince = "1.6", warningSince = "1.4")
|
||||
public val org.w3c.dom.Node.isElement: kotlin.Boolean { get; }
|
||||
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@kotlin.Deprecated(message = "This API is moved to another package, use 'kotlinx.dom.isText' instead.", replaceWith = kotlin.ReplaceWith(expression = "this.isText", imports = {"kotlinx.dom.isText"}))
|
||||
@kotlin.DeprecatedSinceKotlin(errorSince = "1.6", warningSince = "1.4")
|
||||
public val org.w3c.dom.Node.isText: kotlin.Boolean { get; }
|
||||
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@kotlin.Deprecated(message = "This API is moved to another package, use 'kotlinx.dom.addClass' instead.", replaceWith = kotlin.ReplaceWith(expression = "this.addClass(cssClasses)", imports = {"kotlinx.dom.addClass"}))
|
||||
@kotlin.DeprecatedSinceKotlin(errorSince = "1.6", warningSince = "1.4")
|
||||
public inline fun org.w3c.dom.Element.addClass(vararg cssClasses: kotlin.String): kotlin.Boolean
|
||||
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@kotlin.Deprecated(message = "This API is moved to another package, use 'kotlinx.dom.appendElement' instead.", replaceWith = kotlin.ReplaceWith(expression = "this.appendElement(name, init)", imports = {"kotlinx.dom.appendElement"}))
|
||||
@kotlin.DeprecatedSinceKotlin(errorSince = "1.6", warningSince = "1.4")
|
||||
public inline fun org.w3c.dom.Element.appendElement(name: kotlin.String, noinline init: org.w3c.dom.Element.() -> kotlin.Unit): org.w3c.dom.Element
|
||||
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@kotlin.Deprecated(message = "This API is moved to another package, use 'kotlinx.dom.appendText' instead.", replaceWith = kotlin.ReplaceWith(expression = "this.appendText(text)", imports = {"kotlinx.dom.appendText"}))
|
||||
@kotlin.DeprecatedSinceKotlin(errorSince = "1.6", warningSince = "1.4")
|
||||
public inline fun org.w3c.dom.Element.appendText(text: kotlin.String): org.w3c.dom.Element
|
||||
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@kotlin.Deprecated(message = "This API is moved to another package, use 'kotlinx.dom.clear' instead.", replaceWith = kotlin.ReplaceWith(expression = "this.clear()", imports = {"kotlinx.dom.clear"}))
|
||||
@kotlin.DeprecatedSinceKotlin(errorSince = "1.6", warningSince = "1.4")
|
||||
public inline fun org.w3c.dom.Node.clear(): kotlin.Unit
|
||||
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@kotlin.Deprecated(message = "This API is moved to another package, use 'kotlinx.dom.createElement' instead.", replaceWith = kotlin.ReplaceWith(expression = "this.createElement(name, init)", imports = {"kotlinx.dom.createElement"}))
|
||||
@kotlin.DeprecatedSinceKotlin(errorSince = "1.6", warningSince = "1.4")
|
||||
public inline fun org.w3c.dom.Document.createElement(name: kotlin.String, noinline init: org.w3c.dom.Element.() -> kotlin.Unit): org.w3c.dom.Element
|
||||
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@kotlin.Deprecated(message = "This API is moved to another package, use 'kotlinx.dom.hasClass' instead.", replaceWith = kotlin.ReplaceWith(expression = "this.hasClass(cssClass)", imports = {"kotlinx.dom.hasClass"}))
|
||||
@kotlin.DeprecatedSinceKotlin(errorSince = "1.6", warningSince = "1.4")
|
||||
public inline fun org.w3c.dom.Element.hasClass(cssClass: kotlin.String): kotlin.Boolean
|
||||
|
||||
@kotlin.internal.LowPriorityInOverloadResolution
|
||||
@kotlin.Deprecated(message = "This API is moved to another package, use 'kotlinx.dom.removeClass' instead.", replaceWith = kotlin.ReplaceWith(expression = "this.removeClass(cssClasses)", imports = {"kotlinx.dom.removeClass"}))
|
||||
@kotlin.DeprecatedSinceKotlin(errorSince = "1.6", warningSince = "1.4")
|
||||
public inline fun org.w3c.dom.Element.removeClass(vararg cssClasses: kotlin.String): kotlin.Boolean
|
||||
@@ -3358,4 +3358,4 @@ public open class UnsupportedOperationException : kotlin.RuntimeException {
|
||||
public constructor UnsupportedOperationException(message: kotlin.String?, cause: kotlin.Throwable?)
|
||||
|
||||
public constructor UnsupportedOperationException(cause: kotlin.Throwable?)
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
@kotlin.SinceKotlin(version = "1.4")
|
||||
public external val document: org.w3c.dom.Document { get; }
|
||||
|
||||
@kotlin.SinceKotlin(version = "1.4")
|
||||
public external val localStorage: org.w3c.dom.Storage { get; }
|
||||
|
||||
@kotlin.SinceKotlin(version = "1.4")
|
||||
public external val sessionStorage: org.w3c.dom.Storage { get; }
|
||||
|
||||
@kotlin.SinceKotlin(version = "1.4")
|
||||
public external val window: org.w3c.dom.Window { get; }
|
||||
@@ -0,0 +1,26 @@
|
||||
@kotlin.SinceKotlin(version = "1.4")
|
||||
public val org.w3c.dom.Node.isElement: kotlin.Boolean { get; }
|
||||
|
||||
@kotlin.SinceKotlin(version = "1.4")
|
||||
public val org.w3c.dom.Node.isText: kotlin.Boolean { get; }
|
||||
|
||||
@kotlin.SinceKotlin(version = "1.4")
|
||||
public fun org.w3c.dom.Element.addClass(vararg cssClasses: kotlin.String): kotlin.Boolean
|
||||
|
||||
@kotlin.SinceKotlin(version = "1.4")
|
||||
public fun org.w3c.dom.Element.appendElement(name: kotlin.String, init: org.w3c.dom.Element.() -> kotlin.Unit): org.w3c.dom.Element
|
||||
|
||||
@kotlin.SinceKotlin(version = "1.4")
|
||||
public fun org.w3c.dom.Element.appendText(text: kotlin.String): org.w3c.dom.Element
|
||||
|
||||
@kotlin.SinceKotlin(version = "1.4")
|
||||
public fun org.w3c.dom.Node.clear(): kotlin.Unit
|
||||
|
||||
@kotlin.SinceKotlin(version = "1.4")
|
||||
public fun org.w3c.dom.Document.createElement(name: kotlin.String, init: org.w3c.dom.Element.() -> kotlin.Unit): org.w3c.dom.Element
|
||||
|
||||
@kotlin.SinceKotlin(version = "1.4")
|
||||
public fun org.w3c.dom.Element.hasClass(cssClass: kotlin.String): kotlin.Boolean
|
||||
|
||||
@kotlin.SinceKotlin(version = "1.4")
|
||||
public fun org.w3c.dom.Element.removeClass(vararg cssClasses: kotlin.String): kotlin.Boolean
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,111 @@
|
||||
public abstract external class SVGClipPathElement : org.w3c.dom.svg.SVGElement, org.w3c.dom.svg.SVGUnitTypes {
|
||||
public constructor SVGClipPathElement()
|
||||
|
||||
public open val clipPathUnits: org.w3c.dom.svg.SVGAnimatedEnumeration { get; }
|
||||
|
||||
public open val transform: org.w3c.dom.svg.SVGAnimatedTransformList { get; }
|
||||
|
||||
public companion object of SVGClipPathElement {
|
||||
public final val ATTRIBUTE_NODE: kotlin.Short { get; }
|
||||
|
||||
public final val CDATA_SECTION_NODE: kotlin.Short { get; }
|
||||
|
||||
public final val COMMENT_NODE: kotlin.Short { get; }
|
||||
|
||||
public final val DOCUMENT_FRAGMENT_NODE: kotlin.Short { get; }
|
||||
|
||||
public final val DOCUMENT_NODE: kotlin.Short { get; }
|
||||
|
||||
public final val DOCUMENT_POSITION_CONTAINED_BY: kotlin.Short { get; }
|
||||
|
||||
public final val DOCUMENT_POSITION_CONTAINS: kotlin.Short { get; }
|
||||
|
||||
public final val DOCUMENT_POSITION_DISCONNECTED: kotlin.Short { get; }
|
||||
|
||||
public final val DOCUMENT_POSITION_FOLLOWING: kotlin.Short { get; }
|
||||
|
||||
public final val DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: kotlin.Short { get; }
|
||||
|
||||
public final val DOCUMENT_POSITION_PRECEDING: kotlin.Short { get; }
|
||||
|
||||
public final val DOCUMENT_TYPE_NODE: kotlin.Short { get; }
|
||||
|
||||
public final val ELEMENT_NODE: kotlin.Short { get; }
|
||||
|
||||
public final val ENTITY_NODE: kotlin.Short { get; }
|
||||
|
||||
public final val ENTITY_REFERENCE_NODE: kotlin.Short { get; }
|
||||
|
||||
public final val NOTATION_NODE: kotlin.Short { get; }
|
||||
|
||||
public final val PROCESSING_INSTRUCTION_NODE: kotlin.Short { get; }
|
||||
|
||||
public final val SVG_UNIT_TYPE_OBJECTBOUNDINGBOX: kotlin.Short { get; }
|
||||
|
||||
public final val SVG_UNIT_TYPE_UNKNOWN: kotlin.Short { get; }
|
||||
|
||||
public final val SVG_UNIT_TYPE_USERSPACEONUSE: kotlin.Short { get; }
|
||||
|
||||
public final val TEXT_NODE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public abstract external class SVGMaskElement : org.w3c.dom.svg.SVGElement, org.w3c.dom.svg.SVGUnitTypes {
|
||||
public constructor SVGMaskElement()
|
||||
|
||||
public open val height: org.w3c.dom.svg.SVGAnimatedLength { get; }
|
||||
|
||||
public open val maskContentUnits: org.w3c.dom.svg.SVGAnimatedEnumeration { get; }
|
||||
|
||||
public open val maskUnits: org.w3c.dom.svg.SVGAnimatedEnumeration { get; }
|
||||
|
||||
public open val width: org.w3c.dom.svg.SVGAnimatedLength { get; }
|
||||
|
||||
public open val x: org.w3c.dom.svg.SVGAnimatedLength { get; }
|
||||
|
||||
public open val y: org.w3c.dom.svg.SVGAnimatedLength { get; }
|
||||
|
||||
public companion object of SVGMaskElement {
|
||||
public final val ATTRIBUTE_NODE: kotlin.Short { get; }
|
||||
|
||||
public final val CDATA_SECTION_NODE: kotlin.Short { get; }
|
||||
|
||||
public final val COMMENT_NODE: kotlin.Short { get; }
|
||||
|
||||
public final val DOCUMENT_FRAGMENT_NODE: kotlin.Short { get; }
|
||||
|
||||
public final val DOCUMENT_NODE: kotlin.Short { get; }
|
||||
|
||||
public final val DOCUMENT_POSITION_CONTAINED_BY: kotlin.Short { get; }
|
||||
|
||||
public final val DOCUMENT_POSITION_CONTAINS: kotlin.Short { get; }
|
||||
|
||||
public final val DOCUMENT_POSITION_DISCONNECTED: kotlin.Short { get; }
|
||||
|
||||
public final val DOCUMENT_POSITION_FOLLOWING: kotlin.Short { get; }
|
||||
|
||||
public final val DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: kotlin.Short { get; }
|
||||
|
||||
public final val DOCUMENT_POSITION_PRECEDING: kotlin.Short { get; }
|
||||
|
||||
public final val DOCUMENT_TYPE_NODE: kotlin.Short { get; }
|
||||
|
||||
public final val ELEMENT_NODE: kotlin.Short { get; }
|
||||
|
||||
public final val ENTITY_NODE: kotlin.Short { get; }
|
||||
|
||||
public final val ENTITY_REFERENCE_NODE: kotlin.Short { get; }
|
||||
|
||||
public final val NOTATION_NODE: kotlin.Short { get; }
|
||||
|
||||
public final val PROCESSING_INSTRUCTION_NODE: kotlin.Short { get; }
|
||||
|
||||
public final val SVG_UNIT_TYPE_OBJECTBOUNDINGBOX: kotlin.Short { get; }
|
||||
|
||||
public final val SVG_UNIT_TYPE_UNKNOWN: kotlin.Short { get; }
|
||||
|
||||
public final val SVG_UNIT_TYPE_USERSPACEONUSE: kotlin.Short { get; }
|
||||
|
||||
public final val TEXT_NODE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,41 @@
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun ClipboardEventInit(clipboardData: org.w3c.dom.DataTransfer? = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.dom.clipboard.ClipboardEventInit
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun ClipboardPermissionDescriptor(allowWithoutGesture: kotlin.Boolean? = ...): org.w3c.dom.clipboard.ClipboardPermissionDescriptor
|
||||
|
||||
public abstract external class Clipboard : org.w3c.dom.events.EventTarget {
|
||||
public constructor Clipboard()
|
||||
|
||||
public final fun read(): kotlin.js.Promise<org.w3c.dom.DataTransfer>
|
||||
|
||||
public final fun readText(): kotlin.js.Promise<kotlin.String>
|
||||
|
||||
public final fun write(data: org.w3c.dom.DataTransfer): kotlin.js.Promise<kotlin.Unit>
|
||||
|
||||
public final fun writeText(data: kotlin.String): kotlin.js.Promise<kotlin.Unit>
|
||||
}
|
||||
|
||||
public open external class ClipboardEvent : org.w3c.dom.events.Event {
|
||||
public constructor ClipboardEvent(type: kotlin.String, eventInitDict: org.w3c.dom.clipboard.ClipboardEventInit = ...)
|
||||
|
||||
public open val clipboardData: org.w3c.dom.DataTransfer? { get; }
|
||||
|
||||
public companion object of ClipboardEvent {
|
||||
public final val AT_TARGET: kotlin.Short { get; }
|
||||
|
||||
public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val NONE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public external interface ClipboardEventInit : org.w3c.dom.EventInit {
|
||||
public open var clipboardData: org.w3c.dom.DataTransfer? { get; set; }
|
||||
}
|
||||
|
||||
public external interface ClipboardPermissionDescriptor {
|
||||
public open var allowWithoutGesture: kotlin.Boolean? { get; set; }
|
||||
}
|
||||
@@ -0,0 +1,774 @@
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline operator fun org.w3c.dom.css.CSSRuleList.get(index: kotlin.Int): org.w3c.dom.css.CSSRule?
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline operator fun org.w3c.dom.css.CSSStyleDeclaration.get(index: kotlin.Int): kotlin.String?
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline operator fun org.w3c.dom.css.MediaList.get(index: kotlin.Int): kotlin.String?
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline operator fun org.w3c.dom.css.StyleSheetList.get(index: kotlin.Int): org.w3c.dom.css.StyleSheet?
|
||||
|
||||
public abstract external class CSS {
|
||||
public constructor CSS()
|
||||
|
||||
public companion object of CSS {
|
||||
public final fun escape(ident: kotlin.String): kotlin.String
|
||||
}
|
||||
}
|
||||
|
||||
public abstract external class CSSGroupingRule : org.w3c.dom.css.CSSRule {
|
||||
public constructor CSSGroupingRule()
|
||||
|
||||
public open val cssRules: org.w3c.dom.css.CSSRuleList { get; }
|
||||
|
||||
public final fun deleteRule(index: kotlin.Int): kotlin.Unit
|
||||
|
||||
public final fun insertRule(rule: kotlin.String, index: kotlin.Int): kotlin.Int
|
||||
|
||||
public companion object of CSSGroupingRule {
|
||||
public final val CHARSET_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val FONT_FACE_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val IMPORT_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val MARGIN_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val MEDIA_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val NAMESPACE_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val PAGE_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val STYLE_RULE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public abstract external class CSSImportRule : org.w3c.dom.css.CSSRule {
|
||||
public constructor CSSImportRule()
|
||||
|
||||
public open val href: kotlin.String { get; }
|
||||
|
||||
public open val media: org.w3c.dom.css.MediaList { get; }
|
||||
|
||||
public open val styleSheet: org.w3c.dom.css.CSSStyleSheet { get; }
|
||||
|
||||
public companion object of CSSImportRule {
|
||||
public final val CHARSET_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val FONT_FACE_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val IMPORT_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val MARGIN_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val MEDIA_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val NAMESPACE_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val PAGE_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val STYLE_RULE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public abstract external class CSSMarginRule : org.w3c.dom.css.CSSRule {
|
||||
public constructor CSSMarginRule()
|
||||
|
||||
public open val name: kotlin.String { get; }
|
||||
|
||||
public open val style: org.w3c.dom.css.CSSStyleDeclaration { get; }
|
||||
|
||||
public companion object of CSSMarginRule {
|
||||
public final val CHARSET_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val FONT_FACE_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val IMPORT_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val MARGIN_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val MEDIA_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val NAMESPACE_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val PAGE_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val STYLE_RULE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public abstract external class CSSMediaRule : org.w3c.dom.css.CSSGroupingRule {
|
||||
public constructor CSSMediaRule()
|
||||
|
||||
public open val media: org.w3c.dom.css.MediaList { get; }
|
||||
|
||||
public companion object of CSSMediaRule {
|
||||
public final val CHARSET_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val FONT_FACE_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val IMPORT_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val MARGIN_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val MEDIA_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val NAMESPACE_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val PAGE_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val STYLE_RULE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public abstract external class CSSNamespaceRule : org.w3c.dom.css.CSSRule {
|
||||
public constructor CSSNamespaceRule()
|
||||
|
||||
public open val namespaceURI: kotlin.String { get; }
|
||||
|
||||
public open val prefix: kotlin.String { get; }
|
||||
|
||||
public companion object of CSSNamespaceRule {
|
||||
public final val CHARSET_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val FONT_FACE_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val IMPORT_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val MARGIN_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val MEDIA_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val NAMESPACE_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val PAGE_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val STYLE_RULE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public abstract external class CSSPageRule : org.w3c.dom.css.CSSGroupingRule {
|
||||
public constructor CSSPageRule()
|
||||
|
||||
public open var selectorText: kotlin.String { get; set; }
|
||||
|
||||
public open val style: org.w3c.dom.css.CSSStyleDeclaration { get; }
|
||||
|
||||
public companion object of CSSPageRule {
|
||||
public final val CHARSET_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val FONT_FACE_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val IMPORT_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val MARGIN_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val MEDIA_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val NAMESPACE_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val PAGE_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val STYLE_RULE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public abstract external class CSSRule {
|
||||
public constructor CSSRule()
|
||||
|
||||
public open var cssText: kotlin.String { get; set; }
|
||||
|
||||
public open val parentRule: org.w3c.dom.css.CSSRule? { get; }
|
||||
|
||||
public open val parentStyleSheet: org.w3c.dom.css.CSSStyleSheet? { get; }
|
||||
|
||||
public open val type: kotlin.Short { get; }
|
||||
|
||||
public companion object of CSSRule {
|
||||
public final val CHARSET_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val FONT_FACE_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val IMPORT_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val MARGIN_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val MEDIA_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val NAMESPACE_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val PAGE_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val STYLE_RULE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public abstract external class CSSRuleList : org.w3c.dom.ItemArrayLike<org.w3c.dom.css.CSSRule> {
|
||||
public constructor CSSRuleList()
|
||||
|
||||
public open override fun item(index: kotlin.Int): org.w3c.dom.css.CSSRule?
|
||||
}
|
||||
|
||||
public abstract external class CSSStyleDeclaration : org.w3c.dom.ItemArrayLike<kotlin.String> {
|
||||
public constructor CSSStyleDeclaration()
|
||||
|
||||
public open var _camel_cased_attribute: kotlin.String { get; set; }
|
||||
|
||||
public open var _dashed_attribute: kotlin.String { get; set; }
|
||||
|
||||
public open var _webkit_cased_attribute: kotlin.String { get; set; }
|
||||
|
||||
public open var alignContent: kotlin.String { get; set; }
|
||||
|
||||
public open var alignItems: kotlin.String { get; set; }
|
||||
|
||||
public open var alignSelf: kotlin.String { get; set; }
|
||||
|
||||
public open var animation: kotlin.String { get; set; }
|
||||
|
||||
public open var animationDelay: kotlin.String { get; set; }
|
||||
|
||||
public open var animationDirection: kotlin.String { get; set; }
|
||||
|
||||
public open var animationDuration: kotlin.String { get; set; }
|
||||
|
||||
public open var animationFillMode: kotlin.String { get; set; }
|
||||
|
||||
public open var animationIterationCount: kotlin.String { get; set; }
|
||||
|
||||
public open var animationName: kotlin.String { get; set; }
|
||||
|
||||
public open var animationPlayState: kotlin.String { get; set; }
|
||||
|
||||
public open var animationTimingFunction: kotlin.String { get; set; }
|
||||
|
||||
public open var backfaceVisibility: kotlin.String { get; set; }
|
||||
|
||||
public open var background: kotlin.String { get; set; }
|
||||
|
||||
public open var backgroundAttachment: kotlin.String { get; set; }
|
||||
|
||||
public open var backgroundClip: kotlin.String { get; set; }
|
||||
|
||||
public open var backgroundColor: kotlin.String { get; set; }
|
||||
|
||||
public open var backgroundImage: kotlin.String { get; set; }
|
||||
|
||||
public open var backgroundOrigin: kotlin.String { get; set; }
|
||||
|
||||
public open var backgroundPosition: kotlin.String { get; set; }
|
||||
|
||||
public open var backgroundRepeat: kotlin.String { get; set; }
|
||||
|
||||
public open var backgroundSize: kotlin.String { get; set; }
|
||||
|
||||
public open var border: kotlin.String { get; set; }
|
||||
|
||||
public open var borderBottom: kotlin.String { get; set; }
|
||||
|
||||
public open var borderBottomColor: kotlin.String { get; set; }
|
||||
|
||||
public open var borderBottomLeftRadius: kotlin.String { get; set; }
|
||||
|
||||
public open var borderBottomRightRadius: kotlin.String { get; set; }
|
||||
|
||||
public open var borderBottomStyle: kotlin.String { get; set; }
|
||||
|
||||
public open var borderBottomWidth: kotlin.String { get; set; }
|
||||
|
||||
public open var borderCollapse: kotlin.String { get; set; }
|
||||
|
||||
public open var borderColor: kotlin.String { get; set; }
|
||||
|
||||
public open var borderImage: kotlin.String { get; set; }
|
||||
|
||||
public open var borderImageOutset: kotlin.String { get; set; }
|
||||
|
||||
public open var borderImageRepeat: kotlin.String { get; set; }
|
||||
|
||||
public open var borderImageSlice: kotlin.String { get; set; }
|
||||
|
||||
public open var borderImageSource: kotlin.String { get; set; }
|
||||
|
||||
public open var borderImageWidth: kotlin.String { get; set; }
|
||||
|
||||
public open var borderLeft: kotlin.String { get; set; }
|
||||
|
||||
public open var borderLeftColor: kotlin.String { get; set; }
|
||||
|
||||
public open var borderLeftStyle: kotlin.String { get; set; }
|
||||
|
||||
public open var borderLeftWidth: kotlin.String { get; set; }
|
||||
|
||||
public open var borderRadius: kotlin.String { get; set; }
|
||||
|
||||
public open var borderRight: kotlin.String { get; set; }
|
||||
|
||||
public open var borderRightColor: kotlin.String { get; set; }
|
||||
|
||||
public open var borderRightStyle: kotlin.String { get; set; }
|
||||
|
||||
public open var borderRightWidth: kotlin.String { get; set; }
|
||||
|
||||
public open var borderSpacing: kotlin.String { get; set; }
|
||||
|
||||
public open var borderStyle: kotlin.String { get; set; }
|
||||
|
||||
public open var borderTop: kotlin.String { get; set; }
|
||||
|
||||
public open var borderTopColor: kotlin.String { get; set; }
|
||||
|
||||
public open var borderTopLeftRadius: kotlin.String { get; set; }
|
||||
|
||||
public open var borderTopRightRadius: kotlin.String { get; set; }
|
||||
|
||||
public open var borderTopStyle: kotlin.String { get; set; }
|
||||
|
||||
public open var borderTopWidth: kotlin.String { get; set; }
|
||||
|
||||
public open var borderWidth: kotlin.String { get; set; }
|
||||
|
||||
public open var bottom: kotlin.String { get; set; }
|
||||
|
||||
public open var boxDecorationBreak: kotlin.String { get; set; }
|
||||
|
||||
public open var boxShadow: kotlin.String { get; set; }
|
||||
|
||||
public open var boxSizing: kotlin.String { get; set; }
|
||||
|
||||
public open var breakAfter: kotlin.String { get; set; }
|
||||
|
||||
public open var breakBefore: kotlin.String { get; set; }
|
||||
|
||||
public open var breakInside: kotlin.String { get; set; }
|
||||
|
||||
public open var captionSide: kotlin.String { get; set; }
|
||||
|
||||
public open var clear: kotlin.String { get; set; }
|
||||
|
||||
public open var clip: kotlin.String { get; set; }
|
||||
|
||||
public open var color: kotlin.String { get; set; }
|
||||
|
||||
public open var columnCount: kotlin.String { get; set; }
|
||||
|
||||
public open var columnFill: kotlin.String { get; set; }
|
||||
|
||||
public open var columnGap: kotlin.String { get; set; }
|
||||
|
||||
public open var columnRule: kotlin.String { get; set; }
|
||||
|
||||
public open var columnRuleColor: kotlin.String { get; set; }
|
||||
|
||||
public open var columnRuleStyle: kotlin.String { get; set; }
|
||||
|
||||
public open var columnRuleWidth: kotlin.String { get; set; }
|
||||
|
||||
public open var columnSpan: kotlin.String { get; set; }
|
||||
|
||||
public open var columnWidth: kotlin.String { get; set; }
|
||||
|
||||
public open var columns: kotlin.String { get; set; }
|
||||
|
||||
public open var content: kotlin.String { get; set; }
|
||||
|
||||
public open var counterIncrement: kotlin.String { get; set; }
|
||||
|
||||
public open var counterReset: kotlin.String { get; set; }
|
||||
|
||||
public open var cssFloat: kotlin.String { get; set; }
|
||||
|
||||
public open var cssText: kotlin.String { get; set; }
|
||||
|
||||
public open var cursor: kotlin.String { get; set; }
|
||||
|
||||
public open var direction: kotlin.String { get; set; }
|
||||
|
||||
public open var display: kotlin.String { get; set; }
|
||||
|
||||
public open var emptyCells: kotlin.String { get; set; }
|
||||
|
||||
public open var filter: kotlin.String { get; set; }
|
||||
|
||||
public open var flex: kotlin.String { get; set; }
|
||||
|
||||
public open var flexBasis: kotlin.String { get; set; }
|
||||
|
||||
public open var flexDirection: kotlin.String { get; set; }
|
||||
|
||||
public open var flexFlow: kotlin.String { get; set; }
|
||||
|
||||
public open var flexGrow: kotlin.String { get; set; }
|
||||
|
||||
public open var flexShrink: kotlin.String { get; set; }
|
||||
|
||||
public open var flexWrap: kotlin.String { get; set; }
|
||||
|
||||
public open var font: kotlin.String { get; set; }
|
||||
|
||||
public open var fontFamily: kotlin.String { get; set; }
|
||||
|
||||
public open var fontFeatureSettings: kotlin.String { get; set; }
|
||||
|
||||
public open var fontKerning: kotlin.String { get; set; }
|
||||
|
||||
public open var fontLanguageOverride: kotlin.String { get; set; }
|
||||
|
||||
public open var fontSize: kotlin.String { get; set; }
|
||||
|
||||
public open var fontSizeAdjust: kotlin.String { get; set; }
|
||||
|
||||
public open var fontStretch: kotlin.String { get; set; }
|
||||
|
||||
public open var fontStyle: kotlin.String { get; set; }
|
||||
|
||||
public open var fontSynthesis: kotlin.String { get; set; }
|
||||
|
||||
public open var fontVariant: kotlin.String { get; set; }
|
||||
|
||||
public open var fontVariantAlternates: kotlin.String { get; set; }
|
||||
|
||||
public open var fontVariantCaps: kotlin.String { get; set; }
|
||||
|
||||
public open var fontVariantEastAsian: kotlin.String { get; set; }
|
||||
|
||||
public open var fontVariantLigatures: kotlin.String { get; set; }
|
||||
|
||||
public open var fontVariantNumeric: kotlin.String { get; set; }
|
||||
|
||||
public open var fontVariantPosition: kotlin.String { get; set; }
|
||||
|
||||
public open var fontWeight: kotlin.String { get; set; }
|
||||
|
||||
public open var hangingPunctuation: kotlin.String { get; set; }
|
||||
|
||||
public open var height: kotlin.String { get; set; }
|
||||
|
||||
public open var hyphens: kotlin.String { get; set; }
|
||||
|
||||
public open var imageOrientation: kotlin.String { get; set; }
|
||||
|
||||
public open var imageRendering: kotlin.String { get; set; }
|
||||
|
||||
public open var imageResolution: kotlin.String { get; set; }
|
||||
|
||||
public open var imeMode: kotlin.String { get; set; }
|
||||
|
||||
public open var justifyContent: kotlin.String { get; set; }
|
||||
|
||||
public open var left: kotlin.String { get; set; }
|
||||
|
||||
public open var letterSpacing: kotlin.String { get; set; }
|
||||
|
||||
public open var lineBreak: kotlin.String { get; set; }
|
||||
|
||||
public open var lineHeight: kotlin.String { get; set; }
|
||||
|
||||
public open var listStyle: kotlin.String { get; set; }
|
||||
|
||||
public open var listStyleImage: kotlin.String { get; set; }
|
||||
|
||||
public open var listStylePosition: kotlin.String { get; set; }
|
||||
|
||||
public open var listStyleType: kotlin.String { get; set; }
|
||||
|
||||
public open var margin: kotlin.String { get; set; }
|
||||
|
||||
public open var marginBottom: kotlin.String { get; set; }
|
||||
|
||||
public open var marginLeft: kotlin.String { get; set; }
|
||||
|
||||
public open var marginRight: kotlin.String { get; set; }
|
||||
|
||||
public open var marginTop: kotlin.String { get; set; }
|
||||
|
||||
public open var mark: kotlin.String { get; set; }
|
||||
|
||||
public open var markAfter: kotlin.String { get; set; }
|
||||
|
||||
public open var markBefore: kotlin.String { get; set; }
|
||||
|
||||
public open var marks: kotlin.String { get; set; }
|
||||
|
||||
public open var marqueeDirection: kotlin.String { get; set; }
|
||||
|
||||
public open var marqueePlayCount: kotlin.String { get; set; }
|
||||
|
||||
public open var marqueeSpeed: kotlin.String { get; set; }
|
||||
|
||||
public open var marqueeStyle: kotlin.String { get; set; }
|
||||
|
||||
public open var mask: kotlin.String { get; set; }
|
||||
|
||||
public open var maskType: kotlin.String { get; set; }
|
||||
|
||||
public open var maxHeight: kotlin.String { get; set; }
|
||||
|
||||
public open var maxWidth: kotlin.String { get; set; }
|
||||
|
||||
public open var minHeight: kotlin.String { get; set; }
|
||||
|
||||
public open var minWidth: kotlin.String { get; set; }
|
||||
|
||||
public open var navDown: kotlin.String { get; set; }
|
||||
|
||||
public open var navIndex: kotlin.String { get; set; }
|
||||
|
||||
public open var navLeft: kotlin.String { get; set; }
|
||||
|
||||
public open var navRight: kotlin.String { get; set; }
|
||||
|
||||
public open var navUp: kotlin.String { get; set; }
|
||||
|
||||
public open var objectFit: kotlin.String { get; set; }
|
||||
|
||||
public open var objectPosition: kotlin.String { get; set; }
|
||||
|
||||
public open var opacity: kotlin.String { get; set; }
|
||||
|
||||
public open var order: kotlin.String { get; set; }
|
||||
|
||||
public open var orphans: kotlin.String { get; set; }
|
||||
|
||||
public open var outline: kotlin.String { get; set; }
|
||||
|
||||
public open var outlineColor: kotlin.String { get; set; }
|
||||
|
||||
public open var outlineOffset: kotlin.String { get; set; }
|
||||
|
||||
public open var outlineStyle: kotlin.String { get; set; }
|
||||
|
||||
public open var outlineWidth: kotlin.String { get; set; }
|
||||
|
||||
public open var overflowWrap: kotlin.String { get; set; }
|
||||
|
||||
public open var overflowX: kotlin.String { get; set; }
|
||||
|
||||
public open var overflowY: kotlin.String { get; set; }
|
||||
|
||||
public open var padding: kotlin.String { get; set; }
|
||||
|
||||
public open var paddingBottom: kotlin.String { get; set; }
|
||||
|
||||
public open var paddingLeft: kotlin.String { get; set; }
|
||||
|
||||
public open var paddingRight: kotlin.String { get; set; }
|
||||
|
||||
public open var paddingTop: kotlin.String { get; set; }
|
||||
|
||||
public open var pageBreakAfter: kotlin.String { get; set; }
|
||||
|
||||
public open var pageBreakBefore: kotlin.String { get; set; }
|
||||
|
||||
public open var pageBreakInside: kotlin.String { get; set; }
|
||||
|
||||
public open val parentRule: org.w3c.dom.css.CSSRule? { get; }
|
||||
|
||||
public open var perspective: kotlin.String { get; set; }
|
||||
|
||||
public open var perspectiveOrigin: kotlin.String { get; set; }
|
||||
|
||||
public open var phonemes: kotlin.String { get; set; }
|
||||
|
||||
public open var position: kotlin.String { get; set; }
|
||||
|
||||
public open var quotes: kotlin.String { get; set; }
|
||||
|
||||
public open var resize: kotlin.String { get; set; }
|
||||
|
||||
public open var rest: kotlin.String { get; set; }
|
||||
|
||||
public open var restAfter: kotlin.String { get; set; }
|
||||
|
||||
public open var restBefore: kotlin.String { get; set; }
|
||||
|
||||
public open var right: kotlin.String { get; set; }
|
||||
|
||||
public open var tabSize: kotlin.String { get; set; }
|
||||
|
||||
public open var tableLayout: kotlin.String { get; set; }
|
||||
|
||||
public open var textAlign: kotlin.String { get; set; }
|
||||
|
||||
public open var textAlignLast: kotlin.String { get; set; }
|
||||
|
||||
public open var textCombineUpright: kotlin.String { get; set; }
|
||||
|
||||
public open var textDecoration: kotlin.String { get; set; }
|
||||
|
||||
public open var textDecorationColor: kotlin.String { get; set; }
|
||||
|
||||
public open var textDecorationLine: kotlin.String { get; set; }
|
||||
|
||||
public open var textDecorationStyle: kotlin.String { get; set; }
|
||||
|
||||
public open var textIndent: kotlin.String { get; set; }
|
||||
|
||||
public open var textJustify: kotlin.String { get; set; }
|
||||
|
||||
public open var textOrientation: kotlin.String { get; set; }
|
||||
|
||||
public open var textOverflow: kotlin.String { get; set; }
|
||||
|
||||
public open var textShadow: kotlin.String { get; set; }
|
||||
|
||||
public open var textTransform: kotlin.String { get; set; }
|
||||
|
||||
public open var textUnderlinePosition: kotlin.String { get; set; }
|
||||
|
||||
public open var top: kotlin.String { get; set; }
|
||||
|
||||
public open var transform: kotlin.String { get; set; }
|
||||
|
||||
public open var transformOrigin: kotlin.String { get; set; }
|
||||
|
||||
public open var transformStyle: kotlin.String { get; set; }
|
||||
|
||||
public open var transition: kotlin.String { get; set; }
|
||||
|
||||
public open var transitionDelay: kotlin.String { get; set; }
|
||||
|
||||
public open var transitionDuration: kotlin.String { get; set; }
|
||||
|
||||
public open var transitionProperty: kotlin.String { get; set; }
|
||||
|
||||
public open var transitionTimingFunction: kotlin.String { get; set; }
|
||||
|
||||
public open var unicodeBidi: kotlin.String { get; set; }
|
||||
|
||||
public open var verticalAlign: kotlin.String { get; set; }
|
||||
|
||||
public open var visibility: kotlin.String { get; set; }
|
||||
|
||||
public open var voiceBalance: kotlin.String { get; set; }
|
||||
|
||||
public open var voiceDuration: kotlin.String { get; set; }
|
||||
|
||||
public open var voicePitch: kotlin.String { get; set; }
|
||||
|
||||
public open var voicePitchRange: kotlin.String { get; set; }
|
||||
|
||||
public open var voiceRate: kotlin.String { get; set; }
|
||||
|
||||
public open var voiceStress: kotlin.String { get; set; }
|
||||
|
||||
public open var voiceVolume: kotlin.String { get; set; }
|
||||
|
||||
public open var whiteSpace: kotlin.String { get; set; }
|
||||
|
||||
public open var widows: kotlin.String { get; set; }
|
||||
|
||||
public open var width: kotlin.String { get; set; }
|
||||
|
||||
public open var wordBreak: kotlin.String { get; set; }
|
||||
|
||||
public open var wordSpacing: kotlin.String { get; set; }
|
||||
|
||||
public open var wordWrap: kotlin.String { get; set; }
|
||||
|
||||
public open var writingMode: kotlin.String { get; set; }
|
||||
|
||||
public open var zIndex: kotlin.String { get; set; }
|
||||
|
||||
public final fun getPropertyPriority(property: kotlin.String): kotlin.String
|
||||
|
||||
public final fun getPropertyValue(property: kotlin.String): kotlin.String
|
||||
|
||||
public open override fun item(index: kotlin.Int): kotlin.String
|
||||
|
||||
public final fun removeProperty(property: kotlin.String): kotlin.String
|
||||
|
||||
public final fun setProperty(property: kotlin.String, value: kotlin.String, priority: kotlin.String = ...): kotlin.Unit
|
||||
|
||||
public final fun setPropertyPriority(property: kotlin.String, priority: kotlin.String): kotlin.Unit
|
||||
|
||||
public final fun setPropertyValue(property: kotlin.String, value: kotlin.String): kotlin.Unit
|
||||
}
|
||||
|
||||
public abstract external class CSSStyleRule : org.w3c.dom.css.CSSRule {
|
||||
public constructor CSSStyleRule()
|
||||
|
||||
public open var selectorText: kotlin.String { get; set; }
|
||||
|
||||
public open val style: org.w3c.dom.css.CSSStyleDeclaration { get; }
|
||||
|
||||
public companion object of CSSStyleRule {
|
||||
public final val CHARSET_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val FONT_FACE_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val IMPORT_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val MARGIN_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val MEDIA_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val NAMESPACE_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val PAGE_RULE: kotlin.Short { get; }
|
||||
|
||||
public final val STYLE_RULE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public abstract external class CSSStyleSheet : org.w3c.dom.css.StyleSheet {
|
||||
public constructor CSSStyleSheet()
|
||||
|
||||
public open val cssRules: org.w3c.dom.css.CSSRuleList { get; }
|
||||
|
||||
public open val ownerRule: org.w3c.dom.css.CSSRule? { get; }
|
||||
|
||||
public final fun deleteRule(index: kotlin.Int): kotlin.Unit
|
||||
|
||||
public final fun insertRule(rule: kotlin.String, index: kotlin.Int): kotlin.Int
|
||||
}
|
||||
|
||||
public external interface ElementCSSInlineStyle {
|
||||
public abstract val style: org.w3c.dom.css.CSSStyleDeclaration { get; }
|
||||
}
|
||||
|
||||
public external interface LinkStyle {
|
||||
public open val sheet: org.w3c.dom.css.StyleSheet? { get; }
|
||||
}
|
||||
|
||||
public abstract external class MediaList : org.w3c.dom.ItemArrayLike<kotlin.String> {
|
||||
public constructor MediaList()
|
||||
|
||||
public open var mediaText: kotlin.String { get; set; }
|
||||
|
||||
public final fun appendMedium(medium: kotlin.String): kotlin.Unit
|
||||
|
||||
public final fun deleteMedium(medium: kotlin.String): kotlin.Unit
|
||||
|
||||
public open override fun item(index: kotlin.Int): kotlin.String?
|
||||
}
|
||||
|
||||
public abstract external class StyleSheet {
|
||||
public constructor StyleSheet()
|
||||
|
||||
public open var disabled: kotlin.Boolean { get; set; }
|
||||
|
||||
public open val href: kotlin.String? { get; }
|
||||
|
||||
public open val media: org.w3c.dom.css.MediaList { get; }
|
||||
|
||||
public open val ownerNode: org.w3c.dom.css.UnionElementOrProcessingInstruction? { get; }
|
||||
|
||||
public open val parentStyleSheet: org.w3c.dom.css.StyleSheet? { get; }
|
||||
|
||||
public open val title: kotlin.String? { get; }
|
||||
|
||||
public open val type: kotlin.String { get; }
|
||||
}
|
||||
|
||||
public abstract external class StyleSheetList : org.w3c.dom.ItemArrayLike<org.w3c.dom.css.StyleSheet> {
|
||||
public constructor StyleSheetList()
|
||||
|
||||
public open override fun item(index: kotlin.Int): org.w3c.dom.css.StyleSheet?
|
||||
}
|
||||
|
||||
public external interface UnionElementOrProcessingInstruction {
|
||||
}
|
||||
@@ -0,0 +1,191 @@
|
||||
public val org.w3c.dom.encryptedmedia.MediaKeyStatus.Companion.EXPIRED: org.w3c.dom.encryptedmedia.MediaKeyStatus { get; }
|
||||
|
||||
public val org.w3c.dom.encryptedmedia.MediaKeyMessageType.Companion.INDIVIDUALIZATION_REQUEST: org.w3c.dom.encryptedmedia.MediaKeyMessageType { get; }
|
||||
|
||||
public val org.w3c.dom.encryptedmedia.MediaKeyStatus.Companion.INTERNAL_ERROR: org.w3c.dom.encryptedmedia.MediaKeyStatus { get; }
|
||||
|
||||
public val org.w3c.dom.encryptedmedia.MediaKeyMessageType.Companion.LICENSE_RELEASE: org.w3c.dom.encryptedmedia.MediaKeyMessageType { get; }
|
||||
|
||||
public val org.w3c.dom.encryptedmedia.MediaKeyMessageType.Companion.LICENSE_RENEWAL: org.w3c.dom.encryptedmedia.MediaKeyMessageType { get; }
|
||||
|
||||
public val org.w3c.dom.encryptedmedia.MediaKeyMessageType.Companion.LICENSE_REQUEST: org.w3c.dom.encryptedmedia.MediaKeyMessageType { get; }
|
||||
|
||||
public val org.w3c.dom.encryptedmedia.MediaKeysRequirement.Companion.NOT_ALLOWED: org.w3c.dom.encryptedmedia.MediaKeysRequirement { get; }
|
||||
|
||||
public val org.w3c.dom.encryptedmedia.MediaKeysRequirement.Companion.OPTIONAL: org.w3c.dom.encryptedmedia.MediaKeysRequirement { get; }
|
||||
|
||||
public val org.w3c.dom.encryptedmedia.MediaKeyStatus.Companion.OUTPUT_DOWNSCALED: org.w3c.dom.encryptedmedia.MediaKeyStatus { get; }
|
||||
|
||||
public val org.w3c.dom.encryptedmedia.MediaKeyStatus.Companion.OUTPUT_RESTRICTED: org.w3c.dom.encryptedmedia.MediaKeyStatus { get; }
|
||||
|
||||
public val org.w3c.dom.encryptedmedia.MediaKeySessionType.Companion.PERSISTENT_LICENSE: org.w3c.dom.encryptedmedia.MediaKeySessionType { get; }
|
||||
|
||||
public val org.w3c.dom.encryptedmedia.MediaKeyStatus.Companion.RELEASED: org.w3c.dom.encryptedmedia.MediaKeyStatus { get; }
|
||||
|
||||
public val org.w3c.dom.encryptedmedia.MediaKeysRequirement.Companion.REQUIRED: org.w3c.dom.encryptedmedia.MediaKeysRequirement { get; }
|
||||
|
||||
public val org.w3c.dom.encryptedmedia.MediaKeyStatus.Companion.STATUS_PENDING: org.w3c.dom.encryptedmedia.MediaKeyStatus { get; }
|
||||
|
||||
public val org.w3c.dom.encryptedmedia.MediaKeySessionType.Companion.TEMPORARY: org.w3c.dom.encryptedmedia.MediaKeySessionType { get; }
|
||||
|
||||
public val org.w3c.dom.encryptedmedia.MediaKeyStatus.Companion.USABLE: org.w3c.dom.encryptedmedia.MediaKeyStatus { get; }
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun MediaEncryptedEventInit(initDataType: kotlin.String? = ..., initData: org.khronos.webgl.ArrayBuffer? = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.dom.encryptedmedia.MediaEncryptedEventInit
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun MediaKeyMessageEventInit(messageType: org.w3c.dom.encryptedmedia.MediaKeyMessageType?, message: org.khronos.webgl.ArrayBuffer?, bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.dom.encryptedmedia.MediaKeyMessageEventInit
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun MediaKeySystemConfiguration(label: kotlin.String? = ..., initDataTypes: kotlin.Array<kotlin.String>? = ..., audioCapabilities: kotlin.Array<org.w3c.dom.encryptedmedia.MediaKeySystemMediaCapability>? = ..., videoCapabilities: kotlin.Array<org.w3c.dom.encryptedmedia.MediaKeySystemMediaCapability>? = ..., distinctiveIdentifier: org.w3c.dom.encryptedmedia.MediaKeysRequirement? = ..., persistentState: org.w3c.dom.encryptedmedia.MediaKeysRequirement? = ..., sessionTypes: kotlin.Array<kotlin.String>? = ...): org.w3c.dom.encryptedmedia.MediaKeySystemConfiguration
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun MediaKeySystemMediaCapability(contentType: kotlin.String? = ..., robustness: kotlin.String? = ...): org.w3c.dom.encryptedmedia.MediaKeySystemMediaCapability
|
||||
|
||||
public open external class MediaEncryptedEvent : org.w3c.dom.events.Event {
|
||||
public constructor MediaEncryptedEvent(type: kotlin.String, eventInitDict: org.w3c.dom.encryptedmedia.MediaEncryptedEventInit = ...)
|
||||
|
||||
public open val initData: org.khronos.webgl.ArrayBuffer? { get; }
|
||||
|
||||
public open val initDataType: kotlin.String { get; }
|
||||
|
||||
public companion object of MediaEncryptedEvent {
|
||||
public final val AT_TARGET: kotlin.Short { get; }
|
||||
|
||||
public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val NONE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public external interface MediaEncryptedEventInit : org.w3c.dom.EventInit {
|
||||
public open var initData: org.khronos.webgl.ArrayBuffer? { get; set; }
|
||||
|
||||
public open var initDataType: kotlin.String? { get; set; }
|
||||
}
|
||||
|
||||
public open external class MediaKeyMessageEvent : org.w3c.dom.events.Event {
|
||||
public constructor MediaKeyMessageEvent(type: kotlin.String, eventInitDict: org.w3c.dom.encryptedmedia.MediaKeyMessageEventInit)
|
||||
|
||||
public open val message: org.khronos.webgl.ArrayBuffer { get; }
|
||||
|
||||
public open val messageType: org.w3c.dom.encryptedmedia.MediaKeyMessageType { get; }
|
||||
|
||||
public companion object of MediaKeyMessageEvent {
|
||||
public final val AT_TARGET: kotlin.Short { get; }
|
||||
|
||||
public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val NONE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public external interface MediaKeyMessageEventInit : org.w3c.dom.EventInit {
|
||||
public abstract var message: org.khronos.webgl.ArrayBuffer? { get; set; }
|
||||
|
||||
public abstract var messageType: org.w3c.dom.encryptedmedia.MediaKeyMessageType? { get; set; }
|
||||
}
|
||||
|
||||
@kotlin.js.JsName(name = "null")
|
||||
public external interface MediaKeyMessageType {
|
||||
public companion object of MediaKeyMessageType {
|
||||
}
|
||||
}
|
||||
|
||||
public abstract external class MediaKeySession : org.w3c.dom.events.EventTarget {
|
||||
public constructor MediaKeySession()
|
||||
|
||||
public open val closed: kotlin.js.Promise<kotlin.Unit> { get; }
|
||||
|
||||
public open val expiration: kotlin.Double { get; }
|
||||
|
||||
public open val keyStatuses: org.w3c.dom.encryptedmedia.MediaKeyStatusMap { get; }
|
||||
|
||||
public open var onkeystatuseschange: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public open var onmessage: ((org.w3c.dom.MessageEvent) -> dynamic)? { get; set; }
|
||||
|
||||
public open val sessionId: kotlin.String { get; }
|
||||
|
||||
public final fun close(): kotlin.js.Promise<kotlin.Unit>
|
||||
|
||||
public final fun generateRequest(initDataType: kotlin.String, initData: dynamic): kotlin.js.Promise<kotlin.Unit>
|
||||
|
||||
public final fun load(sessionId: kotlin.String): kotlin.js.Promise<kotlin.Boolean>
|
||||
|
||||
public final fun remove(): kotlin.js.Promise<kotlin.Unit>
|
||||
|
||||
public final fun update(response: dynamic): kotlin.js.Promise<kotlin.Unit>
|
||||
}
|
||||
|
||||
@kotlin.js.JsName(name = "null")
|
||||
public external interface MediaKeySessionType {
|
||||
public companion object of MediaKeySessionType {
|
||||
}
|
||||
}
|
||||
|
||||
@kotlin.js.JsName(name = "null")
|
||||
public external interface MediaKeyStatus {
|
||||
public companion object of MediaKeyStatus {
|
||||
}
|
||||
}
|
||||
|
||||
public abstract external class MediaKeyStatusMap {
|
||||
public constructor MediaKeyStatusMap()
|
||||
|
||||
public open val size: kotlin.Int { get; }
|
||||
|
||||
public final fun get(keyId: dynamic): kotlin.Any?
|
||||
|
||||
public final fun has(keyId: dynamic): kotlin.Boolean
|
||||
}
|
||||
|
||||
public abstract external class MediaKeySystemAccess {
|
||||
public constructor MediaKeySystemAccess()
|
||||
|
||||
public open val keySystem: kotlin.String { get; }
|
||||
|
||||
public final fun createMediaKeys(): kotlin.js.Promise<org.w3c.dom.encryptedmedia.MediaKeys>
|
||||
|
||||
public final fun getConfiguration(): org.w3c.dom.encryptedmedia.MediaKeySystemConfiguration
|
||||
}
|
||||
|
||||
public external interface MediaKeySystemConfiguration {
|
||||
public open var audioCapabilities: kotlin.Array<org.w3c.dom.encryptedmedia.MediaKeySystemMediaCapability>? { get; set; }
|
||||
|
||||
public open var distinctiveIdentifier: org.w3c.dom.encryptedmedia.MediaKeysRequirement? { get; set; }
|
||||
|
||||
public open var initDataTypes: kotlin.Array<kotlin.String>? { get; set; }
|
||||
|
||||
public open var label: kotlin.String? { get; set; }
|
||||
|
||||
public open var persistentState: org.w3c.dom.encryptedmedia.MediaKeysRequirement? { get; set; }
|
||||
|
||||
public open var sessionTypes: kotlin.Array<kotlin.String>? { get; set; }
|
||||
|
||||
public open var videoCapabilities: kotlin.Array<org.w3c.dom.encryptedmedia.MediaKeySystemMediaCapability>? { get; set; }
|
||||
}
|
||||
|
||||
public external interface MediaKeySystemMediaCapability {
|
||||
public open var contentType: kotlin.String? { get; set; }
|
||||
|
||||
public open var robustness: kotlin.String? { get; set; }
|
||||
}
|
||||
|
||||
public abstract external class MediaKeys {
|
||||
public constructor MediaKeys()
|
||||
|
||||
public final fun createSession(sessionType: org.w3c.dom.encryptedmedia.MediaKeySessionType = ...): org.w3c.dom.encryptedmedia.MediaKeySession
|
||||
|
||||
public final fun setServerCertificate(serverCertificate: dynamic): kotlin.js.Promise<kotlin.Boolean>
|
||||
}
|
||||
|
||||
@kotlin.js.JsName(name = "null")
|
||||
public external interface MediaKeysRequirement {
|
||||
public companion object of MediaKeysRequirement {
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,373 @@
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun CompositionEventInit(data: kotlin.String? = ..., view: org.w3c.dom.Window? = ..., detail: kotlin.Int? = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.dom.events.CompositionEventInit
|
||||
|
||||
public fun EventListener(handler: (org.w3c.dom.events.Event) -> kotlin.Unit): org.w3c.dom.events.EventListener
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun EventModifierInit(ctrlKey: kotlin.Boolean? = ..., shiftKey: kotlin.Boolean? = ..., altKey: kotlin.Boolean? = ..., metaKey: kotlin.Boolean? = ..., modifierAltGraph: kotlin.Boolean? = ..., modifierCapsLock: kotlin.Boolean? = ..., modifierFn: kotlin.Boolean? = ..., modifierFnLock: kotlin.Boolean? = ..., modifierHyper: kotlin.Boolean? = ..., modifierNumLock: kotlin.Boolean? = ..., modifierScrollLock: kotlin.Boolean? = ..., modifierSuper: kotlin.Boolean? = ..., modifierSymbol: kotlin.Boolean? = ..., modifierSymbolLock: kotlin.Boolean? = ..., view: org.w3c.dom.Window? = ..., detail: kotlin.Int? = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.dom.events.EventModifierInit
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun FocusEventInit(relatedTarget: org.w3c.dom.events.EventTarget? = ..., view: org.w3c.dom.Window? = ..., detail: kotlin.Int? = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.dom.events.FocusEventInit
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun InputEventInit(data: kotlin.String? = ..., isComposing: kotlin.Boolean? = ..., view: org.w3c.dom.Window? = ..., detail: kotlin.Int? = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.dom.events.InputEventInit
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun KeyboardEventInit(key: kotlin.String? = ..., code: kotlin.String? = ..., location: kotlin.Int? = ..., repeat: kotlin.Boolean? = ..., isComposing: kotlin.Boolean? = ..., ctrlKey: kotlin.Boolean? = ..., shiftKey: kotlin.Boolean? = ..., altKey: kotlin.Boolean? = ..., metaKey: kotlin.Boolean? = ..., modifierAltGraph: kotlin.Boolean? = ..., modifierCapsLock: kotlin.Boolean? = ..., modifierFn: kotlin.Boolean? = ..., modifierFnLock: kotlin.Boolean? = ..., modifierHyper: kotlin.Boolean? = ..., modifierNumLock: kotlin.Boolean? = ..., modifierScrollLock: kotlin.Boolean? = ..., modifierSuper: kotlin.Boolean? = ..., modifierSymbol: kotlin.Boolean? = ..., modifierSymbolLock: kotlin.Boolean? = ..., view: org.w3c.dom.Window? = ..., detail: kotlin.Int? = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.dom.events.KeyboardEventInit
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun MouseEventInit(screenX: kotlin.Int? = ..., screenY: kotlin.Int? = ..., clientX: kotlin.Int? = ..., clientY: kotlin.Int? = ..., button: kotlin.Short? = ..., buttons: kotlin.Short? = ..., relatedTarget: org.w3c.dom.events.EventTarget? = ..., region: kotlin.String? = ..., ctrlKey: kotlin.Boolean? = ..., shiftKey: kotlin.Boolean? = ..., altKey: kotlin.Boolean? = ..., metaKey: kotlin.Boolean? = ..., modifierAltGraph: kotlin.Boolean? = ..., modifierCapsLock: kotlin.Boolean? = ..., modifierFn: kotlin.Boolean? = ..., modifierFnLock: kotlin.Boolean? = ..., modifierHyper: kotlin.Boolean? = ..., modifierNumLock: kotlin.Boolean? = ..., modifierScrollLock: kotlin.Boolean? = ..., modifierSuper: kotlin.Boolean? = ..., modifierSymbol: kotlin.Boolean? = ..., modifierSymbolLock: kotlin.Boolean? = ..., view: org.w3c.dom.Window? = ..., detail: kotlin.Int? = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.dom.events.MouseEventInit
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun UIEventInit(view: org.w3c.dom.Window? = ..., detail: kotlin.Int? = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.dom.events.UIEventInit
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun WheelEventInit(deltaX: kotlin.Double? = ..., deltaY: kotlin.Double? = ..., deltaZ: kotlin.Double? = ..., deltaMode: kotlin.Int? = ..., screenX: kotlin.Int? = ..., screenY: kotlin.Int? = ..., clientX: kotlin.Int? = ..., clientY: kotlin.Int? = ..., button: kotlin.Short? = ..., buttons: kotlin.Short? = ..., relatedTarget: org.w3c.dom.events.EventTarget? = ..., region: kotlin.String? = ..., ctrlKey: kotlin.Boolean? = ..., shiftKey: kotlin.Boolean? = ..., altKey: kotlin.Boolean? = ..., metaKey: kotlin.Boolean? = ..., modifierAltGraph: kotlin.Boolean? = ..., modifierCapsLock: kotlin.Boolean? = ..., modifierFn: kotlin.Boolean? = ..., modifierFnLock: kotlin.Boolean? = ..., modifierHyper: kotlin.Boolean? = ..., modifierNumLock: kotlin.Boolean? = ..., modifierScrollLock: kotlin.Boolean? = ..., modifierSuper: kotlin.Boolean? = ..., modifierSymbol: kotlin.Boolean? = ..., modifierSymbolLock: kotlin.Boolean? = ..., view: org.w3c.dom.Window? = ..., detail: kotlin.Int? = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.dom.events.WheelEventInit
|
||||
|
||||
public open external class CompositionEvent : org.w3c.dom.events.UIEvent {
|
||||
public constructor CompositionEvent(type: kotlin.String, eventInitDict: org.w3c.dom.events.CompositionEventInit = ...)
|
||||
|
||||
public open val data: kotlin.String { get; }
|
||||
|
||||
public companion object of CompositionEvent {
|
||||
public final val AT_TARGET: kotlin.Short { get; }
|
||||
|
||||
public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val NONE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public external interface CompositionEventInit : org.w3c.dom.events.UIEventInit {
|
||||
public open var data: kotlin.String? { get; set; }
|
||||
}
|
||||
|
||||
public open external class Event {
|
||||
public constructor Event(type: kotlin.String, eventInitDict: org.w3c.dom.EventInit = ...)
|
||||
|
||||
public open val bubbles: kotlin.Boolean { get; }
|
||||
|
||||
public open val cancelable: kotlin.Boolean { get; }
|
||||
|
||||
public open val composed: kotlin.Boolean { get; }
|
||||
|
||||
public open val currentTarget: org.w3c.dom.events.EventTarget? { get; }
|
||||
|
||||
public open val defaultPrevented: kotlin.Boolean { get; }
|
||||
|
||||
public open val eventPhase: kotlin.Short { get; }
|
||||
|
||||
public open val isTrusted: kotlin.Boolean { get; }
|
||||
|
||||
public open val target: org.w3c.dom.events.EventTarget? { get; }
|
||||
|
||||
public open val timeStamp: kotlin.Number { get; }
|
||||
|
||||
public open val type: kotlin.String { get; }
|
||||
|
||||
public final fun composedPath(): kotlin.Array<org.w3c.dom.events.EventTarget>
|
||||
|
||||
public final fun initEvent(type: kotlin.String, bubbles: kotlin.Boolean, cancelable: kotlin.Boolean): kotlin.Unit
|
||||
|
||||
public final fun preventDefault(): kotlin.Unit
|
||||
|
||||
public final fun stopImmediatePropagation(): kotlin.Unit
|
||||
|
||||
public final fun stopPropagation(): kotlin.Unit
|
||||
|
||||
public companion object of Event {
|
||||
public final val AT_TARGET: kotlin.Short { get; }
|
||||
|
||||
public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val NONE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public external interface EventListener {
|
||||
public abstract fun handleEvent(event: org.w3c.dom.events.Event): kotlin.Unit
|
||||
}
|
||||
|
||||
public external interface EventModifierInit : org.w3c.dom.events.UIEventInit {
|
||||
public open var altKey: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var ctrlKey: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var metaKey: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var modifierAltGraph: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var modifierCapsLock: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var modifierFn: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var modifierFnLock: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var modifierHyper: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var modifierNumLock: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var modifierScrollLock: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var modifierSuper: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var modifierSymbol: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var modifierSymbolLock: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var shiftKey: kotlin.Boolean? { get; set; }
|
||||
}
|
||||
|
||||
public abstract external class EventTarget {
|
||||
public constructor EventTarget()
|
||||
|
||||
public final fun addEventListener(type: kotlin.String, callback: ((org.w3c.dom.events.Event) -> kotlin.Unit)?, options: dynamic = ...): kotlin.Unit
|
||||
|
||||
public final fun addEventListener(type: kotlin.String, callback: org.w3c.dom.events.EventListener?, options: dynamic = ...): kotlin.Unit
|
||||
|
||||
public final fun dispatchEvent(event: org.w3c.dom.events.Event): kotlin.Boolean
|
||||
|
||||
public final fun removeEventListener(type: kotlin.String, callback: ((org.w3c.dom.events.Event) -> kotlin.Unit)?, options: dynamic = ...): kotlin.Unit
|
||||
|
||||
public final fun removeEventListener(type: kotlin.String, callback: org.w3c.dom.events.EventListener?, options: dynamic = ...): kotlin.Unit
|
||||
}
|
||||
|
||||
public open external class FocusEvent : org.w3c.dom.events.UIEvent {
|
||||
public constructor FocusEvent(type: kotlin.String, eventInitDict: org.w3c.dom.events.FocusEventInit = ...)
|
||||
|
||||
public open val relatedTarget: org.w3c.dom.events.EventTarget? { get; }
|
||||
|
||||
public companion object of FocusEvent {
|
||||
public final val AT_TARGET: kotlin.Short { get; }
|
||||
|
||||
public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val NONE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public external interface FocusEventInit : org.w3c.dom.events.UIEventInit {
|
||||
public open var relatedTarget: org.w3c.dom.events.EventTarget? { get; set; }
|
||||
}
|
||||
|
||||
public open external class InputEvent : org.w3c.dom.events.UIEvent {
|
||||
public constructor InputEvent(type: kotlin.String, eventInitDict: org.w3c.dom.events.InputEventInit = ...)
|
||||
|
||||
public open val data: kotlin.String { get; }
|
||||
|
||||
public open val isComposing: kotlin.Boolean { get; }
|
||||
|
||||
public companion object of InputEvent {
|
||||
public final val AT_TARGET: kotlin.Short { get; }
|
||||
|
||||
public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val NONE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public external interface InputEventInit : org.w3c.dom.events.UIEventInit {
|
||||
public open var data: kotlin.String? { get; set; }
|
||||
|
||||
public open var isComposing: kotlin.Boolean? { get; set; }
|
||||
}
|
||||
|
||||
public open external class KeyboardEvent : org.w3c.dom.events.UIEvent {
|
||||
public constructor KeyboardEvent(type: kotlin.String, eventInitDict: org.w3c.dom.events.KeyboardEventInit = ...)
|
||||
|
||||
public open val altKey: kotlin.Boolean { get; }
|
||||
|
||||
public open val charCode: kotlin.Int { get; }
|
||||
|
||||
public open val code: kotlin.String { get; }
|
||||
|
||||
public open val ctrlKey: kotlin.Boolean { get; }
|
||||
|
||||
public open val isComposing: kotlin.Boolean { get; }
|
||||
|
||||
public open val key: kotlin.String { get; }
|
||||
|
||||
public open val keyCode: kotlin.Int { get; }
|
||||
|
||||
public open val location: kotlin.Int { get; }
|
||||
|
||||
public open val metaKey: kotlin.Boolean { get; }
|
||||
|
||||
public open val repeat: kotlin.Boolean { get; }
|
||||
|
||||
public open val shiftKey: kotlin.Boolean { get; }
|
||||
|
||||
public open val which: kotlin.Int { get; }
|
||||
|
||||
public final fun getModifierState(keyArg: kotlin.String): kotlin.Boolean
|
||||
|
||||
public companion object of KeyboardEvent {
|
||||
public final val AT_TARGET: kotlin.Short { get; }
|
||||
|
||||
public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val DOM_KEY_LOCATION_LEFT: kotlin.Int { get; }
|
||||
|
||||
public final val DOM_KEY_LOCATION_NUMPAD: kotlin.Int { get; }
|
||||
|
||||
public final val DOM_KEY_LOCATION_RIGHT: kotlin.Int { get; }
|
||||
|
||||
public final val DOM_KEY_LOCATION_STANDARD: kotlin.Int { get; }
|
||||
|
||||
public final val NONE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public external interface KeyboardEventInit : org.w3c.dom.events.EventModifierInit {
|
||||
public open var code: kotlin.String? { get; set; }
|
||||
|
||||
public open var isComposing: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var key: kotlin.String? { get; set; }
|
||||
|
||||
public open var location: kotlin.Int? { get; set; }
|
||||
|
||||
public open var repeat: kotlin.Boolean? { get; set; }
|
||||
}
|
||||
|
||||
public open external class MouseEvent : org.w3c.dom.events.UIEvent, org.w3c.dom.UnionElementOrMouseEvent {
|
||||
public constructor MouseEvent(type: kotlin.String, eventInitDict: org.w3c.dom.events.MouseEventInit = ...)
|
||||
|
||||
public open val altKey: kotlin.Boolean { get; }
|
||||
|
||||
public open val button: kotlin.Short { get; }
|
||||
|
||||
public open val buttons: kotlin.Short { get; }
|
||||
|
||||
public open val clientX: kotlin.Int { get; }
|
||||
|
||||
public open val clientY: kotlin.Int { get; }
|
||||
|
||||
public open val ctrlKey: kotlin.Boolean { get; }
|
||||
|
||||
public open val metaKey: kotlin.Boolean { get; }
|
||||
|
||||
public open val offsetX: kotlin.Double { get; }
|
||||
|
||||
public open val offsetY: kotlin.Double { get; }
|
||||
|
||||
public open val pageX: kotlin.Double { get; }
|
||||
|
||||
public open val pageY: kotlin.Double { get; }
|
||||
|
||||
public open val region: kotlin.String? { get; }
|
||||
|
||||
public open val relatedTarget: org.w3c.dom.events.EventTarget? { get; }
|
||||
|
||||
public open val screenX: kotlin.Int { get; }
|
||||
|
||||
public open val screenY: kotlin.Int { get; }
|
||||
|
||||
public open val shiftKey: kotlin.Boolean { get; }
|
||||
|
||||
public open val x: kotlin.Double { get; }
|
||||
|
||||
public open val y: kotlin.Double { get; }
|
||||
|
||||
public final fun getModifierState(keyArg: kotlin.String): kotlin.Boolean
|
||||
|
||||
public companion object of MouseEvent {
|
||||
public final val AT_TARGET: kotlin.Short { get; }
|
||||
|
||||
public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val NONE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public external interface MouseEventInit : org.w3c.dom.events.EventModifierInit {
|
||||
public open var button: kotlin.Short? { get; set; }
|
||||
|
||||
public open var buttons: kotlin.Short? { get; set; }
|
||||
|
||||
public open var clientX: kotlin.Int? { get; set; }
|
||||
|
||||
public open var clientY: kotlin.Int? { get; set; }
|
||||
|
||||
public open var region: kotlin.String? { get; set; }
|
||||
|
||||
public open var relatedTarget: org.w3c.dom.events.EventTarget? { get; set; }
|
||||
|
||||
public open var screenX: kotlin.Int? { get; set; }
|
||||
|
||||
public open var screenY: kotlin.Int? { get; set; }
|
||||
}
|
||||
|
||||
public open external class UIEvent : org.w3c.dom.events.Event {
|
||||
public constructor UIEvent(type: kotlin.String, eventInitDict: org.w3c.dom.events.UIEventInit = ...)
|
||||
|
||||
public open val detail: kotlin.Int { get; }
|
||||
|
||||
public open val view: org.w3c.dom.Window? { get; }
|
||||
|
||||
public companion object of UIEvent {
|
||||
public final val AT_TARGET: kotlin.Short { get; }
|
||||
|
||||
public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val NONE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public external interface UIEventInit : org.w3c.dom.EventInit {
|
||||
public open var detail: kotlin.Int? { get; set; }
|
||||
|
||||
public open var view: org.w3c.dom.Window? { get; set; }
|
||||
}
|
||||
|
||||
public open external class WheelEvent : org.w3c.dom.events.MouseEvent {
|
||||
public constructor WheelEvent(type: kotlin.String, eventInitDict: org.w3c.dom.events.WheelEventInit = ...)
|
||||
|
||||
public open val deltaMode: kotlin.Int { get; }
|
||||
|
||||
public open val deltaX: kotlin.Double { get; }
|
||||
|
||||
public open val deltaY: kotlin.Double { get; }
|
||||
|
||||
public open val deltaZ: kotlin.Double { get; }
|
||||
|
||||
public companion object of WheelEvent {
|
||||
public final val AT_TARGET: kotlin.Short { get; }
|
||||
|
||||
public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val DOM_DELTA_LINE: kotlin.Int { get; }
|
||||
|
||||
public final val DOM_DELTA_PAGE: kotlin.Int { get; }
|
||||
|
||||
public final val DOM_DELTA_PIXEL: kotlin.Int { get; }
|
||||
|
||||
public final val NONE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public external interface WheelEventInit : org.w3c.dom.events.MouseEventInit {
|
||||
public open var deltaMode: kotlin.Int? { get; set; }
|
||||
|
||||
public open var deltaX: kotlin.Double? { get; set; }
|
||||
|
||||
public open var deltaY: kotlin.Double? { get; set; }
|
||||
|
||||
public open var deltaZ: kotlin.Double? { get; set; }
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,444 @@
|
||||
public val org.w3c.dom.mediacapture.MediaDeviceKind.Companion.AUDIOINPUT: org.w3c.dom.mediacapture.MediaDeviceKind { get; }
|
||||
|
||||
public val org.w3c.dom.mediacapture.MediaDeviceKind.Companion.AUDIOOUTPUT: org.w3c.dom.mediacapture.MediaDeviceKind { get; }
|
||||
|
||||
public val org.w3c.dom.mediacapture.VideoResizeModeEnum.Companion.CROP_AND_SCALE: org.w3c.dom.mediacapture.VideoResizeModeEnum { get; }
|
||||
|
||||
public val org.w3c.dom.mediacapture.MediaStreamTrackState.Companion.ENDED: org.w3c.dom.mediacapture.MediaStreamTrackState { get; }
|
||||
|
||||
public val org.w3c.dom.mediacapture.VideoFacingModeEnum.Companion.ENVIRONMENT: org.w3c.dom.mediacapture.VideoFacingModeEnum { get; }
|
||||
|
||||
public val org.w3c.dom.mediacapture.VideoFacingModeEnum.Companion.LEFT: org.w3c.dom.mediacapture.VideoFacingModeEnum { get; }
|
||||
|
||||
public val org.w3c.dom.mediacapture.MediaStreamTrackState.Companion.LIVE: org.w3c.dom.mediacapture.MediaStreamTrackState { get; }
|
||||
|
||||
public val org.w3c.dom.mediacapture.VideoResizeModeEnum.Companion.NONE: org.w3c.dom.mediacapture.VideoResizeModeEnum { get; }
|
||||
|
||||
public val org.w3c.dom.mediacapture.VideoFacingModeEnum.Companion.RIGHT: org.w3c.dom.mediacapture.VideoFacingModeEnum { get; }
|
||||
|
||||
public val org.w3c.dom.mediacapture.VideoFacingModeEnum.Companion.USER: org.w3c.dom.mediacapture.VideoFacingModeEnum { get; }
|
||||
|
||||
public val org.w3c.dom.mediacapture.MediaDeviceKind.Companion.VIDEOINPUT: org.w3c.dom.mediacapture.MediaDeviceKind { get; }
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun Capabilities(): org.w3c.dom.mediacapture.Capabilities
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun ConstrainBooleanParameters(exact: kotlin.Boolean? = ..., ideal: kotlin.Boolean? = ...): org.w3c.dom.mediacapture.ConstrainBooleanParameters
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun ConstrainDOMStringParameters(exact: dynamic = ..., ideal: dynamic = ...): org.w3c.dom.mediacapture.ConstrainDOMStringParameters
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun ConstrainDoubleRange(exact: kotlin.Double? = ..., ideal: kotlin.Double? = ..., max: kotlin.Double? = ..., min: kotlin.Double? = ...): org.w3c.dom.mediacapture.ConstrainDoubleRange
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun ConstrainULongRange(exact: kotlin.Int? = ..., ideal: kotlin.Int? = ..., max: kotlin.Int? = ..., min: kotlin.Int? = ...): org.w3c.dom.mediacapture.ConstrainULongRange
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun ConstraintSet(): org.w3c.dom.mediacapture.ConstraintSet
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun Constraints(advanced: kotlin.Array<org.w3c.dom.mediacapture.ConstraintSet>? = ...): org.w3c.dom.mediacapture.Constraints
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun DoubleRange(max: kotlin.Double? = ..., min: kotlin.Double? = ...): org.w3c.dom.mediacapture.DoubleRange
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun MediaStreamConstraints(video: dynamic = ..., audio: dynamic = ...): org.w3c.dom.mediacapture.MediaStreamConstraints
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun MediaStreamTrackEventInit(track: org.w3c.dom.mediacapture.MediaStreamTrack?, bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.dom.mediacapture.MediaStreamTrackEventInit
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun MediaTrackCapabilities(width: org.w3c.dom.mediacapture.ULongRange? = ..., height: org.w3c.dom.mediacapture.ULongRange? = ..., aspectRatio: org.w3c.dom.mediacapture.DoubleRange? = ..., frameRate: org.w3c.dom.mediacapture.DoubleRange? = ..., facingMode: kotlin.Array<kotlin.String>? = ..., resizeMode: kotlin.Array<kotlin.String>? = ..., volume: org.w3c.dom.mediacapture.DoubleRange? = ..., sampleRate: org.w3c.dom.mediacapture.ULongRange? = ..., sampleSize: org.w3c.dom.mediacapture.ULongRange? = ..., echoCancellation: kotlin.Array<kotlin.Boolean>? = ..., autoGainControl: kotlin.Array<kotlin.Boolean>? = ..., noiseSuppression: kotlin.Array<kotlin.Boolean>? = ..., latency: org.w3c.dom.mediacapture.DoubleRange? = ..., channelCount: org.w3c.dom.mediacapture.ULongRange? = ..., deviceId: kotlin.String? = ..., groupId: kotlin.String? = ...): org.w3c.dom.mediacapture.MediaTrackCapabilities
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun MediaTrackConstraintSet(width: dynamic = ..., height: dynamic = ..., aspectRatio: dynamic = ..., frameRate: dynamic = ..., facingMode: dynamic = ..., resizeMode: dynamic = ..., volume: dynamic = ..., sampleRate: dynamic = ..., sampleSize: dynamic = ..., echoCancellation: dynamic = ..., autoGainControl: dynamic = ..., noiseSuppression: dynamic = ..., latency: dynamic = ..., channelCount: dynamic = ..., deviceId: dynamic = ..., groupId: dynamic = ...): org.w3c.dom.mediacapture.MediaTrackConstraintSet
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun MediaTrackConstraints(advanced: kotlin.Array<org.w3c.dom.mediacapture.MediaTrackConstraintSet>? = ..., width: dynamic = ..., height: dynamic = ..., aspectRatio: dynamic = ..., frameRate: dynamic = ..., facingMode: dynamic = ..., resizeMode: dynamic = ..., volume: dynamic = ..., sampleRate: dynamic = ..., sampleSize: dynamic = ..., echoCancellation: dynamic = ..., autoGainControl: dynamic = ..., noiseSuppression: dynamic = ..., latency: dynamic = ..., channelCount: dynamic = ..., deviceId: dynamic = ..., groupId: dynamic = ...): org.w3c.dom.mediacapture.MediaTrackConstraints
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun MediaTrackSettings(width: kotlin.Int? = ..., height: kotlin.Int? = ..., aspectRatio: kotlin.Double? = ..., frameRate: kotlin.Double? = ..., facingMode: kotlin.String? = ..., resizeMode: kotlin.String? = ..., volume: kotlin.Double? = ..., sampleRate: kotlin.Int? = ..., sampleSize: kotlin.Int? = ..., echoCancellation: kotlin.Boolean? = ..., autoGainControl: kotlin.Boolean? = ..., noiseSuppression: kotlin.Boolean? = ..., latency: kotlin.Double? = ..., channelCount: kotlin.Int? = ..., deviceId: kotlin.String? = ..., groupId: kotlin.String? = ...): org.w3c.dom.mediacapture.MediaTrackSettings
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun MediaTrackSupportedConstraints(width: kotlin.Boolean? = ..., height: kotlin.Boolean? = ..., aspectRatio: kotlin.Boolean? = ..., frameRate: kotlin.Boolean? = ..., facingMode: kotlin.Boolean? = ..., resizeMode: kotlin.Boolean? = ..., volume: kotlin.Boolean? = ..., sampleRate: kotlin.Boolean? = ..., sampleSize: kotlin.Boolean? = ..., echoCancellation: kotlin.Boolean? = ..., autoGainControl: kotlin.Boolean? = ..., noiseSuppression: kotlin.Boolean? = ..., latency: kotlin.Boolean? = ..., channelCount: kotlin.Boolean? = ..., deviceId: kotlin.Boolean? = ..., groupId: kotlin.Boolean? = ...): org.w3c.dom.mediacapture.MediaTrackSupportedConstraints
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun OverconstrainedErrorEventInit(error: dynamic = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.dom.mediacapture.OverconstrainedErrorEventInit
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun Settings(): org.w3c.dom.mediacapture.Settings
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun ULongRange(max: kotlin.Int? = ..., min: kotlin.Int? = ...): org.w3c.dom.mediacapture.ULongRange
|
||||
|
||||
public external interface Capabilities {
|
||||
}
|
||||
|
||||
public external interface ConstrainBooleanParameters {
|
||||
public open var exact: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var ideal: kotlin.Boolean? { get; set; }
|
||||
}
|
||||
|
||||
public external interface ConstrainDOMStringParameters {
|
||||
public open var exact: dynamic { get; set; }
|
||||
|
||||
public open var ideal: dynamic { get; set; }
|
||||
}
|
||||
|
||||
public external interface ConstrainDoubleRange : org.w3c.dom.mediacapture.DoubleRange {
|
||||
public open var exact: kotlin.Double? { get; set; }
|
||||
|
||||
public open var ideal: kotlin.Double? { get; set; }
|
||||
}
|
||||
|
||||
public external interface ConstrainULongRange : org.w3c.dom.mediacapture.ULongRange {
|
||||
public open var exact: kotlin.Int? { get; set; }
|
||||
|
||||
public open var ideal: kotlin.Int? { get; set; }
|
||||
}
|
||||
|
||||
public external interface ConstrainablePattern {
|
||||
public open var onoverconstrained: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public abstract fun applyConstraints(constraints: org.w3c.dom.mediacapture.Constraints = ...): kotlin.js.Promise<kotlin.Unit>
|
||||
|
||||
public abstract fun getCapabilities(): org.w3c.dom.mediacapture.Capabilities
|
||||
|
||||
public abstract fun getConstraints(): org.w3c.dom.mediacapture.Constraints
|
||||
|
||||
public abstract fun getSettings(): org.w3c.dom.mediacapture.Settings
|
||||
}
|
||||
|
||||
public external interface ConstraintSet {
|
||||
}
|
||||
|
||||
public external interface Constraints : org.w3c.dom.mediacapture.ConstraintSet {
|
||||
public open var advanced: kotlin.Array<org.w3c.dom.mediacapture.ConstraintSet>? { get; set; }
|
||||
}
|
||||
|
||||
public external interface DoubleRange {
|
||||
public open var max: kotlin.Double? { get; set; }
|
||||
|
||||
public open var min: kotlin.Double? { get; set; }
|
||||
}
|
||||
|
||||
public abstract external class InputDeviceInfo : org.w3c.dom.mediacapture.MediaDeviceInfo {
|
||||
public constructor InputDeviceInfo()
|
||||
|
||||
public final fun getCapabilities(): org.w3c.dom.mediacapture.MediaTrackCapabilities
|
||||
}
|
||||
|
||||
public abstract external class MediaDeviceInfo {
|
||||
public constructor MediaDeviceInfo()
|
||||
|
||||
public open val deviceId: kotlin.String { get; }
|
||||
|
||||
public open val groupId: kotlin.String { get; }
|
||||
|
||||
public open val kind: org.w3c.dom.mediacapture.MediaDeviceKind { get; }
|
||||
|
||||
public open val label: kotlin.String { get; }
|
||||
|
||||
public final fun toJSON(): dynamic
|
||||
}
|
||||
|
||||
@kotlin.js.JsName(name = "null")
|
||||
public external interface MediaDeviceKind {
|
||||
public companion object of MediaDeviceKind {
|
||||
}
|
||||
}
|
||||
|
||||
public abstract external class MediaDevices : org.w3c.dom.events.EventTarget {
|
||||
public constructor MediaDevices()
|
||||
|
||||
public open var ondevicechange: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public final fun enumerateDevices(): kotlin.js.Promise<kotlin.Array<org.w3c.dom.mediacapture.MediaDeviceInfo>>
|
||||
|
||||
public final fun getSupportedConstraints(): org.w3c.dom.mediacapture.MediaTrackSupportedConstraints
|
||||
|
||||
public final fun getUserMedia(constraints: org.w3c.dom.mediacapture.MediaStreamConstraints = ...): kotlin.js.Promise<org.w3c.dom.mediacapture.MediaStream>
|
||||
}
|
||||
|
||||
public open external class MediaStream : org.w3c.dom.events.EventTarget, org.w3c.dom.MediaProvider {
|
||||
public constructor MediaStream()
|
||||
|
||||
public constructor MediaStream(tracks: kotlin.Array<org.w3c.dom.mediacapture.MediaStreamTrack>)
|
||||
|
||||
public constructor MediaStream(stream: org.w3c.dom.mediacapture.MediaStream)
|
||||
|
||||
public open val active: kotlin.Boolean { get; }
|
||||
|
||||
public open val id: kotlin.String { get; }
|
||||
|
||||
public final var onaddtrack: ((org.w3c.dom.mediacapture.MediaStreamTrackEvent) -> dynamic)? { get; set; }
|
||||
|
||||
public final var onremovetrack: ((org.w3c.dom.mediacapture.MediaStreamTrackEvent) -> dynamic)? { get; set; }
|
||||
|
||||
public final fun addTrack(track: org.w3c.dom.mediacapture.MediaStreamTrack): kotlin.Unit
|
||||
|
||||
public final fun clone(): org.w3c.dom.mediacapture.MediaStream
|
||||
|
||||
public final fun getAudioTracks(): kotlin.Array<org.w3c.dom.mediacapture.MediaStreamTrack>
|
||||
|
||||
public final fun getTrackById(trackId: kotlin.String): org.w3c.dom.mediacapture.MediaStreamTrack?
|
||||
|
||||
public final fun getTracks(): kotlin.Array<org.w3c.dom.mediacapture.MediaStreamTrack>
|
||||
|
||||
public final fun getVideoTracks(): kotlin.Array<org.w3c.dom.mediacapture.MediaStreamTrack>
|
||||
|
||||
public final fun removeTrack(track: org.w3c.dom.mediacapture.MediaStreamTrack): kotlin.Unit
|
||||
}
|
||||
|
||||
public external interface MediaStreamConstraints {
|
||||
public open var audio: dynamic { get; set; }
|
||||
|
||||
public open var video: dynamic { get; set; }
|
||||
}
|
||||
|
||||
public abstract external class MediaStreamTrack : org.w3c.dom.events.EventTarget {
|
||||
public constructor MediaStreamTrack()
|
||||
|
||||
public open var enabled: kotlin.Boolean { get; set; }
|
||||
|
||||
public open val id: kotlin.String { get; }
|
||||
|
||||
public open val kind: kotlin.String { get; }
|
||||
|
||||
public open val label: kotlin.String { get; }
|
||||
|
||||
public open val muted: kotlin.Boolean { get; }
|
||||
|
||||
public open var onended: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public open var onmute: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public open var onoverconstrained: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public open var onunmute: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public open val readyState: org.w3c.dom.mediacapture.MediaStreamTrackState { get; }
|
||||
|
||||
public final fun applyConstraints(constraints: org.w3c.dom.mediacapture.MediaTrackConstraints = ...): kotlin.js.Promise<kotlin.Unit>
|
||||
|
||||
public final fun clone(): org.w3c.dom.mediacapture.MediaStreamTrack
|
||||
|
||||
public final fun getCapabilities(): org.w3c.dom.mediacapture.MediaTrackCapabilities
|
||||
|
||||
public final fun getConstraints(): org.w3c.dom.mediacapture.MediaTrackConstraints
|
||||
|
||||
public final fun getSettings(): org.w3c.dom.mediacapture.MediaTrackSettings
|
||||
|
||||
public final fun stop(): kotlin.Unit
|
||||
}
|
||||
|
||||
public open external class MediaStreamTrackEvent : org.w3c.dom.events.Event {
|
||||
public constructor MediaStreamTrackEvent(type: kotlin.String, eventInitDict: org.w3c.dom.mediacapture.MediaStreamTrackEventInit)
|
||||
|
||||
public open val track: org.w3c.dom.mediacapture.MediaStreamTrack { get; }
|
||||
|
||||
public companion object of MediaStreamTrackEvent {
|
||||
public final val AT_TARGET: kotlin.Short { get; }
|
||||
|
||||
public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val NONE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public external interface MediaStreamTrackEventInit : org.w3c.dom.EventInit {
|
||||
public abstract var track: org.w3c.dom.mediacapture.MediaStreamTrack? { get; set; }
|
||||
}
|
||||
|
||||
@kotlin.js.JsName(name = "null")
|
||||
public external interface MediaStreamTrackState {
|
||||
public companion object of MediaStreamTrackState {
|
||||
}
|
||||
}
|
||||
|
||||
public external interface MediaTrackCapabilities {
|
||||
public open var aspectRatio: org.w3c.dom.mediacapture.DoubleRange? { get; set; }
|
||||
|
||||
public open var autoGainControl: kotlin.Array<kotlin.Boolean>? { get; set; }
|
||||
|
||||
public open var channelCount: org.w3c.dom.mediacapture.ULongRange? { get; set; }
|
||||
|
||||
public open var deviceId: kotlin.String? { get; set; }
|
||||
|
||||
public open var echoCancellation: kotlin.Array<kotlin.Boolean>? { get; set; }
|
||||
|
||||
public open var facingMode: kotlin.Array<kotlin.String>? { get; set; }
|
||||
|
||||
public open var frameRate: org.w3c.dom.mediacapture.DoubleRange? { get; set; }
|
||||
|
||||
public open var groupId: kotlin.String? { get; set; }
|
||||
|
||||
public open var height: org.w3c.dom.mediacapture.ULongRange? { get; set; }
|
||||
|
||||
public open var latency: org.w3c.dom.mediacapture.DoubleRange? { get; set; }
|
||||
|
||||
public open var noiseSuppression: kotlin.Array<kotlin.Boolean>? { get; set; }
|
||||
|
||||
public open var resizeMode: kotlin.Array<kotlin.String>? { get; set; }
|
||||
|
||||
public open var sampleRate: org.w3c.dom.mediacapture.ULongRange? { get; set; }
|
||||
|
||||
public open var sampleSize: org.w3c.dom.mediacapture.ULongRange? { get; set; }
|
||||
|
||||
public open var volume: org.w3c.dom.mediacapture.DoubleRange? { get; set; }
|
||||
|
||||
public open var width: org.w3c.dom.mediacapture.ULongRange? { get; set; }
|
||||
}
|
||||
|
||||
public external interface MediaTrackConstraintSet {
|
||||
public open var aspectRatio: dynamic { get; set; }
|
||||
|
||||
public open var autoGainControl: dynamic { get; set; }
|
||||
|
||||
public open var channelCount: dynamic { get; set; }
|
||||
|
||||
public open var deviceId: dynamic { get; set; }
|
||||
|
||||
public open var echoCancellation: dynamic { get; set; }
|
||||
|
||||
public open var facingMode: dynamic { get; set; }
|
||||
|
||||
public open var frameRate: dynamic { get; set; }
|
||||
|
||||
public open var groupId: dynamic { get; set; }
|
||||
|
||||
public open var height: dynamic { get; set; }
|
||||
|
||||
public open var latency: dynamic { get; set; }
|
||||
|
||||
public open var noiseSuppression: dynamic { get; set; }
|
||||
|
||||
public open var resizeMode: dynamic { get; set; }
|
||||
|
||||
public open var sampleRate: dynamic { get; set; }
|
||||
|
||||
public open var sampleSize: dynamic { get; set; }
|
||||
|
||||
public open var volume: dynamic { get; set; }
|
||||
|
||||
public open var width: dynamic { get; set; }
|
||||
}
|
||||
|
||||
public external interface MediaTrackConstraints : org.w3c.dom.mediacapture.MediaTrackConstraintSet {
|
||||
public open var advanced: kotlin.Array<org.w3c.dom.mediacapture.MediaTrackConstraintSet>? { get; set; }
|
||||
}
|
||||
|
||||
public external interface MediaTrackSettings {
|
||||
public open var aspectRatio: kotlin.Double? { get; set; }
|
||||
|
||||
public open var autoGainControl: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var channelCount: kotlin.Int? { get; set; }
|
||||
|
||||
public open var deviceId: kotlin.String? { get; set; }
|
||||
|
||||
public open var echoCancellation: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var facingMode: kotlin.String? { get; set; }
|
||||
|
||||
public open var frameRate: kotlin.Double? { get; set; }
|
||||
|
||||
public open var groupId: kotlin.String? { get; set; }
|
||||
|
||||
public open var height: kotlin.Int? { get; set; }
|
||||
|
||||
public open var latency: kotlin.Double? { get; set; }
|
||||
|
||||
public open var noiseSuppression: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var resizeMode: kotlin.String? { get; set; }
|
||||
|
||||
public open var sampleRate: kotlin.Int? { get; set; }
|
||||
|
||||
public open var sampleSize: kotlin.Int? { get; set; }
|
||||
|
||||
public open var volume: kotlin.Double? { get; set; }
|
||||
|
||||
public open var width: kotlin.Int? { get; set; }
|
||||
}
|
||||
|
||||
public external interface MediaTrackSupportedConstraints {
|
||||
public open var aspectRatio: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var autoGainControl: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var channelCount: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var deviceId: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var echoCancellation: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var facingMode: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var frameRate: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var groupId: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var height: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var latency: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var noiseSuppression: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var resizeMode: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var sampleRate: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var sampleSize: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var volume: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var width: kotlin.Boolean? { get; set; }
|
||||
}
|
||||
|
||||
public open external class OverconstrainedErrorEvent : org.w3c.dom.events.Event {
|
||||
public constructor OverconstrainedErrorEvent(type: kotlin.String, eventInitDict: org.w3c.dom.mediacapture.OverconstrainedErrorEventInit)
|
||||
|
||||
public open val error: dynamic { get; }
|
||||
|
||||
public companion object of OverconstrainedErrorEvent {
|
||||
public final val AT_TARGET: kotlin.Short { get; }
|
||||
|
||||
public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val NONE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public external interface OverconstrainedErrorEventInit : org.w3c.dom.EventInit {
|
||||
public open var error: dynamic { get; set; }
|
||||
}
|
||||
|
||||
public external interface Settings {
|
||||
}
|
||||
|
||||
public external interface ULongRange {
|
||||
public open var max: kotlin.Int? { get; set; }
|
||||
|
||||
public open var min: kotlin.Int? { get; set; }
|
||||
}
|
||||
|
||||
@kotlin.js.JsName(name = "null")
|
||||
public external interface VideoFacingModeEnum {
|
||||
public companion object of VideoFacingModeEnum {
|
||||
}
|
||||
}
|
||||
|
||||
@kotlin.js.JsName(name = "null")
|
||||
public external interface VideoResizeModeEnum {
|
||||
public companion object of VideoResizeModeEnum {
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,114 @@
|
||||
public val org.w3c.dom.mediasource.ReadyState.Companion.CLOSED: org.w3c.dom.mediasource.ReadyState { get; }
|
||||
|
||||
public val org.w3c.dom.mediasource.EndOfStreamError.Companion.DECODE: org.w3c.dom.mediasource.EndOfStreamError { get; }
|
||||
|
||||
public val org.w3c.dom.mediasource.ReadyState.Companion.ENDED: org.w3c.dom.mediasource.ReadyState { get; }
|
||||
|
||||
public val org.w3c.dom.mediasource.EndOfStreamError.Companion.NETWORK: org.w3c.dom.mediasource.EndOfStreamError { get; }
|
||||
|
||||
public val org.w3c.dom.mediasource.ReadyState.Companion.OPEN: org.w3c.dom.mediasource.ReadyState { get; }
|
||||
|
||||
public val org.w3c.dom.mediasource.AppendMode.Companion.SEGMENTS: org.w3c.dom.mediasource.AppendMode { get; }
|
||||
|
||||
public val org.w3c.dom.mediasource.AppendMode.Companion.SEQUENCE: org.w3c.dom.mediasource.AppendMode { get; }
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline operator fun org.w3c.dom.mediasource.SourceBufferList.get(index: kotlin.Int): org.w3c.dom.mediasource.SourceBuffer?
|
||||
|
||||
@kotlin.js.JsName(name = "null")
|
||||
public external interface AppendMode {
|
||||
public companion object of AppendMode {
|
||||
}
|
||||
}
|
||||
|
||||
@kotlin.js.JsName(name = "null")
|
||||
public external interface EndOfStreamError {
|
||||
public companion object of EndOfStreamError {
|
||||
}
|
||||
}
|
||||
|
||||
public open external class MediaSource : org.w3c.dom.events.EventTarget, org.w3c.dom.MediaProvider {
|
||||
public constructor MediaSource()
|
||||
|
||||
public open val activeSourceBuffers: org.w3c.dom.mediasource.SourceBufferList { get; }
|
||||
|
||||
public final var duration: kotlin.Double { get; set; }
|
||||
|
||||
public final var onsourceclose: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public final var onsourceended: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public final var onsourceopen: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public open val readyState: org.w3c.dom.mediasource.ReadyState { get; }
|
||||
|
||||
public open val sourceBuffers: org.w3c.dom.mediasource.SourceBufferList { get; }
|
||||
|
||||
public final fun addSourceBuffer(type: kotlin.String): org.w3c.dom.mediasource.SourceBuffer
|
||||
|
||||
public final fun clearLiveSeekableRange(): kotlin.Unit
|
||||
|
||||
public final fun endOfStream(error: org.w3c.dom.mediasource.EndOfStreamError = ...): kotlin.Unit
|
||||
|
||||
public final fun removeSourceBuffer(sourceBuffer: org.w3c.dom.mediasource.SourceBuffer): kotlin.Unit
|
||||
|
||||
public final fun setLiveSeekableRange(start: kotlin.Double, end: kotlin.Double): kotlin.Unit
|
||||
|
||||
public companion object of MediaSource {
|
||||
public final fun isTypeSupported(type: kotlin.String): kotlin.Boolean
|
||||
}
|
||||
}
|
||||
|
||||
@kotlin.js.JsName(name = "null")
|
||||
public external interface ReadyState {
|
||||
public companion object of ReadyState {
|
||||
}
|
||||
}
|
||||
|
||||
public abstract external class SourceBuffer : org.w3c.dom.events.EventTarget {
|
||||
public constructor SourceBuffer()
|
||||
|
||||
public open var appendWindowEnd: kotlin.Double { get; set; }
|
||||
|
||||
public open var appendWindowStart: kotlin.Double { get; set; }
|
||||
|
||||
public open val audioTracks: org.w3c.dom.AudioTrackList { get; }
|
||||
|
||||
public open val buffered: org.w3c.dom.TimeRanges { get; }
|
||||
|
||||
public open var mode: org.w3c.dom.mediasource.AppendMode { get; set; }
|
||||
|
||||
public open var onabort: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public open var onerror: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public open var onupdate: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public open var onupdateend: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public open var onupdatestart: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public open val textTracks: org.w3c.dom.TextTrackList { get; }
|
||||
|
||||
public open var timestampOffset: kotlin.Double { get; set; }
|
||||
|
||||
public open val updating: kotlin.Boolean { get; }
|
||||
|
||||
public open val videoTracks: org.w3c.dom.VideoTrackList { get; }
|
||||
|
||||
public final fun abort(): kotlin.Unit
|
||||
|
||||
public final fun appendBuffer(data: dynamic): kotlin.Unit
|
||||
|
||||
public final fun remove(start: kotlin.Double, end: kotlin.Double): kotlin.Unit
|
||||
}
|
||||
|
||||
public abstract external class SourceBufferList : org.w3c.dom.events.EventTarget {
|
||||
public constructor SourceBufferList()
|
||||
|
||||
public open val length: kotlin.Int { get; }
|
||||
|
||||
public open var onaddsourcebuffer: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public open var onremovesourcebuffer: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
public open external class DOMParser {
|
||||
public constructor DOMParser()
|
||||
|
||||
public final fun parseFromString(str: kotlin.String, type: dynamic): org.w3c.dom.Document
|
||||
}
|
||||
|
||||
public open external class XMLSerializer {
|
||||
public constructor XMLSerializer()
|
||||
|
||||
public final fun serializeToString(root: org.w3c.dom.Node): kotlin.String
|
||||
}
|
||||
@@ -0,0 +1,58 @@
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun PointerEventInit(pointerId: kotlin.Int? = ..., width: kotlin.Double? = ..., height: kotlin.Double? = ..., pressure: kotlin.Float? = ..., tangentialPressure: kotlin.Float? = ..., tiltX: kotlin.Int? = ..., tiltY: kotlin.Int? = ..., twist: kotlin.Int? = ..., pointerType: kotlin.String? = ..., isPrimary: kotlin.Boolean? = ..., screenX: kotlin.Int? = ..., screenY: kotlin.Int? = ..., clientX: kotlin.Int? = ..., clientY: kotlin.Int? = ..., button: kotlin.Short? = ..., buttons: kotlin.Short? = ..., relatedTarget: org.w3c.dom.events.EventTarget? = ..., region: kotlin.String? = ..., ctrlKey: kotlin.Boolean? = ..., shiftKey: kotlin.Boolean? = ..., altKey: kotlin.Boolean? = ..., metaKey: kotlin.Boolean? = ..., modifierAltGraph: kotlin.Boolean? = ..., modifierCapsLock: kotlin.Boolean? = ..., modifierFn: kotlin.Boolean? = ..., modifierFnLock: kotlin.Boolean? = ..., modifierHyper: kotlin.Boolean? = ..., modifierNumLock: kotlin.Boolean? = ..., modifierScrollLock: kotlin.Boolean? = ..., modifierSuper: kotlin.Boolean? = ..., modifierSymbol: kotlin.Boolean? = ..., modifierSymbolLock: kotlin.Boolean? = ..., view: org.w3c.dom.Window? = ..., detail: kotlin.Int? = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.dom.pointerevents.PointerEventInit
|
||||
|
||||
public open external class PointerEvent : org.w3c.dom.events.MouseEvent {
|
||||
public constructor PointerEvent(type: kotlin.String, eventInitDict: org.w3c.dom.pointerevents.PointerEventInit = ...)
|
||||
|
||||
public open val height: kotlin.Double { get; }
|
||||
|
||||
public open val isPrimary: kotlin.Boolean { get; }
|
||||
|
||||
public open val pointerId: kotlin.Int { get; }
|
||||
|
||||
public open val pointerType: kotlin.String { get; }
|
||||
|
||||
public open val pressure: kotlin.Float { get; }
|
||||
|
||||
public open val tangentialPressure: kotlin.Float { get; }
|
||||
|
||||
public open val tiltX: kotlin.Int { get; }
|
||||
|
||||
public open val tiltY: kotlin.Int { get; }
|
||||
|
||||
public open val twist: kotlin.Int { get; }
|
||||
|
||||
public open val width: kotlin.Double { get; }
|
||||
|
||||
public companion object of PointerEvent {
|
||||
public final val AT_TARGET: kotlin.Short { get; }
|
||||
|
||||
public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val NONE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public external interface PointerEventInit : org.w3c.dom.events.MouseEventInit {
|
||||
public open var height: kotlin.Double? { get; set; }
|
||||
|
||||
public open var isPrimary: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var pointerId: kotlin.Int? { get; set; }
|
||||
|
||||
public open var pointerType: kotlin.String? { get; set; }
|
||||
|
||||
public open var pressure: kotlin.Float? { get; set; }
|
||||
|
||||
public open var tangentialPressure: kotlin.Float? { get; set; }
|
||||
|
||||
public open var tiltX: kotlin.Int? { get; set; }
|
||||
|
||||
public open var tiltY: kotlin.Int? { get; set; }
|
||||
|
||||
public open var twist: kotlin.Int? { get; set; }
|
||||
|
||||
public open var width: kotlin.Double? { get; set; }
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,57 @@
|
||||
public open external class URL {
|
||||
public constructor URL(url: kotlin.String, base: kotlin.String = ...)
|
||||
|
||||
public final var hash: kotlin.String { get; set; }
|
||||
|
||||
public final var host: kotlin.String { get; set; }
|
||||
|
||||
public final var hostname: kotlin.String { get; set; }
|
||||
|
||||
public final var href: kotlin.String { get; set; }
|
||||
|
||||
public open val origin: kotlin.String { get; }
|
||||
|
||||
public final var password: kotlin.String { get; set; }
|
||||
|
||||
public final var pathname: kotlin.String { get; set; }
|
||||
|
||||
public final var port: kotlin.String { get; set; }
|
||||
|
||||
public final var protocol: kotlin.String { get; set; }
|
||||
|
||||
public final var search: kotlin.String { get; set; }
|
||||
|
||||
public open val searchParams: org.w3c.dom.url.URLSearchParams { get; }
|
||||
|
||||
public final var username: kotlin.String { get; set; }
|
||||
|
||||
public companion object of URL {
|
||||
public final fun createFor(blob: org.w3c.files.Blob): kotlin.String
|
||||
|
||||
public final fun createObjectURL(mediaSource: org.w3c.dom.mediasource.MediaSource): kotlin.String
|
||||
|
||||
public final fun createObjectURL(blob: org.w3c.files.Blob): kotlin.String
|
||||
|
||||
public final fun domainToASCII(domain: kotlin.String): kotlin.String
|
||||
|
||||
public final fun domainToUnicode(domain: kotlin.String): kotlin.String
|
||||
|
||||
public final fun revokeObjectURL(url: kotlin.String): kotlin.Unit
|
||||
}
|
||||
}
|
||||
|
||||
public open external class URLSearchParams {
|
||||
public constructor URLSearchParams(init: dynamic = ...)
|
||||
|
||||
public final fun append(name: kotlin.String, value: kotlin.String): kotlin.Unit
|
||||
|
||||
public final fun delete(name: kotlin.String): kotlin.Unit
|
||||
|
||||
public final fun get(name: kotlin.String): kotlin.String?
|
||||
|
||||
public final fun getAll(name: kotlin.String): kotlin.Array<kotlin.String>
|
||||
|
||||
public final fun has(name: kotlin.String): kotlin.Boolean
|
||||
|
||||
public final fun set(name: kotlin.String, value: kotlin.String): kotlin.Unit
|
||||
}
|
||||
@@ -0,0 +1,285 @@
|
||||
public val org.w3c.fetch.RequestType.Companion.AUDIO: org.w3c.fetch.RequestType { get; }
|
||||
|
||||
public val org.w3c.fetch.ResponseType.Companion.BASIC: org.w3c.fetch.ResponseType { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestMode.Companion.CORS: org.w3c.fetch.RequestMode { get; }
|
||||
|
||||
public val org.w3c.fetch.ResponseType.Companion.CORS: org.w3c.fetch.ResponseType { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestCache.Companion.DEFAULT: org.w3c.fetch.RequestCache { get; }
|
||||
|
||||
public val org.w3c.fetch.ResponseType.Companion.DEFAULT: org.w3c.fetch.ResponseType { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestDestination.Companion.DOCUMENT: org.w3c.fetch.RequestDestination { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestDestination.Companion.EMBED: org.w3c.fetch.RequestDestination { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestDestination.Companion.EMPTY: org.w3c.fetch.RequestDestination { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestType.Companion.EMPTY: org.w3c.fetch.RequestType { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestRedirect.Companion.ERROR: org.w3c.fetch.RequestRedirect { get; }
|
||||
|
||||
public val org.w3c.fetch.ResponseType.Companion.ERROR: org.w3c.fetch.ResponseType { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestRedirect.Companion.FOLLOW: org.w3c.fetch.RequestRedirect { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestDestination.Companion.FONT: org.w3c.fetch.RequestDestination { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestType.Companion.FONT: org.w3c.fetch.RequestType { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestCache.Companion.FORCE_CACHE: org.w3c.fetch.RequestCache { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestDestination.Companion.IMAGE: org.w3c.fetch.RequestDestination { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestType.Companion.IMAGE: org.w3c.fetch.RequestType { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestCredentials.Companion.INCLUDE: org.w3c.fetch.RequestCredentials { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestDestination.Companion.MANIFEST: org.w3c.fetch.RequestDestination { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestRedirect.Companion.MANUAL: org.w3c.fetch.RequestRedirect { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestDestination.Companion.MEDIA: org.w3c.fetch.RequestDestination { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestMode.Companion.NAVIGATE: org.w3c.fetch.RequestMode { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestCache.Companion.NO_CACHE: org.w3c.fetch.RequestCache { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestMode.Companion.NO_CORS: org.w3c.fetch.RequestMode { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestCache.Companion.NO_STORE: org.w3c.fetch.RequestCache { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestDestination.Companion.OBJECT: org.w3c.fetch.RequestDestination { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestCredentials.Companion.OMIT: org.w3c.fetch.RequestCredentials { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestCache.Companion.ONLY_IF_CACHED: org.w3c.fetch.RequestCache { get; }
|
||||
|
||||
public val org.w3c.fetch.ResponseType.Companion.OPAQUE: org.w3c.fetch.ResponseType { get; }
|
||||
|
||||
public val org.w3c.fetch.ResponseType.Companion.OPAQUEREDIRECT: org.w3c.fetch.ResponseType { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestCache.Companion.RELOAD: org.w3c.fetch.RequestCache { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestDestination.Companion.REPORT: org.w3c.fetch.RequestDestination { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestCredentials.Companion.SAME_ORIGIN: org.w3c.fetch.RequestCredentials { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestMode.Companion.SAME_ORIGIN: org.w3c.fetch.RequestMode { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestDestination.Companion.SCRIPT: org.w3c.fetch.RequestDestination { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestType.Companion.SCRIPT: org.w3c.fetch.RequestType { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestDestination.Companion.SERVICEWORKER: org.w3c.fetch.RequestDestination { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestDestination.Companion.SHAREDWORKER: org.w3c.fetch.RequestDestination { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestDestination.Companion.STYLE: org.w3c.fetch.RequestDestination { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestType.Companion.STYLE: org.w3c.fetch.RequestType { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestType.Companion.TRACK: org.w3c.fetch.RequestType { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestType.Companion.VIDEO: org.w3c.fetch.RequestType { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestDestination.Companion.WORKER: org.w3c.fetch.RequestDestination { get; }
|
||||
|
||||
public val org.w3c.fetch.RequestDestination.Companion.XSLT: org.w3c.fetch.RequestDestination { get; }
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun RequestInit(method: kotlin.String? = ..., headers: dynamic = ..., body: dynamic = ..., referrer: kotlin.String? = ..., referrerPolicy: dynamic = ..., mode: org.w3c.fetch.RequestMode? = ..., credentials: org.w3c.fetch.RequestCredentials? = ..., cache: org.w3c.fetch.RequestCache? = ..., redirect: org.w3c.fetch.RequestRedirect? = ..., integrity: kotlin.String? = ..., keepalive: kotlin.Boolean? = ..., window: kotlin.Any? = ...): org.w3c.fetch.RequestInit
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun ResponseInit(status: kotlin.Short? = ..., statusText: kotlin.String? = ..., headers: dynamic = ...): org.w3c.fetch.ResponseInit
|
||||
|
||||
public external interface Body {
|
||||
public abstract val bodyUsed: kotlin.Boolean { get; }
|
||||
|
||||
public abstract fun arrayBuffer(): kotlin.js.Promise<org.khronos.webgl.ArrayBuffer>
|
||||
|
||||
public abstract fun blob(): kotlin.js.Promise<org.w3c.files.Blob>
|
||||
|
||||
public abstract fun formData(): kotlin.js.Promise<org.w3c.xhr.FormData>
|
||||
|
||||
public abstract fun json(): kotlin.js.Promise<kotlin.Any?>
|
||||
|
||||
public abstract fun text(): kotlin.js.Promise<kotlin.String>
|
||||
}
|
||||
|
||||
public open external class Headers {
|
||||
public constructor Headers(init: dynamic = ...)
|
||||
|
||||
public final fun append(name: kotlin.String, value: kotlin.String): kotlin.Unit
|
||||
|
||||
public final fun delete(name: kotlin.String): kotlin.Unit
|
||||
|
||||
public final fun get(name: kotlin.String): kotlin.String?
|
||||
|
||||
public final fun has(name: kotlin.String): kotlin.Boolean
|
||||
|
||||
public final fun set(name: kotlin.String, value: kotlin.String): kotlin.Unit
|
||||
}
|
||||
|
||||
public open external class Request : org.w3c.fetch.Body {
|
||||
public constructor Request(input: dynamic, init: org.w3c.fetch.RequestInit = ...)
|
||||
|
||||
public open override val bodyUsed: kotlin.Boolean { get; }
|
||||
|
||||
public open val cache: org.w3c.fetch.RequestCache { get; }
|
||||
|
||||
public open val credentials: org.w3c.fetch.RequestCredentials { get; }
|
||||
|
||||
public open val destination: org.w3c.fetch.RequestDestination { get; }
|
||||
|
||||
public open val headers: org.w3c.fetch.Headers { get; }
|
||||
|
||||
public open val integrity: kotlin.String { get; }
|
||||
|
||||
public open val keepalive: kotlin.Boolean { get; }
|
||||
|
||||
public open val method: kotlin.String { get; }
|
||||
|
||||
public open val mode: org.w3c.fetch.RequestMode { get; }
|
||||
|
||||
public open val redirect: org.w3c.fetch.RequestRedirect { get; }
|
||||
|
||||
public open val referrer: kotlin.String { get; }
|
||||
|
||||
public open val referrerPolicy: dynamic { get; }
|
||||
|
||||
public open val type: org.w3c.fetch.RequestType { get; }
|
||||
|
||||
public open val url: kotlin.String { get; }
|
||||
|
||||
public open override fun arrayBuffer(): kotlin.js.Promise<org.khronos.webgl.ArrayBuffer>
|
||||
|
||||
public open override fun blob(): kotlin.js.Promise<org.w3c.files.Blob>
|
||||
|
||||
public final fun clone(): org.w3c.fetch.Request
|
||||
|
||||
public open override fun formData(): kotlin.js.Promise<org.w3c.xhr.FormData>
|
||||
|
||||
public open override fun json(): kotlin.js.Promise<kotlin.Any?>
|
||||
|
||||
public open override fun text(): kotlin.js.Promise<kotlin.String>
|
||||
}
|
||||
|
||||
@kotlin.js.JsName(name = "null")
|
||||
public external interface RequestCache {
|
||||
public companion object of RequestCache {
|
||||
}
|
||||
}
|
||||
|
||||
@kotlin.js.JsName(name = "null")
|
||||
public external interface RequestCredentials {
|
||||
public companion object of RequestCredentials {
|
||||
}
|
||||
}
|
||||
|
||||
@kotlin.js.JsName(name = "null")
|
||||
public external interface RequestDestination {
|
||||
public companion object of RequestDestination {
|
||||
}
|
||||
}
|
||||
|
||||
public external interface RequestInit {
|
||||
public open var body: dynamic { get; set; }
|
||||
|
||||
public open var cache: org.w3c.fetch.RequestCache? { get; set; }
|
||||
|
||||
public open var credentials: org.w3c.fetch.RequestCredentials? { get; set; }
|
||||
|
||||
public open var headers: dynamic { get; set; }
|
||||
|
||||
public open var integrity: kotlin.String? { get; set; }
|
||||
|
||||
public open var keepalive: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var method: kotlin.String? { get; set; }
|
||||
|
||||
public open var mode: org.w3c.fetch.RequestMode? { get; set; }
|
||||
|
||||
public open var redirect: org.w3c.fetch.RequestRedirect? { get; set; }
|
||||
|
||||
public open var referrer: kotlin.String? { get; set; }
|
||||
|
||||
public open var referrerPolicy: dynamic { get; set; }
|
||||
|
||||
public open var window: kotlin.Any? { get; set; }
|
||||
}
|
||||
|
||||
@kotlin.js.JsName(name = "null")
|
||||
public external interface RequestMode {
|
||||
public companion object of RequestMode {
|
||||
}
|
||||
}
|
||||
|
||||
@kotlin.js.JsName(name = "null")
|
||||
public external interface RequestRedirect {
|
||||
public companion object of RequestRedirect {
|
||||
}
|
||||
}
|
||||
|
||||
@kotlin.js.JsName(name = "null")
|
||||
public external interface RequestType {
|
||||
public companion object of RequestType {
|
||||
}
|
||||
}
|
||||
|
||||
public open external class Response : org.w3c.fetch.Body {
|
||||
public constructor Response(body: dynamic = ..., init: org.w3c.fetch.ResponseInit = ...)
|
||||
|
||||
public open val body: dynamic { get; }
|
||||
|
||||
public open override val bodyUsed: kotlin.Boolean { get; }
|
||||
|
||||
public open val headers: org.w3c.fetch.Headers { get; }
|
||||
|
||||
public open val ok: kotlin.Boolean { get; }
|
||||
|
||||
public open val redirected: kotlin.Boolean { get; }
|
||||
|
||||
public open val status: kotlin.Short { get; }
|
||||
|
||||
public open val statusText: kotlin.String { get; }
|
||||
|
||||
public open val trailer: kotlin.js.Promise<org.w3c.fetch.Headers> { get; }
|
||||
|
||||
public open val type: org.w3c.fetch.ResponseType { get; }
|
||||
|
||||
public open val url: kotlin.String { get; }
|
||||
|
||||
public open override fun arrayBuffer(): kotlin.js.Promise<org.khronos.webgl.ArrayBuffer>
|
||||
|
||||
public open override fun blob(): kotlin.js.Promise<org.w3c.files.Blob>
|
||||
|
||||
public final fun clone(): org.w3c.fetch.Response
|
||||
|
||||
public open override fun formData(): kotlin.js.Promise<org.w3c.xhr.FormData>
|
||||
|
||||
public open override fun json(): kotlin.js.Promise<kotlin.Any?>
|
||||
|
||||
public open override fun text(): kotlin.js.Promise<kotlin.String>
|
||||
|
||||
public companion object of Response {
|
||||
public final fun error(): org.w3c.fetch.Response
|
||||
|
||||
public final fun redirect(url: kotlin.String, status: kotlin.Short = ...): org.w3c.fetch.Response
|
||||
}
|
||||
}
|
||||
|
||||
public external interface ResponseInit {
|
||||
public open var headers: dynamic { get; set; }
|
||||
|
||||
public open var status: kotlin.Short? { get; set; }
|
||||
|
||||
public open var statusText: kotlin.String? { get; set; }
|
||||
}
|
||||
|
||||
@kotlin.js.JsName(name = "null")
|
||||
public external interface ResponseType {
|
||||
public companion object of ResponseType {
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,96 @@
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun BlobPropertyBag(type: kotlin.String? = ...): org.w3c.files.BlobPropertyBag
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun FilePropertyBag(lastModified: kotlin.Int? = ..., type: kotlin.String? = ...): org.w3c.files.FilePropertyBag
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline operator fun org.w3c.files.FileList.get(index: kotlin.Int): org.w3c.files.File?
|
||||
|
||||
public open external class Blob : org.w3c.dom.MediaProvider, org.w3c.dom.ImageBitmapSource {
|
||||
public constructor Blob(blobParts: kotlin.Array<dynamic> = ..., options: org.w3c.files.BlobPropertyBag = ...)
|
||||
|
||||
public open val isClosed: kotlin.Boolean { get; }
|
||||
|
||||
public open val size: kotlin.Number { get; }
|
||||
|
||||
public open val type: kotlin.String { get; }
|
||||
|
||||
public final fun close(): kotlin.Unit
|
||||
|
||||
public final fun slice(start: kotlin.Int = ..., end: kotlin.Int = ..., contentType: kotlin.String = ...): org.w3c.files.Blob
|
||||
}
|
||||
|
||||
public external interface BlobPropertyBag {
|
||||
public open var type: kotlin.String? { get; set; }
|
||||
}
|
||||
|
||||
public open external class File : org.w3c.files.Blob {
|
||||
public constructor File(fileBits: kotlin.Array<dynamic>, fileName: kotlin.String, options: org.w3c.files.FilePropertyBag = ...)
|
||||
|
||||
public open val lastModified: kotlin.Int { get; }
|
||||
|
||||
public open val name: kotlin.String { get; }
|
||||
}
|
||||
|
||||
public abstract external class FileList : org.w3c.dom.ItemArrayLike<org.w3c.files.File> {
|
||||
public constructor FileList()
|
||||
|
||||
public open override fun item(index: kotlin.Int): org.w3c.files.File?
|
||||
}
|
||||
|
||||
public external interface FilePropertyBag : org.w3c.files.BlobPropertyBag {
|
||||
public open var lastModified: kotlin.Int? { get; set; }
|
||||
}
|
||||
|
||||
public open external class FileReader : org.w3c.dom.events.EventTarget {
|
||||
public constructor FileReader()
|
||||
|
||||
public open val error: dynamic { get; }
|
||||
|
||||
public final var onabort: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public final var onerror: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public final var onload: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public final var onloadend: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public final var onloadstart: ((org.w3c.xhr.ProgressEvent) -> dynamic)? { get; set; }
|
||||
|
||||
public final var onprogress: ((org.w3c.xhr.ProgressEvent) -> dynamic)? { get; set; }
|
||||
|
||||
public open val readyState: kotlin.Short { get; }
|
||||
|
||||
public open val result: dynamic { get; }
|
||||
|
||||
public final fun abort(): kotlin.Unit
|
||||
|
||||
public final fun readAsArrayBuffer(blob: org.w3c.files.Blob): kotlin.Unit
|
||||
|
||||
public final fun readAsBinaryString(blob: org.w3c.files.Blob): kotlin.Unit
|
||||
|
||||
public final fun readAsDataURL(blob: org.w3c.files.Blob): kotlin.Unit
|
||||
|
||||
public final fun readAsText(blob: org.w3c.files.Blob, label: kotlin.String = ...): kotlin.Unit
|
||||
|
||||
public companion object of FileReader {
|
||||
public final val DONE: kotlin.Short { get; }
|
||||
|
||||
public final val EMPTY: kotlin.Short { get; }
|
||||
|
||||
public final val LOADING: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public open external class FileReaderSync {
|
||||
public constructor FileReaderSync()
|
||||
|
||||
public final fun readAsArrayBuffer(blob: org.w3c.files.Blob): org.khronos.webgl.ArrayBuffer
|
||||
|
||||
public final fun readAsBinaryString(blob: org.w3c.files.Blob): kotlin.String
|
||||
|
||||
public final fun readAsDataURL(blob: org.w3c.files.Blob): kotlin.String
|
||||
|
||||
public final fun readAsText(blob: org.w3c.files.Blob, label: kotlin.String = ...): kotlin.String
|
||||
}
|
||||
@@ -0,0 +1,161 @@
|
||||
public val org.w3c.notifications.NotificationDirection.Companion.AUTO: org.w3c.notifications.NotificationDirection { get; }
|
||||
|
||||
public val org.w3c.notifications.NotificationPermission.Companion.DEFAULT: org.w3c.notifications.NotificationPermission { get; }
|
||||
|
||||
public val org.w3c.notifications.NotificationPermission.Companion.DENIED: org.w3c.notifications.NotificationPermission { get; }
|
||||
|
||||
public val org.w3c.notifications.NotificationPermission.Companion.GRANTED: org.w3c.notifications.NotificationPermission { get; }
|
||||
|
||||
public val org.w3c.notifications.NotificationDirection.Companion.LTR: org.w3c.notifications.NotificationDirection { get; }
|
||||
|
||||
public val org.w3c.notifications.NotificationDirection.Companion.RTL: org.w3c.notifications.NotificationDirection { get; }
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun GetNotificationOptions(tag: kotlin.String? = ...): org.w3c.notifications.GetNotificationOptions
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun NotificationAction(action: kotlin.String?, title: kotlin.String?, icon: kotlin.String? = ...): org.w3c.notifications.NotificationAction
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun NotificationEventInit(notification: org.w3c.notifications.Notification?, action: kotlin.String? = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.notifications.NotificationEventInit
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun NotificationOptions(dir: org.w3c.notifications.NotificationDirection? = ..., lang: kotlin.String? = ..., body: kotlin.String? = ..., tag: kotlin.String? = ..., image: kotlin.String? = ..., icon: kotlin.String? = ..., badge: kotlin.String? = ..., sound: kotlin.String? = ..., vibrate: dynamic = ..., timestamp: kotlin.Number? = ..., renotify: kotlin.Boolean? = ..., silent: kotlin.Boolean? = ..., noscreen: kotlin.Boolean? = ..., requireInteraction: kotlin.Boolean? = ..., sticky: kotlin.Boolean? = ..., data: kotlin.Any? = ..., actions: kotlin.Array<org.w3c.notifications.NotificationAction>? = ...): org.w3c.notifications.NotificationOptions
|
||||
|
||||
public external interface GetNotificationOptions {
|
||||
public open var tag: kotlin.String? { get; set; }
|
||||
}
|
||||
|
||||
public open external class Notification : org.w3c.dom.events.EventTarget {
|
||||
public constructor Notification(title: kotlin.String, options: org.w3c.notifications.NotificationOptions = ...)
|
||||
|
||||
public open val actions: kotlin.Array<out org.w3c.notifications.NotificationAction> { get; }
|
||||
|
||||
public open val badge: kotlin.String { get; }
|
||||
|
||||
public open val body: kotlin.String { get; }
|
||||
|
||||
public open val data: kotlin.Any? { get; }
|
||||
|
||||
public open val dir: org.w3c.notifications.NotificationDirection { get; }
|
||||
|
||||
public open val icon: kotlin.String { get; }
|
||||
|
||||
public open val image: kotlin.String { get; }
|
||||
|
||||
public open val lang: kotlin.String { get; }
|
||||
|
||||
public open val noscreen: kotlin.Boolean { get; }
|
||||
|
||||
public final var onclick: ((org.w3c.dom.events.MouseEvent) -> dynamic)? { get; set; }
|
||||
|
||||
public final var onerror: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public open val renotify: kotlin.Boolean { get; }
|
||||
|
||||
public open val requireInteraction: kotlin.Boolean { get; }
|
||||
|
||||
public open val silent: kotlin.Boolean { get; }
|
||||
|
||||
public open val sound: kotlin.String { get; }
|
||||
|
||||
public open val sticky: kotlin.Boolean { get; }
|
||||
|
||||
public open val tag: kotlin.String { get; }
|
||||
|
||||
public open val timestamp: kotlin.Number { get; }
|
||||
|
||||
public open val title: kotlin.String { get; }
|
||||
|
||||
public open val vibrate: kotlin.Array<out kotlin.Int> { get; }
|
||||
|
||||
public final fun close(): kotlin.Unit
|
||||
|
||||
public companion object of Notification {
|
||||
public final val maxActions: kotlin.Int { get; }
|
||||
|
||||
public final val permission: org.w3c.notifications.NotificationPermission { get; }
|
||||
|
||||
public final fun requestPermission(deprecatedCallback: (org.w3c.notifications.NotificationPermission) -> kotlin.Unit = ...): kotlin.js.Promise<org.w3c.notifications.NotificationPermission>
|
||||
}
|
||||
}
|
||||
|
||||
public external interface NotificationAction {
|
||||
public abstract var action: kotlin.String? { get; set; }
|
||||
|
||||
public open var icon: kotlin.String? { get; set; }
|
||||
|
||||
public abstract var title: kotlin.String? { get; set; }
|
||||
}
|
||||
|
||||
@kotlin.js.JsName(name = "null")
|
||||
public external interface NotificationDirection {
|
||||
public companion object of NotificationDirection {
|
||||
}
|
||||
}
|
||||
|
||||
public open external class NotificationEvent : org.w3c.workers.ExtendableEvent {
|
||||
public constructor NotificationEvent(type: kotlin.String, eventInitDict: org.w3c.notifications.NotificationEventInit)
|
||||
|
||||
public open val action: kotlin.String { get; }
|
||||
|
||||
public open val notification: org.w3c.notifications.Notification { get; }
|
||||
|
||||
public companion object of NotificationEvent {
|
||||
public final val AT_TARGET: kotlin.Short { get; }
|
||||
|
||||
public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val NONE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public external interface NotificationEventInit : org.w3c.workers.ExtendableEventInit {
|
||||
public open var action: kotlin.String? { get; set; }
|
||||
|
||||
public abstract var notification: org.w3c.notifications.Notification? { get; set; }
|
||||
}
|
||||
|
||||
public external interface NotificationOptions {
|
||||
public open var actions: kotlin.Array<org.w3c.notifications.NotificationAction>? { get; set; }
|
||||
|
||||
public open var badge: kotlin.String? { get; set; }
|
||||
|
||||
public open var body: kotlin.String? { get; set; }
|
||||
|
||||
public open var data: kotlin.Any? { get; set; }
|
||||
|
||||
public open var dir: org.w3c.notifications.NotificationDirection? { get; set; }
|
||||
|
||||
public open var icon: kotlin.String? { get; set; }
|
||||
|
||||
public open var image: kotlin.String? { get; set; }
|
||||
|
||||
public open var lang: kotlin.String? { get; set; }
|
||||
|
||||
public open var noscreen: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var renotify: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var requireInteraction: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var silent: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var sound: kotlin.String? { get; set; }
|
||||
|
||||
public open var sticky: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var tag: kotlin.String? { get; set; }
|
||||
|
||||
public open var timestamp: kotlin.Number? { get; set; }
|
||||
|
||||
public open var vibrate: dynamic { get; set; }
|
||||
}
|
||||
|
||||
@kotlin.js.JsName(name = "null")
|
||||
public external interface NotificationPermission {
|
||||
public companion object of NotificationPermission {
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,77 @@
|
||||
public external interface GlobalPerformance {
|
||||
public abstract val performance: org.w3c.performance.Performance { get; }
|
||||
}
|
||||
|
||||
public abstract external class Performance : org.w3c.dom.events.EventTarget {
|
||||
public constructor Performance()
|
||||
|
||||
public open val navigation: org.w3c.performance.PerformanceNavigation { get; }
|
||||
|
||||
public open val timing: org.w3c.performance.PerformanceTiming { get; }
|
||||
|
||||
public final fun now(): kotlin.Double
|
||||
}
|
||||
|
||||
public abstract external class PerformanceNavigation {
|
||||
public constructor PerformanceNavigation()
|
||||
|
||||
public open val redirectCount: kotlin.Short { get; }
|
||||
|
||||
public open val type: kotlin.Short { get; }
|
||||
|
||||
public companion object of PerformanceNavigation {
|
||||
public final val TYPE_BACK_FORWARD: kotlin.Short { get; }
|
||||
|
||||
public final val TYPE_NAVIGATE: kotlin.Short { get; }
|
||||
|
||||
public final val TYPE_RELOAD: kotlin.Short { get; }
|
||||
|
||||
public final val TYPE_RESERVED: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public abstract external class PerformanceTiming {
|
||||
public constructor PerformanceTiming()
|
||||
|
||||
public open val connectEnd: kotlin.Number { get; }
|
||||
|
||||
public open val connectStart: kotlin.Number { get; }
|
||||
|
||||
public open val domComplete: kotlin.Number { get; }
|
||||
|
||||
public open val domContentLoadedEventEnd: kotlin.Number { get; }
|
||||
|
||||
public open val domContentLoadedEventStart: kotlin.Number { get; }
|
||||
|
||||
public open val domInteractive: kotlin.Number { get; }
|
||||
|
||||
public open val domLoading: kotlin.Number { get; }
|
||||
|
||||
public open val domainLookupEnd: kotlin.Number { get; }
|
||||
|
||||
public open val domainLookupStart: kotlin.Number { get; }
|
||||
|
||||
public open val fetchStart: kotlin.Number { get; }
|
||||
|
||||
public open val loadEventEnd: kotlin.Number { get; }
|
||||
|
||||
public open val loadEventStart: kotlin.Number { get; }
|
||||
|
||||
public open val navigationStart: kotlin.Number { get; }
|
||||
|
||||
public open val redirectEnd: kotlin.Number { get; }
|
||||
|
||||
public open val redirectStart: kotlin.Number { get; }
|
||||
|
||||
public open val requestStart: kotlin.Number { get; }
|
||||
|
||||
public open val responseEnd: kotlin.Number { get; }
|
||||
|
||||
public open val responseStart: kotlin.Number { get; }
|
||||
|
||||
public open val secureConnectionStart: kotlin.Number { get; }
|
||||
|
||||
public open val unloadEventEnd: kotlin.Number { get; }
|
||||
|
||||
public open val unloadEventStart: kotlin.Number { get; }
|
||||
}
|
||||
@@ -0,0 +1,457 @@
|
||||
public val org.w3c.workers.ServiceWorkerState.Companion.ACTIVATED: org.w3c.workers.ServiceWorkerState { get; }
|
||||
|
||||
public val org.w3c.workers.ServiceWorkerState.Companion.ACTIVATING: org.w3c.workers.ServiceWorkerState { get; }
|
||||
|
||||
public val org.w3c.workers.ClientType.Companion.ALL: org.w3c.workers.ClientType { get; }
|
||||
|
||||
public val org.w3c.workers.FrameType.Companion.AUXILIARY: org.w3c.workers.FrameType { get; }
|
||||
|
||||
public val org.w3c.workers.ServiceWorkerState.Companion.INSTALLED: org.w3c.workers.ServiceWorkerState { get; }
|
||||
|
||||
public val org.w3c.workers.ServiceWorkerState.Companion.INSTALLING: org.w3c.workers.ServiceWorkerState { get; }
|
||||
|
||||
public val org.w3c.workers.FrameType.Companion.NESTED: org.w3c.workers.FrameType { get; }
|
||||
|
||||
public val org.w3c.workers.FrameType.Companion.NONE: org.w3c.workers.FrameType { get; }
|
||||
|
||||
public val org.w3c.workers.ServiceWorkerState.Companion.REDUNDANT: org.w3c.workers.ServiceWorkerState { get; }
|
||||
|
||||
public val org.w3c.workers.ClientType.Companion.SHAREDWORKER: org.w3c.workers.ClientType { get; }
|
||||
|
||||
public val org.w3c.workers.FrameType.Companion.TOP_LEVEL: org.w3c.workers.FrameType { get; }
|
||||
|
||||
public val org.w3c.workers.ClientType.Companion.WINDOW: org.w3c.workers.ClientType { get; }
|
||||
|
||||
public val org.w3c.workers.ClientType.Companion.WORKER: org.w3c.workers.ClientType { get; }
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun CacheBatchOperation(type: kotlin.String? = ..., request: org.w3c.fetch.Request? = ..., response: org.w3c.fetch.Response? = ..., options: org.w3c.workers.CacheQueryOptions? = ...): org.w3c.workers.CacheBatchOperation
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun CacheQueryOptions(ignoreSearch: kotlin.Boolean? = ..., ignoreMethod: kotlin.Boolean? = ..., ignoreVary: kotlin.Boolean? = ..., cacheName: kotlin.String? = ...): org.w3c.workers.CacheQueryOptions
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun ClientQueryOptions(includeUncontrolled: kotlin.Boolean? = ..., type: org.w3c.workers.ClientType? = ...): org.w3c.workers.ClientQueryOptions
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun ExtendableEventInit(bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.workers.ExtendableEventInit
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun ExtendableMessageEventInit(data: kotlin.Any? = ..., origin: kotlin.String? = ..., lastEventId: kotlin.String? = ..., source: org.w3c.workers.UnionClientOrMessagePortOrServiceWorker? = ..., ports: kotlin.Array<org.w3c.dom.MessagePort>? = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.workers.ExtendableMessageEventInit
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun FetchEventInit(request: org.w3c.fetch.Request?, clientId: kotlin.String? = ..., isReload: kotlin.Boolean? = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.workers.FetchEventInit
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun ForeignFetchEventInit(request: org.w3c.fetch.Request?, origin: kotlin.String? = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.workers.ForeignFetchEventInit
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun ForeignFetchOptions(scopes: kotlin.Array<kotlin.String>?, origins: kotlin.Array<kotlin.String>?): org.w3c.workers.ForeignFetchOptions
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun ForeignFetchResponse(response: org.w3c.fetch.Response?, origin: kotlin.String? = ..., headers: kotlin.Array<kotlin.String>? = ...): org.w3c.workers.ForeignFetchResponse
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun RegistrationOptions(scope: kotlin.String? = ..., type: org.w3c.dom.WorkerType? = ...): org.w3c.workers.RegistrationOptions
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun ServiceWorkerMessageEventInit(data: kotlin.Any? = ..., origin: kotlin.String? = ..., lastEventId: kotlin.String? = ..., source: org.w3c.workers.UnionMessagePortOrServiceWorker? = ..., ports: kotlin.Array<org.w3c.dom.MessagePort>? = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.workers.ServiceWorkerMessageEventInit
|
||||
|
||||
public abstract external class Cache {
|
||||
public constructor Cache()
|
||||
|
||||
public final fun add(request: dynamic): kotlin.js.Promise<kotlin.Unit>
|
||||
|
||||
public final fun addAll(requests: kotlin.Array<dynamic>): kotlin.js.Promise<kotlin.Unit>
|
||||
|
||||
public final fun delete(request: dynamic, options: org.w3c.workers.CacheQueryOptions = ...): kotlin.js.Promise<kotlin.Boolean>
|
||||
|
||||
public final fun keys(request: dynamic = ..., options: org.w3c.workers.CacheQueryOptions = ...): kotlin.js.Promise<kotlin.Array<org.w3c.fetch.Request>>
|
||||
|
||||
public final fun match(request: dynamic, options: org.w3c.workers.CacheQueryOptions = ...): kotlin.js.Promise<kotlin.Any?>
|
||||
|
||||
public final fun matchAll(request: dynamic = ..., options: org.w3c.workers.CacheQueryOptions = ...): kotlin.js.Promise<kotlin.Array<org.w3c.fetch.Response>>
|
||||
|
||||
public final fun put(request: dynamic, response: org.w3c.fetch.Response): kotlin.js.Promise<kotlin.Unit>
|
||||
}
|
||||
|
||||
public external interface CacheBatchOperation {
|
||||
public open var options: org.w3c.workers.CacheQueryOptions? { get; set; }
|
||||
|
||||
public open var request: org.w3c.fetch.Request? { get; set; }
|
||||
|
||||
public open var response: org.w3c.fetch.Response? { get; set; }
|
||||
|
||||
public open var type: kotlin.String? { get; set; }
|
||||
}
|
||||
|
||||
public external interface CacheQueryOptions {
|
||||
public open var cacheName: kotlin.String? { get; set; }
|
||||
|
||||
public open var ignoreMethod: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var ignoreSearch: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var ignoreVary: kotlin.Boolean? { get; set; }
|
||||
}
|
||||
|
||||
public abstract external class CacheStorage {
|
||||
public constructor CacheStorage()
|
||||
|
||||
public final fun delete(cacheName: kotlin.String): kotlin.js.Promise<kotlin.Boolean>
|
||||
|
||||
public final fun has(cacheName: kotlin.String): kotlin.js.Promise<kotlin.Boolean>
|
||||
|
||||
public final fun keys(): kotlin.js.Promise<kotlin.Array<kotlin.String>>
|
||||
|
||||
public final fun match(request: dynamic, options: org.w3c.workers.CacheQueryOptions = ...): kotlin.js.Promise<kotlin.Any?>
|
||||
|
||||
public final fun open(cacheName: kotlin.String): kotlin.js.Promise<org.w3c.workers.Cache>
|
||||
}
|
||||
|
||||
public abstract external class Client : org.w3c.workers.UnionClientOrMessagePortOrServiceWorker {
|
||||
public constructor Client()
|
||||
|
||||
public open val frameType: org.w3c.workers.FrameType { get; }
|
||||
|
||||
public open val id: kotlin.String { get; }
|
||||
|
||||
public open val url: kotlin.String { get; }
|
||||
|
||||
public final fun postMessage(message: kotlin.Any?, transfer: kotlin.Array<dynamic> = ...): kotlin.Unit
|
||||
}
|
||||
|
||||
public external interface ClientQueryOptions {
|
||||
public open var includeUncontrolled: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var type: org.w3c.workers.ClientType? { get; set; }
|
||||
}
|
||||
|
||||
@kotlin.js.JsName(name = "null")
|
||||
public external interface ClientType {
|
||||
public companion object of ClientType {
|
||||
}
|
||||
}
|
||||
|
||||
public abstract external class Clients {
|
||||
public constructor Clients()
|
||||
|
||||
public final fun claim(): kotlin.js.Promise<kotlin.Unit>
|
||||
|
||||
public final fun get(id: kotlin.String): kotlin.js.Promise<kotlin.Any?>
|
||||
|
||||
public final fun matchAll(options: org.w3c.workers.ClientQueryOptions = ...): kotlin.js.Promise<kotlin.Array<org.w3c.workers.Client>>
|
||||
|
||||
public final fun openWindow(url: kotlin.String): kotlin.js.Promise<org.w3c.workers.WindowClient?>
|
||||
}
|
||||
|
||||
public open external class ExtendableEvent : org.w3c.dom.events.Event {
|
||||
public constructor ExtendableEvent(type: kotlin.String, eventInitDict: org.w3c.workers.ExtendableEventInit = ...)
|
||||
|
||||
public final fun waitUntil(f: kotlin.js.Promise<kotlin.Any?>): kotlin.Unit
|
||||
|
||||
public companion object of ExtendableEvent {
|
||||
public final val AT_TARGET: kotlin.Short { get; }
|
||||
|
||||
public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val NONE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public external interface ExtendableEventInit : org.w3c.dom.EventInit {
|
||||
}
|
||||
|
||||
public open external class ExtendableMessageEvent : org.w3c.workers.ExtendableEvent {
|
||||
public constructor ExtendableMessageEvent(type: kotlin.String, eventInitDict: org.w3c.workers.ExtendableMessageEventInit = ...)
|
||||
|
||||
public open val data: kotlin.Any? { get; }
|
||||
|
||||
public open val lastEventId: kotlin.String { get; }
|
||||
|
||||
public open val origin: kotlin.String { get; }
|
||||
|
||||
public open val ports: kotlin.Array<out org.w3c.dom.MessagePort>? { get; }
|
||||
|
||||
public open val source: org.w3c.workers.UnionClientOrMessagePortOrServiceWorker? { get; }
|
||||
|
||||
public companion object of ExtendableMessageEvent {
|
||||
public final val AT_TARGET: kotlin.Short { get; }
|
||||
|
||||
public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val NONE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public external interface ExtendableMessageEventInit : org.w3c.workers.ExtendableEventInit {
|
||||
public open var data: kotlin.Any? { get; set; }
|
||||
|
||||
public open var lastEventId: kotlin.String? { get; set; }
|
||||
|
||||
public open var origin: kotlin.String? { get; set; }
|
||||
|
||||
public open var ports: kotlin.Array<org.w3c.dom.MessagePort>? { get; set; }
|
||||
|
||||
public open var source: org.w3c.workers.UnionClientOrMessagePortOrServiceWorker? { get; set; }
|
||||
}
|
||||
|
||||
public open external class FetchEvent : org.w3c.workers.ExtendableEvent {
|
||||
public constructor FetchEvent(type: kotlin.String, eventInitDict: org.w3c.workers.FetchEventInit)
|
||||
|
||||
public open val clientId: kotlin.String? { get; }
|
||||
|
||||
public open val isReload: kotlin.Boolean { get; }
|
||||
|
||||
public open val request: org.w3c.fetch.Request { get; }
|
||||
|
||||
public final fun respondWith(r: kotlin.js.Promise<org.w3c.fetch.Response>): kotlin.Unit
|
||||
|
||||
public companion object of FetchEvent {
|
||||
public final val AT_TARGET: kotlin.Short { get; }
|
||||
|
||||
public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val NONE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public external interface FetchEventInit : org.w3c.workers.ExtendableEventInit {
|
||||
public open var clientId: kotlin.String? { get; set; }
|
||||
|
||||
public open var isReload: kotlin.Boolean? { get; set; }
|
||||
|
||||
public abstract var request: org.w3c.fetch.Request? { get; set; }
|
||||
}
|
||||
|
||||
public open external class ForeignFetchEvent : org.w3c.workers.ExtendableEvent {
|
||||
public constructor ForeignFetchEvent(type: kotlin.String, eventInitDict: org.w3c.workers.ForeignFetchEventInit)
|
||||
|
||||
public open val origin: kotlin.String { get; }
|
||||
|
||||
public open val request: org.w3c.fetch.Request { get; }
|
||||
|
||||
public final fun respondWith(r: kotlin.js.Promise<org.w3c.workers.ForeignFetchResponse>): kotlin.Unit
|
||||
|
||||
public companion object of ForeignFetchEvent {
|
||||
public final val AT_TARGET: kotlin.Short { get; }
|
||||
|
||||
public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val NONE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public external interface ForeignFetchEventInit : org.w3c.workers.ExtendableEventInit {
|
||||
public open var origin: kotlin.String? { get; set; }
|
||||
|
||||
public abstract var request: org.w3c.fetch.Request? { get; set; }
|
||||
}
|
||||
|
||||
public external interface ForeignFetchOptions {
|
||||
public abstract var origins: kotlin.Array<kotlin.String>? { get; set; }
|
||||
|
||||
public abstract var scopes: kotlin.Array<kotlin.String>? { get; set; }
|
||||
}
|
||||
|
||||
public external interface ForeignFetchResponse {
|
||||
public open var headers: kotlin.Array<kotlin.String>? { get; set; }
|
||||
|
||||
public open var origin: kotlin.String? { get; set; }
|
||||
|
||||
public abstract var response: org.w3c.fetch.Response? { get; set; }
|
||||
}
|
||||
|
||||
@kotlin.js.JsName(name = "null")
|
||||
public external interface FrameType {
|
||||
public companion object of FrameType {
|
||||
}
|
||||
}
|
||||
|
||||
public open external class FunctionalEvent : org.w3c.workers.ExtendableEvent {
|
||||
public constructor FunctionalEvent()
|
||||
|
||||
public companion object of FunctionalEvent {
|
||||
public final val AT_TARGET: kotlin.Short { get; }
|
||||
|
||||
public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val NONE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public open external class InstallEvent : org.w3c.workers.ExtendableEvent {
|
||||
public constructor InstallEvent(type: kotlin.String, eventInitDict: org.w3c.workers.ExtendableEventInit = ...)
|
||||
|
||||
public final fun registerForeignFetch(options: org.w3c.workers.ForeignFetchOptions): kotlin.Unit
|
||||
|
||||
public companion object of InstallEvent {
|
||||
public final val AT_TARGET: kotlin.Short { get; }
|
||||
|
||||
public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val NONE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public external interface RegistrationOptions {
|
||||
public open var scope: kotlin.String? { get; set; }
|
||||
|
||||
public open var type: org.w3c.dom.WorkerType? { get; set; }
|
||||
}
|
||||
|
||||
public abstract external class ServiceWorker : org.w3c.dom.events.EventTarget, org.w3c.dom.AbstractWorker, org.w3c.workers.UnionMessagePortOrServiceWorker, org.w3c.workers.UnionClientOrMessagePortOrServiceWorker {
|
||||
public constructor ServiceWorker()
|
||||
|
||||
public open var onstatechange: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public open val scriptURL: kotlin.String { get; }
|
||||
|
||||
public open val state: org.w3c.workers.ServiceWorkerState { get; }
|
||||
|
||||
public final fun postMessage(message: kotlin.Any?, transfer: kotlin.Array<dynamic> = ...): kotlin.Unit
|
||||
}
|
||||
|
||||
public abstract external class ServiceWorkerContainer : org.w3c.dom.events.EventTarget {
|
||||
public constructor ServiceWorkerContainer()
|
||||
|
||||
public open val controller: org.w3c.workers.ServiceWorker? { get; }
|
||||
|
||||
public open var oncontrollerchange: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public open var onmessage: ((org.w3c.dom.MessageEvent) -> dynamic)? { get; set; }
|
||||
|
||||
public open val ready: kotlin.js.Promise<org.w3c.workers.ServiceWorkerRegistration> { get; }
|
||||
|
||||
public final fun getRegistration(clientURL: kotlin.String = ...): kotlin.js.Promise<kotlin.Any?>
|
||||
|
||||
public final fun getRegistrations(): kotlin.js.Promise<kotlin.Array<org.w3c.workers.ServiceWorkerRegistration>>
|
||||
|
||||
public final fun register(scriptURL: kotlin.String, options: org.w3c.workers.RegistrationOptions = ...): kotlin.js.Promise<org.w3c.workers.ServiceWorkerRegistration>
|
||||
|
||||
public final fun startMessages(): kotlin.Unit
|
||||
}
|
||||
|
||||
public abstract external class ServiceWorkerGlobalScope : org.w3c.dom.WorkerGlobalScope {
|
||||
public constructor ServiceWorkerGlobalScope()
|
||||
|
||||
public open val clients: org.w3c.workers.Clients { get; }
|
||||
|
||||
public open var onactivate: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public open var onfetch: ((org.w3c.workers.FetchEvent) -> dynamic)? { get; set; }
|
||||
|
||||
public open var onforeignfetch: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public open var onfunctionalevent: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public open var oninstall: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public open var onmessage: ((org.w3c.dom.MessageEvent) -> dynamic)? { get; set; }
|
||||
|
||||
public open var onnotificationclick: ((org.w3c.notifications.NotificationEvent) -> dynamic)? { get; set; }
|
||||
|
||||
public open var onnotificationclose: ((org.w3c.notifications.NotificationEvent) -> dynamic)? { get; set; }
|
||||
|
||||
public open val registration: org.w3c.workers.ServiceWorkerRegistration { get; }
|
||||
|
||||
public final fun skipWaiting(): kotlin.js.Promise<kotlin.Unit>
|
||||
}
|
||||
|
||||
public open external class ServiceWorkerMessageEvent : org.w3c.dom.events.Event {
|
||||
public constructor ServiceWorkerMessageEvent(type: kotlin.String, eventInitDict: org.w3c.workers.ServiceWorkerMessageEventInit = ...)
|
||||
|
||||
public open val data: kotlin.Any? { get; }
|
||||
|
||||
public open val lastEventId: kotlin.String { get; }
|
||||
|
||||
public open val origin: kotlin.String { get; }
|
||||
|
||||
public open val ports: kotlin.Array<out org.w3c.dom.MessagePort>? { get; }
|
||||
|
||||
public open val source: org.w3c.workers.UnionMessagePortOrServiceWorker? { get; }
|
||||
|
||||
public companion object of ServiceWorkerMessageEvent {
|
||||
public final val AT_TARGET: kotlin.Short { get; }
|
||||
|
||||
public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val NONE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public external interface ServiceWorkerMessageEventInit : org.w3c.dom.EventInit {
|
||||
public open var data: kotlin.Any? { get; set; }
|
||||
|
||||
public open var lastEventId: kotlin.String? { get; set; }
|
||||
|
||||
public open var origin: kotlin.String? { get; set; }
|
||||
|
||||
public open var ports: kotlin.Array<org.w3c.dom.MessagePort>? { get; set; }
|
||||
|
||||
public open var source: org.w3c.workers.UnionMessagePortOrServiceWorker? { get; set; }
|
||||
}
|
||||
|
||||
public abstract external class ServiceWorkerRegistration : org.w3c.dom.events.EventTarget {
|
||||
public constructor ServiceWorkerRegistration()
|
||||
|
||||
public open val APISpace: dynamic { get; }
|
||||
|
||||
public open val active: org.w3c.workers.ServiceWorker? { get; }
|
||||
|
||||
public open val installing: org.w3c.workers.ServiceWorker? { get; }
|
||||
|
||||
public open var onupdatefound: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public open val scope: kotlin.String { get; }
|
||||
|
||||
public open val waiting: org.w3c.workers.ServiceWorker? { get; }
|
||||
|
||||
public final fun getNotifications(filter: org.w3c.notifications.GetNotificationOptions = ...): kotlin.js.Promise<kotlin.Array<org.w3c.notifications.Notification>>
|
||||
|
||||
public final fun methodName(): kotlin.js.Promise<dynamic>
|
||||
|
||||
public final fun showNotification(title: kotlin.String, options: org.w3c.notifications.NotificationOptions = ...): kotlin.js.Promise<kotlin.Unit>
|
||||
|
||||
public final fun unregister(): kotlin.js.Promise<kotlin.Boolean>
|
||||
|
||||
public final fun update(): kotlin.js.Promise<kotlin.Unit>
|
||||
}
|
||||
|
||||
@kotlin.js.JsName(name = "null")
|
||||
public external interface ServiceWorkerState {
|
||||
public companion object of ServiceWorkerState {
|
||||
}
|
||||
}
|
||||
|
||||
public external interface UnionClientOrMessagePortOrServiceWorker {
|
||||
}
|
||||
|
||||
public external interface UnionMessagePortOrServiceWorker {
|
||||
}
|
||||
|
||||
public abstract external class WindowClient : org.w3c.workers.Client {
|
||||
public constructor WindowClient()
|
||||
|
||||
public open val focused: kotlin.Boolean { get; }
|
||||
|
||||
public open val visibilityState: dynamic { get; }
|
||||
|
||||
public final fun focus(): kotlin.js.Promise<org.w3c.workers.WindowClient>
|
||||
|
||||
public final fun navigate(url: kotlin.String): kotlin.js.Promise<org.w3c.workers.WindowClient>
|
||||
}
|
||||
@@ -0,0 +1,146 @@
|
||||
public val org.w3c.xhr.XMLHttpRequestResponseType.Companion.ARRAYBUFFER: org.w3c.xhr.XMLHttpRequestResponseType { get; }
|
||||
|
||||
public val org.w3c.xhr.XMLHttpRequestResponseType.Companion.BLOB: org.w3c.xhr.XMLHttpRequestResponseType { get; }
|
||||
|
||||
public val org.w3c.xhr.XMLHttpRequestResponseType.Companion.DOCUMENT: org.w3c.xhr.XMLHttpRequestResponseType { get; }
|
||||
|
||||
public val org.w3c.xhr.XMLHttpRequestResponseType.Companion.EMPTY: org.w3c.xhr.XMLHttpRequestResponseType { get; }
|
||||
|
||||
public val org.w3c.xhr.XMLHttpRequestResponseType.Companion.JSON: org.w3c.xhr.XMLHttpRequestResponseType { get; }
|
||||
|
||||
public val org.w3c.xhr.XMLHttpRequestResponseType.Companion.TEXT: org.w3c.xhr.XMLHttpRequestResponseType { get; }
|
||||
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline fun ProgressEventInit(lengthComputable: kotlin.Boolean? = ..., loaded: kotlin.Number? = ..., total: kotlin.Number? = ..., bubbles: kotlin.Boolean? = ..., cancelable: kotlin.Boolean? = ..., composed: kotlin.Boolean? = ...): org.w3c.xhr.ProgressEventInit
|
||||
|
||||
public open external class FormData {
|
||||
public constructor FormData(form: org.w3c.dom.HTMLFormElement = ...)
|
||||
|
||||
public final fun append(name: kotlin.String, value: kotlin.String): kotlin.Unit
|
||||
|
||||
public final fun append(name: kotlin.String, value: org.w3c.files.Blob, filename: kotlin.String = ...): kotlin.Unit
|
||||
|
||||
public final fun delete(name: kotlin.String): kotlin.Unit
|
||||
|
||||
public final fun get(name: kotlin.String): dynamic
|
||||
|
||||
public final fun getAll(name: kotlin.String): kotlin.Array<dynamic>
|
||||
|
||||
public final fun has(name: kotlin.String): kotlin.Boolean
|
||||
|
||||
public final fun set(name: kotlin.String, value: kotlin.String): kotlin.Unit
|
||||
|
||||
public final fun set(name: kotlin.String, value: org.w3c.files.Blob, filename: kotlin.String = ...): kotlin.Unit
|
||||
}
|
||||
|
||||
public open external class ProgressEvent : org.w3c.dom.events.Event {
|
||||
public constructor ProgressEvent(type: kotlin.String, eventInitDict: org.w3c.xhr.ProgressEventInit = ...)
|
||||
|
||||
public open val lengthComputable: kotlin.Boolean { get; }
|
||||
|
||||
public open val loaded: kotlin.Number { get; }
|
||||
|
||||
public open val total: kotlin.Number { get; }
|
||||
|
||||
public companion object of ProgressEvent {
|
||||
public final val AT_TARGET: kotlin.Short { get; }
|
||||
|
||||
public final val BUBBLING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val CAPTURING_PHASE: kotlin.Short { get; }
|
||||
|
||||
public final val NONE: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public external interface ProgressEventInit : org.w3c.dom.EventInit {
|
||||
public open var lengthComputable: kotlin.Boolean? { get; set; }
|
||||
|
||||
public open var loaded: kotlin.Number? { get; set; }
|
||||
|
||||
public open var total: kotlin.Number? { get; set; }
|
||||
}
|
||||
|
||||
public open external class XMLHttpRequest : org.w3c.xhr.XMLHttpRequestEventTarget {
|
||||
public constructor XMLHttpRequest()
|
||||
|
||||
public final var onreadystatechange: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public open val readyState: kotlin.Short { get; }
|
||||
|
||||
public open val response: kotlin.Any? { get; }
|
||||
|
||||
public open val responseText: kotlin.String { get; }
|
||||
|
||||
public final var responseType: org.w3c.xhr.XMLHttpRequestResponseType { get; set; }
|
||||
|
||||
public open val responseURL: kotlin.String { get; }
|
||||
|
||||
public open val responseXML: org.w3c.dom.Document? { get; }
|
||||
|
||||
public open val status: kotlin.Short { get; }
|
||||
|
||||
public open val statusText: kotlin.String { get; }
|
||||
|
||||
public final var timeout: kotlin.Int { get; set; }
|
||||
|
||||
public open val upload: org.w3c.xhr.XMLHttpRequestUpload { get; }
|
||||
|
||||
public final var withCredentials: kotlin.Boolean { get; set; }
|
||||
|
||||
public final fun abort(): kotlin.Unit
|
||||
|
||||
public final fun getAllResponseHeaders(): kotlin.String
|
||||
|
||||
public final fun getResponseHeader(name: kotlin.String): kotlin.String?
|
||||
|
||||
public final fun open(method: kotlin.String, url: kotlin.String): kotlin.Unit
|
||||
|
||||
public final fun open(method: kotlin.String, url: kotlin.String, async: kotlin.Boolean, username: kotlin.String? = ..., password: kotlin.String? = ...): kotlin.Unit
|
||||
|
||||
public final fun overrideMimeType(mime: kotlin.String): kotlin.Unit
|
||||
|
||||
public final fun send(body: dynamic = ...): kotlin.Unit
|
||||
|
||||
public final fun setRequestHeader(name: kotlin.String, value: kotlin.String): kotlin.Unit
|
||||
|
||||
public companion object of XMLHttpRequest {
|
||||
public final val DONE: kotlin.Short { get; }
|
||||
|
||||
public final val HEADERS_RECEIVED: kotlin.Short { get; }
|
||||
|
||||
public final val LOADING: kotlin.Short { get; }
|
||||
|
||||
public final val OPENED: kotlin.Short { get; }
|
||||
|
||||
public final val UNSENT: kotlin.Short { get; }
|
||||
}
|
||||
}
|
||||
|
||||
public abstract external class XMLHttpRequestEventTarget : org.w3c.dom.events.EventTarget {
|
||||
public constructor XMLHttpRequestEventTarget()
|
||||
|
||||
public open var onabort: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public open var onerror: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public open var onload: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public open var onloadend: ((org.w3c.dom.events.Event) -> dynamic)? { get; set; }
|
||||
|
||||
public open var onloadstart: ((org.w3c.xhr.ProgressEvent) -> dynamic)? { get; set; }
|
||||
|
||||
public open var onprogress: ((org.w3c.xhr.ProgressEvent) -> dynamic)? { get; set; }
|
||||
|
||||
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 {
|
||||
}
|
||||
}
|
||||
|
||||
public abstract external class XMLHttpRequestUpload : org.w3c.xhr.XMLHttpRequestEventTarget {
|
||||
public constructor XMLHttpRequestUpload()
|
||||
}
|
||||
Reference in New Issue
Block a user