Hyperactive DOM
- Full report name: FATAL ERROR: Hyperactive DOM
- Status:
FATAL
- Related to: JavaScript in the page
- Summary: the web page's DOM did not stop updating after the load event
- How to fix: fix the scripts in your web page
The DOM in the web page that Warhol was about to test did not stop updating for
over 5 seconds after the load event, which is when Warhol gave up waiting. Fix
the scripts in your page or defer the load
event to fix this error.
See also #
- Hyperactive DOM in pattern libraries, which is the exact same problem in pattern libraries