UNPKG

extendable-media-recorder

Version:

An extendable drop-in replacement for the native MediaRecorder.

7 lines 239 B
export const createNativeBlobEventConstructor = (window) => { if (window !== null && window.BlobEvent !== undefined) { return window.BlobEvent; } return null; }; //# sourceMappingURL=native-blob-event-constructor.js.map