Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions baselines/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3274,6 +3274,7 @@ interface AnimationTimeline {
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/AnimationTimeline/currentTime)
*/
readonly currentTime: CSSNumberish | null;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AnimationTimeline/duration) */
readonly duration: CSSNumberish | null;
}

Expand Down Expand Up @@ -30618,6 +30619,12 @@ interface ScreenOrientation extends EventTarget {
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ScreenOrientation/type)
*/
readonly type: OrientationType;
/**
* The **`lock()`** method of the ScreenOrientation interface locks the orientation of the containing document to the specified orientation.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ScreenOrientation/lock)
*/
lock(orientation: OrientationLockType): Promise<void>;
/**
* The **`unlock()`** method of the ScreenOrientation interface unlocks the orientation of the containing document from its default orientation.
*
Expand Down Expand Up @@ -40068,6 +40075,7 @@ type NotificationDirection = "auto" | "ltr" | "rtl";
type NotificationPermission = "default" | "denied" | "granted";
type OffscreenRenderingContextId = "2d" | "bitmaprenderer" | "webgl" | "webgl2" | "webgpu";
type OpusBitstreamFormat = "ogg" | "opus";
type OrientationLockType = "any" | "landscape" | "landscape-primary" | "landscape-secondary" | "natural" | "portrait" | "portrait-primary" | "portrait-secondary";
type OrientationType = "landscape-primary" | "landscape-secondary" | "portrait-primary" | "portrait-secondary";
type OscillatorType = "custom" | "sawtooth" | "sine" | "square" | "triangle";
type OverSampleType = "2x" | "4x" | "none";
Expand Down
8 changes: 8 additions & 0 deletions baselines/ts5.5/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3274,6 +3274,7 @@ interface AnimationTimeline {
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/AnimationTimeline/currentTime)
*/
readonly currentTime: CSSNumberish | null;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AnimationTimeline/duration) */
readonly duration: CSSNumberish | null;
}

Expand Down Expand Up @@ -30596,6 +30597,12 @@ interface ScreenOrientation extends EventTarget {
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ScreenOrientation/type)
*/
readonly type: OrientationType;
/**
* The **`lock()`** method of the ScreenOrientation interface locks the orientation of the containing document to the specified orientation.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ScreenOrientation/lock)
*/
lock(orientation: OrientationLockType): Promise<void>;
/**
* The **`unlock()`** method of the ScreenOrientation interface unlocks the orientation of the containing document from its default orientation.
*
Expand Down Expand Up @@ -40045,6 +40052,7 @@ type NotificationDirection = "auto" | "ltr" | "rtl";
type NotificationPermission = "default" | "denied" | "granted";
type OffscreenRenderingContextId = "2d" | "bitmaprenderer" | "webgl" | "webgl2" | "webgpu";
type OpusBitstreamFormat = "ogg" | "opus";
type OrientationLockType = "any" | "landscape" | "landscape-primary" | "landscape-secondary" | "natural" | "portrait" | "portrait-primary" | "portrait-secondary";
type OrientationType = "landscape-primary" | "landscape-secondary" | "portrait-primary" | "portrait-secondary";
type OscillatorType = "custom" | "sawtooth" | "sine" | "square" | "triangle";
type OverSampleType = "2x" | "4x" | "none";
Expand Down
8 changes: 8 additions & 0 deletions baselines/ts5.6/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3274,6 +3274,7 @@ interface AnimationTimeline {
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/AnimationTimeline/currentTime)
*/
readonly currentTime: CSSNumberish | null;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AnimationTimeline/duration) */
readonly duration: CSSNumberish | null;
}

Expand Down Expand Up @@ -30618,6 +30619,12 @@ interface ScreenOrientation extends EventTarget {
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ScreenOrientation/type)
*/
readonly type: OrientationType;
/**
* The **`lock()`** method of the ScreenOrientation interface locks the orientation of the containing document to the specified orientation.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ScreenOrientation/lock)
*/
lock(orientation: OrientationLockType): Promise<void>;
/**
* The **`unlock()`** method of the ScreenOrientation interface unlocks the orientation of the containing document from its default orientation.
*
Expand Down Expand Up @@ -40068,6 +40075,7 @@ type NotificationDirection = "auto" | "ltr" | "rtl";
type NotificationPermission = "default" | "denied" | "granted";
type OffscreenRenderingContextId = "2d" | "bitmaprenderer" | "webgl" | "webgl2" | "webgpu";
type OpusBitstreamFormat = "ogg" | "opus";
type OrientationLockType = "any" | "landscape" | "landscape-primary" | "landscape-secondary" | "natural" | "portrait" | "portrait-primary" | "portrait-secondary";
type OrientationType = "landscape-primary" | "landscape-secondary" | "portrait-primary" | "portrait-secondary";
type OscillatorType = "custom" | "sawtooth" | "sine" | "square" | "triangle";
type OverSampleType = "2x" | "4x" | "none";
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.