The object that looks to the thread that creates it is _______________
(a) Window
(b) Worker
(c) Element
(d) Hash
(a) Window
(b) Worker
(c) Element
(d) Hash
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Correct option is (b) Worker
To explain: A web worker is a JavaScript running in the background, without affecting the performance of the page. The Worker object: this is what a worker looks like from the outside to the thread that creates it.