Skip to content

Commit 861c2c2

Browse files
cryogeniannatefaubion
authored andcommitted
added type label to HTMLvideo (#2)
1 parent a27743f commit 861c2c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DOM/HTML/Indexed.purs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,7 @@ type HTMLvideo = Interactive
621621
, preload :: PreloadValue
622622
, src :: String
623623
, width :: CSSPixel
624+
, type :: MediaType
624625
)
625626

626627
type HTMLwbr = Interactive ()

0 commit comments

Comments
 (0)