mphttpx 2.2.1 → 2.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +994 -994
- package/dist/cjs/fetchP.js +22 -0
- package/dist/cjs/index.js +197 -55
- package/dist/esm/fetchP.js +12 -0
- package/dist/esm/index.js +5 -18
- package/dist/index.d.ts +8 -394
- package/dist/mphttpx.cjs.js +6646 -0
- package/dist/mphttpx.cjs.min.js +1 -0
- package/dist/mphttpx.esm.js +6595 -0
- package/dist/mphttpx.esm.min.js +1 -0
- package/package.json +28 -9
- package/dist/cjs/encoding/TextDecoderP.js +0 -174
- package/dist/cjs/encoding/TextEncoderP.js +0 -121
- package/dist/cjs/event-system/AbortControllerP.js +0 -28
- package/dist/cjs/event-system/AbortSignalP.js +0 -120
- package/dist/cjs/event-system/CloseEventP.js +0 -36
- package/dist/cjs/event-system/CustomEventP.js +0 -35
- package/dist/cjs/event-system/EventP.js +0 -127
- package/dist/cjs/event-system/EventTargetP.js +0 -155
- package/dist/cjs/event-system/MessageEventP.js +0 -61
- package/dist/cjs/event-system/ProgressEventP.js +0 -42
- package/dist/cjs/fetch-api/BodyImpl.js +0 -167
- package/dist/cjs/fetch-api/HeadersP.js +0 -155
- package/dist/cjs/fetch-api/RequestP.js +0 -163
- package/dist/cjs/fetch-api/ResponseP.js +0 -93
- package/dist/cjs/fetch-api/fetchP.js +0 -118
- package/dist/cjs/file-system/BlobP.js +0 -111
- package/dist/cjs/file-system/FileP.js +0 -34
- package/dist/cjs/file-system/FileReaderP.js +0 -173
- package/dist/cjs/helpers/Payload.js +0 -96
- package/dist/cjs/helpers/decode.js +0 -11
- package/dist/cjs/helpers/emitEvent.js +0 -14
- package/dist/cjs/helpers/emitProgressEvent.js +0 -19
- package/dist/cjs/helpers/encode.js +0 -11
- package/dist/cjs/helpers/handlers.js +0 -23
- package/dist/cjs/helpers/isArrayBuffer.js +0 -11
- package/dist/cjs/helpers/isBlob.js +0 -20
- package/dist/cjs/helpers/isEventTarget.js +0 -18
- package/dist/cjs/helpers/isSequence.js +0 -13
- package/dist/cjs/helpers/isURLSearchParams.js +0 -10
- package/dist/cjs/helpers/normalizeMethod.js +0 -11
- package/dist/cjs/helpers/statusTextMap.js +0 -68
- package/dist/cjs/helpers/toBase64.js +0 -28
- package/dist/cjs/mini-program/WebSocketImpl.js +0 -197
- package/dist/cjs/mini-program/XMLHttpRequestImpl.js +0 -493
- package/dist/cjs/mini-program/connectSocket.js +0 -28
- package/dist/cjs/mini-program/platform.js +0 -29
- package/dist/cjs/mini-program/request.js +0 -36
- package/dist/cjs/network/FormDataP.js +0 -160
- package/dist/cjs/network/URLSearchParamsP.js +0 -226
- package/dist/cjs/network/XMLHttpRequestEventTargetP.js +0 -64
- package/dist/cjs/network/XMLHttpRequestUploadP.js +0 -28
- package/dist/cjs/utils.js +0 -56
- package/dist/esm/encoding/TextDecoderP.js +0 -171
- package/dist/esm/encoding/TextEncoderP.js +0 -118
- package/dist/esm/event-system/AbortControllerP.js +0 -25
- package/dist/esm/event-system/AbortSignalP.js +0 -115
- package/dist/esm/event-system/CloseEventP.js +0 -34
- package/dist/esm/event-system/CustomEventP.js +0 -32
- package/dist/esm/event-system/EventP.js +0 -122
- package/dist/esm/event-system/EventTargetP.js +0 -150
- package/dist/esm/event-system/MessageEventP.js +0 -59
- package/dist/esm/event-system/ProgressEventP.js +0 -40
- package/dist/esm/fetch-api/BodyImpl.js +0 -164
- package/dist/esm/fetch-api/HeadersP.js +0 -149
- package/dist/esm/fetch-api/RequestP.js +0 -160
- package/dist/esm/fetch-api/ResponseP.js +0 -90
- package/dist/esm/fetch-api/fetchP.js +0 -114
- package/dist/esm/file-system/BlobP.js +0 -108
- package/dist/esm/file-system/FileP.js +0 -31
- package/dist/esm/file-system/FileReaderP.js +0 -170
- package/dist/esm/helpers/Payload.js +0 -94
- package/dist/esm/helpers/decode.js +0 -9
- package/dist/esm/helpers/emitEvent.js +0 -12
- package/dist/esm/helpers/emitProgressEvent.js +0 -17
- package/dist/esm/helpers/encode.js +0 -9
- package/dist/esm/helpers/handlers.js +0 -20
- package/dist/esm/helpers/isArrayBuffer.js +0 -9
- package/dist/esm/helpers/isBlob.js +0 -18
- package/dist/esm/helpers/isEventTarget.js +0 -16
- package/dist/esm/helpers/isSequence.js +0 -11
- package/dist/esm/helpers/isURLSearchParams.js +0 -8
- package/dist/esm/helpers/normalizeMethod.js +0 -9
- package/dist/esm/helpers/statusTextMap.js +0 -66
- package/dist/esm/helpers/toBase64.js +0 -26
- package/dist/esm/mini-program/WebSocketImpl.js +0 -193
- package/dist/esm/mini-program/XMLHttpRequestImpl.js +0 -489
- package/dist/esm/mini-program/connectSocket.js +0 -26
- package/dist/esm/mini-program/platform.js +0 -27
- package/dist/esm/mini-program/request.js +0 -34
- package/dist/esm/network/FormDataP.js +0 -157
- package/dist/esm/network/URLSearchParamsP.js +0 -223
- package/dist/esm/network/XMLHttpRequestEventTargetP.js +0 -61
- package/dist/esm/network/XMLHttpRequestUploadP.js +0 -25
- package/dist/esm/utils.js +0 -48
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";function e(e,t,n){return t=o(t),function(e,t){if(t&&("object"==typeof t||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}(e,a()?Reflect.construct(t,n||[],o(e).constructor):t.apply(e,n))}function t(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function n(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,u(r.key),r)}}function r(e,t,r){return t&&n(e.prototype,t),r&&n(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function o(e){return o=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},o(e)}function i(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&s(e,t)}function a(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(a=function(){return!!e})()}function s(e,t){return s=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},s(e,t)}function u(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t);if("object"!=typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e,"string");return"symbol"==typeof t?t:t+""}function c(e){return c="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},c(e)}function l(e){var t="function"==typeof Map?new Map:void 0;return l=function(e){if(null===e||!function(e){try{return-1!==Function.toString.call(e).indexOf("[native code]")}catch(t){return"function"==typeof e}}(e))return e;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==t){if(t.has(e))return t.get(e);t.set(e,n)}function n(){return function(e,t,n){if(a())return Reflect.construct.apply(null,arguments);var r=[null];r.push.apply(r,t);var o=new(e.bind.apply(e,r));return n&&s(o,n.prototype),o}(e,arguments,o(this).constructor)}return n.prototype=Object.create(e.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),s(n,e)},l(e)}var f={iterator:"function"==typeof Symbol&&Symbol.iterator||"Symbol(Symbol.iterator)",toStringTag:"function"==typeof Symbol&&Symbol.toStringTag||"Symbol(Symbol.toStringTag)"},h=function(n,o){function a(n,r){var o;return t(this,a),o=e(this,a,[n]),void 0!==r&&(o.name=""+r),o}return i(a,n),r(a,[{key:o,get:function(){return"DOMException"}},{key:"__MPHTTPX__",get:function(){return{chain:["DOMException"]}}}])}(l(Error),f.toStringTag),d=function(){try{return new DOMException,!0}catch(e){return!1}}()?DOMException:h;function p(e){try{return e.__MPHTTPX__.chain[0]}catch(t){return Object.prototype.toString.call(e).slice(8,-1)}}function y(e,t,n){Object.defineProperty(e,t,{value:n})}function v(e,t){return Object.prototype.toString.call(t)==="[object ".concat(e,"]")}function g(e,t){var n,r=arguments.length>2&&void 0!==arguments[2]&&arguments[2],o="__MPHTTPX__";return!!t&&"object"===c(t)&&o in t&&!!t[o]&&"object"===c(t[o])&&"chain"in t[o]&&Array.isArray(t[o].chain)&&(n=t[o].chain.indexOf(e),r?0===n:n>-1)}var m="function"==typeof Symbol&&!!Symbol.iterator;function b(e){return Array.isArray(e)||!!e&&"object"===c(e)&&m&&Symbol.iterator in e&&"function"==typeof e[Symbol.iterator]}function _(e){var t,n,r,o=0,i=(t={next:function(){return o<e.length?{value:e[o++],done:!1}:{value:void 0,done:!0}}},r=function(){return i},(n=u(n=f.iterator))in t?Object.defineProperty(t,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[n]=r,t);return i}function k(e,t,n,r){if(e<t)throw new TypeError("Failed to ".concat(r?"execute '"+r+"' on":"construct"," '").concat(n,"': ").concat(t," argument").concat(t>1?"s":""," required, but only ").concat(e," present."))}var w=function(){return r(function e(){t(this,e)},[{key:"encoding",get:function(){return"utf-8"}},{key:"encode",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return T("string"==typeof e?e:""+e).encoded}},{key:"encodeInto",value:function(e,t){if(k(arguments.length,2,"TextEncoder","encodeInto"),!Uint8Array.prototype.isPrototypeOf(t)&&!v("Uint8Array",t))throw new TypeError("Failed to execute 'encodeInto' on 'TextEncoder': parameter 2 is not of type 'Uint8Array'.");var n=T("string"==typeof e?e:""+e,t);return{read:n.read,written:n.written}}},{key:"toString",value:function(){return"[object TextEncoder]"}},{key:f.toStringTag,get:function(){return"TextEncoder"}},{key:"__MPHTTPX__",get:function(){return{chain:["TextEncoder"]}}}])}();function T(e,t){for(var n=void 0!==t,r=0,o=0,i=e.length,a=0,s=Math.max(32,i+(i>>1)+7),u=n?t:new Uint8Array(s>>3<<3),c=0,l=0,f=0;r<i;){if(l=1,(c=e.charCodeAt(r))>=55296&&c<=56319)if(r+1<i){var h=e.charCodeAt(r+1);56320==(64512&h)?(l=2,r+=2,c=((1023&c)<<10)+(1023&h)+65536):(r+=1,c=65533)}else r+=1,c=65533;else c>=56320&&c<=57343?(r+=1,c=65533):r+=1;if(!n&&a+4>u.length){s+=8,s=(s*=1+r/e.length*2)>>3<<3;var d=new Uint8Array(s);d.set(u),u=d}if(4294967168&c?4294965248&c?4294901760&c?4292870144&c?(c=65533,f=3):f=4:f=3:f=2:f=1,n&&a+f>u.length)break;switch(f){case 1:u[a++]=c;break;case 2:u[a++]=c>>6&31|192,u[a++]=63&c|128;break;case 3:u[a++]=c>>12&15|224,u[a++]=c>>6&63|128,u[a++]=63&c|128;break;case 4:u[a++]=c>>18&7|240,u[a++]=c>>12&63|128,u[a++]=c>>6&63|128,u[a++]=63&c|128}o+=l}return{encoded:n?t:u.slice(0,a),read:o,written:a}}var E="undefined"!=typeof TextEncoder&&TextEncoder||w,S=["utf-8","utf8","unicode-1-1-utf-8"],x=function(){return r(function e(){var n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"utf-8",r=arguments.length>1?arguments[1]:void 0;if(t(this,e),-1===S.indexOf(("string"==typeof n?n:""+n).toLowerCase()))throw new RangeError("Failed to construct 'TextDecoder': encoding ('".concat(n,"') not implemented."));y(this,"__TextDecoder__",new R(r))},[{key:"encoding",get:function(){return"utf-8"}},{key:"fatal",get:function(){return P(this).fatal}},{key:"ignoreBOM",get:function(){return P(this).ignoreBOM}},{key:"decode",value:function(e,t){return function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.stream,r=void 0!==n&&n,o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{fatal:!1,ignoreBOM:!1,partial:[]};if(void 0===e){if(o.partial.length>0&&o.fatal)throw o.partial=[],new TypeError("Incomplete UTF-8 sequence.");return""}var i=C(e)?new Uint8Array(e):ArrayBuffer.isView(e)?new Uint8Array(e.buffer,e.byteOffset,e.byteLength):function(){throw new TypeError("Input could not be converted to any of: ArrayBufferView, ArrayBuffer.")}();if(o.partial.length>0){var a=new Uint8Array(o.partial.length+i.length);a.set(o.partial,0),a.set(i,o.partial.length),i=a,o.partial=[]}!o.ignoreBOM&&i.length>=3&&239===i[0]&&187===i[1]&&191===i[2]&&(i=i.subarray(3));var s=i.length,u=[];if(r&&i.length>0){for(var c=i.length;c>0&&c>i.length-4;){var l=i[c-1];if(128!=(192&l)){(l>239?4:l>223?3:l>191?2:1)>i.length-(c-1)&&(s=c-1);break}--c}o.partial=Array.from(i.slice(s)),i=i.slice(0,s)}var f=0,h=0,d=0,p=0,y=0,v=0,g=0,m=0;for(;m<s;){if(f=0,m+(d=(p=i[m])>239?4:p>223?3:p>191?2:1)<=s)switch(d){case 1:p<128&&(f=p);break;case 2:128==(192&(y=i[m+1]))&&(h=(31&p)<<6|63&y)>127&&(f=h);break;case 3:y=i[m+1],v=i[m+2],128==(192&y)&&128==(192&v)&&(h=(15&p)<<12|(63&y)<<6|63&v)>2047&&(h<55296||h>57343)&&(f=h);break;case 4:y=i[m+1],v=i[m+2],g=i[m+3],128==(192&y)&&128==(192&v)&&128==(192&g)&&(h=(15&p)<<18|(63&y)<<12|(63&v)<<6|63&g)>65535&&h<1114112&&(f=h)}if(0===f&&(1===d&&0!==p||d>1)){if(o.fatal)throw o.partial=[],new TypeError("Decoding failed.");for(var b=1;m+b<s&&128==(192&i[m+b]);)b+=1;u.push(65533),m+=b}else f>65535&&(f-=65536,u.push(f>>>10&1023|55296),f=56320|1023&f),u.push(f),m+=d}return u.length>16384?function(e){for(var t=[],n=0,r=e.length;n<r;n+=4096)t.push(String.fromCharCode.apply(String,e.slice(n,n+4096)));return t.join("")}(u):function(e){for(var t="",n=0,r=e.length;n<r;n+=4096)t+=String.fromCharCode.apply(String,e.slice(n,n+4096));return t}(u)}(e,t,P(this))}},{key:"toString",value:function(){return"[object TextDecoder]"}},{key:f.toStringTag,get:function(){return"TextDecoder"}},{key:"__MPHTTPX__",get:function(){return{chain:["TextDecoder"]}}}])}(),R=r(function e(){var n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=n.fatal,o=void 0!==r&&r,i=n.ignoreBOM,a=void 0!==i&&i;t(this,e),this.partial=[],this.fatal=!!o,this.ignoreBOM=!!a});function P(e){return e.__TextDecoder__}function C(e){return!!e&&"object"===c(e)&&ArrayBuffer.prototype.isPrototypeOf(e)||function(e){return(v("ArrayBuffer",e)||"[object ArrayBuffer]"===String(e))&&!!e&&"object"===c(e)&&"byteLength"in e&&"number"==typeof e.byteLength}(e)}var A="undefined"!=typeof TextDecoder&&TextDecoder||x,q=function(){return r(function e(n,r){t(this,e),k(arguments.length,1,"Event"),y(this,"__Event__",new L);var o=H(this);o.type=""+n,o.bubbles=!!(null==r?void 0:r.bubbles),o.cancelable=!!(null==r?void 0:r.cancelable),o.composed=!!(null==r?void 0:r.composed),Object.defineProperty(this,"isTrusted",{enumerable:!0,get:function(){return"YES"===o.isTrusted}})},[{key:"NONE",get:function(){return 0}},{key:"CAPTURING_PHASE",get:function(){return 1}},{key:"AT_TARGET",get:function(){return 2}},{key:"BUBBLING_PHASE",get:function(){return 3}},{key:"bubbles",get:function(){return H(this).bubbles}},{key:"cancelBubble",get:function(){return H(this).cancelBubble},set:function(e){e&&(H(this).cancelBubble=!0)}},{key:"cancelable",get:function(){return H(this).cancelable}},{key:"composed",get:function(){return H(this).composed}},{key:"currentTarget",get:function(){return H(this).currentTarget}},{key:"defaultPrevented",get:function(){return H(this).defaultPrevented}},{key:"eventPhase",get:function(){return H(this).eventPhase}},{key:"returnValue",get:function(){return H(this).returnValue},set:function(e){e||this.preventDefault()}},{key:"srcElement",get:function(){return H(this).target}},{key:"target",get:function(){return H(this).target}},{key:"timeStamp",get:function(){return H(this).timeStamp}},{key:"type",get:function(){return H(this).type}},{key:"composedPath",value:function(){var e=this.target?[this.target]:[];return this.currentTarget&&this.currentTarget!==this.target&&e.push(this.currentTarget),e}},{key:"initEvent",value:function(e,t,n){k(arguments.length,1,p(this),"initEvent");var r=H(this);r.eventDispatched||(r.type=""+e,r.bubbles=!!t,r.cancelable=!!n)}},{key:"preventDefault",value:function(){var e=H(this);if(e.passive)return console.warn("Ignoring 'preventDefault()' call on event of type '".concat(this.type,"' from a listener registered as 'passive'."));this.cancelable&&(e.defaultPrevented=!0,e.returnValue=!1)}},{key:"stopImmediatePropagation",value:function(){H(this).immediatePropagationStopped=!0,this.cancelBubble=!0}},{key:"stopPropagation",value:function(){this.cancelBubble=!0}},{key:"toString",value:function(){return"[object Event]"}},{key:f.toStringTag,get:function(){return"Event"}},{key:"__MPHTTPX__",get:function(){return{chain:["Event"]}}}],[{key:"NONE",get:function(){return 0}},{key:"CAPTURING_PHASE",get:function(){return 1}},{key:"AT_TARGET",get:function(){return 2}},{key:"BUBBLING_PHASE",get:function(){return 3}}])}(),L=r(function e(){t(this,e),this.bubbles=!1,this.cancelBubble=!1,this.cancelable=!1,this.composed=!1,this.currentTarget=null,this.defaultPrevented=!1,this.eventPhase=0,this.returnValue=!0,this.target=null,this.timeStamp=(new Date).getTime()-O,this.type="",this.passive=!1,this.eventDispatched=!1,this.immediatePropagationStopped=!1,Object.defineProperty(this,"isTrusted",M())});function H(e){return e.__Event__}var O=(new Date).getTime();function j(e){return"name"in e?e.name:"unknown"}function M(){var e=j(M),t=e.length,n="NO";return{configurable:!1,enumerable:!0,get:function(){return n},set:function(r){e===r.slice(0,t)&&(n=r.slice(t+1))}}}function F(e,t){(H(e)||{}).isTrusted="".concat(j(M),":").concat(t?"YES":"NO")}var U="undefined"!=typeof Event&&Event||q,D=function(){return r(function e(){t(this,e),y(this,"__EventTarget__",new B)},[{key:"addEventListener",value:function(e,t,n){if(k(arguments.length,2,p(this),"addEventListener"),"function"!=typeof t&&"object"!==c(t)&&void 0!==t)throw new TypeError("Failed to execute 'addEventListener' on '".concat(p(this),"': parameter 2 is not of type 'Object'."));var r=N(this)||{executors:[]},o=new I(e,t),i=o.options.capture="boolean"==typeof n?n:!!(null==n?void 0:n.capture);if(!r.executors.some(function(e){return e.equals(o)})){if(r.executors.push(o),n&&"object"===c(n)){o.options.once=!!n.once,o.options.passive=!!n.passive;var a=n.signal;a&&W(a)&&!a.aborted&&(o.options.signal=a,function(e,t,n){var r=function(){N(e).executors=N(e).executors.filter(function(e){return!e.equals(t)}),n.removeEventListener("abort",r)};n.addEventListener("abort",r)}(this,o,a))}if(i){var s=function(e){return e.options.capture?0:1};r.executors=r.executors.sort(function(e,t){return s(e)-s(t)})}}}},{key:"dispatchEvent",value:function(e){if(k(arguments.length,1,p(this),"dispatchEvent"),g("Event",e))F(e,!1);else{if(n=function(e){return"[object "===e.slice(0,8)&&"Event]"===e.slice(-6)},!(t=e)||"object"!==c(t)||!n(Object.prototype.toString.call(t))&&!n(String(t))||!("type"in t)||"string"!=typeof t.type)throw new TypeError("Failed to execute 'dispatchEvent' on '".concat(p(this),"': parameter 1 is not of type 'Event'."));console.warn("WARNING: undefined behavior when executing 'dispatchEvent' on '".concat(p(this),"': parameter 1 is not of type 'Event(P)'."))}var t,n;return X(this,e)}},{key:"removeEventListener",value:function(e,t,n){if(k(arguments.length,2,p(this),"removeEventListener"),"function"!=typeof t&&"object"!==c(t)&&void 0!==t)throw new TypeError("Failed to execute 'removeEventListener' on '".concat(p(this),"': parameter 2 is not of type 'Object'."));var r=N(this)||{executors:[]},o=new I(e,t);o.options.capture="boolean"==typeof n?n:!!(null==n?void 0:n.capture),r.executors.some(function(e){return e.equals(o)})&&(r.executors=r.executors.filter(function(e){return!e.equals(o)}))}},{key:"toString",value:function(){return"[object EventTarget]"}},{key:f.toStringTag,get:function(){return"EventTarget"}},{key:"__MPHTTPX__",get:function(){return{chain:["EventTarget"]}}}])}(),B=r(function e(){t(this,e),this.executors=[]});function N(e){return e.__EventTarget__}var I=function(){return r(function e(n,r){var o;t(this,e),this.options={},this.type=""+n,this.callback="function"==typeof(o=r)?o:function(e){return!!e&&"object"===c(e)&&"handleEvent"in e&&"function"==typeof e.handleEvent}(o)?o.handleEvent:o},[{key:"equals",value:function(e){return this.type===e.type&&this.callback===e.callback&&this.options.capture===e.options.capture}}])}();function X(e,t){var n=N(e)||{},r=t.__Event__||{};r.target=e,r.currentTarget=e,r.eventPhase=2,r.eventDispatched=!0;var o=[];Array.isArray(n.executors)||(n.executors=[]);for(var i=0;i<n.executors.length&&!r.immediatePropagationStopped;++i){var a=n.executors[i];if(a.type===t.type){a.options.once&&o.push(i),r.passive=!!a.options.passive;try{var s=a.callback;"function"==typeof s&&s.call(e,t)}catch(e){console.error(e)}r.passive=!1}}return o.length>0&&(n.executors=n.executors.reduce(function(e,t,n){return-1===o.indexOf(n)&&e.push(t),e},[])),r.currentTarget=null,r.eventPhase=0,r.eventDispatched=!1,!(t.cancelable&&t.defaultPrevented)}function z(e,t){return function(n){var r="on"+n,o=e[r],i=t[r];"function"==typeof o?D.prototype.addEventListener.call(e,n,i):D.prototype.removeEventListener.call(e,n,i)}}function G(e,t,n){"function"==typeof t&&t.call(e,n)}function W(e){return g("EventTarget",e)||function(e){return!!e&&"object"===c(e)&&"addEventListener"in e&&"function"==typeof e.addEventListener&&"removeEventListener"in e&&"function"==typeof e.removeEventListener}(e)}var V="undefined"!=typeof EventTarget&&EventTarget||D,$=function(n,o){function a(n,r){var o,i;return t(this,a),k(arguments.length,1,"CustomEvent"),y(o=e(this,a,[n,r]),"__CustomEvent__",new J),K(o).detail=null!==(i=null==r?void 0:r.detail)&&void 0!==i?i:null,o}return i(a,q),r(a,[{key:"detail",get:function(){return K(this).detail}},{key:"initCustomEvent",value:function(e,t,n,r){k(arguments.length,1,"CustomEvent","initCustomEvent"),this.__Event__.eventDispatched||(this.initEvent(e,t,n),K(this).detail=null!=r?r:null)}},{key:"toString",value:function(){return"[object CustomEvent]"}},{key:o,get:function(){return"CustomEvent"}},{key:"__MPHTTPX__",get:function(){return{chain:["CustomEvent","Event"]}}}])}(0,f.toStringTag),J=r(function e(){t(this,e)});function K(e){return e.__CustomEvent__}var Y="undefined"!=typeof CustomEvent&&CustomEvent||$,Q=function(n,o){function a(){var n;if(t(this,a),(n=e(this,a)).constructor===a)throw new TypeError("Failed to construct 'AbortSignal': Illegal constructor");return y(n,"__AbortSignal__",new Z(n)),n}return i(a,D),r(a,[{key:"aborted",get:function(){return ee(this).aborted}},{key:"reason",get:function(){return ee(this).reason}},{key:"throwIfAborted",value:function(){if(this.aborted)throw this.reason}},{key:"onabort",get:function(){return ee(this).onabort},set:function(e){ee(this).onabort=e,ee(this).attach("abort")}},{key:"toString",value:function(){return"[object AbortSignal]"}},{key:o,get:function(){return"AbortSignal"}},{key:"__MPHTTPX__",get:function(){return{chain:["AbortSignal","EventTarget"]}}}],[{key:"abort",value:function(e){var t=te();return ne(t,!1,e),t}},{key:"any",value:function(e){if(k(arguments.length,1,"AbortSignal","any"),!b(e))throw new TypeError("Failed to execute 'any' on 'AbortSignal': The provided value cannot be converted to a sequence.");var t=Array.isArray(e)?e:Array.from(e);t.forEach(function(e){if(!W(e))throw new TypeError("Failed to execute 'any' on 'AbortSignal': Failed to convert value to 'AbortSignal'.")});var n=te(),r=function(){for(var e=0;e<t.length;++e){var n=t[e];if(n.aborted)return n}}();return r?ne(n,!1,r.reason):function(e,t){function n(){for(var r=0;r<t.length;++r){t[r].removeEventListener("abort",n)}ne(e,!0,this.reason)}for(var r=0;r<t.length;++r){t[r].addEventListener("abort",n)}}(n,t),n}},{key:"timeout",value:function(e){if(k(arguments.length,1,"AbortSignal","timeout"),!(e>=0))throw new TypeError("Failed to execute 'timeout' on 'AbortSignal': Value is outside the 'unsigned long long' value range.");var t=te();return setTimeout(function(){ne(t,!0,new d("signal timed out","TimeoutError"))},e),t}}])}(0,f.toStringTag),Z=r(function e(n){var r;t(this,e),this.aborted=!1,this.reason=void 0,this.onabort=null,this.attach=z(n,(r=n,{onabort:function(e){G(r,r.onabort,e)}}))});function ee(e){return e.__AbortSignal__}function te(){var e=Object.create(Q.prototype);return y(e,"__EventTarget__",{executors:[]}),y(e,"__AbortSignal__",new Z(e)),e}function ne(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=arguments.length>2?arguments[2]:void 0;if(!e.aborted){var r=ee(e)||{};if(r.aborted=!0,r.reason=void 0!==n?n:new d("signal is aborted without reason","AbortError"),t){var o=new q("abort");o.__Event__.target=e,F(o,!0),X(e,o)}}}var re="undefined"!=typeof AbortSignal&&AbortSignal||Q,oe=function(){return r(function e(){t(this,e),y(this,"__AbortController__",new ie)},[{key:"signal",get:function(){return(e=this,e.__AbortController__).signal;var e}},{key:"abort",value:function(e){ne(this.signal,!0,e)}},{key:"toString",value:function(){return"[object AbortController]"}},{key:f.toStringTag,get:function(){return"AbortController"}},{key:"__MPHTTPX__",get:function(){return{chain:["AbortController"]}}}])}(),ie=r(function e(){t(this,e),this.signal=te()});var ae="undefined"!=typeof AbortController&&AbortController||oe,se=E.prototype.encode.bind(new E),ue=A.prototype.decode.bind(new A),ce={ReadableStream:"undefined"!=typeof ReadableStream&&ReadableStream||void 0};var le=function(){function e(){var n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],r=arguments.length>1?arguments[1]:void 0;if(t(this,e),!b(n))throw new TypeError("Failed to construct 'Blob/File': The provided value cannot be converted to a sequence.");for(var o=Array.isArray(n)?n:Array.from(n),i=[],a=0,s=0;s<o.length;++s){var u=o[s];if(ve(u))a+=u.size,i.push(u.arrayBuffer().then(function(e){return new Uint8Array(e)}));else{var c=C(u)||ArrayBuffer.isView(u)?de(u):se(u);a+=c.length,i.push(Promise.resolve(c))}}y(this,"__Blob__",new fe(Promise.all(i).then(function(e){return function(e){var t=e.reduce(function(e,t){return e+t.byteLength},0),n=new Uint8Array(t);return e.reduce(function(e,t){return n.set(t,e),e+t.byteLength},0),n}(e)}))),he(this).size=a,he(this).type=pe(null==r?void 0:r.type)}return r(e,[{key:"size",get:function(){return he(this).size}},{key:"type",get:function(){return he(this).type}},{key:"arrayBuffer",value:function(){return he(this).promise.then(function(e){return ye(e.buffer).buffer})}},{key:"bytes",value:function(){return he(this).promise.then(function(e){return ye(e.buffer)})}},{key:"slice",value:function(t,n,r){var o=null!=t?t:0,i=null!=n?n:this.size,a=Object.create(e.prototype);return y(a,"__Blob__",new fe(he(this).promise.then(function(e){return ye(e.slice(o,i))}))),he(a).size=function(e,t,n){var r=function(t){var n=Number(t);return isNaN(n)&&(n=0),n=n>=0?Math.min(n,e):Math.max(0,n+e)};return Math.max(0,r(n)-r(t))}(this.size,o,i),he(a).type=pe(r),a}},{key:"stream",value:function(){var e=ce.ReadableStream||function(){throw new ReferenceError("ReadableStream is not defined")}(),t=0;try{return new e({type:"bytes",autoAllocateChunkSize:524288,pull:function(e){var n,r=null===(n=e.byobRequest)||void 0===n?void 0:n.view;return this.slice(t,(null==r?void 0:r.byteLength)?t+r.byteLength:void 0).arrayBuffer().then(function(n){var o,i=new Uint8Array(n),a=i.byteLength;t+=a,r.set(i),null===(o=e.byobRequest)||void 0===o||o.respond(a),t>=this.size&&e.close()}.bind(this))}.bind(this)})}catch(n){return new e({pull:function(e){return this.slice(t,t+524288).arrayBuffer().then(function(n){t+=n.byteLength;var r=new Uint8Array(n);e.enqueue(r),t==this.size&&e.close()}.bind(this))}.bind(this)})}}},{key:"text",value:function(){return he(this).promise.then(function(e){return ue(e)})}},{key:"toString",value:function(){return"[object Blob]"}},{key:f.toStringTag,get:function(){return"Blob"}},{key:"__MPHTTPX__",get:function(){return{chain:["Blob"]}}}])}(),fe=r(function e(n){t(this,e),this.size=0,this.type="",this.promise=n});function he(e){return e.__Blob__}function de(e){return C(e)?new Uint8Array(e):new Uint8Array(e.buffer,e.byteOffset,e.byteLength)}function pe(e){var t=""+(void 0!==e?e:"");return/[^\u0020-\u007E]/.test(t)?"":t.toLowerCase()}function ye(e){var t=de(e),n=new Uint8Array(new ArrayBuffer(t.byteLength));return n.set(t),n}function ve(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return g("Blob",e,t)||function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=["[object Blob]"];t||n.push("[object File]");return(n.indexOf(Object.prototype.toString.call(e))>-1||n.indexOf(String(e))>-1)&&!!e&&"object"===c(e)&&"size"in e&&"number"==typeof e.size&&"arrayBuffer"in e&&"function"==typeof e.arrayBuffer}(e,t)}var ge=function(){try{return 2===new Blob(["ä"]).size}catch(e){return!1}}()?Blob:le;function me(n){var o=function(n,o){function a(n,r,o){var i;return t(this,a),k(arguments.length,2,"File"),y(i=e(this,a,[n,o]),"__File__",new be),_e(i).lastModified=+((null==o?void 0:o.lastModified)?new Date(o.lastModified):new Date)||0,_e(i).name=""+r,i}return i(a,n),r(a,[{key:"lastModified",get:function(){return _e(this).lastModified}},{key:"name",get:function(){return _e(this).name}},{key:"webkitRelativePath",get:function(){return""}},{key:"toString",value:function(){return"[object File]"}},{key:o,get:function(){return"File"}}])}(n,f.toStringTag);return n===le&&Object.defineProperty(o.prototype,"__MPHTTPX__",{configurable:!0,get:function(){return{chain:["File","Blob"]}}}),o}var be=r(function e(){t(this,e),this.lastModified=0,this.name=""});function _e(e){return e.__File__}var ke=me(le),we=function(){try{return new File([],""),!0}catch(e){return!1}}()?File:ge===le?ke:me(ge),Te=["loaded","total"],Ee=function(n,o){function a(n,r){var o,i,s;t(this,a),y(o=e(this,a,[n,r]),"__ProgressEvent__",new Se);var u=xe(o);u.lengthComputable=!!(null==r?void 0:r.lengthComputable),u.loaded=Number(null!==(i=null==r?void 0:r.loaded)&&void 0!==i?i:0),u.total=Number(null!==(s=null==r?void 0:r.total)&&void 0!==s?s:0);for(var c=0;c<Te.length;++c){var l=Te[c];if(isNaN(o[l]))throw new TypeError("Failed to construct 'ProgressEvent': Failed to read the '".concat(l,"' property from 'ProgressEventInit': The provided double value is non-finite."))}return o}return i(a,q),r(a,[{key:"lengthComputable",get:function(){return xe(this).lengthComputable}},{key:"loaded",get:function(){return xe(this).loaded}},{key:"total",get:function(){return xe(this).total}},{key:"toString",value:function(){return"[object ProgressEvent]"}},{key:o,get:function(){return"ProgressEvent"}},{key:"__MPHTTPX__",get:function(){return{chain:["ProgressEvent","Event"]}}}])}(0,f.toStringTag),Se=r(function e(){t(this,e),this.lengthComputable=!1,this.loaded=0,this.total=0});function xe(e){return e.__ProgressEvent__}function Re(e,t){var n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,r=new Ee(t,{lengthComputable:n>0,loaded:arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,total:n});r.__Event__.target=e,F(r,!0),X(e,r)}var Pe=function(n,o){function a(){var n;return t(this,a),y(n=e(this,a),"__FileReader__",new Ce(n)),n}return i(a,D),r(a,[{key:"EMPTY",get:function(){return 0}},{key:"LOADING",get:function(){return 1}},{key:"DONE",get:function(){return 2}},{key:"error",get:function(){return Ae(this).error}},{key:"readyState",get:function(){return Ae(this).readyState}},{key:"result",get:function(){return Ae(this).result}},{key:"abort",value:function(){var e,t;2===Ae(this).pos&&((t=Ae(e=this)).pos=5,t.error=new d("An ongoing operation was aborted, typically with a call to abort().","AbortError"),t.result=null,t.readyState=2,Re(e,"abort"),He(e))}},{key:"readAsArrayBuffer",value:function(e){qe(this,"readAsArrayBuffer",arguments.length,e),Le(this,e.size,function(){return e.arrayBuffer()})}},{key:"readAsBinaryString",value:function(e){qe(this,"readAsBinaryString",arguments.length,e),Le(this,e.size,function(){return e.arrayBuffer().then(function(e){for(var t=[],n=new Uint8Array(e),r=0;r<n.length;++r)t.push(String.fromCharCode(n[r]));return t.join("")})})}},{key:"readAsDataURL",value:function(e){qe(this,"readAsDataURL",arguments.length,e),Le(this,e.size,function(){return e.arrayBuffer().then(function(t){return"data:"+(e.type||"application/octet-stream")+";base64,"+Oe(new Uint8Array(t))})})}},{key:"readAsText",value:function(e,t){if(qe(this,"readAsText",arguments.length,e),"function"==typeof TextDecoder){var n=new TextDecoder(t);Le(this,e.size,function(){return e.arrayBuffer().then(function(e){return n.decode(e)})})}else{if(void 0!==t){var r=""+t;-1===["utf-8","utf8","unicode-1-1-utf-8"].indexOf(r.toLowerCase())&&console.warn("Ignoring the execution of 'readAsText' on 'FileReader': encoding ('".concat(r,"') not implemented."))}Le(this,e.size,function(){return e.text()})}}},{key:"onabort",get:function(){return Ae(this).onabort},set:function(e){Ae(this).onabort=e,Ae(this).attach("abort")}},{key:"onerror",get:function(){return Ae(this).onerror},set:function(e){Ae(this).onerror=e,Ae(this).attach("error")}},{key:"onload",get:function(){return Ae(this).onload},set:function(e){Ae(this).onload=e,Ae(this).attach("load")}},{key:"onloadend",get:function(){return Ae(this).onloadend},set:function(e){Ae(this).onloadend=e,Ae(this).attach("loadend")}},{key:"onloadstart",get:function(){return Ae(this).onloadstart},set:function(e){Ae(this).onloadstart=e,Ae(this).attach("loadstart")}},{key:"onprogress",get:function(){return Ae(this).onprogress},set:function(e){Ae(this).onprogress=e,Ae(this).attach("progress")}},{key:"toString",value:function(){return"[object FileReader]"}},{key:o,get:function(){return"FileReader"}},{key:"__MPHTTPX__",get:function(){return{chain:["FileReader","EventTarget"]}}}],[{key:"EMPTY",get:function(){return 0}},{key:"LOADING",get:function(){return 1}},{key:"DONE",get:function(){return 2}}])}(0,f.toStringTag),Ce=r(function e(n){var r;t(this,e),this.pos=0,this.readyState=0,this.result=null,this.error=null,this.onabort=null,this.onerror=null,this.onload=null,this.onloadend=null,this.onloadstart=null,this.onprogress=null,this.attach=z(n,(r=n,{onabort:function(e){G(r,r.onabort,e)},onerror:function(e){G(r,r.onerror,e)},onload:function(e){G(r,r.onload,e)},onloadend:function(e){G(r,r.onloadend,e)},onloadstart:function(e){G(r,r.onloadstart,e)},onprogress:function(e){G(r,r.onprogress,e)}}))});function Ae(e){return e.__FileReader__}function qe(e,t,n,r){if(k(n,1,"FileReader",t),!ve(r))throw new TypeError("Failed to execute '"+t+"' on 'FileReader': parameter 1 is not of type 'Blob'.");if(1===e.readyState)throw new d("Failed to execute '".concat(t,"' on 'FileReader': The object is already busy reading Blobs."),"InvalidStateError")}function Le(e,t,n){!function(e,t,n){var r=Ae(e);r.pos=1,r.error=null,r.result=null;var o=function(){return Re(e,"loadstart",0,t),n()};(function(e,t,n){var r=Ae(e);r.pos=2,r.readyState=1,Promise.resolve().then(function(){if(2===r.pos)return n().then(function(n){return function(e,t,n){var r=Ae(e);if(2!==r.pos)return;r.pos=3,r.result=n,r.readyState=2,function(e,t){Ae(e).pos=4,Re(e,"load",t,t),He(e,t)}(e,t)}(e,t,n)}).catch(function(t){return function(e,t){var n=Ae(e);if(2!==n.pos)return;n.pos=6,n.error=t,n.result=null,n.readyState=2,Re(e,"error"),He(e)}(e,t)})})})(e,t,o)}(e,t,n)}function He(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;Ae(e).pos=7,Re(e,"loadend",t,t)}function Oe(e){for(var t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",n=[],r=0;r<e.length;r+=3){var o=e[r],i=r+1<e.length,a=i?e[r+1]:0,s=r+2<e.length,u=s?e[r+2]:0,c=o>>2,l=(3&o)<<4|a>>4,f=(15&a)<<2|u>>6,h=63&u;s||(h=64,i||(f=64)),n.push(t[c],t[l],t[f],t[h])}return n.join("")}var je="undefined"!=typeof FileReader&&FileReader||Pe,Me=function(){return r(function e(n){if(t(this,e),y(this,"__URLSearchParams__",new Fe),void 0!==n)if(Xe(n))n.forEach(function(e,t){this.append(t,e)}.bind(this),this);else if(n&&"object"===c(n))if(b(n))for(var r=Array.isArray(n)?n:Array.from(n),o=0;o<r.length;++o){var i=r[o];if(!b(i))throw new TypeError("Failed to construct 'URLSearchParams': The provided value cannot be converted to a sequence.");var a=Array.isArray(i)?i:Array.from(i);if(2!==a.length)throw new TypeError("Failed to construct 'URLSearchParams': Sequence initializer must only contain pair elements");this.append(a[0],a[1])}else Object.getOwnPropertyNames(n).forEach(function(e){this.append(e,n[e])}.bind(this),this);else{var s=""+n;0===s.indexOf("?")&&(s=s.slice(1));for(var u=s.split("&"),l=0;l<u.length;++l){var f=u[l],h=f.indexOf("=");h>-1?this.append(Ie(f.slice(0,h)),Ie(f.slice(h+1))):f&&this.append(Ie(f),"")}}},[{key:"size",get:function(){return Ue(this).array.length}},{key:"append",value:function(e,t){De(arguments.length,2,"append"),Ue(this).array.push([""+e,Be(t)])}},{key:"delete",value:function(e,t){De(arguments.length,1,"delete");for(var n=""+e,r=-1,o=Ue(this).array,i=[],a=0;a<o.length;++a){var s=o[a];s[0]!==n?i.push(s):(1!==arguments.length&&s[1]!==Be(t)&&i.push(s),r=a)}r>-1&&(Ue(this).array=i)}},{key:"get",value:function(e){De(arguments.length,1,"get");for(var t=""+e,n=Ue(this).array,r=0;r<n.length;++r){var o=n[r];if(o[0]===t)return o[1]}return null}},{key:"getAll",value:function(e){De(arguments.length,1,"getAll");for(var t=""+e,n=Ue(this).array,r=[],o=0;o<n.length;++o){var i=n[o];i[0]===t&&r.push(i[1])}return r}},{key:"has",value:function(e,t){De(arguments.length,1,"has");for(var n=""+e,r=Ue(this).array,o=0;o<r.length;++o){var i=r[o];if(i[0]===n){if(1===arguments.length)return!0;if(i[1]===Be(t))return!0}}return!1}},{key:"set",value:function(e,t){De(arguments.length,2,"set");for(var n=""+e,r=Be(t),o=-1,i=Ue(this).array,a=[],s=0;s<i.length;++s){var u=i[s];u[0]!==n?a.push(u):-1===o&&(o=s,a.push([n,r]))}-1===o&&a.push([n,r]),Ue(this).array=a}},{key:"sort",value:function(){Ue(this).array.sort(function(e,t){return e[0]<t[0]?-1:e[0]>t[0]?1:0})}},{key:"forEach",value:function(e,t){if(De(arguments.length,1,"forEach"),"function"!=typeof e)throw new TypeError("Failed to execute 'forEach' on 'URLSearchParams': parameter 1 is not of type 'Function'.");for(var n=Ue(this).array,r=0;r<n.length;++r){var o=n[r];e.call(t,o[1],o[0],this)}}},{key:"entries",value:function(){return _(Ue(this).array.map(function(e){return[e[0],e[1]]}))}},{key:"keys",value:function(){return _(Ue(this).array.map(function(e){return e[0]}))}},{key:"values",value:function(){return _(Ue(this).array.map(function(e){return e[1]}))}},{key:f.iterator,value:function(){return this.entries()}},{key:"toString",value:function(){for(var e=Ue(this).array,t=[],n=0;n<e.length;++n){var r=e[n];t.push(Ne(r[0])+"="+Ne(r[1]))}return t.join("&")}},{key:f.toStringTag,get:function(){return"URLSearchParams"}},{key:"__MPHTTPX__",get:function(){return{chain:["URLSearchParams"]}}}])}(),Fe=r(function e(){t(this,e),this.array=[]});function Ue(e){return e.__URLSearchParams__}function De(e,t,n){k(e,t,"URLSearchParams",n)}function Be(e){return"string"==typeof e?e:null!=e&&"function"==typeof e.toString?e.toString():JSON.stringify(e)}function Ne(e){var t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'\(\)~]|%20|%00/g,function(e){return t[e]})}function Ie(e){return e.replace(/[ +]/g,"%20").replace(/(%[a-f0-9]{2})+/gi,function(e){return decodeURIComponent(e)})}function Xe(e){return g("URLSearchParams",e)||function(e){return v("URLSearchParams",e)||!!e&&"object"===c(e)&&"undefined"!=typeof URLSearchParams&&URLSearchParams&&URLSearchParams.prototype.isPrototypeOf(e)}(e)}var ze="undefined"!=typeof URLSearchParams&&URLSearchParams||Me,Ge=function(){return r(function e(n,r){if(t(this,e),y(this,"__FormData__",new We),void 0!==n)try{for(var o=n.elements,i=0;i<o.length;++i){var a=o[i];if(!a.name||a.disabled||"submit"===a.type||"button"===a.type||Ke(a,"form fieldset[disabled] *"))return;if("file"===a.type)for(var s=a.files&&a.files.length?a.files:[new we([],"",{type:"application/octet-stream"})],u=0;u<s.length;++u)this.append(a.name,s[u]);else if("select-multiple"===a.type||"select-one"===a.type)for(var c=0;c<a.options.length;++c){var l=a.options[c];!l.disabled&&l.selected&&this.append(a.name,l.value)}else if("checkbox"===a.type||"radio"===a.type)a.checked&&this.append(a.name,a.value);else{var f="textarea"===a.type?Ze(a.value):a.value;this.append(a.name,f)}}}catch(e){throw new TypeError("Failed to construct 'FormData': parameter 1 is not of type 'HTMLFormElement'.")}null!=r&&console.warn("Ignoring the 'submitter' of 'FormData' constructor: parameter 2 not implemented.")},[{key:"append",value:function(e,t,n){$e(arguments.length,2,"append"),Ve(this).array.push(Je(e,t,n))}},{key:"delete",value:function(e){$e(arguments.length,1,"delete");for(var t=""+e,n=-1,r=Ve(this).array,o=[],i=0;i<r.length;++i){var a=r[i];a[0]!==t?o.push(a):n=i}n>-1&&(Ve(this).array=o)}},{key:"get",value:function(e){$e(arguments.length,1,"get");for(var t=""+e,n=Ve(this).array,r=0;r<n.length;++r){var o=n[r];if(o[0]===t)return o[1]}return null}},{key:"getAll",value:function(e){$e(arguments.length,1,"getAll");for(var t=""+e,n=Ve(this).array,r=[],o=0;o<n.length;++o){var i=n[o];i[0]===t&&r.push(i[1])}return r}},{key:"has",value:function(e){$e(arguments.length,1,"has");for(var t=""+e,n=Ve(this).array,r=0;r<n.length;++r){if(n[r][0]===t)return!0}return!1}},{key:"set",value:function(e,t,n){$e(arguments.length,2,"set");for(var r=""+e,o=Je(e,t,n),i=-1,a=Ve(this).array,s=[],u=0;u<a.length;++u){var c=a[u];c[0]!==r?s.push(c):-1===i&&(i=u,s.push(o))}-1===i&&s.push(o),Ve(this).array=s}},{key:"forEach",value:function(e,t){if($e(arguments.length,1,"forEach"),"function"!=typeof e)throw new TypeError("Failed to execute 'forEach' on 'FormData': parameter 1 is not of type 'Function'.");for(var n=Ve(this).array,r=0;r<n.length;++r){var o=n[r];e.call(t,o[1],o[0],t)}}},{key:"entries",value:function(){return _(Ve(this).array.map(function(e){return[e[0],e[1]]}))}},{key:"keys",value:function(){return _(Ve(this).array.map(function(e){return e[0]}))}},{key:"values",value:function(){return _(Ve(this).array.map(function(e){return e[1]}))}},{key:f.iterator,value:function(){return this.entries()}},{key:"toString",value:function(){return"[object FormData]"}},{key:f.toStringTag,get:function(){return"FormData"}},{key:"__MPHTTPX__",get:function(){return{chain:["FormData"]}}}])}(),We=r(function e(){t(this,e),this.array=[]});function Ve(e){return e.__FormData__}function $e(e,t,n){return k(e,t,"FormData",n)}function Je(e,t,n){if(ve(t)){if(n=void 0!==n?""+n:"string"==typeof t.name?t.name:"blob",t.name!==n||ve(t,!0))t=new(g("Blob",t)?ke:we)([t],n);return[""+e,t]}return[""+e,""+t]}function Ke(e,t){var n="undefined"!=typeof Element&&Element&&Element.prototype;return n&&!n.matches&&(n.matches=n.matchesSelector||n.mozMatchesSelector||n.msMatchesSelector||n.oMatchesSelector||n.webkitMatchesSelector||function(e){for(var t=(this.ownerDocument||this.document).querySelectorAll(e),n=t.length;--n>=0&&t.item(n)!==this;);return n>-1}),!!n&&n.matches.call(e,t)}function Ye(e){return g("FormData",e)||function(e){var t="[object FormData]";return(Object.prototype.toString.call(e)===t||String(e)===t)&&!!e&&"object"===c(e)&&"forEach"in e&&"function"==typeof e.forEach}(e)}function Qe(e,t){var n=t||"----formdata-mphttpx-"+Math.random(),r="--".concat(n,'\r\nContent-Disposition: form-data; name="'),o=[],i=!0;return e.forEach(function(e,t){"string"==typeof e?o.push(r+et(Ze(t))+'"\r\n\r\n'.concat(Ze(e),"\r\n")):(i&&g("Blob",e)&&(i=!1),o.push(r+et(Ze(t))+'"; filename="'.concat(et(e.name),'"\r\nContent-Type: ').concat(e.type||"application/octet-stream","\r\n\r\n"),e,"\r\n"))}),o.push("--".concat(n,"--")),new(i?ge:le)(o,{type:"multipart/form-data; boundary="+n})}function Ze(e){return e.replace(/\r?\n|\r/g,"\r\n")}function et(e){return e.replace(/\n/g,"%0A").replace(/\r/g,"%0D").replace(/"/g,"%22")}function nt(e){if(e&&/multipart\/form-data/i.test(e)){var t=e.match(/boundary\s*=\s*([^;]+)/i);if(t&&t[1])return t[1].trim().replace(/^["']|["']$/g,"")}}var rt="undefined"!=typeof FormData&&FormData||Ge,ot=function(){return r(function e(n,r){if(t(this,e),this._type="",r&&(this.type=r),"string"==typeof n)this.promise=Promise.resolve(n),this.type="text/plain;charset=UTF-8",this.calcLength=function(){return se(n).length};else if(Xe(n)){var o=n.toString();this.promise=Promise.resolve(o),this.type="application/x-www-form-urlencoded;charset=UTF-8",this.calcLength=function(){return se(o).length}}else if(C(n))this.promise=Promise.resolve(n.slice(0)),this.length=n.byteLength;else if(ArrayBuffer.isView(n)){var i=n.buffer.slice(n.byteOffset,n.byteOffset+n.byteLength);this.promise=Promise.resolve(i),this.length=i.byteLength}else if(ve(n))this.promise=n.arrayBuffer(),this.type=n.type,this.length=n.size;else if(Ye(n)){var a=Qe(n,r?nt(r):void 0);this.promise=a.arrayBuffer(),this.type=a.type,this.length=a.size}else if(null==n)this.promise=Promise.resolve(""),this.length=0;else{var s=""+n;this.promise=Promise.resolve(s),this.type="text/plain;charset=UTF-8",this.calcLength=function(){return se(s).length}}},[{key:"type",get:function(){return this._type},set:function(e){this._type||(this._type=e)}},{key:"size",get:function(){var e;return"number"!=typeof this.length&&this.calcLength&&(this.length=this.calcLength()),null!==(e=this.length)&&void 0!==e?e:0}},{key:"text",value:function(){return this.promise.then(function(e){return"string"==typeof e?e:ue(e)})}},{key:"arrayBuffer",value:function(){return this.promise.then(function(e){return C(e)?e:se(e).buffer})}}])}(),it=function(){return r(function e(){if(t(this,e),this.constructor===e)throw new TypeError("Failed to construct 'Body': Illegal constructor");y(this,"__Body__",new at)},[{key:"bodyUsed",get:function(){return st(this).bodyUsed}},{key:"body",get:function(){throw new TypeError("Failed to access 'body' on '".concat(p(this),"': property not implemented."))}},{key:"arrayBuffer",value:function(){var e="arrayBuffer";return lt(this,e)||ct(this,e)}},{key:"blob",value:function(){var e="blob";return lt(this,e)||ct(this,e)}},{key:"bytes",value:function(){var e="bytes";return lt(this,e)||ct(this,e)}},{key:"formData",value:function(){var e="formData";return lt(this,e)||ct(this,e)}},{key:"json",value:function(){var e="json";return lt(this,e)||ct(this,e)}},{key:"text",value:function(){var e="text";return lt(this,e)||ct(this,e)}},{key:"toString",value:function(){return"[object Body]"}},{key:f.toStringTag,get:function(){return"Body"}},{key:"__MPHTTPX__",get:function(){return{chain:["Body"]}}}])}(),at=r(function e(){t(this,e),this.bodyUsed=!1});function st(e){return e.__Body__}function ut(e,t){var n,r=e;if((n=t)&&"object"===c(n)&&"undefined"!=typeof ReadableStream&&ReadableStream&&ReadableStream.prototype.isPrototypeOf(n)||function(e){return(v("ReadableStream",e)||"[object ReadableStream]"===String(e))&&!!e&&"object"===c(e)&&"getReader"in e&&"function"==typeof e.getReader}(t))throw new TypeError("Failed to construct '".concat(p(r),"': ReadableStream not implemented."));null!=t&&(st(r).payload=new ot(t))}function ct(e,t){var n=st(e).payload||new ot;return"json"===t?n.text().then(function(e){return JSON.parse(e)}):"text"===t?n.text():"arrayBuffer"===t?n.arrayBuffer():"bytes"===t?n.arrayBuffer().then(function(e){return new Uint8Array(e)}):"blob"===t?n.promise.then(function(e){return new ge([e])}):"formData"===t?n.text().then(function(e){return function(e,t){var n=function(){throw new TypeError("Could not parse content as FormData.")};"string"==typeof e&&""!==e.trim()||n();var r=e.indexOf("\r\n");-1===r&&n();var o=e.substring(2,r).trim();o||n(),void 0!==t&&t!==o&&n();var i=e.split("--".concat(o)).filter(function(e){var t=e.trim();return""!==t&&"--"!==t});0===i.length&&n();var a=[],s=!1;i.forEach(function(e){var t=e.indexOf("\r\n\r\n");-1===t&&n();var r=e.substring(0,t).trim(),o=r.match(/name="([^"]*)"/);(!o||o.length<2)&&n();var i=o[1],u=r.match(/filename="([^"]*)"/),c=e.substring(t+4);if(u){var l=u[1]||"",f=r.match(/Content-Type: ([^\r\n]+)/),h=f?(f[1]||"").trim():"text/plain",d=c.replace(/\r\n/g,"");s=!0,a.push([i,new we([d],l,{type:h})])}else a.push([i,c.replace(/^[\r\n]+|[\r\n]+$/g,"")])});var u=new(!s||function(){try{var e=new rt;return e.append("file",new we([],"")),"string"!=typeof e.get("file")}catch(e){return!1}}()?rt:Ge);return a.forEach(function(e){u.append(e[0],e[1])}),u}(e,nt(n.type))}):n.promise}function lt(e,t){if(st(e).payload){if(e.bodyUsed)return Promise.reject(new TypeError("Failed to execute '".concat(t,"' on '").concat(p(e),"': body stream already read")));st(e).bodyUsed=!0}}var ht=function(){return r(function e(n){if(t(this,e),y(this,"__Headers__",new dt),void 0!==n)if(mt(n))n.forEach(function(e,t){yt(this,t,e,"")}.bind(this),this);else if(b(n))for(var r=Array.isArray(n)?n:Array.from(n),o=0;o<r.length;++o){var i=r[o];if(!b(i))throw new TypeError("Failed to construct 'Headers': The provided value cannot be converted to a sequence.");var a=Array.isArray(i)?i:Array.from(i);if(2!==a.length)throw new TypeError("Failed to construct 'Headers': Invalid value");yt(this,a[0],a[1])}else{if(!n||"object"!==c(n))throw new TypeError("Failed to construct 'Headers': The provided value is not of type '(record<ByteString, ByteString> or sequence<sequence<ByteString>>)'.");Object.getOwnPropertyNames(n).forEach(function(e){yt(this,e,n[e])}.bind(this),this)}},[{key:"append",value:function(e,t){gt(arguments.length,2,"append"),yt(this,e,t,"append")}},{key:"delete",value:function(e){gt(arguments.length,1,"delete"),delete pt(this).dict[bt(e,vt("delete"))]}},{key:"get",value:function(e){var t;return gt(arguments.length,1,"get"),null!==(t=pt(this).dict[bt(e,vt("get"))])&&void 0!==t?t:null}},{key:"getSetCookie",value:function(){var e=this.get("Set-Cookie");return e?e.split(", "):[]}},{key:"has",value:function(e){return gt(arguments.length,1,"has"),pt(this).dict.hasOwnProperty(bt(e,vt("has")))}},{key:"set",value:function(e,t){gt(arguments.length,2,"set"),pt(this).dict[bt(e,vt("set"))]=_t(t)}},{key:"forEach",value:function(e,t){if(gt(arguments.length,1,"forEach"),"function"!=typeof e)throw new TypeError("Failed to execute 'forEach' on 'Headers': parameter 1 is not of type 'Function'.");for(var n=pt(this).dict,r=Object.getOwnPropertyNames(n),o=0;o<r.length;++o){var i=r[o];e.call(t,n[i],i,this)}}},{key:"entries",value:function(){var e=[];return this.forEach(function(t,n){e.push([n,t])}),_(e)}},{key:"keys",value:function(){var e=[];return this.forEach(function(t,n){e.push([n,t])}),_(e.map(function(e){return e[0]}))}},{key:"values",value:function(){var e=[];return this.forEach(function(t,n){e.push([n,t])}),_(e.map(function(e){return e[1]}))}},{key:f.iterator,value:function(){return this.entries()}},{key:"toString",value:function(){return"[object Headers]"}},{key:f.toStringTag,get:function(){return"Headers"}},{key:"__MPHTTPX__",get:function(){return{chain:["Headers"]}}}])}(),dt=r(function e(){t(this,e),this.dict={}});function pt(e){return e.__Headers__}function yt(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"constructor",o=bt(t,r?vt(r):void 0),i=_t(n),a=pt(e).dict,s=a[o];a[o]=void 0!==s?"".concat(s,", ").concat(i):i}function vt(e){return function(){throw new TypeError("Failed to ".concat(e&&"constructor"!==e?"execute '"+e+"' on":"construct"," 'Headers': Invalid name"))}}function gt(e,t,n){k(e,t,"Headers",n)}function mt(e){return g("Headers",e)||function(e){var t="[object Headers]";return(Object.prototype.toString.call(e)===t||String(e)===t)&&!!e&&"object"===c(e)&&"forEach"in e&&"function"==typeof e.forEach}(e)}function bt(e,t){return"string"!=typeof e&&(e=""+e),t&&(/[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(e)||""===e)&&t(),e.toLowerCase()}function _t(e){return"string"==typeof e?e:""+e}function kt(e){var t=new Tt;return e.replace(/\r?\n[\t ]+/g," ").split("\r").map(function(e){return 0===e.indexOf("\n")?e.substring(1,e.length):e}).forEach(function(e){var n=e.split(":"),r=n.shift().trim();if(r){var o=n.join(":").trim();try{t.append(r,o)}catch(e){console.warn("SyntaxError: Response.headers: '".concat(r,"' is not a valid HTTP header field name."))}}}),t}function wt(e){if(g("Headers",e)&&Tt!==ht){var t=new Tt;return e.forEach(function(e,n){t.append(n,e)}),t}return new Tt(e)}var Tt="undefined"!=typeof Headers&&Headers||ht,Et=function(n,o){function a(n,r){var o;t(this,a),k(arguments.length,1,"Request"),y(o=e(this,a),"__Request__",new St);var i=xt(o),s=null!=r?r:{};if("object"!==c(s))throw new TypeError("Failed to construct 'Request': The provided value is not of type 'RequestInit'.");var u,l=s.body,f=!1;if(g("Request",u=n)||function(e){var t="[object Request]";return(Object.prototype.toString.call(e)===t||String(e)===t)&&!!e&&"object"===c(e)&&"arrayBuffer"in e&&"function"==typeof e.arrayBuffer}(u)){if(n.bodyUsed)throw new TypeError("Failed to construct 'Request': Cannot construct a Request with a Request object that has already been used.");i.cache=n.cache,i.credentials=n.credentials,void 0===s.headers&&(xt(o).headers=wt(n.headers)),i.method=n.method,i.mode=n.mode,i.signal=n.signal,i.url=n.url,l||(o.__Body__.payload=Rt(n),f=!0)}else i.url=""+n;if(s.cache&&(i.cache=s.cache),s.credentials&&(i.credentials=s.credentials),void 0!==s.headers&&(xt(o).headers=wt(s.headers)),s.method&&(i.method=Ct(s.method)),s.mode&&(i.mode=s.mode),null!==s.signal&&void 0!==s.signal){if(!W(s.signal))throw new TypeError("Failed to construct 'Request': Failed to read the 'signal' property from 'RequestInit': Failed to convert value to 'AbortSignal'.");i.signal=s.signal}if(("GET"===o.method||"HEAD"===o.method)&&null!=l)throw new TypeError("Failed to construct 'Request': Request with GET/HEAD method cannot have body.");ut(o,f?null:l);var h=o.__Body__.payload;return!o.headers.has("Content-Type")&&h&&h.type&&o.headers.set("Content-Type",h.type),"GET"!==o.method&&"HEAD"!==o.method||"no-cache"!==o.cache&&"no-store"!==o.cache||function(e){var t=/([?&])_=[^&]*/;if(t.test(e.url))xt(e).url=e.url.replace(t,"$1_="+(new Date).getTime());else{var n=/\?/;xt(e).url+=(n.test(e.url)?"&":"?")+"_="+(new Date).getTime()}}(o),o}return i(a,it),r(a,[{key:"cache",get:function(){return xt(this).cache}},{key:"credentials",get:function(){return xt(this).credentials}},{key:"destination",get:function(){return""}},{key:"headers",get:function(){return xt(this).headers||(xt(this).headers=new Tt),xt(this).headers}},{key:"integrity",get:function(){return""}},{key:"keepalive",get:function(){return!1}},{key:"method",get:function(){return xt(this).method}},{key:"mode",get:function(){return xt(this).mode}},{key:"redirect",get:function(){return"follow"}},{key:"referrer",get:function(){return xt(this).referrer}},{key:"referrerPolicy",get:function(){return""}},{key:"signal",get:function(){return xt(this).signal||(xt(this).signal=(new ae).signal),xt(this).signal}},{key:"url",get:function(){return xt(this).url}},{key:"clone",value:function(){if(this.bodyUsed)throw new TypeError("Failed to execute 'clone' on 'Request': Request body is already used");var e=new a(this);return this.__Body__.bodyUsed=!1,e}},{key:"toString",value:function(){return"[object Request]"}},{key:o,get:function(){return"Request"}},{key:"__MPHTTPX__",get:function(){return{chain:["Request","Body"]}}}])}(0,f.toStringTag),St=r(function e(){t(this,e),this.cache="default",this.credentials="same-origin",this.method="GET",this.mode="cors",this.referrer="about:client",this.url=""});function xt(e){return e.__Request__}function Rt(e){var t=Object.create(ot.prototype);t.type=e.headers.get("Content-Type")||"";try{t.promise=e.arrayBuffer()}catch(n){try{t.promise=e.text()}catch(n){if("multipart/form-data"===t.type.slice(0,19).toLowerCase())try{t.promise=e.formData().then(function(e){return new ot(e,t.type).promise})}catch(e){}}}if(!t.promise)throw new TypeError("Failed to construct 'Request': Failed to read request body data, underlying data is in an invalid format.");return t}var Pt=["CONNECT","DELETE","GET","HEAD","OPTIONS","PATCH","POST","PUT","TRACE"];function Ct(e){var t=e.toUpperCase();return Pt.indexOf(t)>-1?t:e}var At="undefined"!=typeof Request&&Request||Et,qt=function(n,o){function a(n,r){var o;t(this,a),y(o=e(this,a),"__Response__",new Lt);var i=Ht(o),s=null!=r?r:{};if("object"!==c(s))throw new TypeError("Failed to construct 'Response': The provided value is not of type 'ResponseInit'.");void 0!==s.headers&&(Ht(o).headers=wt(s.headers));var u=void 0===s.status?200:s.status;if(u<200||u>599)throw new RangeError("Failed to construct 'Response': The status provided (".concat(+u,") is outside the range [200, 599]."));i.status=u,i.statusText=void 0===s.statusText?"":""+s.statusText,ut(o,n);var l=o.__Body__.payload;return!o.headers.has("Content-Type")&&l&&l.type&&o.headers.set("Content-Type",l.type),o}return i(a,it),r(a,[{key:"headers",get:function(){return Ht(this).headers||(Ht(this).headers=new Tt),Ht(this).headers}},{key:"ok",get:function(){return this.status>=200&&this.status<300}},{key:"redirected",get:function(){return!1}},{key:"status",get:function(){return Ht(this).status}},{key:"statusText",get:function(){return Ht(this).statusText}},{key:"type",get:function(){return Ht(this).type}},{key:"url",get:function(){return Ht(this).url}},{key:"clone",value:function(){if(this.bodyUsed)throw new TypeError("Failed to execute 'clone' on 'Response': Response body is already used");var e=new a(null,{headers:wt(this.headers),status:this.status,statusText:this.statusText});return Ht(e).url=this.url,e.__Body__.payload=this.__Body__.payload,e}},{key:"toString",value:function(){return"[object Response]"}},{key:o,get:function(){return"Response"}},{key:"__MPHTTPX__",get:function(){return{chain:["Response","Body"]}}}],[{key:"json",value:function(e,t){k(arguments.length,1,"Response","json");var n=new a("string"==typeof e?e:JSON.stringify(e),t);return n.headers.set("Content-Type","application/json"),n}},{key:"error",value:function(){var e=new a(null,{status:200,statusText:""});return Ht(e).status=0,Ht(e).type="error",e}},{key:"redirect",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:302;if(k(arguments.length,1,"Response","redirect"),-1===[301,302,303,307,308].indexOf(t))throw new RangeError("Failed to execute 'redirect' on 'Response': Invalid status code");return new a(null,{status:t,headers:{location:""+e}})}}])}(0,f.toStringTag),Lt=r(function e(){t(this,e),this.status=200,this.statusText="",this.type="default",this.url=""});function Ht(e){return e.__Response__}var Ot="undefined"!=typeof Response&&Response||qt,jt={XMLHttpRequest:"undefined"!=typeof XMLHttpRequest&&XMLHttpRequest||void 0};function Mt(e){jt.XMLHttpRequest=e}function Ft(e,t){if(k(arguments.length,1,"Window","fetch"),this instanceof Ft)throw new TypeError("fetch is not a constructor");return new Promise(function(n,r){var o=new Et(e,t),i=o.__Request__.signal;if(i&&i.aborted)return r(i.reason);var a,s=new(jt.XMLHttpRequest||function(){throw new ReferenceError("XMLHttpRequest is not defined")}()),u=!1,l=o.__Body__.payload;if(s.onload=function(){var e={headers:kt(s.getAllResponseHeaders()||""),status:s.status,statusText:s.statusText};0===o.url.indexOf("file://")&&(s.status<200||s.status>599)&&(e.status=200),setTimeout(function(){(a=new qt("response"in s?s.response:s.responseText,e)).__Response__.url="responseURL"in s?s.responseURL:e.headers.get("X-Request-URL")||"";var t=a.__Body__.payload,o=a.headers.get("Content-Type")||"";t&&o&&(t.type=o),u?r(Ut()):n(a)},0)},s.onabort=function(){setTimeout(function(){r(Ut())},0)},s.onerror=function(){setTimeout(function(){r(new TypeError("Failed to fetch"))},0)},s.ontimeout=function(){setTimeout(function(){r(new d("The request timed out.","TimeoutError"))},0)},s.open(o.method,Bt(o.url),!0),"include"===o.credentials?s.withCredentials=!0:"omit"===o.credentials&&(s.withCredentials=!1),"responseType"in s&&(s.responseType="arraybuffer"),t&&"object"===c(t)&&t.headers&&"object"===c(t.headers)&&!mt(t.headers)){var f=t.headers,h=[];Object.getOwnPropertyNames(f).forEach(function(e){h.push(bt(e)),s.setRequestHeader(e,_t(f[e]))}),o.headers.forEach(function(e,t){-1===h.indexOf(t)&&s.setRequestHeader(t,e)})}else o.headers.forEach(function(e,t){s.setRequestHeader(t,e)});if(i){var p=function(){a&&!a.bodyUsed&&((a.__Body__.payload=new ot).promise=Promise.reject(Ut()));u=!0,s.abort(),y()},y=function(){i.removeEventListener("abort",p)};i.addEventListener("abort",p),s.onreadystatechange=function(){4===s.readyState&&y()}}l?l.promise.then(function(e){u?r(Ut()):s.send(""!==e?e:void 0)}).catch(function(e){r(new TypeError("Failed to fetch")),console.error(e)}):s.send()})}function Ut(){return new d("The user aborted a request.","AbortError")}var Dt="undefined"!=typeof location&&!!location,Bt=function(e){return""===e&&Dt&&(null===location||void 0===location?void 0:location.href)?location.href:e},Nt="undefined"!=typeof fetch&&fetch||Ft,It={value:!1};var Xt,zt,Gt="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function Wt(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Vt,$t,Jt,Kt={};var Yt,Qt=function(){if(Jt)return $t;Jt=1;var e=zt?Xt:(zt=1,Xt=function(e,t){if(t=t.split(":")[0],!(e=+e))return!1;switch(t){case"http":case"ws":return 80!==e;case"https":case"wss":return 443!==e;case"ftp":return 21!==e;case"gopher":return 70!==e;case"file":return!1}return 0!==e}),t=function(){if(Vt)return Kt;Vt=1;var e=Object.prototype.hasOwnProperty;function t(e){try{return decodeURIComponent(e.replace(/\+/g," "))}catch(e){return null}}function n(e){try{return encodeURIComponent(e)}catch(e){return null}}return Kt.stringify=function(t,r){r=r||"";var o,i,a=[];for(i in"string"!=typeof r&&(r="?"),t)if(e.call(t,i)){if((o=t[i])||null!=o&&!isNaN(o)||(o=""),i=n(i),o=n(o),null===i||null===o)continue;a.push(i+"="+o)}return a.length?r+a.join("&"):""},Kt.parse=function(e){for(var n,r=/([^=?#&]+)=?([^&]*)/g,o={};n=r.exec(e);){var i=t(n[1]),a=t(n[2]);null===i||null===a||i in o||(o[i]=a)}return o},Kt}(),n=/^[\x00-\x20\u00a0\u1680\u2000-\u200a\u2028\u2029\u202f\u205f\u3000\ufeff]+/,r=/[\n\r\t]/g,o=/^[A-Za-z][A-Za-z0-9+-.]*:\/\//,i=/:\d+$/,a=/^([a-z][a-z0-9.+-]*:)?(\/\/)?([\\/]+)?([\S\s]*)/i,s=/^[a-zA-Z]:/;function u(e){return(e||"").toString().replace(n,"")}var l=[["#","hash"],["?","query"],function(e,t){return d(t.protocol)?e.replace(/\\/g,"/"):e},["/","pathname"],["@","auth",1],[NaN,"host",void 0,1,1],[/:(\d*)$/,"port",void 0,1],[NaN,"hostname",void 0,1,1]],f={hash:1,query:1};function h(e){var t,n=("undefined"!=typeof window?window:void 0!==Gt?Gt:"undefined"!=typeof self?self:{}).location||{},r={},i=c(e=e||n);if("blob:"===e.protocol)r=new y(unescape(e.pathname),{});else if("string"===i)for(t in r=new y(e,{}),f)delete r[t];else if("object"===i){for(t in e)t in f||(r[t]=e[t]);void 0===r.slashes&&(r.slashes=o.test(e.href))}return r}function d(e){return"file:"===e||"ftp:"===e||"http:"===e||"https:"===e||"ws:"===e||"wss:"===e}function p(e,t){e=(e=u(e)).replace(r,""),t=t||{};var n,o=a.exec(e),i=o[1]?o[1].toLowerCase():"",s=!!o[2],c=!!o[3],l=0;return s?c?(n=o[2]+o[3]+o[4],l=o[2].length+o[3].length):(n=o[2]+o[4],l=o[2].length):c?(n=o[3]+o[4],l=o[3].length):n=o[4],"file:"===i?l>=2&&(n=n.slice(2)):d(i)?n=o[4]:i?s&&(n=n.slice(2)):l>=2&&d(t.protocol)&&(n=o[4]),{protocol:i,slashes:s||d(i),slashesCount:l,rest:n}}function y(n,o,i){if(n=(n=u(n)).replace(r,""),!(this instanceof y))return new y(n,o,i);var a,f,v,g,m,b,_=l.slice(),k=c(o),w=this,T=0;for("object"!==k&&"string"!==k&&(i=o,o=null),i&&"function"!=typeof i&&(i=t.parse),a=!(f=p(n||"",o=h(o))).protocol&&!f.slashes,w.slashes=f.slashes||a&&o.slashes,w.protocol=f.protocol||o.protocol||"",n=f.rest,("file:"===f.protocol&&(2!==f.slashesCount||s.test(n))||!f.slashes&&(f.protocol||f.slashesCount<2||!d(w.protocol)))&&(_[3]=[/(.*)/,"pathname"]);T<_.length;T++)"function"!=typeof(g=_[T])?(v=g[0],b=g[1],v!=v?w[b]=n:"string"==typeof v?~(m="@"===v?n.lastIndexOf(v):n.indexOf(v))&&("number"==typeof g[2]?(w[b]=n.slice(0,m),n=n.slice(m+g[2])):(w[b]=n.slice(m),n=n.slice(0,m))):(m=v.exec(n))&&(w[b]=m[1],n=n.slice(0,m.index)),w[b]=w[b]||a&&g[3]&&o[b]||"",g[4]&&(w[b]=w[b].toLowerCase())):n=g(n,w);i&&(w.query=i(w.query)),a&&o.slashes&&"/"!==w.pathname.charAt(0)&&(""!==w.pathname||""!==o.pathname)&&(w.pathname=function(e,t){if(""===e)return t;for(var n=(t||"/").split("/").slice(0,-1).concat(e.split("/")),r=n.length,o=n[r-1],i=!1,a=0;r--;)"."===n[r]?n.splice(r,1):".."===n[r]?(n.splice(r,1),a++):a&&(0===r&&(i=!0),n.splice(r,1),a--);return i&&n.unshift(""),"."!==o&&".."!==o||n.push(""),n.join("/")}(w.pathname,o.pathname)),"/"!==w.pathname.charAt(0)&&d(w.protocol)&&(w.pathname="/"+w.pathname),e(w.port,w.protocol)||(w.host=w.hostname,w.port=""),w.username=w.password="",w.auth&&(~(m=w.auth.indexOf(":"))?(w.username=w.auth.slice(0,m),w.username=encodeURIComponent(decodeURIComponent(w.username)),w.password=w.auth.slice(m+1),w.password=encodeURIComponent(decodeURIComponent(w.password))):w.username=encodeURIComponent(decodeURIComponent(w.auth)),w.auth=w.password?w.username+":"+w.password:w.username),w.origin="file:"!==w.protocol&&d(w.protocol)&&w.host?w.protocol+"//"+w.host:"null",w.href=w.toString()}return y.prototype={set:function(n,r,o){var a=this;switch(n){case"query":"string"==typeof r&&r.length&&(r=(o||t.parse)(r)),a[n]=r;break;case"port":a[n]=r,e(r,a.protocol)?r&&(a.host=a.hostname+":"+r):(a.host=a.hostname,a[n]="");break;case"hostname":a[n]=r,a.port&&(r+=":"+a.port),a.host=r;break;case"host":a[n]=r,i.test(r)?(r=r.split(":"),a.port=r.pop(),a.hostname=r.join(":")):(a.hostname=r,a.port="");break;case"protocol":a.protocol=r.toLowerCase(),a.slashes=!o;break;case"pathname":case"hash":if(r){var s="pathname"===n?"/":"#";a[n]=r.charAt(0)!==s?s+r:r}else a[n]=r;break;case"username":case"password":a[n]=encodeURIComponent(r);break;case"auth":var u=r.indexOf(":");~u?(a.username=r.slice(0,u),a.username=encodeURIComponent(decodeURIComponent(a.username)),a.password=r.slice(u+1),a.password=encodeURIComponent(decodeURIComponent(a.password))):a.username=encodeURIComponent(decodeURIComponent(r))}for(var c=0;c<l.length;c++){var f=l[c];f[4]&&(a[f[1]]=a[f[1]].toLowerCase())}return a.auth=a.password?a.username+":"+a.password:a.username,a.origin="file:"!==a.protocol&&d(a.protocol)&&a.host?a.protocol+"//"+a.host:"null",a.href=a.toString(),a},toString:function(e){e&&"function"==typeof e||(e=t.stringify);var n,r=this,o=r.host,a=r.protocol;a&&":"!==a.charAt(a.length-1)&&(a+=":");var s=a+(r.protocol&&r.slashes||d(r.protocol)?"//":"");return r.username?(s+=r.username,r.password&&(s+=":"+r.password),s+="@"):r.password?(s+=":"+r.password,s+="@"):"file:"!==r.protocol&&d(r.protocol)&&!o&&"/"!==r.pathname&&(s+="@"),(":"===o[o.length-1]||i.test(r.hostname)&&!r.port)&&(o+=":"),s+=o+r.pathname,(n="object"===c(r.query)?e(r.query):r.query)&&(s+="?"!==n.charAt(0)?"?"+n:n),r.hash&&(s+=r.hash),s}},y.extractProtocol=p,y.location=h,y.trimLeft=u,y.qs=t,$t=y}(),Zt=Wt(Qt),en={exports:{}};var tn=Wt((Yt||(Yt=1,function(e){e.exports.is_uri=n,e.exports.is_http_uri=r,e.exports.is_https_uri=o,e.exports.is_web_uri=i,e.exports.isUri=n,e.exports.isHttpUri=r,e.exports.isHttpsUri=o,e.exports.isWebUri=i;var t=function(e){return e.match(/(?:([^:\/?#]+):)?(?:\/\/([^\/?#]*))?([^?#]*)(?:\?([^#]*))?(?:#(.*))?/)};function n(e){if(e&&!/[^a-z0-9\:\/\?\#\[\]\@\!\$\&\'\(\)\*\+\,\;\=\.\-\_\~\%]/i.test(e)&&!/%[^0-9a-f]/i.test(e)&&!/%[0-9a-f](:?[^0-9a-f]|$)/i.test(e)){var n,r,o,i,a,s="",u="";if(s=(n=t(e))[1],r=n[2],o=n[3],i=n[4],a=n[5],s&&s.length&&o.length>=0){if(r&&r.length){if(0!==o.length&&!/^\//.test(o))return}else if(/^\/\//.test(o))return;if(/^[a-z][a-z0-9\+\-\.]*$/.test(s.toLowerCase()))return u+=s+":",r&&r.length&&(u+="//"+r),u+=o,i&&i.length&&(u+="?"+i),a&&a.length&&(u+="#"+a),u}}}function r(e,r){if(n(e)){var o,i,a,s,u="",c="",l="",f="";if(u=(o=t(e))[1],c=o[2],i=o[3],a=o[4],s=o[5],u){if(r){if("https"!=u.toLowerCase())return}else if("http"!=u.toLowerCase())return;if(c)return/:(\d+)$/.test(c)&&(l=c.match(/:(\d+)$/)[0],c=c.replace(/:\d+$/,"")),f+=u+":",f+="//"+c,l&&(f+=l),f+=i,a&&a.length&&(f+="?"+a),s&&s.length&&(f+="#"+s),f}}}function o(e){return r(e,!0)}function i(e){return r(e)||o(e)}}(en)),en.exports)),nn={value:null};function rn(e){return!!e&&"object"===c(e)&&"function"==typeof(null==e?void 0:e.request)}function on(){if(null!==nn.value)return nn.value;var e="undefined";return nn.value=("undefined"==typeof wx?"undefined":c(wx))!==e&&rn(wx)&&{mp:wx,name:"WeChat"}||("undefined"==typeof my?"undefined":c(my))!==e&&rn(my)&&{mp:my,name:"Alipay"}||("undefined"==typeof qq?"undefined":c(qq))!==e&&rn(qq)&&{mp:qq,name:"QQ"}||("undefined"==typeof jd?"undefined":c(jd))!==e&&rn(jd)&&{mp:jd,name:"JD"}||("undefined"==typeof swan?"undefined":c(swan))!==e&&rn(swan)&&{mp:swan,name:"Baidu"}||("undefined"==typeof tt?"undefined":c(tt))!==e&&rn(tt)&&{mp:tt,name:"ByteDance"}||("undefined"==typeof ks?"undefined":c(ks))!==e&&rn(ks)&&{mp:ks,name:"Kwai"}||("undefined"==typeof qh?"undefined":c(qh))!==e&&rn(qh)&&{mp:qh,name:"Qihu"}||("undefined"==typeof xhs?"undefined":c(xhs))!==e&&rn(xhs)&&{mp:xhs,name:"RedNote"}||("undefined"==typeof dd?"undefined":c(dd))!==e&&(rn(dd)||"function"==typeof(null===dd||void 0===dd?void 0:dd.httpRequest))&&{mp:dd,name:"DingTalk"}||("undefined"==typeof bl?"undefined":c(bl))!==e&&rn(bl)&&{mp:bl,name:"BiliBili"}||("undefined"==typeof ft?"undefined":c(ft))!==e&&rn(ft)&&{mp:ft,name:"FinClip"}||("undefined"==typeof has?"undefined":c(has))!==e&&rn(has)&&{mp:has,name:"HarmonyASCF"}||("undefined"==typeof uni?"undefined":c(uni))!==e&&rn(uni)&&{mp:uni,name:"UniApp"}||("undefined"==typeof Taro?"undefined":c(Taro))!==e&&rn(Taro)&&{mp:Taro,name:"Taro"}||void 0,nn.value}var an=on();var sn={100:"Continue",101:"Switching Protocols",102:"Processing",103:"Early Hints",200:"OK",201:"Created",202:"Accepted",203:"Non-Authoritative Information",204:"No Content",205:"Reset Content",206:"Partial Content",207:"Multi-Status",208:"Already Reported",226:"IM Used",300:"Multiple Choices",301:"Moved Permanently",302:"Found",303:"See Other",304:"Not Modified",307:"Temporary Redirect",308:"Permanent Redirect",400:"Bad Request",401:"Unauthorized",402:"Payment Required",403:"Forbidden",404:"Not Found",405:"Method Not Allowed",406:"Not Acceptable",407:"Proxy Authentication Required",408:"Request Timeout",409:"Conflict",410:"Gone",411:"Length Required",412:"Precondition Failed",413:"Content Too Large",414:"URI Too Long",415:"Unsupported Media Type",416:"Range Not Satisfiable",417:"Expectation Failed",418:"I'm a teapot",421:"Misdirected Request",422:"Unprocessable Entity",423:"Locked",424:"Failed Dependency",425:"Too Early",426:"Upgrade Required",428:"Precondition Required",429:"Too Many Requests",431:"Request Header Fields Too Large",451:"Unavailable For Legal Reasons",500:"Internal Server Error",501:"Not Implemented",502:"Bad Gateway",503:"Service Unavailable",504:"Gateway Timeout",505:"HTTP Version Not Supported",506:"Variant Also Negotiates",507:"Insufficient Storage",508:"Loop Detected",510:"Not Extended",511:"Network Authentication Required"},un=function(n,o){function a(){var n;if(t(this,a),(n=e(this,a)).constructor===a)throw new TypeError("Failed to construct 'XMLHttpRequestEventTarget': Illegal constructor");return y(n,"__XMLHttpRequestEventTarget__",new cn(n)),n}return i(a,D),r(a,[{key:"onabort",get:function(){return ln(this).onabort},set:function(e){ln(this).onabort=e,ln(this).attach("abort")}},{key:"onerror",get:function(){return ln(this).onerror},set:function(e){ln(this).onerror=e,ln(this).attach("error")}},{key:"onload",get:function(){return ln(this).onload},set:function(e){ln(this).onload=e,ln(this).attach("load")}},{key:"onloadend",get:function(){return ln(this).onloadend},set:function(e){ln(this).onloadend=e,ln(this).attach("loadend")}},{key:"onloadstart",get:function(){return ln(this).onloadstart},set:function(e){ln(this).onloadstart=e,ln(this).attach("loadstart")}},{key:"onprogress",get:function(){return ln(this).onprogress},set:function(e){ln(this).onprogress=e,ln(this).attach("progress")}},{key:"ontimeout",get:function(){return ln(this).ontimeout},set:function(e){ln(this).ontimeout=e,ln(this).attach("timeout")}},{key:"toString",value:function(){return"[object XMLHttpRequestEventTarget]"}},{key:o,get:function(){return"XMLHttpRequestEventTarget"}},{key:"__MPHTTPX__",get:function(){return{chain:["XMLHttpRequestEventTarget","EventTarget"]}}}])}(0,f.toStringTag),cn=r(function e(n){var r;t(this,e),this.onabort=null,this.onerror=null,this.onload=null,this.onloadend=null,this.onloadstart=null,this.onprogress=null,this.ontimeout=null,this.attach=z(n,(r=n,{onabort:function(e){G(r,r.onabort,e)},onerror:function(e){G(r,r.onerror,e)},onload:function(e){G(r,r.onload,e)},onloadend:function(e){G(r,r.onloadend,e)},onloadstart:function(e){G(r,r.onloadstart,e)},onprogress:function(e){G(r,r.onprogress,e)},ontimeout:function(e){G(r,r.ontimeout,e)}}))});function ln(e){return e.__XMLHttpRequestEventTarget__}var fn=function(n,o){function a(){var n;if(t(this,a),(n=e(this,a)).constructor===a)throw new TypeError("Failed to construct 'XMLHttpRequestUpload': Illegal constructor");return n}return i(a,un),r(a,[{key:"toString",value:function(){return"[object XMLHttpRequestUpload]"}},{key:o,get:function(){return"XMLHttpRequestUpload"}},{key:"__MPHTTPX__",get:function(){return{chain:["XMLHttpRequestUpload","XMLHttpRequestEventTarget","EventTarget"]}}}])}(0,f.toStringTag);var hn={request:function(e){return e&&(e.mp.request||e.mp.httpRequest)}(an)||function(e){var t="NOT_SUPPORTED_ERR",n={errMsg:t,errno:9,exception:{retryCount:0,reasons:[{errMsg:t,errno:9}]},useHttpDNS:!1};throw Promise.resolve(n).then(function(t){try{e.fail&&e.fail(t)}catch(e){console.error(e)}e.complete&&e.complete(t)}),new ReferenceError("request is not defined")}};function dn(e){hn.request=e}var pn={get:null,set:null},yn=function(n,o){function a(){var n;return t(this,a),y(n=e(this,a),"__XMLHttpRequest__",new vn(n)),n}return i(a,un),r(a,[{key:"UNSENT",get:function(){return 0}},{key:"OPENED",get:function(){return 1}},{key:"HEADERS_RECEIVED",get:function(){return 2}},{key:"LOADING",get:function(){return 3}},{key:"DONE",get:function(){return 4}},{key:"readyState",get:function(){return gn(this).readyState}},{key:"response",get:function(){return gn(this).response}},{key:"responseText",get:function(){return gn(this).responseText}},{key:"responseType",get:function(){return gn(this).responseType},set:function(e){if(gn(this).pos>9)throw new d("Failed to set the 'responseType' property on 'XMLHttpRequest': The response type cannot be set if the object's state is LOADING or DONE.","InvalidStateError");bn.indexOf(e)>-1&&(gn(this).responseType=e)}},{key:"responseURL",get:function(){return gn(this).responseURL}},{key:"responseXML",get:function(){return null}},{key:"status",get:function(){return gn(this).status}},{key:"statusText",get:function(){return gn(this).pos<9?"":gn(this).statusText||sn[this.status]||"unknown"}},{key:"timeout",get:function(){return gn(this).timeout},set:function(e){gn(this).timeout=e>=0?e:0}},{key:"upload",get:function(){var e;return gn(this).upload||(gn(this).upload=(y(e=Object.create(fn.prototype),"__EventTarget__",{executors:[]}),y(e,"__XMLHttpRequestEventTarget__",new cn(e)),e)),gn(this).upload}},{key:"withCredentials",get:function(){return gn(this).withCredentials},set:function(e){if(!(gn(this).pos<2))throw new TypeError("Failed to set the 'withCredentials' property on 'XMLHttpRequest': The value may only be set if the object's state is UNSENT or OPENED.");gn(this).withCredentials=!!e}},{key:"abort",value:function(){var e=gn(this),t=e.requestTask;switch(e.pos){case 1:e.requestHeaders=new Tt;break;case 2:case 3:!function(e){gn(e).pos=5,Sn(e,4),gn(e).upload&&Re(e.upload,"abort");Pn(e,"abort")}(this),Rn(this);break;case 4:case 8:case 9:case 10:Cn(this);case 11:Rn(this)}kn(e),xn(t)}},{key:"getAllResponseHeaders",value:function(){var e=gn(this).responseHeaders;if(!e)return"";var t=[];return e.forEach(function(e,n){t.push("".concat(n,": ").concat(e,"\r\n"))}),t.join("")}},{key:"getResponseHeader",value:function(e){return k(arguments.length,1,"XMLHttpRequest","getResponseHeader"),gn(this).responseHeaders?gn(this).responseHeaders.get(e):null}},{key:"open",value:function(e,t){var n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:null;k(arguments.length,2,"XMLHttpRequest","open"),n||console.warn("Synchronous XMLHttpRequest is not supported because of its detrimental effects to the end user's experience.");var i,a=Ct(e),s=""+t,u=""+(null!=r?r:""),c=""+(null!=o?o:""),l=gn(this);if(kn(l),l.method=a,l.requestURL=s,l.requestHeaders=new Tt,u.length>0||c.length>0){var f="Basic ".concat(Oe(se(u+":"+c)));this.setRequestHeader("Authorization",f)}gn(i=this).pos=1,gn(i).requestId+=1,Sn(i,1)}},{key:"overrideMimeType",value:function(e){k(arguments.length,1,"XMLHttpRequest","overrideMimeType"),1===gn(this).pos&&console.error("TypeError: Failed to execute 'overrideMimeType' on 'XMLHttpRequest': mimeType ('".concat(e,"') not implemented."))}},{key:"send",value:function(e){var t=gn(this),n=t.requestId;if(1!==t.pos)throw new d("Failed to execute 'send' on 'XMLHttpRequest': The object's state must be OPENED.","InvalidStateError");var r={url:t.requestURL,method:t.method,header:mn(t.requestHeaders),dataType:"json"===this.responseType?"json":_n(this.responseType),responseType:_n(this.responseType),withCredentials:this.withCredentials,success:Tn.bind(this,n),fail:En.bind(this,n)};if(pn.get&&!t.requestHeaders.has("cookie")){var o=pn.get(r.url,this.withCredentials);o&&(r.enableCookie=!0,r.header.Cookie=o)}var i="GET"!==t.method&&"HEAD"!==t.method&&null!=e&&new ot(e);i&&i.type&&!t.requestHeaders.has("Content-Type")&&(r.header["Content-Type"]=i.type);var a=function(e){n===t.requestId&&(2!==t.pos&&8!==t.pos||(r.data=""!==e?e:void 0,r.headers=r.header,t.requestTask=hn.request(r)))}.bind(this);!function(e){if(!e.timeout)return;var t=gn(e),n=function(){switch(t.pos){case 2:case 3:!function(e){gn(e).pos=7,Sn(e,4),gn(e).upload&&Re(e.upload,"timeout");Pn(e,"timeout")}(e);break;case 8:qn(e)}};t.timeoutId=setTimeout(function(){var e=t.requestTask;n(),xn(e)},e.timeout)}(this);var s=function(e,t){return gn(e).pos=2,Re(e,"loadstart"),t&&function(e,t){var n=gn(e),r=n.requestId;if(2!==n.pos)return;n.pos=3,n.upload&&Re(e.upload,"loadstart",0,t.size);return t.promise.then(function(o){if(r===n.requestId)return function(e,t,n){var r=gn(e);if(3!==r.pos)return;r.pos=4,r.upload&&t.size>0&&Re(e.upload,"load",t.size,t.size);return Pn(e,"load",{payload:t,data:n})}(e,t,o)}).catch(function(t){r===n.requestId&&(!function(e){var t=gn(e);if(3!==t.pos)return;t.pos=6,Sn(e,4),t.upload&&Re(e.upload,"error");Pn(e,"error")}(e),console.error(t))})}(e,t)}(this,i||void 0);s?s.then(function(e){void 0!==e&&a(e)}):a()}},{key:"setRequestHeader",value:function(e,t){if(k(arguments.length,2,"XMLHttpRequest","setRequestHeader"),1!==gn(this).pos)throw new d("Failed to execute 'setRequestHeader' on 'XMLHttpRequest': The object's state must be OPENED.","InvalidStateError");var n=""+e,r=""+t;try{gn(this).requestHeaders.append(n,r)}catch(e){throw new SyntaxError("Failed to execute 'setRequestHeader' on 'XMLHttpRequest': '".concat(n,"' is not a valid HTTP header field name."))}}},{key:"onreadystatechange",get:function(){return gn(this).onreadystatechange},set:function(e){gn(this).onreadystatechange=e,gn(this).attach("readystatechange")}},{key:"toString",value:function(){return"[object XMLHttpRequest]"}},{key:o,get:function(){return"XMLHttpRequest"}},{key:"__MPHTTPX__",get:function(){return{chain:["XMLHttpRequest","XMLHttpRequestEventTarget","EventTarget"]}}}],[{key:"UNSENT",get:function(){return 0}},{key:"OPENED",get:function(){return 1}},{key:"HEADERS_RECEIVED",get:function(){return 2}},{key:"LOADING",get:function(){return 3}},{key:"DONE",get:function(){return 4}}])}(0,f.toStringTag),vn=r(function e(n){var r;t(this,e),this.pos=0,this.readyState=0,this.response="",this.responseText="",this.responseType="",this.responseURL="",this.status=0,this.statusText="",this.timeout=0,this.withCredentials=!1,this.method="GET",this.requestURL="",this.requestHeaders=null,this.responseHeaders=null,this.timeoutId=0,this.requestId=0,this.requestTask=null,this.onreadystatechange=null,this.attach=z(n,(r=n,{onreadystatechange:function(e){G(r,r.onreadystatechange,e)}}))});function gn(e){return e.__XMLHttpRequest__}function mn(e){var t={};return e.forEach(function(e,n){t[n]=e}),t}var bn=["","arraybuffer","blob","document","json","text"];function _n(e){return"blob"===e||"arraybuffer"===e?"arraybuffer":"text"}function kn(e){e.requestTask=null,wn(e),e.response="",e.responseText="",e.responseURL="",e.status=0,e.statusText="",e.requestHeaders=null,e.responseHeaders=null}function wn(e){e.timeoutId&&(clearTimeout(e.timeoutId),e.timeoutId=0)}function Tn(e,t){e===gn(this).requestId&&function(e,t){var n=gn(e);if(2!==n.pos&&8!==n.pos)return;if(n.pos=9,n.responseURL=n.requestURL,n.status="statusCode"in t?t.statusCode:"status"in t?t.status:200,n.responseHeaders=new Tt("header"in t?t.header:"headers"in t?t.headers:{}),pn.set){var r="cookies"in t&&Array.isArray(t.cookies)?t.cookies:n.responseHeaders.get("Set-Cookie")||"";r.length>0&&pn.set(e.responseURL,e.withCredentials,r)}Sn(e,2),function(e,t){if(9!==gn(e).pos)return;gn(e).pos=10,Sn(e,3),function(e,t){var n=gn(e);if(10!==n.pos)return;n.pos=11;var r=function(){var r;n.response=function(e,t){var n="string"==typeof t||C(t)?t:JSON.stringify(t);switch(e){case"":case"text":return"string"==typeof n?n:ue(n);case"arraybuffer":return C(n)?n:se(n).buffer;case"json":return"string"==typeof t?JSON.parse(t):C(t)?JSON.parse(ue(t)):t;case"blob":return new ge([n]);default:return n}}(e.responseType,null!==(r=t.data)&&void 0!==r?r:""),e.responseType&&"text"!==e.responseType||(n.responseText=e.response),Sn(e,4),function(e){var t=gn(e);if(11!==t.pos)return;t.pos=12;var n=t.responseHeaders.get("Content-Length"),r=n&&parseInt(n)||0;Re(e,"load",r,r),Ln(e,r)}(e)};try{r()}catch(t){An(e),console.error(t)}}(e,t)}(e,t)}(this,t)}function En(e,t){if("header"in t&&"statusCode"in t||"headers"in t&&"status"in t)return Tn.call(this,e,{statusCode:"statusCode"in t?t.statusCode:t.status||0,header:"header"in t?t.header:t.headers||{},data:"data"in t&&t.data||""});e===gn(this).requestId&&An(this,t)}function Sn(e,t){if(e.readyState!==t){gn(e).readyState=t;var n=new q("readystatechange");n.__Event__.target=e,F(n,!0),X(e,n)}}function xn(e){e&&"object"===c(e)&&"abort"in e&&"function"==typeof e.abort&&e.abort()}function Rn(e){gn(e).pos=0,gn(e).readyState=0}function Pn(e,t,n){var r=gn(e);if(("load"===t&&4===r.pos||"load"!==t)&&(r.pos=8),r.upload){var o=n?n.payload.size:0;Re(e.upload,"loadend",o,o)}switch(t){case"load":return n&&n.data;case"abort":Cn(e);break;case"error":An(e);break;case"timeout":qn(e)}}function Cn(e){gn(e).pos=13,Sn(e,4),Re(e,"abort"),Ln(e)}function An(e,t){var n=gn(e);switch(n.pos){case 2:case 8:case 11:break;default:return}n.pos=14,t&&(n.status=0,n.statusText="errMsg"in t?t.errMsg:"errorMessage"in t?t.errorMessage:""),Sn(e,4),Re(e,"error"),Ln(e)}function qn(e){gn(e).pos=15,Sn(e,4),Re(e,"timeout"),Ln(e)}function Ln(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=gn(e);n.pos=16,n.requestTask=null,wn(n),Re(e,"loadend",t,t)}var Hn="undefined"!=typeof XMLHttpRequest&&XMLHttpRequest||yn,On={decodeValues:!0,map:!1,silent:!1,split:"auto"};function jn(e){return"string"!=typeof e||e in{}}function Mn(){return Object.create(null)}function Fn(e){return"string"==typeof e&&!!e.trim()}function Un(e,t){var n=e.split(";").filter(Fn),r=n.shift();if(!r)return null;var o=function(e){var t="",n="",r=e.split("=");r.length>1?(t=r.shift(),n=r.join("=")):n=e;return{name:t,value:n}}(r),i=o.name,a=o.value;if(t=t?Object.assign({},On,t):On,jn(i))return null;try{a=t.decodeValues?decodeURIComponent(a):a}catch(e){console.error("set-cookie-parser: failed to decode cookie value. Set options.decodeValues=false to disable decoding.",e)}var s=Mn();return s.name=i,s.value=a,n.forEach(function(e){var t=e.split("="),n=t.shift().trim().toLowerCase();if(!jn(n)){var r=t.join("=").trim();if("expires"===n)s.expires=new Date(r);else if("max-age"===n){var o=parseInt(r,10);Number.isNaN(o)||(s.maxAge=o)}else"secure"===n?s.secure=!0:"httponly"===n?s.httpOnly=!0:"samesite"===n?s.sameSite=r:"partitioned"===n?s.partitioned=!0:n&&(s[n]=r)}}),s}function Dn(e,t){if(t=t?Object.assign({},On,t):On,!e)return t.map?Mn():[];if(e.headers)if("function"==typeof e.headers.getSetCookie)e=e.headers.getSetCookie();else if(e.headers["set-cookie"])e=e.headers["set-cookie"];else{var n=e.headers[Object.keys(e.headers).find(function(e){return"set-cookie"===e.toLowerCase()})];n||!e.headers.cookie||t.silent||console.warn("Warning: set-cookie-parser appears to have been called on a request object. It is designed to parse Set-Cookie headers from responses, not Cookie headers from requests. Set the option {silent: true} to suppress this warning."),e=n}var r=t.split,o=Array.isArray(e);if("auto"===r&&(r=!o),o||(e=[e]),e=e.filter(Fn),r&&(e=e.map(Bn).flat()),t.map){var i=Mn();return e.reduce(function(e,n){var r=Un(n,t);return r&&!jn(r.name)&&(e[r.name]=r),e},i)}return e.map(function(e){return Un(e,t)}).filter(Boolean)}function Bn(e){if(Array.isArray(e))return e;if("string"!=typeof e)return[];var t,n,r,o,i,a=[],s=0;function u(){for(;s<e.length&&/\s/.test(e.charAt(s));)s+=1;return s<e.length}function c(){return"="!==(n=e.charAt(s))&&";"!==n&&","!==n}for(;s<e.length;){for(t=s,i=!1;u();)if(","===(n=e.charAt(s))){for(r=s,s+=1,u(),o=s;s<e.length&&c();)s+=1;s<e.length&&"="===e.charAt(s)?(i=!0,s=o,a.push(e.substring(t,r)),t=s):s=r+1}else s+=1;(!i||s>=e.length)&&a.push(e.substring(t,e.length))}return a}Dn.parseSetCookie=Dn,Dn.parse=Dn,Dn.parseString=Un,Dn.splitCookiesString=Bn;var Nn={url:new Zt("https://example.com")},In={value:null},Xn=function(){return r(function e(){t(this,e),this.cookies=[],this.restore(),setTimeout(function(){this.persist()}.bind(this),0)},[{key:"storageKey",get:function(){return"__COOKIE_MPHTTPX__"}},{key:"restore",value:function(){if(an){var e=function(){try{var e="Alipay"!==an.name?an.mp.getStorageSync(this.storageKey):an.mp.getStorageSync({key:this.storageKey}).data,t=e?JSON.parse(e):[];return Array.isArray(t)?t:[]}catch(e){return[]}}.bind(this)();this.cookies=e.filter(function(e){return"object"===c(t=e)&&t&&"number"==typeof t._expires;var t}).map(function(e){var t=Gn(e);return t.expires=new Date(e._expires||0),t})}}},{key:"persist",value:function(){if(an){var e=this.cookies.filter(function(e){return e.expires&&e.expires>new Date}).map(function(e){var t=Gn(e);return t._expires=e.expires.getTime(),t});an.mp.setStorage({key:this.storageKey,data:JSON.stringify(e)})}}},{key:"getForUrl",value:function(e,t,n){var r=new Zt(zn(t)),o=Nn.url.origin===r.origin;if(!e&&!o&&!n)return"";for(var i={valid:[],expired:[]},a=0;a<this.cookies.length;++a){var s=this.cookies[a];if(!e||!s.httpOnly){if(!e){if(!o&&s.sameSite&&"none"!==s.sameSite.toLowerCase())continue;if("127.0.0.1"!==r.hostname&&"localhost"!==r.hostname&&s.secure&&"https"!==r.protocol)continue}$n(r.hostname,s.domain)&&Jn(r.pathname,s.path)&&(!s.expires||s.expires>new Date?i.valid.push(s):i.expired.push(s))}}return i.expired.length>0&&(this.cookies=this.cookies.filter(function(e){return!e.expires||e.expires>new Date}),setTimeout(function(){this.persist()}.bind(this),0)),i.valid.map(function(e){return e.name+"="+e.value}).join("; ")}},{key:"setForUrl",value:function(e,t,n,r){var o=this;if(r){var i=new Zt(zn(t)),a=Nn.url.origin===i.origin;if(e||a||n){for(var s=e?Dn(""+r,{split:!1}):Dn(r),u=function(){var t=s[c];return t.name?e&&t.httpOnly||t.sameSite&&"none"===t.sameSite.toLowerCase()&&!t.secure?0:(t.domain?(t.domain=t.domain.toLowerCase(),t.domain.split(".").filter(function(e){return!!e}).length>=2&&(t.domain=Wn(t.domain))):t.domain=i.hostname,t.path||(t.path=i.pathname),"number"==typeof t.maxAge&&(t.expires=new Date((new Date).getTime()+1e3*t.maxAge)),void($n(i.hostname,t.domain)&&(o.cookies=o.cookies.filter(function(e){return r=t,!((n=e).domain===r.domain&&n.path===r.path&&n.name===r.name);var n,r}),(!t.expires||t.expires>new Date)&&(o.cookies=[t].concat(o.cookies))))):0},c=0;c<s.length;++c)u();this.cookies.sort(function(e,t){var n=Wn(e.domain),r=Wn(t.domain);if(n.length!==r.length)return r.length-n.length;var o=Vn(e.path);return Vn(t.path).length-o.length}),this.cookies=this.cookies.filter(function(e){return!e.expires||e.expires>new Date}),setTimeout(function(){this.persist()}.bind(this),0)}}}}])}();function zn(e){return tn.isUri(e)?e:Nn.url.origin+("/"===e.substring(0,1)?"":"/")+e}function Gn(e){var t={name:e.name,value:e.value};return void 0!==e.domain&&(t.domain=e.domain),void 0!==e.path&&(t.path=e.path),void 0!==e.expires&&(t.expires=e.expires),void 0!==e.secure&&(t.secure=e.secure),void 0!==e.sameSite&&(t.sameSite=e.sameSite),void 0!==e.httpOnly&&(t.httpOnly=e.httpOnly),void 0!==e.partitioned&&(t.partitioned=e.partitioned),t}function Wn(e){return("."===e.substring(0,1)?"":".")+e}function Vn(e){return e+("/"===e.slice(-1)?"":"/")}function $n(e,t){if(t.split(".").filter(function(e){return!!e}).length<2)return e===t;var n=Wn(e),r=Wn(t);return n.slice(-r.length)===r}function Jn(e,t){var n=Vn(e),r=Vn(t);return n.slice(0,r.length)===r}var Kn=function(){In.value||(In.value=new Xn);var e="undefined"!=typeof document&&document&&"cookie"in document;return{get:function(){return e?document.cookie:In.value.getForUrl(!0,Nn.url.href,!1)},set:function(t){e?document.cookie=t:In.value.setForUrl(!0,Nn.url.href,!1,t)}}}();var Yn=(Mt(Hn),[Nt,Ft]),Qn=Yn[0],Zn=Yn[1],er=function(n,o){function a(n,r){var o;t(this,a),y(o=e(this,a,[n,r]),"__CloseEvent__",new tr);var i=nr(o),s=Number(null==r?void 0:r.code);return i.code=isNaN(s)?0:s,void 0!==(null==r?void 0:r.reason)&&(i.reason=""+r.reason),i.wasClean=!!(null==r?void 0:r.wasClean),o}return i(a,q),r(a,[{key:"code",get:function(){return nr(this).code}},{key:"reason",get:function(){return nr(this).reason}},{key:"wasClean",get:function(){return nr(this).wasClean}},{key:"toString",value:function(){return"[object CloseEvent]"}},{key:o,get:function(){return"CloseEvent"}},{key:"__MPHTTPX__",get:function(){return{chain:["CloseEvent","Event"]}}}])}(0,f.toStringTag),tr=r(function e(){t(this,e),this.code=0,this.reason="",this.wasClean=!1});function nr(e){return e.__CloseEvent__}var rr=function(n,o){function a(n,r){var o,i;t(this,a),y(o=e(this,a,[n,r]),"__MessageEvent__",new or);var s=ir(o);return s.data=null!==(i=null==r?void 0:r.data)&&void 0!==i?i:null,void 0!==(null==r?void 0:r.origin)&&(s.origin=""+r.origin),void 0!==(null==r?void 0:r.lastEventId)&&(s.lastEventId=""+r.lastEventId),void 0!==(null==r?void 0:r.source)&&(s.source=r.source),void 0!==(null==r?void 0:r.ports)&&(s.ports=r.ports),o}return i(a,q),r(a,[{key:"data",get:function(){return ir(this).data}},{key:"lastEventId",get:function(){return ir(this).lastEventId}},{key:"origin",get:function(){return ir(this).origin}},{key:"ports",get:function(){return ir(this).ports}},{key:"source",get:function(){return ir(this).source}},{key:"initMessageEvent",value:function(e,t,n,r,o,i,a,s){if(k(arguments.length,1,"MessageEvent","initMessageEvent"),!this.__Event__.eventDispatched){this.initEvent(e,t,n);var u=ir(this);u.data=null!=r?r:null,void 0!==o&&(u.origin=""+o),void 0!==i&&(u.lastEventId=""+i),void 0!==a&&(u.source=a),void 0!==s&&(u.ports=Array.from(s))}}},{key:"toString",value:function(){return"[object MessageEvent]"}},{key:o,get:function(){return"MessageEvent"}},{key:"__MPHTTPX__",get:function(){return{chain:["MessageEvent","Event"]}}}])}(0,f.toStringTag),or=r(function e(){t(this,e),this.data=null,this.lastEventId="",this.origin="",this.ports=[],this.source=null});function ir(e){return e.__MessageEvent__}var ar=on();var sr={connectSocket:ar?ar.mp.connectSocket:function(e){return{send:function(e){},close:function(e){},onOpen:function(e){},onMessage:function(e){},onError:function(e){"function"==typeof e&&e({errMsg:"NOT_SUPPORTED_ERR"})},onClose:function(e){"function"==typeof e&&setTimeout(function(){e({code:3009,reason:"NOT_SUPPORTED_ERR"})},0)}}}};function ur(e){sr.connectSocket=e}var cr=function(n,o){function a(n,r){var o;t(this,a),k(arguments.length,1,"WebSocket"),o=e(this,a);var i=""+n,s={url:i,multiple:!0,fail:function(e){console.error(e)}};void 0!==r&&(s.protocols=b(r)?Array.isArray(r)?r:Array.from(r):[""+r]);var u,l,f=sr.connectSocket(s);if(y(o,"__WebSocket__",new lr(o,f)),fr(o).url=i,!f||"object"!==c(f))throw new Error("connectSocket can't establish a connection to the server at ".concat(""+n,"."));return(l=fr(u=o)).socketTask.onOpen(function(e){if("header"in e&&e.header&&"object"===c(e.header)){var t=new Tt(e.header);l.protocol=t.get("Sec-WebSocket-Protocol")||""}l.readyState=1,hr(u,"open")}),function(e){var t=fr(e);t.socketTask.onClose(function(n){t.readyState=3;var r=new er("close",{wasClean:!t.error,code:n.code,reason:n.reason});F(r,!0),X(e,r)})}(o),function(e){var t=fr(e);t.socketTask.onError(function(n){t.error=n,t.readyState=3,hr(e,"error"),console.error(n)})}(o),function(e){fr(e).socketTask.onMessage(function(t){var n,r=t.data;if(r&&"object"===c(r)&&"data"in r){if(n=r.data,"isBuffer"in r&&r.isBuffer&&"string"==typeof n)try{n=ar.mp.base64ToArrayBuffer(n)}catch(e){}}else n=r;C(n)&&"blob"===e.binaryType&&(n=new ge([n]));var o=new rr("message",{data:n,origin:e.url});F(o,!0),X(e,o)})}(o),o}return i(a,D),r(a,[{key:"CONNECTING",get:function(){return 0}},{key:"OPEN",get:function(){return 1}},{key:"CLOSING",get:function(){return 2}},{key:"CLOSED",get:function(){return 3}},{key:"binaryType",get:function(){return fr(this).binaryType},set:function(e){"blob"!==e&&"arraybuffer"!==e||(fr(this).binaryType=e)}},{key:"bufferedAmount",get:function(){return fr(this).bufferedAmount}},{key:"extensions",get:function(){return""}},{key:"protocol",get:function(){return fr(this).protocol}},{key:"readyState",get:function(){return fr(this).readyState}},{key:"url",get:function(){return fr(this).url}},{key:"close",value:function(e,t){var n=fr(this);2!==this.readyState&&3!==this.readyState&&(n.readyState=2,n.socketTask.close({code:e,reason:t,fail:function(e){console.error(e)},complete:function(){n.readyState=3}}))}},{key:"send",value:function(e){if(k(arguments.length,1,"WebSocket","send"),0===this.readyState)throw new d("Failed to execute 'send' on 'WebSocket': Still in CONNECTING state.","InvalidStateError");if(2===this.readyState||3===this.readyState)return console.error("WebSocket is already in CLOSING or CLOSED state.");var t=function(e){1===this.readyState&&fr(this).socketTask.send({data:e,fail:function(e){console.error(e)}})}.bind(this);if("string"!=typeof e&&!C(e)&&!ve(e)&&!ArrayBuffer.isView(e))return t(e);new ot(e).promise.then(function(e){t(e)})}},{key:"onclose",get:function(){return fr(this).onclose},set:function(e){fr(this).onclose=e,fr(this).attach("close")}},{key:"onerror",get:function(){return fr(this).onerror},set:function(e){fr(this).onerror=e,fr(this).attach("error")}},{key:"onmessage",get:function(){return fr(this).onmessage},set:function(e){fr(this).onmessage=e,fr(this).attach("message")}},{key:"onopen",get:function(){return fr(this).onopen},set:function(e){fr(this).onopen=e,fr(this).attach("open")}},{key:"toString",value:function(){return"[object WebSocket]"}},{key:o,get:function(){return"WebSocket"}},{key:"__MPHTTPX__",get:function(){return{chain:["WebSocket","EventTarget"]}}}],[{key:"CONNECTING",get:function(){return 0}},{key:"OPEN",get:function(){return 1}},{key:"CLOSING",get:function(){return 2}},{key:"CLOSED",get:function(){return 3}}])}(0,f.toStringTag),lr=r(function e(n,r){var o;t(this,e),this.binaryType="blob",this.bufferedAmount=0,this.protocol="",this.readyState=0,this.url="",this.error=null,this.onclose=null,this.onerror=null,this.onmessage=null,this.onopen=null,this.socketTask=r,this.attach=z(n,(o=n,{onclose:function(e){G(o,o.onclose,e)},onerror:function(e){G(o,o.onerror,e)},onmessage:function(e){G(o,o.onmessage,e)},onopen:function(e){G(o,o.onopen,e)}}))});function fr(e){return e.__WebSocket__}function hr(e,t){var n=new q(t);n.__Event__.target=e,F(n,!0),X(e,n)}var dr="undefined"!=typeof WebSocket&&WebSocket||cr;exports.AbortController=ae,exports.AbortControllerP=oe,exports.AbortSignal=re,exports.AbortSignalP=Q,exports.Blob=ge,exports.BlobP=le,exports.Cookie=Kn,exports.CustomEvent=Y,exports.CustomEventP=$,exports.Event=U,exports.EventP=q,exports.EventTarget=V,exports.EventTargetP=D,exports.File=we,exports.FileP=ke,exports.FileReader=je,exports.FileReaderP=Pe,exports.FormData=rt,exports.FormDataP=Ge,exports.Headers=Tt,exports.HeadersP=ht,exports.Request=At,exports.RequestP=Et,exports.Response=Ot,exports.ResponseP=qt,exports.TextDecoder=A,exports.TextDecoderP=x,exports.TextEncoder=E,exports.TextEncoderP=w,exports.URLSearchParams=ze,exports.URLSearchParamsP=Me,exports.WebSocket=dr,exports.WebSocketP=cr,exports.XMLHttpRequest=Hn,exports.XMLHttpRequestP=yn,exports.enableCookie=function(e){tn.isUri(e)&&(Nn.url=new Zt(e)),In.value||(In.value=new Xn),pn.get||pn.set||(pn.get=Xn.prototype.getForUrl.bind(In.value,!1),pn.set=Xn.prototype.setForUrl.bind(In.value,!1))},exports.fetch=Qn,exports.fetchP=Zn,exports.fixFetch=function(e){var t=e||"undefined"!=typeof fetch&&fetch;if(!t||t===Ft)return Ft;if("__MPHTTPX__Polyfill__"in t)return t;function n(e,t){if(e.headers){if((f=e.headers)&&"object"===c(f)&&"has"in f&&"function"==typeof f.has&&"set"in f&&"function"==typeof f.set)e.headers.has("Content-Type")||e.headers.set("Content-Type",t);else if(b(e.headers)){for(var n=!1,r=Array.isArray(e.headers)?e.headers:Array.from(e.headers),o=0;o<r.length;++o){var i=r[o];if(b(i)){var a=Array.isArray(i)?i:Array.from(i);if(a.length>=2&&"content-type"===String(a[0]).toLowerCase()){n=!0;break}}}n||(r.push(["Content-Type",t]),e.headers=r)}else if("object"===c(e.headers)){for(var s=!1,u=Object.getOwnPropertyNames(e.headers),l=0;l<u.length;++l){if("content-type"===u[l].toLowerCase()){s=!0;break}}s||(e.headers["Content-Type"]=t)}}else e.headers={"Content-Type":t};var f}function r(e,r){if(g("Request",e)){var o=e,i=r||{};i.method||(i.method=o.method),i.headers||(i.headers=o.headers),i.mode||(i.mode=o.mode),i.cache||(i.cache=o.cache),i.credentials||(i.credentials=o.credentials),!i.signal&&o.__Request__.signal&&(i.signal=o.signal),i.body||(i.body=Rt(o)),e=o.url,r=i}if(r&&r.headers&&g("Headers",r.headers))if("undefined"!=typeof Headers&&Headers&&!("__MPHTTPX__"in Headers.prototype)){var a=new Headers;r.headers.forEach(function(e,t){a.append(t,e)}),r.headers=a}else{var s={};r.headers.forEach(function(e,t){s[t]=e}),r.headers=s}return new Promise(function(o,i){r&&r.body&&(It.value?Ye(r.body):g("FormData",r.body))&&(r.body=Qe(r.body));var a=r&&r.body&&((It.value?ve(r.body):g("Blob",r.body))&&new ot(r.body)||ot.prototype.isPrototypeOf(r.body)&&r.body);if(a){a.type&&n(r,a.type);var s=null,u=!1,l=!0;if(e&&"object"===c(e)&&"signal"in e&&W(e.signal)){var f=function(){l&&(u=!0),s()};s=function(){e.signal.removeEventListener("abort",f)},e.signal.addEventListener("abort",f)}a.promise.then(function(n){r.body=""!==n?n:null,u?i(new d("The user aborted a request.","AbortError")):o(t.call(this,e,r)),l=!1}.bind(this)).catch(function(e){i(new TypeError("Failed to fetch")),l=!1,console.error(e)}).then(function(){s&&s()})}else r&&r.body&&g("URLSearchParams",r.body)&&n(r,"application/x-www-form-urlencoded;charset=UTF-8"),o(t.call(this,e,r))}.bind(this))}return r.__MPHTTPX__Polyfill__=!0,r},exports.fixWebSocket=function(e){var t=e||"undefined"!=typeof WebSocket&&WebSocket;if(t&&!("__MPHTTPX__Polyfill__"in t)&&!("__MPHTTPX__"in t.prototype)){var n=t.prototype.send;t.prototype.send=function(e){(It.value?ve(e):g("Blob",e))?new ot(e).promise.then(function(e){1===this.readyState&&n.call(this,e)}.bind(this)):n.call(this,e)},t.__MPHTTPX__Polyfill__=!0}},exports.fixXMLHttpRequest=function(e){var n=e||"undefined"!=typeof XMLHttpRequest&&XMLHttpRequest;if(n&&!("__MPHTTPX__Polyfill__"in n)&&!("__MPHTTPX__"in n.prototype)){var o=n.prototype.abort,i=n.prototype.open,a=n.prototype.send,s=n.prototype.setRequestHeader;n.prototype.abort=function(){c(this).processing&&(c(this).aborted=!0),o.call(this),c(this).hasContentType=!1},n.prototype.open=function(e,t){var n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:null;c(this).processing&&(c(this).aborted=!0),i.call(this,e,t,n,r,o),c(this).hasContentType=!1},n.prototype.send=function(e){if((It.value?Ye(e):g("FormData",e))&&(e=Qe(e),c(this).hasContentType||this.setRequestHeader("Content-Type",e.type)),It.value?ve(e):g("Blob",e)){var t=new ot(e);t.type&&!c(this).hasContentType&&this.setRequestHeader("Content-Type",t.type);var n=this.withCredentials;c(this).processing=!0,t.promise.then(function(e){c(this).aborted||(n!==this.withCredentials&&(this.withCredentials=n,console.warn("Illegal to set the 'withCredentials' property on 'XMLHttpRequest': The value may only be set if the object's state is UNSENT or OPENED.")),a.call(this,""!==e?e:void 0)),c(this).aborted=!1,c(this).processing=!1}.bind(this)).catch(function(e){c(this).aborted=!1,c(this).processing=!1,console.error(e)}.bind(this))}else g("URLSearchParams",e)&&!c(this).hasContentType&&this.setRequestHeader("Content-Type","application/x-www-form-urlencoded;charset=UTF-8"),a.call(this,e)},n.prototype.setRequestHeader=function(e,t){if(c(this).processing)throw new d("Failed to execute 'setRequestHeader' on 'XMLHttpRequest': The object's state must be OPENED.","InvalidStateError");s.call(this,e,t),"content-type"===String(e).toLowerCase()&&(c(this).hasContentType=!0)},n.__MPHTTPX__Polyfill__=!0;var u=r(function e(){t(this,e),this.aborted=!1,this.processing=!1,this.hasContentType=!1})}function c(e){var t="__XMLHttpRequest_Polyfill__";return t in e||y(e,t,new u),e[t]}},exports.getPlatform=on,exports.setConnectSocket=ur,exports.setConnectSocketFunc=ur,exports.setFullOverride=function(e){It.value=!!e},exports.setReadableStreamClass=function(e){ce.ReadableStream=e},exports.setRequest=dn,exports.setRequestFunc=dn,exports.setXMLHttpRequest=Mt,exports.setXMLHttpRequestClass=Mt;
|