deno / latest / ~ / 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