QueuingStrategy
Generated.swift:13907class QueuingStrategy
class QueuingStrategy
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(highWaterMark: Double, size: @escaping QueuingStrategySize)
required init(unsafelyWrapping object: JSObject)
@ReadWriteAttribute var highWaterMark: Double { get set }
@ClosureAttribute1 var size: QueuingStrategySize { get set }