JavaScript question detail
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
- Window object
- Document object
- Parent object
JavaScript question detail
WebWorkers don't have access to below javascript objects since they are defined in an external files