ProgressEventInit
Generated.swift:13840class ProgressEventInit
class ProgressEventInit
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(lengthComputable: Bool, loaded: UInt64, total: UInt64)
required init(unsafelyWrapping object: JSObject)
@ReadWriteAttribute var lengthComputable: Bool { get set }
@ReadWriteAttribute var loaded: UInt64 { get set }
@ReadWriteAttribute var total: UInt64 { get set }