Web worker - Definition - HTML

Q.  What is a web worker?
- Published on 28 Aug 15

a. It helps in executing the tags on the page
b. It is a JavaScript running in the background without affecting the performance of the page
c. It is a functional tool
d. None of the above

ANSWER: It is a JavaScript running in the background without affecting the performance of the page
 

    Discussion

  • Nirja Shah   -Posted on 06 Nov 15
    Web worker
    - It is a JavaScript running in the background, without affecting the performance of the page.

    - The page becomes unresponsive until the script is finished while executing scripts in an HTML page.

    - You can continue to do whatever you want: clicking, selecting things, etc., while the web worker runs in the background.

Post your comment / Share knowledge


Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)