Skip to content

Commit f67b658

Browse files
Merge pull request #41 from autokagami/mediacapture-handle-actions
[mediacapture-handle-actions] Align with Web IDL specification
2 parents 7012c23 + cb924c3 commit f67b658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ <h4><dfn>CaptureActionEvent</dfn></h4>
188188
<pre class="idl">
189189
[Exposed=Window]
190190
interface CaptureActionEvent : Event {
191-
constructor(CaptureActionEventInit init);
191+
constructor(optional CaptureActionEventInit init = {});
192192
readonly attribute CaptureAction action;
193193
};
194194
</pre>

0 commit comments

Comments
 (0)