Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What are the restrictions of web workers on DOM in AngularJS?
Home
Angular
What are the restrictions of web workers on DOM in AngularJS?
0
votes
asked
Sep 29, 2023
in
Angular
by
JackTerrance
What are the restrictions of web workers on DOM in AngularJS?
angularjs-interview-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Sep 29, 2023
by
JackTerrance
WebWorkers don't have access to below javascript objects since they are defined in an external files
Window object
Document object
Parent object
...