1.

What Are The Limitations Of Html5 Web Worker?

Answer»

HTML5 Web worker seems to be very HANDY in many scenarios (especially for CPU intensive TASKS) but it has CERTAIN LIMITATIONS. Few JavaScript objects are not accessible to HTML5 web worker as:
•parent object
•window object
•document object

HTML5 Web worker seems to be very handy in many scenarios (especially for CPU intensive tasks) but it has certain limitations. Few JavaScript objects are not accessible to HTML5 web worker as:
•parent object
•window object
•document object



Discussion

No Comment Found