ResponseInit
Generated.swift:14927class ResponseInit
class ResponseInit
import DOM
class BridgedDictionary
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.
convenience init(status: UInt16, statusText: String, headers: HeadersInit)
required init(unsafelyWrapping object: JSObject)
@ReadWriteAttribute var headers: HeadersInit { get set }
@ReadWriteAttribute var status: UInt16 { get set }
@ReadWriteAttribute var statusText: String { get set }