Closed turansky closed 2 months ago
Thanks for the PR!
This section of the codebase is owned by @saschanaz - if they write a comment saying "LGTM" then it will be merged.
@microsoft-github-policy-service agree
This is not necessarily true:
new Worker(URL.createObjectURL(new Blob([`
self.close();
console.log("closed?");
`])))
// You can see "closed?" on devtools console
@saschanaz thank you for example
DedicatedWorkerGlobalScope.close()
- MDNSharedWorkerGlobalScope.close()
- MDN