JavaScriptEnvironment
public final class JavaScriptEnvironment : JavaScriptEnvironmentProtocol, Sendable
The JavaScript environment builder that is used by the native bridge.
-
Declaration
Swift
public func add(_ getter: String, string: String?) -
Declaration
Swift
public func add(_ getter: String, number: Double?) -
Declaration
Swift
public func add(_ getter: String, dictionary: [AnyHashable : Any]?) -
build()AsynchronousDeclaration
Swift
public func build() async -> String
View on GitHub