chrome-devtools-mcp 0.22.0 → 0.23.0

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.
@@ -34,18 +34,24 @@ import require$$0$a from 'zlib';
34
34
  import { generateReport as generateReport$1, navigation as navigation$1, snapshot as snapshot$1 } from './lighthouse-devtools-mcp-bundle.js';
35
35
 
36
36
  function _mergeNamespaces(n, m) {
37
- m.forEach(function (e) {
38
- e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
39
- if (k !== 'default' && !(k in n)) {
40
- var d = Object.getOwnPropertyDescriptor(e, k);
41
- Object.defineProperty(n, k, d.get ? d : {
42
- enumerable: true,
43
- get: function () { return e[k]; }
44
- });
45
- }
46
- });
47
- });
48
- return Object.freeze(n);
37
+ m.forEach(function (e) {
38
+ e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
39
+ if (k !== 'default' && !(k in n)) {
40
+ var d = Object.getOwnPropertyDescriptor(e, k);
41
+ Object.defineProperty(n, k, d.get ? d : {
42
+ enumerable: true,
43
+ get: function () { return e[k]; }
44
+ });
45
+ }
46
+ });
47
+ });
48
+ return Object.freeze(n);
49
+ }
50
+
51
+ var Pe$1=Object.defineProperty;var a$1=(e,t)=>Pe$1(e,"name",{value:t,configurable:true});var P$1=class P{type=3;name="";prefix="";value="";suffix="";modifier=3;constructor(t,r,n,c,l,f){this.type=t,this.name=r,this.prefix=n,this.value=c,this.suffix=l,this.modifier=f;}hasCustomName(){return this.name!==""&&typeof this.name!="number"}};a$1(P$1,"Part");var Re$1=/[$_\p{ID_Start}]/u,Ee$1=/[$_\u200C\u200D\p{ID_Continue}]/u,v$1=".*";function Oe$1(e,t){return (t?/^[\x00-\xFF]*$/:/^[\x00-\x7F]*$/).test(e)}a$1(Oe$1,"isASCII");function D$1(e,t=false){let r=[],n=0;for(;n<e.length;){let c=e[n],l=a$1(function(f){if(!t)throw new TypeError(f);r.push({type:"INVALID_CHAR",index:n,value:e[n++]});},"ErrorOrInvalid");if(c==="*"){r.push({type:"ASTERISK",index:n,value:e[n++]});continue}if(c==="+"||c==="?"){r.push({type:"OTHER_MODIFIER",index:n,value:e[n++]});continue}if(c==="\\"){r.push({type:"ESCAPED_CHAR",index:n++,value:e[n++]});continue}if(c==="{"){r.push({type:"OPEN",index:n,value:e[n++]});continue}if(c==="}"){r.push({type:"CLOSE",index:n,value:e[n++]});continue}if(c===":"){let f="",s=n+1;for(;s<e.length;){let i=e.substr(s,1);if(s===n+1&&Re$1.test(i)||s!==n+1&&Ee$1.test(i)){f+=e[s++];continue}break}if(!f){l(`Missing parameter name at ${n}`);continue}r.push({type:"NAME",index:n,value:f}),n=s;continue}if(c==="("){let f=1,s="",i=n+1,o=false;if(e[i]==="?"){l(`Pattern cannot start with "?" at ${i}`);continue}for(;i<e.length;){if(!Oe$1(e[i],false)){l(`Invalid character '${e[i]}' at ${i}.`),o=true;break}if(e[i]==="\\"){s+=e[i++]+e[i++];continue}if(e[i]===")"){if(f--,f===0){i++;break}}else if(e[i]==="("&&(f++,e[i+1]!=="?")){l(`Capturing groups are not allowed at ${i}`),o=true;break}s+=e[i++];}if(o)continue;if(f){l(`Unbalanced pattern at ${n}`);continue}if(!s){l(`Missing pattern at ${n}`);continue}r.push({type:"REGEX",index:n,value:s}),n=i;continue}r.push({type:"CHAR",index:n,value:e[n++]});}return r.push({type:"END",index:n,value:""}),r}a$1(D$1,"lexer");function F$1(e,t={}){let r=D$1(e);t.delimiter??="/#?",t.prefixes??="./";let n=`[^${x$1(t.delimiter)}]+?`,c=[],l=0,f=0,i=new Set,o=a$1(u=>{if(f<r.length&&r[f].type===u)return r[f++].value},"tryConsume"),h=a$1(()=>o("OTHER_MODIFIER")??o("ASTERISK"),"tryConsumeModifier"),p=a$1(u=>{let d=o(u);if(d!==void 0)return d;let{type:g,index:y}=r[f];throw new TypeError(`Unexpected ${g} at ${y}, expected ${u}`)},"mustConsume"),A=a$1(()=>{let u="",d;for(;d=o("CHAR")??o("ESCAPED_CHAR");)u+=d;return u},"consumeText"),xe=a$1(u=>u,"DefaultEncodePart"),N=t.encodePart||xe,H="",$=a$1(u=>{H+=u;},"appendToPendingFixedValue"),M=a$1(()=>{H.length&&(c.push(new P$1(3,"","",N(H),"",3)),H="");},"maybeAddPartFromPendingFixedValue"),X=a$1((u,d,g,y,Z)=>{let m=3;switch(Z){case "?":m=1;break;case "*":m=0;break;case "+":m=2;break}if(!d&&!g&&m===3){$(u);return}if(M(),!d&&!g){if(!u)return;c.push(new P$1(3,"","",N(u),"",m));return}let S;g?g==="*"?S=v$1:S=g:S=n;let k=2;S===n?(k=1,S=""):S===v$1&&(k=0,S="");let E;if(d?E=d:g&&(E=l++),i.has(E))throw new TypeError(`Duplicate name '${E}'.`);i.add(E),c.push(new P$1(k,E,N(u),S,N(y),m));},"addPart");for(;f<r.length;){let u=o("CHAR"),d=o("NAME"),g=o("REGEX");if(!d&&!g&&(g=o("ASTERISK")),d||g){let m=u??"";t.prefixes.indexOf(m)===-1&&($(m),m=""),M();let S=h();X(m,d,g,"",S);continue}let y=u??o("ESCAPED_CHAR");if(y){$(y);continue}if(o("OPEN")){let m=A(),S=o("NAME"),k=o("REGEX");!S&&!k&&(k=o("ASTERISK"));let E=A();p("CLOSE");let be=h();X(m,S,k,E,be);continue}M(),p("END");}return c}a$1(F$1,"parse");function x$1(e){return e.replace(/([.+*?^${}()[\]|/\\])/g,"\\$1")}a$1(x$1,"escapeString");function B$1(e){return e&&e.ignoreCase?"ui":"u"}a$1(B$1,"flags");function q$1(e,t,r){return W$1(F$1(e,r),t,r)}a$1(q$1,"stringToRegexp");function T$1(e){switch(e){case 0:return "*";case 1:return "?";case 2:return "+";case 3:return ""}}a$1(T$1,"modifierToString");function W$1(e,t,r={}){r.delimiter??="/#?",r.prefixes??="./",r.sensitive??=false,r.strict??=false,r.end??=true,r.start??=true,r.endsWith="";let n=r.start?"^":"";for(let s of e){if(s.type===3){s.modifier===3?n+=x$1(s.value):n+=`(?:${x$1(s.value)})${T$1(s.modifier)}`;continue}t&&t.push(s.name);let i=`[^${x$1(r.delimiter)}]+?`,o=s.value;if(s.type===1?o=i:s.type===0&&(o=v$1),!s.prefix.length&&!s.suffix.length){s.modifier===3||s.modifier===1?n+=`(${o})${T$1(s.modifier)}`:n+=`((?:${o})${T$1(s.modifier)})`;continue}if(s.modifier===3||s.modifier===1){n+=`(?:${x$1(s.prefix)}(${o})${x$1(s.suffix)})`,n+=T$1(s.modifier);continue}n+=`(?:${x$1(s.prefix)}`,n+=`((?:${o})(?:`,n+=x$1(s.suffix),n+=x$1(s.prefix),n+=`(?:${o}))*)${x$1(s.suffix)})`,s.modifier===0&&(n+="?");}let c=`[${x$1(r.endsWith)}]|$`,l=`[${x$1(r.delimiter)}]`;if(r.end)return r.strict||(n+=`${l}?`),r.endsWith.length?n+=`(?=${c})`:n+="$",new RegExp(n,B$1(r));r.strict||(n+=`(?:${l}(?=${c}))?`);let f=false;if(e.length){let s=e[e.length-1];s.type===3&&s.modifier===3&&(f=r.delimiter.indexOf(s)>-1);}return f||(n+=`(?=${l}|${c})`),new RegExp(n,B$1(r))}a$1(W$1,"partsToRegexp");var b$1={delimiter:"",prefixes:"",sensitive:true,strict:true},J$1={delimiter:".",prefixes:"",sensitive:true,strict:true},Q$1={delimiter:"/",prefixes:"/",sensitive:true,strict:true};function ee$1(e,t){return e.length?e[0]==="/"?true:!t||e.length<2?false:(e[0]=="\\"||e[0]=="{")&&e[1]=="/":false}a$1(ee$1,"isAbsolutePathname");function te$1(e,t){return e.startsWith(t)?e.substring(t.length,e.length):e}a$1(te$1,"maybeStripPrefix");function ke$1(e,t){return e.endsWith(t)?e.substr(0,e.length-t.length):e}a$1(ke$1,"maybeStripSuffix");function _$1(e){return !e||e.length<2?false:e[0]==="["||(e[0]==="\\"||e[0]==="{")&&e[1]==="["}a$1(_$1,"treatAsIPv6Hostname");var re$3=["ftp","file","http","https","ws","wss"];function U$1(e){if(!e)return true;for(let t of re$3)if(e.test(t))return true;return false}a$1(U$1,"isSpecialScheme");function ne$1(e,t){if(e=te$1(e,"#"),t||e==="")return e;let r=new URL("https://example.com");return r.hash=e,r.hash?r.hash.substring(1,r.hash.length):""}a$1(ne$1,"canonicalizeHash");function se$1(e,t){if(e=te$1(e,"?"),t||e==="")return e;let r=new URL("https://example.com");return r.search=e,r.search?r.search.substring(1,r.search.length):""}a$1(se$1,"canonicalizeSearch");function ie$1(e,t){return t||e===""?e:_$1(e)?K$1(e):j$1(e)}a$1(ie$1,"canonicalizeHostname");function ae$1(e,t){if(t||e==="")return e;let r=new URL("https://example.com");return r.password=e,r.password}a$1(ae$1,"canonicalizePassword");function oe$1(e,t){if(t||e==="")return e;let r=new URL("https://example.com");return r.username=e,r.username}a$1(oe$1,"canonicalizeUsername");function ce$1(e,t,r){if(r||e==="")return e;if(t&&!re$3.includes(t))return new URL(`${t}:${e}`).pathname;let n=e[0]=="/";return e=new URL(n?e:"/-"+e,"https://example.com").pathname,n||(e=e.substring(2,e.length)),e}a$1(ce$1,"canonicalizePathname");function le$1(e,t,r){return z$2(t)===e&&(e=""),r||e===""?e:G$1(e)}a$1(le$1,"canonicalizePort");function fe$1(e,t){return e=ke$1(e,":"),t||e===""?e:w$1(e)}a$1(fe$1,"canonicalizeProtocol");function z$2(e){switch(e){case "ws":case "http":return "80";case "wws":case "https":return "443";case "ftp":return "21";default:return ""}}a$1(z$2,"defaultPortForProtocol");function w$1(e){if(e==="")return e;if(/^[-+.A-Za-z0-9]*$/.test(e))return e.toLowerCase();throw new TypeError(`Invalid protocol '${e}'.`)}a$1(w$1,"protocolEncodeCallback");function he$1(e){if(e==="")return e;let t=new URL("https://example.com");return t.username=e,t.username}a$1(he$1,"usernameEncodeCallback");function ue$1(e){if(e==="")return e;let t=new URL("https://example.com");return t.password=e,t.password}a$1(ue$1,"passwordEncodeCallback");function j$1(e){if(e==="")return e;if(/[\t\n\r #%/:<>?@[\]^\\|]/g.test(e))throw new TypeError(`Invalid hostname '${e}'`);let t=new URL("https://example.com");return t.hostname=e,t.hostname}a$1(j$1,"hostnameEncodeCallback");function K$1(e){if(e==="")return e;if(/[^0-9a-fA-F[\]:]/g.test(e))throw new TypeError(`Invalid IPv6 hostname '${e}'`);return e.toLowerCase()}a$1(K$1,"ipv6HostnameEncodeCallback");function G$1(e){if(e===""||/^[0-9]*$/.test(e)&&parseInt(e)<=65535)return e;throw new TypeError(`Invalid port '${e}'.`)}a$1(G$1,"portEncodeCallback");function de$1(e){if(e==="")return e;let t=new URL("https://example.com");return t.pathname=e[0]!=="/"?"/-"+e:e,e[0]!=="/"?t.pathname.substring(2,t.pathname.length):t.pathname}a$1(de$1,"standardURLPathnameEncodeCallback");function pe$1(e){return e===""?e:new URL(`data:${e}`).pathname}a$1(pe$1,"pathURLPathnameEncodeCallback");function ge$1(e){if(e==="")return e;let t=new URL("https://example.com");return t.search=e,t.search.substring(1,t.search.length)}a$1(ge$1,"searchEncodeCallback");function me$1(e){if(e==="")return e;let t=new URL("https://example.com");return t.hash=e,t.hash.substring(1,t.hash.length)}a$1(me$1,"hashEncodeCallback");var C$1=class C{#i;#n=[];#t={};#e=0;#s=1;#l=0;#o=0;#d=0;#p=0;#g=false;constructor(t){this.#i=t;}get result(){return this.#t}parse(){for(this.#n=D$1(this.#i,true);this.#e<this.#n.length;this.#e+=this.#s){if(this.#s=1,this.#n[this.#e].type==="END"){if(this.#o===0){this.#b(),this.#f()?this.#r(9,1):this.#h()?this.#r(8,1):this.#r(7,0);continue}else if(this.#o===2){this.#u(5);continue}this.#r(10,0);break}if(this.#d>0)if(this.#A())this.#d-=1;else continue;if(this.#T()){this.#d+=1;continue}switch(this.#o){case 0:this.#P()&&this.#u(1);break;case 1:if(this.#P()){this.#C();let t=7,r=1;this.#E()?(t=2,r=3):this.#g&&(t=2),this.#r(t,r);}break;case 2:this.#S()?this.#u(3):(this.#x()||this.#h()||this.#f())&&this.#u(5);break;case 3:this.#O()?this.#r(4,1):this.#S()&&this.#r(5,1);break;case 4:this.#S()&&this.#r(5,1);break;case 5:this.#y()?this.#p+=1:this.#w()&&(this.#p-=1),this.#k()&&!this.#p?this.#r(6,1):this.#x()?this.#r(7,0):this.#h()?this.#r(8,1):this.#f()&&this.#r(9,1);break;case 6:this.#x()?this.#r(7,0):this.#h()?this.#r(8,1):this.#f()&&this.#r(9,1);break;case 7:this.#h()?this.#r(8,1):this.#f()&&this.#r(9,1);break;case 8:this.#f()&&this.#r(9,1);break;}}this.#t.hostname!==void 0&&this.#t.port===void 0&&(this.#t.port="");}#r(t,r){switch(this.#o){case 0:break;case 1:this.#t.protocol=this.#c();break;case 2:break;case 3:this.#t.username=this.#c();break;case 4:this.#t.password=this.#c();break;case 5:this.#t.hostname=this.#c();break;case 6:this.#t.port=this.#c();break;case 7:this.#t.pathname=this.#c();break;case 8:this.#t.search=this.#c();break;case 9:this.#t.hash=this.#c();break;}this.#o!==0&&t!==10&&([1,2,3,4].includes(this.#o)&&[6,7,8,9].includes(t)&&(this.#t.hostname??=""),[1,2,3,4,5,6].includes(this.#o)&&[8,9].includes(t)&&(this.#t.pathname??=this.#g?"/":""),[1,2,3,4,5,6,7].includes(this.#o)&&t===9&&(this.#t.search??="")),this.#R(t,r);}#R(t,r){this.#o=t,this.#l=this.#e+r,this.#e+=r,this.#s=0;}#b(){this.#e=this.#l,this.#s=0;}#u(t){this.#b(),this.#o=t;}#m(t){return t<0&&(t=this.#n.length-t),t<this.#n.length?this.#n[t]:this.#n[this.#n.length-1]}#a(t,r){let n=this.#m(t);return n.value===r&&(n.type==="CHAR"||n.type==="ESCAPED_CHAR"||n.type==="INVALID_CHAR")}#P(){return this.#a(this.#e,":")}#E(){return this.#a(this.#e+1,"/")&&this.#a(this.#e+2,"/")}#S(){return this.#a(this.#e,"@")}#O(){return this.#a(this.#e,":")}#k(){return this.#a(this.#e,":")}#x(){return this.#a(this.#e,"/")}#h(){if(this.#a(this.#e,"?"))return true;if(this.#n[this.#e].value!=="?")return false;let t=this.#m(this.#e-1);return t.type!=="NAME"&&t.type!=="REGEX"&&t.type!=="CLOSE"&&t.type!=="ASTERISK"}#f(){return this.#a(this.#e,"#")}#T(){return this.#n[this.#e].type=="OPEN"}#A(){return this.#n[this.#e].type=="CLOSE"}#y(){return this.#a(this.#e,"[")}#w(){return this.#a(this.#e,"]")}#c(){let t=this.#n[this.#e],r=this.#m(this.#l).index;return this.#i.substring(r,t.index)}#C(){let t={};Object.assign(t,b$1),t.encodePart=w$1;let r=q$1(this.#c(),void 0,t);this.#g=U$1(r);}};a$1(C$1,"Parser");var V$1=["protocol","username","password","hostname","port","pathname","search","hash"],O$1="*";function Se$1(e,t){if(typeof e!="string")throw new TypeError("parameter 1 is not of type 'string'.");let r=new URL(e,t);return {protocol:r.protocol.substring(0,r.protocol.length-1),username:r.username,password:r.password,hostname:r.hostname,port:r.port,pathname:r.pathname,search:r.search!==""?r.search.substring(1,r.search.length):void 0,hash:r.hash!==""?r.hash.substring(1,r.hash.length):void 0}}a$1(Se$1,"extractValues");function R$1(e,t){return t?I$1(e):e}a$1(R$1,"processBaseURLString");function L$1(e,t,r){let n;if(typeof t.baseURL=="string")try{n=new URL(t.baseURL),t.protocol===void 0&&(e.protocol=R$1(n.protocol.substring(0,n.protocol.length-1),r)),!r&&t.protocol===void 0&&t.hostname===void 0&&t.port===void 0&&t.username===void 0&&(e.username=R$1(n.username,r)),!r&&t.protocol===void 0&&t.hostname===void 0&&t.port===void 0&&t.username===void 0&&t.password===void 0&&(e.password=R$1(n.password,r)),t.protocol===void 0&&t.hostname===void 0&&(e.hostname=R$1(n.hostname,r)),t.protocol===void 0&&t.hostname===void 0&&t.port===void 0&&(e.port=R$1(n.port,r)),t.protocol===void 0&&t.hostname===void 0&&t.port===void 0&&t.pathname===void 0&&(e.pathname=R$1(n.pathname,r)),t.protocol===void 0&&t.hostname===void 0&&t.port===void 0&&t.pathname===void 0&&t.search===void 0&&(e.search=R$1(n.search.substring(1,n.search.length),r)),t.protocol===void 0&&t.hostname===void 0&&t.port===void 0&&t.pathname===void 0&&t.search===void 0&&t.hash===void 0&&(e.hash=R$1(n.hash.substring(1,n.hash.length),r));}catch{throw new TypeError(`invalid baseURL '${t.baseURL}'.`)}if(typeof t.protocol=="string"&&(e.protocol=fe$1(t.protocol,r)),typeof t.username=="string"&&(e.username=oe$1(t.username,r)),typeof t.password=="string"&&(e.password=ae$1(t.password,r)),typeof t.hostname=="string"&&(e.hostname=ie$1(t.hostname,r)),typeof t.port=="string"&&(e.port=le$1(t.port,e.protocol,r)),typeof t.pathname=="string"){if(e.pathname=t.pathname,n&&!ee$1(e.pathname,r)){let c=n.pathname.lastIndexOf("/");c>=0&&(e.pathname=R$1(n.pathname.substring(0,c+1),r)+e.pathname);}e.pathname=ce$1(e.pathname,e.protocol,r);}return typeof t.search=="string"&&(e.search=se$1(t.search,r)),typeof t.hash=="string"&&(e.hash=ne$1(t.hash,r)),e}a$1(L$1,"applyInit");function I$1(e){return e.replace(/([+*?:{}()\\])/g,"\\$1")}a$1(I$1,"escapePatternString");function Te$1(e){return e.replace(/([.+*?^${}()[\]|/\\])/g,"\\$1")}a$1(Te$1,"escapeRegexpString");function Ae$1(e,t){t.delimiter??="/#?",t.prefixes??="./",t.sensitive??=false,t.strict??=false,t.end??=true,t.start??=true,t.endsWith="";let r=".*",n=`[^${Te$1(t.delimiter)}]+?`,c=/[$_\u200C\u200D\p{ID_Continue}]/u,l="";for(let f=0;f<e.length;++f){let s=e[f];if(s.type===3){if(s.modifier===3){l+=I$1(s.value);continue}l+=`{${I$1(s.value)}}${T$1(s.modifier)}`;continue}let i=s.hasCustomName(),o=!!s.suffix.length||!!s.prefix.length&&(s.prefix.length!==1||!t.prefixes.includes(s.prefix)),h=f>0?e[f-1]:null,p=f<e.length-1?e[f+1]:null;if(!o&&i&&s.type===1&&s.modifier===3&&p&&!p.prefix.length&&!p.suffix.length)if(p.type===3){let A=p.value.length>0?p.value[0]:"";o=c.test(A);}else o=!p.hasCustomName();if(!o&&!s.prefix.length&&h&&h.type===3){let A=h.value[h.value.length-1];o=t.prefixes.includes(A);}o&&(l+="{"),l+=I$1(s.prefix),i&&(l+=`:${s.name}`),s.type===2?l+=`(${s.value})`:s.type===1?i||(l+=`(${n})`):s.type===0&&(!i&&(!h||h.type===3||h.modifier!==3||o||s.prefix!=="")?l+="*":l+=`(${r})`),s.type===1&&i&&s.suffix.length&&c.test(s.suffix[0])&&(l+="\\"),l+=I$1(s.suffix),o&&(l+="}"),s.modifier!==3&&(l+=T$1(s.modifier));}return l}a$1(Ae$1,"partsToPattern");var Y$1=class Y{#i;#n={};#t={};#e={};#s={};#l=false;constructor(t={},r,n){try{let c;if(typeof r=="string"?c=r:n=r,typeof t=="string"){let i=new C$1(t);if(i.parse(),t=i.result,c===void 0&&typeof t.protocol!="string")throw new TypeError("A base URL must be provided for a relative constructor string.");t.baseURL=c;}else {if(!t||typeof t!="object")throw new TypeError("parameter 1 is not of type 'string' and cannot convert to dictionary.");if(c)throw new TypeError("parameter 1 is not of type 'string'.")}typeof n>"u"&&(n={ignoreCase:!1});let l={ignoreCase:n.ignoreCase===!0},f={pathname:O$1,protocol:O$1,username:O$1,password:O$1,hostname:O$1,port:O$1,search:O$1,hash:O$1};this.#i=L$1(f,t,!0),z$2(this.#i.protocol)===this.#i.port&&(this.#i.port="");let s;for(s of V$1){if(!(s in this.#i))continue;let i={},o=this.#i[s];switch(this.#t[s]=[],s){case "protocol":Object.assign(i,b$1),i.encodePart=w$1;break;case "username":Object.assign(i,b$1),i.encodePart=he$1;break;case "password":Object.assign(i,b$1),i.encodePart=ue$1;break;case "hostname":Object.assign(i,J$1),_$1(o)?i.encodePart=K$1:i.encodePart=j$1;break;case "port":Object.assign(i,b$1),i.encodePart=G$1;break;case "pathname":U$1(this.#n.protocol)?(Object.assign(i,Q$1,l),i.encodePart=de$1):(Object.assign(i,b$1,l),i.encodePart=pe$1);break;case "search":Object.assign(i,b$1,l),i.encodePart=ge$1;break;case "hash":Object.assign(i,b$1,l),i.encodePart=me$1;break}try{this.#s[s]=F$1(o,i),this.#n[s]=W$1(this.#s[s],this.#t[s],i),this.#e[s]=Ae$1(this.#s[s],i),this.#l=this.#l||this.#s[s].some(h=>h.type===2);}catch{throw new TypeError(`invalid ${s} pattern '${this.#i[s]}'.`)}}}catch(c){throw new TypeError(`Failed to construct 'URLPattern': ${c.message}`)}}get[Symbol.toStringTag](){return "URLPattern"}test(t={},r){let n={pathname:"",protocol:"",username:"",password:"",hostname:"",port:"",search:"",hash:""};if(typeof t!="string"&&r)throw new TypeError("parameter 1 is not of type 'string'.");if(typeof t>"u")return false;try{typeof t=="object"?n=L$1(n,t,!1):n=L$1(n,Se$1(t,r),!1);}catch{return false}let c;for(c of V$1)if(!this.#n[c].exec(n[c]))return false;return true}exec(t={},r){let n={pathname:"",protocol:"",username:"",password:"",hostname:"",port:"",search:"",hash:""};if(typeof t!="string"&&r)throw new TypeError("parameter 1 is not of type 'string'.");if(typeof t>"u")return;try{typeof t=="object"?n=L$1(n,t,!1):n=L$1(n,Se$1(t,r),!1);}catch{return null}let c={};r?c.inputs=[t,r]:c.inputs=[t];let l;for(l of V$1){let f=this.#n[l].exec(n[l]);if(!f)return null;let s={};for(let[i,o]of this.#t[l].entries())if(typeof o=="string"||typeof o=="number"){let h=f[i+1];s[o]=h;}c[l]={input:n[l]??"",groups:s};}return c}static compareComponent(t,r,n){let c=a$1((i,o)=>{for(let h of ["type","modifier","prefix","value","suffix"]){if(i[h]<o[h])return -1;if(i[h]===o[h])continue;return 1}return 0},"comparePart"),l=new P$1(3,"","","","",3),f=new P$1(0,"","","","",3),s=a$1((i,o)=>{let h=0;for(;h<Math.min(i.length,o.length);++h){let p=c(i[h],o[h]);if(p)return p}return i.length===o.length?0:c(i[h]??l,o[h]??l)},"comparePartList");return !r.#e[t]&&!n.#e[t]?0:r.#e[t]&&!n.#e[t]?s(r.#s[t],[f]):!r.#e[t]&&n.#e[t]?s([f],n.#s[t]):s(r.#s[t],n.#s[t])}get protocol(){return this.#e.protocol}get username(){return this.#e.username}get password(){return this.#e.password}get hostname(){return this.#e.hostname}get port(){return this.#e.port}get pathname(){return this.#e.pathname}get search(){return this.#e.search}get hash(){return this.#e.hash}get hasRegExpGroups(){return this.#l}};a$1(Y$1,"URLPattern");
52
+
53
+ if (!globalThis.URLPattern) {
54
+ globalThis.URLPattern = Y$1;
49
55
  }
50
56
 
51
57
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
@@ -13265,8 +13271,8 @@ var srcExports = requireSrc();
13265
13271
  var debug$2 = /*@__PURE__*/getDefaultExportFromCjs(srcExports);
13266
13272
 
13267
13273
  var index = /*#__PURE__*/_mergeNamespaces({
13268
- __proto__: null,
13269
- default: debug$2
13274
+ __proto__: null,
13275
+ default: debug$2
13270
13276
  }, [srcExports]);
13271
13277
 
13272
13278
  var util$6;
@@ -17231,114 +17237,114 @@ const coerce = {
17231
17237
  const NEVER$1 = INVALID;
17232
17238
 
17233
17239
  var z$1 = /*#__PURE__*/Object.freeze({
17234
- __proto__: null,
17235
- BRAND: BRAND,
17236
- DIRTY: DIRTY,
17237
- EMPTY_PATH: EMPTY_PATH,
17238
- INVALID: INVALID,
17239
- NEVER: NEVER$1,
17240
- OK: OK,
17241
- ParseStatus: ParseStatus,
17242
- Schema: ZodType$1,
17243
- ZodAny: ZodAny,
17244
- ZodArray: ZodArray$1,
17245
- ZodBigInt: ZodBigInt$1,
17246
- ZodBoolean: ZodBoolean$1,
17247
- ZodBranded: ZodBranded,
17248
- ZodCatch: ZodCatch$1,
17249
- ZodDate: ZodDate,
17250
- ZodDefault: ZodDefault$1,
17251
- ZodDiscriminatedUnion: ZodDiscriminatedUnion$1,
17252
- ZodEffects: ZodEffects,
17253
- ZodEnum: ZodEnum$1,
17254
- ZodError: ZodError,
17255
- get ZodFirstPartyTypeKind () { return ZodFirstPartyTypeKind; },
17256
- ZodFunction: ZodFunction,
17257
- ZodIntersection: ZodIntersection$1,
17258
- ZodIssueCode: ZodIssueCode,
17259
- ZodLazy: ZodLazy,
17260
- ZodLiteral: ZodLiteral$1,
17261
- ZodMap: ZodMap,
17262
- ZodNaN: ZodNaN,
17263
- ZodNativeEnum: ZodNativeEnum,
17264
- ZodNever: ZodNever$1,
17265
- ZodNull: ZodNull$1,
17266
- ZodNullable: ZodNullable$1,
17267
- ZodNumber: ZodNumber$1,
17268
- ZodObject: ZodObject$1,
17269
- ZodOptional: ZodOptional$1,
17270
- ZodParsedType: ZodParsedType,
17271
- ZodPipeline: ZodPipeline,
17272
- ZodPromise: ZodPromise,
17273
- ZodReadonly: ZodReadonly$1,
17274
- ZodRecord: ZodRecord$1,
17275
- ZodSchema: ZodType$1,
17276
- ZodSet: ZodSet,
17277
- ZodString: ZodString$1,
17278
- ZodSymbol: ZodSymbol,
17279
- ZodTransformer: ZodEffects,
17280
- ZodTuple: ZodTuple,
17281
- ZodType: ZodType$1,
17282
- ZodUndefined: ZodUndefined,
17283
- ZodUnion: ZodUnion$1,
17284
- ZodUnknown: ZodUnknown$1,
17285
- ZodVoid: ZodVoid,
17286
- addIssueToContext: addIssueToContext,
17287
- any: anyType,
17288
- array: arrayType,
17289
- bigint: bigIntType,
17290
- boolean: booleanType,
17291
- coerce: coerce,
17292
- custom: custom$2,
17293
- date: dateType,
17294
- datetimeRegex: datetimeRegex,
17295
- defaultErrorMap: errorMap,
17296
- discriminatedUnion: discriminatedUnionType,
17297
- effect: effectsType,
17298
- enum: enumType,
17299
- function: functionType,
17300
- getErrorMap: getErrorMap,
17301
- getParsedType: getParsedType,
17302
- instanceof: instanceOfType,
17303
- intersection: intersectionType,
17304
- isAborted: isAborted,
17305
- isAsync: isAsync,
17306
- isDirty: isDirty,
17307
- isValid: isValid$1,
17308
- late: late,
17309
- lazy: lazyType,
17310
- literal: literalType,
17311
- makeIssue: makeIssue,
17312
- map: mapType,
17313
- nan: nanType,
17314
- nativeEnum: nativeEnumType,
17315
- never: neverType,
17316
- null: nullType,
17317
- nullable: nullableType,
17318
- number: numberType,
17319
- object: objectType,
17320
- get objectUtil () { return objectUtil; },
17321
- oboolean: oboolean,
17322
- onumber: onumber,
17323
- optional: optionalType,
17324
- ostring: ostring,
17325
- pipeline: pipelineType,
17326
- preprocess: preprocessType,
17327
- promise: promiseType,
17328
- quotelessJson: quotelessJson,
17329
- record: recordType,
17330
- set: setType,
17331
- setErrorMap: setErrorMap,
17332
- strictObject: strictObjectType,
17333
- string: stringType,
17334
- symbol: symbolType,
17335
- transformer: effectsType,
17336
- tuple: tupleType,
17337
- undefined: undefinedType,
17338
- union: unionType,
17339
- unknown: unknownType,
17340
- get util () { return util$6; },
17341
- void: voidType
17240
+ __proto__: null,
17241
+ BRAND: BRAND,
17242
+ DIRTY: DIRTY,
17243
+ EMPTY_PATH: EMPTY_PATH,
17244
+ INVALID: INVALID,
17245
+ NEVER: NEVER$1,
17246
+ OK: OK,
17247
+ ParseStatus: ParseStatus,
17248
+ Schema: ZodType$1,
17249
+ ZodAny: ZodAny,
17250
+ ZodArray: ZodArray$1,
17251
+ ZodBigInt: ZodBigInt$1,
17252
+ ZodBoolean: ZodBoolean$1,
17253
+ ZodBranded: ZodBranded,
17254
+ ZodCatch: ZodCatch$1,
17255
+ ZodDate: ZodDate,
17256
+ ZodDefault: ZodDefault$1,
17257
+ ZodDiscriminatedUnion: ZodDiscriminatedUnion$1,
17258
+ ZodEffects: ZodEffects,
17259
+ ZodEnum: ZodEnum$1,
17260
+ ZodError: ZodError,
17261
+ get ZodFirstPartyTypeKind () { return ZodFirstPartyTypeKind; },
17262
+ ZodFunction: ZodFunction,
17263
+ ZodIntersection: ZodIntersection$1,
17264
+ ZodIssueCode: ZodIssueCode,
17265
+ ZodLazy: ZodLazy,
17266
+ ZodLiteral: ZodLiteral$1,
17267
+ ZodMap: ZodMap,
17268
+ ZodNaN: ZodNaN,
17269
+ ZodNativeEnum: ZodNativeEnum,
17270
+ ZodNever: ZodNever$1,
17271
+ ZodNull: ZodNull$1,
17272
+ ZodNullable: ZodNullable$1,
17273
+ ZodNumber: ZodNumber$1,
17274
+ ZodObject: ZodObject$1,
17275
+ ZodOptional: ZodOptional$1,
17276
+ ZodParsedType: ZodParsedType,
17277
+ ZodPipeline: ZodPipeline,
17278
+ ZodPromise: ZodPromise,
17279
+ ZodReadonly: ZodReadonly$1,
17280
+ ZodRecord: ZodRecord$1,
17281
+ ZodSchema: ZodType$1,
17282
+ ZodSet: ZodSet,
17283
+ ZodString: ZodString$1,
17284
+ ZodSymbol: ZodSymbol,
17285
+ ZodTransformer: ZodEffects,
17286
+ ZodTuple: ZodTuple,
17287
+ ZodType: ZodType$1,
17288
+ ZodUndefined: ZodUndefined,
17289
+ ZodUnion: ZodUnion$1,
17290
+ ZodUnknown: ZodUnknown$1,
17291
+ ZodVoid: ZodVoid,
17292
+ addIssueToContext: addIssueToContext,
17293
+ any: anyType,
17294
+ array: arrayType,
17295
+ bigint: bigIntType,
17296
+ boolean: booleanType,
17297
+ coerce: coerce,
17298
+ custom: custom$2,
17299
+ date: dateType,
17300
+ datetimeRegex: datetimeRegex,
17301
+ defaultErrorMap: errorMap,
17302
+ discriminatedUnion: discriminatedUnionType,
17303
+ effect: effectsType,
17304
+ enum: enumType,
17305
+ function: functionType,
17306
+ getErrorMap: getErrorMap,
17307
+ getParsedType: getParsedType,
17308
+ instanceof: instanceOfType,
17309
+ intersection: intersectionType,
17310
+ isAborted: isAborted,
17311
+ isAsync: isAsync,
17312
+ isDirty: isDirty,
17313
+ isValid: isValid$1,
17314
+ late: late,
17315
+ lazy: lazyType,
17316
+ literal: literalType,
17317
+ makeIssue: makeIssue,
17318
+ map: mapType,
17319
+ nan: nanType,
17320
+ nativeEnum: nativeEnumType,
17321
+ never: neverType,
17322
+ null: nullType,
17323
+ nullable: nullableType,
17324
+ number: numberType,
17325
+ object: objectType,
17326
+ get objectUtil () { return objectUtil; },
17327
+ oboolean: oboolean,
17328
+ onumber: onumber,
17329
+ optional: optionalType,
17330
+ ostring: ostring,
17331
+ pipeline: pipelineType,
17332
+ preprocess: preprocessType,
17333
+ promise: promiseType,
17334
+ quotelessJson: quotelessJson,
17335
+ record: recordType,
17336
+ set: setType,
17337
+ setErrorMap: setErrorMap,
17338
+ strictObject: strictObjectType,
17339
+ string: stringType,
17340
+ symbol: symbolType,
17341
+ transformer: effectsType,
17342
+ tuple: tupleType,
17343
+ undefined: undefinedType,
17344
+ union: unionType,
17345
+ unknown: unknownType,
17346
+ get util () { return util$6; },
17347
+ void: voidType
17342
17348
  });
17343
17349
 
17344
17350
  function $constructor(name, initializer, params) {
@@ -65147,8 +65153,8 @@ class BrowserWebSocketTransport {
65147
65153
  }
65148
65154
 
65149
65155
  var BrowserWebSocketTransport$1 = /*#__PURE__*/Object.freeze({
65150
- __proto__: null,
65151
- BrowserWebSocketTransport: BrowserWebSocketTransport
65156
+ __proto__: null,
65157
+ BrowserWebSocketTransport: BrowserWebSocketTransport
65152
65158
  });
65153
65159
 
65154
65160
  /**
@@ -85914,40 +85920,40 @@ var tslib_es6 = {
85914
85920
  };
85915
85921
 
85916
85922
  var tslib_es6$1 = /*#__PURE__*/Object.freeze({
85917
- __proto__: null,
85918
- __addDisposableResource: __addDisposableResource,
85919
- get __assign () { return __assign$1; },
85920
- __asyncDelegator: __asyncDelegator,
85921
- __asyncGenerator: __asyncGenerator,
85922
- __asyncValues: __asyncValues,
85923
- __await: __await,
85924
- __awaiter: __awaiter,
85925
- __classPrivateFieldGet: __classPrivateFieldGet,
85926
- __classPrivateFieldIn: __classPrivateFieldIn,
85927
- __classPrivateFieldSet: __classPrivateFieldSet,
85928
- __createBinding: __createBinding,
85929
- __decorate: __decorate,
85930
- __disposeResources: __disposeResources,
85931
- __esDecorate: __esDecorate$1,
85932
- __exportStar: __exportStar,
85933
- __extends: __extends,
85934
- __generator: __generator,
85935
- __importDefault: __importDefault,
85936
- __importStar: __importStar,
85937
- __makeTemplateObject: __makeTemplateObject,
85938
- __metadata: __metadata,
85939
- __param: __param,
85940
- __propKey: __propKey,
85941
- __read: __read,
85942
- __rest: __rest,
85943
- __rewriteRelativeImportExtension: __rewriteRelativeImportExtension,
85944
- __runInitializers: __runInitializers$1,
85945
- __setFunctionName: __setFunctionName$1,
85946
- __spread: __spread,
85947
- __spreadArray: __spreadArray,
85948
- __spreadArrays: __spreadArrays,
85949
- __values: __values,
85950
- default: tslib_es6
85923
+ __proto__: null,
85924
+ __addDisposableResource: __addDisposableResource,
85925
+ get __assign () { return __assign$1; },
85926
+ __asyncDelegator: __asyncDelegator,
85927
+ __asyncGenerator: __asyncGenerator,
85928
+ __asyncValues: __asyncValues,
85929
+ __await: __await,
85930
+ __awaiter: __awaiter,
85931
+ __classPrivateFieldGet: __classPrivateFieldGet,
85932
+ __classPrivateFieldIn: __classPrivateFieldIn,
85933
+ __classPrivateFieldSet: __classPrivateFieldSet,
85934
+ __createBinding: __createBinding,
85935
+ __decorate: __decorate,
85936
+ __disposeResources: __disposeResources,
85937
+ __esDecorate: __esDecorate$1,
85938
+ __exportStar: __exportStar,
85939
+ __extends: __extends,
85940
+ __generator: __generator,
85941
+ __importDefault: __importDefault,
85942
+ __importStar: __importStar,
85943
+ __makeTemplateObject: __makeTemplateObject,
85944
+ __metadata: __metadata,
85945
+ __param: __param,
85946
+ __propKey: __propKey,
85947
+ __read: __read,
85948
+ __rest: __rest,
85949
+ __rewriteRelativeImportExtension: __rewriteRelativeImportExtension,
85950
+ __runInitializers: __runInitializers$1,
85951
+ __setFunctionName: __setFunctionName$1,
85952
+ __spread: __spread,
85953
+ __spreadArray: __spreadArray,
85954
+ __spreadArrays: __spreadArrays,
85955
+ __values: __values,
85956
+ default: tslib_es6
85951
85957
  });
85952
85958
 
85953
85959
  var require$$0 = /*@__PURE__*/getAugmentedNamespace(tslib_es6$1);
@@ -95280,27 +95286,27 @@ async function getInstalledBrowsers(options) {
95280
95286
  */
95281
95287
 
95282
95288
  var main = /*#__PURE__*/Object.freeze({
95283
- __proto__: null,
95284
- get Browser () { return Browser; },
95285
- get BrowserPlatform () { return BrowserPlatform; },
95286
- get BrowserTag () { return BrowserTag; },
95287
- CDP_WEBSOCKET_ENDPOINT_REGEX: CDP_WEBSOCKET_ENDPOINT_REGEX,
95288
- Cache: Cache$2,
95289
- get ChromeReleaseChannel () { return ChromeReleaseChannel; },
95290
- InstalledBrowser: InstalledBrowser,
95291
- Process: Process,
95292
- TimeoutError: TimeoutError,
95293
- WEBDRIVER_BIDI_WEBSOCKET_ENDPOINT_REGEX: WEBDRIVER_BIDI_WEBSOCKET_ENDPOINT_REGEX,
95294
- computeExecutablePath: computeExecutablePath,
95295
- computeSystemExecutablePath: computeSystemExecutablePath,
95296
- createProfile: createProfile,
95297
- detectBrowserPlatform: detectBrowserPlatform,
95298
- getInstalledBrowsers: getInstalledBrowsers,
95299
- getVersionComparator: getVersionComparator,
95300
- launch: launch$1,
95301
- resolveBuildId: resolveBuildId,
95302
- resolveDefaultUserDataDir: resolveDefaultUserDataDir,
95303
- uninstall: uninstall
95289
+ __proto__: null,
95290
+ get Browser () { return Browser; },
95291
+ get BrowserPlatform () { return BrowserPlatform; },
95292
+ get BrowserTag () { return BrowserTag; },
95293
+ CDP_WEBSOCKET_ENDPOINT_REGEX: CDP_WEBSOCKET_ENDPOINT_REGEX,
95294
+ Cache: Cache$2,
95295
+ get ChromeReleaseChannel () { return ChromeReleaseChannel; },
95296
+ InstalledBrowser: InstalledBrowser,
95297
+ Process: Process,
95298
+ TimeoutError: TimeoutError,
95299
+ WEBDRIVER_BIDI_WEBSOCKET_ENDPOINT_REGEX: WEBDRIVER_BIDI_WEBSOCKET_ENDPOINT_REGEX,
95300
+ computeExecutablePath: computeExecutablePath,
95301
+ computeSystemExecutablePath: computeSystemExecutablePath,
95302
+ createProfile: createProfile,
95303
+ detectBrowserPlatform: detectBrowserPlatform,
95304
+ getInstalledBrowsers: getInstalledBrowsers,
95305
+ getVersionComparator: getVersionComparator,
95306
+ launch: launch$1,
95307
+ resolveBuildId: resolveBuildId,
95308
+ resolveDefaultUserDataDir: resolveDefaultUserDataDir,
95309
+ uninstall: uninstall
95304
95310
  });
95305
95311
 
95306
95312
  var bufferUtil = {exports: {}};
@@ -98422,8 +98428,8 @@ class NodeWebSocketTransport {
98422
98428
  }
98423
98429
 
98424
98430
  var NodeWebSocketTransport$1 = /*#__PURE__*/Object.freeze({
98425
- __proto__: null,
98426
- NodeWebSocketTransport: NodeWebSocketTransport
98431
+ __proto__: null,
98432
+ NodeWebSocketTransport: NodeWebSocketTransport
98427
98433
  });
98428
98434
 
98429
98435
  class PipeTransport {
@@ -98764,8 +98770,8 @@ function convertPuppeteerChannelToBrowsersChannel(channel) {
98764
98770
  }
98765
98771
 
98766
98772
  var LaunchOptions = /*#__PURE__*/Object.freeze({
98767
- __proto__: null,
98768
- convertPuppeteerChannelToBrowsersChannel: convertPuppeteerChannelToBrowsersChannel
98773
+ __proto__: null,
98774
+ convertPuppeteerChannelToBrowsersChannel: convertPuppeteerChannelToBrowsersChannel
98769
98775
  });
98770
98776
 
98771
98777
  /**
@@ -99523,7 +99529,7 @@ launch, } = puppeteer;
99523
99529
  // Copyright 2019 The Chromium Authors
99524
99530
 
99525
99531
  var App = /*#__PURE__*/Object.freeze({
99526
- __proto__: null
99532
+ __proto__: null
99527
99533
  });
99528
99534
 
99529
99535
  // Copyright 2025 The Chromium Authors
@@ -99597,9 +99603,9 @@ function getRegisteredAppProviders() {
99597
99603
  }
99598
99604
 
99599
99605
  var AppProvider = /*#__PURE__*/Object.freeze({
99600
- __proto__: null,
99601
- getRegisteredAppProviders: getRegisteredAppProviders,
99602
- registerAppProvider: registerAppProvider
99606
+ __proto__: null,
99607
+ getRegisteredAppProviders: getRegisteredAppProviders,
99608
+ registerAppProvider: registerAppProvider
99603
99609
  });
99604
99610
 
99605
99611
  // Copyright 2020 The Chromium Authors
@@ -99647,11 +99653,11 @@ function encode(input) {
99647
99653
  }
99648
99654
 
99649
99655
  var Base64 = /*#__PURE__*/Object.freeze({
99650
- __proto__: null,
99651
- BASE64_CHARS: BASE64_CHARS$1,
99652
- BASE64_CODES: BASE64_CODES$1,
99653
- decode: decode$1,
99654
- encode: encode
99656
+ __proto__: null,
99657
+ BASE64_CHARS: BASE64_CHARS$1,
99658
+ BASE64_CODES: BASE64_CODES$1,
99659
+ decode: decode$1,
99660
+ encode: encode
99655
99661
  });
99656
99662
 
99657
99663
  // Copyright 2016 The Chromium Authors
@@ -99681,8 +99687,8 @@ class CharacterIdMap {
99681
99687
  }
99682
99688
 
99683
99689
  var CharacterIdMap$1 = /*#__PURE__*/Object.freeze({
99684
- __proto__: null,
99685
- CharacterIdMap: CharacterIdMap
99690
+ __proto__: null,
99691
+ CharacterIdMap: CharacterIdMap
99686
99692
  });
99687
99693
 
99688
99694
  // Copyright 2020 The Chromium Authors
@@ -99873,15 +99879,15 @@ const HOST_RUNTIME$2 = {
99873
99879
  };
99874
99880
 
99875
99881
  var HostRuntime$1 = /*#__PURE__*/Object.freeze({
99876
- __proto__: null,
99877
- HOST_RUNTIME: HOST_RUNTIME$2
99882
+ __proto__: null,
99883
+ HOST_RUNTIME: HOST_RUNTIME$2
99878
99884
  });
99879
99885
 
99880
99886
  // Copyright 2025 The Chromium Authors
99881
99887
 
99882
99888
  var browser = /*#__PURE__*/Object.freeze({
99883
- __proto__: null,
99884
- HostRuntime: HostRuntime$1
99889
+ __proto__: null,
99890
+ HostRuntime: HostRuntime$1
99885
99891
  });
99886
99892
 
99887
99893
  // Copyright 2025 The Chromium Authors
@@ -99955,15 +99961,15 @@ const HOST_RUNTIME$1 = {
99955
99961
  };
99956
99962
 
99957
99963
  var HostRuntime = /*#__PURE__*/Object.freeze({
99958
- __proto__: null,
99959
- HOST_RUNTIME: HOST_RUNTIME$1
99964
+ __proto__: null,
99965
+ HOST_RUNTIME: HOST_RUNTIME$1
99960
99966
  });
99961
99967
 
99962
99968
  // Copyright 2025 The Chromium Authors
99963
99969
 
99964
99970
  var node = /*#__PURE__*/Object.freeze({
99965
- __proto__: null,
99966
- HostRuntime: HostRuntime
99971
+ __proto__: null,
99972
+ HostRuntime: HostRuntime
99967
99973
  });
99968
99974
 
99969
99975
  // Copyright 2025 The Chromium Authors
@@ -100383,8 +100389,8 @@ function assertNever(_type, message) {
100383
100389
  const LocalizedEmptyString = '';
100384
100390
 
100385
100391
  var UIString = /*#__PURE__*/Object.freeze({
100386
- __proto__: null,
100387
- LocalizedEmptyString: LocalizedEmptyString
100392
+ __proto__: null,
100393
+ LocalizedEmptyString: LocalizedEmptyString
100388
100394
  });
100389
100395
 
100390
100396
  // Copyright 2022 The Chromium Authors
@@ -100693,8 +100699,8 @@ class ColorConverter {
100693
100699
  }
100694
100700
 
100695
100701
  var ColorConverter$1 = /*#__PURE__*/Object.freeze({
100696
- __proto__: null,
100697
- ColorConverter: ColorConverter
100702
+ __proto__: null,
100703
+ ColorConverter: ColorConverter
100698
100704
  });
100699
100705
 
100700
100706
  // Copyright 2020 The Chromium Authors
@@ -100885,21 +100891,21 @@ function getContrastThreshold(fontSize, fontWeight) {
100885
100891
  }
100886
100892
 
100887
100893
  var ColorUtils = /*#__PURE__*/Object.freeze({
100888
- __proto__: null,
100889
- blendColors: blendColors,
100890
- contrastRatio: contrastRatio,
100891
- contrastRatioAPCA: contrastRatioAPCA,
100892
- contrastRatioByLuminanceAPCA: contrastRatioByLuminanceAPCA,
100893
- desiredLuminanceAPCA: desiredLuminanceAPCA,
100894
- getAPCAThreshold: getAPCAThreshold,
100895
- getContrastThreshold: getContrastThreshold,
100896
- isLargeFont: isLargeFont,
100897
- luminance: luminance,
100898
- luminanceAPCA: luminanceAPCA,
100899
- rgbToHsl: rgbToHsl,
100900
- rgbToHwb: rgbToHwb,
100901
- rgbaToHsla: rgbaToHsla,
100902
- rgbaToHwba: rgbaToHwba
100894
+ __proto__: null,
100895
+ blendColors: blendColors,
100896
+ contrastRatio: contrastRatio,
100897
+ contrastRatioAPCA: contrastRatioAPCA,
100898
+ contrastRatioByLuminanceAPCA: contrastRatioByLuminanceAPCA,
100899
+ desiredLuminanceAPCA: desiredLuminanceAPCA,
100900
+ getAPCAThreshold: getAPCAThreshold,
100901
+ getContrastThreshold: getContrastThreshold,
100902
+ isLargeFont: isLargeFont,
100903
+ luminance: luminance,
100904
+ luminanceAPCA: luminanceAPCA,
100905
+ rgbToHsl: rgbToHsl,
100906
+ rgbToHwb: rgbToHwb,
100907
+ rgbaToHsla: rgbaToHsla,
100908
+ rgbaToHwba: rgbaToHwba
100903
100909
  });
100904
100910
 
100905
100911
  // Copyright 2021 The Chromium Authors
@@ -102828,34 +102834,34 @@ class Generator {
102828
102834
  }
102829
102835
 
102830
102836
  var Color = /*#__PURE__*/Object.freeze({
102831
- __proto__: null,
102832
- ColorFunction: ColorFunction,
102833
- ColorMixRegex: ColorMixRegex,
102834
- Generator: Generator,
102835
- HSL: HSL,
102836
- HWB: HWB,
102837
- IsolationModeHighlight: IsolationModeHighlight,
102838
- LCH: LCH,
102839
- Lab: Lab,
102840
- Legacy: Legacy,
102841
- Nickname: Nickname,
102842
- Nicknames: Nicknames,
102843
- Oklab: Oklab,
102844
- Oklch: Oklch,
102845
- PageHighlight: PageHighlight,
102846
- Regex: Regex,
102847
- ShortHex: ShortHex,
102848
- SourceOrderHighlight: SourceOrderHighlight,
102849
- approachColorValue: approachColorValue,
102850
- desiredLuminance: desiredLuminance,
102851
- findFgColorForContrast: findFgColorForContrast,
102852
- findFgColorForContrastAPCA: findFgColorForContrastAPCA,
102853
- getFormat: getFormat,
102854
- hsl2rgb: hsl2rgb,
102855
- hsva2rgba: hsva2rgba,
102856
- parse: parse$2,
102857
- parseHueNumeric: parseHueNumeric,
102858
- rgb2hsv: rgb2hsv
102837
+ __proto__: null,
102838
+ ColorFunction: ColorFunction,
102839
+ ColorMixRegex: ColorMixRegex,
102840
+ Generator: Generator,
102841
+ HSL: HSL,
102842
+ HWB: HWB,
102843
+ IsolationModeHighlight: IsolationModeHighlight,
102844
+ LCH: LCH,
102845
+ Lab: Lab,
102846
+ Legacy: Legacy,
102847
+ Nickname: Nickname,
102848
+ Nicknames: Nicknames,
102849
+ Oklab: Oklab,
102850
+ Oklch: Oklch,
102851
+ PageHighlight: PageHighlight,
102852
+ Regex: Regex,
102853
+ ShortHex: ShortHex,
102854
+ SourceOrderHighlight: SourceOrderHighlight,
102855
+ approachColorValue: approachColorValue,
102856
+ desiredLuminance: desiredLuminance,
102857
+ findFgColorForContrast: findFgColorForContrast,
102858
+ findFgColorForContrastAPCA: findFgColorForContrastAPCA,
102859
+ getFormat: getFormat,
102860
+ hsl2rgb: hsl2rgb,
102861
+ hsva2rgba: hsva2rgba,
102862
+ parse: parse$2,
102863
+ parseHueNumeric: parseHueNumeric,
102864
+ rgb2hsv: rgb2hsv
102859
102865
  });
102860
102866
 
102861
102867
  // Copyright 2021 The Chromium Authors
@@ -102940,9 +102946,9 @@ function eventMixin(base) {
102940
102946
  }
102941
102947
 
102942
102948
  var Object$1 = /*#__PURE__*/Object.freeze({
102943
- __proto__: null,
102944
- ObjectWrapper: ObjectWrapper,
102945
- eventMixin: eventMixin
102949
+ __proto__: null,
102950
+ ObjectWrapper: ObjectWrapper,
102951
+ eventMixin: eventMixin
102946
102952
  });
102947
102953
 
102948
102954
  // Copyright 2021 The Chromium Authors
@@ -102986,9 +102992,9 @@ function localeLanguagesMatch(localeString1, localeString2) {
102986
102992
  }
102987
102993
 
102988
102994
  var DevToolsLocale$1 = /*#__PURE__*/Object.freeze({
102989
- __proto__: null,
102990
- DevToolsLocale: DevToolsLocale,
102991
- localeLanguagesMatch: localeLanguagesMatch
102995
+ __proto__: null,
102996
+ DevToolsLocale: DevToolsLocale,
102997
+ localeLanguagesMatch: localeLanguagesMatch
102992
102998
  });
102993
102999
 
102994
103000
  // Copyright 2024 The Chromium Authors
@@ -103038,8 +103044,8 @@ function formatAndEnsureSpace$1(formatter, value, separator = '\xA0') {
103038
103044
  }
103039
103045
 
103040
103046
  var NumberFormatter = /*#__PURE__*/Object.freeze({
103041
- __proto__: null,
103042
- defineFormatter: defineFormatter
103047
+ __proto__: null,
103048
+ defineFormatter: defineFormatter
103043
103049
  });
103044
103050
 
103045
103051
  // Copyright 2024 The Chromium Authors
@@ -103104,9 +103110,9 @@ const formatBytesToKb = (bytes) => {
103104
103110
  };
103105
103111
 
103106
103112
  var ByteUtilities = /*#__PURE__*/Object.freeze({
103107
- __proto__: null,
103108
- bytesToString: bytesToString,
103109
- formatBytesToKb: formatBytesToKb
103113
+ __proto__: null,
103114
+ bytesToString: bytesToString,
103115
+ formatBytesToKb: formatBytesToKb
103110
103116
  });
103111
103117
 
103112
103118
  var __assign = function () {
@@ -105012,21 +105018,21 @@ function getLocalizedLanguageRegion(localeString, devtoolsLocale) {
105012
105018
  }
105013
105019
 
105014
105020
  var i18nImpl = /*#__PURE__*/Object.freeze({
105015
- __proto__: null,
105016
- deserializeUIString: deserializeUIString,
105017
- fetchAndRegisterLocaleData: fetchAndRegisterLocaleData,
105018
- getAllSupportedDevToolsLocales: getAllSupportedDevToolsLocales,
105019
- getLazilyComputedLocalizedString: getLazilyComputedLocalizedString,
105020
- getLocalizedLanguageRegion: getLocalizedLanguageRegion,
105021
- getLocalizedString: getLocalizedString,
105022
- hasLocaleDataForTest: hasLocaleDataForTest,
105023
- lockedLazyString: lockedLazyString,
105024
- lockedString: lockedString,
105025
- lookupClosestSupportedDevToolsLocale: lookupClosestSupportedDevToolsLocale,
105026
- registerLocaleDataForTest: registerLocaleDataForTest,
105027
- registerUIStrings: registerUIStrings,
105028
- resetLocaleDataForTest: resetLocaleDataForTest,
105029
- serializeUIString: serializeUIString
105021
+ __proto__: null,
105022
+ deserializeUIString: deserializeUIString,
105023
+ fetchAndRegisterLocaleData: fetchAndRegisterLocaleData,
105024
+ getAllSupportedDevToolsLocales: getAllSupportedDevToolsLocales,
105025
+ getLazilyComputedLocalizedString: getLazilyComputedLocalizedString,
105026
+ getLocalizedLanguageRegion: getLocalizedLanguageRegion,
105027
+ getLocalizedString: getLocalizedString,
105028
+ hasLocaleDataForTest: hasLocaleDataForTest,
105029
+ lockedLazyString: lockedLazyString,
105030
+ lockedString: lockedString,
105031
+ lookupClosestSupportedDevToolsLocale: lookupClosestSupportedDevToolsLocale,
105032
+ registerLocaleDataForTest: registerLocaleDataForTest,
105033
+ registerUIStrings: registerUIStrings,
105034
+ resetLocaleDataForTest: resetLocaleDataForTest,
105035
+ serializeUIString: serializeUIString
105030
105036
  });
105031
105037
 
105032
105038
  // Copyright 2021 The Chromium Authors
@@ -105168,26 +105174,26 @@ function secondsToString(seconds, higherResolution) {
105168
105174
  }
105169
105175
 
105170
105176
  var timeUtilities = /*#__PURE__*/Object.freeze({
105171
- __proto__: null,
105172
- formatMicroSecondsAsMillisFixed: formatMicroSecondsAsMillisFixed,
105173
- formatMicroSecondsAsMillisFixedExpanded: formatMicroSecondsAsMillisFixedExpanded,
105174
- formatMicroSecondsAsSeconds: formatMicroSecondsAsSeconds,
105175
- formatMicroSecondsTime: formatMicroSecondsTime,
105176
- millisToString: millisToString,
105177
- preciseMillisToString: preciseMillisToString,
105178
- preciseSecondsToString: preciseSecondsToString,
105179
- secondsToString: secondsToString
105177
+ __proto__: null,
105178
+ formatMicroSecondsAsMillisFixed: formatMicroSecondsAsMillisFixed,
105179
+ formatMicroSecondsAsMillisFixedExpanded: formatMicroSecondsAsMillisFixedExpanded,
105180
+ formatMicroSecondsAsSeconds: formatMicroSecondsAsSeconds,
105181
+ formatMicroSecondsTime: formatMicroSecondsTime,
105182
+ millisToString: millisToString,
105183
+ preciseMillisToString: preciseMillisToString,
105184
+ preciseSecondsToString: preciseSecondsToString,
105185
+ secondsToString: secondsToString
105180
105186
  });
105181
105187
 
105182
105188
  // Copyright 2020 The Chromium Authors
105183
105189
 
105184
105190
  var i18n = /*#__PURE__*/Object.freeze({
105185
- __proto__: null,
105186
- ByteUtilities: ByteUtilities,
105187
- DevToolsLocale: DevToolsLocale$1,
105188
- NumberFormatter: NumberFormatter,
105189
- TimeUtilities: timeUtilities,
105190
- i18n: i18nImpl
105191
+ __proto__: null,
105192
+ ByteUtilities: ByteUtilities,
105193
+ DevToolsLocale: DevToolsLocale$1,
105194
+ NumberFormatter: NumberFormatter,
105195
+ TimeUtilities: timeUtilities,
105196
+ i18n: i18nImpl
105191
105197
  });
105192
105198
 
105193
105199
  // Copyright 2014 The Chromium Authors
@@ -105274,12 +105280,12 @@ const RevealerDestination = {
105274
105280
  };
105275
105281
 
105276
105282
  var Revealer = /*#__PURE__*/Object.freeze({
105277
- __proto__: null,
105278
- RevealerDestination: RevealerDestination,
105279
- RevealerRegistry: RevealerRegistry,
105280
- registerRevealer: registerRevealer,
105281
- reveal: reveal,
105282
- revealDestination: revealDestination
105283
+ __proto__: null,
105284
+ RevealerDestination: RevealerDestination,
105285
+ RevealerRegistry: RevealerRegistry,
105286
+ registerRevealer: registerRevealer,
105287
+ reveal: reveal,
105288
+ revealDestination: revealDestination
105283
105289
  });
105284
105290
 
105285
105291
  // Copyright 2014 The Chromium Authors
@@ -105343,10 +105349,10 @@ let Message$1 = class Message {
105343
105349
  };
105344
105350
 
105345
105351
  var Console$1 = /*#__PURE__*/Object.freeze({
105346
- __proto__: null,
105347
- Console: Console,
105348
- get FrontendMessageSource () { return FrontendMessageSource; },
105349
- Message: Message$1
105352
+ __proto__: null,
105353
+ Console: Console,
105354
+ get FrontendMessageSource () { return FrontendMessageSource; },
105355
+ Message: Message$1
105350
105356
  });
105351
105357
 
105352
105358
  // Copyright 2020 The Chromium Authors
@@ -105367,10 +105373,10 @@ function disableTestOverride() {
105367
105373
  }
105368
105374
 
105369
105375
  var Debouncer = /*#__PURE__*/Object.freeze({
105370
- __proto__: null,
105371
- debounce: debounce,
105372
- disableTestOverride: disableTestOverride,
105373
- enableTestOverride: enableTestOverride
105376
+ __proto__: null,
105377
+ debounce: debounce,
105378
+ disableTestOverride: disableTestOverride,
105379
+ enableTestOverride: enableTestOverride
105374
105380
  });
105375
105381
 
105376
105382
  // Copyright 2021 The Chromium Authors
@@ -105386,9 +105392,9 @@ function fireEvent(name, detail = {}, target = window) {
105386
105392
  }
105387
105393
 
105388
105394
  var EventTarget$1 = /*#__PURE__*/Object.freeze({
105389
- __proto__: null,
105390
- fireEvent: fireEvent,
105391
- removeEventListeners: removeEventListeners
105395
+ __proto__: null,
105396
+ fireEvent: fireEvent,
105397
+ removeEventListeners: removeEventListeners
105392
105398
  });
105393
105399
 
105394
105400
  // Copyright 2025 The Chromium Authors
@@ -105466,22 +105472,22 @@ function createMonitoredStream(stream, onProgress) {
105466
105472
  }
105467
105473
 
105468
105474
  var Gzip = /*#__PURE__*/Object.freeze({
105469
- __proto__: null,
105470
- arrayBufferToString: arrayBufferToString,
105471
- compress: compress,
105472
- compressStream: compressStream,
105473
- createMonitoredStream: createMonitoredStream,
105474
- decompress: decompress,
105475
- decompressDeflate: decompressDeflate,
105476
- decompressStream: decompressStream,
105477
- fileToString: fileToString,
105478
- isGzip: isGzip
105475
+ __proto__: null,
105476
+ arrayBufferToString: arrayBufferToString,
105477
+ compress: compress,
105478
+ compressStream: compressStream,
105479
+ createMonitoredStream: createMonitoredStream,
105480
+ decompress: decompress,
105481
+ decompressDeflate: decompressDeflate,
105482
+ decompressStream: decompressStream,
105483
+ fileToString: fileToString,
105484
+ isGzip: isGzip
105479
105485
  });
105480
105486
 
105481
105487
  // Copyright 2019 The Chromium Authors
105482
105488
 
105483
105489
  var JavaScriptMetaData = /*#__PURE__*/Object.freeze({
105484
- __proto__: null
105490
+ __proto__: null
105485
105491
  });
105486
105492
 
105487
105493
  // Copyright 2020 The Chromium Authors
@@ -105510,8 +105516,8 @@ function lazy(producer) {
105510
105516
  }
105511
105517
 
105512
105518
  var Lazy = /*#__PURE__*/Object.freeze({
105513
- __proto__: null,
105514
- lazy: lazy
105519
+ __proto__: null,
105520
+ lazy: lazy
105515
105521
  });
105516
105522
 
105517
105523
  // Copyright 2024 The Chromium Authors
@@ -105531,8 +105537,8 @@ class MapWithDefault extends Map {
105531
105537
  }
105532
105538
 
105533
105539
  var MapWithDefault$1 = /*#__PURE__*/Object.freeze({
105534
- __proto__: null,
105535
- MapWithDefault: MapWithDefault
105540
+ __proto__: null,
105541
+ MapWithDefault: MapWithDefault
105536
105542
  });
105537
105543
 
105538
105544
  // Copyright 2022 The Chromium Authors
@@ -105574,8 +105580,8 @@ class Mutex {
105574
105580
  }
105575
105581
 
105576
105582
  var Mutex$1 = /*#__PURE__*/Object.freeze({
105577
- __proto__: null,
105578
- Mutex: Mutex
105583
+ __proto__: null,
105584
+ Mutex: Mutex
105579
105585
  });
105580
105586
 
105581
105587
  // Copyright 2012 The Chromium Authors
@@ -106000,10 +106006,10 @@ class ParsedURL {
106000
106006
  }
106001
106007
 
106002
106008
  var ParsedURL$1 = /*#__PURE__*/Object.freeze({
106003
- __proto__: null,
106004
- ParsedURL: ParsedURL,
106005
- normalizePath: normalizePath,
106006
- schemeIs: schemeIs
106009
+ __proto__: null,
106010
+ ParsedURL: ParsedURL,
106011
+ normalizePath: normalizePath,
106012
+ schemeIs: schemeIs
106007
106013
  });
106008
106014
 
106009
106015
  // Copyright 2012 The Chromium Authors
@@ -106150,11 +106156,11 @@ class ProgressProxy {
106150
106156
  }
106151
106157
 
106152
106158
  var Progress$1 = /*#__PURE__*/Object.freeze({
106153
- __proto__: null,
106154
- CompositeProgress: CompositeProgress,
106155
- Progress: Progress,
106156
- ProgressProxy: ProgressProxy,
106157
- SubProgress: SubProgress
106159
+ __proto__: null,
106160
+ CompositeProgress: CompositeProgress,
106161
+ Progress: Progress,
106162
+ ProgressProxy: ProgressProxy,
106163
+ SubProgress: SubProgress
106158
106164
  });
106159
106165
 
106160
106166
  // Copyright 2021 The Chromium Authors
@@ -106208,8 +106214,8 @@ class ResolverBase {
106208
106214
  }
106209
106215
 
106210
106216
  var ResolverBase$1 = /*#__PURE__*/Object.freeze({
106211
- __proto__: null,
106212
- ResolverBase: ResolverBase
106217
+ __proto__: null,
106218
+ ResolverBase: ResolverBase
106213
106219
  });
106214
106220
 
106215
106221
  // Copyright 2021 The Chromium Authors
@@ -106580,13 +106586,13 @@ const mimeTypeByExtension = new Map([
106580
106586
  ]);
106581
106587
 
106582
106588
  var ResourceType$1 = /*#__PURE__*/Object.freeze({
106583
- __proto__: null,
106584
- ResourceCategory: ResourceCategory,
106585
- ResourceType: ResourceType,
106586
- mimeTypeByExtension: mimeTypeByExtension,
106587
- resourceCategories: resourceCategories,
106588
- resourceTypeByExtension: resourceTypeByExtension,
106589
- resourceTypes: resourceTypes
106589
+ __proto__: null,
106590
+ ResourceCategory: ResourceCategory,
106591
+ ResourceType: ResourceType,
106592
+ mimeTypeByExtension: mimeTypeByExtension,
106593
+ resourceCategories: resourceCategories,
106594
+ resourceTypeByExtension: resourceTypeByExtension,
106595
+ resourceTypes: resourceTypes
106590
106596
  });
106591
106597
 
106592
106598
  // Copyright 2025 The Chromium Authors
@@ -106598,8 +106604,8 @@ class ReturnToPanelFlavor {
106598
106604
  }
106599
106605
 
106600
106606
  var ReturnToPanel = /*#__PURE__*/Object.freeze({
106601
- __proto__: null,
106602
- ReturnToPanelFlavor: ReturnToPanelFlavor
106607
+ __proto__: null,
106608
+ ReturnToPanelFlavor: ReturnToPanelFlavor
106603
106609
  });
106604
106610
 
106605
106611
  // Copyright 2019 The Chromium Authors
@@ -106626,12 +106632,12 @@ function earlyInitializationRunnables() {
106626
106632
  }
106627
106633
 
106628
106634
  var Runnable = /*#__PURE__*/Object.freeze({
106629
- __proto__: null,
106630
- earlyInitializationRunnables: earlyInitializationRunnables,
106631
- lateInitializationRunnables: lateInitializationRunnables,
106632
- maybeRemoveLateInitializationRunnable: maybeRemoveLateInitializationRunnable,
106633
- registerEarlyInitializationRunnable: registerEarlyInitializationRunnable,
106634
- registerLateInitializationRunnable: registerLateInitializationRunnable
106635
+ __proto__: null,
106636
+ earlyInitializationRunnables: earlyInitializationRunnables,
106637
+ lateInitializationRunnables: lateInitializationRunnables,
106638
+ maybeRemoveLateInitializationRunnable: maybeRemoveLateInitializationRunnable,
106639
+ registerEarlyInitializationRunnable: registerEarlyInitializationRunnable,
106640
+ registerLateInitializationRunnable: registerLateInitializationRunnable
106635
106641
  });
106636
106642
 
106637
106643
  // Copyright 2016 The Chromium Authors
@@ -106705,9 +106711,9 @@ class SegmentedRange {
106705
106711
  }
106706
106712
 
106707
106713
  var SegmentedRange$1 = /*#__PURE__*/Object.freeze({
106708
- __proto__: null,
106709
- Segment: Segment,
106710
- SegmentedRange: SegmentedRange
106714
+ __proto__: null,
106715
+ Segment: Segment,
106716
+ SegmentedRange: SegmentedRange
106711
106717
  });
106712
106718
 
106713
106719
  // Copyright 2020 The Chromium Authors
@@ -106817,13 +106823,13 @@ function getLocalizedSettingsCategory(category) {
106817
106823
  }
106818
106824
 
106819
106825
  var SettingRegistration = /*#__PURE__*/Object.freeze({
106820
- __proto__: null,
106821
- getLocalizedSettingsCategory: getLocalizedSettingsCategory,
106822
- getRegisteredSettings: getRegisteredSettings,
106823
- maybeRemoveSettingExtension: maybeRemoveSettingExtension,
106824
- registerSettingExtension: registerSettingExtension,
106825
- registerSettingsForTest: registerSettingsForTest,
106826
- resetSettings: resetSettings
106826
+ __proto__: null,
106827
+ getLocalizedSettingsCategory: getLocalizedSettingsCategory,
106828
+ getRegisteredSettings: getRegisteredSettings,
106829
+ maybeRemoveSettingExtension: maybeRemoveSettingExtension,
106830
+ registerSettingExtension: registerSettingExtension,
106831
+ registerSettingsForTest: registerSettingsForTest,
106832
+ resetSettings: resetSettings
106827
106833
  });
106828
106834
 
106829
106835
  // Copyright 2026 The Chromium Authors
@@ -107481,8 +107487,8 @@ class VersionController {
107481
107487
  }
107482
107488
 
107483
107489
  var VersionController$1 = /*#__PURE__*/Object.freeze({
107484
- __proto__: null,
107485
- VersionController: VersionController
107490
+ __proto__: null,
107491
+ VersionController: VersionController
107486
107492
  });
107487
107493
 
107488
107494
  // Copyright 2009 The Chromium Authors
@@ -108015,20 +108021,20 @@ function settingForTest(settingName) {
108015
108021
  }
108016
108022
 
108017
108023
  var Settings$1 = /*#__PURE__*/Object.freeze({
108018
- __proto__: null,
108019
- Deprecation: Deprecation,
108020
- InMemoryStorage: InMemoryStorage,
108021
- RegExpSetting: RegExpSetting,
108022
- Setting: Setting,
108023
- Settings: Settings,
108024
- SettingsStorage: SettingsStorage,
108025
- getLocalizedSettingsCategory: getLocalizedSettingsCategory,
108026
- maybeRemoveSettingExtension: maybeRemoveSettingExtension,
108027
- moduleSetting: moduleSetting,
108028
- registerSettingExtension: registerSettingExtension,
108029
- registerSettingsForTest: registerSettingsForTest,
108030
- resetSettings: resetSettings,
108031
- settingForTest: settingForTest
108024
+ __proto__: null,
108025
+ Deprecation: Deprecation,
108026
+ InMemoryStorage: InMemoryStorage,
108027
+ RegExpSetting: RegExpSetting,
108028
+ Setting: Setting,
108029
+ Settings: Settings,
108030
+ SettingsStorage: SettingsStorage,
108031
+ getLocalizedSettingsCategory: getLocalizedSettingsCategory,
108032
+ maybeRemoveSettingExtension: maybeRemoveSettingExtension,
108033
+ moduleSetting: moduleSetting,
108034
+ registerSettingExtension: registerSettingExtension,
108035
+ registerSettingsForTest: registerSettingsForTest,
108036
+ resetSettings: resetSettings,
108037
+ settingForTest: settingForTest
108032
108038
  });
108033
108039
 
108034
108040
  // Copyright 2014 The Chromium Authors
@@ -108125,8 +108131,8 @@ class SimpleHistoryManager {
108125
108131
  }
108126
108132
 
108127
108133
  var SimpleHistoryManager$1 = /*#__PURE__*/Object.freeze({
108128
- __proto__: null,
108129
- SimpleHistoryManager: SimpleHistoryManager
108134
+ __proto__: null,
108135
+ SimpleHistoryManager: SimpleHistoryManager
108130
108136
  });
108131
108137
 
108132
108138
  // Copyright 2026 The Chromium Authors
@@ -108175,8 +108181,8 @@ function parseSrcset(value) {
108175
108181
  }
108176
108182
 
108177
108183
  var Srcset = /*#__PURE__*/Object.freeze({
108178
- __proto__: null,
108179
- parseSrcset: parseSrcset
108184
+ __proto__: null,
108185
+ parseSrcset: parseSrcset
108180
108186
  });
108181
108187
 
108182
108188
  // Copyright 2015 The Chromium Authors
@@ -108193,8 +108199,8 @@ class StringOutputStream {
108193
108199
  }
108194
108200
 
108195
108201
  var StringOutputStream$1 = /*#__PURE__*/Object.freeze({
108196
- __proto__: null,
108197
- StringOutputStream: StringOutputStream
108202
+ __proto__: null,
108203
+ StringOutputStream: StringOutputStream
108198
108204
  });
108199
108205
 
108200
108206
  // Copyright 2016 The Chromium Authors
@@ -108324,8 +108330,8 @@ let Trie$1 = class Trie {
108324
108330
  };
108325
108331
 
108326
108332
  var Trie$2 = /*#__PURE__*/Object.freeze({
108327
- __proto__: null,
108328
- Trie: Trie$1
108333
+ __proto__: null,
108334
+ Trie: Trie$1
108329
108335
  });
108330
108336
 
108331
108337
  // Copyright 2013 The Chromium Authors
@@ -108367,8 +108373,8 @@ class TextDictionary {
108367
108373
  }
108368
108374
 
108369
108375
  var TextDictionary$1 = /*#__PURE__*/Object.freeze({
108370
- __proto__: null,
108371
- TextDictionary: TextDictionary
108376
+ __proto__: null,
108377
+ TextDictionary: TextDictionary
108372
108378
  });
108373
108379
 
108374
108380
  // Copyright 2014 The Chromium Authors
@@ -108440,48 +108446,48 @@ class Throttler {
108440
108446
  }
108441
108447
 
108442
108448
  var Throttler$1 = /*#__PURE__*/Object.freeze({
108443
- __proto__: null,
108444
- Throttler: Throttler
108449
+ __proto__: null,
108450
+ Throttler: Throttler
108445
108451
  });
108446
108452
 
108447
108453
  // Copyright 2019 The Chromium Authors
108448
108454
 
108449
108455
  var common = /*#__PURE__*/Object.freeze({
108450
- __proto__: null,
108451
- App: App,
108452
- AppProvider: AppProvider,
108453
- Base64: Base64,
108454
- CharacterIdMap: CharacterIdMap$1,
108455
- Color: Color,
108456
- ColorConverter: ColorConverter$1,
108457
- ColorUtils: ColorUtils,
108458
- Console: Console$1,
108459
- Debouncer: Debouncer,
108460
- EventTarget: EventTarget$1,
108461
- Gzip: Gzip,
108462
- JavaScriptMetaData: JavaScriptMetaData,
108463
- Lazy: Lazy,
108464
- MapWithDefault: MapWithDefault$1,
108465
- Mutex: Mutex$1,
108466
- ObjectWrapper: Object$1,
108467
- ParsedURL: ParsedURL$1,
108468
- Progress: Progress$1,
108469
- ResolverBase: ResolverBase$1,
108470
- ResourceType: ResourceType$1,
108471
- ReturnToPanel: ReturnToPanel,
108472
- Revealer: Revealer,
108473
- Runnable: Runnable,
108474
- SegmentedRange: SegmentedRange$1,
108475
- SettingRegistration: SettingRegistration,
108476
- Settings: Settings$1,
108477
- SimpleHistoryManager: SimpleHistoryManager$1,
108478
- Srcset: Srcset,
108479
- StringOutputStream: StringOutputStream$1,
108480
- TextDictionary: TextDictionary$1,
108481
- Throttler: Throttler$1,
108482
- Trie: Trie$2,
108483
- UIString: UIString,
108484
- VersionController: VersionController$1
108456
+ __proto__: null,
108457
+ App: App,
108458
+ AppProvider: AppProvider,
108459
+ Base64: Base64,
108460
+ CharacterIdMap: CharacterIdMap$1,
108461
+ Color: Color,
108462
+ ColorConverter: ColorConverter$1,
108463
+ ColorUtils: ColorUtils,
108464
+ Console: Console$1,
108465
+ Debouncer: Debouncer,
108466
+ EventTarget: EventTarget$1,
108467
+ Gzip: Gzip,
108468
+ JavaScriptMetaData: JavaScriptMetaData,
108469
+ Lazy: Lazy,
108470
+ MapWithDefault: MapWithDefault$1,
108471
+ Mutex: Mutex$1,
108472
+ ObjectWrapper: Object$1,
108473
+ ParsedURL: ParsedURL$1,
108474
+ Progress: Progress$1,
108475
+ ResolverBase: ResolverBase$1,
108476
+ ResourceType: ResourceType$1,
108477
+ ReturnToPanel: ReturnToPanel,
108478
+ Revealer: Revealer,
108479
+ Runnable: Runnable,
108480
+ SegmentedRange: SegmentedRange$1,
108481
+ SettingRegistration: SettingRegistration,
108482
+ Settings: Settings$1,
108483
+ SimpleHistoryManager: SimpleHistoryManager$1,
108484
+ Srcset: Srcset,
108485
+ StringOutputStream: StringOutputStream$1,
108486
+ TextDictionary: TextDictionary$1,
108487
+ Throttler: Throttler$1,
108488
+ Trie: Trie$2,
108489
+ UIString: UIString,
108490
+ VersionController: VersionController$1
108485
108491
  });
108486
108492
 
108487
108493
  // Copyright 2020 The Chromium Authors
@@ -110298,8 +110304,8 @@ class ConnectionTransport {
110298
110304
  }
110299
110305
 
110300
110306
  var ConnectionTransport$1 = /*#__PURE__*/Object.freeze({
110301
- __proto__: null,
110302
- ConnectionTransport: ConnectionTransport
110307
+ __proto__: null,
110308
+ ConnectionTransport: ConnectionTransport
110303
110309
  });
110304
110310
 
110305
110311
  // Copyright 2025 The Chromium Authors
@@ -110317,8 +110323,8 @@ var CDPErrorStatus;
110317
110323
  })(CDPErrorStatus || (CDPErrorStatus = {}));
110318
110324
 
110319
110325
  var CDPConnection = /*#__PURE__*/Object.freeze({
110320
- __proto__: null,
110321
- get CDPErrorStatus () { return CDPErrorStatus; }
110326
+ __proto__: null,
110327
+ get CDPErrorStatus () { return CDPErrorStatus; }
110322
110328
  });
110323
110329
 
110324
110330
  // Copyright 2020 The Chromium Authors
@@ -112345,14 +112351,14 @@ class DispatcherManager {
112345
112351
  const inspectorBackend = new InspectorBackend();
112346
112352
 
112347
112353
  var InspectorBackend$1 = /*#__PURE__*/Object.freeze({
112348
- __proto__: null,
112349
- InspectorBackend: InspectorBackend,
112350
- SessionRouter: SessionRouter,
112351
- TargetBase: TargetBase,
112352
- inspectorBackend: inspectorBackend,
112353
- qualifyName: qualifyName,
112354
- splitQualifiedName: splitQualifiedName,
112355
- test: test
112354
+ __proto__: null,
112355
+ InspectorBackend: InspectorBackend,
112356
+ SessionRouter: SessionRouter,
112357
+ TargetBase: TargetBase,
112358
+ inspectorBackend: inspectorBackend,
112359
+ qualifyName: qualifyName,
112360
+ splitQualifiedName: splitQualifiedName,
112361
+ test: test
112356
112362
  });
112357
112363
 
112358
112364
  // Copyright 2025 The Chromium Authors
@@ -112489,18 +112495,18 @@ class DevToolsCDPConnection {
112489
112495
  }
112490
112496
 
112491
112497
  var DevToolsCDPConnection$1 = /*#__PURE__*/Object.freeze({
112492
- __proto__: null,
112493
- DevToolsCDPConnection: DevToolsCDPConnection
112498
+ __proto__: null,
112499
+ DevToolsCDPConnection: DevToolsCDPConnection
112494
112500
  });
112495
112501
 
112496
112502
  // Copyright 2019 The Chromium Authors
112497
112503
 
112498
112504
  var protocol_client = /*#__PURE__*/Object.freeze({
112499
- __proto__: null,
112500
- CDPConnection: CDPConnection,
112501
- ConnectionTransport: ConnectionTransport$1,
112502
- DevToolsCDPConnection: DevToolsCDPConnection$1,
112503
- InspectorBackend: InspectorBackend$1
112505
+ __proto__: null,
112506
+ CDPConnection: CDPConnection,
112507
+ ConnectionTransport: ConnectionTransport$1,
112508
+ DevToolsCDPConnection: DevToolsCDPConnection$1,
112509
+ InspectorBackend: InspectorBackend$1
112504
112510
  });
112505
112511
 
112506
112512
  // Copyright 2009 The Chromium Authors
@@ -134786,9 +134792,9 @@ function formatterWorkerPool() {
134786
134792
  }
134787
134793
 
134788
134794
  var FormatterWorkerPool$1 = /*#__PURE__*/Object.freeze({
134789
- __proto__: null,
134790
- FormatterWorkerPool: FormatterWorkerPool,
134791
- formatterWorkerPool: formatterWorkerPool
134795
+ __proto__: null,
134796
+ FormatterWorkerPool: FormatterWorkerPool,
134797
+ formatterWorkerPool: formatterWorkerPool
134792
134798
  });
134793
134799
 
134794
134800
  // Copyright 2011 The Chromium Authors
@@ -134865,17 +134871,17 @@ class FormatterSourceMappingImpl {
134865
134871
  }
134866
134872
 
134867
134873
  var ScriptFormatter = /*#__PURE__*/Object.freeze({
134868
- __proto__: null,
134869
- format: format,
134870
- formatScriptContent: formatScriptContent
134874
+ __proto__: null,
134875
+ format: format,
134876
+ formatScriptContent: formatScriptContent
134871
134877
  });
134872
134878
 
134873
134879
  // Copyright 2019 The Chromium Authors
134874
134880
 
134875
134881
  var formatter = /*#__PURE__*/Object.freeze({
134876
- __proto__: null,
134877
- FormatterWorkerPool: FormatterWorkerPool$1,
134878
- ScriptFormatter: ScriptFormatter
134882
+ __proto__: null,
134883
+ FormatterWorkerPool: FormatterWorkerPool$1,
134884
+ ScriptFormatter: ScriptFormatter
134879
134885
  });
134880
134886
 
134881
134887
  // Copyright 2023 The Chromium Authors
@@ -148368,9 +148374,9 @@ function framesMatch(parsedFrame, protocolFrame) {
148368
148374
  }
148369
148375
 
148370
148376
  var ErrorStackParser = /*#__PURE__*/Object.freeze({
148371
- __proto__: null,
148372
- augmentErrorStackWithScriptIds: augmentErrorStackWithScriptIds,
148373
- parseSourcePositionsFromErrorStack: parseSourcePositionsFromErrorStack
148377
+ __proto__: null,
148378
+ augmentErrorStackWithScriptIds: augmentErrorStackWithScriptIds,
148379
+ parseSourcePositionsFromErrorStack: parseSourcePositionsFromErrorStack
148374
148380
  });
148375
148381
 
148376
148382
  // Copyright 2025 The Chromium Authors
@@ -148397,16 +148403,16 @@ class DebuggableFrameFlavor {
148397
148403
  }
148398
148404
 
148399
148405
  var StackTrace = /*#__PURE__*/Object.freeze({
148400
- __proto__: null,
148401
- DebuggableFrameFlavor: DebuggableFrameFlavor
148406
+ __proto__: null,
148407
+ DebuggableFrameFlavor: DebuggableFrameFlavor
148402
148408
  });
148403
148409
 
148404
148410
  // Copyright 2025 The Chromium Authors
148405
148411
 
148406
148412
  var stack_trace = /*#__PURE__*/Object.freeze({
148407
- __proto__: null,
148408
- ErrorStackParser: ErrorStackParser,
148409
- StackTrace: StackTrace
148413
+ __proto__: null,
148414
+ ErrorStackParser: ErrorStackParser,
148415
+ StackTrace: StackTrace
148410
148416
  });
148411
148417
 
148412
148418
  // Copyright 2025 The Chromium Authors
@@ -153807,21 +153813,21 @@ class Universe {
153807
153813
  }
153808
153814
 
153809
153815
  var Universe$1 = /*#__PURE__*/Object.freeze({
153810
- __proto__: null,
153811
- Universe: Universe
153816
+ __proto__: null,
153817
+ Universe: Universe
153812
153818
  });
153813
153819
 
153814
153820
  // Copyright 2025 The Chromium Authors
153815
153821
 
153816
153822
  var foundation = /*#__PURE__*/Object.freeze({
153817
- __proto__: null,
153818
- Universe: Universe$1
153823
+ __proto__: null,
153824
+ Universe: Universe$1
153819
153825
  });
153820
153826
 
153821
153827
  // Copyright 2020 The Chromium Authors
153822
153828
 
153823
153829
  var protocol = /*#__PURE__*/Object.freeze({
153824
- __proto__: null
153830
+ __proto__: null
153825
153831
  });
153826
153832
 
153827
153833
  // Copyright 2025 The Chromium Authors
@@ -155057,9 +155063,9 @@ function formatLines(title, lines, maxLength) {
155057
155063
  }
155058
155064
 
155059
155065
  var NetworkRequestFormatter$1 = /*#__PURE__*/Object.freeze({
155060
- __proto__: null,
155061
- NetworkRequestFormatter: NetworkRequestFormatter,
155062
- sanitizeHeaders: sanitizeHeaders
155066
+ __proto__: null,
155067
+ NetworkRequestFormatter: NetworkRequestFormatter,
155068
+ sanitizeHeaders: sanitizeHeaders
155063
155069
  });
155064
155070
 
155065
155071
  var __getOwnPropNames = Object.getOwnPropertyNames;
@@ -155215,9 +155221,9 @@ function configToCacheKey(config) {
155215
155221
  }
155216
155222
 
155217
155223
  var Configuration = /*#__PURE__*/Object.freeze({
155218
- __proto__: null,
155219
- configToCacheKey: configToCacheKey,
155220
- defaults: defaults
155224
+ __proto__: null,
155225
+ configToCacheKey: configToCacheKey,
155226
+ defaults: defaults
155221
155227
  });
155222
155228
 
155223
155229
  // Copyright 2024 The Chromium Authors
@@ -155254,13 +155260,13 @@ function isSyntheticExtensionEntry(entry) {
155254
155260
  }
155255
155261
 
155256
155262
  var Extensions$1 = /*#__PURE__*/Object.freeze({
155257
- __proto__: null,
155258
- extensionPalette: extensionPalette,
155259
- isConsoleTimestampPayloadTrackEntry: isConsoleTimestampPayloadTrackEntry,
155260
- isExtensionEntryObj: isExtensionEntryObj,
155261
- isExtensionPayloadMarker: isExtensionPayloadMarker,
155262
- isSyntheticExtensionEntry: isSyntheticExtensionEntry,
155263
- isValidExtensionPayload: isValidExtensionPayload
155263
+ __proto__: null,
155264
+ extensionPalette: extensionPalette,
155265
+ isConsoleTimestampPayloadTrackEntry: isConsoleTimestampPayloadTrackEntry,
155266
+ isExtensionEntryObj: isExtensionEntryObj,
155267
+ isExtensionPayloadMarker: isExtensionPayloadMarker,
155268
+ isSyntheticExtensionEntry: isSyntheticExtensionEntry,
155269
+ isValidExtensionPayload: isValidExtensionPayload
155264
155270
  });
155265
155271
 
155266
155272
  // Copyright 2023 The Chromium Authors
@@ -155320,17 +155326,17 @@ function traceEventKeyToValues(key) {
155320
155326
  }
155321
155327
 
155322
155328
  var File$1 = /*#__PURE__*/Object.freeze({
155323
- __proto__: null,
155324
- isEntriesLinkAnnotation: isEntriesLinkAnnotation,
155325
- isEntryLabelAnnotation: isEntryLabelAnnotation,
155326
- isTimeRangeAnnotation: isTimeRangeAnnotation,
155327
- traceEventKeyToValues: traceEventKeyToValues
155329
+ __proto__: null,
155330
+ isEntriesLinkAnnotation: isEntriesLinkAnnotation,
155331
+ isEntryLabelAnnotation: isEntryLabelAnnotation,
155332
+ isTimeRangeAnnotation: isTimeRangeAnnotation,
155333
+ traceEventKeyToValues: traceEventKeyToValues
155328
155334
  });
155329
155335
 
155330
155336
  // Copyright 2025 The Chromium Authors
155331
155337
 
155332
155338
  var Overlays = /*#__PURE__*/Object.freeze({
155333
- __proto__: null
155339
+ __proto__: null
155334
155340
  });
155335
155341
 
155336
155342
  // Copyright 2022 The Chromium Authors
@@ -155345,10 +155351,10 @@ function Seconds(value) {
155345
155351
  }
155346
155352
 
155347
155353
  var Timing$1 = /*#__PURE__*/Object.freeze({
155348
- __proto__: null,
155349
- Micro: Micro,
155350
- Milli: Milli,
155351
- Seconds: Seconds
155354
+ __proto__: null,
155355
+ Micro: Micro,
155356
+ Milli: Milli,
155357
+ Seconds: Seconds
155352
155358
  });
155353
155359
 
155354
155360
  // Copyright 2022 The Chromium Authors
@@ -155934,187 +155940,187 @@ function isPreloadRenderBlockingStatusChangeEvent(event) {
155934
155940
  }
155935
155941
 
155936
155942
  var TraceEvents = /*#__PURE__*/Object.freeze({
155937
- __proto__: null,
155938
- CallFrameID: CallFrameID,
155939
- Categories: Categories,
155940
- MarkerName: MarkerName,
155941
- NO_NAVIGATION: NO_NAVIGATION,
155942
- ProcessID: ProcessID,
155943
- ProfileID: ProfileID,
155944
- SampleIndex: SampleIndex,
155945
- get SelectorTimingsKey () { return SelectorTimingsKey; },
155946
- ThreadID: ThreadID,
155947
- VALID_PROFILE_SOURCES: VALID_PROFILE_SOURCES,
155948
- WorkerId: WorkerId,
155949
- eventIsPageLoadEvent: eventIsPageLoadEvent,
155950
- isAbortPostTaskCallback: isAbortPostTaskCallback,
155951
- isActivateLayerTree: isActivateLayerTree,
155952
- isAnimation: isAnimation,
155953
- isAnimationFrameAsyncEnd: isAnimationFrameAsyncEnd,
155954
- isAnimationFrameAsyncStart: isAnimationFrameAsyncStart,
155955
- isAnimationFramePresentation: isAnimationFramePresentation,
155956
- isAnyLargestContentfulPaintCandidate: isAnyLargestContentfulPaintCandidate,
155957
- isAnyScriptSourceEvent: isAnyScriptSourceEvent,
155958
- isAuctionWorkletDoneWithProcess: isAuctionWorkletDoneWithProcess,
155959
- isAuctionWorkletRunningInProcess: isAuctionWorkletRunningInProcess,
155960
- isBegin: isBegin,
155961
- isBeginCommitCompositorFrame: isBeginCommitCompositorFrame,
155962
- isBeginFrame: isBeginFrame,
155963
- isBeginMainThreadFrame: isBeginMainThreadFrame,
155964
- isBeginRemoteFontLoad: isBeginRemoteFontLoad,
155965
- isCommit: isCommit,
155966
- isCommitLoad: isCommitLoad,
155967
- isComplete: isComplete,
155968
- isCompositeLayers: isCompositeLayers,
155969
- isConsoleRunTask: isConsoleRunTask,
155970
- isConsoleTime: isConsoleTime,
155971
- isConsoleTimeStamp: isConsoleTimeStamp,
155972
- isDOMStats: isDOMStats,
155973
- isDebuggerAsyncTaskRun: isDebuggerAsyncTaskRun,
155974
- isDebuggerAsyncTaskScheduled: isDebuggerAsyncTaskScheduled,
155975
- isDecodeImage: isDecodeImage,
155976
- isDecodeLazyPixelRef: isDecodeLazyPixelRef,
155977
- isDidCommitSameDocumentNavigation: isDidCommitSameDocumentNavigation,
155978
- isDispatch: isDispatch,
155979
- isDisplayListItemListSnapshot: isDisplayListItemListSnapshot,
155980
- isDomLoading: isDomLoading,
155981
- isDrawFrame: isDrawFrame,
155982
- isDrawLazyPixelRef: isDrawLazyPixelRef,
155983
- isDroppedFrame: isDroppedFrame,
155984
- isEnd: isEnd,
155985
- isEventTiming: isEventTiming,
155986
- isEventTimingEnd: isEventTimingEnd,
155987
- isEventTimingStart: isEventTimingStart,
155988
- isFireAnimationFrame: isFireAnimationFrame,
155989
- isFireIdleCallback: isFireIdleCallback,
155990
- isFirstContentfulPaint: isFirstContentfulPaint,
155991
- isFirstPaint: isFirstPaint,
155992
- isFlowPhase: isFlowPhase,
155993
- isFlowPhaseEvent: isFlowPhaseEvent,
155994
- isFrameCommittedInBrowser: isFrameCommittedInBrowser,
155995
- isFunctionCall: isFunctionCall,
155996
- isGPUTask: isGPUTask,
155997
- isHandlePostMessage: isHandlePostMessage,
155998
- isInstant: isInstant,
155999
- isInteractiveTime: isInteractiveTime,
156000
- isInvalidateLayout: isInvalidateLayout,
156001
- isInvalidationTracking: isInvalidationTracking,
156002
- isJSInvocationEvent: isJSInvocationEvent,
156003
- isJSSample: isJSSample,
156004
- isLargestImagePaintCandidate: isLargestImagePaintCandidate,
156005
- isLargestTextPaintCandidate: isLargestTextPaintCandidate,
156006
- isLayerTreeHostImplSnapshot: isLayerTreeHostImplSnapshot,
156007
- isLayout: isLayout,
156008
- isLayoutImageUnsized: isLayoutImageUnsized,
156009
- isLayoutInvalidationTracking: isLayoutInvalidationTracking,
156010
- isLayoutShift: isLayoutShift,
156011
- isLegacyScreenshot: isLegacyScreenshot,
156012
- isLegacySyntheticScreenshot: isLegacySyntheticScreenshot,
156013
- isLegacyTimelineFrame: isLegacyTimelineFrame,
156014
- isLinkPreconnect: isLinkPreconnect,
156015
- isMainFrameViewport: isMainFrameViewport,
156016
- isMarkDOMContent: isMarkDOMContent,
156017
- isMarkLoad: isMarkLoad,
156018
- isMarkerEvent: isMarkerEvent,
156019
- isMetaCharsetCheck: isMetaCharsetCheck,
156020
- isNavigationStart: isNavigationStart,
156021
- isNeedsBeginFrameChanged: isNeedsBeginFrameChanged,
156022
- isNestableAsyncPhase: isNestableAsyncPhase,
156023
- isNetworkTrackEntry: isNetworkTrackEntry,
156024
- isPaint: isPaint,
156025
- isPaintImage: isPaintImage,
156026
- isPairableAsyncBegin: isPairableAsyncBegin,
156027
- isPairableAsyncEnd: isPairableAsyncEnd,
156028
- isPairableAsyncInstant: isPairableAsyncInstant,
156029
- isParseAuthorStyleSheetEvent: isParseAuthorStyleSheetEvent,
156030
- isParseHTML: isParseHTML,
156031
- isParseMetaViewport: isParseMetaViewport,
156032
- isPerformanceMark: isPerformanceMark,
156033
- isPerformanceMeasure: isPerformanceMeasure,
156034
- isPerformanceMeasureBegin: isPerformanceMeasureBegin,
156035
- isPhaseAsync: isPhaseAsync,
156036
- isPipelineReporter: isPipelineReporter,
156037
- isPrePaint: isPrePaint,
156038
- isPreloadRenderBlockingStatusChangeEvent: isPreloadRenderBlockingStatusChangeEvent,
156039
- isProcessName: isProcessName,
156040
- isProfile: isProfile,
156041
- isProfileCall: isProfileCall,
156042
- isProfileChunk: isProfileChunk,
156043
- isRasterTask: isRasterTask,
156044
- isRecalcStyle: isRecalcStyle,
156045
- isReceivedDataEvent: isReceivedDataEvent,
156046
- isRemoteFontLoaded: isRemoteFontLoaded,
156047
- isRenderFrameImplCreateChildFrame: isRenderFrameImplCreateChildFrame,
156048
- isRendererEvent: isRendererEvent,
156049
- isRequestIdleCallback: isRequestIdleCallback,
156050
- isRequestMainThreadFrame: isRequestMainThreadFrame,
156051
- isResourceChangePriority: isResourceChangePriority,
156052
- isResourceFinish: isResourceFinish,
156053
- isResourceMarkAsCached: isResourceMarkAsCached,
156054
- isResourceReceiveResponse: isResourceReceiveResponse,
156055
- isResourceReceivedData: isResourceReceivedData,
156056
- isResourceSendRequest: isResourceSendRequest,
156057
- isResourceWillSendRequest: isResourceWillSendRequest,
156058
- isRunPostTaskCallback: isRunPostTaskCallback,
156059
- isRunTask: isRunTask,
156060
- isRundownScript: isRundownScript,
156061
- isRundownScriptCompiled: isRundownScriptCompiled,
156062
- isRundownScriptSource: isRundownScriptSource,
156063
- isRundownScriptSourceLarge: isRundownScriptSourceLarge,
156064
- isSchedulePostMessage: isSchedulePostMessage,
156065
- isSchedulePostTaskCallback: isSchedulePostTaskCallback,
156066
- isScheduleStyleInvalidationTracking: isScheduleStyleInvalidationTracking,
156067
- isScheduleStyleRecalculation: isScheduleStyleRecalculation,
156068
- isScreenshot: isScreenshot,
156069
- isScrollLayer: isScrollLayer,
156070
- isSelectorStats: isSelectorStats,
156071
- isSetLayerId: isSetLayerId,
156072
- isSoftLargestContentfulPaintCandidate: isSoftLargestContentfulPaintCandidate,
156073
- isSoftNavigationStart: isSoftNavigationStart,
156074
- isStyleInvalidatorInvalidationTracking: isStyleInvalidatorInvalidationTracking,
156075
- isStyleRecalcInvalidationTracking: isStyleRecalcInvalidationTracking,
156076
- isSyntheticAnimation: isSyntheticAnimation,
156077
- isSyntheticBased: isSyntheticBased,
156078
- isSyntheticConsoleTiming: isSyntheticConsoleTiming,
156079
- isSyntheticCpuProfile: isSyntheticCpuProfile,
156080
- isSyntheticInteraction: isSyntheticInteraction,
156081
- isSyntheticLayoutShift: isSyntheticLayoutShift,
156082
- isSyntheticLayoutShiftCluster: isSyntheticLayoutShiftCluster,
156083
- isSyntheticNetworkRequest: isSyntheticNetworkRequest,
156084
- isSyntheticUserTiming: isSyntheticUserTiming,
156085
- isSyntheticWebSocketConnection: isSyntheticWebSocketConnection,
156086
- isThreadName: isThreadName,
156087
- isTimerFire: isTimerFire,
156088
- isTimerInstall: isTimerInstall,
156089
- isTracingSessionIdForWorker: isTracingSessionIdForWorker,
156090
- isTracingStartedInBrowser: isTracingStartedInBrowser,
156091
- isUpdateCounters: isUpdateCounters,
156092
- isUpdateLayer: isUpdateLayer,
156093
- isUserTiming: isUserTiming,
156094
- isUserTimingMeasure: isUserTimingMeasure,
156095
- isV8Compile: isV8Compile,
156096
- isWebSocketCreate: isWebSocketCreate,
156097
- isWebSocketDestroy: isWebSocketDestroy,
156098
- isWebSocketEvent: isWebSocketEvent,
156099
- isWebSocketInfo: isWebSocketInfo,
156100
- isWebSocketReceiveHandshakeResponse: isWebSocketReceiveHandshakeResponse,
156101
- isWebSocketSendHandshakeRequest: isWebSocketSendHandshakeRequest,
156102
- isWebSocketTraceEvent: isWebSocketTraceEvent,
156103
- isWebSocketTransfer: isWebSocketTransfer,
156104
- objectIsCallFrame: objectIsCallFrame,
156105
- objectIsEvent: objectIsEvent
155943
+ __proto__: null,
155944
+ CallFrameID: CallFrameID,
155945
+ Categories: Categories,
155946
+ MarkerName: MarkerName,
155947
+ NO_NAVIGATION: NO_NAVIGATION,
155948
+ ProcessID: ProcessID,
155949
+ ProfileID: ProfileID,
155950
+ SampleIndex: SampleIndex,
155951
+ get SelectorTimingsKey () { return SelectorTimingsKey; },
155952
+ ThreadID: ThreadID,
155953
+ VALID_PROFILE_SOURCES: VALID_PROFILE_SOURCES,
155954
+ WorkerId: WorkerId,
155955
+ eventIsPageLoadEvent: eventIsPageLoadEvent,
155956
+ isAbortPostTaskCallback: isAbortPostTaskCallback,
155957
+ isActivateLayerTree: isActivateLayerTree,
155958
+ isAnimation: isAnimation,
155959
+ isAnimationFrameAsyncEnd: isAnimationFrameAsyncEnd,
155960
+ isAnimationFrameAsyncStart: isAnimationFrameAsyncStart,
155961
+ isAnimationFramePresentation: isAnimationFramePresentation,
155962
+ isAnyLargestContentfulPaintCandidate: isAnyLargestContentfulPaintCandidate,
155963
+ isAnyScriptSourceEvent: isAnyScriptSourceEvent,
155964
+ isAuctionWorkletDoneWithProcess: isAuctionWorkletDoneWithProcess,
155965
+ isAuctionWorkletRunningInProcess: isAuctionWorkletRunningInProcess,
155966
+ isBegin: isBegin,
155967
+ isBeginCommitCompositorFrame: isBeginCommitCompositorFrame,
155968
+ isBeginFrame: isBeginFrame,
155969
+ isBeginMainThreadFrame: isBeginMainThreadFrame,
155970
+ isBeginRemoteFontLoad: isBeginRemoteFontLoad,
155971
+ isCommit: isCommit,
155972
+ isCommitLoad: isCommitLoad,
155973
+ isComplete: isComplete,
155974
+ isCompositeLayers: isCompositeLayers,
155975
+ isConsoleRunTask: isConsoleRunTask,
155976
+ isConsoleTime: isConsoleTime,
155977
+ isConsoleTimeStamp: isConsoleTimeStamp,
155978
+ isDOMStats: isDOMStats,
155979
+ isDebuggerAsyncTaskRun: isDebuggerAsyncTaskRun,
155980
+ isDebuggerAsyncTaskScheduled: isDebuggerAsyncTaskScheduled,
155981
+ isDecodeImage: isDecodeImage,
155982
+ isDecodeLazyPixelRef: isDecodeLazyPixelRef,
155983
+ isDidCommitSameDocumentNavigation: isDidCommitSameDocumentNavigation,
155984
+ isDispatch: isDispatch,
155985
+ isDisplayListItemListSnapshot: isDisplayListItemListSnapshot,
155986
+ isDomLoading: isDomLoading,
155987
+ isDrawFrame: isDrawFrame,
155988
+ isDrawLazyPixelRef: isDrawLazyPixelRef,
155989
+ isDroppedFrame: isDroppedFrame,
155990
+ isEnd: isEnd,
155991
+ isEventTiming: isEventTiming,
155992
+ isEventTimingEnd: isEventTimingEnd,
155993
+ isEventTimingStart: isEventTimingStart,
155994
+ isFireAnimationFrame: isFireAnimationFrame,
155995
+ isFireIdleCallback: isFireIdleCallback,
155996
+ isFirstContentfulPaint: isFirstContentfulPaint,
155997
+ isFirstPaint: isFirstPaint,
155998
+ isFlowPhase: isFlowPhase,
155999
+ isFlowPhaseEvent: isFlowPhaseEvent,
156000
+ isFrameCommittedInBrowser: isFrameCommittedInBrowser,
156001
+ isFunctionCall: isFunctionCall,
156002
+ isGPUTask: isGPUTask,
156003
+ isHandlePostMessage: isHandlePostMessage,
156004
+ isInstant: isInstant,
156005
+ isInteractiveTime: isInteractiveTime,
156006
+ isInvalidateLayout: isInvalidateLayout,
156007
+ isInvalidationTracking: isInvalidationTracking,
156008
+ isJSInvocationEvent: isJSInvocationEvent,
156009
+ isJSSample: isJSSample,
156010
+ isLargestImagePaintCandidate: isLargestImagePaintCandidate,
156011
+ isLargestTextPaintCandidate: isLargestTextPaintCandidate,
156012
+ isLayerTreeHostImplSnapshot: isLayerTreeHostImplSnapshot,
156013
+ isLayout: isLayout,
156014
+ isLayoutImageUnsized: isLayoutImageUnsized,
156015
+ isLayoutInvalidationTracking: isLayoutInvalidationTracking,
156016
+ isLayoutShift: isLayoutShift,
156017
+ isLegacyScreenshot: isLegacyScreenshot,
156018
+ isLegacySyntheticScreenshot: isLegacySyntheticScreenshot,
156019
+ isLegacyTimelineFrame: isLegacyTimelineFrame,
156020
+ isLinkPreconnect: isLinkPreconnect,
156021
+ isMainFrameViewport: isMainFrameViewport,
156022
+ isMarkDOMContent: isMarkDOMContent,
156023
+ isMarkLoad: isMarkLoad,
156024
+ isMarkerEvent: isMarkerEvent,
156025
+ isMetaCharsetCheck: isMetaCharsetCheck,
156026
+ isNavigationStart: isNavigationStart,
156027
+ isNeedsBeginFrameChanged: isNeedsBeginFrameChanged,
156028
+ isNestableAsyncPhase: isNestableAsyncPhase,
156029
+ isNetworkTrackEntry: isNetworkTrackEntry,
156030
+ isPaint: isPaint,
156031
+ isPaintImage: isPaintImage,
156032
+ isPairableAsyncBegin: isPairableAsyncBegin,
156033
+ isPairableAsyncEnd: isPairableAsyncEnd,
156034
+ isPairableAsyncInstant: isPairableAsyncInstant,
156035
+ isParseAuthorStyleSheetEvent: isParseAuthorStyleSheetEvent,
156036
+ isParseHTML: isParseHTML,
156037
+ isParseMetaViewport: isParseMetaViewport,
156038
+ isPerformanceMark: isPerformanceMark,
156039
+ isPerformanceMeasure: isPerformanceMeasure,
156040
+ isPerformanceMeasureBegin: isPerformanceMeasureBegin,
156041
+ isPhaseAsync: isPhaseAsync,
156042
+ isPipelineReporter: isPipelineReporter,
156043
+ isPrePaint: isPrePaint,
156044
+ isPreloadRenderBlockingStatusChangeEvent: isPreloadRenderBlockingStatusChangeEvent,
156045
+ isProcessName: isProcessName,
156046
+ isProfile: isProfile,
156047
+ isProfileCall: isProfileCall,
156048
+ isProfileChunk: isProfileChunk,
156049
+ isRasterTask: isRasterTask,
156050
+ isRecalcStyle: isRecalcStyle,
156051
+ isReceivedDataEvent: isReceivedDataEvent,
156052
+ isRemoteFontLoaded: isRemoteFontLoaded,
156053
+ isRenderFrameImplCreateChildFrame: isRenderFrameImplCreateChildFrame,
156054
+ isRendererEvent: isRendererEvent,
156055
+ isRequestIdleCallback: isRequestIdleCallback,
156056
+ isRequestMainThreadFrame: isRequestMainThreadFrame,
156057
+ isResourceChangePriority: isResourceChangePriority,
156058
+ isResourceFinish: isResourceFinish,
156059
+ isResourceMarkAsCached: isResourceMarkAsCached,
156060
+ isResourceReceiveResponse: isResourceReceiveResponse,
156061
+ isResourceReceivedData: isResourceReceivedData,
156062
+ isResourceSendRequest: isResourceSendRequest,
156063
+ isResourceWillSendRequest: isResourceWillSendRequest,
156064
+ isRunPostTaskCallback: isRunPostTaskCallback,
156065
+ isRunTask: isRunTask,
156066
+ isRundownScript: isRundownScript,
156067
+ isRundownScriptCompiled: isRundownScriptCompiled,
156068
+ isRundownScriptSource: isRundownScriptSource,
156069
+ isRundownScriptSourceLarge: isRundownScriptSourceLarge,
156070
+ isSchedulePostMessage: isSchedulePostMessage,
156071
+ isSchedulePostTaskCallback: isSchedulePostTaskCallback,
156072
+ isScheduleStyleInvalidationTracking: isScheduleStyleInvalidationTracking,
156073
+ isScheduleStyleRecalculation: isScheduleStyleRecalculation,
156074
+ isScreenshot: isScreenshot,
156075
+ isScrollLayer: isScrollLayer,
156076
+ isSelectorStats: isSelectorStats,
156077
+ isSetLayerId: isSetLayerId,
156078
+ isSoftLargestContentfulPaintCandidate: isSoftLargestContentfulPaintCandidate,
156079
+ isSoftNavigationStart: isSoftNavigationStart,
156080
+ isStyleInvalidatorInvalidationTracking: isStyleInvalidatorInvalidationTracking,
156081
+ isStyleRecalcInvalidationTracking: isStyleRecalcInvalidationTracking,
156082
+ isSyntheticAnimation: isSyntheticAnimation,
156083
+ isSyntheticBased: isSyntheticBased,
156084
+ isSyntheticConsoleTiming: isSyntheticConsoleTiming,
156085
+ isSyntheticCpuProfile: isSyntheticCpuProfile,
156086
+ isSyntheticInteraction: isSyntheticInteraction,
156087
+ isSyntheticLayoutShift: isSyntheticLayoutShift,
156088
+ isSyntheticLayoutShiftCluster: isSyntheticLayoutShiftCluster,
156089
+ isSyntheticNetworkRequest: isSyntheticNetworkRequest,
156090
+ isSyntheticUserTiming: isSyntheticUserTiming,
156091
+ isSyntheticWebSocketConnection: isSyntheticWebSocketConnection,
156092
+ isThreadName: isThreadName,
156093
+ isTimerFire: isTimerFire,
156094
+ isTimerInstall: isTimerInstall,
156095
+ isTracingSessionIdForWorker: isTracingSessionIdForWorker,
156096
+ isTracingStartedInBrowser: isTracingStartedInBrowser,
156097
+ isUpdateCounters: isUpdateCounters,
156098
+ isUpdateLayer: isUpdateLayer,
156099
+ isUserTiming: isUserTiming,
156100
+ isUserTimingMeasure: isUserTimingMeasure,
156101
+ isV8Compile: isV8Compile,
156102
+ isWebSocketCreate: isWebSocketCreate,
156103
+ isWebSocketDestroy: isWebSocketDestroy,
156104
+ isWebSocketEvent: isWebSocketEvent,
156105
+ isWebSocketInfo: isWebSocketInfo,
156106
+ isWebSocketReceiveHandshakeResponse: isWebSocketReceiveHandshakeResponse,
156107
+ isWebSocketSendHandshakeRequest: isWebSocketSendHandshakeRequest,
156108
+ isWebSocketTraceEvent: isWebSocketTraceEvent,
156109
+ isWebSocketTransfer: isWebSocketTransfer,
156110
+ objectIsCallFrame: objectIsCallFrame,
156111
+ objectIsEvent: objectIsEvent
156106
156112
  });
156107
156113
 
156108
156114
  // Copyright 2022 The Chromium Authors
156109
156115
 
156110
156116
  var types$3 = /*#__PURE__*/Object.freeze({
156111
- __proto__: null,
156112
- Configuration: Configuration,
156113
- Events: TraceEvents,
156114
- Extensions: Extensions$1,
156115
- File: File$1,
156116
- Overlays: Overlays,
156117
- Timing: Timing$1
156117
+ __proto__: null,
156118
+ Configuration: Configuration,
156119
+ Events: TraceEvents,
156120
+ Extensions: Extensions$1,
156121
+ File: File$1,
156122
+ Overlays: Overlays,
156123
+ Timing: Timing$1
156118
156124
  });
156119
156125
 
156120
156126
  // Copyright 2024 The Chromium Authors
@@ -156264,13 +156270,13 @@ function addNetworkRequestToEntityMapping(networkRequest, entityMappings, reques
156264
156270
  }
156265
156271
 
156266
156272
  var helpers$1 = /*#__PURE__*/Object.freeze({
156267
- __proto__: null,
156268
- addEventToEntityMapping: addEventToEntityMapping,
156269
- addNetworkRequestToEntityMapping: addNetworkRequestToEntityMapping,
156270
- getEntityForEvent: getEntityForEvent,
156271
- getEntityForUrl: getEntityForUrl,
156272
- getNonResolvedURL: getNonResolvedURL,
156273
- makeUpEntity: makeUpEntity
156273
+ __proto__: null,
156274
+ addEventToEntityMapping: addEventToEntityMapping,
156275
+ addNetworkRequestToEntityMapping: addNetworkRequestToEntityMapping,
156276
+ getEntityForEvent: getEntityForEvent,
156277
+ getEntityForUrl: getEntityForUrl,
156278
+ getNonResolvedURL: getNonResolvedURL,
156279
+ makeUpEntity: makeUpEntity
156274
156280
  });
156275
156281
 
156276
156282
  // Copyright 2024 The Chromium Authors
@@ -156331,8 +156337,8 @@ class SyntheticEventsManager {
156331
156337
  }
156332
156338
 
156333
156339
  var SyntheticEvents = /*#__PURE__*/Object.freeze({
156334
- __proto__: null,
156335
- SyntheticEventsManager: SyntheticEventsManager
156340
+ __proto__: null,
156341
+ SyntheticEventsManager: SyntheticEventsManager
156336
156342
  });
156337
156343
 
156338
156344
  // Copyright 2022 The Chromium Authors
@@ -156500,28 +156506,28 @@ function windowsEqual(w1, w2) {
156500
156506
  }
156501
156507
 
156502
156508
  var Timing = /*#__PURE__*/Object.freeze({
156503
- __proto__: null,
156504
- boundsIncludeTimeRange: boundsIncludeTimeRange,
156505
- combineTraceWindowsMicro: combineTraceWindowsMicro,
156506
- eventIsInBounds: eventIsInBounds,
156507
- eventTimingsMicroSeconds: eventTimingsMicroSeconds,
156508
- eventTimingsMilliSeconds: eventTimingsMilliSeconds,
156509
- expandWindowByPercentOrToOneMillisecond: expandWindowByPercentOrToOneMillisecond,
156510
- microToMilli: microToMilli,
156511
- microToSeconds: microToSeconds,
156512
- milliToMicro: milliToMicro,
156513
- secondsToMicro: secondsToMicro,
156514
- secondsToMilli: secondsToMilli,
156515
- timeStampForEventAdjustedByClosestNavigation: timeStampForEventAdjustedByClosestNavigation,
156516
- timestampIsInBounds: timestampIsInBounds,
156517
- traceWindowFromEvent: traceWindowFromEvent,
156518
- traceWindowFromMicroSeconds: traceWindowFromMicroSeconds,
156519
- traceWindowFromMilliSeconds: traceWindowFromMilliSeconds,
156520
- traceWindowFromOverlay: traceWindowFromOverlay,
156521
- traceWindowMicroSecondsToMilliSeconds: traceWindowMicroSecondsToMilliSeconds,
156522
- traceWindowMilliSeconds: traceWindowMilliSeconds,
156523
- windowFitsInsideBounds: windowFitsInsideBounds,
156524
- windowsEqual: windowsEqual
156509
+ __proto__: null,
156510
+ boundsIncludeTimeRange: boundsIncludeTimeRange,
156511
+ combineTraceWindowsMicro: combineTraceWindowsMicro,
156512
+ eventIsInBounds: eventIsInBounds,
156513
+ eventTimingsMicroSeconds: eventTimingsMicroSeconds,
156514
+ eventTimingsMilliSeconds: eventTimingsMilliSeconds,
156515
+ expandWindowByPercentOrToOneMillisecond: expandWindowByPercentOrToOneMillisecond,
156516
+ microToMilli: microToMilli,
156517
+ microToSeconds: microToSeconds,
156518
+ milliToMicro: milliToMicro,
156519
+ secondsToMicro: secondsToMicro,
156520
+ secondsToMilli: secondsToMilli,
156521
+ timeStampForEventAdjustedByClosestNavigation: timeStampForEventAdjustedByClosestNavigation,
156522
+ timestampIsInBounds: timestampIsInBounds,
156523
+ traceWindowFromEvent: traceWindowFromEvent,
156524
+ traceWindowFromMicroSeconds: traceWindowFromMicroSeconds,
156525
+ traceWindowFromMilliSeconds: traceWindowFromMilliSeconds,
156526
+ traceWindowFromOverlay: traceWindowFromOverlay,
156527
+ traceWindowMicroSecondsToMilliSeconds: traceWindowMicroSecondsToMilliSeconds,
156528
+ traceWindowMilliSeconds: traceWindowMilliSeconds,
156529
+ windowFitsInsideBounds: windowFitsInsideBounds,
156530
+ windowsEqual: windowsEqual
156525
156531
  });
156526
156532
 
156527
156533
  // Copyright 2022 The Chromium Authors
@@ -157142,38 +157148,38 @@ const VISIBLE_TRACE_EVENT_TYPES = new Set([
157142
157148
  ]);
157143
157149
 
157144
157150
  var Trace = /*#__PURE__*/Object.freeze({
157145
- __proto__: null,
157146
- VISIBLE_TRACE_EVENT_TYPES: VISIBLE_TRACE_EVENT_TYPES,
157147
- activeURLForFrameAtTime: activeURLForFrameAtTime,
157148
- addEventToProcessThread: addEventToProcessThread,
157149
- compareBeginAndEnd: compareBeginAndEnd,
157150
- createMatchedSortedSyntheticEvents: createMatchedSortedSyntheticEvents,
157151
- eventContainsTimestamp: eventContainsTimestamp,
157152
- eventHasCategory: eventHasCategory,
157153
- eventTimeComparator: eventTimeComparator,
157154
- extractId: extractId,
157155
- extractOriginFromTrace: extractOriginFromTrace,
157156
- extractSampleTraceId: extractSampleTraceId,
157157
- findNextEventAfterTimestamp: findNextEventAfterTimestamp,
157158
- findPreviousEventBeforeTimestamp: findPreviousEventBeforeTimestamp,
157159
- findRecalcStyleEvents: findRecalcStyleEvents,
157160
- forEachEvent: forEachEvent,
157161
- frameIDForEvent: frameIDForEvent,
157162
- getNavigationForTraceEvent: getNavigationForTraceEvent,
157163
- getStackTraceTopCallFrameInEventPayload: getStackTraceTopCallFrameInEventPayload,
157164
- getSyntheticId: getSyntheticId,
157165
- getZeroIndexedLineAndColumnForEvent: getZeroIndexedLineAndColumnForEvent,
157166
- getZeroIndexedStackTraceInEventPayload: getZeroIndexedStackTraceInEventPayload,
157167
- isExtensionUrl: isExtensionUrl,
157168
- isMatchingCallFrame: isMatchingCallFrame,
157169
- isTopLevelEvent: isTopLevelEvent,
157170
- makeProfileCall: makeProfileCall,
157171
- makeZeroBasedCallFrame: makeZeroBasedCallFrame,
157172
- mergeEventsInOrder: mergeEventsInOrder,
157173
- parseDevtoolsDetails: parseDevtoolsDetails,
157174
- rawCallFrameForEntry: rawCallFrameForEntry,
157175
- sortTraceEventsInPlace: sortTraceEventsInPlace,
157176
- stackTraceInEvent: stackTraceInEvent
157151
+ __proto__: null,
157152
+ VISIBLE_TRACE_EVENT_TYPES: VISIBLE_TRACE_EVENT_TYPES,
157153
+ activeURLForFrameAtTime: activeURLForFrameAtTime,
157154
+ addEventToProcessThread: addEventToProcessThread,
157155
+ compareBeginAndEnd: compareBeginAndEnd,
157156
+ createMatchedSortedSyntheticEvents: createMatchedSortedSyntheticEvents,
157157
+ eventContainsTimestamp: eventContainsTimestamp,
157158
+ eventHasCategory: eventHasCategory,
157159
+ eventTimeComparator: eventTimeComparator,
157160
+ extractId: extractId,
157161
+ extractOriginFromTrace: extractOriginFromTrace,
157162
+ extractSampleTraceId: extractSampleTraceId,
157163
+ findNextEventAfterTimestamp: findNextEventAfterTimestamp,
157164
+ findPreviousEventBeforeTimestamp: findPreviousEventBeforeTimestamp,
157165
+ findRecalcStyleEvents: findRecalcStyleEvents,
157166
+ forEachEvent: forEachEvent,
157167
+ frameIDForEvent: frameIDForEvent,
157168
+ getNavigationForTraceEvent: getNavigationForTraceEvent,
157169
+ getStackTraceTopCallFrameInEventPayload: getStackTraceTopCallFrameInEventPayload,
157170
+ getSyntheticId: getSyntheticId,
157171
+ getZeroIndexedLineAndColumnForEvent: getZeroIndexedLineAndColumnForEvent,
157172
+ getZeroIndexedStackTraceInEventPayload: getZeroIndexedStackTraceInEventPayload,
157173
+ isExtensionUrl: isExtensionUrl,
157174
+ isMatchingCallFrame: isMatchingCallFrame,
157175
+ isTopLevelEvent: isTopLevelEvent,
157176
+ makeProfileCall: makeProfileCall,
157177
+ makeZeroBasedCallFrame: makeZeroBasedCallFrame,
157178
+ mergeEventsInOrder: mergeEventsInOrder,
157179
+ parseDevtoolsDetails: parseDevtoolsDetails,
157180
+ rawCallFrameForEntry: rawCallFrameForEntry,
157181
+ sortTraceEventsInPlace: sortTraceEventsInPlace,
157182
+ stackTraceInEvent: stackTraceInEvent
157177
157183
  });
157178
157184
 
157179
157185
  // Copyright 2023 The Chromium Authors
@@ -157308,14 +157314,14 @@ function canBuildTreesFromEvents(events) {
157308
157314
  }
157309
157315
 
157310
157316
  var TreeHelpers = /*#__PURE__*/Object.freeze({
157311
- __proto__: null,
157312
- canBuildTreesFromEvents: canBuildTreesFromEvents,
157313
- makeEmptyTraceEntryNode: makeEmptyTraceEntryNode,
157314
- makeEmptyTraceEntryTree: makeEmptyTraceEntryTree,
157315
- makeTraceEntryNodeId: makeTraceEntryNodeId,
157316
- treify: treify,
157317
- walkEntireTree: walkEntireTree,
157318
- walkTreeFromEntry: walkTreeFromEntry
157317
+ __proto__: null,
157318
+ canBuildTreesFromEvents: canBuildTreesFromEvents,
157319
+ makeEmptyTraceEntryNode: makeEmptyTraceEntryNode,
157320
+ makeEmptyTraceEntryTree: makeEmptyTraceEntryTree,
157321
+ makeTraceEntryNodeId: makeTraceEntryNodeId,
157322
+ treify: treify,
157323
+ walkEntireTree: walkEntireTree,
157324
+ walkTreeFromEntry: walkTreeFromEntry
157319
157325
  });
157320
157326
 
157321
157327
  // Copyright 2024 The Chromium Authors
@@ -157349,8 +157355,8 @@ function buildTrackDataFromExtensionEntries(extensionEntries, extensionTrackData
157349
157355
  }
157350
157356
 
157351
157357
  var Extensions = /*#__PURE__*/Object.freeze({
157352
- __proto__: null,
157353
- buildTrackDataFromExtensionEntries: buildTrackDataFromExtensionEntries
157358
+ __proto__: null,
157359
+ buildTrackDataFromExtensionEntries: buildTrackDataFromExtensionEntries
157354
157360
  });
157355
157361
 
157356
157362
  const NON_RENDER_BLOCKING_VALUES = new Set([
@@ -157429,14 +157435,14 @@ function isSyntheticNetworkRequestLocalhost(event) {
157429
157435
  }
157430
157436
 
157431
157437
  var Network = /*#__PURE__*/Object.freeze({
157432
- __proto__: null,
157433
- CACHEABLE_STATUS_CODES: CACHEABLE_STATUS_CODES,
157434
- NON_NETWORK_SCHEMES: NON_NETWORK_SCHEMES$1,
157435
- STATIC_RESOURCE_TYPES: STATIC_RESOURCE_TYPES,
157436
- isSyntheticNetworkRequestEventRenderBlocking: isSyntheticNetworkRequestEventRenderBlocking,
157437
- isSyntheticNetworkRequestHighPriority: isSyntheticNetworkRequestHighPriority,
157438
- isSyntheticNetworkRequestLocalhost: isSyntheticNetworkRequestLocalhost,
157439
- parseCacheControl: parseCacheControl
157438
+ __proto__: null,
157439
+ CACHEABLE_STATUS_CODES: CACHEABLE_STATUS_CODES,
157440
+ NON_NETWORK_SCHEMES: NON_NETWORK_SCHEMES$1,
157441
+ STATIC_RESOURCE_TYPES: STATIC_RESOURCE_TYPES,
157442
+ isSyntheticNetworkRequestEventRenderBlocking: isSyntheticNetworkRequestEventRenderBlocking,
157443
+ isSyntheticNetworkRequestHighPriority: isSyntheticNetworkRequestHighPriority,
157444
+ isSyntheticNetworkRequestLocalhost: isSyntheticNetworkRequestLocalhost,
157445
+ parseCacheControl: parseCacheControl
157440
157446
  });
157441
157447
 
157442
157448
  // Copyright 2023 The Chromium Authors
@@ -157731,21 +157737,21 @@ class SamplesIntegrator {
157731
157737
  _a$2 = SamplesIntegrator;
157732
157738
 
157733
157739
  var SamplesIntegrator$1 = /*#__PURE__*/Object.freeze({
157734
- __proto__: null,
157735
- SamplesIntegrator: SamplesIntegrator
157740
+ __proto__: null,
157741
+ SamplesIntegrator: SamplesIntegrator
157736
157742
  });
157737
157743
 
157738
157744
  // Copyright 2022 The Chromium Authors
157739
157745
 
157740
157746
  var helpers = /*#__PURE__*/Object.freeze({
157741
- __proto__: null,
157742
- Extensions: Extensions,
157743
- Network: Network,
157744
- SamplesIntegrator: SamplesIntegrator$1,
157745
- SyntheticEvents: SyntheticEvents,
157746
- Timing: Timing,
157747
- Trace: Trace,
157748
- TreeHelpers: TreeHelpers
157747
+ __proto__: null,
157748
+ Extensions: Extensions,
157749
+ Network: Network,
157750
+ SamplesIntegrator: SamplesIntegrator$1,
157751
+ SyntheticEvents: SyntheticEvents,
157752
+ Timing: Timing,
157753
+ Trace: Trace,
157754
+ TreeHelpers: TreeHelpers
157749
157755
  });
157750
157756
 
157751
157757
  // Copyright 2024 The Chromium Authors
@@ -157837,13 +157843,13 @@ function deps$f() {
157837
157843
  }
157838
157844
 
157839
157845
  var AnimationFramesHandler = /*#__PURE__*/Object.freeze({
157840
- __proto__: null,
157841
- data: data$t,
157842
- deps: deps$f,
157843
- finalize: finalize$M,
157844
- handleEvent: handleEvent$t,
157845
- handleUserConfig: handleUserConfig$2,
157846
- reset: reset$t
157846
+ __proto__: null,
157847
+ data: data$t,
157848
+ deps: deps$f,
157849
+ finalize: finalize$M,
157850
+ handleEvent: handleEvent$t,
157851
+ handleUserConfig: handleUserConfig$2,
157852
+ reset: reset$t
157847
157853
  });
157848
157854
 
157849
157855
  // Copyright 2022 The Chromium Authors
@@ -157870,11 +157876,11 @@ function data$s() {
157870
157876
  }
157871
157877
 
157872
157878
  var AnimationHandler = /*#__PURE__*/Object.freeze({
157873
- __proto__: null,
157874
- data: data$s,
157875
- finalize: finalize$L,
157876
- handleEvent: handleEvent$s,
157877
- reset: reset$s
157879
+ __proto__: null,
157880
+ data: data$s,
157881
+ finalize: finalize$L,
157882
+ handleEvent: handleEvent$s,
157883
+ reset: reset$s
157878
157884
  });
157879
157885
 
157880
157886
  // Copyright 2024 The Chromium Authors
@@ -157967,11 +157973,11 @@ function data$r() {
157967
157973
  }
157968
157974
 
157969
157975
  var FlowsHandler = /*#__PURE__*/Object.freeze({
157970
- __proto__: null,
157971
- data: data$r,
157972
- finalize: finalize$K,
157973
- handleEvent: handleEvent$r,
157974
- reset: reset$r
157976
+ __proto__: null,
157977
+ data: data$r,
157978
+ finalize: finalize$K,
157979
+ handleEvent: handleEvent$r,
157980
+ reset: reset$r
157975
157981
  });
157976
157982
 
157977
157983
  // Copyright 2023 The Chromium Authors
@@ -158084,11 +158090,11 @@ function data$q() {
158084
158090
  }
158085
158091
 
158086
158092
  var AuctionWorkletsHandler = /*#__PURE__*/Object.freeze({
158087
- __proto__: null,
158088
- data: data$q,
158089
- finalize: finalize$J,
158090
- handleEvent: handleEvent$q,
158091
- reset: reset$q
158093
+ __proto__: null,
158094
+ data: data$q,
158095
+ finalize: finalize$J,
158096
+ handleEvent: handleEvent$q,
158097
+ reset: reset$q
158092
158098
  });
158093
158099
 
158094
158100
  // Copyright 2022 The Chromium Authors
@@ -158379,11 +158385,11 @@ function data$p() {
158379
158385
  }
158380
158386
 
158381
158387
  var MetaHandler = /*#__PURE__*/Object.freeze({
158382
- __proto__: null,
158383
- data: data$p,
158384
- finalize: finalize$I,
158385
- handleEvent: handleEvent$p,
158386
- reset: reset$p
158388
+ __proto__: null,
158389
+ data: data$p,
158390
+ finalize: finalize$I,
158391
+ handleEvent: handleEvent$p,
158392
+ reset: reset$p
158387
158393
  });
158388
158394
 
158389
158395
  // Copyright 2022 The Chromium Authors
@@ -158816,12 +158822,12 @@ function createSyntheticWebSocketConnection(startEvent, endEvent, firstRecordedE
158816
158822
  }
158817
158823
 
158818
158824
  var NetworkRequestsHandler = /*#__PURE__*/Object.freeze({
158819
- __proto__: null,
158820
- data: data$o,
158821
- deps: deps$e,
158822
- finalize: finalize$H,
158823
- handleEvent: handleEvent$o,
158824
- reset: reset$o
158825
+ __proto__: null,
158826
+ data: data$o,
158827
+ deps: deps$e,
158828
+ finalize: finalize$H,
158829
+ handleEvent: handleEvent$o,
158830
+ reset: reset$o
158825
158831
  });
158826
158832
 
158827
158833
  // Copyright 2016 The Chromium Authors
@@ -159504,12 +159510,12 @@ function getProfileCallFunctionName(data, entry) {
159504
159510
  }
159505
159511
 
159506
159512
  var SamplesHandler = /*#__PURE__*/Object.freeze({
159507
- __proto__: null,
159508
- data: data$n,
159509
- finalize: finalize$G,
159510
- getProfileCallFunctionName: getProfileCallFunctionName,
159511
- handleEvent: handleEvent$n,
159512
- reset: reset$n
159513
+ __proto__: null,
159514
+ data: data$n,
159515
+ finalize: finalize$G,
159516
+ getProfileCallFunctionName: getProfileCallFunctionName,
159517
+ handleEvent: handleEvent$n,
159518
+ reset: reset$n
159513
159519
  });
159514
159520
 
159515
159521
  // Copyright 2022 The Chromium Authors
@@ -159749,21 +159755,21 @@ function deps$d() {
159749
159755
  }
159750
159756
 
159751
159757
  var RendererHandler = /*#__PURE__*/Object.freeze({
159752
- __proto__: null,
159753
- assignIsMainFrame: assignIsMainFrame,
159754
- assignMeta: assignMeta,
159755
- assignOrigin: assignOrigin,
159756
- assignThreadName: assignThreadName,
159757
- buildHierarchy: buildHierarchy,
159758
- data: data$m,
159759
- deps: deps$d,
159760
- finalize: finalize$F,
159761
- handleEvent: handleEvent$m,
159762
- handleUserConfig: handleUserConfig$1,
159763
- makeCompleteEvent: makeCompleteEvent,
159764
- reset: reset$m,
159765
- sanitizeProcesses: sanitizeProcesses,
159766
- sanitizeThreads: sanitizeThreads
159758
+ __proto__: null,
159759
+ assignIsMainFrame: assignIsMainFrame,
159760
+ assignMeta: assignMeta,
159761
+ assignOrigin: assignOrigin,
159762
+ assignThreadName: assignThreadName,
159763
+ buildHierarchy: buildHierarchy,
159764
+ data: data$m,
159765
+ deps: deps$d,
159766
+ finalize: finalize$F,
159767
+ handleEvent: handleEvent$m,
159768
+ handleUserConfig: handleUserConfig$1,
159769
+ makeCompleteEvent: makeCompleteEvent,
159770
+ reset: reset$m,
159771
+ sanitizeProcesses: sanitizeProcesses,
159772
+ sanitizeThreads: sanitizeThreads
159767
159773
  });
159768
159774
 
159769
159775
  // Copyright 2024 The Chromium Authors
@@ -159868,12 +159874,12 @@ function deps$c() {
159868
159874
  }
159869
159875
 
159870
159876
  var AsyncJSCallsHandler = /*#__PURE__*/Object.freeze({
159871
- __proto__: null,
159872
- data: data$l,
159873
- deps: deps$c,
159874
- finalize: finalize$E,
159875
- handleEvent: handleEvent$l,
159876
- reset: reset$l
159877
+ __proto__: null,
159878
+ data: data$l,
159879
+ deps: deps$c,
159880
+ finalize: finalize$E,
159881
+ handleEvent: handleEvent$l,
159882
+ reset: reset$l
159877
159883
  });
159878
159884
 
159879
159885
  // Copyright 2025 The Chromium Authors
@@ -159895,11 +159901,11 @@ function data$k() {
159895
159901
  }
159896
159902
 
159897
159903
  var DOMStatsHandler = /*#__PURE__*/Object.freeze({
159898
- __proto__: null,
159899
- data: data$k,
159900
- finalize: finalize$D,
159901
- handleEvent: handleEvent$k,
159902
- reset: reset$k
159904
+ __proto__: null,
159905
+ data: data$k,
159906
+ finalize: finalize$D,
159907
+ handleEvent: handleEvent$k,
159908
+ reset: reset$k
159903
159909
  });
159904
159910
 
159905
159911
  // Copyright 2022 The Chromium Authors
@@ -160038,12 +160044,12 @@ function data$j() {
160038
160044
  }
160039
160045
 
160040
160046
  var UserTimingsHandler = /*#__PURE__*/Object.freeze({
160041
- __proto__: null,
160042
- data: data$j,
160043
- finalize: finalize$C,
160044
- handleEvent: handleEvent$j,
160045
- reset: reset$j,
160046
- userTimingComparator: userTimingComparator
160047
+ __proto__: null,
160048
+ data: data$j,
160049
+ finalize: finalize$C,
160050
+ handleEvent: handleEvent$j,
160051
+ reset: reset$j,
160052
+ userTimingComparator: userTimingComparator
160047
160053
  });
160048
160054
 
160049
160055
  // Copyright 2024 The Chromium Authors
@@ -160205,16 +160211,16 @@ function deps$b() {
160205
160211
  }
160206
160212
 
160207
160213
  var ExtensionTraceDataHandler = /*#__PURE__*/Object.freeze({
160208
- __proto__: null,
160209
- data: data$i,
160210
- deps: deps$b,
160211
- extensionDataInConsoleTimeStamp: extensionDataInConsoleTimeStamp,
160212
- extensionDataInPerformanceTiming: extensionDataInPerformanceTiming,
160213
- extractConsoleAPIExtensionEntries: extractConsoleAPIExtensionEntries,
160214
- extractPerformanceAPIExtensionEntries: extractPerformanceAPIExtensionEntries,
160215
- finalize: finalize$B,
160216
- handleEvent: handleEvent$i,
160217
- reset: reset$i
160214
+ __proto__: null,
160215
+ data: data$i,
160216
+ deps: deps$b,
160217
+ extensionDataInConsoleTimeStamp: extensionDataInConsoleTimeStamp,
160218
+ extensionDataInPerformanceTiming: extensionDataInPerformanceTiming,
160219
+ extractConsoleAPIExtensionEntries: extractConsoleAPIExtensionEntries,
160220
+ extractPerformanceAPIExtensionEntries: extractPerformanceAPIExtensionEntries,
160221
+ finalize: finalize$B,
160222
+ handleEvent: handleEvent$i,
160223
+ reset: reset$i
160218
160224
  });
160219
160225
 
160220
160226
  // Copyright 2023 The Chromium Authors
@@ -160297,12 +160303,12 @@ function deps$a() {
160297
160303
  }
160298
160304
 
160299
160305
  var LayerTreeHandler = /*#__PURE__*/Object.freeze({
160300
- __proto__: null,
160301
- data: data$h,
160302
- deps: deps$a,
160303
- finalize: finalize$A,
160304
- handleEvent: handleEvent$h,
160305
- reset: reset$h
160306
+ __proto__: null,
160307
+ data: data$h,
160308
+ deps: deps$a,
160309
+ finalize: finalize$A,
160310
+ handleEvent: handleEvent$h,
160311
+ reset: reset$h
160306
160312
  });
160307
160313
 
160308
160314
  function getThreadTypeForRendererThread(pid, thread, auctionWorkletsData) {
@@ -160384,9 +160390,9 @@ function threadsInTrace(handlerData) {
160384
160390
  }
160385
160391
 
160386
160392
  var Threads = /*#__PURE__*/Object.freeze({
160387
- __proto__: null,
160388
- threadsInRenderer: threadsInRenderer,
160389
- threadsInTrace: threadsInTrace
160393
+ __proto__: null,
160394
+ threadsInRenderer: threadsInRenderer,
160395
+ threadsInTrace: threadsInTrace
160390
160396
  });
160391
160397
 
160392
160398
  // Copyright 2023 The Chromium Authors
@@ -160793,17 +160799,17 @@ function framesWithinWindow(frames, startTime, endTime) {
160793
160799
  }
160794
160800
 
160795
160801
  var FramesHandler = /*#__PURE__*/Object.freeze({
160796
- __proto__: null,
160797
- LayerPaintEvent: LayerPaintEvent,
160798
- PendingFrame: PendingFrame,
160799
- TimelineFrameBeginFrameQueue: TimelineFrameBeginFrameQueue,
160800
- TimelineFrameModel: TimelineFrameModel,
160801
- data: data$g,
160802
- deps: deps$9,
160803
- finalize: finalize$z,
160804
- framesWithinWindow: framesWithinWindow,
160805
- handleEvent: handleEvent$g,
160806
- reset: reset$g
160802
+ __proto__: null,
160803
+ LayerPaintEvent: LayerPaintEvent,
160804
+ PendingFrame: PendingFrame,
160805
+ TimelineFrameBeginFrameQueue: TimelineFrameBeginFrameQueue,
160806
+ TimelineFrameModel: TimelineFrameModel,
160807
+ data: data$g,
160808
+ deps: deps$9,
160809
+ finalize: finalize$z,
160810
+ framesWithinWindow: framesWithinWindow,
160811
+ handleEvent: handleEvent$g,
160812
+ reset: reset$g
160807
160813
  });
160808
160814
 
160809
160815
  // Copyright 2022 The Chromium Authors
@@ -160836,12 +160842,12 @@ function deps$8() {
160836
160842
  }
160837
160843
 
160838
160844
  var GPUHandler = /*#__PURE__*/Object.freeze({
160839
- __proto__: null,
160840
- data: data$f,
160841
- deps: deps$8,
160842
- finalize: finalize$y,
160843
- handleEvent: handleEvent$f,
160844
- reset: reset$f
160845
+ __proto__: null,
160846
+ data: data$f,
160847
+ deps: deps$8,
160848
+ finalize: finalize$y,
160849
+ handleEvent: handleEvent$f,
160850
+ reset: reset$f
160845
160851
  });
160846
160852
 
160847
160853
  // Copyright 2024 The Chromium Authors
@@ -160938,11 +160944,11 @@ function data$e() {
160938
160944
  }
160939
160945
 
160940
160946
  var ImagePaintingHandler = /*#__PURE__*/Object.freeze({
160941
- __proto__: null,
160942
- data: data$e,
160943
- finalize: finalize$x,
160944
- handleEvent: handleEvent$e,
160945
- reset: reset$e
160947
+ __proto__: null,
160948
+ data: data$e,
160949
+ finalize: finalize$x,
160950
+ handleEvent: handleEvent$e,
160951
+ reset: reset$e
160946
160952
  });
160947
160953
 
160948
160954
  // Copyright 2023 The Chromium Authors
@@ -161087,12 +161093,12 @@ function deps$7() {
161087
161093
  }
161088
161094
 
161089
161095
  var InitiatorsHandler = /*#__PURE__*/Object.freeze({
161090
- __proto__: null,
161091
- data: data$d,
161092
- deps: deps$7,
161093
- finalize: finalize$w,
161094
- handleEvent: handleEvent$d,
161095
- reset: reset$d
161096
+ __proto__: null,
161097
+ data: data$d,
161098
+ deps: deps$7,
161099
+ finalize: finalize$w,
161100
+ handleEvent: handleEvent$d,
161101
+ reset: reset$d
161096
161102
  });
161097
161103
 
161098
161104
  // Copyright 2023 The Chromium Authors
@@ -161206,12 +161212,12 @@ function data$c() {
161206
161212
  }
161207
161213
 
161208
161214
  var InvalidationsHandler = /*#__PURE__*/Object.freeze({
161209
- __proto__: null,
161210
- data: data$c,
161211
- finalize: finalize$v,
161212
- handleEvent: handleEvent$c,
161213
- handleUserConfig: handleUserConfig,
161214
- reset: reset$c
161215
+ __proto__: null,
161216
+ data: data$c,
161217
+ finalize: finalize$v,
161218
+ handleEvent: handleEvent$c,
161219
+ handleUserConfig: handleUserConfig,
161220
+ reset: reset$c
161215
161221
  });
161216
161222
 
161217
161223
  // Copyright 2022 The Chromium Authors
@@ -161526,19 +161532,19 @@ function metricIsLCP(metric) {
161526
161532
  }
161527
161533
 
161528
161534
  var PageLoadMetricsHandler = /*#__PURE__*/Object.freeze({
161529
- __proto__: null,
161530
- data: data$b,
161531
- deps: deps$6,
161532
- finalize: finalize$u,
161533
- getFrameIdForPageLoadEvent: getFrameIdForPageLoadEvent,
161534
- handleEvent: handleEvent$b,
161535
- metricIsLCP: metricIsLCP,
161536
- reset: reset$b,
161537
- scoreClassificationForDOMContentLoaded: scoreClassificationForDOMContentLoaded,
161538
- scoreClassificationForFirstContentfulPaint: scoreClassificationForFirstContentfulPaint,
161539
- scoreClassificationForLargestContentfulPaint: scoreClassificationForLargestContentfulPaint,
161540
- scoreClassificationForTimeToInteractive: scoreClassificationForTimeToInteractive,
161541
- scoreClassificationForTotalBlockingTime: scoreClassificationForTotalBlockingTime
161535
+ __proto__: null,
161536
+ data: data$b,
161537
+ deps: deps$6,
161538
+ finalize: finalize$u,
161539
+ getFrameIdForPageLoadEvent: getFrameIdForPageLoadEvent,
161540
+ handleEvent: handleEvent$b,
161541
+ metricIsLCP: metricIsLCP,
161542
+ reset: reset$b,
161543
+ scoreClassificationForDOMContentLoaded: scoreClassificationForDOMContentLoaded,
161544
+ scoreClassificationForFirstContentfulPaint: scoreClassificationForFirstContentfulPaint,
161545
+ scoreClassificationForLargestContentfulPaint: scoreClassificationForLargestContentfulPaint,
161546
+ scoreClassificationForTimeToInteractive: scoreClassificationForTimeToInteractive,
161547
+ scoreClassificationForTotalBlockingTime: scoreClassificationForTotalBlockingTime
161542
161548
  });
161543
161549
 
161544
161550
  // Copyright 2022 The Chromium Authors
@@ -161602,12 +161608,12 @@ function deps$5() {
161602
161608
  }
161603
161609
 
161604
161610
  var LargestImagePaintHandler = /*#__PURE__*/Object.freeze({
161605
- __proto__: null,
161606
- data: data$a,
161607
- deps: deps$5,
161608
- finalize: finalize$t,
161609
- handleEvent: handleEvent$a,
161610
- reset: reset$a
161611
+ __proto__: null,
161612
+ data: data$a,
161613
+ deps: deps$5,
161614
+ finalize: finalize$t,
161615
+ handleEvent: handleEvent$a,
161616
+ reset: reset$a
161611
161617
  });
161612
161618
 
161613
161619
  // Copyright 2022 The Chromium Authors
@@ -161631,11 +161637,11 @@ function data$9() {
161631
161637
  }
161632
161638
 
161633
161639
  var LargestTextPaintHandler = /*#__PURE__*/Object.freeze({
161634
- __proto__: null,
161635
- data: data$9,
161636
- finalize: finalize$s,
161637
- handleEvent: handleEvent$9,
161638
- reset: reset$9
161640
+ __proto__: null,
161641
+ data: data$9,
161642
+ finalize: finalize$s,
161643
+ handleEvent: handleEvent$9,
161644
+ reset: reset$9
161639
161645
  });
161640
161646
 
161641
161647
  // Copyright 2022 The Chromium Authors
@@ -161703,13 +161709,13 @@ function deps$4() {
161703
161709
  }
161704
161710
 
161705
161711
  var ScreenshotsHandler = /*#__PURE__*/Object.freeze({
161706
- __proto__: null,
161707
- data: data$8,
161708
- deps: deps$4,
161709
- finalize: finalize$r,
161710
- handleEvent: handleEvent$8,
161711
- reset: reset$8,
161712
- screenshotImageDataUri: screenshotImageDataUri
161712
+ __proto__: null,
161713
+ data: data$8,
161714
+ deps: deps$4,
161715
+ finalize: finalize$r,
161716
+ handleEvent: handleEvent$8,
161717
+ reset: reset$8,
161718
+ screenshotImageDataUri: screenshotImageDataUri
161713
161719
  });
161714
161720
 
161715
161721
  // Copyright 2022 The Chromium Authors
@@ -162062,15 +162068,15 @@ function scoreClassificationForLayoutShift(score) {
162062
162068
  }
162063
162069
 
162064
162070
  var LayoutShiftsHandler = /*#__PURE__*/Object.freeze({
162065
- __proto__: null,
162066
- MAX_CLUSTER_DURATION: MAX_CLUSTER_DURATION,
162067
- MAX_SHIFT_TIME_DELTA: MAX_SHIFT_TIME_DELTA,
162068
- data: data$7,
162069
- deps: deps$3,
162070
- finalize: finalize$q,
162071
- handleEvent: handleEvent$7,
162072
- reset: reset$7,
162073
- scoreClassificationForLayoutShift: scoreClassificationForLayoutShift
162071
+ __proto__: null,
162072
+ MAX_CLUSTER_DURATION: MAX_CLUSTER_DURATION,
162073
+ MAX_SHIFT_TIME_DELTA: MAX_SHIFT_TIME_DELTA,
162074
+ data: data$7,
162075
+ deps: deps$3,
162076
+ finalize: finalize$q,
162077
+ handleEvent: handleEvent$7,
162078
+ reset: reset$7,
162079
+ scoreClassificationForLayoutShift: scoreClassificationForLayoutShift
162074
162080
  });
162075
162081
 
162076
162082
  // Copyright 2023 The Chromium Authors
@@ -162092,11 +162098,11 @@ function data$6() {
162092
162098
  }
162093
162099
 
162094
162100
  var MemoryHandler = /*#__PURE__*/Object.freeze({
162095
- __proto__: null,
162096
- data: data$6,
162097
- finalize: finalize$p,
162098
- handleEvent: handleEvent$6,
162099
- reset: reset$6
162101
+ __proto__: null,
162102
+ data: data$6,
162103
+ finalize: finalize$p,
162104
+ handleEvent: handleEvent$6,
162105
+ reset: reset$6
162100
162106
  });
162101
162107
 
162102
162108
  // Copyright 2024 The Chromium Authors
@@ -162136,11 +162142,11 @@ function data$5() {
162136
162142
  }
162137
162143
 
162138
162144
  var PageFramesHandler = /*#__PURE__*/Object.freeze({
162139
- __proto__: null,
162140
- data: data$5,
162141
- finalize: finalize$o,
162142
- handleEvent: handleEvent$5,
162143
- reset: reset$5
162145
+ __proto__: null,
162146
+ data: data$5,
162147
+ finalize: finalize$o,
162148
+ handleEvent: handleEvent$5,
162149
+ reset: reset$5
162144
162150
  });
162145
162151
 
162146
162152
  // Copyright 2025 The Chromium Authors
@@ -162382,13 +162388,13 @@ function data$4() {
162382
162388
  }
162383
162389
 
162384
162390
  var ScriptsHandler = /*#__PURE__*/Object.freeze({
162385
- __proto__: null,
162386
- data: data$4,
162387
- deps: deps$2,
162388
- finalize: finalize$n,
162389
- getScriptGeneratedSizes: getScriptGeneratedSizes,
162390
- handleEvent: handleEvent$4,
162391
- reset: reset$4
162391
+ __proto__: null,
162392
+ data: data$4,
162393
+ deps: deps$2,
162394
+ finalize: finalize$n,
162395
+ getScriptGeneratedSizes: getScriptGeneratedSizes,
162396
+ handleEvent: handleEvent$4,
162397
+ reset: reset$4
162392
162398
  });
162393
162399
 
162394
162400
  // Copyright 2024 The Chromium Authors
@@ -162454,11 +162460,11 @@ function data$3() {
162454
162460
  }
162455
162461
 
162456
162462
  var SelectorStatsHandler = /*#__PURE__*/Object.freeze({
162457
- __proto__: null,
162458
- data: data$3,
162459
- finalize: finalize$m,
162460
- handleEvent: handleEvent$3,
162461
- reset: reset$3
162463
+ __proto__: null,
162464
+ data: data$3,
162465
+ finalize: finalize$m,
162466
+ handleEvent: handleEvent$3,
162467
+ reset: reset$3
162462
162468
  });
162463
162469
 
162464
162470
  // Copyright 2022 The Chromium Authors
@@ -162668,16 +162674,16 @@ function scoreClassificationForInteractionToNextPaint(timing) {
162668
162674
  }
162669
162675
 
162670
162676
  var UserInteractionsHandler = /*#__PURE__*/Object.freeze({
162671
- __proto__: null,
162672
- LONG_INTERACTION_THRESHOLD: LONG_INTERACTION_THRESHOLD,
162673
- categoryOfInteraction: categoryOfInteraction,
162674
- data: data$2,
162675
- deps: deps$1,
162676
- finalize: finalize$l,
162677
- handleEvent: handleEvent$2,
162678
- removeNestedInteractionsAndSetProcessingTime: removeNestedInteractionsAndSetProcessingTime,
162679
- reset: reset$2,
162680
- scoreClassificationForInteractionToNextPaint: scoreClassificationForInteractionToNextPaint
162677
+ __proto__: null,
162678
+ LONG_INTERACTION_THRESHOLD: LONG_INTERACTION_THRESHOLD,
162679
+ categoryOfInteraction: categoryOfInteraction,
162680
+ data: data$2,
162681
+ deps: deps$1,
162682
+ finalize: finalize$l,
162683
+ handleEvent: handleEvent$2,
162684
+ removeNestedInteractionsAndSetProcessingTime: removeNestedInteractionsAndSetProcessingTime,
162685
+ reset: reset$2,
162686
+ scoreClassificationForInteractionToNextPaint: scoreClassificationForInteractionToNextPaint
162681
162687
  });
162682
162688
 
162683
162689
  // Copyright 2023 The Chromium Authors
@@ -162712,11 +162718,11 @@ function data$1() {
162712
162718
  }
162713
162719
 
162714
162720
  var WorkersHandler = /*#__PURE__*/Object.freeze({
162715
- __proto__: null,
162716
- data: data$1,
162717
- finalize: finalize$k,
162718
- handleEvent: handleEvent$1,
162719
- reset: reset$1
162721
+ __proto__: null,
162722
+ data: data$1,
162723
+ finalize: finalize$k,
162724
+ handleEvent: handleEvent$1,
162725
+ reset: reset$1
162720
162726
  });
162721
162727
 
162722
162728
  // Copyright 2023 The Chromium Authors
@@ -162812,64 +162818,64 @@ function data() {
162812
162818
  }
162813
162819
 
162814
162820
  var WarningsHandler = /*#__PURE__*/Object.freeze({
162815
- __proto__: null,
162816
- FORCED_REFLOW_THRESHOLD: FORCED_REFLOW_THRESHOLD,
162817
- LONG_MAIN_THREAD_TASK_THRESHOLD: LONG_MAIN_THREAD_TASK_THRESHOLD,
162818
- data: data,
162819
- deps: deps,
162820
- finalize: finalize$j,
162821
- handleEvent: handleEvent,
162822
- reset: reset
162821
+ __proto__: null,
162822
+ FORCED_REFLOW_THRESHOLD: FORCED_REFLOW_THRESHOLD,
162823
+ LONG_MAIN_THREAD_TASK_THRESHOLD: LONG_MAIN_THREAD_TASK_THRESHOLD,
162824
+ data: data,
162825
+ deps: deps,
162826
+ finalize: finalize$j,
162827
+ handleEvent: handleEvent,
162828
+ reset: reset
162823
162829
  });
162824
162830
 
162825
162831
  // Copyright 2022 The Chromium Authors
162826
162832
 
162827
162833
  var ModelHandlers = /*#__PURE__*/Object.freeze({
162828
- __proto__: null,
162829
- AnimationFrames: AnimationFramesHandler,
162830
- Animations: AnimationHandler,
162831
- AsyncJSCalls: AsyncJSCallsHandler,
162832
- AuctionWorklets: AuctionWorkletsHandler,
162833
- DOMStats: DOMStatsHandler,
162834
- ExtensionTraceData: ExtensionTraceDataHandler,
162835
- Flows: FlowsHandler,
162836
- Frames: FramesHandler,
162837
- GPU: GPUHandler,
162838
- ImagePainting: ImagePaintingHandler,
162839
- Initiators: InitiatorsHandler,
162840
- Invalidations: InvalidationsHandler,
162841
- LargestImagePaint: LargestImagePaintHandler,
162842
- LargestTextPaint: LargestTextPaintHandler,
162843
- LayerTree: LayerTreeHandler,
162844
- LayoutShifts: LayoutShiftsHandler,
162845
- Memory: MemoryHandler,
162846
- Meta: MetaHandler,
162847
- NetworkRequests: NetworkRequestsHandler,
162848
- PageFrames: PageFramesHandler,
162849
- PageLoadMetrics: PageLoadMetricsHandler,
162850
- Renderer: RendererHandler,
162851
- Samples: SamplesHandler,
162852
- Screenshots: ScreenshotsHandler,
162853
- Scripts: ScriptsHandler,
162854
- SelectorStats: SelectorStatsHandler,
162855
- UserInteractions: UserInteractionsHandler,
162856
- UserTimings: UserTimingsHandler,
162857
- Warnings: WarningsHandler,
162858
- Workers: WorkersHandler
162834
+ __proto__: null,
162835
+ AnimationFrames: AnimationFramesHandler,
162836
+ Animations: AnimationHandler,
162837
+ AsyncJSCalls: AsyncJSCallsHandler,
162838
+ AuctionWorklets: AuctionWorkletsHandler,
162839
+ DOMStats: DOMStatsHandler,
162840
+ ExtensionTraceData: ExtensionTraceDataHandler,
162841
+ Flows: FlowsHandler,
162842
+ Frames: FramesHandler,
162843
+ GPU: GPUHandler,
162844
+ ImagePainting: ImagePaintingHandler,
162845
+ Initiators: InitiatorsHandler,
162846
+ Invalidations: InvalidationsHandler,
162847
+ LargestImagePaint: LargestImagePaintHandler,
162848
+ LargestTextPaint: LargestTextPaintHandler,
162849
+ LayerTree: LayerTreeHandler,
162850
+ LayoutShifts: LayoutShiftsHandler,
162851
+ Memory: MemoryHandler,
162852
+ Meta: MetaHandler,
162853
+ NetworkRequests: NetworkRequestsHandler,
162854
+ PageFrames: PageFramesHandler,
162855
+ PageLoadMetrics: PageLoadMetricsHandler,
162856
+ Renderer: RendererHandler,
162857
+ Samples: SamplesHandler,
162858
+ Screenshots: ScreenshotsHandler,
162859
+ Scripts: ScriptsHandler,
162860
+ SelectorStats: SelectorStatsHandler,
162861
+ UserInteractions: UserInteractionsHandler,
162862
+ UserTimings: UserTimingsHandler,
162863
+ Warnings: WarningsHandler,
162864
+ Workers: WorkersHandler
162859
162865
  });
162860
162866
 
162861
162867
  var types$2 = /*#__PURE__*/Object.freeze({
162862
- __proto__: null
162868
+ __proto__: null
162863
162869
  });
162864
162870
 
162865
162871
  // Copyright 2022 The Chromium Authors
162866
162872
 
162867
162873
  var handlers = /*#__PURE__*/Object.freeze({
162868
- __proto__: null,
162869
- Helpers: helpers$1,
162870
- ModelHandlers: ModelHandlers,
162871
- Threads: Threads,
162872
- Types: types$2
162874
+ __proto__: null,
162875
+ Helpers: helpers$1,
162876
+ ModelHandlers: ModelHandlers,
162877
+ Threads: Threads,
162878
+ Types: types$2
162873
162879
  });
162874
162880
 
162875
162881
  // Copyright 2024 The Chromium Authors
@@ -162967,8 +162973,8 @@ class EntityMapper {
162967
162973
  }
162968
162974
 
162969
162975
  var EntityMapper$1 = /*#__PURE__*/Object.freeze({
162970
- __proto__: null,
162971
- EntityMapper: EntityMapper
162976
+ __proto__: null,
162977
+ EntityMapper: EntityMapper
162972
162978
  });
162973
162979
 
162974
162980
  // Copyright 2024 The Chromium Authors
@@ -163057,8 +163063,8 @@ class EventsSerializer {
163057
163063
  }
163058
163064
 
163059
163065
  var EventsSerializer$1 = /*#__PURE__*/Object.freeze({
163060
- __proto__: null,
163061
- EventsSerializer: EventsSerializer
163066
+ __proto__: null,
163067
+ EventsSerializer: EventsSerializer
163062
163068
  });
163063
163069
 
163064
163070
  // Copyright 2023 The Chromium Authors
@@ -163100,9 +163106,9 @@ function frameClosestToTimestamp(filmStrip, searchTimestamp) {
163100
163106
  }
163101
163107
 
163102
163108
  var FilmStrip = /*#__PURE__*/Object.freeze({
163103
- __proto__: null,
163104
- frameClosestToTimestamp: frameClosestToTimestamp,
163105
- fromHandlerData: fromHandlerData
163109
+ __proto__: null,
163110
+ frameClosestToTimestamp: frameClosestToTimestamp,
163111
+ fromHandlerData: fromHandlerData
163106
163112
  });
163107
163113
 
163108
163114
  // Copyright 2024 The Chromium Authors
@@ -163228,10 +163234,10 @@ function getTraceEventPayloadStackAsProtocolCallFrame(event) {
163228
163234
  }
163229
163235
 
163230
163236
  var StackTraceForEvent = /*#__PURE__*/Object.freeze({
163231
- __proto__: null,
163232
- clearCacheForTrace: clearCacheForTrace,
163233
- get: get,
163234
- stackTraceForEventInTrace: stackTraceForEventInTrace
163237
+ __proto__: null,
163238
+ clearCacheForTrace: clearCacheForTrace,
163239
+ get: get,
163240
+ stackTraceForEventInTrace: stackTraceForEventInTrace
163235
163241
  });
163236
163242
 
163237
163243
  function getNetworkInitiator(data, event) {
@@ -163252,8 +163258,8 @@ function getNetworkInitiator(data, event) {
163252
163258
  }
163253
163259
 
163254
163260
  var Initiators = /*#__PURE__*/Object.freeze({
163255
- __proto__: null,
163256
- getNetworkInitiator: getNetworkInitiator
163261
+ __proto__: null,
163262
+ getNetworkInitiator: getNetworkInitiator
163257
163263
  });
163258
163264
 
163259
163265
  // Copyright 2023 The Chromium Authors
@@ -163318,8 +163324,8 @@ function calculateWindow(traceBounds, mainThreadEntries) {
163318
163324
  }
163319
163325
 
163320
163326
  var MainThreadActivity = /*#__PURE__*/Object.freeze({
163321
- __proto__: null,
163322
- calculateWindow: calculateWindow
163327
+ __proto__: null,
163328
+ calculateWindow: calculateWindow
163323
163329
  });
163324
163330
 
163325
163331
  // Copyright 2025 The Chromium Authors
@@ -163457,11 +163463,11 @@ function computeScriptDuplication(scriptsData, compressionRatios) {
163457
163463
  }
163458
163464
 
163459
163465
  var ScriptDuplication = /*#__PURE__*/Object.freeze({
163460
- __proto__: null,
163461
- computeScriptDuplication: computeScriptDuplication,
163462
- getNodeModuleName: getNodeModuleName,
163463
- normalizeDuplication: normalizeDuplication,
163464
- normalizeSource: normalizeSource
163466
+ __proto__: null,
163467
+ computeScriptDuplication: computeScriptDuplication,
163468
+ getNodeModuleName: getNodeModuleName,
163469
+ normalizeDuplication: normalizeDuplication,
163470
+ normalizeSource: normalizeSource
163465
163471
  });
163466
163472
 
163467
163473
  // Copyright 2017 The Chromium Authors
@@ -163511,11 +163517,11 @@ class ExclusiveNameFilter extends TraceFilter {
163511
163517
  }
163512
163518
 
163513
163519
  var TraceFilter$1 = /*#__PURE__*/Object.freeze({
163514
- __proto__: null,
163515
- ExclusiveNameFilter: ExclusiveNameFilter,
163516
- InvisibleEventsFilter: InvisibleEventsFilter,
163517
- TraceFilter: TraceFilter,
163518
- VisibleEventsFilter: VisibleEventsFilter
163520
+ __proto__: null,
163521
+ ExclusiveNameFilter: ExclusiveNameFilter,
163522
+ InvisibleEventsFilter: InvisibleEventsFilter,
163523
+ TraceFilter: TraceFilter,
163524
+ VisibleEventsFilter: VisibleEventsFilter
163519
163525
  });
163520
163526
 
163521
163527
  // Copyright 2016 The Chromium Authors
@@ -164066,15 +164072,15 @@ function generateEventID(event) {
164066
164072
  }
164067
164073
 
164068
164074
  var TraceTree = /*#__PURE__*/Object.freeze({
164069
- __proto__: null,
164070
- BottomUpNode: BottomUpNode,
164071
- BottomUpRootNode: BottomUpRootNode,
164072
- GroupNode: GroupNode,
164073
- Node: Node$2,
164074
- TopDownNode: TopDownNode,
164075
- TopDownRootNode: TopDownRootNode,
164076
- eventStackFrame: eventStackFrame,
164077
- generateEventID: generateEventID
164075
+ __proto__: null,
164076
+ BottomUpNode: BottomUpNode,
164077
+ BottomUpRootNode: BottomUpRootNode,
164078
+ GroupNode: GroupNode,
164079
+ Node: Node$2,
164080
+ TopDownNode: TopDownNode,
164081
+ TopDownRootNode: TopDownRootNode,
164082
+ eventStackFrame: eventStackFrame,
164083
+ generateEventID: generateEventID
164078
164084
  });
164079
164085
 
164080
164086
  // Copyright 2024 The Chromium Authors
@@ -164173,23 +164179,23 @@ function getBottomUpTree(mainThreadEvents, tracebounds, groupingFunction) {
164173
164179
  }
164174
164180
 
164175
164181
  var ThirdParties$1 = /*#__PURE__*/Object.freeze({
164176
- __proto__: null,
164177
- summarizeByThirdParty: summarizeByThirdParty,
164178
- summarizeByURL: summarizeByURL
164182
+ __proto__: null,
164183
+ summarizeByThirdParty: summarizeByThirdParty,
164184
+ summarizeByURL: summarizeByURL
164179
164185
  });
164180
164186
 
164181
164187
  // Copyright 2023 The Chromium Authors
164182
164188
 
164183
164189
  var extras = /*#__PURE__*/Object.freeze({
164184
- __proto__: null,
164185
- FilmStrip: FilmStrip,
164186
- Initiators: Initiators,
164187
- MainThreadActivity: MainThreadActivity,
164188
- ScriptDuplication: ScriptDuplication,
164189
- StackTraceForEvent: StackTraceForEvent,
164190
- ThirdParties: ThirdParties$1,
164191
- TraceFilter: TraceFilter$1,
164192
- TraceTree: TraceTree
164190
+ __proto__: null,
164191
+ FilmStrip: FilmStrip,
164192
+ Initiators: Initiators,
164193
+ MainThreadActivity: MainThreadActivity,
164194
+ ScriptDuplication: ScriptDuplication,
164195
+ StackTraceForEvent: StackTraceForEvent,
164196
+ ThirdParties: ThirdParties$1,
164197
+ TraceFilter: TraceFilter$1,
164198
+ TraceTree: TraceTree
164193
164199
  });
164194
164200
 
164195
164201
  // Copyright 2024 The Chromium Authors
@@ -164253,9 +164259,9 @@ function linearInterpolation(x0, y0, x1, y1, x) {
164253
164259
  }
164254
164260
 
164255
164261
  var Statistics = /*#__PURE__*/Object.freeze({
164256
- __proto__: null,
164257
- getLogNormalScore: getLogNormalScore,
164258
- linearInterpolation: linearInterpolation
164262
+ __proto__: null,
164263
+ getLogNormalScore: getLogNormalScore,
164264
+ linearInterpolation: linearInterpolation
164259
164265
  });
164260
164266
 
164261
164267
  // Copyright 2024 The Chromium Authors
@@ -164526,23 +164532,23 @@ function insightBounds(insight, insightSetBounds) {
164526
164532
  }
164527
164533
 
164528
164534
  var Common = /*#__PURE__*/Object.freeze({
164529
- __proto__: null,
164530
- calculateDocFirstByteTs: calculateDocFirstByteTs,
164531
- calculateMetricWeightsForSorting: calculateMetricWeightsForSorting,
164532
- estimateCompressedContentSize: estimateCompressedContentSize,
164533
- estimateCompressionRatioForScript: estimateCompressionRatioForScript,
164534
- evaluateCLSMetricScore: evaluateCLSMetricScore,
164535
- evaluateINPMetricScore: evaluateINPMetricScore,
164536
- evaluateLCPMetricScore: evaluateLCPMetricScore,
164537
- getCLS: getCLS,
164538
- getFieldMetricsForInsightSet: getFieldMetricsForInsightSet,
164539
- getINP: getINP,
164540
- getInsight: getInsight,
164541
- getLCP: getLCP,
164542
- insightBounds: insightBounds,
164543
- isRequestCompressed: isRequestCompressed,
164544
- isRequestServedFromBrowserCache: isRequestServedFromBrowserCache,
164545
- metricSavingsForWastedBytes: metricSavingsForWastedBytes
164535
+ __proto__: null,
164536
+ calculateDocFirstByteTs: calculateDocFirstByteTs,
164537
+ calculateMetricWeightsForSorting: calculateMetricWeightsForSorting,
164538
+ estimateCompressedContentSize: estimateCompressedContentSize,
164539
+ estimateCompressionRatioForScript: estimateCompressionRatioForScript,
164540
+ evaluateCLSMetricScore: evaluateCLSMetricScore,
164541
+ evaluateINPMetricScore: evaluateINPMetricScore,
164542
+ evaluateLCPMetricScore: evaluateLCPMetricScore,
164543
+ getCLS: getCLS,
164544
+ getFieldMetricsForInsightSet: getFieldMetricsForInsightSet,
164545
+ getINP: getINP,
164546
+ getInsight: getInsight,
164547
+ getLCP: getLCP,
164548
+ insightBounds: insightBounds,
164549
+ isRequestCompressed: isRequestCompressed,
164550
+ isRequestServedFromBrowserCache: isRequestServedFromBrowserCache,
164551
+ metricSavingsForWastedBytes: metricSavingsForWastedBytes
164546
164552
  });
164547
164553
 
164548
164554
  // Copyright 2024 The Chromium Authors
@@ -164562,9 +164568,9 @@ var InsightCategory;
164562
164568
  })(InsightCategory || (InsightCategory = {}));
164563
164569
 
164564
164570
  var types$1 = /*#__PURE__*/Object.freeze({
164565
- __proto__: null,
164566
- get InsightCategory () { return InsightCategory; },
164567
- get InsightWarning () { return InsightWarning; }
164571
+ __proto__: null,
164572
+ get InsightCategory () { return InsightCategory; },
164573
+ get InsightWarning () { return InsightWarning; }
164568
164574
  });
164569
164575
 
164570
164576
  // Copyright 2025 The Chromium Authors
@@ -164714,17 +164720,17 @@ function createOverlays$i(model) {
164714
164720
  }
164715
164721
 
164716
164722
  var Cache = /*#__PURE__*/Object.freeze({
164717
- __proto__: null,
164718
- UIStrings: UIStrings$J,
164719
- cachingDisabled: cachingDisabled,
164720
- computeCacheLifetimeInSeconds: computeCacheLifetimeInSeconds,
164721
- createOverlayForRequest: createOverlayForRequest$3,
164722
- createOverlays: createOverlays$i,
164723
- generateInsight: generateInsight$i,
164724
- getCombinedHeaders: getCombinedHeaders,
164725
- i18nString: i18nString$v,
164726
- isCacheInsight: isCacheInsight,
164727
- isCacheable: isCacheable
164723
+ __proto__: null,
164724
+ UIStrings: UIStrings$J,
164725
+ cachingDisabled: cachingDisabled,
164726
+ computeCacheLifetimeInSeconds: computeCacheLifetimeInSeconds,
164727
+ createOverlayForRequest: createOverlayForRequest$3,
164728
+ createOverlays: createOverlays$i,
164729
+ generateInsight: generateInsight$i,
164730
+ getCombinedHeaders: getCombinedHeaders,
164731
+ i18nString: i18nString$v,
164732
+ isCacheInsight: isCacheInsight,
164733
+ isCacheable: isCacheable
164728
164734
  });
164729
164735
 
164730
164736
  // Copyright 2026 The Chromium Authors
@@ -164832,12 +164838,12 @@ function createOverlays$h(model) {
164832
164838
  }
164833
164839
 
164834
164840
  var CharacterSet = /*#__PURE__*/Object.freeze({
164835
- __proto__: null,
164836
- UIStrings: UIStrings$I,
164837
- createOverlays: createOverlays$h,
164838
- generateInsight: generateInsight$h,
164839
- i18nString: i18nString$u,
164840
- isCharacterSetInsight: isCharacterSetInsight
164841
+ __proto__: null,
164842
+ UIStrings: UIStrings$I,
164843
+ createOverlays: createOverlays$h,
164844
+ generateInsight: generateInsight$h,
164845
+ i18nString: i18nString$u,
164846
+ isCharacterSetInsight: isCharacterSetInsight
164841
164847
  });
164842
164848
 
164843
164849
  // Copyright 2024 The Chromium Authors
@@ -165217,13 +165223,13 @@ function createOverlays$g(model) {
165217
165223
  }
165218
165224
 
165219
165225
  var CLSCulprits = /*#__PURE__*/Object.freeze({
165220
- __proto__: null,
165221
- UIStrings: UIStrings$H,
165222
- createOverlays: createOverlays$g,
165223
- generateInsight: generateInsight$g,
165224
- getNonCompositedFailure: getNonCompositedFailure,
165225
- i18nString: i18nString$t,
165226
- isCLSCulpritsInsight: isCLSCulpritsInsight
165226
+ __proto__: null,
165227
+ UIStrings: UIStrings$H,
165228
+ createOverlays: createOverlays$g,
165229
+ generateInsight: generateInsight$g,
165230
+ getNonCompositedFailure: getNonCompositedFailure,
165231
+ i18nString: i18nString$t,
165232
+ isCLSCulpritsInsight: isCLSCulpritsInsight
165227
165233
  });
165228
165234
 
165229
165235
  // Copyright 2024 The Chromium Authors
@@ -165420,12 +165426,12 @@ function createOverlays$f(model) {
165420
165426
  }
165421
165427
 
165422
165428
  var DocumentLatency = /*#__PURE__*/Object.freeze({
165423
- __proto__: null,
165424
- UIStrings: UIStrings$G,
165425
- createOverlays: createOverlays$f,
165426
- generateInsight: generateInsight$f,
165427
- i18nString: i18nString$s,
165428
- isDocumentLatencyInsight: isDocumentLatencyInsight
165429
+ __proto__: null,
165430
+ UIStrings: UIStrings$G,
165431
+ createOverlays: createOverlays$f,
165432
+ generateInsight: generateInsight$f,
165433
+ i18nString: i18nString$s,
165434
+ isDocumentLatencyInsight: isDocumentLatencyInsight
165429
165435
  });
165430
165436
 
165431
165437
  // Copyright 2024 The Chromium Authors
@@ -165558,12 +165564,12 @@ function createOverlays$e(model) {
165558
165564
  }
165559
165565
 
165560
165566
  var DOMSize = /*#__PURE__*/Object.freeze({
165561
- __proto__: null,
165562
- UIStrings: UIStrings$F,
165563
- createOverlays: createOverlays$e,
165564
- generateInsight: generateInsight$e,
165565
- i18nString: i18nString$r,
165566
- isDomSizeInsight: isDomSizeInsight
165567
+ __proto__: null,
165568
+ UIStrings: UIStrings$F,
165569
+ createOverlays: createOverlays$e,
165570
+ generateInsight: generateInsight$e,
165571
+ i18nString: i18nString$r,
165572
+ isDomSizeInsight: isDomSizeInsight
165567
165573
  });
165568
165574
 
165569
165575
  // Copyright 2025 The Chromium Authors
@@ -165643,12 +165649,12 @@ function createOverlays$d(model) {
165643
165649
  }
165644
165650
 
165645
165651
  var DuplicatedJavaScript = /*#__PURE__*/Object.freeze({
165646
- __proto__: null,
165647
- UIStrings: UIStrings$E,
165648
- createOverlays: createOverlays$d,
165649
- generateInsight: generateInsight$d,
165650
- i18nString: i18nString$q,
165651
- isDuplicatedJavaScriptInsight: isDuplicatedJavaScriptInsight
165652
+ __proto__: null,
165653
+ UIStrings: UIStrings$E,
165654
+ createOverlays: createOverlays$d,
165655
+ generateInsight: generateInsight$d,
165656
+ i18nString: i18nString$q,
165657
+ isDuplicatedJavaScriptInsight: isDuplicatedJavaScriptInsight
165652
165658
  });
165653
165659
 
165654
165660
  // Copyright 2024 The Chromium Authors
@@ -165720,12 +165726,12 @@ function createOverlays$c(model) {
165720
165726
  }
165721
165727
 
165722
165728
  var FontDisplay = /*#__PURE__*/Object.freeze({
165723
- __proto__: null,
165724
- UIStrings: UIStrings$D,
165725
- createOverlays: createOverlays$c,
165726
- generateInsight: generateInsight$c,
165727
- i18nString: i18nString$p,
165728
- isFontDisplayInsight: isFontDisplayInsight
165729
+ __proto__: null,
165730
+ UIStrings: UIStrings$D,
165731
+ createOverlays: createOverlays$c,
165732
+ generateInsight: generateInsight$c,
165733
+ i18nString: i18nString$p,
165734
+ isFontDisplayInsight: isFontDisplayInsight
165729
165735
  });
165730
165736
 
165731
165737
  // Copyright 2024 The Chromium Authors
@@ -165860,13 +165866,13 @@ function createOverlayForEvents(events, outlineReason = 'ERROR') {
165860
165866
  }
165861
165867
 
165862
165868
  var ForcedReflow = /*#__PURE__*/Object.freeze({
165863
- __proto__: null,
165864
- UIStrings: UIStrings$C,
165865
- createOverlayForEvents: createOverlayForEvents,
165866
- createOverlays: createOverlays$b,
165867
- generateInsight: generateInsight$b,
165868
- i18nString: i18nString$o,
165869
- isForcedReflowInsight: isForcedReflowInsight
165869
+ __proto__: null,
165870
+ UIStrings: UIStrings$C,
165871
+ createOverlayForEvents: createOverlayForEvents,
165872
+ createOverlays: createOverlays$b,
165873
+ generateInsight: generateInsight$b,
165874
+ i18nString: i18nString$o,
165875
+ isForcedReflowInsight: isForcedReflowInsight
165870
165876
  });
165871
165877
 
165872
165878
  // Copyright 2024 The Chromium Authors
@@ -166050,16 +166056,16 @@ function createOverlays$a(model) {
166050
166056
  }
166051
166057
 
166052
166058
  var ImageDelivery = /*#__PURE__*/Object.freeze({
166053
- __proto__: null,
166054
- get ImageOptimizationType () { return ImageOptimizationType; },
166055
- UIStrings: UIStrings$B,
166056
- createOverlayForRequest: createOverlayForRequest$2,
166057
- createOverlays: createOverlays$a,
166058
- generateInsight: generateInsight$a,
166059
- getOptimizationMessage: getOptimizationMessage,
166060
- getOptimizationMessageWithBytes: getOptimizationMessageWithBytes,
166061
- i18nString: i18nString$n,
166062
- isImageDeliveryInsight: isImageDeliveryInsight
166059
+ __proto__: null,
166060
+ get ImageOptimizationType () { return ImageOptimizationType; },
166061
+ UIStrings: UIStrings$B,
166062
+ createOverlayForRequest: createOverlayForRequest$2,
166063
+ createOverlays: createOverlays$a,
166064
+ generateInsight: generateInsight$a,
166065
+ getOptimizationMessage: getOptimizationMessage,
166066
+ getOptimizationMessageWithBytes: getOptimizationMessageWithBytes,
166067
+ i18nString: i18nString$n,
166068
+ isImageDeliveryInsight: isImageDeliveryInsight
166063
166069
  });
166064
166070
 
166065
166071
  // Copyright 2024 The Chromium Authors
@@ -166154,13 +166160,13 @@ function createOverlays$9(model) {
166154
166160
  }
166155
166161
 
166156
166162
  var INPBreakdown = /*#__PURE__*/Object.freeze({
166157
- __proto__: null,
166158
- UIStrings: UIStrings$A,
166159
- createOverlays: createOverlays$9,
166160
- createOverlaysForSubpart: createOverlaysForSubpart,
166161
- generateInsight: generateInsight$9,
166162
- i18nString: i18nString$m,
166163
- isINPBreakdownInsight: isINPBreakdownInsight
166163
+ __proto__: null,
166164
+ UIStrings: UIStrings$A,
166165
+ createOverlays: createOverlays$9,
166166
+ createOverlaysForSubpart: createOverlaysForSubpart,
166167
+ generateInsight: generateInsight$9,
166168
+ i18nString: i18nString$m,
166169
+ isINPBreakdownInsight: isINPBreakdownInsight
166164
166170
  });
166165
166171
 
166166
166172
  // Copyright 2024 The Chromium Authors
@@ -166298,12 +166304,12 @@ function createOverlays$8(model) {
166298
166304
  }
166299
166305
 
166300
166306
  var LCPBreakdown = /*#__PURE__*/Object.freeze({
166301
- __proto__: null,
166302
- UIStrings: UIStrings$z,
166303
- createOverlays: createOverlays$8,
166304
- generateInsight: generateInsight$8,
166305
- i18nString: i18nString$l,
166306
- isLCPBreakdownInsight: isLCPBreakdownInsight
166307
+ __proto__: null,
166308
+ UIStrings: UIStrings$z,
166309
+ createOverlays: createOverlays$8,
166310
+ generateInsight: generateInsight$8,
166311
+ i18nString: i18nString$l,
166312
+ isLCPBreakdownInsight: isLCPBreakdownInsight
166307
166313
  });
166308
166314
 
166309
166315
  // Copyright 2024 The Chromium Authors
@@ -166449,13 +166455,13 @@ function createOverlays$7(model) {
166449
166455
  }
166450
166456
 
166451
166457
  var LCPDiscovery = /*#__PURE__*/Object.freeze({
166452
- __proto__: null,
166453
- UIStrings: UIStrings$y,
166454
- createOverlays: createOverlays$7,
166455
- generateInsight: generateInsight$7,
166456
- getImageData: getImageData,
166457
- i18nString: i18nString$k,
166458
- isLCPDiscoveryInsight: isLCPDiscoveryInsight
166458
+ __proto__: null,
166459
+ UIStrings: UIStrings$y,
166460
+ createOverlays: createOverlays$7,
166461
+ generateInsight: generateInsight$7,
166462
+ getImageData: getImageData,
166463
+ i18nString: i18nString$k,
166464
+ isLCPDiscoveryInsight: isLCPDiscoveryInsight
166459
166465
  });
166460
166466
 
166461
166467
  var polyfill_module_data_default = [
@@ -167357,10 +167363,10 @@ function detectLegacyJavaScript$1(content, map) {
167357
167363
  */
167358
167364
 
167359
167365
  var legacyJavascript = /*#__PURE__*/Object.freeze({
167360
- __proto__: null,
167361
- detectLegacyJavaScript: detectLegacyJavaScript$1,
167362
- getCoreJsPolyfillData: getCoreJsPolyfillData,
167363
- getTransformPatterns: getTransformPatterns
167366
+ __proto__: null,
167367
+ detectLegacyJavaScript: detectLegacyJavaScript$1,
167368
+ getCoreJsPolyfillData: getCoreJsPolyfillData,
167369
+ getTransformPatterns: getTransformPatterns
167364
167370
  });
167365
167371
 
167366
167372
  // Copyright 2025 The Chromium Authors
@@ -167439,12 +167445,12 @@ function createOverlays$6(model) {
167439
167445
  }
167440
167446
 
167441
167447
  var LegacyJavaScript = /*#__PURE__*/Object.freeze({
167442
- __proto__: null,
167443
- UIStrings: UIStrings$x,
167444
- createOverlays: createOverlays$6,
167445
- generateInsight: generateInsight$6,
167446
- i18nString: i18nString$j,
167447
- isLegacyJavaScript: isLegacyJavaScript
167448
+ __proto__: null,
167449
+ UIStrings: UIStrings$x,
167450
+ createOverlays: createOverlays$6,
167451
+ generateInsight: generateInsight$6,
167452
+ i18nString: i18nString$j,
167453
+ isLegacyJavaScript: isLegacyJavaScript
167448
167454
  });
167449
167455
 
167450
167456
  // Copyright 2025 The Chromium Authors
@@ -167589,14 +167595,14 @@ function createOverlays$5(model) {
167589
167595
  }
167590
167596
 
167591
167597
  var ModernHTTP = /*#__PURE__*/Object.freeze({
167592
- __proto__: null,
167593
- UIStrings: UIStrings$w,
167594
- createOverlayForRequest: createOverlayForRequest$1,
167595
- createOverlays: createOverlays$5,
167596
- determineHttp1Requests: determineHttp1Requests,
167597
- generateInsight: generateInsight$5,
167598
- i18nString: i18nString$i,
167599
- isModernHTTPInsight: isModernHTTPInsight
167598
+ __proto__: null,
167599
+ UIStrings: UIStrings$w,
167600
+ createOverlayForRequest: createOverlayForRequest$1,
167601
+ createOverlays: createOverlays$5,
167602
+ determineHttp1Requests: determineHttp1Requests,
167603
+ generateInsight: generateInsight$5,
167604
+ i18nString: i18nString$i,
167605
+ isModernHTTPInsight: isModernHTTPInsight
167600
167606
  });
167601
167607
 
167602
167608
  // Copyright 2025 The Chromium Authors
@@ -168016,16 +168022,16 @@ function createOverlays$4(model) {
168016
168022
  }
168017
168023
 
168018
168024
  var NetworkDependencyTree = /*#__PURE__*/Object.freeze({
168019
- __proto__: null,
168020
- TOO_MANY_PRECONNECTS_THRESHOLD: TOO_MANY_PRECONNECTS_THRESHOLD,
168021
- UIStrings: UIStrings$v,
168022
- createOverlays: createOverlays$4,
168023
- generateInsight: generateInsight$4,
168024
- generatePreconnectCandidates: generatePreconnectCandidates,
168025
- generatePreconnectedOrigins: generatePreconnectedOrigins,
168026
- handleLinkResponseHeader: handleLinkResponseHeader,
168027
- i18nString: i18nString$h,
168028
- isNetworkDependencyTreeInsight: isNetworkDependencyTreeInsight
168025
+ __proto__: null,
168026
+ TOO_MANY_PRECONNECTS_THRESHOLD: TOO_MANY_PRECONNECTS_THRESHOLD,
168027
+ UIStrings: UIStrings$v,
168028
+ createOverlays: createOverlays$4,
168029
+ generateInsight: generateInsight$4,
168030
+ generatePreconnectCandidates: generatePreconnectCandidates,
168031
+ generatePreconnectedOrigins: generatePreconnectedOrigins,
168032
+ handleLinkResponseHeader: handleLinkResponseHeader,
168033
+ i18nString: i18nString$h,
168034
+ isNetworkDependencyTreeInsight: isNetworkDependencyTreeInsight
168029
168035
  });
168030
168036
 
168031
168037
  // Copyright 2024 The Chromium Authors
@@ -168181,13 +168187,13 @@ function createOverlays$3(model) {
168181
168187
  }
168182
168188
 
168183
168189
  var RenderBlocking = /*#__PURE__*/Object.freeze({
168184
- __proto__: null,
168185
- UIStrings: UIStrings$u,
168186
- createOverlayForRequest: createOverlayForRequest,
168187
- createOverlays: createOverlays$3,
168188
- generateInsight: generateInsight$3,
168189
- i18nString: i18nString$g,
168190
- isRenderBlockingInsight: isRenderBlockingInsight
168190
+ __proto__: null,
168191
+ UIStrings: UIStrings$u,
168192
+ createOverlayForRequest: createOverlayForRequest,
168193
+ createOverlays: createOverlays$3,
168194
+ generateInsight: generateInsight$3,
168195
+ i18nString: i18nString$g,
168196
+ isRenderBlockingInsight: isRenderBlockingInsight
168191
168197
  });
168192
168198
 
168193
168199
  // Copyright 2024 The Chromium Authors
@@ -168287,12 +168293,12 @@ function createOverlays$2(_) {
168287
168293
  }
168288
168294
 
168289
168295
  var SlowCSSSelector = /*#__PURE__*/Object.freeze({
168290
- __proto__: null,
168291
- UIStrings: UIStrings$t,
168292
- createOverlays: createOverlays$2,
168293
- generateInsight: generateInsight$2,
168294
- i18nString: i18nString$f,
168295
- isSlowCSSSelectorInsight: isSlowCSSSelectorInsight
168296
+ __proto__: null,
168297
+ UIStrings: UIStrings$t,
168298
+ createOverlays: createOverlays$2,
168299
+ generateInsight: generateInsight$2,
168300
+ i18nString: i18nString$f,
168301
+ isSlowCSSSelectorInsight: isSlowCSSSelectorInsight
168296
168302
  });
168297
168303
 
168298
168304
  // Copyright 2024 The Chromium Authors
@@ -168373,13 +168379,13 @@ function createOverlays$1(model) {
168373
168379
  }
168374
168380
 
168375
168381
  var ThirdParties = /*#__PURE__*/Object.freeze({
168376
- __proto__: null,
168377
- UIStrings: UIStrings$s,
168378
- createOverlays: createOverlays$1,
168379
- createOverlaysForSummary: createOverlaysForSummary,
168380
- generateInsight: generateInsight$1,
168381
- i18nString: i18nString$e,
168382
- isThirdPartyInsight: isThirdPartyInsight
168382
+ __proto__: null,
168383
+ UIStrings: UIStrings$s,
168384
+ createOverlays: createOverlays$1,
168385
+ createOverlaysForSummary: createOverlaysForSummary,
168386
+ generateInsight: generateInsight$1,
168387
+ i18nString: i18nString$e,
168388
+ isThirdPartyInsight: isThirdPartyInsight
168383
168389
  });
168384
168390
 
168385
168391
  // Copyright 2024 The Chromium Authors
@@ -168463,49 +168469,49 @@ function createOverlays(model) {
168463
168469
  }
168464
168470
 
168465
168471
  var Viewport = /*#__PURE__*/Object.freeze({
168466
- __proto__: null,
168467
- UIStrings: UIStrings$r,
168468
- createOverlays: createOverlays,
168469
- generateInsight: generateInsight,
168470
- i18nString: i18nString$d,
168471
- isViewportInsight: isViewportInsight
168472
+ __proto__: null,
168473
+ UIStrings: UIStrings$r,
168474
+ createOverlays: createOverlays,
168475
+ generateInsight: generateInsight,
168476
+ i18nString: i18nString$d,
168477
+ isViewportInsight: isViewportInsight
168472
168478
  });
168473
168479
 
168474
168480
  // Copyright 2024 The Chromium Authors
168475
168481
 
168476
168482
  var Models = /*#__PURE__*/Object.freeze({
168477
- __proto__: null,
168478
- CLSCulprits: CLSCulprits,
168479
- Cache: Cache,
168480
- CharacterSet: CharacterSet,
168481
- DOMSize: DOMSize,
168482
- DocumentLatency: DocumentLatency,
168483
- DuplicatedJavaScript: DuplicatedJavaScript,
168484
- FontDisplay: FontDisplay,
168485
- ForcedReflow: ForcedReflow,
168486
- INPBreakdown: INPBreakdown,
168487
- ImageDelivery: ImageDelivery,
168488
- LCPBreakdown: LCPBreakdown,
168489
- LCPDiscovery: LCPDiscovery,
168490
- LegacyJavaScript: LegacyJavaScript,
168491
- ModernHTTP: ModernHTTP,
168492
- NetworkDependencyTree: NetworkDependencyTree,
168493
- RenderBlocking: RenderBlocking,
168494
- SlowCSSSelector: SlowCSSSelector,
168495
- ThirdParties: ThirdParties,
168496
- Viewport: Viewport
168483
+ __proto__: null,
168484
+ CLSCulprits: CLSCulprits,
168485
+ Cache: Cache,
168486
+ CharacterSet: CharacterSet,
168487
+ DOMSize: DOMSize,
168488
+ DocumentLatency: DocumentLatency,
168489
+ DuplicatedJavaScript: DuplicatedJavaScript,
168490
+ FontDisplay: FontDisplay,
168491
+ ForcedReflow: ForcedReflow,
168492
+ INPBreakdown: INPBreakdown,
168493
+ ImageDelivery: ImageDelivery,
168494
+ LCPBreakdown: LCPBreakdown,
168495
+ LCPDiscovery: LCPDiscovery,
168496
+ LegacyJavaScript: LegacyJavaScript,
168497
+ ModernHTTP: ModernHTTP,
168498
+ NetworkDependencyTree: NetworkDependencyTree,
168499
+ RenderBlocking: RenderBlocking,
168500
+ SlowCSSSelector: SlowCSSSelector,
168501
+ ThirdParties: ThirdParties,
168502
+ Viewport: Viewport
168497
168503
  });
168498
168504
 
168499
168505
  // Copyright 2024 The Chromium Authors
168500
168506
 
168501
168507
  var insights = /*#__PURE__*/Object.freeze({
168502
- __proto__: null,
168503
- Cache: Cache,
168504
- Common: Common,
168505
- Models: Models,
168506
- ModernHTTP: ModernHTTP,
168507
- Statistics: Statistics,
168508
- Types: types$1
168508
+ __proto__: null,
168509
+ Cache: Cache,
168510
+ Common: Common,
168511
+ Models: Models,
168512
+ ModernHTTP: ModernHTTP,
168513
+ Statistics: Statistics,
168514
+ Types: types$1
168509
168515
  });
168510
168516
 
168511
168517
  // Copyright 2024 The Chromium Authors
@@ -168891,9 +168897,9 @@ class NetworkAnalyzer {
168891
168897
  // Copyright 2024 The Chromium Authors
168892
168898
 
168893
168899
  var core = /*#__PURE__*/Object.freeze({
168894
- __proto__: null,
168895
- LanternError: LanternError,
168896
- NetworkAnalyzer: NetworkAnalyzer
168900
+ __proto__: null,
168901
+ LanternError: LanternError,
168902
+ NetworkAnalyzer: NetworkAnalyzer
168897
168903
  });
168898
168904
 
168899
168905
  // Copyright 2024 The Chromium Authors
@@ -169657,11 +169663,11 @@ class PageDependencyGraph {
169657
169663
  // Copyright 2024 The Chromium Authors
169658
169664
 
169659
169665
  var graph = /*#__PURE__*/Object.freeze({
169660
- __proto__: null,
169661
- BaseNode: BaseNode,
169662
- CPUNode: CPUNode,
169663
- NetworkNode: NetworkNode,
169664
- PageDependencyGraph: PageDependencyGraph
169666
+ __proto__: null,
169667
+ BaseNode: BaseNode,
169668
+ CPUNode: CPUNode,
169669
+ NetworkNode: NetworkNode,
169670
+ PageDependencyGraph: PageDependencyGraph
169665
169671
  });
169666
169672
 
169667
169673
  // Copyright 2024 The Chromium Authors
@@ -170082,10 +170088,10 @@ function calculateSumOfBlockingTime(topLevelEvents, startTimeMs, endTimeMs) {
170082
170088
  }
170083
170089
 
170084
170090
  var TBTUtils = /*#__PURE__*/Object.freeze({
170085
- __proto__: null,
170086
- BLOCKING_TIME_THRESHOLD: BLOCKING_TIME_THRESHOLD,
170087
- calculateSumOfBlockingTime: calculateSumOfBlockingTime,
170088
- calculateTbtImpactForEvent: calculateTbtImpactForEvent
170091
+ __proto__: null,
170092
+ BLOCKING_TIME_THRESHOLD: BLOCKING_TIME_THRESHOLD,
170093
+ calculateSumOfBlockingTime: calculateSumOfBlockingTime,
170094
+ calculateTbtImpactForEvent: calculateTbtImpactForEvent
170089
170095
  });
170090
170096
 
170091
170097
  // Copyright 2024 The Chromium Authors
@@ -170154,15 +170160,15 @@ class TotalBlockingTime extends Metric {
170154
170160
  // Copyright 2024 The Chromium Authors
170155
170161
 
170156
170162
  var metrics$1 = /*#__PURE__*/Object.freeze({
170157
- __proto__: null,
170158
- FirstContentfulPaint: FirstContentfulPaint,
170159
- Interactive: Interactive,
170160
- LargestContentfulPaint: LargestContentfulPaint,
170161
- MaxPotentialFID: MaxPotentialFID,
170162
- Metric: Metric,
170163
- SpeedIndex: SpeedIndex,
170164
- TBTUtils: TBTUtils,
170165
- TotalBlockingTime: TotalBlockingTime
170163
+ __proto__: null,
170164
+ FirstContentfulPaint: FirstContentfulPaint,
170165
+ Interactive: Interactive,
170166
+ LargestContentfulPaint: LargestContentfulPaint,
170167
+ MaxPotentialFID: MaxPotentialFID,
170168
+ Metric: Metric,
170169
+ SpeedIndex: SpeedIndex,
170170
+ TBTUtils: TBTUtils,
170171
+ TotalBlockingTime: TotalBlockingTime
170166
170172
  });
170167
170173
 
170168
170174
  // Copyright 2024 The Chromium Authors
@@ -170960,13 +170966,13 @@ class Simulator {
170960
170966
  // Copyright 2024 The Chromium Authors
170961
170967
 
170962
170968
  var simulation = /*#__PURE__*/Object.freeze({
170963
- __proto__: null,
170964
- ConnectionPool: ConnectionPool,
170965
- Constants: Constants,
170966
- DNSCache: DNSCache,
170967
- Simulator: Simulator,
170968
- SimulatorTimingMap: SimulatorTimingMap,
170969
- TCPConnection: TCPConnection
170969
+ __proto__: null,
170970
+ ConnectionPool: ConnectionPool,
170971
+ Constants: Constants,
170972
+ DNSCache: DNSCache,
170973
+ Simulator: Simulator,
170974
+ SimulatorTimingMap: SimulatorTimingMap,
170975
+ TCPConnection: TCPConnection
170970
170976
  });
170971
170977
 
170972
170978
  // Copyright 2024 The Chromium Authors
@@ -170995,19 +171001,19 @@ const NetworkRequestTypes = {
170995
171001
  // Copyright 2024 The Chromium Authors
170996
171002
 
170997
171003
  var types = /*#__PURE__*/Object.freeze({
170998
- __proto__: null,
170999
- NetworkRequestTypes: NetworkRequestTypes
171004
+ __proto__: null,
171005
+ NetworkRequestTypes: NetworkRequestTypes
171000
171006
  });
171001
171007
 
171002
171008
  // Copyright 2024 The Chromium Authors
171003
171009
 
171004
171010
  var lantern = /*#__PURE__*/Object.freeze({
171005
- __proto__: null,
171006
- Core: core,
171007
- Graph: graph,
171008
- Metrics: metrics$1,
171009
- Simulation: simulation,
171010
- Types: types
171011
+ __proto__: null,
171012
+ Core: core,
171013
+ Graph: graph,
171014
+ Metrics: metrics$1,
171015
+ Simulation: simulation,
171016
+ Types: types
171011
171017
  });
171012
171018
 
171013
171019
  // Copyright 2024 The Chromium Authors
@@ -171333,10 +171339,10 @@ function createGraph(requests, trace, data, url) {
171333
171339
  }
171334
171340
 
171335
171341
  var LanternComputationData = /*#__PURE__*/Object.freeze({
171336
- __proto__: null,
171337
- createGraph: createGraph,
171338
- createNetworkRequests: createNetworkRequests,
171339
- createProcessedNavigation: createProcessedNavigation
171342
+ __proto__: null,
171343
+ createGraph: createGraph,
171344
+ createNetworkRequests: createNetworkRequests,
171345
+ createProcessedNavigation: createProcessedNavigation
171340
171346
  });
171341
171347
 
171342
171348
  // Copyright 2023 The Chromium Authors
@@ -171785,10 +171791,10 @@ function sortHandlers(traceHandlers) {
171785
171791
  }
171786
171792
 
171787
171793
  var Processor = /*#__PURE__*/Object.freeze({
171788
- __proto__: null,
171789
- TraceParseProgressEvent: TraceParseProgressEvent,
171790
- TraceProcessor: TraceProcessor,
171791
- sortHandlers: sortHandlers
171794
+ __proto__: null,
171795
+ TraceParseProgressEvent: TraceParseProgressEvent,
171796
+ TraceProcessor: TraceProcessor,
171797
+ sortHandlers: sortHandlers
171792
171798
  });
171793
171799
 
171794
171800
  // Copyright 2022 The Chromium Authors
@@ -171901,10 +171907,10 @@ function isModelUpdateDataComplete(eventData) {
171901
171907
  }
171902
171908
 
171903
171909
  var ModelImpl = /*#__PURE__*/Object.freeze({
171904
- __proto__: null,
171905
- Model: Model,
171906
- ModelUpdateEvent: ModelUpdateEvent,
171907
- isModelUpdateDataComplete: isModelUpdateDataComplete
171910
+ __proto__: null,
171911
+ Model: Model,
171912
+ ModelUpdateEvent: ModelUpdateEvent,
171913
+ isModelUpdateDataComplete: isModelUpdateDataComplete
171908
171914
  });
171909
171915
 
171910
171916
  // Copyright 2023 The Chromium Authors
@@ -172309,20 +172315,20 @@ function markerDetailsForEvent(event) {
172309
172315
  }
172310
172316
 
172311
172317
  var Styles = /*#__PURE__*/Object.freeze({
172312
- __proto__: null,
172313
- get EventCategory () { return EventCategory; },
172314
- TimelineCategory: TimelineCategory,
172315
- TimelineRecordStyle: TimelineRecordStyle,
172316
- getCategoryStyles: getCategoryStyles,
172317
- getEventStyle: getEventStyle,
172318
- getTimelineMainEventCategories: getTimelineMainEventCategories,
172319
- markerDetailsForEvent: markerDetailsForEvent,
172320
- maybeInitSylesMap: maybeInitSylesMap,
172321
- setCategories: setCategories,
172322
- setEventStylesMap: setEventStylesMap,
172323
- setTimelineMainEventCategories: setTimelineMainEventCategories,
172324
- stringIsEventCategory: stringIsEventCategory,
172325
- visibleTypes: visibleTypes
172318
+ __proto__: null,
172319
+ get EventCategory () { return EventCategory; },
172320
+ TimelineCategory: TimelineCategory,
172321
+ TimelineRecordStyle: TimelineRecordStyle,
172322
+ getCategoryStyles: getCategoryStyles,
172323
+ getEventStyle: getEventStyle,
172324
+ getTimelineMainEventCategories: getTimelineMainEventCategories,
172325
+ markerDetailsForEvent: markerDetailsForEvent,
172326
+ maybeInitSylesMap: maybeInitSylesMap,
172327
+ setCategories: setCategories,
172328
+ setEventStylesMap: setEventStylesMap,
172329
+ setTimelineMainEventCategories: setTimelineMainEventCategories,
172330
+ stringIsEventCategory: stringIsEventCategory,
172331
+ visibleTypes: visibleTypes
172326
172332
  });
172327
172333
 
172328
172334
  // Copyright 2024 The Chromium Authors
@@ -172394,27 +172400,27 @@ function nameForInteractionEvent(event) {
172394
172400
  }
172395
172401
 
172396
172402
  var Name = /*#__PURE__*/Object.freeze({
172397
- __proto__: null,
172398
- forEntry: forEntry
172403
+ __proto__: null,
172404
+ forEntry: forEntry
172399
172405
  });
172400
172406
 
172401
172407
  // Copyright 2022 The Chromium Authors
172402
172408
 
172403
172409
  var trace = /*#__PURE__*/Object.freeze({
172404
- __proto__: null,
172405
- EntityMapper: EntityMapper$1,
172406
- EventsSerializer: EventsSerializer$1,
172407
- Extras: extras,
172408
- Handlers: handlers,
172409
- Helpers: helpers,
172410
- Insights: insights,
172411
- Lantern: lantern,
172412
- LanternComputationData: LanternComputationData,
172413
- Name: Name,
172414
- Processor: Processor,
172415
- Styles: Styles,
172416
- TraceModel: ModelImpl,
172417
- Types: types$3
172410
+ __proto__: null,
172411
+ EntityMapper: EntityMapper$1,
172412
+ EventsSerializer: EventsSerializer$1,
172413
+ Extras: extras,
172414
+ Handlers: handlers,
172415
+ Helpers: helpers,
172416
+ Insights: insights,
172417
+ Lantern: lantern,
172418
+ LanternComputationData: LanternComputationData,
172419
+ Name: Name,
172420
+ Processor: Processor,
172421
+ Styles: Styles,
172422
+ TraceModel: ModelImpl,
172423
+ Types: types$3
172418
172424
  });
172419
172425
 
172420
172426
  // Copyright 2013 The Chromium Authors
@@ -176903,7 +176909,7 @@ class AgentFocus {
176903
176909
  // Copyright 2019 The Chromium Authors
176904
176910
 
176905
176911
  var ChildrenProvider = /*#__PURE__*/Object.freeze({
176906
- __proto__: null
176912
+ __proto__: null
176907
176913
  });
176908
176914
 
176909
176915
  // Copyright 2014 The Chromium Authors
@@ -177113,24 +177119,24 @@ class Location {
177113
177119
  }
177114
177120
 
177115
177121
  var HeapSnapshotModel = /*#__PURE__*/Object.freeze({
177116
- __proto__: null,
177117
- AggregateForDiff: AggregateForDiff,
177118
- AllocationNodeCallers: AllocationNodeCallers,
177119
- AllocationStackFrame: AllocationStackFrame,
177120
- ComparatorConfig: ComparatorConfig,
177121
- Diff: Diff,
177122
- Edge: Edge,
177123
- HeapSnapshotProgressEvent: HeapSnapshotProgressEvent,
177124
- ItemsRange: ItemsRange,
177125
- Location: Location,
177126
- Node: Node$1,
177127
- NodeFilter: NodeFilter,
177128
- Samples: Samples,
177129
- SearchConfig: SearchConfig,
177130
- SerializedAllocationNode: SerializedAllocationNode,
177131
- StaticData: StaticData,
177132
- baseSystemDistance: baseSystemDistance,
177133
- baseUnreachableDistance: baseUnreachableDistance
177122
+ __proto__: null,
177123
+ AggregateForDiff: AggregateForDiff,
177124
+ AllocationNodeCallers: AllocationNodeCallers,
177125
+ AllocationStackFrame: AllocationStackFrame,
177126
+ ComparatorConfig: ComparatorConfig,
177127
+ Diff: Diff,
177128
+ Edge: Edge,
177129
+ HeapSnapshotProgressEvent: HeapSnapshotProgressEvent,
177130
+ ItemsRange: ItemsRange,
177131
+ Location: Location,
177132
+ Node: Node$1,
177133
+ NodeFilter: NodeFilter,
177134
+ Samples: Samples,
177135
+ SearchConfig: SearchConfig,
177136
+ SerializedAllocationNode: SerializedAllocationNode,
177137
+ StaticData: StaticData,
177138
+ baseSystemDistance: baseSystemDistance,
177139
+ baseUnreachableDistance: baseUnreachableDistance
177134
177140
  });
177135
177141
 
177136
177142
  // Copyright 2011 The Chromium Authors
@@ -177438,21 +177444,21 @@ class HeapSnapshotProviderProxy extends HeapSnapshotProxyObject {
177438
177444
  }
177439
177445
 
177440
177446
  var HeapSnapshotProxy$1 = /*#__PURE__*/Object.freeze({
177441
- __proto__: null,
177442
- HeapSnapshotLoaderProxy: HeapSnapshotLoaderProxy,
177443
- HeapSnapshotProviderProxy: HeapSnapshotProviderProxy,
177444
- HeapSnapshotProxy: HeapSnapshotProxy,
177445
- HeapSnapshotProxyObject: HeapSnapshotProxyObject,
177446
- HeapSnapshotWorkerProxy: HeapSnapshotWorkerProxy
177447
+ __proto__: null,
177448
+ HeapSnapshotLoaderProxy: HeapSnapshotLoaderProxy,
177449
+ HeapSnapshotProviderProxy: HeapSnapshotProviderProxy,
177450
+ HeapSnapshotProxy: HeapSnapshotProxy,
177451
+ HeapSnapshotProxyObject: HeapSnapshotProxyObject,
177452
+ HeapSnapshotWorkerProxy: HeapSnapshotWorkerProxy
177447
177453
  });
177448
177454
 
177449
177455
  // Copyright 2019 The Chromium Authors
177450
177456
 
177451
177457
  var heap_snapshot = /*#__PURE__*/Object.freeze({
177452
- __proto__: null,
177453
- ChildrenProvider: ChildrenProvider,
177454
- HeapSnapshotModel: HeapSnapshotModel,
177455
- HeapSnapshotProxy: HeapSnapshotProxy$1
177458
+ __proto__: null,
177459
+ ChildrenProvider: ChildrenProvider,
177460
+ HeapSnapshotModel: HeapSnapshotModel,
177461
+ HeapSnapshotProxy: HeapSnapshotProxy$1
177456
177462
  });
177457
177463
 
177458
177464
  // Copyright 2020 The Chromium Authors
@@ -180172,30 +180178,30 @@ const parser = _Parser.parse;
180172
180178
  const lexer = _Lexer.lex;
180173
180179
 
180174
180180
  var marked_esm = /*#__PURE__*/Object.freeze({
180175
- __proto__: null,
180176
- Hooks: _Hooks,
180177
- Lexer: _Lexer,
180178
- Marked: Marked,
180179
- Parser: _Parser,
180180
- Renderer: _Renderer,
180181
- TextRenderer: _TextRenderer,
180182
- Tokenizer: _Tokenizer,
180183
- get defaults () { return _defaults; },
180184
- getDefaults: _getDefaults,
180185
- lexer: lexer,
180186
- marked: marked$1,
180187
- options: options,
180188
- parse: parse,
180189
- parseInline: parseInline,
180190
- parser: parser,
180191
- setOptions: setOptions,
180192
- use: use,
180193
- walkTokens: walkTokens
180181
+ __proto__: null,
180182
+ Hooks: _Hooks,
180183
+ Lexer: _Lexer,
180184
+ Marked: Marked,
180185
+ Parser: _Parser,
180186
+ Renderer: _Renderer,
180187
+ TextRenderer: _TextRenderer,
180188
+ Tokenizer: _Tokenizer,
180189
+ get defaults () { return _defaults; },
180190
+ getDefaults: _getDefaults,
180191
+ lexer: lexer,
180192
+ marked: marked$1,
180193
+ options: options,
180194
+ parse: parse,
180195
+ parseInline: parseInline,
180196
+ parser: parser,
180197
+ setOptions: setOptions,
180198
+ use: use,
180199
+ walkTokens: walkTokens
180194
180200
  });
180195
180201
 
180196
180202
  var marked = /*#__PURE__*/Object.freeze({
180197
- __proto__: null,
180198
- Marked: marked_esm
180203
+ __proto__: null,
180204
+ Marked: marked_esm
180199
180205
  });
180200
180206
 
180201
180207
  // Copyright 2020 The Chromium Authors
@@ -180280,15 +180286,15 @@ async function getIssueTitleFromMarkdownDescription(description) {
180280
180286
  }
180281
180287
 
180282
180288
  var MarkdownIssueDescription = /*#__PURE__*/Object.freeze({
180283
- __proto__: null,
180284
- createIssueDescriptionFromMarkdown: createIssueDescriptionFromMarkdown,
180285
- createIssueDescriptionFromRawMarkdown: createIssueDescriptionFromRawMarkdown,
180286
- findTitleFromMarkdownAst: findTitleFromMarkdownAst,
180287
- getFileContent: getFileContent,
180288
- getIssueTitleFromMarkdownDescription: getIssueTitleFromMarkdownDescription,
180289
- getMarkdownFileContent: getMarkdownFileContent,
180290
- resolveLazyDescription: resolveLazyDescription,
180291
- substitutePlaceholders: substitutePlaceholders
180289
+ __proto__: null,
180290
+ createIssueDescriptionFromMarkdown: createIssueDescriptionFromMarkdown,
180291
+ createIssueDescriptionFromRawMarkdown: createIssueDescriptionFromRawMarkdown,
180292
+ findTitleFromMarkdownAst: findTitleFromMarkdownAst,
180293
+ getFileContent: getFileContent,
180294
+ getIssueTitleFromMarkdownDescription: getIssueTitleFromMarkdownDescription,
180295
+ getMarkdownFileContent: getMarkdownFileContent,
180296
+ resolveLazyDescription: resolveLazyDescription,
180297
+ substitutePlaceholders: substitutePlaceholders
180292
180298
  });
180293
180299
 
180294
180300
  // Copyright 2020 The Chromium Authors
@@ -183818,35 +183824,35 @@ globalThis.addIssueForTest = (issue) => {
183818
183824
  installInspectorFrontendHost(new McpHostBindings());
183819
183825
 
183820
183826
  var mcp = /*#__PURE__*/Object.freeze({
183821
- __proto__: null,
183822
- AgentFocus: AgentFocus,
183823
- AggregatedIssue: AggregatedIssue,
183824
- Common: common,
183825
- ConnectionTransport: ConnectionTransport,
183826
- CrUXManager: CrUXManager,
183827
- DebuggerModel: DebuggerModel,
183828
- DebuggerWorkspaceBinding: DebuggerWorkspaceBinding,
183829
- Formatter: formatter,
183830
- Foundation: foundation,
183831
- HeapSnapshotModel: heap_snapshot,
183832
- I18n: i18n,
183833
- IgnoreListManager: IgnoreListManager,
183834
- Issue: Issue,
183835
- IssueAggregator: IssueAggregator,
183836
- IssuesManager: IssuesManager,
183837
- MarkdownIssueDescription: MarkdownIssueDescription,
183838
- Marked: marked,
183839
- NetworkRequestFormatter: NetworkRequestFormatter$1,
183840
- PerformanceInsightFormatter: PerformanceInsightFormatter,
183841
- PerformanceTraceFormatter: PerformanceTraceFormatter,
183842
- Protocol: protocol,
183843
- ProtocolClient: protocol_client,
183844
- RuntimeModel: RuntimeModel,
183845
- StackTrace: stack_trace,
183846
- Target: Target,
183847
- TargetManager: TargetManager,
183848
- TraceEngine: trace,
183849
- createIssuesFromProtocolIssue: createIssuesFromProtocolIssue
183827
+ __proto__: null,
183828
+ AgentFocus: AgentFocus,
183829
+ AggregatedIssue: AggregatedIssue,
183830
+ Common: common,
183831
+ ConnectionTransport: ConnectionTransport,
183832
+ CrUXManager: CrUXManager,
183833
+ DebuggerModel: DebuggerModel,
183834
+ DebuggerWorkspaceBinding: DebuggerWorkspaceBinding,
183835
+ Formatter: formatter,
183836
+ Foundation: foundation,
183837
+ HeapSnapshotModel: heap_snapshot,
183838
+ I18n: i18n,
183839
+ IgnoreListManager: IgnoreListManager,
183840
+ Issue: Issue,
183841
+ IssueAggregator: IssueAggregator,
183842
+ IssuesManager: IssuesManager,
183843
+ MarkdownIssueDescription: MarkdownIssueDescription,
183844
+ Marked: marked,
183845
+ NetworkRequestFormatter: NetworkRequestFormatter$1,
183846
+ PerformanceInsightFormatter: PerformanceInsightFormatter,
183847
+ PerformanceTraceFormatter: PerformanceTraceFormatter,
183848
+ Protocol: protocol,
183849
+ ProtocolClient: protocol_client,
183850
+ RuntimeModel: RuntimeModel,
183851
+ StackTrace: stack_trace,
183852
+ Target: Target,
183853
+ TargetManager: TargetManager,
183854
+ TraceEngine: trace,
183855
+ createIssuesFromProtocolIssue: createIssuesFromProtocolIssue
183850
183856
  });
183851
183857
 
183852
183858
  /**