How to use the xhr.XMLHttpRequest.apply function in xhr

To help you get started, we’ve selected a few xhr examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github unageanu / container-js / lib-test / thatcher-env-js-cb738b9 / platform-commonjs.js View on Github external
XMLHttpRequest = function() {
    XMLHttpRequestCore.apply(this, arguments);
};
XMLHttpRequest.prototype = new XMLHttpRequestCore();