@paulirish/trace_engine 0.0.49 → 0.0.51
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/Constructor.d.ts +2 -2
- package/core/platform/Constructor.js.map +1 -1
- package/core/platform/StringUtilities.d.ts +2 -5
- package/core/platform/StringUtilities.js +0 -3
- package/core/platform/StringUtilities.js.map +1 -1
- package/core/platform/TypescriptUtilities.d.ts +1 -1
- package/core/platform/TypescriptUtilities.js +1 -1
- package/core/platform/TypescriptUtilities.js.map +1 -1
- package/core/platform/devtools_entrypoint-bundle-typescript-tsconfig.json +2 -2
- package/core/platform/platform-tsconfig.json +2 -3
- package/core/platform/platform.d.ts +1 -2
- package/core/platform/platform.js +1 -2
- package/core/platform/platform.js.map +1 -1
- package/generated/protocol.d.ts +156 -31
- package/locales/af.json +63 -3
- package/locales/am.json +63 -3
- package/locales/ar.json +63 -3
- package/locales/as.json +63 -3
- package/locales/az.json +63 -3
- package/locales/be.json +64 -4
- package/locales/bg.json +62 -2
- package/locales/bn.json +63 -3
- package/locales/bs.json +63 -3
- package/locales/ca.json +62 -2
- package/locales/cs.json +62 -2
- package/locales/cy.json +63 -3
- package/locales/da.json +63 -3
- package/locales/de.json +63 -3
- package/locales/el.json +62 -2
- package/locales/en-GB.json +63 -3
- package/locales/en-US.json +55 -22
- package/locales/en-XL.json +55 -22
- package/locales/es-419.json +63 -3
- package/locales/es.json +64 -4
- package/locales/et.json +64 -4
- package/locales/eu.json +79 -19
- package/locales/fa.json +62 -2
- package/locales/fi.json +63 -3
- package/locales/fil.json +63 -3
- package/locales/fr-CA.json +63 -3
- package/locales/fr.json +63 -3
- package/locales/gl.json +62 -2
- package/locales/gu.json +63 -3
- package/locales/he.json +63 -3
- package/locales/hi.json +62 -2
- package/locales/hr.json +63 -3
- package/locales/hu.json +62 -2
- package/locales/hy.json +63 -3
- package/locales/id.json +62 -2
- package/locales/is.json +64 -4
- package/locales/it.json +64 -4
- package/locales/ja.json +63 -3
- package/locales/ka.json +63 -3
- package/locales/kk.json +62 -2
- package/locales/km.json +62 -2
- package/locales/kn.json +63 -3
- package/locales/ko.json +63 -3
- package/locales/ky.json +63 -3
- package/locales/lo.json +63 -3
- package/locales/lt.json +62 -2
- package/locales/lv.json +62 -2
- package/locales/mk.json +62 -2
- package/locales/ml.json +63 -3
- package/locales/mn.json +63 -3
- package/locales/mr.json +64 -4
- package/locales/ms.json +63 -3
- package/locales/my.json +63 -3
- package/locales/ne.json +64 -4
- package/locales/nl.json +63 -3
- package/locales/no.json +62 -2
- package/locales/or.json +63 -3
- package/locales/pa.json +62 -2
- package/locales/pl.json +62 -2
- package/locales/pt-PT.json +62 -2
- package/locales/pt.json +63 -3
- package/locales/ro.json +63 -3
- package/locales/ru.json +63 -3
- package/locales/si.json +63 -3
- package/locales/sk.json +63 -3
- package/locales/sl.json +62 -2
- package/locales/sq.json +63 -3
- package/locales/sr-Latn.json +62 -2
- package/locales/sr.json +62 -2
- package/locales/sv.json +62 -2
- package/locales/sw.json +63 -3
- package/locales/ta.json +66 -6
- package/locales/te.json +63 -3
- package/locales/th.json +63 -3
- package/locales/tr.json +63 -3
- package/locales/uk.json +63 -3
- package/locales/ur.json +64 -4
- package/locales/uz.json +62 -2
- package/locales/vi.json +62 -2
- package/locales/zh-HK.json +63 -3
- package/locales/zh-TW.json +63 -3
- package/locales/zh.json +62 -2
- package/locales/zu.json +63 -3
- package/models/cpu_profile/CPUProfileDataModel.d.ts +8 -0
- package/models/cpu_profile/CPUProfileDataModel.js.map +1 -1
- package/models/cpu_profile/cpu_profile-tsconfig.json +2 -2
- package/models/cpu_profile/devtools_entrypoint-bundle-typescript-tsconfig.json +2 -2
- package/models/trace/Processor.d.ts +1 -1
- package/models/trace/Processor.js +94 -74
- package/models/trace/Processor.js.map +1 -1
- package/models/trace/TracingManager.js.map +1 -1
- package/models/trace/bundle-tsconfig.json +1 -1
- package/models/trace/devtools_entrypoint-bundle-typescript-tsconfig.json +20 -2
- package/models/trace/extras/ScriptDuplication.d.ts +11 -15
- package/models/trace/extras/ScriptDuplication.js +59 -77
- package/models/trace/extras/ScriptDuplication.js.map +1 -1
- package/models/trace/extras/ThirdParties.d.ts +6 -13
- package/models/trace/extras/ThirdParties.js +69 -133
- package/models/trace/extras/ThirdParties.js.map +1 -1
- package/models/trace/extras/TraceTree.d.ts +15 -3
- package/models/trace/extras/TraceTree.js +36 -8
- package/models/trace/extras/TraceTree.js.map +1 -1
- package/models/trace/extras/devtools_entrypoint-bundle-typescript-tsconfig.json +2 -2
- package/models/trace/extras/extras-tsconfig.json +2 -2
- package/models/trace/extras/extras.d.ts +881 -787
- package/models/trace/extras/extras.js +881 -787
- package/models/trace/handlers/AsyncJSCallsHandler.js +36 -4
- package/models/trace/handlers/AsyncJSCallsHandler.js.map +1 -1
- package/models/trace/handlers/InvalidationsHandler.js +1 -0
- package/models/trace/handlers/InvalidationsHandler.js.map +1 -1
- package/models/trace/handlers/ModelHandlers.d.ts +0 -1
- package/models/trace/handlers/ModelHandlers.js +0 -1
- package/models/trace/handlers/ModelHandlers.js.map +1 -1
- package/models/trace/handlers/NetworkRequestsHandler.js +1 -1
- package/models/trace/handlers/NetworkRequestsHandler.js.map +1 -1
- package/models/trace/handlers/RendererHandler.d.ts +1 -1
- package/models/trace/handlers/RendererHandler.js +2 -2
- package/models/trace/handlers/RendererHandler.js.map +1 -1
- package/models/trace/handlers/ScreenshotsHandler.js +3 -1
- package/models/trace/handlers/ScreenshotsHandler.js.map +1 -1
- package/models/trace/handlers/ScriptsHandler.d.ts +12 -0
- package/models/trace/handlers/ScriptsHandler.js +93 -1
- package/models/trace/handlers/ScriptsHandler.js.map +1 -1
- package/models/trace/handlers/devtools_entrypoint-bundle-typescript-tsconfig.json +2 -2
- package/models/trace/handlers/handlers-tsconfig.json +2 -3
- package/models/trace/helpers/Network.d.ts +5 -0
- package/models/trace/helpers/Network.js +17 -0
- package/models/trace/helpers/Network.js.map +1 -1
- package/models/trace/helpers/SamplesIntegrator.js +19 -23
- package/models/trace/helpers/SamplesIntegrator.js.map +1 -1
- package/models/trace/helpers/SyntheticEvents.d.ts +0 -1
- package/models/trace/helpers/SyntheticEvents.js +0 -4
- package/models/trace/helpers/SyntheticEvents.js.map +1 -1
- package/models/trace/helpers/Trace.d.ts +2 -1
- package/models/trace/helpers/Trace.js +101 -1
- package/models/trace/helpers/Trace.js.map +1 -1
- package/models/trace/helpers/TreeHelpers.d.ts +2 -5
- package/models/trace/helpers/TreeHelpers.js +0 -4
- package/models/trace/helpers/TreeHelpers.js.map +1 -1
- package/models/trace/helpers/devtools_entrypoint-bundle-typescript-tsconfig.json +2 -2
- package/models/trace/helpers/helpers-tsconfig.json +2 -2
- package/models/trace/insights/{UseCache.d.ts → Cache.d.ts} +2 -2
- package/models/trace/insights/{UseCache.js → Cache.js} +11 -5
- package/models/trace/insights/Cache.js.map +1 -0
- package/models/trace/insights/Common.d.ts +21 -2
- package/models/trace/insights/Common.js +86 -2
- package/models/trace/insights/Common.js.map +1 -1
- package/models/trace/insights/DocumentLatency.js +2 -8
- package/models/trace/insights/DocumentLatency.js.map +1 -1
- package/models/trace/insights/DuplicatedJavaScript.d.ts +7 -4
- package/models/trace/insights/DuplicatedJavaScript.js +25 -5
- package/models/trace/insights/DuplicatedJavaScript.js.map +1 -1
- package/models/trace/insights/ForcedReflow.d.ts +5 -1
- package/models/trace/insights/ForcedReflow.js +6 -2
- package/models/trace/insights/ForcedReflow.js.map +1 -1
- package/models/trace/insights/InteractionToNextPaint.d.ts +1 -0
- package/models/trace/insights/InteractionToNextPaint.js +3 -0
- package/models/trace/insights/InteractionToNextPaint.js.map +1 -1
- package/models/trace/insights/LegacyJavaScript.d.ts +32 -0
- package/models/trace/insights/LegacyJavaScript.js +77 -0
- package/models/trace/insights/LegacyJavaScript.js.map +1 -0
- package/models/trace/insights/Models.d.ts +3 -1
- package/models/trace/insights/Models.js +3 -1
- package/models/trace/insights/Models.js.map +1 -1
- package/models/trace/insights/ModernHTTP.d.ts +51 -0
- package/models/trace/insights/ModernHTTP.js +187 -0
- package/models/trace/insights/ModernHTTP.js.map +1 -0
- package/models/trace/insights/NetworkDependencyTree.js +1 -1
- package/models/trace/insights/NetworkDependencyTree.js.map +1 -1
- package/models/trace/insights/ThirdParties.d.ts +1 -5
- package/models/trace/insights/ThirdParties.js +8 -21
- package/models/trace/insights/ThirdParties.js.map +1 -1
- package/models/trace/insights/devtools_entrypoint-bundle-typescript-tsconfig.json +2 -2
- package/models/trace/insights/insights-tsconfig.json +8 -3
- package/models/trace/insights/types.d.ts +1 -0
- package/models/trace/insights/types.js.map +1 -1
- package/models/trace/lantern/core/core-tsconfig.json +2 -2
- package/models/trace/lantern/core/devtools_entrypoint-bundle-typescript-tsconfig.json +2 -2
- package/models/trace/lantern/devtools_entrypoint-bundle-typescript-tsconfig.json +2 -2
- package/models/trace/lantern/graph/devtools_entrypoint-bundle-typescript-tsconfig.json +2 -2
- package/models/trace/lantern/graph/graph-tsconfig.json +2 -2
- package/models/trace/lantern/lantern-tsconfig.json +2 -2
- package/models/trace/lantern/metrics/Metric.d.ts +4 -4
- package/models/trace/lantern/metrics/Metric.js +4 -6
- package/models/trace/lantern/metrics/Metric.js.map +1 -1
- package/models/trace/lantern/metrics/devtools_entrypoint-bundle-typescript-tsconfig.json +2 -2
- package/models/trace/lantern/metrics/metrics-tsconfig.json +2 -2
- package/models/trace/lantern/simulation/devtools_entrypoint-bundle-typescript-tsconfig.json +2 -2
- package/models/trace/lantern/simulation/simulation-tsconfig.json +2 -2
- package/models/trace/lantern/types/devtools_entrypoint-bundle-typescript-tsconfig.json +2 -2
- package/models/trace/lantern/types/types-tsconfig.json +2 -2
- package/models/trace/trace-tsconfig.json +2 -2
- package/models/trace/types/Configuration.d.ts +2 -0
- package/models/trace/types/Configuration.js.map +1 -1
- package/models/trace/types/TraceEvents.d.ts +28 -50
- package/models/trace/types/TraceEvents.js +8 -23
- package/models/trace/types/TraceEvents.js.map +1 -1
- package/models/trace/types/devtools_entrypoint-bundle-typescript-tsconfig.json +2 -2
- package/models/trace/types/types-tsconfig.json +2 -2
- package/package.json +3 -2
- package/test/test-trace-engine.mjs +19 -17
- package/third_party/legacy-javascript/legacy-javascript.d.ts +1 -0
- package/third_party/legacy-javascript/legacy-javascript.js +1 -0
- package/core/platform/ServerTiming.d.ts +0 -31
- package/core/platform/ServerTiming.js +0 -212
- package/core/platform/ServerTiming.js.map +0 -1
- package/models/trace/handlers/ServerTimingsHandler.d.ts +0 -9
- package/models/trace/handlers/ServerTimingsHandler.js +0 -106
- package/models/trace/handlers/ServerTimingsHandler.js.map +0 -1
- package/models/trace/insights/UseCache.js.map +0 -1
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
"noImplicitOverride": true,
|
|
19
19
|
"noImplicitReturns": true,
|
|
20
20
|
"noUnusedLocals": false,
|
|
21
|
+
"noUnusedParameters": true,
|
|
21
22
|
"outDir": ".",
|
|
22
23
|
"rootDir": "../../../../../../front_end/core/platform",
|
|
23
24
|
"skipLibCheck": true,
|
|
@@ -32,8 +33,7 @@
|
|
|
32
33
|
"../../../../../../front_end/core/platform/platform.ts",
|
|
33
34
|
"../../../../../../front_end/legacy/legacy-defs.d.ts",
|
|
34
35
|
"../../../../../../front_end/global_typings/global_defs.d.ts",
|
|
35
|
-
"../../../../../../node_modules/@types/filesystem/index.d.ts"
|
|
36
|
-
"../../../../../../node_modules/@types/wicg-task-scheduling/index.d.ts"
|
|
36
|
+
"../../../../../../node_modules/@types/filesystem/index.d.ts"
|
|
37
37
|
],
|
|
38
38
|
"references": [
|
|
39
39
|
{
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
"noImplicitOverride": true,
|
|
19
19
|
"noImplicitReturns": true,
|
|
20
20
|
"noUnusedLocals": false,
|
|
21
|
+
"noUnusedParameters": true,
|
|
21
22
|
"outDir": ".",
|
|
22
23
|
"rootDir": "../../../../../../front_end/core/platform",
|
|
23
24
|
"skipLibCheck": true,
|
|
@@ -39,7 +40,6 @@
|
|
|
39
40
|
"../../../../../../front_end/core/platform/MapUtilities.ts",
|
|
40
41
|
"../../../../../../front_end/core/platform/MimeType.ts",
|
|
41
42
|
"../../../../../../front_end/core/platform/NumberUtilities.ts",
|
|
42
|
-
"../../../../../../front_end/core/platform/ServerTiming.ts",
|
|
43
43
|
"../../../../../../front_end/core/platform/StringUtilities.ts",
|
|
44
44
|
"../../../../../../front_end/core/platform/Timing.ts",
|
|
45
45
|
"../../../../../../front_end/core/platform/TypedArrayUtilities.ts",
|
|
@@ -48,7 +48,6 @@
|
|
|
48
48
|
"../../../../../../front_end/core/platform/UserVisibleError.ts",
|
|
49
49
|
"../../../../../../front_end/legacy/legacy-defs.d.ts",
|
|
50
50
|
"../../../../../../front_end/global_typings/global_defs.d.ts",
|
|
51
|
-
"../../../../../../node_modules/@types/filesystem/index.d.ts"
|
|
52
|
-
"../../../../../../node_modules/@types/wicg-task-scheduling/index.d.ts"
|
|
51
|
+
"../../../../../../node_modules/@types/filesystem/index.d.ts"
|
|
53
52
|
]
|
|
54
53
|
}
|
|
@@ -8,7 +8,6 @@ import * as KeyboardUtilities from './KeyboardUtilities.js';
|
|
|
8
8
|
import * as MapUtilities from './MapUtilities.js';
|
|
9
9
|
import * as MimeType from './MimeType.js';
|
|
10
10
|
import * as NumberUtilities from './NumberUtilities.js';
|
|
11
|
-
import * as ServerTiming from './ServerTiming.js';
|
|
12
11
|
import * as StringUtilities from './StringUtilities.js';
|
|
13
12
|
import * as Timing from './Timing.js';
|
|
14
13
|
import * as TypedArrayUtilities from './TypedArrayUtilities.js';
|
|
@@ -16,4 +15,4 @@ import * as TypeScriptUtilities from './TypescriptUtilities.js';
|
|
|
16
15
|
import * as UIString from './UIString.js';
|
|
17
16
|
import * as UserVisibleError from './UserVisibleError.js';
|
|
18
17
|
export { assertNever, assertNotNullOrUndefined, assertUnhandled } from './TypescriptUtilities.js';
|
|
19
|
-
export { ArrayUtilities, Brand, Constructor, DateUtilities, DevToolsPath, DOMUtilities, KeyboardUtilities, MapUtilities, MimeType, NumberUtilities,
|
|
18
|
+
export { ArrayUtilities, Brand, Constructor, DateUtilities, DevToolsPath, DOMUtilities, KeyboardUtilities, MapUtilities, MimeType, NumberUtilities, StringUtilities, Timing, TypedArrayUtilities, TypeScriptUtilities, UIString, UserVisibleError, };
|
|
@@ -37,7 +37,6 @@ import * as KeyboardUtilities from './KeyboardUtilities.js';
|
|
|
37
37
|
import * as MapUtilities from './MapUtilities.js';
|
|
38
38
|
import * as MimeType from './MimeType.js';
|
|
39
39
|
import * as NumberUtilities from './NumberUtilities.js';
|
|
40
|
-
import * as ServerTiming from './ServerTiming.js';
|
|
41
40
|
import * as StringUtilities from './StringUtilities.js';
|
|
42
41
|
import * as Timing from './Timing.js';
|
|
43
42
|
import * as TypedArrayUtilities from './TypedArrayUtilities.js';
|
|
@@ -50,5 +49,5 @@ import * as UserVisibleError from './UserVisibleError.js';
|
|
|
50
49
|
* error).
|
|
51
50
|
*/
|
|
52
51
|
export { assertNever, assertNotNullOrUndefined, assertUnhandled } from './TypescriptUtilities.js';
|
|
53
|
-
export { ArrayUtilities, Brand, Constructor, DateUtilities, DevToolsPath, DOMUtilities, KeyboardUtilities, MapUtilities, MimeType, NumberUtilities,
|
|
52
|
+
export { ArrayUtilities, Brand, Constructor, DateUtilities, DevToolsPath, DOMUtilities, KeyboardUtilities, MapUtilities, MimeType, NumberUtilities, StringUtilities, Timing, TypedArrayUtilities, TypeScriptUtilities, UIString, UserVisibleError, };
|
|
54
53
|
//# sourceMappingURL=platform.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"platform.js","sourceRoot":"","sources":["../../../../../../front_end/core/platform/platform.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AAEH,OAAO,KAAK,cAAc,MAAM,qBAAqB,CAAC;AACtD,OAAO,KAAK,KAAK,MAAM,YAAY,CAAC;AACpC,OAAO,KAAK,WAAW,MAAM,kBAAkB,CAAC;AAChD,OAAO,KAAK,aAAa,MAAM,oBAAoB,CAAC;AACpD,OAAO,KAAK,YAAY,MAAM,mBAAmB,CAAC;AAClD,OAAO,KAAK,YAAY,MAAM,mBAAmB,CAAC;AAClD,OAAO,KAAK,iBAAiB,MAAM,wBAAwB,CAAC;AAC5D,OAAO,KAAK,YAAY,MAAM,mBAAmB,CAAC;AAClD,OAAO,KAAK,QAAQ,MAAM,eAAe,CAAC;AAC1C,OAAO,KAAK,eAAe,MAAM,sBAAsB,CAAC;AACxD,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"platform.js","sourceRoot":"","sources":["../../../../../../front_end/core/platform/platform.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AAEH,OAAO,KAAK,cAAc,MAAM,qBAAqB,CAAC;AACtD,OAAO,KAAK,KAAK,MAAM,YAAY,CAAC;AACpC,OAAO,KAAK,WAAW,MAAM,kBAAkB,CAAC;AAChD,OAAO,KAAK,aAAa,MAAM,oBAAoB,CAAC;AACpD,OAAO,KAAK,YAAY,MAAM,mBAAmB,CAAC;AAClD,OAAO,KAAK,YAAY,MAAM,mBAAmB,CAAC;AAClD,OAAO,KAAK,iBAAiB,MAAM,wBAAwB,CAAC;AAC5D,OAAO,KAAK,YAAY,MAAM,mBAAmB,CAAC;AAClD,OAAO,KAAK,QAAQ,MAAM,eAAe,CAAC;AAC1C,OAAO,KAAK,eAAe,MAAM,sBAAsB,CAAC;AACxD,OAAO,KAAK,eAAe,MAAM,sBAAsB,CAAC;AACxD,OAAO,KAAK,MAAM,MAAM,aAAa,CAAC;AACtC,OAAO,KAAK,mBAAmB,MAAM,0BAA0B,CAAC;AAChE,OAAO,KAAK,mBAAmB,MAAM,0BAA0B,CAAC;AAChE,OAAO,KAAK,QAAQ,MAAM,eAAe,CAAC;AAC1C,OAAO,KAAK,gBAAgB,MAAM,uBAAuB,CAAC;AAE1D;;;;GAIG;AACH,OAAO,EAAC,WAAW,EAAE,wBAAwB,EAAE,eAAe,EAAC,MAAM,0BAA0B,CAAC;AAChG,OAAO,EACL,cAAc,EACd,KAAK,EACL,WAAW,EACX,aAAa,EACb,YAAY,EACZ,YAAY,EACZ,iBAAiB,EACjB,YAAY,EACZ,QAAQ,EACR,eAAe,EACf,eAAe,EACf,MAAM,EACN,mBAAmB,EACnB,mBAAmB,EACnB,QAAQ,EACR,gBAAgB,GACjB,CAAC","sourcesContent":["/*\n * Copyright (C) 2019 Google Inc. All rights reserved.\n *\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions are\n * met:\n *\n * * Redistributions of source code must retain the above copyright\n * notice, this list of conditions and the following disclaimer.\n * * Redistributions in binary form must reproduce the above\n * copyright notice, this list of conditions and the following disclaimer\n * in the documentation and/or other materials provided with the\n * distribution.\n * * Neither the name of Google Inc. nor the names of its\n * contributors may be used to endorse or promote products derived from\n * this software without specific prior written permission.\n *\n * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n * \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n */\n\nimport * as ArrayUtilities from './ArrayUtilities.js';\nimport * as Brand from './Brand.js';\nimport * as Constructor from './Constructor.js';\nimport * as DateUtilities from './DateUtilities.js';\nimport * as DevToolsPath from './DevToolsPath.js';\nimport * as DOMUtilities from './DOMUtilities.js';\nimport * as KeyboardUtilities from './KeyboardUtilities.js';\nimport * as MapUtilities from './MapUtilities.js';\nimport * as MimeType from './MimeType.js';\nimport * as NumberUtilities from './NumberUtilities.js';\nimport * as StringUtilities from './StringUtilities.js';\nimport * as Timing from './Timing.js';\nimport * as TypedArrayUtilities from './TypedArrayUtilities.js';\nimport * as TypeScriptUtilities from './TypescriptUtilities.js';\nimport * as UIString from './UIString.js';\nimport * as UserVisibleError from './UserVisibleError.js';\n\n/* `assertNotNullOrUndefined` also need to be exposed, as TypeScript does\n * not allow `asserts` functions to be used with qualified access (e.g.\n * `Platform.TypeScriptUtilities.assertNotNullOrUndefined` causes a compile\n * error).\n */\nexport {assertNever, assertNotNullOrUndefined, assertUnhandled} from './TypescriptUtilities.js';\nexport {\n ArrayUtilities,\n Brand,\n Constructor,\n DateUtilities,\n DevToolsPath,\n DOMUtilities,\n KeyboardUtilities,\n MapUtilities,\n MimeType,\n NumberUtilities,\n StringUtilities,\n Timing,\n TypedArrayUtilities,\n TypeScriptUtilities,\n UIString,\n UserVisibleError,\n};\n"]}
|
package/generated/protocol.d.ts
CHANGED
|
@@ -1022,7 +1022,8 @@ export declare namespace Audits {
|
|
|
1022
1022
|
SignatureInputHeaderMissingRequiredParameters = "SignatureInputHeaderMissingRequiredParameters",
|
|
1023
1023
|
ValidationFailedSignatureExpired = "ValidationFailedSignatureExpired",
|
|
1024
1024
|
ValidationFailedInvalidLength = "ValidationFailedInvalidLength",
|
|
1025
|
-
ValidationFailedSignatureMismatch = "ValidationFailedSignatureMismatch"
|
|
1025
|
+
ValidationFailedSignatureMismatch = "ValidationFailedSignatureMismatch",
|
|
1026
|
+
ValidationFailedIntegrityMismatch = "ValidationFailedIntegrityMismatch"
|
|
1026
1027
|
}
|
|
1027
1028
|
/**
|
|
1028
1029
|
* Details for issues around "Attribution Reporting API" usage.
|
|
@@ -1059,6 +1060,8 @@ export declare namespace Audits {
|
|
|
1059
1060
|
}
|
|
1060
1061
|
interface SRIMessageSignatureIssueDetails {
|
|
1061
1062
|
error: SRIMessageSignatureError;
|
|
1063
|
+
signatureBase: string;
|
|
1064
|
+
integrityAssertions: string[];
|
|
1062
1065
|
request: AffectedRequest;
|
|
1063
1066
|
}
|
|
1064
1067
|
const enum GenericIssueErrorType {
|
|
@@ -1182,7 +1185,8 @@ export declare namespace Audits {
|
|
|
1182
1185
|
RelyingPartyOriginIsOpaque = "RelyingPartyOriginIsOpaque",
|
|
1183
1186
|
TypeNotMatching = "TypeNotMatching",
|
|
1184
1187
|
UiDismissedNoEmbargo = "UiDismissedNoEmbargo",
|
|
1185
|
-
CorsError = "CorsError"
|
|
1188
|
+
CorsError = "CorsError",
|
|
1189
|
+
SuppressedBySegmentationPlatform = "SuppressedBySegmentationPlatform"
|
|
1186
1190
|
}
|
|
1187
1191
|
interface FederatedAuthUserInfoRequestIssueDetails {
|
|
1188
1192
|
federatedAuthUserInfoRequestIssueReason: FederatedAuthUserInfoRequestIssueReason;
|
|
@@ -1855,7 +1859,8 @@ export declare namespace Browser {
|
|
|
1855
1859
|
*/
|
|
1856
1860
|
const enum BrowserCommandId {
|
|
1857
1861
|
OpenTabSearch = "openTabSearch",
|
|
1858
|
-
CloseTabSearch = "closeTabSearch"
|
|
1862
|
+
CloseTabSearch = "closeTabSearch",
|
|
1863
|
+
OpenGlic = "openGlic"
|
|
1859
1864
|
}
|
|
1860
1865
|
/**
|
|
1861
1866
|
* Chrome histogram bucket.
|
|
@@ -6035,6 +6040,7 @@ export declare namespace Emulation {
|
|
|
6035
6040
|
/**
|
|
6036
6041
|
* If set, the display feature of a multi-segment screen. If not set, multi-segment support
|
|
6037
6042
|
* is turned-off.
|
|
6043
|
+
* Deprecated, use Emulation.setDisplayFeaturesOverride.
|
|
6038
6044
|
*/
|
|
6039
6045
|
displayFeature?: DisplayFeature;
|
|
6040
6046
|
/**
|
|
@@ -6047,6 +6053,9 @@ export declare namespace Emulation {
|
|
|
6047
6053
|
interface SetDevicePostureOverrideRequest {
|
|
6048
6054
|
posture: DevicePosture;
|
|
6049
6055
|
}
|
|
6056
|
+
interface SetDisplayFeaturesOverrideRequest {
|
|
6057
|
+
features: DisplayFeature[];
|
|
6058
|
+
}
|
|
6050
6059
|
interface SetScrollbarsHiddenRequest {
|
|
6051
6060
|
/**
|
|
6052
6061
|
* Whether scrollbars should be always hidden.
|
|
@@ -6112,6 +6121,22 @@ export declare namespace Emulation {
|
|
|
6112
6121
|
* Mock accuracy
|
|
6113
6122
|
*/
|
|
6114
6123
|
accuracy?: number;
|
|
6124
|
+
/**
|
|
6125
|
+
* Mock altitude
|
|
6126
|
+
*/
|
|
6127
|
+
altitude?: number;
|
|
6128
|
+
/**
|
|
6129
|
+
* Mock altitudeAccuracy
|
|
6130
|
+
*/
|
|
6131
|
+
altitudeAccuracy?: number;
|
|
6132
|
+
/**
|
|
6133
|
+
* Mock heading
|
|
6134
|
+
*/
|
|
6135
|
+
heading?: number;
|
|
6136
|
+
/**
|
|
6137
|
+
* Mock speed
|
|
6138
|
+
*/
|
|
6139
|
+
speed?: number;
|
|
6115
6140
|
}
|
|
6116
6141
|
interface GetOverriddenSensorInformationRequest {
|
|
6117
6142
|
type: SensorType;
|
|
@@ -8286,7 +8311,8 @@ export declare namespace Network {
|
|
|
8286
8311
|
Network = "network",
|
|
8287
8312
|
Cache = "cache",
|
|
8288
8313
|
FetchEvent = "fetch-event",
|
|
8289
|
-
RaceNetworkAndFetchHandler = "race-network-and-fetch-handler"
|
|
8314
|
+
RaceNetworkAndFetchHandler = "race-network-and-fetch-handler",
|
|
8315
|
+
RaceNetworkAndCache = "race-network-and-cache"
|
|
8290
8316
|
}
|
|
8291
8317
|
interface ServiceWorkerRouterInfo {
|
|
8292
8318
|
/**
|
|
@@ -8672,7 +8698,8 @@ export declare namespace Network {
|
|
|
8672
8698
|
SamePartyFromCrossPartyContext = "SamePartyFromCrossPartyContext",
|
|
8673
8699
|
NameValuePairExceedsMaxSize = "NameValuePairExceedsMaxSize",
|
|
8674
8700
|
PortMismatch = "PortMismatch",
|
|
8675
|
-
SchemeMismatch = "SchemeMismatch"
|
|
8701
|
+
SchemeMismatch = "SchemeMismatch",
|
|
8702
|
+
AnonymousContext = "AnonymousContext"
|
|
8676
8703
|
}
|
|
8677
8704
|
/**
|
|
8678
8705
|
* Types of reasons why a cookie should have been blocked by 3PCD but is exempted for the request.
|
|
@@ -11158,6 +11185,7 @@ export declare namespace Page {
|
|
|
11158
11185
|
CrossOriginIsolated = "cross-origin-isolated",
|
|
11159
11186
|
DeferredFetch = "deferred-fetch",
|
|
11160
11187
|
DeferredFetchMinimal = "deferred-fetch-minimal",
|
|
11188
|
+
DeviceAttributes = "device-attributes",
|
|
11161
11189
|
DigitalCredentialsGet = "digital-credentials-get",
|
|
11162
11190
|
DirectSockets = "direct-sockets",
|
|
11163
11191
|
DirectSocketsPrivate = "direct-sockets-private",
|
|
@@ -11179,6 +11207,7 @@ export declare namespace Page {
|
|
|
11179
11207
|
InterestCohort = "interest-cohort",
|
|
11180
11208
|
JoinAdInterestGroup = "join-ad-interest-group",
|
|
11181
11209
|
KeyboardMap = "keyboard-map",
|
|
11210
|
+
LanguageDetector = "language-detector",
|
|
11182
11211
|
LocalFonts = "local-fonts",
|
|
11183
11212
|
Magnetometer = "magnetometer",
|
|
11184
11213
|
MediaPlaybackWhileNotVisible = "media-playback-while-not-visible",
|
|
@@ -11193,6 +11222,7 @@ export declare namespace Page {
|
|
|
11193
11222
|
PrivateStateTokenRedemption = "private-state-token-redemption",
|
|
11194
11223
|
PublickeyCredentialsCreate = "publickey-credentials-create",
|
|
11195
11224
|
PublickeyCredentialsGet = "publickey-credentials-get",
|
|
11225
|
+
Rewriter = "rewriter",
|
|
11196
11226
|
RunAdAuction = "run-ad-auction",
|
|
11197
11227
|
ScreenWakeLock = "screen-wake-lock",
|
|
11198
11228
|
Serial = "serial",
|
|
@@ -11203,7 +11233,9 @@ export declare namespace Page {
|
|
|
11203
11233
|
SpeakerSelection = "speaker-selection",
|
|
11204
11234
|
StorageAccess = "storage-access",
|
|
11205
11235
|
SubApps = "sub-apps",
|
|
11236
|
+
Summarizer = "summarizer",
|
|
11206
11237
|
SyncXhr = "sync-xhr",
|
|
11238
|
+
Translator = "translator",
|
|
11207
11239
|
Unload = "unload",
|
|
11208
11240
|
Usb = "usb",
|
|
11209
11241
|
UsbUnrestricted = "usb-unrestricted",
|
|
@@ -11212,6 +11244,7 @@ export declare namespace Page {
|
|
|
11212
11244
|
WebPrinting = "web-printing",
|
|
11213
11245
|
WebShare = "web-share",
|
|
11214
11246
|
WindowManagement = "window-management",
|
|
11247
|
+
Writer = "writer",
|
|
11215
11248
|
XrSpatialTracking = "xr-spatial-tracking"
|
|
11216
11249
|
}
|
|
11217
11250
|
/**
|
|
@@ -13802,30 +13835,33 @@ export declare namespace Storage {
|
|
|
13802
13835
|
SellerTrustedSignals = "sellerTrustedSignals"
|
|
13803
13836
|
}
|
|
13804
13837
|
/**
|
|
13805
|
-
* Enum of shared storage access
|
|
13806
|
-
*/
|
|
13807
|
-
const enum
|
|
13808
|
-
|
|
13809
|
-
|
|
13810
|
-
|
|
13811
|
-
|
|
13812
|
-
|
|
13813
|
-
|
|
13814
|
-
|
|
13815
|
-
|
|
13816
|
-
|
|
13817
|
-
|
|
13818
|
-
|
|
13819
|
-
|
|
13820
|
-
|
|
13821
|
-
|
|
13822
|
-
|
|
13823
|
-
|
|
13824
|
-
|
|
13825
|
-
|
|
13826
|
-
|
|
13827
|
-
|
|
13828
|
-
|
|
13838
|
+
* Enum of shared storage access scopes.
|
|
13839
|
+
*/
|
|
13840
|
+
const enum SharedStorageAccessScope {
|
|
13841
|
+
Window = "window",
|
|
13842
|
+
SharedStorageWorklet = "sharedStorageWorklet",
|
|
13843
|
+
ProtectedAudienceWorklet = "protectedAudienceWorklet",
|
|
13844
|
+
Header = "header"
|
|
13845
|
+
}
|
|
13846
|
+
/**
|
|
13847
|
+
* Enum of shared storage access methods.
|
|
13848
|
+
*/
|
|
13849
|
+
const enum SharedStorageAccessMethod {
|
|
13850
|
+
AddModule = "addModule",
|
|
13851
|
+
CreateWorklet = "createWorklet",
|
|
13852
|
+
SelectURL = "selectURL",
|
|
13853
|
+
Run = "run",
|
|
13854
|
+
BatchUpdate = "batchUpdate",
|
|
13855
|
+
Set = "set",
|
|
13856
|
+
Append = "append",
|
|
13857
|
+
Delete = "delete",
|
|
13858
|
+
Clear = "clear",
|
|
13859
|
+
Get = "get",
|
|
13860
|
+
Keys = "keys",
|
|
13861
|
+
Values = "values",
|
|
13862
|
+
Entries = "entries",
|
|
13863
|
+
Length = "length",
|
|
13864
|
+
RemainingBudget = "remainingBudget"
|
|
13829
13865
|
}
|
|
13830
13866
|
/**
|
|
13831
13867
|
* Struct for a single key-value pair in an origin's shared storage.
|
|
@@ -14578,18 +14614,26 @@ export declare namespace Storage {
|
|
|
14578
14614
|
* Time of the access.
|
|
14579
14615
|
*/
|
|
14580
14616
|
accessTime: Network.TimeSinceEpoch;
|
|
14617
|
+
/**
|
|
14618
|
+
* Enum value indicating the access scope.
|
|
14619
|
+
*/
|
|
14620
|
+
scope: SharedStorageAccessScope;
|
|
14581
14621
|
/**
|
|
14582
14622
|
* Enum value indicating the Shared Storage API method invoked.
|
|
14583
14623
|
*/
|
|
14584
|
-
|
|
14624
|
+
method: SharedStorageAccessMethod;
|
|
14585
14625
|
/**
|
|
14586
14626
|
* DevTools Frame Token for the primary frame tree's root.
|
|
14587
14627
|
*/
|
|
14588
14628
|
mainFrameId: Page.FrameId;
|
|
14589
14629
|
/**
|
|
14590
|
-
*
|
|
14630
|
+
* Serialization of the origin owning the Shared Storage data.
|
|
14591
14631
|
*/
|
|
14592
14632
|
ownerOrigin: string;
|
|
14633
|
+
/**
|
|
14634
|
+
* Serialization of the site owning the Shared Storage data.
|
|
14635
|
+
*/
|
|
14636
|
+
ownerSite: string;
|
|
14593
14637
|
/**
|
|
14594
14638
|
* The sub-parameters wrapped by `params` are all optional and their
|
|
14595
14639
|
* presence/absence depends on `type`.
|
|
@@ -15026,6 +15070,12 @@ export declare namespace Target {
|
|
|
15026
15070
|
* Whether to create the target of type "tab".
|
|
15027
15071
|
*/
|
|
15028
15072
|
forTab?: boolean;
|
|
15073
|
+
/**
|
|
15074
|
+
* Whether to create a hidden target. The hidden target is observable via protocol, but not
|
|
15075
|
+
* present in the tab UI strip. Cannot be created with `forTab: true`, `newWindow: true` or
|
|
15076
|
+
* `background: false`. The life-time of the tab is limited to the life-time of the session.
|
|
15077
|
+
*/
|
|
15078
|
+
hidden?: boolean;
|
|
15029
15079
|
}
|
|
15030
15080
|
interface CreateTargetResponse extends ProtocolResponseWithError {
|
|
15031
15081
|
/**
|
|
@@ -16600,6 +16650,7 @@ export declare namespace Preload {
|
|
|
16600
16650
|
PrefetchFailedMIMENotSupported = "PrefetchFailedMIMENotSupported",
|
|
16601
16651
|
PrefetchFailedNetError = "PrefetchFailedNetError",
|
|
16602
16652
|
PrefetchFailedNon2XX = "PrefetchFailedNon2XX",
|
|
16653
|
+
PrefetchEvictedAfterBrowsingDataRemoved = "PrefetchEvictedAfterBrowsingDataRemoved",
|
|
16603
16654
|
PrefetchEvictedAfterCandidateRemoved = "PrefetchEvictedAfterCandidateRemoved",
|
|
16604
16655
|
PrefetchEvictedForNewerPrefetch = "PrefetchEvictedForNewerPrefetch",
|
|
16605
16656
|
PrefetchHeldback = "PrefetchHeldback",
|
|
@@ -16897,6 +16948,13 @@ export declare namespace BluetoothEmulation {
|
|
|
16897
16948
|
PoweredOff = "powered-off",
|
|
16898
16949
|
PoweredOn = "powered-on"
|
|
16899
16950
|
}
|
|
16951
|
+
/**
|
|
16952
|
+
* Indicates the various types of GATT event.
|
|
16953
|
+
*/
|
|
16954
|
+
const enum GATTOperationType {
|
|
16955
|
+
Connection = "connection",
|
|
16956
|
+
Discovery = "discovery"
|
|
16957
|
+
}
|
|
16900
16958
|
/**
|
|
16901
16959
|
* Stores the manufacturer data
|
|
16902
16960
|
*/
|
|
@@ -16940,6 +16998,20 @@ export declare namespace BluetoothEmulation {
|
|
|
16940
16998
|
rssi: integer;
|
|
16941
16999
|
scanRecord: ScanRecord;
|
|
16942
17000
|
}
|
|
17001
|
+
/**
|
|
17002
|
+
* Describes the properties of a characteristic. This follows Bluetooth Core
|
|
17003
|
+
* Specification BT 4.2 Vol 3 Part G 3.3.1. Characteristic Properties.
|
|
17004
|
+
*/
|
|
17005
|
+
interface CharacteristicProperties {
|
|
17006
|
+
broadcast?: boolean;
|
|
17007
|
+
read?: boolean;
|
|
17008
|
+
writeWithoutResponse?: boolean;
|
|
17009
|
+
write?: boolean;
|
|
17010
|
+
notify?: boolean;
|
|
17011
|
+
indicate?: boolean;
|
|
17012
|
+
authenticatedSignedWrites?: boolean;
|
|
17013
|
+
extendedProperties?: boolean;
|
|
17014
|
+
}
|
|
16943
17015
|
interface EnableRequest {
|
|
16944
17016
|
/**
|
|
16945
17017
|
* State of the simulated central.
|
|
@@ -16965,6 +17037,59 @@ export declare namespace BluetoothEmulation {
|
|
|
16965
17037
|
interface SimulateAdvertisementRequest {
|
|
16966
17038
|
entry: ScanEntry;
|
|
16967
17039
|
}
|
|
17040
|
+
interface SimulateGATTOperationResponseRequest {
|
|
17041
|
+
address: string;
|
|
17042
|
+
type: GATTOperationType;
|
|
17043
|
+
code: integer;
|
|
17044
|
+
}
|
|
17045
|
+
interface AddServiceRequest {
|
|
17046
|
+
address: string;
|
|
17047
|
+
serviceUuid: string;
|
|
17048
|
+
}
|
|
17049
|
+
interface AddServiceResponse extends ProtocolResponseWithError {
|
|
17050
|
+
/**
|
|
17051
|
+
* An identifier that uniquely represents this service.
|
|
17052
|
+
*/
|
|
17053
|
+
serviceId: string;
|
|
17054
|
+
}
|
|
17055
|
+
interface RemoveServiceRequest {
|
|
17056
|
+
serviceId: string;
|
|
17057
|
+
}
|
|
17058
|
+
interface AddCharacteristicRequest {
|
|
17059
|
+
serviceId: string;
|
|
17060
|
+
characteristicUuid: string;
|
|
17061
|
+
properties: CharacteristicProperties;
|
|
17062
|
+
}
|
|
17063
|
+
interface AddCharacteristicResponse extends ProtocolResponseWithError {
|
|
17064
|
+
/**
|
|
17065
|
+
* An identifier that uniquely represents this characteristic.
|
|
17066
|
+
*/
|
|
17067
|
+
characteristicId: string;
|
|
17068
|
+
}
|
|
17069
|
+
interface RemoveCharacteristicRequest {
|
|
17070
|
+
characteristicId: string;
|
|
17071
|
+
}
|
|
17072
|
+
interface AddDescriptorRequest {
|
|
17073
|
+
characteristicId: string;
|
|
17074
|
+
descriptorUuid: string;
|
|
17075
|
+
}
|
|
17076
|
+
interface AddDescriptorResponse extends ProtocolResponseWithError {
|
|
17077
|
+
/**
|
|
17078
|
+
* An identifier that uniquely represents this descriptor.
|
|
17079
|
+
*/
|
|
17080
|
+
descriptorId: string;
|
|
17081
|
+
}
|
|
17082
|
+
interface RemoveDescriptorRequest {
|
|
17083
|
+
descriptorId: string;
|
|
17084
|
+
}
|
|
17085
|
+
/**
|
|
17086
|
+
* Event for when a GATT operation of |type| to the peripheral with |address|
|
|
17087
|
+
* happened.
|
|
17088
|
+
*/
|
|
17089
|
+
interface GattOperationReceivedEvent {
|
|
17090
|
+
address: string;
|
|
17091
|
+
type: GATTOperationType;
|
|
17092
|
+
}
|
|
16968
17093
|
}
|
|
16969
17094
|
/**
|
|
16970
17095
|
* Debugger domain exposes JavaScript debugging capabilities. It allows setting and removing
|
package/locales/af.json
CHANGED
|
@@ -47,9 +47,15 @@
|
|
|
47
47
|
"generated/Deprecation.ts | GetUserMediaInsecureOrigin": {
|
|
48
48
|
"message": "getUserMedia() werk nie meer met onveilige oorspronge nie. Om hierdie kenmerk te gebruik, moet jy dit oorweeg om jou program na \u2019n veilige oorsprong, soos HTTPS, oor te skakel. Sien https://goo.gle/chrome-insecure-origins vir meer besonderhede."
|
|
49
49
|
},
|
|
50
|
+
"generated/Deprecation.ts | H1UserAgentFontSizeInSection": {
|
|
51
|
+
"message": "Het \u2019n <h1> merker binne \u2019n <article>, <aside>, <nav>, of <section> gekry wat nie \u2019n gespesifiseerde lettergrootte het nie. Die grootte van hierdie opskrifteks sal in die nabye toekoms in hierdie blaaier verander. Sien https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements#specifying_a_uniform_font_size_for_h1 vir meer inligting."
|
|
52
|
+
},
|
|
50
53
|
"generated/Deprecation.ts | HostCandidateAttributeGetter": {
|
|
51
54
|
"message": "RTCPeerConnectionIceErrorEvent.hostCandidate is opgeskort. Gebruik pleks daarvan RTCPeerConnectionIceErrorEvent.address of RTCPeerConnectionIceErrorEvent.port."
|
|
52
55
|
},
|
|
56
|
+
"generated/Deprecation.ts | IdentityDigitalCredentials": {
|
|
57
|
+
"message": "Hierdie formaat vir die navigator.credentials.get()-versoek vir digitale eiebewyse is opgeskort. Dateer jou oproep op om die nuwe formaat te gebruik."
|
|
58
|
+
},
|
|
53
59
|
"generated/Deprecation.ts | IdentityInCanMakePaymentEvent": {
|
|
54
60
|
"message": "Die handelaaroorsprong en arbitr\u00eare data van die canmakepayment-dienswerkergebeurtenis is opgeskort en sal verwyder word: topOrigin, paymentRequestOrigin, methodData, modifiers."
|
|
55
61
|
},
|
|
@@ -200,6 +206,24 @@
|
|
|
200
206
|
"models/trace/insights/CLSCulprits.ts | worstLayoutShiftCluster": {
|
|
201
207
|
"message": "Ergste uitlegverskuiwingkluster"
|
|
202
208
|
},
|
|
209
|
+
"models/trace/insights/Cache.ts | cacheTTL": {
|
|
210
|
+
"message": "Kasgeheue-TTL"
|
|
211
|
+
},
|
|
212
|
+
"models/trace/insights/Cache.ts | description": {
|
|
213
|
+
"message": "\u2019n Lang kasgeheueleeftyd kan herhaalbesoeke aan jou bladsy vinniger maak. [Meer inligting](https://web.dev/uses-long-cache-ttl/)."
|
|
214
|
+
},
|
|
215
|
+
"models/trace/insights/Cache.ts | noRequestsToCache": {
|
|
216
|
+
"message": "Geen versoeke met ondoeltreffende kasgeheuebeleide nie"
|
|
217
|
+
},
|
|
218
|
+
"models/trace/insights/Cache.ts | others": {
|
|
219
|
+
"message": "{PH1} ander"
|
|
220
|
+
},
|
|
221
|
+
"models/trace/insights/Cache.ts | requestColumn": {
|
|
222
|
+
"message": "Versoek"
|
|
223
|
+
},
|
|
224
|
+
"models/trace/insights/Cache.ts | title": {
|
|
225
|
+
"message": "Gebruik doeltreffende kasgeheueleeftye"
|
|
226
|
+
},
|
|
203
227
|
"models/trace/insights/DOMSize.ts | description": {
|
|
204
228
|
"message": "\u2019n Groot DOM kan die duur van stylberekeninge en uitleghervloei verleng, wat die reaksie van die bladsy be\u00efnvloed. \u2019n Groot DOM sal ook meer geheue gebruik. [Vind uit hoe om \u2019n buitensporige DOM-grootte te vermy](https://developer.chrome.com/docs/lighthouse/performance/dom-size/)."
|
|
205
229
|
},
|
|
@@ -257,11 +281,17 @@
|
|
|
257
281
|
"models/trace/insights/DocumentLatency.ts | uncompressedDownload": {
|
|
258
282
|
"message": "Onsaamgeperste aflaai"
|
|
259
283
|
},
|
|
260
|
-
"models/trace/insights/
|
|
284
|
+
"models/trace/insights/DuplicatedJavaScript.ts | columnDuplicatedBytes": {
|
|
285
|
+
"message": "Gedupliseerde grepe"
|
|
286
|
+
},
|
|
287
|
+
"models/trace/insights/DuplicatedJavaScript.ts | columnSource": {
|
|
288
|
+
"message": "Bron"
|
|
289
|
+
},
|
|
290
|
+
"models/trace/insights/DuplicatedJavaScript.ts | description": {
|
|
261
291
|
"message": "Verwyder groot duplikaat-JavaScript-modules uit bondels om onnodige grepe te verminder wat deur netwerkaktiwiteit verbruik word."
|
|
262
292
|
},
|
|
263
|
-
"models/trace/insights/
|
|
264
|
-
"message": "
|
|
293
|
+
"models/trace/insights/DuplicatedJavaScript.ts | title": {
|
|
294
|
+
"message": "Gedupliseerde JavaScript"
|
|
265
295
|
},
|
|
266
296
|
"models/trace/insights/FontDisplay.ts | description": {
|
|
267
297
|
"message": "Oorweeg dit om [font-display](https://developer.chrome.com/blog/font-display) op swap of optional te stel om te verseker dat teks deurgaans sigbaar is. swap kan verder geoptimeer word om uitlegverskuiwings te matig met [ignorering van lettertipemaatstawwe](https://developer.chrome.com/blog/font-fallbacks)."
|
|
@@ -290,6 +320,9 @@
|
|
|
290
320
|
"models/trace/insights/ForcedReflow.ts | totalReflowTime": {
|
|
291
321
|
"message": "Totale hervloeityd"
|
|
292
322
|
},
|
|
323
|
+
"models/trace/insights/ForcedReflow.ts | unattributed": {
|
|
324
|
+
"message": "Sonder toeskrywing"
|
|
325
|
+
},
|
|
293
326
|
"models/trace/insights/ImageDelivery.ts | description": {
|
|
294
327
|
"message": "As jy die aflaaityd van prente verminder, kan dit die waargenome laaityd van die bladsy en LCP verbeter. [Kry meer inligting oor die optimering van prentgrootte](https://developer.chrome.com/docs/lighthouse/performance/uses-optimized-images/)"
|
|
295
328
|
},
|
|
@@ -401,6 +434,33 @@
|
|
|
401
434
|
"models/trace/insights/LCPPhases.ts | title": {
|
|
402
435
|
"message": "LCP per fase"
|
|
403
436
|
},
|
|
437
|
+
"models/trace/insights/LegacyJavaScript.ts | columnScript": {
|
|
438
|
+
"message": "Skrip"
|
|
439
|
+
},
|
|
440
|
+
"models/trace/insights/LegacyJavaScript.ts | columnWastedBytes": {
|
|
441
|
+
"message": "Gemorste grepe"
|
|
442
|
+
},
|
|
443
|
+
"models/trace/insights/LegacyJavaScript.ts | description": {
|
|
444
|
+
"message": "Polivullings en omskeppings laat vorige blaaiers toe om nuwe JavaScript-kenmerke te gebruik. Baie daarvan is egter nie vir moderne blaaiers nodig nie. Oorweeg dit om jou JavaScript-bouproses te wysig om nie [Basislyn](https://web.dev/articles/baseline-and-polyfills)-kenmerke bron-tot-bron oor te dra nie, tensy jy weet dat jy vorige blaaiers moet steun. [Vind uit hoekom meeste werwe ES6+-kode kan ontplooi sonder om bron-tot-bron oor te dra](https://philipwalton.com/articles/the-state-of-es5-on-the-web/)"
|
|
445
|
+
},
|
|
446
|
+
"models/trace/insights/LegacyJavaScript.ts | title": {
|
|
447
|
+
"message": "Vorige JavaScript"
|
|
448
|
+
},
|
|
449
|
+
"models/trace/insights/ModernHTTP.ts | description": {
|
|
450
|
+
"message": "HTTP/2 en HTTP/3 bied baie voordele bo HTTP/1.1, soos multipleksvorming. [Kry meer inligting oor die gebruik van moderne HTTP](https://developer.chrome.com/docs/lighthouse/best-practices/uses-http2/)."
|
|
451
|
+
},
|
|
452
|
+
"models/trace/insights/ModernHTTP.ts | noOldProtocolRequests": {
|
|
453
|
+
"message": "Geen versoeke het HTTP/1.1 gebruik nie"
|
|
454
|
+
},
|
|
455
|
+
"models/trace/insights/ModernHTTP.ts | protocol": {
|
|
456
|
+
"message": "Protokol"
|
|
457
|
+
},
|
|
458
|
+
"models/trace/insights/ModernHTTP.ts | request": {
|
|
459
|
+
"message": "Versoek"
|
|
460
|
+
},
|
|
461
|
+
"models/trace/insights/ModernHTTP.ts | title": {
|
|
462
|
+
"message": "Moderne HTTP"
|
|
463
|
+
},
|
|
404
464
|
"models/trace/insights/NetworkDependencyTree.ts | description": {
|
|
405
465
|
"message": "[Vermy die ketting van kritieke versoeke](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains) deur die lengte van kettings te verminder, die aflaaigrootte van hulpbronne te verminder, of die aflaai van onnodige hulpbronne uit te stel om bladsylading te verbeter."
|
|
406
466
|
},
|