Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dist/oboe-browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -2948,7 +2948,7 @@ function streamingHttp(oboeBus, xhr, method, url, data, headers, withCredentials
xhr.setRequestHeader(headerName, headers[headerName]);
}

if( !Object(__WEBPACK_IMPORTED_MODULE_0__detectCrossOrigin_browser__["a" /* isCrossOrigin */])(window.location, Object(__WEBPACK_IMPORTED_MODULE_0__detectCrossOrigin_browser__["b" /* parseUrlOrigin */])(url)) ) {
if( !Object(__WEBPACK_IMPORTED_MODULE_0__detectCrossOrigin_browser__["a" /* isCrossOrigin */])(location, Object(__WEBPACK_IMPORTED_MODULE_0__detectCrossOrigin_browser__["b" /* parseUrlOrigin */])(url)) ) {
xhr.setRequestHeader('X-Requested-With', 'XMLHttpRequest');
}

Expand All @@ -2964,7 +2964,7 @@ function streamingHttp(oboeBus, xhr, method, url, data, headers, withCredentials
// has had no chance to add a .fail listener so there is no way
// the event could be useful. For both these reasons defer the
// firing to the next JS frame.
window.setTimeout(
setTimeout(
Object(__WEBPACK_IMPORTED_MODULE_4__functional__["j" /* partialComplete */])(emitFail, Object(__WEBPACK_IMPORTED_MODULE_1__events__["o" /* errorReport */])(undefined, undefined, e))
, 0
);
Expand Down
Loading