UNPKG

d3-request

Version:

A convenient alternative to XMLHttpRequest.

6 lines (4 loc) 157 B
import type from "./type"; export default type("text/html", function(xhr) { return document.createRange().createContextualFragment(xhr.responseText); });