RegistrationOptions
Generated.swift:14498class RegistrationOptions
class RegistrationOptions
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(scope: String, type: WorkerType, updateViaCache: ServiceWorkerUpdateViaCache)
required init(unsafelyWrapping object: JSObject)
@ReadWriteAttribute var scope: String { get set }
@ReadWriteAttribute var type: WorkerType { get set }
@ReadWriteAttribute var updateViaCache: ServiceWorkerUpdateViaCache { get set }