StreamPipeOptions
Generated.swift:15721class StreamPipeOptions
class StreamPipeOptions
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(preventClose: Bool, preventAbort: Bool, preventCancel: Bool, signal: AbortSignal)
required init(unsafelyWrapping object: JSObject)
@ReadWriteAttribute var preventAbort: Bool { get set }
@ReadWriteAttribute var preventCancel: Bool { get set }
@ReadWriteAttribute var preventClose: Bool { get set }
@ReadWriteAttribute var signal: AbortSignal { get set }