What are the limitations of the web worker ?

 Posted by Rajkatie on 1/30/2013 | Category: HTML 5 Interview questions | Views: 3772 | Points: 40
Answer:

Web worker don't access following things

1.The DOM (it's not thread-safe)
2.The window object (few read-only exception (e.g: location object)
3.Host Page (The parent object)


Source: pluralsight.com | | Alert Moderator 

Comments or Responses

Login to post response