playwright-core 1.56.0-alpha-1756945786000 → 1.56.0-alpha-1757023974000

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.
@@ -1,2 +1,2 @@
1
- import{M as x,r,T as C,W as I,j as e,D as z,a as O,b as U,c as V,d as $,e as q}from"./assets/defaultSettingsView-XM8laJv9.js";const A=()=>{const[i,c]=r.useState(!1),[l,d]=r.useState([]),[h,p]=r.useState([]),[f,L]=r.useState(P),[w,j]=r.useState({done:0,total:0}),[b,v]=r.useState(!1),[E,S]=r.useState(null),[T,R]=r.useState(null),[W,N]=r.useState(!1),m=r.useCallback(t=>{const a=[],o=[],s=new URL(window.location.href);for(let n=0;n<t.length;n++){const g=t.item(n);if(!g)continue;const k=URL.createObjectURL(g);a.push(k),o.push(g.name),s.searchParams.append("trace",k),s.searchParams.append("traceFileName",g.name)}const u=s.toString();window.history.pushState({},"",u),d(a),p(o),v(!1),S(null)},[]);r.useEffect(()=>{const t=async a=>{var o;if((o=a.clipboardData)!=null&&o.files.length){for(const s of a.clipboardData.files)if(s.type!=="application/zip")return;a.preventDefault(),m(a.clipboardData.files)}};return document.addEventListener("paste",t),()=>document.removeEventListener("paste",t)}),r.useEffect(()=>{const t=a=>{const{method:o,params:s}=a.data;if(o!=="load"||!((s==null?void 0:s.trace)instanceof Blob))return;const u=new File([s.trace],"trace.zip",{type:"application/zip"}),n=new DataTransfer;n.items.add(u),m(n.files)};return window.addEventListener("message",t),()=>window.removeEventListener("message",t)});const M=r.useCallback(t=>{t.preventDefault(),m(t.dataTransfer.files)},[m]),F=r.useCallback(t=>{t.preventDefault(),t.target.files&&m(t.target.files)},[m]);r.useEffect(()=>{const t=new URL(window.location.href).searchParams,a=t.getAll("trace");c(t.has("isServer"));for(const o of a)if(o.startsWith("file:")){R(o||null);return}if(t.has("isServer")){const o=new URLSearchParams(window.location.search).get("ws"),s=new URL(`../${o}`,window.location.toString());s.protocol=window.location.protocol==="https:"?"wss:":"ws:";const u=new C(new I(s));u.onLoadTraceRequested(async n=>{d(n.traceUrl?[n.traceUrl]:[]),v(!1),S(null)}),u.initialize({}).catch(()=>{})}else a.some(o=>o.startsWith("blob:"))||d(a)},[]),r.useEffect(()=>{(async()=>{if(l.length){const t=s=>{s.data.method==="progress"&&j(s.data.params)};navigator.serviceWorker.addEventListener("message",t),j({done:0,total:1});const a=[];for(let s=0;s<l.length;s++){const u=l[s],n=new URLSearchParams;n.set("trace",u),h.length&&n.set("traceFileName",h[s]),n.set("limit",String(l.length));const g=await fetch(`contexts?${n.toString()}`);if(!g.ok){i||d([]),S((await g.json()).error);return}a.push(...await g.json())}navigator.serviceWorker.removeEventListener("message",t);const o=new x(a);j({done:0,total:0}),L(o)}else L(P)})()},[i,l,h]);const D=w.done!==w.total&&w.total!==0;r.useEffect(()=>{if(D){const t=setTimeout(()=>{N(!0)},200);return()=>clearTimeout(t)}else N(!1)},[D]);const y=!!(!i&&!b&&!T&&(!l.length||E));return e.jsxs("div",{className:"vbox workbench-loader",onDragOver:t=>{t.preventDefault(),v(!0)},children:[e.jsxs("div",{className:"hbox header",...y?{inert:"true"}:{},children:[e.jsx("div",{className:"logo",children:e.jsx("img",{src:"playwright-logo.svg",alt:"Playwright logo"})}),e.jsx("div",{className:"product",children:"Playwright"}),f.title&&e.jsx("div",{className:"title",children:f.title}),e.jsx("div",{className:"spacer"}),e.jsx(z,{icon:"settings-gear",title:"Settings",dialogDataTestId:"settings-toolbar-dialog",children:e.jsx(O,{})})]}),e.jsx(U,{model:f,inert:y}),T&&e.jsxs("div",{className:"drop-target",children:[e.jsx("div",{children:"Trace Viewer uses Service Workers to show traces. To view trace:"}),e.jsxs("div",{style:{paddingTop:20},children:[e.jsxs("div",{children:["1. Click ",e.jsx("a",{href:T,children:"here"})," to put your trace into the download shelf"]}),e.jsxs("div",{children:["2. Go to ",e.jsx("a",{href:"https://trace.playwright.dev",children:"trace.playwright.dev"})]}),e.jsx("div",{children:"3. Drop the trace from the download shelf into the page"})]})]}),e.jsx(V,{open:W,isModal:!0,className:"progress-dialog",children:e.jsxs("div",{className:"progress-content",children:[e.jsx("div",{className:"title",role:"heading","aria-level":1,children:"Loading Playwright Trace..."}),e.jsx("div",{className:"progress-wrapper",children:e.jsx("div",{className:"inner-progress",style:{width:w.total?100*w.done/w.total+"%":0}})})]})}),y&&e.jsxs("div",{className:"drop-target",children:[e.jsx("div",{className:"processing-error",role:"alert",children:E}),e.jsx("div",{className:"title",role:"heading","aria-level":1,children:"Drop Playwright Trace to load"}),e.jsx("div",{children:"or"}),e.jsx("button",{onClick:()=>{const t=document.createElement("input");t.type="file",t.multiple=!0,t.click(),t.addEventListener("change",a=>F(a))},type:"button",children:"Select file(s)"}),e.jsx("div",{style:{maxWidth:400},children:"Playwright Trace Viewer is a Progressive Web App, it does not send your trace anywhere, it opens it locally."})]}),i&&!l.length&&e.jsx("div",{className:"drop-target",children:e.jsx("div",{className:"title",children:"Select test to see the trace"})}),b&&e.jsx("div",{className:"drop-target",onDragLeave:()=>{v(!1)},onDrop:t=>M(t),children:e.jsx("div",{className:"title",children:"Release to analyse the Playwright Trace"})})]})},P=new x([]),B=({traceJson:i})=>{const[c,l]=r.useState(void 0),[d,h]=r.useState(0),p=r.useRef(null);return r.useEffect(()=>(p.current&&clearTimeout(p.current),p.current=setTimeout(async()=>{try{const f=await G(i);l(f)}catch{const f=new x([]);l(f)}finally{h(d+1)}},500),()=>{p.current&&clearTimeout(p.current)}),[i,d]),e.jsx(U,{model:c,isLive:!0})};async function G(i){const c=new URLSearchParams;c.set("trace",i),c.set("limit","1");const d=await(await fetch(`contexts?${c.toString()}`)).json();return new x(d)}(async()=>{const i=new URLSearchParams(window.location.search);if($(),window.location.protocol!=="file:"){if(i.get("isUnderTest")==="true"&&await new Promise(h=>setTimeout(h,1e3)),!navigator.serviceWorker)throw new Error(`Service workers are not supported.
1
+ import{M as x,r,T as C,W as I,j as e,D as z,a as O,b as U,c as V,d as $,e as q}from"./assets/defaultSettingsView-O-FwlkAx.js";const A=()=>{const[i,c]=r.useState(!1),[l,d]=r.useState([]),[h,p]=r.useState([]),[f,L]=r.useState(P),[w,j]=r.useState({done:0,total:0}),[b,v]=r.useState(!1),[E,S]=r.useState(null),[T,R]=r.useState(null),[W,N]=r.useState(!1),m=r.useCallback(t=>{const a=[],o=[],s=new URL(window.location.href);for(let n=0;n<t.length;n++){const g=t.item(n);if(!g)continue;const k=URL.createObjectURL(g);a.push(k),o.push(g.name),s.searchParams.append("trace",k),s.searchParams.append("traceFileName",g.name)}const u=s.toString();window.history.pushState({},"",u),d(a),p(o),v(!1),S(null)},[]);r.useEffect(()=>{const t=async a=>{var o;if((o=a.clipboardData)!=null&&o.files.length){for(const s of a.clipboardData.files)if(s.type!=="application/zip")return;a.preventDefault(),m(a.clipboardData.files)}};return document.addEventListener("paste",t),()=>document.removeEventListener("paste",t)}),r.useEffect(()=>{const t=a=>{const{method:o,params:s}=a.data;if(o!=="load"||!((s==null?void 0:s.trace)instanceof Blob))return;const u=new File([s.trace],"trace.zip",{type:"application/zip"}),n=new DataTransfer;n.items.add(u),m(n.files)};return window.addEventListener("message",t),()=>window.removeEventListener("message",t)});const M=r.useCallback(t=>{t.preventDefault(),m(t.dataTransfer.files)},[m]),F=r.useCallback(t=>{t.preventDefault(),t.target.files&&m(t.target.files)},[m]);r.useEffect(()=>{const t=new URL(window.location.href).searchParams,a=t.getAll("trace");c(t.has("isServer"));for(const o of a)if(o.startsWith("file:")){R(o||null);return}if(t.has("isServer")){const o=new URLSearchParams(window.location.search).get("ws"),s=new URL(`../${o}`,window.location.toString());s.protocol=window.location.protocol==="https:"?"wss:":"ws:";const u=new C(new I(s));u.onLoadTraceRequested(async n=>{d(n.traceUrl?[n.traceUrl]:[]),v(!1),S(null)}),u.initialize({}).catch(()=>{})}else a.some(o=>o.startsWith("blob:"))||d(a)},[]),r.useEffect(()=>{(async()=>{if(l.length){const t=s=>{s.data.method==="progress"&&j(s.data.params)};navigator.serviceWorker.addEventListener("message",t),j({done:0,total:1});const a=[];for(let s=0;s<l.length;s++){const u=l[s],n=new URLSearchParams;n.set("trace",u),h.length&&n.set("traceFileName",h[s]),n.set("limit",String(l.length));const g=await fetch(`contexts?${n.toString()}`);if(!g.ok){i||d([]),S((await g.json()).error);return}a.push(...await g.json())}navigator.serviceWorker.removeEventListener("message",t);const o=new x(a);j({done:0,total:0}),L(o)}else L(P)})()},[i,l,h]);const D=w.done!==w.total&&w.total!==0;r.useEffect(()=>{if(D){const t=setTimeout(()=>{N(!0)},200);return()=>clearTimeout(t)}else N(!1)},[D]);const y=!!(!i&&!b&&!T&&(!l.length||E));return e.jsxs("div",{className:"vbox workbench-loader",onDragOver:t=>{t.preventDefault(),v(!0)},children:[e.jsxs("div",{className:"hbox header",...y?{inert:"true"}:{},children:[e.jsx("div",{className:"logo",children:e.jsx("img",{src:"playwright-logo.svg",alt:"Playwright logo"})}),e.jsx("div",{className:"product",children:"Playwright"}),f.title&&e.jsx("div",{className:"title",children:f.title}),e.jsx("div",{className:"spacer"}),e.jsx(z,{icon:"settings-gear",title:"Settings",dialogDataTestId:"settings-toolbar-dialog",children:e.jsx(O,{})})]}),e.jsx(U,{model:f,inert:y}),T&&e.jsxs("div",{className:"drop-target",children:[e.jsx("div",{children:"Trace Viewer uses Service Workers to show traces. To view trace:"}),e.jsxs("div",{style:{paddingTop:20},children:[e.jsxs("div",{children:["1. Click ",e.jsx("a",{href:T,children:"here"})," to put your trace into the download shelf"]}),e.jsxs("div",{children:["2. Go to ",e.jsx("a",{href:"https://trace.playwright.dev",children:"trace.playwright.dev"})]}),e.jsx("div",{children:"3. Drop the trace from the download shelf into the page"})]})]}),e.jsx(V,{open:W,isModal:!0,className:"progress-dialog",children:e.jsxs("div",{className:"progress-content",children:[e.jsx("div",{className:"title",role:"heading","aria-level":1,children:"Loading Playwright Trace..."}),e.jsx("div",{className:"progress-wrapper",children:e.jsx("div",{className:"inner-progress",style:{width:w.total?100*w.done/w.total+"%":0}})})]})}),y&&e.jsxs("div",{className:"drop-target",children:[e.jsx("div",{className:"processing-error",role:"alert",children:E}),e.jsx("div",{className:"title",role:"heading","aria-level":1,children:"Drop Playwright Trace to load"}),e.jsx("div",{children:"or"}),e.jsx("button",{onClick:()=>{const t=document.createElement("input");t.type="file",t.multiple=!0,t.click(),t.addEventListener("change",a=>F(a))},type:"button",children:"Select file(s)"}),e.jsx("div",{style:{maxWidth:400},children:"Playwright Trace Viewer is a Progressive Web App, it does not send your trace anywhere, it opens it locally."})]}),i&&!l.length&&e.jsx("div",{className:"drop-target",children:e.jsx("div",{className:"title",children:"Select test to see the trace"})}),b&&e.jsx("div",{className:"drop-target",onDragLeave:()=>{v(!1)},onDrop:t=>M(t),children:e.jsx("div",{className:"title",children:"Release to analyse the Playwright Trace"})})]})},P=new x([]),B=({traceJson:i})=>{const[c,l]=r.useState(void 0),[d,h]=r.useState(0),p=r.useRef(null);return r.useEffect(()=>(p.current&&clearTimeout(p.current),p.current=setTimeout(async()=>{try{const f=await G(i);l(f)}catch{const f=new x([]);l(f)}finally{h(d+1)}},500),()=>{p.current&&clearTimeout(p.current)}),[i,d]),e.jsx(U,{model:c,isLive:!0})};async function G(i){const c=new URLSearchParams;c.set("trace",i),c.set("limit","1");const d=await(await fetch(`contexts?${c.toString()}`)).json();return new x(d)}(async()=>{const i=new URLSearchParams(window.location.search);if($(),window.location.protocol!=="file:"){if(i.get("isUnderTest")==="true"&&await new Promise(h=>setTimeout(h,1e3)),!navigator.serviceWorker)throw new Error(`Service workers are not supported.
2
2
  Make sure to serve the Trace Viewer (${window.location}) via HTTPS or localhost.`);navigator.serviceWorker.register("sw.bundle.js"),navigator.serviceWorker.controller||await new Promise(h=>{navigator.serviceWorker.oncontrollerchange=()=>h()}),setInterval(function(){fetch("ping")},1e4)}const c=i.get("trace"),d=(c==null?void 0:c.endsWith(".json"))?e.jsx(B,{traceJson:c}):e.jsx(A,{});q.createRoot(document.querySelector("#root")).render(d)})();
@@ -7,8 +7,8 @@
7
7
  <link rel="icon" href="./playwright-logo.svg" type="image/svg+xml">
8
8
  <link rel="manifest" href="./manifest.webmanifest">
9
9
  <title>Playwright Trace Viewer</title>
10
- <script type="module" crossorigin src="./index.BdwOsQ8G.js"></script>
11
- <link rel="modulepreload" crossorigin href="./assets/defaultSettingsView-XM8laJv9.js">
10
+ <script type="module" crossorigin src="./index.DRGQ-a-u.js"></script>
11
+ <link rel="modulepreload" crossorigin href="./assets/defaultSettingsView-O-FwlkAx.js">
12
12
  <link rel="stylesheet" crossorigin href="./defaultSettingsView.CKxaMsyM.css">
13
13
  <link rel="stylesheet" crossorigin href="./index.BFsek2M6.css">
14
14
  </head>
@@ -1,3 +1,3 @@
1
- var Ys=Object.defineProperty;var Vs=(n,t,e)=>t in n?Ys(n,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):n[t]=e;var L=(n,t,e)=>Vs(n,typeof t!="symbol"?t+"":t,e);function Gs(n,t){const e=new Array(t.length).fill(0);return new Array(t.length).fill(0).map((s,r)=>(i,a)=>{e[r]=i/a*t[r]*1e3,n(e.reduce((c,l)=>c+l,0),1e3)})}const vn={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"};function Zs(n){return n.replace(/[&<>"']/ug,t=>vn[t])}function Ks(n){return n.replace(/[&<]/ug,t=>vn[t])}function Lt(n,t,e){return n.find((s,r)=>{if(r===n.length-1)return!0;const i=n[r+1];return Math.abs(t(s)-e)<Math.abs(t(i)-e)})}function Ln(n){return Array.isArray(n)&&typeof n[0]=="string"}function Xs(n){return Array.isArray(n)&&Array.isArray(n[0])}class $s{constructor(t,e,s,r,i){L(this,"_htmlCache");L(this,"_snapshots");L(this,"_index");L(this,"snapshotName");L(this,"_resources");L(this,"_snapshot");L(this,"_callId");L(this,"_screencastFrames");this._htmlCache=t,this._resources=e,this._snapshots=s,this._index=i,this._snapshot=s[i],this._callId=s[i].callId,this._screencastFrames=r,this.snapshotName=s[i].snapshotName}snapshot(){return this._snapshots[this._index]}viewport(){return this._snapshots[this._index].viewport}closestScreenshot(){var r;const{wallTime:t,timestamp:e}=this.snapshot(),s=t&&((r=this._screencastFrames[0])!=null&&r.frameSwapWallTime)?Lt(this._screencastFrames,i=>i.frameSwapWallTime,t):Lt(this._screencastFrames,i=>i.timestamp,e);return s==null?void 0:s.sha1}render(){const t=[],e=(i,a,c,l)=>{if(typeof i=="string"){c==="STYLE"||c==="style"?t.push(rr(tr(i))):t.push(Ks(i));return}if(Xs(i)){const _=a-i[0][0];if(_>=0&&_<=a){const f=Qs(this._snapshots[_]),b=i[0][1];if(b>=0&&b<f.length)return e(f[b],_,c,l)}}else if(Ln(i)){const[_,f,...b]=i,h=_==="NOSCRIPT"?"X-NOSCRIPT":_,S=Object.entries(f||{});t.push("<",h);const C="__playwright_current_src__",u=h==="IFRAME"||h==="FRAME",o=h==="A",d=h==="IMG",y=d&&S.some(m=>m[0]===C),g=h==="SOURCE"&&c==="PICTURE"&&(l==null?void 0:l.some(m=>m[0]===C));for(const[m,E]of S){let p=m;u&&m.toLowerCase()==="src"&&(p="__playwright_src__"),d&&m===C&&(p="src"),["src","srcset"].includes(m.toLowerCase())&&(y||g)&&(p="_"+p);let R=E;o&&m.toLowerCase()==="href"?R="link://"+E:(m.toLowerCase()==="href"||m.toLowerCase()==="src"||m===C)&&(R=rt(E)),t.push(" ",p,'="',Zs(R),'"')}t.push(">");for(const m of b)e(m,a,h,S);Js.has(h)||t.push("</",h,">");return}else return},s=this._snapshot;return{html:this._htmlCache.getOrCompute(this,()=>{e(s.html,this._index,void 0,void 0);const a=(s.doctype?`<!DOCTYPE ${s.doctype}>`:"")+["<style>*,*::before,*::after { visibility: hidden }</style>",`<script>${zs(this.viewport(),this._callId,this.snapshotName)}<\/script>`].join("")+t.join("");return{value:a,size:a.length}}),pageId:s.pageId,frameId:s.frameId,index:this._index}}resourceByUrl(t,e){const s=this._snapshot;let r,i;for(const c of this._resources){if(typeof c._monotonicTime=="number"&&c._monotonicTime>=s.timestamp)break;c.response.status!==304&&c.request.url===t&&c.request.method===e&&(c._frameref===s.frameId?r=c:i=c)}let a=r??i;if(a&&e.toUpperCase()==="GET"){for(const c of s.resourceOverrides)if(t===c.url&&c.sha1){a={...a,response:{...a.response,content:{...a.response.content,_sha1:c.sha1}}};break}}return a}}const Js=new Set(["AREA","BASE","BR","COL","COMMAND","EMBED","HR","IMG","INPUT","KEYGEN","LINK","MENUITEM","META","PARAM","SOURCE","TRACK","WBR"]);function Qs(n){if(!n._nodes){const t=[],e=s=>{if(typeof s=="string")t.push(s);else if(Ln(s)){const[,,...r]=s;for(const i of r)e(i);t.push(s)}};e(n.html),n._nodes=t}return n._nodes}function zs(n,...t){function e(s,r,...i){const a=new URLSearchParams(location.search),c=a.has("shouldPopulateCanvasFromScreenshot"),l=a.has("isUnderTest"),_={viewport:r,frames:new WeakMap};window.__playwright_frame_bounding_rects__=_;const f="Recorded click position in absolute coordinates did not match the center of the clicked element. This is likely due to a difference between the test runner and the trace viewer operating systems.",b=[],h=[],S=[],C=[];let u=window;for(;u!==u.parent&&!u.location.pathname.match(/\/page@[a-z0-9]+$/);)u=u.parent;const o=g=>{for(const m of g.querySelectorAll("[__playwright_scroll_top_]"))b.push(m);for(const m of g.querySelectorAll("[__playwright_scroll_left_]"))h.push(m);for(const m of g.querySelectorAll("[__playwright_value_]")){const E=m;E.type!=="file"&&(E.value=E.getAttribute("__playwright_value_")),m.removeAttribute("__playwright_value_")}for(const m of g.querySelectorAll("[__playwright_checked_]"))m.checked=m.getAttribute("__playwright_checked_")==="true",m.removeAttribute("__playwright_checked_");for(const m of g.querySelectorAll("[__playwright_selected_]"))m.selected=m.getAttribute("__playwright_selected_")==="true",m.removeAttribute("__playwright_selected_");for(const m of g.querySelectorAll("[__playwright_popover_open_]")){try{m.showPopover()}catch{}m.removeAttribute("__playwright_popover_open_")}for(const m of g.querySelectorAll("[__playwright_dialog_open_]")){try{m.getAttribute("__playwright_dialog_open_")==="modal"?m.showModal():m.show()}catch{}m.removeAttribute("__playwright_dialog_open_")}for(const m of i)for(const E of g.querySelectorAll(`[__playwright_target__="${m}"]`)){const p=E.style;p.outline="2px solid #006ab1",p.backgroundColor="#6fa8dc7f",S.push(E)}for(const m of g.querySelectorAll("iframe, frame")){const E=m.getAttribute("__playwright_bounding_rect__");m.removeAttribute("__playwright_bounding_rect__");const p=E?JSON.parse(E):void 0;p&&_.frames.set(m,{boundingRect:p,scrollLeft:0,scrollTop:0});const R=m.getAttribute("__playwright_src__");if(!R)m.setAttribute("src",'data:text/html,<body style="background: #ddd"></body>');else{const T=new URL(s(window.location.href)),A=T.pathname.lastIndexOf("/snapshot/");A!==-1&&(T.pathname=T.pathname.substring(0,A+1)),T.pathname+=R.substring(1),m.setAttribute("src",T.toString())}}{const m=g.querySelector("body[__playwright_custom_elements__]");if(m&&window.customElements){const E=(m.getAttribute("__playwright_custom_elements__")||"").split(",");for(const p of E)window.customElements.define(p,class extends HTMLElement{})}}for(const m of g.querySelectorAll("template[__playwright_shadow_root_]")){const E=m,p=E.parentElement.attachShadow({mode:"open"});p.appendChild(E.content),E.remove(),o(p)}if("adoptedStyleSheets"in g){const m=[...g.adoptedStyleSheets];for(const E of g.querySelectorAll("template[__playwright_style_sheet_]")){const p=E,R=new CSSStyleSheet;R.replaceSync(p.getAttribute("__playwright_style_sheet_")),m.push(R)}g.adoptedStyleSheets=m}C.push(...g.querySelectorAll("canvas"))},d=()=>{window.removeEventListener("load",d);for(const E of b)E.scrollTop=+E.getAttribute("__playwright_scroll_top_"),E.removeAttribute("__playwright_scroll_top_"),_.frames.has(E)&&(_.frames.get(E).scrollTop=E.scrollTop);for(const E of h)E.scrollLeft=+E.getAttribute("__playwright_scroll_left_"),E.removeAttribute("__playwright_scroll_left_"),_.frames.has(E)&&(_.frames.get(E).scrollLeft=E.scrollTop);document.styleSheets[0].disabled=!0;const g=new URL(window.location.href).searchParams,m=window===u;if(g.get("pointX")&&g.get("pointY")){const E=+g.get("pointX"),p=+g.get("pointY"),R=g.has("hasInputTarget"),T=S.length>0,A=document.documentElement?[document.documentElement]:[];for(const x of T?S:A){const w=document.createElement("x-pw-pointer");if(w.style.position="fixed",w.style.backgroundColor="#f44336",w.style.width="20px",w.style.height="20px",w.style.borderRadius="10px",w.style.margin="-10px 0 0 -10px",w.style.zIndex="2147483646",w.style.display="flex",w.style.alignItems="center",w.style.justifyContent="center",T){const O=x.getBoundingClientRect(),I=O.left+O.width/2,N=O.top+O.height/2;if(w.style.left=I+"px",w.style.top=N+"px",m&&(Math.abs(I-E)>=10||Math.abs(N-p)>=10)){const P=document.createElement("x-pw-pointer-warning");P.textContent="⚠",P.style.fontSize="19px",P.style.color="white",P.style.marginTop="-3.5px",P.style.userSelect="none",w.appendChild(P),w.setAttribute("title",f)}document.documentElement.appendChild(w)}else m&&!R&&(w.style.left=E+"px",w.style.top=p+"px",document.documentElement.appendChild(w))}}if(C.length>0){let E=function(R,T){function A(){const x=document.createElement("canvas");x.width=x.width/Math.floor(x.width/24),x.height=x.height/Math.floor(x.height/24);const w=x.getContext("2d");return w.fillStyle="lightgray",w.fillRect(0,0,x.width,x.height),w.fillStyle="white",w.fillRect(0,0,x.width/2,x.height/2),w.fillRect(x.width/2,x.height/2,x.width,x.height),w.createPattern(x,"repeat")}R.fillStyle=A(),R.fillRect(0,0,T.width,T.height)};const p=new Image;p.onload=()=>{var R;for(const T of C){const A=T.getContext("2d"),x=T.getAttribute("__playwright_bounding_rect__");if(T.removeAttribute("__playwright_bounding_rect__"),!x)continue;let w;try{w=JSON.parse(x)}catch{continue}let O=window;for(;O!==u;){const M=O.frameElement;O=O.parent;const v=(R=O.__playwright_frame_bounding_rects__)==null?void 0:R.frames.get(M);if(!(v!=null&&v.boundingRect))break;const Y=v.boundingRect.left-v.scrollLeft,D=v.boundingRect.top-v.scrollTop;w.left+=Y,w.top+=D,w.right+=Y,w.bottom+=D}const{width:I,height:N}=u.__playwright_frame_bounding_rects__.viewport;w.left=w.left/I,w.top=w.top/N,w.right=w.right/I,w.bottom=w.bottom/N;const P=w.right>1||w.bottom>1;if(w.left>1||w.top>1){T.title="Playwright couldn't capture canvas contents because it's located outside the viewport.";continue}E(A,T),c?(A.drawImage(p,w.left*p.width,w.top*p.height,(w.right-w.left)*p.width,(w.bottom-w.top)*p.height,0,0,T.width,T.height),P?T.title="Playwright couldn't capture full canvas contents because it's located partially outside the viewport.":T.title="Canvas contents are displayed on a best-effort basis based on viewport screenshots taken during test execution."):T.title="Canvas content display is disabled.",l&&console.log("canvas drawn:",JSON.stringify([w.left,w.top,w.right-w.left,w.bottom-w.top].map(M=>Math.floor(M*100))))}},p.onerror=()=>{for(const R of C){const T=R.getContext("2d");E(T,R),R.title="Playwright couldn't show canvas contents because the screenshot failed to load."}},p.src=location.href.replace("/snapshot","/closest-screenshot")}},y=()=>o(document);window.addEventListener("load",d),window.addEventListener("DOMContentLoaded",y)}return`
2
- (${e.toString()})(${it.toString()}, ${JSON.stringify(n)}${t.map(s=>`, "${s}"`).join("")})`}const Fn=["about:","blob:","data:","file:","ftp:","http:","https:","mailto:","sftp:","ws:","wss:"],Ft="http://playwright.bloburl/#";function rt(n){n.startsWith(Ft)&&(n=n.substring(Ft.length));try{const t=new URL(n);if(t.protocol==="javascript:"||t.protocol==="vbscript:")return"javascript:void(0)";const e=t.protocol==="blob:",s=t.protocol==="file:";if(!e&&!s&&Fn.includes(t.protocol))return n;const r="pw-"+t.protocol.slice(0,t.protocol.length-1);return s||(t.protocol="https:"),t.hostname=t.hostname?`${r}--${t.hostname}`:r,s&&(t.protocol="https:"),t.toString()}catch{return n}}const er=/url\(['"]?([\w-]+:)\/\//ig;function tr(n){return n.replace(er,(t,e)=>!(e==="blob:")&&!(e==="file:")&&Fn.includes(e)?t:t.replace(e+"//",`https://pw-${e.slice(0,-1)}--`))}const nr=/url\(\s*'([^']*)'\s*\)/ig,sr=/url\(\s*"([^"]*)"\s*\)/ig;function rr(n){const t=(e,s)=>s.includes("</")?e.replace(s,encodeURI(s)):e;return n.replace(nr,t).replace(sr,t)}function it(n){const t=new URL(n);return t.pathname.endsWith("/snapshot.html")?t.searchParams.get("r"):n}class ir{constructor(t,e){L(this,"_snapshotStorage");L(this,"_resourceLoader");L(this,"_snapshotIds",new Map);this._snapshotStorage=t,this._resourceLoader=e}serveSnapshot(t,e,s){const r=this._snapshot(t,e);if(!r)return new Response(null,{status:404});const i=r.render();return this._snapshotIds.set(s,r),new Response(i.html,{status:200,headers:{"Content-Type":"text/html; charset=utf-8"}})}async serveClosestScreenshot(t,e){const s=this._snapshot(t,e),r=s==null?void 0:s.closestScreenshot();return r?new Response(await this._resourceLoader(r)):new Response(null,{status:404})}serveSnapshotInfo(t,e){const s=this._snapshot(t,e);return this._respondWithJson(s?{viewport:s.viewport(),url:s.snapshot().frameUrl,timestamp:s.snapshot().timestamp,wallTime:s.snapshot().wallTime}:{error:"No snapshot found"})}_snapshot(t,e){const s=e.get("name");return this._snapshotStorage.snapshotByName(t,s)}_respondWithJson(t){return new Response(JSON.stringify(t),{status:200,headers:{"Cache-Control":"public, max-age=31536000","Content-Type":"application/json"}})}async serveResource(t,e,s){let r;const i=this._snapshotIds.get(s);for(const S of t)if(r=i==null?void 0:i.resourceByUrl(ar(S),e),r)break;if(!r)return new Response(null,{status:404});const a=r.response.content._sha1,c=a?await this._resourceLoader(a)||new Blob([]):new Blob([]);let l=r.response.content.mimeType;/^text\/|^application\/(javascript|json)/.test(l)&&!l.includes("charset")&&(l=`${l}; charset=utf-8`);const f=new Headers;l!=="x-unknown"&&f.set("Content-Type",l);for(const{name:S,value:C}of r.response.headers)f.set(S,C);f.delete("Content-Encoding"),f.delete("Access-Control-Allow-Origin"),f.set("Access-Control-Allow-Origin","*"),f.delete("Content-Length"),f.set("Content-Length",String(c.size)),f.set("Cache-Control","public, max-age=31536000");const{status:b}=r.response,h=b===101||b===204||b===205||b===304;return new Response(h?null:c,{headers:f,status:r.response.status,statusText:r.response.statusText})}}function ar(n){try{const t=new URL(n);return t.hash="",t.toString()}catch{return n}}function or(n){const t=new Map,{files:e,stacks:s}=n;for(const r of s){const[i,a]=r;t.set(`call@${i}`,a.map(c=>({file:e[c[0]],line:c[1],column:c[2],function:c[3]})))}return t}class cr{constructor(t){L(this,"_maxSize");L(this,"_map");L(this,"_size");this._maxSize=t,this._map=new Map,this._size=0}getOrCompute(t,e){if(this._map.has(t)){const r=this._map.get(t);return this._map.delete(t),this._map.set(t,r),r.value}const s=e();for(;this._map.size&&this._size+s.size>this._maxSize;){const[r,i]=this._map.entries().next().value;this._size-=i.size,this._map.delete(r)}return this._map.set(t,s),this._size+=s.size,s.value}}class lr{constructor(){L(this,"_frameSnapshots",new Map);L(this,"_cache",new cr(1e8));L(this,"_contextToResources",new Map)}addResource(t,e){e.request.url=rt(e.request.url),this._ensureResourcesForContext(t).push(e)}addFrameSnapshot(t,e,s){for(const c of e.resourceOverrides)c.url=rt(c.url);let r=this._frameSnapshots.get(e.frameId);r||(r={raw:[],renderers:[]},this._frameSnapshots.set(e.frameId,r),e.isMainFrame&&this._frameSnapshots.set(e.pageId,r)),r.raw.push(e);const i=this._ensureResourcesForContext(t),a=new $s(this._cache,i,r.raw,s,r.raw.length-1);return r.renderers.push(a),a}snapshotByName(t,e){const s=this._frameSnapshots.get(t);return s==null?void 0:s.renderers.find(r=>r.snapshotName===e)}snapshotsForTest(){return[...this._frameSnapshots.keys()]}finalize(){for(const t of this._contextToResources.values())t.sort((e,s)=>(e._monotonicTime||0)-(s._monotonicTime||0))}_ensureResourcesForContext(t){let e=this._contextToResources.get(t);return e||(e=[],this._contextToResources.set(t,e)),e}}class Un extends Error{constructor(t){super(t),this.name="TraceVersionError"}}const Ut=8;class fr{constructor(t,e){L(this,"_contextEntry");L(this,"_snapshotStorage");L(this,"_actionMap",new Map);L(this,"_version");L(this,"_pageEntries",new Map);L(this,"_jsHandles",new Map);L(this,"_consoleObjects",new Map);this._contextEntry=t,this._snapshotStorage=e}appendTrace(t){for(const e of t.split(`
3
- `))this._appendEvent(e)}actions(){return[...this._actionMap.values()]}_pageEntry(t){let e=this._pageEntries.get(t);return e||(e={pageId:t,screencastFrames:[]},this._pageEntries.set(t,e),this._contextEntry.pages.push(e)),e}_appendEvent(t){if(!t)return;const e=this._modernize(JSON.parse(t));for(const s of e)this._innerAppendEvent(s)}_innerAppendEvent(t){const e=this._contextEntry;switch(t.type){case"context-options":{if(t.version>Ut)throw new Un("The trace was created by a newer version of Playwright and is not supported by this version of the viewer. Please use latest Playwright to open the trace.");this._version=t.version,e.origin=t.origin,e.browserName=t.browserName,e.channel=t.channel,e.title=t.title,e.platform=t.platform,e.wallTime=t.wallTime,e.startTime=t.monotonicTime,e.sdkLanguage=t.sdkLanguage,e.options=t.options,e.testIdAttributeName=t.testIdAttributeName,e.contextId=t.contextId??"";break}case"screencast-frame":{this._pageEntry(t.pageId).screencastFrames.push(t);break}case"before":{this._actionMap.set(t.callId,{...t,type:"action",endTime:0,log:[]});break}case"input":{const s=this._actionMap.get(t.callId);s.inputSnapshot=t.inputSnapshot,s.point=t.point;break}case"log":{const s=this._actionMap.get(t.callId);if(!s)return;s.log.push({time:t.time,message:t.message});break}case"after":{const s=this._actionMap.get(t.callId);s.afterSnapshot=t.afterSnapshot,s.endTime=t.endTime,s.result=t.result,s.error=t.error,s.attachments=t.attachments,s.annotations=t.annotations,t.point&&(s.point=t.point);break}case"action":{this._actionMap.set(t.callId,{...t,log:[]});break}case"event":{e.events.push(t);break}case"stdout":{e.stdio.push(t);break}case"stderr":{e.stdio.push(t);break}case"error":{e.errors.push(t);break}case"console":{e.events.push(t);break}case"resource-snapshot":this._snapshotStorage.addResource(this._contextEntry.contextId,t.snapshot),e.resources.push(t.snapshot);break;case"frame-snapshot":this._snapshotStorage.addFrameSnapshot(this._contextEntry.contextId,t.snapshot,this._pageEntry(t.snapshot.pageId).screencastFrames);break}"pageId"in t&&t.pageId&&this._pageEntry(t.pageId),(t.type==="action"||t.type==="before")&&(e.startTime=Math.min(e.startTime,t.startTime)),(t.type==="action"||t.type==="after")&&(e.endTime=Math.max(e.endTime,t.endTime)),t.type==="event"&&(e.startTime=Math.min(e.startTime,t.time),e.endTime=Math.max(e.endTime,t.time)),t.type==="screencast-frame"&&(e.startTime=Math.min(e.startTime,t.timestamp),e.endTime=Math.max(e.endTime,t.timestamp))}_processedContextCreatedEvent(){return this._version!==void 0}_modernize(t){let e=this._version??t.version??6,s=[t];for(;e<Ut;++e)s=this[`_modernize_${e}_to_${e+1}`].call(this,s);return s}_modernize_0_to_1(t){for(const e of t)e.type==="action"&&typeof e.metadata.error=="string"&&(e.metadata.error={error:{name:"Error",message:e.metadata.error}});return t}_modernize_1_to_2(t){var e;for(const s of t)s.type!=="frame-snapshot"||!s.snapshot.isMainFrame||(s.snapshot.viewport=((e=this._contextEntry.options)==null?void 0:e.viewport)||{width:1280,height:720});return t}_modernize_2_to_3(t){for(const e of t){if(e.type!=="resource-snapshot"||e.snapshot.request)continue;const s=e.snapshot;e.snapshot={_frameref:s.frameId,request:{url:s.url,method:s.method,headers:s.requestHeaders,postData:s.requestSha1?{_sha1:s.requestSha1}:void 0},response:{status:s.status,headers:s.responseHeaders,content:{mimeType:s.contentType,_sha1:s.responseSha1}},_monotonicTime:s.timestamp}}return t}_modernize_3_to_4(t){const e=[];for(const s of t){const r=this._modernize_event_3_to_4(s);r&&e.push(r)}return e}_modernize_event_3_to_4(t){var s,r,i,a;if(t.type!=="action"&&t.type!=="event")return t;const e=t.metadata;return e.internal||e.method.startsWith("tracing")?null:t.type==="event"?e.method==="__create__"&&e.type==="ConsoleMessage"?{type:"object",class:e.type,guid:e.params.guid,initializer:e.params.initializer}:{type:"event",time:e.startTime,class:e.type,method:e.method,params:e.params,pageId:e.pageId}:{type:"action",callId:e.id,startTime:e.startTime,endTime:e.endTime,apiName:e.apiName||e.type+"."+e.method,class:e.type,method:e.method,params:e.params,wallTime:e.wallTime||Date.now(),log:e.log,beforeSnapshot:(s=e.snapshots.find(c=>c.title==="before"))==null?void 0:s.snapshotName,inputSnapshot:(r=e.snapshots.find(c=>c.title==="input"))==null?void 0:r.snapshotName,afterSnapshot:(i=e.snapshots.find(c=>c.title==="after"))==null?void 0:i.snapshotName,error:(a=e.error)==null?void 0:a.error,result:e.result,point:e.point,pageId:e.pageId}}_modernize_4_to_5(t){const e=[];for(const s of t){const r=this._modernize_event_4_to_5(s);r&&e.push(r)}return e}_modernize_event_4_to_5(t){var e,s;if(t.type==="event"&&t.method==="__create__"&&t.class==="JSHandle"&&this._jsHandles.set(t.params.guid,t.params.initializer),t.type==="object"){if(t.class!=="ConsoleMessage")return null;const r=(e=t.initializer.args)==null?void 0:e.map(i=>{if(i.guid){const a=this._jsHandles.get(i.guid);return{preview:(a==null?void 0:a.preview)||"",value:""}}return{preview:i.preview||"",value:i.value||""}});return this._consoleObjects.set(t.guid,{type:t.initializer.type,text:t.initializer.text,location:t.initializer.location,args:r}),null}if(t.type==="event"&&t.method==="console"){const r=this._consoleObjects.get(((s=t.params.message)==null?void 0:s.guid)||"");return r?{type:"console",time:t.time,pageId:t.pageId,messageType:r.type,text:r.text,args:r.args,location:r.location}:null}return t}_modernize_5_to_6(t){const e=[];for(const s of t)if(e.push(s),!(s.type!=="after"||!s.log.length))for(const r of s.log)e.push({type:"log",callId:s.callId,message:r,time:-1});return e}_modernize_6_to_7(t){const e=[];if(!this._processedContextCreatedEvent()&&t[0].type!=="context-options"){const s={type:"context-options",origin:"testRunner",version:6,browserName:"",options:{},platform:"unknown",wallTime:0,monotonicTime:0,sdkLanguage:"javascript",contextId:""};e.push(s)}for(const s of t){if(s.type==="context-options"){e.push({...s,monotonicTime:0,origin:"library",contextId:""});continue}if(s.type==="before"||s.type==="action"){this._contextEntry.wallTime||(this._contextEntry.wallTime=s.wallTime);const r=s,i=s;i.stepId=`${r.apiName}@${r.wallTime}`,e.push(i)}else e.push(s)}return e}_modernize_7_to_8(t){const e=[];for(const s of t)if(s.type==="before"||s.type==="action"){const r=s,i=s;r.apiName&&(i.title=r.apiName,delete i.apiName),i.stepId=r.stepId??r.callId,e.push(i)}else e.push(s);return e}}class ur{constructor(){L(this,"contextEntries",[]);L(this,"_snapshotStorage");L(this,"_backend");L(this,"_resourceToContentType",new Map)}async load(t,e){var c,l;this._backend=t;const s=[];let r=!1;for(const _ of await this._backend.entryNames()){const f=_.match(/(.+)\.trace$/);f&&s.push(f[1]||""),_.includes("src@")&&(r=!0)}if(!s.length)throw new Error("Cannot find .trace file");this._snapshotStorage=new lr;const i=s.length*3;let a=0;for(const _ of s){const f=dr();f.traceUrl=t.traceURL(),f.hasSource=r;const b=new fr(f,this._snapshotStorage),h=await this._backend.readText(_+".trace")||"";b.appendTrace(h),e(++a,i);const S=await this._backend.readText(_+".network")||"";if(b.appendTrace(S),e(++a,i),f.actions=b.actions().sort((u,o)=>u.startTime-o.startTime),!t.isLive()){for(const u of f.actions.slice().reverse())if(!u.endTime&&!u.error)for(const o of f.actions)o.parentId===u.callId&&u.endTime<o.endTime&&(u.endTime=o.endTime)}const C=await this._backend.readText(_+".stacks");if(C){const u=or(JSON.parse(C));for(const o of f.actions)o.stack=o.stack||u.get(o.callId)}e(++a,i);for(const u of f.resources)(c=u.request.postData)!=null&&c._sha1&&this._resourceToContentType.set(u.request.postData._sha1,Mt(u.request.postData.mimeType)),(l=u.response.content)!=null&&l._sha1&&this._resourceToContentType.set(u.response.content._sha1,Mt(u.response.content.mimeType));this.contextEntries.push(f)}this._snapshotStorage.finalize()}async hasEntry(t){return this._backend.hasEntry(t)}async resourceForSha1(t){const e=await this._backend.readBlob("resources/"+t),s=this._resourceToContentType.get(t);return!e||s===void 0||s==="x-unknown"?e:new Blob([e],{type:s})}storage(){return this._snapshotStorage}}function Mt(n){const t=n.match(/^(.*);\s*charset=.*$/);return t?t[1]:n}function dr(){return{origin:"testRunner",traceUrl:"",startTime:Number.MAX_SAFE_INTEGER,wallTime:Number.MAX_SAFE_INTEGER,endTime:0,browserName:"",options:{deviceScaleFactor:1,isMobile:!1,viewport:{width:1280,height:800}},pages:[],resources:[],actions:[],events:[],errors:[],stdio:[],hasSource:!1,contextId:""}}const _r=15,F=0,ee=1,hr=2,X=-2,H=-3,Wt=-4,te=-5,$=[0,1,3,7,15,31,63,127,255,511,1023,2047,4095,8191,16383,32767,65535],Mn=1440,pr=0,mr=4,wr=9,gr=5,br=[96,7,256,0,8,80,0,8,16,84,8,115,82,7,31,0,8,112,0,8,48,0,9,192,80,7,10,0,8,96,0,8,32,0,9,160,0,8,0,0,8,128,0,8,64,0,9,224,80,7,6,0,8,88,0,8,24,0,9,144,83,7,59,0,8,120,0,8,56,0,9,208,81,7,17,0,8,104,0,8,40,0,9,176,0,8,8,0,8,136,0,8,72,0,9,240,80,7,4,0,8,84,0,8,20,85,8,227,83,7,43,0,8,116,0,8,52,0,9,200,81,7,13,0,8,100,0,8,36,0,9,168,0,8,4,0,8,132,0,8,68,0,9,232,80,7,8,0,8,92,0,8,28,0,9,152,84,7,83,0,8,124,0,8,60,0,9,216,82,7,23,0,8,108,0,8,44,0,9,184,0,8,12,0,8,140,0,8,76,0,9,248,80,7,3,0,8,82,0,8,18,85,8,163,83,7,35,0,8,114,0,8,50,0,9,196,81,7,11,0,8,98,0,8,34,0,9,164,0,8,2,0,8,130,0,8,66,0,9,228,80,7,7,0,8,90,0,8,26,0,9,148,84,7,67,0,8,122,0,8,58,0,9,212,82,7,19,0,8,106,0,8,42,0,9,180,0,8,10,0,8,138,0,8,74,0,9,244,80,7,5,0,8,86,0,8,22,192,8,0,83,7,51,0,8,118,0,8,54,0,9,204,81,7,15,0,8,102,0,8,38,0,9,172,0,8,6,0,8,134,0,8,70,0,9,236,80,7,9,0,8,94,0,8,30,0,9,156,84,7,99,0,8,126,0,8,62,0,9,220,82,7,27,0,8,110,0,8,46,0,9,188,0,8,14,0,8,142,0,8,78,0,9,252,96,7,256,0,8,81,0,8,17,85,8,131,82,7,31,0,8,113,0,8,49,0,9,194,80,7,10,0,8,97,0,8,33,0,9,162,0,8,1,0,8,129,0,8,65,0,9,226,80,7,6,0,8,89,0,8,25,0,9,146,83,7,59,0,8,121,0,8,57,0,9,210,81,7,17,0,8,105,0,8,41,0,9,178,0,8,9,0,8,137,0,8,73,0,9,242,80,7,4,0,8,85,0,8,21,80,8,258,83,7,43,0,8,117,0,8,53,0,9,202,81,7,13,0,8,101,0,8,37,0,9,170,0,8,5,0,8,133,0,8,69,0,9,234,80,7,8,0,8,93,0,8,29,0,9,154,84,7,83,0,8,125,0,8,61,0,9,218,82,7,23,0,8,109,0,8,45,0,9,186,0,8,13,0,8,141,0,8,77,0,9,250,80,7,3,0,8,83,0,8,19,85,8,195,83,7,35,0,8,115,0,8,51,0,9,198,81,7,11,0,8,99,0,8,35,0,9,166,0,8,3,0,8,131,0,8,67,0,9,230,80,7,7,0,8,91,0,8,27,0,9,150,84,7,67,0,8,123,0,8,59,0,9,214,82,7,19,0,8,107,0,8,43,0,9,182,0,8,11,0,8,139,0,8,75,0,9,246,80,7,5,0,8,87,0,8,23,192,8,0,83,7,51,0,8,119,0,8,55,0,9,206,81,7,15,0,8,103,0,8,39,0,9,174,0,8,7,0,8,135,0,8,71,0,9,238,80,7,9,0,8,95,0,8,31,0,9,158,84,7,99,0,8,127,0,8,63,0,9,222,82,7,27,0,8,111,0,8,47,0,9,190,0,8,15,0,8,143,0,8,79,0,9,254,96,7,256,0,8,80,0,8,16,84,8,115,82,7,31,0,8,112,0,8,48,0,9,193,80,7,10,0,8,96,0,8,32,0,9,161,0,8,0,0,8,128,0,8,64,0,9,225,80,7,6,0,8,88,0,8,24,0,9,145,83,7,59,0,8,120,0,8,56,0,9,209,81,7,17,0,8,104,0,8,40,0,9,177,0,8,8,0,8,136,0,8,72,0,9,241,80,7,4,0,8,84,0,8,20,85,8,227,83,7,43,0,8,116,0,8,52,0,9,201,81,7,13,0,8,100,0,8,36,0,9,169,0,8,4,0,8,132,0,8,68,0,9,233,80,7,8,0,8,92,0,8,28,0,9,153,84,7,83,0,8,124,0,8,60,0,9,217,82,7,23,0,8,108,0,8,44,0,9,185,0,8,12,0,8,140,0,8,76,0,9,249,80,7,3,0,8,82,0,8,18,85,8,163,83,7,35,0,8,114,0,8,50,0,9,197,81,7,11,0,8,98,0,8,34,0,9,165,0,8,2,0,8,130,0,8,66,0,9,229,80,7,7,0,8,90,0,8,26,0,9,149,84,7,67,0,8,122,0,8,58,0,9,213,82,7,19,0,8,106,0,8,42,0,9,181,0,8,10,0,8,138,0,8,74,0,9,245,80,7,5,0,8,86,0,8,22,192,8,0,83,7,51,0,8,118,0,8,54,0,9,205,81,7,15,0,8,102,0,8,38,0,9,173,0,8,6,0,8,134,0,8,70,0,9,237,80,7,9,0,8,94,0,8,30,0,9,157,84,7,99,0,8,126,0,8,62,0,9,221,82,7,27,0,8,110,0,8,46,0,9,189,0,8,14,0,8,142,0,8,78,0,9,253,96,7,256,0,8,81,0,8,17,85,8,131,82,7,31,0,8,113,0,8,49,0,9,195,80,7,10,0,8,97,0,8,33,0,9,163,0,8,1,0,8,129,0,8,65,0,9,227,80,7,6,0,8,89,0,8,25,0,9,147,83,7,59,0,8,121,0,8,57,0,9,211,81,7,17,0,8,105,0,8,41,0,9,179,0,8,9,0,8,137,0,8,73,0,9,243,80,7,4,0,8,85,0,8,21,80,8,258,83,7,43,0,8,117,0,8,53,0,9,203,81,7,13,0,8,101,0,8,37,0,9,171,0,8,5,0,8,133,0,8,69,0,9,235,80,7,8,0,8,93,0,8,29,0,9,155,84,7,83,0,8,125,0,8,61,0,9,219,82,7,23,0,8,109,0,8,45,0,9,187,0,8,13,0,8,141,0,8,77,0,9,251,80,7,3,0,8,83,0,8,19,85,8,195,83,7,35,0,8,115,0,8,51,0,9,199,81,7,11,0,8,99,0,8,35,0,9,167,0,8,3,0,8,131,0,8,67,0,9,231,80,7,7,0,8,91,0,8,27,0,9,151,84,7,67,0,8,123,0,8,59,0,9,215,82,7,19,0,8,107,0,8,43,0,9,183,0,8,11,0,8,139,0,8,75,0,9,247,80,7,5,0,8,87,0,8,23,192,8,0,83,7,51,0,8,119,0,8,55,0,9,207,81,7,15,0,8,103,0,8,39,0,9,175,0,8,7,0,8,135,0,8,71,0,9,239,80,7,9,0,8,95,0,8,31,0,9,159,84,7,99,0,8,127,0,8,63,0,9,223,82,7,27,0,8,111,0,8,47,0,9,191,0,8,15,0,8,143,0,8,79,0,9,255],yr=[80,5,1,87,5,257,83,5,17,91,5,4097,81,5,5,89,5,1025,85,5,65,93,5,16385,80,5,3,88,5,513,84,5,33,92,5,8193,82,5,9,90,5,2049,86,5,129,192,5,24577,80,5,2,87,5,385,83,5,25,91,5,6145,81,5,7,89,5,1537,85,5,97,93,5,24577,80,5,4,88,5,769,84,5,49,92,5,12289,82,5,13,90,5,3073,86,5,193,192,5,24577],xr=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0],Er=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0,112,112],Tr=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577],Sr=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],ne=15;function at(){const n=this;let t,e,s,r,i,a;function c(_,f,b,h,S,C,u,o,d,y,g){let m,E,p,R,T,A,x,w,O,I,N,P,k,M,v;I=0,T=b;do s[_[f+I]]++,I++,T--;while(T!==0);if(s[0]==b)return u[0]=-1,o[0]=0,F;for(w=o[0],A=1;A<=ne&&s[A]===0;A++);for(x=A,w<A&&(w=A),T=ne;T!==0&&s[T]===0;T--);for(p=T,w>T&&(w=T),o[0]=w,M=1<<A;A<T;A++,M<<=1)if((M-=s[A])<0)return H;if((M-=s[T])<0)return H;for(s[T]+=M,a[1]=A=0,I=1,k=2;--T!==0;)a[k]=A+=s[I],k++,I++;T=0,I=0;do(A=_[f+I])!==0&&(g[a[A]++]=T),I++;while(++T<b);for(b=a[p],a[0]=T=0,I=0,R=-1,P=-w,i[0]=0,N=0,v=0;x<=p;x++)for(m=s[x];m--!==0;){for(;x>P+w;){if(R++,P+=w,v=p-P,v=v>w?w:v,(E=1<<(A=x-P))>m+1&&(E-=m+1,k=x,A<v))for(;++A<v&&!((E<<=1)<=s[++k]);)E-=s[k];if(v=1<<A,y[0]+v>Mn)return H;i[R]=N=y[0],y[0]+=v,R!==0?(a[R]=T,r[0]=A,r[1]=w,A=T>>>P-w,r[2]=N-i[R-1]-A,d.set(r,(i[R-1]+A)*3)):u[0]=N}for(r[1]=x-P,I>=b?r[0]=192:g[I]<h?(r[0]=g[I]<256?0:96,r[2]=g[I++]):(r[0]=C[g[I]-h]+16+64,r[2]=S[g[I++]-h]),E=1<<x-P,A=T>>>P;A<v;A+=E)d.set(r,(N+A)*3);for(A=1<<x-1;(T&A)!==0;A>>>=1)T^=A;for(T^=A,O=(1<<P)-1;(T&O)!=a[R];)R--,P-=w,O=(1<<P)-1}return M!==0&&p!=1?te:F}function l(_){let f;for(t||(t=[],e=[],s=new Int32Array(ne+1),r=[],i=new Int32Array(ne),a=new Int32Array(ne+1)),e.length<_&&(e=[]),f=0;f<_;f++)e[f]=0;for(f=0;f<ne+1;f++)s[f]=0;for(f=0;f<3;f++)r[f]=0;i.set(s.subarray(0,ne),0),a.set(s.subarray(0,ne+1),0)}n.inflate_trees_bits=function(_,f,b,h,S){let C;return l(19),t[0]=0,C=c(_,0,19,19,null,null,b,f,h,t,e),C==H?S.msg="oversubscribed dynamic bit lengths tree":(C==te||f[0]===0)&&(S.msg="incomplete dynamic bit lengths tree",C=H),C},n.inflate_trees_dynamic=function(_,f,b,h,S,C,u,o,d){let y;return l(288),t[0]=0,y=c(b,0,_,257,xr,Er,C,h,o,t,e),y!=F||h[0]===0?(y==H?d.msg="oversubscribed literal/length tree":y!=Wt&&(d.msg="incomplete literal/length tree",y=H),y):(l(288),y=c(b,_,f,0,Tr,Sr,u,S,o,t,e),y!=F||S[0]===0&&_>257?(y==H?d.msg="oversubscribed distance tree":y==te?(d.msg="incomplete distance tree",y=H):y!=Wt&&(d.msg="empty distance tree with lengths",y=H),y):F)}}at.inflate_trees_fixed=function(n,t,e,s){return n[0]=wr,t[0]=gr,e[0]=br,s[0]=yr,F};const Ne=0,Ht=1,Bt=2,jt=3,qt=4,Yt=5,Vt=6,Xe=7,Gt=8,ve=9;function Rr(){const n=this;let t,e=0,s,r=0,i=0,a=0,c=0,l=0,_=0,f=0,b,h=0,S,C=0;function u(o,d,y,g,m,E,p,R){let T,A,x,w,O,I,N,P,k,M,v,Y,D,_e,U,W;N=R.next_in_index,P=R.avail_in,O=p.bitb,I=p.bitk,k=p.write,M=k<p.read?p.read-k-1:p.end-k,v=$[o],Y=$[d];do{for(;I<20;)P--,O|=(R.read_byte(N++)&255)<<I,I+=8;if(T=O&v,A=y,x=g,W=(x+T)*3,(w=A[W])===0){O>>=A[W+1],I-=A[W+1],p.win[k++]=A[W+2],M--;continue}do{if(O>>=A[W+1],I-=A[W+1],(w&16)!==0){for(w&=15,D=A[W+2]+(O&$[w]),O>>=w,I-=w;I<15;)P--,O|=(R.read_byte(N++)&255)<<I,I+=8;T=O&Y,A=m,x=E,W=(x+T)*3,w=A[W];do if(O>>=A[W+1],I-=A[W+1],(w&16)!==0){for(w&=15;I<w;)P--,O|=(R.read_byte(N++)&255)<<I,I+=8;if(_e=A[W+2]+(O&$[w]),O>>=w,I-=w,M-=D,k>=_e)U=k-_e,k-U>0&&2>k-U?(p.win[k++]=p.win[U++],p.win[k++]=p.win[U++],D-=2):(p.win.set(p.win.subarray(U,U+2),k),k+=2,U+=2,D-=2);else{U=k-_e;do U+=p.end;while(U<0);if(w=p.end-U,D>w){if(D-=w,k-U>0&&w>k-U)do p.win[k++]=p.win[U++];while(--w!==0);else p.win.set(p.win.subarray(U,U+w),k),k+=w,U+=w,w=0;U=0}}if(k-U>0&&D>k-U)do p.win[k++]=p.win[U++];while(--D!==0);else p.win.set(p.win.subarray(U,U+D),k),k+=D,U+=D,D=0;break}else if((w&64)===0)T+=A[W+2],T+=O&$[w],W=(x+T)*3,w=A[W];else return R.msg="invalid distance code",D=R.avail_in-P,D=I>>3<D?I>>3:D,P+=D,N-=D,I-=D<<3,p.bitb=O,p.bitk=I,R.avail_in=P,R.total_in+=N-R.next_in_index,R.next_in_index=N,p.write=k,H;while(!0);break}if((w&64)===0){if(T+=A[W+2],T+=O&$[w],W=(x+T)*3,(w=A[W])===0){O>>=A[W+1],I-=A[W+1],p.win[k++]=A[W+2],M--;break}}else return(w&32)!==0?(D=R.avail_in-P,D=I>>3<D?I>>3:D,P+=D,N-=D,I-=D<<3,p.bitb=O,p.bitk=I,R.avail_in=P,R.total_in+=N-R.next_in_index,R.next_in_index=N,p.write=k,ee):(R.msg="invalid literal/length code",D=R.avail_in-P,D=I>>3<D?I>>3:D,P+=D,N-=D,I-=D<<3,p.bitb=O,p.bitk=I,R.avail_in=P,R.total_in+=N-R.next_in_index,R.next_in_index=N,p.write=k,H)}while(!0)}while(M>=258&&P>=10);return D=R.avail_in-P,D=I>>3<D?I>>3:D,P+=D,N-=D,I-=D<<3,p.bitb=O,p.bitk=I,R.avail_in=P,R.total_in+=N-R.next_in_index,R.next_in_index=N,p.write=k,F}n.init=function(o,d,y,g,m,E){t=Ne,_=o,f=d,b=y,h=g,S=m,C=E,s=null},n.proc=function(o,d,y){let g,m,E,p=0,R=0,T=0,A,x,w,O;for(T=d.next_in_index,A=d.avail_in,p=o.bitb,R=o.bitk,x=o.write,w=x<o.read?o.read-x-1:o.end-x;;)switch(t){case Ne:if(w>=258&&A>=10&&(o.bitb=p,o.bitk=R,d.avail_in=A,d.total_in+=T-d.next_in_index,d.next_in_index=T,o.write=x,y=u(_,f,b,h,S,C,o,d),T=d.next_in_index,A=d.avail_in,p=o.bitb,R=o.bitk,x=o.write,w=x<o.read?o.read-x-1:o.end-x,y!=F)){t=y==ee?Xe:ve;break}i=_,s=b,r=h,t=Ht;case Ht:for(g=i;R<g;){if(A!==0)y=F;else return o.bitb=p,o.bitk=R,d.avail_in=A,d.total_in+=T-d.next_in_index,d.next_in_index=T,o.write=x,o.inflate_flush(d,y);A--,p|=(d.read_byte(T++)&255)<<R,R+=8}if(m=(r+(p&$[g]))*3,p>>>=s[m+1],R-=s[m+1],E=s[m],E===0){a=s[m+2],t=Vt;break}if((E&16)!==0){c=E&15,e=s[m+2],t=Bt;break}if((E&64)===0){i=E,r=m/3+s[m+2];break}if((E&32)!==0){t=Xe;break}return t=ve,d.msg="invalid literal/length code",y=H,o.bitb=p,o.bitk=R,d.avail_in=A,d.total_in+=T-d.next_in_index,d.next_in_index=T,o.write=x,o.inflate_flush(d,y);case Bt:for(g=c;R<g;){if(A!==0)y=F;else return o.bitb=p,o.bitk=R,d.avail_in=A,d.total_in+=T-d.next_in_index,d.next_in_index=T,o.write=x,o.inflate_flush(d,y);A--,p|=(d.read_byte(T++)&255)<<R,R+=8}e+=p&$[g],p>>=g,R-=g,i=f,s=S,r=C,t=jt;case jt:for(g=i;R<g;){if(A!==0)y=F;else return o.bitb=p,o.bitk=R,d.avail_in=A,d.total_in+=T-d.next_in_index,d.next_in_index=T,o.write=x,o.inflate_flush(d,y);A--,p|=(d.read_byte(T++)&255)<<R,R+=8}if(m=(r+(p&$[g]))*3,p>>=s[m+1],R-=s[m+1],E=s[m],(E&16)!==0){c=E&15,l=s[m+2],t=qt;break}if((E&64)===0){i=E,r=m/3+s[m+2];break}return t=ve,d.msg="invalid distance code",y=H,o.bitb=p,o.bitk=R,d.avail_in=A,d.total_in+=T-d.next_in_index,d.next_in_index=T,o.write=x,o.inflate_flush(d,y);case qt:for(g=c;R<g;){if(A!==0)y=F;else return o.bitb=p,o.bitk=R,d.avail_in=A,d.total_in+=T-d.next_in_index,d.next_in_index=T,o.write=x,o.inflate_flush(d,y);A--,p|=(d.read_byte(T++)&255)<<R,R+=8}l+=p&$[g],p>>=g,R-=g,t=Yt;case Yt:for(O=x-l;O<0;)O+=o.end;for(;e!==0;){if(w===0&&(x==o.end&&o.read!==0&&(x=0,w=x<o.read?o.read-x-1:o.end-x),w===0&&(o.write=x,y=o.inflate_flush(d,y),x=o.write,w=x<o.read?o.read-x-1:o.end-x,x==o.end&&o.read!==0&&(x=0,w=x<o.read?o.read-x-1:o.end-x),w===0)))return o.bitb=p,o.bitk=R,d.avail_in=A,d.total_in+=T-d.next_in_index,d.next_in_index=T,o.write=x,o.inflate_flush(d,y);o.win[x++]=o.win[O++],w--,O==o.end&&(O=0),e--}t=Ne;break;case Vt:if(w===0&&(x==o.end&&o.read!==0&&(x=0,w=x<o.read?o.read-x-1:o.end-x),w===0&&(o.write=x,y=o.inflate_flush(d,y),x=o.write,w=x<o.read?o.read-x-1:o.end-x,x==o.end&&o.read!==0&&(x=0,w=x<o.read?o.read-x-1:o.end-x),w===0)))return o.bitb=p,o.bitk=R,d.avail_in=A,d.total_in+=T-d.next_in_index,d.next_in_index=T,o.write=x,o.inflate_flush(d,y);y=F,o.win[x++]=a,w--,t=Ne;break;case Xe:if(R>7&&(R-=8,A++,T--),o.write=x,y=o.inflate_flush(d,y),x=o.write,w=x<o.read?o.read-x-1:o.end-x,o.read!=o.write)return o.bitb=p,o.bitk=R,d.avail_in=A,d.total_in+=T-d.next_in_index,d.next_in_index=T,o.write=x,o.inflate_flush(d,y);t=Gt;case Gt:return y=ee,o.bitb=p,o.bitk=R,d.avail_in=A,d.total_in+=T-d.next_in_index,d.next_in_index=T,o.write=x,o.inflate_flush(d,y);case ve:return y=H,o.bitb=p,o.bitk=R,d.avail_in=A,d.total_in+=T-d.next_in_index,d.next_in_index=T,o.write=x,o.inflate_flush(d,y);default:return y=X,o.bitb=p,o.bitk=R,d.avail_in=A,d.total_in+=T-d.next_in_index,d.next_in_index=T,o.write=x,o.inflate_flush(d,y)}},n.free=function(){}}const Zt=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],we=0,$e=1,Kt=2,Xt=3,$t=4,Jt=5,Le=6,Fe=7,Qt=8,he=9;function Ar(n,t){const e=this;let s=we,r=0,i=0,a=0,c;const l=[0],_=[0],f=new Rr;let b=0,h=new Int32Array(Mn*3);const S=0,C=new at;e.bitk=0,e.bitb=0,e.win=new Uint8Array(t),e.end=t,e.read=0,e.write=0,e.reset=function(u,o){o&&(o[0]=S),s==Le&&f.free(u),s=we,e.bitk=0,e.bitb=0,e.read=e.write=0},e.reset(n,null),e.inflate_flush=function(u,o){let d,y,g;return y=u.next_out_index,g=e.read,d=(g<=e.write?e.write:e.end)-g,d>u.avail_out&&(d=u.avail_out),d!==0&&o==te&&(o=F),u.avail_out-=d,u.total_out+=d,u.next_out.set(e.win.subarray(g,g+d),y),y+=d,g+=d,g==e.end&&(g=0,e.write==e.end&&(e.write=0),d=e.write-g,d>u.avail_out&&(d=u.avail_out),d!==0&&o==te&&(o=F),u.avail_out-=d,u.total_out+=d,u.next_out.set(e.win.subarray(g,g+d),y),y+=d,g+=d),u.next_out_index=y,e.read=g,o},e.proc=function(u,o){let d,y,g,m,E,p,R,T;for(m=u.next_in_index,E=u.avail_in,y=e.bitb,g=e.bitk,p=e.write,R=p<e.read?e.read-p-1:e.end-p;;){let A,x,w,O,I,N,P,k;switch(s){case we:for(;g<3;){if(E!==0)o=F;else return e.bitb=y,e.bitk=g,u.avail_in=E,u.total_in+=m-u.next_in_index,u.next_in_index=m,e.write=p,e.inflate_flush(u,o);E--,y|=(u.read_byte(m++)&255)<<g,g+=8}switch(d=y&7,b=d&1,d>>>1){case 0:y>>>=3,g-=3,d=g&7,y>>>=d,g-=d,s=$e;break;case 1:A=[],x=[],w=[[]],O=[[]],at.inflate_trees_fixed(A,x,w,O),f.init(A[0],x[0],w[0],0,O[0],0),y>>>=3,g-=3,s=Le;break;case 2:y>>>=3,g-=3,s=Xt;break;case 3:return y>>>=3,g-=3,s=he,u.msg="invalid block type",o=H,e.bitb=y,e.bitk=g,u.avail_in=E,u.total_in+=m-u.next_in_index,u.next_in_index=m,e.write=p,e.inflate_flush(u,o)}break;case $e:for(;g<32;){if(E!==0)o=F;else return e.bitb=y,e.bitk=g,u.avail_in=E,u.total_in+=m-u.next_in_index,u.next_in_index=m,e.write=p,e.inflate_flush(u,o);E--,y|=(u.read_byte(m++)&255)<<g,g+=8}if((~y>>>16&65535)!=(y&65535))return s=he,u.msg="invalid stored block lengths",o=H,e.bitb=y,e.bitk=g,u.avail_in=E,u.total_in+=m-u.next_in_index,u.next_in_index=m,e.write=p,e.inflate_flush(u,o);r=y&65535,y=g=0,s=r!==0?Kt:b!==0?Fe:we;break;case Kt:if(E===0||R===0&&(p==e.end&&e.read!==0&&(p=0,R=p<e.read?e.read-p-1:e.end-p),R===0&&(e.write=p,o=e.inflate_flush(u,o),p=e.write,R=p<e.read?e.read-p-1:e.end-p,p==e.end&&e.read!==0&&(p=0,R=p<e.read?e.read-p-1:e.end-p),R===0)))return e.bitb=y,e.bitk=g,u.avail_in=E,u.total_in+=m-u.next_in_index,u.next_in_index=m,e.write=p,e.inflate_flush(u,o);if(o=F,d=r,d>E&&(d=E),d>R&&(d=R),e.win.set(u.read_buf(m,d),p),m+=d,E-=d,p+=d,R-=d,(r-=d)!==0)break;s=b!==0?Fe:we;break;case Xt:for(;g<14;){if(E!==0)o=F;else return e.bitb=y,e.bitk=g,u.avail_in=E,u.total_in+=m-u.next_in_index,u.next_in_index=m,e.write=p,e.inflate_flush(u,o);E--,y|=(u.read_byte(m++)&255)<<g,g+=8}if(i=d=y&16383,(d&31)>29||(d>>5&31)>29)return s=he,u.msg="too many length or distance symbols",o=H,e.bitb=y,e.bitk=g,u.avail_in=E,u.total_in+=m-u.next_in_index,u.next_in_index=m,e.write=p,e.inflate_flush(u,o);if(d=258+(d&31)+(d>>5&31),!c||c.length<d)c=[];else for(T=0;T<d;T++)c[T]=0;y>>>=14,g-=14,a=0,s=$t;case $t:for(;a<4+(i>>>10);){for(;g<3;){if(E!==0)o=F;else return e.bitb=y,e.bitk=g,u.avail_in=E,u.total_in+=m-u.next_in_index,u.next_in_index=m,e.write=p,e.inflate_flush(u,o);E--,y|=(u.read_byte(m++)&255)<<g,g+=8}c[Zt[a++]]=y&7,y>>>=3,g-=3}for(;a<19;)c[Zt[a++]]=0;if(l[0]=7,d=C.inflate_trees_bits(c,l,_,h,u),d!=F)return o=d,o==H&&(c=null,s=he),e.bitb=y,e.bitk=g,u.avail_in=E,u.total_in+=m-u.next_in_index,u.next_in_index=m,e.write=p,e.inflate_flush(u,o);a=0,s=Jt;case Jt:for(;d=i,!(a>=258+(d&31)+(d>>5&31));){let M,v;for(d=l[0];g<d;){if(E!==0)o=F;else return e.bitb=y,e.bitk=g,u.avail_in=E,u.total_in+=m-u.next_in_index,u.next_in_index=m,e.write=p,e.inflate_flush(u,o);E--,y|=(u.read_byte(m++)&255)<<g,g+=8}if(d=h[(_[0]+(y&$[d]))*3+1],v=h[(_[0]+(y&$[d]))*3+2],v<16)y>>>=d,g-=d,c[a++]=v;else{for(T=v==18?7:v-14,M=v==18?11:3;g<d+T;){if(E!==0)o=F;else return e.bitb=y,e.bitk=g,u.avail_in=E,u.total_in+=m-u.next_in_index,u.next_in_index=m,e.write=p,e.inflate_flush(u,o);E--,y|=(u.read_byte(m++)&255)<<g,g+=8}if(y>>>=d,g-=d,M+=y&$[T],y>>>=T,g-=T,T=a,d=i,T+M>258+(d&31)+(d>>5&31)||v==16&&T<1)return c=null,s=he,u.msg="invalid bit length repeat",o=H,e.bitb=y,e.bitk=g,u.avail_in=E,u.total_in+=m-u.next_in_index,u.next_in_index=m,e.write=p,e.inflate_flush(u,o);v=v==16?c[T-1]:0;do c[T++]=v;while(--M!==0);a=T}}if(_[0]=-1,I=[],N=[],P=[],k=[],I[0]=9,N[0]=6,d=i,d=C.inflate_trees_dynamic(257+(d&31),1+(d>>5&31),c,I,N,P,k,h,u),d!=F)return d==H&&(c=null,s=he),o=d,e.bitb=y,e.bitk=g,u.avail_in=E,u.total_in+=m-u.next_in_index,u.next_in_index=m,e.write=p,e.inflate_flush(u,o);f.init(I[0],N[0],h,P[0],h,k[0]),s=Le;case Le:if(e.bitb=y,e.bitk=g,u.avail_in=E,u.total_in+=m-u.next_in_index,u.next_in_index=m,e.write=p,(o=f.proc(e,u,o))!=ee)return e.inflate_flush(u,o);if(o=F,f.free(u),m=u.next_in_index,E=u.avail_in,y=e.bitb,g=e.bitk,p=e.write,R=p<e.read?e.read-p-1:e.end-p,b===0){s=we;break}s=Fe;case Fe:if(e.write=p,o=e.inflate_flush(u,o),p=e.write,R=p<e.read?e.read-p-1:e.end-p,e.read!=e.write)return e.bitb=y,e.bitk=g,u.avail_in=E,u.total_in+=m-u.next_in_index,u.next_in_index=m,e.write=p,e.inflate_flush(u,o);s=Qt;case Qt:return o=ee,e.bitb=y,e.bitk=g,u.avail_in=E,u.total_in+=m-u.next_in_index,u.next_in_index=m,e.write=p,e.inflate_flush(u,o);case he:return o=H,e.bitb=y,e.bitk=g,u.avail_in=E,u.total_in+=m-u.next_in_index,u.next_in_index=m,e.write=p,e.inflate_flush(u,o);default:return o=X,e.bitb=y,e.bitk=g,u.avail_in=E,u.total_in+=m-u.next_in_index,u.next_in_index=m,e.write=p,e.inflate_flush(u,o)}}},e.free=function(u){e.reset(u,null),e.win=null,h=null},e.set_dictionary=function(u,o,d){e.win.set(u.subarray(o,o+d),0),e.read=e.write=d},e.sync_point=function(){return s==$e?1:0}}const Cr=32,Ir=8,Or=0,zt=1,en=2,tn=3,nn=4,sn=5,Je=6,xe=7,rn=12,se=13,Pr=[0,0,255,255];function kr(){const n=this;n.mode=0,n.method=0,n.was=[0],n.need=0,n.marker=0,n.wbits=0;function t(e){return!e||!e.istate?X:(e.total_in=e.total_out=0,e.msg=null,e.istate.mode=xe,e.istate.blocks.reset(e,null),F)}n.inflateEnd=function(e){return n.blocks&&n.blocks.free(e),n.blocks=null,F},n.inflateInit=function(e,s){return e.msg=null,n.blocks=null,s<8||s>15?(n.inflateEnd(e),X):(n.wbits=s,e.istate.blocks=new Ar(e,1<<s),t(e),F)},n.inflate=function(e,s){let r,i;if(!e||!e.istate||!e.next_in)return X;const a=e.istate;for(s=s==mr?te:F,r=te;;)switch(a.mode){case Or:if(e.avail_in===0)return r;if(r=s,e.avail_in--,e.total_in++,((a.method=e.read_byte(e.next_in_index++))&15)!=Ir){a.mode=se,e.msg="unknown compression method",a.marker=5;break}if((a.method>>4)+8>a.wbits){a.mode=se,e.msg="invalid win size",a.marker=5;break}a.mode=zt;case zt:if(e.avail_in===0)return r;if(r=s,e.avail_in--,e.total_in++,i=e.read_byte(e.next_in_index++)&255,((a.method<<8)+i)%31!==0){a.mode=se,e.msg="incorrect header check",a.marker=5;break}if((i&Cr)===0){a.mode=xe;break}a.mode=en;case en:if(e.avail_in===0)return r;r=s,e.avail_in--,e.total_in++,a.need=(e.read_byte(e.next_in_index++)&255)<<24&4278190080,a.mode=tn;case tn:if(e.avail_in===0)return r;r=s,e.avail_in--,e.total_in++,a.need+=(e.read_byte(e.next_in_index++)&255)<<16&16711680,a.mode=nn;case nn:if(e.avail_in===0)return r;r=s,e.avail_in--,e.total_in++,a.need+=(e.read_byte(e.next_in_index++)&255)<<8&65280,a.mode=sn;case sn:return e.avail_in===0?r:(r=s,e.avail_in--,e.total_in++,a.need+=e.read_byte(e.next_in_index++)&255,a.mode=Je,hr);case Je:return a.mode=se,e.msg="need dictionary",a.marker=0,X;case xe:if(r=a.blocks.proc(e,r),r==H){a.mode=se,a.marker=0;break}if(r==F&&(r=s),r!=ee)return r;r=s,a.blocks.reset(e,a.was),a.mode=rn;case rn:return e.avail_in=0,ee;case se:return H;default:return X}},n.inflateSetDictionary=function(e,s,r){let i=0,a=r;if(!e||!e.istate||e.istate.mode!=Je)return X;const c=e.istate;return a>=1<<c.wbits&&(a=(1<<c.wbits)-1,i=r-a),c.blocks.set_dictionary(s,i,a),c.mode=xe,F},n.inflateSync=function(e){let s,r,i,a,c;if(!e||!e.istate)return X;const l=e.istate;if(l.mode!=se&&(l.mode=se,l.marker=0),(s=e.avail_in)===0)return te;for(r=e.next_in_index,i=l.marker;s!==0&&i<4;)e.read_byte(r)==Pr[i]?i++:e.read_byte(r)!==0?i=0:i=4-i,r++,s--;return e.total_in+=r-e.next_in_index,e.next_in_index=r,e.avail_in=s,l.marker=i,i!=4?H:(a=e.total_in,c=e.total_out,t(e),e.total_in=a,e.total_out=c,l.mode=xe,F)},n.inflateSyncPoint=function(e){return!e||!e.istate||!e.istate.blocks?X:e.istate.blocks.sync_point()}}function Wn(){}Wn.prototype={inflateInit(n){const t=this;return t.istate=new kr,n||(n=_r),t.istate.inflateInit(t,n)},inflate(n){const t=this;return t.istate?t.istate.inflate(t,n):X},inflateEnd(){const n=this;if(!n.istate)return X;const t=n.istate.inflateEnd(n);return n.istate=null,t},inflateSync(){const n=this;return n.istate?n.istate.inflateSync(n):X},inflateSetDictionary(n,t){const e=this;return e.istate?e.istate.inflateSetDictionary(e,n,t):X},read_byte(n){return this.next_in[n]},read_buf(n,t){return this.next_in.subarray(n,n+t)}};function Dr(n){const t=this,e=new Wn,s=n&&n.chunkSize?Math.floor(n.chunkSize*2):128*1024,r=pr,i=new Uint8Array(s);let a=!1;e.inflateInit(),e.next_out=i,t.append=function(c,l){const _=[];let f,b,h=0,S=0,C=0;if(c.length!==0){e.next_in_index=0,e.next_in=c,e.avail_in=c.length;do{if(e.next_out_index=0,e.avail_out=s,e.avail_in===0&&!a&&(e.next_in_index=0,a=!0),f=e.inflate(r),a&&f===te){if(e.avail_in!==0)throw new Error("inflating: bad input")}else if(f!==F&&f!==ee)throw new Error("inflating: "+e.msg);if((a||f===ee)&&e.avail_in===c.length)throw new Error("inflating: bad input");e.next_out_index&&(e.next_out_index===s?_.push(new Uint8Array(i)):_.push(i.subarray(0,e.next_out_index))),C+=e.next_out_index,l&&e.next_in_index>0&&e.next_in_index!=h&&(l(e.next_in_index),h=e.next_in_index)}while(e.avail_in>0||e.avail_out===0);return _.length>1?(b=new Uint8Array(C),_.forEach(function(u){b.set(u,S),S+=u.length})):b=_[0]?new Uint8Array(_[0]):new Uint8Array,b}},t.flush=function(){e.inflateEnd()}}const pe=4294967295,ae=65535,Nr=8,vr=0,Lr=99,Fr=67324752,Ur=134695760,an=33639248,Mr=101010256,on=101075792,Wr=117853008,oe=22,Qe=20,ze=56,Hr=1,Br=39169,jr=10,qr=1,Yr=21589,Vr=28789,Gr=25461,Zr=6534,cn=1,Kr=6,ln=8,fn=2048,un=16,dn=16384,_n=73,hn="/",G=void 0,ue="undefined",Oe="function";class pn{constructor(t){return class extends TransformStream{constructor(e,s){const r=new t(s);super({transform(i,a){a.enqueue(r.append(i))},flush(i){const a=r.flush();a&&i.enqueue(a)}})}}}}const Xr=64;let Hn=2;try{typeof navigator!=ue&&navigator.hardwareConcurrency&&(Hn=navigator.hardwareConcurrency)}catch{}const $r={chunkSize:512*1024,maxWorkers:Hn,terminateWorkerTimeout:5e3,useWebWorkers:!0,useCompressionStream:!0,workerScripts:G,CompressionStreamNative:typeof CompressionStream!=ue&&CompressionStream,DecompressionStreamNative:typeof DecompressionStream!=ue&&DecompressionStream},ce=Object.assign({},$r);function Bn(){return ce}function Jr(n){return Math.max(n.chunkSize,Xr)}function jn(n){const{baseURL:t,chunkSize:e,maxWorkers:s,terminateWorkerTimeout:r,useCompressionStream:i,useWebWorkers:a,Deflate:c,Inflate:l,CompressionStream:_,DecompressionStream:f,workerScripts:b}=n;if(re("baseURL",t),re("chunkSize",e),re("maxWorkers",s),re("terminateWorkerTimeout",r),re("useCompressionStream",i),re("useWebWorkers",a),c&&(ce.CompressionStream=new pn(c)),l&&(ce.DecompressionStream=new pn(l)),re("CompressionStream",_),re("DecompressionStream",f),b!==G){const{deflate:h,inflate:S}=b;if((h||S)&&(ce.workerScripts||(ce.workerScripts={})),h){if(!Array.isArray(h))throw new Error("workerScripts.deflate must be an array");ce.workerScripts.deflate=h}if(S){if(!Array.isArray(S))throw new Error("workerScripts.inflate must be an array");ce.workerScripts.inflate=S}}}function re(n,t){t!==G&&(ce[n]=t)}function Qr(){return"application/octet-stream"}const qn=[];for(let n=0;n<256;n++){let t=n;for(let e=0;e<8;e++)t&1?t=t>>>1^3988292384:t=t>>>1;qn[n]=t}class Be{constructor(t){this.crc=t||-1}append(t){let e=this.crc|0;for(let s=0,r=t.length|0;s<r;s++)e=e>>>8^qn[(e^t[s])&255];this.crc=e}get(){return~this.crc}}class Yn extends TransformStream{constructor(){let t;const e=new Be;super({transform(s,r){e.append(s),r.enqueue(s)},flush(){const s=new Uint8Array(4);new DataView(s.buffer).setUint32(0,e.get()),t.value=s}}),t=this}}function zr(n){if(typeof TextEncoder==ue){n=unescape(encodeURIComponent(n));const t=new Uint8Array(n.length);for(let e=0;e<t.length;e++)t[e]=n.charCodeAt(e);return t}else return new TextEncoder().encode(n)}const K={concat(n,t){if(n.length===0||t.length===0)return n.concat(t);const e=n[n.length-1],s=K.getPartial(e);return s===32?n.concat(t):K._shiftRight(t,s,e|0,n.slice(0,n.length-1))},bitLength(n){const t=n.length;if(t===0)return 0;const e=n[t-1];return(t-1)*32+K.getPartial(e)},clamp(n,t){if(n.length*32<t)return n;n=n.slice(0,Math.ceil(t/32));const e=n.length;return t=t&31,e>0&&t&&(n[e-1]=K.partial(t,n[e-1]&2147483648>>t-1,1)),n},partial(n,t,e){return n===32?t:(e?t|0:t<<32-n)+n*1099511627776},getPartial(n){return Math.round(n/1099511627776)||32},_shiftRight(n,t,e,s){for(s===void 0&&(s=[]);t>=32;t-=32)s.push(e),e=0;if(t===0)return s.concat(n);for(let a=0;a<n.length;a++)s.push(e|n[a]>>>t),e=n[a]<<32-t;const r=n.length?n[n.length-1]:0,i=K.getPartial(r);return s.push(K.partial(t+i&31,t+i>32?e:s.pop(),1)),s}},je={bytes:{fromBits(n){const e=K.bitLength(n)/8,s=new Uint8Array(e);let r;for(let i=0;i<e;i++)(i&3)===0&&(r=n[i/4]),s[i]=r>>>24,r<<=8;return s},toBits(n){const t=[];let e,s=0;for(e=0;e<n.length;e++)s=s<<8|n[e],(e&3)===3&&(t.push(s),s=0);return e&3&&t.push(K.partial(8*(e&3),s)),t}}},Vn={};Vn.sha1=class{constructor(n){const t=this;t.blockSize=512,t._init=[1732584193,4023233417,2562383102,271733878,3285377520],t._key=[1518500249,1859775393,2400959708,3395469782],n?(t._h=n._h.slice(0),t._buffer=n._buffer.slice(0),t._length=n._length):t.reset()}reset(){const n=this;return n._h=n._init.slice(0),n._buffer=[],n._length=0,n}update(n){const t=this;typeof n=="string"&&(n=je.utf8String.toBits(n));const e=t._buffer=K.concat(t._buffer,n),s=t._length,r=t._length=s+K.bitLength(n);if(r>9007199254740991)throw new Error("Cannot hash more than 2^53 - 1 bits");const i=new Uint32Array(e);let a=0;for(let c=t.blockSize+s-(t.blockSize+s&t.blockSize-1);c<=r;c+=t.blockSize)t._block(i.subarray(16*a,16*(a+1))),a+=1;return e.splice(0,16*a),t}finalize(){const n=this;let t=n._buffer;const e=n._h;t=K.concat(t,[K.partial(1,1)]);for(let s=t.length+2;s&15;s++)t.push(0);for(t.push(Math.floor(n._length/4294967296)),t.push(n._length|0);t.length;)n._block(t.splice(0,16));return n.reset(),e}_f(n,t,e,s){if(n<=19)return t&e|~t&s;if(n<=39)return t^e^s;if(n<=59)return t&e|t&s|e&s;if(n<=79)return t^e^s}_S(n,t){return t<<n|t>>>32-n}_block(n){const t=this,e=t._h,s=Array(80);for(let _=0;_<16;_++)s[_]=n[_];let r=e[0],i=e[1],a=e[2],c=e[3],l=e[4];for(let _=0;_<=79;_++){_>=16&&(s[_]=t._S(1,s[_-3]^s[_-8]^s[_-14]^s[_-16]));const f=t._S(5,r)+t._f(_,i,a,c)+l+s[_]+t._key[Math.floor(_/20)]|0;l=c,c=a,a=t._S(30,i),i=r,r=f}e[0]=e[0]+r|0,e[1]=e[1]+i|0,e[2]=e[2]+a|0,e[3]=e[3]+c|0,e[4]=e[4]+l|0}};const Gn={};Gn.aes=class{constructor(n){const t=this;t._tables=[[[],[],[],[],[]],[[],[],[],[],[]]],t._tables[0][0][0]||t._precompute();const e=t._tables[0][4],s=t._tables[1],r=n.length;let i,a,c,l=1;if(r!==4&&r!==6&&r!==8)throw new Error("invalid aes key size");for(t._key=[a=n.slice(0),c=[]],i=r;i<4*r+28;i++){let _=a[i-1];(i%r===0||r===8&&i%r===4)&&(_=e[_>>>24]<<24^e[_>>16&255]<<16^e[_>>8&255]<<8^e[_&255],i%r===0&&(_=_<<8^_>>>24^l<<24,l=l<<1^(l>>7)*283)),a[i]=a[i-r]^_}for(let _=0;i;_++,i--){const f=a[_&3?i:i-4];i<=4||_<4?c[_]=f:c[_]=s[0][e[f>>>24]]^s[1][e[f>>16&255]]^s[2][e[f>>8&255]]^s[3][e[f&255]]}}encrypt(n){return this._crypt(n,0)}decrypt(n){return this._crypt(n,1)}_precompute(){const n=this._tables[0],t=this._tables[1],e=n[4],s=t[4],r=[],i=[];let a,c,l,_;for(let f=0;f<256;f++)i[(r[f]=f<<1^(f>>7)*283)^f]=f;for(let f=a=0;!e[f];f^=c||1,a=i[a]||1){let b=a^a<<1^a<<2^a<<3^a<<4;b=b>>8^b&255^99,e[f]=b,s[b]=f,_=r[l=r[c=r[f]]];let h=_*16843009^l*65537^c*257^f*16843008,S=r[b]*257^b*16843008;for(let C=0;C<4;C++)n[C][f]=S=S<<24^S>>>8,t[C][b]=h=h<<24^h>>>8}for(let f=0;f<5;f++)n[f]=n[f].slice(0),t[f]=t[f].slice(0)}_crypt(n,t){if(n.length!==4)throw new Error("invalid aes block size");const e=this._key[t],s=e.length/4-2,r=[0,0,0,0],i=this._tables[t],a=i[0],c=i[1],l=i[2],_=i[3],f=i[4];let b=n[0]^e[0],h=n[t?3:1]^e[1],S=n[2]^e[2],C=n[t?1:3]^e[3],u=4,o,d,y;for(let g=0;g<s;g++)o=a[b>>>24]^c[h>>16&255]^l[S>>8&255]^_[C&255]^e[u],d=a[h>>>24]^c[S>>16&255]^l[C>>8&255]^_[b&255]^e[u+1],y=a[S>>>24]^c[C>>16&255]^l[b>>8&255]^_[h&255]^e[u+2],C=a[C>>>24]^c[b>>16&255]^l[h>>8&255]^_[S&255]^e[u+3],u+=4,b=o,h=d,S=y;for(let g=0;g<4;g++)r[t?3&-g:g]=f[b>>>24]<<24^f[h>>16&255]<<16^f[S>>8&255]<<8^f[C&255]^e[u++],o=b,b=h,h=S,S=C,C=o;return r}};const ei={getRandomValues(n){const t=new Uint32Array(n.buffer),e=s=>{let r=987654321;const i=4294967295;return function(){return r=36969*(r&65535)+(r>>16)&i,s=18e3*(s&65535)+(s>>16)&i,(((r<<16)+s&i)/4294967296+.5)*(Math.random()>.5?1:-1)}};for(let s=0,r;s<n.length;s+=4){const i=e((r||Math.random())*4294967296);r=i()*987654071,t[s/4]=i()*4294967296|0}return n}},Zn={};Zn.ctrGladman=class{constructor(n,t){this._prf=n,this._initIv=t,this._iv=t}reset(){this._iv=this._initIv}update(n){return this.calculate(this._prf,n,this._iv)}incWord(n){if((n>>24&255)===255){let t=n>>16&255,e=n>>8&255,s=n&255;t===255?(t=0,e===255?(e=0,s===255?s=0:++s):++e):++t,n=0,n+=t<<16,n+=e<<8,n+=s}else n+=1<<24;return n}incCounter(n){(n[0]=this.incWord(n[0]))===0&&(n[1]=this.incWord(n[1]))}calculate(n,t,e){let s;if(!(s=t.length))return[];const r=K.bitLength(t);for(let i=0;i<s;i+=4){this.incCounter(e);const a=n.encrypt(e);t[i]^=a[0],t[i+1]^=a[1],t[i+2]^=a[2],t[i+3]^=a[3]}return K.clamp(t,r)}};const me={importKey(n){return new me.hmacSha1(je.bytes.toBits(n))},pbkdf2(n,t,e,s){if(e=e||1e4,s<0||e<0)throw new Error("invalid params to pbkdf2");const r=(s>>5)+1<<2;let i,a,c,l,_;const f=new ArrayBuffer(r),b=new DataView(f);let h=0;const S=K;for(t=je.bytes.toBits(t),_=1;h<(r||1);_++){for(i=a=n.encrypt(S.concat(t,[_])),c=1;c<e;c++)for(a=n.encrypt(a),l=0;l<a.length;l++)i[l]^=a[l];for(c=0;h<(r||1)&&c<i.length;c++)b.setInt32(h,i[c]),h+=4}return f.slice(0,s/8)}};me.hmacSha1=class{constructor(n){const t=this,e=t._hash=Vn.sha1,s=[[],[]];t._baseHash=[new e,new e];const r=t._baseHash[0].blockSize/32;n.length>r&&(n=new e().update(n).finalize());for(let i=0;i<r;i++)s[0][i]=n[i]^909522486,s[1][i]=n[i]^1549556828;t._baseHash[0].update(s[0]),t._baseHash[1].update(s[1]),t._resultHash=new e(t._baseHash[0])}reset(){const n=this;n._resultHash=new n._hash(n._baseHash[0]),n._updated=!1}update(n){const t=this;t._updated=!0,t._resultHash.update(n)}digest(){const n=this,t=n._resultHash.finalize(),e=new n._hash(n._baseHash[1]).update(t).finalize();return n.reset(),e}encrypt(n){if(this._updated)throw new Error("encrypt on already updated hmac called!");return this.update(n),this.digest(n)}};const ti=typeof crypto!=ue&&typeof crypto.getRandomValues==Oe,mt="Invalid password",wt="Invalid signature",gt="zipjs-abort-check-password";function Kn(n){return ti?crypto.getRandomValues(n):ei.getRandomValues(n)}const ge=16,ni="raw",Xn={name:"PBKDF2"},si={name:"HMAC"},ri="SHA-1",ii=Object.assign({hash:si},Xn),ot=Object.assign({iterations:1e3,hash:{name:ri}},Xn),ai=["deriveBits"],Se=[8,12,16],Ee=[16,24,32],ie=10,oi=[0,0,0,0],Ye=typeof crypto!=ue,Pe=Ye&&crypto.subtle,$n=Ye&&typeof Pe!=ue,Q=je.bytes,ci=Gn.aes,li=Zn.ctrGladman,fi=me.hmacSha1;let mn=Ye&&$n&&typeof Pe.importKey==Oe,wn=Ye&&$n&&typeof Pe.deriveBits==Oe;class ui extends TransformStream{constructor({password:t,rawPassword:e,signed:s,encryptionStrength:r,checkPasswordOnly:i}){super({start(){Object.assign(this,{ready:new Promise(a=>this.resolveReady=a),password:zn(t,e),signed:s,strength:r-1,pending:new Uint8Array})},async transform(a,c){const l=this,{password:_,strength:f,resolveReady:b,ready:h}=l;_?(await _i(l,f,_,J(a,0,Se[f]+2)),a=J(a,Se[f]+2),i?c.error(new Error(gt)):b()):await h;const S=new Uint8Array(a.length-ie-(a.length-ie)%ge);c.enqueue(Jn(l,a,S,0,ie,!0))},async flush(a){const{signed:c,ctr:l,hmac:_,pending:f,ready:b}=this;if(_&&l){await b;const h=J(f,0,f.length-ie),S=J(f,f.length-ie);let C=new Uint8Array;if(h.length){const u=Ae(Q,h);_.update(u);const o=l.update(u);C=Re(Q,o)}if(c){const u=J(Re(Q,_.digest()),0,ie);for(let o=0;o<ie;o++)if(u[o]!=S[o])throw new Error(wt)}a.enqueue(C)}}})}}class di extends TransformStream{constructor({password:t,rawPassword:e,encryptionStrength:s}){let r;super({start(){Object.assign(this,{ready:new Promise(i=>this.resolveReady=i),password:zn(t,e),strength:s-1,pending:new Uint8Array})},async transform(i,a){const c=this,{password:l,strength:_,resolveReady:f,ready:b}=c;let h=new Uint8Array;l?(h=await hi(c,_,l),f()):await b;const S=new Uint8Array(h.length+i.length-i.length%ge);S.set(h,0),a.enqueue(Jn(c,i,S,h.length,0))},async flush(i){const{ctr:a,hmac:c,pending:l,ready:_}=this;if(c&&a){await _;let f=new Uint8Array;if(l.length){const b=a.update(Ae(Q,l));c.update(b),f=Re(Q,b)}r.signature=Re(Q,c.digest()).slice(0,ie),i.enqueue(bt(f,r.signature))}}}),r=this}}function Jn(n,t,e,s,r,i){const{ctr:a,hmac:c,pending:l}=n,_=t.length-r;l.length&&(t=bt(l,t),e=wi(e,_-_%ge));let f;for(f=0;f<=_-ge;f+=ge){const b=Ae(Q,J(t,f,f+ge));i&&c.update(b);const h=a.update(b);i||c.update(h),e.set(Re(Q,h),f+s)}return n.pending=J(t,f),e}async function _i(n,t,e,s){const r=await Qn(n,t,e,J(s,0,Se[t])),i=J(s,Se[t]);if(r[0]!=i[0]||r[1]!=i[1])throw new Error(mt)}async function hi(n,t,e){const s=Kn(new Uint8Array(Se[t])),r=await Qn(n,t,e,s);return bt(s,r)}async function Qn(n,t,e,s){n.password=null;const r=await pi(ni,e,ii,!1,ai),i=await mi(Object.assign({salt:s},ot),r,8*(Ee[t]*2+2)),a=new Uint8Array(i),c=Ae(Q,J(a,0,Ee[t])),l=Ae(Q,J(a,Ee[t],Ee[t]*2)),_=J(a,Ee[t]*2);return Object.assign(n,{keys:{key:c,authentication:l,passwordVerification:_},ctr:new li(new ci(c),Array.from(oi)),hmac:new fi(l)}),_}async function pi(n,t,e,s,r){if(mn)try{return await Pe.importKey(n,t,e,s,r)}catch{return mn=!1,me.importKey(t)}else return me.importKey(t)}async function mi(n,t,e){if(wn)try{return await Pe.deriveBits(n,t,e)}catch{return wn=!1,me.pbkdf2(t,n.salt,ot.iterations,e)}else return me.pbkdf2(t,n.salt,ot.iterations,e)}function zn(n,t){return t===G?zr(n):t}function bt(n,t){let e=n;return n.length+t.length&&(e=new Uint8Array(n.length+t.length),e.set(n,0),e.set(t,n.length)),e}function wi(n,t){if(t&&t>n.length){const e=n;n=new Uint8Array(t),n.set(e,0)}return n}function J(n,t,e){return n.subarray(t,e)}function Re(n,t){return n.fromBits(t)}function Ae(n,t){return n.toBits(t)}const be=12;class gi extends TransformStream{constructor({password:t,passwordVerification:e,checkPasswordOnly:s}){super({start(){Object.assign(this,{password:t,passwordVerification:e}),es(this,t)},transform(r,i){const a=this;if(a.password){const c=gn(a,r.subarray(0,be));if(a.password=null,c[be-1]!=a.passwordVerification)throw new Error(mt);r=r.subarray(be)}s?i.error(new Error(gt)):i.enqueue(gn(a,r))}})}}class bi extends TransformStream{constructor({password:t,passwordVerification:e}){super({start(){Object.assign(this,{password:t,passwordVerification:e}),es(this,t)},transform(s,r){const i=this;let a,c;if(i.password){i.password=null;const l=Kn(new Uint8Array(be));l[be-1]=i.passwordVerification,a=new Uint8Array(s.length+l.length),a.set(bn(i,l),0),c=be}else a=new Uint8Array(s.length),c=0;a.set(bn(i,s),c),r.enqueue(a)}})}}function gn(n,t){const e=new Uint8Array(t.length);for(let s=0;s<t.length;s++)e[s]=ts(n)^t[s],yt(n,e[s]);return e}function bn(n,t){const e=new Uint8Array(t.length);for(let s=0;s<t.length;s++)e[s]=ts(n)^t[s],yt(n,t[s]);return e}function es(n,t){const e=[305419896,591751049,878082192];Object.assign(n,{keys:e,crcKey0:new Be(e[0]),crcKey2:new Be(e[2])});for(let s=0;s<t.length;s++)yt(n,t.charCodeAt(s))}function yt(n,t){let[e,s,r]=n.keys;n.crcKey0.append([t]),e=~n.crcKey0.get(),s=yn(Math.imul(yn(s+ns(e)),134775813)+1),n.crcKey2.append([s>>>24]),r=~n.crcKey2.get(),n.keys=[e,s,r]}function ts(n){const t=n.keys[2]|2;return ns(Math.imul(t,t^1)>>>8)}function ns(n){return n&255}function yn(n){return n&4294967295}const xn="deflate-raw";class yi extends TransformStream{constructor(t,{chunkSize:e,CompressionStream:s,CompressionStreamNative:r}){super({});const{compressed:i,encrypted:a,useCompressionStream:c,zipCrypto:l,signed:_,level:f}=t,b=this;let h,S,C=ss(super.readable);(!a||l)&&_&&(h=new Yn,C=z(C,h)),i&&(C=is(C,c,{level:f,chunkSize:e},r,s)),a&&(l?C=z(C,new bi(t)):(S=new di(t),C=z(C,S))),rs(b,C,()=>{let u;a&&!l&&(u=S.signature),(!a||l)&&_&&(u=new DataView(h.value.buffer).getUint32(0)),b.signature=u})}}class xi extends TransformStream{constructor(t,{chunkSize:e,DecompressionStream:s,DecompressionStreamNative:r}){super({});const{zipCrypto:i,encrypted:a,signed:c,signature:l,compressed:_,useCompressionStream:f}=t;let b,h,S=ss(super.readable);a&&(i?S=z(S,new gi(t)):(h=new ui(t),S=z(S,h))),_&&(S=is(S,f,{chunkSize:e},r,s)),(!a||i)&&c&&(b=new Yn,S=z(S,b)),rs(this,S,()=>{if((!a||i)&&c){const C=new DataView(b.value.buffer);if(l!=C.getUint32(0,!1))throw new Error(wt)}})}}function ss(n){return z(n,new TransformStream({transform(t,e){t&&t.length&&e.enqueue(t)}}))}function rs(n,t,e){t=z(t,new TransformStream({flush:e})),Object.defineProperty(n,"readable",{get(){return t}})}function is(n,t,e,s,r){try{const i=t&&s?s:r;n=z(n,new i(xn,e))}catch{if(t)try{n=z(n,new r(xn,e))}catch{return n}else return n}return n}function z(n,t){return n.pipeThrough(t)}const Ei="message",Ti="start",Si="pull",En="data",Ri="ack",Tn="close",Ai="deflate",as="inflate";class Ci extends TransformStream{constructor(t,e){super({});const s=this,{codecType:r}=t;let i;r.startsWith(Ai)?i=yi:r.startsWith(as)&&(i=xi);let a=0,c=0;const l=new i(t,e),_=super.readable,f=new TransformStream({transform(h,S){h&&h.length&&(c+=h.length,S.enqueue(h))},flush(){Object.assign(s,{inputSize:c})}}),b=new TransformStream({transform(h,S){h&&h.length&&(a+=h.length,S.enqueue(h))},flush(){const{signature:h}=l;Object.assign(s,{signature:h,outputSize:a,inputSize:c})}});Object.defineProperty(s,"readable",{get(){return _.pipeThrough(f).pipeThrough(l).pipeThrough(b)}})}}class Ii extends TransformStream{constructor(t){let e;super({transform:s,flush(r){e&&e.length&&r.enqueue(e)}});function s(r,i){if(e){const a=new Uint8Array(e.length+r.length);a.set(e),a.set(r,e.length),r=a,e=null}r.length>t?(i.enqueue(r.slice(0,t)),s(r.slice(t),i)):e=r}}}let os=typeof Worker!=ue;class et{constructor(t,{readable:e,writable:s},{options:r,config:i,streamOptions:a,useWebWorkers:c,transferStreams:l,scripts:_},f){const{signal:b}=a;return Object.assign(t,{busy:!0,readable:e.pipeThrough(new Ii(i.chunkSize)).pipeThrough(new Oi(e,a),{signal:b}),writable:s,options:Object.assign({},r),scripts:_,transferStreams:l,terminate(){return new Promise(h=>{const{worker:S,busy:C}=t;S?(C?t.resolveTerminated=h:(S.terminate(),h()),t.interface=null):h()})},onTaskFinished(){const{resolveTerminated:h}=t;h&&(t.resolveTerminated=null,t.terminated=!0,t.worker.terminate(),h()),t.busy=!1,f(t)}}),(c&&os?Pi:cs)(t,i)}}class Oi extends TransformStream{constructor(t,{onstart:e,onprogress:s,size:r,onend:i}){let a=0;super({async start(){e&&await tt(e,r)},async transform(c,l){a+=c.length,s&&await tt(s,a,r),l.enqueue(c)},async flush(){t.size=a,i&&await tt(i,a)}})}}async function tt(n,...t){try{await n(...t)}catch{}}function cs(n,t){return{run:()=>ki(n,t)}}function Pi(n,t){const{baseURL:e,chunkSize:s}=t;if(!n.interface){let r;try{r=vi(n.scripts[0],e,n)}catch{return os=!1,cs(n,t)}Object.assign(n,{worker:r,interface:{run:()=>Di(n,{chunkSize:s})}})}return n.interface}async function ki({options:n,readable:t,writable:e,onTaskFinished:s},r){try{const i=new Ci(n,r);await t.pipeThrough(i).pipeTo(e,{preventClose:!0,preventAbort:!0});const{signature:a,inputSize:c,outputSize:l}=i;return{signature:a,inputSize:c,outputSize:l}}finally{s()}}async function Di(n,t){let e,s;const r=new Promise((h,S)=>{e=h,s=S});Object.assign(n,{reader:null,writer:null,resolveResult:e,rejectResult:s,result:r});const{readable:i,options:a,scripts:c}=n,{writable:l,closed:_}=Ni(n.writable),f=Ue({type:Ti,scripts:c.slice(1),options:a,config:t,readable:i,writable:l},n);f||Object.assign(n,{reader:i.getReader(),writer:l.getWriter()});const b=await r;return f||await l.getWriter().close(),await _,b}function Ni(n){let t;const e=new Promise(r=>t=r);return{writable:new WritableStream({async write(r){const i=n.getWriter();await i.ready,await i.write(r),i.releaseLock()},close(){t()},abort(r){return n.getWriter().abort(r)}}),closed:e}}let Sn=!0,Rn=!0;function vi(n,t,e){const s={type:"module"};let r,i;typeof n==Oe&&(n=n());try{r=new URL(n,t)}catch{r=n}if(Sn)try{i=new Worker(r)}catch{Sn=!1,i=new Worker(r,s)}else i=new Worker(r,s);return i.addEventListener(Ei,a=>Li(a,e)),i}function Ue(n,{worker:t,writer:e,onTaskFinished:s,transferStreams:r}){try{const{value:i,readable:a,writable:c}=n,l=[];if(i&&(i.byteLength<i.buffer.byteLength?n.value=i.buffer.slice(0,i.byteLength):n.value=i.buffer,l.push(n.value)),r&&Rn?(a&&l.push(a),c&&l.push(c)):n.readable=n.writable=null,l.length)try{return t.postMessage(n,l),!0}catch{Rn=!1,n.readable=n.writable=null,t.postMessage(n)}else t.postMessage(n)}catch(i){throw e&&e.releaseLock(),s(),i}}async function Li({data:n},t){const{type:e,value:s,messageId:r,result:i,error:a}=n,{reader:c,writer:l,resolveResult:_,rejectResult:f,onTaskFinished:b}=t;try{if(a){const{message:S,stack:C,code:u,name:o}=a,d=new Error(S);Object.assign(d,{stack:C,code:u,name:o}),h(d)}else{if(e==Si){const{value:S,done:C}=await c.read();Ue({type:En,value:S,done:C,messageId:r},t)}e==En&&(await l.ready,await l.write(new Uint8Array(s)),Ue({type:Ri,messageId:r},t)),e==Tn&&h(null,i)}}catch(S){Ue({type:Tn,messageId:r},t),h(S)}function h(S,C){S?f(S):_(C),l&&l.releaseLock(),b()}}let le=[];const nt=[];let An=0;async function Fi(n,t){const{options:e,config:s}=t,{transferStreams:r,useWebWorkers:i,useCompressionStream:a,codecType:c,compressed:l,signed:_,encrypted:f}=e,{workerScripts:b,maxWorkers:h}=s;t.transferStreams=r||r===G;const S=!l&&!_&&!f&&!t.transferStreams;return t.useWebWorkers=!S&&(i||i===G&&s.useWebWorkers),t.scripts=t.useWebWorkers&&b?b[c]:[],e.useCompressionStream=a||a===G&&s.useCompressionStream,(await C()).run();async function C(){const o=le.find(d=>!d.busy);if(o)return ct(o),new et(o,n,t,u);if(le.length<h){const d={indexWorker:An};return An++,le.push(d),new et(d,n,t,u)}else return new Promise(d=>nt.push({resolve:d,stream:n,workerOptions:t}))}function u(o){if(nt.length){const[{resolve:d,stream:y,workerOptions:g}]=nt.splice(0,1);d(new et(o,y,g,u))}else o.worker?(ct(o),Ui(o,t)):le=le.filter(d=>d!=o)}}function Ui(n,t){const{config:e}=t,{terminateWorkerTimeout:s}=e;Number.isFinite(s)&&s>=0&&(n.terminated?n.terminated=!1:n.terminateTimeout=setTimeout(async()=>{le=le.filter(r=>r!=n);try{await n.terminate()}catch{}},s))}function ct(n){const{terminateTimeout:t}=n;t&&(clearTimeout(t),n.terminateTimeout=null)}async function Mi(){await Promise.allSettled(le.map(n=>(ct(n),n.terminate())))}const ls="HTTP error ",ke="HTTP Range not supported",fs="Writer iterator completed too soon",Wi="text/plain",Hi="Content-Length",Bi="Content-Range",ji="Accept-Ranges",qi="Range",Yi="Content-Type",Vi="HEAD",xt="GET",us="bytes",Gi=64*1024,Et="writable";class Ve{constructor(){this.size=0}init(){this.initialized=!0}}class de extends Ve{get readable(){const t=this,{chunkSize:e=Gi}=t,s=new ReadableStream({start(){this.chunkOffset=0},async pull(r){const{offset:i=0,size:a,diskNumberStart:c}=s,{chunkOffset:l}=this;r.enqueue(await V(t,i+l,Math.min(e,a-l),c)),l+e>a?r.close():this.chunkOffset+=e}});return s}}class Tt extends Ve{constructor(){super();const t=this,e=new WritableStream({write(s){return t.writeUint8Array(s)}});Object.defineProperty(t,Et,{get(){return e}})}writeUint8Array(){}}class Zi extends de{constructor(t){super();let e=t.length;for(;t.charAt(e-1)=="=";)e--;const s=t.indexOf(",")+1;Object.assign(this,{dataURI:t,dataStart:s,size:Math.floor((e-s)*.75)})}readUint8Array(t,e){const{dataStart:s,dataURI:r}=this,i=new Uint8Array(e),a=Math.floor(t/3)*4,c=atob(r.substring(a+s,Math.ceil((t+e)/3)*4+s)),l=t-Math.floor(a/4)*3;for(let _=l;_<l+e;_++)i[_-l]=c.charCodeAt(_);return i}}class Ki extends Tt{constructor(t){super(),Object.assign(this,{data:"data:"+(t||"")+";base64,",pending:[]})}writeUint8Array(t){const e=this;let s=0,r=e.pending;const i=e.pending.length;for(e.pending="",s=0;s<Math.floor((i+t.length)/3)*3-i;s++)r+=String.fromCharCode(t[s]);for(;s<t.length;s++)e.pending+=String.fromCharCode(t[s]);r.length>2?e.data+=btoa(r):e.pending=r}getData(){return this.data+btoa(this.pending)}}class St extends de{constructor(t){super(),Object.assign(this,{blob:t,size:t.size})}async readUint8Array(t,e){const s=this,r=t+e;let a=await(t||r<s.size?s.blob.slice(t,r):s.blob).arrayBuffer();return a.byteLength>e&&(a=a.slice(t,r)),new Uint8Array(a)}}class ds extends Ve{constructor(t){super();const e=this,s=new TransformStream,r=[];t&&r.push([Yi,t]),Object.defineProperty(e,Et,{get(){return s.writable}}),e.blob=new Response(s.readable,{headers:r}).blob()}getData(){return this.blob}}class Xi extends St{constructor(t){super(new Blob([t],{type:Wi}))}}class $i extends ds{constructor(t){super(t),Object.assign(this,{encoding:t,utf8:!t||t.toLowerCase()=="utf-8"})}async getData(){const{encoding:t,utf8:e}=this,s=await super.getData();if(s.text&&e)return s.text();{const r=new FileReader;return new Promise((i,a)=>{Object.assign(r,{onload:({target:c})=>i(c.result),onerror:()=>a(r.error)}),r.readAsText(s,t)})}}}class Ji extends de{constructor(t,e){super(),_s(this,t,e)}async init(){await hs(this,lt,Cn),super.init()}readUint8Array(t,e){return ps(this,t,e,lt,Cn)}}class Qi extends de{constructor(t,e){super(),_s(this,t,e)}async init(){await hs(this,ft,In),super.init()}readUint8Array(t,e){return ps(this,t,e,ft,In)}}function _s(n,t,e){const{preventHeadRequest:s,useRangeHeader:r,forceRangeRequests:i,combineSizeEocd:a}=e;e=Object.assign({},e),delete e.preventHeadRequest,delete e.useRangeHeader,delete e.forceRangeRequests,delete e.combineSizeEocd,delete e.useXHR,Object.assign(n,{url:t,options:e,preventHeadRequest:s,useRangeHeader:r,forceRangeRequests:i,combineSizeEocd:a})}async function hs(n,t,e){const{url:s,preventHeadRequest:r,useRangeHeader:i,forceRangeRequests:a,combineSizeEocd:c}=n;if(na(s)&&(i||a)&&(typeof r>"u"||r)){const l=await t(xt,n,ms(n,c?-22:void 0));if(!a&&l.headers.get(ji)!=us)throw new Error(ke);{c&&(n.eocdCache=new Uint8Array(await l.arrayBuffer()));let _;const f=l.headers.get(Bi);if(f){const b=f.trim().split(/\s*\/\s*/);if(b.length){const h=b[1];h&&h!="*"&&(_=Number(h))}}_===G?await On(n,t,e):n.size=_}}else await On(n,t,e)}async function ps(n,t,e,s,r){const{useRangeHeader:i,forceRangeRequests:a,eocdCache:c,size:l,options:_}=n;if(i||a){if(c&&t==l-oe&&e==oe)return c;const f=await s(xt,n,ms(n,t,e));if(f.status!=206)throw new Error(ke);return new Uint8Array(await f.arrayBuffer())}else{const{data:f}=n;return f||await r(n,_),new Uint8Array(n.data.subarray(t,t+e))}}function ms(n,t=0,e=1){return Object.assign({},Rt(n),{[qi]:us+"="+(t<0?t:t+"-"+(t+e-1))})}function Rt({options:n}){const{headers:t}=n;if(t)return Symbol.iterator in t?Object.fromEntries(t):t}async function Cn(n){await ws(n,lt)}async function In(n){await ws(n,ft)}async function ws(n,t){const e=await t(xt,n,Rt(n));n.data=new Uint8Array(await e.arrayBuffer()),n.size||(n.size=n.data.length)}async function On(n,t,e){if(n.preventHeadRequest)await e(n,n.options);else{const r=(await t(Vi,n,Rt(n))).headers.get(Hi);r?n.size=Number(r):await e(n,n.options)}}async function lt(n,{options:t,url:e},s){const r=await fetch(e,Object.assign({},t,{method:n,headers:s}));if(r.status<400)return r;throw r.status==416?new Error(ke):new Error(ls+(r.statusText||r.status))}function ft(n,{url:t},e){return new Promise((s,r)=>{const i=new XMLHttpRequest;if(i.addEventListener("load",()=>{if(i.status<400){const a=[];i.getAllResponseHeaders().trim().split(/[\r\n]+/).forEach(c=>{const l=c.trim().split(/\s*:\s*/);l[0]=l[0].trim().replace(/^[a-z]|-[a-z]/g,_=>_.toUpperCase()),a.push(l)}),s({status:i.status,arrayBuffer:()=>i.response,headers:new Map(a)})}else r(i.status==416?new Error(ke):new Error(ls+(i.statusText||i.status)))},!1),i.addEventListener("error",a=>r(a.detail?a.detail.error:new Error("Network error")),!1),i.open(n,t),e)for(const a of Object.entries(e))i.setRequestHeader(a[0],a[1]);i.responseType="arraybuffer",i.send()})}class gs extends de{constructor(t,e={}){super(),Object.assign(this,{url:t,reader:e.useXHR?new Qi(t,e):new Ji(t,e)})}set size(t){}get size(){return this.reader.size}async init(){await this.reader.init(),super.init()}readUint8Array(t,e){return this.reader.readUint8Array(t,e)}}class zi extends gs{constructor(t,e={}){e.useRangeHeader=!0,super(t,e)}}class ea extends de{constructor(t){super(),Object.assign(this,{array:t,size:t.length})}readUint8Array(t,e){return this.array.slice(t,t+e)}}class ta extends Tt{init(t=0){Object.assign(this,{offset:0,array:new Uint8Array(t)}),super.init()}writeUint8Array(t){const e=this;if(e.offset+t.length>e.array.length){const s=e.array;e.array=new Uint8Array(s.length+t.length),e.array.set(s)}e.array.set(t,e.offset),e.offset+=t.length}getData(){return this.array}}class At extends de{constructor(t){super(),this.readers=t}async init(){const t=this,{readers:e}=t;t.lastDiskNumber=0,t.lastDiskOffset=0,await Promise.all(e.map(async(s,r)=>{await s.init(),r!=e.length-1&&(t.lastDiskOffset+=s.size),t.size+=s.size})),super.init()}async readUint8Array(t,e,s=0){const r=this,{readers:i}=this;let a,c=s;c==-1&&(c=i.length-1);let l=t;for(;l>=i[c].size;)l-=i[c].size,c++;const _=i[c],f=_.size;if(l+e<=f)a=await V(_,l,e);else{const b=f-l;a=new Uint8Array(e),a.set(await V(_,l,b)),a.set(await r.readUint8Array(t+b,e-b,s),b)}return r.lastDiskNumber=Math.max(c,r.lastDiskNumber),a}}class qe extends Ve{constructor(t,e=4294967295){super();const s=this;Object.assign(s,{diskNumber:0,diskOffset:0,size:0,maxSize:e,availableSize:e});let r,i,a;const c=new WritableStream({async write(f){const{availableSize:b}=s;if(a)f.length>=b?(await l(f.slice(0,b)),await _(),s.diskOffset+=r.size,s.diskNumber++,a=null,await this.write(f.slice(b))):await l(f);else{const{value:h,done:S}=await t.next();if(S&&!h)throw new Error(fs);r=h,r.size=0,r.maxSize&&(s.maxSize=r.maxSize),s.availableSize=s.maxSize,await Ce(r),i=h.writable,a=i.getWriter(),await this.write(f)}},async close(){await a.ready,await _()}});Object.defineProperty(s,Et,{get(){return c}});async function l(f){const b=f.length;b&&(await a.ready,await a.write(f),r.size+=b,s.size+=b,s.availableSize-=b)}async function _(){i.size=r.size,await a.close()}}}function na(n){const{baseURL:t}=Bn(),{protocol:e}=new URL(n,t);return e=="http:"||e=="https:"}async function Ce(n,t){if(n.init&&!n.initialized)await n.init(t);else return Promise.resolve()}function bs(n){return Array.isArray(n)&&(n=new At(n)),n instanceof ReadableStream&&(n={readable:n}),n}function ys(n){n.writable===G&&typeof n.next==Oe&&(n=new qe(n)),n instanceof WritableStream&&(n={writable:n});const{writable:t}=n;return t.size===G&&(t.size=0),n instanceof qe||Object.assign(n,{diskNumber:0,diskOffset:0,availableSize:1/0,maxSize:1/0}),n}function V(n,t,e,s){return n.readUint8Array(t,e,s)}const sa=At,ra=qe,xs="\0☺☻♥♦♣♠•◘○◙♂♀♪♫☼►◄↕‼¶§▬↨↑↓→←∟↔▲▼ !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~⌂ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜ¢£¥₧ƒáíóúñѪº¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ ".split(""),ia=xs.length==256;function aa(n){if(ia){let t="";for(let e=0;e<n.length;e++)t+=xs[n[e]];return t}else return new TextDecoder().decode(n)}function Me(n,t){return t&&t.trim().toLowerCase()=="cp437"?aa(n):new TextDecoder(t).decode(n)}const Es="filename",Ts="rawFilename",Ss="comment",Rs="rawComment",As="uncompressedSize",Cs="compressedSize",Is="offset",ut="diskNumberStart",dt="lastModDate",_t="rawLastModDate",Os="lastAccessDate",oa="rawLastAccessDate",Ps="creationDate",ca="rawCreationDate",la="internalFileAttribute",fa="internalFileAttributes",ua="externalFileAttribute",da="externalFileAttributes",_a="msDosCompatible",ha="zip64",pa="encrypted",ma="version",wa="versionMadeBy",ga="zipCrypto",ba="directory",ya="executable",xa=[Es,Ts,Cs,As,dt,_t,Ss,Rs,Os,Ps,Is,ut,ut,la,fa,ua,da,_a,ha,pa,ma,wa,ga,ba,ya,"bitFlag","signature","filenameUTF8","commentUTF8","compressionMethod","extraField","rawExtraField","extraFieldZip64","extraFieldUnicodePath","extraFieldUnicodeComment","extraFieldAES","extraFieldNTFS","extraFieldExtendedTimestamp"];class Pn{constructor(t){xa.forEach(e=>this[e]=t[e])}}const We="File format is not recognized",ks="End of central directory not found",Ds="End of Zip64 central directory locator not found",Ns="Central directory header not found",vs="Local file header not found",Ls="Zip64 extra field not found",Fs="File contains encrypted entry",Us="Encryption method not supported",ht="Compression method not supported",pt="Split zip file",kn="utf-8",Dn="cp437",Ea=[[As,pe],[Cs,pe],[Is,pe],[ut,ae]],Ta={[ae]:{getValue:B,bytes:4},[pe]:{getValue:He,bytes:8}};class Ms{constructor(t,e={}){Object.assign(this,{reader:bs(t),options:e,config:Bn()})}async*getEntriesGenerator(t={}){const e=this;let{reader:s}=e;const{config:r}=e;if(await Ce(s),(s.size===G||!s.readUint8Array)&&(s=new St(await new Response(s.readable).blob()),await Ce(s)),s.size<oe)throw new Error(We);s.chunkSize=Jr(r);const i=await Pa(s,Mr,s.size,oe,ae*16);if(!i){const x=await V(s,0,4),w=q(x);throw B(w)==Ur?new Error(pt):new Error(ks)}const a=q(i);let c=B(a,12),l=B(a,16);const _=i.offset,f=j(a,20),b=_+oe+f;let h=j(a,4);const S=s.lastDiskNumber||0;let C=j(a,6),u=j(a,8),o=0,d=0;if(l==pe||c==pe||u==ae||C==ae){const x=await V(s,i.offset-Qe,Qe),w=q(x);if(B(w,0)==Wr){l=He(w,8);let O=await V(s,l,ze,-1),I=q(O);const N=i.offset-Qe-ze;if(B(I,0)!=on&&l!=N){const P=l;l=N,o=l-P,O=await V(s,l,ze,-1),I=q(O)}if(B(I,0)!=on)throw new Error(Ds);h==ae&&(h=B(I,16)),C==ae&&(C=B(I,20)),u==ae&&(u=He(I,32)),c==pe&&(c=He(I,40)),l-=c}}if(l>=s.size&&(o=s.size-l-c-oe,l=s.size-c-oe),S!=h)throw new Error(pt);if(l<0)throw new Error(We);let y=0,g=await V(s,l,c,C),m=q(g);if(c){const x=i.offset-c;if(B(m,y)!=an&&l!=x){const w=l;l=x,o+=l-w,g=await V(s,l,c,C),m=q(g)}}const E=i.offset-l-(s.lastDiskOffset||0);if(c!=E&&E>=0&&(c=E,g=await V(s,l,c,C),m=q(g)),l<0||l>=s.size)throw new Error(We);const p=Z(e,t,"filenameEncoding"),R=Z(e,t,"commentEncoding");for(let x=0;x<u;x++){const w=new Ra(s,r,e.options);if(B(m,y)!=an)throw new Error(Ns);Ws(w,m,y+6);const O=!!w.bitFlag.languageEncodingFlag,I=y+46,N=I+w.filenameLength,P=N+w.extraFieldLength,k=j(m,y+4),M=k>>8==0,v=k>>8==3,Y=g.subarray(I,N),D=j(m,y+32),_e=P+D,U=g.subarray(P,_e),W=O,Ct=O,Ge=B(m,y+38),It=M&&(ye(m,y+38)&un)==un||v&&(Ge>>16&dn)==dn||Y.length&&Y[Y.length-1]==hn.charCodeAt(0),js=v&&(Ge>>16&_n)==_n,Ot=B(m,y+42)+o;Object.assign(w,{versionMadeBy:k,msDosCompatible:M,compressedSize:0,uncompressedSize:0,commentLength:D,directory:It,offset:Ot,diskNumberStart:j(m,y+34),internalFileAttributes:j(m,y+36),externalFileAttributes:Ge,rawFilename:Y,filenameUTF8:W,commentUTF8:Ct,rawExtraField:g.subarray(N,P),executable:js}),w.internalFileAttribute=w.internalFileAttributes,w.externalFileAttribute=w.externalFileAttributes;const Pt=Z(e,t,"decodeText")||Me,kt=W?kn:p||Dn,Dt=Ct?kn:R||Dn;let De=Pt(Y,kt);De===G&&(De=Me(Y,kt));let Ze=Pt(U,Dt);Ze===G&&(Ze=Me(U,Dt)),Object.assign(w,{rawComment:U,filename:De,comment:Ze,directory:It||De.endsWith(hn)}),d=Math.max(Ot,d),Hs(w,w,m,y+6),w.zipCrypto=w.encrypted&&!w.extraFieldAES;const Ke=new Pn(w);Ke.getData=(vt,qs)=>w.getData(vt,Ke,qs),y=_e;const{onprogress:Nt}=t;if(Nt)try{await Nt(x+1,u,new Pn(w))}catch{}yield Ke}const T=Z(e,t,"extractPrependedData"),A=Z(e,t,"extractAppendedData");return T&&(e.prependedData=d>0?await V(s,0,d):new Uint8Array),e.comment=f?await V(s,_+oe,f):new Uint8Array,A&&(e.appendedData=b<s.size?await V(s,b,s.size-b):new Uint8Array),!0}async getEntries(t={}){const e=[];for await(const s of this.getEntriesGenerator(t))e.push(s);return e}async close(){}}class Sa{constructor(t={}){const{readable:e,writable:s}=new TransformStream,r=new Ms(e,t).getEntriesGenerator();this.readable=new ReadableStream({async pull(i){const{done:a,value:c}=await r.next();if(a)return i.close();const l={...c,readable:function(){const{readable:_,writable:f}=new TransformStream;if(c.getData)return c.getData(f),_}()};delete l.getData,i.enqueue(l)}}),this.writable=s}}class Ra{constructor(t,e,s){Object.assign(this,{reader:t,config:e,options:s})}async getData(t,e,s={}){const r=this,{reader:i,offset:a,diskNumberStart:c,extraFieldAES:l,compressionMethod:_,config:f,bitFlag:b,signature:h,rawLastModDate:S,uncompressedSize:C,compressedSize:u}=r,o=e.localDirectory={},d=await V(i,a,30,c),y=q(d);let g=Z(r,s,"password"),m=Z(r,s,"rawPassword");const E=Z(r,s,"passThrough");if(g=g&&g.length&&g,m=m&&m.length&&m,l&&l.originalCompressionMethod!=Lr)throw new Error(ht);if(_!=vr&&_!=Nr&&!E)throw new Error(ht);if(B(y,0)!=Fr)throw new Error(vs);Ws(o,y,4),o.rawExtraField=o.extraFieldLength?await V(i,a+30+o.filenameLength,o.extraFieldLength,c):new Uint8Array,Hs(r,o,y,4,!0),Object.assign(e,{lastAccessDate:o.lastAccessDate,creationDate:o.creationDate});const p=r.encrypted&&o.encrypted&&!E,R=p&&!l;if(E||(e.zipCrypto=R),p){if(!R&&l.strength===G)throw new Error(Us);if(!g&&!m)throw new Error(Fs)}const T=a+30+o.filenameLength+o.extraFieldLength,A=u,x=i.readable;Object.assign(x,{diskNumberStart:c,offset:T,size:A});const w=Z(r,s,"signal"),O=Z(r,s,"checkPasswordOnly");O&&(t=new WritableStream),t=ys(t),await Ce(t,E?u:C);const{writable:I}=t,{onstart:N,onprogress:P,onend:k}=s,M={options:{codecType:as,password:g,rawPassword:m,zipCrypto:R,encryptionStrength:l&&l.strength,signed:Z(r,s,"checkSignature")&&!E,passwordVerification:R&&(b.dataDescriptor?S>>>8&255:h>>>24&255),signature:h,compressed:_!=0&&!E,encrypted:r.encrypted&&!E,useWebWorkers:Z(r,s,"useWebWorkers"),useCompressionStream:Z(r,s,"useCompressionStream"),transferStreams:Z(r,s,"transferStreams"),checkPasswordOnly:O},config:f,streamOptions:{signal:w,size:A,onstart:N,onprogress:P,onend:k}};let v=0;try{({outputSize:v}=await Fi({readable:x,writable:I},M))}catch(Y){if(!O||Y.message!=gt)throw Y}finally{const Y=Z(r,s,"preventClose");I.size+=v,!Y&&!I.locked&&await I.getWriter().close()}return O?G:t.getData?t.getData():I}}function Ws(n,t,e){const s=n.rawBitFlag=j(t,e+2),r=(s&cn)==cn,i=B(t,e+6);Object.assign(n,{encrypted:r,version:j(t,e),bitFlag:{level:(s&Kr)>>1,dataDescriptor:(s&ln)==ln,languageEncodingFlag:(s&fn)==fn},rawLastModDate:i,lastModDate:ka(i),filenameLength:j(t,e+22),extraFieldLength:j(t,e+24)})}function Hs(n,t,e,s,r){const{rawExtraField:i}=t,a=t.extraField=new Map,c=q(new Uint8Array(i));let l=0;try{for(;l<i.length;){const d=j(c,l),y=j(c,l+2);a.set(d,{type:d,data:i.slice(l+4,l+4+y)}),l+=4+y}}catch{}const _=j(e,s+4);Object.assign(t,{signature:B(e,s+10),uncompressedSize:B(e,s+18),compressedSize:B(e,s+14)});const f=a.get(Hr);f&&(Aa(f,t),t.extraFieldZip64=f);const b=a.get(Vr);b&&(Nn(b,Es,Ts,t,n),t.extraFieldUnicodePath=b);const h=a.get(Gr);h&&(Nn(h,Ss,Rs,t,n),t.extraFieldUnicodeComment=h);const S=a.get(Br);S?(Ca(S,t,_),t.extraFieldAES=S):t.compressionMethod=_;const C=a.get(jr);C&&(Ia(C,t),t.extraFieldNTFS=C);const u=a.get(Yr);u&&(Oa(u,t,r),t.extraFieldExtendedTimestamp=u);const o=a.get(Zr);o&&(t.extraFieldUSDZ=o)}function Aa(n,t){t.zip64=!0;const e=q(n.data),s=Ea.filter(([r,i])=>t[r]==i);for(let r=0,i=0;r<s.length;r++){const[a,c]=s[r];if(t[a]==c){const l=Ta[c];t[a]=n[a]=l.getValue(e,i),i+=l.bytes}else if(n[a])throw new Error(Ls)}}function Nn(n,t,e,s,r){const i=q(n.data),a=new Be;a.append(r[e]);const c=q(new Uint8Array(4));c.setUint32(0,a.get(),!0);const l=B(i,1);Object.assign(n,{version:ye(i,0),[t]:Me(n.data.subarray(5)),valid:!r.bitFlag.languageEncodingFlag&&l==B(c,0)}),n.valid&&(s[t]=n[t],s[t+"UTF8"]=!0)}function Ca(n,t,e){const s=q(n.data),r=ye(s,4);Object.assign(n,{vendorVersion:ye(s,0),vendorId:ye(s,2),strength:r,originalCompressionMethod:e,compressionMethod:j(s,5)}),t.compressionMethod=n.compressionMethod}function Ia(n,t){const e=q(n.data);let s=4,r;try{for(;s<n.data.length&&!r;){const i=j(e,s),a=j(e,s+2);i==qr&&(r=n.data.slice(s+4,s+4+a)),s+=4+a}}catch{}try{if(r&&r.length==24){const i=q(r),a=i.getBigUint64(0,!0),c=i.getBigUint64(8,!0),l=i.getBigUint64(16,!0);Object.assign(n,{rawLastModDate:a,rawLastAccessDate:c,rawCreationDate:l});const _=st(a),f=st(c),b=st(l),h={lastModDate:_,lastAccessDate:f,creationDate:b};Object.assign(n,h),Object.assign(t,h)}}catch{}}function Oa(n,t,e){const s=q(n.data),r=ye(s,0),i=[],a=[];e?((r&1)==1&&(i.push(dt),a.push(_t)),(r&2)==2&&(i.push(Os),a.push(oa)),(r&4)==4&&(i.push(Ps),a.push(ca))):n.data.length>=5&&(i.push(dt),a.push(_t));let c=1;i.forEach((l,_)=>{if(n.data.length>=c+4){const f=B(s,c);t[l]=n[l]=new Date(f*1e3);const b=a[_];n[b]=f}c+=4})}async function Pa(n,t,e,s,r){const i=new Uint8Array(4),a=q(i);Da(a,0,t);const c=s+r;return await l(s)||await l(Math.min(c,e));async function l(_){const f=e-_,b=await V(n,f,_);for(let h=b.length-s;h>=0;h--)if(b[h]==i[0]&&b[h+1]==i[1]&&b[h+2]==i[2]&&b[h+3]==i[3])return{offset:f+h,buffer:b.slice(h,h+s).buffer}}}function Z(n,t,e){return t[e]===G?n.options[e]:t[e]}function ka(n){const t=(n&4294901760)>>16,e=n&65535;try{return new Date(1980+((t&65024)>>9),((t&480)>>5)-1,t&31,(e&63488)>>11,(e&2016)>>5,(e&31)*2,0)}catch{}}function st(n){return new Date(Number(n/BigInt(1e4)-BigInt(116444736e5)))}function ye(n,t){return n.getUint8(t)}function j(n,t){return n.getUint16(t,!0)}function B(n,t){return n.getUint32(t,!0)}function He(n,t){return Number(n.getBigUint64(t,!0))}function Da(n,t,e){n.setUint32(t,e,!0)}function q(n){return new DataView(n.buffer)}jn({Inflate:Dr});const Na=Object.freeze(Object.defineProperty({__proto__:null,BlobReader:St,BlobWriter:ds,Data64URIReader:Zi,Data64URIWriter:Ki,ERR_BAD_FORMAT:We,ERR_CENTRAL_DIRECTORY_NOT_FOUND:Ns,ERR_ENCRYPTED:Fs,ERR_EOCDR_LOCATOR_ZIP64_NOT_FOUND:Ds,ERR_EOCDR_NOT_FOUND:ks,ERR_EXTRAFIELD_ZIP64_NOT_FOUND:Ls,ERR_HTTP_RANGE:ke,ERR_INVALID_PASSWORD:mt,ERR_INVALID_SIGNATURE:wt,ERR_ITERATOR_COMPLETED_TOO_SOON:fs,ERR_LOCAL_FILE_HEADER_NOT_FOUND:vs,ERR_SPLIT_ZIP_FILE:pt,ERR_UNSUPPORTED_COMPRESSION:ht,ERR_UNSUPPORTED_ENCRYPTION:Us,HttpRangeReader:zi,HttpReader:gs,Reader:de,SplitDataReader:At,SplitDataWriter:qe,SplitZipReader:sa,SplitZipWriter:ra,TextReader:Xi,TextWriter:$i,Uint8ArrayReader:ea,Uint8ArrayWriter:ta,Writer:Tt,ZipReader:Ms,ZipReaderStream:Sa,configure:jn,getMimeType:Qr,initReader:bs,initStream:Ce,initWriter:ys,readUint8Array:V,terminateWorkers:Mi},Symbol.toStringTag,{value:"Module"})),Te=Na;class va{constructor(t,e,s){L(this,"_zipReader");L(this,"_entriesPromise");L(this,"_traceURL");this._traceURL=t,Te.configure({baseURL:self.location.href}),this._zipReader=new Te.ZipReader(new Te.HttpReader(Fa(t,e),{mode:"cors",preventHeadRequest:!0}),{useWebWorkers:!1}),this._entriesPromise=this._zipReader.getEntries({onprogress:s}).then(r=>{const i=new Map;for(const a of r)i.set(a.filename,a);return i})}isLive(){return!1}traceURL(){return this._traceURL}async entryNames(){return[...(await this._entriesPromise).keys()]}async hasEntry(t){return(await this._entriesPromise).has(t)}async readText(t){var i;const s=(await this._entriesPromise).get(t);if(!s)return;const r=new Te.TextWriter;return await((i=s.getData)==null?void 0:i.call(s,r)),r.getData()}async readBlob(t){const s=(await this._entriesPromise).get(t);if(!s)return;const r=new Te.BlobWriter;return await s.getData(r),r.getData()}}class La{constructor(t,e){L(this,"_entriesPromise");L(this,"_path");L(this,"_server");this._path=t,this._server=e,this._entriesPromise=e.readFile(t).then(async s=>{if(!s)throw new Error("File not found");const r=await s.json(),i=new Map;for(const a of r.entries)i.set(a.name,a.path);return i})}isLive(){return!0}traceURL(){return this._path}async entryNames(){return[...(await this._entriesPromise).keys()]}async hasEntry(t){return(await this._entriesPromise).has(t)}async readText(t){const e=await this._readEntry(t);return e==null?void 0:e.text()}async readBlob(t){const e=await this._readEntry(t);return(e==null?void 0:e.status)===200?await(e==null?void 0:e.blob()):void 0}async _readEntry(t){const s=(await this._entriesPromise).get(t);if(s)return this._server.readFile(s)}}function Fa(n,t){let e=n.startsWith("http")||n.startsWith("blob")?n:t.getFileURL(n).toString();return e.startsWith("https://www.dropbox.com/")&&(e="https://dl.dropboxusercontent.com/"+e.substring(24)),e}class Ua{constructor(t){this.baseUrl=t}getFileURL(t){const e=new URL("trace/file",this.baseUrl);return e.searchParams.set("path",t),e}async readFile(t){const e=await fetch(this.getFileURL(t));if(e.status!==404)return e}}self.addEventListener("install",function(n){self.skipWaiting()});self.addEventListener("activate",function(n){n.waitUntil(self.clients.claim())});const Ma=new URL(self.registration.scope).pathname,fe=new Map,Ie=new Map;async function Wa(n,t,e,s,r){var _;await Bs();const i=(e==null?void 0:e.id)??"";let a=Ie.get(i);if(!a){const f=new URL((e==null?void 0:e.url)??self.registration.scope),b=new URL(f.searchParams.get("server")??"../",f);a={limit:s,traceUrls:new Set,traceViewerServer:new Ua(b)},Ie.set(i,a)}a.traceUrls.add(n);const c=new ur;try{const[f,b]=Gs(r,[.5,.4,.1]),h=n.endsWith("json")?new La(n,a.traceViewerServer):new va(n,a.traceViewerServer,f);await c.load(h,b)}catch(f){throw console.error(f),(_=f==null?void 0:f.message)!=null&&_.includes("Cannot find .trace file")&&await c.hasEntry("index.html")?new Error("Could not load trace. Did you upload a Playwright HTML report instead? Make sure to extract the archive first and then double-click the index.html file or put it on a web server."):f instanceof Un?new Error(`Could not load trace from ${t||n}. ${f.message}`):t?new Error(`Could not load trace from ${t}. Make sure to upload a valid Playwright trace.`):new Error(`Could not load trace from ${n}. Make sure a valid Playwright Trace is accessible over this url.`)}const l=new ir(c.storage(),f=>c.resourceForSha1(f));return fe.set(n,{traceModel:c,snapshotServer:l}),c}async function Ha(n){var l;if(n.request.url.startsWith("chrome-extension://"))return fetch(n.request);if(n.request.headers.get("x-pw-serviceworker")==="forward"){const _=new Request(n.request);return _.headers.delete("x-pw-serviceworker"),fetch(_)}const t=n.request,e=await self.clients.get(n.clientId),s=self.registration.scope.startsWith("https://");if(t.url.startsWith(self.registration.scope)){const _=new URL(it(t.url)),f=_.pathname.substring(Ma.length-1);if(f==="/ping")return await Bs(),new Response(null,{status:200});const b=_.searchParams.get("trace");if(f==="/contexts")try{const h=_.searchParams.has("limit")?+_.searchParams.get("limit"):void 0,S=await Wa(b,_.searchParams.get("traceFileName"),e,h,(C,u)=>{e.postMessage({method:"progress",params:{done:C,total:u}})});return new Response(JSON.stringify(S.contextEntries),{status:200,headers:{"Content-Type":"application/json"}})}catch(h){return new Response(JSON.stringify({error:h==null?void 0:h.message}),{status:500,headers:{"Content-Type":"application/json"}})}if(f.startsWith("/snapshotInfo/")){const{snapshotServer:h}=fe.get(b)||{};if(!h)return new Response(null,{status:404});const S=f.substring(14);return h.serveSnapshotInfo(S,_.searchParams)}if(f.startsWith("/snapshot/")){const{snapshotServer:h}=fe.get(b)||{};if(!h)return new Response(null,{status:404});const S=f.substring(10),C=h.serveSnapshot(S,_.searchParams,_.href);return s&&C.headers.set("Content-Security-Policy","upgrade-insecure-requests"),C}if(f.startsWith("/closest-screenshot/")){const{snapshotServer:h}=fe.get(b)||{};if(!h)return new Response(null,{status:404});const S=f.substring(20);return h.serveClosestScreenshot(S,_.searchParams)}if(f.startsWith("/sha1/")){const h=f.slice(6);for(const S of fe.values()){const C=await S.traceModel.resourceForSha1(h);if(C)return new Response(C,{status:200,headers:Ba(_.searchParams)})}return new Response(null,{status:404})}if(f.startsWith("/file/")){const h=_.searchParams.get("path"),S=(l=Ie.get(n.clientId??""))==null?void 0:l.traceViewerServer;if(!S)throw new Error("client is not initialized");const C=await S.readFile(h);return C||new Response(null,{status:404})}return fetch(n.request)}const r=it(e.url),i=new URL(r).searchParams.get("trace"),{snapshotServer:a}=fe.get(i)||{};if(!a)return new Response(null,{status:404});const c=[t.url];return s&&t.url.startsWith("https://")&&c.push(t.url.replace(/^https/,"http")),a.serveResource(c,t.method,r)}function Ba(n){const t=n.get("dn"),e=n.get("dct");if(!t)return;const s=new Headers;return s.set("Content-Disposition",`attachment; filename="attachment"; filename*=UTF-8''${encodeURIComponent(t)}`),e&&s.set("Content-Type",e),s}async function Bs(){const n=await self.clients.matchAll(),t=new Set;for(const[e,s]of Ie){if(!n.find(r=>r.id===e)){Ie.delete(e);continue}if(s.limit!==void 0){const r=[...s.traceUrls];s.traceUrls=new Set(r.slice(r.length-s.limit))}s.traceUrls.forEach(r=>t.add(r))}for(const e of fe.keys())t.has(e)||fe.delete(e)}self.addEventListener("fetch",function(n){n.respondWith(Ha(n))});
1
+ var Kr=Object.defineProperty;var Xr=(n,t,e)=>t in n?Kr(n,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):n[t]=e;var v=(n,t,e)=>Xr(n,typeof t!="symbol"?t+"":t,e);function $r(n,t){const e=new Array(t.length).fill(0);return new Array(t.length).fill(0).map((r,s)=>(i,a)=>{e[s]=i/a*t[s]*1e3,n(e.reduce((o,u)=>o+u,0),1e3)})}const Un={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"};function Jr(n){return n.replace(/[&<>"']/ug,t=>Un[t])}function Qr(n){return n.replace(/[&<]/ug,t=>Un[t])}function Ht(n,t,e){return n.find((r,s)=>{if(s===n.length-1)return!0;const i=n[s+1];return Math.abs(t(r)-e)<Math.abs(t(i)-e)})}function Mn(n){return Array.isArray(n)&&typeof n[0]=="string"}function zr(n){return Array.isArray(n)&&Array.isArray(n[0])}class es{constructor(t,e,r,s,i){v(this,"_htmlCache");v(this,"_snapshots");v(this,"_index");v(this,"snapshotName");v(this,"_resources");v(this,"_snapshot");v(this,"_callId");v(this,"_screencastFrames");this._htmlCache=t,this._resources=e,this._snapshots=r,this._index=i,this._snapshot=r[i],this._callId=r[i].callId,this._screencastFrames=s,this.snapshotName=r[i].snapshotName}snapshot(){return this._snapshots[this._index]}viewport(){return this._snapshots[this._index].viewport}closestScreenshot(){var s;const{wallTime:t,timestamp:e}=this.snapshot(),r=t&&((s=this._screencastFrames[0])!=null&&s.frameSwapWallTime)?Ht(this._screencastFrames,i=>i.frameSwapWallTime,t):Ht(this._screencastFrames,i=>i.timestamp,e);return r==null?void 0:r.sha1}render(){const t=[],e=(i,a,o,u)=>{if(typeof i=="string"){o==="STYLE"||o==="style"?t.push(cs(is(i))):t.push(Qr(i));return}if(zr(i)){const _=a-i[0][0];if(_>=0&&_<=a){const l=ns(this._snapshots[_]),m=i[0][1];if(m>=0&&m<l.length)return e(l[m],_,o,u)}}else if(Mn(i)){const[_,l,...m]=i,h=_==="NOSCRIPT"?"X-NOSCRIPT":_,x=Object.entries(l||{});t.push("<",h);const S="__playwright_current_src__",f=h==="IFRAME"||h==="FRAME",c=h==="A",d=h==="IMG",y=d&&x.some(g=>g[0]===S),b=h==="SOURCE"&&o==="PICTURE"&&(u==null?void 0:u.some(g=>g[0]===S));for(const[g,A]of x){let p=g;f&&g.toLowerCase()==="src"&&(p="__playwright_src__"),d&&g===S&&(p="src"),["src","srcset"].includes(g.toLowerCase())&&(y||b)&&(p="_"+p);let R=A;c&&g.toLowerCase()==="href"?R="link://"+A:(g.toLowerCase()==="href"||g.toLowerCase()==="src"||g===S)&&(R=ft(A)),t.push(" ",p,'="',Jr(R),'"')}t.push(">");for(const g of m)e(g,a,h,x);ts.has(h)||t.push("</",h,">");return}else return},r=this._snapshot;return{html:this._htmlCache.getOrCompute(this,()=>{e(r.html,this._index,void 0,void 0);const a=(r.doctype?`<!DOCTYPE ${r.doctype}>`:"")+["<style>*,*::before,*::after { visibility: hidden }</style>",`<script>${rs(this.viewport(),this._callId,this.snapshotName)}<\/script>`].join("")+t.join("");return{value:a,size:a.length}}),pageId:r.pageId,frameId:r.frameId,index:this._index}}resourceByUrl(t,e){const r=this._snapshot;let s,i;for(const o of this._resources){if(typeof o._monotonicTime=="number"&&o._monotonicTime>=r.timestamp)break;o.response.status!==304&&o.request.url===t&&o.request.method===e&&(o._frameref===r.frameId?s=o:i=o)}let a=s??i;if(a&&e.toUpperCase()==="GET"){for(const o of r.resourceOverrides)if(t===o.url&&o.sha1){a={...a,response:{...a.response,content:{...a.response.content,_sha1:o.sha1}}};break}}return a}}const ts=new Set(["AREA","BASE","BR","COL","COMMAND","EMBED","HR","IMG","INPUT","KEYGEN","LINK","MENUITEM","META","PARAM","SOURCE","TRACK","WBR"]);function ns(n){if(!n._nodes){const t=[],e=r=>{if(typeof r=="string")t.push(r);else if(Mn(r)){const[,,...s]=r;for(const i of s)e(i);t.push(r)}};e(n.html),n._nodes=t}return n._nodes}function rs(n,...t){function e(r,s,...i){const a=new URLSearchParams(location.search),o=a.has("shouldPopulateCanvasFromScreenshot"),u=a.has("isUnderTest"),_={viewport:s,frames:new WeakMap};window.__playwright_frame_bounding_rects__=_;const l="Recorded click position in absolute coordinates did not match the center of the clicked element. This is likely due to a difference between the test runner and the trace viewer operating systems.",m=[],h=[],x=[],S=[];let f=window;for(;f!==f.parent&&!f.location.pathname.match(/\/page@[a-z0-9]+$/);)f=f.parent;const c=b=>{for(const g of b.querySelectorAll("[__playwright_scroll_top_]"))m.push(g);for(const g of b.querySelectorAll("[__playwright_scroll_left_]"))h.push(g);for(const g of b.querySelectorAll("[__playwright_value_]")){const A=g;A.type!=="file"&&(A.value=A.getAttribute("__playwright_value_")),g.removeAttribute("__playwright_value_")}for(const g of b.querySelectorAll("[__playwright_checked_]"))g.checked=g.getAttribute("__playwright_checked_")==="true",g.removeAttribute("__playwright_checked_");for(const g of b.querySelectorAll("[__playwright_selected_]"))g.selected=g.getAttribute("__playwright_selected_")==="true",g.removeAttribute("__playwright_selected_");for(const g of b.querySelectorAll("[__playwright_popover_open_]")){try{g.showPopover()}catch{}g.removeAttribute("__playwright_popover_open_")}for(const g of b.querySelectorAll("[__playwright_dialog_open_]")){try{g.getAttribute("__playwright_dialog_open_")==="modal"?g.showModal():g.show()}catch{}g.removeAttribute("__playwright_dialog_open_")}for(const g of i)for(const A of b.querySelectorAll(`[__playwright_target__="${g}"]`)){const p=A.style;p.outline="2px solid #006ab1",p.backgroundColor="#6fa8dc7f",x.push(A)}for(const g of b.querySelectorAll("iframe, frame")){const A=g.getAttribute("__playwright_bounding_rect__");g.removeAttribute("__playwright_bounding_rect__");const p=A?JSON.parse(A):void 0;p&&_.frames.set(g,{boundingRect:p,scrollLeft:0,scrollTop:0});const R=g.getAttribute("__playwright_src__");if(!R)g.setAttribute("src",'data:text/html,<body style="background: #ddd"></body>');else{const E=new URL(r(window.location.href)),O=E.pathname.lastIndexOf("/snapshot/");O!==-1&&(E.pathname=E.pathname.substring(0,O+1)),E.pathname+=R.substring(1),g.setAttribute("src",E.toString())}}{const g=b.querySelector("body[__playwright_custom_elements__]");if(g&&window.customElements){const A=(g.getAttribute("__playwright_custom_elements__")||"").split(",");for(const p of A)window.customElements.define(p,class extends HTMLElement{})}}for(const g of b.querySelectorAll("template[__playwright_shadow_root_]")){const A=g,p=A.parentElement.attachShadow({mode:"open"});p.appendChild(A.content),A.remove(),c(p)}if("adoptedStyleSheets"in b){const g=[...b.adoptedStyleSheets];for(const A of b.querySelectorAll("template[__playwright_style_sheet_]")){const p=A,R=new CSSStyleSheet;R.replaceSync(p.getAttribute("__playwright_style_sheet_")),g.push(R)}b.adoptedStyleSheets=g}S.push(...b.querySelectorAll("canvas"))},d=()=>{window.removeEventListener("load",d);for(const A of m)A.scrollTop=+A.getAttribute("__playwright_scroll_top_"),A.removeAttribute("__playwright_scroll_top_"),_.frames.has(A)&&(_.frames.get(A).scrollTop=A.scrollTop);for(const A of h)A.scrollLeft=+A.getAttribute("__playwright_scroll_left_"),A.removeAttribute("__playwright_scroll_left_"),_.frames.has(A)&&(_.frames.get(A).scrollLeft=A.scrollTop);document.styleSheets[0].disabled=!0;const b=new URL(window.location.href).searchParams,g=window===f;if(b.get("pointX")&&b.get("pointY")){const A=+b.get("pointX"),p=+b.get("pointY"),R=b.has("hasInputTarget"),E=x.length>0,O=document.documentElement?[document.documentElement]:[];for(const T of E?x:O){const w=document.createElement("x-pw-pointer");if(w.style.position="fixed",w.style.backgroundColor="#f44336",w.style.width="20px",w.style.height="20px",w.style.borderRadius="10px",w.style.margin="-10px 0 0 -10px",w.style.zIndex="2147483646",w.style.display="flex",w.style.alignItems="center",w.style.justifyContent="center",E){const C=T.getBoundingClientRect(),I=C.left+C.width/2,k=C.top+C.height/2;if(w.style.left=I+"px",w.style.top=k+"px",g&&(Math.abs(I-A)>=10||Math.abs(k-p)>=10)){const P=document.createElement("x-pw-pointer-warning");P.textContent="⚠",P.style.fontSize="19px",P.style.color="white",P.style.marginTop="-3.5px",P.style.userSelect="none",w.appendChild(P),w.setAttribute("title",l)}document.documentElement.appendChild(w)}else g&&!R&&(w.style.left=A+"px",w.style.top=p+"px",document.documentElement.appendChild(w))}}if(S.length>0){let A=function(R,E){function O(){const T=document.createElement("canvas");T.width=T.width/Math.floor(T.width/24),T.height=T.height/Math.floor(T.height/24);const w=T.getContext("2d");return w.fillStyle="lightgray",w.fillRect(0,0,T.width,T.height),w.fillStyle="white",w.fillRect(0,0,T.width/2,T.height/2),w.fillRect(T.width/2,T.height/2,T.width,T.height),w.createPattern(T,"repeat")}R.fillStyle=O(),R.fillRect(0,0,E.width,E.height)};const p=new Image;p.onload=()=>{var R;for(const E of S){const O=E.getContext("2d"),T=E.getAttribute("__playwright_bounding_rect__");if(E.removeAttribute("__playwright_bounding_rect__"),!T)continue;let w;try{w=JSON.parse(T)}catch{continue}let C=window;for(;C!==f;){const M=C.frameElement;C=C.parent;const L=(R=C.__playwright_frame_bounding_rects__)==null?void 0:R.frames.get(M);if(!(L!=null&&L.boundingRect))break;const Z=L.boundingRect.left-L.scrollLeft,N=L.boundingRect.top-L.scrollTop;w.left+=Z,w.top+=N,w.right+=Z,w.bottom+=N}const{width:I,height:k}=f.__playwright_frame_bounding_rects__.viewport;w.left=w.left/I,w.top=w.top/k,w.right=w.right/I,w.bottom=w.bottom/k;const P=w.right>1||w.bottom>1;if(w.left>1||w.top>1){E.title="Playwright couldn't capture canvas contents because it's located outside the viewport.";continue}A(O,E),o?(O.drawImage(p,w.left*p.width,w.top*p.height,(w.right-w.left)*p.width,(w.bottom-w.top)*p.height,0,0,E.width,E.height),P?E.title="Playwright couldn't capture full canvas contents because it's located partially outside the viewport.":E.title="Canvas contents are displayed on a best-effort basis based on viewport screenshots taken during test execution."):E.title="Canvas content display is disabled.",u&&console.log("canvas drawn:",JSON.stringify([w.left,w.top,w.right-w.left,w.bottom-w.top].map(M=>Math.floor(M*100))))}},p.onerror=()=>{for(const R of S){const E=R.getContext("2d");A(E,R),R.title="Playwright couldn't show canvas contents because the screenshot failed to load."}},p.src=location.href.replace("/snapshot","/closest-screenshot")}},y=()=>c(document);window.addEventListener("load",d),window.addEventListener("DOMContentLoaded",y)}return`
2
+ (${e.toString()})(${ut.toString()}, ${JSON.stringify(n)}${t.map(r=>`, "${r}"`).join("")})`}const Hn=["about:","blob:","data:","file:","ftp:","http:","https:","mailto:","sftp:","ws:","wss:"],Wt="http://playwright.bloburl/#";function ft(n){n.startsWith(Wt)&&(n=n.substring(Wt.length));try{const t=new URL(n);if(t.protocol==="javascript:"||t.protocol==="vbscript:")return"javascript:void(0)";const e=t.protocol==="blob:",r=t.protocol==="file:";if(!e&&!r&&Hn.includes(t.protocol))return n;const s="pw-"+t.protocol.slice(0,t.protocol.length-1);return r||(t.protocol="https:"),t.hostname=t.hostname?`${s}--${t.hostname}`:s,r&&(t.protocol="https:"),t.toString()}catch{return n}}const ss=/url\(['"]?([\w-]+:)\/\//ig;function is(n){return n.replace(ss,(t,e)=>!(e==="blob:")&&!(e==="file:")&&Hn.includes(e)?t:t.replace(e+"//",`https://pw-${e.slice(0,-1)}--`))}const as=/url\(\s*'([^']*)'\s*\)/ig,os=/url\(\s*"([^"]*)"\s*\)/ig;function cs(n){const t=(e,r)=>r.includes("</")?e.replace(r,encodeURI(r)):e;return n.replace(as,t).replace(os,t)}function ut(n){const t=new URL(n);return t.pathname.endsWith("/snapshot.html")?t.searchParams.get("r"):n}class ls{constructor(t,e){v(this,"_snapshotStorage");v(this,"_resourceLoader");v(this,"_snapshotIds",new Map);this._snapshotStorage=t,this._resourceLoader=e}serveSnapshot(t,e,r){const s=this._snapshot(t,e);if(!s)return new Response(null,{status:404});const i=s.render();return this._snapshotIds.set(r,s),new Response(i.html,{status:200,headers:{"Content-Type":"text/html; charset=utf-8"}})}async serveClosestScreenshot(t,e){const r=this._snapshot(t,e),s=r==null?void 0:r.closestScreenshot();return s?new Response(await this._resourceLoader(s)):new Response(null,{status:404})}serveSnapshotInfo(t,e){const r=this._snapshot(t,e);return this._respondWithJson(r?{viewport:r.viewport(),url:r.snapshot().frameUrl,timestamp:r.snapshot().timestamp,wallTime:r.snapshot().wallTime}:{error:"No snapshot found"})}_snapshot(t,e){const r=e.get("name");return this._snapshotStorage.snapshotByName(t,r)}_respondWithJson(t){return new Response(JSON.stringify(t),{status:200,headers:{"Cache-Control":"public, max-age=31536000","Content-Type":"application/json"}})}async serveResource(t,e,r){let s;const i=this._snapshotIds.get(r);for(const x of t)if(s=i==null?void 0:i.resourceByUrl(fs(x),e),s)break;if(!s)return new Response(null,{status:404});const a=s.response.content._sha1,o=a?await this._resourceLoader(a)||new Blob([]):new Blob([]);let u=s.response.content.mimeType;/^text\/|^application\/(javascript|json)/.test(u)&&!u.includes("charset")&&(u=`${u}; charset=utf-8`);const l=new Headers;u!=="x-unknown"&&l.set("Content-Type",u);for(const{name:x,value:S}of s.response.headers)l.set(x,S);l.delete("Content-Encoding"),l.delete("Access-Control-Allow-Origin"),l.set("Access-Control-Allow-Origin","*"),l.delete("Content-Length"),l.set("Content-Length",String(o.size)),l.set("Cache-Control","public, max-age=31536000");const{status:m}=s.response,h=m===101||m===204||m===205||m===304;return new Response(h?null:o,{headers:l,status:s.response.status,statusText:s.response.statusText})}}function fs(n){try{const t=new URL(n);return t.hash="",t.toString()}catch{return n}}function us(n){const t=new Map,{files:e,stacks:r}=n;for(const s of r){const[i,a]=s;t.set(`call@${i}`,a.map(o=>({file:e[o[0]],line:o[1],column:o[2],function:o[3]})))}return t}class ds{constructor(t){v(this,"_maxSize");v(this,"_map");v(this,"_size");this._maxSize=t,this._map=new Map,this._size=0}getOrCompute(t,e){if(this._map.has(t)){const s=this._map.get(t);return this._map.delete(t),this._map.set(t,s),s.value}const r=e();for(;this._map.size&&this._size+r.size>this._maxSize;){const[s,i]=this._map.entries().next().value;this._size-=i.size,this._map.delete(s)}return this._map.set(t,r),this._size+=r.size,r.value}}class _s{constructor(){v(this,"_frameSnapshots",new Map);v(this,"_cache",new ds(1e8));v(this,"_contextToResources",new Map)}addResource(t,e){e.request.url=ft(e.request.url),this._ensureResourcesForContext(t).push(e)}addFrameSnapshot(t,e,r){for(const o of e.resourceOverrides)o.url=ft(o.url);let s=this._frameSnapshots.get(e.frameId);s||(s={raw:[],renderers:[]},this._frameSnapshots.set(e.frameId,s),e.isMainFrame&&this._frameSnapshots.set(e.pageId,s)),s.raw.push(e);const i=this._ensureResourcesForContext(t),a=new es(this._cache,i,s.raw,r,s.raw.length-1);return s.renderers.push(a),a}snapshotByName(t,e){const r=this._frameSnapshots.get(t);return r==null?void 0:r.renderers.find(s=>s.snapshotName===e)}snapshotsForTest(){return[...this._frameSnapshots.keys()]}finalize(){for(const t of this._contextToResources.values())t.sort((e,r)=>(e._monotonicTime||0)-(r._monotonicTime||0))}_ensureResourcesForContext(t){let e=this._contextToResources.get(t);return e||(e=[],this._contextToResources.set(t,e)),e}}class Wn extends Error{constructor(t){super(t),this.name="TraceVersionError"}}const Bt=8;class hs{constructor(t,e){v(this,"_contextEntry");v(this,"_snapshotStorage");v(this,"_actionMap",new Map);v(this,"_version");v(this,"_pageEntries",new Map);v(this,"_jsHandles",new Map);v(this,"_consoleObjects",new Map);this._contextEntry=t,this._snapshotStorage=e}appendTrace(t){for(const e of t.split(`
3
+ `))this._appendEvent(e)}actions(){return[...this._actionMap.values()]}_pageEntry(t){let e=this._pageEntries.get(t);return e||(e={pageId:t,screencastFrames:[]},this._pageEntries.set(t,e),this._contextEntry.pages.push(e)),e}_appendEvent(t){if(!t)return;const e=this._modernize(JSON.parse(t));for(const r of e)this._innerAppendEvent(r)}_innerAppendEvent(t){const e=this._contextEntry;switch(t.type){case"context-options":{if(t.version>Bt)throw new Wn("The trace was created by a newer version of Playwright and is not supported by this version of the viewer. Please use latest Playwright to open the trace.");this._version=t.version,e.origin=t.origin,e.browserName=t.browserName,e.channel=t.channel,e.title=t.title,e.platform=t.platform,e.wallTime=t.wallTime,e.startTime=t.monotonicTime,e.sdkLanguage=t.sdkLanguage,e.options=t.options,e.testIdAttributeName=t.testIdAttributeName,e.contextId=t.contextId??"";break}case"screencast-frame":{this._pageEntry(t.pageId).screencastFrames.push(t);break}case"before":{this._actionMap.set(t.callId,{...t,type:"action",endTime:0,log:[]});break}case"input":{const r=this._actionMap.get(t.callId);r.inputSnapshot=t.inputSnapshot,r.point=t.point;break}case"log":{const r=this._actionMap.get(t.callId);if(!r)return;r.log.push({time:t.time,message:t.message});break}case"after":{const r=this._actionMap.get(t.callId);r.afterSnapshot=t.afterSnapshot,r.endTime=t.endTime,r.result=t.result,r.error=t.error,r.attachments=t.attachments,r.annotations=t.annotations,t.point&&(r.point=t.point);break}case"action":{this._actionMap.set(t.callId,{...t,log:[]});break}case"event":{e.events.push(t);break}case"stdout":{e.stdio.push(t);break}case"stderr":{e.stdio.push(t);break}case"error":{e.errors.push(t);break}case"console":{e.events.push(t);break}case"resource-snapshot":this._snapshotStorage.addResource(this._contextEntry.contextId,t.snapshot),e.resources.push(t.snapshot);break;case"frame-snapshot":this._snapshotStorage.addFrameSnapshot(this._contextEntry.contextId,t.snapshot,this._pageEntry(t.snapshot.pageId).screencastFrames);break}"pageId"in t&&t.pageId&&this._pageEntry(t.pageId),(t.type==="action"||t.type==="before")&&(e.startTime=Math.min(e.startTime,t.startTime)),(t.type==="action"||t.type==="after")&&(e.endTime=Math.max(e.endTime,t.endTime)),t.type==="event"&&(e.startTime=Math.min(e.startTime,t.time),e.endTime=Math.max(e.endTime,t.time)),t.type==="screencast-frame"&&(e.startTime=Math.min(e.startTime,t.timestamp),e.endTime=Math.max(e.endTime,t.timestamp))}_processedContextCreatedEvent(){return this._version!==void 0}_modernize(t){let e=this._version??t.version??6,r=[t];for(;e<Bt;++e)r=this[`_modernize_${e}_to_${e+1}`].call(this,r);return r}_modernize_0_to_1(t){for(const e of t)e.type==="action"&&typeof e.metadata.error=="string"&&(e.metadata.error={error:{name:"Error",message:e.metadata.error}});return t}_modernize_1_to_2(t){var e;for(const r of t)r.type!=="frame-snapshot"||!r.snapshot.isMainFrame||(r.snapshot.viewport=((e=this._contextEntry.options)==null?void 0:e.viewport)||{width:1280,height:720});return t}_modernize_2_to_3(t){for(const e of t){if(e.type!=="resource-snapshot"||e.snapshot.request)continue;const r=e.snapshot;e.snapshot={_frameref:r.frameId,request:{url:r.url,method:r.method,headers:r.requestHeaders,postData:r.requestSha1?{_sha1:r.requestSha1}:void 0},response:{status:r.status,headers:r.responseHeaders,content:{mimeType:r.contentType,_sha1:r.responseSha1}},_monotonicTime:r.timestamp}}return t}_modernize_3_to_4(t){const e=[];for(const r of t){const s=this._modernize_event_3_to_4(r);s&&e.push(s)}return e}_modernize_event_3_to_4(t){var r,s,i,a;if(t.type!=="action"&&t.type!=="event")return t;const e=t.metadata;return e.internal||e.method.startsWith("tracing")?null:t.type==="event"?e.method==="__create__"&&e.type==="ConsoleMessage"?{type:"object",class:e.type,guid:e.params.guid,initializer:e.params.initializer}:{type:"event",time:e.startTime,class:e.type,method:e.method,params:e.params,pageId:e.pageId}:{type:"action",callId:e.id,startTime:e.startTime,endTime:e.endTime,apiName:e.apiName||e.type+"."+e.method,class:e.type,method:e.method,params:e.params,wallTime:e.wallTime||Date.now(),log:e.log,beforeSnapshot:(r=e.snapshots.find(o=>o.title==="before"))==null?void 0:r.snapshotName,inputSnapshot:(s=e.snapshots.find(o=>o.title==="input"))==null?void 0:s.snapshotName,afterSnapshot:(i=e.snapshots.find(o=>o.title==="after"))==null?void 0:i.snapshotName,error:(a=e.error)==null?void 0:a.error,result:e.result,point:e.point,pageId:e.pageId}}_modernize_4_to_5(t){const e=[];for(const r of t){const s=this._modernize_event_4_to_5(r);s&&e.push(s)}return e}_modernize_event_4_to_5(t){var e,r;if(t.type==="event"&&t.method==="__create__"&&t.class==="JSHandle"&&this._jsHandles.set(t.params.guid,t.params.initializer),t.type==="object"){if(t.class!=="ConsoleMessage")return null;const s=(e=t.initializer.args)==null?void 0:e.map(i=>{if(i.guid){const a=this._jsHandles.get(i.guid);return{preview:(a==null?void 0:a.preview)||"",value:""}}return{preview:i.preview||"",value:i.value||""}});return this._consoleObjects.set(t.guid,{type:t.initializer.type,text:t.initializer.text,location:t.initializer.location,args:s}),null}if(t.type==="event"&&t.method==="console"){const s=this._consoleObjects.get(((r=t.params.message)==null?void 0:r.guid)||"");return s?{type:"console",time:t.time,pageId:t.pageId,messageType:s.type,text:s.text,args:s.args,location:s.location}:null}return t}_modernize_5_to_6(t){const e=[];for(const r of t)if(e.push(r),!(r.type!=="after"||!r.log.length))for(const s of r.log)e.push({type:"log",callId:r.callId,message:s,time:-1});return e}_modernize_6_to_7(t){const e=[];if(!this._processedContextCreatedEvent()&&t[0].type!=="context-options"){const r={type:"context-options",origin:"testRunner",version:6,browserName:"",options:{},platform:"unknown",wallTime:0,monotonicTime:0,sdkLanguage:"javascript",contextId:""};e.push(r)}for(const r of t){if(r.type==="context-options"){e.push({...r,monotonicTime:0,origin:"library",contextId:""});continue}if(r.type==="before"||r.type==="action"){this._contextEntry.wallTime||(this._contextEntry.wallTime=r.wallTime);const s=r,i=r;i.stepId=`${s.apiName}@${s.wallTime}`,e.push(i)}else e.push(r)}return e}_modernize_7_to_8(t){const e=[];for(const r of t)if(r.type==="before"||r.type==="action"){const s=r,i=r;s.apiName&&(i.title=s.apiName,delete i.apiName),i.stepId=s.stepId??s.callId,e.push(i)}else e.push(r);return e}}class ps{constructor(){v(this,"contextEntries",[]);v(this,"_snapshotStorage");v(this,"_backend");v(this,"_resourceToContentType",new Map)}async load(t,e){var o,u;this._backend=t;const r=[];let s=!1;for(const _ of await this._backend.entryNames()){const l=_.match(/(.+)\.trace$/);l&&r.push(l[1]||""),_.includes("src@")&&(s=!0)}if(!r.length)throw new Error("Cannot find .trace file");this._snapshotStorage=new _s;const i=r.length*3;let a=0;for(const _ of r){const l=ms();l.traceUrl=t.traceURL(),l.hasSource=s;const m=new hs(l,this._snapshotStorage),h=await this._backend.readText(_+".trace")||"";m.appendTrace(h),e(++a,i);const x=await this._backend.readText(_+".network")||"";if(m.appendTrace(x),e(++a,i),l.actions=m.actions().sort((f,c)=>f.startTime-c.startTime),!t.isLive()){for(const f of l.actions.slice().reverse())if(!f.endTime&&!f.error)for(const c of l.actions)c.parentId===f.callId&&f.endTime<c.endTime&&(f.endTime=c.endTime)}const S=await this._backend.readText(_+".stacks");if(S){const f=us(JSON.parse(S));for(const c of l.actions)c.stack=c.stack||f.get(c.callId)}e(++a,i);for(const f of l.resources)(o=f.request.postData)!=null&&o._sha1&&this._resourceToContentType.set(f.request.postData._sha1,jt(f.request.postData.mimeType)),(u=f.response.content)!=null&&u._sha1&&this._resourceToContentType.set(f.response.content._sha1,jt(f.response.content.mimeType));this.contextEntries.push(l)}this._snapshotStorage.finalize()}async hasEntry(t){return this._backend.hasEntry(t)}async resourceForSha1(t){const e=await this._backend.readBlob("resources/"+t),r=this._resourceToContentType.get(t);return!e||r===void 0||r==="x-unknown"?e:new Blob([e],{type:r})}storage(){return this._snapshotStorage}}function jt(n){const t=n.match(/^(.*);\s*charset=.*$/);return t?t[1]:n}function ms(){return{origin:"testRunner",traceUrl:"",startTime:Number.MAX_SAFE_INTEGER,wallTime:Number.MAX_SAFE_INTEGER,endTime:0,browserName:"",options:{deviceScaleFactor:1,isMobile:!1,viewport:{width:1280,height:800}},pages:[],resources:[],actions:[],events:[],errors:[],stdio:[],hasSource:!1,contextId:""}}const ws=15,F=0,re=1,gs=2,X=-2,B=-3,Gt=-4,se=-5,$=[0,1,3,7,15,31,63,127,255,511,1023,2047,4095,8191,16383,32767,65535],Bn=1440,bs=0,ys=4,Es=9,xs=5,Ts=[96,7,256,0,8,80,0,8,16,84,8,115,82,7,31,0,8,112,0,8,48,0,9,192,80,7,10,0,8,96,0,8,32,0,9,160,0,8,0,0,8,128,0,8,64,0,9,224,80,7,6,0,8,88,0,8,24,0,9,144,83,7,59,0,8,120,0,8,56,0,9,208,81,7,17,0,8,104,0,8,40,0,9,176,0,8,8,0,8,136,0,8,72,0,9,240,80,7,4,0,8,84,0,8,20,85,8,227,83,7,43,0,8,116,0,8,52,0,9,200,81,7,13,0,8,100,0,8,36,0,9,168,0,8,4,0,8,132,0,8,68,0,9,232,80,7,8,0,8,92,0,8,28,0,9,152,84,7,83,0,8,124,0,8,60,0,9,216,82,7,23,0,8,108,0,8,44,0,9,184,0,8,12,0,8,140,0,8,76,0,9,248,80,7,3,0,8,82,0,8,18,85,8,163,83,7,35,0,8,114,0,8,50,0,9,196,81,7,11,0,8,98,0,8,34,0,9,164,0,8,2,0,8,130,0,8,66,0,9,228,80,7,7,0,8,90,0,8,26,0,9,148,84,7,67,0,8,122,0,8,58,0,9,212,82,7,19,0,8,106,0,8,42,0,9,180,0,8,10,0,8,138,0,8,74,0,9,244,80,7,5,0,8,86,0,8,22,192,8,0,83,7,51,0,8,118,0,8,54,0,9,204,81,7,15,0,8,102,0,8,38,0,9,172,0,8,6,0,8,134,0,8,70,0,9,236,80,7,9,0,8,94,0,8,30,0,9,156,84,7,99,0,8,126,0,8,62,0,9,220,82,7,27,0,8,110,0,8,46,0,9,188,0,8,14,0,8,142,0,8,78,0,9,252,96,7,256,0,8,81,0,8,17,85,8,131,82,7,31,0,8,113,0,8,49,0,9,194,80,7,10,0,8,97,0,8,33,0,9,162,0,8,1,0,8,129,0,8,65,0,9,226,80,7,6,0,8,89,0,8,25,0,9,146,83,7,59,0,8,121,0,8,57,0,9,210,81,7,17,0,8,105,0,8,41,0,9,178,0,8,9,0,8,137,0,8,73,0,9,242,80,7,4,0,8,85,0,8,21,80,8,258,83,7,43,0,8,117,0,8,53,0,9,202,81,7,13,0,8,101,0,8,37,0,9,170,0,8,5,0,8,133,0,8,69,0,9,234,80,7,8,0,8,93,0,8,29,0,9,154,84,7,83,0,8,125,0,8,61,0,9,218,82,7,23,0,8,109,0,8,45,0,9,186,0,8,13,0,8,141,0,8,77,0,9,250,80,7,3,0,8,83,0,8,19,85,8,195,83,7,35,0,8,115,0,8,51,0,9,198,81,7,11,0,8,99,0,8,35,0,9,166,0,8,3,0,8,131,0,8,67,0,9,230,80,7,7,0,8,91,0,8,27,0,9,150,84,7,67,0,8,123,0,8,59,0,9,214,82,7,19,0,8,107,0,8,43,0,9,182,0,8,11,0,8,139,0,8,75,0,9,246,80,7,5,0,8,87,0,8,23,192,8,0,83,7,51,0,8,119,0,8,55,0,9,206,81,7,15,0,8,103,0,8,39,0,9,174,0,8,7,0,8,135,0,8,71,0,9,238,80,7,9,0,8,95,0,8,31,0,9,158,84,7,99,0,8,127,0,8,63,0,9,222,82,7,27,0,8,111,0,8,47,0,9,190,0,8,15,0,8,143,0,8,79,0,9,254,96,7,256,0,8,80,0,8,16,84,8,115,82,7,31,0,8,112,0,8,48,0,9,193,80,7,10,0,8,96,0,8,32,0,9,161,0,8,0,0,8,128,0,8,64,0,9,225,80,7,6,0,8,88,0,8,24,0,9,145,83,7,59,0,8,120,0,8,56,0,9,209,81,7,17,0,8,104,0,8,40,0,9,177,0,8,8,0,8,136,0,8,72,0,9,241,80,7,4,0,8,84,0,8,20,85,8,227,83,7,43,0,8,116,0,8,52,0,9,201,81,7,13,0,8,100,0,8,36,0,9,169,0,8,4,0,8,132,0,8,68,0,9,233,80,7,8,0,8,92,0,8,28,0,9,153,84,7,83,0,8,124,0,8,60,0,9,217,82,7,23,0,8,108,0,8,44,0,9,185,0,8,12,0,8,140,0,8,76,0,9,249,80,7,3,0,8,82,0,8,18,85,8,163,83,7,35,0,8,114,0,8,50,0,9,197,81,7,11,0,8,98,0,8,34,0,9,165,0,8,2,0,8,130,0,8,66,0,9,229,80,7,7,0,8,90,0,8,26,0,9,149,84,7,67,0,8,122,0,8,58,0,9,213,82,7,19,0,8,106,0,8,42,0,9,181,0,8,10,0,8,138,0,8,74,0,9,245,80,7,5,0,8,86,0,8,22,192,8,0,83,7,51,0,8,118,0,8,54,0,9,205,81,7,15,0,8,102,0,8,38,0,9,173,0,8,6,0,8,134,0,8,70,0,9,237,80,7,9,0,8,94,0,8,30,0,9,157,84,7,99,0,8,126,0,8,62,0,9,221,82,7,27,0,8,110,0,8,46,0,9,189,0,8,14,0,8,142,0,8,78,0,9,253,96,7,256,0,8,81,0,8,17,85,8,131,82,7,31,0,8,113,0,8,49,0,9,195,80,7,10,0,8,97,0,8,33,0,9,163,0,8,1,0,8,129,0,8,65,0,9,227,80,7,6,0,8,89,0,8,25,0,9,147,83,7,59,0,8,121,0,8,57,0,9,211,81,7,17,0,8,105,0,8,41,0,9,179,0,8,9,0,8,137,0,8,73,0,9,243,80,7,4,0,8,85,0,8,21,80,8,258,83,7,43,0,8,117,0,8,53,0,9,203,81,7,13,0,8,101,0,8,37,0,9,171,0,8,5,0,8,133,0,8,69,0,9,235,80,7,8,0,8,93,0,8,29,0,9,155,84,7,83,0,8,125,0,8,61,0,9,219,82,7,23,0,8,109,0,8,45,0,9,187,0,8,13,0,8,141,0,8,77,0,9,251,80,7,3,0,8,83,0,8,19,85,8,195,83,7,35,0,8,115,0,8,51,0,9,199,81,7,11,0,8,99,0,8,35,0,9,167,0,8,3,0,8,131,0,8,67,0,9,231,80,7,7,0,8,91,0,8,27,0,9,151,84,7,67,0,8,123,0,8,59,0,9,215,82,7,19,0,8,107,0,8,43,0,9,183,0,8,11,0,8,139,0,8,75,0,9,247,80,7,5,0,8,87,0,8,23,192,8,0,83,7,51,0,8,119,0,8,55,0,9,207,81,7,15,0,8,103,0,8,39,0,9,175,0,8,7,0,8,135,0,8,71,0,9,239,80,7,9,0,8,95,0,8,31,0,9,159,84,7,99,0,8,127,0,8,63,0,9,223,82,7,27,0,8,111,0,8,47,0,9,191,0,8,15,0,8,143,0,8,79,0,9,255],Ss=[80,5,1,87,5,257,83,5,17,91,5,4097,81,5,5,89,5,1025,85,5,65,93,5,16385,80,5,3,88,5,513,84,5,33,92,5,8193,82,5,9,90,5,2049,86,5,129,192,5,24577,80,5,2,87,5,385,83,5,25,91,5,6145,81,5,7,89,5,1537,85,5,97,93,5,24577,80,5,4,88,5,769,84,5,49,92,5,12289,82,5,13,90,5,3073,86,5,193,192,5,24577],Rs=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0],As=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0,112,112],Os=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577],Is=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],ae=15;function dt(){const n=this;let t,e,r,s,i,a;function o(_,l,m,h,x,S,f,c,d,y,b){let g,A,p,R,E,O,T,w,C,I,k,P,D,M,L;I=0,E=m;do r[_[l+I]]++,I++,E--;while(E!==0);if(r[0]==m)return f[0]=-1,c[0]=0,F;for(w=c[0],O=1;O<=ae&&r[O]===0;O++);for(T=O,w<O&&(w=O),E=ae;E!==0&&r[E]===0;E--);for(p=E,w>E&&(w=E),c[0]=w,M=1<<O;O<E;O++,M<<=1)if((M-=r[O])<0)return B;if((M-=r[E])<0)return B;for(r[E]+=M,a[1]=O=0,I=1,D=2;--E!==0;)a[D]=O+=r[I],D++,I++;E=0,I=0;do(O=_[l+I])!==0&&(b[a[O]++]=E),I++;while(++E<m);for(m=a[p],a[0]=E=0,I=0,R=-1,P=-w,i[0]=0,k=0,L=0;T<=p;T++)for(g=r[T];g--!==0;){for(;T>P+w;){if(R++,P+=w,L=p-P,L=L>w?w:L,(A=1<<(O=T-P))>g+1&&(A-=g+1,D=T,O<L))for(;++O<L&&!((A<<=1)<=r[++D]);)A-=r[D];if(L=1<<O,y[0]+L>Bn)return B;i[R]=k=y[0],y[0]+=L,R!==0?(a[R]=E,s[0]=O,s[1]=w,O=E>>>P-w,s[2]=k-i[R-1]-O,d.set(s,(i[R-1]+O)*3)):f[0]=k}for(s[1]=T-P,I>=m?s[0]=192:b[I]<h?(s[0]=b[I]<256?0:96,s[2]=b[I++]):(s[0]=S[b[I]-h]+16+64,s[2]=x[b[I++]-h]),A=1<<T-P,O=E>>>P;O<L;O+=A)d.set(s,(k+O)*3);for(O=1<<T-1;(E&O)!==0;O>>>=1)E^=O;for(E^=O,C=(1<<P)-1;(E&C)!=a[R];)R--,P-=w,C=(1<<P)-1}return M!==0&&p!=1?se:F}function u(_){let l;for(t||(t=[],e=[],r=new Int32Array(ae+1),s=[],i=new Int32Array(ae),a=new Int32Array(ae+1)),e.length<_&&(e=[]),l=0;l<_;l++)e[l]=0;for(l=0;l<ae+1;l++)r[l]=0;for(l=0;l<3;l++)s[l]=0;i.set(r.subarray(0,ae),0),a.set(r.subarray(0,ae+1),0)}n.inflate_trees_bits=function(_,l,m,h,x){let S;return u(19),t[0]=0,S=o(_,0,19,19,null,null,m,l,h,t,e),S==B?x.msg="oversubscribed dynamic bit lengths tree":(S==se||l[0]===0)&&(x.msg="incomplete dynamic bit lengths tree",S=B),S},n.inflate_trees_dynamic=function(_,l,m,h,x,S,f,c,d){let y;return u(288),t[0]=0,y=o(m,0,_,257,Rs,As,S,h,c,t,e),y!=F||h[0]===0?(y==B?d.msg="oversubscribed literal/length tree":y!=Gt&&(d.msg="incomplete literal/length tree",y=B),y):(u(288),y=o(m,_,l,0,Os,Is,f,x,c,t,e),y!=F||x[0]===0&&_>257?(y==B?d.msg="oversubscribed distance tree":y==se?(d.msg="incomplete distance tree",y=B):y!=Gt&&(d.msg="empty distance tree with lengths",y=B),y):F)}}dt.inflate_trees_fixed=function(n,t,e,r){return n[0]=Es,t[0]=xs,e[0]=Ts,r[0]=Ss,F};const Be=0,Yt=1,qt=2,Vt=3,Zt=4,Kt=5,Xt=6,et=7,$t=8,je=9;function Cs(){const n=this;let t,e=0,r,s=0,i=0,a=0,o=0,u=0,_=0,l=0,m,h=0,x,S=0;function f(c,d,y,b,g,A,p,R){let E,O,T,w,C,I,k,P,D,M,L,Z,N,Q,U,H;k=R.next_in_index,P=R.avail_in,C=p.bitb,I=p.bitk,D=p.write,M=D<p.read?p.read-D-1:p.end-D,L=$[c],Z=$[d];do{for(;I<20;)P--,C|=(R.read_byte(k++)&255)<<I,I+=8;if(E=C&L,O=y,T=b,H=(T+E)*3,(w=O[H])===0){C>>=O[H+1],I-=O[H+1],p.win[D++]=O[H+2],M--;continue}do{if(C>>=O[H+1],I-=O[H+1],(w&16)!==0){for(w&=15,N=O[H+2]+(C&$[w]),C>>=w,I-=w;I<15;)P--,C|=(R.read_byte(k++)&255)<<I,I+=8;E=C&Z,O=g,T=A,H=(T+E)*3,w=O[H];do if(C>>=O[H+1],I-=O[H+1],(w&16)!==0){for(w&=15;I<w;)P--,C|=(R.read_byte(k++)&255)<<I,I+=8;if(Q=O[H+2]+(C&$[w]),C>>=w,I-=w,M-=N,D>=Q)U=D-Q,D-U>0&&2>D-U?(p.win[D++]=p.win[U++],p.win[D++]=p.win[U++],N-=2):(p.win.set(p.win.subarray(U,U+2),D),D+=2,U+=2,N-=2);else{U=D-Q;do U+=p.end;while(U<0);if(w=p.end-U,N>w){if(N-=w,D-U>0&&w>D-U)do p.win[D++]=p.win[U++];while(--w!==0);else p.win.set(p.win.subarray(U,U+w),D),D+=w,U+=w,w=0;U=0}}if(D-U>0&&N>D-U)do p.win[D++]=p.win[U++];while(--N!==0);else p.win.set(p.win.subarray(U,U+N),D),D+=N,U+=N,N=0;break}else if((w&64)===0)E+=O[H+2],E+=C&$[w],H=(T+E)*3,w=O[H];else return R.msg="invalid distance code",N=R.avail_in-P,N=I>>3<N?I>>3:N,P+=N,k-=N,I-=N<<3,p.bitb=C,p.bitk=I,R.avail_in=P,R.total_in+=k-R.next_in_index,R.next_in_index=k,p.write=D,B;while(!0);break}if((w&64)===0){if(E+=O[H+2],E+=C&$[w],H=(T+E)*3,(w=O[H])===0){C>>=O[H+1],I-=O[H+1],p.win[D++]=O[H+2],M--;break}}else return(w&32)!==0?(N=R.avail_in-P,N=I>>3<N?I>>3:N,P+=N,k-=N,I-=N<<3,p.bitb=C,p.bitk=I,R.avail_in=P,R.total_in+=k-R.next_in_index,R.next_in_index=k,p.write=D,re):(R.msg="invalid literal/length code",N=R.avail_in-P,N=I>>3<N?I>>3:N,P+=N,k-=N,I-=N<<3,p.bitb=C,p.bitk=I,R.avail_in=P,R.total_in+=k-R.next_in_index,R.next_in_index=k,p.write=D,B)}while(!0)}while(M>=258&&P>=10);return N=R.avail_in-P,N=I>>3<N?I>>3:N,P+=N,k-=N,I-=N<<3,p.bitb=C,p.bitk=I,R.avail_in=P,R.total_in+=k-R.next_in_index,R.next_in_index=k,p.write=D,F}n.init=function(c,d,y,b,g,A){t=Be,_=c,l=d,m=y,h=b,x=g,S=A,r=null},n.proc=function(c,d,y){let b,g,A,p=0,R=0,E=0,O,T,w,C;for(E=d.next_in_index,O=d.avail_in,p=c.bitb,R=c.bitk,T=c.write,w=T<c.read?c.read-T-1:c.end-T;;)switch(t){case Be:if(w>=258&&O>=10&&(c.bitb=p,c.bitk=R,d.avail_in=O,d.total_in+=E-d.next_in_index,d.next_in_index=E,c.write=T,y=f(_,l,m,h,x,S,c,d),E=d.next_in_index,O=d.avail_in,p=c.bitb,R=c.bitk,T=c.write,w=T<c.read?c.read-T-1:c.end-T,y!=F)){t=y==re?et:je;break}i=_,r=m,s=h,t=Yt;case Yt:for(b=i;R<b;){if(O!==0)y=F;else return c.bitb=p,c.bitk=R,d.avail_in=O,d.total_in+=E-d.next_in_index,d.next_in_index=E,c.write=T,c.inflate_flush(d,y);O--,p|=(d.read_byte(E++)&255)<<R,R+=8}if(g=(s+(p&$[b]))*3,p>>>=r[g+1],R-=r[g+1],A=r[g],A===0){a=r[g+2],t=Xt;break}if((A&16)!==0){o=A&15,e=r[g+2],t=qt;break}if((A&64)===0){i=A,s=g/3+r[g+2];break}if((A&32)!==0){t=et;break}return t=je,d.msg="invalid literal/length code",y=B,c.bitb=p,c.bitk=R,d.avail_in=O,d.total_in+=E-d.next_in_index,d.next_in_index=E,c.write=T,c.inflate_flush(d,y);case qt:for(b=o;R<b;){if(O!==0)y=F;else return c.bitb=p,c.bitk=R,d.avail_in=O,d.total_in+=E-d.next_in_index,d.next_in_index=E,c.write=T,c.inflate_flush(d,y);O--,p|=(d.read_byte(E++)&255)<<R,R+=8}e+=p&$[b],p>>=b,R-=b,i=l,r=x,s=S,t=Vt;case Vt:for(b=i;R<b;){if(O!==0)y=F;else return c.bitb=p,c.bitk=R,d.avail_in=O,d.total_in+=E-d.next_in_index,d.next_in_index=E,c.write=T,c.inflate_flush(d,y);O--,p|=(d.read_byte(E++)&255)<<R,R+=8}if(g=(s+(p&$[b]))*3,p>>=r[g+1],R-=r[g+1],A=r[g],(A&16)!==0){o=A&15,u=r[g+2],t=Zt;break}if((A&64)===0){i=A,s=g/3+r[g+2];break}return t=je,d.msg="invalid distance code",y=B,c.bitb=p,c.bitk=R,d.avail_in=O,d.total_in+=E-d.next_in_index,d.next_in_index=E,c.write=T,c.inflate_flush(d,y);case Zt:for(b=o;R<b;){if(O!==0)y=F;else return c.bitb=p,c.bitk=R,d.avail_in=O,d.total_in+=E-d.next_in_index,d.next_in_index=E,c.write=T,c.inflate_flush(d,y);O--,p|=(d.read_byte(E++)&255)<<R,R+=8}u+=p&$[b],p>>=b,R-=b,t=Kt;case Kt:for(C=T-u;C<0;)C+=c.end;for(;e!==0;){if(w===0&&(T==c.end&&c.read!==0&&(T=0,w=T<c.read?c.read-T-1:c.end-T),w===0&&(c.write=T,y=c.inflate_flush(d,y),T=c.write,w=T<c.read?c.read-T-1:c.end-T,T==c.end&&c.read!==0&&(T=0,w=T<c.read?c.read-T-1:c.end-T),w===0)))return c.bitb=p,c.bitk=R,d.avail_in=O,d.total_in+=E-d.next_in_index,d.next_in_index=E,c.write=T,c.inflate_flush(d,y);c.win[T++]=c.win[C++],w--,C==c.end&&(C=0),e--}t=Be;break;case Xt:if(w===0&&(T==c.end&&c.read!==0&&(T=0,w=T<c.read?c.read-T-1:c.end-T),w===0&&(c.write=T,y=c.inflate_flush(d,y),T=c.write,w=T<c.read?c.read-T-1:c.end-T,T==c.end&&c.read!==0&&(T=0,w=T<c.read?c.read-T-1:c.end-T),w===0)))return c.bitb=p,c.bitk=R,d.avail_in=O,d.total_in+=E-d.next_in_index,d.next_in_index=E,c.write=T,c.inflate_flush(d,y);y=F,c.win[T++]=a,w--,t=Be;break;case et:if(R>7&&(R-=8,O++,E--),c.write=T,y=c.inflate_flush(d,y),T=c.write,w=T<c.read?c.read-T-1:c.end-T,c.read!=c.write)return c.bitb=p,c.bitk=R,d.avail_in=O,d.total_in+=E-d.next_in_index,d.next_in_index=E,c.write=T,c.inflate_flush(d,y);t=$t;case $t:return y=re,c.bitb=p,c.bitk=R,d.avail_in=O,d.total_in+=E-d.next_in_index,d.next_in_index=E,c.write=T,c.inflate_flush(d,y);case je:return y=B,c.bitb=p,c.bitk=R,d.avail_in=O,d.total_in+=E-d.next_in_index,d.next_in_index=E,c.write=T,c.inflate_flush(d,y);default:return y=X,c.bitb=p,c.bitk=R,d.avail_in=O,d.total_in+=E-d.next_in_index,d.next_in_index=E,c.write=T,c.inflate_flush(d,y)}},n.free=function(){}}const Jt=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],be=0,tt=1,Qt=2,zt=3,en=4,tn=5,Ge=6,Ye=7,nn=8,me=9;function Ps(n,t){const e=this;let r=be,s=0,i=0,a=0,o;const u=[0],_=[0],l=new Cs;let m=0,h=new Int32Array(Bn*3);const x=0,S=new dt;e.bitk=0,e.bitb=0,e.win=new Uint8Array(t),e.end=t,e.read=0,e.write=0,e.reset=function(f,c){c&&(c[0]=x),r==Ge&&l.free(f),r=be,e.bitk=0,e.bitb=0,e.read=e.write=0},e.reset(n,null),e.inflate_flush=function(f,c){let d,y,b;return y=f.next_out_index,b=e.read,d=(b<=e.write?e.write:e.end)-b,d>f.avail_out&&(d=f.avail_out),d!==0&&c==se&&(c=F),f.avail_out-=d,f.total_out+=d,f.next_out.set(e.win.subarray(b,b+d),y),y+=d,b+=d,b==e.end&&(b=0,e.write==e.end&&(e.write=0),d=e.write-b,d>f.avail_out&&(d=f.avail_out),d!==0&&c==se&&(c=F),f.avail_out-=d,f.total_out+=d,f.next_out.set(e.win.subarray(b,b+d),y),y+=d,b+=d),f.next_out_index=y,e.read=b,c},e.proc=function(f,c){let d,y,b,g,A,p,R,E;for(g=f.next_in_index,A=f.avail_in,y=e.bitb,b=e.bitk,p=e.write,R=p<e.read?e.read-p-1:e.end-p;;){let O,T,w,C,I,k,P,D;switch(r){case be:for(;b<3;){if(A!==0)c=F;else return e.bitb=y,e.bitk=b,f.avail_in=A,f.total_in+=g-f.next_in_index,f.next_in_index=g,e.write=p,e.inflate_flush(f,c);A--,y|=(f.read_byte(g++)&255)<<b,b+=8}switch(d=y&7,m=d&1,d>>>1){case 0:y>>>=3,b-=3,d=b&7,y>>>=d,b-=d,r=tt;break;case 1:O=[],T=[],w=[[]],C=[[]],dt.inflate_trees_fixed(O,T,w,C),l.init(O[0],T[0],w[0],0,C[0],0),y>>>=3,b-=3,r=Ge;break;case 2:y>>>=3,b-=3,r=zt;break;case 3:return y>>>=3,b-=3,r=me,f.msg="invalid block type",c=B,e.bitb=y,e.bitk=b,f.avail_in=A,f.total_in+=g-f.next_in_index,f.next_in_index=g,e.write=p,e.inflate_flush(f,c)}break;case tt:for(;b<32;){if(A!==0)c=F;else return e.bitb=y,e.bitk=b,f.avail_in=A,f.total_in+=g-f.next_in_index,f.next_in_index=g,e.write=p,e.inflate_flush(f,c);A--,y|=(f.read_byte(g++)&255)<<b,b+=8}if((~y>>>16&65535)!=(y&65535))return r=me,f.msg="invalid stored block lengths",c=B,e.bitb=y,e.bitk=b,f.avail_in=A,f.total_in+=g-f.next_in_index,f.next_in_index=g,e.write=p,e.inflate_flush(f,c);s=y&65535,y=b=0,r=s!==0?Qt:m!==0?Ye:be;break;case Qt:if(A===0||R===0&&(p==e.end&&e.read!==0&&(p=0,R=p<e.read?e.read-p-1:e.end-p),R===0&&(e.write=p,c=e.inflate_flush(f,c),p=e.write,R=p<e.read?e.read-p-1:e.end-p,p==e.end&&e.read!==0&&(p=0,R=p<e.read?e.read-p-1:e.end-p),R===0)))return e.bitb=y,e.bitk=b,f.avail_in=A,f.total_in+=g-f.next_in_index,f.next_in_index=g,e.write=p,e.inflate_flush(f,c);if(c=F,d=s,d>A&&(d=A),d>R&&(d=R),e.win.set(f.read_buf(g,d),p),g+=d,A-=d,p+=d,R-=d,(s-=d)!==0)break;r=m!==0?Ye:be;break;case zt:for(;b<14;){if(A!==0)c=F;else return e.bitb=y,e.bitk=b,f.avail_in=A,f.total_in+=g-f.next_in_index,f.next_in_index=g,e.write=p,e.inflate_flush(f,c);A--,y|=(f.read_byte(g++)&255)<<b,b+=8}if(i=d=y&16383,(d&31)>29||(d>>5&31)>29)return r=me,f.msg="too many length or distance symbols",c=B,e.bitb=y,e.bitk=b,f.avail_in=A,f.total_in+=g-f.next_in_index,f.next_in_index=g,e.write=p,e.inflate_flush(f,c);if(d=258+(d&31)+(d>>5&31),!o||o.length<d)o=[];else for(E=0;E<d;E++)o[E]=0;y>>>=14,b-=14,a=0,r=en;case en:for(;a<4+(i>>>10);){for(;b<3;){if(A!==0)c=F;else return e.bitb=y,e.bitk=b,f.avail_in=A,f.total_in+=g-f.next_in_index,f.next_in_index=g,e.write=p,e.inflate_flush(f,c);A--,y|=(f.read_byte(g++)&255)<<b,b+=8}o[Jt[a++]]=y&7,y>>>=3,b-=3}for(;a<19;)o[Jt[a++]]=0;if(u[0]=7,d=S.inflate_trees_bits(o,u,_,h,f),d!=F)return c=d,c==B&&(o=null,r=me),e.bitb=y,e.bitk=b,f.avail_in=A,f.total_in+=g-f.next_in_index,f.next_in_index=g,e.write=p,e.inflate_flush(f,c);a=0,r=tn;case tn:for(;d=i,!(a>=258+(d&31)+(d>>5&31));){let M,L;for(d=u[0];b<d;){if(A!==0)c=F;else return e.bitb=y,e.bitk=b,f.avail_in=A,f.total_in+=g-f.next_in_index,f.next_in_index=g,e.write=p,e.inflate_flush(f,c);A--,y|=(f.read_byte(g++)&255)<<b,b+=8}if(d=h[(_[0]+(y&$[d]))*3+1],L=h[(_[0]+(y&$[d]))*3+2],L<16)y>>>=d,b-=d,o[a++]=L;else{for(E=L==18?7:L-14,M=L==18?11:3;b<d+E;){if(A!==0)c=F;else return e.bitb=y,e.bitk=b,f.avail_in=A,f.total_in+=g-f.next_in_index,f.next_in_index=g,e.write=p,e.inflate_flush(f,c);A--,y|=(f.read_byte(g++)&255)<<b,b+=8}if(y>>>=d,b-=d,M+=y&$[E],y>>>=E,b-=E,E=a,d=i,E+M>258+(d&31)+(d>>5&31)||L==16&&E<1)return o=null,r=me,f.msg="invalid bit length repeat",c=B,e.bitb=y,e.bitk=b,f.avail_in=A,f.total_in+=g-f.next_in_index,f.next_in_index=g,e.write=p,e.inflate_flush(f,c);L=L==16?o[E-1]:0;do o[E++]=L;while(--M!==0);a=E}}if(_[0]=-1,I=[],k=[],P=[],D=[],I[0]=9,k[0]=6,d=i,d=S.inflate_trees_dynamic(257+(d&31),1+(d>>5&31),o,I,k,P,D,h,f),d!=F)return d==B&&(o=null,r=me),c=d,e.bitb=y,e.bitk=b,f.avail_in=A,f.total_in+=g-f.next_in_index,f.next_in_index=g,e.write=p,e.inflate_flush(f,c);l.init(I[0],k[0],h,P[0],h,D[0]),r=Ge;case Ge:if(e.bitb=y,e.bitk=b,f.avail_in=A,f.total_in+=g-f.next_in_index,f.next_in_index=g,e.write=p,(c=l.proc(e,f,c))!=re)return e.inflate_flush(f,c);if(c=F,l.free(f),g=f.next_in_index,A=f.avail_in,y=e.bitb,b=e.bitk,p=e.write,R=p<e.read?e.read-p-1:e.end-p,m===0){r=be;break}r=Ye;case Ye:if(e.write=p,c=e.inflate_flush(f,c),p=e.write,R=p<e.read?e.read-p-1:e.end-p,e.read!=e.write)return e.bitb=y,e.bitk=b,f.avail_in=A,f.total_in+=g-f.next_in_index,f.next_in_index=g,e.write=p,e.inflate_flush(f,c);r=nn;case nn:return c=re,e.bitb=y,e.bitk=b,f.avail_in=A,f.total_in+=g-f.next_in_index,f.next_in_index=g,e.write=p,e.inflate_flush(f,c);case me:return c=B,e.bitb=y,e.bitk=b,f.avail_in=A,f.total_in+=g-f.next_in_index,f.next_in_index=g,e.write=p,e.inflate_flush(f,c);default:return c=X,e.bitb=y,e.bitk=b,f.avail_in=A,f.total_in+=g-f.next_in_index,f.next_in_index=g,e.write=p,e.inflate_flush(f,c)}}},e.free=function(f){e.reset(f,null),e.win=null,h=null},e.set_dictionary=function(f,c,d){e.win.set(f.subarray(c,c+d),0),e.read=e.write=d},e.sync_point=function(){return r==tt?1:0}}const Ns=32,Ds=8,ks=0,rn=1,sn=2,an=3,on=4,cn=5,nt=6,Re=7,ln=12,oe=13,Ls=[0,0,255,255];function vs(){const n=this;n.mode=0,n.method=0,n.was=[0],n.need=0,n.marker=0,n.wbits=0;function t(e){return!e||!e.istate?X:(e.total_in=e.total_out=0,e.msg=null,e.istate.mode=Re,e.istate.blocks.reset(e,null),F)}n.inflateEnd=function(e){return n.blocks&&n.blocks.free(e),n.blocks=null,F},n.inflateInit=function(e,r){return e.msg=null,n.blocks=null,r<8||r>15?(n.inflateEnd(e),X):(n.wbits=r,e.istate.blocks=new Ps(e,1<<r),t(e),F)},n.inflate=function(e,r){let s,i;if(!e||!e.istate||!e.next_in)return X;const a=e.istate;for(r=r==ys?se:F,s=se;;)switch(a.mode){case ks:if(e.avail_in===0)return s;if(s=r,e.avail_in--,e.total_in++,((a.method=e.read_byte(e.next_in_index++))&15)!=Ds){a.mode=oe,e.msg="unknown compression method",a.marker=5;break}if((a.method>>4)+8>a.wbits){a.mode=oe,e.msg="invalid win size",a.marker=5;break}a.mode=rn;case rn:if(e.avail_in===0)return s;if(s=r,e.avail_in--,e.total_in++,i=e.read_byte(e.next_in_index++)&255,((a.method<<8)+i)%31!==0){a.mode=oe,e.msg="incorrect header check",a.marker=5;break}if((i&Ns)===0){a.mode=Re;break}a.mode=sn;case sn:if(e.avail_in===0)return s;s=r,e.avail_in--,e.total_in++,a.need=(e.read_byte(e.next_in_index++)&255)<<24&4278190080,a.mode=an;case an:if(e.avail_in===0)return s;s=r,e.avail_in--,e.total_in++,a.need+=(e.read_byte(e.next_in_index++)&255)<<16&16711680,a.mode=on;case on:if(e.avail_in===0)return s;s=r,e.avail_in--,e.total_in++,a.need+=(e.read_byte(e.next_in_index++)&255)<<8&65280,a.mode=cn;case cn:return e.avail_in===0?s:(s=r,e.avail_in--,e.total_in++,a.need+=e.read_byte(e.next_in_index++)&255,a.mode=nt,gs);case nt:return a.mode=oe,e.msg="need dictionary",a.marker=0,X;case Re:if(s=a.blocks.proc(e,s),s==B){a.mode=oe,a.marker=0;break}if(s==F&&(s=r),s!=re)return s;s=r,a.blocks.reset(e,a.was),a.mode=ln;case ln:return e.avail_in=0,re;case oe:return B;default:return X}},n.inflateSetDictionary=function(e,r,s){let i=0,a=s;if(!e||!e.istate||e.istate.mode!=nt)return X;const o=e.istate;return a>=1<<o.wbits&&(a=(1<<o.wbits)-1,i=s-a),o.blocks.set_dictionary(r,i,a),o.mode=Re,F},n.inflateSync=function(e){let r,s,i,a,o;if(!e||!e.istate)return X;const u=e.istate;if(u.mode!=oe&&(u.mode=oe,u.marker=0),(r=e.avail_in)===0)return se;for(s=e.next_in_index,i=u.marker;r!==0&&i<4;)e.read_byte(s)==Ls[i]?i++:e.read_byte(s)!==0?i=0:i=4-i,s++,r--;return e.total_in+=s-e.next_in_index,e.next_in_index=s,e.avail_in=r,u.marker=i,i!=4?B:(a=e.total_in,o=e.total_out,t(e),e.total_in=a,e.total_out=o,u.mode=Re,F)},n.inflateSyncPoint=function(e){return!e||!e.istate||!e.istate.blocks?X:e.istate.blocks.sync_point()}}function jn(){}jn.prototype={inflateInit(n){const t=this;return t.istate=new vs,n||(n=ws),t.istate.inflateInit(t,n)},inflate(n){const t=this;return t.istate?t.istate.inflate(t,n):X},inflateEnd(){const n=this;if(!n.istate)return X;const t=n.istate.inflateEnd(n);return n.istate=null,t},inflateSync(){const n=this;return n.istate?n.istate.inflateSync(n):X},inflateSetDictionary(n,t){const e=this;return e.istate?e.istate.inflateSetDictionary(e,n,t):X},read_byte(n){return this.next_in[n]},read_buf(n,t){return this.next_in.subarray(n,n+t)}};function Fs(n){const t=this,e=new jn,r=n&&n.chunkSize?Math.floor(n.chunkSize*2):128*1024,s=bs,i=new Uint8Array(r);let a=!1;e.inflateInit(),e.next_out=i,t.append=function(o,u){const _=[];let l,m,h=0,x=0,S=0;if(o.length!==0){e.next_in_index=0,e.next_in=o,e.avail_in=o.length;do{if(e.next_out_index=0,e.avail_out=r,e.avail_in===0&&!a&&(e.next_in_index=0,a=!0),l=e.inflate(s),a&&l===se){if(e.avail_in!==0)throw new Error("inflating: bad input")}else if(l!==F&&l!==re)throw new Error("inflating: "+e.msg);if((a||l===re)&&e.avail_in===o.length)throw new Error("inflating: bad input");e.next_out_index&&(e.next_out_index===r?_.push(new Uint8Array(i)):_.push(i.subarray(0,e.next_out_index))),S+=e.next_out_index,u&&e.next_in_index>0&&e.next_in_index!=h&&(u(e.next_in_index),h=e.next_in_index)}while(e.avail_in>0||e.avail_out===0);return _.length>1?(m=new Uint8Array(S),_.forEach(function(f){m.set(f,x),x+=f.length})):m=_[0]?new Uint8Array(_[0]):new Uint8Array,m}},t.flush=function(){e.inflateEnd()}}const we=4294967295,fe=65535,Us=8,Ms=0,Hs=99,Ws=67324752,Gn=134695760,Bs=Gn,fn=33639248,js=101010256,un=101075792,Gs=117853008,ne=22,rt=20,st=56,Ys=12,qs=20,dn=4,Vs=1,Zs=39169,Ks=10,Xs=1,$s=21589,Js=28789,Qs=25461,zs=6534,_n=1,ei=6,hn=8,pn=2048,mn=16,ti=61440,ni=16384,ri=73,wn="/",it=30,si=10,ii=14,ai=18,G=void 0,he="undefined",Le="function";class gn{constructor(t){return class extends TransformStream{constructor(e,r){const s=new t(r);super({transform(i,a){a.enqueue(s.append(i))},flush(i){const a=s.flush();a&&i.enqueue(a)}})}}}}const oi=64;let Yn=2;try{typeof navigator!=he&&navigator.hardwareConcurrency&&(Yn=navigator.hardwareConcurrency)}catch{}const ci={chunkSize:512*1024,maxWorkers:Yn,terminateWorkerTimeout:5e3,useWebWorkers:!0,useCompressionStream:!0,workerScripts:G,CompressionStreamNative:typeof CompressionStream!=he&&CompressionStream,DecompressionStreamNative:typeof DecompressionStream!=he&&DecompressionStream},ue=Object.assign({},ci);function qn(){return ue}function li(n){return Math.max(n.chunkSize,oi)}function Vn(n){const{baseURL:t,chunkSize:e,maxWorkers:r,terminateWorkerTimeout:s,useCompressionStream:i,useWebWorkers:a,Deflate:o,Inflate:u,CompressionStream:_,DecompressionStream:l,workerScripts:m}=n;if(ce("baseURL",t),ce("chunkSize",e),ce("maxWorkers",r),ce("terminateWorkerTimeout",s),ce("useCompressionStream",i),ce("useWebWorkers",a),o&&(ue.CompressionStream=new gn(o)),u&&(ue.DecompressionStream=new gn(u)),ce("CompressionStream",_),ce("DecompressionStream",l),m!==G){const{deflate:h,inflate:x}=m;if((h||x)&&(ue.workerScripts||(ue.workerScripts={})),h){if(!Array.isArray(h))throw new Error("workerScripts.deflate must be an array");ue.workerScripts.deflate=h}if(x){if(!Array.isArray(x))throw new Error("workerScripts.inflate must be an array");ue.workerScripts.inflate=x}}}function ce(n,t){t!==G&&(ue[n]=t)}function fi(){return"application/octet-stream"}const Zn=[];for(let n=0;n<256;n++){let t=n;for(let e=0;e<8;e++)t&1?t=t>>>1^3988292384:t=t>>>1;Zn[n]=t}class Ke{constructor(t){this.crc=t||-1}append(t){let e=this.crc|0;for(let r=0,s=t.length|0;r<s;r++)e=e>>>8^Zn[(e^t[r])&255];this.crc=e}get(){return~this.crc}}class Kn extends TransformStream{constructor(){let t;const e=new Ke;super({transform(r,s){e.append(r),s.enqueue(r)},flush(){const r=new Uint8Array(4);new DataView(r.buffer).setUint32(0,e.get()),t.value=r}}),t=this}}function ui(n){if(typeof TextEncoder==he){n=unescape(encodeURIComponent(n));const t=new Uint8Array(n.length);for(let e=0;e<t.length;e++)t[e]=n.charCodeAt(e);return t}else return new TextEncoder().encode(n)}const K={concat(n,t){if(n.length===0||t.length===0)return n.concat(t);const e=n[n.length-1],r=K.getPartial(e);return r===32?n.concat(t):K._shiftRight(t,r,e|0,n.slice(0,n.length-1))},bitLength(n){const t=n.length;if(t===0)return 0;const e=n[t-1];return(t-1)*32+K.getPartial(e)},clamp(n,t){if(n.length*32<t)return n;n=n.slice(0,Math.ceil(t/32));const e=n.length;return t=t&31,e>0&&t&&(n[e-1]=K.partial(t,n[e-1]&2147483648>>t-1,1)),n},partial(n,t,e){return n===32?t:(e?t|0:t<<32-n)+n*1099511627776},getPartial(n){return Math.round(n/1099511627776)||32},_shiftRight(n,t,e,r){for(r===void 0&&(r=[]);t>=32;t-=32)r.push(e),e=0;if(t===0)return r.concat(n);for(let a=0;a<n.length;a++)r.push(e|n[a]>>>t),e=n[a]<<32-t;const s=n.length?n[n.length-1]:0,i=K.getPartial(s);return r.push(K.partial(t+i&31,t+i>32?e:r.pop(),1)),r}},Xe={bytes:{fromBits(n){const e=K.bitLength(n)/8,r=new Uint8Array(e);let s;for(let i=0;i<e;i++)(i&3)===0&&(s=n[i/4]),r[i]=s>>>24,s<<=8;return r},toBits(n){const t=[];let e,r=0;for(e=0;e<n.length;e++)r=r<<8|n[e],(e&3)===3&&(t.push(r),r=0);return e&3&&t.push(K.partial(8*(e&3),r)),t}}},Xn={};Xn.sha1=class{constructor(n){const t=this;t.blockSize=512,t._init=[1732584193,4023233417,2562383102,271733878,3285377520],t._key=[1518500249,1859775393,2400959708,3395469782],n?(t._h=n._h.slice(0),t._buffer=n._buffer.slice(0),t._length=n._length):t.reset()}reset(){const n=this;return n._h=n._init.slice(0),n._buffer=[],n._length=0,n}update(n){const t=this;typeof n=="string"&&(n=Xe.utf8String.toBits(n));const e=t._buffer=K.concat(t._buffer,n),r=t._length,s=t._length=r+K.bitLength(n);if(s>9007199254740991)throw new Error("Cannot hash more than 2^53 - 1 bits");const i=new Uint32Array(e);let a=0;for(let o=t.blockSize+r-(t.blockSize+r&t.blockSize-1);o<=s;o+=t.blockSize)t._block(i.subarray(16*a,16*(a+1))),a+=1;return e.splice(0,16*a),t}finalize(){const n=this;let t=n._buffer;const e=n._h;t=K.concat(t,[K.partial(1,1)]);for(let r=t.length+2;r&15;r++)t.push(0);for(t.push(Math.floor(n._length/4294967296)),t.push(n._length|0);t.length;)n._block(t.splice(0,16));return n.reset(),e}_f(n,t,e,r){if(n<=19)return t&e|~t&r;if(n<=39)return t^e^r;if(n<=59)return t&e|t&r|e&r;if(n<=79)return t^e^r}_S(n,t){return t<<n|t>>>32-n}_block(n){const t=this,e=t._h,r=Array(80);for(let _=0;_<16;_++)r[_]=n[_];let s=e[0],i=e[1],a=e[2],o=e[3],u=e[4];for(let _=0;_<=79;_++){_>=16&&(r[_]=t._S(1,r[_-3]^r[_-8]^r[_-14]^r[_-16]));const l=t._S(5,s)+t._f(_,i,a,o)+u+r[_]+t._key[Math.floor(_/20)]|0;u=o,o=a,a=t._S(30,i),i=s,s=l}e[0]=e[0]+s|0,e[1]=e[1]+i|0,e[2]=e[2]+a|0,e[3]=e[3]+o|0,e[4]=e[4]+u|0}};const $n={};$n.aes=class{constructor(n){const t=this;t._tables=[[[],[],[],[],[]],[[],[],[],[],[]]],t._tables[0][0][0]||t._precompute();const e=t._tables[0][4],r=t._tables[1],s=n.length;let i,a,o,u=1;if(s!==4&&s!==6&&s!==8)throw new Error("invalid aes key size");for(t._key=[a=n.slice(0),o=[]],i=s;i<4*s+28;i++){let _=a[i-1];(i%s===0||s===8&&i%s===4)&&(_=e[_>>>24]<<24^e[_>>16&255]<<16^e[_>>8&255]<<8^e[_&255],i%s===0&&(_=_<<8^_>>>24^u<<24,u=u<<1^(u>>7)*283)),a[i]=a[i-s]^_}for(let _=0;i;_++,i--){const l=a[_&3?i:i-4];i<=4||_<4?o[_]=l:o[_]=r[0][e[l>>>24]]^r[1][e[l>>16&255]]^r[2][e[l>>8&255]]^r[3][e[l&255]]}}encrypt(n){return this._crypt(n,0)}decrypt(n){return this._crypt(n,1)}_precompute(){const n=this._tables[0],t=this._tables[1],e=n[4],r=t[4],s=[],i=[];let a,o,u,_;for(let l=0;l<256;l++)i[(s[l]=l<<1^(l>>7)*283)^l]=l;for(let l=a=0;!e[l];l^=o||1,a=i[a]||1){let m=a^a<<1^a<<2^a<<3^a<<4;m=m>>8^m&255^99,e[l]=m,r[m]=l,_=s[u=s[o=s[l]]];let h=_*16843009^u*65537^o*257^l*16843008,x=s[m]*257^m*16843008;for(let S=0;S<4;S++)n[S][l]=x=x<<24^x>>>8,t[S][m]=h=h<<24^h>>>8}for(let l=0;l<5;l++)n[l]=n[l].slice(0),t[l]=t[l].slice(0)}_crypt(n,t){if(n.length!==4)throw new Error("invalid aes block size");const e=this._key[t],r=e.length/4-2,s=[0,0,0,0],i=this._tables[t],a=i[0],o=i[1],u=i[2],_=i[3],l=i[4];let m=n[0]^e[0],h=n[t?3:1]^e[1],x=n[2]^e[2],S=n[t?1:3]^e[3],f=4,c,d,y;for(let b=0;b<r;b++)c=a[m>>>24]^o[h>>16&255]^u[x>>8&255]^_[S&255]^e[f],d=a[h>>>24]^o[x>>16&255]^u[S>>8&255]^_[m&255]^e[f+1],y=a[x>>>24]^o[S>>16&255]^u[m>>8&255]^_[h&255]^e[f+2],S=a[S>>>24]^o[m>>16&255]^u[h>>8&255]^_[x&255]^e[f+3],f+=4,m=c,h=d,x=y;for(let b=0;b<4;b++)s[t?3&-b:b]=l[m>>>24]<<24^l[h>>16&255]<<16^l[x>>8&255]<<8^l[S&255]^e[f++],c=m,m=h,h=x,x=S,S=c;return s}};const di={getRandomValues(n){const t=new Uint32Array(n.buffer),e=r=>{let s=987654321;const i=4294967295;return function(){return s=36969*(s&65535)+(s>>16)&i,r=18e3*(r&65535)+(r>>16)&i,(((s<<16)+r&i)/4294967296+.5)*(Math.random()>.5?1:-1)}};for(let r=0,s;r<n.length;r+=4){const i=e((s||Math.random())*4294967296);s=i()*987654071,t[r/4]=i()*4294967296|0}return n}},Jn={};Jn.ctrGladman=class{constructor(n,t){this._prf=n,this._initIv=t,this._iv=t}reset(){this._iv=this._initIv}update(n){return this.calculate(this._prf,n,this._iv)}incWord(n){if((n>>24&255)===255){let t=n>>16&255,e=n>>8&255,r=n&255;t===255?(t=0,e===255?(e=0,r===255?r=0:++r):++e):++t,n=0,n+=t<<16,n+=e<<8,n+=r}else n+=1<<24;return n}incCounter(n){(n[0]=this.incWord(n[0]))===0&&(n[1]=this.incWord(n[1]))}calculate(n,t,e){let r;if(!(r=t.length))return[];const s=K.bitLength(t);for(let i=0;i<r;i+=4){this.incCounter(e);const a=n.encrypt(e);t[i]^=a[0],t[i+1]^=a[1],t[i+2]^=a[2],t[i+3]^=a[3]}return K.clamp(t,s)}};const ge={importKey(n){return new ge.hmacSha1(Xe.bytes.toBits(n))},pbkdf2(n,t,e,r){if(e=e||1e4,r<0||e<0)throw new Error("invalid params to pbkdf2");const s=(r>>5)+1<<2;let i,a,o,u,_;const l=new ArrayBuffer(s),m=new DataView(l);let h=0;const x=K;for(t=Xe.bytes.toBits(t),_=1;h<(s||1);_++){for(i=a=n.encrypt(x.concat(t,[_])),o=1;o<e;o++)for(a=n.encrypt(a),u=0;u<a.length;u++)i[u]^=a[u];for(o=0;h<(s||1)&&o<i.length;o++)m.setInt32(h,i[o]),h+=4}return l.slice(0,r/8)}};ge.hmacSha1=class{constructor(n){const t=this,e=t._hash=Xn.sha1,r=[[],[]];t._baseHash=[new e,new e];const s=t._baseHash[0].blockSize/32;n.length>s&&(n=new e().update(n).finalize());for(let i=0;i<s;i++)r[0][i]=n[i]^909522486,r[1][i]=n[i]^1549556828;t._baseHash[0].update(r[0]),t._baseHash[1].update(r[1]),t._resultHash=new e(t._baseHash[0])}reset(){const n=this;n._resultHash=new n._hash(n._baseHash[0]),n._updated=!1}update(n){const t=this;t._updated=!0,t._resultHash.update(n)}digest(){const n=this,t=n._resultHash.finalize(),e=new n._hash(n._baseHash[1]).update(t).finalize();return n.reset(),e}encrypt(n){if(this._updated)throw new Error("encrypt on already updated hmac called!");return this.update(n),this.digest(n)}};const _i=typeof crypto!=he&&typeof crypto.getRandomValues==Le,xt="Invalid password",Tt="Invalid signature",St="zipjs-abort-check-password";function Qn(n){return _i?crypto.getRandomValues(n):di.getRandomValues(n)}const ye=16,hi="raw",zn={name:"PBKDF2"},pi={name:"HMAC"},mi="SHA-1",wi=Object.assign({hash:pi},zn),_t=Object.assign({iterations:1e3,hash:{name:mi}},zn),gi=["deriveBits"],Ce=[8,12,16],Ae=[16,24,32],le=10,bi=[0,0,0,0],Je=typeof crypto!=he,ve=Je&&crypto.subtle,er=Je&&typeof ve!=he,ee=Xe.bytes,yi=$n.aes,Ei=Jn.ctrGladman,xi=ge.hmacSha1;let bn=Je&&er&&typeof ve.importKey==Le,yn=Je&&er&&typeof ve.deriveBits==Le;class Ti extends TransformStream{constructor({password:t,rawPassword:e,signed:r,encryptionStrength:s,checkPasswordOnly:i}){super({start(){Object.assign(this,{ready:new Promise(a=>this.resolveReady=a),password:rr(t,e),signed:r,strength:s-1,pending:new Uint8Array})},async transform(a,o){const u=this,{password:_,strength:l,resolveReady:m,ready:h}=u;_?(await Ri(u,l,_,J(a,0,Ce[l]+2)),a=J(a,Ce[l]+2),i?o.error(new Error(St)):m()):await h;const x=new Uint8Array(a.length-le-(a.length-le)%ye);o.enqueue(tr(u,a,x,0,le,!0))},async flush(a){const{signed:o,ctr:u,hmac:_,pending:l,ready:m}=this;if(_&&u){await m;const h=J(l,0,l.length-le),x=J(l,l.length-le);let S=new Uint8Array;if(h.length){const f=Ne(ee,h);_.update(f);const c=u.update(f);S=Pe(ee,c)}if(o){const f=J(Pe(ee,_.digest()),0,le);for(let c=0;c<le;c++)if(f[c]!=x[c])throw new Error(Tt)}a.enqueue(S)}}})}}class Si extends TransformStream{constructor({password:t,rawPassword:e,encryptionStrength:r}){let s;super({start(){Object.assign(this,{ready:new Promise(i=>this.resolveReady=i),password:rr(t,e),strength:r-1,pending:new Uint8Array})},async transform(i,a){const o=this,{password:u,strength:_,resolveReady:l,ready:m}=o;let h=new Uint8Array;u?(h=await Ai(o,_,u),l()):await m;const x=new Uint8Array(h.length+i.length-i.length%ye);x.set(h,0),a.enqueue(tr(o,i,x,h.length,0))},async flush(i){const{ctr:a,hmac:o,pending:u,ready:_}=this;if(o&&a){await _;let l=new Uint8Array;if(u.length){const m=a.update(Ne(ee,u));o.update(m),l=Pe(ee,m)}s.signature=Pe(ee,o.digest()).slice(0,le),i.enqueue(Rt(l,s.signature))}}}),s=this}}function tr(n,t,e,r,s,i){const{ctr:a,hmac:o,pending:u}=n,_=t.length-s;u.length&&(t=Rt(u,t),e=Ci(e,_-_%ye));let l;for(l=0;l<=_-ye;l+=ye){const m=Ne(ee,J(t,l,l+ye));i&&o.update(m);const h=a.update(m);i||o.update(h),e.set(Pe(ee,h),l+r)}return n.pending=J(t,l),e}async function Ri(n,t,e,r){const s=await nr(n,t,e,J(r,0,Ce[t])),i=J(r,Ce[t]);if(s[0]!=i[0]||s[1]!=i[1])throw new Error(xt)}async function Ai(n,t,e){const r=Qn(new Uint8Array(Ce[t])),s=await nr(n,t,e,r);return Rt(r,s)}async function nr(n,t,e,r){n.password=null;const s=await Oi(hi,e,wi,!1,gi),i=await Ii(Object.assign({salt:r},_t),s,8*(Ae[t]*2+2)),a=new Uint8Array(i),o=Ne(ee,J(a,0,Ae[t])),u=Ne(ee,J(a,Ae[t],Ae[t]*2)),_=J(a,Ae[t]*2);return Object.assign(n,{keys:{key:o,authentication:u,passwordVerification:_},ctr:new Ei(new yi(o),Array.from(bi)),hmac:new xi(u)}),_}async function Oi(n,t,e,r,s){if(bn)try{return await ve.importKey(n,t,e,r,s)}catch{return bn=!1,ge.importKey(t)}else return ge.importKey(t)}async function Ii(n,t,e){if(yn)try{return await ve.deriveBits(n,t,e)}catch{return yn=!1,ge.pbkdf2(t,n.salt,_t.iterations,e)}else return ge.pbkdf2(t,n.salt,_t.iterations,e)}function rr(n,t){return t===G?ui(n):t}function Rt(n,t){let e=n;return n.length+t.length&&(e=new Uint8Array(n.length+t.length),e.set(n,0),e.set(t,n.length)),e}function Ci(n,t){if(t&&t>n.length){const e=n;n=new Uint8Array(t),n.set(e,0)}return n}function J(n,t,e){return n.subarray(t,e)}function Pe(n,t){return n.fromBits(t)}function Ne(n,t){return n.toBits(t)}const Ie=12;class Pi extends TransformStream{constructor({password:t,passwordVerification:e,checkPasswordOnly:r}){super({start(){Object.assign(this,{password:t,passwordVerification:e}),sr(this,t)},transform(s,i){const a=this;if(a.password){const o=En(a,s.subarray(0,Ie));if(a.password=null,o.at(-1)!=a.passwordVerification)throw new Error(xt);s=s.subarray(Ie)}r?i.error(new Error(St)):i.enqueue(En(a,s))}})}}class Ni extends TransformStream{constructor({password:t,passwordVerification:e}){super({start(){Object.assign(this,{password:t,passwordVerification:e}),sr(this,t)},transform(r,s){const i=this;let a,o;if(i.password){i.password=null;const u=Qn(new Uint8Array(Ie));u[Ie-1]=i.passwordVerification,a=new Uint8Array(r.length+u.length),a.set(xn(i,u),0),o=Ie}else a=new Uint8Array(r.length),o=0;a.set(xn(i,r),o),s.enqueue(a)}})}}function En(n,t){const e=new Uint8Array(t.length);for(let r=0;r<t.length;r++)e[r]=ir(n)^t[r],At(n,e[r]);return e}function xn(n,t){const e=new Uint8Array(t.length);for(let r=0;r<t.length;r++)e[r]=ir(n)^t[r],At(n,t[r]);return e}function sr(n,t){const e=[305419896,591751049,878082192];Object.assign(n,{keys:e,crcKey0:new Ke(e[0]),crcKey2:new Ke(e[2])});for(let r=0;r<t.length;r++)At(n,t.charCodeAt(r))}function At(n,t){let[e,r,s]=n.keys;n.crcKey0.append([t]),e=~n.crcKey0.get(),r=Tn(Math.imul(Tn(r+ar(e)),134775813)+1),n.crcKey2.append([r>>>24]),s=~n.crcKey2.get(),n.keys=[e,r,s]}function ir(n){const t=n.keys[2]|2;return ar(Math.imul(t,t^1)>>>8)}function ar(n){return n&255}function Tn(n){return n&4294967295}const Ot="Invalid uncompressed size",Sn="deflate-raw";class Di extends TransformStream{constructor(t,{chunkSize:e,CompressionStream:r,CompressionStreamNative:s}){super({});const{compressed:i,encrypted:a,useCompressionStream:o,zipCrypto:u,signed:_,level:l}=t,m=this;let h,x,S=super.readable;(!a||u)&&_&&(h=new Kn,S=ie(S,h)),i&&(S=cr(S,o,{level:l,chunkSize:e},s,r)),a&&(u?S=ie(S,new Ni(t)):(x=new Si(t),S=ie(S,x))),or(m,S,()=>{let f;a&&!u&&(f=x.signature),(!a||u)&&_&&(f=new DataView(h.value.buffer).getUint32(0)),m.signature=f})}}class ki extends TransformStream{constructor(t,{chunkSize:e,DecompressionStream:r,DecompressionStreamNative:s}){super({});const{zipCrypto:i,encrypted:a,signed:o,signature:u,compressed:_,useCompressionStream:l}=t;let m,h,x=super.readable;a&&(i?x=ie(x,new Pi(t)):(h=new Ti(t),x=ie(x,h))),_&&(x=cr(x,l,{chunkSize:e},s,r)),(!a||i)&&o&&(m=new Kn,x=ie(x,m)),or(this,x,()=>{if((!a||i)&&o){const S=new DataView(m.value.buffer);if(u!=S.getUint32(0,!1))throw new Error(Tt)}})}}function or(n,t,e){t=ie(t,new TransformStream({flush:e})),Object.defineProperty(n,"readable",{get(){return t}})}function cr(n,t,e,r,s){try{const i=t&&r?r:s;n=ie(n,new i(Sn,e))}catch(i){if(t)n=ie(n,new s(Sn,e));else throw i}return n}function ie(n,t){return n.pipeThrough(t)}const Li="message",vi="start",Fi="pull",Rn="data",Ui="ack",An="close",Mi="deflate",lr="inflate";class Hi extends TransformStream{constructor(t,e){super({});const r=this,{codecType:s}=t;let i;s.startsWith(Mi)?i=Di:s.startsWith(lr)&&(i=ki),r.outputSize=0;let a=0;const o=new i(t,e),u=super.readable,_=new TransformStream({transform(m,h){m&&m.length&&(a+=m.length,h.enqueue(m))},flush(){Object.assign(r,{inputSize:a})}}),l=new TransformStream({transform(m,h){if(m&&m.length&&(h.enqueue(m),r.outputSize+=m.length,t.outputSize&&r.outputSize>t.outputSize))throw new Error(Ot)},flush(){const{signature:m}=o;Object.assign(r,{signature:m,inputSize:a})}});Object.defineProperty(r,"readable",{get(){return u.pipeThrough(_).pipeThrough(o).pipeThrough(l)}})}}class Wi extends TransformStream{constructor(t){let e;super({transform:r,flush(s){e&&e.length&&s.enqueue(e)}});function r(s,i){if(e){const a=new Uint8Array(e.length+s.length);a.set(e),a.set(s,e.length),s=a,e=null}s.length>t?(i.enqueue(s.slice(0,t)),r(s.slice(t),i)):e=s}}}let fr=typeof Worker!=he;class at{constructor(t,{readable:e,writable:r},{options:s,config:i,streamOptions:a,useWebWorkers:o,transferStreams:u,scripts:_},l){const{signal:m}=a;return Object.assign(t,{busy:!0,readable:e.pipeThrough(new Wi(i.chunkSize)).pipeThrough(new Bi(a),{signal:m}),writable:r,options:Object.assign({},s),scripts:_,transferStreams:u,terminate(){return new Promise(h=>{const{worker:x,busy:S}=t;x?(S?t.resolveTerminated=h:(x.terminate(),h()),t.interface=null):h()})},onTaskFinished(){const{resolveTerminated:h}=t;h&&(t.resolveTerminated=null,t.terminated=!0,t.worker.terminate(),h()),t.busy=!1,l(t)}}),(o&&fr?ji:ur)(t,i)}}class Bi extends TransformStream{constructor({onstart:t,onprogress:e,size:r,onend:s}){let i=0;super({async start(){t&&await ot(t,r)},async transform(a,o){i+=a.length,e&&await ot(e,i,r),o.enqueue(a)},async flush(){s&&await ot(s,i)}})}}async function ot(n,...t){try{await n(...t)}catch{}}function ur(n,t){return{run:()=>Gi(n,t)}}function ji(n,t){const{baseURL:e,chunkSize:r}=t;if(!n.interface){let s;try{s=Vi(n.scripts[0],e,n)}catch{return fr=!1,ur(n,t)}Object.assign(n,{worker:s,interface:{run:()=>Yi(n,{chunkSize:r})}})}return n.interface}async function Gi({options:n,readable:t,writable:e,onTaskFinished:r},s){let i;try{i=new Hi(n,s),await t.pipeThrough(i).pipeTo(e,{preventClose:!0,preventAbort:!0});const{signature:a,inputSize:o,outputSize:u}=i;return{signature:a,inputSize:o,outputSize:u}}catch(a){throw i&&(a.outputSize=i.outputSize),a}finally{r()}}async function Yi(n,t){let e,r;const s=new Promise((h,x)=>{e=h,r=x});Object.assign(n,{reader:null,writer:null,resolveResult:e,rejectResult:r,result:s});const{readable:i,options:a,scripts:o}=n,{writable:u,closed:_}=qi(n.writable),l=qe({type:vi,scripts:o.slice(1),options:a,config:t,readable:i,writable:u},n);l||Object.assign(n,{reader:i.getReader(),writer:u.getWriter()});const m=await s;return l||await u.getWriter().close(),await _,m}function qi(n){let t;const e=new Promise(s=>t=s);return{writable:new WritableStream({async write(s){const i=n.getWriter();await i.ready,await i.write(s),i.releaseLock()},close(){t()},abort(s){return n.getWriter().abort(s)}}),closed:e}}let On=!0,In=!0;function Vi(n,t,e){const r={type:"module"};let s,i;typeof n==Le&&(n=n());try{s=new URL(n,t)}catch{s=n}if(On)try{i=new Worker(s)}catch{On=!1,i=new Worker(s,r)}else i=new Worker(s,r);return i.addEventListener(Li,a=>Zi(a,e)),i}function qe(n,{worker:t,writer:e,onTaskFinished:r,transferStreams:s}){try{const{value:i,readable:a,writable:o}=n,u=[];if(i&&(i.byteLength<i.buffer.byteLength?n.value=i.buffer.slice(0,i.byteLength):n.value=i.buffer,u.push(n.value)),s&&In?(a&&u.push(a),o&&u.push(o)):n.readable=n.writable=null,u.length)try{return t.postMessage(n,u),!0}catch{In=!1,n.readable=n.writable=null,t.postMessage(n)}else t.postMessage(n)}catch(i){throw e&&e.releaseLock(),r(),i}}async function Zi({data:n},t){const{type:e,value:r,messageId:s,result:i,error:a}=n,{reader:o,writer:u,resolveResult:_,rejectResult:l,onTaskFinished:m}=t;try{if(a){const{message:x,stack:S,code:f,name:c,outputSize:d}=a,y=new Error(x);Object.assign(y,{stack:S,code:f,name:c,outputSize:d}),h(y)}else{if(e==Fi){const{value:x,done:S}=await o.read();qe({type:Rn,value:x,done:S,messageId:s},t)}e==Rn&&(await u.ready,await u.write(new Uint8Array(r)),qe({type:Ui,messageId:s},t)),e==An&&h(null,i)}}catch(x){qe({type:An,messageId:s},t),h(x)}function h(x,S){x?l(x):_(S),u&&u.releaseLock(),m()}}let de=[];const ct=[];let Cn=0;async function Ki(n,t){const{options:e,config:r}=t,{transferStreams:s,useWebWorkers:i,useCompressionStream:a,codecType:o,compressed:u,signed:_,encrypted:l}=e,{workerScripts:m,maxWorkers:h}=r;t.transferStreams=s||s===G;const x=!u&&!_&&!l&&!t.transferStreams;return t.useWebWorkers=!x&&(i||i===G&&r.useWebWorkers),t.scripts=t.useWebWorkers&&m?m[o]:[],e.useCompressionStream=a||a===G&&r.useCompressionStream,(await S()).run();async function S(){const c=de.find(d=>!d.busy);if(c)return ht(c),new at(c,n,t,f);if(de.length<h){const d={indexWorker:Cn};return Cn++,de.push(d),new at(d,n,t,f)}else return new Promise(d=>ct.push({resolve:d,stream:n,workerOptions:t}))}function f(c){if(ct.length){const[{resolve:d,stream:y,workerOptions:b}]=ct.splice(0,1);d(new at(c,y,b,f))}else c.worker?(ht(c),Xi(c,t)):de=de.filter(d=>d!=c)}}function Xi(n,t){const{config:e}=t,{terminateWorkerTimeout:r}=e;Number.isFinite(r)&&r>=0&&(n.terminated?n.terminated=!1:n.terminateTimeout=setTimeout(async()=>{de=de.filter(s=>s!=n);try{await n.terminate()}catch{}},r))}function ht(n){const{terminateTimeout:t}=n;t&&(clearTimeout(t),n.terminateTimeout=null)}async function $i(){await Promise.allSettled(de.map(n=>(ht(n),n.terminate())))}const dr="HTTP error ",Fe="HTTP Range not supported",_r="Writer iterator completed too soon",hr="Writer not initialized",Ji="text/plain",Qi="Content-Length",zi="Content-Range",ea="Accept-Ranges",ta="Range",na="Content-Type",ra="HEAD",It="GET",pr="bytes",sa=64*1024,Ct="writable";class Qe{constructor(){this.size=0}init(){this.initialized=!0}}class pe extends Qe{get readable(){const t=this,{chunkSize:e=sa}=t,r=new ReadableStream({start(){this.chunkOffset=0},async pull(s){const{offset:i=0,size:a,diskNumberStart:o}=r,{chunkOffset:u}=this,_=a===G?e:Math.min(e,a-u),l=await Y(t,i+u,_,o);s.enqueue(l),u+e>a||a===G&&!l.length&&_?s.close():this.chunkOffset+=e}});return r}}class Pt extends Qe{constructor(){super();const t=this,e=new WritableStream({write(r){if(!t.initialized)throw new Error(hr);return t.writeUint8Array(r)}});Object.defineProperty(t,Ct,{get(){return e}})}writeUint8Array(){}}class ia extends pe{constructor(t){super();let e=t.length;for(;t.charAt(e-1)=="=";)e--;const r=t.indexOf(",")+1;Object.assign(this,{dataURI:t,dataStart:r,size:Math.floor((e-r)*.75)})}readUint8Array(t,e){const{dataStart:r,dataURI:s}=this,i=new Uint8Array(e),a=Math.floor(t/3)*4,o=atob(s.substring(a+r,Math.ceil((t+e)/3)*4+r)),u=t-Math.floor(a/4)*3;let _=0;for(let l=u;l<u+e&&l<o.length;l++)i[l-u]=o.charCodeAt(l),_++;return _<i.length?i.subarray(0,_):i}}class aa extends Pt{constructor(t){super(),Object.assign(this,{data:"data:"+(t||"")+";base64,",pending:[]})}writeUint8Array(t){const e=this;let r=0,s=e.pending;const i=e.pending.length;for(e.pending="",r=0;r<Math.floor((i+t.length)/3)*3-i;r++)s+=String.fromCharCode(t[r]);for(;r<t.length;r++)e.pending+=String.fromCharCode(t[r]);s.length&&(s.length>2?e.data+=btoa(s):e.pending+=s)}getData(){return this.data+btoa(this.pending)}}class Nt extends pe{constructor(t){super(),Object.assign(this,{blob:t,size:t.size})}async readUint8Array(t,e){const r=this,s=t+e;let a=await(t||s<r.size?r.blob.slice(t,s):r.blob).arrayBuffer();return a.byteLength>e&&(a=a.slice(t,s)),new Uint8Array(a)}}class mr extends Qe{constructor(t){super();const e=this,r=new TransformStream,s=[];t&&s.push([na,t]),Object.defineProperty(e,Ct,{get(){return r.writable}}),e.blob=new Response(r.readable,{headers:s}).blob()}getData(){return this.blob}}class oa extends Nt{constructor(t){super(new Blob([t],{type:Ji}))}}class ca extends mr{constructor(t){super(t),Object.assign(this,{encoding:t,utf8:!t||t.toLowerCase()=="utf-8"})}async getData(){const{encoding:t,utf8:e}=this,r=await super.getData();if(r.text&&e)return r.text();{const s=new FileReader;return new Promise((i,a)=>{Object.assign(s,{onload:({target:o})=>i(o.result),onerror:()=>a(s.error)}),s.readAsText(r,t)})}}}class la extends pe{constructor(t,e){super(),wr(this,t,e)}async init(){await gr(this,pt,Pn),super.init()}readUint8Array(t,e){return br(this,t,e,pt,Pn)}}class fa extends pe{constructor(t,e){super(),wr(this,t,e)}async init(){await gr(this,mt,Nn),super.init()}readUint8Array(t,e){return br(this,t,e,mt,Nn)}}function wr(n,t,e){const{preventHeadRequest:r,useRangeHeader:s,forceRangeRequests:i,combineSizeEocd:a}=e;e=Object.assign({},e),delete e.preventHeadRequest,delete e.useRangeHeader,delete e.forceRangeRequests,delete e.combineSizeEocd,delete e.useXHR,Object.assign(n,{url:t,options:e,preventHeadRequest:r,useRangeHeader:s,forceRangeRequests:i,combineSizeEocd:a})}async function gr(n,t,e){const{url:r,preventHeadRequest:s,useRangeHeader:i,forceRangeRequests:a,combineSizeEocd:o}=n;if(ha(r)&&(i||a)&&(typeof s>"u"||s)){const u=await t(It,n,yr(n,o?-ne:void 0));if(!a&&u.headers.get(ea)!=pr)throw new Error(Fe);{o&&(n.eocdCache=new Uint8Array(await u.arrayBuffer()));let _;const l=u.headers.get(zi);if(l){const m=l.trim().split(/\s*\/\s*/);if(m.length){const h=m[1];h&&h!="*"&&(_=Number(h))}}_===G?await Dn(n,t,e):n.size=_}}else await Dn(n,t,e)}async function br(n,t,e,r,s){const{useRangeHeader:i,forceRangeRequests:a,eocdCache:o,size:u,options:_}=n;if(i||a){if(o&&t==u-ne&&e==ne)return o;if(t>=u)return new Uint8Array;{t+e>u&&(e=u-t);const l=await r(It,n,yr(n,t,e));if(l.status!=206)throw new Error(Fe);return new Uint8Array(await l.arrayBuffer())}}else{const{data:l}=n;return l||await s(n,_),new Uint8Array(n.data.subarray(t,t+e))}}function yr(n,t=0,e=1){return Object.assign({},Dt(n),{[ta]:pr+"="+(t<0?t:t+"-"+(t+e-1))})}function Dt({options:n}){const{headers:t}=n;if(t)return Symbol.iterator in t?Object.fromEntries(t):t}async function Pn(n){await Er(n,pt)}async function Nn(n){await Er(n,mt)}async function Er(n,t){const e=await t(It,n,Dt(n));n.data=new Uint8Array(await e.arrayBuffer()),n.size||(n.size=n.data.length)}async function Dn(n,t,e){if(n.preventHeadRequest)await e(n,n.options);else{const s=(await t(ra,n,Dt(n))).headers.get(Qi);s?n.size=Number(s):await e(n,n.options)}}async function pt(n,{options:t,url:e},r){const s=await fetch(e,Object.assign({},t,{method:n,headers:r}));if(s.status<400)return s;throw s.status==416?new Error(Fe):new Error(dr+(s.statusText||s.status))}function mt(n,{url:t},e){return new Promise((r,s)=>{const i=new XMLHttpRequest;if(i.addEventListener("load",()=>{if(i.status<400){const a=[];i.getAllResponseHeaders().trim().split(/[\r\n]+/).forEach(o=>{const u=o.trim().split(/\s*:\s*/);u[0]=u[0].trim().replace(/^[a-z]|-[a-z]/g,_=>_.toUpperCase()),a.push(u)}),r({status:i.status,arrayBuffer:()=>i.response,headers:new Map(a)})}else s(i.status==416?new Error(Fe):new Error(dr+(i.statusText||i.status)))},!1),i.addEventListener("error",a=>s(a.detail?a.detail.error:new Error("Network error")),!1),i.open(n,t),e)for(const a of Object.entries(e))i.setRequestHeader(a[0],a[1]);i.responseType="arraybuffer",i.send()})}class xr extends pe{constructor(t,e={}){super(),Object.assign(this,{url:t,reader:e.useXHR?new fa(t,e):new la(t,e)})}set size(t){}get size(){return this.reader.size}async init(){await this.reader.init(),super.init()}readUint8Array(t,e){return this.reader.readUint8Array(t,e)}}class ua extends xr{constructor(t,e={}){e.useRangeHeader=!0,super(t,e)}}class da extends pe{constructor(t){super(),t=new Uint8Array(t.buffer,t.byteOffset,t.byteLength),Object.assign(this,{array:t,size:t.length})}readUint8Array(t,e){return this.array.slice(t,t+e)}}class _a extends Pt{init(t=0){Object.assign(this,{offset:0,array:new Uint8Array(t)}),super.init()}writeUint8Array(t){const e=this;if(e.offset+t.length>e.array.length){const r=e.array;e.array=new Uint8Array(r.length+t.length),e.array.set(r)}e.array.set(t,e.offset),e.offset+=t.length}getData(){return this.array}}class kt extends pe{constructor(t){super(),this.readers=t}async init(){const t=this,{readers:e}=t;t.lastDiskNumber=0,t.lastDiskOffset=0,await Promise.all(e.map(async(r,s)=>{await r.init(),s!=e.length-1&&(t.lastDiskOffset+=r.size),t.size+=r.size})),super.init()}async readUint8Array(t,e,r=0){const s=this,{readers:i}=this;let a,o=r;o==-1&&(o=i.length-1);let u=t;for(;i[o]&&u>=i[o].size;)u-=i[o].size,o++;const _=i[o];if(_){const l=_.size;if(u+e<=l)a=await Y(_,u,e);else{const m=l-u;a=new Uint8Array(e);const h=await Y(_,u,m);a.set(h,0);const x=await s.readUint8Array(t+m,e-m,r);a.set(x,m),h.length+x.length<e&&(a=a.subarray(0,h.length+x.length))}}else a=new Uint8Array;return s.lastDiskNumber=Math.max(o,s.lastDiskNumber),a}}class $e extends Qe{constructor(t,e=4294967295){super();const r=this;Object.assign(r,{diskNumber:0,diskOffset:0,size:0,maxSize:e,availableSize:e});let s,i,a;const o=new WritableStream({async write(l){const{availableSize:m}=r;if(a)l.length>=m?(await u(l.subarray(0,m)),await _(),r.diskOffset+=s.size,r.diskNumber++,a=null,await this.write(l.subarray(m))):await u(l);else{const{value:h,done:x}=await t.next();if(x&&!h)throw new Error(_r);s=h,s.size=0,s.maxSize&&(r.maxSize=s.maxSize),r.availableSize=r.maxSize,await De(s),i=h.writable,a=i.getWriter(),await this.write(l)}},async close(){await a.ready,await _()}});Object.defineProperty(r,Ct,{get(){return o}});async function u(l){const m=l.length;m&&(await a.ready,await a.write(l),s.size+=m,r.size+=m,r.availableSize-=m)}async function _(){await a.close()}}}class Tr{constructor(t){return Array.isArray(t)&&(t=new kt(t)),t instanceof ReadableStream&&(t={readable:t}),t}}class Sr{constructor(t){return t.writable===G&&typeof t.next==Le&&(t=new $e(t)),t instanceof WritableStream&&(t={writable:t}),t.size===G&&(t.size=0),t instanceof $e||Object.assign(t,{diskNumber:0,diskOffset:0,availableSize:1/0,maxSize:1/0}),t}}function ha(n){const{baseURL:t}=qn(),{protocol:e}=new URL(n,t);return e=="http:"||e=="https:"}async function De(n,t){if(n.init&&!n.initialized)await n.init(t);else return Promise.resolve()}function Y(n,t,e,r){return n.readUint8Array(t,e,r)}const pa=kt,ma=$e,Rr="\0☺☻♥♦♣♠•◘○◙♂♀♪♫☼►◄↕‼¶§▬↨↑↓→←∟↔▲▼ !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~⌂ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜ¢£¥₧ƒáíóúñѪº¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ ".split(""),wa=Rr.length==256;function ga(n){if(wa){let t="";for(let e=0;e<n.length;e++)t+=Rr[n[e]];return t}else return new TextDecoder().decode(n)}function Ve(n,t){return t&&t.trim().toLowerCase()=="cp437"?ga(n):new TextDecoder(t).decode(n)}const Ar="filename",Or="rawFilename",Ir="comment",Cr="rawComment",Pr="uncompressedSize",Nr="compressedSize",Dr="offset",wt="diskNumberStart",gt="lastModDate",bt="rawLastModDate",kr="lastAccessDate",ba="rawLastAccessDate",Lr="creationDate",ya="rawCreationDate",Ea="internalFileAttribute",xa="internalFileAttributes",Ta="externalFileAttribute",Sa="externalFileAttributes",Ra="msDosCompatible",Aa="zip64",Oa="encrypted",Ia="version",Ca="versionMadeBy",Pa="zipCrypto",Na="directory",Da="executable",ka="compressionMethod",La="signature",va="extraField",Fa=[Ar,Or,Nr,Pr,gt,bt,Ir,Cr,kr,Lr,Dr,wt,wt,Ea,xa,Ta,Sa,Ra,Aa,Oa,Ia,Ca,Pa,Na,Da,ka,La,va,"bitFlag","filenameUTF8","commentUTF8","rawExtraField","extraFieldZip64","extraFieldUnicodePath","extraFieldUnicodeComment","extraFieldAES","extraFieldNTFS","extraFieldExtendedTimestamp"];class kn{constructor(t){Fa.forEach(e=>this[e]=t[e])}}const Ua="filenameEncoding",Ma="commentEncoding",Ha="decodeText",Wa="extractPrependedData",Ba="extractAppendedData",ja="password",Ga="rawPassword",Ya="passThrough",qa="signal",Va="checkPasswordOnly",Za="checkOverlappingEntryOnly",Ka="checkOverlappingEntry",Xa="checkSignature",$a="useWebWorkers",Ja="useCompressionStream",Qa="transferStreams",za="preventClose",Ze="File format is not recognized",vr="End of central directory not found",Fr="End of Zip64 central directory locator not found",Ur="Central directory header not found",Mr="Local file header not found",Hr="Zip64 extra field not found",Wr="File contains encrypted entry",Br="Encryption method not supported",yt="Compression method not supported",Et="Split zip file",jr="Overlapping entry found",Ln="utf-8",vn="cp437",eo=[[Pr,we],[Nr,we],[Dr,we],[wt,fe]],to={[fe]:{getValue:W,bytes:4},[we]:{getValue:xe,bytes:8}};class Gr{constructor(t,e={}){Object.assign(this,{reader:new Tr(t),options:e,config:qn(),readRanges:[]})}async*getEntriesGenerator(t={}){const e=this;let{reader:r}=e;const{config:s}=e;if(await De(r),(r.size===G||!r.readUint8Array)&&(r=new Nt(await new Response(r.readable).blob()),await De(r)),r.size<ne)throw new Error(Ze);r.chunkSize=li(s);const i=await lo(r,js,r.size,ne,fe*16);if(!i){const T=await Y(r,0,4),w=j(T);throw W(w)==Gn?new Error(Et):new Error(vr)}const a=j(i);let o=W(a,12),u=W(a,16);const _=i.offset,l=q(a,20),m=_+ne+l;let h=q(a,4);const x=r.lastDiskNumber||0;let S=q(a,6),f=q(a,8),c=0,d=0;if(u==we||o==we||f==fe||S==fe){const T=await Y(r,i.offset-rt,rt),w=j(T);if(W(w,0)==Gs){u=xe(w,8);let C=await Y(r,u,st,-1),I=j(C);const k=i.offset-rt-st;if(W(I,0)!=un&&u!=k){const P=u;u=k,u>P&&(c=u-P),C=await Y(r,u,st,-1),I=j(C)}if(W(I,0)!=un)throw new Error(Fr);h==fe&&(h=W(I,16)),S==fe&&(S=W(I,20)),f==fe&&(f=xe(I,32)),o==we&&(o=xe(I,40)),u-=o}}if(u>=r.size&&(c=r.size-u-o-ne,u=r.size-o-ne),x!=h)throw new Error(Et);if(u<0)throw new Error(Ze);let y=0,b=await Y(r,u,o,S),g=j(b);if(o){const T=i.offset-o;if(W(g,y)!=fn&&u!=T){const w=u;u=T,u>w&&(c+=u-w),b=await Y(r,u,o,S),g=j(b)}}const A=i.offset-u-(r.lastDiskOffset||0);if(o!=A&&A>=0&&(o=A,b=await Y(r,u,o,S),g=j(b)),u<0||u>=r.size)throw new Error(Ze);const p=V(e,t,Ua),R=V(e,t,Ma);for(let T=0;T<f;T++){const w=new ro(r,s,e.options);if(W(g,y)!=fn)throw new Error(Ur);Yr(w,g,y+6);const C=!!w.bitFlag.languageEncodingFlag,I=y+46,k=I+w.filenameLength,P=k+w.extraFieldLength,D=q(g,y+4),M=D>>8==0,L=D>>8==3,Z=b.subarray(I,k),N=q(g,y+32),Q=P+N,U=b.subarray(P,Q),H=C,Ue=C,Te=W(g,y+38),te=M&&(Ee(g,y+38)&mn)==mn||L&&(Te>>16&ti)==ni||Z.length&&Z.at(-1)==wn.charCodeAt(0),z=L&&(Te>>16&ri)!=0,Lt=W(g,y+42)+c;Object.assign(w,{versionMadeBy:D,msDosCompatible:M,compressedSize:0,uncompressedSize:0,commentLength:N,directory:te,offset:Lt,diskNumberStart:q(g,y+34),internalFileAttributes:q(g,y+36),externalFileAttributes:Te,rawFilename:Z,filenameUTF8:H,commentUTF8:Ue,rawExtraField:b.subarray(k,P),executable:z}),w.internalFileAttribute=w.internalFileAttributes,w.externalFileAttribute=w.externalFileAttributes;const vt=V(e,t,Ha)||Ve,Ft=H?Ln:p||vn,Ut=Ue?Ln:R||vn;let Me=vt(Z,Ft);Me===G&&(Me=Ve(Z,Ft));let ze=vt(U,Ut);ze===G&&(ze=Ve(U,Ut)),Object.assign(w,{rawComment:U,filename:Me,comment:ze,directory:te||Me.endsWith(wn)}),d=Math.max(Lt,d),qr(w,w,g,y+6),w.zipCrypto=w.encrypted&&!w.extraFieldAES;const Se=new kn(w);Se.getData=(He,We)=>w.getData(He,Se,e.readRanges,We),Se.arrayBuffer=async He=>{const We=new TransformStream,[Zr]=await Promise.all([new Response(We.readable).arrayBuffer(),w.getData(We,Se,e.readRanges,He)]);return Zr},y=Q;const{onprogress:Mt}=t;if(Mt)try{await Mt(T+1,f,new kn(w))}catch{}yield Se}const E=V(e,t,Wa),O=V(e,t,Ba);return E&&(e.prependedData=d>0?await Y(r,0,d):new Uint8Array),e.comment=l?await Y(r,_+ne,l):new Uint8Array,O&&(e.appendedData=m<r.size?await Y(r,m,r.size-m):new Uint8Array),!0}async getEntries(t={}){const e=[];for await(const r of this.getEntriesGenerator(t))e.push(r);return e}async close(){}}class no{constructor(t={}){const{readable:e,writable:r}=new TransformStream,s=new Gr(e,t).getEntriesGenerator();this.readable=new ReadableStream({async pull(i){const{done:a,value:o}=await s.next();if(a)return i.close();const u={...o,readable:(function(){const{readable:_,writable:l}=new TransformStream;if(o.getData)return o.getData(l),_})()};delete u.getData,i.enqueue(u)}}),this.writable=r}}class ro{constructor(t,e,r){Object.assign(this,{reader:t,config:e,options:r})}async getData(t,e,r,s={}){const i=this,{reader:a,offset:o,diskNumberStart:u,extraFieldAES:_,extraFieldZip64:l,compressionMethod:m,config:h,bitFlag:x,signature:S,rawLastModDate:f,uncompressedSize:c,compressedSize:d}=i,{dataDescriptor:y}=x,b=e.localDirectory={},g=await Y(a,o,it,u),A=j(g);let p=V(i,s,ja),R=V(i,s,Ga);const E=V(i,s,Ya);if(p=p&&p.length&&p,R=R&&R.length&&R,_&&_.originalCompressionMethod!=Hs)throw new Error(yt);if(m!=Ms&&m!=Us&&!E)throw new Error(yt);if(W(A,0)!=Ws)throw new Error(Mr);Yr(b,A,4);const{extraFieldLength:O,filenameLength:T,lastAccessDate:w,creationDate:C}=b;b.rawExtraField=O?await Y(a,o+it+T,O,u):new Uint8Array,qr(i,b,A,4,!0),Object.assign(e,{lastAccessDate:w,creationDate:C});const I=i.encrypted&&b.encrypted&&!E,k=I&&!_;if(E||(e.zipCrypto=k),I){if(!k&&_.strength===G)throw new Error(Br);if(!p&&!R)throw new Error(Wr)}const P=o+it+T+O,D=d,M=a.readable;Object.assign(M,{diskNumberStart:u,offset:P,size:D});const L=V(i,s,qa),Z=V(i,s,Va);let N=V(i,s,Ka);const Q=V(i,s,Za);Q&&(N=!0);const{onstart:U,onprogress:H,onend:Ue}=s,Te={options:{codecType:lr,password:p,rawPassword:R,zipCrypto:k,encryptionStrength:_&&_.strength,signed:V(i,s,Xa)&&!E,passwordVerification:k&&(y?f>>>8&255:S>>>24&255),outputSize:c,signature:S,compressed:m!=0&&!E,encrypted:i.encrypted&&!E,useWebWorkers:V(i,s,$a),useCompressionStream:V(i,s,Ja),transferStreams:V(i,s,Qa),checkPasswordOnly:Z},config:h,streamOptions:{signal:L,size:D,onstart:U,onprogress:H,onend:Ue}};N&&await co({reader:a,fileEntry:e,offset:o,diskNumberStart:u,signature:S,compressedSize:d,uncompressedSize:c,dataOffset:P,dataDescriptor:y||b.bitFlag.dataDescriptor,extraFieldZip64:l||b.extraFieldZip64,readRanges:r});let te;try{if(!Q){Z&&(t=new WritableStream),t=new Sr(t),await De(t,E?d:c),{writable:te}=t;const{outputSize:z}=await Ki({readable:M,writable:te},Te);if(t.size+=z,z!=(E?d:c))throw new Error(Ot)}}catch(z){if(z.outputSize!==G&&(t.size+=z.outputSize),!Z||z.message!=St)throw z}finally{!V(i,s,za)&&te&&!te.locked&&await te.getWriter().close()}return Z||Q?G:t.getData?t.getData():te}}function Yr(n,t,e){const r=n.rawBitFlag=q(t,e+2),s=(r&_n)==_n,i=W(t,e+6);Object.assign(n,{encrypted:s,version:q(t,e),bitFlag:{level:(r&ei)>>1,dataDescriptor:(r&hn)==hn,languageEncodingFlag:(r&pn)==pn},rawLastModDate:i,lastModDate:fo(i),filenameLength:q(t,e+22),extraFieldLength:q(t,e+24)})}function qr(n,t,e,r,s){const{rawExtraField:i}=t,a=t.extraField=new Map,o=j(new Uint8Array(i));let u=0;try{for(;u<i.length;){const d=q(o,u),y=q(o,u+2);a.set(d,{type:d,data:i.slice(u+4,u+4+y)}),u+=4+y}}catch{}const _=q(e,r+4);Object.assign(t,{signature:W(e,r+si),compressedSize:W(e,r+ii),uncompressedSize:W(e,r+ai)});const l=a.get(Vs);l&&(so(l,t),t.extraFieldZip64=l);const m=a.get(Js);m&&(Fn(m,Ar,Or,t,n),t.extraFieldUnicodePath=m);const h=a.get(Qs);h&&(Fn(h,Ir,Cr,t,n),t.extraFieldUnicodeComment=h);const x=a.get(Zs);x?(io(x,t,_),t.extraFieldAES=x):t.compressionMethod=_;const S=a.get(Ks);S&&(ao(S,t),t.extraFieldNTFS=S);const f=a.get($s);f&&(oo(f,t,s),t.extraFieldExtendedTimestamp=f);const c=a.get(zs);c&&(t.extraFieldUSDZ=c)}function so(n,t){t.zip64=!0;const e=j(n.data),r=eo.filter(([s,i])=>t[s]==i);for(let s=0,i=0;s<r.length;s++){const[a,o]=r[s];if(t[a]==o){const u=to[o];t[a]=n[a]=u.getValue(e,i),i+=u.bytes}else if(n[a])throw new Error(Hr)}}function Fn(n,t,e,r,s){const i=j(n.data),a=new Ke;a.append(s[e]);const o=j(new Uint8Array(4));o.setUint32(0,a.get(),!0);const u=W(i,1);Object.assign(n,{version:Ee(i,0),[t]:Ve(n.data.subarray(5)),valid:!s.bitFlag.languageEncodingFlag&&u==W(o,0)}),n.valid&&(r[t]=n[t],r[t+"UTF8"]=!0)}function io(n,t,e){const r=j(n.data),s=Ee(r,4);Object.assign(n,{vendorVersion:Ee(r,0),vendorId:Ee(r,2),strength:s,originalCompressionMethod:e,compressionMethod:q(r,5)}),t.compressionMethod=n.compressionMethod}function ao(n,t){const e=j(n.data);let r=4,s;try{for(;r<n.data.length&&!s;){const i=q(e,r),a=q(e,r+2);i==Xs&&(s=n.data.slice(r+4,r+4+a)),r+=4+a}}catch{}try{if(s&&s.length==24){const i=j(s),a=i.getBigUint64(0,!0),o=i.getBigUint64(8,!0),u=i.getBigUint64(16,!0);Object.assign(n,{rawLastModDate:a,rawLastAccessDate:o,rawCreationDate:u});const _=lt(a),l=lt(o),m=lt(u),h={lastModDate:_,lastAccessDate:l,creationDate:m};Object.assign(n,h),Object.assign(t,h)}}catch{}}function oo(n,t,e){const r=j(n.data),s=Ee(r,0),i=[],a=[];e?((s&1)==1&&(i.push(gt),a.push(bt)),(s&2)==2&&(i.push(kr),a.push(ba)),(s&4)==4&&(i.push(Lr),a.push(ya))):n.data.length>=5&&(i.push(gt),a.push(bt));let o=1;i.forEach((u,_)=>{if(n.data.length>=o+4){const l=W(r,o);t[u]=n[u]=new Date(l*1e3);const m=a[_];n[m]=l}o+=4})}async function co({reader:n,fileEntry:t,offset:e,diskNumberStart:r,signature:s,compressedSize:i,uncompressedSize:a,dataOffset:o,dataDescriptor:u,extraFieldZip64:_,readRanges:l}){let m=0;if(r)for(let S=0;S<r;S++){const f=n.readers[S];m+=f.size}let h=0;if(u&&(_?h=qs:h=Ys),h){const S=await Y(n,o+i,h+dn,r);if(W(j(S),0)==Bs){const c=W(j(S),4);let d,y;_?(d=xe(j(S),8),y=xe(j(S),16)):(d=W(j(S),8),y=W(j(S),12)),(t.encrypted&&!t.zipCrypto||c==s)&&d==i&&y==a&&(h+=dn)}}const x={start:m+e,end:m+o+i+h,fileEntry:t};for(const S of l)if(S.fileEntry!=t&&x.start>=S.start&&x.start<S.end){const f=new Error(jr);throw f.overlappingEntry=S.fileEntry,f}l.push(x)}async function lo(n,t,e,r,s){const i=new Uint8Array(4),a=j(i);uo(a,0,t);const o=r+s;return await u(r)||await u(Math.min(o,e));async function u(_){const l=e-_,m=await Y(n,l,_);for(let h=m.length-r;h>=0;h--)if(m[h]==i[0]&&m[h+1]==i[1]&&m[h+2]==i[2]&&m[h+3]==i[3])return{offset:l+h,buffer:m.slice(h,h+r).buffer}}}function V(n,t,e){return t[e]===G?n.options[e]:t[e]}function fo(n){const t=(n&4294901760)>>16,e=n&65535;try{return new Date(1980+((t&65024)>>9),((t&480)>>5)-1,t&31,(e&63488)>>11,(e&2016)>>5,(e&31)*2,0)}catch{}}function lt(n){return new Date(Number(n/BigInt(1e4)-BigInt(116444736e5)))}function Ee(n,t){return n.getUint8(t)}function q(n,t){return n.getUint16(t,!0)}function W(n,t){return n.getUint32(t,!0)}function xe(n,t){return Number(n.getBigUint64(t,!0))}function uo(n,t,e){n.setUint32(t,e,!0)}function j(n){return new DataView(n.buffer)}Vn({Inflate:Fs});const _o=Object.freeze(Object.defineProperty({__proto__:null,BlobReader:Nt,BlobWriter:mr,Data64URIReader:ia,Data64URIWriter:aa,ERR_BAD_FORMAT:Ze,ERR_CENTRAL_DIRECTORY_NOT_FOUND:Ur,ERR_ENCRYPTED:Wr,ERR_EOCDR_LOCATOR_ZIP64_NOT_FOUND:Fr,ERR_EOCDR_NOT_FOUND:vr,ERR_EXTRAFIELD_ZIP64_NOT_FOUND:Hr,ERR_HTTP_RANGE:Fe,ERR_INVALID_PASSWORD:xt,ERR_INVALID_SIGNATURE:Tt,ERR_INVALID_UNCOMPRESSED_SIZE:Ot,ERR_ITERATOR_COMPLETED_TOO_SOON:_r,ERR_LOCAL_FILE_HEADER_NOT_FOUND:Mr,ERR_OVERLAPPING_ENTRY:jr,ERR_SPLIT_ZIP_FILE:Et,ERR_UNSUPPORTED_COMPRESSION:yt,ERR_UNSUPPORTED_ENCRYPTION:Br,ERR_WRITER_NOT_INITIALIZED:hr,GenericReader:Tr,GenericWriter:Sr,HttpRangeReader:ua,HttpReader:xr,Reader:pe,SplitDataReader:kt,SplitDataWriter:$e,SplitZipReader:pa,SplitZipWriter:ma,TextReader:oa,TextWriter:ca,Uint8ArrayReader:da,Uint8ArrayWriter:_a,Writer:Pt,ZipReader:Gr,ZipReaderStream:no,configure:Vn,getMimeType:fi,initStream:De,readUint8Array:Y,terminateWorkers:$i},Symbol.toStringTag,{value:"Module"})),Oe=_o;class ho{constructor(t,e,r){v(this,"_zipReader");v(this,"_entriesPromise");v(this,"_traceURL");this._traceURL=t,Oe.configure({baseURL:self.location.href}),this._zipReader=new Oe.ZipReader(new Oe.HttpReader(mo(t,e),{mode:"cors",preventHeadRequest:!0}),{useWebWorkers:!1}),this._entriesPromise=this._zipReader.getEntries({onprogress:r}).then(s=>{const i=new Map;for(const a of s)i.set(a.filename,a);return i})}isLive(){return!1}traceURL(){return this._traceURL}async entryNames(){return[...(await this._entriesPromise).keys()]}async hasEntry(t){return(await this._entriesPromise).has(t)}async readText(t){var i;const r=(await this._entriesPromise).get(t);if(!r)return;const s=new Oe.TextWriter;return await((i=r.getData)==null?void 0:i.call(r,s)),s.getData()}async readBlob(t){const r=(await this._entriesPromise).get(t);if(!r)return;const s=new Oe.BlobWriter;return await r.getData(s),s.getData()}}class po{constructor(t,e){v(this,"_entriesPromise");v(this,"_path");v(this,"_server");this._path=t,this._server=e,this._entriesPromise=e.readFile(t).then(async r=>{if(!r)throw new Error("File not found");const s=await r.json(),i=new Map;for(const a of s.entries)i.set(a.name,a.path);return i})}isLive(){return!0}traceURL(){return this._path}async entryNames(){return[...(await this._entriesPromise).keys()]}async hasEntry(t){return(await this._entriesPromise).has(t)}async readText(t){const e=await this._readEntry(t);return e==null?void 0:e.text()}async readBlob(t){const e=await this._readEntry(t);return(e==null?void 0:e.status)===200?await(e==null?void 0:e.blob()):void 0}async _readEntry(t){const r=(await this._entriesPromise).get(t);if(r)return this._server.readFile(r)}}function mo(n,t){let e=n.startsWith("http")||n.startsWith("blob")?n:t.getFileURL(n).toString();return e.startsWith("https://www.dropbox.com/")&&(e="https://dl.dropboxusercontent.com/"+e.substring(24)),e}class wo{constructor(t){this.baseUrl=t}getFileURL(t){const e=new URL("trace/file",this.baseUrl);return e.searchParams.set("path",t),e}async readFile(t){const e=await fetch(this.getFileURL(t));if(e.status!==404)return e}}self.addEventListener("install",function(n){self.skipWaiting()});self.addEventListener("activate",function(n){n.waitUntil(self.clients.claim())});const go=new URL(self.registration.scope).pathname,_e=new Map,ke=new Map;async function bo(n,t,e,r,s){var _;await Vr();const i=(e==null?void 0:e.id)??"";let a=ke.get(i);if(!a){const l=new URL((e==null?void 0:e.url)??self.registration.scope),m=new URL(l.searchParams.get("server")??"../",l);a={limit:r,traceUrls:new Set,traceViewerServer:new wo(m)},ke.set(i,a)}a.traceUrls.add(n);const o=new ps;try{const[l,m]=$r(s,[.5,.4,.1]),h=n.endsWith("json")?new po(n,a.traceViewerServer):new ho(n,a.traceViewerServer,l);await o.load(h,m)}catch(l){throw console.error(l),(_=l==null?void 0:l.message)!=null&&_.includes("Cannot find .trace file")&&await o.hasEntry("index.html")?new Error("Could not load trace. Did you upload a Playwright HTML report instead? Make sure to extract the archive first and then double-click the index.html file or put it on a web server."):l instanceof Wn?new Error(`Could not load trace from ${t||n}. ${l.message}`):t?new Error(`Could not load trace from ${t}. Make sure to upload a valid Playwright trace.`):new Error(`Could not load trace from ${n}. Make sure a valid Playwright Trace is accessible over this url.`)}const u=new ls(o.storage(),l=>o.resourceForSha1(l));return _e.set(n,{traceModel:o,snapshotServer:u}),o}async function yo(n){var u;if(n.request.url.startsWith("chrome-extension://"))return fetch(n.request);if(n.request.headers.get("x-pw-serviceworker")==="forward"){const _=new Request(n.request);return _.headers.delete("x-pw-serviceworker"),fetch(_)}const t=n.request,e=await self.clients.get(n.clientId),r=self.registration.scope.startsWith("https://");if(t.url.startsWith(self.registration.scope)){const _=new URL(ut(t.url)),l=_.pathname.substring(go.length-1);if(l==="/ping")return await Vr(),new Response(null,{status:200});const m=_.searchParams.get("trace");if(l==="/contexts")try{const h=_.searchParams.has("limit")?+_.searchParams.get("limit"):void 0,x=await bo(m,_.searchParams.get("traceFileName"),e,h,(S,f)=>{e.postMessage({method:"progress",params:{done:S,total:f}})});return new Response(JSON.stringify(x.contextEntries),{status:200,headers:{"Content-Type":"application/json"}})}catch(h){return new Response(JSON.stringify({error:h==null?void 0:h.message}),{status:500,headers:{"Content-Type":"application/json"}})}if(l.startsWith("/snapshotInfo/")){const{snapshotServer:h}=_e.get(m)||{};if(!h)return new Response(null,{status:404});const x=l.substring(14);return h.serveSnapshotInfo(x,_.searchParams)}if(l.startsWith("/snapshot/")){const{snapshotServer:h}=_e.get(m)||{};if(!h)return new Response(null,{status:404});const x=l.substring(10),S=h.serveSnapshot(x,_.searchParams,_.href);return r&&S.headers.set("Content-Security-Policy","upgrade-insecure-requests"),S}if(l.startsWith("/closest-screenshot/")){const{snapshotServer:h}=_e.get(m)||{};if(!h)return new Response(null,{status:404});const x=l.substring(20);return h.serveClosestScreenshot(x,_.searchParams)}if(l.startsWith("/sha1/")){const h=l.slice(6);for(const x of _e.values()){const S=await x.traceModel.resourceForSha1(h);if(S)return new Response(S,{status:200,headers:Eo(_.searchParams)})}return new Response(null,{status:404})}if(l.startsWith("/file/")){const h=_.searchParams.get("path"),x=(u=ke.get(n.clientId??""))==null?void 0:u.traceViewerServer;if(!x)throw new Error("client is not initialized");const S=await x.readFile(h);return S||new Response(null,{status:404})}return fetch(n.request)}const s=ut(e.url),i=new URL(s).searchParams.get("trace"),{snapshotServer:a}=_e.get(i)||{};if(!a)return new Response(null,{status:404});const o=[t.url];return r&&t.url.startsWith("https://")&&o.push(t.url.replace(/^https/,"http")),a.serveResource(o,t.method,s)}function Eo(n){const t=n.get("dn"),e=n.get("dct");if(!t)return;const r=new Headers;return r.set("Content-Disposition",`attachment; filename="attachment"; filename*=UTF-8''${encodeURIComponent(t)}`),e&&r.set("Content-Type",e),r}async function Vr(){const n=await self.clients.matchAll(),t=new Set;for(const[e,r]of ke){if(!n.find(s=>s.id===e)){ke.delete(e);continue}if(r.limit!==void 0){const s=[...r.traceUrls];r.traceUrls=new Set(s.slice(s.length-r.limit))}r.traceUrls.forEach(s=>t.add(s))}for(const e of _e.keys())t.has(e)||_e.delete(e)}self.addEventListener("fetch",function(n){n.respondWith(yo(n))});