mirror of
https://github.com/sveltejs/svelte.git
synced 2024-12-01 17:30:59 +01:00
b5a3e2224d
* Add audio/video volume binding Fixes #1143 * Update test and add volumechange event * Set volume on initial update * Update test after setting volume initially Oops.
2 lines
104 B
HTML
2 lines
104 B
HTML
<audio bind:buffered bind:seekable bind:played bind:currentTime bind:duration bind:paused bind:volume/>
|