@types/web 0.0.258 → 0.0.259
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 +2 -2
- package/package.json +1 -1
- package/ts5.5/index.d.ts +2 -2
- package/ts5.6/index.d.ts +2 -2
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.259 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.259.
|
package/index.d.ts
CHANGED
|
@@ -22011,7 +22011,7 @@ interface NavigatorStorage {
|
|
|
22011
22011
|
}
|
|
22012
22012
|
|
|
22013
22013
|
/**
|
|
22014
|
-
* The DOM **`Node`** interface is an abstract base class upon which many other DOM API objects are based, thus letting those object types
|
|
22014
|
+
* The DOM **`Node`** interface is an abstract base class upon which many other DOM API objects are based, thus letting those object types be used similarly and often interchangeably.
|
|
22015
22015
|
*
|
|
22016
22016
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Node)
|
|
22017
22017
|
*/
|
|
@@ -40073,7 +40073,7 @@ type RTCRtpTransceiverDirection = "inactive" | "recvonly" | "sendonly" | "sendre
|
|
|
40073
40073
|
type RTCSctpTransportState = "closed" | "connected" | "connecting";
|
|
40074
40074
|
type RTCSdpType = "answer" | "offer" | "pranswer" | "rollback";
|
|
40075
40075
|
type RTCSignalingState = "closed" | "have-local-offer" | "have-local-pranswer" | "have-remote-offer" | "have-remote-pranswer" | "stable";
|
|
40076
|
-
type RTCStatsIceCandidatePairState = "failed" | "frozen" | "in-progress" | "
|
|
40076
|
+
type RTCStatsIceCandidatePairState = "failed" | "frozen" | "in-progress" | "succeeded" | "waiting";
|
|
40077
40077
|
type RTCStatsType = "candidate-pair" | "certificate" | "codec" | "data-channel" | "inbound-rtp" | "local-candidate" | "media-playout" | "media-source" | "outbound-rtp" | "peer-connection" | "remote-candidate" | "remote-inbound-rtp" | "remote-outbound-rtp" | "transport";
|
|
40078
40078
|
type ReadableStreamReaderMode = "byob";
|
|
40079
40079
|
type ReadableStreamType = "bytes";
|
package/package.json
CHANGED
package/ts5.5/index.d.ts
CHANGED
|
@@ -21990,7 +21990,7 @@ interface NavigatorStorage {
|
|
|
21990
21990
|
}
|
|
21991
21991
|
|
|
21992
21992
|
/**
|
|
21993
|
-
* The DOM **`Node`** interface is an abstract base class upon which many other DOM API objects are based, thus letting those object types
|
|
21993
|
+
* The DOM **`Node`** interface is an abstract base class upon which many other DOM API objects are based, thus letting those object types be used similarly and often interchangeably.
|
|
21994
21994
|
*
|
|
21995
21995
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Node)
|
|
21996
21996
|
*/
|
|
@@ -40050,7 +40050,7 @@ type RTCRtpTransceiverDirection = "inactive" | "recvonly" | "sendonly" | "sendre
|
|
|
40050
40050
|
type RTCSctpTransportState = "closed" | "connected" | "connecting";
|
|
40051
40051
|
type RTCSdpType = "answer" | "offer" | "pranswer" | "rollback";
|
|
40052
40052
|
type RTCSignalingState = "closed" | "have-local-offer" | "have-local-pranswer" | "have-remote-offer" | "have-remote-pranswer" | "stable";
|
|
40053
|
-
type RTCStatsIceCandidatePairState = "failed" | "frozen" | "in-progress" | "
|
|
40053
|
+
type RTCStatsIceCandidatePairState = "failed" | "frozen" | "in-progress" | "succeeded" | "waiting";
|
|
40054
40054
|
type RTCStatsType = "candidate-pair" | "certificate" | "codec" | "data-channel" | "inbound-rtp" | "local-candidate" | "media-playout" | "media-source" | "outbound-rtp" | "peer-connection" | "remote-candidate" | "remote-inbound-rtp" | "remote-outbound-rtp" | "transport";
|
|
40055
40055
|
type ReadableStreamReaderMode = "byob";
|
|
40056
40056
|
type ReadableStreamType = "bytes";
|
package/ts5.6/index.d.ts
CHANGED
|
@@ -22011,7 +22011,7 @@ interface NavigatorStorage {
|
|
|
22011
22011
|
}
|
|
22012
22012
|
|
|
22013
22013
|
/**
|
|
22014
|
-
* The DOM **`Node`** interface is an abstract base class upon which many other DOM API objects are based, thus letting those object types
|
|
22014
|
+
* The DOM **`Node`** interface is an abstract base class upon which many other DOM API objects are based, thus letting those object types be used similarly and often interchangeably.
|
|
22015
22015
|
*
|
|
22016
22016
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Node)
|
|
22017
22017
|
*/
|
|
@@ -40073,7 +40073,7 @@ type RTCRtpTransceiverDirection = "inactive" | "recvonly" | "sendonly" | "sendre
|
|
|
40073
40073
|
type RTCSctpTransportState = "closed" | "connected" | "connecting";
|
|
40074
40074
|
type RTCSdpType = "answer" | "offer" | "pranswer" | "rollback";
|
|
40075
40075
|
type RTCSignalingState = "closed" | "have-local-offer" | "have-local-pranswer" | "have-remote-offer" | "have-remote-pranswer" | "stable";
|
|
40076
|
-
type RTCStatsIceCandidatePairState = "failed" | "frozen" | "in-progress" | "
|
|
40076
|
+
type RTCStatsIceCandidatePairState = "failed" | "frozen" | "in-progress" | "succeeded" | "waiting";
|
|
40077
40077
|
type RTCStatsType = "candidate-pair" | "certificate" | "codec" | "data-channel" | "inbound-rtp" | "local-candidate" | "media-playout" | "media-source" | "outbound-rtp" | "peer-connection" | "remote-candidate" | "remote-inbound-rtp" | "remote-outbound-rtp" | "transport";
|
|
40078
40078
|
type ReadableStreamReaderMode = "byob";
|
|
40079
40079
|
type ReadableStreamType = "bytes";
|