@types/web 0.0.215 → 0.0.216
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 +1 -1
- package/package.json +1 -1
- package/ts5.5/index.d.ts +1 -1
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.216 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.216.
|
package/index.d.ts
CHANGED
|
@@ -29711,7 +29711,7 @@ type AnimationReplaceState = "active" | "persisted" | "removed";
|
|
|
29711
29711
|
type AppendMode = "segments" | "sequence";
|
|
29712
29712
|
type AttestationConveyancePreference = "direct" | "enterprise" | "indirect" | "none";
|
|
29713
29713
|
type AudioContextLatencyCategory = "balanced" | "interactive" | "playback";
|
|
29714
|
-
type AudioContextState = "closed" | "running" | "suspended";
|
|
29714
|
+
type AudioContextState = "closed" | "interrupted" | "running" | "suspended";
|
|
29715
29715
|
type AudioSampleFormat = "f32" | "f32-planar" | "s16" | "s16-planar" | "s32" | "s32-planar" | "u8" | "u8-planar";
|
|
29716
29716
|
type AuthenticatorAttachment = "cross-platform" | "platform";
|
|
29717
29717
|
type AuthenticatorTransport = "ble" | "hybrid" | "internal" | "nfc" | "usb";
|
package/package.json
CHANGED
package/ts5.5/index.d.ts
CHANGED
|
@@ -29689,7 +29689,7 @@ type AnimationReplaceState = "active" | "persisted" | "removed";
|
|
|
29689
29689
|
type AppendMode = "segments" | "sequence";
|
|
29690
29690
|
type AttestationConveyancePreference = "direct" | "enterprise" | "indirect" | "none";
|
|
29691
29691
|
type AudioContextLatencyCategory = "balanced" | "interactive" | "playback";
|
|
29692
|
-
type AudioContextState = "closed" | "running" | "suspended";
|
|
29692
|
+
type AudioContextState = "closed" | "interrupted" | "running" | "suspended";
|
|
29693
29693
|
type AudioSampleFormat = "f32" | "f32-planar" | "s16" | "s16-planar" | "s32" | "s32-planar" | "u8" | "u8-planar";
|
|
29694
29694
|
type AuthenticatorAttachment = "cross-platform" | "platform";
|
|
29695
29695
|
type AuthenticatorTransport = "ble" | "hybrid" | "internal" | "nfc" | "usb";
|