Library Moduleswiftwasm.webapikit 0.1.0WebAPIBase
WebAPIBase
import WebAPIBase
Module information
- Declarations
- 210
- Symbols
- 278
import WebAPIBase
func _toJSValue<A0, A1, ReturnType>(_ value: @escaping (A0, A1) -> ReturnType) -> JSValue where A0 : ConstructibleFromJSValue, A0 : ConvertibleToJSValue, A1 : ConstructibleFromJSValue, A1 : ConvertibleToJSValue, ReturnType : ConstructibleFromJSValue, ReturnType : ConvertibleToJSValue
func _toJSValue<A0, A1, ReturnType>(_ value: ((A0, A1) -> ReturnType)?) -> JSValue where A0 : ConstructibleFromJSValue, A0 : ConvertibleToJSValue, A1 : ConstructibleFromJSValue, A1 : ConvertibleToJSValue, ReturnType : ConstructibleFromJSValue, ReturnType : ConvertibleToJSValue
func _toJSValue<A0, A1, A2, ReturnType>(_ value: @escaping (A0, A1, A2) -> ReturnType) -> JSValue where A0 : ConstructibleFromJSValue, A0 : ConvertibleToJSValue, A1 : ConstructibleFromJSValue, A1 : ConvertibleToJSValue, A2 : ConstructibleFromJSValue, A2 : ConvertibleToJSValue, ReturnType : ConstructibleFromJSValue, ReturnType : ConvertibleToJSValue
func _toJSValue<A0, A1, A2, ReturnType>(_ value: ((A0, A1, A2) -> ReturnType)?) -> JSValue where A0 : ConstructibleFromJSValue, A0 : ConvertibleToJSValue, A1 : ConstructibleFromJSValue, A1 : ConvertibleToJSValue, A2 : ConstructibleFromJSValue, A2 : ConvertibleToJSValue, ReturnType : ConstructibleFromJSValue, ReturnType : ConvertibleToJSValue
func _toJSValue<A0, A1, A2, A3, A4, ReturnType>(_ value: @escaping (A0, A1, A2, A3, A4) -> ReturnType) -> JSValue where A0 : ConstructibleFromJSValue, A0 : ConvertibleToJSValue, A1 : ConstructibleFromJSValue, A1 : ConvertibleToJSValue, A2 : ConstructibleFromJSValue, A2 : ConvertibleToJSValue, A3 : ConstructibleFromJSValue, A3 : ConvertibleToJSValue, A4 : ConstructibleFromJSValue, A4 : ConvertibleToJSValue, ReturnType : ConstructibleFromJSValue, ReturnType : ConvertibleToJSValue
func _toJSValue<A0, A1, A2, A3, A4, ReturnType>(_ value: ((A0, A1, A2, A3, A4) -> ReturnType)?) -> JSValue where A0 : ConstructibleFromJSValue, A0 : ConvertibleToJSValue, A1 : ConstructibleFromJSValue, A1 : ConvertibleToJSValue, A2 : ConstructibleFromJSValue, A2 : ConvertibleToJSValue, A3 : ConstructibleFromJSValue, A3 : ConvertibleToJSValue, A4 : ConstructibleFromJSValue, A4 : ConvertibleToJSValue, ReturnType : ConstructibleFromJSValue, ReturnType : ConvertibleToJSValue
func _toJSValue<A0, ReturnType>(_ value: @escaping (A0) -> ReturnType) -> JSValue where A0 : ConstructibleFromJSValue, A0 : ConvertibleToJSValue, ReturnType : ConstructibleFromJSValue, ReturnType : ConvertibleToJSValue
func _toJSValue<A0, ReturnType>(_ value: ((A0) -> ReturnType)?) -> JSValue where A0 : ConstructibleFromJSValue, A0 : ConvertibleToJSValue, ReturnType : ConstructibleFromJSValue, ReturnType : ConvertibleToJSValue
func _toJSValue<T>(_ value: T) -> JSValue where T : ConvertibleToJSValue
func _toJSValue<T>(_ value: T?) -> JSValue where T : ConvertibleToJSValue
func _toJSValue<ReturnType>(_ value: @escaping () -> ReturnType) -> JSValue where ReturnType : ConstructibleFromJSValue, ReturnType : ConvertibleToJSValue
func _toJSValue<ReturnType>(_ value: (() -> ReturnType)?) -> JSValue where ReturnType : ConstructibleFromJSValue, ReturnType : ConvertibleToJSValue
func _toJSValue<A0, A1, A2>(_ value: @escaping (A0, A1, A2) -> Void) -> JSValue where A0 : ConstructibleFromJSValue, A0 : ConvertibleToJSValue, A1 : ConstructibleFromJSValue, A1 : ConvertibleToJSValue, A2 : ConstructibleFromJSValue, A2 : ConvertibleToJSValue
func _toJSValue<A0, A1, A2>(_ value: ((A0, A1, A2) -> Void)?) -> JSValue where A0 : ConstructibleFromJSValue, A0 : ConvertibleToJSValue, A1 : ConstructibleFromJSValue, A1 : ConvertibleToJSValue, A2 : ConstructibleFromJSValue, A2 : ConvertibleToJSValue
func _toJSValue<A0, A1>(_ value: @escaping (A0, A1) -> Void) -> JSValue where A0 : ConstructibleFromJSValue, A0 : ConvertibleToJSValue, A1 : ConstructibleFromJSValue, A1 : ConvertibleToJSValue
func _toJSValue<A0, A1>(_ value: ((A0, A1) -> Void)?) -> JSValue where A0 : ConstructibleFromJSValue, A0 : ConvertibleToJSValue, A1 : ConstructibleFromJSValue, A1 : ConvertibleToJSValue
func _toJSValue<A0>(_ value: @escaping (A0) -> Void) -> JSValue where A0 : ConstructibleFromJSValue, A0 : ConvertibleToJSValue
func _toJSValue<A0>(_ value: ((A0) -> Void)?) -> JSValue where A0 : ConstructibleFromJSValue, A0 : ConvertibleToJSValue
func _toJSValue(_ value: @escaping () -> Void) -> JSValue
func _toJSValue(_ value: (() -> Void)?) -> JSValue
protocol Any_AllowSharedBufferSource : ConvertibleToJSValue
protocol Any_BufferSource : ConvertibleToJSValue
protocol Any_String_or_record_String_to_String_or_seq_of_seq_of_String : ConvertibleToJSValue
enum AllowSharedBufferSource
enum BufferSource
@propertyWrapper final class ClosureAttribute0<ReturnType> where ReturnType : ConstructibleFromJSValue, ReturnType : ConvertibleToJSValue
@propertyWrapper final class ClosureAttribute0Optional<ReturnType> where ReturnType : ConstructibleFromJSValue, ReturnType : ConvertibleToJSValue
@propertyWrapper final class ClosureAttribute0OptionalVoid
@propertyWrapper final class ClosureAttribute0Void
@propertyWrapper final class ClosureAttribute1<A0, ReturnType> where A0 : ConstructibleFromJSValue, A0 : ConvertibleToJSValue, ReturnType : ConstructibleFromJSValue, ReturnType : ConvertibleToJSValue
@propertyWrapper final class ClosureAttribute1Optional<A0, ReturnType> where A0 : ConstructibleFromJSValue, A0 : ConvertibleToJSValue, ReturnType : ConstructibleFromJSValue, ReturnType : ConvertibleToJSValue
@propertyWrapper final class ClosureAttribute1OptionalVoid<A0> where A0 : ConstructibleFromJSValue, A0 : ConvertibleToJSValue
@propertyWrapper final class ClosureAttribute1Void<A0> where A0 : ConstructibleFromJSValue, A0 : ConvertibleToJSValue
@propertyWrapper final class ClosureAttribute2<A0, A1, ReturnType> where A0 : ConstructibleFromJSValue, A0 : ConvertibleToJSValue, A1 : ConstructibleFromJSValue, A1 : ConvertibleToJSValue, ReturnType : ConstructibleFromJSValue, ReturnType : ConvertibleToJSValue
@propertyWrapper final class ClosureAttribute2Optional<A0, A1, ReturnType> where A0 : ConstructibleFromJSValue, A0 : ConvertibleToJSValue, A1 : ConstructibleFromJSValue, A1 : ConvertibleToJSValue, ReturnType : ConstructibleFromJSValue, ReturnType : ConvertibleToJSValue
@propertyWrapper final class ClosureAttribute2OptionalVoid<A0, A1> where A0 : ConstructibleFromJSValue, A0 : ConvertibleToJSValue, A1 : ConstructibleFromJSValue, A1 : ConvertibleToJSValue
@propertyWrapper final class ClosureAttribute2Void<A0, A1> where A0 : ConstructibleFromJSValue, A0 : ConvertibleToJSValue, A1 : ConstructibleFromJSValue, A1 : ConvertibleToJSValue
@propertyWrapper final class ClosureAttribute3<A0, A1, A2, ReturnType> where A0 : ConstructibleFromJSValue, A0 : ConvertibleToJSValue, A1 : ConstructibleFromJSValue, A1 : ConvertibleToJSValue, A2 : ConstructibleFromJSValue, A2 : ConvertibleToJSValue, ReturnType : ConstructibleFromJSValue, ReturnType : ConvertibleToJSValue
@propertyWrapper final class ClosureAttribute3Optional<A0, A1, A2, ReturnType> where A0 : ConstructibleFromJSValue, A0 : ConvertibleToJSValue, A1 : ConstructibleFromJSValue, A1 : ConvertibleToJSValue, A2 : ConstructibleFromJSValue, A2 : ConvertibleToJSValue, ReturnType : ConstructibleFromJSValue, ReturnType : ConvertibleToJSValue
@propertyWrapper final class ClosureAttribute3OptionalVoid<A0, A1, A2> where A0 : ConstructibleFromJSValue, A0 : ConvertibleToJSValue, A1 : ConstructibleFromJSValue, A1 : ConvertibleToJSValue, A2 : ConstructibleFromJSValue, A2 : ConvertibleToJSValue
@propertyWrapper final class ClosureAttribute3Void<A0, A1, A2> where A0 : ConstructibleFromJSValue, A0 : ConvertibleToJSValue, A1 : ConstructibleFromJSValue, A1 : ConvertibleToJSValue, A2 : ConstructibleFromJSValue, A2 : ConvertibleToJSValue
@propertyWrapper final class ClosureAttribute5<A0, A1, A2, A3, A4, ReturnType> where A0 : ConstructibleFromJSValue, A0 : ConvertibleToJSValue, A1 : ConstructibleFromJSValue, A1 : ConvertibleToJSValue, A2 : ConstructibleFromJSValue, A2 : ConvertibleToJSValue, A3 : ConstructibleFromJSValue, A3 : ConvertibleToJSValue, A4 : ConstructibleFromJSValue, A4 : ConvertibleToJSValue, ReturnType : ConstructibleFromJSValue, ReturnType : ConvertibleToJSValue
@propertyWrapper final class ClosureAttribute5Optional<A0, A1, A2, A3, A4, ReturnType> where A0 : ConstructibleFromJSValue, A0 : ConvertibleToJSValue, A1 : ConstructibleFromJSValue, A1 : ConvertibleToJSValue, A2 : ConstructibleFromJSValue, A2 : ConvertibleToJSValue, A3 : ConstructibleFromJSValue, A3 : ConvertibleToJSValue, A4 : ConstructibleFromJSValue, A4 : ConvertibleToJSValue, ReturnType : ConstructibleFromJSValue, ReturnType : ConvertibleToJSValue
class DOMException
enum String_or_record_String_to_String_or_seq_of_seq_of_String
class URL
class URLSearchParams
enum console
typealias VoidFunction = () -> Void
import CSSOM
import DOM
import ECMAScript
import FileSystem
import Gamepad
import SVG
import WebAPIKitDemo
import WebAnimations
import WebAudio
import WebGL1
import WebGL2
import WebGPU
import WebIDL
import WebIDLToSwift
import WebSockets