@applitools/eyes-browser 1.5.18 → 1.5.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist/index.js +497 -482
  3. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -93573,10 +93573,23 @@ var require_processPagePollCjs = __commonJS({
93573
93573
  const t3 = Array.from(e3.attributes).map((t4) => "id" === t4.name ? `#${t4.value}` : "class" === t4.name ? Array.from(e3.classList).map((e4) => `.${e4}`).join("") : `[${t4.name}="${t4.value}"]`).join("");
93574
93574
  return `${e3.nodeName}${t3}`;
93575
93575
  }
93576
- function Al(e3, t3) {
93576
+ function Al(e3) {
93577
+ for (const t3 of Array.from(e3)) {
93578
+ if ("CSSStyleRule" === t3.constructor.name && t3.style) {
93579
+ const e4 = t3.style;
93580
+ for (const t4 of Array.from(e4))
93581
+ if (!e4.getPropertyValue(t4))
93582
+ return true;
93583
+ }
93584
+ if (t3.cssRules && Al(t3.cssRules))
93585
+ return true;
93586
+ }
93587
+ return false;
93588
+ }
93589
+ function Tl(e3, t3) {
93577
93590
  t3.log("[processInlineCss] processing inline css for", zl(e3));
93578
93591
  try {
93579
- const n3 = function(e4) {
93592
+ const n3 = e3.getRootNode(), r3 = n3 !== e3.ownerDocument && 11 === n3.nodeType, o3 = function(e4) {
93580
93593
  const t4 = Ys(e4, { context: "stylesheet", parseAtrulePrelude: true, parseRulePrelude: true, parseValue: false, parseCustomProperty: false });
93581
93594
  return el(t4, { visit: "TypeSelector", enter(e5, t5) {
93582
93595
  "from" === e5.name ? t5.data = { type: "Percentage", value: "0" } : "to" === e5.name && (t5.data = { type: "Percentage", value: "100" });
@@ -93601,53 +93614,53 @@ var require_processPagePollCjs = __commonJS({
93601
93614
  } }), ol(t4);
93602
93615
  }(e3.textContent);
93603
93616
  t3.log("[processInlineCss] created AST for textContent");
93604
- const r3 = yl(e3.sheet.cssRules, t3);
93617
+ const i3 = r3 ? yl(e3.sheet.cssRules, t3, n3) : yl(e3.sheet.cssRules, t3);
93605
93618
  t3.log("[processInlineCss] created AST for CSSOM");
93606
- const o3 = vl(n3.children, r3);
93619
+ const a3 = r3 && Al(e3.sheet.cssRules) ? i3 : vl(o3.children, i3);
93607
93620
  t3.log("[processInlineCss] merged AST");
93608
- const i3 = Xs(il({ type: "StyleSheet", children: o3 }));
93609
- return t3.log("[processInlineCss] generated cssText of length", i3.length), i3;
93621
+ const s3 = Xs(il({ type: "StyleSheet", children: a3 }));
93622
+ return t3.log("[processInlineCss] generated cssText of length", s3.length), s3;
93610
93623
  } catch (n3) {
93611
93624
  return t3.log("[processInlineCss] error while processing inline css:", n3.message, n3), t3.log("[processInlineCss] try to set fallback"), "string" == typeof e3.textContent && e3.textContent.length > 0 ? (t3.log("[processInlineCss] set style from `styleNode.textContent`"), e3.textContent) : e3.sheet && e3.sheet.cssRules ? (t3.log("[processInlineCss] set style from reduce `sheet.cssRules`"), Array.from(e3.sheet.cssRules).reduce((e4, { cssText: t4 }) => e4 + t4, "")) : (t3.log("[processInlineCss] could not set fallback to inline css"), "");
93612
93625
  }
93613
93626
  }
93614
- function Tl(e3, t3) {
93627
+ function Ol(e3, t3) {
93615
93628
  let n3 = e3[0], r3 = e3[1], o3 = e3[2], i3 = e3[3];
93616
- n3 = Ll(n3, r3, o3, i3, t3[0], 7, -680876936), i3 = Ll(i3, n3, r3, o3, t3[1], 12, -389564586), o3 = Ll(o3, i3, n3, r3, t3[2], 17, 606105819), r3 = Ll(r3, o3, i3, n3, t3[3], 22, -1044525330), n3 = Ll(n3, r3, o3, i3, t3[4], 7, -176418897), i3 = Ll(i3, n3, r3, o3, t3[5], 12, 1200080426), o3 = Ll(o3, i3, n3, r3, t3[6], 17, -1473231341), r3 = Ll(r3, o3, i3, n3, t3[7], 22, -45705983), n3 = Ll(n3, r3, o3, i3, t3[8], 7, 1770035416), i3 = Ll(i3, n3, r3, o3, t3[9], 12, -1958414417), o3 = Ll(o3, i3, n3, r3, t3[10], 17, -42063), r3 = Ll(r3, o3, i3, n3, t3[11], 22, -1990404162), n3 = Ll(n3, r3, o3, i3, t3[12], 7, 1804603682), i3 = Ll(i3, n3, r3, o3, t3[13], 12, -40341101), o3 = Ll(o3, i3, n3, r3, t3[14], 17, -1502002290), r3 = Ll(r3, o3, i3, n3, t3[15], 22, 1236535329), n3 = El(n3, r3, o3, i3, t3[1], 5, -165796510), i3 = El(i3, n3, r3, o3, t3[6], 9, -1069501632), o3 = El(o3, i3, n3, r3, t3[11], 14, 643717713), r3 = El(r3, o3, i3, n3, t3[0], 20, -373897302), n3 = El(n3, r3, o3, i3, t3[5], 5, -701558691), i3 = El(i3, n3, r3, o3, t3[10], 9, 38016083), o3 = El(o3, i3, n3, r3, t3[15], 14, -660478335), r3 = El(r3, o3, i3, n3, t3[4], 20, -405537848), n3 = El(n3, r3, o3, i3, t3[9], 5, 568446438), i3 = El(i3, n3, r3, o3, t3[14], 9, -1019803690), o3 = El(o3, i3, n3, r3, t3[3], 14, -187363961), r3 = El(r3, o3, i3, n3, t3[8], 20, 1163531501), n3 = El(n3, r3, o3, i3, t3[13], 5, -1444681467), i3 = El(i3, n3, r3, o3, t3[2], 9, -51403784), o3 = El(o3, i3, n3, r3, t3[7], 14, 1735328473), r3 = El(r3, o3, i3, n3, t3[12], 20, -1926607734), n3 = Rl(n3, r3, o3, i3, t3[5], 4, -378558), i3 = Rl(i3, n3, r3, o3, t3[8], 11, -2022574463), o3 = Rl(o3, i3, n3, r3, t3[11], 16, 1839030562), r3 = Rl(r3, o3, i3, n3, t3[14], 23, -35309556), n3 = Rl(n3, r3, o3, i3, t3[1], 4, -1530992060), i3 = Rl(i3, n3, r3, o3, t3[4], 11, 1272893353), o3 = Rl(o3, i3, n3, r3, t3[7], 16, -155497632), r3 = Rl(r3, o3, i3, n3, t3[10], 23, -1094730640), n3 = Rl(n3, r3, o3, i3, t3[13], 4, 681279174), i3 = Rl(i3, n3, r3, o3, t3[0], 11, -358537222), o3 = Rl(o3, i3, n3, r3, t3[3], 16, -722521979), r3 = Rl(r3, o3, i3, n3, t3[6], 23, 76029189), n3 = Rl(n3, r3, o3, i3, t3[9], 4, -640364487), i3 = Rl(i3, n3, r3, o3, t3[12], 11, -421815835), o3 = Rl(o3, i3, n3, r3, t3[15], 16, 530742520), r3 = Rl(r3, o3, i3, n3, t3[2], 23, -995338651), n3 = Nl(n3, r3, o3, i3, t3[0], 6, -198630844), i3 = Nl(i3, n3, r3, o3, t3[7], 10, 1126891415), o3 = Nl(o3, i3, n3, r3, t3[14], 15, -1416354905), r3 = Nl(r3, o3, i3, n3, t3[5], 21, -57434055), n3 = Nl(n3, r3, o3, i3, t3[12], 6, 1700485571), i3 = Nl(i3, n3, r3, o3, t3[3], 10, -1894986606), o3 = Nl(o3, i3, n3, r3, t3[10], 15, -1051523), r3 = Nl(r3, o3, i3, n3, t3[1], 21, -2054922799), n3 = Nl(n3, r3, o3, i3, t3[8], 6, 1873313359), i3 = Nl(i3, n3, r3, o3, t3[15], 10, -30611744), o3 = Nl(o3, i3, n3, r3, t3[6], 15, -1560198380), r3 = Nl(r3, o3, i3, n3, t3[13], 21, 1309151649), n3 = Nl(n3, r3, o3, i3, t3[4], 6, -145523070), i3 = Nl(i3, n3, r3, o3, t3[11], 10, -1120210379), o3 = Nl(o3, i3, n3, r3, t3[2], 15, 718787259), r3 = Nl(r3, o3, i3, n3, t3[9], 21, -343485551), e3[0] = Pl(n3, e3[0]), e3[1] = Pl(r3, e3[1]), e3[2] = Pl(o3, e3[2]), e3[3] = Pl(i3, e3[3]);
93617
- }
93618
- function Ol(e3, t3, n3, r3, o3, i3) {
93619
- return t3 = Pl(Pl(t3, e3), Pl(r3, i3)), Pl(t3 << o3 | t3 >>> 32 - o3, n3);
93629
+ n3 = El(n3, r3, o3, i3, t3[0], 7, -680876936), i3 = El(i3, n3, r3, o3, t3[1], 12, -389564586), o3 = El(o3, i3, n3, r3, t3[2], 17, 606105819), r3 = El(r3, o3, i3, n3, t3[3], 22, -1044525330), n3 = El(n3, r3, o3, i3, t3[4], 7, -176418897), i3 = El(i3, n3, r3, o3, t3[5], 12, 1200080426), o3 = El(o3, i3, n3, r3, t3[6], 17, -1473231341), r3 = El(r3, o3, i3, n3, t3[7], 22, -45705983), n3 = El(n3, r3, o3, i3, t3[8], 7, 1770035416), i3 = El(i3, n3, r3, o3, t3[9], 12, -1958414417), o3 = El(o3, i3, n3, r3, t3[10], 17, -42063), r3 = El(r3, o3, i3, n3, t3[11], 22, -1990404162), n3 = El(n3, r3, o3, i3, t3[12], 7, 1804603682), i3 = El(i3, n3, r3, o3, t3[13], 12, -40341101), o3 = El(o3, i3, n3, r3, t3[14], 17, -1502002290), r3 = El(r3, o3, i3, n3, t3[15], 22, 1236535329), n3 = Rl(n3, r3, o3, i3, t3[1], 5, -165796510), i3 = Rl(i3, n3, r3, o3, t3[6], 9, -1069501632), o3 = Rl(o3, i3, n3, r3, t3[11], 14, 643717713), r3 = Rl(r3, o3, i3, n3, t3[0], 20, -373897302), n3 = Rl(n3, r3, o3, i3, t3[5], 5, -701558691), i3 = Rl(i3, n3, r3, o3, t3[10], 9, 38016083), o3 = Rl(o3, i3, n3, r3, t3[15], 14, -660478335), r3 = Rl(r3, o3, i3, n3, t3[4], 20, -405537848), n3 = Rl(n3, r3, o3, i3, t3[9], 5, 568446438), i3 = Rl(i3, n3, r3, o3, t3[14], 9, -1019803690), o3 = Rl(o3, i3, n3, r3, t3[3], 14, -187363961), r3 = Rl(r3, o3, i3, n3, t3[8], 20, 1163531501), n3 = Rl(n3, r3, o3, i3, t3[13], 5, -1444681467), i3 = Rl(i3, n3, r3, o3, t3[2], 9, -51403784), o3 = Rl(o3, i3, n3, r3, t3[7], 14, 1735328473), r3 = Rl(r3, o3, i3, n3, t3[12], 20, -1926607734), n3 = Nl(n3, r3, o3, i3, t3[5], 4, -378558), i3 = Nl(i3, n3, r3, o3, t3[8], 11, -2022574463), o3 = Nl(o3, i3, n3, r3, t3[11], 16, 1839030562), r3 = Nl(r3, o3, i3, n3, t3[14], 23, -35309556), n3 = Nl(n3, r3, o3, i3, t3[1], 4, -1530992060), i3 = Nl(i3, n3, r3, o3, t3[4], 11, 1272893353), o3 = Nl(o3, i3, n3, r3, t3[7], 16, -155497632), r3 = Nl(r3, o3, i3, n3, t3[10], 23, -1094730640), n3 = Nl(n3, r3, o3, i3, t3[13], 4, 681279174), i3 = Nl(i3, n3, r3, o3, t3[0], 11, -358537222), o3 = Nl(o3, i3, n3, r3, t3[3], 16, -722521979), r3 = Nl(r3, o3, i3, n3, t3[6], 23, 76029189), n3 = Nl(n3, r3, o3, i3, t3[9], 4, -640364487), i3 = Nl(i3, n3, r3, o3, t3[12], 11, -421815835), o3 = Nl(o3, i3, n3, r3, t3[15], 16, 530742520), r3 = Nl(r3, o3, i3, n3, t3[2], 23, -995338651), n3 = jl(n3, r3, o3, i3, t3[0], 6, -198630844), i3 = jl(i3, n3, r3, o3, t3[7], 10, 1126891415), o3 = jl(o3, i3, n3, r3, t3[14], 15, -1416354905), r3 = jl(r3, o3, i3, n3, t3[5], 21, -57434055), n3 = jl(n3, r3, o3, i3, t3[12], 6, 1700485571), i3 = jl(i3, n3, r3, o3, t3[3], 10, -1894986606), o3 = jl(o3, i3, n3, r3, t3[10], 15, -1051523), r3 = jl(r3, o3, i3, n3, t3[1], 21, -2054922799), n3 = jl(n3, r3, o3, i3, t3[8], 6, 1873313359), i3 = jl(i3, n3, r3, o3, t3[15], 10, -30611744), o3 = jl(o3, i3, n3, r3, t3[6], 15, -1560198380), r3 = jl(r3, o3, i3, n3, t3[13], 21, 1309151649), n3 = jl(n3, r3, o3, i3, t3[4], 6, -145523070), i3 = jl(i3, n3, r3, o3, t3[11], 10, -1120210379), o3 = jl(o3, i3, n3, r3, t3[2], 15, 718787259), r3 = jl(r3, o3, i3, n3, t3[9], 21, -343485551), e3[0] = Bl(n3, e3[0]), e3[1] = Bl(r3, e3[1]), e3[2] = Bl(o3, e3[2]), e3[3] = Bl(i3, e3[3]);
93620
93630
  }
93621
- function Ll(e3, t3, n3, r3, o3, i3, a3) {
93622
- return Ol(t3 & n3 | ~t3 & r3, e3, t3, o3, i3, a3);
93631
+ function Ll(e3, t3, n3, r3, o3, i3) {
93632
+ return t3 = Bl(Bl(t3, e3), Bl(r3, i3)), Bl(t3 << o3 | t3 >>> 32 - o3, n3);
93623
93633
  }
93624
93634
  function El(e3, t3, n3, r3, o3, i3, a3) {
93625
- return Ol(t3 & r3 | n3 & ~r3, e3, t3, o3, i3, a3);
93635
+ return Ll(t3 & n3 | ~t3 & r3, e3, t3, o3, i3, a3);
93626
93636
  }
93627
93637
  function Rl(e3, t3, n3, r3, o3, i3, a3) {
93628
- return Ol(t3 ^ n3 ^ r3, e3, t3, o3, i3, a3);
93638
+ return Ll(t3 & r3 | n3 & ~r3, e3, t3, o3, i3, a3);
93629
93639
  }
93630
93640
  function Nl(e3, t3, n3, r3, o3, i3, a3) {
93631
- return Ol(n3 ^ (t3 | ~r3), e3, t3, o3, i3, a3);
93641
+ return Ll(t3 ^ n3 ^ r3, e3, t3, o3, i3, a3);
93642
+ }
93643
+ function jl(e3, t3, n3, r3, o3, i3, a3) {
93644
+ return Ll(n3 ^ (t3 | ~r3), e3, t3, o3, i3, a3);
93632
93645
  }
93633
- function jl(e3) {
93646
+ function Il(e3) {
93634
93647
  const t3 = [];
93635
93648
  let n3;
93636
93649
  for (n3 = 0; n3 < 64; n3 += 4)
93637
93650
  t3[n3 >> 2] = e3.charCodeAt(n3) + (e3.charCodeAt(n3 + 1) << 8) + (e3.charCodeAt(n3 + 2) << 16) + (e3.charCodeAt(n3 + 3) << 24);
93638
93651
  return t3;
93639
93652
  }
93640
- const Il = "0123456789abcdef".split("");
93641
- function Dl(e3) {
93653
+ const Dl = "0123456789abcdef".split("");
93654
+ function Pl(e3) {
93642
93655
  let t3 = "", n3 = 0;
93643
93656
  for (; n3 < 4; n3++)
93644
- t3 += Il[e3 >> 8 * n3 + 4 & 15] + Il[e3 >> 8 * n3 & 15];
93657
+ t3 += Dl[e3 >> 8 * n3 + 4 & 15] + Dl[e3 >> 8 * n3 & 15];
93645
93658
  return t3;
93646
93659
  }
93647
- function Pl(e3, t3) {
93660
+ function Bl(e3, t3) {
93648
93661
  return e3 + t3 & 4294967295;
93649
93662
  }
93650
- function Bl(e3, { removeReverseProxyURLPrefixes: t3 } = {}) {
93663
+ function Fl(e3, { removeReverseProxyURLPrefixes: t3 } = {}) {
93651
93664
  const n3 = [];
93652
93665
  return [/url\((?!['"]?:)'([^']*)'\)/g, /url\((?!['"]?:)"([^"]*)"\)/g, /url\((?!['"]?:)([^()'"]*)\)/g].forEach((t4) => {
93653
93666
  let r3;
@@ -93658,29 +93671,29 @@ var require_processPagePollCjs = __commonJS({
93658
93671
  return t4 && t4.length ? t4[0].substring(1) : e4;
93659
93672
  }) : n3;
93660
93673
  }
93661
- function Fl(e3) {
93674
+ function Ul(e3) {
93662
93675
  let t3 = [];
93663
93676
  for (let n3 = 0, r3 = e3.length; n3 < r3; n3++) {
93664
93677
  const r4 = e3[n3];
93665
93678
  let o3 = e3.getPropertyValue(r4);
93666
93679
  (/^\s*var\s*\(/.test(o3) || /^--/.test(r4)) && (o3 = o3.replace(/(\\[0-9a-fA-F]{1,6}\s?)/g, (e4) => String.fromCodePoint(parseInt(e4.substr(1).trim(), 16))).replace(/\\([^0-9a-fA-F])/g, "$1"));
93667
- const i3 = Bl(o3);
93680
+ const i3 = Fl(o3);
93668
93681
  t3 = t3.concat(i3);
93669
93682
  }
93670
93683
  return t3;
93671
93684
  }
93672
- const Ul = /(\S+)(?:\s+[\d.]+[wx])?(?:,|$)/g;
93673
- function Ml(e3) {
93685
+ const Ml = /(\S+)(?:\s+[\d.]+[wx])?(?:,|$)/g;
93686
+ function ql(e3) {
93674
93687
  const { ownerDocument: t3 } = e3;
93675
93688
  if (!t3)
93676
93689
  return true;
93677
93690
  const { display: n3 } = t3.defaultView.getComputedStyle(e3), { width: r3, height: o3 } = e3.getBoundingClientRect();
93678
93691
  return "none" === n3 || 0 === r3 || 0 === o3;
93679
93692
  }
93680
- function ql(e3) {
93693
+ function Wl(e3) {
93681
93694
  try {
93682
93695
  return ol(Ys(e3.toLowerCase(), { context: "mediaQueryList" })).children.some((e4) => {
93683
- const t3 = Wl(e4);
93696
+ const t3 = $l(e4);
93684
93697
  return e4.mediaType && t3.unshift(e4), t3.every((e5) => {
93685
93698
  var t4, n3;
93686
93699
  return !(e5.modifier && !["not", "only"].includes(e5.modifier)) && ("Feature" === e5.type || ("Identifier" !== e5.type && "MediaQuery" !== e5.type || !["all", "screen"].includes(null !== (n3 = null !== (t4 = e5.name) && void 0 !== t4 ? t4 : e5.mediaType) && void 0 !== n3 ? n3 : "") ? e5.modifier && "not" === e5.modifier : !e5.modifier || "not" !== e5.modifier));
@@ -93690,19 +93703,19 @@ var require_processPagePollCjs = __commonJS({
93690
93703
  return false;
93691
93704
  }
93692
93705
  }
93693
- function Wl(e3) {
93706
+ function $l(e3) {
93694
93707
  var t3, n3;
93695
93708
  const r3 = [];
93696
93709
  if (e3.condition)
93697
- r3.push(...Wl(e3.condition));
93710
+ r3.push(...$l(e3.condition));
93698
93711
  else {
93699
- const o3 = null !== (n3 = null === (t3 = e3.children) || void 0 === t3 ? void 0 : t3.reduce((e4, t4) => ("Condition" === t4.type ? e4.push(...Wl(t4)) : "Identifier" === t4.type && "and" === t4.name || e4.push(t4), e4), [])) && void 0 !== n3 ? n3 : [];
93712
+ const o3 = null !== (n3 = null === (t3 = e3.children) || void 0 === t3 ? void 0 : t3.reduce((e4, t4) => ("Condition" === t4.type ? e4.push(...$l(t4)) : "Identifier" === t4.type && "and" === t4.name || e4.push(t4), e4), [])) && void 0 !== n3 ? n3 : [];
93700
93713
  r3.push(...o3);
93701
93714
  }
93702
93715
  return r3;
93703
93716
  }
93704
- const $l = Symbol("raw");
93705
- function Vl(e3) {
93717
+ const Vl = Symbol("raw");
93718
+ function Zl(e3) {
93706
93719
  const t3 = function(e4) {
93707
93720
  if ("undefined" == typeof window)
93708
93721
  return null;
@@ -93710,7 +93723,7 @@ var require_processPagePollCjs = __commonJS({
93710
93723
  return window[t4];
93711
93724
  }(e3);
93712
93725
  return t3 ? (n3 = e3, r3 = t3.prototype, new Proxy(Object.create(n3), { get(e4, t4, o3) {
93713
- if (t4 === $l)
93726
+ if (t4 === Vl)
93714
93727
  return n3;
93715
93728
  const i3 = Reflect.get(r3, t4, n3);
93716
93729
  return "function" == typeof i3 ? function() {
@@ -93719,15 +93732,15 @@ var require_processPagePollCjs = __commonJS({
93719
93732
  } })) : e3;
93720
93733
  var n3, r3;
93721
93734
  }
93722
- Vl.unwrap = function(e3) {
93723
- return e3[$l] || e3;
93735
+ Zl.unwrap = function(e3) {
93736
+ return e3[Vl] || e3;
93724
93737
  };
93725
- const Zl = /* @__PURE__ */ new Set(["date", "datetime-local", "email", "month", "number", "password", "search", "tel", "text", "time", "url", "week", "range"]), Kl = /^on[a-z]+$/;
93726
- function Hl(e3, t3, n3) {
93738
+ const Kl = /* @__PURE__ */ new Set(["date", "datetime-local", "email", "month", "number", "password", "search", "tel", "text", "time", "url", "week", "range"]), Hl = /^on[a-z]+$/;
93739
+ function Gl(e3, t3, n3) {
93727
93740
  const r3 = [{ nodeType: Node.DOCUMENT_NODE }], o3 = [e3], i3 = [], a3 = [], s3 = [], l2 = [];
93728
93741
  let c2 = [];
93729
93742
  const u2 = [], h2 = [];
93730
- return r3[0].childNodeIndexes = p2(r3, e3.childNodes), e3.adoptedStyleSheets && e3.adoptedStyleSheets.length > 0 && (r3[0].exp_adoptedStyleSheets = Xl(e3, n3)), { cdt: r3, docRoots: o3, canvasElements: i3, frames: s3, inlineFrames: a3, crossFrames: l2, linkUrls: c2, imageBlobs: u2, videoBlobs: h2 };
93743
+ return r3[0].childNodeIndexes = p2(r3, e3.childNodes), e3.adoptedStyleSheets && e3.adoptedStyleSheets.length > 0 && (r3[0].exp_adoptedStyleSheets = Ql(e3, n3)), { cdt: r3, docRoots: o3, canvasElements: i3, frames: s3, inlineFrames: a3, crossFrames: l2, linkUrls: c2, imageBlobs: u2, videoBlobs: h2 };
93731
93744
  function p2(e4, t4) {
93732
93745
  if (!t4 || 0 === t4.length)
93733
93746
  return null;
@@ -93739,28 +93752,28 @@ var require_processPagePollCjs = __commonJS({
93739
93752
  }
93740
93753
  function m2(e4, r4) {
93741
93754
  var f2;
93742
- const g2 = Vl(r4);
93755
+ const g2 = Zl(r4);
93743
93756
  let b2;
93744
93757
  if ([Node.ELEMENT_NODE, Node.DOCUMENT_FRAGMENT_NODE].includes(g2.nodeType)) {
93745
93758
  if (g2.hasAttribute && g2.hasAttribute("data-applitools-skip"))
93746
93759
  return null;
93747
- if (["LINK", "STYLE", "SOURCE"].includes(g2.nodeName) && (null === (f2 = g2.media) || void 0 === f2 ? void 0 : f2.trim()) && !ql(g2.media))
93760
+ if (["LINK", "STYLE", "SOURCE"].includes(g2.nodeName) && (null === (f2 = g2.media) || void 0 === f2 ? void 0 : f2.trim()) && !Wl(g2.media))
93748
93761
  return null;
93749
93762
  if ("SCRIPT" === g2.nodeName)
93750
93763
  b2 = function(e5) {
93751
- return { nodeType: Node.ELEMENT_NODE, nodeName: "SCRIPT", attributes: Gl(e5).map((t4) => {
93764
+ return { nodeType: Node.ELEMENT_NODE, nodeName: "SCRIPT", attributes: Yl(e5).map((t4) => {
93752
93765
  const n4 = e5.attributes[t4].name;
93753
- return { name: n4, value: Kl.test(n4) ? "" : e5.attributes[t4].value };
93766
+ return { name: n4, value: Hl.test(n4) ? "" : e5.attributes[t4].value };
93754
93767
  }).filter((e6) => "src" !== e6.name), childNodeIndexes: [] };
93755
93768
  }(g2);
93756
93769
  else {
93757
93770
  const c3 = g2.shadowRoot && g2.shadowRoot.childNodes.length && "ShadowRoot" !== g2.shadowRoot.constructor.name;
93758
93771
  if (b2 = function(e5) {
93759
93772
  var t4, n4, r5;
93760
- const o4 = { nodeType: e5.nodeType, nodeName: e5.nodeName, attributes: Gl(e5).map((t5) => {
93773
+ const o4 = { nodeType: e5.nodeType, nodeName: e5.nodeName, attributes: Yl(e5).map((t5) => {
93761
93774
  let n5 = e5.attributes[t5].value;
93762
93775
  const r6 = e5.attributes[t5].name;
93763
- return n5.includes("blob:") ? n5 = n5.replace(/blob:/g, "") : Kl.test(r6) ? n5 = "" : "IFRAME" === e5.nodeName && d(e5) && "src" === r6 && "about:blank" !== e5.contentDocument.location.href && e5.contentDocument.location.href !== y(n5, e5.ownerDocument.location.href) ? n5 = e5.contentDocument.location.href : "style" === r6 && (n5 = function(e6) {
93776
+ return n5.includes("blob:") ? n5 = n5.replace(/blob:/g, "") : Hl.test(r6) ? n5 = "" : "IFRAME" === e5.nodeName && d(e5) && "src" === r6 && "about:blank" !== e5.contentDocument.location.href && e5.contentDocument.location.href !== y(n5, e5.ownerDocument.location.href) ? n5 = e5.contentDocument.location.href : "style" === r6 && (n5 = function(e6) {
93764
93777
  const t6 = { type: "DeclarationList", children: fl(e6) };
93765
93778
  return Xs(t6);
93766
93779
  }(e5.style)), { name: r6, value: n5 };
@@ -93772,44 +93785,44 @@ var require_processPagePollCjs = __commonJS({
93772
93785
  }
93773
93786
  !e5.attributes.getNamedItem("checked") && e5.checked && o4.attributes.push({ name: "checked" }), e5.indeterminate && o4.attributes.push({ name: "data-applitools-js-properties", value: JSON.stringify({ indeterminate: true }) });
93774
93787
  }
93775
- if ("INPUT" === e5.tagName && Zl.has(e5.type)) {
93788
+ if ("INPUT" === e5.tagName && Kl.has(e5.type)) {
93776
93789
  const i4 = null !== e5.attributes.getNamedItem("value"), a4 = null !== (n4 = null === (t4 = e5.attributes.getNamedItem("value")) || void 0 === t4 ? void 0 : t4.value) && void 0 !== n4 ? n4 : "", s4 = null !== (r5 = e5.value) && void 0 !== r5 ? r5 : "";
93777
- i4 && a4 === s4 || Yl(o4.attributes, "value", s4);
93790
+ i4 && a4 === s4 || Xl(o4.attributes, "value", s4);
93778
93791
  }
93779
- return "OPTION" === e5.tagName && e5.parentElement && e5.parentElement.selectedOptions && Array.from(e5.parentElement.selectedOptions).indexOf(Vl.unwrap(e5)) > -1 && Yl(o4.attributes, "selected", ""), "STYLE" === e5.tagName && e5.sheet && e5.sheet.disabled && o4.attributes.push({ name: "data-applitools-disabled", value: "" }), "LINK" === e5.tagName && "text/css" === e5.type && e5.sheet && e5.sheet.disabled && Yl(o4.attributes, "disabled", ""), o4;
93792
+ return "OPTION" === e5.tagName && e5.parentElement && e5.parentElement.selectedOptions && Array.from(e5.parentElement.selectedOptions).indexOf(Zl.unwrap(e5)) > -1 && Xl(o4.attributes, "selected", ""), "STYLE" === e5.tagName && e5.sheet && e5.sheet.disabled && o4.attributes.push({ name: "data-applitools-disabled", value: "" }), "LINK" === e5.tagName && "text/css" === e5.type && e5.sheet && e5.sheet.disabled && Xl(o4.attributes, "disabled", ""), o4;
93780
93793
  }(g2), "STYLE" === g2.nodeName && g2.sheet && g2.sheet.cssRules.length ? (e4.push(function(e5, t4, n4) {
93781
93794
  const r5 = (o4 = e5, function(e6) {
93782
93795
  return t5 = function(e7) {
93783
93796
  const t6 = e7.length, n5 = [1732584193, -271733879, -1732584194, 271733878];
93784
93797
  let r6;
93785
93798
  for (r6 = 64; r6 <= e7.length; r6 += 64)
93786
- Tl(n5, jl(e7.substring(r6 - 64, r6)));
93799
+ Ol(n5, Il(e7.substring(r6 - 64, r6)));
93787
93800
  e7 = e7.substring(r6 - 64);
93788
93801
  const o5 = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
93789
93802
  for (r6 = 0; r6 < e7.length; r6++)
93790
93803
  o5[r6 >> 2] |= e7.charCodeAt(r6) << (r6 % 4 << 3);
93791
93804
  if (o5[r6 >> 2] |= 128 << (r6 % 4 << 3), r6 > 55)
93792
- for (Tl(n5, o5), r6 = 0; r6 < 16; r6++)
93805
+ for (Ol(n5, o5), r6 = 0; r6 < 16; r6++)
93793
93806
  o5[r6] = 0;
93794
- return o5[14] = 8 * t6, Tl(n5, o5), n5;
93795
- }(e6), t5.map(Dl).join("");
93807
+ return o5[14] = 8 * t6, Ol(n5, o5), n5;
93808
+ }(e6), t5.map(Pl).join("");
93796
93809
  var t5;
93797
93810
  }(Array.prototype.map.call(o4.sheet.cssRules, (e6) => e6.cssText).join("")));
93798
93811
  var o4;
93799
- return n4.__dsNodeCache && n4.__dsNodeCache.key === r5 ? t4.log("[domNodesToCdt] using cache for inline css of", zl(e5)) : n4.__dsNodeCache = { key: r5, value: Al(e5, t4) }, { nodeType: Node.TEXT_NODE, nodeValue: n4.__dsNodeCache.value };
93812
+ return n4.__dsNodeCache && n4.__dsNodeCache.key === r5 ? t4.log("[domNodesToCdt] using cache for inline css of", zl(e5)) : n4.__dsNodeCache = { key: r5, value: Tl(e5, t4) }, { nodeType: Node.TEXT_NODE, nodeValue: n4.__dsNodeCache.value };
93800
93813
  }(g2, n3, r4)), b2.childNodeIndexes = [e4.length - 1]) : "TEXTAREA" === g2.tagName && g2.value !== g2.textContent ? (e4.push(function(e5) {
93801
93814
  return { nodeType: Node.TEXT_NODE, nodeValue: e5.value };
93802
93815
  }(g2)), b2.childNodeIndexes = [e4.length - 1]) : b2.childNodeIndexes = !c3 && g2.childNodes.length ? p2(e4, g2.childNodes) : [], c3 && "SLOT" === g2.tagName && "function" == typeof g2.assignedNodes) {
93803
93816
  const t4 = g2.assignedNodes();
93804
93817
  b2.childNodeIndexes = b2.childNodeIndexes || [], b2.childNodeIndexes = t4.length ? b2.childNodeIndexes.concat(p2(e4, t4)) : b2.childNodeIndexes;
93805
93818
  }
93806
- if (g2.shadowRoot && (c3 ? b2.childNodeIndexes = b2.childNodeIndexes.concat(p2(e4, g2.shadowRoot.childNodes)) : (b2.shadowRootIndex = m2(e4, g2.shadowRoot), o3.push(g2.shadowRoot))), "CANVAS" === g2.nodeName && !Ml(r4)) {
93819
+ if (g2.shadowRoot && (c3 ? b2.childNodeIndexes = b2.childNodeIndexes.concat(p2(e4, g2.shadowRoot.childNodes)) : (b2.shadowRootIndex = m2(e4, g2.shadowRoot), o3.push(g2.shadowRoot))), "CANVAS" === g2.nodeName && !ql(r4)) {
93807
93820
  const e5 = y(`applitools-canvas-${S()}.png`, t3);
93808
93821
  b2.attributes.push({ name: "data-applitools-src", value: e5 }), i3.push({ element: g2, cdtNode: b2, url: e5 });
93809
93822
  }
93810
93823
  if ("IFRAME" === g2.nodeName) {
93811
93824
  const n4 = S();
93812
- if (g2.setAttribute("data-applitools-selector", n4.toString()), Ml(r4))
93825
+ if (g2.setAttribute("data-applitools-selector", n4.toString()), ql(r4))
93813
93826
  b2.attributes.forEach((e5) => {
93814
93827
  "src" !== e5.name && "srcdoc" !== e5.name || (b2.attributes.push({ name: `data-applitools-original-${e5.name}`, value: e5.value }), e5.value = "");
93815
93828
  });
@@ -93826,7 +93839,7 @@ var require_processPagePollCjs = __commonJS({
93826
93839
  l2.push({ selector: t4, index: e4.length });
93827
93840
  }
93828
93841
  }
93829
- g2.adoptedStyleSheets && g2.adoptedStyleSheets.length > 0 && (b2.exp_adoptedStyleSheets = Xl(g2, n3));
93842
+ g2.adoptedStyleSheets && g2.adoptedStyleSheets.length > 0 && (b2.exp_adoptedStyleSheets = Ql(g2, n3));
93830
93843
  }
93831
93844
  if (g2.nodeType === Node.ELEMENT_NODE) {
93832
93845
  const e5 = function(e6) {
@@ -93840,7 +93853,7 @@ var require_processPagePollCjs = __commonJS({
93840
93853
  for (; (a4 = o4.exec(t6)) && (r6.push(n5(a4)), i4); )
93841
93854
  ;
93842
93855
  return r6;
93843
- }(Ul, t5, (e7) => e7[1]));
93856
+ }(Ml, t5, (e7) => e7[1]));
93844
93857
  }
93845
93858
  if (t4('img[src],source[src],input[type="image"][src],audio[src],video[src]')) {
93846
93859
  const t5 = e6.getAttribute("src");
@@ -93871,7 +93884,7 @@ var require_processPagePollCjs = __commonJS({
93871
93884
  }
93872
93885
  const r5 = function(e7) {
93873
93886
  if (e7.hasAttribute("style"))
93874
- return Fl(e7.style);
93887
+ return Ul(e7.style);
93875
93888
  }(e6);
93876
93889
  return r5 && (n4 = n4.concat(r5)), n4;
93877
93890
  }(g2);
@@ -93893,27 +93906,27 @@ var require_processPagePollCjs = __commonJS({
93893
93906
  return b2 ? (e4.push(b2), e4.length - 1) : null;
93894
93907
  }
93895
93908
  }
93896
- function Gl(e3) {
93909
+ function Yl(e3) {
93897
93910
  return Object.keys(e3.attributes || {}).filter((t3) => e3.attributes[t3] && e3.attributes[t3].name);
93898
93911
  }
93899
- function Yl(e3, t3, n3) {
93912
+ function Xl(e3, t3, n3) {
93900
93913
  const r3 = e3.find((e4) => e4.name === t3);
93901
93914
  r3 ? r3.value = n3 : e3.push({ name: t3, value: n3 });
93902
93915
  }
93903
- function Xl(e3, t3) {
93916
+ function Ql(e3, t3) {
93904
93917
  return Array.from(e3.adoptedStyleSheets).map((n3) => function(e4, t4, n4) {
93905
93918
  const r3 = yl(e4.cssRules, t4, n4);
93906
93919
  return Xs(il({ type: "StyleSheet", children: r3 }));
93907
93920
  }(n3, t3, e3));
93908
93921
  }
93909
- function Ql(e3) {
93922
+ function Jl(e3) {
93910
93923
  const t3 = [];
93911
93924
  return new Set(e3).forEach((e4) => e4 && t3.push(e4)), t3;
93912
93925
  }
93913
- function Jl(e3) {
93914
- return e3.reduce(({ resourceUrls: e4, blobsObj: t3 }, { resourceUrls: n3, blobsObj: r3 }) => ({ resourceUrls: Ql(e4.concat(n3)), blobsObj: Object.assign(t3, r3) }), { resourceUrls: [], blobsObj: {} });
93926
+ function ec(e3) {
93927
+ return e3.reduce(({ resourceUrls: e4, blobsObj: t3 }, { resourceUrls: n3, blobsObj: r3 }) => ({ resourceUrls: Jl(e4.concat(n3)), blobsObj: Object.assign(t3, r3) }), { resourceUrls: [], blobsObj: {} });
93915
93928
  }
93916
- var ec = {};
93929
+ var tc = {};
93917
93930
  !function(e3) {
93918
93931
  var t3 = "undefined" != typeof Uint8Array && "undefined" != typeof Uint16Array && "undefined" != typeof Int32Array;
93919
93932
  function n3(e4, t4) {
@@ -93955,102 +93968,102 @@ var require_processPagePollCjs = __commonJS({
93955
93968
  e3.setTyped = function(t4) {
93956
93969
  t4 ? (e3.Buf8 = Uint8Array, e3.Buf16 = Uint16Array, e3.Buf32 = Int32Array, e3.assign(e3, r3)) : (e3.Buf8 = Array, e3.Buf16 = Array, e3.Buf32 = Array, e3.assign(e3, o3));
93957
93970
  }, e3.setTyped(t3);
93958
- }(ec);
93959
- var tc = {}, nc = {}, rc = {}, oc = ec;
93960
- function ic(e3) {
93971
+ }(tc);
93972
+ var nc = {}, rc = {}, oc = {}, ic = tc;
93973
+ function ac(e3) {
93961
93974
  for (var t3 = e3.length; --t3 >= 0; )
93962
93975
  e3[t3] = 0;
93963
93976
  }
93964
- var ac = 256, sc = 286, lc = 30, cc = 15, uc = 16, hc = [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], dc = [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], pc = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 3, 7], mc = [16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15], fc = new Array(576);
93965
- ic(fc);
93966
- var gc = new Array(60);
93967
- ic(gc);
93968
- var bc = new Array(512);
93969
- ic(bc);
93970
- var yc = new Array(256);
93971
- ic(yc);
93972
- var kc = new Array(29);
93973
- ic(kc);
93974
- var wc, vc, xc, _c = new Array(lc);
93975
- function Sc(e3, t3, n3, r3, o3) {
93977
+ var sc = 256, lc = 286, cc = 30, uc = 15, hc = 16, dc = [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], pc = [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], mc = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 3, 7], fc = [16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15], gc = new Array(576);
93978
+ ac(gc);
93979
+ var bc = new Array(60);
93980
+ ac(bc);
93981
+ var yc = new Array(512);
93982
+ ac(yc);
93983
+ var kc = new Array(256);
93984
+ ac(kc);
93985
+ var wc = new Array(29);
93986
+ ac(wc);
93987
+ var vc, xc, _c, Sc = new Array(cc);
93988
+ function Cc(e3, t3, n3, r3, o3) {
93976
93989
  this.static_tree = e3, this.extra_bits = t3, this.extra_base = n3, this.elems = r3, this.max_length = o3, this.has_stree = e3 && e3.length;
93977
93990
  }
93978
- function Cc(e3, t3) {
93991
+ function zc(e3, t3) {
93979
93992
  this.dyn_tree = e3, this.max_code = 0, this.stat_desc = t3;
93980
93993
  }
93981
- function zc(e3) {
93982
- return e3 < 256 ? bc[e3] : bc[256 + (e3 >>> 7)];
93994
+ function Ac(e3) {
93995
+ return e3 < 256 ? yc[e3] : yc[256 + (e3 >>> 7)];
93983
93996
  }
93984
- function Ac(e3, t3) {
93997
+ function Tc(e3, t3) {
93985
93998
  e3.pending_buf[e3.pending++] = 255 & t3, e3.pending_buf[e3.pending++] = t3 >>> 8 & 255;
93986
93999
  }
93987
- function Tc(e3, t3, n3) {
93988
- e3.bi_valid > uc - n3 ? (e3.bi_buf |= t3 << e3.bi_valid & 65535, Ac(e3, e3.bi_buf), e3.bi_buf = t3 >> uc - e3.bi_valid, e3.bi_valid += n3 - uc) : (e3.bi_buf |= t3 << e3.bi_valid & 65535, e3.bi_valid += n3);
93989
- }
93990
94000
  function Oc(e3, t3, n3) {
93991
- Tc(e3, n3[2 * t3], n3[2 * t3 + 1]);
94001
+ e3.bi_valid > hc - n3 ? (e3.bi_buf |= t3 << e3.bi_valid & 65535, Tc(e3, e3.bi_buf), e3.bi_buf = t3 >> hc - e3.bi_valid, e3.bi_valid += n3 - hc) : (e3.bi_buf |= t3 << e3.bi_valid & 65535, e3.bi_valid += n3);
93992
94002
  }
93993
- function Lc(e3, t3) {
94003
+ function Lc(e3, t3, n3) {
94004
+ Oc(e3, n3[2 * t3], n3[2 * t3 + 1]);
94005
+ }
94006
+ function Ec(e3, t3) {
93994
94007
  var n3 = 0;
93995
94008
  do {
93996
94009
  n3 |= 1 & e3, e3 >>>= 1, n3 <<= 1;
93997
94010
  } while (--t3 > 0);
93998
94011
  return n3 >>> 1;
93999
94012
  }
94000
- function Ec(e3, t3, n3) {
94001
- var r3, o3, i3 = new Array(cc + 1), a3 = 0;
94002
- for (r3 = 1; r3 <= cc; r3++)
94013
+ function Rc(e3, t3, n3) {
94014
+ var r3, o3, i3 = new Array(uc + 1), a3 = 0;
94015
+ for (r3 = 1; r3 <= uc; r3++)
94003
94016
  i3[r3] = a3 = a3 + n3[r3 - 1] << 1;
94004
94017
  for (o3 = 0; o3 <= t3; o3++) {
94005
94018
  var s3 = e3[2 * o3 + 1];
94006
- 0 !== s3 && (e3[2 * o3] = Lc(i3[s3]++, s3));
94019
+ 0 !== s3 && (e3[2 * o3] = Ec(i3[s3]++, s3));
94007
94020
  }
94008
94021
  }
94009
- function Rc(e3) {
94022
+ function Nc(e3) {
94010
94023
  var t3;
94011
- for (t3 = 0; t3 < sc; t3++)
94012
- e3.dyn_ltree[2 * t3] = 0;
94013
94024
  for (t3 = 0; t3 < lc; t3++)
94025
+ e3.dyn_ltree[2 * t3] = 0;
94026
+ for (t3 = 0; t3 < cc; t3++)
94014
94027
  e3.dyn_dtree[2 * t3] = 0;
94015
94028
  for (t3 = 0; t3 < 19; t3++)
94016
94029
  e3.bl_tree[2 * t3] = 0;
94017
94030
  e3.dyn_ltree[512] = 1, e3.opt_len = e3.static_len = 0, e3.last_lit = e3.matches = 0;
94018
94031
  }
94019
- function Nc(e3) {
94020
- e3.bi_valid > 8 ? Ac(e3, e3.bi_buf) : e3.bi_valid > 0 && (e3.pending_buf[e3.pending++] = e3.bi_buf), e3.bi_buf = 0, e3.bi_valid = 0;
94032
+ function jc(e3) {
94033
+ e3.bi_valid > 8 ? Tc(e3, e3.bi_buf) : e3.bi_valid > 0 && (e3.pending_buf[e3.pending++] = e3.bi_buf), e3.bi_buf = 0, e3.bi_valid = 0;
94021
94034
  }
94022
- function jc(e3, t3, n3, r3) {
94035
+ function Ic(e3, t3, n3, r3) {
94023
94036
  var o3 = 2 * t3, i3 = 2 * n3;
94024
94037
  return e3[o3] < e3[i3] || e3[o3] === e3[i3] && r3[t3] <= r3[n3];
94025
94038
  }
94026
- function Ic(e3, t3, n3) {
94027
- for (var r3 = e3.heap[n3], o3 = n3 << 1; o3 <= e3.heap_len && (o3 < e3.heap_len && jc(t3, e3.heap[o3 + 1], e3.heap[o3], e3.depth) && o3++, !jc(t3, r3, e3.heap[o3], e3.depth)); )
94039
+ function Dc(e3, t3, n3) {
94040
+ for (var r3 = e3.heap[n3], o3 = n3 << 1; o3 <= e3.heap_len && (o3 < e3.heap_len && Ic(t3, e3.heap[o3 + 1], e3.heap[o3], e3.depth) && o3++, !Ic(t3, r3, e3.heap[o3], e3.depth)); )
94028
94041
  e3.heap[n3] = e3.heap[o3], n3 = o3, o3 <<= 1;
94029
94042
  e3.heap[n3] = r3;
94030
94043
  }
94031
- function Dc(e3, t3, n3) {
94044
+ function Pc(e3, t3, n3) {
94032
94045
  var r3, o3, i3, a3, s3 = 0;
94033
94046
  if (0 !== e3.last_lit)
94034
94047
  do {
94035
- r3 = e3.pending_buf[e3.d_buf + 2 * s3] << 8 | e3.pending_buf[e3.d_buf + 2 * s3 + 1], o3 = e3.pending_buf[e3.l_buf + s3], s3++, 0 === r3 ? Oc(e3, o3, t3) : (Oc(e3, (i3 = yc[o3]) + ac + 1, t3), 0 !== (a3 = hc[i3]) && Tc(e3, o3 -= kc[i3], a3), Oc(e3, i3 = zc(--r3), n3), 0 !== (a3 = dc[i3]) && Tc(e3, r3 -= _c[i3], a3));
94048
+ r3 = e3.pending_buf[e3.d_buf + 2 * s3] << 8 | e3.pending_buf[e3.d_buf + 2 * s3 + 1], o3 = e3.pending_buf[e3.l_buf + s3], s3++, 0 === r3 ? Lc(e3, o3, t3) : (Lc(e3, (i3 = kc[o3]) + sc + 1, t3), 0 !== (a3 = dc[i3]) && Oc(e3, o3 -= wc[i3], a3), Lc(e3, i3 = Ac(--r3), n3), 0 !== (a3 = pc[i3]) && Oc(e3, r3 -= Sc[i3], a3));
94036
94049
  } while (s3 < e3.last_lit);
94037
- Oc(e3, 256, t3);
94050
+ Lc(e3, 256, t3);
94038
94051
  }
94039
- function Pc(e3, t3) {
94052
+ function Bc(e3, t3) {
94040
94053
  var n3, r3, o3, i3 = t3.dyn_tree, a3 = t3.stat_desc.static_tree, s3 = t3.stat_desc.has_stree, l2 = t3.stat_desc.elems, c2 = -1;
94041
94054
  for (e3.heap_len = 0, e3.heap_max = 573, n3 = 0; n3 < l2; n3++)
94042
94055
  0 !== i3[2 * n3] ? (e3.heap[++e3.heap_len] = c2 = n3, e3.depth[n3] = 0) : i3[2 * n3 + 1] = 0;
94043
94056
  for (; e3.heap_len < 2; )
94044
94057
  i3[2 * (o3 = e3.heap[++e3.heap_len] = c2 < 2 ? ++c2 : 0)] = 1, e3.depth[o3] = 0, e3.opt_len--, s3 && (e3.static_len -= a3[2 * o3 + 1]);
94045
94058
  for (t3.max_code = c2, n3 = e3.heap_len >> 1; n3 >= 1; n3--)
94046
- Ic(e3, i3, n3);
94059
+ Dc(e3, i3, n3);
94047
94060
  o3 = l2;
94048
94061
  do {
94049
- n3 = e3.heap[1], e3.heap[1] = e3.heap[e3.heap_len--], Ic(e3, i3, 1), r3 = e3.heap[1], e3.heap[--e3.heap_max] = n3, e3.heap[--e3.heap_max] = r3, i3[2 * o3] = i3[2 * n3] + i3[2 * r3], e3.depth[o3] = (e3.depth[n3] >= e3.depth[r3] ? e3.depth[n3] : e3.depth[r3]) + 1, i3[2 * n3 + 1] = i3[2 * r3 + 1] = o3, e3.heap[1] = o3++, Ic(e3, i3, 1);
94062
+ n3 = e3.heap[1], e3.heap[1] = e3.heap[e3.heap_len--], Dc(e3, i3, 1), r3 = e3.heap[1], e3.heap[--e3.heap_max] = n3, e3.heap[--e3.heap_max] = r3, i3[2 * o3] = i3[2 * n3] + i3[2 * r3], e3.depth[o3] = (e3.depth[n3] >= e3.depth[r3] ? e3.depth[n3] : e3.depth[r3]) + 1, i3[2 * n3 + 1] = i3[2 * r3 + 1] = o3, e3.heap[1] = o3++, Dc(e3, i3, 1);
94050
94063
  } while (e3.heap_len >= 2);
94051
94064
  e3.heap[--e3.heap_max] = e3.heap[1], function(e4, t4) {
94052
94065
  var n4, r4, o4, i4, a4, s4, l3 = t4.dyn_tree, c3 = t4.max_code, u2 = t4.stat_desc.static_tree, h2 = t4.stat_desc.has_stree, d2 = t4.stat_desc.extra_bits, p2 = t4.stat_desc.extra_base, m2 = t4.stat_desc.max_length, f2 = 0;
94053
- for (i4 = 0; i4 <= cc; i4++)
94066
+ for (i4 = 0; i4 <= uc; i4++)
94054
94067
  e4.bl_count[i4] = 0;
94055
94068
  for (l3[2 * e4.heap[e4.heap_max] + 1] = 0, n4 = e4.heap_max + 1; n4 < 573; n4++)
94056
94069
  (i4 = l3[2 * l3[2 * (r4 = e4.heap[n4]) + 1] + 1] + 1) > m2 && (i4 = m2, f2++), l3[2 * r4 + 1] = i4, r4 > c3 || (e4.bl_count[i4]++, a4 = 0, r4 >= p2 && (a4 = d2[r4 - p2]), s4 = l3[2 * r4], e4.opt_len += s4 * (i4 + a4), h2 && (e4.static_len += s4 * (u2[2 * r4 + 1] + a4)));
@@ -94064,60 +94077,60 @@ var require_processPagePollCjs = __commonJS({
94064
94077
  for (r4 = e4.bl_count[i4]; 0 !== r4; )
94065
94078
  (o4 = e4.heap[--n4]) > c3 || (l3[2 * o4 + 1] !== i4 && (e4.opt_len += (i4 - l3[2 * o4 + 1]) * l3[2 * o4], l3[2 * o4 + 1] = i4), r4--);
94066
94079
  }
94067
- }(e3, t3), Ec(i3, c2, e3.bl_count);
94080
+ }(e3, t3), Rc(i3, c2, e3.bl_count);
94068
94081
  }
94069
- function Bc(e3, t3, n3) {
94082
+ function Fc(e3, t3, n3) {
94070
94083
  var r3, o3, i3 = -1, a3 = t3[1], s3 = 0, l2 = 7, c2 = 4;
94071
94084
  for (0 === a3 && (l2 = 138, c2 = 3), t3[2 * (n3 + 1) + 1] = 65535, r3 = 0; r3 <= n3; r3++)
94072
94085
  o3 = a3, a3 = t3[2 * (r3 + 1) + 1], ++s3 < l2 && o3 === a3 || (s3 < c2 ? e3.bl_tree[2 * o3] += s3 : 0 !== o3 ? (o3 !== i3 && e3.bl_tree[2 * o3]++, e3.bl_tree[32]++) : s3 <= 10 ? e3.bl_tree[34]++ : e3.bl_tree[36]++, s3 = 0, i3 = o3, 0 === a3 ? (l2 = 138, c2 = 3) : o3 === a3 ? (l2 = 6, c2 = 3) : (l2 = 7, c2 = 4));
94073
94086
  }
94074
- function Fc(e3, t3, n3) {
94087
+ function Uc(e3, t3, n3) {
94075
94088
  var r3, o3, i3 = -1, a3 = t3[1], s3 = 0, l2 = 7, c2 = 4;
94076
94089
  for (0 === a3 && (l2 = 138, c2 = 3), r3 = 0; r3 <= n3; r3++)
94077
94090
  if (o3 = a3, a3 = t3[2 * (r3 + 1) + 1], !(++s3 < l2 && o3 === a3)) {
94078
94091
  if (s3 < c2)
94079
94092
  do {
94080
- Oc(e3, o3, e3.bl_tree);
94093
+ Lc(e3, o3, e3.bl_tree);
94081
94094
  } while (0 != --s3);
94082
94095
  else
94083
- 0 !== o3 ? (o3 !== i3 && (Oc(e3, o3, e3.bl_tree), s3--), Oc(e3, 16, e3.bl_tree), Tc(e3, s3 - 3, 2)) : s3 <= 10 ? (Oc(e3, 17, e3.bl_tree), Tc(e3, s3 - 3, 3)) : (Oc(e3, 18, e3.bl_tree), Tc(e3, s3 - 11, 7));
94096
+ 0 !== o3 ? (o3 !== i3 && (Lc(e3, o3, e3.bl_tree), s3--), Lc(e3, 16, e3.bl_tree), Oc(e3, s3 - 3, 2)) : s3 <= 10 ? (Lc(e3, 17, e3.bl_tree), Oc(e3, s3 - 3, 3)) : (Lc(e3, 18, e3.bl_tree), Oc(e3, s3 - 11, 7));
94084
94097
  s3 = 0, i3 = o3, 0 === a3 ? (l2 = 138, c2 = 3) : o3 === a3 ? (l2 = 6, c2 = 3) : (l2 = 7, c2 = 4);
94085
94098
  }
94086
94099
  }
94087
- ic(_c);
94088
- var Uc = false;
94089
- function Mc(e3, t3, n3, r3) {
94090
- Tc(e3, 0 + (r3 ? 1 : 0), 3), function(e4, t4, n4, r4) {
94091
- Nc(e4), Ac(e4, n4), Ac(e4, ~n4), oc.arraySet(e4.pending_buf, e4.window, t4, n4, e4.pending), e4.pending += n4;
94100
+ ac(Sc);
94101
+ var Mc = false;
94102
+ function qc(e3, t3, n3, r3) {
94103
+ Oc(e3, 0 + (r3 ? 1 : 0), 3), function(e4, t4, n4, r4) {
94104
+ jc(e4), Tc(e4, n4), Tc(e4, ~n4), ic.arraySet(e4.pending_buf, e4.window, t4, n4, e4.pending), e4.pending += n4;
94092
94105
  }(e3, t3, n3);
94093
94106
  }
94094
- rc._tr_init = function(e3) {
94095
- Uc || (function() {
94096
- var e4, t3, n3, r3, o3, i3 = new Array(cc + 1);
94107
+ oc._tr_init = function(e3) {
94108
+ Mc || (function() {
94109
+ var e4, t3, n3, r3, o3, i3 = new Array(uc + 1);
94097
94110
  for (n3 = 0, r3 = 0; r3 < 28; r3++)
94098
- for (kc[r3] = n3, e4 = 0; e4 < 1 << hc[r3]; e4++)
94099
- yc[n3++] = r3;
94100
- for (yc[n3 - 1] = r3, o3 = 0, r3 = 0; r3 < 16; r3++)
94101
- for (_c[r3] = o3, e4 = 0; e4 < 1 << dc[r3]; e4++)
94102
- bc[o3++] = r3;
94103
- for (o3 >>= 7; r3 < lc; r3++)
94104
- for (_c[r3] = o3 << 7, e4 = 0; e4 < 1 << dc[r3] - 7; e4++)
94105
- bc[256 + o3++] = r3;
94106
- for (t3 = 0; t3 <= cc; t3++)
94111
+ for (wc[r3] = n3, e4 = 0; e4 < 1 << dc[r3]; e4++)
94112
+ kc[n3++] = r3;
94113
+ for (kc[n3 - 1] = r3, o3 = 0, r3 = 0; r3 < 16; r3++)
94114
+ for (Sc[r3] = o3, e4 = 0; e4 < 1 << pc[r3]; e4++)
94115
+ yc[o3++] = r3;
94116
+ for (o3 >>= 7; r3 < cc; r3++)
94117
+ for (Sc[r3] = o3 << 7, e4 = 0; e4 < 1 << pc[r3] - 7; e4++)
94118
+ yc[256 + o3++] = r3;
94119
+ for (t3 = 0; t3 <= uc; t3++)
94107
94120
  i3[t3] = 0;
94108
94121
  for (e4 = 0; e4 <= 143; )
94109
- fc[2 * e4 + 1] = 8, e4++, i3[8]++;
94122
+ gc[2 * e4 + 1] = 8, e4++, i3[8]++;
94110
94123
  for (; e4 <= 255; )
94111
- fc[2 * e4 + 1] = 9, e4++, i3[9]++;
94124
+ gc[2 * e4 + 1] = 9, e4++, i3[9]++;
94112
94125
  for (; e4 <= 279; )
94113
- fc[2 * e4 + 1] = 7, e4++, i3[7]++;
94126
+ gc[2 * e4 + 1] = 7, e4++, i3[7]++;
94114
94127
  for (; e4 <= 287; )
94115
- fc[2 * e4 + 1] = 8, e4++, i3[8]++;
94116
- for (Ec(fc, 287, i3), e4 = 0; e4 < lc; e4++)
94117
- gc[2 * e4 + 1] = 5, gc[2 * e4] = Lc(e4, 5);
94118
- wc = new Sc(fc, hc, 257, sc, cc), vc = new Sc(gc, dc, 0, lc, cc), xc = new Sc(new Array(0), pc, 0, 19, 7);
94119
- }(), Uc = true), e3.l_desc = new Cc(e3.dyn_ltree, wc), e3.d_desc = new Cc(e3.dyn_dtree, vc), e3.bl_desc = new Cc(e3.bl_tree, xc), e3.bi_buf = 0, e3.bi_valid = 0, Rc(e3);
94120
- }, rc._tr_stored_block = Mc, rc._tr_flush_block = function(e3, t3, n3, r3) {
94128
+ gc[2 * e4 + 1] = 8, e4++, i3[8]++;
94129
+ for (Rc(gc, 287, i3), e4 = 0; e4 < cc; e4++)
94130
+ bc[2 * e4 + 1] = 5, bc[2 * e4] = Ec(e4, 5);
94131
+ vc = new Cc(gc, dc, 257, lc, uc), xc = new Cc(bc, pc, 0, cc, uc), _c = new Cc(new Array(0), mc, 0, 19, 7);
94132
+ }(), Mc = true), e3.l_desc = new zc(e3.dyn_ltree, vc), e3.d_desc = new zc(e3.dyn_dtree, xc), e3.bl_desc = new zc(e3.bl_tree, _c), e3.bi_buf = 0, e3.bi_valid = 0, Nc(e3);
94133
+ }, oc._tr_stored_block = qc, oc._tr_flush_block = function(e3, t3, n3, r3) {
94121
94134
  var o3, i3, a3 = 0;
94122
94135
  e3.level > 0 ? (2 === e3.strm.data_type && (e3.strm.data_type = function(e4) {
94123
94136
  var t4, n4 = 4093624447;
@@ -94126,29 +94139,29 @@ var require_processPagePollCjs = __commonJS({
94126
94139
  return 0;
94127
94140
  if (0 !== e4.dyn_ltree[18] || 0 !== e4.dyn_ltree[20] || 0 !== e4.dyn_ltree[26])
94128
94141
  return 1;
94129
- for (t4 = 32; t4 < ac; t4++)
94142
+ for (t4 = 32; t4 < sc; t4++)
94130
94143
  if (0 !== e4.dyn_ltree[2 * t4])
94131
94144
  return 1;
94132
94145
  return 0;
94133
- }(e3)), Pc(e3, e3.l_desc), Pc(e3, e3.d_desc), a3 = function(e4) {
94146
+ }(e3)), Bc(e3, e3.l_desc), Bc(e3, e3.d_desc), a3 = function(e4) {
94134
94147
  var t4;
94135
- for (Bc(e4, e4.dyn_ltree, e4.l_desc.max_code), Bc(e4, e4.dyn_dtree, e4.d_desc.max_code), Pc(e4, e4.bl_desc), t4 = 18; t4 >= 3 && 0 === e4.bl_tree[2 * mc[t4] + 1]; t4--)
94148
+ for (Fc(e4, e4.dyn_ltree, e4.l_desc.max_code), Fc(e4, e4.dyn_dtree, e4.d_desc.max_code), Bc(e4, e4.bl_desc), t4 = 18; t4 >= 3 && 0 === e4.bl_tree[2 * fc[t4] + 1]; t4--)
94136
94149
  ;
94137
94150
  return e4.opt_len += 3 * (t4 + 1) + 5 + 5 + 4, t4;
94138
- }(e3), o3 = e3.opt_len + 3 + 7 >>> 3, (i3 = e3.static_len + 3 + 7 >>> 3) <= o3 && (o3 = i3)) : o3 = i3 = n3 + 5, n3 + 4 <= o3 && -1 !== t3 ? Mc(e3, t3, n3, r3) : 4 === e3.strategy || i3 === o3 ? (Tc(e3, 2 + (r3 ? 1 : 0), 3), Dc(e3, fc, gc)) : (Tc(e3, 4 + (r3 ? 1 : 0), 3), function(e4, t4, n4, r4) {
94151
+ }(e3), o3 = e3.opt_len + 3 + 7 >>> 3, (i3 = e3.static_len + 3 + 7 >>> 3) <= o3 && (o3 = i3)) : o3 = i3 = n3 + 5, n3 + 4 <= o3 && -1 !== t3 ? qc(e3, t3, n3, r3) : 4 === e3.strategy || i3 === o3 ? (Oc(e3, 2 + (r3 ? 1 : 0), 3), Pc(e3, gc, bc)) : (Oc(e3, 4 + (r3 ? 1 : 0), 3), function(e4, t4, n4, r4) {
94139
94152
  var o4;
94140
- for (Tc(e4, t4 - 257, 5), Tc(e4, n4 - 1, 5), Tc(e4, r4 - 4, 4), o4 = 0; o4 < r4; o4++)
94141
- Tc(e4, e4.bl_tree[2 * mc[o4] + 1], 3);
94142
- Fc(e4, e4.dyn_ltree, t4 - 1), Fc(e4, e4.dyn_dtree, n4 - 1);
94143
- }(e3, e3.l_desc.max_code + 1, e3.d_desc.max_code + 1, a3 + 1), Dc(e3, e3.dyn_ltree, e3.dyn_dtree)), Rc(e3), r3 && Nc(e3);
94144
- }, rc._tr_tally = function(e3, t3, n3) {
94145
- return e3.pending_buf[e3.d_buf + 2 * e3.last_lit] = t3 >>> 8 & 255, e3.pending_buf[e3.d_buf + 2 * e3.last_lit + 1] = 255 & t3, e3.pending_buf[e3.l_buf + e3.last_lit] = 255 & n3, e3.last_lit++, 0 === t3 ? e3.dyn_ltree[2 * n3]++ : (e3.matches++, t3--, e3.dyn_ltree[2 * (yc[n3] + ac + 1)]++, e3.dyn_dtree[2 * zc(t3)]++), e3.last_lit === e3.lit_bufsize - 1;
94146
- }, rc._tr_align = function(e3) {
94147
- Tc(e3, 2, 3), Oc(e3, 256, fc), function(e4) {
94148
- 16 === e4.bi_valid ? (Ac(e4, e4.bi_buf), e4.bi_buf = 0, e4.bi_valid = 0) : e4.bi_valid >= 8 && (e4.pending_buf[e4.pending++] = 255 & e4.bi_buf, e4.bi_buf >>= 8, e4.bi_valid -= 8);
94153
+ for (Oc(e4, t4 - 257, 5), Oc(e4, n4 - 1, 5), Oc(e4, r4 - 4, 4), o4 = 0; o4 < r4; o4++)
94154
+ Oc(e4, e4.bl_tree[2 * fc[o4] + 1], 3);
94155
+ Uc(e4, e4.dyn_ltree, t4 - 1), Uc(e4, e4.dyn_dtree, n4 - 1);
94156
+ }(e3, e3.l_desc.max_code + 1, e3.d_desc.max_code + 1, a3 + 1), Pc(e3, e3.dyn_ltree, e3.dyn_dtree)), Nc(e3), r3 && jc(e3);
94157
+ }, oc._tr_tally = function(e3, t3, n3) {
94158
+ return e3.pending_buf[e3.d_buf + 2 * e3.last_lit] = t3 >>> 8 & 255, e3.pending_buf[e3.d_buf + 2 * e3.last_lit + 1] = 255 & t3, e3.pending_buf[e3.l_buf + e3.last_lit] = 255 & n3, e3.last_lit++, 0 === t3 ? e3.dyn_ltree[2 * n3]++ : (e3.matches++, t3--, e3.dyn_ltree[2 * (kc[n3] + sc + 1)]++, e3.dyn_dtree[2 * Ac(t3)]++), e3.last_lit === e3.lit_bufsize - 1;
94159
+ }, oc._tr_align = function(e3) {
94160
+ Oc(e3, 2, 3), Lc(e3, 256, gc), function(e4) {
94161
+ 16 === e4.bi_valid ? (Tc(e4, e4.bi_buf), e4.bi_buf = 0, e4.bi_valid = 0) : e4.bi_valid >= 8 && (e4.pending_buf[e4.pending++] = 255 & e4.bi_buf, e4.bi_buf >>= 8, e4.bi_valid -= 8);
94149
94162
  }(e3);
94150
94163
  };
94151
- var qc, Wc = function(e3, t3, n3, r3) {
94164
+ var Wc, $c = function(e3, t3, n3, r3) {
94152
94165
  for (var o3 = 65535 & e3 | 0, i3 = e3 >>> 16 & 65535 | 0, a3 = 0; 0 !== n3; ) {
94153
94166
  n3 -= a3 = n3 > 2e3 ? 2e3 : n3;
94154
94167
  do {
@@ -94157,7 +94170,7 @@ var require_processPagePollCjs = __commonJS({
94157
94170
  o3 %= 65521, i3 %= 65521;
94158
94171
  }
94159
94172
  return o3 | i3 << 16 | 0;
94160
- }, $c = function() {
94173
+ }, Vc = function() {
94161
94174
  for (var e3, t3 = [], n3 = 0; n3 < 256; n3++) {
94162
94175
  e3 = n3;
94163
94176
  for (var r3 = 0; r3 < 8; r3++)
@@ -94165,45 +94178,45 @@ var require_processPagePollCjs = __commonJS({
94165
94178
  t3[n3] = e3;
94166
94179
  }
94167
94180
  return t3;
94168
- }(), Vc = function(e3, t3, n3, r3) {
94169
- var o3 = $c, i3 = r3 + n3;
94181
+ }(), Zc = function(e3, t3, n3, r3) {
94182
+ var o3 = Vc, i3 = r3 + n3;
94170
94183
  e3 ^= -1;
94171
94184
  for (var a3 = r3; a3 < i3; a3++)
94172
94185
  e3 = e3 >>> 8 ^ o3[255 & (e3 ^ t3[a3])];
94173
94186
  return -1 ^ e3;
94174
- }, Zc = { 2: "need dictionary", 1: "stream end", 0: "", "-1": "file error", "-2": "stream error", "-3": "data error", "-4": "insufficient memory", "-5": "buffer error", "-6": "incompatible version" }, Kc = ec, Hc = rc, Gc = Wc, Yc = Vc, Xc = Zc, Qc = 0, Jc = 0, eu = -2, tu = 2, nu = 8, ru = 286, ou = 30, iu = 19, au = 2 * ru + 1, su = 15, lu = 3, cu = 258, uu = cu + lu + 1, hu = 42, du = 103, pu = 113, mu = 666;
94175
- function fu(e3, t3) {
94176
- return e3.msg = Xc[t3], t3;
94187
+ }, Kc = { 2: "need dictionary", 1: "stream end", 0: "", "-1": "file error", "-2": "stream error", "-3": "data error", "-4": "insufficient memory", "-5": "buffer error", "-6": "incompatible version" }, Hc = tc, Gc = oc, Yc = $c, Xc = Zc, Qc = Kc, Jc = 0, eu = 0, tu = -2, nu = 2, ru = 8, ou = 286, iu = 30, au = 19, su = 2 * ou + 1, lu = 15, cu = 3, uu = 258, hu = uu + cu + 1, du = 42, pu = 103, mu = 113, fu = 666;
94188
+ function gu(e3, t3) {
94189
+ return e3.msg = Qc[t3], t3;
94177
94190
  }
94178
- function gu(e3) {
94191
+ function bu(e3) {
94179
94192
  return (e3 << 1) - (e3 > 4 ? 9 : 0);
94180
94193
  }
94181
- function bu(e3) {
94194
+ function yu(e3) {
94182
94195
  for (var t3 = e3.length; --t3 >= 0; )
94183
94196
  e3[t3] = 0;
94184
94197
  }
94185
- function yu(e3) {
94198
+ function ku(e3) {
94186
94199
  var t3 = e3.state, n3 = t3.pending;
94187
- n3 > e3.avail_out && (n3 = e3.avail_out), 0 !== n3 && (Kc.arraySet(e3.output, t3.pending_buf, t3.pending_out, n3, e3.next_out), e3.next_out += n3, t3.pending_out += n3, e3.total_out += n3, e3.avail_out -= n3, t3.pending -= n3, 0 === t3.pending && (t3.pending_out = 0));
94188
- }
94189
- function ku(e3, t3) {
94190
- Hc._tr_flush_block(e3, e3.block_start >= 0 ? e3.block_start : -1, e3.strstart - e3.block_start, t3), e3.block_start = e3.strstart, yu(e3.strm);
94200
+ n3 > e3.avail_out && (n3 = e3.avail_out), 0 !== n3 && (Hc.arraySet(e3.output, t3.pending_buf, t3.pending_out, n3, e3.next_out), e3.next_out += n3, t3.pending_out += n3, e3.total_out += n3, e3.avail_out -= n3, t3.pending -= n3, 0 === t3.pending && (t3.pending_out = 0));
94191
94201
  }
94192
94202
  function wu(e3, t3) {
94193
- e3.pending_buf[e3.pending++] = t3;
94203
+ Gc._tr_flush_block(e3, e3.block_start >= 0 ? e3.block_start : -1, e3.strstart - e3.block_start, t3), e3.block_start = e3.strstart, ku(e3.strm);
94194
94204
  }
94195
94205
  function vu(e3, t3) {
94196
- e3.pending_buf[e3.pending++] = t3 >>> 8 & 255, e3.pending_buf[e3.pending++] = 255 & t3;
94206
+ e3.pending_buf[e3.pending++] = t3;
94197
94207
  }
94198
94208
  function xu(e3, t3) {
94199
- var n3, r3, o3 = e3.max_chain_length, i3 = e3.strstart, a3 = e3.prev_length, s3 = e3.nice_match, l2 = e3.strstart > e3.w_size - uu ? e3.strstart - (e3.w_size - uu) : 0, c2 = e3.window, u2 = e3.w_mask, h2 = e3.prev, d2 = e3.strstart + cu, p2 = c2[i3 + a3 - 1], m2 = c2[i3 + a3];
94209
+ e3.pending_buf[e3.pending++] = t3 >>> 8 & 255, e3.pending_buf[e3.pending++] = 255 & t3;
94210
+ }
94211
+ function _u(e3, t3) {
94212
+ var n3, r3, o3 = e3.max_chain_length, i3 = e3.strstart, a3 = e3.prev_length, s3 = e3.nice_match, l2 = e3.strstart > e3.w_size - hu ? e3.strstart - (e3.w_size - hu) : 0, c2 = e3.window, u2 = e3.w_mask, h2 = e3.prev, d2 = e3.strstart + uu, p2 = c2[i3 + a3 - 1], m2 = c2[i3 + a3];
94200
94213
  e3.prev_length >= e3.good_match && (o3 >>= 2), s3 > e3.lookahead && (s3 = e3.lookahead);
94201
94214
  do {
94202
94215
  if (c2[(n3 = t3) + a3] === m2 && c2[n3 + a3 - 1] === p2 && c2[n3] === c2[i3] && c2[++n3] === c2[i3 + 1]) {
94203
94216
  i3 += 2, n3++;
94204
94217
  do {
94205
94218
  } while (c2[++i3] === c2[++n3] && c2[++i3] === c2[++n3] && c2[++i3] === c2[++n3] && c2[++i3] === c2[++n3] && c2[++i3] === c2[++n3] && c2[++i3] === c2[++n3] && c2[++i3] === c2[++n3] && c2[++i3] === c2[++n3] && i3 < d2);
94206
- if (r3 = cu - (d2 - i3), i3 = d2 - cu, r3 > a3) {
94219
+ if (r3 = uu - (d2 - i3), i3 = d2 - uu, r3 > a3) {
94207
94220
  if (e3.match_start = t3, a3 = r3, r3 >= s3)
94208
94221
  break;
94209
94222
  p2 = c2[i3 + a3 - 1], m2 = c2[i3 + a3];
@@ -94212,11 +94225,11 @@ var require_processPagePollCjs = __commonJS({
94212
94225
  } while ((t3 = h2[t3 & u2]) > l2 && 0 != --o3);
94213
94226
  return a3 <= e3.lookahead ? a3 : e3.lookahead;
94214
94227
  }
94215
- function _u(e3) {
94228
+ function Su(e3) {
94216
94229
  var t3, n3, r3, o3, i3, a3, s3, l2, c2, u2, h2 = e3.w_size;
94217
94230
  do {
94218
- if (o3 = e3.window_size - e3.lookahead - e3.strstart, e3.strstart >= h2 + (h2 - uu)) {
94219
- Kc.arraySet(e3.window, e3.window, h2, h2, 0), e3.match_start -= h2, e3.strstart -= h2, e3.block_start -= h2, t3 = n3 = e3.hash_size;
94231
+ if (o3 = e3.window_size - e3.lookahead - e3.strstart, e3.strstart >= h2 + (h2 - hu)) {
94232
+ Hc.arraySet(e3.window, e3.window, h2, h2, 0), e3.match_start -= h2, e3.strstart -= h2, e3.block_start -= h2, t3 = n3 = e3.hash_size;
94220
94233
  do {
94221
94234
  r3 = e3.head[--t3], e3.head[t3] = r3 >= h2 ? r3 - h2 : 0;
94222
94235
  } while (--n3);
@@ -94228,309 +94241,309 @@ var require_processPagePollCjs = __commonJS({
94228
94241
  }
94229
94242
  if (0 === e3.strm.avail_in)
94230
94243
  break;
94231
- if (a3 = e3.strm, s3 = e3.window, l2 = e3.strstart + e3.lookahead, c2 = o3, u2 = void 0, (u2 = a3.avail_in) > c2 && (u2 = c2), n3 = 0 === u2 ? 0 : (a3.avail_in -= u2, Kc.arraySet(s3, a3.input, a3.next_in, u2, l2), 1 === a3.state.wrap ? a3.adler = Gc(a3.adler, s3, u2, l2) : 2 === a3.state.wrap && (a3.adler = Yc(a3.adler, s3, u2, l2)), a3.next_in += u2, a3.total_in += u2, u2), e3.lookahead += n3, e3.lookahead + e3.insert >= lu)
94232
- for (i3 = e3.strstart - e3.insert, e3.ins_h = e3.window[i3], e3.ins_h = (e3.ins_h << e3.hash_shift ^ e3.window[i3 + 1]) & e3.hash_mask; e3.insert && (e3.ins_h = (e3.ins_h << e3.hash_shift ^ e3.window[i3 + lu - 1]) & e3.hash_mask, e3.prev[i3 & e3.w_mask] = e3.head[e3.ins_h], e3.head[e3.ins_h] = i3, i3++, e3.insert--, !(e3.lookahead + e3.insert < lu)); )
94244
+ if (a3 = e3.strm, s3 = e3.window, l2 = e3.strstart + e3.lookahead, c2 = o3, u2 = void 0, (u2 = a3.avail_in) > c2 && (u2 = c2), n3 = 0 === u2 ? 0 : (a3.avail_in -= u2, Hc.arraySet(s3, a3.input, a3.next_in, u2, l2), 1 === a3.state.wrap ? a3.adler = Yc(a3.adler, s3, u2, l2) : 2 === a3.state.wrap && (a3.adler = Xc(a3.adler, s3, u2, l2)), a3.next_in += u2, a3.total_in += u2, u2), e3.lookahead += n3, e3.lookahead + e3.insert >= cu)
94245
+ for (i3 = e3.strstart - e3.insert, e3.ins_h = e3.window[i3], e3.ins_h = (e3.ins_h << e3.hash_shift ^ e3.window[i3 + 1]) & e3.hash_mask; e3.insert && (e3.ins_h = (e3.ins_h << e3.hash_shift ^ e3.window[i3 + cu - 1]) & e3.hash_mask, e3.prev[i3 & e3.w_mask] = e3.head[e3.ins_h], e3.head[e3.ins_h] = i3, i3++, e3.insert--, !(e3.lookahead + e3.insert < cu)); )
94233
94246
  ;
94234
- } while (e3.lookahead < uu && 0 !== e3.strm.avail_in);
94247
+ } while (e3.lookahead < hu && 0 !== e3.strm.avail_in);
94235
94248
  }
94236
- function Su(e3, t3) {
94249
+ function Cu(e3, t3) {
94237
94250
  for (var n3, r3; ; ) {
94238
- if (e3.lookahead < uu) {
94239
- if (_u(e3), e3.lookahead < uu && t3 === Qc)
94251
+ if (e3.lookahead < hu) {
94252
+ if (Su(e3), e3.lookahead < hu && t3 === Jc)
94240
94253
  return 1;
94241
94254
  if (0 === e3.lookahead)
94242
94255
  break;
94243
94256
  }
94244
- if (n3 = 0, e3.lookahead >= lu && (e3.ins_h = (e3.ins_h << e3.hash_shift ^ e3.window[e3.strstart + lu - 1]) & e3.hash_mask, n3 = e3.prev[e3.strstart & e3.w_mask] = e3.head[e3.ins_h], e3.head[e3.ins_h] = e3.strstart), 0 !== n3 && e3.strstart - n3 <= e3.w_size - uu && (e3.match_length = xu(e3, n3)), e3.match_length >= lu)
94245
- if (r3 = Hc._tr_tally(e3, e3.strstart - e3.match_start, e3.match_length - lu), e3.lookahead -= e3.match_length, e3.match_length <= e3.max_lazy_match && e3.lookahead >= lu) {
94257
+ if (n3 = 0, e3.lookahead >= cu && (e3.ins_h = (e3.ins_h << e3.hash_shift ^ e3.window[e3.strstart + cu - 1]) & e3.hash_mask, n3 = e3.prev[e3.strstart & e3.w_mask] = e3.head[e3.ins_h], e3.head[e3.ins_h] = e3.strstart), 0 !== n3 && e3.strstart - n3 <= e3.w_size - hu && (e3.match_length = _u(e3, n3)), e3.match_length >= cu)
94258
+ if (r3 = Gc._tr_tally(e3, e3.strstart - e3.match_start, e3.match_length - cu), e3.lookahead -= e3.match_length, e3.match_length <= e3.max_lazy_match && e3.lookahead >= cu) {
94246
94259
  e3.match_length--;
94247
94260
  do {
94248
- e3.strstart++, e3.ins_h = (e3.ins_h << e3.hash_shift ^ e3.window[e3.strstart + lu - 1]) & e3.hash_mask, n3 = e3.prev[e3.strstart & e3.w_mask] = e3.head[e3.ins_h], e3.head[e3.ins_h] = e3.strstart;
94261
+ e3.strstart++, e3.ins_h = (e3.ins_h << e3.hash_shift ^ e3.window[e3.strstart + cu - 1]) & e3.hash_mask, n3 = e3.prev[e3.strstart & e3.w_mask] = e3.head[e3.ins_h], e3.head[e3.ins_h] = e3.strstart;
94249
94262
  } while (0 != --e3.match_length);
94250
94263
  e3.strstart++;
94251
94264
  } else
94252
94265
  e3.strstart += e3.match_length, e3.match_length = 0, e3.ins_h = e3.window[e3.strstart], e3.ins_h = (e3.ins_h << e3.hash_shift ^ e3.window[e3.strstart + 1]) & e3.hash_mask;
94253
94266
  else
94254
- r3 = Hc._tr_tally(e3, 0, e3.window[e3.strstart]), e3.lookahead--, e3.strstart++;
94255
- if (r3 && (ku(e3, false), 0 === e3.strm.avail_out))
94267
+ r3 = Gc._tr_tally(e3, 0, e3.window[e3.strstart]), e3.lookahead--, e3.strstart++;
94268
+ if (r3 && (wu(e3, false), 0 === e3.strm.avail_out))
94256
94269
  return 1;
94257
94270
  }
94258
- return e3.insert = e3.strstart < lu - 1 ? e3.strstart : lu - 1, 4 === t3 ? (ku(e3, true), 0 === e3.strm.avail_out ? 3 : 4) : e3.last_lit && (ku(e3, false), 0 === e3.strm.avail_out) ? 1 : 2;
94271
+ return e3.insert = e3.strstart < cu - 1 ? e3.strstart : cu - 1, 4 === t3 ? (wu(e3, true), 0 === e3.strm.avail_out ? 3 : 4) : e3.last_lit && (wu(e3, false), 0 === e3.strm.avail_out) ? 1 : 2;
94259
94272
  }
94260
- function Cu(e3, t3) {
94273
+ function zu(e3, t3) {
94261
94274
  for (var n3, r3, o3; ; ) {
94262
- if (e3.lookahead < uu) {
94263
- if (_u(e3), e3.lookahead < uu && t3 === Qc)
94275
+ if (e3.lookahead < hu) {
94276
+ if (Su(e3), e3.lookahead < hu && t3 === Jc)
94264
94277
  return 1;
94265
94278
  if (0 === e3.lookahead)
94266
94279
  break;
94267
94280
  }
94268
- if (n3 = 0, e3.lookahead >= lu && (e3.ins_h = (e3.ins_h << e3.hash_shift ^ e3.window[e3.strstart + lu - 1]) & e3.hash_mask, n3 = e3.prev[e3.strstart & e3.w_mask] = e3.head[e3.ins_h], e3.head[e3.ins_h] = e3.strstart), e3.prev_length = e3.match_length, e3.prev_match = e3.match_start, e3.match_length = lu - 1, 0 !== n3 && e3.prev_length < e3.max_lazy_match && e3.strstart - n3 <= e3.w_size - uu && (e3.match_length = xu(e3, n3), e3.match_length <= 5 && (1 === e3.strategy || e3.match_length === lu && e3.strstart - e3.match_start > 4096) && (e3.match_length = lu - 1)), e3.prev_length >= lu && e3.match_length <= e3.prev_length) {
94269
- o3 = e3.strstart + e3.lookahead - lu, r3 = Hc._tr_tally(e3, e3.strstart - 1 - e3.prev_match, e3.prev_length - lu), e3.lookahead -= e3.prev_length - 1, e3.prev_length -= 2;
94281
+ if (n3 = 0, e3.lookahead >= cu && (e3.ins_h = (e3.ins_h << e3.hash_shift ^ e3.window[e3.strstart + cu - 1]) & e3.hash_mask, n3 = e3.prev[e3.strstart & e3.w_mask] = e3.head[e3.ins_h], e3.head[e3.ins_h] = e3.strstart), e3.prev_length = e3.match_length, e3.prev_match = e3.match_start, e3.match_length = cu - 1, 0 !== n3 && e3.prev_length < e3.max_lazy_match && e3.strstart - n3 <= e3.w_size - hu && (e3.match_length = _u(e3, n3), e3.match_length <= 5 && (1 === e3.strategy || e3.match_length === cu && e3.strstart - e3.match_start > 4096) && (e3.match_length = cu - 1)), e3.prev_length >= cu && e3.match_length <= e3.prev_length) {
94282
+ o3 = e3.strstart + e3.lookahead - cu, r3 = Gc._tr_tally(e3, e3.strstart - 1 - e3.prev_match, e3.prev_length - cu), e3.lookahead -= e3.prev_length - 1, e3.prev_length -= 2;
94270
94283
  do {
94271
- ++e3.strstart <= o3 && (e3.ins_h = (e3.ins_h << e3.hash_shift ^ e3.window[e3.strstart + lu - 1]) & e3.hash_mask, n3 = e3.prev[e3.strstart & e3.w_mask] = e3.head[e3.ins_h], e3.head[e3.ins_h] = e3.strstart);
94284
+ ++e3.strstart <= o3 && (e3.ins_h = (e3.ins_h << e3.hash_shift ^ e3.window[e3.strstart + cu - 1]) & e3.hash_mask, n3 = e3.prev[e3.strstart & e3.w_mask] = e3.head[e3.ins_h], e3.head[e3.ins_h] = e3.strstart);
94272
94285
  } while (0 != --e3.prev_length);
94273
- if (e3.match_available = 0, e3.match_length = lu - 1, e3.strstart++, r3 && (ku(e3, false), 0 === e3.strm.avail_out))
94286
+ if (e3.match_available = 0, e3.match_length = cu - 1, e3.strstart++, r3 && (wu(e3, false), 0 === e3.strm.avail_out))
94274
94287
  return 1;
94275
94288
  } else if (e3.match_available) {
94276
- if ((r3 = Hc._tr_tally(e3, 0, e3.window[e3.strstart - 1])) && ku(e3, false), e3.strstart++, e3.lookahead--, 0 === e3.strm.avail_out)
94289
+ if ((r3 = Gc._tr_tally(e3, 0, e3.window[e3.strstart - 1])) && wu(e3, false), e3.strstart++, e3.lookahead--, 0 === e3.strm.avail_out)
94277
94290
  return 1;
94278
94291
  } else
94279
94292
  e3.match_available = 1, e3.strstart++, e3.lookahead--;
94280
94293
  }
94281
- return e3.match_available && (r3 = Hc._tr_tally(e3, 0, e3.window[e3.strstart - 1]), e3.match_available = 0), e3.insert = e3.strstart < lu - 1 ? e3.strstart : lu - 1, 4 === t3 ? (ku(e3, true), 0 === e3.strm.avail_out ? 3 : 4) : e3.last_lit && (ku(e3, false), 0 === e3.strm.avail_out) ? 1 : 2;
94294
+ return e3.match_available && (r3 = Gc._tr_tally(e3, 0, e3.window[e3.strstart - 1]), e3.match_available = 0), e3.insert = e3.strstart < cu - 1 ? e3.strstart : cu - 1, 4 === t3 ? (wu(e3, true), 0 === e3.strm.avail_out ? 3 : 4) : e3.last_lit && (wu(e3, false), 0 === e3.strm.avail_out) ? 1 : 2;
94282
94295
  }
94283
- function zu(e3, t3, n3, r3, o3) {
94296
+ function Au(e3, t3, n3, r3, o3) {
94284
94297
  this.good_length = e3, this.max_lazy = t3, this.nice_length = n3, this.max_chain = r3, this.func = o3;
94285
94298
  }
94286
- function Au() {
94287
- this.strm = null, this.status = 0, this.pending_buf = null, this.pending_buf_size = 0, this.pending_out = 0, this.pending = 0, this.wrap = 0, this.gzhead = null, this.gzindex = 0, this.method = nu, this.last_flush = -1, this.w_size = 0, this.w_bits = 0, this.w_mask = 0, this.window = null, this.window_size = 0, this.prev = null, this.head = null, this.ins_h = 0, this.hash_size = 0, this.hash_bits = 0, this.hash_mask = 0, this.hash_shift = 0, this.block_start = 0, this.match_length = 0, this.prev_match = 0, this.match_available = 0, this.strstart = 0, this.match_start = 0, this.lookahead = 0, this.prev_length = 0, this.max_chain_length = 0, this.max_lazy_match = 0, this.level = 0, this.strategy = 0, this.good_match = 0, this.nice_match = 0, this.dyn_ltree = new Kc.Buf16(2 * au), this.dyn_dtree = new Kc.Buf16(2 * (2 * ou + 1)), this.bl_tree = new Kc.Buf16(2 * (2 * iu + 1)), bu(this.dyn_ltree), bu(this.dyn_dtree), bu(this.bl_tree), this.l_desc = null, this.d_desc = null, this.bl_desc = null, this.bl_count = new Kc.Buf16(su + 1), this.heap = new Kc.Buf16(2 * ru + 1), bu(this.heap), this.heap_len = 0, this.heap_max = 0, this.depth = new Kc.Buf16(2 * ru + 1), bu(this.depth), this.l_buf = 0, this.lit_bufsize = 0, this.last_lit = 0, this.d_buf = 0, this.opt_len = 0, this.static_len = 0, this.matches = 0, this.insert = 0, this.bi_buf = 0, this.bi_valid = 0;
94299
+ function Tu() {
94300
+ this.strm = null, this.status = 0, this.pending_buf = null, this.pending_buf_size = 0, this.pending_out = 0, this.pending = 0, this.wrap = 0, this.gzhead = null, this.gzindex = 0, this.method = ru, this.last_flush = -1, this.w_size = 0, this.w_bits = 0, this.w_mask = 0, this.window = null, this.window_size = 0, this.prev = null, this.head = null, this.ins_h = 0, this.hash_size = 0, this.hash_bits = 0, this.hash_mask = 0, this.hash_shift = 0, this.block_start = 0, this.match_length = 0, this.prev_match = 0, this.match_available = 0, this.strstart = 0, this.match_start = 0, this.lookahead = 0, this.prev_length = 0, this.max_chain_length = 0, this.max_lazy_match = 0, this.level = 0, this.strategy = 0, this.good_match = 0, this.nice_match = 0, this.dyn_ltree = new Hc.Buf16(2 * su), this.dyn_dtree = new Hc.Buf16(2 * (2 * iu + 1)), this.bl_tree = new Hc.Buf16(2 * (2 * au + 1)), yu(this.dyn_ltree), yu(this.dyn_dtree), yu(this.bl_tree), this.l_desc = null, this.d_desc = null, this.bl_desc = null, this.bl_count = new Hc.Buf16(lu + 1), this.heap = new Hc.Buf16(2 * ou + 1), yu(this.heap), this.heap_len = 0, this.heap_max = 0, this.depth = new Hc.Buf16(2 * ou + 1), yu(this.depth), this.l_buf = 0, this.lit_bufsize = 0, this.last_lit = 0, this.d_buf = 0, this.opt_len = 0, this.static_len = 0, this.matches = 0, this.insert = 0, this.bi_buf = 0, this.bi_valid = 0;
94288
94301
  }
94289
- function Tu(e3) {
94302
+ function Ou(e3) {
94290
94303
  var t3;
94291
- return e3 && e3.state ? (e3.total_in = e3.total_out = 0, e3.data_type = tu, (t3 = e3.state).pending = 0, t3.pending_out = 0, t3.wrap < 0 && (t3.wrap = -t3.wrap), t3.status = t3.wrap ? hu : pu, e3.adler = 2 === t3.wrap ? 0 : 1, t3.last_flush = Qc, Hc._tr_init(t3), Jc) : fu(e3, eu);
94304
+ return e3 && e3.state ? (e3.total_in = e3.total_out = 0, e3.data_type = nu, (t3 = e3.state).pending = 0, t3.pending_out = 0, t3.wrap < 0 && (t3.wrap = -t3.wrap), t3.status = t3.wrap ? du : mu, e3.adler = 2 === t3.wrap ? 0 : 1, t3.last_flush = Jc, Gc._tr_init(t3), eu) : gu(e3, tu);
94292
94305
  }
94293
- function Ou(e3) {
94294
- var t3, n3 = Tu(e3);
94295
- return n3 === Jc && ((t3 = e3.state).window_size = 2 * t3.w_size, bu(t3.head), t3.max_lazy_match = qc[t3.level].max_lazy, t3.good_match = qc[t3.level].good_length, t3.nice_match = qc[t3.level].nice_length, t3.max_chain_length = qc[t3.level].max_chain, t3.strstart = 0, t3.block_start = 0, t3.lookahead = 0, t3.insert = 0, t3.match_length = t3.prev_length = lu - 1, t3.match_available = 0, t3.ins_h = 0), n3;
94306
+ function Lu(e3) {
94307
+ var t3, n3 = Ou(e3);
94308
+ return n3 === eu && ((t3 = e3.state).window_size = 2 * t3.w_size, yu(t3.head), t3.max_lazy_match = Wc[t3.level].max_lazy, t3.good_match = Wc[t3.level].good_length, t3.nice_match = Wc[t3.level].nice_length, t3.max_chain_length = Wc[t3.level].max_chain, t3.strstart = 0, t3.block_start = 0, t3.lookahead = 0, t3.insert = 0, t3.match_length = t3.prev_length = cu - 1, t3.match_available = 0, t3.ins_h = 0), n3;
94296
94309
  }
94297
- function Lu(e3, t3, n3, r3, o3, i3) {
94310
+ function Eu(e3, t3, n3, r3, o3, i3) {
94298
94311
  if (!e3)
94299
- return eu;
94312
+ return tu;
94300
94313
  var a3 = 1;
94301
- if (-1 === t3 && (t3 = 6), r3 < 0 ? (a3 = 0, r3 = -r3) : r3 > 15 && (a3 = 2, r3 -= 16), o3 < 1 || o3 > 9 || n3 !== nu || r3 < 8 || r3 > 15 || t3 < 0 || t3 > 9 || i3 < 0 || i3 > 4)
94302
- return fu(e3, eu);
94314
+ if (-1 === t3 && (t3 = 6), r3 < 0 ? (a3 = 0, r3 = -r3) : r3 > 15 && (a3 = 2, r3 -= 16), o3 < 1 || o3 > 9 || n3 !== ru || r3 < 8 || r3 > 15 || t3 < 0 || t3 > 9 || i3 < 0 || i3 > 4)
94315
+ return gu(e3, tu);
94303
94316
  8 === r3 && (r3 = 9);
94304
- var s3 = new Au();
94305
- return e3.state = s3, s3.strm = e3, s3.wrap = a3, s3.gzhead = null, s3.w_bits = r3, s3.w_size = 1 << s3.w_bits, s3.w_mask = s3.w_size - 1, s3.hash_bits = o3 + 7, s3.hash_size = 1 << s3.hash_bits, s3.hash_mask = s3.hash_size - 1, s3.hash_shift = ~~((s3.hash_bits + lu - 1) / lu), s3.window = new Kc.Buf8(2 * s3.w_size), s3.head = new Kc.Buf16(s3.hash_size), s3.prev = new Kc.Buf16(s3.w_size), s3.lit_bufsize = 1 << o3 + 6, s3.pending_buf_size = 4 * s3.lit_bufsize, s3.pending_buf = new Kc.Buf8(s3.pending_buf_size), s3.d_buf = 1 * s3.lit_bufsize, s3.l_buf = 3 * s3.lit_bufsize, s3.level = t3, s3.strategy = i3, s3.method = n3, Ou(e3);
94317
+ var s3 = new Tu();
94318
+ return e3.state = s3, s3.strm = e3, s3.wrap = a3, s3.gzhead = null, s3.w_bits = r3, s3.w_size = 1 << s3.w_bits, s3.w_mask = s3.w_size - 1, s3.hash_bits = o3 + 7, s3.hash_size = 1 << s3.hash_bits, s3.hash_mask = s3.hash_size - 1, s3.hash_shift = ~~((s3.hash_bits + cu - 1) / cu), s3.window = new Hc.Buf8(2 * s3.w_size), s3.head = new Hc.Buf16(s3.hash_size), s3.prev = new Hc.Buf16(s3.w_size), s3.lit_bufsize = 1 << o3 + 6, s3.pending_buf_size = 4 * s3.lit_bufsize, s3.pending_buf = new Hc.Buf8(s3.pending_buf_size), s3.d_buf = 1 * s3.lit_bufsize, s3.l_buf = 3 * s3.lit_bufsize, s3.level = t3, s3.strategy = i3, s3.method = n3, Lu(e3);
94306
94319
  }
94307
- qc = [new zu(0, 0, 0, 0, function(e3, t3) {
94320
+ Wc = [new Au(0, 0, 0, 0, function(e3, t3) {
94308
94321
  var n3 = 65535;
94309
94322
  for (n3 > e3.pending_buf_size - 5 && (n3 = e3.pending_buf_size - 5); ; ) {
94310
94323
  if (e3.lookahead <= 1) {
94311
- if (_u(e3), 0 === e3.lookahead && t3 === Qc)
94324
+ if (Su(e3), 0 === e3.lookahead && t3 === Jc)
94312
94325
  return 1;
94313
94326
  if (0 === e3.lookahead)
94314
94327
  break;
94315
94328
  }
94316
94329
  e3.strstart += e3.lookahead, e3.lookahead = 0;
94317
94330
  var r3 = e3.block_start + n3;
94318
- if ((0 === e3.strstart || e3.strstart >= r3) && (e3.lookahead = e3.strstart - r3, e3.strstart = r3, ku(e3, false), 0 === e3.strm.avail_out))
94331
+ if ((0 === e3.strstart || e3.strstart >= r3) && (e3.lookahead = e3.strstart - r3, e3.strstart = r3, wu(e3, false), 0 === e3.strm.avail_out))
94319
94332
  return 1;
94320
- if (e3.strstart - e3.block_start >= e3.w_size - uu && (ku(e3, false), 0 === e3.strm.avail_out))
94333
+ if (e3.strstart - e3.block_start >= e3.w_size - hu && (wu(e3, false), 0 === e3.strm.avail_out))
94321
94334
  return 1;
94322
94335
  }
94323
- return e3.insert = 0, 4 === t3 ? (ku(e3, true), 0 === e3.strm.avail_out ? 3 : 4) : (e3.strstart > e3.block_start && (ku(e3, false), e3.strm.avail_out), 1);
94324
- }), new zu(4, 4, 8, 4, Su), new zu(4, 5, 16, 8, Su), new zu(4, 6, 32, 32, Su), new zu(4, 4, 16, 16, Cu), new zu(8, 16, 32, 32, Cu), new zu(8, 16, 128, 128, Cu), new zu(8, 32, 128, 256, Cu), new zu(32, 128, 258, 1024, Cu), new zu(32, 258, 258, 4096, Cu)], nc.deflateInit = function(e3, t3) {
94325
- return Lu(e3, t3, nu, 15, 8, 0);
94326
- }, nc.deflateInit2 = Lu, nc.deflateReset = Ou, nc.deflateResetKeep = Tu, nc.deflateSetHeader = function(e3, t3) {
94327
- return e3 && e3.state ? 2 !== e3.state.wrap ? eu : (e3.state.gzhead = t3, Jc) : eu;
94328
- }, nc.deflate = function(e3, t3) {
94336
+ return e3.insert = 0, 4 === t3 ? (wu(e3, true), 0 === e3.strm.avail_out ? 3 : 4) : (e3.strstart > e3.block_start && (wu(e3, false), e3.strm.avail_out), 1);
94337
+ }), new Au(4, 4, 8, 4, Cu), new Au(4, 5, 16, 8, Cu), new Au(4, 6, 32, 32, Cu), new Au(4, 4, 16, 16, zu), new Au(8, 16, 32, 32, zu), new Au(8, 16, 128, 128, zu), new Au(8, 32, 128, 256, zu), new Au(32, 128, 258, 1024, zu), new Au(32, 258, 258, 4096, zu)], rc.deflateInit = function(e3, t3) {
94338
+ return Eu(e3, t3, ru, 15, 8, 0);
94339
+ }, rc.deflateInit2 = Eu, rc.deflateReset = Lu, rc.deflateResetKeep = Ou, rc.deflateSetHeader = function(e3, t3) {
94340
+ return e3 && e3.state ? 2 !== e3.state.wrap ? tu : (e3.state.gzhead = t3, eu) : tu;
94341
+ }, rc.deflate = function(e3, t3) {
94329
94342
  var n3, r3, o3, i3;
94330
94343
  if (!e3 || !e3.state || t3 > 5 || t3 < 0)
94331
- return e3 ? fu(e3, eu) : eu;
94332
- if (r3 = e3.state, !e3.output || !e3.input && 0 !== e3.avail_in || r3.status === mu && 4 !== t3)
94333
- return fu(e3, 0 === e3.avail_out ? -5 : eu);
94334
- if (r3.strm = e3, n3 = r3.last_flush, r3.last_flush = t3, r3.status === hu)
94344
+ return e3 ? gu(e3, tu) : tu;
94345
+ if (r3 = e3.state, !e3.output || !e3.input && 0 !== e3.avail_in || r3.status === fu && 4 !== t3)
94346
+ return gu(e3, 0 === e3.avail_out ? -5 : tu);
94347
+ if (r3.strm = e3, n3 = r3.last_flush, r3.last_flush = t3, r3.status === du)
94335
94348
  if (2 === r3.wrap)
94336
- e3.adler = 0, wu(r3, 31), wu(r3, 139), wu(r3, 8), r3.gzhead ? (wu(r3, (r3.gzhead.text ? 1 : 0) + (r3.gzhead.hcrc ? 2 : 0) + (r3.gzhead.extra ? 4 : 0) + (r3.gzhead.name ? 8 : 0) + (r3.gzhead.comment ? 16 : 0)), wu(r3, 255 & r3.gzhead.time), wu(r3, r3.gzhead.time >> 8 & 255), wu(r3, r3.gzhead.time >> 16 & 255), wu(r3, r3.gzhead.time >> 24 & 255), wu(r3, 9 === r3.level ? 2 : r3.strategy >= 2 || r3.level < 2 ? 4 : 0), wu(r3, 255 & r3.gzhead.os), r3.gzhead.extra && r3.gzhead.extra.length && (wu(r3, 255 & r3.gzhead.extra.length), wu(r3, r3.gzhead.extra.length >> 8 & 255)), r3.gzhead.hcrc && (e3.adler = Yc(e3.adler, r3.pending_buf, r3.pending, 0)), r3.gzindex = 0, r3.status = 69) : (wu(r3, 0), wu(r3, 0), wu(r3, 0), wu(r3, 0), wu(r3, 0), wu(r3, 9 === r3.level ? 2 : r3.strategy >= 2 || r3.level < 2 ? 4 : 0), wu(r3, 3), r3.status = pu);
94349
+ e3.adler = 0, vu(r3, 31), vu(r3, 139), vu(r3, 8), r3.gzhead ? (vu(r3, (r3.gzhead.text ? 1 : 0) + (r3.gzhead.hcrc ? 2 : 0) + (r3.gzhead.extra ? 4 : 0) + (r3.gzhead.name ? 8 : 0) + (r3.gzhead.comment ? 16 : 0)), vu(r3, 255 & r3.gzhead.time), vu(r3, r3.gzhead.time >> 8 & 255), vu(r3, r3.gzhead.time >> 16 & 255), vu(r3, r3.gzhead.time >> 24 & 255), vu(r3, 9 === r3.level ? 2 : r3.strategy >= 2 || r3.level < 2 ? 4 : 0), vu(r3, 255 & r3.gzhead.os), r3.gzhead.extra && r3.gzhead.extra.length && (vu(r3, 255 & r3.gzhead.extra.length), vu(r3, r3.gzhead.extra.length >> 8 & 255)), r3.gzhead.hcrc && (e3.adler = Xc(e3.adler, r3.pending_buf, r3.pending, 0)), r3.gzindex = 0, r3.status = 69) : (vu(r3, 0), vu(r3, 0), vu(r3, 0), vu(r3, 0), vu(r3, 0), vu(r3, 9 === r3.level ? 2 : r3.strategy >= 2 || r3.level < 2 ? 4 : 0), vu(r3, 3), r3.status = mu);
94337
94350
  else {
94338
- var a3 = nu + (r3.w_bits - 8 << 4) << 8;
94339
- a3 |= (r3.strategy >= 2 || r3.level < 2 ? 0 : r3.level < 6 ? 1 : 6 === r3.level ? 2 : 3) << 6, 0 !== r3.strstart && (a3 |= 32), a3 += 31 - a3 % 31, r3.status = pu, vu(r3, a3), 0 !== r3.strstart && (vu(r3, e3.adler >>> 16), vu(r3, 65535 & e3.adler)), e3.adler = 1;
94351
+ var a3 = ru + (r3.w_bits - 8 << 4) << 8;
94352
+ a3 |= (r3.strategy >= 2 || r3.level < 2 ? 0 : r3.level < 6 ? 1 : 6 === r3.level ? 2 : 3) << 6, 0 !== r3.strstart && (a3 |= 32), a3 += 31 - a3 % 31, r3.status = mu, xu(r3, a3), 0 !== r3.strstart && (xu(r3, e3.adler >>> 16), xu(r3, 65535 & e3.adler)), e3.adler = 1;
94340
94353
  }
94341
94354
  if (69 === r3.status)
94342
94355
  if (r3.gzhead.extra) {
94343
- for (o3 = r3.pending; r3.gzindex < (65535 & r3.gzhead.extra.length) && (r3.pending !== r3.pending_buf_size || (r3.gzhead.hcrc && r3.pending > o3 && (e3.adler = Yc(e3.adler, r3.pending_buf, r3.pending - o3, o3)), yu(e3), o3 = r3.pending, r3.pending !== r3.pending_buf_size)); )
94344
- wu(r3, 255 & r3.gzhead.extra[r3.gzindex]), r3.gzindex++;
94345
- r3.gzhead.hcrc && r3.pending > o3 && (e3.adler = Yc(e3.adler, r3.pending_buf, r3.pending - o3, o3)), r3.gzindex === r3.gzhead.extra.length && (r3.gzindex = 0, r3.status = 73);
94356
+ for (o3 = r3.pending; r3.gzindex < (65535 & r3.gzhead.extra.length) && (r3.pending !== r3.pending_buf_size || (r3.gzhead.hcrc && r3.pending > o3 && (e3.adler = Xc(e3.adler, r3.pending_buf, r3.pending - o3, o3)), ku(e3), o3 = r3.pending, r3.pending !== r3.pending_buf_size)); )
94357
+ vu(r3, 255 & r3.gzhead.extra[r3.gzindex]), r3.gzindex++;
94358
+ r3.gzhead.hcrc && r3.pending > o3 && (e3.adler = Xc(e3.adler, r3.pending_buf, r3.pending - o3, o3)), r3.gzindex === r3.gzhead.extra.length && (r3.gzindex = 0, r3.status = 73);
94346
94359
  } else
94347
94360
  r3.status = 73;
94348
94361
  if (73 === r3.status)
94349
94362
  if (r3.gzhead.name) {
94350
94363
  o3 = r3.pending;
94351
94364
  do {
94352
- if (r3.pending === r3.pending_buf_size && (r3.gzhead.hcrc && r3.pending > o3 && (e3.adler = Yc(e3.adler, r3.pending_buf, r3.pending - o3, o3)), yu(e3), o3 = r3.pending, r3.pending === r3.pending_buf_size)) {
94365
+ if (r3.pending === r3.pending_buf_size && (r3.gzhead.hcrc && r3.pending > o3 && (e3.adler = Xc(e3.adler, r3.pending_buf, r3.pending - o3, o3)), ku(e3), o3 = r3.pending, r3.pending === r3.pending_buf_size)) {
94353
94366
  i3 = 1;
94354
94367
  break;
94355
94368
  }
94356
- i3 = r3.gzindex < r3.gzhead.name.length ? 255 & r3.gzhead.name.charCodeAt(r3.gzindex++) : 0, wu(r3, i3);
94369
+ i3 = r3.gzindex < r3.gzhead.name.length ? 255 & r3.gzhead.name.charCodeAt(r3.gzindex++) : 0, vu(r3, i3);
94357
94370
  } while (0 !== i3);
94358
- r3.gzhead.hcrc && r3.pending > o3 && (e3.adler = Yc(e3.adler, r3.pending_buf, r3.pending - o3, o3)), 0 === i3 && (r3.gzindex = 0, r3.status = 91);
94371
+ r3.gzhead.hcrc && r3.pending > o3 && (e3.adler = Xc(e3.adler, r3.pending_buf, r3.pending - o3, o3)), 0 === i3 && (r3.gzindex = 0, r3.status = 91);
94359
94372
  } else
94360
94373
  r3.status = 91;
94361
94374
  if (91 === r3.status)
94362
94375
  if (r3.gzhead.comment) {
94363
94376
  o3 = r3.pending;
94364
94377
  do {
94365
- if (r3.pending === r3.pending_buf_size && (r3.gzhead.hcrc && r3.pending > o3 && (e3.adler = Yc(e3.adler, r3.pending_buf, r3.pending - o3, o3)), yu(e3), o3 = r3.pending, r3.pending === r3.pending_buf_size)) {
94378
+ if (r3.pending === r3.pending_buf_size && (r3.gzhead.hcrc && r3.pending > o3 && (e3.adler = Xc(e3.adler, r3.pending_buf, r3.pending - o3, o3)), ku(e3), o3 = r3.pending, r3.pending === r3.pending_buf_size)) {
94366
94379
  i3 = 1;
94367
94380
  break;
94368
94381
  }
94369
- i3 = r3.gzindex < r3.gzhead.comment.length ? 255 & r3.gzhead.comment.charCodeAt(r3.gzindex++) : 0, wu(r3, i3);
94382
+ i3 = r3.gzindex < r3.gzhead.comment.length ? 255 & r3.gzhead.comment.charCodeAt(r3.gzindex++) : 0, vu(r3, i3);
94370
94383
  } while (0 !== i3);
94371
- r3.gzhead.hcrc && r3.pending > o3 && (e3.adler = Yc(e3.adler, r3.pending_buf, r3.pending - o3, o3)), 0 === i3 && (r3.status = du);
94384
+ r3.gzhead.hcrc && r3.pending > o3 && (e3.adler = Xc(e3.adler, r3.pending_buf, r3.pending - o3, o3)), 0 === i3 && (r3.status = pu);
94372
94385
  } else
94373
- r3.status = du;
94374
- if (r3.status === du && (r3.gzhead.hcrc ? (r3.pending + 2 > r3.pending_buf_size && yu(e3), r3.pending + 2 <= r3.pending_buf_size && (wu(r3, 255 & e3.adler), wu(r3, e3.adler >> 8 & 255), e3.adler = 0, r3.status = pu)) : r3.status = pu), 0 !== r3.pending) {
94375
- if (yu(e3), 0 === e3.avail_out)
94376
- return r3.last_flush = -1, Jc;
94377
- } else if (0 === e3.avail_in && gu(t3) <= gu(n3) && 4 !== t3)
94378
- return fu(e3, -5);
94379
- if (r3.status === mu && 0 !== e3.avail_in)
94380
- return fu(e3, -5);
94381
- if (0 !== e3.avail_in || 0 !== r3.lookahead || t3 !== Qc && r3.status !== mu) {
94386
+ r3.status = pu;
94387
+ if (r3.status === pu && (r3.gzhead.hcrc ? (r3.pending + 2 > r3.pending_buf_size && ku(e3), r3.pending + 2 <= r3.pending_buf_size && (vu(r3, 255 & e3.adler), vu(r3, e3.adler >> 8 & 255), e3.adler = 0, r3.status = mu)) : r3.status = mu), 0 !== r3.pending) {
94388
+ if (ku(e3), 0 === e3.avail_out)
94389
+ return r3.last_flush = -1, eu;
94390
+ } else if (0 === e3.avail_in && bu(t3) <= bu(n3) && 4 !== t3)
94391
+ return gu(e3, -5);
94392
+ if (r3.status === fu && 0 !== e3.avail_in)
94393
+ return gu(e3, -5);
94394
+ if (0 !== e3.avail_in || 0 !== r3.lookahead || t3 !== Jc && r3.status !== fu) {
94382
94395
  var s3 = 2 === r3.strategy ? function(e4, t4) {
94383
94396
  for (var n4; ; ) {
94384
- if (0 === e4.lookahead && (_u(e4), 0 === e4.lookahead)) {
94385
- if (t4 === Qc)
94397
+ if (0 === e4.lookahead && (Su(e4), 0 === e4.lookahead)) {
94398
+ if (t4 === Jc)
94386
94399
  return 1;
94387
94400
  break;
94388
94401
  }
94389
- if (e4.match_length = 0, n4 = Hc._tr_tally(e4, 0, e4.window[e4.strstart]), e4.lookahead--, e4.strstart++, n4 && (ku(e4, false), 0 === e4.strm.avail_out))
94402
+ if (e4.match_length = 0, n4 = Gc._tr_tally(e4, 0, e4.window[e4.strstart]), e4.lookahead--, e4.strstart++, n4 && (wu(e4, false), 0 === e4.strm.avail_out))
94390
94403
  return 1;
94391
94404
  }
94392
- return e4.insert = 0, 4 === t4 ? (ku(e4, true), 0 === e4.strm.avail_out ? 3 : 4) : e4.last_lit && (ku(e4, false), 0 === e4.strm.avail_out) ? 1 : 2;
94405
+ return e4.insert = 0, 4 === t4 ? (wu(e4, true), 0 === e4.strm.avail_out ? 3 : 4) : e4.last_lit && (wu(e4, false), 0 === e4.strm.avail_out) ? 1 : 2;
94393
94406
  }(r3, t3) : 3 === r3.strategy ? function(e4, t4) {
94394
94407
  for (var n4, r4, o4, i4, a4 = e4.window; ; ) {
94395
- if (e4.lookahead <= cu) {
94396
- if (_u(e4), e4.lookahead <= cu && t4 === Qc)
94408
+ if (e4.lookahead <= uu) {
94409
+ if (Su(e4), e4.lookahead <= uu && t4 === Jc)
94397
94410
  return 1;
94398
94411
  if (0 === e4.lookahead)
94399
94412
  break;
94400
94413
  }
94401
- if (e4.match_length = 0, e4.lookahead >= lu && e4.strstart > 0 && (r4 = a4[o4 = e4.strstart - 1]) === a4[++o4] && r4 === a4[++o4] && r4 === a4[++o4]) {
94402
- i4 = e4.strstart + cu;
94414
+ if (e4.match_length = 0, e4.lookahead >= cu && e4.strstart > 0 && (r4 = a4[o4 = e4.strstart - 1]) === a4[++o4] && r4 === a4[++o4] && r4 === a4[++o4]) {
94415
+ i4 = e4.strstart + uu;
94403
94416
  do {
94404
94417
  } while (r4 === a4[++o4] && r4 === a4[++o4] && r4 === a4[++o4] && r4 === a4[++o4] && r4 === a4[++o4] && r4 === a4[++o4] && r4 === a4[++o4] && r4 === a4[++o4] && o4 < i4);
94405
- e4.match_length = cu - (i4 - o4), e4.match_length > e4.lookahead && (e4.match_length = e4.lookahead);
94418
+ e4.match_length = uu - (i4 - o4), e4.match_length > e4.lookahead && (e4.match_length = e4.lookahead);
94406
94419
  }
94407
- if (e4.match_length >= lu ? (n4 = Hc._tr_tally(e4, 1, e4.match_length - lu), e4.lookahead -= e4.match_length, e4.strstart += e4.match_length, e4.match_length = 0) : (n4 = Hc._tr_tally(e4, 0, e4.window[e4.strstart]), e4.lookahead--, e4.strstart++), n4 && (ku(e4, false), 0 === e4.strm.avail_out))
94420
+ if (e4.match_length >= cu ? (n4 = Gc._tr_tally(e4, 1, e4.match_length - cu), e4.lookahead -= e4.match_length, e4.strstart += e4.match_length, e4.match_length = 0) : (n4 = Gc._tr_tally(e4, 0, e4.window[e4.strstart]), e4.lookahead--, e4.strstart++), n4 && (wu(e4, false), 0 === e4.strm.avail_out))
94408
94421
  return 1;
94409
94422
  }
94410
- return e4.insert = 0, 4 === t4 ? (ku(e4, true), 0 === e4.strm.avail_out ? 3 : 4) : e4.last_lit && (ku(e4, false), 0 === e4.strm.avail_out) ? 1 : 2;
94411
- }(r3, t3) : qc[r3.level].func(r3, t3);
94412
- if (3 !== s3 && 4 !== s3 || (r3.status = mu), 1 === s3 || 3 === s3)
94413
- return 0 === e3.avail_out && (r3.last_flush = -1), Jc;
94414
- if (2 === s3 && (1 === t3 ? Hc._tr_align(r3) : 5 !== t3 && (Hc._tr_stored_block(r3, 0, 0, false), 3 === t3 && (bu(r3.head), 0 === r3.lookahead && (r3.strstart = 0, r3.block_start = 0, r3.insert = 0))), yu(e3), 0 === e3.avail_out))
94415
- return r3.last_flush = -1, Jc;
94416
- }
94417
- return 4 !== t3 ? Jc : r3.wrap <= 0 ? 1 : (2 === r3.wrap ? (wu(r3, 255 & e3.adler), wu(r3, e3.adler >> 8 & 255), wu(r3, e3.adler >> 16 & 255), wu(r3, e3.adler >> 24 & 255), wu(r3, 255 & e3.total_in), wu(r3, e3.total_in >> 8 & 255), wu(r3, e3.total_in >> 16 & 255), wu(r3, e3.total_in >> 24 & 255)) : (vu(r3, e3.adler >>> 16), vu(r3, 65535 & e3.adler)), yu(e3), r3.wrap > 0 && (r3.wrap = -r3.wrap), 0 !== r3.pending ? Jc : 1);
94418
- }, nc.deflateEnd = function(e3) {
94423
+ return e4.insert = 0, 4 === t4 ? (wu(e4, true), 0 === e4.strm.avail_out ? 3 : 4) : e4.last_lit && (wu(e4, false), 0 === e4.strm.avail_out) ? 1 : 2;
94424
+ }(r3, t3) : Wc[r3.level].func(r3, t3);
94425
+ if (3 !== s3 && 4 !== s3 || (r3.status = fu), 1 === s3 || 3 === s3)
94426
+ return 0 === e3.avail_out && (r3.last_flush = -1), eu;
94427
+ if (2 === s3 && (1 === t3 ? Gc._tr_align(r3) : 5 !== t3 && (Gc._tr_stored_block(r3, 0, 0, false), 3 === t3 && (yu(r3.head), 0 === r3.lookahead && (r3.strstart = 0, r3.block_start = 0, r3.insert = 0))), ku(e3), 0 === e3.avail_out))
94428
+ return r3.last_flush = -1, eu;
94429
+ }
94430
+ return 4 !== t3 ? eu : r3.wrap <= 0 ? 1 : (2 === r3.wrap ? (vu(r3, 255 & e3.adler), vu(r3, e3.adler >> 8 & 255), vu(r3, e3.adler >> 16 & 255), vu(r3, e3.adler >> 24 & 255), vu(r3, 255 & e3.total_in), vu(r3, e3.total_in >> 8 & 255), vu(r3, e3.total_in >> 16 & 255), vu(r3, e3.total_in >> 24 & 255)) : (xu(r3, e3.adler >>> 16), xu(r3, 65535 & e3.adler)), ku(e3), r3.wrap > 0 && (r3.wrap = -r3.wrap), 0 !== r3.pending ? eu : 1);
94431
+ }, rc.deflateEnd = function(e3) {
94419
94432
  var t3;
94420
- return e3 && e3.state ? (t3 = e3.state.status) !== hu && 69 !== t3 && 73 !== t3 && 91 !== t3 && t3 !== du && t3 !== pu && t3 !== mu ? fu(e3, eu) : (e3.state = null, t3 === pu ? fu(e3, -3) : Jc) : eu;
94421
- }, nc.deflateSetDictionary = function(e3, t3) {
94433
+ return e3 && e3.state ? (t3 = e3.state.status) !== du && 69 !== t3 && 73 !== t3 && 91 !== t3 && t3 !== pu && t3 !== mu && t3 !== fu ? gu(e3, tu) : (e3.state = null, t3 === mu ? gu(e3, -3) : eu) : tu;
94434
+ }, rc.deflateSetDictionary = function(e3, t3) {
94422
94435
  var n3, r3, o3, i3, a3, s3, l2, c2, u2 = t3.length;
94423
94436
  if (!e3 || !e3.state)
94424
- return eu;
94425
- if (2 === (i3 = (n3 = e3.state).wrap) || 1 === i3 && n3.status !== hu || n3.lookahead)
94426
- return eu;
94427
- for (1 === i3 && (e3.adler = Gc(e3.adler, t3, u2, 0)), n3.wrap = 0, u2 >= n3.w_size && (0 === i3 && (bu(n3.head), n3.strstart = 0, n3.block_start = 0, n3.insert = 0), c2 = new Kc.Buf8(n3.w_size), Kc.arraySet(c2, t3, u2 - n3.w_size, n3.w_size, 0), t3 = c2, u2 = n3.w_size), a3 = e3.avail_in, s3 = e3.next_in, l2 = e3.input, e3.avail_in = u2, e3.next_in = 0, e3.input = t3, _u(n3); n3.lookahead >= lu; ) {
94428
- r3 = n3.strstart, o3 = n3.lookahead - (lu - 1);
94437
+ return tu;
94438
+ if (2 === (i3 = (n3 = e3.state).wrap) || 1 === i3 && n3.status !== du || n3.lookahead)
94439
+ return tu;
94440
+ for (1 === i3 && (e3.adler = Yc(e3.adler, t3, u2, 0)), n3.wrap = 0, u2 >= n3.w_size && (0 === i3 && (yu(n3.head), n3.strstart = 0, n3.block_start = 0, n3.insert = 0), c2 = new Hc.Buf8(n3.w_size), Hc.arraySet(c2, t3, u2 - n3.w_size, n3.w_size, 0), t3 = c2, u2 = n3.w_size), a3 = e3.avail_in, s3 = e3.next_in, l2 = e3.input, e3.avail_in = u2, e3.next_in = 0, e3.input = t3, Su(n3); n3.lookahead >= cu; ) {
94441
+ r3 = n3.strstart, o3 = n3.lookahead - (cu - 1);
94429
94442
  do {
94430
- n3.ins_h = (n3.ins_h << n3.hash_shift ^ n3.window[r3 + lu - 1]) & n3.hash_mask, n3.prev[r3 & n3.w_mask] = n3.head[n3.ins_h], n3.head[n3.ins_h] = r3, r3++;
94443
+ n3.ins_h = (n3.ins_h << n3.hash_shift ^ n3.window[r3 + cu - 1]) & n3.hash_mask, n3.prev[r3 & n3.w_mask] = n3.head[n3.ins_h], n3.head[n3.ins_h] = r3, r3++;
94431
94444
  } while (--o3);
94432
- n3.strstart = r3, n3.lookahead = lu - 1, _u(n3);
94445
+ n3.strstart = r3, n3.lookahead = cu - 1, Su(n3);
94433
94446
  }
94434
- return n3.strstart += n3.lookahead, n3.block_start = n3.strstart, n3.insert = n3.lookahead, n3.lookahead = 0, n3.match_length = n3.prev_length = lu - 1, n3.match_available = 0, e3.next_in = s3, e3.input = l2, e3.avail_in = a3, n3.wrap = i3, Jc;
94435
- }, nc.deflateInfo = "pako deflate (from Nodeca project)";
94436
- var Eu = {}, Ru = ec, Nu = true, ju = true;
94447
+ return n3.strstart += n3.lookahead, n3.block_start = n3.strstart, n3.insert = n3.lookahead, n3.lookahead = 0, n3.match_length = n3.prev_length = cu - 1, n3.match_available = 0, e3.next_in = s3, e3.input = l2, e3.avail_in = a3, n3.wrap = i3, eu;
94448
+ }, rc.deflateInfo = "pako deflate (from Nodeca project)";
94449
+ var Ru = {}, Nu = tc, ju = true, Iu = true;
94437
94450
  try {
94438
94451
  String.fromCharCode.apply(null, [0]);
94439
94452
  } catch (t3) {
94440
- Nu = false;
94453
+ ju = false;
94441
94454
  }
94442
94455
  try {
94443
94456
  String.fromCharCode.apply(null, new Uint8Array(1));
94444
94457
  } catch (t3) {
94445
- ju = false;
94458
+ Iu = false;
94446
94459
  }
94447
- for (var Iu = new Ru.Buf8(256), Du = 0; Du < 256; Du++)
94448
- Iu[Du] = Du >= 252 ? 6 : Du >= 248 ? 5 : Du >= 240 ? 4 : Du >= 224 ? 3 : Du >= 192 ? 2 : 1;
94449
- function Pu(e3, t3) {
94450
- if (t3 < 65534 && (e3.subarray && ju || !e3.subarray && Nu))
94451
- return String.fromCharCode.apply(null, Ru.shrinkBuf(e3, t3));
94460
+ for (var Du = new Nu.Buf8(256), Pu = 0; Pu < 256; Pu++)
94461
+ Du[Pu] = Pu >= 252 ? 6 : Pu >= 248 ? 5 : Pu >= 240 ? 4 : Pu >= 224 ? 3 : Pu >= 192 ? 2 : 1;
94462
+ function Bu(e3, t3) {
94463
+ if (t3 < 65534 && (e3.subarray && Iu || !e3.subarray && ju))
94464
+ return String.fromCharCode.apply(null, Nu.shrinkBuf(e3, t3));
94452
94465
  for (var n3 = "", r3 = 0; r3 < t3; r3++)
94453
94466
  n3 += String.fromCharCode(e3[r3]);
94454
94467
  return n3;
94455
94468
  }
94456
- Iu[254] = Iu[254] = 1, Eu.string2buf = function(e3) {
94469
+ Du[254] = Du[254] = 1, Ru.string2buf = function(e3) {
94457
94470
  var t3, n3, r3, o3, i3, a3 = e3.length, s3 = 0;
94458
94471
  for (o3 = 0; o3 < a3; o3++)
94459
94472
  55296 == (64512 & (n3 = e3.charCodeAt(o3))) && o3 + 1 < a3 && 56320 == (64512 & (r3 = e3.charCodeAt(o3 + 1))) && (n3 = 65536 + (n3 - 55296 << 10) + (r3 - 56320), o3++), s3 += n3 < 128 ? 1 : n3 < 2048 ? 2 : n3 < 65536 ? 3 : 4;
94460
- for (t3 = new Ru.Buf8(s3), i3 = 0, o3 = 0; i3 < s3; o3++)
94473
+ for (t3 = new Nu.Buf8(s3), i3 = 0, o3 = 0; i3 < s3; o3++)
94461
94474
  55296 == (64512 & (n3 = e3.charCodeAt(o3))) && o3 + 1 < a3 && 56320 == (64512 & (r3 = e3.charCodeAt(o3 + 1))) && (n3 = 65536 + (n3 - 55296 << 10) + (r3 - 56320), o3++), n3 < 128 ? t3[i3++] = n3 : n3 < 2048 ? (t3[i3++] = 192 | n3 >>> 6, t3[i3++] = 128 | 63 & n3) : n3 < 65536 ? (t3[i3++] = 224 | n3 >>> 12, t3[i3++] = 128 | n3 >>> 6 & 63, t3[i3++] = 128 | 63 & n3) : (t3[i3++] = 240 | n3 >>> 18, t3[i3++] = 128 | n3 >>> 12 & 63, t3[i3++] = 128 | n3 >>> 6 & 63, t3[i3++] = 128 | 63 & n3);
94462
94475
  return t3;
94463
- }, Eu.buf2binstring = function(e3) {
94464
- return Pu(e3, e3.length);
94465
- }, Eu.binstring2buf = function(e3) {
94466
- for (var t3 = new Ru.Buf8(e3.length), n3 = 0, r3 = t3.length; n3 < r3; n3++)
94476
+ }, Ru.buf2binstring = function(e3) {
94477
+ return Bu(e3, e3.length);
94478
+ }, Ru.binstring2buf = function(e3) {
94479
+ for (var t3 = new Nu.Buf8(e3.length), n3 = 0, r3 = t3.length; n3 < r3; n3++)
94467
94480
  t3[n3] = e3.charCodeAt(n3);
94468
94481
  return t3;
94469
- }, Eu.buf2string = function(e3, t3) {
94482
+ }, Ru.buf2string = function(e3, t3) {
94470
94483
  var n3, r3, o3, i3, a3 = t3 || e3.length, s3 = new Array(2 * a3);
94471
94484
  for (r3 = 0, n3 = 0; n3 < a3; )
94472
94485
  if ((o3 = e3[n3++]) < 128)
94473
94486
  s3[r3++] = o3;
94474
- else if ((i3 = Iu[o3]) > 4)
94487
+ else if ((i3 = Du[o3]) > 4)
94475
94488
  s3[r3++] = 65533, n3 += i3 - 1;
94476
94489
  else {
94477
94490
  for (o3 &= 2 === i3 ? 31 : 3 === i3 ? 15 : 7; i3 > 1 && n3 < a3; )
94478
94491
  o3 = o3 << 6 | 63 & e3[n3++], i3--;
94479
94492
  i3 > 1 ? s3[r3++] = 65533 : o3 < 65536 ? s3[r3++] = o3 : (o3 -= 65536, s3[r3++] = 55296 | o3 >> 10 & 1023, s3[r3++] = 56320 | 1023 & o3);
94480
94493
  }
94481
- return Pu(s3, r3);
94482
- }, Eu.utf8border = function(e3, t3) {
94494
+ return Bu(s3, r3);
94495
+ }, Ru.utf8border = function(e3, t3) {
94483
94496
  var n3;
94484
94497
  for ((t3 = t3 || e3.length) > e3.length && (t3 = e3.length), n3 = t3 - 1; n3 >= 0 && 128 == (192 & e3[n3]); )
94485
94498
  n3--;
94486
- return n3 < 0 || 0 === n3 ? t3 : n3 + Iu[e3[n3]] > t3 ? n3 : t3;
94499
+ return n3 < 0 || 0 === n3 ? t3 : n3 + Du[e3[n3]] > t3 ? n3 : t3;
94487
94500
  };
94488
- var Bu = function() {
94501
+ var Fu = function() {
94489
94502
  this.input = null, this.next_in = 0, this.avail_in = 0, this.total_in = 0, this.output = null, this.next_out = 0, this.avail_out = 0, this.total_out = 0, this.msg = "", this.state = null, this.data_type = 2, this.adler = 0;
94490
- }, Fu = nc, Uu = ec, Mu = Eu, qu = Zc, Wu = Bu, $u = Object.prototype.toString, Vu = 0, Zu = -1, Ku = 0, Hu = 8;
94491
- function Gu(e3) {
94492
- if (!(this instanceof Gu))
94493
- return new Gu(e3);
94494
- this.options = Uu.assign({ level: Zu, method: Hu, chunkSize: 16384, windowBits: 15, memLevel: 8, strategy: Ku, to: "" }, e3 || {});
94503
+ }, Uu = rc, Mu = tc, qu = Ru, Wu = Kc, $u = Fu, Vu = Object.prototype.toString, Zu = 0, Ku = -1, Hu = 0, Gu = 8;
94504
+ function Yu(e3) {
94505
+ if (!(this instanceof Yu))
94506
+ return new Yu(e3);
94507
+ this.options = Mu.assign({ level: Ku, method: Gu, chunkSize: 16384, windowBits: 15, memLevel: 8, strategy: Hu, to: "" }, e3 || {});
94495
94508
  var t3 = this.options;
94496
- t3.raw && t3.windowBits > 0 ? t3.windowBits = -t3.windowBits : t3.gzip && t3.windowBits > 0 && t3.windowBits < 16 && (t3.windowBits += 16), this.err = 0, this.msg = "", this.ended = false, this.chunks = [], this.strm = new Wu(), this.strm.avail_out = 0;
94497
- var n3 = Fu.deflateInit2(this.strm, t3.level, t3.method, t3.windowBits, t3.memLevel, t3.strategy);
94498
- if (n3 !== Vu)
94499
- throw new Error(qu[n3]);
94500
- if (t3.header && Fu.deflateSetHeader(this.strm, t3.header), t3.dictionary) {
94509
+ t3.raw && t3.windowBits > 0 ? t3.windowBits = -t3.windowBits : t3.gzip && t3.windowBits > 0 && t3.windowBits < 16 && (t3.windowBits += 16), this.err = 0, this.msg = "", this.ended = false, this.chunks = [], this.strm = new $u(), this.strm.avail_out = 0;
94510
+ var n3 = Uu.deflateInit2(this.strm, t3.level, t3.method, t3.windowBits, t3.memLevel, t3.strategy);
94511
+ if (n3 !== Zu)
94512
+ throw new Error(Wu[n3]);
94513
+ if (t3.header && Uu.deflateSetHeader(this.strm, t3.header), t3.dictionary) {
94501
94514
  var r3;
94502
- if (r3 = "string" == typeof t3.dictionary ? Mu.string2buf(t3.dictionary) : "[object ArrayBuffer]" === $u.call(t3.dictionary) ? new Uint8Array(t3.dictionary) : t3.dictionary, (n3 = Fu.deflateSetDictionary(this.strm, r3)) !== Vu)
94503
- throw new Error(qu[n3]);
94515
+ if (r3 = "string" == typeof t3.dictionary ? qu.string2buf(t3.dictionary) : "[object ArrayBuffer]" === Vu.call(t3.dictionary) ? new Uint8Array(t3.dictionary) : t3.dictionary, (n3 = Uu.deflateSetDictionary(this.strm, r3)) !== Zu)
94516
+ throw new Error(Wu[n3]);
94504
94517
  this._dict_set = true;
94505
94518
  }
94506
94519
  }
94507
- function Yu(e3, t3) {
94508
- var n3 = new Gu(t3);
94520
+ function Xu(e3, t3) {
94521
+ var n3 = new Yu(t3);
94509
94522
  if (n3.push(e3, true), n3.err)
94510
- throw n3.msg || qu[n3.err];
94523
+ throw n3.msg || Wu[n3.err];
94511
94524
  return n3.result;
94512
94525
  }
94513
- Gu.prototype.push = function(e3, t3) {
94526
+ Yu.prototype.push = function(e3, t3) {
94514
94527
  var n3, r3, o3 = this.strm, i3 = this.options.chunkSize;
94515
94528
  if (this.ended)
94516
94529
  return false;
94517
- r3 = t3 === ~~t3 ? t3 : true === t3 ? 4 : 0, "string" == typeof e3 ? o3.input = Mu.string2buf(e3) : "[object ArrayBuffer]" === $u.call(e3) ? o3.input = new Uint8Array(e3) : o3.input = e3, o3.next_in = 0, o3.avail_in = o3.input.length;
94530
+ r3 = t3 === ~~t3 ? t3 : true === t3 ? 4 : 0, "string" == typeof e3 ? o3.input = qu.string2buf(e3) : "[object ArrayBuffer]" === Vu.call(e3) ? o3.input = new Uint8Array(e3) : o3.input = e3, o3.next_in = 0, o3.avail_in = o3.input.length;
94518
94531
  do {
94519
- if (0 === o3.avail_out && (o3.output = new Uu.Buf8(i3), o3.next_out = 0, o3.avail_out = i3), 1 !== (n3 = Fu.deflate(o3, r3)) && n3 !== Vu)
94532
+ if (0 === o3.avail_out && (o3.output = new Mu.Buf8(i3), o3.next_out = 0, o3.avail_out = i3), 1 !== (n3 = Uu.deflate(o3, r3)) && n3 !== Zu)
94520
94533
  return this.onEnd(n3), this.ended = true, false;
94521
- 0 !== o3.avail_out && (0 !== o3.avail_in || 4 !== r3 && 2 !== r3) || ("string" === this.options.to ? this.onData(Mu.buf2binstring(Uu.shrinkBuf(o3.output, o3.next_out))) : this.onData(Uu.shrinkBuf(o3.output, o3.next_out)));
94534
+ 0 !== o3.avail_out && (0 !== o3.avail_in || 4 !== r3 && 2 !== r3) || ("string" === this.options.to ? this.onData(qu.buf2binstring(Mu.shrinkBuf(o3.output, o3.next_out))) : this.onData(Mu.shrinkBuf(o3.output, o3.next_out)));
94522
94535
  } while ((o3.avail_in > 0 || 0 === o3.avail_out) && 1 !== n3);
94523
- return 4 === r3 ? (n3 = Fu.deflateEnd(this.strm), this.onEnd(n3), this.ended = true, n3 === Vu) : 2 !== r3 || (this.onEnd(Vu), o3.avail_out = 0, true);
94524
- }, Gu.prototype.onData = function(e3) {
94536
+ return 4 === r3 ? (n3 = Uu.deflateEnd(this.strm), this.onEnd(n3), this.ended = true, n3 === Zu) : 2 !== r3 || (this.onEnd(Zu), o3.avail_out = 0, true);
94537
+ }, Yu.prototype.onData = function(e3) {
94525
94538
  this.chunks.push(e3);
94526
- }, Gu.prototype.onEnd = function(e3) {
94527
- e3 === Vu && ("string" === this.options.to ? this.result = this.chunks.join("") : this.result = Uu.flattenChunks(this.chunks)), this.chunks = [], this.err = e3, this.msg = this.strm.msg;
94528
- }, tc.Deflate = Gu, tc.deflate = Yu, tc.deflateRaw = function(e3, t3) {
94529
- return (t3 = t3 || {}).raw = true, Yu(e3, t3);
94530
- }, tc.gzip = function(e3, t3) {
94531
- return (t3 = t3 || {}).gzip = true, Yu(e3, t3);
94539
+ }, Yu.prototype.onEnd = function(e3) {
94540
+ e3 === Zu && ("string" === this.options.to ? this.result = this.chunks.join("") : this.result = Mu.flattenChunks(this.chunks)), this.chunks = [], this.err = e3, this.msg = this.strm.msg;
94541
+ }, nc.Deflate = Yu, nc.deflate = Xu, nc.deflateRaw = function(e3, t3) {
94542
+ return (t3 = t3 || {}).raw = true, Xu(e3, t3);
94543
+ }, nc.gzip = function(e3, t3) {
94544
+ return (t3 = t3 || {}).gzip = true, Xu(e3, t3);
94532
94545
  };
94533
- var Xu = {}, Qu = {}, Ju = ec, eh = [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], th = [16, 16, 16, 16, 16, 16, 16, 16, 17, 17, 17, 17, 18, 18, 18, 18, 19, 19, 19, 19, 20, 20, 20, 20, 21, 21, 21, 21, 16, 72, 78], nh = [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, 0, 0], rh = [16, 16, 16, 16, 17, 17, 18, 18, 19, 19, 20, 20, 21, 21, 22, 22, 23, 23, 24, 24, 25, 25, 26, 26, 27, 27, 28, 28, 29, 29, 64, 64], oh = ec, ih = Wc, ah = Vc, sh = function(e3, t3) {
94546
+ var Qu = {}, Ju = {}, eh = tc, th = [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], nh = [16, 16, 16, 16, 16, 16, 16, 16, 17, 17, 17, 17, 18, 18, 18, 18, 19, 19, 19, 19, 20, 20, 20, 20, 21, 21, 21, 21, 16, 72, 78], rh = [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, 0, 0], oh = [16, 16, 16, 16, 17, 17, 18, 18, 19, 19, 20, 20, 21, 21, 22, 22, 23, 23, 24, 24, 25, 25, 26, 26, 27, 27, 28, 28, 29, 29, 64, 64], ih = tc, ah = $c, sh = Zc, lh = function(e3, t3) {
94534
94547
  var n3, r3, o3, i3, a3, s3, l2, c2, u2, h2, d2, p2, m2, f2, g2, b2, y2, k2, w2, v2, x2, _2, S2, C2, z2;
94535
94548
  n3 = e3.state, r3 = e3.next_in, C2 = e3.input, o3 = r3 + (e3.avail_in - 5), i3 = e3.next_out, z2 = e3.output, a3 = i3 - (t3 - e3.avail_out), s3 = i3 + (e3.avail_out - 257), l2 = n3.dmax, c2 = n3.wsize, u2 = n3.whave, h2 = n3.wnext, d2 = n3.window, p2 = n3.hold, m2 = n3.bits, f2 = n3.lencode, g2 = n3.distcode, b2 = (1 << n3.lenbits) - 1, y2 = (1 << n3.distbits) - 1;
94536
94549
  e:
@@ -94619,8 +94632,8 @@ var require_processPagePollCjs = __commonJS({
94619
94632
  }
94620
94633
  } while (r3 < o3 && i3 < s3);
94621
94634
  r3 -= v2 = m2 >> 3, p2 &= (1 << (m2 -= v2 << 3)) - 1, e3.next_in = r3, e3.next_out = i3, e3.avail_in = r3 < o3 ? o3 - r3 + 5 : 5 - (r3 - o3), e3.avail_out = i3 < s3 ? s3 - i3 + 257 : 257 - (i3 - s3), n3.hold = p2, n3.bits = m2;
94622
- }, lh = function(e3, t3, n3, r3, o3, i3, a3, s3) {
94623
- var l2, c2, u2, h2, d2, p2, m2, f2, g2, b2 = s3.bits, y2 = 0, k2 = 0, w2 = 0, v2 = 0, x2 = 0, _2 = 0, S2 = 0, C2 = 0, z2 = 0, A2 = 0, T2 = null, O2 = 0, L2 = new Ju.Buf16(16), E2 = new Ju.Buf16(16), R2 = null, N2 = 0;
94635
+ }, ch = function(e3, t3, n3, r3, o3, i3, a3, s3) {
94636
+ var l2, c2, u2, h2, d2, p2, m2, f2, g2, b2 = s3.bits, y2 = 0, k2 = 0, w2 = 0, v2 = 0, x2 = 0, _2 = 0, S2 = 0, C2 = 0, z2 = 0, A2 = 0, T2 = null, O2 = 0, L2 = new eh.Buf16(16), E2 = new eh.Buf16(16), R2 = null, N2 = 0;
94624
94637
  for (y2 = 0; y2 <= 15; y2++)
94625
94638
  L2[y2] = 0;
94626
94639
  for (k2 = 0; k2 < r3; k2++)
@@ -94640,7 +94653,7 @@ var require_processPagePollCjs = __commonJS({
94640
94653
  E2[y2 + 1] = E2[y2] + L2[y2];
94641
94654
  for (k2 = 0; k2 < r3; k2++)
94642
94655
  0 !== t3[n3 + k2] && (a3[E2[t3[n3 + k2]]++] = k2);
94643
- if (0 === e3 ? (T2 = R2 = a3, p2 = 19) : 1 === e3 ? (T2 = eh, O2 -= 257, R2 = th, N2 -= 257, p2 = 256) : (T2 = nh, R2 = rh, p2 = -1), A2 = 0, k2 = 0, y2 = w2, d2 = i3, _2 = x2, S2 = 0, u2 = -1, h2 = (z2 = 1 << x2) - 1, 1 === e3 && z2 > 852 || 2 === e3 && z2 > 592)
94656
+ if (0 === e3 ? (T2 = R2 = a3, p2 = 19) : 1 === e3 ? (T2 = th, O2 -= 257, R2 = nh, N2 -= 257, p2 = 256) : (T2 = rh, R2 = oh, p2 = -1), A2 = 0, k2 = 0, y2 = w2, d2 = i3, _2 = x2, S2 = 0, u2 = -1, h2 = (z2 = 1 << x2) - 1, 1 === e3 && z2 > 852 || 2 === e3 && z2 > 592)
94644
94657
  return 1;
94645
94658
  for (; ; ) {
94646
94659
  m2 = y2 - S2, a3[k2] < p2 ? (f2 = 0, g2 = a3[k2]) : a3[k2] > p2 ? (f2 = R2[N2 + a3[k2]], g2 = T2[O2 + a3[k2]]) : (f2 = 96, g2 = 0), l2 = 1 << y2 - S2, w2 = c2 = 1 << _2;
@@ -94663,34 +94676,34 @@ var require_processPagePollCjs = __commonJS({
94663
94676
  }
94664
94677
  }
94665
94678
  return 0 !== A2 && (o3[d2 + A2] = y2 - S2 << 24 | 64 << 16 | 0), s3.bits = x2, 0;
94666
- }, ch = 0, uh = -2, hh = 1, dh = 12, ph = 30, mh = 852, fh = 592;
94667
- function gh(e3) {
94679
+ }, uh = 0, hh = -2, dh = 1, ph = 12, mh = 30, fh = 852, gh = 592;
94680
+ function bh(e3) {
94668
94681
  return (e3 >>> 24 & 255) + (e3 >>> 8 & 65280) + ((65280 & e3) << 8) + ((255 & e3) << 24);
94669
94682
  }
94670
- function bh() {
94671
- this.mode = 0, this.last = false, this.wrap = 0, this.havedict = false, this.flags = 0, this.dmax = 0, this.check = 0, this.total = 0, this.head = null, this.wbits = 0, this.wsize = 0, this.whave = 0, this.wnext = 0, this.window = null, this.hold = 0, this.bits = 0, this.length = 0, this.offset = 0, this.extra = 0, this.lencode = null, this.distcode = null, this.lenbits = 0, this.distbits = 0, this.ncode = 0, this.nlen = 0, this.ndist = 0, this.have = 0, this.next = null, this.lens = new oh.Buf16(320), this.work = new oh.Buf16(288), this.lendyn = null, this.distdyn = null, this.sane = 0, this.back = 0, this.was = 0;
94683
+ function yh() {
94684
+ this.mode = 0, this.last = false, this.wrap = 0, this.havedict = false, this.flags = 0, this.dmax = 0, this.check = 0, this.total = 0, this.head = null, this.wbits = 0, this.wsize = 0, this.whave = 0, this.wnext = 0, this.window = null, this.hold = 0, this.bits = 0, this.length = 0, this.offset = 0, this.extra = 0, this.lencode = null, this.distcode = null, this.lenbits = 0, this.distbits = 0, this.ncode = 0, this.nlen = 0, this.ndist = 0, this.have = 0, this.next = null, this.lens = new ih.Buf16(320), this.work = new ih.Buf16(288), this.lendyn = null, this.distdyn = null, this.sane = 0, this.back = 0, this.was = 0;
94672
94685
  }
94673
- function yh(e3) {
94686
+ function kh(e3) {
94674
94687
  var t3;
94675
- return e3 && e3.state ? (t3 = e3.state, e3.total_in = e3.total_out = t3.total = 0, e3.msg = "", t3.wrap && (e3.adler = 1 & t3.wrap), t3.mode = hh, t3.last = 0, t3.havedict = 0, t3.dmax = 32768, t3.head = null, t3.hold = 0, t3.bits = 0, t3.lencode = t3.lendyn = new oh.Buf32(mh), t3.distcode = t3.distdyn = new oh.Buf32(fh), t3.sane = 1, t3.back = -1, ch) : uh;
94688
+ return e3 && e3.state ? (t3 = e3.state, e3.total_in = e3.total_out = t3.total = 0, e3.msg = "", t3.wrap && (e3.adler = 1 & t3.wrap), t3.mode = dh, t3.last = 0, t3.havedict = 0, t3.dmax = 32768, t3.head = null, t3.hold = 0, t3.bits = 0, t3.lencode = t3.lendyn = new ih.Buf32(fh), t3.distcode = t3.distdyn = new ih.Buf32(gh), t3.sane = 1, t3.back = -1, uh) : hh;
94676
94689
  }
94677
- function kh(e3) {
94690
+ function wh(e3) {
94678
94691
  var t3;
94679
- return e3 && e3.state ? ((t3 = e3.state).wsize = 0, t3.whave = 0, t3.wnext = 0, yh(e3)) : uh;
94692
+ return e3 && e3.state ? ((t3 = e3.state).wsize = 0, t3.whave = 0, t3.wnext = 0, kh(e3)) : hh;
94680
94693
  }
94681
- function wh(e3, t3) {
94694
+ function vh(e3, t3) {
94682
94695
  var n3, r3;
94683
- return e3 && e3.state ? (r3 = e3.state, t3 < 0 ? (n3 = 0, t3 = -t3) : (n3 = 1 + (t3 >> 4), t3 < 48 && (t3 &= 15)), t3 && (t3 < 8 || t3 > 15) ? uh : (null !== r3.window && r3.wbits !== t3 && (r3.window = null), r3.wrap = n3, r3.wbits = t3, kh(e3))) : uh;
94696
+ return e3 && e3.state ? (r3 = e3.state, t3 < 0 ? (n3 = 0, t3 = -t3) : (n3 = 1 + (t3 >> 4), t3 < 48 && (t3 &= 15)), t3 && (t3 < 8 || t3 > 15) ? hh : (null !== r3.window && r3.wbits !== t3 && (r3.window = null), r3.wrap = n3, r3.wbits = t3, wh(e3))) : hh;
94684
94697
  }
94685
- function vh(e3, t3) {
94698
+ function xh(e3, t3) {
94686
94699
  var n3, r3;
94687
- return e3 ? (r3 = new bh(), e3.state = r3, r3.window = null, (n3 = wh(e3, t3)) !== ch && (e3.state = null), n3) : uh;
94700
+ return e3 ? (r3 = new yh(), e3.state = r3, r3.window = null, (n3 = vh(e3, t3)) !== uh && (e3.state = null), n3) : hh;
94688
94701
  }
94689
- var xh, _h, Sh = true;
94690
- function Ch(e3) {
94691
- if (Sh) {
94702
+ var _h, Sh, Ch = true;
94703
+ function zh(e3) {
94704
+ if (Ch) {
94692
94705
  var t3;
94693
- for (xh = new oh.Buf32(512), _h = new oh.Buf32(32), t3 = 0; t3 < 144; )
94706
+ for (_h = new ih.Buf32(512), Sh = new ih.Buf32(32), t3 = 0; t3 < 144; )
94694
94707
  e3.lens[t3++] = 8;
94695
94708
  for (; t3 < 256; )
94696
94709
  e3.lens[t3++] = 9;
@@ -94698,27 +94711,27 @@ var require_processPagePollCjs = __commonJS({
94698
94711
  e3.lens[t3++] = 7;
94699
94712
  for (; t3 < 288; )
94700
94713
  e3.lens[t3++] = 8;
94701
- for (lh(1, e3.lens, 0, 288, xh, 0, e3.work, { bits: 9 }), t3 = 0; t3 < 32; )
94714
+ for (ch(1, e3.lens, 0, 288, _h, 0, e3.work, { bits: 9 }), t3 = 0; t3 < 32; )
94702
94715
  e3.lens[t3++] = 5;
94703
- lh(2, e3.lens, 0, 32, _h, 0, e3.work, { bits: 5 }), Sh = false;
94716
+ ch(2, e3.lens, 0, 32, Sh, 0, e3.work, { bits: 5 }), Ch = false;
94704
94717
  }
94705
- e3.lencode = xh, e3.lenbits = 9, e3.distcode = _h, e3.distbits = 5;
94718
+ e3.lencode = _h, e3.lenbits = 9, e3.distcode = Sh, e3.distbits = 5;
94706
94719
  }
94707
- function zh(e3, t3, n3, r3) {
94720
+ function Ah(e3, t3, n3, r3) {
94708
94721
  var o3, i3 = e3.state;
94709
- return null === i3.window && (i3.wsize = 1 << i3.wbits, i3.wnext = 0, i3.whave = 0, i3.window = new oh.Buf8(i3.wsize)), r3 >= i3.wsize ? (oh.arraySet(i3.window, t3, n3 - i3.wsize, i3.wsize, 0), i3.wnext = 0, i3.whave = i3.wsize) : ((o3 = i3.wsize - i3.wnext) > r3 && (o3 = r3), oh.arraySet(i3.window, t3, n3 - r3, o3, i3.wnext), (r3 -= o3) ? (oh.arraySet(i3.window, t3, n3 - r3, r3, 0), i3.wnext = r3, i3.whave = i3.wsize) : (i3.wnext += o3, i3.wnext === i3.wsize && (i3.wnext = 0), i3.whave < i3.wsize && (i3.whave += o3))), 0;
94722
+ return null === i3.window && (i3.wsize = 1 << i3.wbits, i3.wnext = 0, i3.whave = 0, i3.window = new ih.Buf8(i3.wsize)), r3 >= i3.wsize ? (ih.arraySet(i3.window, t3, n3 - i3.wsize, i3.wsize, 0), i3.wnext = 0, i3.whave = i3.wsize) : ((o3 = i3.wsize - i3.wnext) > r3 && (o3 = r3), ih.arraySet(i3.window, t3, n3 - r3, o3, i3.wnext), (r3 -= o3) ? (ih.arraySet(i3.window, t3, n3 - r3, r3, 0), i3.wnext = r3, i3.whave = i3.wsize) : (i3.wnext += o3, i3.wnext === i3.wsize && (i3.wnext = 0), i3.whave < i3.wsize && (i3.whave += o3))), 0;
94710
94723
  }
94711
- Qu.inflateReset = kh, Qu.inflateReset2 = wh, Qu.inflateResetKeep = yh, Qu.inflateInit = function(e3) {
94712
- return vh(e3, 15);
94713
- }, Qu.inflateInit2 = vh, Qu.inflate = function(e3, t3) {
94714
- var n3, r3, o3, i3, a3, s3, l2, c2, u2, h2, d2, p2, m2, f2, g2, b2, y2, k2, w2, v2, x2, _2, S2, C2, z2 = 0, A2 = new oh.Buf8(4), T2 = [16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15];
94724
+ Ju.inflateReset = wh, Ju.inflateReset2 = vh, Ju.inflateResetKeep = kh, Ju.inflateInit = function(e3) {
94725
+ return xh(e3, 15);
94726
+ }, Ju.inflateInit2 = xh, Ju.inflate = function(e3, t3) {
94727
+ var n3, r3, o3, i3, a3, s3, l2, c2, u2, h2, d2, p2, m2, f2, g2, b2, y2, k2, w2, v2, x2, _2, S2, C2, z2 = 0, A2 = new ih.Buf8(4), T2 = [16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15];
94715
94728
  if (!e3 || !e3.state || !e3.output || !e3.input && 0 !== e3.avail_in)
94716
- return uh;
94717
- (n3 = e3.state).mode === dh && (n3.mode = 13), a3 = e3.next_out, o3 = e3.output, l2 = e3.avail_out, i3 = e3.next_in, r3 = e3.input, s3 = e3.avail_in, c2 = n3.hold, u2 = n3.bits, h2 = s3, d2 = l2, _2 = ch;
94729
+ return hh;
94730
+ (n3 = e3.state).mode === ph && (n3.mode = 13), a3 = e3.next_out, o3 = e3.output, l2 = e3.avail_out, i3 = e3.next_in, r3 = e3.input, s3 = e3.avail_in, c2 = n3.hold, u2 = n3.bits, h2 = s3, d2 = l2, _2 = uh;
94718
94731
  e:
94719
94732
  for (; ; )
94720
94733
  switch (n3.mode) {
94721
- case hh:
94734
+ case dh:
94722
94735
  if (0 === n3.wrap) {
94723
94736
  n3.mode = 13;
94724
94737
  break;
@@ -94729,24 +94742,24 @@ var require_processPagePollCjs = __commonJS({
94729
94742
  s3--, c2 += r3[i3++] << u2, u2 += 8;
94730
94743
  }
94731
94744
  if (2 & n3.wrap && 35615 === c2) {
94732
- n3.check = 0, A2[0] = 255 & c2, A2[1] = c2 >>> 8 & 255, n3.check = ah(n3.check, A2, 2, 0), c2 = 0, u2 = 0, n3.mode = 2;
94745
+ n3.check = 0, A2[0] = 255 & c2, A2[1] = c2 >>> 8 & 255, n3.check = sh(n3.check, A2, 2, 0), c2 = 0, u2 = 0, n3.mode = 2;
94733
94746
  break;
94734
94747
  }
94735
94748
  if (n3.flags = 0, n3.head && (n3.head.done = false), !(1 & n3.wrap) || (((255 & c2) << 8) + (c2 >> 8)) % 31) {
94736
- e3.msg = "incorrect header check", n3.mode = ph;
94749
+ e3.msg = "incorrect header check", n3.mode = mh;
94737
94750
  break;
94738
94751
  }
94739
94752
  if (8 != (15 & c2)) {
94740
- e3.msg = "unknown compression method", n3.mode = ph;
94753
+ e3.msg = "unknown compression method", n3.mode = mh;
94741
94754
  break;
94742
94755
  }
94743
94756
  if (u2 -= 4, x2 = 8 + (15 & (c2 >>>= 4)), 0 === n3.wbits)
94744
94757
  n3.wbits = x2;
94745
94758
  else if (x2 > n3.wbits) {
94746
- e3.msg = "invalid window size", n3.mode = ph;
94759
+ e3.msg = "invalid window size", n3.mode = mh;
94747
94760
  break;
94748
94761
  }
94749
- n3.dmax = 1 << x2, e3.adler = n3.check = 1, n3.mode = 512 & c2 ? 10 : dh, c2 = 0, u2 = 0;
94762
+ n3.dmax = 1 << x2, e3.adler = n3.check = 1, n3.mode = 512 & c2 ? 10 : ph, c2 = 0, u2 = 0;
94750
94763
  break;
94751
94764
  case 2:
94752
94765
  for (; u2 < 16; ) {
@@ -94755,28 +94768,28 @@ var require_processPagePollCjs = __commonJS({
94755
94768
  s3--, c2 += r3[i3++] << u2, u2 += 8;
94756
94769
  }
94757
94770
  if (n3.flags = c2, 8 != (255 & n3.flags)) {
94758
- e3.msg = "unknown compression method", n3.mode = ph;
94771
+ e3.msg = "unknown compression method", n3.mode = mh;
94759
94772
  break;
94760
94773
  }
94761
94774
  if (57344 & n3.flags) {
94762
- e3.msg = "unknown header flags set", n3.mode = ph;
94775
+ e3.msg = "unknown header flags set", n3.mode = mh;
94763
94776
  break;
94764
94777
  }
94765
- n3.head && (n3.head.text = c2 >> 8 & 1), 512 & n3.flags && (A2[0] = 255 & c2, A2[1] = c2 >>> 8 & 255, n3.check = ah(n3.check, A2, 2, 0)), c2 = 0, u2 = 0, n3.mode = 3;
94778
+ n3.head && (n3.head.text = c2 >> 8 & 1), 512 & n3.flags && (A2[0] = 255 & c2, A2[1] = c2 >>> 8 & 255, n3.check = sh(n3.check, A2, 2, 0)), c2 = 0, u2 = 0, n3.mode = 3;
94766
94779
  case 3:
94767
94780
  for (; u2 < 32; ) {
94768
94781
  if (0 === s3)
94769
94782
  break e;
94770
94783
  s3--, c2 += r3[i3++] << u2, u2 += 8;
94771
94784
  }
94772
- n3.head && (n3.head.time = c2), 512 & n3.flags && (A2[0] = 255 & c2, A2[1] = c2 >>> 8 & 255, A2[2] = c2 >>> 16 & 255, A2[3] = c2 >>> 24 & 255, n3.check = ah(n3.check, A2, 4, 0)), c2 = 0, u2 = 0, n3.mode = 4;
94785
+ n3.head && (n3.head.time = c2), 512 & n3.flags && (A2[0] = 255 & c2, A2[1] = c2 >>> 8 & 255, A2[2] = c2 >>> 16 & 255, A2[3] = c2 >>> 24 & 255, n3.check = sh(n3.check, A2, 4, 0)), c2 = 0, u2 = 0, n3.mode = 4;
94773
94786
  case 4:
94774
94787
  for (; u2 < 16; ) {
94775
94788
  if (0 === s3)
94776
94789
  break e;
94777
94790
  s3--, c2 += r3[i3++] << u2, u2 += 8;
94778
94791
  }
94779
- n3.head && (n3.head.xflags = 255 & c2, n3.head.os = c2 >> 8), 512 & n3.flags && (A2[0] = 255 & c2, A2[1] = c2 >>> 8 & 255, n3.check = ah(n3.check, A2, 2, 0)), c2 = 0, u2 = 0, n3.mode = 5;
94792
+ n3.head && (n3.head.xflags = 255 & c2, n3.head.os = c2 >> 8), 512 & n3.flags && (A2[0] = 255 & c2, A2[1] = c2 >>> 8 & 255, n3.check = sh(n3.check, A2, 2, 0)), c2 = 0, u2 = 0, n3.mode = 5;
94780
94793
  case 5:
94781
94794
  if (1024 & n3.flags) {
94782
94795
  for (; u2 < 16; ) {
@@ -94784,12 +94797,12 @@ var require_processPagePollCjs = __commonJS({
94784
94797
  break e;
94785
94798
  s3--, c2 += r3[i3++] << u2, u2 += 8;
94786
94799
  }
94787
- n3.length = c2, n3.head && (n3.head.extra_len = c2), 512 & n3.flags && (A2[0] = 255 & c2, A2[1] = c2 >>> 8 & 255, n3.check = ah(n3.check, A2, 2, 0)), c2 = 0, u2 = 0;
94800
+ n3.length = c2, n3.head && (n3.head.extra_len = c2), 512 & n3.flags && (A2[0] = 255 & c2, A2[1] = c2 >>> 8 & 255, n3.check = sh(n3.check, A2, 2, 0)), c2 = 0, u2 = 0;
94788
94801
  } else
94789
94802
  n3.head && (n3.head.extra = null);
94790
94803
  n3.mode = 6;
94791
94804
  case 6:
94792
- if (1024 & n3.flags && ((p2 = n3.length) > s3 && (p2 = s3), p2 && (n3.head && (x2 = n3.head.extra_len - n3.length, n3.head.extra || (n3.head.extra = new Array(n3.head.extra_len)), oh.arraySet(n3.head.extra, r3, i3, p2, x2)), 512 & n3.flags && (n3.check = ah(n3.check, r3, p2, i3)), s3 -= p2, i3 += p2, n3.length -= p2), n3.length))
94805
+ if (1024 & n3.flags && ((p2 = n3.length) > s3 && (p2 = s3), p2 && (n3.head && (x2 = n3.head.extra_len - n3.length, n3.head.extra || (n3.head.extra = new Array(n3.head.extra_len)), ih.arraySet(n3.head.extra, r3, i3, p2, x2)), 512 & n3.flags && (n3.check = sh(n3.check, r3, p2, i3)), s3 -= p2, i3 += p2, n3.length -= p2), n3.length))
94793
94806
  break e;
94794
94807
  n3.length = 0, n3.mode = 7;
94795
94808
  case 7:
@@ -94800,7 +94813,7 @@ var require_processPagePollCjs = __commonJS({
94800
94813
  do {
94801
94814
  x2 = r3[i3 + p2++], n3.head && x2 && n3.length < 65536 && (n3.head.name += String.fromCharCode(x2));
94802
94815
  } while (x2 && p2 < s3);
94803
- if (512 & n3.flags && (n3.check = ah(n3.check, r3, p2, i3)), s3 -= p2, i3 += p2, x2)
94816
+ if (512 & n3.flags && (n3.check = sh(n3.check, r3, p2, i3)), s3 -= p2, i3 += p2, x2)
94804
94817
  break e;
94805
94818
  } else
94806
94819
  n3.head && (n3.head.name = null);
@@ -94813,7 +94826,7 @@ var require_processPagePollCjs = __commonJS({
94813
94826
  do {
94814
94827
  x2 = r3[i3 + p2++], n3.head && x2 && n3.length < 65536 && (n3.head.comment += String.fromCharCode(x2));
94815
94828
  } while (x2 && p2 < s3);
94816
- if (512 & n3.flags && (n3.check = ah(n3.check, r3, p2, i3)), s3 -= p2, i3 += p2, x2)
94829
+ if (512 & n3.flags && (n3.check = sh(n3.check, r3, p2, i3)), s3 -= p2, i3 += p2, x2)
94817
94830
  break e;
94818
94831
  } else
94819
94832
  n3.head && (n3.head.comment = null);
@@ -94826,12 +94839,12 @@ var require_processPagePollCjs = __commonJS({
94826
94839
  s3--, c2 += r3[i3++] << u2, u2 += 8;
94827
94840
  }
94828
94841
  if (c2 !== (65535 & n3.check)) {
94829
- e3.msg = "header crc mismatch", n3.mode = ph;
94842
+ e3.msg = "header crc mismatch", n3.mode = mh;
94830
94843
  break;
94831
94844
  }
94832
94845
  c2 = 0, u2 = 0;
94833
94846
  }
94834
- n3.head && (n3.head.hcrc = n3.flags >> 9 & 1, n3.head.done = true), e3.adler = n3.check = 0, n3.mode = dh;
94847
+ n3.head && (n3.head.hcrc = n3.flags >> 9 & 1, n3.head.done = true), e3.adler = n3.check = 0, n3.mode = ph;
94835
94848
  break;
94836
94849
  case 10:
94837
94850
  for (; u2 < 32; ) {
@@ -94839,12 +94852,12 @@ var require_processPagePollCjs = __commonJS({
94839
94852
  break e;
94840
94853
  s3--, c2 += r3[i3++] << u2, u2 += 8;
94841
94854
  }
94842
- e3.adler = n3.check = gh(c2), c2 = 0, u2 = 0, n3.mode = 11;
94855
+ e3.adler = n3.check = bh(c2), c2 = 0, u2 = 0, n3.mode = 11;
94843
94856
  case 11:
94844
94857
  if (0 === n3.havedict)
94845
94858
  return e3.next_out = a3, e3.avail_out = l2, e3.next_in = i3, e3.avail_in = s3, n3.hold = c2, n3.bits = u2, 2;
94846
- e3.adler = n3.check = 1, n3.mode = dh;
94847
- case dh:
94859
+ e3.adler = n3.check = 1, n3.mode = ph;
94860
+ case ph:
94848
94861
  if (5 === t3 || 6 === t3)
94849
94862
  break e;
94850
94863
  case 13:
@@ -94862,7 +94875,7 @@ var require_processPagePollCjs = __commonJS({
94862
94875
  n3.mode = 14;
94863
94876
  break;
94864
94877
  case 1:
94865
- if (Ch(n3), n3.mode = 20, 6 === t3) {
94878
+ if (zh(n3), n3.mode = 20, 6 === t3) {
94866
94879
  c2 >>>= 2, u2 -= 2;
94867
94880
  break e;
94868
94881
  }
@@ -94871,7 +94884,7 @@ var require_processPagePollCjs = __commonJS({
94871
94884
  n3.mode = 17;
94872
94885
  break;
94873
94886
  case 3:
94874
- e3.msg = "invalid block type", n3.mode = ph;
94887
+ e3.msg = "invalid block type", n3.mode = mh;
94875
94888
  }
94876
94889
  c2 >>>= 2, u2 -= 2;
94877
94890
  break;
@@ -94882,7 +94895,7 @@ var require_processPagePollCjs = __commonJS({
94882
94895
  s3--, c2 += r3[i3++] << u2, u2 += 8;
94883
94896
  }
94884
94897
  if ((65535 & c2) != (c2 >>> 16 ^ 65535)) {
94885
- e3.msg = "invalid stored block lengths", n3.mode = ph;
94898
+ e3.msg = "invalid stored block lengths", n3.mode = mh;
94886
94899
  break;
94887
94900
  }
94888
94901
  if (n3.length = 65535 & c2, c2 = 0, u2 = 0, n3.mode = 15, 6 === t3)
@@ -94893,10 +94906,10 @@ var require_processPagePollCjs = __commonJS({
94893
94906
  if (p2 = n3.length) {
94894
94907
  if (p2 > s3 && (p2 = s3), p2 > l2 && (p2 = l2), 0 === p2)
94895
94908
  break e;
94896
- oh.arraySet(o3, r3, i3, p2, a3), s3 -= p2, i3 += p2, l2 -= p2, a3 += p2, n3.length -= p2;
94909
+ ih.arraySet(o3, r3, i3, p2, a3), s3 -= p2, i3 += p2, l2 -= p2, a3 += p2, n3.length -= p2;
94897
94910
  break;
94898
94911
  }
94899
- n3.mode = dh;
94912
+ n3.mode = ph;
94900
94913
  break;
94901
94914
  case 17:
94902
94915
  for (; u2 < 14; ) {
@@ -94905,7 +94918,7 @@ var require_processPagePollCjs = __commonJS({
94905
94918
  s3--, c2 += r3[i3++] << u2, u2 += 8;
94906
94919
  }
94907
94920
  if (n3.nlen = 257 + (31 & c2), c2 >>>= 5, u2 -= 5, n3.ndist = 1 + (31 & c2), c2 >>>= 5, u2 -= 5, n3.ncode = 4 + (15 & c2), c2 >>>= 4, u2 -= 4, n3.nlen > 286 || n3.ndist > 30) {
94908
- e3.msg = "too many length or distance symbols", n3.mode = ph;
94921
+ e3.msg = "too many length or distance symbols", n3.mode = mh;
94909
94922
  break;
94910
94923
  }
94911
94924
  n3.have = 0, n3.mode = 18;
@@ -94920,8 +94933,8 @@ var require_processPagePollCjs = __commonJS({
94920
94933
  }
94921
94934
  for (; n3.have < 19; )
94922
94935
  n3.lens[T2[n3.have++]] = 0;
94923
- if (n3.lencode = n3.lendyn, n3.lenbits = 7, S2 = { bits: n3.lenbits }, _2 = lh(0, n3.lens, 0, 19, n3.lencode, 0, n3.work, S2), n3.lenbits = S2.bits, _2) {
94924
- e3.msg = "invalid code lengths set", n3.mode = ph;
94936
+ if (n3.lencode = n3.lendyn, n3.lenbits = 7, S2 = { bits: n3.lenbits }, _2 = ch(0, n3.lens, 0, 19, n3.lencode, 0, n3.work, S2), n3.lenbits = S2.bits, _2) {
94937
+ e3.msg = "invalid code lengths set", n3.mode = mh;
94925
94938
  break;
94926
94939
  }
94927
94940
  n3.have = 0, n3.mode = 19;
@@ -94942,7 +94955,7 @@ var require_processPagePollCjs = __commonJS({
94942
94955
  s3--, c2 += r3[i3++] << u2, u2 += 8;
94943
94956
  }
94944
94957
  if (c2 >>>= g2, u2 -= g2, 0 === n3.have) {
94945
- e3.msg = "invalid bit length repeat", n3.mode = ph;
94958
+ e3.msg = "invalid bit length repeat", n3.mode = mh;
94946
94959
  break;
94947
94960
  }
94948
94961
  x2 = n3.lens[n3.have - 1], p2 = 3 + (3 & c2), c2 >>>= 2, u2 -= 2;
@@ -94962,25 +94975,25 @@ var require_processPagePollCjs = __commonJS({
94962
94975
  u2 -= g2, x2 = 0, p2 = 11 + (127 & (c2 >>>= g2)), c2 >>>= 7, u2 -= 7;
94963
94976
  }
94964
94977
  if (n3.have + p2 > n3.nlen + n3.ndist) {
94965
- e3.msg = "invalid bit length repeat", n3.mode = ph;
94978
+ e3.msg = "invalid bit length repeat", n3.mode = mh;
94966
94979
  break;
94967
94980
  }
94968
94981
  for (; p2--; )
94969
94982
  n3.lens[n3.have++] = x2;
94970
94983
  }
94971
94984
  }
94972
- if (n3.mode === ph)
94985
+ if (n3.mode === mh)
94973
94986
  break;
94974
94987
  if (0 === n3.lens[256]) {
94975
- e3.msg = "invalid code -- missing end-of-block", n3.mode = ph;
94988
+ e3.msg = "invalid code -- missing end-of-block", n3.mode = mh;
94976
94989
  break;
94977
94990
  }
94978
- if (n3.lenbits = 9, S2 = { bits: n3.lenbits }, _2 = lh(1, n3.lens, 0, n3.nlen, n3.lencode, 0, n3.work, S2), n3.lenbits = S2.bits, _2) {
94979
- e3.msg = "invalid literal/lengths set", n3.mode = ph;
94991
+ if (n3.lenbits = 9, S2 = { bits: n3.lenbits }, _2 = ch(1, n3.lens, 0, n3.nlen, n3.lencode, 0, n3.work, S2), n3.lenbits = S2.bits, _2) {
94992
+ e3.msg = "invalid literal/lengths set", n3.mode = mh;
94980
94993
  break;
94981
94994
  }
94982
- if (n3.distbits = 6, n3.distcode = n3.distdyn, S2 = { bits: n3.distbits }, _2 = lh(2, n3.lens, n3.nlen, n3.ndist, n3.distcode, 0, n3.work, S2), n3.distbits = S2.bits, _2) {
94983
- e3.msg = "invalid distances set", n3.mode = ph;
94995
+ if (n3.distbits = 6, n3.distcode = n3.distdyn, S2 = { bits: n3.distbits }, _2 = ch(2, n3.lens, n3.nlen, n3.ndist, n3.distcode, 0, n3.work, S2), n3.distbits = S2.bits, _2) {
94996
+ e3.msg = "invalid distances set", n3.mode = mh;
94984
94997
  break;
94985
94998
  }
94986
94999
  if (n3.mode = 20, 6 === t3)
@@ -94989,7 +95002,7 @@ var require_processPagePollCjs = __commonJS({
94989
95002
  n3.mode = 21;
94990
95003
  case 21:
94991
95004
  if (s3 >= 6 && l2 >= 258) {
94992
- e3.next_out = a3, e3.avail_out = l2, e3.next_in = i3, e3.avail_in = s3, n3.hold = c2, n3.bits = u2, sh(e3, d2), a3 = e3.next_out, o3 = e3.output, l2 = e3.avail_out, i3 = e3.next_in, r3 = e3.input, s3 = e3.avail_in, c2 = n3.hold, u2 = n3.bits, n3.mode === dh && (n3.back = -1);
95005
+ e3.next_out = a3, e3.avail_out = l2, e3.next_in = i3, e3.avail_in = s3, n3.hold = c2, n3.bits = u2, lh(e3, d2), a3 = e3.next_out, o3 = e3.output, l2 = e3.avail_out, i3 = e3.next_in, r3 = e3.input, s3 = e3.avail_in, c2 = n3.hold, u2 = n3.bits, n3.mode === ph && (n3.back = -1);
94993
95006
  break;
94994
95007
  }
94995
95008
  for (n3.back = 0; b2 = (z2 = n3.lencode[c2 & (1 << n3.lenbits) - 1]) >>> 16 & 255, y2 = 65535 & z2, !((g2 = z2 >>> 24) <= u2); ) {
@@ -95010,11 +95023,11 @@ var require_processPagePollCjs = __commonJS({
95010
95023
  break;
95011
95024
  }
95012
95025
  if (32 & b2) {
95013
- n3.back = -1, n3.mode = dh;
95026
+ n3.back = -1, n3.mode = ph;
95014
95027
  break;
95015
95028
  }
95016
95029
  if (64 & b2) {
95017
- e3.msg = "invalid literal/length code", n3.mode = ph;
95030
+ e3.msg = "invalid literal/length code", n3.mode = mh;
95018
95031
  break;
95019
95032
  }
95020
95033
  n3.extra = 15 & b2, n3.mode = 22;
@@ -95043,7 +95056,7 @@ var require_processPagePollCjs = __commonJS({
95043
95056
  c2 >>>= k2, u2 -= k2, n3.back += k2;
95044
95057
  }
95045
95058
  if (c2 >>>= g2, u2 -= g2, n3.back += g2, 64 & b2) {
95046
- e3.msg = "invalid distance code", n3.mode = ph;
95059
+ e3.msg = "invalid distance code", n3.mode = mh;
95047
95060
  break;
95048
95061
  }
95049
95062
  n3.offset = y2, n3.extra = 15 & b2, n3.mode = 24;
@@ -95057,7 +95070,7 @@ var require_processPagePollCjs = __commonJS({
95057
95070
  n3.offset += c2 & (1 << n3.extra) - 1, c2 >>>= n3.extra, u2 -= n3.extra, n3.back += n3.extra;
95058
95071
  }
95059
95072
  if (n3.offset > n3.dmax) {
95060
- e3.msg = "invalid distance too far back", n3.mode = ph;
95073
+ e3.msg = "invalid distance too far back", n3.mode = mh;
95061
95074
  break;
95062
95075
  }
95063
95076
  n3.mode = 25;
@@ -95066,7 +95079,7 @@ var require_processPagePollCjs = __commonJS({
95066
95079
  break e;
95067
95080
  if (p2 = d2 - l2, n3.offset > p2) {
95068
95081
  if ((p2 = n3.offset - p2) > n3.whave && n3.sane) {
95069
- e3.msg = "invalid distance too far back", n3.mode = ph;
95082
+ e3.msg = "invalid distance too far back", n3.mode = mh;
95070
95083
  break;
95071
95084
  }
95072
95085
  p2 > n3.wnext ? (p2 -= n3.wnext, m2 = n3.wsize - p2) : m2 = n3.wnext - p2, p2 > n3.length && (p2 = n3.length), f2 = n3.window;
@@ -95090,8 +95103,8 @@ var require_processPagePollCjs = __commonJS({
95090
95103
  break e;
95091
95104
  s3--, c2 |= r3[i3++] << u2, u2 += 8;
95092
95105
  }
95093
- if (d2 -= l2, e3.total_out += d2, n3.total += d2, d2 && (e3.adler = n3.check = n3.flags ? ah(n3.check, o3, d2, a3 - d2) : ih(n3.check, o3, d2, a3 - d2)), d2 = l2, (n3.flags ? c2 : gh(c2)) !== n3.check) {
95094
- e3.msg = "incorrect data check", n3.mode = ph;
95106
+ if (d2 -= l2, e3.total_out += d2, n3.total += d2, d2 && (e3.adler = n3.check = n3.flags ? sh(n3.check, o3, d2, a3 - d2) : ah(n3.check, o3, d2, a3 - d2)), d2 = l2, (n3.flags ? c2 : bh(c2)) !== n3.check) {
95107
+ e3.msg = "incorrect data check", n3.mode = mh;
95095
95108
  break;
95096
95109
  }
95097
95110
  c2 = 0, u2 = 0;
@@ -95105,7 +95118,7 @@ var require_processPagePollCjs = __commonJS({
95105
95118
  s3--, c2 += r3[i3++] << u2, u2 += 8;
95106
95119
  }
95107
95120
  if (c2 !== (4294967295 & n3.total)) {
95108
- e3.msg = "incorrect length check", n3.mode = ph;
95121
+ e3.msg = "incorrect length check", n3.mode = mh;
95109
95122
  break;
95110
95123
  }
95111
95124
  c2 = 0, u2 = 0;
@@ -95114,72 +95127,72 @@ var require_processPagePollCjs = __commonJS({
95114
95127
  case 29:
95115
95128
  _2 = 1;
95116
95129
  break e;
95117
- case ph:
95130
+ case mh:
95118
95131
  _2 = -3;
95119
95132
  break e;
95120
95133
  case 31:
95121
95134
  return -4;
95122
95135
  default:
95123
- return uh;
95136
+ return hh;
95124
95137
  }
95125
- return e3.next_out = a3, e3.avail_out = l2, e3.next_in = i3, e3.avail_in = s3, n3.hold = c2, n3.bits = u2, (n3.wsize || d2 !== e3.avail_out && n3.mode < ph && (n3.mode < 27 || 4 !== t3)) && zh(e3, e3.output, e3.next_out, d2 - e3.avail_out), h2 -= e3.avail_in, d2 -= e3.avail_out, e3.total_in += h2, e3.total_out += d2, n3.total += d2, n3.wrap && d2 && (e3.adler = n3.check = n3.flags ? ah(n3.check, o3, d2, e3.next_out - d2) : ih(n3.check, o3, d2, e3.next_out - d2)), e3.data_type = n3.bits + (n3.last ? 64 : 0) + (n3.mode === dh ? 128 : 0) + (20 === n3.mode || 15 === n3.mode ? 256 : 0), (0 === h2 && 0 === d2 || 4 === t3) && _2 === ch && (_2 = -5), _2;
95126
- }, Qu.inflateEnd = function(e3) {
95138
+ return e3.next_out = a3, e3.avail_out = l2, e3.next_in = i3, e3.avail_in = s3, n3.hold = c2, n3.bits = u2, (n3.wsize || d2 !== e3.avail_out && n3.mode < mh && (n3.mode < 27 || 4 !== t3)) && Ah(e3, e3.output, e3.next_out, d2 - e3.avail_out), h2 -= e3.avail_in, d2 -= e3.avail_out, e3.total_in += h2, e3.total_out += d2, n3.total += d2, n3.wrap && d2 && (e3.adler = n3.check = n3.flags ? sh(n3.check, o3, d2, e3.next_out - d2) : ah(n3.check, o3, d2, e3.next_out - d2)), e3.data_type = n3.bits + (n3.last ? 64 : 0) + (n3.mode === ph ? 128 : 0) + (20 === n3.mode || 15 === n3.mode ? 256 : 0), (0 === h2 && 0 === d2 || 4 === t3) && _2 === uh && (_2 = -5), _2;
95139
+ }, Ju.inflateEnd = function(e3) {
95127
95140
  if (!e3 || !e3.state)
95128
- return uh;
95141
+ return hh;
95129
95142
  var t3 = e3.state;
95130
- return t3.window && (t3.window = null), e3.state = null, ch;
95131
- }, Qu.inflateGetHeader = function(e3, t3) {
95143
+ return t3.window && (t3.window = null), e3.state = null, uh;
95144
+ }, Ju.inflateGetHeader = function(e3, t3) {
95132
95145
  var n3;
95133
- return e3 && e3.state ? 0 == (2 & (n3 = e3.state).wrap) ? uh : (n3.head = t3, t3.done = false, ch) : uh;
95134
- }, Qu.inflateSetDictionary = function(e3, t3) {
95146
+ return e3 && e3.state ? 0 == (2 & (n3 = e3.state).wrap) ? hh : (n3.head = t3, t3.done = false, uh) : hh;
95147
+ }, Ju.inflateSetDictionary = function(e3, t3) {
95135
95148
  var n3, r3 = t3.length;
95136
- return e3 && e3.state ? 0 !== (n3 = e3.state).wrap && 11 !== n3.mode ? uh : 11 === n3.mode && ih(1, t3, r3, 0) !== n3.check ? -3 : zh(e3, t3, r3, r3) ? (n3.mode = 31, -4) : (n3.havedict = 1, ch) : uh;
95137
- }, Qu.inflateInfo = "pako inflate (from Nodeca project)";
95138
- var Ah = { Z_NO_FLUSH: 0, Z_PARTIAL_FLUSH: 1, Z_SYNC_FLUSH: 2, Z_FULL_FLUSH: 3, Z_FINISH: 4, Z_BLOCK: 5, Z_TREES: 6, Z_OK: 0, Z_STREAM_END: 1, Z_NEED_DICT: 2, Z_ERRNO: -1, Z_STREAM_ERROR: -2, Z_DATA_ERROR: -3, Z_BUF_ERROR: -5, Z_NO_COMPRESSION: 0, Z_BEST_SPEED: 1, Z_BEST_COMPRESSION: 9, Z_DEFAULT_COMPRESSION: -1, Z_FILTERED: 1, Z_HUFFMAN_ONLY: 2, Z_RLE: 3, Z_FIXED: 4, Z_DEFAULT_STRATEGY: 0, Z_BINARY: 0, Z_TEXT: 1, Z_UNKNOWN: 2, Z_DEFLATED: 8 }, Th = Qu, Oh = ec, Lh = Eu, Eh = Ah, Rh = Zc, Nh = Bu, jh = function() {
95149
+ return e3 && e3.state ? 0 !== (n3 = e3.state).wrap && 11 !== n3.mode ? hh : 11 === n3.mode && ah(1, t3, r3, 0) !== n3.check ? -3 : Ah(e3, t3, r3, r3) ? (n3.mode = 31, -4) : (n3.havedict = 1, uh) : hh;
95150
+ }, Ju.inflateInfo = "pako inflate (from Nodeca project)";
95151
+ var Th = { Z_NO_FLUSH: 0, Z_PARTIAL_FLUSH: 1, Z_SYNC_FLUSH: 2, Z_FULL_FLUSH: 3, Z_FINISH: 4, Z_BLOCK: 5, Z_TREES: 6, Z_OK: 0, Z_STREAM_END: 1, Z_NEED_DICT: 2, Z_ERRNO: -1, Z_STREAM_ERROR: -2, Z_DATA_ERROR: -3, Z_BUF_ERROR: -5, Z_NO_COMPRESSION: 0, Z_BEST_SPEED: 1, Z_BEST_COMPRESSION: 9, Z_DEFAULT_COMPRESSION: -1, Z_FILTERED: 1, Z_HUFFMAN_ONLY: 2, Z_RLE: 3, Z_FIXED: 4, Z_DEFAULT_STRATEGY: 0, Z_BINARY: 0, Z_TEXT: 1, Z_UNKNOWN: 2, Z_DEFLATED: 8 }, Oh = Ju, Lh = tc, Eh = Ru, Rh = Th, Nh = Kc, jh = Fu, Ih = function() {
95139
95152
  this.text = 0, this.time = 0, this.xflags = 0, this.os = 0, this.extra = null, this.extra_len = 0, this.name = "", this.comment = "", this.hcrc = 0, this.done = false;
95140
- }, Ih = Object.prototype.toString;
95141
- function Dh(e3) {
95142
- if (!(this instanceof Dh))
95143
- return new Dh(e3);
95144
- this.options = Oh.assign({ chunkSize: 16384, windowBits: 0, to: "" }, e3 || {});
95153
+ }, Dh = Object.prototype.toString;
95154
+ function Ph(e3) {
95155
+ if (!(this instanceof Ph))
95156
+ return new Ph(e3);
95157
+ this.options = Lh.assign({ chunkSize: 16384, windowBits: 0, to: "" }, e3 || {});
95145
95158
  var t3 = this.options;
95146
- t3.raw && t3.windowBits >= 0 && t3.windowBits < 16 && (t3.windowBits = -t3.windowBits, 0 === t3.windowBits && (t3.windowBits = -15)), !(t3.windowBits >= 0 && t3.windowBits < 16) || e3 && e3.windowBits || (t3.windowBits += 32), t3.windowBits > 15 && t3.windowBits < 48 && 0 == (15 & t3.windowBits) && (t3.windowBits |= 15), this.err = 0, this.msg = "", this.ended = false, this.chunks = [], this.strm = new Nh(), this.strm.avail_out = 0;
95147
- var n3 = Th.inflateInit2(this.strm, t3.windowBits);
95148
- if (n3 !== Eh.Z_OK)
95149
- throw new Error(Rh[n3]);
95150
- if (this.header = new jh(), Th.inflateGetHeader(this.strm, this.header), t3.dictionary && ("string" == typeof t3.dictionary ? t3.dictionary = Lh.string2buf(t3.dictionary) : "[object ArrayBuffer]" === Ih.call(t3.dictionary) && (t3.dictionary = new Uint8Array(t3.dictionary)), t3.raw && (n3 = Th.inflateSetDictionary(this.strm, t3.dictionary)) !== Eh.Z_OK))
95151
- throw new Error(Rh[n3]);
95152
- }
95153
- function Ph(e3, t3) {
95154
- var n3 = new Dh(t3);
95159
+ t3.raw && t3.windowBits >= 0 && t3.windowBits < 16 && (t3.windowBits = -t3.windowBits, 0 === t3.windowBits && (t3.windowBits = -15)), !(t3.windowBits >= 0 && t3.windowBits < 16) || e3 && e3.windowBits || (t3.windowBits += 32), t3.windowBits > 15 && t3.windowBits < 48 && 0 == (15 & t3.windowBits) && (t3.windowBits |= 15), this.err = 0, this.msg = "", this.ended = false, this.chunks = [], this.strm = new jh(), this.strm.avail_out = 0;
95160
+ var n3 = Oh.inflateInit2(this.strm, t3.windowBits);
95161
+ if (n3 !== Rh.Z_OK)
95162
+ throw new Error(Nh[n3]);
95163
+ if (this.header = new Ih(), Oh.inflateGetHeader(this.strm, this.header), t3.dictionary && ("string" == typeof t3.dictionary ? t3.dictionary = Eh.string2buf(t3.dictionary) : "[object ArrayBuffer]" === Dh.call(t3.dictionary) && (t3.dictionary = new Uint8Array(t3.dictionary)), t3.raw && (n3 = Oh.inflateSetDictionary(this.strm, t3.dictionary)) !== Rh.Z_OK))
95164
+ throw new Error(Nh[n3]);
95165
+ }
95166
+ function Bh(e3, t3) {
95167
+ var n3 = new Ph(t3);
95155
95168
  if (n3.push(e3, true), n3.err)
95156
- throw n3.msg || Rh[n3.err];
95169
+ throw n3.msg || Nh[n3.err];
95157
95170
  return n3.result;
95158
95171
  }
95159
- Dh.prototype.push = function(e3, t3) {
95172
+ Ph.prototype.push = function(e3, t3) {
95160
95173
  var n3, r3, o3, i3, a3, s3 = this.strm, l2 = this.options.chunkSize, c2 = this.options.dictionary, u2 = false;
95161
95174
  if (this.ended)
95162
95175
  return false;
95163
- r3 = t3 === ~~t3 ? t3 : true === t3 ? Eh.Z_FINISH : Eh.Z_NO_FLUSH, "string" == typeof e3 ? s3.input = Lh.binstring2buf(e3) : "[object ArrayBuffer]" === Ih.call(e3) ? s3.input = new Uint8Array(e3) : s3.input = e3, s3.next_in = 0, s3.avail_in = s3.input.length;
95176
+ r3 = t3 === ~~t3 ? t3 : true === t3 ? Rh.Z_FINISH : Rh.Z_NO_FLUSH, "string" == typeof e3 ? s3.input = Eh.binstring2buf(e3) : "[object ArrayBuffer]" === Dh.call(e3) ? s3.input = new Uint8Array(e3) : s3.input = e3, s3.next_in = 0, s3.avail_in = s3.input.length;
95164
95177
  do {
95165
- if (0 === s3.avail_out && (s3.output = new Oh.Buf8(l2), s3.next_out = 0, s3.avail_out = l2), (n3 = Th.inflate(s3, Eh.Z_NO_FLUSH)) === Eh.Z_NEED_DICT && c2 && (n3 = Th.inflateSetDictionary(this.strm, c2)), n3 === Eh.Z_BUF_ERROR && true === u2 && (n3 = Eh.Z_OK, u2 = false), n3 !== Eh.Z_STREAM_END && n3 !== Eh.Z_OK)
95178
+ if (0 === s3.avail_out && (s3.output = new Lh.Buf8(l2), s3.next_out = 0, s3.avail_out = l2), (n3 = Oh.inflate(s3, Rh.Z_NO_FLUSH)) === Rh.Z_NEED_DICT && c2 && (n3 = Oh.inflateSetDictionary(this.strm, c2)), n3 === Rh.Z_BUF_ERROR && true === u2 && (n3 = Rh.Z_OK, u2 = false), n3 !== Rh.Z_STREAM_END && n3 !== Rh.Z_OK)
95166
95179
  return this.onEnd(n3), this.ended = true, false;
95167
- s3.next_out && (0 !== s3.avail_out && n3 !== Eh.Z_STREAM_END && (0 !== s3.avail_in || r3 !== Eh.Z_FINISH && r3 !== Eh.Z_SYNC_FLUSH) || ("string" === this.options.to ? (o3 = Lh.utf8border(s3.output, s3.next_out), i3 = s3.next_out - o3, a3 = Lh.buf2string(s3.output, o3), s3.next_out = i3, s3.avail_out = l2 - i3, i3 && Oh.arraySet(s3.output, s3.output, o3, i3, 0), this.onData(a3)) : this.onData(Oh.shrinkBuf(s3.output, s3.next_out)))), 0 === s3.avail_in && 0 === s3.avail_out && (u2 = true);
95168
- } while ((s3.avail_in > 0 || 0 === s3.avail_out) && n3 !== Eh.Z_STREAM_END);
95169
- return n3 === Eh.Z_STREAM_END && (r3 = Eh.Z_FINISH), r3 === Eh.Z_FINISH ? (n3 = Th.inflateEnd(this.strm), this.onEnd(n3), this.ended = true, n3 === Eh.Z_OK) : r3 !== Eh.Z_SYNC_FLUSH || (this.onEnd(Eh.Z_OK), s3.avail_out = 0, true);
95170
- }, Dh.prototype.onData = function(e3) {
95180
+ s3.next_out && (0 !== s3.avail_out && n3 !== Rh.Z_STREAM_END && (0 !== s3.avail_in || r3 !== Rh.Z_FINISH && r3 !== Rh.Z_SYNC_FLUSH) || ("string" === this.options.to ? (o3 = Eh.utf8border(s3.output, s3.next_out), i3 = s3.next_out - o3, a3 = Eh.buf2string(s3.output, o3), s3.next_out = i3, s3.avail_out = l2 - i3, i3 && Lh.arraySet(s3.output, s3.output, o3, i3, 0), this.onData(a3)) : this.onData(Lh.shrinkBuf(s3.output, s3.next_out)))), 0 === s3.avail_in && 0 === s3.avail_out && (u2 = true);
95181
+ } while ((s3.avail_in > 0 || 0 === s3.avail_out) && n3 !== Rh.Z_STREAM_END);
95182
+ return n3 === Rh.Z_STREAM_END && (r3 = Rh.Z_FINISH), r3 === Rh.Z_FINISH ? (n3 = Oh.inflateEnd(this.strm), this.onEnd(n3), this.ended = true, n3 === Rh.Z_OK) : r3 !== Rh.Z_SYNC_FLUSH || (this.onEnd(Rh.Z_OK), s3.avail_out = 0, true);
95183
+ }, Ph.prototype.onData = function(e3) {
95171
95184
  this.chunks.push(e3);
95172
- }, Dh.prototype.onEnd = function(e3) {
95173
- e3 === Eh.Z_OK && ("string" === this.options.to ? this.result = this.chunks.join("") : this.result = Oh.flattenChunks(this.chunks)), this.chunks = [], this.err = e3, this.msg = this.strm.msg;
95174
- }, Xu.Inflate = Dh, Xu.inflate = Ph, Xu.inflateRaw = function(e3, t3) {
95175
- return (t3 = t3 || {}).raw = true, Ph(e3, t3);
95176
- }, Xu.ungzip = Ph;
95177
- var Bh = {};
95178
- (0, ec.assign)(Bh, tc, Xu, Ah);
95179
- var Fh = Bh;
95180
- function Uh({ type: e3, value: t3, compress: n3, serialize: r3 }) {
95185
+ }, Ph.prototype.onEnd = function(e3) {
95186
+ e3 === Rh.Z_OK && ("string" === this.options.to ? this.result = this.chunks.join("") : this.result = Lh.flattenChunks(this.chunks)), this.chunks = [], this.err = e3, this.msg = this.strm.msg;
95187
+ }, Qu.Inflate = Ph, Qu.inflate = Bh, Qu.inflateRaw = function(e3, t3) {
95188
+ return (t3 = t3 || {}).raw = true, Bh(e3, t3);
95189
+ }, Qu.ungzip = Bh;
95190
+ var Fh = {};
95191
+ (0, tc.assign)(Fh, nc, Qu, Th);
95192
+ var Uh = Fh;
95193
+ function Mh({ type: e3, value: t3, compress: n3, serialize: r3 }) {
95181
95194
  const o3 = { type: e3, value: t3 };
95182
- return n3 && (o3.value = Fh.deflate(new Uint8Array(o3.value)), o3.compressed = true), r3 && (o3.value = function(e4) {
95195
+ return n3 && (o3.value = Uh.deflate(new Uint8Array(o3.value)), o3.compressed = true), r3 && (o3.value = function(e4) {
95183
95196
  const t4 = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split(""), n4 = new Uint8Array(e4), r4 = n4.length, o4 = r4 % 3, i3 = [], a3 = 16383;
95184
95197
  let s3;
95185
95198
  for (let e5 = 0, t5 = r4 - o4; e5 < t5; e5 += a3)
@@ -95195,38 +95208,38 @@ var require_processPagePollCjs = __commonJS({
95195
95208
  }
95196
95209
  }(o3.value)), o3;
95197
95210
  }
95198
- function Mh(e3) {
95211
+ function qh(e3) {
95199
95212
  return /^(blob|https?):/.test(e3);
95200
95213
  }
95201
- function qh(e3) {
95214
+ function Wh(e3) {
95202
95215
  const t3 = e3 && e3.match(/(^[^#]*)/), n3 = t3 && t3[1] || e3;
95203
95216
  return n3 && n3.replace(/\?\s*$/, "?") || e3;
95204
95217
  }
95205
- const Wh = (...e3) => {
95218
+ const $h = (...e3) => {
95206
95219
  };
95207
- function $h(e3) {
95220
+ function Vh(e3) {
95208
95221
  return e3.reduce((e4, t3) => e4.concat(t3), []);
95209
95222
  }
95210
- function Vh(t3) {
95223
+ function Zh(t3) {
95211
95224
  const n3 = new TextDecoder("utf-8").decode(t3), r3 = e2.head || e2.querySelectorAll("head")[0], o3 = e2.createElement("style");
95212
95225
  return o3.type = "text/css", o3.setAttribute("data-desc", "Applitools tmp variable created by DOM SNAPSHOT"), r3.appendChild(o3), o3.styleSheet ? o3.styleSheet.cssText = n3 : o3.appendChild(e2.createTextNode(n3)), o3.sheet;
95213
95226
  }
95214
- function Zh(e3, t3, n3 = Wh) {
95227
+ function Kh(e3, t3, n3 = $h) {
95215
95228
  let r3;
95216
95229
  if (t3)
95217
95230
  try {
95218
95231
  t3.cssRules, r3 = t3;
95219
95232
  } catch (o3) {
95220
95233
  n3(`[dom-snapshot] could not access cssRules for ${t3.href} ${o3}
95221
- creating temp style for access.`), r3 = Vh(e3);
95234
+ creating temp style for access.`), r3 = Zh(e3);
95222
95235
  }
95223
95236
  else
95224
- r3 = Vh(e3);
95237
+ r3 = Zh(e3);
95225
95238
  return { corsFreeStyleSheet: r3, cleanStyleSheet: function() {
95226
95239
  r3 !== t3 && r3.ownerNode.parentNode.removeChild(r3.ownerNode);
95227
95240
  } };
95228
95241
  }
95229
- function Kh(e3, { log: t3, compress: n3, serialize: r3 }) {
95242
+ function Hh(e3, { log: t3, compress: n3, serialize: r3 }) {
95230
95243
  return e3.reduce(async (e4, { url: o3, element: i3, cdtNode: a3 }) => {
95231
95244
  const s3 = new Promise(async (e5) => {
95232
95245
  try {
@@ -95245,19 +95258,19 @@ creating temp style for access.`), r3 = Vh(e3);
95245
95258
  });
95246
95259
  return e4.then((e5) => s3.then((t4) => {
95247
95260
  if (t4) {
95248
- const i4 = Uh({ type: "image/png", value: t4, compress: n3, serialize: r3 }), a4 = { ...i4, value: i4.value, url: o3 };
95261
+ const i4 = Mh({ type: "image/png", value: t4, compress: n3, serialize: r3 }), a4 = { ...i4, value: i4.value, url: o3 };
95249
95262
  e5.push(a4);
95250
95263
  }
95251
95264
  return e5;
95252
95265
  }));
95253
95266
  }, Promise.resolve([]));
95254
95267
  }
95255
- const Hh = "__process_resource";
95256
- function Gh(e3) {
95257
- return e3 && Mh(e3);
95268
+ const Gh = "__process_resource";
95269
+ function Yh(e3) {
95270
+ return e3 && qh(e3);
95258
95271
  }
95259
95272
  window[x] = window[x] || {};
95260
- const Yh = f(function({ doc: t3 = e2, showLogs: n3, useSessionCache: r3, dontFetchResources: o3, fetchTimeout: i3, skipResources: a3, compressResources: s3, serializeResources: l2, removeReverseProxyURLPrefixes: c2, elements: u2 } = {}) {
95273
+ const Xh = f(function({ doc: t3 = e2, showLogs: n3, useSessionCache: r3, dontFetchResources: o3, fetchTimeout: i3, skipResources: a3, compressResources: s3, serializeResources: l2, removeReverseProxyURLPrefixes: c2, elements: u2 } = {}) {
95261
95274
  if (arguments[0] instanceof Document) {
95262
95275
  t3 = arguments[0];
95263
95276
  const e3 = arguments[1];
@@ -95288,7 +95301,7 @@ creating temp style for access.`), r3 = Vh(e3);
95288
95301
  try {
95289
95302
  const e4 = t4 || ("undefined" != typeof window ? window.sessionStorage : void 0);
95290
95303
  if (e4) {
95291
- const t5 = e4.getItem(Hh);
95304
+ const t5 = e4.getItem(Gh);
95292
95305
  n4 = t5 ? JSON.parse(t5) : {};
95293
95306
  }
95294
95307
  } catch (t5) {
@@ -95304,22 +95317,22 @@ creating temp style for access.`), r3 = Vh(e3);
95304
95317
  }, persist: function() {
95305
95318
  if (n4) {
95306
95319
  const e4 = t4 || ("undefined" != typeof window ? window.sessionStorage : void 0);
95307
- e4 && e4.setItem(Hh, JSON.stringify(n4));
95320
+ e4 && e4.setItem(Gh, JSON.stringify(n4));
95308
95321
  }
95309
95322
  } };
95310
95323
  }({ log: h2.log }), p2 = {}, m2 = function({ styleSheetCache: e3, CSSRule: t4 = window.CSSRule, removeReverseProxyURLPrefixes: n4 }) {
95311
95324
  return function r4(o4) {
95312
- return Ql(Array.from(o4.cssRules || []).reduce((o5, i4) => {
95325
+ return Jl(Array.from(o4.cssRules || []).reduce((o5, i4) => {
95313
95326
  const a4 = { [t4.IMPORT_RULE]: () => {
95314
95327
  const t5 = i4;
95315
95328
  return t5.styleSheet && (e3[t5.styleSheet.href] = t5.styleSheet, t5.styleSheet.href) ? t5.styleSheet.href : t5.href;
95316
- }, [t4.FONT_FACE_RULE]: () => Bl(i4.cssText, { removeReverseProxyURLPrefixes: n4 }), [t4.SUPPORTS_RULE]: () => r4(i4), [t4.MEDIA_RULE]: () => r4(i4), [t4.STYLE_RULE]: () => Fl(i4.style) }[i4.type], s4 = a4 && a4() || [];
95329
+ }, [t4.FONT_FACE_RULE]: () => Fl(i4.cssText, { removeReverseProxyURLPrefixes: n4 }), [t4.SUPPORTS_RULE]: () => r4(i4), [t4.MEDIA_RULE]: () => r4(i4), [t4.STYLE_RULE]: () => Ul(i4.style) }[i4.type], s4 = a4 && a4() || [];
95317
95330
  return (null == i4 ? void 0 : i4.cssRules) && s4.push(...r4(i4)), o5.concat(s4);
95318
95331
  }, [])).filter((e4) => "#" !== e4[0]);
95319
95332
  };
95320
95333
  }({ styleSheetCache: p2, removeReverseProxyURLPrefixes: Boolean(null == c2 ? void 0 : c2.length) }), f2 = function({ styleSheetCache: e3 }) {
95321
95334
  return function(t4, n4) {
95322
- const r4 = $h(n4.map((e4) => {
95335
+ const r4 = Vh(n4.map((e4) => {
95323
95336
  try {
95324
95337
  return Array.from(e4.styleSheets);
95325
95338
  } catch (e5) {
@@ -95327,7 +95340,7 @@ creating temp style for access.`), r3 = Vh(e3);
95327
95340
  }
95328
95341
  }));
95329
95342
  return e3[t4] || r4.find((e4) => {
95330
- const n5 = e4.href && qh(e4.href);
95343
+ const n5 = e4.href && Wh(e4.href);
95331
95344
  return n5 && function(e5) {
95332
95345
  const t5 = new URL(e5);
95333
95346
  return t5.username && (t5.username = ""), t5.password && (t5.password = ""), t5.href;
@@ -95336,14 +95349,14 @@ creating temp style for access.`), r3 = Vh(e3);
95336
95349
  };
95337
95350
  }({ styleSheetCache: p2 }), g2 = function(e3) {
95338
95351
  return function(t4, n4 = true) {
95339
- return Ql(Array.from(t4.querySelectorAll("style")).reduce((r4, o4) => {
95352
+ return Jl(Array.from(t4.querySelectorAll("style")).reduce((r4, o4) => {
95340
95353
  const i4 = n4 ? Array.from(t4.styleSheets).find((e4) => e4.ownerNode === o4) : o4.sheet;
95341
95354
  return i4 ? r4.concat(e3(i4)) : r4;
95342
95355
  }, []));
95343
95356
  };
95344
95357
  }(m2), b2 = function(e3) {
95345
95358
  return function(t4) {
95346
- return t4.adoptedStyleSheets ? Ql(t4.adoptedStyleSheets.reduce((t5, n4) => t5.concat(e3(n4)), [])) : [];
95359
+ return t4.adoptedStyleSheets ? Jl(t4.adoptedStyleSheets.reduce((t5, n4) => t5.concat(e3(n4)), [])) : [];
95347
95360
  };
95348
95361
  }(m2), k2 = function({ parser: e3, decoder: t4, extractResourceUrlsFromStyleTags: n4 }) {
95349
95362
  return function(r4) {
@@ -95351,7 +95364,7 @@ creating temp style for access.`), r3 = Vh(e3);
95351
95364
  const t5 = e4.getAttribute("srcset");
95352
95365
  return t5 ? t5.split(", ").map((e5) => e5.trim().split(/\s+/)[0]) : [];
95353
95366
  }).reduce((e4, t5) => e4.concat(t5), []), s4 = Array.from(i4.querySelectorAll("img[src]")).map((e4) => e4.getAttribute("src")).filter(Boolean), l3 = Array.from(i4.querySelectorAll('image,use,link[rel="stylesheet"]')).map((e4) => e4.getAttribute("href") || e4.getAttribute("xlink:href")).filter(Boolean), c3 = Array.from(i4.getElementsByTagName("object")).map((e4) => e4.getAttribute("data")).filter(Boolean), u3 = n4(i4, false), h3 = function(e4) {
95354
- return $h(Array.from(e4.querySelectorAll("*[style]")).map((e5) => e5.style.cssText).map((e5) => Bl(e5)).filter(Boolean));
95367
+ return Vh(Array.from(e4.querySelectorAll("*[style]")).map((e5) => e5.style.cssText).map((e5) => Fl(e5)).filter(Boolean));
95355
95368
  }(i4);
95356
95369
  return a4.concat(s4).concat(l3).concat(c3).concat(u3).concat(h3).filter((e4) => "#" !== e4[0]);
95357
95370
  };
@@ -95371,13 +95384,13 @@ creating temp style for access.`), r3 = Vh(e3);
95371
95384
  }).then(i4).catch((e4) => a4(e4));
95372
95385
  });
95373
95386
  };
95374
- }({ timeout: i3 }), v2 = function({ fetchUrl: e3, findStyleSheetByUrl: t4, getCorsFreeStyleSheet: n4, extractResourcesFromStyleSheet: r4, extractResourcesFromSvg: o4, sessionCache: i4, cache: a4 = {}, compress: s4, serialize: l3, log: c3 = Wh }) {
95387
+ }({ timeout: i3 }), v2 = function({ fetchUrl: e3, findStyleSheetByUrl: t4, getCorsFreeStyleSheet: n4, extractResourcesFromStyleSheet: r4, extractResourcesFromSvg: o4, sessionCache: i4, cache: a4 = {}, compress: s4, serialize: l3, log: c3 = $h }) {
95375
95388
  return function({ url: u3, documents: h3, getResourceUrlsAndBlobs: d3, forceCreateStyle: p3 = false, skipResources: m3 }) {
95376
95389
  if (!a4[u3])
95377
95390
  if (i4 && i4.getItem(u3)) {
95378
95391
  const e4 = function e5(t5) {
95379
95392
  const n5 = i4.getItem(t5);
95380
- return [t5].concat(n5 ? Ql($h(n5.map(e5))) : []);
95393
+ return [t5].concat(n5 ? Jl(Vh(n5.map(e5))) : []);
95381
95394
  }(u3);
95382
95395
  c3("doProcessResource from sessionStorage", u3, "deps:", e4.slice(1)), a4[u3] = Promise.resolve({ resourceUrls: e4 });
95383
95396
  } else if (m3 && m3.indexOf(u3) > -1 || /https:\/\/fonts\.googleapis\.com/.test(u3))
@@ -95412,9 +95425,9 @@ creating temp style for access.`), r3 = Vh(e3);
95412
95425
  } catch (e5) {
95413
95426
  c3("could not parse svg content", e5);
95414
95427
  }
95415
- const v3 = { [e4]: Uh({ type: a6, value: f4, compress: s4, serialize: l3 }) };
95428
+ const v3 = { [e4]: Mh({ type: a6, value: f4, compress: s4, serialize: l3 }) };
95416
95429
  if (w3) {
95417
- const t5 = w3.map((t6) => y(t6, e4.replace(/^blob:/, ""))).map(qh).filter(Mh);
95430
+ const t5 = w3.map((t6) => y(t6, e4.replace(/^blob:/, ""))).map(Wh).filter(qh);
95418
95431
  return t5.length && (v3[e4].dependencies = t5), i4 && i4.setItem(e4, t5), d3({ documents: h3, urls: t5, forceCreateStyle: p3, skipResources: m3 }).then(({ resourceUrls: e5, blobsObj: t6 }) => ({ resourceUrls: e5, blobsObj: Object.assign(t6, v3) }));
95419
95432
  }
95420
95433
  return i4 && i4.setItem(e4, []), { blobsObj: v3 };
@@ -95429,11 +95442,11 @@ creating temp style for access.`), r3 = Vh(e3);
95429
95442
  }), c3("cleared from sessionStorage:", u3);
95430
95443
  }
95431
95444
  };
95432
- }({ fetchUrl: w2, findStyleSheetByUrl: f2, getCorsFreeStyleSheet: Zh, extractResourcesFromStyleSheet: m2, extractResourcesFromSvg: k2, log: h2.log, sessionCache: d2, compress: s3, serialize: l2 }), x2 = function({ processResource: e3, aggregateResourceUrlsAndBlobs: t4 }) {
95445
+ }({ fetchUrl: w2, findStyleSheetByUrl: f2, getCorsFreeStyleSheet: Kh, extractResourcesFromStyleSheet: m2, extractResourcesFromSvg: k2, log: h2.log, sessionCache: d2, compress: s3, serialize: l2 }), x2 = function({ processResource: e3, aggregateResourceUrlsAndBlobs: t4 }) {
95433
95446
  return function n4({ documents: r4, urls: o4, forceCreateStyle: i4 = false, skipResources: a4 }) {
95434
95447
  return Promise.all(o4.map((t5) => e3({ url: t5, documents: r4, getResourceUrlsAndBlobs: n4, forceCreateStyle: i4, skipResources: a4 }))).then((e4) => t4(e4));
95435
95448
  };
95436
- }({ processResource: v2, aggregateResourceUrlsAndBlobs: Jl });
95449
+ }({ processResource: v2, aggregateResourceUrlsAndBlobs: ec });
95437
95450
  return function t4(n4, r4 = n4.location.href) {
95438
95451
  const i4 = function(e3) {
95439
95452
  const t5 = e3.querySelectorAll("base")[0] && e3.querySelectorAll("base")[0].href;
@@ -95521,12 +95534,12 @@ creating temp style for access.`), r3 = Vh(e3);
95521
95534
  return o4 += e3.length, t6;
95522
95535
  });
95523
95536
  return i5;
95524
- }(u2), { cdt: p3, docRoots: m3, canvasElements: f3, frames: k3, inlineFrames: w3, crossFrames: v3, linkUrls: S2, imageBlobs: C2, videoBlobs: z2 } = Hl(n4, i4, h2), A2 = $h(m3.map((e3) => g2(e3))), T2 = $h(m3.map((e3) => b2(e3))), O2 = (P2 = i4, function(e3) {
95537
+ }(u2), { cdt: p3, docRoots: m3, canvasElements: f3, frames: k3, inlineFrames: w3, crossFrames: v3, linkUrls: S2, imageBlobs: C2, videoBlobs: z2 } = Gl(n4, i4, h2), A2 = Vh(m3.map((e3) => g2(e3))), T2 = Vh(m3.map((e3) => b2(e3))), O2 = (P2 = i4, function(e3) {
95525
95538
  try {
95526
95539
  return _(y(e3, P2));
95527
95540
  } catch (e4) {
95528
95541
  }
95529
- }), L2 = Ql(Array.from(S2).concat(Array.from(A2)).concat(Array.from(T2))).map((e3) => e3.trim()).reduce((e3, t5) => {
95542
+ }), L2 = Jl(Array.from(S2).concat(Array.from(A2)).concat(Array.from(T2))).map((e3) => e3.trim()).reduce((e3, t5) => {
95530
95543
  e3.push(t5);
95531
95544
  const n5 = function(e4) {
95532
95545
  return e4 && e4.replace(/(\\[0-9a-fA-F]{1,6}\s?)/g, (e5) => {
@@ -95535,18 +95548,18 @@ creating temp style for access.`), r3 = Vh(e3);
95535
95548
  }) || e4;
95536
95549
  }(t5);
95537
95550
  return n5 !== t5 && e3.push(n5), e3;
95538
- }, []).map(O2).map(qh).filter(Gh), E2 = o3 ? Promise.resolve({ resourceUrls: L2, blobsObj: {} }) : x2({ documents: m3, urls: L2, skipResources: a3 }).then((e3) => (d2 && d2.persist(), e3)), R2 = Kh(f3, { log: h2.log, compress: s3, serialize: l2 }), N2 = E2.then((e3) => function(e4, { doc: t5, fetchedBlobs: n5, log: r5, compress: o4, serialize: i5, sessionCache: a4 }) {
95551
+ }, []).map(O2).map(Wh).filter(Yh), E2 = o3 ? Promise.resolve({ resourceUrls: L2, blobsObj: {} }) : x2({ documents: m3, urls: L2, skipResources: a3 }).then((e3) => (d2 && d2.persist(), e3)), R2 = Hh(f3, { log: h2.log, compress: s3, serialize: l2 }), N2 = E2.then((e3) => function(e4, { doc: t5, fetchedBlobs: n5, log: r5, compress: o4, serialize: i5, sessionCache: a4 }) {
95539
95552
  if (!t5.body || 0 === e4.length)
95540
95553
  return Promise.resolve([]);
95541
95554
  const s4 = new Set(Object.keys(n5)), l3 = e4.filter(({ url: e5 }) => !(s4.has("blob:" + e5) || a4 && a4.getItem("blob:" + e5))), c4 = t5.createElement("canvas");
95542
95555
  c4.style.display = "none";
95543
- const u3 = Vl(t5.body);
95556
+ const u3 = Zl(t5.body);
95544
95557
  return u3.appendChild(c4), Promise.all(l3.map(({ element: e5, url: t6, cdtNode: n6 }) => {
95545
95558
  try {
95546
- return c4.width = e5.naturalWidth, c4.height = e5.naturalHeight, c4.getContext("2d").drawImage(Vl.unwrap(e5), 0, 0), Kh([{ url: t6, element: c4, cdtNode: n6 }], { log: r5, compress: o4, serialize: i5 });
95559
+ return c4.width = e5.naturalWidth, c4.height = e5.naturalHeight, c4.getContext("2d").drawImage(Zl.unwrap(e5), 0, 0), Hh([{ url: t6, element: c4, cdtNode: n6 }], { log: r5, compress: o4, serialize: i5 });
95547
95560
  } catch (e6) {
95548
95561
  }
95549
- })).then((e5) => $h(e5)).catch().finally(() => {
95562
+ })).then((e5) => Vh(e5)).catch().finally(() => {
95550
95563
  u3.removeChild(c4);
95551
95564
  });
95552
95565
  }(C2, { fetchedBlobs: e3.blobsObj, doc: n4, log: h2.log, compress: s3, serialize: l2, sessionCache: d2 })), j2 = E2.then((e3) => function(e4, { doc: t5, fetchedBlobs: n5, compress: r5, serialize: o4, sessionCache: i5 }) {
@@ -95559,12 +95572,12 @@ creating temp style for access.`), r3 = Vh(e3);
95559
95572
  const a5 = new MediaRecorder(n6, { mimeType: "video/webm" });
95560
95573
  a5.addEventListener("dataavailable", (n7) => {
95561
95574
  a5.stop(), e5.pause(), n7.data.arrayBuffer().then((e6) => {
95562
- const a6 = Uh({ type: n7.data.type, value: e6, compress: r5, serialize: o4 });
95575
+ const a6 = Mh({ type: n7.data.type, value: e6, compress: r5, serialize: o4 });
95563
95576
  a6.url = t6, i6(a6);
95564
95577
  });
95565
95578
  }, { once: true }), e5.play(), a5.start(), setTimeout(() => a5.requestData(), 1e3);
95566
95579
  });
95567
- })).then((e5) => $h(e5));
95580
+ })).then((e5) => Vh(e5));
95568
95581
  }(z2, { fetchedBlobs: e3.blobsObj, doc: n4, log: h2.log, compress: s3, serialize: l2, sessionCache: d2 })), I2 = k3.map(({ element: e3, url: n5 }) => t4(e3.contentDocument, n5)), D2 = w3.map(({ element: e3, url: n5 }) => t4(e3.contentDocument, n5));
95569
95582
  var P2;
95570
95583
  return Promise.all([E2, R2, N2, j2, ...I2, ...D2]).then(function(t5) {
@@ -95597,11 +95610,11 @@ creating temp style for access.`), r3 = Vh(e3);
95597
95610
  function B2(e3) {
95598
95611
  return n4.defaultView && n4.defaultView.frameElement && n4.defaultView.frameElement.getAttribute(e3);
95599
95612
  }
95600
- }(t3).then((e3) => (h2.log("processPage end"), e3.scriptVersion = "4.15.3", e3));
95613
+ }(t3).then((e3) => (h2.log("processPage end"), e3.scriptVersion = "4.15.4", e3));
95601
95614
  }, window[x], "domSnapshotResult");
95602
95615
  return function(e3) {
95603
95616
  try {
95604
- return JSON.stringify(Yh(e3)(e3));
95617
+ return JSON.stringify(Xh(e3)(e3));
95605
95618
  } catch (e4) {
95606
95619
  return JSON.stringify({ status: "ERROR", error: e4.message });
95607
95620
  }
@@ -120616,7 +120629,9 @@ var require_get_manager_results = __commonJS({
120616
120629
  }));
120617
120630
  });
120618
120631
  } catch (error) {
120619
- return promise.then((containers2) => containers2.concat({ error: new internal_error_1.InternalError(error), ...error.info }));
120632
+ logger.fatal('Command "getManagerResults" received an error', error, "during performing with settings", settings);
120633
+ const internalError = new internal_error_1.InternalError(error);
120634
+ return promise.then((containers2) => containers2.concat({ error: internalError, result: { error: internalError }, ...error.info }));
120620
120635
  }
120621
120636
  }, Promise.resolve([]));
120622
120637
  if (settings === null || settings === void 0 ? void 0 : settings.removeDuplicateTests) {
@@ -120967,7 +120982,7 @@ var require_package3 = __commonJS({
120967
120982
  "../core/package.json"(exports, module) {
120968
120983
  module.exports = {
120969
120984
  name: "@applitools/core",
120970
- version: "4.54.0",
120985
+ version: "4.54.1",
120971
120986
  homepage: "https://applitools.com",
120972
120987
  bugs: {
120973
120988
  url: "https://github.com/applitools/eyes.sdk.javascript1/issues"
@@ -127883,7 +127898,7 @@ var require_package4 = __commonJS({
127883
127898
  "../eyes/package.json"(exports, module) {
127884
127899
  module.exports = {
127885
127900
  name: "@applitools/eyes",
127886
- version: "1.36.18",
127901
+ version: "1.36.19",
127887
127902
  keywords: [
127888
127903
  "applitools",
127889
127904
  "eyes",