On this page

Interface WorkerOptions

interface WorkerOptions {
    credentials?: RequestCredentials;
    name?: string;
    type?: WorkerType;
}
Index

Properties

credentials?: RequestCredentials
name?: string
type?: WorkerType
Was this helpful?
SDK JS
Reference
WorkerOptions