Open
Description
Hello,
I am working with a not-thread-safe library and so I have to use SharedWorkers.
JavaScript Sample of WebAPI You Wish to Use
const myWorker = new SharedWorker("worker.js");
MDN Link to the Involved Function or Interfaces
MDN Documentation Link: https://developer.mozilla.org/en-US/docs/Web/API/SharedWorker
Thank you for maintaining this project. It is important!