Enumerationswiftwasm.webapikit 0.1.0DOM
RequestInfo
Generated.swift:23140enum RequestInfo
enum RequestInfo
import DOM
case request(Request)
case string(String)
protocol Any_RequestInfo : 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 jsValue: JSValue { get }
var request: Request? { get }
var string: String? { get }
func jsValue() -> JSValue