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 <!-- Please provide a sample code snippet of the WebAPI function or interface you wish to use. --> ```javascript const myWorker = new SharedWorker("worker.js"); ``` ### MDN Link to the Involved Function or Interfaces <!-- Please provide the MDN link to the function or interface documentation. --> [MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API) Link: <https://developer.mozilla.org/en-US/docs/Web/API/SharedWorker> Thank you for maintaining this project. It is important!