@chrome-devtools/trace-app 1.20251210.0 → 1.20252610.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.
@@ -296,6 +296,9 @@
296
296
  "core/sdk/DebuggerModel.ts | withBlock": {
297
297
  "message": "With block"
298
298
  },
299
+ "core/sdk/NetworkManager.ts | block": {
300
+ "message": "Block"
301
+ },
299
302
  "core/sdk/NetworkManager.ts | directSocketStatusAborted": {
300
303
  "message": "Aborted"
301
304
  },
@@ -1175,6 +1178,9 @@
1175
1178
  "entrypoints/main/MainImpl.ts | dockToRight": {
1176
1179
  "message": "Dock to right"
1177
1180
  },
1181
+ "entrypoints/main/MainImpl.ts | externalRequestReceived": {
1182
+ "message": "DevTools received an external request"
1183
+ },
1178
1184
  "entrypoints/main/MainImpl.ts | focusDebuggee": {
1179
1185
  "message": "Focus page"
1180
1186
  },
@@ -1397,6 +1403,9 @@
1397
1403
  "generated/Deprecation.ts | V8SharedArrayBufferConstructedInExtensionWithoutIsolation": {
1398
1404
  "message": "Extensions should opt into cross-origin isolation to continue using SharedArrayBuffer. See https://developer.chrome.com/docs/extensions/mv3/cross-origin-isolation/."
1399
1405
  },
1406
+ "generated/Deprecation.ts | WebBluetoothRemoteCharacteristicWriteValue": {
1407
+ "message": "BluetoothRemoteGATTCharacteristic.writeValue() is deprecated. Use writeValueWithResponse() or writeValueWithoutResponse() instead."
1408
+ },
1400
1409
  "generated/Deprecation.ts | XHRJSONEncodingDetection": {
1401
1410
  "message": "UTF-16 is not supported by response json in XMLHttpRequest"
1402
1411
  },
@@ -1415,9 +1424,6 @@
1415
1424
  "models/ai_assistance/AiUtils.ts | offline": {
1416
1425
  "message": "This feature is only available with an active internet connection."
1417
1426
  },
1418
- "models/ai_assistance/ConversationHandler.ts | externalRequestReceived": {
1419
- "message": "DevTools received an external request"
1420
- },
1421
1427
  "models/bindings/ContentProviderBasedProject.ts | unknownErrorLoadingFile": {
1422
1428
  "message": "Unknown error loading file"
1423
1429
  },
@@ -1685,18 +1691,6 @@
1685
1691
  "models/network_time_calculator/NetworkTimeCalculator.ts | sLatencySDownloadSTotal": {
1686
1692
  "message": "{PH1} latency, {PH2} download ({PH3} total)"
1687
1693
  },
1688
- "models/persistence/EditFileSystemView.ts | enterAPath": {
1689
- "message": "Enter a path"
1690
- },
1691
- "models/persistence/EditFileSystemView.ts | enterAUniquePath": {
1692
- "message": "Enter a unique path"
1693
- },
1694
- "models/persistence/EditFileSystemView.ts | excludedFolders": {
1695
- "message": "Excluded sub-folders"
1696
- },
1697
- "models/persistence/EditFileSystemView.ts | url": {
1698
- "message": "URL"
1699
- },
1700
1694
  "models/persistence/IsolatedFileSystem.ts | blobCouldNotBeLoaded": {
1701
1695
  "message": "Blob could not be loaded."
1702
1696
  },
@@ -1742,39 +1736,6 @@
1742
1736
  "models/persistence/persistence-meta.ts | rewrite": {
1743
1737
  "message": "rewrite"
1744
1738
  },
