blob: 77c433ab3d1c95684a0e15b3d3c6a49d6128721d [file] [log] [blame]
dictionary WorkerOptions {
WorkerType type = "classic";
//RequestCredentials credentials = "same-origin"; // credentials is only used if type is "module"
DOMString name = "";
};