Q. Which of the following is a global object for a new worker?

  • (A) WorkerGlobalScope
  • (B) Worker
  • (C) WorkerScope
  • (D) Window
πŸ’¬ Discuss
βœ… Correct Answer: (A) WorkerGlobalScope
Explanation: The WorkerGlobalScope is the global object for a new worker, and it is what a worker thread looks like, on the inside, to itself.
Explanation by: Mr. Dubey
The WorkerGlobalScope is the global object for a new worker, and it is what a worker thread looks like, on the inside, to itself.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
158
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
83%
Success Rate