A

Admin • 833K Points
Coach

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

  • (A) WorkerGlobalScope
  • (B) Worker
  • (C) WorkerScope
  • (D) Window
  • Correct Answer - Option(A)
  • Views: 23
  • Filed under category JavaScript
  • Hashtags:

Explanation by: Admin

The WorkerGlobalScope is the global object for a new worker, and it is what a worker thread looks like, on the inside, to itself.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.