UNPKG

d3-request

Version:

A convenient alternative to XMLHttpRequest.

6 lines (4 loc) 127 B
import type from "./type"; export default type("application/json", function(xhr) { return JSON.parse(xhr.responseText); });