handleError: error(3)
This is the callback method that is invoked by the DOM when
an error occurs. Programmers using the DOM are responsible for
implementing this method, processing errors, and determining
whether processing should continue or be aborted. If this method
returns true
, processing will
continue (unless an error of SEVERITY_FATAL_ERROR
has occurred). If
it returns false
, processing
will halt.