What are the restrictions of web workers on DOM
WebWorkers don’t have access to below javascript objects since they are defined in an external files
1. Window object
2. Document object
3. Parent object
If you like this question & answer and want to contribute, then write your question & answer and email to freewebmentor[@]gmail.com. Your question and answer will appear on FreeWebMentor.com and help other developers.