ReadableStreamReadResult
Generated.swift:14359class ReadableStreamReadResult
class ReadableStreamReadResult
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.
required init(unsafelyWrapping object: JSObject)
convenience init(value: JSValue, done: Bool)
@ReadWriteAttribute var done: Bool { get set }
@ReadWriteAttribute var value: JSValue { get set }