UNPKG

@uppy/audio

Version:

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

5 lines (4 loc) 166 B
export default function supportsMediaRecorder() { return (typeof MediaRecorder === 'function' && typeof MediaRecorder.prototype?.start === 'function'); }