| by Achyut Kendre | No comments

What is Web worker in HTML 5?

When executing scripts in an HTML page, the page becomes unresponsive until the script is finished. Even when you want to execute the multiple scripts you need to execute it sequentially, you can not execute it paralally. A web worker is a JavaScript that runs in the background, independently of other scripts, without affecting the […]

Read More