Interface WorkerOptions

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

Properties

credentials?: RequestCredentials
name?: string
type?: WorkerType