@bigbinary/neeto-media-recorder 2.5.7 → 2.5.8
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/constants.js.map +1 -1
- package/core.js +3 -11
- package/core.js.map +1 -1
- package/index.js +1 -8
- package/index.js.map +1 -1
- package/package.json +6 -6
package/index.js
CHANGED
|
@@ -121,10 +121,7 @@ function _iterableToArrayLimit(arr, i) {
|
|
|
121
121
|
_n = !0,
|
|
122
122
|
_d = !1;
|
|
123
123
|
try {
|
|
124
|
-
if (_x = (_i = _i.call(arr)).next, 0 === i)
|
|
125
|
-
if (Object(_i) !== _i) return;
|
|
126
|
-
_n = !1;
|
|
127
|
-
} else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0);
|
|
124
|
+
if (_x = (_i = _i.call(arr)).next, 0 === i) ; else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0);
|
|
128
125
|
} catch (err) {
|
|
129
126
|
_d = !0, _e = err;
|
|
130
127
|
} finally {
|
|
@@ -169,8 +166,6 @@ var regeneratorRuntime$1 = {exports: {}};
|
|
|
169
166
|
|
|
170
167
|
var _typeof = {exports: {}};
|
|
171
168
|
|
|
172
|
-
_typeof.exports;
|
|
173
|
-
|
|
174
169
|
(function (module) {
|
|
175
170
|
function _typeof(obj) {
|
|
176
171
|
"@babel/helpers - typeof";
|
|
@@ -186,8 +181,6 @@ _typeof.exports;
|
|
|
186
181
|
|
|
187
182
|
var _typeofExports = _typeof.exports;
|
|
188
183
|
|
|
189
|
-
regeneratorRuntime$1.exports;
|
|
190
|
-
|
|
191
184
|
(function (module) {
|
|
192
185
|
var _typeof = _typeofExports["default"];
|
|
193
186
|
function _regeneratorRuntime() {
|