CacheQueryOptions
Generated.swift:1461class CacheQueryOptions
class CacheQueryOptions
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(ignoreSearch: Bool, ignoreMethod: Bool, ignoreVary: Bool)
required init(unsafelyWrapping object: JSObject)
@ReadWriteAttribute var ignoreMethod: Bool { get set }
@ReadWriteAttribute var ignoreSearch: Bool { get set }
@ReadWriteAttribute var ignoreVary: Bool { get set }