UNPKG

d3-request

Version:

A convenient alternative to XMLHttpRequest.

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; });