HTML Developer Question: Download HTML Developer PDF

Do you know what are “web workers”?

Tweet Share WhatsApp

Answer:

Web workers at long last bring multi-threading to JavaScript.

A web worker is a script that runs in the background (i.e., in another thread) without the page needing to wait for it to complete. The user can continue to interact with the page while the web worker runs in the background. Workers utilize thread-like message passing to achieve parallelism.

Download HTML Developer PDF Read All 75 HTML Developer Questions
Previous QuestionNext Question
Tell me what is the difference between == and === ?Tell us the differences between an HTML specification and a browser’s implementation thereof?