Skip to content

Commit

Permalink
Add disablePictureInPicture to Video
Browse files Browse the repository at this point in the history
  • Loading branch information
Gene Pavlovsky committed Feb 25, 2024
1 parent 9353a77 commit 6ac460f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tink/domspec/Attributes.hx
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ typedef VideoAttr = {>MediaAttr,
@:optional var poster(default, never):String;
@:optional var width(default, never):Int;
@:optional var playsInline(default, never):Bool;
@:optional var disablePictureInPicture(default, never):Bool;
}

typedef SourceAttr = {>GlobalAttr<Style>,
Expand Down

0 comments on commit 6ac460f

Please sign in to comment.