Enumerationswiftwasm.webapikit 0.1.0WebAPIBase
BufferSource
Generated.swift:447enum BufferSource
enum BufferSource
import WebAPIBase
case arrayBuffer(ArrayBuffer)
case arrayBufferView(ArrayBufferView)
protocol Any_BufferSource : 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 arrayBuffer: ArrayBuffer? { get }
var arrayBufferView: ArrayBufferView? { get }
var jsValue: JSValue { get }
func jsValue() -> JSValue
import DOM
protocol Any_BlobPart : ConvertibleToJSValue
protocol Any_ImageBufferSource : ConvertibleToJSValue
protocol Any_XMLHttpRequestBodyInit : ConvertibleToJSValue
protocol Copyable
A type whose values can be implicitly or explicitly copied.
protocol Escapable
import FileSystem
protocol Any_Blob_or_BufferSource_or_String : ConvertibleToJSValue
protocol Any_FileSystemWriteChunkType : ConvertibleToJSValue
import WebSockets
protocol Any_Blob_or_BufferSource_or_String : ConvertibleToJSValue