@bigbinary/neeto-media-recorder 2.7.1 → 2.7.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/core.js +88 -89
- package/core.js.map +1 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -1285,7 +1285,7 @@ var MediaRecorder = function MediaRecorder(_ref, ref) {
|
|
|
1285
1285
|
var recordingRef = useRef({});
|
|
1286
1286
|
|
|
1287
1287
|
/**
|
|
1288
|
-
* @type {React.
|
|
1288
|
+
* @type {React.RefObject<Promise<unknown> | null>}
|
|
1289
1289
|
*/
|
|
1290
1290
|
var createRecordingPromise = useRef(null);
|
|
1291
1291
|
var _useRecorderStore = useRecorderStore(function (store) {
|