cool-common-utils 1.0.9 → 1.0.11

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.
Files changed (35) hide show
  1. package/dist/aes.js +1 -1
  2. package/dist/aes.mjs +1 -1
  3. package/dist/amap-utils.js +1 -1
  4. package/dist/amap-utils.mjs +1 -1
  5. package/dist/commons/{vendor-crypto-js-AYnBdXB5.js → vendor-crypto-js-CHx7Nkas.js} +3 -3
  6. package/dist/commons/{vendor-crypto-js-Dhi5niDn.js → vendor-crypto-js-ggwe14WE.js} +3 -3
  7. package/dist/commons/vendor-other-DLjaiDjw.js +1 -0
  8. package/dist/commons/vendor-other-DcMV6-Tw.js +1 -0
  9. package/dist/commons/{vendor-qs-L1Bpz2hz.js → vendor-qs-CKHH0rfG.js} +1 -1
  10. package/dist/commons/{vendor-qs-B9_OEdmf.js → vendor-qs-rzo3AKLH.js} +1 -1
  11. package/dist/commons/{vendor-socket.io-client-OWv_jVwG.js → vendor-socket.io-client-DcCjVzSH.js} +1 -1
  12. package/dist/commons/{vendor-socket.io-client-DfIeTHYA.js → vendor-socket.io-client-qKh85rxA.js} +1 -1
  13. package/dist/commons/{vendor-sweetalert-4FJTrmvX.js → vendor-sweetalert-BDpBaJHE.js} +1 -1
  14. package/dist/commons/{vendor-sweetalert-KX8J3Sv0.js → vendor-sweetalert-C5QMYO6D.js} +1 -1
  15. package/dist/custom-crypto.js +1 -0
  16. package/dist/custom-crypto.mjs +1 -0
  17. package/dist/index.d.ts +9 -9
  18. package/dist/index.js +1 -1
  19. package/dist/index.mjs +1 -1
  20. package/dist/message.js +1 -1
  21. package/dist/message.mjs +1 -1
  22. package/dist/request.js +1 -1
  23. package/dist/request.mjs +1 -1
  24. package/dist/socket-io.js +1 -1
  25. package/dist/socket-io.mjs +1 -1
  26. package/dist/utils/requests/custom-crypto.d.ts +27 -0
  27. package/dist/utils/requests/request.d.ts +9 -0
  28. package/dist/utils/utils.d.ts +9 -0
  29. package/dist/utils.js +1 -1
  30. package/dist/utils.mjs +1 -1
  31. package/dist/websocket.js +1 -1
  32. package/dist/websocket.mjs +1 -1
  33. package/package.json +2 -1
  34. package/dist/commons/vendor-other-Cd2MOa_2.js +0 -1
  35. package/dist/commons/vendor-other-odeBaM7w.js +0 -1
@@ -1 +1 @@
1
- import{b as t,d as e}from"./commons/vendor-other-odeBaM7w.js";import{isJson as o,UUID as s}from"./utils.mjs";import"./commons/vendor-crypto-js-Dhi5niDn.js";var n;!function(t){t[t.HEARTBEAT=1e3]="HEARTBEAT"}(n||(n={}));var r=function(){function r(t){var e=this;this.websocket=null,this.connectState=!1,this.reconnectCount=0,this.maxReconnectCount=5,this.reconnectTimestamp=1e4,this.heartBeatTimer=null,this.heartBeatTimeout=4e3,this.heartBeatData={actionId:n.HEARTBEAT},this.registerTipMap=new Map,this.registerMessageHandlerMap=new Map,this.messageQueueList=new Map,this.firstConnect=0,this.startHeartBeat=function(){e.send(e.heartBeatData),e.heartBeatTimer=setTimeout(e.startHeartBeat,e.heartBeatTimeout)},this.url=t,this.addStatus(),this.initWebsocket()}return r.prototype.initWebsocket=function(){var t,e=this;0===this.reconnectCount&&console.log("%cWebSocket","background-color: #889CBB;color: #FFFFFF;padding: 2px 5px;border-radius: 3px;","初始化连接..."),(null===(t=this.websocket)||void 0===t?void 0:t.readyState)!==WebSocket.OPEN&&(this.websocket=new WebSocket(this.url),this.websocket.onopen=function(){e.websocketOpen()},this.websocket.onmessage=function(t){e.websocketOnMessage(t)},this.websocket.onerror=function(){e.websocketOnError()},this.websocket.onclose=function(){e.websocketOnClose()})},r.prototype.websocketOpen=function(){var o,s,n;this.connectState=!0,this.reconnectCount=0,this.clearHeartBeat(),this.startHeartBeat(),this.allRegisterWebsocket();try{for(var r=t(this.messageQueueList),i=r.next();!i.done;i=r.next()){var a=e(i.value,2),c=a[0],l=a[1];null===(n=this.websocket)||void 0===n||n.send(JSON.stringify(l)),this.messageQueueList.delete(c)}}catch(t){o={error:t}}finally{try{i&&!i.done&&(s=r.return)&&s.call(r)}finally{if(o)throw o.error}}this.changeStatusColor("#5FB878"),console.log("%cWebSocket","background-color: #5FB878;color: #FFFFFF;padding: 2px 5px;border-radius: 3px;","连接成功,等待服务端数据推送[onopen]...")},r.prototype.websocketOnError=function(){0===this.reconnectCount&&(this.changeStatusColor("#FF5722"),console.log("%cWebSocket","background-color: #FF5722;color: #FFFFFF;padding: 2px 5px;border-radius: 3px;","连接异常[onerror]...")),this.clearHeartBeat()},r.prototype.websocketOnClose=function(){0===this.reconnectCount&&(this.changeStatusColor("#FF5722"),console.log("%cWebSocket","background-color: #FF5722;color: #FFFFFF;padding: 2px 5px;border-radius: 3px;","连接断开[onclose]...")),this.connectState&&this.disconnectAndReconnect()},r.prototype.websocketOnMessage=function(t){var e=t.data;o(t.data)&&(e=JSON.parse(t.data)),-1!==e.msgType&&(this.allRegisterMessageHandler(e),window.dispatchEvent(new CustomEvent("websocketOnMessage",{detail:{data:e}})))},r.prototype.disconnectAndReconnect=function(){var t=this;this.reconnectCount<this.maxReconnectCount?(this.firstConnect=1,++this.reconnectCount,this.changeStatusColor("#FFB800"),console.log("%cWebSocket","background-color: #FFB800;color: #FFFFFF;padding: 2px 5px;border-radius: 3px;","尝试重连...".concat(this.reconnectCount,"/").concat(this.maxReconnectCount)),setTimeout(function(){t.initWebsocket()},this.reconnectTimestamp)):(this.clearHeartBeat(),this.connectState=!1,this.reconnectCount=0,this.firstConnect=0,this.changeStatusColor("#FF5722"),console.log("%cWebSocket","background-color: #FF5722;color: #FFFFFF;padding: 2px 5px;border-radius: 3px;","最大重连失败, 终止重连..."))},r.prototype.resetHeartBeat=function(){this.clearHeartBeat(),this.startHeartBeat()},r.prototype.clearHeartBeat=function(){this.heartBeatTimer&&clearTimeout(this.heartBeatTimer),this.heartBeatTimer=null},r.prototype.allRegisterWebsocket=function(){var o,s;try{for(var n=t(this.registerTipMap.entries()),r=n.next();!r.done;r=n.next()){var i=e(r.value,1)[0],a=this.registerTipMap.get(i),c=a.data,l=a.callback;this.send(c),0===this.firstConnect&&l&&l()}}catch(t){o={error:t}}finally{try{r&&!r.done&&(s=n.return)&&s.call(n)}finally{if(o)throw o.error}}},r.prototype.allRegisterMessageHandler=function(o){var s,n;try{for(var r=t(this.registerMessageHandlerMap.entries()),i=r.next();!i.done;i=r.next()){var a=e(i.value,1)[0];this.registerMessageHandlerMap.get(a)(o)}}catch(t){s={error:t}}finally{try{i&&!i.done&&(n=r.return)&&n.call(r)}finally{if(s)throw s.error}}},r.prototype.registerWebsocket=function(t,e){this.registerTipMap.set(t.eventId,{data:t,callback:e}),this.send(t),e&&e()},r.prototype.unregisterWebsocket=function(t){this.registerTipMap.delete(t.eventId),this.send(t)},r.prototype.send=function(t){var e,o;(null===(e=this.websocket)||void 0===e?void 0:e.readyState)===WebSocket.OPEN&&this.connectState?null===(o=this.websocket)||void 0===o||o.send(JSON.stringify(t)):this.messageQueueList.set("".concat(t.eventId,"-").concat(s(8,16)),t)},r.prototype.message=function(t,e){this.registerMessageHandlerMap.set(t,e)},r.prototype.close=function(){this.websocket&&(this.connectState=!1,this.websocket.onopen=null,this.websocket.onmessage=null,this.websocket.onerror=null,this.websocket.onclose=null,this.firstConnect=0,this.websocket.readyState!==WebSocket.OPEN&&this.websocket.readyState!==WebSocket.CONNECTING||this.websocket.close(),this.websocket=null,this.changeStatusColor("#999999")),this.clearHeartBeat()},r.prototype.addStatus=function(){this.removeStatus();var t=document.createElement("div");t.id="websocketStatus",t.style.width="10px",t.style.height="10px",t.style.backgroundColor="#999999",t.style.position="fixed",t.style.right="0",t.style.top="0",t.style.zIndex="9999",document.body.appendChild(t)},r.prototype.removeStatus=function(){var t=document.getElementById("websocketStatus");t&&document.body.removeChild(t)},r.prototype.changeStatusColor=function(t){var e=document.getElementById("websocketStatus");e&&(e.style.backgroundColor=t)},r}();export{n as EventId,r as Websocket};
1
+ import{e as t,f as e}from"./commons/vendor-other-DLjaiDjw.js";import{isJson as o,UUID as s}from"./utils.mjs";import"./commons/vendor-crypto-js-ggwe14WE.js";var n;!function(t){t[t.HEARTBEAT=1e3]="HEARTBEAT"}(n||(n={}));var r=function(){function r(t){var e=this;this.websocket=null,this.connectState=!1,this.reconnectCount=0,this.maxReconnectCount=5,this.reconnectTimestamp=1e4,this.heartBeatTimer=null,this.heartBeatTimeout=4e3,this.heartBeatData={actionId:n.HEARTBEAT},this.registerTipMap=new Map,this.registerMessageHandlerMap=new Map,this.messageQueueList=new Map,this.firstConnect=0,this.startHeartBeat=function(){e.send(e.heartBeatData),e.heartBeatTimer=setTimeout(e.startHeartBeat,e.heartBeatTimeout)},this.url=t,this.addStatus(),this.initWebsocket()}return r.prototype.initWebsocket=function(){var t,e=this;0===this.reconnectCount&&console.log("%cWebSocket","background-color: #889CBB;color: #FFFFFF;padding: 2px 5px;border-radius: 3px;","初始化连接..."),(null===(t=this.websocket)||void 0===t?void 0:t.readyState)!==WebSocket.OPEN&&(this.websocket=new WebSocket(this.url),this.websocket.onopen=function(){e.websocketOpen()},this.websocket.onmessage=function(t){e.websocketOnMessage(t)},this.websocket.onerror=function(){e.websocketOnError()},this.websocket.onclose=function(){e.websocketOnClose()})},r.prototype.websocketOpen=function(){var o,s,n;this.connectState=!0,this.reconnectCount=0,this.clearHeartBeat(),this.startHeartBeat(),this.allRegisterWebsocket();try{for(var r=t(this.messageQueueList),i=r.next();!i.done;i=r.next()){var a=e(i.value,2),c=a[0],l=a[1];null===(n=this.websocket)||void 0===n||n.send(JSON.stringify(l)),this.messageQueueList.delete(c)}}catch(t){o={error:t}}finally{try{i&&!i.done&&(s=r.return)&&s.call(r)}finally{if(o)throw o.error}}this.changeStatusColor("#5FB878"),console.log("%cWebSocket","background-color: #5FB878;color: #FFFFFF;padding: 2px 5px;border-radius: 3px;","连接成功,等待服务端数据推送[onopen]...")},r.prototype.websocketOnError=function(){0===this.reconnectCount&&(this.changeStatusColor("#FF5722"),console.log("%cWebSocket","background-color: #FF5722;color: #FFFFFF;padding: 2px 5px;border-radius: 3px;","连接异常[onerror]...")),this.clearHeartBeat()},r.prototype.websocketOnClose=function(){0===this.reconnectCount&&(this.changeStatusColor("#FF5722"),console.log("%cWebSocket","background-color: #FF5722;color: #FFFFFF;padding: 2px 5px;border-radius: 3px;","连接断开[onclose]...")),this.connectState&&this.disconnectAndReconnect()},r.prototype.websocketOnMessage=function(t){var e=t.data;o(t.data)&&(e=JSON.parse(t.data)),-1!==e.msgType&&(this.allRegisterMessageHandler(e),window.dispatchEvent(new CustomEvent("websocketOnMessage",{detail:{data:e}})))},r.prototype.disconnectAndReconnect=function(){var t=this;this.reconnectCount<this.maxReconnectCount?(this.firstConnect=1,++this.reconnectCount,this.changeStatusColor("#FFB800"),console.log("%cWebSocket","background-color: #FFB800;color: #FFFFFF;padding: 2px 5px;border-radius: 3px;","尝试重连...".concat(this.reconnectCount,"/").concat(this.maxReconnectCount)),setTimeout(function(){t.initWebsocket()},this.reconnectTimestamp)):(this.clearHeartBeat(),this.connectState=!1,this.reconnectCount=0,this.firstConnect=0,this.changeStatusColor("#FF5722"),console.log("%cWebSocket","background-color: #FF5722;color: #FFFFFF;padding: 2px 5px;border-radius: 3px;","最大重连失败, 终止重连..."))},r.prototype.resetHeartBeat=function(){this.clearHeartBeat(),this.startHeartBeat()},r.prototype.clearHeartBeat=function(){this.heartBeatTimer&&clearTimeout(this.heartBeatTimer),this.heartBeatTimer=null},r.prototype.allRegisterWebsocket=function(){var o,s;try{for(var n=t(this.registerTipMap.entries()),r=n.next();!r.done;r=n.next()){var i=e(r.value,1)[0],a=this.registerTipMap.get(i),c=a.data,l=a.callback;this.send(c),0===this.firstConnect&&l&&l()}}catch(t){o={error:t}}finally{try{r&&!r.done&&(s=n.return)&&s.call(n)}finally{if(o)throw o.error}}},r.prototype.allRegisterMessageHandler=function(o){var s,n;try{for(var r=t(this.registerMessageHandlerMap.entries()),i=r.next();!i.done;i=r.next()){var a=e(i.value,1)[0];this.registerMessageHandlerMap.get(a)(o)}}catch(t){s={error:t}}finally{try{i&&!i.done&&(n=r.return)&&n.call(r)}finally{if(s)throw s.error}}},r.prototype.registerWebsocket=function(t,e){this.registerTipMap.set(t.eventId,{data:t,callback:e}),this.send(t),e&&e()},r.prototype.unregisterWebsocket=function(t){this.registerTipMap.delete(t.eventId),this.send(t)},r.prototype.send=function(t){var e,o;(null===(e=this.websocket)||void 0===e?void 0:e.readyState)===WebSocket.OPEN&&this.connectState?null===(o=this.websocket)||void 0===o||o.send(JSON.stringify(t)):this.messageQueueList.set("".concat(t.eventId,"-").concat(s(8,16)),t)},r.prototype.message=function(t,e){this.registerMessageHandlerMap.set(t,e)},r.prototype.close=function(){this.websocket&&(this.connectState=!1,this.websocket.onopen=null,this.websocket.onmessage=null,this.websocket.onerror=null,this.websocket.onclose=null,this.firstConnect=0,this.websocket.readyState!==WebSocket.OPEN&&this.websocket.readyState!==WebSocket.CONNECTING||this.websocket.close(),this.websocket=null,this.changeStatusColor("#999999")),this.clearHeartBeat()},r.prototype.addStatus=function(){this.removeStatus();var t=document.createElement("div");t.id="websocketStatus",t.style.width="10px",t.style.height="10px",t.style.backgroundColor="#999999",t.style.position="fixed",t.style.right="0",t.style.top="0",t.style.zIndex="9999",document.body.appendChild(t)},r.prototype.removeStatus=function(){var t=document.getElementById("websocketStatus");t&&document.body.removeChild(t)},r.prototype.changeStatusColor=function(t){var e=document.getElementById("websocketStatus");e&&(e.style.backgroundColor=t)},r}();export{n as EventId,r as Websocket};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cool-common-utils",
3
- "version": "1.0.9",
3
+ "version": "1.0.11",
4
4
  "description": "cool工具函数库",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -77,6 +77,7 @@
77
77
  "axios": "^1.16.1",
78
78
  "crypto-js": "^4.2.0",
79
79
  "qs": "^6.15.2",
80
+ "sm-crypto": "^0.5.7",
80
81
  "socket.io-client": "^4.8.3",
81
82
  "sweetalert": "^2.1.2"
82
83
  }
