Skip to content

Commit

Permalink
Merge pull request #999 from autokagami/mediacapture-streams
Browse files Browse the repository at this point in the history
Editorial: Align with Web IDL specification
  • Loading branch information
jan-ivar authored May 2, 2024
2 parents 248a96e + 8cf8999 commit 1fd168c
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 @@ -3436,7 +3436,7 @@ <h3>{{DeviceChangeEvent}}</h3>
<pre class="idl"
>[Exposed=Window]
interface DeviceChangeEvent : Event {
constructor(DOMString type, DeviceChangeEventInit eventInitDict);
constructor(DOMString type, optional DeviceChangeEventInit eventInitDict = {});
[SameObject] readonly attribute FrozenArray&lt;MediaDeviceInfo&gt; devices;
};</pre>
<section>
Expand Down

0 comments on commit 1fd168c

Please sign in to comment.