Skip to content

Commit

Permalink
Fix DeviceChangeEventInit WebIDL definition
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisguttandin committed Apr 27, 2024
1 parent 248a96e commit 918fe40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getusermedia.html
Original file line number Diff line number Diff line change
Expand Up @@ -3471,7 +3471,7 @@ <h2>Attributes</h2>
<div>
<pre class="idl"
>dictionary DeviceChangeEventInit : EventInit {
sequence&lt;MediaStream&gt; streams = [];
sequence&lt;MediaDeviceInfo&gt; devices = [];
};</pre>
<section>
<h2>Dictionary <dfn>DeviceChangeEventInit</dfn> Members</h2>
Expand Down

0 comments on commit 918fe40

Please sign in to comment.