0 votes
in Angular by
What are the restrictions of web workers on DOM in AngularJS?

1 Answer

0 votes
by

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
...