Web Workers

JavaScript

Understanding JavaScript - Web Workers

Browser JavaScript is Single Threaded,So the basic assumption is that we can't process huge data in JavaScript in Parallel with normal DOM Oprerations, Unfortunately this is just an assumption, we can make browser to execute scripts parallely on Browser read more...