We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cdd887 commit b050d3fCopy full SHA for b050d3f
baselines/dom.generated.d.ts
@@ -17702,6 +17702,8 @@ type UvmEntry = number[];
17702
type VibratePattern = number | number[];
17703
type WindowProxy = Window;
17704
type XMLHttpRequestBodyInit = Blob | BufferSource | FormData | URLSearchParams | string;
17705
+type AlignSetting = "center" | "end" | "left" | "right" | "start";
17706
+type AnimationPlayState = "finished" | "idle" | "paused" | "running";
17707
type AnimationReplaceState = "active" | "persisted" | "removed";
17708
type AppendMode = "segments" | "sequence";
17709
type AttestationConveyancePreference = "direct" | "enterprise" | "indirect" | "none";
0 commit comments