Sign in
cobalt
/
cobalt
/
25902c6cb1ab9cfd8ae2ee6b0fb52953f73deda5
/
.
/
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
=
""
;
};