UnderlyingSink
Generated.swift:16727class UnderlyingSink
class UnderlyingSink
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(start: @escaping UnderlyingSinkStartCallback, write: @escaping UnderlyingSinkWriteCallback, close: @escaping UnderlyingSinkCloseCallback, abort: @escaping UnderlyingSinkAbortCallback, type: JSValue)
required init(unsafelyWrapping object: JSObject)
@ClosureAttribute1 var abort: UnderlyingSinkAbortCallback { get set }
@ClosureAttribute0 var close: UnderlyingSinkCloseCallback { get set }
@ClosureAttribute1 var start: UnderlyingSinkStartCallback { get set }
@ReadWriteAttribute var type: JSValue { get set }
@ClosureAttribute2 var write: UnderlyingSinkWriteCallback { get set }