InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is a global object for a new worker?(a) WorkerGlobalScope(b) Worker(c) WorkerScope(d) WindowI got this question in an internship interview.The above asked question is from Web Workers in portion Caching, Debugging and Animation of JavaScript |
|
Answer» The correct answer is (a) WorkerGlobalScope |
|