Skip to content

Commit

Permalink
Annotate interfaces with Exposed extended attribute (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
dontcallmedom authored and yellowdoge committed Sep 11, 2017
1 parent b41d8d2 commit e6b106c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions MediaRecorder.bs
Expand Up @@ -55,7 +55,8 @@ at regular intervals.
# Media Recorder API # {#mediarecorder-api}

<pre class="idl">
[Constructor(MediaStream stream, optional MediaRecorderOptions options)]
[Exposed=Window,
Constructor(MediaStream stream, optional MediaRecorderOptions options)]
interface MediaRecorder : EventTarget {
readonly attribute MediaStream stream;
readonly attribute DOMString mimeType;
Expand Down Expand Up @@ -519,7 +520,7 @@ enum RecordingState {
# Blob Event # {#blobevent-section}

<pre class="idl">
[Constructor(DOMString type, BlobEventInit eventInitDict)]
[Exposed=Window, Constructor(DOMString type, BlobEventInit eventInitDict)]
interface BlobEvent : Event {
[SameObject] readonly attribute Blob data;
readonly attribute DOMHighResTimeStamp timecode;
Expand Down

0 comments on commit e6b106c

Please sign in to comment.