Discussion :: Javascript - CS
- Which is the function that allows a worker to terminate itself?
Answer : Option A
Explanation :
The close() function allows a worker to terminate itself, and it is similar in effect to the terminate() method of a Worker object.
Be The First To Comment