1745
- "models/persistence/PersistenceActions.ts | openInContainingFolder": {
1746
- "message": "Open in containing folder"
1747
- },
1748
- "models/persistence/PersistenceActions.ts | overrideContent": {
1749
- "message": "Override content"
1750
- },
1751
- "models/persistence/PersistenceActions.ts | overrideSourceMappedFileExplanation": {
1752
- "message": "‘{PH1}’ is a source mapped file and cannot be overridden."
1753
- },
1754
- "models/persistence/PersistenceActions.ts | overrideSourceMappedFileWarning": {
1755
- "message": "Override ‘{PH1}’ instead?"
1756
- },
1757
- "models/persistence/PersistenceActions.ts | saveAs": {
1758
- "message": "Save as…"
1759
- },
1760
- "models/persistence/PersistenceActions.ts | saveFailed": {
1761
- "message": "Failed to save file to disk."
1762
- },
1763
- "models/persistence/PersistenceActions.ts | saveImage": {
1764
- "message": "Save image"
1765
- },
1766
- "models/persistence/PersistenceActions.ts | saveWasmFailed": {
1767
- "message": "Unable to save WASM module to disk. Most likely the module is too large."
1768
- },
1769
- "models/persistence/PersistenceActions.ts | showOverrides": {
1770
- "message": "Show all overrides"
1771
- },
1772
- "models/persistence/PersistenceUtils.ts | linkedToS": {
1773
- "message": "Linked to {PH1}"
1774
- },
1775
- "models/persistence/PersistenceUtils.ts | linkedToSourceMapS": {
1776
- "message": "Linked to source map: {PH1}"
1777
- },
1778
1739
  "models/persistence/PlatformFileSystem.ts | unableToReadFilesWithThis": {
1779
1740
  "message": "PlatformFileSystem cannot read files."
1780
1741
  },
@@ -1931,8 +1892,8 @@
1931
1892
  "models/trace/insights/ForcedReflow.ts | description": {
1932
1893
  "message": "A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations."
1933
1894
  },
