Skip to content

Commit

Permalink
[[FEAT]] Add MediaRecorder to vars.js
Browse files Browse the repository at this point in the history
MediaRecorder is new API for recording media from user - audio and
video.

https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder/MediaRecorder
  • Loading branch information
pcmanik authored and jugglinmike committed Apr 29, 2017
1 parent 24b8c97 commit b075919
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vars.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ exports.browser = {
localStorage : false,
location : false,
matchMedia : false,
MediaRecorder : false,
MessageChannel : false,
MessageEvent : false,
MessagePort : false,
Expand Down

0 comments on commit b075919

Please sign in to comment.