Protocol
ConvertibleToJSValue
public protocol ConvertibleToJSValue
Objects that can be converted to a JavaScript value, preferably in a lossless manner.
Relationships
Types Conforming to ConvertibleToJSValue
TypedArrayElement
A protocol that allows a Swift numeric type to be mapped to the JavaScript TypedArray that holds integers of its type
JSString
JSString
represents a string in JavaScript and supports bridging string between JavaScript and Swift.
Default Implementations
jsValue()
@available(*, deprecated, message: "Use the .jsValue property instead")
public func jsValue() -> JSValue