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.
- package/README.md +4 -0
- package/build/src/McpContext.js +0 -125
- package/build/src/McpPage.js +198 -0
- package/build/src/McpResponse.js +6 -2
- package/build/src/TextSnapshot.js +230 -0
- package/build/src/bin/chrome-devtools-mcp-cli-options.js +10 -0
- package/build/src/bin/chrome-devtools.js +22 -14
- package/build/src/daemon/client.js +10 -10
- package/build/src/daemon/daemon.js +6 -5
- package/build/src/daemon/utils.js +19 -14
- package/build/src/third_party/THIRD_PARTY_NOTICES +27 -0
- package/build/src/third_party/bundled-packages.json +1 -0
- package/build/src/third_party/index.js +1407 -1401
- package/build/src/tools/inPage.js +2 -33
- package/build/src/tools/network.js +2 -2
- package/build/src/tools/pages.js +209 -146
- package/build/src/tools/screencast.js +19 -8
- package/build/src/version.js +1 -1
- package/package.json +2 -1
|
@@ -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
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
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
|
-
|
|
13269
|
-
|
|
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
|
-
|
|
17235
|
-
|
|
17236
|
-
|
|
17237
|
-
|
|
17238
|
-
|
|
17239
|
-
|
|
17240
|
-
|
|
17241
|
-
|
|
17242
|
-
|
|
17243
|
-
|
|
17244
|
-
|
|
17245
|
-
|
|
17246
|
-
|
|
17247
|
-
|
|
17248
|
-
|
|
17249
|
-
|
|
17250
|
-
|
|
17251
|
-
|
|
17252
|
-
|
|
17253
|
-
|
|
17254
|
-
|
|
17255
|
-
|
|
17256
|
-
|
|
17257
|
-
|
|
17258
|
-
|
|
17259
|
-
|
|
17260
|
-
|
|
17261
|
-
|
|
17262
|
-
|
|
17263
|
-
|
|
17264
|
-
|
|
17265
|
-
|
|
17266
|
-
|
|
17267
|
-
|
|
17268
|
-
|
|
17269
|
-
|
|
17270
|
-
|
|
17271
|
-
|
|
17272
|
-
|
|
17273
|
-
|
|
17274
|
-
|
|
17275
|
-
|
|
17276
|
-
|
|
17277
|
-
|
|
17278
|
-
|
|
17279
|
-
|
|
17280
|
-
|
|
17281
|
-
|
|
17282
|
-
|
|
17283
|
-
|
|
17284
|
-
|
|
17285
|
-
|
|
17286
|
-
|
|
17287
|
-
|
|
17288
|
-
|
|
17289
|
-
|
|
17290
|
-
|
|
17291
|
-
|
|
17292
|
-
|
|
17293
|
-
|
|
17294
|
-
|
|
17295
|
-
|
|
17296
|
-
|
|
17297
|
-
|
|
17298
|
-
|
|
17299
|
-
|
|
17300
|
-
|
|
17301
|
-
|
|
17302
|
-
|
|
17303
|
-
|
|
17304
|
-
|
|
17305
|
-
|
|
17306
|
-
|
|
17307
|
-
|
|
17308
|
-
|
|
17309
|
-
|
|
17310
|
-
|
|
17311
|
-
|
|
17312
|
-
|
|
17313
|
-
|
|
17314
|
-
|
|
17315
|
-
|
|
17316
|
-
|
|
17317
|
-
|
|
17318
|
-
|
|
17319
|
-
|
|
17320
|
-
|
|
17321
|
-
|
|
17322
|
-
|
|
17323
|
-
|
|
17324
|
-
|
|
17325
|
-
|
|
17326
|
-
|
|
17327
|
-
|
|
17328
|
-
|
|
17329
|
-
|
|
17330
|
-
|
|
17331
|
-
|
|
17332
|
-
|
|
17333
|
-
|
|
17334
|
-
|
|
17335
|
-
|
|
17336
|
-
|
|
17337
|
-
|
|
17338
|
-
|
|
17339
|
-
|
|
17340
|
-
|
|
17341
|
-
|
|
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
|
-
|
|
65151
|
-
|
|
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
|
-
|
|
85918
|
-
|
|
85919
|
-
|
|
85920
|
-
|
|
85921
|
-
|
|
85922
|
-
|
|
85923
|
-
|
|
85924
|
-
|
|
85925
|
-
|
|
85926
|
-
|
|
85927
|
-
|
|
85928
|
-
|
|
85929
|
-
|
|
85930
|
-
|
|
85931
|
-
|
|
85932
|
-
|
|
85933
|
-
|
|
85934
|
-
|
|
85935
|
-
|
|
85936
|
-
|
|
85937
|
-
|
|
85938
|
-
|
|
85939
|
-
|
|
85940
|
-
|
|
85941
|
-
|
|
85942
|
-
|
|
85943
|
-
|
|
85944
|
-
|
|
85945
|
-
|
|
85946
|
-
|
|
85947
|
-
|
|
85948
|
-
|
|
85949
|
-
|
|
85950
|
-
|
|
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
|
-
|
|
95284
|
-
|
|
95285
|
-
|
|
95286
|
-
|
|
95287
|
-
|
|
95288
|
-
|
|
95289
|
-
|
|
95290
|
-
|
|
95291
|
-
|
|
95292
|
-
|
|
95293
|
-
|
|
95294
|
-
|
|
95295
|
-
|
|
95296
|
-
|
|
95297
|
-
|
|
95298
|
-
|
|
95299
|
-
|
|
95300
|
-
|
|
95301
|
-
|
|
95302
|
-
|
|
95303
|
-
|
|
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
|
-
|
|
98426
|
-
|
|
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
|
-
|
|
98768
|
-
|
|
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
|
-
|
|
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
|
-
|
|
99601
|
-
|
|
99602
|
-
|
|
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
|
-
|
|
99651
|
-
|
|
99652
|
-
|
|
99653
|
-
|
|
99654
|
-
|
|
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
|
-
|
|
99685
|
-
|
|
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
|
-
|
|
99877
|
-
|
|
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
|
-
|
|
99884
|
-
|
|
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
|
-
|
|
99959
|
-
|
|
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
|
-
|
|
99966
|
-
|
|
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
|
-
|
|
100387
|
-
|
|
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
|
-
|
|
100697
|
-
|
|
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
|
-
|
|
100889
|
-
|
|
100890
|
-
|
|
100891
|
-
|
|
100892
|
-
|
|
100893
|
-
|
|
100894
|
-
|
|
100895
|
-
|
|
100896
|
-
|
|
100897
|
-
|
|
100898
|
-
|
|
100899
|
-
|
|
100900
|
-
|
|
100901
|
-
|
|
100902
|
-
|
|
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
|
-
|
|
102832
|
-
|
|
102833
|
-
|
|
102834
|
-
|
|
102835
|
-
|
|
102836
|
-
|
|
102837
|
-
|
|
102838
|
-
|
|
102839
|
-
|
|
102840
|
-
|
|
102841
|
-
|
|
102842
|
-
|
|
102843
|
-
|
|
102844
|
-
|
|
102845
|
-
|
|
102846
|
-
|
|
102847
|
-
|
|
102848
|
-
|
|
102849
|
-
|
|
102850
|
-
|
|
102851
|
-
|
|
102852
|
-
|
|
102853
|
-
|
|
102854
|
-
|
|
102855
|
-
|
|
102856
|
-
|
|
102857
|
-
|
|
102858
|
-
|
|
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
|
-
|
|
102944
|
-
|
|
102945
|
-
|
|
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
|
-
|
|
102990
|
-
|
|
102991
|
-
|
|
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
|
-
|
|
103042
|
-
|
|
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
|
-
|
|
103108
|
-
|
|
103109
|
-
|
|
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
|
-
|
|
105016
|
-
|
|
105017
|
-
|
|
105018
|
-
|
|
105019
|
-
|
|
105020
|
-
|
|
105021
|
-
|
|
105022
|
-
|
|
105023
|
-
|
|
105024
|
-
|
|
105025
|
-
|
|
105026
|
-
|
|
105027
|
-
|
|
105028
|
-
|
|
105029
|
-
|
|
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
|
-
|
|
105172
|
-
|
|
105173
|
-
|
|
105174
|
-
|
|
105175
|
-
|
|
105176
|
-
|
|
105177
|
-
|
|
105178
|
-
|
|
105179
|
-
|
|
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
|
-
|
|
105186
|
-
|
|
105187
|
-
|
|
105188
|
-
|
|
105189
|
-
|
|
105190
|
-
|
|
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
|
-
|
|
105278
|
-
|
|
105279
|
-
|
|
105280
|
-
|
|
105281
|
-
|
|
105282
|
-
|
|
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
|
-
|
|
105347
|
-
|
|
105348
|
-
|
|
105349
|
-
|
|
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
|
-
|
|
105371
|
-
|
|
105372
|
-
|
|
105373
|
-
|
|
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
|
-
|
|
105390
|
-
|
|
105391
|
-
|
|
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
|
-
|
|
105470
|
-
|
|
105471
|
-
|
|
105472
|
-
|
|
105473
|
-
|
|
105474
|
-
|
|
105475
|
-
|
|
105476
|
-
|
|
105477
|
-
|
|
105478
|
-
|
|
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
|
-
|
|
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
|
-
|
|
105514
|
-
|
|
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
|
-
|
|
105535
|
-
|
|
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
|
-
|
|
105578
|
-
|
|
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
|
-
|
|
106004
|
-
|
|
106005
|
-
|
|
106006
|
-
|
|
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
|
-
|
|
106154
|
-
|
|
106155
|
-
|
|
106156
|
-
|
|
106157
|
-
|
|
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
|
-
|
|
106212
|
-
|
|
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
|
-
|
|
106584
|
-
|
|
106585
|
-
|
|
106586
|
-
|
|
106587
|
-
|
|
106588
|
-
|
|
106589
|
-
|
|
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
|
-
|
|
106602
|
-
|
|
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
|
-
|
|
106630
|
-
|
|
106631
|
-
|
|
106632
|
-
|
|
106633
|
-
|
|
106634
|
-
|
|
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
|
-
|
|
106709
|
-
|
|
106710
|
-
|
|
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
|
-
|
|
106821
|
-
|
|
106822
|
-
|
|
106823
|
-
|
|
106824
|
-
|
|
106825
|
-
|
|
106826
|
-
|
|
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
|
-
|
|
107485
|
-
|
|
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
|
-
|
|
108019
|
-
|
|
108020
|
-
|
|
108021
|
-
|
|
108022
|
-
|
|
108023
|
-
|
|
108024
|
-
|
|
108025
|
-
|
|
108026
|
-
|
|
108027
|
-
|
|
108028
|
-
|
|
108029
|
-
|
|
108030
|
-
|
|
108031
|
-
|
|
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
|
-
|
|
108129
|
-
|
|
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
|
-
|
|
108179
|
-
|
|
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
|
-
|
|
108197
|
-
|
|
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
|
-
|
|
108328
|
-
|
|
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
|
-
|
|
108371
|
-
|
|
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
|
-
|
|
108444
|
-
|
|
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
|
-
|
|
108451
|
-
|
|
108452
|
-
|
|
108453
|
-
|
|
108454
|
-
|
|
108455
|
-
|
|
108456
|
-
|
|
108457
|
-
|
|
108458
|
-
|
|
108459
|
-
|
|
108460
|
-
|
|
108461
|
-
|
|
108462
|
-
|
|
108463
|
-
|
|
108464
|
-
|
|
108465
|
-
|
|
108466
|
-
|
|
108467
|
-
|
|
108468
|
-
|
|
108469
|
-
|
|
108470
|
-
|
|
108471
|
-
|
|
108472
|
-
|
|
108473
|
-
|
|
108474
|
-
|
|
108475
|
-
|
|
108476
|
-
|
|
108477
|
-
|
|
108478
|
-
|
|
108479
|
-
|
|
108480
|
-
|
|
108481
|
-
|
|
108482
|
-
|
|
108483
|
-
|
|
108484
|
-
|
|
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
|
-
|
|
110302
|
-
|
|
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
|
-
|
|
110321
|
-
|
|
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
|
-
|
|
112349
|
-
|
|
112350
|
-
|
|
112351
|
-
|
|
112352
|
-
|
|
112353
|
-
|
|
112354
|
-
|
|
112355
|
-
|
|
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
|
-
|
|
112493
|
-
|
|
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
|
-
|
|
112500
|
-
|
|
112501
|
-
|
|
112502
|
-
|
|
112503
|
-
|
|
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
|
-
|
|
134790
|
-
|
|
134791
|
-
|
|
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
|
-
|
|
134869
|
-
|
|
134870
|
-
|
|
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
|
-
|
|
134877
|
-
|
|
134878
|
-
|
|
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
|
-
|
|
148372
|
-
|
|
148373
|
-
|
|
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
|
-
|
|
148401
|
-
|
|
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
|
-
|
|
148408
|
-
|
|
148409
|
-
|
|
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
|
-
|
|
153811
|
-
|
|
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
|
-
|
|
153818
|
-
|
|
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
|
-
|
|
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
|
-
|
|
155061
|
-
|
|
155062
|
-
|
|
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
|
-
|
|
155219
|
-
|
|
155220
|
-
|
|
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
|
-
|
|
155258
|
-
|
|
155259
|
-
|
|
155260
|
-
|
|
155261
|
-
|
|
155262
|
-
|
|
155263
|
-
|
|
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
|
-
|
|
155324
|
-
|
|
155325
|
-
|
|
155326
|
-
|
|
155327
|
-
|
|
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
|
-
|
|
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
|
-
|
|
155349
|
-
|
|
155350
|
-
|
|
155351
|
-
|
|
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
|
-
|
|
155938
|
-
|
|
155939
|
-
|
|
155940
|
-
|
|
155941
|
-
|
|
155942
|
-
|
|
155943
|
-
|
|
155944
|
-
|
|
155945
|
-
|
|
155946
|
-
|
|
155947
|
-
|
|
155948
|
-
|
|
155949
|
-
|
|
155950
|
-
|
|
155951
|
-
|
|
155952
|
-
|
|
155953
|
-
|
|
155954
|
-
|
|
155955
|
-
|
|
155956
|
-
|
|
155957
|
-
|
|
155958
|
-
|
|
155959
|
-
|
|
155960
|
-
|
|
155961
|
-
|
|
155962
|
-
|
|
155963
|
-
|
|
155964
|
-
|
|
155965
|
-
|
|
155966
|
-
|
|
155967
|
-
|
|
155968
|
-
|
|
155969
|
-
|
|
155970
|
-
|
|
155971
|
-
|
|
155972
|
-
|
|
155973
|
-
|
|
155974
|
-
|
|
155975
|
-
|
|
155976
|
-
|
|
155977
|
-
|
|
155978
|
-
|
|
155979
|
-
|
|
155980
|
-
|
|
155981
|
-
|
|
155982
|
-
|
|
155983
|
-
|
|
155984
|
-
|
|
155985
|
-
|
|
155986
|
-
|
|
155987
|
-
|
|
155988
|
-
|
|
155989
|
-
|
|
155990
|
-
|
|
155991
|
-
|
|
155992
|
-
|
|
155993
|
-
|
|
155994
|
-
|
|
155995
|
-
|
|
155996
|
-
|
|
155997
|
-
|
|
155998
|
-
|
|
155999
|
-
|
|
156000
|
-
|
|
156001
|
-
|
|
156002
|
-
|
|
156003
|
-
|
|
156004
|
-
|
|
156005
|
-
|
|
156006
|
-
|
|
156007
|
-
|
|
156008
|
-
|
|
156009
|
-
|
|
156010
|
-
|
|
156011
|
-
|
|
156012
|
-
|
|
156013
|
-
|
|
156014
|
-
|
|
156015
|
-
|
|
156016
|
-
|
|
156017
|
-
|
|
156018
|
-
|
|
156019
|
-
|
|
156020
|
-
|
|
156021
|
-
|
|
156022
|
-
|
|
156023
|
-
|
|
156024
|
-
|
|
156025
|
-
|
|
156026
|
-
|
|
156027
|
-
|
|
156028
|
-
|
|
156029
|
-
|
|
156030
|
-
|
|
156031
|
-
|
|
156032
|
-
|
|
156033
|
-
|
|
156034
|
-
|
|
156035
|
-
|
|
156036
|
-
|
|
156037
|
-
|
|
156038
|
-
|
|
156039
|
-
|
|
156040
|
-
|
|
156041
|
-
|
|
156042
|
-
|
|
156043
|
-
|
|
156044
|
-
|
|
156045
|
-
|
|
156046
|
-
|
|
156047
|
-
|
|
156048
|
-
|
|
156049
|
-
|
|
156050
|
-
|
|
156051
|
-
|
|
156052
|
-
|
|
156053
|
-
|
|
156054
|
-
|
|
156055
|
-
|
|
156056
|
-
|
|
156057
|
-
|
|
156058
|
-
|
|
156059
|
-
|
|
156060
|
-
|
|
156061
|
-
|
|
156062
|
-
|
|
156063
|
-
|
|
156064
|
-
|
|
156065
|
-
|
|
156066
|
-
|
|
156067
|
-
|
|
156068
|
-
|
|
156069
|
-
|
|
156070
|
-
|
|
156071
|
-
|
|
156072
|
-
|
|
156073
|
-
|
|
156074
|
-
|
|
156075
|
-
|
|
156076
|
-
|
|
156077
|
-
|
|
156078
|
-
|
|
156079
|
-
|
|
156080
|
-
|
|
156081
|
-
|
|
156082
|
-
|
|
156083
|
-
|
|
156084
|
-
|
|
156085
|
-
|
|
156086
|
-
|
|
156087
|
-
|
|
156088
|
-
|
|
156089
|
-
|
|
156090
|
-
|
|
156091
|
-
|
|
156092
|
-
|
|
156093
|
-
|
|
156094
|
-
|
|
156095
|
-
|
|
156096
|
-
|
|
156097
|
-
|
|
156098
|
-
|
|
156099
|
-
|
|
156100
|
-
|
|
156101
|
-
|
|
156102
|
-
|
|
156103
|
-
|
|
156104
|
-
|
|
156105
|
-
|
|
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
|
-
|
|
156112
|
-
|
|
156113
|
-
|
|
156114
|
-
|
|
156115
|
-
|
|
156116
|
-
|
|
156117
|
-
|
|
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
|
-
|
|
156268
|
-
|
|
156269
|
-
|
|
156270
|
-
|
|
156271
|
-
|
|
156272
|
-
|
|
156273
|
-
|
|
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
|
-
|
|
156335
|
-
|
|
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
|
-
|
|
156504
|
-
|
|
156505
|
-
|
|
156506
|
-
|
|
156507
|
-
|
|
156508
|
-
|
|
156509
|
-
|
|
156510
|
-
|
|
156511
|
-
|
|
156512
|
-
|
|
156513
|
-
|
|
156514
|
-
|
|
156515
|
-
|
|
156516
|
-
|
|
156517
|
-
|
|
156518
|
-
|
|
156519
|
-
|
|
156520
|
-
|
|
156521
|
-
|
|
156522
|
-
|
|
156523
|
-
|
|
156524
|
-
|
|
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
|
-
|
|
157146
|
-
|
|
157147
|
-
|
|
157148
|
-
|
|
157149
|
-
|
|
157150
|
-
|
|
157151
|
-
|
|
157152
|
-
|
|
157153
|
-
|
|
157154
|
-
|
|
157155
|
-
|
|
157156
|
-
|
|
157157
|
-
|
|
157158
|
-
|
|
157159
|
-
|
|
157160
|
-
|
|
157161
|
-
|
|
157162
|
-
|
|
157163
|
-
|
|
157164
|
-
|
|
157165
|
-
|
|
157166
|
-
|
|
157167
|
-
|
|
157168
|
-
|
|
157169
|
-
|
|
157170
|
-
|
|
157171
|
-
|
|
157172
|
-
|
|
157173
|
-
|
|
157174
|
-
|
|
157175
|
-
|
|
157176
|
-
|
|
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
|
-
|
|
157312
|
-
|
|
157313
|
-
|
|
157314
|
-
|
|
157315
|
-
|
|
157316
|
-
|
|
157317
|
-
|
|
157318
|
-
|
|
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
|
-
|
|
157353
|
-
|
|
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
|
-
|
|
157433
|
-
|
|
157434
|
-
|
|
157435
|
-
|
|
157436
|
-
|
|
157437
|
-
|
|
157438
|
-
|
|
157439
|
-
|
|
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
|
-
|
|
157735
|
-
|
|
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
|
-
|
|
157742
|
-
|
|
157743
|
-
|
|
157744
|
-
|
|
157745
|
-
|
|
157746
|
-
|
|
157747
|
-
|
|
157748
|
-
|
|
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
|
-
|
|
157841
|
-
|
|
157842
|
-
|
|
157843
|
-
|
|
157844
|
-
|
|
157845
|
-
|
|
157846
|
-
|
|
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
|
-
|
|
157874
|
-
|
|
157875
|
-
|
|
157876
|
-
|
|
157877
|
-
|
|
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
|
-
|
|
157971
|
-
|
|
157972
|
-
|
|
157973
|
-
|
|
157974
|
-
|
|
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
|
-
|
|
158088
|
-
|
|
158089
|
-
|
|
158090
|
-
|
|
158091
|
-
|
|
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
|
-
|
|
158383
|
-
|
|
158384
|
-
|
|
158385
|
-
|
|
158386
|
-
|
|
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
|
-
|
|
158820
|
-
|
|
158821
|
-
|
|
158822
|
-
|
|
158823
|
-
|
|
158824
|
-
|
|
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
|
-
|
|
159508
|
-
|
|
159509
|
-
|
|
159510
|
-
|
|
159511
|
-
|
|
159512
|
-
|
|
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
|
-
|
|
159753
|
-
|
|
159754
|
-
|
|
159755
|
-
|
|
159756
|
-
|
|
159757
|
-
|
|
159758
|
-
|
|
159759
|
-
|
|
159760
|
-
|
|
159761
|
-
|
|
159762
|
-
|
|
159763
|
-
|
|
159764
|
-
|
|
159765
|
-
|
|
159766
|
-
|
|
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
|
-
|
|
159872
|
-
|
|
159873
|
-
|
|
159874
|
-
|
|
159875
|
-
|
|
159876
|
-
|
|
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
|
-
|
|
159899
|
-
|
|
159900
|
-
|
|
159901
|
-
|
|
159902
|
-
|
|
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
|
-
|
|
160042
|
-
|
|
160043
|
-
|
|
160044
|
-
|
|
160045
|
-
|
|
160046
|
-
|
|
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
|
-
|
|
160209
|
-
|
|
160210
|
-
|
|
160211
|
-
|
|
160212
|
-
|
|
160213
|
-
|
|
160214
|
-
|
|
160215
|
-
|
|
160216
|
-
|
|
160217
|
-
|
|
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
|
-
|
|
160301
|
-
|
|
160302
|
-
|
|
160303
|
-
|
|
160304
|
-
|
|
160305
|
-
|
|
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
|
-
|
|
160388
|
-
|
|
160389
|
-
|
|
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
|
-
|
|
160797
|
-
|
|
160798
|
-
|
|
160799
|
-
|
|
160800
|
-
|
|
160801
|
-
|
|
160802
|
-
|
|
160803
|
-
|
|
160804
|
-
|
|
160805
|
-
|
|
160806
|
-
|
|
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
|
-
|
|
160840
|
-
|
|
160841
|
-
|
|
160842
|
-
|
|
160843
|
-
|
|
160844
|
-
|
|
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
|
-
|
|
160942
|
-
|
|
160943
|
-
|
|
160944
|
-
|
|
160945
|
-
|
|
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
|
-
|
|
161091
|
-
|
|
161092
|
-
|
|
161093
|
-
|
|
161094
|
-
|
|
161095
|
-
|
|
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
|
-
|
|
161210
|
-
|
|
161211
|
-
|
|
161212
|
-
|
|
161213
|
-
|
|
161214
|
-
|
|
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
|
-
|
|
161530
|
-
|
|
161531
|
-
|
|
161532
|
-
|
|
161533
|
-
|
|
161534
|
-
|
|
161535
|
-
|
|
161536
|
-
|
|
161537
|
-
|
|
161538
|
-
|
|
161539
|
-
|
|
161540
|
-
|
|
161541
|
-
|
|
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
|
-
|
|
161606
|
-
|
|
161607
|
-
|
|
161608
|
-
|
|
161609
|
-
|
|
161610
|
-
|
|
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
|
-
|
|
161635
|
-
|
|
161636
|
-
|
|
161637
|
-
|
|
161638
|
-
|
|
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
|
-
|
|
161707
|
-
|
|
161708
|
-
|
|
161709
|
-
|
|
161710
|
-
|
|
161711
|
-
|
|
161712
|
-
|
|
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
|
-
|
|
162066
|
-
|
|
162067
|
-
|
|
162068
|
-
|
|
162069
|
-
|
|
162070
|
-
|
|
162071
|
-
|
|
162072
|
-
|
|
162073
|
-
|
|
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
|
-
|
|
162096
|
-
|
|
162097
|
-
|
|
162098
|
-
|
|
162099
|
-
|
|
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
|
-
|
|
162140
|
-
|
|
162141
|
-
|
|
162142
|
-
|
|
162143
|
-
|
|
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
|
-
|
|
162386
|
-
|
|
162387
|
-
|
|
162388
|
-
|
|
162389
|
-
|
|
162390
|
-
|
|
162391
|
-
|
|
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
|
-
|
|
162458
|
-
|
|
162459
|
-
|
|
162460
|
-
|
|
162461
|
-
|
|
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
|
-
|
|
162672
|
-
|
|
162673
|
-
|
|
162674
|
-
|
|
162675
|
-
|
|
162676
|
-
|
|
162677
|
-
|
|
162678
|
-
|
|
162679
|
-
|
|
162680
|
-
|
|
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
|
-
|
|
162716
|
-
|
|
162717
|
-
|
|
162718
|
-
|
|
162719
|
-
|
|
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
|
-
|
|
162816
|
-
|
|
162817
|
-
|
|
162818
|
-
|
|
162819
|
-
|
|
162820
|
-
|
|
162821
|
-
|
|
162822
|
-
|
|
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
|
-
|
|
162829
|
-
|
|
162830
|
-
|
|
162831
|
-
|
|
162832
|
-
|
|
162833
|
-
|
|
162834
|
-
|
|
162835
|
-
|
|
162836
|
-
|
|
162837
|
-
|
|
162838
|
-
|
|
162839
|
-
|
|
162840
|
-
|
|
162841
|
-
|
|
162842
|
-
|
|
162843
|
-
|
|
162844
|
-
|
|
162845
|
-
|
|
162846
|
-
|
|
162847
|
-
|
|
162848
|
-
|
|
162849
|
-
|
|
162850
|
-
|
|
162851
|
-
|
|
162852
|
-
|
|
162853
|
-
|
|
162854
|
-
|
|
162855
|
-
|
|
162856
|
-
|
|
162857
|
-
|
|
162858
|
-
|
|
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
|
-
|
|
162868
|
+
__proto__: null
|
|
162863
162869
|
});
|
|
162864
162870
|
|
|
162865
162871
|
// Copyright 2022 The Chromium Authors
|
|
162866
162872
|
|
|
162867
162873
|
var handlers = /*#__PURE__*/Object.freeze({
|
|
162868
|
-
|
|
162869
|
-
|
|
162870
|
-
|
|
162871
|
-
|
|
162872
|
-
|
|
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
|
-
|
|
162971
|
-
|
|
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
|
-
|
|
163061
|
-
|
|
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
|
-
|
|
163104
|
-
|
|
163105
|
-
|
|
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
|
-
|
|
163232
|
-
|
|
163233
|
-
|
|
163234
|
-
|
|
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
|
-
|
|
163256
|
-
|
|
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
|
-
|
|
163322
|
-
|
|
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
|
-
|
|
163461
|
-
|
|
163462
|
-
|
|
163463
|
-
|
|
163464
|
-
|
|
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
|
-
|
|
163515
|
-
|
|
163516
|
-
|
|
163517
|
-
|
|
163518
|
-
|
|
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
|
-
|
|
164070
|
-
|
|
164071
|
-
|
|
164072
|
-
|
|
164073
|
-
|
|
164074
|
-
|
|
164075
|
-
|
|
164076
|
-
|
|
164077
|
-
|
|
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
|
-
|
|
164177
|
-
|
|
164178
|
-
|
|
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
|
-
|
|
164185
|
-
|
|
164186
|
-
|
|
164187
|
-
|
|
164188
|
-
|
|
164189
|
-
|
|
164190
|
-
|
|
164191
|
-
|
|
164192
|
-
|
|
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
|
-
|
|
164257
|
-
|
|
164258
|
-
|
|
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
|
-
|
|
164530
|
-
|
|
164531
|
-
|
|
164532
|
-
|
|
164533
|
-
|
|
164534
|
-
|
|
164535
|
-
|
|
164536
|
-
|
|
164537
|
-
|
|
164538
|
-
|
|
164539
|
-
|
|
164540
|
-
|
|
164541
|
-
|
|
164542
|
-
|
|
164543
|
-
|
|
164544
|
-
|
|
164545
|
-
|
|
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
|
-
|
|
164566
|
-
|
|
164567
|
-
|
|
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
|
-
|
|
164718
|
-
|
|
164719
|
-
|
|
164720
|
-
|
|
164721
|
-
|
|
164722
|
-
|
|
164723
|
-
|
|
164724
|
-
|
|
164725
|
-
|
|
164726
|
-
|
|
164727
|
-
|
|
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
|
-
|
|
164836
|
-
|
|
164837
|
-
|
|
164838
|
-
|
|
164839
|
-
|
|
164840
|
-
|
|
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
|
-
|
|
165221
|
-
|
|
165222
|
-
|
|
165223
|
-
|
|
165224
|
-
|
|
165225
|
-
|
|
165226
|
-
|
|
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
|
-
|
|
165424
|
-
|
|
165425
|
-
|
|
165426
|
-
|
|
165427
|
-
|
|
165428
|
-
|
|
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
|
-
|
|
165562
|
-
|
|
165563
|
-
|
|
165564
|
-
|
|
165565
|
-
|
|
165566
|
-
|
|
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
|
-
|
|
165647
|
-
|
|
165648
|
-
|
|
165649
|
-
|
|
165650
|
-
|
|
165651
|
-
|
|
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
|
-
|
|
165724
|
-
|
|
165725
|
-
|
|
165726
|
-
|
|
165727
|
-
|
|
165728
|
-
|
|
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
|
-
|
|
165864
|
-
|
|
165865
|
-
|
|
165866
|
-
|
|
165867
|
-
|
|
165868
|
-
|
|
165869
|
-
|
|
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
|
-
|
|
166054
|
-
|
|
166055
|
-
|
|
166056
|
-
|
|
166057
|
-
|
|
166058
|
-
|
|
166059
|
-
|
|
166060
|
-
|
|
166061
|
-
|
|
166062
|
-
|
|
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
|
-
|
|
166158
|
-
|
|
166159
|
-
|
|
166160
|
-
|
|
166161
|
-
|
|
166162
|
-
|
|
166163
|
-
|
|
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
|
-
|
|
166302
|
-
|
|
166303
|
-
|
|
166304
|
-
|
|
166305
|
-
|
|
166306
|
-
|
|
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
|
-
|
|
166453
|
-
|
|
166454
|
-
|
|
166455
|
-
|
|
166456
|
-
|
|
166457
|
-
|
|
166458
|
-
|
|
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
|
-
|
|
167361
|
-
|
|
167362
|
-
|
|
167363
|
-
|
|
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
|
-
|
|
167443
|
-
|
|
167444
|
-
|
|
167445
|
-
|
|
167446
|
-
|
|
167447
|
-
|
|
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
|
-
|
|
167593
|
-
|
|
167594
|
-
|
|
167595
|
-
|
|
167596
|
-
|
|
167597
|
-
|
|
167598
|
-
|
|
167599
|
-
|
|
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
|
-
|
|
168020
|
-
|
|
168021
|
-
|
|
168022
|
-
|
|
168023
|
-
|
|
168024
|
-
|
|
168025
|
-
|
|
168026
|
-
|
|
168027
|
-
|
|
168028
|
-
|
|
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
|
-
|
|
168185
|
-
|
|
168186
|
-
|
|
168187
|
-
|
|
168188
|
-
|
|
168189
|
-
|
|
168190
|
-
|
|
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
|
-
|
|
168291
|
-
|
|
168292
|
-
|
|
168293
|
-
|
|
168294
|
-
|
|
168295
|
-
|
|
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
|
-
|
|
168377
|
-
|
|
168378
|
-
|
|
168379
|
-
|
|
168380
|
-
|
|
168381
|
-
|
|
168382
|
-
|
|
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
|
-
|
|
168467
|
-
|
|
168468
|
-
|
|
168469
|
-
|
|
168470
|
-
|
|
168471
|
-
|
|
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
|
-
|
|
168478
|
-
|
|
168479
|
-
|
|
168480
|
-
|
|
168481
|
-
|
|
168482
|
-
|
|
168483
|
-
|
|
168484
|
-
|
|
168485
|
-
|
|
168486
|
-
|
|
168487
|
-
|
|
168488
|
-
|
|
168489
|
-
|
|
168490
|
-
|
|
168491
|
-
|
|
168492
|
-
|
|
168493
|
-
|
|
168494
|
-
|
|
168495
|
-
|
|
168496
|
-
|
|
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
|
-
|
|
168503
|
-
|
|
168504
|
-
|
|
168505
|
-
|
|
168506
|
-
|
|
168507
|
-
|
|
168508
|
-
|
|
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
|
-
|
|
168895
|
-
|
|
168896
|
-
|
|
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
|
-
|
|
169661
|
-
|
|
169662
|
-
|
|
169663
|
-
|
|
169664
|
-
|
|
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
|
-
|
|
170086
|
-
|
|
170087
|
-
|
|
170088
|
-
|
|
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
|
-
|
|
170158
|
-
|
|
170159
|
-
|
|
170160
|
-
|
|
170161
|
-
|
|
170162
|
-
|
|
170163
|
-
|
|
170164
|
-
|
|
170165
|
-
|
|
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
|
-
|
|
170964
|
-
|
|
170965
|
-
|
|
170966
|
-
|
|
170967
|
-
|
|
170968
|
-
|
|
170969
|
-
|
|
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
|
-
|
|
170999
|
-
|
|
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
|
-
|
|
171006
|
-
|
|
171007
|
-
|
|
171008
|
-
|
|
171009
|
-
|
|
171010
|
-
|
|
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
|
-
|
|
171337
|
-
|
|
171338
|
-
|
|
171339
|
-
|
|
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
|
-
|
|
171789
|
-
|
|
171790
|
-
|
|
171791
|
-
|
|
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
|
-
|
|
171905
|
-
|
|
171906
|
-
|
|
171907
|
-
|
|
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
|
-
|
|
172313
|
-
|
|
172314
|
-
|
|
172315
|
-
|
|
172316
|
-
|
|
172317
|
-
|
|
172318
|
-
|
|
172319
|
-
|
|
172320
|
-
|
|
172321
|
-
|
|
172322
|
-
|
|
172323
|
-
|
|
172324
|
-
|
|
172325
|
-
|
|
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
|
-
|
|
172398
|
-
|
|
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
|
-
|
|
172405
|
-
|
|
172406
|
-
|
|
172407
|
-
|
|
172408
|
-
|
|
172409
|
-
|
|
172410
|
-
|
|
172411
|
-
|
|
172412
|
-
|
|
172413
|
-
|
|
172414
|
-
|
|
172415
|
-
|
|
172416
|
-
|
|
172417
|
-
|
|
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
|
-
|
|
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
|
-
|
|
177117
|
-
|
|
177118
|
-
|
|
177119
|
-
|
|
177120
|
-
|
|
177121
|
-
|
|
177122
|
-
|
|
177123
|
-
|
|
177124
|
-
|
|
177125
|
-
|
|
177126
|
-
|
|
177127
|
-
|
|
177128
|
-
|
|
177129
|
-
|
|
177130
|
-
|
|
177131
|
-
|
|
177132
|
-
|
|
177133
|
-
|
|
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
|
-
|
|
177442
|
-
|
|
177443
|
-
|
|
177444
|
-
|
|
177445
|
-
|
|
177446
|
-
|
|
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
|
-
|
|
177453
|
-
|
|
177454
|
-
|
|
177455
|
-
|
|
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
|
-
|
|
180176
|
-
|
|
180177
|
-
|
|
180178
|
-
|
|
180179
|
-
|
|
180180
|
-
|
|
180181
|
-
|
|
180182
|
-
|
|
180183
|
-
|
|
180184
|
-
|
|
180185
|
-
|
|
180186
|
-
|
|
180187
|
-
|
|
180188
|
-
|
|
180189
|
-
|
|
180190
|
-
|
|
180191
|
-
|
|
180192
|
-
|
|
180193
|
-
|
|
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
|
-
|
|
180198
|
-
|
|
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
|
-
|
|
180284
|
-
|
|
180285
|
-
|
|
180286
|
-
|
|
180287
|
-
|
|
180288
|
-
|
|
180289
|
-
|
|
180290
|
-
|
|
180291
|
-
|
|
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
|
-
|
|
183822
|
-
|
|
183823
|
-
|
|
183824
|
-
|
|
183825
|
-
|
|
183826
|
-
|
|
183827
|
-
|
|
183828
|
-
|
|
183829
|
-
|
|
183830
|
-
|
|
183831
|
-
|
|
183832
|
-
|
|
183833
|
-
|
|
183834
|
-
|
|
183835
|
-
|
|
183836
|
-
|
|
183837
|
-
|
|
183838
|
-
|
|
183839
|
-
|
|
183840
|
-
|
|
183841
|
-
|
|
183842
|
-
|
|
183843
|
-
|
|
183844
|
-
|
|
183845
|
-
|
|
183846
|
-
|
|
183847
|
-
|
|
183848
|
-
|
|
183849
|
-
|
|
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
|
/**
|