Skip to content

Commit 6ef3251

Browse files
chore(package): update core dependencies (#106)
Co-authored-by: saschanaz <[email protected]> Co-authored-by: Kagami Sascha Rosylight <[email protected]>
1 parent ab95065 commit 6ef3251

File tree

3 files changed

+105
-102
lines changed

3 files changed

+105
-102
lines changed

baselines/dom.generated.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -810,6 +810,7 @@ interface MediaTrackConstraintSet {
810810
latency?: ConstrainDouble;
811811
sampleRate?: ConstrainULong;
812812
sampleSize?: ConstrainULong;
813+
suppressLocalAudioPlayback?: ConstrainBoolean;
813814
width?: ConstrainULong;
814815
}
815816

@@ -841,6 +842,7 @@ interface MediaTrackSupportedConstraints {
841842
height?: boolean;
842843
sampleRate?: boolean;
843844
sampleSize?: boolean;
845+
suppressLocalAudioPlayback?: boolean;
844846
width?: boolean;
845847
}
846848

@@ -13995,6 +13997,7 @@ interface SourceBuffer extends EventTarget {
1399513997
readonly updating: boolean;
1399613998
abort(): void;
1399713999
appendBuffer(data: BufferSource): void;
14000+
changeType(type: string): void;
1399814001
remove(start: number, end: number): void;
1399914002
addEventListener<K extends keyof SourceBufferEventMap>(type: K, listener: (this: SourceBuffer, ev: SourceBufferEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1400014003
addEventListener(type: string, listener: EventListener, options?: boolean | AddEventListenerOptions): void;

package-lock.json

Lines changed: 97 additions & 97 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)