Hacker News new | ask | show | jobs
by Manchego79 625 days ago
Yes, it’s running in a web worker. It still has access to the browser, so running code in the worker has the same privileges as regular workers. The only communication with the main thread is via socket messages.