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