NavigationPreloadState
Generated.swift:12682class NavigationPreloadState
class NavigationPreloadState
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(enabled: Bool, headerValue: String)
required init(unsafelyWrapping object: JSObject)
@ReadWriteAttribute var enabled: Bool { get set }
@ReadWriteAttribute var headerValue: String { get set }