terminate() method in HTML5 is used for______

Options
- terminate everything
- terminate all method
- terminate a web worker
- terminate program


CORRECT ANSWER : terminate a web worker

Discussion Board
terminate a web worker

terminate() method in HTML5 is used for terminating a web worker and browser or computer resources.

Sapna 02-27-2017 01:12 AM

Explanation.

Answer : terminate a web worker.

When a web worker object is created, it will continue to listen for messages until it is terminated.
To terminate a web worker, and free browser or computer resources, use the terminate() method.

Jayesh Sonar 02-27-2015 06:23 AM

Write your comments


Enter the code shown above:

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


Advertisement