@nativescript/core
Version:
A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.
5 lines • 354 B
JavaScript
// TODO: this is needed because the polyfills are now evaluated eagerly, so we need to polyfill this first, unfortunately.
import { installPolyfillsFromModule } from './utils';
import * as xhrImpl from '../../xhr';
installPolyfillsFromModule(xhrImpl, ['XMLHttpRequest', 'FormData', 'Blob', 'File', 'FileReader']);
//# sourceMappingURL=polyfill-xhr.js.map