1.

What are the limitations of Web Workers?

Answer»

Here are the limitations of a WEB Worker:

  • A web worker cannot DIRECTLY manipulate the DOM
  • It has limited access to methods and properties of the WINDOW object.
  • It cannot be run directly from the file system. A web worker NEEDS a server to run.


Discussion

No Comment Found