Skip to content

handle parse error for chrome

Created by: squarebracket

When Chrome fails to parse an XML document, it returns a hash with a body.parsererror. This PR makes dash.js actually throw an error when Chrome fails to parse an XML document.

Merge request reports