An introduction to web workers
May 2, 2023 · 3 min read · In this tutorial, we will be going over the web workers' API. Web workers are not part of javascript, it is an API provided by the browser to make our life easier, what web workers do is that it allows us to run code on a separate thread from the jav...
Join discussion