1934
- "models/trace/insights/ForcedReflow.ts | relatedStackTrace": {
1935
- "message": "Stack trace"
1895
+ "models/trace/insights/ForcedReflow.ts | reflowCallFrames": {
1896
+ "message": "Call frames that trigger reflow"
1936
1897
  },
1937
1898
  "models/trace/insights/ForcedReflow.ts | title": {
1938
1899
  "message": "Forced reflow"
@@ -6074,6 +6035,12 @@
6074
6035
  "panels/common/GdpSignUpDialog.ts | termsOfService": {
6075
6036
  "message": "Terms of Service"
6076
6037
  },
6038
+ "panels/common/PersistenceUtils.ts | linkedToS": {
6039
+ "message": "Linked to {PH1}"
6040
+ },
6041
+ "panels/common/PersistenceUtils.ts | linkedToSourceMapS": {
6042
+ "message": "Linked to source map: {PH1}"
6043
+ },
6077
6044
  "panels/console_counters/WarningErrorCounter.ts | openConsoleToViewS": {
6078
6045
  "message": "Open Console to view {PH1}"
6079
6046
  },
@@ -6158,6 +6125,9 @@
6158
6125
  "panels/console/console-meta.ts | showConsole": {
6159
6126
  "message": "Show Console"
6160
6127
  },
6128
+ "panels/console/console-meta.ts | showConsoleInsightTeasers": {
6129
+ "message": "Show AI summaries for console messages"
6130
+ },
6161
6131
  "panels/console/console-meta.ts | showCorsErrorsInConsole": {
6162
6132
  "message": "Show CORS errors in console"
6163
6133
  },
@@ -7574,6 +7544,9 @@
7574
7544
  "panels/elements/StylePropertyTreeElement.ts | jumpToAnimationsPanel": {
7575
7545
  "message": "Jump to Animations panel"
7576
7546
  },
7547
+ "panels/elements/StylePropertyTreeElement.ts | masonryEditorButton": {
7548
+ "message": "Open masonry editor"
7549
+ },
7577
7550
  "panels/elements/StylePropertyTreeElement.ts | openColorPickerS": {
7578
7551
  "message": "Open color picker. {PH1}"
7579
7552
  },
@@ -9113,6 +9086,9 @@
9113
9086
  "panels/mobile_throttling/NetworkThrottlingSelector.ts | addS": {
9114
9087
  "message": "Add {PH1}"
9115
9088
  },
9089
+ "panels/mobile_throttling/NetworkThrottlingSelector.ts | blockingGroup": {
9090
+ "message": "Blocking"
9091
+ },
9116
9092
  "panels/mobile_throttling/NetworkThrottlingSelector.ts | custom": {
9117
9093
  "message": "Custom"
9118
9094
  },
@@ -9335,39 +9311,6 @@
9335
9311
  "panels/network/BinaryResourceView.ts | hexViewer": {
9336
9312
  "message": "Hex Viewer"
9337
9313
  },
9338
- "panels/network/BlockedURLsPane.ts | addNetworkRequestBlockingPattern": {
9339
- "message": "Add network request blocking pattern"
9340
- },
9341
- "panels/network/BlockedURLsPane.ts | addPattern": {
9342
- "message": "Add pattern"
9343
- },
9344
- "panels/network/BlockedURLsPane.ts | addPatternToBlock": {
9345
- "message": "Add a pattern to block network requests by clicking on the \"{PH1}\" button."
9346
- },
9347
- "panels/network/BlockedURLsPane.ts | dBlocked": {
9348
- "message": "{PH1} blocked"
9349
- },
9350
- "panels/network/BlockedURLsPane.ts | enableNetworkRequestBlocking": {
9351
- "message": "Enable network request blocking"
9352
- },
9353
- "panels/network/BlockedURLsPane.ts | itemDeleted": {
9354
- "message": "Item successfully deleted"
9355
- },
9356
- "panels/network/BlockedURLsPane.ts | learnMore": {
9357
- "message": "Learn more"
9358
- },
9359
- "panels/network/BlockedURLsPane.ts | noNetworkRequestsBlocked": {
9360
- "message": "No blocked network requests"
9361
- },
9362
- "panels/network/BlockedURLsPane.ts | patternAlreadyExists": {
9363
- "message": "Pattern already exists."
9364
- },
9365
- "panels/network/BlockedURLsPane.ts | patternInputCannotBeEmpty": {
9366
- "message": "Pattern input cannot be empty."
9367
- },
9368
- "panels/network/BlockedURLsPane.ts | textPatternToBlockMatching": {
9369
- "message": "Text pattern to block matching requests; use * for wildcard"
9370
- },
9371
9314
  "panels/network/components/DirectSocketConnectionView.ts | directSocketStatusAborted": {
9372
9315
  "message": "Aborted"
9373
9316
  },
@@ -9605,6 +9548,9 @@
9605
9548
  "panels/network/EventSourceMessagesView.ts | type": {
9606
9549
  "message": "Type"
9607
9550
  },
9551
+ "panels/network/network-meta.ts | addNetworkRequestBlockingOrThrottlingPattern": {
9552
+ "message": "Add network request blocking or throttling pattern"
9553
+ },
9608
9554
  "panels/network/network-meta.ts | addNetworkRequestBlockingPattern": {
9609
9555
  "message": "Add network request blocking pattern"
9610
9556
  },
@@ -9662,12 +9608,18 @@
9662
9608
  "panels/network/network-meta.ts | networkRequestBlocking": {
9663
9609
  "message": "Network request blocking"
9664
9610
  },
9611
+ "panels/network/network-meta.ts | networkRequestConditions": {
9612
+ "message": "Request conditions"
9613
+ },
9665
9614
  "panels/network/network-meta.ts | networkThrottling": {
9666
9615
  "message": "network throttling"
9667
9616
  },
9668
9617
  "panels/network/network-meta.ts | recordNetworkLog": {
9669
9618
  "message": "Record network log"
9670
9619
  },
9620
+ "panels/network/network-meta.ts | removeAllNetworkRequestBlockingOrThrottlingPatterns": {
9621
+ "message": "Remove all network request blocking or throttling patterns"
9622
+ },
9671
9623
  "panels/network/network-meta.ts | removeAllNetworkRequestBlockingPatterns": {
9672
9624
  "message": "Remove all network request blocking patterns"
9673
9625
  },
@@ -9686,6 +9638,9 @@
9686
9638
  "panels/network/network-meta.ts | showNetworkRequestBlocking": {
9687
9639
  "message": "Show Network request blocking"
9688
9640
  },
9641
+ "panels/network/network-meta.ts | showRequestConditions": {
9642
+ "message": "Show Request conditions"
9643
+ },
9689
9644
  "panels/network/network-meta.ts | showSearch": {
9690
9645
  "message": "Show Search"
9691
9646
  },
@@ -9902,6 +9857,9 @@
9902
9857
  "panels/network/NetworkDataGridNode.ts | unknownExplanation": {
9903
9858
  "message": "The request status cannot be shown here because the page that issued it unloaded while the request was in flight. You can use chrome://net-export to capture a network log and see all request details."
9904
9859
  },
9860
+ "panels/network/NetworkDataGridNode.ts | wasThrottled": {
9861
+ "message": "Request was throttled ({PH1})"
9862
+ },
9905
9863
  "panels/network/NetworkItemView.ts | connectionInfo": {
9906
9864
  "message": "Connection Info"
9907
9865
  },
@@ -9986,6 +9944,9 @@
9986
9944
  "panels/network/NetworkLogView.ts | blockRequestDomain": {
9987
9945
  "message": "Block request domain"
9988
9946
  },
9947
+ "panels/network/NetworkLogView.ts | blockRequests": {
9948
+ "message": "Block requests"
9949
+ },
9989
9950
  "panels/network/NetworkLogView.ts | blockRequestUrl": {
9990
9951
  "message": "Block request URL"
9991
9952
  },
@@ -10214,9 +10175,21 @@
10214
10175
  "panels/network/NetworkLogView.ts | thirdParty": {
10215
10176
  "message": "3rd-party requests"
10216
10177
  },
10178
+ "panels/network/NetworkLogView.ts | throttleRequestDomain": {
10179
+ "message": "Throttle request domain"
10180
+ },
10181
+ "panels/network/NetworkLogView.ts | throttleRequests": {
10182
+ "message": "Throttle requests"
10183
+ },
10184
+ "panels/network/NetworkLogView.ts | throttleRequestUrl": {
10185
+ "message": "Throttle request URL"
10186
+ },
10217
10187
  "panels/network/NetworkLogView.ts | unblockS": {
10218
10188
  "message": "Unblock {PH1}"
10219
10189
  },
10190
+ "panels/network/NetworkLogView.ts | unthrottleS": {
10191
+ "message": "Stop throttling {PH1}"
10192
+ },
10220
10193
  "panels/network/NetworkLogViewColumns.ts | connectionId": {
10221
10194
  "message": "Connection ID"
10222
10195
  },
@@ -10409,6 +10382,69 @@
10409
10382
  "panels/network/NetworkSearchScope.ts | url": {
10410
10383
  "message": "URL"
10411
10384
  },
10385
+ "panels/network/RequestConditionsDrawer.ts | addNetworkRequestBlockingPattern": {
10386
+ "message": "Add network request blocking pattern"
10387
+ },
10388
+ "panels/network/RequestConditionsDrawer.ts | addPattern": {
10389
+ "message": "Add pattern"
10390
+ },
10391
+ "panels/network/RequestConditionsDrawer.ts | addPatternLabel": {
10392
+ "message": "Add network request throttling or blocking pattern"
10393
+ },
10394
+ "panels/network/RequestConditionsDrawer.ts | addPatternToBlock": {
10395
+ "message": "Add a pattern by clicking on the \"{PH1}\" button."
10396
+ },
10397
+ "panels/network/RequestConditionsDrawer.ts | dAffected": {
10398
+ "message": "{PH1} affected"
10399
+ },
10400
+ "panels/network/RequestConditionsDrawer.ts | dBlocked": {
10401
+ "message": "{PH1} blocked"
10402
+ },
10403
+ "panels/network/RequestConditionsDrawer.ts | decreasePriority": {
10404
+ "message": "Decrease priority"
10405
+ },
10406
+ "panels/network/RequestConditionsDrawer.ts | enableBlockingAndThrottling": {
10407
+ "message": "Enable blocking and throttling"
10408
+ },
10409
+ "panels/network/RequestConditionsDrawer.ts | enableNetworkRequestBlocking": {
10410
+ "message": "Enable network request blocking"
10411
+ },
10412
+ "panels/network/RequestConditionsDrawer.ts | increasePriority": {
10413
+ "message": "Increase priority"
10414
+ },
10415
+ "panels/network/RequestConditionsDrawer.ts | itemDeleted": {
10416
+ "message": "Item successfully deleted"
10417
+ },
10418
+ "panels/network/RequestConditionsDrawer.ts | learnMore": {
10419
+ "message": "Learn more"
10420
+ },
10421
+ "panels/network/RequestConditionsDrawer.ts | noNetworkRequestsBlocked": {
10422
+ "message": "No blocked network requests"
10423
+ },
10424
+ "panels/network/RequestConditionsDrawer.ts | noPattern": {
10425
+ "message": "No request throttling or blocking patterns"
10426
+ },
10427
+ "panels/network/RequestConditionsDrawer.ts | patternAlreadyExists": {
10428
+ "message": "Pattern already exists."
10429
+ },
10430
+ "panels/network/RequestConditionsDrawer.ts | patternFailedToParse": {
10431
+ "message": "This pattern failed to parse as a URLPattern"
10432
+ },
10433
+ "panels/network/RequestConditionsDrawer.ts | patternFailedWithRegExpGroups": {
10434
+ "message": "RegExp groups are not allowed"
10435
+ },
10436
+ "panels/network/RequestConditionsDrawer.ts | patternInputCannotBeEmpty": {
10437
+ "message": "Pattern input cannot be empty."
10438
+ },
10439
+ "panels/network/RequestConditionsDrawer.ts | patternWasUpgraded": {
10440
+ "message": "This pattern was upgraded from \"{PH1}\""
10441
+ },
10442
+ "panels/network/RequestConditionsDrawer.ts | textEditPattern": {
10443
+ "message": "Text pattern to block or throttle matching requests; use URLPattern syntax."
10444
+ },
10445
+ "panels/network/RequestConditionsDrawer.ts | textPatternToBlockMatching": {
10446
+ "message": "Text pattern to block matching requests; use * for wildcard"
10447
+ },
10412
10448
  "panels/network/RequestCookiesView.ts | cookiesThatWereReceivedFromThe": {
10413
10449
  "message": "Cookies that were received from the server in the 'set-cookie' header of the response"
10414
10450
  },
@@ -11147,6 +11183,9 @@
11147
11183
  "panels/profiler/HeapSnapshotView.ts | objectsRetainedByDetachedDomNodes": {
11148
11184
  "message": "Objects retained by detached DOM nodes"
11149
11185
  },
11186
+ "panels/profiler/HeapSnapshotView.ts | objectsRetainedByEventHandlers": {
11187
+ "message": "Objects retained by Event Handlers"
11188
+ },
11150
11189
  "panels/profiler/HeapSnapshotView.ts | otherJSObjects": {
11151
11190
  "message": "Other JS objects"
11152
11191
  },
@@ -13022,6 +13061,18 @@
13022
13061
  "panels/settings/components/SyncSection.ts | viewProfile": {
13023
13062
  "message": "View profile"
13024
13063
  },
13064
+ "panels/settings/EditFileSystemView.ts | enterAPath": {
13065
+ "message": "Enter a path"
13066
+ },
13067
+ "panels/settings/EditFileSystemView.ts | enterAUniquePath": {
13068
+ "message": "Enter a unique path"
13069
+ },
13070
+ "panels/settings/EditFileSystemView.ts | excludedFolders": {
13071
+ "message": "Excluded sub-folders"
13072
+ },
13073
+ "panels/settings/EditFileSystemView.ts | url": {
13074
+ "message": "URL"
13075
+ },
13025
13076
  "panels/settings/emulation/components/UserAgentClientHintsForm.ts | addBrand": {
13026
13077
  "message": "Add Brand"
13027
13078
  },
@@ -13892,6 +13943,33 @@
13892
13943
  "panels/sources/OutlineQuickOpen.ts | openAJavascriptOrCssFileToSee": {
13893
13944
  "message": "Open a JavaScript or CSS file to see symbols"
13894
13945
  },
13946
+ "panels/sources/PersistenceActions.ts | openInContainingFolder": {
13947
+ "message": "Open in containing folder"
13948
+ },
13949
+ "panels/sources/PersistenceActions.ts | overrideContent": {
13950
+ "message": "Override content"
13951
+ },
13952
+ "panels/sources/PersistenceActions.ts | overrideSourceMappedFileExplanation": {
13953
+ "message": "‘{PH1}’ is a source mapped file and cannot be overridden."
13954
+ },
13955
+ "panels/sources/PersistenceActions.ts | overrideSourceMappedFileWarning": {
13956
+ "message": "Override ‘{PH1}’ instead?"
13957
+ },
13958
+ "panels/sources/PersistenceActions.ts | saveAs": {
13959
+ "message": "Save as…"
13960
+ },
13961
+ "panels/sources/PersistenceActions.ts | saveFailed": {
13962
+ "message": "Failed to save file to disk."
13963
+ },
13964
+ "panels/sources/PersistenceActions.ts | saveImage": {
13965
+ "message": "Save image"
13966
+ },
13967
+ "panels/sources/PersistenceActions.ts | saveWasmFailed": {
13968
+ "message": "Unable to save WASM module to disk. Most likely the module is too large."
13969
+ },
13970
+ "panels/sources/PersistenceActions.ts | showOverrides": {
13971
+ "message": "Show all overrides"
13972
+ },
13895
13973
  "panels/sources/ProfilePlugin.ts | kb": {
13896
13974
  "message": "kB"
13897
13975
  },
@@ -16265,6 +16343,9 @@
16265
16343
  "panels/utils/utils.ts | requestHeadersOverridden": {
16266
16344
  "message": "Request headers are overridden"
16267
16345
  },
16346
+ "panels/utils/utils.ts | resourceTypeWithThrottling": {
16347
+ "message": "{PH1} (throttled to {PH2})"
16348
+ },
16268
16349
  "panels/utils/utils.ts | thirdPartyPhaseout": {
16269
16350
  "message": "Cookies for this request are blocked either because of Chrome flags or browser configuration. Learn more in the Issues panel."
16270
16351
  },
@@ -16691,6 +16772,9 @@
16691
16772
  "ui/legacy/components/cookie_table/CookiesTable.ts | cookies": {
16692
16773
  "message": "Cookies"
16693
16774
  },
16775
+ "ui/legacy/components/cookie_table/CookiesTable.ts | domain": {
16776
+ "message": "Domain"
16777
+ },
16694
16778
  "ui/legacy/components/cookie_table/CookiesTable.ts | editableCookies": {
16695
16779
  "message": "Editable Cookies"
16696
16780
  },
@@ -16703,6 +16787,18 @@
16703
16787
  "ui/legacy/components/cookie_table/CookiesTable.ts | opaquePartitionKey": {
16704
16788
  "message": "(opaque)"
16705
16789
  },
16790
+ "ui/legacy/components/cookie_table/CookiesTable.ts | partitionKeySite": {
16791
+ "message": "Partition Key Site"
16792
+ },
16793
+ "ui/legacy/components/cookie_table/CookiesTable.ts | path": {
16794
+ "message": "Path"
16795
+ },
16796
+ "ui/legacy/components/cookie_table/CookiesTable.ts | priority": {
16797
+ "message": "Priority"
16798
+ },
16799
+ "ui/legacy/components/cookie_table/CookiesTable.ts | secure": {
16800
+ "message": "Secure"
16801
+ },
16706
16802
  "ui/legacy/components/cookie_table/CookiesTable.ts | session": {
16707
16803
  "message": "Session"
16708
16804
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chrome-devtools/trace-app",
3
- "version": "1.20251210.0",
3
+ "version": "1.20252610.0",
4
4
  "description": "chrome-devtools-frontend built version",
5
5
  "repository": "https://github.com/iam-medvedev/chrome-devtools.git",
6
6
  "author": "Ilya Medvedev <ilya@medvedev.im>",
@@ -0,0 +1,4 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3.5 18V14H9V6H3.5V2H2V18H3.5Z" fill="black"/>
3
+ <path d="M18 18V2H16.5V6H11V14H16.5V18H18Z" fill="black"/>
4
+ </svg>
package/trace_app.html CHANGED
@@ -20,4 +20,4 @@
20
20
 
21
21
 
22
22
  <body class="undocked" id="-blink-dev-tools">
23
- <link rel="stylesheet" crossorigin href="./chunk-f16spr11.css"><script type="module" crossorigin src="./chunk-4rjx0hrk.js"></script>
23
+ <link rel="stylesheet" crossorigin href="./chunk-f16spr11.css"><script type="module" crossorigin src="./chunk-sa5rnqa6.js"></script>