Sign in
cobalt
/
cobalt
/
527110903c994f57b3fc64852b74e941d515b683
/
.
/
cobalt
/
worker
/
worker_options.idl
blob: 77c433ab3d1c95684a0e15b3d3c6a49d6128721d [
file
] [
log
] [
blame
]
dictionary
WorkerOptions
{
WorkerType
type
=
"classic"
;
//RequestCredentials credentials = "same-origin"; // credentials is only used if type is "module"
DOMString
name
=
""
;
};