Skip to content

Commit

Permalink
Compat: Update HTMLMediaElement.prototype.preload type
Browse files Browse the repository at this point in the history
  • Loading branch information
peaBerberian committed May 2, 2024
1 parent bb031a8 commit 58b1822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compat/browser_compatibility_types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ export interface IMediaElement extends IEventTarget<IMediaElementEventMap> {
nodeName: string;
paused: boolean;
playbackRate: number;
preload: string;
preload: "none" | "metadata" | "auto" | "";
readyState: number;
seekable: TimeRanges;
seeking: boolean;
Expand Down

0 comments on commit 58b1822

Please sign in to comment.