videomail-client 11.4.0 → 11.4.2
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/dist/cjs/index.cjs +446 -438
- package/dist/esm/index.js +311 -304
- package/dist/umd/index.js +184 -176
- package/package.json +2 -2
package/dist/esm/index.js
CHANGED
|
@@ -13,6 +13,158 @@ import websocket_stream from "websocket-stream";
|
|
|
13
13
|
import audio_sample from "audio-sample";
|
|
14
14
|
import is_power_of_two from "is-power-of-two";
|
|
15
15
|
var __webpack_modules__ = {
|
|
16
|
+
"./node_modules/@rsbuild/core/compiled/css-loader/index.js??ruleSet[1].rules[12].use[1]!builtin:lightningcss-loader??ruleSet[1].rules[12].use[2]!./node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[12].use[3]!./src/styles/main.styl": function(module, __webpack_exports__, __webpack_require__) {
|
|
17
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
18
|
+
A: ()=>__WEBPACK_DEFAULT_EXPORT__
|
|
19
|
+
});
|
|
20
|
+
var _node_modules_rsbuild_core_compiled_css_loader_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("./node_modules/@rsbuild/core/compiled/css-loader/noSourceMaps.js");
|
|
21
|
+
var _node_modules_rsbuild_core_compiled_css_loader_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/ __webpack_require__.n(_node_modules_rsbuild_core_compiled_css_loader_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
22
|
+
var _node_modules_rsbuild_core_compiled_css_loader_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("./node_modules/@rsbuild/core/compiled/css-loader/api.js");
|
|
23
|
+
var _node_modules_rsbuild_core_compiled_css_loader_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/ __webpack_require__.n(_node_modules_rsbuild_core_compiled_css_loader_api_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
24
|
+
var ___CSS_LOADER_EXPORT___ = _node_modules_rsbuild_core_compiled_css_loader_api_js__WEBPACK_IMPORTED_MODULE_1___default()(_node_modules_rsbuild_core_compiled_css_loader_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default());
|
|
25
|
+
___CSS_LOADER_EXPORT___.push([
|
|
26
|
+
module.id,
|
|
27
|
+
`@keyframes blink {
|
|
28
|
+
0% {
|
|
29
|
+
opacity: .9;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
35% {
|
|
33
|
+
opacity: .9;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
50% {
|
|
37
|
+
opacity: .1;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
85% {
|
|
41
|
+
opacity: .1;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
100% {
|
|
45
|
+
opacity: .9;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.videomail .visuals {
|
|
50
|
+
position: relative;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.videomail .visuals video.replay {
|
|
54
|
+
width: 100%;
|
|
55
|
+
height: 100%;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.videomail .countdown, .videomail .recordTimer, .videomail .recordNote, .videomail .pausedHeader, .videomail .pausedHint {
|
|
59
|
+
height: auto;
|
|
60
|
+
margin: 0;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.videomail .countdown, .videomail .recordTimer, .videomail .recordNote, .videomail .paused, .videomail .facingMode, .videomail noscript {
|
|
64
|
+
z-index: 100;
|
|
65
|
+
position: absolute;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.videomail .countdown, .videomail .recordTimer, .videomail .recordNote, .videomail .pausedHeader, .videomail .pausedHint, .videomail noscript {
|
|
69
|
+
font-weight: bold;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.videomail .countdown, .videomail .paused, .videomail noscript {
|
|
73
|
+
width: 100%;
|
|
74
|
+
top: 50%;
|
|
75
|
+
transform: translateY(-50%);
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.videomail .pausedHeader, .videomail .pausedHint, .videomail .countdown {
|
|
79
|
+
text-align: center;
|
|
80
|
+
letter-spacing: 4px;
|
|
81
|
+
text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.videomail .pausedHeader, .videomail .countdown {
|
|
85
|
+
opacity: .9;
|
|
86
|
+
font-size: 460%;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.videomail .pausedHint {
|
|
90
|
+
font-size: 150%;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.videomail .facingMode {
|
|
94
|
+
color: #f5f5f5e6;
|
|
95
|
+
z-index: 10;
|
|
96
|
+
background: #1e1e1e80;
|
|
97
|
+
border: none;
|
|
98
|
+
outline: none;
|
|
99
|
+
padding: .1em .3em;
|
|
100
|
+
font-family: monospace;
|
|
101
|
+
font-size: 1.2em;
|
|
102
|
+
transition: all .2s;
|
|
103
|
+
bottom: .6em;
|
|
104
|
+
right: .7em;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.videomail .facingMode:hover {
|
|
108
|
+
cursor: pointer;
|
|
109
|
+
background: #323232b3;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.videomail .recordTimer, .videomail .recordNote {
|
|
113
|
+
color: #00d814;
|
|
114
|
+
opacity: .9;
|
|
115
|
+
background: #0a0a0acc;
|
|
116
|
+
padding: .3em .4em;
|
|
117
|
+
font-family: monospace;
|
|
118
|
+
transition: all 1s;
|
|
119
|
+
right: .7em;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.videomail .recordTimer.near, .videomail .recordNote.near {
|
|
123
|
+
color: #eb9369;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.videomail .recordTimer.nigh, .videomail .recordNote.nigh {
|
|
127
|
+
color: #ea4b2a;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.videomail .recordTimer {
|
|
131
|
+
top: .7em;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.videomail .recordNote {
|
|
135
|
+
top: 3.6em;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.videomail .recordNote:before {
|
|
139
|
+
content: "REC";
|
|
140
|
+
animation: 1s infinite blink;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.videomail .notifier {
|
|
144
|
+
box-sizing: border-box;
|
|
145
|
+
overflow: hidden;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.videomail .radioGroup {
|
|
149
|
+
display: block;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
.videomail .radioGroup label {
|
|
153
|
+
cursor: pointer;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.videomail video {
|
|
157
|
+
margin-bottom: 0;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.videomail video.userMedia {
|
|
161
|
+
background-color: #3232321a;
|
|
162
|
+
}
|
|
163
|
+
`,
|
|
164
|
+
""
|
|
165
|
+
]);
|
|
166
|
+
const __WEBPACK_DEFAULT_EXPORT__ = ___CSS_LOADER_EXPORT___;
|
|
167
|
+
},
|
|
16
168
|
"./node_modules/base64-js/index.js": function(__unused_webpack_module, exports) {
|
|
17
169
|
exports.byteLength = byteLength;
|
|
18
170
|
exports.toByteArray = toByteArray;
|
|
@@ -1184,62 +1336,62 @@ var __webpack_modules__ = {
|
|
|
1184
1336
|
return table;
|
|
1185
1337
|
}();
|
|
1186
1338
|
},
|
|
1187
|
-
"./node_modules/call-bind-apply-helpers/actualApply.js": function(
|
|
1339
|
+
"./node_modules/call-bind-apply-helpers/actualApply.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
1188
1340
|
var bind = __webpack_require__("./node_modules/function-bind/index.js");
|
|
1189
1341
|
var $apply = __webpack_require__("./node_modules/call-bind-apply-helpers/functionApply.js");
|
|
1190
1342
|
var $call = __webpack_require__("./node_modules/call-bind-apply-helpers/functionCall.js");
|
|
1191
1343
|
var $reflectApply = __webpack_require__("./node_modules/call-bind-apply-helpers/reflectApply.js");
|
|
1192
|
-
|
|
1344
|
+
module.exports = $reflectApply || bind.call($call, $apply);
|
|
1193
1345
|
},
|
|
1194
|
-
"./node_modules/call-bind-apply-helpers/applyBind.js": function(
|
|
1346
|
+
"./node_modules/call-bind-apply-helpers/applyBind.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
1195
1347
|
var bind = __webpack_require__("./node_modules/function-bind/index.js");
|
|
1196
1348
|
var $apply = __webpack_require__("./node_modules/call-bind-apply-helpers/functionApply.js");
|
|
1197
1349
|
var actualApply = __webpack_require__("./node_modules/call-bind-apply-helpers/actualApply.js");
|
|
1198
|
-
|
|
1350
|
+
module.exports = function() {
|
|
1199
1351
|
return actualApply(bind, $apply, arguments);
|
|
1200
1352
|
};
|
|
1201
1353
|
},
|
|
1202
|
-
"./node_modules/call-bind-apply-helpers/functionApply.js": function(
|
|
1203
|
-
|
|
1354
|
+
"./node_modules/call-bind-apply-helpers/functionApply.js": function(module) {
|
|
1355
|
+
module.exports = Function.prototype.apply;
|
|
1204
1356
|
},
|
|
1205
|
-
"./node_modules/call-bind-apply-helpers/functionCall.js": function(
|
|
1206
|
-
|
|
1357
|
+
"./node_modules/call-bind-apply-helpers/functionCall.js": function(module) {
|
|
1358
|
+
module.exports = Function.prototype.call;
|
|
1207
1359
|
},
|
|
1208
|
-
"./node_modules/call-bind-apply-helpers/index.js": function(
|
|
1360
|
+
"./node_modules/call-bind-apply-helpers/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
1209
1361
|
var bind = __webpack_require__("./node_modules/function-bind/index.js");
|
|
1210
1362
|
var $TypeError = __webpack_require__("./node_modules/es-errors/type.js");
|
|
1211
1363
|
var $call = __webpack_require__("./node_modules/call-bind-apply-helpers/functionCall.js");
|
|
1212
1364
|
var $actualApply = __webpack_require__("./node_modules/call-bind-apply-helpers/actualApply.js");
|
|
1213
|
-
|
|
1365
|
+
module.exports = function(args) {
|
|
1214
1366
|
if (args.length < 1 || 'function' != typeof args[0]) throw new $TypeError('a function is required');
|
|
1215
1367
|
return $actualApply(bind, $call, args);
|
|
1216
1368
|
};
|
|
1217
1369
|
},
|
|
1218
|
-
"./node_modules/call-bind-apply-helpers/reflectApply.js": function(
|
|
1219
|
-
|
|
1370
|
+
"./node_modules/call-bind-apply-helpers/reflectApply.js": function(module) {
|
|
1371
|
+
module.exports = 'undefined' != typeof Reflect && Reflect && Reflect.apply;
|
|
1220
1372
|
},
|
|
1221
|
-
"./node_modules/call-bind/index.js": function(
|
|
1373
|
+
"./node_modules/call-bind/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
1222
1374
|
var setFunctionLength = __webpack_require__("./node_modules/set-function-length/index.js");
|
|
1223
1375
|
var $defineProperty = __webpack_require__("./node_modules/es-define-property/index.js");
|
|
1224
1376
|
var callBindBasic = __webpack_require__("./node_modules/call-bind-apply-helpers/index.js");
|
|
1225
1377
|
var applyBind = __webpack_require__("./node_modules/call-bind-apply-helpers/applyBind.js");
|
|
1226
|
-
|
|
1378
|
+
module.exports = function(originalFunction) {
|
|
1227
1379
|
var func = callBindBasic(arguments);
|
|
1228
1380
|
var adjustedLength = originalFunction.length - (arguments.length - 1);
|
|
1229
1381
|
return setFunctionLength(func, 1 + (adjustedLength > 0 ? adjustedLength : 0), true);
|
|
1230
1382
|
};
|
|
1231
|
-
if ($defineProperty) $defineProperty(
|
|
1383
|
+
if ($defineProperty) $defineProperty(module.exports, 'apply', {
|
|
1232
1384
|
value: applyBind
|
|
1233
1385
|
});
|
|
1234
|
-
else
|
|
1386
|
+
else module.exports.apply = applyBind;
|
|
1235
1387
|
},
|
|
1236
|
-
"./node_modules/call-bound/index.js": function(
|
|
1388
|
+
"./node_modules/call-bound/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
1237
1389
|
var GetIntrinsic = __webpack_require__("./node_modules/get-intrinsic/index.js");
|
|
1238
1390
|
var callBindBasic = __webpack_require__("./node_modules/call-bind-apply-helpers/index.js");
|
|
1239
1391
|
var $indexOf = callBindBasic([
|
|
1240
1392
|
GetIntrinsic('%String.prototype.indexOf%')
|
|
1241
1393
|
]);
|
|
1242
|
-
|
|
1394
|
+
module.exports = function(name, allowMissing) {
|
|
1243
1395
|
var intrinsic = GetIntrinsic(name, !!allowMissing);
|
|
1244
1396
|
if ('function' == typeof intrinsic && $indexOf(name, '.prototype.') > -1) return callBindBasic([
|
|
1245
1397
|
intrinsic
|
|
@@ -1247,12 +1399,12 @@ var __webpack_modules__ = {
|
|
|
1247
1399
|
return intrinsic;
|
|
1248
1400
|
};
|
|
1249
1401
|
},
|
|
1250
|
-
"./node_modules/define-data-property/index.js": function(
|
|
1402
|
+
"./node_modules/define-data-property/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
1251
1403
|
var $defineProperty = __webpack_require__("./node_modules/es-define-property/index.js");
|
|
1252
1404
|
var $SyntaxError = __webpack_require__("./node_modules/es-errors/syntax.js");
|
|
1253
1405
|
var $TypeError = __webpack_require__("./node_modules/es-errors/type.js");
|
|
1254
1406
|
var gopd = __webpack_require__("./node_modules/gopd/index.js");
|
|
1255
|
-
|
|
1407
|
+
module.exports = function(obj, property, value) {
|
|
1256
1408
|
if (!obj || 'object' != typeof obj && 'function' != typeof obj) throw new $TypeError('`obj` must be an object or a function`');
|
|
1257
1409
|
if ('string' != typeof property && 'symbol' != typeof property) throw new $TypeError('`property` must be a string or a symbol`');
|
|
1258
1410
|
if (arguments.length > 3 && 'boolean' != typeof arguments[3] && null !== arguments[3]) throw new $TypeError('`nonEnumerable`, if provided, must be a boolean or null');
|
|
@@ -1274,7 +1426,7 @@ var __webpack_modules__ = {
|
|
|
1274
1426
|
else obj[property] = value;
|
|
1275
1427
|
};
|
|
1276
1428
|
},
|
|
1277
|
-
"./node_modules/dunder-proto/get.js": function(
|
|
1429
|
+
"./node_modules/dunder-proto/get.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
1278
1430
|
var callBind = __webpack_require__("./node_modules/call-bind-apply-helpers/index.js");
|
|
1279
1431
|
var gOPD = __webpack_require__("./node_modules/gopd/index.js");
|
|
1280
1432
|
var hasProtoAccessor;
|
|
@@ -1286,13 +1438,13 @@ var __webpack_modules__ = {
|
|
|
1286
1438
|
var desc = !!hasProtoAccessor && gOPD && gOPD(Object.prototype, '__proto__');
|
|
1287
1439
|
var $Object = Object;
|
|
1288
1440
|
var $getPrototypeOf = $Object.getPrototypeOf;
|
|
1289
|
-
|
|
1441
|
+
module.exports = desc && 'function' == typeof desc.get ? callBind([
|
|
1290
1442
|
desc.get
|
|
1291
1443
|
]) : 'function' == typeof $getPrototypeOf ? function(value) {
|
|
1292
1444
|
return $getPrototypeOf(null == value ? value : $Object(value));
|
|
1293
1445
|
} : false;
|
|
1294
1446
|
},
|
|
1295
|
-
"./node_modules/es-define-property/index.js": function(
|
|
1447
|
+
"./node_modules/es-define-property/index.js": function(module) {
|
|
1296
1448
|
var $defineProperty = Object.defineProperty || false;
|
|
1297
1449
|
if ($defineProperty) try {
|
|
1298
1450
|
$defineProperty({}, 'a', {
|
|
@@ -1301,33 +1453,33 @@ var __webpack_modules__ = {
|
|
|
1301
1453
|
} catch (e) {
|
|
1302
1454
|
$defineProperty = false;
|
|
1303
1455
|
}
|
|
1304
|
-
|
|
1456
|
+
module.exports = $defineProperty;
|
|
1305
1457
|
},
|
|
1306
|
-
"./node_modules/es-errors/eval.js": function(
|
|
1307
|
-
|
|
1458
|
+
"./node_modules/es-errors/eval.js": function(module) {
|
|
1459
|
+
module.exports = EvalError;
|
|
1308
1460
|
},
|
|
1309
|
-
"./node_modules/es-errors/index.js": function(
|
|
1310
|
-
|
|
1461
|
+
"./node_modules/es-errors/index.js": function(module) {
|
|
1462
|
+
module.exports = Error;
|
|
1311
1463
|
},
|
|
1312
|
-
"./node_modules/es-errors/range.js": function(
|
|
1313
|
-
|
|
1464
|
+
"./node_modules/es-errors/range.js": function(module) {
|
|
1465
|
+
module.exports = RangeError;
|
|
1314
1466
|
},
|
|
1315
|
-
"./node_modules/es-errors/ref.js": function(
|
|
1316
|
-
|
|
1467
|
+
"./node_modules/es-errors/ref.js": function(module) {
|
|
1468
|
+
module.exports = ReferenceError;
|
|
1317
1469
|
},
|
|
1318
|
-
"./node_modules/es-errors/syntax.js": function(
|
|
1319
|
-
|
|
1470
|
+
"./node_modules/es-errors/syntax.js": function(module) {
|
|
1471
|
+
module.exports = SyntaxError;
|
|
1320
1472
|
},
|
|
1321
|
-
"./node_modules/es-errors/type.js": function(
|
|
1322
|
-
|
|
1473
|
+
"./node_modules/es-errors/type.js": function(module) {
|
|
1474
|
+
module.exports = TypeError;
|
|
1323
1475
|
},
|
|
1324
|
-
"./node_modules/es-errors/uri.js": function(
|
|
1325
|
-
|
|
1476
|
+
"./node_modules/es-errors/uri.js": function(module) {
|
|
1477
|
+
module.exports = URIError;
|
|
1326
1478
|
},
|
|
1327
|
-
"./node_modules/es-object-atoms/index.js": function(
|
|
1328
|
-
|
|
1479
|
+
"./node_modules/es-object-atoms/index.js": function(module) {
|
|
1480
|
+
module.exports = Object;
|
|
1329
1481
|
},
|
|
1330
|
-
"./node_modules/for-each/index.js": function(
|
|
1482
|
+
"./node_modules/for-each/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
1331
1483
|
var isCallable = __webpack_require__("./node_modules/is-callable/index.js");
|
|
1332
1484
|
var toStr = Object.prototype.toString;
|
|
1333
1485
|
var hasOwnProperty = Object.prototype.hasOwnProperty;
|
|
@@ -1346,7 +1498,7 @@ var __webpack_modules__ = {
|
|
|
1346
1498
|
function isArray(x) {
|
|
1347
1499
|
return '[object Array]' === toStr.call(x);
|
|
1348
1500
|
}
|
|
1349
|
-
|
|
1501
|
+
module.exports = function(list, iterator, thisArg) {
|
|
1350
1502
|
if (!isCallable(iterator)) throw new TypeError('iterator must be a function');
|
|
1351
1503
|
var receiver;
|
|
1352
1504
|
if (arguments.length >= 3) receiver = thisArg;
|
|
@@ -1355,7 +1507,7 @@ var __webpack_modules__ = {
|
|
|
1355
1507
|
else forEachObject(list, iterator, receiver);
|
|
1356
1508
|
};
|
|
1357
1509
|
},
|
|
1358
|
-
"./node_modules/function-bind/implementation.js": function(
|
|
1510
|
+
"./node_modules/function-bind/implementation.js": function(module) {
|
|
1359
1511
|
var ERROR_MESSAGE = 'Function.prototype.bind called on incompatible ';
|
|
1360
1512
|
var toStr = Object.prototype.toString;
|
|
1361
1513
|
var max = Math.max;
|
|
@@ -1379,7 +1531,7 @@ var __webpack_modules__ = {
|
|
|
1379
1531
|
}
|
|
1380
1532
|
return str;
|
|
1381
1533
|
};
|
|
1382
|
-
|
|
1534
|
+
module.exports = function(that) {
|
|
1383
1535
|
var target = this;
|
|
1384
1536
|
if ('function' != typeof target || toStr.apply(target) !== funcType) throw new TypeError(ERROR_MESSAGE + target);
|
|
1385
1537
|
var args = slicy(arguments, 1);
|
|
@@ -1405,11 +1557,11 @@ var __webpack_modules__ = {
|
|
|
1405
1557
|
return bound;
|
|
1406
1558
|
};
|
|
1407
1559
|
},
|
|
1408
|
-
"./node_modules/function-bind/index.js": function(
|
|
1560
|
+
"./node_modules/function-bind/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
1409
1561
|
var implementation = __webpack_require__("./node_modules/function-bind/implementation.js");
|
|
1410
|
-
|
|
1562
|
+
module.exports = Function.prototype.bind || implementation;
|
|
1411
1563
|
},
|
|
1412
|
-
"./node_modules/get-intrinsic/index.js": function(
|
|
1564
|
+
"./node_modules/get-intrinsic/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
1413
1565
|
var undefined;
|
|
1414
1566
|
var $Object = __webpack_require__("./node_modules/es-object-atoms/index.js");
|
|
1415
1567
|
var $Error = __webpack_require__("./node_modules/es-errors/index.js");
|
|
@@ -1816,7 +1968,7 @@ var __webpack_modules__ = {
|
|
|
1816
1968
|
}
|
|
1817
1969
|
throw new $SyntaxError('intrinsic ' + name + ' does not exist!');
|
|
1818
1970
|
};
|
|
1819
|
-
|
|
1971
|
+
module.exports = function(name, allowMissing) {
|
|
1820
1972
|
if ('string' != typeof name || 0 === name.length) throw new $TypeError('intrinsic name must be a non-empty string');
|
|
1821
1973
|
if (arguments.length > 1 && 'boolean' != typeof allowMissing) throw new $TypeError('"allowMissing" argument must be a boolean');
|
|
1822
1974
|
if (null === $exec(/^%?[^%]*%?$/, name)) throw new $SyntaxError('`%` may not be present anywhere but at the beginning and end of the intrinsic name');
|
|
@@ -1862,18 +2014,18 @@ var __webpack_modules__ = {
|
|
|
1862
2014
|
return value;
|
|
1863
2015
|
};
|
|
1864
2016
|
},
|
|
1865
|
-
"./node_modules/get-proto/Object.getPrototypeOf.js": function(
|
|
2017
|
+
"./node_modules/get-proto/Object.getPrototypeOf.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
1866
2018
|
var $Object = __webpack_require__("./node_modules/es-object-atoms/index.js");
|
|
1867
|
-
|
|
2019
|
+
module.exports = $Object.getPrototypeOf || null;
|
|
1868
2020
|
},
|
|
1869
|
-
"./node_modules/get-proto/Reflect.getPrototypeOf.js": function(
|
|
1870
|
-
|
|
2021
|
+
"./node_modules/get-proto/Reflect.getPrototypeOf.js": function(module) {
|
|
2022
|
+
module.exports = 'undefined' != typeof Reflect && Reflect.getPrototypeOf || null;
|
|
1871
2023
|
},
|
|
1872
|
-
"./node_modules/get-proto/index.js": function(
|
|
2024
|
+
"./node_modules/get-proto/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
1873
2025
|
var reflectGetProto = __webpack_require__("./node_modules/get-proto/Reflect.getPrototypeOf.js");
|
|
1874
2026
|
var originalGetProto = __webpack_require__("./node_modules/get-proto/Object.getPrototypeOf.js");
|
|
1875
2027
|
var getDunderProto = __webpack_require__("./node_modules/dunder-proto/get.js");
|
|
1876
|
-
|
|
2028
|
+
module.exports = reflectGetProto ? function(O) {
|
|
1877
2029
|
return reflectGetProto(O);
|
|
1878
2030
|
} : originalGetProto ? function(O) {
|
|
1879
2031
|
if (!O || 'object' != typeof O && 'function' != typeof O) throw new TypeError('getProto: not an object');
|
|
@@ -1882,19 +2034,19 @@ var __webpack_modules__ = {
|
|
|
1882
2034
|
return getDunderProto(O);
|
|
1883
2035
|
} : null;
|
|
1884
2036
|
},
|
|
1885
|
-
"./node_modules/gopd/gOPD.js": function(
|
|
1886
|
-
|
|
2037
|
+
"./node_modules/gopd/gOPD.js": function(module) {
|
|
2038
|
+
module.exports = Object.getOwnPropertyDescriptor;
|
|
1887
2039
|
},
|
|
1888
|
-
"./node_modules/gopd/index.js": function(
|
|
2040
|
+
"./node_modules/gopd/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
1889
2041
|
var $gOPD = __webpack_require__("./node_modules/gopd/gOPD.js");
|
|
1890
2042
|
if ($gOPD) try {
|
|
1891
2043
|
$gOPD([], 'length');
|
|
1892
2044
|
} catch (e) {
|
|
1893
2045
|
$gOPD = null;
|
|
1894
2046
|
}
|
|
1895
|
-
|
|
2047
|
+
module.exports = $gOPD;
|
|
1896
2048
|
},
|
|
1897
|
-
"./node_modules/has-property-descriptors/index.js": function(
|
|
2049
|
+
"./node_modules/has-property-descriptors/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
1898
2050
|
var $defineProperty = __webpack_require__("./node_modules/es-define-property/index.js");
|
|
1899
2051
|
var hasPropertyDescriptors = function() {
|
|
1900
2052
|
return !!$defineProperty;
|
|
@@ -1909,12 +2061,12 @@ var __webpack_modules__ = {
|
|
|
1909
2061
|
return true;
|
|
1910
2062
|
}
|
|
1911
2063
|
};
|
|
1912
|
-
|
|
2064
|
+
module.exports = hasPropertyDescriptors;
|
|
1913
2065
|
},
|
|
1914
|
-
"./node_modules/has-symbols/index.js": function(
|
|
2066
|
+
"./node_modules/has-symbols/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
1915
2067
|
var origSymbol = 'undefined' != typeof Symbol && Symbol;
|
|
1916
2068
|
var hasSymbolSham = __webpack_require__("./node_modules/has-symbols/shams.js");
|
|
1917
|
-
|
|
2069
|
+
module.exports = function() {
|
|
1918
2070
|
if ('function' != typeof origSymbol) return false;
|
|
1919
2071
|
if ('function' != typeof Symbol) return false;
|
|
1920
2072
|
if ('symbol' != typeof origSymbol('foo')) return false;
|
|
@@ -1922,8 +2074,8 @@ var __webpack_modules__ = {
|
|
|
1922
2074
|
return hasSymbolSham();
|
|
1923
2075
|
};
|
|
1924
2076
|
},
|
|
1925
|
-
"./node_modules/has-symbols/shams.js": function(
|
|
1926
|
-
|
|
2077
|
+
"./node_modules/has-symbols/shams.js": function(module) {
|
|
2078
|
+
module.exports = function() {
|
|
1927
2079
|
if ('function' != typeof Symbol || 'function' != typeof Object.getOwnPropertySymbols) return false;
|
|
1928
2080
|
if ('symbol' == typeof Symbol.iterator) return true;
|
|
1929
2081
|
var obj = {};
|
|
@@ -1947,17 +2099,17 @@ var __webpack_modules__ = {
|
|
|
1947
2099
|
return true;
|
|
1948
2100
|
};
|
|
1949
2101
|
},
|
|
1950
|
-
"./node_modules/has-tostringtag/shams.js": function(
|
|
2102
|
+
"./node_modules/has-tostringtag/shams.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
1951
2103
|
var hasSymbols = __webpack_require__("./node_modules/has-symbols/shams.js");
|
|
1952
|
-
|
|
2104
|
+
module.exports = function() {
|
|
1953
2105
|
return hasSymbols() && !!Symbol.toStringTag;
|
|
1954
2106
|
};
|
|
1955
2107
|
},
|
|
1956
|
-
"./node_modules/hasown/index.js": function(
|
|
2108
|
+
"./node_modules/hasown/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
1957
2109
|
var call = Function.prototype.call;
|
|
1958
2110
|
var $hasOwn = Object.prototype.hasOwnProperty;
|
|
1959
2111
|
var bind = __webpack_require__("./node_modules/function-bind/index.js");
|
|
1960
|
-
|
|
2112
|
+
module.exports = bind.call(call, $hasOwn);
|
|
1961
2113
|
},
|
|
1962
2114
|
"./node_modules/ieee754/index.js": function(__unused_webpack_module, exports) {
|
|
1963
2115
|
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */ exports.read = function(buffer, offset, isLE, mLen, nBytes) {
|
|
@@ -2029,8 +2181,8 @@ var __webpack_modules__ = {
|
|
|
2029
2181
|
buffer[offset + i - d] |= 128 * s;
|
|
2030
2182
|
};
|
|
2031
2183
|
},
|
|
2032
|
-
"./node_modules/inherits/inherits_browser.js": function(
|
|
2033
|
-
if ('function' == typeof Object.create)
|
|
2184
|
+
"./node_modules/inherits/inherits_browser.js": function(module) {
|
|
2185
|
+
if ('function' == typeof Object.create) module.exports = function(ctor, superCtor) {
|
|
2034
2186
|
if (superCtor) {
|
|
2035
2187
|
ctor.super_ = superCtor;
|
|
2036
2188
|
ctor.prototype = Object.create(superCtor.prototype, {
|
|
@@ -2043,7 +2195,7 @@ var __webpack_modules__ = {
|
|
|
2043
2195
|
});
|
|
2044
2196
|
}
|
|
2045
2197
|
};
|
|
2046
|
-
else
|
|
2198
|
+
else module.exports = function(ctor, superCtor) {
|
|
2047
2199
|
if (superCtor) {
|
|
2048
2200
|
ctor.super_ = superCtor;
|
|
2049
2201
|
var TempCtor = function() {};
|
|
@@ -2053,7 +2205,7 @@ var __webpack_modules__ = {
|
|
|
2053
2205
|
}
|
|
2054
2206
|
};
|
|
2055
2207
|
},
|
|
2056
|
-
"./node_modules/is-arguments/index.js": function(
|
|
2208
|
+
"./node_modules/is-arguments/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
2057
2209
|
var hasToStringTag = __webpack_require__("./node_modules/has-tostringtag/shams.js")();
|
|
2058
2210
|
var callBound = __webpack_require__("./node_modules/call-bound/index.js");
|
|
2059
2211
|
var $toString = callBound('Object.prototype.toString');
|
|
@@ -2069,9 +2221,9 @@ var __webpack_modules__ = {
|
|
|
2069
2221
|
return isStandardArguments(arguments);
|
|
2070
2222
|
}();
|
|
2071
2223
|
isStandardArguments.isLegacyArguments = isLegacyArguments;
|
|
2072
|
-
|
|
2224
|
+
module.exports = supportsStandardArguments ? isStandardArguments : isLegacyArguments;
|
|
2073
2225
|
},
|
|
2074
|
-
"./node_modules/is-callable/index.js": function(
|
|
2226
|
+
"./node_modules/is-callable/index.js": function(module) {
|
|
2075
2227
|
var fnToStr = Function.prototype.toString;
|
|
2076
2228
|
var reflectApply = 'object' == typeof Reflect && null !== Reflect && Reflect.apply;
|
|
2077
2229
|
var badArrayLike;
|
|
@@ -2132,7 +2284,7 @@ var __webpack_modules__ = {
|
|
|
2132
2284
|
return false;
|
|
2133
2285
|
};
|
|
2134
2286
|
}
|
|
2135
|
-
|
|
2287
|
+
module.exports = reflectApply ? function(value) {
|
|
2136
2288
|
if (isDDA(value)) return true;
|
|
2137
2289
|
if (!value) return false;
|
|
2138
2290
|
if ('function' != typeof value && 'object' != typeof value) return false;
|
|
@@ -2153,7 +2305,7 @@ var __webpack_modules__ = {
|
|
|
2153
2305
|
return tryFunctionObject(value);
|
|
2154
2306
|
};
|
|
2155
2307
|
},
|
|
2156
|
-
"./node_modules/is-generator-function/index.js": function(
|
|
2308
|
+
"./node_modules/is-generator-function/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
2157
2309
|
var callBound = __webpack_require__("./node_modules/call-bound/index.js");
|
|
2158
2310
|
var safeRegexTest = __webpack_require__("./node_modules/safe-regex-test/index.js");
|
|
2159
2311
|
var isFnRegex = safeRegexTest(/^\s*(?:function)?\*/);
|
|
@@ -2168,7 +2320,7 @@ var __webpack_modules__ = {
|
|
|
2168
2320
|
} catch (e) {}
|
|
2169
2321
|
};
|
|
2170
2322
|
var GeneratorFunction;
|
|
2171
|
-
|
|
2323
|
+
module.exports = function(fn) {
|
|
2172
2324
|
if ('function' != typeof fn) return false;
|
|
2173
2325
|
if (isFnRegex(fnToStr(fn))) return true;
|
|
2174
2326
|
if (!hasToStringTag) {
|
|
@@ -2183,7 +2335,7 @@ var __webpack_modules__ = {
|
|
|
2183
2335
|
return getProto(fn) === GeneratorFunction;
|
|
2184
2336
|
};
|
|
2185
2337
|
},
|
|
2186
|
-
"./node_modules/is-regex/index.js": function(
|
|
2338
|
+
"./node_modules/is-regex/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
2187
2339
|
var callBound = __webpack_require__("./node_modules/call-bound/index.js");
|
|
2188
2340
|
var hasToStringTag = __webpack_require__("./node_modules/has-tostringtag/shams.js")();
|
|
2189
2341
|
var hasOwn = __webpack_require__("./node_modules/hasown/index.js");
|
|
@@ -2219,46 +2371,46 @@ var __webpack_modules__ = {
|
|
|
2219
2371
|
return $toString(value) === regexClass;
|
|
2220
2372
|
};
|
|
2221
2373
|
}
|
|
2222
|
-
|
|
2374
|
+
module.exports = fn;
|
|
2223
2375
|
},
|
|
2224
|
-
"./node_modules/is-typed-array/index.js": function(
|
|
2376
|
+
"./node_modules/is-typed-array/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
2225
2377
|
var whichTypedArray = __webpack_require__("./node_modules/which-typed-array/index.js");
|
|
2226
|
-
|
|
2378
|
+
module.exports = function(value) {
|
|
2227
2379
|
return !!whichTypedArray(value);
|
|
2228
2380
|
};
|
|
2229
2381
|
},
|
|
2230
|
-
"./node_modules/math-intrinsics/abs.js": function(
|
|
2231
|
-
|
|
2382
|
+
"./node_modules/math-intrinsics/abs.js": function(module) {
|
|
2383
|
+
module.exports = Math.abs;
|
|
2232
2384
|
},
|
|
2233
|
-
"./node_modules/math-intrinsics/floor.js": function(
|
|
2234
|
-
|
|
2385
|
+
"./node_modules/math-intrinsics/floor.js": function(module) {
|
|
2386
|
+
module.exports = Math.floor;
|
|
2235
2387
|
},
|
|
2236
|
-
"./node_modules/math-intrinsics/isNaN.js": function(
|
|
2237
|
-
|
|
2388
|
+
"./node_modules/math-intrinsics/isNaN.js": function(module) {
|
|
2389
|
+
module.exports = Number.isNaN || function(a) {
|
|
2238
2390
|
return a !== a;
|
|
2239
2391
|
};
|
|
2240
2392
|
},
|
|
2241
|
-
"./node_modules/math-intrinsics/max.js": function(
|
|
2242
|
-
|
|
2393
|
+
"./node_modules/math-intrinsics/max.js": function(module) {
|
|
2394
|
+
module.exports = Math.max;
|
|
2243
2395
|
},
|
|
2244
|
-
"./node_modules/math-intrinsics/min.js": function(
|
|
2245
|
-
|
|
2396
|
+
"./node_modules/math-intrinsics/min.js": function(module) {
|
|
2397
|
+
module.exports = Math.min;
|
|
2246
2398
|
},
|
|
2247
|
-
"./node_modules/math-intrinsics/pow.js": function(
|
|
2248
|
-
|
|
2399
|
+
"./node_modules/math-intrinsics/pow.js": function(module) {
|
|
2400
|
+
module.exports = Math.pow;
|
|
2249
2401
|
},
|
|
2250
|
-
"./node_modules/math-intrinsics/round.js": function(
|
|
2251
|
-
|
|
2402
|
+
"./node_modules/math-intrinsics/round.js": function(module) {
|
|
2403
|
+
module.exports = Math.round;
|
|
2252
2404
|
},
|
|
2253
|
-
"./node_modules/math-intrinsics/sign.js": function(
|
|
2405
|
+
"./node_modules/math-intrinsics/sign.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
2254
2406
|
var $isNaN = __webpack_require__("./node_modules/math-intrinsics/isNaN.js");
|
|
2255
|
-
|
|
2407
|
+
module.exports = function(number) {
|
|
2256
2408
|
if ($isNaN(number) || 0 === number) return number;
|
|
2257
2409
|
return number < 0 ? -1 : 1;
|
|
2258
2410
|
};
|
|
2259
2411
|
},
|
|
2260
|
-
"./node_modules/possible-typed-array-names/index.js": function(
|
|
2261
|
-
|
|
2412
|
+
"./node_modules/possible-typed-array-names/index.js": function(module) {
|
|
2413
|
+
module.exports = [
|
|
2262
2414
|
'Float16Array',
|
|
2263
2415
|
'Float32Array',
|
|
2264
2416
|
'Float64Array',
|
|
@@ -2273,8 +2425,8 @@ var __webpack_modules__ = {
|
|
|
2273
2425
|
'BigUint64Array'
|
|
2274
2426
|
];
|
|
2275
2427
|
},
|
|
2276
|
-
"./node_modules/process/browser.js": function(
|
|
2277
|
-
var process =
|
|
2428
|
+
"./node_modules/process/browser.js": function(module) {
|
|
2429
|
+
var process = module.exports = {};
|
|
2278
2430
|
var cachedSetTimeout;
|
|
2279
2431
|
var cachedClearTimeout;
|
|
2280
2432
|
function defaultSetTimout() {
|
|
@@ -2399,26 +2551,26 @@ var __webpack_modules__ = {
|
|
|
2399
2551
|
return 0;
|
|
2400
2552
|
};
|
|
2401
2553
|
},
|
|
2402
|
-
"./node_modules/safe-regex-test/index.js": function(
|
|
2554
|
+
"./node_modules/safe-regex-test/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
2403
2555
|
var callBound = __webpack_require__("./node_modules/call-bound/index.js");
|
|
2404
2556
|
var isRegex = __webpack_require__("./node_modules/is-regex/index.js");
|
|
2405
2557
|
var $exec = callBound('RegExp.prototype.exec');
|
|
2406
2558
|
var $TypeError = __webpack_require__("./node_modules/es-errors/type.js");
|
|
2407
|
-
|
|
2559
|
+
module.exports = function(regex) {
|
|
2408
2560
|
if (!isRegex(regex)) throw new $TypeError('`regex` must be a RegExp');
|
|
2409
2561
|
return function(s) {
|
|
2410
2562
|
return null !== $exec(regex, s);
|
|
2411
2563
|
};
|
|
2412
2564
|
};
|
|
2413
2565
|
},
|
|
2414
|
-
"./node_modules/set-function-length/index.js": function(
|
|
2566
|
+
"./node_modules/set-function-length/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
2415
2567
|
var GetIntrinsic = __webpack_require__("./node_modules/get-intrinsic/index.js");
|
|
2416
2568
|
var define = __webpack_require__("./node_modules/define-data-property/index.js");
|
|
2417
2569
|
var hasDescriptors = __webpack_require__("./node_modules/has-property-descriptors/index.js")();
|
|
2418
2570
|
var gOPD = __webpack_require__("./node_modules/gopd/index.js");
|
|
2419
2571
|
var $TypeError = __webpack_require__("./node_modules/es-errors/type.js");
|
|
2420
2572
|
var $floor = GetIntrinsic('%Math.floor%');
|
|
2421
|
-
|
|
2573
|
+
module.exports = function(fn, length) {
|
|
2422
2574
|
if ('function' != typeof fn) throw new $TypeError('`fn` is not a function');
|
|
2423
2575
|
if ('number' != typeof length || length < 0 || length > 0xFFFFFFFF || $floor(length) !== length) throw new $TypeError('`length` must be a positive 32-bit integer');
|
|
2424
2576
|
var loose = arguments.length > 2 && !!arguments[2];
|
|
@@ -2433,8 +2585,8 @@ var __webpack_modules__ = {
|
|
|
2433
2585
|
return fn;
|
|
2434
2586
|
};
|
|
2435
2587
|
},
|
|
2436
|
-
"./node_modules/util/support/isBufferBrowser.js": function(
|
|
2437
|
-
|
|
2588
|
+
"./node_modules/util/support/isBufferBrowser.js": function(module) {
|
|
2589
|
+
module.exports = function(arg) {
|
|
2438
2590
|
return arg && 'object' == typeof arg && 'function' == typeof arg.copy && 'function' == typeof arg.fill && 'function' == typeof arg.readUInt8;
|
|
2439
2591
|
};
|
|
2440
2592
|
},
|
|
@@ -3107,7 +3259,7 @@ var __webpack_modules__ = {
|
|
|
3107
3259
|
}
|
|
3108
3260
|
exports.callbackify = callbackify;
|
|
3109
3261
|
},
|
|
3110
|
-
"./node_modules/which-typed-array/index.js": function(
|
|
3262
|
+
"./node_modules/which-typed-array/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
3111
3263
|
var forEach = __webpack_require__("./node_modules/for-each/index.js");
|
|
3112
3264
|
var availableTypedArrays = __webpack_require__("./node_modules/available-typed-arrays/index.js");
|
|
3113
3265
|
var callBind = __webpack_require__("./node_modules/call-bind/index.js");
|
|
@@ -3161,7 +3313,7 @@ var __webpack_modules__ = {
|
|
|
3161
3313
|
});
|
|
3162
3314
|
return found;
|
|
3163
3315
|
};
|
|
3164
|
-
|
|
3316
|
+
module.exports = function(value) {
|
|
3165
3317
|
if (!value || 'object' != typeof value) return false;
|
|
3166
3318
|
if (!hasToStringTag) {
|
|
3167
3319
|
var tag = $slice($toString(value), 8, -1);
|
|
@@ -3173,8 +3325,8 @@ var __webpack_modules__ = {
|
|
|
3173
3325
|
return tryTypedArrays(value);
|
|
3174
3326
|
};
|
|
3175
3327
|
},
|
|
3176
|
-
"./node_modules/@rsbuild/core/compiled/css-loader/api.js": function(
|
|
3177
|
-
|
|
3328
|
+
"./node_modules/@rsbuild/core/compiled/css-loader/api.js": function(module) {
|
|
3329
|
+
module.exports = function(cssWithMappingToString) {
|
|
3178
3330
|
var list = [];
|
|
3179
3331
|
list.toString = function() {
|
|
3180
3332
|
return this.map(function(item) {
|
|
@@ -3226,12 +3378,12 @@ var __webpack_modules__ = {
|
|
|
3226
3378
|
return list;
|
|
3227
3379
|
};
|
|
3228
3380
|
},
|
|
3229
|
-
"./node_modules/@rsbuild/core/compiled/css-loader/noSourceMaps.js": function(
|
|
3230
|
-
|
|
3381
|
+
"./node_modules/@rsbuild/core/compiled/css-loader/noSourceMaps.js": function(module) {
|
|
3382
|
+
module.exports = function(i) {
|
|
3231
3383
|
return i[1];
|
|
3232
3384
|
};
|
|
3233
3385
|
},
|
|
3234
|
-
"./node_modules/@rsbuild/core/compiled/style-loader/runtime/injectStylesIntoStyleTag.js": function(
|
|
3386
|
+
"./node_modules/@rsbuild/core/compiled/style-loader/runtime/injectStylesIntoStyleTag.js": function(module) {
|
|
3235
3387
|
var stylesInDOM = [];
|
|
3236
3388
|
function getIndexByIdentifier(identifier) {
|
|
3237
3389
|
var result = -1;
|
|
@@ -3285,7 +3437,7 @@ var __webpack_modules__ = {
|
|
|
3285
3437
|
};
|
|
3286
3438
|
return updater;
|
|
3287
3439
|
}
|
|
3288
|
-
|
|
3440
|
+
module.exports = function(list, options) {
|
|
3289
3441
|
options = options || {};
|
|
3290
3442
|
list = list || [];
|
|
3291
3443
|
var lastIdentifiers = modulesToDom(list, options);
|
|
@@ -3309,7 +3461,7 @@ var __webpack_modules__ = {
|
|
|
3309
3461
|
};
|
|
3310
3462
|
};
|
|
3311
3463
|
},
|
|
3312
|
-
"./node_modules/@rsbuild/core/compiled/style-loader/runtime/insertBySelector.js": function(
|
|
3464
|
+
"./node_modules/@rsbuild/core/compiled/style-loader/runtime/insertBySelector.js": function(module) {
|
|
3313
3465
|
var memo = {};
|
|
3314
3466
|
function getTarget(target) {
|
|
3315
3467
|
if (void 0 === memo[target]) {
|
|
@@ -3328,25 +3480,25 @@ var __webpack_modules__ = {
|
|
|
3328
3480
|
if (!target) throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");
|
|
3329
3481
|
target.appendChild(style);
|
|
3330
3482
|
}
|
|
3331
|
-
|
|
3483
|
+
module.exports = insertBySelector;
|
|
3332
3484
|
},
|
|
3333
|
-
"./node_modules/@rsbuild/core/compiled/style-loader/runtime/insertStyleElement.js": function(
|
|
3485
|
+
"./node_modules/@rsbuild/core/compiled/style-loader/runtime/insertStyleElement.js": function(module) {
|
|
3334
3486
|
function insertStyleElement(options) {
|
|
3335
3487
|
var element = document.createElement("style");
|
|
3336
3488
|
options.setAttributes(element, options.attributes);
|
|
3337
3489
|
options.insert(element, options.options);
|
|
3338
3490
|
return element;
|
|
3339
3491
|
}
|
|
3340
|
-
|
|
3492
|
+
module.exports = insertStyleElement;
|
|
3341
3493
|
},
|
|
3342
|
-
"./node_modules/@rsbuild/core/compiled/style-loader/runtime/setAttributesWithoutAttributes.js": function(
|
|
3494
|
+
"./node_modules/@rsbuild/core/compiled/style-loader/runtime/setAttributesWithoutAttributes.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
3343
3495
|
function setAttributesWithoutAttributes(styleElement) {
|
|
3344
3496
|
var nonce = __webpack_require__.nc;
|
|
3345
3497
|
if (nonce) styleElement.setAttribute("nonce", nonce);
|
|
3346
3498
|
}
|
|
3347
|
-
|
|
3499
|
+
module.exports = setAttributesWithoutAttributes;
|
|
3348
3500
|
},
|
|
3349
|
-
"./node_modules/@rsbuild/core/compiled/style-loader/runtime/styleDomAPI.js": function(
|
|
3501
|
+
"./node_modules/@rsbuild/core/compiled/style-loader/runtime/styleDomAPI.js": function(module) {
|
|
3350
3502
|
function apply(styleElement, options, obj) {
|
|
3351
3503
|
var css = "";
|
|
3352
3504
|
if (obj.supports) css += "@supports (".concat(obj.supports, ") {");
|
|
@@ -3380,9 +3532,9 @@ var __webpack_modules__ = {
|
|
|
3380
3532
|
}
|
|
3381
3533
|
};
|
|
3382
3534
|
}
|
|
3383
|
-
|
|
3535
|
+
module.exports = domAPI;
|
|
3384
3536
|
},
|
|
3385
|
-
"./node_modules/@rsbuild/core/compiled/style-loader/runtime/styleTagTransform.js": function(
|
|
3537
|
+
"./node_modules/@rsbuild/core/compiled/style-loader/runtime/styleTagTransform.js": function(module) {
|
|
3386
3538
|
function styleTagTransform(css, styleElement) {
|
|
3387
3539
|
if (styleElement.styleSheet) styleElement.styleSheet.cssText = css;
|
|
3388
3540
|
else {
|
|
@@ -3390,12 +3542,12 @@ var __webpack_modules__ = {
|
|
|
3390
3542
|
styleElement.appendChild(document.createTextNode(css));
|
|
3391
3543
|
}
|
|
3392
3544
|
}
|
|
3393
|
-
|
|
3545
|
+
module.exports = styleTagTransform;
|
|
3394
3546
|
},
|
|
3395
|
-
"./node_modules/available-typed-arrays/index.js": function(
|
|
3547
|
+
"./node_modules/available-typed-arrays/index.js": function(module, __unused_webpack_exports, __webpack_require__) {
|
|
3396
3548
|
var possibleNames = __webpack_require__("./node_modules/possible-typed-array-names/index.js");
|
|
3397
3549
|
var g = 'undefined' == typeof globalThis ? __webpack_require__.g : globalThis;
|
|
3398
|
-
|
|
3550
|
+
module.exports = function() {
|
|
3399
3551
|
var out = [];
|
|
3400
3552
|
for(var i = 0; i < possibleNames.length; i++)if ('function' == typeof g[possibleNames[i]]) out[out.length] = possibleNames[i];
|
|
3401
3553
|
return out;
|
|
@@ -3406,15 +3558,16 @@ var __webpack_module_cache__ = {};
|
|
|
3406
3558
|
function __webpack_require__(moduleId) {
|
|
3407
3559
|
var cachedModule = __webpack_module_cache__[moduleId];
|
|
3408
3560
|
if (void 0 !== cachedModule) return cachedModule.exports;
|
|
3409
|
-
var
|
|
3561
|
+
var module = __webpack_module_cache__[moduleId] = {
|
|
3562
|
+
id: moduleId,
|
|
3410
3563
|
exports: {}
|
|
3411
3564
|
};
|
|
3412
|
-
__webpack_modules__[moduleId](
|
|
3413
|
-
return
|
|
3565
|
+
__webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
3566
|
+
return module.exports;
|
|
3414
3567
|
}
|
|
3415
3568
|
(()=>{
|
|
3416
|
-
__webpack_require__.n = (
|
|
3417
|
-
var getter =
|
|
3569
|
+
__webpack_require__.n = (module)=>{
|
|
3570
|
+
var getter = module && module.__esModule ? ()=>module['default'] : ()=>module;
|
|
3418
3571
|
__webpack_require__.d(getter, {
|
|
3419
3572
|
a: getter
|
|
3420
3573
|
});
|
|
@@ -3454,12 +3607,12 @@ const constants = {
|
|
|
3454
3607
|
}
|
|
3455
3608
|
};
|
|
3456
3609
|
var package_namespaceObject = {
|
|
3457
|
-
rE: "11.4.
|
|
3610
|
+
rE: "11.4.2"
|
|
3458
3611
|
};
|
|
3459
|
-
var VideoType_VideoType = /*#__PURE__*/ function(
|
|
3460
|
-
|
|
3461
|
-
|
|
3462
|
-
return
|
|
3612
|
+
var VideoType_VideoType = /*#__PURE__*/ function(VideoType) {
|
|
3613
|
+
VideoType["WebM"] = "webm";
|
|
3614
|
+
VideoType["MP4"] = "mp4";
|
|
3615
|
+
return VideoType;
|
|
3463
3616
|
}({});
|
|
3464
3617
|
function canPlayType_canPlayType(video, type) {
|
|
3465
3618
|
const canPlayType = video.canPlayType(`video/${type}`);
|
|
@@ -3467,7 +3620,7 @@ function canPlayType_canPlayType(video, type) {
|
|
|
3467
3620
|
return canPlayType;
|
|
3468
3621
|
}
|
|
3469
3622
|
const media_canPlayType = canPlayType_canPlayType;
|
|
3470
|
-
const FALLBACK_VIDEO_TYPE =
|
|
3623
|
+
const FALLBACK_VIDEO_TYPE = VideoType_VideoType.MP4;
|
|
3471
3624
|
class Browser {
|
|
3472
3625
|
options;
|
|
3473
3626
|
result;
|
|
@@ -3514,10 +3667,10 @@ class Browser {
|
|
|
3514
3667
|
}
|
|
3515
3668
|
getVideoType(video) {
|
|
3516
3669
|
if (!this.videoType) {
|
|
3517
|
-
if (media_canPlayType(video,
|
|
3518
|
-
else if (media_canPlayType(video,
|
|
3670
|
+
if (media_canPlayType(video, VideoType_VideoType.MP4)) this.videoType = VideoType_VideoType.MP4;
|
|
3671
|
+
else if (media_canPlayType(video, VideoType_VideoType.WebM)) this.videoType = VideoType_VideoType.WebM;
|
|
3519
3672
|
}
|
|
3520
|
-
if (this.videoType !==
|
|
3673
|
+
if (this.videoType !== VideoType_VideoType.WebM && this.videoType !== VideoType_VideoType.MP4) this.videoType = FALLBACK_VIDEO_TYPE;
|
|
3521
3674
|
if ("" === this.videoType.trim()) this.videoType = FALLBACK_VIDEO_TYPE;
|
|
3522
3675
|
return this.videoType;
|
|
3523
3676
|
}
|
|
@@ -3633,7 +3786,7 @@ class VideomailError extends HTTPVideomailError {
|
|
|
3633
3786
|
screen.width,
|
|
3634
3787
|
screen.height,
|
|
3635
3788
|
screen.colorDepth
|
|
3636
|
-
].join("
|
|
3789
|
+
].join("\xd7");
|
|
3637
3790
|
if (screen.orientation) this.orientation = screen.orientation.type;
|
|
3638
3791
|
this.err = errData?.err;
|
|
3639
3792
|
const stackTarget = errData?.cause ?? errData?.err;
|
|
@@ -4459,161 +4612,15 @@ var insertStyleElement = __webpack_require__("./node_modules/@rsbuild/core/compi
|
|
|
4459
4612
|
var insertStyleElement_default = /*#__PURE__*/ __webpack_require__.n(insertStyleElement);
|
|
4460
4613
|
var styleTagTransform = __webpack_require__("./node_modules/@rsbuild/core/compiled/style-loader/runtime/styleTagTransform.js");
|
|
4461
4614
|
var styleTagTransform_default = /*#__PURE__*/ __webpack_require__.n(styleTagTransform);
|
|
4462
|
-
var
|
|
4463
|
-
var noSourceMaps_default = /*#__PURE__*/ __webpack_require__.n(noSourceMaps);
|
|
4464
|
-
var api = __webpack_require__("./node_modules/@rsbuild/core/compiled/css-loader/api.js");
|
|
4465
|
-
var api_default = /*#__PURE__*/ __webpack_require__.n(api);
|
|
4466
|
-
var ___CSS_LOADER_EXPORT___ = api_default()(noSourceMaps_default());
|
|
4467
|
-
___CSS_LOADER_EXPORT___.push([
|
|
4468
|
-
module.id,
|
|
4469
|
-
`@keyframes blink {
|
|
4470
|
-
0% {
|
|
4471
|
-
opacity: .9;
|
|
4472
|
-
}
|
|
4473
|
-
|
|
4474
|
-
35% {
|
|
4475
|
-
opacity: .9;
|
|
4476
|
-
}
|
|
4477
|
-
|
|
4478
|
-
50% {
|
|
4479
|
-
opacity: .1;
|
|
4480
|
-
}
|
|
4481
|
-
|
|
4482
|
-
85% {
|
|
4483
|
-
opacity: .1;
|
|
4484
|
-
}
|
|
4485
|
-
|
|
4486
|
-
100% {
|
|
4487
|
-
opacity: .9;
|
|
4488
|
-
}
|
|
4489
|
-
}
|
|
4490
|
-
|
|
4491
|
-
.videomail .visuals {
|
|
4492
|
-
position: relative;
|
|
4493
|
-
}
|
|
4494
|
-
|
|
4495
|
-
.videomail .visuals video.replay {
|
|
4496
|
-
width: 100%;
|
|
4497
|
-
height: 100%;
|
|
4498
|
-
}
|
|
4499
|
-
|
|
4500
|
-
.videomail .countdown, .videomail .recordTimer, .videomail .recordNote, .videomail .pausedHeader, .videomail .pausedHint {
|
|
4501
|
-
height: auto;
|
|
4502
|
-
margin: 0;
|
|
4503
|
-
}
|
|
4504
|
-
|
|
4505
|
-
.videomail .countdown, .videomail .recordTimer, .videomail .recordNote, .videomail .paused, .videomail .facingMode, .videomail noscript {
|
|
4506
|
-
z-index: 100;
|
|
4507
|
-
position: absolute;
|
|
4508
|
-
}
|
|
4509
|
-
|
|
4510
|
-
.videomail .countdown, .videomail .recordTimer, .videomail .recordNote, .videomail .pausedHeader, .videomail .pausedHint, .videomail noscript {
|
|
4511
|
-
font-weight: bold;
|
|
4512
|
-
}
|
|
4513
|
-
|
|
4514
|
-
.videomail .countdown, .videomail .paused, .videomail noscript {
|
|
4515
|
-
width: 100%;
|
|
4516
|
-
top: 50%;
|
|
4517
|
-
transform: translateY(-50%);
|
|
4518
|
-
}
|
|
4519
|
-
|
|
4520
|
-
.videomail .pausedHeader, .videomail .pausedHint, .videomail .countdown {
|
|
4521
|
-
text-align: center;
|
|
4522
|
-
letter-spacing: 4px;
|
|
4523
|
-
text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
|
|
4524
|
-
}
|
|
4525
|
-
|
|
4526
|
-
.videomail .pausedHeader, .videomail .countdown {
|
|
4527
|
-
opacity: .9;
|
|
4528
|
-
font-size: 460%;
|
|
4529
|
-
}
|
|
4530
|
-
|
|
4531
|
-
.videomail .pausedHint {
|
|
4532
|
-
font-size: 150%;
|
|
4533
|
-
}
|
|
4534
|
-
|
|
4535
|
-
.videomail .facingMode {
|
|
4536
|
-
color: #f5f5f5e6;
|
|
4537
|
-
z-index: 10;
|
|
4538
|
-
background: #1e1e1e80;
|
|
4539
|
-
border: none;
|
|
4540
|
-
outline: none;
|
|
4541
|
-
padding: .1em .3em;
|
|
4542
|
-
font-family: monospace;
|
|
4543
|
-
font-size: 1.2em;
|
|
4544
|
-
transition: all .2s;
|
|
4545
|
-
bottom: .6em;
|
|
4546
|
-
right: .7em;
|
|
4547
|
-
}
|
|
4548
|
-
|
|
4549
|
-
.videomail .facingMode:hover {
|
|
4550
|
-
cursor: pointer;
|
|
4551
|
-
background: #323232b3;
|
|
4552
|
-
}
|
|
4553
|
-
|
|
4554
|
-
.videomail .recordTimer, .videomail .recordNote {
|
|
4555
|
-
color: #00d814;
|
|
4556
|
-
opacity: .9;
|
|
4557
|
-
background: #0a0a0acc;
|
|
4558
|
-
padding: .3em .4em;
|
|
4559
|
-
font-family: monospace;
|
|
4560
|
-
transition: all 1s;
|
|
4561
|
-
right: .7em;
|
|
4562
|
-
}
|
|
4563
|
-
|
|
4564
|
-
.videomail .recordTimer.near, .videomail .recordNote.near {
|
|
4565
|
-
color: #eb9369;
|
|
4566
|
-
}
|
|
4567
|
-
|
|
4568
|
-
.videomail .recordTimer.nigh, .videomail .recordNote.nigh {
|
|
4569
|
-
color: #ea4b2a;
|
|
4570
|
-
}
|
|
4571
|
-
|
|
4572
|
-
.videomail .recordTimer {
|
|
4573
|
-
top: .7em;
|
|
4574
|
-
}
|
|
4575
|
-
|
|
4576
|
-
.videomail .recordNote {
|
|
4577
|
-
top: 3.6em;
|
|
4578
|
-
}
|
|
4579
|
-
|
|
4580
|
-
.videomail .recordNote:before {
|
|
4581
|
-
content: "REC";
|
|
4582
|
-
animation: 1s infinite blink;
|
|
4583
|
-
}
|
|
4584
|
-
|
|
4585
|
-
.videomail .notifier {
|
|
4586
|
-
box-sizing: border-box;
|
|
4587
|
-
overflow: hidden;
|
|
4588
|
-
}
|
|
4589
|
-
|
|
4590
|
-
.videomail .radioGroup {
|
|
4591
|
-
display: block;
|
|
4592
|
-
}
|
|
4593
|
-
|
|
4594
|
-
.videomail .radioGroup label {
|
|
4595
|
-
cursor: pointer;
|
|
4596
|
-
}
|
|
4597
|
-
|
|
4598
|
-
.videomail video {
|
|
4599
|
-
margin-bottom: 0;
|
|
4600
|
-
}
|
|
4601
|
-
|
|
4602
|
-
.videomail video.userMedia {
|
|
4603
|
-
background-color: #3232321a;
|
|
4604
|
-
}
|
|
4605
|
-
`,
|
|
4606
|
-
""
|
|
4607
|
-
]);
|
|
4608
|
-
const main = ___CSS_LOADER_EXPORT___;
|
|
4615
|
+
var main = __webpack_require__("./node_modules/@rsbuild/core/compiled/css-loader/index.js??ruleSet[1].rules[12].use[1]!builtin:lightningcss-loader??ruleSet[1].rules[12].use[2]!./node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[12].use[3]!./src/styles/main.styl");
|
|
4609
4616
|
var main_options = {};
|
|
4610
4617
|
main_options.styleTagTransform = styleTagTransform_default();
|
|
4611
4618
|
main_options.setAttributes = setAttributesWithoutAttributes_default();
|
|
4612
4619
|
main_options.insert = insertBySelector_default().bind(null, "head");
|
|
4613
4620
|
main_options.domAPI = styleDomAPI_default();
|
|
4614
4621
|
main_options.insertStyleElement = insertStyleElement_default();
|
|
4615
|
-
injectStylesIntoStyleTag_default()(main, main_options);
|
|
4616
|
-
main && main.locals && main.locals;
|
|
4622
|
+
injectStylesIntoStyleTag_default()(main.A, main_options);
|
|
4623
|
+
main.A && main.A.locals && main.A.locals;
|
|
4617
4624
|
function limitHeight(height, options, calledFrom) {
|
|
4618
4625
|
let limitedHeight = document.documentElement.clientHeight;
|
|
4619
4626
|
if (height) limitedHeight = Math.min(height, limitedHeight);
|
|
@@ -5160,7 +5167,7 @@ class FacingMode extends util_Despot {
|
|
|
5160
5167
|
else {
|
|
5161
5168
|
this.facingModeElement = document.createElement("button");
|
|
5162
5169
|
this.facingModeElement.classList.add("facingMode");
|
|
5163
|
-
this.facingModeElement.innerHTML = "
|
|
5170
|
+
this.facingModeElement.innerHTML = "\u293E";
|
|
5164
5171
|
this.facingModeElement.onclick = (e)=>{
|
|
5165
5172
|
e?.preventDefault();
|
|
5166
5173
|
try {
|
|
@@ -5507,17 +5514,17 @@ class Notifier extends util_Despot {
|
|
|
5507
5514
|
this.options.logger.debug("Limit reached");
|
|
5508
5515
|
lead += `${this.options.text.limitReached}.<br/>`;
|
|
5509
5516
|
}
|
|
5510
|
-
lead += `${this.options.text.sending}
|
|
5517
|
+
lead += `${this.options.text.sending} \u{2026}`;
|
|
5511
5518
|
this.notify(lead, void 0, {
|
|
5512
5519
|
stillWait: true,
|
|
5513
5520
|
entertain: this.options.notifier.entertain
|
|
5514
5521
|
});
|
|
5515
5522
|
}
|
|
5516
5523
|
onConnecting() {
|
|
5517
|
-
this.notify("Connecting
|
|
5524
|
+
this.notify("Connecting \u2026");
|
|
5518
5525
|
}
|
|
5519
5526
|
onLoadingUserMedia() {
|
|
5520
|
-
this.notify("Loading webcam
|
|
5527
|
+
this.notify("Loading webcam \u2026");
|
|
5521
5528
|
}
|
|
5522
5529
|
onProgress(frameProgress, sampleProgress) {
|
|
5523
5530
|
let overallProgress;
|
|
@@ -5529,7 +5536,7 @@ class Notifier extends util_Despot {
|
|
|
5529
5536
|
}
|
|
5530
5537
|
onBeginVideoEncoding() {
|
|
5531
5538
|
this.visuals.beginWaiting();
|
|
5532
|
-
const lead = `${this.options.text.encoding}
|
|
5539
|
+
const lead = `${this.options.text.encoding} \u{2026}`;
|
|
5533
5540
|
this.notify(lead, void 0, {
|
|
5534
5541
|
stillWait: true,
|
|
5535
5542
|
entertain: this.options.notifier.entertain
|
|
@@ -5561,7 +5568,7 @@ class Notifier extends util_Despot {
|
|
|
5561
5568
|
this.onBeginVideoEncoding();
|
|
5562
5569
|
});
|
|
5563
5570
|
this.on("UNLOADING", ()=>{
|
|
5564
|
-
this.notify("Unloading
|
|
5571
|
+
this.notify("Unloading \u2026");
|
|
5565
5572
|
});
|
|
5566
5573
|
this.on("DISCONNECTED", ()=>{
|
|
5567
5574
|
this.notify("Disconnected");
|
|
@@ -5882,7 +5889,7 @@ const MEDIA_EVENTS = [
|
|
|
5882
5889
|
"volumechange"
|
|
5883
5890
|
];
|
|
5884
5891
|
const mediaEvents = MEDIA_EVENTS;
|
|
5885
|
-
const EVENT_ASCII = "
|
|
5892
|
+
const EVENT_ASCII = "|\u2014O\u2014|";
|
|
5886
5893
|
class UserMedia extends util_Despot {
|
|
5887
5894
|
recorder;
|
|
5888
5895
|
rawVisualUserMedia;
|
|
@@ -6172,7 +6179,7 @@ class UserMedia extends util_Despot {
|
|
|
6172
6179
|
}
|
|
6173
6180
|
const visuals_userMedia = UserMedia;
|
|
6174
6181
|
var Buffer = __webpack_require__("./node_modules/buffer/index.js")["Buffer"];
|
|
6175
|
-
const PIPE_SYMBOL = "
|
|
6182
|
+
const PIPE_SYMBOL = "\xb0\xba\xa4\xf8,\xb8\xb8,\xf8\xa4\xba\xb0`\xb0\xba\xa4\xf8,\xb8,\xf8\xa4\xb0\xba\xa4\xf8,\xb8\xb8,\xf8\xa4\xba\xb0`\xb0\xba\xa4\xf8,\xb8 ";
|
|
6176
6183
|
class Recorder extends util_Despot {
|
|
6177
6184
|
visuals;
|
|
6178
6185
|
replay;
|
|
@@ -6672,7 +6679,7 @@ class Recorder extends util_Despot {
|
|
|
6672
6679
|
}, 0);
|
|
6673
6680
|
}
|
|
6674
6681
|
} else {
|
|
6675
|
-
this.options.logger.debug(`Reconnecting for the command ${command}
|
|
6682
|
+
this.options.logger.debug(`Reconnecting for the command ${command} \u{2026}`);
|
|
6676
6683
|
this.initSocket(()=>{
|
|
6677
6684
|
this.writeCommand(command, args);
|
|
6678
6685
|
cb?.();
|
|
@@ -7308,10 +7315,10 @@ class Replay extends util_Despot {
|
|
|
7308
7315
|
}
|
|
7309
7316
|
}
|
|
7310
7317
|
setMp4Source(src, bustCache) {
|
|
7311
|
-
this.setVideoSource(
|
|
7318
|
+
this.setVideoSource(VideoType_VideoType.MP4, src, bustCache);
|
|
7312
7319
|
}
|
|
7313
7320
|
setWebMSource(src, bustCache) {
|
|
7314
|
-
this.setVideoSource(
|
|
7321
|
+
this.setVideoSource(VideoType_VideoType.WebM, src, bustCache);
|
|
7315
7322
|
}
|
|
7316
7323
|
getVideoType() {
|
|
7317
7324
|
if (!this.replayElement) return;
|
|
@@ -7947,7 +7954,7 @@ class Container extends util_Despot {
|
|
|
7947
7954
|
const name = invalidInput.getAttribute("name");
|
|
7948
7955
|
valid = false;
|
|
7949
7956
|
if (name) {
|
|
7950
|
-
whyInvalid = `Input "${name}" seems wrong
|
|
7957
|
+
whyInvalid = `Input "${name}" seems wrong \u{1F914}`;
|
|
7951
7958
|
invalidData = {
|
|
7952
7959
|
[name]: invalidInput.getAttribute("value")
|
|
7953
7960
|
};
|
|
@@ -7955,7 +7962,7 @@ class Container extends util_Despot {
|
|
|
7955
7962
|
} else if (!this.areVisualsHidden() && !visualsValid) {
|
|
7956
7963
|
if (this.buttonsAreReady() || this.isRecording() || this.isPaused() || this.isCountingDown()) {
|
|
7957
7964
|
valid = false;
|
|
7958
|
-
whyInvalid = "Don't forget to record a video
|
|
7965
|
+
whyInvalid = "Don't forget to record a video \uD83D\uDE09";
|
|
7959
7966
|
invalidData = {
|
|
7960
7967
|
key: void 0
|
|
7961
7968
|
};
|