Enumerationswiftwasm.webapikit 0.1.0DOM
Document_or_XMLHttpRequestBodyInit
Generated.swift:21859enum Document_or_XMLHttpRequestBodyInit
enum Document_or_XMLHttpRequestBodyInit
import DOM
case document(Document)
case xmlHttpRequestBodyInit(XMLHttpRequestBodyInit)
protocol Any_Document_or_XMLHttpRequestBodyInit : ConvertibleToJSValue
protocol ConstructibleFromJSValue
Types conforming to this protocol can be constructed from JSValue
.
protocol ConvertibleToJSValue
Objects that can be converted to a JavaScript value, preferably in a lossless manner.
static func construct(from value: JSValue) -> Self?
var document: Document? { get }
var jsValue: JSValue { get }
var xmlHttpRequestBodyInit: XMLHttpRequestBodyInit? { get }
func jsValue() -> JSValue