@types/web 0.0.156 → 0.0.157
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/README.md +1 -1
- package/index.d.ts +20 -12
- package/package.json +1 -1
- package/ts5.5/index.d.ts +20 -12
package/README.md
CHANGED
|
@@ -47,4 +47,4 @@ Prior to `@types/web` the web APIs were deployed with a version of TypeScript, a
|
|
|
47
47
|
|
|
48
48
|
## Deploy Metadata
|
|
49
49
|
|
|
50
|
-
You can read what changed in version 0.0.
|
|
50
|
+
You can read what changed in version 0.0.157 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.157.
|
package/index.d.ts
CHANGED
|
@@ -3460,7 +3460,7 @@ interface CSSImportRule extends CSSRule {
|
|
|
3460
3460
|
readonly layerName: string | null;
|
|
3461
3461
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSImportRule/media) */
|
|
3462
3462
|
readonly media: MediaList;
|
|
3463
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSImportRule/
|
|
3463
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSImportRule/styleSheet) */
|
|
3464
3464
|
readonly styleSheet: CSSStyleSheet | null;
|
|
3465
3465
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSImportRule/supportsText) */
|
|
3466
3466
|
readonly supportsText: string | null;
|
|
@@ -3753,7 +3753,7 @@ declare var CSSPerspective: {
|
|
|
3753
3753
|
interface CSSPropertyRule extends CSSRule {
|
|
3754
3754
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSPropertyRule/inherits) */
|
|
3755
3755
|
readonly inherits: boolean;
|
|
3756
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSPropertyRule/
|
|
3756
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSPropertyRule/initialValue) */
|
|
3757
3757
|
readonly initialValue: string | null;
|
|
3758
3758
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSPropertyRule/name) */
|
|
3759
3759
|
readonly name: string;
|
|
@@ -4212,11 +4212,13 @@ interface CSSStyleDeclaration {
|
|
|
4212
4212
|
cx: string;
|
|
4213
4213
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/cy) */
|
|
4214
4214
|
cy: string;
|
|
4215
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/d) */
|
|
4215
4216
|
d: string;
|
|
4216
4217
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/direction) */
|
|
4217
4218
|
direction: string;
|
|
4218
4219
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/display) */
|
|
4219
4220
|
display: string;
|
|
4221
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/dominant-baseline) */
|
|
4220
4222
|
dominantBaseline: string;
|
|
4221
4223
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/empty-cells) */
|
|
4222
4224
|
emptyCells: string;
|
|
@@ -4411,9 +4413,13 @@ interface CSSStyleDeclaration {
|
|
|
4411
4413
|
marginRight: string;
|
|
4412
4414
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/margin-top) */
|
|
4413
4415
|
marginTop: string;
|
|
4416
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/marker) */
|
|
4414
4417
|
marker: string;
|
|
4418
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/marker-end) */
|
|
4415
4419
|
markerEnd: string;
|
|
4420
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/marker-mid) */
|
|
4416
4421
|
markerMid: string;
|
|
4422
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/marker-start) */
|
|
4417
4423
|
markerStart: string;
|
|
4418
4424
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/mask) */
|
|
4419
4425
|
mask: string;
|
|
@@ -4653,6 +4659,7 @@ interface CSSStyleDeclaration {
|
|
|
4653
4659
|
stopColor: string;
|
|
4654
4660
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/stop-opacity) */
|
|
4655
4661
|
stopOpacity: string;
|
|
4662
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/stroke) */
|
|
4656
4663
|
stroke: string;
|
|
4657
4664
|
strokeDasharray: string;
|
|
4658
4665
|
strokeDashoffset: string;
|
|
@@ -4745,6 +4752,7 @@ interface CSSStyleDeclaration {
|
|
|
4745
4752
|
unicodeBidi: string;
|
|
4746
4753
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/user-select) */
|
|
4747
4754
|
userSelect: string;
|
|
4755
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/vector-effect) */
|
|
4748
4756
|
vectorEffect: string;
|
|
4749
4757
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/vertical-align) */
|
|
4750
4758
|
verticalAlign: string;
|
|
@@ -14022,7 +14030,7 @@ interface IDBTransaction extends EventTarget {
|
|
|
14022
14030
|
/**
|
|
14023
14031
|
* Returns a list of the names of object stores in the transaction's scope. For an upgrade transaction this is all object stores in the database.
|
|
14024
14032
|
*
|
|
14025
|
-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/IDBTransaction/
|
|
14033
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/IDBTransaction/objectStoreNames)
|
|
14026
14034
|
*/
|
|
14027
14035
|
readonly objectStoreNames: DOMStringList;
|
|
14028
14036
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/IDBTransaction/abort_event) */
|
|
@@ -17722,7 +17730,7 @@ interface PublicKeyCredential extends Credential {
|
|
|
17722
17730
|
declare var PublicKeyCredential: {
|
|
17723
17731
|
prototype: PublicKeyCredential;
|
|
17724
17732
|
new(): PublicKeyCredential;
|
|
17725
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/PublicKeyCredential/
|
|
17733
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/PublicKeyCredential/isConditionalMediationAvailable_static) */
|
|
17726
17734
|
isConditionalMediationAvailable(): Promise<boolean>;
|
|
17727
17735
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/PublicKeyCredential/isUserVerifyingPlatformAuthenticatorAvailable_static) */
|
|
17728
17736
|
isUserVerifyingPlatformAuthenticatorAvailable(): Promise<boolean>;
|
|
@@ -18152,9 +18160,9 @@ interface RTCPeerConnection extends EventTarget {
|
|
|
18152
18160
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCPeerConnection/signalingState) */
|
|
18153
18161
|
readonly signalingState: RTCSignalingState;
|
|
18154
18162
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCPeerConnection/addIceCandidate) */
|
|
18155
|
-
addIceCandidate(candidate?: RTCIceCandidateInit): Promise<void>;
|
|
18163
|
+
addIceCandidate(candidate?: RTCIceCandidateInit | null): Promise<void>;
|
|
18156
18164
|
/** @deprecated */
|
|
18157
|
-
addIceCandidate(candidate: RTCIceCandidateInit, successCallback: VoidFunction, failureCallback: RTCPeerConnectionErrorCallback): Promise<void>;
|
|
18165
|
+
addIceCandidate(candidate: RTCIceCandidateInit | null, successCallback: VoidFunction, failureCallback: RTCPeerConnectionErrorCallback): Promise<void>;
|
|
18158
18166
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCPeerConnection/addTrack) */
|
|
18159
18167
|
addTrack(track: MediaStreamTrack, ...streams: MediaStream[]): RTCRtpSender;
|
|
18160
18168
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCPeerConnection/addTransceiver) */
|
|
@@ -22347,7 +22355,7 @@ interface TextTrackList extends EventTarget {
|
|
|
22347
22355
|
onaddtrack: ((this: TextTrackList, ev: TrackEvent) => any) | null;
|
|
22348
22356
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextTrackList/change_event) */
|
|
22349
22357
|
onchange: ((this: TextTrackList, ev: Event) => any) | null;
|
|
22350
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextTrackList/
|
|
22358
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextTrackList/removetrack_event) */
|
|
22351
22359
|
onremovetrack: ((this: TextTrackList, ev: TrackEvent) => any) | null;
|
|
22352
22360
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextTrackList/getTrackById) */
|
|
22353
22361
|
getTrackById(id: string): TextTrack | null;
|
|
@@ -26572,7 +26580,7 @@ interface Console {
|
|
|
26572
26580
|
clear(): void;
|
|
26573
26581
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/count_static) */
|
|
26574
26582
|
count(label?: string): void;
|
|
26575
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/
|
|
26583
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/countReset_static) */
|
|
26576
26584
|
countReset(label?: string): void;
|
|
26577
26585
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/debug_static) */
|
|
26578
26586
|
debug(...data: any[]): void;
|
|
@@ -26584,9 +26592,9 @@ interface Console {
|
|
|
26584
26592
|
error(...data: any[]): void;
|
|
26585
26593
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/group_static) */
|
|
26586
26594
|
group(...data: any[]): void;
|
|
26587
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/
|
|
26595
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/groupCollapsed_static) */
|
|
26588
26596
|
groupCollapsed(...data: any[]): void;
|
|
26589
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/
|
|
26597
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/groupEnd_static) */
|
|
26590
26598
|
groupEnd(): void;
|
|
26591
26599
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/info_static) */
|
|
26592
26600
|
info(...data: any[]): void;
|
|
@@ -26596,9 +26604,9 @@ interface Console {
|
|
|
26596
26604
|
table(tabularData?: any, properties?: string[]): void;
|
|
26597
26605
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/time_static) */
|
|
26598
26606
|
time(label?: string): void;
|
|
26599
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/
|
|
26607
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/timeEnd_static) */
|
|
26600
26608
|
timeEnd(label?: string): void;
|
|
26601
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/
|
|
26609
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/timeLog_static) */
|
|
26602
26610
|
timeLog(label?: string, ...data: any[]): void;
|
|
26603
26611
|
timeStamp(label?: string): void;
|
|
26604
26612
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/trace_static) */
|
package/package.json
CHANGED
package/ts5.5/index.d.ts
CHANGED
|
@@ -3460,7 +3460,7 @@ interface CSSImportRule extends CSSRule {
|
|
|
3460
3460
|
readonly layerName: string | null;
|
|
3461
3461
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSImportRule/media) */
|
|
3462
3462
|
readonly media: MediaList;
|
|
3463
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSImportRule/
|
|
3463
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSImportRule/styleSheet) */
|
|
3464
3464
|
readonly styleSheet: CSSStyleSheet | null;
|
|
3465
3465
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSImportRule/supportsText) */
|
|
3466
3466
|
readonly supportsText: string | null;
|
|
@@ -3753,7 +3753,7 @@ declare var CSSPerspective: {
|
|
|
3753
3753
|
interface CSSPropertyRule extends CSSRule {
|
|
3754
3754
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSPropertyRule/inherits) */
|
|
3755
3755
|
readonly inherits: boolean;
|
|
3756
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSPropertyRule/
|
|
3756
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSPropertyRule/initialValue) */
|
|
3757
3757
|
readonly initialValue: string | null;
|
|
3758
3758
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSPropertyRule/name) */
|
|
3759
3759
|
readonly name: string;
|
|
@@ -4212,11 +4212,13 @@ interface CSSStyleDeclaration {
|
|
|
4212
4212
|
cx: string;
|
|
4213
4213
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/cy) */
|
|
4214
4214
|
cy: string;
|
|
4215
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/d) */
|
|
4215
4216
|
d: string;
|
|
4216
4217
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/direction) */
|
|
4217
4218
|
direction: string;
|
|
4218
4219
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/display) */
|
|
4219
4220
|
display: string;
|
|
4221
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/dominant-baseline) */
|
|
4220
4222
|
dominantBaseline: string;
|
|
4221
4223
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/empty-cells) */
|
|
4222
4224
|
emptyCells: string;
|
|
@@ -4411,9 +4413,13 @@ interface CSSStyleDeclaration {
|
|
|
4411
4413
|
marginRight: string;
|
|
4412
4414
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/margin-top) */
|
|
4413
4415
|
marginTop: string;
|
|
4416
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/marker) */
|
|
4414
4417
|
marker: string;
|
|
4418
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/marker-end) */
|
|
4415
4419
|
markerEnd: string;
|
|
4420
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/marker-mid) */
|
|
4416
4421
|
markerMid: string;
|
|
4422
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/marker-start) */
|
|
4417
4423
|
markerStart: string;
|
|
4418
4424
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/mask) */
|
|
4419
4425
|
mask: string;
|
|
@@ -4653,6 +4659,7 @@ interface CSSStyleDeclaration {
|
|
|
4653
4659
|
stopColor: string;
|
|
4654
4660
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/stop-opacity) */
|
|
4655
4661
|
stopOpacity: string;
|
|
4662
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/stroke) */
|
|
4656
4663
|
stroke: string;
|
|
4657
4664
|
strokeDasharray: string;
|
|
4658
4665
|
strokeDashoffset: string;
|
|
@@ -4745,6 +4752,7 @@ interface CSSStyleDeclaration {
|
|
|
4745
4752
|
unicodeBidi: string;
|
|
4746
4753
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/user-select) */
|
|
4747
4754
|
userSelect: string;
|
|
4755
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/vector-effect) */
|
|
4748
4756
|
vectorEffect: string;
|
|
4749
4757
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/vertical-align) */
|
|
4750
4758
|
verticalAlign: string;
|
|
@@ -14022,7 +14030,7 @@ interface IDBTransaction extends EventTarget {
|
|
|
14022
14030
|
/**
|
|
14023
14031
|
* Returns a list of the names of object stores in the transaction's scope. For an upgrade transaction this is all object stores in the database.
|
|
14024
14032
|
*
|
|
14025
|
-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/IDBTransaction/
|
|
14033
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/IDBTransaction/objectStoreNames)
|
|
14026
14034
|
*/
|
|
14027
14035
|
readonly objectStoreNames: DOMStringList;
|
|
14028
14036
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/IDBTransaction/abort_event) */
|
|
@@ -17722,7 +17730,7 @@ interface PublicKeyCredential extends Credential {
|
|
|
17722
17730
|
declare var PublicKeyCredential: {
|
|
17723
17731
|
prototype: PublicKeyCredential;
|
|
17724
17732
|
new(): PublicKeyCredential;
|
|
17725
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/PublicKeyCredential/
|
|
17733
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/PublicKeyCredential/isConditionalMediationAvailable_static) */
|
|
17726
17734
|
isConditionalMediationAvailable(): Promise<boolean>;
|
|
17727
17735
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/PublicKeyCredential/isUserVerifyingPlatformAuthenticatorAvailable_static) */
|
|
17728
17736
|
isUserVerifyingPlatformAuthenticatorAvailable(): Promise<boolean>;
|
|
@@ -18152,9 +18160,9 @@ interface RTCPeerConnection extends EventTarget {
|
|
|
18152
18160
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCPeerConnection/signalingState) */
|
|
18153
18161
|
readonly signalingState: RTCSignalingState;
|
|
18154
18162
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCPeerConnection/addIceCandidate) */
|
|
18155
|
-
addIceCandidate(candidate?: RTCIceCandidateInit): Promise<void>;
|
|
18163
|
+
addIceCandidate(candidate?: RTCIceCandidateInit | null): Promise<void>;
|
|
18156
18164
|
/** @deprecated */
|
|
18157
|
-
addIceCandidate(candidate: RTCIceCandidateInit, successCallback: VoidFunction, failureCallback: RTCPeerConnectionErrorCallback): Promise<void>;
|
|
18165
|
+
addIceCandidate(candidate: RTCIceCandidateInit | null, successCallback: VoidFunction, failureCallback: RTCPeerConnectionErrorCallback): Promise<void>;
|
|
18158
18166
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCPeerConnection/addTrack) */
|
|
18159
18167
|
addTrack(track: MediaStreamTrack, ...streams: MediaStream[]): RTCRtpSender;
|
|
18160
18168
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCPeerConnection/addTransceiver) */
|
|
@@ -22347,7 +22355,7 @@ interface TextTrackList extends EventTarget {
|
|
|
22347
22355
|
onaddtrack: ((this: TextTrackList, ev: TrackEvent) => any) | null;
|
|
22348
22356
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextTrackList/change_event) */
|
|
22349
22357
|
onchange: ((this: TextTrackList, ev: Event) => any) | null;
|
|
22350
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextTrackList/
|
|
22358
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextTrackList/removetrack_event) */
|
|
22351
22359
|
onremovetrack: ((this: TextTrackList, ev: TrackEvent) => any) | null;
|
|
22352
22360
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextTrackList/getTrackById) */
|
|
22353
22361
|
getTrackById(id: string): TextTrack | null;
|
|
@@ -26572,7 +26580,7 @@ interface Console {
|
|
|
26572
26580
|
clear(): void;
|
|
26573
26581
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/count_static) */
|
|
26574
26582
|
count(label?: string): void;
|
|
26575
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/
|
|
26583
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/countReset_static) */
|
|
26576
26584
|
countReset(label?: string): void;
|
|
26577
26585
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/debug_static) */
|
|
26578
26586
|
debug(...data: any[]): void;
|
|
@@ -26584,9 +26592,9 @@ interface Console {
|
|
|
26584
26592
|
error(...data: any[]): void;
|
|
26585
26593
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/group_static) */
|
|
26586
26594
|
group(...data: any[]): void;
|
|
26587
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/
|
|
26595
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/groupCollapsed_static) */
|
|
26588
26596
|
groupCollapsed(...data: any[]): void;
|
|
26589
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/
|
|
26597
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/groupEnd_static) */
|
|
26590
26598
|
groupEnd(): void;
|
|
26591
26599
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/info_static) */
|
|
26592
26600
|
info(...data: any[]): void;
|
|
@@ -26596,9 +26604,9 @@ interface Console {
|
|
|
26596
26604
|
table(tabularData?: any, properties?: string[]): void;
|
|
26597
26605
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/time_static) */
|
|
26598
26606
|
time(label?: string): void;
|
|
26599
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/
|
|
26607
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/timeEnd_static) */
|
|
26600
26608
|
timeEnd(label?: string): void;
|
|
26601
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/
|
|
26609
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/timeLog_static) */
|
|
26602
26610
|
timeLog(label?: string, ...data: any[]): void;
|
|
26603
26611
|
timeStamp(label?: string): void;
|
|
26604
26612
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/trace_static) */
|