We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fbb8be commit d75811fCopy full SHA for d75811f
src/ParseFile.js
@@ -12,6 +12,8 @@
12
import CoreManager from './CoreManager';
13
import type { FullOptions } from './RESTController';
14
15
+const ParseError = require('./ParseError').default;
16
+
17
let XHR = null;
18
if (typeof XMLHttpRequest !== 'undefined') {
19
XHR = XMLHttpRequest;
0 commit comments