W3cubDocs

/Deno

WorkerOptions

interface WorkerOptions {
name?: string;
type?: "classic" | "module";
}

Properties

name?: string
type?: "classic" | "module"

© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/WorkerOptions