Examveda
Examveda

Which is the function that allows a worker to terminate itself?

A. close()

B. exit()

C. terminate()

D. halt()

Answer: Option A

Solution(By Examveda Team)

The close() function allows a worker to terminate itself, and it is similar in effect to the terminate() method of a Worker object.

This Question Belongs to Javascript >> Caching And Debugging

Join The Discussion

Related Questions on Caching and Debugging