Skip to content

Commit

Permalink
Add missing [Exposed] extended attribute on InputDeviceInfo
Browse files Browse the repository at this point in the history
close #481
  • Loading branch information
dontcallmedom committed Sep 6, 2017
1 parent 215cb8d commit 4dbe0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getusermedia.html
Expand Up @@ -3129,7 +3129,7 @@ <h2>Methods</h2>
<h2>Input-specific Device Info</h2>
<p>The <dfn>InputDeviceInfo</dfn> interface gives access to the capabilities of the input device it represents.</p>
<div>
<pre class="idl">interface InputDeviceInfo : MediaDeviceInfo {
<pre class="idl">[Exposed=Window] interface InputDeviceInfo : MediaDeviceInfo {
MediaTrackCapabilities getCapabilities ();
};</pre>
<section>
Expand Down

0 comments on commit 4dbe0ec

Please sign in to comment.