Enumerationswiftwasm.webapikit 0.1.0DOM
HeadersInit
Generated.swift:22575enum HeadersInit
enum HeadersInit
import DOM
case record_String_to_String([String : String])
case seq_of_seq_of_String([[String]])
protocol Any_HeadersInit : 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 record_String_to_String: [String : String]? { get }
var seq_of_seq_of_String: [[String]]? { get }
func jsValue() -> JSValue