UNPKG

browsernizr

Version:

Modernizr wrapper for use with browserify

22 lines (20 loc) 588 B
/*! { "name": "XHR responseType='json'", "property": "xhrresponsetypejson", "tags": ["network"], "notes": [{ "name": "WHATWG Spec", "href": "https://xhr.spec.whatwg.org/#the-responsetype-attribute" },{ "name": "Explanation of xhr.responseType='json'", "href": "https://mathiasbynens.be/notes/xhr-responsetype-json" }] } !*/ /* DOC Tests for XMLHttpRequest xhr.responseType='json'. */ var Modernizr = require('./../../lib/Modernizr.js'); var testXhrType = require('./../../lib/testXhrType.js'); Modernizr.addTest('xhrresponsetypejson', testXhrType('json'));