UNPKG

doevisualizations

Version:

Data Visualization Library based on RequireJS and D3.js (v4+)

8 lines (6 loc) 174 B
import type from "./type"; export default type("application/xml", function(xhr) { var xml = xhr.responseXML; if (!xml) throw new Error("parse error"); return xml; });