W3cubDocs
/
Deno
W3cubTools
Cheatsheets
About
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