@ -14,8 +14,7 @@
"Fix": true,
"module": true,
"Demo": true,
"_global": true,
"ActiveXObject": true
"_global": true
},
"parser": "@typescript-eslint/parser",
"parserOptions": {
@ -88,7 +88,7 @@
var split = "onabort.onerror.onloadstart.onprogress".split("."),
length = split.length,
CRLF = "\r\n",
xhr = XMLHttpRequest ? new XMLHttpRequest : new ActiveXObject("Microsoft.XMLHTTP"),
xhr = new XMLHttpRequest,
sendFile;
function multipart(boundary, name, file) {
return "--".concat(