UNPKG

devextreme

Version:

HTML5 JavaScript Component Suite for Responsive Web Development

20 lines (19 loc) 548 B
/** * DevExtreme (esm/core/http_request.js) * Version: 21.1.4 * Build date: Mon Jun 21 2021 * * Copyright (c) 2012 - 2021 Developer Express Inc. ALL RIGHTS RESERVED * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/ */ import { getWindow } from "./utils/window"; var window = getWindow(); import injector from "./utils/dependency_injector"; var nativeXMLHttpRequest = { getXhr: function() { return new window.XMLHttpRequest } }; export default injector(nativeXMLHttpRequest);