@paulirish/trace_engine 0.0.44 → 0.0.46
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 +544 -1
- package/locales/am.json +544 -1
- package/locales/ar.json +544 -1
- package/locales/as.json +544 -1
- package/locales/az.json +544 -1
- package/locales/be.json +544 -1
- package/locales/bg.json +544 -1
- package/locales/bn.json +544 -1
- package/locales/bs.json +544 -1
- package/locales/ca.json +544 -1
- package/locales/cs.json +544 -1
- package/locales/cy.json +544 -1
- package/locales/da.json +544 -1
- package/locales/de.json +544 -1
- package/locales/el.json +544 -1
- package/locales/en-GB.json +544 -1
- package/locales/en-US.json +561 -15
- package/locales/en-XL.json +561 -15
- package/locales/es-419.json +544 -1
- package/locales/es.json +544 -1
- package/locales/et.json +544 -1
- package/locales/eu.json +544 -1
- package/locales/fa.json +544 -1
- package/locales/fi.json +544 -1
- package/locales/fil.json +544 -1
- package/locales/fr-CA.json +544 -1
- package/locales/fr.json +544 -1
- package/locales/gl.json +544 -1
- package/locales/gu.json +544 -1
- package/locales/he.json +545 -2
- package/locales/hi.json +544 -1
- package/locales/hr.json +544 -1
- package/locales/hu.json +544 -1
- package/locales/hy.json +544 -1
- package/locales/id.json +544 -1
- package/locales/is.json +544 -1
- package/locales/it.json +544 -1
- package/locales/ja.json +544 -1
- package/locales/ka.json +544 -1
- package/locales/kk.json +544 -1
- package/locales/km.json +544 -1
- package/locales/kn.json +544 -1
- package/locales/ko.json +544 -1
- package/locales/ky.json +544 -1
- package/locales/lo.json +544 -1
- package/locales/lt.json +544 -1
- package/locales/lv.json +544 -1
- package/locales/mk.json +544 -1
- package/locales/ml.json +544 -1
- package/locales/mn.json +544 -1
- package/locales/mr.json +544 -1
- package/locales/ms.json +544 -1
- package/locales/my.json +544 -1
- package/locales/ne.json +544 -1
- package/locales/nl.json +544 -1
- package/locales/no.json +544 -1
- package/locales/or.json +544 -1
- package/locales/pa.json +544 -1
- package/locales/pl.json +544 -1
- package/locales/pt-PT.json +544 -1
- package/locales/pt.json +544 -1
- package/locales/ro.json +544 -1
- package/locales/ru.json +544 -1
- package/locales/si.json +544 -1
- package/locales/sk.json +544 -1
- package/locales/sl.json +544 -1
- package/locales/sq.json +544 -1
- package/locales/sr-Latn.json +544 -1
- package/locales/sr.json +544 -1
- package/locales/sv.json +544 -1
- package/locales/sw.json +544 -1
- package/locales/ta.json +544 -1
- package/locales/te.json +544 -1
- package/locales/th.json +544 -1
- package/locales/tr.json +544 -1
- package/locales/uk.json +544 -1
- package/locales/ur.json +544 -1
- package/locales/uz.json +544 -1
- package/locales/vi.json +544 -1
- package/locales/zh-HK.json +544 -1
- package/locales/zh-TW.json +544 -1
- package/locales/zh.json +544 -1
- package/locales/zu.json +544 -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/th.json
CHANGED
|
@@ -1,4 +1,175 @@
|
|
|
1
1
|
{
|
|
2
|
+
"generated/Deprecation.ts | AuthorizationCoveredByWildcard": {
|
|
3
|
+
"message": "\u0e2a\u0e31\u0e0d\u0e25\u0e31\u0e01\u0e29\u0e13\u0e4c\u0e44\u0e27\u0e25\u0e14\u0e4c\u0e01\u0e32\u0e23\u0e4c\u0e14 (*) \u0e08\u0e30\u0e44\u0e21\u0e48\u0e04\u0e23\u0e2d\u0e1a\u0e04\u0e25\u0e38\u0e21\u0e01\u0e32\u0e23\u0e43\u0e2b\u0e49\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e4c\u0e43\u0e19\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19 Access-Control-Allow-Headers \u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a CORS"
|
|
4
|
+
},
|
|
5
|
+
"generated/Deprecation.ts | CSSSelectorInternalMediaControlsOverlayCastButton": {
|
|
6
|
+
"message": "\u0e04\u0e27\u0e23\u0e43\u0e0a\u0e49\u0e41\u0e2d\u0e15\u0e17\u0e23\u0e34\u0e1a\u0e34\u0e27\u0e15\u0e4c disableRemotePlayback \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e01\u0e32\u0e23\u0e1c\u0e2a\u0e32\u0e19\u0e23\u0e27\u0e21\u0e01\u0e32\u0e23\u0e41\u0e04\u0e2a\u0e15\u0e4c\u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19\u0e41\u0e17\u0e19\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e15\u0e31\u0e27\u0e40\u0e25\u0e37\u0e2d\u0e01 -internal-media-controls-overlay-cast-button"
|
|
7
|
+
},
|
|
8
|
+
"generated/Deprecation.ts | CSSValueAppearanceSliderVertical": {
|
|
9
|
+
"message": "\u0e04\u0e48\u0e32\u0e25\u0e31\u0e01\u0e29\u0e13\u0e30\u0e17\u0e35\u0e48\u0e1b\u0e23\u0e32\u0e01\u0e0f\u0e02\u0e2d\u0e07 CSS \u0e0b\u0e36\u0e48\u0e07\u0e44\u0e14\u0e49\u0e41\u0e01\u0e48 slider-vertical \u0e44\u0e21\u0e48\u0e40\u0e1b\u0e47\u0e19\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19\u0e41\u0e25\u0e30\u0e08\u0e30\u0e16\u0e39\u0e01\u0e19\u0e33\u0e2d\u0e2d\u0e01"
|
|
10
|
+
},
|
|
11
|
+
"generated/Deprecation.ts | CanRequestURLHTTPContainingNewline": {
|
|
12
|
+
"message": "\u0e04\u0e33\u0e02\u0e2d\u0e17\u0e23\u0e31\u0e1e\u0e22\u0e32\u0e01\u0e23\u0e17\u0e35\u0e48 URL \u0e21\u0e35\u0e17\u0e31\u0e49\u0e07\u0e2d\u0e31\u0e01\u0e02\u0e23\u0e30 \\(n|r|t) \u0e41\u0e1a\u0e1a\u0e0a\u0e48\u0e2d\u0e07\u0e27\u0e48\u0e32\u0e07\u0e0b\u0e36\u0e48\u0e07\u0e19\u0e33\u0e2d\u0e2d\u0e01\u0e44\u0e1b\u0e41\u0e25\u0e49\u0e27\u0e41\u0e25\u0e30\u0e21\u0e35\u0e2d\u0e31\u0e01\u0e02\u0e23\u0e30\u0e19\u0e49\u0e2d\u0e22\u0e01\u0e27\u0e48\u0e32 (<) \u0e16\u0e39\u0e01\u0e1a\u0e25\u0e47\u0e2d\u0e01 \u0e42\u0e1b\u0e23\u0e14\u0e19\u0e33\u0e1a\u0e23\u0e23\u0e17\u0e31\u0e14\u0e43\u0e2b\u0e21\u0e48\u0e2d\u0e2d\u0e01\u0e41\u0e25\u0e30\u0e40\u0e02\u0e49\u0e32\u0e23\u0e2b\u0e31\u0e2a\u0e2d\u0e31\u0e01\u0e02\u0e23\u0e30\u0e17\u0e35\u0e48\u0e19\u0e49\u0e2d\u0e22\u0e01\u0e27\u0e48\u0e32\u0e08\u0e32\u0e01\u0e17\u0e35\u0e48\u0e15\u0e48\u0e32\u0e07\u0e46 \u0e2d\u0e22\u0e48\u0e32\u0e07\u0e40\u0e0a\u0e48\u0e19\u0e04\u0e48\u0e32\u0e41\u0e2d\u0e15\u0e17\u0e23\u0e34\u0e1a\u0e34\u0e27\u0e15\u0e4c\u0e02\u0e2d\u0e07\u0e2d\u0e07\u0e04\u0e4c\u0e1b\u0e23\u0e30\u0e01\u0e2d\u0e1a\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e42\u0e2b\u0e25\u0e14\u0e17\u0e23\u0e31\u0e1e\u0e22\u0e32\u0e01\u0e23\u0e40\u0e2b\u0e25\u0e48\u0e32\u0e19\u0e35\u0e49"
|
|
13
|
+
},
|
|
14
|
+
"generated/Deprecation.ts | ChromeLoadTimesConnectionInfo": {
|
|
15
|
+
"message": "chrome.loadTimes() \u0e40\u0e25\u0e34\u0e01\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e41\u0e25\u0e49\u0e27 \u0e42\u0e1b\u0e23\u0e14\u0e43\u0e0a\u0e49 Navigation Timing 2 \u0e0b\u0e36\u0e48\u0e07\u0e40\u0e1b\u0e47\u0e19 API \u0e41\u0e1a\u0e1a\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19\u0e41\u0e17\u0e19"
|
|
16
|
+
},
|
|
17
|
+
"generated/Deprecation.ts | ChromeLoadTimesFirstPaintAfterLoadTime": {
|
|
18
|
+
"message": "chrome.loadTimes() \u0e40\u0e25\u0e34\u0e01\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e41\u0e25\u0e49\u0e27 \u0e42\u0e1b\u0e23\u0e14\u0e43\u0e0a\u0e49 Paint Timing \u0e0b\u0e36\u0e48\u0e07\u0e40\u0e1b\u0e47\u0e19 API \u0e41\u0e1a\u0e1a\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19\u0e41\u0e17\u0e19"
|
|
19
|
+
},
|
|
20
|
+
"generated/Deprecation.ts | ChromeLoadTimesWasAlternateProtocolAvailable": {
|
|
21
|
+
"message": "chrome.loadTimes() \u0e40\u0e25\u0e34\u0e01\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e41\u0e25\u0e49\u0e27 \u0e42\u0e1b\u0e23\u0e14\u0e43\u0e0a\u0e49 nextHopProtocol \u0e43\u0e19 Navigation Timing 2 \u0e0b\u0e36\u0e48\u0e07\u0e40\u0e1b\u0e47\u0e19 API \u0e41\u0e1a\u0e1a\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19\u0e41\u0e17\u0e19"
|
|
22
|
+
},
|
|
23
|
+
"generated/Deprecation.ts | CookieWithTruncatingChar": {
|
|
24
|
+
"message": "\u0e04\u0e38\u0e01\u0e01\u0e35\u0e49\u0e17\u0e35\u0e48\u0e21\u0e35\u0e2d\u0e31\u0e01\u0e02\u0e23\u0e30 \\(0|r|n) \u0e08\u0e30\u0e16\u0e39\u0e01\u0e1b\u0e0f\u0e34\u0e40\u0e2a\u0e18\u0e41\u0e17\u0e19\u0e01\u0e32\u0e23\u0e15\u0e31\u0e14\u0e43\u0e2b\u0e49\u0e2a\u0e31\u0e49\u0e19\u0e25\u0e07"
|
|
25
|
+
},
|
|
26
|
+
"generated/Deprecation.ts | CrossOriginAccessBasedOnDocumentDomain": {
|
|
27
|
+
"message": "\u0e01\u0e32\u0e23\u0e1c\u0e48\u0e2d\u0e19\u0e1b\u0e23\u0e19\u0e19\u0e42\u0e22\u0e1a\u0e32\u0e22\u0e15\u0e49\u0e19\u0e17\u0e32\u0e07\u0e40\u0e14\u0e35\u0e22\u0e27\u0e01\u0e31\u0e19\u0e42\u0e14\u0e22\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32 document.domain \u0e40\u0e25\u0e34\u0e01\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e41\u0e25\u0e49\u0e27\u0e41\u0e25\u0e30\u0e08\u0e30\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e42\u0e14\u0e22\u0e04\u0e48\u0e32\u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19 \u0e04\u0e33\u0e40\u0e15\u0e37\u0e2d\u0e19\u0e01\u0e32\u0e23\u0e40\u0e25\u0e34\u0e01\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e19\u0e35\u0e49\u0e21\u0e35\u0e44\u0e27\u0e49\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e40\u0e02\u0e49\u0e32\u0e16\u0e36\u0e07\u0e41\u0e1a\u0e1a\u0e02\u0e49\u0e32\u0e21\u0e15\u0e49\u0e19\u0e17\u0e32\u0e07\u0e17\u0e35\u0e48\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e42\u0e14\u0e22\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32 document.domain"
|
|
28
|
+
},
|
|
29
|
+
"generated/Deprecation.ts | CrossOriginWindowAlert": {
|
|
30
|
+
"message": "\u0e01\u0e32\u0e23\u0e40\u0e23\u0e35\u0e22\u0e01\u0e43\u0e0a\u0e49 window.alert \u0e08\u0e32\u0e01 iframe \u0e41\u0e1a\u0e1a\u0e02\u0e49\u0e32\u0e21\u0e15\u0e49\u0e19\u0e17\u0e32\u0e07\u0e40\u0e25\u0e34\u0e01\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e41\u0e25\u0e49\u0e27\u0e41\u0e25\u0e30\u0e08\u0e30\u0e16\u0e39\u0e01\u0e19\u0e33\u0e2d\u0e2d\u0e01\u0e43\u0e19\u0e2d\u0e19\u0e32\u0e04\u0e15"
|
|
31
|
+
},
|
|
32
|
+
"generated/Deprecation.ts | CrossOriginWindowConfirm": {
|
|
33
|
+
"message": "\u0e01\u0e32\u0e23\u0e40\u0e23\u0e35\u0e22\u0e01\u0e43\u0e0a\u0e49 window.confirm \u0e08\u0e32\u0e01 iframe \u0e41\u0e1a\u0e1a\u0e02\u0e49\u0e32\u0e21\u0e15\u0e49\u0e19\u0e17\u0e32\u0e07\u0e40\u0e25\u0e34\u0e01\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e41\u0e25\u0e49\u0e27\u0e41\u0e25\u0e30\u0e08\u0e30\u0e16\u0e39\u0e01\u0e19\u0e33\u0e2d\u0e2d\u0e01\u0e43\u0e19\u0e2d\u0e19\u0e32\u0e04\u0e15"
|
|
34
|
+
},
|
|
35
|
+
"generated/Deprecation.ts | DOMMutationEvents": {
|
|
36
|
+
"message": "\u0e40\u0e2b\u0e15\u0e38\u0e01\u0e32\u0e23\u0e13\u0e4c\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07 DOM \u0e0b\u0e36\u0e48\u0e07\u0e23\u0e27\u0e21\u0e16\u0e36\u0e07 DOMSubtreeModified, DOMNodeInserted, DOMNodeRemoved, DOMNodeRemovedFromDocument, DOMNodeInsertedIntoDocument \u0e41\u0e25\u0e30 DOMCharacterDataModified \u0e40\u0e25\u0e34\u0e01\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e41\u0e25\u0e49\u0e27 (https://w3c.github.io/uievents/#legacy-event-types) \u0e41\u0e25\u0e30\u0e08\u0e30\u0e16\u0e39\u0e01\u0e19\u0e33\u0e2d\u0e2d\u0e01 \u0e42\u0e1b\u0e23\u0e14\u0e43\u0e0a\u0e49 MutationObserver \u0e41\u0e17\u0e19"
|
|
37
|
+
},
|
|
38
|
+
"generated/Deprecation.ts | DataUrlInSvgUse": {
|
|
39
|
+
"message": "\u0e01\u0e32\u0e23\u0e23\u0e2d\u0e07\u0e23\u0e31\u0e1a\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25: URL \u0e43\u0e19 SVGUseElement \u0e40\u0e25\u0e34\u0e01\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e41\u0e25\u0e49\u0e27\u0e41\u0e25\u0e30\u0e08\u0e30\u0e19\u0e33\u0e2d\u0e2d\u0e01\u0e43\u0e19\u0e2d\u0e19\u0e32\u0e04\u0e15"
|
|
40
|
+
},
|
|
41
|
+
"generated/Deprecation.ts | GeolocationInsecureOrigin": {
|
|
42
|
+
"message": "getCurrentPosition() \u0e41\u0e25\u0e30 watchPosition() \u0e44\u0e21\u0e48\u0e17\u0e33\u0e07\u0e32\u0e19\u0e43\u0e19\u0e15\u0e49\u0e19\u0e17\u0e32\u0e07\u0e17\u0e35\u0e48\u0e44\u0e21\u0e48\u0e1b\u0e25\u0e2d\u0e14\u0e20\u0e31\u0e22\u0e2d\u0e35\u0e01\u0e15\u0e48\u0e2d\u0e44\u0e1b \u0e04\u0e38\u0e13\u0e04\u0e27\u0e23\u0e1e\u0e34\u0e08\u0e32\u0e23\u0e13\u0e32\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e2d\u0e1b\u0e1e\u0e25\u0e34\u0e40\u0e04\u0e0a\u0e31\u0e19\u0e44\u0e1b\u0e43\u0e0a\u0e49\u0e15\u0e49\u0e19\u0e17\u0e32\u0e07\u0e17\u0e35\u0e48\u0e1b\u0e25\u0e2d\u0e14\u0e20\u0e31\u0e22\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e40\u0e0a\u0e48\u0e19 HTTPS \u0e2b\u0e32\u0e01\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e19\u0e35\u0e49 \u0e14\u0e39\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21\u0e44\u0e14\u0e49\u0e17\u0e35\u0e48 https://goo.gle/chrome-insecure-origins"
|
|
43
|
+
},
|
|
44
|
+
"generated/Deprecation.ts | GeolocationInsecureOriginDeprecatedNotRemoved": {
|
|
45
|
+
"message": "getCurrentPosition() \u0e41\u0e25\u0e30 watchPosition() \u0e40\u0e25\u0e34\u0e01\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e41\u0e25\u0e49\u0e27\u0e43\u0e19\u0e15\u0e49\u0e19\u0e17\u0e32\u0e07\u0e17\u0e35\u0e48\u0e44\u0e21\u0e48\u0e1b\u0e25\u0e2d\u0e14\u0e20\u0e31\u0e22 \u0e04\u0e38\u0e13\u0e04\u0e27\u0e23\u0e1e\u0e34\u0e08\u0e32\u0e23\u0e13\u0e32\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e2d\u0e1b\u0e1e\u0e25\u0e34\u0e40\u0e04\u0e0a\u0e31\u0e19\u0e44\u0e1b\u0e43\u0e0a\u0e49\u0e15\u0e49\u0e19\u0e17\u0e32\u0e07\u0e17\u0e35\u0e48\u0e1b\u0e25\u0e2d\u0e14\u0e20\u0e31\u0e22\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e40\u0e0a\u0e48\u0e19 HTTPS \u0e2b\u0e32\u0e01\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e19\u0e35\u0e49 \u0e14\u0e39\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21\u0e44\u0e14\u0e49\u0e17\u0e35\u0e48 https://goo.gle/chrome-insecure-origins"
|
|
46
|
+
},
|
|
47
|
+
"generated/Deprecation.ts | GetUserMediaInsecureOrigin": {
|
|
48
|
+
"message": "getUserMedia() \u0e17\u0e33\u0e07\u0e32\u0e19\u0e43\u0e19\u0e15\u0e49\u0e19\u0e17\u0e32\u0e07\u0e17\u0e35\u0e48\u0e44\u0e21\u0e48\u0e1b\u0e25\u0e2d\u0e14\u0e20\u0e31\u0e22\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e2d\u0e35\u0e01\u0e15\u0e48\u0e2d\u0e44\u0e1b \u0e04\u0e38\u0e13\u0e04\u0e27\u0e23\u0e1e\u0e34\u0e08\u0e32\u0e23\u0e13\u0e32\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e2d\u0e1b\u0e1e\u0e25\u0e34\u0e40\u0e04\u0e0a\u0e31\u0e19\u0e44\u0e1b\u0e43\u0e0a\u0e49\u0e15\u0e49\u0e19\u0e17\u0e32\u0e07\u0e17\u0e35\u0e48\u0e1b\u0e25\u0e2d\u0e14\u0e20\u0e31\u0e22\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e40\u0e0a\u0e48\u0e19 HTTPS \u0e2b\u0e32\u0e01\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e19\u0e35\u0e49 \u0e14\u0e39\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21\u0e44\u0e14\u0e49\u0e17\u0e35\u0e48 https://goo.gle/chrome-insecure-origins"
|
|
49
|
+
},
|
|
50
|
+
"generated/Deprecation.ts | HostCandidateAttributeGetter": {
|
|
51
|
+
"message": "RTCPeerConnectionIceErrorEvent.hostCandidate \u0e40\u0e25\u0e34\u0e01\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e41\u0e25\u0e49\u0e27 \u0e42\u0e1b\u0e23\u0e14\u0e43\u0e0a\u0e49 RTCPeerConnectionIceErrorEvent.address \u0e2b\u0e23\u0e37\u0e2d RTCPeerConnectionIceErrorEvent.port \u0e41\u0e17\u0e19"
|
|
52
|
+
},
|
|
53
|
+
"generated/Deprecation.ts | IdentityInCanMakePaymentEvent": {
|
|
54
|
+
"message": "\u0e15\u0e49\u0e19\u0e17\u0e32\u0e07\u0e02\u0e2d\u0e07\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22\u0e41\u0e25\u0e30\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e17\u0e35\u0e48\u0e01\u0e4d\u0e32\u0e2b\u0e19\u0e14\u0e40\u0e2d\u0e07\u0e08\u0e32\u0e01\u0e40\u0e2b\u0e15\u0e38\u0e01\u0e32\u0e23\u0e13\u0e4c Service Worker canmakepayment \u0e0b\u0e36\u0e48\u0e07\u0e44\u0e14\u0e49\u0e41\u0e01\u0e48 topOrigin, paymentRequestOrigin, methodData, modifiers \u0e40\u0e25\u0e34\u0e01\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e41\u0e25\u0e49\u0e27\u0e41\u0e25\u0e30\u0e08\u0e30\u0e16\u0e39\u0e01\u0e19\u0e4d\u0e32\u0e2d\u0e2d\u0e01"
|
|
55
|
+
},
|
|
56
|
+
"generated/Deprecation.ts | InsecurePrivateNetworkSubresourceRequest": {
|
|
57
|
+
"message": "\u0e40\u0e27\u0e47\u0e1a\u0e44\u0e0b\u0e15\u0e4c\u0e02\u0e2d\u0e17\u0e23\u0e31\u0e1e\u0e22\u0e32\u0e01\u0e23\u0e22\u0e48\u0e2d\u0e22\u0e08\u0e32\u0e01\u0e40\u0e04\u0e23\u0e37\u0e2d\u0e02\u0e48\u0e32\u0e22\u0e17\u0e35\u0e48\u0e40\u0e02\u0e49\u0e32\u0e16\u0e36\u0e07\u0e44\u0e14\u0e49\u0e40\u0e17\u0e48\u0e32\u0e19\u0e31\u0e49\u0e19\u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e32\u0e01\u0e21\u0e35\u0e15\u0e33\u0e41\u0e2b\u0e19\u0e48\u0e07\u0e40\u0e04\u0e23\u0e37\u0e2d\u0e02\u0e48\u0e32\u0e22\u0e17\u0e35\u0e48\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e4c\u0e40\u0e09\u0e1e\u0e32\u0e30\u0e02\u0e2d\u0e07\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49 \u0e04\u0e33\u0e02\u0e2d\u0e40\u0e2b\u0e25\u0e48\u0e32\u0e19\u0e35\u0e49\u0e08\u0e30\u0e40\u0e1b\u0e34\u0e14\u0e40\u0e1c\u0e22\u0e2d\u0e38\u0e1b\u0e01\u0e23\u0e13\u0e4c\u0e41\u0e25\u0e30\u0e40\u0e0b\u0e34\u0e23\u0e4c\u0e1f\u0e40\u0e27\u0e2d\u0e23\u0e4c\u0e17\u0e35\u0e48\u0e44\u0e21\u0e48\u0e40\u0e1c\u0e22\u0e41\u0e1e\u0e23\u0e48\u0e15\u0e48\u0e2d\u0e2a\u0e32\u0e18\u0e32\u0e23\u0e13\u0e30\u0e44\u0e1b\u0e22\u0e31\u0e07\u0e2d\u0e34\u0e19\u0e40\u0e17\u0e2d\u0e23\u0e4c\u0e40\u0e19\u0e47\u0e15 \u0e0b\u0e36\u0e48\u0e07\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e04\u0e27\u0e32\u0e21\u0e40\u0e2a\u0e35\u0e48\u0e22\u0e07\u0e43\u0e19\u0e01\u0e32\u0e23\u0e42\u0e08\u0e21\u0e15\u0e35\u0e42\u0e14\u0e22\u0e01\u0e32\u0e23\u0e1b\u0e25\u0e2d\u0e21\u0e41\u0e1b\u0e25\u0e07\u0e04\u0e33\u0e02\u0e2d\u0e41\u0e1a\u0e1a\u0e02\u0e49\u0e32\u0e21\u0e40\u0e27\u0e47\u0e1a\u0e44\u0e0b\u0e15\u0e4c (CSRF) \u0e41\u0e25\u0e30/\u0e2b\u0e23\u0e37\u0e2d\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e23\u0e31\u0e48\u0e27\u0e44\u0e2b\u0e25 Chrome \u0e08\u0e30\u0e40\u0e25\u0e34\u0e01\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e04\u0e33\u0e02\u0e2d\u0e44\u0e1b\u0e22\u0e31\u0e07\u0e17\u0e23\u0e31\u0e1e\u0e22\u0e32\u0e01\u0e23\u0e22\u0e48\u0e2d\u0e22\u0e17\u0e35\u0e48\u0e44\u0e21\u0e48\u0e40\u0e1c\u0e22\u0e41\u0e1e\u0e23\u0e48\u0e15\u0e48\u0e2d\u0e2a\u0e32\u0e18\u0e32\u0e23\u0e13\u0e30\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19\u0e21\u0e32\u0e08\u0e32\u0e01\u0e1a\u0e23\u0e34\u0e1a\u0e17\u0e17\u0e35\u0e48\u0e44\u0e21\u0e48\u0e1b\u0e25\u0e2d\u0e14\u0e20\u0e31\u0e22\u0e41\u0e25\u0e30\u0e08\u0e30\u0e40\u0e23\u0e34\u0e48\u0e21\u0e1a\u0e25\u0e47\u0e2d\u0e01\u0e04\u0e33\u0e02\u0e2d\u0e14\u0e31\u0e07\u0e01\u0e25\u0e48\u0e32\u0e27\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e25\u0e14\u0e04\u0e27\u0e32\u0e21\u0e40\u0e2a\u0e35\u0e48\u0e22\u0e07\u0e40\u0e2b\u0e25\u0e48\u0e32\u0e19\u0e35\u0e49"
|
|
58
|
+
},
|
|
59
|
+
"generated/Deprecation.ts | InterestGroupDailyUpdateUrl": {
|
|
60
|
+
"message": "\u0e1f\u0e34\u0e25\u0e14\u0e4c dailyUpdateUrl \u0e02\u0e2d\u0e07 InterestGroups \u0e17\u0e35\u0e48\u0e2a\u0e48\u0e07\u0e44\u0e1b\u0e22\u0e31\u0e07 joinAdInterestGroup() \u0e44\u0e14\u0e49\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e0a\u0e37\u0e48\u0e2d\u0e40\u0e1b\u0e47\u0e19 updateUrl \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e43\u0e2b\u0e49\u0e2a\u0e30\u0e17\u0e49\u0e2d\u0e19\u0e25\u0e31\u0e01\u0e29\u0e13\u0e30\u0e01\u0e32\u0e23\u0e17\u0e33\u0e07\u0e32\u0e19\u0e44\u0e14\u0e49\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e41\u0e21\u0e48\u0e19\u0e22\u0e33\u0e22\u0e34\u0e48\u0e07\u0e02\u0e36\u0e49\u0e19"
|
|
61
|
+
},
|
|
62
|
+
"generated/Deprecation.ts | LocalCSSFileExtensionRejected": {
|
|
63
|
+
"message": "\u0e42\u0e2b\u0e25\u0e14 CSS \u0e08\u0e32\u0e01 URL file: \u0e44\u0e21\u0e48\u0e44\u0e14\u0e49 \u0e40\u0e27\u0e49\u0e19\u0e41\u0e15\u0e48\u0e08\u0e30\u0e25\u0e07\u0e17\u0e49\u0e32\u0e22\u0e14\u0e49\u0e27\u0e22\u0e19\u0e32\u0e21\u0e2a\u0e01\u0e38\u0e25\u0e44\u0e1f\u0e25\u0e4c .css"
|
|
64
|
+
},
|
|
65
|
+
"generated/Deprecation.ts | MediaSourceAbortRemove": {
|
|
66
|
+
"message": "\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49 SourceBuffer.abort() \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e25\u0e49\u0e21\u0e40\u0e25\u0e34\u0e01\u0e01\u0e32\u0e23\u0e19\u0e33\u0e0a\u0e48\u0e27\u0e07\u0e17\u0e35\u0e48\u0e44\u0e21\u0e48\u0e1e\u0e23\u0e49\u0e2d\u0e21\u0e01\u0e31\u0e19\u0e2d\u0e2d\u0e01\u0e02\u0e2d\u0e07 remove() \u0e40\u0e25\u0e34\u0e01\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e44\u0e1b\u0e41\u0e25\u0e49\u0e27 \u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e32\u0e01\u0e21\u0e35\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e02\u0e49\u0e2d\u0e01\u0e33\u0e2b\u0e19\u0e14 \u0e23\u0e30\u0e1a\u0e1a\u0e08\u0e30\u0e19\u0e33\u0e01\u0e32\u0e23\u0e23\u0e2d\u0e07\u0e23\u0e31\u0e1a\u0e2d\u0e2d\u0e01\u0e43\u0e19\u0e2d\u0e19\u0e32\u0e04\u0e15 \u0e04\u0e38\u0e13\u0e04\u0e27\u0e23\u0e43\u0e2b\u0e49\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e33\u0e04\u0e31\u0e0d\u0e01\u0e31\u0e1a\u0e40\u0e2b\u0e15\u0e38\u0e01\u0e32\u0e23\u0e13\u0e4c updateend \u0e41\u0e17\u0e19 abort() \u0e21\u0e35\u0e44\u0e27\u0e49\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e25\u0e49\u0e21\u0e40\u0e25\u0e34\u0e01\u0e01\u0e32\u0e23\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e2a\u0e37\u0e48\u0e2d\u0e17\u0e35\u0e48\u0e44\u0e21\u0e48\u0e1e\u0e23\u0e49\u0e2d\u0e21\u0e01\u0e31\u0e19\u0e2b\u0e23\u0e37\u0e2d\u0e23\u0e35\u0e40\u0e0b\u0e47\u0e15\u0e2a\u0e16\u0e32\u0e19\u0e30\u0e42\u0e1b\u0e23\u0e41\u0e01\u0e23\u0e21\u0e41\u0e22\u0e01\u0e27\u0e34\u0e40\u0e04\u0e23\u0e32\u0e30\u0e2b\u0e4c\u0e40\u0e17\u0e48\u0e32\u0e19\u0e31\u0e49\u0e19"
|
|
67
|
+
},
|
|
68
|
+
"generated/Deprecation.ts | MediaSourceDurationTruncatingBuffered": {
|
|
69
|
+
"message": "\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32 MediaSource.duration \u0e15\u0e48\u0e33\u0e01\u0e27\u0e48\u0e32\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e30\u0e17\u0e31\u0e1a\u0e40\u0e27\u0e25\u0e32\u0e01\u0e32\u0e23\u0e19\u0e33\u0e40\u0e2a\u0e19\u0e2d\u0e2a\u0e39\u0e07\u0e2a\u0e38\u0e14\u0e02\u0e2d\u0e07\u0e40\u0e1f\u0e23\u0e21\u0e17\u0e35\u0e48\u0e43\u0e2a\u0e48\u0e42\u0e04\u0e49\u0e14\u0e17\u0e35\u0e48\u0e1a\u0e31\u0e1f\u0e40\u0e1f\u0e2d\u0e23\u0e4c\u0e40\u0e25\u0e34\u0e01\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e41\u0e25\u0e49\u0e27\u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e32\u0e01\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e02\u0e49\u0e2d\u0e01\u0e33\u0e2b\u0e19\u0e14 \u0e01\u0e32\u0e23\u0e23\u0e2d\u0e07\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e19\u0e33\u0e2a\u0e37\u0e48\u0e2d\u0e17\u0e35\u0e48\u0e1a\u0e31\u0e1f\u0e40\u0e1f\u0e2d\u0e23\u0e4c\u0e17\u0e35\u0e48\u0e21\u0e35\u0e01\u0e32\u0e23\u0e15\u0e31\u0e14\u0e43\u0e2b\u0e49\u0e2a\u0e31\u0e49\u0e19\u0e25\u0e07\u0e2d\u0e2d\u0e01\u0e41\u0e1a\u0e1a\u0e44\u0e21\u0e48\u0e40\u0e08\u0e32\u0e30\u0e08\u0e07\u0e08\u0e30\u0e16\u0e39\u0e01\u0e19\u0e33\u0e2d\u0e2d\u0e01\u0e43\u0e19\u0e2d\u0e19\u0e32\u0e04\u0e15 \u0e04\u0e38\u0e13\u0e04\u0e27\u0e23\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23 remove(newDuration, oldDuration) \u0e41\u0e1a\u0e1a\u0e40\u0e08\u0e32\u0e30\u0e08\u0e07\u0e41\u0e17\u0e19\u0e43\u0e19 sourceBuffers \u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14\u0e17\u0e35\u0e48 newDuration < oldDuration"
|
|
70
|
+
},
|
|
71
|
+
"generated/Deprecation.ts | NoSysexWebMIDIWithoutPermission": {
|
|
72
|
+
"message": "Web MIDI \u0e08\u0e30\u0e02\u0e2d\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e4c\u0e43\u0e19\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e41\u0e21\u0e49\u0e27\u0e48\u0e32\u0e08\u0e30\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e23\u0e30\u0e1a\u0e38 SysEx \u0e43\u0e19 MIDIOptions \u0e01\u0e47\u0e15\u0e32\u0e21"
|
|
73
|
+
},
|
|
74
|
+
"generated/Deprecation.ts | NotificationInsecureOrigin": {
|
|
75
|
+
"message": "\u0e15\u0e49\u0e19\u0e17\u0e32\u0e07\u0e17\u0e35\u0e48\u0e44\u0e21\u0e48\u0e1b\u0e25\u0e2d\u0e14\u0e20\u0e31\u0e22\u0e2d\u0e32\u0e08\u0e44\u0e21\u0e48\u0e43\u0e0a\u0e49 Notification API \u0e2d\u0e35\u0e01\u0e15\u0e48\u0e2d\u0e44\u0e1b \u0e04\u0e38\u0e13\u0e04\u0e27\u0e23\u0e1e\u0e34\u0e08\u0e32\u0e23\u0e13\u0e32\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e2d\u0e1b\u0e1e\u0e25\u0e34\u0e40\u0e04\u0e0a\u0e31\u0e19\u0e44\u0e1b\u0e43\u0e0a\u0e49\u0e15\u0e49\u0e19\u0e17\u0e32\u0e07\u0e17\u0e35\u0e48\u0e1b\u0e25\u0e2d\u0e14\u0e20\u0e31\u0e22\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e40\u0e0a\u0e48\u0e19 HTTPS \u0e14\u0e39\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21\u0e44\u0e14\u0e49\u0e17\u0e35\u0e48 https://goo.gle/chrome-insecure-origins"
|
|
76
|
+
},
|
|
77
|
+
"generated/Deprecation.ts | NotificationPermissionRequestedIframe": {
|
|
78
|
+
"message": "iframe \u0e41\u0e1a\u0e1a\u0e02\u0e49\u0e32\u0e21\u0e15\u0e49\u0e19\u0e17\u0e32\u0e07\u0e2d\u0e32\u0e08\u0e44\u0e21\u0e48\u0e02\u0e2d\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e4c\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a Notification API \u0e2d\u0e35\u0e01\u0e15\u0e48\u0e2d\u0e44\u0e1b \u0e04\u0e38\u0e13\u0e04\u0e27\u0e23\u0e1e\u0e34\u0e08\u0e32\u0e23\u0e13\u0e32\u0e02\u0e2d\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e4c\u0e08\u0e32\u0e01\u0e40\u0e1f\u0e23\u0e21\u0e23\u0e30\u0e14\u0e31\u0e1a\u0e1a\u0e19\u0e2a\u0e38\u0e14\u0e2b\u0e23\u0e37\u0e2d\u0e40\u0e1b\u0e34\u0e14\u0e2b\u0e19\u0e49\u0e32\u0e15\u0e48\u0e32\u0e07\u0e43\u0e2b\u0e21\u0e48\u0e41\u0e17\u0e19"
|
|
79
|
+
},
|
|
80
|
+
"generated/Deprecation.ts | ObsoleteCreateImageBitmapImageOrientationNone": {
|
|
81
|
+
"message": "\u0e15\u0e31\u0e27\u0e40\u0e25\u0e37\u0e2d\u0e01 imageOrientation: 'none' \u0e43\u0e19 createImageBitmap \u0e40\u0e25\u0e34\u0e01\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e41\u0e25\u0e49\u0e27 \u0e42\u0e1b\u0e23\u0e14\u0e43\u0e0a\u0e49 createImageBitmap \u0e01\u0e31\u0e1a\u0e15\u0e31\u0e27\u0e40\u0e25\u0e37\u0e2d\u0e01 {imageOrientation: 'from-image'} \u0e41\u0e17\u0e19"
|
|
82
|
+
},
|
|
83
|
+
"generated/Deprecation.ts | ObsoleteWebRtcCipherSuite": {
|
|
84
|
+
"message": "\u0e1e\u0e32\u0e23\u0e4c\u0e17\u0e40\u0e19\u0e2d\u0e23\u0e4c\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e15\u0e48\u0e2d\u0e23\u0e2d\u0e07 (D)TLS \u0e40\u0e27\u0e2d\u0e23\u0e4c\u0e0a\u0e31\u0e19\u0e17\u0e35\u0e48\u0e25\u0e49\u0e32\u0e2a\u0e21\u0e31\u0e22 \u0e42\u0e1b\u0e23\u0e14\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e01\u0e31\u0e1a\u0e1e\u0e32\u0e23\u0e4c\u0e17\u0e40\u0e19\u0e2d\u0e23\u0e4c\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23\u0e41\u0e01\u0e49\u0e44\u0e02"
|
|
85
|
+
},
|
|
86
|
+
"generated/Deprecation.ts | OverflowVisibleOnReplacedElement": {
|
|
87
|
+
"message": "\u0e01\u0e32\u0e23\u0e23\u0e30\u0e1a\u0e38 overflow: visible \u0e43\u0e19\u0e41\u0e17\u0e47\u0e01 img, video \u0e41\u0e25\u0e30 canvas \u0e2d\u0e32\u0e08\u0e17\u0e33\u0e43\u0e2b\u0e49\u0e41\u0e17\u0e47\u0e01\u0e40\u0e2b\u0e25\u0e48\u0e32\u0e19\u0e35\u0e49\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e20\u0e32\u0e1e\u0e19\u0e2d\u0e01\u0e02\u0e2d\u0e1a\u0e40\u0e02\u0e15\u0e02\u0e2d\u0e07\u0e2d\u0e07\u0e04\u0e4c\u0e1b\u0e23\u0e30\u0e01\u0e2d\u0e1a \u0e42\u0e1b\u0e23\u0e14\u0e14\u0e39 https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md"
|
|
88
|
+
},
|
|
89
|
+
"generated/Deprecation.ts | PaymentInstruments": {
|
|
90
|
+
"message": "paymentManager.instruments \u0e40\u0e25\u0e34\u0e01\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e41\u0e25\u0e49\u0e27 \u0e42\u0e1b\u0e23\u0e14\u0e43\u0e0a\u0e49\u0e01\u0e32\u0e23\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07\u0e41\u0e1a\u0e1a\u0e17\u0e31\u0e19\u0e17\u0e48\u0e27\u0e07\u0e17\u0e35\u0e41\u0e17\u0e19\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e15\u0e31\u0e27\u0e41\u0e2e\u0e19\u0e40\u0e14\u0e34\u0e25\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19"
|
|
91
|
+
},
|
|
92
|
+
"generated/Deprecation.ts | PaymentRequestCSPViolation": {
|
|
93
|
+
"message": "\u0e01\u0e32\u0e23\u0e40\u0e23\u0e35\u0e22\u0e01\u0e43\u0e0a\u0e49 PaymentRequest \u0e44\u0e14\u0e49\u0e02\u0e49\u0e32\u0e21\u0e04\u0e33\u0e2a\u0e31\u0e48\u0e07\u0e02\u0e2d\u0e07\u0e19\u0e42\u0e22\u0e1a\u0e32\u0e22\u0e23\u0e31\u0e01\u0e29\u0e32\u0e04\u0e27\u0e32\u0e21\u0e1b\u0e25\u0e2d\u0e14\u0e20\u0e31\u0e22\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32 (CSP) connect-src \u0e01\u0e32\u0e23\u0e02\u0e49\u0e32\u0e21\u0e19\u0e35\u0e49\u0e40\u0e25\u0e34\u0e01\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e41\u0e25\u0e49\u0e27 \u0e42\u0e1b\u0e23\u0e14\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e15\u0e31\u0e27\u0e23\u0e30\u0e1a\u0e38\u0e27\u0e34\u0e18\u0e35\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e08\u0e32\u0e01 PaymentRequest API (\u0e43\u0e19\u0e0a\u0e48\u0e2d\u0e07 supportedMethods) \u0e25\u0e07\u0e43\u0e19\u0e04\u0e33\u0e2a\u0e31\u0e48\u0e07\u0e02\u0e2d\u0e07 CSP connect-src"
|
|
94
|
+
},
|
|
95
|
+
"generated/Deprecation.ts | PersistentQuotaType": {
|
|
96
|
+
"message": "StorageType.persistent \u0e40\u0e25\u0e34\u0e01\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e41\u0e25\u0e49\u0e27 \u0e42\u0e1b\u0e23\u0e14\u0e43\u0e0a\u0e49 navigator.storage \u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19\u0e41\u0e17\u0e19"
|
|
97
|
+
},
|
|
98
|
+
"generated/Deprecation.ts | PictureSourceSrc": {
|
|
99
|
+
"message": "<source src> \u0e17\u0e35\u0e48\u0e21\u0e35\u0e2d\u0e07\u0e04\u0e4c\u0e1b\u0e23\u0e30\u0e01\u0e2d\u0e1a\u0e2b\u0e25\u0e31\u0e01 <picture> \u0e44\u0e21\u0e48\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07\u0e41\u0e25\u0e30\u0e14\u0e49\u0e27\u0e22\u0e40\u0e2b\u0e15\u0e38\u0e19\u0e35\u0e49\u0e23\u0e30\u0e1a\u0e1a\u0e08\u0e36\u0e07\u0e08\u0e30\u0e44\u0e21\u0e48\u0e2a\u0e19\u0e43\u0e08 \u0e42\u0e1b\u0e23\u0e14\u0e43\u0e0a\u0e49 <source srcset> \u0e41\u0e17\u0e19"
|
|
100
|
+
},
|
|
101
|
+
"generated/Deprecation.ts | PrefixedCancelAnimationFrame": {
|
|
102
|
+
"message": "webkitCancelAnimationFrame \u0e40\u0e08\u0e32\u0e30\u0e08\u0e07\u0e1c\u0e39\u0e49\u0e43\u0e2b\u0e49\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23 \u0e42\u0e1b\u0e23\u0e14\u0e43\u0e0a\u0e49 cancelAnimationFrame \u0e41\u0e1a\u0e1a\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19\u0e41\u0e17\u0e19"
|
|
103
|
+
},
|
|
104
|
+
"generated/Deprecation.ts | PrefixedRequestAnimationFrame": {
|
|
105
|
+
"message": "webkitRequestAnimationFrame \u0e40\u0e08\u0e32\u0e30\u0e08\u0e07\u0e1c\u0e39\u0e49\u0e43\u0e2b\u0e49\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23 \u0e42\u0e1b\u0e23\u0e14\u0e43\u0e0a\u0e49 requestAnimationFrame \u0e41\u0e1a\u0e1a\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19\u0e41\u0e17\u0e19"
|
|
106
|
+
},
|
|
107
|
+
"generated/Deprecation.ts | PrefixedVideoDisplayingFullscreen": {
|
|
108
|
+
"message": "HTMLVideoElement.webkitDisplayingFullscreen \u0e40\u0e25\u0e34\u0e01\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e41\u0e25\u0e49\u0e27 \u0e42\u0e1b\u0e23\u0e14\u0e43\u0e0a\u0e49 Document.fullscreenElement \u0e41\u0e17\u0e19"
|
|
109
|
+
},
|
|
110
|
+
"generated/Deprecation.ts | PrefixedVideoEnterFullScreen": {
|
|
111
|
+
"message": "HTMLVideoElement.webkitEnterFullScreen() \u0e40\u0e25\u0e34\u0e01\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e41\u0e25\u0e49\u0e27 \u0e42\u0e1b\u0e23\u0e14\u0e43\u0e0a\u0e49 Element.requestFullscreen() \u0e41\u0e17\u0e19"
|
|
112
|
+
},
|
|
113
|
+
"generated/Deprecation.ts | PrefixedVideoEnterFullscreen": {
|
|
114
|
+
"message": "HTMLVideoElement.webkitEnterFullscreen() \u0e40\u0e25\u0e34\u0e01\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e41\u0e25\u0e49\u0e27 \u0e42\u0e1b\u0e23\u0e14\u0e43\u0e0a\u0e49 Element.requestFullscreen() \u0e41\u0e17\u0e19"
|
|
115
|
+
},
|
|
116
|
+
"generated/Deprecation.ts | PrefixedVideoExitFullScreen": {
|
|
117
|
+
"message": "HTMLVideoElement.webkitExitFullScreen() \u0e40\u0e25\u0e34\u0e01\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e41\u0e25\u0e49\u0e27 \u0e42\u0e1b\u0e23\u0e14\u0e43\u0e0a\u0e49 Document.exitFullscreen() \u0e41\u0e17\u0e19"
|
|
118
|
+
},
|
|
119
|
+
"generated/Deprecation.ts | PrefixedVideoExitFullscreen": {
|
|
120
|
+
"message": "HTMLVideoElement.webkitExitFullscreen() \u0e40\u0e25\u0e34\u0e01\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e41\u0e25\u0e49\u0e27 \u0e42\u0e1b\u0e23\u0e14\u0e43\u0e0a\u0e49 Document.exitFullscreen() \u0e41\u0e17\u0e19"
|
|
121
|
+
},
|
|
122
|
+
"generated/Deprecation.ts | PrefixedVideoSupportsFullscreen": {
|
|
123
|
+
"message": "HTMLVideoElement.webkitSupportsFullscreen \u0e40\u0e25\u0e34\u0e01\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e41\u0e25\u0e49\u0e27 \u0e42\u0e1b\u0e23\u0e14\u0e43\u0e0a\u0e49 Document.fullscreenEnabled \u0e41\u0e17\u0e19"
|
|
124
|
+
},
|
|
125
|
+
"generated/Deprecation.ts | PrivacySandboxExtensionsAPI": {
|
|
126
|
+
"message": "\u0e40\u0e23\u0e32\u0e01\u0e33\u0e25\u0e31\u0e07\u0e08\u0e30\u0e40\u0e25\u0e34\u0e01\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19 API chrome.privacy.websites.privacySandboxEnabled \u0e41\u0e21\u0e49\u0e27\u0e48\u0e32 API \u0e19\u0e35\u0e49\u0e08\u0e30\u0e22\u0e31\u0e07\u0e04\u0e07\u0e21\u0e35\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e15\u0e48\u0e2d\u0e44\u0e1b\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e40\u0e02\u0e49\u0e32\u0e01\u0e31\u0e19\u0e44\u0e14\u0e49\u0e41\u0e1a\u0e1a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07\u0e08\u0e19\u0e01\u0e27\u0e48\u0e32\u0e08\u0e30\u0e40\u0e1b\u0e34\u0e14\u0e15\u0e31\u0e27\u0e40\u0e27\u0e2d\u0e23\u0e4c\u0e0a\u0e31\u0e19 M113 \u0e42\u0e1b\u0e23\u0e14\u0e43\u0e0a\u0e49 chrome.privacy.websites.topicsEnabled, chrome.privacy.websites.fledgeEnabled \u0e41\u0e25\u0e30 chrome.privacy.websites.adMeasurementEnabled \u0e41\u0e17\u0e19 \u0e14\u0e39 https://developer.chrome.com/docs/extensions/reference/privacy/#property-websites-privacySandboxEnabled"
|
|
127
|
+
},
|
|
128
|
+
"generated/Deprecation.ts | RTCConstraintEnableDtlsSrtpFalse": {
|
|
129
|
+
"message": "\u0e02\u0e49\u0e2d\u0e08\u0e33\u0e01\u0e31\u0e14 DtlsSrtpKeyAgreement \u0e16\u0e39\u0e01\u0e19\u0e33\u0e2d\u0e2d\u0e01\u0e41\u0e25\u0e49\u0e27 \u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e23\u0e30\u0e1a\u0e38\u0e04\u0e48\u0e32 false \u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e02\u0e49\u0e2d\u0e08\u0e33\u0e01\u0e31\u0e14\u0e19\u0e35\u0e49 \u0e0b\u0e36\u0e48\u0e07\u0e23\u0e30\u0e1a\u0e1a\u0e15\u0e35\u0e04\u0e27\u0e32\u0e21\u0e27\u0e48\u0e32\u0e40\u0e1b\u0e47\u0e19\u0e01\u0e32\u0e23\u0e1e\u0e22\u0e32\u0e22\u0e32\u0e21\u0e43\u0e0a\u0e49\u0e40\u0e21\u0e18\u0e2d\u0e14 SDES key negotiation \u0e17\u0e35\u0e48\u0e19\u0e33\u0e2d\u0e2d\u0e01\u0e44\u0e1b\u0e41\u0e25\u0e49\u0e27 \u0e1f\u0e31\u0e07\u0e01\u0e4c\u0e0a\u0e31\u0e19\u0e01\u0e32\u0e23\u0e17\u0e33\u0e07\u0e32\u0e19\u0e19\u0e35\u0e49\u0e16\u0e39\u0e01\u0e19\u0e33\u0e2d\u0e2d\u0e01\u0e41\u0e25\u0e49\u0e27 \u0e42\u0e1b\u0e23\u0e14\u0e43\u0e0a\u0e49\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23\u0e17\u0e35\u0e48\u0e23\u0e2d\u0e07\u0e23\u0e31\u0e1a DTLS key negotiation \u0e41\u0e17\u0e19"
|
|
130
|
+
},
|
|
131
|
+
"generated/Deprecation.ts | RTCConstraintEnableDtlsSrtpTrue": {
|
|
132
|
+
"message": "\u0e02\u0e49\u0e2d\u0e08\u0e33\u0e01\u0e31\u0e14 DtlsSrtpKeyAgreement \u0e16\u0e39\u0e01\u0e19\u0e33\u0e2d\u0e2d\u0e01\u0e41\u0e25\u0e49\u0e27 \u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e23\u0e30\u0e1a\u0e38\u0e04\u0e48\u0e32 true \u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e02\u0e49\u0e2d\u0e08\u0e33\u0e01\u0e31\u0e14\u0e19\u0e35\u0e49\u0e0b\u0e36\u0e48\u0e07\u0e44\u0e21\u0e48\u0e21\u0e35\u0e1c\u0e25\u0e01\u0e23\u0e30\u0e17\u0e1a \u0e41\u0e15\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e19\u0e33\u0e02\u0e49\u0e2d\u0e08\u0e33\u0e01\u0e31\u0e14\u0e19\u0e35\u0e49\u0e2d\u0e2d\u0e01\u0e44\u0e14\u0e49\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22"
|
|
133
|
+
},
|
|
134
|
+
"generated/Deprecation.ts | RTCPeerConnectionGetStatsLegacyNonCompliant": {
|
|
135
|
+
"message": "getStats() \u0e17\u0e35\u0e48\u0e2d\u0e34\u0e07\u0e15\u0e32\u0e21 Callback \u0e40\u0e25\u0e34\u0e01\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e41\u0e25\u0e49\u0e27\u0e41\u0e25\u0e30\u0e08\u0e30\u0e16\u0e39\u0e01\u0e19\u0e33\u0e2d\u0e2d\u0e01 \u0e42\u0e1b\u0e23\u0e14\u0e43\u0e0a\u0e49 getStats() \u0e17\u0e35\u0e48\u0e2a\u0e2d\u0e14\u0e04\u0e25\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e1a\u0e02\u0e49\u0e2d\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e41\u0e17\u0e19"
|
|
136
|
+
},
|
|
137
|
+
"generated/Deprecation.ts | RangeExpand": {
|
|
138
|
+
"message": "Range.expand() \u0e40\u0e25\u0e34\u0e01\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e41\u0e25\u0e49\u0e27 \u0e42\u0e1b\u0e23\u0e14\u0e43\u0e0a\u0e49 Selection.modify() \u0e41\u0e17\u0e19"
|
|
139
|
+
},
|
|
140
|
+
"generated/Deprecation.ts | RequestedSubresourceWithEmbeddedCredentials": {
|
|
141
|
+
"message": "\u0e04\u0e33\u0e02\u0e2d\u0e17\u0e23\u0e31\u0e1e\u0e22\u0e32\u0e01\u0e23\u0e22\u0e48\u0e2d\u0e22\u0e17\u0e35\u0e48 URL \u0e21\u0e35\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e40\u0e02\u0e49\u0e32\u0e2a\u0e39\u0e48\u0e23\u0e30\u0e1a\u0e1a\u0e17\u0e35\u0e48\u0e1d\u0e31\u0e07\u0e44\u0e27\u0e49 (\u0e40\u0e0a\u0e48\u0e19 https://user:pass@host/) \u0e16\u0e39\u0e01\u0e1a\u0e25\u0e47\u0e2d\u0e01"
|
|
142
|
+
},
|
|
143
|
+
"generated/Deprecation.ts | RtcpMuxPolicyNegotiate": {
|
|
144
|
+
"message": "\u0e15\u0e31\u0e27\u0e40\u0e25\u0e37\u0e2d\u0e01 rtcpMuxPolicy \u0e40\u0e25\u0e34\u0e01\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e41\u0e25\u0e49\u0e27\u0e41\u0e25\u0e30\u0e08\u0e30\u0e16\u0e39\u0e01\u0e19\u0e33\u0e2d\u0e2d\u0e01"
|
|
145
|
+
},
|
|
146
|
+
"generated/Deprecation.ts | SharedArrayBufferConstructedWithoutIsolation": {
|
|
147
|
+
"message": "SharedArrayBuffer \u0e08\u0e30\u0e15\u0e49\u0e2d\u0e07\u0e43\u0e0a\u0e49\u0e01\u0e32\u0e23\u0e41\u0e22\u0e01\u0e41\u0e1a\u0e1a\u0e02\u0e49\u0e32\u0e21\u0e15\u0e49\u0e19\u0e17\u0e32\u0e07 \u0e14\u0e39\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21\u0e44\u0e14\u0e49\u0e17\u0e35\u0e48 https://developer.chrome.com/blog/enabling-shared-array-buffer/"
|
|
148
|
+
},
|
|
149
|
+
"generated/Deprecation.ts | TextToSpeech_DisallowedByAutoplay": {
|
|
150
|
+
"message": "speechSynthesis.speak() \u0e41\u0e1a\u0e1a\u0e44\u0e21\u0e48\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e02\u0e2d\u0e07\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e40\u0e25\u0e34\u0e01\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e41\u0e25\u0e49\u0e27\u0e41\u0e25\u0e30\u0e08\u0e30\u0e16\u0e39\u0e01\u0e19\u0e33\u0e2d\u0e2d\u0e01"
|
|
151
|
+
},
|
|
152
|
+
"generated/Deprecation.ts | UnloadHandler": {
|
|
153
|
+
"message": "\u0e40\u0e25\u0e34\u0e01\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19 Listener \u0e40\u0e2b\u0e15\u0e38\u0e01\u0e32\u0e23\u0e13\u0e4c\u0e17\u0e35\u0e48\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01\u0e01\u0e32\u0e23\u0e42\u0e2b\u0e25\u0e14\u0e41\u0e25\u0e49\u0e27\u0e41\u0e25\u0e30\u0e08\u0e30\u0e16\u0e39\u0e01\u0e19\u0e33\u0e2d\u0e2d\u0e01"
|
|
154
|
+
},
|
|
155
|
+
"generated/Deprecation.ts | V8SharedArrayBufferConstructedInExtensionWithoutIsolation": {
|
|
156
|
+
"message": "\u0e2a\u0e48\u0e27\u0e19\u0e02\u0e22\u0e32\u0e22\u0e04\u0e27\u0e23\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e43\u0e0a\u0e49\u0e01\u0e32\u0e23\u0e41\u0e22\u0e01\u0e41\u0e1a\u0e1a\u0e02\u0e49\u0e32\u0e21\u0e15\u0e49\u0e19\u0e17\u0e32\u0e07\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e43\u0e0a\u0e49 SharedArrayBuffer \u0e15\u0e48\u0e2d \u0e14\u0e39 https://developer.chrome.com/docs/extensions/mv3/cross-origin-isolation/"
|
|
157
|
+
},
|
|
158
|
+
"generated/Deprecation.ts | WebGPULimitMaxInterStageShaderComponents": {
|
|
159
|
+
"message": "\u0e40\u0e25\u0e34\u0e01\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e02\u0e35\u0e14\u0e08\u0e33\u0e01\u0e31\u0e14 WebGPU maxInterStageShaderComponents \u0e41\u0e25\u0e49\u0e27 \u0e42\u0e1b\u0e23\u0e14\u0e43\u0e0a\u0e49\u0e02\u0e35\u0e14\u0e08\u0e33\u0e01\u0e31\u0e14 WebGPU maxInterStageShaderVariables \u0e41\u0e17\u0e19"
|
|
160
|
+
},
|
|
161
|
+
"generated/Deprecation.ts | WebSQL": {
|
|
162
|
+
"message": "SQL \u0e43\u0e19\u0e40\u0e27\u0e47\u0e1a\u0e40\u0e25\u0e34\u0e01\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e41\u0e25\u0e49\u0e27 \u0e42\u0e1b\u0e23\u0e14\u0e43\u0e0a\u0e49 SQLite WebAssembly \u0e2b\u0e23\u0e37\u0e2d\u0e10\u0e32\u0e19\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e17\u0e35\u0e48\u0e08\u0e31\u0e14\u0e17\u0e33\u0e14\u0e31\u0e0a\u0e19\u0e35\u0e41\u0e25\u0e49\u0e27"
|
|
163
|
+
},
|
|
164
|
+
"generated/Deprecation.ts | XHRJSONEncodingDetection": {
|
|
165
|
+
"message": "JSON \u0e02\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e15\u0e2d\u0e1a\u0e01\u0e25\u0e31\u0e1a\u0e44\u0e21\u0e48\u0e23\u0e2d\u0e07\u0e23\u0e31\u0e1a UTF-16 \u0e43\u0e19 XMLHttpRequest"
|
|
166
|
+
},
|
|
167
|
+
"generated/Deprecation.ts | XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload": {
|
|
168
|
+
"message": "XMLHttpRequest \u0e41\u0e1a\u0e1a\u0e1e\u0e23\u0e49\u0e2d\u0e21\u0e01\u0e31\u0e19\u0e43\u0e19\u0e0a\u0e38\u0e14\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e2b\u0e25\u0e31\u0e01\u0e40\u0e25\u0e34\u0e01\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e41\u0e25\u0e49\u0e27\u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e32\u0e01\u0e21\u0e35\u0e1c\u0e25\u0e01\u0e23\u0e30\u0e17\u0e1a\u0e17\u0e35\u0e48\u0e40\u0e1b\u0e47\u0e19\u0e2d\u0e31\u0e19\u0e15\u0e23\u0e32\u0e22\u0e15\u0e48\u0e2d\u0e1b\u0e23\u0e30\u0e2a\u0e1a\u0e01\u0e32\u0e23\u0e13\u0e4c\u0e02\u0e2d\u0e07\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e1b\u0e25\u0e32\u0e22\u0e17\u0e32\u0e07 \u0e14\u0e39\u0e04\u0e27\u0e32\u0e21\u0e0a\u0e48\u0e27\u0e22\u0e40\u0e2b\u0e25\u0e37\u0e2d\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21\u0e44\u0e14\u0e49\u0e17\u0e35\u0e48 https://xhr.spec.whatwg.org/"
|
|
169
|
+
},
|
|
170
|
+
"generated/Deprecation.ts | XRSupportsSession": {
|
|
171
|
+
"message": "supportsSession() \u0e40\u0e25\u0e34\u0e01\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e41\u0e25\u0e49\u0e27 \u0e42\u0e1b\u0e23\u0e14\u0e43\u0e0a\u0e49 isSessionSupported() \u0e41\u0e25\u0e30\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e04\u0e48\u0e32\u0e1a\u0e39\u0e25\u0e35\u0e19\u0e17\u0e35\u0e48\u0e41\u0e01\u0e49\u0e44\u0e02\u0e41\u0e25\u0e49\u0e27\u0e41\u0e17\u0e19"
|
|
172
|
+
},
|
|
2
173
|
"models/trace/insights/CLSCulprits.ts | description": {
|
|
3
174
|
"message": "\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e40\u0e25\u0e22\u0e4c\u0e40\u0e2d\u0e32\u0e15\u0e4c\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e2d\u0e07\u0e04\u0e4c\u0e1b\u0e23\u0e30\u0e01\u0e2d\u0e1a\u0e15\u0e48\u0e32\u0e07\u0e46 \u0e40\u0e04\u0e25\u0e37\u0e48\u0e2d\u0e19\u0e17\u0e35\u0e48\u0e42\u0e14\u0e22\u0e44\u0e21\u0e48\u0e21\u0e35\u0e01\u0e32\u0e23\u0e42\u0e15\u0e49\u0e15\u0e2d\u0e1a\u0e02\u0e2d\u0e07\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49 [\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e2a\u0e32\u0e40\u0e2b\u0e15\u0e38\u0e02\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e40\u0e25\u0e22\u0e4c\u0e40\u0e2d\u0e32\u0e15\u0e4c](https://web.dev/articles/optimize-cls) \u0e40\u0e0a\u0e48\u0e19 \u0e01\u0e32\u0e23\u0e40\u0e1e\u0e34\u0e48\u0e21 \u0e01\u0e32\u0e23\u0e19\u0e33\u0e2d\u0e2d\u0e01 \u0e2b\u0e23\u0e37\u0e2d\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1a\u0e1a\u0e2d\u0e31\u0e01\u0e29\u0e23\u0e02\u0e2d\u0e07\u0e2d\u0e07\u0e04\u0e4c\u0e1b\u0e23\u0e30\u0e01\u0e2d\u0e1a\u0e15\u0e48\u0e32\u0e07\u0e46 \u0e40\u0e21\u0e37\u0e48\u0e2d\u0e42\u0e2b\u0e25\u0e14\u0e2b\u0e19\u0e49\u0e32\u0e40\u0e27\u0e47\u0e1a"
|
|
4
175
|
},
|
|
@@ -6,7 +177,7 @@
|
|
|
6
177
|
"message": "\u0e2a\u0e32\u0e40\u0e2b\u0e15\u0e38\u0e02\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e40\u0e25\u0e22\u0e4c\u0e40\u0e2d\u0e32\u0e15\u0e4c"
|
|
7
178
|
},
|
|
8
179
|
"models/trace/insights/DOMSize.ts | description": {
|
|
9
|
-
"message": "DOM \u0e17\u0e35\u0e48\u0e21\u0e35\u0e02\u0e19\u0e32\u0e14\u0e43\u0e2b\u0e0d\u0e48\u0e08\u0e30\u0e43\u0e0a\u0e49\
|
|
180
|
+
"message": "DOM \u0e17\u0e35\u0e48\u0e21\u0e35\u0e02\u0e19\u0e32\u0e14\u0e43\u0e2b\u0e0d\u0e48\u0e08\u0e30\u0e43\u0e0a\u0e49\u0e40\u0e27\u0e25\u0e32\u0e19\u0e32\u0e19\u0e02\u0e36\u0e49\u0e19\u0e43\u0e19\u0e01\u0e32\u0e23\u0e04\u0e33\u0e19\u0e27\u0e13\u0e2a\u0e44\u0e15\u0e25\u0e4c\u0e41\u0e25\u0e30\u0e01\u0e32\u0e23\u0e08\u0e31\u0e14\u0e40\u0e23\u0e35\u0e22\u0e07\u0e40\u0e25\u0e22\u0e4c\u0e40\u0e2d\u0e32\u0e15\u0e4c\u0e43\u0e2b\u0e21\u0e48 \u0e0b\u0e36\u0e48\u0e07\u0e2a\u0e48\u0e07\u0e1c\u0e25\u0e15\u0e48\u0e2d\u0e01\u0e32\u0e23\u0e15\u0e2d\u0e1a\u0e2a\u0e19\u0e2d\u0e07\u0e02\u0e2d\u0e07\u0e2b\u0e19\u0e49\u0e32\u0e40\u0e27\u0e47\u0e1a \u0e19\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e19\u0e35\u0e49 DOM \u0e17\u0e35\u0e48\u0e21\u0e35\u0e02\u0e19\u0e32\u0e14\u0e43\u0e2b\u0e0d\u0e48\u0e08\u0e30\u0e43\u0e0a\u0e49\u0e2b\u0e19\u0e48\u0e27\u0e22\u0e04\u0e27\u0e32\u0e21\u0e08\u0e33\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e02\u0e36\u0e49\u0e19\u0e14\u0e49\u0e27\u0e22 [\u0e14\u0e39\u0e27\u0e34\u0e18\u0e35\u0e2b\u0e25\u0e35\u0e01\u0e40\u0e25\u0e35\u0e48\u0e22\u0e07 DOM \u0e17\u0e35\u0e48\u0e21\u0e35\u0e02\u0e19\u0e32\u0e14\u0e43\u0e2b\u0e0d\u0e48\u0e40\u0e01\u0e34\u0e19\u0e44\u0e1b](https://developer.chrome.com/docs/lighthouse/performance/dom-size/)"
|
|
10
181
|
},
|
|
11
182
|
"models/trace/insights/DOMSize.ts | title": {
|
|
12
183
|
"message": "\u0e1b\u0e23\u0e31\u0e1a\u0e02\u0e19\u0e32\u0e14 DOM \u0e43\u0e2b\u0e49\u0e40\u0e2b\u0e21\u0e32\u0e30\u0e2a\u0e21"
|
|
@@ -23,6 +194,12 @@
|
|
|
23
194
|
"models/trace/insights/FontDisplay.ts | title": {
|
|
24
195
|
"message": "\u0e01\u0e32\u0e23\u0e41\u0e2a\u0e14\u0e07\u0e41\u0e1a\u0e1a\u0e2d\u0e31\u0e01\u0e29\u0e23"
|
|
25
196
|
},
|
|
197
|
+
"models/trace/insights/ForcedReflow.ts | description": {
|
|
198
|
+
"message": "API \u0e2b\u0e25\u0e32\u0e22\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23 \u0e0b\u0e36\u0e48\u0e07\u0e42\u0e14\u0e22\u0e1b\u0e01\u0e15\u0e34\u0e08\u0e30\u0e2d\u0e48\u0e32\u0e19\u0e23\u0e39\u0e1b\u0e17\u0e23\u0e07\u0e40\u0e23\u0e02\u0e32\u0e04\u0e13\u0e34\u0e15\u0e02\u0e2d\u0e07\u0e40\u0e25\u0e22\u0e4c\u0e40\u0e2d\u0e32\u0e15\u0e4c \u0e1a\u0e31\u0e07\u0e04\u0e31\u0e1a\u0e43\u0e2b\u0e49\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e21\u0e37\u0e2d\u0e41\u0e2a\u0e14\u0e07\u0e1c\u0e25\u0e2b\u0e22\u0e38\u0e14\u0e01\u0e32\u0e23\u0e17\u0e33\u0e07\u0e32\u0e19\u0e02\u0e2d\u0e07\u0e2a\u0e04\u0e23\u0e34\u0e1b\u0e15\u0e4c\u0e0a\u0e31\u0e48\u0e27\u0e04\u0e23\u0e32\u0e27\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e04\u0e33\u0e19\u0e27\u0e13\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a\u0e41\u0e25\u0e30\u0e40\u0e25\u0e22\u0e4c\u0e40\u0e2d\u0e32\u0e15\u0e4c \u0e14\u0e39\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a[\u0e01\u0e32\u0e23\u0e1a\u0e31\u0e07\u0e04\u0e31\u0e1a\u0e43\u0e2b\u0e49\u0e08\u0e31\u0e14\u0e40\u0e23\u0e35\u0e22\u0e07\u0e43\u0e2b\u0e21\u0e48](https://developers.google.com/web/fundamentals/performance/rendering/avoid-large-complex-layouts-and-layout-thrashing#avoid-forced-synchronous-layouts)\u0e41\u0e25\u0e30\u0e01\u0e32\u0e23\u0e25\u0e14\u0e1c\u0e25\u0e01\u0e23\u0e30\u0e17\u0e1a"
|
|
199
|
+
},
|
|
200
|
+
"models/trace/insights/ForcedReflow.ts | title": {
|
|
201
|
+
"message": "\u0e01\u0e32\u0e23\u0e1a\u0e31\u0e07\u0e04\u0e31\u0e1a\u0e43\u0e2b\u0e49\u0e08\u0e31\u0e14\u0e40\u0e23\u0e35\u0e22\u0e07\u0e43\u0e2b\u0e21\u0e48"
|
|
202
|
+
},
|
|
26
203
|
"models/trace/insights/ImageDelivery.ts | description": {
|
|
27
204
|
"message": "\u0e01\u0e32\u0e23\u0e25\u0e14\u0e40\u0e27\u0e25\u0e32\u0e14\u0e32\u0e27\u0e19\u0e4c\u0e42\u0e2b\u0e25\u0e14\u0e23\u0e39\u0e1b\u0e20\u0e32\u0e1e\u0e08\u0e30\u0e0a\u0e48\u0e27\u0e22\u0e1b\u0e23\u0e31\u0e1a\u0e1b\u0e23\u0e38\u0e07\u0e40\u0e27\u0e25\u0e32\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49\u0e43\u0e19\u0e01\u0e32\u0e23\u0e42\u0e2b\u0e25\u0e14\u0e17\u0e35\u0e48\u0e23\u0e31\u0e1a\u0e23\u0e39\u0e49\u0e02\u0e2d\u0e07\u0e2b\u0e19\u0e49\u0e32\u0e40\u0e27\u0e47\u0e1a\u0e41\u0e25\u0e30 LCP \u0e44\u0e14\u0e49 [\u0e14\u0e39\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e1b\u0e23\u0e30\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e20\u0e32\u0e1e\u0e02\u0e19\u0e32\u0e14\u0e23\u0e39\u0e1b\u0e20\u0e32\u0e1e](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 \u0e15\u0e32\u0e21\u0e23\u0e30\u0e22\u0e30"
|
|
61
238
|
},
|
|
239
|
+
"models/trace/insights/LongCriticalNetworkTree.ts | description": {
|
|
240
|
+
"message": "[\u0e2b\u0e25\u0e35\u0e01\u0e40\u0e25\u0e35\u0e48\u0e22\u0e07\u0e01\u0e32\u0e23\u0e40\u0e0a\u0e19\u0e04\u0e33\u0e02\u0e2d\u0e17\u0e35\u0e48\u0e2a\u0e33\u0e04\u0e31\u0e0d](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains)\u0e42\u0e14\u0e22\u0e25\u0e14\u0e04\u0e27\u0e32\u0e21\u0e22\u0e32\u0e27\u0e02\u0e2d\u0e07\u0e40\u0e0a\u0e19 \u0e25\u0e14\u0e02\u0e19\u0e32\u0e14\u0e01\u0e32\u0e23\u0e14\u0e32\u0e27\u0e19\u0e4c\u0e42\u0e2b\u0e25\u0e14\u0e02\u0e2d\u0e07\u0e17\u0e23\u0e31\u0e1e\u0e22\u0e32\u0e01\u0e23 \u0e2b\u0e23\u0e37\u0e2d\u0e40\u0e25\u0e37\u0e48\u0e2d\u0e19\u0e40\u0e27\u0e25\u0e32\u0e01\u0e32\u0e23\u0e14\u0e32\u0e27\u0e19\u0e4c\u0e42\u0e2b\u0e25\u0e14\u0e17\u0e23\u0e31\u0e1e\u0e22\u0e32\u0e01\u0e23\u0e17\u0e35\u0e48\u0e44\u0e21\u0e48\u0e08\u0e33\u0e40\u0e1b\u0e47\u0e19\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e1b\u0e23\u0e31\u0e1a\u0e1b\u0e23\u0e38\u0e07\u0e01\u0e32\u0e23\u0e42\u0e2b\u0e25\u0e14\u0e2b\u0e19\u0e49\u0e32\u0e40\u0e27\u0e47\u0e1a"
|
|
241
|
+
},
|
|
242
|
+
"models/trace/insights/LongCriticalNetworkTree.ts | title": {
|
|
243
|
+
"message": "\u0e01\u0e32\u0e23\u0e40\u0e0a\u0e19\u0e04\u0e33\u0e02\u0e2d\u0e40\u0e04\u0e23\u0e37\u0e2d\u0e02\u0e48\u0e32\u0e22\u0e17\u0e35\u0e48\u0e2a\u0e33\u0e04\u0e31\u0e0d"
|
|
244
|
+
},
|
|
62
245
|
"models/trace/insights/RenderBlocking.ts | description": {
|
|
63
246
|
"message": "\u0e04\u0e33\u0e02\u0e2d\u0e01\u0e33\u0e25\u0e31\u0e07\u0e1a\u0e25\u0e47\u0e2d\u0e01\u0e01\u0e32\u0e23\u0e41\u0e2a\u0e14\u0e07\u0e1c\u0e25\u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19\u0e02\u0e2d\u0e07\u0e2b\u0e19\u0e49\u0e32\u0e40\u0e27\u0e47\u0e1a \u0e0b\u0e36\u0e48\u0e07\u0e2d\u0e32\u0e08\u0e17\u0e33\u0e43\u0e2b\u0e49 LCP \u0e25\u0e48\u0e32\u0e0a\u0e49\u0e32 [\u0e01\u0e32\u0e23\u0e40\u0e25\u0e37\u0e48\u0e2d\u0e19\u0e40\u0e27\u0e25\u0e32\u0e2b\u0e23\u0e37\u0e2d\u0e41\u0e17\u0e23\u0e01\u0e43\u0e19\u0e2b\u0e19\u0e49\u0e32](https://web.dev/learn/performance/understanding-the-critical-path#render-blocking_resources/)\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e22\u0e49\u0e32\u0e22\u0e04\u0e33\u0e02\u0e2d\u0e40\u0e04\u0e23\u0e37\u0e2d\u0e02\u0e48\u0e32\u0e22\u0e40\u0e2b\u0e25\u0e48\u0e32\u0e19\u0e35\u0e49\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e40\u0e2a\u0e49\u0e19\u0e17\u0e32\u0e07\u0e17\u0e35\u0e48\u0e2a\u0e33\u0e04\u0e31\u0e0d\u0e44\u0e14\u0e49"
|
|
64
247
|
},
|
|
@@ -82,5 +265,365 @@
|
|
|
82
265
|
},
|
|
83
266
|
"models/trace/insights/Viewport.ts | title": {
|
|
84
267
|
"message": "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e1b\u0e23\u0e30\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e20\u0e32\u0e1e\u0e27\u0e34\u0e27\u0e1e\u0e2d\u0e23\u0e4c\u0e15\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e2d\u0e38\u0e1b\u0e01\u0e23\u0e13\u0e4c\u0e40\u0e04\u0e25\u0e37\u0e48\u0e2d\u0e19\u0e17\u0e35\u0e48"
|
|
268
|
+
},
|
|
269
|
+
"panels/application/components/BackForwardCacheStrings.ts | HTTPMethodNotGET": {
|
|
270
|
+
"message": "\u0e40\u0e09\u0e1e\u0e32\u0e30\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e42\u0e2b\u0e25\u0e14\u0e1c\u0e48\u0e32\u0e19\u0e04\u0e33\u0e02\u0e2d GET \u0e40\u0e17\u0e48\u0e32\u0e19\u0e31\u0e49\u0e19\u0e17\u0e35\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
271
|
+
},
|
|
272
|
+
"panels/application/components/BackForwardCacheStrings.ts | HTTPStatusNotOK": {
|
|
273
|
+
"message": "\u0e40\u0e09\u0e1e\u0e32\u0e30\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e21\u0e35\u0e23\u0e2b\u0e31\u0e2a\u0e2a\u0e16\u0e32\u0e19\u0e30 2XX \u0e40\u0e17\u0e48\u0e32\u0e19\u0e31\u0e49\u0e19\u0e17\u0e35\u0e48\u0e41\u0e04\u0e0a\u0e44\u0e14\u0e49"
|
|
274
|
+
},
|
|
275
|
+
"panels/application/components/BackForwardCacheStrings.ts | JavaScriptExecution": {
|
|
276
|
+
"message": "Chrome \u0e15\u0e23\u0e27\u0e08\u0e1e\u0e1a\u0e04\u0e27\u0e32\u0e21\u0e1e\u0e22\u0e32\u0e22\u0e32\u0e21\u0e17\u0e35\u0e48\u0e08\u0e30\u0e40\u0e23\u0e35\u0e22\u0e01\u0e43\u0e0a\u0e49 JavaScript \u0e02\u0e13\u0e30\u0e2d\u0e22\u0e39\u0e48\u0e43\u0e19\u0e41\u0e04\u0e0a"
|
|
277
|
+
},
|
|
278
|
+
"panels/application/components/BackForwardCacheStrings.ts | appBanner": {
|
|
279
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e02\u0e2d AppBanner \u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
280
|
+
},
|
|
281
|
+
"panels/application/components/BackForwardCacheStrings.ts | backForwardCacheDisabled": {
|
|
282
|
+
"message": "\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07\u0e16\u0e39\u0e01\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e08\u0e32\u0e01\u0e01\u0e32\u0e23\u0e41\u0e08\u0e49\u0e07\u0e27\u0e48\u0e32\u0e44\u0e21\u0e48\u0e40\u0e2b\u0e21\u0e32\u0e30\u0e2a\u0e21 \u0e44\u0e1b\u0e17\u0e35\u0e48 chrome://flags/#back-forward-cache \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e43\u0e19\u0e2d\u0e38\u0e1b\u0e01\u0e23\u0e13\u0e4c\u0e19\u0e35\u0e49\u0e42\u0e14\u0e22\u0e15\u0e23\u0e07"
|
|
283
|
+
},
|
|
284
|
+
"panels/application/components/BackForwardCacheStrings.ts | backForwardCacheDisabledByCommandLine": {
|
|
285
|
+
"message": "\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07\u0e16\u0e39\u0e01\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e42\u0e14\u0e22\u0e1a\u0e23\u0e23\u0e17\u0e31\u0e14\u0e04\u0e33\u0e2a\u0e31\u0e48\u0e07"
|
|
286
|
+
},
|
|
287
|
+
"panels/application/components/BackForwardCacheStrings.ts | backForwardCacheDisabledByLowMemory": {
|
|
288
|
+
"message": "\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07\u0e16\u0e39\u0e01\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e32\u0e01\u0e2b\u0e19\u0e48\u0e27\u0e22\u0e04\u0e27\u0e32\u0e21\u0e08\u0e33\u0e44\u0e21\u0e48\u0e1e\u0e2d"
|
|
289
|
+
},
|
|
290
|
+
"panels/application/components/BackForwardCacheStrings.ts | backForwardCacheDisabledForDelegate": {
|
|
291
|
+
"message": "Delegate \u0e44\u0e21\u0e48\u0e23\u0e2d\u0e07\u0e23\u0e31\u0e1a\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
292
|
+
},
|
|
293
|
+
"panels/application/components/BackForwardCacheStrings.ts | backForwardCacheDisabledForPrerender": {
|
|
294
|
+
"message": "\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07\u0e16\u0e39\u0e01\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e15\u0e31\u0e27\u0e41\u0e2a\u0e14\u0e07\u0e1c\u0e25\u0e25\u0e48\u0e27\u0e07\u0e2b\u0e19\u0e49\u0e32"
|
|
295
|
+
},
|
|
296
|
+
"panels/application/components/BackForwardCacheStrings.ts | broadcastChannel": {
|
|
297
|
+
"message": "\u0e41\u0e04\u0e0a\u0e2b\u0e19\u0e49\u0e32\u0e19\u0e35\u0e49\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e40\u0e1e\u0e23\u0e32\u0e30\u0e21\u0e35\u0e2d\u0e34\u0e19\u0e2a\u0e41\u0e15\u0e19\u0e0b\u0e4c BroadcastChannel \u0e17\u0e35\u0e48 Listener \u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u0e44\u0e27\u0e49"
|
|
298
|
+
},
|
|
299
|
+
"panels/application/components/BackForwardCacheStrings.ts | cacheControlNoStore": {
|
|
300
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e21\u0e35\u0e2a\u0e48\u0e27\u0e19\u0e2b\u0e31\u0e27 cache-control:no-store \u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e02\u0e49\u0e32\u0e16\u0e36\u0e07\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
301
|
+
},
|
|
302
|
+
"panels/application/components/BackForwardCacheStrings.ts | cacheFlushed": {
|
|
303
|
+
"message": "\u0e21\u0e35\u0e01\u0e32\u0e23\u0e25\u0e49\u0e32\u0e07\u0e41\u0e04\u0e0a\u0e42\u0e14\u0e22\u0e15\u0e31\u0e49\u0e07\u0e43\u0e08"
|
|
304
|
+
},
|
|
305
|
+
"panels/application/components/BackForwardCacheStrings.ts | cacheLimit": {
|
|
306
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e19\u0e35\u0e49\u0e16\u0e39\u0e01\u0e19\u0e33\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e41\u0e04\u0e0a\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e43\u0e2b\u0e49\u0e41\u0e04\u0e0a\u0e2b\u0e19\u0e49\u0e32\u0e2d\u0e37\u0e48\u0e19\u0e44\u0e14\u0e49"
|
|
307
|
+
},
|
|
308
|
+
"panels/application/components/BackForwardCacheStrings.ts | containsPlugins": {
|
|
309
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e21\u0e35\u0e1b\u0e25\u0e31\u0e4a\u0e01\u0e2d\u0e34\u0e19\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
310
|
+
},
|
|
311
|
+
"panels/application/components/BackForwardCacheStrings.ts | contentDiscarded": {
|
|
312
|
+
"message": "\u0e44\u0e21\u0e48\u0e23\u0e30\u0e1a\u0e38"
|
|
313
|
+
},
|
|
314
|
+
"panels/application/components/BackForwardCacheStrings.ts | contentFileChooser": {
|
|
315
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49 FileChooser API \u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
316
|
+
},
|
|
317
|
+
"panels/application/components/BackForwardCacheStrings.ts | contentFileSystemAccess": {
|
|
318
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49 File System Access API \u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
319
|
+
},
|
|
320
|
+
"panels/application/components/BackForwardCacheStrings.ts | contentMediaDevicesDispatcherHost": {
|
|
321
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49\u0e15\u0e31\u0e27\u0e2a\u0e48\u0e07\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e2d\u0e38\u0e1b\u0e01\u0e23\u0e13\u0e4c\u0e2a\u0e37\u0e48\u0e2d\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
322
|
+
},
|
|
323
|
+
"panels/application/components/BackForwardCacheStrings.ts | contentMediaPlay": {
|
|
324
|
+
"message": "\u0e21\u0e35\u0e40\u0e14\u0e35\u0e22\u0e40\u0e1e\u0e25\u0e40\u0e22\u0e2d\u0e23\u0e4c\u0e01\u0e33\u0e25\u0e31\u0e07\u0e40\u0e25\u0e48\u0e19\u0e2d\u0e22\u0e39\u0e48\u0e02\u0e13\u0e30\u0e17\u0e35\u0e48\u0e21\u0e35\u0e01\u0e32\u0e23\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e2b\u0e19\u0e49\u0e32\u0e44\u0e1b"
|
|
325
|
+
},
|
|
326
|
+
"panels/application/components/BackForwardCacheStrings.ts | contentMediaSession": {
|
|
327
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49 MediaSession API \u0e41\u0e25\u0e30\u0e21\u0e35\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e2a\u0e16\u0e32\u0e19\u0e30\u0e01\u0e32\u0e23\u0e40\u0e25\u0e48\u0e19\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
328
|
+
},
|
|
329
|
+
"panels/application/components/BackForwardCacheStrings.ts | contentMediaSessionService": {
|
|
330
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49 MediaSession API \u0e41\u0e25\u0e30\u0e21\u0e35\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e15\u0e31\u0e27\u0e08\u0e31\u0e14\u0e01\u0e32\u0e23\u0e01\u0e32\u0e23\u0e17\u0e33\u0e07\u0e32\u0e19\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
331
|
+
},
|
|
332
|
+
"panels/application/components/BackForwardCacheStrings.ts | contentScreenReader": {
|
|
333
|
+
"message": "\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07\u0e16\u0e39\u0e01\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e32\u0e01\u0e42\u0e1b\u0e23\u0e41\u0e01\u0e23\u0e21\u0e2d\u0e48\u0e32\u0e19\u0e2b\u0e19\u0e49\u0e32\u0e08\u0e2d"
|
|
334
|
+
},
|
|
335
|
+
"panels/application/components/BackForwardCacheStrings.ts | contentSecurityHandler": {
|
|
336
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49 SecurityHandler \u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
337
|
+
},
|
|
338
|
+
"panels/application/components/BackForwardCacheStrings.ts | contentSerial": {
|
|
339
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49 Serial API \u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
340
|
+
},
|
|
341
|
+
"panels/application/components/BackForwardCacheStrings.ts | contentWebAuthenticationAPI": {
|
|
342
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49 WebAuthetication API \u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
343
|
+
},
|
|
344
|
+
"panels/application/components/BackForwardCacheStrings.ts | contentWebBluetooth": {
|
|
345
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49 WebBluetooth API \u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
346
|
+
},
|
|
347
|
+
"panels/application/components/BackForwardCacheStrings.ts | contentWebUSB": {
|
|
348
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49 WebUSB API \u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
349
|
+
},
|
|
350
|
+
"panels/application/components/BackForwardCacheStrings.ts | cookieDisabled": {
|
|
351
|
+
"message": "Back/Forward Cache \u0e16\u0e39\u0e01\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e32\u0e01\u0e21\u0e35\u0e01\u0e32\u0e23\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e04\u0e38\u0e01\u0e01\u0e35\u0e49\u0e43\u0e19\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49 Cache-Control: no-store"
|
|
352
|
+
},
|
|
353
|
+
"panels/application/components/BackForwardCacheStrings.ts | dedicatedWorkerOrWorklet": {
|
|
354
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49 Dedicated Worker \u0e2b\u0e23\u0e37\u0e2d Worklet \u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
355
|
+
},
|
|
356
|
+
"panels/application/components/BackForwardCacheStrings.ts | documentLoaded": {
|
|
357
|
+
"message": "\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23\u0e42\u0e2b\u0e25\u0e14\u0e44\u0e21\u0e48\u0e40\u0e2a\u0e23\u0e47\u0e08\u0e01\u0e48\u0e2d\u0e19\u0e17\u0e35\u0e48\u0e08\u0e30\u0e21\u0e35\u0e01\u0e32\u0e23\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e2b\u0e19\u0e49\u0e32\u0e44\u0e1b"
|
|
358
|
+
},
|
|
359
|
+
"panels/application/components/BackForwardCacheStrings.ts | embedderAppBannerManager": {
|
|
360
|
+
"message": "\u0e1e\u0e1a\u0e41\u0e1a\u0e19\u0e40\u0e19\u0e2d\u0e23\u0e4c\u0e41\u0e2d\u0e1b\u0e02\u0e13\u0e30\u0e17\u0e35\u0e48\u0e21\u0e35\u0e01\u0e32\u0e23\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e2b\u0e19\u0e49\u0e32"
|
|
361
|
+
},
|
|
362
|
+
"panels/application/components/BackForwardCacheStrings.ts | embedderChromePasswordManagerClientBindCredentialManager": {
|
|
363
|
+
"message": "\u0e1e\u0e1a\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e21\u0e37\u0e2d\u0e08\u0e31\u0e14\u0e01\u0e32\u0e23\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e02\u0e2d\u0e07 Chrome \u0e02\u0e13\u0e30\u0e17\u0e35\u0e48\u0e21\u0e35\u0e01\u0e32\u0e23\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e2b\u0e19\u0e49\u0e32"
|
|
364
|
+
},
|
|
365
|
+
"panels/application/components/BackForwardCacheStrings.ts | embedderDomDistillerSelfDeletingRequestDelegate": {
|
|
366
|
+
"message": "\u0e01\u0e33\u0e25\u0e31\u0e07\u0e41\u0e22\u0e01\u0e40\u0e2d\u0e25\u0e34\u0e40\u0e21\u0e19\u0e15\u0e4c DOM \u0e02\u0e13\u0e30\u0e17\u0e35\u0e48\u0e21\u0e35\u0e01\u0e32\u0e23\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e2b\u0e19\u0e49\u0e32"
|
|
367
|
+
},
|
|
368
|
+
"panels/application/components/BackForwardCacheStrings.ts | embedderDomDistillerViewerSource": {
|
|
369
|
+
"message": "\u0e1e\u0e1a\u0e42\u0e1b\u0e23\u0e41\u0e01\u0e23\u0e21\u0e14\u0e39\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e21\u0e37\u0e2d\u0e41\u0e22\u0e01\u0e40\u0e2d\u0e25\u0e34\u0e40\u0e21\u0e19\u0e15\u0e4c DOM \u0e02\u0e13\u0e30\u0e17\u0e35\u0e48\u0e21\u0e35\u0e01\u0e32\u0e23\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e2b\u0e19\u0e49\u0e32"
|
|
370
|
+
},
|
|
371
|
+
"panels/application/components/BackForwardCacheStrings.ts | embedderExtensionMessaging": {
|
|
372
|
+
"message": "\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07\u0e16\u0e39\u0e01\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e32\u0e01\u0e2a\u0e48\u0e27\u0e19\u0e02\u0e22\u0e32\u0e22\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49 API \u0e01\u0e32\u0e23\u0e23\u0e31\u0e1a\u0e2a\u0e48\u0e07\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21"
|
|
373
|
+
},
|
|
374
|
+
"panels/application/components/BackForwardCacheStrings.ts | embedderExtensionMessagingForOpenPort": {
|
|
375
|
+
"message": "\u0e2a\u0e48\u0e27\u0e19\u0e02\u0e22\u0e32\u0e22\u0e17\u0e35\u0e48\u0e21\u0e35\u0e01\u0e32\u0e23\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e15\u0e48\u0e2d\u0e23\u0e30\u0e22\u0e30\u0e40\u0e27\u0e25\u0e32\u0e19\u0e32\u0e19\u0e04\u0e27\u0e23\u0e1b\u0e34\u0e14\u0e01\u0e32\u0e23\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e15\u0e48\u0e2d\u0e01\u0e48\u0e2d\u0e19\u0e17\u0e35\u0e48\u0e08\u0e30\u0e08\u0e31\u0e14\u0e40\u0e01\u0e47\u0e1a\u0e44\u0e27\u0e49\u0e43\u0e19\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
376
|
+
},
|
|
377
|
+
"panels/application/components/BackForwardCacheStrings.ts | embedderExtensionSentMessageToCachedFrame": {
|
|
378
|
+
"message": "\u0e2a\u0e48\u0e27\u0e19\u0e02\u0e22\u0e32\u0e22\u0e17\u0e35\u0e48\u0e21\u0e35\u0e01\u0e32\u0e23\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e15\u0e48\u0e2d\u0e23\u0e30\u0e22\u0e30\u0e40\u0e27\u0e25\u0e32\u0e19\u0e32\u0e19\u0e1e\u0e22\u0e32\u0e22\u0e32\u0e21\u0e2a\u0e48\u0e07\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e16\u0e36\u0e07\u0e40\u0e1f\u0e23\u0e21\u0e43\u0e19\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
379
|
+
},
|
|
380
|
+
"panels/application/components/BackForwardCacheStrings.ts | embedderExtensions": {
|
|
381
|
+
"message": "\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07\u0e16\u0e39\u0e01\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e32\u0e01\u0e2a\u0e48\u0e27\u0e19\u0e02\u0e22\u0e32\u0e22"
|
|
382
|
+
},
|
|
383
|
+
"panels/application/components/BackForwardCacheStrings.ts | embedderModalDialog": {
|
|
384
|
+
"message": "\u0e01\u0e25\u0e48\u0e2d\u0e07\u0e42\u0e15\u0e49\u0e15\u0e2d\u0e1a\u0e42\u0e21\u0e14\u0e31\u0e25 \u0e40\u0e0a\u0e48\u0e19 \u0e01\u0e32\u0e23\u0e2a\u0e48\u0e07\u0e41\u0e1a\u0e1a\u0e1f\u0e2d\u0e23\u0e4c\u0e21\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07\u0e2b\u0e23\u0e37\u0e2d\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19 HTTP \u0e41\u0e2a\u0e14\u0e07\u0e02\u0e36\u0e49\u0e19\u0e02\u0e13\u0e30\u0e17\u0e35\u0e48\u0e21\u0e35\u0e01\u0e32\u0e23\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e2b\u0e19\u0e49\u0e32"
|
|
385
|
+
},
|
|
386
|
+
"panels/application/components/BackForwardCacheStrings.ts | embedderOfflinePage": {
|
|
387
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e41\u0e1a\u0e1a\u0e2d\u0e2d\u0e1f\u0e44\u0e25\u0e19\u0e4c\u0e41\u0e2a\u0e14\u0e07\u0e02\u0e36\u0e49\u0e19\u0e02\u0e13\u0e30\u0e17\u0e35\u0e48\u0e21\u0e35\u0e01\u0e32\u0e23\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e2b\u0e19\u0e49\u0e32"
|
|
388
|
+
},
|
|
389
|
+
"panels/application/components/BackForwardCacheStrings.ts | embedderOomInterventionTabHelper": {
|
|
390
|
+
"message": "\u0e1e\u0e1a\u0e41\u0e16\u0e1a\u0e01\u0e32\u0e23\u0e41\u0e17\u0e23\u0e01\u0e41\u0e0b\u0e07 \"\u0e2b\u0e19\u0e48\u0e27\u0e22\u0e04\u0e27\u0e32\u0e21\u0e08\u0e33\u0e44\u0e21\u0e48\u0e40\u0e1e\u0e35\u0e22\u0e07\u0e1e\u0e2d\" \u0e02\u0e13\u0e30\u0e17\u0e35\u0e48\u0e21\u0e35\u0e01\u0e32\u0e23\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e2b\u0e19\u0e49\u0e32"
|
|
391
|
+
},
|
|
392
|
+
"panels/application/components/BackForwardCacheStrings.ts | embedderPermissionRequestManager": {
|
|
393
|
+
"message": "\u0e21\u0e35\u0e04\u0e33\u0e02\u0e2d\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e4c\u0e02\u0e13\u0e30\u0e17\u0e35\u0e48\u0e21\u0e35\u0e01\u0e32\u0e23\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e2b\u0e19\u0e49\u0e32"
|
|
394
|
+
},
|
|
395
|
+
"panels/application/components/BackForwardCacheStrings.ts | embedderPopupBlockerTabHelper": {
|
|
396
|
+
"message": "\u0e1e\u0e1a\u0e15\u0e31\u0e27\u0e1a\u0e25\u0e47\u0e2d\u0e01\u0e1b\u0e47\u0e2d\u0e1b\u0e2d\u0e31\u0e1b\u0e02\u0e13\u0e30\u0e17\u0e35\u0e48\u0e21\u0e35\u0e01\u0e32\u0e23\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e2b\u0e19\u0e49\u0e32"
|
|
397
|
+
},
|
|
398
|
+
"panels/application/components/BackForwardCacheStrings.ts | embedderSafeBrowsingThreatDetails": {
|
|
399
|
+
"message": "\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14 Google Safe Browsing \u0e41\u0e2a\u0e14\u0e07\u0e02\u0e36\u0e49\u0e19\u0e02\u0e13\u0e30\u0e17\u0e35\u0e48\u0e21\u0e35\u0e01\u0e32\u0e23\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e2b\u0e19\u0e49\u0e32"
|
|
400
|
+
},
|
|
401
|
+
"panels/application/components/BackForwardCacheStrings.ts | embedderSafeBrowsingTriggeredPopupBlocker": {
|
|
402
|
+
"message": "Google Safe Browsing \u0e16\u0e37\u0e2d\u0e27\u0e48\u0e32\u0e2b\u0e19\u0e49\u0e32\u0e19\u0e35\u0e49\u0e21\u0e35\u0e01\u0e32\u0e23\u0e25\u0e30\u0e40\u0e21\u0e34\u0e14\u0e41\u0e25\u0e30\u0e44\u0e14\u0e49\u0e1a\u0e25\u0e47\u0e2d\u0e01\u0e1b\u0e4a\u0e2d\u0e1b\u0e2d\u0e31\u0e1b"
|
|
403
|
+
},
|
|
404
|
+
"panels/application/components/BackForwardCacheStrings.ts | enteredBackForwardCacheBeforeServiceWorkerHostAdded": {
|
|
405
|
+
"message": "\u0e21\u0e35\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19 Service Worker \u0e02\u0e13\u0e30\u0e17\u0e35\u0e48\u0e2b\u0e19\u0e49\u0e32\u0e2d\u0e22\u0e39\u0e48\u0e43\u0e19\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
406
|
+
},
|
|
407
|
+
"panels/application/components/BackForwardCacheStrings.ts | errorDocument": {
|
|
408
|
+
"message": "\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49 Back-Forward Cache \u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e32\u0e01\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14"
|
|
409
|
+
},
|
|
410
|
+
"panels/application/components/BackForwardCacheStrings.ts | fencedFramesEmbedder": {
|
|
411
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49 FencedFrames \u0e08\u0e31\u0e14\u0e40\u0e01\u0e47\u0e1a\u0e43\u0e19 bfcache \u0e44\u0e21\u0e48\u0e44\u0e14\u0e49"
|
|
412
|
+
},
|
|
413
|
+
"panels/application/components/BackForwardCacheStrings.ts | foregroundCacheLimit": {
|
|
414
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e19\u0e35\u0e49\u0e16\u0e39\u0e01\u0e19\u0e33\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e41\u0e04\u0e0a\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e43\u0e2b\u0e49\u0e41\u0e04\u0e0a\u0e2b\u0e19\u0e49\u0e32\u0e2d\u0e37\u0e48\u0e19\u0e44\u0e14\u0e49"
|
|
415
|
+
},
|
|
416
|
+
"panels/application/components/BackForwardCacheStrings.ts | grantedMediaStreamAccess": {
|
|
417
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e43\u0e2b\u0e49\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e4c\u0e2a\u0e15\u0e23\u0e35\u0e21\u0e2a\u0e37\u0e48\u0e2d\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
418
|
+
},
|
|
419
|
+
"panels/application/components/BackForwardCacheStrings.ts | haveInnerContents": {
|
|
420
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e21\u0e35\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e1a\u0e32\u0e07\u0e0a\u0e19\u0e34\u0e14\u0e1d\u0e31\u0e07\u0e2d\u0e22\u0e39\u0e48 (\u0e40\u0e0a\u0e48\u0e19 PDF) \u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e21\u0e35\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e4c\u0e43\u0e0a\u0e49\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c Back-Forward Cache \u0e43\u0e19\u0e02\u0e13\u0e30\u0e19\u0e35\u0e49"
|
|
421
|
+
},
|
|
422
|
+
"panels/application/components/BackForwardCacheStrings.ts | idleManager": {
|
|
423
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49 IdleManager \u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
424
|
+
},
|
|
425
|
+
"panels/application/components/BackForwardCacheStrings.ts | indexedDBConnection": {
|
|
426
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e21\u0e35\u0e01\u0e32\u0e23\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e15\u0e48\u0e2d IndexedDB \u0e41\u0e1a\u0e1a\u0e40\u0e1b\u0e34\u0e14\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
427
|
+
},
|
|
428
|
+
"panels/application/components/BackForwardCacheStrings.ts | indexedDBEvent": {
|
|
429
|
+
"message": "Back-Forward Cache \u0e16\u0e39\u0e01\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e32\u0e01\u0e40\u0e2b\u0e15\u0e38\u0e01\u0e32\u0e23\u0e13\u0e4c IndexedDB"
|
|
430
|
+
},
|
|
431
|
+
"panels/application/components/BackForwardCacheStrings.ts | ineligibleAPI": {
|
|
432
|
+
"message": "\u0e21\u0e35\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49 API \u0e17\u0e35\u0e48\u0e44\u0e21\u0e48\u0e21\u0e35\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e4c"
|
|
433
|
+
},
|
|
434
|
+
"panels/application/components/BackForwardCacheStrings.ts | injectedJavascript": {
|
|
435
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e21\u0e35\u0e01\u0e32\u0e23\u0e41\u0e17\u0e23\u0e01 JavaScript \u0e25\u0e07\u0e43\u0e19\u0e2a\u0e48\u0e27\u0e19\u0e02\u0e22\u0e32\u0e22\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e21\u0e35\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e4c\u0e43\u0e0a\u0e49\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c Back-Forward Cache \u0e43\u0e19\u0e02\u0e13\u0e30\u0e19\u0e35\u0e49"
|
|
436
|
+
},
|
|
437
|
+
"panels/application/components/BackForwardCacheStrings.ts | injectedStyleSheet": {
|
|
438
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e21\u0e35\u0e01\u0e32\u0e23\u0e41\u0e17\u0e23\u0e01StyleSheet\u0e25\u0e07\u0e43\u0e19\u0e2a\u0e48\u0e27\u0e19\u0e02\u0e22\u0e32\u0e22\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e21\u0e35\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e4c\u0e43\u0e0a\u0e49\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c Back-Forward Cache \u0e43\u0e19\u0e02\u0e13\u0e30\u0e19\u0e35\u0e49"
|
|
439
|
+
},
|
|
440
|
+
"panels/application/components/BackForwardCacheStrings.ts | internalError": {
|
|
441
|
+
"message": "\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e20\u0e32\u0e22\u0e43\u0e19"
|
|
442
|
+
},
|
|
443
|
+
"panels/application/components/BackForwardCacheStrings.ts | jsNetworkRequestReceivedCacheControlNoStoreResource": {
|
|
444
|
+
"message": "Back/Forward Cache \u0e16\u0e39\u0e01\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e32\u0e01\u0e04\u0e33\u0e02\u0e2d\u0e02\u0e2d\u0e07\u0e40\u0e04\u0e23\u0e37\u0e2d\u0e02\u0e48\u0e32\u0e22 JavaScript \u0e1a\u0e32\u0e07\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e17\u0e23\u0e31\u0e1e\u0e22\u0e32\u0e01\u0e23\u0e17\u0e35\u0e48\u0e21\u0e35\u0e2a\u0e48\u0e27\u0e19\u0e2b\u0e31\u0e27 Cache-Control: no-store"
|
|
445
|
+
},
|
|
446
|
+
"panels/application/components/BackForwardCacheStrings.ts | keepaliveRequest": {
|
|
447
|
+
"message": "Back-Forward Cache \u0e16\u0e39\u0e01\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e32\u0e01\u0e04\u0e33\u0e02\u0e2d Keepalive"
|
|
448
|
+
},
|
|
449
|
+
"panels/application/components/BackForwardCacheStrings.ts | keyboardLock": {
|
|
450
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49\u0e01\u0e32\u0e23\u0e25\u0e47\u0e2d\u0e01\u0e41\u0e1b\u0e49\u0e19\u0e1e\u0e34\u0e21\u0e1e\u0e4c\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
451
|
+
},
|
|
452
|
+
"panels/application/components/BackForwardCacheStrings.ts | loading": {
|
|
453
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e19\u0e35\u0e49\u0e42\u0e2b\u0e25\u0e14\u0e44\u0e21\u0e48\u0e40\u0e2a\u0e23\u0e47\u0e08\u0e01\u0e48\u0e2d\u0e19\u0e17\u0e35\u0e48\u0e08\u0e30\u0e21\u0e35\u0e01\u0e32\u0e23\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e2b\u0e19\u0e49\u0e32\u0e44\u0e1b"
|
|
454
|
+
},
|
|
455
|
+
"panels/application/components/BackForwardCacheStrings.ts | mainResourceHasCacheControlNoCache": {
|
|
456
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e17\u0e23\u0e31\u0e1e\u0e22\u0e32\u0e01\u0e23\u0e2b\u0e25\u0e31\u0e01\u0e02\u0e2d\u0e07\u0e2b\u0e19\u0e49\u0e32\u0e21\u0e35 cache-control:no-cache \u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e02\u0e49\u0e32\u0e16\u0e36\u0e07\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
457
|
+
},
|
|
458
|
+
"panels/application/components/BackForwardCacheStrings.ts | mainResourceHasCacheControlNoStore": {
|
|
459
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e17\u0e23\u0e31\u0e1e\u0e22\u0e32\u0e01\u0e23\u0e2b\u0e25\u0e31\u0e01\u0e02\u0e2d\u0e07\u0e2b\u0e19\u0e49\u0e32\u0e21\u0e35 cache-control:no-store \u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e02\u0e49\u0e32\u0e16\u0e36\u0e07\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
460
|
+
},
|
|
461
|
+
"panels/application/components/BackForwardCacheStrings.ts | navigationCancelledWhileRestoring": {
|
|
462
|
+
"message": "\u0e21\u0e35\u0e01\u0e32\u0e23\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01\u0e01\u0e32\u0e23\u0e19\u0e33\u0e17\u0e32\u0e07\u0e01\u0e48\u0e2d\u0e19\u0e17\u0e35\u0e48\u0e08\u0e30\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e2b\u0e19\u0e49\u0e32\u0e08\u0e32\u0e01\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07\u0e44\u0e14\u0e49"
|
|
463
|
+
},
|
|
464
|
+
"panels/application/components/BackForwardCacheStrings.ts | networkExceedsBufferLimit": {
|
|
465
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e16\u0e39\u0e01\u0e19\u0e33\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e41\u0e04\u0e0a\u0e40\u0e1e\u0e23\u0e32\u0e30\u0e01\u0e32\u0e23\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e15\u0e48\u0e2d\u0e40\u0e04\u0e23\u0e37\u0e2d\u0e02\u0e48\u0e32\u0e22\u0e17\u0e35\u0e48\u0e17\u0e33\u0e07\u0e32\u0e19\u0e2d\u0e22\u0e39\u0e48\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e21\u0e32\u0e01\u0e40\u0e01\u0e34\u0e19\u0e44\u0e1b Chrome \u0e08\u0e33\u0e01\u0e31\u0e14\u0e1b\u0e23\u0e34\u0e21\u0e32\u0e13\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e17\u0e35\u0e48\u0e41\u0e15\u0e48\u0e25\u0e30\u0e2b\u0e19\u0e49\u0e32\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e23\u0e31\u0e1a\u0e44\u0e14\u0e49\u0e02\u0e13\u0e30\u0e17\u0e35\u0e48\u0e21\u0e35\u0e01\u0e32\u0e23\u0e41\u0e04\u0e0a\u0e2b\u0e19\u0e49\u0e32\u0e44\u0e27\u0e49"
|
|
466
|
+
},
|
|
467
|
+
"panels/application/components/BackForwardCacheStrings.ts | networkRequestDatapipeDrainedAsBytesConsumer": {
|
|
468
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e04\u0e33\u0e02\u0e2d fetch() \u0e2b\u0e23\u0e37\u0e2d XHR \u0e01\u0e33\u0e25\u0e31\u0e07\u0e17\u0e33\u0e07\u0e32\u0e19\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
469
|
+
},
|
|
470
|
+
"panels/application/components/BackForwardCacheStrings.ts | networkRequestRedirected": {
|
|
471
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e16\u0e39\u0e01\u0e19\u0e33\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07\u0e40\u0e1e\u0e23\u0e32\u0e30\u0e04\u0e33\u0e02\u0e2d\u0e40\u0e04\u0e23\u0e37\u0e2d\u0e02\u0e48\u0e32\u0e22\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e2d\u0e22\u0e39\u0e48\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e02\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e40\u0e2a\u0e49\u0e19\u0e17\u0e32\u0e07"
|
|
472
|
+
},
|
|
473
|
+
"panels/application/components/BackForwardCacheStrings.ts | networkRequestTimeout": {
|
|
474
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e19\u0e35\u0e49\u0e16\u0e39\u0e01\u0e19\u0e33\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e41\u0e04\u0e0a\u0e40\u0e1e\u0e23\u0e32\u0e30\u0e40\u0e1b\u0e34\u0e14\u0e01\u0e32\u0e23\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e15\u0e48\u0e2d\u0e40\u0e04\u0e23\u0e37\u0e2d\u0e02\u0e48\u0e32\u0e22\u0e44\u0e27\u0e49\u0e19\u0e32\u0e19\u0e40\u0e01\u0e34\u0e19\u0e44\u0e1b Chrome \u0e08\u0e33\u0e01\u0e31\u0e14\u0e40\u0e27\u0e25\u0e32\u0e17\u0e35\u0e48\u0e2b\u0e19\u0e49\u0e32\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e23\u0e31\u0e1a\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e02\u0e13\u0e30\u0e41\u0e04\u0e0a"
|
|
475
|
+
},
|
|
476
|
+
"panels/application/components/BackForwardCacheStrings.ts | noResponseHead": {
|
|
477
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e44\u0e21\u0e48\u0e21\u0e35\u0e2a\u0e48\u0e27\u0e19\u0e2b\u0e31\u0e27\u0e01\u0e32\u0e23\u0e15\u0e2d\u0e1a\u0e01\u0e25\u0e31\u0e1a\u0e17\u0e35\u0e48\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e02\u0e49\u0e32\u0e16\u0e36\u0e07\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
478
|
+
},
|
|
479
|
+
"panels/application/components/BackForwardCacheStrings.ts | notMainFrame": {
|
|
480
|
+
"message": "\u0e21\u0e35\u0e01\u0e32\u0e23\u0e19\u0e33\u0e17\u0e32\u0e07\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e43\u0e19\u0e40\u0e1f\u0e23\u0e21\u0e2d\u0e37\u0e48\u0e19\u0e19\u0e2d\u0e01\u0e40\u0e2b\u0e19\u0e37\u0e2d\u0e08\u0e32\u0e01\u0e40\u0e1f\u0e23\u0e21\u0e2b\u0e25\u0e31\u0e01"
|
|
481
|
+
},
|
|
482
|
+
"panels/application/components/BackForwardCacheStrings.ts | outstandingIndexedDBTransaction": {
|
|
483
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e18\u0e38\u0e23\u0e01\u0e23\u0e23\u0e21\u0e10\u0e32\u0e19\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e08\u0e31\u0e14\u0e17\u0e33\u0e14\u0e31\u0e0a\u0e19\u0e35\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e15\u0e48\u0e2d\u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
484
|
+
},
|
|
485
|
+
"panels/application/components/BackForwardCacheStrings.ts | outstandingNetworkRequestDirectSocket": {
|
|
486
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e04\u0e33\u0e02\u0e2d\u0e40\u0e04\u0e23\u0e37\u0e2d\u0e02\u0e48\u0e32\u0e22\u0e01\u0e33\u0e25\u0e31\u0e07\u0e17\u0e33\u0e07\u0e32\u0e19\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
487
|
+
},
|
|
488
|
+
"panels/application/components/BackForwardCacheStrings.ts | outstandingNetworkRequestFetch": {
|
|
489
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e04\u0e33\u0e02\u0e2d\u0e14\u0e36\u0e07\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e08\u0e32\u0e01\u0e40\u0e04\u0e23\u0e37\u0e2d\u0e02\u0e48\u0e32\u0e22\u0e01\u0e33\u0e25\u0e31\u0e07\u0e17\u0e33\u0e07\u0e32\u0e19\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
490
|
+
},
|
|
491
|
+
"panels/application/components/BackForwardCacheStrings.ts | outstandingNetworkRequestOthers": {
|
|
492
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e04\u0e33\u0e02\u0e2d\u0e40\u0e04\u0e23\u0e37\u0e2d\u0e02\u0e48\u0e32\u0e22\u0e01\u0e33\u0e25\u0e31\u0e07\u0e17\u0e33\u0e07\u0e32\u0e19\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
493
|
+
},
|
|
494
|
+
"panels/application/components/BackForwardCacheStrings.ts | outstandingNetworkRequestXHR": {
|
|
495
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e04\u0e33\u0e02\u0e2d\u0e40\u0e04\u0e23\u0e37\u0e2d\u0e02\u0e48\u0e32\u0e22 XHR \u0e01\u0e33\u0e25\u0e31\u0e07\u0e17\u0e33\u0e07\u0e32\u0e19\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
496
|
+
},
|
|
497
|
+
"panels/application/components/BackForwardCacheStrings.ts | paymentManager": {
|
|
498
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49 PaymentManager \u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
499
|
+
},
|
|
500
|
+
"panels/application/components/BackForwardCacheStrings.ts | pictureInPicture": {
|
|
501
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49\u0e01\u0e32\u0e23\u0e41\u0e2a\u0e14\u0e07\u0e20\u0e32\u0e1e\u0e0b\u0e49\u0e2d\u0e19\u0e20\u0e32\u0e1e\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
502
|
+
},
|
|
503
|
+
"panels/application/components/BackForwardCacheStrings.ts | printing": {
|
|
504
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e41\u0e2a\u0e14\u0e07 Printing UI \u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
505
|
+
},
|
|
506
|
+
"panels/application/components/BackForwardCacheStrings.ts | relatedActiveContentsExist": {
|
|
507
|
+
"message": "\u0e21\u0e35\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e34\u0e14\u0e2b\u0e19\u0e49\u0e32\u0e19\u0e35\u0e49\u0e42\u0e14\u0e22\u0e43\u0e0a\u0e49 \"window.open()\" \u0e41\u0e25\u0e30\u0e21\u0e35\u0e01\u0e32\u0e23\u0e2d\u0e49\u0e32\u0e07\u0e2d\u0e34\u0e07\u0e08\u0e32\u0e01\u0e41\u0e17\u0e47\u0e1a\u0e2d\u0e37\u0e48\u0e19 \u0e2b\u0e23\u0e37\u0e2d\u0e2b\u0e19\u0e49\u0e32\u0e19\u0e35\u0e49\u0e40\u0e1b\u0e34\u0e14\u0e2b\u0e19\u0e49\u0e32\u0e15\u0e48\u0e32\u0e07\u0e02\u0e36\u0e49\u0e19\u0e21\u0e32"
|
|
508
|
+
},
|
|
509
|
+
"panels/application/components/BackForwardCacheStrings.ts | rendererProcessCrashed": {
|
|
510
|
+
"message": "\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e30\u0e21\u0e27\u0e25\u0e01\u0e32\u0e23\u0e41\u0e2a\u0e14\u0e07\u0e1c\u0e25\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e19\u0e35\u0e49\u0e43\u0e19\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07\u0e40\u0e01\u0e34\u0e14\u0e01\u0e32\u0e23\u0e02\u0e31\u0e14\u0e02\u0e49\u0e2d\u0e07"
|
|
511
|
+
},
|
|
512
|
+
"panels/application/components/BackForwardCacheStrings.ts | rendererProcessKilled": {
|
|
513
|
+
"message": "\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e30\u0e21\u0e27\u0e25\u0e01\u0e32\u0e23\u0e41\u0e2a\u0e14\u0e07\u0e1c\u0e25\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e19\u0e35\u0e49\u0e43\u0e19\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07\u0e16\u0e39\u0e01\u0e15\u0e31\u0e14"
|
|
514
|
+
},
|
|
515
|
+
"panels/application/components/BackForwardCacheStrings.ts | requestedAudioCapturePermission": {
|
|
516
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e21\u0e35\u0e01\u0e32\u0e23\u0e02\u0e2d\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e4c\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e40\u0e2a\u0e35\u0e22\u0e07\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
517
|
+
},
|
|
518
|
+
"panels/application/components/BackForwardCacheStrings.ts | requestedBackForwardCacheBlockedSensors": {
|
|
519
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e02\u0e2d\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e4c\u0e40\u0e02\u0e49\u0e32\u0e16\u0e36\u0e07\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e40\u0e0b\u0e47\u0e19\u0e40\u0e0b\u0e2d\u0e23\u0e4c\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
520
|
+
},
|
|
521
|
+
"panels/application/components/BackForwardCacheStrings.ts | requestedBackgroundWorkPermission": {
|
|
522
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e21\u0e35\u0e01\u0e32\u0e23\u0e02\u0e2d\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e4c\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e0b\u0e34\u0e07\u0e04\u0e4c\u0e40\u0e1a\u0e37\u0e49\u0e2d\u0e07\u0e2b\u0e25\u0e31\u0e07\u0e2b\u0e23\u0e37\u0e2d\u0e14\u0e36\u0e07\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
523
|
+
},
|
|
524
|
+
"panels/application/components/BackForwardCacheStrings.ts | requestedMIDIPermission": {
|
|
525
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e21\u0e35\u0e01\u0e32\u0e23\u0e02\u0e2d\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e4c MIDI \u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
526
|
+
},
|
|
527
|
+
"panels/application/components/BackForwardCacheStrings.ts | requestedNotificationsPermission": {
|
|
528
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e21\u0e35\u0e01\u0e32\u0e23\u0e02\u0e2d\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e4c\u0e2a\u0e48\u0e07\u0e01\u0e32\u0e23\u0e41\u0e08\u0e49\u0e07\u0e40\u0e15\u0e37\u0e2d\u0e19\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
529
|
+
},
|
|
530
|
+
"panels/application/components/BackForwardCacheStrings.ts | requestedStorageAccessGrant": {
|
|
531
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e21\u0e35\u0e01\u0e32\u0e23\u0e02\u0e2d\u0e01\u0e32\u0e23\u0e40\u0e02\u0e49\u0e32\u0e16\u0e36\u0e07\u0e1e\u0e37\u0e49\u0e19\u0e17\u0e35\u0e48\u0e40\u0e01\u0e47\u0e1a\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
532
|
+
},
|
|
533
|
+
"panels/application/components/BackForwardCacheStrings.ts | requestedVideoCapturePermission": {
|
|
534
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e21\u0e35\u0e01\u0e32\u0e23\u0e02\u0e2d\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e4c\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e27\u0e34\u0e14\u0e35\u0e42\u0e2d\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
535
|
+
},
|
|
536
|
+
"panels/application/components/BackForwardCacheStrings.ts | schemeNotHTTPOrHTTPS": {
|
|
537
|
+
"message": "\u0e40\u0e09\u0e1e\u0e32\u0e30\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a URL \u0e02\u0e2d\u0e07\u0e2b\u0e19\u0e49\u0e32\u0e40\u0e1b\u0e47\u0e19 HTTP / HTTPS \u0e40\u0e17\u0e48\u0e32\u0e19\u0e31\u0e49\u0e19\u0e17\u0e35\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e41\u0e04\u0e0a\u0e44\u0e27\u0e49\u0e44\u0e14\u0e49"
|
|
538
|
+
},
|
|
539
|
+
"panels/application/components/BackForwardCacheStrings.ts | serviceWorkerClaim": {
|
|
540
|
+
"message": "\u0e21\u0e35 Service Worker \u0e2d\u0e49\u0e32\u0e07\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e4c\u0e2b\u0e19\u0e49\u0e32\u0e19\u0e35\u0e49\u0e02\u0e13\u0e30\u0e2d\u0e22\u0e39\u0e48\u0e43\u0e19\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
541
|
+
},
|
|
542
|
+
"panels/application/components/BackForwardCacheStrings.ts | serviceWorkerPostMessage": {
|
|
543
|
+
"message": "\u0e21\u0e35 Service Worker \u0e1e\u0e22\u0e32\u0e22\u0e32\u0e21\u0e2a\u0e48\u0e07 MessageEvent \u0e43\u0e2b\u0e49\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e2d\u0e22\u0e39\u0e48\u0e43\u0e19\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
544
|
+
},
|
|
545
|
+
"panels/application/components/BackForwardCacheStrings.ts | serviceWorkerUnregistration": {
|
|
546
|
+
"message": "\u0e21\u0e35\u0e01\u0e32\u0e23\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01\u0e01\u0e32\u0e23\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19 ServiceWorker \u0e02\u0e13\u0e30\u0e17\u0e35\u0e48\u0e2b\u0e19\u0e49\u0e32\u0e2d\u0e22\u0e39\u0e48\u0e43\u0e19\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
547
|
+
},
|
|
548
|
+
"panels/application/components/BackForwardCacheStrings.ts | serviceWorkerVersionActivation": {
|
|
549
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e19\u0e35\u0e49\u0e16\u0e39\u0e01\u0e19\u0e33\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07\u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e32\u0e01\u0e21\u0e35\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19 Service Worker"
|
|
550
|
+
},
|
|
551
|
+
"panels/application/components/BackForwardCacheStrings.ts | sessionRestored": {
|
|
552
|
+
"message": "Chrome \u0e23\u0e35\u0e2a\u0e15\u0e32\u0e23\u0e4c\u0e17\u0e41\u0e25\u0e30\u0e25\u0e49\u0e32\u0e07\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
553
|
+
},
|
|
554
|
+
"panels/application/components/BackForwardCacheStrings.ts | sharedWorker": {
|
|
555
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49 SharedWorker \u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
556
|
+
},
|
|
557
|
+
"panels/application/components/BackForwardCacheStrings.ts | speechRecognizer": {
|
|
558
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49 SpeechRecognizer \u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
559
|
+
},
|
|
560
|
+
"panels/application/components/BackForwardCacheStrings.ts | speechSynthesis": {
|
|
561
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49 SpeechSynthesis \u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
562
|
+
},
|
|
563
|
+
"panels/application/components/BackForwardCacheStrings.ts | subframeIsNavigating": {
|
|
564
|
+
"message": "iframe \u0e43\u0e19\u0e2b\u0e19\u0e49\u0e32\u0e40\u0e23\u0e34\u0e48\u0e21\u0e01\u0e32\u0e23\u0e19\u0e33\u0e17\u0e32\u0e07\u0e17\u0e35\u0e48\u0e44\u0e21\u0e48\u0e40\u0e2a\u0e23\u0e47\u0e08\u0e2a\u0e21\u0e1a\u0e39\u0e23\u0e13\u0e4c"
|
|
565
|
+
},
|
|
566
|
+
"panels/application/components/BackForwardCacheStrings.ts | subresourceHasCacheControlNoCache": {
|
|
567
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e17\u0e23\u0e31\u0e1e\u0e22\u0e32\u0e01\u0e23\u0e22\u0e48\u0e2d\u0e22\u0e02\u0e2d\u0e07\u0e2b\u0e19\u0e49\u0e32\u0e21\u0e35 cache-control:no-cache \u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e02\u0e49\u0e32\u0e16\u0e36\u0e07\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
568
|
+
},
|
|
569
|
+
"panels/application/components/BackForwardCacheStrings.ts | subresourceHasCacheControlNoStore": {
|
|
570
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e17\u0e23\u0e31\u0e1e\u0e22\u0e32\u0e01\u0e23\u0e22\u0e48\u0e2d\u0e22\u0e02\u0e2d\u0e07\u0e2b\u0e19\u0e49\u0e32\u0e21\u0e35 cache-control:no-store \u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e02\u0e49\u0e32\u0e16\u0e36\u0e07\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
571
|
+
},
|
|
572
|
+
"panels/application/components/BackForwardCacheStrings.ts | timeout": {
|
|
573
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e19\u0e35\u0e49\u0e2d\u0e22\u0e39\u0e48\u0e43\u0e19\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07\u0e40\u0e01\u0e34\u0e19\u0e40\u0e27\u0e25\u0e32\u0e17\u0e35\u0e48\u0e08\u0e33\u0e01\u0e31\u0e14\u0e41\u0e25\u0e30\u0e2b\u0e21\u0e14\u0e2d\u0e32\u0e22\u0e38\u0e44\u0e1b\u0e41\u0e25\u0e49\u0e27"
|
|
574
|
+
},
|
|
575
|
+
"panels/application/components/BackForwardCacheStrings.ts | timeoutPuttingInCache": {
|
|
576
|
+
"message": "\u0e2b\u0e21\u0e14\u0e40\u0e27\u0e25\u0e32\u0e40\u0e02\u0e49\u0e32\u0e16\u0e36\u0e07\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e19\u0e35\u0e49 (\u0e19\u0e48\u0e32\u0e08\u0e30\u0e40\u0e1b\u0e47\u0e19\u0e40\u0e1e\u0e23\u0e32\u0e30\u0e15\u0e31\u0e27\u0e08\u0e31\u0e14\u0e01\u0e32\u0e23\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e0b\u0e48\u0e2d\u0e19\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e33\u0e07\u0e32\u0e19\u0e40\u0e1b\u0e47\u0e19\u0e40\u0e27\u0e25\u0e32\u0e19\u0e32\u0e19)"
|
|
577
|
+
},
|
|
578
|
+
"panels/application/components/BackForwardCacheStrings.ts | unloadHandlerExistsInMainFrame": {
|
|
579
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e19\u0e35\u0e49\u0e21\u0e35\u0e15\u0e31\u0e27\u0e08\u0e31\u0e14\u0e01\u0e32\u0e23\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01\u0e01\u0e32\u0e23\u0e42\u0e2b\u0e25\u0e14\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07\u0e2d\u0e22\u0e39\u0e48\u0e43\u0e19\u0e40\u0e1f\u0e23\u0e21\u0e2b\u0e25\u0e31\u0e01"
|
|
580
|
+
},
|
|
581
|
+
"panels/application/components/BackForwardCacheStrings.ts | unloadHandlerExistsInSubFrame": {
|
|
582
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e19\u0e35\u0e49\u0e21\u0e35\u0e15\u0e31\u0e27\u0e08\u0e31\u0e14\u0e01\u0e32\u0e23\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01\u0e01\u0e32\u0e23\u0e42\u0e2b\u0e25\u0e14\u0e43\u0e19\u0e40\u0e1f\u0e23\u0e21\u0e22\u0e48\u0e2d\u0e22"
|
|
583
|
+
},
|
|
584
|
+
"panels/application/components/BackForwardCacheStrings.ts | userAgentOverrideDiffers": {
|
|
585
|
+
"message": "\u0e40\u0e1a\u0e23\u0e32\u0e27\u0e4c\u0e40\u0e0b\u0e2d\u0e23\u0e4c\u0e44\u0e14\u0e49\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e2a\u0e48\u0e27\u0e19\u0e2b\u0e31\u0e27\u0e01\u0e32\u0e23\u0e25\u0e1a\u0e25\u0e49\u0e32\u0e07\u0e02\u0e2d\u0e07 User Agent"
|
|
586
|
+
},
|
|
587
|
+
"panels/application/components/BackForwardCacheStrings.ts | wasGrantedMediaAccess": {
|
|
588
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e43\u0e2b\u0e49\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e4c\u0e40\u0e02\u0e49\u0e32\u0e16\u0e36\u0e07\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e27\u0e34\u0e14\u0e35\u0e42\u0e2d\u0e2b\u0e23\u0e37\u0e2d\u0e40\u0e2a\u0e35\u0e22\u0e07\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
589
|
+
},
|
|
590
|
+
"panels/application/components/BackForwardCacheStrings.ts | webDatabase": {
|
|
591
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49 WebDatabase \u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
592
|
+
},
|
|
593
|
+
"panels/application/components/BackForwardCacheStrings.ts | webHID": {
|
|
594
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49 WebHID \u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
595
|
+
},
|
|
596
|
+
"panels/application/components/BackForwardCacheStrings.ts | webLocks": {
|
|
597
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49 WebLocks \u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
598
|
+
},
|
|
599
|
+
"panels/application/components/BackForwardCacheStrings.ts | webNfc": {
|
|
600
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49 WebNfc \u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
601
|
+
},
|
|
602
|
+
"panels/application/components/BackForwardCacheStrings.ts | webOTPService": {
|
|
603
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49 WebOTPService \u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
604
|
+
},
|
|
605
|
+
"panels/application/components/BackForwardCacheStrings.ts | webRTC": {
|
|
606
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e21\u0e35 WebRTC \u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e02\u0e49\u0e32\u0e16\u0e36\u0e07\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
607
|
+
},
|
|
608
|
+
"panels/application/components/BackForwardCacheStrings.ts | webRTCSticky": {
|
|
609
|
+
"message": "Back-Forward Cache \u0e16\u0e39\u0e01\u0e1b\u0e34\u0e14\u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e32\u0e01\u0e21\u0e35\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49 WebRTC"
|
|
610
|
+
},
|
|
611
|
+
"panels/application/components/BackForwardCacheStrings.ts | webShare": {
|
|
612
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49 WebShare \u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
613
|
+
},
|
|
614
|
+
"panels/application/components/BackForwardCacheStrings.ts | webSocket": {
|
|
615
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e21\u0e35 WebSocket \u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e02\u0e49\u0e32\u0e16\u0e36\u0e07\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
616
|
+
},
|
|
617
|
+
"panels/application/components/BackForwardCacheStrings.ts | webSocketSticky": {
|
|
618
|
+
"message": "Back-Forward Cache \u0e16\u0e39\u0e01\u0e1b\u0e34\u0e14\u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e32\u0e01\u0e21\u0e35\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49 WebSocket"
|
|
619
|
+
},
|
|
620
|
+
"panels/application/components/BackForwardCacheStrings.ts | webTransport": {
|
|
621
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e21\u0e35 WebTransport \u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e02\u0e49\u0e32\u0e16\u0e36\u0e07\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
622
|
+
},
|
|
623
|
+
"panels/application/components/BackForwardCacheStrings.ts | webTransportSticky": {
|
|
624
|
+
"message": "Back-Forward Cache \u0e16\u0e39\u0e01\u0e1b\u0e34\u0e14\u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e32\u0e01\u0e21\u0e35\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49 WebTransport"
|
|
625
|
+
},
|
|
626
|
+
"panels/application/components/BackForwardCacheStrings.ts | webXR": {
|
|
627
|
+
"message": "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49 WebXR \u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e41\u0e04\u0e0a\u0e22\u0e49\u0e2d\u0e19\u0e2b\u0e25\u0e31\u0e07"
|
|
85
628
|
}
|
|
86
629
|
}
|