Demystifying webworkers
The simplest possible definition of a webworker that I can think of will be:
A piece of code/functionality that offloads tasks from the main thread of JavaScript and runs in in another thread parallelly so that the main thread remains free"
Now, th...
hrishi.hashnode.dev3 min read