deno / 1.23.2 / ~ / workeroptions.html /

WorkerOptions

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

Properties

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

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