Answers

Question and Answer:

  Home  HTML Developer

⟩ Do you know what are “web workers”?

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.

 142 views

More Questions for you: