Is it planned that Deno support SharedWorkers and / or ServerWorkers at some point?
I don't see the use for ServiceWorkers in Deno, but SharedWorkers are useful for multi-threaded code that uses normal workers, as they allow access to the same worker via ports.
Is it planned that Deno support SharedWorkers and / or ServerWorkers at some point?
I don't see the use for ServiceWorkers in Deno, but SharedWorkers are useful for multi-threaded code that uses normal workers, as they allow access to the same worker via ports.