lighthouse 10.2.0-dev.20230612 → 10.3.0
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/core/audits/deprecations.js +1 -1
- package/core/audits/server-response-time.d.ts +2 -1
- package/core/audits/server-response-time.js +11 -2
- package/core/audits/uses-rel-preconnect.js +20 -4
- package/core/lib/bf-cache-strings.d.ts +3 -0
- package/core/lib/bf-cache-strings.js +248 -232
- package/core/lib/cdt/generated/SourceMap.d.ts +18 -31
- package/core/lib/cdt/generated/SourceMap.js +51 -101
- package/core/lib/dependency-graph/simulator/network-analyzer.js +13 -0
- package/core/lib/deprecation-description.d.ts +17 -0
- package/core/lib/deprecation-description.js +71 -0
- package/core/lib/deprecations-strings.d.ts +282 -63
- package/core/lib/deprecations-strings.js +282 -551
- package/core/lib/network-request.d.ts +6 -6
- package/core/lib/network-request.js +6 -9
- package/package.json +6 -6
- package/shared/localization/locales/ar-XB.json +20 -170
- package/shared/localization/locales/ar.json +20 -170
- package/shared/localization/locales/bg.json +19 -169
- package/shared/localization/locales/ca.json +19 -169
- package/shared/localization/locales/cs.json +19 -169
- package/shared/localization/locales/da.json +19 -169
- package/shared/localization/locales/de.json +19 -169
- package/shared/localization/locales/el.json +19 -169
- package/shared/localization/locales/en-GB.json +9 -159
- package/shared/localization/locales/en-US.json +115 -70
- package/shared/localization/locales/en-XA.json +20 -170
- package/shared/localization/locales/en-XL.json +115 -70
- package/shared/localization/locales/es-419.json +19 -169
- package/shared/localization/locales/es.json +19 -169
- package/shared/localization/locales/fi.json +19 -169
- package/shared/localization/locales/fil.json +17 -167
- package/shared/localization/locales/fr.json +18 -168
- package/shared/localization/locales/he.json +19 -169
- package/shared/localization/locales/hi.json +20 -170
- package/shared/localization/locales/hr.json +19 -169
- package/shared/localization/locales/hu.json +19 -169
- package/shared/localization/locales/id.json +19 -169
- package/shared/localization/locales/it.json +19 -169
- package/shared/localization/locales/ja.json +19 -169
- package/shared/localization/locales/ko.json +19 -169
- package/shared/localization/locales/lt.json +20 -170
- package/shared/localization/locales/lv.json +20 -170
- package/shared/localization/locales/nl.json +18 -168
- package/shared/localization/locales/no.json +19 -169
- package/shared/localization/locales/pl.json +19 -169
- package/shared/localization/locales/pt-PT.json +19 -169
- package/shared/localization/locales/pt.json +19 -169
- package/shared/localization/locales/ro.json +19 -169
- package/shared/localization/locales/ru.json +19 -169
- package/shared/localization/locales/sk.json +20 -170
- package/shared/localization/locales/sl.json +19 -169
- package/shared/localization/locales/sr-Latn.json +19 -169
- package/shared/localization/locales/sr.json +19 -169
- package/shared/localization/locales/sv.json +19 -169
- package/shared/localization/locales/ta.json +19 -169
- package/shared/localization/locales/te.json +19 -169
- package/shared/localization/locales/th.json +19 -169
- package/shared/localization/locales/tr.json +19 -169
- package/shared/localization/locales/uk.json +19 -169
- package/shared/localization/locales/vi.json +20 -170
- package/shared/localization/locales/zh-HK.json +19 -169
- package/shared/localization/locales/zh-TW.json +19 -169
- package/shared/localization/locales/zh.json +19 -169
|
@@ -1,66 +1,285 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @param {LH.Crdp.Audits.DeprecationIssueDetails} issueDetails
|
|
3
|
-
*/
|
|
4
|
-
declare function getDescription(issueDetails: LH.Crdp.Audits.DeprecationIssueDetails): {
|
|
5
|
-
file: string;
|
|
6
|
-
substitutions: Map<string, import("../index.js").IcuMessage | undefined>;
|
|
7
|
-
links: {
|
|
8
|
-
link: string;
|
|
9
|
-
linkTitle: import("../index.js").IcuMessage;
|
|
10
|
-
}[];
|
|
11
|
-
message: import("../index.js").IcuMessage | undefined;
|
|
12
|
-
};
|
|
13
1
|
export namespace UIStrings {
|
|
14
|
-
const
|
|
15
|
-
const
|
|
16
|
-
const
|
|
17
|
-
const
|
|
18
|
-
const
|
|
19
|
-
const
|
|
20
|
-
const
|
|
21
|
-
const
|
|
22
|
-
const
|
|
23
|
-
const
|
|
24
|
-
const
|
|
25
|
-
const
|
|
26
|
-
const
|
|
27
|
-
const
|
|
28
|
-
const
|
|
29
|
-
const
|
|
30
|
-
const
|
|
31
|
-
const
|
|
32
|
-
const
|
|
33
|
-
const
|
|
34
|
-
const
|
|
35
|
-
const
|
|
36
|
-
const
|
|
37
|
-
const
|
|
38
|
-
const
|
|
39
|
-
const
|
|
40
|
-
const
|
|
41
|
-
const
|
|
42
|
-
const
|
|
43
|
-
const
|
|
44
|
-
const
|
|
45
|
-
const
|
|
46
|
-
const
|
|
47
|
-
const
|
|
48
|
-
const
|
|
49
|
-
const
|
|
50
|
-
const
|
|
51
|
-
const
|
|
52
|
-
const
|
|
53
|
-
const
|
|
54
|
-
const
|
|
55
|
-
const
|
|
56
|
-
const
|
|
57
|
-
const
|
|
58
|
-
const
|
|
59
|
-
const
|
|
60
|
-
const
|
|
61
|
-
const
|
|
62
|
-
const
|
|
63
|
-
const
|
|
2
|
+
const AuthorizationCoveredByWildcard: string;
|
|
3
|
+
const CanRequestURLHTTPContainingNewline: string;
|
|
4
|
+
const ChromeLoadTimesConnectionInfo: string;
|
|
5
|
+
const ChromeLoadTimesFirstPaintAfterLoadTime: string;
|
|
6
|
+
const ChromeLoadTimesWasAlternateProtocolAvailable: string;
|
|
7
|
+
const CookieWithTruncatingChar: string;
|
|
8
|
+
const CrossOriginAccessBasedOnDocumentDomain: string;
|
|
9
|
+
const CrossOriginWindowAlert: string;
|
|
10
|
+
const CrossOriginWindowConfirm: string;
|
|
11
|
+
const CSSSelectorInternalMediaControlsOverlayCastButton: string;
|
|
12
|
+
const DataUrlInSvgUse: string;
|
|
13
|
+
const DocumentDomainSettingWithoutOriginAgentClusterHeader: string;
|
|
14
|
+
const DOMMutationEvents: string;
|
|
15
|
+
const ExpectCTHeader: string;
|
|
16
|
+
const GeolocationInsecureOrigin: string;
|
|
17
|
+
const GeolocationInsecureOriginDeprecatedNotRemoved: string;
|
|
18
|
+
const GetUserMediaInsecureOrigin: string;
|
|
19
|
+
const HostCandidateAttributeGetter: string;
|
|
20
|
+
const IdentityInCanMakePaymentEvent: string;
|
|
21
|
+
const InsecurePrivateNetworkSubresourceRequest: string;
|
|
22
|
+
const InterestGroupDailyUpdateUrl: string;
|
|
23
|
+
const LocalCSSFileExtensionRejected: string;
|
|
24
|
+
const MediaSourceAbortRemove: string;
|
|
25
|
+
const MediaSourceDurationTruncatingBuffered: string;
|
|
26
|
+
const NonStandardDeclarativeShadowDOM: string;
|
|
27
|
+
const NoSysexWebMIDIWithoutPermission: string;
|
|
28
|
+
const NotificationInsecureOrigin: string;
|
|
29
|
+
const NotificationPermissionRequestedIframe: string;
|
|
30
|
+
const ObsoleteCreateImageBitmapImageOrientationNone: string;
|
|
31
|
+
const ObsoleteWebRtcCipherSuite: string;
|
|
32
|
+
const OverflowVisibleOnReplacedElement: string;
|
|
33
|
+
const PaymentInstruments: string;
|
|
34
|
+
const PaymentRequestCSPViolation: string;
|
|
35
|
+
const PersistentQuotaType: string;
|
|
36
|
+
const PictureSourceSrc: string;
|
|
37
|
+
const PrefixedCancelAnimationFrame: string;
|
|
38
|
+
const PrefixedRequestAnimationFrame: string;
|
|
39
|
+
const PrefixedVideoDisplayingFullscreen: string;
|
|
40
|
+
const PrefixedVideoEnterFullScreen: string;
|
|
41
|
+
const PrefixedVideoEnterFullscreen: string;
|
|
42
|
+
const PrefixedVideoExitFullScreen: string;
|
|
43
|
+
const PrefixedVideoExitFullscreen: string;
|
|
44
|
+
const PrefixedVideoSupportsFullscreen: string;
|
|
45
|
+
const PrivacySandboxExtensionsAPI: string;
|
|
46
|
+
const RangeExpand: string;
|
|
47
|
+
const RequestedSubresourceWithEmbeddedCredentials: string;
|
|
48
|
+
const RTCConstraintEnableDtlsSrtpFalse: string;
|
|
49
|
+
const RTCConstraintEnableDtlsSrtpTrue: string;
|
|
50
|
+
const RTCPeerConnectionGetStatsLegacyNonCompliant: string;
|
|
51
|
+
const RtcpMuxPolicyNegotiate: string;
|
|
52
|
+
const SharedArrayBufferConstructedWithoutIsolation: string;
|
|
53
|
+
const TextToSpeech_DisallowedByAutoplay: string;
|
|
54
|
+
const V8SharedArrayBufferConstructedInExtensionWithoutIsolation: string;
|
|
55
|
+
const WebSQL: string;
|
|
56
|
+
const WindowPlacementPermissionDescriptorUsed: string;
|
|
57
|
+
const WindowPlacementPermissionPolicyParsed: string;
|
|
58
|
+
const XHRJSONEncodingDetection: string;
|
|
59
|
+
const XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload: string;
|
|
60
|
+
const XRSupportsSession: string;
|
|
61
|
+
}
|
|
62
|
+
export namespace DEPRECATIONS_METADATA {
|
|
63
|
+
export namespace AuthorizationCoveredByWildcard_1 {
|
|
64
|
+
const milestone: number;
|
|
65
|
+
}
|
|
66
|
+
export { AuthorizationCoveredByWildcard_1 as AuthorizationCoveredByWildcard };
|
|
67
|
+
export namespace CSSSelectorInternalMediaControlsOverlayCastButton_1 {
|
|
68
|
+
const chromeStatusFeature: number;
|
|
69
|
+
}
|
|
70
|
+
export { CSSSelectorInternalMediaControlsOverlayCastButton_1 as CSSSelectorInternalMediaControlsOverlayCastButton };
|
|
71
|
+
export namespace CanRequestURLHTTPContainingNewline_1 {
|
|
72
|
+
const chromeStatusFeature_1: number;
|
|
73
|
+
export { chromeStatusFeature_1 as chromeStatusFeature };
|
|
74
|
+
}
|
|
75
|
+
export { CanRequestURLHTTPContainingNewline_1 as CanRequestURLHTTPContainingNewline };
|
|
76
|
+
export namespace ChromeLoadTimesConnectionInfo_1 {
|
|
77
|
+
const chromeStatusFeature_2: number;
|
|
78
|
+
export { chromeStatusFeature_2 as chromeStatusFeature };
|
|
79
|
+
}
|
|
80
|
+
export { ChromeLoadTimesConnectionInfo_1 as ChromeLoadTimesConnectionInfo };
|
|
81
|
+
export namespace ChromeLoadTimesFirstPaintAfterLoadTime_1 {
|
|
82
|
+
const chromeStatusFeature_3: number;
|
|
83
|
+
export { chromeStatusFeature_3 as chromeStatusFeature };
|
|
84
|
+
}
|
|
85
|
+
export { ChromeLoadTimesFirstPaintAfterLoadTime_1 as ChromeLoadTimesFirstPaintAfterLoadTime };
|
|
86
|
+
export namespace ChromeLoadTimesWasAlternateProtocolAvailable_1 {
|
|
87
|
+
const chromeStatusFeature_4: number;
|
|
88
|
+
export { chromeStatusFeature_4 as chromeStatusFeature };
|
|
89
|
+
}
|
|
90
|
+
export { ChromeLoadTimesWasAlternateProtocolAvailable_1 as ChromeLoadTimesWasAlternateProtocolAvailable };
|
|
91
|
+
export namespace CookieWithTruncatingChar_1 {
|
|
92
|
+
const milestone_1: number;
|
|
93
|
+
export { milestone_1 as milestone };
|
|
94
|
+
}
|
|
95
|
+
export { CookieWithTruncatingChar_1 as CookieWithTruncatingChar };
|
|
96
|
+
export namespace CrossOriginAccessBasedOnDocumentDomain_1 {
|
|
97
|
+
const milestone_2: number;
|
|
98
|
+
export { milestone_2 as milestone };
|
|
99
|
+
}
|
|
100
|
+
export { CrossOriginAccessBasedOnDocumentDomain_1 as CrossOriginAccessBasedOnDocumentDomain };
|
|
101
|
+
export namespace DOMMutationEvents_1 {
|
|
102
|
+
const chromeStatusFeature_5: number;
|
|
103
|
+
export { chromeStatusFeature_5 as chromeStatusFeature };
|
|
104
|
+
const milestone_3: number;
|
|
105
|
+
export { milestone_3 as milestone };
|
|
106
|
+
}
|
|
107
|
+
export { DOMMutationEvents_1 as DOMMutationEvents };
|
|
108
|
+
export namespace DataUrlInSvgUse_1 {
|
|
109
|
+
const chromeStatusFeature_6: number;
|
|
110
|
+
export { chromeStatusFeature_6 as chromeStatusFeature };
|
|
111
|
+
const milestone_4: number;
|
|
112
|
+
export { milestone_4 as milestone };
|
|
113
|
+
}
|
|
114
|
+
export { DataUrlInSvgUse_1 as DataUrlInSvgUse };
|
|
115
|
+
export namespace DocumentDomainSettingWithoutOriginAgentClusterHeader_1 {
|
|
116
|
+
const milestone_5: number;
|
|
117
|
+
export { milestone_5 as milestone };
|
|
118
|
+
}
|
|
119
|
+
export { DocumentDomainSettingWithoutOriginAgentClusterHeader_1 as DocumentDomainSettingWithoutOriginAgentClusterHeader };
|
|
120
|
+
export namespace ExpectCTHeader_1 {
|
|
121
|
+
const chromeStatusFeature_7: number;
|
|
122
|
+
export { chromeStatusFeature_7 as chromeStatusFeature };
|
|
123
|
+
const milestone_6: number;
|
|
124
|
+
export { milestone_6 as milestone };
|
|
125
|
+
}
|
|
126
|
+
export { ExpectCTHeader_1 as ExpectCTHeader };
|
|
127
|
+
export namespace IdentityInCanMakePaymentEvent_1 {
|
|
128
|
+
const chromeStatusFeature_8: number;
|
|
129
|
+
export { chromeStatusFeature_8 as chromeStatusFeature };
|
|
130
|
+
}
|
|
131
|
+
export { IdentityInCanMakePaymentEvent_1 as IdentityInCanMakePaymentEvent };
|
|
132
|
+
export namespace InsecurePrivateNetworkSubresourceRequest_1 {
|
|
133
|
+
const chromeStatusFeature_9: number;
|
|
134
|
+
export { chromeStatusFeature_9 as chromeStatusFeature };
|
|
135
|
+
const milestone_7: number;
|
|
136
|
+
export { milestone_7 as milestone };
|
|
137
|
+
}
|
|
138
|
+
export { InsecurePrivateNetworkSubresourceRequest_1 as InsecurePrivateNetworkSubresourceRequest };
|
|
139
|
+
export namespace LocalCSSFileExtensionRejected_1 {
|
|
140
|
+
const milestone_8: number;
|
|
141
|
+
export { milestone_8 as milestone };
|
|
142
|
+
}
|
|
143
|
+
export { LocalCSSFileExtensionRejected_1 as LocalCSSFileExtensionRejected };
|
|
144
|
+
export namespace MediaSourceAbortRemove_1 {
|
|
145
|
+
const chromeStatusFeature_10: number;
|
|
146
|
+
export { chromeStatusFeature_10 as chromeStatusFeature };
|
|
147
|
+
}
|
|
148
|
+
export { MediaSourceAbortRemove_1 as MediaSourceAbortRemove };
|
|
149
|
+
export namespace MediaSourceDurationTruncatingBuffered_1 {
|
|
150
|
+
const chromeStatusFeature_11: number;
|
|
151
|
+
export { chromeStatusFeature_11 as chromeStatusFeature };
|
|
152
|
+
}
|
|
153
|
+
export { MediaSourceDurationTruncatingBuffered_1 as MediaSourceDurationTruncatingBuffered };
|
|
154
|
+
export namespace NoSysexWebMIDIWithoutPermission_1 {
|
|
155
|
+
const chromeStatusFeature_12: number;
|
|
156
|
+
export { chromeStatusFeature_12 as chromeStatusFeature };
|
|
157
|
+
const milestone_9: number;
|
|
158
|
+
export { milestone_9 as milestone };
|
|
159
|
+
}
|
|
160
|
+
export { NoSysexWebMIDIWithoutPermission_1 as NoSysexWebMIDIWithoutPermission };
|
|
161
|
+
export namespace NonStandardDeclarativeShadowDOM_1 {
|
|
162
|
+
const chromeStatusFeature_13: number;
|
|
163
|
+
export { chromeStatusFeature_13 as chromeStatusFeature };
|
|
164
|
+
const milestone_10: number;
|
|
165
|
+
export { milestone_10 as milestone };
|
|
166
|
+
}
|
|
167
|
+
export { NonStandardDeclarativeShadowDOM_1 as NonStandardDeclarativeShadowDOM };
|
|
168
|
+
export namespace NotificationPermissionRequestedIframe_1 {
|
|
169
|
+
const chromeStatusFeature_14: number;
|
|
170
|
+
export { chromeStatusFeature_14 as chromeStatusFeature };
|
|
171
|
+
}
|
|
172
|
+
export { NotificationPermissionRequestedIframe_1 as NotificationPermissionRequestedIframe };
|
|
173
|
+
export namespace ObsoleteCreateImageBitmapImageOrientationNone_1 {
|
|
174
|
+
const milestone_11: number;
|
|
175
|
+
export { milestone_11 as milestone };
|
|
176
|
+
}
|
|
177
|
+
export { ObsoleteCreateImageBitmapImageOrientationNone_1 as ObsoleteCreateImageBitmapImageOrientationNone };
|
|
178
|
+
export namespace ObsoleteWebRtcCipherSuite_1 {
|
|
179
|
+
const milestone_12: number;
|
|
180
|
+
export { milestone_12 as milestone };
|
|
181
|
+
}
|
|
182
|
+
export { ObsoleteWebRtcCipherSuite_1 as ObsoleteWebRtcCipherSuite };
|
|
183
|
+
export namespace OverflowVisibleOnReplacedElement_1 {
|
|
184
|
+
const chromeStatusFeature_15: number;
|
|
185
|
+
export { chromeStatusFeature_15 as chromeStatusFeature };
|
|
186
|
+
const milestone_13: number;
|
|
187
|
+
export { milestone_13 as milestone };
|
|
188
|
+
}
|
|
189
|
+
export { OverflowVisibleOnReplacedElement_1 as OverflowVisibleOnReplacedElement };
|
|
190
|
+
export namespace PaymentInstruments_1 {
|
|
191
|
+
const chromeStatusFeature_16: number;
|
|
192
|
+
export { chromeStatusFeature_16 as chromeStatusFeature };
|
|
193
|
+
}
|
|
194
|
+
export { PaymentInstruments_1 as PaymentInstruments };
|
|
195
|
+
export namespace PaymentRequestCSPViolation_1 {
|
|
196
|
+
const chromeStatusFeature_17: number;
|
|
197
|
+
export { chromeStatusFeature_17 as chromeStatusFeature };
|
|
198
|
+
}
|
|
199
|
+
export { PaymentRequestCSPViolation_1 as PaymentRequestCSPViolation };
|
|
200
|
+
export namespace PersistentQuotaType_1 {
|
|
201
|
+
const chromeStatusFeature_18: number;
|
|
202
|
+
export { chromeStatusFeature_18 as chromeStatusFeature };
|
|
203
|
+
const milestone_14: number;
|
|
204
|
+
export { milestone_14 as milestone };
|
|
205
|
+
}
|
|
206
|
+
export { PersistentQuotaType_1 as PersistentQuotaType };
|
|
207
|
+
export namespace RTCConstraintEnableDtlsSrtpFalse_1 {
|
|
208
|
+
const milestone_15: number;
|
|
209
|
+
export { milestone_15 as milestone };
|
|
210
|
+
}
|
|
211
|
+
export { RTCConstraintEnableDtlsSrtpFalse_1 as RTCConstraintEnableDtlsSrtpFalse };
|
|
212
|
+
export namespace RTCConstraintEnableDtlsSrtpTrue_1 {
|
|
213
|
+
const milestone_16: number;
|
|
214
|
+
export { milestone_16 as milestone };
|
|
215
|
+
}
|
|
216
|
+
export { RTCConstraintEnableDtlsSrtpTrue_1 as RTCConstraintEnableDtlsSrtpTrue };
|
|
217
|
+
export namespace RTCPeerConnectionGetStatsLegacyNonCompliant_1 {
|
|
218
|
+
const chromeStatusFeature_19: number;
|
|
219
|
+
export { chromeStatusFeature_19 as chromeStatusFeature };
|
|
220
|
+
const milestone_17: number;
|
|
221
|
+
export { milestone_17 as milestone };
|
|
222
|
+
}
|
|
223
|
+
export { RTCPeerConnectionGetStatsLegacyNonCompliant_1 as RTCPeerConnectionGetStatsLegacyNonCompliant };
|
|
224
|
+
export namespace RequestedSubresourceWithEmbeddedCredentials_1 {
|
|
225
|
+
const chromeStatusFeature_20: number;
|
|
226
|
+
export { chromeStatusFeature_20 as chromeStatusFeature };
|
|
227
|
+
}
|
|
228
|
+
export { RequestedSubresourceWithEmbeddedCredentials_1 as RequestedSubresourceWithEmbeddedCredentials };
|
|
229
|
+
export namespace RtcpMuxPolicyNegotiate_1 {
|
|
230
|
+
const chromeStatusFeature_21: number;
|
|
231
|
+
export { chromeStatusFeature_21 as chromeStatusFeature };
|
|
232
|
+
const milestone_18: number;
|
|
233
|
+
export { milestone_18 as milestone };
|
|
234
|
+
}
|
|
235
|
+
export { RtcpMuxPolicyNegotiate_1 as RtcpMuxPolicyNegotiate };
|
|
236
|
+
export namespace SharedArrayBufferConstructedWithoutIsolation_1 {
|
|
237
|
+
const milestone_19: number;
|
|
238
|
+
export { milestone_19 as milestone };
|
|
239
|
+
}
|
|
240
|
+
export { SharedArrayBufferConstructedWithoutIsolation_1 as SharedArrayBufferConstructedWithoutIsolation };
|
|
241
|
+
export namespace TextToSpeech_DisallowedByAutoplay_1 {
|
|
242
|
+
const chromeStatusFeature_22: number;
|
|
243
|
+
export { chromeStatusFeature_22 as chromeStatusFeature };
|
|
244
|
+
const milestone_20: number;
|
|
245
|
+
export { milestone_20 as milestone };
|
|
246
|
+
}
|
|
247
|
+
export { TextToSpeech_DisallowedByAutoplay_1 as TextToSpeech_DisallowedByAutoplay };
|
|
248
|
+
export namespace V8SharedArrayBufferConstructedInExtensionWithoutIsolation_1 {
|
|
249
|
+
const milestone_21: number;
|
|
250
|
+
export { milestone_21 as milestone };
|
|
251
|
+
}
|
|
252
|
+
export { V8SharedArrayBufferConstructedInExtensionWithoutIsolation_1 as V8SharedArrayBufferConstructedInExtensionWithoutIsolation };
|
|
253
|
+
export namespace WebSQL_1 {
|
|
254
|
+
const chromeStatusFeature_23: number;
|
|
255
|
+
export { chromeStatusFeature_23 as chromeStatusFeature };
|
|
256
|
+
const milestone_22: number;
|
|
257
|
+
export { milestone_22 as milestone };
|
|
258
|
+
}
|
|
259
|
+
export { WebSQL_1 as WebSQL };
|
|
260
|
+
export namespace WindowPlacementPermissionDescriptorUsed_1 {
|
|
261
|
+
const chromeStatusFeature_24: number;
|
|
262
|
+
export { chromeStatusFeature_24 as chromeStatusFeature };
|
|
263
|
+
const milestone_23: number;
|
|
264
|
+
export { milestone_23 as milestone };
|
|
265
|
+
}
|
|
266
|
+
export { WindowPlacementPermissionDescriptorUsed_1 as WindowPlacementPermissionDescriptorUsed };
|
|
267
|
+
export namespace WindowPlacementPermissionPolicyParsed_1 {
|
|
268
|
+
const chromeStatusFeature_25: number;
|
|
269
|
+
export { chromeStatusFeature_25 as chromeStatusFeature };
|
|
270
|
+
const milestone_24: number;
|
|
271
|
+
export { milestone_24 as milestone };
|
|
272
|
+
}
|
|
273
|
+
export { WindowPlacementPermissionPolicyParsed_1 as WindowPlacementPermissionPolicyParsed };
|
|
274
|
+
export namespace XHRJSONEncodingDetection_1 {
|
|
275
|
+
const milestone_25: number;
|
|
276
|
+
export { milestone_25 as milestone };
|
|
277
|
+
}
|
|
278
|
+
export { XHRJSONEncodingDetection_1 as XHRJSONEncodingDetection };
|
|
279
|
+
export namespace XRSupportsSession_1 {
|
|
280
|
+
const milestone_26: number;
|
|
281
|
+
export { milestone_26 as milestone };
|
|
282
|
+
}
|
|
283
|
+
export { XRSupportsSession_1 as XRSupportsSession };
|
|
64
284
|
}
|
|
65
|
-
export { getDescription as getIssueDetailDescription };
|
|
66
285
|
//# sourceMappingURL=deprecations-strings.d.ts.map
|