Skip to content

Commit

Permalink
Note
Browse files Browse the repository at this point in the history
Outputs expected result at Firefox, crashes tab at Chromium/Chrome 
web-platform-tests/wpt#15816
  • Loading branch information
guest271314 committed Mar 20, 2019
1 parent 02e13ae commit 6d89a27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MediaFragmentRecorder.html
Expand Up @@ -7,6 +7,8 @@
<script>
// https://github.com/guest271314/MediaFragmentRecorder/ 3-11-2018
// https://github.com/w3c/media-source/issues/190
// Outputs expected result at Firefox, crashes tab at Chromium/Chrome
// https://github.com/web-platform-tests/wpt/issues/15816
const captureStream = mediaElement =>
!!mediaElement.mozCaptureStream ? mediaElement.mozCaptureStream() : mediaElement.captureStream();
class MediaFragmentRecorder {
Expand Down

0 comments on commit 6d89a27

Please sign in to comment.