Which HTTP client implementation should be used? Use 'server' to use the xhr2 NPM module. Use browser to use the browser-side XMLHttpRequest, and set to null to disable loading a built-in implementation (so you can provide your own).
xhr2
browser
XMLHttpRequest
null
Generated using TypeDoc
Which HTTP client implementation should be used? Use 'server' to use the
xhr2
NPM module. Usebrowser
to use the browser-sideXMLHttpRequest
, and set tonull
to disable loading a built-in implementation (so you can provide your own).