Skip to content

Commit

Permalink
Merge pull request #483 from dontcallmedom/exposed
Browse files Browse the repository at this point in the history
Add missing [Exposed] extended attribute on InputDeviceInfo
  • Loading branch information
aboba committed Sep 21, 2017
2 parents 1211d9f + 4dbe0ec commit eb543d7
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 @@ -3133,7 +3133,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 eb543d7

Please sign in to comment.