PerformanceObserverCallbackOptions
Generated.swift:13455class PerformanceObserverCallbackOptions
class PerformanceObserverCallbackOptions
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(droppedEntriesCount: UInt64)
required init(unsafelyWrapping object: JSObject)
@ReadWriteAttribute var droppedEntriesCount: UInt64 { get set }