@@ -1 +0,0 @@
1
- "use strict";var t,e,r,n,o,i,s,a,c,p,u,f,l,h,y,d,g,b,m,v,w,_,S,A,k,E,P,x,O,T,R,j,B,N,C,I,U,F,M,q,L,W,D,V,$,H,G,J,Y,K,z,X,Q,Z,tt,et,rt,nt,ot,it,st,at,ct,pt,ut,ft,lt,ht,yt,dt,gt,bt,mt,vt,wt,_t,St,At,kt,Et,Pt=require("./vendor-crypto-js-AYnBdXB5.js");function xt(){return e?t:(e=1,t=TypeError)}function Ot(){if(n)return r;n=1;var t="function"==typeof Map&&Map.prototype,e=Object.getOwnPropertyDescriptor&&t?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,o=t&&e&&"function"==typeof e.get?e.get:null,i=t&&Map.prototype.forEach,s="function"==typeof Set&&Set.prototype,a=Object.getOwnPropertyDescriptor&&s?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,c=s&&a&&"function"==typeof a.get?a.get:null,p=s&&Set.prototype.forEach,u="function"==typeof WeakMap&&WeakMap.prototype?WeakMap.prototype.has:null,f="function"==typeof WeakSet&&WeakSet.prototype?WeakSet.prototype.has:null,l="function"==typeof WeakRef&&WeakRef.prototype?WeakRef.prototype.deref:null,h=Boolean.prototype.valueOf,y=Object.prototype.toString,d=Function.prototype.toString,g=String.prototype.match,b=String.prototype.slice,m=String.prototype.replace,v=String.prototype.toUpperCase,w=String.prototype.toLowerCase,_=RegExp.prototype.test,S=Array.prototype.concat,A=Array.prototype.join,k=Array.prototype.slice,E=Math.floor,P="function"==typeof BigInt?BigInt.prototype.valueOf:null,x=Object.getOwnPropertySymbols,O="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?Symbol.prototype.toString:null,T="function"==typeof Symbol&&"object"==typeof Symbol.iterator,R="function"==typeof Symbol&&Symbol.toStringTag&&(typeof Symbol.toStringTag===T||"symbol")?Symbol.toStringTag:null,j=Object.prototype.propertyIsEnumerable,B=("function"==typeof Reflect?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(t){return t.__proto__}:null);function N(t,e){if(t===1/0||t===-1/0||t!=t||t&&t>-1e3&&t<1e3||_.call(/e/,e))return e;var r=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if("number"==typeof t){var n=t<0?-E(-t):E(t);if(n!==t){var o=String(n),i=b.call(e,o.length+1);return m.call(o,r,"$&_")+"."+m.call(m.call(i,/([0-9]{3})/g,"$&_"),/_$/,"")}}return m.call(e,r,"$&_")}var C=Pt.require$$0,I=C.custom,U=$(I)?I:null,F={__proto__:null,double:'"',single:"'"},M={__proto__:null,double:/(["\\])/g,single:/(['\\])/g};function q(t,e,r){var n=r.quoteStyle||e,o=F[n];return o+t+o}function L(t){return m.call(String(t),/"/g,"&quot;")}function W(t){return!R||!("object"==typeof t&&(R in t||void 0!==t[R]))}function D(t){return"[object Array]"===J(t)&&W(t)}function V(t){return"[object RegExp]"===J(t)&&W(t)}function $(t){if(T)return t&&"object"==typeof t&&t instanceof Symbol;if("symbol"==typeof t)return!0;if(!t||"object"!=typeof t||!O)return!1;try{return O.call(t),!0}catch(t){}return!1}r=function t(e,r,n,s){var a=r||{};if(G(a,"quoteStyle")&&!G(F,a.quoteStyle))throw new TypeError('option "quoteStyle" must be "single" or "double"');if(G(a,"maxStringLength")&&("number"==typeof a.maxStringLength?a.maxStringLength<0&&a.maxStringLength!==1/0:null!==a.maxStringLength))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var y=!G(a,"customInspect")||a.customInspect;if("boolean"!=typeof y&&"symbol"!==y)throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(G(a,"indent")&&null!==a.indent&&"\t"!==a.indent&&!(parseInt(a.indent,10)===a.indent&&a.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(G(a,"numericSeparator")&&"boolean"!=typeof a.numericSeparator)throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var v=a.numericSeparator;if(void 0===e)return"undefined";if(null===e)return"null";if("boolean"==typeof e)return e?"true":"false";if("string"==typeof e)return K(e,a);if("number"==typeof e){if(0===e)return 1/0/e>0?"0":"-0";var _=String(e);return v?N(e,_):_}if("bigint"==typeof e){var E=String(e)+"n";return v?N(e,E):E}var x=void 0===a.depth?5:a.depth;if(void 0===n&&(n=0),n>=x&&x>0&&"object"==typeof e)return D(e)?"[Array]":"[Object]";var I=function(t,e){var r;if("\t"===t.indent)r="\t";else{if(!("number"==typeof t.indent&&t.indent>0))return null;r=A.call(Array(t.indent+1)," ")}return{base:r,prev:A.call(Array(e+1),r)}}(a,n);if(void 0===s)s=[];else if(Y(s,e)>=0)return"[Circular]";function M(e,r,o){if(r&&(s=k.call(s)).push(r),o){var i={depth:a.depth};return G(a,"quoteStyle")&&(i.quoteStyle=a.quoteStyle),t(e,i,n+1,s)}return t(e,a,n+1,s)}if("function"==typeof e&&!V(e)){var H=function(t){if(t.name)return t.name;var e=g.call(d.call(t),/^function\s*([\w$]+)/);if(e)return e[1];return null}(e),z=et(e,M);return"[Function"+(H?": "+H:" (anonymous)")+"]"+(z.length>0?" { "+A.call(z,", ")+" }":"")}if($(e)){var rt=T?m.call(String(e),/^(Symbol\(.*\))_[^)]*$/,"$1"):O.call(e);return"object"!=typeof e||T?rt:X(rt)}if(function(t){if(!t||"object"!=typeof t)return!1;if("undefined"!=typeof HTMLElement&&t instanceof HTMLElement)return!0;return"string"==typeof t.nodeName&&"function"==typeof t.getAttribute}(e)){for(var nt="<"+w.call(String(e.nodeName)),ot=e.attributes||[],it=0;it<ot.length;it++)nt+=" "+ot[it].name+"="+q(L(ot[it].value),"double",a);return nt+=">",e.childNodes&&e.childNodes.length&&(nt+="..."),nt+="</"+w.call(String(e.nodeName))+">"}if(D(e)){if(0===e.length)return"[]";var st=et(e,M);return I&&!function(t){for(var e=0;e<t.length;e++)if(Y(t[e],"\n")>=0)return!1;return!0}(st)?"["+tt(st,I)+"]":"[ "+A.call(st,", ")+" ]"}if(function(t){return"[object Error]"===J(t)&&W(t)}(e)){var at=et(e,M);return"cause"in Error.prototype||!("cause"in e)||j.call(e,"cause")?0===at.length?"["+String(e)+"]":"{ ["+String(e)+"] "+A.call(at,", ")+" }":"{ ["+String(e)+"] "+A.call(S.call("[cause]: "+M(e.cause),at),", ")+" }"}if("object"==typeof e&&y){if(U&&"function"==typeof e[U]&&C)return C(e,{depth:x-n});if("symbol"!==y&&"function"==typeof e.inspect)return e.inspect()}if(function(t){if(!o||!t||"object"!=typeof t)return!1;try{o.call(t);try{c.call(t)}catch(t){return!0}return t instanceof Map}catch(t){}return!1}(e)){var ct=[];return i&&i.call(e,function(t,r){ct.push(M(r,e,!0)+" => "+M(t,e))}),Z("Map",o.call(e),ct,I)}if(function(t){if(!c||!t||"object"!=typeof t)return!1;try{c.call(t);try{o.call(t)}catch(t){return!0}return t instanceof Set}catch(t){}return!1}(e)){var pt=[];return p&&p.call(e,function(t){pt.push(M(t,e))}),Z("Set",c.call(e),pt,I)}if(function(t){if(!u||!t||"object"!=typeof t)return!1;try{u.call(t,u);try{f.call(t,f)}catch(t){return!0}return t instanceof WeakMap}catch(t){}return!1}(e))return Q("WeakMap");if(function(t){if(!f||!t||"object"!=typeof t)return!1;try{f.call(t,f);try{u.call(t,u)}catch(t){return!0}return t instanceof WeakSet}catch(t){}return!1}(e))return Q("WeakSet");if(function(t){if(!l||!t||"object"!=typeof t)return!1;try{return l.call(t),!0}catch(t){}return!1}(e))return Q("WeakRef");if(function(t){return"[object Number]"===J(t)&&W(t)}(e))return X(M(Number(e)));if(function(t){if(!t||"object"!=typeof t||!P)return!1;try{return P.call(t),!0}catch(t){}return!1}(e))return X(M(P.call(e)));if(function(t){return"[object Boolean]"===J(t)&&W(t)}(e))return X(h.call(e));if(function(t){return"[object String]"===J(t)&&W(t)}(e))return X(M(String(e)));if("undefined"!=typeof window&&e===window)return"{ [object Window] }";if("undefined"!=typeof globalThis&&e===globalThis||void 0!==Pt.commonjsGlobal&&e===Pt.commonjsGlobal)return"{ [object globalThis] }";if(!function(t){return"[object Date]"===J(t)&&W(t)}(e)&&!V(e)){var ut=et(e,M),ft=B?B(e)===Object.prototype:e instanceof Object||e.constructor===Object,lt=e instanceof Object?"":"null prototype",ht=!ft&&R&&Object(e)===e&&R in e?b.call(J(e),8,-1):lt?"Object":"",yt=(ft||"function"!=typeof e.constructor?"":e.constructor.name?e.constructor.name+" ":"")+(ht||lt?"["+A.call(S.call([],ht||[],lt||[]),": ")+"] ":"");return 0===ut.length?yt+"{}":I?yt+"{"+tt(ut,I)+"}":yt+"{ "+A.call(ut,", ")+" }"}return String(e)};var H=Object.prototype.hasOwnProperty||function(t){return t in this};function G(t,e){return H.call(t,e)}function J(t){return y.call(t)}function Y(t,e){if(t.indexOf)return t.indexOf(e);for(var r=0,n=t.length;r<n;r++)if(t[r]===e)return r;return-1}function K(t,e){if(t.length>e.maxStringLength){var r=t.length-e.maxStringLength,n="... "+r+" more character"+(r>1?"s":"");return K(b.call(t,0,e.maxStringLength),e)+n}var o=M[e.quoteStyle||"single"];return o.lastIndex=0,q(m.call(m.call(t,o,"\\$1"),/[\x00-\x1f]/g,z),"single",e)}function z(t){var e=t.charCodeAt(0),r={8:"b",9:"t",10:"n",12:"f",13:"r"}[e];return r?"\\"+r:"\\x"+(e<16?"0":"")+v.call(e.toString(16))}function X(t){return"Object("+t+")"}function Q(t){return t+" { ? }"}function Z(t,e,r,n){return t+" ("+e+") {"+(n?tt(r,n):A.call(r,", "))+"}"}function tt(t,e){if(0===t.length)return"";var r="\n"+e.prev+e.base;return r+A.call(t,","+r)+"\n"+e.prev}function et(t,e){var r=D(t),n=[];if(r){n.length=t.length;for(var o=0;o<t.length;o++)n[o]=G(t,o)?e(t[o],t):""}var i,s="function"==typeof x?x(t):[];if(T){i={};for(var a=0;a<s.length;a++)i["$"+s[a]]=s[a]}for(var c in t)G(t,c)&&(r&&String(Number(c))===c&&c<t.length||T&&i["$"+c]instanceof Symbol||(_.call(/[^\w$]/,c)?n.push(e(c,t)+": "+e(t[c],t)):n.push(c+": "+e(t[c],t))));if("function"==typeof x)for(var p=0;p<s.length;p++)j.call(t,s[p])&&n.push("["+e(s[p])+"]: "+e(t[s[p]],t));return n}return r}function Tt(){if(i)return o;i=1;var t=Ot(),e=xt(),r=function(t,e,r){for(var n,o=t;null!=(n=o.next);o=n)if(n.key===e)return o.next=n.next,r||(n.next=t.next,t.next=n),n};return o=function(){var n,o={assert:function(r){if(!o.has(r))throw new e("Side channel does not contain "+t(r))},delete:function(t){var e=function(t,e){if(t)return r(t,e,!0)}(n,t);return e&&n&&!n.next&&(n=void 0),!!e},get:function(t){return function(t,e){if(t){var n=r(t,e);return n&&n.value}}(n,t)},has:function(t){return function(t,e){return!!t&&!!r(t,e)}(n,t)},set:function(t,e){n||(n={next:void 0}),function(t,e,n){var o=r(t,e);o?o.value=n:t.next={key:e,next:t.next,value:n}}(n,t,e)}};return o},o}function Rt(){return a?s:(a=1,s=Object)}function jt(){return p?c:(p=1,c=Error)}function Bt(){return f?u:(f=1,u=EvalError)}function Nt(){return h?l:(h=1,l=RangeError)}function Ct(){return d?y:(d=1,y=ReferenceError)}function It(){return b?g:(b=1,g=SyntaxError)}function Ut(){return v?m:(v=1,m=URIError)}function Ft(){return _?w:(_=1,w=Math.abs)}function Mt(){return A?S:(A=1,S=Math.floor)}function qt(){return E?k:(E=1,k=Math.max)}function Lt(){return x?P:(x=1,P=Math.min)}function Wt(){return T?O:(T=1,O=Math.pow)}function Dt(){return j?R:(j=1,R=Math.round)}function Vt(){return N?B:(N=1,B=Number.isNaN||function(t){return t!=t})}function $t(){if(I)return C;I=1;var t=Vt();return C=function(e){return t(e)||0===e?e:e<0?-1:1}}function Ht(){return F?U:(F=1,U=Object.getOwnPropertyDescriptor)}function Gt(){if(q)return M;q=1;var t=Ht();if(t)try{t([],"length")}catch(e){t=null}return M=t}function Jt(){if(W)return L;W=1;var t=Object.defineProperty||!1;if(t)try{t({},"a",{value:1})}catch(e){t=!1}return L=t}function Yt(){if(H)return $;H=1;var t="undefined"!=typeof Symbol&&Symbol,e=V?D:(V=1,D=function(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var t={},e=Symbol("test"),r=Object(e);if("string"==typeof e)return!1;if("[object Symbol]"!==Object.prototype.toString.call(e))return!1;if("[object Symbol]"!==Object.prototype.toString.call(r))return!1;for(var n in t[e]=42,t)return!1;if("function"==typeof Object.keys&&0!==Object.keys(t).length)return!1;if("function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(t).length)return!1;var o=Object.getOwnPropertySymbols(t);if(1!==o.length||o[0]!==e)return!1;if(!Object.prototype.propertyIsEnumerable.call(t,e))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var i=Object.getOwnPropertyDescriptor(t,e);if(42!==i.value||!0!==i.enumerable)return!1}return!0});return $=function(){return"function"==typeof t&&("function"==typeof Symbol&&("symbol"==typeof t("foo")&&("symbol"==typeof Symbol("bar")&&e())))}}function Kt(){return J?G:(J=1,G="undefined"!=typeof Reflect&&Reflect.getPrototypeOf||null)}function zt(){return K?Y:(K=1,Y=Rt().getPrototypeOf||null)}function Xt(){if(X)return z;X=1;var t=Object.prototype.toString,e=Math.max,r=function(t,e){for(var r=[],n=0;n<t.length;n+=1)r[n]=t[n];for(var o=0;o<e.length;o+=1)r[o+t.length]=e[o];return r};return z=function(n){var o=this;if("function"!=typeof o||"[object Function]"!==t.apply(o))throw new TypeError("Function.prototype.bind called on incompatible "+o);for(var i,s=function(t,e){for(var r=[],n=e,o=0;n<t.length;n+=1,o+=1)r[o]=t[n];return r}(arguments,1),a=e(0,o.length-s.length),c=[],p=0;p<a;p++)c[p]="$"+p;if(i=Function("binder","return function ("+function(t,e){for(var r="",n=0;n<t.length;n+=1)r+=t[n],n+1<t.length&&(r+=e);return r}(c,",")+"){ return binder.apply(this,arguments); }")(function(){if(this instanceof i){var t=o.apply(this,r(s,arguments));return Object(t)===t?t:this}return o.apply(n,r(s,arguments))}),o.prototype){var u=function(){};u.prototype=o.prototype,i.prototype=new u,u.prototype=null}return i},z}function Qt(){if(Z)return Q;Z=1;var t=Xt();return Q=Function.prototype.bind||t}function Zt(){return et?tt:(et=1,tt=Function.prototype.call)}function te(){return nt?rt:(nt=1,rt=Function.prototype.apply)}function ee(){if(at)return st;at=1;var t=Qt(),e=te(),r=Zt(),n=it?ot:(it=1,ot="undefined"!=typeof Reflect&&Reflect&&Reflect.apply);return st=n||t.call(r,e)}function re(){if(pt)return ct;pt=1;var t=Qt(),e=xt(),r=Zt(),n=ee();return ct=function(o){if(o.length<1||"function"!=typeof o[0])throw new e("a function is required");return n(t,r,o)}}function ne(){if(ft)return ut;ft=1;var t,e=re(),r=Gt();try{t=[].__proto__===Array.prototype}catch(t){if(!t||"object"!=typeof t||!("code"in t)||"ERR_PROTO_ACCESS"!==t.code)throw t}var n=!!t&&r&&r(Object.prototype,"__proto__"),o=Object,i=o.getPrototypeOf;return ut=n&&"function"==typeof n.get?e([n.get]):"function"==typeof i&&function(t){return i(null==t?t:o(t))},ut}function oe(){if(ht)return lt;ht=1;var t=Kt(),e=zt(),r=ne();return lt=t?function(e){return t(e)}:e?function(t){if(!t||"object"!=typeof t&&"function"!=typeof t)throw new TypeError("getProto: not an object");return e(t)}:r?function(t){return r(t)}:null}function ie(){if(dt)return yt;dt=1;var t=Function.prototype.call,e=Object.prototype.hasOwnProperty,r=Qt();return yt=r.call(t,e)}function se(){if(bt)return gt;var t;bt=1;var e=Rt(),r=jt(),n=Bt(),o=Nt(),i=Ct(),s=It(),a=xt(),c=Ut(),p=Ft(),u=Mt(),f=qt(),l=Lt(),h=Wt(),y=Dt(),d=$t(),g=Function,b=function(t){try{return g('"use strict"; return ('+t+").constructor;")()}catch(t){}},m=Gt(),v=Jt(),w=function(){throw new a},_=m?function(){try{return w}catch(t){try{return m(arguments,"callee").get}catch(t){return w}}}():w,S=Yt()(),A=oe(),k=zt(),E=Kt(),P=te(),x=Zt(),O={},T="undefined"!=typeof Uint8Array&&A?A(Uint8Array):t,R={__proto__:null,"%AggregateError%":"undefined"==typeof AggregateError?t:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?t:ArrayBuffer,"%ArrayIteratorPrototype%":S&&A?A([][Symbol.iterator]()):t,"%AsyncFromSyncIteratorPrototype%":t,"%AsyncFunction%":O,"%AsyncGenerator%":O,"%AsyncGeneratorFunction%":O,"%AsyncIteratorPrototype%":O,"%Atomics%":"undefined"==typeof Atomics?t:Atomics,"%BigInt%":"undefined"==typeof BigInt?t:BigInt,"%BigInt64Array%":"undefined"==typeof BigInt64Array?t:BigInt64Array,"%BigUint64Array%":"undefined"==typeof BigUint64Array?t:BigUint64Array,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?t:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":r,"%eval%":eval,"%EvalError%":n,"%Float16Array%":"undefined"==typeof Float16Array?t:Float16Array,"%Float32Array%":"undefined"==typeof Float32Array?t:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?t:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?t:FinalizationRegistry,"%Function%":g,"%GeneratorFunction%":O,"%Int8Array%":"undefined"==typeof Int8Array?t:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?t:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?t:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":S&&A?A(A([][Symbol.iterator]())):t,"%JSON%":"object"==typeof JSON?JSON:t,"%Map%":"undefined"==typeof Map?t:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&S&&A?A((new Map)[Symbol.iterator]()):t,"%Math%":Math,"%Number%":Number,"%Object%":e,"%Object.getOwnPropertyDescriptor%":m,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?t:Promise,"%Proxy%":"undefined"==typeof Proxy?t:Proxy,"%RangeError%":o,"%ReferenceError%":i,"%Reflect%":"undefined"==typeof Reflect?t:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?t:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&S&&A?A((new Set)[Symbol.iterator]()):t,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?t:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":S&&A?A(""[Symbol.iterator]()):t,"%Symbol%":S?Symbol:t,"%SyntaxError%":s,"%ThrowTypeError%":_,"%TypedArray%":T,"%TypeError%":a,"%Uint8Array%":"undefined"==typeof Uint8Array?t:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?t:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?t:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?t:Uint32Array,"%URIError%":c,"%WeakMap%":"undefined"==typeof WeakMap?t:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?t:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?t:WeakSet,"%Function.prototype.call%":x,"%Function.prototype.apply%":P,"%Object.defineProperty%":v,"%Object.getPrototypeOf%":k,"%Math.abs%":p,"%Math.floor%":u,"%Math.max%":f,"%Math.min%":l,"%Math.pow%":h,"%Math.round%":y,"%Math.sign%":d,"%Reflect.getPrototypeOf%":E};if(A)try{null.error}catch(t){var j=A(A(t));R["%Error.prototype%"]=j}var B=function t(e){var r;if("%AsyncFunction%"===e)r=b("async function () {}");else if("%GeneratorFunction%"===e)r=b("function* () {}");else if("%AsyncGeneratorFunction%"===e)r=b("async function* () {}");else if("%AsyncGenerator%"===e){var n=t("%AsyncGeneratorFunction%");n&&(r=n.prototype)}else if("%AsyncIteratorPrototype%"===e){var o=t("%AsyncGenerator%");o&&A&&(r=A(o.prototype))}return R[e]=r,r},N={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},C=Qt(),I=ie(),U=C.call(x,Array.prototype.concat),F=C.call(P,Array.prototype.splice),M=C.call(x,String.prototype.replace),q=C.call(x,String.prototype.slice),L=C.call(x,RegExp.prototype.exec),W=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,D=/\\(\\)?/g,V=function(t,e){var r,n=t;if(I(N,n)&&(n="%"+(r=N[n])[0]+"%"),I(R,n)){var o=R[n];if(o===O&&(o=B(n)),void 0===o&&!e)throw new a("intrinsic "+t+" exists, but is not available. Please file an issue!");return{alias:r,name:n,value:o}}throw new s("intrinsic "+t+" does not exist!")};return gt=function(t,e){if("string"!=typeof t||0===t.length)throw new a("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof e)throw new a('"allowMissing" argument must be a boolean');if(null===L(/^%?[^%]*%?$/,t))throw new s("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var r=function(t){var e=q(t,0,1),r=q(t,-1);if("%"===e&&"%"!==r)throw new s("invalid intrinsic syntax, expected closing `%`");if("%"===r&&"%"!==e)throw new s("invalid intrinsic syntax, expected opening `%`");var n=[];return M(t,W,function(t,e,r,o){n[n.length]=r?M(o,D,"$1"):e||t}),n}(t),n=r.length>0?r[0]:"",o=V("%"+n+"%",e),i=o.name,c=o.value,p=!1,u=o.alias;u&&(n=u[0],F(r,U([0,1],u)));for(var f=1,l=!0;f<r.length;f+=1){var h=r[f],y=q(h,0,1),d=q(h,-1);if(('"'===y||"'"===y||"`"===y||'"'===d||"'"===d||"`"===d)&&y!==d)throw new s("property names with quotes must have matching quotes");if("constructor"!==h&&l||(p=!0),I(R,i="%"+(n+="."+h)+"%"))c=R[i];else if(null!=c){if(!(h in c)){if(!e)throw new a("base intrinsic for "+t+" exists, but the property is not available.");return}if(m&&f+1>=r.length){var g=m(c,h);c=(l=!!g)&&"get"in g&&!("originalValue"in g.get)?g.get:c[h]}else l=I(c,h),c=c[h];l&&!p&&(R[i]=c)}}return c},gt}function ae(){if(vt)return mt;vt=1;var t=se(),e=re(),r=e([t("%String.prototype.indexOf%")]);return mt=function(n,o){var i=t(n,!!o);return"function"==typeof i&&r(n,".prototype.")>-1?e([i]):i}}function ce(){if(_t)return wt;_t=1;var t=se(),e=ae(),r=Ot(),n=xt(),o=t("%Map%",!0),i=e("Map.prototype.get",!0),s=e("Map.prototype.set",!0),a=e("Map.prototype.has",!0),c=e("Map.prototype.delete",!0),p=e("Map.prototype.size",!0);return wt=!!o&&function(){var t,e={assert:function(t){if(!e.has(t))throw new n("Side channel does not contain "+r(t))},delete:function(e){if(t){var r=c(t,e);return 0===p(t)&&(t=void 0),r}return!1},get:function(e){if(t)return i(t,e)},has:function(e){return!!t&&a(t,e)},set:function(e,r){t||(t=new o),s(t,e,r)}};return e},wt}exports.__assign=function(){return exports.__assign=Object.assign||function(t){for(var e,r=1,n=arguments.length;r<n;r++)for(var o in e=arguments[r])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},exports.__assign.apply(this,arguments)},"function"==typeof SuppressedError&&SuppressedError;const pe=Object.create(null);pe.open="0",pe.close="1",pe.ping="2",pe.pong="3",pe.message="4",pe.upgrade="5",pe.noop="6";const ue=Object.create(null);Object.keys(pe).forEach(t=>{ue[pe[t]]=t});const fe={type:"error",data:"parser error"},le="function"==typeof Blob||"undefined"!=typeof Blob&&"[object BlobConstructor]"===Object.prototype.toString.call(Blob),he="function"==typeof ArrayBuffer,ye=t=>"function"==typeof ArrayBuffer.isView?ArrayBuffer.isView(t):t&&t.buffer instanceof ArrayBuffer,de=({type:t,data:e},r,n)=>le&&e instanceof Blob?r?n(e):ge(e,n):he&&(e instanceof ArrayBuffer||ye(e))?r?n(e):ge(new Blob([e]),n):n(pe[t]+(e||"")),ge=(t,e)=>{const r=new FileReader;return r.onload=function(){const t=r.result.split(",")[1];e("b"+(t||""))},r.readAsDataURL(t)};function be(t){return t instanceof Uint8Array?t:t instanceof ArrayBuffer?new Uint8Array(t):new Uint8Array(t.buffer,t.byteOffset,t.byteLength)}let me;const ve="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",we="undefined"==typeof Uint8Array?[]:new Uint8Array(256);for(let t=0;t<64;t++)we[ve.charCodeAt(t)]=t;const _e="function"==typeof ArrayBuffer,Se=(t,e)=>{if("string"!=typeof t)return{type:"message",data:ke(t,e)};const r=t.charAt(0);if("b"===r)return{type:"message",data:Ae(t.substring(1),e)};return ue[r]?t.length>1?{type:ue[r],data:t.substring(1)}:{type:ue[r]}:fe},Ae=(t,e)=>{if(_e){const r=(t=>{let e,r,n,o,i,s=.75*t.length,a=t.length,c=0;"="===t[t.length-1]&&(s--,"="===t[t.length-2]&&s--);const p=new ArrayBuffer(s),u=new Uint8Array(p);for(e=0;e<a;e+=4)r=we[t.charCodeAt(e)],n=we[t.charCodeAt(e+1)],o=we[t.charCodeAt(e+2)],i=we[t.charCodeAt(e+3)],u[c++]=r<<2|n>>4,u[c++]=(15&n)<<4|o>>2,u[c++]=(3&o)<<6|63&i;return p})(t);return ke(r,e)}return{base64:!0,data:t}},ke=(t,e)=>"blob"===e?t instanceof Blob?t:new Blob([t]):t instanceof ArrayBuffer?t:t.buffer,Ee=String.fromCharCode(30);function Pe(){return new TransformStream({transform(t,e){!function(t,e){le&&t.data instanceof Blob?t.data.arrayBuffer().then(be).then(e):he&&(t.data instanceof ArrayBuffer||ye(t.data))?e(be(t.data)):de(t,!1,t=>{me||(me=new TextEncoder),e(me.encode(t))})}(t,r=>{const n=r.length;let o;if(n<126)o=new Uint8Array(1),new DataView(o.buffer).setUint8(0,n);else if(n<65536){o=new Uint8Array(3);const t=new DataView(o.buffer);t.setUint8(0,126),t.setUint16(1,n)}else{o=new Uint8Array(9);const t=new DataView(o.buffer);t.setUint8(0,127),t.setBigUint64(1,BigInt(n))}t.data&&"string"!=typeof t.data&&(o[0]|=128),e.enqueue(o),e.enqueue(r)})}})}let xe;function Oe(t){return t.reduce((t,e)=>t+e.length,0)}function Te(t,e){if(t[0].length===e)return t.shift();const r=new Uint8Array(e);let n=0;for(let o=0;o<e;o++)r[o]=t[0][n++],n===t[0].length&&(t.shift(),n=0);return t.length&&n<t[0].length&&(t[0]=t[0].slice(n)),r}var Re,je={};var Be=function(){if(Re)return je;function t(e){if(e)return function(e){for(var r in t.prototype)e[r]=t.prototype[r];return e}(e)}return Re=1,je.Emitter=t,t.prototype.on=t.prototype.addEventListener=function(t,e){return this._callbacks=this._callbacks||{},(this._callbacks["$"+t]=this._callbacks["$"+t]||[]).push(e),this},t.prototype.once=function(t,e){function r(){this.off(t,r),e.apply(this,arguments)}return r.fn=e,this.on(t,r),this},t.prototype.off=t.prototype.removeListener=t.prototype.removeAllListeners=t.prototype.removeEventListener=function(t,e){if(this._callbacks=this._callbacks||{},0==arguments.length)return this._callbacks={},this;var r,n=this._callbacks["$"+t];if(!n)return this;if(1==arguments.length)return delete this._callbacks["$"+t],this;for(var o=0;o<n.length;o++)if((r=n[o])===e||r.fn===e){n.splice(o,1);break}return 0===n.length&&delete this._callbacks["$"+t],this},t.prototype.emit=function(t){this._callbacks=this._callbacks||{};for(var e=new Array(arguments.length-1),r=this._callbacks["$"+t],n=1;n<arguments.length;n++)e[n-1]=arguments[n];if(r){n=0;for(var o=(r=r.slice(0)).length;n<o;++n)r[n].apply(this,e)}return this},t.prototype.emitReserved=t.prototype.emit,t.prototype.listeners=function(t){return this._callbacks=this._callbacks||{},this._callbacks["$"+t]||[]},t.prototype.hasListeners=function(t){return!!this.listeners(t).length},je}();const Ne="function"==typeof Promise&&"function"==typeof Promise.resolve?t=>Promise.resolve().then(t):(t,e)=>e(t,0),Ce="undefined"!=typeof self?self:"undefined"!=typeof window?window:Function("return this")();function Ie(t,...e){return e.reduce((e,r)=>(t.hasOwnProperty(r)&&(e[r]=t[r]),e),{})}const Ue=Ce.setTimeout,Fe=Ce.clearTimeout;function Me(t,e){e.useNativeTimers?(t.setTimeoutFn=Ue.bind(Ce),t.clearTimeoutFn=Fe.bind(Ce)):(t.setTimeoutFn=Ce.setTimeout.bind(Ce),t.clearTimeoutFn=Ce.clearTimeout.bind(Ce))}function qe(t){return"string"==typeof t?function(t){let e=0,r=0;for(let n=0,o=t.length;n<o;n++)e=t.charCodeAt(n),e<128?r+=1:e<2048?r+=2:e<55296||e>=57344?r+=3:(n++,r+=4);return r}(t):Math.ceil(1.33*(t.byteLength||t.size))}function Le(){return Date.now().toString(36).substring(3)+Math.random().toString(36).substring(2,5)}class We extends Error{constructor(t,e,r){super(t),this.description=e,this.context=r,this.type="TransportError"}}class De extends Be.Emitter{constructor(t){super(),this.writable=!1,Me(this,t),this.opts=t,this.query=t.query,this.socket=t.socket,this.supportsBinary=!t.forceBase64}onError(t,e,r){return super.emitReserved("error",new We(t,e,r)),this}open(){return this.readyState="opening",this.doOpen(),this}close(){return"opening"!==this.readyState&&"open"!==this.readyState||(this.doClose(),this.onClose()),this}send(t){"open"===this.readyState&&this.write(t)}onOpen(){this.readyState="open",this.writable=!0,super.emitReserved("open")}onData(t){const e=Se(t,this.socket.binaryType);this.onPacket(e)}onPacket(t){super.emitReserved("packet",t)}onClose(t){this.readyState="closed",super.emitReserved("close",t)}pause(t){}createUri(t,e={}){return t+"://"+this._hostname()+this._port()+this.opts.path+this._query(e)}_hostname(){const t=this.opts.hostname;return-1===t.indexOf(":")?t:"["+t+"]"}_port(){return this.opts.port&&(this.opts.secure&&443!==Number(this.opts.port)||!this.opts.secure&&80!==Number(this.opts.port))?":"+this.opts.port:""}_query(t){const e=function(t){let e="";for(let r in t)t.hasOwnProperty(r)&&(e.length&&(e+="&"),e+=encodeURIComponent(r)+"="+encodeURIComponent(t[r]));return e}(t);return e.length?"?"+e:""}}class Ve extends De{constructor(){super(...arguments),this._polling=!1}get name(){return"polling"}doOpen(){this._poll()}pause(t){this.readyState="pausing";const e=()=>{this.readyState="paused",t()};if(this._polling||!this.writable){let t=0;this._polling&&(t++,this.once("pollComplete",function(){--t||e()})),this.writable||(t++,this.once("drain",function(){--t||e()}))}else e()}_poll(){this._polling=!0,this.doPoll(),this.emitReserved("poll")}onData(t){((t,e)=>{const r=t.split(Ee),n=[];for(let t=0;t<r.length;t++){const o=Se(r[t],e);if(n.push(o),"error"===o.type)break}return n})(t,this.socket.binaryType).forEach(t=>{if("opening"===this.readyState&&"open"===t.type&&this.onOpen(),"close"===t.type)return this.onClose({description:"transport closed by the server"}),!1;this.onPacket(t)}),"closed"!==this.readyState&&(this._polling=!1,this.emitReserved("pollComplete"),"open"===this.readyState&&this._poll())}doClose(){const t=()=>{this.write([{type:"close"}])};"open"===this.readyState?t():this.once("open",t)}write(t){this.writable=!1,((t,e)=>{const r=t.length,n=new Array(r);let o=0;t.forEach((t,i)=>{de(t,!1,t=>{n[i]=t,++o===r&&e(n.join(Ee))})})})(t,t=>{this.doWrite(t,()=>{this.writable=!0,this.emitReserved("drain")})})}uri(){const t=this.opts.secure?"https":"http",e=this.query||{};return!1!==this.opts.timestampRequests&&(e[this.opts.timestampParam]=Le()),this.supportsBinary||e.sid||(e.b64=1),this.createUri(t,e)}}let $e=!1;try{$e="undefined"!=typeof XMLHttpRequest&&"withCredentials"in new XMLHttpRequest}catch(t){}const He=$e;function Ge(){}class Je extends Ve{constructor(t){if(super(t),"undefined"!=typeof location){const e="https:"===location.protocol;let r=location.port;r||(r=e?"443":"80"),this.xd="undefined"!=typeof location&&t.hostname!==location.hostname||r!==t.port}}doWrite(t,e){const r=this.request({method:"POST",data:t});r.on("success",e),r.on("error",(t,e)=>{this.onError("xhr post error",t,e)})}doPoll(){const t=this.request();t.on("data",this.onData.bind(this)),t.on("error",(t,e)=>{this.onError("xhr poll error",t,e)}),this.pollXhr=t}}class Ye extends Be.Emitter{constructor(t,e,r){super(),this.createRequest=t,Me(this,r),this._opts=r,this._method=r.method||"GET",this._uri=e,this._data=void 0!==r.data?r.data:null,this._create()}_create(){var t;const e=Ie(this._opts,"agent","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","autoUnref");e.xdomain=!!this._opts.xd;const r=this._xhr=this.createRequest(e);try{r.open(this._method,this._uri,!0);try{if(this._opts.extraHeaders){r.setDisableHeaderCheck&&r.setDisableHeaderCheck(!0);for(let t in this._opts.extraHeaders)this._opts.extraHeaders.hasOwnProperty(t)&&r.setRequestHeader(t,this._opts.extraHeaders[t])}}catch(t){}if("POST"===this._method)try{r.setRequestHeader("Content-type","text/plain;charset=UTF-8")}catch(t){}try{r.setRequestHeader("Accept","*/*")}catch(t){}null===(t=this._opts.cookieJar)||void 0===t||t.addCookies(r),"withCredentials"in r&&(r.withCredentials=this._opts.withCredentials),this._opts.requestTimeout&&(r.timeout=this._opts.requestTimeout),r.onreadystatechange=()=>{var t;3===r.readyState&&(null===(t=this._opts.cookieJar)||void 0===t||t.parseCookies(r.getResponseHeader("set-cookie"))),4===r.readyState&&(200===r.status||1223===r.status?this._onLoad():this.setTimeoutFn(()=>{this._onError("number"==typeof r.status?r.status:0)},0))},r.send(this._data)}catch(t){return void this.setTimeoutFn(()=>{this._onError(t)},0)}"undefined"!=typeof document&&(this._index=Ye.requestsCount++,Ye.requests[this._index]=this)}_onError(t){this.emitReserved("error",t,this._xhr),this._cleanup(!0)}_cleanup(t){if(void 0!==this._xhr&&null!==this._xhr){if(this._xhr.onreadystatechange=Ge,t)try{this._xhr.abort()}catch(t){}"undefined"!=typeof document&&delete Ye.requests[this._index],this._xhr=null}}_onLoad(){const t=this._xhr.responseText;null!==t&&(this.emitReserved("data",t),this.emitReserved("success"),this._cleanup())}abort(){this._cleanup()}}if(Ye.requestsCount=0,Ye.requests={},"undefined"!=typeof document)if("function"==typeof attachEvent)attachEvent("onunload",Ke);else if("function"==typeof addEventListener){addEventListener("onpagehide"in Ce?"pagehide":"unload",Ke,!1)}function Ke(){for(let t in Ye.requests)Ye.requests.hasOwnProperty(t)&&Ye.requests[t].abort()}const ze=function(){const t=Xe({xdomain:!1});return t&&null!==t.responseType}();function Xe(t){const e=t.xdomain;try{if("undefined"!=typeof XMLHttpRequest&&(!e||He))return new XMLHttpRequest}catch(t){}if(!e)try{return new(Ce[["Active"].concat("Object").join("X")])("Microsoft.XMLHTTP")}catch(t){}}const Qe="undefined"!=typeof navigator&&"string"==typeof navigator.product&&"reactnative"===navigator.product.toLowerCase();class Ze extends De{get name(){return"websocket"}doOpen(){const t=this.uri(),e=this.opts.protocols,r=Qe?{}:Ie(this.opts,"agent","perMessageDeflate","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","localAddress","protocolVersion","origin","maxPayload","family","checkServerIdentity");this.opts.extraHeaders&&(r.headers=this.opts.extraHeaders);try{this.ws=this.createSocket(t,e,r)}catch(t){return this.emitReserved("error",t)}this.ws.binaryType=this.socket.binaryType,this.addEventListeners()}addEventListeners(){this.ws.onopen=()=>{this.opts.autoUnref&&this.ws._socket.unref(),this.onOpen()},this.ws.onclose=t=>this.onClose({description:"websocket connection closed",context:t}),this.ws.onmessage=t=>this.onData(t.data),this.ws.onerror=t=>this.onError("websocket error",t)}write(t){this.writable=!1;for(let e=0;e<t.length;e++){const r=t[e],n=e===t.length-1;de(r,this.supportsBinary,t=>{try{this.doWrite(r,t)}catch(t){}n&&Ne(()=>{this.writable=!0,this.emitReserved("drain")},this.setTimeoutFn)})}}doClose(){void 0!==this.ws&&(this.ws.onerror=()=>{},this.ws.close(),this.ws=null)}uri(){const t=this.opts.secure?"wss":"ws",e=this.query||{};return this.opts.timestampRequests&&(e[this.opts.timestampParam]=Le()),this.supportsBinary||(e.b64=1),this.createUri(t,e)}}const tr=Ce.WebSocket||Ce.MozWebSocket;const er={websocket:class extends Ze{createSocket(t,e,r){return Qe?new tr(t,e,r):e?new tr(t,e):new tr(t)}doWrite(t,e){this.ws.send(e)}},webtransport:class extends De{get name(){return"webtransport"}doOpen(){try{this._transport=new WebTransport(this.createUri("https"),this.opts.transportOptions[this.name])}catch(t){return this.emitReserved("error",t)}this._transport.closed.then(()=>{this.onClose()}).catch(t=>{this.onError("webtransport error",t)}),this._transport.ready.then(()=>{this._transport.createBidirectionalStream().then(t=>{const e=function(t,e){xe||(xe=new TextDecoder);const r=[];let n=0,o=-1,i=!1;return new TransformStream({transform(s,a){for(r.push(s);;){if(0===n){if(Oe(r)<1)break;const t=Te(r,1);i=!(128&~t[0]),o=127&t[0],n=o<126?3:126===o?1:2}else if(1===n){if(Oe(r)<2)break;const t=Te(r,2);o=new DataView(t.buffer,t.byteOffset,t.length).getUint16(0),n=3}else if(2===n){if(Oe(r)<8)break;const t=Te(r,8),e=new DataView(t.buffer,t.byteOffset,t.length),i=e.getUint32(0);if(i>Math.pow(2,21)-1){a.enqueue(fe);break}o=i*Math.pow(2,32)+e.getUint32(4),n=3}else{if(Oe(r)<o)break;const t=Te(r,o);a.enqueue(Se(i?t:xe.decode(t),e)),n=0}if(0===o||o>t){a.enqueue(fe);break}}}})}(Number.MAX_SAFE_INTEGER,this.socket.binaryType),r=t.readable.pipeThrough(e).getReader(),n=Pe();n.readable.pipeTo(t.writable),this._writer=n.writable.getWriter();const o=()=>{r.read().then(({done:t,value:e})=>{t||(this.onPacket(e),o())}).catch(t=>{})};o();const i={type:"open"};this.query.sid&&(i.data=`{"sid":"${this.query.sid}"}`),this._writer.write(i).then(()=>this.onOpen())})})}write(t){this.writable=!1;for(let e=0;e<t.length;e++){const r=t[e],n=e===t.length-1;this._writer.write(r).then(()=>{n&&Ne(()=>{this.writable=!0,this.emitReserved("drain")},this.setTimeoutFn)})}}doClose(){var t;null===(t=this._transport)||void 0===t||t.close()}},polling:class extends Je{constructor(t){super(t);const e=t&&t.forceBase64;this.supportsBinary=ze&&!e}request(t={}){return Object.assign(t,{xd:this.xd},this.opts),new Ye(Xe,this.uri(),t)}}},rr=/^(?:(?![^:@\/?#]+:[^:@\/]*@)(http|https|ws|wss):\/\/)?((?:(([^:@\/?#]*)(?::([^:@\/?#]*))?)?@)?((?:[a-f0-9]{0,4}:){2,7}[a-f0-9]{0,4}|[^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/,nr=["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"];function or(t){if(t.length>8e3)throw"URI too long";const e=t,r=t.indexOf("["),n=t.indexOf("]");-1!=r&&-1!=n&&(t=t.substring(0,r)+t.substring(r,n).replace(/:/g,";")+t.substring(n,t.length));let o=rr.exec(t||""),i={},s=14;for(;s--;)i[nr[s]]=o[s]||"";return-1!=r&&-1!=n&&(i.source=e,i.host=i.host.substring(1,i.host.length-1).replace(/;/g,":"),i.authority=i.authority.replace("[","").replace("]","").replace(/;/g,":"),i.ipv6uri=!0),i.pathNames=function(t,e){const r=/\/{2,9}/g,n=e.replace(r,"/").split("/");"/"!=e.slice(0,1)&&0!==e.length||n.splice(0,1);"/"==e.slice(-1)&&n.splice(n.length-1,1);return n}(0,i.path),i.queryKey=function(t,e){const r={};return e.replace(/(?:^|&)([^&=]*)=?([^&]*)/g,function(t,e,n){e&&(r[e]=n)}),r}(0,i.query),i}const ir="function"==typeof addEventListener&&"function"==typeof removeEventListener,sr=[];ir&&addEventListener("offline",()=>{sr.forEach(t=>t())},!1);class ar extends Be.Emitter{constructor(t,e){if(super(),this.binaryType="arraybuffer",this.writeBuffer=[],this._prevBufferLen=0,this._pingInterval=-1,this._pingTimeout=-1,this._maxPayload=-1,this._pingTimeoutTime=1/0,t&&"object"==typeof t&&(e=t,t=null),t){const r=or(t);e.hostname=r.host,e.secure="https"===r.protocol||"wss"===r.protocol,e.port=r.port,r.query&&(e.query=r.query)}else e.host&&(e.hostname=or(e.host).host);Me(this,e),this.secure=null!=e.secure?e.secure:"undefined"!=typeof location&&"https:"===location.protocol,e.hostname&&!e.port&&(e.port=this.secure?"443":"80"),this.hostname=e.hostname||("undefined"!=typeof location?location.hostname:"localhost"),this.port=e.port||("undefined"!=typeof location&&location.port?location.port:this.secure?"443":"80"),this.transports=[],this._transportsByName={},e.transports.forEach(t=>{const e=t.prototype.name;this.transports.push(e),this._transportsByName[e]=t}),this.opts=Object.assign({path:"/engine.io",agent:!1,withCredentials:!1,upgrade:!0,timestampParam:"t",rememberUpgrade:!1,addTrailingSlash:!0,rejectUnauthorized:!0,perMessageDeflate:{threshold:1024},transportOptions:{},closeOnBeforeunload:!1},e),this.opts.path=this.opts.path.replace(/\/$/,"")+(this.opts.addTrailingSlash?"/":""),"string"==typeof this.opts.query&&(this.opts.query=function(t){let e={},r=t.split("&");for(let t=0,n=r.length;t<n;t++){let n=r[t].split("=");e[decodeURIComponent(n[0])]=decodeURIComponent(n[1])}return e}(this.opts.query)),ir&&(this.opts.closeOnBeforeunload&&(this._beforeunloadEventListener=()=>{this.transport&&(this.transport.removeAllListeners(),this.transport.close())},addEventListener("beforeunload",this._beforeunloadEventListener,!1)),"localhost"!==this.hostname&&(this._offlineEventListener=()=>{this._onClose("transport close",{description:"network connection lost"})},sr.push(this._offlineEventListener))),this.opts.withCredentials&&(this._cookieJar=void 0),this._open()}createTransport(t){const e=Object.assign({},this.opts.query);e.EIO=4,e.transport=t,this.id&&(e.sid=this.id);const r=Object.assign({},this.opts,{query:e,socket:this,hostname:this.hostname,secure:this.secure,port:this.port},this.opts.transportOptions[t]);return new this._transportsByName[t](r)}_open(){if(0===this.transports.length)return void this.setTimeoutFn(()=>{this.emitReserved("error","No transports available")},0);const t=this.opts.rememberUpgrade&&ar.priorWebsocketSuccess&&-1!==this.transports.indexOf("websocket")?"websocket":this.transports[0];this.readyState="opening";const e=this.createTransport(t);e.open(),this.setTransport(e)}setTransport(t){this.transport&&this.transport.removeAllListeners(),this.transport=t,t.on("drain",this._onDrain.bind(this)).on("packet",this._onPacket.bind(this)).on("error",this._onError.bind(this)).on("close",t=>this._onClose("transport close",t))}onOpen(){this.readyState="open",ar.priorWebsocketSuccess="websocket"===this.transport.name,this.emitReserved("open"),this.flush()}_onPacket(t){if("opening"===this.readyState||"open"===this.readyState||"closing"===this.readyState)switch(this.emitReserved("packet",t),this.emitReserved("heartbeat"),t.type){case"open":this.onHandshake(JSON.parse(t.data));break;case"ping":this._sendPacket("pong"),this.emitReserved("ping"),this.emitReserved("pong"),this._resetPingTimeout();break;case"error":const e=new Error("server error");e.code=t.data,this._onError(e);break;case"message":this.emitReserved("data",t.data),this.emitReserved("message",t.data)}}onHandshake(t){this.emitReserved("handshake",t),this.id=t.sid,this.transport.query.sid=t.sid,this._pingInterval=t.pingInterval,this._pingTimeout=t.pingTimeout,this._maxPayload=t.maxPayload,this.onOpen(),"closed"!==this.readyState&&this._resetPingTimeout()}_resetPingTimeout(){this.clearTimeoutFn(this._pingTimeoutTimer);const t=this._pingInterval+this._pingTimeout;this._pingTimeoutTime=Date.now()+t,this._pingTimeoutTimer=this.setTimeoutFn(()=>{this._onClose("ping timeout")},t),this.opts.autoUnref&&this._pingTimeoutTimer.unref()}_onDrain(){this.writeBuffer.splice(0,this._prevBufferLen),this._prevBufferLen=0,0===this.writeBuffer.length?this.emitReserved("drain"):this.flush()}flush(){if("closed"!==this.readyState&&this.transport.writable&&!this.upgrading&&this.writeBuffer.length){const t=this._getWritablePackets();this.transport.send(t),this._prevBufferLen=t.length,this.emitReserved("flush")}}_getWritablePackets(){if(!(this._maxPayload&&"polling"===this.transport.name&&this.writeBuffer.length>1))return this.writeBuffer;let t=1;for(let e=0;e<this.writeBuffer.length;e++){const r=this.writeBuffer[e].data;if(r&&(t+=qe(r)),e>0&&t>this._maxPayload)return this.writeBuffer.slice(0,e);t+=2}return this.writeBuffer}_hasPingExpired(){if(!this._pingTimeoutTime)return!0;const t=Date.now()>this._pingTimeoutTime;return t&&(this._pingTimeoutTime=0,Ne(()=>{this._onClose("ping timeout")},this.setTimeoutFn)),t}write(t,e,r){return this._sendPacket("message",t,e,r),this}send(t,e,r){return this._sendPacket("message",t,e,r),this}_sendPacket(t,e,r,n){if("function"==typeof e&&(n=e,e=void 0),"function"==typeof r&&(n=r,r=null),"closing"===this.readyState||"closed"===this.readyState)return;(r=r||{}).compress=!1!==r.compress;const o={type:t,data:e,options:r};this.emitReserved("packetCreate",o),this.writeBuffer.push(o),n&&this.once("flush",n),this.flush()}close(){const t=()=>{this._onClose("forced close"),this.transport.close()},e=()=>{this.off("upgrade",e),this.off("upgradeError",e),t()},r=()=>{this.once("upgrade",e),this.once("upgradeError",e)};return"opening"!==this.readyState&&"open"!==this.readyState||(this.readyState="closing",this.writeBuffer.length?this.once("drain",()=>{this.upgrading?r():t()}):this.upgrading?r():t()),this}_onError(t){if(ar.priorWebsocketSuccess=!1,this.opts.tryAllTransports&&this.transports.length>1&&"opening"===this.readyState)return this.transports.shift(),this._open();this.emitReserved("error",t),this._onClose("transport error",t)}_onClose(t,e){if("opening"===this.readyState||"open"===this.readyState||"closing"===this.readyState){if(this.clearTimeoutFn(this._pingTimeoutTimer),this.transport.removeAllListeners("close"),this.transport.close(),this.transport.removeAllListeners(),ir&&(this._beforeunloadEventListener&&removeEventListener("beforeunload",this._beforeunloadEventListener,!1),this._offlineEventListener)){const t=sr.indexOf(this._offlineEventListener);-1!==t&&sr.splice(t,1)}this.readyState="closed",this.id=null,this.emitReserved("close",t,e),this.writeBuffer=[],this._prevBufferLen=0}}}ar.protocol=4;class cr extends ar{constructor(){super(...arguments),this._upgrades=[]}onOpen(){if(super.onOpen(),"open"===this.readyState&&this.opts.upgrade)for(let t=0;t<this._upgrades.length;t++)this._probe(this._upgrades[t])}_probe(t){let e=this.createTransport(t),r=!1;ar.priorWebsocketSuccess=!1;const n=()=>{r||(e.send([{type:"ping",data:"probe"}]),e.once("packet",t=>{if(!r)if("pong"===t.type&&"probe"===t.data){if(this.upgrading=!0,this.emitReserved("upgrading",e),!e)return;ar.priorWebsocketSuccess="websocket"===e.name,this.transport.pause(()=>{r||"closed"!==this.readyState&&(p(),this.setTransport(e),e.send([{type:"upgrade"}]),this.emitReserved("upgrade",e),e=null,this.upgrading=!1,this.flush())})}else{const t=new Error("probe error");t.transport=e.name,this.emitReserved("upgradeError",t)}}))};function o(){r||(r=!0,p(),e.close(),e=null)}const i=t=>{const r=new Error("probe error: "+t);r.transport=e.name,o(),this.emitReserved("upgradeError",r)};function s(){i("transport closed")}function a(){i("socket closed")}function c(t){e&&t.name!==e.name&&o()}const p=()=>{e.removeListener("open",n),e.removeListener("error",i),e.removeListener("close",s),this.off("close",a),this.off("upgrading",c)};e.once("open",n),e.once("error",i),e.once("close",s),this.once("close",a),this.once("upgrading",c),-1!==this._upgrades.indexOf("webtransport")&&"webtransport"!==t?this.setTimeoutFn(()=>{r||e.open()},200):e.open()}onHandshake(t){this._upgrades=this._filterUpgrades(t.upgrades),super.onHandshake(t)}_filterUpgrades(t){const e=[];for(let r=0;r<t.length;r++)~this.transports.indexOf(t[r])&&e.push(t[r]);return e}}class pr extends cr{constructor(t,e={}){const r="object"==typeof t?t:e;(!r.transports||r.transports&&"string"==typeof r.transports[0])&&(r.transports=(r.transports||["polling","websocket","webtransport"]).map(t=>er[t]).filter(t=>!!t)),super(t,r)}}const ur="function"==typeof ArrayBuffer,fr=Object.prototype.toString,lr="function"==typeof Blob||"undefined"!=typeof Blob&&"[object BlobConstructor]"===fr.call(Blob),hr="function"==typeof File||"undefined"!=typeof File&&"[object FileConstructor]"===fr.call(File);function yr(t){return ur&&(t instanceof ArrayBuffer||(t=>"function"==typeof ArrayBuffer.isView?ArrayBuffer.isView(t):t.buffer instanceof ArrayBuffer)(t))||lr&&t instanceof Blob||hr&&t instanceof File}function dr(t,e){if(!t||"object"!=typeof t)return!1;if(Array.isArray(t)){for(let e=0,r=t.length;e<r;e++)if(dr(t[e]))return!0;return!1}if(yr(t))return!0;if(t.toJSON&&"function"==typeof t.toJSON&&1===arguments.length)return dr(t.toJSON(),!0);for(const e in t)if(Object.prototype.hasOwnProperty.call(t,e)&&dr(t[e]))return!0;return!1}function gr(t){const e=[],r=t.data,n=t;return n.data=br(r,e),n.attachments=e.length,{packet:n,buffers:e}}function br(t,e){if(!t)return t;if(yr(t)){const r={_placeholder:!0,num:e.length};return e.push(t),r}if(Array.isArray(t)){const r=new Array(t.length);for(let n=0;n<t.length;n++)r[n]=br(t[n],e);return r}if("object"==typeof t&&!(t instanceof Date)){const r={};for(const n in t)Object.prototype.hasOwnProperty.call(t,n)&&(r[n]=br(t[n],e));return r}return t}function mr(t,e){return t.data=vr(t.data,e),delete t.attachments,t}function vr(t,e){if(!t)return t;if(t&&!0===t._placeholder){if("number"==typeof t.num&&t.num>=0&&t.num<e.length)return e[t.num];throw new Error("illegal attachments")}if(Array.isArray(t))for(let r=0;r<t.length;r++)t[r]=vr(t[r],e);else if("object"==typeof t)for(const r in t)Object.prototype.hasOwnProperty.call(t,r)&&(t[r]=vr(t[r],e));return t}const wr=["connect","connect_error","disconnect","disconnecting","newListener","removeListener"];var _r;exports.PacketType=void 0,(_r=exports.PacketType||(exports.PacketType={}))[_r.CONNECT=0]="CONNECT",_r[_r.DISCONNECT=1]="DISCONNECT",_r[_r.EVENT=2]="EVENT",_r[_r.ACK=3]="ACK",_r[_r.CONNECT_ERROR=4]="CONNECT_ERROR",_r[_r.BINARY_EVENT=5]="BINARY_EVENT",_r[_r.BINARY_ACK=6]="BINARY_ACK";class Sr extends Be.Emitter{constructor(t){super(),this.opts=Object.assign({reviver:void 0,maxAttachments:10},"function"==typeof t?{reviver:t}:t)}add(t){let e;if("string"==typeof t){if(this.reconstructor)throw new Error("got plaintext data when reconstructing a packet");e=this.decodeString(t);const r=e.type===exports.PacketType.BINARY_EVENT;r||e.type===exports.PacketType.BINARY_ACK?(e.type=r?exports.PacketType.EVENT:exports.PacketType.ACK,this.reconstructor=new Ar(e),0===e.attachments&&super.emitReserved("decoded",e)):super.emitReserved("decoded",e)}else{if(!yr(t)&&!t.base64)throw new Error("Unknown type: "+t);if(!this.reconstructor)throw new Error("got binary data when not reconstructing a packet");e=this.reconstructor.takeBinaryData(t),e&&(this.reconstructor=null,super.emitReserved("decoded",e))}}decodeString(t){let e=0;const r={type:Number(t.charAt(0))};if(void 0===exports.PacketType[r.type])throw new Error("unknown packet type "+r.type);if(r.type===exports.PacketType.BINARY_EVENT||r.type===exports.PacketType.BINARY_ACK){const n=e+1;for(;"-"!==t.charAt(++e)&&e!=t.length;);const o=t.substring(n,e);if(o!=Number(o)||"-"!==t.charAt(e))throw new Error("Illegal attachments");const i=Number(o);if(!kr(i)||i<0)throw new Error("Illegal attachments");if(i>this.opts.maxAttachments)throw new Error("too many attachments");r.attachments=i}if("/"===t.charAt(e+1)){const n=e+1;for(;++e;){if(","===t.charAt(e))break;if(e===t.length)break}r.nsp=t.substring(n,e)}else r.nsp="/";const n=t.charAt(e+1);if(""!==n&&Number(n)==n){const n=e+1;for(;++e;){const r=t.charAt(e);if(null==r||Number(r)!=r){--e;break}if(e===t.length)break}r.id=Number(t.substring(n,e+1))}if(t.charAt(++e)){const n=this.tryParse(t.substr(e));if(!Sr.isPayloadValid(r.type,n))throw new Error("invalid payload");r.data=n}return r}tryParse(t){try{return JSON.parse(t,this.opts.reviver)}catch(t){return!1}}static isPayloadValid(t,e){switch(t){case exports.PacketType.CONNECT:return Er(e);case exports.PacketType.DISCONNECT:return void 0===e;case exports.PacketType.CONNECT_ERROR:return"string"==typeof e||Er(e);case exports.PacketType.EVENT:case exports.PacketType.BINARY_EVENT:return Array.isArray(e)&&("number"==typeof e[0]||"string"==typeof e[0]&&-1===wr.indexOf(e[0]));case exports.PacketType.ACK:case exports.PacketType.BINARY_ACK:return Array.isArray(e)}}destroy(){this.reconstructor&&(this.reconstructor.finishedReconstruction(),this.reconstructor=null)}}class Ar{constructor(t){this.packet=t,this.buffers=[],this.reconPack=t}takeBinaryData(t){if(this.buffers.push(t),this.buffers.length===this.reconPack.attachments){const t=mr(this.reconPack,this.buffers);return this.finishedReconstruction(),t}return null}finishedReconstruction(){this.reconPack=null,this.buffers=[]}}const kr=Number.isInteger||function(t){return"number"==typeof t&&isFinite(t)&&Math.floor(t)===t};function Er(t){return"[object Object]"===Object.prototype.toString.call(t)}var Pr=Object.freeze({__proto__:null,Decoder:Sr,Encoder:class{constructor(t){this.replacer=t}encode(t){return t.type!==exports.PacketType.EVENT&&t.type!==exports.PacketType.ACK||!dr(t)?[this.encodeAsString(t)]:this.encodeAsBinary({type:t.type===exports.PacketType.EVENT?exports.PacketType.BINARY_EVENT:exports.PacketType.BINARY_ACK,nsp:t.nsp,data:t.data,id:t.id})}encodeAsString(t){let e=""+t.type;return t.type!==exports.PacketType.BINARY_EVENT&&t.type!==exports.PacketType.BINARY_ACK||(e+=t.attachments+"-"),t.nsp&&"/"!==t.nsp&&(e+=t.nsp+","),null!=t.id&&(e+=t.id),null!=t.data&&(e+=JSON.stringify(t.data,this.replacer)),e}encodeAsBinary(t){const e=gr(t),r=this.encodeAsString(e.packet),n=e.buffers;return n.unshift(r),n}},get PacketType(){return exports.PacketType}});exports.Socket=pr,exports.__awaiter=function(t,e,r,n){return new(r||(r=Promise))(function(o,i){function s(t){try{c(n.next(t))}catch(t){i(t)}}function a(t){try{c(n.throw(t))}catch(t){i(t)}}function c(t){t.done?o(t.value):function(t){return t instanceof r?t:new r(function(e){e(t)})}(t.value).then(s,a)}c((n=n.apply(t,e||[])).next())})},exports.__generator=function(t,e){var r,n,o,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]},s=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return s.next=a(0),s.throw=a(1),s.return=a(2),"function"==typeof Symbol&&(s[Symbol.iterator]=function(){return this}),s;function a(a){return function(c){return function(a){if(r)throw new TypeError("Generator is already executing.");for(;s&&(s=0,a[0]&&(i=0)),i;)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;switch(n=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return i.label++,{value:a[1],done:!1};case 5:i.label++,n=a[1],a=[0];continue;case 7:a=i.ops.pop(),i.trys.pop();continue;default:if(!(o=i.trys,(o=o.length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1],o=a;break}if(o&&i.label<o[2]){i.label=o[2],i.ops.push(a);break}o[2]&&i.ops.pop(),i.trys.pop();continue}a=e.call(t,i)}catch(t){a=[6,t],n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}},exports.__read=function(t,e){var r="function"==typeof Symbol&&t[Symbol.iterator];if(!r)return t;var n,o,i=r.call(t),s=[];try{for(;(void 0===e||e-- >0)&&!(n=i.next()).done;)s.push(n.value)}catch(t){o={error:t}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return s},exports.__spreadArray=function(t,e,r){if(r||2===arguments.length)for(var n,o=0,i=e.length;o<i;o++)!n&&o in e||(n||(n=Array.prototype.slice.call(e,0,o)),n[o]=e[o]);return t.concat(n||Array.prototype.slice.call(e))},exports.__values=function(t){var e="function"==typeof Symbol&&Symbol.iterator,r=e&&t[e],n=0;if(r)return r.call(t);if(t&&"number"==typeof t.length)return{next:function(){return t&&n>=t.length&&(t=void 0),{value:t&&t[n++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},exports.cjsExports=Be,exports.installTimerFunctions=Me,exports.nextTick=Ne,exports.parse=or,exports.parser=Pr,exports.requireSideChannel=function(){if(Et)return kt;Et=1;var t=xt(),e=Ot(),r=Tt(),n=ce(),o=function(){if(At)return St;At=1;var t=se(),e=ae(),r=Ot(),n=ce(),o=xt(),i=t("%WeakMap%",!0),s=e("WeakMap.prototype.get",!0),a=e("WeakMap.prototype.set",!0),c=e("WeakMap.prototype.has",!0),p=e("WeakMap.prototype.delete",!0);return St=i?function(){var t,e,u={assert:function(t){if(!u.has(t))throw new o("Side channel does not contain "+r(t))},delete:function(r){if(i&&r&&("object"==typeof r||"function"==typeof r)){if(t)return p(t,r)}else if(n&&e)return e.delete(r);return!1},get:function(r){return i&&r&&("object"==typeof r||"function"==typeof r)&&t?s(t,r):e&&e.get(r)},has:function(r){return i&&r&&("object"==typeof r||"function"==typeof r)&&t?c(t,r):!!e&&e.has(r)},set:function(r,o){i&&r&&("object"==typeof r||"function"==typeof r)?(t||(t=new i),a(t,r,o)):n&&(e||(e=n()),e.set(r,o))}};return u}:n,St}(),i=o||n||r;return kt=function(){var r,n={assert:function(r){if(!n.has(r))throw new t("Side channel does not contain "+e(r))},delete:function(t){return!!r&&r.delete(t)},get:function(t){return r&&r.get(t)},has:function(t){return!!r&&r.has(t)},set:function(t,e){r||(r=i()),r.set(t,e)}};return n},kt};
@@ -1 +0,0 @@
1
- import{r as t,c as e}from"./vendor-crypto-js-Dhi5niDn.js";var r,n,o,i,s,a,c,u,p,f,l,h,y,d,g,b,m,v,w,_,S,A,E,O,k,P,R,T,x,j,B,N,C,I,U,F,M,q,L,W,D,V,$,H,G,J,Y,K,z,X,Q,Z,tt,et,rt,nt,ot,it,st,at,ct,ut,pt,ft,lt,ht,yt,dt,gt,bt,mt,vt,wt,_t,St,At,Et,Ot,kt,Pt,Rt=function(){return Rt=Object.assign||function(t){for(var e,r=1,n=arguments.length;r<n;r++)for(var o in e=arguments[r])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Rt.apply(this,arguments)};function Tt(t,e,r,n){return new(r||(r=Promise))(function(o,i){function s(t){try{c(n.next(t))}catch(t){i(t)}}function a(t){try{c(n.throw(t))}catch(t){i(t)}}function c(t){t.done?o(t.value):function(t){return t instanceof r?t:new r(function(e){e(t)})}(t.value).then(s,a)}c((n=n.apply(t,e||[])).next())})}function xt(t,e){var r,n,o,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]},s=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return s.next=a(0),s.throw=a(1),s.return=a(2),"function"==typeof Symbol&&(s[Symbol.iterator]=function(){return this}),s;function a(a){return function(c){return function(a){if(r)throw new TypeError("Generator is already executing.");for(;s&&(s=0,a[0]&&(i=0)),i;)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;switch(n=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return i.label++,{value:a[1],done:!1};case 5:i.label++,n=a[1],a=[0];continue;case 7:a=i.ops.pop(),i.trys.pop();continue;default:if(!(o=i.trys,(o=o.length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1],o=a;break}if(o&&i.label<o[2]){i.label=o[2],i.ops.push(a);break}o[2]&&i.ops.pop(),i.trys.pop();continue}a=e.call(t,i)}catch(t){a=[6,t],n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}}function jt(t){var e="function"==typeof Symbol&&Symbol.iterator,r=e&&t[e],n=0;if(r)return r.call(t);if(t&&"number"==typeof t.length)return{next:function(){return t&&n>=t.length&&(t=void 0),{value:t&&t[n++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function Bt(t,e){var r="function"==typeof Symbol&&t[Symbol.iterator];if(!r)return t;var n,o,i=r.call(t),s=[];try{for(;(void 0===e||e-- >0)&&!(n=i.next()).done;)s.push(n.value)}catch(t){o={error:t}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return s}function Nt(t,e,r){if(r||2===arguments.length)for(var n,o=0,i=e.length;o<i;o++)!n&&o in e||(n||(n=Array.prototype.slice.call(e,0,o)),n[o]=e[o]);return t.concat(n||Array.prototype.slice.call(e))}function Ct(){return n?r:(n=1,r=TypeError)}function It(){if(i)return o;i=1;var r="function"==typeof Map&&Map.prototype,n=Object.getOwnPropertyDescriptor&&r?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,s=r&&n&&"function"==typeof n.get?n.get:null,a=r&&Map.prototype.forEach,c="function"==typeof Set&&Set.prototype,u=Object.getOwnPropertyDescriptor&&c?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,p=c&&u&&"function"==typeof u.get?u.get:null,f=c&&Set.prototype.forEach,l="function"==typeof WeakMap&&WeakMap.prototype?WeakMap.prototype.has:null,h="function"==typeof WeakSet&&WeakSet.prototype?WeakSet.prototype.has:null,y="function"==typeof WeakRef&&WeakRef.prototype?WeakRef.prototype.deref:null,d=Boolean.prototype.valueOf,g=Object.prototype.toString,b=Function.prototype.toString,m=String.prototype.match,v=String.prototype.slice,w=String.prototype.replace,_=String.prototype.toUpperCase,S=String.prototype.toLowerCase,A=RegExp.prototype.test,E=Array.prototype.concat,O=Array.prototype.join,k=Array.prototype.slice,P=Math.floor,R="function"==typeof BigInt?BigInt.prototype.valueOf:null,T=Object.getOwnPropertySymbols,x="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?Symbol.prototype.toString:null,j="function"==typeof Symbol&&"object"==typeof Symbol.iterator,B="function"==typeof Symbol&&Symbol.toStringTag&&(typeof Symbol.toStringTag===j||"symbol")?Symbol.toStringTag:null,N=Object.prototype.propertyIsEnumerable,C=("function"==typeof Reflect?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(t){return t.__proto__}:null);function I(t,e){if(t===1/0||t===-1/0||t!=t||t&&t>-1e3&&t<1e3||A.call(/e/,e))return e;var r=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if("number"==typeof t){var n=t<0?-P(-t):P(t);if(n!==t){var o=String(n),i=v.call(e,o.length+1);return w.call(o,r,"$&_")+"."+w.call(w.call(i,/([0-9]{3})/g,"$&_"),/_$/,"")}}return w.call(e,r,"$&_")}var U=t,F=U.custom,M=G(F)?F:null,q={__proto__:null,double:'"',single:"'"},L={__proto__:null,double:/(["\\])/g,single:/(['\\])/g};function W(t,e,r){var n=r.quoteStyle||e,o=q[n];return o+t+o}function D(t){return w.call(String(t),/"/g,"&quot;")}function V(t){return!B||!("object"==typeof t&&(B in t||void 0!==t[B]))}function $(t){return"[object Array]"===K(t)&&V(t)}function H(t){return"[object RegExp]"===K(t)&&V(t)}function G(t){if(j)return t&&"object"==typeof t&&t instanceof Symbol;if("symbol"==typeof t)return!0;if(!t||"object"!=typeof t||!x)return!1;try{return x.call(t),!0}catch(t){}return!1}o=function t(r,n,o,i){var c=n||{};if(Y(c,"quoteStyle")&&!Y(q,c.quoteStyle))throw new TypeError('option "quoteStyle" must be "single" or "double"');if(Y(c,"maxStringLength")&&("number"==typeof c.maxStringLength?c.maxStringLength<0&&c.maxStringLength!==1/0:null!==c.maxStringLength))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var u=!Y(c,"customInspect")||c.customInspect;if("boolean"!=typeof u&&"symbol"!==u)throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(Y(c,"indent")&&null!==c.indent&&"\t"!==c.indent&&!(parseInt(c.indent,10)===c.indent&&c.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(Y(c,"numericSeparator")&&"boolean"!=typeof c.numericSeparator)throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var g=c.numericSeparator;if(void 0===r)return"undefined";if(null===r)return"null";if("boolean"==typeof r)return r?"true":"false";if("string"==typeof r)return X(r,c);if("number"==typeof r){if(0===r)return 1/0/r>0?"0":"-0";var _=String(r);return g?I(r,_):_}if("bigint"==typeof r){var A=String(r)+"n";return g?I(r,A):A}var P=void 0===c.depth?5:c.depth;if(void 0===o&&(o=0),o>=P&&P>0&&"object"==typeof r)return $(r)?"[Array]":"[Object]";var T=function(t,e){var r;if("\t"===t.indent)r="\t";else{if(!("number"==typeof t.indent&&t.indent>0))return null;r=O.call(Array(t.indent+1)," ")}return{base:r,prev:O.call(Array(e+1),r)}}(c,o);if(void 0===i)i=[];else if(z(i,r)>=0)return"[Circular]";function F(e,r,n){if(r&&(i=k.call(i)).push(r),n){var s={depth:c.depth};return Y(c,"quoteStyle")&&(s.quoteStyle=c.quoteStyle),t(e,s,o+1,i)}return t(e,c,o+1,i)}if("function"==typeof r&&!H(r)){var L=function(t){if(t.name)return t.name;var e=m.call(b.call(t),/^function\s*([\w$]+)/);if(e)return e[1];return null}(r),J=nt(r,F);return"[Function"+(L?": "+L:" (anonymous)")+"]"+(J.length>0?" { "+O.call(J,", ")+" }":"")}if(G(r)){var Q=j?w.call(String(r),/^(Symbol\(.*\))_[^)]*$/,"$1"):x.call(r);return"object"!=typeof r||j?Q:Z(Q)}if(function(t){if(!t||"object"!=typeof t)return!1;if("undefined"!=typeof HTMLElement&&t instanceof HTMLElement)return!0;return"string"==typeof t.nodeName&&"function"==typeof t.getAttribute}(r)){for(var ot="<"+S.call(String(r.nodeName)),it=r.attributes||[],st=0;st<it.length;st++)ot+=" "+it[st].name+"="+W(D(it[st].value),"double",c);return ot+=">",r.childNodes&&r.childNodes.length&&(ot+="..."),ot+="</"+S.call(String(r.nodeName))+">"}if($(r)){if(0===r.length)return"[]";var at=nt(r,F);return T&&!function(t){for(var e=0;e<t.length;e++)if(z(t[e],"\n")>=0)return!1;return!0}(at)?"["+rt(at,T)+"]":"[ "+O.call(at,", ")+" ]"}if(function(t){return"[object Error]"===K(t)&&V(t)}(r)){var ct=nt(r,F);return"cause"in Error.prototype||!("cause"in r)||N.call(r,"cause")?0===ct.length?"["+String(r)+"]":"{ ["+String(r)+"] "+O.call(ct,", ")+" }":"{ ["+String(r)+"] "+O.call(E.call("[cause]: "+F(r.cause),ct),", ")+" }"}if("object"==typeof r&&u){if(M&&"function"==typeof r[M]&&U)return U(r,{depth:P-o});if("symbol"!==u&&"function"==typeof r.inspect)return r.inspect()}if(function(t){if(!s||!t||"object"!=typeof t)return!1;try{s.call(t);try{p.call(t)}catch(t){return!0}return t instanceof Map}catch(t){}return!1}(r)){var ut=[];return a&&a.call(r,function(t,e){ut.push(F(e,r,!0)+" => "+F(t,r))}),et("Map",s.call(r),ut,T)}if(function(t){if(!p||!t||"object"!=typeof t)return!1;try{p.call(t);try{s.call(t)}catch(t){return!0}return t instanceof Set}catch(t){}return!1}(r)){var pt=[];return f&&f.call(r,function(t){pt.push(F(t,r))}),et("Set",p.call(r),pt,T)}if(function(t){if(!l||!t||"object"!=typeof t)return!1;try{l.call(t,l);try{h.call(t,h)}catch(t){return!0}return t instanceof WeakMap}catch(t){}return!1}(r))return tt("WeakMap");if(function(t){if(!h||!t||"object"!=typeof t)return!1;try{h.call(t,h);try{l.call(t,l)}catch(t){return!0}return t instanceof WeakSet}catch(t){}return!1}(r))return tt("WeakSet");if(function(t){if(!y||!t||"object"!=typeof t)return!1;try{return y.call(t),!0}catch(t){}return!1}(r))return tt("WeakRef");if(function(t){return"[object Number]"===K(t)&&V(t)}(r))return Z(F(Number(r)));if(function(t){if(!t||"object"!=typeof t||!R)return!1;try{return R.call(t),!0}catch(t){}return!1}(r))return Z(F(R.call(r)));if(function(t){return"[object Boolean]"===K(t)&&V(t)}(r))return Z(d.call(r));if(function(t){return"[object String]"===K(t)&&V(t)}(r))return Z(F(String(r)));if("undefined"!=typeof window&&r===window)return"{ [object Window] }";if("undefined"!=typeof globalThis&&r===globalThis||void 0!==e&&r===e)return"{ [object globalThis] }";if(!function(t){return"[object Date]"===K(t)&&V(t)}(r)&&!H(r)){var ft=nt(r,F),lt=C?C(r)===Object.prototype:r instanceof Object||r.constructor===Object,ht=r instanceof Object?"":"null prototype",yt=!lt&&B&&Object(r)===r&&B in r?v.call(K(r),8,-1):ht?"Object":"",dt=(lt||"function"!=typeof r.constructor?"":r.constructor.name?r.constructor.name+" ":"")+(yt||ht?"["+O.call(E.call([],yt||[],ht||[]),": ")+"] ":"");return 0===ft.length?dt+"{}":T?dt+"{"+rt(ft,T)+"}":dt+"{ "+O.call(ft,", ")+" }"}return String(r)};var J=Object.prototype.hasOwnProperty||function(t){return t in this};function Y(t,e){return J.call(t,e)}function K(t){return g.call(t)}function z(t,e){if(t.indexOf)return t.indexOf(e);for(var r=0,n=t.length;r<n;r++)if(t[r]===e)return r;return-1}function X(t,e){if(t.length>e.maxStringLength){var r=t.length-e.maxStringLength,n="... "+r+" more character"+(r>1?"s":"");return X(v.call(t,0,e.maxStringLength),e)+n}var o=L[e.quoteStyle||"single"];return o.lastIndex=0,W(w.call(w.call(t,o,"\\$1"),/[\x00-\x1f]/g,Q),"single",e)}function Q(t){var e=t.charCodeAt(0),r={8:"b",9:"t",10:"n",12:"f",13:"r"}[e];return r?"\\"+r:"\\x"+(e<16?"0":"")+_.call(e.toString(16))}function Z(t){return"Object("+t+")"}function tt(t){return t+" { ? }"}function et(t,e,r,n){return t+" ("+e+") {"+(n?rt(r,n):O.call(r,", "))+"}"}function rt(t,e){if(0===t.length)return"";var r="\n"+e.prev+e.base;return r+O.call(t,","+r)+"\n"+e.prev}function nt(t,e){var r=$(t),n=[];if(r){n.length=t.length;for(var o=0;o<t.length;o++)n[o]=Y(t,o)?e(t[o],t):""}var i,s="function"==typeof T?T(t):[];if(j){i={};for(var a=0;a<s.length;a++)i["$"+s[a]]=s[a]}for(var c in t)Y(t,c)&&(r&&String(Number(c))===c&&c<t.length||j&&i["$"+c]instanceof Symbol||(A.call(/[^\w$]/,c)?n.push(e(c,t)+": "+e(t[c],t)):n.push(c+": "+e(t[c],t))));if("function"==typeof T)for(var u=0;u<s.length;u++)N.call(t,s[u])&&n.push("["+e(s[u])+"]: "+e(t[s[u]],t));return n}return o}function Ut(){if(a)return s;a=1;var t=It(),e=Ct(),r=function(t,e,r){for(var n,o=t;null!=(n=o.next);o=n)if(n.key===e)return o.next=n.next,r||(n.next=t.next,t.next=n),n};return s=function(){var n,o={assert:function(r){if(!o.has(r))throw new e("Side channel does not contain "+t(r))},delete:function(t){var e=function(t,e){if(t)return r(t,e,!0)}(n,t);return e&&n&&!n.next&&(n=void 0),!!e},get:function(t){return function(t,e){if(t){var n=r(t,e);return n&&n.value}}(n,t)},has:function(t){return function(t,e){return!!t&&!!r(t,e)}(n,t)},set:function(t,e){n||(n={next:void 0}),function(t,e,n){var o=r(t,e);o?o.value=n:t.next={key:e,next:t.next,value:n}}(n,t,e)}};return o},s}function Ft(){return u?c:(u=1,c=Object)}function Mt(){return f?p:(f=1,p=Error)}function qt(){return h?l:(h=1,l=EvalError)}function Lt(){return d?y:(d=1,y=RangeError)}function Wt(){return b?g:(b=1,g=ReferenceError)}function Dt(){return v?m:(v=1,m=SyntaxError)}function Vt(){return _?w:(_=1,w=URIError)}function $t(){return A?S:(A=1,S=Math.abs)}function Ht(){return O?E:(O=1,E=Math.floor)}function Gt(){return P?k:(P=1,k=Math.max)}function Jt(){return T?R:(T=1,R=Math.min)}function Yt(){return j?x:(j=1,x=Math.pow)}function Kt(){return N?B:(N=1,B=Math.round)}function zt(){return I?C:(I=1,C=Number.isNaN||function(t){return t!=t})}function Xt(){if(F)return U;F=1;var t=zt();return U=function(e){return t(e)||0===e?e:e<0?-1:1}}function Qt(){return q?M:(q=1,M=Object.getOwnPropertyDescriptor)}function Zt(){if(W)return L;W=1;var t=Qt();if(t)try{t([],"length")}catch(e){t=null}return L=t}function te(){if(V)return D;V=1;var t=Object.defineProperty||!1;if(t)try{t({},"a",{value:1})}catch(e){t=!1}return D=t}function ee(){if(J)return G;J=1;var t="undefined"!=typeof Symbol&&Symbol,e=H?$:(H=1,$=function(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var t={},e=Symbol("test"),r=Object(e);if("string"==typeof e)return!1;if("[object Symbol]"!==Object.prototype.toString.call(e))return!1;if("[object Symbol]"!==Object.prototype.toString.call(r))return!1;for(var n in t[e]=42,t)return!1;if("function"==typeof Object.keys&&0!==Object.keys(t).length)return!1;if("function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(t).length)return!1;var o=Object.getOwnPropertySymbols(t);if(1!==o.length||o[0]!==e)return!1;if(!Object.prototype.propertyIsEnumerable.call(t,e))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var i=Object.getOwnPropertyDescriptor(t,e);if(42!==i.value||!0!==i.enumerable)return!1}return!0});return G=function(){return"function"==typeof t&&("function"==typeof Symbol&&("symbol"==typeof t("foo")&&("symbol"==typeof Symbol("bar")&&e())))}}function re(){return K?Y:(K=1,Y="undefined"!=typeof Reflect&&Reflect.getPrototypeOf||null)}function ne(){return X?z:(X=1,z=Ft().getPrototypeOf||null)}function oe(){if(Z)return Q;Z=1;var t=Object.prototype.toString,e=Math.max,r=function(t,e){for(var r=[],n=0;n<t.length;n+=1)r[n]=t[n];for(var o=0;o<e.length;o+=1)r[o+t.length]=e[o];return r};return Q=function(n){var o=this;if("function"!=typeof o||"[object Function]"!==t.apply(o))throw new TypeError("Function.prototype.bind called on incompatible "+o);for(var i,s=function(t,e){for(var r=[],n=e,o=0;n<t.length;n+=1,o+=1)r[o]=t[n];return r}(arguments,1),a=e(0,o.length-s.length),c=[],u=0;u<a;u++)c[u]="$"+u;if(i=Function("binder","return function ("+function(t,e){for(var r="",n=0;n<t.length;n+=1)r+=t[n],n+1<t.length&&(r+=e);return r}(c,",")+"){ return binder.apply(this,arguments); }")(function(){if(this instanceof i){var t=o.apply(this,r(s,arguments));return Object(t)===t?t:this}return o.apply(n,r(s,arguments))}),o.prototype){var p=function(){};p.prototype=o.prototype,i.prototype=new p,p.prototype=null}return i},Q}function ie(){if(et)return tt;et=1;var t=oe();return tt=Function.prototype.bind||t}function se(){return nt?rt:(nt=1,rt=Function.prototype.call)}function ae(){return it?ot:(it=1,ot=Function.prototype.apply)}function ce(){if(ut)return ct;ut=1;var t=ie(),e=ae(),r=se(),n=at?st:(at=1,st="undefined"!=typeof Reflect&&Reflect&&Reflect.apply);return ct=n||t.call(r,e)}function ue(){if(ft)return pt;ft=1;var t=ie(),e=Ct(),r=se(),n=ce();return pt=function(o){if(o.length<1||"function"!=typeof o[0])throw new e("a function is required");return n(t,r,o)}}function pe(){if(ht)return lt;ht=1;var t,e=ue(),r=Zt();try{t=[].__proto__===Array.prototype}catch(t){if(!t||"object"!=typeof t||!("code"in t)||"ERR_PROTO_ACCESS"!==t.code)throw t}var n=!!t&&r&&r(Object.prototype,"__proto__"),o=Object,i=o.getPrototypeOf;return lt=n&&"function"==typeof n.get?e([n.get]):"function"==typeof i&&function(t){return i(null==t?t:o(t))},lt}function fe(){if(dt)return yt;dt=1;var t=re(),e=ne(),r=pe();return yt=t?function(e){return t(e)}:e?function(t){if(!t||"object"!=typeof t&&"function"!=typeof t)throw new TypeError("getProto: not an object");return e(t)}:r?function(t){return r(t)}:null}function le(){if(bt)return gt;bt=1;var t=Function.prototype.call,e=Object.prototype.hasOwnProperty,r=ie();return gt=r.call(t,e)}function he(){if(vt)return mt;var t;vt=1;var e=Ft(),r=Mt(),n=qt(),o=Lt(),i=Wt(),s=Dt(),a=Ct(),c=Vt(),u=$t(),p=Ht(),f=Gt(),l=Jt(),h=Yt(),y=Kt(),d=Xt(),g=Function,b=function(t){try{return g('"use strict"; return ('+t+").constructor;")()}catch(t){}},m=Zt(),v=te(),w=function(){throw new a},_=m?function(){try{return w}catch(t){try{return m(arguments,"callee").get}catch(t){return w}}}():w,S=ee()(),A=fe(),E=ne(),O=re(),k=ae(),P=se(),R={},T="undefined"!=typeof Uint8Array&&A?A(Uint8Array):t,x={__proto__:null,"%AggregateError%":"undefined"==typeof AggregateError?t:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?t:ArrayBuffer,"%ArrayIteratorPrototype%":S&&A?A([][Symbol.iterator]()):t,"%AsyncFromSyncIteratorPrototype%":t,"%AsyncFunction%":R,"%AsyncGenerator%":R,"%AsyncGeneratorFunction%":R,"%AsyncIteratorPrototype%":R,"%Atomics%":"undefined"==typeof Atomics?t:Atomics,"%BigInt%":"undefined"==typeof BigInt?t:BigInt,"%BigInt64Array%":"undefined"==typeof BigInt64Array?t:BigInt64Array,"%BigUint64Array%":"undefined"==typeof BigUint64Array?t:BigUint64Array,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?t:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":r,"%eval%":eval,"%EvalError%":n,"%Float16Array%":"undefined"==typeof Float16Array?t:Float16Array,"%Float32Array%":"undefined"==typeof Float32Array?t:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?t:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?t:FinalizationRegistry,"%Function%":g,"%GeneratorFunction%":R,"%Int8Array%":"undefined"==typeof Int8Array?t:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?t:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?t:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":S&&A?A(A([][Symbol.iterator]())):t,"%JSON%":"object"==typeof JSON?JSON:t,"%Map%":"undefined"==typeof Map?t:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&S&&A?A((new Map)[Symbol.iterator]()):t,"%Math%":Math,"%Number%":Number,"%Object%":e,"%Object.getOwnPropertyDescriptor%":m,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?t:Promise,"%Proxy%":"undefined"==typeof Proxy?t:Proxy,"%RangeError%":o,"%ReferenceError%":i,"%Reflect%":"undefined"==typeof Reflect?t:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?t:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&S&&A?A((new Set)[Symbol.iterator]()):t,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?t:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":S&&A?A(""[Symbol.iterator]()):t,"%Symbol%":S?Symbol:t,"%SyntaxError%":s,"%ThrowTypeError%":_,"%TypedArray%":T,"%TypeError%":a,"%Uint8Array%":"undefined"==typeof Uint8Array?t:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?t:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?t:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?t:Uint32Array,"%URIError%":c,"%WeakMap%":"undefined"==typeof WeakMap?t:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?t:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?t:WeakSet,"%Function.prototype.call%":P,"%Function.prototype.apply%":k,"%Object.defineProperty%":v,"%Object.getPrototypeOf%":E,"%Math.abs%":u,"%Math.floor%":p,"%Math.max%":f,"%Math.min%":l,"%Math.pow%":h,"%Math.round%":y,"%Math.sign%":d,"%Reflect.getPrototypeOf%":O};if(A)try{null.error}catch(t){var j=A(A(t));x["%Error.prototype%"]=j}var B=function t(e){var r;if("%AsyncFunction%"===e)r=b("async function () {}");else if("%GeneratorFunction%"===e)r=b("function* () {}");else if("%AsyncGeneratorFunction%"===e)r=b("async function* () {}");else if("%AsyncGenerator%"===e){var n=t("%AsyncGeneratorFunction%");n&&(r=n.prototype)}else if("%AsyncIteratorPrototype%"===e){var o=t("%AsyncGenerator%");o&&A&&(r=A(o.prototype))}return x[e]=r,r},N={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},C=ie(),I=le(),U=C.call(P,Array.prototype.concat),F=C.call(k,Array.prototype.splice),M=C.call(P,String.prototype.replace),q=C.call(P,String.prototype.slice),L=C.call(P,RegExp.prototype.exec),W=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,D=/\\(\\)?/g,V=function(t,e){var r,n=t;if(I(N,n)&&(n="%"+(r=N[n])[0]+"%"),I(x,n)){var o=x[n];if(o===R&&(o=B(n)),void 0===o&&!e)throw new a("intrinsic "+t+" exists, but is not available. Please file an issue!");return{alias:r,name:n,value:o}}throw new s("intrinsic "+t+" does not exist!")};return mt=function(t,e){if("string"!=typeof t||0===t.length)throw new a("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof e)throw new a('"allowMissing" argument must be a boolean');if(null===L(/^%?[^%]*%?$/,t))throw new s("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var r=function(t){var e=q(t,0,1),r=q(t,-1);if("%"===e&&"%"!==r)throw new s("invalid intrinsic syntax, expected closing `%`");if("%"===r&&"%"!==e)throw new s("invalid intrinsic syntax, expected opening `%`");var n=[];return M(t,W,function(t,e,r,o){n[n.length]=r?M(o,D,"$1"):e||t}),n}(t),n=r.length>0?r[0]:"",o=V("%"+n+"%",e),i=o.name,c=o.value,u=!1,p=o.alias;p&&(n=p[0],F(r,U([0,1],p)));for(var f=1,l=!0;f<r.length;f+=1){var h=r[f],y=q(h,0,1),d=q(h,-1);if(('"'===y||"'"===y||"`"===y||'"'===d||"'"===d||"`"===d)&&y!==d)throw new s("property names with quotes must have matching quotes");if("constructor"!==h&&l||(u=!0),I(x,i="%"+(n+="."+h)+"%"))c=x[i];else if(null!=c){if(!(h in c)){if(!e)throw new a("base intrinsic for "+t+" exists, but the property is not available.");return}if(m&&f+1>=r.length){var g=m(c,h);c=(l=!!g)&&"get"in g&&!("originalValue"in g.get)?g.get:c[h]}else l=I(c,h),c=c[h];l&&!u&&(x[i]=c)}}return c},mt}function ye(){if(_t)return wt;_t=1;var t=he(),e=ue(),r=e([t("%String.prototype.indexOf%")]);return wt=function(n,o){var i=t(n,!!o);return"function"==typeof i&&r(n,".prototype.")>-1?e([i]):i}}function de(){if(At)return St;At=1;var t=he(),e=ye(),r=It(),n=Ct(),o=t("%Map%",!0),i=e("Map.prototype.get",!0),s=e("Map.prototype.set",!0),a=e("Map.prototype.has",!0),c=e("Map.prototype.delete",!0),u=e("Map.prototype.size",!0);return St=!!o&&function(){var t,e={assert:function(t){if(!e.has(t))throw new n("Side channel does not contain "+r(t))},delete:function(e){if(t){var r=c(t,e);return 0===u(t)&&(t=void 0),r}return!1},get:function(e){if(t)return i(t,e)},has:function(e){return!!t&&a(t,e)},set:function(e,r){t||(t=new o),s(t,e,r)}};return e},St}function ge(){if(Pt)return kt;Pt=1;var t=Ct(),e=It(),r=Ut(),n=de(),o=function(){if(Ot)return Et;Ot=1;var t=he(),e=ye(),r=It(),n=de(),o=Ct(),i=t("%WeakMap%",!0),s=e("WeakMap.prototype.get",!0),a=e("WeakMap.prototype.set",!0),c=e("WeakMap.prototype.has",!0),u=e("WeakMap.prototype.delete",!0);return Et=i?function(){var t,e,p={assert:function(t){if(!p.has(t))throw new o("Side channel does not contain "+r(t))},delete:function(r){if(i&&r&&("object"==typeof r||"function"==typeof r)){if(t)return u(t,r)}else if(n&&e)return e.delete(r);return!1},get:function(r){return i&&r&&("object"==typeof r||"function"==typeof r)&&t?s(t,r):e&&e.get(r)},has:function(r){return i&&r&&("object"==typeof r||"function"==typeof r)&&t?c(t,r):!!e&&e.has(r)},set:function(r,o){i&&r&&("object"==typeof r||"function"==typeof r)?(t||(t=new i),a(t,r,o)):n&&(e||(e=n()),e.set(r,o))}};return p}:n,Et}(),i=o||n||r;return kt=function(){var r,n={assert:function(r){if(!n.has(r))throw new t("Side channel does not contain "+e(r))},delete:function(t){return!!r&&r.delete(t)},get:function(t){return r&&r.get(t)},has:function(t){return!!r&&r.has(t)},set:function(t,e){r||(r=i()),r.set(t,e)}};return n},kt}"function"==typeof SuppressedError&&SuppressedError;const be=Object.create(null);be.open="0",be.close="1",be.ping="2",be.pong="3",be.message="4",be.upgrade="5",be.noop="6";const me=Object.create(null);Object.keys(be).forEach(t=>{me[be[t]]=t});const ve={type:"error",data:"parser error"},we="function"==typeof Blob||"undefined"!=typeof Blob&&"[object BlobConstructor]"===Object.prototype.toString.call(Blob),_e="function"==typeof ArrayBuffer,Se=t=>"function"==typeof ArrayBuffer.isView?ArrayBuffer.isView(t):t&&t.buffer instanceof ArrayBuffer,Ae=({type:t,data:e},r,n)=>we&&e instanceof Blob?r?n(e):Ee(e,n):_e&&(e instanceof ArrayBuffer||Se(e))?r?n(e):Ee(new Blob([e]),n):n(be[t]+(e||"")),Ee=(t,e)=>{const r=new FileReader;return r.onload=function(){const t=r.result.split(",")[1];e("b"+(t||""))},r.readAsDataURL(t)};function Oe(t){return t instanceof Uint8Array?t:t instanceof ArrayBuffer?new Uint8Array(t):new Uint8Array(t.buffer,t.byteOffset,t.byteLength)}let ke;const Pe="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Re="undefined"==typeof Uint8Array?[]:new Uint8Array(256);for(let t=0;t<64;t++)Re[Pe.charCodeAt(t)]=t;const Te="function"==typeof ArrayBuffer,xe=(t,e)=>{if("string"!=typeof t)return{type:"message",data:Be(t,e)};const r=t.charAt(0);if("b"===r)return{type:"message",data:je(t.substring(1),e)};return me[r]?t.length>1?{type:me[r],data:t.substring(1)}:{type:me[r]}:ve},je=(t,e)=>{if(Te){const r=(t=>{let e,r,n,o,i,s=.75*t.length,a=t.length,c=0;"="===t[t.length-1]&&(s--,"="===t[t.length-2]&&s--);const u=new ArrayBuffer(s),p=new Uint8Array(u);for(e=0;e<a;e+=4)r=Re[t.charCodeAt(e)],n=Re[t.charCodeAt(e+1)],o=Re[t.charCodeAt(e+2)],i=Re[t.charCodeAt(e+3)],p[c++]=r<<2|n>>4,p[c++]=(15&n)<<4|o>>2,p[c++]=(3&o)<<6|63&i;return u})(t);return Be(r,e)}return{base64:!0,data:t}},Be=(t,e)=>"blob"===e?t instanceof Blob?t:new Blob([t]):t instanceof ArrayBuffer?t:t.buffer,Ne=String.fromCharCode(30);function Ce(){return new TransformStream({transform(t,e){!function(t,e){we&&t.data instanceof Blob?t.data.arrayBuffer().then(Oe).then(e):_e&&(t.data instanceof ArrayBuffer||Se(t.data))?e(Oe(t.data)):Ae(t,!1,t=>{ke||(ke=new TextEncoder),e(ke.encode(t))})}(t,r=>{const n=r.length;let o;if(n<126)o=new Uint8Array(1),new DataView(o.buffer).setUint8(0,n);else if(n<65536){o=new Uint8Array(3);const t=new DataView(o.buffer);t.setUint8(0,126),t.setUint16(1,n)}else{o=new Uint8Array(9);const t=new DataView(o.buffer);t.setUint8(0,127),t.setBigUint64(1,BigInt(n))}t.data&&"string"!=typeof t.data&&(o[0]|=128),e.enqueue(o),e.enqueue(r)})}})}let Ie;function Ue(t){return t.reduce((t,e)=>t+e.length,0)}function Fe(t,e){if(t[0].length===e)return t.shift();const r=new Uint8Array(e);let n=0;for(let o=0;o<e;o++)r[o]=t[0][n++],n===t[0].length&&(t.shift(),n=0);return t.length&&n<t[0].length&&(t[0]=t[0].slice(n)),r}var Me,qe={};var Le=function(){if(Me)return qe;function t(e){if(e)return function(e){for(var r in t.prototype)e[r]=t.prototype[r];return e}(e)}return Me=1,qe.Emitter=t,t.prototype.on=t.prototype.addEventListener=function(t,e){return this._callbacks=this._callbacks||{},(this._callbacks["$"+t]=this._callbacks["$"+t]||[]).push(e),this},t.prototype.once=function(t,e){function r(){this.off(t,r),e.apply(this,arguments)}return r.fn=e,this.on(t,r),this},t.prototype.off=t.prototype.removeListener=t.prototype.removeAllListeners=t.prototype.removeEventListener=function(t,e){if(this._callbacks=this._callbacks||{},0==arguments.length)return this._callbacks={},this;var r,n=this._callbacks["$"+t];if(!n)return this;if(1==arguments.length)return delete this._callbacks["$"+t],this;for(var o=0;o<n.length;o++)if((r=n[o])===e||r.fn===e){n.splice(o,1);break}return 0===n.length&&delete this._callbacks["$"+t],this},t.prototype.emit=function(t){this._callbacks=this._callbacks||{};for(var e=new Array(arguments.length-1),r=this._callbacks["$"+t],n=1;n<arguments.length;n++)e[n-1]=arguments[n];if(r){n=0;for(var o=(r=r.slice(0)).length;n<o;++n)r[n].apply(this,e)}return this},t.prototype.emitReserved=t.prototype.emit,t.prototype.listeners=function(t){return this._callbacks=this._callbacks||{},this._callbacks["$"+t]||[]},t.prototype.hasListeners=function(t){return!!this.listeners(t).length},qe}();const We="function"==typeof Promise&&"function"==typeof Promise.resolve?t=>Promise.resolve().then(t):(t,e)=>e(t,0),De="undefined"!=typeof self?self:"undefined"!=typeof window?window:Function("return this")();function Ve(t,...e){return e.reduce((e,r)=>(t.hasOwnProperty(r)&&(e[r]=t[r]),e),{})}const $e=De.setTimeout,He=De.clearTimeout;function Ge(t,e){e.useNativeTimers?(t.setTimeoutFn=$e.bind(De),t.clearTimeoutFn=He.bind(De)):(t.setTimeoutFn=De.setTimeout.bind(De),t.clearTimeoutFn=De.clearTimeout.bind(De))}function Je(t){return"string"==typeof t?function(t){let e=0,r=0;for(let n=0,o=t.length;n<o;n++)e=t.charCodeAt(n),e<128?r+=1:e<2048?r+=2:e<55296||e>=57344?r+=3:(n++,r+=4);return r}(t):Math.ceil(1.33*(t.byteLength||t.size))}function Ye(){return Date.now().toString(36).substring(3)+Math.random().toString(36).substring(2,5)}class Ke extends Error{constructor(t,e,r){super(t),this.description=e,this.context=r,this.type="TransportError"}}class ze extends Le.Emitter{constructor(t){super(),this.writable=!1,Ge(this,t),this.opts=t,this.query=t.query,this.socket=t.socket,this.supportsBinary=!t.forceBase64}onError(t,e,r){return super.emitReserved("error",new Ke(t,e,r)),this}open(){return this.readyState="opening",this.doOpen(),this}close(){return"opening"!==this.readyState&&"open"!==this.readyState||(this.doClose(),this.onClose()),this}send(t){"open"===this.readyState&&this.write(t)}onOpen(){this.readyState="open",this.writable=!0,super.emitReserved("open")}onData(t){const e=xe(t,this.socket.binaryType);this.onPacket(e)}onPacket(t){super.emitReserved("packet",t)}onClose(t){this.readyState="closed",super.emitReserved("close",t)}pause(t){}createUri(t,e={}){return t+"://"+this._hostname()+this._port()+this.opts.path+this._query(e)}_hostname(){const t=this.opts.hostname;return-1===t.indexOf(":")?t:"["+t+"]"}_port(){return this.opts.port&&(this.opts.secure&&443!==Number(this.opts.port)||!this.opts.secure&&80!==Number(this.opts.port))?":"+this.opts.port:""}_query(t){const e=function(t){let e="";for(let r in t)t.hasOwnProperty(r)&&(e.length&&(e+="&"),e+=encodeURIComponent(r)+"="+encodeURIComponent(t[r]));return e}(t);return e.length?"?"+e:""}}class Xe extends ze{constructor(){super(...arguments),this._polling=!1}get name(){return"polling"}doOpen(){this._poll()}pause(t){this.readyState="pausing";const e=()=>{this.readyState="paused",t()};if(this._polling||!this.writable){let t=0;this._polling&&(t++,this.once("pollComplete",function(){--t||e()})),this.writable||(t++,this.once("drain",function(){--t||e()}))}else e()}_poll(){this._polling=!0,this.doPoll(),this.emitReserved("poll")}onData(t){((t,e)=>{const r=t.split(Ne),n=[];for(let t=0;t<r.length;t++){const o=xe(r[t],e);if(n.push(o),"error"===o.type)break}return n})(t,this.socket.binaryType).forEach(t=>{if("opening"===this.readyState&&"open"===t.type&&this.onOpen(),"close"===t.type)return this.onClose({description:"transport closed by the server"}),!1;this.onPacket(t)}),"closed"!==this.readyState&&(this._polling=!1,this.emitReserved("pollComplete"),"open"===this.readyState&&this._poll())}doClose(){const t=()=>{this.write([{type:"close"}])};"open"===this.readyState?t():this.once("open",t)}write(t){this.writable=!1,((t,e)=>{const r=t.length,n=new Array(r);let o=0;t.forEach((t,i)=>{Ae(t,!1,t=>{n[i]=t,++o===r&&e(n.join(Ne))})})})(t,t=>{this.doWrite(t,()=>{this.writable=!0,this.emitReserved("drain")})})}uri(){const t=this.opts.secure?"https":"http",e=this.query||{};return!1!==this.opts.timestampRequests&&(e[this.opts.timestampParam]=Ye()),this.supportsBinary||e.sid||(e.b64=1),this.createUri(t,e)}}let Qe=!1;try{Qe="undefined"!=typeof XMLHttpRequest&&"withCredentials"in new XMLHttpRequest}catch(t){}const Ze=Qe;function tr(){}class er extends Xe{constructor(t){if(super(t),"undefined"!=typeof location){const e="https:"===location.protocol;let r=location.port;r||(r=e?"443":"80"),this.xd="undefined"!=typeof location&&t.hostname!==location.hostname||r!==t.port}}doWrite(t,e){const r=this.request({method:"POST",data:t});r.on("success",e),r.on("error",(t,e)=>{this.onError("xhr post error",t,e)})}doPoll(){const t=this.request();t.on("data",this.onData.bind(this)),t.on("error",(t,e)=>{this.onError("xhr poll error",t,e)}),this.pollXhr=t}}class rr extends Le.Emitter{constructor(t,e,r){super(),this.createRequest=t,Ge(this,r),this._opts=r,this._method=r.method||"GET",this._uri=e,this._data=void 0!==r.data?r.data:null,this._create()}_create(){var t;const e=Ve(this._opts,"agent","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","autoUnref");e.xdomain=!!this._opts.xd;const r=this._xhr=this.createRequest(e);try{r.open(this._method,this._uri,!0);try{if(this._opts.extraHeaders){r.setDisableHeaderCheck&&r.setDisableHeaderCheck(!0);for(let t in this._opts.extraHeaders)this._opts.extraHeaders.hasOwnProperty(t)&&r.setRequestHeader(t,this._opts.extraHeaders[t])}}catch(t){}if("POST"===this._method)try{r.setRequestHeader("Content-type","text/plain;charset=UTF-8")}catch(t){}try{r.setRequestHeader("Accept","*/*")}catch(t){}null===(t=this._opts.cookieJar)||void 0===t||t.addCookies(r),"withCredentials"in r&&(r.withCredentials=this._opts.withCredentials),this._opts.requestTimeout&&(r.timeout=this._opts.requestTimeout),r.onreadystatechange=()=>{var t;3===r.readyState&&(null===(t=this._opts.cookieJar)||void 0===t||t.parseCookies(r.getResponseHeader("set-cookie"))),4===r.readyState&&(200===r.status||1223===r.status?this._onLoad():this.setTimeoutFn(()=>{this._onError("number"==typeof r.status?r.status:0)},0))},r.send(this._data)}catch(t){return void this.setTimeoutFn(()=>{this._onError(t)},0)}"undefined"!=typeof document&&(this._index=rr.requestsCount++,rr.requests[this._index]=this)}_onError(t){this.emitReserved("error",t,this._xhr),this._cleanup(!0)}_cleanup(t){if(void 0!==this._xhr&&null!==this._xhr){if(this._xhr.onreadystatechange=tr,t)try{this._xhr.abort()}catch(t){}"undefined"!=typeof document&&delete rr.requests[this._index],this._xhr=null}}_onLoad(){const t=this._xhr.responseText;null!==t&&(this.emitReserved("data",t),this.emitReserved("success"),this._cleanup())}abort(){this._cleanup()}}if(rr.requestsCount=0,rr.requests={},"undefined"!=typeof document)if("function"==typeof attachEvent)attachEvent("onunload",nr);else if("function"==typeof addEventListener){addEventListener("onpagehide"in De?"pagehide":"unload",nr,!1)}function nr(){for(let t in rr.requests)rr.requests.hasOwnProperty(t)&&rr.requests[t].abort()}const or=function(){const t=ir({xdomain:!1});return t&&null!==t.responseType}();function ir(t){const e=t.xdomain;try{if("undefined"!=typeof XMLHttpRequest&&(!e||Ze))return new XMLHttpRequest}catch(t){}if(!e)try{return new(De[["Active"].concat("Object").join("X")])("Microsoft.XMLHTTP")}catch(t){}}const sr="undefined"!=typeof navigator&&"string"==typeof navigator.product&&"reactnative"===navigator.product.toLowerCase();class ar extends ze{get name(){return"websocket"}doOpen(){const t=this.uri(),e=this.opts.protocols,r=sr?{}:Ve(this.opts,"agent","perMessageDeflate","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","localAddress","protocolVersion","origin","maxPayload","family","checkServerIdentity");this.opts.extraHeaders&&(r.headers=this.opts.extraHeaders);try{this.ws=this.createSocket(t,e,r)}catch(t){return this.emitReserved("error",t)}this.ws.binaryType=this.socket.binaryType,this.addEventListeners()}addEventListeners(){this.ws.onopen=()=>{this.opts.autoUnref&&this.ws._socket.unref(),this.onOpen()},this.ws.onclose=t=>this.onClose({description:"websocket connection closed",context:t}),this.ws.onmessage=t=>this.onData(t.data),this.ws.onerror=t=>this.onError("websocket error",t)}write(t){this.writable=!1;for(let e=0;e<t.length;e++){const r=t[e],n=e===t.length-1;Ae(r,this.supportsBinary,t=>{try{this.doWrite(r,t)}catch(t){}n&&We(()=>{this.writable=!0,this.emitReserved("drain")},this.setTimeoutFn)})}}doClose(){void 0!==this.ws&&(this.ws.onerror=()=>{},this.ws.close(),this.ws=null)}uri(){const t=this.opts.secure?"wss":"ws",e=this.query||{};return this.opts.timestampRequests&&(e[this.opts.timestampParam]=Ye()),this.supportsBinary||(e.b64=1),this.createUri(t,e)}}const cr=De.WebSocket||De.MozWebSocket;const ur={websocket:class extends ar{createSocket(t,e,r){return sr?new cr(t,e,r):e?new cr(t,e):new cr(t)}doWrite(t,e){this.ws.send(e)}},webtransport:class extends ze{get name(){return"webtransport"}doOpen(){try{this._transport=new WebTransport(this.createUri("https"),this.opts.transportOptions[this.name])}catch(t){return this.emitReserved("error",t)}this._transport.closed.then(()=>{this.onClose()}).catch(t=>{this.onError("webtransport error",t)}),this._transport.ready.then(()=>{this._transport.createBidirectionalStream().then(t=>{const e=function(t,e){Ie||(Ie=new TextDecoder);const r=[];let n=0,o=-1,i=!1;return new TransformStream({transform(s,a){for(r.push(s);;){if(0===n){if(Ue(r)<1)break;const t=Fe(r,1);i=!(128&~t[0]),o=127&t[0],n=o<126?3:126===o?1:2}else if(1===n){if(Ue(r)<2)break;const t=Fe(r,2);o=new DataView(t.buffer,t.byteOffset,t.length).getUint16(0),n=3}else if(2===n){if(Ue(r)<8)break;const t=Fe(r,8),e=new DataView(t.buffer,t.byteOffset,t.length),i=e.getUint32(0);if(i>Math.pow(2,21)-1){a.enqueue(ve);break}o=i*Math.pow(2,32)+e.getUint32(4),n=3}else{if(Ue(r)<o)break;const t=Fe(r,o);a.enqueue(xe(i?t:Ie.decode(t),e)),n=0}if(0===o||o>t){a.enqueue(ve);break}}}})}(Number.MAX_SAFE_INTEGER,this.socket.binaryType),r=t.readable.pipeThrough(e).getReader(),n=Ce();n.readable.pipeTo(t.writable),this._writer=n.writable.getWriter();const o=()=>{r.read().then(({done:t,value:e})=>{t||(this.onPacket(e),o())}).catch(t=>{})};o();const i={type:"open"};this.query.sid&&(i.data=`{"sid":"${this.query.sid}"}`),this._writer.write(i).then(()=>this.onOpen())})})}write(t){this.writable=!1;for(let e=0;e<t.length;e++){const r=t[e],n=e===t.length-1;this._writer.write(r).then(()=>{n&&We(()=>{this.writable=!0,this.emitReserved("drain")},this.setTimeoutFn)})}}doClose(){var t;null===(t=this._transport)||void 0===t||t.close()}},polling:class extends er{constructor(t){super(t);const e=t&&t.forceBase64;this.supportsBinary=or&&!e}request(t={}){return Object.assign(t,{xd:this.xd},this.opts),new rr(ir,this.uri(),t)}}},pr=/^(?:(?![^:@\/?#]+:[^:@\/]*@)(http|https|ws|wss):\/\/)?((?:(([^:@\/?#]*)(?::([^:@\/?#]*))?)?@)?((?:[a-f0-9]{0,4}:){2,7}[a-f0-9]{0,4}|[^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/,fr=["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"];function lr(t){if(t.length>8e3)throw"URI too long";const e=t,r=t.indexOf("["),n=t.indexOf("]");-1!=r&&-1!=n&&(t=t.substring(0,r)+t.substring(r,n).replace(/:/g,";")+t.substring(n,t.length));let o=pr.exec(t||""),i={},s=14;for(;s--;)i[fr[s]]=o[s]||"";return-1!=r&&-1!=n&&(i.source=e,i.host=i.host.substring(1,i.host.length-1).replace(/;/g,":"),i.authority=i.authority.replace("[","").replace("]","").replace(/;/g,":"),i.ipv6uri=!0),i.pathNames=function(t,e){const r=/\/{2,9}/g,n=e.replace(r,"/").split("/");"/"!=e.slice(0,1)&&0!==e.length||n.splice(0,1);"/"==e.slice(-1)&&n.splice(n.length-1,1);return n}(0,i.path),i.queryKey=function(t,e){const r={};return e.replace(/(?:^|&)([^&=]*)=?([^&]*)/g,function(t,e,n){e&&(r[e]=n)}),r}(0,i.query),i}const hr="function"==typeof addEventListener&&"function"==typeof removeEventListener,yr=[];hr&&addEventListener("offline",()=>{yr.forEach(t=>t())},!1);class dr extends Le.Emitter{constructor(t,e){if(super(),this.binaryType="arraybuffer",this.writeBuffer=[],this._prevBufferLen=0,this._pingInterval=-1,this._pingTimeout=-1,this._maxPayload=-1,this._pingTimeoutTime=1/0,t&&"object"==typeof t&&(e=t,t=null),t){const r=lr(t);e.hostname=r.host,e.secure="https"===r.protocol||"wss"===r.protocol,e.port=r.port,r.query&&(e.query=r.query)}else e.host&&(e.hostname=lr(e.host).host);Ge(this,e),this.secure=null!=e.secure?e.secure:"undefined"!=typeof location&&"https:"===location.protocol,e.hostname&&!e.port&&(e.port=this.secure?"443":"80"),this.hostname=e.hostname||("undefined"!=typeof location?location.hostname:"localhost"),this.port=e.port||("undefined"!=typeof location&&location.port?location.port:this.secure?"443":"80"),this.transports=[],this._transportsByName={},e.transports.forEach(t=>{const e=t.prototype.name;this.transports.push(e),this._transportsByName[e]=t}),this.opts=Object.assign({path:"/engine.io",agent:!1,withCredentials:!1,upgrade:!0,timestampParam:"t",rememberUpgrade:!1,addTrailingSlash:!0,rejectUnauthorized:!0,perMessageDeflate:{threshold:1024},transportOptions:{},closeOnBeforeunload:!1},e),this.opts.path=this.opts.path.replace(/\/$/,"")+(this.opts.addTrailingSlash?"/":""),"string"==typeof this.opts.query&&(this.opts.query=function(t){let e={},r=t.split("&");for(let t=0,n=r.length;t<n;t++){let n=r[t].split("=");e[decodeURIComponent(n[0])]=decodeURIComponent(n[1])}return e}(this.opts.query)),hr&&(this.opts.closeOnBeforeunload&&(this._beforeunloadEventListener=()=>{this.transport&&(this.transport.removeAllListeners(),this.transport.close())},addEventListener("beforeunload",this._beforeunloadEventListener,!1)),"localhost"!==this.hostname&&(this._offlineEventListener=()=>{this._onClose("transport close",{description:"network connection lost"})},yr.push(this._offlineEventListener))),this.opts.withCredentials&&(this._cookieJar=void 0),this._open()}createTransport(t){const e=Object.assign({},this.opts.query);e.EIO=4,e.transport=t,this.id&&(e.sid=this.id);const r=Object.assign({},this.opts,{query:e,socket:this,hostname:this.hostname,secure:this.secure,port:this.port},this.opts.transportOptions[t]);return new this._transportsByName[t](r)}_open(){if(0===this.transports.length)return void this.setTimeoutFn(()=>{this.emitReserved("error","No transports available")},0);const t=this.opts.rememberUpgrade&&dr.priorWebsocketSuccess&&-1!==this.transports.indexOf("websocket")?"websocket":this.transports[0];this.readyState="opening";const e=this.createTransport(t);e.open(),this.setTransport(e)}setTransport(t){this.transport&&this.transport.removeAllListeners(),this.transport=t,t.on("drain",this._onDrain.bind(this)).on("packet",this._onPacket.bind(this)).on("error",this._onError.bind(this)).on("close",t=>this._onClose("transport close",t))}onOpen(){this.readyState="open",dr.priorWebsocketSuccess="websocket"===this.transport.name,this.emitReserved("open"),this.flush()}_onPacket(t){if("opening"===this.readyState||"open"===this.readyState||"closing"===this.readyState)switch(this.emitReserved("packet",t),this.emitReserved("heartbeat"),t.type){case"open":this.onHandshake(JSON.parse(t.data));break;case"ping":this._sendPacket("pong"),this.emitReserved("ping"),this.emitReserved("pong"),this._resetPingTimeout();break;case"error":const e=new Error("server error");e.code=t.data,this._onError(e);break;case"message":this.emitReserved("data",t.data),this.emitReserved("message",t.data)}}onHandshake(t){this.emitReserved("handshake",t),this.id=t.sid,this.transport.query.sid=t.sid,this._pingInterval=t.pingInterval,this._pingTimeout=t.pingTimeout,this._maxPayload=t.maxPayload,this.onOpen(),"closed"!==this.readyState&&this._resetPingTimeout()}_resetPingTimeout(){this.clearTimeoutFn(this._pingTimeoutTimer);const t=this._pingInterval+this._pingTimeout;this._pingTimeoutTime=Date.now()+t,this._pingTimeoutTimer=this.setTimeoutFn(()=>{this._onClose("ping timeout")},t),this.opts.autoUnref&&this._pingTimeoutTimer.unref()}_onDrain(){this.writeBuffer.splice(0,this._prevBufferLen),this._prevBufferLen=0,0===this.writeBuffer.length?this.emitReserved("drain"):this.flush()}flush(){if("closed"!==this.readyState&&this.transport.writable&&!this.upgrading&&this.writeBuffer.length){const t=this._getWritablePackets();this.transport.send(t),this._prevBufferLen=t.length,this.emitReserved("flush")}}_getWritablePackets(){if(!(this._maxPayload&&"polling"===this.transport.name&&this.writeBuffer.length>1))return this.writeBuffer;let t=1;for(let e=0;e<this.writeBuffer.length;e++){const r=this.writeBuffer[e].data;if(r&&(t+=Je(r)),e>0&&t>this._maxPayload)return this.writeBuffer.slice(0,e);t+=2}return this.writeBuffer}_hasPingExpired(){if(!this._pingTimeoutTime)return!0;const t=Date.now()>this._pingTimeoutTime;return t&&(this._pingTimeoutTime=0,We(()=>{this._onClose("ping timeout")},this.setTimeoutFn)),t}write(t,e,r){return this._sendPacket("message",t,e,r),this}send(t,e,r){return this._sendPacket("message",t,e,r),this}_sendPacket(t,e,r,n){if("function"==typeof e&&(n=e,e=void 0),"function"==typeof r&&(n=r,r=null),"closing"===this.readyState||"closed"===this.readyState)return;(r=r||{}).compress=!1!==r.compress;const o={type:t,data:e,options:r};this.emitReserved("packetCreate",o),this.writeBuffer.push(o),n&&this.once("flush",n),this.flush()}close(){const t=()=>{this._onClose("forced close"),this.transport.close()},e=()=>{this.off("upgrade",e),this.off("upgradeError",e),t()},r=()=>{this.once("upgrade",e),this.once("upgradeError",e)};return"opening"!==this.readyState&&"open"!==this.readyState||(this.readyState="closing",this.writeBuffer.length?this.once("drain",()=>{this.upgrading?r():t()}):this.upgrading?r():t()),this}_onError(t){if(dr.priorWebsocketSuccess=!1,this.opts.tryAllTransports&&this.transports.length>1&&"opening"===this.readyState)return this.transports.shift(),this._open();this.emitReserved("error",t),this._onClose("transport error",t)}_onClose(t,e){if("opening"===this.readyState||"open"===this.readyState||"closing"===this.readyState){if(this.clearTimeoutFn(this._pingTimeoutTimer),this.transport.removeAllListeners("close"),this.transport.close(),this.transport.removeAllListeners(),hr&&(this._beforeunloadEventListener&&removeEventListener("beforeunload",this._beforeunloadEventListener,!1),this._offlineEventListener)){const t=yr.indexOf(this._offlineEventListener);-1!==t&&yr.splice(t,1)}this.readyState="closed",this.id=null,this.emitReserved("close",t,e),this.writeBuffer=[],this._prevBufferLen=0}}}dr.protocol=4;class gr extends dr{constructor(){super(...arguments),this._upgrades=[]}onOpen(){if(super.onOpen(),"open"===this.readyState&&this.opts.upgrade)for(let t=0;t<this._upgrades.length;t++)this._probe(this._upgrades[t])}_probe(t){let e=this.createTransport(t),r=!1;dr.priorWebsocketSuccess=!1;const n=()=>{r||(e.send([{type:"ping",data:"probe"}]),e.once("packet",t=>{if(!r)if("pong"===t.type&&"probe"===t.data){if(this.upgrading=!0,this.emitReserved("upgrading",e),!e)return;dr.priorWebsocketSuccess="websocket"===e.name,this.transport.pause(()=>{r||"closed"!==this.readyState&&(u(),this.setTransport(e),e.send([{type:"upgrade"}]),this.emitReserved("upgrade",e),e=null,this.upgrading=!1,this.flush())})}else{const t=new Error("probe error");t.transport=e.name,this.emitReserved("upgradeError",t)}}))};function o(){r||(r=!0,u(),e.close(),e=null)}const i=t=>{const r=new Error("probe error: "+t);r.transport=e.name,o(),this.emitReserved("upgradeError",r)};function s(){i("transport closed")}function a(){i("socket closed")}function c(t){e&&t.name!==e.name&&o()}const u=()=>{e.removeListener("open",n),e.removeListener("error",i),e.removeListener("close",s),this.off("close",a),this.off("upgrading",c)};e.once("open",n),e.once("error",i),e.once("close",s),this.once("close",a),this.once("upgrading",c),-1!==this._upgrades.indexOf("webtransport")&&"webtransport"!==t?this.setTimeoutFn(()=>{r||e.open()},200):e.open()}onHandshake(t){this._upgrades=this._filterUpgrades(t.upgrades),super.onHandshake(t)}_filterUpgrades(t){const e=[];for(let r=0;r<t.length;r++)~this.transports.indexOf(t[r])&&e.push(t[r]);return e}}class br extends gr{constructor(t,e={}){const r="object"==typeof t?t:e;(!r.transports||r.transports&&"string"==typeof r.transports[0])&&(r.transports=(r.transports||["polling","websocket","webtransport"]).map(t=>ur[t]).filter(t=>!!t)),super(t,r)}}const mr="function"==typeof ArrayBuffer,vr=Object.prototype.toString,wr="function"==typeof Blob||"undefined"!=typeof Blob&&"[object BlobConstructor]"===vr.call(Blob),_r="function"==typeof File||"undefined"!=typeof File&&"[object FileConstructor]"===vr.call(File);function Sr(t){return mr&&(t instanceof ArrayBuffer||(t=>"function"==typeof ArrayBuffer.isView?ArrayBuffer.isView(t):t.buffer instanceof ArrayBuffer)(t))||wr&&t instanceof Blob||_r&&t instanceof File}function Ar(t,e){if(!t||"object"!=typeof t)return!1;if(Array.isArray(t)){for(let e=0,r=t.length;e<r;e++)if(Ar(t[e]))return!0;return!1}if(Sr(t))return!0;if(t.toJSON&&"function"==typeof t.toJSON&&1===arguments.length)return Ar(t.toJSON(),!0);for(const e in t)if(Object.prototype.hasOwnProperty.call(t,e)&&Ar(t[e]))return!0;return!1}function Er(t){const e=[],r=t.data,n=t;return n.data=Or(r,e),n.attachments=e.length,{packet:n,buffers:e}}function Or(t,e){if(!t)return t;if(Sr(t)){const r={_placeholder:!0,num:e.length};return e.push(t),r}if(Array.isArray(t)){const r=new Array(t.length);for(let n=0;n<t.length;n++)r[n]=Or(t[n],e);return r}if("object"==typeof t&&!(t instanceof Date)){const r={};for(const n in t)Object.prototype.hasOwnProperty.call(t,n)&&(r[n]=Or(t[n],e));return r}return t}function kr(t,e){return t.data=Pr(t.data,e),delete t.attachments,t}function Pr(t,e){if(!t)return t;if(t&&!0===t._placeholder){if("number"==typeof t.num&&t.num>=0&&t.num<e.length)return e[t.num];throw new Error("illegal attachments")}if(Array.isArray(t))for(let r=0;r<t.length;r++)t[r]=Pr(t[r],e);else if("object"==typeof t)for(const r in t)Object.prototype.hasOwnProperty.call(t,r)&&(t[r]=Pr(t[r],e));return t}const Rr=["connect","connect_error","disconnect","disconnecting","newListener","removeListener"];var Tr;!function(t){t[t.CONNECT=0]="CONNECT",t[t.DISCONNECT=1]="DISCONNECT",t[t.EVENT=2]="EVENT",t[t.ACK=3]="ACK",t[t.CONNECT_ERROR=4]="CONNECT_ERROR",t[t.BINARY_EVENT=5]="BINARY_EVENT",t[t.BINARY_ACK=6]="BINARY_ACK"}(Tr||(Tr={}));class xr extends Le.Emitter{constructor(t){super(),this.opts=Object.assign({reviver:void 0,maxAttachments:10},"function"==typeof t?{reviver:t}:t)}add(t){let e;if("string"==typeof t){if(this.reconstructor)throw new Error("got plaintext data when reconstructing a packet");e=this.decodeString(t);const r=e.type===Tr.BINARY_EVENT;r||e.type===Tr.BINARY_ACK?(e.type=r?Tr.EVENT:Tr.ACK,this.reconstructor=new jr(e),0===e.attachments&&super.emitReserved("decoded",e)):super.emitReserved("decoded",e)}else{if(!Sr(t)&&!t.base64)throw new Error("Unknown type: "+t);if(!this.reconstructor)throw new Error("got binary data when not reconstructing a packet");e=this.reconstructor.takeBinaryData(t),e&&(this.reconstructor=null,super.emitReserved("decoded",e))}}decodeString(t){let e=0;const r={type:Number(t.charAt(0))};if(void 0===Tr[r.type])throw new Error("unknown packet type "+r.type);if(r.type===Tr.BINARY_EVENT||r.type===Tr.BINARY_ACK){const n=e+1;for(;"-"!==t.charAt(++e)&&e!=t.length;);const o=t.substring(n,e);if(o!=Number(o)||"-"!==t.charAt(e))throw new Error("Illegal attachments");const i=Number(o);if(!Br(i)||i<0)throw new Error("Illegal attachments");if(i>this.opts.maxAttachments)throw new Error("too many attachments");r.attachments=i}if("/"===t.charAt(e+1)){const n=e+1;for(;++e;){if(","===t.charAt(e))break;if(e===t.length)break}r.nsp=t.substring(n,e)}else r.nsp="/";const n=t.charAt(e+1);if(""!==n&&Number(n)==n){const n=e+1;for(;++e;){const r=t.charAt(e);if(null==r||Number(r)!=r){--e;break}if(e===t.length)break}r.id=Number(t.substring(n,e+1))}if(t.charAt(++e)){const n=this.tryParse(t.substr(e));if(!xr.isPayloadValid(r.type,n))throw new Error("invalid payload");r.data=n}return r}tryParse(t){try{return JSON.parse(t,this.opts.reviver)}catch(t){return!1}}static isPayloadValid(t,e){switch(t){case Tr.CONNECT:return Nr(e);case Tr.DISCONNECT:return void 0===e;case Tr.CONNECT_ERROR:return"string"==typeof e||Nr(e);case Tr.EVENT:case Tr.BINARY_EVENT:return Array.isArray(e)&&("number"==typeof e[0]||"string"==typeof e[0]&&-1===Rr.indexOf(e[0]));case Tr.ACK:case Tr.BINARY_ACK:return Array.isArray(e)}}destroy(){this.reconstructor&&(this.reconstructor.finishedReconstruction(),this.reconstructor=null)}}class jr{constructor(t){this.packet=t,this.buffers=[],this.reconPack=t}takeBinaryData(t){if(this.buffers.push(t),this.buffers.length===this.reconPack.attachments){const t=kr(this.reconPack,this.buffers);return this.finishedReconstruction(),t}return null}finishedReconstruction(){this.reconPack=null,this.buffers=[]}}const Br=Number.isInteger||function(t){return"number"==typeof t&&isFinite(t)&&Math.floor(t)===t};function Nr(t){return"[object Object]"===Object.prototype.toString.call(t)}var Cr=Object.freeze({__proto__:null,Decoder:xr,Encoder:class{constructor(t){this.replacer=t}encode(t){return t.type!==Tr.EVENT&&t.type!==Tr.ACK||!Ar(t)?[this.encodeAsString(t)]:this.encodeAsBinary({type:t.type===Tr.EVENT?Tr.BINARY_EVENT:Tr.BINARY_ACK,nsp:t.nsp,data:t.data,id:t.id})}encodeAsString(t){let e=""+t.type;return t.type!==Tr.BINARY_EVENT&&t.type!==Tr.BINARY_ACK||(e+=t.attachments+"-"),t.nsp&&"/"!==t.nsp&&(e+=t.nsp+","),null!=t.id&&(e+=t.id),null!=t.data&&(e+=JSON.stringify(t.data,this.replacer)),e}encodeAsBinary(t){const e=Er(t),r=this.encodeAsString(e.packet),n=e.buffers;return n.unshift(r),n}},get PacketType(){return Tr}});export{Tr as P,br as S,Rt as _,Cr as a,jt as b,Le as c,Bt as d,Nt as e,Tt as f,xt as g,Ge as i,We as n,lr as p,ge as r};