WorkerOptions
Generated.swift:18496class WorkerOptions
class WorkerOptions
import DOM
class BridgedDictionary
protocol Any_String_or_WorkerOptions : ConvertibleToJSValue
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.
protocol Copyable
A type whose values can be implicitly or explicitly copied.
protocol Escapable
convenience init(type: WorkerType, credentials: RequestCredentials, name: String)
required init(unsafelyWrapping object: JSObject)
@ReadWriteAttribute var credentials: RequestCredentials { get set }
@ReadWriteAttribute var name: String { get set }
@ReadWriteAttribute var type: WorkerType { get set }