Enumerationswiftwasm.webapikit 0.1.0DOM
ImageBufferSource
Generated.swift:22728enum ImageBufferSource
enum ImageBufferSource
import DOM
case bufferSource(BufferSource)
case readableStream(ReadableStream)
protocol Any_ImageBufferSource : 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 bufferSource: BufferSource? { get }
var jsValue: JSValue { get }
var readableStream: ReadableStream? { get }
func jsValue() -> JSValue