Web Worker in HTML5

What is Web Worker in HTML5?

When some scripts are executing in HTML page that time page is going to blocking for a moment but in HTML5 have a Web Worker process to solved this blocking issues and by this blocking script send to background process.


For this features user can  freely access the page without blocking. But some JavaScript objects are not accessible to HTML5 web worker like.
  1. Parent object.
  2. Window object.
  3. Document object.

Thank you!
Anil
ANIL SINGH

Anil Singh is an author, tech blogger, and software programmer. Book writing, tech blogging is something do extra and Anil love doing it. For more detail, kindly refer to this link..

My Tech Blog - https://www.code-sample.com/
My Books - Book 1 and Book 2

www.code-sample.com/. Powered by Blogger.
^