Skip to content

Commit

Permalink
remove isActivating
Browse files Browse the repository at this point in the history
  • Loading branch information
saschanaz committed Oct 3, 2024
1 parent 7db0a1d commit 4036367
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 0 additions & 1 deletion baselines/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,6 @@ interface MediaRecorderOptions {
interface MediaSessionActionDetails {
action: MediaSessionAction;
fastSeek?: boolean;
isActivating?: boolean;
seekOffset?: number;
seekTime?: number;
}
Expand Down
1 change: 0 additions & 1 deletion baselines/ts5.5/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,6 @@ interface MediaRecorderOptions {
interface MediaSessionActionDetails {
action: MediaSessionAction;
fastSeek?: boolean;
isActivating?: boolean;
seekOffset?: number;
seekTime?: number;
}
Expand Down
7 changes: 7 additions & 0 deletions inputfiles/removedTypes.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,13 @@
}
}
},
"MediaSessionActionDetails": {
"members": {
"member": {
"isActivating": null // WebKit only as of 2024-10
}
}
},
"MediaTrackCapabilities": {
"members": {
"member": {
Expand Down

0 comments on commit 4036367

Please sign in to comment.