Tagged “webworkers”
-
TIL the difference between Web workers, Service workers, Worklets, Websockets webworkers browser chromeextension
Web Workers are scripts that offload work from the main thread. Worklets connect to the rendering pipeline. Websockets opens up a 2-way connection.
See all tags.