@paulirish/trace_engine 0.0.56 → 0.0.58
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/.tmp/tsbuildinfo/tsconfig.tsbuildinfo +1 -1
- package/README.md +2 -2
- package/core/platform/Brand.d.ts +8 -1
- package/core/platform/Brand.js.map +1 -1
- package/core/platform/DevToolsPath.d.ts +1 -1
- package/core/platform/DevToolsPath.js +1 -1
- package/core/platform/DevToolsPath.js.map +1 -1
- package/core/platform/StringUtilities.d.ts +12 -2
- package/core/platform/StringUtilities.js +31 -7
- package/core/platform/StringUtilities.js.map +1 -1
- package/generated/protocol.d.ts +8290 -7994
- package/locales/af.json +82 -67
- package/locales/am.json +82 -67
- package/locales/ar.json +93 -78
- package/locales/as.json +82 -67
- package/locales/az.json +82 -67
- package/locales/be.json +81 -66
- package/locales/bg.json +82 -67
- package/locales/bn.json +82 -67
- package/locales/bs.json +82 -67
- package/locales/ca.json +82 -67
- package/locales/cs.json +82 -67
- package/locales/cy.json +82 -67
- package/locales/da.json +82 -67
- package/locales/de.json +82 -67
- package/locales/el.json +82 -67
- package/locales/en-GB.json +82 -67
- package/locales/en-US.json +13 -10
- package/locales/en-XL.json +13 -10
- package/locales/es-419.json +82 -67
- package/locales/es.json +82 -67
- package/locales/et.json +82 -67
- package/locales/eu.json +82 -67
- package/locales/fa.json +86 -71
- package/locales/fi.json +82 -67
- package/locales/fil.json +82 -67
- package/locales/fr-CA.json +82 -67
- package/locales/fr.json +82 -67
- package/locales/gl.json +82 -67
- package/locales/gu.json +82 -67
- package/locales/he.json +104 -89
- package/locales/hi.json +82 -67
- package/locales/hr.json +82 -67
- package/locales/hu.json +82 -67
- package/locales/hy.json +82 -67
- package/locales/id.json +82 -67
- package/locales/is.json +82 -67
- package/locales/it.json +82 -67
- package/locales/ja.json +82 -67
- package/locales/ka.json +82 -67
- package/locales/kk.json +82 -67
- package/locales/km.json +82 -67
- package/locales/kn.json +81 -66
- package/locales/ko.json +82 -67
- package/locales/ky.json +81 -66
- package/locales/lo.json +82 -67
- package/locales/lt.json +82 -67
- package/locales/lv.json +82 -67
- package/locales/mk.json +82 -67
- package/locales/ml.json +82 -67
- package/locales/mn.json +82 -67
- package/locales/mr.json +81 -66
- package/locales/ms.json +81 -66
- package/locales/my.json +83 -68
- package/locales/ne.json +83 -68
- package/locales/nl.json +82 -67
- package/locales/no.json +82 -67
- package/locales/or.json +82 -67
- package/locales/pa.json +81 -66
- package/locales/pl.json +82 -67
- package/locales/pt-PT.json +82 -67
- package/locales/pt.json +82 -67
- package/locales/ro.json +82 -67
- package/locales/ru.json +82 -67
- package/locales/si.json +82 -67
- package/locales/sk.json +82 -67
- package/locales/sl.json +82 -67
- package/locales/sq.json +82 -67
- package/locales/sr-Latn.json +82 -67
- package/locales/sr.json +82 -67
- package/locales/sv.json +82 -67
- package/locales/sw.json +81 -66
- package/locales/ta.json +82 -67
- package/locales/te.json +82 -67
- package/locales/th.json +84 -69
- package/locales/tr.json +81 -66
- package/locales/uk.json +81 -66
- package/locales/ur.json +82 -67
- package/locales/uz.json +81 -66
- package/locales/vi.json +82 -67
- package/locales/zh-HK.json +82 -67
- package/locales/zh-TW.json +82 -67
- package/locales/zh.json +82 -67
- package/locales/zu.json +82 -67
- package/models/trace/ModelImpl.d.ts +1 -1
- package/models/trace/ModelImpl.js +17 -7
- package/models/trace/ModelImpl.js.map +1 -1
- package/models/trace/Processor.js +26 -16
- package/models/trace/Processor.js.map +1 -1
- package/models/trace/extras/ThirdParties.js +1 -2
- package/models/trace/extras/ThirdParties.js.map +1 -1
- package/models/trace/extras/TraceTree.d.ts +4 -2
- package/models/trace/extras/TraceTree.js +7 -5
- package/models/trace/extras/TraceTree.js.map +1 -1
- package/models/trace/handlers/AnimationFramesHandler.d.ts +1 -0
- package/models/trace/handlers/AnimationFramesHandler.js +8 -0
- package/models/trace/handlers/AnimationFramesHandler.js.map +1 -1
- package/models/trace/handlers/ExtensionTraceDataHandler.d.ts +1 -1
- package/models/trace/handlers/ExtensionTraceDataHandler.js +29 -15
- package/models/trace/handlers/ExtensionTraceDataHandler.js.map +1 -1
- package/models/trace/handlers/FramesHandler.js +38 -28
- package/models/trace/handlers/FramesHandler.js.map +1 -1
- package/models/trace/handlers/ImagePaintingHandler.d.ts +2 -1
- package/models/trace/handlers/ImagePaintingHandler.js.map +1 -1
- package/models/trace/handlers/InitiatorsHandler.js +27 -0
- package/models/trace/handlers/InitiatorsHandler.js.map +1 -1
- package/models/trace/handlers/NetworkRequestsHandler.js +12 -2
- package/models/trace/handlers/NetworkRequestsHandler.js.map +1 -1
- package/models/trace/handlers/RendererHandler.d.ts +0 -5
- package/models/trace/handlers/RendererHandler.js +9 -12
- package/models/trace/handlers/RendererHandler.js.map +1 -1
- package/models/trace/handlers/SamplesHandler.js +6 -12
- package/models/trace/handlers/SamplesHandler.js.map +1 -1
- package/models/trace/handlers/ScriptsHandler.d.ts +4 -3
- package/models/trace/handlers/ScriptsHandler.js +3 -0
- package/models/trace/handlers/ScriptsHandler.js.map +1 -1
- package/models/trace/handlers/SelectorStatsHandler.d.ts +17 -0
- package/models/trace/handlers/SelectorStatsHandler.js +42 -0
- package/models/trace/handlers/SelectorStatsHandler.js.map +1 -1
- package/models/trace/handlers/UserInteractionsHandler.d.ts +4 -2
- package/models/trace/handlers/UserInteractionsHandler.js.map +1 -1
- package/models/trace/handlers/helpers.d.ts +3 -6
- package/models/trace/handlers/helpers.js +17 -9
- package/models/trace/handlers/helpers.js.map +1 -1
- package/models/trace/handlers/types.d.ts +4 -1
- package/models/trace/handlers/types.js.map +1 -1
- package/models/trace/helpers/SamplesIntegrator.d.ts +1 -0
- package/models/trace/helpers/SamplesIntegrator.js +21 -21
- package/models/trace/helpers/SamplesIntegrator.js.map +1 -1
- package/models/trace/helpers/SyntheticEvents.d.ts +0 -6
- package/models/trace/helpers/SyntheticEvents.js +2 -2
- package/models/trace/helpers/SyntheticEvents.js.map +1 -1
- package/models/trace/helpers/Timing.d.ts +5 -0
- package/models/trace/helpers/Timing.js +55 -3
- package/models/trace/helpers/Timing.js.map +1 -1
- package/models/trace/helpers/Trace.d.ts +1 -1
- package/models/trace/helpers/Trace.js +1 -1
- package/models/trace/helpers/Trace.js.map +1 -1
- package/models/trace/helpers/TreeHelpers.d.ts +1 -1
- package/models/trace/helpers/TreeHelpers.js.map +1 -1
- package/models/trace/insights/CLSCulprits.d.ts +3 -2
- package/models/trace/insights/CLSCulprits.js +24 -2
- package/models/trace/insights/CLSCulprits.js.map +1 -1
- package/models/trace/insights/Cache.d.ts +2 -0
- package/models/trace/insights/Cache.js +10 -0
- package/models/trace/insights/Cache.js.map +1 -1
- package/models/trace/insights/Common.d.ts +6 -5
- package/models/trace/insights/Common.js +29 -17
- package/models/trace/insights/Common.js.map +1 -1
- package/models/trace/insights/DOMSize.d.ts +2 -1
- package/models/trace/insights/DOMSize.js +9 -1
- package/models/trace/insights/DOMSize.js.map +1 -1
- package/models/trace/insights/DocumentLatency.d.ts +3 -2
- package/models/trace/insights/DocumentLatency.js +44 -2
- package/models/trace/insights/DocumentLatency.js.map +1 -1
- package/models/trace/insights/DuplicatedJavaScript.d.ts +3 -0
- package/models/trace/insights/DuplicatedJavaScript.js +12 -3
- package/models/trace/insights/DuplicatedJavaScript.js.map +1 -1
- package/models/trace/insights/FontDisplay.d.ts +1 -0
- package/models/trace/insights/FontDisplay.js +7 -0
- package/models/trace/insights/FontDisplay.js.map +1 -1
- package/models/trace/insights/ForcedReflow.d.ts +5 -3
- package/models/trace/insights/ForcedReflow.js +20 -3
- package/models/trace/insights/ForcedReflow.js.map +1 -1
- package/models/trace/insights/INPBreakdown.d.ts +11 -5
- package/models/trace/insights/INPBreakdown.js +36 -5
- package/models/trace/insights/INPBreakdown.js.map +1 -1
- package/models/trace/insights/ImageDelivery.d.ts +4 -0
- package/models/trace/insights/ImageDelivery.js +13 -0
- package/models/trace/insights/ImageDelivery.js.map +1 -1
- package/models/trace/insights/LCPBreakdown.d.ts +7 -6
- package/models/trace/insights/LCPBreakdown.js +33 -12
- package/models/trace/insights/LCPBreakdown.js.map +1 -1
- package/models/trace/insights/LCPDiscovery.d.ts +14 -2
- package/models/trace/insights/LCPDiscovery.js +60 -2
- package/models/trace/insights/LCPDiscovery.js.map +1 -1
- package/models/trace/insights/LegacyJavaScript.d.ts +3 -0
- package/models/trace/insights/LegacyJavaScript.js +12 -3
- package/models/trace/insights/LegacyJavaScript.js.map +1 -1
- package/models/trace/insights/ModernHTTP.d.ts +8 -5
- package/models/trace/insights/ModernHTTP.js +27 -14
- package/models/trace/insights/ModernHTTP.js.map +1 -1
- package/models/trace/insights/NetworkDependencyTree.d.ts +1 -0
- package/models/trace/insights/NetworkDependencyTree.js +25 -1
- package/models/trace/insights/NetworkDependencyTree.js.map +1 -1
- package/models/trace/insights/RenderBlocking.d.ts +3 -1
- package/models/trace/insights/RenderBlocking.js +11 -1
- package/models/trace/insights/RenderBlocking.js.map +1 -1
- package/models/trace/insights/SlowCSSSelector.d.ts +17 -8
- package/models/trace/insights/SlowCSSSelector.js +39 -20
- package/models/trace/insights/SlowCSSSelector.js.map +1 -1
- package/models/trace/insights/ThirdParties.d.ts +3 -0
- package/models/trace/insights/ThirdParties.js +31 -0
- package/models/trace/insights/ThirdParties.js.map +1 -1
- package/models/trace/insights/Viewport.d.ts +2 -1
- package/models/trace/insights/Viewport.js +16 -0
- package/models/trace/insights/Viewport.js.map +1 -1
- package/models/trace/insights/types.d.ts +4 -1
- package/models/trace/insights/types.js +1 -0
- package/models/trace/insights/types.js.map +1 -1
- package/models/trace/lantern/graph/BaseNode.d.ts +1 -1
- package/models/trace/lantern/graph/BaseNode.js +1 -1
- package/models/trace/lantern/graph/BaseNode.js.map +1 -1
- package/models/trace/lantern/simulation/SimulationTimingMap.js +1 -1
- package/models/trace/lantern/simulation/SimulationTimingMap.js.map +1 -1
- package/models/trace/types/Configuration.d.ts +7 -0
- package/models/trace/types/Configuration.js +1 -0
- package/models/trace/types/Configuration.js.map +1 -1
- package/models/trace/types/Extensions.d.ts +14 -2
- package/models/trace/types/Extensions.js +5 -1
- package/models/trace/types/Extensions.js.map +1 -1
- package/models/trace/types/File.d.ts +3 -0
- package/models/trace/types/File.js.map +1 -1
- package/models/trace/types/Overlays.d.ts +115 -0
- package/models/trace/types/Overlays.js +5 -0
- package/models/trace/types/Overlays.js.map +1 -0
- package/models/trace/types/TraceEvents.d.ts +79 -36
- package/models/trace/types/TraceEvents.js +8 -13
- package/models/trace/types/TraceEvents.js.map +1 -1
- package/models/trace/types/types-tsconfig.json +1 -0
- package/models/trace/types/types.d.ts +1 -0
- package/models/trace/types/types.js +1 -0
- package/models/trace/types/types.js.map +1 -1
- package/package.json +1 -1
- package/test/test-trace-engine.mjs +1 -2
- package/core/platform/devtools_entrypoint-bundle-tsconfig-tsconfig.json +0 -43
- package/core/platform/platform.prebundle.d.ts +0 -18
- package/core/platform/platform.prebundle.js +0 -53
- package/core/platform/platform.prebundle.js.map +0 -1
- package/core/platform/platform.prebundle.ts +0 -71
- package/models/cpu_profile/cpu_profile.prebundle.d.ts +0 -3
- package/models/cpu_profile/cpu_profile.prebundle.js +0 -7
- package/models/cpu_profile/cpu_profile.prebundle.js.map +0 -1
- package/models/cpu_profile/cpu_profile.prebundle.ts +0 -11
- package/models/cpu_profile/devtools_entrypoint-bundle-tsconfig-tsconfig.json +0 -43
- package/models/trace/devtools_entrypoint-bundle-tsconfig-tsconfig.json +0 -61
- package/models/trace/extras/devtools_entrypoint-bundle-tsconfig-tsconfig.json +0 -43
- package/models/trace/extras/extras.prebundle.d.ts +0 -7
- package/models/trace/extras/extras.prebundle.js +0 -11
- package/models/trace/extras/extras.prebundle.js.map +0 -1
- package/models/trace/extras/extras.prebundle.ts +0 -11
- package/models/trace/handlers/devtools_entrypoint-bundle-tsconfig-tsconfig.json +0 -43
- package/models/trace/handlers/handlers.prebundle.d.ts +0 -4
- package/models/trace/handlers/handlers.prebundle.js +0 -8
- package/models/trace/handlers/handlers.prebundle.js.map +0 -1
- package/models/trace/handlers/handlers.prebundle.ts +0 -8
- package/models/trace/helpers/devtools_entrypoint-bundle-tsconfig-tsconfig.json +0 -43
- package/models/trace/helpers/helpers.prebundle.d.ts +0 -7
- package/models/trace/helpers/helpers.prebundle.js +0 -11
- package/models/trace/helpers/helpers.prebundle.js.map +0 -1
- package/models/trace/helpers/helpers.prebundle.ts +0 -11
- package/models/trace/insights/devtools_entrypoint-bundle-tsconfig-tsconfig.json +0 -43
- package/models/trace/insights/insights.prebundle.d.ts +0 -4
- package/models/trace/insights/insights.prebundle.js +0 -8
- package/models/trace/insights/insights.prebundle.js.map +0 -1
- package/models/trace/insights/insights.prebundle.ts +0 -8
- package/models/trace/lantern/core/core.prebundle.d.ts +0 -2
- package/models/trace/lantern/core/core.prebundle.js +0 -6
- package/models/trace/lantern/core/core.prebundle.js.map +0 -1
- package/models/trace/lantern/core/core.prebundle.ts +0 -6
- package/models/trace/lantern/core/devtools_entrypoint-bundle-tsconfig-tsconfig.json +0 -43
- package/models/trace/lantern/devtools_entrypoint-bundle-tsconfig-tsconfig.json +0 -43
- package/models/trace/lantern/graph/devtools_entrypoint-bundle-tsconfig-tsconfig.json +0 -43
- package/models/trace/lantern/graph/graph.prebundle.d.ts +0 -4
- package/models/trace/lantern/graph/graph.prebundle.js +0 -8
- package/models/trace/lantern/graph/graph.prebundle.js.map +0 -1
- package/models/trace/lantern/graph/graph.prebundle.ts +0 -8
- package/models/trace/lantern/lantern.prebundle.d.ts +0 -6
- package/models/trace/lantern/lantern.prebundle.js +0 -10
- package/models/trace/lantern/lantern.prebundle.js.map +0 -1
- package/models/trace/lantern/lantern.prebundle.ts +0 -17
- package/models/trace/lantern/metrics/devtools_entrypoint-bundle-tsconfig-tsconfig.json +0 -43
- package/models/trace/lantern/metrics/metrics.prebundle.d.ts +0 -8
- package/models/trace/lantern/metrics/metrics.prebundle.js +0 -12
- package/models/trace/lantern/metrics/metrics.prebundle.js.map +0 -1
- package/models/trace/lantern/metrics/metrics.prebundle.ts +0 -12
- package/models/trace/lantern/simulation/devtools_entrypoint-bundle-tsconfig-tsconfig.json +0 -43
- package/models/trace/lantern/simulation/simulation.prebundle.d.ts +0 -6
- package/models/trace/lantern/simulation/simulation.prebundle.js +0 -10
- package/models/trace/lantern/simulation/simulation.prebundle.js.map +0 -1
- package/models/trace/lantern/simulation/simulation.prebundle.ts +0 -10
- package/models/trace/lantern/types/devtools_entrypoint-bundle-tsconfig-tsconfig.json +0 -43
- package/models/trace/lantern/types/types.prebundle.d.ts +0 -1
- package/models/trace/lantern/types/types.prebundle.js +0 -5
- package/models/trace/lantern/types/types.prebundle.js.map +0 -1
- package/models/trace/lantern/types/types.prebundle.ts +0 -5
- package/models/trace/trace.prebundle.d.ts +0 -10
- package/models/trace/trace.prebundle.js +0 -14
- package/models/trace/trace.prebundle.js.map +0 -1
- package/models/trace/trace.prebundle.ts +0 -25
- package/models/trace/types/devtools_entrypoint-bundle-tsconfig-tsconfig.json +0 -43
- package/models/trace/types/types.prebundle.d.ts +0 -5
- package/models/trace/types/types.prebundle.js +0 -9
- package/models/trace/types/types.prebundle.js.map +0 -1
- package/models/trace/types/types.prebundle.ts +0 -9
package/locales/en-GB.json
CHANGED
|
@@ -11,9 +11,6 @@
|
|
|
11
11
|
"generated/Deprecation.ts | CanRequestURLHTTPContainingNewline": {
|
|
12
12
|
"message": "Resource requests whose URLs contained both removed whitespace \\(n|r|t) characters and less-than characters (<) are blocked. Please remove newlines and encode less-than characters from places like element attribute values in order to load these resources."
|
|
13
13
|
},
|
|
14
|
-
"generated/Deprecation.ts | CharsetAutoDetectionISO2022JP": {
|
|
15
|
-
"message": "Auto-detection of ISO-2022-JP character set is deprecated and it will be disabled in the near future. Please specify character set in the content type header or by using a meta tag (https://developer.mozilla.org/en-US/docs/Glossary/Character_encoding)."
|
|
16
|
-
},
|
|
17
14
|
"generated/Deprecation.ts | ChromeLoadTimesConnectionInfo": {
|
|
18
15
|
"message": "chrome.loadTimes() is deprecated. Instead, use standardised API: Navigation Timing 2."
|
|
19
16
|
},
|
|
@@ -47,15 +44,9 @@
|
|
|
47
44
|
"generated/Deprecation.ts | GetUserMediaInsecureOrigin": {
|
|
48
45
|
"message": "getUserMedia() no longer works on insecure origins. To use this feature, you should consider switching your application to a secure origin, such as HTTPS. See https://goo.gle/chrome-insecure-origins for more details."
|
|
49
46
|
},
|
|
50
|
-
"generated/Deprecation.ts | H1UserAgentFontSizeInSection": {
|
|
51
|
-
"message": "Found an <h1> tag within an <article>, <aside>, <nav> or <section> which does not have a specified font-size. The size of this heading text will be changing in this browser in the near future. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements#specifying_a_uniform_font_size_for_h1 for more information."
|
|
52
|
-
},
|
|
53
47
|
"generated/Deprecation.ts | HostCandidateAttributeGetter": {
|
|
54
48
|
"message": "RTCPeerConnectionIceErrorEvent.hostCandidate is deprecated. Please use RTCPeerConnectionIceErrorEvent.address or RTCPeerConnectionIceErrorEvent.port instead."
|
|
55
49
|
},
|
|
56
|
-
"generated/Deprecation.ts | IdentityDigitalCredentials": {
|
|
57
|
-
"message": "This format for the navigator.credentials.get() request for digital credentials is deprecated, please update your call to use the new format."
|
|
58
|
-
},
|
|
59
50
|
"generated/Deprecation.ts | IdentityInCanMakePaymentEvent": {
|
|
60
51
|
"message": "The merchant origin and arbitrary data from the canmakepayment service worker event are deprecated and will be removed: topOrigin, paymentRequestOrigin, methodData, modifiers."
|
|
61
52
|
},
|
|
@@ -95,6 +86,9 @@
|
|
|
95
86
|
"generated/Deprecation.ts | OverflowVisibleOnReplacedElement": {
|
|
96
87
|
"message": "Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds. See https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md."
|
|
97
88
|
},
|
|
89
|
+
"generated/Deprecation.ts | OverrideFlashEmbedwithHTML": {
|
|
90
|
+
"message": "Legacy flash video embed has been rewritten to HTML iframe. Flash is long gone, this rewriting hack has been deprecated and may be removed in the future."
|
|
91
|
+
},
|
|
98
92
|
"generated/Deprecation.ts | PaymentInstruments": {
|
|
99
93
|
"message": "paymentManager.instruments is deprecated. Please use just-in-time install for payment handlers instead."
|
|
100
94
|
},
|
|
@@ -164,9 +158,6 @@
|
|
|
164
158
|
"generated/Deprecation.ts | V8SharedArrayBufferConstructedInExtensionWithoutIsolation": {
|
|
165
159
|
"message": "Extensions should opt in to cross-origin isolation to continue using SharedArrayBuffer. See https://developer.chrome.com/docs/extensions/mv3/cross-origin-isolation/."
|
|
166
160
|
},
|
|
167
|
-
"generated/Deprecation.ts | WebGPUAdapterIsFallbackAdapter": {
|
|
168
|
-
"message": "The GPUAdapter isFallbackAdapter attribute is deprecated. Instead, use the GPUAdapterInfo isFallbackAdapter attribute."
|
|
169
|
-
},
|
|
170
161
|
"generated/Deprecation.ts | XHRJSONEncodingDetection": {
|
|
171
162
|
"message": "UTF-16 is not supported by response JSON in XMLHttpRequest"
|
|
172
163
|
},
|
|
@@ -179,9 +170,6 @@
|
|
|
179
170
|
"models/trace/insights/CLSCulprits.ts | description": {
|
|
180
171
|
"message": "Layout shifts occur when elements move absent any user interaction. [Investigate the causes of layout shifts](https://web.dev/articles/optimize-cls), such as elements being added, removed or their fonts changing as the page loads."
|
|
181
172
|
},
|
|
182
|
-
"models/trace/insights/CLSCulprits.ts | fontRequest": {
|
|
183
|
-
"message": "Font request"
|
|
184
|
-
},
|
|
185
173
|
"models/trace/insights/CLSCulprits.ts | injectedIframe": {
|
|
186
174
|
"message": "Injected iframe"
|
|
187
175
|
},
|
|
@@ -200,8 +188,11 @@
|
|
|
200
188
|
"models/trace/insights/CLSCulprits.ts | topCulprits": {
|
|
201
189
|
"message": "Top layout shift culprits"
|
|
202
190
|
},
|
|
203
|
-
"models/trace/insights/CLSCulprits.ts |
|
|
204
|
-
"message": "Unsized
|
|
191
|
+
"models/trace/insights/CLSCulprits.ts | unsizedImage": {
|
|
192
|
+
"message": "Unsized image element"
|
|
193
|
+
},
|
|
194
|
+
"models/trace/insights/CLSCulprits.ts | webFont": {
|
|
195
|
+
"message": "Web font"
|
|
205
196
|
},
|
|
206
197
|
"models/trace/insights/CLSCulprits.ts | worstCluster": {
|
|
207
198
|
"message": "Worst cluster"
|
|
@@ -230,9 +221,18 @@
|
|
|
230
221
|
"models/trace/insights/DOMSize.ts | description": {
|
|
231
222
|
"message": "A large DOM can increase the duration of style calculations and layout reflows, impacting page responsiveness. A large DOM will also increase memory usage. [Learn how to avoid an excessive DOM size](https://developer.chrome.com/docs/lighthouse/performance/dom-size/)."
|
|
232
223
|
},
|
|
224
|
+
"models/trace/insights/DOMSize.ts | duration": {
|
|
225
|
+
"message": "Duration"
|
|
226
|
+
},
|
|
233
227
|
"models/trace/insights/DOMSize.ts | element": {
|
|
234
228
|
"message": "Element"
|
|
235
229
|
},
|
|
230
|
+
"models/trace/insights/DOMSize.ts | largeLayout": {
|
|
231
|
+
"message": "Layout ({PH1} objects)"
|
|
232
|
+
},
|
|
233
|
+
"models/trace/insights/DOMSize.ts | largeStyleRecalc": {
|
|
234
|
+
"message": "Style recalculation ({PH1} elements)"
|
|
235
|
+
},
|
|
236
236
|
"models/trace/insights/DOMSize.ts | maxChildren": {
|
|
237
237
|
"message": "Most children"
|
|
238
238
|
},
|
|
@@ -245,6 +245,9 @@
|
|
|
245
245
|
"models/trace/insights/DOMSize.ts | title": {
|
|
246
246
|
"message": "Optimise DOM size"
|
|
247
247
|
},
|
|
248
|
+
"models/trace/insights/DOMSize.ts | topUpdatesDescription": {
|
|
249
|
+
"message": "These are the largest layout and style recalculation events. Their performance impact may be reduced by making the DOM simpler."
|
|
250
|
+
},
|
|
248
251
|
"models/trace/insights/DOMSize.ts | totalElements": {
|
|
249
252
|
"message": "Total elements"
|
|
250
253
|
},
|
|
@@ -258,7 +261,7 @@
|
|
|
258
261
|
"message": "Had redirects ({PH1} redirects, +{PH2})"
|
|
259
262
|
},
|
|
260
263
|
"models/trace/insights/DocumentLatency.ts | failedServerResponseTime": {
|
|
261
|
-
"message": "Server responded slowly (observed {PH1})
|
|
264
|
+
"message": "Server responded slowly (observed {PH1})"
|
|
262
265
|
},
|
|
263
266
|
"models/trace/insights/DocumentLatency.ts | failedTextCompression": {
|
|
264
267
|
"message": "No compression applied"
|
|
@@ -267,7 +270,7 @@
|
|
|
267
270
|
"message": "Avoids redirects"
|
|
268
271
|
},
|
|
269
272
|
"models/trace/insights/DocumentLatency.ts | passingServerResponseTime": {
|
|
270
|
-
"message": "Server responds quickly (observed {PH1})
|
|
273
|
+
"message": "Server responds quickly (observed {PH1})"
|
|
271
274
|
},
|
|
272
275
|
"models/trace/insights/DocumentLatency.ts | passingTextCompression": {
|
|
273
276
|
"message": "Applies text compression"
|
|
@@ -312,7 +315,7 @@
|
|
|
312
315
|
"message": "(anonymous)"
|
|
313
316
|
},
|
|
314
317
|
"models/trace/insights/ForcedReflow.ts | description": {
|
|
315
|
-
"message": "
|
|
318
|
+
"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://developers.google.com/web/fundamentals/performance/rendering/avoid-large-complex-layouts-and-layout-thrashing#avoid-forced-synchronous-layouts) and possible mitigations."
|
|
316
319
|
},
|
|
317
320
|
"models/trace/insights/ForcedReflow.ts | relatedStackTrace": {
|
|
318
321
|
"message": "Stack trace"
|
|
@@ -329,6 +332,30 @@
|
|
|
329
332
|
"models/trace/insights/ForcedReflow.ts | unattributed": {
|
|
330
333
|
"message": "[unattributed]"
|
|
331
334
|
},
|
|
335
|
+
"models/trace/insights/INPBreakdown.ts | description": {
|
|
336
|
+
"message": "Start investigating with the longest sub-part. [Delays can be minimised](https://web.dev/articles/optimize-inp#optimize_interactions). To reduce processing duration, [optimise the main-thread costs](https://web.dev/articles/optimize-long-tasks), often JS."
|
|
337
|
+
},
|
|
338
|
+
"models/trace/insights/INPBreakdown.ts | duration": {
|
|
339
|
+
"message": "Duration"
|
|
340
|
+
},
|
|
341
|
+
"models/trace/insights/INPBreakdown.ts | inputDelay": {
|
|
342
|
+
"message": "Input delay"
|
|
343
|
+
},
|
|
344
|
+
"models/trace/insights/INPBreakdown.ts | noInteractions": {
|
|
345
|
+
"message": "No interactions detected"
|
|
346
|
+
},
|
|
347
|
+
"models/trace/insights/INPBreakdown.ts | presentationDelay": {
|
|
348
|
+
"message": "Presentation delay"
|
|
349
|
+
},
|
|
350
|
+
"models/trace/insights/INPBreakdown.ts | processingDuration": {
|
|
351
|
+
"message": "Processing duration"
|
|
352
|
+
},
|
|
353
|
+
"models/trace/insights/INPBreakdown.ts | subpart": {
|
|
354
|
+
"message": "Sub-part"
|
|
355
|
+
},
|
|
356
|
+
"models/trace/insights/INPBreakdown.ts | title": {
|
|
357
|
+
"message": "INP breakdown"
|
|
358
|
+
},
|
|
332
359
|
"models/trace/insights/ImageDelivery.ts | description": {
|
|
333
360
|
"message": "Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimising image size](https://developer.chrome.com/docs/lighthouse/performance/uses-optimized-images/)"
|
|
334
361
|
},
|
|
@@ -359,29 +386,35 @@
|
|
|
359
386
|
"models/trace/insights/ImageDelivery.ts | useVideoFormat": {
|
|
360
387
|
"message": "Using video formats instead of GIFs can improve the download size of animated content."
|
|
361
388
|
},
|
|
362
|
-
"models/trace/insights/
|
|
363
|
-
"message": "
|
|
389
|
+
"models/trace/insights/LCPBreakdown.ts | description": {
|
|
390
|
+
"message": "Each [sub-part has specific improvement strategies](https://web.dev/articles/optimize-lcp#lcp-breakdown). Ideally, most of the LCP time should be spent on loading the resources, not within delays."
|
|
364
391
|
},
|
|
365
|
-
"models/trace/insights/
|
|
392
|
+
"models/trace/insights/LCPBreakdown.ts | duration": {
|
|
366
393
|
"message": "Duration"
|
|
367
394
|
},
|
|
368
|
-
"models/trace/insights/
|
|
369
|
-
"message": "
|
|
395
|
+
"models/trace/insights/LCPBreakdown.ts | elementRenderDelay": {
|
|
396
|
+
"message": "Element render delay"
|
|
370
397
|
},
|
|
371
|
-
"models/trace/insights/
|
|
372
|
-
"message": "
|
|
398
|
+
"models/trace/insights/LCPBreakdown.ts | fieldDuration": {
|
|
399
|
+
"message": "Field p75"
|
|
373
400
|
},
|
|
374
|
-
"models/trace/insights/
|
|
375
|
-
"message": "
|
|
401
|
+
"models/trace/insights/LCPBreakdown.ts | noLcp": {
|
|
402
|
+
"message": "No LCP detected"
|
|
376
403
|
},
|
|
377
|
-
"models/trace/insights/
|
|
378
|
-
"message": "
|
|
404
|
+
"models/trace/insights/LCPBreakdown.ts | resourceLoadDelay": {
|
|
405
|
+
"message": "Resource load delay"
|
|
379
406
|
},
|
|
380
|
-
"models/trace/insights/
|
|
381
|
-
"message": "
|
|
407
|
+
"models/trace/insights/LCPBreakdown.ts | resourceLoadDuration": {
|
|
408
|
+
"message": "Resource load duration"
|
|
409
|
+
},
|
|
410
|
+
"models/trace/insights/LCPBreakdown.ts | subpart": {
|
|
411
|
+
"message": "Sub-part"
|
|
412
|
+
},
|
|
413
|
+
"models/trace/insights/LCPBreakdown.ts | timeToFirstByte": {
|
|
414
|
+
"message": "Time to First Byte"
|
|
382
415
|
},
|
|
383
|
-
"models/trace/insights/
|
|
384
|
-
"message": "
|
|
416
|
+
"models/trace/insights/LCPBreakdown.ts | title": {
|
|
417
|
+
"message": "LCP breakdown"
|
|
385
418
|
},
|
|
386
419
|
"models/trace/insights/LCPDiscovery.ts | description": {
|
|
387
420
|
"message": "Optimise LCP by making the LCP image [discoverable](https://web.dev/articles/optimize-lcp#1_eliminate_resource_load_delay) from the HTML immediately and [avoiding lazy loading](https://web.dev/articles/lcp-lazy-loading)"
|
|
@@ -410,36 +443,6 @@
|
|
|
410
443
|
"models/trace/insights/LCPDiscovery.ts | title": {
|
|
411
444
|
"message": "LCP request discovery"
|
|
412
445
|
},
|
|
413
|
-
"models/trace/insights/LCPPhases.ts | description": {
|
|
414
|
-
"message": "Each [phase has specific improvement strategies](https://web.dev/articles/optimize-lcp#lcp-breakdown). Ideally, most of the LCP time should be spent on loading the resources, not within delays."
|
|
415
|
-
},
|
|
416
|
-
"models/trace/insights/LCPPhases.ts | duration": {
|
|
417
|
-
"message": "Duration"
|
|
418
|
-
},
|
|
419
|
-
"models/trace/insights/LCPPhases.ts | elementRenderDelay": {
|
|
420
|
-
"message": "Element render delay"
|
|
421
|
-
},
|
|
422
|
-
"models/trace/insights/LCPPhases.ts | fieldDuration": {
|
|
423
|
-
"message": "Field p75"
|
|
424
|
-
},
|
|
425
|
-
"models/trace/insights/LCPPhases.ts | noLcp": {
|
|
426
|
-
"message": "No LCP detected"
|
|
427
|
-
},
|
|
428
|
-
"models/trace/insights/LCPPhases.ts | phase": {
|
|
429
|
-
"message": "Phase"
|
|
430
|
-
},
|
|
431
|
-
"models/trace/insights/LCPPhases.ts | resourceLoadDelay": {
|
|
432
|
-
"message": "Resource load delay"
|
|
433
|
-
},
|
|
434
|
-
"models/trace/insights/LCPPhases.ts | resourceLoadDuration": {
|
|
435
|
-
"message": "Resource load duration"
|
|
436
|
-
},
|
|
437
|
-
"models/trace/insights/LCPPhases.ts | timeToFirstByte": {
|
|
438
|
-
"message": "Time to First Byte"
|
|
439
|
-
},
|
|
440
|
-
"models/trace/insights/LCPPhases.ts | title": {
|
|
441
|
-
"message": "LCP by phase"
|
|
442
|
-
},
|
|
443
446
|
"models/trace/insights/LegacyJavaScript.ts | columnScript": {
|
|
444
447
|
"message": "Script"
|
|
445
448
|
},
|
|
@@ -456,7 +459,7 @@
|
|
|
456
459
|
"message": "HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. [Learn more about using modern HTTP](https://developer.chrome.com/docs/lighthouse/best-practices/uses-http2/)."
|
|
457
460
|
},
|
|
458
461
|
"models/trace/insights/ModernHTTP.ts | noOldProtocolRequests": {
|
|
459
|
-
"message": "No requests used HTTP/1.1"
|
|
462
|
+
"message": "No requests used HTTP/1.1, or its current use of HTTP/1.1 does not present a significant optimisation opportunity. HTTP/1.1 requests are only flagged if six or more static assets originate from the same origin, and they are not served from a local development environment or a third-party source."
|
|
460
463
|
},
|
|
461
464
|
"models/trace/insights/ModernHTTP.ts | protocol": {
|
|
462
465
|
"message": "Protocol"
|
|
@@ -489,7 +492,7 @@
|
|
|
489
492
|
"message": "[Avoid chaining critical requests](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains) by reducing the length of chains, reducing the download size of resources or deferring the download of unnecessary resources to improve page load."
|
|
490
493
|
},
|
|
491
494
|
"models/trace/insights/NetworkDependencyTree.ts | estSavingTableDescription": {
|
|
492
|
-
"message": "Add [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints to your most important origins, but try to use
|
|
495
|
+
"message": "Add [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints to your most important origins, but try to use no more than 4."
|
|
493
496
|
},
|
|
494
497
|
"models/trace/insights/NetworkDependencyTree.ts | estSavingTableTitle": {
|
|
495
498
|
"message": "Preconnect candidates"
|
|
@@ -557,6 +560,12 @@
|
|
|
557
560
|
"models/trace/insights/SlowCSSSelector.ts | title": {
|
|
558
561
|
"message": "CSS selector costs"
|
|
559
562
|
},
|
|
563
|
+
"models/trace/insights/SlowCSSSelector.ts | topSelectorElapsedTime": {
|
|
564
|
+
"message": "Top selector elapsed time"
|
|
565
|
+
},
|
|
566
|
+
"models/trace/insights/SlowCSSSelector.ts | topSelectorMatchAttempt": {
|
|
567
|
+
"message": "Top selector match attempt"
|
|
568
|
+
},
|
|
560
569
|
"models/trace/insights/SlowCSSSelector.ts | topSelectors": {
|
|
561
570
|
"message": "Top selectors"
|
|
562
571
|
},
|
|
@@ -584,6 +593,9 @@
|
|
|
584
593
|
"models/trace/insights/Viewport.ts | description": {
|
|
585
594
|
"message": "Tap interactions may be [delayed by up to 300\u00a0ms](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/) if the viewport is not optimised for mobile."
|
|
586
595
|
},
|
|
596
|
+
"models/trace/insights/Viewport.ts | mobileTapDelayLabel": {
|
|
597
|
+
"message": "Mobile tap delay"
|
|
598
|
+
},
|
|
587
599
|
"models/trace/insights/Viewport.ts | title": {
|
|
588
600
|
"message": "Optimise viewport for mobile"
|
|
589
601
|
},
|
|
@@ -875,6 +887,9 @@
|
|
|
875
887
|
"panels/application/components/BackForwardCacheStrings.ts | sharedWorker": {
|
|
876
888
|
"message": "Pages that use SharedWorker are not currently eligible for back-forward cache."
|
|
877
889
|
},
|
|
890
|
+
"panels/application/components/BackForwardCacheStrings.ts | sharedWorkerMessage": {
|
|
891
|
+
"message": "The page was evicted from the cache because it received a message from a SharedWorker"
|
|
892
|
+
},
|
|
878
893
|
"panels/application/components/BackForwardCacheStrings.ts | speechRecognizer": {
|
|
879
894
|
"message": "Pages that use SpeechRecogniser are not currently eligible for back-forward cache."
|
|
880
895
|
},
|
package/locales/en-US.json
CHANGED
|
@@ -44,15 +44,9 @@
|
|
|
44
44
|
"generated/Deprecation.ts | GetUserMediaInsecureOrigin": {
|
|
45
45
|
"message": "getUserMedia() no longer works on insecure origins. To use this feature, you should consider switching your application to a secure origin, such as HTTPS. See https://goo.gle/chrome-insecure-origins for more details."
|
|
46
46
|
},
|
|
47
|
-
"generated/Deprecation.ts | H1UserAgentFontSizeInSection": {
|
|
48
|
-
"message": "Found an <h1> tag within an <article>, <aside>, <nav>, or <section> which does not have a specified font-size. The size of this heading text will be changing in this browser in the near future. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements#specifying_a_uniform_font_size_for_h1 for more information."
|
|
49
|
-
},
|
|
50
47
|
"generated/Deprecation.ts | HostCandidateAttributeGetter": {
|
|
51
48
|
"message": "RTCPeerConnectionIceErrorEvent.hostCandidate is deprecated. Please use RTCPeerConnectionIceErrorEvent.address or RTCPeerConnectionIceErrorEvent.port instead."
|
|
52
49
|
},
|
|
53
|
-
"generated/Deprecation.ts | IdentityDigitalCredentials": {
|
|
54
|
-
"message": "This format for the navigator.credentials.get() request for digital credentials is deprecated, please update your call to use the new format."
|
|
55
|
-
},
|
|
56
50
|
"generated/Deprecation.ts | IdentityInCanMakePaymentEvent": {
|
|
57
51
|
"message": "The merchant origin and arbitrary data from the canmakepayment service worker event are deprecated and will be removed: topOrigin, paymentRequestOrigin, methodData, modifiers."
|
|
58
52
|
},
|
|
@@ -92,6 +86,9 @@
|
|
|
92
86
|
"generated/Deprecation.ts | OverflowVisibleOnReplacedElement": {
|
|
93
87
|
"message": "Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds. See https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md."
|
|
94
88
|
},
|
|
89
|
+
"generated/Deprecation.ts | OverrideFlashEmbedwithHTML": {
|
|
90
|
+
"message": "Legacy flash video embed has been rewritten to HTML iframe. Flash is long gone, this rewriting hack is deprecated and may be removed in the future."
|
|
91
|
+
},
|
|
95
92
|
"generated/Deprecation.ts | PaymentInstruments": {
|
|
96
93
|
"message": "paymentManager.instruments is deprecated. Please use just-in-time install for payment handlers instead."
|
|
97
94
|
},
|
|
@@ -161,9 +158,6 @@
|
|
|
161
158
|
"generated/Deprecation.ts | V8SharedArrayBufferConstructedInExtensionWithoutIsolation": {
|
|
162
159
|
"message": "Extensions should opt into cross-origin isolation to continue using SharedArrayBuffer. See https://developer.chrome.com/docs/extensions/mv3/cross-origin-isolation/."
|
|
163
160
|
},
|
|
164
|
-
"generated/Deprecation.ts | WebGPUAdapterIsFallbackAdapter": {
|
|
165
|
-
"message": "The GPUAdapter isFallbackAdapter attribute is deprecated, instead use the GPUAdapterInfo isFallbackAdapter attribute."
|
|
166
|
-
},
|
|
167
161
|
"generated/Deprecation.ts | XHRJSONEncodingDetection": {
|
|
168
162
|
"message": "UTF-16 is not supported by response json in XMLHttpRequest"
|
|
169
163
|
},
|
|
@@ -465,7 +459,7 @@
|
|
|
465
459
|
"message": "HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. [Learn more about using modern HTTP](https://developer.chrome.com/docs/lighthouse/best-practices/uses-http2/)."
|
|
466
460
|
},
|
|
467
461
|
"models/trace/insights/ModernHTTP.ts | noOldProtocolRequests": {
|
|
468
|
-
"message": "No requests used HTTP/1.1"
|
|
462
|
+
"message": "No requests used HTTP/1.1, or its current use of HTTP/1.1 does not present a significant optimization opportunity. HTTP/1.1 requests are only flagged if six or more static assets originate from the same origin, and they are not served from a local development environment or a third-party source."
|
|
469
463
|
},
|
|
470
464
|
"models/trace/insights/ModernHTTP.ts | protocol": {
|
|
471
465
|
"message": "Protocol"
|
|
@@ -566,6 +560,12 @@
|
|
|
566
560
|
"models/trace/insights/SlowCSSSelector.ts | title": {
|
|
567
561
|
"message": "CSS Selector costs"
|
|
568
562
|
},
|
|
563
|
+
"models/trace/insights/SlowCSSSelector.ts | topSelectorElapsedTime": {
|
|
564
|
+
"message": "Top selector elaspsed time"
|
|
565
|
+
},
|
|
566
|
+
"models/trace/insights/SlowCSSSelector.ts | topSelectorMatchAttempt": {
|
|
567
|
+
"message": "Top selector match attempt"
|
|
568
|
+
},
|
|
569
569
|
"models/trace/insights/SlowCSSSelector.ts | topSelectors": {
|
|
570
570
|
"message": "Top selectors"
|
|
571
571
|
},
|
|
@@ -887,6 +887,9 @@
|
|
|
887
887
|
"panels/application/components/BackForwardCacheStrings.ts | sharedWorker": {
|
|
888
888
|
"message": "Pages that use SharedWorker are not currently eligible for back/forward cache."
|
|
889
889
|
},
|
|
890
|
+
"panels/application/components/BackForwardCacheStrings.ts | sharedWorkerMessage": {
|
|
891
|
+
"message": "The page was evicted from the cache because it received a message from a SharedWorker"
|
|
892
|
+
},
|
|
890
893
|
"panels/application/components/BackForwardCacheStrings.ts | speechRecognizer": {
|
|
891
894
|
"message": "Pages that use SpeechRecognizer are not currently eligible for back/forward cache."
|
|
892
895
|
},
|
package/locales/en-XL.json
CHANGED
|
@@ -44,15 +44,9 @@
|
|
|
44
44
|
"generated/Deprecation.ts | GetUserMediaInsecureOrigin": {
|
|
45
45
|
"message": "getUserMedia() n\u0302o\u0301 l\u0302o\u0301n\u0302g\u0301e\u0302r\u0301 w\u0302o\u0301r\u0302k\u0301s\u0302 o\u0301n\u0302 i\u0301n\u0302s\u0301e\u0302c\u0301u\u0302r\u0301e\u0302 o\u0301r\u0302i\u0301g\u0302i\u0301n\u0302s\u0301. T\u0302o\u0301 u\u0302s\u0301e\u0302 t\u0301h\u0302i\u0301s\u0302 f\u0301e\u0302a\u0301t\u0302u\u0301r\u0302e\u0301, y\u0302o\u0301u\u0302 s\u0301h\u0302o\u0301u\u0302l\u0301d\u0302 c\u0301o\u0302n\u0301s\u0302i\u0301d\u0302e\u0301r\u0302 s\u0301w\u0302i\u0301t\u0302c\u0301h\u0302i\u0301n\u0302g\u0301 y\u0302o\u0301u\u0302r\u0301 a\u0302p\u0301p\u0302l\u0301i\u0302c\u0301a\u0302t\u0301i\u0302o\u0301n\u0302 t\u0301o\u0302 a\u0301 s\u0302e\u0301c\u0302u\u0301r\u0302e\u0301 o\u0302r\u0301i\u0302g\u0301i\u0302n\u0301, s\u0302u\u0301c\u0302h\u0301 a\u0302s\u0301 H\u0302T\u0301T\u0302P\u0301S\u0302. S\u0301e\u0302e\u0301 h\u0302t\u0301t\u0302p\u0301s\u0302://g\u0301o\u0302o\u0301.g\u0302l\u0301e\u0302/c\u0301h\u0302r\u0301o\u0302m\u0301e\u0302-i\u0301n\u0302s\u0301e\u0302c\u0301u\u0302r\u0301e\u0302-o\u0301r\u0302i\u0301g\u0302i\u0301n\u0302s\u0301 f\u0302o\u0301r\u0302 m\u0301o\u0302r\u0301e\u0302 d\u0301e\u0302t\u0301a\u0302i\u0301l\u0302s\u0301."
|
|
46
46
|
},
|
|
47
|
-
"generated/Deprecation.ts | H1UserAgentFontSizeInSection": {
|
|
48
|
-
"message": "F\u0302o\u0301u\u0302n\u0301d\u0302 a\u0301n\u0302 <h\u03011> t\u0302a\u0301g\u0302 w\u0301i\u0302t\u0301h\u0302i\u0301n\u0302 a\u0301n\u0302 <a\u0301r\u0302t\u0301i\u0302c\u0301l\u0302e\u0301>, <a\u0302s\u0301i\u0302d\u0301e\u0302>, <n\u0301a\u0302v\u0301>, o\u0302r\u0301 <s\u0302e\u0301c\u0302t\u0301i\u0302o\u0301n\u0302> w\u0301h\u0302i\u0301c\u0302h\u0301 d\u0302o\u0301e\u0302s\u0301 n\u0302o\u0301t\u0302 h\u0301a\u0302v\u0301e\u0302 a\u0301 s\u0302p\u0301e\u0302c\u0301i\u0302f\u0301i\u0302e\u0301d\u0302 f\u0301o\u0302n\u0301t\u0302-s\u0301i\u0302z\u0301e\u0302. T\u0301h\u0302e\u0301 s\u0302i\u0301z\u0302e\u0301 o\u0302f\u0301 t\u0302h\u0301i\u0302s\u0301 h\u0302e\u0301a\u0302d\u0301i\u0302n\u0301g\u0302 t\u0301e\u0302x\u0301t\u0302 w\u0301i\u0302l\u0301l\u0302 b\u0301e\u0302 c\u0301h\u0302a\u0301n\u0302g\u0301i\u0302n\u0301g\u0302 i\u0301n\u0302 t\u0301h\u0302i\u0301s\u0302 b\u0301r\u0302o\u0301w\u0302s\u0301e\u0302r\u0301 i\u0302n\u0301 t\u0302h\u0301e\u0302 n\u0301e\u0302a\u0301r\u0302 f\u0301u\u0302t\u0301u\u0302r\u0301e\u0302. S\u0301e\u0302e\u0301 h\u0302t\u0301t\u0302p\u0301s\u0302://d\u0301e\u0302v\u0301e\u0302l\u0301o\u0302p\u0301e\u0302r\u0301.m\u0302o\u0301z\u0302i\u0301l\u0302l\u0301a\u0302.o\u0301r\u0302g\u0301/e\u0302n\u0301-U\u0302S\u0301/d\u0302o\u0301c\u0302s\u0301/W\u0302e\u0301b\u0302/H\u0301T\u0302M\u0301L\u0302/E\u0301l\u0302e\u0301m\u0302e\u0301n\u0302t\u0301/H\u0302e\u0301a\u0302d\u0301i\u0302n\u0301g\u0302_E\u0301l\u0302e\u0301m\u0302e\u0301n\u0302t\u0301s\u0302#s\u0301p\u0302e\u0301c\u0302i\u0301f\u0302y\u0301i\u0302n\u0301g\u0302_a\u0301_u\u0302n\u0301i\u0302f\u0301o\u0302r\u0301m\u0302_f\u0301o\u0302n\u0301t\u0302_s\u0301i\u0302z\u0301e\u0302_f\u0301o\u0302r\u0301_h\u03021 f\u0301o\u0302r\u0301 m\u0302o\u0301r\u0302e\u0301 i\u0302n\u0301f\u0302o\u0301r\u0302m\u0301a\u0302t\u0301i\u0302o\u0301n\u0302."
|
|
49
|
-
},
|
|
50
47
|
"generated/Deprecation.ts | HostCandidateAttributeGetter": {
|
|
51
48
|
"message": "RTCPeerConnectionIceErrorEvent.hostCandidate i\u0302s\u0301 d\u0302e\u0301p\u0302r\u0301e\u0302c\u0301a\u0302t\u0301e\u0302d\u0301. P\u0302l\u0301e\u0302a\u0301s\u0302e\u0301 u\u0302s\u0301e\u0302 RTCPeerConnectionIceErrorEvent.address o\u0301r\u0302 RTCPeerConnectionIceErrorEvent.port i\u0301n\u0302s\u0301t\u0302e\u0301a\u0302d\u0301."
|
|
52
49
|
},
|
|
53
|
-
"generated/Deprecation.ts | IdentityDigitalCredentials": {
|
|
54
|
-
"message": "T\u0302h\u0301i\u0302s\u0301 f\u0302o\u0301r\u0302m\u0301a\u0302t\u0301 f\u0302o\u0301r\u0302 t\u0301h\u0302e\u0301 n\u0302a\u0301v\u0302i\u0301g\u0302a\u0301t\u0302o\u0301r\u0302.c\u0301r\u0302e\u0301d\u0302e\u0301n\u0302t\u0301i\u0302a\u0301l\u0302s\u0301.g\u0302e\u0301t\u0302() r\u0301e\u0302q\u0301u\u0302e\u0301s\u0302t\u0301 f\u0302o\u0301r\u0302 d\u0301i\u0302g\u0301i\u0302t\u0301a\u0302l\u0301 c\u0302r\u0301e\u0302d\u0301e\u0302n\u0301t\u0302i\u0301a\u0302l\u0301s\u0302 i\u0301s\u0302 d\u0301e\u0302p\u0301r\u0302e\u0301c\u0302a\u0301t\u0302e\u0301d\u0302, p\u0301l\u0302e\u0301a\u0302s\u0301e\u0302 u\u0301p\u0302d\u0301a\u0302t\u0301e\u0302 y\u0301o\u0302u\u0301r\u0302 c\u0301a\u0302l\u0301l\u0302 t\u0301o\u0302 u\u0301s\u0302e\u0301 t\u0302h\u0301e\u0302 n\u0301e\u0302w\u0301 f\u0302o\u0301r\u0302m\u0301a\u0302t\u0301."
|
|
55
|
-
},
|
|
56
50
|
"generated/Deprecation.ts | IdentityInCanMakePaymentEvent": {
|
|
57
51
|
"message": "T\u0302h\u0301e\u0302 m\u0301e\u0302r\u0301c\u0302h\u0301a\u0302n\u0301t\u0302 o\u0301r\u0302i\u0301g\u0302i\u0301n\u0302 a\u0301n\u0302d\u0301 a\u0302r\u0301b\u0302i\u0301t\u0302r\u0301a\u0302r\u0301y\u0302 d\u0301a\u0302t\u0301a\u0302 f\u0301r\u0302o\u0301m\u0302 t\u0301h\u0302e\u0301 canmakepayment s\u0302e\u0301r\u0302v\u0301i\u0302c\u0301e\u0302 w\u0301o\u0302r\u0301k\u0302e\u0301r\u0302 e\u0301v\u0302e\u0301n\u0302t\u0301 a\u0302r\u0301e\u0302 d\u0301e\u0302p\u0301r\u0302e\u0301c\u0302a\u0301t\u0302e\u0301d\u0302 a\u0301n\u0302d\u0301 w\u0302i\u0301l\u0302l\u0301 b\u0302e\u0301 r\u0302e\u0301m\u0302o\u0301v\u0302e\u0301d\u0302: topOrigin, paymentRequestOrigin, methodData, modifiers."
|
|
58
52
|
},
|
|
@@ -92,6 +86,9 @@
|
|
|
92
86
|
"generated/Deprecation.ts | OverflowVisibleOnReplacedElement": {
|
|
93
87
|
"message": "S\u0302p\u0301e\u0302c\u0301i\u0302f\u0301y\u0302i\u0301n\u0302g\u0301 overflow: visible o\u0302n\u0301 i\u0302m\u0301g\u0302, v\u0301i\u0302d\u0301e\u0302o\u0301 a\u0302n\u0301d\u0302 c\u0301a\u0302n\u0301v\u0302a\u0301s\u0302 t\u0301a\u0302g\u0301s\u0302 m\u0301a\u0302y\u0301 c\u0302a\u0301u\u0302s\u0301e\u0302 t\u0301h\u0302e\u0301m\u0302 t\u0301o\u0302 p\u0301r\u0302o\u0301d\u0302u\u0301c\u0302e\u0301 v\u0302i\u0301s\u0302u\u0301a\u0302l\u0301 c\u0302o\u0301n\u0302t\u0301e\u0302n\u0301t\u0302 o\u0301u\u0302t\u0301s\u0302i\u0301d\u0302e\u0301 o\u0302f\u0301 t\u0302h\u0301e\u0302 e\u0301l\u0302e\u0301m\u0302e\u0301n\u0302t\u0301 b\u0302o\u0301u\u0302n\u0301d\u0302s\u0301. S\u0302e\u0301e\u0302 h\u0301t\u0302t\u0301p\u0302s\u0301://g\u0302i\u0301t\u0302h\u0301u\u0302b\u0301.c\u0302o\u0301m\u0302/W\u0301I\u0302C\u0301G\u0302/s\u0301h\u0302a\u0301r\u0302e\u0301d\u0302-e\u0301l\u0302e\u0301m\u0302e\u0301n\u0302t\u0301-t\u0302r\u0301a\u0302n\u0301s\u0302i\u0301t\u0302i\u0301o\u0302n\u0301s\u0302/b\u0301l\u0302o\u0301b\u0302/m\u0301a\u0302i\u0301n\u0302/d\u0301e\u0302b\u0301u\u0302g\u0301g\u0302i\u0301n\u0302g\u0301_o\u0302v\u0301e\u0302r\u0301f\u0302l\u0301o\u0302w\u0301_o\u0302n\u0301_i\u0302m\u0301a\u0302g\u0301e\u0302s\u0301.m\u0302d\u0301."
|
|
94
88
|
},
|
|
89
|
+
"generated/Deprecation.ts | OverrideFlashEmbedwithHTML": {
|
|
90
|
+
"message": "L\u0302e\u0301g\u0302a\u0301c\u0302y\u0301 f\u0302l\u0301a\u0302s\u0301h\u0302 v\u0301i\u0302d\u0301e\u0302o\u0301 e\u0302m\u0301b\u0302e\u0301d\u0302 h\u0301a\u0302s\u0301 b\u0302e\u0301e\u0302n\u0301 r\u0302e\u0301w\u0302r\u0301i\u0302t\u0301t\u0302e\u0301n\u0302 t\u0301o\u0302 H\u0301T\u0302M\u0301L\u0302 i\u0301f\u0302r\u0301a\u0302m\u0301e\u0302. F\u0301l\u0302a\u0301s\u0302h\u0301 i\u0302s\u0301 l\u0302o\u0301n\u0302g\u0301 g\u0302o\u0301n\u0302e\u0301, t\u0302h\u0301i\u0302s\u0301 r\u0302e\u0301w\u0302r\u0301i\u0302t\u0301i\u0302n\u0301g\u0302 h\u0301a\u0302c\u0301k\u0302 i\u0301s\u0302 d\u0301e\u0302p\u0301r\u0302e\u0301c\u0302a\u0301t\u0302e\u0301d\u0302 a\u0301n\u0302d\u0301 m\u0302a\u0301y\u0302 b\u0301e\u0302 r\u0301e\u0302m\u0301o\u0302v\u0301e\u0302d\u0301 i\u0302n\u0301 t\u0302h\u0301e\u0302 f\u0301u\u0302t\u0301u\u0302r\u0301e\u0302."
|
|
91
|
+
},
|
|
95
92
|
"generated/Deprecation.ts | PaymentInstruments": {
|
|
96
93
|
"message": "paymentManager.instruments i\u0302s\u0301 d\u0302e\u0301p\u0302r\u0301e\u0302c\u0301a\u0302t\u0301e\u0302d\u0301. P\u0302l\u0301e\u0302a\u0301s\u0302e\u0301 u\u0302s\u0301e\u0302 j\u0301u\u0302s\u0301t\u0302-i\u0301n\u0302-t\u0301i\u0302m\u0301e\u0302 i\u0301n\u0302s\u0301t\u0302a\u0301l\u0302l\u0301 f\u0302o\u0301r\u0302 p\u0301a\u0302y\u0301m\u0302e\u0301n\u0302t\u0301 h\u0302a\u0301n\u0302d\u0301l\u0302e\u0301r\u0302s\u0301 i\u0302n\u0301s\u0302t\u0301e\u0302a\u0301d\u0302."
|
|
97
94
|
},
|
|
@@ -161,9 +158,6 @@
|
|
|
161
158
|
"generated/Deprecation.ts | V8SharedArrayBufferConstructedInExtensionWithoutIsolation": {
|
|
162
159
|
"message": "E\u0302x\u0301t\u0302e\u0301n\u0302s\u0301i\u0302o\u0301n\u0302s\u0301 s\u0302h\u0301o\u0302u\u0301l\u0302d\u0301 o\u0302p\u0301t\u0302 i\u0301n\u0302t\u0301o\u0302 c\u0301r\u0302o\u0301s\u0302s\u0301-o\u0302r\u0301i\u0302g\u0301i\u0302n\u0301 i\u0302s\u0301o\u0302l\u0301a\u0302t\u0301i\u0302o\u0301n\u0302 t\u0301o\u0302 c\u0301o\u0302n\u0301t\u0302i\u0301n\u0302u\u0301e\u0302 u\u0301s\u0302i\u0301n\u0302g\u0301 SharedArrayBuffer. S\u0302e\u0301e\u0302 h\u0301t\u0302t\u0301p\u0302s\u0301://d\u0302e\u0301v\u0302e\u0301l\u0302o\u0301p\u0302e\u0301r\u0302.c\u0301h\u0302r\u0301o\u0302m\u0301e\u0302.c\u0301o\u0302m\u0301/d\u0302o\u0301c\u0302s\u0301/e\u0302x\u0301t\u0302e\u0301n\u0302s\u0301i\u0302o\u0301n\u0302s\u0301/m\u0302v\u03013/c\u0302r\u0301o\u0302s\u0301s\u0302-o\u0301r\u0302i\u0301g\u0302i\u0301n\u0302-i\u0301s\u0302o\u0301l\u0302a\u0301t\u0302i\u0301o\u0302n\u0301/."
|
|
163
160
|
},
|
|
164
|
-
"generated/Deprecation.ts | WebGPUAdapterIsFallbackAdapter": {
|
|
165
|
-
"message": "T\u0302h\u0301e\u0302 G\u0301P\u0302U\u0301A\u0302d\u0301a\u0302p\u0301t\u0302e\u0301r\u0302 isFallbackAdapter a\u0301t\u0302t\u0301r\u0302i\u0301b\u0302u\u0301t\u0302e\u0301 i\u0302s\u0301 d\u0302e\u0301p\u0302r\u0301e\u0302c\u0301a\u0302t\u0301e\u0302d\u0301, i\u0302n\u0301s\u0302t\u0301e\u0302a\u0301d\u0302 u\u0301s\u0302e\u0301 t\u0302h\u0301e\u0302 G\u0301P\u0302U\u0301A\u0302d\u0301a\u0302p\u0301t\u0302e\u0301r\u0302I\u0301n\u0302f\u0301o\u0302 isFallbackAdapter a\u0301t\u0302t\u0301r\u0302i\u0301b\u0302u\u0301t\u0302e\u0301."
|
|
166
|
-
},
|
|
167
161
|
"generated/Deprecation.ts | XHRJSONEncodingDetection": {
|
|
168
162
|
"message": "U\u0302T\u0301F\u0302-16 i\u0301s\u0302 n\u0301o\u0302t\u0301 s\u0302u\u0301p\u0302p\u0301o\u0302r\u0301t\u0302e\u0301d\u0302 b\u0301y\u0302 r\u0301e\u0302s\u0301p\u0302o\u0301n\u0302s\u0301e\u0302 j\u0301s\u0302o\u0301n\u0302 i\u0301n\u0302 XMLHttpRequest"
|
|
169
163
|
},
|
|
@@ -465,7 +459,7 @@
|
|
|
465
459
|
"message": "H\u0302T\u0301T\u0302P\u0301/2 a\u0302n\u0301d\u0302 H\u0301T\u0302T\u0301P\u0302/3 o\u0301f\u0302f\u0301e\u0302r\u0301 m\u0302a\u0301n\u0302y\u0301 b\u0302e\u0301n\u0302e\u0301f\u0302i\u0301t\u0302s\u0301 o\u0302v\u0301e\u0302r\u0301 H\u0302T\u0301T\u0302P\u0301/1.1, s\u0302u\u0301c\u0302h\u0301 a\u0302s\u0301 m\u0302u\u0301l\u0302t\u0301i\u0302p\u0301l\u0302e\u0301x\u0302i\u0301n\u0302g\u0301. [L\u0302e\u0301a\u0302r\u0301n\u0302 m\u0301o\u0302r\u0301e\u0302 a\u0301b\u0302o\u0301u\u0302t\u0301 u\u0302s\u0301i\u0302n\u0301g\u0302 m\u0301o\u0302d\u0301e\u0302r\u0301n\u0302 H\u0301T\u0302T\u0301P\u0302](https://developer.chrome.com/docs/lighthouse/best-practices/uses-http2/)."
|
|
466
460
|
},
|
|
467
461
|
"models/trace/insights/ModernHTTP.ts | noOldProtocolRequests": {
|
|
468
|
-
"message": "N\u0302o\u0301 r\u0302e\u0301q\u0302u\u0301e\u0302s\u0301t\u0302s\u0301 u\u0302s\u0301e\u0302d\u0301 H\u0302T\u0301T\u0302P\u0301/1.1"
|
|
462
|
+
"message": "N\u0302o\u0301 r\u0302e\u0301q\u0302u\u0301e\u0302s\u0301t\u0302s\u0301 u\u0302s\u0301e\u0302d\u0301 H\u0302T\u0301T\u0302P\u0301/1.1, o\u0302r\u0301 i\u0302t\u0301s\u0302 c\u0301u\u0302r\u0301r\u0302e\u0301n\u0302t\u0301 u\u0302s\u0301e\u0302 o\u0301f\u0302 H\u0301T\u0302T\u0301P\u0302/1.1 d\u0301o\u0302e\u0301s\u0302 n\u0301o\u0302t\u0301 p\u0302r\u0301e\u0302s\u0301e\u0302n\u0301t\u0302 a\u0301 s\u0302i\u0301g\u0302n\u0301i\u0302f\u0301i\u0302c\u0301a\u0302n\u0301t\u0302 o\u0301p\u0302t\u0301i\u0302m\u0301i\u0302z\u0301a\u0302t\u0301i\u0302o\u0301n\u0302 o\u0301p\u0302p\u0301o\u0302r\u0301t\u0302u\u0301n\u0302i\u0301t\u0302y\u0301. H\u0302T\u0301T\u0302P\u0301/1.1 r\u0302e\u0301q\u0302u\u0301e\u0302s\u0301t\u0302s\u0301 a\u0302r\u0301e\u0302 o\u0301n\u0302l\u0301y\u0302 f\u0301l\u0302a\u0301g\u0302g\u0301e\u0302d\u0301 i\u0302f\u0301 s\u0302i\u0301x\u0302 o\u0301r\u0302 m\u0301o\u0302r\u0301e\u0302 s\u0301t\u0302a\u0301t\u0302i\u0301c\u0302 a\u0301s\u0302s\u0301e\u0302t\u0301s\u0302 o\u0301r\u0302i\u0301g\u0302i\u0301n\u0302a\u0301t\u0302e\u0301 f\u0302r\u0301o\u0302m\u0301 t\u0302h\u0301e\u0302 s\u0301a\u0302m\u0301e\u0302 o\u0301r\u0302i\u0301g\u0302i\u0301n\u0302, a\u0301n\u0302d\u0301 t\u0302h\u0301e\u0302y\u0301 a\u0302r\u0301e\u0302 n\u0301o\u0302t\u0301 s\u0302e\u0301r\u0302v\u0301e\u0302d\u0301 f\u0302r\u0301o\u0302m\u0301 a\u0302 l\u0301o\u0302c\u0301a\u0302l\u0301 d\u0302e\u0301v\u0302e\u0301l\u0302o\u0301p\u0302m\u0301e\u0302n\u0301t\u0302 e\u0301n\u0302v\u0301i\u0302r\u0301o\u0302n\u0301m\u0302e\u0301n\u0302t\u0301 o\u0302r\u0301 a\u0302 t\u0301h\u0302i\u0301r\u0302d\u0301-p\u0302a\u0301r\u0302t\u0301y\u0302 s\u0301o\u0302u\u0301r\u0302c\u0301e\u0302."
|
|
469
463
|
},
|
|
470
464
|
"models/trace/insights/ModernHTTP.ts | protocol": {
|
|
471
465
|
"message": "P\u0302r\u0301o\u0302t\u0301o\u0302c\u0301o\u0302l\u0301"
|
|
@@ -566,6 +560,12 @@
|
|
|
566
560
|
"models/trace/insights/SlowCSSSelector.ts | title": {
|
|
567
561
|
"message": "C\u0302S\u0301S\u0302 S\u0301e\u0302l\u0301e\u0302c\u0301t\u0302o\u0301r\u0302 c\u0301o\u0302s\u0301t\u0302s\u0301"
|
|
568
562
|
},
|
|
563
|
+
"models/trace/insights/SlowCSSSelector.ts | topSelectorElapsedTime": {
|
|
564
|
+
"message": "T\u0302o\u0301p\u0302 s\u0301e\u0302l\u0301e\u0302c\u0301t\u0302o\u0301r\u0302 e\u0301l\u0302a\u0301s\u0302p\u0301s\u0302e\u0301d\u0302 t\u0301i\u0302m\u0301e\u0302"
|
|
565
|
+
},
|
|
566
|
+
"models/trace/insights/SlowCSSSelector.ts | topSelectorMatchAttempt": {
|
|
567
|
+
"message": "T\u0302o\u0301p\u0302 s\u0301e\u0302l\u0301e\u0302c\u0301t\u0302o\u0301r\u0302 m\u0301a\u0302t\u0301c\u0302h\u0301 a\u0302t\u0301t\u0302e\u0301m\u0302p\u0301t\u0302"
|
|
568
|
+
},
|
|
569
569
|
"models/trace/insights/SlowCSSSelector.ts | topSelectors": {
|
|
570
570
|
"message": "T\u0302o\u0301p\u0302 s\u0301e\u0302l\u0301e\u0302c\u0301t\u0302o\u0301r\u0302s\u0301"
|
|
571
571
|
},
|
|
@@ -887,6 +887,9 @@
|
|
|
887
887
|
"panels/application/components/BackForwardCacheStrings.ts | sharedWorker": {
|
|
888
888
|
"message": "P\u0302a\u0301g\u0302e\u0301s\u0302 t\u0301h\u0302a\u0301t\u0302 u\u0301s\u0302e\u0301 S\u0302h\u0301a\u0302r\u0301e\u0302d\u0301W\u0302o\u0301r\u0302k\u0301e\u0302r\u0301 a\u0302r\u0301e\u0302 n\u0301o\u0302t\u0301 c\u0302u\u0301r\u0302r\u0301e\u0302n\u0301t\u0302l\u0301y\u0302 e\u0301l\u0302i\u0301g\u0302i\u0301b\u0302l\u0301e\u0302 f\u0301o\u0302r\u0301 b\u0302a\u0301c\u0302k\u0301/f\u0302o\u0301r\u0302w\u0301a\u0302r\u0301d\u0302 c\u0301a\u0302c\u0301h\u0302e\u0301."
|
|
889
889
|
},
|
|
890
|
+
"panels/application/components/BackForwardCacheStrings.ts | sharedWorkerMessage": {
|
|
891
|
+
"message": "T\u0302h\u0301e\u0302 p\u0301a\u0302g\u0301e\u0302 w\u0301a\u0302s\u0301 e\u0302v\u0301i\u0302c\u0301t\u0302e\u0301d\u0302 f\u0301r\u0302o\u0301m\u0302 t\u0301h\u0302e\u0301 c\u0302a\u0301c\u0302h\u0301e\u0302 b\u0301e\u0302c\u0301a\u0302u\u0301s\u0302e\u0301 i\u0302t\u0301 r\u0302e\u0301c\u0302e\u0301i\u0302v\u0301e\u0302d\u0301 a\u0302 m\u0301e\u0302s\u0301s\u0302a\u0301g\u0302e\u0301 f\u0302r\u0301o\u0302m\u0301 a\u0302 S\u0301h\u0302a\u0301r\u0302e\u0301d\u0302W\u0301o\u0302r\u0301k\u0302e\u0301r\u0302"
|
|
892
|
+
},
|
|
890
893
|
"panels/application/components/BackForwardCacheStrings.ts | speechRecognizer": {
|
|
891
894
|
"message": "P\u0302a\u0301g\u0302e\u0301s\u0302 t\u0301h\u0302a\u0301t\u0302 u\u0301s\u0302e\u0301 S\u0302p\u0301e\u0302e\u0301c\u0302h\u0301R\u0302e\u0301c\u0302o\u0301g\u0302n\u0301i\u0302z\u0301e\u0302r\u0301 a\u0302r\u0301e\u0302 n\u0301o\u0302t\u0301 c\u0302u\u0301r\u0302r\u0301e\u0302n\u0301t\u0302l\u0301y\u0302 e\u0301l\u0302i\u0301g\u0302i\u0301b\u0302l\u0301e\u0302 f\u0301o\u0302r\u0301 b\u0302a\u0301c\u0302k\u0301/f\u0302o\u0301r\u0302w\u0301a\u0302r\u0301d\u0302 c\u0301a\u0302c\u0301h\u0302e\u0301."
|
|
892
895
|
},
|