@paulirish/trace_engine 0.0.46 → 0.0.48
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/models/trace/extras/polyfills.d.ts +4 -0
- package/.tmp/tsbuildinfo/models/trace/extras/polyfills.d.ts.map +1 -0
- package/.tmp/tsbuildinfo/tsconfig.tsbuildinfo +1 -1
- package/core/platform/Constructor.d.ts +3 -0
- package/core/platform/Constructor.js +5 -0
- package/core/platform/Constructor.js.map +1 -0
- package/core/platform/MapUtilities.js +1 -0
- package/core/platform/MapUtilities.js.map +1 -1
- package/core/platform/MimeType.js +3 -0
- package/core/platform/MimeType.js.map +1 -1
- package/core/platform/TypescriptUtilities.d.ts +7 -0
- package/core/platform/TypescriptUtilities.js.map +1 -1
- package/core/platform/platform-tsconfig.json +1 -0
- package/core/platform/platform.d.ts +2 -1
- package/core/platform/platform.js +2 -1
- package/core/platform/platform.js.map +1 -1
- package/generated/protocol.d.ts +220 -4
- package/locales/en-US.json +10 -10
- package/locales/en-XL.json +10 -10
- package/models/trace/Processor.d.ts +4 -1
- package/models/trace/Processor.js +45 -24
- package/models/trace/Processor.js.map +1 -1
- package/models/trace/extras/ScriptDuplication.d.ts +1 -1
- package/models/trace/extras/ScriptDuplication.js +2 -2
- package/models/trace/extras/ScriptDuplication.js.map +1 -1
- package/models/trace/extras/extras.d.ts +3798 -0
- package/models/trace/extras/extras.js +3798 -0
- package/models/trace/handlers/LargestImagePaintHandler.d.ts +1 -1
- package/models/trace/handlers/LargestImagePaintHandler.js +3 -3
- package/models/trace/handlers/LargestImagePaintHandler.js.map +1 -1
- package/models/trace/handlers/LayoutShiftsHandler.d.ts +7 -1
- package/models/trace/handlers/LayoutShiftsHandler.js +16 -5
- package/models/trace/handlers/LayoutShiftsHandler.js.map +1 -1
- package/models/trace/handlers/MetaHandler.js +7 -1
- package/models/trace/handlers/MetaHandler.js.map +1 -1
- package/models/trace/handlers/PageLoadMetricsHandler.d.ts +5 -0
- package/models/trace/handlers/PageLoadMetricsHandler.js +3 -0
- package/models/trace/handlers/PageLoadMetricsHandler.js.map +1 -1
- package/models/trace/handlers/ScriptsHandler.d.ts +5 -1
- package/models/trace/handlers/ScriptsHandler.js +24 -11
- package/models/trace/handlers/ScriptsHandler.js.map +1 -1
- package/models/trace/handlers/types.d.ts +1 -1
- package/models/trace/handlers/types.js.map +1 -1
- package/models/trace/insights/CLSCulprits.d.ts +5 -5
- package/models/trace/insights/CLSCulprits.js +0 -3
- package/models/trace/insights/CLSCulprits.js.map +1 -1
- package/models/trace/insights/DOMSize.d.ts +3 -3
- package/models/trace/insights/DOMSize.js +1 -4
- package/models/trace/insights/DOMSize.js.map +1 -1
- package/models/trace/insights/DocumentLatency.d.ts +3 -3
- package/models/trace/insights/DocumentLatency.js +1 -4
- package/models/trace/insights/DocumentLatency.js.map +1 -1
- package/models/trace/insights/DuplicateJavaScript.d.ts +3 -3
- package/models/trace/insights/DuplicateJavaScript.js +5 -8
- package/models/trace/insights/DuplicateJavaScript.js.map +1 -1
- package/models/trace/insights/FontDisplay.d.ts +12 -9
- package/models/trace/insights/FontDisplay.js +15 -15
- package/models/trace/insights/FontDisplay.js.map +1 -1
- package/models/trace/insights/ForcedReflow.d.ts +3 -3
- package/models/trace/insights/ForcedReflow.js +1 -4
- package/models/trace/insights/ForcedReflow.js.map +1 -1
- package/models/trace/insights/ImageDelivery.d.ts +7 -6
- package/models/trace/insights/ImageDelivery.js +26 -20
- package/models/trace/insights/ImageDelivery.js.map +1 -1
- package/models/trace/insights/InteractionToNextPaint.d.ts +3 -3
- package/models/trace/insights/InteractionToNextPaint.js +0 -3
- package/models/trace/insights/InteractionToNextPaint.js.map +1 -1
- package/models/trace/insights/LCPDiscovery.d.ts +4 -3
- package/models/trace/insights/LCPDiscovery.js +4 -4
- package/models/trace/insights/LCPDiscovery.js.map +1 -1
- package/models/trace/insights/LCPPhases.d.ts +4 -4
- package/models/trace/insights/LCPPhases.js +1 -4
- package/models/trace/insights/LCPPhases.js.map +1 -1
- package/models/trace/insights/NetworkDependencyTree.d.ts +9 -3
- package/models/trace/insights/NetworkDependencyTree.js +39 -10
- package/models/trace/insights/NetworkDependencyTree.js.map +1 -1
- package/models/trace/insights/RenderBlocking.d.ts +4 -3
- package/models/trace/insights/RenderBlocking.js +4 -4
- package/models/trace/insights/RenderBlocking.js.map +1 -1
- package/models/trace/insights/SlowCSSSelector.d.ts +3 -3
- package/models/trace/insights/SlowCSSSelector.js +0 -3
- package/models/trace/insights/SlowCSSSelector.js.map +1 -1
- package/models/trace/insights/ThirdParties.d.ts +3 -3
- package/models/trace/insights/ThirdParties.js +1 -4
- package/models/trace/insights/ThirdParties.js.map +1 -1
- package/models/trace/insights/Viewport.d.ts +3 -3
- package/models/trace/insights/Viewport.js +11 -9
- package/models/trace/insights/Viewport.js.map +1 -1
- package/models/trace/insights/types.d.ts +6 -10
- package/models/trace/insights/types.js.map +1 -1
- package/models/trace/lantern/types/types-tsconfig.json +1 -1
- package/models/trace/types/Configuration.d.ts +6 -0
- package/models/trace/types/Configuration.js.map +1 -1
- package/models/trace/types/File.d.ts +8 -0
- package/models/trace/types/File.js.map +1 -1
- package/models/trace/types/TraceEvents.d.ts +16 -1
- package/models/trace/types/TraceEvents.js +3 -0
- package/models/trace/types/TraceEvents.js.map +1 -1
- package/models/trace/types/types-tsconfig.json +3 -0
- package/package.json +1 -1
package/generated/protocol.d.ts
CHANGED
|
@@ -2970,6 +2970,83 @@ export declare namespace CSS {
|
|
|
2970
2970
|
*/
|
|
2971
2971
|
style: CSSStyle;
|
|
2972
2972
|
}
|
|
2973
|
+
/**
|
|
2974
|
+
* CSS function argument representation.
|
|
2975
|
+
*/
|
|
2976
|
+
interface CSSFunctionParameter {
|
|
2977
|
+
/**
|
|
2978
|
+
* The parameter name.
|
|
2979
|
+
*/
|
|
2980
|
+
name: string;
|
|
2981
|
+
/**
|
|
2982
|
+
* The parameter type.
|
|
2983
|
+
*/
|
|
2984
|
+
type: string;
|
|
2985
|
+
}
|
|
2986
|
+
/**
|
|
2987
|
+
* CSS function conditional block representation.
|
|
2988
|
+
*/
|
|
2989
|
+
interface CSSFunctionConditionNode {
|
|
2990
|
+
/**
|
|
2991
|
+
* Media query for this conditional block. Only one type of condition should be set.
|
|
2992
|
+
*/
|
|
2993
|
+
media?: CSSMedia;
|
|
2994
|
+
/**
|
|
2995
|
+
* Container query for this conditional block. Only one type of condition should be set.
|
|
2996
|
+
*/
|
|
2997
|
+
containerQueries?: CSSContainerQuery;
|
|
2998
|
+
/**
|
|
2999
|
+
* @supports CSS at-rule condition. Only one type of condition should be set.
|
|
3000
|
+
*/
|
|
3001
|
+
supports?: CSSSupports;
|
|
3002
|
+
/**
|
|
3003
|
+
* Block body.
|
|
3004
|
+
*/
|
|
3005
|
+
children: CSSFunctionNode[];
|
|
3006
|
+
/**
|
|
3007
|
+
* The condition text.
|
|
3008
|
+
*/
|
|
3009
|
+
conditionText: string;
|
|
3010
|
+
}
|
|
3011
|
+
/**
|
|
3012
|
+
* Section of the body of a CSS function rule.
|
|
3013
|
+
*/
|
|
3014
|
+
interface CSSFunctionNode {
|
|
3015
|
+
/**
|
|
3016
|
+
* A conditional block. If set, style should not be set.
|
|
3017
|
+
*/
|
|
3018
|
+
condition?: CSSFunctionConditionNode;
|
|
3019
|
+
/**
|
|
3020
|
+
* Values set by this node. If set, condition should not be set.
|
|
3021
|
+
*/
|
|
3022
|
+
style?: CSSStyle;
|
|
3023
|
+
}
|
|
3024
|
+
/**
|
|
3025
|
+
* CSS function at-rule representation.
|
|
3026
|
+
*/
|
|
3027
|
+
interface CSSFunctionRule {
|
|
3028
|
+
/**
|
|
3029
|
+
* Name of the function.
|
|
3030
|
+
*/
|
|
3031
|
+
name: Value;
|
|
3032
|
+
/**
|
|
3033
|
+
* The css style sheet identifier (absent for user agent stylesheet and user-specified
|
|
3034
|
+
* stylesheet rules) this rule came from.
|
|
3035
|
+
*/
|
|
3036
|
+
styleSheetId?: StyleSheetId;
|
|
3037
|
+
/**
|
|
3038
|
+
* Parent stylesheet's origin.
|
|
3039
|
+
*/
|
|
3040
|
+
origin: StyleSheetOrigin;
|
|
3041
|
+
/**
|
|
3042
|
+
* List of parameters.
|
|
3043
|
+
*/
|
|
3044
|
+
parameters: CSSFunctionParameter[];
|
|
3045
|
+
/**
|
|
3046
|
+
* Function body.
|
|
3047
|
+
*/
|
|
3048
|
+
children: CSSFunctionNode[];
|
|
3049
|
+
}
|
|
2973
3050
|
/**
|
|
2974
3051
|
* CSS keyframe rule representation.
|
|
2975
3052
|
*/
|
|
@@ -3239,6 +3316,10 @@ export declare namespace CSS {
|
|
|
3239
3316
|
* Id of the first parent element that does not have display: contents.
|
|
3240
3317
|
*/
|
|
3241
3318
|
parentLayoutNodeId?: DOM.NodeId;
|
|
3319
|
+
/**
|
|
3320
|
+
* A list of CSS at-function rules referenced by styles of this node.
|
|
3321
|
+
*/
|
|
3322
|
+
cssFunctionRules?: CSSFunctionRule[];
|
|
3242
3323
|
}
|
|
3243
3324
|
interface GetMediaQueriesResponse extends ProtocolResponseWithError {
|
|
3244
3325
|
medias: CSSMedia[];
|
|
@@ -5665,6 +5746,40 @@ export declare namespace DeviceOrientation {
|
|
|
5665
5746
|
* This domain emulates different environments for the page.
|
|
5666
5747
|
*/
|
|
5667
5748
|
export declare namespace Emulation {
|
|
5749
|
+
interface SafeAreaInsets {
|
|
5750
|
+
/**
|
|
5751
|
+
* Overrides safe-area-inset-top.
|
|
5752
|
+
*/
|
|
5753
|
+
top?: integer;
|
|
5754
|
+
/**
|
|
5755
|
+
* Overrides safe-area-max-inset-top.
|
|
5756
|
+
*/
|
|
5757
|
+
topMax?: integer;
|
|
5758
|
+
/**
|
|
5759
|
+
* Overrides safe-area-inset-left.
|
|
5760
|
+
*/
|
|
5761
|
+
left?: integer;
|
|
5762
|
+
/**
|
|
5763
|
+
* Overrides safe-area-max-inset-left.
|
|
5764
|
+
*/
|
|
5765
|
+
leftMax?: integer;
|
|
5766
|
+
/**
|
|
5767
|
+
* Overrides safe-area-inset-bottom.
|
|
5768
|
+
*/
|
|
5769
|
+
bottom?: integer;
|
|
5770
|
+
/**
|
|
5771
|
+
* Overrides safe-area-max-inset-bottom.
|
|
5772
|
+
*/
|
|
5773
|
+
bottomMax?: integer;
|
|
5774
|
+
/**
|
|
5775
|
+
* Overrides safe-area-inset-right.
|
|
5776
|
+
*/
|
|
5777
|
+
right?: integer;
|
|
5778
|
+
/**
|
|
5779
|
+
* Overrides safe-area-max-inset-right.
|
|
5780
|
+
*/
|
|
5781
|
+
rightMax?: integer;
|
|
5782
|
+
}
|
|
5668
5783
|
const enum ScreenOrientationType {
|
|
5669
5784
|
PortraitPrimary = "portraitPrimary",
|
|
5670
5785
|
PortraitSecondary = "portraitSecondary",
|
|
@@ -5848,6 +5963,9 @@ export declare namespace Emulation {
|
|
|
5848
5963
|
*/
|
|
5849
5964
|
color?: DOM.RGBA;
|
|
5850
5965
|
}
|
|
5966
|
+
interface SetSafeAreaInsetsOverrideRequest {
|
|
5967
|
+
insets: SafeAreaInsets;
|
|
5968
|
+
}
|
|
5851
5969
|
interface SetDeviceMetricsOverrideRequest {
|
|
5852
5970
|
/**
|
|
5853
5971
|
* Overriding width value in pixels (minimum 0, maximum 10000000). 0 disables the override.
|
|
@@ -8090,7 +8208,8 @@ export declare namespace Network {
|
|
|
8090
8208
|
PreflightMissingPrivateNetworkAccessId = "PreflightMissingPrivateNetworkAccessId",
|
|
8091
8209
|
PreflightMissingPrivateNetworkAccessName = "PreflightMissingPrivateNetworkAccessName",
|
|
8092
8210
|
PrivateNetworkAccessPermissionUnavailable = "PrivateNetworkAccessPermissionUnavailable",
|
|
8093
|
-
PrivateNetworkAccessPermissionDenied = "PrivateNetworkAccessPermissionDenied"
|
|
8211
|
+
PrivateNetworkAccessPermissionDenied = "PrivateNetworkAccessPermissionDenied",
|
|
8212
|
+
LocalNetworkAccessPermissionDenied = "LocalNetworkAccessPermissionDenied"
|
|
8094
8213
|
}
|
|
8095
8214
|
interface CorsErrorStatus {
|
|
8096
8215
|
corsError: CorsError;
|
|
@@ -8880,12 +8999,36 @@ export declare namespace Network {
|
|
|
8880
8999
|
Br = "br",
|
|
8881
9000
|
Zstd = "zstd"
|
|
8882
9001
|
}
|
|
9002
|
+
const enum DirectSocketDnsQueryType {
|
|
9003
|
+
Ipv4 = "ipv4",
|
|
9004
|
+
Ipv6 = "ipv6"
|
|
9005
|
+
}
|
|
9006
|
+
interface DirectTCPSocketOptions {
|
|
9007
|
+
/**
|
|
9008
|
+
* TCP_NODELAY option
|
|
9009
|
+
*/
|
|
9010
|
+
noDelay: boolean;
|
|
9011
|
+
/**
|
|
9012
|
+
* Expected to be unsigned integer.
|
|
9013
|
+
*/
|
|
9014
|
+
keepAliveDelay?: number;
|
|
9015
|
+
/**
|
|
9016
|
+
* Expected to be unsigned integer.
|
|
9017
|
+
*/
|
|
9018
|
+
sendBufferSize?: number;
|
|
9019
|
+
/**
|
|
9020
|
+
* Expected to be unsigned integer.
|
|
9021
|
+
*/
|
|
9022
|
+
receiveBufferSize?: number;
|
|
9023
|
+
dnsQueryType?: DirectSocketDnsQueryType;
|
|
9024
|
+
}
|
|
8883
9025
|
const enum PrivateNetworkRequestPolicy {
|
|
8884
9026
|
Allow = "Allow",
|
|
8885
9027
|
BlockFromInsecureToMorePrivate = "BlockFromInsecureToMorePrivate",
|
|
8886
9028
|
WarnFromInsecureToMorePrivate = "WarnFromInsecureToMorePrivate",
|
|
8887
9029
|
PreflightBlock = "PreflightBlock",
|
|
8888
|
-
PreflightWarn = "PreflightWarn"
|
|
9030
|
+
PreflightWarn = "PreflightWarn",
|
|
9031
|
+
PermissionBlock = "PermissionBlock"
|
|
8889
9032
|
}
|
|
8890
9033
|
const enum IPAddressSpace {
|
|
8891
9034
|
Local = "Local",
|
|
@@ -9909,6 +10052,52 @@ export declare namespace Network {
|
|
|
9909
10052
|
*/
|
|
9910
10053
|
timestamp: MonotonicTime;
|
|
9911
10054
|
}
|
|
10055
|
+
/**
|
|
10056
|
+
* Fired upon direct_socket.TCPSocket creation.
|
|
10057
|
+
*/
|
|
10058
|
+
interface DirectTCPSocketCreatedEvent {
|
|
10059
|
+
identifier: RequestId;
|
|
10060
|
+
remoteAddr: string;
|
|
10061
|
+
/**
|
|
10062
|
+
* Unsigned int 16.
|
|
10063
|
+
*/
|
|
10064
|
+
remotePort: integer;
|
|
10065
|
+
options: DirectTCPSocketOptions;
|
|
10066
|
+
timestamp: MonotonicTime;
|
|
10067
|
+
initiator?: Initiator;
|
|
10068
|
+
}
|
|
10069
|
+
/**
|
|
10070
|
+
* Fired when direct_socket.TCPSocket connection is opened.
|
|
10071
|
+
*/
|
|
10072
|
+
interface DirectTCPSocketOpenedEvent {
|
|
10073
|
+
identifier: RequestId;
|
|
10074
|
+
remoteAddr: string;
|
|
10075
|
+
/**
|
|
10076
|
+
* Expected to be unsigned integer.
|
|
10077
|
+
*/
|
|
10078
|
+
remotePort: integer;
|
|
10079
|
+
timestamp: MonotonicTime;
|
|
10080
|
+
localAddr?: string;
|
|
10081
|
+
/**
|
|
10082
|
+
* Expected to be unsigned integer.
|
|
10083
|
+
*/
|
|
10084
|
+
localPort?: integer;
|
|
10085
|
+
}
|
|
10086
|
+
/**
|
|
10087
|
+
* Fired when direct_socket.TCPSocket is aborted.
|
|
10088
|
+
*/
|
|
10089
|
+
interface DirectTCPSocketAbortedEvent {
|
|
10090
|
+
identifier: RequestId;
|
|
10091
|
+
errorMessage: string;
|
|
10092
|
+
timestamp: MonotonicTime;
|
|
10093
|
+
}
|
|
10094
|
+
/**
|
|
10095
|
+
* Fired when direct_socket.TCPSocket is closed.
|
|
10096
|
+
*/
|
|
10097
|
+
interface DirectTCPSocketClosedEvent {
|
|
10098
|
+
identifier: RequestId;
|
|
10099
|
+
timestamp: MonotonicTime;
|
|
10100
|
+
}
|
|
9912
10101
|
/**
|
|
9913
10102
|
* Fired when additional information about a requestWillBeSent event is available from the
|
|
9914
10103
|
* network stack. Not every requestWillBeSent event will have an additional
|
|
@@ -10910,7 +11099,7 @@ export declare namespace Page {
|
|
|
10910
11099
|
}
|
|
10911
11100
|
/**
|
|
10912
11101
|
* All Permissions Policy features. This enum should match the one defined
|
|
10913
|
-
* in
|
|
11102
|
+
* in services/network/public/cpp/permissions_policy/permissions_policy_features.json5.
|
|
10914
11103
|
*/
|
|
10915
11104
|
const enum PermissionsPolicyFeature {
|
|
10916
11105
|
Accelerometer = "accelerometer",
|
|
@@ -11828,7 +12017,8 @@ export declare namespace Page {
|
|
|
11828
12017
|
EmbedderExtensionMessagingForOpenPort = "EmbedderExtensionMessagingForOpenPort",
|
|
11829
12018
|
EmbedderExtensionSentMessageToCachedFrame = "EmbedderExtensionSentMessageToCachedFrame",
|
|
11830
12019
|
RequestedByWebViewClient = "RequestedByWebViewClient",
|
|
11831
|
-
PostMessageByWebViewClient = "PostMessageByWebViewClient"
|
|
12020
|
+
PostMessageByWebViewClient = "PostMessageByWebViewClient",
|
|
12021
|
+
CacheControlNoStoreDeviceBoundSessionTerminated = "CacheControlNoStoreDeviceBoundSessionTerminated"
|
|
11832
12022
|
}
|
|
11833
12023
|
/**
|
|
11834
12024
|
* Types of not restored reasons for back-forward cache.
|
|
@@ -12004,6 +12194,13 @@ export declare namespace Page {
|
|
|
12004
12194
|
*/
|
|
12005
12195
|
url: string;
|
|
12006
12196
|
}
|
|
12197
|
+
interface EnableRequest {
|
|
12198
|
+
/**
|
|
12199
|
+
* If true, the `Page.fileChooserOpened` event will be emitted regardless of the state set by
|
|
12200
|
+
* `Page.setInterceptFileChooserDialog` command (default: false).
|
|
12201
|
+
*/
|
|
12202
|
+
enableFileChooserOpenedEvent?: boolean;
|
|
12203
|
+
}
|
|
12007
12204
|
interface GetAppManifestRequest {
|
|
12008
12205
|
manifestId?: string;
|
|
12009
12206
|
}
|
|
@@ -12557,6 +12754,12 @@ export declare namespace Page {
|
|
|
12557
12754
|
}
|
|
12558
12755
|
interface SetInterceptFileChooserDialogRequest {
|
|
12559
12756
|
enabled: boolean;
|
|
12757
|
+
/**
|
|
12758
|
+
* If true, cancels the dialog by emitting relevant events (if any)
|
|
12759
|
+
* in addition to not showing it if the interception is enabled
|
|
12760
|
+
* (default: false).
|
|
12761
|
+
*/
|
|
12762
|
+
cancel?: boolean;
|
|
12560
12763
|
}
|
|
12561
12764
|
interface SetPrerenderingAllowedRequest {
|
|
12562
12765
|
isAllowed: boolean;
|
|
@@ -16395,6 +16598,9 @@ export declare namespace Preload {
|
|
|
16395
16598
|
PrefetchNotEligibleSchemeIsNotHttps = "PrefetchNotEligibleSchemeIsNotHttps",
|
|
16396
16599
|
PrefetchNotEligibleUserHasCookies = "PrefetchNotEligibleUserHasCookies",
|
|
16397
16600
|
PrefetchNotEligibleUserHasServiceWorker = "PrefetchNotEligibleUserHasServiceWorker",
|
|
16601
|
+
PrefetchNotEligibleUserHasServiceWorkerNoFetchHandler = "PrefetchNotEligibleUserHasServiceWorkerNoFetchHandler",
|
|
16602
|
+
PrefetchNotEligibleRedirectFromServiceWorker = "PrefetchNotEligibleRedirectFromServiceWorker",
|
|
16603
|
+
PrefetchNotEligibleRedirectToServiceWorker = "PrefetchNotEligibleRedirectToServiceWorker",
|
|
16398
16604
|
PrefetchNotEligibleBatterySaverEnabled = "PrefetchNotEligibleBatterySaverEnabled",
|
|
16399
16605
|
PrefetchNotEligiblePreloadingDisabled = "PrefetchNotEligiblePreloadingDisabled",
|
|
16400
16606
|
PrefetchNotFinishedInTime = "PrefetchNotFinishedInTime",
|
|
@@ -16722,6 +16928,16 @@ export declare namespace BluetoothEmulation {
|
|
|
16722
16928
|
* State of the simulated central.
|
|
16723
16929
|
*/
|
|
16724
16930
|
state: CentralState;
|
|
16931
|
+
/**
|
|
16932
|
+
* If the simulated central supports low-energy.
|
|
16933
|
+
*/
|
|
16934
|
+
leSupported: boolean;
|
|
16935
|
+
}
|
|
16936
|
+
interface SetSimulatedCentralStateRequest {
|
|
16937
|
+
/**
|
|
16938
|
+
* State of the simulated central.
|
|
16939
|
+
*/
|
|
16940
|
+
state: CentralState;
|
|
16725
16941
|
}
|
|
16726
16942
|
interface SimulatePreconnectedPeripheralRequest {
|
|
16727
16943
|
address: string;
|
package/locales/en-US.json
CHANGED
|
@@ -47,6 +47,9 @@
|
|
|
47
47
|
"generated/Deprecation.ts | GetUserMediaInsecureOrigin": {
|
|
48
48
|
"message": "getUserMedia() no longer works on insecure origins. To use this feature, you should consider switching your application to a secure origin, such as HTTPS. See https://goo.gle/chrome-insecure-origins for more details."
|
|
49
49
|
},
|
|
50
|
+
"generated/Deprecation.ts | H1UserAgentFontSizeInSection": {
|
|
51
|
+
"message": "The website has an <h1> tag within an <article>, <aside>, <nav>, or <section>, and relies on deprecated UA stylesheet rules for the resulting font size. See the second block of 'x h1' styles in https://html.spec.whatwg.org/multipage/rendering.html#sections-and-headings. These special rules are deprecated and will be removed. See https://github.com/whatwg/html/issues/7867."
|
|
52
|
+
},
|
|
50
53
|
"generated/Deprecation.ts | HostCandidateAttributeGetter": {
|
|
51
54
|
"message": "RTCPeerConnectionIceErrorEvent.hostCandidate is deprecated. Please use RTCPeerConnectionIceErrorEvent.address or RTCPeerConnectionIceErrorEvent.port instead."
|
|
52
55
|
},
|
|
@@ -59,6 +62,9 @@
|
|
|
59
62
|
"generated/Deprecation.ts | InterestGroupDailyUpdateUrl": {
|
|
60
63
|
"message": "The dailyUpdateUrl field of InterestGroups passed to joinAdInterestGroup() has been renamed to updateUrl, to more accurately reflect its behavior."
|
|
61
64
|
},
|
|
65
|
+
"generated/Deprecation.ts | IntlV8BreakIterator": {
|
|
66
|
+
"message": "Intl.v8BreakIterator is deprecated. Please use Intl.Segmenter instead."
|
|
67
|
+
},
|
|
62
68
|
"generated/Deprecation.ts | LocalCSSFileExtensionRejected": {
|
|
63
69
|
"message": "CSS cannot be loaded from file: URLs unless they end in a .css file extension."
|
|
64
70
|
},
|
|
@@ -78,7 +84,7 @@
|
|
|
78
84
|
"message": "Permission for the Notification API may no longer be requested from a cross-origin iframe. You should consider requesting permission from a top-level frame or opening a new window instead."
|
|
79
85
|
},
|
|
80
86
|
"generated/Deprecation.ts | ObsoleteCreateImageBitmapImageOrientationNone": {
|
|
81
|
-
"message": "Option imageOrientation: 'none' in createImageBitmap is deprecated. Please use createImageBitmap with option {imageOrientation: 'from-image'} instead."
|
|
87
|
+
"message": "Option imageOrientation: 'none' in createImageBitmap is deprecated. Please use createImageBitmap with option '{imageOrientation: 'from-image'}' instead."
|
|
82
88
|
},
|
|
83
89
|
"generated/Deprecation.ts | ObsoleteWebRtcCipherSuite": {
|
|
84
90
|
"message": "Your partner is negotiating an obsolete (D)TLS version. Please check with your partner to have this fixed."
|
|
@@ -155,21 +161,12 @@
|
|
|
155
161
|
"generated/Deprecation.ts | V8SharedArrayBufferConstructedInExtensionWithoutIsolation": {
|
|
156
162
|
"message": "Extensions should opt into cross-origin isolation to continue using SharedArrayBuffer. See https://developer.chrome.com/docs/extensions/mv3/cross-origin-isolation/."
|
|
157
163
|
},
|
|
158
|
-
"generated/Deprecation.ts | WebGPULimitMaxInterStageShaderComponents": {
|
|
159
|
-
"message": "The WebGPU limit maxInterStageShaderComponents is deprecated, instead use the WebGPU limit maxInterStageShaderVariables."
|
|
160
|
-
},
|
|
161
|
-
"generated/Deprecation.ts | WebSQL": {
|
|
162
|
-
"message": "Web SQL is deprecated. Please use SQLite WebAssembly or Indexed Database"
|
|
163
|
-
},
|
|
164
164
|
"generated/Deprecation.ts | XHRJSONEncodingDetection": {
|
|
165
165
|
"message": "UTF-16 is not supported by response json in XMLHttpRequest"
|
|
166
166
|
},
|
|
167
167
|
"generated/Deprecation.ts | XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload": {
|
|
168
168
|
"message": "Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/."
|
|
169
169
|
},
|
|
170
|
-
"generated/Deprecation.ts | XRSupportsSession": {
|
|
171
|
-
"message": "supportsSession() is deprecated. Please use isSessionSupported() and check the resolved boolean value instead."
|
|
172
|
-
},
|
|
173
170
|
"models/trace/insights/CLSCulprits.ts | animation": {
|
|
174
171
|
"message": "Animation"
|
|
175
172
|
},
|
|
@@ -419,6 +416,9 @@
|
|
|
419
416
|
"models/trace/insights/NetworkDependencyTree.ts | title": {
|
|
420
417
|
"message": "Network dependency tree"
|
|
421
418
|
},
|
|
419
|
+
"models/trace/insights/NetworkDependencyTree.ts | warningDescription": {
|
|
420
|
+
"message": "Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load."
|
|
421
|
+
},
|
|
422
422
|
"models/trace/insights/RenderBlocking.ts | description": {
|
|
423
423
|
"message": "Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://web.dev/learn/performance/understanding-the-critical-path#render-blocking_resources/) can move these network requests out of the critical path."
|
|
424
424
|
},
|
package/locales/en-XL.json
CHANGED
|
@@ -47,6 +47,9 @@
|
|
|
47
47
|
"generated/Deprecation.ts | GetUserMediaInsecureOrigin": {
|
|
48
48
|
"message": "getUserMedia() n\u0302o\u0301 l\u0302o\u0301n\u0302g\u0301e\u0302r\u0301 w\u0302o\u0301r\u0302k\u0301s\u0302 o\u0301n\u0302 i\u0301n\u0302s\u0301e\u0302c\u0301u\u0302r\u0301e\u0302 o\u0301r\u0302i\u0301g\u0302i\u0301n\u0302s\u0301. T\u0302o\u0301 u\u0302s\u0301e\u0302 t\u0301h\u0302i\u0301s\u0302 f\u0301e\u0302a\u0301t\u0302u\u0301r\u0302e\u0301, y\u0302o\u0301u\u0302 s\u0301h\u0302o\u0301u\u0302l\u0301d\u0302 c\u0301o\u0302n\u0301s\u0302i\u0301d\u0302e\u0301r\u0302 s\u0301w\u0302i\u0301t\u0302c\u0301h\u0302i\u0301n\u0302g\u0301 y\u0302o\u0301u\u0302r\u0301 a\u0302p\u0301p\u0302l\u0301i\u0302c\u0301a\u0302t\u0301i\u0302o\u0301n\u0302 t\u0301o\u0302 a\u0301 s\u0302e\u0301c\u0302u\u0301r\u0302e\u0301 o\u0302r\u0301i\u0302g\u0301i\u0302n\u0301, s\u0302u\u0301c\u0302h\u0301 a\u0302s\u0301 H\u0302T\u0301T\u0302P\u0301S\u0302. S\u0301e\u0302e\u0301 h\u0302t\u0301t\u0302p\u0301s\u0302://g\u0301o\u0302o\u0301.g\u0302l\u0301e\u0302/c\u0301h\u0302r\u0301o\u0302m\u0301e\u0302-i\u0301n\u0302s\u0301e\u0302c\u0301u\u0302r\u0301e\u0302-o\u0301r\u0302i\u0301g\u0302i\u0301n\u0302s\u0301 f\u0302o\u0301r\u0302 m\u0301o\u0302r\u0301e\u0302 d\u0301e\u0302t\u0301a\u0302i\u0301l\u0302s\u0301."
|
|
49
49
|
},
|
|
50
|
+
"generated/Deprecation.ts | H1UserAgentFontSizeInSection": {
|
|
51
|
+
"message": "T\u0302h\u0301e\u0302 w\u0301e\u0302b\u0301s\u0302i\u0301t\u0302e\u0301 h\u0302a\u0301s\u0302 a\u0301n\u0302 <h\u03011> t\u0302a\u0301g\u0302 w\u0301i\u0302t\u0301h\u0302i\u0301n\u0302 a\u0301n\u0302 <a\u0301r\u0302t\u0301i\u0302c\u0301l\u0302e\u0301>, <a\u0302s\u0301i\u0302d\u0301e\u0302>, <n\u0301a\u0302v\u0301>, o\u0302r\u0301 <s\u0302e\u0301c\u0302t\u0301i\u0302o\u0301n\u0302>, a\u0301n\u0302d\u0301 r\u0302e\u0301l\u0302i\u0301e\u0302s\u0301 o\u0302n\u0301 d\u0302e\u0301p\u0302r\u0301e\u0302c\u0301a\u0302t\u0301e\u0302d\u0301 U\u0302A\u0301 s\u0302t\u0301y\u0302l\u0301e\u0302s\u0301h\u0302e\u0301e\u0302t\u0301 r\u0302u\u0301l\u0302e\u0301s\u0302 f\u0301o\u0302r\u0301 t\u0302h\u0301e\u0302 r\u0301e\u0302s\u0301u\u0302l\u0301t\u0302i\u0301n\u0302g\u0301 f\u0302o\u0301n\u0302t\u0301 s\u0302i\u0301z\u0302e\u0301. S\u0302e\u0301e\u0302 t\u0301h\u0302e\u0301 s\u0302e\u0301c\u0302o\u0301n\u0302d\u0301 b\u0302l\u0301o\u0302c\u0301k\u0302 o\u0301f\u0302 'x\u0301 h\u03021' s\u0301t\u0302y\u0301l\u0302e\u0301s\u0302 i\u0301n\u0302 h\u0301t\u0302t\u0301p\u0302s\u0301://h\u0302t\u0301m\u0302l\u0301.s\u0302p\u0301e\u0302c\u0301.w\u0302h\u0301a\u0302t\u0301w\u0302g\u0301.o\u0302r\u0301g\u0302/m\u0301u\u0302l\u0301t\u0302i\u0301p\u0302a\u0301g\u0302e\u0301/r\u0302e\u0301n\u0302d\u0301e\u0302r\u0301i\u0302n\u0301g\u0302.h\u0301t\u0302m\u0301l\u0302#s\u0301e\u0302c\u0301t\u0302i\u0301o\u0302n\u0301s\u0302-a\u0301n\u0302d\u0301-h\u0302e\u0301a\u0302d\u0301i\u0302n\u0301g\u0302s\u0301. T\u0302h\u0301e\u0302s\u0301e\u0302 s\u0301p\u0302e\u0301c\u0302i\u0301a\u0302l\u0301 r\u0302u\u0301l\u0302e\u0301s\u0302 a\u0301r\u0302e\u0301 d\u0302e\u0301p\u0302r\u0301e\u0302c\u0301a\u0302t\u0301e\u0302d\u0301 a\u0302n\u0301d\u0302 w\u0301i\u0302l\u0301l\u0302 b\u0301e\u0302 r\u0301e\u0302m\u0301o\u0302v\u0301e\u0302d\u0301. S\u0302e\u0301e\u0302 h\u0301t\u0302t\u0301p\u0302s\u0301://g\u0302i\u0301t\u0302h\u0301u\u0302b\u0301.c\u0302o\u0301m\u0302/w\u0301h\u0302a\u0301t\u0302w\u0301g\u0302/h\u0301t\u0302m\u0301l\u0302/i\u0301s\u0302s\u0301u\u0302e\u0301s\u0302/7867."
|
|
52
|
+
},
|
|
50
53
|
"generated/Deprecation.ts | HostCandidateAttributeGetter": {
|
|
51
54
|
"message": "RTCPeerConnectionIceErrorEvent.hostCandidate i\u0302s\u0301 d\u0302e\u0301p\u0302r\u0301e\u0302c\u0301a\u0302t\u0301e\u0302d\u0301. P\u0302l\u0301e\u0302a\u0301s\u0302e\u0301 u\u0302s\u0301e\u0302 RTCPeerConnectionIceErrorEvent.address o\u0301r\u0302 RTCPeerConnectionIceErrorEvent.port i\u0301n\u0302s\u0301t\u0302e\u0301a\u0302d\u0301."
|
|
52
55
|
},
|
|
@@ -59,6 +62,9 @@
|
|
|
59
62
|
"generated/Deprecation.ts | InterestGroupDailyUpdateUrl": {
|
|
60
63
|
"message": "T\u0302h\u0301e\u0302 dailyUpdateUrl f\u0301i\u0302e\u0301l\u0302d\u0301 o\u0302f\u0301 InterestGroups p\u0302a\u0301s\u0302s\u0301e\u0302d\u0301 t\u0302o\u0301 joinAdInterestGroup() h\u0302a\u0301s\u0302 b\u0301e\u0302e\u0301n\u0302 r\u0301e\u0302n\u0301a\u0302m\u0301e\u0302d\u0301 t\u0302o\u0301 updateUrl, t\u0302o\u0301 m\u0302o\u0301r\u0302e\u0301 a\u0302c\u0301c\u0302u\u0301r\u0302a\u0301t\u0302e\u0301l\u0302y\u0301 r\u0302e\u0301f\u0302l\u0301e\u0302c\u0301t\u0302 i\u0301t\u0302s\u0301 b\u0302e\u0301h\u0302a\u0301v\u0302i\u0301o\u0302r\u0301."
|
|
61
64
|
},
|
|
65
|
+
"generated/Deprecation.ts | IntlV8BreakIterator": {
|
|
66
|
+
"message": "Intl.v8BreakIterator i\u0302s\u0301 d\u0302e\u0301p\u0302r\u0301e\u0302c\u0301a\u0302t\u0301e\u0302d\u0301. P\u0302l\u0301e\u0302a\u0301s\u0302e\u0301 u\u0302s\u0301e\u0302 Intl.Segmenter i\u0301n\u0302s\u0301t\u0302e\u0301a\u0302d\u0301."
|
|
67
|
+
},
|
|
62
68
|
"generated/Deprecation.ts | LocalCSSFileExtensionRejected": {
|
|
63
69
|
"message": "C\u0302S\u0301S\u0302 c\u0301a\u0302n\u0301n\u0302o\u0301t\u0302 b\u0301e\u0302 l\u0301o\u0302a\u0301d\u0302e\u0301d\u0302 f\u0301r\u0302o\u0301m\u0302 file: U\u0301R\u0302L\u0301s\u0302 u\u0301n\u0302l\u0301e\u0302s\u0301s\u0302 t\u0301h\u0302e\u0301y\u0302 e\u0301n\u0302d\u0301 i\u0302n\u0301 a\u0302 .css f\u0301i\u0302l\u0301e\u0302 e\u0301x\u0302t\u0301e\u0302n\u0301s\u0302i\u0301o\u0302n\u0301."
|
|
64
70
|
},
|
|
@@ -78,7 +84,7 @@
|
|
|
78
84
|
"message": "P\u0302e\u0301r\u0302m\u0301i\u0302s\u0301s\u0302i\u0301o\u0302n\u0301 f\u0302o\u0301r\u0302 t\u0301h\u0302e\u0301 N\u0302o\u0301t\u0302i\u0301f\u0302i\u0301c\u0302a\u0301t\u0302i\u0301o\u0302n\u0301 A\u0302P\u0301I\u0302 m\u0301a\u0302y\u0301 n\u0302o\u0301 l\u0302o\u0301n\u0302g\u0301e\u0302r\u0301 b\u0302e\u0301 r\u0302e\u0301q\u0302u\u0301e\u0302s\u0301t\u0302e\u0301d\u0302 f\u0301r\u0302o\u0301m\u0302 a\u0301 c\u0302r\u0301o\u0302s\u0301s\u0302-o\u0301r\u0302i\u0301g\u0302i\u0301n\u0302 i\u0301f\u0302r\u0301a\u0302m\u0301e\u0302. Y\u0301o\u0302u\u0301 s\u0302h\u0301o\u0302u\u0301l\u0302d\u0301 c\u0302o\u0301n\u0302s\u0301i\u0302d\u0301e\u0302r\u0301 r\u0302e\u0301q\u0302u\u0301e\u0302s\u0301t\u0302i\u0301n\u0302g\u0301 p\u0302e\u0301r\u0302m\u0301i\u0302s\u0301s\u0302i\u0301o\u0302n\u0301 f\u0302r\u0301o\u0302m\u0301 a\u0302 t\u0301o\u0302p\u0301-l\u0302e\u0301v\u0302e\u0301l\u0302 f\u0301r\u0302a\u0301m\u0302e\u0301 o\u0302r\u0301 o\u0302p\u0301e\u0302n\u0301i\u0302n\u0301g\u0302 a\u0301 n\u0302e\u0301w\u0302 w\u0301i\u0302n\u0301d\u0302o\u0301w\u0302 i\u0301n\u0302s\u0301t\u0302e\u0301a\u0302d\u0301."
|
|
79
85
|
},
|
|
80
86
|
"generated/Deprecation.ts | ObsoleteCreateImageBitmapImageOrientationNone": {
|
|
81
|
-
"message": "O\u0302p\u0301t\u0302i\u0301o\u0302n\u0301 imageOrientation: 'none' i\u0302n\u0301 c\u0302r\u0301e\u0302a\u0301t\u0302e\u0301I\u0302m\u0301a\u0302g\u0301e\u0302B\u0301i\u0302t\u0301m\u0302a\u0301p\u0302 i\u0301s\u0302 d\u0301e\u0302p\u0301r\u0302e\u0301c\u0302a\u0301t\u0302e\u0301d\u0302. P\u0301l\u0302e\u0301a\u0302s\u0301e\u0302 u\u0301s\u0302e\u0301 c\u0302r\u0301e\u0302a\u0301t\u0302e\u0301I\u0302m\u0301a\u0302g\u0301e\u0302B\u0301i\u0302t\u0301m\u0302a\u0301p\u0302 w\u0301i\u0302t\u0301h\u0302 o\u0301p\u0302t\u0301i\u0302o\u0301n\u0302 {imageOrientation: 'from-image'} i\u0301n\u0302s\u0301t\u0302e\u0301a\u0302d\u0301."
|
|
87
|
+
"message": "O\u0302p\u0301t\u0302i\u0301o\u0302n\u0301 imageOrientation: 'none' i\u0302n\u0301 c\u0302r\u0301e\u0302a\u0301t\u0302e\u0301I\u0302m\u0301a\u0302g\u0301e\u0302B\u0301i\u0302t\u0301m\u0302a\u0301p\u0302 i\u0301s\u0302 d\u0301e\u0302p\u0301r\u0302e\u0301c\u0302a\u0301t\u0302e\u0301d\u0302. P\u0301l\u0302e\u0301a\u0302s\u0301e\u0302 u\u0301s\u0302e\u0301 c\u0302r\u0301e\u0302a\u0301t\u0302e\u0301I\u0302m\u0301a\u0302g\u0301e\u0302B\u0301i\u0302t\u0301m\u0302a\u0301p\u0302 w\u0301i\u0302t\u0301h\u0302 o\u0301p\u0302t\u0301i\u0302o\u0301n\u0302 '{imageOrientation: 'from-image'}' i\u0301n\u0302s\u0301t\u0302e\u0301a\u0302d\u0301."
|
|
82
88
|
},
|
|
83
89
|
"generated/Deprecation.ts | ObsoleteWebRtcCipherSuite": {
|
|
84
90
|
"message": "Y\u0302o\u0301u\u0302r\u0301 p\u0302a\u0301r\u0302t\u0301n\u0302e\u0301r\u0302 i\u0301s\u0302 n\u0301e\u0302g\u0301o\u0302t\u0301i\u0302a\u0301t\u0302i\u0301n\u0302g\u0301 a\u0302n\u0301 o\u0302b\u0301s\u0302o\u0301l\u0302e\u0301t\u0302e\u0301 (D\u0302)T\u0301L\u0302S\u0301 v\u0302e\u0301r\u0302s\u0301i\u0302o\u0301n\u0302. P\u0301l\u0302e\u0301a\u0302s\u0301e\u0302 c\u0301h\u0302e\u0301c\u0302k\u0301 w\u0302i\u0301t\u0302h\u0301 y\u0302o\u0301u\u0302r\u0301 p\u0302a\u0301r\u0302t\u0301n\u0302e\u0301r\u0302 t\u0301o\u0302 h\u0301a\u0302v\u0301e\u0302 t\u0301h\u0302i\u0301s\u0302 f\u0301i\u0302x\u0301e\u0302d\u0301."
|
|
@@ -155,21 +161,12 @@
|
|
|
155
161
|
"generated/Deprecation.ts | V8SharedArrayBufferConstructedInExtensionWithoutIsolation": {
|
|
156
162
|
"message": "E\u0302x\u0301t\u0302e\u0301n\u0302s\u0301i\u0302o\u0301n\u0302s\u0301 s\u0302h\u0301o\u0302u\u0301l\u0302d\u0301 o\u0302p\u0301t\u0302 i\u0301n\u0302t\u0301o\u0302 c\u0301r\u0302o\u0301s\u0302s\u0301-o\u0302r\u0301i\u0302g\u0301i\u0302n\u0301 i\u0302s\u0301o\u0302l\u0301a\u0302t\u0301i\u0302o\u0301n\u0302 t\u0301o\u0302 c\u0301o\u0302n\u0301t\u0302i\u0301n\u0302u\u0301e\u0302 u\u0301s\u0302i\u0301n\u0302g\u0301 SharedArrayBuffer. S\u0302e\u0301e\u0302 h\u0301t\u0302t\u0301p\u0302s\u0301://d\u0302e\u0301v\u0302e\u0301l\u0302o\u0301p\u0302e\u0301r\u0302.c\u0301h\u0302r\u0301o\u0302m\u0301e\u0302.c\u0301o\u0302m\u0301/d\u0302o\u0301c\u0302s\u0301/e\u0302x\u0301t\u0302e\u0301n\u0302s\u0301i\u0302o\u0301n\u0302s\u0301/m\u0302v\u03013/c\u0302r\u0301o\u0302s\u0301s\u0302-o\u0301r\u0302i\u0301g\u0302i\u0301n\u0302-i\u0301s\u0302o\u0301l\u0302a\u0301t\u0302i\u0301o\u0302n\u0301/."
|
|
157
163
|
},
|
|
158
|
-
"generated/Deprecation.ts | WebGPULimitMaxInterStageShaderComponents": {
|
|
159
|
-
"message": "T\u0302h\u0301e\u0302 W\u0301e\u0302b\u0301G\u0302P\u0301U\u0302 l\u0301i\u0302m\u0301i\u0302t\u0301 maxInterStageShaderComponents i\u0302s\u0301 d\u0302e\u0301p\u0302r\u0301e\u0302c\u0301a\u0302t\u0301e\u0302d\u0301, i\u0302n\u0301s\u0302t\u0301e\u0302a\u0301d\u0302 u\u0301s\u0302e\u0301 t\u0302h\u0301e\u0302 W\u0301e\u0302b\u0301G\u0302P\u0301U\u0302 l\u0301i\u0302m\u0301i\u0302t\u0301 maxInterStageShaderVariables."
|
|
160
|
-
},
|
|
161
|
-
"generated/Deprecation.ts | WebSQL": {
|
|
162
|
-
"message": "W\u0302e\u0301b\u0302 S\u0301Q\u0302L\u0301 i\u0302s\u0301 d\u0302e\u0301p\u0302r\u0301e\u0302c\u0301a\u0302t\u0301e\u0302d\u0301. P\u0302l\u0301e\u0302a\u0301s\u0302e\u0301 u\u0302s\u0301e\u0302 S\u0301Q\u0302L\u0301i\u0302t\u0301e\u0302 W\u0301e\u0302b\u0301A\u0302s\u0301s\u0302e\u0301m\u0302b\u0301l\u0302y\u0301 o\u0302r\u0301 I\u0302n\u0301d\u0302e\u0301x\u0302e\u0301d\u0302 D\u0301a\u0302t\u0301a\u0302b\u0301a\u0302s\u0301e\u0302"
|
|
163
|
-
},
|
|
164
164
|
"generated/Deprecation.ts | XHRJSONEncodingDetection": {
|
|
165
165
|
"message": "U\u0302T\u0301F\u0302-16 i\u0301s\u0302 n\u0301o\u0302t\u0301 s\u0302u\u0301p\u0302p\u0301o\u0302r\u0301t\u0302e\u0301d\u0302 b\u0301y\u0302 r\u0301e\u0302s\u0301p\u0302o\u0301n\u0302s\u0301e\u0302 j\u0301s\u0302o\u0301n\u0302 i\u0301n\u0302 XMLHttpRequest"
|
|
166
166
|
},
|
|
167
167
|
"generated/Deprecation.ts | XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload": {
|
|
168
168
|
"message": "S\u0302y\u0301n\u0302c\u0301h\u0302r\u0301o\u0302n\u0301o\u0302u\u0301s\u0302 XMLHttpRequest o\u0301n\u0302 t\u0301h\u0302e\u0301 m\u0302a\u0301i\u0302n\u0301 t\u0302h\u0301r\u0302e\u0301a\u0302d\u0301 i\u0302s\u0301 d\u0302e\u0301p\u0302r\u0301e\u0302c\u0301a\u0302t\u0301e\u0302d\u0301 b\u0302e\u0301c\u0302a\u0301u\u0302s\u0301e\u0302 o\u0301f\u0302 i\u0301t\u0302s\u0301 d\u0302e\u0301t\u0302r\u0301i\u0302m\u0301e\u0302n\u0301t\u0302a\u0301l\u0302 e\u0301f\u0302f\u0301e\u0302c\u0301t\u0302s\u0301 t\u0302o\u0301 t\u0302h\u0301e\u0302 e\u0301n\u0302d\u0301 u\u0302s\u0301e\u0302r\u0301's\u0302 e\u0301x\u0302p\u0301e\u0302r\u0301i\u0302e\u0301n\u0302c\u0301e\u0302. F\u0301o\u0302r\u0301 m\u0302o\u0301r\u0302e\u0301 h\u0302e\u0301l\u0302p\u0301, c\u0302h\u0301e\u0302c\u0301k\u0302 h\u0301t\u0302t\u0301p\u0302s\u0301://x\u0302h\u0301r\u0302.s\u0301p\u0302e\u0301c\u0302.w\u0301h\u0302a\u0301t\u0302w\u0301g\u0302.o\u0301r\u0302g\u0301/."
|
|
169
169
|
},
|
|
170
|
-
"generated/Deprecation.ts | XRSupportsSession": {
|
|
171
|
-
"message": "supportsSession() i\u0302s\u0301 d\u0302e\u0301p\u0302r\u0301e\u0302c\u0301a\u0302t\u0301e\u0302d\u0301. P\u0302l\u0301e\u0302a\u0301s\u0302e\u0301 u\u0302s\u0301e\u0302 isSessionSupported() a\u0301n\u0302d\u0301 c\u0302h\u0301e\u0302c\u0301k\u0302 t\u0301h\u0302e\u0301 r\u0302e\u0301s\u0302o\u0301l\u0302v\u0301e\u0302d\u0301 b\u0302o\u0301o\u0302l\u0301e\u0302a\u0301n\u0302 v\u0301a\u0302l\u0301u\u0302e\u0301 i\u0302n\u0301s\u0302t\u0301e\u0302a\u0301d\u0302."
|
|
172
|
-
},
|
|
173
170
|
"models/trace/insights/CLSCulprits.ts | animation": {
|
|
174
171
|
"message": "A\u0302n\u0301i\u0302m\u0301a\u0302t\u0301i\u0302o\u0301n\u0302"
|
|
175
172
|
},
|
|
@@ -419,6 +416,9 @@
|
|
|
419
416
|
"models/trace/insights/NetworkDependencyTree.ts | title": {
|
|
420
417
|
"message": "N\u0302e\u0301t\u0302w\u0301o\u0302r\u0301k\u0302 d\u0301e\u0302p\u0301e\u0302n\u0301d\u0302e\u0301n\u0302c\u0301y\u0302 t\u0301r\u0302e\u0301e\u0302"
|
|
421
418
|
},
|
|
419
|
+
"models/trace/insights/NetworkDependencyTree.ts | warningDescription": {
|
|
420
|
+
"message": "A\u0302v\u0301o\u0302i\u0301d\u0302 c\u0301h\u0302a\u0301i\u0302n\u0301i\u0302n\u0301g\u0302 c\u0301r\u0302i\u0301t\u0302i\u0301c\u0302a\u0301l\u0302 r\u0301e\u0302q\u0301u\u0302e\u0301s\u0302t\u0301s\u0302 b\u0301y\u0302 r\u0301e\u0302d\u0301u\u0302c\u0301i\u0302n\u0301g\u0302 t\u0301h\u0302e\u0301 l\u0302e\u0301n\u0302g\u0301t\u0302h\u0301 o\u0302f\u0301 c\u0302h\u0301a\u0302i\u0301n\u0302s\u0301, r\u0302e\u0301d\u0302u\u0301c\u0302i\u0301n\u0302g\u0301 t\u0302h\u0301e\u0302 d\u0301o\u0302w\u0301n\u0302l\u0301o\u0302a\u0301d\u0302 s\u0301i\u0302z\u0301e\u0302 o\u0301f\u0302 r\u0301e\u0302s\u0301o\u0302u\u0301r\u0302c\u0301e\u0302s\u0301, o\u0302r\u0301 d\u0302e\u0301f\u0302e\u0301r\u0302r\u0301i\u0302n\u0301g\u0302 t\u0301h\u0302e\u0301 d\u0302o\u0301w\u0302n\u0301l\u0302o\u0301a\u0302d\u0301 o\u0302f\u0301 u\u0302n\u0301n\u0302e\u0301c\u0302e\u0301s\u0302s\u0301a\u0302r\u0301y\u0302 r\u0301e\u0302s\u0301o\u0302u\u0301r\u0302c\u0301e\u0302s\u0301 t\u0302o\u0301 i\u0302m\u0301p\u0302r\u0301o\u0302v\u0301e\u0302 p\u0301a\u0302g\u0301e\u0302 l\u0301o\u0302a\u0301d\u0302."
|
|
421
|
+
},
|
|
422
422
|
"models/trace/insights/RenderBlocking.ts | description": {
|
|
423
423
|
"message": "R\u0302e\u0301q\u0302u\u0301e\u0302s\u0301t\u0302s\u0301 a\u0302r\u0301e\u0302 b\u0301l\u0302o\u0301c\u0302k\u0301i\u0302n\u0301g\u0302 t\u0301h\u0302e\u0301 p\u0302a\u0301g\u0302e\u0301's\u0302 i\u0301n\u0302i\u0301t\u0302i\u0301a\u0302l\u0301 r\u0302e\u0301n\u0302d\u0301e\u0302r\u0301, w\u0302h\u0301i\u0302c\u0301h\u0302 m\u0301a\u0302y\u0301 d\u0302e\u0301l\u0302a\u0301y\u0302 L\u0301C\u0302P\u0301. [D\u0302e\u0301f\u0302e\u0301r\u0302r\u0301i\u0302n\u0301g\u0302 o\u0301r\u0302 i\u0301n\u0302l\u0301i\u0302n\u0301i\u0302n\u0301g\u0302](https://web.dev/learn/performance/understanding-the-critical-path#render-blocking_resources/) c\u0301a\u0302n\u0301 m\u0302o\u0301v\u0302e\u0301 t\u0302h\u0301e\u0302s\u0301e\u0302 n\u0301e\u0302t\u0301w\u0302o\u0301r\u0302k\u0301 r\u0302e\u0301q\u0302u\u0301e\u0302s\u0301t\u0302s\u0301 o\u0302u\u0301t\u0302 o\u0301f\u0302 t\u0301h\u0302e\u0301 c\u0302r\u0301i\u0302t\u0301i\u0302c\u0301a\u0302l\u0301 p\u0302a\u0301t\u0302h\u0301."
|
|
424
424
|
},
|
|
@@ -15,7 +15,10 @@ declare global {
|
|
|
15
15
|
export declare class TraceProcessor extends EventTarget {
|
|
16
16
|
#private;
|
|
17
17
|
static createWithAllHandlers(): TraceProcessor;
|
|
18
|
-
|
|
18
|
+
/**
|
|
19
|
+
* This function is kept for testing with `stub`.
|
|
20
|
+
*/
|
|
21
|
+
static getInsightRunners(): Insights.Types.InsightModelsType;
|
|
19
22
|
constructor(traceHandlers: Partial<Handlers.Types.Handlers>, modelConfiguration?: Types.Configuration.Configuration);
|
|
20
23
|
reset(): void;
|
|
21
24
|
parse(traceEvents: readonly Types.Events.Event[], options: Types.Configuration.ParseOptions): Promise<void>;
|