UNPKG

uppy

Version:

Extensible JavaScript file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Instagram, Dropbox, Google Drive, S3 and more :dog:

6 lines (5 loc) 249 B
'use strict'; module.exports = function supportsMediaRecorder() { return typeof MediaRecorder === 'function' && !!MediaRecorder.prototype && typeof MediaRecorder.prototype.start === 'function'; }; //# sourceMappingURL=supportsMediaRecorder.js.map