Open Classswiftwasm.webapikit 0.1.0WebAPIBase
DOMException
Generated.swift:7class DOMException
class DOMException
import WebAPIBase
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.
protocol CustomStringConvertible
A type with a customized textual representation.
protocol JSBridgedClass : JSBridgedType
Conform to this protocol when your Swift class wraps a JavaScript class.
protocol JSBridgedType : ConstructibleFromJSValue, ConvertibleToJSValue, CustomStringConvertible
Use this protocol when your type has no single JavaScript class. For example, a union type of multiple classes or primitive values.
convenience init(message: String? = nil, name: String? = nil)
required init(unsafelyWrapping jsObject: JSObject)
static let ABORT_ERR: UInt16
static let DATA_CLONE_ERR: UInt16
static let DOMSTRING_SIZE_ERR: UInt16
static let HIERARCHY_REQUEST_ERR: UInt16
static let INDEX_SIZE_ERR: UInt16
static let INUSE_ATTRIBUTE_ERR: UInt16
static let INVALID_ACCESS_ERR: UInt16
static let INVALID_CHARACTER_ERR: UInt16
static let INVALID_MODIFICATION_ERR: UInt16
static let INVALID_NODE_TYPE_ERR: UInt16
static let INVALID_STATE_ERR: UInt16
static let NAMESPACE_ERR: UInt16
static let NETWORK_ERR: UInt16
static let NOT_FOUND_ERR: UInt16
static let NOT_SUPPORTED_ERR: UInt16
static let NO_DATA_ALLOWED_ERR: UInt16
static let NO_MODIFICATION_ALLOWED_ERR: UInt16
static let QUOTA_EXCEEDED_ERR: UInt16
static let SECURITY_ERR: UInt16
static let SYNTAX_ERR: UInt16
static let TIMEOUT_ERR: UInt16
static let TYPE_MISMATCH_ERR: UInt16
static let URL_MISMATCH_ERR: UInt16
static let VALIDATION_ERR: UInt16
static let WRONG_DOCUMENT_ERR: UInt16
class var constructor: JSFunction? { get }
@ReadonlyAttribute var code: UInt16 { get }
let jsObject: JSObject
@ReadonlyAttribute var message: String { get }
@ReadonlyAttribute var name: String { get }
init?(from value: JSValue)
init?(from object: JSObject)
static func construct(from value: JSValue) -> Self?
var description: String { get }
var jsValue: JSValue { get }
func jsValue() -> JSValue
import DOM
class OverconstrainedError
import WebGPU
class GPUPipelineError