dillon1000/react

Commit

Add media element attributes

Fixes #1124.

I didn't add `volume` because it requires more complicated logic to control properly and I didn't add `paused` because to set it we need to call play() or pause() -- perhaps a mutation method is appropriate.
Browse files
Changed paths1 file
First-parent comparison
M src/browser/dom/DefaultDOMPropertyConfig.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…