Select from following answers:- terminate everything
- terminate all method
- terminate a web worker

- terminate program
- All Above
Tetminate method is used for terminating a web worker.To terminate a web worker,we write following code as
w.terminate(),where w is the object of web worker.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator