Today I Learned - Rocky Kev

Tagged “chromeextension”

  1. TIL the difference between Web workers, Service workers, Worklets, Websockets

    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.