Skip to content

Commit

Permalink
Expected output at Firefox Crashes tab at Chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
guest271314 committed Mar 20, 2019
1 parent 6d89a27 commit 09a7317
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MediaFragmentRecorder.html
Expand Up @@ -7,7 +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
// 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();
Expand Down

0 comments on commit 09a7317

Please sign in to comment.