UNPKG
d3-jsnext
Version:
latest (3.5.5)
3.5.5
d3, but futuristic
github.com/rollup/d3-jsnext
rollup/d3-jsnext
d3-jsnext
/
src
/
xhr
/
xml.js
9 lines
(6 loc)
•
143 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
{ d3_xhrType }
from
'./xhr'
;
var
d3$xml; d3$xml =
d3_xhrType
(
function
(
request
) {
return
request.
responseXML
; });
export
{ d3$xml };