Static Propertyjavascriptkit 0.24.0JavaScriptKit->Swift
typedArrayClass
JSTypedArray.swift:187static var typedArrayClass: JSFunction { get }
static var typedArrayClass: JSFunction { get }
ss6UInt32V13JavaScriptKitE15typedArrayClassAC10JSFunctionCvpZ
What are these?78BQ6
import Swift
import JavaScriptKit
Swift framework to interact with JavaScript through WebAssembly.
@frozen struct UInt32
A 32-bit unsigned integer value type.
class JSFunction
JSFunction
represents a function in JavaScript and supports new object instantiation. This type can be callable as a function using callAsFunction
.
var jsValue: JSValue { get }