UNPKG

@uppy/audio

Version:

Uppy plugin that records audio using the device’s microphone.

7 lines (6 loc) 176 B
export default function supportsMediaRecorder(): boolean { return ( typeof MediaRecorder === 'function' && typeof MediaRecorder.prototype?.start === 'function' ) }