ErrorEventInit
Generated.swift:5183class ErrorEventInit
class ErrorEventInit
import DOM
class BridgedDictionary
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.
convenience init(message: String, filename: String, lineno: UInt32, colno: UInt32, error: JSValue)
required init(unsafelyWrapping object: JSObject)
@ReadWriteAttribute var colno: UInt32 { get set }
@ReadWriteAttribute var error: JSValue { get set }
@ReadWriteAttribute var filename: String { get set }
@ReadWriteAttribute var lineno: UInt32 { get set }
@ReadWriteAttribute var message: String { get set }