@paulirish/trace_engine 0.0.44 → 0.0.45
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/core/platform/ArrayUtilities.d.ts +1 -1
- package/core/platform/ArrayUtilities.js.map +1 -1
- package/core/platform/DOMUtilities.js +1 -1
- package/core/platform/DOMUtilities.js.map +1 -1
- package/core/platform/MimeType.js.map +1 -1
- package/core/platform/NumberUtilities.js.map +1 -1
- package/core/platform/ServerTiming.d.ts +2 -2
- package/core/platform/ServerTiming.js.map +1 -1
- package/core/platform/StringUtilities.js +1 -1
- package/core/platform/StringUtilities.js.map +1 -1
- package/core/platform/Timing.d.ts +0 -1
- package/core/platform/Timing.js +0 -3
- package/core/platform/Timing.js.map +1 -1
- package/core/platform/TypedArrayUtilities.js +3 -2
- package/core/platform/TypedArrayUtilities.js.map +1 -1
- package/generated/protocol.d.ts +71 -4
- package/locales/af.json +184 -1
- package/locales/am.json +184 -1
- package/locales/ar.json +184 -1
- package/locales/as.json +184 -1
- package/locales/az.json +184 -1
- package/locales/be.json +184 -1
- package/locales/bg.json +184 -1
- package/locales/bn.json +184 -1
- package/locales/bs.json +184 -1
- package/locales/ca.json +184 -1
- package/locales/cs.json +184 -1
- package/locales/cy.json +184 -1
- package/locales/da.json +184 -1
- package/locales/de.json +184 -1
- package/locales/el.json +184 -1
- package/locales/en-GB.json +184 -1
- package/locales/en-US.json +201 -15
- package/locales/en-XL.json +201 -15
- package/locales/es-419.json +184 -1
- package/locales/es.json +184 -1
- package/locales/et.json +184 -1
- package/locales/eu.json +184 -1
- package/locales/fa.json +184 -1
- package/locales/fi.json +184 -1
- package/locales/fil.json +184 -1
- package/locales/fr-CA.json +184 -1
- package/locales/fr.json +184 -1
- package/locales/gl.json +184 -1
- package/locales/gu.json +184 -1
- package/locales/he.json +185 -2
- package/locales/hi.json +184 -1
- package/locales/hr.json +184 -1
- package/locales/hu.json +184 -1
- package/locales/hy.json +184 -1
- package/locales/id.json +184 -1
- package/locales/is.json +184 -1
- package/locales/it.json +184 -1
- package/locales/ja.json +184 -1
- package/locales/ka.json +184 -1
- package/locales/kk.json +184 -1
- package/locales/km.json +184 -1
- package/locales/kn.json +184 -1
- package/locales/ko.json +184 -1
- package/locales/ky.json +184 -1
- package/locales/lo.json +184 -1
- package/locales/lt.json +184 -1
- package/locales/lv.json +184 -1
- package/locales/mk.json +184 -1
- package/locales/ml.json +184 -1
- package/locales/mn.json +184 -1
- package/locales/mr.json +184 -1
- package/locales/ms.json +184 -1
- package/locales/my.json +184 -1
- package/locales/ne.json +184 -1
- package/locales/nl.json +184 -1
- package/locales/no.json +184 -1
- package/locales/or.json +184 -1
- package/locales/pa.json +184 -1
- package/locales/pl.json +184 -1
- package/locales/pt-PT.json +184 -1
- package/locales/pt.json +184 -1
- package/locales/ro.json +184 -1
- package/locales/ru.json +184 -1
- package/locales/si.json +184 -1
- package/locales/sk.json +184 -1
- package/locales/sl.json +184 -1
- package/locales/sq.json +184 -1
- package/locales/sr-Latn.json +184 -1
- package/locales/sr.json +184 -1
- package/locales/sv.json +184 -1
- package/locales/sw.json +184 -1
- package/locales/ta.json +184 -1
- package/locales/te.json +184 -1
- package/locales/th.json +184 -1
- package/locales/tr.json +184 -1
- package/locales/uk.json +184 -1
- package/locales/ur.json +184 -1
- package/locales/uz.json +184 -1
- package/locales/vi.json +184 -1
- package/locales/zh-HK.json +184 -1
- package/locales/zh-TW.json +184 -1
- package/locales/zh.json +184 -1
- package/locales/zu.json +184 -1
- package/models/cpu_profile/CPUProfileDataModel.js +10 -10
- package/models/cpu_profile/CPUProfileDataModel.js.map +1 -1
- package/models/trace/LanternComputationData.js.map +1 -1
- package/models/trace/ModelImpl.d.ts +1 -0
- package/models/trace/ModelImpl.js +1 -0
- package/models/trace/ModelImpl.js.map +1 -1
- package/models/trace/Processor.js +16 -11
- package/models/trace/Processor.js.map +1 -1
- package/models/trace/extras/FetchNodes.d.ts +1 -1
- package/models/trace/extras/FetchNodes.js +3 -3
- package/models/trace/extras/FetchNodes.js.map +1 -1
- package/models/trace/extras/ScriptDuplication.d.ts +34 -0
- package/models/trace/extras/ScriptDuplication.js +178 -0
- package/models/trace/extras/ScriptDuplication.js.map +1 -0
- package/models/trace/extras/StackTraceForEvent.js +25 -44
- package/models/trace/extras/StackTraceForEvent.js.map +1 -1
- package/models/trace/extras/ThirdParties.js +1 -0
- package/models/trace/extras/ThirdParties.js.map +1 -1
- package/models/trace/extras/TraceTree.d.ts +5 -2
- package/models/trace/extras/TraceTree.js +47 -17
- package/models/trace/extras/TraceTree.js.map +1 -1
- package/models/trace/extras/extras-tsconfig.json +1 -1
- package/models/trace/extras/extras.d.ts +1 -0
- package/models/trace/extras/extras.js +1 -0
- package/models/trace/extras/extras.js.map +1 -1
- package/models/trace/handlers/AnimationFramesHandler.js.map +1 -1
- package/models/trace/handlers/AsyncJSCallsHandler.js.map +1 -1
- package/models/trace/handlers/AuctionWorkletsHandler.js.map +1 -1
- package/models/trace/handlers/ExtensionTraceDataHandler.d.ts +1 -1
- package/models/trace/handlers/ExtensionTraceDataHandler.js +2 -1
- package/models/trace/handlers/ExtensionTraceDataHandler.js.map +1 -1
- package/models/trace/handlers/FramesHandler.js.map +1 -1
- package/models/trace/handlers/ImagePaintingHandler.js +1 -1
- package/models/trace/handlers/ImagePaintingHandler.js.map +1 -1
- package/models/trace/handlers/InitiatorsHandler.js.map +1 -1
- package/models/trace/handlers/InvalidationsHandler.js.map +1 -1
- package/models/trace/handlers/LayoutShiftsHandler.js.map +1 -1
- package/models/trace/handlers/MetaHandler.d.ts +2 -2
- package/models/trace/handlers/MetaHandler.js +4 -6
- package/models/trace/handlers/MetaHandler.js.map +1 -1
- package/models/trace/handlers/ModelHandlers.d.ts +1 -0
- package/models/trace/handlers/ModelHandlers.js +1 -0
- package/models/trace/handlers/ModelHandlers.js.map +1 -1
- package/models/trace/handlers/NetworkRequestsHandler.d.ts +9 -0
- package/models/trace/handlers/NetworkRequestsHandler.js +6 -6
- package/models/trace/handlers/NetworkRequestsHandler.js.map +1 -1
- package/models/trace/handlers/PageLoadMetricsHandler.js +1 -1
- package/models/trace/handlers/PageLoadMetricsHandler.js.map +1 -1
- package/models/trace/handlers/RendererHandler.js +3 -4
- package/models/trace/handlers/RendererHandler.js.map +1 -1
- package/models/trace/handlers/ScriptsHandler.d.ts +22 -0
- package/models/trace/handlers/ScriptsHandler.js +116 -0
- package/models/trace/handlers/ScriptsHandler.js.map +1 -0
- package/models/trace/handlers/UserTimingsHandler.d.ts +5 -0
- package/models/trace/handlers/UserTimingsHandler.js +16 -0
- package/models/trace/handlers/UserTimingsHandler.js.map +1 -1
- package/models/trace/handlers/WorkersHandler.js.map +1 -1
- package/models/trace/handlers/handlers-tsconfig.json +1 -0
- package/models/trace/handlers/helpers.d.ts +5 -1
- package/models/trace/handlers/helpers.js +28 -4
- package/models/trace/handlers/helpers.js.map +1 -1
- package/models/trace/helpers/Network.d.ts +1 -0
- package/models/trace/helpers/Network.js +8 -3
- package/models/trace/helpers/Network.js.map +1 -1
- package/models/trace/helpers/SamplesIntegrator.d.ts +8 -1
- package/models/trace/helpers/SamplesIntegrator.js +42 -2
- package/models/trace/helpers/SamplesIntegrator.js.map +1 -1
- package/models/trace/helpers/Timing.js.map +1 -1
- package/models/trace/helpers/Trace.d.ts +7 -10
- package/models/trace/helpers/Trace.js +25 -10
- package/models/trace/helpers/Trace.js.map +1 -1
- package/models/trace/insights/CLSCulprits.d.ts +12 -12
- package/models/trace/insights/CLSCulprits.js +15 -4
- package/models/trace/insights/CLSCulprits.js.map +1 -1
- package/models/trace/insights/Common.d.ts +7 -1
- package/models/trace/insights/Common.js +9 -3
- package/models/trace/insights/Common.js.map +1 -1
- package/models/trace/insights/DOMSize.d.ts +8 -8
- package/models/trace/insights/DOMSize.js +2 -1
- package/models/trace/insights/DOMSize.js.map +1 -1
- package/models/trace/insights/DocumentLatency.d.ts +11 -11
- package/models/trace/insights/DocumentLatency.js +2 -1
- package/models/trace/insights/DocumentLatency.js.map +1 -1
- package/models/trace/insights/DuplicateJavaScript.d.ts +18 -0
- package/models/trace/insights/DuplicateJavaScript.js +49 -0
- package/models/trace/insights/DuplicateJavaScript.js.map +1 -0
- package/models/trace/insights/FontDisplay.d.ts +4 -4
- package/models/trace/insights/FontDisplay.js +2 -1
- package/models/trace/insights/FontDisplay.js.map +1 -1
- package/models/trace/insights/ForcedReflow.d.ts +5 -5
- package/models/trace/insights/ForcedReflow.js +4 -1
- package/models/trace/insights/ForcedReflow.js.map +1 -1
- package/models/trace/insights/ImageDelivery.d.ts +19 -15
- package/models/trace/insights/ImageDelivery.js +26 -20
- package/models/trace/insights/ImageDelivery.js.map +1 -1
- package/models/trace/insights/InteractionToNextPaint.d.ts +8 -8
- package/models/trace/insights/InteractionToNextPaint.js +3 -2
- package/models/trace/insights/InteractionToNextPaint.js.map +1 -1
- package/models/trace/insights/LCPDiscovery.d.ts +9 -9
- package/models/trace/insights/LCPDiscovery.js +6 -3
- package/models/trace/insights/LCPDiscovery.js.map +1 -1
- package/models/trace/insights/LCPPhases.d.ts +15 -10
- package/models/trace/insights/LCPPhases.js +11 -4
- package/models/trace/insights/LCPPhases.js.map +1 -1
- package/models/trace/insights/Models.d.ts +2 -1
- package/models/trace/insights/Models.js +2 -1
- package/models/trace/insights/Models.js.map +1 -1
- package/models/trace/insights/NetworkDependencyTree.d.ts +33 -0
- package/models/trace/insights/NetworkDependencyTree.js +141 -0
- package/models/trace/insights/NetworkDependencyTree.js.map +1 -0
- package/models/trace/insights/RenderBlocking.d.ts +5 -5
- package/models/trace/insights/RenderBlocking.js +2 -1
- package/models/trace/insights/RenderBlocking.js.map +1 -1
- package/models/trace/insights/SlowCSSSelector.d.ts +8 -8
- package/models/trace/insights/SlowCSSSelector.js +4 -2
- package/models/trace/insights/SlowCSSSelector.js.map +1 -1
- package/models/trace/insights/ThirdParties.d.ts +6 -6
- package/models/trace/insights/ThirdParties.js +8 -5
- package/models/trace/insights/ThirdParties.js.map +1 -1
- package/models/trace/insights/Viewport.d.ts +2 -2
- package/models/trace/insights/Viewport.js +2 -1
- package/models/trace/insights/Viewport.js.map +1 -1
- package/models/trace/insights/insights-tsconfig.json +2 -1
- package/models/trace/insights/types.d.ts +25 -3
- package/models/trace/insights/types.js.map +1 -1
- package/models/trace/lantern/core/NetworkAnalyzer.d.ts +2 -2
- package/models/trace/lantern/core/NetworkAnalyzer.js +2 -2
- package/models/trace/lantern/core/NetworkAnalyzer.js.map +1 -1
- package/models/trace/lantern/graph/BaseNode.d.ts +1 -1
- package/models/trace/lantern/graph/BaseNode.js.map +1 -1
- package/models/trace/lantern/graph/CPUNode.js +1 -1
- package/models/trace/lantern/graph/CPUNode.js.map +1 -1
- package/models/trace/lantern/graph/NetworkNode.js +1 -1
- package/models/trace/lantern/graph/NetworkNode.js.map +1 -1
- package/models/trace/lantern/graph/PageDependencyGraph.d.ts +2 -2
- package/models/trace/lantern/graph/PageDependencyGraph.js.map +1 -1
- package/models/trace/lantern/metrics/Metric.js.map +1 -1
- package/models/trace/lantern/metrics/TotalBlockingTime.d.ts +2 -2
- package/models/trace/lantern/metrics/TotalBlockingTime.js.map +1 -1
- package/models/trace/lantern/types/Lantern.d.ts +2 -2
- package/models/trace/lantern/types/Lantern.js.map +1 -1
- package/models/trace/trace-tsconfig.json +3 -3
- package/models/trace/trace.d.ts +1 -2
- package/models/trace/trace.js +1 -2
- package/models/trace/trace.js.map +1 -1
- package/models/trace/types/Configuration.d.ts +10 -0
- package/models/trace/types/Configuration.js.map +1 -1
- package/models/trace/types/Extensions.d.ts +1 -1
- package/models/trace/types/Extensions.js.map +1 -1
- package/models/trace/types/TraceEvents.d.ts +87 -4
- package/models/trace/types/TraceEvents.js +20 -0
- package/models/trace/types/TraceEvents.js.map +1 -1
- package/package.json +1 -1
- package/test/test-trace-engine.mjs +3 -2
- package/models/trace/extras/TimelineJSProfile.d.ts +0 -13
- package/models/trace/extras/TimelineJSProfile.js +0 -60
- package/models/trace/extras/TimelineJSProfile.js.map +0 -1
- package/models/trace/insights/LongCriticalNetworkTree.d.ts +0 -22
- package/models/trace/insights/LongCriticalNetworkTree.js +0 -40
- package/models/trace/insights/LongCriticalNetworkTree.js.map +0 -1
- package/models/trace/root-causes/LayoutShift.d.ts +0 -125
- package/models/trace/root-causes/LayoutShift.js +0 -519
- package/models/trace/root-causes/LayoutShift.js.map +0 -1
- package/models/trace/root-causes/RootCauses.d.ts +0 -15
- package/models/trace/root-causes/RootCauses.js +0 -12
- package/models/trace/root-causes/RootCauses.js.map +0 -1
- package/models/trace/root-causes/bundle-tsconfig.json +0 -1
- package/models/trace/root-causes/devtools_entrypoint-bundle-typescript-tsconfig.json +0 -43
- package/models/trace/root-causes/root-causes-tsconfig.json +0 -56
- package/models/trace/root-causes/root-causes.d.ts +0 -1
- package/models/trace/root-causes/root-causes.js +0 -5
- package/models/trace/root-causes/root-causes.js.map +0 -1
package/locales/el.json
CHANGED
|
@@ -1,4 +1,175 @@
|
|
|
1
1
|
{
|
|
2
|
+
"generated/Deprecation.ts | AuthorizationCoveredByWildcard": {
|
|
3
|
+
"message": "Authorization will not be covered by the wildcard symbol (*) in CORS Access-Control-Allow-Headers handling."
|
|
4
|
+
},
|
|
5
|
+
"generated/Deprecation.ts | CSSSelectorInternalMediaControlsOverlayCastButton": {
|
|
6
|
+
"message": "The disableRemotePlayback attribute should be used in order to disable the default Cast integration instead of using -internal-media-controls-overlay-cast-button selector."
|
|
7
|
+
},
|
|
8
|
+
"generated/Deprecation.ts | CSSValueAppearanceSliderVertical": {
|
|
9
|
+
"message": "\u0397 \u03c4\u03b9\u03bc\u03ae \u03b5\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7\u03c2 CSS slider-vertical \u03b4\u03b5\u03bd \u03ad\u03c7\u03b5\u03b9 \u03c4\u03c5\u03c0\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03b5\u03af \u03ba\u03b1\u03b9 \u03b8\u03b1 \u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03b7\u03b8\u03b5\u03af."
|
|
10
|
+
},
|
|
11
|
+
"generated/Deprecation.ts | CanRequestURLHTTPContainingNewline": {
|
|
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
|
+
},
|
|
14
|
+
"generated/Deprecation.ts | ChromeLoadTimesConnectionInfo": {
|
|
15
|
+
"message": "chrome.loadTimes() is deprecated, instead use standardized API: Navigation Timing 2."
|
|
16
|
+
},
|
|
17
|
+
"generated/Deprecation.ts | ChromeLoadTimesFirstPaintAfterLoadTime": {
|
|
18
|
+
"message": "chrome.loadTimes() is deprecated, instead use standardized API: Paint Timing."
|
|
19
|
+
},
|
|
20
|
+
"generated/Deprecation.ts | ChromeLoadTimesWasAlternateProtocolAvailable": {
|
|
21
|
+
"message": "chrome.loadTimes() is deprecated, instead use standardized API: nextHopProtocol in Navigation Timing 2."
|
|
22
|
+
},
|
|
23
|
+
"generated/Deprecation.ts | CookieWithTruncatingChar": {
|
|
24
|
+
"message": "Cookies containing a \\(0|r|n) character will be rejected instead of truncated."
|
|
25
|
+
},
|
|
26
|
+
"generated/Deprecation.ts | CrossOriginAccessBasedOnDocumentDomain": {
|
|
27
|
+
"message": "\u0397 \u03c7\u03b1\u03bb\u03ac\u03c1\u03c9\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03c0\u03bf\u03bb\u03b9\u03c4\u03b9\u03ba\u03ae\u03c2 \u03ba\u03bf\u03b9\u03bd\u03ae\u03c2 \u03c0\u03c1\u03bf\u03ad\u03bb\u03b5\u03c5\u03c3\u03b7\u03c2 \u03bc\u03b5 \u03c1\u03cd\u03b8\u03bc\u03b9\u03c3\u03b7 \u03c4\u03bf\u03c5 document.domain \u03ad\u03c7\u03b5\u03b9 \u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03b7\u03b8\u03b5\u03af \u03ba\u03b1\u03b9 \u03b8\u03b1 \u03b1\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03b5\u03af \u03b1\u03c0\u03cc \u03c0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae. \u0391\u03c5\u03c4\u03ae \u03b7 \u03c0\u03c1\u03bf\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03ba\u03b1\u03c4\u03ac\u03c1\u03b3\u03b7\u03c3\u03b7\u03c2 \u03b1\u03c6\u03bf\u03c1\u03ac \u03bc\u03b9\u03b1 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03b4\u03b9\u03b1\u03c3\u03c4\u03b1\u03c5\u03c1\u03bf\u03cd\u03bc\u03b5\u03bd\u03c9\u03bd \u03c0\u03c1\u03bf\u03b5\u03bb\u03b5\u03cd\u03c3\u03b5\u03c9\u03bd \u03c0\u03bf\u03c5 \u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ae\u03b8\u03b7\u03ba\u03b5 \u03bc\u03b5 \u03c4\u03b7 \u03c1\u03cd\u03b8\u03bc\u03b9\u03c3\u03b7 \u03c4\u03bf\u03c5 document.domain."
|
|
28
|
+
},
|
|
29
|
+
"generated/Deprecation.ts | CrossOriginWindowAlert": {
|
|
30
|
+
"message": "\u0397 \u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03c3\u03c5\u03bd\u03ac\u03c1\u03c4\u03b7\u03c3\u03b7\u03c2 window.alerts \u03b1\u03c0\u03cc iframe \u03b4\u03b9\u03b1\u03c3\u03c4\u03b1\u03c5\u03c1\u03bf\u03cd\u03bc\u03b5\u03bd\u03c9\u03bd \u03c0\u03c1\u03bf\u03b5\u03bb\u03b5\u03cd\u03c3\u03b5\u03c9\u03bd \u03ad\u03c7\u03b5\u03b9 \u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03b7\u03b8\u03b5\u03af \u03ba\u03b1\u03b9 \u03b8\u03b1 \u03b1\u03c0\u03bf\u03c3\u03c5\u03c1\u03b8\u03b5\u03af \u03c3\u03c4\u03bf \u03bc\u03ad\u03bb\u03bb\u03bf\u03bd."
|
|
31
|
+
},
|
|
32
|
+
"generated/Deprecation.ts | CrossOriginWindowConfirm": {
|
|
33
|
+
"message": "\u0397 \u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c4\u03bf\u03c5 window.confirm \u03b1\u03c0\u03cc iframe \u03b4\u03b9\u03b1\u03c3\u03c4\u03b1\u03c5\u03c1\u03bf\u03cd\u03bc\u03b5\u03bd\u03c9\u03bd \u03c0\u03c1\u03bf\u03b5\u03bb\u03b5\u03cd\u03c3\u03b5\u03c9\u03bd \u03ad\u03c7\u03b5\u03b9 \u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03b7\u03b8\u03b5\u03af \u03ba\u03b1\u03b9 \u03b8\u03b1 \u03b1\u03c0\u03bf\u03c3\u03c5\u03c1\u03b8\u03b5\u03af \u03c3\u03c4\u03bf \u03bc\u03ad\u03bb\u03bb\u03bf\u03bd."
|
|
34
|
+
},
|
|
35
|
+
"generated/Deprecation.ts | DOMMutationEvents": {
|
|
36
|
+
"message": "\u03a4\u03b1 \u03c3\u03c5\u03bc\u03b2\u03ac\u03bd\u03c4\u03b1 \u03c3\u03af\u03b3\u03b1\u03c3\u03b7\u03c2 DOM, \u03c3\u03c5\u03bc\u03c0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd \u03c4\u03c9\u03bd DOMSubtreeModified, DOMNodeInserted, DOMNodeRemoved, DOMNodeRemovedFromDocument, DOMNodeInsertedIntoDocument \u03ba\u03b1\u03b9 DOMCharacterDataModified \u03ad\u03c7\u03bf\u03c5\u03bd \u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03b7\u03b8\u03b5\u03af (https://w3c.github.io/uievents/#legacy-event-types) \u03ba\u03b1\u03b9 \u03b8\u03b1 \u03b1\u03c0\u03bf\u03c3\u03c5\u03c1\u03b8\u03bf\u03cd\u03bd. \u0395\u03bd\u03b1\u03bb\u03bb\u03b1\u03ba\u03c4\u03b9\u03ba\u03ac, \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5 \u03c4\u03bf MutationObserver."
|
|
37
|
+
},
|
|
38
|
+
"generated/Deprecation.ts | DataUrlInSvgUse": {
|
|
39
|
+
"message": "\u03a5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7 \u03b3\u03b9\u03b1 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03b1: \u03a4\u03b1 URL \u03c3\u03c4\u03bf SVGUseElement \u03ad\u03c7\u03bf\u03c5\u03bd \u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03b7\u03b8\u03b5\u03af \u03ba\u03b1\u03b9 \u03b8\u03b1 \u03b1\u03c0\u03bf\u03c3\u03c5\u03c1\u03b8\u03bf\u03cd\u03bd \u03c3\u03c4\u03bf \u03bc\u03ad\u03bb\u03bb\u03bf\u03bd."
|
|
40
|
+
},
|
|
41
|
+
"generated/Deprecation.ts | GeolocationInsecureOrigin": {
|
|
42
|
+
"message": "\u03a4\u03b1 getCurrentPosition() \u03ba\u03b1\u03b9 watchPosition() \u03b4\u03b5\u03bd \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03bf\u03cd\u03bd \u03c0\u03bb\u03ad\u03bf\u03bd \u03c3\u03b5 \u03bc\u03b7 \u03b1\u03c3\u03c6\u03b1\u03bb\u03b5\u03af\u03c2 \u03c0\u03c1\u03bf\u03b5\u03bb\u03b5\u03cd\u03c3\u03b5\u03b9\u03c2. \u0393\u03b9\u03b1 \u03bd\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5 \u03b1\u03c5\u03c4\u03ae\u03bd \u03c4\u03b7 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1, \u03b8\u03b1 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03be\u03b5\u03c4\u03ac\u03c3\u03b5\u03c4\u03b5 \u03c4\u03bf \u03b5\u03bd\u03b4\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03bf \u03bd\u03b1 \u03b1\u03bb\u03bb\u03ac\u03be\u03b5\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03c3\u03b1\u03c2 \u03c3\u03b5 \u03b1\u03c3\u03c6\u03b1\u03bb\u03ae \u03c0\u03c1\u03bf\u03ad\u03bb\u03b5\u03c5\u03c3\u03b7, \u03cc\u03c0\u03c9\u03c2 HTTPS. \u0391\u03bd\u03b1\u03c4\u03c1\u03ad\u03be\u03c4\u03b5 \u03c3\u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 https://goo.gle/chrome-insecure-origins \u03b3\u03b9\u03b1 \u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b5\u03c2 \u03bb\u03b5\u03c0\u03c4\u03bf\u03bc\u03ad\u03c1\u03b5\u03b9\u03b5\u03c2."
|
|
43
|
+
},
|
|
44
|
+
"generated/Deprecation.ts | GeolocationInsecureOriginDeprecatedNotRemoved": {
|
|
45
|
+
"message": "\u03a4\u03b1 getCurrentPosition() \u03ba\u03b1\u03b9 watchPosition() \u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03ae\u03b8\u03b7\u03ba\u03b1\u03bd \u03c3\u03b5 \u03bc\u03b7 \u03b1\u03c3\u03c6\u03b1\u03bb\u03b5\u03af\u03c2 \u03c0\u03c1\u03bf\u03b5\u03bb\u03b5\u03cd\u03c3\u03b5\u03b9\u03c2. \u0393\u03b9\u03b1 \u03bd\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5 \u03b1\u03c5\u03c4\u03ae\u03bd \u03c4\u03b7 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1, \u03b8\u03b1 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03be\u03b5\u03c4\u03ac\u03c3\u03b5\u03c4\u03b5 \u03c4\u03bf \u03b5\u03bd\u03b4\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03bf \u03bd\u03b1 \u03b1\u03bb\u03bb\u03ac\u03be\u03b5\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03c3\u03b1\u03c2 \u03c3\u03b5 \u03b1\u03c3\u03c6\u03b1\u03bb\u03ae \u03c0\u03c1\u03bf\u03ad\u03bb\u03b5\u03c5\u03c3\u03b7, \u03cc\u03c0\u03c9\u03c2 HTTPS. \u0391\u03bd\u03b1\u03c4\u03c1\u03ad\u03be\u03c4\u03b5 \u03c3\u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 https://goo.gle/chrome-insecure-origins \u03b3\u03b9\u03b1 \u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b5\u03c2 \u03bb\u03b5\u03c0\u03c4\u03bf\u03bc\u03ad\u03c1\u03b5\u03b9\u03b5\u03c2."
|
|
46
|
+
},
|
|
47
|
+
"generated/Deprecation.ts | GetUserMediaInsecureOrigin": {
|
|
48
|
+
"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
|
+
},
|
|
50
|
+
"generated/Deprecation.ts | HostCandidateAttributeGetter": {
|
|
51
|
+
"message": "\u03a4\u03bf RTCPeerConnectionIceErrorEvent.hostCandidate \u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03ae\u03b8\u03b7\u03ba\u03b5. \u0391\u03bd\u03c4' \u03b1\u03c5\u03c4\u03bf\u03cd, \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5 \u03c4\u03bf RTCPeerConnectionIceErrorEvent.address \u03ae \u03c4\u03bf RTCPeerConnectionIceErrorEvent.port."
|
|
52
|
+
},
|
|
53
|
+
"generated/Deprecation.ts | IdentityInCanMakePaymentEvent": {
|
|
54
|
+
"message": "\u0397 \u03c0\u03c1\u03bf\u03ad\u03bb\u03b5\u03c5\u03c3\u03b7 \u03b5\u03bc\u03c0\u03cc\u03c1\u03bf\u03c5 \u03ba\u03b1\u03b9 \u03b1\u03c5\u03b8\u03b1\u03af\u03c1\u03b5\u03c4\u03b1 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03b1 \u03b1\u03c0\u03cc \u03c4\u03bf \u03c3\u03c5\u03bc\u03b2\u03ac\u03bd service worker canmakepayment \u03ad\u03c7\u03bf\u03c5\u03bd \u03b1\u03c0\u03bf\u03c3\u03c5\u03c1\u03b8\u03b5\u03af \u03ba\u03b1\u03b9 \u03b8\u03b1 \u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03b7\u03b8\u03bf\u03cd\u03bd: topOrigin, paymentRequestOrigin, methodData, modifiers."
|
|
55
|
+
},
|
|
56
|
+
"generated/Deprecation.ts | InsecurePrivateNetworkSubresourceRequest": {
|
|
57
|
+
"message": "The website requested a subresource from a network that it could only access because of its users' privileged network position. These requests expose non-public devices and servers to the internet, increasing the risk of a cross-site request forgery (CSRF) attack, and/or information leakage. To mitigate these risks, Chrome deprecates requests to non-public subresources when initiated from non-secure contexts, and will start blocking them."
|
|
58
|
+
},
|
|
59
|
+
"generated/Deprecation.ts | InterestGroupDailyUpdateUrl": {
|
|
60
|
+
"message": "\u03a4\u03bf \u03c0\u03b5\u03b4\u03af\u03bf dailyUpdateUrl \u03c4\u03bf\u03c5 InterestGroups \u03c0\u03bf\u03c5 \u03bc\u03b5\u03c4\u03b1\u03b2\u03b9\u03b2\u03ac\u03b6\u03b5\u03c4\u03b1\u03b9 \u03c3\u03c4\u03bf joinAdInterestGroup() \u03bc\u03b5\u03c4\u03bf\u03bd\u03bf\u03bc\u03ac\u03c3\u03c4\u03b7\u03ba\u03b5 \u03c3\u03b5 updateUrl, \u03ce\u03c3\u03c4\u03b5 \u03bd\u03b1 \u03b1\u03bd\u03c4\u03b9\u03ba\u03b1\u03c4\u03bf\u03c0\u03c4\u03c1\u03af\u03b6\u03b5\u03b9 \u03bc\u03b5 \u03bc\u03b5\u03b3\u03b1\u03bb\u03cd\u03c4\u03b5\u03c1\u03b7 \u03b1\u03ba\u03c1\u03af\u03b2\u03b5\u03b9\u03b1 \u03c4\u03b7 \u03c3\u03c5\u03bc\u03c0\u03b5\u03c1\u03b9\u03c6\u03bf\u03c1\u03ac \u03c4\u03bf\u03c5."
|
|
61
|
+
},
|
|
62
|
+
"generated/Deprecation.ts | LocalCSSFileExtensionRejected": {
|
|
63
|
+
"message": "CSS cannot be loaded from file: URLs unless they end in a .css file extension."
|
|
64
|
+
},
|
|
65
|
+
"generated/Deprecation.ts | MediaSourceAbortRemove": {
|
|
66
|
+
"message": "\u0397 \u03c7\u03c1\u03ae\u03c3\u03b7 \u03c4\u03bf\u03c5 SourceBuffer.abort() \u03b3\u03b9\u03b1 \u03b1\u03ba\u03cd\u03c1\u03c9\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03b1\u03c3\u03cd\u03b3\u03c7\u03c1\u03bf\u03bd\u03b7\u03c2 \u03ba\u03b1\u03c4\u03ac\u03c1\u03b3\u03b7\u03c3\u03b7\u03c2 \u03b5\u03cd\u03c1\u03bf\u03c5\u03c2 \u03c4\u03bf\u03c5 \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03bf\u03c5 remove() \u03ad\u03c7\u03b5\u03b9 \u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03b7\u03b8\u03b5\u03af \u03bb\u03cc\u03b3\u03c9 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ae\u03c2 \u03c0\u03c1\u03bf\u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ce\u03bd. \u0397 \u03c5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7 \u03b8\u03b1 \u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03b7\u03b8\u03b5\u03af \u03bc\u03b5\u03bb\u03bb\u03bf\u03bd\u03c4\u03b9\u03ba\u03ac. \u0395\u03bd\u03b1\u03bb\u03bb\u03b1\u03ba\u03c4\u03b9\u03ba\u03ac, \u03b8\u03b1 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5 \u03c4\u03b7 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03b1\u03bd\u03b1\u03bc\u03bf\u03bd\u03ae\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03bf \u03c3\u03c5\u03bc\u03b2\u03ac\u03bd updateend. \u03a4\u03bf abort() \u03c0\u03c1\u03bf\u03bf\u03c1\u03af\u03b6\u03b5\u03c4\u03b1\u03b9 \u03bc\u03cc\u03bd\u03bf \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03b1\u03ba\u03cd\u03c1\u03c9\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03b1\u03c3\u03cd\u03b3\u03c7\u03c1\u03bf\u03bd\u03b7\u03c2 \u03c0\u03c1\u03bf\u03c3\u03ac\u03c1\u03c4\u03b7\u03c3\u03b7\u03c2 \u03bc\u03ad\u03c3\u03bf\u03c5 \u03ae \u03c4\u03b7\u03bd \u03b5\u03c0\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac \u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 \u03c3\u03c5\u03bd\u03c4\u03b1\u03ba\u03c4\u03b9\u03ba\u03bf\u03cd \u03b1\u03bd\u03b1\u03bb\u03c5\u03c4\u03ae."
|
|
67
|
+
},
|
|
68
|
+
"generated/Deprecation.ts | MediaSourceDurationTruncatingBuffered": {
|
|
69
|
+
"message": "Setting MediaSource.duration below the highest presentation timestamp of any buffered coded frames is deprecated due to specification change. Support for implicit removal of truncated buffered media will be removed in the future. You should instead perform explicit remove(newDuration, oldDuration) on all sourceBuffers, where newDuration < oldDuration."
|
|
70
|
+
},
|
|
71
|
+
"generated/Deprecation.ts | NoSysexWebMIDIWithoutPermission": {
|
|
72
|
+
"message": "Web MIDI will ask a permission to use even if the sysex is not specified in the MIDIOptions."
|
|
73
|
+
},
|
|
74
|
+
"generated/Deprecation.ts | NotificationInsecureOrigin": {
|
|
75
|
+
"message": "\u03a4\u03bf Notification API \u03b4\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03c0\u03bb\u03ad\u03bf\u03bd \u03bd\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03b5\u03af\u03c4\u03b1\u03b9 \u03b1\u03c0\u03cc \u03bc\u03b7 \u03b1\u03c3\u03c6\u03b1\u03bb\u03b5\u03af\u03c2 \u03c0\u03c1\u03bf\u03b5\u03bb\u03b5\u03cd\u03c3\u03b5\u03b9\u03c2. \u0398\u03b1 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03be\u03b5\u03c4\u03ac\u03c3\u03b5\u03c4\u03b5 \u03c4\u03bf \u03b5\u03bd\u03b4\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03bf \u03bd\u03b1 \u03b1\u03bb\u03bb\u03ac\u03be\u03b5\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03c3\u03b1\u03c2 \u03c3\u03b5 \u03b1\u03c3\u03c6\u03b1\u03bb\u03ae \u03c0\u03c1\u03bf\u03ad\u03bb\u03b5\u03c5\u03c3\u03b7, \u03cc\u03c0\u03c9\u03c2 HTTPS. \u0391\u03bd\u03b1\u03c4\u03c1\u03ad\u03be\u03c4\u03b5 \u03c3\u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 https://goo.gle/chrome-insecure-origins \u03b3\u03b9\u03b1 \u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b5\u03c2 \u03bb\u03b5\u03c0\u03c4\u03bf\u03bc\u03ad\u03c1\u03b5\u03b9\u03b5\u03c2."
|
|
76
|
+
},
|
|
77
|
+
"generated/Deprecation.ts | NotificationPermissionRequestedIframe": {
|
|
78
|
+
"message": "\u0394\u03b5\u03bd \u03b5\u03c0\u03b9\u03c4\u03c1\u03ad\u03c0\u03b5\u03c4\u03b1\u03b9 \u03c0\u03bb\u03ad\u03bf\u03bd \u03bd\u03b1 \u03b6\u03b7\u03c4\u03b5\u03af\u03c4\u03b1\u03b9 \u03ac\u03b4\u03b5\u03b9\u03b1 \u03b3\u03b9\u03b1 \u03c4\u03bf Notification API \u03b1\u03c0\u03cc \u03ad\u03bd\u03b1 iframe \u03b4\u03b9\u03b1\u03c3\u03c4\u03b1\u03c5\u03c1\u03bf\u03cd\u03bc\u03b5\u03bd\u03c9\u03bd \u03c0\u03c1\u03bf\u03b5\u03bb\u03b5\u03cd\u03c3\u03b5\u03c9\u03bd. \u0398\u03b1 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03be\u03b5\u03c4\u03ac\u03c3\u03b5\u03c4\u03b5 \u03c4\u03bf \u03b5\u03bd\u03b4\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03bf \u03bd\u03b1 \u03b6\u03b7\u03c4\u03ae\u03c3\u03b5\u03c4\u03b5 \u03ac\u03b4\u03b5\u03b9\u03b1 \u03b1\u03c0\u03cc \u03ad\u03bd\u03b1 \u03c0\u03bb\u03b1\u03af\u03c3\u03b9\u03bf \u03b1\u03bd\u03ce\u03c4\u03b5\u03c1\u03bf\u03c5 \u03b5\u03c0\u03b9\u03c0\u03ad\u03b4\u03bf\u03c5 \u03ae, \u03b5\u03bd\u03b1\u03bb\u03bb\u03b1\u03ba\u03c4\u03b9\u03ba\u03ac, \u03bd\u03b1 \u03b1\u03bd\u03bf\u03af\u03be\u03b5\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03bd\u03ad\u03bf \u03c0\u03b1\u03c1\u03ac\u03b8\u03c5\u03c1\u03bf."
|
|
79
|
+
},
|
|
80
|
+
"generated/Deprecation.ts | ObsoleteCreateImageBitmapImageOrientationNone": {
|
|
81
|
+
"message": "\u0397 \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae imageOrientation: 'none' \u03c3\u03c4\u03bf createImageBitmap \u03ad\u03c7\u03b5\u03b9 \u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03b7\u03b8\u03b5\u03af. \u0395\u03bd\u03b1\u03bb\u03bb\u03b1\u03ba\u03c4\u03b9\u03ba\u03ac, \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5 \u03c4\u03bf createImageBitmap \u03bc\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae {imageOrientation: 'from-image'}."
|
|
82
|
+
},
|
|
83
|
+
"generated/Deprecation.ts | ObsoleteWebRtcCipherSuite": {
|
|
84
|
+
"message": "Your partner is negotiating an obsolete (D)TLS version. Please check with your partner to have this fixed."
|
|
85
|
+
},
|
|
86
|
+
"generated/Deprecation.ts | OverflowVisibleOnReplacedElement": {
|
|
87
|
+
"message": "\u039f \u03ba\u03b1\u03b8\u03bf\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c4\u03bf\u03c5 overflow: visible \u03c3\u03b5 \u03b5\u03c4\u03b9\u03ba\u03ad\u03c4\u03b5\u03c2 img, video \u03ba\u03b1\u03b9 canvas \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03ad\u03c7\u03b5\u03b9 \u03c9\u03c2 \u03b1\u03c0\u03bf\u03c4\u03ad\u03bb\u03b5\u03c3\u03bc\u03b1 \u03c4\u03b7 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03bf\u03c0\u03c4\u03b9\u03ba\u03bf\u03cd \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03bf\u03bc\u03ad\u03bd\u03bf\u03c5 \u03b5\u03ba\u03c4\u03cc\u03c2 \u03c4\u03c9\u03bd \u03bf\u03c1\u03af\u03c9\u03bd \u03c4\u03bf\u03c5 \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03bf\u03c5. \u0391\u03bd\u03b1\u03c4\u03c1\u03ad\u03be\u03c4\u03b5 \u03c3\u03c4\u03b7 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md."
|
|
88
|
+
},
|
|
89
|
+
"generated/Deprecation.ts | PaymentInstruments": {
|
|
90
|
+
"message": "\u03a4\u03bf paymentManager.instruments \u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03ae\u03b8\u03b7\u03ba\u03b5. \u03a7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5 \u03b1\u03bd\u03c4' \u03b1\u03c5\u03c4\u03bf\u03cd \u03c4\u03b7\u03bd \u03ad\u03b3\u03ba\u03b1\u03b9\u03c1\u03b7 \u03b5\u03b3\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03b3\u03b9\u03b1 \u03c4\u03bf\u03c5\u03c2 \u03b4\u03b5\u03af\u03ba\u03c4\u03b5\u03c2 \u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03bc\u03bf\u03cd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd."
|
|
91
|
+
},
|
|
92
|
+
"generated/Deprecation.ts | PaymentRequestCSPViolation": {
|
|
93
|
+
"message": "\u0397 \u03ba\u03bb\u03ae\u03c3\u03b7 \u03c3\u03b1\u03c2 PaymentRequest \u03c0\u03b1\u03c1\u03ad\u03b2\u03bb\u03b5\u03c8\u03b5 \u03c4\u03b7\u03bd \u03bf\u03b4\u03b7\u03b3\u03af\u03b1 connect-src \u03c4\u03b7\u03c2 \u03a0\u03bf\u03bb\u03b9\u03c4\u03b9\u03ba\u03ae\u03c2 \u03b1\u03c3\u03c6\u03ac\u03bb\u03b5\u03b9\u03b1\u03c2 \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03bf\u03bc\u03ad\u03bd\u03bf\u03c5 (CSP). \u0391\u03c5\u03c4\u03ae \u03b7 \u03c0\u03b1\u03c1\u03ac\u03ba\u03b1\u03bc\u03c8\u03b7 \u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03ae\u03b8\u03b7\u03ba\u03b5. \u03a0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c3\u03c4\u03b5 \u03c4\u03bf \u03b1\u03bd\u03b1\u03b3\u03bd\u03c9\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03cc \u03c4\u03c1\u03cc\u03c0\u03bf\u03c5 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 \u03b1\u03c0\u03cc \u03c4\u03bf API PaymentRequest (\u03c3\u03c4\u03bf \u03c0\u03b5\u03b4\u03af\u03bf supportedMethods) \u03c3\u03c4\u03b7\u03bd \u03bf\u03b4\u03b7\u03b3\u03af\u03b1 CSP connect-src."
|
|
94
|
+
},
|
|
95
|
+
"generated/Deprecation.ts | PersistentQuotaType": {
|
|
96
|
+
"message": "\u03a4\u03bf StorageType.persistent \u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03ae\u03b8\u03b7\u03ba\u03b5. \u03a7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5 \u03c4\u03bf \u03c4\u03c5\u03c0\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03bf navigator.storage."
|
|
97
|
+
},
|
|
98
|
+
"generated/Deprecation.ts | PictureSourceSrc": {
|
|
99
|
+
"message": "\u03a4\u03bf <source src> \u03bc\u03b5 \u03b3\u03bf\u03bd\u03b9\u03ba\u03cc \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03bf <picture> \u03b4\u03b5\u03bd \u03b5\u03af\u03bd\u03b1\u03b9 \u03ad\u03b3\u03ba\u03c5\u03c1\u03bf \u03ba\u03b1\u03b9 \u03c3\u03c5\u03bd\u03b5\u03c0\u03ce\u03c2 \u03c0\u03b1\u03c1\u03b1\u03b2\u03bb\u03ad\u03c6\u03b8\u03b7\u03ba\u03b5. \u0395\u03bd\u03b1\u03bb\u03bb\u03b1\u03ba\u03c4\u03b9\u03ba\u03ac, \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5 \u03c4\u03bf <source srcset>."
|
|
100
|
+
},
|
|
101
|
+
"generated/Deprecation.ts | PrefixedCancelAnimationFrame": {
|
|
102
|
+
"message": "\u03a4\u03bf webkitCancelAnimationFrame \u03b5\u03be\u03b1\u03c1\u03c4\u03ac\u03c4\u03b1\u03b9 \u03b1\u03c0\u03cc \u03c4\u03bf\u03bd \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae. \u0395\u03bd\u03b1\u03bb\u03bb\u03b1\u03ba\u03c4\u03b9\u03ba\u03ac, \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5 \u03c4\u03bf \u03b2\u03b1\u03c3\u03b9\u03ba\u03cc cancelAnimationFrame."
|
|
103
|
+
},
|
|
104
|
+
"generated/Deprecation.ts | PrefixedRequestAnimationFrame": {
|
|
105
|
+
"message": "\u03a4\u03bf webkitRequestAnimationFrame \u03b5\u03be\u03b1\u03c1\u03c4\u03ac\u03c4\u03b1\u03b9 \u03b1\u03c0\u03cc \u03c4\u03bf\u03bd \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae. \u0395\u03bd\u03b1\u03bb\u03bb\u03b1\u03ba\u03c4\u03b9\u03ba\u03ac, \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5 \u03c4\u03bf \u03b2\u03b1\u03c3\u03b9\u03ba\u03cc requestAnimationFrame."
|
|
106
|
+
},
|
|
107
|
+
"generated/Deprecation.ts | PrefixedVideoDisplayingFullscreen": {
|
|
108
|
+
"message": "\u03a4\u03bf HTMLVideoElement.webkitDisplayingFullscreen \u03ad\u03c7\u03b5\u03b9 \u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03b7\u03b8\u03b5\u03af. \u0395\u03bd\u03b1\u03bb\u03bb\u03b1\u03ba\u03c4\u03b9\u03ba\u03ac, \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5 \u03c4\u03bf Document.fullscreenElement."
|
|
109
|
+
},
|
|
110
|
+
"generated/Deprecation.ts | PrefixedVideoEnterFullScreen": {
|
|
111
|
+
"message": "\u03a4\u03bf HTMLVideoElement.webkitEnterFullScreen() \u03ad\u03c7\u03b5\u03b9 \u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03b7\u03b8\u03b5\u03af. \u0395\u03bd\u03b1\u03bb\u03bb\u03b1\u03ba\u03c4\u03b9\u03ba\u03ac, \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5 \u03c4\u03bf Element.requestFullscreen()."
|
|
112
|
+
},
|
|
113
|
+
"generated/Deprecation.ts | PrefixedVideoEnterFullscreen": {
|
|
114
|
+
"message": "\u03a4\u03bf HTMLVideoElement.webkitEnterFullscreen() \u03ad\u03c7\u03b5\u03b9 \u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03b7\u03b8\u03b5\u03af. \u0395\u03bd\u03b1\u03bb\u03bb\u03b1\u03ba\u03c4\u03b9\u03ba\u03ac, \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5 \u03c4\u03bf Element.requestFullscreen()."
|
|
115
|
+
},
|
|
116
|
+
"generated/Deprecation.ts | PrefixedVideoExitFullScreen": {
|
|
117
|
+
"message": "\u03a4\u03bf HTMLVideoElement.webkitExitFullScreen() \u03ad\u03c7\u03b5\u03b9 \u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03b7\u03b8\u03b5\u03af. \u0395\u03bd\u03b1\u03bb\u03bb\u03b1\u03ba\u03c4\u03b9\u03ba\u03ac, \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5 \u03c4\u03bf Document.exitFullscreen()."
|
|
118
|
+
},
|
|
119
|
+
"generated/Deprecation.ts | PrefixedVideoExitFullscreen": {
|
|
120
|
+
"message": "\u03a4\u03bf HTMLVideoElement.webkitExitFullscreen() \u03ad\u03c7\u03b5\u03b9 \u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03b7\u03b8\u03b5\u03af. \u0395\u03bd\u03b1\u03bb\u03bb\u03b1\u03ba\u03c4\u03b9\u03ba\u03ac, \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5 \u03c4\u03bf Document.exitFullscreen()."
|
|
121
|
+
},
|
|
122
|
+
"generated/Deprecation.ts | PrefixedVideoSupportsFullscreen": {
|
|
123
|
+
"message": "\u03a4\u03bf HTMLVideoElement.webkitSupportsFullscreen \u03ad\u03c7\u03b5\u03b9 \u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03b7\u03b8\u03b5\u03af. \u0395\u03bd\u03b1\u03bb\u03bb\u03b1\u03ba\u03c4\u03b9\u03ba\u03ac, \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5 \u03c4\u03bf Document.fullscreenEnabled."
|
|
124
|
+
},
|
|
125
|
+
"generated/Deprecation.ts | PrivacySandboxExtensionsAPI": {
|
|
126
|
+
"message": "\u03a4\u03bf API chrome.privacy.websites.privacySandboxEnabled \u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03b5\u03af\u03c4\u03b1\u03b9 \u03b1\u03bb\u03bb\u03ac \u03b8\u03b1 \u03c0\u03b1\u03c1\u03b1\u03bc\u03b5\u03af\u03bd\u03b5\u03b9 \u03b5\u03bd\u03b5\u03c1\u03b3\u03cc \u03b3\u03b9\u03b1 \u03c3\u03c5\u03bc\u03b2\u03b1\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1 \u03bc\u03b5 \u03c0\u03b1\u03bb\u03b9\u03cc\u03c4\u03b5\u03c1\u03b7 \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7, \u03ad\u03c9\u03c2 \u03c4\u03b7\u03bd \u03ba\u03c5\u03ba\u03bb\u03bf\u03c6\u03bf\u03c1\u03af\u03b1 \u03c4\u03bf\u03c5 M113. \u0395\u03bd\u03b1\u03bb\u03bb\u03b1\u03ba\u03c4\u03b9\u03ba\u03ac, \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5 \u03c4\u03b1 chrome.privacy.websites.topicsEnabled, chrome.privacy.websites.fledgeEnabled \u03ba\u03b1\u03b9 chrome.privacy.websites.adMeasurementEnabled. \u0391\u03bd\u03b1\u03c4\u03c1\u03ad\u03be\u03c4\u03b5 \u03c3\u03c4\u03b7 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 https://developer.chrome.com/docs/extensions/reference/privacy/#property-websites-privacySandboxEnabled."
|
|
127
|
+
},
|
|
128
|
+
"generated/Deprecation.ts | RTCConstraintEnableDtlsSrtpFalse": {
|
|
129
|
+
"message": "\u039f \u03c0\u03b5\u03c1\u03b9\u03bf\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 DtlsSrtpKeyAgreement \u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03ae\u03b8\u03b7\u03ba\u03b5. \u0388\u03c7\u03b5\u03c4\u03b5 \u03ba\u03b1\u03b8\u03bf\u03c1\u03af\u03c3\u03b5\u03b9 \u03bc\u03b9\u03b1 \u03c4\u03b9\u03bc\u03ae false \u03b3\u03b9\u03b1 \u03b1\u03c5\u03c4\u03cc\u03bd \u03c4\u03bf\u03bd \u03c0\u03b5\u03c1\u03b9\u03bf\u03c1\u03b9\u03c3\u03bc\u03cc, \u03b7 \u03bf\u03c0\u03bf\u03af\u03b1 \u03b5\u03c1\u03bc\u03b7\u03bd\u03b5\u03cd\u03b5\u03c4\u03b1\u03b9 \u03c9\u03c2 \u03c0\u03c1\u03bf\u03c3\u03c0\u03ac\u03b8\u03b5\u03b9\u03b1 \u03c7\u03c1\u03ae\u03c3\u03b7\u03c2 \u03c4\u03b7\u03c2 \u03bc\u03b5\u03b8\u03cc\u03b4\u03bf\u03c5 SDES key negotiation \u03c0\u03bf\u03c5 \u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03ae\u03b8\u03b7\u03ba\u03b5. \u0391\u03c5\u03c4\u03ae \u03b7 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03ae\u03b8\u03b7\u03ba\u03b5, \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5 \u03b5\u03bd\u03b1\u03bb\u03bb\u03b1\u03ba\u03c4\u03b9\u03ba\u03ac \u03bc\u03b9\u03b1 \u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b1 \u03c0\u03bf\u03c5 \u03c5\u03c0\u03bf\u03c3\u03c4\u03b7\u03c1\u03af\u03b6\u03b5\u03b9 \u03c4\u03bf DTLS key negotiation."
|
|
130
|
+
},
|
|
131
|
+
"generated/Deprecation.ts | RTCConstraintEnableDtlsSrtpTrue": {
|
|
132
|
+
"message": "\u039f \u03c0\u03b5\u03c1\u03b9\u03bf\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 DtlsSrtpKeyAgreement \u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03ae\u03b8\u03b7\u03ba\u03b5. \u0388\u03c7\u03b5\u03c4\u03b5 \u03ba\u03b1\u03b8\u03bf\u03c1\u03af\u03c3\u03b5\u03b9 \u03bc\u03b9\u03b1 \u03c4\u03b9\u03bc\u03ae true \u03b3\u03b9\u03b1 \u03b1\u03c5\u03c4\u03cc\u03bd \u03c4\u03bf\u03bd \u03c0\u03b5\u03c1\u03b9\u03bf\u03c1\u03b9\u03c3\u03bc\u03cc, \u03b7 \u03bf\u03c0\u03bf\u03af\u03b1 \u03b4\u03b5\u03bd \u03b5\u03af\u03c7\u03b5 \u03ba\u03ac\u03c0\u03bf\u03b9\u03b1 \u03b5\u03c0\u03af\u03b4\u03c1\u03b1\u03c3\u03b7, \u03b1\u03bb\u03bb\u03ac \u03bc\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03ae\u03c3\u03b5\u03c4\u03b5 \u03b1\u03c5\u03c4\u03cc\u03bd \u03c4\u03bf\u03bd \u03c0\u03b5\u03c1\u03b9\u03bf\u03c1\u03b9\u03c3\u03bc\u03cc \u03b3\u03b9\u03b1 \u03bb\u03cc\u03b3\u03bf\u03c5\u03c2 \u03bf\u03c1\u03b3\u03ac\u03bd\u03c9\u03c3\u03b7\u03c2."
|
|
133
|
+
},
|
|
134
|
+
"generated/Deprecation.ts | RTCPeerConnectionGetStatsLegacyNonCompliant": {
|
|
135
|
+
"message": "\u0397 \u03bc\u03ad\u03b8\u03bf\u03b4\u03bf\u03c2 getStats() \u03c0\u03bf\u03c5 \u03b2\u03b1\u03c3\u03af\u03b6\u03b5\u03c4\u03b1\u03b9 \u03c3\u03b5 \u03b5\u03c0\u03b1\u03bd\u03ac\u03ba\u03bb\u03b7\u03c3\u03b7 \u03ad\u03c7\u03b5\u03b9 \u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03b7\u03b8\u03b5\u03af \u03ba\u03b1\u03b9 \u03b8\u03b1 \u03b1\u03c0\u03bf\u03c3\u03c5\u03c1\u03b8\u03b5\u03af. \u0395\u03bd\u03b1\u03bb\u03bb\u03b1\u03ba\u03c4\u03b9\u03ba\u03ac, \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5 \u03c4\u03b7 \u03bc\u03ad\u03b8\u03bf\u03b4\u03bf getStats() \u03c0\u03bf\u03c5 \u03c3\u03c5\u03bc\u03bc\u03bf\u03c1\u03c6\u03ce\u03bd\u03b5\u03c4\u03b1\u03b9 \u03bc\u03b5 \u03c4\u03b9\u03c2 \u03c0\u03c1\u03bf\u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ad\u03c2."
|
|
136
|
+
},
|
|
137
|
+
"generated/Deprecation.ts | RangeExpand": {
|
|
138
|
+
"message": "\u03a4\u03bf Range.expand() \u03ad\u03c7\u03b5\u03b9 \u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03b7\u03b8\u03b5\u03af. \u0395\u03bd\u03b1\u03bb\u03bb\u03b1\u03ba\u03c4\u03b9\u03ba\u03ac, \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5 \u03c4\u03bf Selection.modify()."
|
|
139
|
+
},
|
|
140
|
+
"generated/Deprecation.ts | RequestedSubresourceWithEmbeddedCredentials": {
|
|
141
|
+
"message": "Subresource requests whose URLs contain embedded credentials (e.g. https://user:pass@host/) are blocked."
|
|
142
|
+
},
|
|
143
|
+
"generated/Deprecation.ts | RtcpMuxPolicyNegotiate": {
|
|
144
|
+
"message": "\u0397 \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae rtcpMuxPolicy \u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03ae\u03b8\u03b7\u03ba\u03b5 \u03ba\u03b1\u03b9 \u03b8\u03b1 \u03b1\u03c0\u03bf\u03c3\u03c5\u03c1\u03b8\u03b5\u03af."
|
|
145
|
+
},
|
|
146
|
+
"generated/Deprecation.ts | SharedArrayBufferConstructedWithoutIsolation": {
|
|
147
|
+
"message": "SharedArrayBuffer will require cross-origin isolation. See https://developer.chrome.com/blog/enabling-shared-array-buffer/ for more details."
|
|
148
|
+
},
|
|
149
|
+
"generated/Deprecation.ts | TextToSpeech_DisallowedByAutoplay": {
|
|
150
|
+
"message": "\u03a4\u03bf speechSynthesis.speak() \u03c7\u03c9\u03c1\u03af\u03c2 \u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7 \u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03ae\u03b8\u03b7\u03ba\u03b5 \u03ba\u03b1\u03b9 \u03b8\u03b1 \u03b1\u03c0\u03bf\u03c3\u03c5\u03c1\u03b8\u03b5\u03af."
|
|
151
|
+
},
|
|
152
|
+
"generated/Deprecation.ts | UnloadHandler": {
|
|
153
|
+
"message": "\u039f\u03b9 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b5\u03c2 \u03b1\u03bd\u03b1\u03bc\u03bf\u03bd\u03ae\u03c2 \u03c3\u03c5\u03bc\u03b2\u03ac\u03bd\u03c4\u03bf\u03c2 unload \u03ad\u03c7\u03bf\u03c5\u03bd \u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03b7\u03b8\u03b5\u03af \u03ba\u03b1\u03b9 \u03b8\u03b1 \u03b1\u03c6\u03b1\u03b9\u03c1\u03b5\u03b8\u03bf\u03cd\u03bd."
|
|
154
|
+
},
|
|
155
|
+
"generated/Deprecation.ts | V8SharedArrayBufferConstructedInExtensionWithoutIsolation": {
|
|
156
|
+
"message": "Extensions should opt into cross-origin isolation to continue using SharedArrayBuffer. See https://developer.chrome.com/docs/extensions/mv3/cross-origin-isolation/."
|
|
157
|
+
},
|
|
158
|
+
"generated/Deprecation.ts | WebGPULimitMaxInterStageShaderComponents": {
|
|
159
|
+
"message": "\u03a4\u03bf \u03cc\u03c1\u03b9\u03bf WebGPU maxInterStageShaderComponents \u03ad\u03c7\u03b5\u03b9 \u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03b7\u03b8\u03b5\u03af. \u0391\u03bd\u03c4\u03af \u03b1\u03c5\u03c4\u03bf\u03cd, \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5 \u03c4\u03bf \u03cc\u03c1\u03b9\u03bf WebGPU maxInterStageShaderVariables."
|
|
160
|
+
},
|
|
161
|
+
"generated/Deprecation.ts | WebSQL": {
|
|
162
|
+
"message": "\u03a4\u03bf SQL \u03b9\u03c3\u03c4\u03bf\u03cd \u03ad\u03c7\u03b5\u03b9 \u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03b7\u03b8\u03b5\u03af. \u03a7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5 \u03c4\u03bf SQLite WebAssembly \u03ae \u03c4\u03b7\u03bd \u03ba\u03b1\u03c4\u03b1\u03bb\u03bf\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03b7 \u03b2\u03ac\u03c3\u03b7 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd."
|
|
163
|
+
},
|
|
164
|
+
"generated/Deprecation.ts | XHRJSONEncodingDetection": {
|
|
165
|
+
"message": "UTF-16 is not supported by response json in XMLHttpRequest"
|
|
166
|
+
},
|
|
167
|
+
"generated/Deprecation.ts | XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload": {
|
|
168
|
+
"message": "\u03a4\u03bf \u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf XMLHttpRequest \u03c3\u03c4\u03bf \u03ba\u03cd\u03c1\u03b9\u03bf \u03bd\u03ae\u03bc\u03b1 \u03ad\u03c7\u03b5\u03b9 \u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03b7\u03b8\u03b5\u03af \u03bb\u03cc\u03b3\u03c9 \u03c4\u03c9\u03bd \u03b5\u03c0\u03b9\u03b6\u03ae\u03bc\u03b9\u03c9\u03bd \u03c3\u03c5\u03bd\u03b5\u03c0\u03b5\u03b9\u03ce\u03bd \u03c4\u03bf\u03c5 \u03c3\u03c4\u03b7\u03bd \u03b5\u03bc\u03c0\u03b5\u03b9\u03c1\u03af\u03b1 \u03c4\u03b5\u03bb\u03b9\u03ba\u03bf\u03cd \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7. \u0393\u03b9\u03b1 \u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b7 \u03b2\u03bf\u03ae\u03b8\u03b5\u03b9\u03b1, \u03b1\u03bd\u03b1\u03c4\u03c1\u03ad\u03be\u03c4\u03b5 \u03c3\u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 https://xhr.spec.whatwg.org/."
|
|
169
|
+
},
|
|
170
|
+
"generated/Deprecation.ts | XRSupportsSession": {
|
|
171
|
+
"message": "\u03a4\u03bf supportsSession() \u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03ae\u03b8\u03b7\u03ba\u03b5. \u03a7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5 \u03c4\u03bf isSessionSupported() \u03ba\u03b1\u03b9 \u03b5\u03bb\u03ad\u03b3\u03be\u03c4\u03b5 \u03b5\u03bd\u03b1\u03bb\u03bb\u03b1\u03ba\u03c4\u03b9\u03ba\u03ac \u03c4\u03b7\u03bd \u03c4\u03b9\u03bc\u03ae boolean \u03c0\u03bf\u03c5 \u03ad\u03c7\u03b5\u03b9 \u03b5\u03c0\u03b9\u03bb\u03c5\u03b8\u03b5\u03af."
|
|
172
|
+
},
|
|
2
173
|
"models/trace/insights/CLSCulprits.ts | description": {
|
|
3
174
|
"message": "\u039f\u03b9 \u03bc\u03b5\u03c4\u03b1\u03c4\u03bf\u03c0\u03af\u03c3\u03b5\u03b9\u03c2 \u03b4\u03b9\u03ac\u03c4\u03b1\u03be\u03b7\u03c2 \u03c0\u03c1\u03bf\u03ba\u03cd\u03c0\u03c4\u03bf\u03c5\u03bd, \u03cc\u03c4\u03b1\u03bd \u03c4\u03b1 \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1 \u03bc\u03b5\u03c4\u03b1\u03ba\u03b9\u03bd\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9 \u03c7\u03c9\u03c1\u03af\u03c2 \u03b1\u03bb\u03bb\u03b7\u03bb\u03b5\u03c0\u03af\u03b4\u03c1\u03b1\u03c3\u03b7 \u03bc\u03b5 \u03c4\u03bf\u03bd \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7. [\u0394\u03b9\u03b5\u03c1\u03b5\u03c5\u03bd\u03ae\u03c3\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03b1\u03b9\u03c4\u03af\u03b5\u03c2 \u03c4\u03c9\u03bd \u03bc\u03b5\u03c4\u03b1\u03c4\u03bf\u03c0\u03af\u03c3\u03b5\u03c9\u03bd \u03b4\u03b9\u03ac\u03c4\u03b1\u03be\u03b7\u03c2](https://web.dev/articles/optimize-cls), \u03cc\u03c0\u03c9\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b7 \u03c0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03ba\u03b1\u03b9 \u03b7 \u03ba\u03b1\u03c4\u03ac\u03c1\u03b3\u03b7\u03c3\u03b7 \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03c9\u03bd \u03ae \u03b7 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ae \u03c4\u03c9\u03bd \u03b3\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03bf\u03c3\u03b5\u03b9\u03c1\u03ce\u03bd \u03c4\u03bf\u03c5\u03c2 \u03ba\u03b1\u03c4\u03ac \u03c4\u03b7 \u03c6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1\u03c2."
|
|
4
175
|
},
|
|
@@ -6,7 +177,7 @@
|
|
|
6
177
|
"message": "\u0391\u03b9\u03c4\u03af\u03b5\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03b7 \u03bc\u03b5\u03c4\u03b1\u03c4\u03cc\u03c0\u03b9\u03c3\u03b7 \u03b4\u03b9\u03ac\u03c4\u03b1\u03be\u03b7\u03c2"
|
|
7
178
|
},
|
|
8
179
|
"models/trace/insights/DOMSize.ts | description": {
|
|
9
|
-
"message": "\u0388\u03bd\u03b1 \u03bc\u03b5\u03b3\u03ac\u03bb\u03bf DOM \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03b1\u03c5\u03be\u03ae\u03c3\u03b5\u03b9 \u03c4\u03b7 \
|
|
180
|
+
"message": "\u0388\u03bd\u03b1 \u03bc\u03b5\u03b3\u03ac\u03bb\u03bf DOM \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03b1\u03c5\u03be\u03ae\u03c3\u03b5\u03b9 \u03c4\u03b7 \u03b4\u03b9\u03ac\u03c1\u03ba\u03b5\u03b9\u03b1 \u03c4\u03c9\u03bd \u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03ce\u03bd \u03c3\u03c4\u03b9\u03bb \u03ba\u03b1\u03b9 \u03c4\u03c9\u03bd \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03ae\u03c8\u03b5\u03c9\u03bd \u03c1\u03bf\u03ce\u03bd \u03b4\u03b9\u03ac\u03c4\u03b1\u03be\u03b7\u03c2 \u03ba\u03b1\u03b9, \u03c3\u03c5\u03bd\u03b5\u03c0\u03ce\u03c2, \u03bd\u03b1 \u03b5\u03c0\u03b7\u03c1\u03b5\u03ac\u03c3\u03b5\u03b9 \u03c4\u03b7\u03bd \u03b1\u03c0\u03cc\u03ba\u03c1\u03b9\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1\u03c2. \u0388\u03bd\u03b1 \u03bc\u03b5\u03b3\u03ac\u03bb\u03bf DOM \u03b8\u03b1 \u03b1\u03c5\u03be\u03ae\u03c3\u03b5\u03b9 \u03b5\u03c0\u03af\u03c3\u03b7\u03c2 \u03c4\u03b7 \u03c7\u03c1\u03ae\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03bc\u03bd\u03ae\u03bc\u03b7\u03c2. [\u039c\u03ac\u03b8\u03b5\u03c4\u03b5 \u03c0\u03ce\u03c2 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03b1\u03c0\u03bf\u03c6\u03cd\u03b3\u03b5\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03c5\u03c0\u03b5\u03c1\u03b2\u03bf\u03bb\u03b9\u03ba\u03ac \u03bc\u03b5\u03b3\u03ac\u03bb\u03bf \u03bc\u03ad\u03b3\u03b5\u03b8\u03bf\u03c2 DOM](https://developer.chrome.com/docs/lighthouse/performance/dom-size/)."
|
|
10
181
|
},
|
|
11
182
|
"models/trace/insights/DOMSize.ts | title": {
|
|
12
183
|
"message": "\u0392\u03b5\u03bb\u03c4\u03b9\u03c3\u03c4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03bc\u03b5\u03b3\u03ad\u03b8\u03bf\u03c5\u03c2 DOM"
|
|
@@ -23,6 +194,12 @@
|
|
|
23
194
|
"models/trace/insights/FontDisplay.ts | title": {
|
|
24
195
|
"message": "\u03a0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae \u03b3\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03bf\u03c3\u03b5\u03b9\u03c1\u03ac\u03c2"
|
|
25
196
|
},
|
|
197
|
+
"models/trace/insights/ForcedReflow.ts | description": {
|
|
198
|
+
"message": "\u03a0\u03bf\u03bb\u03bb\u03ac API, \u03c0\u03bf\u03c5 \u03c3\u03c5\u03bd\u03ae\u03b8\u03c9\u03c2 \u03b4\u03b9\u03b1\u03b2\u03ac\u03b6\u03bf\u03c5\u03bd \u03c4\u03b7 \u03b3\u03b5\u03c9\u03bc\u03b5\u03c4\u03c1\u03af\u03b1 \u03b4\u03b9\u03ac\u03c4\u03b1\u03be\u03b7\u03c2, \u03b1\u03bd\u03b1\u03b3\u03ba\u03ac\u03b6\u03bf\u03c5\u03bd \u03c4\u03b7 \u03bc\u03b7\u03c7\u03b1\u03bd\u03ae \u03b1\u03c0\u03cc\u03b4\u03bf\u03c3\u03b7\u03c2 \u03bd\u03b1 \u03ba\u03ac\u03bd\u03b5\u03b9 \u03c0\u03b1\u03cd\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03b5\u03ba\u03c4\u03ad\u03bb\u03b5\u03c3\u03b7\u03c2 \u03c3\u03b5\u03bd\u03b1\u03c1\u03af\u03bf\u03c5, \u03c0\u03c1\u03bf\u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5 \u03bd\u03b1 \u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03c4\u03b5\u03af \u03c4\u03bf \u03c3\u03c4\u03b9\u03bb \u03ba\u03b1\u03b9 \u03b7 \u03b4\u03b9\u03ac\u03c4\u03b1\u03be\u03b7. \u039c\u03ac\u03b8\u03b5\u03c4\u03b5 \u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1 \u03c3\u03c7\u03b5\u03c4\u03b9\u03ba\u03ac \u03bc\u03b5 \u03c4\u03b7\u03bd [\u03b5\u03c0\u03b9\u03b2\u03bf\u03bb\u03ae \u03b5\u03c0\u03b1\u03bd\u03ac\u03bb\u03b7\u03c8\u03b7\u03c2 \u03c1\u03bf\u03ae\u03c2](https://developers.google.com/web/fundamentals/performance/rendering/avoid-large-complex-layouts-and-layout-thrashing#avoid-forced-synchronous-layouts) \u03ba\u03b1\u03b9 \u03c4\u03bf\u03bd \u03bc\u03b5\u03c4\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc \u03c4\u03b7\u03c2."
|
|
199
|
+
},
|
|
200
|
+
"models/trace/insights/ForcedReflow.ts | title": {
|
|
201
|
+
"message": "\u0395\u03c0\u03b9\u03b2\u03bf\u03bb\u03ae \u03b5\u03c0\u03b1\u03bd\u03ac\u03bb\u03b7\u03c8\u03b7\u03c2 \u03c1\u03bf\u03ae\u03c2"
|
|
202
|
+
},
|
|
26
203
|
"models/trace/insights/ImageDelivery.ts | description": {
|
|
27
204
|
"message": "\u0397 \u03bc\u03b5\u03af\u03c9\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03c7\u03c1\u03cc\u03bd\u03bf\u03c5 \u03bb\u03ae\u03c8\u03b7\u03c2 \u03c4\u03c9\u03bd \u03b5\u03b9\u03ba\u03cc\u03bd\u03c9\u03bd \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03b2\u03b5\u03bb\u03c4\u03b9\u03ce\u03c3\u03b5\u03b9 \u03c4\u03bf\u03bd \u03b1\u03bd\u03c4\u03b9\u03bb\u03b7\u03c0\u03c4\u03cc \u03c7\u03c1\u03cc\u03bd\u03bf \u03c6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7\u03c2 \u03c4\u03b7\u03c2 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03c4\u03bf\u03c5 LCP. [\u039c\u03ac\u03b8\u03b5\u03c4\u03b5 \u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1 \u03c3\u03c7\u03b5\u03c4\u03b9\u03ba\u03ac \u03bc\u03b5 \u03c4\u03b7 \u03b2\u03b5\u03bb\u03c4\u03b9\u03c3\u03c4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03bc\u03b5\u03b3\u03ad\u03b8\u03bf\u03c5\u03c2 \u03b5\u03b9\u03ba\u03cc\u03bd\u03b1\u03c2](https://developer.chrome.com/docs/lighthouse/performance/uses-optimized-images/)"
|
|
28
205
|
},
|
|
@@ -59,6 +236,12 @@
|
|
|
59
236
|
"models/trace/insights/LCPPhases.ts | title": {
|
|
60
237
|
"message": "LCP \u03ba\u03b1\u03c4\u03ac \u03c6\u03ac\u03c3\u03b7"
|
|
61
238
|
},
|
|
239
|
+
"models/trace/insights/LongCriticalNetworkTree.ts | description": {
|
|
240
|
+
"message": "\u0393\u03b9\u03b1 \u03c4\u03b7 \u03b2\u03b5\u03bb\u03c4\u03af\u03c9\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03c6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7\u03c2 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1\u03c2, [\u03b1\u03c0\u03bf\u03c6\u03cd\u03b3\u03b5\u03c4\u03b5 \u03c4\u03b7 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03b1\u03bb\u03c5\u03c3\u03af\u03b4\u03c9\u03bd \u03ba\u03c1\u03af\u03c3\u03b9\u03bc\u03c9\u03bd \u03b1\u03b9\u03c4\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains), \u03bc\u03b5\u03b9\u03ce\u03bd\u03bf\u03bd\u03c4\u03b1\u03c2 \u03c4\u03bf \u03bc\u03ae\u03ba\u03bf\u03c2 \u03c4\u03c9\u03bd \u03b1\u03bb\u03c5\u03c3\u03af\u03b4\u03c9\u03bd \u03ae \u03c4\u03bf \u03bc\u03ad\u03b3\u03b5\u03b8\u03bf\u03c2 \u03bb\u03ae\u03c8\u03b7\u03c2 \u03c4\u03c9\u03bd \u03c0\u03cc\u03c1\u03c9\u03bd \u03ae \u03b1\u03bd\u03b1\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd\u03c4\u03b1\u03c2 \u03c4\u03b7 \u03bb\u03ae\u03c8\u03b7 \u03c4\u03c9\u03bd \u03bc\u03b7 \u03b1\u03c0\u03b1\u03c1\u03b1\u03af\u03c4\u03b7\u03c4\u03c9\u03bd \u03c0\u03cc\u03c1\u03c9\u03bd."
|
|
241
|
+
},
|
|
242
|
+
"models/trace/insights/LongCriticalNetworkTree.ts | title": {
|
|
243
|
+
"message": "\u039c\u03b1\u03ba\u03c1\u03bf\u03c3\u03ba\u03b5\u03bb\u03ad\u03c2 \u03ba\u03c1\u03af\u03c3\u03b9\u03bc\u03bf \u03b4\u03ad\u03bd\u03c4\u03c1\u03bf \u03b4\u03b9\u03ba\u03c4\u03cd\u03bf\u03c5"
|
|
244
|
+
},
|
|
62
245
|
"models/trace/insights/RenderBlocking.ts | description": {
|
|
63
246
|
"message": "\u03a4\u03b1 \u03b1\u03b9\u03c4\u03ae\u03bc\u03b1\u03c4\u03b1 \u03b1\u03c0\u03bf\u03ba\u03bb\u03b5\u03af\u03bf\u03c5\u03bd \u03c4\u03b7\u03bd \u03b1\u03c1\u03c7\u03b9\u03ba\u03ae \u03b1\u03c0\u03cc\u03b4\u03bf\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1\u03c2, \u03ba\u03ac\u03c4\u03b9 \u03c0\u03bf\u03c5 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03bf\u03b4\u03b7\u03b3\u03ae\u03c3\u03b5\u03b9 \u03c3\u03b5 \u03ba\u03b1\u03b8\u03c5\u03c3\u03c4\u03ad\u03c1\u03b7\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03bc\u03ad\u03c4\u03c1\u03b7\u03c3\u03b7\u03c2 LCP. \u0397 [\u03b1\u03bd\u03b1\u03b2\u03bf\u03bb\u03ae \u03ae \u03b7 \u03b5\u03bd\u03c3\u03c9\u03bc\u03ac\u03c4\u03c9\u03c3\u03b7](https://web.dev/learn/performance/understanding-the-critical-path#render-blocking_resources/) \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03bc\u03b5\u03c4\u03b1\u03ba\u03b9\u03bd\u03ae\u03c3\u03b5\u03b9 \u03b1\u03c5\u03c4\u03ac \u03c4\u03b1 \u03b1\u03b9\u03c4\u03ae\u03bc\u03b1\u03c4\u03b1 \u03b4\u03b9\u03ba\u03c4\u03cd\u03bf\u03c5 \u03b5\u03ba\u03c4\u03cc\u03c2 \u03c4\u03b7\u03c2 \u03ba\u03c1\u03af\u03c3\u03b9\u03bc\u03b7\u03c2 \u03b4\u03b9\u03b1\u03b4\u03c1\u03bf\u03bc\u03ae\u03c2."
|
|
64
247
|
},
|
package/locales/en-GB.json
CHANGED
|
@@ -1,4 +1,175 @@
|
|
|
1
1
|
{
|
|
2
|
+
"generated/Deprecation.ts | AuthorizationCoveredByWildcard": {
|
|
3
|
+
"message": "Authorisation will not be covered by the wildcard symbol (*) in CORS Access-Control-Allow-Headers handling."
|
|
4
|
+
},
|
|
5
|
+
"generated/Deprecation.ts | CSSSelectorInternalMediaControlsOverlayCastButton": {
|
|
6
|
+
"message": "The disableRemotePlayback attribute should be used in order to disable the default Cast integration instead of using -internal-media-controls-overlay-cast-button selector."
|
|
7
|
+
},
|
|
8
|
+
"generated/Deprecation.ts | CSSValueAppearanceSliderVertical": {
|
|
9
|
+
"message": "CSS appearance value slider-vertical is not standardised and will be removed."
|
|
10
|
+
},
|
|
11
|
+
"generated/Deprecation.ts | CanRequestURLHTTPContainingNewline": {
|
|
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
|
+
},
|
|
14
|
+
"generated/Deprecation.ts | ChromeLoadTimesConnectionInfo": {
|
|
15
|
+
"message": "chrome.loadTimes() is deprecated. Instead, use standardised API: Navigation Timing 2."
|
|
16
|
+
},
|
|
17
|
+
"generated/Deprecation.ts | ChromeLoadTimesFirstPaintAfterLoadTime": {
|
|
18
|
+
"message": "chrome.loadTimes() is deprecated. Instead, use standardised API: Paint Timing."
|
|
19
|
+
},
|
|
20
|
+
"generated/Deprecation.ts | ChromeLoadTimesWasAlternateProtocolAvailable": {
|
|
21
|
+
"message": "chrome.loadTimes() is deprecated. Instead, use standardised API: nextHopProtocol in Navigation Timing 2."
|
|
22
|
+
},
|
|
23
|
+
"generated/Deprecation.ts | CookieWithTruncatingChar": {
|
|
24
|
+
"message": "Cookies containing a \\(0|r|n) character will be rejected instead of truncated."
|
|
25
|
+
},
|
|
26
|
+
"generated/Deprecation.ts | CrossOriginAccessBasedOnDocumentDomain": {
|
|
27
|
+
"message": "Relaxing the same-origin policy by setting document.domain is deprecated, and will be disabled by default. This deprecation warning is for a cross-origin access that was enabled by setting document.domain."
|
|
28
|
+
},
|
|
29
|
+
"generated/Deprecation.ts | CrossOriginWindowAlert": {
|
|
30
|
+
"message": "Triggering window.alert from cross-origin iframes has been deprecated and will be removed in the future."
|
|
31
|
+
},
|
|
32
|
+
"generated/Deprecation.ts | CrossOriginWindowConfirm": {
|
|
33
|
+
"message": "Triggering window.confirm from cross-origin iframes has been deprecated and will be removed in the future."
|
|
34
|
+
},
|
|
35
|
+
"generated/Deprecation.ts | DOMMutationEvents": {
|
|
36
|
+
"message": "DOM mutation events, including DOMSubtreeModified, DOMNodeInserted, DOMNodeRemoved, DOMNodeRemovedFromDocument, DOMNodeInsertedIntoDocument and DOMCharacterDataModified are deprecated (https://w3c.github.io/uievents/#legacy-event-types) and will be removed. Please use MutationObserver instead."
|
|
37
|
+
},
|
|
38
|
+
"generated/Deprecation.ts | DataUrlInSvgUse": {
|
|
39
|
+
"message": "Support for data: URLs in SVGUseElement is deprecated and it will be removed in the future."
|
|
40
|
+
},
|
|
41
|
+
"generated/Deprecation.ts | GeolocationInsecureOrigin": {
|
|
42
|
+
"message": "getCurrentPosition() and watchPosition() no longer work 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."
|
|
43
|
+
},
|
|
44
|
+
"generated/Deprecation.ts | GeolocationInsecureOriginDeprecatedNotRemoved": {
|
|
45
|
+
"message": "getCurrentPosition() and watchPosition() are deprecated 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
|
+
},
|
|
47
|
+
"generated/Deprecation.ts | GetUserMediaInsecureOrigin": {
|
|
48
|
+
"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
|
+
},
|
|
50
|
+
"generated/Deprecation.ts | HostCandidateAttributeGetter": {
|
|
51
|
+
"message": "RTCPeerConnectionIceErrorEvent.hostCandidate is deprecated. Please use RTCPeerConnectionIceErrorEvent.address or RTCPeerConnectionIceErrorEvent.port instead."
|
|
52
|
+
},
|
|
53
|
+
"generated/Deprecation.ts | IdentityInCanMakePaymentEvent": {
|
|
54
|
+
"message": "The merchant origin and arbitrary data from the canmakepayment service worker event are deprecated and will be removed: topOrigin, paymentRequestOrigin, methodData, modifiers."
|
|
55
|
+
},
|
|
56
|
+
"generated/Deprecation.ts | InsecurePrivateNetworkSubresourceRequest": {
|
|
57
|
+
"message": "The website requested a subresource from a network that it could only access because of its users' privileged network position. These requests expose non-public devices and servers to the Internet, increasing the risk of a cross-site request forgery (CSRF) attack and/or information leakage. To mitigate these risks, Chrome deprecates requests to non-public subresources when initiated from non-secure contexts, and will start blocking them."
|
|
58
|
+
},
|
|
59
|
+
"generated/Deprecation.ts | InterestGroupDailyUpdateUrl": {
|
|
60
|
+
"message": "The dailyUpdateUrl field of InterestGroups passed to joinAdInterestGroup() has been renamed to updateUrl, to more accurately reflect its behaviour."
|
|
61
|
+
},
|
|
62
|
+
"generated/Deprecation.ts | LocalCSSFileExtensionRejected": {
|
|
63
|
+
"message": "CSS cannot be loaded from file: URLs unless they end in a .css file extension."
|
|
64
|
+
},
|
|
65
|
+
"generated/Deprecation.ts | MediaSourceAbortRemove": {
|
|
66
|
+
"message": "Using SourceBuffer.abort() to abort remove()'s asynchronous range removal is deprecated due to specification change. Support will be removed in the future. You should listen to the updateend event instead. abort() is intended to only abort an asynchronous media append or reset parser state."
|
|
67
|
+
},
|
|
68
|
+
"generated/Deprecation.ts | MediaSourceDurationTruncatingBuffered": {
|
|
69
|
+
"message": "Setting MediaSource.duration below the highest presentation timestamp of any buffered coded frames is deprecated due to specification change. Support for implicit removal of truncated buffered media will be removed in the future. You should instead perform explicit remove(newDuration, oldDuration) on all sourceBuffers, where newDuration < oldDuration."
|
|
70
|
+
},
|
|
71
|
+
"generated/Deprecation.ts | NoSysexWebMIDIWithoutPermission": {
|
|
72
|
+
"message": "Web MIDI will ask permission to use even if the sysex is not specified in the MIDIOptions."
|
|
73
|
+
},
|
|
74
|
+
"generated/Deprecation.ts | NotificationInsecureOrigin": {
|
|
75
|
+
"message": "The Notification API may no longer be used from insecure origins. You should consider switching your application to a secure origin, such as HTTPS. See https://goo.gle/chrome-insecure-origins for more details."
|
|
76
|
+
},
|
|
77
|
+
"generated/Deprecation.ts | NotificationPermissionRequestedIframe": {
|
|
78
|
+
"message": "Permission for the Notification API may no longer be requested from a cross-origin iframe. You should consider requesting permission from a top-level frame or opening a new window instead."
|
|
79
|
+
},
|
|
80
|
+
"generated/Deprecation.ts | ObsoleteCreateImageBitmapImageOrientationNone": {
|
|
81
|
+
"message": "Option imageOrientation: 'none' in createImageBitmap is deprecated. Please use createImageBitmap with option {imageOrientation: 'from-image'} instead."
|
|
82
|
+
},
|
|
83
|
+
"generated/Deprecation.ts | ObsoleteWebRtcCipherSuite": {
|
|
84
|
+
"message": "Your partner is negotiating an obsolete (D)TLS version. Please check with your partner to have this fixed."
|
|
85
|
+
},
|
|
86
|
+
"generated/Deprecation.ts | OverflowVisibleOnReplacedElement": {
|
|
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."
|
|
88
|
+
},
|
|
89
|
+
"generated/Deprecation.ts | PaymentInstruments": {
|
|
90
|
+
"message": "paymentManager.instruments is deprecated. Please use just-in-time install for payment handlers instead."
|
|
91
|
+
},
|
|
92
|
+
"generated/Deprecation.ts | PaymentRequestCSPViolation": {
|
|
93
|
+
"message": "Your PaymentRequest call bypassed Content-Security-Policy (CSP) connect-src directive. This bypass is deprecated. Please add the payment method identifier from the PaymentRequest API (in supportedMethods field) to your CSP connect-src directive."
|
|
94
|
+
},
|
|
95
|
+
"generated/Deprecation.ts | PersistentQuotaType": {
|
|
96
|
+
"message": "StorageType.persistent is deprecated. Please use standardised navigator.storage instead."
|
|
97
|
+
},
|
|
98
|
+
"generated/Deprecation.ts | PictureSourceSrc": {
|
|
99
|
+
"message": "<source src> with a <picture> parent is invalid and therefore ignored. Please use <source srcset> instead."
|
|
100
|
+
},
|
|
101
|
+
"generated/Deprecation.ts | PrefixedCancelAnimationFrame": {
|
|
102
|
+
"message": "webkitCancelAnimationFrame is vendor-specific. Please use the standard cancelAnimationFrame instead."
|
|
103
|
+
},
|
|
104
|
+
"generated/Deprecation.ts | PrefixedRequestAnimationFrame": {
|
|
105
|
+
"message": "webkitRequestAnimationFrame is vendor-specific. Please use the standard requestAnimationFrame instead."
|
|
106
|
+
},
|
|
107
|
+
"generated/Deprecation.ts | PrefixedVideoDisplayingFullscreen": {
|
|
108
|
+
"message": "HTMLVideoElement.webkitDisplayingFullscreen is deprecated. Please use Document.fullscreenElement instead."
|
|
109
|
+
},
|
|
110
|
+
"generated/Deprecation.ts | PrefixedVideoEnterFullScreen": {
|
|
111
|
+
"message": "HTMLVideoElement.webkitEnterFullScreen() is deprecated. Please use Element.requestFullscreen() instead."
|
|
112
|
+
},
|
|
113
|
+
"generated/Deprecation.ts | PrefixedVideoEnterFullscreen": {
|
|
114
|
+
"message": "HTMLVideoElement.webkitEnterFullscreen() is deprecated. Please use Element.requestFullscreen() instead."
|
|
115
|
+
},
|
|
116
|
+
"generated/Deprecation.ts | PrefixedVideoExitFullScreen": {
|
|
117
|
+
"message": "HTMLVideoElement.webkitExitFullScreen() is deprecated. Please use Document.exitFullscreen() instead."
|
|
118
|
+
},
|
|
119
|
+
"generated/Deprecation.ts | PrefixedVideoExitFullscreen": {
|
|
120
|
+
"message": "HTMLVideoElement.webkitExitFullscreen() is deprecated. Please use Document.exitFullscreen() instead."
|
|
121
|
+
},
|
|
122
|
+
"generated/Deprecation.ts | PrefixedVideoSupportsFullscreen": {
|
|
123
|
+
"message": "HTMLVideoElement.webkitSupportsFullscreen is deprecated. Please use Document.fullscreenEnabled instead."
|
|
124
|
+
},
|
|
125
|
+
"generated/Deprecation.ts | PrivacySandboxExtensionsAPI": {
|
|
126
|
+
"message": "We're deprecating the API chrome.privacy.websites.privacySandboxEnabled, though it will remain active for backward compatibility until release M113. Instead, please use chrome.privacy.websites.topicsEnabled, chrome.privacy.websites.fledgeEnabled and chrome.privacy.websites.adMeasurementEnabled. See https://developer.chrome.com/docs/extensions/reference/privacy/#property-websites-privacySandboxEnabled."
|
|
127
|
+
},
|
|
128
|
+
"generated/Deprecation.ts | RTCConstraintEnableDtlsSrtpFalse": {
|
|
129
|
+
"message": "The constraint DtlsSrtpKeyAgreement is removed. You have specified a false value for this constraint, which is interpreted as an attempt to use the removed SDES key negotiation method. This functionality is removed; use a service that supports DTLS key negotiation instead."
|
|
130
|
+
},
|
|
131
|
+
"generated/Deprecation.ts | RTCConstraintEnableDtlsSrtpTrue": {
|
|
132
|
+
"message": "The constraint DtlsSrtpKeyAgreement is removed. You have specified a true value for this constraint, which had no effect, but you can remove this constraint for tidiness."
|
|
133
|
+
},
|
|
134
|
+
"generated/Deprecation.ts | RTCPeerConnectionGetStatsLegacyNonCompliant": {
|
|
135
|
+
"message": "The callback-based getStats() is deprecated and will be removed. Use the spec-compliant getStats() instead."
|
|
136
|
+
},
|
|
137
|
+
"generated/Deprecation.ts | RangeExpand": {
|
|
138
|
+
"message": "Range.expand() is deprecated. Please use Selection.modify() instead."
|
|
139
|
+
},
|
|
140
|
+
"generated/Deprecation.ts | RequestedSubresourceWithEmbeddedCredentials": {
|
|
141
|
+
"message": "Subresource requests whose URLs contain embedded credentials (e.g. https://user:pass@host/) are blocked."
|
|
142
|
+
},
|
|
143
|
+
"generated/Deprecation.ts | RtcpMuxPolicyNegotiate": {
|
|
144
|
+
"message": "The rtcpMuxPolicy option is deprecated and will be removed."
|
|
145
|
+
},
|
|
146
|
+
"generated/Deprecation.ts | SharedArrayBufferConstructedWithoutIsolation": {
|
|
147
|
+
"message": "SharedArrayBuffer will require cross-origin isolation. See https://developer.chrome.com/blog/enabling-shared-array-buffer/ for more details."
|
|
148
|
+
},
|
|
149
|
+
"generated/Deprecation.ts | TextToSpeech_DisallowedByAutoplay": {
|
|
150
|
+
"message": "speechSynthesis.speak() without user activation is deprecated and will be removed."
|
|
151
|
+
},
|
|
152
|
+
"generated/Deprecation.ts | UnloadHandler": {
|
|
153
|
+
"message": "Unload event listeners are deprecated and will be removed."
|
|
154
|
+
},
|
|
155
|
+
"generated/Deprecation.ts | V8SharedArrayBufferConstructedInExtensionWithoutIsolation": {
|
|
156
|
+
"message": "Extensions should opt in to cross-origin isolation to continue using SharedArrayBuffer. See https://developer.chrome.com/docs/extensions/mv3/cross-origin-isolation/."
|
|
157
|
+
},
|
|
158
|
+
"generated/Deprecation.ts | WebGPULimitMaxInterStageShaderComponents": {
|
|
159
|
+
"message": "The WebGPU limit maxInterStageShaderComponents is deprecated, use the WebGPU limit maxInterStageShaderVariables instead."
|
|
160
|
+
},
|
|
161
|
+
"generated/Deprecation.ts | WebSQL": {
|
|
162
|
+
"message": "Web SQL is deprecated. Please use SQLite WebAssembly or Indexed Database"
|
|
163
|
+
},
|
|
164
|
+
"generated/Deprecation.ts | XHRJSONEncodingDetection": {
|
|
165
|
+
"message": "UTF-16 is not supported by response JSON in XMLHttpRequest"
|
|
166
|
+
},
|
|
167
|
+
"generated/Deprecation.ts | XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload": {
|
|
168
|
+
"message": "Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects on the end user's experience. For more help, check https://xhr.spec.whatwg.org/."
|
|
169
|
+
},
|
|
170
|
+
"generated/Deprecation.ts | XRSupportsSession": {
|
|
171
|
+
"message": "supportsSession() is deprecated. Please use isSessionSupported() and check the resolved Boolean value instead."
|
|
172
|
+
},
|
|
2
173
|
"models/trace/insights/CLSCulprits.ts | description": {
|
|
3
174
|
"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."
|
|
4
175
|
},
|
|
@@ -6,7 +177,7 @@
|
|
|
6
177
|
"message": "Layout shift culprits"
|
|
7
178
|
},
|
|
8
179
|
"models/trace/insights/DOMSize.ts | description": {
|
|
9
|
-
"message": "A large DOM
|
|
180
|
+
"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/)."
|
|
10
181
|
},
|
|
11
182
|
"models/trace/insights/DOMSize.ts | title": {
|
|
12
183
|
"message": "Optimise DOM size"
|
|
@@ -23,6 +194,12 @@
|
|
|
23
194
|
"models/trace/insights/FontDisplay.ts | title": {
|
|
24
195
|
"message": "Font display"
|
|
25
196
|
},
|
|
197
|
+
"models/trace/insights/ForcedReflow.ts | description": {
|
|
198
|
+
"message": "Many APIs, typically reading layout geometry, force the rendering engine to pause script execution in order to calculate the style and layout. Learn more about [forced reflow](https://developers.google.com/web/fundamentals/performance/rendering/avoid-large-complex-layouts-and-layout-thrashing#avoid-forced-synchronous-layouts) and its mitigations."
|
|
199
|
+
},
|
|
200
|
+
"models/trace/insights/ForcedReflow.ts | title": {
|
|
201
|
+
"message": "Forced reflow"
|
|
202
|
+
},
|
|
26
203
|
"models/trace/insights/ImageDelivery.ts | description": {
|
|
27
204
|
"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/)"
|
|
28
205
|
},
|
|
@@ -59,6 +236,12 @@
|
|
|
59
236
|
"models/trace/insights/LCPPhases.ts | title": {
|
|
60
237
|
"message": "LCP by phase"
|
|
61
238
|
},
|
|
239
|
+
"models/trace/insights/LongCriticalNetworkTree.ts | description": {
|
|
240
|
+
"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."
|
|
241
|
+
},
|
|
242
|
+
"models/trace/insights/LongCriticalNetworkTree.ts | title": {
|
|
243
|
+
"message": "Long critical network tree"
|
|
244
|
+
},
|
|
62
245
|
"models/trace/insights/RenderBlocking.ts | description": {
|
|
63
246
|
"message": "Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://web.dev/learn/performance/understanding-the-critical-path#render-blocking_resources/) can move these network requests out of the critical path."
|
|
64
247
|
},
|