diff --git a/CHANGES.md b/CHANGES.md index 27329f41..fac33a02 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # videojs-record changelog -## 4.0.0 - unreleased +## 4.0.0 - 2020/05/20 - Add ability to grab waveform (audio-only) or video frame data using `exportImage` (#417) diff --git a/docs/api/ast/source/defaults.js.json b/docs/api/ast/source/defaults.js.json index b68ad76b..4d6f4f5f 100644 --- a/docs/api/ast/source/defaults.js.json +++ b/docs/api/ast/source/defaults.js.json @@ -1,28 +1,28 @@ { "type": "File", "start": 0, - "end": 6542, + "end": 6280, "loc": { "start": { "line": 1, "column": 0 }, "end": { - "line": 142, + "line": 138, "column": 0 } }, "program": { "type": "Program", "start": 0, - "end": 6542, + "end": 6280, "loc": { "start": { "line": 1, "column": 0 }, "end": { - "line": 142, + "line": 138, "column": 0 } }, @@ -31,14 +31,14 @@ { "type": "Identifier", "start": 65, - "end": 6503, + "end": 6241, "loc": { "start": { "line": 7, "column": 0 }, "end": { - "line": 139, + "line": 135, "column": 2 } }, @@ -46,14 +46,14 @@ { "type": "VariableDeclarator", "start": 71, - "end": 6502, + "end": 6240, "loc": { "start": { "line": 7, "column": 6 }, "end": { - "line": 139, + "line": 135, "column": 1 } }, @@ -78,14 +78,14 @@ "init": { "type": "ObjectExpression", "start": 94, - "end": 6502, + "end": 6240, "loc": { "start": { "line": 7, "column": 29 }, "end": { - "line": 139, + "line": 135, "column": 1 } }, @@ -606,16 +606,16 @@ }, { "type": "ObjectProperty", - "start": 892, - "end": 907, + "start": 644, + "end": 670, "loc": { "start": { - "line": 29, + "line": 25, "column": 4 }, "end": { - "line": 29, - "column": 19 + "line": 25, + "column": 30 } }, "method": false, @@ -623,48 +623,44 @@ "computed": false, "key": { "type": "Identifier", - "start": 892, - "end": 904, + "start": 644, + "end": 663, "loc": { "start": { - "line": 29, + "line": 25, "column": 4 }, "end": { - "line": 29, - "column": 16 + "line": 25, + "column": 23 }, - "identifierName": "msDisplayMax" + "identifierName": "displayMilliseconds" }, - "name": "msDisplayMax", + "name": "displayMilliseconds", "leadingComments": null }, "value": { - "type": "NumericLiteral", - "start": 906, - "end": 907, + "type": "BooleanLiteral", + "start": 665, + "end": 670, "loc": { "start": { - "line": 29, - "column": 18 + "line": 25, + "column": 25 }, "end": { - "line": 29, - "column": 19 + "line": 25, + "column": 30 } }, - "extra": { - "rawValue": 3, - "raw": "3" - }, - "value": 3 + "value": false }, "leadingComments": [ { "type": "CommentLine", - "value": " msDisplayMax indicates the number of seconds that is", + "value": " Boolean indicating if milliseconds should be included,", "start": 546, - "end": 601, + "end": 603, "loc": { "start": { "line": 23, @@ -672,15 +668,15 @@ }, "end": { "line": 23, - "column": 59 + "column": 61 } } }, { "type": "CommentLine", - "value": " considered the boundary value for displaying milliseconds", - "start": 606, - "end": 666, + "value": " e.g. \"00:00:000\" vs \"00:00\".", + "start": 608, + "end": 639, "loc": { "start": { "line": 24, @@ -688,71 +684,7 @@ }, "end": { "line": 24, - "column": 64 - } - } - }, - { - "type": "CommentLine", - "value": " in the time controls. An audio clip with a total length of", - "start": 671, - "end": 732, - "loc": { - "start": { - "line": 25, - "column": 4 - }, - "end": { - "line": 25, - "column": 65 - } - } - }, - { - "type": "CommentLine", - "value": " 2 seconds and a msDisplayMax of 3 will use the format", - "start": 737, - "end": 793, - "loc": { - "start": { - "line": 26, - "column": 4 - }, - "end": { - "line": 26, - "column": 60 - } - } - }, - { - "type": "CommentLine", - "value": " M:SS:MMM. Clips longer than msDisplayMax will be displayed", - "start": 798, - "end": 859, - "loc": { - "start": { - "line": 27, - "column": 4 - }, - "end": { - "line": 27, - "column": 65 - } - } - }, - { - "type": "CommentLine", - "value": " as M:SS or HH:MM:SS.", - "start": 864, - "end": 887, - "loc": { - "start": { - "line": 28, - "column": 4 - }, - "end": { - "line": 28, - "column": 27 + "column": 35 } } } @@ -760,15 +692,15 @@ }, { "type": "ObjectProperty", - "start": 956, - "end": 971, + "start": 719, + "end": 734, "loc": { "start": { - "line": 31, + "line": 27, "column": 4 }, "end": { - "line": 31, + "line": 27, "column": 19 } }, @@ -777,15 +709,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 956, - "end": 966, + "start": 719, + "end": 729, "loc": { "start": { - "line": 31, + "line": 27, "column": 4 }, "end": { - "line": 31, + "line": 27, "column": 14 }, "identifierName": "frameWidth" @@ -795,15 +727,15 @@ }, "value": { "type": "NumericLiteral", - "start": 968, - "end": 971, + "start": 731, + "end": 734, "loc": { "start": { - "line": 31, + "line": 27, "column": 16 }, "end": { - "line": 31, + "line": 27, "column": 19 } }, @@ -817,15 +749,15 @@ { "type": "CommentLine", "value": " Width of the recorded video frames.", - "start": 913, - "end": 951, + "start": 676, + "end": 714, "loc": { "start": { - "line": 30, + "line": 26, "column": 4 }, "end": { - "line": 30, + "line": 26, "column": 42 } } @@ -834,15 +766,15 @@ }, { "type": "ObjectProperty", - "start": 1021, - "end": 1037, + "start": 784, + "end": 800, "loc": { "start": { - "line": 33, + "line": 29, "column": 4 }, "end": { - "line": 33, + "line": 29, "column": 20 } }, @@ -851,15 +783,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 1021, - "end": 1032, + "start": 784, + "end": 795, "loc": { "start": { - "line": 33, + "line": 29, "column": 4 }, "end": { - "line": 33, + "line": 29, "column": 15 }, "identifierName": "frameHeight" @@ -869,15 +801,15 @@ }, "value": { "type": "NumericLiteral", - "start": 1034, - "end": 1037, + "start": 797, + "end": 800, "loc": { "start": { - "line": 33, + "line": 29, "column": 17 }, "end": { - "line": 33, + "line": 29, "column": 20 } }, @@ -891,15 +823,15 @@ { "type": "CommentLine", "value": " Height of the recorded video frames.", - "start": 977, - "end": 1016, + "start": 740, + "end": 779, "loc": { "start": { - "line": 32, + "line": 28, "column": 4 }, "end": { - "line": 32, + "line": 28, "column": 43 } } @@ -908,15 +840,15 @@ }, { "type": "ObjectProperty", - "start": 1098, - "end": 1110, + "start": 861, + "end": 873, "loc": { "start": { - "line": 35, + "line": 31, "column": 4 }, "end": { - "line": 35, + "line": 31, "column": 16 } }, @@ -925,15 +857,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 1098, - "end": 1103, + "start": 861, + "end": 866, "loc": { "start": { - "line": 35, + "line": 31, "column": 4 }, "end": { - "line": 35, + "line": 31, "column": 9 }, "identifierName": "debug" @@ -943,15 +875,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 1105, - "end": 1110, + "start": 868, + "end": 873, "loc": { "start": { - "line": 35, + "line": 31, "column": 11 }, "end": { - "line": 35, + "line": 31, "column": 16 } }, @@ -961,15 +893,15 @@ { "type": "CommentLine", "value": " Enables console logging for debugging purposes.", - "start": 1043, - "end": 1093, + "start": 806, + "end": 856, "loc": { "start": { - "line": 34, + "line": 30, "column": 4 }, "end": { - "line": 34, + "line": 30, "column": 54 } } @@ -978,15 +910,15 @@ }, { "type": "ObjectProperty", - "start": 1158, - "end": 1168, + "start": 921, + "end": 931, "loc": { "start": { - "line": 37, + "line": 33, "column": 4 }, "end": { - "line": 37, + "line": 33, "column": 14 } }, @@ -995,15 +927,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 1158, - "end": 1161, + "start": 921, + "end": 924, "loc": { "start": { - "line": 37, + "line": 33, "column": 4 }, "end": { - "line": 37, + "line": 33, "column": 7 }, "identifierName": "pip" @@ -1013,15 +945,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 1163, - "end": 1168, + "start": 926, + "end": 931, "loc": { "start": { - "line": 37, + "line": 33, "column": 9 }, "end": { - "line": 37, + "line": 33, "column": 14 } }, @@ -1031,15 +963,15 @@ { "type": "CommentLine", "value": " Enable Picture-in-Picture support.", - "start": 1116, - "end": 1153, + "start": 879, + "end": 916, "loc": { "start": { - "line": 36, + "line": 32, "column": 4 }, "end": { - "line": 36, + "line": 32, "column": 41 } } @@ -1048,15 +980,15 @@ }, { "type": "ObjectProperty", - "start": 1316, - "end": 1337, + "start": 1079, + "end": 1100, "loc": { "start": { - "line": 40, + "line": 36, "column": 4 }, "end": { - "line": 40, + "line": 36, "column": 25 } }, @@ -1065,15 +997,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 1316, - "end": 1330, + "start": 1079, + "end": 1093, "loc": { "start": { - "line": 40, + "line": 36, "column": 4 }, "end": { - "line": 40, + "line": 36, "column": 18 }, "identifierName": "autoMuteDevice" @@ -1083,15 +1015,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 1332, - "end": 1337, + "start": 1095, + "end": 1100, "loc": { "start": { - "line": 40, + "line": 36, "column": 20 }, "end": { - "line": 40, + "line": 36, "column": 25 } }, @@ -1101,15 +1033,15 @@ { "type": "CommentLine", "value": " Turn off the camera/mic (and light) when audio and/or video recording", - "start": 1174, - "end": 1246, + "start": 937, + "end": 1009, "loc": { "start": { - "line": 38, + "line": 34, "column": 4 }, "end": { - "line": 38, + "line": 34, "column": 76 } } @@ -1117,15 +1049,15 @@ { "type": "CommentLine", "value": " stops, and turns them on again when you resume recording.", - "start": 1251, - "end": 1311, + "start": 1014, + "end": 1074, "loc": { "start": { - "line": 39, + "line": 35, "column": 4 }, "end": { - "line": 39, + "line": 35, "column": 64 } } @@ -1134,15 +1066,15 @@ }, { "type": "ObjectProperty", - "start": 1409, - "end": 1427, + "start": 1172, + "end": 1190, "loc": { "start": { - "line": 42, + "line": 38, "column": 4 }, "end": { - "line": 42, + "line": 38, "column": 22 } }, @@ -1151,15 +1083,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 1409, - "end": 1421, + "start": 1172, + "end": 1184, "loc": { "start": { - "line": 42, + "line": 38, "column": 4 }, "end": { - "line": 42, + "line": 38, "column": 16 }, "identifierName": "videoBitRate" @@ -1169,15 +1101,15 @@ }, "value": { "type": "NumericLiteral", - "start": 1423, - "end": 1427, + "start": 1186, + "end": 1190, "loc": { "start": { - "line": 42, + "line": 38, "column": 18 }, "end": { - "line": 42, + "line": 38, "column": 22 } }, @@ -1191,15 +1123,15 @@ { "type": "CommentLine", "value": " The video bitrate in kbps (only used in webm-wasm plugin).", - "start": 1343, - "end": 1404, + "start": 1106, + "end": 1167, "loc": { "start": { - "line": 41, + "line": 37, "column": 4 }, "end": { - "line": 41, + "line": 37, "column": 65 } } @@ -1208,15 +1140,15 @@ }, { "type": "ObjectProperty", - "start": 1535, - "end": 1559, + "start": 1298, + "end": 1322, "loc": { "start": { - "line": 45, + "line": 41, "column": 4 }, "end": { - "line": 45, + "line": 41, "column": 28 } }, @@ -1225,15 +1157,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 1535, - "end": 1546, + "start": 1298, + "end": 1309, "loc": { "start": { - "line": 45, + "line": 41, "column": 4 }, "end": { - "line": 45, + "line": 41, "column": 15 }, "identifierName": "videoEngine" @@ -1243,15 +1175,15 @@ }, "value": { "type": "StringLiteral", - "start": 1548, - "end": 1559, + "start": 1311, + "end": 1322, "loc": { "start": { - "line": 45, + "line": 41, "column": 17 }, "end": { - "line": 45, + "line": 41, "column": 28 } }, @@ -1265,15 +1197,15 @@ { "type": "CommentLine", "value": " Video recording library to use. Legal values are 'recordrtc' (default)", - "start": 1433, - "end": 1506, + "start": 1196, + "end": 1269, "loc": { "start": { - "line": 43, + "line": 39, "column": 4 }, "end": { - "line": 43, + "line": 39, "column": 77 } } @@ -1281,15 +1213,15 @@ { "type": "CommentLine", "value": " and 'webm-wasm'.", - "start": 1511, - "end": 1530, + "start": 1274, + "end": 1293, "loc": { "start": { - "line": 44, + "line": 40, "column": 4 }, "end": { - "line": 44, + "line": 40, "column": 23 } } @@ -1298,15 +1230,15 @@ }, { "type": "ObjectProperty", - "start": 1647, - "end": 1665, + "start": 1410, + "end": 1428, "loc": { "start": { - "line": 47, + "line": 43, "column": 4 }, "end": { - "line": 47, + "line": 43, "column": 22 } }, @@ -1315,15 +1247,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 1647, - "end": 1661, + "start": 1410, + "end": 1424, "loc": { "start": { - "line": 47, + "line": 43, "column": 4 }, "end": { - "line": 47, + "line": 43, "column": 18 }, "identifierName": "videoFrameRate" @@ -1333,15 +1265,15 @@ }, "value": { "type": "NumericLiteral", - "start": 1663, - "end": 1665, + "start": 1426, + "end": 1428, "loc": { "start": { - "line": 47, + "line": 43, "column": 20 }, "end": { - "line": 47, + "line": 43, "column": 22 } }, @@ -1355,15 +1287,15 @@ { "type": "CommentLine", "value": " The video frame rate in frames per second (only used in webm-wasm plugin).", - "start": 1565, - "end": 1642, + "start": 1328, + "end": 1405, "loc": { "start": { - "line": 46, + "line": 42, "column": 4 }, "end": { - "line": 46, + "line": 42, "column": 81 } } @@ -1372,15 +1304,15 @@ }, { "type": "ObjectProperty", - "start": 1840, - "end": 1867, + "start": 1578, + "end": 1605, "loc": { "start": { - "line": 51, + "line": 47, "column": 4 }, "end": { - "line": 51, + "line": 47, "column": 31 } }, @@ -1389,15 +1321,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 1840, - "end": 1853, + "start": 1578, + "end": 1591, "loc": { "start": { - "line": 51, + "line": 47, "column": 4 }, "end": { - "line": 51, + "line": 47, "column": 17 }, "identifierName": "videoMimeType" @@ -1407,15 +1339,15 @@ }, "value": { "type": "StringLiteral", - "start": 1855, - "end": 1867, + "start": 1593, + "end": 1605, "loc": { "start": { - "line": 51, + "line": 47, "column": 19 }, "end": { - "line": 51, + "line": 47, "column": 31 } }, @@ -1428,32 +1360,32 @@ "leadingComments": [ { "type": "CommentLine", - "value": " The mime type for the video recorder. Default to 'video/webm'.", - "start": 1671, - "end": 1736, + "value": " The mime type for the video recorder.", + "start": 1434, + "end": 1474, "loc": { "start": { - "line": 48, + "line": 44, "column": 4 }, "end": { - "line": 48, - "column": 69 + "line": 44, + "column": 44 } } }, { "type": "CommentLine", "value": " Use 'video/mp4' (Firefox) or 'video/webm;codecs=H264' (Chrome 52 and", - "start": 1741, - "end": 1812, + "start": 1479, + "end": 1550, "loc": { "start": { - "line": 49, + "line": 45, "column": 4 }, "end": { - "line": 49, + "line": 45, "column": 75 } } @@ -1461,15 +1393,15 @@ { "type": "CommentLine", "value": " newer) for MP4.", - "start": 1817, - "end": 1835, + "start": 1555, + "end": 1573, "loc": { "start": { - "line": 50, + "line": 46, "column": 4 }, "end": { - "line": 50, + "line": 46, "column": 22 } } @@ -1478,15 +1410,15 @@ }, { "type": "ObjectProperty", - "start": 2099, - "end": 2124, + "start": 1837, + "end": 1862, "loc": { "start": { - "line": 55, + "line": 51, "column": 4 }, "end": { - "line": 55, + "line": 51, "column": 29 } }, @@ -1495,15 +1427,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 2099, - "end": 2116, + "start": 1837, + "end": 1854, "loc": { "start": { - "line": 55, + "line": 51, "column": 4 }, "end": { - "line": 55, + "line": 51, "column": 21 }, "identifierName": "videoRecorderType" @@ -1513,15 +1445,15 @@ }, "value": { "type": "StringLiteral", - "start": 2118, - "end": 2124, + "start": 1856, + "end": 1862, "loc": { "start": { - "line": 55, + "line": 51, "column": 23 }, "end": { - "line": 55, + "line": 51, "column": 29 } }, @@ -1535,15 +1467,15 @@ { "type": "CommentLine", "value": " Video recorder type to use. This allows you to specify an alternative", - "start": 1873, - "end": 1945, + "start": 1611, + "end": 1683, "loc": { "start": { - "line": 52, + "line": 48, "column": 4 }, "end": { - "line": 52, + "line": 48, "column": 76 } } @@ -1551,15 +1483,15 @@ { "type": "CommentLine", "value": " recorder class, e.g. WhammyRecorder from recordrtc. Defaults to 'auto'", - "start": 1950, - "end": 2023, + "start": 1688, + "end": 1761, "loc": { "start": { - "line": 53, + "line": 49, "column": 4 }, "end": { - "line": 53, + "line": 49, "column": 77 } } @@ -1567,15 +1499,15 @@ { "type": "CommentLine", "value": " which let's recordrtc specify the best available recorder type.", - "start": 2028, - "end": 2094, + "start": 1766, + "end": 1832, "loc": { "start": { - "line": 54, + "line": 50, "column": 4 }, "end": { - "line": 54, + "line": 50, "column": 70 } } @@ -1584,15 +1516,15 @@ }, { "type": "ObjectProperty", - "start": 2208, - "end": 2226, + "start": 1946, + "end": 1964, "loc": { "start": { - "line": 57, + "line": 53, "column": 4 }, "end": { - "line": 57, + "line": 53, "column": 22 } }, @@ -1601,15 +1533,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 2208, - "end": 2222, + "start": 1946, + "end": 1960, "loc": { "start": { - "line": 57, + "line": 53, "column": 4 }, "end": { - "line": 57, + "line": 53, "column": 18 }, "identifierName": "videoWorkerURL" @@ -1619,15 +1551,15 @@ }, "value": { "type": "StringLiteral", - "start": 2224, - "end": 2226, + "start": 1962, + "end": 1964, "loc": { "start": { - "line": 57, + "line": 53, "column": 20 }, "end": { - "line": 57, + "line": 53, "column": 22 } }, @@ -1641,15 +1573,15 @@ { "type": "CommentLine", "value": " URL for the video worker. Use an empty string '' to disable (default).", - "start": 2130, - "end": 2203, + "start": 1868, + "end": 1941, "loc": { "start": { - "line": 56, + "line": 52, "column": 4 }, "end": { - "line": 56, + "line": 52, "column": 77 } } @@ -1658,15 +1590,15 @@ }, { "type": "ObjectProperty", - "start": 2334, - "end": 2357, + "start": 2072, + "end": 2095, "loc": { "start": { - "line": 60, + "line": 56, "column": 4 }, "end": { - "line": 60, + "line": 56, "column": 27 } }, @@ -1675,15 +1607,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 2334, - "end": 2353, + "start": 2072, + "end": 2091, "loc": { "start": { - "line": 60, + "line": 56, "column": 4 }, "end": { - "line": 60, + "line": 56, "column": 23 }, "identifierName": "videoWebAssemblyURL" @@ -1693,15 +1625,15 @@ }, "value": { "type": "StringLiteral", - "start": 2355, - "end": 2357, + "start": 2093, + "end": 2095, "loc": { "start": { - "line": 60, + "line": 56, "column": 25 }, "end": { - "line": 60, + "line": 56, "column": 27 } }, @@ -1715,15 +1647,15 @@ { "type": "CommentLine", "value": " URL for the video worker WebAssembly file. Use an empty string '' to", - "start": 2232, - "end": 2303, + "start": 1970, + "end": 2041, "loc": { "start": { - "line": 58, + "line": 54, "column": 4 }, "end": { - "line": 58, + "line": 54, "column": 75 } } @@ -1731,15 +1663,15 @@ { "type": "CommentLine", "value": " disable (default).", - "start": 2308, - "end": 2329, + "start": 2046, + "end": 2067, "loc": { "start": { - "line": 59, + "line": 55, "column": 4 }, "end": { - "line": 59, + "line": 55, "column": 25 } } @@ -1748,15 +1680,15 @@ }, { "type": "ObjectProperty", - "start": 2518, - "end": 2542, + "start": 2256, + "end": 2280, "loc": { "start": { - "line": 63, + "line": 59, "column": 4 }, "end": { - "line": 63, + "line": 59, "column": 28 } }, @@ -1765,15 +1697,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 2518, - "end": 2529, + "start": 2256, + "end": 2267, "loc": { "start": { - "line": 63, + "line": 59, "column": 4 }, "end": { - "line": 63, + "line": 59, "column": 15 }, "identifierName": "audioEngine" @@ -1783,15 +1715,15 @@ }, "value": { "type": "StringLiteral", - "start": 2531, - "end": 2542, + "start": 2269, + "end": 2280, "loc": { "start": { - "line": 63, + "line": 59, "column": 17 }, "end": { - "line": 63, + "line": 59, "column": 28 } }, @@ -1805,15 +1737,15 @@ { "type": "CommentLine", "value": " Audio recording library to use. Legal values are 'recordrtc' (default),", - "start": 2363, - "end": 2437, + "start": 2101, + "end": 2175, "loc": { "start": { - "line": 61, + "line": 57, "column": 4 }, "end": { - "line": 61, + "line": 57, "column": 78 } } @@ -1821,15 +1753,15 @@ { "type": "CommentLine", "value": " 'libvorbis.js', 'opus-recorder', 'lamejs', 'vmsg' and 'recorder.js'.", - "start": 2442, - "end": 2513, + "start": 2180, + "end": 2251, "loc": { "start": { - "line": 62, + "line": 58, "column": 4 }, "end": { - "line": 62, + "line": 58, "column": 75 } } @@ -1838,15 +1770,15 @@ }, { "type": "ObjectProperty", - "start": 2841, - "end": 2866, + "start": 2579, + "end": 2604, "loc": { "start": { - "line": 68, + "line": 64, "column": 4 }, "end": { - "line": 68, + "line": 64, "column": 29 } }, @@ -1855,15 +1787,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 2841, - "end": 2858, + "start": 2579, + "end": 2596, "loc": { "start": { - "line": 68, + "line": 64, "column": 4 }, "end": { - "line": 68, + "line": 64, "column": 21 }, "identifierName": "audioRecorderType" @@ -1873,15 +1805,15 @@ }, "value": { "type": "StringLiteral", - "start": 2860, - "end": 2866, + "start": 2598, + "end": 2604, "loc": { "start": { - "line": 68, + "line": 64, "column": 23 }, "end": { - "line": 68, + "line": 64, "column": 29 } }, @@ -1895,15 +1827,15 @@ { "type": "CommentLine", "value": " Audio recorder type to use. This allows you to specify an alternative", - "start": 2548, - "end": 2620, + "start": 2286, + "end": 2358, "loc": { "start": { - "line": 64, + "line": 60, "column": 4 }, "end": { - "line": 64, + "line": 60, "column": 76 } } @@ -1911,15 +1843,15 @@ { "type": "CommentLine", "value": " recorder class, e.g. StereoAudioRecorder. Defaults to 'auto' which let's", - "start": 2625, - "end": 2700, + "start": 2363, + "end": 2438, "loc": { "start": { - "line": 65, + "line": 61, "column": 4 }, "end": { - "line": 65, + "line": 61, "column": 79 } } @@ -1927,15 +1859,15 @@ { "type": "CommentLine", "value": " recordrtc specify the best available recorder type. Currently this", - "start": 2705, - "end": 2774, + "start": 2443, + "end": 2512, "loc": { "start": { - "line": 66, + "line": 62, "column": 4 }, "end": { - "line": 66, + "line": 62, "column": 73 } } @@ -1943,15 +1875,15 @@ { "type": "CommentLine", "value": " setting is only used with the 'recordrtc' audioEngine.", - "start": 2779, - "end": 2836, + "start": 2517, + "end": 2574, "loc": { "start": { - "line": 67, + "line": 63, "column": 4 }, "end": { - "line": 67, + "line": 63, "column": 61 } } @@ -1960,15 +1892,15 @@ }, { "type": "ObjectProperty", - "start": 3063, - "end": 3084, + "start": 2801, + "end": 2822, "loc": { "start": { - "line": 72, + "line": 68, "column": 4 }, "end": { - "line": 72, + "line": 68, "column": 25 } }, @@ -1977,15 +1909,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 3063, - "end": 3076, + "start": 2801, + "end": 2814, "loc": { "start": { - "line": 72, + "line": 68, "column": 4 }, "end": { - "line": 72, + "line": 68, "column": 17 }, "identifierName": "audioMimeType" @@ -1995,15 +1927,15 @@ }, "value": { "type": "StringLiteral", - "start": 3078, - "end": 3084, + "start": 2816, + "end": 2822, "loc": { "start": { - "line": 72, + "line": 68, "column": 19 }, "end": { - "line": 72, + "line": 68, "column": 25 } }, @@ -2017,15 +1949,15 @@ { "type": "CommentLine", "value": " The mime type for the audio recorder. Defaults to 'auto' which will pick", - "start": 2872, - "end": 2947, + "start": 2610, + "end": 2685, "loc": { "start": { - "line": 69, + "line": 65, "column": 4 }, "end": { - "line": 69, + "line": 65, "column": 79 } } @@ -2033,15 +1965,15 @@ { "type": "CommentLine", "value": " the best option available in the browser (e.g. either 'audio/wav',", - "start": 2952, - "end": 3021, + "start": 2690, + "end": 2759, "loc": { "start": { - "line": 70, + "line": 66, "column": 4 }, "end": { - "line": 70, + "line": 66, "column": 73 } } @@ -2049,15 +1981,15 @@ { "type": "CommentLine", "value": " 'audio/ogg' or 'audio/webm').", - "start": 3026, - "end": 3058, + "start": 2764, + "end": 2796, "loc": { "start": { - "line": 71, + "line": 67, "column": 4 }, "end": { - "line": 71, + "line": 67, "column": 36 } } @@ -2066,15 +1998,15 @@ }, { "type": "ObjectProperty", - "start": 3596, - "end": 3617, + "start": 3334, + "end": 3355, "loc": { "start": { - "line": 80, + "line": 76, "column": 4 }, "end": { - "line": 80, + "line": 76, "column": 25 } }, @@ -2083,15 +2015,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 3596, - "end": 3611, + "start": 3334, + "end": 3349, "loc": { "start": { - "line": 80, + "line": 76, "column": 4 }, "end": { - "line": 80, + "line": 76, "column": 19 }, "identifierName": "audioBufferSize" @@ -2101,15 +2033,15 @@ }, "value": { "type": "NumericLiteral", - "start": 3613, - "end": 3617, + "start": 3351, + "end": 3355, "loc": { "start": { - "line": 80, + "line": 76, "column": 21 }, "end": { - "line": 80, + "line": 76, "column": 25 } }, @@ -2123,15 +2055,15 @@ { "type": "CommentLine", "value": " The size of the audio buffer (in sample-frames) which needs to", - "start": 3090, - "end": 3155, + "start": 2828, + "end": 2893, "loc": { "start": { - "line": 73, + "line": 69, "column": 4 }, "end": { - "line": 73, + "line": 69, "column": 69 } } @@ -2139,15 +2071,15 @@ { "type": "CommentLine", "value": " be processed each time onprocessaudio is called.", - "start": 3160, - "end": 3211, + "start": 2898, + "end": 2949, "loc": { "start": { - "line": 74, + "line": 70, "column": 4 }, "end": { - "line": 74, + "line": 70, "column": 55 } } @@ -2155,15 +2087,15 @@ { "type": "CommentLine", "value": " From the spec: This value controls how frequently the audioprocess event is", - "start": 3216, - "end": 3294, + "start": 2954, + "end": 3032, "loc": { "start": { - "line": 75, + "line": 71, "column": 4 }, "end": { - "line": 75, + "line": 71, "column": 82 } } @@ -2171,15 +2103,15 @@ { "type": "CommentLine", "value": " dispatched and how many sample-frames need to be processed each call.", - "start": 3299, - "end": 3371, + "start": 3037, + "end": 3109, "loc": { "start": { - "line": 76, + "line": 72, "column": 4 }, "end": { - "line": 76, + "line": 72, "column": 76 } } @@ -2187,15 +2119,15 @@ { "type": "CommentLine", "value": " Lower values for buffer size will result in a lower (better) latency.", - "start": 3376, - "end": 3448, + "start": 3114, + "end": 3186, "loc": { "start": { - "line": 77, + "line": 73, "column": 4 }, "end": { - "line": 77, + "line": 73, "column": 76 } } @@ -2203,15 +2135,15 @@ { "type": "CommentLine", "value": " Higher values will be necessary to avoid audio breakup and glitches.", - "start": 3453, - "end": 3524, + "start": 3191, + "end": 3262, "loc": { "start": { - "line": 78, + "line": 74, "column": 4 }, "end": { - "line": 78, + "line": 74, "column": 75 } } @@ -2219,15 +2151,15 @@ { "type": "CommentLine", "value": " Legal values are 256, 512, 1024, 2048, 4096, 8192 or 16384.", - "start": 3529, - "end": 3591, + "start": 3267, + "end": 3329, "loc": { "start": { - "line": 79, + "line": 75, "column": 4 }, "end": { - "line": 79, + "line": 75, "column": 66 } } @@ -2236,15 +2168,15 @@ }, { "type": "ObjectProperty", - "start": 4170, - "end": 4192, + "start": 3908, + "end": 3930, "loc": { "start": { - "line": 90, + "line": 86, "column": 4 }, "end": { - "line": 90, + "line": 86, "column": 26 } }, @@ -2253,15 +2185,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 4170, - "end": 4185, + "start": 3908, + "end": 3923, "loc": { "start": { - "line": 90, + "line": 86, "column": 4 }, "end": { - "line": 90, + "line": 86, "column": 19 }, "identifierName": "audioSampleRate" @@ -2271,15 +2203,15 @@ }, "value": { "type": "NumericLiteral", - "start": 4187, - "end": 4192, + "start": 3925, + "end": 3930, "loc": { "start": { - "line": 90, + "line": 86, "column": 21 }, "end": { - "line": 90, + "line": 86, "column": 26 } }, @@ -2293,15 +2225,15 @@ { "type": "CommentLine", "value": " The audio sample rate (in sample-frames per second) at which the", - "start": 3623, - "end": 3690, + "start": 3361, + "end": 3428, "loc": { "start": { - "line": 81, + "line": 77, "column": 4 }, "end": { - "line": 81, + "line": 77, "column": 71 } } @@ -2309,15 +2241,15 @@ { "type": "CommentLine", "value": " AudioContext handles audio. It is assumed that all AudioNodes", - "start": 3695, - "end": 3759, + "start": 3433, + "end": 3497, "loc": { "start": { - "line": 82, + "line": 78, "column": 4 }, "end": { - "line": 82, + "line": 78, "column": 68 } } @@ -2325,15 +2257,15 @@ { "type": "CommentLine", "value": " in the context run at this rate. In making this assumption,", - "start": 3764, - "end": 3826, + "start": 3502, + "end": 3564, "loc": { "start": { - "line": 83, + "line": 79, "column": 4 }, "end": { - "line": 83, + "line": 79, "column": 66 } } @@ -2341,15 +2273,15 @@ { "type": "CommentLine", "value": " sample-rate converters or \"varispeed\" processors are not supported", - "start": 3831, - "end": 3900, + "start": 3569, + "end": 3638, "loc": { "start": { - "line": 84, + "line": 80, "column": 4 }, "end": { - "line": 84, + "line": 80, "column": 73 } } @@ -2357,15 +2289,15 @@ { "type": "CommentLine", "value": " in real-time processing.", - "start": 3905, - "end": 3932, + "start": 3643, + "end": 3670, "loc": { "start": { - "line": 85, + "line": 81, "column": 4 }, "end": { - "line": 85, + "line": 81, "column": 31 } } @@ -2373,15 +2305,15 @@ { "type": "CommentLine", "value": " The sampleRate parameter describes the sample-rate of the", - "start": 3937, - "end": 3997, + "start": 3675, + "end": 3735, "loc": { "start": { - "line": 86, + "line": 82, "column": 4 }, "end": { - "line": 86, + "line": 82, "column": 64 } } @@ -2389,15 +2321,15 @@ { "type": "CommentLine", "value": " linear PCM audio data in the buffer in sample-frames per second.", - "start": 4002, - "end": 4069, + "start": 3740, + "end": 3807, "loc": { "start": { - "line": 87, + "line": 83, "column": 4 }, "end": { - "line": 87, + "line": 83, "column": 71 } } @@ -2405,15 +2337,15 @@ { "type": "CommentLine", "value": " An implementation must support sample-rates in at least", - "start": 4074, - "end": 4132, + "start": 3812, + "end": 3870, "loc": { "start": { - "line": 88, + "line": 84, "column": 4 }, "end": { - "line": 88, + "line": 84, "column": 62 } } @@ -2421,15 +2353,15 @@ { "type": "CommentLine", "value": " the range 22050 to 96000.", - "start": 4137, - "end": 4165, + "start": 3875, + "end": 3903, "loc": { "start": { - "line": 89, + "line": 85, "column": 4 }, "end": { - "line": 89, + "line": 85, "column": 32 } } @@ -2438,15 +2370,15 @@ }, { "type": "ObjectProperty", - "start": 4261, - "end": 4278, + "start": 3999, + "end": 4016, "loc": { "start": { - "line": 92, + "line": 88, "column": 4 }, "end": { - "line": 92, + "line": 88, "column": 21 } }, @@ -2455,15 +2387,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 4261, - "end": 4273, + "start": 3999, + "end": 4011, "loc": { "start": { - "line": 92, + "line": 88, "column": 4 }, "end": { - "line": 92, + "line": 88, "column": 16 }, "identifierName": "audioBitRate" @@ -2473,15 +2405,15 @@ }, "value": { "type": "NumericLiteral", - "start": 4275, - "end": 4278, + "start": 4013, + "end": 4016, "loc": { "start": { - "line": 92, + "line": 88, "column": 18 }, "end": { - "line": 92, + "line": 88, "column": 21 } }, @@ -2495,15 +2427,15 @@ { "type": "CommentLine", "value": " The audio bitrate in kbps (only used in lamejs plugin).", - "start": 4198, - "end": 4256, + "start": 3936, + "end": 3994, "loc": { "start": { - "line": 91, + "line": 87, "column": 4 }, "end": { - "line": 91, + "line": 87, "column": 62 } } @@ -2512,15 +2444,15 @@ }, { "type": "ObjectProperty", - "start": 4373, - "end": 4389, + "start": 4111, + "end": 4127, "loc": { "start": { - "line": 95, + "line": 91, "column": 4 }, "end": { - "line": 95, + "line": 91, "column": 20 } }, @@ -2529,15 +2461,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 4373, - "end": 4386, + "start": 4111, + "end": 4124, "loc": { "start": { - "line": 95, + "line": 91, "column": 4 }, "end": { - "line": 95, + "line": 91, "column": 17 }, "identifierName": "audioChannels" @@ -2547,15 +2479,15 @@ }, "value": { "type": "NumericLiteral", - "start": 4388, - "end": 4389, + "start": 4126, + "end": 4127, "loc": { "start": { - "line": 95, + "line": 91, "column": 19 }, "end": { - "line": 95, + "line": 91, "column": 20 } }, @@ -2569,15 +2501,15 @@ { "type": "CommentLine", "value": " Allows you to record single-channel audio, which can reduce the", - "start": 4284, - "end": 4350, + "start": 4022, + "end": 4088, "loc": { "start": { - "line": 93, + "line": 89, "column": 4 }, "end": { - "line": 93, + "line": 89, "column": 70 } } @@ -2585,15 +2517,15 @@ { "type": "CommentLine", "value": " file size.", - "start": 4355, - "end": 4368, + "start": 4093, + "end": 4106, "loc": { "start": { - "line": 94, + "line": 90, "column": 4 }, "end": { - "line": 94, + "line": 90, "column": 17 } } @@ -2602,15 +2534,15 @@ }, { "type": "ObjectProperty", - "start": 4473, - "end": 4491, + "start": 4211, + "end": 4229, "loc": { "start": { - "line": 97, + "line": 93, "column": 4 }, "end": { - "line": 97, + "line": 93, "column": 22 } }, @@ -2619,15 +2551,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 4473, - "end": 4487, + "start": 4211, + "end": 4225, "loc": { "start": { - "line": 97, + "line": 93, "column": 4 }, "end": { - "line": 97, + "line": 93, "column": 18 }, "identifierName": "audioWorkerURL" @@ -2637,15 +2569,15 @@ }, "value": { "type": "StringLiteral", - "start": 4489, - "end": 4491, + "start": 4227, + "end": 4229, "loc": { "start": { - "line": 97, + "line": 93, "column": 20 }, "end": { - "line": 97, + "line": 93, "column": 22 } }, @@ -2659,15 +2591,15 @@ { "type": "CommentLine", "value": " URL for the audio worker. Use an empty string '' to disable (default).", - "start": 4395, - "end": 4468, + "start": 4133, + "end": 4206, "loc": { "start": { - "line": 96, + "line": 92, "column": 4 }, "end": { - "line": 96, + "line": 92, "column": 77 } } @@ -2676,15 +2608,15 @@ }, { "type": "ObjectProperty", - "start": 4599, - "end": 4622, + "start": 4337, + "end": 4360, "loc": { "start": { - "line": 100, + "line": 96, "column": 4 }, "end": { - "line": 100, + "line": 96, "column": 27 } }, @@ -2693,15 +2625,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 4599, - "end": 4618, + "start": 4337, + "end": 4356, "loc": { "start": { - "line": 100, + "line": 96, "column": 4 }, "end": { - "line": 100, + "line": 96, "column": 23 }, "identifierName": "audioWebAssemblyURL" @@ -2711,15 +2643,15 @@ }, "value": { "type": "StringLiteral", - "start": 4620, - "end": 4622, + "start": 4358, + "end": 4360, "loc": { "start": { - "line": 100, + "line": 96, "column": 25 }, "end": { - "line": 100, + "line": 96, "column": 27 } }, @@ -2733,15 +2665,15 @@ { "type": "CommentLine", "value": " URL for the audio worker WebAssembly file. Use an empty string '' to", - "start": 4497, - "end": 4568, + "start": 4235, + "end": 4306, "loc": { "start": { - "line": 98, + "line": 94, "column": 4 }, "end": { - "line": 98, + "line": 94, "column": 75 } } @@ -2749,15 +2681,15 @@ { "type": "CommentLine", "value": " disable (default).", - "start": 4573, - "end": 4594, + "start": 4311, + "end": 4332, "loc": { "start": { - "line": 99, + "line": 95, "column": 4 }, "end": { - "line": 99, + "line": 95, "column": 25 } } @@ -2766,15 +2698,15 @@ }, { "type": "ObjectProperty", - "start": 4752, - "end": 4776, + "start": 4490, + "end": 4514, "loc": { "start": { - "line": 103, + "line": 99, "column": 4 }, "end": { - "line": 103, + "line": 99, "column": 28 } }, @@ -2783,15 +2715,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 4752, - "end": 4769, + "start": 4490, + "end": 4507, "loc": { "start": { - "line": 103, + "line": 99, "column": 4 }, "end": { - "line": 103, + "line": 99, "column": 21 }, "identifierName": "audioBufferUpdate" @@ -2801,15 +2733,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 4771, - "end": 4776, + "start": 4509, + "end": 4514, "loc": { "start": { - "line": 103, + "line": 99, "column": 23 }, "end": { - "line": 103, + "line": 99, "column": 28 } }, @@ -2819,15 +2751,15 @@ { "type": "CommentLine", "value": " Enables the audioBufferUpdate event that provides realtime AudioBuffer", - "start": 4628, - "end": 4701, + "start": 4366, + "end": 4439, "loc": { "start": { - "line": 101, + "line": 97, "column": 4 }, "end": { - "line": 101, + "line": 97, "column": 77 } } @@ -2835,15 +2767,15 @@ { "type": "CommentLine", "value": " instances from the input audio device.", - "start": 4706, - "end": 4747, + "start": 4444, + "end": 4485, "loc": { "start": { - "line": 102, + "line": 98, "column": 4 }, "end": { - "line": 102, + "line": 98, "column": 45 } } @@ -2852,15 +2784,15 @@ }, { "type": "ObjectProperty", - "start": 4822, - "end": 4845, + "start": 4560, + "end": 4583, "loc": { "start": { - "line": 105, + "line": 101, "column": 4 }, "end": { - "line": 105, + "line": 101, "column": 27 } }, @@ -2869,15 +2801,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 4822, - "end": 4840, + "start": 4560, + "end": 4578, "loc": { "start": { - "line": 105, + "line": 101, "column": 4 }, "end": { - "line": 105, + "line": 101, "column": 22 }, "identifierName": "animationFrameRate" @@ -2887,15 +2819,15 @@ }, "value": { "type": "NumericLiteral", - "start": 4842, - "end": 4845, + "start": 4580, + "end": 4583, "loc": { "start": { - "line": 105, + "line": 101, "column": 24 }, "end": { - "line": 105, + "line": 101, "column": 27 } }, @@ -2909,15 +2841,15 @@ { "type": "CommentLine", "value": " Frame rate in frames per second.", - "start": 4782, - "end": 4817, + "start": 4520, + "end": 4555, "loc": { "start": { - "line": 104, + "line": 100, "column": 4 }, "end": { - "line": 104, + "line": 100, "column": 39 } } @@ -2926,15 +2858,15 @@ }, { "type": "ObjectProperty", - "start": 5247, - "end": 5267, + "start": 4985, + "end": 5005, "loc": { "start": { - "line": 113, + "line": 109, "column": 4 }, "end": { - "line": 113, + "line": 109, "column": 24 } }, @@ -2943,15 +2875,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 5247, - "end": 5263, + "start": 4985, + "end": 5001, "loc": { "start": { - "line": 113, + "line": 109, "column": 4 }, "end": { - "line": 113, + "line": 109, "column": 20 }, "identifierName": "animationQuality" @@ -2961,15 +2893,15 @@ }, "value": { "type": "NumericLiteral", - "start": 5265, - "end": 5267, + "start": 5003, + "end": 5005, "loc": { "start": { - "line": 113, + "line": 109, "column": 22 }, "end": { - "line": 113, + "line": 109, "column": 24 } }, @@ -2983,15 +2915,15 @@ { "type": "CommentLine", "value": " Sets quality of color quantization (conversion of images to the", - "start": 4851, - "end": 4917, + "start": 4589, + "end": 4655, "loc": { "start": { - "line": 106, + "line": 102, "column": 4 }, "end": { - "line": 106, + "line": 102, "column": 70 } } @@ -2999,15 +2931,15 @@ { "type": "CommentLine", "value": " maximum 256 colors allowed by the GIF specification).", - "start": 4922, - "end": 4978, + "start": 4660, + "end": 4716, "loc": { "start": { - "line": 107, + "line": 103, "column": 4 }, "end": { - "line": 107, + "line": 103, "column": 60 } } @@ -3015,15 +2947,15 @@ { "type": "CommentLine", "value": " Lower values (minimum = 1) produce better colors,", - "start": 4983, - "end": 5035, + "start": 4721, + "end": 4773, "loc": { "start": { - "line": 108, + "line": 104, "column": 4 }, "end": { - "line": 108, + "line": 104, "column": 56 } } @@ -3031,15 +2963,15 @@ { "type": "CommentLine", "value": " but slow processing significantly. 10 is the default,", - "start": 5040, - "end": 5096, + "start": 4778, + "end": 4834, "loc": { "start": { - "line": 109, + "line": 105, "column": 4 }, "end": { - "line": 109, + "line": 105, "column": 60 } } @@ -3047,15 +2979,15 @@ { "type": "CommentLine", "value": " and produces good color mapping at reasonable speeds.", - "start": 5101, - "end": 5157, + "start": 4839, + "end": 4895, "loc": { "start": { - "line": 110, + "line": 106, "column": 4 }, "end": { - "line": 110, + "line": 106, "column": 60 } } @@ -3063,15 +2995,15 @@ { "type": "CommentLine", "value": " Values greater than 20 do not yield significant improvements", - "start": 5162, - "end": 5225, + "start": 4900, + "end": 4963, "loc": { "start": { - "line": 111, + "line": 107, "column": 4 }, "end": { - "line": 111, + "line": 107, "column": 67 } } @@ -3079,15 +3011,15 @@ { "type": "CommentLine", "value": " in speed.", - "start": 5230, - "end": 5242, + "start": 4968, + "end": 4980, "loc": { "start": { - "line": 112, + "line": 108, "column": 4 }, "end": { - "line": 112, + "line": 108, "column": 16 } } @@ -3096,15 +3028,15 @@ }, { "type": "ObjectProperty", - "start": 5388, - "end": 5414, + "start": 5126, + "end": 5152, "loc": { "start": { - "line": 116, + "line": 112, "column": 4 }, "end": { - "line": 116, + "line": 112, "column": 30 } }, @@ -3113,15 +3045,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 5388, - "end": 5403, + "start": 5126, + "end": 5141, "loc": { "start": { - "line": 116, + "line": 112, "column": 4 }, "end": { - "line": 116, + "line": 112, "column": 19 }, "identifierName": "imageOutputType" @@ -3131,15 +3063,15 @@ }, "value": { "type": "StringLiteral", - "start": 5405, - "end": 5414, + "start": 5143, + "end": 5152, "loc": { "start": { - "line": 116, + "line": 112, "column": 21 }, "end": { - "line": 116, + "line": 112, "column": 30 } }, @@ -3153,15 +3085,15 @@ { "type": "CommentLine", "value": " A string indicating the output type: dataURL (base64 string) or blob.", - "start": 5273, - "end": 5345, + "start": 5011, + "end": 5083, "loc": { "start": { - "line": 114, + "line": 110, "column": 4 }, "end": { - "line": 114, + "line": 110, "column": 76 } } @@ -3169,15 +3101,15 @@ { "type": "CommentLine", "value": " The default output is dataURL.", - "start": 5350, - "end": 5383, + "start": 5088, + "end": 5121, "loc": { "start": { - "line": 115, + "line": 111, "column": 4 }, "end": { - "line": 115, + "line": 111, "column": 37 } } @@ -3186,15 +3118,15 @@ }, { "type": "ObjectProperty", - "start": 5534, - "end": 5564, + "start": 5272, + "end": 5302, "loc": { "start": { - "line": 119, + "line": 115, "column": 4 }, "end": { - "line": 119, + "line": 115, "column": 34 } }, @@ -3203,15 +3135,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 5534, - "end": 5551, + "start": 5272, + "end": 5289, "loc": { "start": { - "line": 119, + "line": 115, "column": 4 }, "end": { - "line": 119, + "line": 115, "column": 21 }, "identifierName": "imageOutputFormat" @@ -3221,15 +3153,15 @@ }, "value": { "type": "StringLiteral", - "start": 5553, - "end": 5564, + "start": 5291, + "end": 5302, "loc": { "start": { - "line": 119, + "line": 115, "column": 23 }, "end": { - "line": 119, + "line": 115, "column": 34 } }, @@ -3243,15 +3175,15 @@ { "type": "CommentLine", "value": " A string indicating the image format used in image-only mode. The default", - "start": 5420, - "end": 5496, + "start": 5158, + "end": 5234, "loc": { "start": { - "line": 117, + "line": 113, "column": 4 }, "end": { - "line": 117, + "line": 113, "column": 80 } } @@ -3259,15 +3191,15 @@ { "type": "CommentLine", "value": " format type is image/png.", - "start": 5501, - "end": 5529, + "start": 5239, + "end": 5267, "loc": { "start": { - "line": 118, + "line": 114, "column": 4 }, "end": { - "line": 118, + "line": 114, "column": 32 } } @@ -3276,15 +3208,15 @@ }, { "type": "ObjectProperty", - "start": 5846, - "end": 5870, + "start": 5584, + "end": 5608, "loc": { "start": { - "line": 124, + "line": 120, "column": 4 }, "end": { - "line": 124, + "line": 120, "column": 28 } }, @@ -3293,15 +3225,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 5846, - "end": 5864, + "start": 5584, + "end": 5602, "loc": { "start": { - "line": 124, + "line": 120, "column": 4 }, "end": { - "line": 124, + "line": 120, "column": 22 }, "identifierName": "imageOutputQuality" @@ -3311,15 +3243,15 @@ }, "value": { "type": "NumericLiteral", - "start": 5866, - "end": 5870, + "start": 5604, + "end": 5608, "loc": { "start": { - "line": 124, + "line": 120, "column": 24 }, "end": { - "line": 124, + "line": 120, "column": 28 } }, @@ -3333,15 +3265,15 @@ { "type": "CommentLine", "value": " A number between 0 and 1 indicating the image quality to use for image", - "start": 5570, - "end": 5643, + "start": 5308, + "end": 5381, "loc": { "start": { - "line": 120, + "line": 116, "column": 4 }, "end": { - "line": 120, + "line": 116, "column": 77 } } @@ -3349,15 +3281,15 @@ { "type": "CommentLine", "value": " formats that use lossy compression such as image/jpeg and image/webp.", - "start": 5648, - "end": 5720, + "start": 5386, + "end": 5458, "loc": { "start": { - "line": 121, + "line": 117, "column": 4 }, "end": { - "line": 121, + "line": 117, "column": 76 } } @@ -3365,15 +3297,15 @@ { "type": "CommentLine", "value": " If this argument is anything else, the default value for image quality", - "start": 5725, - "end": 5798, + "start": 5463, + "end": 5536, "loc": { "start": { - "line": 122, + "line": 118, "column": 4 }, "end": { - "line": 122, + "line": 118, "column": 77 } } @@ -3381,15 +3313,15 @@ { "type": "CommentLine", "value": " is used. The default value is 0.92.", - "start": 5803, - "end": 5841, + "start": 5541, + "end": 5579, "loc": { "start": { - "line": 123, + "line": 119, "column": 4 }, "end": { - "line": 123, + "line": 119, "column": 42 } } @@ -3398,15 +3330,15 @@ }, { "type": "ObjectProperty", - "start": 5957, - "end": 5969, + "start": 5695, + "end": 5707, "loc": { "start": { - "line": 126, + "line": 122, "column": 4 }, "end": { - "line": 126, + "line": 122, "column": 16 } }, @@ -3415,15 +3347,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 5957, - "end": 5966, + "start": 5695, + "end": 5704, "loc": { "start": { - "line": 126, + "line": 122, "column": 4 }, "end": { - "line": 126, + "line": 122, "column": 13 }, "identifierName": "timeSlice" @@ -3433,15 +3365,15 @@ }, "value": { "type": "NumericLiteral", - "start": 5968, - "end": 5969, + "start": 5706, + "end": 5707, "loc": { "start": { - "line": 126, + "line": 122, "column": 15 }, "end": { - "line": 126, + "line": 122, "column": 16 } }, @@ -3455,15 +3387,15 @@ { "type": "CommentLine", "value": " Accepts numbers in milliseconds; use this to force intervals-based blobs.", - "start": 5876, - "end": 5952, + "start": 5614, + "end": 5690, "loc": { "start": { - "line": 125, + "line": 121, "column": 4 }, "end": { - "line": 125, + "line": 121, "column": 80 } } @@ -3472,15 +3404,15 @@ }, { "type": "ObjectProperty", - "start": 6110, - "end": 6127, + "start": 5848, + "end": 5865, "loc": { "start": { - "line": 129, + "line": 125, "column": 4 }, "end": { - "line": 129, + "line": 125, "column": 21 } }, @@ -3489,15 +3421,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 6110, - "end": 6123, + "start": 5848, + "end": 5861, "loc": { "start": { - "line": 129, + "line": 125, "column": 4 }, "end": { - "line": 129, + "line": 125, "column": 17 }, "identifierName": "convertEngine" @@ -3507,15 +3439,15 @@ }, "value": { "type": "StringLiteral", - "start": 6125, - "end": 6127, + "start": 5863, + "end": 5865, "loc": { "start": { - "line": 129, + "line": 125, "column": 19 }, "end": { - "line": 129, + "line": 125, "column": 21 } }, @@ -3529,15 +3461,15 @@ { "type": "CommentLine", "value": " Media converter library to use. Legal values are 'ts-ebml' and 'ffmpeg.js'.", - "start": 5975, - "end": 6053, + "start": 5713, + "end": 5791, "loc": { "start": { - "line": 127, + "line": 123, "column": 4 }, "end": { - "line": 127, + "line": 123, "column": 82 } } @@ -3545,15 +3477,15 @@ { "type": "CommentLine", "value": " Use an empty string '' to disable (default).", - "start": 6058, - "end": 6105, + "start": 5796, + "end": 5843, "loc": { "start": { - "line": 128, + "line": 124, "column": 4 }, "end": { - "line": 128, + "line": 124, "column": 51 } } @@ -3562,15 +3494,15 @@ }, { "type": "ObjectProperty", - "start": 6170, - "end": 6190, + "start": 5908, + "end": 5928, "loc": { "start": { - "line": 131, + "line": 127, "column": 4 }, "end": { - "line": 131, + "line": 127, "column": 24 } }, @@ -3579,15 +3511,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 6170, - "end": 6186, + "start": 5908, + "end": 5924, "loc": { "start": { - "line": 131, + "line": 127, "column": 4 }, "end": { - "line": 131, + "line": 127, "column": 20 }, "identifierName": "convertWorkerURL" @@ -3597,15 +3529,15 @@ }, "value": { "type": "StringLiteral", - "start": 6188, - "end": 6190, + "start": 5926, + "end": 5928, "loc": { "start": { - "line": 131, + "line": 127, "column": 22 }, "end": { - "line": 131, + "line": 127, "column": 24 } }, @@ -3619,15 +3551,15 @@ { "type": "CommentLine", "value": " URL for the converter worker.", - "start": 6133, - "end": 6165, + "start": 5871, + "end": 5903, "loc": { "start": { - "line": 130, + "line": 126, "column": 4 }, "end": { - "line": 130, + "line": 126, "column": 36 } } @@ -3636,15 +3568,15 @@ }, { "type": "ObjectProperty", - "start": 6257, - "end": 6275, + "start": 5995, + "end": 6013, "loc": { "start": { - "line": 133, + "line": 129, "column": 4 }, "end": { - "line": 133, + "line": 129, "column": 22 } }, @@ -3653,15 +3585,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 6257, - "end": 6271, + "start": 5995, + "end": 6009, "loc": { "start": { - "line": 133, + "line": 129, "column": 4 }, "end": { - "line": 133, + "line": 129, "column": 18 }, "identifierName": "convertOptions" @@ -3671,15 +3603,15 @@ }, "value": { "type": "ArrayExpression", - "start": 6273, - "end": 6275, + "start": 6011, + "end": 6013, "loc": { "start": { - "line": 133, + "line": 129, "column": 20 }, "end": { - "line": 133, + "line": 129, "column": 22 } }, @@ -3689,15 +3621,15 @@ { "type": "CommentLine", "value": " List of string options to pass to the convert engine.", - "start": 6196, - "end": 6252, + "start": 5934, + "end": 5990, "loc": { "start": { - "line": 132, + "line": 128, "column": 4 }, "end": { - "line": 132, + "line": 128, "column": 60 } } @@ -3706,15 +3638,15 @@ }, { "type": "ObjectProperty", - "start": 6313, - "end": 6327, + "start": 6051, + "end": 6065, "loc": { "start": { - "line": 135, + "line": 131, "column": 4 }, "end": { - "line": 135, + "line": 131, "column": 18 } }, @@ -3723,15 +3655,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 6313, - "end": 6320, + "start": 6051, + "end": 6058, "loc": { "start": { - "line": 135, + "line": 131, "column": 4 }, "end": { - "line": 135, + "line": 131, "column": 11 }, "identifierName": "hotKeys" @@ -3741,15 +3673,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 6322, - "end": 6327, + "start": 6060, + "end": 6065, "loc": { "start": { - "line": 135, + "line": 131, "column": 13 }, "end": { - "line": 135, + "line": 131, "column": 18 } }, @@ -3759,15 +3691,15 @@ { "type": "CommentLine", "value": " Enable keyboard hotkeys.", - "start": 6281, - "end": 6308, + "start": 6019, + "end": 6046, "loc": { "start": { - "line": 134, + "line": 130, "column": 4 }, "end": { - "line": 134, + "line": 130, "column": 31 } } @@ -3776,15 +3708,15 @@ }, { "type": "ObjectProperty", - "start": 6476, - "end": 6500, + "start": 6214, + "end": 6238, "loc": { "start": { - "line": 138, + "line": 134, "column": 4 }, "end": { - "line": 138, + "line": 134, "column": 28 } }, @@ -3793,15 +3725,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 6476, - "end": 6496, + "start": 6214, + "end": 6234, "loc": { "start": { - "line": 138, + "line": 134, "column": 4 }, "end": { - "line": 138, + "line": 134, "column": 24 }, "identifierName": "pluginLibraryOptions" @@ -3811,15 +3743,15 @@ }, "value": { "type": "ObjectExpression", - "start": 6498, - "end": 6500, + "start": 6236, + "end": 6238, "loc": { "start": { - "line": 138, + "line": 134, "column": 26 }, "end": { - "line": 138, + "line": 134, "column": 28 } }, @@ -3829,15 +3761,15 @@ { "type": "CommentLine", "value": " Use this object to specify additional settings for the library used by the", - "start": 6333, - "end": 6410, + "start": 6071, + "end": 6148, "loc": { "start": { - "line": 136, + "line": 132, "column": 4 }, "end": { - "line": 136, + "line": 132, "column": 81 } } @@ -3845,15 +3777,15 @@ { "type": "CommentLine", "value": " plugin (only used in opus-recorder and vmsg plugins).", - "start": 6415, - "end": 6471, + "start": 6153, + "end": 6209, "loc": { "start": { - "line": 137, + "line": 133, "column": 4 }, "end": { - "line": 137, + "line": 133, "column": 60 } } @@ -3872,29 +3804,29 @@ }, { "type": "Identifier", - "start": 6505, - "end": 6541, + "start": 6243, + "end": 6279, "loc": { "start": { - "line": 141, + "line": 137, "column": 0 }, "end": { - "line": 141, + "line": 137, "column": 36 } }, "declaration": { "type": "Identifier", - "start": 6520, - "end": 6540, + "start": 6258, + "end": 6278, "loc": { "start": { - "line": 141, + "line": 137, "column": 15 }, "end": { - "line": 141, + "line": 137, "column": 35 }, "identifierName": "pluginDefaultOptions" @@ -3907,29 +3839,29 @@ }, { "type": "ExportDefaultDeclaration", - "start": 6505, - "end": 6541, + "start": 6243, + "end": 6279, "loc": { "start": { - "line": 141, + "line": 137, "column": 0 }, "end": { - "line": 141, + "line": 137, "column": 36 } }, "declaration": { "type": "VariableDeclaration", "start": 65, - "end": 6503, + "end": 6241, "loc": { "start": { "line": 7, "column": 0 }, "end": { - "line": 139, + "line": 135, "column": 2 } }, @@ -3937,14 +3869,14 @@ { "type": "VariableDeclarator", "start": 71, - "end": 6502, + "end": 6240, "loc": { "start": { "line": 7, "column": 6 }, "end": { - "line": 139, + "line": 135, "column": 1 } }, @@ -3969,14 +3901,14 @@ "init": { "type": "ObjectExpression", "start": 94, - "end": 6502, + "end": 6240, "loc": { "start": { "line": 7, "column": 29 }, "end": { - "line": 139, + "line": 135, "column": 1 } }, @@ -4497,16 +4429,16 @@ }, { "type": "ObjectProperty", - "start": 892, - "end": 907, + "start": 644, + "end": 670, "loc": { "start": { - "line": 29, + "line": 25, "column": 4 }, "end": { - "line": 29, - "column": 19 + "line": 25, + "column": 30 } }, "method": false, @@ -4514,48 +4446,44 @@ "computed": false, "key": { "type": "Identifier", - "start": 892, - "end": 904, + "start": 644, + "end": 663, "loc": { "start": { - "line": 29, + "line": 25, "column": 4 }, "end": { - "line": 29, - "column": 16 + "line": 25, + "column": 23 }, - "identifierName": "msDisplayMax" + "identifierName": "displayMilliseconds" }, - "name": "msDisplayMax", + "name": "displayMilliseconds", "leadingComments": null }, "value": { - "type": "NumericLiteral", - "start": 906, - "end": 907, + "type": "BooleanLiteral", + "start": 665, + "end": 670, "loc": { "start": { - "line": 29, - "column": 18 + "line": 25, + "column": 25 }, "end": { - "line": 29, - "column": 19 + "line": 25, + "column": 30 } }, - "extra": { - "rawValue": 3, - "raw": "3" - }, - "value": 3 + "value": false }, "leadingComments": [ { "type": "CommentLine", - "value": " msDisplayMax indicates the number of seconds that is", + "value": " Boolean indicating if milliseconds should be included,", "start": 546, - "end": 601, + "end": 603, "loc": { "start": { "line": 23, @@ -4563,15 +4491,15 @@ }, "end": { "line": 23, - "column": 59 + "column": 61 } } }, { "type": "CommentLine", - "value": " considered the boundary value for displaying milliseconds", - "start": 606, - "end": 666, + "value": " e.g. \"00:00:000\" vs \"00:00\".", + "start": 608, + "end": 639, "loc": { "start": { "line": 24, @@ -4579,87 +4507,23 @@ }, "end": { "line": 24, - "column": 64 - } - } - }, - { - "type": "CommentLine", - "value": " in the time controls. An audio clip with a total length of", - "start": 671, - "end": 732, - "loc": { - "start": { - "line": 25, - "column": 4 - }, - "end": { - "line": 25, - "column": 65 + "column": 35 } } - }, - { - "type": "CommentLine", - "value": " 2 seconds and a msDisplayMax of 3 will use the format", - "start": 737, - "end": 793, - "loc": { - "start": { - "line": 26, - "column": 4 - }, - "end": { - "line": 26, - "column": 60 - } - } - }, - { - "type": "CommentLine", - "value": " M:SS:MMM. Clips longer than msDisplayMax will be displayed", - "start": 798, - "end": 859, - "loc": { - "start": { - "line": 27, - "column": 4 - }, - "end": { - "line": 27, - "column": 65 - } - } - }, - { - "type": "CommentLine", - "value": " as M:SS or HH:MM:SS.", - "start": 864, - "end": 887, - "loc": { - "start": { - "line": 28, - "column": 4 - }, - "end": { - "line": 28, - "column": 27 - } - } - } - ] - }, - { - "type": "ObjectProperty", - "start": 956, - "end": 971, - "loc": { - "start": { - "line": 31, - "column": 4 + } + ] + }, + { + "type": "ObjectProperty", + "start": 719, + "end": 734, + "loc": { + "start": { + "line": 27, + "column": 4 }, "end": { - "line": 31, + "line": 27, "column": 19 } }, @@ -4668,15 +4532,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 956, - "end": 966, + "start": 719, + "end": 729, "loc": { "start": { - "line": 31, + "line": 27, "column": 4 }, "end": { - "line": 31, + "line": 27, "column": 14 }, "identifierName": "frameWidth" @@ -4686,15 +4550,15 @@ }, "value": { "type": "NumericLiteral", - "start": 968, - "end": 971, + "start": 731, + "end": 734, "loc": { "start": { - "line": 31, + "line": 27, "column": 16 }, "end": { - "line": 31, + "line": 27, "column": 19 } }, @@ -4708,15 +4572,15 @@ { "type": "CommentLine", "value": " Width of the recorded video frames.", - "start": 913, - "end": 951, + "start": 676, + "end": 714, "loc": { "start": { - "line": 30, + "line": 26, "column": 4 }, "end": { - "line": 30, + "line": 26, "column": 42 } } @@ -4725,15 +4589,15 @@ }, { "type": "ObjectProperty", - "start": 1021, - "end": 1037, + "start": 784, + "end": 800, "loc": { "start": { - "line": 33, + "line": 29, "column": 4 }, "end": { - "line": 33, + "line": 29, "column": 20 } }, @@ -4742,15 +4606,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 1021, - "end": 1032, + "start": 784, + "end": 795, "loc": { "start": { - "line": 33, + "line": 29, "column": 4 }, "end": { - "line": 33, + "line": 29, "column": 15 }, "identifierName": "frameHeight" @@ -4760,15 +4624,15 @@ }, "value": { "type": "NumericLiteral", - "start": 1034, - "end": 1037, + "start": 797, + "end": 800, "loc": { "start": { - "line": 33, + "line": 29, "column": 17 }, "end": { - "line": 33, + "line": 29, "column": 20 } }, @@ -4782,15 +4646,15 @@ { "type": "CommentLine", "value": " Height of the recorded video frames.", - "start": 977, - "end": 1016, + "start": 740, + "end": 779, "loc": { "start": { - "line": 32, + "line": 28, "column": 4 }, "end": { - "line": 32, + "line": 28, "column": 43 } } @@ -4799,15 +4663,15 @@ }, { "type": "ObjectProperty", - "start": 1098, - "end": 1110, + "start": 861, + "end": 873, "loc": { "start": { - "line": 35, + "line": 31, "column": 4 }, "end": { - "line": 35, + "line": 31, "column": 16 } }, @@ -4816,15 +4680,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 1098, - "end": 1103, + "start": 861, + "end": 866, "loc": { "start": { - "line": 35, + "line": 31, "column": 4 }, "end": { - "line": 35, + "line": 31, "column": 9 }, "identifierName": "debug" @@ -4834,15 +4698,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 1105, - "end": 1110, + "start": 868, + "end": 873, "loc": { "start": { - "line": 35, + "line": 31, "column": 11 }, "end": { - "line": 35, + "line": 31, "column": 16 } }, @@ -4852,15 +4716,15 @@ { "type": "CommentLine", "value": " Enables console logging for debugging purposes.", - "start": 1043, - "end": 1093, + "start": 806, + "end": 856, "loc": { "start": { - "line": 34, + "line": 30, "column": 4 }, "end": { - "line": 34, + "line": 30, "column": 54 } } @@ -4869,15 +4733,15 @@ }, { "type": "ObjectProperty", - "start": 1158, - "end": 1168, + "start": 921, + "end": 931, "loc": { "start": { - "line": 37, + "line": 33, "column": 4 }, "end": { - "line": 37, + "line": 33, "column": 14 } }, @@ -4886,15 +4750,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 1158, - "end": 1161, + "start": 921, + "end": 924, "loc": { "start": { - "line": 37, + "line": 33, "column": 4 }, "end": { - "line": 37, + "line": 33, "column": 7 }, "identifierName": "pip" @@ -4904,15 +4768,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 1163, - "end": 1168, + "start": 926, + "end": 931, "loc": { "start": { - "line": 37, + "line": 33, "column": 9 }, "end": { - "line": 37, + "line": 33, "column": 14 } }, @@ -4922,15 +4786,15 @@ { "type": "CommentLine", "value": " Enable Picture-in-Picture support.", - "start": 1116, - "end": 1153, + "start": 879, + "end": 916, "loc": { "start": { - "line": 36, + "line": 32, "column": 4 }, "end": { - "line": 36, + "line": 32, "column": 41 } } @@ -4939,15 +4803,15 @@ }, { "type": "ObjectProperty", - "start": 1316, - "end": 1337, + "start": 1079, + "end": 1100, "loc": { "start": { - "line": 40, + "line": 36, "column": 4 }, "end": { - "line": 40, + "line": 36, "column": 25 } }, @@ -4956,15 +4820,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 1316, - "end": 1330, + "start": 1079, + "end": 1093, "loc": { "start": { - "line": 40, + "line": 36, "column": 4 }, "end": { - "line": 40, + "line": 36, "column": 18 }, "identifierName": "autoMuteDevice" @@ -4974,15 +4838,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 1332, - "end": 1337, + "start": 1095, + "end": 1100, "loc": { "start": { - "line": 40, + "line": 36, "column": 20 }, "end": { - "line": 40, + "line": 36, "column": 25 } }, @@ -4992,15 +4856,15 @@ { "type": "CommentLine", "value": " Turn off the camera/mic (and light) when audio and/or video recording", - "start": 1174, - "end": 1246, + "start": 937, + "end": 1009, "loc": { "start": { - "line": 38, + "line": 34, "column": 4 }, "end": { - "line": 38, + "line": 34, "column": 76 } } @@ -5008,15 +4872,15 @@ { "type": "CommentLine", "value": " stops, and turns them on again when you resume recording.", - "start": 1251, - "end": 1311, + "start": 1014, + "end": 1074, "loc": { "start": { - "line": 39, + "line": 35, "column": 4 }, "end": { - "line": 39, + "line": 35, "column": 64 } } @@ -5025,15 +4889,15 @@ }, { "type": "ObjectProperty", - "start": 1409, - "end": 1427, + "start": 1172, + "end": 1190, "loc": { "start": { - "line": 42, + "line": 38, "column": 4 }, "end": { - "line": 42, + "line": 38, "column": 22 } }, @@ -5042,15 +4906,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 1409, - "end": 1421, + "start": 1172, + "end": 1184, "loc": { "start": { - "line": 42, + "line": 38, "column": 4 }, "end": { - "line": 42, + "line": 38, "column": 16 }, "identifierName": "videoBitRate" @@ -5060,15 +4924,15 @@ }, "value": { "type": "NumericLiteral", - "start": 1423, - "end": 1427, + "start": 1186, + "end": 1190, "loc": { "start": { - "line": 42, + "line": 38, "column": 18 }, "end": { - "line": 42, + "line": 38, "column": 22 } }, @@ -5082,15 +4946,15 @@ { "type": "CommentLine", "value": " The video bitrate in kbps (only used in webm-wasm plugin).", - "start": 1343, - "end": 1404, + "start": 1106, + "end": 1167, "loc": { "start": { - "line": 41, + "line": 37, "column": 4 }, "end": { - "line": 41, + "line": 37, "column": 65 } } @@ -5099,15 +4963,15 @@ }, { "type": "ObjectProperty", - "start": 1535, - "end": 1559, + "start": 1298, + "end": 1322, "loc": { "start": { - "line": 45, + "line": 41, "column": 4 }, "end": { - "line": 45, + "line": 41, "column": 28 } }, @@ -5116,15 +4980,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 1535, - "end": 1546, + "start": 1298, + "end": 1309, "loc": { "start": { - "line": 45, + "line": 41, "column": 4 }, "end": { - "line": 45, + "line": 41, "column": 15 }, "identifierName": "videoEngine" @@ -5134,15 +4998,15 @@ }, "value": { "type": "StringLiteral", - "start": 1548, - "end": 1559, + "start": 1311, + "end": 1322, "loc": { "start": { - "line": 45, + "line": 41, "column": 17 }, "end": { - "line": 45, + "line": 41, "column": 28 } }, @@ -5156,15 +5020,15 @@ { "type": "CommentLine", "value": " Video recording library to use. Legal values are 'recordrtc' (default)", - "start": 1433, - "end": 1506, + "start": 1196, + "end": 1269, "loc": { "start": { - "line": 43, + "line": 39, "column": 4 }, "end": { - "line": 43, + "line": 39, "column": 77 } } @@ -5172,15 +5036,15 @@ { "type": "CommentLine", "value": " and 'webm-wasm'.", - "start": 1511, - "end": 1530, + "start": 1274, + "end": 1293, "loc": { "start": { - "line": 44, + "line": 40, "column": 4 }, "end": { - "line": 44, + "line": 40, "column": 23 } } @@ -5189,15 +5053,15 @@ }, { "type": "ObjectProperty", - "start": 1647, - "end": 1665, + "start": 1410, + "end": 1428, "loc": { "start": { - "line": 47, + "line": 43, "column": 4 }, "end": { - "line": 47, + "line": 43, "column": 22 } }, @@ -5206,15 +5070,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 1647, - "end": 1661, + "start": 1410, + "end": 1424, "loc": { "start": { - "line": 47, + "line": 43, "column": 4 }, "end": { - "line": 47, + "line": 43, "column": 18 }, "identifierName": "videoFrameRate" @@ -5224,15 +5088,15 @@ }, "value": { "type": "NumericLiteral", - "start": 1663, - "end": 1665, + "start": 1426, + "end": 1428, "loc": { "start": { - "line": 47, + "line": 43, "column": 20 }, "end": { - "line": 47, + "line": 43, "column": 22 } }, @@ -5246,15 +5110,15 @@ { "type": "CommentLine", "value": " The video frame rate in frames per second (only used in webm-wasm plugin).", - "start": 1565, - "end": 1642, + "start": 1328, + "end": 1405, "loc": { "start": { - "line": 46, + "line": 42, "column": 4 }, "end": { - "line": 46, + "line": 42, "column": 81 } } @@ -5263,15 +5127,15 @@ }, { "type": "ObjectProperty", - "start": 1840, - "end": 1867, + "start": 1578, + "end": 1605, "loc": { "start": { - "line": 51, + "line": 47, "column": 4 }, "end": { - "line": 51, + "line": 47, "column": 31 } }, @@ -5280,15 +5144,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 1840, - "end": 1853, + "start": 1578, + "end": 1591, "loc": { "start": { - "line": 51, + "line": 47, "column": 4 }, "end": { - "line": 51, + "line": 47, "column": 17 }, "identifierName": "videoMimeType" @@ -5298,15 +5162,15 @@ }, "value": { "type": "StringLiteral", - "start": 1855, - "end": 1867, + "start": 1593, + "end": 1605, "loc": { "start": { - "line": 51, + "line": 47, "column": 19 }, "end": { - "line": 51, + "line": 47, "column": 31 } }, @@ -5319,32 +5183,32 @@ "leadingComments": [ { "type": "CommentLine", - "value": " The mime type for the video recorder. Default to 'video/webm'.", - "start": 1671, - "end": 1736, + "value": " The mime type for the video recorder.", + "start": 1434, + "end": 1474, "loc": { "start": { - "line": 48, + "line": 44, "column": 4 }, "end": { - "line": 48, - "column": 69 + "line": 44, + "column": 44 } } }, { "type": "CommentLine", "value": " Use 'video/mp4' (Firefox) or 'video/webm;codecs=H264' (Chrome 52 and", - "start": 1741, - "end": 1812, + "start": 1479, + "end": 1550, "loc": { "start": { - "line": 49, + "line": 45, "column": 4 }, "end": { - "line": 49, + "line": 45, "column": 75 } } @@ -5352,15 +5216,15 @@ { "type": "CommentLine", "value": " newer) for MP4.", - "start": 1817, - "end": 1835, + "start": 1555, + "end": 1573, "loc": { "start": { - "line": 50, + "line": 46, "column": 4 }, "end": { - "line": 50, + "line": 46, "column": 22 } } @@ -5369,15 +5233,15 @@ }, { "type": "ObjectProperty", - "start": 2099, - "end": 2124, + "start": 1837, + "end": 1862, "loc": { "start": { - "line": 55, + "line": 51, "column": 4 }, "end": { - "line": 55, + "line": 51, "column": 29 } }, @@ -5386,15 +5250,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 2099, - "end": 2116, + "start": 1837, + "end": 1854, "loc": { "start": { - "line": 55, + "line": 51, "column": 4 }, "end": { - "line": 55, + "line": 51, "column": 21 }, "identifierName": "videoRecorderType" @@ -5404,15 +5268,15 @@ }, "value": { "type": "StringLiteral", - "start": 2118, - "end": 2124, + "start": 1856, + "end": 1862, "loc": { "start": { - "line": 55, + "line": 51, "column": 23 }, "end": { - "line": 55, + "line": 51, "column": 29 } }, @@ -5426,15 +5290,15 @@ { "type": "CommentLine", "value": " Video recorder type to use. This allows you to specify an alternative", - "start": 1873, - "end": 1945, + "start": 1611, + "end": 1683, "loc": { "start": { - "line": 52, + "line": 48, "column": 4 }, "end": { - "line": 52, + "line": 48, "column": 76 } } @@ -5442,15 +5306,15 @@ { "type": "CommentLine", "value": " recorder class, e.g. WhammyRecorder from recordrtc. Defaults to 'auto'", - "start": 1950, - "end": 2023, + "start": 1688, + "end": 1761, "loc": { "start": { - "line": 53, + "line": 49, "column": 4 }, "end": { - "line": 53, + "line": 49, "column": 77 } } @@ -5458,15 +5322,15 @@ { "type": "CommentLine", "value": " which let's recordrtc specify the best available recorder type.", - "start": 2028, - "end": 2094, + "start": 1766, + "end": 1832, "loc": { "start": { - "line": 54, + "line": 50, "column": 4 }, "end": { - "line": 54, + "line": 50, "column": 70 } } @@ -5475,15 +5339,15 @@ }, { "type": "ObjectProperty", - "start": 2208, - "end": 2226, + "start": 1946, + "end": 1964, "loc": { "start": { - "line": 57, + "line": 53, "column": 4 }, "end": { - "line": 57, + "line": 53, "column": 22 } }, @@ -5492,15 +5356,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 2208, - "end": 2222, + "start": 1946, + "end": 1960, "loc": { "start": { - "line": 57, + "line": 53, "column": 4 }, "end": { - "line": 57, + "line": 53, "column": 18 }, "identifierName": "videoWorkerURL" @@ -5510,15 +5374,15 @@ }, "value": { "type": "StringLiteral", - "start": 2224, - "end": 2226, + "start": 1962, + "end": 1964, "loc": { "start": { - "line": 57, + "line": 53, "column": 20 }, "end": { - "line": 57, + "line": 53, "column": 22 } }, @@ -5532,15 +5396,15 @@ { "type": "CommentLine", "value": " URL for the video worker. Use an empty string '' to disable (default).", - "start": 2130, - "end": 2203, + "start": 1868, + "end": 1941, "loc": { "start": { - "line": 56, + "line": 52, "column": 4 }, "end": { - "line": 56, + "line": 52, "column": 77 } } @@ -5549,15 +5413,15 @@ }, { "type": "ObjectProperty", - "start": 2334, - "end": 2357, + "start": 2072, + "end": 2095, "loc": { "start": { - "line": 60, + "line": 56, "column": 4 }, "end": { - "line": 60, + "line": 56, "column": 27 } }, @@ -5566,15 +5430,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 2334, - "end": 2353, + "start": 2072, + "end": 2091, "loc": { "start": { - "line": 60, + "line": 56, "column": 4 }, "end": { - "line": 60, + "line": 56, "column": 23 }, "identifierName": "videoWebAssemblyURL" @@ -5584,15 +5448,15 @@ }, "value": { "type": "StringLiteral", - "start": 2355, - "end": 2357, + "start": 2093, + "end": 2095, "loc": { "start": { - "line": 60, + "line": 56, "column": 25 }, "end": { - "line": 60, + "line": 56, "column": 27 } }, @@ -5606,15 +5470,15 @@ { "type": "CommentLine", "value": " URL for the video worker WebAssembly file. Use an empty string '' to", - "start": 2232, - "end": 2303, + "start": 1970, + "end": 2041, "loc": { "start": { - "line": 58, + "line": 54, "column": 4 }, "end": { - "line": 58, + "line": 54, "column": 75 } } @@ -5622,15 +5486,15 @@ { "type": "CommentLine", "value": " disable (default).", - "start": 2308, - "end": 2329, + "start": 2046, + "end": 2067, "loc": { "start": { - "line": 59, + "line": 55, "column": 4 }, "end": { - "line": 59, + "line": 55, "column": 25 } } @@ -5639,15 +5503,15 @@ }, { "type": "ObjectProperty", - "start": 2518, - "end": 2542, + "start": 2256, + "end": 2280, "loc": { "start": { - "line": 63, + "line": 59, "column": 4 }, "end": { - "line": 63, + "line": 59, "column": 28 } }, @@ -5656,15 +5520,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 2518, - "end": 2529, + "start": 2256, + "end": 2267, "loc": { "start": { - "line": 63, + "line": 59, "column": 4 }, "end": { - "line": 63, + "line": 59, "column": 15 }, "identifierName": "audioEngine" @@ -5674,15 +5538,15 @@ }, "value": { "type": "StringLiteral", - "start": 2531, - "end": 2542, + "start": 2269, + "end": 2280, "loc": { "start": { - "line": 63, + "line": 59, "column": 17 }, "end": { - "line": 63, + "line": 59, "column": 28 } }, @@ -5696,15 +5560,15 @@ { "type": "CommentLine", "value": " Audio recording library to use. Legal values are 'recordrtc' (default),", - "start": 2363, - "end": 2437, + "start": 2101, + "end": 2175, "loc": { "start": { - "line": 61, + "line": 57, "column": 4 }, "end": { - "line": 61, + "line": 57, "column": 78 } } @@ -5712,15 +5576,15 @@ { "type": "CommentLine", "value": " 'libvorbis.js', 'opus-recorder', 'lamejs', 'vmsg' and 'recorder.js'.", - "start": 2442, - "end": 2513, + "start": 2180, + "end": 2251, "loc": { "start": { - "line": 62, + "line": 58, "column": 4 }, "end": { - "line": 62, + "line": 58, "column": 75 } } @@ -5729,15 +5593,15 @@ }, { "type": "ObjectProperty", - "start": 2841, - "end": 2866, + "start": 2579, + "end": 2604, "loc": { "start": { - "line": 68, + "line": 64, "column": 4 }, "end": { - "line": 68, + "line": 64, "column": 29 } }, @@ -5746,15 +5610,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 2841, - "end": 2858, + "start": 2579, + "end": 2596, "loc": { "start": { - "line": 68, + "line": 64, "column": 4 }, "end": { - "line": 68, + "line": 64, "column": 21 }, "identifierName": "audioRecorderType" @@ -5764,15 +5628,15 @@ }, "value": { "type": "StringLiteral", - "start": 2860, - "end": 2866, + "start": 2598, + "end": 2604, "loc": { "start": { - "line": 68, + "line": 64, "column": 23 }, "end": { - "line": 68, + "line": 64, "column": 29 } }, @@ -5786,15 +5650,15 @@ { "type": "CommentLine", "value": " Audio recorder type to use. This allows you to specify an alternative", - "start": 2548, - "end": 2620, + "start": 2286, + "end": 2358, "loc": { "start": { - "line": 64, + "line": 60, "column": 4 }, "end": { - "line": 64, + "line": 60, "column": 76 } } @@ -5802,15 +5666,15 @@ { "type": "CommentLine", "value": " recorder class, e.g. StereoAudioRecorder. Defaults to 'auto' which let's", - "start": 2625, - "end": 2700, + "start": 2363, + "end": 2438, "loc": { "start": { - "line": 65, + "line": 61, "column": 4 }, "end": { - "line": 65, + "line": 61, "column": 79 } } @@ -5818,15 +5682,15 @@ { "type": "CommentLine", "value": " recordrtc specify the best available recorder type. Currently this", - "start": 2705, - "end": 2774, + "start": 2443, + "end": 2512, "loc": { "start": { - "line": 66, + "line": 62, "column": 4 }, "end": { - "line": 66, + "line": 62, "column": 73 } } @@ -5834,15 +5698,15 @@ { "type": "CommentLine", "value": " setting is only used with the 'recordrtc' audioEngine.", - "start": 2779, - "end": 2836, + "start": 2517, + "end": 2574, "loc": { "start": { - "line": 67, + "line": 63, "column": 4 }, "end": { - "line": 67, + "line": 63, "column": 61 } } @@ -5851,15 +5715,15 @@ }, { "type": "ObjectProperty", - "start": 3063, - "end": 3084, + "start": 2801, + "end": 2822, "loc": { "start": { - "line": 72, + "line": 68, "column": 4 }, "end": { - "line": 72, + "line": 68, "column": 25 } }, @@ -5868,15 +5732,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 3063, - "end": 3076, + "start": 2801, + "end": 2814, "loc": { "start": { - "line": 72, + "line": 68, "column": 4 }, "end": { - "line": 72, + "line": 68, "column": 17 }, "identifierName": "audioMimeType" @@ -5886,15 +5750,15 @@ }, "value": { "type": "StringLiteral", - "start": 3078, - "end": 3084, + "start": 2816, + "end": 2822, "loc": { "start": { - "line": 72, + "line": 68, "column": 19 }, "end": { - "line": 72, + "line": 68, "column": 25 } }, @@ -5908,15 +5772,15 @@ { "type": "CommentLine", "value": " The mime type for the audio recorder. Defaults to 'auto' which will pick", - "start": 2872, - "end": 2947, + "start": 2610, + "end": 2685, "loc": { "start": { - "line": 69, + "line": 65, "column": 4 }, "end": { - "line": 69, + "line": 65, "column": 79 } } @@ -5924,15 +5788,15 @@ { "type": "CommentLine", "value": " the best option available in the browser (e.g. either 'audio/wav',", - "start": 2952, - "end": 3021, + "start": 2690, + "end": 2759, "loc": { "start": { - "line": 70, + "line": 66, "column": 4 }, "end": { - "line": 70, + "line": 66, "column": 73 } } @@ -5940,15 +5804,15 @@ { "type": "CommentLine", "value": " 'audio/ogg' or 'audio/webm').", - "start": 3026, - "end": 3058, + "start": 2764, + "end": 2796, "loc": { "start": { - "line": 71, + "line": 67, "column": 4 }, "end": { - "line": 71, + "line": 67, "column": 36 } } @@ -5957,15 +5821,15 @@ }, { "type": "ObjectProperty", - "start": 3596, - "end": 3617, + "start": 3334, + "end": 3355, "loc": { "start": { - "line": 80, + "line": 76, "column": 4 }, "end": { - "line": 80, + "line": 76, "column": 25 } }, @@ -5974,15 +5838,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 3596, - "end": 3611, + "start": 3334, + "end": 3349, "loc": { "start": { - "line": 80, + "line": 76, "column": 4 }, "end": { - "line": 80, + "line": 76, "column": 19 }, "identifierName": "audioBufferSize" @@ -5992,15 +5856,15 @@ }, "value": { "type": "NumericLiteral", - "start": 3613, - "end": 3617, + "start": 3351, + "end": 3355, "loc": { "start": { - "line": 80, + "line": 76, "column": 21 }, "end": { - "line": 80, + "line": 76, "column": 25 } }, @@ -6014,15 +5878,15 @@ { "type": "CommentLine", "value": " The size of the audio buffer (in sample-frames) which needs to", - "start": 3090, - "end": 3155, + "start": 2828, + "end": 2893, "loc": { "start": { - "line": 73, + "line": 69, "column": 4 }, "end": { - "line": 73, + "line": 69, "column": 69 } } @@ -6030,15 +5894,15 @@ { "type": "CommentLine", "value": " be processed each time onprocessaudio is called.", - "start": 3160, - "end": 3211, + "start": 2898, + "end": 2949, "loc": { "start": { - "line": 74, + "line": 70, "column": 4 }, "end": { - "line": 74, + "line": 70, "column": 55 } } @@ -6046,15 +5910,15 @@ { "type": "CommentLine", "value": " From the spec: This value controls how frequently the audioprocess event is", - "start": 3216, - "end": 3294, + "start": 2954, + "end": 3032, "loc": { "start": { - "line": 75, + "line": 71, "column": 4 }, "end": { - "line": 75, + "line": 71, "column": 82 } } @@ -6062,15 +5926,15 @@ { "type": "CommentLine", "value": " dispatched and how many sample-frames need to be processed each call.", - "start": 3299, - "end": 3371, + "start": 3037, + "end": 3109, "loc": { "start": { - "line": 76, + "line": 72, "column": 4 }, "end": { - "line": 76, + "line": 72, "column": 76 } } @@ -6078,15 +5942,15 @@ { "type": "CommentLine", "value": " Lower values for buffer size will result in a lower (better) latency.", - "start": 3376, - "end": 3448, + "start": 3114, + "end": 3186, "loc": { "start": { - "line": 77, + "line": 73, "column": 4 }, "end": { - "line": 77, + "line": 73, "column": 76 } } @@ -6094,15 +5958,15 @@ { "type": "CommentLine", "value": " Higher values will be necessary to avoid audio breakup and glitches.", - "start": 3453, - "end": 3524, + "start": 3191, + "end": 3262, "loc": { "start": { - "line": 78, + "line": 74, "column": 4 }, "end": { - "line": 78, + "line": 74, "column": 75 } } @@ -6110,15 +5974,15 @@ { "type": "CommentLine", "value": " Legal values are 256, 512, 1024, 2048, 4096, 8192 or 16384.", - "start": 3529, - "end": 3591, + "start": 3267, + "end": 3329, "loc": { "start": { - "line": 79, + "line": 75, "column": 4 }, "end": { - "line": 79, + "line": 75, "column": 66 } } @@ -6127,15 +5991,15 @@ }, { "type": "ObjectProperty", - "start": 4170, - "end": 4192, + "start": 3908, + "end": 3930, "loc": { "start": { - "line": 90, + "line": 86, "column": 4 }, "end": { - "line": 90, + "line": 86, "column": 26 } }, @@ -6144,15 +6008,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 4170, - "end": 4185, + "start": 3908, + "end": 3923, "loc": { "start": { - "line": 90, + "line": 86, "column": 4 }, "end": { - "line": 90, + "line": 86, "column": 19 }, "identifierName": "audioSampleRate" @@ -6162,15 +6026,15 @@ }, "value": { "type": "NumericLiteral", - "start": 4187, - "end": 4192, + "start": 3925, + "end": 3930, "loc": { "start": { - "line": 90, + "line": 86, "column": 21 }, "end": { - "line": 90, + "line": 86, "column": 26 } }, @@ -6184,15 +6048,15 @@ { "type": "CommentLine", "value": " The audio sample rate (in sample-frames per second) at which the", - "start": 3623, - "end": 3690, + "start": 3361, + "end": 3428, "loc": { "start": { - "line": 81, + "line": 77, "column": 4 }, "end": { - "line": 81, + "line": 77, "column": 71 } } @@ -6200,15 +6064,15 @@ { "type": "CommentLine", "value": " AudioContext handles audio. It is assumed that all AudioNodes", - "start": 3695, - "end": 3759, + "start": 3433, + "end": 3497, "loc": { "start": { - "line": 82, + "line": 78, "column": 4 }, "end": { - "line": 82, + "line": 78, "column": 68 } } @@ -6216,15 +6080,15 @@ { "type": "CommentLine", "value": " in the context run at this rate. In making this assumption,", - "start": 3764, - "end": 3826, + "start": 3502, + "end": 3564, "loc": { "start": { - "line": 83, + "line": 79, "column": 4 }, "end": { - "line": 83, + "line": 79, "column": 66 } } @@ -6232,15 +6096,15 @@ { "type": "CommentLine", "value": " sample-rate converters or \"varispeed\" processors are not supported", - "start": 3831, - "end": 3900, + "start": 3569, + "end": 3638, "loc": { "start": { - "line": 84, + "line": 80, "column": 4 }, "end": { - "line": 84, + "line": 80, "column": 73 } } @@ -6248,15 +6112,15 @@ { "type": "CommentLine", "value": " in real-time processing.", - "start": 3905, - "end": 3932, + "start": 3643, + "end": 3670, "loc": { "start": { - "line": 85, + "line": 81, "column": 4 }, "end": { - "line": 85, + "line": 81, "column": 31 } } @@ -6264,15 +6128,15 @@ { "type": "CommentLine", "value": " The sampleRate parameter describes the sample-rate of the", - "start": 3937, - "end": 3997, + "start": 3675, + "end": 3735, "loc": { "start": { - "line": 86, + "line": 82, "column": 4 }, "end": { - "line": 86, + "line": 82, "column": 64 } } @@ -6280,15 +6144,15 @@ { "type": "CommentLine", "value": " linear PCM audio data in the buffer in sample-frames per second.", - "start": 4002, - "end": 4069, + "start": 3740, + "end": 3807, "loc": { "start": { - "line": 87, + "line": 83, "column": 4 }, "end": { - "line": 87, + "line": 83, "column": 71 } } @@ -6296,15 +6160,15 @@ { "type": "CommentLine", "value": " An implementation must support sample-rates in at least", - "start": 4074, - "end": 4132, + "start": 3812, + "end": 3870, "loc": { "start": { - "line": 88, + "line": 84, "column": 4 }, "end": { - "line": 88, + "line": 84, "column": 62 } } @@ -6312,15 +6176,15 @@ { "type": "CommentLine", "value": " the range 22050 to 96000.", - "start": 4137, - "end": 4165, + "start": 3875, + "end": 3903, "loc": { "start": { - "line": 89, + "line": 85, "column": 4 }, "end": { - "line": 89, + "line": 85, "column": 32 } } @@ -6329,15 +6193,15 @@ }, { "type": "ObjectProperty", - "start": 4261, - "end": 4278, + "start": 3999, + "end": 4016, "loc": { "start": { - "line": 92, + "line": 88, "column": 4 }, "end": { - "line": 92, + "line": 88, "column": 21 } }, @@ -6346,15 +6210,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 4261, - "end": 4273, + "start": 3999, + "end": 4011, "loc": { "start": { - "line": 92, + "line": 88, "column": 4 }, "end": { - "line": 92, + "line": 88, "column": 16 }, "identifierName": "audioBitRate" @@ -6364,15 +6228,15 @@ }, "value": { "type": "NumericLiteral", - "start": 4275, - "end": 4278, + "start": 4013, + "end": 4016, "loc": { "start": { - "line": 92, + "line": 88, "column": 18 }, "end": { - "line": 92, + "line": 88, "column": 21 } }, @@ -6386,15 +6250,15 @@ { "type": "CommentLine", "value": " The audio bitrate in kbps (only used in lamejs plugin).", - "start": 4198, - "end": 4256, + "start": 3936, + "end": 3994, "loc": { "start": { - "line": 91, + "line": 87, "column": 4 }, "end": { - "line": 91, + "line": 87, "column": 62 } } @@ -6403,15 +6267,15 @@ }, { "type": "ObjectProperty", - "start": 4373, - "end": 4389, + "start": 4111, + "end": 4127, "loc": { "start": { - "line": 95, + "line": 91, "column": 4 }, "end": { - "line": 95, + "line": 91, "column": 20 } }, @@ -6420,15 +6284,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 4373, - "end": 4386, + "start": 4111, + "end": 4124, "loc": { "start": { - "line": 95, + "line": 91, "column": 4 }, "end": { - "line": 95, + "line": 91, "column": 17 }, "identifierName": "audioChannels" @@ -6438,15 +6302,15 @@ }, "value": { "type": "NumericLiteral", - "start": 4388, - "end": 4389, + "start": 4126, + "end": 4127, "loc": { "start": { - "line": 95, + "line": 91, "column": 19 }, "end": { - "line": 95, + "line": 91, "column": 20 } }, @@ -6460,15 +6324,15 @@ { "type": "CommentLine", "value": " Allows you to record single-channel audio, which can reduce the", - "start": 4284, - "end": 4350, + "start": 4022, + "end": 4088, "loc": { "start": { - "line": 93, + "line": 89, "column": 4 }, "end": { - "line": 93, + "line": 89, "column": 70 } } @@ -6476,15 +6340,15 @@ { "type": "CommentLine", "value": " file size.", - "start": 4355, - "end": 4368, + "start": 4093, + "end": 4106, "loc": { "start": { - "line": 94, + "line": 90, "column": 4 }, "end": { - "line": 94, + "line": 90, "column": 17 } } @@ -6493,15 +6357,15 @@ }, { "type": "ObjectProperty", - "start": 4473, - "end": 4491, + "start": 4211, + "end": 4229, "loc": { "start": { - "line": 97, + "line": 93, "column": 4 }, "end": { - "line": 97, + "line": 93, "column": 22 } }, @@ -6510,15 +6374,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 4473, - "end": 4487, + "start": 4211, + "end": 4225, "loc": { "start": { - "line": 97, + "line": 93, "column": 4 }, "end": { - "line": 97, + "line": 93, "column": 18 }, "identifierName": "audioWorkerURL" @@ -6528,15 +6392,15 @@ }, "value": { "type": "StringLiteral", - "start": 4489, - "end": 4491, + "start": 4227, + "end": 4229, "loc": { "start": { - "line": 97, + "line": 93, "column": 20 }, "end": { - "line": 97, + "line": 93, "column": 22 } }, @@ -6550,15 +6414,15 @@ { "type": "CommentLine", "value": " URL for the audio worker. Use an empty string '' to disable (default).", - "start": 4395, - "end": 4468, + "start": 4133, + "end": 4206, "loc": { "start": { - "line": 96, + "line": 92, "column": 4 }, "end": { - "line": 96, + "line": 92, "column": 77 } } @@ -6567,15 +6431,15 @@ }, { "type": "ObjectProperty", - "start": 4599, - "end": 4622, + "start": 4337, + "end": 4360, "loc": { "start": { - "line": 100, + "line": 96, "column": 4 }, "end": { - "line": 100, + "line": 96, "column": 27 } }, @@ -6584,15 +6448,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 4599, - "end": 4618, + "start": 4337, + "end": 4356, "loc": { "start": { - "line": 100, + "line": 96, "column": 4 }, "end": { - "line": 100, + "line": 96, "column": 23 }, "identifierName": "audioWebAssemblyURL" @@ -6602,15 +6466,15 @@ }, "value": { "type": "StringLiteral", - "start": 4620, - "end": 4622, + "start": 4358, + "end": 4360, "loc": { "start": { - "line": 100, + "line": 96, "column": 25 }, "end": { - "line": 100, + "line": 96, "column": 27 } }, @@ -6624,15 +6488,15 @@ { "type": "CommentLine", "value": " URL for the audio worker WebAssembly file. Use an empty string '' to", - "start": 4497, - "end": 4568, + "start": 4235, + "end": 4306, "loc": { "start": { - "line": 98, + "line": 94, "column": 4 }, "end": { - "line": 98, + "line": 94, "column": 75 } } @@ -6640,15 +6504,15 @@ { "type": "CommentLine", "value": " disable (default).", - "start": 4573, - "end": 4594, + "start": 4311, + "end": 4332, "loc": { "start": { - "line": 99, + "line": 95, "column": 4 }, "end": { - "line": 99, + "line": 95, "column": 25 } } @@ -6657,15 +6521,15 @@ }, { "type": "ObjectProperty", - "start": 4752, - "end": 4776, + "start": 4490, + "end": 4514, "loc": { "start": { - "line": 103, + "line": 99, "column": 4 }, "end": { - "line": 103, + "line": 99, "column": 28 } }, @@ -6674,15 +6538,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 4752, - "end": 4769, + "start": 4490, + "end": 4507, "loc": { "start": { - "line": 103, + "line": 99, "column": 4 }, "end": { - "line": 103, + "line": 99, "column": 21 }, "identifierName": "audioBufferUpdate" @@ -6692,15 +6556,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 4771, - "end": 4776, + "start": 4509, + "end": 4514, "loc": { "start": { - "line": 103, + "line": 99, "column": 23 }, "end": { - "line": 103, + "line": 99, "column": 28 } }, @@ -6710,15 +6574,15 @@ { "type": "CommentLine", "value": " Enables the audioBufferUpdate event that provides realtime AudioBuffer", - "start": 4628, - "end": 4701, + "start": 4366, + "end": 4439, "loc": { "start": { - "line": 101, + "line": 97, "column": 4 }, "end": { - "line": 101, + "line": 97, "column": 77 } } @@ -6726,15 +6590,15 @@ { "type": "CommentLine", "value": " instances from the input audio device.", - "start": 4706, - "end": 4747, + "start": 4444, + "end": 4485, "loc": { "start": { - "line": 102, + "line": 98, "column": 4 }, "end": { - "line": 102, + "line": 98, "column": 45 } } @@ -6743,15 +6607,15 @@ }, { "type": "ObjectProperty", - "start": 4822, - "end": 4845, + "start": 4560, + "end": 4583, "loc": { "start": { - "line": 105, + "line": 101, "column": 4 }, "end": { - "line": 105, + "line": 101, "column": 27 } }, @@ -6760,15 +6624,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 4822, - "end": 4840, + "start": 4560, + "end": 4578, "loc": { "start": { - "line": 105, + "line": 101, "column": 4 }, "end": { - "line": 105, + "line": 101, "column": 22 }, "identifierName": "animationFrameRate" @@ -6778,15 +6642,15 @@ }, "value": { "type": "NumericLiteral", - "start": 4842, - "end": 4845, + "start": 4580, + "end": 4583, "loc": { "start": { - "line": 105, + "line": 101, "column": 24 }, "end": { - "line": 105, + "line": 101, "column": 27 } }, @@ -6800,15 +6664,15 @@ { "type": "CommentLine", "value": " Frame rate in frames per second.", - "start": 4782, - "end": 4817, + "start": 4520, + "end": 4555, "loc": { "start": { - "line": 104, + "line": 100, "column": 4 }, "end": { - "line": 104, + "line": 100, "column": 39 } } @@ -6817,15 +6681,15 @@ }, { "type": "ObjectProperty", - "start": 5247, - "end": 5267, + "start": 4985, + "end": 5005, "loc": { "start": { - "line": 113, + "line": 109, "column": 4 }, "end": { - "line": 113, + "line": 109, "column": 24 } }, @@ -6834,15 +6698,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 5247, - "end": 5263, + "start": 4985, + "end": 5001, "loc": { "start": { - "line": 113, + "line": 109, "column": 4 }, "end": { - "line": 113, + "line": 109, "column": 20 }, "identifierName": "animationQuality" @@ -6852,15 +6716,15 @@ }, "value": { "type": "NumericLiteral", - "start": 5265, - "end": 5267, + "start": 5003, + "end": 5005, "loc": { "start": { - "line": 113, + "line": 109, "column": 22 }, "end": { - "line": 113, + "line": 109, "column": 24 } }, @@ -6874,15 +6738,15 @@ { "type": "CommentLine", "value": " Sets quality of color quantization (conversion of images to the", - "start": 4851, - "end": 4917, + "start": 4589, + "end": 4655, "loc": { "start": { - "line": 106, + "line": 102, "column": 4 }, "end": { - "line": 106, + "line": 102, "column": 70 } } @@ -6890,15 +6754,15 @@ { "type": "CommentLine", "value": " maximum 256 colors allowed by the GIF specification).", - "start": 4922, - "end": 4978, + "start": 4660, + "end": 4716, "loc": { "start": { - "line": 107, + "line": 103, "column": 4 }, "end": { - "line": 107, + "line": 103, "column": 60 } } @@ -6906,15 +6770,15 @@ { "type": "CommentLine", "value": " Lower values (minimum = 1) produce better colors,", - "start": 4983, - "end": 5035, + "start": 4721, + "end": 4773, "loc": { "start": { - "line": 108, + "line": 104, "column": 4 }, "end": { - "line": 108, + "line": 104, "column": 56 } } @@ -6922,15 +6786,15 @@ { "type": "CommentLine", "value": " but slow processing significantly. 10 is the default,", - "start": 5040, - "end": 5096, + "start": 4778, + "end": 4834, "loc": { "start": { - "line": 109, + "line": 105, "column": 4 }, "end": { - "line": 109, + "line": 105, "column": 60 } } @@ -6938,15 +6802,15 @@ { "type": "CommentLine", "value": " and produces good color mapping at reasonable speeds.", - "start": 5101, - "end": 5157, + "start": 4839, + "end": 4895, "loc": { "start": { - "line": 110, + "line": 106, "column": 4 }, "end": { - "line": 110, + "line": 106, "column": 60 } } @@ -6954,15 +6818,15 @@ { "type": "CommentLine", "value": " Values greater than 20 do not yield significant improvements", - "start": 5162, - "end": 5225, + "start": 4900, + "end": 4963, "loc": { "start": { - "line": 111, + "line": 107, "column": 4 }, "end": { - "line": 111, + "line": 107, "column": 67 } } @@ -6970,15 +6834,15 @@ { "type": "CommentLine", "value": " in speed.", - "start": 5230, - "end": 5242, + "start": 4968, + "end": 4980, "loc": { "start": { - "line": 112, + "line": 108, "column": 4 }, "end": { - "line": 112, + "line": 108, "column": 16 } } @@ -6987,15 +6851,15 @@ }, { "type": "ObjectProperty", - "start": 5388, - "end": 5414, + "start": 5126, + "end": 5152, "loc": { "start": { - "line": 116, + "line": 112, "column": 4 }, "end": { - "line": 116, + "line": 112, "column": 30 } }, @@ -7004,15 +6868,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 5388, - "end": 5403, + "start": 5126, + "end": 5141, "loc": { "start": { - "line": 116, + "line": 112, "column": 4 }, "end": { - "line": 116, + "line": 112, "column": 19 }, "identifierName": "imageOutputType" @@ -7022,15 +6886,15 @@ }, "value": { "type": "StringLiteral", - "start": 5405, - "end": 5414, + "start": 5143, + "end": 5152, "loc": { "start": { - "line": 116, + "line": 112, "column": 21 }, "end": { - "line": 116, + "line": 112, "column": 30 } }, @@ -7044,15 +6908,15 @@ { "type": "CommentLine", "value": " A string indicating the output type: dataURL (base64 string) or blob.", - "start": 5273, - "end": 5345, + "start": 5011, + "end": 5083, "loc": { "start": { - "line": 114, + "line": 110, "column": 4 }, "end": { - "line": 114, + "line": 110, "column": 76 } } @@ -7060,15 +6924,15 @@ { "type": "CommentLine", "value": " The default output is dataURL.", - "start": 5350, - "end": 5383, + "start": 5088, + "end": 5121, "loc": { "start": { - "line": 115, + "line": 111, "column": 4 }, "end": { - "line": 115, + "line": 111, "column": 37 } } @@ -7077,15 +6941,15 @@ }, { "type": "ObjectProperty", - "start": 5534, - "end": 5564, + "start": 5272, + "end": 5302, "loc": { "start": { - "line": 119, + "line": 115, "column": 4 }, "end": { - "line": 119, + "line": 115, "column": 34 } }, @@ -7094,15 +6958,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 5534, - "end": 5551, + "start": 5272, + "end": 5289, "loc": { "start": { - "line": 119, + "line": 115, "column": 4 }, "end": { - "line": 119, + "line": 115, "column": 21 }, "identifierName": "imageOutputFormat" @@ -7112,15 +6976,15 @@ }, "value": { "type": "StringLiteral", - "start": 5553, - "end": 5564, + "start": 5291, + "end": 5302, "loc": { "start": { - "line": 119, + "line": 115, "column": 23 }, "end": { - "line": 119, + "line": 115, "column": 34 } }, @@ -7134,15 +6998,15 @@ { "type": "CommentLine", "value": " A string indicating the image format used in image-only mode. The default", - "start": 5420, - "end": 5496, + "start": 5158, + "end": 5234, "loc": { "start": { - "line": 117, + "line": 113, "column": 4 }, "end": { - "line": 117, + "line": 113, "column": 80 } } @@ -7150,15 +7014,15 @@ { "type": "CommentLine", "value": " format type is image/png.", - "start": 5501, - "end": 5529, + "start": 5239, + "end": 5267, "loc": { "start": { - "line": 118, + "line": 114, "column": 4 }, "end": { - "line": 118, + "line": 114, "column": 32 } } @@ -7167,15 +7031,15 @@ }, { "type": "ObjectProperty", - "start": 5846, - "end": 5870, + "start": 5584, + "end": 5608, "loc": { "start": { - "line": 124, + "line": 120, "column": 4 }, "end": { - "line": 124, + "line": 120, "column": 28 } }, @@ -7184,15 +7048,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 5846, - "end": 5864, + "start": 5584, + "end": 5602, "loc": { "start": { - "line": 124, + "line": 120, "column": 4 }, "end": { - "line": 124, + "line": 120, "column": 22 }, "identifierName": "imageOutputQuality" @@ -7202,15 +7066,15 @@ }, "value": { "type": "NumericLiteral", - "start": 5866, - "end": 5870, + "start": 5604, + "end": 5608, "loc": { "start": { - "line": 124, + "line": 120, "column": 24 }, "end": { - "line": 124, + "line": 120, "column": 28 } }, @@ -7224,15 +7088,15 @@ { "type": "CommentLine", "value": " A number between 0 and 1 indicating the image quality to use for image", - "start": 5570, - "end": 5643, + "start": 5308, + "end": 5381, "loc": { "start": { - "line": 120, + "line": 116, "column": 4 }, "end": { - "line": 120, + "line": 116, "column": 77 } } @@ -7240,15 +7104,15 @@ { "type": "CommentLine", "value": " formats that use lossy compression such as image/jpeg and image/webp.", - "start": 5648, - "end": 5720, + "start": 5386, + "end": 5458, "loc": { "start": { - "line": 121, + "line": 117, "column": 4 }, "end": { - "line": 121, + "line": 117, "column": 76 } } @@ -7256,15 +7120,15 @@ { "type": "CommentLine", "value": " If this argument is anything else, the default value for image quality", - "start": 5725, - "end": 5798, + "start": 5463, + "end": 5536, "loc": { "start": { - "line": 122, + "line": 118, "column": 4 }, "end": { - "line": 122, + "line": 118, "column": 77 } } @@ -7272,15 +7136,15 @@ { "type": "CommentLine", "value": " is used. The default value is 0.92.", - "start": 5803, - "end": 5841, + "start": 5541, + "end": 5579, "loc": { "start": { - "line": 123, + "line": 119, "column": 4 }, "end": { - "line": 123, + "line": 119, "column": 42 } } @@ -7289,15 +7153,15 @@ }, { "type": "ObjectProperty", - "start": 5957, - "end": 5969, + "start": 5695, + "end": 5707, "loc": { "start": { - "line": 126, + "line": 122, "column": 4 }, "end": { - "line": 126, + "line": 122, "column": 16 } }, @@ -7306,15 +7170,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 5957, - "end": 5966, + "start": 5695, + "end": 5704, "loc": { "start": { - "line": 126, + "line": 122, "column": 4 }, "end": { - "line": 126, + "line": 122, "column": 13 }, "identifierName": "timeSlice" @@ -7324,15 +7188,15 @@ }, "value": { "type": "NumericLiteral", - "start": 5968, - "end": 5969, + "start": 5706, + "end": 5707, "loc": { "start": { - "line": 126, + "line": 122, "column": 15 }, "end": { - "line": 126, + "line": 122, "column": 16 } }, @@ -7346,15 +7210,15 @@ { "type": "CommentLine", "value": " Accepts numbers in milliseconds; use this to force intervals-based blobs.", - "start": 5876, - "end": 5952, + "start": 5614, + "end": 5690, "loc": { "start": { - "line": 125, + "line": 121, "column": 4 }, "end": { - "line": 125, + "line": 121, "column": 80 } } @@ -7363,15 +7227,15 @@ }, { "type": "ObjectProperty", - "start": 6110, - "end": 6127, + "start": 5848, + "end": 5865, "loc": { "start": { - "line": 129, + "line": 125, "column": 4 }, "end": { - "line": 129, + "line": 125, "column": 21 } }, @@ -7380,15 +7244,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 6110, - "end": 6123, + "start": 5848, + "end": 5861, "loc": { "start": { - "line": 129, + "line": 125, "column": 4 }, "end": { - "line": 129, + "line": 125, "column": 17 }, "identifierName": "convertEngine" @@ -7398,15 +7262,15 @@ }, "value": { "type": "StringLiteral", - "start": 6125, - "end": 6127, + "start": 5863, + "end": 5865, "loc": { "start": { - "line": 129, + "line": 125, "column": 19 }, "end": { - "line": 129, + "line": 125, "column": 21 } }, @@ -7420,15 +7284,15 @@ { "type": "CommentLine", "value": " Media converter library to use. Legal values are 'ts-ebml' and 'ffmpeg.js'.", - "start": 5975, - "end": 6053, + "start": 5713, + "end": 5791, "loc": { "start": { - "line": 127, + "line": 123, "column": 4 }, "end": { - "line": 127, + "line": 123, "column": 82 } } @@ -7436,15 +7300,15 @@ { "type": "CommentLine", "value": " Use an empty string '' to disable (default).", - "start": 6058, - "end": 6105, + "start": 5796, + "end": 5843, "loc": { "start": { - "line": 128, + "line": 124, "column": 4 }, "end": { - "line": 128, + "line": 124, "column": 51 } } @@ -7453,15 +7317,15 @@ }, { "type": "ObjectProperty", - "start": 6170, - "end": 6190, + "start": 5908, + "end": 5928, "loc": { "start": { - "line": 131, + "line": 127, "column": 4 }, "end": { - "line": 131, + "line": 127, "column": 24 } }, @@ -7470,15 +7334,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 6170, - "end": 6186, + "start": 5908, + "end": 5924, "loc": { "start": { - "line": 131, + "line": 127, "column": 4 }, "end": { - "line": 131, + "line": 127, "column": 20 }, "identifierName": "convertWorkerURL" @@ -7488,15 +7352,15 @@ }, "value": { "type": "StringLiteral", - "start": 6188, - "end": 6190, + "start": 5926, + "end": 5928, "loc": { "start": { - "line": 131, + "line": 127, "column": 22 }, "end": { - "line": 131, + "line": 127, "column": 24 } }, @@ -7510,15 +7374,15 @@ { "type": "CommentLine", "value": " URL for the converter worker.", - "start": 6133, - "end": 6165, + "start": 5871, + "end": 5903, "loc": { "start": { - "line": 130, + "line": 126, "column": 4 }, "end": { - "line": 130, + "line": 126, "column": 36 } } @@ -7527,15 +7391,15 @@ }, { "type": "ObjectProperty", - "start": 6257, - "end": 6275, + "start": 5995, + "end": 6013, "loc": { "start": { - "line": 133, + "line": 129, "column": 4 }, "end": { - "line": 133, + "line": 129, "column": 22 } }, @@ -7544,15 +7408,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 6257, - "end": 6271, + "start": 5995, + "end": 6009, "loc": { "start": { - "line": 133, + "line": 129, "column": 4 }, "end": { - "line": 133, + "line": 129, "column": 18 }, "identifierName": "convertOptions" @@ -7562,15 +7426,15 @@ }, "value": { "type": "ArrayExpression", - "start": 6273, - "end": 6275, + "start": 6011, + "end": 6013, "loc": { "start": { - "line": 133, + "line": 129, "column": 20 }, "end": { - "line": 133, + "line": 129, "column": 22 } }, @@ -7580,15 +7444,15 @@ { "type": "CommentLine", "value": " List of string options to pass to the convert engine.", - "start": 6196, - "end": 6252, + "start": 5934, + "end": 5990, "loc": { "start": { - "line": 132, + "line": 128, "column": 4 }, "end": { - "line": 132, + "line": 128, "column": 60 } } @@ -7597,15 +7461,15 @@ }, { "type": "ObjectProperty", - "start": 6313, - "end": 6327, + "start": 6051, + "end": 6065, "loc": { "start": { - "line": 135, + "line": 131, "column": 4 }, "end": { - "line": 135, + "line": 131, "column": 18 } }, @@ -7614,15 +7478,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 6313, - "end": 6320, + "start": 6051, + "end": 6058, "loc": { "start": { - "line": 135, + "line": 131, "column": 4 }, "end": { - "line": 135, + "line": 131, "column": 11 }, "identifierName": "hotKeys" @@ -7632,15 +7496,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 6322, - "end": 6327, + "start": 6060, + "end": 6065, "loc": { "start": { - "line": 135, + "line": 131, "column": 13 }, "end": { - "line": 135, + "line": 131, "column": 18 } }, @@ -7650,15 +7514,15 @@ { "type": "CommentLine", "value": " Enable keyboard hotkeys.", - "start": 6281, - "end": 6308, + "start": 6019, + "end": 6046, "loc": { "start": { - "line": 134, + "line": 130, "column": 4 }, "end": { - "line": 134, + "line": 130, "column": 31 } } @@ -7667,15 +7531,15 @@ }, { "type": "ObjectProperty", - "start": 6476, - "end": 6500, + "start": 6214, + "end": 6238, "loc": { "start": { - "line": 138, + "line": 134, "column": 4 }, "end": { - "line": 138, + "line": 134, "column": 28 } }, @@ -7684,15 +7548,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 6476, - "end": 6496, + "start": 6214, + "end": 6234, "loc": { "start": { - "line": 138, + "line": 134, "column": 4 }, "end": { - "line": 138, + "line": 134, "column": 24 }, "identifierName": "pluginLibraryOptions" @@ -7702,15 +7566,15 @@ }, "value": { "type": "ObjectExpression", - "start": 6498, - "end": 6500, + "start": 6236, + "end": 6238, "loc": { "start": { - "line": 138, + "line": 134, "column": 26 }, "end": { - "line": 138, + "line": 134, "column": 28 } }, @@ -7720,15 +7584,15 @@ { "type": "CommentLine", "value": " Use this object to specify additional settings for the library used by the", - "start": 6333, - "end": 6410, + "start": 6071, + "end": 6148, "loc": { "start": { - "line": 136, + "line": 132, "column": 4 }, "end": { - "line": 136, + "line": 132, "column": 81 } } @@ -7736,15 +7600,15 @@ { "type": "CommentLine", "value": " plugin (only used in opus-recorder and vmsg plugins).", - "start": 6415, - "end": 6471, + "start": 6153, + "end": 6209, "loc": { "start": { - "line": 137, + "line": 133, "column": 4 }, "end": { - "line": 137, + "line": 133, "column": 60 } } @@ -7960,9 +7824,9 @@ }, { "type": "CommentLine", - "value": " msDisplayMax indicates the number of seconds that is", + "value": " Boolean indicating if milliseconds should be included,", "start": 546, - "end": 601, + "end": 603, "loc": { "start": { "line": 23, @@ -7970,15 +7834,15 @@ }, "end": { "line": 23, - "column": 59 + "column": 61 } } }, { "type": "CommentLine", - "value": " considered the boundary value for displaying milliseconds", - "start": 606, - "end": 666, + "value": " e.g. \"00:00:000\" vs \"00:00\".", + "start": 608, + "end": 639, "loc": { "start": { "line": 24, @@ -7986,31 +7850,15 @@ }, "end": { "line": 24, - "column": 64 - } - } - }, - { - "type": "CommentLine", - "value": " in the time controls. An audio clip with a total length of", - "start": 671, - "end": 732, - "loc": { - "start": { - "line": 25, - "column": 4 - }, - "end": { - "line": 25, - "column": 65 + "column": 35 } } }, { "type": "CommentLine", - "value": " 2 seconds and a msDisplayMax of 3 will use the format", - "start": 737, - "end": 793, + "value": " Width of the recorded video frames.", + "start": 676, + "end": 714, "loc": { "start": { "line": 26, @@ -8018,54 +7866,6 @@ }, "end": { "line": 26, - "column": 60 - } - } - }, - { - "type": "CommentLine", - "value": " M:SS:MMM. Clips longer than msDisplayMax will be displayed", - "start": 798, - "end": 859, - "loc": { - "start": { - "line": 27, - "column": 4 - }, - "end": { - "line": 27, - "column": 65 - } - } - }, - { - "type": "CommentLine", - "value": " as M:SS or HH:MM:SS.", - "start": 864, - "end": 887, - "loc": { - "start": { - "line": 28, - "column": 4 - }, - "end": { - "line": 28, - "column": 27 - } - } - }, - { - "type": "CommentLine", - "value": " Width of the recorded video frames.", - "start": 913, - "end": 951, - "loc": { - "start": { - "line": 30, - "column": 4 - }, - "end": { - "line": 30, "column": 42 } } @@ -8073,15 +7873,15 @@ { "type": "CommentLine", "value": " Height of the recorded video frames.", - "start": 977, - "end": 1016, + "start": 740, + "end": 779, "loc": { "start": { - "line": 32, + "line": 28, "column": 4 }, "end": { - "line": 32, + "line": 28, "column": 43 } } @@ -8089,15 +7889,15 @@ { "type": "CommentLine", "value": " Enables console logging for debugging purposes.", - "start": 1043, - "end": 1093, + "start": 806, + "end": 856, "loc": { "start": { - "line": 34, + "line": 30, "column": 4 }, "end": { - "line": 34, + "line": 30, "column": 54 } } @@ -8105,15 +7905,15 @@ { "type": "CommentLine", "value": " Enable Picture-in-Picture support.", - "start": 1116, - "end": 1153, + "start": 879, + "end": 916, "loc": { "start": { - "line": 36, + "line": 32, "column": 4 }, "end": { - "line": 36, + "line": 32, "column": 41 } } @@ -8121,15 +7921,15 @@ { "type": "CommentLine", "value": " Turn off the camera/mic (and light) when audio and/or video recording", - "start": 1174, - "end": 1246, + "start": 937, + "end": 1009, "loc": { "start": { - "line": 38, + "line": 34, "column": 4 }, "end": { - "line": 38, + "line": 34, "column": 76 } } @@ -8137,15 +7937,15 @@ { "type": "CommentLine", "value": " stops, and turns them on again when you resume recording.", - "start": 1251, - "end": 1311, + "start": 1014, + "end": 1074, "loc": { "start": { - "line": 39, + "line": 35, "column": 4 }, "end": { - "line": 39, + "line": 35, "column": 64 } } @@ -8153,15 +7953,15 @@ { "type": "CommentLine", "value": " The video bitrate in kbps (only used in webm-wasm plugin).", - "start": 1343, - "end": 1404, + "start": 1106, + "end": 1167, "loc": { "start": { - "line": 41, + "line": 37, "column": 4 }, "end": { - "line": 41, + "line": 37, "column": 65 } } @@ -8169,15 +7969,15 @@ { "type": "CommentLine", "value": " Video recording library to use. Legal values are 'recordrtc' (default)", - "start": 1433, - "end": 1506, + "start": 1196, + "end": 1269, "loc": { "start": { - "line": 43, + "line": 39, "column": 4 }, "end": { - "line": 43, + "line": 39, "column": 77 } } @@ -8185,15 +7985,15 @@ { "type": "CommentLine", "value": " and 'webm-wasm'.", - "start": 1511, - "end": 1530, + "start": 1274, + "end": 1293, "loc": { "start": { - "line": 44, + "line": 40, "column": 4 }, "end": { - "line": 44, + "line": 40, "column": 23 } } @@ -8201,47 +8001,47 @@ { "type": "CommentLine", "value": " The video frame rate in frames per second (only used in webm-wasm plugin).", - "start": 1565, - "end": 1642, + "start": 1328, + "end": 1405, "loc": { "start": { - "line": 46, + "line": 42, "column": 4 }, "end": { - "line": 46, + "line": 42, "column": 81 } } }, { "type": "CommentLine", - "value": " The mime type for the video recorder. Default to 'video/webm'.", - "start": 1671, - "end": 1736, + "value": " The mime type for the video recorder.", + "start": 1434, + "end": 1474, "loc": { "start": { - "line": 48, + "line": 44, "column": 4 }, "end": { - "line": 48, - "column": 69 + "line": 44, + "column": 44 } } }, { "type": "CommentLine", "value": " Use 'video/mp4' (Firefox) or 'video/webm;codecs=H264' (Chrome 52 and", - "start": 1741, - "end": 1812, + "start": 1479, + "end": 1550, "loc": { "start": { - "line": 49, + "line": 45, "column": 4 }, "end": { - "line": 49, + "line": 45, "column": 75 } } @@ -8249,15 +8049,15 @@ { "type": "CommentLine", "value": " newer) for MP4.", - "start": 1817, - "end": 1835, + "start": 1555, + "end": 1573, "loc": { "start": { - "line": 50, + "line": 46, "column": 4 }, "end": { - "line": 50, + "line": 46, "column": 22 } } @@ -8265,15 +8065,15 @@ { "type": "CommentLine", "value": " Video recorder type to use. This allows you to specify an alternative", - "start": 1873, - "end": 1945, + "start": 1611, + "end": 1683, "loc": { "start": { - "line": 52, + "line": 48, "column": 4 }, "end": { - "line": 52, + "line": 48, "column": 76 } } @@ -8281,15 +8081,15 @@ { "type": "CommentLine", "value": " recorder class, e.g. WhammyRecorder from recordrtc. Defaults to 'auto'", - "start": 1950, - "end": 2023, + "start": 1688, + "end": 1761, "loc": { "start": { - "line": 53, + "line": 49, "column": 4 }, "end": { - "line": 53, + "line": 49, "column": 77 } } @@ -8297,15 +8097,15 @@ { "type": "CommentLine", "value": " which let's recordrtc specify the best available recorder type.", - "start": 2028, - "end": 2094, + "start": 1766, + "end": 1832, "loc": { "start": { - "line": 54, + "line": 50, "column": 4 }, "end": { - "line": 54, + "line": 50, "column": 70 } } @@ -8313,15 +8113,15 @@ { "type": "CommentLine", "value": " URL for the video worker. Use an empty string '' to disable (default).", - "start": 2130, - "end": 2203, + "start": 1868, + "end": 1941, "loc": { "start": { - "line": 56, + "line": 52, "column": 4 }, "end": { - "line": 56, + "line": 52, "column": 77 } } @@ -8329,15 +8129,15 @@ { "type": "CommentLine", "value": " URL for the video worker WebAssembly file. Use an empty string '' to", - "start": 2232, - "end": 2303, + "start": 1970, + "end": 2041, "loc": { "start": { - "line": 58, + "line": 54, "column": 4 }, "end": { - "line": 58, + "line": 54, "column": 75 } } @@ -8345,15 +8145,15 @@ { "type": "CommentLine", "value": " disable (default).", - "start": 2308, - "end": 2329, + "start": 2046, + "end": 2067, "loc": { "start": { - "line": 59, + "line": 55, "column": 4 }, "end": { - "line": 59, + "line": 55, "column": 25 } } @@ -8361,15 +8161,15 @@ { "type": "CommentLine", "value": " Audio recording library to use. Legal values are 'recordrtc' (default),", - "start": 2363, - "end": 2437, + "start": 2101, + "end": 2175, "loc": { "start": { - "line": 61, + "line": 57, "column": 4 }, "end": { - "line": 61, + "line": 57, "column": 78 } } @@ -8377,15 +8177,15 @@ { "type": "CommentLine", "value": " 'libvorbis.js', 'opus-recorder', 'lamejs', 'vmsg' and 'recorder.js'.", - "start": 2442, - "end": 2513, + "start": 2180, + "end": 2251, "loc": { "start": { - "line": 62, + "line": 58, "column": 4 }, "end": { - "line": 62, + "line": 58, "column": 75 } } @@ -8393,15 +8193,15 @@ { "type": "CommentLine", "value": " Audio recorder type to use. This allows you to specify an alternative", - "start": 2548, - "end": 2620, + "start": 2286, + "end": 2358, "loc": { "start": { - "line": 64, + "line": 60, "column": 4 }, "end": { - "line": 64, + "line": 60, "column": 76 } } @@ -8409,15 +8209,15 @@ { "type": "CommentLine", "value": " recorder class, e.g. StereoAudioRecorder. Defaults to 'auto' which let's", - "start": 2625, - "end": 2700, + "start": 2363, + "end": 2438, "loc": { "start": { - "line": 65, + "line": 61, "column": 4 }, "end": { - "line": 65, + "line": 61, "column": 79 } } @@ -8425,15 +8225,15 @@ { "type": "CommentLine", "value": " recordrtc specify the best available recorder type. Currently this", - "start": 2705, - "end": 2774, + "start": 2443, + "end": 2512, "loc": { "start": { - "line": 66, + "line": 62, "column": 4 }, "end": { - "line": 66, + "line": 62, "column": 73 } } @@ -8441,15 +8241,15 @@ { "type": "CommentLine", "value": " setting is only used with the 'recordrtc' audioEngine.", - "start": 2779, - "end": 2836, + "start": 2517, + "end": 2574, "loc": { "start": { - "line": 67, + "line": 63, "column": 4 }, "end": { - "line": 67, + "line": 63, "column": 61 } } @@ -8457,15 +8257,15 @@ { "type": "CommentLine", "value": " The mime type for the audio recorder. Defaults to 'auto' which will pick", - "start": 2872, - "end": 2947, + "start": 2610, + "end": 2685, "loc": { "start": { - "line": 69, + "line": 65, "column": 4 }, "end": { - "line": 69, + "line": 65, "column": 79 } } @@ -8473,15 +8273,15 @@ { "type": "CommentLine", "value": " the best option available in the browser (e.g. either 'audio/wav',", - "start": 2952, - "end": 3021, + "start": 2690, + "end": 2759, "loc": { "start": { - "line": 70, + "line": 66, "column": 4 }, "end": { - "line": 70, + "line": 66, "column": 73 } } @@ -8489,15 +8289,15 @@ { "type": "CommentLine", "value": " 'audio/ogg' or 'audio/webm').", - "start": 3026, - "end": 3058, + "start": 2764, + "end": 2796, "loc": { "start": { - "line": 71, + "line": 67, "column": 4 }, "end": { - "line": 71, + "line": 67, "column": 36 } } @@ -8505,15 +8305,15 @@ { "type": "CommentLine", "value": " The size of the audio buffer (in sample-frames) which needs to", - "start": 3090, - "end": 3155, + "start": 2828, + "end": 2893, "loc": { "start": { - "line": 73, + "line": 69, "column": 4 }, "end": { - "line": 73, + "line": 69, "column": 69 } } @@ -8521,15 +8321,15 @@ { "type": "CommentLine", "value": " be processed each time onprocessaudio is called.", - "start": 3160, - "end": 3211, + "start": 2898, + "end": 2949, "loc": { "start": { - "line": 74, + "line": 70, "column": 4 }, "end": { - "line": 74, + "line": 70, "column": 55 } } @@ -8537,15 +8337,15 @@ { "type": "CommentLine", "value": " From the spec: This value controls how frequently the audioprocess event is", - "start": 3216, - "end": 3294, + "start": 2954, + "end": 3032, "loc": { "start": { - "line": 75, + "line": 71, "column": 4 }, "end": { - "line": 75, + "line": 71, "column": 82 } } @@ -8553,15 +8353,15 @@ { "type": "CommentLine", "value": " dispatched and how many sample-frames need to be processed each call.", - "start": 3299, - "end": 3371, + "start": 3037, + "end": 3109, "loc": { "start": { - "line": 76, + "line": 72, "column": 4 }, "end": { - "line": 76, + "line": 72, "column": 76 } } @@ -8569,15 +8369,15 @@ { "type": "CommentLine", "value": " Lower values for buffer size will result in a lower (better) latency.", - "start": 3376, - "end": 3448, + "start": 3114, + "end": 3186, "loc": { "start": { - "line": 77, + "line": 73, "column": 4 }, "end": { - "line": 77, + "line": 73, "column": 76 } } @@ -8585,15 +8385,15 @@ { "type": "CommentLine", "value": " Higher values will be necessary to avoid audio breakup and glitches.", - "start": 3453, - "end": 3524, + "start": 3191, + "end": 3262, "loc": { "start": { - "line": 78, + "line": 74, "column": 4 }, "end": { - "line": 78, + "line": 74, "column": 75 } } @@ -8601,15 +8401,15 @@ { "type": "CommentLine", "value": " Legal values are 256, 512, 1024, 2048, 4096, 8192 or 16384.", - "start": 3529, - "end": 3591, + "start": 3267, + "end": 3329, "loc": { "start": { - "line": 79, + "line": 75, "column": 4 }, "end": { - "line": 79, + "line": 75, "column": 66 } } @@ -8617,15 +8417,15 @@ { "type": "CommentLine", "value": " The audio sample rate (in sample-frames per second) at which the", - "start": 3623, - "end": 3690, + "start": 3361, + "end": 3428, "loc": { "start": { - "line": 81, + "line": 77, "column": 4 }, "end": { - "line": 81, + "line": 77, "column": 71 } } @@ -8633,15 +8433,15 @@ { "type": "CommentLine", "value": " AudioContext handles audio. It is assumed that all AudioNodes", - "start": 3695, - "end": 3759, + "start": 3433, + "end": 3497, "loc": { "start": { - "line": 82, + "line": 78, "column": 4 }, "end": { - "line": 82, + "line": 78, "column": 68 } } @@ -8649,15 +8449,15 @@ { "type": "CommentLine", "value": " in the context run at this rate. In making this assumption,", - "start": 3764, - "end": 3826, + "start": 3502, + "end": 3564, "loc": { "start": { - "line": 83, + "line": 79, "column": 4 }, "end": { - "line": 83, + "line": 79, "column": 66 } } @@ -8665,15 +8465,15 @@ { "type": "CommentLine", "value": " sample-rate converters or \"varispeed\" processors are not supported", - "start": 3831, - "end": 3900, + "start": 3569, + "end": 3638, "loc": { "start": { - "line": 84, + "line": 80, "column": 4 }, "end": { - "line": 84, + "line": 80, "column": 73 } } @@ -8681,15 +8481,15 @@ { "type": "CommentLine", "value": " in real-time processing.", - "start": 3905, - "end": 3932, + "start": 3643, + "end": 3670, "loc": { "start": { - "line": 85, + "line": 81, "column": 4 }, "end": { - "line": 85, + "line": 81, "column": 31 } } @@ -8697,15 +8497,15 @@ { "type": "CommentLine", "value": " The sampleRate parameter describes the sample-rate of the", - "start": 3937, - "end": 3997, + "start": 3675, + "end": 3735, "loc": { "start": { - "line": 86, + "line": 82, "column": 4 }, "end": { - "line": 86, + "line": 82, "column": 64 } } @@ -8713,15 +8513,15 @@ { "type": "CommentLine", "value": " linear PCM audio data in the buffer in sample-frames per second.", - "start": 4002, - "end": 4069, + "start": 3740, + "end": 3807, "loc": { "start": { - "line": 87, + "line": 83, "column": 4 }, "end": { - "line": 87, + "line": 83, "column": 71 } } @@ -8729,15 +8529,15 @@ { "type": "CommentLine", "value": " An implementation must support sample-rates in at least", - "start": 4074, - "end": 4132, + "start": 3812, + "end": 3870, "loc": { "start": { - "line": 88, + "line": 84, "column": 4 }, "end": { - "line": 88, + "line": 84, "column": 62 } } @@ -8745,15 +8545,15 @@ { "type": "CommentLine", "value": " the range 22050 to 96000.", - "start": 4137, - "end": 4165, + "start": 3875, + "end": 3903, "loc": { "start": { - "line": 89, + "line": 85, "column": 4 }, "end": { - "line": 89, + "line": 85, "column": 32 } } @@ -8761,15 +8561,15 @@ { "type": "CommentLine", "value": " The audio bitrate in kbps (only used in lamejs plugin).", - "start": 4198, - "end": 4256, + "start": 3936, + "end": 3994, "loc": { "start": { - "line": 91, + "line": 87, "column": 4 }, "end": { - "line": 91, + "line": 87, "column": 62 } } @@ -8777,15 +8577,15 @@ { "type": "CommentLine", "value": " Allows you to record single-channel audio, which can reduce the", - "start": 4284, - "end": 4350, + "start": 4022, + "end": 4088, "loc": { "start": { - "line": 93, + "line": 89, "column": 4 }, "end": { - "line": 93, + "line": 89, "column": 70 } } @@ -8793,15 +8593,15 @@ { "type": "CommentLine", "value": " file size.", - "start": 4355, - "end": 4368, + "start": 4093, + "end": 4106, "loc": { "start": { - "line": 94, + "line": 90, "column": 4 }, "end": { - "line": 94, + "line": 90, "column": 17 } } @@ -8809,15 +8609,15 @@ { "type": "CommentLine", "value": " URL for the audio worker. Use an empty string '' to disable (default).", - "start": 4395, - "end": 4468, + "start": 4133, + "end": 4206, "loc": { "start": { - "line": 96, + "line": 92, "column": 4 }, "end": { - "line": 96, + "line": 92, "column": 77 } } @@ -8825,15 +8625,15 @@ { "type": "CommentLine", "value": " URL for the audio worker WebAssembly file. Use an empty string '' to", - "start": 4497, - "end": 4568, + "start": 4235, + "end": 4306, "loc": { "start": { - "line": 98, + "line": 94, "column": 4 }, "end": { - "line": 98, + "line": 94, "column": 75 } } @@ -8841,15 +8641,15 @@ { "type": "CommentLine", "value": " disable (default).", - "start": 4573, - "end": 4594, + "start": 4311, + "end": 4332, "loc": { "start": { - "line": 99, + "line": 95, "column": 4 }, "end": { - "line": 99, + "line": 95, "column": 25 } } @@ -8857,15 +8657,15 @@ { "type": "CommentLine", "value": " Enables the audioBufferUpdate event that provides realtime AudioBuffer", - "start": 4628, - "end": 4701, + "start": 4366, + "end": 4439, "loc": { "start": { - "line": 101, + "line": 97, "column": 4 }, "end": { - "line": 101, + "line": 97, "column": 77 } } @@ -8873,15 +8673,15 @@ { "type": "CommentLine", "value": " instances from the input audio device.", - "start": 4706, - "end": 4747, + "start": 4444, + "end": 4485, "loc": { "start": { - "line": 102, + "line": 98, "column": 4 }, "end": { - "line": 102, + "line": 98, "column": 45 } } @@ -8889,15 +8689,15 @@ { "type": "CommentLine", "value": " Frame rate in frames per second.", - "start": 4782, - "end": 4817, + "start": 4520, + "end": 4555, "loc": { "start": { - "line": 104, + "line": 100, "column": 4 }, "end": { - "line": 104, + "line": 100, "column": 39 } } @@ -8905,15 +8705,15 @@ { "type": "CommentLine", "value": " Sets quality of color quantization (conversion of images to the", - "start": 4851, - "end": 4917, + "start": 4589, + "end": 4655, "loc": { "start": { - "line": 106, + "line": 102, "column": 4 }, "end": { - "line": 106, + "line": 102, "column": 70 } } @@ -8921,15 +8721,15 @@ { "type": "CommentLine", "value": " maximum 256 colors allowed by the GIF specification).", - "start": 4922, - "end": 4978, + "start": 4660, + "end": 4716, "loc": { "start": { - "line": 107, + "line": 103, "column": 4 }, "end": { - "line": 107, + "line": 103, "column": 60 } } @@ -8937,15 +8737,15 @@ { "type": "CommentLine", "value": " Lower values (minimum = 1) produce better colors,", - "start": 4983, - "end": 5035, + "start": 4721, + "end": 4773, "loc": { "start": { - "line": 108, + "line": 104, "column": 4 }, "end": { - "line": 108, + "line": 104, "column": 56 } } @@ -8953,15 +8753,15 @@ { "type": "CommentLine", "value": " but slow processing significantly. 10 is the default,", - "start": 5040, - "end": 5096, + "start": 4778, + "end": 4834, "loc": { "start": { - "line": 109, + "line": 105, "column": 4 }, "end": { - "line": 109, + "line": 105, "column": 60 } } @@ -8969,15 +8769,15 @@ { "type": "CommentLine", "value": " and produces good color mapping at reasonable speeds.", - "start": 5101, - "end": 5157, + "start": 4839, + "end": 4895, "loc": { "start": { - "line": 110, + "line": 106, "column": 4 }, "end": { - "line": 110, + "line": 106, "column": 60 } } @@ -8985,15 +8785,15 @@ { "type": "CommentLine", "value": " Values greater than 20 do not yield significant improvements", - "start": 5162, - "end": 5225, + "start": 4900, + "end": 4963, "loc": { "start": { - "line": 111, + "line": 107, "column": 4 }, "end": { - "line": 111, + "line": 107, "column": 67 } } @@ -9001,15 +8801,15 @@ { "type": "CommentLine", "value": " in speed.", - "start": 5230, - "end": 5242, + "start": 4968, + "end": 4980, "loc": { "start": { - "line": 112, + "line": 108, "column": 4 }, "end": { - "line": 112, + "line": 108, "column": 16 } } @@ -9017,15 +8817,15 @@ { "type": "CommentLine", "value": " A string indicating the output type: dataURL (base64 string) or blob.", - "start": 5273, - "end": 5345, + "start": 5011, + "end": 5083, "loc": { "start": { - "line": 114, + "line": 110, "column": 4 }, "end": { - "line": 114, + "line": 110, "column": 76 } } @@ -9033,15 +8833,15 @@ { "type": "CommentLine", "value": " The default output is dataURL.", - "start": 5350, - "end": 5383, + "start": 5088, + "end": 5121, "loc": { "start": { - "line": 115, + "line": 111, "column": 4 }, "end": { - "line": 115, + "line": 111, "column": 37 } } @@ -9049,15 +8849,15 @@ { "type": "CommentLine", "value": " A string indicating the image format used in image-only mode. The default", - "start": 5420, - "end": 5496, + "start": 5158, + "end": 5234, "loc": { "start": { - "line": 117, + "line": 113, "column": 4 }, "end": { - "line": 117, + "line": 113, "column": 80 } } @@ -9065,15 +8865,15 @@ { "type": "CommentLine", "value": " format type is image/png.", - "start": 5501, - "end": 5529, + "start": 5239, + "end": 5267, "loc": { "start": { - "line": 118, + "line": 114, "column": 4 }, "end": { - "line": 118, + "line": 114, "column": 32 } } @@ -9081,15 +8881,15 @@ { "type": "CommentLine", "value": " A number between 0 and 1 indicating the image quality to use for image", - "start": 5570, - "end": 5643, + "start": 5308, + "end": 5381, "loc": { "start": { - "line": 120, + "line": 116, "column": 4 }, "end": { - "line": 120, + "line": 116, "column": 77 } } @@ -9097,15 +8897,15 @@ { "type": "CommentLine", "value": " formats that use lossy compression such as image/jpeg and image/webp.", - "start": 5648, - "end": 5720, + "start": 5386, + "end": 5458, "loc": { "start": { - "line": 121, + "line": 117, "column": 4 }, "end": { - "line": 121, + "line": 117, "column": 76 } } @@ -9113,15 +8913,15 @@ { "type": "CommentLine", "value": " If this argument is anything else, the default value for image quality", - "start": 5725, - "end": 5798, + "start": 5463, + "end": 5536, "loc": { "start": { - "line": 122, + "line": 118, "column": 4 }, "end": { - "line": 122, + "line": 118, "column": 77 } } @@ -9129,15 +8929,15 @@ { "type": "CommentLine", "value": " is used. The default value is 0.92.", - "start": 5803, - "end": 5841, + "start": 5541, + "end": 5579, "loc": { "start": { - "line": 123, + "line": 119, "column": 4 }, "end": { - "line": 123, + "line": 119, "column": 42 } } @@ -9145,15 +8945,15 @@ { "type": "CommentLine", "value": " Accepts numbers in milliseconds; use this to force intervals-based blobs.", - "start": 5876, - "end": 5952, + "start": 5614, + "end": 5690, "loc": { "start": { - "line": 125, + "line": 121, "column": 4 }, "end": { - "line": 125, + "line": 121, "column": 80 } } @@ -9161,15 +8961,15 @@ { "type": "CommentLine", "value": " Media converter library to use. Legal values are 'ts-ebml' and 'ffmpeg.js'.", - "start": 5975, - "end": 6053, + "start": 5713, + "end": 5791, "loc": { "start": { - "line": 127, + "line": 123, "column": 4 }, "end": { - "line": 127, + "line": 123, "column": 82 } } @@ -9177,15 +8977,15 @@ { "type": "CommentLine", "value": " Use an empty string '' to disable (default).", - "start": 6058, - "end": 6105, + "start": 5796, + "end": 5843, "loc": { "start": { - "line": 128, + "line": 124, "column": 4 }, "end": { - "line": 128, + "line": 124, "column": 51 } } @@ -9193,15 +8993,15 @@ { "type": "CommentLine", "value": " URL for the converter worker.", - "start": 6133, - "end": 6165, + "start": 5871, + "end": 5903, "loc": { "start": { - "line": 130, + "line": 126, "column": 4 }, "end": { - "line": 130, + "line": 126, "column": 36 } } @@ -9209,15 +9009,15 @@ { "type": "CommentLine", "value": " List of string options to pass to the convert engine.", - "start": 6196, - "end": 6252, + "start": 5934, + "end": 5990, "loc": { "start": { - "line": 132, + "line": 128, "column": 4 }, "end": { - "line": 132, + "line": 128, "column": 60 } } @@ -9225,15 +9025,15 @@ { "type": "CommentLine", "value": " Enable keyboard hotkeys.", - "start": 6281, - "end": 6308, + "start": 6019, + "end": 6046, "loc": { "start": { - "line": 134, + "line": 130, "column": 4 }, "end": { - "line": 134, + "line": 130, "column": 31 } } @@ -9241,15 +9041,15 @@ { "type": "CommentLine", "value": " Use this object to specify additional settings for the library used by the", - "start": 6333, - "end": 6410, + "start": 6071, + "end": 6148, "loc": { "start": { - "line": 136, + "line": 132, "column": 4 }, "end": { - "line": 136, + "line": 132, "column": 81 } } @@ -9257,15 +9057,15 @@ { "type": "CommentLine", "value": " plugin (only used in opus-recorder and vmsg plugins).", - "start": 6415, - "end": 6471, + "start": 6153, + "end": 6209, "loc": { "start": { - "line": 137, + "line": 133, "column": 4 }, "end": { - "line": 137, + "line": 133, "column": 60 } } @@ -10280,9 +10080,9 @@ }, { "type": "CommentLine", - "value": " msDisplayMax indicates the number of seconds that is", + "value": " Boolean indicating if milliseconds should be included,", "start": 546, - "end": 601, + "end": 603, "loc": { "start": { "line": 23, @@ -10290,15 +10090,15 @@ }, "end": { "line": 23, - "column": 59 + "column": 61 } } }, { "type": "CommentLine", - "value": " considered the boundary value for displaying milliseconds", - "start": 606, - "end": 666, + "value": " e.g. \"00:00:000\" vs \"00:00\".", + "start": 608, + "end": 639, "loc": { "start": { "line": 24, @@ -10306,71 +10106,7 @@ }, "end": { "line": 24, - "column": 64 - } - } - }, - { - "type": "CommentLine", - "value": " in the time controls. An audio clip with a total length of", - "start": 671, - "end": 732, - "loc": { - "start": { - "line": 25, - "column": 4 - }, - "end": { - "line": 25, - "column": 65 - } - } - }, - { - "type": "CommentLine", - "value": " 2 seconds and a msDisplayMax of 3 will use the format", - "start": 737, - "end": 793, - "loc": { - "start": { - "line": 26, - "column": 4 - }, - "end": { - "line": 26, - "column": 60 - } - } - }, - { - "type": "CommentLine", - "value": " M:SS:MMM. Clips longer than msDisplayMax will be displayed", - "start": 798, - "end": 859, - "loc": { - "start": { - "line": 27, - "column": 4 - }, - "end": { - "line": 27, - "column": 65 - } - } - }, - { - "type": "CommentLine", - "value": " as M:SS or HH:MM:SS.", - "start": 864, - "end": 887, - "loc": { - "start": { - "line": 28, - "column": 4 - }, - "end": { - "line": 28, - "column": 27 + "column": 35 } } }, @@ -10386,17 +10122,17 @@ "postfix": false, "binop": null }, - "value": "msDisplayMax", - "start": 892, - "end": 904, + "value": "displayMilliseconds", + "start": 644, + "end": 663, "loc": { "start": { - "line": 29, + "line": 25, "column": 4 }, "end": { - "line": 29, - "column": 16 + "line": 25, + "column": 23 } } }, @@ -10413,22 +10149,23 @@ "binop": null, "updateContext": null }, - "start": 904, - "end": 905, + "start": 663, + "end": 664, "loc": { "start": { - "line": 29, - "column": 16 + "line": 25, + "column": 23 }, "end": { - "line": 29, - "column": 17 + "line": 25, + "column": 24 } } }, { "type": { - "label": "num", + "label": "false", + "keyword": "false", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -10439,17 +10176,17 @@ "binop": null, "updateContext": null }, - "value": 3, - "start": 906, - "end": 907, + "value": "false", + "start": 665, + "end": 670, "loc": { "start": { - "line": 29, - "column": 18 + "line": 25, + "column": 25 }, "end": { - "line": 29, - "column": 19 + "line": 25, + "column": 30 } } }, @@ -10466,31 +10203,31 @@ "binop": null, "updateContext": null }, - "start": 907, - "end": 908, + "start": 670, + "end": 671, "loc": { "start": { - "line": 29, - "column": 19 + "line": 25, + "column": 30 }, "end": { - "line": 29, - "column": 20 + "line": 25, + "column": 31 } } }, { "type": "CommentLine", "value": " Width of the recorded video frames.", - "start": 913, - "end": 951, + "start": 676, + "end": 714, "loc": { "start": { - "line": 30, + "line": 26, "column": 4 }, "end": { - "line": 30, + "line": 26, "column": 42 } } @@ -10508,15 +10245,15 @@ "binop": null }, "value": "frameWidth", - "start": 956, - "end": 966, + "start": 719, + "end": 729, "loc": { "start": { - "line": 31, + "line": 27, "column": 4 }, "end": { - "line": 31, + "line": 27, "column": 14 } } @@ -10534,15 +10271,15 @@ "binop": null, "updateContext": null }, - "start": 966, - "end": 967, + "start": 729, + "end": 730, "loc": { "start": { - "line": 31, + "line": 27, "column": 14 }, "end": { - "line": 31, + "line": 27, "column": 15 } } @@ -10561,15 +10298,15 @@ "updateContext": null }, "value": 320, - "start": 968, - "end": 971, + "start": 731, + "end": 734, "loc": { "start": { - "line": 31, + "line": 27, "column": 16 }, "end": { - "line": 31, + "line": 27, "column": 19 } } @@ -10587,15 +10324,15 @@ "binop": null, "updateContext": null }, - "start": 971, - "end": 972, + "start": 734, + "end": 735, "loc": { "start": { - "line": 31, + "line": 27, "column": 19 }, "end": { - "line": 31, + "line": 27, "column": 20 } } @@ -10603,15 +10340,15 @@ { "type": "CommentLine", "value": " Height of the recorded video frames.", - "start": 977, - "end": 1016, + "start": 740, + "end": 779, "loc": { "start": { - "line": 32, + "line": 28, "column": 4 }, "end": { - "line": 32, + "line": 28, "column": 43 } } @@ -10629,15 +10366,15 @@ "binop": null }, "value": "frameHeight", - "start": 1021, - "end": 1032, + "start": 784, + "end": 795, "loc": { "start": { - "line": 33, + "line": 29, "column": 4 }, "end": { - "line": 33, + "line": 29, "column": 15 } } @@ -10655,15 +10392,15 @@ "binop": null, "updateContext": null }, - "start": 1032, - "end": 1033, + "start": 795, + "end": 796, "loc": { "start": { - "line": 33, + "line": 29, "column": 15 }, "end": { - "line": 33, + "line": 29, "column": 16 } } @@ -10682,15 +10419,15 @@ "updateContext": null }, "value": 240, - "start": 1034, - "end": 1037, + "start": 797, + "end": 800, "loc": { "start": { - "line": 33, + "line": 29, "column": 17 }, "end": { - "line": 33, + "line": 29, "column": 20 } } @@ -10708,15 +10445,15 @@ "binop": null, "updateContext": null }, - "start": 1037, - "end": 1038, + "start": 800, + "end": 801, "loc": { "start": { - "line": 33, + "line": 29, "column": 20 }, "end": { - "line": 33, + "line": 29, "column": 21 } } @@ -10724,15 +10461,15 @@ { "type": "CommentLine", "value": " Enables console logging for debugging purposes.", - "start": 1043, - "end": 1093, + "start": 806, + "end": 856, "loc": { "start": { - "line": 34, + "line": 30, "column": 4 }, "end": { - "line": 34, + "line": 30, "column": 54 } } @@ -10750,15 +10487,15 @@ "binop": null }, "value": "debug", - "start": 1098, - "end": 1103, + "start": 861, + "end": 866, "loc": { "start": { - "line": 35, + "line": 31, "column": 4 }, "end": { - "line": 35, + "line": 31, "column": 9 } } @@ -10776,15 +10513,15 @@ "binop": null, "updateContext": null }, - "start": 1103, - "end": 1104, + "start": 866, + "end": 867, "loc": { "start": { - "line": 35, + "line": 31, "column": 9 }, "end": { - "line": 35, + "line": 31, "column": 10 } } @@ -10804,15 +10541,15 @@ "updateContext": null }, "value": "false", - "start": 1105, - "end": 1110, + "start": 868, + "end": 873, "loc": { "start": { - "line": 35, + "line": 31, "column": 11 }, "end": { - "line": 35, + "line": 31, "column": 16 } } @@ -10830,15 +10567,15 @@ "binop": null, "updateContext": null }, - "start": 1110, - "end": 1111, + "start": 873, + "end": 874, "loc": { "start": { - "line": 35, + "line": 31, "column": 16 }, "end": { - "line": 35, + "line": 31, "column": 17 } } @@ -10846,15 +10583,15 @@ { "type": "CommentLine", "value": " Enable Picture-in-Picture support.", - "start": 1116, - "end": 1153, + "start": 879, + "end": 916, "loc": { "start": { - "line": 36, + "line": 32, "column": 4 }, "end": { - "line": 36, + "line": 32, "column": 41 } } @@ -10872,15 +10609,15 @@ "binop": null }, "value": "pip", - "start": 1158, - "end": 1161, + "start": 921, + "end": 924, "loc": { "start": { - "line": 37, + "line": 33, "column": 4 }, "end": { - "line": 37, + "line": 33, "column": 7 } } @@ -10898,15 +10635,15 @@ "binop": null, "updateContext": null }, - "start": 1161, - "end": 1162, + "start": 924, + "end": 925, "loc": { "start": { - "line": 37, + "line": 33, "column": 7 }, "end": { - "line": 37, + "line": 33, "column": 8 } } @@ -10926,15 +10663,15 @@ "updateContext": null }, "value": "false", - "start": 1163, - "end": 1168, + "start": 926, + "end": 931, "loc": { "start": { - "line": 37, + "line": 33, "column": 9 }, "end": { - "line": 37, + "line": 33, "column": 14 } } @@ -10952,15 +10689,15 @@ "binop": null, "updateContext": null }, - "start": 1168, - "end": 1169, + "start": 931, + "end": 932, "loc": { "start": { - "line": 37, + "line": 33, "column": 14 }, "end": { - "line": 37, + "line": 33, "column": 15 } } @@ -10968,15 +10705,15 @@ { "type": "CommentLine", "value": " Turn off the camera/mic (and light) when audio and/or video recording", - "start": 1174, - "end": 1246, + "start": 937, + "end": 1009, "loc": { "start": { - "line": 38, + "line": 34, "column": 4 }, "end": { - "line": 38, + "line": 34, "column": 76 } } @@ -10984,15 +10721,15 @@ { "type": "CommentLine", "value": " stops, and turns them on again when you resume recording.", - "start": 1251, - "end": 1311, + "start": 1014, + "end": 1074, "loc": { "start": { - "line": 39, + "line": 35, "column": 4 }, "end": { - "line": 39, + "line": 35, "column": 64 } } @@ -11010,15 +10747,15 @@ "binop": null }, "value": "autoMuteDevice", - "start": 1316, - "end": 1330, + "start": 1079, + "end": 1093, "loc": { "start": { - "line": 40, + "line": 36, "column": 4 }, "end": { - "line": 40, + "line": 36, "column": 18 } } @@ -11036,15 +10773,15 @@ "binop": null, "updateContext": null }, - "start": 1330, - "end": 1331, + "start": 1093, + "end": 1094, "loc": { "start": { - "line": 40, + "line": 36, "column": 18 }, "end": { - "line": 40, + "line": 36, "column": 19 } } @@ -11064,15 +10801,15 @@ "updateContext": null }, "value": "false", - "start": 1332, - "end": 1337, + "start": 1095, + "end": 1100, "loc": { "start": { - "line": 40, + "line": 36, "column": 20 }, "end": { - "line": 40, + "line": 36, "column": 25 } } @@ -11090,15 +10827,15 @@ "binop": null, "updateContext": null }, - "start": 1337, - "end": 1338, + "start": 1100, + "end": 1101, "loc": { "start": { - "line": 40, + "line": 36, "column": 25 }, "end": { - "line": 40, + "line": 36, "column": 26 } } @@ -11106,15 +10843,15 @@ { "type": "CommentLine", "value": " The video bitrate in kbps (only used in webm-wasm plugin).", - "start": 1343, - "end": 1404, + "start": 1106, + "end": 1167, "loc": { "start": { - "line": 41, + "line": 37, "column": 4 }, "end": { - "line": 41, + "line": 37, "column": 65 } } @@ -11132,15 +10869,15 @@ "binop": null }, "value": "videoBitRate", - "start": 1409, - "end": 1421, + "start": 1172, + "end": 1184, "loc": { "start": { - "line": 42, + "line": 38, "column": 4 }, "end": { - "line": 42, + "line": 38, "column": 16 } } @@ -11158,15 +10895,15 @@ "binop": null, "updateContext": null }, - "start": 1421, - "end": 1422, + "start": 1184, + "end": 1185, "loc": { "start": { - "line": 42, + "line": 38, "column": 16 }, "end": { - "line": 42, + "line": 38, "column": 17 } } @@ -11185,15 +10922,15 @@ "updateContext": null }, "value": 1200, - "start": 1423, - "end": 1427, + "start": 1186, + "end": 1190, "loc": { "start": { - "line": 42, + "line": 38, "column": 18 }, "end": { - "line": 42, + "line": 38, "column": 22 } } @@ -11211,15 +10948,15 @@ "binop": null, "updateContext": null }, - "start": 1427, - "end": 1428, + "start": 1190, + "end": 1191, "loc": { "start": { - "line": 42, + "line": 38, "column": 22 }, "end": { - "line": 42, + "line": 38, "column": 23 } } @@ -11227,15 +10964,15 @@ { "type": "CommentLine", "value": " Video recording library to use. Legal values are 'recordrtc' (default)", - "start": 1433, - "end": 1506, + "start": 1196, + "end": 1269, "loc": { "start": { - "line": 43, + "line": 39, "column": 4 }, "end": { - "line": 43, + "line": 39, "column": 77 } } @@ -11243,15 +10980,15 @@ { "type": "CommentLine", "value": " and 'webm-wasm'.", - "start": 1511, - "end": 1530, + "start": 1274, + "end": 1293, "loc": { "start": { - "line": 44, + "line": 40, "column": 4 }, "end": { - "line": 44, + "line": 40, "column": 23 } } @@ -11269,15 +11006,15 @@ "binop": null }, "value": "videoEngine", - "start": 1535, - "end": 1546, + "start": 1298, + "end": 1309, "loc": { "start": { - "line": 45, + "line": 41, "column": 4 }, "end": { - "line": 45, + "line": 41, "column": 15 } } @@ -11295,15 +11032,15 @@ "binop": null, "updateContext": null }, - "start": 1546, - "end": 1547, + "start": 1309, + "end": 1310, "loc": { "start": { - "line": 45, + "line": 41, "column": 15 }, "end": { - "line": 45, + "line": 41, "column": 16 } } @@ -11322,15 +11059,15 @@ "updateContext": null }, "value": "recordrtc", - "start": 1548, - "end": 1559, + "start": 1311, + "end": 1322, "loc": { "start": { - "line": 45, + "line": 41, "column": 17 }, "end": { - "line": 45, + "line": 41, "column": 28 } } @@ -11348,15 +11085,15 @@ "binop": null, "updateContext": null }, - "start": 1559, - "end": 1560, + "start": 1322, + "end": 1323, "loc": { "start": { - "line": 45, + "line": 41, "column": 28 }, "end": { - "line": 45, + "line": 41, "column": 29 } } @@ -11364,15 +11101,15 @@ { "type": "CommentLine", "value": " The video frame rate in frames per second (only used in webm-wasm plugin).", - "start": 1565, - "end": 1642, + "start": 1328, + "end": 1405, "loc": { "start": { - "line": 46, + "line": 42, "column": 4 }, "end": { - "line": 46, + "line": 42, "column": 81 } } @@ -11390,15 +11127,15 @@ "binop": null }, "value": "videoFrameRate", - "start": 1647, - "end": 1661, + "start": 1410, + "end": 1424, "loc": { "start": { - "line": 47, + "line": 43, "column": 4 }, "end": { - "line": 47, + "line": 43, "column": 18 } } @@ -11416,15 +11153,15 @@ "binop": null, "updateContext": null }, - "start": 1661, - "end": 1662, + "start": 1424, + "end": 1425, "loc": { "start": { - "line": 47, + "line": 43, "column": 18 }, "end": { - "line": 47, + "line": 43, "column": 19 } } @@ -11443,15 +11180,15 @@ "updateContext": null }, "value": 30, - "start": 1663, - "end": 1665, + "start": 1426, + "end": 1428, "loc": { "start": { - "line": 47, + "line": 43, "column": 20 }, "end": { - "line": 47, + "line": 43, "column": 22 } } @@ -11469,47 +11206,47 @@ "binop": null, "updateContext": null }, - "start": 1665, - "end": 1666, + "start": 1428, + "end": 1429, "loc": { "start": { - "line": 47, + "line": 43, "column": 22 }, "end": { - "line": 47, + "line": 43, "column": 23 } } }, { "type": "CommentLine", - "value": " The mime type for the video recorder. Default to 'video/webm'.", - "start": 1671, - "end": 1736, + "value": " The mime type for the video recorder.", + "start": 1434, + "end": 1474, "loc": { "start": { - "line": 48, + "line": 44, "column": 4 }, "end": { - "line": 48, - "column": 69 + "line": 44, + "column": 44 } } }, { "type": "CommentLine", "value": " Use 'video/mp4' (Firefox) or 'video/webm;codecs=H264' (Chrome 52 and", - "start": 1741, - "end": 1812, + "start": 1479, + "end": 1550, "loc": { "start": { - "line": 49, + "line": 45, "column": 4 }, "end": { - "line": 49, + "line": 45, "column": 75 } } @@ -11517,15 +11254,15 @@ { "type": "CommentLine", "value": " newer) for MP4.", - "start": 1817, - "end": 1835, + "start": 1555, + "end": 1573, "loc": { "start": { - "line": 50, + "line": 46, "column": 4 }, "end": { - "line": 50, + "line": 46, "column": 22 } } @@ -11543,15 +11280,15 @@ "binop": null }, "value": "videoMimeType", - "start": 1840, - "end": 1853, + "start": 1578, + "end": 1591, "loc": { "start": { - "line": 51, + "line": 47, "column": 4 }, "end": { - "line": 51, + "line": 47, "column": 17 } } @@ -11569,15 +11306,15 @@ "binop": null, "updateContext": null }, - "start": 1853, - "end": 1854, + "start": 1591, + "end": 1592, "loc": { "start": { - "line": 51, + "line": 47, "column": 17 }, "end": { - "line": 51, + "line": 47, "column": 18 } } @@ -11596,15 +11333,15 @@ "updateContext": null }, "value": "video/webm", - "start": 1855, - "end": 1867, + "start": 1593, + "end": 1605, "loc": { "start": { - "line": 51, + "line": 47, "column": 19 }, "end": { - "line": 51, + "line": 47, "column": 31 } } @@ -11622,15 +11359,15 @@ "binop": null, "updateContext": null }, - "start": 1867, - "end": 1868, + "start": 1605, + "end": 1606, "loc": { "start": { - "line": 51, + "line": 47, "column": 31 }, "end": { - "line": 51, + "line": 47, "column": 32 } } @@ -11638,15 +11375,15 @@ { "type": "CommentLine", "value": " Video recorder type to use. This allows you to specify an alternative", - "start": 1873, - "end": 1945, + "start": 1611, + "end": 1683, "loc": { "start": { - "line": 52, + "line": 48, "column": 4 }, "end": { - "line": 52, + "line": 48, "column": 76 } } @@ -11654,15 +11391,15 @@ { "type": "CommentLine", "value": " recorder class, e.g. WhammyRecorder from recordrtc. Defaults to 'auto'", - "start": 1950, - "end": 2023, + "start": 1688, + "end": 1761, "loc": { "start": { - "line": 53, + "line": 49, "column": 4 }, "end": { - "line": 53, + "line": 49, "column": 77 } } @@ -11670,15 +11407,15 @@ { "type": "CommentLine", "value": " which let's recordrtc specify the best available recorder type.", - "start": 2028, - "end": 2094, + "start": 1766, + "end": 1832, "loc": { "start": { - "line": 54, + "line": 50, "column": 4 }, "end": { - "line": 54, + "line": 50, "column": 70 } } @@ -11696,15 +11433,15 @@ "binop": null }, "value": "videoRecorderType", - "start": 2099, - "end": 2116, + "start": 1837, + "end": 1854, "loc": { "start": { - "line": 55, + "line": 51, "column": 4 }, "end": { - "line": 55, + "line": 51, "column": 21 } } @@ -11722,15 +11459,15 @@ "binop": null, "updateContext": null }, - "start": 2116, - "end": 2117, + "start": 1854, + "end": 1855, "loc": { "start": { - "line": 55, + "line": 51, "column": 21 }, "end": { - "line": 55, + "line": 51, "column": 22 } } @@ -11749,15 +11486,15 @@ "updateContext": null }, "value": "auto", - "start": 2118, - "end": 2124, + "start": 1856, + "end": 1862, "loc": { "start": { - "line": 55, + "line": 51, "column": 23 }, "end": { - "line": 55, + "line": 51, "column": 29 } } @@ -11775,15 +11512,15 @@ "binop": null, "updateContext": null }, - "start": 2124, - "end": 2125, + "start": 1862, + "end": 1863, "loc": { "start": { - "line": 55, + "line": 51, "column": 29 }, "end": { - "line": 55, + "line": 51, "column": 30 } } @@ -11791,15 +11528,15 @@ { "type": "CommentLine", "value": " URL for the video worker. Use an empty string '' to disable (default).", - "start": 2130, - "end": 2203, + "start": 1868, + "end": 1941, "loc": { "start": { - "line": 56, + "line": 52, "column": 4 }, "end": { - "line": 56, + "line": 52, "column": 77 } } @@ -11817,15 +11554,15 @@ "binop": null }, "value": "videoWorkerURL", - "start": 2208, - "end": 2222, + "start": 1946, + "end": 1960, "loc": { "start": { - "line": 57, + "line": 53, "column": 4 }, "end": { - "line": 57, + "line": 53, "column": 18 } } @@ -11843,15 +11580,15 @@ "binop": null, "updateContext": null }, - "start": 2222, - "end": 2223, + "start": 1960, + "end": 1961, "loc": { "start": { - "line": 57, + "line": 53, "column": 18 }, "end": { - "line": 57, + "line": 53, "column": 19 } } @@ -11870,15 +11607,15 @@ "updateContext": null }, "value": "", - "start": 2224, - "end": 2226, + "start": 1962, + "end": 1964, "loc": { "start": { - "line": 57, + "line": 53, "column": 20 }, "end": { - "line": 57, + "line": 53, "column": 22 } } @@ -11896,15 +11633,15 @@ "binop": null, "updateContext": null }, - "start": 2226, - "end": 2227, + "start": 1964, + "end": 1965, "loc": { "start": { - "line": 57, + "line": 53, "column": 22 }, "end": { - "line": 57, + "line": 53, "column": 23 } } @@ -11912,15 +11649,15 @@ { "type": "CommentLine", "value": " URL for the video worker WebAssembly file. Use an empty string '' to", - "start": 2232, - "end": 2303, + "start": 1970, + "end": 2041, "loc": { "start": { - "line": 58, + "line": 54, "column": 4 }, "end": { - "line": 58, + "line": 54, "column": 75 } } @@ -11928,15 +11665,15 @@ { "type": "CommentLine", "value": " disable (default).", - "start": 2308, - "end": 2329, + "start": 2046, + "end": 2067, "loc": { "start": { - "line": 59, + "line": 55, "column": 4 }, "end": { - "line": 59, + "line": 55, "column": 25 } } @@ -11954,15 +11691,15 @@ "binop": null }, "value": "videoWebAssemblyURL", - "start": 2334, - "end": 2353, + "start": 2072, + "end": 2091, "loc": { "start": { - "line": 60, + "line": 56, "column": 4 }, "end": { - "line": 60, + "line": 56, "column": 23 } } @@ -11980,15 +11717,15 @@ "binop": null, "updateContext": null }, - "start": 2353, - "end": 2354, + "start": 2091, + "end": 2092, "loc": { "start": { - "line": 60, + "line": 56, "column": 23 }, "end": { - "line": 60, + "line": 56, "column": 24 } } @@ -12007,15 +11744,15 @@ "updateContext": null }, "value": "", - "start": 2355, - "end": 2357, + "start": 2093, + "end": 2095, "loc": { "start": { - "line": 60, + "line": 56, "column": 25 }, "end": { - "line": 60, + "line": 56, "column": 27 } } @@ -12033,15 +11770,15 @@ "binop": null, "updateContext": null }, - "start": 2357, - "end": 2358, + "start": 2095, + "end": 2096, "loc": { "start": { - "line": 60, + "line": 56, "column": 27 }, "end": { - "line": 60, + "line": 56, "column": 28 } } @@ -12049,15 +11786,15 @@ { "type": "CommentLine", "value": " Audio recording library to use. Legal values are 'recordrtc' (default),", - "start": 2363, - "end": 2437, + "start": 2101, + "end": 2175, "loc": { "start": { - "line": 61, + "line": 57, "column": 4 }, "end": { - "line": 61, + "line": 57, "column": 78 } } @@ -12065,15 +11802,15 @@ { "type": "CommentLine", "value": " 'libvorbis.js', 'opus-recorder', 'lamejs', 'vmsg' and 'recorder.js'.", - "start": 2442, - "end": 2513, + "start": 2180, + "end": 2251, "loc": { "start": { - "line": 62, + "line": 58, "column": 4 }, "end": { - "line": 62, + "line": 58, "column": 75 } } @@ -12091,15 +11828,15 @@ "binop": null }, "value": "audioEngine", - "start": 2518, - "end": 2529, + "start": 2256, + "end": 2267, "loc": { "start": { - "line": 63, + "line": 59, "column": 4 }, "end": { - "line": 63, + "line": 59, "column": 15 } } @@ -12117,15 +11854,15 @@ "binop": null, "updateContext": null }, - "start": 2529, - "end": 2530, + "start": 2267, + "end": 2268, "loc": { "start": { - "line": 63, + "line": 59, "column": 15 }, "end": { - "line": 63, + "line": 59, "column": 16 } } @@ -12144,15 +11881,15 @@ "updateContext": null }, "value": "recordrtc", - "start": 2531, - "end": 2542, + "start": 2269, + "end": 2280, "loc": { "start": { - "line": 63, + "line": 59, "column": 17 }, "end": { - "line": 63, + "line": 59, "column": 28 } } @@ -12170,15 +11907,15 @@ "binop": null, "updateContext": null }, - "start": 2542, - "end": 2543, + "start": 2280, + "end": 2281, "loc": { "start": { - "line": 63, + "line": 59, "column": 28 }, "end": { - "line": 63, + "line": 59, "column": 29 } } @@ -12186,15 +11923,15 @@ { "type": "CommentLine", "value": " Audio recorder type to use. This allows you to specify an alternative", - "start": 2548, - "end": 2620, + "start": 2286, + "end": 2358, "loc": { "start": { - "line": 64, + "line": 60, "column": 4 }, "end": { - "line": 64, + "line": 60, "column": 76 } } @@ -12202,15 +11939,15 @@ { "type": "CommentLine", "value": " recorder class, e.g. StereoAudioRecorder. Defaults to 'auto' which let's", - "start": 2625, - "end": 2700, + "start": 2363, + "end": 2438, "loc": { "start": { - "line": 65, + "line": 61, "column": 4 }, "end": { - "line": 65, + "line": 61, "column": 79 } } @@ -12218,15 +11955,15 @@ { "type": "CommentLine", "value": " recordrtc specify the best available recorder type. Currently this", - "start": 2705, - "end": 2774, + "start": 2443, + "end": 2512, "loc": { "start": { - "line": 66, + "line": 62, "column": 4 }, "end": { - "line": 66, + "line": 62, "column": 73 } } @@ -12234,15 +11971,15 @@ { "type": "CommentLine", "value": " setting is only used with the 'recordrtc' audioEngine.", - "start": 2779, - "end": 2836, + "start": 2517, + "end": 2574, "loc": { "start": { - "line": 67, + "line": 63, "column": 4 }, "end": { - "line": 67, + "line": 63, "column": 61 } } @@ -12260,15 +11997,15 @@ "binop": null }, "value": "audioRecorderType", - "start": 2841, - "end": 2858, + "start": 2579, + "end": 2596, "loc": { "start": { - "line": 68, + "line": 64, "column": 4 }, "end": { - "line": 68, + "line": 64, "column": 21 } } @@ -12286,15 +12023,15 @@ "binop": null, "updateContext": null }, - "start": 2858, - "end": 2859, + "start": 2596, + "end": 2597, "loc": { "start": { - "line": 68, + "line": 64, "column": 21 }, "end": { - "line": 68, + "line": 64, "column": 22 } } @@ -12313,15 +12050,15 @@ "updateContext": null }, "value": "auto", - "start": 2860, - "end": 2866, + "start": 2598, + "end": 2604, "loc": { "start": { - "line": 68, + "line": 64, "column": 23 }, "end": { - "line": 68, + "line": 64, "column": 29 } } @@ -12339,15 +12076,15 @@ "binop": null, "updateContext": null }, - "start": 2866, - "end": 2867, + "start": 2604, + "end": 2605, "loc": { "start": { - "line": 68, + "line": 64, "column": 29 }, "end": { - "line": 68, + "line": 64, "column": 30 } } @@ -12355,15 +12092,15 @@ { "type": "CommentLine", "value": " The mime type for the audio recorder. Defaults to 'auto' which will pick", - "start": 2872, - "end": 2947, + "start": 2610, + "end": 2685, "loc": { "start": { - "line": 69, + "line": 65, "column": 4 }, "end": { - "line": 69, + "line": 65, "column": 79 } } @@ -12371,15 +12108,15 @@ { "type": "CommentLine", "value": " the best option available in the browser (e.g. either 'audio/wav',", - "start": 2952, - "end": 3021, + "start": 2690, + "end": 2759, "loc": { "start": { - "line": 70, + "line": 66, "column": 4 }, "end": { - "line": 70, + "line": 66, "column": 73 } } @@ -12387,15 +12124,15 @@ { "type": "CommentLine", "value": " 'audio/ogg' or 'audio/webm').", - "start": 3026, - "end": 3058, + "start": 2764, + "end": 2796, "loc": { "start": { - "line": 71, + "line": 67, "column": 4 }, "end": { - "line": 71, + "line": 67, "column": 36 } } @@ -12413,15 +12150,15 @@ "binop": null }, "value": "audioMimeType", - "start": 3063, - "end": 3076, + "start": 2801, + "end": 2814, "loc": { "start": { - "line": 72, + "line": 68, "column": 4 }, "end": { - "line": 72, + "line": 68, "column": 17 } } @@ -12439,15 +12176,15 @@ "binop": null, "updateContext": null }, - "start": 3076, - "end": 3077, + "start": 2814, + "end": 2815, "loc": { "start": { - "line": 72, + "line": 68, "column": 17 }, "end": { - "line": 72, + "line": 68, "column": 18 } } @@ -12466,15 +12203,15 @@ "updateContext": null }, "value": "auto", - "start": 3078, - "end": 3084, + "start": 2816, + "end": 2822, "loc": { "start": { - "line": 72, + "line": 68, "column": 19 }, "end": { - "line": 72, + "line": 68, "column": 25 } } @@ -12492,15 +12229,15 @@ "binop": null, "updateContext": null }, - "start": 3084, - "end": 3085, + "start": 2822, + "end": 2823, "loc": { "start": { - "line": 72, + "line": 68, "column": 25 }, "end": { - "line": 72, + "line": 68, "column": 26 } } @@ -12508,15 +12245,15 @@ { "type": "CommentLine", "value": " The size of the audio buffer (in sample-frames) which needs to", - "start": 3090, - "end": 3155, + "start": 2828, + "end": 2893, "loc": { "start": { - "line": 73, + "line": 69, "column": 4 }, "end": { - "line": 73, + "line": 69, "column": 69 } } @@ -12524,15 +12261,15 @@ { "type": "CommentLine", "value": " be processed each time onprocessaudio is called.", - "start": 3160, - "end": 3211, + "start": 2898, + "end": 2949, "loc": { "start": { - "line": 74, + "line": 70, "column": 4 }, "end": { - "line": 74, + "line": 70, "column": 55 } } @@ -12540,15 +12277,15 @@ { "type": "CommentLine", "value": " From the spec: This value controls how frequently the audioprocess event is", - "start": 3216, - "end": 3294, + "start": 2954, + "end": 3032, "loc": { "start": { - "line": 75, + "line": 71, "column": 4 }, "end": { - "line": 75, + "line": 71, "column": 82 } } @@ -12556,15 +12293,15 @@ { "type": "CommentLine", "value": " dispatched and how many sample-frames need to be processed each call.", - "start": 3299, - "end": 3371, + "start": 3037, + "end": 3109, "loc": { "start": { - "line": 76, + "line": 72, "column": 4 }, "end": { - "line": 76, + "line": 72, "column": 76 } } @@ -12572,15 +12309,15 @@ { "type": "CommentLine", "value": " Lower values for buffer size will result in a lower (better) latency.", - "start": 3376, - "end": 3448, + "start": 3114, + "end": 3186, "loc": { "start": { - "line": 77, + "line": 73, "column": 4 }, "end": { - "line": 77, + "line": 73, "column": 76 } } @@ -12588,15 +12325,15 @@ { "type": "CommentLine", "value": " Higher values will be necessary to avoid audio breakup and glitches.", - "start": 3453, - "end": 3524, + "start": 3191, + "end": 3262, "loc": { "start": { - "line": 78, + "line": 74, "column": 4 }, "end": { - "line": 78, + "line": 74, "column": 75 } } @@ -12604,15 +12341,15 @@ { "type": "CommentLine", "value": " Legal values are 256, 512, 1024, 2048, 4096, 8192 or 16384.", - "start": 3529, - "end": 3591, + "start": 3267, + "end": 3329, "loc": { "start": { - "line": 79, + "line": 75, "column": 4 }, "end": { - "line": 79, + "line": 75, "column": 66 } } @@ -12630,15 +12367,15 @@ "binop": null }, "value": "audioBufferSize", - "start": 3596, - "end": 3611, + "start": 3334, + "end": 3349, "loc": { "start": { - "line": 80, + "line": 76, "column": 4 }, "end": { - "line": 80, + "line": 76, "column": 19 } } @@ -12656,15 +12393,15 @@ "binop": null, "updateContext": null }, - "start": 3611, - "end": 3612, + "start": 3349, + "end": 3350, "loc": { "start": { - "line": 80, + "line": 76, "column": 19 }, "end": { - "line": 80, + "line": 76, "column": 20 } } @@ -12683,15 +12420,15 @@ "updateContext": null }, "value": 4096, - "start": 3613, - "end": 3617, + "start": 3351, + "end": 3355, "loc": { "start": { - "line": 80, + "line": 76, "column": 21 }, "end": { - "line": 80, + "line": 76, "column": 25 } } @@ -12709,15 +12446,15 @@ "binop": null, "updateContext": null }, - "start": 3617, - "end": 3618, + "start": 3355, + "end": 3356, "loc": { "start": { - "line": 80, + "line": 76, "column": 25 }, "end": { - "line": 80, + "line": 76, "column": 26 } } @@ -12725,15 +12462,15 @@ { "type": "CommentLine", "value": " The audio sample rate (in sample-frames per second) at which the", - "start": 3623, - "end": 3690, + "start": 3361, + "end": 3428, "loc": { "start": { - "line": 81, + "line": 77, "column": 4 }, "end": { - "line": 81, + "line": 77, "column": 71 } } @@ -12741,15 +12478,15 @@ { "type": "CommentLine", "value": " AudioContext handles audio. It is assumed that all AudioNodes", - "start": 3695, - "end": 3759, + "start": 3433, + "end": 3497, "loc": { "start": { - "line": 82, + "line": 78, "column": 4 }, "end": { - "line": 82, + "line": 78, "column": 68 } } @@ -12757,15 +12494,15 @@ { "type": "CommentLine", "value": " in the context run at this rate. In making this assumption,", - "start": 3764, - "end": 3826, + "start": 3502, + "end": 3564, "loc": { "start": { - "line": 83, + "line": 79, "column": 4 }, "end": { - "line": 83, + "line": 79, "column": 66 } } @@ -12773,15 +12510,15 @@ { "type": "CommentLine", "value": " sample-rate converters or \"varispeed\" processors are not supported", - "start": 3831, - "end": 3900, + "start": 3569, + "end": 3638, "loc": { "start": { - "line": 84, + "line": 80, "column": 4 }, "end": { - "line": 84, + "line": 80, "column": 73 } } @@ -12789,15 +12526,15 @@ { "type": "CommentLine", "value": " in real-time processing.", - "start": 3905, - "end": 3932, + "start": 3643, + "end": 3670, "loc": { "start": { - "line": 85, + "line": 81, "column": 4 }, "end": { - "line": 85, + "line": 81, "column": 31 } } @@ -12805,15 +12542,15 @@ { "type": "CommentLine", "value": " The sampleRate parameter describes the sample-rate of the", - "start": 3937, - "end": 3997, + "start": 3675, + "end": 3735, "loc": { "start": { - "line": 86, + "line": 82, "column": 4 }, "end": { - "line": 86, + "line": 82, "column": 64 } } @@ -12821,15 +12558,15 @@ { "type": "CommentLine", "value": " linear PCM audio data in the buffer in sample-frames per second.", - "start": 4002, - "end": 4069, + "start": 3740, + "end": 3807, "loc": { "start": { - "line": 87, + "line": 83, "column": 4 }, "end": { - "line": 87, + "line": 83, "column": 71 } } @@ -12837,15 +12574,15 @@ { "type": "CommentLine", "value": " An implementation must support sample-rates in at least", - "start": 4074, - "end": 4132, + "start": 3812, + "end": 3870, "loc": { "start": { - "line": 88, + "line": 84, "column": 4 }, "end": { - "line": 88, + "line": 84, "column": 62 } } @@ -12853,15 +12590,15 @@ { "type": "CommentLine", "value": " the range 22050 to 96000.", - "start": 4137, - "end": 4165, + "start": 3875, + "end": 3903, "loc": { "start": { - "line": 89, + "line": 85, "column": 4 }, "end": { - "line": 89, + "line": 85, "column": 32 } } @@ -12879,15 +12616,15 @@ "binop": null }, "value": "audioSampleRate", - "start": 4170, - "end": 4185, + "start": 3908, + "end": 3923, "loc": { "start": { - "line": 90, + "line": 86, "column": 4 }, "end": { - "line": 90, + "line": 86, "column": 19 } } @@ -12905,15 +12642,15 @@ "binop": null, "updateContext": null }, - "start": 4185, - "end": 4186, + "start": 3923, + "end": 3924, "loc": { "start": { - "line": 90, + "line": 86, "column": 19 }, "end": { - "line": 90, + "line": 86, "column": 20 } } @@ -12932,15 +12669,15 @@ "updateContext": null }, "value": 44100, - "start": 4187, - "end": 4192, + "start": 3925, + "end": 3930, "loc": { "start": { - "line": 90, + "line": 86, "column": 21 }, "end": { - "line": 90, + "line": 86, "column": 26 } } @@ -12958,15 +12695,15 @@ "binop": null, "updateContext": null }, - "start": 4192, - "end": 4193, + "start": 3930, + "end": 3931, "loc": { "start": { - "line": 90, + "line": 86, "column": 26 }, "end": { - "line": 90, + "line": 86, "column": 27 } } @@ -12974,15 +12711,15 @@ { "type": "CommentLine", "value": " The audio bitrate in kbps (only used in lamejs plugin).", - "start": 4198, - "end": 4256, + "start": 3936, + "end": 3994, "loc": { "start": { - "line": 91, + "line": 87, "column": 4 }, "end": { - "line": 91, + "line": 87, "column": 62 } } @@ -13000,15 +12737,15 @@ "binop": null }, "value": "audioBitRate", - "start": 4261, - "end": 4273, + "start": 3999, + "end": 4011, "loc": { "start": { - "line": 92, + "line": 88, "column": 4 }, "end": { - "line": 92, + "line": 88, "column": 16 } } @@ -13026,15 +12763,15 @@ "binop": null, "updateContext": null }, - "start": 4273, - "end": 4274, + "start": 4011, + "end": 4012, "loc": { "start": { - "line": 92, + "line": 88, "column": 16 }, "end": { - "line": 92, + "line": 88, "column": 17 } } @@ -13053,15 +12790,15 @@ "updateContext": null }, "value": 128, - "start": 4275, - "end": 4278, + "start": 4013, + "end": 4016, "loc": { "start": { - "line": 92, + "line": 88, "column": 18 }, "end": { - "line": 92, + "line": 88, "column": 21 } } @@ -13079,15 +12816,15 @@ "binop": null, "updateContext": null }, - "start": 4278, - "end": 4279, + "start": 4016, + "end": 4017, "loc": { "start": { - "line": 92, + "line": 88, "column": 21 }, "end": { - "line": 92, + "line": 88, "column": 22 } } @@ -13095,15 +12832,15 @@ { "type": "CommentLine", "value": " Allows you to record single-channel audio, which can reduce the", - "start": 4284, - "end": 4350, + "start": 4022, + "end": 4088, "loc": { "start": { - "line": 93, + "line": 89, "column": 4 }, "end": { - "line": 93, + "line": 89, "column": 70 } } @@ -13111,15 +12848,15 @@ { "type": "CommentLine", "value": " file size.", - "start": 4355, - "end": 4368, + "start": 4093, + "end": 4106, "loc": { "start": { - "line": 94, + "line": 90, "column": 4 }, "end": { - "line": 94, + "line": 90, "column": 17 } } @@ -13137,15 +12874,15 @@ "binop": null }, "value": "audioChannels", - "start": 4373, - "end": 4386, + "start": 4111, + "end": 4124, "loc": { "start": { - "line": 95, + "line": 91, "column": 4 }, "end": { - "line": 95, + "line": 91, "column": 17 } } @@ -13163,15 +12900,15 @@ "binop": null, "updateContext": null }, - "start": 4386, - "end": 4387, + "start": 4124, + "end": 4125, "loc": { "start": { - "line": 95, + "line": 91, "column": 17 }, "end": { - "line": 95, + "line": 91, "column": 18 } } @@ -13190,15 +12927,15 @@ "updateContext": null }, "value": 2, - "start": 4388, - "end": 4389, + "start": 4126, + "end": 4127, "loc": { "start": { - "line": 95, + "line": 91, "column": 19 }, "end": { - "line": 95, + "line": 91, "column": 20 } } @@ -13216,15 +12953,15 @@ "binop": null, "updateContext": null }, - "start": 4389, - "end": 4390, + "start": 4127, + "end": 4128, "loc": { "start": { - "line": 95, + "line": 91, "column": 20 }, "end": { - "line": 95, + "line": 91, "column": 21 } } @@ -13232,15 +12969,15 @@ { "type": "CommentLine", "value": " URL for the audio worker. Use an empty string '' to disable (default).", - "start": 4395, - "end": 4468, + "start": 4133, + "end": 4206, "loc": { "start": { - "line": 96, + "line": 92, "column": 4 }, "end": { - "line": 96, + "line": 92, "column": 77 } } @@ -13258,15 +12995,15 @@ "binop": null }, "value": "audioWorkerURL", - "start": 4473, - "end": 4487, + "start": 4211, + "end": 4225, "loc": { "start": { - "line": 97, + "line": 93, "column": 4 }, "end": { - "line": 97, + "line": 93, "column": 18 } } @@ -13284,15 +13021,15 @@ "binop": null, "updateContext": null }, - "start": 4487, - "end": 4488, + "start": 4225, + "end": 4226, "loc": { "start": { - "line": 97, + "line": 93, "column": 18 }, "end": { - "line": 97, + "line": 93, "column": 19 } } @@ -13311,15 +13048,15 @@ "updateContext": null }, "value": "", - "start": 4489, - "end": 4491, + "start": 4227, + "end": 4229, "loc": { "start": { - "line": 97, + "line": 93, "column": 20 }, "end": { - "line": 97, + "line": 93, "column": 22 } } @@ -13337,15 +13074,15 @@ "binop": null, "updateContext": null }, - "start": 4491, - "end": 4492, + "start": 4229, + "end": 4230, "loc": { "start": { - "line": 97, + "line": 93, "column": 22 }, "end": { - "line": 97, + "line": 93, "column": 23 } } @@ -13353,15 +13090,15 @@ { "type": "CommentLine", "value": " URL for the audio worker WebAssembly file. Use an empty string '' to", - "start": 4497, - "end": 4568, + "start": 4235, + "end": 4306, "loc": { "start": { - "line": 98, + "line": 94, "column": 4 }, "end": { - "line": 98, + "line": 94, "column": 75 } } @@ -13369,15 +13106,15 @@ { "type": "CommentLine", "value": " disable (default).", - "start": 4573, - "end": 4594, + "start": 4311, + "end": 4332, "loc": { "start": { - "line": 99, + "line": 95, "column": 4 }, "end": { - "line": 99, + "line": 95, "column": 25 } } @@ -13395,15 +13132,15 @@ "binop": null }, "value": "audioWebAssemblyURL", - "start": 4599, - "end": 4618, + "start": 4337, + "end": 4356, "loc": { "start": { - "line": 100, + "line": 96, "column": 4 }, "end": { - "line": 100, + "line": 96, "column": 23 } } @@ -13421,15 +13158,15 @@ "binop": null, "updateContext": null }, - "start": 4618, - "end": 4619, + "start": 4356, + "end": 4357, "loc": { "start": { - "line": 100, + "line": 96, "column": 23 }, "end": { - "line": 100, + "line": 96, "column": 24 } } @@ -13448,15 +13185,15 @@ "updateContext": null }, "value": "", - "start": 4620, - "end": 4622, + "start": 4358, + "end": 4360, "loc": { "start": { - "line": 100, + "line": 96, "column": 25 }, "end": { - "line": 100, + "line": 96, "column": 27 } } @@ -13474,15 +13211,15 @@ "binop": null, "updateContext": null }, - "start": 4622, - "end": 4623, + "start": 4360, + "end": 4361, "loc": { "start": { - "line": 100, + "line": 96, "column": 27 }, "end": { - "line": 100, + "line": 96, "column": 28 } } @@ -13490,15 +13227,15 @@ { "type": "CommentLine", "value": " Enables the audioBufferUpdate event that provides realtime AudioBuffer", - "start": 4628, - "end": 4701, + "start": 4366, + "end": 4439, "loc": { "start": { - "line": 101, + "line": 97, "column": 4 }, "end": { - "line": 101, + "line": 97, "column": 77 } } @@ -13506,15 +13243,15 @@ { "type": "CommentLine", "value": " instances from the input audio device.", - "start": 4706, - "end": 4747, + "start": 4444, + "end": 4485, "loc": { "start": { - "line": 102, + "line": 98, "column": 4 }, "end": { - "line": 102, + "line": 98, "column": 45 } } @@ -13532,15 +13269,15 @@ "binop": null }, "value": "audioBufferUpdate", - "start": 4752, - "end": 4769, + "start": 4490, + "end": 4507, "loc": { "start": { - "line": 103, + "line": 99, "column": 4 }, "end": { - "line": 103, + "line": 99, "column": 21 } } @@ -13558,15 +13295,15 @@ "binop": null, "updateContext": null }, - "start": 4769, - "end": 4770, + "start": 4507, + "end": 4508, "loc": { "start": { - "line": 103, + "line": 99, "column": 21 }, "end": { - "line": 103, + "line": 99, "column": 22 } } @@ -13586,15 +13323,15 @@ "updateContext": null }, "value": "false", - "start": 4771, - "end": 4776, + "start": 4509, + "end": 4514, "loc": { "start": { - "line": 103, + "line": 99, "column": 23 }, "end": { - "line": 103, + "line": 99, "column": 28 } } @@ -13612,15 +13349,15 @@ "binop": null, "updateContext": null }, - "start": 4776, - "end": 4777, + "start": 4514, + "end": 4515, "loc": { "start": { - "line": 103, + "line": 99, "column": 28 }, "end": { - "line": 103, + "line": 99, "column": 29 } } @@ -13628,15 +13365,15 @@ { "type": "CommentLine", "value": " Frame rate in frames per second.", - "start": 4782, - "end": 4817, + "start": 4520, + "end": 4555, "loc": { "start": { - "line": 104, + "line": 100, "column": 4 }, "end": { - "line": 104, + "line": 100, "column": 39 } } @@ -13654,15 +13391,15 @@ "binop": null }, "value": "animationFrameRate", - "start": 4822, - "end": 4840, + "start": 4560, + "end": 4578, "loc": { "start": { - "line": 105, + "line": 101, "column": 4 }, "end": { - "line": 105, + "line": 101, "column": 22 } } @@ -13680,15 +13417,15 @@ "binop": null, "updateContext": null }, - "start": 4840, - "end": 4841, + "start": 4578, + "end": 4579, "loc": { "start": { - "line": 105, + "line": 101, "column": 22 }, "end": { - "line": 105, + "line": 101, "column": 23 } } @@ -13707,15 +13444,15 @@ "updateContext": null }, "value": 200, - "start": 4842, - "end": 4845, + "start": 4580, + "end": 4583, "loc": { "start": { - "line": 105, + "line": 101, "column": 24 }, "end": { - "line": 105, + "line": 101, "column": 27 } } @@ -13733,15 +13470,15 @@ "binop": null, "updateContext": null }, - "start": 4845, - "end": 4846, + "start": 4583, + "end": 4584, "loc": { "start": { - "line": 105, + "line": 101, "column": 27 }, "end": { - "line": 105, + "line": 101, "column": 28 } } @@ -13749,15 +13486,15 @@ { "type": "CommentLine", "value": " Sets quality of color quantization (conversion of images to the", - "start": 4851, - "end": 4917, + "start": 4589, + "end": 4655, "loc": { "start": { - "line": 106, + "line": 102, "column": 4 }, "end": { - "line": 106, + "line": 102, "column": 70 } } @@ -13765,15 +13502,15 @@ { "type": "CommentLine", "value": " maximum 256 colors allowed by the GIF specification).", - "start": 4922, - "end": 4978, + "start": 4660, + "end": 4716, "loc": { "start": { - "line": 107, + "line": 103, "column": 4 }, "end": { - "line": 107, + "line": 103, "column": 60 } } @@ -13781,15 +13518,15 @@ { "type": "CommentLine", "value": " Lower values (minimum = 1) produce better colors,", - "start": 4983, - "end": 5035, + "start": 4721, + "end": 4773, "loc": { "start": { - "line": 108, + "line": 104, "column": 4 }, "end": { - "line": 108, + "line": 104, "column": 56 } } @@ -13797,15 +13534,15 @@ { "type": "CommentLine", "value": " but slow processing significantly. 10 is the default,", - "start": 5040, - "end": 5096, + "start": 4778, + "end": 4834, "loc": { "start": { - "line": 109, + "line": 105, "column": 4 }, "end": { - "line": 109, + "line": 105, "column": 60 } } @@ -13813,15 +13550,15 @@ { "type": "CommentLine", "value": " and produces good color mapping at reasonable speeds.", - "start": 5101, - "end": 5157, + "start": 4839, + "end": 4895, "loc": { "start": { - "line": 110, + "line": 106, "column": 4 }, "end": { - "line": 110, + "line": 106, "column": 60 } } @@ -13829,15 +13566,15 @@ { "type": "CommentLine", "value": " Values greater than 20 do not yield significant improvements", - "start": 5162, - "end": 5225, + "start": 4900, + "end": 4963, "loc": { "start": { - "line": 111, + "line": 107, "column": 4 }, "end": { - "line": 111, + "line": 107, "column": 67 } } @@ -13845,15 +13582,15 @@ { "type": "CommentLine", "value": " in speed.", - "start": 5230, - "end": 5242, + "start": 4968, + "end": 4980, "loc": { "start": { - "line": 112, + "line": 108, "column": 4 }, "end": { - "line": 112, + "line": 108, "column": 16 } } @@ -13871,15 +13608,15 @@ "binop": null }, "value": "animationQuality", - "start": 5247, - "end": 5263, + "start": 4985, + "end": 5001, "loc": { "start": { - "line": 113, + "line": 109, "column": 4 }, "end": { - "line": 113, + "line": 109, "column": 20 } } @@ -13897,15 +13634,15 @@ "binop": null, "updateContext": null }, - "start": 5263, - "end": 5264, + "start": 5001, + "end": 5002, "loc": { "start": { - "line": 113, + "line": 109, "column": 20 }, "end": { - "line": 113, + "line": 109, "column": 21 } } @@ -13924,15 +13661,15 @@ "updateContext": null }, "value": 10, - "start": 5265, - "end": 5267, + "start": 5003, + "end": 5005, "loc": { "start": { - "line": 113, + "line": 109, "column": 22 }, "end": { - "line": 113, + "line": 109, "column": 24 } } @@ -13950,15 +13687,15 @@ "binop": null, "updateContext": null }, - "start": 5267, - "end": 5268, + "start": 5005, + "end": 5006, "loc": { "start": { - "line": 113, + "line": 109, "column": 24 }, "end": { - "line": 113, + "line": 109, "column": 25 } } @@ -13966,15 +13703,15 @@ { "type": "CommentLine", "value": " A string indicating the output type: dataURL (base64 string) or blob.", - "start": 5273, - "end": 5345, + "start": 5011, + "end": 5083, "loc": { "start": { - "line": 114, + "line": 110, "column": 4 }, "end": { - "line": 114, + "line": 110, "column": 76 } } @@ -13982,15 +13719,15 @@ { "type": "CommentLine", "value": " The default output is dataURL.", - "start": 5350, - "end": 5383, + "start": 5088, + "end": 5121, "loc": { "start": { - "line": 115, + "line": 111, "column": 4 }, "end": { - "line": 115, + "line": 111, "column": 37 } } @@ -14008,15 +13745,15 @@ "binop": null }, "value": "imageOutputType", - "start": 5388, - "end": 5403, + "start": 5126, + "end": 5141, "loc": { "start": { - "line": 116, + "line": 112, "column": 4 }, "end": { - "line": 116, + "line": 112, "column": 19 } } @@ -14034,15 +13771,15 @@ "binop": null, "updateContext": null }, - "start": 5403, - "end": 5404, + "start": 5141, + "end": 5142, "loc": { "start": { - "line": 116, + "line": 112, "column": 19 }, "end": { - "line": 116, + "line": 112, "column": 20 } } @@ -14061,15 +13798,15 @@ "updateContext": null }, "value": "dataURL", - "start": 5405, - "end": 5414, + "start": 5143, + "end": 5152, "loc": { "start": { - "line": 116, + "line": 112, "column": 21 }, "end": { - "line": 116, + "line": 112, "column": 30 } } @@ -14087,15 +13824,15 @@ "binop": null, "updateContext": null }, - "start": 5414, - "end": 5415, + "start": 5152, + "end": 5153, "loc": { "start": { - "line": 116, + "line": 112, "column": 30 }, "end": { - "line": 116, + "line": 112, "column": 31 } } @@ -14103,15 +13840,15 @@ { "type": "CommentLine", "value": " A string indicating the image format used in image-only mode. The default", - "start": 5420, - "end": 5496, + "start": 5158, + "end": 5234, "loc": { "start": { - "line": 117, + "line": 113, "column": 4 }, "end": { - "line": 117, + "line": 113, "column": 80 } } @@ -14119,15 +13856,15 @@ { "type": "CommentLine", "value": " format type is image/png.", - "start": 5501, - "end": 5529, + "start": 5239, + "end": 5267, "loc": { "start": { - "line": 118, + "line": 114, "column": 4 }, "end": { - "line": 118, + "line": 114, "column": 32 } } @@ -14145,15 +13882,15 @@ "binop": null }, "value": "imageOutputFormat", - "start": 5534, - "end": 5551, + "start": 5272, + "end": 5289, "loc": { "start": { - "line": 119, + "line": 115, "column": 4 }, "end": { - "line": 119, + "line": 115, "column": 21 } } @@ -14171,15 +13908,15 @@ "binop": null, "updateContext": null }, - "start": 5551, - "end": 5552, + "start": 5289, + "end": 5290, "loc": { "start": { - "line": 119, + "line": 115, "column": 21 }, "end": { - "line": 119, + "line": 115, "column": 22 } } @@ -14198,15 +13935,15 @@ "updateContext": null }, "value": "image/png", - "start": 5553, - "end": 5564, + "start": 5291, + "end": 5302, "loc": { "start": { - "line": 119, + "line": 115, "column": 23 }, "end": { - "line": 119, + "line": 115, "column": 34 } } @@ -14224,15 +13961,15 @@ "binop": null, "updateContext": null }, - "start": 5564, - "end": 5565, + "start": 5302, + "end": 5303, "loc": { "start": { - "line": 119, + "line": 115, "column": 34 }, "end": { - "line": 119, + "line": 115, "column": 35 } } @@ -14240,15 +13977,15 @@ { "type": "CommentLine", "value": " A number between 0 and 1 indicating the image quality to use for image", - "start": 5570, - "end": 5643, + "start": 5308, + "end": 5381, "loc": { "start": { - "line": 120, + "line": 116, "column": 4 }, "end": { - "line": 120, + "line": 116, "column": 77 } } @@ -14256,15 +13993,15 @@ { "type": "CommentLine", "value": " formats that use lossy compression such as image/jpeg and image/webp.", - "start": 5648, - "end": 5720, + "start": 5386, + "end": 5458, "loc": { "start": { - "line": 121, + "line": 117, "column": 4 }, "end": { - "line": 121, + "line": 117, "column": 76 } } @@ -14272,15 +14009,15 @@ { "type": "CommentLine", "value": " If this argument is anything else, the default value for image quality", - "start": 5725, - "end": 5798, + "start": 5463, + "end": 5536, "loc": { "start": { - "line": 122, + "line": 118, "column": 4 }, "end": { - "line": 122, + "line": 118, "column": 77 } } @@ -14288,15 +14025,15 @@ { "type": "CommentLine", "value": " is used. The default value is 0.92.", - "start": 5803, - "end": 5841, + "start": 5541, + "end": 5579, "loc": { "start": { - "line": 123, + "line": 119, "column": 4 }, "end": { - "line": 123, + "line": 119, "column": 42 } } @@ -14314,15 +14051,15 @@ "binop": null }, "value": "imageOutputQuality", - "start": 5846, - "end": 5864, + "start": 5584, + "end": 5602, "loc": { "start": { - "line": 124, + "line": 120, "column": 4 }, "end": { - "line": 124, + "line": 120, "column": 22 } } @@ -14340,15 +14077,15 @@ "binop": null, "updateContext": null }, - "start": 5864, - "end": 5865, + "start": 5602, + "end": 5603, "loc": { "start": { - "line": 124, + "line": 120, "column": 22 }, "end": { - "line": 124, + "line": 120, "column": 23 } } @@ -14367,15 +14104,15 @@ "updateContext": null }, "value": 0.92, - "start": 5866, - "end": 5870, + "start": 5604, + "end": 5608, "loc": { "start": { - "line": 124, + "line": 120, "column": 24 }, "end": { - "line": 124, + "line": 120, "column": 28 } } @@ -14393,15 +14130,15 @@ "binop": null, "updateContext": null }, - "start": 5870, - "end": 5871, + "start": 5608, + "end": 5609, "loc": { "start": { - "line": 124, + "line": 120, "column": 28 }, "end": { - "line": 124, + "line": 120, "column": 29 } } @@ -14409,15 +14146,15 @@ { "type": "CommentLine", "value": " Accepts numbers in milliseconds; use this to force intervals-based blobs.", - "start": 5876, - "end": 5952, + "start": 5614, + "end": 5690, "loc": { "start": { - "line": 125, + "line": 121, "column": 4 }, "end": { - "line": 125, + "line": 121, "column": 80 } } @@ -14435,15 +14172,15 @@ "binop": null }, "value": "timeSlice", - "start": 5957, - "end": 5966, + "start": 5695, + "end": 5704, "loc": { "start": { - "line": 126, + "line": 122, "column": 4 }, "end": { - "line": 126, + "line": 122, "column": 13 } } @@ -14461,15 +14198,15 @@ "binop": null, "updateContext": null }, - "start": 5966, - "end": 5967, + "start": 5704, + "end": 5705, "loc": { "start": { - "line": 126, + "line": 122, "column": 13 }, "end": { - "line": 126, + "line": 122, "column": 14 } } @@ -14488,15 +14225,15 @@ "updateContext": null }, "value": 0, - "start": 5968, - "end": 5969, + "start": 5706, + "end": 5707, "loc": { "start": { - "line": 126, + "line": 122, "column": 15 }, "end": { - "line": 126, + "line": 122, "column": 16 } } @@ -14514,15 +14251,15 @@ "binop": null, "updateContext": null }, - "start": 5969, - "end": 5970, + "start": 5707, + "end": 5708, "loc": { "start": { - "line": 126, + "line": 122, "column": 16 }, "end": { - "line": 126, + "line": 122, "column": 17 } } @@ -14530,15 +14267,15 @@ { "type": "CommentLine", "value": " Media converter library to use. Legal values are 'ts-ebml' and 'ffmpeg.js'.", - "start": 5975, - "end": 6053, + "start": 5713, + "end": 5791, "loc": { "start": { - "line": 127, + "line": 123, "column": 4 }, "end": { - "line": 127, + "line": 123, "column": 82 } } @@ -14546,15 +14283,15 @@ { "type": "CommentLine", "value": " Use an empty string '' to disable (default).", - "start": 6058, - "end": 6105, + "start": 5796, + "end": 5843, "loc": { "start": { - "line": 128, + "line": 124, "column": 4 }, "end": { - "line": 128, + "line": 124, "column": 51 } } @@ -14572,15 +14309,15 @@ "binop": null }, "value": "convertEngine", - "start": 6110, - "end": 6123, + "start": 5848, + "end": 5861, "loc": { "start": { - "line": 129, + "line": 125, "column": 4 }, "end": { - "line": 129, + "line": 125, "column": 17 } } @@ -14598,15 +14335,15 @@ "binop": null, "updateContext": null }, - "start": 6123, - "end": 6124, + "start": 5861, + "end": 5862, "loc": { "start": { - "line": 129, + "line": 125, "column": 17 }, "end": { - "line": 129, + "line": 125, "column": 18 } } @@ -14625,15 +14362,15 @@ "updateContext": null }, "value": "", - "start": 6125, - "end": 6127, + "start": 5863, + "end": 5865, "loc": { "start": { - "line": 129, + "line": 125, "column": 19 }, "end": { - "line": 129, + "line": 125, "column": 21 } } @@ -14651,15 +14388,15 @@ "binop": null, "updateContext": null }, - "start": 6127, - "end": 6128, + "start": 5865, + "end": 5866, "loc": { "start": { - "line": 129, + "line": 125, "column": 21 }, "end": { - "line": 129, + "line": 125, "column": 22 } } @@ -14667,15 +14404,15 @@ { "type": "CommentLine", "value": " URL for the converter worker.", - "start": 6133, - "end": 6165, + "start": 5871, + "end": 5903, "loc": { "start": { - "line": 130, + "line": 126, "column": 4 }, "end": { - "line": 130, + "line": 126, "column": 36 } } @@ -14693,15 +14430,15 @@ "binop": null }, "value": "convertWorkerURL", - "start": 6170, - "end": 6186, + "start": 5908, + "end": 5924, "loc": { "start": { - "line": 131, + "line": 127, "column": 4 }, "end": { - "line": 131, + "line": 127, "column": 20 } } @@ -14719,15 +14456,15 @@ "binop": null, "updateContext": null }, - "start": 6186, - "end": 6187, + "start": 5924, + "end": 5925, "loc": { "start": { - "line": 131, + "line": 127, "column": 20 }, "end": { - "line": 131, + "line": 127, "column": 21 } } @@ -14746,15 +14483,15 @@ "updateContext": null }, "value": "", - "start": 6188, - "end": 6190, + "start": 5926, + "end": 5928, "loc": { "start": { - "line": 131, + "line": 127, "column": 22 }, "end": { - "line": 131, + "line": 127, "column": 24 } } @@ -14772,15 +14509,15 @@ "binop": null, "updateContext": null }, - "start": 6190, - "end": 6191, + "start": 5928, + "end": 5929, "loc": { "start": { - "line": 131, + "line": 127, "column": 24 }, "end": { - "line": 131, + "line": 127, "column": 25 } } @@ -14788,15 +14525,15 @@ { "type": "CommentLine", "value": " List of string options to pass to the convert engine.", - "start": 6196, - "end": 6252, + "start": 5934, + "end": 5990, "loc": { "start": { - "line": 132, + "line": 128, "column": 4 }, "end": { - "line": 132, + "line": 128, "column": 60 } } @@ -14814,15 +14551,15 @@ "binop": null }, "value": "convertOptions", - "start": 6257, - "end": 6271, + "start": 5995, + "end": 6009, "loc": { "start": { - "line": 133, + "line": 129, "column": 4 }, "end": { - "line": 133, + "line": 129, "column": 18 } } @@ -14840,15 +14577,15 @@ "binop": null, "updateContext": null }, - "start": 6271, - "end": 6272, + "start": 6009, + "end": 6010, "loc": { "start": { - "line": 133, + "line": 129, "column": 18 }, "end": { - "line": 133, + "line": 129, "column": 19 } } @@ -14866,15 +14603,15 @@ "binop": null, "updateContext": null }, - "start": 6273, - "end": 6274, + "start": 6011, + "end": 6012, "loc": { "start": { - "line": 133, + "line": 129, "column": 20 }, "end": { - "line": 133, + "line": 129, "column": 21 } } @@ -14892,15 +14629,15 @@ "binop": null, "updateContext": null }, - "start": 6274, - "end": 6275, + "start": 6012, + "end": 6013, "loc": { "start": { - "line": 133, + "line": 129, "column": 21 }, "end": { - "line": 133, + "line": 129, "column": 22 } } @@ -14918,15 +14655,15 @@ "binop": null, "updateContext": null }, - "start": 6275, - "end": 6276, + "start": 6013, + "end": 6014, "loc": { "start": { - "line": 133, + "line": 129, "column": 22 }, "end": { - "line": 133, + "line": 129, "column": 23 } } @@ -14934,15 +14671,15 @@ { "type": "CommentLine", "value": " Enable keyboard hotkeys.", - "start": 6281, - "end": 6308, + "start": 6019, + "end": 6046, "loc": { "start": { - "line": 134, + "line": 130, "column": 4 }, "end": { - "line": 134, + "line": 130, "column": 31 } } @@ -14960,15 +14697,15 @@ "binop": null }, "value": "hotKeys", - "start": 6313, - "end": 6320, + "start": 6051, + "end": 6058, "loc": { "start": { - "line": 135, + "line": 131, "column": 4 }, "end": { - "line": 135, + "line": 131, "column": 11 } } @@ -14986,15 +14723,15 @@ "binop": null, "updateContext": null }, - "start": 6320, - "end": 6321, + "start": 6058, + "end": 6059, "loc": { "start": { - "line": 135, + "line": 131, "column": 11 }, "end": { - "line": 135, + "line": 131, "column": 12 } } @@ -15014,15 +14751,15 @@ "updateContext": null }, "value": "false", - "start": 6322, - "end": 6327, + "start": 6060, + "end": 6065, "loc": { "start": { - "line": 135, + "line": 131, "column": 13 }, "end": { - "line": 135, + "line": 131, "column": 18 } } @@ -15040,15 +14777,15 @@ "binop": null, "updateContext": null }, - "start": 6327, - "end": 6328, + "start": 6065, + "end": 6066, "loc": { "start": { - "line": 135, + "line": 131, "column": 18 }, "end": { - "line": 135, + "line": 131, "column": 19 } } @@ -15056,15 +14793,15 @@ { "type": "CommentLine", "value": " Use this object to specify additional settings for the library used by the", - "start": 6333, - "end": 6410, + "start": 6071, + "end": 6148, "loc": { "start": { - "line": 136, + "line": 132, "column": 4 }, "end": { - "line": 136, + "line": 132, "column": 81 } } @@ -15072,15 +14809,15 @@ { "type": "CommentLine", "value": " plugin (only used in opus-recorder and vmsg plugins).", - "start": 6415, - "end": 6471, + "start": 6153, + "end": 6209, "loc": { "start": { - "line": 137, + "line": 133, "column": 4 }, "end": { - "line": 137, + "line": 133, "column": 60 } } @@ -15098,15 +14835,15 @@ "binop": null }, "value": "pluginLibraryOptions", - "start": 6476, - "end": 6496, + "start": 6214, + "end": 6234, "loc": { "start": { - "line": 138, + "line": 134, "column": 4 }, "end": { - "line": 138, + "line": 134, "column": 24 } } @@ -15124,15 +14861,15 @@ "binop": null, "updateContext": null }, - "start": 6496, - "end": 6497, + "start": 6234, + "end": 6235, "loc": { "start": { - "line": 138, + "line": 134, "column": 24 }, "end": { - "line": 138, + "line": 134, "column": 25 } } @@ -15149,15 +14886,15 @@ "postfix": false, "binop": null }, - "start": 6498, - "end": 6499, + "start": 6236, + "end": 6237, "loc": { "start": { - "line": 138, + "line": 134, "column": 26 }, "end": { - "line": 138, + "line": 134, "column": 27 } } @@ -15174,15 +14911,15 @@ "postfix": false, "binop": null }, - "start": 6499, - "end": 6500, + "start": 6237, + "end": 6238, "loc": { "start": { - "line": 138, + "line": 134, "column": 27 }, "end": { - "line": 138, + "line": 134, "column": 28 } } @@ -15199,15 +14936,15 @@ "postfix": false, "binop": null }, - "start": 6501, - "end": 6502, + "start": 6239, + "end": 6240, "loc": { "start": { - "line": 139, + "line": 135, "column": 0 }, "end": { - "line": 139, + "line": 135, "column": 1 } } @@ -15225,15 +14962,15 @@ "binop": null, "updateContext": null }, - "start": 6502, - "end": 6503, + "start": 6240, + "end": 6241, "loc": { "start": { - "line": 139, + "line": 135, "column": 1 }, "end": { - "line": 139, + "line": 135, "column": 2 } } @@ -15253,15 +14990,15 @@ "updateContext": null }, "value": "export", - "start": 6505, - "end": 6511, + "start": 6243, + "end": 6249, "loc": { "start": { - "line": 141, + "line": 137, "column": 0 }, "end": { - "line": 141, + "line": 137, "column": 6 } } @@ -15281,15 +15018,15 @@ "updateContext": null }, "value": "default", - "start": 6512, - "end": 6519, + "start": 6250, + "end": 6257, "loc": { "start": { - "line": 141, + "line": 137, "column": 7 }, "end": { - "line": 141, + "line": 137, "column": 14 } } @@ -15307,15 +15044,15 @@ "binop": null }, "value": "pluginDefaultOptions", - "start": 6520, - "end": 6540, + "start": 6258, + "end": 6278, "loc": { "start": { - "line": 141, + "line": 137, "column": 15 }, "end": { - "line": 141, + "line": 137, "column": 35 } } @@ -15333,15 +15070,15 @@ "binop": null, "updateContext": null }, - "start": 6540, - "end": 6541, + "start": 6278, + "end": 6279, "loc": { "start": { - "line": 141, + "line": 137, "column": 35 }, "end": { - "line": 141, + "line": 137, "column": 36 } } @@ -15359,15 +15096,15 @@ "binop": null, "updateContext": null }, - "start": 6542, - "end": 6542, + "start": 6280, + "end": 6280, "loc": { "start": { - "line": 142, + "line": 138, "column": 0 }, "end": { - "line": 142, + "line": 138, "column": 0 } } diff --git a/docs/api/ast/source/plugins/lamejs-plugin.js.json b/docs/api/ast/source/plugins/lamejs-plugin.js.json index 69fe8270..fdd34bde 100644 --- a/docs/api/ast/source/plugins/lamejs-plugin.js.json +++ b/docs/api/ast/source/plugins/lamejs-plugin.js.json @@ -1,7 +1,7 @@ { "type": "File", "start": 0, - "end": 4403, + "end": 4404, "loc": { "start": { "line": 1, @@ -15,7 +15,7 @@ "program": { "type": "Program", "start": 0, - "end": 4403, + "end": 4404, "loc": { "start": { "line": 1, @@ -275,7 +275,7 @@ { "type": "Identifier", "start": 236, - "end": 4317, + "end": 4318, "loc": { "start": { "line": 16, @@ -324,7 +324,7 @@ "body": { "type": "ClassBody", "start": 276, - "end": 4317, + "end": 4318, "loc": { "start": { "line": 16, @@ -339,7 +339,7 @@ { "type": "ClassMethod", "start": 540, - "end": 1340, + "end": 1341, "loc": { "start": { "line": 26, @@ -414,7 +414,7 @@ "body": { "type": "BlockStatement", "start": 569, - "end": 1340, + "end": 1341, "loc": { "start": { "line": 26, @@ -1076,7 +1076,7 @@ { "type": "ExpressionStatement", "start": 1305, - "end": 1334, + "end": 1335, "loc": { "start": { "line": 58, @@ -1084,13 +1084,13 @@ }, "end": { "line": 58, - "column": 37 + "column": 38 } }, "expression": { "type": "AssignmentExpression", "start": 1305, - "end": 1333, + "end": 1334, "loc": { "start": { "line": 58, @@ -1098,7 +1098,7 @@ }, "end": { "line": 58, - "column": 36 + "column": 37 } }, "operator": "=", @@ -1155,7 +1155,7 @@ "right": { "type": "StringLiteral", "start": 1322, - "end": 1333, + "end": 1334, "loc": { "start": { "line": 58, @@ -1163,14 +1163,14 @@ }, "end": { "line": 58, - "column": 36 + "column": 37 } }, "extra": { - "rawValue": "audio/mp3", - "raw": "'audio/mp3'" + "rawValue": "audio/mpeg", + "raw": "'audio/mpeg'" }, - "value": "audio/mp3" + "value": "audio/mpeg" }, "leadingComments": null }, @@ -1219,8 +1219,8 @@ { "type": "CommentBlock", "value": "*\n * Setup recording engine.\n *\n * @param {LocalMediaStream} stream - Media stream to record.\n * @param {Object} mediaType - Object describing the media type of this\n * engine.\n * @param {Boolean} debug - Indicating whether or not debug messages should\n * be printed in the console.\n ", - "start": 1346, - "end": 1674, + "start": 1347, + "end": 1675, "loc": { "start": { "line": 61, @@ -1236,8 +1236,8 @@ }, { "type": "ClassMethod", - "start": 1679, - "end": 2149, + "start": 1680, + "end": 2150, "loc": { "start": { "line": 70, @@ -1252,8 +1252,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1679, - "end": 1684, + "start": 1680, + "end": 1685, "loc": { "start": { "line": 70, @@ -1276,8 +1276,8 @@ "params": [ { "type": "Identifier", - "start": 1685, - "end": 1691, + "start": 1686, + "end": 1692, "loc": { "start": { "line": 70, @@ -1293,8 +1293,8 @@ }, { "type": "Identifier", - "start": 1693, - "end": 1702, + "start": 1694, + "end": 1703, "loc": { "start": { "line": 70, @@ -1310,8 +1310,8 @@ }, { "type": "Identifier", - "start": 1704, - "end": 1709, + "start": 1705, + "end": 1710, "loc": { "start": { "line": 70, @@ -1328,8 +1328,8 @@ ], "body": { "type": "BlockStatement", - "start": 1711, - "end": 2149, + "start": 1712, + "end": 2150, "loc": { "start": { "line": 70, @@ -1343,8 +1343,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 1721, - "end": 1747, + "start": 1722, + "end": 1748, "loc": { "start": { "line": 71, @@ -1357,8 +1357,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 1721, - "end": 1746, + "start": 1722, + "end": 1747, "loc": { "start": { "line": 71, @@ -1372,8 +1372,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 1721, - "end": 1737, + "start": 1722, + "end": 1738, "loc": { "start": { "line": 71, @@ -1386,8 +1386,8 @@ }, "object": { "type": "ThisExpression", - "start": 1721, - "end": 1725, + "start": 1722, + "end": 1726, "loc": { "start": { "line": 71, @@ -1401,8 +1401,8 @@ }, "property": { "type": "Identifier", - "start": 1726, - "end": 1737, + "start": 1727, + "end": 1738, "loc": { "start": { "line": 71, @@ -1420,8 +1420,8 @@ }, "right": { "type": "Identifier", - "start": 1740, - "end": 1746, + "start": 1741, + "end": 1747, "loc": { "start": { "line": 71, @@ -1439,8 +1439,8 @@ }, { "type": "ExpressionStatement", - "start": 1756, - "end": 1783, + "start": 1757, + "end": 1784, "loc": { "start": { "line": 72, @@ -1453,8 +1453,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 1756, - "end": 1782, + "start": 1757, + "end": 1783, "loc": { "start": { "line": 72, @@ -1468,8 +1468,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 1756, - "end": 1770, + "start": 1757, + "end": 1771, "loc": { "start": { "line": 72, @@ -1482,8 +1482,8 @@ }, "object": { "type": "ThisExpression", - "start": 1756, - "end": 1760, + "start": 1757, + "end": 1761, "loc": { "start": { "line": 72, @@ -1497,8 +1497,8 @@ }, "property": { "type": "Identifier", - "start": 1761, - "end": 1770, + "start": 1762, + "end": 1771, "loc": { "start": { "line": 72, @@ -1516,8 +1516,8 @@ }, "right": { "type": "Identifier", - "start": 1773, - "end": 1782, + "start": 1774, + "end": 1783, "loc": { "start": { "line": 72, @@ -1535,8 +1535,8 @@ }, { "type": "ExpressionStatement", - "start": 1792, - "end": 1811, + "start": 1793, + "end": 1812, "loc": { "start": { "line": 73, @@ -1549,8 +1549,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 1792, - "end": 1810, + "start": 1793, + "end": 1811, "loc": { "start": { "line": 73, @@ -1564,8 +1564,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 1792, - "end": 1802, + "start": 1793, + "end": 1803, "loc": { "start": { "line": 73, @@ -1578,8 +1578,8 @@ }, "object": { "type": "ThisExpression", - "start": 1792, - "end": 1796, + "start": 1793, + "end": 1797, "loc": { "start": { "line": 73, @@ -1593,8 +1593,8 @@ }, "property": { "type": "Identifier", - "start": 1797, - "end": 1802, + "start": 1798, + "end": 1803, "loc": { "start": { "line": 73, @@ -1612,8 +1612,8 @@ }, "right": { "type": "Identifier", - "start": 1805, - "end": 1810, + "start": 1806, + "end": 1811, "loc": { "start": { "line": 73, @@ -1631,8 +1631,8 @@ }, { "type": "ExpressionStatement", - "start": 1821, - "end": 1953, + "start": 1822, + "end": 1954, "loc": { "start": { "line": 75, @@ -1645,8 +1645,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 1821, - "end": 1952, + "start": 1822, + "end": 1953, "loc": { "start": { "line": 75, @@ -1660,8 +1660,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 1821, - "end": 1832, + "start": 1822, + "end": 1833, "loc": { "start": { "line": 75, @@ -1674,8 +1674,8 @@ }, "object": { "type": "ThisExpression", - "start": 1821, - "end": 1825, + "start": 1822, + "end": 1826, "loc": { "start": { "line": 75, @@ -1689,8 +1689,8 @@ }, "property": { "type": "Identifier", - "start": 1826, - "end": 1832, + "start": 1827, + "end": 1833, "loc": { "start": { "line": 75, @@ -1708,8 +1708,8 @@ }, "right": { "type": "ObjectExpression", - "start": 1835, - "end": 1952, + "start": 1836, + "end": 1953, "loc": { "start": { "line": 75, @@ -1723,8 +1723,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 1849, - "end": 1866, + "start": 1850, + "end": 1867, "loc": { "start": { "line": 76, @@ -1740,8 +1740,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1849, - "end": 1854, + "start": 1850, + "end": 1855, "loc": { "start": { "line": 76, @@ -1757,8 +1757,8 @@ }, "value": { "type": "MemberExpression", - "start": 1856, - "end": 1866, + "start": 1857, + "end": 1867, "loc": { "start": { "line": 76, @@ -1771,8 +1771,8 @@ }, "object": { "type": "ThisExpression", - "start": 1856, - "end": 1860, + "start": 1857, + "end": 1861, "loc": { "start": { "line": 76, @@ -1786,8 +1786,8 @@ }, "property": { "type": "Identifier", - "start": 1861, - "end": 1866, + "start": 1862, + "end": 1867, "loc": { "start": { "line": 76, @@ -1806,8 +1806,8 @@ }, { "type": "ObjectProperty", - "start": 1880, - "end": 1907, + "start": 1881, + "end": 1908, "loc": { "start": { "line": 77, @@ -1823,8 +1823,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1880, - "end": 1890, + "start": 1881, + "end": 1891, "loc": { "start": { "line": 77, @@ -1840,8 +1840,8 @@ }, "value": { "type": "MemberExpression", - "start": 1892, - "end": 1907, + "start": 1893, + "end": 1908, "loc": { "start": { "line": 77, @@ -1854,8 +1854,8 @@ }, "object": { "type": "ThisExpression", - "start": 1892, - "end": 1896, + "start": 1893, + "end": 1897, "loc": { "start": { "line": 77, @@ -1869,8 +1869,8 @@ }, "property": { "type": "Identifier", - "start": 1897, - "end": 1907, + "start": 1898, + "end": 1908, "loc": { "start": { "line": 77, @@ -1889,8 +1889,8 @@ }, { "type": "ObjectProperty", - "start": 1921, - "end": 1942, + "start": 1922, + "end": 1943, "loc": { "start": { "line": 78, @@ -1906,8 +1906,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1921, - "end": 1928, + "start": 1922, + "end": 1929, "loc": { "start": { "line": 78, @@ -1923,8 +1923,8 @@ }, "value": { "type": "MemberExpression", - "start": 1930, - "end": 1942, + "start": 1931, + "end": 1943, "loc": { "start": { "line": 78, @@ -1937,8 +1937,8 @@ }, "object": { "type": "ThisExpression", - "start": 1930, - "end": 1934, + "start": 1931, + "end": 1935, "loc": { "start": { "line": 78, @@ -1952,8 +1952,8 @@ }, "property": { "type": "Identifier", - "start": 1935, - "end": 1942, + "start": 1936, + "end": 1943, "loc": { "start": { "line": 78, @@ -1976,8 +1976,8 @@ }, { "type": "ExpressionStatement", - "start": 1963, - "end": 2009, + "start": 1964, + "end": 2010, "loc": { "start": { "line": 81, @@ -1990,8 +1990,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 1963, - "end": 2008, + "start": 1964, + "end": 2009, "loc": { "start": { "line": 81, @@ -2005,8 +2005,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 1963, - "end": 1974, + "start": 1964, + "end": 1975, "loc": { "start": { "line": 81, @@ -2019,8 +2019,8 @@ }, "object": { "type": "ThisExpression", - "start": 1963, - "end": 1967, + "start": 1964, + "end": 1968, "loc": { "start": { "line": 81, @@ -2034,8 +2034,8 @@ }, "property": { "type": "Identifier", - "start": 1968, - "end": 1974, + "start": 1969, + "end": 1975, "loc": { "start": { "line": 81, @@ -2053,8 +2053,8 @@ }, "right": { "type": "NewExpression", - "start": 1977, - "end": 2008, + "start": 1978, + "end": 2009, "loc": { "start": { "line": 81, @@ -2067,8 +2067,8 @@ }, "callee": { "type": "Identifier", - "start": 1981, - "end": 1987, + "start": 1982, + "end": 1988, "loc": { "start": { "line": 81, @@ -2085,8 +2085,8 @@ "arguments": [ { "type": "MemberExpression", - "start": 1988, - "end": 2007, + "start": 1989, + "end": 2008, "loc": { "start": { "line": 81, @@ -2099,8 +2099,8 @@ }, "object": { "type": "ThisExpression", - "start": 1988, - "end": 1992, + "start": 1989, + "end": 1993, "loc": { "start": { "line": 81, @@ -2114,8 +2114,8 @@ }, "property": { "type": "Identifier", - "start": 1993, - "end": 2007, + "start": 1994, + "end": 2008, "loc": { "start": { "line": 81, @@ -2137,8 +2137,8 @@ }, { "type": "ExpressionStatement", - "start": 2018, - "end": 2074, + "start": 2019, + "end": 2075, "loc": { "start": { "line": 82, @@ -2151,8 +2151,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 2018, - "end": 2073, + "start": 2019, + "end": 2074, "loc": { "start": { "line": 82, @@ -2166,8 +2166,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 2018, - "end": 2039, + "start": 2019, + "end": 2040, "loc": { "start": { "line": 82, @@ -2180,8 +2180,8 @@ }, "object": { "type": "MemberExpression", - "start": 2018, - "end": 2029, + "start": 2019, + "end": 2030, "loc": { "start": { "line": 82, @@ -2194,8 +2194,8 @@ }, "object": { "type": "ThisExpression", - "start": 2018, - "end": 2022, + "start": 2019, + "end": 2023, "loc": { "start": { "line": 82, @@ -2209,8 +2209,8 @@ }, "property": { "type": "Identifier", - "start": 2023, - "end": 2029, + "start": 2024, + "end": 2030, "loc": { "start": { "line": 82, @@ -2228,8 +2228,8 @@ }, "property": { "type": "Identifier", - "start": 2030, - "end": 2039, + "start": 2031, + "end": 2040, "loc": { "start": { "line": 82, @@ -2247,8 +2247,8 @@ }, "right": { "type": "CallExpression", - "start": 2042, - "end": 2073, + "start": 2043, + "end": 2074, "loc": { "start": { "line": 82, @@ -2261,8 +2261,8 @@ }, "callee": { "type": "MemberExpression", - "start": 2042, - "end": 2067, + "start": 2043, + "end": 2068, "loc": { "start": { "line": 82, @@ -2275,8 +2275,8 @@ }, "object": { "type": "MemberExpression", - "start": 2042, - "end": 2062, + "start": 2043, + "end": 2063, "loc": { "start": { "line": 82, @@ -2289,8 +2289,8 @@ }, "object": { "type": "ThisExpression", - "start": 2042, - "end": 2046, + "start": 2043, + "end": 2047, "loc": { "start": { "line": 82, @@ -2304,8 +2304,8 @@ }, "property": { "type": "Identifier", - "start": 2047, - "end": 2062, + "start": 2048, + "end": 2063, "loc": { "start": { "line": 82, @@ -2323,8 +2323,8 @@ }, "property": { "type": "Identifier", - "start": 2063, - "end": 2067, + "start": 2064, + "end": 2068, "loc": { "start": { "line": 82, @@ -2343,8 +2343,8 @@ "arguments": [ { "type": "ThisExpression", - "start": 2068, - "end": 2072, + "start": 2069, + "end": 2073, "loc": { "start": { "line": 82, @@ -2362,8 +2362,8 @@ }, { "type": "ExpressionStatement", - "start": 2083, - "end": 2143, + "start": 2084, + "end": 2144, "loc": { "start": { "line": 83, @@ -2376,8 +2376,8 @@ }, "expression": { "type": "CallExpression", - "start": 2083, - "end": 2142, + "start": 2084, + "end": 2143, "loc": { "start": { "line": 83, @@ -2390,8 +2390,8 @@ }, "callee": { "type": "MemberExpression", - "start": 2083, - "end": 2106, + "start": 2084, + "end": 2107, "loc": { "start": { "line": 83, @@ -2404,8 +2404,8 @@ }, "object": { "type": "MemberExpression", - "start": 2083, - "end": 2094, + "start": 2084, + "end": 2095, "loc": { "start": { "line": 83, @@ -2418,8 +2418,8 @@ }, "object": { "type": "ThisExpression", - "start": 2083, - "end": 2087, + "start": 2084, + "end": 2088, "loc": { "start": { "line": 83, @@ -2433,8 +2433,8 @@ }, "property": { "type": "Identifier", - "start": 2088, - "end": 2094, + "start": 2089, + "end": 2095, "loc": { "start": { "line": 83, @@ -2452,8 +2452,8 @@ }, "property": { "type": "Identifier", - "start": 2095, - "end": 2106, + "start": 2096, + "end": 2107, "loc": { "start": { "line": 83, @@ -2472,8 +2472,8 @@ "arguments": [ { "type": "ObjectExpression", - "start": 2107, - "end": 2141, + "start": 2108, + "end": 2142, "loc": { "start": { "line": 83, @@ -2487,8 +2487,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 2108, - "end": 2119, + "start": 2109, + "end": 2120, "loc": { "start": { "line": 83, @@ -2504,8 +2504,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2108, - "end": 2111, + "start": 2109, + "end": 2112, "loc": { "start": { "line": 83, @@ -2521,8 +2521,8 @@ }, "value": { "type": "StringLiteral", - "start": 2113, - "end": 2119, + "start": 2114, + "end": 2120, "loc": { "start": { "line": 83, @@ -2542,8 +2542,8 @@ }, { "type": "ObjectProperty", - "start": 2121, - "end": 2140, + "start": 2122, + "end": 2141, "loc": { "start": { "line": 83, @@ -2559,8 +2559,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2121, - "end": 2127, + "start": 2122, + "end": 2128, "loc": { "start": { "line": 83, @@ -2576,8 +2576,8 @@ }, "value": { "type": "MemberExpression", - "start": 2129, - "end": 2140, + "start": 2130, + "end": 2141, "loc": { "start": { "line": 83, @@ -2590,8 +2590,8 @@ }, "object": { "type": "ThisExpression", - "start": 2129, - "end": 2133, + "start": 2130, + "end": 2134, "loc": { "start": { "line": 83, @@ -2605,8 +2605,8 @@ }, "property": { "type": "Identifier", - "start": 2134, - "end": 2140, + "start": 2135, + "end": 2141, "loc": { "start": { "line": 83, @@ -2636,8 +2636,8 @@ { "type": "CommentBlock", "value": "*\n * Setup recording engine.\n *\n * @param {LocalMediaStream} stream - Media stream to record.\n * @param {Object} mediaType - Object describing the media type of this\n * engine.\n * @param {Boolean} debug - Indicating whether or not debug messages should\n * be printed in the console.\n ", - "start": 1346, - "end": 1674, + "start": 1347, + "end": 1675, "loc": { "start": { "line": 61, @@ -2654,8 +2654,8 @@ { "type": "CommentBlock", "value": "*\n * Start recording.\n ", - "start": 2155, - "end": 2190, + "start": 2156, + "end": 2191, "loc": { "start": { "line": 86, @@ -2671,8 +2671,8 @@ }, { "type": "ClassMethod", - "start": 2195, - "end": 2799, + "start": 2196, + "end": 2800, "loc": { "start": { "line": 89, @@ -2687,8 +2687,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2195, - "end": 2200, + "start": 2196, + "end": 2201, "loc": { "start": { "line": 89, @@ -2711,8 +2711,8 @@ "params": [], "body": { "type": "BlockStatement", - "start": 2203, - "end": 2799, + "start": 2204, + "end": 2800, "loc": { "start": { "line": 89, @@ -2726,8 +2726,8 @@ "body": [ { "type": "VariableDeclaration", - "start": 2213, - "end": 2281, + "start": 2214, + "end": 2282, "loc": { "start": { "line": 90, @@ -2741,8 +2741,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 2217, - "end": 2280, + "start": 2218, + "end": 2281, "loc": { "start": { "line": 90, @@ -2755,8 +2755,8 @@ }, "id": { "type": "Identifier", - "start": 2217, - "end": 2229, + "start": 2218, + "end": 2230, "loc": { "start": { "line": 90, @@ -2772,8 +2772,8 @@ }, "init": { "type": "LogicalExpression", - "start": 2232, - "end": 2280, + "start": 2233, + "end": 2281, "loc": { "start": { "line": 90, @@ -2786,8 +2786,8 @@ }, "left": { "type": "MemberExpression", - "start": 2232, - "end": 2251, + "start": 2233, + "end": 2252, "loc": { "start": { "line": 90, @@ -2800,8 +2800,8 @@ }, "object": { "type": "Identifier", - "start": 2232, - "end": 2238, + "start": 2233, + "end": 2239, "loc": { "start": { "line": 90, @@ -2817,8 +2817,8 @@ }, "property": { "type": "Identifier", - "start": 2239, - "end": 2251, + "start": 2240, + "end": 2252, "loc": { "start": { "line": 90, @@ -2837,8 +2837,8 @@ "operator": "||", "right": { "type": "MemberExpression", - "start": 2255, - "end": 2280, + "start": 2256, + "end": 2281, "loc": { "start": { "line": 90, @@ -2851,8 +2851,8 @@ }, "object": { "type": "Identifier", - "start": 2255, - "end": 2261, + "start": 2256, + "end": 2262, "loc": { "start": { "line": 90, @@ -2868,8 +2868,8 @@ }, "property": { "type": "Identifier", - "start": 2262, - "end": 2280, + "start": 2263, + "end": 2281, "loc": { "start": { "line": 90, @@ -2892,8 +2892,8 @@ }, { "type": "ExpressionStatement", - "start": 2290, - "end": 2329, + "start": 2291, + "end": 2330, "loc": { "start": { "line": 91, @@ -2906,8 +2906,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 2290, - "end": 2328, + "start": 2291, + "end": 2329, "loc": { "start": { "line": 91, @@ -2921,8 +2921,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 2290, - "end": 2307, + "start": 2291, + "end": 2308, "loc": { "start": { "line": 91, @@ -2935,8 +2935,8 @@ }, "object": { "type": "ThisExpression", - "start": 2290, - "end": 2294, + "start": 2291, + "end": 2295, "loc": { "start": { "line": 91, @@ -2950,8 +2950,8 @@ }, "property": { "type": "Identifier", - "start": 2295, - "end": 2307, + "start": 2296, + "end": 2308, "loc": { "start": { "line": 91, @@ -2969,8 +2969,8 @@ }, "right": { "type": "NewExpression", - "start": 2310, - "end": 2328, + "start": 2311, + "end": 2329, "loc": { "start": { "line": 91, @@ -2983,8 +2983,8 @@ }, "callee": { "type": "Identifier", - "start": 2314, - "end": 2326, + "start": 2315, + "end": 2327, "loc": { "start": { "line": 91, @@ -3004,8 +3004,8 @@ }, { "type": "ExpressionStatement", - "start": 2339, - "end": 2435, + "start": 2340, + "end": 2436, "loc": { "start": { "line": 93, @@ -3018,8 +3018,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 2339, - "end": 2434, + "start": 2340, + "end": 2435, "loc": { "start": { "line": 93, @@ -3033,8 +3033,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 2339, - "end": 2359, + "start": 2340, + "end": 2360, "loc": { "start": { "line": 93, @@ -3047,8 +3047,8 @@ }, "object": { "type": "ThisExpression", - "start": 2339, - "end": 2343, + "start": 2340, + "end": 2344, "loc": { "start": { "line": 93, @@ -3062,8 +3062,8 @@ }, "property": { "type": "Identifier", - "start": 2344, - "end": 2359, + "start": 2345, + "end": 2360, "loc": { "start": { "line": 93, @@ -3081,8 +3081,8 @@ }, "right": { "type": "CallExpression", - "start": 2362, - "end": 2434, + "start": 2363, + "end": 2435, "loc": { "start": { "line": 93, @@ -3095,8 +3095,8 @@ }, "callee": { "type": "MemberExpression", - "start": 2362, - "end": 2403, + "start": 2363, + "end": 2404, "loc": { "start": { "line": 93, @@ -3109,8 +3109,8 @@ }, "object": { "type": "MemberExpression", - "start": 2362, - "end": 2379, + "start": 2363, + "end": 2380, "loc": { "start": { "line": 93, @@ -3123,8 +3123,8 @@ }, "object": { "type": "ThisExpression", - "start": 2362, - "end": 2366, + "start": 2363, + "end": 2367, "loc": { "start": { "line": 93, @@ -3138,8 +3138,8 @@ }, "property": { "type": "Identifier", - "start": 2367, - "end": 2379, + "start": 2368, + "end": 2380, "loc": { "start": { "line": 93, @@ -3157,8 +3157,8 @@ }, "property": { "type": "Identifier", - "start": 2380, - "end": 2403, + "start": 2381, + "end": 2404, "loc": { "start": { "line": 93, @@ -3177,8 +3177,8 @@ "arguments": [ { "type": "MemberExpression", - "start": 2417, - "end": 2433, + "start": 2418, + "end": 2434, "loc": { "start": { "line": 94, @@ -3191,8 +3191,8 @@ }, "object": { "type": "ThisExpression", - "start": 2417, - "end": 2421, + "start": 2418, + "end": 2422, "loc": { "start": { "line": 94, @@ -3206,8 +3206,8 @@ }, "property": { "type": "Identifier", - "start": 2422, - "end": 2433, + "start": 2423, + "end": 2434, "loc": { "start": { "line": 94, @@ -3230,8 +3230,8 @@ { "type": "CommentLine", "value": " a bufferSize of 0 instructs the browser to choose the best bufferSize", - "start": 2444, - "end": 2516, + "start": 2445, + "end": 2517, "loc": { "start": { "line": 95, @@ -3247,8 +3247,8 @@ }, { "type": "ExpressionStatement", - "start": 2525, - "end": 2604, + "start": 2526, + "end": 2605, "loc": { "start": { "line": 96, @@ -3261,8 +3261,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 2525, - "end": 2603, + "start": 2526, + "end": 2604, "loc": { "start": { "line": 96, @@ -3276,8 +3276,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 2525, - "end": 2539, + "start": 2526, + "end": 2540, "loc": { "start": { "line": 96, @@ -3290,8 +3290,8 @@ }, "object": { "type": "ThisExpression", - "start": 2525, - "end": 2529, + "start": 2526, + "end": 2530, "loc": { "start": { "line": 96, @@ -3306,8 +3306,8 @@ }, "property": { "type": "Identifier", - "start": 2530, - "end": 2539, + "start": 2531, + "end": 2540, "loc": { "start": { "line": 96, @@ -3326,8 +3326,8 @@ }, "right": { "type": "CallExpression", - "start": 2542, - "end": 2603, + "start": 2543, + "end": 2604, "loc": { "start": { "line": 96, @@ -3340,8 +3340,8 @@ }, "callee": { "type": "MemberExpression", - "start": 2542, - "end": 2581, + "start": 2543, + "end": 2582, "loc": { "start": { "line": 96, @@ -3354,8 +3354,8 @@ }, "object": { "type": "MemberExpression", - "start": 2542, - "end": 2559, + "start": 2543, + "end": 2560, "loc": { "start": { "line": 96, @@ -3368,8 +3368,8 @@ }, "object": { "type": "ThisExpression", - "start": 2542, - "end": 2546, + "start": 2543, + "end": 2547, "loc": { "start": { "line": 96, @@ -3383,8 +3383,8 @@ }, "property": { "type": "Identifier", - "start": 2547, - "end": 2559, + "start": 2548, + "end": 2560, "loc": { "start": { "line": 96, @@ -3402,8 +3402,8 @@ }, "property": { "type": "Identifier", - "start": 2560, - "end": 2581, + "start": 2561, + "end": 2582, "loc": { "start": { "line": 96, @@ -3422,8 +3422,8 @@ "arguments": [ { "type": "NumericLiteral", - "start": 2595, - "end": 2596, + "start": 2596, + "end": 2597, "loc": { "start": { "line": 97, @@ -3442,8 +3442,8 @@ }, { "type": "NumericLiteral", - "start": 2598, - "end": 2599, + "start": 2599, + "end": 2600, "loc": { "start": { "line": 97, @@ -3462,8 +3462,8 @@ }, { "type": "NumericLiteral", - "start": 2601, - "end": 2602, + "start": 2602, + "end": 2603, "loc": { "start": { "line": 97, @@ -3488,8 +3488,8 @@ { "type": "CommentLine", "value": " a bufferSize of 0 instructs the browser to choose the best bufferSize", - "start": 2444, - "end": 2516, + "start": 2445, + "end": 2517, "loc": { "start": { "line": 95, @@ -3505,8 +3505,8 @@ }, { "type": "ExpressionStatement", - "start": 2613, - "end": 2676, + "start": 2614, + "end": 2677, "loc": { "start": { "line": 98, @@ -3519,8 +3519,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 2613, - "end": 2675, + "start": 2614, + "end": 2676, "loc": { "start": { "line": 98, @@ -3534,8 +3534,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 2613, - "end": 2642, + "start": 2614, + "end": 2643, "loc": { "start": { "line": 98, @@ -3548,8 +3548,8 @@ }, "object": { "type": "MemberExpression", - "start": 2613, - "end": 2627, + "start": 2614, + "end": 2628, "loc": { "start": { "line": 98, @@ -3562,8 +3562,8 @@ }, "object": { "type": "ThisExpression", - "start": 2613, - "end": 2617, + "start": 2614, + "end": 2618, "loc": { "start": { "line": 98, @@ -3577,8 +3577,8 @@ }, "property": { "type": "Identifier", - "start": 2618, - "end": 2627, + "start": 2619, + "end": 2628, "loc": { "start": { "line": 98, @@ -3596,8 +3596,8 @@ }, "property": { "type": "Identifier", - "start": 2628, - "end": 2642, + "start": 2629, + "end": 2643, "loc": { "start": { "line": 98, @@ -3615,8 +3615,8 @@ }, "right": { "type": "CallExpression", - "start": 2645, - "end": 2675, + "start": 2646, + "end": 2676, "loc": { "start": { "line": 98, @@ -3629,8 +3629,8 @@ }, "callee": { "type": "MemberExpression", - "start": 2645, - "end": 2669, + "start": 2646, + "end": 2670, "loc": { "start": { "line": 98, @@ -3643,8 +3643,8 @@ }, "object": { "type": "MemberExpression", - "start": 2645, - "end": 2664, + "start": 2646, + "end": 2665, "loc": { "start": { "line": 98, @@ -3657,8 +3657,8 @@ }, "object": { "type": "ThisExpression", - "start": 2645, - "end": 2649, + "start": 2646, + "end": 2650, "loc": { "start": { "line": 98, @@ -3672,8 +3672,8 @@ }, "property": { "type": "Identifier", - "start": 2650, - "end": 2664, + "start": 2651, + "end": 2665, "loc": { "start": { "line": 98, @@ -3691,8 +3691,8 @@ }, "property": { "type": "Identifier", - "start": 2665, - "end": 2669, + "start": 2666, + "end": 2670, "loc": { "start": { "line": 98, @@ -3711,8 +3711,8 @@ "arguments": [ { "type": "ThisExpression", - "start": 2670, - "end": 2674, + "start": 2671, + "end": 2675, "loc": { "start": { "line": 98, @@ -3730,8 +3730,8 @@ }, { "type": "ExpressionStatement", - "start": 2685, - "end": 2730, + "start": 2686, + "end": 2731, "loc": { "start": { "line": 99, @@ -3744,8 +3744,8 @@ }, "expression": { "type": "CallExpression", - "start": 2685, - "end": 2729, + "start": 2686, + "end": 2730, "loc": { "start": { "line": 99, @@ -3758,8 +3758,8 @@ }, "callee": { "type": "MemberExpression", - "start": 2685, - "end": 2713, + "start": 2686, + "end": 2714, "loc": { "start": { "line": 99, @@ -3772,8 +3772,8 @@ }, "object": { "type": "MemberExpression", - "start": 2685, - "end": 2705, + "start": 2686, + "end": 2706, "loc": { "start": { "line": 99, @@ -3786,8 +3786,8 @@ }, "object": { "type": "ThisExpression", - "start": 2685, - "end": 2689, + "start": 2686, + "end": 2690, "loc": { "start": { "line": 99, @@ -3801,8 +3801,8 @@ }, "property": { "type": "Identifier", - "start": 2690, - "end": 2705, + "start": 2691, + "end": 2706, "loc": { "start": { "line": 99, @@ -3820,8 +3820,8 @@ }, "property": { "type": "Identifier", - "start": 2706, - "end": 2713, + "start": 2707, + "end": 2714, "loc": { "start": { "line": 99, @@ -3840,8 +3840,8 @@ "arguments": [ { "type": "MemberExpression", - "start": 2714, - "end": 2728, + "start": 2715, + "end": 2729, "loc": { "start": { "line": 99, @@ -3854,8 +3854,8 @@ }, "object": { "type": "ThisExpression", - "start": 2714, - "end": 2718, + "start": 2715, + "end": 2719, "loc": { "start": { "line": 99, @@ -3869,8 +3869,8 @@ }, "property": { "type": "Identifier", - "start": 2719, - "end": 2728, + "start": 2720, + "end": 2729, "loc": { "start": { "line": 99, @@ -3891,8 +3891,8 @@ }, { "type": "ExpressionStatement", - "start": 2739, - "end": 2793, + "start": 2740, + "end": 2794, "loc": { "start": { "line": 100, @@ -3905,8 +3905,8 @@ }, "expression": { "type": "CallExpression", - "start": 2739, - "end": 2792, + "start": 2740, + "end": 2793, "loc": { "start": { "line": 100, @@ -3919,8 +3919,8 @@ }, "callee": { "type": "MemberExpression", - "start": 2739, - "end": 2761, + "start": 2740, + "end": 2762, "loc": { "start": { "line": 100, @@ -3933,8 +3933,8 @@ }, "object": { "type": "MemberExpression", - "start": 2739, - "end": 2753, + "start": 2740, + "end": 2754, "loc": { "start": { "line": 100, @@ -3947,8 +3947,8 @@ }, "object": { "type": "ThisExpression", - "start": 2739, - "end": 2743, + "start": 2740, + "end": 2744, "loc": { "start": { "line": 100, @@ -3962,8 +3962,8 @@ }, "property": { "type": "Identifier", - "start": 2744, - "end": 2753, + "start": 2745, + "end": 2754, "loc": { "start": { "line": 100, @@ -3981,8 +3981,8 @@ }, "property": { "type": "Identifier", - "start": 2754, - "end": 2761, + "start": 2755, + "end": 2762, "loc": { "start": { "line": 100, @@ -4001,8 +4001,8 @@ "arguments": [ { "type": "MemberExpression", - "start": 2762, - "end": 2791, + "start": 2763, + "end": 2792, "loc": { "start": { "line": 100, @@ -4015,8 +4015,8 @@ }, "object": { "type": "MemberExpression", - "start": 2762, - "end": 2779, + "start": 2763, + "end": 2780, "loc": { "start": { "line": 100, @@ -4029,8 +4029,8 @@ }, "object": { "type": "ThisExpression", - "start": 2762, - "end": 2766, + "start": 2763, + "end": 2767, "loc": { "start": { "line": 100, @@ -4044,8 +4044,8 @@ }, "property": { "type": "Identifier", - "start": 2767, - "end": 2779, + "start": 2768, + "end": 2780, "loc": { "start": { "line": 100, @@ -4063,8 +4063,8 @@ }, "property": { "type": "Identifier", - "start": 2780, - "end": 2791, + "start": 2781, + "end": 2792, "loc": { "start": { "line": 100, @@ -4091,8 +4091,8 @@ { "type": "CommentBlock", "value": "*\n * Start recording.\n ", - "start": 2155, - "end": 2190, + "start": 2156, + "end": 2191, "loc": { "start": { "line": 86, @@ -4109,8 +4109,8 @@ { "type": "CommentBlock", "value": "*\n * Stop recording.\n ", - "start": 2805, - "end": 2839, + "start": 2806, + "end": 2840, "loc": { "start": { "line": 103, @@ -4126,8 +4126,8 @@ }, { "type": "ClassMethod", - "start": 2844, - "end": 3312, + "start": 2845, + "end": 3313, "loc": { "start": { "line": 106, @@ -4142,8 +4142,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2844, - "end": 2848, + "start": 2845, + "end": 2849, "loc": { "start": { "line": 106, @@ -4166,8 +4166,8 @@ "params": [], "body": { "type": "BlockStatement", - "start": 2851, - "end": 3312, + "start": 2852, + "end": 3313, "loc": { "start": { "line": 106, @@ -4181,8 +4181,8 @@ "body": [ { "type": "IfStatement", - "start": 2861, - "end": 3054, + "start": 2862, + "end": 3055, "loc": { "start": { "line": 107, @@ -4195,8 +4195,8 @@ }, "test": { "type": "LogicalExpression", - "start": 2865, - "end": 2903, + "start": 2866, + "end": 2904, "loc": { "start": { "line": 107, @@ -4209,8 +4209,8 @@ }, "left": { "type": "MemberExpression", - "start": 2865, - "end": 2879, + "start": 2866, + "end": 2880, "loc": { "start": { "line": 107, @@ -4223,8 +4223,8 @@ }, "object": { "type": "ThisExpression", - "start": 2865, - "end": 2869, + "start": 2866, + "end": 2870, "loc": { "start": { "line": 107, @@ -4238,8 +4238,8 @@ }, "property": { "type": "Identifier", - "start": 2870, - "end": 2879, + "start": 2871, + "end": 2880, "loc": { "start": { "line": 107, @@ -4258,8 +4258,8 @@ "operator": "&&", "right": { "type": "MemberExpression", - "start": 2883, - "end": 2903, + "start": 2884, + "end": 2904, "loc": { "start": { "line": 107, @@ -4272,8 +4272,8 @@ }, "object": { "type": "ThisExpression", - "start": 2883, - "end": 2887, + "start": 2884, + "end": 2888, "loc": { "start": { "line": 107, @@ -4287,8 +4287,8 @@ }, "property": { "type": "Identifier", - "start": 2888, - "end": 2903, + "start": 2889, + "end": 2904, "loc": { "start": { "line": 107, @@ -4307,8 +4307,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 2905, - "end": 3054, + "start": 2906, + "end": 3055, "loc": { "start": { "line": 107, @@ -4322,8 +4322,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 2919, - "end": 2953, + "start": 2920, + "end": 2954, "loc": { "start": { "line": 108, @@ -4336,8 +4336,8 @@ }, "expression": { "type": "CallExpression", - "start": 2919, - "end": 2952, + "start": 2920, + "end": 2953, "loc": { "start": { "line": 108, @@ -4350,8 +4350,8 @@ }, "callee": { "type": "MemberExpression", - "start": 2919, - "end": 2950, + "start": 2920, + "end": 2951, "loc": { "start": { "line": 108, @@ -4364,8 +4364,8 @@ }, "object": { "type": "MemberExpression", - "start": 2919, - "end": 2939, + "start": 2920, + "end": 2940, "loc": { "start": { "line": 108, @@ -4378,8 +4378,8 @@ }, "object": { "type": "ThisExpression", - "start": 2919, - "end": 2923, + "start": 2920, + "end": 2924, "loc": { "start": { "line": 108, @@ -4393,8 +4393,8 @@ }, "property": { "type": "Identifier", - "start": 2924, - "end": 2939, + "start": 2925, + "end": 2940, "loc": { "start": { "line": 108, @@ -4412,8 +4412,8 @@ }, "property": { "type": "Identifier", - "start": 2940, - "end": 2950, + "start": 2941, + "end": 2951, "loc": { "start": { "line": 108, @@ -4434,8 +4434,8 @@ }, { "type": "ExpressionStatement", - "start": 2966, - "end": 2994, + "start": 2967, + "end": 2995, "loc": { "start": { "line": 109, @@ -4448,8 +4448,8 @@ }, "expression": { "type": "CallExpression", - "start": 2966, - "end": 2993, + "start": 2967, + "end": 2994, "loc": { "start": { "line": 109, @@ -4462,8 +4462,8 @@ }, "callee": { "type": "MemberExpression", - "start": 2966, - "end": 2991, + "start": 2967, + "end": 2992, "loc": { "start": { "line": 109, @@ -4476,8 +4476,8 @@ }, "object": { "type": "MemberExpression", - "start": 2966, - "end": 2980, + "start": 2967, + "end": 2981, "loc": { "start": { "line": 109, @@ -4490,8 +4490,8 @@ }, "object": { "type": "ThisExpression", - "start": 2966, - "end": 2970, + "start": 2967, + "end": 2971, "loc": { "start": { "line": 109, @@ -4505,8 +4505,8 @@ }, "property": { "type": "Identifier", - "start": 2971, - "end": 2980, + "start": 2972, + "end": 2981, "loc": { "start": { "line": 109, @@ -4524,8 +4524,8 @@ }, "property": { "type": "Identifier", - "start": 2981, - "end": 2991, + "start": 2982, + "end": 2992, "loc": { "start": { "line": 109, @@ -4546,8 +4546,8 @@ }, { "type": "ExpressionStatement", - "start": 3007, - "end": 3044, + "start": 3008, + "end": 3045, "loc": { "start": { "line": 110, @@ -4560,8 +4560,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 3007, - "end": 3043, + "start": 3008, + "end": 3044, "loc": { "start": { "line": 110, @@ -4575,8 +4575,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 3007, - "end": 3036, + "start": 3008, + "end": 3037, "loc": { "start": { "line": 110, @@ -4589,8 +4589,8 @@ }, "object": { "type": "MemberExpression", - "start": 3007, - "end": 3021, + "start": 3008, + "end": 3022, "loc": { "start": { "line": 110, @@ -4603,8 +4603,8 @@ }, "object": { "type": "ThisExpression", - "start": 3007, - "end": 3011, + "start": 3008, + "end": 3012, "loc": { "start": { "line": 110, @@ -4618,8 +4618,8 @@ }, "property": { "type": "Identifier", - "start": 3012, - "end": 3021, + "start": 3013, + "end": 3022, "loc": { "start": { "line": 110, @@ -4637,8 +4637,8 @@ }, "property": { "type": "Identifier", - "start": 3022, - "end": 3036, + "start": 3023, + "end": 3037, "loc": { "start": { "line": 110, @@ -4656,8 +4656,8 @@ }, "right": { "type": "NullLiteral", - "start": 3039, - "end": 3043, + "start": 3040, + "end": 3044, "loc": { "start": { "line": 110, @@ -4678,8 +4678,8 @@ }, { "type": "IfStatement", - "start": 3063, - "end": 3229, + "start": 3064, + "end": 3230, "loc": { "start": { "line": 112, @@ -4692,8 +4692,8 @@ }, "test": { "type": "MemberExpression", - "start": 3067, - "end": 3084, + "start": 3068, + "end": 3085, "loc": { "start": { "line": 112, @@ -4706,8 +4706,8 @@ }, "object": { "type": "ThisExpression", - "start": 3067, - "end": 3071, + "start": 3068, + "end": 3072, "loc": { "start": { "line": 112, @@ -4721,8 +4721,8 @@ }, "property": { "type": "Identifier", - "start": 3072, - "end": 3084, + "start": 3073, + "end": 3085, "loc": { "start": { "line": 112, @@ -4740,8 +4740,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 3086, - "end": 3229, + "start": 3087, + "end": 3230, "loc": { "start": { "line": 112, @@ -4755,8 +4755,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 3156, - "end": 3219, + "start": 3157, + "end": 3220, "loc": { "start": { "line": 114, @@ -4769,8 +4769,8 @@ }, "expression": { "type": "CallExpression", - "start": 3156, - "end": 3218, + "start": 3157, + "end": 3219, "loc": { "start": { "line": 114, @@ -4783,8 +4783,8 @@ }, "callee": { "type": "MemberExpression", - "start": 3156, - "end": 3202, + "start": 3157, + "end": 3203, "loc": { "start": { "line": 114, @@ -4797,8 +4797,8 @@ }, "object": { "type": "CallExpression", - "start": 3156, - "end": 3196, + "start": 3157, + "end": 3197, "loc": { "start": { "line": 114, @@ -4811,8 +4811,8 @@ }, "callee": { "type": "MemberExpression", - "start": 3156, - "end": 3186, + "start": 3157, + "end": 3187, "loc": { "start": { "line": 114, @@ -4825,8 +4825,8 @@ }, "object": { "type": "CallExpression", - "start": 3156, - "end": 3181, + "start": 3157, + "end": 3182, "loc": { "start": { "line": 114, @@ -4839,8 +4839,8 @@ }, "callee": { "type": "MemberExpression", - "start": 3156, - "end": 3179, + "start": 3157, + "end": 3180, "loc": { "start": { "line": 114, @@ -4853,8 +4853,8 @@ }, "object": { "type": "MemberExpression", - "start": 3156, - "end": 3173, + "start": 3157, + "end": 3174, "loc": { "start": { "line": 114, @@ -4867,8 +4867,8 @@ }, "object": { "type": "ThisExpression", - "start": 3156, - "end": 3160, + "start": 3157, + "end": 3161, "loc": { "start": { "line": 114, @@ -4883,8 +4883,8 @@ }, "property": { "type": "Identifier", - "start": 3161, - "end": 3173, + "start": 3162, + "end": 3174, "loc": { "start": { "line": 114, @@ -4903,8 +4903,8 @@ }, "property": { "type": "Identifier", - "start": 3174, - "end": 3179, + "start": 3175, + "end": 3180, "loc": { "start": { "line": 114, @@ -4926,8 +4926,8 @@ }, "property": { "type": "Identifier", - "start": 3182, - "end": 3186, + "start": 3183, + "end": 3187, "loc": { "start": { "line": 114, @@ -4947,8 +4947,8 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 3187, - "end": 3195, + "start": 3188, + "end": 3196, "loc": { "start": { "line": 114, @@ -4966,8 +4966,8 @@ "params": [], "body": { "type": "BlockStatement", - "start": 3193, - "end": 3195, + "start": 3194, + "end": 3196, "loc": { "start": { "line": 114, @@ -4987,8 +4987,8 @@ }, "property": { "type": "Identifier", - "start": 3197, - "end": 3202, + "start": 3198, + "end": 3203, "loc": { "start": { "line": 114, @@ -5008,8 +5008,8 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 3203, - "end": 3217, + "start": 3204, + "end": 3218, "loc": { "start": { "line": 114, @@ -5027,8 +5027,8 @@ "params": [ { "type": "Identifier", - "start": 3204, - "end": 3210, + "start": 3205, + "end": 3211, "loc": { "start": { "line": 114, @@ -5045,8 +5045,8 @@ ], "body": { "type": "BlockStatement", - "start": 3215, - "end": 3217, + "start": 3216, + "end": 3218, "loc": { "start": { "line": 114, @@ -5068,8 +5068,8 @@ { "type": "CommentLine", "value": " ignore errors about already being closed", - "start": 3100, - "end": 3143, + "start": 3101, + "end": 3144, "loc": { "start": { "line": 113, @@ -5092,8 +5092,8 @@ { "type": "CommentLine", "value": " free up memory", - "start": 3239, - "end": 3256, + "start": 3240, + "end": 3257, "loc": { "start": { "line": 117, @@ -5109,8 +5109,8 @@ }, { "type": "ExpressionStatement", - "start": 3265, - "end": 3306, + "start": 3266, + "end": 3307, "loc": { "start": { "line": 118, @@ -5123,8 +5123,8 @@ }, "expression": { "type": "CallExpression", - "start": 3265, - "end": 3305, + "start": 3266, + "end": 3306, "loc": { "start": { "line": 118, @@ -5137,8 +5137,8 @@ }, "callee": { "type": "MemberExpression", - "start": 3265, - "end": 3288, + "start": 3266, + "end": 3289, "loc": { "start": { "line": 118, @@ -5151,8 +5151,8 @@ }, "object": { "type": "MemberExpression", - "start": 3265, - "end": 3276, + "start": 3266, + "end": 3277, "loc": { "start": { "line": 118, @@ -5165,8 +5165,8 @@ }, "object": { "type": "ThisExpression", - "start": 3265, - "end": 3269, + "start": 3266, + "end": 3270, "loc": { "start": { "line": 118, @@ -5181,8 +5181,8 @@ }, "property": { "type": "Identifier", - "start": 3270, - "end": 3276, + "start": 3271, + "end": 3277, "loc": { "start": { "line": 118, @@ -5201,8 +5201,8 @@ }, "property": { "type": "Identifier", - "start": 3277, - "end": 3288, + "start": 3278, + "end": 3289, "loc": { "start": { "line": 118, @@ -5222,8 +5222,8 @@ "arguments": [ { "type": "ObjectExpression", - "start": 3289, - "end": 3304, + "start": 3290, + "end": 3305, "loc": { "start": { "line": 118, @@ -5237,8 +5237,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 3290, - "end": 3303, + "start": 3291, + "end": 3304, "loc": { "start": { "line": 118, @@ -5254,8 +5254,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 3290, - "end": 3293, + "start": 3291, + "end": 3294, "loc": { "start": { "line": 118, @@ -5271,8 +5271,8 @@ }, "value": { "type": "StringLiteral", - "start": 3295, - "end": 3303, + "start": 3296, + "end": 3304, "loc": { "start": { "line": 118, @@ -5299,8 +5299,8 @@ { "type": "CommentLine", "value": " free up memory", - "start": 3239, - "end": 3256, + "start": 3240, + "end": 3257, "loc": { "start": { "line": 117, @@ -5322,8 +5322,8 @@ { "type": "CommentBlock", "value": "*\n * Stop recording.\n ", - "start": 2805, - "end": 2839, + "start": 2806, + "end": 2840, "loc": { "start": { "line": 103, @@ -5340,8 +5340,8 @@ { "type": "CommentBlock", "value": "*\n * Received a message from the worker.\n *\n * @private\n * @param {Object} ev - Worker responded with event object.\n ", - "start": 3318, - "end": 3459, + "start": 3319, + "end": 3460, "loc": { "start": { "line": 121, @@ -5357,8 +5357,8 @@ }, { "type": "ClassMethod", - "start": 3464, - "end": 3943, + "start": 3465, + "end": 3944, "loc": { "start": { "line": 127, @@ -5373,8 +5373,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 3464, - "end": 3479, + "start": 3465, + "end": 3480, "loc": { "start": { "line": 127, @@ -5397,8 +5397,8 @@ "params": [ { "type": "Identifier", - "start": 3480, - "end": 3482, + "start": 3481, + "end": 3483, "loc": { "start": { "line": 127, @@ -5415,8 +5415,8 @@ ], "body": { "type": "BlockStatement", - "start": 3484, - "end": 3943, + "start": 3485, + "end": 3944, "loc": { "start": { "line": 127, @@ -5430,8 +5430,8 @@ "body": [ { "type": "SwitchStatement", - "start": 3494, - "end": 3937, + "start": 3495, + "end": 3938, "loc": { "start": { "line": 128, @@ -5444,8 +5444,8 @@ }, "discriminant": { "type": "MemberExpression", - "start": 3502, - "end": 3513, + "start": 3503, + "end": 3514, "loc": { "start": { "line": 128, @@ -5458,8 +5458,8 @@ }, "object": { "type": "MemberExpression", - "start": 3502, - "end": 3509, + "start": 3503, + "end": 3510, "loc": { "start": { "line": 128, @@ -5472,8 +5472,8 @@ }, "object": { "type": "Identifier", - "start": 3502, - "end": 3504, + "start": 3503, + "end": 3505, "loc": { "start": { "line": 128, @@ -5489,8 +5489,8 @@ }, "property": { "type": "Identifier", - "start": 3505, - "end": 3509, + "start": 3506, + "end": 3510, "loc": { "start": { "line": 128, @@ -5508,8 +5508,8 @@ }, "property": { "type": "Identifier", - "start": 3510, - "end": 3513, + "start": 3511, + "end": 3514, "loc": { "start": { "line": 128, @@ -5528,8 +5528,8 @@ "cases": [ { "type": "SwitchCase", - "start": 3529, - "end": 3668, + "start": 3530, + "end": 3669, "loc": { "start": { "line": 129, @@ -5543,8 +5543,8 @@ "consequent": [ { "type": "ExpressionStatement", - "start": 3557, - "end": 3645, + "start": 3558, + "end": 3646, "loc": { "start": { "line": 130, @@ -5557,8 +5557,8 @@ }, "expression": { "type": "CallExpression", - "start": 3557, - "end": 3644, + "start": 3558, + "end": 3645, "loc": { "start": { "line": 130, @@ -5571,8 +5571,8 @@ }, "callee": { "type": "MemberExpression", - "start": 3557, - "end": 3577, + "start": 3558, + "end": 3578, "loc": { "start": { "line": 130, @@ -5585,8 +5585,8 @@ }, "object": { "type": "ThisExpression", - "start": 3557, - "end": 3561, + "start": 3558, + "end": 3562, "loc": { "start": { "line": 130, @@ -5600,8 +5600,8 @@ }, "property": { "type": "Identifier", - "start": 3562, - "end": 3577, + "start": 3563, + "end": 3578, "loc": { "start": { "line": 130, @@ -5620,8 +5620,8 @@ "arguments": [ { "type": "NewExpression", - "start": 3578, - "end": 3643, + "start": 3579, + "end": 3644, "loc": { "start": { "line": 130, @@ -5634,8 +5634,8 @@ }, "callee": { "type": "Identifier", - "start": 3582, - "end": 3586, + "start": 3583, + "end": 3587, "loc": { "start": { "line": 130, @@ -5652,8 +5652,8 @@ "arguments": [ { "type": "MemberExpression", - "start": 3587, - "end": 3598, + "start": 3588, + "end": 3599, "loc": { "start": { "line": 130, @@ -5666,8 +5666,8 @@ }, "object": { "type": "MemberExpression", - "start": 3587, - "end": 3594, + "start": 3588, + "end": 3595, "loc": { "start": { "line": 130, @@ -5680,8 +5680,8 @@ }, "object": { "type": "Identifier", - "start": 3587, - "end": 3589, + "start": 3588, + "end": 3590, "loc": { "start": { "line": 130, @@ -5697,8 +5697,8 @@ }, "property": { "type": "Identifier", - "start": 3590, - "end": 3594, + "start": 3591, + "end": 3595, "loc": { "start": { "line": 130, @@ -5716,8 +5716,8 @@ }, "property": { "type": "Identifier", - "start": 3595, - "end": 3598, + "start": 3596, + "end": 3599, "loc": { "start": { "line": 130, @@ -5735,8 +5735,8 @@ }, { "type": "ObjectExpression", - "start": 3620, - "end": 3642, + "start": 3621, + "end": 3643, "loc": { "start": { "line": 131, @@ -5750,8 +5750,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 3621, - "end": 3641, + "start": 3622, + "end": 3642, "loc": { "start": { "line": 131, @@ -5767,8 +5767,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 3621, - "end": 3625, + "start": 3622, + "end": 3626, "loc": { "start": { "line": 131, @@ -5784,8 +5784,8 @@ }, "value": { "type": "MemberExpression", - "start": 3627, - "end": 3641, + "start": 3628, + "end": 3642, "loc": { "start": { "line": 131, @@ -5798,8 +5798,8 @@ }, "object": { "type": "ThisExpression", - "start": 3627, - "end": 3631, + "start": 3628, + "end": 3632, "loc": { "start": { "line": 131, @@ -5813,8 +5813,8 @@ }, "property": { "type": "Identifier", - "start": 3632, - "end": 3641, + "start": 3633, + "end": 3642, "loc": { "start": { "line": 131, @@ -5840,8 +5840,8 @@ }, { "type": "BreakStatement", - "start": 3662, - "end": 3668, + "start": 3663, + "end": 3669, "loc": { "start": { "line": 132, @@ -5857,8 +5857,8 @@ ], "test": { "type": "StringLiteral", - "start": 3534, - "end": 3539, + "start": 3535, + "end": 3540, "loc": { "start": { "line": 129, @@ -5878,8 +5878,8 @@ }, { "type": "SwitchCase", - "start": 3682, - "end": 3781, + "start": 3683, + "end": 3782, "loc": { "start": { "line": 134, @@ -5893,8 +5893,8 @@ "consequent": [ { "type": "ExpressionStatement", - "start": 3712, - "end": 3758, + "start": 3713, + "end": 3759, "loc": { "start": { "line": 135, @@ -5907,8 +5907,8 @@ }, "expression": { "type": "CallExpression", - "start": 3712, - "end": 3757, + "start": 3713, + "end": 3758, "loc": { "start": { "line": 135, @@ -5921,8 +5921,8 @@ }, "callee": { "type": "MemberExpression", - "start": 3712, - "end": 3733, + "start": 3713, + "end": 3734, "loc": { "start": { "line": 135, @@ -5935,8 +5935,8 @@ }, "object": { "type": "CallExpression", - "start": 3712, - "end": 3725, + "start": 3713, + "end": 3726, "loc": { "start": { "line": 135, @@ -5949,8 +5949,8 @@ }, "callee": { "type": "MemberExpression", - "start": 3712, - "end": 3723, + "start": 3713, + "end": 3724, "loc": { "start": { "line": 135, @@ -5963,8 +5963,8 @@ }, "object": { "type": "ThisExpression", - "start": 3712, - "end": 3716, + "start": 3713, + "end": 3717, "loc": { "start": { "line": 135, @@ -5978,8 +5978,8 @@ }, "property": { "type": "Identifier", - "start": 3717, - "end": 3723, + "start": 3718, + "end": 3724, "loc": { "start": { "line": 135, @@ -5999,8 +5999,8 @@ }, "property": { "type": "Identifier", - "start": 3726, - "end": 3733, + "start": 3727, + "end": 3734, "loc": { "start": { "line": 135, @@ -6019,8 +6019,8 @@ "arguments": [ { "type": "StringLiteral", - "start": 3734, - "end": 3741, + "start": 3735, + "end": 3742, "loc": { "start": { "line": 135, @@ -6039,8 +6039,8 @@ }, { "type": "MemberExpression", - "start": 3743, - "end": 3756, + "start": 3744, + "end": 3757, "loc": { "start": { "line": 135, @@ -6053,8 +6053,8 @@ }, "object": { "type": "MemberExpression", - "start": 3743, - "end": 3750, + "start": 3744, + "end": 3751, "loc": { "start": { "line": 135, @@ -6067,8 +6067,8 @@ }, "object": { "type": "Identifier", - "start": 3743, - "end": 3745, + "start": 3744, + "end": 3746, "loc": { "start": { "line": 135, @@ -6084,8 +6084,8 @@ }, "property": { "type": "Identifier", - "start": 3746, - "end": 3750, + "start": 3747, + "end": 3751, "loc": { "start": { "line": 135, @@ -6103,8 +6103,8 @@ }, "property": { "type": "Identifier", - "start": 3751, - "end": 3756, + "start": 3752, + "end": 3757, "loc": { "start": { "line": 135, @@ -6125,8 +6125,8 @@ }, { "type": "BreakStatement", - "start": 3775, - "end": 3781, + "start": 3776, + "end": 3782, "loc": { "start": { "line": 136, @@ -6142,8 +6142,8 @@ ], "test": { "type": "StringLiteral", - "start": 3687, - "end": 3694, + "start": 3688, + "end": 3695, "loc": { "start": { "line": 134, @@ -6163,8 +6163,8 @@ }, { "type": "SwitchCase", - "start": 3795, - "end": 3927, + "start": 3796, + "end": 3928, "loc": { "start": { "line": 138, @@ -6178,8 +6178,8 @@ "consequent": [ { "type": "ExpressionStatement", - "start": 3864, - "end": 3904, + "start": 3865, + "end": 3905, "loc": { "start": { "line": 140, @@ -6192,8 +6192,8 @@ }, "expression": { "type": "CallExpression", - "start": 3864, - "end": 3903, + "start": 3865, + "end": 3904, "loc": { "start": { "line": 140, @@ -6206,8 +6206,8 @@ }, "callee": { "type": "MemberExpression", - "start": 3864, - "end": 3885, + "start": 3865, + "end": 3886, "loc": { "start": { "line": 140, @@ -6220,8 +6220,8 @@ }, "object": { "type": "CallExpression", - "start": 3864, - "end": 3877, + "start": 3865, + "end": 3878, "loc": { "start": { "line": 140, @@ -6234,8 +6234,8 @@ }, "callee": { "type": "MemberExpression", - "start": 3864, - "end": 3875, + "start": 3865, + "end": 3876, "loc": { "start": { "line": 140, @@ -6248,8 +6248,8 @@ }, "object": { "type": "ThisExpression", - "start": 3864, - "end": 3868, + "start": 3865, + "end": 3869, "loc": { "start": { "line": 140, @@ -6264,8 +6264,8 @@ }, "property": { "type": "Identifier", - "start": 3869, - "end": 3875, + "start": 3870, + "end": 3876, "loc": { "start": { "line": 140, @@ -6287,8 +6287,8 @@ }, "property": { "type": "Identifier", - "start": 3878, - "end": 3885, + "start": 3879, + "end": 3886, "loc": { "start": { "line": 140, @@ -6308,8 +6308,8 @@ "arguments": [ { "type": "StringLiteral", - "start": 3886, - "end": 3893, + "start": 3887, + "end": 3894, "loc": { "start": { "line": 140, @@ -6328,8 +6328,8 @@ }, { "type": "MemberExpression", - "start": 3895, - "end": 3902, + "start": 3896, + "end": 3903, "loc": { "start": { "line": 140, @@ -6342,8 +6342,8 @@ }, "object": { "type": "Identifier", - "start": 3895, - "end": 3897, + "start": 3896, + "end": 3898, "loc": { "start": { "line": 140, @@ -6359,8 +6359,8 @@ }, "property": { "type": "Identifier", - "start": 3898, - "end": 3902, + "start": 3899, + "end": 3903, "loc": { "start": { "line": 140, @@ -6383,8 +6383,8 @@ { "type": "CommentLine", "value": " invalid message received", - "start": 3820, - "end": 3847, + "start": 3821, + "end": 3848, "loc": { "start": { "line": 139, @@ -6400,8 +6400,8 @@ }, { "type": "BreakStatement", - "start": 3921, - "end": 3927, + "start": 3922, + "end": 3928, "loc": { "start": { "line": 141, @@ -6427,8 +6427,8 @@ { "type": "CommentBlock", "value": "*\n * Received a message from the worker.\n *\n * @private\n * @param {Object} ev - Worker responded with event object.\n ", - "start": 3318, - "end": 3459, + "start": 3319, + "end": 3460, "loc": { "start": { "line": 121, @@ -6445,8 +6445,8 @@ { "type": "CommentBlock", "value": "*\n * Continuous encoding of audio data.\n *\n * @private\n * @param {Object} ev - onaudioprocess responded with data object.\n ", - "start": 3949, - "end": 4096, + "start": 3950, + "end": 4097, "loc": { "start": { "line": 145, @@ -6462,8 +6462,8 @@ }, { "type": "ClassMethod", - "start": 4101, - "end": 4315, + "start": 4102, + "end": 4316, "loc": { "start": { "line": 151, @@ -6478,8 +6478,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 4101, - "end": 4115, + "start": 4102, + "end": 4116, "loc": { "start": { "line": 151, @@ -6502,8 +6502,8 @@ "params": [ { "type": "Identifier", - "start": 4116, - "end": 4118, + "start": 4117, + "end": 4119, "loc": { "start": { "line": 151, @@ -6520,8 +6520,8 @@ ], "body": { "type": "BlockStatement", - "start": 4120, - "end": 4315, + "start": 4121, + "end": 4316, "loc": { "start": { "line": 151, @@ -6535,8 +6535,8 @@ "body": [ { "type": "VariableDeclaration", - "start": 4203, - "end": 4247, + "start": 4204, + "end": 4248, "loc": { "start": { "line": 153, @@ -6550,8 +6550,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 4207, - "end": 4246, + "start": 4208, + "end": 4247, "loc": { "start": { "line": 153, @@ -6564,8 +6564,8 @@ }, "id": { "type": "Identifier", - "start": 4207, - "end": 4211, + "start": 4208, + "end": 4212, "loc": { "start": { "line": 153, @@ -6582,8 +6582,8 @@ }, "init": { "type": "CallExpression", - "start": 4214, - "end": 4246, + "start": 4215, + "end": 4247, "loc": { "start": { "line": 153, @@ -6596,8 +6596,8 @@ }, "callee": { "type": "MemberExpression", - "start": 4214, - "end": 4243, + "start": 4215, + "end": 4244, "loc": { "start": { "line": 153, @@ -6610,8 +6610,8 @@ }, "object": { "type": "MemberExpression", - "start": 4214, - "end": 4228, + "start": 4215, + "end": 4229, "loc": { "start": { "line": 153, @@ -6624,8 +6624,8 @@ }, "object": { "type": "Identifier", - "start": 4214, - "end": 4216, + "start": 4215, + "end": 4217, "loc": { "start": { "line": 153, @@ -6641,8 +6641,8 @@ }, "property": { "type": "Identifier", - "start": 4217, - "end": 4228, + "start": 4218, + "end": 4229, "loc": { "start": { "line": 153, @@ -6660,8 +6660,8 @@ }, "property": { "type": "Identifier", - "start": 4229, - "end": 4243, + "start": 4230, + "end": 4244, "loc": { "start": { "line": 153, @@ -6680,8 +6680,8 @@ "arguments": [ { "type": "NumericLiteral", - "start": 4244, - "end": 4245, + "start": 4245, + "end": 4246, "loc": { "start": { "line": 153, @@ -6708,8 +6708,8 @@ { "type": "CommentLine", "value": " send microphone data to LAME for MP3 encoding while recording", - "start": 4130, - "end": 4194, + "start": 4131, + "end": 4195, "loc": { "start": { "line": 152, @@ -6725,8 +6725,8 @@ }, { "type": "ExpressionStatement", - "start": 4257, - "end": 4309, + "start": 4258, + "end": 4310, "loc": { "start": { "line": 155, @@ -6739,8 +6739,8 @@ }, "expression": { "type": "CallExpression", - "start": 4257, - "end": 4308, + "start": 4258, + "end": 4309, "loc": { "start": { "line": 155, @@ -6753,8 +6753,8 @@ }, "callee": { "type": "MemberExpression", - "start": 4257, - "end": 4280, + "start": 4258, + "end": 4281, "loc": { "start": { "line": 155, @@ -6767,8 +6767,8 @@ }, "object": { "type": "MemberExpression", - "start": 4257, - "end": 4268, + "start": 4258, + "end": 4269, "loc": { "start": { "line": 155, @@ -6781,8 +6781,8 @@ }, "object": { "type": "ThisExpression", - "start": 4257, - "end": 4261, + "start": 4258, + "end": 4262, "loc": { "start": { "line": 155, @@ -6796,8 +6796,8 @@ }, "property": { "type": "Identifier", - "start": 4262, - "end": 4268, + "start": 4263, + "end": 4269, "loc": { "start": { "line": 155, @@ -6815,8 +6815,8 @@ }, "property": { "type": "Identifier", - "start": 4269, - "end": 4280, + "start": 4270, + "end": 4281, "loc": { "start": { "line": 155, @@ -6835,8 +6835,8 @@ "arguments": [ { "type": "ObjectExpression", - "start": 4281, - "end": 4307, + "start": 4282, + "end": 4308, "loc": { "start": { "line": 155, @@ -6850,8 +6850,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 4282, - "end": 4295, + "start": 4283, + "end": 4296, "loc": { "start": { "line": 155, @@ -6867,8 +6867,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 4282, - "end": 4285, + "start": 4283, + "end": 4286, "loc": { "start": { "line": 155, @@ -6884,8 +6884,8 @@ }, "value": { "type": "StringLiteral", - "start": 4287, - "end": 4295, + "start": 4288, + "end": 4296, "loc": { "start": { "line": 155, @@ -6905,8 +6905,8 @@ }, { "type": "ObjectProperty", - "start": 4297, - "end": 4306, + "start": 4298, + "end": 4307, "loc": { "start": { "line": 155, @@ -6922,8 +6922,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 4297, - "end": 4300, + "start": 4298, + "end": 4301, "loc": { "start": { "line": 155, @@ -6939,8 +6939,8 @@ }, "value": { "type": "Identifier", - "start": 4302, - "end": 4306, + "start": 4303, + "end": 4307, "loc": { "start": { "line": 155, @@ -6967,8 +6967,8 @@ { "type": "CommentBlock", "value": "*\n * Continuous encoding of audio data.\n *\n * @private\n * @param {Object} ev - onaudioprocess responded with data object.\n ", - "start": 3949, - "end": 4096, + "start": 3950, + "end": 4097, "loc": { "start": { "line": 145, @@ -6991,8 +6991,8 @@ }, { "type": "ExpressionStatement", - "start": 4336, - "end": 4372, + "start": 4337, + "end": 4373, "loc": { "start": { "line": 160, @@ -7005,8 +7005,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 4336, - "end": 4371, + "start": 4337, + "end": 4372, "loc": { "start": { "line": 160, @@ -7020,8 +7020,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 4336, - "end": 4356, + "start": 4337, + "end": 4357, "loc": { "start": { "line": 160, @@ -7034,8 +7034,8 @@ }, "object": { "type": "Identifier", - "start": 4336, - "end": 4343, + "start": 4337, + "end": 4344, "loc": { "start": { "line": 160, @@ -7052,8 +7052,8 @@ }, "property": { "type": "Identifier", - "start": 4344, - "end": 4356, + "start": 4345, + "end": 4357, "loc": { "start": { "line": 160, @@ -7072,8 +7072,8 @@ }, "right": { "type": "Identifier", - "start": 4359, - "end": 4371, + "start": 4360, + "end": 4372, "loc": { "start": { "line": 160, @@ -7093,8 +7093,8 @@ { "type": "CommentLine", "value": " expose plugin", - "start": 4319, - "end": 4335, + "start": 4320, + "end": 4336, "loc": { "start": { "line": 159, @@ -7110,8 +7110,8 @@ }, { "type": "Identifier", - "start": 4374, - "end": 4402, + "start": 4375, + "end": 4403, "loc": { "start": { "line": 162, @@ -7124,8 +7124,8 @@ }, "declaration": { "type": "Identifier", - "start": 4389, - "end": 4401, + "start": 4390, + "end": 4402, "loc": { "start": { "line": 162, @@ -7145,8 +7145,8 @@ }, { "type": "ExportDefaultDeclaration", - "start": 4374, - "end": 4402, + "start": 4375, + "end": 4403, "loc": { "start": { "line": 162, @@ -7160,7 +7160,7 @@ "declaration": { "type": "ClassDeclaration", "start": 236, - "end": 4317, + "end": 4318, "loc": { "start": { "line": 16, @@ -7209,7 +7209,7 @@ "body": { "type": "ClassBody", "start": 276, - "end": 4317, + "end": 4318, "loc": { "start": { "line": 16, @@ -7224,7 +7224,7 @@ { "type": "ClassMethod", "start": 540, - "end": 1340, + "end": 1341, "loc": { "start": { "line": 26, @@ -7299,7 +7299,7 @@ "body": { "type": "BlockStatement", "start": 569, - "end": 1340, + "end": 1341, "loc": { "start": { "line": 26, @@ -7961,7 +7961,7 @@ { "type": "ExpressionStatement", "start": 1305, - "end": 1334, + "end": 1335, "loc": { "start": { "line": 58, @@ -7969,13 +7969,13 @@ }, "end": { "line": 58, - "column": 37 + "column": 38 } }, "expression": { "type": "AssignmentExpression", "start": 1305, - "end": 1333, + "end": 1334, "loc": { "start": { "line": 58, @@ -7983,7 +7983,7 @@ }, "end": { "line": 58, - "column": 36 + "column": 37 } }, "operator": "=", @@ -8040,7 +8040,7 @@ "right": { "type": "StringLiteral", "start": 1322, - "end": 1333, + "end": 1334, "loc": { "start": { "line": 58, @@ -8048,14 +8048,14 @@ }, "end": { "line": 58, - "column": 36 + "column": 37 } }, "extra": { - "rawValue": "audio/mp3", - "raw": "'audio/mp3'" + "rawValue": "audio/mpeg", + "raw": "'audio/mpeg'" }, - "value": "audio/mp3" + "value": "audio/mpeg" }, "leadingComments": null }, @@ -8104,8 +8104,8 @@ { "type": "CommentBlock", "value": "*\n * Setup recording engine.\n *\n * @param {LocalMediaStream} stream - Media stream to record.\n * @param {Object} mediaType - Object describing the media type of this\n * engine.\n * @param {Boolean} debug - Indicating whether or not debug messages should\n * be printed in the console.\n ", - "start": 1346, - "end": 1674, + "start": 1347, + "end": 1675, "loc": { "start": { "line": 61, @@ -8121,8 +8121,8 @@ }, { "type": "ClassMethod", - "start": 1679, - "end": 2149, + "start": 1680, + "end": 2150, "loc": { "start": { "line": 70, @@ -8137,8 +8137,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1679, - "end": 1684, + "start": 1680, + "end": 1685, "loc": { "start": { "line": 70, @@ -8161,8 +8161,8 @@ "params": [ { "type": "Identifier", - "start": 1685, - "end": 1691, + "start": 1686, + "end": 1692, "loc": { "start": { "line": 70, @@ -8178,8 +8178,8 @@ }, { "type": "Identifier", - "start": 1693, - "end": 1702, + "start": 1694, + "end": 1703, "loc": { "start": { "line": 70, @@ -8195,8 +8195,8 @@ }, { "type": "Identifier", - "start": 1704, - "end": 1709, + "start": 1705, + "end": 1710, "loc": { "start": { "line": 70, @@ -8213,8 +8213,8 @@ ], "body": { "type": "BlockStatement", - "start": 1711, - "end": 2149, + "start": 1712, + "end": 2150, "loc": { "start": { "line": 70, @@ -8228,8 +8228,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 1721, - "end": 1747, + "start": 1722, + "end": 1748, "loc": { "start": { "line": 71, @@ -8242,8 +8242,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 1721, - "end": 1746, + "start": 1722, + "end": 1747, "loc": { "start": { "line": 71, @@ -8257,8 +8257,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 1721, - "end": 1737, + "start": 1722, + "end": 1738, "loc": { "start": { "line": 71, @@ -8271,8 +8271,8 @@ }, "object": { "type": "ThisExpression", - "start": 1721, - "end": 1725, + "start": 1722, + "end": 1726, "loc": { "start": { "line": 71, @@ -8286,8 +8286,8 @@ }, "property": { "type": "Identifier", - "start": 1726, - "end": 1737, + "start": 1727, + "end": 1738, "loc": { "start": { "line": 71, @@ -8305,8 +8305,8 @@ }, "right": { "type": "Identifier", - "start": 1740, - "end": 1746, + "start": 1741, + "end": 1747, "loc": { "start": { "line": 71, @@ -8324,8 +8324,8 @@ }, { "type": "ExpressionStatement", - "start": 1756, - "end": 1783, + "start": 1757, + "end": 1784, "loc": { "start": { "line": 72, @@ -8338,8 +8338,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 1756, - "end": 1782, + "start": 1757, + "end": 1783, "loc": { "start": { "line": 72, @@ -8353,8 +8353,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 1756, - "end": 1770, + "start": 1757, + "end": 1771, "loc": { "start": { "line": 72, @@ -8367,8 +8367,8 @@ }, "object": { "type": "ThisExpression", - "start": 1756, - "end": 1760, + "start": 1757, + "end": 1761, "loc": { "start": { "line": 72, @@ -8382,8 +8382,8 @@ }, "property": { "type": "Identifier", - "start": 1761, - "end": 1770, + "start": 1762, + "end": 1771, "loc": { "start": { "line": 72, @@ -8401,8 +8401,8 @@ }, "right": { "type": "Identifier", - "start": 1773, - "end": 1782, + "start": 1774, + "end": 1783, "loc": { "start": { "line": 72, @@ -8420,8 +8420,8 @@ }, { "type": "ExpressionStatement", - "start": 1792, - "end": 1811, + "start": 1793, + "end": 1812, "loc": { "start": { "line": 73, @@ -8434,8 +8434,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 1792, - "end": 1810, + "start": 1793, + "end": 1811, "loc": { "start": { "line": 73, @@ -8449,8 +8449,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 1792, - "end": 1802, + "start": 1793, + "end": 1803, "loc": { "start": { "line": 73, @@ -8463,8 +8463,8 @@ }, "object": { "type": "ThisExpression", - "start": 1792, - "end": 1796, + "start": 1793, + "end": 1797, "loc": { "start": { "line": 73, @@ -8478,8 +8478,8 @@ }, "property": { "type": "Identifier", - "start": 1797, - "end": 1802, + "start": 1798, + "end": 1803, "loc": { "start": { "line": 73, @@ -8497,8 +8497,8 @@ }, "right": { "type": "Identifier", - "start": 1805, - "end": 1810, + "start": 1806, + "end": 1811, "loc": { "start": { "line": 73, @@ -8516,8 +8516,8 @@ }, { "type": "ExpressionStatement", - "start": 1821, - "end": 1953, + "start": 1822, + "end": 1954, "loc": { "start": { "line": 75, @@ -8530,8 +8530,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 1821, - "end": 1952, + "start": 1822, + "end": 1953, "loc": { "start": { "line": 75, @@ -8545,8 +8545,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 1821, - "end": 1832, + "start": 1822, + "end": 1833, "loc": { "start": { "line": 75, @@ -8559,8 +8559,8 @@ }, "object": { "type": "ThisExpression", - "start": 1821, - "end": 1825, + "start": 1822, + "end": 1826, "loc": { "start": { "line": 75, @@ -8574,8 +8574,8 @@ }, "property": { "type": "Identifier", - "start": 1826, - "end": 1832, + "start": 1827, + "end": 1833, "loc": { "start": { "line": 75, @@ -8593,8 +8593,8 @@ }, "right": { "type": "ObjectExpression", - "start": 1835, - "end": 1952, + "start": 1836, + "end": 1953, "loc": { "start": { "line": 75, @@ -8608,8 +8608,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 1849, - "end": 1866, + "start": 1850, + "end": 1867, "loc": { "start": { "line": 76, @@ -8625,8 +8625,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1849, - "end": 1854, + "start": 1850, + "end": 1855, "loc": { "start": { "line": 76, @@ -8642,8 +8642,8 @@ }, "value": { "type": "MemberExpression", - "start": 1856, - "end": 1866, + "start": 1857, + "end": 1867, "loc": { "start": { "line": 76, @@ -8656,8 +8656,8 @@ }, "object": { "type": "ThisExpression", - "start": 1856, - "end": 1860, + "start": 1857, + "end": 1861, "loc": { "start": { "line": 76, @@ -8671,8 +8671,8 @@ }, "property": { "type": "Identifier", - "start": 1861, - "end": 1866, + "start": 1862, + "end": 1867, "loc": { "start": { "line": 76, @@ -8691,8 +8691,8 @@ }, { "type": "ObjectProperty", - "start": 1880, - "end": 1907, + "start": 1881, + "end": 1908, "loc": { "start": { "line": 77, @@ -8708,8 +8708,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1880, - "end": 1890, + "start": 1881, + "end": 1891, "loc": { "start": { "line": 77, @@ -8725,8 +8725,8 @@ }, "value": { "type": "MemberExpression", - "start": 1892, - "end": 1907, + "start": 1893, + "end": 1908, "loc": { "start": { "line": 77, @@ -8739,8 +8739,8 @@ }, "object": { "type": "ThisExpression", - "start": 1892, - "end": 1896, + "start": 1893, + "end": 1897, "loc": { "start": { "line": 77, @@ -8754,8 +8754,8 @@ }, "property": { "type": "Identifier", - "start": 1897, - "end": 1907, + "start": 1898, + "end": 1908, "loc": { "start": { "line": 77, @@ -8774,8 +8774,8 @@ }, { "type": "ObjectProperty", - "start": 1921, - "end": 1942, + "start": 1922, + "end": 1943, "loc": { "start": { "line": 78, @@ -8791,8 +8791,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1921, - "end": 1928, + "start": 1922, + "end": 1929, "loc": { "start": { "line": 78, @@ -8808,8 +8808,8 @@ }, "value": { "type": "MemberExpression", - "start": 1930, - "end": 1942, + "start": 1931, + "end": 1943, "loc": { "start": { "line": 78, @@ -8822,8 +8822,8 @@ }, "object": { "type": "ThisExpression", - "start": 1930, - "end": 1934, + "start": 1931, + "end": 1935, "loc": { "start": { "line": 78, @@ -8837,8 +8837,8 @@ }, "property": { "type": "Identifier", - "start": 1935, - "end": 1942, + "start": 1936, + "end": 1943, "loc": { "start": { "line": 78, @@ -8861,8 +8861,8 @@ }, { "type": "ExpressionStatement", - "start": 1963, - "end": 2009, + "start": 1964, + "end": 2010, "loc": { "start": { "line": 81, @@ -8875,8 +8875,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 1963, - "end": 2008, + "start": 1964, + "end": 2009, "loc": { "start": { "line": 81, @@ -8890,8 +8890,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 1963, - "end": 1974, + "start": 1964, + "end": 1975, "loc": { "start": { "line": 81, @@ -8904,8 +8904,8 @@ }, "object": { "type": "ThisExpression", - "start": 1963, - "end": 1967, + "start": 1964, + "end": 1968, "loc": { "start": { "line": 81, @@ -8919,8 +8919,8 @@ }, "property": { "type": "Identifier", - "start": 1968, - "end": 1974, + "start": 1969, + "end": 1975, "loc": { "start": { "line": 81, @@ -8938,8 +8938,8 @@ }, "right": { "type": "NewExpression", - "start": 1977, - "end": 2008, + "start": 1978, + "end": 2009, "loc": { "start": { "line": 81, @@ -8952,8 +8952,8 @@ }, "callee": { "type": "Identifier", - "start": 1981, - "end": 1987, + "start": 1982, + "end": 1988, "loc": { "start": { "line": 81, @@ -8970,8 +8970,8 @@ "arguments": [ { "type": "MemberExpression", - "start": 1988, - "end": 2007, + "start": 1989, + "end": 2008, "loc": { "start": { "line": 81, @@ -8984,8 +8984,8 @@ }, "object": { "type": "ThisExpression", - "start": 1988, - "end": 1992, + "start": 1989, + "end": 1993, "loc": { "start": { "line": 81, @@ -8999,8 +8999,8 @@ }, "property": { "type": "Identifier", - "start": 1993, - "end": 2007, + "start": 1994, + "end": 2008, "loc": { "start": { "line": 81, @@ -9022,8 +9022,8 @@ }, { "type": "ExpressionStatement", - "start": 2018, - "end": 2074, + "start": 2019, + "end": 2075, "loc": { "start": { "line": 82, @@ -9036,8 +9036,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 2018, - "end": 2073, + "start": 2019, + "end": 2074, "loc": { "start": { "line": 82, @@ -9051,8 +9051,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 2018, - "end": 2039, + "start": 2019, + "end": 2040, "loc": { "start": { "line": 82, @@ -9065,8 +9065,8 @@ }, "object": { "type": "MemberExpression", - "start": 2018, - "end": 2029, + "start": 2019, + "end": 2030, "loc": { "start": { "line": 82, @@ -9079,8 +9079,8 @@ }, "object": { "type": "ThisExpression", - "start": 2018, - "end": 2022, + "start": 2019, + "end": 2023, "loc": { "start": { "line": 82, @@ -9094,8 +9094,8 @@ }, "property": { "type": "Identifier", - "start": 2023, - "end": 2029, + "start": 2024, + "end": 2030, "loc": { "start": { "line": 82, @@ -9113,8 +9113,8 @@ }, "property": { "type": "Identifier", - "start": 2030, - "end": 2039, + "start": 2031, + "end": 2040, "loc": { "start": { "line": 82, @@ -9132,8 +9132,8 @@ }, "right": { "type": "CallExpression", - "start": 2042, - "end": 2073, + "start": 2043, + "end": 2074, "loc": { "start": { "line": 82, @@ -9146,8 +9146,8 @@ }, "callee": { "type": "MemberExpression", - "start": 2042, - "end": 2067, + "start": 2043, + "end": 2068, "loc": { "start": { "line": 82, @@ -9160,8 +9160,8 @@ }, "object": { "type": "MemberExpression", - "start": 2042, - "end": 2062, + "start": 2043, + "end": 2063, "loc": { "start": { "line": 82, @@ -9174,8 +9174,8 @@ }, "object": { "type": "ThisExpression", - "start": 2042, - "end": 2046, + "start": 2043, + "end": 2047, "loc": { "start": { "line": 82, @@ -9189,8 +9189,8 @@ }, "property": { "type": "Identifier", - "start": 2047, - "end": 2062, + "start": 2048, + "end": 2063, "loc": { "start": { "line": 82, @@ -9208,8 +9208,8 @@ }, "property": { "type": "Identifier", - "start": 2063, - "end": 2067, + "start": 2064, + "end": 2068, "loc": { "start": { "line": 82, @@ -9228,8 +9228,8 @@ "arguments": [ { "type": "ThisExpression", - "start": 2068, - "end": 2072, + "start": 2069, + "end": 2073, "loc": { "start": { "line": 82, @@ -9247,8 +9247,8 @@ }, { "type": "ExpressionStatement", - "start": 2083, - "end": 2143, + "start": 2084, + "end": 2144, "loc": { "start": { "line": 83, @@ -9261,8 +9261,8 @@ }, "expression": { "type": "CallExpression", - "start": 2083, - "end": 2142, + "start": 2084, + "end": 2143, "loc": { "start": { "line": 83, @@ -9275,8 +9275,8 @@ }, "callee": { "type": "MemberExpression", - "start": 2083, - "end": 2106, + "start": 2084, + "end": 2107, "loc": { "start": { "line": 83, @@ -9289,8 +9289,8 @@ }, "object": { "type": "MemberExpression", - "start": 2083, - "end": 2094, + "start": 2084, + "end": 2095, "loc": { "start": { "line": 83, @@ -9303,8 +9303,8 @@ }, "object": { "type": "ThisExpression", - "start": 2083, - "end": 2087, + "start": 2084, + "end": 2088, "loc": { "start": { "line": 83, @@ -9318,8 +9318,8 @@ }, "property": { "type": "Identifier", - "start": 2088, - "end": 2094, + "start": 2089, + "end": 2095, "loc": { "start": { "line": 83, @@ -9337,8 +9337,8 @@ }, "property": { "type": "Identifier", - "start": 2095, - "end": 2106, + "start": 2096, + "end": 2107, "loc": { "start": { "line": 83, @@ -9357,8 +9357,8 @@ "arguments": [ { "type": "ObjectExpression", - "start": 2107, - "end": 2141, + "start": 2108, + "end": 2142, "loc": { "start": { "line": 83, @@ -9372,8 +9372,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 2108, - "end": 2119, + "start": 2109, + "end": 2120, "loc": { "start": { "line": 83, @@ -9389,8 +9389,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2108, - "end": 2111, + "start": 2109, + "end": 2112, "loc": { "start": { "line": 83, @@ -9406,8 +9406,8 @@ }, "value": { "type": "StringLiteral", - "start": 2113, - "end": 2119, + "start": 2114, + "end": 2120, "loc": { "start": { "line": 83, @@ -9427,8 +9427,8 @@ }, { "type": "ObjectProperty", - "start": 2121, - "end": 2140, + "start": 2122, + "end": 2141, "loc": { "start": { "line": 83, @@ -9444,8 +9444,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2121, - "end": 2127, + "start": 2122, + "end": 2128, "loc": { "start": { "line": 83, @@ -9461,8 +9461,8 @@ }, "value": { "type": "MemberExpression", - "start": 2129, - "end": 2140, + "start": 2130, + "end": 2141, "loc": { "start": { "line": 83, @@ -9475,8 +9475,8 @@ }, "object": { "type": "ThisExpression", - "start": 2129, - "end": 2133, + "start": 2130, + "end": 2134, "loc": { "start": { "line": 83, @@ -9490,8 +9490,8 @@ }, "property": { "type": "Identifier", - "start": 2134, - "end": 2140, + "start": 2135, + "end": 2141, "loc": { "start": { "line": 83, @@ -9521,8 +9521,8 @@ { "type": "CommentBlock", "value": "*\n * Setup recording engine.\n *\n * @param {LocalMediaStream} stream - Media stream to record.\n * @param {Object} mediaType - Object describing the media type of this\n * engine.\n * @param {Boolean} debug - Indicating whether or not debug messages should\n * be printed in the console.\n ", - "start": 1346, - "end": 1674, + "start": 1347, + "end": 1675, "loc": { "start": { "line": 61, @@ -9539,8 +9539,8 @@ { "type": "CommentBlock", "value": "*\n * Start recording.\n ", - "start": 2155, - "end": 2190, + "start": 2156, + "end": 2191, "loc": { "start": { "line": 86, @@ -9556,8 +9556,8 @@ }, { "type": "ClassMethod", - "start": 2195, - "end": 2799, + "start": 2196, + "end": 2800, "loc": { "start": { "line": 89, @@ -9572,8 +9572,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2195, - "end": 2200, + "start": 2196, + "end": 2201, "loc": { "start": { "line": 89, @@ -9596,8 +9596,8 @@ "params": [], "body": { "type": "BlockStatement", - "start": 2203, - "end": 2799, + "start": 2204, + "end": 2800, "loc": { "start": { "line": 89, @@ -9611,8 +9611,8 @@ "body": [ { "type": "VariableDeclaration", - "start": 2213, - "end": 2281, + "start": 2214, + "end": 2282, "loc": { "start": { "line": 90, @@ -9626,8 +9626,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 2217, - "end": 2280, + "start": 2218, + "end": 2281, "loc": { "start": { "line": 90, @@ -9640,8 +9640,8 @@ }, "id": { "type": "Identifier", - "start": 2217, - "end": 2229, + "start": 2218, + "end": 2230, "loc": { "start": { "line": 90, @@ -9657,8 +9657,8 @@ }, "init": { "type": "LogicalExpression", - "start": 2232, - "end": 2280, + "start": 2233, + "end": 2281, "loc": { "start": { "line": 90, @@ -9671,8 +9671,8 @@ }, "left": { "type": "MemberExpression", - "start": 2232, - "end": 2251, + "start": 2233, + "end": 2252, "loc": { "start": { "line": 90, @@ -9685,8 +9685,8 @@ }, "object": { "type": "Identifier", - "start": 2232, - "end": 2238, + "start": 2233, + "end": 2239, "loc": { "start": { "line": 90, @@ -9702,8 +9702,8 @@ }, "property": { "type": "Identifier", - "start": 2239, - "end": 2251, + "start": 2240, + "end": 2252, "loc": { "start": { "line": 90, @@ -9722,8 +9722,8 @@ "operator": "||", "right": { "type": "MemberExpression", - "start": 2255, - "end": 2280, + "start": 2256, + "end": 2281, "loc": { "start": { "line": 90, @@ -9736,8 +9736,8 @@ }, "object": { "type": "Identifier", - "start": 2255, - "end": 2261, + "start": 2256, + "end": 2262, "loc": { "start": { "line": 90, @@ -9753,8 +9753,8 @@ }, "property": { "type": "Identifier", - "start": 2262, - "end": 2280, + "start": 2263, + "end": 2281, "loc": { "start": { "line": 90, @@ -9777,8 +9777,8 @@ }, { "type": "ExpressionStatement", - "start": 2290, - "end": 2329, + "start": 2291, + "end": 2330, "loc": { "start": { "line": 91, @@ -9791,8 +9791,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 2290, - "end": 2328, + "start": 2291, + "end": 2329, "loc": { "start": { "line": 91, @@ -9806,8 +9806,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 2290, - "end": 2307, + "start": 2291, + "end": 2308, "loc": { "start": { "line": 91, @@ -9820,8 +9820,8 @@ }, "object": { "type": "ThisExpression", - "start": 2290, - "end": 2294, + "start": 2291, + "end": 2295, "loc": { "start": { "line": 91, @@ -9835,8 +9835,8 @@ }, "property": { "type": "Identifier", - "start": 2295, - "end": 2307, + "start": 2296, + "end": 2308, "loc": { "start": { "line": 91, @@ -9854,8 +9854,8 @@ }, "right": { "type": "NewExpression", - "start": 2310, - "end": 2328, + "start": 2311, + "end": 2329, "loc": { "start": { "line": 91, @@ -9868,8 +9868,8 @@ }, "callee": { "type": "Identifier", - "start": 2314, - "end": 2326, + "start": 2315, + "end": 2327, "loc": { "start": { "line": 91, @@ -9889,8 +9889,8 @@ }, { "type": "ExpressionStatement", - "start": 2339, - "end": 2435, + "start": 2340, + "end": 2436, "loc": { "start": { "line": 93, @@ -9903,8 +9903,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 2339, - "end": 2434, + "start": 2340, + "end": 2435, "loc": { "start": { "line": 93, @@ -9918,8 +9918,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 2339, - "end": 2359, + "start": 2340, + "end": 2360, "loc": { "start": { "line": 93, @@ -9932,8 +9932,8 @@ }, "object": { "type": "ThisExpression", - "start": 2339, - "end": 2343, + "start": 2340, + "end": 2344, "loc": { "start": { "line": 93, @@ -9947,8 +9947,8 @@ }, "property": { "type": "Identifier", - "start": 2344, - "end": 2359, + "start": 2345, + "end": 2360, "loc": { "start": { "line": 93, @@ -9966,8 +9966,8 @@ }, "right": { "type": "CallExpression", - "start": 2362, - "end": 2434, + "start": 2363, + "end": 2435, "loc": { "start": { "line": 93, @@ -9980,8 +9980,8 @@ }, "callee": { "type": "MemberExpression", - "start": 2362, - "end": 2403, + "start": 2363, + "end": 2404, "loc": { "start": { "line": 93, @@ -9994,8 +9994,8 @@ }, "object": { "type": "MemberExpression", - "start": 2362, - "end": 2379, + "start": 2363, + "end": 2380, "loc": { "start": { "line": 93, @@ -10008,8 +10008,8 @@ }, "object": { "type": "ThisExpression", - "start": 2362, - "end": 2366, + "start": 2363, + "end": 2367, "loc": { "start": { "line": 93, @@ -10023,8 +10023,8 @@ }, "property": { "type": "Identifier", - "start": 2367, - "end": 2379, + "start": 2368, + "end": 2380, "loc": { "start": { "line": 93, @@ -10042,8 +10042,8 @@ }, "property": { "type": "Identifier", - "start": 2380, - "end": 2403, + "start": 2381, + "end": 2404, "loc": { "start": { "line": 93, @@ -10062,8 +10062,8 @@ "arguments": [ { "type": "MemberExpression", - "start": 2417, - "end": 2433, + "start": 2418, + "end": 2434, "loc": { "start": { "line": 94, @@ -10076,8 +10076,8 @@ }, "object": { "type": "ThisExpression", - "start": 2417, - "end": 2421, + "start": 2418, + "end": 2422, "loc": { "start": { "line": 94, @@ -10091,8 +10091,8 @@ }, "property": { "type": "Identifier", - "start": 2422, - "end": 2433, + "start": 2423, + "end": 2434, "loc": { "start": { "line": 94, @@ -10115,8 +10115,8 @@ { "type": "CommentLine", "value": " a bufferSize of 0 instructs the browser to choose the best bufferSize", - "start": 2444, - "end": 2516, + "start": 2445, + "end": 2517, "loc": { "start": { "line": 95, @@ -10132,8 +10132,8 @@ }, { "type": "ExpressionStatement", - "start": 2525, - "end": 2604, + "start": 2526, + "end": 2605, "loc": { "start": { "line": 96, @@ -10146,8 +10146,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 2525, - "end": 2603, + "start": 2526, + "end": 2604, "loc": { "start": { "line": 96, @@ -10161,8 +10161,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 2525, - "end": 2539, + "start": 2526, + "end": 2540, "loc": { "start": { "line": 96, @@ -10175,8 +10175,8 @@ }, "object": { "type": "ThisExpression", - "start": 2525, - "end": 2529, + "start": 2526, + "end": 2530, "loc": { "start": { "line": 96, @@ -10191,8 +10191,8 @@ }, "property": { "type": "Identifier", - "start": 2530, - "end": 2539, + "start": 2531, + "end": 2540, "loc": { "start": { "line": 96, @@ -10211,8 +10211,8 @@ }, "right": { "type": "CallExpression", - "start": 2542, - "end": 2603, + "start": 2543, + "end": 2604, "loc": { "start": { "line": 96, @@ -10225,8 +10225,8 @@ }, "callee": { "type": "MemberExpression", - "start": 2542, - "end": 2581, + "start": 2543, + "end": 2582, "loc": { "start": { "line": 96, @@ -10239,8 +10239,8 @@ }, "object": { "type": "MemberExpression", - "start": 2542, - "end": 2559, + "start": 2543, + "end": 2560, "loc": { "start": { "line": 96, @@ -10253,8 +10253,8 @@ }, "object": { "type": "ThisExpression", - "start": 2542, - "end": 2546, + "start": 2543, + "end": 2547, "loc": { "start": { "line": 96, @@ -10268,8 +10268,8 @@ }, "property": { "type": "Identifier", - "start": 2547, - "end": 2559, + "start": 2548, + "end": 2560, "loc": { "start": { "line": 96, @@ -10287,8 +10287,8 @@ }, "property": { "type": "Identifier", - "start": 2560, - "end": 2581, + "start": 2561, + "end": 2582, "loc": { "start": { "line": 96, @@ -10307,8 +10307,8 @@ "arguments": [ { "type": "NumericLiteral", - "start": 2595, - "end": 2596, + "start": 2596, + "end": 2597, "loc": { "start": { "line": 97, @@ -10327,8 +10327,8 @@ }, { "type": "NumericLiteral", - "start": 2598, - "end": 2599, + "start": 2599, + "end": 2600, "loc": { "start": { "line": 97, @@ -10347,8 +10347,8 @@ }, { "type": "NumericLiteral", - "start": 2601, - "end": 2602, + "start": 2602, + "end": 2603, "loc": { "start": { "line": 97, @@ -10373,8 +10373,8 @@ { "type": "CommentLine", "value": " a bufferSize of 0 instructs the browser to choose the best bufferSize", - "start": 2444, - "end": 2516, + "start": 2445, + "end": 2517, "loc": { "start": { "line": 95, @@ -10390,8 +10390,8 @@ }, { "type": "ExpressionStatement", - "start": 2613, - "end": 2676, + "start": 2614, + "end": 2677, "loc": { "start": { "line": 98, @@ -10404,8 +10404,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 2613, - "end": 2675, + "start": 2614, + "end": 2676, "loc": { "start": { "line": 98, @@ -10419,8 +10419,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 2613, - "end": 2642, + "start": 2614, + "end": 2643, "loc": { "start": { "line": 98, @@ -10433,8 +10433,8 @@ }, "object": { "type": "MemberExpression", - "start": 2613, - "end": 2627, + "start": 2614, + "end": 2628, "loc": { "start": { "line": 98, @@ -10447,8 +10447,8 @@ }, "object": { "type": "ThisExpression", - "start": 2613, - "end": 2617, + "start": 2614, + "end": 2618, "loc": { "start": { "line": 98, @@ -10462,8 +10462,8 @@ }, "property": { "type": "Identifier", - "start": 2618, - "end": 2627, + "start": 2619, + "end": 2628, "loc": { "start": { "line": 98, @@ -10481,8 +10481,8 @@ }, "property": { "type": "Identifier", - "start": 2628, - "end": 2642, + "start": 2629, + "end": 2643, "loc": { "start": { "line": 98, @@ -10500,8 +10500,8 @@ }, "right": { "type": "CallExpression", - "start": 2645, - "end": 2675, + "start": 2646, + "end": 2676, "loc": { "start": { "line": 98, @@ -10514,8 +10514,8 @@ }, "callee": { "type": "MemberExpression", - "start": 2645, - "end": 2669, + "start": 2646, + "end": 2670, "loc": { "start": { "line": 98, @@ -10528,8 +10528,8 @@ }, "object": { "type": "MemberExpression", - "start": 2645, - "end": 2664, + "start": 2646, + "end": 2665, "loc": { "start": { "line": 98, @@ -10542,8 +10542,8 @@ }, "object": { "type": "ThisExpression", - "start": 2645, - "end": 2649, + "start": 2646, + "end": 2650, "loc": { "start": { "line": 98, @@ -10557,8 +10557,8 @@ }, "property": { "type": "Identifier", - "start": 2650, - "end": 2664, + "start": 2651, + "end": 2665, "loc": { "start": { "line": 98, @@ -10576,8 +10576,8 @@ }, "property": { "type": "Identifier", - "start": 2665, - "end": 2669, + "start": 2666, + "end": 2670, "loc": { "start": { "line": 98, @@ -10596,8 +10596,8 @@ "arguments": [ { "type": "ThisExpression", - "start": 2670, - "end": 2674, + "start": 2671, + "end": 2675, "loc": { "start": { "line": 98, @@ -10615,8 +10615,8 @@ }, { "type": "ExpressionStatement", - "start": 2685, - "end": 2730, + "start": 2686, + "end": 2731, "loc": { "start": { "line": 99, @@ -10629,8 +10629,8 @@ }, "expression": { "type": "CallExpression", - "start": 2685, - "end": 2729, + "start": 2686, + "end": 2730, "loc": { "start": { "line": 99, @@ -10643,8 +10643,8 @@ }, "callee": { "type": "MemberExpression", - "start": 2685, - "end": 2713, + "start": 2686, + "end": 2714, "loc": { "start": { "line": 99, @@ -10657,8 +10657,8 @@ }, "object": { "type": "MemberExpression", - "start": 2685, - "end": 2705, + "start": 2686, + "end": 2706, "loc": { "start": { "line": 99, @@ -10671,8 +10671,8 @@ }, "object": { "type": "ThisExpression", - "start": 2685, - "end": 2689, + "start": 2686, + "end": 2690, "loc": { "start": { "line": 99, @@ -10686,8 +10686,8 @@ }, "property": { "type": "Identifier", - "start": 2690, - "end": 2705, + "start": 2691, + "end": 2706, "loc": { "start": { "line": 99, @@ -10705,8 +10705,8 @@ }, "property": { "type": "Identifier", - "start": 2706, - "end": 2713, + "start": 2707, + "end": 2714, "loc": { "start": { "line": 99, @@ -10725,8 +10725,8 @@ "arguments": [ { "type": "MemberExpression", - "start": 2714, - "end": 2728, + "start": 2715, + "end": 2729, "loc": { "start": { "line": 99, @@ -10739,8 +10739,8 @@ }, "object": { "type": "ThisExpression", - "start": 2714, - "end": 2718, + "start": 2715, + "end": 2719, "loc": { "start": { "line": 99, @@ -10754,8 +10754,8 @@ }, "property": { "type": "Identifier", - "start": 2719, - "end": 2728, + "start": 2720, + "end": 2729, "loc": { "start": { "line": 99, @@ -10776,8 +10776,8 @@ }, { "type": "ExpressionStatement", - "start": 2739, - "end": 2793, + "start": 2740, + "end": 2794, "loc": { "start": { "line": 100, @@ -10790,8 +10790,8 @@ }, "expression": { "type": "CallExpression", - "start": 2739, - "end": 2792, + "start": 2740, + "end": 2793, "loc": { "start": { "line": 100, @@ -10804,8 +10804,8 @@ }, "callee": { "type": "MemberExpression", - "start": 2739, - "end": 2761, + "start": 2740, + "end": 2762, "loc": { "start": { "line": 100, @@ -10818,8 +10818,8 @@ }, "object": { "type": "MemberExpression", - "start": 2739, - "end": 2753, + "start": 2740, + "end": 2754, "loc": { "start": { "line": 100, @@ -10832,8 +10832,8 @@ }, "object": { "type": "ThisExpression", - "start": 2739, - "end": 2743, + "start": 2740, + "end": 2744, "loc": { "start": { "line": 100, @@ -10847,8 +10847,8 @@ }, "property": { "type": "Identifier", - "start": 2744, - "end": 2753, + "start": 2745, + "end": 2754, "loc": { "start": { "line": 100, @@ -10866,8 +10866,8 @@ }, "property": { "type": "Identifier", - "start": 2754, - "end": 2761, + "start": 2755, + "end": 2762, "loc": { "start": { "line": 100, @@ -10886,8 +10886,8 @@ "arguments": [ { "type": "MemberExpression", - "start": 2762, - "end": 2791, + "start": 2763, + "end": 2792, "loc": { "start": { "line": 100, @@ -10900,8 +10900,8 @@ }, "object": { "type": "MemberExpression", - "start": 2762, - "end": 2779, + "start": 2763, + "end": 2780, "loc": { "start": { "line": 100, @@ -10914,8 +10914,8 @@ }, "object": { "type": "ThisExpression", - "start": 2762, - "end": 2766, + "start": 2763, + "end": 2767, "loc": { "start": { "line": 100, @@ -10929,8 +10929,8 @@ }, "property": { "type": "Identifier", - "start": 2767, - "end": 2779, + "start": 2768, + "end": 2780, "loc": { "start": { "line": 100, @@ -10948,8 +10948,8 @@ }, "property": { "type": "Identifier", - "start": 2780, - "end": 2791, + "start": 2781, + "end": 2792, "loc": { "start": { "line": 100, @@ -10976,8 +10976,8 @@ { "type": "CommentBlock", "value": "*\n * Start recording.\n ", - "start": 2155, - "end": 2190, + "start": 2156, + "end": 2191, "loc": { "start": { "line": 86, @@ -10994,8 +10994,8 @@ { "type": "CommentBlock", "value": "*\n * Stop recording.\n ", - "start": 2805, - "end": 2839, + "start": 2806, + "end": 2840, "loc": { "start": { "line": 103, @@ -11011,8 +11011,8 @@ }, { "type": "ClassMethod", - "start": 2844, - "end": 3312, + "start": 2845, + "end": 3313, "loc": { "start": { "line": 106, @@ -11027,8 +11027,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2844, - "end": 2848, + "start": 2845, + "end": 2849, "loc": { "start": { "line": 106, @@ -11051,8 +11051,8 @@ "params": [], "body": { "type": "BlockStatement", - "start": 2851, - "end": 3312, + "start": 2852, + "end": 3313, "loc": { "start": { "line": 106, @@ -11066,8 +11066,8 @@ "body": [ { "type": "IfStatement", - "start": 2861, - "end": 3054, + "start": 2862, + "end": 3055, "loc": { "start": { "line": 107, @@ -11080,8 +11080,8 @@ }, "test": { "type": "LogicalExpression", - "start": 2865, - "end": 2903, + "start": 2866, + "end": 2904, "loc": { "start": { "line": 107, @@ -11094,8 +11094,8 @@ }, "left": { "type": "MemberExpression", - "start": 2865, - "end": 2879, + "start": 2866, + "end": 2880, "loc": { "start": { "line": 107, @@ -11108,8 +11108,8 @@ }, "object": { "type": "ThisExpression", - "start": 2865, - "end": 2869, + "start": 2866, + "end": 2870, "loc": { "start": { "line": 107, @@ -11123,8 +11123,8 @@ }, "property": { "type": "Identifier", - "start": 2870, - "end": 2879, + "start": 2871, + "end": 2880, "loc": { "start": { "line": 107, @@ -11143,8 +11143,8 @@ "operator": "&&", "right": { "type": "MemberExpression", - "start": 2883, - "end": 2903, + "start": 2884, + "end": 2904, "loc": { "start": { "line": 107, @@ -11157,8 +11157,8 @@ }, "object": { "type": "ThisExpression", - "start": 2883, - "end": 2887, + "start": 2884, + "end": 2888, "loc": { "start": { "line": 107, @@ -11172,8 +11172,8 @@ }, "property": { "type": "Identifier", - "start": 2888, - "end": 2903, + "start": 2889, + "end": 2904, "loc": { "start": { "line": 107, @@ -11192,8 +11192,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 2905, - "end": 3054, + "start": 2906, + "end": 3055, "loc": { "start": { "line": 107, @@ -11207,8 +11207,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 2919, - "end": 2953, + "start": 2920, + "end": 2954, "loc": { "start": { "line": 108, @@ -11221,8 +11221,8 @@ }, "expression": { "type": "CallExpression", - "start": 2919, - "end": 2952, + "start": 2920, + "end": 2953, "loc": { "start": { "line": 108, @@ -11235,8 +11235,8 @@ }, "callee": { "type": "MemberExpression", - "start": 2919, - "end": 2950, + "start": 2920, + "end": 2951, "loc": { "start": { "line": 108, @@ -11249,8 +11249,8 @@ }, "object": { "type": "MemberExpression", - "start": 2919, - "end": 2939, + "start": 2920, + "end": 2940, "loc": { "start": { "line": 108, @@ -11263,8 +11263,8 @@ }, "object": { "type": "ThisExpression", - "start": 2919, - "end": 2923, + "start": 2920, + "end": 2924, "loc": { "start": { "line": 108, @@ -11278,8 +11278,8 @@ }, "property": { "type": "Identifier", - "start": 2924, - "end": 2939, + "start": 2925, + "end": 2940, "loc": { "start": { "line": 108, @@ -11297,8 +11297,8 @@ }, "property": { "type": "Identifier", - "start": 2940, - "end": 2950, + "start": 2941, + "end": 2951, "loc": { "start": { "line": 108, @@ -11319,8 +11319,8 @@ }, { "type": "ExpressionStatement", - "start": 2966, - "end": 2994, + "start": 2967, + "end": 2995, "loc": { "start": { "line": 109, @@ -11333,8 +11333,8 @@ }, "expression": { "type": "CallExpression", - "start": 2966, - "end": 2993, + "start": 2967, + "end": 2994, "loc": { "start": { "line": 109, @@ -11347,8 +11347,8 @@ }, "callee": { "type": "MemberExpression", - "start": 2966, - "end": 2991, + "start": 2967, + "end": 2992, "loc": { "start": { "line": 109, @@ -11361,8 +11361,8 @@ }, "object": { "type": "MemberExpression", - "start": 2966, - "end": 2980, + "start": 2967, + "end": 2981, "loc": { "start": { "line": 109, @@ -11375,8 +11375,8 @@ }, "object": { "type": "ThisExpression", - "start": 2966, - "end": 2970, + "start": 2967, + "end": 2971, "loc": { "start": { "line": 109, @@ -11390,8 +11390,8 @@ }, "property": { "type": "Identifier", - "start": 2971, - "end": 2980, + "start": 2972, + "end": 2981, "loc": { "start": { "line": 109, @@ -11409,8 +11409,8 @@ }, "property": { "type": "Identifier", - "start": 2981, - "end": 2991, + "start": 2982, + "end": 2992, "loc": { "start": { "line": 109, @@ -11431,8 +11431,8 @@ }, { "type": "ExpressionStatement", - "start": 3007, - "end": 3044, + "start": 3008, + "end": 3045, "loc": { "start": { "line": 110, @@ -11445,8 +11445,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 3007, - "end": 3043, + "start": 3008, + "end": 3044, "loc": { "start": { "line": 110, @@ -11460,8 +11460,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 3007, - "end": 3036, + "start": 3008, + "end": 3037, "loc": { "start": { "line": 110, @@ -11474,8 +11474,8 @@ }, "object": { "type": "MemberExpression", - "start": 3007, - "end": 3021, + "start": 3008, + "end": 3022, "loc": { "start": { "line": 110, @@ -11488,8 +11488,8 @@ }, "object": { "type": "ThisExpression", - "start": 3007, - "end": 3011, + "start": 3008, + "end": 3012, "loc": { "start": { "line": 110, @@ -11503,8 +11503,8 @@ }, "property": { "type": "Identifier", - "start": 3012, - "end": 3021, + "start": 3013, + "end": 3022, "loc": { "start": { "line": 110, @@ -11522,8 +11522,8 @@ }, "property": { "type": "Identifier", - "start": 3022, - "end": 3036, + "start": 3023, + "end": 3037, "loc": { "start": { "line": 110, @@ -11541,8 +11541,8 @@ }, "right": { "type": "NullLiteral", - "start": 3039, - "end": 3043, + "start": 3040, + "end": 3044, "loc": { "start": { "line": 110, @@ -11563,8 +11563,8 @@ }, { "type": "IfStatement", - "start": 3063, - "end": 3229, + "start": 3064, + "end": 3230, "loc": { "start": { "line": 112, @@ -11577,8 +11577,8 @@ }, "test": { "type": "MemberExpression", - "start": 3067, - "end": 3084, + "start": 3068, + "end": 3085, "loc": { "start": { "line": 112, @@ -11591,8 +11591,8 @@ }, "object": { "type": "ThisExpression", - "start": 3067, - "end": 3071, + "start": 3068, + "end": 3072, "loc": { "start": { "line": 112, @@ -11606,8 +11606,8 @@ }, "property": { "type": "Identifier", - "start": 3072, - "end": 3084, + "start": 3073, + "end": 3085, "loc": { "start": { "line": 112, @@ -11625,8 +11625,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 3086, - "end": 3229, + "start": 3087, + "end": 3230, "loc": { "start": { "line": 112, @@ -11640,8 +11640,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 3156, - "end": 3219, + "start": 3157, + "end": 3220, "loc": { "start": { "line": 114, @@ -11654,8 +11654,8 @@ }, "expression": { "type": "CallExpression", - "start": 3156, - "end": 3218, + "start": 3157, + "end": 3219, "loc": { "start": { "line": 114, @@ -11668,8 +11668,8 @@ }, "callee": { "type": "MemberExpression", - "start": 3156, - "end": 3202, + "start": 3157, + "end": 3203, "loc": { "start": { "line": 114, @@ -11682,8 +11682,8 @@ }, "object": { "type": "CallExpression", - "start": 3156, - "end": 3196, + "start": 3157, + "end": 3197, "loc": { "start": { "line": 114, @@ -11696,8 +11696,8 @@ }, "callee": { "type": "MemberExpression", - "start": 3156, - "end": 3186, + "start": 3157, + "end": 3187, "loc": { "start": { "line": 114, @@ -11710,8 +11710,8 @@ }, "object": { "type": "CallExpression", - "start": 3156, - "end": 3181, + "start": 3157, + "end": 3182, "loc": { "start": { "line": 114, @@ -11724,8 +11724,8 @@ }, "callee": { "type": "MemberExpression", - "start": 3156, - "end": 3179, + "start": 3157, + "end": 3180, "loc": { "start": { "line": 114, @@ -11738,8 +11738,8 @@ }, "object": { "type": "MemberExpression", - "start": 3156, - "end": 3173, + "start": 3157, + "end": 3174, "loc": { "start": { "line": 114, @@ -11752,8 +11752,8 @@ }, "object": { "type": "ThisExpression", - "start": 3156, - "end": 3160, + "start": 3157, + "end": 3161, "loc": { "start": { "line": 114, @@ -11768,8 +11768,8 @@ }, "property": { "type": "Identifier", - "start": 3161, - "end": 3173, + "start": 3162, + "end": 3174, "loc": { "start": { "line": 114, @@ -11788,8 +11788,8 @@ }, "property": { "type": "Identifier", - "start": 3174, - "end": 3179, + "start": 3175, + "end": 3180, "loc": { "start": { "line": 114, @@ -11811,8 +11811,8 @@ }, "property": { "type": "Identifier", - "start": 3182, - "end": 3186, + "start": 3183, + "end": 3187, "loc": { "start": { "line": 114, @@ -11832,8 +11832,8 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 3187, - "end": 3195, + "start": 3188, + "end": 3196, "loc": { "start": { "line": 114, @@ -11851,8 +11851,8 @@ "params": [], "body": { "type": "BlockStatement", - "start": 3193, - "end": 3195, + "start": 3194, + "end": 3196, "loc": { "start": { "line": 114, @@ -11872,8 +11872,8 @@ }, "property": { "type": "Identifier", - "start": 3197, - "end": 3202, + "start": 3198, + "end": 3203, "loc": { "start": { "line": 114, @@ -11893,8 +11893,8 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 3203, - "end": 3217, + "start": 3204, + "end": 3218, "loc": { "start": { "line": 114, @@ -11912,8 +11912,8 @@ "params": [ { "type": "Identifier", - "start": 3204, - "end": 3210, + "start": 3205, + "end": 3211, "loc": { "start": { "line": 114, @@ -11930,8 +11930,8 @@ ], "body": { "type": "BlockStatement", - "start": 3215, - "end": 3217, + "start": 3216, + "end": 3218, "loc": { "start": { "line": 114, @@ -11953,8 +11953,8 @@ { "type": "CommentLine", "value": " ignore errors about already being closed", - "start": 3100, - "end": 3143, + "start": 3101, + "end": 3144, "loc": { "start": { "line": 113, @@ -11977,8 +11977,8 @@ { "type": "CommentLine", "value": " free up memory", - "start": 3239, - "end": 3256, + "start": 3240, + "end": 3257, "loc": { "start": { "line": 117, @@ -11994,8 +11994,8 @@ }, { "type": "ExpressionStatement", - "start": 3265, - "end": 3306, + "start": 3266, + "end": 3307, "loc": { "start": { "line": 118, @@ -12008,8 +12008,8 @@ }, "expression": { "type": "CallExpression", - "start": 3265, - "end": 3305, + "start": 3266, + "end": 3306, "loc": { "start": { "line": 118, @@ -12022,8 +12022,8 @@ }, "callee": { "type": "MemberExpression", - "start": 3265, - "end": 3288, + "start": 3266, + "end": 3289, "loc": { "start": { "line": 118, @@ -12036,8 +12036,8 @@ }, "object": { "type": "MemberExpression", - "start": 3265, - "end": 3276, + "start": 3266, + "end": 3277, "loc": { "start": { "line": 118, @@ -12050,8 +12050,8 @@ }, "object": { "type": "ThisExpression", - "start": 3265, - "end": 3269, + "start": 3266, + "end": 3270, "loc": { "start": { "line": 118, @@ -12066,8 +12066,8 @@ }, "property": { "type": "Identifier", - "start": 3270, - "end": 3276, + "start": 3271, + "end": 3277, "loc": { "start": { "line": 118, @@ -12086,8 +12086,8 @@ }, "property": { "type": "Identifier", - "start": 3277, - "end": 3288, + "start": 3278, + "end": 3289, "loc": { "start": { "line": 118, @@ -12107,8 +12107,8 @@ "arguments": [ { "type": "ObjectExpression", - "start": 3289, - "end": 3304, + "start": 3290, + "end": 3305, "loc": { "start": { "line": 118, @@ -12122,8 +12122,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 3290, - "end": 3303, + "start": 3291, + "end": 3304, "loc": { "start": { "line": 118, @@ -12139,8 +12139,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 3290, - "end": 3293, + "start": 3291, + "end": 3294, "loc": { "start": { "line": 118, @@ -12156,8 +12156,8 @@ }, "value": { "type": "StringLiteral", - "start": 3295, - "end": 3303, + "start": 3296, + "end": 3304, "loc": { "start": { "line": 118, @@ -12184,8 +12184,8 @@ { "type": "CommentLine", "value": " free up memory", - "start": 3239, - "end": 3256, + "start": 3240, + "end": 3257, "loc": { "start": { "line": 117, @@ -12207,8 +12207,8 @@ { "type": "CommentBlock", "value": "*\n * Stop recording.\n ", - "start": 2805, - "end": 2839, + "start": 2806, + "end": 2840, "loc": { "start": { "line": 103, @@ -12225,8 +12225,8 @@ { "type": "CommentBlock", "value": "*\n * Received a message from the worker.\n *\n * @private\n * @param {Object} ev - Worker responded with event object.\n ", - "start": 3318, - "end": 3459, + "start": 3319, + "end": 3460, "loc": { "start": { "line": 121, @@ -12242,8 +12242,8 @@ }, { "type": "ClassMethod", - "start": 3464, - "end": 3943, + "start": 3465, + "end": 3944, "loc": { "start": { "line": 127, @@ -12258,8 +12258,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 3464, - "end": 3479, + "start": 3465, + "end": 3480, "loc": { "start": { "line": 127, @@ -12282,8 +12282,8 @@ "params": [ { "type": "Identifier", - "start": 3480, - "end": 3482, + "start": 3481, + "end": 3483, "loc": { "start": { "line": 127, @@ -12300,8 +12300,8 @@ ], "body": { "type": "BlockStatement", - "start": 3484, - "end": 3943, + "start": 3485, + "end": 3944, "loc": { "start": { "line": 127, @@ -12315,8 +12315,8 @@ "body": [ { "type": "SwitchStatement", - "start": 3494, - "end": 3937, + "start": 3495, + "end": 3938, "loc": { "start": { "line": 128, @@ -12329,8 +12329,8 @@ }, "discriminant": { "type": "MemberExpression", - "start": 3502, - "end": 3513, + "start": 3503, + "end": 3514, "loc": { "start": { "line": 128, @@ -12343,8 +12343,8 @@ }, "object": { "type": "MemberExpression", - "start": 3502, - "end": 3509, + "start": 3503, + "end": 3510, "loc": { "start": { "line": 128, @@ -12357,8 +12357,8 @@ }, "object": { "type": "Identifier", - "start": 3502, - "end": 3504, + "start": 3503, + "end": 3505, "loc": { "start": { "line": 128, @@ -12374,8 +12374,8 @@ }, "property": { "type": "Identifier", - "start": 3505, - "end": 3509, + "start": 3506, + "end": 3510, "loc": { "start": { "line": 128, @@ -12393,8 +12393,8 @@ }, "property": { "type": "Identifier", - "start": 3510, - "end": 3513, + "start": 3511, + "end": 3514, "loc": { "start": { "line": 128, @@ -12413,8 +12413,8 @@ "cases": [ { "type": "SwitchCase", - "start": 3529, - "end": 3668, + "start": 3530, + "end": 3669, "loc": { "start": { "line": 129, @@ -12428,8 +12428,8 @@ "consequent": [ { "type": "ExpressionStatement", - "start": 3557, - "end": 3645, + "start": 3558, + "end": 3646, "loc": { "start": { "line": 130, @@ -12442,8 +12442,8 @@ }, "expression": { "type": "CallExpression", - "start": 3557, - "end": 3644, + "start": 3558, + "end": 3645, "loc": { "start": { "line": 130, @@ -12456,8 +12456,8 @@ }, "callee": { "type": "MemberExpression", - "start": 3557, - "end": 3577, + "start": 3558, + "end": 3578, "loc": { "start": { "line": 130, @@ -12470,8 +12470,8 @@ }, "object": { "type": "ThisExpression", - "start": 3557, - "end": 3561, + "start": 3558, + "end": 3562, "loc": { "start": { "line": 130, @@ -12485,8 +12485,8 @@ }, "property": { "type": "Identifier", - "start": 3562, - "end": 3577, + "start": 3563, + "end": 3578, "loc": { "start": { "line": 130, @@ -12505,8 +12505,8 @@ "arguments": [ { "type": "NewExpression", - "start": 3578, - "end": 3643, + "start": 3579, + "end": 3644, "loc": { "start": { "line": 130, @@ -12519,8 +12519,8 @@ }, "callee": { "type": "Identifier", - "start": 3582, - "end": 3586, + "start": 3583, + "end": 3587, "loc": { "start": { "line": 130, @@ -12537,8 +12537,8 @@ "arguments": [ { "type": "MemberExpression", - "start": 3587, - "end": 3598, + "start": 3588, + "end": 3599, "loc": { "start": { "line": 130, @@ -12551,8 +12551,8 @@ }, "object": { "type": "MemberExpression", - "start": 3587, - "end": 3594, + "start": 3588, + "end": 3595, "loc": { "start": { "line": 130, @@ -12565,8 +12565,8 @@ }, "object": { "type": "Identifier", - "start": 3587, - "end": 3589, + "start": 3588, + "end": 3590, "loc": { "start": { "line": 130, @@ -12582,8 +12582,8 @@ }, "property": { "type": "Identifier", - "start": 3590, - "end": 3594, + "start": 3591, + "end": 3595, "loc": { "start": { "line": 130, @@ -12601,8 +12601,8 @@ }, "property": { "type": "Identifier", - "start": 3595, - "end": 3598, + "start": 3596, + "end": 3599, "loc": { "start": { "line": 130, @@ -12620,8 +12620,8 @@ }, { "type": "ObjectExpression", - "start": 3620, - "end": 3642, + "start": 3621, + "end": 3643, "loc": { "start": { "line": 131, @@ -12635,8 +12635,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 3621, - "end": 3641, + "start": 3622, + "end": 3642, "loc": { "start": { "line": 131, @@ -12652,8 +12652,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 3621, - "end": 3625, + "start": 3622, + "end": 3626, "loc": { "start": { "line": 131, @@ -12669,8 +12669,8 @@ }, "value": { "type": "MemberExpression", - "start": 3627, - "end": 3641, + "start": 3628, + "end": 3642, "loc": { "start": { "line": 131, @@ -12683,8 +12683,8 @@ }, "object": { "type": "ThisExpression", - "start": 3627, - "end": 3631, + "start": 3628, + "end": 3632, "loc": { "start": { "line": 131, @@ -12698,8 +12698,8 @@ }, "property": { "type": "Identifier", - "start": 3632, - "end": 3641, + "start": 3633, + "end": 3642, "loc": { "start": { "line": 131, @@ -12725,8 +12725,8 @@ }, { "type": "BreakStatement", - "start": 3662, - "end": 3668, + "start": 3663, + "end": 3669, "loc": { "start": { "line": 132, @@ -12742,8 +12742,8 @@ ], "test": { "type": "StringLiteral", - "start": 3534, - "end": 3539, + "start": 3535, + "end": 3540, "loc": { "start": { "line": 129, @@ -12763,8 +12763,8 @@ }, { "type": "SwitchCase", - "start": 3682, - "end": 3781, + "start": 3683, + "end": 3782, "loc": { "start": { "line": 134, @@ -12778,8 +12778,8 @@ "consequent": [ { "type": "ExpressionStatement", - "start": 3712, - "end": 3758, + "start": 3713, + "end": 3759, "loc": { "start": { "line": 135, @@ -12792,8 +12792,8 @@ }, "expression": { "type": "CallExpression", - "start": 3712, - "end": 3757, + "start": 3713, + "end": 3758, "loc": { "start": { "line": 135, @@ -12806,8 +12806,8 @@ }, "callee": { "type": "MemberExpression", - "start": 3712, - "end": 3733, + "start": 3713, + "end": 3734, "loc": { "start": { "line": 135, @@ -12820,8 +12820,8 @@ }, "object": { "type": "CallExpression", - "start": 3712, - "end": 3725, + "start": 3713, + "end": 3726, "loc": { "start": { "line": 135, @@ -12834,8 +12834,8 @@ }, "callee": { "type": "MemberExpression", - "start": 3712, - "end": 3723, + "start": 3713, + "end": 3724, "loc": { "start": { "line": 135, @@ -12848,8 +12848,8 @@ }, "object": { "type": "ThisExpression", - "start": 3712, - "end": 3716, + "start": 3713, + "end": 3717, "loc": { "start": { "line": 135, @@ -12863,8 +12863,8 @@ }, "property": { "type": "Identifier", - "start": 3717, - "end": 3723, + "start": 3718, + "end": 3724, "loc": { "start": { "line": 135, @@ -12884,8 +12884,8 @@ }, "property": { "type": "Identifier", - "start": 3726, - "end": 3733, + "start": 3727, + "end": 3734, "loc": { "start": { "line": 135, @@ -12904,8 +12904,8 @@ "arguments": [ { "type": "StringLiteral", - "start": 3734, - "end": 3741, + "start": 3735, + "end": 3742, "loc": { "start": { "line": 135, @@ -12924,8 +12924,8 @@ }, { "type": "MemberExpression", - "start": 3743, - "end": 3756, + "start": 3744, + "end": 3757, "loc": { "start": { "line": 135, @@ -12938,8 +12938,8 @@ }, "object": { "type": "MemberExpression", - "start": 3743, - "end": 3750, + "start": 3744, + "end": 3751, "loc": { "start": { "line": 135, @@ -12952,8 +12952,8 @@ }, "object": { "type": "Identifier", - "start": 3743, - "end": 3745, + "start": 3744, + "end": 3746, "loc": { "start": { "line": 135, @@ -12969,8 +12969,8 @@ }, "property": { "type": "Identifier", - "start": 3746, - "end": 3750, + "start": 3747, + "end": 3751, "loc": { "start": { "line": 135, @@ -12988,8 +12988,8 @@ }, "property": { "type": "Identifier", - "start": 3751, - "end": 3756, + "start": 3752, + "end": 3757, "loc": { "start": { "line": 135, @@ -13010,8 +13010,8 @@ }, { "type": "BreakStatement", - "start": 3775, - "end": 3781, + "start": 3776, + "end": 3782, "loc": { "start": { "line": 136, @@ -13027,8 +13027,8 @@ ], "test": { "type": "StringLiteral", - "start": 3687, - "end": 3694, + "start": 3688, + "end": 3695, "loc": { "start": { "line": 134, @@ -13048,8 +13048,8 @@ }, { "type": "SwitchCase", - "start": 3795, - "end": 3927, + "start": 3796, + "end": 3928, "loc": { "start": { "line": 138, @@ -13063,8 +13063,8 @@ "consequent": [ { "type": "ExpressionStatement", - "start": 3864, - "end": 3904, + "start": 3865, + "end": 3905, "loc": { "start": { "line": 140, @@ -13077,8 +13077,8 @@ }, "expression": { "type": "CallExpression", - "start": 3864, - "end": 3903, + "start": 3865, + "end": 3904, "loc": { "start": { "line": 140, @@ -13091,8 +13091,8 @@ }, "callee": { "type": "MemberExpression", - "start": 3864, - "end": 3885, + "start": 3865, + "end": 3886, "loc": { "start": { "line": 140, @@ -13105,8 +13105,8 @@ }, "object": { "type": "CallExpression", - "start": 3864, - "end": 3877, + "start": 3865, + "end": 3878, "loc": { "start": { "line": 140, @@ -13119,8 +13119,8 @@ }, "callee": { "type": "MemberExpression", - "start": 3864, - "end": 3875, + "start": 3865, + "end": 3876, "loc": { "start": { "line": 140, @@ -13133,8 +13133,8 @@ }, "object": { "type": "ThisExpression", - "start": 3864, - "end": 3868, + "start": 3865, + "end": 3869, "loc": { "start": { "line": 140, @@ -13149,8 +13149,8 @@ }, "property": { "type": "Identifier", - "start": 3869, - "end": 3875, + "start": 3870, + "end": 3876, "loc": { "start": { "line": 140, @@ -13172,8 +13172,8 @@ }, "property": { "type": "Identifier", - "start": 3878, - "end": 3885, + "start": 3879, + "end": 3886, "loc": { "start": { "line": 140, @@ -13193,8 +13193,8 @@ "arguments": [ { "type": "StringLiteral", - "start": 3886, - "end": 3893, + "start": 3887, + "end": 3894, "loc": { "start": { "line": 140, @@ -13213,8 +13213,8 @@ }, { "type": "MemberExpression", - "start": 3895, - "end": 3902, + "start": 3896, + "end": 3903, "loc": { "start": { "line": 140, @@ -13227,8 +13227,8 @@ }, "object": { "type": "Identifier", - "start": 3895, - "end": 3897, + "start": 3896, + "end": 3898, "loc": { "start": { "line": 140, @@ -13244,8 +13244,8 @@ }, "property": { "type": "Identifier", - "start": 3898, - "end": 3902, + "start": 3899, + "end": 3903, "loc": { "start": { "line": 140, @@ -13268,8 +13268,8 @@ { "type": "CommentLine", "value": " invalid message received", - "start": 3820, - "end": 3847, + "start": 3821, + "end": 3848, "loc": { "start": { "line": 139, @@ -13285,8 +13285,8 @@ }, { "type": "BreakStatement", - "start": 3921, - "end": 3927, + "start": 3922, + "end": 3928, "loc": { "start": { "line": 141, @@ -13312,8 +13312,8 @@ { "type": "CommentBlock", "value": "*\n * Received a message from the worker.\n *\n * @private\n * @param {Object} ev - Worker responded with event object.\n ", - "start": 3318, - "end": 3459, + "start": 3319, + "end": 3460, "loc": { "start": { "line": 121, @@ -13330,8 +13330,8 @@ { "type": "CommentBlock", "value": "*\n * Continuous encoding of audio data.\n *\n * @private\n * @param {Object} ev - onaudioprocess responded with data object.\n ", - "start": 3949, - "end": 4096, + "start": 3950, + "end": 4097, "loc": { "start": { "line": 145, @@ -13347,8 +13347,8 @@ }, { "type": "ClassMethod", - "start": 4101, - "end": 4315, + "start": 4102, + "end": 4316, "loc": { "start": { "line": 151, @@ -13363,8 +13363,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 4101, - "end": 4115, + "start": 4102, + "end": 4116, "loc": { "start": { "line": 151, @@ -13387,8 +13387,8 @@ "params": [ { "type": "Identifier", - "start": 4116, - "end": 4118, + "start": 4117, + "end": 4119, "loc": { "start": { "line": 151, @@ -13405,8 +13405,8 @@ ], "body": { "type": "BlockStatement", - "start": 4120, - "end": 4315, + "start": 4121, + "end": 4316, "loc": { "start": { "line": 151, @@ -13420,8 +13420,8 @@ "body": [ { "type": "VariableDeclaration", - "start": 4203, - "end": 4247, + "start": 4204, + "end": 4248, "loc": { "start": { "line": 153, @@ -13435,8 +13435,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 4207, - "end": 4246, + "start": 4208, + "end": 4247, "loc": { "start": { "line": 153, @@ -13449,8 +13449,8 @@ }, "id": { "type": "Identifier", - "start": 4207, - "end": 4211, + "start": 4208, + "end": 4212, "loc": { "start": { "line": 153, @@ -13467,8 +13467,8 @@ }, "init": { "type": "CallExpression", - "start": 4214, - "end": 4246, + "start": 4215, + "end": 4247, "loc": { "start": { "line": 153, @@ -13481,8 +13481,8 @@ }, "callee": { "type": "MemberExpression", - "start": 4214, - "end": 4243, + "start": 4215, + "end": 4244, "loc": { "start": { "line": 153, @@ -13495,8 +13495,8 @@ }, "object": { "type": "MemberExpression", - "start": 4214, - "end": 4228, + "start": 4215, + "end": 4229, "loc": { "start": { "line": 153, @@ -13509,8 +13509,8 @@ }, "object": { "type": "Identifier", - "start": 4214, - "end": 4216, + "start": 4215, + "end": 4217, "loc": { "start": { "line": 153, @@ -13526,8 +13526,8 @@ }, "property": { "type": "Identifier", - "start": 4217, - "end": 4228, + "start": 4218, + "end": 4229, "loc": { "start": { "line": 153, @@ -13545,8 +13545,8 @@ }, "property": { "type": "Identifier", - "start": 4229, - "end": 4243, + "start": 4230, + "end": 4244, "loc": { "start": { "line": 153, @@ -13565,8 +13565,8 @@ "arguments": [ { "type": "NumericLiteral", - "start": 4244, - "end": 4245, + "start": 4245, + "end": 4246, "loc": { "start": { "line": 153, @@ -13593,8 +13593,8 @@ { "type": "CommentLine", "value": " send microphone data to LAME for MP3 encoding while recording", - "start": 4130, - "end": 4194, + "start": 4131, + "end": 4195, "loc": { "start": { "line": 152, @@ -13610,8 +13610,8 @@ }, { "type": "ExpressionStatement", - "start": 4257, - "end": 4309, + "start": 4258, + "end": 4310, "loc": { "start": { "line": 155, @@ -13624,8 +13624,8 @@ }, "expression": { "type": "CallExpression", - "start": 4257, - "end": 4308, + "start": 4258, + "end": 4309, "loc": { "start": { "line": 155, @@ -13638,8 +13638,8 @@ }, "callee": { "type": "MemberExpression", - "start": 4257, - "end": 4280, + "start": 4258, + "end": 4281, "loc": { "start": { "line": 155, @@ -13652,8 +13652,8 @@ }, "object": { "type": "MemberExpression", - "start": 4257, - "end": 4268, + "start": 4258, + "end": 4269, "loc": { "start": { "line": 155, @@ -13666,8 +13666,8 @@ }, "object": { "type": "ThisExpression", - "start": 4257, - "end": 4261, + "start": 4258, + "end": 4262, "loc": { "start": { "line": 155, @@ -13681,8 +13681,8 @@ }, "property": { "type": "Identifier", - "start": 4262, - "end": 4268, + "start": 4263, + "end": 4269, "loc": { "start": { "line": 155, @@ -13700,8 +13700,8 @@ }, "property": { "type": "Identifier", - "start": 4269, - "end": 4280, + "start": 4270, + "end": 4281, "loc": { "start": { "line": 155, @@ -13720,8 +13720,8 @@ "arguments": [ { "type": "ObjectExpression", - "start": 4281, - "end": 4307, + "start": 4282, + "end": 4308, "loc": { "start": { "line": 155, @@ -13735,8 +13735,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 4282, - "end": 4295, + "start": 4283, + "end": 4296, "loc": { "start": { "line": 155, @@ -13752,8 +13752,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 4282, - "end": 4285, + "start": 4283, + "end": 4286, "loc": { "start": { "line": 155, @@ -13769,8 +13769,8 @@ }, "value": { "type": "StringLiteral", - "start": 4287, - "end": 4295, + "start": 4288, + "end": 4296, "loc": { "start": { "line": 155, @@ -13790,8 +13790,8 @@ }, { "type": "ObjectProperty", - "start": 4297, - "end": 4306, + "start": 4298, + "end": 4307, "loc": { "start": { "line": 155, @@ -13807,8 +13807,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 4297, - "end": 4300, + "start": 4298, + "end": 4301, "loc": { "start": { "line": 155, @@ -13824,8 +13824,8 @@ }, "value": { "type": "Identifier", - "start": 4302, - "end": 4306, + "start": 4303, + "end": 4307, "loc": { "start": { "line": 155, @@ -13852,8 +13852,8 @@ { "type": "CommentBlock", "value": "*\n * Continuous encoding of audio data.\n *\n * @private\n * @param {Object} ev - onaudioprocess responded with data object.\n ", - "start": 3949, - "end": 4096, + "start": 3950, + "end": 4097, "loc": { "start": { "line": 145, @@ -13892,8 +13892,8 @@ { "type": "CommentLine", "value": " expose plugin", - "start": 4319, - "end": 4335, + "start": 4320, + "end": 4336, "loc": { "start": { "line": 159, @@ -14045,8 +14045,8 @@ { "type": "CommentBlock", "value": "*\n * Setup recording engine.\n *\n * @param {LocalMediaStream} stream - Media stream to record.\n * @param {Object} mediaType - Object describing the media type of this\n * engine.\n * @param {Boolean} debug - Indicating whether or not debug messages should\n * be printed in the console.\n ", - "start": 1346, - "end": 1674, + "start": 1347, + "end": 1675, "loc": { "start": { "line": 61, @@ -14061,8 +14061,8 @@ { "type": "CommentBlock", "value": "*\n * Start recording.\n ", - "start": 2155, - "end": 2190, + "start": 2156, + "end": 2191, "loc": { "start": { "line": 86, @@ -14077,8 +14077,8 @@ { "type": "CommentLine", "value": " a bufferSize of 0 instructs the browser to choose the best bufferSize", - "start": 2444, - "end": 2516, + "start": 2445, + "end": 2517, "loc": { "start": { "line": 95, @@ -14093,8 +14093,8 @@ { "type": "CommentBlock", "value": "*\n * Stop recording.\n ", - "start": 2805, - "end": 2839, + "start": 2806, + "end": 2840, "loc": { "start": { "line": 103, @@ -14109,8 +14109,8 @@ { "type": "CommentLine", "value": " ignore errors about already being closed", - "start": 3100, - "end": 3143, + "start": 3101, + "end": 3144, "loc": { "start": { "line": 113, @@ -14125,8 +14125,8 @@ { "type": "CommentLine", "value": " free up memory", - "start": 3239, - "end": 3256, + "start": 3240, + "end": 3257, "loc": { "start": { "line": 117, @@ -14141,8 +14141,8 @@ { "type": "CommentBlock", "value": "*\n * Received a message from the worker.\n *\n * @private\n * @param {Object} ev - Worker responded with event object.\n ", - "start": 3318, - "end": 3459, + "start": 3319, + "end": 3460, "loc": { "start": { "line": 121, @@ -14157,8 +14157,8 @@ { "type": "CommentLine", "value": " invalid message received", - "start": 3820, - "end": 3847, + "start": 3821, + "end": 3848, "loc": { "start": { "line": 139, @@ -14173,8 +14173,8 @@ { "type": "CommentBlock", "value": "*\n * Continuous encoding of audio data.\n *\n * @private\n * @param {Object} ev - onaudioprocess responded with data object.\n ", - "start": 3949, - "end": 4096, + "start": 3950, + "end": 4097, "loc": { "start": { "line": 145, @@ -14189,8 +14189,8 @@ { "type": "CommentLine", "value": " send microphone data to LAME for MP3 encoding while recording", - "start": 4130, - "end": 4194, + "start": 4131, + "end": 4195, "loc": { "start": { "line": 152, @@ -14205,8 +14205,8 @@ { "type": "CommentLine", "value": " expose plugin", - "start": 4319, - "end": 4335, + "start": 4320, + "end": 4336, "loc": { "start": { "line": 159, @@ -15998,9 +15998,9 @@ "binop": null, "updateContext": null }, - "value": "audio/mp3", + "value": "audio/mpeg", "start": 1322, - "end": 1333, + "end": 1334, "loc": { "start": { "line": 58, @@ -16008,7 +16008,7 @@ }, "end": { "line": 58, - "column": 36 + "column": 37 } } }, @@ -16025,16 +16025,16 @@ "binop": null, "updateContext": null }, - "start": 1333, - "end": 1334, + "start": 1334, + "end": 1335, "loc": { "start": { "line": 58, - "column": 36 + "column": 37 }, "end": { "line": 58, - "column": 37 + "column": 38 } } }, @@ -16050,8 +16050,8 @@ "postfix": false, "binop": null }, - "start": 1339, - "end": 1340, + "start": 1340, + "end": 1341, "loc": { "start": { "line": 59, @@ -16066,8 +16066,8 @@ { "type": "CommentBlock", "value": "*\n * Setup recording engine.\n *\n * @param {LocalMediaStream} stream - Media stream to record.\n * @param {Object} mediaType - Object describing the media type of this\n * engine.\n * @param {Boolean} debug - Indicating whether or not debug messages should\n * be printed in the console.\n ", - "start": 1346, - "end": 1674, + "start": 1347, + "end": 1675, "loc": { "start": { "line": 61, @@ -16092,8 +16092,8 @@ "binop": null }, "value": "setup", - "start": 1679, - "end": 1684, + "start": 1680, + "end": 1685, "loc": { "start": { "line": 70, @@ -16117,8 +16117,8 @@ "postfix": false, "binop": null }, - "start": 1684, - "end": 1685, + "start": 1685, + "end": 1686, "loc": { "start": { "line": 70, @@ -16143,8 +16143,8 @@ "binop": null }, "value": "stream", - "start": 1685, - "end": 1691, + "start": 1686, + "end": 1692, "loc": { "start": { "line": 70, @@ -16169,8 +16169,8 @@ "binop": null, "updateContext": null }, - "start": 1691, - "end": 1692, + "start": 1692, + "end": 1693, "loc": { "start": { "line": 70, @@ -16195,8 +16195,8 @@ "binop": null }, "value": "mediaType", - "start": 1693, - "end": 1702, + "start": 1694, + "end": 1703, "loc": { "start": { "line": 70, @@ -16221,8 +16221,8 @@ "binop": null, "updateContext": null }, - "start": 1702, - "end": 1703, + "start": 1703, + "end": 1704, "loc": { "start": { "line": 70, @@ -16247,8 +16247,8 @@ "binop": null }, "value": "debug", - "start": 1704, - "end": 1709, + "start": 1705, + "end": 1710, "loc": { "start": { "line": 70, @@ -16272,8 +16272,8 @@ "postfix": false, "binop": null }, - "start": 1709, - "end": 1710, + "start": 1710, + "end": 1711, "loc": { "start": { "line": 70, @@ -16297,8 +16297,8 @@ "postfix": false, "binop": null }, - "start": 1711, - "end": 1712, + "start": 1712, + "end": 1713, "loc": { "start": { "line": 70, @@ -16325,8 +16325,8 @@ "updateContext": null }, "value": "this", - "start": 1721, - "end": 1725, + "start": 1722, + "end": 1726, "loc": { "start": { "line": 71, @@ -16351,8 +16351,8 @@ "binop": null, "updateContext": null }, - "start": 1725, - "end": 1726, + "start": 1726, + "end": 1727, "loc": { "start": { "line": 71, @@ -16377,8 +16377,8 @@ "binop": null }, "value": "inputStream", - "start": 1726, - "end": 1737, + "start": 1727, + "end": 1738, "loc": { "start": { "line": 71, @@ -16404,8 +16404,8 @@ "updateContext": null }, "value": "=", - "start": 1738, - "end": 1739, + "start": 1739, + "end": 1740, "loc": { "start": { "line": 71, @@ -16430,8 +16430,8 @@ "binop": null }, "value": "stream", - "start": 1740, - "end": 1746, + "start": 1741, + "end": 1747, "loc": { "start": { "line": 71, @@ -16456,8 +16456,8 @@ "binop": null, "updateContext": null }, - "start": 1746, - "end": 1747, + "start": 1747, + "end": 1748, "loc": { "start": { "line": 71, @@ -16484,8 +16484,8 @@ "updateContext": null }, "value": "this", - "start": 1756, - "end": 1760, + "start": 1757, + "end": 1761, "loc": { "start": { "line": 72, @@ -16510,8 +16510,8 @@ "binop": null, "updateContext": null }, - "start": 1760, - "end": 1761, + "start": 1761, + "end": 1762, "loc": { "start": { "line": 72, @@ -16536,8 +16536,8 @@ "binop": null }, "value": "mediaType", - "start": 1761, - "end": 1770, + "start": 1762, + "end": 1771, "loc": { "start": { "line": 72, @@ -16563,8 +16563,8 @@ "updateContext": null }, "value": "=", - "start": 1771, - "end": 1772, + "start": 1772, + "end": 1773, "loc": { "start": { "line": 72, @@ -16589,8 +16589,8 @@ "binop": null }, "value": "mediaType", - "start": 1773, - "end": 1782, + "start": 1774, + "end": 1783, "loc": { "start": { "line": 72, @@ -16615,8 +16615,8 @@ "binop": null, "updateContext": null }, - "start": 1782, - "end": 1783, + "start": 1783, + "end": 1784, "loc": { "start": { "line": 72, @@ -16643,8 +16643,8 @@ "updateContext": null }, "value": "this", - "start": 1792, - "end": 1796, + "start": 1793, + "end": 1797, "loc": { "start": { "line": 73, @@ -16669,8 +16669,8 @@ "binop": null, "updateContext": null }, - "start": 1796, - "end": 1797, + "start": 1797, + "end": 1798, "loc": { "start": { "line": 73, @@ -16695,8 +16695,8 @@ "binop": null }, "value": "debug", - "start": 1797, - "end": 1802, + "start": 1798, + "end": 1803, "loc": { "start": { "line": 73, @@ -16722,8 +16722,8 @@ "updateContext": null }, "value": "=", - "start": 1803, - "end": 1804, + "start": 1804, + "end": 1805, "loc": { "start": { "line": 73, @@ -16748,8 +16748,8 @@ "binop": null }, "value": "debug", - "start": 1805, - "end": 1810, + "start": 1806, + "end": 1811, "loc": { "start": { "line": 73, @@ -16774,8 +16774,8 @@ "binop": null, "updateContext": null }, - "start": 1810, - "end": 1811, + "start": 1811, + "end": 1812, "loc": { "start": { "line": 73, @@ -16802,8 +16802,8 @@ "updateContext": null }, "value": "this", - "start": 1821, - "end": 1825, + "start": 1822, + "end": 1826, "loc": { "start": { "line": 75, @@ -16828,8 +16828,8 @@ "binop": null, "updateContext": null }, - "start": 1825, - "end": 1826, + "start": 1826, + "end": 1827, "loc": { "start": { "line": 75, @@ -16854,8 +16854,8 @@ "binop": null }, "value": "config", - "start": 1826, - "end": 1832, + "start": 1827, + "end": 1833, "loc": { "start": { "line": 75, @@ -16881,8 +16881,8 @@ "updateContext": null }, "value": "=", - "start": 1833, - "end": 1834, + "start": 1834, + "end": 1835, "loc": { "start": { "line": 75, @@ -16906,8 +16906,8 @@ "postfix": false, "binop": null }, - "start": 1835, - "end": 1836, + "start": 1836, + "end": 1837, "loc": { "start": { "line": 75, @@ -16932,8 +16932,8 @@ "binop": null }, "value": "debug", - "start": 1849, - "end": 1854, + "start": 1850, + "end": 1855, "loc": { "start": { "line": 76, @@ -16958,8 +16958,8 @@ "binop": null, "updateContext": null }, - "start": 1854, - "end": 1855, + "start": 1855, + "end": 1856, "loc": { "start": { "line": 76, @@ -16986,8 +16986,8 @@ "updateContext": null }, "value": "this", - "start": 1856, - "end": 1860, + "start": 1857, + "end": 1861, "loc": { "start": { "line": 76, @@ -17012,8 +17012,8 @@ "binop": null, "updateContext": null }, - "start": 1860, - "end": 1861, + "start": 1861, + "end": 1862, "loc": { "start": { "line": 76, @@ -17038,8 +17038,8 @@ "binop": null }, "value": "debug", - "start": 1861, - "end": 1866, + "start": 1862, + "end": 1867, "loc": { "start": { "line": 76, @@ -17064,8 +17064,8 @@ "binop": null, "updateContext": null }, - "start": 1866, - "end": 1867, + "start": 1867, + "end": 1868, "loc": { "start": { "line": 76, @@ -17090,8 +17090,8 @@ "binop": null }, "value": "sampleRate", - "start": 1880, - "end": 1890, + "start": 1881, + "end": 1891, "loc": { "start": { "line": 77, @@ -17116,8 +17116,8 @@ "binop": null, "updateContext": null }, - "start": 1890, - "end": 1891, + "start": 1891, + "end": 1892, "loc": { "start": { "line": 77, @@ -17144,8 +17144,8 @@ "updateContext": null }, "value": "this", - "start": 1892, - "end": 1896, + "start": 1893, + "end": 1897, "loc": { "start": { "line": 77, @@ -17170,8 +17170,8 @@ "binop": null, "updateContext": null }, - "start": 1896, - "end": 1897, + "start": 1897, + "end": 1898, "loc": { "start": { "line": 77, @@ -17196,8 +17196,8 @@ "binop": null }, "value": "sampleRate", - "start": 1897, - "end": 1907, + "start": 1898, + "end": 1908, "loc": { "start": { "line": 77, @@ -17222,8 +17222,8 @@ "binop": null, "updateContext": null }, - "start": 1907, - "end": 1908, + "start": 1908, + "end": 1909, "loc": { "start": { "line": 77, @@ -17248,8 +17248,8 @@ "binop": null }, "value": "bitRate", - "start": 1921, - "end": 1928, + "start": 1922, + "end": 1929, "loc": { "start": { "line": 78, @@ -17274,8 +17274,8 @@ "binop": null, "updateContext": null }, - "start": 1928, - "end": 1929, + "start": 1929, + "end": 1930, "loc": { "start": { "line": 78, @@ -17302,8 +17302,8 @@ "updateContext": null }, "value": "this", - "start": 1930, - "end": 1934, + "start": 1931, + "end": 1935, "loc": { "start": { "line": 78, @@ -17328,8 +17328,8 @@ "binop": null, "updateContext": null }, - "start": 1934, - "end": 1935, + "start": 1935, + "end": 1936, "loc": { "start": { "line": 78, @@ -17354,8 +17354,8 @@ "binop": null }, "value": "bitRate", - "start": 1935, - "end": 1942, + "start": 1936, + "end": 1943, "loc": { "start": { "line": 78, @@ -17379,8 +17379,8 @@ "postfix": false, "binop": null }, - "start": 1951, - "end": 1952, + "start": 1952, + "end": 1953, "loc": { "start": { "line": 79, @@ -17405,8 +17405,8 @@ "binop": null, "updateContext": null }, - "start": 1952, - "end": 1953, + "start": 1953, + "end": 1954, "loc": { "start": { "line": 79, @@ -17433,8 +17433,8 @@ "updateContext": null }, "value": "this", - "start": 1963, - "end": 1967, + "start": 1964, + "end": 1968, "loc": { "start": { "line": 81, @@ -17459,8 +17459,8 @@ "binop": null, "updateContext": null }, - "start": 1967, - "end": 1968, + "start": 1968, + "end": 1969, "loc": { "start": { "line": 81, @@ -17485,8 +17485,8 @@ "binop": null }, "value": "engine", - "start": 1968, - "end": 1974, + "start": 1969, + "end": 1975, "loc": { "start": { "line": 81, @@ -17512,8 +17512,8 @@ "updateContext": null }, "value": "=", - "start": 1975, - "end": 1976, + "start": 1976, + "end": 1977, "loc": { "start": { "line": 81, @@ -17540,8 +17540,8 @@ "updateContext": null }, "value": "new", - "start": 1977, - "end": 1980, + "start": 1978, + "end": 1981, "loc": { "start": { "line": 81, @@ -17566,8 +17566,8 @@ "binop": null }, "value": "Worker", - "start": 1981, - "end": 1987, + "start": 1982, + "end": 1988, "loc": { "start": { "line": 81, @@ -17591,8 +17591,8 @@ "postfix": false, "binop": null }, - "start": 1987, - "end": 1988, + "start": 1988, + "end": 1989, "loc": { "start": { "line": 81, @@ -17619,8 +17619,8 @@ "updateContext": null }, "value": "this", - "start": 1988, - "end": 1992, + "start": 1989, + "end": 1993, "loc": { "start": { "line": 81, @@ -17645,8 +17645,8 @@ "binop": null, "updateContext": null }, - "start": 1992, - "end": 1993, + "start": 1993, + "end": 1994, "loc": { "start": { "line": 81, @@ -17671,8 +17671,8 @@ "binop": null }, "value": "audioWorkerURL", - "start": 1993, - "end": 2007, + "start": 1994, + "end": 2008, "loc": { "start": { "line": 81, @@ -17696,8 +17696,8 @@ "postfix": false, "binop": null }, - "start": 2007, - "end": 2008, + "start": 2008, + "end": 2009, "loc": { "start": { "line": 81, @@ -17722,8 +17722,8 @@ "binop": null, "updateContext": null }, - "start": 2008, - "end": 2009, + "start": 2009, + "end": 2010, "loc": { "start": { "line": 81, @@ -17750,8 +17750,8 @@ "updateContext": null }, "value": "this", - "start": 2018, - "end": 2022, + "start": 2019, + "end": 2023, "loc": { "start": { "line": 82, @@ -17776,8 +17776,8 @@ "binop": null, "updateContext": null }, - "start": 2022, - "end": 2023, + "start": 2023, + "end": 2024, "loc": { "start": { "line": 82, @@ -17802,8 +17802,8 @@ "binop": null }, "value": "engine", - "start": 2023, - "end": 2029, + "start": 2024, + "end": 2030, "loc": { "start": { "line": 82, @@ -17828,8 +17828,8 @@ "binop": null, "updateContext": null }, - "start": 2029, - "end": 2030, + "start": 2030, + "end": 2031, "loc": { "start": { "line": 82, @@ -17854,8 +17854,8 @@ "binop": null }, "value": "onmessage", - "start": 2030, - "end": 2039, + "start": 2031, + "end": 2040, "loc": { "start": { "line": 82, @@ -17881,8 +17881,8 @@ "updateContext": null }, "value": "=", - "start": 2040, - "end": 2041, + "start": 2041, + "end": 2042, "loc": { "start": { "line": 82, @@ -17909,8 +17909,8 @@ "updateContext": null }, "value": "this", - "start": 2042, - "end": 2046, + "start": 2043, + "end": 2047, "loc": { "start": { "line": 82, @@ -17935,8 +17935,8 @@ "binop": null, "updateContext": null }, - "start": 2046, - "end": 2047, + "start": 2047, + "end": 2048, "loc": { "start": { "line": 82, @@ -17961,8 +17961,8 @@ "binop": null }, "value": "onWorkerMessage", - "start": 2047, - "end": 2062, + "start": 2048, + "end": 2063, "loc": { "start": { "line": 82, @@ -17987,8 +17987,8 @@ "binop": null, "updateContext": null }, - "start": 2062, - "end": 2063, + "start": 2063, + "end": 2064, "loc": { "start": { "line": 82, @@ -18013,8 +18013,8 @@ "binop": null }, "value": "bind", - "start": 2063, - "end": 2067, + "start": 2064, + "end": 2068, "loc": { "start": { "line": 82, @@ -18038,8 +18038,8 @@ "postfix": false, "binop": null }, - "start": 2067, - "end": 2068, + "start": 2068, + "end": 2069, "loc": { "start": { "line": 82, @@ -18066,8 +18066,8 @@ "updateContext": null }, "value": "this", - "start": 2068, - "end": 2072, + "start": 2069, + "end": 2073, "loc": { "start": { "line": 82, @@ -18091,8 +18091,8 @@ "postfix": false, "binop": null }, - "start": 2072, - "end": 2073, + "start": 2073, + "end": 2074, "loc": { "start": { "line": 82, @@ -18117,8 +18117,8 @@ "binop": null, "updateContext": null }, - "start": 2073, - "end": 2074, + "start": 2074, + "end": 2075, "loc": { "start": { "line": 82, @@ -18145,8 +18145,8 @@ "updateContext": null }, "value": "this", - "start": 2083, - "end": 2087, + "start": 2084, + "end": 2088, "loc": { "start": { "line": 83, @@ -18171,8 +18171,8 @@ "binop": null, "updateContext": null }, - "start": 2087, - "end": 2088, + "start": 2088, + "end": 2089, "loc": { "start": { "line": 83, @@ -18197,8 +18197,8 @@ "binop": null }, "value": "engine", - "start": 2088, - "end": 2094, + "start": 2089, + "end": 2095, "loc": { "start": { "line": 83, @@ -18223,8 +18223,8 @@ "binop": null, "updateContext": null }, - "start": 2094, - "end": 2095, + "start": 2095, + "end": 2096, "loc": { "start": { "line": 83, @@ -18249,8 +18249,8 @@ "binop": null }, "value": "postMessage", - "start": 2095, - "end": 2106, + "start": 2096, + "end": 2107, "loc": { "start": { "line": 83, @@ -18274,8 +18274,8 @@ "postfix": false, "binop": null }, - "start": 2106, - "end": 2107, + "start": 2107, + "end": 2108, "loc": { "start": { "line": 83, @@ -18299,8 +18299,8 @@ "postfix": false, "binop": null }, - "start": 2107, - "end": 2108, + "start": 2108, + "end": 2109, "loc": { "start": { "line": 83, @@ -18325,8 +18325,8 @@ "binop": null }, "value": "cmd", - "start": 2108, - "end": 2111, + "start": 2109, + "end": 2112, "loc": { "start": { "line": 83, @@ -18351,8 +18351,8 @@ "binop": null, "updateContext": null }, - "start": 2111, - "end": 2112, + "start": 2112, + "end": 2113, "loc": { "start": { "line": 83, @@ -18378,8 +18378,8 @@ "updateContext": null }, "value": "init", - "start": 2113, - "end": 2119, + "start": 2114, + "end": 2120, "loc": { "start": { "line": 83, @@ -18404,8 +18404,8 @@ "binop": null, "updateContext": null }, - "start": 2119, - "end": 2120, + "start": 2120, + "end": 2121, "loc": { "start": { "line": 83, @@ -18430,8 +18430,8 @@ "binop": null }, "value": "config", - "start": 2121, - "end": 2127, + "start": 2122, + "end": 2128, "loc": { "start": { "line": 83, @@ -18456,8 +18456,8 @@ "binop": null, "updateContext": null }, - "start": 2127, - "end": 2128, + "start": 2128, + "end": 2129, "loc": { "start": { "line": 83, @@ -18484,8 +18484,8 @@ "updateContext": null }, "value": "this", - "start": 2129, - "end": 2133, + "start": 2130, + "end": 2134, "loc": { "start": { "line": 83, @@ -18510,8 +18510,8 @@ "binop": null, "updateContext": null }, - "start": 2133, - "end": 2134, + "start": 2134, + "end": 2135, "loc": { "start": { "line": 83, @@ -18536,8 +18536,8 @@ "binop": null }, "value": "config", - "start": 2134, - "end": 2140, + "start": 2135, + "end": 2141, "loc": { "start": { "line": 83, @@ -18561,8 +18561,8 @@ "postfix": false, "binop": null }, - "start": 2140, - "end": 2141, + "start": 2141, + "end": 2142, "loc": { "start": { "line": 83, @@ -18586,8 +18586,8 @@ "postfix": false, "binop": null }, - "start": 2141, - "end": 2142, + "start": 2142, + "end": 2143, "loc": { "start": { "line": 83, @@ -18612,8 +18612,8 @@ "binop": null, "updateContext": null }, - "start": 2142, - "end": 2143, + "start": 2143, + "end": 2144, "loc": { "start": { "line": 83, @@ -18637,8 +18637,8 @@ "postfix": false, "binop": null }, - "start": 2148, - "end": 2149, + "start": 2149, + "end": 2150, "loc": { "start": { "line": 84, @@ -18653,8 +18653,8 @@ { "type": "CommentBlock", "value": "*\n * Start recording.\n ", - "start": 2155, - "end": 2190, + "start": 2156, + "end": 2191, "loc": { "start": { "line": 86, @@ -18679,8 +18679,8 @@ "binop": null }, "value": "start", - "start": 2195, - "end": 2200, + "start": 2196, + "end": 2201, "loc": { "start": { "line": 89, @@ -18704,8 +18704,8 @@ "postfix": false, "binop": null }, - "start": 2200, - "end": 2201, + "start": 2201, + "end": 2202, "loc": { "start": { "line": 89, @@ -18729,8 +18729,8 @@ "postfix": false, "binop": null }, - "start": 2201, - "end": 2202, + "start": 2202, + "end": 2203, "loc": { "start": { "line": 89, @@ -18754,8 +18754,8 @@ "postfix": false, "binop": null }, - "start": 2203, - "end": 2204, + "start": 2204, + "end": 2205, "loc": { "start": { "line": 89, @@ -18782,8 +18782,8 @@ "updateContext": null }, "value": "let", - "start": 2213, - "end": 2216, + "start": 2214, + "end": 2217, "loc": { "start": { "line": 90, @@ -18808,8 +18808,8 @@ "binop": null }, "value": "AudioContext", - "start": 2217, - "end": 2229, + "start": 2218, + "end": 2230, "loc": { "start": { "line": 90, @@ -18835,8 +18835,8 @@ "updateContext": null }, "value": "=", - "start": 2230, - "end": 2231, + "start": 2231, + "end": 2232, "loc": { "start": { "line": 90, @@ -18861,8 +18861,8 @@ "binop": null }, "value": "window", - "start": 2232, - "end": 2238, + "start": 2233, + "end": 2239, "loc": { "start": { "line": 90, @@ -18887,8 +18887,8 @@ "binop": null, "updateContext": null }, - "start": 2238, - "end": 2239, + "start": 2239, + "end": 2240, "loc": { "start": { "line": 90, @@ -18913,8 +18913,8 @@ "binop": null }, "value": "AudioContext", - "start": 2239, - "end": 2251, + "start": 2240, + "end": 2252, "loc": { "start": { "line": 90, @@ -18940,8 +18940,8 @@ "updateContext": null }, "value": "||", - "start": 2252, - "end": 2254, + "start": 2253, + "end": 2255, "loc": { "start": { "line": 90, @@ -18966,8 +18966,8 @@ "binop": null }, "value": "window", - "start": 2255, - "end": 2261, + "start": 2256, + "end": 2262, "loc": { "start": { "line": 90, @@ -18992,8 +18992,8 @@ "binop": null, "updateContext": null }, - "start": 2261, - "end": 2262, + "start": 2262, + "end": 2263, "loc": { "start": { "line": 90, @@ -19018,8 +19018,8 @@ "binop": null }, "value": "webkitAudioContext", - "start": 2262, - "end": 2280, + "start": 2263, + "end": 2281, "loc": { "start": { "line": 90, @@ -19044,8 +19044,8 @@ "binop": null, "updateContext": null }, - "start": 2280, - "end": 2281, + "start": 2281, + "end": 2282, "loc": { "start": { "line": 90, @@ -19072,8 +19072,8 @@ "updateContext": null }, "value": "this", - "start": 2290, - "end": 2294, + "start": 2291, + "end": 2295, "loc": { "start": { "line": 91, @@ -19098,8 +19098,8 @@ "binop": null, "updateContext": null }, - "start": 2294, - "end": 2295, + "start": 2295, + "end": 2296, "loc": { "start": { "line": 91, @@ -19124,8 +19124,8 @@ "binop": null }, "value": "audioContext", - "start": 2295, - "end": 2307, + "start": 2296, + "end": 2308, "loc": { "start": { "line": 91, @@ -19151,8 +19151,8 @@ "updateContext": null }, "value": "=", - "start": 2308, - "end": 2309, + "start": 2309, + "end": 2310, "loc": { "start": { "line": 91, @@ -19179,8 +19179,8 @@ "updateContext": null }, "value": "new", - "start": 2310, - "end": 2313, + "start": 2311, + "end": 2314, "loc": { "start": { "line": 91, @@ -19205,8 +19205,8 @@ "binop": null }, "value": "AudioContext", - "start": 2314, - "end": 2326, + "start": 2315, + "end": 2327, "loc": { "start": { "line": 91, @@ -19230,8 +19230,8 @@ "postfix": false, "binop": null }, - "start": 2326, - "end": 2327, + "start": 2327, + "end": 2328, "loc": { "start": { "line": 91, @@ -19255,8 +19255,8 @@ "postfix": false, "binop": null }, - "start": 2327, - "end": 2328, + "start": 2328, + "end": 2329, "loc": { "start": { "line": 91, @@ -19281,8 +19281,8 @@ "binop": null, "updateContext": null }, - "start": 2328, - "end": 2329, + "start": 2329, + "end": 2330, "loc": { "start": { "line": 91, @@ -19309,8 +19309,8 @@ "updateContext": null }, "value": "this", - "start": 2339, - "end": 2343, + "start": 2340, + "end": 2344, "loc": { "start": { "line": 93, @@ -19335,8 +19335,8 @@ "binop": null, "updateContext": null }, - "start": 2343, - "end": 2344, + "start": 2344, + "end": 2345, "loc": { "start": { "line": 93, @@ -19361,8 +19361,8 @@ "binop": null }, "value": "audioSourceNode", - "start": 2344, - "end": 2359, + "start": 2345, + "end": 2360, "loc": { "start": { "line": 93, @@ -19388,8 +19388,8 @@ "updateContext": null }, "value": "=", - "start": 2360, - "end": 2361, + "start": 2361, + "end": 2362, "loc": { "start": { "line": 93, @@ -19416,8 +19416,8 @@ "updateContext": null }, "value": "this", - "start": 2362, - "end": 2366, + "start": 2363, + "end": 2367, "loc": { "start": { "line": 93, @@ -19442,8 +19442,8 @@ "binop": null, "updateContext": null }, - "start": 2366, - "end": 2367, + "start": 2367, + "end": 2368, "loc": { "start": { "line": 93, @@ -19468,8 +19468,8 @@ "binop": null }, "value": "audioContext", - "start": 2367, - "end": 2379, + "start": 2368, + "end": 2380, "loc": { "start": { "line": 93, @@ -19494,8 +19494,8 @@ "binop": null, "updateContext": null }, - "start": 2379, - "end": 2380, + "start": 2380, + "end": 2381, "loc": { "start": { "line": 93, @@ -19520,8 +19520,8 @@ "binop": null }, "value": "createMediaStreamSource", - "start": 2380, - "end": 2403, + "start": 2381, + "end": 2404, "loc": { "start": { "line": 93, @@ -19545,8 +19545,8 @@ "postfix": false, "binop": null }, - "start": 2403, - "end": 2404, + "start": 2404, + "end": 2405, "loc": { "start": { "line": 93, @@ -19573,8 +19573,8 @@ "updateContext": null }, "value": "this", - "start": 2417, - "end": 2421, + "start": 2418, + "end": 2422, "loc": { "start": { "line": 94, @@ -19599,8 +19599,8 @@ "binop": null, "updateContext": null }, - "start": 2421, - "end": 2422, + "start": 2422, + "end": 2423, "loc": { "start": { "line": 94, @@ -19625,8 +19625,8 @@ "binop": null }, "value": "inputStream", - "start": 2422, - "end": 2433, + "start": 2423, + "end": 2434, "loc": { "start": { "line": 94, @@ -19650,8 +19650,8 @@ "postfix": false, "binop": null }, - "start": 2433, - "end": 2434, + "start": 2434, + "end": 2435, "loc": { "start": { "line": 94, @@ -19676,8 +19676,8 @@ "binop": null, "updateContext": null }, - "start": 2434, - "end": 2435, + "start": 2435, + "end": 2436, "loc": { "start": { "line": 94, @@ -19692,8 +19692,8 @@ { "type": "CommentLine", "value": " a bufferSize of 0 instructs the browser to choose the best bufferSize", - "start": 2444, - "end": 2516, + "start": 2445, + "end": 2517, "loc": { "start": { "line": 95, @@ -19720,8 +19720,8 @@ "updateContext": null }, "value": "this", - "start": 2525, - "end": 2529, + "start": 2526, + "end": 2530, "loc": { "start": { "line": 96, @@ -19746,8 +19746,8 @@ "binop": null, "updateContext": null }, - "start": 2529, - "end": 2530, + "start": 2530, + "end": 2531, "loc": { "start": { "line": 96, @@ -19772,8 +19772,8 @@ "binop": null }, "value": "processor", - "start": 2530, - "end": 2539, + "start": 2531, + "end": 2540, "loc": { "start": { "line": 96, @@ -19799,8 +19799,8 @@ "updateContext": null }, "value": "=", - "start": 2540, - "end": 2541, + "start": 2541, + "end": 2542, "loc": { "start": { "line": 96, @@ -19827,8 +19827,8 @@ "updateContext": null }, "value": "this", - "start": 2542, - "end": 2546, + "start": 2543, + "end": 2547, "loc": { "start": { "line": 96, @@ -19853,8 +19853,8 @@ "binop": null, "updateContext": null }, - "start": 2546, - "end": 2547, + "start": 2547, + "end": 2548, "loc": { "start": { "line": 96, @@ -19879,8 +19879,8 @@ "binop": null }, "value": "audioContext", - "start": 2547, - "end": 2559, + "start": 2548, + "end": 2560, "loc": { "start": { "line": 96, @@ -19905,8 +19905,8 @@ "binop": null, "updateContext": null }, - "start": 2559, - "end": 2560, + "start": 2560, + "end": 2561, "loc": { "start": { "line": 96, @@ -19931,8 +19931,8 @@ "binop": null }, "value": "createScriptProcessor", - "start": 2560, - "end": 2581, + "start": 2561, + "end": 2582, "loc": { "start": { "line": 96, @@ -19956,8 +19956,8 @@ "postfix": false, "binop": null }, - "start": 2581, - "end": 2582, + "start": 2582, + "end": 2583, "loc": { "start": { "line": 96, @@ -19983,8 +19983,8 @@ "updateContext": null }, "value": 0, - "start": 2595, - "end": 2596, + "start": 2596, + "end": 2597, "loc": { "start": { "line": 97, @@ -20009,8 +20009,8 @@ "binop": null, "updateContext": null }, - "start": 2596, - "end": 2597, + "start": 2597, + "end": 2598, "loc": { "start": { "line": 97, @@ -20036,8 +20036,8 @@ "updateContext": null }, "value": 1, - "start": 2598, - "end": 2599, + "start": 2599, + "end": 2600, "loc": { "start": { "line": 97, @@ -20062,8 +20062,8 @@ "binop": null, "updateContext": null }, - "start": 2599, - "end": 2600, + "start": 2600, + "end": 2601, "loc": { "start": { "line": 97, @@ -20089,8 +20089,8 @@ "updateContext": null }, "value": 1, - "start": 2601, - "end": 2602, + "start": 2602, + "end": 2603, "loc": { "start": { "line": 97, @@ -20114,8 +20114,8 @@ "postfix": false, "binop": null }, - "start": 2602, - "end": 2603, + "start": 2603, + "end": 2604, "loc": { "start": { "line": 97, @@ -20140,8 +20140,8 @@ "binop": null, "updateContext": null }, - "start": 2603, - "end": 2604, + "start": 2604, + "end": 2605, "loc": { "start": { "line": 97, @@ -20168,8 +20168,8 @@ "updateContext": null }, "value": "this", - "start": 2613, - "end": 2617, + "start": 2614, + "end": 2618, "loc": { "start": { "line": 98, @@ -20194,8 +20194,8 @@ "binop": null, "updateContext": null }, - "start": 2617, - "end": 2618, + "start": 2618, + "end": 2619, "loc": { "start": { "line": 98, @@ -20220,8 +20220,8 @@ "binop": null }, "value": "processor", - "start": 2618, - "end": 2627, + "start": 2619, + "end": 2628, "loc": { "start": { "line": 98, @@ -20246,8 +20246,8 @@ "binop": null, "updateContext": null }, - "start": 2627, - "end": 2628, + "start": 2628, + "end": 2629, "loc": { "start": { "line": 98, @@ -20272,8 +20272,8 @@ "binop": null }, "value": "onaudioprocess", - "start": 2628, - "end": 2642, + "start": 2629, + "end": 2643, "loc": { "start": { "line": 98, @@ -20299,8 +20299,8 @@ "updateContext": null }, "value": "=", - "start": 2643, - "end": 2644, + "start": 2644, + "end": 2645, "loc": { "start": { "line": 98, @@ -20327,8 +20327,8 @@ "updateContext": null }, "value": "this", - "start": 2645, - "end": 2649, + "start": 2646, + "end": 2650, "loc": { "start": { "line": 98, @@ -20353,8 +20353,8 @@ "binop": null, "updateContext": null }, - "start": 2649, - "end": 2650, + "start": 2650, + "end": 2651, "loc": { "start": { "line": 98, @@ -20379,8 +20379,8 @@ "binop": null }, "value": "onAudioProcess", - "start": 2650, - "end": 2664, + "start": 2651, + "end": 2665, "loc": { "start": { "line": 98, @@ -20405,8 +20405,8 @@ "binop": null, "updateContext": null }, - "start": 2664, - "end": 2665, + "start": 2665, + "end": 2666, "loc": { "start": { "line": 98, @@ -20431,8 +20431,8 @@ "binop": null }, "value": "bind", - "start": 2665, - "end": 2669, + "start": 2666, + "end": 2670, "loc": { "start": { "line": 98, @@ -20456,8 +20456,8 @@ "postfix": false, "binop": null }, - "start": 2669, - "end": 2670, + "start": 2670, + "end": 2671, "loc": { "start": { "line": 98, @@ -20484,8 +20484,8 @@ "updateContext": null }, "value": "this", - "start": 2670, - "end": 2674, + "start": 2671, + "end": 2675, "loc": { "start": { "line": 98, @@ -20509,8 +20509,8 @@ "postfix": false, "binop": null }, - "start": 2674, - "end": 2675, + "start": 2675, + "end": 2676, "loc": { "start": { "line": 98, @@ -20535,8 +20535,8 @@ "binop": null, "updateContext": null }, - "start": 2675, - "end": 2676, + "start": 2676, + "end": 2677, "loc": { "start": { "line": 98, @@ -20563,8 +20563,8 @@ "updateContext": null }, "value": "this", - "start": 2685, - "end": 2689, + "start": 2686, + "end": 2690, "loc": { "start": { "line": 99, @@ -20589,8 +20589,8 @@ "binop": null, "updateContext": null }, - "start": 2689, - "end": 2690, + "start": 2690, + "end": 2691, "loc": { "start": { "line": 99, @@ -20615,8 +20615,8 @@ "binop": null }, "value": "audioSourceNode", - "start": 2690, - "end": 2705, + "start": 2691, + "end": 2706, "loc": { "start": { "line": 99, @@ -20641,8 +20641,8 @@ "binop": null, "updateContext": null }, - "start": 2705, - "end": 2706, + "start": 2706, + "end": 2707, "loc": { "start": { "line": 99, @@ -20667,8 +20667,8 @@ "binop": null }, "value": "connect", - "start": 2706, - "end": 2713, + "start": 2707, + "end": 2714, "loc": { "start": { "line": 99, @@ -20692,8 +20692,8 @@ "postfix": false, "binop": null }, - "start": 2713, - "end": 2714, + "start": 2714, + "end": 2715, "loc": { "start": { "line": 99, @@ -20720,8 +20720,8 @@ "updateContext": null }, "value": "this", - "start": 2714, - "end": 2718, + "start": 2715, + "end": 2719, "loc": { "start": { "line": 99, @@ -20746,8 +20746,8 @@ "binop": null, "updateContext": null }, - "start": 2718, - "end": 2719, + "start": 2719, + "end": 2720, "loc": { "start": { "line": 99, @@ -20772,8 +20772,8 @@ "binop": null }, "value": "processor", - "start": 2719, - "end": 2728, + "start": 2720, + "end": 2729, "loc": { "start": { "line": 99, @@ -20797,8 +20797,8 @@ "postfix": false, "binop": null }, - "start": 2728, - "end": 2729, + "start": 2729, + "end": 2730, "loc": { "start": { "line": 99, @@ -20823,8 +20823,8 @@ "binop": null, "updateContext": null }, - "start": 2729, - "end": 2730, + "start": 2730, + "end": 2731, "loc": { "start": { "line": 99, @@ -20851,8 +20851,8 @@ "updateContext": null }, "value": "this", - "start": 2739, - "end": 2743, + "start": 2740, + "end": 2744, "loc": { "start": { "line": 100, @@ -20877,8 +20877,8 @@ "binop": null, "updateContext": null }, - "start": 2743, - "end": 2744, + "start": 2744, + "end": 2745, "loc": { "start": { "line": 100, @@ -20903,8 +20903,8 @@ "binop": null }, "value": "processor", - "start": 2744, - "end": 2753, + "start": 2745, + "end": 2754, "loc": { "start": { "line": 100, @@ -20929,8 +20929,8 @@ "binop": null, "updateContext": null }, - "start": 2753, - "end": 2754, + "start": 2754, + "end": 2755, "loc": { "start": { "line": 100, @@ -20955,8 +20955,8 @@ "binop": null }, "value": "connect", - "start": 2754, - "end": 2761, + "start": 2755, + "end": 2762, "loc": { "start": { "line": 100, @@ -20980,8 +20980,8 @@ "postfix": false, "binop": null }, - "start": 2761, - "end": 2762, + "start": 2762, + "end": 2763, "loc": { "start": { "line": 100, @@ -21008,8 +21008,8 @@ "updateContext": null }, "value": "this", - "start": 2762, - "end": 2766, + "start": 2763, + "end": 2767, "loc": { "start": { "line": 100, @@ -21034,8 +21034,8 @@ "binop": null, "updateContext": null }, - "start": 2766, - "end": 2767, + "start": 2767, + "end": 2768, "loc": { "start": { "line": 100, @@ -21060,8 +21060,8 @@ "binop": null }, "value": "audioContext", - "start": 2767, - "end": 2779, + "start": 2768, + "end": 2780, "loc": { "start": { "line": 100, @@ -21086,8 +21086,8 @@ "binop": null, "updateContext": null }, - "start": 2779, - "end": 2780, + "start": 2780, + "end": 2781, "loc": { "start": { "line": 100, @@ -21112,8 +21112,8 @@ "binop": null }, "value": "destination", - "start": 2780, - "end": 2791, + "start": 2781, + "end": 2792, "loc": { "start": { "line": 100, @@ -21137,8 +21137,8 @@ "postfix": false, "binop": null }, - "start": 2791, - "end": 2792, + "start": 2792, + "end": 2793, "loc": { "start": { "line": 100, @@ -21163,8 +21163,8 @@ "binop": null, "updateContext": null }, - "start": 2792, - "end": 2793, + "start": 2793, + "end": 2794, "loc": { "start": { "line": 100, @@ -21188,8 +21188,8 @@ "postfix": false, "binop": null }, - "start": 2798, - "end": 2799, + "start": 2799, + "end": 2800, "loc": { "start": { "line": 101, @@ -21204,8 +21204,8 @@ { "type": "CommentBlock", "value": "*\n * Stop recording.\n ", - "start": 2805, - "end": 2839, + "start": 2806, + "end": 2840, "loc": { "start": { "line": 103, @@ -21230,8 +21230,8 @@ "binop": null }, "value": "stop", - "start": 2844, - "end": 2848, + "start": 2845, + "end": 2849, "loc": { "start": { "line": 106, @@ -21255,8 +21255,8 @@ "postfix": false, "binop": null }, - "start": 2848, - "end": 2849, + "start": 2849, + "end": 2850, "loc": { "start": { "line": 106, @@ -21280,8 +21280,8 @@ "postfix": false, "binop": null }, - "start": 2849, - "end": 2850, + "start": 2850, + "end": 2851, "loc": { "start": { "line": 106, @@ -21305,8 +21305,8 @@ "postfix": false, "binop": null }, - "start": 2851, - "end": 2852, + "start": 2852, + "end": 2853, "loc": { "start": { "line": 106, @@ -21333,8 +21333,8 @@ "updateContext": null }, "value": "if", - "start": 2861, - "end": 2863, + "start": 2862, + "end": 2864, "loc": { "start": { "line": 107, @@ -21358,8 +21358,8 @@ "postfix": false, "binop": null }, - "start": 2864, - "end": 2865, + "start": 2865, + "end": 2866, "loc": { "start": { "line": 107, @@ -21386,8 +21386,8 @@ "updateContext": null }, "value": "this", - "start": 2865, - "end": 2869, + "start": 2866, + "end": 2870, "loc": { "start": { "line": 107, @@ -21412,8 +21412,8 @@ "binop": null, "updateContext": null }, - "start": 2869, - "end": 2870, + "start": 2870, + "end": 2871, "loc": { "start": { "line": 107, @@ -21438,8 +21438,8 @@ "binop": null }, "value": "processor", - "start": 2870, - "end": 2879, + "start": 2871, + "end": 2880, "loc": { "start": { "line": 107, @@ -21465,8 +21465,8 @@ "updateContext": null }, "value": "&&", - "start": 2880, - "end": 2882, + "start": 2881, + "end": 2883, "loc": { "start": { "line": 107, @@ -21493,8 +21493,8 @@ "updateContext": null }, "value": "this", - "start": 2883, - "end": 2887, + "start": 2884, + "end": 2888, "loc": { "start": { "line": 107, @@ -21519,8 +21519,8 @@ "binop": null, "updateContext": null }, - "start": 2887, - "end": 2888, + "start": 2888, + "end": 2889, "loc": { "start": { "line": 107, @@ -21545,8 +21545,8 @@ "binop": null }, "value": "audioSourceNode", - "start": 2888, - "end": 2903, + "start": 2889, + "end": 2904, "loc": { "start": { "line": 107, @@ -21570,8 +21570,8 @@ "postfix": false, "binop": null }, - "start": 2903, - "end": 2904, + "start": 2904, + "end": 2905, "loc": { "start": { "line": 107, @@ -21595,8 +21595,8 @@ "postfix": false, "binop": null }, - "start": 2905, - "end": 2906, + "start": 2906, + "end": 2907, "loc": { "start": { "line": 107, @@ -21623,8 +21623,8 @@ "updateContext": null }, "value": "this", - "start": 2919, - "end": 2923, + "start": 2920, + "end": 2924, "loc": { "start": { "line": 108, @@ -21649,8 +21649,8 @@ "binop": null, "updateContext": null }, - "start": 2923, - "end": 2924, + "start": 2924, + "end": 2925, "loc": { "start": { "line": 108, @@ -21675,8 +21675,8 @@ "binop": null }, "value": "audioSourceNode", - "start": 2924, - "end": 2939, + "start": 2925, + "end": 2940, "loc": { "start": { "line": 108, @@ -21701,8 +21701,8 @@ "binop": null, "updateContext": null }, - "start": 2939, - "end": 2940, + "start": 2940, + "end": 2941, "loc": { "start": { "line": 108, @@ -21727,8 +21727,8 @@ "binop": null }, "value": "disconnect", - "start": 2940, - "end": 2950, + "start": 2941, + "end": 2951, "loc": { "start": { "line": 108, @@ -21752,8 +21752,8 @@ "postfix": false, "binop": null }, - "start": 2950, - "end": 2951, + "start": 2951, + "end": 2952, "loc": { "start": { "line": 108, @@ -21777,8 +21777,8 @@ "postfix": false, "binop": null }, - "start": 2951, - "end": 2952, + "start": 2952, + "end": 2953, "loc": { "start": { "line": 108, @@ -21803,8 +21803,8 @@ "binop": null, "updateContext": null }, - "start": 2952, - "end": 2953, + "start": 2953, + "end": 2954, "loc": { "start": { "line": 108, @@ -21831,8 +21831,8 @@ "updateContext": null }, "value": "this", - "start": 2966, - "end": 2970, + "start": 2967, + "end": 2971, "loc": { "start": { "line": 109, @@ -21857,8 +21857,8 @@ "binop": null, "updateContext": null }, - "start": 2970, - "end": 2971, + "start": 2971, + "end": 2972, "loc": { "start": { "line": 109, @@ -21883,8 +21883,8 @@ "binop": null }, "value": "processor", - "start": 2971, - "end": 2980, + "start": 2972, + "end": 2981, "loc": { "start": { "line": 109, @@ -21909,8 +21909,8 @@ "binop": null, "updateContext": null }, - "start": 2980, - "end": 2981, + "start": 2981, + "end": 2982, "loc": { "start": { "line": 109, @@ -21935,8 +21935,8 @@ "binop": null }, "value": "disconnect", - "start": 2981, - "end": 2991, + "start": 2982, + "end": 2992, "loc": { "start": { "line": 109, @@ -21960,8 +21960,8 @@ "postfix": false, "binop": null }, - "start": 2991, - "end": 2992, + "start": 2992, + "end": 2993, "loc": { "start": { "line": 109, @@ -21985,8 +21985,8 @@ "postfix": false, "binop": null }, - "start": 2992, - "end": 2993, + "start": 2993, + "end": 2994, "loc": { "start": { "line": 109, @@ -22011,8 +22011,8 @@ "binop": null, "updateContext": null }, - "start": 2993, - "end": 2994, + "start": 2994, + "end": 2995, "loc": { "start": { "line": 109, @@ -22039,8 +22039,8 @@ "updateContext": null }, "value": "this", - "start": 3007, - "end": 3011, + "start": 3008, + "end": 3012, "loc": { "start": { "line": 110, @@ -22065,8 +22065,8 @@ "binop": null, "updateContext": null }, - "start": 3011, - "end": 3012, + "start": 3012, + "end": 3013, "loc": { "start": { "line": 110, @@ -22091,8 +22091,8 @@ "binop": null }, "value": "processor", - "start": 3012, - "end": 3021, + "start": 3013, + "end": 3022, "loc": { "start": { "line": 110, @@ -22117,8 +22117,8 @@ "binop": null, "updateContext": null }, - "start": 3021, - "end": 3022, + "start": 3022, + "end": 3023, "loc": { "start": { "line": 110, @@ -22143,8 +22143,8 @@ "binop": null }, "value": "onaudioprocess", - "start": 3022, - "end": 3036, + "start": 3023, + "end": 3037, "loc": { "start": { "line": 110, @@ -22170,8 +22170,8 @@ "updateContext": null }, "value": "=", - "start": 3037, - "end": 3038, + "start": 3038, + "end": 3039, "loc": { "start": { "line": 110, @@ -22198,8 +22198,8 @@ "updateContext": null }, "value": "null", - "start": 3039, - "end": 3043, + "start": 3040, + "end": 3044, "loc": { "start": { "line": 110, @@ -22224,8 +22224,8 @@ "binop": null, "updateContext": null }, - "start": 3043, - "end": 3044, + "start": 3044, + "end": 3045, "loc": { "start": { "line": 110, @@ -22249,8 +22249,8 @@ "postfix": false, "binop": null }, - "start": 3053, - "end": 3054, + "start": 3054, + "end": 3055, "loc": { "start": { "line": 111, @@ -22277,8 +22277,8 @@ "updateContext": null }, "value": "if", - "start": 3063, - "end": 3065, + "start": 3064, + "end": 3066, "loc": { "start": { "line": 112, @@ -22302,8 +22302,8 @@ "postfix": false, "binop": null }, - "start": 3066, - "end": 3067, + "start": 3067, + "end": 3068, "loc": { "start": { "line": 112, @@ -22330,8 +22330,8 @@ "updateContext": null }, "value": "this", - "start": 3067, - "end": 3071, + "start": 3068, + "end": 3072, "loc": { "start": { "line": 112, @@ -22356,8 +22356,8 @@ "binop": null, "updateContext": null }, - "start": 3071, - "end": 3072, + "start": 3072, + "end": 3073, "loc": { "start": { "line": 112, @@ -22382,8 +22382,8 @@ "binop": null }, "value": "audioContext", - "start": 3072, - "end": 3084, + "start": 3073, + "end": 3085, "loc": { "start": { "line": 112, @@ -22407,8 +22407,8 @@ "postfix": false, "binop": null }, - "start": 3084, - "end": 3085, + "start": 3085, + "end": 3086, "loc": { "start": { "line": 112, @@ -22432,8 +22432,8 @@ "postfix": false, "binop": null }, - "start": 3086, - "end": 3087, + "start": 3087, + "end": 3088, "loc": { "start": { "line": 112, @@ -22448,8 +22448,8 @@ { "type": "CommentLine", "value": " ignore errors about already being closed", - "start": 3100, - "end": 3143, + "start": 3101, + "end": 3144, "loc": { "start": { "line": 113, @@ -22476,8 +22476,8 @@ "updateContext": null }, "value": "this", - "start": 3156, - "end": 3160, + "start": 3157, + "end": 3161, "loc": { "start": { "line": 114, @@ -22502,8 +22502,8 @@ "binop": null, "updateContext": null }, - "start": 3160, - "end": 3161, + "start": 3161, + "end": 3162, "loc": { "start": { "line": 114, @@ -22528,8 +22528,8 @@ "binop": null }, "value": "audioContext", - "start": 3161, - "end": 3173, + "start": 3162, + "end": 3174, "loc": { "start": { "line": 114, @@ -22554,8 +22554,8 @@ "binop": null, "updateContext": null }, - "start": 3173, - "end": 3174, + "start": 3174, + "end": 3175, "loc": { "start": { "line": 114, @@ -22580,8 +22580,8 @@ "binop": null }, "value": "close", - "start": 3174, - "end": 3179, + "start": 3175, + "end": 3180, "loc": { "start": { "line": 114, @@ -22605,8 +22605,8 @@ "postfix": false, "binop": null }, - "start": 3179, - "end": 3180, + "start": 3180, + "end": 3181, "loc": { "start": { "line": 114, @@ -22630,8 +22630,8 @@ "postfix": false, "binop": null }, - "start": 3180, - "end": 3181, + "start": 3181, + "end": 3182, "loc": { "start": { "line": 114, @@ -22656,8 +22656,8 @@ "binop": null, "updateContext": null }, - "start": 3181, - "end": 3182, + "start": 3182, + "end": 3183, "loc": { "start": { "line": 114, @@ -22682,8 +22682,8 @@ "binop": null }, "value": "then", - "start": 3182, - "end": 3186, + "start": 3183, + "end": 3187, "loc": { "start": { "line": 114, @@ -22707,8 +22707,8 @@ "postfix": false, "binop": null }, - "start": 3186, - "end": 3187, + "start": 3187, + "end": 3188, "loc": { "start": { "line": 114, @@ -22732,8 +22732,8 @@ "postfix": false, "binop": null }, - "start": 3187, - "end": 3188, + "start": 3188, + "end": 3189, "loc": { "start": { "line": 114, @@ -22757,8 +22757,8 @@ "postfix": false, "binop": null }, - "start": 3188, - "end": 3189, + "start": 3189, + "end": 3190, "loc": { "start": { "line": 114, @@ -22783,8 +22783,8 @@ "binop": null, "updateContext": null }, - "start": 3190, - "end": 3192, + "start": 3191, + "end": 3193, "loc": { "start": { "line": 114, @@ -22808,8 +22808,8 @@ "postfix": false, "binop": null }, - "start": 3193, - "end": 3194, + "start": 3194, + "end": 3195, "loc": { "start": { "line": 114, @@ -22833,8 +22833,8 @@ "postfix": false, "binop": null }, - "start": 3194, - "end": 3195, + "start": 3195, + "end": 3196, "loc": { "start": { "line": 114, @@ -22858,8 +22858,8 @@ "postfix": false, "binop": null }, - "start": 3195, - "end": 3196, + "start": 3196, + "end": 3197, "loc": { "start": { "line": 114, @@ -22884,8 +22884,8 @@ "binop": null, "updateContext": null }, - "start": 3196, - "end": 3197, + "start": 3197, + "end": 3198, "loc": { "start": { "line": 114, @@ -22912,8 +22912,8 @@ "updateContext": null }, "value": "catch", - "start": 3197, - "end": 3202, + "start": 3198, + "end": 3203, "loc": { "start": { "line": 114, @@ -22937,8 +22937,8 @@ "postfix": false, "binop": null }, - "start": 3202, - "end": 3203, + "start": 3203, + "end": 3204, "loc": { "start": { "line": 114, @@ -22962,8 +22962,8 @@ "postfix": false, "binop": null }, - "start": 3203, - "end": 3204, + "start": 3204, + "end": 3205, "loc": { "start": { "line": 114, @@ -22988,8 +22988,8 @@ "binop": null }, "value": "reason", - "start": 3204, - "end": 3210, + "start": 3205, + "end": 3211, "loc": { "start": { "line": 114, @@ -23013,8 +23013,8 @@ "postfix": false, "binop": null }, - "start": 3210, - "end": 3211, + "start": 3211, + "end": 3212, "loc": { "start": { "line": 114, @@ -23039,8 +23039,8 @@ "binop": null, "updateContext": null }, - "start": 3212, - "end": 3214, + "start": 3213, + "end": 3215, "loc": { "start": { "line": 114, @@ -23064,8 +23064,8 @@ "postfix": false, "binop": null }, - "start": 3215, - "end": 3216, + "start": 3216, + "end": 3217, "loc": { "start": { "line": 114, @@ -23089,8 +23089,8 @@ "postfix": false, "binop": null }, - "start": 3216, - "end": 3217, + "start": 3217, + "end": 3218, "loc": { "start": { "line": 114, @@ -23114,8 +23114,8 @@ "postfix": false, "binop": null }, - "start": 3217, - "end": 3218, + "start": 3218, + "end": 3219, "loc": { "start": { "line": 114, @@ -23140,8 +23140,8 @@ "binop": null, "updateContext": null }, - "start": 3218, - "end": 3219, + "start": 3219, + "end": 3220, "loc": { "start": { "line": 114, @@ -23165,8 +23165,8 @@ "postfix": false, "binop": null }, - "start": 3228, - "end": 3229, + "start": 3229, + "end": 3230, "loc": { "start": { "line": 115, @@ -23181,8 +23181,8 @@ { "type": "CommentLine", "value": " free up memory", - "start": 3239, - "end": 3256, + "start": 3240, + "end": 3257, "loc": { "start": { "line": 117, @@ -23209,8 +23209,8 @@ "updateContext": null }, "value": "this", - "start": 3265, - "end": 3269, + "start": 3266, + "end": 3270, "loc": { "start": { "line": 118, @@ -23235,8 +23235,8 @@ "binop": null, "updateContext": null }, - "start": 3269, - "end": 3270, + "start": 3270, + "end": 3271, "loc": { "start": { "line": 118, @@ -23261,8 +23261,8 @@ "binop": null }, "value": "engine", - "start": 3270, - "end": 3276, + "start": 3271, + "end": 3277, "loc": { "start": { "line": 118, @@ -23287,8 +23287,8 @@ "binop": null, "updateContext": null }, - "start": 3276, - "end": 3277, + "start": 3277, + "end": 3278, "loc": { "start": { "line": 118, @@ -23313,8 +23313,8 @@ "binop": null }, "value": "postMessage", - "start": 3277, - "end": 3288, + "start": 3278, + "end": 3289, "loc": { "start": { "line": 118, @@ -23338,8 +23338,8 @@ "postfix": false, "binop": null }, - "start": 3288, - "end": 3289, + "start": 3289, + "end": 3290, "loc": { "start": { "line": 118, @@ -23363,8 +23363,8 @@ "postfix": false, "binop": null }, - "start": 3289, - "end": 3290, + "start": 3290, + "end": 3291, "loc": { "start": { "line": 118, @@ -23389,8 +23389,8 @@ "binop": null }, "value": "cmd", - "start": 3290, - "end": 3293, + "start": 3291, + "end": 3294, "loc": { "start": { "line": 118, @@ -23415,8 +23415,8 @@ "binop": null, "updateContext": null }, - "start": 3293, - "end": 3294, + "start": 3294, + "end": 3295, "loc": { "start": { "line": 118, @@ -23442,8 +23442,8 @@ "updateContext": null }, "value": "finish", - "start": 3295, - "end": 3303, + "start": 3296, + "end": 3304, "loc": { "start": { "line": 118, @@ -23467,8 +23467,8 @@ "postfix": false, "binop": null }, - "start": 3303, - "end": 3304, + "start": 3304, + "end": 3305, "loc": { "start": { "line": 118, @@ -23492,8 +23492,8 @@ "postfix": false, "binop": null }, - "start": 3304, - "end": 3305, + "start": 3305, + "end": 3306, "loc": { "start": { "line": 118, @@ -23518,8 +23518,8 @@ "binop": null, "updateContext": null }, - "start": 3305, - "end": 3306, + "start": 3306, + "end": 3307, "loc": { "start": { "line": 118, @@ -23543,8 +23543,8 @@ "postfix": false, "binop": null }, - "start": 3311, - "end": 3312, + "start": 3312, + "end": 3313, "loc": { "start": { "line": 119, @@ -23559,8 +23559,8 @@ { "type": "CommentBlock", "value": "*\n * Received a message from the worker.\n *\n * @private\n * @param {Object} ev - Worker responded with event object.\n ", - "start": 3318, - "end": 3459, + "start": 3319, + "end": 3460, "loc": { "start": { "line": 121, @@ -23585,8 +23585,8 @@ "binop": null }, "value": "onWorkerMessage", - "start": 3464, - "end": 3479, + "start": 3465, + "end": 3480, "loc": { "start": { "line": 127, @@ -23610,8 +23610,8 @@ "postfix": false, "binop": null }, - "start": 3479, - "end": 3480, + "start": 3480, + "end": 3481, "loc": { "start": { "line": 127, @@ -23636,8 +23636,8 @@ "binop": null }, "value": "ev", - "start": 3480, - "end": 3482, + "start": 3481, + "end": 3483, "loc": { "start": { "line": 127, @@ -23661,8 +23661,8 @@ "postfix": false, "binop": null }, - "start": 3482, - "end": 3483, + "start": 3483, + "end": 3484, "loc": { "start": { "line": 127, @@ -23686,8 +23686,8 @@ "postfix": false, "binop": null }, - "start": 3484, - "end": 3485, + "start": 3485, + "end": 3486, "loc": { "start": { "line": 127, @@ -23714,8 +23714,8 @@ "updateContext": null }, "value": "switch", - "start": 3494, - "end": 3500, + "start": 3495, + "end": 3501, "loc": { "start": { "line": 128, @@ -23739,8 +23739,8 @@ "postfix": false, "binop": null }, - "start": 3501, - "end": 3502, + "start": 3502, + "end": 3503, "loc": { "start": { "line": 128, @@ -23765,8 +23765,8 @@ "binop": null }, "value": "ev", - "start": 3502, - "end": 3504, + "start": 3503, + "end": 3505, "loc": { "start": { "line": 128, @@ -23791,8 +23791,8 @@ "binop": null, "updateContext": null }, - "start": 3504, - "end": 3505, + "start": 3505, + "end": 3506, "loc": { "start": { "line": 128, @@ -23817,8 +23817,8 @@ "binop": null }, "value": "data", - "start": 3505, - "end": 3509, + "start": 3506, + "end": 3510, "loc": { "start": { "line": 128, @@ -23843,8 +23843,8 @@ "binop": null, "updateContext": null }, - "start": 3509, - "end": 3510, + "start": 3510, + "end": 3511, "loc": { "start": { "line": 128, @@ -23869,8 +23869,8 @@ "binop": null }, "value": "cmd", - "start": 3510, - "end": 3513, + "start": 3511, + "end": 3514, "loc": { "start": { "line": 128, @@ -23894,8 +23894,8 @@ "postfix": false, "binop": null }, - "start": 3513, - "end": 3514, + "start": 3514, + "end": 3515, "loc": { "start": { "line": 128, @@ -23919,8 +23919,8 @@ "postfix": false, "binop": null }, - "start": 3515, - "end": 3516, + "start": 3516, + "end": 3517, "loc": { "start": { "line": 128, @@ -23947,8 +23947,8 @@ "updateContext": null }, "value": "case", - "start": 3529, - "end": 3533, + "start": 3530, + "end": 3534, "loc": { "start": { "line": 129, @@ -23974,8 +23974,8 @@ "updateContext": null }, "value": "end", - "start": 3534, - "end": 3539, + "start": 3535, + "end": 3540, "loc": { "start": { "line": 129, @@ -24000,8 +24000,8 @@ "binop": null, "updateContext": null }, - "start": 3539, - "end": 3540, + "start": 3540, + "end": 3541, "loc": { "start": { "line": 129, @@ -24028,8 +24028,8 @@ "updateContext": null }, "value": "this", - "start": 3557, - "end": 3561, + "start": 3558, + "end": 3562, "loc": { "start": { "line": 130, @@ -24054,8 +24054,8 @@ "binop": null, "updateContext": null }, - "start": 3561, - "end": 3562, + "start": 3562, + "end": 3563, "loc": { "start": { "line": 130, @@ -24080,8 +24080,8 @@ "binop": null }, "value": "onStopRecording", - "start": 3562, - "end": 3577, + "start": 3563, + "end": 3578, "loc": { "start": { "line": 130, @@ -24105,8 +24105,8 @@ "postfix": false, "binop": null }, - "start": 3577, - "end": 3578, + "start": 3578, + "end": 3579, "loc": { "start": { "line": 130, @@ -24133,8 +24133,8 @@ "updateContext": null }, "value": "new", - "start": 3578, - "end": 3581, + "start": 3579, + "end": 3582, "loc": { "start": { "line": 130, @@ -24159,8 +24159,8 @@ "binop": null }, "value": "Blob", - "start": 3582, - "end": 3586, + "start": 3583, + "end": 3587, "loc": { "start": { "line": 130, @@ -24184,8 +24184,8 @@ "postfix": false, "binop": null }, - "start": 3586, - "end": 3587, + "start": 3587, + "end": 3588, "loc": { "start": { "line": 130, @@ -24210,8 +24210,8 @@ "binop": null }, "value": "ev", - "start": 3587, - "end": 3589, + "start": 3588, + "end": 3590, "loc": { "start": { "line": 130, @@ -24236,8 +24236,8 @@ "binop": null, "updateContext": null }, - "start": 3589, - "end": 3590, + "start": 3590, + "end": 3591, "loc": { "start": { "line": 130, @@ -24262,8 +24262,8 @@ "binop": null }, "value": "data", - "start": 3590, - "end": 3594, + "start": 3591, + "end": 3595, "loc": { "start": { "line": 130, @@ -24288,8 +24288,8 @@ "binop": null, "updateContext": null }, - "start": 3594, - "end": 3595, + "start": 3595, + "end": 3596, "loc": { "start": { "line": 130, @@ -24314,8 +24314,8 @@ "binop": null }, "value": "buf", - "start": 3595, - "end": 3598, + "start": 3596, + "end": 3599, "loc": { "start": { "line": 130, @@ -24340,8 +24340,8 @@ "binop": null, "updateContext": null }, - "start": 3598, - "end": 3599, + "start": 3599, + "end": 3600, "loc": { "start": { "line": 130, @@ -24365,8 +24365,8 @@ "postfix": false, "binop": null }, - "start": 3620, - "end": 3621, + "start": 3621, + "end": 3622, "loc": { "start": { "line": 131, @@ -24391,8 +24391,8 @@ "binop": null }, "value": "type", - "start": 3621, - "end": 3625, + "start": 3622, + "end": 3626, "loc": { "start": { "line": 131, @@ -24417,8 +24417,8 @@ "binop": null, "updateContext": null }, - "start": 3625, - "end": 3626, + "start": 3626, + "end": 3627, "loc": { "start": { "line": 131, @@ -24445,8 +24445,8 @@ "updateContext": null }, "value": "this", - "start": 3627, - "end": 3631, + "start": 3628, + "end": 3632, "loc": { "start": { "line": 131, @@ -24471,8 +24471,8 @@ "binop": null, "updateContext": null }, - "start": 3631, - "end": 3632, + "start": 3632, + "end": 3633, "loc": { "start": { "line": 131, @@ -24497,8 +24497,8 @@ "binop": null }, "value": "audioType", - "start": 3632, - "end": 3641, + "start": 3633, + "end": 3642, "loc": { "start": { "line": 131, @@ -24522,8 +24522,8 @@ "postfix": false, "binop": null }, - "start": 3641, - "end": 3642, + "start": 3642, + "end": 3643, "loc": { "start": { "line": 131, @@ -24547,8 +24547,8 @@ "postfix": false, "binop": null }, - "start": 3642, - "end": 3643, + "start": 3643, + "end": 3644, "loc": { "start": { "line": 131, @@ -24572,8 +24572,8 @@ "postfix": false, "binop": null }, - "start": 3643, - "end": 3644, + "start": 3644, + "end": 3645, "loc": { "start": { "line": 131, @@ -24598,8 +24598,8 @@ "binop": null, "updateContext": null }, - "start": 3644, - "end": 3645, + "start": 3645, + "end": 3646, "loc": { "start": { "line": 131, @@ -24626,8 +24626,8 @@ "updateContext": null }, "value": "break", - "start": 3662, - "end": 3667, + "start": 3663, + "end": 3668, "loc": { "start": { "line": 132, @@ -24652,8 +24652,8 @@ "binop": null, "updateContext": null }, - "start": 3667, - "end": 3668, + "start": 3668, + "end": 3669, "loc": { "start": { "line": 132, @@ -24680,8 +24680,8 @@ "updateContext": null }, "value": "case", - "start": 3682, - "end": 3686, + "start": 3683, + "end": 3687, "loc": { "start": { "line": 134, @@ -24707,8 +24707,8 @@ "updateContext": null }, "value": "error", - "start": 3687, - "end": 3694, + "start": 3688, + "end": 3695, "loc": { "start": { "line": 134, @@ -24733,8 +24733,8 @@ "binop": null, "updateContext": null }, - "start": 3694, - "end": 3695, + "start": 3695, + "end": 3696, "loc": { "start": { "line": 134, @@ -24761,8 +24761,8 @@ "updateContext": null }, "value": "this", - "start": 3712, - "end": 3716, + "start": 3713, + "end": 3717, "loc": { "start": { "line": 135, @@ -24787,8 +24787,8 @@ "binop": null, "updateContext": null }, - "start": 3716, - "end": 3717, + "start": 3717, + "end": 3718, "loc": { "start": { "line": 135, @@ -24813,8 +24813,8 @@ "binop": null }, "value": "player", - "start": 3717, - "end": 3723, + "start": 3718, + "end": 3724, "loc": { "start": { "line": 135, @@ -24838,8 +24838,8 @@ "postfix": false, "binop": null }, - "start": 3723, - "end": 3724, + "start": 3724, + "end": 3725, "loc": { "start": { "line": 135, @@ -24863,8 +24863,8 @@ "postfix": false, "binop": null }, - "start": 3724, - "end": 3725, + "start": 3725, + "end": 3726, "loc": { "start": { "line": 135, @@ -24889,8 +24889,8 @@ "binop": null, "updateContext": null }, - "start": 3725, - "end": 3726, + "start": 3726, + "end": 3727, "loc": { "start": { "line": 135, @@ -24915,8 +24915,8 @@ "binop": null }, "value": "trigger", - "start": 3726, - "end": 3733, + "start": 3727, + "end": 3734, "loc": { "start": { "line": 135, @@ -24940,8 +24940,8 @@ "postfix": false, "binop": null }, - "start": 3733, - "end": 3734, + "start": 3734, + "end": 3735, "loc": { "start": { "line": 135, @@ -24967,8 +24967,8 @@ "updateContext": null }, "value": "error", - "start": 3734, - "end": 3741, + "start": 3735, + "end": 3742, "loc": { "start": { "line": 135, @@ -24993,8 +24993,8 @@ "binop": null, "updateContext": null }, - "start": 3741, - "end": 3742, + "start": 3742, + "end": 3743, "loc": { "start": { "line": 135, @@ -25019,8 +25019,8 @@ "binop": null }, "value": "ev", - "start": 3743, - "end": 3745, + "start": 3744, + "end": 3746, "loc": { "start": { "line": 135, @@ -25045,8 +25045,8 @@ "binop": null, "updateContext": null }, - "start": 3745, - "end": 3746, + "start": 3746, + "end": 3747, "loc": { "start": { "line": 135, @@ -25071,8 +25071,8 @@ "binop": null }, "value": "data", - "start": 3746, - "end": 3750, + "start": 3747, + "end": 3751, "loc": { "start": { "line": 135, @@ -25097,8 +25097,8 @@ "binop": null, "updateContext": null }, - "start": 3750, - "end": 3751, + "start": 3751, + "end": 3752, "loc": { "start": { "line": 135, @@ -25123,8 +25123,8 @@ "binop": null }, "value": "error", - "start": 3751, - "end": 3756, + "start": 3752, + "end": 3757, "loc": { "start": { "line": 135, @@ -25148,8 +25148,8 @@ "postfix": false, "binop": null }, - "start": 3756, - "end": 3757, + "start": 3757, + "end": 3758, "loc": { "start": { "line": 135, @@ -25174,8 +25174,8 @@ "binop": null, "updateContext": null }, - "start": 3757, - "end": 3758, + "start": 3758, + "end": 3759, "loc": { "start": { "line": 135, @@ -25202,8 +25202,8 @@ "updateContext": null }, "value": "break", - "start": 3775, - "end": 3780, + "start": 3776, + "end": 3781, "loc": { "start": { "line": 136, @@ -25228,8 +25228,8 @@ "binop": null, "updateContext": null }, - "start": 3780, - "end": 3781, + "start": 3781, + "end": 3782, "loc": { "start": { "line": 136, @@ -25256,8 +25256,8 @@ "updateContext": null }, "value": "default", - "start": 3795, - "end": 3802, + "start": 3796, + "end": 3803, "loc": { "start": { "line": 138, @@ -25282,8 +25282,8 @@ "binop": null, "updateContext": null }, - "start": 3802, - "end": 3803, + "start": 3803, + "end": 3804, "loc": { "start": { "line": 138, @@ -25298,8 +25298,8 @@ { "type": "CommentLine", "value": " invalid message received", - "start": 3820, - "end": 3847, + "start": 3821, + "end": 3848, "loc": { "start": { "line": 139, @@ -25326,8 +25326,8 @@ "updateContext": null }, "value": "this", - "start": 3864, - "end": 3868, + "start": 3865, + "end": 3869, "loc": { "start": { "line": 140, @@ -25352,8 +25352,8 @@ "binop": null, "updateContext": null }, - "start": 3868, - "end": 3869, + "start": 3869, + "end": 3870, "loc": { "start": { "line": 140, @@ -25378,8 +25378,8 @@ "binop": null }, "value": "player", - "start": 3869, - "end": 3875, + "start": 3870, + "end": 3876, "loc": { "start": { "line": 140, @@ -25403,8 +25403,8 @@ "postfix": false, "binop": null }, - "start": 3875, - "end": 3876, + "start": 3876, + "end": 3877, "loc": { "start": { "line": 140, @@ -25428,8 +25428,8 @@ "postfix": false, "binop": null }, - "start": 3876, - "end": 3877, + "start": 3877, + "end": 3878, "loc": { "start": { "line": 140, @@ -25454,8 +25454,8 @@ "binop": null, "updateContext": null }, - "start": 3877, - "end": 3878, + "start": 3878, + "end": 3879, "loc": { "start": { "line": 140, @@ -25480,8 +25480,8 @@ "binop": null }, "value": "trigger", - "start": 3878, - "end": 3885, + "start": 3879, + "end": 3886, "loc": { "start": { "line": 140, @@ -25505,8 +25505,8 @@ "postfix": false, "binop": null }, - "start": 3885, - "end": 3886, + "start": 3886, + "end": 3887, "loc": { "start": { "line": 140, @@ -25532,8 +25532,8 @@ "updateContext": null }, "value": "error", - "start": 3886, - "end": 3893, + "start": 3887, + "end": 3894, "loc": { "start": { "line": 140, @@ -25558,8 +25558,8 @@ "binop": null, "updateContext": null }, - "start": 3893, - "end": 3894, + "start": 3894, + "end": 3895, "loc": { "start": { "line": 140, @@ -25584,8 +25584,8 @@ "binop": null }, "value": "ev", - "start": 3895, - "end": 3897, + "start": 3896, + "end": 3898, "loc": { "start": { "line": 140, @@ -25610,8 +25610,8 @@ "binop": null, "updateContext": null }, - "start": 3897, - "end": 3898, + "start": 3898, + "end": 3899, "loc": { "start": { "line": 140, @@ -25636,8 +25636,8 @@ "binop": null }, "value": "data", - "start": 3898, - "end": 3902, + "start": 3899, + "end": 3903, "loc": { "start": { "line": 140, @@ -25661,8 +25661,8 @@ "postfix": false, "binop": null }, - "start": 3902, - "end": 3903, + "start": 3903, + "end": 3904, "loc": { "start": { "line": 140, @@ -25687,8 +25687,8 @@ "binop": null, "updateContext": null }, - "start": 3903, - "end": 3904, + "start": 3904, + "end": 3905, "loc": { "start": { "line": 140, @@ -25715,8 +25715,8 @@ "updateContext": null }, "value": "break", - "start": 3921, - "end": 3926, + "start": 3922, + "end": 3927, "loc": { "start": { "line": 141, @@ -25741,8 +25741,8 @@ "binop": null, "updateContext": null }, - "start": 3926, - "end": 3927, + "start": 3927, + "end": 3928, "loc": { "start": { "line": 141, @@ -25766,8 +25766,8 @@ "postfix": false, "binop": null }, - "start": 3936, - "end": 3937, + "start": 3937, + "end": 3938, "loc": { "start": { "line": 142, @@ -25791,8 +25791,8 @@ "postfix": false, "binop": null }, - "start": 3942, - "end": 3943, + "start": 3943, + "end": 3944, "loc": { "start": { "line": 143, @@ -25807,8 +25807,8 @@ { "type": "CommentBlock", "value": "*\n * Continuous encoding of audio data.\n *\n * @private\n * @param {Object} ev - onaudioprocess responded with data object.\n ", - "start": 3949, - "end": 4096, + "start": 3950, + "end": 4097, "loc": { "start": { "line": 145, @@ -25833,8 +25833,8 @@ "binop": null }, "value": "onAudioProcess", - "start": 4101, - "end": 4115, + "start": 4102, + "end": 4116, "loc": { "start": { "line": 151, @@ -25858,8 +25858,8 @@ "postfix": false, "binop": null }, - "start": 4115, - "end": 4116, + "start": 4116, + "end": 4117, "loc": { "start": { "line": 151, @@ -25884,8 +25884,8 @@ "binop": null }, "value": "ev", - "start": 4116, - "end": 4118, + "start": 4117, + "end": 4119, "loc": { "start": { "line": 151, @@ -25909,8 +25909,8 @@ "postfix": false, "binop": null }, - "start": 4118, - "end": 4119, + "start": 4119, + "end": 4120, "loc": { "start": { "line": 151, @@ -25934,8 +25934,8 @@ "postfix": false, "binop": null }, - "start": 4120, - "end": 4121, + "start": 4121, + "end": 4122, "loc": { "start": { "line": 151, @@ -25950,8 +25950,8 @@ { "type": "CommentLine", "value": " send microphone data to LAME for MP3 encoding while recording", - "start": 4130, - "end": 4194, + "start": 4131, + "end": 4195, "loc": { "start": { "line": 152, @@ -25978,8 +25978,8 @@ "updateContext": null }, "value": "let", - "start": 4203, - "end": 4206, + "start": 4204, + "end": 4207, "loc": { "start": { "line": 153, @@ -26004,8 +26004,8 @@ "binop": null }, "value": "data", - "start": 4207, - "end": 4211, + "start": 4208, + "end": 4212, "loc": { "start": { "line": 153, @@ -26031,8 +26031,8 @@ "updateContext": null }, "value": "=", - "start": 4212, - "end": 4213, + "start": 4213, + "end": 4214, "loc": { "start": { "line": 153, @@ -26057,8 +26057,8 @@ "binop": null }, "value": "ev", - "start": 4214, - "end": 4216, + "start": 4215, + "end": 4217, "loc": { "start": { "line": 153, @@ -26083,8 +26083,8 @@ "binop": null, "updateContext": null }, - "start": 4216, - "end": 4217, + "start": 4217, + "end": 4218, "loc": { "start": { "line": 153, @@ -26109,8 +26109,8 @@ "binop": null }, "value": "inputBuffer", - "start": 4217, - "end": 4228, + "start": 4218, + "end": 4229, "loc": { "start": { "line": 153, @@ -26135,8 +26135,8 @@ "binop": null, "updateContext": null }, - "start": 4228, - "end": 4229, + "start": 4229, + "end": 4230, "loc": { "start": { "line": 153, @@ -26161,8 +26161,8 @@ "binop": null }, "value": "getChannelData", - "start": 4229, - "end": 4243, + "start": 4230, + "end": 4244, "loc": { "start": { "line": 153, @@ -26186,8 +26186,8 @@ "postfix": false, "binop": null }, - "start": 4243, - "end": 4244, + "start": 4244, + "end": 4245, "loc": { "start": { "line": 153, @@ -26213,8 +26213,8 @@ "updateContext": null }, "value": 0, - "start": 4244, - "end": 4245, + "start": 4245, + "end": 4246, "loc": { "start": { "line": 153, @@ -26238,8 +26238,8 @@ "postfix": false, "binop": null }, - "start": 4245, - "end": 4246, + "start": 4246, + "end": 4247, "loc": { "start": { "line": 153, @@ -26264,8 +26264,8 @@ "binop": null, "updateContext": null }, - "start": 4246, - "end": 4247, + "start": 4247, + "end": 4248, "loc": { "start": { "line": 153, @@ -26292,8 +26292,8 @@ "updateContext": null }, "value": "this", - "start": 4257, - "end": 4261, + "start": 4258, + "end": 4262, "loc": { "start": { "line": 155, @@ -26318,8 +26318,8 @@ "binop": null, "updateContext": null }, - "start": 4261, - "end": 4262, + "start": 4262, + "end": 4263, "loc": { "start": { "line": 155, @@ -26344,8 +26344,8 @@ "binop": null }, "value": "engine", - "start": 4262, - "end": 4268, + "start": 4263, + "end": 4269, "loc": { "start": { "line": 155, @@ -26370,8 +26370,8 @@ "binop": null, "updateContext": null }, - "start": 4268, - "end": 4269, + "start": 4269, + "end": 4270, "loc": { "start": { "line": 155, @@ -26396,8 +26396,8 @@ "binop": null }, "value": "postMessage", - "start": 4269, - "end": 4280, + "start": 4270, + "end": 4281, "loc": { "start": { "line": 155, @@ -26421,8 +26421,8 @@ "postfix": false, "binop": null }, - "start": 4280, - "end": 4281, + "start": 4281, + "end": 4282, "loc": { "start": { "line": 155, @@ -26446,8 +26446,8 @@ "postfix": false, "binop": null }, - "start": 4281, - "end": 4282, + "start": 4282, + "end": 4283, "loc": { "start": { "line": 155, @@ -26472,8 +26472,8 @@ "binop": null }, "value": "cmd", - "start": 4282, - "end": 4285, + "start": 4283, + "end": 4286, "loc": { "start": { "line": 155, @@ -26498,8 +26498,8 @@ "binop": null, "updateContext": null }, - "start": 4285, - "end": 4286, + "start": 4286, + "end": 4287, "loc": { "start": { "line": 155, @@ -26525,8 +26525,8 @@ "updateContext": null }, "value": "encode", - "start": 4287, - "end": 4295, + "start": 4288, + "end": 4296, "loc": { "start": { "line": 155, @@ -26551,8 +26551,8 @@ "binop": null, "updateContext": null }, - "start": 4295, - "end": 4296, + "start": 4296, + "end": 4297, "loc": { "start": { "line": 155, @@ -26577,8 +26577,8 @@ "binop": null }, "value": "buf", - "start": 4297, - "end": 4300, + "start": 4298, + "end": 4301, "loc": { "start": { "line": 155, @@ -26603,8 +26603,8 @@ "binop": null, "updateContext": null }, - "start": 4300, - "end": 4301, + "start": 4301, + "end": 4302, "loc": { "start": { "line": 155, @@ -26629,8 +26629,8 @@ "binop": null }, "value": "data", - "start": 4302, - "end": 4306, + "start": 4303, + "end": 4307, "loc": { "start": { "line": 155, @@ -26654,8 +26654,8 @@ "postfix": false, "binop": null }, - "start": 4306, - "end": 4307, + "start": 4307, + "end": 4308, "loc": { "start": { "line": 155, @@ -26679,8 +26679,8 @@ "postfix": false, "binop": null }, - "start": 4307, - "end": 4308, + "start": 4308, + "end": 4309, "loc": { "start": { "line": 155, @@ -26705,8 +26705,8 @@ "binop": null, "updateContext": null }, - "start": 4308, - "end": 4309, + "start": 4309, + "end": 4310, "loc": { "start": { "line": 155, @@ -26730,8 +26730,8 @@ "postfix": false, "binop": null }, - "start": 4314, - "end": 4315, + "start": 4315, + "end": 4316, "loc": { "start": { "line": 156, @@ -26755,8 +26755,8 @@ "postfix": false, "binop": null }, - "start": 4316, - "end": 4317, + "start": 4317, + "end": 4318, "loc": { "start": { "line": 157, @@ -26771,8 +26771,8 @@ { "type": "CommentLine", "value": " expose plugin", - "start": 4319, - "end": 4335, + "start": 4320, + "end": 4336, "loc": { "start": { "line": 159, @@ -26797,8 +26797,8 @@ "binop": null }, "value": "videojs", - "start": 4336, - "end": 4343, + "start": 4337, + "end": 4344, "loc": { "start": { "line": 160, @@ -26823,8 +26823,8 @@ "binop": null, "updateContext": null }, - "start": 4343, - "end": 4344, + "start": 4344, + "end": 4345, "loc": { "start": { "line": 160, @@ -26849,8 +26849,8 @@ "binop": null }, "value": "LamejsEngine", - "start": 4344, - "end": 4356, + "start": 4345, + "end": 4357, "loc": { "start": { "line": 160, @@ -26876,8 +26876,8 @@ "updateContext": null }, "value": "=", - "start": 4357, - "end": 4358, + "start": 4358, + "end": 4359, "loc": { "start": { "line": 160, @@ -26902,8 +26902,8 @@ "binop": null }, "value": "LamejsEngine", - "start": 4359, - "end": 4371, + "start": 4360, + "end": 4372, "loc": { "start": { "line": 160, @@ -26928,8 +26928,8 @@ "binop": null, "updateContext": null }, - "start": 4371, - "end": 4372, + "start": 4372, + "end": 4373, "loc": { "start": { "line": 160, @@ -26956,8 +26956,8 @@ "updateContext": null }, "value": "export", - "start": 4374, - "end": 4380, + "start": 4375, + "end": 4381, "loc": { "start": { "line": 162, @@ -26984,8 +26984,8 @@ "updateContext": null }, "value": "default", - "start": 4381, - "end": 4388, + "start": 4382, + "end": 4389, "loc": { "start": { "line": 162, @@ -27010,8 +27010,8 @@ "binop": null }, "value": "LamejsEngine", - "start": 4389, - "end": 4401, + "start": 4390, + "end": 4402, "loc": { "start": { "line": 162, @@ -27036,8 +27036,8 @@ "binop": null, "updateContext": null }, - "start": 4401, - "end": 4402, + "start": 4402, + "end": 4403, "loc": { "start": { "line": 162, @@ -27062,8 +27062,8 @@ "binop": null, "updateContext": null }, - "start": 4403, - "end": 4403, + "start": 4404, + "end": 4404, "loc": { "start": { "line": 163, diff --git a/docs/api/ast/source/utils/file-util.js.json b/docs/api/ast/source/utils/file-util.js.json index 4f951666..4f760719 100644 --- a/docs/api/ast/source/utils/file-util.js.json +++ b/docs/api/ast/source/utils/file-util.js.json @@ -1,73 +1,180 @@ { "type": "File", "start": 0, - "end": 3203, + "end": 3453, "loc": { "start": { "line": 1, "column": 0 }, "end": { - "line": 111, + "line": 117, "column": 2 } }, "program": { "type": "Program", "start": 0, - "end": 3203, + "end": 3453, "loc": { "start": { "line": 1, "column": 0 }, "end": { - "line": 111, + "line": 117, "column": 2 } }, "sourceType": "module", "body": [ + { + "type": "ImportDeclaration", + "start": 47, + "end": 81, + "loc": { + "start": { + "line": 6, + "column": 0 + }, + "end": { + "line": 6, + "column": 34 + } + }, + "specifiers": [ + { + "type": "ImportDefaultSpecifier", + "start": 54, + "end": 66, + "loc": { + "start": { + "line": 6, + "column": 7 + }, + "end": { + "line": 6, + "column": 19 + } + }, + "local": { + "type": "Identifier", + "start": 54, + "end": 66, + "loc": { + "start": { + "line": 6, + "column": 7 + }, + "end": { + "line": 6, + "column": 19 + }, + "identifierName": "getExtension" + }, + "name": "getExtension", + "leadingComments": null + }, + "leadingComments": null + } + ], + "source": { + "type": "StringLiteral", + "start": 72, + "end": 80, + "loc": { + "start": { + "line": 6, + "column": 25 + }, + "end": { + "line": 6, + "column": 33 + } + }, + "extra": { + "rawValue": "./mime", + "raw": "'./mime'" + }, + "value": "./mime" + }, + "leadingComments": [ + { + "type": "CommentBlock", + "value": "*\n * @file file-util.js\n * @since 3.3.0\n ", + "start": 0, + "end": 45, + "loc": { + "start": { + "line": 1, + "column": 0 + }, + "end": { + "line": 4, + "column": 3 + } + } + } + ], + "trailingComments": [ + { + "type": "CommentBlock", + "value": "*\n * Download `Blob` object in browser.\n *\n * @param {string} fileName - Name for the file to download.\n * @param {blob} data - File data.\n * @returns {void}\n * @private\n ", + "start": 83, + "end": 258, + "loc": { + "start": { + "line": 8, + "column": 0 + }, + "end": { + "line": 15, + "column": 3 + } + } + } + ] + }, { "type": "Identifier", - "start": 223, - "end": 1115, + "start": 259, + "end": 1151, "loc": { "start": { - "line": 14, + "line": 16, "column": 0 }, "end": { - "line": 40, + "line": 42, "column": 2 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 229, - "end": 1114, + "start": 265, + "end": 1150, "loc": { "start": { - "line": 14, + "line": 16, "column": 6 }, "end": { - "line": 40, + "line": 42, "column": 1 } }, "id": { "type": "Identifier", - "start": 229, - "end": 241, + "start": 265, + "end": 277, "loc": { "start": { - "line": 14, + "line": 16, "column": 6 }, "end": { - "line": 14, + "line": 16, "column": 18 }, "identifierName": "downloadBlob" @@ -77,15 +184,15 @@ }, "init": { "type": "FunctionExpression", - "start": 244, - "end": 1114, + "start": 280, + "end": 1150, "loc": { "start": { - "line": 14, + "line": 16, "column": 21 }, "end": { - "line": 40, + "line": 42, "column": 1 } }, @@ -96,15 +203,15 @@ "params": [ { "type": "Identifier", - "start": 253, - "end": 261, + "start": 289, + "end": 297, "loc": { "start": { - "line": 14, + "line": 16, "column": 30 }, "end": { - "line": 14, + "line": 16, "column": 38 }, "identifierName": "fileName" @@ -113,15 +220,15 @@ }, { "type": "Identifier", - "start": 263, - "end": 267, + "start": 299, + "end": 303, "loc": { "start": { - "line": 14, + "line": 16, "column": 40 }, "end": { - "line": 14, + "line": 16, "column": 44 }, "identifierName": "data" @@ -131,58 +238,58 @@ ], "body": { "type": "BlockStatement", - "start": 269, - "end": 1114, + "start": 305, + "end": 1150, "loc": { "start": { - "line": 14, + "line": 16, "column": 46 }, "end": { - "line": 40, + "line": 42, "column": 1 } }, "body": [ { "type": "IfStatement", - "start": 275, - "end": 511, + "start": 311, + "end": 547, "loc": { "start": { - "line": 15, + "line": 17, "column": 4 }, "end": { - "line": 19, + "line": 21, "column": 5 } }, "test": { "type": "BinaryExpression", - "start": 279, - "end": 328, + "start": 315, + "end": 364, "loc": { "start": { - "line": 15, + "line": 17, "column": 8 }, "end": { - "line": 15, + "line": 17, "column": 57 } }, "left": { "type": "UnaryExpression", - "start": 279, - "end": 312, + "start": 315, + "end": 348, "loc": { "start": { - "line": 15, + "line": 17, "column": 8 }, "end": { - "line": 15, + "line": 17, "column": 41 } }, @@ -190,29 +297,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 286, - "end": 312, + "start": 322, + "end": 348, "loc": { "start": { - "line": 15, + "line": 17, "column": 15 }, "end": { - "line": 15, + "line": 17, "column": 41 } }, "object": { "type": "Identifier", - "start": 286, - "end": 295, + "start": 322, + "end": 331, "loc": { "start": { - "line": 15, + "line": 17, "column": 15 }, "end": { - "line": 15, + "line": 17, "column": 24 }, "identifierName": "navigator" @@ -221,15 +328,15 @@ }, "property": { "type": "Identifier", - "start": 296, - "end": 312, + "start": 332, + "end": 348, "loc": { "start": { - "line": 15, + "line": 17, "column": 25 }, "end": { - "line": 15, + "line": 17, "column": 41 }, "identifierName": "msSaveOrOpenBlob" @@ -245,15 +352,15 @@ "operator": "!==", "right": { "type": "StringLiteral", - "start": 317, - "end": 328, + "start": 353, + "end": 364, "loc": { "start": { - "line": 15, + "line": 17, "column": 46 }, "end": { - "line": 15, + "line": 17, "column": 57 } }, @@ -266,72 +373,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 330, - "end": 396, + "start": 366, + "end": 432, "loc": { "start": { - "line": 15, + "line": 17, "column": 59 }, "end": { - "line": 17, + "line": 19, "column": 5 } }, "body": [ { "type": "ReturnStatement", - "start": 340, - "end": 390, + "start": 376, + "end": 426, "loc": { "start": { - "line": 16, + "line": 18, "column": 8 }, "end": { - "line": 16, + "line": 18, "column": 58 } }, "argument": { "type": "CallExpression", - "start": 347, - "end": 389, + "start": 383, + "end": 425, "loc": { "start": { - "line": 16, + "line": 18, "column": 15 }, "end": { - "line": 16, + "line": 18, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 347, - "end": 373, + "start": 383, + "end": 409, "loc": { "start": { - "line": 16, + "line": 18, "column": 15 }, "end": { - "line": 16, + "line": 18, "column": 41 } }, "object": { "type": "Identifier", - "start": 347, - "end": 356, + "start": 383, + "end": 392, "loc": { "start": { - "line": 16, + "line": 18, "column": 15 }, "end": { - "line": 16, + "line": 18, "column": 24 }, "identifierName": "navigator" @@ -340,15 +447,15 @@ }, "property": { "type": "Identifier", - "start": 357, - "end": 373, + "start": 393, + "end": 409, "loc": { "start": { - "line": 16, + "line": 18, "column": 25 }, "end": { - "line": 16, + "line": 18, "column": 41 }, "identifierName": "msSaveOrOpenBlob" @@ -360,15 +467,15 @@ "arguments": [ { "type": "Identifier", - "start": 374, - "end": 378, + "start": 410, + "end": 414, "loc": { "start": { - "line": 16, + "line": 18, "column": 42 }, "end": { - "line": 16, + "line": 18, "column": 46 }, "identifierName": "data" @@ -377,15 +484,15 @@ }, { "type": "Identifier", - "start": 380, - "end": 388, + "start": 416, + "end": 424, "loc": { "start": { - "line": 16, + "line": 18, "column": 48 }, "end": { - "line": 16, + "line": 18, "column": 56 }, "identifierName": "fileName" @@ -400,43 +507,43 @@ }, "alternate": { "type": "IfStatement", - "start": 402, - "end": 511, + "start": 438, + "end": 547, "loc": { "start": { - "line": 17, + "line": 19, "column": 11 }, "end": { - "line": 19, + "line": 21, "column": 5 } }, "test": { "type": "BinaryExpression", - "start": 406, - "end": 449, + "start": 442, + "end": 485, "loc": { "start": { - "line": 17, + "line": 19, "column": 15 }, "end": { - "line": 17, + "line": 19, "column": 58 } }, "left": { "type": "UnaryExpression", - "start": 406, - "end": 433, + "start": 442, + "end": 469, "loc": { "start": { - "line": 17, + "line": 19, "column": 15 }, "end": { - "line": 17, + "line": 19, "column": 42 } }, @@ -444,29 +551,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 413, - "end": 433, + "start": 449, + "end": 469, "loc": { "start": { - "line": 17, + "line": 19, "column": 22 }, "end": { - "line": 17, + "line": 19, "column": 42 } }, "object": { "type": "Identifier", - "start": 413, - "end": 422, + "start": 449, + "end": 458, "loc": { "start": { - "line": 17, + "line": 19, "column": 22 }, "end": { - "line": 17, + "line": 19, "column": 31 }, "identifierName": "navigator" @@ -475,15 +582,15 @@ }, "property": { "type": "Identifier", - "start": 423, - "end": 433, + "start": 459, + "end": 469, "loc": { "start": { - "line": 17, + "line": 19, "column": 32 }, "end": { - "line": 17, + "line": 19, "column": 42 }, "identifierName": "msSaveBlob" @@ -499,15 +606,15 @@ "operator": "!==", "right": { "type": "StringLiteral", - "start": 438, - "end": 449, + "start": 474, + "end": 485, "loc": { "start": { - "line": 17, + "line": 19, "column": 47 }, "end": { - "line": 17, + "line": 19, "column": 58 } }, @@ -520,72 +627,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 451, - "end": 511, + "start": 487, + "end": 547, "loc": { "start": { - "line": 17, + "line": 19, "column": 60 }, "end": { - "line": 19, + "line": 21, "column": 5 } }, "body": [ { "type": "ReturnStatement", - "start": 461, - "end": 505, + "start": 497, + "end": 541, "loc": { "start": { - "line": 18, + "line": 20, "column": 8 }, "end": { - "line": 18, + "line": 20, "column": 52 } }, "argument": { "type": "CallExpression", - "start": 468, - "end": 504, + "start": 504, + "end": 540, "loc": { "start": { - "line": 18, + "line": 20, "column": 15 }, "end": { - "line": 18, + "line": 20, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 468, - "end": 488, + "start": 504, + "end": 524, "loc": { "start": { - "line": 18, + "line": 20, "column": 15 }, "end": { - "line": 18, + "line": 20, "column": 35 } }, "object": { "type": "Identifier", - "start": 468, - "end": 477, + "start": 504, + "end": 513, "loc": { "start": { - "line": 18, + "line": 20, "column": 15 }, "end": { - "line": 18, + "line": 20, "column": 24 }, "identifierName": "navigator" @@ -594,15 +701,15 @@ }, "property": { "type": "Identifier", - "start": 478, - "end": 488, + "start": 514, + "end": 524, "loc": { "start": { - "line": 18, + "line": 20, "column": 25 }, "end": { - "line": 18, + "line": 20, "column": 35 }, "identifierName": "msSaveBlob" @@ -614,15 +721,15 @@ "arguments": [ { "type": "Identifier", - "start": 489, - "end": 493, + "start": 525, + "end": 529, "loc": { "start": { - "line": 18, + "line": 20, "column": 36 }, "end": { - "line": 18, + "line": 20, "column": 40 }, "identifierName": "data" @@ -631,15 +738,15 @@ }, { "type": "Identifier", - "start": 495, - "end": 503, + "start": 531, + "end": 539, "loc": { "start": { - "line": 18, + "line": 20, "column": 42 }, "end": { - "line": 18, + "line": 20, "column": 50 }, "identifierName": "fileName" @@ -657,44 +764,44 @@ }, { "type": "VariableDeclaration", - "start": 517, - "end": 561, + "start": 553, + "end": 597, "loc": { "start": { - "line": 21, + "line": 23, "column": 4 }, "end": { - "line": 21, + "line": 23, "column": 48 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 521, - "end": 560, + "start": 557, + "end": 596, "loc": { "start": { - "line": 21, + "line": 23, "column": 8 }, "end": { - "line": 21, + "line": 23, "column": 47 } }, "id": { "type": "Identifier", - "start": 521, - "end": 530, + "start": 557, + "end": 566, "loc": { "start": { - "line": 21, + "line": 23, "column": 8 }, "end": { - "line": 21, + "line": 23, "column": 17 }, "identifierName": "hyperlink" @@ -703,43 +810,43 @@ }, "init": { "type": "CallExpression", - "start": 533, - "end": 560, + "start": 569, + "end": 596, "loc": { "start": { - "line": 21, + "line": 23, "column": 20 }, "end": { - "line": 21, + "line": 23, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 533, - "end": 555, + "start": 569, + "end": 591, "loc": { "start": { - "line": 21, + "line": 23, "column": 20 }, "end": { - "line": 21, + "line": 23, "column": 42 } }, "object": { "type": "Identifier", - "start": 533, - "end": 541, + "start": 569, + "end": 577, "loc": { "start": { - "line": 21, + "line": 23, "column": 20 }, "end": { - "line": 21, + "line": 23, "column": 28 }, "identifierName": "document" @@ -748,15 +855,15 @@ }, "property": { "type": "Identifier", - "start": 542, - "end": 555, + "start": 578, + "end": 591, "loc": { "start": { - "line": 21, + "line": 23, "column": 29 }, "end": { - "line": 21, + "line": 23, "column": 42 }, "identifierName": "createElement" @@ -768,15 +875,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 556, - "end": 559, + "start": 592, + "end": 595, "loc": { "start": { - "line": 21, + "line": 23, "column": 43 }, "end": { - "line": 21, + "line": 23, "column": 46 } }, @@ -794,58 +901,58 @@ }, { "type": "ExpressionStatement", - "start": 566, - "end": 609, + "start": 602, + "end": 645, "loc": { "start": { - "line": 22, + "line": 24, "column": 4 }, "end": { - "line": 22, + "line": 24, "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 566, - "end": 608, + "start": 602, + "end": 644, "loc": { "start": { - "line": 22, + "line": 24, "column": 4 }, "end": { - "line": 22, + "line": 24, "column": 46 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 566, - "end": 580, + "start": 602, + "end": 616, "loc": { "start": { - "line": 22, + "line": 24, "column": 4 }, "end": { - "line": 22, + "line": 24, "column": 18 } }, "object": { "type": "Identifier", - "start": 566, - "end": 575, + "start": 602, + "end": 611, "loc": { "start": { - "line": 22, + "line": 24, "column": 4 }, "end": { - "line": 22, + "line": 24, "column": 13 }, "identifierName": "hyperlink" @@ -854,15 +961,15 @@ }, "property": { "type": "Identifier", - "start": 576, - "end": 580, + "start": 612, + "end": 616, "loc": { "start": { - "line": 22, + "line": 24, "column": 14 }, "end": { - "line": 22, + "line": 24, "column": 18 }, "identifierName": "href" @@ -873,43 +980,43 @@ }, "right": { "type": "CallExpression", - "start": 583, - "end": 608, + "start": 619, + "end": 644, "loc": { "start": { - "line": 22, + "line": 24, "column": 21 }, "end": { - "line": 22, + "line": 24, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 583, - "end": 602, + "start": 619, + "end": 638, "loc": { "start": { - "line": 22, + "line": 24, "column": 21 }, "end": { - "line": 22, + "line": 24, "column": 40 } }, "object": { "type": "Identifier", - "start": 583, - "end": 586, + "start": 619, + "end": 622, "loc": { "start": { - "line": 22, + "line": 24, "column": 21 }, "end": { - "line": 22, + "line": 24, "column": 24 }, "identifierName": "URL" @@ -918,15 +1025,15 @@ }, "property": { "type": "Identifier", - "start": 587, - "end": 602, + "start": 623, + "end": 638, "loc": { "start": { - "line": 22, + "line": 24, "column": 25 }, "end": { - "line": 22, + "line": 24, "column": 40 }, "identifierName": "createObjectURL" @@ -938,15 +1045,15 @@ "arguments": [ { "type": "Identifier", - "start": 603, - "end": 607, + "start": 639, + "end": 643, "loc": { "start": { - "line": 22, + "line": 24, "column": 41 }, "end": { - "line": 22, + "line": 24, "column": 45 }, "identifierName": "data" @@ -959,58 +1066,58 @@ }, { "type": "ExpressionStatement", - "start": 614, - "end": 644, + "start": 650, + "end": 680, "loc": { "start": { - "line": 23, + "line": 25, "column": 4 }, "end": { - "line": 23, + "line": 25, "column": 34 } }, "expression": { "type": "AssignmentExpression", - "start": 614, - "end": 643, + "start": 650, + "end": 679, "loc": { "start": { - "line": 23, + "line": 25, "column": 4 }, "end": { - "line": 23, + "line": 25, "column": 33 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 614, - "end": 632, + "start": 650, + "end": 668, "loc": { "start": { - "line": 23, + "line": 25, "column": 4 }, "end": { - "line": 23, + "line": 25, "column": 22 } }, "object": { "type": "Identifier", - "start": 614, - "end": 623, + "start": 650, + "end": 659, "loc": { "start": { - "line": 23, + "line": 25, "column": 4 }, "end": { - "line": 23, + "line": 25, "column": 13 }, "identifierName": "hyperlink" @@ -1019,15 +1126,15 @@ }, "property": { "type": "Identifier", - "start": 624, - "end": 632, + "start": 660, + "end": 668, "loc": { "start": { - "line": 23, + "line": 25, "column": 14 }, "end": { - "line": 23, + "line": 25, "column": 22 }, "identifierName": "download" @@ -1038,15 +1145,15 @@ }, "right": { "type": "Identifier", - "start": 635, - "end": 643, + "start": 671, + "end": 679, "loc": { "start": { - "line": 23, + "line": 25, "column": 25 }, "end": { - "line": 23, + "line": 25, "column": 33 }, "identifierName": "fileName" @@ -1057,58 +1164,58 @@ }, { "type": "ExpressionStatement", - "start": 650, - "end": 712, + "start": 686, + "end": 748, "loc": { "start": { - "line": 25, + "line": 27, "column": 4 }, "end": { - "line": 25, + "line": 27, "column": 66 } }, "expression": { "type": "AssignmentExpression", - "start": 650, - "end": 711, + "start": 686, + "end": 747, "loc": { "start": { - "line": 25, + "line": 27, "column": 4 }, "end": { - "line": 25, + "line": 27, "column": 65 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 650, - "end": 665, + "start": 686, + "end": 701, "loc": { "start": { - "line": 25, + "line": 27, "column": 4 }, "end": { - "line": 25, + "line": 27, "column": 19 } }, "object": { "type": "Identifier", - "start": 650, - "end": 659, + "start": 686, + "end": 695, "loc": { "start": { - "line": 25, + "line": 27, "column": 4 }, "end": { - "line": 25, + "line": 27, "column": 13 }, "identifierName": "hyperlink" @@ -1117,15 +1224,15 @@ }, "property": { "type": "Identifier", - "start": 660, - "end": 665, + "start": 696, + "end": 701, "loc": { "start": { - "line": 25, + "line": 27, "column": 14 }, "end": { - "line": 25, + "line": 27, "column": 19 }, "identifierName": "style" @@ -1136,15 +1243,15 @@ }, "right": { "type": "StringLiteral", - "start": 668, - "end": 711, + "start": 704, + "end": 747, "loc": { "start": { - "line": 25, + "line": 27, "column": 22 }, "end": { - "line": 25, + "line": 27, "column": 65 } }, @@ -1158,85 +1265,85 @@ }, { "type": "ExpressionStatement", - "start": 717, - "end": 784, + "start": 753, + "end": 820, "loc": { "start": { - "line": 26, + "line": 28, "column": 4 }, "end": { - "line": 26, + "line": 28, "column": 71 } }, "expression": { "type": "CallExpression", - "start": 717, - "end": 783, + "start": 753, + "end": 819, "loc": { "start": { - "line": 26, + "line": 28, "column": 4 }, "end": { - "line": 26, + "line": 28, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 717, - "end": 772, + "start": 753, + "end": 808, "loc": { "start": { - "line": 26, + "line": 28, "column": 4 }, "end": { - "line": 26, + "line": 28, "column": 59 } }, "object": { "type": "LogicalExpression", - "start": 718, - "end": 759, + "start": 754, + "end": 795, "loc": { "start": { - "line": 26, + "line": 28, "column": 5 }, "end": { - "line": 26, + "line": 28, "column": 46 } }, "left": { "type": "MemberExpression", - "start": 718, - "end": 731, + "start": 754, + "end": 767, "loc": { "start": { - "line": 26, + "line": 28, "column": 5 }, "end": { - "line": 26, + "line": 28, "column": 18 } }, "object": { "type": "Identifier", - "start": 718, - "end": 726, + "start": 754, + "end": 762, "loc": { "start": { - "line": 26, + "line": 28, "column": 5 }, "end": { - "line": 26, + "line": 28, "column": 13 }, "identifierName": "document" @@ -1245,15 +1352,15 @@ }, "property": { "type": "Identifier", - "start": 727, - "end": 731, + "start": 763, + "end": 767, "loc": { "start": { - "line": 26, + "line": 28, "column": 14 }, "end": { - "line": 26, + "line": 28, "column": 18 }, "identifierName": "body" @@ -1265,29 +1372,29 @@ "operator": "||", "right": { "type": "MemberExpression", - "start": 735, - "end": 759, + "start": 771, + "end": 795, "loc": { "start": { - "line": 26, + "line": 28, "column": 22 }, "end": { - "line": 26, + "line": 28, "column": 46 } }, "object": { "type": "Identifier", - "start": 735, - "end": 743, + "start": 771, + "end": 779, "loc": { "start": { - "line": 26, + "line": 28, "column": 22 }, "end": { - "line": 26, + "line": 28, "column": 30 }, "identifierName": "document" @@ -1296,15 +1403,15 @@ }, "property": { "type": "Identifier", - "start": 744, - "end": 759, + "start": 780, + "end": 795, "loc": { "start": { - "line": 26, + "line": 28, "column": 31 }, "end": { - "line": 26, + "line": 28, "column": 46 }, "identifierName": "documentElement" @@ -1315,20 +1422,20 @@ }, "extra": { "parenthesized": true, - "parenStart": 717 + "parenStart": 753 } }, "property": { "type": "Identifier", - "start": 761, - "end": 772, + "start": 797, + "end": 808, "loc": { "start": { - "line": 26, + "line": 28, "column": 48 }, "end": { - "line": 26, + "line": 28, "column": 59 }, "identifierName": "appendChild" @@ -1340,15 +1447,15 @@ "arguments": [ { "type": "Identifier", - "start": 773, - "end": 782, + "start": 809, + "end": 818, "loc": { "start": { - "line": 26, + "line": 28, "column": 60 }, "end": { - "line": 26, + "line": 28, "column": 69 }, "identifierName": "hyperlink" @@ -1360,43 +1467,43 @@ }, { "type": "IfStatement", - "start": 790, - "end": 1070, + "start": 826, + "end": 1106, "loc": { "start": { - "line": 28, + "line": 30, "column": 4 }, "end": { - "line": 37, + "line": 39, "column": 5 } }, "test": { "type": "BinaryExpression", - "start": 794, - "end": 831, + "start": 830, + "end": 867, "loc": { "start": { - "line": 28, + "line": 30, "column": 8 }, "end": { - "line": 28, + "line": 30, "column": 45 } }, "left": { "type": "UnaryExpression", - "start": 794, - "end": 816, + "start": 830, + "end": 852, "loc": { "start": { - "line": 28, + "line": 30, "column": 8 }, "end": { - "line": 28, + "line": 30, "column": 30 } }, @@ -1404,29 +1511,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 801, - "end": 816, + "start": 837, + "end": 852, "loc": { "start": { - "line": 28, + "line": 30, "column": 15 }, "end": { - "line": 28, + "line": 30, "column": 30 } }, "object": { "type": "Identifier", - "start": 801, - "end": 810, + "start": 837, + "end": 846, "loc": { "start": { - "line": 28, + "line": 30, "column": 15 }, "end": { - "line": 28, + "line": 30, "column": 24 }, "identifierName": "hyperlink" @@ -1435,15 +1542,15 @@ }, "property": { "type": "Identifier", - "start": 811, - "end": 816, + "start": 847, + "end": 852, "loc": { "start": { - "line": 28, + "line": 30, "column": 25 }, "end": { - "line": 28, + "line": 30, "column": 30 }, "identifierName": "click" @@ -1459,15 +1566,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 821, - "end": 831, + "start": 857, + "end": 867, "loc": { "start": { - "line": 28, + "line": 30, "column": 35 }, "end": { - "line": 28, + "line": 30, "column": 45 } }, @@ -1480,72 +1587,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 833, - "end": 867, + "start": 869, + "end": 903, "loc": { "start": { - "line": 28, + "line": 30, "column": 47 }, "end": { - "line": 30, + "line": 32, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 843, - "end": 861, + "start": 879, + "end": 897, "loc": { "start": { - "line": 29, + "line": 31, "column": 8 }, "end": { - "line": 29, + "line": 31, "column": 26 } }, "expression": { "type": "CallExpression", - "start": 843, - "end": 860, + "start": 879, + "end": 896, "loc": { "start": { - "line": 29, + "line": 31, "column": 8 }, "end": { - "line": 29, + "line": 31, "column": 25 } }, "callee": { "type": "MemberExpression", - "start": 843, - "end": 858, + "start": 879, + "end": 894, "loc": { "start": { - "line": 29, + "line": 31, "column": 8 }, "end": { - "line": 29, + "line": 31, "column": 23 } }, "object": { "type": "Identifier", - "start": 843, - "end": 852, + "start": 879, + "end": 888, "loc": { "start": { - "line": 29, + "line": 31, "column": 8 }, "end": { - "line": 29, + "line": 31, "column": 17 }, "identifierName": "hyperlink" @@ -1554,15 +1661,15 @@ }, "property": { "type": "Identifier", - "start": 853, - "end": 858, + "start": 889, + "end": 894, "loc": { "start": { - "line": 29, + "line": 31, "column": 18 }, "end": { - "line": 29, + "line": 31, "column": 23 }, "identifierName": "click" @@ -1579,73 +1686,73 @@ }, "alternate": { "type": "BlockStatement", - "start": 873, - "end": 1070, + "start": 909, + "end": 1106, "loc": { "start": { - "line": 30, + "line": 32, "column": 11 }, "end": { - "line": 37, + "line": 39, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 883, - "end": 911, + "start": 919, + "end": 947, "loc": { "start": { - "line": 31, + "line": 33, "column": 8 }, "end": { - "line": 31, + "line": 33, "column": 36 } }, "expression": { "type": "AssignmentExpression", - "start": 883, - "end": 910, + "start": 919, + "end": 946, "loc": { "start": { - "line": 31, + "line": 33, "column": 8 }, "end": { - "line": 31, + "line": 33, "column": 35 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 883, - "end": 899, + "start": 919, + "end": 935, "loc": { "start": { - "line": 31, + "line": 33, "column": 8 }, "end": { - "line": 31, + "line": 33, "column": 24 } }, "object": { "type": "Identifier", - "start": 883, - "end": 892, + "start": 919, + "end": 928, "loc": { "start": { - "line": 31, + "line": 33, "column": 8 }, "end": { - "line": 31, + "line": 33, "column": 17 }, "identifierName": "hyperlink" @@ -1654,15 +1761,15 @@ }, "property": { "type": "Identifier", - "start": 893, - "end": 899, + "start": 929, + "end": 935, "loc": { "start": { - "line": 31, + "line": 33, "column": 18 }, "end": { - "line": 31, + "line": 33, "column": 24 }, "identifierName": "target" @@ -1673,15 +1780,15 @@ }, "right": { "type": "StringLiteral", - "start": 902, - "end": 910, + "start": 938, + "end": 946, "loc": { "start": { - "line": 31, + "line": 33, "column": 27 }, "end": { - "line": 31, + "line": 33, "column": 35 } }, @@ -1695,57 +1802,57 @@ }, { "type": "ExpressionStatement", - "start": 920, - "end": 1064, + "start": 956, + "end": 1100, "loc": { "start": { - "line": 32, + "line": 34, "column": 8 }, "end": { - "line": 36, + "line": 38, "column": 12 } }, "expression": { "type": "CallExpression", - "start": 920, - "end": 1063, + "start": 956, + "end": 1099, "loc": { "start": { - "line": 32, + "line": 34, "column": 8 }, "end": { - "line": 36, + "line": 38, "column": 11 } }, "callee": { "type": "MemberExpression", - "start": 920, - "end": 943, + "start": 956, + "end": 979, "loc": { "start": { - "line": 32, + "line": 34, "column": 8 }, "end": { - "line": 32, + "line": 34, "column": 31 } }, "object": { "type": "Identifier", - "start": 920, - "end": 929, + "start": 956, + "end": 965, "loc": { "start": { - "line": 32, + "line": 34, "column": 8 }, "end": { - "line": 32, + "line": 34, "column": 17 }, "identifierName": "hyperlink" @@ -1754,15 +1861,15 @@ }, "property": { "type": "Identifier", - "start": 930, - "end": 943, + "start": 966, + "end": 979, "loc": { "start": { - "line": 32, + "line": 34, "column": 18 }, "end": { - "line": 32, + "line": 34, "column": 31 }, "identifierName": "dispatchEvent" @@ -1774,29 +1881,29 @@ "arguments": [ { "type": "NewExpression", - "start": 944, - "end": 1062, + "start": 980, + "end": 1098, "loc": { "start": { - "line": 32, + "line": 34, "column": 32 }, "end": { - "line": 36, + "line": 38, "column": 10 } }, "callee": { "type": "Identifier", - "start": 948, - "end": 958, + "start": 984, + "end": 994, "loc": { "start": { - "line": 32, + "line": 34, "column": 36 }, "end": { - "line": 32, + "line": 34, "column": 46 }, "identifierName": "MouseEvent" @@ -1806,15 +1913,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 959, - "end": 966, + "start": 995, + "end": 1002, "loc": { "start": { - "line": 32, + "line": 34, "column": 47 }, "end": { - "line": 32, + "line": 34, "column": 54 } }, @@ -1826,30 +1933,30 @@ }, { "type": "ObjectExpression", - "start": 968, - "end": 1061, + "start": 1004, + "end": 1097, "loc": { "start": { - "line": 32, + "line": 34, "column": 56 }, "end": { - "line": 36, + "line": 38, "column": 9 } }, "properties": [ { "type": "ObjectProperty", - "start": 982, - "end": 994, + "start": 1018, + "end": 1030, "loc": { "start": { - "line": 33, + "line": 35, "column": 12 }, "end": { - "line": 33, + "line": 35, "column": 24 } }, @@ -1858,15 +1965,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 982, - "end": 986, + "start": 1018, + "end": 1022, "loc": { "start": { - "line": 33, + "line": 35, "column": 12 }, "end": { - "line": 33, + "line": 35, "column": 16 }, "identifierName": "view" @@ -1875,15 +1982,15 @@ }, "value": { "type": "Identifier", - "start": 988, - "end": 994, + "start": 1024, + "end": 1030, "loc": { "start": { - "line": 33, + "line": 35, "column": 18 }, "end": { - "line": 33, + "line": 35, "column": 24 }, "identifierName": "window" @@ -1893,15 +2000,15 @@ }, { "type": "ObjectProperty", - "start": 1008, - "end": 1021, + "start": 1044, + "end": 1057, "loc": { "start": { - "line": 34, + "line": 36, "column": 12 }, "end": { - "line": 34, + "line": 36, "column": 25 } }, @@ -1910,15 +2017,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 1008, - "end": 1015, + "start": 1044, + "end": 1051, "loc": { "start": { - "line": 34, + "line": 36, "column": 12 }, "end": { - "line": 34, + "line": 36, "column": 19 }, "identifierName": "bubbles" @@ -1927,15 +2034,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 1017, - "end": 1021, + "start": 1053, + "end": 1057, "loc": { "start": { - "line": 34, + "line": 36, "column": 21 }, "end": { - "line": 34, + "line": 36, "column": 25 } }, @@ -1944,15 +2051,15 @@ }, { "type": "ObjectProperty", - "start": 1035, - "end": 1051, + "start": 1071, + "end": 1087, "loc": { "start": { - "line": 35, + "line": 37, "column": 12 }, "end": { - "line": 35, + "line": 37, "column": 28 } }, @@ -1961,15 +2068,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 1035, - "end": 1045, + "start": 1071, + "end": 1081, "loc": { "start": { - "line": 35, + "line": 37, "column": 12 }, "end": { - "line": 35, + "line": 37, "column": 22 }, "identifierName": "cancelable" @@ -1978,15 +2085,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 1047, - "end": 1051, + "start": 1083, + "end": 1087, "loc": { "start": { - "line": 35, + "line": 37, "column": 24 }, "end": { - "line": 35, + "line": 37, "column": 28 } }, @@ -2006,57 +2113,57 @@ }, { "type": "ExpressionStatement", - "start": 1076, - "end": 1112, + "start": 1112, + "end": 1148, "loc": { "start": { - "line": 39, + "line": 41, "column": 4 }, "end": { - "line": 39, + "line": 41, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 1076, - "end": 1111, + "start": 1112, + "end": 1147, "loc": { "start": { - "line": 39, + "line": 41, "column": 4 }, "end": { - "line": 39, + "line": 41, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 1076, - "end": 1095, + "start": 1112, + "end": 1131, "loc": { "start": { - "line": 39, + "line": 41, "column": 4 }, "end": { - "line": 39, + "line": 41, "column": 23 } }, "object": { "type": "Identifier", - "start": 1076, - "end": 1079, + "start": 1112, + "end": 1115, "loc": { "start": { - "line": 39, + "line": 41, "column": 4 }, "end": { - "line": 39, + "line": 41, "column": 7 }, "identifierName": "URL" @@ -2065,15 +2172,15 @@ }, "property": { "type": "Identifier", - "start": 1080, - "end": 1095, + "start": 1116, + "end": 1131, "loc": { "start": { - "line": 39, + "line": 41, "column": 8 }, "end": { - "line": 39, + "line": 41, "column": 23 }, "identifierName": "revokeObjectURL" @@ -2085,29 +2192,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 1096, - "end": 1110, + "start": 1132, + "end": 1146, "loc": { "start": { - "line": 39, + "line": 41, "column": 24 }, "end": { - "line": 39, + "line": 41, "column": 38 } }, "object": { "type": "Identifier", - "start": 1096, - "end": 1105, + "start": 1132, + "end": 1141, "loc": { "start": { - "line": 39, + "line": 41, "column": 24 }, "end": { - "line": 39, + "line": 41, "column": 33 }, "identifierName": "hyperlink" @@ -2116,15 +2223,15 @@ }, "property": { "type": "Identifier", - "start": 1106, - "end": 1110, + "start": 1142, + "end": 1146, "loc": { "start": { - "line": 39, + "line": 41, "column": 34 }, "end": { - "line": 39, + "line": 41, "column": 38 }, "identifierName": "href" @@ -2150,44 +2257,44 @@ }, { "type": "Identifier", - "start": 1255, - "end": 1599, + "start": 1295, + "end": 1639, "loc": { "start": { - "line": 49, + "line": 51, "column": 0 }, "end": { - "line": 60, + "line": 62, "column": 2 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 1261, - "end": 1598, + "start": 1301, + "end": 1638, "loc": { "start": { - "line": 49, + "line": 51, "column": 6 }, "end": { - "line": 60, + "line": 62, "column": 1 } }, "id": { "type": "Identifier", - "start": 1261, - "end": 1278, + "start": 1301, + "end": 1318, "loc": { "start": { - "line": 49, + "line": 51, "column": 6 }, "end": { - "line": 49, + "line": 51, "column": 23 }, "identifierName": "blobToArrayBuffer" @@ -2197,15 +2304,15 @@ }, "init": { "type": "FunctionExpression", - "start": 1281, - "end": 1598, + "start": 1321, + "end": 1638, "loc": { "start": { - "line": 49, + "line": 51, "column": 26 }, "end": { - "line": 60, + "line": 62, "column": 1 } }, @@ -2216,15 +2323,15 @@ "params": [ { "type": "Identifier", - "start": 1290, - "end": 1297, + "start": 1330, + "end": 1337, "loc": { "start": { - "line": 49, + "line": 51, "column": 35 }, "end": { - "line": 49, + "line": 51, "column": 42 }, "identifierName": "fileObj" @@ -2234,58 +2341,58 @@ ], "body": { "type": "BlockStatement", - "start": 1299, - "end": 1598, + "start": 1339, + "end": 1638, "loc": { "start": { - "line": 49, + "line": 51, "column": 44 }, "end": { - "line": 60, + "line": 62, "column": 1 } }, "body": [ { "type": "ReturnStatement", - "start": 1305, - "end": 1596, + "start": 1345, + "end": 1636, "loc": { "start": { - "line": 50, + "line": 52, "column": 4 }, "end": { - "line": 59, + "line": 61, "column": 7 } }, "argument": { "type": "NewExpression", - "start": 1312, - "end": 1595, + "start": 1352, + "end": 1635, "loc": { "start": { - "line": 50, + "line": 52, "column": 11 }, "end": { - "line": 59, + "line": 61, "column": 6 } }, "callee": { "type": "Identifier", - "start": 1316, - "end": 1323, + "start": 1356, + "end": 1363, "loc": { "start": { - "line": 50, + "line": 52, "column": 15 }, "end": { - "line": 50, + "line": 52, "column": 22 }, "identifierName": "Promise" @@ -2295,15 +2402,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 1324, - "end": 1594, + "start": 1364, + "end": 1634, "loc": { "start": { - "line": 50, + "line": 52, "column": 23 }, "end": { - "line": 59, + "line": 61, "column": 5 } }, @@ -2314,15 +2421,15 @@ "params": [ { "type": "Identifier", - "start": 1325, - "end": 1332, + "start": 1365, + "end": 1372, "loc": { "start": { - "line": 50, + "line": 52, "column": 24 }, "end": { - "line": 50, + "line": 52, "column": 31 }, "identifierName": "resolve" @@ -2331,15 +2438,15 @@ }, { "type": "Identifier", - "start": 1334, - "end": 1340, + "start": 1374, + "end": 1380, "loc": { "start": { - "line": 50, + "line": 52, "column": 33 }, "end": { - "line": 50, + "line": 52, "column": 39 }, "identifierName": "reject" @@ -2349,59 +2456,59 @@ ], "body": { "type": "BlockStatement", - "start": 1345, - "end": 1594, + "start": 1385, + "end": 1634, "loc": { "start": { - "line": 50, + "line": 52, "column": 44 }, "end": { - "line": 59, + "line": 61, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 1355, - "end": 1387, + "start": 1395, + "end": 1427, "loc": { "start": { - "line": 51, + "line": 53, "column": 8 }, "end": { - "line": 51, + "line": 53, "column": 40 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 1361, - "end": 1386, + "start": 1401, + "end": 1426, "loc": { "start": { - "line": 51, + "line": 53, "column": 14 }, "end": { - "line": 51, + "line": 53, "column": 39 } }, "id": { "type": "Identifier", - "start": 1361, - "end": 1367, + "start": 1401, + "end": 1407, "loc": { "start": { - "line": 51, + "line": 53, "column": 14 }, "end": { - "line": 51, + "line": 53, "column": 20 }, "identifierName": "reader" @@ -2410,29 +2517,29 @@ }, "init": { "type": "NewExpression", - "start": 1370, - "end": 1386, + "start": 1410, + "end": 1426, "loc": { "start": { - "line": 51, + "line": 53, "column": 23 }, "end": { - "line": 51, + "line": 53, "column": 39 } }, "callee": { "type": "Identifier", - "start": 1374, - "end": 1384, + "start": 1414, + "end": 1424, "loc": { "start": { - "line": 51, + "line": 53, "column": 27 }, "end": { - "line": 51, + "line": 53, "column": 37 }, "identifierName": "FileReader" @@ -2447,58 +2554,58 @@ }, { "type": "ExpressionStatement", - "start": 1396, - "end": 1469, + "start": 1436, + "end": 1509, "loc": { "start": { - "line": 52, + "line": 54, "column": 8 }, "end": { - "line": 54, + "line": 56, "column": 10 } }, "expression": { "type": "AssignmentExpression", - "start": 1396, - "end": 1468, + "start": 1436, + "end": 1508, "loc": { "start": { - "line": 52, + "line": 54, "column": 8 }, "end": { - "line": 54, + "line": 56, "column": 9 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 1396, - "end": 1412, + "start": 1436, + "end": 1452, "loc": { "start": { - "line": 52, + "line": 54, "column": 8 }, "end": { - "line": 52, + "line": 54, "column": 24 } }, "object": { "type": "Identifier", - "start": 1396, - "end": 1402, + "start": 1436, + "end": 1442, "loc": { "start": { - "line": 52, + "line": 54, "column": 8 }, "end": { - "line": 52, + "line": 54, "column": 14 }, "identifierName": "reader" @@ -2507,15 +2614,15 @@ }, "property": { "type": "Identifier", - "start": 1403, - "end": 1412, + "start": 1443, + "end": 1452, "loc": { "start": { - "line": 52, + "line": 54, "column": 15 }, "end": { - "line": 52, + "line": 54, "column": 24 }, "identifierName": "onloadend" @@ -2526,15 +2633,15 @@ }, "right": { "type": "ArrowFunctionExpression", - "start": 1415, - "end": 1468, + "start": 1455, + "end": 1508, "loc": { "start": { - "line": 52, + "line": 54, "column": 27 }, "end": { - "line": 54, + "line": 56, "column": 9 } }, @@ -2545,58 +2652,58 @@ "params": [], "body": { "type": "BlockStatement", - "start": 1421, - "end": 1468, + "start": 1461, + "end": 1508, "loc": { "start": { - "line": 52, + "line": 54, "column": 33 }, "end": { - "line": 54, + "line": 56, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 1435, - "end": 1458, + "start": 1475, + "end": 1498, "loc": { "start": { - "line": 53, + "line": 55, "column": 12 }, "end": { - "line": 53, + "line": 55, "column": 35 } }, "expression": { "type": "CallExpression", - "start": 1435, - "end": 1457, + "start": 1475, + "end": 1497, "loc": { "start": { - "line": 53, + "line": 55, "column": 12 }, "end": { - "line": 53, + "line": 55, "column": 34 } }, "callee": { "type": "Identifier", - "start": 1435, - "end": 1442, + "start": 1475, + "end": 1482, "loc": { "start": { - "line": 53, + "line": 55, "column": 12 }, "end": { - "line": 53, + "line": 55, "column": 19 }, "identifierName": "resolve" @@ -2606,29 +2713,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 1443, - "end": 1456, + "start": 1483, + "end": 1496, "loc": { "start": { - "line": 53, + "line": 55, "column": 20 }, "end": { - "line": 53, + "line": 55, "column": 33 } }, "object": { "type": "Identifier", - "start": 1443, - "end": 1449, + "start": 1483, + "end": 1489, "loc": { "start": { - "line": 53, + "line": 55, "column": 20 }, "end": { - "line": 53, + "line": 55, "column": 26 }, "identifierName": "reader" @@ -2637,15 +2744,15 @@ }, "property": { "type": "Identifier", - "start": 1450, - "end": 1456, + "start": 1490, + "end": 1496, "loc": { "start": { - "line": 53, + "line": 55, "column": 27 }, "end": { - "line": 53, + "line": 55, "column": 33 }, "identifierName": "result" @@ -2665,58 +2772,58 @@ }, { "type": "ExpressionStatement", - "start": 1478, - "end": 1545, + "start": 1518, + "end": 1585, "loc": { "start": { - "line": 55, + "line": 57, "column": 8 }, "end": { - "line": 57, + "line": 59, "column": 10 } }, "expression": { "type": "AssignmentExpression", - "start": 1478, - "end": 1544, + "start": 1518, + "end": 1584, "loc": { "start": { - "line": 55, + "line": 57, "column": 8 }, "end": { - "line": 57, + "line": 59, "column": 9 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 1478, - "end": 1492, + "start": 1518, + "end": 1532, "loc": { "start": { - "line": 55, + "line": 57, "column": 8 }, "end": { - "line": 55, + "line": 57, "column": 22 } }, "object": { "type": "Identifier", - "start": 1478, - "end": 1484, + "start": 1518, + "end": 1524, "loc": { "start": { - "line": 55, + "line": 57, "column": 8 }, "end": { - "line": 55, + "line": 57, "column": 14 }, "identifierName": "reader" @@ -2725,15 +2832,15 @@ }, "property": { "type": "Identifier", - "start": 1485, - "end": 1492, + "start": 1525, + "end": 1532, "loc": { "start": { - "line": 55, + "line": 57, "column": 15 }, "end": { - "line": 55, + "line": 57, "column": 22 }, "identifierName": "onerror" @@ -2744,15 +2851,15 @@ }, "right": { "type": "ArrowFunctionExpression", - "start": 1495, - "end": 1544, + "start": 1535, + "end": 1584, "loc": { "start": { - "line": 55, + "line": 57, "column": 25 }, "end": { - "line": 57, + "line": 59, "column": 9 } }, @@ -2763,15 +2870,15 @@ "params": [ { "type": "Identifier", - "start": 1496, - "end": 1498, + "start": 1536, + "end": 1538, "loc": { "start": { - "line": 55, + "line": 57, "column": 26 }, "end": { - "line": 55, + "line": 57, "column": 28 }, "identifierName": "ev" @@ -2781,58 +2888,58 @@ ], "body": { "type": "BlockStatement", - "start": 1503, - "end": 1544, + "start": 1543, + "end": 1584, "loc": { "start": { - "line": 55, + "line": 57, "column": 33 }, "end": { - "line": 57, + "line": 59, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 1517, - "end": 1534, + "start": 1557, + "end": 1574, "loc": { "start": { - "line": 56, + "line": 58, "column": 12 }, "end": { - "line": 56, + "line": 58, "column": 29 } }, "expression": { "type": "CallExpression", - "start": 1517, - "end": 1533, + "start": 1557, + "end": 1573, "loc": { "start": { - "line": 56, + "line": 58, "column": 12 }, "end": { - "line": 56, + "line": 58, "column": 28 } }, "callee": { "type": "Identifier", - "start": 1517, - "end": 1523, + "start": 1557, + "end": 1563, "loc": { "start": { - "line": 56, + "line": 58, "column": 12 }, "end": { - "line": 56, + "line": 58, "column": 18 }, "identifierName": "reject" @@ -2842,29 +2949,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 1524, - "end": 1532, + "start": 1564, + "end": 1572, "loc": { "start": { - "line": 56, + "line": 58, "column": 19 }, "end": { - "line": 56, + "line": 58, "column": 27 } }, "object": { "type": "Identifier", - "start": 1524, - "end": 1526, + "start": 1564, + "end": 1566, "loc": { "start": { - "line": 56, + "line": 58, "column": 19 }, "end": { - "line": 56, + "line": 58, "column": 21 }, "identifierName": "ev" @@ -2873,15 +2980,15 @@ }, "property": { "type": "Identifier", - "start": 1527, - "end": 1532, + "start": 1567, + "end": 1572, "loc": { "start": { - "line": 56, + "line": 58, "column": 22 }, "end": { - "line": 56, + "line": 58, "column": 27 }, "identifierName": "error" @@ -2901,57 +3008,57 @@ }, { "type": "ExpressionStatement", - "start": 1554, - "end": 1588, + "start": 1594, + "end": 1628, "loc": { "start": { - "line": 58, + "line": 60, "column": 8 }, "end": { - "line": 58, + "line": 60, "column": 42 } }, "expression": { "type": "CallExpression", - "start": 1554, - "end": 1587, + "start": 1594, + "end": 1627, "loc": { "start": { - "line": 58, + "line": 60, "column": 8 }, "end": { - "line": 58, + "line": 60, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 1554, - "end": 1578, + "start": 1594, + "end": 1618, "loc": { "start": { - "line": 58, + "line": 60, "column": 8 }, "end": { - "line": 58, + "line": 60, "column": 32 } }, "object": { "type": "Identifier", - "start": 1554, - "end": 1560, + "start": 1594, + "end": 1600, "loc": { "start": { - "line": 58, + "line": 60, "column": 8 }, "end": { - "line": 58, + "line": 60, "column": 14 }, "identifierName": "reader" @@ -2960,15 +3067,15 @@ }, "property": { "type": "Identifier", - "start": 1561, - "end": 1578, + "start": 1601, + "end": 1618, "loc": { "start": { - "line": 58, + "line": 60, "column": 15 }, "end": { - "line": 58, + "line": 60, "column": 32 }, "identifierName": "readAsArrayBuffer" @@ -2980,15 +3087,15 @@ "arguments": [ { "type": "Identifier", - "start": 1579, - "end": 1586, + "start": 1619, + "end": 1626, "loc": { "start": { - "line": 58, + "line": 60, "column": 33 }, "end": { - "line": 58, + "line": 60, "column": 40 }, "identifierName": "fileObj" @@ -3019,44 +3126,44 @@ }, { "type": "Identifier", - "start": 1832, - "end": 3141, + "start": 2059, + "end": 3391, "loc": { "start": { - "line": 70, + "line": 75, "column": 0 }, "end": { - "line": 107, + "line": 113, "column": 2 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 1838, - "end": 3140, + "start": 2065, + "end": 3390, "loc": { "start": { - "line": 70, + "line": 75, "column": 6 }, "end": { - "line": 107, + "line": 113, "column": 1 } }, "id": { "type": "Identifier", - "start": 1838, - "end": 1849, + "start": 2065, + "end": 2076, "loc": { "start": { - "line": 70, + "line": 75, "column": 6 }, "end": { - "line": 70, + "line": 75, "column": 17 }, "identifierName": "addFileInfo" @@ -3066,15 +3173,15 @@ }, "init": { "type": "FunctionExpression", - "start": 1852, - "end": 3140, + "start": 2079, + "end": 3390, "loc": { "start": { - "line": 70, + "line": 75, "column": 20 }, "end": { - "line": 107, + "line": 113, "column": 1 } }, @@ -3085,15 +3192,15 @@ "params": [ { "type": "Identifier", - "start": 1861, - "end": 1868, + "start": 2088, + "end": 2095, "loc": { "start": { - "line": 70, + "line": 75, "column": 29 }, "end": { - "line": 70, + "line": 75, "column": 36 }, "identifierName": "fileObj" @@ -3102,90 +3209,107 @@ }, { "type": "Identifier", - "start": 1870, - "end": 1873, + "start": 2097, + "end": 2104, "loc": { "start": { - "line": 70, + "line": 75, "column": 38 }, "end": { - "line": 70, - "column": 41 + "line": 75, + "column": 45 + }, + "identifierName": "dateObj" + }, + "name": "dateObj" + }, + { + "type": "Identifier", + "start": 2106, + "end": 2119, + "loc": { + "start": { + "line": 75, + "column": 47 + }, + "end": { + "line": 75, + "column": 60 }, - "identifierName": "now" + "identifierName": "fileExtension" }, - "name": "now" + "name": "fileExtension" } ], "body": { "type": "BlockStatement", - "start": 1875, - "end": 3140, + "start": 2121, + "end": 3390, "loc": { "start": { - "line": 70, - "column": 43 + "line": 75, + "column": 62 }, "end": { - "line": 107, + "line": 113, "column": 1 } }, "body": [ { "type": "IfStatement", - "start": 1881, - "end": 3138, + "start": 2127, + "end": 3388, "loc": { "start": { - "line": 71, + "line": 76, "column": 4 }, "end": { - "line": 106, + "line": 112, "column": 5 } }, "test": { "type": "LogicalExpression", - "start": 1885, - "end": 1935, + "start": 2131, + "end": 2181, "loc": { "start": { - "line": 71, + "line": 76, "column": 8 }, "end": { - "line": 71, + "line": 76, "column": 58 } }, "left": { "type": "BinaryExpression", - "start": 1885, - "end": 1908, + "start": 2131, + "end": 2154, "loc": { "start": { - "line": 71, + "line": 76, "column": 8 }, "end": { - "line": 71, + "line": 76, "column": 31 } }, "left": { "type": "Identifier", - "start": 1885, - "end": 1892, + "start": 2131, + "end": 2138, "loc": { "start": { - "line": 71, + "line": 76, "column": 8 }, "end": { - "line": 71, + "line": 76, "column": 15 }, "identifierName": "fileObj" @@ -3195,15 +3319,15 @@ "operator": "instanceof", "right": { "type": "Identifier", - "start": 1904, - "end": 1908, + "start": 2150, + "end": 2154, "loc": { "start": { - "line": 71, + "line": 76, "column": 27 }, "end": { - "line": 71, + "line": 76, "column": 31 }, "identifierName": "Blob" @@ -3214,29 +3338,29 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 1912, - "end": 1935, + "start": 2158, + "end": 2181, "loc": { "start": { - "line": 71, + "line": 76, "column": 35 }, "end": { - "line": 71, + "line": 76, "column": 58 } }, "left": { "type": "Identifier", - "start": 1912, - "end": 1919, + "start": 2158, + "end": 2165, "loc": { "start": { - "line": 71, + "line": 76, "column": 35 }, "end": { - "line": 71, + "line": 76, "column": 42 }, "identifierName": "fileObj" @@ -3246,15 +3370,15 @@ "operator": "instanceof", "right": { "type": "Identifier", - "start": 1931, - "end": 1935, + "start": 2177, + "end": 2181, "loc": { "start": { - "line": 71, + "line": 76, "column": 54 }, "end": { - "line": 71, + "line": 76, "column": 58 }, "identifierName": "File" @@ -3265,78 +3389,78 @@ }, "consequent": { "type": "BlockStatement", - "start": 1937, - "end": 3138, + "start": 2183, + "end": 3388, "loc": { "start": { - "line": 71, + "line": 76, "column": 60 }, "end": { - "line": 106, + "line": 112, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 1980, - "end": 2044, + "start": 2226, + "end": 2298, "loc": { "start": { - "line": 73, + "line": 78, "column": 8 }, "end": { - "line": 75, + "line": 80, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 1984, - "end": 2001, + "start": 2230, + "end": 2251, "loc": { "start": { - "line": 73, + "line": 78, "column": 12 }, "end": { - "line": 73, - "column": 29 + "line": 78, + "column": 33 } }, "left": { "type": "Identifier", - "start": 1984, - "end": 1987, + "start": 2230, + "end": 2237, "loc": { "start": { - "line": 73, + "line": 78, "column": 12 }, "end": { - "line": 73, - "column": 15 + "line": 78, + "column": 19 }, - "identifierName": "now" + "identifierName": "dateObj" }, - "name": "now", + "name": "dateObj", "leadingComments": null }, "operator": "===", "right": { "type": "Identifier", - "start": 1992, - "end": 2001, + "start": 2242, + "end": 2251, "loc": { "start": { - "line": 73, - "column": 20 + "line": 78, + "column": 24 }, "end": { - "line": 73, - "column": 29 + "line": 78, + "column": 33 }, "identifierName": "undefined" }, @@ -3346,91 +3470,91 @@ }, "consequent": { "type": "BlockStatement", - "start": 2003, - "end": 2044, + "start": 2253, + "end": 2298, "loc": { "start": { - "line": 73, - "column": 31 + "line": 78, + "column": 35 }, "end": { - "line": 75, + "line": 80, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 2017, - "end": 2034, + "start": 2267, + "end": 2288, "loc": { "start": { - "line": 74, + "line": 79, "column": 12 }, "end": { - "line": 74, - "column": 29 + "line": 79, + "column": 33 } }, "expression": { "type": "AssignmentExpression", - "start": 2017, - "end": 2033, + "start": 2267, + "end": 2287, "loc": { "start": { - "line": 74, + "line": 79, "column": 12 }, "end": { - "line": 74, - "column": 28 + "line": 79, + "column": 32 } }, "operator": "=", "left": { "type": "Identifier", - "start": 2017, - "end": 2020, + "start": 2267, + "end": 2274, "loc": { "start": { - "line": 74, + "line": 79, "column": 12 }, "end": { - "line": 74, - "column": 15 + "line": 79, + "column": 19 }, - "identifierName": "now" + "identifierName": "dateObj" }, - "name": "now" + "name": "dateObj" }, "right": { "type": "NewExpression", - "start": 2023, - "end": 2033, + "start": 2277, + "end": 2287, "loc": { "start": { - "line": 74, - "column": 18 + "line": 79, + "column": 22 }, "end": { - "line": 74, - "column": 28 + "line": 79, + "column": 32 } }, "callee": { "type": "Identifier", - "start": 2027, - "end": 2031, + "start": 2281, + "end": 2285, "loc": { "start": { - "line": 74, - "column": 22 + "line": 79, + "column": 26 }, "end": { - "line": 74, - "column": 26 + "line": 79, + "column": 30 }, "identifierName": "Date" }, @@ -3448,15 +3572,15 @@ { "type": "CommentLine", "value": " set modification date", - "start": 1947, - "end": 1971, + "start": 2193, + "end": 2217, "loc": { "start": { - "line": 72, + "line": 77, "column": 8 }, "end": { - "line": 72, + "line": 77, "column": 32 } } @@ -3465,87 +3589,87 @@ }, { "type": "TryStatement", - "start": 2053, - "end": 2395, + "start": 2307, + "end": 2657, "loc": { "start": { - "line": 76, + "line": 81, "column": 8 }, "end": { - "line": 86, + "line": 91, "column": 9 } }, "block": { "type": "BlockStatement", - "start": 2057, - "end": 2162, + "start": 2311, + "end": 2424, "loc": { "start": { - "line": 76, + "line": 81, "column": 12 }, "end": { - "line": 79, + "line": 84, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 2071, - "end": 2108, + "start": 2325, + "end": 2366, "loc": { "start": { - "line": 77, + "line": 82, "column": 12 }, "end": { - "line": 77, - "column": 49 + "line": 82, + "column": 53 } }, "expression": { "type": "AssignmentExpression", - "start": 2071, - "end": 2107, + "start": 2325, + "end": 2365, "loc": { "start": { - "line": 77, + "line": 82, "column": 12 }, "end": { - "line": 77, - "column": 48 + "line": 82, + "column": 52 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 2071, - "end": 2091, + "start": 2325, + "end": 2345, "loc": { "start": { - "line": 77, + "line": 82, "column": 12 }, "end": { - "line": 77, + "line": 82, "column": 32 } }, "object": { "type": "Identifier", - "start": 2071, - "end": 2078, + "start": 2325, + "end": 2332, "loc": { "start": { - "line": 77, + "line": 82, "column": 12 }, "end": { - "line": 77, + "line": 82, "column": 19 }, "identifierName": "fileObj" @@ -3554,15 +3678,15 @@ }, "property": { "type": "Identifier", - "start": 2079, - "end": 2091, + "start": 2333, + "end": 2345, "loc": { "start": { - "line": 77, + "line": 82, "column": 20 }, "end": { - "line": 77, + "line": 82, "column": 32 }, "identifierName": "lastModified" @@ -3573,61 +3697,61 @@ }, "right": { "type": "CallExpression", - "start": 2094, - "end": 2107, + "start": 2348, + "end": 2365, "loc": { "start": { - "line": 77, + "line": 82, "column": 35 }, "end": { - "line": 77, - "column": 48 + "line": 82, + "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 2094, - "end": 2105, + "start": 2348, + "end": 2363, "loc": { "start": { - "line": 77, + "line": 82, "column": 35 }, "end": { - "line": 77, - "column": 46 + "line": 82, + "column": 50 } }, "object": { "type": "Identifier", - "start": 2094, - "end": 2097, + "start": 2348, + "end": 2355, "loc": { "start": { - "line": 77, + "line": 82, "column": 35 }, "end": { - "line": 77, - "column": 38 + "line": 82, + "column": 42 }, - "identifierName": "now" + "identifierName": "dateObj" }, - "name": "now" + "name": "dateObj" }, "property": { "type": "Identifier", - "start": 2098, - "end": 2105, + "start": 2356, + "end": 2363, "loc": { "start": { - "line": 77, - "column": 39 + "line": 82, + "column": 43 }, "end": { - "line": 77, - "column": 46 + "line": 82, + "column": 50 }, "identifierName": "getTime" }, @@ -3641,58 +3765,58 @@ }, { "type": "ExpressionStatement", - "start": 2121, - "end": 2152, + "start": 2379, + "end": 2414, "loc": { "start": { - "line": 78, + "line": 83, "column": 12 }, "end": { - "line": 78, - "column": 43 + "line": 83, + "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 2121, - "end": 2151, + "start": 2379, + "end": 2413, "loc": { "start": { - "line": 78, + "line": 83, "column": 12 }, "end": { - "line": 78, - "column": 42 + "line": 83, + "column": 46 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 2121, - "end": 2145, + "start": 2379, + "end": 2403, "loc": { "start": { - "line": 78, + "line": 83, "column": 12 }, "end": { - "line": 78, + "line": 83, "column": 36 } }, "object": { "type": "Identifier", - "start": 2121, - "end": 2128, + "start": 2379, + "end": 2386, "loc": { "start": { - "line": 78, + "line": 83, "column": 12 }, "end": { - "line": 78, + "line": 83, "column": 19 }, "identifierName": "fileObj" @@ -3701,15 +3825,15 @@ }, "property": { "type": "Identifier", - "start": 2129, - "end": 2145, + "start": 2387, + "end": 2403, "loc": { "start": { - "line": 78, + "line": 83, "column": 20 }, "end": { - "line": 78, + "line": 83, "column": 36 }, "identifierName": "lastModifiedDate" @@ -3720,20 +3844,20 @@ }, "right": { "type": "Identifier", - "start": 2148, - "end": 2151, + "start": 2406, + "end": 2413, "loc": { "start": { - "line": 78, + "line": 83, "column": 39 }, "end": { - "line": 78, - "column": 42 + "line": 83, + "column": 46 }, - "identifierName": "now" + "identifierName": "dateObj" }, - "name": "now" + "name": "dateObj" } } } @@ -3742,29 +3866,29 @@ }, "handler": { "type": "CatchClause", - "start": 2163, - "end": 2395, + "start": 2425, + "end": 2657, "loc": { "start": { - "line": 79, + "line": 84, "column": 10 }, "end": { - "line": 86, + "line": 91, "column": 9 } }, "param": { "type": "Identifier", - "start": 2170, - "end": 2171, + "start": 2432, + "end": 2433, "loc": { "start": { - "line": 79, + "line": 84, "column": 17 }, "end": { - "line": 79, + "line": 84, "column": 18 }, "identifierName": "e" @@ -3773,58 +3897,58 @@ }, "body": { "type": "BlockStatement", - "start": 2173, - "end": 2395, + "start": 2435, + "end": 2657, "loc": { "start": { - "line": 79, + "line": 84, "column": 20 }, "end": { - "line": 86, + "line": 91, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 2187, - "end": 2385, + "start": 2449, + "end": 2647, "loc": { "start": { - "line": 80, + "line": 85, "column": 12 }, "end": { - "line": 85, + "line": 90, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 2191, - "end": 2213, + "start": 2453, + "end": 2475, "loc": { "start": { - "line": 80, + "line": 85, "column": 16 }, "end": { - "line": 80, + "line": 85, "column": 38 } }, "left": { "type": "Identifier", - "start": 2191, - "end": 2192, + "start": 2453, + "end": 2454, "loc": { "start": { - "line": 80, + "line": 85, "column": 16 }, "end": { - "line": 80, + "line": 85, "column": 17 }, "identifierName": "e" @@ -3834,15 +3958,15 @@ "operator": "instanceof", "right": { "type": "Identifier", - "start": 2204, - "end": 2213, + "start": 2466, + "end": 2475, "loc": { "start": { - "line": 80, + "line": 85, "column": 29 }, "end": { - "line": 80, + "line": 85, "column": 38 }, "identifierName": "TypeError" @@ -3852,15 +3976,15 @@ }, "consequent": { "type": "BlockStatement", - "start": 2215, - "end": 2305, + "start": 2477, + "end": 2567, "loc": { "start": { - "line": 80, + "line": 85, "column": 40 }, "end": { - "line": 82, + "line": 87, "column": 13 } }, @@ -3871,15 +3995,15 @@ { "type": "CommentLine", "value": " ignore: setting getter-only property \"lastModifiedDate\"", - "start": 2233, - "end": 2291, + "start": 2495, + "end": 2553, "loc": { "start": { - "line": 81, + "line": 86, "column": 16 }, "end": { - "line": 81, + "line": 86, "column": 74 } } @@ -3888,44 +4012,44 @@ }, "alternate": { "type": "BlockStatement", - "start": 2311, - "end": 2385, + "start": 2573, + "end": 2647, "loc": { "start": { - "line": 82, + "line": 87, "column": 19 }, "end": { - "line": 85, + "line": 90, "column": 13 } }, "body": [ { "type": "ThrowStatement", - "start": 2363, - "end": 2371, + "start": 2625, + "end": 2633, "loc": { "start": { - "line": 84, + "line": 89, "column": 16 }, "end": { - "line": 84, + "line": 89, "column": 24 } }, "argument": { "type": "Identifier", - "start": 2369, - "end": 2370, + "start": 2631, + "end": 2632, "loc": { "start": { - "line": 84, + "line": 89, "column": 22 }, "end": { - "line": 84, + "line": 89, "column": 23 }, "identifierName": "e" @@ -3937,15 +4061,15 @@ { "type": "CommentLine", "value": " re-raise error", - "start": 2329, - "end": 2346, + "start": 2591, + "end": 2608, "loc": { "start": { - "line": 83, + "line": 88, "column": 16 }, "end": { - "line": 83, + "line": 88, "column": 33 } } @@ -3967,1053 +4091,703 @@ "trailingComments": [ { "type": "CommentLine", - "value": " guess extension name from mime type, e.g. audio/ogg, but", - "start": 2404, - "end": 2463, - "loc": { - "start": { - "line": 87, - "column": 8 - }, - "end": { - "line": 87, - "column": 67 - } - } - }, - { - "type": "CommentLine", - "value": " any extension is valid here. Chrome also accepts extended", - "start": 2472, - "end": 2532, - "loc": { - "start": { - "line": 88, - "column": 8 - }, - "end": { - "line": 88, - "column": 68 - } - } - }, - { - "type": "CommentLine", - "value": " mime types like video/webm;codecs=h264,vp9,opus", - "start": 2541, - "end": 2591, + "value": " file extension", + "start": 2667, + "end": 2684, "loc": { "start": { - "line": 89, + "line": 93, "column": 8 }, "end": { - "line": 89, - "column": 58 + "line": 93, + "column": 25 } } } ] }, { - "type": "VariableDeclaration", - "start": 2600, - "end": 2653, + "type": "IfStatement", + "start": 2693, + "end": 3013, "loc": { "start": { - "line": 90, + "line": 94, "column": 8 }, "end": { - "line": 90, - "column": 61 + "line": 99, + "column": 9 } }, - "declarations": [ - { - "type": "VariableDeclarator", - "start": 2604, - "end": 2652, + "test": { + "type": "BinaryExpression", + "start": 2697, + "end": 2724, + "loc": { + "start": { + "line": 94, + "column": 12 + }, + "end": { + "line": 94, + "column": 39 + } + }, + "left": { + "type": "Identifier", + "start": 2697, + "end": 2710, "loc": { "start": { - "line": 90, + "line": 94, "column": 12 }, "end": { - "line": 90, - "column": 60 - } + "line": 94, + "column": 25 + }, + "identifierName": "fileExtension" }, - "id": { - "type": "Identifier", - "start": 2604, - "end": 2617, - "loc": { - "start": { - "line": 90, - "column": 12 - }, - "end": { - "line": 90, - "column": 25 - }, - "identifierName": "fileExtension" + "name": "fileExtension", + "leadingComments": null + }, + "operator": "===", + "right": { + "type": "Identifier", + "start": 2715, + "end": 2724, + "loc": { + "start": { + "line": 94, + "column": 30 }, - "name": "fileExtension", - "leadingComments": null + "end": { + "line": 94, + "column": 39 + }, + "identifierName": "undefined" + }, + "name": "undefined" + }, + "leadingComments": null + }, + "consequent": { + "type": "BlockStatement", + "start": 2726, + "end": 3013, + "loc": { + "start": { + "line": 94, + "column": 41 }, - "init": { - "type": "BinaryExpression", - "start": 2620, - "end": 2652, + "end": { + "line": 99, + "column": 9 + } + }, + "body": [ + { + "type": "ExpressionStatement", + "start": 2954, + "end": 3003, "loc": { "start": { - "line": 90, - "column": 28 + "line": 98, + "column": 12 }, "end": { - "line": 90, - "column": 60 + "line": 98, + "column": 61 } }, - "left": { - "type": "StringLiteral", - "start": 2620, - "end": 2623, - "loc": { - "start": { - "line": 90, - "column": 28 - }, - "end": { - "line": 90, - "column": 31 - } - }, - "extra": { - "rawValue": ".", - "raw": "'.'" - }, - "value": "." - }, - "operator": "+", - "right": { - "type": "MemberExpression", - "start": 2626, - "end": 2652, + "expression": { + "type": "AssignmentExpression", + "start": 2954, + "end": 3002, "loc": { "start": { - "line": 90, - "column": 34 + "line": 98, + "column": 12 }, "end": { - "line": 90, + "line": 98, "column": 60 } }, - "object": { - "type": "CallExpression", - "start": 2626, - "end": 2649, + "operator": "=", + "left": { + "type": "Identifier", + "start": 2954, + "end": 2967, "loc": { "start": { - "line": 90, - "column": 34 + "line": 98, + "column": 12 }, "end": { - "line": 90, - "column": 57 + "line": 98, + "column": 25 + }, + "identifierName": "fileExtension" + }, + "name": "fileExtension", + "leadingComments": null + }, + "right": { + "type": "BinaryExpression", + "start": 2970, + "end": 3002, + "loc": { + "start": { + "line": 98, + "column": 28 + }, + "end": { + "line": 98, + "column": 60 } }, - "callee": { - "type": "MemberExpression", - "start": 2626, - "end": 2644, + "left": { + "type": "StringLiteral", + "start": 2970, + "end": 2973, "loc": { "start": { - "line": 90, + "line": 98, + "column": 28 + }, + "end": { + "line": 98, + "column": 31 + } + }, + "extra": { + "rawValue": ".", + "raw": "'.'" + }, + "value": "." + }, + "operator": "+", + "right": { + "type": "CallExpression", + "start": 2976, + "end": 3002, + "loc": { + "start": { + "line": 98, "column": 34 }, "end": { - "line": 90, - "column": 52 + "line": 98, + "column": 60 } }, - "object": { - "type": "MemberExpression", - "start": 2626, - "end": 2638, + "callee": { + "type": "Identifier", + "start": 2976, + "end": 2988, "loc": { "start": { - "line": 90, + "line": 98, "column": 34 }, "end": { - "line": 90, + "line": 98, "column": 46 - } - }, - "object": { - "type": "Identifier", - "start": 2626, - "end": 2633, - "loc": { - "start": { - "line": 90, - "column": 34 - }, - "end": { - "line": 90, - "column": 41 - }, - "identifierName": "fileObj" }, - "name": "fileObj" + "identifierName": "getExtension" }, - "property": { - "type": "Identifier", - "start": 2634, - "end": 2638, + "name": "getExtension" + }, + "arguments": [ + { + "type": "MemberExpression", + "start": 2989, + "end": 3001, "loc": { "start": { - "line": 90, - "column": 42 + "line": 98, + "column": 47 }, "end": { - "line": 90, - "column": 46 - }, - "identifierName": "type" + "line": 98, + "column": 59 + } }, - "name": "type" - }, - "computed": false - }, - "property": { - "type": "Identifier", - "start": 2639, - "end": 2644, - "loc": { - "start": { - "line": 90, - "column": 47 + "object": { + "type": "Identifier", + "start": 2989, + "end": 2996, + "loc": { + "start": { + "line": 98, + "column": 47 + }, + "end": { + "line": 98, + "column": 54 + }, + "identifierName": "fileObj" + }, + "name": "fileObj" }, - "end": { - "line": 90, - "column": 52 + "property": { + "type": "Identifier", + "start": 2997, + "end": 3001, + "loc": { + "start": { + "line": 98, + "column": 55 + }, + "end": { + "line": 98, + "column": 59 + }, + "identifierName": "type" + }, + "name": "type" }, - "identifierName": "split" - }, - "name": "split" + "computed": false + } + ] + } + }, + "leadingComments": null + }, + "leadingComments": [ + { + "type": "CommentLine", + "value": " determine file extension using mime type, e.g. audio/ogg,", + "start": 2740, + "end": 2800, + "loc": { + "start": { + "line": 95, + "column": 12 }, - "computed": false - }, - "arguments": [ - { - "type": "StringLiteral", - "start": 2645, - "end": 2648, - "loc": { - "start": { - "line": 90, - "column": 53 - }, - "end": { - "line": 90, - "column": 56 - } - }, - "extra": { - "rawValue": "/", - "raw": "'/'" - }, - "value": "/" + "end": { + "line": 95, + "column": 72 } - ] + } }, - "property": { - "type": "NumericLiteral", - "start": 2650, - "end": 2651, + { + "type": "CommentLine", + "value": " but any extension is valid here. Browsers also accept", + "start": 2813, + "end": 2869, "loc": { "start": { - "line": 90, - "column": 58 + "line": 96, + "column": 12 }, "end": { - "line": 90, - "column": 59 + "line": 96, + "column": 68 } - }, - "extra": { - "rawValue": 1, - "raw": "1" - }, - "value": 1 + } }, - "computed": true - } - }, - "leadingComments": null - } - ], - "kind": "let", - "leadingComments": [ - { - "type": "CommentLine", - "value": " guess extension name from mime type, e.g. audio/ogg, but", - "start": 2404, - "end": 2463, - "loc": { - "start": { - "line": 87, - "column": 8 - }, - "end": { - "line": 87, - "column": 67 - } + { + "type": "CommentLine", + "value": " extended mime types like video/webm;codecs=h264,vp9,opus", + "start": 2882, + "end": 2941, + "loc": { + "start": { + "line": 97, + "column": 12 + }, + "end": { + "line": 97, + "column": 71 + } + } + } + ] } - }, + ], + "directives": [], + "trailingComments": null + }, + "alternate": null, + "leadingComments": [ { "type": "CommentLine", - "value": " any extension is valid here. Chrome also accepts extended", - "start": 2472, - "end": 2532, + "value": " file extension", + "start": 2667, + "end": 2684, "loc": { "start": { - "line": 88, + "line": 93, "column": 8 }, "end": { - "line": 88, - "column": 68 + "line": 93, + "column": 25 } } - }, + } + ], + "trailingComments": [ { "type": "CommentLine", - "value": " mime types like video/webm;codecs=h264,vp9,opus", - "start": 2541, - "end": 2591, + "value": " use timestamp in filename, e.g. 1451180941326.ogg", + "start": 3023, + "end": 3075, "loc": { "start": { - "line": 89, + "line": 101, "column": 8 }, "end": { - "line": 89, - "column": 58 + "line": 101, + "column": 60 } } } ] }, { - "type": "IfStatement", - "start": 2662, - "end": 2767, + "type": "TryStatement", + "start": 3084, + "end": 3382, "loc": { "start": { - "line": 91, + "line": 102, "column": 8 }, "end": { - "line": 93, + "line": 111, "column": 9 } }, - "test": { - "type": "BinaryExpression", - "start": 2666, - "end": 2697, + "block": { + "type": "BlockStatement", + "start": 3088, + "end": 3161, "loc": { "start": { - "line": 91, + "line": 102, "column": 12 }, "end": { - "line": 91, - "column": 43 + "line": 104, + "column": 9 } }, - "left": { - "type": "CallExpression", - "start": 2666, - "end": 2692, - "loc": { - "start": { - "line": 91, - "column": 12 - }, - "end": { - "line": 91, - "column": 38 - } - }, - "callee": { - "type": "MemberExpression", - "start": 2666, - "end": 2687, + "body": [ + { + "type": "ExpressionStatement", + "start": 3102, + "end": 3151, "loc": { "start": { - "line": 91, + "line": 103, "column": 12 }, "end": { - "line": 91, - "column": 33 + "line": 103, + "column": 61 } }, - "object": { - "type": "Identifier", - "start": 2666, - "end": 2679, + "expression": { + "type": "AssignmentExpression", + "start": 3102, + "end": 3150, "loc": { "start": { - "line": 91, + "line": 103, "column": 12 }, "end": { - "line": 91, - "column": 25 - }, - "identifierName": "fileExtension" + "line": 103, + "column": 60 + } }, - "name": "fileExtension" - }, - "property": { - "type": "Identifier", - "start": 2680, - "end": 2687, - "loc": { - "start": { - "line": 91, - "column": 26 - }, - "end": { - "line": 91, - "column": 33 + "operator": "=", + "left": { + "type": "MemberExpression", + "start": 3102, + "end": 3114, + "loc": { + "start": { + "line": 103, + "column": 12 + }, + "end": { + "line": 103, + "column": 24 + } }, - "identifierName": "indexOf" - }, - "name": "indexOf" - }, - "computed": false - }, - "arguments": [ - { - "type": "StringLiteral", - "start": 2688, - "end": 2691, - "loc": { - "start": { - "line": 91, - "column": 34 + "object": { + "type": "Identifier", + "start": 3102, + "end": 3109, + "loc": { + "start": { + "line": 103, + "column": 12 + }, + "end": { + "line": 103, + "column": 19 + }, + "identifierName": "fileObj" + }, + "name": "fileObj", + "leadingComments": null }, - "end": { - "line": 91, - "column": 37 - } - }, - "extra": { - "rawValue": ";", - "raw": "';'" - }, - "value": ";" - } - ] - }, - "operator": ">", - "right": { - "type": "UnaryExpression", - "start": 2695, - "end": 2697, - "loc": { - "start": { - "line": 91, - "column": 41 - }, - "end": { - "line": 91, - "column": 43 - } - }, - "operator": "-", - "prefix": true, - "argument": { - "type": "NumericLiteral", - "start": 2696, - "end": 2697, - "loc": { - "start": { - "line": 91, - "column": 42 - }, - "end": { - "line": 91, - "column": 43 - } - }, - "extra": { - "rawValue": 1, - "raw": "1" - }, - "value": 1 - }, - "extra": { - "parenthesizedArgument": false - } - } - }, - "consequent": { - "type": "BlockStatement", - "start": 2699, - "end": 2767, - "loc": { - "start": { - "line": 91, - "column": 45 - }, - "end": { - "line": 93, - "column": 9 - } - }, - "body": [ - { - "type": "ExpressionStatement", - "start": 2713, - "end": 2757, - "loc": { - "start": { - "line": 92, - "column": 12 - }, - "end": { - "line": 92, - "column": 56 - } - }, - "expression": { - "type": "AssignmentExpression", - "start": 2713, - "end": 2756, - "loc": { - "start": { - "line": 92, - "column": 12 - }, - "end": { - "line": 92, - "column": 55 - } - }, - "operator": "=", - "left": { - "type": "Identifier", - "start": 2713, - "end": 2726, - "loc": { - "start": { - "line": 92, - "column": 12 - }, - "end": { - "line": 92, - "column": 25 + "property": { + "type": "Identifier", + "start": 3110, + "end": 3114, + "loc": { + "start": { + "line": 103, + "column": 20 + }, + "end": { + "line": 103, + "column": 24 + }, + "identifierName": "name" }, - "identifierName": "fileExtension" + "name": "name" }, - "name": "fileExtension" + "computed": false, + "leadingComments": null }, "right": { - "type": "MemberExpression", - "start": 2729, - "end": 2756, + "type": "BinaryExpression", + "start": 3117, + "end": 3150, "loc": { "start": { - "line": 92, - "column": 28 + "line": 103, + "column": 27 }, "end": { - "line": 92, - "column": 55 + "line": 103, + "column": 60 } }, - "object": { + "left": { "type": "CallExpression", - "start": 2729, - "end": 2753, + "start": 3117, + "end": 3134, "loc": { "start": { - "line": 92, - "column": 28 + "line": 103, + "column": 27 }, "end": { - "line": 92, - "column": 52 + "line": 103, + "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 2729, - "end": 2748, + "start": 3117, + "end": 3132, "loc": { "start": { - "line": 92, - "column": 28 + "line": 103, + "column": 27 }, "end": { - "line": 92, - "column": 47 + "line": 103, + "column": 42 } }, "object": { "type": "Identifier", - "start": 2729, - "end": 2742, + "start": 3117, + "end": 3124, "loc": { "start": { - "line": 92, - "column": 28 + "line": 103, + "column": 27 }, "end": { - "line": 92, - "column": 41 + "line": 103, + "column": 34 }, - "identifierName": "fileExtension" + "identifierName": "dateObj" }, - "name": "fileExtension" + "name": "dateObj" }, "property": { "type": "Identifier", - "start": 2743, - "end": 2748, + "start": 3125, + "end": 3132, "loc": { "start": { - "line": 92, - "column": 42 + "line": 103, + "column": 35 }, "end": { - "line": 92, - "column": 47 + "line": 103, + "column": 42 }, - "identifierName": "split" + "identifierName": "getTime" }, - "name": "split" + "name": "getTime" }, "computed": false }, - "arguments": [ - { - "type": "StringLiteral", - "start": 2749, - "end": 2752, - "loc": { - "start": { - "line": 92, - "column": 48 - }, - "end": { - "line": 92, - "column": 51 - } - }, - "extra": { - "rawValue": ";", - "raw": "';'" - }, - "value": ";" - } - ] + "arguments": [] }, - "property": { - "type": "NumericLiteral", - "start": 2754, - "end": 2755, + "operator": "+", + "right": { + "type": "Identifier", + "start": 3137, + "end": 3150, "loc": { "start": { - "line": 92, - "column": 53 + "line": 103, + "column": 47 }, "end": { - "line": 92, - "column": 54 - } - }, - "extra": { - "rawValue": 0, - "raw": "0" + "line": 103, + "column": 60 + }, + "identifierName": "fileExtension" }, - "value": 0 - }, - "computed": true - } - } + "name": "fileExtension" + } + }, + "leadingComments": null + }, + "leadingComments": null } ], "directives": [], - "trailingComments": null - }, - "alternate": null, - "trailingComments": [ - { - "type": "CommentLine", - "value": " use timestamp in filename, e.g. 1451180941326.ogg", - "start": 2777, - "end": 2829, - "loc": { - "start": { - "line": 95, - "column": 8 - }, - "end": { - "line": 95, - "column": 60 - } - } - } - ] - }, - { - "type": "TryStatement", - "start": 2838, - "end": 3132, - "loc": { - "start": { - "line": 96, - "column": 8 - }, - "end": { - "line": 105, - "column": 9 - } + "leadingComments": null }, - "block": { - "type": "BlockStatement", - "start": 2842, - "end": 2911, + "handler": { + "type": "CatchClause", + "start": 3162, + "end": 3382, "loc": { "start": { - "line": 96, - "column": 12 + "line": 104, + "column": 10 }, "end": { - "line": 98, + "line": 111, "column": 9 } }, - "body": [ - { - "type": "ExpressionStatement", - "start": 2856, - "end": 2901, - "loc": { - "start": { - "line": 97, - "column": 12 - }, - "end": { - "line": 97, - "column": 57 - } + "param": { + "type": "Identifier", + "start": 3169, + "end": 3170, + "loc": { + "start": { + "line": 104, + "column": 17 }, - "expression": { - "type": "AssignmentExpression", - "start": 2856, - "end": 2900, + "end": { + "line": 104, + "column": 18 + }, + "identifierName": "e" + }, + "name": "e" + }, + "body": { + "type": "BlockStatement", + "start": 3172, + "end": 3382, + "loc": { + "start": { + "line": 104, + "column": 20 + }, + "end": { + "line": 111, + "column": 9 + } + }, + "body": [ + { + "type": "IfStatement", + "start": 3186, + "end": 3372, "loc": { "start": { - "line": 97, + "line": 105, "column": 12 }, "end": { - "line": 97, - "column": 56 + "line": 110, + "column": 13 } }, - "operator": "=", - "left": { - "type": "MemberExpression", - "start": 2856, - "end": 2868, + "test": { + "type": "BinaryExpression", + "start": 3190, + "end": 3212, "loc": { "start": { - "line": 97, - "column": 12 + "line": 105, + "column": 16 }, "end": { - "line": 97, - "column": 24 + "line": 105, + "column": 38 } }, - "object": { + "left": { "type": "Identifier", - "start": 2856, - "end": 2863, + "start": 3190, + "end": 3191, "loc": { "start": { - "line": 97, - "column": 12 + "line": 105, + "column": 16 }, "end": { - "line": 97, - "column": 19 + "line": 105, + "column": 17 }, - "identifierName": "fileObj" + "identifierName": "e" }, - "name": "fileObj", - "leadingComments": null + "name": "e" }, - "property": { + "operator": "instanceof", + "right": { "type": "Identifier", - "start": 2864, - "end": 2868, + "start": 3203, + "end": 3212, "loc": { "start": { - "line": 97, - "column": 20 + "line": 105, + "column": 29 }, "end": { - "line": 97, - "column": 24 + "line": 105, + "column": 38 }, - "identifierName": "name" - }, - "name": "name" - }, - "computed": false, - "leadingComments": null - }, - "right": { - "type": "BinaryExpression", - "start": 2871, - "end": 2900, - "loc": { - "start": { - "line": 97, - "column": 27 - }, - "end": { - "line": 97, - "column": 56 - } - }, - "left": { - "type": "CallExpression", - "start": 2871, - "end": 2884, - "loc": { - "start": { - "line": 97, - "column": 27 - }, - "end": { - "line": 97, - "column": 40 - } - }, - "callee": { - "type": "MemberExpression", - "start": 2871, - "end": 2882, - "loc": { - "start": { - "line": 97, - "column": 27 - }, - "end": { - "line": 97, - "column": 38 - } - }, - "object": { - "type": "Identifier", - "start": 2871, - "end": 2874, - "loc": { - "start": { - "line": 97, - "column": 27 - }, - "end": { - "line": 97, - "column": 30 - }, - "identifierName": "now" - }, - "name": "now" - }, - "property": { - "type": "Identifier", - "start": 2875, - "end": 2882, - "loc": { - "start": { - "line": 97, - "column": 31 - }, - "end": { - "line": 97, - "column": 38 - }, - "identifierName": "getTime" - }, - "name": "getTime" - }, - "computed": false - }, - "arguments": [] - }, - "operator": "+", - "right": { - "type": "Identifier", - "start": 2887, - "end": 2900, - "loc": { - "start": { - "line": 97, - "column": 43 - }, - "end": { - "line": 97, - "column": 56 - }, - "identifierName": "fileExtension" - }, - "name": "fileExtension" - } - }, - "leadingComments": null - }, - "leadingComments": null - } - ], - "directives": [], - "leadingComments": null - }, - "handler": { - "type": "CatchClause", - "start": 2912, - "end": 3132, - "loc": { - "start": { - "line": 98, - "column": 10 - }, - "end": { - "line": 105, - "column": 9 - } - }, - "param": { - "type": "Identifier", - "start": 2919, - "end": 2920, - "loc": { - "start": { - "line": 98, - "column": 17 - }, - "end": { - "line": 98, - "column": 18 - }, - "identifierName": "e" - }, - "name": "e" - }, - "body": { - "type": "BlockStatement", - "start": 2922, - "end": 3132, - "loc": { - "start": { - "line": 98, - "column": 20 - }, - "end": { - "line": 105, - "column": 9 - } - }, - "body": [ - { - "type": "IfStatement", - "start": 2936, - "end": 3122, - "loc": { - "start": { - "line": 99, - "column": 12 - }, - "end": { - "line": 104, - "column": 13 - } - }, - "test": { - "type": "BinaryExpression", - "start": 2940, - "end": 2962, - "loc": { - "start": { - "line": 99, - "column": 16 - }, - "end": { - "line": 99, - "column": 38 - } - }, - "left": { - "type": "Identifier", - "start": 2940, - "end": 2941, - "loc": { - "start": { - "line": 99, - "column": 16 - }, - "end": { - "line": 99, - "column": 17 - }, - "identifierName": "e" - }, - "name": "e" - }, - "operator": "instanceof", - "right": { - "type": "Identifier", - "start": 2953, - "end": 2962, - "loc": { - "start": { - "line": 99, - "column": 29 - }, - "end": { - "line": 99, - "column": 38 - }, - "identifierName": "TypeError" + "identifierName": "TypeError" }, "name": "TypeError" } }, "consequent": { "type": "BlockStatement", - "start": 2964, - "end": 3042, + "start": 3214, + "end": 3292, "loc": { "start": { - "line": 99, + "line": 105, "column": 40 }, "end": { - "line": 101, + "line": 107, "column": 13 } }, @@ -5024,15 +4798,15 @@ { "type": "CommentLine", "value": " ignore: setting getter-only property \"name\"", - "start": 2982, - "end": 3028, + "start": 3232, + "end": 3278, "loc": { "start": { - "line": 100, + "line": 106, "column": 16 }, "end": { - "line": 100, + "line": 106, "column": 62 } } @@ -5041,44 +4815,44 @@ }, "alternate": { "type": "BlockStatement", - "start": 3048, - "end": 3122, + "start": 3298, + "end": 3372, "loc": { "start": { - "line": 101, + "line": 107, "column": 19 }, "end": { - "line": 104, + "line": 110, "column": 13 } }, "body": [ { "type": "ThrowStatement", - "start": 3100, - "end": 3108, + "start": 3350, + "end": 3358, "loc": { "start": { - "line": 103, + "line": 109, "column": 16 }, "end": { - "line": 103, + "line": 109, "column": 24 } }, "argument": { "type": "Identifier", - "start": 3106, - "end": 3107, + "start": 3356, + "end": 3357, "loc": { "start": { - "line": 103, + "line": 109, "column": 22 }, "end": { - "line": 103, + "line": 109, "column": 23 }, "identifierName": "e" @@ -5090,15 +4864,15 @@ { "type": "CommentLine", "value": " re-raise error", - "start": 3066, - "end": 3083, + "start": 3316, + "end": 3333, "loc": { "start": { - "line": 102, + "line": 108, "column": 16 }, "end": { - "line": 102, + "line": 108, "column": 33 } } @@ -5119,15 +4893,15 @@ { "type": "CommentLine", "value": " use timestamp in filename, e.g. 1451180941326.ogg", - "start": 2777, - "end": 2829, + "start": 3023, + "end": 3075, "loc": { "start": { - "line": 95, + "line": 101, "column": 8 }, "end": { - "line": 95, + "line": 101, "column": 60 } } @@ -5153,15 +4927,15 @@ }, { "type": "ExportNamedDeclaration", - "start": 3143, - "end": 3203, + "start": 3393, + "end": 3453, "loc": { "start": { - "line": 109, + "line": 115, "column": 0 }, "end": { - "line": 111, + "line": 117, "column": 2 } }, @@ -5169,29 +4943,29 @@ "specifiers": [ { "type": "ExportSpecifier", - "start": 3156, - "end": 3168, + "start": 3406, + "end": 3418, "loc": { "start": { - "line": 110, + "line": 116, "column": 4 }, "end": { - "line": 110, + "line": 116, "column": 16 } }, "local": { "type": "Identifier", - "start": 3156, - "end": 3168, + "start": 3406, + "end": 3418, "loc": { "start": { - "line": 110, + "line": 116, "column": 4 }, "end": { - "line": 110, + "line": 116, "column": 16 }, "identifierName": "downloadBlob" @@ -5200,15 +4974,15 @@ }, "exported": { "type": "Identifier", - "start": 3156, - "end": 3168, + "start": 3406, + "end": 3418, "loc": { "start": { - "line": 110, + "line": 116, "column": 4 }, "end": { - "line": 110, + "line": 116, "column": 16 }, "identifierName": "downloadBlob" @@ -5218,29 +4992,29 @@ }, { "type": "ExportSpecifier", - "start": 3170, - "end": 3187, + "start": 3420, + "end": 3437, "loc": { "start": { - "line": 110, + "line": 116, "column": 18 }, "end": { - "line": 110, + "line": 116, "column": 35 } }, "local": { "type": "Identifier", - "start": 3170, - "end": 3187, + "start": 3420, + "end": 3437, "loc": { "start": { - "line": 110, + "line": 116, "column": 18 }, "end": { - "line": 110, + "line": 116, "column": 35 }, "identifierName": "blobToArrayBuffer" @@ -5249,15 +5023,15 @@ }, "exported": { "type": "Identifier", - "start": 3170, - "end": 3187, + "start": 3420, + "end": 3437, "loc": { "start": { - "line": 110, + "line": 116, "column": 18 }, "end": { - "line": 110, + "line": 116, "column": 35 }, "identifierName": "blobToArrayBuffer" @@ -5267,29 +5041,29 @@ }, { "type": "ExportSpecifier", - "start": 3189, - "end": 3200, + "start": 3439, + "end": 3450, "loc": { "start": { - "line": 110, + "line": 116, "column": 37 }, "end": { - "line": 110, + "line": 116, "column": 48 } }, "local": { "type": "Identifier", - "start": 3189, - "end": 3200, + "start": 3439, + "end": 3450, "loc": { "start": { - "line": 110, + "line": 116, "column": 37 }, "end": { - "line": 110, + "line": 116, "column": 48 }, "identifierName": "addFileInfo" @@ -5298,15 +5072,15 @@ }, "exported": { "type": "Identifier", - "start": 3189, - "end": 3200, + "start": 3439, + "end": 3450, "loc": { "start": { - "line": 110, + "line": 116, "column": 37 }, "end": { - "line": 110, + "line": 116, "column": 48 }, "identifierName": "addFileInfo" @@ -5319,58 +5093,58 @@ }, { "type": "ExportNamedDeclaration", - "start": 3143, - "end": 3203, + "start": 3393, + "end": 3453, "loc": { "start": { - "line": 109, + "line": 115, "column": 0 }, "end": { - "line": 111, + "line": 117, "column": 2 } }, "declaration": { "type": "VariableDeclaration", - "start": 223, - "end": 1115, + "start": 259, + "end": 1151, "loc": { "start": { - "line": 14, + "line": 16, "column": 0 }, "end": { - "line": 40, + "line": 42, "column": 2 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 229, - "end": 1114, + "start": 265, + "end": 1150, "loc": { "start": { - "line": 14, + "line": 16, "column": 6 }, "end": { - "line": 40, + "line": 42, "column": 1 } }, "id": { "type": "Identifier", - "start": 229, - "end": 241, + "start": 265, + "end": 277, "loc": { "start": { - "line": 14, + "line": 16, "column": 6 }, "end": { - "line": 14, + "line": 16, "column": 18 }, "identifierName": "downloadBlob" @@ -5380,29 +5154,29 @@ }, "init": { "type": "FunctionExpression", - "start": 244, - "end": 1114, + "start": 280, + "end": 1150, "loc": { "start": { - "line": 14, + "line": 16, "column": 21 }, "end": { - "line": 40, + "line": 42, "column": 1 } }, "id": { "type": "Identifier", - "start": 229, - "end": 241, + "start": 265, + "end": 277, "loc": { "start": { - "line": 14, + "line": 16, "column": 6 }, "end": { - "line": 14, + "line": 16, "column": 18 }, "identifierName": "downloadBlob" @@ -5416,15 +5190,15 @@ "params": [ { "type": "Identifier", - "start": 253, - "end": 261, + "start": 289, + "end": 297, "loc": { "start": { - "line": 14, + "line": 16, "column": 30 }, "end": { - "line": 14, + "line": 16, "column": 38 }, "identifierName": "fileName" @@ -5433,15 +5207,15 @@ }, { "type": "Identifier", - "start": 263, - "end": 267, + "start": 299, + "end": 303, "loc": { "start": { - "line": 14, + "line": 16, "column": 40 }, "end": { - "line": 14, + "line": 16, "column": 44 }, "identifierName": "data" @@ -5451,58 +5225,58 @@ ], "body": { "type": "BlockStatement", - "start": 269, - "end": 1114, + "start": 305, + "end": 1150, "loc": { "start": { - "line": 14, + "line": 16, "column": 46 }, "end": { - "line": 40, + "line": 42, "column": 1 } }, "body": [ { "type": "IfStatement", - "start": 275, - "end": 511, + "start": 311, + "end": 547, "loc": { "start": { - "line": 15, + "line": 17, "column": 4 }, "end": { - "line": 19, + "line": 21, "column": 5 } }, "test": { "type": "BinaryExpression", - "start": 279, - "end": 328, + "start": 315, + "end": 364, "loc": { "start": { - "line": 15, + "line": 17, "column": 8 }, "end": { - "line": 15, + "line": 17, "column": 57 } }, "left": { "type": "UnaryExpression", - "start": 279, - "end": 312, + "start": 315, + "end": 348, "loc": { "start": { - "line": 15, + "line": 17, "column": 8 }, "end": { - "line": 15, + "line": 17, "column": 41 } }, @@ -5510,29 +5284,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 286, - "end": 312, + "start": 322, + "end": 348, "loc": { "start": { - "line": 15, + "line": 17, "column": 15 }, "end": { - "line": 15, + "line": 17, "column": 41 } }, "object": { "type": "Identifier", - "start": 286, - "end": 295, + "start": 322, + "end": 331, "loc": { "start": { - "line": 15, + "line": 17, "column": 15 }, "end": { - "line": 15, + "line": 17, "column": 24 }, "identifierName": "navigator" @@ -5541,15 +5315,15 @@ }, "property": { "type": "Identifier", - "start": 296, - "end": 312, + "start": 332, + "end": 348, "loc": { "start": { - "line": 15, + "line": 17, "column": 25 }, "end": { - "line": 15, + "line": 17, "column": 41 }, "identifierName": "msSaveOrOpenBlob" @@ -5565,15 +5339,15 @@ "operator": "!==", "right": { "type": "StringLiteral", - "start": 317, - "end": 328, + "start": 353, + "end": 364, "loc": { "start": { - "line": 15, + "line": 17, "column": 46 }, "end": { - "line": 15, + "line": 17, "column": 57 } }, @@ -5586,72 +5360,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 330, - "end": 396, + "start": 366, + "end": 432, "loc": { "start": { - "line": 15, + "line": 17, "column": 59 }, "end": { - "line": 17, + "line": 19, "column": 5 } }, "body": [ { "type": "ReturnStatement", - "start": 340, - "end": 390, + "start": 376, + "end": 426, "loc": { "start": { - "line": 16, + "line": 18, "column": 8 }, "end": { - "line": 16, + "line": 18, "column": 58 } }, "argument": { "type": "CallExpression", - "start": 347, - "end": 389, + "start": 383, + "end": 425, "loc": { "start": { - "line": 16, + "line": 18, "column": 15 }, "end": { - "line": 16, + "line": 18, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 347, - "end": 373, + "start": 383, + "end": 409, "loc": { "start": { - "line": 16, + "line": 18, "column": 15 }, "end": { - "line": 16, + "line": 18, "column": 41 } }, "object": { "type": "Identifier", - "start": 347, - "end": 356, + "start": 383, + "end": 392, "loc": { "start": { - "line": 16, + "line": 18, "column": 15 }, "end": { - "line": 16, + "line": 18, "column": 24 }, "identifierName": "navigator" @@ -5660,15 +5434,15 @@ }, "property": { "type": "Identifier", - "start": 357, - "end": 373, + "start": 393, + "end": 409, "loc": { "start": { - "line": 16, + "line": 18, "column": 25 }, "end": { - "line": 16, + "line": 18, "column": 41 }, "identifierName": "msSaveOrOpenBlob" @@ -5680,15 +5454,15 @@ "arguments": [ { "type": "Identifier", - "start": 374, - "end": 378, + "start": 410, + "end": 414, "loc": { "start": { - "line": 16, + "line": 18, "column": 42 }, "end": { - "line": 16, + "line": 18, "column": 46 }, "identifierName": "data" @@ -5697,15 +5471,15 @@ }, { "type": "Identifier", - "start": 380, - "end": 388, + "start": 416, + "end": 424, "loc": { "start": { - "line": 16, + "line": 18, "column": 48 }, "end": { - "line": 16, + "line": 18, "column": 56 }, "identifierName": "fileName" @@ -5720,43 +5494,43 @@ }, "alternate": { "type": "IfStatement", - "start": 402, - "end": 511, + "start": 438, + "end": 547, "loc": { "start": { - "line": 17, + "line": 19, "column": 11 }, "end": { - "line": 19, + "line": 21, "column": 5 } }, "test": { "type": "BinaryExpression", - "start": 406, - "end": 449, + "start": 442, + "end": 485, "loc": { "start": { - "line": 17, + "line": 19, "column": 15 }, "end": { - "line": 17, + "line": 19, "column": 58 } }, "left": { "type": "UnaryExpression", - "start": 406, - "end": 433, + "start": 442, + "end": 469, "loc": { "start": { - "line": 17, + "line": 19, "column": 15 }, "end": { - "line": 17, + "line": 19, "column": 42 } }, @@ -5764,29 +5538,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 413, - "end": 433, + "start": 449, + "end": 469, "loc": { "start": { - "line": 17, + "line": 19, "column": 22 }, "end": { - "line": 17, + "line": 19, "column": 42 } }, "object": { "type": "Identifier", - "start": 413, - "end": 422, + "start": 449, + "end": 458, "loc": { "start": { - "line": 17, + "line": 19, "column": 22 }, "end": { - "line": 17, + "line": 19, "column": 31 }, "identifierName": "navigator" @@ -5795,15 +5569,15 @@ }, "property": { "type": "Identifier", - "start": 423, - "end": 433, + "start": 459, + "end": 469, "loc": { "start": { - "line": 17, + "line": 19, "column": 32 }, "end": { - "line": 17, + "line": 19, "column": 42 }, "identifierName": "msSaveBlob" @@ -5819,15 +5593,15 @@ "operator": "!==", "right": { "type": "StringLiteral", - "start": 438, - "end": 449, + "start": 474, + "end": 485, "loc": { "start": { - "line": 17, + "line": 19, "column": 47 }, "end": { - "line": 17, + "line": 19, "column": 58 } }, @@ -5840,72 +5614,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 451, - "end": 511, + "start": 487, + "end": 547, "loc": { "start": { - "line": 17, + "line": 19, "column": 60 }, "end": { - "line": 19, + "line": 21, "column": 5 } }, "body": [ { "type": "ReturnStatement", - "start": 461, - "end": 505, + "start": 497, + "end": 541, "loc": { "start": { - "line": 18, + "line": 20, "column": 8 }, "end": { - "line": 18, + "line": 20, "column": 52 } }, "argument": { "type": "CallExpression", - "start": 468, - "end": 504, + "start": 504, + "end": 540, "loc": { "start": { - "line": 18, + "line": 20, "column": 15 }, "end": { - "line": 18, + "line": 20, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 468, - "end": 488, + "start": 504, + "end": 524, "loc": { "start": { - "line": 18, + "line": 20, "column": 15 }, "end": { - "line": 18, + "line": 20, "column": 35 } }, "object": { "type": "Identifier", - "start": 468, - "end": 477, + "start": 504, + "end": 513, "loc": { "start": { - "line": 18, + "line": 20, "column": 15 }, "end": { - "line": 18, + "line": 20, "column": 24 }, "identifierName": "navigator" @@ -5914,15 +5688,15 @@ }, "property": { "type": "Identifier", - "start": 478, - "end": 488, + "start": 514, + "end": 524, "loc": { "start": { - "line": 18, + "line": 20, "column": 25 }, "end": { - "line": 18, + "line": 20, "column": 35 }, "identifierName": "msSaveBlob" @@ -5934,15 +5708,15 @@ "arguments": [ { "type": "Identifier", - "start": 489, - "end": 493, + "start": 525, + "end": 529, "loc": { "start": { - "line": 18, + "line": 20, "column": 36 }, "end": { - "line": 18, + "line": 20, "column": 40 }, "identifierName": "data" @@ -5951,15 +5725,15 @@ }, { "type": "Identifier", - "start": 495, - "end": 503, + "start": 531, + "end": 539, "loc": { "start": { - "line": 18, + "line": 20, "column": 42 }, "end": { - "line": 18, + "line": 20, "column": 50 }, "identifierName": "fileName" @@ -5977,44 +5751,44 @@ }, { "type": "VariableDeclaration", - "start": 517, - "end": 561, + "start": 553, + "end": 597, "loc": { "start": { - "line": 21, + "line": 23, "column": 4 }, "end": { - "line": 21, + "line": 23, "column": 48 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 521, - "end": 560, + "start": 557, + "end": 596, "loc": { "start": { - "line": 21, + "line": 23, "column": 8 }, "end": { - "line": 21, + "line": 23, "column": 47 } }, "id": { "type": "Identifier", - "start": 521, - "end": 530, + "start": 557, + "end": 566, "loc": { "start": { - "line": 21, + "line": 23, "column": 8 }, "end": { - "line": 21, + "line": 23, "column": 17 }, "identifierName": "hyperlink" @@ -6023,43 +5797,43 @@ }, "init": { "type": "CallExpression", - "start": 533, - "end": 560, + "start": 569, + "end": 596, "loc": { "start": { - "line": 21, + "line": 23, "column": 20 }, "end": { - "line": 21, + "line": 23, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 533, - "end": 555, + "start": 569, + "end": 591, "loc": { "start": { - "line": 21, + "line": 23, "column": 20 }, "end": { - "line": 21, + "line": 23, "column": 42 } }, "object": { "type": "Identifier", - "start": 533, - "end": 541, + "start": 569, + "end": 577, "loc": { "start": { - "line": 21, + "line": 23, "column": 20 }, "end": { - "line": 21, + "line": 23, "column": 28 }, "identifierName": "document" @@ -6068,15 +5842,15 @@ }, "property": { "type": "Identifier", - "start": 542, - "end": 555, + "start": 578, + "end": 591, "loc": { "start": { - "line": 21, + "line": 23, "column": 29 }, "end": { - "line": 21, + "line": 23, "column": 42 }, "identifierName": "createElement" @@ -6088,15 +5862,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 556, - "end": 559, + "start": 592, + "end": 595, "loc": { "start": { - "line": 21, + "line": 23, "column": 43 }, "end": { - "line": 21, + "line": 23, "column": 46 } }, @@ -6114,58 +5888,58 @@ }, { "type": "ExpressionStatement", - "start": 566, - "end": 609, + "start": 602, + "end": 645, "loc": { "start": { - "line": 22, + "line": 24, "column": 4 }, "end": { - "line": 22, + "line": 24, "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 566, - "end": 608, + "start": 602, + "end": 644, "loc": { "start": { - "line": 22, + "line": 24, "column": 4 }, "end": { - "line": 22, + "line": 24, "column": 46 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 566, - "end": 580, + "start": 602, + "end": 616, "loc": { "start": { - "line": 22, + "line": 24, "column": 4 }, "end": { - "line": 22, + "line": 24, "column": 18 } }, "object": { "type": "Identifier", - "start": 566, - "end": 575, + "start": 602, + "end": 611, "loc": { "start": { - "line": 22, + "line": 24, "column": 4 }, "end": { - "line": 22, + "line": 24, "column": 13 }, "identifierName": "hyperlink" @@ -6174,15 +5948,15 @@ }, "property": { "type": "Identifier", - "start": 576, - "end": 580, + "start": 612, + "end": 616, "loc": { "start": { - "line": 22, + "line": 24, "column": 14 }, "end": { - "line": 22, + "line": 24, "column": 18 }, "identifierName": "href" @@ -6193,43 +5967,43 @@ }, "right": { "type": "CallExpression", - "start": 583, - "end": 608, + "start": 619, + "end": 644, "loc": { "start": { - "line": 22, + "line": 24, "column": 21 }, "end": { - "line": 22, + "line": 24, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 583, - "end": 602, + "start": 619, + "end": 638, "loc": { "start": { - "line": 22, + "line": 24, "column": 21 }, "end": { - "line": 22, + "line": 24, "column": 40 } }, "object": { "type": "Identifier", - "start": 583, - "end": 586, + "start": 619, + "end": 622, "loc": { "start": { - "line": 22, + "line": 24, "column": 21 }, "end": { - "line": 22, + "line": 24, "column": 24 }, "identifierName": "URL" @@ -6238,15 +6012,15 @@ }, "property": { "type": "Identifier", - "start": 587, - "end": 602, + "start": 623, + "end": 638, "loc": { "start": { - "line": 22, + "line": 24, "column": 25 }, "end": { - "line": 22, + "line": 24, "column": 40 }, "identifierName": "createObjectURL" @@ -6258,15 +6032,15 @@ "arguments": [ { "type": "Identifier", - "start": 603, - "end": 607, + "start": 639, + "end": 643, "loc": { "start": { - "line": 22, + "line": 24, "column": 41 }, "end": { - "line": 22, + "line": 24, "column": 45 }, "identifierName": "data" @@ -6279,58 +6053,58 @@ }, { "type": "ExpressionStatement", - "start": 614, - "end": 644, + "start": 650, + "end": 680, "loc": { "start": { - "line": 23, + "line": 25, "column": 4 }, "end": { - "line": 23, + "line": 25, "column": 34 } }, "expression": { "type": "AssignmentExpression", - "start": 614, - "end": 643, + "start": 650, + "end": 679, "loc": { "start": { - "line": 23, + "line": 25, "column": 4 }, "end": { - "line": 23, + "line": 25, "column": 33 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 614, - "end": 632, + "start": 650, + "end": 668, "loc": { "start": { - "line": 23, + "line": 25, "column": 4 }, "end": { - "line": 23, + "line": 25, "column": 22 } }, "object": { "type": "Identifier", - "start": 614, - "end": 623, - "loc": { + "start": 650, + "end": 659, + "loc": { "start": { - "line": 23, + "line": 25, "column": 4 }, "end": { - "line": 23, + "line": 25, "column": 13 }, "identifierName": "hyperlink" @@ -6339,15 +6113,15 @@ }, "property": { "type": "Identifier", - "start": 624, - "end": 632, + "start": 660, + "end": 668, "loc": { "start": { - "line": 23, + "line": 25, "column": 14 }, "end": { - "line": 23, + "line": 25, "column": 22 }, "identifierName": "download" @@ -6358,15 +6132,15 @@ }, "right": { "type": "Identifier", - "start": 635, - "end": 643, + "start": 671, + "end": 679, "loc": { "start": { - "line": 23, + "line": 25, "column": 25 }, "end": { - "line": 23, + "line": 25, "column": 33 }, "identifierName": "fileName" @@ -6377,58 +6151,58 @@ }, { "type": "ExpressionStatement", - "start": 650, - "end": 712, + "start": 686, + "end": 748, "loc": { "start": { - "line": 25, + "line": 27, "column": 4 }, "end": { - "line": 25, + "line": 27, "column": 66 } }, "expression": { "type": "AssignmentExpression", - "start": 650, - "end": 711, + "start": 686, + "end": 747, "loc": { "start": { - "line": 25, + "line": 27, "column": 4 }, "end": { - "line": 25, + "line": 27, "column": 65 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 650, - "end": 665, + "start": 686, + "end": 701, "loc": { "start": { - "line": 25, + "line": 27, "column": 4 }, "end": { - "line": 25, + "line": 27, "column": 19 } }, "object": { "type": "Identifier", - "start": 650, - "end": 659, + "start": 686, + "end": 695, "loc": { "start": { - "line": 25, + "line": 27, "column": 4 }, "end": { - "line": 25, + "line": 27, "column": 13 }, "identifierName": "hyperlink" @@ -6437,15 +6211,15 @@ }, "property": { "type": "Identifier", - "start": 660, - "end": 665, + "start": 696, + "end": 701, "loc": { "start": { - "line": 25, + "line": 27, "column": 14 }, "end": { - "line": 25, + "line": 27, "column": 19 }, "identifierName": "style" @@ -6456,15 +6230,15 @@ }, "right": { "type": "StringLiteral", - "start": 668, - "end": 711, + "start": 704, + "end": 747, "loc": { "start": { - "line": 25, + "line": 27, "column": 22 }, "end": { - "line": 25, + "line": 27, "column": 65 } }, @@ -6478,85 +6252,85 @@ }, { "type": "ExpressionStatement", - "start": 717, - "end": 784, + "start": 753, + "end": 820, "loc": { "start": { - "line": 26, + "line": 28, "column": 4 }, "end": { - "line": 26, + "line": 28, "column": 71 } }, "expression": { "type": "CallExpression", - "start": 717, - "end": 783, + "start": 753, + "end": 819, "loc": { "start": { - "line": 26, + "line": 28, "column": 4 }, "end": { - "line": 26, + "line": 28, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 717, - "end": 772, + "start": 753, + "end": 808, "loc": { "start": { - "line": 26, + "line": 28, "column": 4 }, "end": { - "line": 26, + "line": 28, "column": 59 } }, "object": { "type": "LogicalExpression", - "start": 718, - "end": 759, + "start": 754, + "end": 795, "loc": { "start": { - "line": 26, + "line": 28, "column": 5 }, "end": { - "line": 26, + "line": 28, "column": 46 } }, "left": { "type": "MemberExpression", - "start": 718, - "end": 731, + "start": 754, + "end": 767, "loc": { "start": { - "line": 26, + "line": 28, "column": 5 }, "end": { - "line": 26, + "line": 28, "column": 18 } }, "object": { "type": "Identifier", - "start": 718, - "end": 726, + "start": 754, + "end": 762, "loc": { "start": { - "line": 26, + "line": 28, "column": 5 }, "end": { - "line": 26, + "line": 28, "column": 13 }, "identifierName": "document" @@ -6565,15 +6339,15 @@ }, "property": { "type": "Identifier", - "start": 727, - "end": 731, + "start": 763, + "end": 767, "loc": { "start": { - "line": 26, + "line": 28, "column": 14 }, "end": { - "line": 26, + "line": 28, "column": 18 }, "identifierName": "body" @@ -6585,29 +6359,29 @@ "operator": "||", "right": { "type": "MemberExpression", - "start": 735, - "end": 759, + "start": 771, + "end": 795, "loc": { "start": { - "line": 26, + "line": 28, "column": 22 }, "end": { - "line": 26, + "line": 28, "column": 46 } }, "object": { "type": "Identifier", - "start": 735, - "end": 743, + "start": 771, + "end": 779, "loc": { "start": { - "line": 26, + "line": 28, "column": 22 }, "end": { - "line": 26, + "line": 28, "column": 30 }, "identifierName": "document" @@ -6616,15 +6390,15 @@ }, "property": { "type": "Identifier", - "start": 744, - "end": 759, + "start": 780, + "end": 795, "loc": { "start": { - "line": 26, + "line": 28, "column": 31 }, "end": { - "line": 26, + "line": 28, "column": 46 }, "identifierName": "documentElement" @@ -6635,20 +6409,20 @@ }, "extra": { "parenthesized": true, - "parenStart": 717 + "parenStart": 753 } }, "property": { "type": "Identifier", - "start": 761, - "end": 772, + "start": 797, + "end": 808, "loc": { "start": { - "line": 26, + "line": 28, "column": 48 }, "end": { - "line": 26, + "line": 28, "column": 59 }, "identifierName": "appendChild" @@ -6660,15 +6434,15 @@ "arguments": [ { "type": "Identifier", - "start": 773, - "end": 782, + "start": 809, + "end": 818, "loc": { "start": { - "line": 26, + "line": 28, "column": 60 }, "end": { - "line": 26, + "line": 28, "column": 69 }, "identifierName": "hyperlink" @@ -6680,43 +6454,43 @@ }, { "type": "IfStatement", - "start": 790, - "end": 1070, + "start": 826, + "end": 1106, "loc": { "start": { - "line": 28, + "line": 30, "column": 4 }, "end": { - "line": 37, + "line": 39, "column": 5 } }, "test": { "type": "BinaryExpression", - "start": 794, - "end": 831, + "start": 830, + "end": 867, "loc": { "start": { - "line": 28, + "line": 30, "column": 8 }, "end": { - "line": 28, + "line": 30, "column": 45 } }, "left": { "type": "UnaryExpression", - "start": 794, - "end": 816, + "start": 830, + "end": 852, "loc": { "start": { - "line": 28, + "line": 30, "column": 8 }, "end": { - "line": 28, + "line": 30, "column": 30 } }, @@ -6724,29 +6498,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 801, - "end": 816, + "start": 837, + "end": 852, "loc": { "start": { - "line": 28, + "line": 30, "column": 15 }, "end": { - "line": 28, + "line": 30, "column": 30 } }, "object": { "type": "Identifier", - "start": 801, - "end": 810, + "start": 837, + "end": 846, "loc": { "start": { - "line": 28, + "line": 30, "column": 15 }, "end": { - "line": 28, + "line": 30, "column": 24 }, "identifierName": "hyperlink" @@ -6755,15 +6529,15 @@ }, "property": { "type": "Identifier", - "start": 811, - "end": 816, + "start": 847, + "end": 852, "loc": { "start": { - "line": 28, + "line": 30, "column": 25 }, "end": { - "line": 28, + "line": 30, "column": 30 }, "identifierName": "click" @@ -6779,15 +6553,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 821, - "end": 831, + "start": 857, + "end": 867, "loc": { "start": { - "line": 28, + "line": 30, "column": 35 }, "end": { - "line": 28, + "line": 30, "column": 45 } }, @@ -6800,72 +6574,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 833, - "end": 867, + "start": 869, + "end": 903, "loc": { "start": { - "line": 28, + "line": 30, "column": 47 }, "end": { - "line": 30, + "line": 32, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 843, - "end": 861, + "start": 879, + "end": 897, "loc": { "start": { - "line": 29, + "line": 31, "column": 8 }, "end": { - "line": 29, + "line": 31, "column": 26 } }, "expression": { "type": "CallExpression", - "start": 843, - "end": 860, + "start": 879, + "end": 896, "loc": { "start": { - "line": 29, + "line": 31, "column": 8 }, "end": { - "line": 29, + "line": 31, "column": 25 } }, "callee": { "type": "MemberExpression", - "start": 843, - "end": 858, + "start": 879, + "end": 894, "loc": { "start": { - "line": 29, + "line": 31, "column": 8 }, "end": { - "line": 29, + "line": 31, "column": 23 } }, "object": { "type": "Identifier", - "start": 843, - "end": 852, + "start": 879, + "end": 888, "loc": { "start": { - "line": 29, + "line": 31, "column": 8 }, "end": { - "line": 29, + "line": 31, "column": 17 }, "identifierName": "hyperlink" @@ -6874,15 +6648,15 @@ }, "property": { "type": "Identifier", - "start": 853, - "end": 858, + "start": 889, + "end": 894, "loc": { "start": { - "line": 29, + "line": 31, "column": 18 }, "end": { - "line": 29, + "line": 31, "column": 23 }, "identifierName": "click" @@ -6899,73 +6673,73 @@ }, "alternate": { "type": "BlockStatement", - "start": 873, - "end": 1070, + "start": 909, + "end": 1106, "loc": { "start": { - "line": 30, + "line": 32, "column": 11 }, "end": { - "line": 37, + "line": 39, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 883, - "end": 911, + "start": 919, + "end": 947, "loc": { "start": { - "line": 31, + "line": 33, "column": 8 }, "end": { - "line": 31, + "line": 33, "column": 36 } }, "expression": { "type": "AssignmentExpression", - "start": 883, - "end": 910, + "start": 919, + "end": 946, "loc": { "start": { - "line": 31, + "line": 33, "column": 8 }, "end": { - "line": 31, + "line": 33, "column": 35 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 883, - "end": 899, + "start": 919, + "end": 935, "loc": { "start": { - "line": 31, + "line": 33, "column": 8 }, "end": { - "line": 31, + "line": 33, "column": 24 } }, "object": { "type": "Identifier", - "start": 883, - "end": 892, + "start": 919, + "end": 928, "loc": { "start": { - "line": 31, + "line": 33, "column": 8 }, "end": { - "line": 31, + "line": 33, "column": 17 }, "identifierName": "hyperlink" @@ -6974,15 +6748,15 @@ }, "property": { "type": "Identifier", - "start": 893, - "end": 899, + "start": 929, + "end": 935, "loc": { "start": { - "line": 31, + "line": 33, "column": 18 }, "end": { - "line": 31, + "line": 33, "column": 24 }, "identifierName": "target" @@ -6993,15 +6767,15 @@ }, "right": { "type": "StringLiteral", - "start": 902, - "end": 910, + "start": 938, + "end": 946, "loc": { "start": { - "line": 31, + "line": 33, "column": 27 }, "end": { - "line": 31, + "line": 33, "column": 35 } }, @@ -7015,57 +6789,57 @@ }, { "type": "ExpressionStatement", - "start": 920, - "end": 1064, + "start": 956, + "end": 1100, "loc": { "start": { - "line": 32, + "line": 34, "column": 8 }, "end": { - "line": 36, + "line": 38, "column": 12 } }, "expression": { "type": "CallExpression", - "start": 920, - "end": 1063, + "start": 956, + "end": 1099, "loc": { "start": { - "line": 32, + "line": 34, "column": 8 }, "end": { - "line": 36, + "line": 38, "column": 11 } }, "callee": { "type": "MemberExpression", - "start": 920, - "end": 943, + "start": 956, + "end": 979, "loc": { "start": { - "line": 32, + "line": 34, "column": 8 }, "end": { - "line": 32, + "line": 34, "column": 31 } }, "object": { "type": "Identifier", - "start": 920, - "end": 929, + "start": 956, + "end": 965, "loc": { "start": { - "line": 32, + "line": 34, "column": 8 }, "end": { - "line": 32, + "line": 34, "column": 17 }, "identifierName": "hyperlink" @@ -7074,15 +6848,15 @@ }, "property": { "type": "Identifier", - "start": 930, - "end": 943, + "start": 966, + "end": 979, "loc": { "start": { - "line": 32, + "line": 34, "column": 18 }, "end": { - "line": 32, + "line": 34, "column": 31 }, "identifierName": "dispatchEvent" @@ -7094,29 +6868,29 @@ "arguments": [ { "type": "NewExpression", - "start": 944, - "end": 1062, + "start": 980, + "end": 1098, "loc": { "start": { - "line": 32, + "line": 34, "column": 32 }, "end": { - "line": 36, + "line": 38, "column": 10 } }, "callee": { "type": "Identifier", - "start": 948, - "end": 958, + "start": 984, + "end": 994, "loc": { "start": { - "line": 32, + "line": 34, "column": 36 }, "end": { - "line": 32, + "line": 34, "column": 46 }, "identifierName": "MouseEvent" @@ -7126,15 +6900,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 959, - "end": 966, + "start": 995, + "end": 1002, "loc": { "start": { - "line": 32, + "line": 34, "column": 47 }, "end": { - "line": 32, + "line": 34, "column": 54 } }, @@ -7146,30 +6920,30 @@ }, { "type": "ObjectExpression", - "start": 968, - "end": 1061, + "start": 1004, + "end": 1097, "loc": { "start": { - "line": 32, + "line": 34, "column": 56 }, "end": { - "line": 36, + "line": 38, "column": 9 } }, "properties": [ { "type": "ObjectProperty", - "start": 982, - "end": 994, + "start": 1018, + "end": 1030, "loc": { "start": { - "line": 33, + "line": 35, "column": 12 }, "end": { - "line": 33, + "line": 35, "column": 24 } }, @@ -7178,15 +6952,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 982, - "end": 986, + "start": 1018, + "end": 1022, "loc": { "start": { - "line": 33, + "line": 35, "column": 12 }, "end": { - "line": 33, + "line": 35, "column": 16 }, "identifierName": "view" @@ -7195,15 +6969,15 @@ }, "value": { "type": "Identifier", - "start": 988, - "end": 994, + "start": 1024, + "end": 1030, "loc": { "start": { - "line": 33, + "line": 35, "column": 18 }, "end": { - "line": 33, + "line": 35, "column": 24 }, "identifierName": "window" @@ -7213,15 +6987,15 @@ }, { "type": "ObjectProperty", - "start": 1008, - "end": 1021, + "start": 1044, + "end": 1057, "loc": { "start": { - "line": 34, + "line": 36, "column": 12 }, "end": { - "line": 34, + "line": 36, "column": 25 } }, @@ -7230,15 +7004,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 1008, - "end": 1015, + "start": 1044, + "end": 1051, "loc": { "start": { - "line": 34, + "line": 36, "column": 12 }, "end": { - "line": 34, + "line": 36, "column": 19 }, "identifierName": "bubbles" @@ -7247,15 +7021,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 1017, - "end": 1021, + "start": 1053, + "end": 1057, "loc": { "start": { - "line": 34, + "line": 36, "column": 21 }, "end": { - "line": 34, + "line": 36, "column": 25 } }, @@ -7264,15 +7038,15 @@ }, { "type": "ObjectProperty", - "start": 1035, - "end": 1051, + "start": 1071, + "end": 1087, "loc": { "start": { - "line": 35, + "line": 37, "column": 12 }, "end": { - "line": 35, + "line": 37, "column": 28 } }, @@ -7281,15 +7055,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 1035, - "end": 1045, + "start": 1071, + "end": 1081, "loc": { "start": { - "line": 35, + "line": 37, "column": 12 }, "end": { - "line": 35, + "line": 37, "column": 22 }, "identifierName": "cancelable" @@ -7298,15 +7072,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 1047, - "end": 1051, + "start": 1083, + "end": 1087, "loc": { "start": { - "line": 35, + "line": 37, "column": 24 }, "end": { - "line": 35, + "line": 37, "column": 28 } }, @@ -7326,57 +7100,57 @@ }, { "type": "ExpressionStatement", - "start": 1076, - "end": 1112, + "start": 1112, + "end": 1148, "loc": { "start": { - "line": 39, + "line": 41, "column": 4 }, "end": { - "line": 39, + "line": 41, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 1076, - "end": 1111, + "start": 1112, + "end": 1147, "loc": { "start": { - "line": 39, + "line": 41, "column": 4 }, "end": { - "line": 39, + "line": 41, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 1076, - "end": 1095, + "start": 1112, + "end": 1131, "loc": { "start": { - "line": 39, + "line": 41, "column": 4 }, "end": { - "line": 39, + "line": 41, "column": 23 } }, "object": { "type": "Identifier", - "start": 1076, - "end": 1079, + "start": 1112, + "end": 1115, "loc": { "start": { - "line": 39, + "line": 41, "column": 4 }, "end": { - "line": 39, + "line": 41, "column": 7 }, "identifierName": "URL" @@ -7385,15 +7159,15 @@ }, "property": { "type": "Identifier", - "start": 1080, - "end": 1095, + "start": 1116, + "end": 1131, "loc": { "start": { - "line": 39, + "line": 41, "column": 8 }, "end": { - "line": 39, + "line": 41, "column": 23 }, "identifierName": "revokeObjectURL" @@ -7405,29 +7179,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 1096, - "end": 1110, + "start": 1132, + "end": 1146, "loc": { "start": { - "line": 39, + "line": 41, "column": 24 }, "end": { - "line": 39, + "line": 41, "column": 38 } }, "object": { "type": "Identifier", - "start": 1096, - "end": 1105, + "start": 1132, + "end": 1141, "loc": { "start": { - "line": 39, + "line": 41, "column": 24 }, "end": { - "line": 39, + "line": 41, "column": 33 }, "identifierName": "hyperlink" @@ -7436,15 +7210,15 @@ }, "property": { "type": "Identifier", - "start": 1106, - "end": 1110, + "start": 1142, + "end": 1146, "loc": { "start": { - "line": 39, + "line": 41, "column": 34 }, "end": { - "line": 39, + "line": 41, "column": 38 }, "identifierName": "href" @@ -7465,34 +7239,18 @@ ], "kind": "const", "leadingComments": [ - { - "type": "CommentBlock", - "value": "*\n * @file file-util.js\n * @since 3.3.0\n ", - "start": 0, - "end": 45, - "loc": { - "start": { - "line": 1, - "column": 0 - }, - "end": { - "line": 4, - "column": 3 - } - } - }, { "type": "CommentBlock", "value": "*\n * Download `Blob` object in browser.\n *\n * @param {string} fileName - Name for the file to download.\n * @param {blob} data - File data.\n * @returns {void}\n * @private\n ", - "start": 47, - "end": 222, + "start": 83, + "end": 258, "loc": { "start": { - "line": 6, + "line": 8, "column": 0 }, "end": { - "line": 13, + "line": 15, "column": 3 } } @@ -7501,16 +7259,16 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Read `Blob` as `ArrayBuffer`.\n *\n * @param {(Blob|File)} fileObj - Blob or File object to read.\n * @returns {void}\n * @private\n ", - "start": 1117, - "end": 1254, + "value": "*\n * Read `Blob` as `ArrayBuffer`.\n *\n * @param {(Blob|File)} fileObj - `Blob` or `File` object to read.\n * @returns {void}\n * @private\n ", + "start": 1153, + "end": 1294, "loc": { "start": { - "line": 42, + "line": 44, "column": 0 }, "end": { - "line": 48, + "line": 50, "column": 3 } } @@ -7523,58 +7281,58 @@ }, { "type": "ExportNamedDeclaration", - "start": 3143, - "end": 3203, + "start": 3393, + "end": 3453, "loc": { "start": { - "line": 109, + "line": 115, "column": 0 }, "end": { - "line": 111, + "line": 117, "column": 2 } }, "declaration": { "type": "VariableDeclaration", - "start": 1255, - "end": 1599, + "start": 1295, + "end": 1639, "loc": { "start": { - "line": 49, + "line": 51, "column": 0 }, "end": { - "line": 60, + "line": 62, "column": 2 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 1261, - "end": 1598, + "start": 1301, + "end": 1638, "loc": { "start": { - "line": 49, + "line": 51, "column": 6 }, "end": { - "line": 60, + "line": 62, "column": 1 } }, "id": { "type": "Identifier", - "start": 1261, - "end": 1278, + "start": 1301, + "end": 1318, "loc": { "start": { - "line": 49, + "line": 51, "column": 6 }, "end": { - "line": 49, + "line": 51, "column": 23 }, "identifierName": "blobToArrayBuffer" @@ -7584,29 +7342,29 @@ }, "init": { "type": "FunctionExpression", - "start": 1281, - "end": 1598, + "start": 1321, + "end": 1638, "loc": { "start": { - "line": 49, + "line": 51, "column": 26 }, "end": { - "line": 60, + "line": 62, "column": 1 } }, "id": { "type": "Identifier", - "start": 1261, - "end": 1278, + "start": 1301, + "end": 1318, "loc": { "start": { - "line": 49, + "line": 51, "column": 6 }, "end": { - "line": 49, + "line": 51, "column": 23 }, "identifierName": "blobToArrayBuffer" @@ -7620,15 +7378,15 @@ "params": [ { "type": "Identifier", - "start": 1290, - "end": 1297, + "start": 1330, + "end": 1337, "loc": { "start": { - "line": 49, + "line": 51, "column": 35 }, "end": { - "line": 49, + "line": 51, "column": 42 }, "identifierName": "fileObj" @@ -7638,58 +7396,58 @@ ], "body": { "type": "BlockStatement", - "start": 1299, - "end": 1598, + "start": 1339, + "end": 1638, "loc": { "start": { - "line": 49, + "line": 51, "column": 44 }, "end": { - "line": 60, + "line": 62, "column": 1 } }, "body": [ { "type": "ReturnStatement", - "start": 1305, - "end": 1596, + "start": 1345, + "end": 1636, "loc": { "start": { - "line": 50, + "line": 52, "column": 4 }, "end": { - "line": 59, + "line": 61, "column": 7 } }, "argument": { "type": "NewExpression", - "start": 1312, - "end": 1595, + "start": 1352, + "end": 1635, "loc": { "start": { - "line": 50, + "line": 52, "column": 11 }, "end": { - "line": 59, + "line": 61, "column": 6 } }, "callee": { "type": "Identifier", - "start": 1316, - "end": 1323, + "start": 1356, + "end": 1363, "loc": { "start": { - "line": 50, + "line": 52, "column": 15 }, "end": { - "line": 50, + "line": 52, "column": 22 }, "identifierName": "Promise" @@ -7699,15 +7457,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 1324, - "end": 1594, + "start": 1364, + "end": 1634, "loc": { "start": { - "line": 50, + "line": 52, "column": 23 }, "end": { - "line": 59, + "line": 61, "column": 5 } }, @@ -7718,15 +7476,15 @@ "params": [ { "type": "Identifier", - "start": 1325, - "end": 1332, + "start": 1365, + "end": 1372, "loc": { "start": { - "line": 50, + "line": 52, "column": 24 }, "end": { - "line": 50, + "line": 52, "column": 31 }, "identifierName": "resolve" @@ -7735,15 +7493,15 @@ }, { "type": "Identifier", - "start": 1334, - "end": 1340, + "start": 1374, + "end": 1380, "loc": { "start": { - "line": 50, + "line": 52, "column": 33 }, "end": { - "line": 50, + "line": 52, "column": 39 }, "identifierName": "reject" @@ -7753,59 +7511,59 @@ ], "body": { "type": "BlockStatement", - "start": 1345, - "end": 1594, + "start": 1385, + "end": 1634, "loc": { "start": { - "line": 50, + "line": 52, "column": 44 }, "end": { - "line": 59, + "line": 61, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 1355, - "end": 1387, + "start": 1395, + "end": 1427, "loc": { "start": { - "line": 51, + "line": 53, "column": 8 }, "end": { - "line": 51, + "line": 53, "column": 40 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 1361, - "end": 1386, + "start": 1401, + "end": 1426, "loc": { "start": { - "line": 51, + "line": 53, "column": 14 }, "end": { - "line": 51, + "line": 53, "column": 39 } }, "id": { "type": "Identifier", - "start": 1361, - "end": 1367, + "start": 1401, + "end": 1407, "loc": { "start": { - "line": 51, + "line": 53, "column": 14 }, "end": { - "line": 51, + "line": 53, "column": 20 }, "identifierName": "reader" @@ -7814,29 +7572,29 @@ }, "init": { "type": "NewExpression", - "start": 1370, - "end": 1386, + "start": 1410, + "end": 1426, "loc": { "start": { - "line": 51, + "line": 53, "column": 23 }, "end": { - "line": 51, + "line": 53, "column": 39 } }, "callee": { "type": "Identifier", - "start": 1374, - "end": 1384, + "start": 1414, + "end": 1424, "loc": { "start": { - "line": 51, + "line": 53, "column": 27 }, "end": { - "line": 51, + "line": 53, "column": 37 }, "identifierName": "FileReader" @@ -7851,58 +7609,58 @@ }, { "type": "ExpressionStatement", - "start": 1396, - "end": 1469, + "start": 1436, + "end": 1509, "loc": { "start": { - "line": 52, + "line": 54, "column": 8 }, "end": { - "line": 54, + "line": 56, "column": 10 } }, "expression": { "type": "AssignmentExpression", - "start": 1396, - "end": 1468, + "start": 1436, + "end": 1508, "loc": { "start": { - "line": 52, + "line": 54, "column": 8 }, "end": { - "line": 54, + "line": 56, "column": 9 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 1396, - "end": 1412, + "start": 1436, + "end": 1452, "loc": { "start": { - "line": 52, + "line": 54, "column": 8 }, "end": { - "line": 52, + "line": 54, "column": 24 } }, "object": { "type": "Identifier", - "start": 1396, - "end": 1402, + "start": 1436, + "end": 1442, "loc": { "start": { - "line": 52, + "line": 54, "column": 8 }, "end": { - "line": 52, + "line": 54, "column": 14 }, "identifierName": "reader" @@ -7911,15 +7669,15 @@ }, "property": { "type": "Identifier", - "start": 1403, - "end": 1412, + "start": 1443, + "end": 1452, "loc": { "start": { - "line": 52, + "line": 54, "column": 15 }, "end": { - "line": 52, + "line": 54, "column": 24 }, "identifierName": "onloadend" @@ -7930,15 +7688,15 @@ }, "right": { "type": "ArrowFunctionExpression", - "start": 1415, - "end": 1468, + "start": 1455, + "end": 1508, "loc": { "start": { - "line": 52, + "line": 54, "column": 27 }, "end": { - "line": 54, + "line": 56, "column": 9 } }, @@ -7949,58 +7707,58 @@ "params": [], "body": { "type": "BlockStatement", - "start": 1421, - "end": 1468, + "start": 1461, + "end": 1508, "loc": { "start": { - "line": 52, + "line": 54, "column": 33 }, "end": { - "line": 54, + "line": 56, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 1435, - "end": 1458, + "start": 1475, + "end": 1498, "loc": { "start": { - "line": 53, + "line": 55, "column": 12 }, "end": { - "line": 53, + "line": 55, "column": 35 } }, "expression": { "type": "CallExpression", - "start": 1435, - "end": 1457, + "start": 1475, + "end": 1497, "loc": { "start": { - "line": 53, + "line": 55, "column": 12 }, "end": { - "line": 53, + "line": 55, "column": 34 } }, "callee": { "type": "Identifier", - "start": 1435, - "end": 1442, + "start": 1475, + "end": 1482, "loc": { "start": { - "line": 53, + "line": 55, "column": 12 }, "end": { - "line": 53, + "line": 55, "column": 19 }, "identifierName": "resolve" @@ -8010,29 +7768,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 1443, - "end": 1456, + "start": 1483, + "end": 1496, "loc": { "start": { - "line": 53, + "line": 55, "column": 20 }, "end": { - "line": 53, + "line": 55, "column": 33 } }, "object": { "type": "Identifier", - "start": 1443, - "end": 1449, + "start": 1483, + "end": 1489, "loc": { "start": { - "line": 53, + "line": 55, "column": 20 }, "end": { - "line": 53, + "line": 55, "column": 26 }, "identifierName": "reader" @@ -8041,15 +7799,15 @@ }, "property": { "type": "Identifier", - "start": 1450, - "end": 1456, + "start": 1490, + "end": 1496, "loc": { "start": { - "line": 53, + "line": 55, "column": 27 }, "end": { - "line": 53, + "line": 55, "column": 33 }, "identifierName": "result" @@ -8069,58 +7827,58 @@ }, { "type": "ExpressionStatement", - "start": 1478, - "end": 1545, + "start": 1518, + "end": 1585, "loc": { "start": { - "line": 55, + "line": 57, "column": 8 }, "end": { - "line": 57, + "line": 59, "column": 10 } }, "expression": { "type": "AssignmentExpression", - "start": 1478, - "end": 1544, + "start": 1518, + "end": 1584, "loc": { "start": { - "line": 55, + "line": 57, "column": 8 }, "end": { - "line": 57, + "line": 59, "column": 9 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 1478, - "end": 1492, + "start": 1518, + "end": 1532, "loc": { "start": { - "line": 55, + "line": 57, "column": 8 }, "end": { - "line": 55, + "line": 57, "column": 22 } }, "object": { "type": "Identifier", - "start": 1478, - "end": 1484, + "start": 1518, + "end": 1524, "loc": { "start": { - "line": 55, + "line": 57, "column": 8 }, "end": { - "line": 55, + "line": 57, "column": 14 }, "identifierName": "reader" @@ -8129,15 +7887,15 @@ }, "property": { "type": "Identifier", - "start": 1485, - "end": 1492, + "start": 1525, + "end": 1532, "loc": { "start": { - "line": 55, + "line": 57, "column": 15 }, "end": { - "line": 55, + "line": 57, "column": 22 }, "identifierName": "onerror" @@ -8148,15 +7906,15 @@ }, "right": { "type": "ArrowFunctionExpression", - "start": 1495, - "end": 1544, + "start": 1535, + "end": 1584, "loc": { "start": { - "line": 55, + "line": 57, "column": 25 }, "end": { - "line": 57, + "line": 59, "column": 9 } }, @@ -8167,15 +7925,15 @@ "params": [ { "type": "Identifier", - "start": 1496, - "end": 1498, + "start": 1536, + "end": 1538, "loc": { "start": { - "line": 55, + "line": 57, "column": 26 }, "end": { - "line": 55, + "line": 57, "column": 28 }, "identifierName": "ev" @@ -8185,58 +7943,58 @@ ], "body": { "type": "BlockStatement", - "start": 1503, - "end": 1544, + "start": 1543, + "end": 1584, "loc": { "start": { - "line": 55, + "line": 57, "column": 33 }, "end": { - "line": 57, + "line": 59, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 1517, - "end": 1534, + "start": 1557, + "end": 1574, "loc": { "start": { - "line": 56, + "line": 58, "column": 12 }, "end": { - "line": 56, + "line": 58, "column": 29 } }, "expression": { "type": "CallExpression", - "start": 1517, - "end": 1533, + "start": 1557, + "end": 1573, "loc": { "start": { - "line": 56, + "line": 58, "column": 12 }, "end": { - "line": 56, + "line": 58, "column": 28 } }, "callee": { "type": "Identifier", - "start": 1517, - "end": 1523, + "start": 1557, + "end": 1563, "loc": { "start": { - "line": 56, + "line": 58, "column": 12 }, "end": { - "line": 56, + "line": 58, "column": 18 }, "identifierName": "reject" @@ -8246,29 +8004,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 1524, - "end": 1532, + "start": 1564, + "end": 1572, "loc": { "start": { - "line": 56, + "line": 58, "column": 19 }, "end": { - "line": 56, + "line": 58, "column": 27 } }, "object": { "type": "Identifier", - "start": 1524, - "end": 1526, + "start": 1564, + "end": 1566, "loc": { "start": { - "line": 56, + "line": 58, "column": 19 }, "end": { - "line": 56, + "line": 58, "column": 21 }, "identifierName": "ev" @@ -8277,15 +8035,15 @@ }, "property": { "type": "Identifier", - "start": 1527, - "end": 1532, + "start": 1567, + "end": 1572, "loc": { "start": { - "line": 56, + "line": 58, "column": 22 }, "end": { - "line": 56, + "line": 58, "column": 27 }, "identifierName": "error" @@ -8305,57 +8063,57 @@ }, { "type": "ExpressionStatement", - "start": 1554, - "end": 1588, + "start": 1594, + "end": 1628, "loc": { "start": { - "line": 58, + "line": 60, "column": 8 }, "end": { - "line": 58, + "line": 60, "column": 42 } }, "expression": { "type": "CallExpression", - "start": 1554, - "end": 1587, + "start": 1594, + "end": 1627, "loc": { "start": { - "line": 58, + "line": 60, "column": 8 }, "end": { - "line": 58, + "line": 60, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 1554, - "end": 1578, + "start": 1594, + "end": 1618, "loc": { "start": { - "line": 58, + "line": 60, "column": 8 }, "end": { - "line": 58, + "line": 60, "column": 32 } }, "object": { "type": "Identifier", - "start": 1554, - "end": 1560, + "start": 1594, + "end": 1600, "loc": { "start": { - "line": 58, + "line": 60, "column": 8 }, "end": { - "line": 58, + "line": 60, "column": 14 }, "identifierName": "reader" @@ -8364,15 +8122,15 @@ }, "property": { "type": "Identifier", - "start": 1561, - "end": 1578, + "start": 1601, + "end": 1618, "loc": { "start": { - "line": 58, + "line": 60, "column": 15 }, "end": { - "line": 58, + "line": 60, "column": 32 }, "identifierName": "readAsArrayBuffer" @@ -8384,15 +8142,15 @@ "arguments": [ { "type": "Identifier", - "start": 1579, - "end": 1586, + "start": 1619, + "end": 1626, "loc": { "start": { - "line": 58, + "line": 60, "column": 33 }, "end": { - "line": 58, + "line": 60, "column": 40 }, "identifierName": "fileObj" @@ -8420,16 +8178,16 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Read `Blob` as `ArrayBuffer`.\n *\n * @param {(Blob|File)} fileObj - Blob or File object to read.\n * @returns {void}\n * @private\n ", - "start": 1117, - "end": 1254, + "value": "*\n * Read `Blob` as `ArrayBuffer`.\n *\n * @param {(Blob|File)} fileObj - `Blob` or `File` object to read.\n * @returns {void}\n * @private\n ", + "start": 1153, + "end": 1294, "loc": { "start": { - "line": 42, + "line": 44, "column": 0 }, "end": { - "line": 48, + "line": 50, "column": 3 } } @@ -8438,16 +8196,16 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Add filename and timestamp to recorded file object.\n *\n * @param {(Blob|File)} fileObj - Blob or File object to modify.\n * @param {date} [now] - Optional date information, default is\n * current timestamp.\n * @private\n ", - "start": 1601, - "end": 1831, + "value": "*\n * Add filename and modification date to recorded file object.\n *\n * @param {(Blob|File)} fileObj - `Blob` or `File` object to modify.\n * @param {date} [dateObj] - Optional modification date information.\n * Default is `new Date()`.\n * @param {string} [fileExtension] - Optional file extension to use.\n * By default the file extension is automatically determined using\n * the mime-type.\n * @private\n ", + "start": 1641, + "end": 2058, "loc": { "start": { - "line": 62, + "line": 64, "column": 0 }, "end": { - "line": 69, + "line": 74, "column": 3 } } @@ -8460,58 +8218,58 @@ }, { "type": "ExportNamedDeclaration", - "start": 3143, - "end": 3203, + "start": 3393, + "end": 3453, "loc": { "start": { - "line": 109, + "line": 115, "column": 0 }, "end": { - "line": 111, + "line": 117, "column": 2 } }, "declaration": { "type": "VariableDeclaration", - "start": 1832, - "end": 3141, + "start": 2059, + "end": 3391, "loc": { "start": { - "line": 70, + "line": 75, "column": 0 }, "end": { - "line": 107, + "line": 113, "column": 2 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 1838, - "end": 3140, + "start": 2065, + "end": 3390, "loc": { "start": { - "line": 70, + "line": 75, "column": 6 }, "end": { - "line": 107, + "line": 113, "column": 1 } }, "id": { "type": "Identifier", - "start": 1838, - "end": 1849, + "start": 2065, + "end": 2076, "loc": { "start": { - "line": 70, + "line": 75, "column": 6 }, "end": { - "line": 70, + "line": 75, "column": 17 }, "identifierName": "addFileInfo" @@ -8521,29 +8279,29 @@ }, "init": { "type": "FunctionExpression", - "start": 1852, - "end": 3140, + "start": 2079, + "end": 3390, "loc": { "start": { - "line": 70, + "line": 75, "column": 20 }, "end": { - "line": 107, + "line": 113, "column": 1 } }, "id": { "type": "Identifier", - "start": 1838, - "end": 1849, + "start": 2065, + "end": 2076, "loc": { "start": { - "line": 70, + "line": 75, "column": 6 }, "end": { - "line": 70, + "line": 75, "column": 17 }, "identifierName": "addFileInfo" @@ -8557,15 +8315,15 @@ "params": [ { "type": "Identifier", - "start": 1861, - "end": 1868, + "start": 2088, + "end": 2095, "loc": { "start": { - "line": 70, + "line": 75, "column": 29 }, "end": { - "line": 70, + "line": 75, "column": 36 }, "identifierName": "fileObj" @@ -8574,90 +8332,107 @@ }, { "type": "Identifier", - "start": 1870, - "end": 1873, + "start": 2097, + "end": 2104, "loc": { "start": { - "line": 70, + "line": 75, "column": 38 }, "end": { - "line": 70, - "column": 41 + "line": 75, + "column": 45 + }, + "identifierName": "dateObj" + }, + "name": "dateObj" + }, + { + "type": "Identifier", + "start": 2106, + "end": 2119, + "loc": { + "start": { + "line": 75, + "column": 47 + }, + "end": { + "line": 75, + "column": 60 }, - "identifierName": "now" + "identifierName": "fileExtension" }, - "name": "now" + "name": "fileExtension" } ], "body": { "type": "BlockStatement", - "start": 1875, - "end": 3140, + "start": 2121, + "end": 3390, "loc": { "start": { - "line": 70, - "column": 43 + "line": 75, + "column": 62 }, "end": { - "line": 107, + "line": 113, "column": 1 } }, "body": [ { "type": "IfStatement", - "start": 1881, - "end": 3138, + "start": 2127, + "end": 3388, "loc": { "start": { - "line": 71, + "line": 76, "column": 4 }, "end": { - "line": 106, + "line": 112, "column": 5 } }, "test": { "type": "LogicalExpression", - "start": 1885, - "end": 1935, + "start": 2131, + "end": 2181, "loc": { "start": { - "line": 71, + "line": 76, "column": 8 }, "end": { - "line": 71, + "line": 76, "column": 58 } }, "left": { "type": "BinaryExpression", - "start": 1885, - "end": 1908, + "start": 2131, + "end": 2154, "loc": { "start": { - "line": 71, + "line": 76, "column": 8 }, "end": { - "line": 71, + "line": 76, "column": 31 } }, "left": { "type": "Identifier", - "start": 1885, - "end": 1892, + "start": 2131, + "end": 2138, "loc": { "start": { - "line": 71, + "line": 76, "column": 8 }, "end": { - "line": 71, + "line": 76, "column": 15 }, "identifierName": "fileObj" @@ -8667,15 +8442,15 @@ "operator": "instanceof", "right": { "type": "Identifier", - "start": 1904, - "end": 1908, + "start": 2150, + "end": 2154, "loc": { "start": { - "line": 71, + "line": 76, "column": 27 }, "end": { - "line": 71, + "line": 76, "column": 31 }, "identifierName": "Blob" @@ -8686,29 +8461,29 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 1912, - "end": 1935, + "start": 2158, + "end": 2181, "loc": { "start": { - "line": 71, + "line": 76, "column": 35 }, "end": { - "line": 71, + "line": 76, "column": 58 } }, "left": { "type": "Identifier", - "start": 1912, - "end": 1919, + "start": 2158, + "end": 2165, "loc": { "start": { - "line": 71, + "line": 76, "column": 35 }, "end": { - "line": 71, + "line": 76, "column": 42 }, "identifierName": "fileObj" @@ -8718,15 +8493,15 @@ "operator": "instanceof", "right": { "type": "Identifier", - "start": 1931, - "end": 1935, + "start": 2177, + "end": 2181, "loc": { "start": { - "line": 71, + "line": 76, "column": 54 }, "end": { - "line": 71, + "line": 76, "column": 58 }, "identifierName": "File" @@ -8737,78 +8512,78 @@ }, "consequent": { "type": "BlockStatement", - "start": 1937, - "end": 3138, + "start": 2183, + "end": 3388, "loc": { "start": { - "line": 71, + "line": 76, "column": 60 }, "end": { - "line": 106, + "line": 112, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 1980, - "end": 2044, + "start": 2226, + "end": 2298, "loc": { "start": { - "line": 73, + "line": 78, "column": 8 }, "end": { - "line": 75, + "line": 80, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 1984, - "end": 2001, + "start": 2230, + "end": 2251, "loc": { "start": { - "line": 73, + "line": 78, "column": 12 }, "end": { - "line": 73, - "column": 29 + "line": 78, + "column": 33 } }, "left": { "type": "Identifier", - "start": 1984, - "end": 1987, + "start": 2230, + "end": 2237, "loc": { "start": { - "line": 73, + "line": 78, "column": 12 }, "end": { - "line": 73, - "column": 15 + "line": 78, + "column": 19 }, - "identifierName": "now" + "identifierName": "dateObj" }, - "name": "now", + "name": "dateObj", "leadingComments": null }, "operator": "===", "right": { "type": "Identifier", - "start": 1992, - "end": 2001, + "start": 2242, + "end": 2251, "loc": { "start": { - "line": 73, - "column": 20 + "line": 78, + "column": 24 }, "end": { - "line": 73, - "column": 29 + "line": 78, + "column": 33 }, "identifierName": "undefined" }, @@ -8818,91 +8593,91 @@ }, "consequent": { "type": "BlockStatement", - "start": 2003, - "end": 2044, + "start": 2253, + "end": 2298, "loc": { "start": { - "line": 73, - "column": 31 + "line": 78, + "column": 35 }, "end": { - "line": 75, + "line": 80, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 2017, - "end": 2034, + "start": 2267, + "end": 2288, "loc": { "start": { - "line": 74, + "line": 79, "column": 12 }, "end": { - "line": 74, - "column": 29 + "line": 79, + "column": 33 } }, "expression": { "type": "AssignmentExpression", - "start": 2017, - "end": 2033, + "start": 2267, + "end": 2287, "loc": { "start": { - "line": 74, + "line": 79, "column": 12 }, "end": { - "line": 74, - "column": 28 + "line": 79, + "column": 32 } }, "operator": "=", "left": { "type": "Identifier", - "start": 2017, - "end": 2020, + "start": 2267, + "end": 2274, "loc": { "start": { - "line": 74, + "line": 79, "column": 12 }, "end": { - "line": 74, - "column": 15 + "line": 79, + "column": 19 }, - "identifierName": "now" + "identifierName": "dateObj" }, - "name": "now" + "name": "dateObj" }, "right": { "type": "NewExpression", - "start": 2023, - "end": 2033, + "start": 2277, + "end": 2287, "loc": { "start": { - "line": 74, - "column": 18 + "line": 79, + "column": 22 }, "end": { - "line": 74, - "column": 28 + "line": 79, + "column": 32 } }, "callee": { "type": "Identifier", - "start": 2027, - "end": 2031, + "start": 2281, + "end": 2285, "loc": { "start": { - "line": 74, - "column": 22 + "line": 79, + "column": 26 }, "end": { - "line": 74, - "column": 26 + "line": 79, + "column": 30 }, "identifierName": "Date" }, @@ -8920,15 +8695,15 @@ { "type": "CommentLine", "value": " set modification date", - "start": 1947, - "end": 1971, + "start": 2193, + "end": 2217, "loc": { "start": { - "line": 72, + "line": 77, "column": 8 }, "end": { - "line": 72, + "line": 77, "column": 32 } } @@ -8937,87 +8712,87 @@ }, { "type": "TryStatement", - "start": 2053, - "end": 2395, + "start": 2307, + "end": 2657, "loc": { "start": { - "line": 76, + "line": 81, "column": 8 }, "end": { - "line": 86, + "line": 91, "column": 9 } }, "block": { "type": "BlockStatement", - "start": 2057, - "end": 2162, + "start": 2311, + "end": 2424, "loc": { "start": { - "line": 76, + "line": 81, "column": 12 }, "end": { - "line": 79, + "line": 84, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 2071, - "end": 2108, + "start": 2325, + "end": 2366, "loc": { "start": { - "line": 77, + "line": 82, "column": 12 }, "end": { - "line": 77, - "column": 49 + "line": 82, + "column": 53 } }, "expression": { "type": "AssignmentExpression", - "start": 2071, - "end": 2107, + "start": 2325, + "end": 2365, "loc": { "start": { - "line": 77, + "line": 82, "column": 12 }, "end": { - "line": 77, - "column": 48 + "line": 82, + "column": 52 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 2071, - "end": 2091, + "start": 2325, + "end": 2345, "loc": { "start": { - "line": 77, + "line": 82, "column": 12 }, "end": { - "line": 77, + "line": 82, "column": 32 } }, "object": { "type": "Identifier", - "start": 2071, - "end": 2078, + "start": 2325, + "end": 2332, "loc": { "start": { - "line": 77, + "line": 82, "column": 12 }, "end": { - "line": 77, + "line": 82, "column": 19 }, "identifierName": "fileObj" @@ -9026,15 +8801,15 @@ }, "property": { "type": "Identifier", - "start": 2079, - "end": 2091, + "start": 2333, + "end": 2345, "loc": { "start": { - "line": 77, + "line": 82, "column": 20 }, "end": { - "line": 77, + "line": 82, "column": 32 }, "identifierName": "lastModified" @@ -9045,61 +8820,61 @@ }, "right": { "type": "CallExpression", - "start": 2094, - "end": 2107, + "start": 2348, + "end": 2365, "loc": { "start": { - "line": 77, + "line": 82, "column": 35 }, "end": { - "line": 77, - "column": 48 + "line": 82, + "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 2094, - "end": 2105, + "start": 2348, + "end": 2363, "loc": { "start": { - "line": 77, + "line": 82, "column": 35 }, "end": { - "line": 77, - "column": 46 + "line": 82, + "column": 50 } }, "object": { "type": "Identifier", - "start": 2094, - "end": 2097, + "start": 2348, + "end": 2355, "loc": { "start": { - "line": 77, + "line": 82, "column": 35 }, "end": { - "line": 77, - "column": 38 + "line": 82, + "column": 42 }, - "identifierName": "now" + "identifierName": "dateObj" }, - "name": "now" + "name": "dateObj" }, "property": { "type": "Identifier", - "start": 2098, - "end": 2105, + "start": 2356, + "end": 2363, "loc": { "start": { - "line": 77, - "column": 39 + "line": 82, + "column": 43 }, "end": { - "line": 77, - "column": 46 + "line": 82, + "column": 50 }, "identifierName": "getTime" }, @@ -9113,58 +8888,58 @@ }, { "type": "ExpressionStatement", - "start": 2121, - "end": 2152, + "start": 2379, + "end": 2414, "loc": { "start": { - "line": 78, + "line": 83, "column": 12 }, "end": { - "line": 78, - "column": 43 + "line": 83, + "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 2121, - "end": 2151, + "start": 2379, + "end": 2413, "loc": { "start": { - "line": 78, + "line": 83, "column": 12 }, "end": { - "line": 78, - "column": 42 + "line": 83, + "column": 46 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 2121, - "end": 2145, + "start": 2379, + "end": 2403, "loc": { "start": { - "line": 78, + "line": 83, "column": 12 }, "end": { - "line": 78, + "line": 83, "column": 36 } }, "object": { "type": "Identifier", - "start": 2121, - "end": 2128, + "start": 2379, + "end": 2386, "loc": { "start": { - "line": 78, + "line": 83, "column": 12 }, "end": { - "line": 78, + "line": 83, "column": 19 }, "identifierName": "fileObj" @@ -9173,15 +8948,15 @@ }, "property": { "type": "Identifier", - "start": 2129, - "end": 2145, + "start": 2387, + "end": 2403, "loc": { "start": { - "line": 78, + "line": 83, "column": 20 }, "end": { - "line": 78, + "line": 83, "column": 36 }, "identifierName": "lastModifiedDate" @@ -9192,20 +8967,20 @@ }, "right": { "type": "Identifier", - "start": 2148, - "end": 2151, + "start": 2406, + "end": 2413, "loc": { "start": { - "line": 78, + "line": 83, "column": 39 }, "end": { - "line": 78, - "column": 42 + "line": 83, + "column": 46 }, - "identifierName": "now" + "identifierName": "dateObj" }, - "name": "now" + "name": "dateObj" } } } @@ -9214,29 +8989,29 @@ }, "handler": { "type": "CatchClause", - "start": 2163, - "end": 2395, + "start": 2425, + "end": 2657, "loc": { "start": { - "line": 79, + "line": 84, "column": 10 }, "end": { - "line": 86, + "line": 91, "column": 9 } }, "param": { "type": "Identifier", - "start": 2170, - "end": 2171, + "start": 2432, + "end": 2433, "loc": { "start": { - "line": 79, + "line": 84, "column": 17 }, "end": { - "line": 79, + "line": 84, "column": 18 }, "identifierName": "e" @@ -9245,58 +9020,58 @@ }, "body": { "type": "BlockStatement", - "start": 2173, - "end": 2395, + "start": 2435, + "end": 2657, "loc": { "start": { - "line": 79, + "line": 84, "column": 20 }, "end": { - "line": 86, + "line": 91, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 2187, - "end": 2385, + "start": 2449, + "end": 2647, "loc": { "start": { - "line": 80, + "line": 85, "column": 12 }, "end": { - "line": 85, + "line": 90, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 2191, - "end": 2213, + "start": 2453, + "end": 2475, "loc": { "start": { - "line": 80, + "line": 85, "column": 16 }, "end": { - "line": 80, + "line": 85, "column": 38 } }, "left": { "type": "Identifier", - "start": 2191, - "end": 2192, + "start": 2453, + "end": 2454, "loc": { "start": { - "line": 80, + "line": 85, "column": 16 }, "end": { - "line": 80, + "line": 85, "column": 17 }, "identifierName": "e" @@ -9306,15 +9081,15 @@ "operator": "instanceof", "right": { "type": "Identifier", - "start": 2204, - "end": 2213, + "start": 2466, + "end": 2475, "loc": { "start": { - "line": 80, + "line": 85, "column": 29 }, "end": { - "line": 80, + "line": 85, "column": 38 }, "identifierName": "TypeError" @@ -9324,15 +9099,15 @@ }, "consequent": { "type": "BlockStatement", - "start": 2215, - "end": 2305, + "start": 2477, + "end": 2567, "loc": { "start": { - "line": 80, + "line": 85, "column": 40 }, "end": { - "line": 82, + "line": 87, "column": 13 } }, @@ -9343,15 +9118,15 @@ { "type": "CommentLine", "value": " ignore: setting getter-only property \"lastModifiedDate\"", - "start": 2233, - "end": 2291, + "start": 2495, + "end": 2553, "loc": { "start": { - "line": 81, + "line": 86, "column": 16 }, "end": { - "line": 81, + "line": 86, "column": 74 } } @@ -9360,44 +9135,44 @@ }, "alternate": { "type": "BlockStatement", - "start": 2311, - "end": 2385, + "start": 2573, + "end": 2647, "loc": { "start": { - "line": 82, + "line": 87, "column": 19 }, "end": { - "line": 85, + "line": 90, "column": 13 } }, "body": [ { "type": "ThrowStatement", - "start": 2363, - "end": 2371, + "start": 2625, + "end": 2633, "loc": { "start": { - "line": 84, + "line": 89, "column": 16 }, "end": { - "line": 84, + "line": 89, "column": 24 } }, "argument": { "type": "Identifier", - "start": 2369, - "end": 2370, + "start": 2631, + "end": 2632, "loc": { "start": { - "line": 84, + "line": 89, "column": 22 }, "end": { - "line": 84, + "line": 89, "column": 23 }, "identifierName": "e" @@ -9409,15 +9184,15 @@ { "type": "CommentLine", "value": " re-raise error", - "start": 2329, - "end": 2346, + "start": 2591, + "end": 2608, "loc": { "start": { - "line": 83, + "line": 88, "column": 16 }, "end": { - "line": 83, + "line": 88, "column": 33 } } @@ -9439,957 +9214,607 @@ "trailingComments": [ { "type": "CommentLine", - "value": " guess extension name from mime type, e.g. audio/ogg, but", - "start": 2404, - "end": 2463, + "value": " file extension", + "start": 2667, + "end": 2684, "loc": { "start": { - "line": 87, + "line": 93, "column": 8 }, "end": { - "line": 87, - "column": 67 + "line": 93, + "column": 25 } } + } + ] + }, + { + "type": "IfStatement", + "start": 2693, + "end": 3013, + "loc": { + "start": { + "line": 94, + "column": 8 }, - { - "type": "CommentLine", - "value": " any extension is valid here. Chrome also accepts extended", - "start": 2472, - "end": 2532, - "loc": { - "start": { - "line": 88, - "column": 8 - }, - "end": { - "line": 88, - "column": 68 - } + "end": { + "line": 99, + "column": 9 + } + }, + "test": { + "type": "BinaryExpression", + "start": 2697, + "end": 2724, + "loc": { + "start": { + "line": 94, + "column": 12 + }, + "end": { + "line": 94, + "column": 39 } }, - { - "type": "CommentLine", - "value": " mime types like video/webm;codecs=h264,vp9,opus", - "start": 2541, - "end": 2591, + "left": { + "type": "Identifier", + "start": 2697, + "end": 2710, "loc": { "start": { - "line": 89, - "column": 8 + "line": 94, + "column": 12 }, "end": { - "line": 89, - "column": 58 - } - } - } - ] - }, - { - "type": "VariableDeclaration", - "start": 2600, - "end": 2653, - "loc": { - "start": { - "line": 90, - "column": 8 + "line": 94, + "column": 25 + }, + "identifierName": "fileExtension" + }, + "name": "fileExtension", + "leadingComments": null }, - "end": { - "line": 90, - "column": 61 - } - }, - "declarations": [ - { - "type": "VariableDeclarator", - "start": 2604, - "end": 2652, + "operator": "===", + "right": { + "type": "Identifier", + "start": 2715, + "end": 2724, "loc": { "start": { - "line": 90, - "column": 12 + "line": 94, + "column": 30 }, "end": { - "line": 90, - "column": 60 - } - }, - "id": { - "type": "Identifier", - "start": 2604, - "end": 2617, - "loc": { - "start": { - "line": 90, - "column": 12 - }, - "end": { - "line": 90, - "column": 25 - }, - "identifierName": "fileExtension" + "line": 94, + "column": 39 }, - "name": "fileExtension", - "leadingComments": null + "identifierName": "undefined" + }, + "name": "undefined" + }, + "leadingComments": null + }, + "consequent": { + "type": "BlockStatement", + "start": 2726, + "end": 3013, + "loc": { + "start": { + "line": 94, + "column": 41 }, - "init": { - "type": "BinaryExpression", - "start": 2620, - "end": 2652, + "end": { + "line": 99, + "column": 9 + } + }, + "body": [ + { + "type": "ExpressionStatement", + "start": 2954, + "end": 3003, "loc": { "start": { - "line": 90, - "column": 28 + "line": 98, + "column": 12 }, "end": { - "line": 90, - "column": 60 + "line": 98, + "column": 61 } }, - "left": { - "type": "StringLiteral", - "start": 2620, - "end": 2623, + "expression": { + "type": "AssignmentExpression", + "start": 2954, + "end": 3002, "loc": { "start": { - "line": 90, - "column": 28 + "line": 98, + "column": 12 }, "end": { - "line": 90, - "column": 31 + "line": 98, + "column": 60 } }, - "extra": { - "rawValue": ".", - "raw": "'.'" - }, - "value": "." - }, - "operator": "+", - "right": { - "type": "MemberExpression", - "start": 2626, - "end": 2652, - "loc": { - "start": { - "line": 90, - "column": 34 + "operator": "=", + "left": { + "type": "Identifier", + "start": 2954, + "end": 2967, + "loc": { + "start": { + "line": 98, + "column": 12 + }, + "end": { + "line": 98, + "column": 25 + }, + "identifierName": "fileExtension" }, - "end": { - "line": 90, - "column": 60 - } + "name": "fileExtension", + "leadingComments": null }, - "object": { - "type": "CallExpression", - "start": 2626, - "end": 2649, + "right": { + "type": "BinaryExpression", + "start": 2970, + "end": 3002, "loc": { "start": { - "line": 90, - "column": 34 + "line": 98, + "column": 28 }, "end": { - "line": 90, - "column": 57 + "line": 98, + "column": 60 } }, - "callee": { - "type": "MemberExpression", - "start": 2626, - "end": 2644, + "left": { + "type": "StringLiteral", + "start": 2970, + "end": 2973, + "loc": { + "start": { + "line": 98, + "column": 28 + }, + "end": { + "line": 98, + "column": 31 + } + }, + "extra": { + "rawValue": ".", + "raw": "'.'" + }, + "value": "." + }, + "operator": "+", + "right": { + "type": "CallExpression", + "start": 2976, + "end": 3002, "loc": { "start": { - "line": 90, + "line": 98, "column": 34 }, "end": { - "line": 90, - "column": 52 + "line": 98, + "column": 60 } }, - "object": { - "type": "MemberExpression", - "start": 2626, - "end": 2638, + "callee": { + "type": "Identifier", + "start": 2976, + "end": 2988, "loc": { "start": { - "line": 90, + "line": 98, "column": 34 }, "end": { - "line": 90, + "line": 98, "column": 46 - } - }, - "object": { - "type": "Identifier", - "start": 2626, - "end": 2633, - "loc": { - "start": { - "line": 90, - "column": 34 - }, - "end": { - "line": 90, - "column": 41 - }, - "identifierName": "fileObj" }, - "name": "fileObj" + "identifierName": "getExtension" }, - "property": { - "type": "Identifier", - "start": 2634, - "end": 2638, + "name": "getExtension" + }, + "arguments": [ + { + "type": "MemberExpression", + "start": 2989, + "end": 3001, "loc": { "start": { - "line": 90, - "column": 42 + "line": 98, + "column": 47 }, "end": { - "line": 90, - "column": 46 - }, - "identifierName": "type" + "line": 98, + "column": 59 + } }, - "name": "type" - }, - "computed": false - }, - "property": { - "type": "Identifier", - "start": 2639, - "end": 2644, - "loc": { - "start": { - "line": 90, - "column": 47 + "object": { + "type": "Identifier", + "start": 2989, + "end": 2996, + "loc": { + "start": { + "line": 98, + "column": 47 + }, + "end": { + "line": 98, + "column": 54 + }, + "identifierName": "fileObj" + }, + "name": "fileObj" }, - "end": { - "line": 90, - "column": 52 + "property": { + "type": "Identifier", + "start": 2997, + "end": 3001, + "loc": { + "start": { + "line": 98, + "column": 55 + }, + "end": { + "line": 98, + "column": 59 + }, + "identifierName": "type" + }, + "name": "type" }, - "identifierName": "split" - }, - "name": "split" + "computed": false + } + ] + } + }, + "leadingComments": null + }, + "leadingComments": [ + { + "type": "CommentLine", + "value": " determine file extension using mime type, e.g. audio/ogg,", + "start": 2740, + "end": 2800, + "loc": { + "start": { + "line": 95, + "column": 12 }, - "computed": false - }, - "arguments": [ - { - "type": "StringLiteral", - "start": 2645, - "end": 2648, - "loc": { - "start": { - "line": 90, - "column": 53 - }, - "end": { - "line": 90, - "column": 56 - } - }, - "extra": { - "rawValue": "/", - "raw": "'/'" - }, - "value": "/" + "end": { + "line": 95, + "column": 72 } - ] + } }, - "property": { - "type": "NumericLiteral", - "start": 2650, - "end": 2651, + { + "type": "CommentLine", + "value": " but any extension is valid here. Browsers also accept", + "start": 2813, + "end": 2869, "loc": { "start": { - "line": 90, - "column": 58 + "line": 96, + "column": 12 }, "end": { - "line": 90, - "column": 59 + "line": 96, + "column": 68 } - }, - "extra": { - "rawValue": 1, - "raw": "1" - }, - "value": 1 + } }, - "computed": true - } - }, - "leadingComments": null - } - ], - "kind": "let", + { + "type": "CommentLine", + "value": " extended mime types like video/webm;codecs=h264,vp9,opus", + "start": 2882, + "end": 2941, + "loc": { + "start": { + "line": 97, + "column": 12 + }, + "end": { + "line": 97, + "column": 71 + } + } + } + ] + } + ], + "directives": [], + "trailingComments": null + }, + "alternate": null, "leadingComments": [ { "type": "CommentLine", - "value": " guess extension name from mime type, e.g. audio/ogg, but", - "start": 2404, - "end": 2463, + "value": " file extension", + "start": 2667, + "end": 2684, "loc": { "start": { - "line": 87, + "line": 93, "column": 8 }, "end": { - "line": 87, - "column": 67 + "line": 93, + "column": 25 } } - }, - { - "type": "CommentLine", - "value": " any extension is valid here. Chrome also accepts extended", - "start": 2472, - "end": 2532, - "loc": { - "start": { - "line": 88, - "column": 8 - }, - "end": { - "line": 88, - "column": 68 - } - } - }, + } + ], + "trailingComments": [ { "type": "CommentLine", - "value": " mime types like video/webm;codecs=h264,vp9,opus", - "start": 2541, - "end": 2591, + "value": " use timestamp in filename, e.g. 1451180941326.ogg", + "start": 3023, + "end": 3075, "loc": { "start": { - "line": 89, + "line": 101, "column": 8 }, "end": { - "line": 89, - "column": 58 + "line": 101, + "column": 60 } } } ] }, { - "type": "IfStatement", - "start": 2662, - "end": 2767, + "type": "TryStatement", + "start": 3084, + "end": 3382, "loc": { "start": { - "line": 91, + "line": 102, "column": 8 }, "end": { - "line": 93, + "line": 111, "column": 9 } }, - "test": { - "type": "BinaryExpression", - "start": 2666, - "end": 2697, - "loc": { - "start": { - "line": 91, - "column": 12 - }, - "end": { - "line": 91, - "column": 43 - } - }, - "left": { - "type": "CallExpression", - "start": 2666, - "end": 2692, - "loc": { - "start": { - "line": 91, - "column": 12 - }, - "end": { - "line": 91, - "column": 38 - } - }, - "callee": { - "type": "MemberExpression", - "start": 2666, - "end": 2687, - "loc": { - "start": { - "line": 91, - "column": 12 - }, - "end": { - "line": 91, - "column": 33 - } - }, - "object": { - "type": "Identifier", - "start": 2666, - "end": 2679, - "loc": { - "start": { - "line": 91, - "column": 12 - }, - "end": { - "line": 91, - "column": 25 - }, - "identifierName": "fileExtension" - }, - "name": "fileExtension" - }, - "property": { - "type": "Identifier", - "start": 2680, - "end": 2687, - "loc": { - "start": { - "line": 91, - "column": 26 - }, - "end": { - "line": 91, - "column": 33 - }, - "identifierName": "indexOf" - }, - "name": "indexOf" - }, - "computed": false - }, - "arguments": [ - { - "type": "StringLiteral", - "start": 2688, - "end": 2691, - "loc": { - "start": { - "line": 91, - "column": 34 - }, - "end": { - "line": 91, - "column": 37 - } - }, - "extra": { - "rawValue": ";", - "raw": "';'" - }, - "value": ";" - } - ] - }, - "operator": ">", - "right": { - "type": "UnaryExpression", - "start": 2695, - "end": 2697, - "loc": { - "start": { - "line": 91, - "column": 41 - }, - "end": { - "line": 91, - "column": 43 - } - }, - "operator": "-", - "prefix": true, - "argument": { - "type": "NumericLiteral", - "start": 2696, - "end": 2697, - "loc": { - "start": { - "line": 91, - "column": 42 - }, - "end": { - "line": 91, - "column": 43 - } - }, - "extra": { - "rawValue": 1, - "raw": "1" - }, - "value": 1 - }, - "extra": { - "parenthesizedArgument": false - } - } - }, - "consequent": { + "block": { "type": "BlockStatement", - "start": 2699, - "end": 2767, + "start": 3088, + "end": 3161, "loc": { "start": { - "line": 91, - "column": 45 + "line": 102, + "column": 12 }, "end": { - "line": 93, + "line": 104, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 2713, - "end": 2757, + "start": 3102, + "end": 3151, "loc": { "start": { - "line": 92, + "line": 103, "column": 12 }, "end": { - "line": 92, - "column": 56 + "line": 103, + "column": 61 } }, "expression": { "type": "AssignmentExpression", - "start": 2713, - "end": 2756, + "start": 3102, + "end": 3150, "loc": { "start": { - "line": 92, + "line": 103, "column": 12 }, "end": { - "line": 92, - "column": 55 + "line": 103, + "column": 60 } }, "operator": "=", "left": { - "type": "Identifier", - "start": 2713, - "end": 2726, + "type": "MemberExpression", + "start": 3102, + "end": 3114, "loc": { "start": { - "line": 92, + "line": 103, "column": 12 }, "end": { - "line": 92, - "column": 25 + "line": 103, + "column": 24 + } + }, + "object": { + "type": "Identifier", + "start": 3102, + "end": 3109, + "loc": { + "start": { + "line": 103, + "column": 12 + }, + "end": { + "line": 103, + "column": 19 + }, + "identifierName": "fileObj" }, - "identifierName": "fileExtension" + "name": "fileObj", + "leadingComments": null }, - "name": "fileExtension" + "property": { + "type": "Identifier", + "start": 3110, + "end": 3114, + "loc": { + "start": { + "line": 103, + "column": 20 + }, + "end": { + "line": 103, + "column": 24 + }, + "identifierName": "name" + }, + "name": "name" + }, + "computed": false, + "leadingComments": null }, "right": { - "type": "MemberExpression", - "start": 2729, - "end": 2756, + "type": "BinaryExpression", + "start": 3117, + "end": 3150, "loc": { "start": { - "line": 92, - "column": 28 + "line": 103, + "column": 27 }, "end": { - "line": 92, - "column": 55 + "line": 103, + "column": 60 } }, - "object": { + "left": { "type": "CallExpression", - "start": 2729, - "end": 2753, + "start": 3117, + "end": 3134, "loc": { "start": { - "line": 92, - "column": 28 + "line": 103, + "column": 27 }, "end": { - "line": 92, - "column": 52 + "line": 103, + "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 2729, - "end": 2748, + "start": 3117, + "end": 3132, "loc": { "start": { - "line": 92, - "column": 28 + "line": 103, + "column": 27 }, "end": { - "line": 92, - "column": 47 + "line": 103, + "column": 42 } }, "object": { "type": "Identifier", - "start": 2729, - "end": 2742, + "start": 3117, + "end": 3124, "loc": { "start": { - "line": 92, - "column": 28 + "line": 103, + "column": 27 }, "end": { - "line": 92, - "column": 41 + "line": 103, + "column": 34 }, - "identifierName": "fileExtension" + "identifierName": "dateObj" }, - "name": "fileExtension" + "name": "dateObj" }, "property": { "type": "Identifier", - "start": 2743, - "end": 2748, + "start": 3125, + "end": 3132, "loc": { "start": { - "line": 92, - "column": 42 + "line": 103, + "column": 35 }, "end": { - "line": 92, - "column": 47 + "line": 103, + "column": 42 }, - "identifierName": "split" + "identifierName": "getTime" }, - "name": "split" + "name": "getTime" }, "computed": false }, - "arguments": [ - { - "type": "StringLiteral", - "start": 2749, - "end": 2752, - "loc": { - "start": { - "line": 92, - "column": 48 - }, - "end": { - "line": 92, - "column": 51 - } - }, - "extra": { - "rawValue": ";", - "raw": "';'" - }, - "value": ";" - } - ] + "arguments": [] }, - "property": { - "type": "NumericLiteral", - "start": 2754, - "end": 2755, + "operator": "+", + "right": { + "type": "Identifier", + "start": 3137, + "end": 3150, "loc": { "start": { - "line": 92, - "column": 53 + "line": 103, + "column": 47 }, "end": { - "line": 92, - "column": 54 - } - }, - "extra": { - "rawValue": 0, - "raw": "0" + "line": 103, + "column": 60 + }, + "identifierName": "fileExtension" }, - "value": 0 - }, - "computed": true - } - } + "name": "fileExtension" + } + }, + "leadingComments": null + }, + "leadingComments": null } ], "directives": [], - "trailingComments": null - }, - "alternate": null, - "trailingComments": [ - { - "type": "CommentLine", - "value": " use timestamp in filename, e.g. 1451180941326.ogg", - "start": 2777, - "end": 2829, - "loc": { - "start": { - "line": 95, - "column": 8 - }, - "end": { - "line": 95, - "column": 60 - } - } - } - ] - }, - { - "type": "TryStatement", - "start": 2838, - "end": 3132, - "loc": { - "start": { - "line": 96, - "column": 8 - }, - "end": { - "line": 105, - "column": 9 - } + "leadingComments": null }, - "block": { - "type": "BlockStatement", - "start": 2842, - "end": 2911, + "handler": { + "type": "CatchClause", + "start": 3162, + "end": 3382, "loc": { "start": { - "line": 96, - "column": 12 + "line": 104, + "column": 10 }, "end": { - "line": 98, - "column": 9 - } - }, - "body": [ - { - "type": "ExpressionStatement", - "start": 2856, - "end": 2901, - "loc": { - "start": { - "line": 97, - "column": 12 - }, - "end": { - "line": 97, - "column": 57 - } - }, - "expression": { - "type": "AssignmentExpression", - "start": 2856, - "end": 2900, - "loc": { - "start": { - "line": 97, - "column": 12 - }, - "end": { - "line": 97, - "column": 56 - } - }, - "operator": "=", - "left": { - "type": "MemberExpression", - "start": 2856, - "end": 2868, - "loc": { - "start": { - "line": 97, - "column": 12 - }, - "end": { - "line": 97, - "column": 24 - } - }, - "object": { - "type": "Identifier", - "start": 2856, - "end": 2863, - "loc": { - "start": { - "line": 97, - "column": 12 - }, - "end": { - "line": 97, - "column": 19 - }, - "identifierName": "fileObj" - }, - "name": "fileObj", - "leadingComments": null - }, - "property": { - "type": "Identifier", - "start": 2864, - "end": 2868, - "loc": { - "start": { - "line": 97, - "column": 20 - }, - "end": { - "line": 97, - "column": 24 - }, - "identifierName": "name" - }, - "name": "name" - }, - "computed": false, - "leadingComments": null - }, - "right": { - "type": "BinaryExpression", - "start": 2871, - "end": 2900, - "loc": { - "start": { - "line": 97, - "column": 27 - }, - "end": { - "line": 97, - "column": 56 - } - }, - "left": { - "type": "CallExpression", - "start": 2871, - "end": 2884, - "loc": { - "start": { - "line": 97, - "column": 27 - }, - "end": { - "line": 97, - "column": 40 - } - }, - "callee": { - "type": "MemberExpression", - "start": 2871, - "end": 2882, - "loc": { - "start": { - "line": 97, - "column": 27 - }, - "end": { - "line": 97, - "column": 38 - } - }, - "object": { - "type": "Identifier", - "start": 2871, - "end": 2874, - "loc": { - "start": { - "line": 97, - "column": 27 - }, - "end": { - "line": 97, - "column": 30 - }, - "identifierName": "now" - }, - "name": "now" - }, - "property": { - "type": "Identifier", - "start": 2875, - "end": 2882, - "loc": { - "start": { - "line": 97, - "column": 31 - }, - "end": { - "line": 97, - "column": 38 - }, - "identifierName": "getTime" - }, - "name": "getTime" - }, - "computed": false - }, - "arguments": [] - }, - "operator": "+", - "right": { - "type": "Identifier", - "start": 2887, - "end": 2900, - "loc": { - "start": { - "line": 97, - "column": 43 - }, - "end": { - "line": 97, - "column": 56 - }, - "identifierName": "fileExtension" - }, - "name": "fileExtension" - } - }, - "leadingComments": null - }, - "leadingComments": null - } - ], - "directives": [], - "leadingComments": null - }, - "handler": { - "type": "CatchClause", - "start": 2912, - "end": 3132, - "loc": { - "start": { - "line": 98, - "column": 10 - }, - "end": { - "line": 105, + "line": 111, "column": 9 } }, "param": { "type": "Identifier", - "start": 2919, - "end": 2920, + "start": 3169, + "end": 3170, "loc": { "start": { - "line": 98, + "line": 104, "column": 17 }, "end": { - "line": 98, + "line": 104, "column": 18 }, "identifierName": "e" @@ -10398,58 +9823,58 @@ }, "body": { "type": "BlockStatement", - "start": 2922, - "end": 3132, + "start": 3172, + "end": 3382, "loc": { "start": { - "line": 98, + "line": 104, "column": 20 }, "end": { - "line": 105, + "line": 111, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 2936, - "end": 3122, + "start": 3186, + "end": 3372, "loc": { "start": { - "line": 99, + "line": 105, "column": 12 }, "end": { - "line": 104, + "line": 110, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 2940, - "end": 2962, + "start": 3190, + "end": 3212, "loc": { "start": { - "line": 99, + "line": 105, "column": 16 }, "end": { - "line": 99, + "line": 105, "column": 38 } }, "left": { "type": "Identifier", - "start": 2940, - "end": 2941, + "start": 3190, + "end": 3191, "loc": { "start": { - "line": 99, + "line": 105, "column": 16 }, "end": { - "line": 99, + "line": 105, "column": 17 }, "identifierName": "e" @@ -10459,15 +9884,15 @@ "operator": "instanceof", "right": { "type": "Identifier", - "start": 2953, - "end": 2962, + "start": 3203, + "end": 3212, "loc": { "start": { - "line": 99, + "line": 105, "column": 29 }, "end": { - "line": 99, + "line": 105, "column": 38 }, "identifierName": "TypeError" @@ -10477,15 +9902,15 @@ }, "consequent": { "type": "BlockStatement", - "start": 2964, - "end": 3042, + "start": 3214, + "end": 3292, "loc": { "start": { - "line": 99, + "line": 105, "column": 40 }, "end": { - "line": 101, + "line": 107, "column": 13 } }, @@ -10496,15 +9921,15 @@ { "type": "CommentLine", "value": " ignore: setting getter-only property \"name\"", - "start": 2982, - "end": 3028, + "start": 3232, + "end": 3278, "loc": { "start": { - "line": 100, + "line": 106, "column": 16 }, "end": { - "line": 100, + "line": 106, "column": 62 } } @@ -10513,44 +9938,44 @@ }, "alternate": { "type": "BlockStatement", - "start": 3048, - "end": 3122, + "start": 3298, + "end": 3372, "loc": { "start": { - "line": 101, + "line": 107, "column": 19 }, "end": { - "line": 104, + "line": 110, "column": 13 } }, "body": [ { "type": "ThrowStatement", - "start": 3100, - "end": 3108, + "start": 3350, + "end": 3358, "loc": { "start": { - "line": 103, + "line": 109, "column": 16 }, "end": { - "line": 103, + "line": 109, "column": 24 } }, "argument": { "type": "Identifier", - "start": 3106, - "end": 3107, + "start": 3356, + "end": 3357, "loc": { "start": { - "line": 103, + "line": 109, "column": 22 }, "end": { - "line": 103, + "line": 109, "column": 23 }, "identifierName": "e" @@ -10562,15 +9987,15 @@ { "type": "CommentLine", "value": " re-raise error", - "start": 3066, - "end": 3083, + "start": 3316, + "end": 3333, "loc": { "start": { - "line": 102, + "line": 108, "column": 16 }, "end": { - "line": 102, + "line": 108, "column": 33 } } @@ -10591,15 +10016,15 @@ { "type": "CommentLine", "value": " use timestamp in filename, e.g. 1451180941326.ogg", - "start": 2777, - "end": 2829, + "start": 3023, + "end": 3075, "loc": { "start": { - "line": 95, + "line": 101, "column": 8 }, "end": { - "line": 95, + "line": 101, "column": 60 } } @@ -10622,16 +10047,16 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Add filename and timestamp to recorded file object.\n *\n * @param {(Blob|File)} fileObj - Blob or File object to modify.\n * @param {date} [now] - Optional date information, default is\n * current timestamp.\n * @private\n ", - "start": 1601, - "end": 1831, + "value": "*\n * Add filename and modification date to recorded file object.\n *\n * @param {(Blob|File)} fileObj - `Blob` or `File` object to modify.\n * @param {date} [dateObj] - Optional modification date information.\n * Default is `new Date()`.\n * @param {string} [fileExtension] - Optional file extension to use.\n * By default the file extension is automatically determined using\n * the mime-type.\n * @private\n ", + "start": 1641, + "end": 2058, "loc": { "start": { - "line": 62, + "line": 64, "column": 0 }, "end": { - "line": 69, + "line": 74, "column": 3 } } @@ -10666,47 +10091,47 @@ { "type": "CommentBlock", "value": "*\n * Download `Blob` object in browser.\n *\n * @param {string} fileName - Name for the file to download.\n * @param {blob} data - File data.\n * @returns {void}\n * @private\n ", - "start": 47, - "end": 222, + "start": 83, + "end": 258, "loc": { "start": { - "line": 6, + "line": 8, "column": 0 }, "end": { - "line": 13, + "line": 15, "column": 3 } } }, { "type": "CommentBlock", - "value": "*\n * Read `Blob` as `ArrayBuffer`.\n *\n * @param {(Blob|File)} fileObj - Blob or File object to read.\n * @returns {void}\n * @private\n ", - "start": 1117, - "end": 1254, + "value": "*\n * Read `Blob` as `ArrayBuffer`.\n *\n * @param {(Blob|File)} fileObj - `Blob` or `File` object to read.\n * @returns {void}\n * @private\n ", + "start": 1153, + "end": 1294, "loc": { "start": { - "line": 42, + "line": 44, "column": 0 }, "end": { - "line": 48, + "line": 50, "column": 3 } } }, { "type": "CommentBlock", - "value": "*\n * Add filename and timestamp to recorded file object.\n *\n * @param {(Blob|File)} fileObj - Blob or File object to modify.\n * @param {date} [now] - Optional date information, default is\n * current timestamp.\n * @private\n ", - "start": 1601, - "end": 1831, + "value": "*\n * Add filename and modification date to recorded file object.\n *\n * @param {(Blob|File)} fileObj - `Blob` or `File` object to modify.\n * @param {date} [dateObj] - Optional modification date information.\n * Default is `new Date()`.\n * @param {string} [fileExtension] - Optional file extension to use.\n * By default the file extension is automatically determined using\n * the mime-type.\n * @private\n ", + "start": 1641, + "end": 2058, "loc": { "start": { - "line": 62, + "line": 64, "column": 0 }, "end": { - "line": 69, + "line": 74, "column": 3 } } @@ -10714,15 +10139,15 @@ { "type": "CommentLine", "value": " set modification date", - "start": 1947, - "end": 1971, + "start": 2193, + "end": 2217, "loc": { "start": { - "line": 72, + "line": 77, "column": 8 }, "end": { - "line": 72, + "line": 77, "column": 32 } } @@ -10730,615 +10155,196 @@ { "type": "CommentLine", "value": " ignore: setting getter-only property \"lastModifiedDate\"", - "start": 2233, - "end": 2291, - "loc": { - "start": { - "line": 81, - "column": 16 - }, - "end": { - "line": 81, - "column": 74 - } - } - }, - { - "type": "CommentLine", - "value": " re-raise error", - "start": 2329, - "end": 2346, + "start": 2495, + "end": 2553, "loc": { "start": { - "line": 83, - "column": 16 - }, - "end": { - "line": 83, - "column": 33 - } - } - }, - { - "type": "CommentLine", - "value": " guess extension name from mime type, e.g. audio/ogg, but", - "start": 2404, - "end": 2463, - "loc": { - "start": { - "line": 87, - "column": 8 - }, - "end": { - "line": 87, - "column": 67 - } - } - }, - { - "type": "CommentLine", - "value": " any extension is valid here. Chrome also accepts extended", - "start": 2472, - "end": 2532, - "loc": { - "start": { - "line": 88, - "column": 8 - }, - "end": { - "line": 88, - "column": 68 - } - } - }, - { - "type": "CommentLine", - "value": " mime types like video/webm;codecs=h264,vp9,opus", - "start": 2541, - "end": 2591, - "loc": { - "start": { - "line": 89, - "column": 8 - }, - "end": { - "line": 89, - "column": 58 - } - } - }, - { - "type": "CommentLine", - "value": " use timestamp in filename, e.g. 1451180941326.ogg", - "start": 2777, - "end": 2829, - "loc": { - "start": { - "line": 95, - "column": 8 - }, - "end": { - "line": 95, - "column": 60 - } - } - }, - { - "type": "CommentLine", - "value": " ignore: setting getter-only property \"name\"", - "start": 2982, - "end": 3028, - "loc": { - "start": { - "line": 100, - "column": 16 - }, - "end": { - "line": 100, - "column": 62 - } - } - }, - { - "type": "CommentLine", - "value": " re-raise error", - "start": 3066, - "end": 3083, - "loc": { - "start": { - "line": 102, + "line": 86, "column": 16 }, "end": { - "line": 102, - "column": 33 - } - } - } - ], - "tokens": [ - { - "type": "CommentBlock", - "value": "*\n * @file file-util.js\n * @since 3.3.0\n ", - "start": 0, - "end": 45, - "loc": { - "start": { - "line": 1, - "column": 0 - }, - "end": { - "line": 4, - "column": 3 - } - } - }, - { - "type": "CommentBlock", - "value": "*\n * Download `Blob` object in browser.\n *\n * @param {string} fileName - Name for the file to download.\n * @param {blob} data - File data.\n * @returns {void}\n * @private\n ", - "start": 47, - "end": 222, - "loc": { - "start": { - "line": 6, - "column": 0 - }, - "end": { - "line": 13, - "column": 3 - } - } - }, - { - "type": { - "label": "const", - "keyword": "const", - "beforeExpr": false, - "startsExpr": false, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null, - "updateContext": null - }, - "value": "const", - "start": 223, - "end": 228, - "loc": { - "start": { - "line": 14, - "column": 0 - }, - "end": { - "line": 14, - "column": 5 - } - } - }, - { - "type": { - "label": "name", - "beforeExpr": false, - "startsExpr": true, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "value": "downloadBlob", - "start": 229, - "end": 241, - "loc": { - "start": { - "line": 14, - "column": 6 - }, - "end": { - "line": 14, - "column": 18 - } - } - }, - { - "type": { - "label": "=", - "beforeExpr": true, - "startsExpr": false, - "rightAssociative": false, - "isLoop": false, - "isAssign": true, - "prefix": false, - "postfix": false, - "binop": null, - "updateContext": null - }, - "value": "=", - "start": 242, - "end": 243, - "loc": { - "start": { - "line": 14, - "column": 19 - }, - "end": { - "line": 14, - "column": 20 - } - } - }, - { - "type": { - "label": "function", - "keyword": "function", - "beforeExpr": false, - "startsExpr": true, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "value": "function", - "start": 244, - "end": 252, - "loc": { - "start": { - "line": 14, - "column": 21 - }, - "end": { - "line": 14, - "column": 29 - } - } - }, - { - "type": { - "label": "(", - "beforeExpr": true, - "startsExpr": true, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "start": 252, - "end": 253, - "loc": { - "start": { - "line": 14, - "column": 29 - }, - "end": { - "line": 14, - "column": 30 - } - } - }, - { - "type": { - "label": "name", - "beforeExpr": false, - "startsExpr": true, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "value": "fileName", - "start": 253, - "end": 261, - "loc": { - "start": { - "line": 14, - "column": 30 - }, - "end": { - "line": 14, - "column": 38 - } - } - }, - { - "type": { - "label": ",", - "beforeExpr": true, - "startsExpr": false, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null, - "updateContext": null - }, - "start": 261, - "end": 262, - "loc": { - "start": { - "line": 14, - "column": 38 - }, - "end": { - "line": 14, - "column": 39 + "line": 86, + "column": 74 } } }, { - "type": { - "label": "name", - "beforeExpr": false, - "startsExpr": true, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "value": "data", - "start": 263, - "end": 267, + "type": "CommentLine", + "value": " re-raise error", + "start": 2591, + "end": 2608, "loc": { "start": { - "line": 14, - "column": 40 + "line": 88, + "column": 16 }, "end": { - "line": 14, - "column": 44 + "line": 88, + "column": 33 } } }, { - "type": { - "label": ")", - "beforeExpr": false, - "startsExpr": false, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "start": 267, - "end": 268, + "type": "CommentLine", + "value": " file extension", + "start": 2667, + "end": 2684, "loc": { "start": { - "line": 14, - "column": 44 + "line": 93, + "column": 8 }, "end": { - "line": 14, - "column": 45 + "line": 93, + "column": 25 } } }, { - "type": { - "label": "{", - "beforeExpr": true, - "startsExpr": true, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "start": 269, - "end": 270, + "type": "CommentLine", + "value": " determine file extension using mime type, e.g. audio/ogg,", + "start": 2740, + "end": 2800, "loc": { "start": { - "line": 14, - "column": 46 + "line": 95, + "column": 12 }, "end": { - "line": 14, - "column": 47 + "line": 95, + "column": 72 } } }, { - "type": { - "label": "if", - "keyword": "if", - "beforeExpr": false, - "startsExpr": false, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null, - "updateContext": null - }, - "value": "if", - "start": 275, - "end": 277, + "type": "CommentLine", + "value": " but any extension is valid here. Browsers also accept", + "start": 2813, + "end": 2869, "loc": { "start": { - "line": 15, - "column": 4 + "line": 96, + "column": 12 }, "end": { - "line": 15, - "column": 6 + "line": 96, + "column": 68 } } }, { - "type": { - "label": "(", - "beforeExpr": true, - "startsExpr": true, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "start": 278, - "end": 279, + "type": "CommentLine", + "value": " extended mime types like video/webm;codecs=h264,vp9,opus", + "start": 2882, + "end": 2941, "loc": { "start": { - "line": 15, - "column": 7 + "line": 97, + "column": 12 }, "end": { - "line": 15, - "column": 8 + "line": 97, + "column": 71 } } }, { - "type": { - "label": "typeof", - "keyword": "typeof", - "beforeExpr": true, - "startsExpr": true, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": true, - "postfix": false, - "binop": null, - "updateContext": null - }, - "value": "typeof", - "start": 279, - "end": 285, + "type": "CommentLine", + "value": " use timestamp in filename, e.g. 1451180941326.ogg", + "start": 3023, + "end": 3075, "loc": { "start": { - "line": 15, + "line": 101, "column": 8 }, "end": { - "line": 15, - "column": 14 + "line": 101, + "column": 60 } } }, { - "type": { - "label": "name", - "beforeExpr": false, - "startsExpr": true, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "value": "navigator", - "start": 286, - "end": 295, + "type": "CommentLine", + "value": " ignore: setting getter-only property \"name\"", + "start": 3232, + "end": 3278, "loc": { "start": { - "line": 15, - "column": 15 + "line": 106, + "column": 16 }, "end": { - "line": 15, - "column": 24 + "line": 106, + "column": 62 } } }, { - "type": { - "label": ".", - "beforeExpr": false, - "startsExpr": false, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null, - "updateContext": null - }, - "start": 295, - "end": 296, + "type": "CommentLine", + "value": " re-raise error", + "start": 3316, + "end": 3333, "loc": { "start": { - "line": 15, - "column": 24 + "line": 108, + "column": 16 }, "end": { - "line": 15, - "column": 25 + "line": 108, + "column": 33 } } - }, + } + ], + "tokens": [ { - "type": { - "label": "name", - "beforeExpr": false, - "startsExpr": true, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "value": "msSaveOrOpenBlob", - "start": 296, - "end": 312, + "type": "CommentBlock", + "value": "*\n * @file file-util.js\n * @since 3.3.0\n ", + "start": 0, + "end": 45, "loc": { "start": { - "line": 15, - "column": 25 + "line": 1, + "column": 0 }, "end": { - "line": 15, - "column": 41 + "line": 4, + "column": 3 } } }, { "type": { - "label": "==/!=", - "beforeExpr": true, - "startsExpr": false, + "label": "import", + "keyword": "import", + "beforeExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": 6, + "binop": null, "updateContext": null }, - "value": "!==", - "start": 313, - "end": 316, + "value": "import", + "start": 47, + "end": 53, "loc": { "start": { - "line": 15, - "column": 42 + "line": 6, + "column": 0 }, "end": { - "line": 15, - "column": 45 + "line": 6, + "column": 6 } } }, { "type": { - "label": "string", + "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -11346,28 +10352,27 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "undefined", - "start": 317, - "end": 328, + "value": "getExtension", + "start": 54, + "end": 66, "loc": { "start": { - "line": 15, - "column": 46 + "line": 6, + "column": 7 }, "end": { - "line": 15, - "column": 57 + "line": 6, + "column": 19 } } }, { "type": { - "label": ")", + "label": "name", "beforeExpr": false, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -11375,48 +10380,50 @@ "postfix": false, "binop": null }, - "start": 328, - "end": 329, + "value": "from", + "start": 67, + "end": 71, "loc": { "start": { - "line": 15, - "column": 57 + "line": 6, + "column": 20 }, "end": { - "line": 15, - "column": 58 + "line": 6, + "column": 24 } } }, { "type": { - "label": "{", - "beforeExpr": true, + "label": "string", + "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 330, - "end": 331, + "value": "./mime", + "start": 72, + "end": 80, "loc": { "start": { - "line": 15, - "column": 59 + "line": 6, + "column": 25 }, "end": { - "line": 15, - "column": 60 + "line": 6, + "column": 33 } } }, { "type": { - "label": "return", - "keyword": "return", + "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, @@ -11427,49 +10434,39 @@ "binop": null, "updateContext": null }, - "value": "return", - "start": 340, - "end": 346, + "start": 80, + "end": 81, "loc": { "start": { - "line": 16, - "column": 8 + "line": 6, + "column": 33 }, "end": { - "line": 16, - "column": 14 + "line": 6, + "column": 34 } } }, { - "type": { - "label": "name", - "beforeExpr": false, - "startsExpr": true, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "value": "navigator", - "start": 347, - "end": 356, + "type": "CommentBlock", + "value": "*\n * Download `Blob` object in browser.\n *\n * @param {string} fileName - Name for the file to download.\n * @param {blob} data - File data.\n * @returns {void}\n * @private\n ", + "start": 83, + "end": 258, "loc": { "start": { - "line": 16, - "column": 15 + "line": 8, + "column": 0 }, "end": { - "line": 16, - "column": 24 + "line": 15, + "column": 3 } } }, { "type": { - "label": ".", + "label": "const", + "keyword": "const", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -11480,16 +10477,17 @@ "binop": null, "updateContext": null }, - "start": 356, - "end": 357, + "value": "const", + "start": 259, + "end": 264, "loc": { "start": { "line": 16, - "column": 24 + "column": 0 }, "end": { "line": 16, - "column": 25 + "column": 5 } } }, @@ -11505,48 +10503,51 @@ "postfix": false, "binop": null }, - "value": "msSaveOrOpenBlob", - "start": 357, - "end": 373, + "value": "downloadBlob", + "start": 265, + "end": 277, "loc": { "start": { "line": 16, - "column": 25 + "column": 6 }, "end": { "line": 16, - "column": 41 + "column": 18 } } }, { "type": { - "label": "(", + "label": "=", "beforeExpr": true, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, - "isAssign": false, + "isAssign": true, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 373, - "end": 374, + "value": "=", + "start": 278, + "end": 279, "loc": { "start": { "line": 16, - "column": 41 + "column": 19 }, "end": { "line": 16, - "column": 42 + "column": 20 } } }, { "type": { - "label": "name", + "label": "function", + "keyword": "function", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -11556,43 +10557,42 @@ "postfix": false, "binop": null }, - "value": "data", - "start": 374, - "end": 378, + "value": "function", + "start": 280, + "end": 288, "loc": { "start": { "line": 16, - "column": 42 + "column": 21 }, "end": { "line": 16, - "column": 46 + "column": 29 } } }, { "type": { - "label": ",", + "label": "(", "beforeExpr": true, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 378, - "end": 379, + "start": 288, + "end": 289, "loc": { "start": { "line": 16, - "column": 46 + "column": 29 }, "end": { "line": 16, - "column": 47 + "column": 30 } } }, @@ -11609,73 +10609,74 @@ "binop": null }, "value": "fileName", - "start": 380, - "end": 388, + "start": 289, + "end": 297, "loc": { "start": { "line": 16, - "column": 48 + "column": 30 }, "end": { "line": 16, - "column": 56 + "column": 38 } } }, { "type": { - "label": ")", - "beforeExpr": false, + "label": ",", + "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 388, - "end": 389, + "start": 297, + "end": 298, "loc": { "start": { "line": 16, - "column": 56 + "column": 38 }, "end": { "line": 16, - "column": 57 + "column": 39 } } }, { "type": { - "label": ";", - "beforeExpr": true, - "startsExpr": false, + "label": "name", + "beforeExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 389, - "end": 390, + "value": "data", + "start": 299, + "end": 303, "loc": { "start": { "line": 16, - "column": 57 + "column": 40 }, "end": { "line": 16, - "column": 58 + "column": 44 } } }, { "type": { - "label": "}", + "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -11685,44 +10686,41 @@ "postfix": false, "binop": null }, - "start": 395, - "end": 396, + "start": 303, + "end": 304, "loc": { "start": { - "line": 17, - "column": 4 + "line": 16, + "column": 44 }, "end": { - "line": 17, - "column": 5 + "line": 16, + "column": 45 } } }, { "type": { - "label": "else", - "keyword": "else", + "label": "{", "beforeExpr": true, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "else", - "start": 397, - "end": 401, + "start": 305, + "end": 306, "loc": { "start": { - "line": 17, - "column": 6 + "line": 16, + "column": 46 }, "end": { - "line": 17, - "column": 10 + "line": 16, + "column": 47 } } }, @@ -11741,16 +10739,16 @@ "updateContext": null }, "value": "if", - "start": 402, - "end": 404, + "start": 311, + "end": 313, "loc": { "start": { "line": 17, - "column": 11 + "column": 4 }, "end": { "line": 17, - "column": 13 + "column": 6 } } }, @@ -11766,16 +10764,16 @@ "postfix": false, "binop": null }, - "start": 405, - "end": 406, + "start": 314, + "end": 315, "loc": { "start": { "line": 17, - "column": 14 + "column": 7 }, "end": { "line": 17, - "column": 15 + "column": 8 } } }, @@ -11794,16 +10792,16 @@ "updateContext": null }, "value": "typeof", - "start": 406, - "end": 412, + "start": 315, + "end": 321, "loc": { "start": { "line": 17, - "column": 15 + "column": 8 }, "end": { "line": 17, - "column": 21 + "column": 14 } } }, @@ -11820,16 +10818,16 @@ "binop": null }, "value": "navigator", - "start": 413, - "end": 422, + "start": 322, + "end": 331, "loc": { "start": { "line": 17, - "column": 22 + "column": 15 }, "end": { "line": 17, - "column": 31 + "column": 24 } } }, @@ -11846,16 +10844,16 @@ "binop": null, "updateContext": null }, - "start": 422, - "end": 423, + "start": 331, + "end": 332, "loc": { "start": { "line": 17, - "column": 31 + "column": 24 }, "end": { "line": 17, - "column": 32 + "column": 25 } } }, @@ -11871,17 +10869,17 @@ "postfix": false, "binop": null }, - "value": "msSaveBlob", - "start": 423, - "end": 433, + "value": "msSaveOrOpenBlob", + "start": 332, + "end": 348, "loc": { "start": { "line": 17, - "column": 32 + "column": 25 }, "end": { "line": 17, - "column": 42 + "column": 41 } } }, @@ -11899,16 +10897,16 @@ "updateContext": null }, "value": "!==", - "start": 434, - "end": 437, + "start": 349, + "end": 352, "loc": { "start": { "line": 17, - "column": 43 + "column": 42 }, "end": { "line": 17, - "column": 46 + "column": 45 } } }, @@ -11926,16 +10924,16 @@ "updateContext": null }, "value": "undefined", - "start": 438, - "end": 449, + "start": 353, + "end": 364, "loc": { "start": { "line": 17, - "column": 47 + "column": 46 }, "end": { "line": 17, - "column": 58 + "column": 57 } } }, @@ -11951,16 +10949,16 @@ "postfix": false, "binop": null }, - "start": 449, - "end": 450, + "start": 364, + "end": 365, "loc": { "start": { "line": 17, - "column": 58 + "column": 57 }, "end": { "line": 17, - "column": 59 + "column": 58 } } }, @@ -11976,16 +10974,16 @@ "postfix": false, "binop": null }, - "start": 451, - "end": 452, + "start": 366, + "end": 367, "loc": { "start": { "line": 17, - "column": 60 + "column": 59 }, "end": { "line": 17, - "column": 61 + "column": 60 } } }, @@ -12004,8 +11002,8 @@ "updateContext": null }, "value": "return", - "start": 461, - "end": 467, + "start": 376, + "end": 382, "loc": { "start": { "line": 18, @@ -12030,8 +11028,8 @@ "binop": null }, "value": "navigator", - "start": 468, - "end": 477, + "start": 383, + "end": 392, "loc": { "start": { "line": 18, @@ -12056,8 +11054,8 @@ "binop": null, "updateContext": null }, - "start": 477, - "end": 478, + "start": 392, + "end": 393, "loc": { "start": { "line": 18, @@ -12081,9 +11079,9 @@ "postfix": false, "binop": null }, - "value": "msSaveBlob", - "start": 478, - "end": 488, + "value": "msSaveOrOpenBlob", + "start": 393, + "end": 409, "loc": { "start": { "line": 18, @@ -12091,7 +11089,7 @@ }, "end": { "line": 18, - "column": 35 + "column": 41 } } }, @@ -12107,16 +11105,16 @@ "postfix": false, "binop": null }, - "start": 488, - "end": 489, + "start": 409, + "end": 410, "loc": { "start": { "line": 18, - "column": 35 + "column": 41 }, "end": { "line": 18, - "column": 36 + "column": 42 } } }, @@ -12133,16 +11131,16 @@ "binop": null }, "value": "data", - "start": 489, - "end": 493, + "start": 410, + "end": 414, "loc": { "start": { "line": 18, - "column": 36 + "column": 42 }, "end": { "line": 18, - "column": 40 + "column": 46 } } }, @@ -12159,16 +11157,16 @@ "binop": null, "updateContext": null }, - "start": 493, - "end": 494, + "start": 414, + "end": 415, "loc": { "start": { "line": 18, - "column": 40 + "column": 46 }, "end": { "line": 18, - "column": 41 + "column": 47 } } }, @@ -12185,73 +11183,22 @@ "binop": null }, "value": "fileName", - "start": 495, - "end": 503, - "loc": { - "start": { - "line": 18, - "column": 42 - }, - "end": { - "line": 18, - "column": 50 - } - } - }, - { - "type": { - "label": ")", - "beforeExpr": false, - "startsExpr": false, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "start": 503, - "end": 504, - "loc": { - "start": { - "line": 18, - "column": 50 - }, - "end": { - "line": 18, - "column": 51 - } - } - }, - { - "type": { - "label": ";", - "beforeExpr": true, - "startsExpr": false, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null, - "updateContext": null - }, - "start": 504, - "end": 505, + "start": 416, + "end": 424, "loc": { "start": { "line": 18, - "column": 51 + "column": 48 }, "end": { "line": 18, - "column": 52 + "column": 56 } } }, { "type": { - "label": "}", + "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -12261,24 +11208,23 @@ "postfix": false, "binop": null }, - "start": 510, - "end": 511, + "start": 424, + "end": 425, "loc": { "start": { - "line": 19, - "column": 4 + "line": 18, + "column": 56 }, "end": { - "line": 19, - "column": 5 + "line": 18, + "column": 57 } } }, { "type": { - "label": "let", - "keyword": "let", - "beforeExpr": false, + "label": ";", + "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, @@ -12288,25 +11234,24 @@ "binop": null, "updateContext": null }, - "value": "let", - "start": 517, - "end": 520, + "start": 425, + "end": 426, "loc": { "start": { - "line": 21, - "column": 4 + "line": 18, + "column": 57 }, "end": { - "line": 21, - "column": 7 + "line": 18, + "column": 58 } } }, { "type": { - "label": "name", + "label": "}", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -12314,129 +11259,132 @@ "postfix": false, "binop": null }, - "value": "hyperlink", - "start": 521, - "end": 530, + "start": 431, + "end": 432, "loc": { "start": { - "line": 21, - "column": 8 + "line": 19, + "column": 4 }, "end": { - "line": 21, - "column": 17 + "line": 19, + "column": 5 } } }, { "type": { - "label": "=", + "label": "else", + "keyword": "else", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, - "isAssign": true, + "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, - "value": "=", - "start": 531, - "end": 532, + "value": "else", + "start": 433, + "end": 437, "loc": { "start": { - "line": 21, - "column": 18 + "line": 19, + "column": 6 }, "end": { - "line": 21, - "column": 19 + "line": 19, + "column": 10 } } }, { "type": { - "label": "name", + "label": "if", + "keyword": "if", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "value": "document", - "start": 533, - "end": 541, + "value": "if", + "start": 438, + "end": 440, "loc": { "start": { - "line": 21, - "column": 20 + "line": 19, + "column": 11 }, "end": { - "line": 21, - "column": 28 + "line": 19, + "column": 13 } } }, { "type": { - "label": ".", - "beforeExpr": false, - "startsExpr": false, + "label": "(", + "beforeExpr": true, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 541, - "end": 542, + "start": 441, + "end": 442, "loc": { "start": { - "line": 21, - "column": 28 + "line": 19, + "column": 14 }, "end": { - "line": 21, - "column": 29 + "line": 19, + "column": 15 } } }, { "type": { - "label": "name", - "beforeExpr": false, + "label": "typeof", + "keyword": "typeof", + "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, - "prefix": false, + "prefix": true, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "value": "createElement", - "start": 542, - "end": 555, + "value": "typeof", + "start": 442, + "end": 448, "loc": { "start": { - "line": 21, - "column": 29 + "line": 19, + "column": 15 }, "end": { - "line": 21, - "column": 42 + "line": 19, + "column": 21 } } }, { "type": { - "label": "(", - "beforeExpr": true, + "label": "name", + "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, @@ -12445,24 +11393,25 @@ "postfix": false, "binop": null }, - "start": 555, - "end": 556, + "value": "navigator", + "start": 449, + "end": 458, "loc": { "start": { - "line": 21, - "column": 42 + "line": 19, + "column": 22 }, "end": { - "line": 21, - "column": 43 + "line": 19, + "column": 31 } } }, { "type": { - "label": "string", + "label": ".", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -12471,25 +11420,24 @@ "binop": null, "updateContext": null }, - "value": "a", - "start": 556, - "end": 559, + "start": 458, + "end": 459, "loc": { "start": { - "line": 21, - "column": 43 + "line": 19, + "column": 31 }, "end": { - "line": 21, - "column": 46 + "line": 19, + "column": 32 } } }, { "type": { - "label": ")", + "label": "name", "beforeExpr": false, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -12497,22 +11445,23 @@ "postfix": false, "binop": null }, - "start": 559, - "end": 560, + "value": "msSaveBlob", + "start": 459, + "end": 469, "loc": { "start": { - "line": 21, - "column": 46 + "line": 19, + "column": 32 }, "end": { - "line": 21, - "column": 47 + "line": 19, + "column": 42 } } }, { "type": { - "label": ";", + "label": "==/!=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, @@ -12520,25 +11469,26 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null, + "binop": 6, "updateContext": null }, - "start": 560, - "end": 561, + "value": "!==", + "start": 470, + "end": 473, "loc": { "start": { - "line": 21, - "column": 47 + "line": 19, + "column": 43 }, "end": { - "line": 21, - "column": 48 + "line": 19, + "column": 46 } } }, { "type": { - "label": "name", + "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -12546,25 +11496,26 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "value": "hyperlink", - "start": 566, - "end": 575, + "value": "undefined", + "start": 474, + "end": 485, "loc": { "start": { - "line": 22, - "column": 4 + "line": 19, + "column": 47 }, "end": { - "line": 22, - "column": 13 + "line": 19, + "column": 58 } } }, { "type": { - "label": ".", + "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -12572,26 +11523,25 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 575, - "end": 576, + "start": 485, + "end": 486, "loc": { "start": { - "line": 22, - "column": 13 + "line": 19, + "column": 58 }, "end": { - "line": 22, - "column": 14 + "line": 19, + "column": 59 } } }, { "type": { - "label": "name", - "beforeExpr": false, + "label": "{", + "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, @@ -12600,44 +11550,44 @@ "postfix": false, "binop": null }, - "value": "href", - "start": 576, - "end": 580, + "start": 487, + "end": 488, "loc": { "start": { - "line": 22, - "column": 14 + "line": 19, + "column": 60 }, "end": { - "line": 22, - "column": 18 + "line": 19, + "column": 61 } } }, { "type": { - "label": "=", + "label": "return", + "keyword": "return", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, - "isAssign": true, + "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, - "value": "=", - "start": 581, - "end": 582, + "value": "return", + "start": 497, + "end": 503, "loc": { "start": { - "line": 22, - "column": 19 + "line": 20, + "column": 8 }, "end": { - "line": 22, - "column": 20 + "line": 20, + "column": 14 } } }, @@ -12653,16 +11603,16 @@ "postfix": false, "binop": null }, - "value": "URL", - "start": 583, - "end": 586, + "value": "navigator", + "start": 504, + "end": 513, "loc": { "start": { - "line": 22, - "column": 21 + "line": 20, + "column": 15 }, "end": { - "line": 22, + "line": 20, "column": 24 } } @@ -12680,15 +11630,15 @@ "binop": null, "updateContext": null }, - "start": 586, - "end": 587, + "start": 513, + "end": 514, "loc": { "start": { - "line": 22, + "line": 20, "column": 24 }, "end": { - "line": 22, + "line": 20, "column": 25 } } @@ -12705,17 +11655,17 @@ "postfix": false, "binop": null }, - "value": "createObjectURL", - "start": 587, - "end": 602, + "value": "msSaveBlob", + "start": 514, + "end": 524, "loc": { "start": { - "line": 22, + "line": 20, "column": 25 }, "end": { - "line": 22, - "column": 40 + "line": 20, + "column": 35 } } }, @@ -12731,16 +11681,16 @@ "postfix": false, "binop": null }, - "start": 602, - "end": 603, + "start": 524, + "end": 525, "loc": { "start": { - "line": 22, - "column": 40 + "line": 20, + "column": 35 }, "end": { - "line": 22, - "column": 41 + "line": 20, + "column": 36 } } }, @@ -12757,75 +11707,76 @@ "binop": null }, "value": "data", - "start": 603, - "end": 607, + "start": 525, + "end": 529, "loc": { "start": { - "line": 22, - "column": 41 + "line": 20, + "column": 36 }, "end": { - "line": 22, - "column": 45 + "line": 20, + "column": 40 } } }, { "type": { - "label": ")", - "beforeExpr": false, + "label": ",", + "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 607, - "end": 608, + "start": 529, + "end": 530, "loc": { "start": { - "line": 22, - "column": 45 + "line": 20, + "column": 40 }, "end": { - "line": 22, - "column": 46 + "line": 20, + "column": 41 } } }, { "type": { - "label": ";", - "beforeExpr": true, - "startsExpr": false, + "label": "name", + "beforeExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 608, - "end": 609, + "value": "fileName", + "start": 531, + "end": 539, "loc": { "start": { - "line": 22, - "column": 46 + "line": 20, + "column": 42 }, "end": { - "line": 22, - "column": 47 + "line": 20, + "column": 50 } } }, { "type": { - "label": "name", + "label": ")", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -12833,24 +11784,23 @@ "postfix": false, "binop": null }, - "value": "hyperlink", - "start": 614, - "end": 623, + "start": 539, + "end": 540, "loc": { "start": { - "line": 23, - "column": 4 + "line": 20, + "column": 50 }, "end": { - "line": 23, - "column": 13 + "line": 20, + "column": 51 } } }, { "type": { - "label": ".", - "beforeExpr": false, + "label": ";", + "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, @@ -12860,24 +11810,24 @@ "binop": null, "updateContext": null }, - "start": 623, - "end": 624, + "start": 540, + "end": 541, "loc": { "start": { - "line": 23, - "column": 13 + "line": 20, + "column": 51 }, "end": { - "line": 23, - "column": 14 + "line": 20, + "column": 52 } } }, { "type": { - "label": "name", + "label": "}", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -12885,44 +11835,44 @@ "postfix": false, "binop": null }, - "value": "download", - "start": 624, - "end": 632, + "start": 546, + "end": 547, "loc": { "start": { - "line": 23, - "column": 14 + "line": 21, + "column": 4 }, "end": { - "line": 23, - "column": 22 + "line": 21, + "column": 5 } } }, { "type": { - "label": "=", - "beforeExpr": true, + "label": "let", + "keyword": "let", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, - "isAssign": true, + "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, - "value": "=", - "start": 633, - "end": 634, + "value": "let", + "start": 553, + "end": 556, "loc": { "start": { "line": 23, - "column": 23 + "column": 4 }, "end": { "line": 23, - "column": 24 + "column": 7 } } }, @@ -12938,43 +11888,44 @@ "postfix": false, "binop": null }, - "value": "fileName", - "start": 635, - "end": 643, + "value": "hyperlink", + "start": 557, + "end": 566, "loc": { "start": { "line": 23, - "column": 25 + "column": 8 }, "end": { "line": 23, - "column": 33 + "column": 17 } } }, { "type": { - "label": ";", + "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, - "isAssign": false, + "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, - "start": 643, - "end": 644, + "value": "=", + "start": 567, + "end": 568, "loc": { "start": { "line": 23, - "column": 33 + "column": 18 }, "end": { "line": 23, - "column": 34 + "column": 19 } } }, @@ -12990,17 +11941,17 @@ "postfix": false, "binop": null }, - "value": "hyperlink", - "start": 650, - "end": 659, + "value": "document", + "start": 569, + "end": 577, "loc": { "start": { - "line": 25, - "column": 4 + "line": 23, + "column": 20 }, "end": { - "line": 25, - "column": 13 + "line": 23, + "column": 28 } } }, @@ -13017,16 +11968,16 @@ "binop": null, "updateContext": null }, - "start": 659, - "end": 660, + "start": 577, + "end": 578, "loc": { "start": { - "line": 25, - "column": 13 + "line": 23, + "column": 28 }, "end": { - "line": 25, - "column": 14 + "line": 23, + "column": 29 } } }, @@ -13042,44 +11993,42 @@ "postfix": false, "binop": null }, - "value": "style", - "start": 660, - "end": 665, + "value": "createElement", + "start": 578, + "end": 591, "loc": { "start": { - "line": 25, - "column": 14 + "line": 23, + "column": 29 }, "end": { - "line": 25, - "column": 19 + "line": 23, + "column": 42 } } }, { "type": { - "label": "=", + "label": "(", "beforeExpr": true, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, - "isAssign": true, + "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "=", - "start": 666, - "end": 667, + "start": 591, + "end": 592, "loc": { "start": { - "line": 25, - "column": 20 + "line": 23, + "column": 42 }, "end": { - "line": 25, - "column": 21 + "line": 23, + "column": 43 } } }, @@ -13096,68 +12045,68 @@ "binop": null, "updateContext": null }, - "value": "display:none;opacity:0;color:transparent;", - "start": 668, - "end": 711, + "value": "a", + "start": 592, + "end": 595, "loc": { "start": { - "line": 25, - "column": 22 + "line": 23, + "column": 43 }, "end": { - "line": 25, - "column": 65 + "line": 23, + "column": 46 } } }, { "type": { - "label": ";", - "beforeExpr": true, + "label": ")", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 711, - "end": 712, + "start": 595, + "end": 596, "loc": { "start": { - "line": 25, - "column": 65 + "line": 23, + "column": 46 }, "end": { - "line": 25, - "column": 66 + "line": 23, + "column": 47 } } }, { "type": { - "label": "(", + "label": ";", "beforeExpr": true, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 717, - "end": 718, + "start": 596, + "end": 597, "loc": { "start": { - "line": 26, - "column": 4 + "line": 23, + "column": 47 }, "end": { - "line": 26, - "column": 5 + "line": 23, + "column": 48 } } }, @@ -13173,16 +12122,16 @@ "postfix": false, "binop": null }, - "value": "document", - "start": 718, - "end": 726, + "value": "hyperlink", + "start": 602, + "end": 611, "loc": { "start": { - "line": 26, - "column": 5 + "line": 24, + "column": 4 }, "end": { - "line": 26, + "line": 24, "column": 13 } } @@ -13200,15 +12149,15 @@ "binop": null, "updateContext": null }, - "start": 726, - "end": 727, + "start": 611, + "end": 612, "loc": { "start": { - "line": 26, + "line": 24, "column": 13 }, "end": { - "line": 26, + "line": 24, "column": 14 } } @@ -13225,44 +12174,44 @@ "postfix": false, "binop": null }, - "value": "body", - "start": 727, - "end": 731, + "value": "href", + "start": 612, + "end": 616, "loc": { "start": { - "line": 26, + "line": 24, "column": 14 }, "end": { - "line": 26, + "line": 24, "column": 18 } } }, { "type": { - "label": "||", + "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, - "isAssign": false, + "isAssign": true, "prefix": false, "postfix": false, - "binop": 1, + "binop": null, "updateContext": null }, - "value": "||", - "start": 732, - "end": 734, + "value": "=", + "start": 617, + "end": 618, "loc": { "start": { - "line": 26, + "line": 24, "column": 19 }, "end": { - "line": 26, - "column": 21 + "line": 24, + "column": 20 } } }, @@ -13278,17 +12227,17 @@ "postfix": false, "binop": null }, - "value": "document", - "start": 735, - "end": 743, + "value": "URL", + "start": 619, + "end": 622, "loc": { "start": { - "line": 26, - "column": 22 + "line": 24, + "column": 21 }, "end": { - "line": 26, - "column": 30 + "line": 24, + "column": 24 } } }, @@ -13305,16 +12254,16 @@ "binop": null, "updateContext": null }, - "start": 743, - "end": 744, + "start": 622, + "end": 623, "loc": { "start": { - "line": 26, - "column": 30 + "line": 24, + "column": 24 }, "end": { - "line": 26, - "column": 31 + "line": 24, + "column": 25 } } }, @@ -13330,25 +12279,25 @@ "postfix": false, "binop": null }, - "value": "documentElement", - "start": 744, - "end": 759, + "value": "createObjectURL", + "start": 623, + "end": 638, "loc": { "start": { - "line": 26, - "column": 31 + "line": 24, + "column": 25 }, "end": { - "line": 26, - "column": 46 + "line": 24, + "column": 40 } } }, { "type": { - "label": ")", - "beforeExpr": false, - "startsExpr": false, + "label": "(", + "beforeExpr": true, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -13356,50 +12305,50 @@ "postfix": false, "binop": null }, - "start": 759, - "end": 760, + "start": 638, + "end": 639, "loc": { "start": { - "line": 26, - "column": 46 + "line": 24, + "column": 40 }, "end": { - "line": 26, - "column": 47 + "line": 24, + "column": 41 } } }, { "type": { - "label": ".", + "label": "name", "beforeExpr": false, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 760, - "end": 761, + "value": "data", + "start": 639, + "end": 643, "loc": { "start": { - "line": 26, - "column": 47 + "line": 24, + "column": 41 }, "end": { - "line": 26, - "column": 48 + "line": 24, + "column": 45 } } }, { "type": { - "label": "name", + "label": ")", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -13407,42 +12356,42 @@ "postfix": false, "binop": null }, - "value": "appendChild", - "start": 761, - "end": 772, + "start": 643, + "end": 644, "loc": { "start": { - "line": 26, - "column": 48 + "line": 24, + "column": 45 }, "end": { - "line": 26, - "column": 59 + "line": 24, + "column": 46 } } }, { "type": { - "label": "(", + "label": ";", "beforeExpr": true, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 772, - "end": 773, + "start": 644, + "end": 645, "loc": { "start": { - "line": 26, - "column": 59 + "line": 24, + "column": 46 }, "end": { - "line": 26, - "column": 60 + "line": 24, + "column": 47 } } }, @@ -13459,22 +12408,22 @@ "binop": null }, "value": "hyperlink", - "start": 773, - "end": 782, + "start": 650, + "end": 659, "loc": { "start": { - "line": 26, - "column": 60 + "line": 25, + "column": 4 }, "end": { - "line": 26, - "column": 69 + "line": 25, + "column": 13 } } }, { "type": { - "label": ")", + "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -13482,79 +12431,79 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 782, - "end": 783, + "start": 659, + "end": 660, "loc": { "start": { - "line": 26, - "column": 69 + "line": 25, + "column": 13 }, "end": { - "line": 26, - "column": 70 + "line": 25, + "column": 14 } } }, { "type": { - "label": ";", - "beforeExpr": true, - "startsExpr": false, + "label": "name", + "beforeExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 783, - "end": 784, + "value": "download", + "start": 660, + "end": 668, "loc": { "start": { - "line": 26, - "column": 70 + "line": 25, + "column": 14 }, "end": { - "line": 26, - "column": 71 + "line": 25, + "column": 22 } } }, { "type": { - "label": "if", - "keyword": "if", - "beforeExpr": false, + "label": "=", + "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, - "isAssign": false, + "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, - "value": "if", - "start": 790, - "end": 792, + "value": "=", + "start": 669, + "end": 670, "loc": { "start": { - "line": 28, - "column": 4 + "line": 25, + "column": 23 }, "end": { - "line": 28, - "column": 6 + "line": 25, + "column": 24 } } }, { "type": { - "label": "(", - "beforeExpr": true, + "label": "name", + "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, @@ -13563,44 +12512,43 @@ "postfix": false, "binop": null }, - "start": 793, - "end": 794, + "value": "fileName", + "start": 671, + "end": 679, "loc": { "start": { - "line": 28, - "column": 7 + "line": 25, + "column": 25 }, "end": { - "line": 28, - "column": 8 + "line": 25, + "column": 33 } } }, { "type": { - "label": "typeof", - "keyword": "typeof", + "label": ";", "beforeExpr": true, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, - "prefix": true, + "prefix": false, "postfix": false, "binop": null, "updateContext": null }, - "value": "typeof", - "start": 794, - "end": 800, + "start": 679, + "end": 680, "loc": { "start": { - "line": 28, - "column": 8 + "line": 25, + "column": 33 }, "end": { - "line": 28, - "column": 14 + "line": 25, + "column": 34 } } }, @@ -13617,16 +12565,16 @@ "binop": null }, "value": "hyperlink", - "start": 801, - "end": 810, + "start": 686, + "end": 695, "loc": { "start": { - "line": 28, - "column": 15 + "line": 27, + "column": 4 }, "end": { - "line": 28, - "column": 24 + "line": 27, + "column": 13 } } }, @@ -13643,16 +12591,16 @@ "binop": null, "updateContext": null }, - "start": 810, - "end": 811, + "start": 695, + "end": 696, "loc": { "start": { - "line": 28, - "column": 24 + "line": 27, + "column": 13 }, "end": { - "line": 28, - "column": 25 + "line": 27, + "column": 14 } } }, @@ -13668,44 +12616,44 @@ "postfix": false, "binop": null }, - "value": "click", - "start": 811, - "end": 816, + "value": "style", + "start": 696, + "end": 701, "loc": { "start": { - "line": 28, - "column": 25 + "line": 27, + "column": 14 }, "end": { - "line": 28, - "column": 30 + "line": 27, + "column": 19 } } }, { "type": { - "label": "==/!=", + "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, - "isAssign": false, + "isAssign": true, "prefix": false, "postfix": false, - "binop": 6, + "binop": null, "updateContext": null }, - "value": "===", - "start": 817, - "end": 820, + "value": "=", + "start": 702, + "end": 703, "loc": { "start": { - "line": 28, - "column": 31 + "line": 27, + "column": 20 }, "end": { - "line": 28, - "column": 34 + "line": 27, + "column": 21 } } }, @@ -13722,48 +12670,49 @@ "binop": null, "updateContext": null }, - "value": "function", - "start": 821, - "end": 831, + "value": "display:none;opacity:0;color:transparent;", + "start": 704, + "end": 747, "loc": { "start": { - "line": 28, - "column": 35 + "line": 27, + "column": 22 }, "end": { - "line": 28, - "column": 45 + "line": 27, + "column": 65 } } }, { "type": { - "label": ")", - "beforeExpr": false, + "label": ";", + "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 831, - "end": 832, + "start": 747, + "end": 748, "loc": { "start": { - "line": 28, - "column": 45 + "line": 27, + "column": 65 }, "end": { - "line": 28, - "column": 46 + "line": 27, + "column": 66 } } }, { "type": { - "label": "{", + "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, @@ -13773,16 +12722,16 @@ "postfix": false, "binop": null }, - "start": 833, - "end": 834, + "start": 753, + "end": 754, "loc": { "start": { "line": 28, - "column": 47 + "column": 4 }, "end": { "line": 28, - "column": 48 + "column": 5 } } }, @@ -13798,17 +12747,17 @@ "postfix": false, "binop": null }, - "value": "hyperlink", - "start": 843, - "end": 852, + "value": "document", + "start": 754, + "end": 762, "loc": { "start": { - "line": 29, - "column": 8 + "line": 28, + "column": 5 }, "end": { - "line": 29, - "column": 17 + "line": 28, + "column": 13 } } }, @@ -13825,16 +12774,16 @@ "binop": null, "updateContext": null }, - "start": 852, - "end": 853, + "start": 762, + "end": 763, "loc": { "start": { - "line": 29, - "column": 17 + "line": 28, + "column": 13 }, "end": { - "line": 29, - "column": 18 + "line": 28, + "column": 14 } } }, @@ -13850,50 +12799,52 @@ "postfix": false, "binop": null }, - "value": "click", - "start": 853, - "end": 858, + "value": "body", + "start": 763, + "end": 767, "loc": { "start": { - "line": 29, - "column": 18 + "line": 28, + "column": 14 }, "end": { - "line": 29, - "column": 23 + "line": 28, + "column": 18 } } }, { "type": { - "label": "(", + "label": "||", "beforeExpr": true, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": 1, + "updateContext": null }, - "start": 858, - "end": 859, + "value": "||", + "start": 768, + "end": 770, "loc": { "start": { - "line": 29, - "column": 23 + "line": 28, + "column": 19 }, "end": { - "line": 29, - "column": 24 + "line": 28, + "column": 21 } } }, { "type": { - "label": ")", + "label": "name", "beforeExpr": false, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -13901,23 +12852,24 @@ "postfix": false, "binop": null }, - "start": 859, - "end": 860, + "value": "document", + "start": 771, + "end": 779, "loc": { "start": { - "line": 29, - "column": 24 + "line": 28, + "column": 22 }, "end": { - "line": 29, - "column": 25 + "line": 28, + "column": 30 } } }, { "type": { - "label": ";", - "beforeExpr": true, + "label": ".", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, @@ -13927,22 +12879,48 @@ "binop": null, "updateContext": null }, - "start": 860, - "end": 861, + "start": 779, + "end": 780, "loc": { "start": { - "line": 29, - "column": 25 + "line": 28, + "column": 30 }, "end": { - "line": 29, - "column": 26 + "line": 28, + "column": 31 } } }, { "type": { - "label": "}", + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "documentElement", + "start": 780, + "end": 795, + "loc": { + "start": { + "line": 28, + "column": 31 + }, + "end": { + "line": 28, + "column": 46 + } + } + }, + { + "type": { + "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -13952,24 +12930,23 @@ "postfix": false, "binop": null }, - "start": 866, - "end": 867, + "start": 795, + "end": 796, "loc": { "start": { - "line": 30, - "column": 4 + "line": 28, + "column": 46 }, "end": { - "line": 30, - "column": 5 + "line": 28, + "column": 47 } } }, { "type": { - "label": "else", - "keyword": "else", - "beforeExpr": true, + "label": ".", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, @@ -13979,23 +12956,48 @@ "binop": null, "updateContext": null }, - "value": "else", - "start": 868, - "end": 872, + "start": 796, + "end": 797, "loc": { "start": { - "line": 30, - "column": 6 + "line": 28, + "column": 47 + }, + "end": { + "line": 28, + "column": 48 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "appendChild", + "start": 797, + "end": 808, + "loc": { + "start": { + "line": 28, + "column": 48 }, "end": { - "line": 30, - "column": 10 + "line": 28, + "column": 59 } } }, { "type": { - "label": "{", + "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, @@ -14005,16 +13007,16 @@ "postfix": false, "binop": null }, - "start": 873, - "end": 874, + "start": 808, + "end": 809, "loc": { "start": { - "line": 30, - "column": 11 + "line": 28, + "column": 59 }, "end": { - "line": 30, - "column": 12 + "line": 28, + "column": 60 } } }, @@ -14031,22 +13033,22 @@ "binop": null }, "value": "hyperlink", - "start": 883, - "end": 892, + "start": 809, + "end": 818, "loc": { "start": { - "line": 31, - "column": 8 + "line": 28, + "column": 60 }, "end": { - "line": 31, - "column": 17 + "line": 28, + "column": 69 } } }, { "type": { - "label": ".", + "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -14054,125 +13056,125 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 892, - "end": 893, + "start": 818, + "end": 819, "loc": { "start": { - "line": 31, - "column": 17 + "line": 28, + "column": 69 }, "end": { - "line": 31, - "column": 18 + "line": 28, + "column": 70 } } }, { "type": { - "label": "name", - "beforeExpr": false, - "startsExpr": true, + "label": ";", + "beforeExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "value": "target", - "start": 893, - "end": 899, + "start": 819, + "end": 820, "loc": { "start": { - "line": 31, - "column": 18 + "line": 28, + "column": 70 }, "end": { - "line": 31, - "column": 24 + "line": 28, + "column": 71 } } }, { "type": { - "label": "=", - "beforeExpr": true, + "label": "if", + "keyword": "if", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, - "isAssign": true, + "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, - "value": "=", - "start": 900, - "end": 901, + "value": "if", + "start": 826, + "end": 828, "loc": { "start": { - "line": 31, - "column": 25 + "line": 30, + "column": 4 }, "end": { - "line": 31, - "column": 26 + "line": 30, + "column": 6 } } }, { "type": { - "label": "string", - "beforeExpr": false, + "label": "(", + "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "_blank", - "start": 902, - "end": 910, + "start": 829, + "end": 830, "loc": { "start": { - "line": 31, - "column": 27 + "line": 30, + "column": 7 }, "end": { - "line": 31, - "column": 35 + "line": 30, + "column": 8 } } }, { "type": { - "label": ";", + "label": "typeof", + "keyword": "typeof", "beforeExpr": true, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, - "prefix": false, + "prefix": true, "postfix": false, "binop": null, "updateContext": null }, - "start": 910, - "end": 911, + "value": "typeof", + "start": 830, + "end": 836, "loc": { "start": { - "line": 31, - "column": 35 + "line": 30, + "column": 8 }, "end": { - "line": 31, - "column": 36 + "line": 30, + "column": 14 } } }, @@ -14189,16 +13191,16 @@ "binop": null }, "value": "hyperlink", - "start": 920, - "end": 929, + "start": 837, + "end": 846, "loc": { "start": { - "line": 32, - "column": 8 + "line": 30, + "column": 15 }, "end": { - "line": 32, - "column": 17 + "line": 30, + "column": 24 } } }, @@ -14215,16 +13217,16 @@ "binop": null, "updateContext": null }, - "start": 929, - "end": 930, + "start": 846, + "end": 847, "loc": { "start": { - "line": 32, - "column": 17 + "line": 30, + "column": 24 }, "end": { - "line": 32, - "column": 18 + "line": 30, + "column": 25 } } }, @@ -14240,50 +13242,51 @@ "postfix": false, "binop": null }, - "value": "dispatchEvent", - "start": 930, - "end": 943, + "value": "click", + "start": 847, + "end": 852, "loc": { "start": { - "line": 32, - "column": 18 + "line": 30, + "column": 25 }, "end": { - "line": 32, - "column": 31 + "line": 30, + "column": 30 } } }, { "type": { - "label": "(", + "label": "==/!=", "beforeExpr": true, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": 6, + "updateContext": null }, - "start": 943, - "end": 944, + "value": "===", + "start": 853, + "end": 856, "loc": { "start": { - "line": 32, + "line": 30, "column": 31 }, "end": { - "line": 32, - "column": 32 + "line": 30, + "column": 34 } } }, { "type": { - "label": "new", - "keyword": "new", - "beforeExpr": true, + "label": "string", + "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, @@ -14293,25 +13296,25 @@ "binop": null, "updateContext": null }, - "value": "new", - "start": 944, - "end": 947, + "value": "function", + "start": 857, + "end": 867, "loc": { "start": { - "line": 32, - "column": 32 + "line": 30, + "column": 35 }, "end": { - "line": 32, - "column": 35 + "line": 30, + "column": 45 } } }, { "type": { - "label": "name", + "label": ")", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -14319,23 +13322,22 @@ "postfix": false, "binop": null }, - "value": "MouseEvent", - "start": 948, - "end": 958, + "start": 867, + "end": 868, "loc": { "start": { - "line": 32, - "column": 36 + "line": 30, + "column": 45 }, "end": { - "line": 32, + "line": 30, "column": 46 } } }, { "type": { - "label": "(", + "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, @@ -14345,22 +13347,22 @@ "postfix": false, "binop": null }, - "start": 958, - "end": 959, + "start": 869, + "end": 870, "loc": { "start": { - "line": 32, - "column": 46 + "line": 30, + "column": 47 }, "end": { - "line": 32, - "column": 47 + "line": 30, + "column": 48 } } }, { "type": { - "label": "string", + "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -14368,27 +13370,26 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "click", - "start": 959, - "end": 966, + "value": "hyperlink", + "start": 879, + "end": 888, "loc": { "start": { - "line": 32, - "column": 47 + "line": 31, + "column": 8 }, "end": { - "line": 32, - "column": 54 + "line": 31, + "column": 17 } } }, { "type": { - "label": ",", - "beforeExpr": true, + "label": ".", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, @@ -14398,41 +13399,16 @@ "binop": null, "updateContext": null }, - "start": 966, - "end": 967, - "loc": { - "start": { - "line": 32, - "column": 54 - }, - "end": { - "line": 32, - "column": 55 - } - } - }, - { - "type": { - "label": "{", - "beforeExpr": true, - "startsExpr": true, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "start": 968, - "end": 969, + "start": 888, + "end": 889, "loc": { "start": { - "line": 32, - "column": 56 + "line": 31, + "column": 17 }, "end": { - "line": 32, - "column": 57 + "line": 31, + "column": 18 } } }, @@ -14448,51 +13424,50 @@ "postfix": false, "binop": null }, - "value": "view", - "start": 982, - "end": 986, + "value": "click", + "start": 889, + "end": 894, "loc": { "start": { - "line": 33, - "column": 12 + "line": 31, + "column": 18 }, "end": { - "line": 33, - "column": 16 + "line": 31, + "column": 23 } } }, { "type": { - "label": ":", + "label": "(", "beforeExpr": true, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 986, - "end": 987, + "start": 894, + "end": 895, "loc": { "start": { - "line": 33, - "column": 16 + "line": 31, + "column": 23 }, "end": { - "line": 33, - "column": 17 + "line": 31, + "column": 24 } } }, { "type": { - "label": "name", + "label": ")", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -14500,23 +13475,22 @@ "postfix": false, "binop": null }, - "value": "window", - "start": 988, - "end": 994, + "start": 895, + "end": 896, "loc": { "start": { - "line": 33, - "column": 18 + "line": 31, + "column": 24 }, "end": { - "line": 33, - "column": 24 + "line": 31, + "column": 25 } } }, { "type": { - "label": ",", + "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, @@ -14527,24 +13501,24 @@ "binop": null, "updateContext": null }, - "start": 994, - "end": 995, + "start": 896, + "end": 897, "loc": { "start": { - "line": 33, - "column": 24 + "line": 31, + "column": 25 }, "end": { - "line": 33, - "column": 25 + "line": 31, + "column": 26 } } }, { "type": { - "label": "name", + "label": "}", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -14552,23 +13526,23 @@ "postfix": false, "binop": null }, - "value": "bubbles", - "start": 1008, - "end": 1015, + "start": 902, + "end": 903, "loc": { "start": { - "line": 34, - "column": 12 + "line": 32, + "column": 4 }, "end": { - "line": 34, - "column": 19 + "line": 32, + "column": 5 } } }, { "type": { - "label": ":", + "label": "else", + "keyword": "else", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, @@ -14579,208 +13553,208 @@ "binop": null, "updateContext": null }, - "start": 1015, - "end": 1016, + "value": "else", + "start": 904, + "end": 908, "loc": { "start": { - "line": 34, - "column": 19 + "line": 32, + "column": 6 }, "end": { - "line": 34, - "column": 20 + "line": 32, + "column": 10 } } }, { "type": { - "label": "true", - "keyword": "true", - "beforeExpr": false, + "label": "{", + "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "true", - "start": 1017, - "end": 1021, + "start": 909, + "end": 910, "loc": { "start": { - "line": 34, - "column": 21 + "line": 32, + "column": 11 }, "end": { - "line": 34, - "column": 25 + "line": 32, + "column": 12 } } }, { "type": { - "label": ",", - "beforeExpr": true, - "startsExpr": false, + "label": "name", + "beforeExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 1021, - "end": 1022, + "value": "hyperlink", + "start": 919, + "end": 928, "loc": { "start": { - "line": 34, - "column": 25 + "line": 33, + "column": 8 }, "end": { - "line": 34, - "column": 26 + "line": 33, + "column": 17 } } }, { "type": { - "label": "name", + "label": ".", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "value": "cancelable", - "start": 1035, - "end": 1045, + "start": 928, + "end": 929, "loc": { "start": { - "line": 35, - "column": 12 + "line": 33, + "column": 17 }, "end": { - "line": 35, - "column": 22 + "line": 33, + "column": 18 } } }, { "type": { - "label": ":", - "beforeExpr": true, - "startsExpr": false, + "label": "name", + "beforeExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 1045, - "end": 1046, + "value": "target", + "start": 929, + "end": 935, "loc": { "start": { - "line": 35, - "column": 22 + "line": 33, + "column": 18 }, "end": { - "line": 35, - "column": 23 + "line": 33, + "column": 24 } } }, { "type": { - "label": "true", - "keyword": "true", - "beforeExpr": false, - "startsExpr": true, + "label": "=", + "beforeExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, - "isAssign": false, + "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, - "value": "true", - "start": 1047, - "end": 1051, + "value": "=", + "start": 936, + "end": 937, "loc": { "start": { - "line": 35, - "column": 24 + "line": 33, + "column": 25 }, "end": { - "line": 35, - "column": 28 + "line": 33, + "column": 26 } } }, { "type": { - "label": "}", + "label": "string", "beforeExpr": false, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 1060, - "end": 1061, + "value": "_blank", + "start": 938, + "end": 946, "loc": { "start": { - "line": 36, - "column": 8 + "line": 33, + "column": 27 }, "end": { - "line": 36, - "column": 9 + "line": 33, + "column": 35 } } }, { "type": { - "label": ")", - "beforeExpr": false, + "label": ";", + "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 1061, - "end": 1062, + "start": 946, + "end": 947, "loc": { "start": { - "line": 36, - "column": 9 + "line": 33, + "column": 35 }, "end": { - "line": 36, - "column": 10 + "line": 33, + "column": 36 } } }, { "type": { - "label": ")", + "label": "name", "beforeExpr": false, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -14788,23 +13762,24 @@ "postfix": false, "binop": null }, - "start": 1062, - "end": 1063, + "value": "hyperlink", + "start": 956, + "end": 965, "loc": { "start": { - "line": 36, - "column": 10 + "line": 34, + "column": 8 }, "end": { - "line": 36, - "column": 11 + "line": 34, + "column": 17 } } }, { "type": { - "label": ";", - "beforeExpr": true, + "label": ".", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, @@ -14814,24 +13789,24 @@ "binop": null, "updateContext": null }, - "start": 1063, - "end": 1064, + "start": 965, + "end": 966, "loc": { "start": { - "line": 36, - "column": 11 + "line": 34, + "column": 17 }, "end": { - "line": 36, - "column": 12 + "line": 34, + "column": 18 } } }, { "type": { - "label": "}", + "label": "name", "beforeExpr": false, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -14839,23 +13814,24 @@ "postfix": false, "binop": null }, - "start": 1069, - "end": 1070, + "value": "dispatchEvent", + "start": 966, + "end": 979, "loc": { "start": { - "line": 37, - "column": 4 + "line": 34, + "column": 18 }, "end": { - "line": 37, - "column": 5 + "line": 34, + "column": 31 } } }, { "type": { - "label": "name", - "beforeExpr": false, + "label": "(", + "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, @@ -14864,25 +13840,25 @@ "postfix": false, "binop": null }, - "value": "URL", - "start": 1076, - "end": 1079, + "start": 979, + "end": 980, "loc": { "start": { - "line": 39, - "column": 4 + "line": 34, + "column": 31 }, "end": { - "line": 39, - "column": 7 + "line": 34, + "column": 32 } } }, { "type": { - "label": ".", - "beforeExpr": false, - "startsExpr": false, + "label": "new", + "keyword": "new", + "beforeExpr": true, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -14891,16 +13867,17 @@ "binop": null, "updateContext": null }, - "start": 1079, - "end": 1080, + "value": "new", + "start": 980, + "end": 983, "loc": { "start": { - "line": 39, - "column": 7 + "line": 34, + "column": 32 }, "end": { - "line": 39, - "column": 8 + "line": 34, + "column": 35 } } }, @@ -14916,17 +13893,17 @@ "postfix": false, "binop": null }, - "value": "revokeObjectURL", - "start": 1080, - "end": 1095, + "value": "MouseEvent", + "start": 984, + "end": 994, "loc": { "start": { - "line": 39, - "column": 8 + "line": 34, + "column": 36 }, "end": { - "line": 39, - "column": 23 + "line": 34, + "column": 46 } } }, @@ -14942,22 +13919,22 @@ "postfix": false, "binop": null }, - "start": 1095, - "end": 1096, + "start": 994, + "end": 995, "loc": { "start": { - "line": 39, - "column": 23 + "line": 34, + "column": 46 }, "end": { - "line": 39, - "column": 24 + "line": 34, + "column": 47 } } }, { "type": { - "label": "name", + "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -14965,26 +13942,27 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "value": "hyperlink", - "start": 1096, - "end": 1105, + "value": "click", + "start": 995, + "end": 1002, "loc": { "start": { - "line": 39, - "column": 24 + "line": 34, + "column": 47 }, "end": { - "line": 39, - "column": 33 + "line": 34, + "column": 54 } } }, { "type": { - "label": ".", - "beforeExpr": false, + "label": ",", + "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, @@ -14994,23 +13972,23 @@ "binop": null, "updateContext": null }, - "start": 1105, - "end": 1106, + "start": 1002, + "end": 1003, "loc": { "start": { - "line": 39, - "column": 33 + "line": 34, + "column": 54 }, "end": { - "line": 39, - "column": 34 + "line": 34, + "column": 55 } } }, { "type": { - "label": "name", - "beforeExpr": false, + "label": "{", + "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, @@ -15019,25 +13997,24 @@ "postfix": false, "binop": null }, - "value": "href", - "start": 1106, - "end": 1110, + "start": 1004, + "end": 1005, "loc": { "start": { - "line": 39, - "column": 34 + "line": 34, + "column": 56 }, "end": { - "line": 39, - "column": 38 + "line": 34, + "column": 57 } } }, { "type": { - "label": ")", + "label": "name", "beforeExpr": false, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -15045,22 +14022,23 @@ "postfix": false, "binop": null }, - "start": 1110, - "end": 1111, + "value": "view", + "start": 1018, + "end": 1022, "loc": { "start": { - "line": 39, - "column": 38 + "line": 35, + "column": 12 }, "end": { - "line": 39, - "column": 39 + "line": 35, + "column": 16 } } }, { "type": { - "label": ";", + "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, @@ -15071,24 +14049,24 @@ "binop": null, "updateContext": null }, - "start": 1111, - "end": 1112, + "start": 1022, + "end": 1023, "loc": { "start": { - "line": 39, - "column": 39 + "line": 35, + "column": 16 }, "end": { - "line": 39, - "column": 40 + "line": 35, + "column": 17 } } }, { "type": { - "label": "}", + "label": "name", "beforeExpr": false, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -15096,22 +14074,23 @@ "postfix": false, "binop": null }, - "start": 1113, - "end": 1114, + "value": "window", + "start": 1024, + "end": 1030, "loc": { "start": { - "line": 40, - "column": 0 + "line": 35, + "column": 18 }, "end": { - "line": 40, - "column": 1 + "line": 35, + "column": 24 } } }, { "type": { - "label": ";", + "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, @@ -15122,60 +14101,16 @@ "binop": null, "updateContext": null }, - "start": 1114, - "end": 1115, - "loc": { - "start": { - "line": 40, - "column": 1 - }, - "end": { - "line": 40, - "column": 2 - } - } - }, - { - "type": "CommentBlock", - "value": "*\n * Read `Blob` as `ArrayBuffer`.\n *\n * @param {(Blob|File)} fileObj - Blob or File object to read.\n * @returns {void}\n * @private\n ", - "start": 1117, - "end": 1254, - "loc": { - "start": { - "line": 42, - "column": 0 - }, - "end": { - "line": 48, - "column": 3 - } - } - }, - { - "type": { - "label": "const", - "keyword": "const", - "beforeExpr": false, - "startsExpr": false, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null, - "updateContext": null - }, - "value": "const", - "start": 1255, - "end": 1260, + "start": 1030, + "end": 1031, "loc": { "start": { - "line": 49, - "column": 0 + "line": 35, + "column": 24 }, "end": { - "line": 49, - "column": 5 + "line": 35, + "column": 25 } } }, @@ -15191,51 +14126,50 @@ "postfix": false, "binop": null }, - "value": "blobToArrayBuffer", - "start": 1261, - "end": 1278, + "value": "bubbles", + "start": 1044, + "end": 1051, "loc": { "start": { - "line": 49, - "column": 6 + "line": 36, + "column": 12 }, "end": { - "line": 49, - "column": 23 + "line": 36, + "column": 19 } } }, { "type": { - "label": "=", + "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, - "isAssign": true, + "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, - "value": "=", - "start": 1279, - "end": 1280, + "start": 1051, + "end": 1052, "loc": { "start": { - "line": 49, - "column": 24 + "line": 36, + "column": 19 }, "end": { - "line": 49, - "column": 25 + "line": 36, + "column": 20 } } }, { "type": { - "label": "function", - "keyword": "function", + "label": "true", + "keyword": "true", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -15243,44 +14177,46 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "value": "function", - "start": 1281, - "end": 1289, + "value": "true", + "start": 1053, + "end": 1057, "loc": { "start": { - "line": 49, - "column": 26 + "line": 36, + "column": 21 }, "end": { - "line": 49, - "column": 34 + "line": 36, + "column": 25 } } }, { "type": { - "label": "(", + "label": ",", "beforeExpr": true, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 1289, - "end": 1290, + "start": 1057, + "end": 1058, "loc": { "start": { - "line": 49, - "column": 34 + "line": 36, + "column": 25 }, "end": { - "line": 49, - "column": 35 + "line": 36, + "column": 26 } } }, @@ -15296,131 +14232,129 @@ "postfix": false, "binop": null }, - "value": "fileObj", - "start": 1290, - "end": 1297, + "value": "cancelable", + "start": 1071, + "end": 1081, "loc": { "start": { - "line": 49, - "column": 35 + "line": 37, + "column": 12 }, "end": { - "line": 49, - "column": 42 + "line": 37, + "column": 22 } } }, { "type": { - "label": ")", - "beforeExpr": false, + "label": ":", + "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 1297, - "end": 1298, + "start": 1081, + "end": 1082, "loc": { "start": { - "line": 49, - "column": 42 + "line": 37, + "column": 22 }, "end": { - "line": 49, - "column": 43 + "line": 37, + "column": 23 } } }, { "type": { - "label": "{", - "beforeExpr": true, + "label": "true", + "keyword": "true", + "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 1299, - "end": 1300, + "value": "true", + "start": 1083, + "end": 1087, "loc": { "start": { - "line": 49, - "column": 44 + "line": 37, + "column": 24 }, "end": { - "line": 49, - "column": 45 + "line": 37, + "column": 28 } } }, { "type": { - "label": "return", - "keyword": "return", - "beforeExpr": true, + "label": "}", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "return", - "start": 1305, - "end": 1311, + "start": 1096, + "end": 1097, "loc": { "start": { - "line": 50, - "column": 4 + "line": 38, + "column": 8 }, "end": { - "line": 50, - "column": 10 + "line": 38, + "column": 9 } } }, { "type": { - "label": "new", - "keyword": "new", - "beforeExpr": true, - "startsExpr": true, + "label": ")", + "beforeExpr": false, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, - "postfix": false, - "binop": null, - "updateContext": null + "postfix": false, + "binop": null }, - "value": "new", - "start": 1312, - "end": 1315, + "start": 1097, + "end": 1098, "loc": { "start": { - "line": 50, - "column": 11 + "line": 38, + "column": 9 }, "end": { - "line": 50, - "column": 14 + "line": 38, + "column": 10 } } }, { "type": { - "label": "name", + "label": ")", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -15428,50 +14362,50 @@ "postfix": false, "binop": null }, - "value": "Promise", - "start": 1316, - "end": 1323, + "start": 1098, + "end": 1099, "loc": { "start": { - "line": 50, - "column": 15 + "line": 38, + "column": 10 }, "end": { - "line": 50, - "column": 22 + "line": 38, + "column": 11 } } }, { "type": { - "label": "(", + "label": ";", "beforeExpr": true, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 1323, - "end": 1324, + "start": 1099, + "end": 1100, "loc": { "start": { - "line": 50, - "column": 22 + "line": 38, + "column": 11 }, "end": { - "line": 50, - "column": 23 + "line": 38, + "column": 12 } } }, { "type": { - "label": "(", - "beforeExpr": true, - "startsExpr": true, + "label": "}", + "beforeExpr": false, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -15479,16 +14413,16 @@ "postfix": false, "binop": null }, - "start": 1324, - "end": 1325, + "start": 1105, + "end": 1106, "loc": { "start": { - "line": 50, - "column": 23 + "line": 39, + "column": 4 }, "end": { - "line": 50, - "column": 24 + "line": 39, + "column": 5 } } }, @@ -15504,24 +14438,24 @@ "postfix": false, "binop": null }, - "value": "resolve", - "start": 1325, - "end": 1332, + "value": "URL", + "start": 1112, + "end": 1115, "loc": { "start": { - "line": 50, - "column": 24 + "line": 41, + "column": 4 }, "end": { - "line": 50, - "column": 31 + "line": 41, + "column": 7 } } }, { "type": { - "label": ",", - "beforeExpr": true, + "label": ".", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, @@ -15531,16 +14465,16 @@ "binop": null, "updateContext": null }, - "start": 1332, - "end": 1333, + "start": 1115, + "end": 1116, "loc": { "start": { - "line": 50, - "column": 31 + "line": 41, + "column": 7 }, "end": { - "line": 50, - "column": 32 + "line": 41, + "column": 8 } } }, @@ -15556,25 +14490,25 @@ "postfix": false, "binop": null }, - "value": "reject", - "start": 1334, - "end": 1340, + "value": "revokeObjectURL", + "start": 1116, + "end": 1131, "loc": { "start": { - "line": 50, - "column": 33 + "line": 41, + "column": 8 }, "end": { - "line": 50, - "column": 39 + "line": 41, + "column": 23 } } }, { "type": { - "label": ")", - "beforeExpr": false, - "startsExpr": false, + "label": "(", + "beforeExpr": true, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -15582,103 +14516,102 @@ "postfix": false, "binop": null }, - "start": 1340, - "end": 1341, + "start": 1131, + "end": 1132, "loc": { "start": { - "line": 50, - "column": 39 + "line": 41, + "column": 23 }, "end": { - "line": 50, - "column": 40 + "line": 41, + "column": 24 } } }, { "type": { - "label": "=>", - "beforeExpr": true, - "startsExpr": false, + "label": "name", + "beforeExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 1342, - "end": 1344, + "value": "hyperlink", + "start": 1132, + "end": 1141, "loc": { "start": { - "line": 50, - "column": 41 + "line": 41, + "column": 24 }, "end": { - "line": 50, - "column": 43 + "line": 41, + "column": 33 } } }, { "type": { - "label": "{", - "beforeExpr": true, - "startsExpr": true, + "label": ".", + "beforeExpr": false, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 1345, - "end": 1346, + "start": 1141, + "end": 1142, "loc": { "start": { - "line": 50, - "column": 44 + "line": 41, + "column": 33 }, "end": { - "line": 50, - "column": 45 + "line": 41, + "column": 34 } } }, { "type": { - "label": "const", - "keyword": "const", + "label": "name", "beforeExpr": false, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "const", - "start": 1355, - "end": 1360, + "value": "href", + "start": 1142, + "end": 1146, "loc": { "start": { - "line": 51, - "column": 8 + "line": 41, + "column": 34 }, "end": { - "line": 51, - "column": 13 + "line": 41, + "column": 38 } } }, { "type": { - "label": "name", + "label": ")", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -15686,131 +14619,145 @@ "postfix": false, "binop": null }, - "value": "reader", - "start": 1361, - "end": 1367, + "start": 1146, + "end": 1147, "loc": { "start": { - "line": 51, - "column": 14 + "line": 41, + "column": 38 }, "end": { - "line": 51, - "column": 20 + "line": 41, + "column": 39 } } }, { "type": { - "label": "=", + "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, - "isAssign": true, + "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, - "value": "=", - "start": 1368, - "end": 1369, + "start": 1147, + "end": 1148, "loc": { "start": { - "line": 51, - "column": 21 + "line": 41, + "column": 39 }, "end": { - "line": 51, - "column": 22 + "line": 41, + "column": 40 } } }, { "type": { - "label": "new", - "keyword": "new", - "beforeExpr": true, - "startsExpr": true, + "label": "}", + "beforeExpr": false, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "new", - "start": 1370, - "end": 1373, + "start": 1149, + "end": 1150, "loc": { "start": { - "line": 51, - "column": 23 + "line": 42, + "column": 0 }, "end": { - "line": 51, - "column": 26 + "line": 42, + "column": 1 } } }, { "type": { - "label": "name", - "beforeExpr": false, - "startsExpr": true, + "label": ";", + "beforeExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "value": "FileReader", - "start": 1374, - "end": 1384, + "start": 1150, + "end": 1151, "loc": { "start": { - "line": 51, - "column": 27 + "line": 42, + "column": 1 }, "end": { - "line": 51, - "column": 37 + "line": 42, + "column": 2 + } + } + }, + { + "type": "CommentBlock", + "value": "*\n * Read `Blob` as `ArrayBuffer`.\n *\n * @param {(Blob|File)} fileObj - `Blob` or `File` object to read.\n * @returns {void}\n * @private\n ", + "start": 1153, + "end": 1294, + "loc": { + "start": { + "line": 44, + "column": 0 + }, + "end": { + "line": 50, + "column": 3 } } }, { "type": { - "label": "(", - "beforeExpr": true, - "startsExpr": true, + "label": "const", + "keyword": "const", + "beforeExpr": false, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 1384, - "end": 1385, + "value": "const", + "start": 1295, + "end": 1300, "loc": { "start": { "line": 51, - "column": 37 + "column": 0 }, "end": { "line": 51, - "column": 38 + "column": 5 } } }, { "type": { - "label": ")", + "label": "name", "beforeExpr": false, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -15818,48 +14765,51 @@ "postfix": false, "binop": null }, - "start": 1385, - "end": 1386, + "value": "blobToArrayBuffer", + "start": 1301, + "end": 1318, "loc": { "start": { "line": 51, - "column": 38 + "column": 6 }, "end": { "line": 51, - "column": 39 + "column": 23 } } }, { "type": { - "label": ";", + "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, - "isAssign": false, + "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, - "start": 1386, - "end": 1387, + "value": "=", + "start": 1319, + "end": 1320, "loc": { "start": { "line": 51, - "column": 39 + "column": 24 }, "end": { "line": 51, - "column": 40 + "column": 25 } } }, { "type": { - "label": "name", + "label": "function", + "keyword": "function", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -15869,43 +14819,42 @@ "postfix": false, "binop": null }, - "value": "reader", - "start": 1396, - "end": 1402, + "value": "function", + "start": 1321, + "end": 1329, "loc": { "start": { - "line": 52, - "column": 8 + "line": 51, + "column": 26 }, "end": { - "line": 52, - "column": 14 + "line": 51, + "column": 34 } } }, { "type": { - "label": ".", - "beforeExpr": false, - "startsExpr": false, + "label": "(", + "beforeExpr": true, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 1402, - "end": 1403, + "start": 1329, + "end": 1330, "loc": { "start": { - "line": 52, - "column": 14 + "line": 51, + "column": 34 }, "end": { - "line": 52, - "column": 15 + "line": 51, + "column": 35 } } }, @@ -15921,50 +14870,48 @@ "postfix": false, "binop": null }, - "value": "onloadend", - "start": 1403, - "end": 1412, + "value": "fileObj", + "start": 1330, + "end": 1337, "loc": { "start": { - "line": 52, - "column": 15 + "line": 51, + "column": 35 }, "end": { - "line": 52, - "column": 24 + "line": 51, + "column": 42 } } }, { "type": { - "label": "=", - "beforeExpr": true, + "label": ")", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, - "isAssign": true, + "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "=", - "start": 1413, - "end": 1414, + "start": 1337, + "end": 1338, "loc": { "start": { - "line": 52, - "column": 25 + "line": 51, + "column": 42 }, "end": { - "line": 52, - "column": 26 + "line": 51, + "column": 43 } } }, { "type": { - "label": "(", + "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, @@ -15974,49 +14921,53 @@ "postfix": false, "binop": null }, - "start": 1415, - "end": 1416, + "start": 1339, + "end": 1340, "loc": { "start": { - "line": 52, - "column": 27 + "line": 51, + "column": 44 }, "end": { - "line": 52, - "column": 28 + "line": 51, + "column": 45 } } }, { "type": { - "label": ")", - "beforeExpr": false, + "label": "return", + "keyword": "return", + "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 1416, - "end": 1417, + "value": "return", + "start": 1345, + "end": 1351, "loc": { "start": { "line": 52, - "column": 28 + "column": 4 }, "end": { "line": 52, - "column": 29 + "column": 10 } } }, { "type": { - "label": "=>", + "label": "new", + "keyword": "new", "beforeExpr": true, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -16025,23 +14976,24 @@ "binop": null, "updateContext": null }, - "start": 1418, - "end": 1420, + "value": "new", + "start": 1352, + "end": 1355, "loc": { "start": { "line": 52, - "column": 30 + "column": 11 }, "end": { "line": 52, - "column": 32 + "column": 14 } } }, { "type": { - "label": "{", - "beforeExpr": true, + "label": "name", + "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, @@ -16050,23 +15002,24 @@ "postfix": false, "binop": null }, - "start": 1421, - "end": 1422, + "value": "Promise", + "start": 1356, + "end": 1363, "loc": { "start": { "line": 52, - "column": 33 + "column": 15 }, "end": { "line": 52, - "column": 34 + "column": 22 } } }, { "type": { - "label": "name", - "beforeExpr": false, + "label": "(", + "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, @@ -16075,17 +15028,16 @@ "postfix": false, "binop": null }, - "value": "resolve", - "start": 1435, - "end": 1442, + "start": 1363, + "end": 1364, "loc": { "start": { - "line": 53, - "column": 12 + "line": 52, + "column": 22 }, "end": { - "line": 53, - "column": 19 + "line": 52, + "column": 23 } } }, @@ -16101,16 +15053,16 @@ "postfix": false, "binop": null }, - "start": 1442, - "end": 1443, + "start": 1364, + "end": 1365, "loc": { "start": { - "line": 53, - "column": 19 + "line": 52, + "column": 23 }, "end": { - "line": 53, - "column": 20 + "line": 52, + "column": 24 } } }, @@ -16126,24 +15078,24 @@ "postfix": false, "binop": null }, - "value": "reader", - "start": 1443, - "end": 1449, + "value": "resolve", + "start": 1365, + "end": 1372, "loc": { "start": { - "line": 53, - "column": 20 + "line": 52, + "column": 24 }, "end": { - "line": 53, - "column": 26 + "line": 52, + "column": 31 } } }, { "type": { - "label": ".", - "beforeExpr": false, + "label": ",", + "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, @@ -16153,16 +15105,16 @@ "binop": null, "updateContext": null }, - "start": 1449, - "end": 1450, + "start": 1372, + "end": 1373, "loc": { "start": { - "line": 53, - "column": 26 + "line": 52, + "column": 31 }, "end": { - "line": 53, - "column": 27 + "line": 52, + "column": 32 } } }, @@ -16178,17 +15130,17 @@ "postfix": false, "binop": null }, - "value": "result", - "start": 1450, - "end": 1456, + "value": "reject", + "start": 1374, + "end": 1380, "loc": { "start": { - "line": 53, - "column": 27 + "line": 52, + "column": 33 }, "end": { - "line": 53, - "column": 33 + "line": 52, + "column": 39 } } }, @@ -16204,22 +15156,22 @@ "postfix": false, "binop": null }, - "start": 1456, - "end": 1457, + "start": 1380, + "end": 1381, "loc": { "start": { - "line": 53, - "column": 33 + "line": 52, + "column": 39 }, "end": { - "line": 53, - "column": 34 + "line": 52, + "column": 40 } } }, { "type": { - "label": ";", + "label": "=>", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, @@ -16230,74 +15182,23 @@ "binop": null, "updateContext": null }, - "start": 1457, - "end": 1458, - "loc": { - "start": { - "line": 53, - "column": 34 - }, - "end": { - "line": 53, - "column": 35 - } - } - }, - { - "type": { - "label": "}", - "beforeExpr": false, - "startsExpr": false, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "start": 1467, - "end": 1468, + "start": 1382, + "end": 1384, "loc": { "start": { - "line": 54, - "column": 8 + "line": 52, + "column": 41 }, "end": { - "line": 54, - "column": 9 + "line": 52, + "column": 43 } } }, { "type": { - "label": ";", + "label": "{", "beforeExpr": true, - "startsExpr": false, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null, - "updateContext": null - }, - "start": 1468, - "end": 1469, - "loc": { - "start": { - "line": 54, - "column": 9 - }, - "end": { - "line": 54, - "column": 10 - } - } - }, - { - "type": { - "label": "name", - "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, @@ -16306,23 +15207,23 @@ "postfix": false, "binop": null }, - "value": "reader", - "start": 1478, - "end": 1484, + "start": 1385, + "end": 1386, "loc": { "start": { - "line": 55, - "column": 8 + "line": 52, + "column": 44 }, "end": { - "line": 55, - "column": 14 + "line": 52, + "column": 45 } } }, { "type": { - "label": ".", + "label": "const", + "keyword": "const", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -16333,16 +15234,17 @@ "binop": null, "updateContext": null }, - "start": 1484, - "end": 1485, + "value": "const", + "start": 1395, + "end": 1400, "loc": { "start": { - "line": 55, - "column": 14 + "line": 53, + "column": 8 }, "end": { - "line": 55, - "column": 15 + "line": 53, + "column": 13 } } }, @@ -16358,17 +15260,17 @@ "postfix": false, "binop": null }, - "value": "onerror", - "start": 1485, - "end": 1492, + "value": "reader", + "start": 1401, + "end": 1407, "loc": { "start": { - "line": 55, - "column": 15 + "line": 53, + "column": 14 }, "end": { - "line": 55, - "column": 22 + "line": 53, + "column": 20 } } }, @@ -16386,22 +15288,23 @@ "updateContext": null }, "value": "=", - "start": 1493, - "end": 1494, + "start": 1408, + "end": 1409, "loc": { "start": { - "line": 55, - "column": 23 + "line": 53, + "column": 21 }, "end": { - "line": 55, - "column": 24 + "line": 53, + "column": 22 } } }, { "type": { - "label": "(", + "label": "new", + "keyword": "new", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, @@ -16409,17 +15312,19 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 1495, - "end": 1496, + "value": "new", + "start": 1410, + "end": 1413, "loc": { "start": { - "line": 55, - "column": 25 + "line": 53, + "column": 23 }, "end": { - "line": 55, + "line": 53, "column": 26 } } @@ -16436,25 +15341,25 @@ "postfix": false, "binop": null }, - "value": "ev", - "start": 1496, - "end": 1498, + "value": "FileReader", + "start": 1414, + "end": 1424, "loc": { "start": { - "line": 55, - "column": 26 + "line": 53, + "column": 27 }, "end": { - "line": 55, - "column": 28 + "line": 53, + "column": 37 } } }, { "type": { - "label": ")", - "beforeExpr": false, - "startsExpr": false, + "label": "(", + "beforeExpr": true, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -16462,67 +15367,67 @@ "postfix": false, "binop": null }, - "start": 1498, - "end": 1499, + "start": 1424, + "end": 1425, "loc": { "start": { - "line": 55, - "column": 28 + "line": 53, + "column": 37 }, "end": { - "line": 55, - "column": 29 + "line": 53, + "column": 38 } } }, { "type": { - "label": "=>", - "beforeExpr": true, + "label": ")", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 1500, - "end": 1502, + "start": 1425, + "end": 1426, "loc": { "start": { - "line": 55, - "column": 30 + "line": 53, + "column": 38 }, "end": { - "line": 55, - "column": 32 + "line": 53, + "column": 39 } } }, { "type": { - "label": "{", + "label": ";", "beforeExpr": true, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 1503, - "end": 1504, + "start": 1426, + "end": 1427, "loc": { "start": { - "line": 55, - "column": 33 + "line": 53, + "column": 39 }, "end": { - "line": 55, - "column": 34 + "line": 53, + "column": 40 } } }, @@ -16538,42 +15443,43 @@ "postfix": false, "binop": null }, - "value": "reject", - "start": 1517, - "end": 1523, + "value": "reader", + "start": 1436, + "end": 1442, "loc": { "start": { - "line": 56, - "column": 12 + "line": 54, + "column": 8 }, "end": { - "line": 56, - "column": 18 + "line": 54, + "column": 14 } } }, { "type": { - "label": "(", - "beforeExpr": true, - "startsExpr": true, + "label": ".", + "beforeExpr": false, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 1523, - "end": 1524, + "start": 1442, + "end": 1443, "loc": { "start": { - "line": 56, - "column": 18 + "line": 54, + "column": 14 }, "end": { - "line": 56, - "column": 19 + "line": 54, + "column": 15 } } }, @@ -16589,50 +15495,51 @@ "postfix": false, "binop": null }, - "value": "ev", - "start": 1524, - "end": 1526, + "value": "onloadend", + "start": 1443, + "end": 1452, "loc": { "start": { - "line": 56, - "column": 19 + "line": 54, + "column": 15 }, "end": { - "line": 56, - "column": 21 + "line": 54, + "column": 24 } } }, { "type": { - "label": ".", - "beforeExpr": false, + "label": "=", + "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, - "isAssign": false, + "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, - "start": 1526, - "end": 1527, + "value": "=", + "start": 1453, + "end": 1454, "loc": { "start": { - "line": 56, - "column": 21 + "line": 54, + "column": 25 }, "end": { - "line": 56, - "column": 22 + "line": 54, + "column": 26 } } }, { "type": { - "label": "name", - "beforeExpr": false, + "label": "(", + "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, @@ -16641,17 +15548,16 @@ "postfix": false, "binop": null }, - "value": "error", - "start": 1527, - "end": 1532, + "start": 1455, + "end": 1456, "loc": { "start": { - "line": 56, - "column": 22 + "line": 54, + "column": 27 }, "end": { - "line": 56, - "column": 27 + "line": 54, + "column": 28 } } }, @@ -16667,22 +15573,22 @@ "postfix": false, "binop": null }, - "start": 1532, - "end": 1533, + "start": 1456, + "end": 1457, "loc": { "start": { - "line": 56, - "column": 27 + "line": 54, + "column": 28 }, "end": { - "line": 56, - "column": 28 + "line": 54, + "column": 29 } } }, { "type": { - "label": ";", + "label": "=>", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, @@ -16693,67 +15599,41 @@ "binop": null, "updateContext": null }, - "start": 1533, - "end": 1534, - "loc": { - "start": { - "line": 56, - "column": 28 - }, - "end": { - "line": 56, - "column": 29 - } - } - }, - { - "type": { - "label": "}", - "beforeExpr": false, - "startsExpr": false, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "start": 1543, - "end": 1544, + "start": 1458, + "end": 1460, "loc": { "start": { - "line": 57, - "column": 8 + "line": 54, + "column": 30 }, "end": { - "line": 57, - "column": 9 + "line": 54, + "column": 32 } } }, { "type": { - "label": ";", + "label": "{", "beforeExpr": true, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 1544, - "end": 1545, + "start": 1461, + "end": 1462, "loc": { "start": { - "line": 57, - "column": 9 + "line": 54, + "column": 33 }, "end": { - "line": 57, - "column": 10 + "line": 54, + "column": 34 } } }, @@ -16769,43 +15649,42 @@ "postfix": false, "binop": null }, - "value": "reader", - "start": 1554, - "end": 1560, + "value": "resolve", + "start": 1475, + "end": 1482, "loc": { "start": { - "line": 58, - "column": 8 + "line": 55, + "column": 12 }, "end": { - "line": 58, - "column": 14 + "line": 55, + "column": 19 } } }, { "type": { - "label": ".", - "beforeExpr": false, - "startsExpr": false, + "label": "(", + "beforeExpr": true, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 1560, - "end": 1561, + "start": 1482, + "end": 1483, "loc": { "start": { - "line": 58, - "column": 14 + "line": 55, + "column": 19 }, "end": { - "line": 58, - "column": 15 + "line": 55, + "column": 20 } } }, @@ -16821,42 +15700,43 @@ "postfix": false, "binop": null }, - "value": "readAsArrayBuffer", - "start": 1561, - "end": 1578, + "value": "reader", + "start": 1483, + "end": 1489, "loc": { "start": { - "line": 58, - "column": 15 + "line": 55, + "column": 20 }, "end": { - "line": 58, - "column": 32 + "line": 55, + "column": 26 } } }, { "type": { - "label": "(", - "beforeExpr": true, - "startsExpr": true, + "label": ".", + "beforeExpr": false, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 1578, - "end": 1579, + "start": 1489, + "end": 1490, "loc": { "start": { - "line": 58, - "column": 32 + "line": 55, + "column": 26 }, "end": { - "line": 58, - "column": 33 + "line": 55, + "column": 27 } } }, @@ -16872,17 +15752,17 @@ "postfix": false, "binop": null }, - "value": "fileObj", - "start": 1579, - "end": 1586, + "value": "result", + "start": 1490, + "end": 1496, "loc": { "start": { - "line": 58, - "column": 33 + "line": 55, + "column": 27 }, "end": { - "line": 58, - "column": 40 + "line": 55, + "column": 33 } } }, @@ -16898,16 +15778,16 @@ "postfix": false, "binop": null }, - "start": 1586, - "end": 1587, + "start": 1496, + "end": 1497, "loc": { "start": { - "line": 58, - "column": 40 + "line": 55, + "column": 33 }, "end": { - "line": 58, - "column": 41 + "line": 55, + "column": 34 } } }, @@ -16924,16 +15804,16 @@ "binop": null, "updateContext": null }, - "start": 1587, - "end": 1588, + "start": 1497, + "end": 1498, "loc": { "start": { - "line": 58, - "column": 41 + "line": 55, + "column": 34 }, "end": { - "line": 58, - "column": 42 + "line": 55, + "column": 35 } } }, @@ -16949,48 +15829,75 @@ "postfix": false, "binop": null }, - "start": 1593, - "end": 1594, + "start": 1507, + "end": 1508, "loc": { "start": { - "line": 59, - "column": 4 + "line": 56, + "column": 8 }, "end": { - "line": 59, - "column": 5 + "line": 56, + "column": 9 } } }, { "type": { - "label": ")", - "beforeExpr": false, + "label": ";", + "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 1508, + "end": 1509, + "loc": { + "start": { + "line": 56, + "column": 9 + }, + "end": { + "line": 56, + "column": 10 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, "binop": null }, - "start": 1594, - "end": 1595, + "value": "reader", + "start": 1518, + "end": 1524, "loc": { "start": { - "line": 59, - "column": 5 + "line": 57, + "column": 8 }, "end": { - "line": 59, - "column": 6 + "line": 57, + "column": 14 } } }, { "type": { - "label": ";", - "beforeExpr": true, + "label": ".", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, @@ -17000,24 +15907,24 @@ "binop": null, "updateContext": null }, - "start": 1595, - "end": 1596, + "start": 1524, + "end": 1525, "loc": { "start": { - "line": 59, - "column": 6 + "line": 57, + "column": 14 }, "end": { - "line": 59, - "column": 7 + "line": 57, + "column": 15 } } }, { "type": { - "label": "}", + "label": "name", "beforeExpr": false, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -17025,94 +15932,103 @@ "postfix": false, "binop": null }, - "start": 1597, - "end": 1598, + "value": "onerror", + "start": 1525, + "end": 1532, "loc": { "start": { - "line": 60, - "column": 0 + "line": 57, + "column": 15 }, "end": { - "line": 60, - "column": 1 + "line": 57, + "column": 22 } } }, { "type": { - "label": ";", + "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, - "isAssign": false, + "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, - "start": 1598, - "end": 1599, + "value": "=", + "start": 1533, + "end": 1534, "loc": { "start": { - "line": 60, - "column": 1 + "line": 57, + "column": 23 }, "end": { - "line": 60, - "column": 2 + "line": 57, + "column": 24 } } }, { - "type": "CommentBlock", - "value": "*\n * Add filename and timestamp to recorded file object.\n *\n * @param {(Blob|File)} fileObj - Blob or File object to modify.\n * @param {date} [now] - Optional date information, default is\n * current timestamp.\n * @private\n ", - "start": 1601, - "end": 1831, + "type": { + "label": "(", + "beforeExpr": true, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 1535, + "end": 1536, "loc": { "start": { - "line": 62, - "column": 0 + "line": 57, + "column": 25 }, "end": { - "line": 69, - "column": 3 + "line": 57, + "column": 26 } } }, { "type": { - "label": "const", - "keyword": "const", + "label": "name", "beforeExpr": false, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "const", - "start": 1832, - "end": 1837, + "value": "ev", + "start": 1536, + "end": 1538, "loc": { "start": { - "line": 70, - "column": 0 + "line": 57, + "column": 26 }, "end": { - "line": 70, - "column": 5 + "line": 57, + "column": 28 } } }, { "type": { - "label": "name", + "label": ")", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -17120,51 +16036,73 @@ "postfix": false, "binop": null }, - "value": "addFileInfo", - "start": 1838, - "end": 1849, + "start": 1538, + "end": 1539, "loc": { "start": { - "line": 70, - "column": 6 + "line": 57, + "column": 28 }, "end": { - "line": 70, - "column": 17 + "line": 57, + "column": 29 } } }, { "type": { - "label": "=", + "label": "=>", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, - "isAssign": true, + "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, - "value": "=", - "start": 1850, - "end": 1851, + "start": 1540, + "end": 1542, "loc": { "start": { - "line": 70, - "column": 18 + "line": 57, + "column": 30 }, "end": { - "line": 70, - "column": 19 + "line": 57, + "column": 32 } } }, { "type": { - "label": "function", - "keyword": "function", + "label": "{", + "beforeExpr": true, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 1543, + "end": 1544, + "loc": { + "start": { + "line": 57, + "column": 33 + }, + "end": { + "line": 57, + "column": 34 + } + } + }, + { + "type": { + "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -17174,17 +16112,17 @@ "postfix": false, "binop": null }, - "value": "function", - "start": 1852, - "end": 1860, + "value": "reject", + "start": 1557, + "end": 1563, "loc": { "start": { - "line": 70, - "column": 20 + "line": 58, + "column": 12 }, "end": { - "line": 70, - "column": 28 + "line": 58, + "column": 18 } } }, @@ -17200,16 +16138,16 @@ "postfix": false, "binop": null }, - "start": 1860, - "end": 1861, + "start": 1563, + "end": 1564, "loc": { "start": { - "line": 70, - "column": 28 + "line": 58, + "column": 18 }, "end": { - "line": 70, - "column": 29 + "line": 58, + "column": 19 } } }, @@ -17225,24 +16163,24 @@ "postfix": false, "binop": null }, - "value": "fileObj", - "start": 1861, - "end": 1868, + "value": "ev", + "start": 1564, + "end": 1566, "loc": { "start": { - "line": 70, - "column": 29 + "line": 58, + "column": 19 }, "end": { - "line": 70, - "column": 36 + "line": 58, + "column": 21 } } }, { "type": { - "label": ",", - "beforeExpr": true, + "label": ".", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, @@ -17252,16 +16190,16 @@ "binop": null, "updateContext": null }, - "start": 1868, - "end": 1869, + "start": 1566, + "end": 1567, "loc": { "start": { - "line": 70, - "column": 36 + "line": 58, + "column": 21 }, "end": { - "line": 70, - "column": 37 + "line": 58, + "column": 22 } } }, @@ -17277,17 +16215,17 @@ "postfix": false, "binop": null }, - "value": "now", - "start": 1870, - "end": 1873, + "value": "error", + "start": 1567, + "end": 1572, "loc": { "start": { - "line": 70, - "column": 38 + "line": 58, + "column": 22 }, "end": { - "line": 70, - "column": 41 + "line": 58, + "column": 27 } } }, @@ -17303,48 +16241,48 @@ "postfix": false, "binop": null }, - "start": 1873, - "end": 1874, + "start": 1572, + "end": 1573, "loc": { "start": { - "line": 70, - "column": 41 + "line": 58, + "column": 27 }, "end": { - "line": 70, - "column": 42 + "line": 58, + "column": 28 } } }, { "type": { - "label": "{", + "label": ";", "beforeExpr": true, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 1875, - "end": 1876, + "start": 1573, + "end": 1574, "loc": { "start": { - "line": 70, - "column": 43 + "line": 58, + "column": 28 }, "end": { - "line": 70, - "column": 44 + "line": 58, + "column": 29 } } }, { "type": { - "label": "if", - "keyword": "if", + "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -17352,45 +16290,44 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "if", - "start": 1881, - "end": 1883, + "start": 1583, + "end": 1584, "loc": { "start": { - "line": 71, - "column": 4 + "line": 59, + "column": 8 }, "end": { - "line": 71, - "column": 6 + "line": 59, + "column": 9 } } }, { "type": { - "label": "(", + "label": ";", "beforeExpr": true, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 1884, - "end": 1885, + "start": 1584, + "end": 1585, "loc": { "start": { - "line": 71, - "column": 7 + "line": 59, + "column": 9 }, "end": { - "line": 71, - "column": 8 + "line": 59, + "column": 10 } } }, @@ -17406,45 +16343,43 @@ "postfix": false, "binop": null }, - "value": "fileObj", - "start": 1885, - "end": 1892, + "value": "reader", + "start": 1594, + "end": 1600, "loc": { "start": { - "line": 71, + "line": 60, "column": 8 }, "end": { - "line": 71, - "column": 15 + "line": 60, + "column": 14 } } }, { "type": { - "label": "instanceof", - "keyword": "instanceof", - "beforeExpr": true, + "label": ".", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": 7, + "binop": null, "updateContext": null }, - "value": "instanceof", - "start": 1893, - "end": 1903, + "start": 1600, + "end": 1601, "loc": { "start": { - "line": 71, - "column": 16 + "line": 60, + "column": 14 }, "end": { - "line": 71, - "column": 26 + "line": 60, + "column": 15 } } }, @@ -17460,44 +16395,42 @@ "postfix": false, "binop": null }, - "value": "Blob", - "start": 1904, - "end": 1908, + "value": "readAsArrayBuffer", + "start": 1601, + "end": 1618, "loc": { "start": { - "line": 71, - "column": 27 + "line": 60, + "column": 15 }, "end": { - "line": 71, - "column": 31 + "line": 60, + "column": 32 } } }, { "type": { - "label": "||", + "label": "(", "beforeExpr": true, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": 1, - "updateContext": null + "binop": null }, - "value": "||", - "start": 1909, - "end": 1911, + "start": 1618, + "end": 1619, "loc": { "start": { - "line": 71, + "line": 60, "column": 32 }, "end": { - "line": 71, - "column": 34 + "line": 60, + "column": 33 } } }, @@ -17514,76 +16447,73 @@ "binop": null }, "value": "fileObj", - "start": 1912, - "end": 1919, + "start": 1619, + "end": 1626, "loc": { "start": { - "line": 71, - "column": 35 + "line": 60, + "column": 33 }, "end": { - "line": 71, - "column": 42 + "line": 60, + "column": 40 } } }, { "type": { - "label": "instanceof", - "keyword": "instanceof", - "beforeExpr": true, + "label": ")", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": 7, - "updateContext": null + "binop": null }, - "value": "instanceof", - "start": 1920, - "end": 1930, + "start": 1626, + "end": 1627, "loc": { "start": { - "line": 71, - "column": 43 + "line": 60, + "column": 40 }, "end": { - "line": 71, - "column": 53 + "line": 60, + "column": 41 } } }, { "type": { - "label": "name", - "beforeExpr": false, - "startsExpr": true, + "label": ";", + "beforeExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "value": "File", - "start": 1931, - "end": 1935, + "start": 1627, + "end": 1628, "loc": { "start": { - "line": 71, - "column": 54 + "line": 60, + "column": 41 }, "end": { - "line": 71, - "column": 58 + "line": 60, + "column": 42 } } }, { "type": { - "label": ")", + "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -17593,24 +16523,24 @@ "postfix": false, "binop": null }, - "start": 1935, - "end": 1936, + "start": 1633, + "end": 1634, "loc": { "start": { - "line": 71, - "column": 58 + "line": 61, + "column": 4 }, "end": { - "line": 71, - "column": 59 + "line": 61, + "column": 5 } } }, { "type": { - "label": "{", - "beforeExpr": true, - "startsExpr": true, + "label": ")", + "beforeExpr": false, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -17618,40 +16548,23 @@ "postfix": false, "binop": null }, - "start": 1937, - "end": 1938, - "loc": { - "start": { - "line": 71, - "column": 60 - }, - "end": { - "line": 71, - "column": 61 - } - } - }, - { - "type": "CommentLine", - "value": " set modification date", - "start": 1947, - "end": 1971, + "start": 1634, + "end": 1635, "loc": { "start": { - "line": 72, - "column": 8 + "line": 61, + "column": 5 }, "end": { - "line": 72, - "column": 32 + "line": 61, + "column": 6 } } }, { "type": { - "label": "if", - "keyword": "if", - "beforeExpr": false, + "label": ";", + "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, @@ -17661,25 +16574,24 @@ "binop": null, "updateContext": null }, - "value": "if", - "start": 1980, - "end": 1982, + "start": 1635, + "end": 1636, "loc": { "start": { - "line": 73, - "column": 8 + "line": 61, + "column": 6 }, "end": { - "line": 73, - "column": 10 + "line": 61, + "column": 7 } } }, { "type": { - "label": "(", - "beforeExpr": true, - "startsExpr": true, + "label": "}", + "beforeExpr": false, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -17687,69 +16599,86 @@ "postfix": false, "binop": null }, - "start": 1983, - "end": 1984, + "start": 1637, + "end": 1638, "loc": { "start": { - "line": 73, - "column": 11 + "line": 62, + "column": 0 }, "end": { - "line": 73, - "column": 12 + "line": 62, + "column": 1 } } }, { "type": { - "label": "name", - "beforeExpr": false, - "startsExpr": true, + "label": ";", + "beforeExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "value": "now", - "start": 1984, - "end": 1987, + "start": 1638, + "end": 1639, "loc": { "start": { - "line": 73, - "column": 12 + "line": 62, + "column": 1 }, "end": { - "line": 73, - "column": 15 + "line": 62, + "column": 2 + } + } + }, + { + "type": "CommentBlock", + "value": "*\n * Add filename and modification date to recorded file object.\n *\n * @param {(Blob|File)} fileObj - `Blob` or `File` object to modify.\n * @param {date} [dateObj] - Optional modification date information.\n * Default is `new Date()`.\n * @param {string} [fileExtension] - Optional file extension to use.\n * By default the file extension is automatically determined using\n * the mime-type.\n * @private\n ", + "start": 1641, + "end": 2058, + "loc": { + "start": { + "line": 64, + "column": 0 + }, + "end": { + "line": 74, + "column": 3 } } }, { "type": { - "label": "==/!=", - "beforeExpr": true, + "label": "const", + "keyword": "const", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": 6, + "binop": null, "updateContext": null }, - "value": "===", - "start": 1988, - "end": 1991, + "value": "const", + "start": 2059, + "end": 2064, "loc": { "start": { - "line": 73, - "column": 16 + "line": 75, + "column": 0 }, "end": { - "line": 73, - "column": 19 + "line": 75, + "column": 5 } } }, @@ -17765,49 +16694,52 @@ "postfix": false, "binop": null }, - "value": "undefined", - "start": 1992, - "end": 2001, + "value": "addFileInfo", + "start": 2065, + "end": 2076, "loc": { "start": { - "line": 73, - "column": 20 + "line": 75, + "column": 6 }, "end": { - "line": 73, - "column": 29 + "line": 75, + "column": 17 } } }, { "type": { - "label": ")", - "beforeExpr": false, + "label": "=", + "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, - "isAssign": false, + "isAssign": true, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 2001, - "end": 2002, + "value": "=", + "start": 2077, + "end": 2078, "loc": { "start": { - "line": 73, - "column": 29 + "line": 75, + "column": 18 }, "end": { - "line": 73, - "column": 30 + "line": 75, + "column": 19 } } }, { "type": { - "label": "{", - "beforeExpr": true, + "label": "function", + "keyword": "function", + "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, @@ -17816,23 +16748,24 @@ "postfix": false, "binop": null }, - "start": 2003, - "end": 2004, + "value": "function", + "start": 2079, + "end": 2087, "loc": { "start": { - "line": 73, - "column": 31 + "line": 75, + "column": 20 }, "end": { - "line": 73, - "column": 32 + "line": 75, + "column": 28 } } }, { "type": { - "label": "name", - "beforeExpr": false, + "label": "(", + "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, @@ -17841,53 +16774,50 @@ "postfix": false, "binop": null }, - "value": "now", - "start": 2017, - "end": 2020, + "start": 2087, + "end": 2088, "loc": { "start": { - "line": 74, - "column": 12 + "line": 75, + "column": 28 }, "end": { - "line": 74, - "column": 15 + "line": 75, + "column": 29 } } }, { "type": { - "label": "=", - "beforeExpr": true, - "startsExpr": false, + "label": "name", + "beforeExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, - "isAssign": true, + "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "=", - "start": 2021, - "end": 2022, + "value": "fileObj", + "start": 2088, + "end": 2095, "loc": { "start": { - "line": 74, - "column": 16 + "line": 75, + "column": 29 }, "end": { - "line": 74, - "column": 17 + "line": 75, + "column": 36 } } }, { "type": { - "label": "new", - "keyword": "new", + "label": ",", "beforeExpr": true, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -17896,17 +16826,16 @@ "binop": null, "updateContext": null }, - "value": "new", - "start": 2023, - "end": 2026, + "start": 2095, + "end": 2096, "loc": { "start": { - "line": 74, - "column": 18 + "line": 75, + "column": 36 }, "end": { - "line": 74, - "column": 21 + "line": 75, + "column": 37 } } }, @@ -17922,50 +16851,51 @@ "postfix": false, "binop": null }, - "value": "Date", - "start": 2027, - "end": 2031, + "value": "dateObj", + "start": 2097, + "end": 2104, "loc": { "start": { - "line": 74, - "column": 22 + "line": 75, + "column": 38 }, "end": { - "line": 74, - "column": 26 + "line": 75, + "column": 45 } } }, { "type": { - "label": "(", + "label": ",", "beforeExpr": true, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 2031, - "end": 2032, + "start": 2104, + "end": 2105, "loc": { "start": { - "line": 74, - "column": 26 + "line": 75, + "column": 45 }, "end": { - "line": 74, - "column": 27 + "line": 75, + "column": 46 } } }, { "type": { - "label": ")", + "label": "name", "beforeExpr": false, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -17973,50 +16903,50 @@ "postfix": false, "binop": null }, - "start": 2032, - "end": 2033, + "value": "fileExtension", + "start": 2106, + "end": 2119, "loc": { "start": { - "line": 74, - "column": 27 + "line": 75, + "column": 47 }, "end": { - "line": 74, - "column": 28 + "line": 75, + "column": 60 } } }, { "type": { - "label": ";", - "beforeExpr": true, + "label": ")", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 2033, - "end": 2034, + "start": 2119, + "end": 2120, "loc": { "start": { - "line": 74, - "column": 28 + "line": 75, + "column": 60 }, "end": { - "line": 74, - "column": 29 + "line": 75, + "column": 61 } } }, { "type": { - "label": "}", - "beforeExpr": false, - "startsExpr": false, + "label": "{", + "beforeExpr": true, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -18024,23 +16954,23 @@ "postfix": false, "binop": null }, - "start": 2043, - "end": 2044, + "start": 2121, + "end": 2122, "loc": { "start": { "line": 75, - "column": 8 + "column": 62 }, "end": { "line": 75, - "column": 9 + "column": 63 } } }, { "type": { - "label": "try", - "keyword": "try", + "label": "if", + "keyword": "if", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -18051,23 +16981,23 @@ "binop": null, "updateContext": null }, - "value": "try", - "start": 2053, - "end": 2056, + "value": "if", + "start": 2127, + "end": 2129, "loc": { "start": { "line": 76, - "column": 8 + "column": 4 }, "end": { "line": 76, - "column": 11 + "column": 6 } } }, { "type": { - "label": "{", + "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, @@ -18077,16 +17007,16 @@ "postfix": false, "binop": null }, - "start": 2057, - "end": 2058, + "start": 2130, + "end": 2131, "loc": { "start": { "line": 76, - "column": 12 + "column": 7 }, "end": { "line": 76, - "column": 13 + "column": 8 } } }, @@ -18103,42 +17033,44 @@ "binop": null }, "value": "fileObj", - "start": 2071, - "end": 2078, + "start": 2131, + "end": 2138, "loc": { "start": { - "line": 77, - "column": 12 + "line": 76, + "column": 8 }, "end": { - "line": 77, - "column": 19 + "line": 76, + "column": 15 } } }, { "type": { - "label": ".", - "beforeExpr": false, + "label": "instanceof", + "keyword": "instanceof", + "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, + "binop": 7, "updateContext": null }, - "start": 2078, - "end": 2079, + "value": "instanceof", + "start": 2139, + "end": 2149, "loc": { "start": { - "line": 77, - "column": 19 + "line": 76, + "column": 16 }, "end": { - "line": 77, - "column": 20 + "line": 76, + "column": 26 } } }, @@ -18154,43 +17086,43 @@ "postfix": false, "binop": null }, - "value": "lastModified", - "start": 2079, - "end": 2091, + "value": "Blob", + "start": 2150, + "end": 2154, "loc": { "start": { - "line": 77, - "column": 20 + "line": 76, + "column": 27 }, "end": { - "line": 77, - "column": 32 + "line": 76, + "column": 31 } } }, { "type": { - "label": "=", + "label": "||", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, - "isAssign": true, + "isAssign": false, "prefix": false, "postfix": false, - "binop": null, + "binop": 1, "updateContext": null }, - "value": "=", - "start": 2092, - "end": 2093, + "value": "||", + "start": 2155, + "end": 2157, "loc": { "start": { - "line": 77, - "column": 33 + "line": 76, + "column": 32 }, "end": { - "line": 77, + "line": 76, "column": 34 } } @@ -18207,43 +17139,45 @@ "postfix": false, "binop": null }, - "value": "now", - "start": 2094, - "end": 2097, + "value": "fileObj", + "start": 2158, + "end": 2165, "loc": { "start": { - "line": 77, + "line": 76, "column": 35 }, "end": { - "line": 77, - "column": 38 + "line": 76, + "column": 42 } } }, { "type": { - "label": ".", - "beforeExpr": false, + "label": "instanceof", + "keyword": "instanceof", + "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, + "binop": 7, "updateContext": null }, - "start": 2097, - "end": 2098, + "value": "instanceof", + "start": 2166, + "end": 2176, "loc": { "start": { - "line": 77, - "column": 38 + "line": 76, + "column": 43 }, "end": { - "line": 77, - "column": 39 + "line": 76, + "column": 53 } } }, @@ -18259,25 +17193,25 @@ "postfix": false, "binop": null }, - "value": "getTime", - "start": 2098, - "end": 2105, + "value": "File", + "start": 2177, + "end": 2181, "loc": { "start": { - "line": 77, - "column": 39 + "line": 76, + "column": 54 }, "end": { - "line": 77, - "column": 46 + "line": 76, + "column": 58 } } }, { "type": { - "label": "(", - "beforeExpr": true, - "startsExpr": true, + "label": ")", + "beforeExpr": false, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -18285,24 +17219,24 @@ "postfix": false, "binop": null }, - "start": 2105, - "end": 2106, + "start": 2181, + "end": 2182, "loc": { "start": { - "line": 77, - "column": 46 + "line": 76, + "column": 58 }, "end": { - "line": 77, - "column": 47 + "line": 76, + "column": 59 } } }, { "type": { - "label": ")", - "beforeExpr": false, - "startsExpr": false, + "label": "{", + "beforeExpr": true, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -18310,94 +17244,85 @@ "postfix": false, "binop": null }, - "start": 2106, - "end": 2107, + "start": 2183, + "end": 2184, "loc": { "start": { - "line": 77, - "column": 47 + "line": 76, + "column": 60 }, "end": { - "line": 77, - "column": 48 - } - } - }, - { - "type": { - "label": ";", - "beforeExpr": true, - "startsExpr": false, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null, - "updateContext": null - }, - "start": 2107, - "end": 2108, + "line": 76, + "column": 61 + } + } + }, + { + "type": "CommentLine", + "value": " set modification date", + "start": 2193, + "end": 2217, "loc": { "start": { "line": 77, - "column": 48 + "column": 8 }, "end": { "line": 77, - "column": 49 + "column": 32 } } }, { "type": { - "label": "name", + "label": "if", + "keyword": "if", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "value": "fileObj", - "start": 2121, - "end": 2128, + "value": "if", + "start": 2226, + "end": 2228, "loc": { "start": { "line": 78, - "column": 12 + "column": 8 }, "end": { "line": 78, - "column": 19 + "column": 10 } } }, { "type": { - "label": ".", - "beforeExpr": false, - "startsExpr": false, + "label": "(", + "beforeExpr": true, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 2128, - "end": 2129, + "start": 2229, + "end": 2230, "loc": { "start": { "line": 78, - "column": 19 + "column": 11 }, "end": { "line": 78, - "column": 20 + "column": 12 } } }, @@ -18413,44 +17338,44 @@ "postfix": false, "binop": null }, - "value": "lastModifiedDate", - "start": 2129, - "end": 2145, + "value": "dateObj", + "start": 2230, + "end": 2237, "loc": { "start": { "line": 78, - "column": 20 + "column": 12 }, "end": { "line": 78, - "column": 36 + "column": 19 } } }, { "type": { - "label": "=", + "label": "==/!=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, - "isAssign": true, + "isAssign": false, "prefix": false, "postfix": false, - "binop": null, + "binop": 6, "updateContext": null }, - "value": "=", - "start": 2146, - "end": 2147, + "value": "===", + "start": 2238, + "end": 2241, "loc": { "start": { "line": 78, - "column": 37 + "column": 20 }, "end": { "line": 78, - "column": 38 + "column": 23 } } }, @@ -18466,51 +17391,50 @@ "postfix": false, "binop": null }, - "value": "now", - "start": 2148, - "end": 2151, + "value": "undefined", + "start": 2242, + "end": 2251, "loc": { "start": { "line": 78, - "column": 39 + "column": 24 }, "end": { "line": 78, - "column": 42 + "column": 33 } } }, { "type": { - "label": ";", - "beforeExpr": true, + "label": ")", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 2151, - "end": 2152, + "start": 2251, + "end": 2252, "loc": { "start": { "line": 78, - "column": 42 + "column": 33 }, "end": { "line": 78, - "column": 43 + "column": 34 } } }, { "type": { - "label": "}", - "beforeExpr": false, - "startsExpr": false, + "label": "{", + "beforeExpr": true, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -18518,103 +17442,105 @@ "postfix": false, "binop": null }, - "start": 2161, - "end": 2162, + "start": 2253, + "end": 2254, "loc": { "start": { - "line": 79, - "column": 8 + "line": 78, + "column": 35 }, "end": { - "line": 79, - "column": 9 + "line": 78, + "column": 36 } } }, { "type": { - "label": "catch", - "keyword": "catch", + "label": "name", "beforeExpr": false, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "catch", - "start": 2163, - "end": 2168, + "value": "dateObj", + "start": 2267, + "end": 2274, "loc": { "start": { "line": 79, - "column": 10 + "column": 12 }, "end": { "line": 79, - "column": 15 + "column": 19 } } }, { "type": { - "label": "(", + "label": "=", "beforeExpr": true, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, - "isAssign": false, + "isAssign": true, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 2169, - "end": 2170, + "value": "=", + "start": 2275, + "end": 2276, "loc": { "start": { "line": 79, - "column": 16 + "column": 20 }, "end": { "line": 79, - "column": 17 + "column": 21 } } }, { "type": { - "label": "name", - "beforeExpr": false, + "label": "new", + "keyword": "new", + "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "value": "e", - "start": 2170, - "end": 2171, + "value": "new", + "start": 2277, + "end": 2280, "loc": { "start": { "line": 79, - "column": 17 + "column": 22 }, "end": { "line": 79, - "column": 18 + "column": 25 } } }, { "type": { - "label": ")", + "label": "name", "beforeExpr": false, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -18622,22 +17548,23 @@ "postfix": false, "binop": null }, - "start": 2171, - "end": 2172, + "value": "Date", + "start": 2281, + "end": 2285, "loc": { "start": { "line": 79, - "column": 18 + "column": 26 }, "end": { "line": 79, - "column": 19 + "column": 30 } } }, { "type": { - "label": "{", + "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, @@ -18647,23 +17574,22 @@ "postfix": false, "binop": null }, - "start": 2173, - "end": 2174, + "start": 2285, + "end": 2286, "loc": { "start": { "line": 79, - "column": 20 + "column": 30 }, "end": { "line": 79, - "column": 21 + "column": 31 } } }, { "type": { - "label": "if", - "keyword": "if", + "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -18671,53 +17597,52 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "if", - "start": 2187, - "end": 2189, + "start": 2286, + "end": 2287, "loc": { "start": { - "line": 80, - "column": 12 + "line": 79, + "column": 31 }, "end": { - "line": 80, - "column": 14 + "line": 79, + "column": 32 } } }, { "type": { - "label": "(", + "label": ";", "beforeExpr": true, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 2190, - "end": 2191, + "start": 2287, + "end": 2288, "loc": { "start": { - "line": 80, - "column": 15 + "line": 79, + "column": 32 }, "end": { - "line": 80, - "column": 16 + "line": 79, + "column": 33 } } }, { "type": { - "label": "name", + "label": "}", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -18725,52 +17650,51 @@ "postfix": false, "binop": null }, - "value": "e", - "start": 2191, - "end": 2192, + "start": 2297, + "end": 2298, "loc": { "start": { "line": 80, - "column": 16 + "column": 8 }, "end": { "line": 80, - "column": 17 + "column": 9 } } }, { "type": { - "label": "instanceof", - "keyword": "instanceof", - "beforeExpr": true, + "label": "try", + "keyword": "try", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": 7, + "binop": null, "updateContext": null }, - "value": "instanceof", - "start": 2193, - "end": 2203, + "value": "try", + "start": 2307, + "end": 2310, "loc": { "start": { - "line": 80, - "column": 18 + "line": 81, + "column": 8 }, "end": { - "line": 80, - "column": 28 + "line": 81, + "column": 11 } } }, { "type": { - "label": "name", - "beforeExpr": false, + "label": "{", + "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, @@ -18779,25 +17703,24 @@ "postfix": false, "binop": null }, - "value": "TypeError", - "start": 2204, - "end": 2213, + "start": 2311, + "end": 2312, "loc": { "start": { - "line": 80, - "column": 29 + "line": 81, + "column": 12 }, "end": { - "line": 80, - "column": 38 + "line": 81, + "column": 13 } } }, { "type": { - "label": ")", + "label": "name", "beforeExpr": false, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -18805,65 +17728,51 @@ "postfix": false, "binop": null }, - "start": 2213, - "end": 2214, + "value": "fileObj", + "start": 2325, + "end": 2332, "loc": { "start": { - "line": 80, - "column": 38 + "line": 82, + "column": 12 }, "end": { - "line": 80, - "column": 39 + "line": 82, + "column": 19 } } }, { "type": { - "label": "{", - "beforeExpr": true, - "startsExpr": true, + "label": ".", + "beforeExpr": false, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 2215, - "end": 2216, - "loc": { - "start": { - "line": 80, - "column": 40 - }, - "end": { - "line": 80, - "column": 41 - } - } - }, - { - "type": "CommentLine", - "value": " ignore: setting getter-only property \"lastModifiedDate\"", - "start": 2233, - "end": 2291, + "start": 2332, + "end": 2333, "loc": { "start": { - "line": 81, - "column": 16 + "line": 82, + "column": 19 }, "end": { - "line": 81, - "column": 74 + "line": 82, + "column": 20 } } }, { "type": { - "label": "}", + "label": "name", "beforeExpr": false, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -18871,51 +17780,51 @@ "postfix": false, "binop": null }, - "start": 2304, - "end": 2305, + "value": "lastModified", + "start": 2333, + "end": 2345, "loc": { "start": { "line": 82, - "column": 12 + "column": 20 }, "end": { "line": 82, - "column": 13 + "column": 32 } } }, { "type": { - "label": "else", - "keyword": "else", + "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, - "isAssign": false, + "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, - "value": "else", - "start": 2306, - "end": 2310, + "value": "=", + "start": 2346, + "end": 2347, "loc": { "start": { "line": 82, - "column": 14 + "column": 33 }, "end": { "line": 82, - "column": 18 + "column": 34 } } }, { "type": { - "label": "{", - "beforeExpr": true, + "label": "name", + "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, @@ -18924,40 +17833,24 @@ "postfix": false, "binop": null }, - "start": 2311, - "end": 2312, + "value": "dateObj", + "start": 2348, + "end": 2355, "loc": { "start": { "line": 82, - "column": 19 + "column": 35 }, "end": { "line": 82, - "column": 20 - } - } - }, - { - "type": "CommentLine", - "value": " re-raise error", - "start": 2329, - "end": 2346, - "loc": { - "start": { - "line": 83, - "column": 16 - }, - "end": { - "line": 83, - "column": 33 + "column": 42 } } }, { "type": { - "label": "throw", - "keyword": "throw", - "beforeExpr": true, + "label": ".", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, @@ -18967,17 +17860,16 @@ "binop": null, "updateContext": null }, - "value": "throw", - "start": 2363, - "end": 2368, + "start": 2355, + "end": 2356, "loc": { "start": { - "line": 84, - "column": 16 + "line": 82, + "column": 42 }, "end": { - "line": 84, - "column": 21 + "line": 82, + "column": 43 } } }, @@ -18993,49 +17885,48 @@ "postfix": false, "binop": null }, - "value": "e", - "start": 2369, - "end": 2370, + "value": "getTime", + "start": 2356, + "end": 2363, "loc": { "start": { - "line": 84, - "column": 22 + "line": 82, + "column": 43 }, "end": { - "line": 84, - "column": 23 + "line": 82, + "column": 50 } } }, { "type": { - "label": ";", + "label": "(", "beforeExpr": true, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 2370, - "end": 2371, + "start": 2363, + "end": 2364, "loc": { "start": { - "line": 84, - "column": 23 + "line": 82, + "column": 50 }, "end": { - "line": 84, - "column": 24 + "line": 82, + "column": 51 } } }, { "type": { - "label": "}", + "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -19045,117 +17936,147 @@ "postfix": false, "binop": null }, - "start": 2384, - "end": 2385, + "start": 2364, + "end": 2365, "loc": { "start": { - "line": 85, - "column": 12 + "line": 82, + "column": 51 }, "end": { - "line": 85, - "column": 13 + "line": 82, + "column": 52 } } }, { "type": { - "label": "}", - "beforeExpr": false, + "label": ";", + "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 2394, - "end": 2395, + "start": 2365, + "end": 2366, "loc": { "start": { - "line": 86, - "column": 8 + "line": 82, + "column": 52 }, "end": { - "line": 86, - "column": 9 + "line": 82, + "column": 53 } } }, { - "type": "CommentLine", - "value": " guess extension name from mime type, e.g. audio/ogg, but", - "start": 2404, - "end": 2463, + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "fileObj", + "start": 2379, + "end": 2386, "loc": { "start": { - "line": 87, - "column": 8 + "line": 83, + "column": 12 }, "end": { - "line": 87, - "column": 67 + "line": 83, + "column": 19 } } }, { - "type": "CommentLine", - "value": " any extension is valid here. Chrome also accepts extended", - "start": 2472, - "end": 2532, + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 2386, + "end": 2387, "loc": { "start": { - "line": 88, - "column": 8 + "line": 83, + "column": 19 }, "end": { - "line": 88, - "column": 68 + "line": 83, + "column": 20 } } }, { - "type": "CommentLine", - "value": " mime types like video/webm;codecs=h264,vp9,opus", - "start": 2541, - "end": 2591, + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "lastModifiedDate", + "start": 2387, + "end": 2403, "loc": { "start": { - "line": 89, - "column": 8 + "line": 83, + "column": 20 }, "end": { - "line": 89, - "column": 58 + "line": 83, + "column": 36 } } }, { "type": { - "label": "let", - "keyword": "let", - "beforeExpr": false, + "label": "=", + "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, - "isAssign": false, + "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, - "value": "let", - "start": 2600, - "end": 2603, + "value": "=", + "start": 2404, + "end": 2405, "loc": { "start": { - "line": 90, - "column": 8 + "line": 83, + "column": 37 }, "end": { - "line": 90, - "column": 11 + "line": 83, + "column": 38 } } }, @@ -19171,52 +18092,77 @@ "postfix": false, "binop": null }, - "value": "fileExtension", - "start": 2604, - "end": 2617, + "value": "dateObj", + "start": 2406, + "end": 2413, "loc": { "start": { - "line": 90, - "column": 12 + "line": 83, + "column": 39 }, "end": { - "line": 90, - "column": 25 + "line": 83, + "column": 46 } } }, { "type": { - "label": "=", + "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, - "isAssign": true, + "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, - "value": "=", - "start": 2618, - "end": 2619, + "start": 2413, + "end": 2414, "loc": { "start": { - "line": 90, - "column": 26 + "line": 83, + "column": 46 }, "end": { - "line": 90, - "column": 27 + "line": 83, + "column": 47 } } }, { "type": { - "label": "string", + "label": "}", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 2423, + "end": 2424, + "loc": { + "start": { + "line": 84, + "column": 8 + }, + "end": { + "line": 84, + "column": 9 + } + } + }, + { + "type": { + "label": "catch", + "keyword": "catch", + "beforeExpr": false, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -19225,44 +18171,42 @@ "binop": null, "updateContext": null }, - "value": ".", - "start": 2620, - "end": 2623, + "value": "catch", + "start": 2425, + "end": 2430, "loc": { "start": { - "line": 90, - "column": 28 + "line": 84, + "column": 10 }, - "end": { - "line": 90, - "column": 31 + "end": { + "line": 84, + "column": 15 } } }, { "type": { - "label": "+/-", + "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, - "prefix": true, + "prefix": false, "postfix": false, - "binop": 9, - "updateContext": null + "binop": null }, - "value": "+", - "start": 2624, - "end": 2625, + "start": 2431, + "end": 2432, "loc": { "start": { - "line": 90, - "column": 32 + "line": 84, + "column": 16 }, "end": { - "line": 90, - "column": 33 + "line": 84, + "column": 17 } } }, @@ -19278,23 +18222,23 @@ "postfix": false, "binop": null }, - "value": "fileObj", - "start": 2626, - "end": 2633, + "value": "e", + "start": 2432, + "end": 2433, "loc": { "start": { - "line": 90, - "column": 34 + "line": 84, + "column": 17 }, "end": { - "line": 90, - "column": 41 + "line": 84, + "column": 18 } } }, { "type": { - "label": ".", + "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -19302,26 +18246,25 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 2633, - "end": 2634, + "start": 2433, + "end": 2434, "loc": { "start": { - "line": 90, - "column": 41 + "line": 84, + "column": 18 }, "end": { - "line": 90, - "column": 42 + "line": 84, + "column": 19 } } }, { "type": { - "label": "name", - "beforeExpr": false, + "label": "{", + "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, @@ -19330,23 +18273,23 @@ "postfix": false, "binop": null }, - "value": "type", - "start": 2634, - "end": 2638, + "start": 2435, + "end": 2436, "loc": { "start": { - "line": 90, - "column": 42 + "line": 84, + "column": 20 }, "end": { - "line": 90, - "column": 46 + "line": 84, + "column": 21 } } }, { "type": { - "label": ".", + "label": "if", + "keyword": "if", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -19357,23 +18300,24 @@ "binop": null, "updateContext": null }, - "start": 2638, - "end": 2639, + "value": "if", + "start": 2449, + "end": 2451, "loc": { "start": { - "line": 90, - "column": 46 + "line": 85, + "column": 12 }, "end": { - "line": 90, - "column": 47 + "line": 85, + "column": 14 } } }, { "type": { - "label": "name", - "beforeExpr": false, + "label": "(", + "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, @@ -19382,24 +18326,23 @@ "postfix": false, "binop": null }, - "value": "split", - "start": 2639, - "end": 2644, + "start": 2452, + "end": 2453, "loc": { "start": { - "line": 90, - "column": 47 + "line": 85, + "column": 15 }, "end": { - "line": 90, - "column": 52 + "line": 85, + "column": 16 } } }, { "type": { - "label": "(", - "beforeExpr": true, + "label": "name", + "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, @@ -19408,51 +18351,53 @@ "postfix": false, "binop": null }, - "start": 2644, - "end": 2645, + "value": "e", + "start": 2453, + "end": 2454, "loc": { "start": { - "line": 90, - "column": 52 + "line": 85, + "column": 16 }, "end": { - "line": 90, - "column": 53 + "line": 85, + "column": 17 } } }, { "type": { - "label": "string", - "beforeExpr": false, - "startsExpr": true, + "label": "instanceof", + "keyword": "instanceof", + "beforeExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, + "binop": 7, "updateContext": null }, - "value": "/", - "start": 2645, - "end": 2648, + "value": "instanceof", + "start": 2455, + "end": 2465, "loc": { "start": { - "line": 90, - "column": 53 + "line": 85, + "column": 18 }, "end": { - "line": 90, - "column": 56 + "line": 85, + "column": 28 } } }, { "type": { - "label": ")", + "label": "name", "beforeExpr": false, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -19460,75 +18405,89 @@ "postfix": false, "binop": null }, - "start": 2648, - "end": 2649, + "value": "TypeError", + "start": 2466, + "end": 2475, "loc": { "start": { - "line": 90, - "column": 56 + "line": 85, + "column": 29 }, "end": { - "line": 90, - "column": 57 + "line": 85, + "column": 38 } } }, { "type": { - "label": "[", - "beforeExpr": true, - "startsExpr": true, + "label": ")", + "beforeExpr": false, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 2649, - "end": 2650, + "start": 2475, + "end": 2476, "loc": { "start": { - "line": 90, - "column": 57 + "line": 85, + "column": 38 }, "end": { - "line": 90, - "column": 58 + "line": 85, + "column": 39 } } }, { "type": { - "label": "num", - "beforeExpr": false, + "label": "{", + "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": 1, - "start": 2650, - "end": 2651, + "start": 2477, + "end": 2478, "loc": { "start": { - "line": 90, - "column": 58 + "line": 85, + "column": 40 }, "end": { - "line": 90, - "column": 59 + "line": 85, + "column": 41 + } + } + }, + { + "type": "CommentLine", + "value": " ignore: setting getter-only property \"lastModifiedDate\"", + "start": 2495, + "end": 2553, + "loc": { + "start": { + "line": 86, + "column": 16 + }, + "end": { + "line": 86, + "column": 74 } } }, { "type": { - "label": "]", + "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -19536,25 +18495,25 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 2651, - "end": 2652, + "start": 2566, + "end": 2567, "loc": { "start": { - "line": 90, - "column": 59 + "line": 87, + "column": 12 }, "end": { - "line": 90, - "column": 60 + "line": 87, + "column": 13 } } }, { "type": { - "label": ";", + "label": "else", + "keyword": "else", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, @@ -19565,69 +18524,86 @@ "binop": null, "updateContext": null }, - "start": 2652, - "end": 2653, + "value": "else", + "start": 2568, + "end": 2572, "loc": { "start": { - "line": 90, - "column": 60 + "line": 87, + "column": 14 }, "end": { - "line": 90, - "column": 61 + "line": 87, + "column": 18 } } }, { "type": { - "label": "if", - "keyword": "if", - "beforeExpr": false, - "startsExpr": false, + "label": "{", + "beforeExpr": true, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "if", - "start": 2662, - "end": 2664, + "start": 2573, + "end": 2574, "loc": { "start": { - "line": 91, - "column": 8 + "line": 87, + "column": 19 }, "end": { - "line": 91, - "column": 10 + "line": 87, + "column": 20 + } + } + }, + { + "type": "CommentLine", + "value": " re-raise error", + "start": 2591, + "end": 2608, + "loc": { + "start": { + "line": 88, + "column": 16 + }, + "end": { + "line": 88, + "column": 33 } } }, { "type": { - "label": "(", + "label": "throw", + "keyword": "throw", "beforeExpr": true, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 2665, - "end": 2666, + "value": "throw", + "start": 2625, + "end": 2630, "loc": { "start": { - "line": 91, - "column": 11 + "line": 89, + "column": 16 }, "end": { - "line": 91, - "column": 12 + "line": 89, + "column": 21 } } }, @@ -19643,24 +18619,24 @@ "postfix": false, "binop": null }, - "value": "fileExtension", - "start": 2666, - "end": 2679, + "value": "e", + "start": 2631, + "end": 2632, "loc": { "start": { - "line": 91, - "column": 12 + "line": 89, + "column": 22 }, "end": { - "line": 91, - "column": 25 + "line": 89, + "column": 23 } } }, { "type": { - "label": ".", - "beforeExpr": false, + "label": ";", + "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, @@ -19670,24 +18646,24 @@ "binop": null, "updateContext": null }, - "start": 2679, - "end": 2680, + "start": 2632, + "end": 2633, "loc": { "start": { - "line": 91, - "column": 25 + "line": 89, + "column": 23 }, "end": { - "line": 91, - "column": 26 + "line": 89, + "column": 24 } } }, { "type": { - "label": "name", + "label": "}", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -19695,25 +18671,24 @@ "postfix": false, "binop": null }, - "value": "indexOf", - "start": 2680, - "end": 2687, + "start": 2646, + "end": 2647, "loc": { "start": { - "line": 91, - "column": 26 + "line": 90, + "column": 12 }, "end": { - "line": 91, - "column": 33 + "line": 90, + "column": 13 } } }, { "type": { - "label": "(", - "beforeExpr": true, - "startsExpr": true, + "label": "}", + "beforeExpr": false, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -19721,24 +18696,41 @@ "postfix": false, "binop": null }, - "start": 2687, - "end": 2688, + "start": 2656, + "end": 2657, "loc": { "start": { "line": 91, - "column": 33 + "column": 8 }, "end": { "line": 91, - "column": 34 + "column": 9 + } + } + }, + { + "type": "CommentLine", + "value": " file extension", + "start": 2667, + "end": 2684, + "loc": { + "start": { + "line": 93, + "column": 8 + }, + "end": { + "line": 93, + "column": 25 } } }, { "type": { - "label": "string", + "label": "if", + "keyword": "if", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -19747,25 +18739,25 @@ "binop": null, "updateContext": null }, - "value": ";", - "start": 2688, - "end": 2691, + "value": "if", + "start": 2693, + "end": 2695, "loc": { "start": { - "line": 91, - "column": 34 + "line": 94, + "column": 8 }, "end": { - "line": 91, - "column": 37 + "line": 94, + "column": 10 } } }, { "type": { - "label": ")", - "beforeExpr": false, - "startsExpr": false, + "label": "(", + "beforeExpr": true, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -19773,76 +18765,75 @@ "postfix": false, "binop": null }, - "start": 2691, - "end": 2692, + "start": 2696, + "end": 2697, "loc": { "start": { - "line": 91, - "column": 37 + "line": 94, + "column": 11 }, "end": { - "line": 91, - "column": 38 + "line": 94, + "column": 12 } } }, { "type": { - "label": "", - "beforeExpr": true, - "startsExpr": false, + "label": "name", + "beforeExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": 7, - "updateContext": null + "binop": null }, - "value": ">", - "start": 2693, - "end": 2694, + "value": "fileExtension", + "start": 2697, + "end": 2710, "loc": { "start": { - "line": 91, - "column": 39 + "line": 94, + "column": 12 }, "end": { - "line": 91, - "column": 40 + "line": 94, + "column": 25 } } }, { "type": { - "label": "+/-", + "label": "==/!=", "beforeExpr": true, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, - "prefix": true, + "prefix": false, "postfix": false, - "binop": 9, + "binop": 6, "updateContext": null }, - "value": "-", - "start": 2695, - "end": 2696, + "value": "===", + "start": 2711, + "end": 2714, "loc": { "start": { - "line": 91, - "column": 41 + "line": 94, + "column": 26 }, "end": { - "line": 91, - "column": 42 + "line": 94, + "column": 29 } } }, { "type": { - "label": "num", + "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -19850,20 +18841,19 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": 1, - "start": 2696, - "end": 2697, + "value": "undefined", + "start": 2715, + "end": 2724, "loc": { "start": { - "line": 91, - "column": 42 + "line": 94, + "column": 30 }, "end": { - "line": 91, - "column": 43 + "line": 94, + "column": 39 } } }, @@ -19879,16 +18869,16 @@ "postfix": false, "binop": null }, - "start": 2697, - "end": 2698, + "start": 2724, + "end": 2725, "loc": { "start": { - "line": 91, - "column": 43 + "line": 94, + "column": 39 }, "end": { - "line": 91, - "column": 44 + "line": 94, + "column": 40 } } }, @@ -19904,16 +18894,64 @@ "postfix": false, "binop": null }, - "start": 2699, - "end": 2700, + "start": 2726, + "end": 2727, "loc": { "start": { - "line": 91, - "column": 45 + "line": 94, + "column": 41 }, "end": { - "line": 91, - "column": 46 + "line": 94, + "column": 42 + } + } + }, + { + "type": "CommentLine", + "value": " determine file extension using mime type, e.g. audio/ogg,", + "start": 2740, + "end": 2800, + "loc": { + "start": { + "line": 95, + "column": 12 + }, + "end": { + "line": 95, + "column": 72 + } + } + }, + { + "type": "CommentLine", + "value": " but any extension is valid here. Browsers also accept", + "start": 2813, + "end": 2869, + "loc": { + "start": { + "line": 96, + "column": 12 + }, + "end": { + "line": 96, + "column": 68 + } + } + }, + { + "type": "CommentLine", + "value": " extended mime types like video/webm;codecs=h264,vp9,opus", + "start": 2882, + "end": 2941, + "loc": { + "start": { + "line": 97, + "column": 12 + }, + "end": { + "line": 97, + "column": 71 } } }, @@ -19930,15 +18968,15 @@ "binop": null }, "value": "fileExtension", - "start": 2713, - "end": 2726, + "start": 2954, + "end": 2967, "loc": { "start": { - "line": 92, + "line": 98, "column": 12 }, "end": { - "line": 92, + "line": 98, "column": 25 } } @@ -19957,22 +18995,22 @@ "updateContext": null }, "value": "=", - "start": 2727, - "end": 2728, + "start": 2968, + "end": 2969, "loc": { "start": { - "line": 92, + "line": 98, "column": 26 }, "end": { - "line": 92, + "line": 98, "column": 27 } } }, { "type": { - "label": "name", + "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -19980,45 +19018,47 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "value": "fileExtension", - "start": 2729, - "end": 2742, + "value": ".", + "start": 2970, + "end": 2973, "loc": { "start": { - "line": 92, + "line": 98, "column": 28 }, "end": { - "line": 92, - "column": 41 + "line": 98, + "column": 31 } } }, { "type": { - "label": ".", - "beforeExpr": false, - "startsExpr": false, + "label": "+/-", + "beforeExpr": true, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, - "prefix": false, + "prefix": true, "postfix": false, - "binop": null, + "binop": 9, "updateContext": null }, - "start": 2742, - "end": 2743, + "value": "+", + "start": 2974, + "end": 2975, "loc": { "start": { - "line": 92, - "column": 41 + "line": 98, + "column": 32 }, "end": { - "line": 92, - "column": 42 + "line": 98, + "column": 33 } } }, @@ -20034,17 +19074,17 @@ "postfix": false, "binop": null }, - "value": "split", - "start": 2743, - "end": 2748, + "value": "getExtension", + "start": 2976, + "end": 2988, "loc": { "start": { - "line": 92, - "column": 42 + "line": 98, + "column": 34 }, "end": { - "line": 92, - "column": 47 + "line": 98, + "column": 46 } } }, @@ -20060,22 +19100,22 @@ "postfix": false, "binop": null }, - "start": 2748, - "end": 2749, + "start": 2988, + "end": 2989, "loc": { "start": { - "line": 92, - "column": 47 + "line": 98, + "column": 46 }, "end": { - "line": 92, - "column": 48 + "line": 98, + "column": 47 } } }, { "type": { - "label": "string", + "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -20083,26 +19123,25 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": ";", - "start": 2749, - "end": 2752, + "value": "fileObj", + "start": 2989, + "end": 2996, "loc": { "start": { - "line": 92, - "column": 48 + "line": 98, + "column": 47 }, "end": { - "line": 92, - "column": 51 + "line": 98, + "column": 54 } } }, { "type": { - "label": ")", + "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -20110,50 +19149,25 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null - }, - "start": 2752, - "end": 2753, - "loc": { - "start": { - "line": 92, - "column": 51 - }, - "end": { - "line": 92, - "column": 52 - } - } - }, - { - "type": { - "label": "[", - "beforeExpr": true, - "startsExpr": true, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, "binop": null, "updateContext": null }, - "start": 2753, - "end": 2754, + "start": 2996, + "end": 2997, "loc": { "start": { - "line": 92, - "column": 52 + "line": 98, + "column": 54 }, "end": { - "line": 92, - "column": 53 + "line": 98, + "column": 55 } } }, { "type": { - "label": "num", + "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -20161,26 +19175,25 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": 0, - "start": 2754, - "end": 2755, + "value": "type", + "start": 2997, + "end": 3001, "loc": { "start": { - "line": 92, - "column": 53 + "line": 98, + "column": 55 }, "end": { - "line": 92, - "column": 54 + "line": 98, + "column": 59 } } }, { "type": { - "label": "]", + "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -20188,19 +19201,18 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 2755, - "end": 2756, + "start": 3001, + "end": 3002, "loc": { "start": { - "line": 92, - "column": 54 + "line": 98, + "column": 59 }, "end": { - "line": 92, - "column": 55 + "line": 98, + "column": 60 } } }, @@ -20217,16 +19229,16 @@ "binop": null, "updateContext": null }, - "start": 2756, - "end": 2757, + "start": 3002, + "end": 3003, "loc": { "start": { - "line": 92, - "column": 55 + "line": 98, + "column": 60 }, "end": { - "line": 92, - "column": 56 + "line": 98, + "column": 61 } } }, @@ -20242,15 +19254,15 @@ "postfix": false, "binop": null }, - "start": 2766, - "end": 2767, + "start": 3012, + "end": 3013, "loc": { "start": { - "line": 93, + "line": 99, "column": 8 }, "end": { - "line": 93, + "line": 99, "column": 9 } } @@ -20258,15 +19270,15 @@ { "type": "CommentLine", "value": " use timestamp in filename, e.g. 1451180941326.ogg", - "start": 2777, - "end": 2829, + "start": 3023, + "end": 3075, "loc": { "start": { - "line": 95, + "line": 101, "column": 8 }, "end": { - "line": 95, + "line": 101, "column": 60 } } @@ -20286,15 +19298,15 @@ "updateContext": null }, "value": "try", - "start": 2838, - "end": 2841, + "start": 3084, + "end": 3087, "loc": { "start": { - "line": 96, + "line": 102, "column": 8 }, "end": { - "line": 96, + "line": 102, "column": 11 } } @@ -20311,15 +19323,15 @@ "postfix": false, "binop": null }, - "start": 2842, - "end": 2843, + "start": 3088, + "end": 3089, "loc": { "start": { - "line": 96, + "line": 102, "column": 12 }, "end": { - "line": 96, + "line": 102, "column": 13 } } @@ -20337,15 +19349,15 @@ "binop": null }, "value": "fileObj", - "start": 2856, - "end": 2863, + "start": 3102, + "end": 3109, "loc": { "start": { - "line": 97, + "line": 103, "column": 12 }, "end": { - "line": 97, + "line": 103, "column": 19 } } @@ -20363,15 +19375,15 @@ "binop": null, "updateContext": null }, - "start": 2863, - "end": 2864, + "start": 3109, + "end": 3110, "loc": { "start": { - "line": 97, + "line": 103, "column": 19 }, "end": { - "line": 97, + "line": 103, "column": 20 } } @@ -20389,15 +19401,15 @@ "binop": null }, "value": "name", - "start": 2864, - "end": 2868, + "start": 3110, + "end": 3114, "loc": { "start": { - "line": 97, + "line": 103, "column": 20 }, "end": { - "line": 97, + "line": 103, "column": 24 } } @@ -20416,15 +19428,15 @@ "updateContext": null }, "value": "=", - "start": 2869, - "end": 2870, + "start": 3115, + "end": 3116, "loc": { "start": { - "line": 97, + "line": 103, "column": 25 }, "end": { - "line": 97, + "line": 103, "column": 26 } } @@ -20441,17 +19453,17 @@ "postfix": false, "binop": null }, - "value": "now", - "start": 2871, - "end": 2874, + "value": "dateObj", + "start": 3117, + "end": 3124, "loc": { "start": { - "line": 97, + "line": 103, "column": 27 }, "end": { - "line": 97, - "column": 30 + "line": 103, + "column": 34 } } }, @@ -20468,16 +19480,16 @@ "binop": null, "updateContext": null }, - "start": 2874, - "end": 2875, + "start": 3124, + "end": 3125, "loc": { "start": { - "line": 97, - "column": 30 + "line": 103, + "column": 34 }, "end": { - "line": 97, - "column": 31 + "line": 103, + "column": 35 } } }, @@ -20494,16 +19506,16 @@ "binop": null }, "value": "getTime", - "start": 2875, - "end": 2882, + "start": 3125, + "end": 3132, "loc": { "start": { - "line": 97, - "column": 31 + "line": 103, + "column": 35 }, "end": { - "line": 97, - "column": 38 + "line": 103, + "column": 42 } } }, @@ -20519,16 +19531,16 @@ "postfix": false, "binop": null }, - "start": 2882, - "end": 2883, + "start": 3132, + "end": 3133, "loc": { "start": { - "line": 97, - "column": 38 + "line": 103, + "column": 42 }, "end": { - "line": 97, - "column": 39 + "line": 103, + "column": 43 } } }, @@ -20544,16 +19556,16 @@ "postfix": false, "binop": null }, - "start": 2883, - "end": 2884, + "start": 3133, + "end": 3134, "loc": { "start": { - "line": 97, - "column": 39 + "line": 103, + "column": 43 }, "end": { - "line": 97, - "column": 40 + "line": 103, + "column": 44 } } }, @@ -20571,16 +19583,16 @@ "updateContext": null }, "value": "+", - "start": 2885, - "end": 2886, + "start": 3135, + "end": 3136, "loc": { "start": { - "line": 97, - "column": 41 + "line": 103, + "column": 45 }, "end": { - "line": 97, - "column": 42 + "line": 103, + "column": 46 } } }, @@ -20597,16 +19609,16 @@ "binop": null }, "value": "fileExtension", - "start": 2887, - "end": 2900, + "start": 3137, + "end": 3150, "loc": { "start": { - "line": 97, - "column": 43 + "line": 103, + "column": 47 }, "end": { - "line": 97, - "column": 56 + "line": 103, + "column": 60 } } }, @@ -20623,16 +19635,16 @@ "binop": null, "updateContext": null }, - "start": 2900, - "end": 2901, + "start": 3150, + "end": 3151, "loc": { "start": { - "line": 97, - "column": 56 + "line": 103, + "column": 60 }, "end": { - "line": 97, - "column": 57 + "line": 103, + "column": 61 } } }, @@ -20648,15 +19660,15 @@ "postfix": false, "binop": null }, - "start": 2910, - "end": 2911, + "start": 3160, + "end": 3161, "loc": { "start": { - "line": 98, + "line": 104, "column": 8 }, "end": { - "line": 98, + "line": 104, "column": 9 } } @@ -20676,15 +19688,15 @@ "updateContext": null }, "value": "catch", - "start": 2912, - "end": 2917, + "start": 3162, + "end": 3167, "loc": { "start": { - "line": 98, + "line": 104, "column": 10 }, "end": { - "line": 98, + "line": 104, "column": 15 } } @@ -20701,15 +19713,15 @@ "postfix": false, "binop": null }, - "start": 2918, - "end": 2919, + "start": 3168, + "end": 3169, "loc": { "start": { - "line": 98, + "line": 104, "column": 16 }, "end": { - "line": 98, + "line": 104, "column": 17 } } @@ -20727,15 +19739,15 @@ "binop": null }, "value": "e", - "start": 2919, - "end": 2920, + "start": 3169, + "end": 3170, "loc": { "start": { - "line": 98, + "line": 104, "column": 17 }, "end": { - "line": 98, + "line": 104, "column": 18 } } @@ -20752,15 +19764,15 @@ "postfix": false, "binop": null }, - "start": 2920, - "end": 2921, + "start": 3170, + "end": 3171, "loc": { "start": { - "line": 98, + "line": 104, "column": 18 }, "end": { - "line": 98, + "line": 104, "column": 19 } } @@ -20777,15 +19789,15 @@ "postfix": false, "binop": null }, - "start": 2922, - "end": 2923, + "start": 3172, + "end": 3173, "loc": { "start": { - "line": 98, + "line": 104, "column": 20 }, "end": { - "line": 98, + "line": 104, "column": 21 } } @@ -20805,15 +19817,15 @@ "updateContext": null }, "value": "if", - "start": 2936, - "end": 2938, + "start": 3186, + "end": 3188, "loc": { "start": { - "line": 99, + "line": 105, "column": 12 }, "end": { - "line": 99, + "line": 105, "column": 14 } } @@ -20830,15 +19842,15 @@ "postfix": false, "binop": null }, - "start": 2939, - "end": 2940, + "start": 3189, + "end": 3190, "loc": { "start": { - "line": 99, + "line": 105, "column": 15 }, "end": { - "line": 99, + "line": 105, "column": 16 } } @@ -20856,15 +19868,15 @@ "binop": null }, "value": "e", - "start": 2940, - "end": 2941, + "start": 3190, + "end": 3191, "loc": { "start": { - "line": 99, + "line": 105, "column": 16 }, "end": { - "line": 99, + "line": 105, "column": 17 } } @@ -20884,15 +19896,15 @@ "updateContext": null }, "value": "instanceof", - "start": 2942, - "end": 2952, + "start": 3192, + "end": 3202, "loc": { "start": { - "line": 99, + "line": 105, "column": 18 }, "end": { - "line": 99, + "line": 105, "column": 28 } } @@ -20910,15 +19922,15 @@ "binop": null }, "value": "TypeError", - "start": 2953, - "end": 2962, + "start": 3203, + "end": 3212, "loc": { "start": { - "line": 99, + "line": 105, "column": 29 }, "end": { - "line": 99, + "line": 105, "column": 38 } } @@ -20935,15 +19947,15 @@ "postfix": false, "binop": null }, - "start": 2962, - "end": 2963, + "start": 3212, + "end": 3213, "loc": { "start": { - "line": 99, + "line": 105, "column": 38 }, "end": { - "line": 99, + "line": 105, "column": 39 } } @@ -20960,15 +19972,15 @@ "postfix": false, "binop": null }, - "start": 2964, - "end": 2965, + "start": 3214, + "end": 3215, "loc": { "start": { - "line": 99, + "line": 105, "column": 40 }, "end": { - "line": 99, + "line": 105, "column": 41 } } @@ -20976,15 +19988,15 @@ { "type": "CommentLine", "value": " ignore: setting getter-only property \"name\"", - "start": 2982, - "end": 3028, + "start": 3232, + "end": 3278, "loc": { "start": { - "line": 100, + "line": 106, "column": 16 }, "end": { - "line": 100, + "line": 106, "column": 62 } } @@ -21001,15 +20013,15 @@ "postfix": false, "binop": null }, - "start": 3041, - "end": 3042, + "start": 3291, + "end": 3292, "loc": { "start": { - "line": 101, + "line": 107, "column": 12 }, "end": { - "line": 101, + "line": 107, "column": 13 } } @@ -21029,15 +20041,15 @@ "updateContext": null }, "value": "else", - "start": 3043, - "end": 3047, + "start": 3293, + "end": 3297, "loc": { "start": { - "line": 101, + "line": 107, "column": 14 }, "end": { - "line": 101, + "line": 107, "column": 18 } } @@ -21054,15 +20066,15 @@ "postfix": false, "binop": null }, - "start": 3048, - "end": 3049, + "start": 3298, + "end": 3299, "loc": { "start": { - "line": 101, + "line": 107, "column": 19 }, "end": { - "line": 101, + "line": 107, "column": 20 } } @@ -21070,15 +20082,15 @@ { "type": "CommentLine", "value": " re-raise error", - "start": 3066, - "end": 3083, + "start": 3316, + "end": 3333, "loc": { "start": { - "line": 102, + "line": 108, "column": 16 }, "end": { - "line": 102, + "line": 108, "column": 33 } } @@ -21098,15 +20110,15 @@ "updateContext": null }, "value": "throw", - "start": 3100, - "end": 3105, + "start": 3350, + "end": 3355, "loc": { "start": { - "line": 103, + "line": 109, "column": 16 }, "end": { - "line": 103, + "line": 109, "column": 21 } } @@ -21124,15 +20136,15 @@ "binop": null }, "value": "e", - "start": 3106, - "end": 3107, + "start": 3356, + "end": 3357, "loc": { "start": { - "line": 103, + "line": 109, "column": 22 }, "end": { - "line": 103, + "line": 109, "column": 23 } } @@ -21150,15 +20162,15 @@ "binop": null, "updateContext": null }, - "start": 3107, - "end": 3108, + "start": 3357, + "end": 3358, "loc": { "start": { - "line": 103, + "line": 109, "column": 23 }, "end": { - "line": 103, + "line": 109, "column": 24 } } @@ -21175,15 +20187,15 @@ "postfix": false, "binop": null }, - "start": 3121, - "end": 3122, + "start": 3371, + "end": 3372, "loc": { "start": { - "line": 104, + "line": 110, "column": 12 }, "end": { - "line": 104, + "line": 110, "column": 13 } } @@ -21200,15 +20212,15 @@ "postfix": false, "binop": null }, - "start": 3131, - "end": 3132, + "start": 3381, + "end": 3382, "loc": { "start": { - "line": 105, + "line": 111, "column": 8 }, "end": { - "line": 105, + "line": 111, "column": 9 } } @@ -21225,15 +20237,15 @@ "postfix": false, "binop": null }, - "start": 3137, - "end": 3138, + "start": 3387, + "end": 3388, "loc": { "start": { - "line": 106, + "line": 112, "column": 4 }, "end": { - "line": 106, + "line": 112, "column": 5 } } @@ -21250,15 +20262,15 @@ "postfix": false, "binop": null }, - "start": 3139, - "end": 3140, + "start": 3389, + "end": 3390, "loc": { "start": { - "line": 107, + "line": 113, "column": 0 }, "end": { - "line": 107, + "line": 113, "column": 1 } } @@ -21276,15 +20288,15 @@ "binop": null, "updateContext": null }, - "start": 3140, - "end": 3141, + "start": 3390, + "end": 3391, "loc": { "start": { - "line": 107, + "line": 113, "column": 1 }, "end": { - "line": 107, + "line": 113, "column": 2 } } @@ -21304,15 +20316,15 @@ "updateContext": null }, "value": "export", - "start": 3143, - "end": 3149, + "start": 3393, + "end": 3399, "loc": { "start": { - "line": 109, + "line": 115, "column": 0 }, "end": { - "line": 109, + "line": 115, "column": 6 } } @@ -21329,15 +20341,15 @@ "postfix": false, "binop": null }, - "start": 3150, - "end": 3151, + "start": 3400, + "end": 3401, "loc": { "start": { - "line": 109, + "line": 115, "column": 7 }, "end": { - "line": 109, + "line": 115, "column": 8 } } @@ -21355,15 +20367,15 @@ "binop": null }, "value": "downloadBlob", - "start": 3156, - "end": 3168, + "start": 3406, + "end": 3418, "loc": { "start": { - "line": 110, + "line": 116, "column": 4 }, "end": { - "line": 110, + "line": 116, "column": 16 } } @@ -21381,15 +20393,15 @@ "binop": null, "updateContext": null }, - "start": 3168, - "end": 3169, + "start": 3418, + "end": 3419, "loc": { "start": { - "line": 110, + "line": 116, "column": 16 }, "end": { - "line": 110, + "line": 116, "column": 17 } } @@ -21407,15 +20419,15 @@ "binop": null }, "value": "blobToArrayBuffer", - "start": 3170, - "end": 3187, + "start": 3420, + "end": 3437, "loc": { "start": { - "line": 110, + "line": 116, "column": 18 }, "end": { - "line": 110, + "line": 116, "column": 35 } } @@ -21433,15 +20445,15 @@ "binop": null, "updateContext": null }, - "start": 3187, - "end": 3188, + "start": 3437, + "end": 3438, "loc": { "start": { - "line": 110, + "line": 116, "column": 35 }, "end": { - "line": 110, + "line": 116, "column": 36 } } @@ -21459,15 +20471,15 @@ "binop": null }, "value": "addFileInfo", - "start": 3189, - "end": 3200, + "start": 3439, + "end": 3450, "loc": { "start": { - "line": 110, + "line": 116, "column": 37 }, "end": { - "line": 110, + "line": 116, "column": 48 } } @@ -21484,15 +20496,15 @@ "postfix": false, "binop": null }, - "start": 3201, - "end": 3202, + "start": 3451, + "end": 3452, "loc": { "start": { - "line": 111, + "line": 117, "column": 0 }, "end": { - "line": 111, + "line": 117, "column": 1 } } @@ -21510,15 +20522,15 @@ "binop": null, "updateContext": null }, - "start": 3202, - "end": 3203, + "start": 3452, + "end": 3453, "loc": { "start": { - "line": 111, + "line": 117, "column": 1 }, "end": { - "line": 111, + "line": 117, "column": 2 } } @@ -21536,15 +20548,15 @@ "binop": null, "updateContext": null }, - "start": 3203, - "end": 3203, + "start": 3453, + "end": 3453, "loc": { "start": { - "line": 111, + "line": 117, "column": 2 }, "end": { - "line": 111, + "line": 117, "column": 2 } } diff --git a/docs/api/ast/source/utils/format-time.js.json b/docs/api/ast/source/utils/format-time.js.json index 228ed981..5f4668d2 100644 --- a/docs/api/ast/source/utils/format-time.js.json +++ b/docs/api/ast/source/utils/format-time.js.json @@ -1,73 +1,249 @@ { "type": "File", "start": 0, - "end": 2045, + "end": 1744, "loc": { "start": { "line": 1, "column": 0 }, "end": { - "line": 70, + "line": 61, "column": 0 } }, "program": { "type": "Program", "start": 0, - "end": 2045, + "end": 1744, "loc": { "start": { "line": 1, "column": 0 }, "end": { - "line": 70, + "line": 61, "column": 0 } }, "sourceType": "module", "body": [ + { + "type": "ImportDeclaration", + "start": 49, + "end": 90, + "loc": { + "start": { + "line": 6, + "column": 0 + }, + "end": { + "line": 6, + "column": 41 + } + }, + "specifiers": [ + { + "type": "ImportDefaultSpecifier", + "start": 56, + "end": 73, + "loc": { + "start": { + "line": 6, + "column": 7 + }, + "end": { + "line": 6, + "column": 24 + } + }, + "local": { + "type": "Identifier", + "start": 56, + "end": 73, + "loc": { + "start": { + "line": 6, + "column": 7 + }, + "end": { + "line": 6, + "column": 24 + }, + "identifierName": "parseMilliseconds" + }, + "name": "parseMilliseconds", + "leadingComments": null + }, + "leadingComments": null + } + ], + "source": { + "type": "StringLiteral", + "start": 79, + "end": 89, + "loc": { + "start": { + "line": 6, + "column": 30 + }, + "end": { + "line": 6, + "column": 40 + } + }, + "extra": { + "rawValue": "parse-ms", + "raw": "'parse-ms'" + }, + "value": "parse-ms" + }, + "leadingComments": [ + { + "type": "CommentBlock", + "value": "*\n * @file format-time.js\n * @since 2.0.0\n ", + "start": 0, + "end": 47, + "loc": { + "start": { + "line": 1, + "column": 0 + }, + "end": { + "line": 4, + "column": 3 + } + } + } + ] + }, + { + "type": "ImportDeclaration", + "start": 91, + "end": 122, + "loc": { + "start": { + "line": 7, + "column": 0 + }, + "end": { + "line": 7, + "column": 31 + } + }, + "specifiers": [ + { + "type": "ImportDefaultSpecifier", + "start": 98, + "end": 105, + "loc": { + "start": { + "line": 7, + "column": 7 + }, + "end": { + "line": 7, + "column": 14 + } + }, + "local": { + "type": "Identifier", + "start": 98, + "end": 105, + "loc": { + "start": { + "line": 7, + "column": 7 + }, + "end": { + "line": 7, + "column": 14 + }, + "identifierName": "addZero" + }, + "name": "addZero" + } + } + ], + "source": { + "type": "StringLiteral", + "start": 111, + "end": 121, + "loc": { + "start": { + "line": 7, + "column": 20 + }, + "end": { + "line": 7, + "column": 30 + } + }, + "extra": { + "rawValue": "add-zero", + "raw": "'add-zero'" + }, + "value": "add-zero" + }, + "trailingComments": [ + { + "type": "CommentBlock", + "value": "*\n * Format seconds as a duration string.\n *\n * Either formatted as:\n *\n * - DD:HH:MM:SS (> 24 hours)\n * - HH:MM:SS (> 1 hour)\n * - MM:SS:MSS (`displayMilliseconds = true`)\n * - MM:SS (`displayMilliseconds = false`)\n *\n * Supplying a guide (in seconds) will force a number of leading zeros\n * to cover the length of the guide.\n *\n * @param {number} seconds - Number of seconds to be turned into a\n * string.\n * @param {number} guide - Number (in seconds) to model the string after.\n * @param {boolean} displayMilliseconds - Display milliseconds or not.\n * @return {string} Formatted duration time, e.g '00:12:653'.\n * @private\n ", + "start": 124, + "end": 760, + "loc": { + "start": { + "line": 9, + "column": 0 + }, + "end": { + "line": 28, + "column": 3 + } + } + } + ] + }, { "type": "Identifier", - "start": 588, - "end": 2016, + "start": 761, + "end": 1715, "loc": { "start": { - "line": 22, + "line": 29, "column": 0 }, "end": { - "line": 67, + "line": 58, "column": 2 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 594, - "end": 2015, + "start": 767, + "end": 1714, "loc": { "start": { - "line": 22, + "line": 29, "column": 6 }, "end": { - "line": 67, + "line": 58, "column": 1 } }, "id": { "type": "Identifier", - "start": 594, - "end": 604, + "start": 767, + "end": 777, "loc": { "start": { - "line": 22, + "line": 29, "column": 6 }, "end": { - "line": 22, + "line": 29, "column": 16 }, "identifierName": "formatTime" @@ -77,15 +253,15 @@ }, "init": { "type": "FunctionExpression", - "start": 607, - "end": 2015, + "start": 780, + "end": 1714, "loc": { "start": { - "line": 22, + "line": 29, "column": 19 }, "end": { - "line": 67, + "line": 58, "column": 1 } }, @@ -96,15 +272,15 @@ "params": [ { "type": "Identifier", - "start": 616, - "end": 623, + "start": 789, + "end": 796, "loc": { "start": { - "line": 22, + "line": 29, "column": 28 }, "end": { - "line": 22, + "line": 29, "column": 35 }, "identifierName": "seconds" @@ -113,15 +289,15 @@ }, { "type": "Identifier", - "start": 625, - "end": 630, + "start": 798, + "end": 803, "loc": { "start": { - "line": 22, + "line": 29, "column": 37 }, "end": { - "line": 22, + "line": 29, "column": 42 }, "identifierName": "guide" @@ -129,78 +305,109 @@ "name": "guide" }, { - "type": "Identifier", - "start": 632, - "end": 644, + "type": "AssignmentPattern", + "start": 805, + "end": 832, "loc": { "start": { - "line": 22, + "line": 29, "column": 44 }, "end": { - "line": 22, - "column": 56 + "line": 29, + "column": 71 + } + }, + "left": { + "type": "Identifier", + "start": 805, + "end": 824, + "loc": { + "start": { + "line": 29, + "column": 44 + }, + "end": { + "line": 29, + "column": 63 + }, + "identifierName": "displayMilliseconds" }, - "identifierName": "msDisplayMax" + "name": "displayMilliseconds" }, - "name": "msDisplayMax" + "right": { + "type": "BooleanLiteral", + "start": 827, + "end": 832, + "loc": { + "start": { + "line": 29, + "column": 66 + }, + "end": { + "line": 29, + "column": 71 + } + }, + "value": false + } } ], "body": { "type": "BlockStatement", - "start": 646, - "end": 2015, + "start": 834, + "end": 1714, "loc": { "start": { - "line": 22, - "column": 58 + "line": 29, + "column": 73 }, "end": { - "line": 67, + "line": 58, "column": 1 } }, "body": [ { "type": "ExpressionStatement", - "start": 719, - "end": 755, + "start": 866, + "end": 902, "loc": { "start": { - "line": 25, + "line": 31, "column": 4 }, "end": { - "line": 25, + "line": 31, "column": 40 } }, "expression": { "type": "AssignmentExpression", - "start": 719, - "end": 754, + "start": 866, + "end": 901, "loc": { "start": { - "line": 25, + "line": 31, "column": 4 }, "end": { - "line": 25, + "line": 31, "column": 39 } }, "operator": "=", "left": { "type": "Identifier", - "start": 719, - "end": 726, + "start": 866, + "end": 873, "loc": { "start": { - "line": 25, + "line": 31, "column": 4 }, "end": { - "line": 25, + "line": 31, "column": 11 }, "identifierName": "seconds" @@ -210,43 +417,43 @@ }, "right": { "type": "ConditionalExpression", - "start": 729, - "end": 754, + "start": 876, + "end": 901, "loc": { "start": { - "line": 25, + "line": 31, "column": 14 }, "end": { - "line": 25, + "line": 31, "column": 39 } }, "test": { "type": "BinaryExpression", - "start": 729, - "end": 740, + "start": 876, + "end": 887, "loc": { "start": { - "line": 25, + "line": 31, "column": 14 }, "end": { - "line": 25, + "line": 31, "column": 25 } }, "left": { "type": "Identifier", - "start": 729, - "end": 736, + "start": 876, + "end": 883, "loc": { "start": { - "line": 25, + "line": 31, "column": 14 }, "end": { - "line": 25, + "line": 31, "column": 21 }, "identifierName": "seconds" @@ -256,15 +463,15 @@ "operator": "<", "right": { "type": "NumericLiteral", - "start": 739, - "end": 740, + "start": 886, + "end": 887, "loc": { "start": { - "line": 25, + "line": 31, "column": 24 }, "end": { - "line": 25, + "line": 31, "column": 25 } }, @@ -277,15 +484,15 @@ }, "consequent": { "type": "NumericLiteral", - "start": 743, - "end": 744, + "start": 890, + "end": 891, "loc": { "start": { - "line": 25, + "line": 31, "column": 28 }, "end": { - "line": 25, + "line": 31, "column": 29 } }, @@ -297,15 +504,15 @@ }, "alternate": { "type": "Identifier", - "start": 747, - "end": 754, + "start": 894, + "end": 901, "loc": { "start": { - "line": 25, + "line": 31, "column": 32 }, "end": { - "line": 25, + "line": 31, "column": 39 }, "identifierName": "seconds" @@ -319,1675 +526,1324 @@ { "type": "CommentLine", "value": " buddy ignore:start", - "start": 652, - "end": 673, + "start": 840, + "end": 861, "loc": { "start": { - "line": 23, + "line": 30, "column": 4 }, "end": { - "line": 23, + "line": 30, "column": 25 } } - }, - { - "type": "CommentLine", - "value": " Default to using seconds as guide", - "start": 678, - "end": 714, - "loc": { - "start": { - "line": 24, - "column": 4 - }, - "end": { - "line": 24, - "column": 40 - } - } } ] }, { - "type": "ExpressionStatement", - "start": 760, - "end": 785, + "type": "IfStatement", + "start": 907, + "end": 979, "loc": { "start": { - "line": 26, + "line": 32, "column": 4 }, "end": { - "line": 26, - "column": 29 + "line": 34, + "column": 5 } }, - "expression": { - "type": "AssignmentExpression", - "start": 760, - "end": 784, + "test": { + "type": "LogicalExpression", + "start": 911, + "end": 949, "loc": { "start": { - "line": 26, - "column": 4 + "line": 32, + "column": 8 }, "end": { - "line": 26, - "column": 28 + "line": 32, + "column": 46 } }, - "operator": "=", "left": { - "type": "Identifier", - "start": 760, - "end": 765, + "type": "CallExpression", + "start": 911, + "end": 925, "loc": { "start": { - "line": 26, - "column": 4 + "line": 32, + "column": 8 }, "end": { - "line": 26, - "column": 9 + "line": 32, + "column": 22 + } + }, + "callee": { + "type": "Identifier", + "start": 911, + "end": 916, + "loc": { + "start": { + "line": 32, + "column": 8 + }, + "end": { + "line": 32, + "column": 13 + }, + "identifierName": "isNaN" }, - "identifierName": "guide" + "name": "isNaN" }, - "name": "guide" + "arguments": [ + { + "type": "Identifier", + "start": 917, + "end": 924, + "loc": { + "start": { + "line": 32, + "column": 14 + }, + "end": { + "line": 32, + "column": 21 + }, + "identifierName": "seconds" + }, + "name": "seconds" + } + ] }, + "operator": "||", "right": { - "type": "LogicalExpression", - "start": 768, - "end": 784, + "type": "BinaryExpression", + "start": 929, + "end": 949, "loc": { "start": { - "line": 26, - "column": 12 + "line": 32, + "column": 26 }, "end": { - "line": 26, - "column": 28 + "line": 32, + "column": 46 } }, "left": { "type": "Identifier", - "start": 768, - "end": 773, + "start": 929, + "end": 936, "loc": { "start": { - "line": 26, - "column": 12 + "line": 32, + "column": 26 }, "end": { - "line": 26, - "column": 17 + "line": 32, + "column": 33 }, - "identifierName": "guide" + "identifierName": "seconds" }, - "name": "guide" + "name": "seconds" }, - "operator": "||", + "operator": "===", "right": { "type": "Identifier", - "start": 777, - "end": 784, + "start": 941, + "end": 949, "loc": { "start": { - "line": 26, - "column": 21 + "line": 32, + "column": 38 }, "end": { - "line": 26, - "column": 28 + "line": 32, + "column": 46 }, - "identifierName": "seconds" + "identifierName": "Infinity" }, - "name": "seconds" + "name": "Infinity" } } - } - }, - { - "type": "VariableDeclaration", - "start": 790, - "end": 1034, - "loc": { - "start": { - "line": 27, - "column": 4 - }, - "end": { - "line": 32, - "column": 46 - } }, - "declarations": [ - { - "type": "VariableDeclarator", - "start": 794, - "end": 822, - "loc": { - "start": { - "line": 27, - "column": 8 - }, - "end": { - "line": 27, - "column": 36 - } + "consequent": { + "type": "BlockStatement", + "start": 951, + "end": 979, + "loc": { + "start": { + "line": 32, + "column": 48 }, - "id": { - "type": "Identifier", - "start": 794, - "end": 795, + "end": { + "line": 34, + "column": 5 + } + }, + "body": [ + { + "type": "ExpressionStatement", + "start": 961, + "end": 973, "loc": { "start": { - "line": 27, + "line": 33, "column": 8 }, "end": { - "line": 27, - "column": 9 - }, - "identifierName": "s" + "line": 33, + "column": 20 + } }, - "name": "s" - }, - "init": { - "type": "CallExpression", - "start": 798, - "end": 822, - "loc": { - "start": { - "line": 27, - "column": 12 - }, - "end": { - "line": 27, - "column": 36 - } - }, - "callee": { - "type": "MemberExpression", - "start": 798, - "end": 808, + "expression": { + "type": "AssignmentExpression", + "start": 961, + "end": 972, "loc": { "start": { - "line": 27, - "column": 12 + "line": 33, + "column": 8 }, "end": { - "line": 27, - "column": 22 + "line": 33, + "column": 19 } }, - "object": { - "type": "Identifier", - "start": 798, - "end": 802, - "loc": { - "start": { - "line": 27, - "column": 12 - }, - "end": { - "line": 27, - "column": 16 - }, - "identifierName": "Math" - }, - "name": "Math" - }, - "property": { + "operator": "=", + "left": { "type": "Identifier", - "start": 803, - "end": 808, + "start": 961, + "end": 968, "loc": { "start": { - "line": 27, - "column": 17 + "line": 33, + "column": 8 }, "end": { - "line": 27, - "column": 22 + "line": 33, + "column": 15 }, - "identifierName": "floor" + "identifierName": "seconds" }, - "name": "floor" + "name": "seconds" }, - "computed": false - }, - "arguments": [ - { - "type": "BinaryExpression", - "start": 809, - "end": 821, + "right": { + "type": "NumericLiteral", + "start": 971, + "end": 972, "loc": { "start": { - "line": 27, - "column": 23 + "line": 33, + "column": 18 }, "end": { - "line": 27, - "column": 35 + "line": 33, + "column": 19 } }, - "left": { - "type": "Identifier", - "start": 809, - "end": 816, - "loc": { - "start": { - "line": 27, - "column": 23 - }, - "end": { - "line": 27, - "column": 30 - }, - "identifierName": "seconds" - }, - "name": "seconds" + "extra": { + "rawValue": 0, + "raw": "0" }, - "operator": "%", - "right": { - "type": "NumericLiteral", - "start": 819, - "end": 821, - "loc": { - "start": { - "line": 27, - "column": 33 - }, - "end": { - "line": 27, - "column": 35 - } - }, - "extra": { - "rawValue": 60, - "raw": "60" - }, - "value": 60 - } + "value": 0 } - ] + } } + ], + "directives": [] + }, + "alternate": null + }, + { + "type": "VariableDeclaration", + "start": 984, + "end": 1036, + "loc": { + "start": { + "line": 35, + "column": 4 }, + "end": { + "line": 35, + "column": 56 + } + }, + "declarations": [ { "type": "VariableDeclarator", - "start": 832, - "end": 865, + "start": 990, + "end": 1035, "loc": { "start": { - "line": 28, - "column": 8 + "line": 35, + "column": 10 }, "end": { - "line": 28, - "column": 41 + "line": 35, + "column": 55 } }, "id": { "type": "Identifier", - "start": 832, - "end": 833, + "start": 990, + "end": 999, "loc": { "start": { - "line": 28, - "column": 8 + "line": 35, + "column": 10 }, "end": { - "line": 28, - "column": 9 + "line": 35, + "column": 19 }, - "identifierName": "m" + "identifierName": "inputTime" }, - "name": "m" + "name": "inputTime" }, "init": { "type": "CallExpression", - "start": 836, - "end": 865, + "start": 1002, + "end": 1035, "loc": { "start": { - "line": 28, - "column": 12 + "line": 35, + "column": 22 }, "end": { - "line": 28, - "column": 41 + "line": 35, + "column": 55 } }, "callee": { - "type": "MemberExpression", - "start": 836, - "end": 846, + "type": "Identifier", + "start": 1002, + "end": 1019, "loc": { "start": { - "line": 28, - "column": 12 - }, - "end": { - "line": 28, + "line": 35, "column": 22 - } - }, - "object": { - "type": "Identifier", - "start": 836, - "end": 840, - "loc": { - "start": { - "line": 28, - "column": 12 - }, - "end": { - "line": 28, - "column": 16 - }, - "identifierName": "Math" }, - "name": "Math" - }, - "property": { - "type": "Identifier", - "start": 841, - "end": 846, - "loc": { - "start": { - "line": 28, - "column": 17 - }, - "end": { - "line": 28, - "column": 22 - }, - "identifierName": "floor" + "end": { + "line": 35, + "column": 39 }, - "name": "floor" + "identifierName": "parseMilliseconds" }, - "computed": false + "name": "parseMilliseconds" }, "arguments": [ { "type": "BinaryExpression", - "start": 847, - "end": 864, + "start": 1020, + "end": 1034, "loc": { "start": { - "line": 28, - "column": 23 + "line": 35, + "column": 40 }, "end": { - "line": 28, - "column": 40 + "line": 35, + "column": 54 } }, "left": { - "type": "BinaryExpression", - "start": 847, - "end": 859, + "type": "Identifier", + "start": 1020, + "end": 1027, "loc": { "start": { - "line": 28, - "column": 23 + "line": 35, + "column": 40 }, "end": { - "line": 28, - "column": 35 - } - }, - "left": { - "type": "Identifier", - "start": 847, - "end": 854, - "loc": { - "start": { - "line": 28, - "column": 23 - }, - "end": { - "line": 28, - "column": 30 - }, - "identifierName": "seconds" + "line": 35, + "column": 47 }, - "name": "seconds" + "identifierName": "seconds" }, - "operator": "/", - "right": { - "type": "NumericLiteral", - "start": 857, - "end": 859, - "loc": { - "start": { - "line": 28, - "column": 33 - }, - "end": { - "line": 28, - "column": 35 - } - }, - "extra": { - "rawValue": 60, - "raw": "60" - }, - "value": 60 - } + "name": "seconds" }, - "operator": "%", + "operator": "*", "right": { "type": "NumericLiteral", - "start": 862, - "end": 864, + "start": 1030, + "end": 1034, "loc": { "start": { - "line": 28, - "column": 38 + "line": 35, + "column": 50 }, "end": { - "line": 28, - "column": 40 + "line": 35, + "column": 54 } }, "extra": { - "rawValue": 60, - "raw": "60" + "rawValue": 1000, + "raw": "1000" }, - "value": 60 + "value": 1000 } } ] } + } + ], + "kind": "const" + }, + { + "type": "VariableDeclaration", + "start": 1041, + "end": 1067, + "loc": { + "start": { + "line": 36, + "column": 4 }, + "end": { + "line": 36, + "column": 30 + } + }, + "declarations": [ { "type": "VariableDeclarator", - "start": 875, - "end": 905, + "start": 1045, + "end": 1066, "loc": { "start": { - "line": 29, + "line": 36, "column": 8 }, "end": { - "line": 29, - "column": 38 + "line": 36, + "column": 29 } }, "id": { "type": "Identifier", - "start": 875, - "end": 876, + "start": 1045, + "end": 1054, "loc": { "start": { - "line": 29, + "line": 36, "column": 8 }, "end": { - "line": 29, - "column": 9 + "line": 36, + "column": 17 }, - "identifierName": "h" + "identifierName": "guideTime" }, - "name": "h" + "name": "guideTime" }, "init": { - "type": "CallExpression", - "start": 879, - "end": 905, + "type": "Identifier", + "start": 1057, + "end": 1066, "loc": { "start": { - "line": 29, - "column": 12 + "line": 36, + "column": 20 }, "end": { - "line": 29, - "column": 38 - } - }, - "callee": { - "type": "MemberExpression", - "start": 879, - "end": 889, - "loc": { - "start": { - "line": 29, - "column": 12 - }, - "end": { - "line": 29, - "column": 22 - } - }, - "object": { - "type": "Identifier", - "start": 879, - "end": 883, - "loc": { - "start": { - "line": 29, - "column": 12 - }, - "end": { - "line": 29, - "column": 16 - }, - "identifierName": "Math" - }, - "name": "Math" - }, - "property": { - "type": "Identifier", - "start": 884, - "end": 889, - "loc": { - "start": { - "line": 29, - "column": 17 - }, - "end": { - "line": 29, - "column": 22 - }, - "identifierName": "floor" - }, - "name": "floor" + "line": 36, + "column": 29 }, - "computed": false + "identifierName": "inputTime" }, - "arguments": [ - { - "type": "BinaryExpression", - "start": 890, - "end": 904, - "loc": { - "start": { - "line": 29, - "column": 23 - }, - "end": { - "line": 29, - "column": 37 - } - }, - "left": { - "type": "Identifier", - "start": 890, - "end": 897, - "loc": { - "start": { - "line": 29, - "column": 23 - }, - "end": { - "line": 29, - "column": 30 - }, - "identifierName": "seconds" - }, - "name": "seconds" - }, - "operator": "/", - "right": { - "type": "NumericLiteral", - "start": 900, - "end": 904, - "loc": { - "start": { - "line": 29, - "column": 33 - }, - "end": { - "line": 29, - "column": 37 - } - }, - "extra": { - "rawValue": 3600, - "raw": "3600" - }, - "value": 3600 - } - } - ] + "name": "inputTime" } + } + ], + "kind": "let" + }, + { + "type": "IfStatement", + "start": 1072, + "end": 1157, + "loc": { + "start": { + "line": 37, + "column": 4 }, - { - "type": "VariableDeclarator", - "start": 915, - "end": 947, + "end": { + "line": 39, + "column": 5 + } + }, + "test": { + "type": "BinaryExpression", + "start": 1076, + "end": 1095, + "loc": { + "start": { + "line": 37, + "column": 8 + }, + "end": { + "line": 37, + "column": 27 + } + }, + "left": { + "type": "Identifier", + "start": 1076, + "end": 1081, "loc": { "start": { - "line": 30, + "line": 37, "column": 8 }, "end": { - "line": 30, - "column": 40 - } + "line": 37, + "column": 13 + }, + "identifierName": "guide" }, - "id": { - "type": "Identifier", - "start": 915, - "end": 917, - "loc": { - "start": { - "line": 30, - "column": 8 - }, - "end": { - "line": 30, - "column": 10 - }, - "identifierName": "gm" + "name": "guide" + }, + "operator": "!==", + "right": { + "type": "Identifier", + "start": 1086, + "end": 1095, + "loc": { + "start": { + "line": 37, + "column": 18 + }, + "end": { + "line": 37, + "column": 27 }, - "name": "gm" + "identifierName": "undefined" }, - "init": { - "type": "CallExpression", - "start": 920, - "end": 947, + "name": "undefined" + } + }, + "consequent": { + "type": "BlockStatement", + "start": 1097, + "end": 1157, + "loc": { + "start": { + "line": 37, + "column": 29 + }, + "end": { + "line": 39, + "column": 5 + } + }, + "body": [ + { + "type": "ExpressionStatement", + "start": 1107, + "end": 1151, "loc": { "start": { - "line": 30, - "column": 13 + "line": 38, + "column": 8 }, "end": { - "line": 30, - "column": 40 + "line": 38, + "column": 52 } }, - "callee": { - "type": "MemberExpression", - "start": 920, - "end": 930, + "expression": { + "type": "AssignmentExpression", + "start": 1107, + "end": 1150, "loc": { "start": { - "line": 30, - "column": 13 + "line": 38, + "column": 8 }, "end": { - "line": 30, - "column": 23 + "line": 38, + "column": 51 } }, - "object": { + "operator": "=", + "left": { "type": "Identifier", - "start": 920, - "end": 924, + "start": 1107, + "end": 1116, "loc": { "start": { - "line": 30, - "column": 13 + "line": 38, + "column": 8 }, "end": { - "line": 30, + "line": 38, "column": 17 }, - "identifierName": "Math" + "identifierName": "guideTime" }, - "name": "Math" + "name": "guideTime" }, - "property": { - "type": "Identifier", - "start": 925, - "end": 930, - "loc": { - "start": { - "line": 30, - "column": 18 - }, - "end": { - "line": 30, - "column": 23 - }, - "identifierName": "floor" - }, - "name": "floor" - }, - "computed": false - }, - "arguments": [ - { - "type": "BinaryExpression", - "start": 931, - "end": 946, + "right": { + "type": "CallExpression", + "start": 1119, + "end": 1150, "loc": { "start": { - "line": 30, - "column": 24 + "line": 38, + "column": 20 }, "end": { - "line": 30, - "column": 39 + "line": 38, + "column": 51 } }, - "left": { - "type": "BinaryExpression", - "start": 931, - "end": 941, + "callee": { + "type": "Identifier", + "start": 1119, + "end": 1136, "loc": { "start": { - "line": 30, - "column": 24 + "line": 38, + "column": 20 }, "end": { - "line": 30, - "column": 34 - } - }, - "left": { - "type": "Identifier", - "start": 931, - "end": 936, - "loc": { - "start": { - "line": 30, - "column": 24 - }, - "end": { - "line": 30, - "column": 29 - }, - "identifierName": "guide" + "line": 38, + "column": 37 }, - "name": "guide" + "identifierName": "parseMilliseconds" }, - "operator": "/", - "right": { - "type": "NumericLiteral", - "start": 939, - "end": 941, + "name": "parseMilliseconds" + }, + "arguments": [ + { + "type": "BinaryExpression", + "start": 1137, + "end": 1149, "loc": { "start": { - "line": 30, - "column": 32 + "line": 38, + "column": 38 }, "end": { - "line": 30, - "column": 34 + "line": 38, + "column": 50 } }, - "extra": { - "rawValue": 60, - "raw": "60" - }, - "value": 60 - } - }, - "operator": "%", - "right": { - "type": "NumericLiteral", - "start": 944, - "end": 946, - "loc": { - "start": { - "line": 30, - "column": 37 + "left": { + "type": "Identifier", + "start": 1137, + "end": 1142, + "loc": { + "start": { + "line": 38, + "column": 38 + }, + "end": { + "line": 38, + "column": 43 + }, + "identifierName": "guide" + }, + "name": "guide" }, - "end": { - "line": 30, - "column": 39 + "operator": "*", + "right": { + "type": "NumericLiteral", + "start": 1145, + "end": 1149, + "loc": { + "start": { + "line": 38, + "column": 46 + }, + "end": { + "line": 38, + "column": 50 + } + }, + "extra": { + "rawValue": 1000, + "raw": "1000" + }, + "value": 1000 } - }, - "extra": { - "rawValue": 60, - "raw": "60" - }, - "value": 60 - } + } + ] } - ] + } } + ], + "directives": [] + }, + "alternate": null + }, + { + "type": "VariableDeclaration", + "start": 1162, + "end": 1198, + "loc": { + "start": { + "line": 40, + "column": 4 }, + "end": { + "line": 40, + "column": 40 + } + }, + "declarations": [ { "type": "VariableDeclarator", - "start": 957, - "end": 986, + "start": 1168, + "end": 1197, "loc": { "start": { - "line": 31, - "column": 8 + "line": 40, + "column": 10 }, "end": { - "line": 31, - "column": 37 + "line": 40, + "column": 39 } }, "id": { "type": "Identifier", - "start": 957, - "end": 959, + "start": 1168, + "end": 1170, "loc": { "start": { - "line": 31, - "column": 8 + "line": 40, + "column": 10 }, "end": { - "line": 31, - "column": 10 + "line": 40, + "column": 12 }, - "identifierName": "gh" + "identifierName": "hr" }, - "name": "gh" + "name": "hr" }, "init": { "type": "CallExpression", - "start": 962, - "end": 986, + "start": 1173, + "end": 1197, "loc": { "start": { - "line": 31, - "column": 13 + "line": 40, + "column": 15 }, "end": { - "line": 31, - "column": 37 + "line": 40, + "column": 39 } }, "callee": { - "type": "MemberExpression", - "start": 962, - "end": 972, + "type": "Identifier", + "start": 1173, + "end": 1180, "loc": { "start": { - "line": 31, - "column": 13 + "line": 40, + "column": 15 }, "end": { - "line": 31, - "column": 23 - } - }, - "object": { - "type": "Identifier", - "start": 962, - "end": 966, - "loc": { - "start": { - "line": 31, - "column": 13 - }, - "end": { - "line": 31, - "column": 17 - }, - "identifierName": "Math" - }, - "name": "Math" - }, - "property": { - "type": "Identifier", - "start": 967, - "end": 972, - "loc": { - "start": { - "line": 31, - "column": 18 - }, - "end": { - "line": 31, - "column": 23 - }, - "identifierName": "floor" + "line": 40, + "column": 22 }, - "name": "floor" + "identifierName": "addZero" }, - "computed": false + "name": "addZero" }, "arguments": [ { - "type": "BinaryExpression", - "start": 973, - "end": 985, + "type": "MemberExpression", + "start": 1181, + "end": 1196, "loc": { "start": { - "line": 31, - "column": 24 + "line": 40, + "column": 23 }, "end": { - "line": 31, - "column": 36 + "line": 40, + "column": 38 } }, - "left": { + "object": { "type": "Identifier", - "start": 973, - "end": 978, + "start": 1181, + "end": 1190, "loc": { "start": { - "line": 31, - "column": 24 + "line": 40, + "column": 23 }, "end": { - "line": 31, - "column": 29 + "line": 40, + "column": 32 }, - "identifierName": "guide" + "identifierName": "inputTime" }, - "name": "guide" + "name": "inputTime" }, - "operator": "/", - "right": { - "type": "NumericLiteral", - "start": 981, - "end": 985, + "property": { + "type": "Identifier", + "start": 1191, + "end": 1196, "loc": { "start": { - "line": 31, - "column": 32 + "line": 40, + "column": 33 }, "end": { - "line": 31, - "column": 36 - } - }, - "extra": { - "rawValue": 3600, - "raw": "3600" + "line": 40, + "column": 38 + }, + "identifierName": "hours" }, - "value": 3600 - } + "name": "hours" + }, + "computed": false } ] } + } + ], + "kind": "const" + }, + { + "type": "VariableDeclaration", + "start": 1203, + "end": 1242, + "loc": { + "start": { + "line": 41, + "column": 4 }, + "end": { + "line": 41, + "column": 43 + } + }, + "declarations": [ { "type": "VariableDeclarator", - "start": 996, - "end": 1033, + "start": 1209, + "end": 1241, "loc": { "start": { - "line": 32, - "column": 8 + "line": 41, + "column": 10 }, "end": { - "line": 32, - "column": 45 + "line": 41, + "column": 42 } }, "id": { "type": "Identifier", - "start": 996, - "end": 998, + "start": 1209, + "end": 1212, "loc": { "start": { - "line": 32, - "column": 8 + "line": 41, + "column": 10 }, "end": { - "line": 32, - "column": 10 + "line": 41, + "column": 13 }, - "identifierName": "ms" + "identifierName": "min" }, - "name": "ms" + "name": "min" }, "init": { "type": "CallExpression", - "start": 1001, - "end": 1033, + "start": 1215, + "end": 1241, "loc": { "start": { - "line": 32, - "column": 13 + "line": 41, + "column": 16 }, "end": { - "line": 32, - "column": 45 + "line": 41, + "column": 42 } }, "callee": { - "type": "MemberExpression", - "start": 1001, - "end": 1011, + "type": "Identifier", + "start": 1215, + "end": 1222, "loc": { "start": { - "line": 32, - "column": 13 + "line": 41, + "column": 16 }, "end": { - "line": 32, + "line": 41, "column": 23 - } - }, - "object": { - "type": "Identifier", - "start": 1001, - "end": 1005, - "loc": { - "start": { - "line": 32, - "column": 13 - }, - "end": { - "line": 32, - "column": 17 - }, - "identifierName": "Math" - }, - "name": "Math" - }, - "property": { - "type": "Identifier", - "start": 1006, - "end": 1011, - "loc": { - "start": { - "line": 32, - "column": 18 - }, - "end": { - "line": 32, - "column": 23 - }, - "identifierName": "floor" }, - "name": "floor" + "identifierName": "addZero" }, - "computed": false + "name": "addZero" }, "arguments": [ { - "type": "BinaryExpression", - "start": 1012, - "end": 1032, + "type": "MemberExpression", + "start": 1223, + "end": 1240, "loc": { "start": { - "line": 32, + "line": 41, "column": 24 }, "end": { - "line": 32, - "column": 44 + "line": 41, + "column": 41 } }, - "left": { - "type": "BinaryExpression", - "start": 1013, - "end": 1024, + "object": { + "type": "Identifier", + "start": 1223, + "end": 1232, "loc": { "start": { - "line": 32, - "column": 25 + "line": 41, + "column": 24 }, "end": { - "line": 32, - "column": 36 - } - }, - "left": { - "type": "Identifier", - "start": 1013, - "end": 1020, - "loc": { - "start": { - "line": 32, - "column": 25 - }, - "end": { - "line": 32, - "column": 32 - }, - "identifierName": "seconds" - }, - "name": "seconds" - }, - "operator": "-", - "right": { - "type": "Identifier", - "start": 1023, - "end": 1024, - "loc": { - "start": { - "line": 32, - "column": 35 - }, - "end": { - "line": 32, - "column": 36 - }, - "identifierName": "s" + "line": 41, + "column": 33 }, - "name": "s" + "identifierName": "inputTime" }, - "extra": { - "parenthesized": true, - "parenStart": 1012 - } + "name": "inputTime" }, - "operator": "*", - "right": { - "type": "NumericLiteral", - "start": 1028, - "end": 1032, + "property": { + "type": "Identifier", + "start": 1233, + "end": 1240, "loc": { "start": { - "line": 32, - "column": 40 + "line": 41, + "column": 34 }, "end": { - "line": 32, - "column": 44 - } - }, - "extra": { - "rawValue": 1000, - "raw": "1000" + "line": 41, + "column": 41 + }, + "identifierName": "minutes" }, - "value": 1000 - } + "name": "minutes" + }, + "computed": false } ] } } ], - "kind": "let", - "trailingComments": [ - { - "type": "CommentLine", - "value": " handle invalid times", - "start": 1040, - "end": 1063, - "loc": { - "start": { - "line": 34, - "column": 4 - }, - "end": { - "line": 34, - "column": 27 - } - } - } - ] + "kind": "const" }, { - "type": "IfStatement", - "start": 1068, - "end": 1314, + "type": "VariableDeclaration", + "start": 1247, + "end": 1286, "loc": { "start": { - "line": 35, + "line": 42, "column": 4 }, "end": { - "line": 40, - "column": 5 + "line": 42, + "column": 43 } }, - "test": { - "type": "LogicalExpression", - "start": 1072, - "end": 1110, - "loc": { - "start": { - "line": 35, - "column": 8 - }, - "end": { - "line": 35, - "column": 46 - } - }, - "left": { - "type": "CallExpression", - "start": 1072, - "end": 1086, + "declarations": [ + { + "type": "VariableDeclarator", + "start": 1253, + "end": 1285, "loc": { "start": { - "line": 35, - "column": 8 + "line": 42, + "column": 10 }, "end": { - "line": 35, - "column": 22 + "line": 42, + "column": 42 } }, - "callee": { + "id": { "type": "Identifier", - "start": 1072, - "end": 1077, + "start": 1253, + "end": 1256, "loc": { "start": { - "line": 35, - "column": 8 + "line": 42, + "column": 10 }, "end": { - "line": 35, + "line": 42, "column": 13 }, - "identifierName": "isNaN" + "identifierName": "sec" }, - "name": "isNaN", - "leadingComments": null + "name": "sec" }, - "arguments": [ - { + "init": { + "type": "CallExpression", + "start": 1259, + "end": 1285, + "loc": { + "start": { + "line": 42, + "column": 16 + }, + "end": { + "line": 42, + "column": 42 + } + }, + "callee": { "type": "Identifier", - "start": 1078, - "end": 1085, + "start": 1259, + "end": 1266, "loc": { "start": { - "line": 35, - "column": 14 + "line": 42, + "column": 16 }, "end": { - "line": 35, - "column": 21 + "line": 42, + "column": 23 }, - "identifierName": "seconds" - }, - "name": "seconds" - } - ], - "leadingComments": null - }, - "operator": "||", - "right": { - "type": "BinaryExpression", - "start": 1090, - "end": 1110, - "loc": { - "start": { - "line": 35, - "column": 26 - }, - "end": { - "line": 35, - "column": 46 - } - }, - "left": { - "type": "Identifier", - "start": 1090, - "end": 1097, - "loc": { - "start": { - "line": 35, - "column": 26 - }, - "end": { - "line": 35, - "column": 33 + "identifierName": "addZero" }, - "identifierName": "seconds" + "name": "addZero" }, - "name": "seconds" - }, - "operator": "===", - "right": { - "type": "Identifier", - "start": 1102, - "end": 1110, - "loc": { - "start": { - "line": 35, - "column": 38 - }, - "end": { - "line": 35, - "column": 46 - }, - "identifierName": "Infinity" - }, - "name": "Infinity" + "arguments": [ + { + "type": "MemberExpression", + "start": 1267, + "end": 1284, + "loc": { + "start": { + "line": 42, + "column": 24 + }, + "end": { + "line": 42, + "column": 41 + } + }, + "object": { + "type": "Identifier", + "start": 1267, + "end": 1276, + "loc": { + "start": { + "line": 42, + "column": 24 + }, + "end": { + "line": 42, + "column": 33 + }, + "identifierName": "inputTime" + }, + "name": "inputTime" + }, + "property": { + "type": "Identifier", + "start": 1277, + "end": 1284, + "loc": { + "start": { + "line": 42, + "column": 34 + }, + "end": { + "line": 42, + "column": 41 + }, + "identifierName": "seconds" + }, + "name": "seconds" + }, + "computed": false + } + ] } + } + ], + "kind": "const" + }, + { + "type": "VariableDeclaration", + "start": 1291, + "end": 1337, + "loc": { + "start": { + "line": 43, + "column": 4 }, - "leadingComments": null + "end": { + "line": 43, + "column": 50 + } }, - "consequent": { - "type": "BlockStatement", - "start": 1112, - "end": 1314, - "loc": { - "start": { - "line": 35, - "column": 48 + "declarations": [ + { + "type": "VariableDeclarator", + "start": 1297, + "end": 1336, + "loc": { + "start": { + "line": 43, + "column": 10 + }, + "end": { + "line": 43, + "column": 49 + } }, - "end": { - "line": 40, - "column": 5 - } - }, - "body": [ - { - "type": "ExpressionStatement", - "start": 1287, - "end": 1308, + "id": { + "type": "Identifier", + "start": 1297, + "end": 1299, "loc": { "start": { - "line": 39, - "column": 8 + "line": 43, + "column": 10 }, "end": { - "line": 39, - "column": 29 + "line": 43, + "column": 12 + }, + "identifierName": "ms" + }, + "name": "ms" + }, + "init": { + "type": "CallExpression", + "start": 1302, + "end": 1336, + "loc": { + "start": { + "line": 43, + "column": 15 + }, + "end": { + "line": 43, + "column": 49 } }, - "expression": { - "type": "AssignmentExpression", - "start": 1287, - "end": 1307, + "callee": { + "type": "Identifier", + "start": 1302, + "end": 1309, "loc": { "start": { - "line": 39, - "column": 8 + "line": 43, + "column": 15 }, "end": { - "line": 39, - "column": 28 - } - }, - "operator": "=", - "left": { - "type": "Identifier", - "start": 1287, - "end": 1288, - "loc": { - "start": { - "line": 39, - "column": 8 - }, - "end": { - "line": 39, - "column": 9 - }, - "identifierName": "h" + "line": 43, + "column": 22 }, - "name": "h", - "leadingComments": null + "identifierName": "addZero" }, - "right": { - "type": "AssignmentExpression", - "start": 1291, - "end": 1307, + "name": "addZero" + }, + "arguments": [ + { + "type": "MemberExpression", + "start": 1310, + "end": 1332, "loc": { "start": { - "line": 39, - "column": 12 + "line": 43, + "column": 23 }, "end": { - "line": 39, - "column": 28 + "line": 43, + "column": 45 } }, - "operator": "=", - "left": { + "object": { "type": "Identifier", - "start": 1291, - "end": 1292, + "start": 1310, + "end": 1319, "loc": { "start": { - "line": 39, - "column": 12 + "line": 43, + "column": 23 }, "end": { - "line": 39, - "column": 13 + "line": 43, + "column": 32 }, - "identifierName": "m" + "identifierName": "inputTime" }, - "name": "m" + "name": "inputTime" }, - "right": { - "type": "AssignmentExpression", - "start": 1295, - "end": 1307, + "property": { + "type": "Identifier", + "start": 1320, + "end": 1332, "loc": { "start": { - "line": 39, - "column": 16 + "line": 43, + "column": 33 }, "end": { - "line": 39, - "column": 28 - } - }, - "operator": "=", - "left": { - "type": "Identifier", - "start": 1295, - "end": 1296, - "loc": { - "start": { - "line": 39, - "column": 16 - }, - "end": { - "line": 39, - "column": 17 - }, - "identifierName": "s" - }, - "name": "s" - }, - "right": { - "type": "AssignmentExpression", - "start": 1299, - "end": 1307, - "loc": { - "start": { - "line": 39, - "column": 20 - }, - "end": { - "line": 39, - "column": 28 - } - }, - "operator": "=", - "left": { - "type": "Identifier", - "start": 1299, - "end": 1301, - "loc": { - "start": { - "line": 39, - "column": 20 - }, - "end": { - "line": 39, - "column": 22 - }, - "identifierName": "ms" - }, - "name": "ms" + "line": 43, + "column": 45 }, - "right": { - "type": "StringLiteral", - "start": 1304, - "end": 1307, - "loc": { - "start": { - "line": 39, - "column": 25 - }, - "end": { - "line": 39, - "column": 28 - } - }, - "extra": { - "rawValue": "-", - "raw": "'-'" - }, - "value": "-" - } - } - } - }, - "leadingComments": null - }, - "leadingComments": [ - { - "type": "CommentLine", - "value": " '-' is false for all relational operators (e.g. <, >=) so this", - "start": 1122, - "end": 1187, - "loc": { - "start": { - "line": 36, - "column": 8 + "identifierName": "milliseconds" }, - "end": { - "line": 36, - "column": 73 - } - } - }, - { - "type": "CommentLine", - "value": " setting will add the minimum number of fields specified by the", - "start": 1196, - "end": 1261, - "loc": { - "start": { - "line": 37, - "column": 8 - }, - "end": { - "line": 37, - "column": 73 - } - } + "name": "milliseconds" + }, + "computed": false }, { - "type": "CommentLine", - "value": " guide", - "start": 1270, - "end": 1278, + "type": "NumericLiteral", + "start": 1334, + "end": 1335, "loc": { "start": { - "line": 38, - "column": 8 + "line": 43, + "column": 47 }, "end": { - "line": 38, - "column": 16 + "line": 43, + "column": 48 } - } + }, + "extra": { + "rawValue": 3, + "raw": "3" + }, + "value": 3 } ] } - ], - "directives": [], - "trailingComments": null - }, - "alternate": null, - "leadingComments": [ - { - "type": "CommentLine", - "value": " handle invalid times", - "start": 1040, - "end": 1063, - "loc": { - "start": { - "line": 34, - "column": 4 - }, - "end": { - "line": 34, - "column": 27 - } - } } ], - "trailingComments": [ - { - "type": "CommentLine", - "value": " Check if we need to show milliseconds", - "start": 1320, - "end": 1360, - "loc": { - "start": { - "line": 42, - "column": 4 - }, - "end": { - "line": 42, - "column": 44 - } - } - } - ] + "kind": "const" }, { "type": "IfStatement", - "start": 1365, - "end": 1623, + "start": 1343, + "end": 1486, "loc": { "start": { - "line": 43, + "line": 45, "column": 4 }, "end": { - "line": 54, + "line": 48, "column": 5 } }, "test": { "type": "LogicalExpression", - "start": 1369, - "end": 1402, + "start": 1347, + "end": 1387, "loc": { "start": { - "line": 43, + "line": 45, "column": 8 }, "end": { - "line": 43, - "column": 41 + "line": 45, + "column": 48 } }, "left": { "type": "BinaryExpression", - "start": 1369, - "end": 1378, + "start": 1347, + "end": 1365, "loc": { "start": { - "line": 43, + "line": 45, "column": 8 }, "end": { - "line": 43, - "column": 17 + "line": 45, + "column": 26 } }, "left": { - "type": "Identifier", - "start": 1369, - "end": 1374, + "type": "MemberExpression", + "start": 1347, + "end": 1361, "loc": { "start": { - "line": 43, + "line": 45, "column": 8 }, "end": { - "line": 43, - "column": 13 + "line": 45, + "column": 22 + } + }, + "object": { + "type": "Identifier", + "start": 1347, + "end": 1356, + "loc": { + "start": { + "line": 45, + "column": 8 + }, + "end": { + "line": 45, + "column": 17 + }, + "identifierName": "inputTime" }, - "identifierName": "guide" + "name": "inputTime" }, - "name": "guide", - "leadingComments": null + "property": { + "type": "Identifier", + "start": 1357, + "end": 1361, + "loc": { + "start": { + "line": 45, + "column": 18 + }, + "end": { + "line": 45, + "column": 22 + }, + "identifierName": "days" + }, + "name": "days" + }, + "computed": false }, "operator": ">", "right": { "type": "NumericLiteral", - "start": 1377, - "end": 1378, + "start": 1364, + "end": 1365, "loc": { "start": { - "line": 43, - "column": 16 + "line": 45, + "column": 25 }, "end": { - "line": 43, - "column": 17 + "line": 45, + "column": 26 } }, "extra": { @@ -1995,1783 +1851,1195 @@ "raw": "0" }, "value": 0 - }, - "leadingComments": null + } }, - "operator": "&&", + "operator": "||", "right": { "type": "BinaryExpression", - "start": 1382, - "end": 1402, + "start": 1369, + "end": 1387, "loc": { "start": { - "line": 43, - "column": 21 + "line": 45, + "column": 30 }, "end": { - "line": 43, - "column": 41 + "line": 45, + "column": 48 } }, "left": { - "type": "Identifier", - "start": 1382, - "end": 1387, + "type": "MemberExpression", + "start": 1369, + "end": 1383, "loc": { "start": { - "line": 43, - "column": 21 + "line": 45, + "column": 30 }, "end": { - "line": 43, - "column": 26 + "line": 45, + "column": 44 + } + }, + "object": { + "type": "Identifier", + "start": 1369, + "end": 1378, + "loc": { + "start": { + "line": 45, + "column": 30 + }, + "end": { + "line": 45, + "column": 39 + }, + "identifierName": "guideTime" }, - "identifierName": "guide" + "name": "guideTime" }, - "name": "guide" + "property": { + "type": "Identifier", + "start": 1379, + "end": 1383, + "loc": { + "start": { + "line": 45, + "column": 40 + }, + "end": { + "line": 45, + "column": 44 + }, + "identifierName": "days" + }, + "name": "days" + }, + "computed": false }, - "operator": "<", + "operator": ">", "right": { - "type": "Identifier", - "start": 1390, - "end": 1402, + "type": "NumericLiteral", + "start": 1386, + "end": 1387, "loc": { "start": { - "line": 43, - "column": 29 + "line": 45, + "column": 47 }, "end": { - "line": 43, - "column": 41 - }, - "identifierName": "msDisplayMax" + "line": 45, + "column": 48 + } + }, + "extra": { + "rawValue": 0, + "raw": "0" }, - "name": "msDisplayMax" + "value": 0 } - }, - "leadingComments": null + } }, "consequent": { "type": "BlockStatement", - "start": 1404, - "end": 1593, + "start": 1389, + "end": 1486, "loc": { "start": { - "line": 43, - "column": 43 + "line": 45, + "column": 50 }, "end": { - "line": 52, + "line": 48, "column": 5 } }, "body": [ { - "type": "IfStatement", - "start": 1414, - "end": 1564, + "type": "VariableDeclaration", + "start": 1399, + "end": 1435, "loc": { "start": { - "line": 44, + "line": 46, "column": 8 }, "end": { - "line": 50, - "column": 9 + "line": 46, + "column": 44 } }, - "test": { - "type": "BinaryExpression", - "start": 1418, - "end": 1426, - "loc": { - "start": { - "line": 44, - "column": 12 - }, - "end": { - "line": 44, - "column": 20 - } - }, - "left": { - "type": "Identifier", - "start": 1418, - "end": 1420, + "declarations": [ + { + "type": "VariableDeclarator", + "start": 1405, + "end": 1434, "loc": { "start": { - "line": 44, - "column": 12 - }, - "end": { - "line": 44, + "line": 46, "column": 14 }, - "identifierName": "ms" - }, - "name": "ms" - }, - "operator": "<", - "right": { - "type": "NumericLiteral", - "start": 1423, - "end": 1426, - "loc": { - "start": { - "line": 44, - "column": 17 - }, "end": { - "line": 44, - "column": 20 + "line": 46, + "column": 43 } }, - "extra": { - "rawValue": 100, - "raw": "100" - }, - "value": 100 - } - }, - "consequent": { - "type": "BlockStatement", - "start": 1428, - "end": 1564, - "loc": { - "start": { - "line": 44, - "column": 22 + "id": { + "type": "Identifier", + "start": 1405, + "end": 1408, + "loc": { + "start": { + "line": 46, + "column": 14 + }, + "end": { + "line": 46, + "column": 17 + }, + "identifierName": "day" + }, + "name": "day" }, - "end": { - "line": 50, - "column": 9 - } - }, - "body": [ - { - "type": "IfStatement", - "start": 1442, - "end": 1554, + "init": { + "type": "CallExpression", + "start": 1411, + "end": 1434, "loc": { "start": { - "line": 45, - "column": 12 + "line": 46, + "column": 20 }, "end": { - "line": 49, - "column": 13 + "line": 46, + "column": 43 } }, - "test": { - "type": "BinaryExpression", - "start": 1446, - "end": 1453, + "callee": { + "type": "Identifier", + "start": 1411, + "end": 1418, "loc": { "start": { - "line": 45, - "column": 16 + "line": 46, + "column": 20 }, "end": { - "line": 45, - "column": 23 - } - }, - "left": { - "type": "Identifier", - "start": 1446, - "end": 1448, - "loc": { - "start": { - "line": 45, - "column": 16 - }, - "end": { - "line": 45, - "column": 18 - }, - "identifierName": "ms" + "line": 46, + "column": 27 }, - "name": "ms" + "identifierName": "addZero" }, - "operator": "<", - "right": { - "type": "NumericLiteral", - "start": 1451, - "end": 1453, + "name": "addZero" + }, + "arguments": [ + { + "type": "MemberExpression", + "start": 1419, + "end": 1433, "loc": { "start": { - "line": 45, - "column": 21 + "line": 46, + "column": 28 }, "end": { - "line": 45, - "column": 23 + "line": 46, + "column": 42 } }, - "extra": { - "rawValue": 10, - "raw": "10" - }, - "value": 10 - } - }, - "consequent": { - "type": "BlockStatement", - "start": 1455, - "end": 1502, - "loc": { - "start": { - "line": 45, - "column": 25 - }, - "end": { - "line": 47, - "column": 13 - } - }, - "body": [ - { - "type": "ExpressionStatement", - "start": 1473, - "end": 1488, + "object": { + "type": "Identifier", + "start": 1419, + "end": 1428, "loc": { "start": { "line": 46, - "column": 16 + "column": 28 }, "end": { "line": 46, - "column": 31 - } - }, - "expression": { - "type": "AssignmentExpression", - "start": 1473, - "end": 1487, - "loc": { - "start": { - "line": 46, - "column": 16 - }, - "end": { - "line": 46, - "column": 30 - } - }, - "operator": "=", - "left": { - "type": "Identifier", - "start": 1473, - "end": 1475, - "loc": { - "start": { - "line": 46, - "column": 16 - }, - "end": { - "line": 46, - "column": 18 - }, - "identifierName": "ms" - }, - "name": "ms" + "column": 37 }, - "right": { - "type": "BinaryExpression", - "start": 1478, - "end": 1487, - "loc": { - "start": { - "line": 46, - "column": 21 - }, - "end": { - "line": 46, - "column": 30 - } - }, - "left": { - "type": "StringLiteral", - "start": 1478, - "end": 1482, - "loc": { - "start": { - "line": 46, - "column": 21 - }, - "end": { - "line": 46, - "column": 25 - } - }, - "extra": { - "rawValue": "00", - "raw": "'00'" - }, - "value": "00" - }, - "operator": "+", - "right": { - "type": "Identifier", - "start": 1485, - "end": 1487, - "loc": { - "start": { - "line": 46, - "column": 28 - }, - "end": { - "line": 46, - "column": 30 - }, - "identifierName": "ms" - }, - "name": "ms" - } - } - } - } - ], - "directives": [] - }, - "alternate": { - "type": "BlockStatement", - "start": 1508, - "end": 1554, - "loc": { - "start": { - "line": 47, - "column": 19 + "identifierName": "inputTime" + }, + "name": "inputTime" }, - "end": { - "line": 49, - "column": 13 - } - }, - "body": [ - { - "type": "ExpressionStatement", - "start": 1526, - "end": 1540, + "property": { + "type": "Identifier", + "start": 1429, + "end": 1433, "loc": { "start": { - "line": 48, - "column": 16 + "line": 46, + "column": 38 }, "end": { - "line": 48, - "column": 30 - } - }, - "expression": { - "type": "AssignmentExpression", - "start": 1526, - "end": 1539, - "loc": { - "start": { - "line": 48, - "column": 16 - }, - "end": { - "line": 48, - "column": 29 - } - }, - "operator": "=", - "left": { - "type": "Identifier", - "start": 1526, - "end": 1528, - "loc": { - "start": { - "line": 48, - "column": 16 - }, - "end": { - "line": 48, - "column": 18 - }, - "identifierName": "ms" - }, - "name": "ms" + "line": 46, + "column": 42 }, - "right": { - "type": "BinaryExpression", - "start": 1531, - "end": 1539, - "loc": { - "start": { - "line": 48, - "column": 21 - }, - "end": { - "line": 48, - "column": 29 - } - }, - "left": { - "type": "StringLiteral", - "start": 1531, - "end": 1534, - "loc": { - "start": { - "line": 48, - "column": 21 - }, - "end": { - "line": 48, - "column": 24 - } - }, - "extra": { - "rawValue": "0", - "raw": "'0'" - }, - "value": "0" - }, - "operator": "+", - "right": { - "type": "Identifier", - "start": 1537, - "end": 1539, - "loc": { - "start": { - "line": 48, - "column": 27 - }, - "end": { - "line": 48, - "column": 29 - }, - "identifierName": "ms" - }, - "name": "ms" - } - } - } - } - ], - "directives": [] - } + "identifierName": "days" + }, + "name": "days" + }, + "computed": false + } + ] } - ], - "directives": [] - }, - "alternate": null + } + ], + "kind": "const" }, { - "type": "ExpressionStatement", - "start": 1573, - "end": 1587, + "type": "ReturnStatement", + "start": 1444, + "end": 1480, "loc": { "start": { - "line": 51, + "line": 47, "column": 8 }, "end": { - "line": 51, - "column": 22 + "line": 47, + "column": 44 } }, - "expression": { - "type": "AssignmentExpression", - "start": 1573, - "end": 1586, + "argument": { + "type": "TemplateLiteral", + "start": 1451, + "end": 1479, "loc": { "start": { - "line": 51, - "column": 8 + "line": 47, + "column": 15 }, "end": { - "line": 51, - "column": 21 + "line": 47, + "column": 43 } }, - "operator": "=", - "left": { - "type": "Identifier", - "start": 1573, - "end": 1575, - "loc": { - "start": { - "line": 51, - "column": 8 - }, - "end": { - "line": 51, - "column": 10 - }, - "identifierName": "ms" - }, - "name": "ms" - }, - "right": { - "type": "BinaryExpression", - "start": 1578, - "end": 1586, - "loc": { - "start": { - "line": 51, - "column": 13 - }, - "end": { - "line": 51, - "column": 21 - } - }, - "left": { - "type": "StringLiteral", - "start": 1578, - "end": 1581, + "expressions": [ + { + "type": "Identifier", + "start": 1454, + "end": 1457, "loc": { "start": { - "line": 51, - "column": 13 + "line": 47, + "column": 18 }, "end": { - "line": 51, - "column": 16 - } + "line": 47, + "column": 21 + }, + "identifierName": "day" }, - "extra": { - "rawValue": ":", - "raw": "':'" + "name": "day" + }, + { + "type": "Identifier", + "start": 1461, + "end": 1463, + "loc": { + "start": { + "line": 47, + "column": 25 + }, + "end": { + "line": 47, + "column": 27 + }, + "identifierName": "hr" }, - "value": ":" + "name": "hr" }, - "operator": "+", - "right": { + { "type": "Identifier", - "start": 1584, - "end": 1586, + "start": 1467, + "end": 1470, "loc": { "start": { - "line": 51, - "column": 19 + "line": 47, + "column": 31 }, "end": { - "line": 51, - "column": 21 + "line": 47, + "column": 34 }, - "identifierName": "ms" + "identifierName": "min" }, - "name": "ms" - } - } - } - } - ], - "directives": [] - }, - "alternate": { - "type": "BlockStatement", - "start": 1599, - "end": 1623, - "loc": { - "start": { - "line": 52, - "column": 11 - }, - "end": { - "line": 54, - "column": 5 - } - }, - "body": [ - { - "type": "ExpressionStatement", - "start": 1609, - "end": 1617, - "loc": { - "start": { - "line": 53, - "column": 8 - }, - "end": { - "line": 53, - "column": 16 - } - }, - "expression": { - "type": "AssignmentExpression", - "start": 1609, - "end": 1616, - "loc": { - "start": { - "line": 53, - "column": 8 + "name": "min" }, - "end": { - "line": 53, - "column": 15 + { + "type": "Identifier", + "start": 1474, + "end": 1477, + "loc": { + "start": { + "line": 47, + "column": 38 + }, + "end": { + "line": 47, + "column": 41 + }, + "identifierName": "sec" + }, + "name": "sec" } - }, - "operator": "=", - "left": { - "type": "Identifier", - "start": 1609, - "end": 1611, - "loc": { - "start": { - "line": 53, - "column": 8 + ], + "quasis": [ + { + "type": "TemplateElement", + "start": 1452, + "end": 1452, + "loc": { + "start": { + "line": 47, + "column": 16 + }, + "end": { + "line": 47, + "column": 16 + } }, - "end": { - "line": 53, - "column": 10 + "value": { + "raw": "", + "cooked": "" }, - "identifierName": "ms" + "tail": false }, - "name": "ms" - }, - "right": { - "type": "StringLiteral", - "start": 1614, - "end": 1616, - "loc": { - "start": { - "line": 53, - "column": 13 + { + "type": "TemplateElement", + "start": 1458, + "end": 1459, + "loc": { + "start": { + "line": 47, + "column": 22 + }, + "end": { + "line": 47, + "column": 23 + } }, - "end": { - "line": 53, - "column": 15 - } + "value": { + "raw": ":", + "cooked": ":" + }, + "tail": false }, - "extra": { - "rawValue": "", - "raw": "''" + { + "type": "TemplateElement", + "start": 1464, + "end": 1465, + "loc": { + "start": { + "line": 47, + "column": 28 + }, + "end": { + "line": 47, + "column": 29 + } + }, + "value": { + "raw": ":", + "cooked": ":" + }, + "tail": false }, - "value": "" - } + { + "type": "TemplateElement", + "start": 1471, + "end": 1472, + "loc": { + "start": { + "line": 47, + "column": 35 + }, + "end": { + "line": 47, + "column": 36 + } + }, + "value": { + "raw": ":", + "cooked": ":" + }, + "tail": false + }, + { + "type": "TemplateElement", + "start": 1478, + "end": 1478, + "loc": { + "start": { + "line": 47, + "column": 42 + }, + "end": { + "line": 47, + "column": 42 + } + }, + "value": { + "raw": "", + "cooked": "" + }, + "tail": true + } + ] } } ], - "directives": [], - "trailingComments": null + "directives": [] }, - "leadingComments": [ - { - "type": "CommentLine", - "value": " Check if we need to show milliseconds", - "start": 1320, - "end": 1360, - "loc": { - "start": { - "line": 42, - "column": 4 - }, - "end": { - "line": 42, - "column": 44 - } - } - } - ], - "trailingComments": [ - { - "type": "CommentLine", - "value": " Check if we need to show hours", - "start": 1629, - "end": 1662, - "loc": { - "start": { - "line": 56, - "column": 4 - }, - "end": { - "line": 56, - "column": 37 - } - } - } - ] + "alternate": null }, { - "type": "ExpressionStatement", - "start": 1667, - "end": 1704, + "type": "IfStatement", + "start": 1491, + "end": 1584, "loc": { "start": { - "line": 57, + "line": 49, "column": 4 }, "end": { - "line": 57, - "column": 41 + "line": 51, + "column": 5 } }, - "expression": { - "type": "AssignmentExpression", - "start": 1667, - "end": 1703, + "test": { + "type": "LogicalExpression", + "start": 1495, + "end": 1537, "loc": { "start": { - "line": 57, - "column": 4 + "line": 49, + "column": 8 }, "end": { - "line": 57, - "column": 40 + "line": 49, + "column": 50 } }, - "operator": "=", "left": { - "type": "Identifier", - "start": 1667, - "end": 1668, - "loc": { - "start": { - "line": 57, - "column": 4 - }, - "end": { - "line": 57, - "column": 5 - }, - "identifierName": "h" - }, - "name": "h", - "leadingComments": null - }, - "right": { - "type": "ConditionalExpression", - "start": 1671, - "end": 1703, + "type": "BinaryExpression", + "start": 1495, + "end": 1514, "loc": { "start": { - "line": 57, + "line": 49, "column": 8 }, "end": { - "line": 57, - "column": 40 + "line": 49, + "column": 27 } }, - "test": { - "type": "LogicalExpression", - "start": 1672, - "end": 1687, + "left": { + "type": "MemberExpression", + "start": 1495, + "end": 1510, "loc": { "start": { - "line": 57, - "column": 9 + "line": 49, + "column": 8 }, "end": { - "line": 57, - "column": 24 + "line": 49, + "column": 23 } }, - "left": { - "type": "BinaryExpression", - "start": 1672, - "end": 1677, + "object": { + "type": "Identifier", + "start": 1495, + "end": 1504, "loc": { "start": { - "line": 57, - "column": 9 + "line": 49, + "column": 8 }, "end": { - "line": 57, - "column": 14 - } - }, - "left": { - "type": "Identifier", - "start": 1672, - "end": 1673, - "loc": { - "start": { - "line": 57, - "column": 9 - }, - "end": { - "line": 57, - "column": 10 - }, - "identifierName": "h" + "line": 49, + "column": 17 }, - "name": "h" + "identifierName": "inputTime" }, - "operator": ">", - "right": { - "type": "NumericLiteral", - "start": 1676, - "end": 1677, - "loc": { - "start": { - "line": 57, - "column": 13 - }, - "end": { - "line": 57, - "column": 14 - } - }, - "extra": { - "rawValue": 0, - "raw": "0" - }, - "value": 0 - } + "name": "inputTime" }, - "operator": "||", - "right": { - "type": "BinaryExpression", - "start": 1681, - "end": 1687, + "property": { + "type": "Identifier", + "start": 1505, + "end": 1510, "loc": { "start": { - "line": 57, + "line": 49, "column": 18 }, "end": { - "line": 57, - "column": 24 - } - }, - "left": { - "type": "Identifier", - "start": 1681, - "end": 1683, - "loc": { - "start": { - "line": 57, - "column": 18 - }, - "end": { - "line": 57, - "column": 20 - }, - "identifierName": "gh" + "line": 49, + "column": 23 }, - "name": "gh" + "identifierName": "hours" }, - "operator": ">", - "right": { - "type": "NumericLiteral", - "start": 1686, - "end": 1687, - "loc": { - "start": { - "line": 57, - "column": 23 - }, - "end": { - "line": 57, - "column": 24 - } - }, - "extra": { - "rawValue": 0, - "raw": "0" - }, - "value": 0 + "name": "hours" + }, + "computed": false + }, + "operator": ">", + "right": { + "type": "NumericLiteral", + "start": 1513, + "end": 1514, + "loc": { + "start": { + "line": 49, + "column": 26 + }, + "end": { + "line": 49, + "column": 27 } }, "extra": { - "parenthesized": true, - "parenStart": 1671 + "rawValue": 0, + "raw": "0" + }, + "value": 0 + } + }, + "operator": "||", + "right": { + "type": "BinaryExpression", + "start": 1518, + "end": 1537, + "loc": { + "start": { + "line": 49, + "column": 31 + }, + "end": { + "line": 49, + "column": 50 } }, - "consequent": { - "type": "BinaryExpression", - "start": 1691, - "end": 1698, + "left": { + "type": "MemberExpression", + "start": 1518, + "end": 1533, "loc": { "start": { - "line": 57, - "column": 28 + "line": 49, + "column": 31 }, "end": { - "line": 57, - "column": 35 + "line": 49, + "column": 46 } }, - "left": { + "object": { "type": "Identifier", - "start": 1691, - "end": 1692, + "start": 1518, + "end": 1527, "loc": { "start": { - "line": 57, - "column": 28 + "line": 49, + "column": 31 }, "end": { - "line": 57, - "column": 29 + "line": 49, + "column": 40 }, - "identifierName": "h" + "identifierName": "guideTime" }, - "name": "h" + "name": "guideTime" }, - "operator": "+", - "right": { - "type": "StringLiteral", - "start": 1695, - "end": 1698, + "property": { + "type": "Identifier", + "start": 1528, + "end": 1533, "loc": { "start": { - "line": 57, - "column": 32 + "line": 49, + "column": 41 }, "end": { - "line": 57, - "column": 35 - } - }, - "extra": { - "rawValue": ":", - "raw": "':'" + "line": 49, + "column": 46 + }, + "identifierName": "hours" }, - "value": ":" - } + "name": "hours" + }, + "computed": false }, - "alternate": { - "type": "StringLiteral", - "start": 1701, - "end": 1703, + "operator": ">", + "right": { + "type": "NumericLiteral", + "start": 1536, + "end": 1537, "loc": { "start": { - "line": 57, - "column": 38 + "line": 49, + "column": 49 }, "end": { - "line": 57, - "column": 40 + "line": 49, + "column": 50 } }, "extra": { - "rawValue": "", - "raw": "''" - }, - "value": "" - } - }, - "leadingComments": null - }, - "leadingComments": [ - { - "type": "CommentLine", - "value": " Check if we need to show hours", - "start": 1629, - "end": 1662, - "loc": { - "start": { - "line": 56, - "column": 4 - }, - "end": { - "line": 56, - "column": 37 - } - } - } - ], - "trailingComments": [ - { - "type": "CommentLine", - "value": " If hours are showing, we may need to add a leading zero.", - "start": 1710, - "end": 1769, - "loc": { - "start": { - "line": 59, - "column": 4 - }, - "end": { - "line": 59, - "column": 63 - } - } - }, - { - "type": "CommentLine", - "value": " Always show at least one digit of minutes.", - "start": 1774, - "end": 1819, - "loc": { - "start": { - "line": 60, - "column": 4 + "rawValue": 0, + "raw": "0" }, - "end": { - "line": 60, - "column": 49 - } + "value": 0 } } - ] - }, - { - "type": "ExpressionStatement", - "start": 1824, - "end": 1878, - "loc": { - "start": { - "line": 61, - "column": 4 - }, - "end": { - "line": 61, - "column": 58 - } }, - "expression": { - "type": "AssignmentExpression", - "start": 1824, - "end": 1877, + "consequent": { + "type": "BlockStatement", + "start": 1539, + "end": 1584, "loc": { "start": { - "line": 61, - "column": 4 + "line": 49, + "column": 52 }, "end": { - "line": 61, - "column": 57 + "line": 51, + "column": 5 } }, - "operator": "=", - "left": { - "type": "Identifier", - "start": 1824, - "end": 1825, - "loc": { - "start": { - "line": 61, - "column": 4 - }, - "end": { - "line": 61, - "column": 5 - }, - "identifierName": "m" - }, - "name": "m", - "leadingComments": null - }, - "right": { - "type": "BinaryExpression", - "start": 1828, - "end": 1877, - "loc": { - "start": { - "line": 61, - "column": 8 - }, - "end": { - "line": 61, - "column": 57 - } - }, - "left": { - "type": "ConditionalExpression", - "start": 1829, - "end": 1870, + "body": [ + { + "type": "ReturnStatement", + "start": 1549, + "end": 1578, "loc": { "start": { - "line": 61, - "column": 9 + "line": 50, + "column": 8 }, "end": { - "line": 61, - "column": 50 + "line": 50, + "column": 37 } }, - "test": { - "type": "LogicalExpression", - "start": 1830, - "end": 1855, + "argument": { + "type": "TemplateLiteral", + "start": 1556, + "end": 1577, "loc": { "start": { - "line": 61, - "column": 10 + "line": 50, + "column": 15 }, "end": { - "line": 61, - "column": 35 + "line": 50, + "column": 36 } }, - "left": { - "type": "LogicalExpression", - "start": 1831, - "end": 1844, - "loc": { - "start": { - "line": 61, - "column": 11 + "expressions": [ + { + "type": "Identifier", + "start": 1559, + "end": 1561, + "loc": { + "start": { + "line": 50, + "column": 18 + }, + "end": { + "line": 50, + "column": 20 + }, + "identifierName": "hr" }, - "end": { - "line": 61, - "column": 24 - } + "name": "hr" }, - "left": { + { "type": "Identifier", - "start": 1831, - "end": 1832, + "start": 1565, + "end": 1568, "loc": { "start": { - "line": 61, - "column": 11 + "line": 50, + "column": 24 }, "end": { - "line": 61, - "column": 12 + "line": 50, + "column": 27 }, - "identifierName": "h" + "identifierName": "min" }, - "name": "h" + "name": "min" }, - "operator": "||", - "right": { - "type": "BinaryExpression", - "start": 1836, - "end": 1844, + { + "type": "Identifier", + "start": 1572, + "end": 1575, + "loc": { + "start": { + "line": 50, + "column": 31 + }, + "end": { + "line": 50, + "column": 34 + }, + "identifierName": "sec" + }, + "name": "sec" + } + ], + "quasis": [ + { + "type": "TemplateElement", + "start": 1557, + "end": 1557, "loc": { "start": { - "line": 61, + "line": 50, "column": 16 }, "end": { - "line": 61, - "column": 24 + "line": 50, + "column": 16 } }, - "left": { - "type": "Identifier", - "start": 1836, - "end": 1838, - "loc": { - "start": { - "line": 61, - "column": 16 - }, - "end": { - "line": 61, - "column": 18 - }, - "identifierName": "gm" - }, - "name": "gm" + "value": { + "raw": "", + "cooked": "" }, - "operator": ">=", - "right": { - "type": "NumericLiteral", - "start": 1842, - "end": 1844, - "loc": { - "start": { - "line": 61, - "column": 22 - }, - "end": { - "line": 61, - "column": 24 - } - }, - "extra": { - "rawValue": 10, - "raw": "10" - }, - "value": 10 - } + "tail": false }, - "extra": { - "parenthesized": true, - "parenStart": 1830 - } - }, - "operator": "&&", - "right": { - "type": "BinaryExpression", - "start": 1849, - "end": 1855, - "loc": { - "start": { - "line": 61, - "column": 29 + { + "type": "TemplateElement", + "start": 1562, + "end": 1563, + "loc": { + "start": { + "line": 50, + "column": 21 + }, + "end": { + "line": 50, + "column": 22 + } }, - "end": { - "line": 61, - "column": 35 - } + "value": { + "raw": ":", + "cooked": ":" + }, + "tail": false }, - "left": { - "type": "Identifier", - "start": 1849, - "end": 1850, + { + "type": "TemplateElement", + "start": 1569, + "end": 1570, "loc": { "start": { - "line": 61, - "column": 29 + "line": 50, + "column": 28 }, "end": { - "line": 61, - "column": 30 - }, - "identifierName": "m" + "line": 50, + "column": 29 + } + }, + "value": { + "raw": ":", + "cooked": ":" }, - "name": "m" + "tail": false }, - "operator": "<", - "right": { - "type": "NumericLiteral", - "start": 1853, - "end": 1855, + { + "type": "TemplateElement", + "start": 1576, + "end": 1576, "loc": { "start": { - "line": 61, - "column": 33 + "line": 50, + "column": 35 }, "end": { - "line": 61, + "line": 50, "column": 35 } }, - "extra": { - "rawValue": 10, - "raw": "10" + "value": { + "raw": "", + "cooked": "" }, - "value": 10 + "tail": true } + ] + } + } + ], + "directives": [] + }, + "alternate": null + }, + { + "type": "IfStatement", + "start": 1589, + "end": 1659, + "loc": { + "start": { + "line": 52, + "column": 4 + }, + "end": { + "line": 54, + "column": 5 + } + }, + "test": { + "type": "Identifier", + "start": 1593, + "end": 1612, + "loc": { + "start": { + "line": 52, + "column": 8 + }, + "end": { + "line": 52, + "column": 27 + }, + "identifierName": "displayMilliseconds" + }, + "name": "displayMilliseconds" + }, + "consequent": { + "type": "BlockStatement", + "start": 1614, + "end": 1659, + "loc": { + "start": { + "line": 52, + "column": 29 + }, + "end": { + "line": 54, + "column": 5 + } + }, + "body": [ + { + "type": "ReturnStatement", + "start": 1624, + "end": 1653, + "loc": { + "start": { + "line": 53, + "column": 8 }, - "extra": { - "parenthesized": true, - "parenStart": 1829 + "end": { + "line": 53, + "column": 37 } }, - "consequent": { - "type": "BinaryExpression", - "start": 1859, - "end": 1866, + "argument": { + "type": "TemplateLiteral", + "start": 1631, + "end": 1652, "loc": { "start": { - "line": 61, - "column": 39 + "line": 53, + "column": 15 }, "end": { - "line": 61, - "column": 46 + "line": 53, + "column": 36 } }, - "left": { - "type": "StringLiteral", - "start": 1859, - "end": 1862, - "loc": { - "start": { - "line": 61, - "column": 39 + "expressions": [ + { + "type": "Identifier", + "start": 1634, + "end": 1637, + "loc": { + "start": { + "line": 53, + "column": 18 + }, + "end": { + "line": 53, + "column": 21 + }, + "identifierName": "min" }, - "end": { - "line": 61, - "column": 42 - } + "name": "min" }, - "extra": { - "rawValue": "0", - "raw": "'0'" + { + "type": "Identifier", + "start": 1641, + "end": 1644, + "loc": { + "start": { + "line": 53, + "column": 25 + }, + "end": { + "line": 53, + "column": 28 + }, + "identifierName": "sec" + }, + "name": "sec" }, - "value": "0" - }, - "operator": "+", - "right": { - "type": "Identifier", - "start": 1865, - "end": 1866, - "loc": { - "start": { - "line": 61, - "column": 45 + { + "type": "Identifier", + "start": 1648, + "end": 1650, + "loc": { + "start": { + "line": 53, + "column": 32 + }, + "end": { + "line": 53, + "column": 34 + }, + "identifierName": "ms" }, - "end": { - "line": 61, - "column": 46 + "name": "ms" + } + ], + "quasis": [ + { + "type": "TemplateElement", + "start": 1632, + "end": 1632, + "loc": { + "start": { + "line": 53, + "column": 16 + }, + "end": { + "line": 53, + "column": 16 + } }, - "identifierName": "m" + "value": { + "raw": "", + "cooked": "" + }, + "tail": false }, - "name": "m" - } - }, - "alternate": { - "type": "Identifier", - "start": 1869, - "end": 1870, - "loc": { - "start": { - "line": 61, - "column": 49 + { + "type": "TemplateElement", + "start": 1638, + "end": 1639, + "loc": { + "start": { + "line": 53, + "column": 22 + }, + "end": { + "line": 53, + "column": 23 + } + }, + "value": { + "raw": ":", + "cooked": ":" + }, + "tail": false }, - "end": { - "line": 61, - "column": 50 + { + "type": "TemplateElement", + "start": 1645, + "end": 1646, + "loc": { + "start": { + "line": 53, + "column": 29 + }, + "end": { + "line": 53, + "column": 30 + } + }, + "value": { + "raw": ":", + "cooked": ":" + }, + "tail": false }, - "identifierName": "m" - }, - "name": "m" - }, - "extra": { - "parenthesized": true, - "parenStart": 1828 + { + "type": "TemplateElement", + "start": 1651, + "end": 1651, + "loc": { + "start": { + "line": 53, + "column": 35 + }, + "end": { + "line": 53, + "column": 35 + } + }, + "value": { + "raw": "", + "cooked": "" + }, + "tail": true + } + ] } - }, - "operator": "+", - "right": { - "type": "StringLiteral", - "start": 1874, - "end": 1877, - "loc": { - "start": { - "line": 61, - "column": 54 - }, - "end": { - "line": 61, - "column": 57 - } - }, - "extra": { - "rawValue": ":", - "raw": "':'" - }, - "value": ":" } - }, - "leadingComments": null + ], + "directives": [] }, - "leadingComments": [ - { - "type": "CommentLine", - "value": " If hours are showing, we may need to add a leading zero.", - "start": 1710, - "end": 1769, - "loc": { - "start": { - "line": 59, - "column": 4 - }, - "end": { - "line": 59, - "column": 63 - } - } - }, - { - "type": "CommentLine", - "value": " Always show at least one digit of minutes.", - "start": 1774, - "end": 1819, - "loc": { - "start": { - "line": 60, - "column": 4 - }, - "end": { - "line": 60, - "column": 49 - } - } - } - ], - "trailingComments": [ - { - "type": "CommentLine", - "value": " Check if leading zero is need for seconds", - "start": 1884, - "end": 1928, - "loc": { - "start": { - "line": 63, - "column": 4 - }, - "end": { - "line": 63, - "column": 48 - } - } - } - ] + "alternate": null }, { - "type": "ExpressionStatement", - "start": 1933, - "end": 1962, + "type": "ReturnStatement", + "start": 1665, + "end": 1688, "loc": { "start": { - "line": 64, + "line": 56, "column": 4 }, "end": { - "line": 64, - "column": 33 + "line": 56, + "column": 27 } }, - "expression": { - "type": "AssignmentExpression", - "start": 1933, - "end": 1961, + "argument": { + "type": "TemplateLiteral", + "start": 1672, + "end": 1687, "loc": { "start": { - "line": 64, - "column": 4 + "line": 56, + "column": 11 }, "end": { - "line": 64, - "column": 32 + "line": 56, + "column": 26 } }, - "operator": "=", - "left": { - "type": "Identifier", - "start": 1933, - "end": 1934, - "loc": { - "start": { - "line": 64, - "column": 4 - }, - "end": { - "line": 64, - "column": 5 + "expressions": [ + { + "type": "Identifier", + "start": 1675, + "end": 1678, + "loc": { + "start": { + "line": 56, + "column": 14 + }, + "end": { + "line": 56, + "column": 17 + }, + "identifierName": "min" }, - "identifierName": "s" + "name": "min" }, - "name": "s", - "leadingComments": null - }, - "right": { - "type": "ConditionalExpression", - "start": 1938, - "end": 1960, - "loc": { - "start": { - "line": 64, - "column": 9 - }, - "end": { - "line": 64, - "column": 31 - } - }, - "test": { - "type": "BinaryExpression", - "start": 1939, - "end": 1945, + { + "type": "Identifier", + "start": 1682, + "end": 1685, "loc": { "start": { - "line": 64, - "column": 10 + "line": 56, + "column": 21 }, "end": { - "line": 64, - "column": 16 - } - }, - "left": { - "type": "Identifier", - "start": 1939, - "end": 1940, - "loc": { - "start": { - "line": 64, - "column": 10 - }, - "end": { - "line": 64, - "column": 11 - }, - "identifierName": "s" - }, - "name": "s" - }, - "operator": "<", - "right": { - "type": "NumericLiteral", - "start": 1943, - "end": 1945, - "loc": { - "start": { - "line": 64, - "column": 14 - }, - "end": { - "line": 64, - "column": 16 - } - }, - "extra": { - "rawValue": 10, - "raw": "10" + "line": 56, + "column": 24 }, - "value": 10 + "identifierName": "sec" }, - "extra": { - "parenthesized": true, - "parenStart": 1938 - } - }, - "consequent": { - "type": "BinaryExpression", - "start": 1949, - "end": 1956, + "name": "sec" + } + ], + "quasis": [ + { + "type": "TemplateElement", + "start": 1673, + "end": 1673, "loc": { "start": { - "line": 64, - "column": 20 + "line": 56, + "column": 12 }, "end": { - "line": 64, - "column": 27 + "line": 56, + "column": 12 } }, - "left": { - "type": "StringLiteral", - "start": 1949, - "end": 1952, - "loc": { - "start": { - "line": 64, - "column": 20 - }, - "end": { - "line": 64, - "column": 23 - } - }, - "extra": { - "rawValue": "0", - "raw": "'0'" - }, - "value": "0" - }, - "operator": "+", - "right": { - "type": "Identifier", - "start": 1955, - "end": 1956, - "loc": { - "start": { - "line": 64, - "column": 26 - }, - "end": { - "line": 64, - "column": 27 - }, - "identifierName": "s" - }, - "name": "s" - } - }, - "alternate": { - "type": "Identifier", - "start": 1959, - "end": 1960, - "loc": { - "start": { - "line": 64, - "column": 30 - }, - "end": { - "line": 64, - "column": 31 - }, - "identifierName": "s" - }, - "name": "s" - }, - "extra": { - "parenthesized": true, - "parenStart": 1937 - } - }, - "leadingComments": null - }, - "leadingComments": [ - { - "type": "CommentLine", - "value": " Check if leading zero is need for seconds", - "start": 1884, - "end": 1928, - "loc": { - "start": { - "line": 63, - "column": 4 - }, - "end": { - "line": 63, - "column": 48 - } - } - } - ], - "trailingComments": [ - { - "type": "CommentLine", - "value": " buddy ignore:end", - "start": 1967, - "end": 1986, - "loc": { - "start": { - "line": 65, - "column": 4 - }, - "end": { - "line": 65, - "column": 23 - } - } - } - ] - }, - { - "type": "ReturnStatement", - "start": 1991, - "end": 2013, - "loc": { - "start": { - "line": 66, - "column": 4 - }, - "end": { - "line": 66, - "column": 26 - } - }, - "argument": { - "type": "BinaryExpression", - "start": 1998, - "end": 2012, - "loc": { - "start": { - "line": 66, - "column": 11 - }, - "end": { - "line": 66, - "column": 25 - } - }, - "left": { - "type": "BinaryExpression", - "start": 1998, - "end": 2007, - "loc": { - "start": { - "line": 66, - "column": 11 + "value": { + "raw": "", + "cooked": "" }, - "end": { - "line": 66, - "column": 20 - } + "tail": false }, - "left": { - "type": "BinaryExpression", - "start": 1998, - "end": 2003, + { + "type": "TemplateElement", + "start": 1679, + "end": 1680, "loc": { "start": { - "line": 66, - "column": 11 + "line": 56, + "column": 18 }, "end": { - "line": 66, - "column": 16 + "line": 56, + "column": 19 } }, - "left": { - "type": "Identifier", - "start": 1998, - "end": 1999, - "loc": { - "start": { - "line": 66, - "column": 11 - }, - "end": { - "line": 66, - "column": 12 - }, - "identifierName": "h" - }, - "name": "h", - "leadingComments": null - }, - "operator": "+", - "right": { - "type": "Identifier", - "start": 2002, - "end": 2003, - "loc": { - "start": { - "line": 66, - "column": 15 - }, - "end": { - "line": 66, - "column": 16 - }, - "identifierName": "m" - }, - "name": "m" + "value": { + "raw": ":", + "cooked": ":" }, - "leadingComments": null + "tail": false }, - "operator": "+", - "right": { - "type": "Identifier", - "start": 2006, - "end": 2007, + { + "type": "TemplateElement", + "start": 1686, + "end": 1686, "loc": { "start": { - "line": 66, - "column": 19 + "line": 56, + "column": 25 }, "end": { - "line": 66, - "column": 20 - }, - "identifierName": "s" - }, - "name": "s" - }, - "leadingComments": null - }, - "operator": "+", - "right": { - "type": "Identifier", - "start": 2010, - "end": 2012, - "loc": { - "start": { - "line": 66, - "column": 23 + "line": 56, + "column": 25 + } }, - "end": { - "line": 66, - "column": 25 + "value": { + "raw": "", + "cooked": "" }, - "identifierName": "ms" - }, - "name": "ms" - }, - "leadingComments": null + "tail": true + } + ] }, - "leadingComments": [ + "trailingComments": [ { "type": "CommentLine", "value": " buddy ignore:end", - "start": 1967, - "end": 1986, + "start": 1693, + "end": 1712, "loc": { "start": { - "line": 65, + "line": 57, "column": 4 }, "end": { - "line": 65, + "line": 57, "column": 23 } } @@ -3792,29 +3060,29 @@ }, { "type": "Identifier", - "start": 2018, - "end": 2044, + "start": 1717, + "end": 1743, "loc": { "start": { - "line": 69, + "line": 60, "column": 0 }, "end": { - "line": 69, + "line": 60, "column": 26 } }, "declaration": { "type": "Identifier", - "start": 2033, - "end": 2043, + "start": 1732, + "end": 1742, "loc": { "start": { - "line": 69, + "line": 60, "column": 15 }, "end": { - "line": 69, + "line": 60, "column": 25 }, "identifierName": "formatTime" @@ -3827,58 +3095,58 @@ }, { "type": "ExportDefaultDeclaration", - "start": 2018, - "end": 2044, + "start": 1717, + "end": 1743, "loc": { "start": { - "line": 69, + "line": 60, "column": 0 }, "end": { - "line": 69, + "line": 60, "column": 26 } }, "declaration": { "type": "VariableDeclaration", - "start": 588, - "end": 2016, + "start": 761, + "end": 1715, "loc": { "start": { - "line": 22, + "line": 29, "column": 0 }, "end": { - "line": 67, + "line": 58, "column": 2 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 594, - "end": 2015, + "start": 767, + "end": 1714, "loc": { "start": { - "line": 22, + "line": 29, "column": 6 }, "end": { - "line": 67, + "line": 58, "column": 1 } }, "id": { "type": "Identifier", - "start": 594, - "end": 604, + "start": 767, + "end": 777, "loc": { "start": { - "line": 22, + "line": 29, "column": 6 }, "end": { - "line": 22, + "line": 29, "column": 16 }, "identifierName": "formatTime" @@ -3888,29 +3156,29 @@ }, "init": { "type": "FunctionExpression", - "start": 607, - "end": 2015, + "start": 780, + "end": 1714, "loc": { "start": { - "line": 22, + "line": 29, "column": 19 }, "end": { - "line": 67, + "line": 58, "column": 1 } }, "id": { "type": "Identifier", - "start": 594, - "end": 604, + "start": 767, + "end": 777, "loc": { "start": { - "line": 22, + "line": 29, "column": 6 }, "end": { - "line": 22, + "line": 29, "column": 16 }, "identifierName": "formatTime" @@ -3924,15 +3192,15 @@ "params": [ { "type": "Identifier", - "start": 616, - "end": 623, + "start": 789, + "end": 796, "loc": { "start": { - "line": 22, + "line": 29, "column": 28 }, "end": { - "line": 22, + "line": 29, "column": 35 }, "identifierName": "seconds" @@ -3941,15 +3209,15 @@ }, { "type": "Identifier", - "start": 625, - "end": 630, + "start": 798, + "end": 803, "loc": { "start": { - "line": 22, + "line": 29, "column": 37 }, "end": { - "line": 22, + "line": 29, "column": 42 }, "identifierName": "guide" @@ -3957,78 +3225,109 @@ "name": "guide" }, { - "type": "Identifier", - "start": 632, - "end": 644, + "type": "AssignmentPattern", + "start": 805, + "end": 832, "loc": { "start": { - "line": 22, + "line": 29, "column": 44 }, "end": { - "line": 22, - "column": 56 + "line": 29, + "column": 71 + } + }, + "left": { + "type": "Identifier", + "start": 805, + "end": 824, + "loc": { + "start": { + "line": 29, + "column": 44 + }, + "end": { + "line": 29, + "column": 63 + }, + "identifierName": "displayMilliseconds" }, - "identifierName": "msDisplayMax" + "name": "displayMilliseconds" }, - "name": "msDisplayMax" + "right": { + "type": "BooleanLiteral", + "start": 827, + "end": 832, + "loc": { + "start": { + "line": 29, + "column": 66 + }, + "end": { + "line": 29, + "column": 71 + } + }, + "value": false + } } ], "body": { "type": "BlockStatement", - "start": 646, - "end": 2015, + "start": 834, + "end": 1714, "loc": { "start": { - "line": 22, - "column": 58 + "line": 29, + "column": 73 }, "end": { - "line": 67, + "line": 58, "column": 1 } }, "body": [ { "type": "ExpressionStatement", - "start": 719, - "end": 755, + "start": 866, + "end": 902, "loc": { "start": { - "line": 25, + "line": 31, "column": 4 }, "end": { - "line": 25, + "line": 31, "column": 40 } }, "expression": { "type": "AssignmentExpression", - "start": 719, - "end": 754, + "start": 866, + "end": 901, "loc": { "start": { - "line": 25, + "line": 31, "column": 4 }, "end": { - "line": 25, + "line": 31, "column": 39 } }, "operator": "=", "left": { "type": "Identifier", - "start": 719, - "end": 726, + "start": 866, + "end": 873, "loc": { "start": { - "line": 25, + "line": 31, "column": 4 }, "end": { - "line": 25, + "line": 31, "column": 11 }, "identifierName": "seconds" @@ -4038,43 +3337,43 @@ }, "right": { "type": "ConditionalExpression", - "start": 729, - "end": 754, + "start": 876, + "end": 901, "loc": { "start": { - "line": 25, + "line": 31, "column": 14 }, "end": { - "line": 25, + "line": 31, "column": 39 } }, "test": { "type": "BinaryExpression", - "start": 729, - "end": 740, + "start": 876, + "end": 887, "loc": { "start": { - "line": 25, + "line": 31, "column": 14 }, "end": { - "line": 25, + "line": 31, "column": 25 } }, "left": { "type": "Identifier", - "start": 729, - "end": 736, + "start": 876, + "end": 883, "loc": { "start": { - "line": 25, + "line": 31, "column": 14 }, "end": { - "line": 25, + "line": 31, "column": 21 }, "identifierName": "seconds" @@ -4084,15 +3383,15 @@ "operator": "<", "right": { "type": "NumericLiteral", - "start": 739, - "end": 740, + "start": 886, + "end": 887, "loc": { "start": { - "line": 25, + "line": 31, "column": 24 }, "end": { - "line": 25, + "line": 31, "column": 25 } }, @@ -4105,15 +3404,15 @@ }, "consequent": { "type": "NumericLiteral", - "start": 743, - "end": 744, + "start": 890, + "end": 891, "loc": { "start": { - "line": 25, + "line": 31, "column": 28 }, "end": { - "line": 25, + "line": 31, "column": 29 } }, @@ -4125,15 +3424,15 @@ }, "alternate": { "type": "Identifier", - "start": 747, - "end": 754, + "start": 894, + "end": 901, "loc": { "start": { - "line": 25, + "line": 31, "column": 32 }, "end": { - "line": 25, + "line": 31, "column": 39 }, "identifierName": "seconds" @@ -4147,1008 +3446,1106 @@ { "type": "CommentLine", "value": " buddy ignore:start", - "start": 652, - "end": 673, + "start": 840, + "end": 861, "loc": { "start": { - "line": 23, + "line": 30, "column": 4 }, "end": { - "line": 23, + "line": 30, "column": 25 } } - }, - { - "type": "CommentLine", - "value": " Default to using seconds as guide", - "start": 678, - "end": 714, - "loc": { - "start": { - "line": 24, - "column": 4 - }, - "end": { - "line": 24, - "column": 40 - } - } } ] }, { - "type": "ExpressionStatement", - "start": 760, - "end": 785, + "type": "IfStatement", + "start": 907, + "end": 979, "loc": { "start": { - "line": 26, + "line": 32, "column": 4 }, "end": { - "line": 26, - "column": 29 + "line": 34, + "column": 5 } }, - "expression": { - "type": "AssignmentExpression", - "start": 760, - "end": 784, + "test": { + "type": "LogicalExpression", + "start": 911, + "end": 949, "loc": { "start": { - "line": 26, - "column": 4 + "line": 32, + "column": 8 }, "end": { - "line": 26, - "column": 28 + "line": 32, + "column": 46 } }, - "operator": "=", "left": { - "type": "Identifier", - "start": 760, - "end": 765, + "type": "CallExpression", + "start": 911, + "end": 925, "loc": { "start": { - "line": 26, - "column": 4 + "line": 32, + "column": 8 }, "end": { - "line": 26, - "column": 9 + "line": 32, + "column": 22 + } + }, + "callee": { + "type": "Identifier", + "start": 911, + "end": 916, + "loc": { + "start": { + "line": 32, + "column": 8 + }, + "end": { + "line": 32, + "column": 13 + }, + "identifierName": "isNaN" }, - "identifierName": "guide" + "name": "isNaN" }, - "name": "guide" + "arguments": [ + { + "type": "Identifier", + "start": 917, + "end": 924, + "loc": { + "start": { + "line": 32, + "column": 14 + }, + "end": { + "line": 32, + "column": 21 + }, + "identifierName": "seconds" + }, + "name": "seconds" + } + ] }, + "operator": "||", "right": { - "type": "LogicalExpression", - "start": 768, - "end": 784, + "type": "BinaryExpression", + "start": 929, + "end": 949, "loc": { "start": { - "line": 26, - "column": 12 + "line": 32, + "column": 26 }, "end": { - "line": 26, - "column": 28 + "line": 32, + "column": 46 } }, "left": { "type": "Identifier", - "start": 768, - "end": 773, + "start": 929, + "end": 936, "loc": { "start": { - "line": 26, - "column": 12 + "line": 32, + "column": 26 }, "end": { - "line": 26, - "column": 17 + "line": 32, + "column": 33 }, - "identifierName": "guide" + "identifierName": "seconds" }, - "name": "guide" + "name": "seconds" }, - "operator": "||", + "operator": "===", "right": { "type": "Identifier", - "start": 777, - "end": 784, + "start": 941, + "end": 949, "loc": { "start": { - "line": 26, - "column": 21 + "line": 32, + "column": 38 }, "end": { - "line": 26, - "column": 28 + "line": 32, + "column": 46 }, - "identifierName": "seconds" + "identifierName": "Infinity" }, - "name": "seconds" + "name": "Infinity" } } - } + }, + "consequent": { + "type": "BlockStatement", + "start": 951, + "end": 979, + "loc": { + "start": { + "line": 32, + "column": 48 + }, + "end": { + "line": 34, + "column": 5 + } + }, + "body": [ + { + "type": "ExpressionStatement", + "start": 961, + "end": 973, + "loc": { + "start": { + "line": 33, + "column": 8 + }, + "end": { + "line": 33, + "column": 20 + } + }, + "expression": { + "type": "AssignmentExpression", + "start": 961, + "end": 972, + "loc": { + "start": { + "line": 33, + "column": 8 + }, + "end": { + "line": 33, + "column": 19 + } + }, + "operator": "=", + "left": { + "type": "Identifier", + "start": 961, + "end": 968, + "loc": { + "start": { + "line": 33, + "column": 8 + }, + "end": { + "line": 33, + "column": 15 + }, + "identifierName": "seconds" + }, + "name": "seconds" + }, + "right": { + "type": "NumericLiteral", + "start": 971, + "end": 972, + "loc": { + "start": { + "line": 33, + "column": 18 + }, + "end": { + "line": 33, + "column": 19 + } + }, + "extra": { + "rawValue": 0, + "raw": "0" + }, + "value": 0 + } + } + } + ], + "directives": [] + }, + "alternate": null }, { "type": "VariableDeclaration", - "start": 790, - "end": 1034, + "start": 984, + "end": 1036, "loc": { "start": { - "line": 27, + "line": 35, "column": 4 }, "end": { - "line": 32, - "column": 46 + "line": 35, + "column": 56 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 794, - "end": 822, + "start": 990, + "end": 1035, "loc": { "start": { - "line": 27, - "column": 8 + "line": 35, + "column": 10 }, "end": { - "line": 27, - "column": 36 + "line": 35, + "column": 55 } }, "id": { "type": "Identifier", - "start": 794, - "end": 795, + "start": 990, + "end": 999, "loc": { "start": { - "line": 27, - "column": 8 + "line": 35, + "column": 10 }, "end": { - "line": 27, - "column": 9 + "line": 35, + "column": 19 }, - "identifierName": "s" + "identifierName": "inputTime" }, - "name": "s" + "name": "inputTime" }, "init": { "type": "CallExpression", - "start": 798, - "end": 822, + "start": 1002, + "end": 1035, "loc": { "start": { - "line": 27, - "column": 12 + "line": 35, + "column": 22 }, "end": { - "line": 27, - "column": 36 + "line": 35, + "column": 55 } }, "callee": { - "type": "MemberExpression", - "start": 798, - "end": 808, + "type": "Identifier", + "start": 1002, + "end": 1019, "loc": { "start": { - "line": 27, - "column": 12 - }, - "end": { - "line": 27, + "line": 35, "column": 22 - } - }, - "object": { - "type": "Identifier", - "start": 798, - "end": 802, - "loc": { - "start": { - "line": 27, - "column": 12 - }, - "end": { - "line": 27, - "column": 16 - }, - "identifierName": "Math" }, - "name": "Math" - }, - "property": { - "type": "Identifier", - "start": 803, - "end": 808, - "loc": { - "start": { - "line": 27, - "column": 17 - }, - "end": { - "line": 27, - "column": 22 - }, - "identifierName": "floor" + "end": { + "line": 35, + "column": 39 }, - "name": "floor" + "identifierName": "parseMilliseconds" }, - "computed": false + "name": "parseMilliseconds" }, "arguments": [ { "type": "BinaryExpression", - "start": 809, - "end": 821, + "start": 1020, + "end": 1034, "loc": { "start": { - "line": 27, - "column": 23 + "line": 35, + "column": 40 }, "end": { - "line": 27, - "column": 35 + "line": 35, + "column": 54 } }, "left": { "type": "Identifier", - "start": 809, - "end": 816, + "start": 1020, + "end": 1027, "loc": { "start": { - "line": 27, - "column": 23 + "line": 35, + "column": 40 }, "end": { - "line": 27, - "column": 30 + "line": 35, + "column": 47 }, "identifierName": "seconds" }, "name": "seconds" }, - "operator": "%", + "operator": "*", "right": { "type": "NumericLiteral", - "start": 819, - "end": 821, + "start": 1030, + "end": 1034, "loc": { "start": { - "line": 27, - "column": 33 + "line": 35, + "column": 50 }, "end": { - "line": 27, - "column": 35 + "line": 35, + "column": 54 } }, "extra": { - "rawValue": 60, - "raw": "60" + "rawValue": 1000, + "raw": "1000" }, - "value": 60 + "value": 1000 } } ] } + } + ], + "kind": "const" + }, + { + "type": "VariableDeclaration", + "start": 1041, + "end": 1067, + "loc": { + "start": { + "line": 36, + "column": 4 }, + "end": { + "line": 36, + "column": 30 + } + }, + "declarations": [ { "type": "VariableDeclarator", - "start": 832, - "end": 865, + "start": 1045, + "end": 1066, "loc": { "start": { - "line": 28, + "line": 36, "column": 8 }, "end": { - "line": 28, - "column": 41 + "line": 36, + "column": 29 } }, "id": { "type": "Identifier", - "start": 832, - "end": 833, + "start": 1045, + "end": 1054, "loc": { "start": { - "line": 28, + "line": 36, "column": 8 }, "end": { - "line": 28, - "column": 9 + "line": 36, + "column": 17 }, - "identifierName": "m" + "identifierName": "guideTime" }, - "name": "m" + "name": "guideTime" }, "init": { - "type": "CallExpression", - "start": 836, - "end": 865, + "type": "Identifier", + "start": 1057, + "end": 1066, "loc": { "start": { - "line": 28, - "column": 12 + "line": 36, + "column": 20 }, "end": { - "line": 28, - "column": 41 - } - }, - "callee": { - "type": "MemberExpression", - "start": 836, - "end": 846, - "loc": { - "start": { - "line": 28, - "column": 12 - }, - "end": { - "line": 28, - "column": 22 - } - }, - "object": { - "type": "Identifier", - "start": 836, - "end": 840, - "loc": { - "start": { - "line": 28, - "column": 12 - }, - "end": { - "line": 28, - "column": 16 - }, - "identifierName": "Math" - }, - "name": "Math" + "line": 36, + "column": 29 }, - "property": { - "type": "Identifier", - "start": 841, - "end": 846, - "loc": { - "start": { - "line": 28, - "column": 17 - }, - "end": { - "line": 28, - "column": 22 + "identifierName": "inputTime" + }, + "name": "inputTime" + } + } + ], + "kind": "let" + }, + { + "type": "IfStatement", + "start": 1072, + "end": 1157, + "loc": { + "start": { + "line": 37, + "column": 4 + }, + "end": { + "line": 39, + "column": 5 + } + }, + "test": { + "type": "BinaryExpression", + "start": 1076, + "end": 1095, + "loc": { + "start": { + "line": 37, + "column": 8 + }, + "end": { + "line": 37, + "column": 27 + } + }, + "left": { + "type": "Identifier", + "start": 1076, + "end": 1081, + "loc": { + "start": { + "line": 37, + "column": 8 + }, + "end": { + "line": 37, + "column": 13 + }, + "identifierName": "guide" + }, + "name": "guide" + }, + "operator": "!==", + "right": { + "type": "Identifier", + "start": 1086, + "end": 1095, + "loc": { + "start": { + "line": 37, + "column": 18 + }, + "end": { + "line": 37, + "column": 27 + }, + "identifierName": "undefined" + }, + "name": "undefined" + } + }, + "consequent": { + "type": "BlockStatement", + "start": 1097, + "end": 1157, + "loc": { + "start": { + "line": 37, + "column": 29 + }, + "end": { + "line": 39, + "column": 5 + } + }, + "body": [ + { + "type": "ExpressionStatement", + "start": 1107, + "end": 1151, + "loc": { + "start": { + "line": 38, + "column": 8 + }, + "end": { + "line": 38, + "column": 52 + } + }, + "expression": { + "type": "AssignmentExpression", + "start": 1107, + "end": 1150, + "loc": { + "start": { + "line": 38, + "column": 8 + }, + "end": { + "line": 38, + "column": 51 + } + }, + "operator": "=", + "left": { + "type": "Identifier", + "start": 1107, + "end": 1116, + "loc": { + "start": { + "line": 38, + "column": 8 + }, + "end": { + "line": 38, + "column": 17 }, - "identifierName": "floor" + "identifierName": "guideTime" }, - "name": "floor" + "name": "guideTime" }, - "computed": false - }, - "arguments": [ - { - "type": "BinaryExpression", - "start": 847, - "end": 864, + "right": { + "type": "CallExpression", + "start": 1119, + "end": 1150, "loc": { "start": { - "line": 28, - "column": 23 + "line": 38, + "column": 20 }, "end": { - "line": 28, - "column": 40 + "line": 38, + "column": 51 } }, - "left": { - "type": "BinaryExpression", - "start": 847, - "end": 859, + "callee": { + "type": "Identifier", + "start": 1119, + "end": 1136, "loc": { "start": { - "line": 28, - "column": 23 + "line": 38, + "column": 20 }, "end": { - "line": 28, - "column": 35 - } - }, - "left": { - "type": "Identifier", - "start": 847, - "end": 854, - "loc": { - "start": { - "line": 28, - "column": 23 - }, - "end": { - "line": 28, - "column": 30 - }, - "identifierName": "seconds" + "line": 38, + "column": 37 }, - "name": "seconds" + "identifierName": "parseMilliseconds" }, - "operator": "/", - "right": { - "type": "NumericLiteral", - "start": 857, - "end": 859, + "name": "parseMilliseconds" + }, + "arguments": [ + { + "type": "BinaryExpression", + "start": 1137, + "end": 1149, "loc": { "start": { - "line": 28, - "column": 33 + "line": 38, + "column": 38 }, "end": { - "line": 28, - "column": 35 + "line": 38, + "column": 50 } }, - "extra": { - "rawValue": 60, - "raw": "60" - }, - "value": 60 - } - }, - "operator": "%", - "right": { - "type": "NumericLiteral", - "start": 862, - "end": 864, - "loc": { - "start": { - "line": 28, - "column": 38 + "left": { + "type": "Identifier", + "start": 1137, + "end": 1142, + "loc": { + "start": { + "line": 38, + "column": 38 + }, + "end": { + "line": 38, + "column": 43 + }, + "identifierName": "guide" + }, + "name": "guide" }, - "end": { - "line": 28, - "column": 40 + "operator": "*", + "right": { + "type": "NumericLiteral", + "start": 1145, + "end": 1149, + "loc": { + "start": { + "line": 38, + "column": 46 + }, + "end": { + "line": 38, + "column": 50 + } + }, + "extra": { + "rawValue": 1000, + "raw": "1000" + }, + "value": 1000 } - }, - "extra": { - "rawValue": 60, - "raw": "60" - }, - "value": 60 - } + } + ] } - ] + } } + ], + "directives": [] + }, + "alternate": null + }, + { + "type": "VariableDeclaration", + "start": 1162, + "end": 1198, + "loc": { + "start": { + "line": 40, + "column": 4 }, + "end": { + "line": 40, + "column": 40 + } + }, + "declarations": [ { "type": "VariableDeclarator", - "start": 875, - "end": 905, + "start": 1168, + "end": 1197, "loc": { "start": { - "line": 29, - "column": 8 + "line": 40, + "column": 10 }, "end": { - "line": 29, - "column": 38 + "line": 40, + "column": 39 } }, "id": { "type": "Identifier", - "start": 875, - "end": 876, + "start": 1168, + "end": 1170, "loc": { "start": { - "line": 29, - "column": 8 + "line": 40, + "column": 10 }, "end": { - "line": 29, - "column": 9 + "line": 40, + "column": 12 }, - "identifierName": "h" + "identifierName": "hr" }, - "name": "h" + "name": "hr" }, "init": { "type": "CallExpression", - "start": 879, - "end": 905, + "start": 1173, + "end": 1197, "loc": { "start": { - "line": 29, - "column": 12 + "line": 40, + "column": 15 }, "end": { - "line": 29, - "column": 38 + "line": 40, + "column": 39 } }, "callee": { - "type": "MemberExpression", - "start": 879, - "end": 889, + "type": "Identifier", + "start": 1173, + "end": 1180, "loc": { "start": { - "line": 29, - "column": 12 + "line": 40, + "column": 15 }, "end": { - "line": 29, + "line": 40, "column": 22 - } - }, - "object": { - "type": "Identifier", - "start": 879, - "end": 883, - "loc": { - "start": { - "line": 29, - "column": 12 - }, - "end": { - "line": 29, - "column": 16 - }, - "identifierName": "Math" - }, - "name": "Math" - }, - "property": { - "type": "Identifier", - "start": 884, - "end": 889, - "loc": { - "start": { - "line": 29, - "column": 17 - }, - "end": { - "line": 29, - "column": 22 - }, - "identifierName": "floor" }, - "name": "floor" + "identifierName": "addZero" }, - "computed": false + "name": "addZero" }, "arguments": [ { - "type": "BinaryExpression", - "start": 890, - "end": 904, + "type": "MemberExpression", + "start": 1181, + "end": 1196, "loc": { "start": { - "line": 29, + "line": 40, "column": 23 }, "end": { - "line": 29, - "column": 37 + "line": 40, + "column": 38 } }, - "left": { + "object": { "type": "Identifier", - "start": 890, - "end": 897, + "start": 1181, + "end": 1190, "loc": { "start": { - "line": 29, + "line": 40, "column": 23 }, "end": { - "line": 29, - "column": 30 + "line": 40, + "column": 32 }, - "identifierName": "seconds" + "identifierName": "inputTime" }, - "name": "seconds" + "name": "inputTime" }, - "operator": "/", - "right": { - "type": "NumericLiteral", - "start": 900, - "end": 904, + "property": { + "type": "Identifier", + "start": 1191, + "end": 1196, "loc": { "start": { - "line": 29, + "line": 40, "column": 33 }, "end": { - "line": 29, - "column": 37 - } - }, - "extra": { - "rawValue": 3600, - "raw": "3600" + "line": 40, + "column": 38 + }, + "identifierName": "hours" }, - "value": 3600 - } + "name": "hours" + }, + "computed": false } ] } + } + ], + "kind": "const" + }, + { + "type": "VariableDeclaration", + "start": 1203, + "end": 1242, + "loc": { + "start": { + "line": 41, + "column": 4 }, + "end": { + "line": 41, + "column": 43 + } + }, + "declarations": [ { "type": "VariableDeclarator", - "start": 915, - "end": 947, + "start": 1209, + "end": 1241, "loc": { "start": { - "line": 30, - "column": 8 + "line": 41, + "column": 10 }, "end": { - "line": 30, - "column": 40 + "line": 41, + "column": 42 } }, "id": { "type": "Identifier", - "start": 915, - "end": 917, + "start": 1209, + "end": 1212, "loc": { "start": { - "line": 30, - "column": 8 + "line": 41, + "column": 10 }, "end": { - "line": 30, - "column": 10 + "line": 41, + "column": 13 }, - "identifierName": "gm" + "identifierName": "min" }, - "name": "gm" + "name": "min" }, "init": { "type": "CallExpression", - "start": 920, - "end": 947, + "start": 1215, + "end": 1241, "loc": { "start": { - "line": 30, - "column": 13 + "line": 41, + "column": 16 }, "end": { - "line": 30, - "column": 40 + "line": 41, + "column": 42 } }, "callee": { - "type": "MemberExpression", - "start": 920, - "end": 930, + "type": "Identifier", + "start": 1215, + "end": 1222, "loc": { "start": { - "line": 30, - "column": 13 + "line": 41, + "column": 16 }, "end": { - "line": 30, + "line": 41, "column": 23 - } - }, - "object": { - "type": "Identifier", - "start": 920, - "end": 924, - "loc": { - "start": { - "line": 30, - "column": 13 - }, - "end": { - "line": 30, - "column": 17 - }, - "identifierName": "Math" - }, - "name": "Math" - }, - "property": { - "type": "Identifier", - "start": 925, - "end": 930, - "loc": { - "start": { - "line": 30, - "column": 18 - }, - "end": { - "line": 30, - "column": 23 - }, - "identifierName": "floor" }, - "name": "floor" + "identifierName": "addZero" }, - "computed": false + "name": "addZero" }, "arguments": [ { - "type": "BinaryExpression", - "start": 931, - "end": 946, + "type": "MemberExpression", + "start": 1223, + "end": 1240, "loc": { "start": { - "line": 30, + "line": 41, "column": 24 }, "end": { - "line": 30, - "column": 39 + "line": 41, + "column": 41 } }, - "left": { - "type": "BinaryExpression", - "start": 931, - "end": 941, + "object": { + "type": "Identifier", + "start": 1223, + "end": 1232, "loc": { "start": { - "line": 30, + "line": 41, "column": 24 }, "end": { - "line": 30, - "column": 34 - } - }, - "left": { - "type": "Identifier", - "start": 931, - "end": 936, - "loc": { - "start": { - "line": 30, - "column": 24 - }, - "end": { - "line": 30, - "column": 29 - }, - "identifierName": "guide" + "line": 41, + "column": 33 }, - "name": "guide" + "identifierName": "inputTime" }, - "operator": "/", - "right": { - "type": "NumericLiteral", - "start": 939, - "end": 941, - "loc": { - "start": { - "line": 30, - "column": 32 - }, - "end": { - "line": 30, - "column": 34 - } - }, - "extra": { - "rawValue": 60, - "raw": "60" - }, - "value": 60 - } + "name": "inputTime" }, - "operator": "%", - "right": { - "type": "NumericLiteral", - "start": 944, - "end": 946, + "property": { + "type": "Identifier", + "start": 1233, + "end": 1240, "loc": { "start": { - "line": 30, - "column": 37 + "line": 41, + "column": 34 }, "end": { - "line": 30, - "column": 39 - } - }, - "extra": { - "rawValue": 60, - "raw": "60" + "line": 41, + "column": 41 + }, + "identifierName": "minutes" }, - "value": 60 - } + "name": "minutes" + }, + "computed": false } ] } + } + ], + "kind": "const" + }, + { + "type": "VariableDeclaration", + "start": 1247, + "end": 1286, + "loc": { + "start": { + "line": 42, + "column": 4 }, + "end": { + "line": 42, + "column": 43 + } + }, + "declarations": [ { "type": "VariableDeclarator", - "start": 957, - "end": 986, + "start": 1253, + "end": 1285, "loc": { "start": { - "line": 31, - "column": 8 + "line": 42, + "column": 10 }, "end": { - "line": 31, - "column": 37 + "line": 42, + "column": 42 } }, "id": { "type": "Identifier", - "start": 957, - "end": 959, + "start": 1253, + "end": 1256, "loc": { "start": { - "line": 31, - "column": 8 + "line": 42, + "column": 10 }, "end": { - "line": 31, - "column": 10 + "line": 42, + "column": 13 }, - "identifierName": "gh" + "identifierName": "sec" }, - "name": "gh" + "name": "sec" }, "init": { "type": "CallExpression", - "start": 962, - "end": 986, + "start": 1259, + "end": 1285, "loc": { "start": { - "line": 31, - "column": 13 + "line": 42, + "column": 16 }, "end": { - "line": 31, - "column": 37 + "line": 42, + "column": 42 } }, "callee": { - "type": "MemberExpression", - "start": 962, - "end": 972, + "type": "Identifier", + "start": 1259, + "end": 1266, "loc": { "start": { - "line": 31, - "column": 13 + "line": 42, + "column": 16 }, "end": { - "line": 31, + "line": 42, "column": 23 - } - }, - "object": { - "type": "Identifier", - "start": 962, - "end": 966, - "loc": { - "start": { - "line": 31, - "column": 13 - }, - "end": { - "line": 31, - "column": 17 - }, - "identifierName": "Math" - }, - "name": "Math" - }, - "property": { - "type": "Identifier", - "start": 967, - "end": 972, - "loc": { - "start": { - "line": 31, - "column": 18 - }, - "end": { - "line": 31, - "column": 23 - }, - "identifierName": "floor" }, - "name": "floor" + "identifierName": "addZero" }, - "computed": false + "name": "addZero" }, "arguments": [ { - "type": "BinaryExpression", - "start": 973, - "end": 985, + "type": "MemberExpression", + "start": 1267, + "end": 1284, "loc": { "start": { - "line": 31, + "line": 42, "column": 24 }, "end": { - "line": 31, - "column": 36 + "line": 42, + "column": 41 } }, - "left": { + "object": { "type": "Identifier", - "start": 973, - "end": 978, + "start": 1267, + "end": 1276, "loc": { "start": { - "line": 31, + "line": 42, "column": 24 }, "end": { - "line": 31, - "column": 29 + "line": 42, + "column": 33 }, - "identifierName": "guide" + "identifierName": "inputTime" }, - "name": "guide" + "name": "inputTime" }, - "operator": "/", - "right": { - "type": "NumericLiteral", - "start": 981, - "end": 985, + "property": { + "type": "Identifier", + "start": 1277, + "end": 1284, "loc": { "start": { - "line": 31, - "column": 32 + "line": 42, + "column": 34 }, "end": { - "line": 31, - "column": 36 - } - }, - "extra": { - "rawValue": 3600, - "raw": "3600" + "line": 42, + "column": 41 + }, + "identifierName": "seconds" }, - "value": 3600 - } + "name": "seconds" + }, + "computed": false } ] } + } + ], + "kind": "const" + }, + { + "type": "VariableDeclaration", + "start": 1291, + "end": 1337, + "loc": { + "start": { + "line": 43, + "column": 4 }, + "end": { + "line": 43, + "column": 50 + } + }, + "declarations": [ { "type": "VariableDeclarator", - "start": 996, - "end": 1033, + "start": 1297, + "end": 1336, "loc": { "start": { - "line": 32, - "column": 8 + "line": 43, + "column": 10 }, "end": { - "line": 32, - "column": 45 + "line": 43, + "column": 49 } }, "id": { "type": "Identifier", - "start": 996, - "end": 998, + "start": 1297, + "end": 1299, "loc": { "start": { - "line": 32, - "column": 8 + "line": 43, + "column": 10 }, "end": { - "line": 32, - "column": 10 + "line": 43, + "column": 12 }, "identifierName": "ms" }, @@ -5156,666 +4553,775 @@ }, "init": { "type": "CallExpression", - "start": 1001, - "end": 1033, + "start": 1302, + "end": 1336, "loc": { "start": { - "line": 32, - "column": 13 + "line": 43, + "column": 15 }, "end": { - "line": 32, - "column": 45 + "line": 43, + "column": 49 } }, "callee": { - "type": "MemberExpression", - "start": 1001, - "end": 1011, + "type": "Identifier", + "start": 1302, + "end": 1309, "loc": { "start": { - "line": 32, - "column": 13 + "line": 43, + "column": 15 }, "end": { - "line": 32, - "column": 23 - } - }, - "object": { - "type": "Identifier", - "start": 1001, - "end": 1005, - "loc": { - "start": { - "line": 32, - "column": 13 - }, - "end": { - "line": 32, - "column": 17 - }, - "identifierName": "Math" - }, - "name": "Math" - }, - "property": { - "type": "Identifier", - "start": 1006, - "end": 1011, - "loc": { - "start": { - "line": 32, - "column": 18 - }, - "end": { - "line": 32, - "column": 23 - }, - "identifierName": "floor" + "line": 43, + "column": 22 }, - "name": "floor" + "identifierName": "addZero" }, - "computed": false + "name": "addZero" }, "arguments": [ { - "type": "BinaryExpression", - "start": 1012, - "end": 1032, + "type": "MemberExpression", + "start": 1310, + "end": 1332, "loc": { "start": { - "line": 32, - "column": 24 + "line": 43, + "column": 23 }, "end": { - "line": 32, - "column": 44 + "line": 43, + "column": 45 } }, - "left": { - "type": "BinaryExpression", - "start": 1013, - "end": 1024, + "object": { + "type": "Identifier", + "start": 1310, + "end": 1319, "loc": { "start": { - "line": 32, - "column": 25 + "line": 43, + "column": 23 }, "end": { - "line": 32, - "column": 36 - } - }, - "left": { - "type": "Identifier", - "start": 1013, - "end": 1020, - "loc": { - "start": { - "line": 32, - "column": 25 - }, - "end": { - "line": 32, - "column": 32 - }, - "identifierName": "seconds" - }, - "name": "seconds" - }, - "operator": "-", - "right": { - "type": "Identifier", - "start": 1023, - "end": 1024, - "loc": { - "start": { - "line": 32, - "column": 35 - }, - "end": { - "line": 32, - "column": 36 - }, - "identifierName": "s" + "line": 43, + "column": 32 }, - "name": "s" + "identifierName": "inputTime" }, - "extra": { - "parenthesized": true, - "parenStart": 1012 - } + "name": "inputTime" }, - "operator": "*", - "right": { - "type": "NumericLiteral", - "start": 1028, - "end": 1032, + "property": { + "type": "Identifier", + "start": 1320, + "end": 1332, "loc": { "start": { - "line": 32, - "column": 40 + "line": 43, + "column": 33 }, "end": { - "line": 32, - "column": 44 - } + "line": 43, + "column": 45 + }, + "identifierName": "milliseconds" }, - "extra": { - "rawValue": 1000, - "raw": "1000" + "name": "milliseconds" + }, + "computed": false + }, + { + "type": "NumericLiteral", + "start": 1334, + "end": 1335, + "loc": { + "start": { + "line": 43, + "column": 47 }, - "value": 1000 - } - } + "end": { + "line": 43, + "column": 48 + } + }, + "extra": { + "rawValue": 3, + "raw": "3" + }, + "value": 3 + } ] } } ], - "kind": "let", - "trailingComments": [ - { - "type": "CommentLine", - "value": " handle invalid times", - "start": 1040, - "end": 1063, - "loc": { - "start": { - "line": 34, - "column": 4 - }, - "end": { - "line": 34, - "column": 27 - } - } - } - ] + "kind": "const" }, { "type": "IfStatement", - "start": 1068, - "end": 1314, + "start": 1343, + "end": 1486, "loc": { "start": { - "line": 35, + "line": 45, "column": 4 }, "end": { - "line": 40, + "line": 48, "column": 5 } }, "test": { "type": "LogicalExpression", - "start": 1072, - "end": 1110, + "start": 1347, + "end": 1387, "loc": { "start": { - "line": 35, + "line": 45, "column": 8 }, "end": { - "line": 35, - "column": 46 + "line": 45, + "column": 48 } }, "left": { - "type": "CallExpression", - "start": 1072, - "end": 1086, + "type": "BinaryExpression", + "start": 1347, + "end": 1365, "loc": { "start": { - "line": 35, + "line": 45, "column": 8 }, "end": { - "line": 35, - "column": 22 + "line": 45, + "column": 26 } }, - "callee": { - "type": "Identifier", - "start": 1072, - "end": 1077, + "left": { + "type": "MemberExpression", + "start": 1347, + "end": 1361, "loc": { "start": { - "line": 35, + "line": 45, "column": 8 }, "end": { - "line": 35, - "column": 13 + "line": 45, + "column": 22 + } + }, + "object": { + "type": "Identifier", + "start": 1347, + "end": 1356, + "loc": { + "start": { + "line": 45, + "column": 8 + }, + "end": { + "line": 45, + "column": 17 + }, + "identifierName": "inputTime" }, - "identifierName": "isNaN" + "name": "inputTime" }, - "name": "isNaN", - "leadingComments": null - }, - "arguments": [ - { + "property": { "type": "Identifier", - "start": 1078, - "end": 1085, + "start": 1357, + "end": 1361, "loc": { "start": { - "line": 35, - "column": 14 + "line": 45, + "column": 18 }, "end": { - "line": 35, - "column": 21 + "line": 45, + "column": 22 }, - "identifierName": "seconds" + "identifierName": "days" }, - "name": "seconds" - } - ], - "leadingComments": null + "name": "days" + }, + "computed": false + }, + "operator": ">", + "right": { + "type": "NumericLiteral", + "start": 1364, + "end": 1365, + "loc": { + "start": { + "line": 45, + "column": 25 + }, + "end": { + "line": 45, + "column": 26 + } + }, + "extra": { + "rawValue": 0, + "raw": "0" + }, + "value": 0 + } }, "operator": "||", "right": { "type": "BinaryExpression", - "start": 1090, - "end": 1110, + "start": 1369, + "end": 1387, "loc": { "start": { - "line": 35, - "column": 26 + "line": 45, + "column": 30 }, "end": { - "line": 35, - "column": 46 + "line": 45, + "column": 48 } }, "left": { - "type": "Identifier", - "start": 1090, - "end": 1097, + "type": "MemberExpression", + "start": 1369, + "end": 1383, "loc": { "start": { - "line": 35, - "column": 26 + "line": 45, + "column": 30 }, "end": { - "line": 35, - "column": 33 + "line": 45, + "column": 44 + } + }, + "object": { + "type": "Identifier", + "start": 1369, + "end": 1378, + "loc": { + "start": { + "line": 45, + "column": 30 + }, + "end": { + "line": 45, + "column": 39 + }, + "identifierName": "guideTime" }, - "identifierName": "seconds" + "name": "guideTime" }, - "name": "seconds" + "property": { + "type": "Identifier", + "start": 1379, + "end": 1383, + "loc": { + "start": { + "line": 45, + "column": 40 + }, + "end": { + "line": 45, + "column": 44 + }, + "identifierName": "days" + }, + "name": "days" + }, + "computed": false }, - "operator": "===", + "operator": ">", "right": { - "type": "Identifier", - "start": 1102, - "end": 1110, + "type": "NumericLiteral", + "start": 1386, + "end": 1387, "loc": { "start": { - "line": 35, - "column": 38 + "line": 45, + "column": 47 }, "end": { - "line": 35, - "column": 46 - }, - "identifierName": "Infinity" + "line": 45, + "column": 48 + } }, - "name": "Infinity" + "extra": { + "rawValue": 0, + "raw": "0" + }, + "value": 0 } - }, - "leadingComments": null + } }, "consequent": { "type": "BlockStatement", - "start": 1112, - "end": 1314, + "start": 1389, + "end": 1486, "loc": { "start": { - "line": 35, - "column": 48 + "line": 45, + "column": 50 }, "end": { - "line": 40, + "line": 48, "column": 5 } }, "body": [ { - "type": "ExpressionStatement", - "start": 1287, - "end": 1308, + "type": "VariableDeclaration", + "start": 1399, + "end": 1435, "loc": { "start": { - "line": 39, + "line": 46, "column": 8 }, "end": { - "line": 39, - "column": 29 + "line": 46, + "column": 44 } }, - "expression": { - "type": "AssignmentExpression", - "start": 1287, - "end": 1307, - "loc": { - "start": { - "line": 39, - "column": 8 - }, - "end": { - "line": 39, - "column": 28 - } - }, - "operator": "=", - "left": { - "type": "Identifier", - "start": 1287, - "end": 1288, - "loc": { - "start": { - "line": 39, - "column": 8 - }, - "end": { - "line": 39, - "column": 9 - }, - "identifierName": "h" - }, - "name": "h", - "leadingComments": null - }, - "right": { - "type": "AssignmentExpression", - "start": 1291, - "end": 1307, + "declarations": [ + { + "type": "VariableDeclarator", + "start": 1405, + "end": 1434, "loc": { "start": { - "line": 39, - "column": 12 + "line": 46, + "column": 14 }, "end": { - "line": 39, - "column": 28 + "line": 46, + "column": 43 } }, - "operator": "=", - "left": { + "id": { "type": "Identifier", - "start": 1291, - "end": 1292, + "start": 1405, + "end": 1408, "loc": { "start": { - "line": 39, - "column": 12 + "line": 46, + "column": 14 }, "end": { - "line": 39, - "column": 13 + "line": 46, + "column": 17 }, - "identifierName": "m" + "identifierName": "day" }, - "name": "m" + "name": "day" }, - "right": { - "type": "AssignmentExpression", - "start": 1295, - "end": 1307, + "init": { + "type": "CallExpression", + "start": 1411, + "end": 1434, "loc": { "start": { - "line": 39, - "column": 16 + "line": 46, + "column": 20 }, "end": { - "line": 39, - "column": 28 + "line": 46, + "column": 43 } }, - "operator": "=", - "left": { + "callee": { "type": "Identifier", - "start": 1295, - "end": 1296, + "start": 1411, + "end": 1418, "loc": { "start": { - "line": 39, - "column": 16 + "line": 46, + "column": 20 }, "end": { - "line": 39, - "column": 17 + "line": 46, + "column": 27 }, - "identifierName": "s" + "identifierName": "addZero" }, - "name": "s" + "name": "addZero" }, - "right": { - "type": "AssignmentExpression", - "start": 1299, - "end": 1307, - "loc": { - "start": { - "line": 39, - "column": 20 - }, - "end": { - "line": 39, - "column": 28 - } - }, - "operator": "=", - "left": { - "type": "Identifier", - "start": 1299, - "end": 1301, + "arguments": [ + { + "type": "MemberExpression", + "start": 1419, + "end": 1433, "loc": { "start": { - "line": 39, - "column": 20 + "line": 46, + "column": 28 }, "end": { - "line": 39, - "column": 22 - }, - "identifierName": "ms" + "line": 46, + "column": 42 + } }, - "name": "ms" - }, - "right": { - "type": "StringLiteral", - "start": 1304, - "end": 1307, - "loc": { - "start": { - "line": 39, - "column": 25 + "object": { + "type": "Identifier", + "start": 1419, + "end": 1428, + "loc": { + "start": { + "line": 46, + "column": 28 + }, + "end": { + "line": 46, + "column": 37 + }, + "identifierName": "inputTime" }, - "end": { - "line": 39, - "column": 28 - } + "name": "inputTime" }, - "extra": { - "rawValue": "-", - "raw": "'-'" + "property": { + "type": "Identifier", + "start": 1429, + "end": 1433, + "loc": { + "start": { + "line": 46, + "column": 38 + }, + "end": { + "line": 46, + "column": 42 + }, + "identifierName": "days" + }, + "name": "days" }, - "value": "-" + "computed": false } - } + ] } + } + ], + "kind": "const" + }, + { + "type": "ReturnStatement", + "start": 1444, + "end": 1480, + "loc": { + "start": { + "line": 47, + "column": 8 }, - "leadingComments": null + "end": { + "line": 47, + "column": 44 + } }, - "leadingComments": [ - { - "type": "CommentLine", - "value": " '-' is false for all relational operators (e.g. <, >=) so this", - "start": 1122, - "end": 1187, - "loc": { - "start": { - "line": 36, - "column": 8 - }, - "end": { - "line": 36, - "column": 73 - } - } - }, - { - "type": "CommentLine", - "value": " setting will add the minimum number of fields specified by the", - "start": 1196, - "end": 1261, - "loc": { - "start": { - "line": 37, - "column": 8 - }, - "end": { - "line": 37, - "column": 73 - } + "argument": { + "type": "TemplateLiteral", + "start": 1451, + "end": 1479, + "loc": { + "start": { + "line": 47, + "column": 15 + }, + "end": { + "line": 47, + "column": 43 } }, - { - "type": "CommentLine", - "value": " guide", - "start": 1270, - "end": 1278, - "loc": { - "start": { - "line": 38, - "column": 8 + "expressions": [ + { + "type": "Identifier", + "start": 1454, + "end": 1457, + "loc": { + "start": { + "line": 47, + "column": 18 + }, + "end": { + "line": 47, + "column": 21 + }, + "identifierName": "day" }, - "end": { - "line": 38, - "column": 16 - } + "name": "day" + }, + { + "type": "Identifier", + "start": 1461, + "end": 1463, + "loc": { + "start": { + "line": 47, + "column": 25 + }, + "end": { + "line": 47, + "column": 27 + }, + "identifierName": "hr" + }, + "name": "hr" + }, + { + "type": "Identifier", + "start": 1467, + "end": 1470, + "loc": { + "start": { + "line": 47, + "column": 31 + }, + "end": { + "line": 47, + "column": 34 + }, + "identifierName": "min" + }, + "name": "min" + }, + { + "type": "Identifier", + "start": 1474, + "end": 1477, + "loc": { + "start": { + "line": 47, + "column": 38 + }, + "end": { + "line": 47, + "column": 41 + }, + "identifierName": "sec" + }, + "name": "sec" } - } - ] + ], + "quasis": [ + { + "type": "TemplateElement", + "start": 1452, + "end": 1452, + "loc": { + "start": { + "line": 47, + "column": 16 + }, + "end": { + "line": 47, + "column": 16 + } + }, + "value": { + "raw": "", + "cooked": "" + }, + "tail": false + }, + { + "type": "TemplateElement", + "start": 1458, + "end": 1459, + "loc": { + "start": { + "line": 47, + "column": 22 + }, + "end": { + "line": 47, + "column": 23 + } + }, + "value": { + "raw": ":", + "cooked": ":" + }, + "tail": false + }, + { + "type": "TemplateElement", + "start": 1464, + "end": 1465, + "loc": { + "start": { + "line": 47, + "column": 28 + }, + "end": { + "line": 47, + "column": 29 + } + }, + "value": { + "raw": ":", + "cooked": ":" + }, + "tail": false + }, + { + "type": "TemplateElement", + "start": 1471, + "end": 1472, + "loc": { + "start": { + "line": 47, + "column": 35 + }, + "end": { + "line": 47, + "column": 36 + } + }, + "value": { + "raw": ":", + "cooked": ":" + }, + "tail": false + }, + { + "type": "TemplateElement", + "start": 1478, + "end": 1478, + "loc": { + "start": { + "line": 47, + "column": 42 + }, + "end": { + "line": 47, + "column": 42 + } + }, + "value": { + "raw": "", + "cooked": "" + }, + "tail": true + } + ] + } } ], - "directives": [], - "trailingComments": null + "directives": [] }, - "alternate": null, - "leadingComments": [ - { - "type": "CommentLine", - "value": " handle invalid times", - "start": 1040, - "end": 1063, - "loc": { - "start": { - "line": 34, - "column": 4 - }, - "end": { - "line": 34, - "column": 27 - } - } - } - ], - "trailingComments": [ - { - "type": "CommentLine", - "value": " Check if we need to show milliseconds", - "start": 1320, - "end": 1360, - "loc": { - "start": { - "line": 42, - "column": 4 - }, - "end": { - "line": 42, - "column": 44 - } - } - } - ] + "alternate": null }, { "type": "IfStatement", - "start": 1365, - "end": 1623, + "start": 1491, + "end": 1584, "loc": { "start": { - "line": 43, + "line": 49, "column": 4 }, "end": { - "line": 54, + "line": 51, "column": 5 } }, "test": { "type": "LogicalExpression", - "start": 1369, - "end": 1402, + "start": 1495, + "end": 1537, "loc": { "start": { - "line": 43, + "line": 49, "column": 8 }, "end": { - "line": 43, - "column": 41 + "line": 49, + "column": 50 } }, "left": { "type": "BinaryExpression", - "start": 1369, - "end": 1378, + "start": 1495, + "end": 1514, "loc": { "start": { - "line": 43, + "line": 49, "column": 8 }, "end": { - "line": 43, - "column": 17 + "line": 49, + "column": 27 } }, "left": { - "type": "Identifier", - "start": 1369, - "end": 1374, + "type": "MemberExpression", + "start": 1495, + "end": 1510, "loc": { "start": { - "line": 43, + "line": 49, "column": 8 }, "end": { - "line": 43, - "column": 13 + "line": 49, + "column": 23 + } + }, + "object": { + "type": "Identifier", + "start": 1495, + "end": 1504, + "loc": { + "start": { + "line": 49, + "column": 8 + }, + "end": { + "line": 49, + "column": 17 + }, + "identifierName": "inputTime" + }, + "name": "inputTime" + }, + "property": { + "type": "Identifier", + "start": 1505, + "end": 1510, + "loc": { + "start": { + "line": 49, + "column": 18 + }, + "end": { + "line": 49, + "column": 23 + }, + "identifierName": "hours" }, - "identifierName": "guide" + "name": "hours" }, - "name": "guide", - "leadingComments": null + "computed": false }, "operator": ">", "right": { "type": "NumericLiteral", - "start": 1377, - "end": 1378, + "start": 1513, + "end": 1514, "loc": { "start": { - "line": 43, - "column": 16 + "line": 49, + "column": 26 }, "end": { - "line": 43, - "column": 17 + "line": 49, + "column": 27 } }, "extra": { @@ -5823,582 +5329,320 @@ "raw": "0" }, "value": 0 - }, - "leadingComments": null + } }, - "operator": "&&", + "operator": "||", "right": { "type": "BinaryExpression", - "start": 1382, - "end": 1402, + "start": 1518, + "end": 1537, "loc": { "start": { - "line": 43, - "column": 21 + "line": 49, + "column": 31 }, "end": { - "line": 43, - "column": 41 + "line": 49, + "column": 50 } }, "left": { - "type": "Identifier", - "start": 1382, - "end": 1387, + "type": "MemberExpression", + "start": 1518, + "end": 1533, "loc": { "start": { - "line": 43, - "column": 21 + "line": 49, + "column": 31 }, "end": { - "line": 43, - "column": 26 + "line": 49, + "column": 46 + } + }, + "object": { + "type": "Identifier", + "start": 1518, + "end": 1527, + "loc": { + "start": { + "line": 49, + "column": 31 + }, + "end": { + "line": 49, + "column": 40 + }, + "identifierName": "guideTime" + }, + "name": "guideTime" + }, + "property": { + "type": "Identifier", + "start": 1528, + "end": 1533, + "loc": { + "start": { + "line": 49, + "column": 41 + }, + "end": { + "line": 49, + "column": 46 + }, + "identifierName": "hours" }, - "identifierName": "guide" + "name": "hours" }, - "name": "guide" + "computed": false }, - "operator": "<", + "operator": ">", "right": { - "type": "Identifier", - "start": 1390, - "end": 1402, + "type": "NumericLiteral", + "start": 1536, + "end": 1537, "loc": { "start": { - "line": 43, - "column": 29 + "line": 49, + "column": 49 }, "end": { - "line": 43, - "column": 41 - }, - "identifierName": "msDisplayMax" + "line": 49, + "column": 50 + } + }, + "extra": { + "rawValue": 0, + "raw": "0" }, - "name": "msDisplayMax" + "value": 0 } - }, - "leadingComments": null + } }, "consequent": { "type": "BlockStatement", - "start": 1404, - "end": 1593, + "start": 1539, + "end": 1584, "loc": { "start": { - "line": 43, - "column": 43 + "line": 49, + "column": 52 }, "end": { - "line": 52, + "line": 51, "column": 5 } }, "body": [ { - "type": "IfStatement", - "start": 1414, - "end": 1564, + "type": "ReturnStatement", + "start": 1549, + "end": 1578, "loc": { "start": { - "line": 44, + "line": 50, "column": 8 }, "end": { "line": 50, - "column": 9 - } - }, - "test": { - "type": "BinaryExpression", - "start": 1418, - "end": 1426, - "loc": { - "start": { - "line": 44, - "column": 12 - }, - "end": { - "line": 44, - "column": 20 - } - }, - "left": { - "type": "Identifier", - "start": 1418, - "end": 1420, - "loc": { - "start": { - "line": 44, - "column": 12 - }, - "end": { - "line": 44, - "column": 14 - }, - "identifierName": "ms" - }, - "name": "ms" - }, - "operator": "<", - "right": { - "type": "NumericLiteral", - "start": 1423, - "end": 1426, - "loc": { - "start": { - "line": 44, - "column": 17 - }, - "end": { - "line": 44, - "column": 20 - } - }, - "extra": { - "rawValue": 100, - "raw": "100" - }, - "value": 100 + "column": 37 } }, - "consequent": { - "type": "BlockStatement", - "start": 1428, - "end": 1564, + "argument": { + "type": "TemplateLiteral", + "start": 1556, + "end": 1577, "loc": { "start": { - "line": 44, - "column": 22 + "line": 50, + "column": 15 }, "end": { "line": 50, - "column": 9 + "column": 36 } }, - "body": [ + "expressions": [ { - "type": "IfStatement", - "start": 1442, - "end": 1554, + "type": "Identifier", + "start": 1559, + "end": 1561, "loc": { "start": { - "line": 45, - "column": 12 + "line": 50, + "column": 18 }, "end": { - "line": 49, - "column": 13 - } + "line": 50, + "column": 20 + }, + "identifierName": "hr" }, - "test": { - "type": "BinaryExpression", - "start": 1446, - "end": 1453, - "loc": { - "start": { - "line": 45, - "column": 16 - }, - "end": { - "line": 45, - "column": 23 - } + "name": "hr" + }, + { + "type": "Identifier", + "start": 1565, + "end": 1568, + "loc": { + "start": { + "line": 50, + "column": 24 }, - "left": { - "type": "Identifier", - "start": 1446, - "end": 1448, - "loc": { - "start": { - "line": 45, - "column": 16 - }, - "end": { - "line": 45, - "column": 18 - }, - "identifierName": "ms" - }, - "name": "ms" + "end": { + "line": 50, + "column": 27 }, - "operator": "<", - "right": { - "type": "NumericLiteral", - "start": 1451, - "end": 1453, - "loc": { - "start": { - "line": 45, - "column": 21 - }, - "end": { - "line": 45, - "column": 23 - } - }, - "extra": { - "rawValue": 10, - "raw": "10" - }, - "value": 10 - } + "identifierName": "min" }, - "consequent": { - "type": "BlockStatement", - "start": 1455, - "end": 1502, - "loc": { - "start": { - "line": 45, - "column": 25 - }, - "end": { - "line": 47, - "column": 13 - } + "name": "min" + }, + { + "type": "Identifier", + "start": 1572, + "end": 1575, + "loc": { + "start": { + "line": 50, + "column": 31 }, - "body": [ - { - "type": "ExpressionStatement", - "start": 1473, - "end": 1488, - "loc": { - "start": { - "line": 46, - "column": 16 - }, - "end": { - "line": 46, - "column": 31 - } - }, - "expression": { - "type": "AssignmentExpression", - "start": 1473, - "end": 1487, - "loc": { - "start": { - "line": 46, - "column": 16 - }, - "end": { - "line": 46, - "column": 30 - } - }, - "operator": "=", - "left": { - "type": "Identifier", - "start": 1473, - "end": 1475, - "loc": { - "start": { - "line": 46, - "column": 16 - }, - "end": { - "line": 46, - "column": 18 - }, - "identifierName": "ms" - }, - "name": "ms" - }, - "right": { - "type": "BinaryExpression", - "start": 1478, - "end": 1487, - "loc": { - "start": { - "line": 46, - "column": 21 - }, - "end": { - "line": 46, - "column": 30 - } - }, - "left": { - "type": "StringLiteral", - "start": 1478, - "end": 1482, - "loc": { - "start": { - "line": 46, - "column": 21 - }, - "end": { - "line": 46, - "column": 25 - } - }, - "extra": { - "rawValue": "00", - "raw": "'00'" - }, - "value": "00" - }, - "operator": "+", - "right": { - "type": "Identifier", - "start": 1485, - "end": 1487, - "loc": { - "start": { - "line": 46, - "column": 28 - }, - "end": { - "line": 46, - "column": 30 - }, - "identifierName": "ms" - }, - "name": "ms" - } - } - } - } - ], - "directives": [] - }, - "alternate": { - "type": "BlockStatement", - "start": 1508, - "end": 1554, - "loc": { - "start": { - "line": 47, - "column": 19 - }, - "end": { - "line": 49, - "column": 13 - } + "end": { + "line": 50, + "column": 34 }, - "body": [ - { - "type": "ExpressionStatement", - "start": 1526, - "end": 1540, - "loc": { - "start": { - "line": 48, - "column": 16 - }, - "end": { - "line": 48, - "column": 30 - } - }, - "expression": { - "type": "AssignmentExpression", - "start": 1526, - "end": 1539, - "loc": { - "start": { - "line": 48, - "column": 16 - }, - "end": { - "line": 48, - "column": 29 - } - }, - "operator": "=", - "left": { - "type": "Identifier", - "start": 1526, - "end": 1528, - "loc": { - "start": { - "line": 48, - "column": 16 - }, - "end": { - "line": 48, - "column": 18 - }, - "identifierName": "ms" - }, - "name": "ms" - }, - "right": { - "type": "BinaryExpression", - "start": 1531, - "end": 1539, - "loc": { - "start": { - "line": 48, - "column": 21 - }, - "end": { - "line": 48, - "column": 29 - } - }, - "left": { - "type": "StringLiteral", - "start": 1531, - "end": 1534, - "loc": { - "start": { - "line": 48, - "column": 21 - }, - "end": { - "line": 48, - "column": 24 - } - }, - "extra": { - "rawValue": "0", - "raw": "'0'" - }, - "value": "0" - }, - "operator": "+", - "right": { - "type": "Identifier", - "start": 1537, - "end": 1539, - "loc": { - "start": { - "line": 48, - "column": 27 - }, - "end": { - "line": 48, - "column": 29 - }, - "identifierName": "ms" - }, - "name": "ms" - } - } - } - } - ], - "directives": [] - } + "identifierName": "sec" + }, + "name": "sec" } ], - "directives": [] - }, - "alternate": null - }, - { - "type": "ExpressionStatement", - "start": 1573, - "end": 1587, - "loc": { - "start": { - "line": 51, - "column": 8 - }, - "end": { - "line": 51, - "column": 22 - } - }, - "expression": { - "type": "AssignmentExpression", - "start": 1573, - "end": 1586, - "loc": { - "start": { - "line": 51, - "column": 8 - }, - "end": { - "line": 51, - "column": 21 - } - }, - "operator": "=", - "left": { - "type": "Identifier", - "start": 1573, - "end": 1575, - "loc": { - "start": { - "line": 51, - "column": 8 + "quasis": [ + { + "type": "TemplateElement", + "start": 1557, + "end": 1557, + "loc": { + "start": { + "line": 50, + "column": 16 + }, + "end": { + "line": 50, + "column": 16 + } }, - "end": { - "line": 51, - "column": 10 + "value": { + "raw": "", + "cooked": "" }, - "identifierName": "ms" + "tail": false }, - "name": "ms" - }, - "right": { - "type": "BinaryExpression", - "start": 1578, - "end": 1586, - "loc": { - "start": { - "line": 51, - "column": 13 + { + "type": "TemplateElement", + "start": 1562, + "end": 1563, + "loc": { + "start": { + "line": 50, + "column": 21 + }, + "end": { + "line": 50, + "column": 22 + } }, - "end": { - "line": 51, - "column": 21 - } + "value": { + "raw": ":", + "cooked": ":" + }, + "tail": false }, - "left": { - "type": "StringLiteral", - "start": 1578, - "end": 1581, + { + "type": "TemplateElement", + "start": 1569, + "end": 1570, "loc": { "start": { - "line": 51, - "column": 13 + "line": 50, + "column": 28 }, "end": { - "line": 51, - "column": 16 + "line": 50, + "column": 29 } }, - "extra": { - "rawValue": ":", - "raw": "':'" + "value": { + "raw": ":", + "cooked": ":" }, - "value": ":" + "tail": false }, - "operator": "+", - "right": { - "type": "Identifier", - "start": 1584, - "end": 1586, + { + "type": "TemplateElement", + "start": 1576, + "end": 1576, "loc": { "start": { - "line": 51, - "column": 19 + "line": 50, + "column": 35 }, "end": { - "line": 51, - "column": 21 - }, - "identifierName": "ms" + "line": 50, + "column": 35 + } }, - "name": "ms" + "value": { + "raw": "", + "cooked": "" + }, + "tail": true } - } + ] } } ], "directives": [] }, - "alternate": { + "alternate": null + }, + { + "type": "IfStatement", + "start": 1589, + "end": 1659, + "loc": { + "start": { + "line": 52, + "column": 4 + }, + "end": { + "line": 54, + "column": 5 + } + }, + "test": { + "type": "Identifier", + "start": 1593, + "end": 1612, + "loc": { + "start": { + "line": 52, + "column": 8 + }, + "end": { + "line": 52, + "column": 27 + }, + "identifierName": "displayMilliseconds" + }, + "name": "displayMilliseconds" + }, + "consequent": { "type": "BlockStatement", - "start": 1599, - "end": 1623, + "start": 1614, + "end": 1659, "loc": { "start": { "line": 52, - "column": 11 + "column": 29 }, "end": { "line": 54, @@ -6407,9 +5651,9 @@ }, "body": [ { - "type": "ExpressionStatement", - "start": 1609, - "end": 1617, + "type": "ReturnStatement", + "start": 1624, + "end": 1653, "loc": { "start": { "line": 53, @@ -6417,1897 +5661,451 @@ }, "end": { "line": 53, - "column": 16 + "column": 37 } }, - "expression": { - "type": "AssignmentExpression", - "start": 1609, - "end": 1616, + "argument": { + "type": "TemplateLiteral", + "start": 1631, + "end": 1652, "loc": { "start": { "line": 53, - "column": 8 + "column": 15 }, "end": { "line": 53, - "column": 15 + "column": 36 } }, - "operator": "=", - "left": { - "type": "Identifier", - "start": 1609, - "end": 1611, - "loc": { - "start": { - "line": 53, - "column": 8 - }, - "end": { - "line": 53, - "column": 10 + "expressions": [ + { + "type": "Identifier", + "start": 1634, + "end": 1637, + "loc": { + "start": { + "line": 53, + "column": 18 + }, + "end": { + "line": 53, + "column": 21 + }, + "identifierName": "min" }, - "identifierName": "ms" + "name": "min" }, - "name": "ms" - }, - "right": { - "type": "StringLiteral", - "start": 1614, - "end": 1616, - "loc": { - "start": { - "line": 53, - "column": 13 + { + "type": "Identifier", + "start": 1641, + "end": 1644, + "loc": { + "start": { + "line": 53, + "column": 25 + }, + "end": { + "line": 53, + "column": 28 + }, + "identifierName": "sec" }, - "end": { - "line": 53, - "column": 15 - } + "name": "sec" }, - "extra": { - "rawValue": "", - "raw": "''" + { + "type": "Identifier", + "start": 1648, + "end": 1650, + "loc": { + "start": { + "line": 53, + "column": 32 + }, + "end": { + "line": 53, + "column": 34 + }, + "identifierName": "ms" + }, + "name": "ms" + } + ], + "quasis": [ + { + "type": "TemplateElement", + "start": 1632, + "end": 1632, + "loc": { + "start": { + "line": 53, + "column": 16 + }, + "end": { + "line": 53, + "column": 16 + } + }, + "value": { + "raw": "", + "cooked": "" + }, + "tail": false }, - "value": "" - } + { + "type": "TemplateElement", + "start": 1638, + "end": 1639, + "loc": { + "start": { + "line": 53, + "column": 22 + }, + "end": { + "line": 53, + "column": 23 + } + }, + "value": { + "raw": ":", + "cooked": ":" + }, + "tail": false + }, + { + "type": "TemplateElement", + "start": 1645, + "end": 1646, + "loc": { + "start": { + "line": 53, + "column": 29 + }, + "end": { + "line": 53, + "column": 30 + } + }, + "value": { + "raw": ":", + "cooked": ":" + }, + "tail": false + }, + { + "type": "TemplateElement", + "start": 1651, + "end": 1651, + "loc": { + "start": { + "line": 53, + "column": 35 + }, + "end": { + "line": 53, + "column": 35 + } + }, + "value": { + "raw": "", + "cooked": "" + }, + "tail": true + } + ] } } ], - "directives": [], - "trailingComments": null + "directives": [] }, - "leadingComments": [ - { - "type": "CommentLine", - "value": " Check if we need to show milliseconds", - "start": 1320, - "end": 1360, - "loc": { - "start": { - "line": 42, - "column": 4 - }, - "end": { - "line": 42, - "column": 44 - } - } - } - ], - "trailingComments": [ - { - "type": "CommentLine", - "value": " Check if we need to show hours", - "start": 1629, - "end": 1662, - "loc": { - "start": { - "line": 56, - "column": 4 - }, - "end": { - "line": 56, - "column": 37 - } - } - } - ] + "alternate": null }, { - "type": "ExpressionStatement", - "start": 1667, - "end": 1704, + "type": "ReturnStatement", + "start": 1665, + "end": 1688, "loc": { "start": { - "line": 57, + "line": 56, "column": 4 }, "end": { - "line": 57, - "column": 41 + "line": 56, + "column": 27 } }, - "expression": { - "type": "AssignmentExpression", - "start": 1667, - "end": 1703, + "argument": { + "type": "TemplateLiteral", + "start": 1672, + "end": 1687, "loc": { "start": { - "line": 57, - "column": 4 + "line": 56, + "column": 11 }, "end": { - "line": 57, - "column": 40 + "line": 56, + "column": 26 } }, - "operator": "=", - "left": { - "type": "Identifier", - "start": 1667, - "end": 1668, - "loc": { - "start": { - "line": 57, - "column": 4 - }, - "end": { - "line": 57, - "column": 5 - }, - "identifierName": "h" - }, - "name": "h", - "leadingComments": null - }, - "right": { - "type": "ConditionalExpression", - "start": 1671, - "end": 1703, - "loc": { - "start": { - "line": 57, - "column": 8 + "expressions": [ + { + "type": "Identifier", + "start": 1675, + "end": 1678, + "loc": { + "start": { + "line": 56, + "column": 14 + }, + "end": { + "line": 56, + "column": 17 + }, + "identifierName": "min" }, - "end": { - "line": 57, - "column": 40 - } + "name": "min" }, - "test": { - "type": "LogicalExpression", - "start": 1672, - "end": 1687, + { + "type": "Identifier", + "start": 1682, + "end": 1685, "loc": { "start": { - "line": 57, - "column": 9 + "line": 56, + "column": 21 }, "end": { - "line": 57, + "line": 56, "column": 24 - } - }, - "left": { - "type": "BinaryExpression", - "start": 1672, - "end": 1677, - "loc": { - "start": { - "line": 57, - "column": 9 - }, - "end": { - "line": 57, - "column": 14 - } - }, - "left": { - "type": "Identifier", - "start": 1672, - "end": 1673, - "loc": { - "start": { - "line": 57, - "column": 9 - }, - "end": { - "line": 57, - "column": 10 - }, - "identifierName": "h" - }, - "name": "h" }, - "operator": ">", - "right": { - "type": "NumericLiteral", - "start": 1676, - "end": 1677, - "loc": { - "start": { - "line": 57, - "column": 13 - }, - "end": { - "line": 57, - "column": 14 - } - }, - "extra": { - "rawValue": 0, - "raw": "0" - }, - "value": 0 - } + "identifierName": "sec" }, - "operator": "||", - "right": { - "type": "BinaryExpression", - "start": 1681, - "end": 1687, - "loc": { - "start": { - "line": 57, - "column": 18 - }, - "end": { - "line": 57, - "column": 24 - } - }, - "left": { - "type": "Identifier", - "start": 1681, - "end": 1683, - "loc": { - "start": { - "line": 57, - "column": 18 - }, - "end": { - "line": 57, - "column": 20 - }, - "identifierName": "gh" - }, - "name": "gh" + "name": "sec" + } + ], + "quasis": [ + { + "type": "TemplateElement", + "start": 1673, + "end": 1673, + "loc": { + "start": { + "line": 56, + "column": 12 }, - "operator": ">", - "right": { - "type": "NumericLiteral", - "start": 1686, - "end": 1687, - "loc": { - "start": { - "line": 57, - "column": 23 - }, - "end": { - "line": 57, - "column": 24 - } - }, - "extra": { - "rawValue": 0, - "raw": "0" - }, - "value": 0 + "end": { + "line": 56, + "column": 12 } }, - "extra": { - "parenthesized": true, - "parenStart": 1671 - } + "value": { + "raw": "", + "cooked": "" + }, + "tail": false }, - "consequent": { - "type": "BinaryExpression", - "start": 1691, - "end": 1698, + { + "type": "TemplateElement", + "start": 1679, + "end": 1680, "loc": { "start": { - "line": 57, - "column": 28 + "line": 56, + "column": 18 }, "end": { - "line": 57, - "column": 35 + "line": 56, + "column": 19 } }, - "left": { - "type": "Identifier", - "start": 1691, - "end": 1692, - "loc": { - "start": { - "line": 57, - "column": 28 - }, - "end": { - "line": 57, - "column": 29 - }, - "identifierName": "h" - }, - "name": "h" + "value": { + "raw": ":", + "cooked": ":" }, - "operator": "+", - "right": { - "type": "StringLiteral", - "start": 1695, - "end": 1698, - "loc": { - "start": { - "line": 57, - "column": 32 - }, - "end": { - "line": 57, - "column": 35 - } - }, - "extra": { - "rawValue": ":", - "raw": "':'" - }, - "value": ":" - } - }, - "alternate": { - "type": "StringLiteral", - "start": 1701, - "end": 1703, - "loc": { - "start": { - "line": 57, - "column": 38 - }, - "end": { - "line": 57, - "column": 40 - } - }, - "extra": { - "rawValue": "", - "raw": "''" - }, - "value": "" - } - }, - "leadingComments": null - }, - "leadingComments": [ - { - "type": "CommentLine", - "value": " Check if we need to show hours", - "start": 1629, - "end": 1662, - "loc": { - "start": { - "line": 56, - "column": 4 - }, - "end": { - "line": 56, - "column": 37 - } - } - } - ], - "trailingComments": [ - { - "type": "CommentLine", - "value": " If hours are showing, we may need to add a leading zero.", - "start": 1710, - "end": 1769, - "loc": { - "start": { - "line": 59, - "column": 4 - }, - "end": { - "line": 59, - "column": 63 - } - } - }, - { - "type": "CommentLine", - "value": " Always show at least one digit of minutes.", - "start": 1774, - "end": 1819, - "loc": { - "start": { - "line": 60, - "column": 4 - }, - "end": { - "line": 60, - "column": 49 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "start": 1824, - "end": 1878, - "loc": { - "start": { - "line": 61, - "column": 4 - }, - "end": { - "line": 61, - "column": 58 - } - }, - "expression": { - "type": "AssignmentExpression", - "start": 1824, - "end": 1877, - "loc": { - "start": { - "line": 61, - "column": 4 - }, - "end": { - "line": 61, - "column": 57 - } - }, - "operator": "=", - "left": { - "type": "Identifier", - "start": 1824, - "end": 1825, - "loc": { - "start": { - "line": 61, - "column": 4 - }, - "end": { - "line": 61, - "column": 5 - }, - "identifierName": "m" - }, - "name": "m", - "leadingComments": null - }, - "right": { - "type": "BinaryExpression", - "start": 1828, - "end": 1877, - "loc": { - "start": { - "line": 61, - "column": 8 - }, - "end": { - "line": 61, - "column": 57 - } - }, - "left": { - "type": "ConditionalExpression", - "start": 1829, - "end": 1870, - "loc": { - "start": { - "line": 61, - "column": 9 - }, - "end": { - "line": 61, - "column": 50 - } - }, - "test": { - "type": "LogicalExpression", - "start": 1830, - "end": 1855, - "loc": { - "start": { - "line": 61, - "column": 10 - }, - "end": { - "line": 61, - "column": 35 - } - }, - "left": { - "type": "LogicalExpression", - "start": 1831, - "end": 1844, - "loc": { - "start": { - "line": 61, - "column": 11 - }, - "end": { - "line": 61, - "column": 24 - } - }, - "left": { - "type": "Identifier", - "start": 1831, - "end": 1832, - "loc": { - "start": { - "line": 61, - "column": 11 - }, - "end": { - "line": 61, - "column": 12 - }, - "identifierName": "h" - }, - "name": "h" - }, - "operator": "||", - "right": { - "type": "BinaryExpression", - "start": 1836, - "end": 1844, - "loc": { - "start": { - "line": 61, - "column": 16 - }, - "end": { - "line": 61, - "column": 24 - } - }, - "left": { - "type": "Identifier", - "start": 1836, - "end": 1838, - "loc": { - "start": { - "line": 61, - "column": 16 - }, - "end": { - "line": 61, - "column": 18 - }, - "identifierName": "gm" - }, - "name": "gm" - }, - "operator": ">=", - "right": { - "type": "NumericLiteral", - "start": 1842, - "end": 1844, - "loc": { - "start": { - "line": 61, - "column": 22 - }, - "end": { - "line": 61, - "column": 24 - } - }, - "extra": { - "rawValue": 10, - "raw": "10" - }, - "value": 10 - } - }, - "extra": { - "parenthesized": true, - "parenStart": 1830 - } - }, - "operator": "&&", - "right": { - "type": "BinaryExpression", - "start": 1849, - "end": 1855, - "loc": { - "start": { - "line": 61, - "column": 29 - }, - "end": { - "line": 61, - "column": 35 - } - }, - "left": { - "type": "Identifier", - "start": 1849, - "end": 1850, - "loc": { - "start": { - "line": 61, - "column": 29 - }, - "end": { - "line": 61, - "column": 30 - }, - "identifierName": "m" - }, - "name": "m" - }, - "operator": "<", - "right": { - "type": "NumericLiteral", - "start": 1853, - "end": 1855, - "loc": { - "start": { - "line": 61, - "column": 33 - }, - "end": { - "line": 61, - "column": 35 - } - }, - "extra": { - "rawValue": 10, - "raw": "10" - }, - "value": 10 - } - }, - "extra": { - "parenthesized": true, - "parenStart": 1829 - } - }, - "consequent": { - "type": "BinaryExpression", - "start": 1859, - "end": 1866, - "loc": { - "start": { - "line": 61, - "column": 39 - }, - "end": { - "line": 61, - "column": 46 - } - }, - "left": { - "type": "StringLiteral", - "start": 1859, - "end": 1862, - "loc": { - "start": { - "line": 61, - "column": 39 - }, - "end": { - "line": 61, - "column": 42 - } - }, - "extra": { - "rawValue": "0", - "raw": "'0'" - }, - "value": "0" - }, - "operator": "+", - "right": { - "type": "Identifier", - "start": 1865, - "end": 1866, - "loc": { - "start": { - "line": 61, - "column": 45 - }, - "end": { - "line": 61, - "column": 46 - }, - "identifierName": "m" - }, - "name": "m" - } - }, - "alternate": { - "type": "Identifier", - "start": 1869, - "end": 1870, - "loc": { - "start": { - "line": 61, - "column": 49 - }, - "end": { - "line": 61, - "column": 50 - }, - "identifierName": "m" - }, - "name": "m" - }, - "extra": { - "parenthesized": true, - "parenStart": 1828 - } + "tail": false }, - "operator": "+", - "right": { - "type": "StringLiteral", - "start": 1874, - "end": 1877, + { + "type": "TemplateElement", + "start": 1686, + "end": 1686, "loc": { "start": { - "line": 61, - "column": 54 + "line": 56, + "column": 25 }, "end": { - "line": 61, - "column": 57 - } - }, - "extra": { - "rawValue": ":", - "raw": "':'" - }, - "value": ":" - } - }, - "leadingComments": null - }, - "leadingComments": [ - { - "type": "CommentLine", - "value": " If hours are showing, we may need to add a leading zero.", - "start": 1710, - "end": 1769, - "loc": { - "start": { - "line": 59, - "column": 4 - }, - "end": { - "line": 59, - "column": 63 - } - } - }, - { - "type": "CommentLine", - "value": " Always show at least one digit of minutes.", - "start": 1774, - "end": 1819, - "loc": { - "start": { - "line": 60, - "column": 4 - }, - "end": { - "line": 60, - "column": 49 - } - } - } - ], - "trailingComments": [ - { - "type": "CommentLine", - "value": " Check if leading zero is need for seconds", - "start": 1884, - "end": 1928, - "loc": { - "start": { - "line": 63, - "column": 4 - }, - "end": { - "line": 63, - "column": 48 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "start": 1933, - "end": 1962, - "loc": { - "start": { - "line": 64, - "column": 4 - }, - "end": { - "line": 64, - "column": 33 - } - }, - "expression": { - "type": "AssignmentExpression", - "start": 1933, - "end": 1961, - "loc": { - "start": { - "line": 64, - "column": 4 - }, - "end": { - "line": 64, - "column": 32 - } - }, - "operator": "=", - "left": { - "type": "Identifier", - "start": 1933, - "end": 1934, - "loc": { - "start": { - "line": 64, - "column": 4 - }, - "end": { - "line": 64, - "column": 5 - }, - "identifierName": "s" - }, - "name": "s", - "leadingComments": null - }, - "right": { - "type": "ConditionalExpression", - "start": 1938, - "end": 1960, - "loc": { - "start": { - "line": 64, - "column": 9 - }, - "end": { - "line": 64, - "column": 31 - } - }, - "test": { - "type": "BinaryExpression", - "start": 1939, - "end": 1945, - "loc": { - "start": { - "line": 64, - "column": 10 - }, - "end": { - "line": 64, - "column": 16 - } - }, - "left": { - "type": "Identifier", - "start": 1939, - "end": 1940, - "loc": { - "start": { - "line": 64, - "column": 10 - }, - "end": { - "line": 64, - "column": 11 - }, - "identifierName": "s" - }, - "name": "s" - }, - "operator": "<", - "right": { - "type": "NumericLiteral", - "start": 1943, - "end": 1945, - "loc": { - "start": { - "line": 64, - "column": 14 - }, - "end": { - "line": 64, - "column": 16 - } - }, - "extra": { - "rawValue": 10, - "raw": "10" - }, - "value": 10 - }, - "extra": { - "parenthesized": true, - "parenStart": 1938 - } - }, - "consequent": { - "type": "BinaryExpression", - "start": 1949, - "end": 1956, - "loc": { - "start": { - "line": 64, - "column": 20 - }, - "end": { - "line": 64, - "column": 27 - } - }, - "left": { - "type": "StringLiteral", - "start": 1949, - "end": 1952, - "loc": { - "start": { - "line": 64, - "column": 20 - }, - "end": { - "line": 64, - "column": 23 - } - }, - "extra": { - "rawValue": "0", - "raw": "'0'" - }, - "value": "0" - }, - "operator": "+", - "right": { - "type": "Identifier", - "start": 1955, - "end": 1956, - "loc": { - "start": { - "line": 64, - "column": 26 - }, - "end": { - "line": 64, - "column": 27 - }, - "identifierName": "s" - }, - "name": "s" - } - }, - "alternate": { - "type": "Identifier", - "start": 1959, - "end": 1960, - "loc": { - "start": { - "line": 64, - "column": 30 - }, - "end": { - "line": 64, - "column": 31 - }, - "identifierName": "s" - }, - "name": "s" - }, - "extra": { - "parenthesized": true, - "parenStart": 1937 - } - }, - "leadingComments": null - }, - "leadingComments": [ - { - "type": "CommentLine", - "value": " Check if leading zero is need for seconds", - "start": 1884, - "end": 1928, - "loc": { - "start": { - "line": 63, - "column": 4 - }, - "end": { - "line": 63, - "column": 48 - } - } - } - ], - "trailingComments": [ - { - "type": "CommentLine", - "value": " buddy ignore:end", - "start": 1967, - "end": 1986, - "loc": { - "start": { - "line": 65, - "column": 4 - }, - "end": { - "line": 65, - "column": 23 - } - } - } - ] - }, - { - "type": "ReturnStatement", - "start": 1991, - "end": 2013, - "loc": { - "start": { - "line": 66, - "column": 4 - }, - "end": { - "line": 66, - "column": 26 - } - }, - "argument": { - "type": "BinaryExpression", - "start": 1998, - "end": 2012, - "loc": { - "start": { - "line": 66, - "column": 11 - }, - "end": { - "line": 66, - "column": 25 - } - }, - "left": { - "type": "BinaryExpression", - "start": 1998, - "end": 2007, - "loc": { - "start": { - "line": 66, - "column": 11 - }, - "end": { - "line": 66, - "column": 20 - } - }, - "left": { - "type": "BinaryExpression", - "start": 1998, - "end": 2003, - "loc": { - "start": { - "line": 66, - "column": 11 - }, - "end": { - "line": 66, - "column": 16 - } - }, - "left": { - "type": "Identifier", - "start": 1998, - "end": 1999, - "loc": { - "start": { - "line": 66, - "column": 11 - }, - "end": { - "line": 66, - "column": 12 - }, - "identifierName": "h" - }, - "name": "h", - "leadingComments": null - }, - "operator": "+", - "right": { - "type": "Identifier", - "start": 2002, - "end": 2003, - "loc": { - "start": { - "line": 66, - "column": 15 - }, - "end": { - "line": 66, - "column": 16 - }, - "identifierName": "m" - }, - "name": "m" - }, - "leadingComments": null - }, - "operator": "+", - "right": { - "type": "Identifier", - "start": 2006, - "end": 2007, - "loc": { - "start": { - "line": 66, - "column": 19 - }, - "end": { - "line": 66, - "column": 20 - }, - "identifierName": "s" - }, - "name": "s" - }, - "leadingComments": null - }, - "operator": "+", - "right": { - "type": "Identifier", - "start": 2010, - "end": 2012, - "loc": { - "start": { - "line": 66, - "column": 23 - }, - "end": { - "line": 66, - "column": 25 - }, - "identifierName": "ms" - }, - "name": "ms" - }, - "leadingComments": null - }, - "leadingComments": [ - { - "type": "CommentLine", - "value": " buddy ignore:end", - "start": 1967, - "end": 1986, - "loc": { - "start": { - "line": 65, - "column": 4 - }, - "end": { - "line": 65, - "column": 23 - } - } - } - ] - } - ], - "directives": [] - } - }, - "leadingComments": null - } - ], - "kind": "const", - "leadingComments": [ - { - "type": "CommentBlock", - "value": "*\n * @file format-time.js\n * @since 2.0.0\n ", - "start": 0, - "end": 47, - "loc": { - "start": { - "line": 1, - "column": 0 - }, - "end": { - "line": 4, - "column": 3 - } - } - }, - { - "type": "CommentBlock", - "value": "*\n * Format seconds as a time string, H:MM:SS, M:SS or M:SS:MMM.\n *\n * Supplying a guide (in seconds) will force a number of leading zeros\n * to cover the length of the guide.\n *\n * @param {number} seconds - Number of seconds to be turned into a\n * string.\n * @param {number} guide - Number (in seconds) to model the string\n * after.\n * @param {number} msDisplayMax - Number (in milliseconds) to model the string\n * after.\n * @return {string} Time formatted as H:MM:SS, M:SS or M:SS:MMM, e.g.\n * 0:00:12.\n * @private\n ", - "start": 49, - "end": 587, - "loc": { - "start": { - "line": 6, - "column": 0 - }, - "end": { - "line": 21, - "column": 3 - } - } - } - ], - "trailingComments": [] - } - } - ], - "directives": [] - }, - "comments": [ - { - "type": "CommentBlock", - "value": "*\n * @file format-time.js\n * @since 2.0.0\n ", - "start": 0, - "end": 47, - "loc": { - "start": { - "line": 1, - "column": 0 - }, - "end": { - "line": 4, - "column": 3 - } - } - }, - { - "type": "CommentBlock", - "value": "*\n * Format seconds as a time string, H:MM:SS, M:SS or M:SS:MMM.\n *\n * Supplying a guide (in seconds) will force a number of leading zeros\n * to cover the length of the guide.\n *\n * @param {number} seconds - Number of seconds to be turned into a\n * string.\n * @param {number} guide - Number (in seconds) to model the string\n * after.\n * @param {number} msDisplayMax - Number (in milliseconds) to model the string\n * after.\n * @return {string} Time formatted as H:MM:SS, M:SS or M:SS:MMM, e.g.\n * 0:00:12.\n * @private\n ", - "start": 49, - "end": 587, - "loc": { - "start": { - "line": 6, - "column": 0 - }, - "end": { - "line": 21, - "column": 3 - } - } - }, - { - "type": "CommentLine", - "value": " buddy ignore:start", - "start": 652, - "end": 673, - "loc": { - "start": { - "line": 23, - "column": 4 - }, - "end": { - "line": 23, - "column": 25 - } - } - }, - { - "type": "CommentLine", - "value": " Default to using seconds as guide", - "start": 678, - "end": 714, - "loc": { - "start": { - "line": 24, - "column": 4 - }, - "end": { - "line": 24, - "column": 40 - } - } - }, - { - "type": "CommentLine", - "value": " handle invalid times", - "start": 1040, - "end": 1063, - "loc": { - "start": { - "line": 34, - "column": 4 - }, - "end": { - "line": 34, - "column": 27 - } - } - }, - { - "type": "CommentLine", - "value": " '-' is false for all relational operators (e.g. <, >=) so this", - "start": 1122, - "end": 1187, - "loc": { - "start": { - "line": 36, - "column": 8 - }, - "end": { - "line": 36, - "column": 73 - } - } - }, - { - "type": "CommentLine", - "value": " setting will add the minimum number of fields specified by the", - "start": 1196, - "end": 1261, - "loc": { - "start": { - "line": 37, - "column": 8 - }, - "end": { - "line": 37, - "column": 73 - } - } - }, - { - "type": "CommentLine", - "value": " guide", - "start": 1270, - "end": 1278, - "loc": { - "start": { - "line": 38, - "column": 8 - }, - "end": { - "line": 38, - "column": 16 - } - } - }, - { - "type": "CommentLine", - "value": " Check if we need to show milliseconds", - "start": 1320, - "end": 1360, - "loc": { - "start": { - "line": 42, - "column": 4 - }, - "end": { - "line": 42, - "column": 44 - } - } - }, - { - "type": "CommentLine", - "value": " Check if we need to show hours", - "start": 1629, - "end": 1662, - "loc": { - "start": { - "line": 56, - "column": 4 - }, - "end": { - "line": 56, - "column": 37 - } - } - }, - { - "type": "CommentLine", - "value": " If hours are showing, we may need to add a leading zero.", - "start": 1710, - "end": 1769, - "loc": { - "start": { - "line": 59, - "column": 4 - }, - "end": { - "line": 59, - "column": 63 - } - } - }, - { - "type": "CommentLine", - "value": " Always show at least one digit of minutes.", - "start": 1774, - "end": 1819, - "loc": { - "start": { - "line": 60, - "column": 4 - }, - "end": { - "line": 60, - "column": 49 - } - } - }, - { - "type": "CommentLine", - "value": " Check if leading zero is need for seconds", - "start": 1884, - "end": 1928, - "loc": { - "start": { - "line": 63, - "column": 4 - }, - "end": { - "line": 63, - "column": 48 - } - } - }, - { - "type": "CommentLine", - "value": " buddy ignore:end", - "start": 1967, - "end": 1986, - "loc": { - "start": { - "line": 65, - "column": 4 - }, - "end": { - "line": 65, - "column": 23 - } - } - } - ], - "tokens": [ - { - "type": "CommentBlock", - "value": "*\n * @file format-time.js\n * @since 2.0.0\n ", - "start": 0, - "end": 47, - "loc": { - "start": { - "line": 1, - "column": 0 - }, - "end": { - "line": 4, - "column": 3 - } - } - }, - { - "type": "CommentBlock", - "value": "*\n * Format seconds as a time string, H:MM:SS, M:SS or M:SS:MMM.\n *\n * Supplying a guide (in seconds) will force a number of leading zeros\n * to cover the length of the guide.\n *\n * @param {number} seconds - Number of seconds to be turned into a\n * string.\n * @param {number} guide - Number (in seconds) to model the string\n * after.\n * @param {number} msDisplayMax - Number (in milliseconds) to model the string\n * after.\n * @return {string} Time formatted as H:MM:SS, M:SS or M:SS:MMM, e.g.\n * 0:00:12.\n * @private\n ", - "start": 49, - "end": 587, - "loc": { - "start": { - "line": 6, - "column": 0 - }, - "end": { - "line": 21, - "column": 3 - } - } - }, - { - "type": { - "label": "const", - "keyword": "const", - "beforeExpr": false, - "startsExpr": false, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null, - "updateContext": null - }, - "value": "const", - "start": 588, - "end": 593, - "loc": { - "start": { - "line": 22, - "column": 0 - }, - "end": { - "line": 22, - "column": 5 - } - } - }, - { - "type": { - "label": "name", - "beforeExpr": false, - "startsExpr": true, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "value": "formatTime", - "start": 594, - "end": 604, - "loc": { - "start": { - "line": 22, - "column": 6 - }, - "end": { - "line": 22, - "column": 16 - } - } - }, - { - "type": { - "label": "=", - "beforeExpr": true, - "startsExpr": false, - "rightAssociative": false, - "isLoop": false, - "isAssign": true, - "prefix": false, - "postfix": false, - "binop": null, - "updateContext": null - }, - "value": "=", - "start": 605, - "end": 606, - "loc": { - "start": { - "line": 22, - "column": 17 - }, - "end": { - "line": 22, - "column": 18 - } - } - }, - { - "type": { - "label": "function", - "keyword": "function", - "beforeExpr": false, - "startsExpr": true, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "value": "function", - "start": 607, - "end": 615, - "loc": { - "start": { - "line": 22, - "column": 19 - }, - "end": { - "line": 22, - "column": 27 - } - } - }, - { - "type": { - "label": "(", - "beforeExpr": true, - "startsExpr": true, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "start": 615, - "end": 616, - "loc": { - "start": { - "line": 22, - "column": 27 - }, - "end": { - "line": 22, - "column": 28 - } - } - }, - { - "type": { - "label": "name", - "beforeExpr": false, - "startsExpr": true, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "value": "seconds", - "start": 616, - "end": 623, - "loc": { - "start": { - "line": 22, - "column": 28 - }, - "end": { - "line": 22, - "column": 35 - } - } - }, - { - "type": { - "label": ",", - "beforeExpr": true, - "startsExpr": false, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null, - "updateContext": null - }, - "start": 623, - "end": 624, - "loc": { - "start": { - "line": 22, - "column": 35 - }, - "end": { - "line": 22, - "column": 36 - } - } - }, - { - "type": { - "label": "name", - "beforeExpr": false, - "startsExpr": true, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "value": "guide", - "start": 625, - "end": 630, - "loc": { - "start": { - "line": 22, - "column": 37 - }, - "end": { - "line": 22, - "column": 42 - } - } - }, - { - "type": { - "label": ",", - "beforeExpr": true, - "startsExpr": false, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null, - "updateContext": null - }, - "start": 630, - "end": 631, - "loc": { - "start": { - "line": 22, - "column": 42 - }, - "end": { - "line": 22, - "column": 43 - } - } - }, - { - "type": { - "label": "name", - "beforeExpr": false, - "startsExpr": true, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "value": "msDisplayMax", - "start": 632, - "end": 644, - "loc": { - "start": { - "line": 22, - "column": 44 - }, - "end": { - "line": 22, - "column": 56 + "line": 56, + "column": 25 + } + }, + "value": { + "raw": "", + "cooked": "" + }, + "tail": true + } + ] + }, + "trailingComments": [ + { + "type": "CommentLine", + "value": " buddy ignore:end", + "start": 1693, + "end": 1712, + "loc": { + "start": { + "line": 57, + "column": 4 + }, + "end": { + "line": 57, + "column": 23 + } + } + } + ] + } + ], + "directives": [] + } + }, + "leadingComments": null + } + ], + "kind": "const", + "leadingComments": [ + { + "type": "CommentBlock", + "value": "*\n * Format seconds as a duration string.\n *\n * Either formatted as:\n *\n * - DD:HH:MM:SS (> 24 hours)\n * - HH:MM:SS (> 1 hour)\n * - MM:SS:MSS (`displayMilliseconds = true`)\n * - MM:SS (`displayMilliseconds = false`)\n *\n * Supplying a guide (in seconds) will force a number of leading zeros\n * to cover the length of the guide.\n *\n * @param {number} seconds - Number of seconds to be turned into a\n * string.\n * @param {number} guide - Number (in seconds) to model the string after.\n * @param {boolean} displayMilliseconds - Display milliseconds or not.\n * @return {string} Formatted duration time, e.g '00:12:653'.\n * @private\n ", + "start": 124, + "end": 760, + "loc": { + "start": { + "line": 9, + "column": 0 + }, + "end": { + "line": 28, + "column": 3 + } + } + } + ], + "trailingComments": [] } } - }, + ], + "directives": [] + }, + "comments": [ { - "type": { - "label": ")", - "beforeExpr": false, - "startsExpr": false, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "start": 644, - "end": 645, + "type": "CommentBlock", + "value": "*\n * @file format-time.js\n * @since 2.0.0\n ", + "start": 0, + "end": 47, "loc": { "start": { - "line": 22, - "column": 56 + "line": 1, + "column": 0 }, "end": { - "line": 22, - "column": 57 + "line": 4, + "column": 3 } } }, { - "type": { - "label": "{", - "beforeExpr": true, - "startsExpr": true, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "start": 646, - "end": 647, + "type": "CommentBlock", + "value": "*\n * Format seconds as a duration string.\n *\n * Either formatted as:\n *\n * - DD:HH:MM:SS (> 24 hours)\n * - HH:MM:SS (> 1 hour)\n * - MM:SS:MSS (`displayMilliseconds = true`)\n * - MM:SS (`displayMilliseconds = false`)\n *\n * Supplying a guide (in seconds) will force a number of leading zeros\n * to cover the length of the guide.\n *\n * @param {number} seconds - Number of seconds to be turned into a\n * string.\n * @param {number} guide - Number (in seconds) to model the string after.\n * @param {boolean} displayMilliseconds - Display milliseconds or not.\n * @return {string} Formatted duration time, e.g '00:12:653'.\n * @private\n ", + "start": 124, + "end": 760, "loc": { "start": { - "line": 22, - "column": 58 + "line": 9, + "column": 0 }, "end": { - "line": 22, - "column": 59 + "line": 28, + "column": 3 } } }, { "type": "CommentLine", "value": " buddy ignore:start", - "start": 652, - "end": 673, + "start": 840, + "end": 861, "loc": { "start": { - "line": 23, + "line": 30, "column": 4 }, "end": { - "line": 23, + "line": 30, "column": 25 } } }, { "type": "CommentLine", - "value": " Default to using seconds as guide", - "start": 678, - "end": 714, + "value": " buddy ignore:end", + "start": 1693, + "end": 1712, "loc": { "start": { - "line": 24, + "line": 57, "column": 4 }, "end": { - "line": 24, - "column": 40 + "line": 57, + "column": 23 } } - }, + } + ], + "tokens": [ { - "type": { - "label": "name", - "beforeExpr": false, - "startsExpr": true, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "value": "seconds", - "start": 719, - "end": 726, + "type": "CommentBlock", + "value": "*\n * @file format-time.js\n * @since 2.0.0\n ", + "start": 0, + "end": 47, "loc": { "start": { - "line": 25, - "column": 4 + "line": 1, + "column": 0 }, "end": { - "line": 25, - "column": 11 + "line": 4, + "column": 3 } } }, { "type": { - "label": "=", - "beforeExpr": true, - "startsExpr": false, + "label": "import", + "keyword": "import", + "beforeExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, - "isAssign": true, + "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, - "value": "=", - "start": 727, - "end": 728, + "value": "import", + "start": 49, + "end": 55, "loc": { "start": { - "line": 25, - "column": 12 + "line": 6, + "column": 0 }, "end": { - "line": 25, - "column": 13 + "line": 6, + "column": 6 } } }, @@ -8323,50 +6121,49 @@ "postfix": false, "binop": null }, - "value": "seconds", - "start": 729, - "end": 736, + "value": "parseMilliseconds", + "start": 56, + "end": 73, "loc": { "start": { - "line": 25, - "column": 14 + "line": 6, + "column": 7 }, "end": { - "line": 25, - "column": 21 + "line": 6, + "column": 24 } } }, { "type": { - "label": "", - "beforeExpr": true, - "startsExpr": false, + "label": "name", + "beforeExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": 7, - "updateContext": null + "binop": null }, - "value": "<", - "start": 737, - "end": 738, + "value": "from", + "start": 74, + "end": 78, "loc": { "start": { - "line": 25, - "column": 22 + "line": 6, + "column": 25 }, "end": { - "line": 25, - "column": 23 + "line": 6, + "column": 29 } } }, { "type": { - "label": "num", + "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -8377,23 +6174,23 @@ "binop": null, "updateContext": null }, - "value": 0, - "start": 739, - "end": 740, + "value": "parse-ms", + "start": 79, + "end": 89, "loc": { "start": { - "line": 25, - "column": 24 + "line": 6, + "column": 30 }, "end": { - "line": 25, - "column": 25 + "line": 6, + "column": 40 } } }, { "type": { - "label": "?", + "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, @@ -8404,22 +6201,23 @@ "binop": null, "updateContext": null }, - "start": 741, - "end": 742, + "start": 89, + "end": 90, "loc": { "start": { - "line": 25, - "column": 26 + "line": 6, + "column": 40 }, "end": { - "line": 25, - "column": 27 + "line": 6, + "column": 41 } } }, { "type": { - "label": "num", + "label": "import", + "keyword": "import", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -8430,43 +6228,17 @@ "binop": null, "updateContext": null }, - "value": 0, - "start": 743, - "end": 744, - "loc": { - "start": { - "line": 25, - "column": 28 - }, - "end": { - "line": 25, - "column": 29 - } - } - }, - { - "type": { - "label": ":", - "beforeExpr": true, - "startsExpr": false, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null, - "updateContext": null - }, - "start": 745, - "end": 746, + "value": "import", + "start": 91, + "end": 97, "loc": { "start": { - "line": 25, - "column": 30 + "line": 7, + "column": 0 }, "end": { - "line": 25, - "column": 31 + "line": 7, + "column": 6 } } }, @@ -8482,43 +6254,17 @@ "postfix": false, "binop": null }, - "value": "seconds", - "start": 747, - "end": 754, - "loc": { - "start": { - "line": 25, - "column": 32 - }, - "end": { - "line": 25, - "column": 39 - } - } - }, - { - "type": { - "label": ";", - "beforeExpr": true, - "startsExpr": false, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null, - "updateContext": null - }, - "start": 754, - "end": 755, + "value": "addZero", + "start": 98, + "end": 105, "loc": { "start": { - "line": 25, - "column": 39 + "line": 7, + "column": 7 }, "end": { - "line": 25, - "column": 40 + "line": 7, + "column": 14 } } }, @@ -8531,53 +6277,26 @@ "isLoop": false, "isAssign": false, "prefix": false, - "postfix": false, - "binop": null - }, - "value": "guide", - "start": 760, - "end": 765, - "loc": { - "start": { - "line": 26, - "column": 4 - }, - "end": { - "line": 26, - "column": 9 - } - } - }, - { - "type": { - "label": "=", - "beforeExpr": true, - "startsExpr": false, - "rightAssociative": false, - "isLoop": false, - "isAssign": true, - "prefix": false, - "postfix": false, - "binop": null, - "updateContext": null + "postfix": false, + "binop": null }, - "value": "=", - "start": 766, - "end": 767, + "value": "from", + "start": 106, + "end": 110, "loc": { "start": { - "line": 26, - "column": 10 + "line": 7, + "column": 15 }, "end": { - "line": 26, - "column": 11 + "line": 7, + "column": 19 } } }, { "type": { - "label": "name", + "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -8585,25 +6304,26 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "value": "guide", - "start": 768, - "end": 773, + "value": "add-zero", + "start": 111, + "end": 121, "loc": { "start": { - "line": 26, - "column": 12 + "line": 7, + "column": 20 }, "end": { - "line": 26, - "column": 17 + "line": 7, + "column": 30 } } }, { "type": { - "label": "||", + "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, @@ -8611,106 +6331,123 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": 1, + "binop": null, "updateContext": null }, - "value": "||", - "start": 774, - "end": 776, + "start": 121, + "end": 122, "loc": { "start": { - "line": 26, - "column": 18 + "line": 7, + "column": 30 }, "end": { - "line": 26, - "column": 20 + "line": 7, + "column": 31 + } + } + }, + { + "type": "CommentBlock", + "value": "*\n * Format seconds as a duration string.\n *\n * Either formatted as:\n *\n * - DD:HH:MM:SS (> 24 hours)\n * - HH:MM:SS (> 1 hour)\n * - MM:SS:MSS (`displayMilliseconds = true`)\n * - MM:SS (`displayMilliseconds = false`)\n *\n * Supplying a guide (in seconds) will force a number of leading zeros\n * to cover the length of the guide.\n *\n * @param {number} seconds - Number of seconds to be turned into a\n * string.\n * @param {number} guide - Number (in seconds) to model the string after.\n * @param {boolean} displayMilliseconds - Display milliseconds or not.\n * @return {string} Formatted duration time, e.g '00:12:653'.\n * @private\n ", + "start": 124, + "end": 760, + "loc": { + "start": { + "line": 9, + "column": 0 + }, + "end": { + "line": 28, + "column": 3 } } }, { "type": { - "label": "name", + "label": "const", + "keyword": "const", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "value": "seconds", - "start": 777, - "end": 784, + "value": "const", + "start": 761, + "end": 766, "loc": { "start": { - "line": 26, - "column": 21 + "line": 29, + "column": 0 }, "end": { - "line": 26, - "column": 28 + "line": 29, + "column": 5 } } }, { "type": { - "label": ";", - "beforeExpr": true, - "startsExpr": false, + "label": "name", + "beforeExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 784, - "end": 785, + "value": "formatTime", + "start": 767, + "end": 777, "loc": { "start": { - "line": 26, - "column": 28 + "line": 29, + "column": 6 }, "end": { - "line": 26, - "column": 29 + "line": 29, + "column": 16 } } }, { "type": { - "label": "let", - "keyword": "let", - "beforeExpr": false, + "label": "=", + "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, - "isAssign": false, + "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, - "value": "let", - "start": 790, - "end": 793, + "value": "=", + "start": 778, + "end": 779, "loc": { "start": { - "line": 27, - "column": 4 + "line": 29, + "column": 17 }, "end": { - "line": 27, - "column": 7 + "line": 29, + "column": 18 } } }, { "type": { - "label": "name", + "label": "function", + "keyword": "function", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -8720,44 +6457,42 @@ "postfix": false, "binop": null }, - "value": "s", - "start": 794, - "end": 795, + "value": "function", + "start": 780, + "end": 788, "loc": { "start": { - "line": 27, - "column": 8 + "line": 29, + "column": 19 }, "end": { - "line": 27, - "column": 9 + "line": 29, + "column": 27 } } }, { "type": { - "label": "=", + "label": "(", "beforeExpr": true, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, - "isAssign": true, + "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "=", - "start": 796, - "end": 797, + "start": 788, + "end": 789, "loc": { "start": { - "line": 27, - "column": 10 + "line": 29, + "column": 27 }, "end": { - "line": 27, - "column": 11 + "line": 29, + "column": 28 } } }, @@ -8773,24 +6508,24 @@ "postfix": false, "binop": null }, - "value": "Math", - "start": 798, - "end": 802, + "value": "seconds", + "start": 789, + "end": 796, "loc": { "start": { - "line": 27, - "column": 12 + "line": 29, + "column": 28 }, "end": { - "line": 27, - "column": 16 + "line": 29, + "column": 35 } } }, { "type": { - "label": ".", - "beforeExpr": false, + "label": ",", + "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, @@ -8800,16 +6535,16 @@ "binop": null, "updateContext": null }, - "start": 802, - "end": 803, + "start": 796, + "end": 797, "loc": { "start": { - "line": 27, - "column": 16 + "line": 29, + "column": 35 }, "end": { - "line": 27, - "column": 17 + "line": 29, + "column": 36 } } }, @@ -8825,42 +6560,43 @@ "postfix": false, "binop": null }, - "value": "floor", - "start": 803, - "end": 808, + "value": "guide", + "start": 798, + "end": 803, "loc": { "start": { - "line": 27, - "column": 17 + "line": 29, + "column": 37 }, "end": { - "line": 27, - "column": 22 + "line": 29, + "column": 42 } } }, { "type": { - "label": "(", + "label": ",", "beforeExpr": true, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 808, - "end": 809, + "start": 803, + "end": 804, "loc": { "start": { - "line": 27, - "column": 22 + "line": 29, + "column": 42 }, "end": { - "line": 27, - "column": 23 + "line": 29, + "column": 43 } } }, @@ -8876,50 +6612,51 @@ "postfix": false, "binop": null }, - "value": "seconds", - "start": 809, - "end": 816, + "value": "displayMilliseconds", + "start": 805, + "end": 824, "loc": { "start": { - "line": 27, - "column": 23 + "line": 29, + "column": 44 }, "end": { - "line": 27, - "column": 30 + "line": 29, + "column": 63 } } }, { "type": { - "label": "%", + "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, - "isAssign": false, + "isAssign": true, "prefix": false, "postfix": false, - "binop": 10, + "binop": null, "updateContext": null }, - "value": "%", - "start": 817, - "end": 818, + "value": "=", + "start": 825, + "end": 826, "loc": { "start": { - "line": 27, - "column": 31 + "line": 29, + "column": 64 }, "end": { - "line": 27, - "column": 32 + "line": 29, + "column": 65 } } }, { "type": { - "label": "num", + "label": "false", + "keyword": "false", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -8930,17 +6667,17 @@ "binop": null, "updateContext": null }, - "value": 60, - "start": 819, - "end": 821, + "value": "false", + "start": 827, + "end": 832, "loc": { "start": { - "line": 27, - "column": 33 + "line": 29, + "column": 66 }, "end": { - "line": 27, - "column": 35 + "line": 29, + "column": 71 } } }, @@ -8956,42 +6693,57 @@ "postfix": false, "binop": null }, - "start": 821, - "end": 822, + "start": 832, + "end": 833, "loc": { "start": { - "line": 27, - "column": 35 + "line": 29, + "column": 71 }, "end": { - "line": 27, - "column": 36 + "line": 29, + "column": 72 } } }, { "type": { - "label": ",", + "label": "{", "beforeExpr": true, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 822, - "end": 823, + "start": 834, + "end": 835, "loc": { "start": { - "line": 27, - "column": 36 + "line": 29, + "column": 73 }, "end": { - "line": 27, - "column": 37 + "line": 29, + "column": 74 + } + } + }, + { + "type": "CommentLine", + "value": " buddy ignore:start", + "start": 840, + "end": 861, + "loc": { + "start": { + "line": 30, + "column": 4 + }, + "end": { + "line": 30, + "column": 25 } } }, @@ -9007,17 +6759,17 @@ "postfix": false, "binop": null }, - "value": "m", - "start": 832, - "end": 833, + "value": "seconds", + "start": 866, + "end": 873, "loc": { "start": { - "line": 28, - "column": 8 + "line": 31, + "column": 4 }, "end": { - "line": 28, - "column": 9 + "line": 31, + "column": 11 } } }, @@ -9035,16 +6787,16 @@ "updateContext": null }, "value": "=", - "start": 834, - "end": 835, + "start": 874, + "end": 875, "loc": { "start": { - "line": 28, - "column": 10 + "line": 31, + "column": 12 }, "end": { - "line": 28, - "column": 11 + "line": 31, + "column": 13 } } }, @@ -9060,49 +6812,50 @@ "postfix": false, "binop": null }, - "value": "Math", - "start": 836, - "end": 840, + "value": "seconds", + "start": 876, + "end": 883, "loc": { "start": { - "line": 28, - "column": 12 + "line": 31, + "column": 14 }, "end": { - "line": 28, - "column": 16 + "line": 31, + "column": 21 } } }, { "type": { - "label": ".", - "beforeExpr": false, + "label": "", + "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, + "binop": 7, "updateContext": null }, - "start": 840, - "end": 841, + "value": "<", + "start": 884, + "end": 885, "loc": { "start": { - "line": 28, - "column": 16 + "line": 31, + "column": 22 }, "end": { - "line": 28, - "column": 17 + "line": 31, + "column": 23 } } }, { "type": { - "label": "name", + "label": "num", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -9110,50 +6863,52 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "value": "floor", - "start": 841, - "end": 846, + "value": 0, + "start": 886, + "end": 887, "loc": { "start": { - "line": 28, - "column": 17 + "line": 31, + "column": 24 }, "end": { - "line": 28, - "column": 22 + "line": 31, + "column": 25 } } }, { "type": { - "label": "(", + "label": "?", "beforeExpr": true, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 846, - "end": 847, + "start": 888, + "end": 889, "loc": { "start": { - "line": 28, - "column": 22 + "line": 31, + "column": 26 }, "end": { - "line": 28, - "column": 23 + "line": 31, + "column": 27 } } }, { "type": { - "label": "name", + "label": "num", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -9161,25 +6916,26 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "value": "seconds", - "start": 847, - "end": 854, + "value": 0, + "start": 890, + "end": 891, "loc": { "start": { - "line": 28, - "column": 23 + "line": 31, + "column": 28 }, "end": { - "line": 28, - "column": 30 + "line": 31, + "column": 29 } } }, { "type": { - "label": "/", + "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, @@ -9187,26 +6943,25 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": 10, + "binop": null, "updateContext": null }, - "value": "/", - "start": 855, - "end": 856, + "start": 892, + "end": 893, "loc": { "start": { - "line": 28, - "column": 31 + "line": 31, + "column": 30 }, "end": { - "line": 28, - "column": 32 + "line": 31, + "column": 31 } } }, { "type": { - "label": "num", + "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -9214,26 +6969,25 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": 60, - "start": 857, - "end": 859, + "value": "seconds", + "start": 894, + "end": 901, "loc": { "start": { - "line": 28, - "column": 33 + "line": 31, + "column": 32 }, "end": { - "line": 28, - "column": 35 + "line": 31, + "column": 39 } } }, { "type": { - "label": "%", + "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, @@ -9241,28 +6995,28 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": 10, + "binop": null, "updateContext": null }, - "value": "%", - "start": 860, - "end": 861, + "start": 901, + "end": 902, "loc": { "start": { - "line": 28, - "column": 36 + "line": 31, + "column": 39 }, "end": { - "line": 28, - "column": 37 + "line": 31, + "column": 40 } } }, { "type": { - "label": "num", + "label": "if", + "keyword": "if", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -9271,25 +7025,25 @@ "binop": null, "updateContext": null }, - "value": 60, - "start": 862, - "end": 864, + "value": "if", + "start": 907, + "end": 909, "loc": { "start": { - "line": 28, - "column": 38 + "line": 32, + "column": 4 }, "end": { - "line": 28, - "column": 40 + "line": 32, + "column": 6 } } }, { "type": { - "label": ")", - "beforeExpr": false, - "startsExpr": false, + "label": "(", + "beforeExpr": true, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -9297,49 +7051,49 @@ "postfix": false, "binop": null }, - "start": 864, - "end": 865, + "start": 910, + "end": 911, "loc": { "start": { - "line": 28, - "column": 40 + "line": 32, + "column": 7 }, "end": { - "line": 28, - "column": 41 + "line": 32, + "column": 8 } } }, { "type": { - "label": ",", - "beforeExpr": true, - "startsExpr": false, + "label": "name", + "beforeExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 865, - "end": 866, + "value": "isNaN", + "start": 911, + "end": 916, "loc": { "start": { - "line": 28, - "column": 41 + "line": 32, + "column": 8 }, "end": { - "line": 28, - "column": 42 + "line": 32, + "column": 13 } } }, { "type": { - "label": "name", - "beforeExpr": false, + "label": "(", + "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, @@ -9348,52 +7102,50 @@ "postfix": false, "binop": null }, - "value": "h", - "start": 875, - "end": 876, + "start": 916, + "end": 917, "loc": { "start": { - "line": 29, - "column": 8 + "line": 32, + "column": 13 }, "end": { - "line": 29, - "column": 9 + "line": 32, + "column": 14 } } }, { "type": { - "label": "=", - "beforeExpr": true, - "startsExpr": false, + "label": "name", + "beforeExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, - "isAssign": true, + "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "=", - "start": 877, - "end": 878, + "value": "seconds", + "start": 917, + "end": 924, "loc": { "start": { - "line": 29, - "column": 10 + "line": 32, + "column": 14 }, "end": { - "line": 29, - "column": 11 + "line": 32, + "column": 21 } } }, { "type": { - "label": "name", + "label": ")", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -9401,43 +7153,43 @@ "postfix": false, "binop": null }, - "value": "Math", - "start": 879, - "end": 883, + "start": 924, + "end": 925, "loc": { "start": { - "line": 29, - "column": 12 + "line": 32, + "column": 21 }, "end": { - "line": 29, - "column": 16 + "line": 32, + "column": 22 } } }, { "type": { - "label": ".", - "beforeExpr": false, + "label": "||", + "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, + "binop": 1, "updateContext": null }, - "start": 883, - "end": 884, + "value": "||", + "start": 926, + "end": 928, "loc": { "start": { - "line": 29, - "column": 16 + "line": 32, + "column": 23 }, "end": { - "line": 29, - "column": 17 + "line": 32, + "column": 25 } } }, @@ -9453,42 +7205,44 @@ "postfix": false, "binop": null }, - "value": "floor", - "start": 884, - "end": 889, + "value": "seconds", + "start": 929, + "end": 936, "loc": { "start": { - "line": 29, - "column": 17 + "line": 32, + "column": 26 }, "end": { - "line": 29, - "column": 22 + "line": 32, + "column": 33 } } }, { "type": { - "label": "(", + "label": "==/!=", "beforeExpr": true, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": 6, + "updateContext": null }, - "start": 889, - "end": 890, + "value": "===", + "start": 937, + "end": 940, "loc": { "start": { - "line": 29, - "column": 22 + "line": 32, + "column": 34 }, "end": { - "line": 29, - "column": 23 + "line": 32, + "column": 37 } } }, @@ -9504,79 +7258,75 @@ "postfix": false, "binop": null }, - "value": "seconds", - "start": 890, - "end": 897, + "value": "Infinity", + "start": 941, + "end": 949, "loc": { "start": { - "line": 29, - "column": 23 + "line": 32, + "column": 38 }, "end": { - "line": 29, - "column": 30 + "line": 32, + "column": 46 } } }, { "type": { - "label": "/", - "beforeExpr": true, + "label": ")", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": 10, - "updateContext": null + "binop": null }, - "value": "/", - "start": 898, - "end": 899, + "start": 949, + "end": 950, "loc": { "start": { - "line": 29, - "column": 31 + "line": 32, + "column": 46 }, "end": { - "line": 29, - "column": 32 + "line": 32, + "column": 47 } } }, { "type": { - "label": "num", - "beforeExpr": false, + "label": "{", + "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": 3600, - "start": 900, - "end": 904, + "start": 951, + "end": 952, "loc": { "start": { - "line": 29, - "column": 33 + "line": 32, + "column": 48 }, "end": { - "line": 29, - "column": 37 + "line": 32, + "column": 49 } } }, { "type": { - "label": ")", + "label": "name", "beforeExpr": false, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -9584,48 +7334,50 @@ "postfix": false, "binop": null }, - "start": 904, - "end": 905, + "value": "seconds", + "start": 961, + "end": 968, "loc": { "start": { - "line": 29, - "column": 37 + "line": 33, + "column": 8 }, "end": { - "line": 29, - "column": 38 + "line": 33, + "column": 15 } } }, { "type": { - "label": ",", + "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, - "isAssign": false, + "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, - "start": 905, - "end": 906, + "value": "=", + "start": 969, + "end": 970, "loc": { "start": { - "line": 29, - "column": 38 + "line": 33, + "column": 16 }, "end": { - "line": 29, - "column": 39 + "line": 33, + "column": 17 } } }, { "type": { - "label": "name", + "label": "num", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -9633,54 +7385,54 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "value": "gm", - "start": 915, - "end": 917, + "value": 0, + "start": 971, + "end": 972, "loc": { "start": { - "line": 30, - "column": 8 + "line": 33, + "column": 18 }, "end": { - "line": 30, - "column": 10 + "line": 33, + "column": 19 } } }, { "type": { - "label": "=", + "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, - "isAssign": true, + "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, - "value": "=", - "start": 918, - "end": 919, + "start": 972, + "end": 973, "loc": { "start": { - "line": 30, - "column": 11 + "line": 33, + "column": 19 }, "end": { - "line": 30, - "column": 12 + "line": 33, + "column": 20 } } }, { "type": { - "label": "name", + "label": "}", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -9688,23 +7440,23 @@ "postfix": false, "binop": null }, - "value": "Math", - "start": 920, - "end": 924, + "start": 978, + "end": 979, "loc": { "start": { - "line": 30, - "column": 13 + "line": 34, + "column": 4 }, "end": { - "line": 30, - "column": 17 + "line": 34, + "column": 5 } } }, { "type": { - "label": ".", + "label": "const", + "keyword": "const", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -9715,16 +7467,17 @@ "binop": null, "updateContext": null }, - "start": 924, - "end": 925, + "value": "const", + "start": 984, + "end": 989, "loc": { "start": { - "line": 30, - "column": 17 + "line": 35, + "column": 4 }, "end": { - "line": 30, - "column": 18 + "line": 35, + "column": 9 } } }, @@ -9740,42 +7493,44 @@ "postfix": false, "binop": null }, - "value": "floor", - "start": 925, - "end": 930, + "value": "inputTime", + "start": 990, + "end": 999, "loc": { "start": { - "line": 30, - "column": 18 + "line": 35, + "column": 10 }, "end": { - "line": 30, - "column": 23 + "line": 35, + "column": 19 } } }, { "type": { - "label": "(", + "label": "=", "beforeExpr": true, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, - "isAssign": false, + "isAssign": true, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 930, - "end": 931, + "value": "=", + "start": 1000, + "end": 1001, "loc": { "start": { - "line": 30, - "column": 23 + "line": 35, + "column": 20 }, "end": { - "line": 30, - "column": 24 + "line": 35, + "column": 21 } } }, @@ -9791,50 +7546,48 @@ "postfix": false, "binop": null }, - "value": "guide", - "start": 931, - "end": 936, + "value": "parseMilliseconds", + "start": 1002, + "end": 1019, "loc": { "start": { - "line": 30, - "column": 24 + "line": 35, + "column": 22 }, "end": { - "line": 30, - "column": 29 + "line": 35, + "column": 39 } } }, { "type": { - "label": "/", + "label": "(", "beforeExpr": true, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": 10, - "updateContext": null + "binop": null }, - "value": "/", - "start": 937, - "end": 938, + "start": 1019, + "end": 1020, "loc": { "start": { - "line": 30, - "column": 30 + "line": 35, + "column": 39 }, "end": { - "line": 30, - "column": 31 + "line": 35, + "column": 40 } } }, { "type": { - "label": "num", + "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -9842,26 +7595,25 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": 60, - "start": 939, - "end": 941, + "value": "seconds", + "start": 1020, + "end": 1027, "loc": { "start": { - "line": 30, - "column": 32 + "line": 35, + "column": 40 }, "end": { - "line": 30, - "column": 34 + "line": 35, + "column": 47 } } }, { "type": { - "label": "%", + "label": "*", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, @@ -9872,17 +7624,17 @@ "binop": 10, "updateContext": null }, - "value": "%", - "start": 942, - "end": 943, + "value": "*", + "start": 1028, + "end": 1029, "loc": { "start": { - "line": 30, - "column": 35 + "line": 35, + "column": 48 }, "end": { - "line": 30, - "column": 36 + "line": 35, + "column": 49 } } }, @@ -9899,17 +7651,17 @@ "binop": null, "updateContext": null }, - "value": 60, - "start": 944, - "end": 946, + "value": 1000, + "start": 1030, + "end": 1034, "loc": { "start": { - "line": 30, - "column": 37 + "line": 35, + "column": 50 }, "end": { - "line": 30, - "column": 39 + "line": 35, + "column": 54 } } }, @@ -9925,22 +7677,22 @@ "postfix": false, "binop": null }, - "start": 946, - "end": 947, + "start": 1034, + "end": 1035, "loc": { "start": { - "line": 30, - "column": 39 + "line": 35, + "column": 54 }, "end": { - "line": 30, - "column": 40 + "line": 35, + "column": 55 } } }, { "type": { - "label": ",", + "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, @@ -9951,16 +7703,44 @@ "binop": null, "updateContext": null }, - "start": 947, - "end": 948, + "start": 1035, + "end": 1036, "loc": { "start": { - "line": 30, - "column": 40 + "line": 35, + "column": 55 }, "end": { - "line": 30, - "column": 41 + "line": 35, + "column": 56 + } + } + }, + { + "type": { + "label": "let", + "keyword": "let", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "let", + "start": 1041, + "end": 1044, + "loc": { + "start": { + "line": 36, + "column": 4 + }, + "end": { + "line": 36, + "column": 7 } } }, @@ -9976,17 +7756,17 @@ "postfix": false, "binop": null }, - "value": "gh", - "start": 957, - "end": 959, + "value": "guideTime", + "start": 1045, + "end": 1054, "loc": { "start": { - "line": 31, + "line": 36, "column": 8 }, "end": { - "line": 31, - "column": 10 + "line": 36, + "column": 17 } } }, @@ -10004,16 +7784,16 @@ "updateContext": null }, "value": "=", - "start": 960, - "end": 961, + "start": 1055, + "end": 1056, "loc": { "start": { - "line": 31, - "column": 11 + "line": 36, + "column": 18 }, "end": { - "line": 31, - "column": 12 + "line": 36, + "column": 19 } } }, @@ -10029,24 +7809,24 @@ "postfix": false, "binop": null }, - "value": "Math", - "start": 962, - "end": 966, + "value": "inputTime", + "start": 1057, + "end": 1066, "loc": { "start": { - "line": 31, - "column": 13 + "line": 36, + "column": 20 }, "end": { - "line": 31, - "column": 17 + "line": 36, + "column": 29 } } }, { "type": { - "label": ".", - "beforeExpr": false, + "label": ";", + "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, @@ -10056,42 +7836,44 @@ "binop": null, "updateContext": null }, - "start": 966, - "end": 967, + "start": 1066, + "end": 1067, "loc": { "start": { - "line": 31, - "column": 17 + "line": 36, + "column": 29 }, "end": { - "line": 31, - "column": 18 + "line": 36, + "column": 30 } } }, { "type": { - "label": "name", + "label": "if", + "keyword": "if", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "value": "floor", - "start": 967, - "end": 972, + "value": "if", + "start": 1072, + "end": 1074, "loc": { "start": { - "line": 31, - "column": 18 + "line": 37, + "column": 4 }, "end": { - "line": 31, - "column": 23 + "line": 37, + "column": 6 } } }, @@ -10107,16 +7889,16 @@ "postfix": false, "binop": null }, - "start": 972, - "end": 973, + "start": 1075, + "end": 1076, "loc": { "start": { - "line": 31, - "column": 23 + "line": 37, + "column": 7 }, "end": { - "line": 31, - "column": 24 + "line": 37, + "column": 8 } } }, @@ -10133,22 +7915,22 @@ "binop": null }, "value": "guide", - "start": 973, - "end": 978, + "start": 1076, + "end": 1081, "loc": { "start": { - "line": 31, - "column": 24 + "line": 37, + "column": 8 }, "end": { - "line": 31, - "column": 29 + "line": 37, + "column": 13 } } }, { "type": { - "label": "/", + "label": "==/!=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, @@ -10156,26 +7938,26 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": 10, + "binop": 6, "updateContext": null }, - "value": "/", - "start": 979, - "end": 980, + "value": "!==", + "start": 1082, + "end": 1085, "loc": { "start": { - "line": 31, - "column": 30 + "line": 37, + "column": 14 }, "end": { - "line": 31, - "column": 31 + "line": 37, + "column": 17 } } }, { "type": { - "label": "num", + "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -10183,20 +7965,19 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": 3600, - "start": 981, - "end": 985, + "value": "undefined", + "start": 1086, + "end": 1095, "loc": { "start": { - "line": 31, - "column": 32 + "line": 37, + "column": 18 }, "end": { - "line": 31, - "column": 36 + "line": 37, + "column": 27 } } }, @@ -10212,42 +7993,41 @@ "postfix": false, "binop": null }, - "start": 985, - "end": 986, + "start": 1095, + "end": 1096, "loc": { "start": { - "line": 31, - "column": 36 + "line": 37, + "column": 27 }, "end": { - "line": 31, - "column": 37 + "line": 37, + "column": 28 } } }, { "type": { - "label": ",", + "label": "{", "beforeExpr": true, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 986, - "end": 987, + "start": 1097, + "end": 1098, "loc": { "start": { - "line": 31, - "column": 37 + "line": 37, + "column": 29 }, "end": { - "line": 31, - "column": 38 + "line": 37, + "column": 30 } } }, @@ -10263,17 +8043,17 @@ "postfix": false, "binop": null }, - "value": "ms", - "start": 996, - "end": 998, + "value": "guideTime", + "start": 1107, + "end": 1116, "loc": { "start": { - "line": 32, + "line": 38, "column": 8 }, "end": { - "line": 32, - "column": 10 + "line": 38, + "column": 17 } } }, @@ -10291,16 +8071,16 @@ "updateContext": null }, "value": "=", - "start": 999, - "end": 1000, + "start": 1117, + "end": 1118, "loc": { "start": { - "line": 32, - "column": 11 + "line": 38, + "column": 18 }, "end": { - "line": 32, - "column": 12 + "line": 38, + "column": 19 } } }, @@ -10316,43 +8096,42 @@ "postfix": false, "binop": null }, - "value": "Math", - "start": 1001, - "end": 1005, + "value": "parseMilliseconds", + "start": 1119, + "end": 1136, "loc": { "start": { - "line": 32, - "column": 13 + "line": 38, + "column": 20 }, "end": { - "line": 32, - "column": 17 + "line": 38, + "column": 37 } } }, { "type": { - "label": ".", - "beforeExpr": false, - "startsExpr": false, + "label": "(", + "beforeExpr": true, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 1005, - "end": 1006, + "start": 1136, + "end": 1137, "loc": { "start": { - "line": 32, - "column": 17 + "line": 38, + "column": 37 }, "end": { - "line": 32, - "column": 18 + "line": 38, + "column": 38 } } }, @@ -10368,75 +8147,79 @@ "postfix": false, "binop": null }, - "value": "floor", - "start": 1006, - "end": 1011, + "value": "guide", + "start": 1137, + "end": 1142, "loc": { "start": { - "line": 32, - "column": 18 + "line": 38, + "column": 38 }, "end": { - "line": 32, - "column": 23 + "line": 38, + "column": 43 } } }, { "type": { - "label": "(", + "label": "*", "beforeExpr": true, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": 10, + "updateContext": null }, - "start": 1011, - "end": 1012, + "value": "*", + "start": 1143, + "end": 1144, "loc": { "start": { - "line": 32, - "column": 23 + "line": 38, + "column": 44 }, "end": { - "line": 32, - "column": 24 + "line": 38, + "column": 45 } } }, { "type": { - "label": "(", - "beforeExpr": true, + "label": "num", + "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 1012, - "end": 1013, + "value": 1000, + "start": 1145, + "end": 1149, "loc": { "start": { - "line": 32, - "column": 24 + "line": 38, + "column": 46 }, "end": { - "line": 32, - "column": 25 + "line": 38, + "column": 50 } } }, { "type": { - "label": "name", + "label": ")", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -10444,52 +8227,50 @@ "postfix": false, "binop": null }, - "value": "seconds", - "start": 1013, - "end": 1020, + "start": 1149, + "end": 1150, "loc": { "start": { - "line": 32, - "column": 25 + "line": 38, + "column": 50 }, "end": { - "line": 32, - "column": 32 + "line": 38, + "column": 51 } } }, { "type": { - "label": "+/-", + "label": ";", "beforeExpr": true, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, - "prefix": true, + "prefix": false, "postfix": false, - "binop": 9, + "binop": null, "updateContext": null }, - "value": "-", - "start": 1021, - "end": 1022, + "start": 1150, + "end": 1151, "loc": { "start": { - "line": 32, - "column": 33 + "line": 38, + "column": 51 }, "end": { - "line": 32, - "column": 34 + "line": 38, + "column": 52 } } }, { "type": { - "label": "name", + "label": "}", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -10497,23 +8278,23 @@ "postfix": false, "binop": null }, - "value": "s", - "start": 1023, - "end": 1024, + "start": 1156, + "end": 1157, "loc": { "start": { - "line": 32, - "column": 35 + "line": 39, + "column": 4 }, "end": { - "line": 32, - "column": 36 + "line": 39, + "column": 5 } } }, { "type": { - "label": ")", + "label": "const", + "keyword": "const", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -10521,80 +8302,81 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 1024, - "end": 1025, + "value": "const", + "start": 1162, + "end": 1167, "loc": { "start": { - "line": 32, - "column": 36 + "line": 40, + "column": 4 }, "end": { - "line": 32, - "column": 37 + "line": 40, + "column": 9 } } }, { "type": { - "label": "*", - "beforeExpr": true, - "startsExpr": false, + "label": "name", + "beforeExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": 10, - "updateContext": null + "binop": null }, - "value": "*", - "start": 1026, - "end": 1027, + "value": "hr", + "start": 1168, + "end": 1170, "loc": { "start": { - "line": 32, - "column": 38 + "line": 40, + "column": 10 }, "end": { - "line": 32, - "column": 39 + "line": 40, + "column": 12 } } }, { "type": { - "label": "num", - "beforeExpr": false, - "startsExpr": true, + "label": "=", + "beforeExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, - "isAssign": false, + "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, - "value": 1000, - "start": 1028, - "end": 1032, + "value": "=", + "start": 1171, + "end": 1172, "loc": { "start": { - "line": 32, - "column": 40 + "line": 40, + "column": 13 }, "end": { - "line": 32, - "column": 44 + "line": 40, + "column": 14 } } }, { "type": { - "label": ")", + "label": "name", "beforeExpr": false, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -10602,65 +8384,74 @@ "postfix": false, "binop": null }, - "start": 1032, - "end": 1033, + "value": "addZero", + "start": 1173, + "end": 1180, "loc": { "start": { - "line": 32, - "column": 44 + "line": 40, + "column": 15 }, "end": { - "line": 32, - "column": 45 + "line": 40, + "column": 22 } } }, { "type": { - "label": ";", + "label": "(", "beforeExpr": true, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 1033, - "end": 1034, + "start": 1180, + "end": 1181, "loc": { "start": { - "line": 32, - "column": 45 + "line": 40, + "column": 22 }, "end": { - "line": 32, - "column": 46 + "line": 40, + "column": 23 } } }, { - "type": "CommentLine", - "value": " handle invalid times", - "start": 1040, - "end": 1063, + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "inputTime", + "start": 1181, + "end": 1190, "loc": { "start": { - "line": 34, - "column": 4 + "line": 40, + "column": 23 }, "end": { - "line": 34, - "column": 27 + "line": 40, + "column": 32 } } }, { "type": { - "label": "if", - "keyword": "if", + "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -10671,24 +8462,23 @@ "binop": null, "updateContext": null }, - "value": "if", - "start": 1068, - "end": 1070, + "start": 1190, + "end": 1191, "loc": { "start": { - "line": 35, - "column": 4 + "line": 40, + "column": 32 }, "end": { - "line": 35, - "column": 6 + "line": 40, + "column": 33 } } }, { "type": { - "label": "(", - "beforeExpr": true, + "label": "name", + "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, @@ -10697,24 +8487,25 @@ "postfix": false, "binop": null }, - "start": 1071, - "end": 1072, + "value": "hours", + "start": 1191, + "end": 1196, "loc": { "start": { - "line": 35, - "column": 7 + "line": 40, + "column": 33 }, "end": { - "line": 35, - "column": 8 + "line": 40, + "column": 38 } } }, { "type": { - "label": "name", + "label": ")", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -10722,76 +8513,78 @@ "postfix": false, "binop": null }, - "value": "isNaN", - "start": 1072, - "end": 1077, + "start": 1196, + "end": 1197, "loc": { "start": { - "line": 35, - "column": 8 + "line": 40, + "column": 38 }, "end": { - "line": 35, - "column": 13 + "line": 40, + "column": 39 } } }, { "type": { - "label": "(", + "label": ";", "beforeExpr": true, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 1077, - "end": 1078, + "start": 1197, + "end": 1198, "loc": { "start": { - "line": 35, - "column": 13 + "line": 40, + "column": 39 }, "end": { - "line": 35, - "column": 14 + "line": 40, + "column": 40 } } }, { "type": { - "label": "name", + "label": "const", + "keyword": "const", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "value": "seconds", - "start": 1078, - "end": 1085, + "value": "const", + "start": 1203, + "end": 1208, "loc": { "start": { - "line": 35, - "column": 14 + "line": 41, + "column": 4 }, "end": { - "line": 35, - "column": 21 + "line": 41, + "column": 9 } } }, { "type": { - "label": ")", + "label": "name", "beforeExpr": false, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -10799,43 +8592,44 @@ "postfix": false, "binop": null }, - "start": 1085, - "end": 1086, + "value": "min", + "start": 1209, + "end": 1212, "loc": { "start": { - "line": 35, - "column": 21 + "line": 41, + "column": 10 }, "end": { - "line": 35, - "column": 22 + "line": 41, + "column": 13 } } }, { "type": { - "label": "||", + "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, - "isAssign": false, + "isAssign": true, "prefix": false, "postfix": false, - "binop": 1, + "binop": null, "updateContext": null }, - "value": "||", - "start": 1087, - "end": 1089, + "value": "=", + "start": 1213, + "end": 1214, "loc": { "start": { - "line": 35, - "column": 23 + "line": 41, + "column": 14 }, "end": { - "line": 35, - "column": 25 + "line": 41, + "column": 15 } } }, @@ -10851,44 +8645,42 @@ "postfix": false, "binop": null }, - "value": "seconds", - "start": 1090, - "end": 1097, + "value": "addZero", + "start": 1215, + "end": 1222, "loc": { "start": { - "line": 35, - "column": 26 + "line": 41, + "column": 16 }, "end": { - "line": 35, - "column": 33 + "line": 41, + "column": 23 } } }, { "type": { - "label": "==/!=", + "label": "(", "beforeExpr": true, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": 6, - "updateContext": null + "binop": null }, - "value": "===", - "start": 1098, - "end": 1101, + "start": 1222, + "end": 1223, "loc": { "start": { - "line": 35, - "column": 34 + "line": 41, + "column": 23 }, "end": { - "line": 35, - "column": 37 + "line": 41, + "column": 24 } } }, @@ -10904,23 +8696,23 @@ "postfix": false, "binop": null }, - "value": "Infinity", - "start": 1102, - "end": 1110, + "value": "inputTime", + "start": 1223, + "end": 1232, "loc": { "start": { - "line": 35, - "column": 38 + "line": 41, + "column": 24 }, "end": { - "line": 35, - "column": 46 + "line": 41, + "column": 33 } } }, { "type": { - "label": ")", + "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -10928,25 +8720,26 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 1110, - "end": 1111, + "start": 1232, + "end": 1233, "loc": { "start": { - "line": 35, - "column": 46 + "line": 41, + "column": 33 }, "end": { - "line": 35, - "column": 47 + "line": 41, + "column": 34 } } }, { "type": { - "label": "{", - "beforeExpr": true, + "label": "name", + "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, @@ -10955,117 +8748,96 @@ "postfix": false, "binop": null }, - "start": 1112, - "end": 1113, - "loc": { - "start": { - "line": 35, - "column": 48 - }, - "end": { - "line": 35, - "column": 49 - } - } - }, - { - "type": "CommentLine", - "value": " '-' is false for all relational operators (e.g. <, >=) so this", - "start": 1122, - "end": 1187, - "loc": { - "start": { - "line": 36, - "column": 8 - }, - "end": { - "line": 36, - "column": 73 - } - } - }, - { - "type": "CommentLine", - "value": " setting will add the minimum number of fields specified by the", - "start": 1196, - "end": 1261, + "value": "minutes", + "start": 1233, + "end": 1240, "loc": { "start": { - "line": 37, - "column": 8 + "line": 41, + "column": 34 }, "end": { - "line": 37, - "column": 73 + "line": 41, + "column": 41 } } }, { - "type": "CommentLine", - "value": " guide", - "start": 1270, - "end": 1278, + "type": { + "label": ")", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 1240, + "end": 1241, "loc": { "start": { - "line": 38, - "column": 8 + "line": 41, + "column": 41 }, "end": { - "line": 38, - "column": 16 + "line": 41, + "column": 42 } } }, { "type": { - "label": "name", - "beforeExpr": false, - "startsExpr": true, + "label": ";", + "beforeExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "value": "h", - "start": 1287, - "end": 1288, + "start": 1241, + "end": 1242, "loc": { "start": { - "line": 39, - "column": 8 + "line": 41, + "column": 42 }, "end": { - "line": 39, - "column": 9 + "line": 41, + "column": 43 } } }, { - "type": { - "label": "=", - "beforeExpr": true, + "type": { + "label": "const", + "keyword": "const", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, - "isAssign": true, + "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, - "value": "=", - "start": 1289, - "end": 1290, + "value": "const", + "start": 1247, + "end": 1252, "loc": { "start": { - "line": 39, - "column": 10 + "line": 42, + "column": 4 }, "end": { - "line": 39, - "column": 11 + "line": 42, + "column": 9 } } }, @@ -11081,16 +8853,16 @@ "postfix": false, "binop": null }, - "value": "m", - "start": 1291, - "end": 1292, + "value": "sec", + "start": 1253, + "end": 1256, "loc": { "start": { - "line": 39, - "column": 12 + "line": 42, + "column": 10 }, "end": { - "line": 39, + "line": 42, "column": 13 } } @@ -11109,15 +8881,15 @@ "updateContext": null }, "value": "=", - "start": 1293, - "end": 1294, + "start": 1257, + "end": 1258, "loc": { "start": { - "line": 39, + "line": 42, "column": 14 }, "end": { - "line": 39, + "line": 42, "column": 15 } } @@ -11134,44 +8906,42 @@ "postfix": false, "binop": null }, - "value": "s", - "start": 1295, - "end": 1296, + "value": "addZero", + "start": 1259, + "end": 1266, "loc": { "start": { - "line": 39, + "line": 42, "column": 16 }, "end": { - "line": 39, - "column": 17 + "line": 42, + "column": 23 } } }, { "type": { - "label": "=", + "label": "(", "beforeExpr": true, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, - "isAssign": true, + "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "=", - "start": 1297, - "end": 1298, + "start": 1266, + "end": 1267, "loc": { "start": { - "line": 39, - "column": 18 + "line": 42, + "column": 23 }, "end": { - "line": 39, - "column": 19 + "line": 42, + "column": 24 } } }, @@ -11187,50 +8957,49 @@ "postfix": false, "binop": null }, - "value": "ms", - "start": 1299, - "end": 1301, + "value": "inputTime", + "start": 1267, + "end": 1276, "loc": { "start": { - "line": 39, - "column": 20 + "line": 42, + "column": 24 }, "end": { - "line": 39, - "column": 22 + "line": 42, + "column": 33 } } }, { "type": { - "label": "=", - "beforeExpr": true, + "label": ".", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, - "isAssign": true, + "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, - "value": "=", - "start": 1302, - "end": 1303, + "start": 1276, + "end": 1277, "loc": { "start": { - "line": 39, - "column": 23 + "line": 42, + "column": 33 }, "end": { - "line": 39, - "column": 24 + "line": 42, + "column": 34 } } }, { "type": { - "label": "string", + "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -11238,140 +9007,151 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "-", - "start": 1304, - "end": 1307, + "value": "seconds", + "start": 1277, + "end": 1284, "loc": { "start": { - "line": 39, - "column": 25 + "line": 42, + "column": 34 }, "end": { - "line": 39, - "column": 28 + "line": 42, + "column": 41 } } }, { "type": { - "label": ";", - "beforeExpr": true, + "label": ")", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 1307, - "end": 1308, + "start": 1284, + "end": 1285, "loc": { "start": { - "line": 39, - "column": 28 + "line": 42, + "column": 41 }, "end": { - "line": 39, - "column": 29 + "line": 42, + "column": 42 } } }, { "type": { - "label": "}", - "beforeExpr": false, + "label": ";", + "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 1313, - "end": 1314, + "start": 1285, + "end": 1286, "loc": { "start": { - "line": 40, - "column": 4 + "line": 42, + "column": 42 }, "end": { - "line": 40, - "column": 5 + "line": 42, + "column": 43 } } }, { - "type": "CommentLine", - "value": " Check if we need to show milliseconds", - "start": 1320, - "end": 1360, + "type": { + "label": "const", + "keyword": "const", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "const", + "start": 1291, + "end": 1296, "loc": { "start": { - "line": 42, + "line": 43, "column": 4 }, "end": { - "line": 42, - "column": 44 + "line": 43, + "column": 9 } } }, { "type": { - "label": "if", - "keyword": "if", + "label": "name", "beforeExpr": false, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "if", - "start": 1365, - "end": 1367, + "value": "ms", + "start": 1297, + "end": 1299, "loc": { "start": { "line": 43, - "column": 4 + "column": 10 }, "end": { "line": 43, - "column": 6 + "column": 12 } } }, { "type": { - "label": "(", + "label": "=", "beforeExpr": true, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, - "isAssign": false, + "isAssign": true, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 1368, - "end": 1369, + "value": "=", + "start": 1300, + "end": 1301, "loc": { "start": { "line": 43, - "column": 7 + "column": 13 }, "end": { "line": 43, - "column": 8 + "column": 14 } } }, @@ -11387,50 +9167,48 @@ "postfix": false, "binop": null }, - "value": "guide", - "start": 1369, - "end": 1374, + "value": "addZero", + "start": 1302, + "end": 1309, "loc": { "start": { "line": 43, - "column": 8 + "column": 15 }, "end": { "line": 43, - "column": 13 + "column": 22 } } }, { "type": { - "label": "", + "label": "(", "beforeExpr": true, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": 7, - "updateContext": null + "binop": null }, - "value": ">", - "start": 1375, - "end": 1376, + "start": 1309, + "end": 1310, "loc": { "start": { "line": 43, - "column": 14 + "column": 22 }, "end": { "line": 43, - "column": 15 + "column": 23 } } }, { "type": { - "label": "num", + "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -11438,47 +9216,45 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": 0, - "start": 1377, - "end": 1378, + "value": "inputTime", + "start": 1310, + "end": 1319, "loc": { "start": { "line": 43, - "column": 16 + "column": 23 }, "end": { "line": 43, - "column": 17 + "column": 32 } } }, { "type": { - "label": "&&", - "beforeExpr": true, + "label": ".", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": 2, + "binop": null, "updateContext": null }, - "value": "&&", - "start": 1379, - "end": 1381, + "start": 1319, + "end": 1320, "loc": { "start": { "line": 43, - "column": 18 + "column": 32 }, "end": { "line": 43, - "column": 20 + "column": 33 } } }, @@ -11494,23 +9270,23 @@ "postfix": false, "binop": null }, - "value": "guide", - "start": 1382, - "end": 1387, + "value": "milliseconds", + "start": 1320, + "end": 1332, "loc": { "start": { "line": 43, - "column": 21 + "column": 33 }, "end": { "line": 43, - "column": 26 + "column": 45 } } }, { "type": { - "label": "", + "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, @@ -11518,26 +9294,25 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": 7, + "binop": null, "updateContext": null }, - "value": "<", - "start": 1388, - "end": 1389, + "start": 1332, + "end": 1333, "loc": { "start": { "line": 43, - "column": 27 + "column": 45 }, "end": { "line": 43, - "column": 28 + "column": 46 } } }, { "type": { - "label": "name", + "label": "num", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -11545,19 +9320,20 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "value": "msDisplayMax", - "start": 1390, - "end": 1402, + "value": 3, + "start": 1334, + "end": 1335, "loc": { "start": { "line": 43, - "column": 29 + "column": 47 }, "end": { "line": 43, - "column": 41 + "column": 48 } } }, @@ -11573,41 +9349,42 @@ "postfix": false, "binop": null }, - "start": 1402, - "end": 1403, + "start": 1335, + "end": 1336, "loc": { "start": { "line": 43, - "column": 41 + "column": 48 }, "end": { "line": 43, - "column": 42 + "column": 49 } } }, { "type": { - "label": "{", + "label": ";", "beforeExpr": true, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 1404, - "end": 1405, + "start": 1336, + "end": 1337, "loc": { "start": { "line": 43, - "column": 43 + "column": 49 }, "end": { "line": 43, - "column": 44 + "column": 50 } } }, @@ -11626,16 +9403,16 @@ "updateContext": null }, "value": "if", - "start": 1414, - "end": 1416, + "start": 1343, + "end": 1345, "loc": { "start": { - "line": 44, - "column": 8 + "line": 45, + "column": 4 }, "end": { - "line": 44, - "column": 10 + "line": 45, + "column": 6 } } }, @@ -11651,16 +9428,16 @@ "postfix": false, "binop": null }, - "start": 1417, - "end": 1418, + "start": 1346, + "end": 1347, "loc": { "start": { - "line": 44, - "column": 11 + "line": 45, + "column": 7 }, "end": { - "line": 44, - "column": 12 + "line": 45, + "column": 8 } } }, @@ -11676,50 +9453,49 @@ "postfix": false, "binop": null }, - "value": "ms", - "start": 1418, - "end": 1420, + "value": "inputTime", + "start": 1347, + "end": 1356, "loc": { "start": { - "line": 44, - "column": 12 + "line": 45, + "column": 8 }, "end": { - "line": 44, - "column": 14 + "line": 45, + "column": 17 } } }, { "type": { - "label": "", - "beforeExpr": true, + "label": ".", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": 7, + "binop": null, "updateContext": null }, - "value": "<", - "start": 1421, - "end": 1422, + "start": 1356, + "end": 1357, "loc": { "start": { - "line": 44, - "column": 15 + "line": 45, + "column": 17 }, "end": { - "line": 44, - "column": 16 + "line": 45, + "column": 18 } } }, { "type": { - "label": "num", + "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -11727,105 +9503,107 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": 100, - "start": 1423, - "end": 1426, + "value": "days", + "start": 1357, + "end": 1361, "loc": { "start": { - "line": 44, - "column": 17 + "line": 45, + "column": 18 }, "end": { - "line": 44, - "column": 20 + "line": 45, + "column": 22 } } }, { "type": { - "label": ")", - "beforeExpr": false, + "label": "", + "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": 7, + "updateContext": null }, - "start": 1426, - "end": 1427, + "value": ">", + "start": 1362, + "end": 1363, "loc": { "start": { - "line": 44, - "column": 20 + "line": 45, + "column": 23 }, "end": { - "line": 44, - "column": 21 + "line": 45, + "column": 24 } } }, { "type": { - "label": "{", - "beforeExpr": true, + "label": "num", + "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 1428, - "end": 1429, + "value": 0, + "start": 1364, + "end": 1365, "loc": { "start": { - "line": 44, - "column": 22 + "line": 45, + "column": 25 }, "end": { - "line": 44, - "column": 23 + "line": 45, + "column": 26 } } }, { "type": { - "label": "if", - "keyword": "if", - "beforeExpr": false, + "label": "||", + "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, + "binop": 1, "updateContext": null }, - "value": "if", - "start": 1442, - "end": 1444, + "value": "||", + "start": 1366, + "end": 1368, "loc": { "start": { "line": 45, - "column": 12 + "column": 27 }, "end": { "line": 45, - "column": 14 + "column": 29 } } }, { "type": { - "label": "(", - "beforeExpr": true, + "label": "name", + "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, @@ -11834,16 +9612,43 @@ "postfix": false, "binop": null }, - "start": 1445, - "end": 1446, + "value": "guideTime", + "start": 1369, + "end": 1378, "loc": { "start": { "line": 45, - "column": 15 + "column": 30 }, "end": { "line": 45, - "column": 16 + "column": 39 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 1378, + "end": 1379, + "loc": { + "start": { + "line": 45, + "column": 39 + }, + "end": { + "line": 45, + "column": 40 } } }, @@ -11859,17 +9664,17 @@ "postfix": false, "binop": null }, - "value": "ms", - "start": 1446, - "end": 1448, + "value": "days", + "start": 1379, + "end": 1383, "loc": { "start": { "line": 45, - "column": 16 + "column": 40 }, "end": { "line": 45, - "column": 18 + "column": 44 } } }, @@ -11886,17 +9691,17 @@ "binop": 7, "updateContext": null }, - "value": "<", - "start": 1449, - "end": 1450, + "value": ">", + "start": 1384, + "end": 1385, "loc": { "start": { "line": 45, - "column": 19 + "column": 45 }, "end": { "line": 45, - "column": 20 + "column": 46 } } }, @@ -11913,17 +9718,17 @@ "binop": null, "updateContext": null }, - "value": 10, - "start": 1451, - "end": 1453, + "value": 0, + "start": 1386, + "end": 1387, "loc": { "start": { "line": 45, - "column": 21 + "column": 47 }, "end": { "line": 45, - "column": 23 + "column": 48 } } }, @@ -11939,16 +9744,16 @@ "postfix": false, "binop": null }, - "start": 1453, - "end": 1454, + "start": 1387, + "end": 1388, "loc": { "start": { "line": 45, - "column": 23 + "column": 48 }, "end": { "line": 45, - "column": 24 + "column": 49 } } }, @@ -11964,16 +9769,44 @@ "postfix": false, "binop": null }, - "start": 1455, - "end": 1456, + "start": 1389, + "end": 1390, "loc": { "start": { "line": 45, - "column": 25 + "column": 50 }, "end": { "line": 45, - "column": 26 + "column": 51 + } + } + }, + { + "type": { + "label": "const", + "keyword": "const", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "const", + "start": 1399, + "end": 1404, + "loc": { + "start": { + "line": 46, + "column": 8 + }, + "end": { + "line": 46, + "column": 13 } } }, @@ -11989,17 +9822,17 @@ "postfix": false, "binop": null }, - "value": "ms", - "start": 1473, - "end": 1475, + "value": "day", + "start": 1405, + "end": 1408, "loc": { "start": { "line": 46, - "column": 16 + "column": 14 }, "end": { "line": 46, - "column": 18 + "column": 17 } } }, @@ -12017,22 +9850,22 @@ "updateContext": null }, "value": "=", - "start": 1476, - "end": 1477, + "start": 1409, + "end": 1410, "loc": { "start": { "line": 46, - "column": 19 + "column": 18 }, "end": { "line": 46, - "column": 20 + "column": 19 } } }, { "type": { - "label": "string", + "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -12040,47 +9873,44 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "00", - "start": 1478, - "end": 1482, + "value": "addZero", + "start": 1411, + "end": 1418, "loc": { "start": { "line": 46, - "column": 21 + "column": 20 }, "end": { "line": 46, - "column": 25 + "column": 27 } } }, { "type": { - "label": "+/-", + "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, - "prefix": true, + "prefix": false, "postfix": false, - "binop": 9, - "updateContext": null + "binop": null }, - "value": "+", - "start": 1483, - "end": 1484, + "start": 1418, + "end": 1419, "loc": { "start": { "line": 46, - "column": 26 + "column": 27 }, "end": { "line": 46, - "column": 27 + "column": 28 } } }, @@ -12096,9 +9926,9 @@ "postfix": false, "binop": null }, - "value": "ms", - "start": 1485, - "end": 1487, + "value": "inputTime", + "start": 1419, + "end": 1428, "loc": { "start": { "line": 46, @@ -12106,14 +9936,14 @@ }, "end": { "line": 46, - "column": 30 + "column": 37 } } }, { "type": { - "label": ";", - "beforeExpr": true, + "label": ".", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, @@ -12123,24 +9953,24 @@ "binop": null, "updateContext": null }, - "start": 1487, - "end": 1488, + "start": 1428, + "end": 1429, "loc": { "start": { "line": 46, - "column": 30 + "column": 37 }, "end": { "line": 46, - "column": 31 + "column": 38 } } }, { "type": { - "label": "}", + "label": "name", "beforeExpr": false, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -12148,130 +9978,129 @@ "postfix": false, "binop": null }, - "start": 1501, - "end": 1502, + "value": "days", + "start": 1429, + "end": 1433, "loc": { "start": { - "line": 47, - "column": 12 + "line": 46, + "column": 38 }, "end": { - "line": 47, - "column": 13 + "line": 46, + "column": 42 } } }, { "type": { - "label": "else", - "keyword": "else", - "beforeExpr": true, + "label": ")", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "else", - "start": 1503, - "end": 1507, + "start": 1433, + "end": 1434, "loc": { "start": { - "line": 47, - "column": 14 + "line": 46, + "column": 42 }, "end": { - "line": 47, - "column": 18 + "line": 46, + "column": 43 } } }, { "type": { - "label": "{", + "label": ";", "beforeExpr": true, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 1508, - "end": 1509, + "start": 1434, + "end": 1435, "loc": { "start": { - "line": 47, - "column": 19 + "line": 46, + "column": 43 }, "end": { - "line": 47, - "column": 20 + "line": 46, + "column": 44 } } }, { "type": { - "label": "name", - "beforeExpr": false, - "startsExpr": true, + "label": "return", + "keyword": "return", + "beforeExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "value": "ms", - "start": 1526, - "end": 1528, + "value": "return", + "start": 1444, + "end": 1450, "loc": { "start": { - "line": 48, - "column": 16 + "line": 47, + "column": 8 }, "end": { - "line": 48, - "column": 18 + "line": 47, + "column": 14 } } }, { "type": { - "label": "=", - "beforeExpr": true, - "startsExpr": false, + "label": "`", + "beforeExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, - "isAssign": true, + "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "=", - "start": 1529, - "end": 1530, + "start": 1451, + "end": 1452, "loc": { "start": { - "line": 48, - "column": 19 + "line": 47, + "column": 15 }, "end": { - "line": 48, - "column": 20 + "line": 47, + "column": 16 } } }, { "type": { - "label": "string", + "label": "template", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -12280,44 +10109,42 @@ "binop": null, "updateContext": null }, - "value": "0", - "start": 1531, - "end": 1534, + "value": "", + "start": 1452, + "end": 1452, "loc": { "start": { - "line": 48, - "column": 21 + "line": 47, + "column": 16 }, "end": { - "line": 48, - "column": 24 + "line": 47, + "column": 16 } } }, { "type": { - "label": "+/-", + "label": "${", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, - "prefix": true, + "prefix": false, "postfix": false, - "binop": 9, - "updateContext": null + "binop": null }, - "value": "+", - "start": 1535, - "end": 1536, + "start": 1452, + "end": 1454, "loc": { "start": { - "line": 48, - "column": 25 + "line": 47, + "column": 16 }, "end": { - "line": 48, - "column": 26 + "line": 47, + "column": 18 } } }, @@ -12333,49 +10160,48 @@ "postfix": false, "binop": null }, - "value": "ms", - "start": 1537, - "end": 1539, + "value": "day", + "start": 1454, + "end": 1457, "loc": { "start": { - "line": 48, - "column": 27 + "line": 47, + "column": 18 }, "end": { - "line": 48, - "column": 29 + "line": 47, + "column": 21 } } }, { "type": { - "label": ";", - "beforeExpr": true, + "label": "}", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 1539, - "end": 1540, + "start": 1457, + "end": 1458, "loc": { "start": { - "line": 48, - "column": 29 + "line": 47, + "column": 21 }, "end": { - "line": 48, - "column": 30 + "line": 47, + "column": 22 } } }, { "type": { - "label": "}", + "label": "template", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -12383,26 +10209,28 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 1553, - "end": 1554, + "value": ":", + "start": 1458, + "end": 1459, "loc": { "start": { - "line": 49, - "column": 12 + "line": 47, + "column": 22 }, "end": { - "line": 49, - "column": 13 + "line": 47, + "column": 23 } } }, { "type": { - "label": "}", - "beforeExpr": false, - "startsExpr": false, + "label": "${", + "beforeExpr": true, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -12410,16 +10238,16 @@ "postfix": false, "binop": null }, - "start": 1563, - "end": 1564, + "start": 1459, + "end": 1461, "loc": { "start": { - "line": 50, - "column": 8 + "line": 47, + "column": 23 }, "end": { - "line": 50, - "column": 9 + "line": 47, + "column": 25 } } }, @@ -12435,52 +10263,50 @@ "postfix": false, "binop": null }, - "value": "ms", - "start": 1573, - "end": 1575, + "value": "hr", + "start": 1461, + "end": 1463, "loc": { "start": { - "line": 51, - "column": 8 + "line": 47, + "column": 25 }, "end": { - "line": 51, - "column": 10 + "line": 47, + "column": 27 } } }, { "type": { - "label": "=", - "beforeExpr": true, + "label": "}", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, - "isAssign": true, + "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "=", - "start": 1576, - "end": 1577, + "start": 1463, + "end": 1464, "loc": { "start": { - "line": 51, - "column": 11 + "line": 47, + "column": 27 }, "end": { - "line": 51, - "column": 12 + "line": 47, + "column": 28 } } }, { "type": { - "label": "string", + "label": "template", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -12490,43 +10316,41 @@ "updateContext": null }, "value": ":", - "start": 1578, - "end": 1581, + "start": 1464, + "end": 1465, "loc": { "start": { - "line": 51, - "column": 13 + "line": 47, + "column": 28 }, "end": { - "line": 51, - "column": 16 + "line": 47, + "column": 29 } } }, { "type": { - "label": "+/-", + "label": "${", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, - "prefix": true, + "prefix": false, "postfix": false, - "binop": 9, - "updateContext": null + "binop": null }, - "value": "+", - "start": 1582, - "end": 1583, + "start": 1465, + "end": 1467, "loc": { "start": { - "line": 51, - "column": 17 + "line": 47, + "column": 29 }, "end": { - "line": 51, - "column": 18 + "line": 47, + "column": 31 } } }, @@ -12542,49 +10366,48 @@ "postfix": false, "binop": null }, - "value": "ms", - "start": 1584, - "end": 1586, + "value": "min", + "start": 1467, + "end": 1470, "loc": { "start": { - "line": 51, - "column": 19 + "line": 47, + "column": 31 }, "end": { - "line": 51, - "column": 21 + "line": 47, + "column": 34 } } }, { "type": { - "label": ";", - "beforeExpr": true, + "label": "}", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 1586, - "end": 1587, + "start": 1470, + "end": 1471, "loc": { "start": { - "line": 51, - "column": 21 + "line": 47, + "column": 34 }, "end": { - "line": 51, - "column": 22 + "line": 47, + "column": 35 } } }, { "type": { - "label": "}", + "label": "template", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -12592,53 +10415,52 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 1592, - "end": 1593, + "value": ":", + "start": 1471, + "end": 1472, "loc": { "start": { - "line": 52, - "column": 4 + "line": 47, + "column": 35 }, "end": { - "line": 52, - "column": 5 + "line": 47, + "column": 36 } } }, { "type": { - "label": "else", - "keyword": "else", + "label": "${", "beforeExpr": true, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "else", - "start": 1594, - "end": 1598, + "start": 1472, + "end": 1474, "loc": { "start": { - "line": 52, - "column": 6 + "line": 47, + "column": 36 }, "end": { - "line": 52, - "column": 10 + "line": 47, + "column": 38 } } }, { "type": { - "label": "{", - "beforeExpr": true, + "label": "name", + "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, @@ -12647,24 +10469,25 @@ "postfix": false, "binop": null }, - "start": 1599, - "end": 1600, + "value": "sec", + "start": 1474, + "end": 1477, "loc": { "start": { - "line": 52, - "column": 11 + "line": 47, + "column": 38 }, "end": { - "line": 52, - "column": 12 + "line": 47, + "column": 41 } } }, { "type": { - "label": "name", + "label": "}", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -12672,50 +10495,49 @@ "postfix": false, "binop": null }, - "value": "ms", - "start": 1609, - "end": 1611, + "start": 1477, + "end": 1478, "loc": { "start": { - "line": 53, - "column": 8 + "line": 47, + "column": 41 }, "end": { - "line": 53, - "column": 10 + "line": 47, + "column": 42 } } }, { "type": { - "label": "=", - "beforeExpr": true, + "label": "template", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, - "isAssign": true, + "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, - "value": "=", - "start": 1612, - "end": 1613, + "value": "", + "start": 1478, + "end": 1478, "loc": { "start": { - "line": 53, - "column": 11 + "line": 47, + "column": 42 }, "end": { - "line": 53, - "column": 12 + "line": 47, + "column": 42 } } }, { "type": { - "label": "string", + "label": "`", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -12723,20 +10545,18 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "", - "start": 1614, - "end": 1616, + "start": 1478, + "end": 1479, "loc": { "start": { - "line": 53, - "column": 13 + "line": 47, + "column": 42 }, "end": { - "line": 53, - "column": 15 + "line": 47, + "column": 43 } } }, @@ -12753,16 +10573,16 @@ "binop": null, "updateContext": null }, - "start": 1616, - "end": 1617, + "start": 1479, + "end": 1480, "loc": { "start": { - "line": 53, - "column": 15 + "line": 47, + "column": 43 }, "end": { - "line": 53, - "column": 16 + "line": 47, + "column": 44 } } }, @@ -12778,39 +10598,51 @@ "postfix": false, "binop": null }, - "start": 1622, - "end": 1623, + "start": 1485, + "end": 1486, "loc": { "start": { - "line": 54, + "line": 48, "column": 4 }, "end": { - "line": 54, + "line": 48, "column": 5 } } }, { - "type": "CommentLine", - "value": " Check if we need to show hours", - "start": 1629, - "end": 1662, + "type": { + "label": "if", + "keyword": "if", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "if", + "start": 1491, + "end": 1493, "loc": { "start": { - "line": 56, + "line": 49, "column": 4 }, "end": { - "line": 56, - "column": 37 + "line": 49, + "column": 6 } } }, { "type": { - "label": "name", - "beforeExpr": false, + "label": "(", + "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, @@ -12819,69 +10651,68 @@ "postfix": false, "binop": null }, - "value": "h", - "start": 1667, - "end": 1668, + "start": 1494, + "end": 1495, "loc": { "start": { - "line": 57, - "column": 4 + "line": 49, + "column": 7 }, "end": { - "line": 57, - "column": 5 + "line": 49, + "column": 8 } } }, { "type": { - "label": "=", - "beforeExpr": true, - "startsExpr": false, + "label": "name", + "beforeExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, - "isAssign": true, + "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "=", - "start": 1669, - "end": 1670, + "value": "inputTime", + "start": 1495, + "end": 1504, "loc": { "start": { - "line": 57, - "column": 6 + "line": 49, + "column": 8 }, "end": { - "line": 57, - "column": 7 + "line": 49, + "column": 17 } } }, { "type": { - "label": "(", - "beforeExpr": true, - "startsExpr": true, + "label": ".", + "beforeExpr": false, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 1671, - "end": 1672, + "start": 1504, + "end": 1505, "loc": { "start": { - "line": 57, - "column": 8 + "line": 49, + "column": 17 }, "end": { - "line": 57, - "column": 9 + "line": 49, + "column": 18 } } }, @@ -12897,17 +10728,17 @@ "postfix": false, "binop": null }, - "value": "h", - "start": 1672, - "end": 1673, + "value": "hours", + "start": 1505, + "end": 1510, "loc": { "start": { - "line": 57, - "column": 9 + "line": 49, + "column": 18 }, "end": { - "line": 57, - "column": 10 + "line": 49, + "column": 23 } } }, @@ -12925,16 +10756,16 @@ "updateContext": null }, "value": ">", - "start": 1674, - "end": 1675, + "start": 1511, + "end": 1512, "loc": { "start": { - "line": 57, - "column": 11 + "line": 49, + "column": 24 }, "end": { - "line": 57, - "column": 12 + "line": 49, + "column": 25 } } }, @@ -12952,16 +10783,16 @@ "updateContext": null }, "value": 0, - "start": 1676, - "end": 1677, + "start": 1513, + "end": 1514, "loc": { "start": { - "line": 57, - "column": 13 + "line": 49, + "column": 26 }, "end": { - "line": 57, - "column": 14 + "line": 49, + "column": 27 } } }, @@ -12979,16 +10810,16 @@ "updateContext": null }, "value": "||", - "start": 1678, - "end": 1680, + "start": 1515, + "end": 1517, "loc": { "start": { - "line": 57, - "column": 15 + "line": 49, + "column": 28 }, "end": { - "line": 57, - "column": 17 + "line": 49, + "column": 30 } } }, @@ -13004,52 +10835,25 @@ "postfix": false, "binop": null }, - "value": "gh", - "start": 1681, - "end": 1683, - "loc": { - "start": { - "line": 57, - "column": 18 - }, - "end": { - "line": 57, - "column": 20 - } - } - }, - { - "type": { - "label": "", - "beforeExpr": true, - "startsExpr": false, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": 7, - "updateContext": null - }, - "value": ">", - "start": 1684, - "end": 1685, + "value": "guideTime", + "start": 1518, + "end": 1527, "loc": { "start": { - "line": 57, - "column": 21 + "line": 49, + "column": 31 }, "end": { - "line": 57, - "column": 22 + "line": 49, + "column": 40 } } }, { "type": { - "label": "num", + "label": ".", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -13058,25 +10862,24 @@ "binop": null, "updateContext": null }, - "value": 0, - "start": 1686, - "end": 1687, + "start": 1527, + "end": 1528, "loc": { "start": { - "line": 57, - "column": 23 + "line": 49, + "column": 40 }, "end": { - "line": 57, - "column": 24 + "line": 49, + "column": 41 } } }, { "type": { - "label": ")", + "label": "name", "beforeExpr": false, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -13084,22 +10887,23 @@ "postfix": false, "binop": null }, - "start": 1687, - "end": 1688, + "value": "hours", + "start": 1528, + "end": 1533, "loc": { "start": { - "line": 57, - "column": 24 + "line": 49, + "column": 41 }, "end": { - "line": 57, - "column": 25 + "line": 49, + "column": 46 } } }, { "type": { - "label": "?", + "label": "", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, @@ -13107,25 +10911,26 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null, + "binop": 7, "updateContext": null }, - "start": 1689, - "end": 1690, + "value": ">", + "start": 1534, + "end": 1535, "loc": { "start": { - "line": 57, - "column": 26 + "line": 49, + "column": 47 }, "end": { - "line": 57, - "column": 27 + "line": 49, + "column": 48 } } }, { "type": { - "label": "name", + "label": "num", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -13133,79 +10938,77 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "value": "h", - "start": 1691, - "end": 1692, + "value": 0, + "start": 1536, + "end": 1537, "loc": { "start": { - "line": 57, - "column": 28 + "line": 49, + "column": 49 }, "end": { - "line": 57, - "column": 29 + "line": 49, + "column": 50 } } }, { "type": { - "label": "+/-", - "beforeExpr": true, - "startsExpr": true, + "label": ")", + "beforeExpr": false, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, - "prefix": true, + "prefix": false, "postfix": false, - "binop": 9, - "updateContext": null + "binop": null }, - "value": "+", - "start": 1693, - "end": 1694, + "start": 1537, + "end": 1538, "loc": { "start": { - "line": 57, - "column": 30 + "line": 49, + "column": 50 }, "end": { - "line": 57, - "column": 31 + "line": 49, + "column": 51 } } }, { "type": { - "label": "string", - "beforeExpr": false, + "label": "{", + "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": ":", - "start": 1695, - "end": 1698, + "start": 1539, + "end": 1540, "loc": { "start": { - "line": 57, - "column": 32 + "line": 49, + "column": 52 }, "end": { - "line": 57, - "column": 35 + "line": 49, + "column": 53 } } }, { "type": { - "label": ":", + "label": "return", + "keyword": "return", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, @@ -13216,22 +11019,23 @@ "binop": null, "updateContext": null }, - "start": 1699, - "end": 1700, + "value": "return", + "start": 1549, + "end": 1555, "loc": { "start": { - "line": 57, - "column": 36 + "line": 50, + "column": 8 }, "end": { - "line": 57, - "column": 37 + "line": 50, + "column": 14 } } }, { "type": { - "label": "string", + "label": "`", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -13239,27 +11043,25 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "", - "start": 1701, - "end": 1703, + "start": 1556, + "end": 1557, "loc": { "start": { - "line": 57, - "column": 38 + "line": 50, + "column": 15 }, "end": { - "line": 57, - "column": 40 + "line": 50, + "column": 16 } } }, { "type": { - "label": ";", - "beforeExpr": true, + "label": "template", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, @@ -13269,55 +11071,24 @@ "binop": null, "updateContext": null }, - "start": 1703, - "end": 1704, - "loc": { - "start": { - "line": 57, - "column": 40 - }, - "end": { - "line": 57, - "column": 41 - } - } - }, - { - "type": "CommentLine", - "value": " If hours are showing, we may need to add a leading zero.", - "start": 1710, - "end": 1769, - "loc": { - "start": { - "line": 59, - "column": 4 - }, - "end": { - "line": 59, - "column": 63 - } - } - }, - { - "type": "CommentLine", - "value": " Always show at least one digit of minutes.", - "start": 1774, - "end": 1819, + "value": "", + "start": 1557, + "end": 1557, "loc": { "start": { - "line": 60, - "column": 4 + "line": 50, + "column": 16 }, "end": { - "line": 60, - "column": 49 + "line": 50, + "column": 16 } } }, { "type": { - "label": "name", - "beforeExpr": false, + "label": "${", + "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, @@ -13326,52 +11097,50 @@ "postfix": false, "binop": null }, - "value": "m", - "start": 1824, - "end": 1825, + "start": 1557, + "end": 1559, "loc": { "start": { - "line": 61, - "column": 4 + "line": 50, + "column": 16 }, "end": { - "line": 61, - "column": 5 + "line": 50, + "column": 18 } } }, { "type": { - "label": "=", - "beforeExpr": true, - "startsExpr": false, + "label": "name", + "beforeExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, - "isAssign": true, + "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "=", - "start": 1826, - "end": 1827, + "value": "hr", + "start": 1559, + "end": 1561, "loc": { "start": { - "line": 61, - "column": 6 + "line": 50, + "column": 18 }, "end": { - "line": 61, - "column": 7 + "line": 50, + "column": 20 } } }, { "type": { - "label": "(", - "beforeExpr": true, - "startsExpr": true, + "label": "}", + "beforeExpr": false, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -13379,47 +11148,49 @@ "postfix": false, "binop": null }, - "start": 1828, - "end": 1829, + "start": 1561, + "end": 1562, "loc": { "start": { - "line": 61, - "column": 8 + "line": 50, + "column": 20 }, "end": { - "line": 61, - "column": 9 + "line": 50, + "column": 21 } } }, { "type": { - "label": "(", - "beforeExpr": true, - "startsExpr": true, + "label": "template", + "beforeExpr": false, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 1829, - "end": 1830, + "value": ":", + "start": 1562, + "end": 1563, "loc": { "start": { - "line": 61, - "column": 9 + "line": 50, + "column": 21 }, "end": { - "line": 61, - "column": 10 + "line": 50, + "column": 22 } } }, { "type": { - "label": "(", + "label": "${", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, @@ -13429,16 +11200,16 @@ "postfix": false, "binop": null }, - "start": 1830, - "end": 1831, + "start": 1563, + "end": 1565, "loc": { "start": { - "line": 61, - "column": 10 + "line": 50, + "column": 22 }, "end": { - "line": 61, - "column": 11 + "line": 50, + "column": 24 } } }, @@ -13454,103 +11225,100 @@ "postfix": false, "binop": null }, - "value": "h", - "start": 1831, - "end": 1832, + "value": "min", + "start": 1565, + "end": 1568, "loc": { "start": { - "line": 61, - "column": 11 + "line": 50, + "column": 24 }, "end": { - "line": 61, - "column": 12 + "line": 50, + "column": 27 } } }, { "type": { - "label": "||", - "beforeExpr": true, + "label": "}", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": 1, - "updateContext": null + "binop": null }, - "value": "||", - "start": 1833, - "end": 1835, + "start": 1568, + "end": 1569, "loc": { "start": { - "line": 61, - "column": 13 + "line": 50, + "column": 27 }, "end": { - "line": 61, - "column": 15 + "line": 50, + "column": 28 } } }, { "type": { - "label": "name", + "label": "template", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "value": "gm", - "start": 1836, - "end": 1838, + "value": ":", + "start": 1569, + "end": 1570, "loc": { "start": { - "line": 61, - "column": 16 + "line": 50, + "column": 28 }, "end": { - "line": 61, - "column": 18 + "line": 50, + "column": 29 } } }, { "type": { - "label": "", + "label": "${", "beforeExpr": true, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": 7, - "updateContext": null + "binop": null }, - "value": ">=", - "start": 1839, - "end": 1841, + "start": 1570, + "end": 1572, "loc": { "start": { - "line": 61, - "column": 19 + "line": 50, + "column": 29 }, "end": { - "line": 61, - "column": 21 + "line": 50, + "column": 31 } } }, { "type": { - "label": "num", + "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -13558,26 +11326,25 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": 10, - "start": 1842, - "end": 1844, + "value": "sec", + "start": 1572, + "end": 1575, "loc": { "start": { - "line": 61, - "column": 22 + "line": 50, + "column": 31 }, "end": { - "line": 61, - "column": 24 + "line": 50, + "column": 34 } } }, { "type": { - "label": ")", + "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -13587,49 +11354,49 @@ "postfix": false, "binop": null }, - "start": 1844, - "end": 1845, + "start": 1575, + "end": 1576, "loc": { "start": { - "line": 61, - "column": 24 + "line": 50, + "column": 34 }, "end": { - "line": 61, - "column": 25 + "line": 50, + "column": 35 } } }, { "type": { - "label": "&&", - "beforeExpr": true, + "label": "template", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": 2, + "binop": null, "updateContext": null }, - "value": "&&", - "start": 1846, - "end": 1848, + "value": "", + "start": 1576, + "end": 1576, "loc": { "start": { - "line": 61, - "column": 26 + "line": 50, + "column": 35 }, "end": { - "line": 61, - "column": 28 + "line": 50, + "column": 35 } } }, { "type": { - "label": "name", + "label": "`", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -13639,23 +11406,22 @@ "postfix": false, "binop": null }, - "value": "m", - "start": 1849, - "end": 1850, + "start": 1576, + "end": 1577, "loc": { "start": { - "line": 61, - "column": 29 + "line": 50, + "column": 35 }, "end": { - "line": 61, - "column": 30 + "line": 50, + "column": 36 } } }, { "type": { - "label": "", + "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, @@ -13663,53 +11429,51 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": 7, + "binop": null, "updateContext": null }, - "value": "<", - "start": 1851, - "end": 1852, + "start": 1577, + "end": 1578, "loc": { "start": { - "line": 61, - "column": 31 + "line": 50, + "column": 36 }, "end": { - "line": 61, - "column": 32 + "line": 50, + "column": 37 } } }, { "type": { - "label": "num", + "label": "}", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": 10, - "start": 1853, - "end": 1855, + "start": 1583, + "end": 1584, "loc": { "start": { - "line": 61, - "column": 33 + "line": 51, + "column": 4 }, "end": { - "line": 61, - "column": 35 + "line": 51, + "column": 5 } } }, { "type": { - "label": ")", + "label": "if", + "keyword": "if", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -13717,50 +11481,51 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 1855, - "end": 1856, + "value": "if", + "start": 1589, + "end": 1591, "loc": { "start": { - "line": 61, - "column": 35 + "line": 52, + "column": 4 }, "end": { - "line": 61, - "column": 36 + "line": 52, + "column": 6 } } }, { "type": { - "label": "?", + "label": "(", "beforeExpr": true, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 1857, - "end": 1858, + "start": 1592, + "end": 1593, "loc": { "start": { - "line": 61, - "column": 37 + "line": 52, + "column": 7 }, "end": { - "line": 61, - "column": 38 + "line": 52, + "column": 8 } } }, { "type": { - "label": "string", + "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -13768,54 +11533,51 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "0", - "start": 1859, - "end": 1862, + "value": "displayMilliseconds", + "start": 1593, + "end": 1612, "loc": { "start": { - "line": 61, - "column": 39 + "line": 52, + "column": 8 }, "end": { - "line": 61, - "column": 42 + "line": 52, + "column": 27 } } }, { "type": { - "label": "+/-", - "beforeExpr": true, - "startsExpr": true, + "label": ")", + "beforeExpr": false, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, - "prefix": true, + "prefix": false, "postfix": false, - "binop": 9, - "updateContext": null + "binop": null }, - "value": "+", - "start": 1863, - "end": 1864, + "start": 1612, + "end": 1613, "loc": { "start": { - "line": 61, - "column": 43 + "line": 52, + "column": 27 }, "end": { - "line": 61, - "column": 44 + "line": 52, + "column": 28 } } }, { "type": { - "label": "name", - "beforeExpr": false, + "label": "{", + "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, @@ -13824,23 +11586,23 @@ "postfix": false, "binop": null }, - "value": "m", - "start": 1865, - "end": 1866, + "start": 1614, + "end": 1615, "loc": { "start": { - "line": 61, - "column": 45 + "line": 52, + "column": 29 }, "end": { - "line": 61, - "column": 46 + "line": 52, + "column": 30 } } }, { "type": { - "label": ":", + "label": "return", + "keyword": "return", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, @@ -13851,22 +11613,23 @@ "binop": null, "updateContext": null }, - "start": 1867, - "end": 1868, + "value": "return", + "start": 1624, + "end": 1630, "loc": { "start": { - "line": 61, - "column": 47 + "line": 53, + "column": 8 }, "end": { - "line": 61, - "column": 48 + "line": 53, + "column": 14 } } }, { "type": { - "label": "name", + "label": "`", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -13876,23 +11639,22 @@ "postfix": false, "binop": null }, - "value": "m", - "start": 1869, - "end": 1870, + "start": 1631, + "end": 1632, "loc": { "start": { - "line": 61, - "column": 49 + "line": 53, + "column": 15 }, "end": { - "line": 61, - "column": 50 + "line": 53, + "column": 16 } } }, { "type": { - "label": ")", + "label": "template", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -13900,51 +11662,51 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 1870, - "end": 1871, + "value": "", + "start": 1632, + "end": 1632, "loc": { "start": { - "line": 61, - "column": 50 + "line": 53, + "column": 16 }, "end": { - "line": 61, - "column": 51 + "line": 53, + "column": 16 } } }, { "type": { - "label": "+/-", + "label": "${", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, - "prefix": true, + "prefix": false, "postfix": false, - "binop": 9, - "updateContext": null + "binop": null }, - "value": "+", - "start": 1872, - "end": 1873, + "start": 1632, + "end": 1634, "loc": { "start": { - "line": 61, - "column": 52 + "line": 53, + "column": 16 }, "end": { - "line": 61, - "column": 53 + "line": 53, + "column": 18 } } }, { "type": { - "label": "string", + "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -13952,122 +11714,103 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": ":", - "start": 1874, - "end": 1877, + "value": "min", + "start": 1634, + "end": 1637, "loc": { "start": { - "line": 61, - "column": 54 + "line": 53, + "column": 18 }, "end": { - "line": 61, - "column": 57 + "line": 53, + "column": 21 } } }, { "type": { - "label": ";", - "beforeExpr": true, + "label": "}", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 1877, - "end": 1878, - "loc": { - "start": { - "line": 61, - "column": 57 - }, - "end": { - "line": 61, - "column": 58 - } - } - }, - { - "type": "CommentLine", - "value": " Check if leading zero is need for seconds", - "start": 1884, - "end": 1928, + "start": 1637, + "end": 1638, "loc": { "start": { - "line": 63, - "column": 4 + "line": 53, + "column": 21 }, "end": { - "line": 63, - "column": 48 + "line": 53, + "column": 22 } } }, { "type": { - "label": "name", + "label": "template", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "value": "s", - "start": 1933, - "end": 1934, + "value": ":", + "start": 1638, + "end": 1639, "loc": { "start": { - "line": 64, - "column": 4 + "line": 53, + "column": 22 }, "end": { - "line": 64, - "column": 5 + "line": 53, + "column": 23 } } }, { "type": { - "label": "=", + "label": "${", "beforeExpr": true, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, - "isAssign": true, + "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "=", - "start": 1935, - "end": 1936, + "start": 1639, + "end": 1641, "loc": { "start": { - "line": 64, - "column": 6 + "line": 53, + "column": 23 }, "end": { - "line": 64, - "column": 7 + "line": 53, + "column": 25 } } }, { "type": { - "label": "(", - "beforeExpr": true, + "label": "name", + "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, @@ -14076,24 +11819,25 @@ "postfix": false, "binop": null }, - "start": 1937, - "end": 1938, + "value": "sec", + "start": 1641, + "end": 1644, "loc": { "start": { - "line": 64, - "column": 8 + "line": 53, + "column": 25 }, "end": { - "line": 64, - "column": 9 + "line": 53, + "column": 28 } } }, { "type": { - "label": "(", - "beforeExpr": true, - "startsExpr": true, + "label": "}", + "beforeExpr": false, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -14101,75 +11845,74 @@ "postfix": false, "binop": null }, - "start": 1938, - "end": 1939, + "start": 1644, + "end": 1645, "loc": { "start": { - "line": 64, - "column": 9 + "line": 53, + "column": 28 }, "end": { - "line": 64, - "column": 10 + "line": 53, + "column": 29 } } }, { "type": { - "label": "name", + "label": "template", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "value": "s", - "start": 1939, - "end": 1940, + "value": ":", + "start": 1645, + "end": 1646, "loc": { "start": { - "line": 64, - "column": 10 + "line": 53, + "column": 29 }, "end": { - "line": 64, - "column": 11 + "line": 53, + "column": 30 } } }, { "type": { - "label": "", + "label": "${", "beforeExpr": true, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": 7, - "updateContext": null + "binop": null }, - "value": "<", - "start": 1941, - "end": 1942, + "start": 1646, + "end": 1648, "loc": { "start": { - "line": 64, - "column": 12 + "line": 53, + "column": 30 }, "end": { - "line": 64, - "column": 13 + "line": 53, + "column": 32 } } }, { "type": { - "label": "num", + "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -14177,26 +11920,25 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": 10, - "start": 1943, - "end": 1945, + "value": "ms", + "start": 1648, + "end": 1650, "loc": { "start": { - "line": 64, - "column": 14 + "line": 53, + "column": 32 }, "end": { - "line": 64, - "column": 16 + "line": 53, + "column": 34 } } }, { "type": { - "label": ")", + "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -14206,23 +11948,23 @@ "postfix": false, "binop": null }, - "start": 1945, - "end": 1946, + "start": 1650, + "end": 1651, "loc": { "start": { - "line": 64, - "column": 16 + "line": 53, + "column": 34 }, "end": { - "line": 64, - "column": 17 + "line": 53, + "column": 35 } } }, { "type": { - "label": "?", - "beforeExpr": true, + "label": "template", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, @@ -14232,22 +11974,23 @@ "binop": null, "updateContext": null }, - "start": 1947, - "end": 1948, + "value": "", + "start": 1651, + "end": 1651, "loc": { "start": { - "line": 64, - "column": 18 + "line": 53, + "column": 35 }, "end": { - "line": 64, - "column": 19 + "line": 53, + "column": 35 } } }, { "type": { - "label": "string", + "label": "`", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -14255,55 +11998,52 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "0", - "start": 1949, - "end": 1952, + "start": 1651, + "end": 1652, "loc": { "start": { - "line": 64, - "column": 20 + "line": 53, + "column": 35 }, "end": { - "line": 64, - "column": 23 + "line": 53, + "column": 36 } } }, { "type": { - "label": "+/-", + "label": ";", "beforeExpr": true, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, - "prefix": true, + "prefix": false, "postfix": false, - "binop": 9, + "binop": null, "updateContext": null }, - "value": "+", - "start": 1953, - "end": 1954, + "start": 1652, + "end": 1653, "loc": { "start": { - "line": 64, - "column": 24 + "line": 53, + "column": 36 }, "end": { - "line": 64, - "column": 25 + "line": 53, + "column": 37 } } }, { "type": { - "label": "name", + "label": "}", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -14311,23 +12051,23 @@ "postfix": false, "binop": null }, - "value": "s", - "start": 1955, - "end": 1956, + "start": 1658, + "end": 1659, "loc": { "start": { - "line": 64, - "column": 26 + "line": 54, + "column": 4 }, "end": { - "line": 64, - "column": 27 + "line": 54, + "column": 5 } } }, { "type": { - "label": ":", + "label": "return", + "keyword": "return", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, @@ -14338,22 +12078,23 @@ "binop": null, "updateContext": null }, - "start": 1957, - "end": 1958, + "value": "return", + "start": 1665, + "end": 1671, "loc": { "start": { - "line": 64, - "column": 28 + "line": 56, + "column": 4 }, "end": { - "line": 64, - "column": 29 + "line": 56, + "column": 10 } } }, { "type": { - "label": "name", + "label": "`", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -14363,23 +12104,22 @@ "postfix": false, "binop": null }, - "value": "s", - "start": 1959, - "end": 1960, + "start": 1672, + "end": 1673, "loc": { "start": { - "line": 64, - "column": 30 + "line": 56, + "column": 11 }, "end": { - "line": 64, - "column": 31 + "line": 56, + "column": 12 } } }, { "type": { - "label": ")", + "label": "template", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -14387,96 +12127,79 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 1960, - "end": 1961, + "value": "", + "start": 1673, + "end": 1673, "loc": { "start": { - "line": 64, - "column": 31 + "line": 56, + "column": 12 }, "end": { - "line": 64, - "column": 32 + "line": 56, + "column": 12 } } }, { "type": { - "label": ";", + "label": "${", "beforeExpr": true, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 1961, - "end": 1962, - "loc": { - "start": { - "line": 64, - "column": 32 - }, - "end": { - "line": 64, - "column": 33 - } - } - }, - { - "type": "CommentLine", - "value": " buddy ignore:end", - "start": 1967, - "end": 1986, + "start": 1673, + "end": 1675, "loc": { "start": { - "line": 65, - "column": 4 + "line": 56, + "column": 12 }, "end": { - "line": 65, - "column": 23 + "line": 56, + "column": 14 } } }, { "type": { - "label": "return", - "keyword": "return", - "beforeExpr": true, - "startsExpr": false, + "label": "name", + "beforeExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "return", - "start": 1991, - "end": 1997, + "value": "min", + "start": 1675, + "end": 1678, "loc": { "start": { - "line": 66, - "column": 4 + "line": 56, + "column": 14 }, "end": { - "line": 66, - "column": 10 + "line": 56, + "column": 17 } } }, { "type": { - "label": "name", + "label": "}", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -14484,51 +12207,50 @@ "postfix": false, "binop": null }, - "value": "h", - "start": 1998, - "end": 1999, + "start": 1678, + "end": 1679, "loc": { "start": { - "line": 66, - "column": 11 + "line": 56, + "column": 17 }, "end": { - "line": 66, - "column": 12 + "line": 56, + "column": 18 } } }, { "type": { - "label": "+/-", - "beforeExpr": true, - "startsExpr": true, + "label": "template", + "beforeExpr": false, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, - "prefix": true, + "prefix": false, "postfix": false, - "binop": 9, + "binop": null, "updateContext": null }, - "value": "+", - "start": 2000, - "end": 2001, + "value": ":", + "start": 1679, + "end": 1680, "loc": { "start": { - "line": 66, - "column": 13 + "line": 56, + "column": 18 }, "end": { - "line": 66, - "column": 14 + "line": 56, + "column": 19 } } }, { "type": { - "label": "name", - "beforeExpr": false, + "label": "${", + "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, @@ -14537,52 +12259,50 @@ "postfix": false, "binop": null }, - "value": "m", - "start": 2002, - "end": 2003, + "start": 1680, + "end": 1682, "loc": { "start": { - "line": 66, - "column": 15 + "line": 56, + "column": 19 }, "end": { - "line": 66, - "column": 16 + "line": 56, + "column": 21 } } }, { "type": { - "label": "+/-", - "beforeExpr": true, + "label": "name", + "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, - "prefix": true, + "prefix": false, "postfix": false, - "binop": 9, - "updateContext": null + "binop": null }, - "value": "+", - "start": 2004, - "end": 2005, + "value": "sec", + "start": 1682, + "end": 1685, "loc": { "start": { - "line": 66, - "column": 17 + "line": 56, + "column": 21 }, "end": { - "line": 66, - "column": 18 + "line": 56, + "column": 24 } } }, { "type": { - "label": "name", + "label": "}", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -14590,50 +12310,49 @@ "postfix": false, "binop": null }, - "value": "s", - "start": 2006, - "end": 2007, + "start": 1685, + "end": 1686, "loc": { "start": { - "line": 66, - "column": 19 + "line": 56, + "column": 24 }, "end": { - "line": 66, - "column": 20 + "line": 56, + "column": 25 } } }, { "type": { - "label": "+/-", - "beforeExpr": true, - "startsExpr": true, + "label": "template", + "beforeExpr": false, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, - "prefix": true, + "prefix": false, "postfix": false, - "binop": 9, + "binop": null, "updateContext": null }, - "value": "+", - "start": 2008, - "end": 2009, + "value": "", + "start": 1686, + "end": 1686, "loc": { "start": { - "line": 66, - "column": 21 + "line": 56, + "column": 25 }, "end": { - "line": 66, - "column": 22 + "line": 56, + "column": 25 } } }, { "type": { - "label": "name", + "label": "`", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -14643,17 +12362,16 @@ "postfix": false, "binop": null }, - "value": "ms", - "start": 2010, - "end": 2012, + "start": 1686, + "end": 1687, "loc": { "start": { - "line": 66, - "column": 23 + "line": 56, + "column": 25 }, "end": { - "line": 66, - "column": 25 + "line": 56, + "column": 26 } } }, @@ -14670,16 +12388,32 @@ "binop": null, "updateContext": null }, - "start": 2012, - "end": 2013, + "start": 1687, + "end": 1688, "loc": { "start": { - "line": 66, - "column": 25 + "line": 56, + "column": 26 }, "end": { - "line": 66, - "column": 26 + "line": 56, + "column": 27 + } + } + }, + { + "type": "CommentLine", + "value": " buddy ignore:end", + "start": 1693, + "end": 1712, + "loc": { + "start": { + "line": 57, + "column": 4 + }, + "end": { + "line": 57, + "column": 23 } } }, @@ -14695,15 +12429,15 @@ "postfix": false, "binop": null }, - "start": 2014, - "end": 2015, + "start": 1713, + "end": 1714, "loc": { "start": { - "line": 67, + "line": 58, "column": 0 }, "end": { - "line": 67, + "line": 58, "column": 1 } } @@ -14721,15 +12455,15 @@ "binop": null, "updateContext": null }, - "start": 2015, - "end": 2016, + "start": 1714, + "end": 1715, "loc": { "start": { - "line": 67, + "line": 58, "column": 1 }, "end": { - "line": 67, + "line": 58, "column": 2 } } @@ -14749,15 +12483,15 @@ "updateContext": null }, "value": "export", - "start": 2018, - "end": 2024, + "start": 1717, + "end": 1723, "loc": { "start": { - "line": 69, + "line": 60, "column": 0 }, "end": { - "line": 69, + "line": 60, "column": 6 } } @@ -14777,15 +12511,15 @@ "updateContext": null }, "value": "default", - "start": 2025, - "end": 2032, + "start": 1724, + "end": 1731, "loc": { "start": { - "line": 69, + "line": 60, "column": 7 }, "end": { - "line": 69, + "line": 60, "column": 14 } } @@ -14803,15 +12537,15 @@ "binop": null }, "value": "formatTime", - "start": 2033, - "end": 2043, + "start": 1732, + "end": 1742, "loc": { "start": { - "line": 69, + "line": 60, "column": 15 }, "end": { - "line": 69, + "line": 60, "column": 25 } } @@ -14829,15 +12563,15 @@ "binop": null, "updateContext": null }, - "start": 2043, - "end": 2044, + "start": 1742, + "end": 1743, "loc": { "start": { - "line": 69, + "line": 60, "column": 25 }, "end": { - "line": 69, + "line": 60, "column": 26 } } @@ -14855,15 +12589,15 @@ "binop": null, "updateContext": null }, - "start": 2045, - "end": 2045, + "start": 1744, + "end": 1744, "loc": { "start": { - "line": 70, + "line": 61, "column": 0 }, "end": { - "line": 70, + "line": 61, "column": 0 } } diff --git a/docs/api/ast/source/utils/mime.js.json b/docs/api/ast/source/utils/mime.js.json new file mode 100644 index 00000000..1be1a799 --- /dev/null +++ b/docs/api/ast/source/utils/mime.js.json @@ -0,0 +1,5656 @@ +{ + "type": "File", + "start": 0, + "end": 959, + "loc": { + "start": { + "line": 1, + "column": 0 + }, + "end": { + "line": 46, + "column": 0 + } + }, + "program": { + "type": "Program", + "start": 0, + "end": 959, + "loc": { + "start": { + "line": 1, + "column": 0 + }, + "end": { + "line": 46, + "column": 0 + } + }, + "sourceType": "module", + "body": [ + { + "type": "VariableDeclaration", + "start": 42, + "end": 96, + "loc": { + "start": { + "line": 6, + "column": 0 + }, + "end": { + "line": 6, + "column": 54 + } + }, + "declarations": [ + { + "type": "VariableDeclarator", + "start": 48, + "end": 95, + "loc": { + "start": { + "line": 6, + "column": 6 + }, + "end": { + "line": 6, + "column": 53 + } + }, + "id": { + "type": "Identifier", + "start": 48, + "end": 67, + "loc": { + "start": { + "line": 6, + "column": 6 + }, + "end": { + "line": 6, + "column": 25 + }, + "identifierName": "EXTRACT_TYPE_REGEXP" + }, + "name": "EXTRACT_TYPE_REGEXP", + "leadingComments": null + }, + "init": { + "type": "RegExpLiteral", + "start": 70, + "end": 95, + "loc": { + "start": { + "line": 6, + "column": 28 + }, + "end": { + "line": 6, + "column": 53 + } + }, + "extra": { + "raw": "/^\\s*([^;\\s]*)(?:;|\\s|$)/" + }, + "pattern": "^\\s*([^;\\s]*)(?:;|\\s|$)", + "flags": "" + }, + "leadingComments": null + } + ], + "kind": "const", + "leadingComments": [ + { + "type": "CommentBlock", + "value": "*\n * @file mime.js\n * @since 4.0.0\n ", + "start": 0, + "end": 40, + "loc": { + "start": { + "line": 1, + "column": 0 + }, + "end": { + "line": 4, + "column": 3 + } + } + } + ], + "trailingComments": [ + { + "type": "CommentBlock", + "value": "*\n * Mimetypes\n * @enum\n ", + "start": 98, + "end": 127, + "loc": { + "start": { + "line": 8, + "column": 0 + }, + "end": { + "line": 11, + "column": 3 + } + } + } + ] + }, + { + "type": "VariableDeclaration", + "start": 128, + "end": 591, + "loc": { + "start": { + "line": 12, + "column": 0 + }, + "end": { + "line": 30, + "column": 2 + } + }, + "declarations": [ + { + "type": "VariableDeclarator", + "start": 134, + "end": 590, + "loc": { + "start": { + "line": 12, + "column": 6 + }, + "end": { + "line": 30, + "column": 1 + } + }, + "id": { + "type": "Identifier", + "start": 134, + "end": 143, + "loc": { + "start": { + "line": 12, + "column": 6 + }, + "end": { + "line": 12, + "column": 15 + }, + "identifierName": "Mimetypes" + }, + "name": "Mimetypes", + "leadingComments": null + }, + "init": { + "type": "ObjectExpression", + "start": 146, + "end": 590, + "loc": { + "start": { + "line": 12, + "column": 18 + }, + "end": { + "line": 30, + "column": 1 + } + }, + "properties": [ + { + "type": "ObjectProperty", + "start": 152, + "end": 170, + "loc": { + "start": { + "line": 13, + "column": 4 + }, + "end": { + "line": 13, + "column": 22 + } + }, + "method": false, + "shorthand": false, + "computed": false, + "key": { + "type": "StringLiteral", + "start": 152, + "end": 163, + "loc": { + "start": { + "line": 13, + "column": 4 + }, + "end": { + "line": 13, + "column": 15 + } + }, + "extra": { + "rawValue": "video/ogg", + "raw": "'video/ogg'" + }, + "value": "video/ogg" + }, + "value": { + "type": "StringLiteral", + "start": 165, + "end": 170, + "loc": { + "start": { + "line": 13, + "column": 17 + }, + "end": { + "line": 13, + "column": 22 + } + }, + "extra": { + "rawValue": "ogv", + "raw": "'ogv'" + }, + "value": "ogv" + } + }, + { + "type": "ObjectProperty", + "start": 176, + "end": 194, + "loc": { + "start": { + "line": 14, + "column": 4 + }, + "end": { + "line": 14, + "column": 22 + } + }, + "method": false, + "shorthand": false, + "computed": false, + "key": { + "type": "StringLiteral", + "start": 176, + "end": 187, + "loc": { + "start": { + "line": 14, + "column": 4 + }, + "end": { + "line": 14, + "column": 15 + } + }, + "extra": { + "rawValue": "video/mp4", + "raw": "'video/mp4'" + }, + "value": "video/mp4" + }, + "value": { + "type": "StringLiteral", + "start": 189, + "end": 194, + "loc": { + "start": { + "line": 14, + "column": 17 + }, + "end": { + "line": 14, + "column": 22 + } + }, + "extra": { + "rawValue": "mp4", + "raw": "'mp4'" + }, + "value": "mp4" + } + }, + { + "type": "ObjectProperty", + "start": 200, + "end": 225, + "loc": { + "start": { + "line": 15, + "column": 4 + }, + "end": { + "line": 15, + "column": 29 + } + }, + "method": false, + "shorthand": false, + "computed": false, + "key": { + "type": "StringLiteral", + "start": 200, + "end": 218, + "loc": { + "start": { + "line": 15, + "column": 4 + }, + "end": { + "line": 15, + "column": 22 + } + }, + "extra": { + "rawValue": "video/x-matroska", + "raw": "'video/x-matroska'" + }, + "value": "video/x-matroska" + }, + "value": { + "type": "StringLiteral", + "start": 220, + "end": 225, + "loc": { + "start": { + "line": 15, + "column": 24 + }, + "end": { + "line": 15, + "column": 29 + } + }, + "extra": { + "rawValue": "mkv", + "raw": "'mkv'" + }, + "value": "mkv" + } + }, + { + "type": "ObjectProperty", + "start": 231, + "end": 251, + "loc": { + "start": { + "line": 16, + "column": 4 + }, + "end": { + "line": 16, + "column": 24 + } + }, + "method": false, + "shorthand": false, + "computed": false, + "key": { + "type": "StringLiteral", + "start": 231, + "end": 243, + "loc": { + "start": { + "line": 16, + "column": 4 + }, + "end": { + "line": 16, + "column": 16 + } + }, + "extra": { + "rawValue": "video/webm", + "raw": "'video/webm'" + }, + "value": "video/webm" + }, + "value": { + "type": "StringLiteral", + "start": 245, + "end": 251, + "loc": { + "start": { + "line": 16, + "column": 18 + }, + "end": { + "line": 16, + "column": 24 + } + }, + "extra": { + "rawValue": "webm", + "raw": "'webm'" + }, + "value": "webm" + } + }, + { + "type": "ObjectProperty", + "start": 257, + "end": 275, + "loc": { + "start": { + "line": 17, + "column": 4 + }, + "end": { + "line": 17, + "column": 22 + } + }, + "method": false, + "shorthand": false, + "computed": false, + "key": { + "type": "StringLiteral", + "start": 257, + "end": 268, + "loc": { + "start": { + "line": 17, + "column": 4 + }, + "end": { + "line": 17, + "column": 15 + } + }, + "extra": { + "rawValue": "audio/mp4", + "raw": "'audio/mp4'" + }, + "value": "audio/mp4" + }, + "value": { + "type": "StringLiteral", + "start": 270, + "end": 275, + "loc": { + "start": { + "line": 17, + "column": 17 + }, + "end": { + "line": 17, + "column": 22 + } + }, + "extra": { + "rawValue": "m4a", + "raw": "'m4a'" + }, + "value": "m4a" + } + }, + { + "type": "ObjectProperty", + "start": 281, + "end": 300, + "loc": { + "start": { + "line": 18, + "column": 4 + }, + "end": { + "line": 18, + "column": 23 + } + }, + "method": false, + "shorthand": false, + "computed": false, + "key": { + "type": "StringLiteral", + "start": 281, + "end": 293, + "loc": { + "start": { + "line": 18, + "column": 4 + }, + "end": { + "line": 18, + "column": 16 + } + }, + "extra": { + "rawValue": "audio/mpeg", + "raw": "'audio/mpeg'" + }, + "value": "audio/mpeg" + }, + "value": { + "type": "StringLiteral", + "start": 295, + "end": 300, + "loc": { + "start": { + "line": 18, + "column": 18 + }, + "end": { + "line": 18, + "column": 23 + } + }, + "extra": { + "rawValue": "mp3", + "raw": "'mp3'" + }, + "value": "mp3" + } + }, + { + "type": "ObjectProperty", + "start": 306, + "end": 324, + "loc": { + "start": { + "line": 19, + "column": 4 + }, + "end": { + "line": 19, + "column": 22 + } + }, + "method": false, + "shorthand": false, + "computed": false, + "key": { + "type": "StringLiteral", + "start": 306, + "end": 317, + "loc": { + "start": { + "line": 19, + "column": 4 + }, + "end": { + "line": 19, + "column": 15 + } + }, + "extra": { + "rawValue": "audio/aac", + "raw": "'audio/aac'" + }, + "value": "audio/aac" + }, + "value": { + "type": "StringLiteral", + "start": 319, + "end": 324, + "loc": { + "start": { + "line": 19, + "column": 17 + }, + "end": { + "line": 19, + "column": 22 + } + }, + "extra": { + "rawValue": "aac", + "raw": "'aac'" + }, + "value": "aac" + } + }, + { + "type": "ObjectProperty", + "start": 330, + "end": 350, + "loc": { + "start": { + "line": 20, + "column": 4 + }, + "end": { + "line": 20, + "column": 24 + } + }, + "method": false, + "shorthand": false, + "computed": false, + "key": { + "type": "StringLiteral", + "start": 330, + "end": 342, + "loc": { + "start": { + "line": 20, + "column": 4 + }, + "end": { + "line": 20, + "column": 16 + } + }, + "extra": { + "rawValue": "audio/flac", + "raw": "'audio/flac'" + }, + "value": "audio/flac" + }, + "value": { + "type": "StringLiteral", + "start": 344, + "end": 350, + "loc": { + "start": { + "line": 20, + "column": 18 + }, + "end": { + "line": 20, + "column": 24 + } + }, + "extra": { + "rawValue": "flac", + "raw": "'flac'" + }, + "value": "flac" + } + }, + { + "type": "ObjectProperty", + "start": 356, + "end": 374, + "loc": { + "start": { + "line": 21, + "column": 4 + }, + "end": { + "line": 21, + "column": 22 + } + }, + "method": false, + "shorthand": false, + "computed": false, + "key": { + "type": "StringLiteral", + "start": 356, + "end": 367, + "loc": { + "start": { + "line": 21, + "column": 4 + }, + "end": { + "line": 21, + "column": 15 + } + }, + "extra": { + "rawValue": "audio/ogg", + "raw": "'audio/ogg'" + }, + "value": "audio/ogg" + }, + "value": { + "type": "StringLiteral", + "start": 369, + "end": 374, + "loc": { + "start": { + "line": 21, + "column": 17 + }, + "end": { + "line": 21, + "column": 22 + } + }, + "extra": { + "rawValue": "oga", + "raw": "'oga'" + }, + "value": "oga" + } + }, + { + "type": "ObjectProperty", + "start": 380, + "end": 398, + "loc": { + "start": { + "line": 22, + "column": 4 + }, + "end": { + "line": 22, + "column": 22 + } + }, + "method": false, + "shorthand": false, + "computed": false, + "key": { + "type": "StringLiteral", + "start": 380, + "end": 391, + "loc": { + "start": { + "line": 22, + "column": 4 + }, + "end": { + "line": 22, + "column": 15 + } + }, + "extra": { + "rawValue": "audio/wav", + "raw": "'audio/wav'" + }, + "value": "audio/wav" + }, + "value": { + "type": "StringLiteral", + "start": 393, + "end": 398, + "loc": { + "start": { + "line": 22, + "column": 17 + }, + "end": { + "line": 22, + "column": 22 + } + }, + "extra": { + "rawValue": "wav", + "raw": "'wav'" + }, + "value": "wav" + } + }, + { + "type": "ObjectProperty", + "start": 404, + "end": 424, + "loc": { + "start": { + "line": 23, + "column": 4 + }, + "end": { + "line": 23, + "column": 24 + } + }, + "method": false, + "shorthand": false, + "computed": false, + "key": { + "type": "StringLiteral", + "start": 404, + "end": 416, + "loc": { + "start": { + "line": 23, + "column": 4 + }, + "end": { + "line": 23, + "column": 16 + } + }, + "extra": { + "rawValue": "audio/webm", + "raw": "'audio/webm'" + }, + "value": "audio/webm" + }, + "value": { + "type": "StringLiteral", + "start": 418, + "end": 424, + "loc": { + "start": { + "line": 23, + "column": 18 + }, + "end": { + "line": 23, + "column": 24 + } + }, + "extra": { + "rawValue": "webm", + "raw": "'webm'" + }, + "value": "webm" + } + }, + { + "type": "ObjectProperty", + "start": 430, + "end": 461, + "loc": { + "start": { + "line": 24, + "column": 4 + }, + "end": { + "line": 24, + "column": 35 + } + }, + "method": false, + "shorthand": false, + "computed": false, + "key": { + "type": "StringLiteral", + "start": 430, + "end": 453, + "loc": { + "start": { + "line": 24, + "column": 4 + }, + "end": { + "line": 24, + "column": 27 + } + }, + "extra": { + "rawValue": "application/x-mpegURL", + "raw": "'application/x-mpegURL'" + }, + "value": "application/x-mpegURL" + }, + "value": { + "type": "StringLiteral", + "start": 455, + "end": 461, + "loc": { + "start": { + "line": 24, + "column": 29 + }, + "end": { + "line": 24, + "column": 35 + } + }, + "extra": { + "rawValue": "m3u8", + "raw": "'m3u8'" + }, + "value": "m3u8" + } + }, + { + "type": "ObjectProperty", + "start": 467, + "end": 486, + "loc": { + "start": { + "line": 25, + "column": 4 + }, + "end": { + "line": 25, + "column": 23 + } + }, + "method": false, + "shorthand": false, + "computed": false, + "key": { + "type": "StringLiteral", + "start": 467, + "end": 479, + "loc": { + "start": { + "line": 25, + "column": 4 + }, + "end": { + "line": 25, + "column": 16 + } + }, + "extra": { + "rawValue": "image/jpeg", + "raw": "'image/jpeg'" + }, + "value": "image/jpeg" + }, + "value": { + "type": "StringLiteral", + "start": 481, + "end": 486, + "loc": { + "start": { + "line": 25, + "column": 18 + }, + "end": { + "line": 25, + "column": 23 + } + }, + "extra": { + "rawValue": "jpg", + "raw": "'jpg'" + }, + "value": "jpg" + } + }, + { + "type": "ObjectProperty", + "start": 492, + "end": 510, + "loc": { + "start": { + "line": 26, + "column": 4 + }, + "end": { + "line": 26, + "column": 22 + } + }, + "method": false, + "shorthand": false, + "computed": false, + "key": { + "type": "StringLiteral", + "start": 492, + "end": 503, + "loc": { + "start": { + "line": 26, + "column": 4 + }, + "end": { + "line": 26, + "column": 15 + } + }, + "extra": { + "rawValue": "image/gif", + "raw": "'image/gif'" + }, + "value": "image/gif" + }, + "value": { + "type": "StringLiteral", + "start": 505, + "end": 510, + "loc": { + "start": { + "line": 26, + "column": 17 + }, + "end": { + "line": 26, + "column": 22 + } + }, + "extra": { + "rawValue": "gif", + "raw": "'gif'" + }, + "value": "gif" + } + }, + { + "type": "ObjectProperty", + "start": 516, + "end": 534, + "loc": { + "start": { + "line": 27, + "column": 4 + }, + "end": { + "line": 27, + "column": 22 + } + }, + "method": false, + "shorthand": false, + "computed": false, + "key": { + "type": "StringLiteral", + "start": 516, + "end": 527, + "loc": { + "start": { + "line": 27, + "column": 4 + }, + "end": { + "line": 27, + "column": 15 + } + }, + "extra": { + "rawValue": "image/png", + "raw": "'image/png'" + }, + "value": "image/png" + }, + "value": { + "type": "StringLiteral", + "start": 529, + "end": 534, + "loc": { + "start": { + "line": 27, + "column": 17 + }, + "end": { + "line": 27, + "column": 22 + } + }, + "extra": { + "rawValue": "png", + "raw": "'png'" + }, + "value": "png" + } + }, + { + "type": "ObjectProperty", + "start": 540, + "end": 562, + "loc": { + "start": { + "line": 28, + "column": 4 + }, + "end": { + "line": 28, + "column": 26 + } + }, + "method": false, + "shorthand": false, + "computed": false, + "key": { + "type": "StringLiteral", + "start": 540, + "end": 555, + "loc": { + "start": { + "line": 28, + "column": 4 + }, + "end": { + "line": 28, + "column": 19 + } + }, + "extra": { + "rawValue": "image/svg+xml", + "raw": "'image/svg+xml'" + }, + "value": "image/svg+xml" + }, + "value": { + "type": "StringLiteral", + "start": 557, + "end": 562, + "loc": { + "start": { + "line": 28, + "column": 21 + }, + "end": { + "line": 28, + "column": 26 + } + }, + "extra": { + "rawValue": "svg", + "raw": "'svg'" + }, + "value": "svg" + } + }, + { + "type": "ObjectProperty", + "start": 568, + "end": 588, + "loc": { + "start": { + "line": 29, + "column": 4 + }, + "end": { + "line": 29, + "column": 24 + } + }, + "method": false, + "shorthand": false, + "computed": false, + "key": { + "type": "StringLiteral", + "start": 568, + "end": 580, + "loc": { + "start": { + "line": 29, + "column": 4 + }, + "end": { + "line": 29, + "column": 16 + } + }, + "extra": { + "rawValue": "image/webp", + "raw": "'image/webp'" + }, + "value": "image/webp" + }, + "value": { + "type": "StringLiteral", + "start": 582, + "end": 588, + "loc": { + "start": { + "line": 29, + "column": 18 + }, + "end": { + "line": 29, + "column": 24 + } + }, + "extra": { + "rawValue": "webp", + "raw": "'webp'" + }, + "value": "webp" + } + } + ] + }, + "leadingComments": null + } + ], + "kind": "const", + "leadingComments": [ + { + "type": "CommentBlock", + "value": "*\n * Mimetypes\n * @enum\n ", + "start": 98, + "end": 127, + "loc": { + "start": { + "line": 8, + "column": 0 + }, + "end": { + "line": 11, + "column": 3 + } + } + } + ], + "trailingComments": [ + { + "type": "CommentBlock", + "value": "*\n * Get file extension for mime-type.\n *\n * @param {string} mimeType - Mime-type to match against.\n * @returns {string} File extension.\n * @private\n ", + "start": 593, + "end": 747, + "loc": { + "start": { + "line": 32, + "column": 0 + }, + "end": { + "line": 38, + "column": 3 + } + } + } + ] + }, + { + "type": "Identifier", + "start": 748, + "end": 928, + "loc": { + "start": { + "line": 39, + "column": 0 + }, + "end": { + "line": 43, + "column": 2 + } + }, + "declarations": [ + { + "type": "VariableDeclarator", + "start": 754, + "end": 927, + "loc": { + "start": { + "line": 39, + "column": 6 + }, + "end": { + "line": 43, + "column": 1 + } + }, + "id": { + "type": "Identifier", + "start": 754, + "end": 766, + "loc": { + "start": { + "line": 39, + "column": 6 + }, + "end": { + "line": 39, + "column": 18 + }, + "identifierName": "getExtension" + }, + "name": "getExtension", + "leadingComments": null + }, + "init": { + "type": "FunctionExpression", + "start": 769, + "end": 927, + "loc": { + "start": { + "line": 39, + "column": 21 + }, + "end": { + "line": 43, + "column": 1 + } + }, + "id": null, + "generator": false, + "expression": false, + "async": false, + "params": [ + { + "type": "Identifier", + "start": 778, + "end": 786, + "loc": { + "start": { + "line": 39, + "column": 30 + }, + "end": { + "line": 39, + "column": 38 + }, + "identifierName": "mimeType" + }, + "name": "mimeType" + } + ], + "body": { + "type": "BlockStatement", + "start": 788, + "end": 927, + "loc": { + "start": { + "line": 39, + "column": 40 + }, + "end": { + "line": 43, + "column": 1 + } + }, + "body": [ + { + "type": "VariableDeclaration", + "start": 794, + "end": 843, + "loc": { + "start": { + "line": 40, + "column": 4 + }, + "end": { + "line": 40, + "column": 53 + } + }, + "declarations": [ + { + "type": "VariableDeclarator", + "start": 800, + "end": 842, + "loc": { + "start": { + "line": 40, + "column": 10 + }, + "end": { + "line": 40, + "column": 52 + } + }, + "id": { + "type": "Identifier", + "start": 800, + "end": 805, + "loc": { + "start": { + "line": 40, + "column": 10 + }, + "end": { + "line": 40, + "column": 15 + }, + "identifierName": "match" + }, + "name": "match" + }, + "init": { + "type": "CallExpression", + "start": 808, + "end": 842, + "loc": { + "start": { + "line": 40, + "column": 18 + }, + "end": { + "line": 40, + "column": 52 + } + }, + "callee": { + "type": "MemberExpression", + "start": 808, + "end": 832, + "loc": { + "start": { + "line": 40, + "column": 18 + }, + "end": { + "line": 40, + "column": 42 + } + }, + "object": { + "type": "Identifier", + "start": 808, + "end": 827, + "loc": { + "start": { + "line": 40, + "column": 18 + }, + "end": { + "line": 40, + "column": 37 + }, + "identifierName": "EXTRACT_TYPE_REGEXP" + }, + "name": "EXTRACT_TYPE_REGEXP" + }, + "property": { + "type": "Identifier", + "start": 828, + "end": 832, + "loc": { + "start": { + "line": 40, + "column": 38 + }, + "end": { + "line": 40, + "column": 42 + }, + "identifierName": "exec" + }, + "name": "exec" + }, + "computed": false + }, + "arguments": [ + { + "type": "Identifier", + "start": 833, + "end": 841, + "loc": { + "start": { + "line": 40, + "column": 43 + }, + "end": { + "line": 40, + "column": 51 + }, + "identifierName": "mimeType" + }, + "name": "mimeType" + } + ] + } + } + ], + "kind": "const" + }, + { + "type": "VariableDeclaration", + "start": 848, + "end": 895, + "loc": { + "start": { + "line": 41, + "column": 4 + }, + "end": { + "line": 41, + "column": 51 + } + }, + "declarations": [ + { + "type": "VariableDeclarator", + "start": 854, + "end": 894, + "loc": { + "start": { + "line": 41, + "column": 10 + }, + "end": { + "line": 41, + "column": 50 + } + }, + "id": { + "type": "Identifier", + "start": 854, + "end": 860, + "loc": { + "start": { + "line": 41, + "column": 10 + }, + "end": { + "line": 41, + "column": 16 + }, + "identifierName": "result" + }, + "name": "result" + }, + "init": { + "type": "LogicalExpression", + "start": 863, + "end": 894, + "loc": { + "start": { + "line": 41, + "column": 19 + }, + "end": { + "line": 41, + "column": 50 + } + }, + "left": { + "type": "Identifier", + "start": 863, + "end": 868, + "loc": { + "start": { + "line": 41, + "column": 19 + }, + "end": { + "line": 41, + "column": 24 + }, + "identifierName": "match" + }, + "name": "match" + }, + "operator": "&&", + "right": { + "type": "CallExpression", + "start": 872, + "end": 894, + "loc": { + "start": { + "line": 41, + "column": 28 + }, + "end": { + "line": 41, + "column": 50 + } + }, + "callee": { + "type": "MemberExpression", + "start": 872, + "end": 892, + "loc": { + "start": { + "line": 41, + "column": 28 + }, + "end": { + "line": 41, + "column": 48 + } + }, + "object": { + "type": "MemberExpression", + "start": 872, + "end": 880, + "loc": { + "start": { + "line": 41, + "column": 28 + }, + "end": { + "line": 41, + "column": 36 + } + }, + "object": { + "type": "Identifier", + "start": 872, + "end": 877, + "loc": { + "start": { + "line": 41, + "column": 28 + }, + "end": { + "line": 41, + "column": 33 + }, + "identifierName": "match" + }, + "name": "match" + }, + "property": { + "type": "NumericLiteral", + "start": 878, + "end": 879, + "loc": { + "start": { + "line": 41, + "column": 34 + }, + "end": { + "line": 41, + "column": 35 + } + }, + "extra": { + "rawValue": 1, + "raw": "1" + }, + "value": 1 + }, + "computed": true + }, + "property": { + "type": "Identifier", + "start": 881, + "end": 892, + "loc": { + "start": { + "line": 41, + "column": 37 + }, + "end": { + "line": 41, + "column": 48 + }, + "identifierName": "toLowerCase" + }, + "name": "toLowerCase" + }, + "computed": false + }, + "arguments": [] + } + } + } + ], + "kind": "const" + }, + { + "type": "ReturnStatement", + "start": 900, + "end": 925, + "loc": { + "start": { + "line": 42, + "column": 4 + }, + "end": { + "line": 42, + "column": 29 + } + }, + "argument": { + "type": "MemberExpression", + "start": 907, + "end": 924, + "loc": { + "start": { + "line": 42, + "column": 11 + }, + "end": { + "line": 42, + "column": 28 + } + }, + "object": { + "type": "Identifier", + "start": 907, + "end": 916, + "loc": { + "start": { + "line": 42, + "column": 11 + }, + "end": { + "line": 42, + "column": 20 + }, + "identifierName": "Mimetypes" + }, + "name": "Mimetypes" + }, + "property": { + "type": "Identifier", + "start": 917, + "end": 923, + "loc": { + "start": { + "line": 42, + "column": 21 + }, + "end": { + "line": 42, + "column": 27 + }, + "identifierName": "result" + }, + "name": "result" + }, + "computed": true + } + } + ], + "directives": [] + } + }, + "leadingComments": null + } + ], + "kind": "const", + "leadingComments": [], + "name": "_", + "trailingComments": [] + }, + { + "type": "Identifier", + "start": 930, + "end": 958, + "loc": { + "start": { + "line": 45, + "column": 0 + }, + "end": { + "line": 45, + "column": 28 + } + }, + "declaration": { + "type": "Identifier", + "start": 945, + "end": 957, + "loc": { + "start": { + "line": 45, + "column": 15 + }, + "end": { + "line": 45, + "column": 27 + }, + "identifierName": "getExtension" + }, + "name": "getExtension" + }, + "name": "_", + "leadingComments": [], + "trailingComments": [] + }, + { + "type": "ExportDefaultDeclaration", + "start": 930, + "end": 958, + "loc": { + "start": { + "line": 45, + "column": 0 + }, + "end": { + "line": 45, + "column": 28 + } + }, + "declaration": { + "type": "VariableDeclaration", + "start": 748, + "end": 928, + "loc": { + "start": { + "line": 39, + "column": 0 + }, + "end": { + "line": 43, + "column": 2 + } + }, + "declarations": [ + { + "type": "VariableDeclarator", + "start": 754, + "end": 927, + "loc": { + "start": { + "line": 39, + "column": 6 + }, + "end": { + "line": 43, + "column": 1 + } + }, + "id": { + "type": "Identifier", + "start": 754, + "end": 766, + "loc": { + "start": { + "line": 39, + "column": 6 + }, + "end": { + "line": 39, + "column": 18 + }, + "identifierName": "getExtension" + }, + "name": "getExtension", + "leadingComments": null + }, + "init": { + "type": "FunctionExpression", + "start": 769, + "end": 927, + "loc": { + "start": { + "line": 39, + "column": 21 + }, + "end": { + "line": 43, + "column": 1 + } + }, + "id": { + "type": "Identifier", + "start": 754, + "end": 766, + "loc": { + "start": { + "line": 39, + "column": 6 + }, + "end": { + "line": 39, + "column": 18 + }, + "identifierName": "getExtension" + }, + "name": "getExtension", + "leadingComments": null + }, + "generator": false, + "expression": false, + "async": false, + "params": [ + { + "type": "Identifier", + "start": 778, + "end": 786, + "loc": { + "start": { + "line": 39, + "column": 30 + }, + "end": { + "line": 39, + "column": 38 + }, + "identifierName": "mimeType" + }, + "name": "mimeType" + } + ], + "body": { + "type": "BlockStatement", + "start": 788, + "end": 927, + "loc": { + "start": { + "line": 39, + "column": 40 + }, + "end": { + "line": 43, + "column": 1 + } + }, + "body": [ + { + "type": "VariableDeclaration", + "start": 794, + "end": 843, + "loc": { + "start": { + "line": 40, + "column": 4 + }, + "end": { + "line": 40, + "column": 53 + } + }, + "declarations": [ + { + "type": "VariableDeclarator", + "start": 800, + "end": 842, + "loc": { + "start": { + "line": 40, + "column": 10 + }, + "end": { + "line": 40, + "column": 52 + } + }, + "id": { + "type": "Identifier", + "start": 800, + "end": 805, + "loc": { + "start": { + "line": 40, + "column": 10 + }, + "end": { + "line": 40, + "column": 15 + }, + "identifierName": "match" + }, + "name": "match" + }, + "init": { + "type": "CallExpression", + "start": 808, + "end": 842, + "loc": { + "start": { + "line": 40, + "column": 18 + }, + "end": { + "line": 40, + "column": 52 + } + }, + "callee": { + "type": "MemberExpression", + "start": 808, + "end": 832, + "loc": { + "start": { + "line": 40, + "column": 18 + }, + "end": { + "line": 40, + "column": 42 + } + }, + "object": { + "type": "Identifier", + "start": 808, + "end": 827, + "loc": { + "start": { + "line": 40, + "column": 18 + }, + "end": { + "line": 40, + "column": 37 + }, + "identifierName": "EXTRACT_TYPE_REGEXP" + }, + "name": "EXTRACT_TYPE_REGEXP" + }, + "property": { + "type": "Identifier", + "start": 828, + "end": 832, + "loc": { + "start": { + "line": 40, + "column": 38 + }, + "end": { + "line": 40, + "column": 42 + }, + "identifierName": "exec" + }, + "name": "exec" + }, + "computed": false + }, + "arguments": [ + { + "type": "Identifier", + "start": 833, + "end": 841, + "loc": { + "start": { + "line": 40, + "column": 43 + }, + "end": { + "line": 40, + "column": 51 + }, + "identifierName": "mimeType" + }, + "name": "mimeType" + } + ] + } + } + ], + "kind": "const" + }, + { + "type": "VariableDeclaration", + "start": 848, + "end": 895, + "loc": { + "start": { + "line": 41, + "column": 4 + }, + "end": { + "line": 41, + "column": 51 + } + }, + "declarations": [ + { + "type": "VariableDeclarator", + "start": 854, + "end": 894, + "loc": { + "start": { + "line": 41, + "column": 10 + }, + "end": { + "line": 41, + "column": 50 + } + }, + "id": { + "type": "Identifier", + "start": 854, + "end": 860, + "loc": { + "start": { + "line": 41, + "column": 10 + }, + "end": { + "line": 41, + "column": 16 + }, + "identifierName": "result" + }, + "name": "result" + }, + "init": { + "type": "LogicalExpression", + "start": 863, + "end": 894, + "loc": { + "start": { + "line": 41, + "column": 19 + }, + "end": { + "line": 41, + "column": 50 + } + }, + "left": { + "type": "Identifier", + "start": 863, + "end": 868, + "loc": { + "start": { + "line": 41, + "column": 19 + }, + "end": { + "line": 41, + "column": 24 + }, + "identifierName": "match" + }, + "name": "match" + }, + "operator": "&&", + "right": { + "type": "CallExpression", + "start": 872, + "end": 894, + "loc": { + "start": { + "line": 41, + "column": 28 + }, + "end": { + "line": 41, + "column": 50 + } + }, + "callee": { + "type": "MemberExpression", + "start": 872, + "end": 892, + "loc": { + "start": { + "line": 41, + "column": 28 + }, + "end": { + "line": 41, + "column": 48 + } + }, + "object": { + "type": "MemberExpression", + "start": 872, + "end": 880, + "loc": { + "start": { + "line": 41, + "column": 28 + }, + "end": { + "line": 41, + "column": 36 + } + }, + "object": { + "type": "Identifier", + "start": 872, + "end": 877, + "loc": { + "start": { + "line": 41, + "column": 28 + }, + "end": { + "line": 41, + "column": 33 + }, + "identifierName": "match" + }, + "name": "match" + }, + "property": { + "type": "NumericLiteral", + "start": 878, + "end": 879, + "loc": { + "start": { + "line": 41, + "column": 34 + }, + "end": { + "line": 41, + "column": 35 + } + }, + "extra": { + "rawValue": 1, + "raw": "1" + }, + "value": 1 + }, + "computed": true + }, + "property": { + "type": "Identifier", + "start": 881, + "end": 892, + "loc": { + "start": { + "line": 41, + "column": 37 + }, + "end": { + "line": 41, + "column": 48 + }, + "identifierName": "toLowerCase" + }, + "name": "toLowerCase" + }, + "computed": false + }, + "arguments": [] + } + } + } + ], + "kind": "const" + }, + { + "type": "ReturnStatement", + "start": 900, + "end": 925, + "loc": { + "start": { + "line": 42, + "column": 4 + }, + "end": { + "line": 42, + "column": 29 + } + }, + "argument": { + "type": "MemberExpression", + "start": 907, + "end": 924, + "loc": { + "start": { + "line": 42, + "column": 11 + }, + "end": { + "line": 42, + "column": 28 + } + }, + "object": { + "type": "Identifier", + "start": 907, + "end": 916, + "loc": { + "start": { + "line": 42, + "column": 11 + }, + "end": { + "line": 42, + "column": 20 + }, + "identifierName": "Mimetypes" + }, + "name": "Mimetypes" + }, + "property": { + "type": "Identifier", + "start": 917, + "end": 923, + "loc": { + "start": { + "line": 42, + "column": 21 + }, + "end": { + "line": 42, + "column": 27 + }, + "identifierName": "result" + }, + "name": "result" + }, + "computed": true + } + } + ], + "directives": [] + } + }, + "leadingComments": null + } + ], + "kind": "const", + "leadingComments": [ + { + "type": "CommentBlock", + "value": "*\n * Get file extension for mime-type.\n *\n * @param {string} mimeType - Mime-type to match against.\n * @returns {string} File extension.\n * @private\n ", + "start": 593, + "end": 747, + "loc": { + "start": { + "line": 32, + "column": 0 + }, + "end": { + "line": 38, + "column": 3 + } + } + } + ], + "trailingComments": [] + } + } + ], + "directives": [] + }, + "comments": [ + { + "type": "CommentBlock", + "value": "*\n * @file mime.js\n * @since 4.0.0\n ", + "start": 0, + "end": 40, + "loc": { + "start": { + "line": 1, + "column": 0 + }, + "end": { + "line": 4, + "column": 3 + } + } + }, + { + "type": "CommentBlock", + "value": "*\n * Mimetypes\n * @enum\n ", + "start": 98, + "end": 127, + "loc": { + "start": { + "line": 8, + "column": 0 + }, + "end": { + "line": 11, + "column": 3 + } + } + }, + { + "type": "CommentBlock", + "value": "*\n * Get file extension for mime-type.\n *\n * @param {string} mimeType - Mime-type to match against.\n * @returns {string} File extension.\n * @private\n ", + "start": 593, + "end": 747, + "loc": { + "start": { + "line": 32, + "column": 0 + }, + "end": { + "line": 38, + "column": 3 + } + } + } + ], + "tokens": [ + { + "type": "CommentBlock", + "value": "*\n * @file mime.js\n * @since 4.0.0\n ", + "start": 0, + "end": 40, + "loc": { + "start": { + "line": 1, + "column": 0 + }, + "end": { + "line": 4, + "column": 3 + } + } + }, + { + "type": { + "label": "const", + "keyword": "const", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "const", + "start": 42, + "end": 47, + "loc": { + "start": { + "line": 6, + "column": 0 + }, + "end": { + "line": 6, + "column": 5 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "EXTRACT_TYPE_REGEXP", + "start": 48, + "end": 67, + "loc": { + "start": { + "line": 6, + "column": 6 + }, + "end": { + "line": 6, + "column": 25 + } + } + }, + { + "type": { + "label": "=", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": true, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "=", + "start": 68, + "end": 69, + "loc": { + "start": { + "line": 6, + "column": 26 + }, + "end": { + "line": 6, + "column": 27 + } + } + }, + { + "type": { + "label": "regexp", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": { + "pattern": "^\\s*([^;\\s]*)(?:;|\\s|$)", + "flags": "" + }, + "start": 70, + "end": 95, + "loc": { + "start": { + "line": 6, + "column": 28 + }, + "end": { + "line": 6, + "column": 53 + } + } + }, + { + "type": { + "label": ";", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 95, + "end": 96, + "loc": { + "start": { + "line": 6, + "column": 53 + }, + "end": { + "line": 6, + "column": 54 + } + } + }, + { + "type": "CommentBlock", + "value": "*\n * Mimetypes\n * @enum\n ", + "start": 98, + "end": 127, + "loc": { + "start": { + "line": 8, + "column": 0 + }, + "end": { + "line": 11, + "column": 3 + } + } + }, + { + "type": { + "label": "const", + "keyword": "const", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "const", + "start": 128, + "end": 133, + "loc": { + "start": { + "line": 12, + "column": 0 + }, + "end": { + "line": 12, + "column": 5 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "Mimetypes", + "start": 134, + "end": 143, + "loc": { + "start": { + "line": 12, + "column": 6 + }, + "end": { + "line": 12, + "column": 15 + } + } + }, + { + "type": { + "label": "=", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": true, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "=", + "start": 144, + "end": 145, + "loc": { + "start": { + "line": 12, + "column": 16 + }, + "end": { + "line": 12, + "column": 17 + } + } + }, + { + "type": { + "label": "{", + "beforeExpr": true, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 146, + "end": 147, + "loc": { + "start": { + "line": 12, + "column": 18 + }, + "end": { + "line": 12, + "column": 19 + } + } + }, + { + "type": { + "label": "string", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "video/ogg", + "start": 152, + "end": 163, + "loc": { + "start": { + "line": 13, + "column": 4 + }, + "end": { + "line": 13, + "column": 15 + } + } + }, + { + "type": { + "label": ":", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 163, + "end": 164, + "loc": { + "start": { + "line": 13, + "column": 15 + }, + "end": { + "line": 13, + "column": 16 + } + } + }, + { + "type": { + "label": "string", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "ogv", + "start": 165, + "end": 170, + "loc": { + "start": { + "line": 13, + "column": 17 + }, + "end": { + "line": 13, + "column": 22 + } + } + }, + { + "type": { + "label": ",", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 170, + "end": 171, + "loc": { + "start": { + "line": 13, + "column": 22 + }, + "end": { + "line": 13, + "column": 23 + } + } + }, + { + "type": { + "label": "string", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "video/mp4", + "start": 176, + "end": 187, + "loc": { + "start": { + "line": 14, + "column": 4 + }, + "end": { + "line": 14, + "column": 15 + } + } + }, + { + "type": { + "label": ":", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 187, + "end": 188, + "loc": { + "start": { + "line": 14, + "column": 15 + }, + "end": { + "line": 14, + "column": 16 + } + } + }, + { + "type": { + "label": "string", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "mp4", + "start": 189, + "end": 194, + "loc": { + "start": { + "line": 14, + "column": 17 + }, + "end": { + "line": 14, + "column": 22 + } + } + }, + { + "type": { + "label": ",", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 194, + "end": 195, + "loc": { + "start": { + "line": 14, + "column": 22 + }, + "end": { + "line": 14, + "column": 23 + } + } + }, + { + "type": { + "label": "string", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "video/x-matroska", + "start": 200, + "end": 218, + "loc": { + "start": { + "line": 15, + "column": 4 + }, + "end": { + "line": 15, + "column": 22 + } + } + }, + { + "type": { + "label": ":", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 218, + "end": 219, + "loc": { + "start": { + "line": 15, + "column": 22 + }, + "end": { + "line": 15, + "column": 23 + } + } + }, + { + "type": { + "label": "string", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "mkv", + "start": 220, + "end": 225, + "loc": { + "start": { + "line": 15, + "column": 24 + }, + "end": { + "line": 15, + "column": 29 + } + } + }, + { + "type": { + "label": ",", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 225, + "end": 226, + "loc": { + "start": { + "line": 15, + "column": 29 + }, + "end": { + "line": 15, + "column": 30 + } + } + }, + { + "type": { + "label": "string", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "video/webm", + "start": 231, + "end": 243, + "loc": { + "start": { + "line": 16, + "column": 4 + }, + "end": { + "line": 16, + "column": 16 + } + } + }, + { + "type": { + "label": ":", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 243, + "end": 244, + "loc": { + "start": { + "line": 16, + "column": 16 + }, + "end": { + "line": 16, + "column": 17 + } + } + }, + { + "type": { + "label": "string", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "webm", + "start": 245, + "end": 251, + "loc": { + "start": { + "line": 16, + "column": 18 + }, + "end": { + "line": 16, + "column": 24 + } + } + }, + { + "type": { + "label": ",", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 251, + "end": 252, + "loc": { + "start": { + "line": 16, + "column": 24 + }, + "end": { + "line": 16, + "column": 25 + } + } + }, + { + "type": { + "label": "string", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "audio/mp4", + "start": 257, + "end": 268, + "loc": { + "start": { + "line": 17, + "column": 4 + }, + "end": { + "line": 17, + "column": 15 + } + } + }, + { + "type": { + "label": ":", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 268, + "end": 269, + "loc": { + "start": { + "line": 17, + "column": 15 + }, + "end": { + "line": 17, + "column": 16 + } + } + }, + { + "type": { + "label": "string", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "m4a", + "start": 270, + "end": 275, + "loc": { + "start": { + "line": 17, + "column": 17 + }, + "end": { + "line": 17, + "column": 22 + } + } + }, + { + "type": { + "label": ",", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 275, + "end": 276, + "loc": { + "start": { + "line": 17, + "column": 22 + }, + "end": { + "line": 17, + "column": 23 + } + } + }, + { + "type": { + "label": "string", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "audio/mpeg", + "start": 281, + "end": 293, + "loc": { + "start": { + "line": 18, + "column": 4 + }, + "end": { + "line": 18, + "column": 16 + } + } + }, + { + "type": { + "label": ":", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 293, + "end": 294, + "loc": { + "start": { + "line": 18, + "column": 16 + }, + "end": { + "line": 18, + "column": 17 + } + } + }, + { + "type": { + "label": "string", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "mp3", + "start": 295, + "end": 300, + "loc": { + "start": { + "line": 18, + "column": 18 + }, + "end": { + "line": 18, + "column": 23 + } + } + }, + { + "type": { + "label": ",", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 300, + "end": 301, + "loc": { + "start": { + "line": 18, + "column": 23 + }, + "end": { + "line": 18, + "column": 24 + } + } + }, + { + "type": { + "label": "string", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "audio/aac", + "start": 306, + "end": 317, + "loc": { + "start": { + "line": 19, + "column": 4 + }, + "end": { + "line": 19, + "column": 15 + } + } + }, + { + "type": { + "label": ":", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 317, + "end": 318, + "loc": { + "start": { + "line": 19, + "column": 15 + }, + "end": { + "line": 19, + "column": 16 + } + } + }, + { + "type": { + "label": "string", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "aac", + "start": 319, + "end": 324, + "loc": { + "start": { + "line": 19, + "column": 17 + }, + "end": { + "line": 19, + "column": 22 + } + } + }, + { + "type": { + "label": ",", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 324, + "end": 325, + "loc": { + "start": { + "line": 19, + "column": 22 + }, + "end": { + "line": 19, + "column": 23 + } + } + }, + { + "type": { + "label": "string", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "audio/flac", + "start": 330, + "end": 342, + "loc": { + "start": { + "line": 20, + "column": 4 + }, + "end": { + "line": 20, + "column": 16 + } + } + }, + { + "type": { + "label": ":", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 342, + "end": 343, + "loc": { + "start": { + "line": 20, + "column": 16 + }, + "end": { + "line": 20, + "column": 17 + } + } + }, + { + "type": { + "label": "string", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "flac", + "start": 344, + "end": 350, + "loc": { + "start": { + "line": 20, + "column": 18 + }, + "end": { + "line": 20, + "column": 24 + } + } + }, + { + "type": { + "label": ",", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 350, + "end": 351, + "loc": { + "start": { + "line": 20, + "column": 24 + }, + "end": { + "line": 20, + "column": 25 + } + } + }, + { + "type": { + "label": "string", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "audio/ogg", + "start": 356, + "end": 367, + "loc": { + "start": { + "line": 21, + "column": 4 + }, + "end": { + "line": 21, + "column": 15 + } + } + }, + { + "type": { + "label": ":", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 367, + "end": 368, + "loc": { + "start": { + "line": 21, + "column": 15 + }, + "end": { + "line": 21, + "column": 16 + } + } + }, + { + "type": { + "label": "string", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "oga", + "start": 369, + "end": 374, + "loc": { + "start": { + "line": 21, + "column": 17 + }, + "end": { + "line": 21, + "column": 22 + } + } + }, + { + "type": { + "label": ",", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 374, + "end": 375, + "loc": { + "start": { + "line": 21, + "column": 22 + }, + "end": { + "line": 21, + "column": 23 + } + } + }, + { + "type": { + "label": "string", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "audio/wav", + "start": 380, + "end": 391, + "loc": { + "start": { + "line": 22, + "column": 4 + }, + "end": { + "line": 22, + "column": 15 + } + } + }, + { + "type": { + "label": ":", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 391, + "end": 392, + "loc": { + "start": { + "line": 22, + "column": 15 + }, + "end": { + "line": 22, + "column": 16 + } + } + }, + { + "type": { + "label": "string", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "wav", + "start": 393, + "end": 398, + "loc": { + "start": { + "line": 22, + "column": 17 + }, + "end": { + "line": 22, + "column": 22 + } + } + }, + { + "type": { + "label": ",", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 398, + "end": 399, + "loc": { + "start": { + "line": 22, + "column": 22 + }, + "end": { + "line": 22, + "column": 23 + } + } + }, + { + "type": { + "label": "string", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "audio/webm", + "start": 404, + "end": 416, + "loc": { + "start": { + "line": 23, + "column": 4 + }, + "end": { + "line": 23, + "column": 16 + } + } + }, + { + "type": { + "label": ":", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 416, + "end": 417, + "loc": { + "start": { + "line": 23, + "column": 16 + }, + "end": { + "line": 23, + "column": 17 + } + } + }, + { + "type": { + "label": "string", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "webm", + "start": 418, + "end": 424, + "loc": { + "start": { + "line": 23, + "column": 18 + }, + "end": { + "line": 23, + "column": 24 + } + } + }, + { + "type": { + "label": ",", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 424, + "end": 425, + "loc": { + "start": { + "line": 23, + "column": 24 + }, + "end": { + "line": 23, + "column": 25 + } + } + }, + { + "type": { + "label": "string", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "application/x-mpegURL", + "start": 430, + "end": 453, + "loc": { + "start": { + "line": 24, + "column": 4 + }, + "end": { + "line": 24, + "column": 27 + } + } + }, + { + "type": { + "label": ":", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 453, + "end": 454, + "loc": { + "start": { + "line": 24, + "column": 27 + }, + "end": { + "line": 24, + "column": 28 + } + } + }, + { + "type": { + "label": "string", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "m3u8", + "start": 455, + "end": 461, + "loc": { + "start": { + "line": 24, + "column": 29 + }, + "end": { + "line": 24, + "column": 35 + } + } + }, + { + "type": { + "label": ",", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 461, + "end": 462, + "loc": { + "start": { + "line": 24, + "column": 35 + }, + "end": { + "line": 24, + "column": 36 + } + } + }, + { + "type": { + "label": "string", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "image/jpeg", + "start": 467, + "end": 479, + "loc": { + "start": { + "line": 25, + "column": 4 + }, + "end": { + "line": 25, + "column": 16 + } + } + }, + { + "type": { + "label": ":", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 479, + "end": 480, + "loc": { + "start": { + "line": 25, + "column": 16 + }, + "end": { + "line": 25, + "column": 17 + } + } + }, + { + "type": { + "label": "string", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "jpg", + "start": 481, + "end": 486, + "loc": { + "start": { + "line": 25, + "column": 18 + }, + "end": { + "line": 25, + "column": 23 + } + } + }, + { + "type": { + "label": ",", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 486, + "end": 487, + "loc": { + "start": { + "line": 25, + "column": 23 + }, + "end": { + "line": 25, + "column": 24 + } + } + }, + { + "type": { + "label": "string", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "image/gif", + "start": 492, + "end": 503, + "loc": { + "start": { + "line": 26, + "column": 4 + }, + "end": { + "line": 26, + "column": 15 + } + } + }, + { + "type": { + "label": ":", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 503, + "end": 504, + "loc": { + "start": { + "line": 26, + "column": 15 + }, + "end": { + "line": 26, + "column": 16 + } + } + }, + { + "type": { + "label": "string", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "gif", + "start": 505, + "end": 510, + "loc": { + "start": { + "line": 26, + "column": 17 + }, + "end": { + "line": 26, + "column": 22 + } + } + }, + { + "type": { + "label": ",", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 510, + "end": 511, + "loc": { + "start": { + "line": 26, + "column": 22 + }, + "end": { + "line": 26, + "column": 23 + } + } + }, + { + "type": { + "label": "string", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "image/png", + "start": 516, + "end": 527, + "loc": { + "start": { + "line": 27, + "column": 4 + }, + "end": { + "line": 27, + "column": 15 + } + } + }, + { + "type": { + "label": ":", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 527, + "end": 528, + "loc": { + "start": { + "line": 27, + "column": 15 + }, + "end": { + "line": 27, + "column": 16 + } + } + }, + { + "type": { + "label": "string", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "png", + "start": 529, + "end": 534, + "loc": { + "start": { + "line": 27, + "column": 17 + }, + "end": { + "line": 27, + "column": 22 + } + } + }, + { + "type": { + "label": ",", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 534, + "end": 535, + "loc": { + "start": { + "line": 27, + "column": 22 + }, + "end": { + "line": 27, + "column": 23 + } + } + }, + { + "type": { + "label": "string", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "image/svg+xml", + "start": 540, + "end": 555, + "loc": { + "start": { + "line": 28, + "column": 4 + }, + "end": { + "line": 28, + "column": 19 + } + } + }, + { + "type": { + "label": ":", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 555, + "end": 556, + "loc": { + "start": { + "line": 28, + "column": 19 + }, + "end": { + "line": 28, + "column": 20 + } + } + }, + { + "type": { + "label": "string", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "svg", + "start": 557, + "end": 562, + "loc": { + "start": { + "line": 28, + "column": 21 + }, + "end": { + "line": 28, + "column": 26 + } + } + }, + { + "type": { + "label": ",", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 562, + "end": 563, + "loc": { + "start": { + "line": 28, + "column": 26 + }, + "end": { + "line": 28, + "column": 27 + } + } + }, + { + "type": { + "label": "string", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "image/webp", + "start": 568, + "end": 580, + "loc": { + "start": { + "line": 29, + "column": 4 + }, + "end": { + "line": 29, + "column": 16 + } + } + }, + { + "type": { + "label": ":", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 580, + "end": 581, + "loc": { + "start": { + "line": 29, + "column": 16 + }, + "end": { + "line": 29, + "column": 17 + } + } + }, + { + "type": { + "label": "string", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "webp", + "start": 582, + "end": 588, + "loc": { + "start": { + "line": 29, + "column": 18 + }, + "end": { + "line": 29, + "column": 24 + } + } + }, + { + "type": { + "label": "}", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 589, + "end": 590, + "loc": { + "start": { + "line": 30, + "column": 0 + }, + "end": { + "line": 30, + "column": 1 + } + } + }, + { + "type": { + "label": ";", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 590, + "end": 591, + "loc": { + "start": { + "line": 30, + "column": 1 + }, + "end": { + "line": 30, + "column": 2 + } + } + }, + { + "type": "CommentBlock", + "value": "*\n * Get file extension for mime-type.\n *\n * @param {string} mimeType - Mime-type to match against.\n * @returns {string} File extension.\n * @private\n ", + "start": 593, + "end": 747, + "loc": { + "start": { + "line": 32, + "column": 0 + }, + "end": { + "line": 38, + "column": 3 + } + } + }, + { + "type": { + "label": "const", + "keyword": "const", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "const", + "start": 748, + "end": 753, + "loc": { + "start": { + "line": 39, + "column": 0 + }, + "end": { + "line": 39, + "column": 5 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "getExtension", + "start": 754, + "end": 766, + "loc": { + "start": { + "line": 39, + "column": 6 + }, + "end": { + "line": 39, + "column": 18 + } + } + }, + { + "type": { + "label": "=", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": true, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "=", + "start": 767, + "end": 768, + "loc": { + "start": { + "line": 39, + "column": 19 + }, + "end": { + "line": 39, + "column": 20 + } + } + }, + { + "type": { + "label": "function", + "keyword": "function", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "function", + "start": 769, + "end": 777, + "loc": { + "start": { + "line": 39, + "column": 21 + }, + "end": { + "line": 39, + "column": 29 + } + } + }, + { + "type": { + "label": "(", + "beforeExpr": true, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 777, + "end": 778, + "loc": { + "start": { + "line": 39, + "column": 29 + }, + "end": { + "line": 39, + "column": 30 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "mimeType", + "start": 778, + "end": 786, + "loc": { + "start": { + "line": 39, + "column": 30 + }, + "end": { + "line": 39, + "column": 38 + } + } + }, + { + "type": { + "label": ")", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 786, + "end": 787, + "loc": { + "start": { + "line": 39, + "column": 38 + }, + "end": { + "line": 39, + "column": 39 + } + } + }, + { + "type": { + "label": "{", + "beforeExpr": true, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 788, + "end": 789, + "loc": { + "start": { + "line": 39, + "column": 40 + }, + "end": { + "line": 39, + "column": 41 + } + } + }, + { + "type": { + "label": "const", + "keyword": "const", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "const", + "start": 794, + "end": 799, + "loc": { + "start": { + "line": 40, + "column": 4 + }, + "end": { + "line": 40, + "column": 9 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "match", + "start": 800, + "end": 805, + "loc": { + "start": { + "line": 40, + "column": 10 + }, + "end": { + "line": 40, + "column": 15 + } + } + }, + { + "type": { + "label": "=", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": true, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "=", + "start": 806, + "end": 807, + "loc": { + "start": { + "line": 40, + "column": 16 + }, + "end": { + "line": 40, + "column": 17 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "EXTRACT_TYPE_REGEXP", + "start": 808, + "end": 827, + "loc": { + "start": { + "line": 40, + "column": 18 + }, + "end": { + "line": 40, + "column": 37 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 827, + "end": 828, + "loc": { + "start": { + "line": 40, + "column": 37 + }, + "end": { + "line": 40, + "column": 38 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "exec", + "start": 828, + "end": 832, + "loc": { + "start": { + "line": 40, + "column": 38 + }, + "end": { + "line": 40, + "column": 42 + } + } + }, + { + "type": { + "label": "(", + "beforeExpr": true, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 832, + "end": 833, + "loc": { + "start": { + "line": 40, + "column": 42 + }, + "end": { + "line": 40, + "column": 43 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "mimeType", + "start": 833, + "end": 841, + "loc": { + "start": { + "line": 40, + "column": 43 + }, + "end": { + "line": 40, + "column": 51 + } + } + }, + { + "type": { + "label": ")", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 841, + "end": 842, + "loc": { + "start": { + "line": 40, + "column": 51 + }, + "end": { + "line": 40, + "column": 52 + } + } + }, + { + "type": { + "label": ";", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 842, + "end": 843, + "loc": { + "start": { + "line": 40, + "column": 52 + }, + "end": { + "line": 40, + "column": 53 + } + } + }, + { + "type": { + "label": "const", + "keyword": "const", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "const", + "start": 848, + "end": 853, + "loc": { + "start": { + "line": 41, + "column": 4 + }, + "end": { + "line": 41, + "column": 9 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "result", + "start": 854, + "end": 860, + "loc": { + "start": { + "line": 41, + "column": 10 + }, + "end": { + "line": 41, + "column": 16 + } + } + }, + { + "type": { + "label": "=", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": true, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "=", + "start": 861, + "end": 862, + "loc": { + "start": { + "line": 41, + "column": 17 + }, + "end": { + "line": 41, + "column": 18 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "match", + "start": 863, + "end": 868, + "loc": { + "start": { + "line": 41, + "column": 19 + }, + "end": { + "line": 41, + "column": 24 + } + } + }, + { + "type": { + "label": "&&", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": 2, + "updateContext": null + }, + "value": "&&", + "start": 869, + "end": 871, + "loc": { + "start": { + "line": 41, + "column": 25 + }, + "end": { + "line": 41, + "column": 27 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "match", + "start": 872, + "end": 877, + "loc": { + "start": { + "line": 41, + "column": 28 + }, + "end": { + "line": 41, + "column": 33 + } + } + }, + { + "type": { + "label": "[", + "beforeExpr": true, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 877, + "end": 878, + "loc": { + "start": { + "line": 41, + "column": 33 + }, + "end": { + "line": 41, + "column": 34 + } + } + }, + { + "type": { + "label": "num", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": 1, + "start": 878, + "end": 879, + "loc": { + "start": { + "line": 41, + "column": 34 + }, + "end": { + "line": 41, + "column": 35 + } + } + }, + { + "type": { + "label": "]", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 879, + "end": 880, + "loc": { + "start": { + "line": 41, + "column": 35 + }, + "end": { + "line": 41, + "column": 36 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 880, + "end": 881, + "loc": { + "start": { + "line": 41, + "column": 36 + }, + "end": { + "line": 41, + "column": 37 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "toLowerCase", + "start": 881, + "end": 892, + "loc": { + "start": { + "line": 41, + "column": 37 + }, + "end": { + "line": 41, + "column": 48 + } + } + }, + { + "type": { + "label": "(", + "beforeExpr": true, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 892, + "end": 893, + "loc": { + "start": { + "line": 41, + "column": 48 + }, + "end": { + "line": 41, + "column": 49 + } + } + }, + { + "type": { + "label": ")", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 893, + "end": 894, + "loc": { + "start": { + "line": 41, + "column": 49 + }, + "end": { + "line": 41, + "column": 50 + } + } + }, + { + "type": { + "label": ";", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 894, + "end": 895, + "loc": { + "start": { + "line": 41, + "column": 50 + }, + "end": { + "line": 41, + "column": 51 + } + } + }, + { + "type": { + "label": "return", + "keyword": "return", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "return", + "start": 900, + "end": 906, + "loc": { + "start": { + "line": 42, + "column": 4 + }, + "end": { + "line": 42, + "column": 10 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "Mimetypes", + "start": 907, + "end": 916, + "loc": { + "start": { + "line": 42, + "column": 11 + }, + "end": { + "line": 42, + "column": 20 + } + } + }, + { + "type": { + "label": "[", + "beforeExpr": true, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 916, + "end": 917, + "loc": { + "start": { + "line": 42, + "column": 20 + }, + "end": { + "line": 42, + "column": 21 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "result", + "start": 917, + "end": 923, + "loc": { + "start": { + "line": 42, + "column": 21 + }, + "end": { + "line": 42, + "column": 27 + } + } + }, + { + "type": { + "label": "]", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 923, + "end": 924, + "loc": { + "start": { + "line": 42, + "column": 27 + }, + "end": { + "line": 42, + "column": 28 + } + } + }, + { + "type": { + "label": ";", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 924, + "end": 925, + "loc": { + "start": { + "line": 42, + "column": 28 + }, + "end": { + "line": 42, + "column": 29 + } + } + }, + { + "type": { + "label": "}", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 926, + "end": 927, + "loc": { + "start": { + "line": 43, + "column": 0 + }, + "end": { + "line": 43, + "column": 1 + } + } + }, + { + "type": { + "label": ";", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 927, + "end": 928, + "loc": { + "start": { + "line": 43, + "column": 1 + }, + "end": { + "line": 43, + "column": 2 + } + } + }, + { + "type": { + "label": "export", + "keyword": "export", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "export", + "start": 930, + "end": 936, + "loc": { + "start": { + "line": 45, + "column": 0 + }, + "end": { + "line": 45, + "column": 6 + } + } + }, + { + "type": { + "label": "default", + "keyword": "default", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "default", + "start": 937, + "end": 944, + "loc": { + "start": { + "line": 45, + "column": 7 + }, + "end": { + "line": 45, + "column": 14 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "getExtension", + "start": 945, + "end": 957, + "loc": { + "start": { + "line": 45, + "column": 15 + }, + "end": { + "line": 45, + "column": 27 + } + } + }, + { + "type": { + "label": ";", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 957, + "end": 958, + "loc": { + "start": { + "line": 45, + "column": 27 + }, + "end": { + "line": 45, + "column": 28 + } + } + }, + { + "type": { + "label": "eof", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 959, + "end": 959, + "loc": { + "start": { + "line": 46, + "column": 0 + }, + "end": { + "line": 46, + "column": 0 + } + } + } + ] +} \ No newline at end of file diff --git a/docs/api/ast/source/videojs.record.js.json b/docs/api/ast/source/videojs.record.js.json index 6aaef8e1..678c8feb 100644 --- a/docs/api/ast/source/videojs.record.js.json +++ b/docs/api/ast/source/videojs.record.js.json @@ -1,28 +1,28 @@ { "type": "File", "start": 0, - "end": 63177, + "end": 65192, "loc": { "start": { "line": 1, "column": 0 }, "end": { - "line": 1854, + "line": 1900, "column": 0 } }, "program": { "type": "Program", "start": 0, - "end": 63177, + "end": 65192, "loc": { "start": { "line": 1, "column": 0 }, "end": { - "line": 1854, + "line": 1900, "column": 0 } }, @@ -2127,14 +2127,14 @@ { "type": "Identifier", "start": 1409, - "end": 62929, + "end": 64944, "loc": { "start": { "line": 40, "column": 0 }, "end": { - "line": 1841, + "line": 1887, "column": 1 } }, @@ -2176,14 +2176,14 @@ "body": { "type": "ClassBody", "start": 1437, - "end": 62929, + "end": 64944, "loc": { "start": { "line": 40, "column": 28 }, "end": { - "line": 1841, + "line": 1887, "column": 1 } }, @@ -2191,14 +2191,14 @@ { "type": "ClassMethod", "start": 1635, - "end": 5591, + "end": 5772, "loc": { "start": { "line": 47, "column": 4 }, "end": { - "line": 155, + "line": 160, "column": 5 } }, @@ -2266,14 +2266,14 @@ "body": { "type": "BlockStatement", "start": 1664, - "end": 5591, + "end": 5772, "loc": { "start": { "line": 47, "column": 33 }, "end": { - "line": 155, + "line": 160, "column": 5 } }, @@ -3510,9 +3510,9 @@ "trailingComments": [ { "type": "CommentLine", - "value": " add device button with icon based on type", + "value": " use custom video.js time format", "start": 2268, - "end": 2312, + "end": 2302, "loc": { "start": { "line": 69, @@ -3520,6 +3520,331 @@ }, "end": { "line": 69, + "column": 42 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "start": 2311, + "end": 2439, + "loc": { + "start": { + "line": 70, + "column": 8 + }, + "end": { + "line": 72, + "column": 11 + } + }, + "expression": { + "type": "CallExpression", + "start": 2311, + "end": 2438, + "loc": { + "start": { + "line": 70, + "column": 8 + }, + "end": { + "line": 72, + "column": 10 + } + }, + "callee": { + "type": "MemberExpression", + "start": 2311, + "end": 2332, + "loc": { + "start": { + "line": 70, + "column": 8 + }, + "end": { + "line": 70, + "column": 29 + } + }, + "object": { + "type": "Identifier", + "start": 2311, + "end": 2318, + "loc": { + "start": { + "line": 70, + "column": 8 + }, + "end": { + "line": 70, + "column": 15 + }, + "identifierName": "videojs" + }, + "name": "videojs", + "leadingComments": null + }, + "property": { + "type": "Identifier", + "start": 2319, + "end": 2332, + "loc": { + "start": { + "line": 70, + "column": 16 + }, + "end": { + "line": 70, + "column": 29 + }, + "identifierName": "setFormatTime" + }, + "name": "setFormatTime" + }, + "computed": false, + "leadingComments": null + }, + "arguments": [ + { + "type": "ArrowFunctionExpression", + "start": 2333, + "end": 2437, + "loc": { + "start": { + "line": 70, + "column": 30 + }, + "end": { + "line": 72, + "column": 9 + } + }, + "id": null, + "generator": false, + "expression": false, + "async": false, + "params": [ + { + "type": "Identifier", + "start": 2334, + "end": 2341, + "loc": { + "start": { + "line": 70, + "column": 31 + }, + "end": { + "line": 70, + "column": 38 + }, + "identifierName": "seconds" + }, + "name": "seconds" + }, + { + "type": "Identifier", + "start": 2343, + "end": 2348, + "loc": { + "start": { + "line": 70, + "column": 40 + }, + "end": { + "line": 70, + "column": 45 + }, + "identifierName": "guide" + }, + "name": "guide" + } + ], + "body": { + "type": "BlockStatement", + "start": 2353, + "end": 2437, + "loc": { + "start": { + "line": 70, + "column": 50 + }, + "end": { + "line": 72, + "column": 9 + } + }, + "body": [ + { + "type": "ReturnStatement", + "start": 2367, + "end": 2427, + "loc": { + "start": { + "line": 71, + "column": 12 + }, + "end": { + "line": 71, + "column": 72 + } + }, + "argument": { + "type": "CallExpression", + "start": 2374, + "end": 2426, + "loc": { + "start": { + "line": 71, + "column": 19 + }, + "end": { + "line": 71, + "column": 71 + } + }, + "callee": { + "type": "Identifier", + "start": 2374, + "end": 2384, + "loc": { + "start": { + "line": 71, + "column": 19 + }, + "end": { + "line": 71, + "column": 29 + }, + "identifierName": "formatTime" + }, + "name": "formatTime" + }, + "arguments": [ + { + "type": "Identifier", + "start": 2385, + "end": 2392, + "loc": { + "start": { + "line": 71, + "column": 30 + }, + "end": { + "line": 71, + "column": 37 + }, + "identifierName": "seconds" + }, + "name": "seconds" + }, + { + "type": "Identifier", + "start": 2394, + "end": 2399, + "loc": { + "start": { + "line": 71, + "column": 39 + }, + "end": { + "line": 71, + "column": 44 + }, + "identifierName": "guide" + }, + "name": "guide" + }, + { + "type": "MemberExpression", + "start": 2401, + "end": 2425, + "loc": { + "start": { + "line": 71, + "column": 46 + }, + "end": { + "line": 71, + "column": 70 + } + }, + "object": { + "type": "ThisExpression", + "start": 2401, + "end": 2405, + "loc": { + "start": { + "line": 71, + "column": 46 + }, + "end": { + "line": 71, + "column": 50 + } + } + }, + "property": { + "type": "Identifier", + "start": 2406, + "end": 2425, + "loc": { + "start": { + "line": 71, + "column": 51 + }, + "end": { + "line": 71, + "column": 70 + }, + "identifierName": "displayMilliseconds" + }, + "name": "displayMilliseconds" + }, + "computed": false + } + ] + } + } + ], + "directives": [] + } + } + ], + "leadingComments": null + }, + "leadingComments": [ + { + "type": "CommentLine", + "value": " use custom video.js time format", + "start": 2268, + "end": 2302, + "loc": { + "start": { + "line": 69, + "column": 8 + }, + "end": { + "line": 69, + "column": 42 + } + } + } + ], + "trailingComments": [ + { + "type": "CommentLine", + "value": " add device button with icon based on type", + "start": 2449, + "end": 2493, + "loc": { + "start": { + "line": 74, + "column": 8 + }, + "end": { + "line": 74, "column": 52 } } @@ -3528,44 +3853,44 @@ }, { "type": "VariableDeclaration", - "start": 2321, - "end": 2348, + "start": 2502, + "end": 2529, "loc": { "start": { - "line": 70, + "line": 75, "column": 8 }, "end": { - "line": 70, + "line": 75, "column": 35 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 2325, - "end": 2347, + "start": 2506, + "end": 2528, "loc": { "start": { - "line": 70, + "line": 75, "column": 12 }, "end": { - "line": 70, + "line": 75, "column": 34 } }, "id": { "type": "Identifier", - "start": 2325, - "end": 2335, + "start": 2506, + "end": 2516, "loc": { "start": { - "line": 70, + "line": 75, "column": 12 }, "end": { - "line": 70, + "line": 75, "column": 22 }, "identifierName": "deviceIcon" @@ -3575,15 +3900,15 @@ }, "init": { "type": "StringLiteral", - "start": 2338, - "end": 2347, + "start": 2519, + "end": 2528, "loc": { "start": { - "line": 70, + "line": 75, "column": 25 }, "end": { - "line": 70, + "line": 75, "column": 34 } }, @@ -3601,15 +3926,15 @@ { "type": "CommentLine", "value": " add device button with icon based on type", - "start": 2268, - "end": 2312, + "start": 2449, + "end": 2493, "loc": { "start": { - "line": 69, + "line": 74, "column": 8 }, "end": { - "line": 69, + "line": 74, "column": 52 } } @@ -3618,72 +3943,72 @@ }, { "type": "SwitchStatement", - "start": 2358, - "end": 2837, + "start": 2539, + "end": 3018, "loc": { "start": { - "line": 72, + "line": 77, "column": 8 }, "end": { - "line": 87, + "line": 92, "column": 9 } }, "discriminant": { "type": "CallExpression", - "start": 2366, - "end": 2386, + "start": 2547, + "end": 2567, "loc": { "start": { - "line": 72, + "line": 77, "column": 16 }, "end": { - "line": 72, + "line": 77, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 2366, - "end": 2384, + "start": 2547, + "end": 2565, "loc": { "start": { - "line": 72, + "line": 77, "column": 16 }, "end": { - "line": 72, + "line": 77, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 2366, - "end": 2370, + "start": 2547, + "end": 2551, "loc": { "start": { - "line": 72, + "line": 77, "column": 16 }, "end": { - "line": 72, + "line": 77, "column": 20 } } }, "property": { "type": "Identifier", - "start": 2371, - "end": 2384, + "start": 2552, + "end": 2565, "loc": { "start": { - "line": 72, + "line": 77, "column": 21 }, "end": { - "line": 72, + "line": 77, "column": 34 }, "identifierName": "getRecordType" @@ -3697,30 +4022,30 @@ "cases": [ { "type": "SwitchCase", - "start": 2402, - "end": 2418, + "start": 2583, + "end": 2599, "loc": { "start": { - "line": 73, + "line": 78, "column": 12 }, "end": { - "line": 73, + "line": 78, "column": 28 } }, "consequent": [], "test": { "type": "Identifier", - "start": 2407, - "end": 2417, + "start": 2588, + "end": 2598, "loc": { "start": { - "line": 73, + "line": 78, "column": 17 }, "end": { - "line": 73, + "line": 78, "column": 27 }, "identifierName": "IMAGE_ONLY" @@ -3730,30 +4055,30 @@ }, { "type": "SwitchCase", - "start": 2431, - "end": 2447, + "start": 2612, + "end": 2628, "loc": { "start": { - "line": 74, + "line": 79, "column": 12 }, "end": { - "line": 74, + "line": 79, "column": 28 } }, "consequent": [], "test": { "type": "Identifier", - "start": 2436, - "end": 2446, + "start": 2617, + "end": 2627, "loc": { "start": { - "line": 74, + "line": 79, "column": 17 }, "end": { - "line": 74, + "line": 79, "column": 27 }, "identifierName": "VIDEO_ONLY" @@ -3763,59 +4088,59 @@ }, { "type": "SwitchCase", - "start": 2460, - "end": 2541, + "start": 2641, + "end": 2722, "loc": { "start": { - "line": 75, + "line": 80, "column": 12 }, "end": { - "line": 77, + "line": 82, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 2492, - "end": 2518, + "start": 2673, + "end": 2699, "loc": { "start": { - "line": 76, + "line": 81, "column": 16 }, "end": { - "line": 76, + "line": 81, "column": 42 } }, "expression": { "type": "AssignmentExpression", - "start": 2492, - "end": 2517, + "start": 2673, + "end": 2698, "loc": { "start": { - "line": 76, + "line": 81, "column": 16 }, "end": { - "line": 76, + "line": 81, "column": 41 } }, "operator": "=", "left": { "type": "Identifier", - "start": 2492, - "end": 2502, + "start": 2673, + "end": 2683, "loc": { "start": { - "line": 76, + "line": 81, "column": 16 }, "end": { - "line": 76, + "line": 81, "column": 26 }, "identifierName": "deviceIcon" @@ -3824,15 +4149,15 @@ }, "right": { "type": "StringLiteral", - "start": 2505, - "end": 2517, + "start": 2686, + "end": 2698, "loc": { "start": { - "line": 76, + "line": 81, "column": 29 }, "end": { - "line": 76, + "line": 81, "column": 41 } }, @@ -3846,15 +4171,15 @@ }, { "type": "BreakStatement", - "start": 2535, - "end": 2541, + "start": 2716, + "end": 2722, "loc": { "start": { - "line": 77, + "line": 82, "column": 16 }, "end": { - "line": 77, + "line": 82, "column": 22 } }, @@ -3863,15 +4188,15 @@ ], "test": { "type": "Identifier", - "start": 2465, - "end": 2474, + "start": 2646, + "end": 2655, "loc": { "start": { - "line": 75, + "line": 80, "column": 17 }, "end": { - "line": 75, + "line": 80, "column": 26 }, "identifierName": "ANIMATION" @@ -3881,59 +4206,59 @@ }, { "type": "SwitchCase", - "start": 2554, - "end": 2636, + "start": 2735, + "end": 2817, "loc": { "start": { - "line": 78, + "line": 83, "column": 12 }, "end": { - "line": 80, + "line": 85, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 2587, - "end": 2613, + "start": 2768, + "end": 2794, "loc": { "start": { - "line": 79, + "line": 84, "column": 16 }, "end": { - "line": 79, + "line": 84, "column": 42 } }, "expression": { "type": "AssignmentExpression", - "start": 2587, - "end": 2612, + "start": 2768, + "end": 2793, "loc": { "start": { - "line": 79, + "line": 84, "column": 16 }, "end": { - "line": 79, + "line": 84, "column": 41 } }, "operator": "=", "left": { "type": "Identifier", - "start": 2587, - "end": 2597, + "start": 2768, + "end": 2778, "loc": { "start": { - "line": 79, + "line": 84, "column": 16 }, "end": { - "line": 79, + "line": 84, "column": 26 }, "identifierName": "deviceIcon" @@ -3942,15 +4267,15 @@ }, "right": { "type": "StringLiteral", - "start": 2600, - "end": 2612, + "start": 2781, + "end": 2793, "loc": { "start": { - "line": 79, + "line": 84, "column": 29 }, "end": { - "line": 79, + "line": 84, "column": 41 } }, @@ -3964,15 +4289,15 @@ }, { "type": "BreakStatement", - "start": 2630, - "end": 2636, + "start": 2811, + "end": 2817, "loc": { "start": { - "line": 80, + "line": 85, "column": 16 }, "end": { - "line": 80, + "line": 85, "column": 22 } }, @@ -3981,15 +4306,15 @@ ], "test": { "type": "Identifier", - "start": 2559, - "end": 2569, + "start": 2740, + "end": 2750, "loc": { "start": { - "line": 78, + "line": 83, "column": 17 }, "end": { - "line": 78, + "line": 83, "column": 27 }, "identifierName": "AUDIO_ONLY" @@ -3999,59 +4324,59 @@ }, { "type": "SwitchCase", - "start": 2649, - "end": 2733, + "start": 2830, + "end": 2914, "loc": { "start": { - "line": 81, + "line": 86, "column": 12 }, "end": { - "line": 83, + "line": 88, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 2683, - "end": 2710, + "start": 2864, + "end": 2891, "loc": { "start": { - "line": 82, + "line": 87, "column": 16 }, "end": { - "line": 82, + "line": 87, "column": 43 } }, "expression": { "type": "AssignmentExpression", - "start": 2683, - "end": 2709, + "start": 2864, + "end": 2890, "loc": { "start": { - "line": 82, + "line": 87, "column": 16 }, "end": { - "line": 82, + "line": 87, "column": 42 } }, "operator": "=", "left": { "type": "Identifier", - "start": 2683, - "end": 2693, + "start": 2864, + "end": 2874, "loc": { "start": { - "line": 82, + "line": 87, "column": 16 }, "end": { - "line": 82, + "line": 87, "column": 26 }, "identifierName": "deviceIcon" @@ -4060,15 +4385,15 @@ }, "right": { "type": "StringLiteral", - "start": 2696, - "end": 2709, + "start": 2877, + "end": 2890, "loc": { "start": { - "line": 82, + "line": 87, "column": 29 }, "end": { - "line": 82, + "line": 87, "column": 42 } }, @@ -4082,15 +4407,15 @@ }, { "type": "BreakStatement", - "start": 2727, - "end": 2733, + "start": 2908, + "end": 2914, "loc": { "start": { - "line": 83, + "line": 88, "column": 16 }, "end": { - "line": 83, + "line": 88, "column": 22 } }, @@ -4099,15 +4424,15 @@ ], "test": { "type": "Identifier", - "start": 2654, - "end": 2665, + "start": 2835, + "end": 2846, "loc": { "start": { - "line": 81, + "line": 86, "column": 17 }, "end": { - "line": 81, + "line": 86, "column": 28 }, "identifierName": "SCREEN_ONLY" @@ -4117,59 +4442,59 @@ }, { "type": "SwitchCase", - "start": 2746, - "end": 2827, + "start": 2927, + "end": 3008, "loc": { "start": { - "line": 84, + "line": 89, "column": 12 }, "end": { - "line": 86, + "line": 91, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 2781, - "end": 2804, + "start": 2962, + "end": 2985, "loc": { "start": { - "line": 85, + "line": 90, "column": 16 }, "end": { - "line": 85, + "line": 90, "column": 39 } }, "expression": { "type": "AssignmentExpression", - "start": 2781, - "end": 2803, + "start": 2962, + "end": 2984, "loc": { "start": { - "line": 85, + "line": 90, "column": 16 }, "end": { - "line": 85, + "line": 90, "column": 38 } }, "operator": "=", "left": { "type": "Identifier", - "start": 2781, - "end": 2791, + "start": 2962, + "end": 2972, "loc": { "start": { - "line": 85, + "line": 90, "column": 16 }, "end": { - "line": 85, + "line": 90, "column": 26 }, "identifierName": "deviceIcon" @@ -4178,15 +4503,15 @@ }, "right": { "type": "StringLiteral", - "start": 2794, - "end": 2803, + "start": 2975, + "end": 2984, "loc": { "start": { - "line": 85, + "line": 90, "column": 29 }, "end": { - "line": 85, + "line": 90, "column": 38 } }, @@ -4200,15 +4525,15 @@ }, { "type": "BreakStatement", - "start": 2821, - "end": 2827, + "start": 3002, + "end": 3008, "loc": { "start": { - "line": 86, + "line": 91, "column": 16 }, "end": { - "line": 86, + "line": 91, "column": 22 } }, @@ -4217,15 +4542,15 @@ ], "test": { "type": "Identifier", - "start": 2751, - "end": 2763, + "start": 2932, + "end": 2944, "loc": { "start": { - "line": 84, + "line": 89, "column": 17 }, "end": { - "line": 84, + "line": 89, "column": 29 }, "identifierName": "AUDIO_SCREEN" @@ -4238,15 +4563,15 @@ { "type": "CommentLine", "value": " add custom interface elements", - "start": 2847, - "end": 2879, + "start": 3028, + "end": 3060, "loc": { "start": { - "line": 89, + "line": 94, "column": 8 }, "end": { - "line": 89, + "line": 94, "column": 40 } } @@ -4255,72 +4580,72 @@ }, { "type": "ExpressionStatement", - "start": 2888, - "end": 3069, + "start": 3069, + "end": 3250, "loc": { "start": { - "line": 90, + "line": 95, "column": 8 }, "end": { - "line": 93, + "line": 98, "column": 10 } }, "expression": { "type": "AssignmentExpression", - "start": 2888, - "end": 3068, + "start": 3069, + "end": 3249, "loc": { "start": { - "line": 90, + "line": 95, "column": 8 }, "end": { - "line": 93, + "line": 98, "column": 9 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 2888, - "end": 2924, + "start": 3069, + "end": 3105, "loc": { "start": { - "line": 90, + "line": 95, "column": 8 }, "end": { - "line": 90, + "line": 95, "column": 44 } }, "object": { "type": "MemberExpression", - "start": 2888, - "end": 2910, + "start": 3069, + "end": 3091, "loc": { "start": { - "line": 90, + "line": 95, "column": 8 }, "end": { - "line": 90, + "line": 95, "column": 30 } }, "object": { "type": "Identifier", - "start": 2888, - "end": 2900, + "start": 3069, + "end": 3081, "loc": { "start": { - "line": 90, + "line": 95, "column": 8 }, "end": { - "line": 90, + "line": 95, "column": 20 }, "identifierName": "DeviceButton" @@ -4330,15 +4655,15 @@ }, "property": { "type": "Identifier", - "start": 2901, - "end": 2910, + "start": 3082, + "end": 3091, "loc": { "start": { - "line": 90, + "line": 95, "column": 21 }, "end": { - "line": 90, + "line": 95, "column": 30 }, "identifierName": "prototype" @@ -4350,15 +4675,15 @@ }, "property": { "type": "Identifier", - "start": 2911, - "end": 2924, + "start": 3092, + "end": 3105, "loc": { "start": { - "line": 90, + "line": 95, "column": 31 }, "end": { - "line": 90, + "line": 95, "column": 44 }, "identifierName": "buildCSSClass" @@ -4370,15 +4695,15 @@ }, "right": { "type": "ArrowFunctionExpression", - "start": 2927, - "end": 3068, + "start": 3108, + "end": 3249, "loc": { "start": { - "line": 90, + "line": 95, "column": 47 }, "end": { - "line": 93, + "line": 98, "column": 9 } }, @@ -4389,58 +4714,58 @@ "params": [], "body": { "type": "BlockStatement", - "start": 2933, - "end": 3068, + "start": 3114, + "end": 3249, "loc": { "start": { - "line": 90, + "line": 95, "column": 53 }, "end": { - "line": 93, + "line": 98, "column": 9 } }, "body": [ { "type": "ReturnStatement", - "start": 2985, - "end": 3058, + "start": 3166, + "end": 3239, "loc": { "start": { - "line": 92, + "line": 97, "column": 12 }, "end": { - "line": 92, + "line": 97, "column": 85 } }, "argument": { "type": "BinaryExpression", - "start": 2992, - "end": 3057, + "start": 3173, + "end": 3238, "loc": { "start": { - "line": 92, + "line": 97, "column": 19 }, "end": { - "line": 92, + "line": 97, "column": 84 } }, "left": { "type": "StringLiteral", - "start": 2992, - "end": 3044, + "start": 3173, + "end": 3225, "loc": { "start": { - "line": 92, + "line": 97, "column": 19 }, "end": { - "line": 92, + "line": 97, "column": 71 } }, @@ -4454,15 +4779,15 @@ "operator": "+", "right": { "type": "Identifier", - "start": 3047, - "end": 3057, + "start": 3228, + "end": 3238, "loc": { "start": { - "line": 92, + "line": 97, "column": 74 }, "end": { - "line": 92, + "line": 97, "column": 84 }, "identifierName": "deviceIcon" @@ -4475,15 +4800,15 @@ { "type": "CommentLine", "value": " use dynamic icon class", - "start": 2947, - "end": 2972, + "start": 3128, + "end": 3153, "loc": { "start": { - "line": 91, + "line": 96, "column": 12 }, "end": { - "line": 91, + "line": 96, "column": 37 } } @@ -4500,15 +4825,15 @@ { "type": "CommentLine", "value": " add custom interface elements", - "start": 2847, - "end": 2879, + "start": 3028, + "end": 3060, "loc": { "start": { - "line": 89, + "line": 94, "column": 8 }, "end": { - "line": 89, + "line": 94, "column": 40 } } @@ -4517,58 +4842,58 @@ }, { "type": "ExpressionStatement", - "start": 3078, - "end": 3134, + "start": 3259, + "end": 3315, "loc": { "start": { - "line": 94, + "line": 99, "column": 8 }, "end": { - "line": 94, + "line": 99, "column": 64 } }, "expression": { "type": "AssignmentExpression", - "start": 3078, - "end": 3133, + "start": 3259, + "end": 3314, "loc": { "start": { - "line": 94, + "line": 99, "column": 8 }, "end": { - "line": 94, + "line": 99, "column": 63 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 3078, - "end": 3097, + "start": 3259, + "end": 3278, "loc": { "start": { - "line": 94, + "line": 99, "column": 8 }, "end": { - "line": 94, + "line": 99, "column": 27 } }, "object": { "type": "Identifier", - "start": 3078, - "end": 3084, + "start": 3259, + "end": 3265, "loc": { "start": { - "line": 94, + "line": 99, "column": 8 }, "end": { - "line": 94, + "line": 99, "column": 14 }, "identifierName": "player" @@ -4577,15 +4902,15 @@ }, "property": { "type": "Identifier", - "start": 3085, - "end": 3097, + "start": 3266, + "end": 3278, "loc": { "start": { - "line": 94, + "line": 99, "column": 15 }, "end": { - "line": 94, + "line": 99, "column": 27 }, "identifierName": "deviceButton" @@ -4596,29 +4921,29 @@ }, "right": { "type": "NewExpression", - "start": 3100, - "end": 3133, + "start": 3281, + "end": 3314, "loc": { "start": { - "line": 94, + "line": 99, "column": 30 }, "end": { - "line": 94, + "line": 99, "column": 63 } }, "callee": { "type": "Identifier", - "start": 3104, - "end": 3116, + "start": 3285, + "end": 3297, "loc": { "start": { - "line": 94, + "line": 99, "column": 34 }, "end": { - "line": 94, + "line": 99, "column": 46 }, "identifierName": "DeviceButton" @@ -4628,15 +4953,15 @@ "arguments": [ { "type": "Identifier", - "start": 3117, - "end": 3123, + "start": 3298, + "end": 3304, "loc": { "start": { - "line": 94, + "line": 99, "column": 47 }, "end": { - "line": 94, + "line": 99, "column": 53 }, "identifierName": "player" @@ -4645,15 +4970,15 @@ }, { "type": "Identifier", - "start": 3125, - "end": 3132, + "start": 3306, + "end": 3313, "loc": { "start": { - "line": 94, + "line": 99, "column": 55 }, "end": { - "line": 94, + "line": 99, "column": 62 }, "identifierName": "options" @@ -4666,57 +4991,57 @@ }, { "type": "ExpressionStatement", - "start": 3143, - "end": 3180, + "start": 3324, + "end": 3361, "loc": { "start": { - "line": 95, + "line": 100, "column": 8 }, "end": { - "line": 95, + "line": 100, "column": 45 } }, "expression": { "type": "CallExpression", - "start": 3143, - "end": 3179, + "start": 3324, + "end": 3360, "loc": { "start": { - "line": 95, + "line": 100, "column": 8 }, "end": { - "line": 95, + "line": 100, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 3143, - "end": 3158, + "start": 3324, + "end": 3339, "loc": { "start": { - "line": 95, + "line": 100, "column": 8 }, "end": { - "line": 95, + "line": 100, "column": 23 } }, "object": { "type": "Identifier", - "start": 3143, - "end": 3149, + "start": 3324, + "end": 3330, "loc": { "start": { - "line": 95, + "line": 100, "column": 8 }, "end": { - "line": 95, + "line": 100, "column": 14 }, "identifierName": "player" @@ -4725,15 +5050,15 @@ }, "property": { "type": "Identifier", - "start": 3150, - "end": 3158, + "start": 3331, + "end": 3339, "loc": { "start": { - "line": 95, + "line": 100, "column": 15 }, "end": { - "line": 95, + "line": 100, "column": 23 }, "identifierName": "addChild" @@ -4745,29 +5070,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 3159, - "end": 3178, + "start": 3340, + "end": 3359, "loc": { "start": { - "line": 95, + "line": 100, "column": 24 }, "end": { - "line": 95, + "line": 100, "column": 43 } }, "object": { "type": "Identifier", - "start": 3159, - "end": 3165, + "start": 3340, + "end": 3346, "loc": { "start": { - "line": 95, + "line": 100, "column": 24 }, "end": { - "line": 95, + "line": 100, "column": 30 }, "identifierName": "player" @@ -4776,15 +5101,15 @@ }, "property": { "type": "Identifier", - "start": 3166, - "end": 3178, + "start": 3347, + "end": 3359, "loc": { "start": { - "line": 95, + "line": 100, "column": 31 }, "end": { - "line": 95, + "line": 100, "column": 43 }, "identifierName": "deviceButton" @@ -4799,15 +5124,15 @@ { "type": "CommentLine", "value": " add blinking record indicator", - "start": 3190, - "end": 3222, + "start": 3371, + "end": 3403, "loc": { "start": { - "line": 97, + "line": 102, "column": 8 }, "end": { - "line": 97, + "line": 102, "column": 40 } } @@ -4816,58 +5141,58 @@ }, { "type": "ExpressionStatement", - "start": 3231, - "end": 3293, + "start": 3412, + "end": 3474, "loc": { "start": { - "line": 98, + "line": 103, "column": 8 }, "end": { - "line": 98, + "line": 103, "column": 70 } }, "expression": { "type": "AssignmentExpression", - "start": 3231, - "end": 3292, + "start": 3412, + "end": 3473, "loc": { "start": { - "line": 98, + "line": 103, "column": 8 }, "end": { - "line": 98, + "line": 103, "column": 69 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 3231, - "end": 3253, + "start": 3412, + "end": 3434, "loc": { "start": { - "line": 98, + "line": 103, "column": 8 }, "end": { - "line": 98, + "line": 103, "column": 30 } }, "object": { "type": "Identifier", - "start": 3231, - "end": 3237, + "start": 3412, + "end": 3418, "loc": { "start": { - "line": 98, + "line": 103, "column": 8 }, "end": { - "line": 98, + "line": 103, "column": 14 }, "identifierName": "player" @@ -4877,15 +5202,15 @@ }, "property": { "type": "Identifier", - "start": 3238, - "end": 3253, + "start": 3419, + "end": 3434, "loc": { "start": { - "line": 98, + "line": 103, "column": 15 }, "end": { - "line": 98, + "line": 103, "column": 30 }, "identifierName": "recordIndicator" @@ -4897,29 +5222,29 @@ }, "right": { "type": "NewExpression", - "start": 3256, - "end": 3292, + "start": 3437, + "end": 3473, "loc": { "start": { - "line": 98, + "line": 103, "column": 33 }, "end": { - "line": 98, + "line": 103, "column": 69 } }, "callee": { "type": "Identifier", - "start": 3260, - "end": 3275, + "start": 3441, + "end": 3456, "loc": { "start": { - "line": 98, + "line": 103, "column": 37 }, "end": { - "line": 98, + "line": 103, "column": 52 }, "identifierName": "RecordIndicator" @@ -4929,15 +5254,15 @@ "arguments": [ { "type": "Identifier", - "start": 3276, - "end": 3282, + "start": 3457, + "end": 3463, "loc": { "start": { - "line": 98, + "line": 103, "column": 53 }, "end": { - "line": 98, + "line": 103, "column": 59 }, "identifierName": "player" @@ -4946,15 +5271,15 @@ }, { "type": "Identifier", - "start": 3284, - "end": 3291, + "start": 3465, + "end": 3472, "loc": { "start": { - "line": 98, + "line": 103, "column": 61 }, "end": { - "line": 98, + "line": 103, "column": 68 }, "identifierName": "options" @@ -4969,15 +5294,15 @@ { "type": "CommentLine", "value": " add blinking record indicator", - "start": 3190, - "end": 3222, + "start": 3371, + "end": 3403, "loc": { "start": { - "line": 97, + "line": 102, "column": 8 }, "end": { - "line": 97, + "line": 102, "column": 40 } } @@ -4986,71 +5311,71 @@ }, { "type": "ExpressionStatement", - "start": 3302, - "end": 3332, + "start": 3483, + "end": 3513, "loc": { "start": { - "line": 99, + "line": 104, "column": 8 }, "end": { - "line": 99, + "line": 104, "column": 38 } }, "expression": { "type": "CallExpression", - "start": 3302, - "end": 3331, + "start": 3483, + "end": 3512, "loc": { "start": { - "line": 99, + "line": 104, "column": 8 }, "end": { - "line": 99, + "line": 104, "column": 37 } }, "callee": { "type": "MemberExpression", - "start": 3302, - "end": 3329, + "start": 3483, + "end": 3510, "loc": { "start": { - "line": 99, + "line": 104, "column": 8 }, "end": { - "line": 99, + "line": 104, "column": 35 } }, "object": { "type": "MemberExpression", - "start": 3302, - "end": 3324, + "start": 3483, + "end": 3505, "loc": { "start": { - "line": 99, + "line": 104, "column": 8 }, "end": { - "line": 99, + "line": 104, "column": 30 } }, "object": { "type": "Identifier", - "start": 3302, - "end": 3308, + "start": 3483, + "end": 3489, "loc": { "start": { - "line": 99, + "line": 104, "column": 8 }, "end": { - "line": 99, + "line": 104, "column": 14 }, "identifierName": "player" @@ -5059,15 +5384,15 @@ }, "property": { "type": "Identifier", - "start": 3309, - "end": 3324, + "start": 3490, + "end": 3505, "loc": { "start": { - "line": 99, + "line": 104, "column": 15 }, "end": { - "line": 99, + "line": 104, "column": 30 }, "identifierName": "recordIndicator" @@ -5078,15 +5403,15 @@ }, "property": { "type": "Identifier", - "start": 3325, - "end": 3329, + "start": 3506, + "end": 3510, "loc": { "start": { - "line": 99, + "line": 104, "column": 31 }, "end": { - "line": 99, + "line": 104, "column": 35 }, "identifierName": "hide" @@ -5100,57 +5425,57 @@ }, { "type": "ExpressionStatement", - "start": 3341, - "end": 3381, + "start": 3522, + "end": 3562, "loc": { "start": { - "line": 100, + "line": 105, "column": 8 }, "end": { - "line": 100, + "line": 105, "column": 48 } }, "expression": { "type": "CallExpression", - "start": 3341, - "end": 3380, + "start": 3522, + "end": 3561, "loc": { "start": { - "line": 100, + "line": 105, "column": 8 }, "end": { - "line": 100, + "line": 105, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 3341, - "end": 3356, + "start": 3522, + "end": 3537, "loc": { "start": { - "line": 100, + "line": 105, "column": 8 }, "end": { - "line": 100, + "line": 105, "column": 23 } }, "object": { "type": "Identifier", - "start": 3341, - "end": 3347, + "start": 3522, + "end": 3528, "loc": { "start": { - "line": 100, + "line": 105, "column": 8 }, "end": { - "line": 100, + "line": 105, "column": 14 }, "identifierName": "player" @@ -5159,15 +5484,15 @@ }, "property": { "type": "Identifier", - "start": 3348, - "end": 3356, + "start": 3529, + "end": 3537, "loc": { "start": { - "line": 100, + "line": 105, "column": 15 }, "end": { - "line": 100, + "line": 105, "column": 23 }, "identifierName": "addChild" @@ -5179,29 +5504,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 3357, - "end": 3379, + "start": 3538, + "end": 3560, "loc": { "start": { - "line": 100, + "line": 105, "column": 24 }, "end": { - "line": 100, + "line": 105, "column": 46 } }, "object": { "type": "Identifier", - "start": 3357, - "end": 3363, + "start": 3538, + "end": 3544, "loc": { "start": { - "line": 100, + "line": 105, "column": 24 }, "end": { - "line": 100, + "line": 105, "column": 30 }, "identifierName": "player" @@ -5210,15 +5535,15 @@ }, "property": { "type": "Identifier", - "start": 3364, - "end": 3379, + "start": 3545, + "end": 3560, "loc": { "start": { - "line": 100, + "line": 105, "column": 31 }, "end": { - "line": 100, + "line": 105, "column": 46 }, "identifierName": "recordIndicator" @@ -5233,15 +5558,15 @@ { "type": "CommentLine", "value": " add canvas for recording and displaying image", - "start": 3391, - "end": 3439, + "start": 3572, + "end": 3620, "loc": { "start": { - "line": 102, + "line": 107, "column": 8 }, "end": { - "line": 102, + "line": 107, "column": 56 } } @@ -5250,58 +5575,58 @@ }, { "type": "ExpressionStatement", - "start": 3448, - "end": 3504, + "start": 3629, + "end": 3685, "loc": { "start": { - "line": 103, + "line": 108, "column": 8 }, "end": { - "line": 103, + "line": 108, "column": 64 } }, "expression": { "type": "AssignmentExpression", - "start": 3448, - "end": 3503, + "start": 3629, + "end": 3684, "loc": { "start": { - "line": 103, + "line": 108, "column": 8 }, "end": { - "line": 103, + "line": 108, "column": 63 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 3448, - "end": 3467, + "start": 3629, + "end": 3648, "loc": { "start": { - "line": 103, + "line": 108, "column": 8 }, "end": { - "line": 103, + "line": 108, "column": 27 } }, "object": { "type": "Identifier", - "start": 3448, - "end": 3454, + "start": 3629, + "end": 3635, "loc": { "start": { - "line": 103, + "line": 108, "column": 8 }, "end": { - "line": 103, + "line": 108, "column": 14 }, "identifierName": "player" @@ -5311,15 +5636,15 @@ }, "property": { "type": "Identifier", - "start": 3455, - "end": 3467, + "start": 3636, + "end": 3648, "loc": { "start": { - "line": 103, + "line": 108, "column": 15 }, "end": { - "line": 103, + "line": 108, "column": 27 }, "identifierName": "recordCanvas" @@ -5331,29 +5656,29 @@ }, "right": { "type": "NewExpression", - "start": 3470, - "end": 3503, + "start": 3651, + "end": 3684, "loc": { "start": { - "line": 103, + "line": 108, "column": 30 }, "end": { - "line": 103, + "line": 108, "column": 63 } }, "callee": { "type": "Identifier", - "start": 3474, - "end": 3486, + "start": 3655, + "end": 3667, "loc": { "start": { - "line": 103, + "line": 108, "column": 34 }, "end": { - "line": 103, + "line": 108, "column": 46 }, "identifierName": "RecordCanvas" @@ -5363,15 +5688,15 @@ "arguments": [ { "type": "Identifier", - "start": 3487, - "end": 3493, + "start": 3668, + "end": 3674, "loc": { "start": { - "line": 103, + "line": 108, "column": 47 }, "end": { - "line": 103, + "line": 108, "column": 53 }, "identifierName": "player" @@ -5380,15 +5705,15 @@ }, { "type": "Identifier", - "start": 3495, - "end": 3502, + "start": 3676, + "end": 3683, "loc": { "start": { - "line": 103, + "line": 108, "column": 55 }, "end": { - "line": 103, + "line": 108, "column": 62 }, "identifierName": "options" @@ -5403,15 +5728,15 @@ { "type": "CommentLine", "value": " add canvas for recording and displaying image", - "start": 3391, - "end": 3439, + "start": 3572, + "end": 3620, "loc": { "start": { - "line": 102, + "line": 107, "column": 8 }, "end": { - "line": 102, + "line": 107, "column": 56 } } @@ -5420,71 +5745,71 @@ }, { "type": "ExpressionStatement", - "start": 3513, - "end": 3540, + "start": 3694, + "end": 3721, "loc": { "start": { - "line": 104, + "line": 109, "column": 8 }, "end": { - "line": 104, + "line": 109, "column": 35 } }, "expression": { "type": "CallExpression", - "start": 3513, - "end": 3539, + "start": 3694, + "end": 3720, "loc": { "start": { - "line": 104, + "line": 109, "column": 8 }, "end": { - "line": 104, + "line": 109, "column": 34 } }, "callee": { "type": "MemberExpression", - "start": 3513, - "end": 3537, + "start": 3694, + "end": 3718, "loc": { "start": { - "line": 104, + "line": 109, "column": 8 }, "end": { - "line": 104, + "line": 109, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 3513, - "end": 3532, + "start": 3694, + "end": 3713, "loc": { "start": { - "line": 104, + "line": 109, "column": 8 }, "end": { - "line": 104, + "line": 109, "column": 27 } }, "object": { "type": "Identifier", - "start": 3513, - "end": 3519, + "start": 3694, + "end": 3700, "loc": { "start": { - "line": 104, + "line": 109, "column": 8 }, "end": { - "line": 104, + "line": 109, "column": 14 }, "identifierName": "player" @@ -5493,15 +5818,15 @@ }, "property": { "type": "Identifier", - "start": 3520, - "end": 3532, + "start": 3701, + "end": 3713, "loc": { "start": { - "line": 104, + "line": 109, "column": 15 }, "end": { - "line": 104, + "line": 109, "column": 27 }, "identifierName": "recordCanvas" @@ -5512,15 +5837,15 @@ }, "property": { "type": "Identifier", - "start": 3533, - "end": 3537, + "start": 3714, + "end": 3718, "loc": { "start": { - "line": 104, + "line": 109, "column": 28 }, "end": { - "line": 104, + "line": 109, "column": 32 }, "identifierName": "hide" @@ -5534,57 +5859,57 @@ }, { "type": "ExpressionStatement", - "start": 3549, - "end": 3586, + "start": 3730, + "end": 3767, "loc": { "start": { - "line": 105, + "line": 110, "column": 8 }, "end": { - "line": 105, + "line": 110, "column": 45 } }, "expression": { "type": "CallExpression", - "start": 3549, - "end": 3585, + "start": 3730, + "end": 3766, "loc": { "start": { - "line": 105, + "line": 110, "column": 8 }, "end": { - "line": 105, + "line": 110, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 3549, - "end": 3564, + "start": 3730, + "end": 3745, "loc": { "start": { - "line": 105, + "line": 110, "column": 8 }, "end": { - "line": 105, + "line": 110, "column": 23 } }, "object": { "type": "Identifier", - "start": 3549, - "end": 3555, + "start": 3730, + "end": 3736, "loc": { "start": { - "line": 105, + "line": 110, "column": 8 }, "end": { - "line": 105, + "line": 110, "column": 14 }, "identifierName": "player" @@ -5593,15 +5918,15 @@ }, "property": { "type": "Identifier", - "start": 3556, - "end": 3564, + "start": 3737, + "end": 3745, "loc": { "start": { - "line": 105, + "line": 110, "column": 15 }, "end": { - "line": 105, + "line": 110, "column": 23 }, "identifierName": "addChild" @@ -5613,29 +5938,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 3565, - "end": 3584, + "start": 3746, + "end": 3765, "loc": { "start": { - "line": 105, + "line": 110, "column": 24 }, "end": { - "line": 105, + "line": 110, "column": 43 } }, "object": { "type": "Identifier", - "start": 3565, - "end": 3571, + "start": 3746, + "end": 3752, "loc": { "start": { - "line": 105, + "line": 110, "column": 24 }, "end": { - "line": 105, + "line": 110, "column": 30 }, "identifierName": "player" @@ -5644,15 +5969,15 @@ }, "property": { "type": "Identifier", - "start": 3572, - "end": 3584, + "start": 3753, + "end": 3765, "loc": { "start": { - "line": 105, + "line": 110, "column": 31 }, "end": { - "line": 105, + "line": 110, "column": 43 }, "identifierName": "recordCanvas" @@ -5667,15 +5992,15 @@ { "type": "CommentLine", "value": " add image for animation display", - "start": 3596, - "end": 3630, + "start": 3777, + "end": 3811, "loc": { "start": { - "line": 107, + "line": 112, "column": 8 }, "end": { - "line": 107, + "line": 112, "column": 42 } } @@ -5684,58 +6009,58 @@ }, { "type": "ExpressionStatement", - "start": 3639, - "end": 3703, + "start": 3820, + "end": 3884, "loc": { "start": { - "line": 108, + "line": 113, "column": 8 }, "end": { - "line": 108, + "line": 113, "column": 72 } }, "expression": { "type": "AssignmentExpression", - "start": 3639, - "end": 3702, + "start": 3820, + "end": 3883, "loc": { "start": { - "line": 108, + "line": 113, "column": 8 }, "end": { - "line": 108, + "line": 113, "column": 71 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 3639, - "end": 3662, + "start": 3820, + "end": 3843, "loc": { "start": { - "line": 108, + "line": 113, "column": 8 }, "end": { - "line": 108, + "line": 113, "column": 31 } }, "object": { "type": "Identifier", - "start": 3639, - "end": 3645, + "start": 3820, + "end": 3826, "loc": { "start": { - "line": 108, + "line": 113, "column": 8 }, "end": { - "line": 108, + "line": 113, "column": 14 }, "identifierName": "player" @@ -5745,15 +6070,15 @@ }, "property": { "type": "Identifier", - "start": 3646, - "end": 3662, + "start": 3827, + "end": 3843, "loc": { "start": { - "line": 108, + "line": 113, "column": 15 }, "end": { - "line": 108, + "line": 113, "column": 31 }, "identifierName": "animationDisplay" @@ -5765,29 +6090,29 @@ }, "right": { "type": "NewExpression", - "start": 3665, - "end": 3702, + "start": 3846, + "end": 3883, "loc": { "start": { - "line": 108, + "line": 113, "column": 34 }, "end": { - "line": 108, + "line": 113, "column": 71 } }, "callee": { "type": "Identifier", - "start": 3669, - "end": 3685, + "start": 3850, + "end": 3866, "loc": { "start": { - "line": 108, + "line": 113, "column": 38 }, "end": { - "line": 108, + "line": 113, "column": 54 }, "identifierName": "AnimationDisplay" @@ -5797,15 +6122,15 @@ "arguments": [ { "type": "Identifier", - "start": 3686, - "end": 3692, + "start": 3867, + "end": 3873, "loc": { "start": { - "line": 108, + "line": 113, "column": 55 }, "end": { - "line": 108, + "line": 113, "column": 61 }, "identifierName": "player" @@ -5814,15 +6139,15 @@ }, { "type": "Identifier", - "start": 3694, - "end": 3701, + "start": 3875, + "end": 3882, "loc": { "start": { - "line": 108, + "line": 113, "column": 63 }, "end": { - "line": 108, + "line": 113, "column": 70 }, "identifierName": "options" @@ -5837,15 +6162,15 @@ { "type": "CommentLine", "value": " add image for animation display", - "start": 3596, - "end": 3630, + "start": 3777, + "end": 3811, "loc": { "start": { - "line": 107, + "line": 112, "column": 8 }, "end": { - "line": 107, + "line": 112, "column": 42 } } @@ -5854,71 +6179,71 @@ }, { "type": "ExpressionStatement", - "start": 3712, - "end": 3743, + "start": 3893, + "end": 3924, "loc": { "start": { - "line": 109, + "line": 114, "column": 8 }, "end": { - "line": 109, + "line": 114, "column": 39 } }, "expression": { "type": "CallExpression", - "start": 3712, - "end": 3742, + "start": 3893, + "end": 3923, "loc": { "start": { - "line": 109, + "line": 114, "column": 8 }, "end": { - "line": 109, + "line": 114, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 3712, - "end": 3740, + "start": 3893, + "end": 3921, "loc": { "start": { - "line": 109, + "line": 114, "column": 8 }, "end": { - "line": 109, + "line": 114, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 3712, - "end": 3735, + "start": 3893, + "end": 3916, "loc": { "start": { - "line": 109, + "line": 114, "column": 8 }, "end": { - "line": 109, + "line": 114, "column": 31 } }, "object": { "type": "Identifier", - "start": 3712, - "end": 3718, + "start": 3893, + "end": 3899, "loc": { "start": { - "line": 109, + "line": 114, "column": 8 }, "end": { - "line": 109, + "line": 114, "column": 14 }, "identifierName": "player" @@ -5927,15 +6252,15 @@ }, "property": { "type": "Identifier", - "start": 3719, - "end": 3735, + "start": 3900, + "end": 3916, "loc": { "start": { - "line": 109, + "line": 114, "column": 15 }, "end": { - "line": 109, + "line": 114, "column": 31 }, "identifierName": "animationDisplay" @@ -5946,15 +6271,15 @@ }, "property": { "type": "Identifier", - "start": 3736, - "end": 3740, + "start": 3917, + "end": 3921, "loc": { "start": { - "line": 109, + "line": 114, "column": 32 }, "end": { - "line": 109, + "line": 114, "column": 36 }, "identifierName": "hide" @@ -5968,57 +6293,57 @@ }, { "type": "ExpressionStatement", - "start": 3752, - "end": 3793, + "start": 3933, + "end": 3974, "loc": { "start": { - "line": 110, + "line": 115, "column": 8 }, "end": { - "line": 110, + "line": 115, "column": 49 } }, "expression": { "type": "CallExpression", - "start": 3752, - "end": 3792, + "start": 3933, + "end": 3973, "loc": { "start": { - "line": 110, + "line": 115, "column": 8 }, "end": { - "line": 110, + "line": 115, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 3752, - "end": 3767, + "start": 3933, + "end": 3948, "loc": { "start": { - "line": 110, + "line": 115, "column": 8 }, "end": { - "line": 110, + "line": 115, "column": 23 } }, "object": { "type": "Identifier", - "start": 3752, - "end": 3758, + "start": 3933, + "end": 3939, "loc": { "start": { - "line": 110, + "line": 115, "column": 8 }, "end": { - "line": 110, + "line": 115, "column": 14 }, "identifierName": "player" @@ -6027,15 +6352,15 @@ }, "property": { "type": "Identifier", - "start": 3759, - "end": 3767, + "start": 3940, + "end": 3948, "loc": { "start": { - "line": 110, + "line": 115, "column": 15 }, "end": { - "line": 110, + "line": 115, "column": 23 }, "identifierName": "addChild" @@ -6047,29 +6372,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 3768, - "end": 3791, + "start": 3949, + "end": 3972, "loc": { "start": { - "line": 110, + "line": 115, "column": 24 }, "end": { - "line": 110, + "line": 115, "column": 47 } }, "object": { "type": "Identifier", - "start": 3768, - "end": 3774, + "start": 3949, + "end": 3955, "loc": { "start": { - "line": 110, + "line": 115, "column": 24 }, "end": { - "line": 110, + "line": 115, "column": 30 }, "identifierName": "player" @@ -6078,15 +6403,15 @@ }, "property": { "type": "Identifier", - "start": 3775, - "end": 3791, + "start": 3956, + "end": 3972, "loc": { "start": { - "line": 110, + "line": 115, "column": 31 }, "end": { - "line": 110, + "line": 115, "column": 47 }, "identifierName": "animationDisplay" @@ -6101,15 +6426,15 @@ { "type": "CommentLine", "value": " add camera button", - "start": 3803, - "end": 3823, + "start": 3984, + "end": 4004, "loc": { "start": { - "line": 112, + "line": 117, "column": 8 }, "end": { - "line": 112, + "line": 117, "column": 28 } } @@ -6118,58 +6443,58 @@ }, { "type": "ExpressionStatement", - "start": 3832, - "end": 3888, + "start": 4013, + "end": 4069, "loc": { "start": { - "line": 113, + "line": 118, "column": 8 }, "end": { - "line": 113, + "line": 118, "column": 64 } }, "expression": { "type": "AssignmentExpression", - "start": 3832, - "end": 3887, + "start": 4013, + "end": 4068, "loc": { "start": { - "line": 113, + "line": 118, "column": 8 }, "end": { - "line": 113, + "line": 118, "column": 63 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 3832, - "end": 3851, + "start": 4013, + "end": 4032, "loc": { "start": { - "line": 113, + "line": 118, "column": 8 }, "end": { - "line": 113, + "line": 118, "column": 27 } }, "object": { "type": "Identifier", - "start": 3832, - "end": 3838, + "start": 4013, + "end": 4019, "loc": { "start": { - "line": 113, + "line": 118, "column": 8 }, "end": { - "line": 113, + "line": 118, "column": 14 }, "identifierName": "player" @@ -6179,15 +6504,15 @@ }, "property": { "type": "Identifier", - "start": 3839, - "end": 3851, + "start": 4020, + "end": 4032, "loc": { "start": { - "line": 113, + "line": 118, "column": 15 }, "end": { - "line": 113, + "line": 118, "column": 27 }, "identifierName": "cameraButton" @@ -6199,29 +6524,29 @@ }, "right": { "type": "NewExpression", - "start": 3854, - "end": 3887, + "start": 4035, + "end": 4068, "loc": { "start": { - "line": 113, + "line": 118, "column": 30 }, "end": { - "line": 113, + "line": 118, "column": 63 } }, "callee": { "type": "Identifier", - "start": 3858, - "end": 3870, + "start": 4039, + "end": 4051, "loc": { "start": { - "line": 113, + "line": 118, "column": 34 }, "end": { - "line": 113, + "line": 118, "column": 46 }, "identifierName": "CameraButton" @@ -6231,15 +6556,15 @@ "arguments": [ { "type": "Identifier", - "start": 3871, - "end": 3877, + "start": 4052, + "end": 4058, "loc": { "start": { - "line": 113, + "line": 118, "column": 47 }, "end": { - "line": 113, + "line": 118, "column": 53 }, "identifierName": "player" @@ -6248,15 +6573,15 @@ }, { "type": "Identifier", - "start": 3879, - "end": 3886, + "start": 4060, + "end": 4067, "loc": { "start": { - "line": 113, + "line": 118, "column": 55 }, "end": { - "line": 113, + "line": 118, "column": 62 }, "identifierName": "options" @@ -6271,15 +6596,15 @@ { "type": "CommentLine", "value": " add camera button", - "start": 3803, - "end": 3823, + "start": 3984, + "end": 4004, "loc": { "start": { - "line": 112, + "line": 117, "column": 8 }, "end": { - "line": 112, + "line": 117, "column": 28 } } @@ -6288,71 +6613,71 @@ }, { "type": "ExpressionStatement", - "start": 3897, - "end": 3924, + "start": 4078, + "end": 4105, "loc": { "start": { - "line": 114, + "line": 119, "column": 8 }, "end": { - "line": 114, + "line": 119, "column": 35 } }, "expression": { "type": "CallExpression", - "start": 3897, - "end": 3923, + "start": 4078, + "end": 4104, "loc": { "start": { - "line": 114, + "line": 119, "column": 8 }, "end": { - "line": 114, + "line": 119, "column": 34 } }, "callee": { "type": "MemberExpression", - "start": 3897, - "end": 3921, + "start": 4078, + "end": 4102, "loc": { "start": { - "line": 114, + "line": 119, "column": 8 }, "end": { - "line": 114, + "line": 119, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 3897, - "end": 3916, + "start": 4078, + "end": 4097, "loc": { "start": { - "line": 114, + "line": 119, "column": 8 }, "end": { - "line": 114, + "line": 119, "column": 27 } }, "object": { "type": "Identifier", - "start": 3897, - "end": 3903, + "start": 4078, + "end": 4084, "loc": { "start": { - "line": 114, + "line": 119, "column": 8 }, "end": { - "line": 114, + "line": 119, "column": 14 }, "identifierName": "player" @@ -6361,15 +6686,15 @@ }, "property": { "type": "Identifier", - "start": 3904, - "end": 3916, + "start": 4085, + "end": 4097, "loc": { "start": { - "line": 114, + "line": 119, "column": 15 }, "end": { - "line": 114, + "line": 119, "column": 27 }, "identifierName": "cameraButton" @@ -6380,15 +6705,15 @@ }, "property": { "type": "Identifier", - "start": 3917, - "end": 3921, + "start": 4098, + "end": 4102, "loc": { "start": { - "line": 114, + "line": 119, "column": 28 }, "end": { - "line": 114, + "line": 119, "column": 32 }, "identifierName": "hide" @@ -6403,15 +6728,15 @@ { "type": "CommentLine", "value": " add record toggle button", - "start": 3934, - "end": 3961, + "start": 4115, + "end": 4142, "loc": { "start": { - "line": 116, + "line": 121, "column": 8 }, "end": { - "line": 116, + "line": 121, "column": 35 } } @@ -6420,58 +6745,58 @@ }, { "type": "ExpressionStatement", - "start": 3970, - "end": 4026, + "start": 4151, + "end": 4207, "loc": { "start": { - "line": 117, + "line": 122, "column": 8 }, "end": { - "line": 117, + "line": 122, "column": 64 } }, "expression": { "type": "AssignmentExpression", - "start": 3970, - "end": 4025, + "start": 4151, + "end": 4206, "loc": { "start": { - "line": 117, + "line": 122, "column": 8 }, "end": { - "line": 117, + "line": 122, "column": 63 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 3970, - "end": 3989, + "start": 4151, + "end": 4170, "loc": { "start": { - "line": 117, + "line": 122, "column": 8 }, "end": { - "line": 117, + "line": 122, "column": 27 } }, "object": { "type": "Identifier", - "start": 3970, - "end": 3976, + "start": 4151, + "end": 4157, "loc": { "start": { - "line": 117, + "line": 122, "column": 8 }, "end": { - "line": 117, + "line": 122, "column": 14 }, "identifierName": "player" @@ -6481,15 +6806,15 @@ }, "property": { "type": "Identifier", - "start": 3977, - "end": 3989, + "start": 4158, + "end": 4170, "loc": { "start": { - "line": 117, + "line": 122, "column": 15 }, "end": { - "line": 117, + "line": 122, "column": 27 }, "identifierName": "recordToggle" @@ -6501,29 +6826,29 @@ }, "right": { "type": "NewExpression", - "start": 3992, - "end": 4025, + "start": 4173, + "end": 4206, "loc": { "start": { - "line": 117, + "line": 122, "column": 30 }, "end": { - "line": 117, + "line": 122, "column": 63 } }, "callee": { "type": "Identifier", - "start": 3996, - "end": 4008, + "start": 4177, + "end": 4189, "loc": { "start": { - "line": 117, + "line": 122, "column": 34 }, "end": { - "line": 117, + "line": 122, "column": 46 }, "identifierName": "RecordToggle" @@ -6533,15 +6858,15 @@ "arguments": [ { "type": "Identifier", - "start": 4009, - "end": 4015, + "start": 4190, + "end": 4196, "loc": { "start": { - "line": 117, + "line": 122, "column": 47 }, "end": { - "line": 117, + "line": 122, "column": 53 }, "identifierName": "player" @@ -6550,15 +6875,15 @@ }, { "type": "Identifier", - "start": 4017, - "end": 4024, + "start": 4198, + "end": 4205, "loc": { "start": { - "line": 117, + "line": 122, "column": 55 }, "end": { - "line": 117, + "line": 122, "column": 62 }, "identifierName": "options" @@ -6573,15 +6898,15 @@ { "type": "CommentLine", "value": " add record toggle button", - "start": 3934, - "end": 3961, + "start": 4115, + "end": 4142, "loc": { "start": { - "line": 116, + "line": 121, "column": 8 }, "end": { - "line": 116, + "line": 121, "column": 35 } } @@ -6590,71 +6915,71 @@ }, { "type": "ExpressionStatement", - "start": 4035, - "end": 4062, + "start": 4216, + "end": 4243, "loc": { "start": { - "line": 118, + "line": 123, "column": 8 }, "end": { - "line": 118, + "line": 123, "column": 35 } }, "expression": { "type": "CallExpression", - "start": 4035, - "end": 4061, + "start": 4216, + "end": 4242, "loc": { "start": { - "line": 118, + "line": 123, "column": 8 }, "end": { - "line": 118, + "line": 123, "column": 34 } }, "callee": { "type": "MemberExpression", - "start": 4035, - "end": 4059, + "start": 4216, + "end": 4240, "loc": { "start": { - "line": 118, + "line": 123, "column": 8 }, "end": { - "line": 118, + "line": 123, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 4035, - "end": 4054, + "start": 4216, + "end": 4235, "loc": { "start": { - "line": 118, + "line": 123, "column": 8 }, "end": { - "line": 118, + "line": 123, "column": 27 } }, "object": { "type": "Identifier", - "start": 4035, - "end": 4041, + "start": 4216, + "end": 4222, "loc": { "start": { - "line": 118, + "line": 123, "column": 8 }, "end": { - "line": 118, + "line": 123, "column": 14 }, "identifierName": "player" @@ -6663,15 +6988,15 @@ }, "property": { "type": "Identifier", - "start": 4042, - "end": 4054, + "start": 4223, + "end": 4235, "loc": { "start": { - "line": 118, + "line": 123, "column": 15 }, "end": { - "line": 118, + "line": 123, "column": 27 }, "identifierName": "recordToggle" @@ -6682,15 +7007,15 @@ }, "property": { "type": "Identifier", - "start": 4055, - "end": 4059, + "start": 4236, + "end": 4240, "loc": { "start": { - "line": 118, + "line": 123, "column": 28 }, "end": { - "line": 118, + "line": 123, "column": 32 }, "identifierName": "hide" @@ -6705,15 +7030,15 @@ { "type": "CommentLine", "value": " picture-in-picture", - "start": 4072, - "end": 4093, + "start": 4253, + "end": 4274, "loc": { "start": { - "line": 120, + "line": 125, "column": 8 }, "end": { - "line": 120, + "line": 125, "column": 29 } } @@ -6722,44 +7047,44 @@ }, { "type": "VariableDeclaration", - "start": 4102, - "end": 4200, + "start": 4283, + "end": 4381, "loc": { "start": { - "line": 121, + "line": 126, "column": 8 }, "end": { - "line": 121, + "line": 126, "column": 106 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 4106, - "end": 4199, + "start": 4287, + "end": 4380, "loc": { "start": { - "line": 121, + "line": 126, "column": 12 }, "end": { - "line": 121, + "line": 126, "column": 105 } }, "id": { "type": "Identifier", - "start": 4106, - "end": 4116, + "start": 4287, + "end": 4297, "loc": { "start": { - "line": 121, + "line": 126, "column": 12 }, "end": { - "line": 121, + "line": 126, "column": 22 }, "identifierName": "oldVideoJS" @@ -6769,57 +7094,57 @@ }, "init": { "type": "LogicalExpression", - "start": 4119, - "end": 4199, + "start": 4300, + "end": 4380, "loc": { "start": { - "line": 121, + "line": 126, "column": 25 }, "end": { - "line": 121, + "line": 126, "column": 105 } }, "left": { "type": "BinaryExpression", - "start": 4119, - "end": 4148, + "start": 4300, + "end": 4329, "loc": { "start": { - "line": 121, + "line": 126, "column": 25 }, "end": { - "line": 121, + "line": 126, "column": 54 } }, "left": { "type": "MemberExpression", - "start": 4119, - "end": 4134, + "start": 4300, + "end": 4315, "loc": { "start": { - "line": 121, + "line": 126, "column": 25 }, "end": { - "line": 121, + "line": 126, "column": 40 } }, "object": { "type": "Identifier", - "start": 4119, - "end": 4126, + "start": 4300, + "end": 4307, "loc": { "start": { - "line": 121, + "line": 126, "column": 25 }, "end": { - "line": 121, + "line": 126, "column": 32 }, "identifierName": "videojs" @@ -6828,15 +7153,15 @@ }, "property": { "type": "Identifier", - "start": 4127, - "end": 4134, + "start": 4308, + "end": 4315, "loc": { "start": { - "line": 121, + "line": 126, "column": 33 }, "end": { - "line": 121, + "line": 126, "column": 40 }, "identifierName": "VERSION" @@ -6848,15 +7173,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 4139, - "end": 4148, + "start": 4320, + "end": 4329, "loc": { "start": { - "line": 121, + "line": 126, "column": 45 }, "end": { - "line": 121, + "line": 126, "column": 54 }, "identifierName": "undefined" @@ -6867,43 +7192,43 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 4152, - "end": 4199, + "start": 4333, + "end": 4380, "loc": { "start": { - "line": 121, + "line": 126, "column": 58 }, "end": { - "line": 121, + "line": 126, "column": 105 } }, "left": { "type": "CallExpression", - "start": 4152, - "end": 4192, + "start": 4333, + "end": 4373, "loc": { "start": { - "line": 121, + "line": 126, "column": 58 }, "end": { - "line": 121, + "line": 126, "column": 98 } }, "callee": { "type": "Identifier", - "start": 4152, - "end": 4166, + "start": 4333, + "end": 4347, "loc": { "start": { - "line": 121, + "line": 126, "column": 58 }, "end": { - "line": 121, + "line": 126, "column": 72 }, "identifierName": "compareVersion" @@ -6913,29 +7238,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 4167, - "end": 4182, + "start": 4348, + "end": 4363, "loc": { "start": { - "line": 121, + "line": 126, "column": 73 }, "end": { - "line": 121, + "line": 126, "column": 88 } }, "object": { "type": "Identifier", - "start": 4167, - "end": 4174, + "start": 4348, + "end": 4355, "loc": { "start": { - "line": 121, + "line": 126, "column": 73 }, "end": { - "line": 121, + "line": 126, "column": 80 }, "identifierName": "videojs" @@ -6944,15 +7269,15 @@ }, "property": { "type": "Identifier", - "start": 4175, - "end": 4182, + "start": 4356, + "end": 4363, "loc": { "start": { - "line": 121, + "line": 126, "column": 81 }, "end": { - "line": 121, + "line": 126, "column": 88 }, "identifierName": "VERSION" @@ -6963,15 +7288,15 @@ }, { "type": "StringLiteral", - "start": 4184, - "end": 4191, + "start": 4365, + "end": 4372, "loc": { "start": { - "line": 121, + "line": 126, "column": 90 }, "end": { - "line": 121, + "line": 126, "column": 97 } }, @@ -6986,15 +7311,15 @@ "operator": "===", "right": { "type": "UnaryExpression", - "start": 4197, - "end": 4199, + "start": 4378, + "end": 4380, "loc": { "start": { - "line": 121, + "line": 126, "column": 103 }, "end": { - "line": 121, + "line": 126, "column": 105 } }, @@ -7002,15 +7327,15 @@ "prefix": true, "argument": { "type": "NumericLiteral", - "start": 4198, - "end": 4199, + "start": 4379, + "end": 4380, "loc": { "start": { - "line": 121, + "line": 126, "column": 104 }, "end": { - "line": 121, + "line": 126, "column": 105 } }, @@ -7034,15 +7359,15 @@ { "type": "CommentLine", "value": " picture-in-picture", - "start": 4072, - "end": 4093, + "start": 4253, + "end": 4274, "loc": { "start": { - "line": 120, + "line": 125, "column": 8 }, "end": { - "line": 120, + "line": 125, "column": 29 } } @@ -7051,29 +7376,29 @@ }, { "type": "IfStatement", - "start": 4209, - "end": 4638, + "start": 4390, + "end": 4819, "loc": { "start": { - "line": 122, + "line": 127, "column": 8 }, "end": { - "line": 130, + "line": 135, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 4213, - "end": 4250, + "start": 4394, + "end": 4431, "loc": { "start": { - "line": 122, + "line": 127, "column": 12 }, "end": { - "line": 122, + "line": 127, "column": 49 } }, @@ -7081,29 +7406,29 @@ "prefix": true, "argument": { "type": "BinaryExpression", - "start": 4215, - "end": 4249, + "start": 4396, + "end": 4430, "loc": { "start": { - "line": 122, + "line": 127, "column": 14 }, "end": { - "line": 122, + "line": 127, "column": 48 } }, "left": { "type": "StringLiteral", - "start": 4215, - "end": 4237, + "start": 4396, + "end": 4418, "loc": { "start": { - "line": 122, + "line": 127, "column": 14 }, "end": { - "line": 122, + "line": 127, "column": 36 } }, @@ -7116,15 +7441,15 @@ "operator": "in", "right": { "type": "Identifier", - "start": 4241, - "end": 4249, + "start": 4422, + "end": 4430, "loc": { "start": { - "line": 122, + "line": 127, "column": 40 }, "end": { - "line": 122, + "line": 127, "column": 48 }, "identifierName": "document" @@ -7133,7 +7458,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 4214 + "parenStart": 4395 } }, "extra": { @@ -7142,73 +7467,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 4252, - "end": 4368, + "start": 4433, + "end": 4549, "loc": { "start": { - "line": 122, + "line": 127, "column": 51 }, "end": { - "line": 125, + "line": 130, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 4328, - "end": 4358, + "start": 4509, + "end": 4539, "loc": { "start": { - "line": 124, + "line": 129, "column": 12 }, "end": { - "line": 124, + "line": 129, "column": 42 } }, "expression": { "type": "AssignmentExpression", - "start": 4328, - "end": 4357, + "start": 4509, + "end": 4538, "loc": { "start": { - "line": 124, + "line": 129, "column": 12 }, "end": { - "line": 124, + "line": 129, "column": 41 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 4328, - "end": 4349, + "start": 4509, + "end": 4530, "loc": { "start": { - "line": 124, + "line": 129, "column": 12 }, "end": { - "line": 124, + "line": 129, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 4328, - "end": 4332, + "start": 4509, + "end": 4513, "loc": { "start": { - "line": 124, + "line": 129, "column": 12 }, "end": { - "line": 124, + "line": 129, "column": 16 } }, @@ -7216,15 +7541,15 @@ }, "property": { "type": "Identifier", - "start": 4333, - "end": 4349, + "start": 4514, + "end": 4530, "loc": { "start": { - "line": 124, + "line": 129, "column": 17 }, "end": { - "line": 124, + "line": 129, "column": 33 }, "identifierName": "pictureInPicture" @@ -7236,15 +7561,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 4352, - "end": 4357, + "start": 4533, + "end": 4538, "loc": { "start": { - "line": 124, + "line": 129, "column": 36 }, "end": { - "line": 124, + "line": 129, "column": 41 } }, @@ -7256,15 +7581,15 @@ { "type": "CommentLine", "value": " no support for picture-in-picture, disable pip", - "start": 4266, - "end": 4315, + "start": 4447, + "end": 4496, "loc": { "start": { - "line": 123, + "line": 128, "column": 12 }, "end": { - "line": 123, + "line": 128, "column": 61 } } @@ -7276,29 +7601,29 @@ }, "alternate": { "type": "IfStatement", - "start": 4374, - "end": 4638, + "start": 4555, + "end": 4819, "loc": { "start": { - "line": 125, + "line": 130, "column": 15 }, "end": { - "line": 130, + "line": 135, "column": 9 } }, "test": { "type": "Identifier", - "start": 4378, - "end": 4388, + "start": 4559, + "end": 4569, "loc": { "start": { - "line": 125, + "line": 130, "column": 19 }, "end": { - "line": 125, + "line": 130, "column": 29 }, "identifierName": "oldVideoJS" @@ -7307,73 +7632,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 4390, - "end": 4638, + "start": 4571, + "end": 4819, "loc": { "start": { - "line": 125, + "line": 130, "column": 31 }, "end": { - "line": 130, + "line": 135, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 4528, - "end": 4591, + "start": 4709, + "end": 4772, "loc": { "start": { - "line": 128, + "line": 133, "column": 12 }, "end": { - "line": 128, + "line": 133, "column": 75 } }, "expression": { "type": "AssignmentExpression", - "start": 4528, - "end": 4590, + "start": 4709, + "end": 4771, "loc": { "start": { - "line": 128, + "line": 133, "column": 12 }, "end": { - "line": 128, + "line": 133, "column": 74 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 4528, - "end": 4544, + "start": 4709, + "end": 4725, "loc": { "start": { - "line": 128, + "line": 133, "column": 12 }, "end": { - "line": 128, + "line": 133, "column": 28 } }, "object": { "type": "Identifier", - "start": 4528, - "end": 4534, + "start": 4709, + "end": 4715, "loc": { "start": { - "line": 128, + "line": 133, "column": 12 }, "end": { - "line": 128, + "line": 133, "column": 18 }, "identifierName": "player" @@ -7383,15 +7708,15 @@ }, "property": { "type": "Identifier", - "start": 4535, - "end": 4544, + "start": 4716, + "end": 4725, "loc": { "start": { - "line": 128, + "line": 133, "column": 19 }, "end": { - "line": 128, + "line": 133, "column": 28 }, "identifierName": "pipToggle" @@ -7403,29 +7728,29 @@ }, "right": { "type": "NewExpression", - "start": 4547, - "end": 4590, + "start": 4728, + "end": 4771, "loc": { "start": { - "line": 128, + "line": 133, "column": 31 }, "end": { - "line": 128, + "line": 133, "column": 74 } }, "callee": { "type": "Identifier", - "start": 4551, - "end": 4573, + "start": 4732, + "end": 4754, "loc": { "start": { - "line": 128, + "line": 133, "column": 35 }, "end": { - "line": 128, + "line": 133, "column": 57 }, "identifierName": "PictureInPictureToggle" @@ -7435,15 +7760,15 @@ "arguments": [ { "type": "Identifier", - "start": 4574, - "end": 4580, + "start": 4755, + "end": 4761, "loc": { "start": { - "line": 128, + "line": 133, "column": 58 }, "end": { - "line": 128, + "line": 133, "column": 64 }, "identifierName": "player" @@ -7452,15 +7777,15 @@ }, { "type": "Identifier", - "start": 4582, - "end": 4589, + "start": 4763, + "end": 4770, "loc": { "start": { - "line": 128, + "line": 133, "column": 66 }, "end": { - "line": 128, + "line": 133, "column": 73 }, "identifierName": "options" @@ -7475,15 +7800,15 @@ { "type": "CommentLine", "value": " add picture-in-picture toggle button for older video.js versions", - "start": 4404, - "end": 4471, + "start": 4585, + "end": 4652, "loc": { "start": { - "line": 126, + "line": 131, "column": 12 }, "end": { - "line": 126, + "line": 131, "column": 79 } } @@ -7491,15 +7816,15 @@ { "type": "CommentLine", "value": " in browsers that support PIP", - "start": 4484, - "end": 4515, + "start": 4665, + "end": 4696, "loc": { "start": { - "line": 127, + "line": 132, "column": 12 }, "end": { - "line": 127, + "line": 132, "column": 43 } } @@ -7508,71 +7833,71 @@ }, { "type": "ExpressionStatement", - "start": 4604, - "end": 4628, + "start": 4785, + "end": 4809, "loc": { "start": { - "line": 129, + "line": 134, "column": 12 }, "end": { - "line": 129, + "line": 134, "column": 36 } }, "expression": { "type": "CallExpression", - "start": 4604, - "end": 4627, + "start": 4785, + "end": 4808, "loc": { "start": { - "line": 129, + "line": 134, "column": 12 }, "end": { - "line": 129, + "line": 134, "column": 35 } }, "callee": { "type": "MemberExpression", - "start": 4604, - "end": 4625, + "start": 4785, + "end": 4806, "loc": { "start": { - "line": 129, + "line": 134, "column": 12 }, "end": { - "line": 129, + "line": 134, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 4604, - "end": 4620, + "start": 4785, + "end": 4801, "loc": { "start": { - "line": 129, + "line": 134, "column": 12 }, "end": { - "line": 129, + "line": 134, "column": 28 } }, "object": { "type": "Identifier", - "start": 4604, - "end": 4610, + "start": 4785, + "end": 4791, "loc": { "start": { - "line": 129, + "line": 134, "column": 12 }, "end": { - "line": 129, + "line": 134, "column": 18 }, "identifierName": "player" @@ -7581,15 +7906,15 @@ }, "property": { "type": "Identifier", - "start": 4611, - "end": 4620, + "start": 4792, + "end": 4801, "loc": { "start": { - "line": 129, + "line": 134, "column": 19 }, "end": { - "line": 129, + "line": 134, "column": 28 }, "identifierName": "pipToggle" @@ -7600,15 +7925,15 @@ }, "property": { "type": "Identifier", - "start": 4621, - "end": 4625, + "start": 4802, + "end": 4806, "loc": { "start": { - "line": 129, + "line": 134, "column": 29 }, "end": { - "line": 129, + "line": 134, "column": 33 }, "identifierName": "hide" @@ -7628,72 +7953,72 @@ }, { "type": "IfStatement", - "start": 4647, - "end": 4885, + "start": 4828, + "end": 5066, "loc": { "start": { - "line": 131, + "line": 136, "column": 8 }, "end": { - "line": 135, + "line": 140, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 4651, - "end": 4681, + "start": 4832, + "end": 4862, "loc": { "start": { - "line": 131, + "line": 136, "column": 12 }, "end": { - "line": 131, + "line": 136, "column": 42 } }, "left": { "type": "MemberExpression", - "start": 4651, - "end": 4672, + "start": 4832, + "end": 4853, "loc": { "start": { - "line": 131, + "line": 136, "column": 12 }, "end": { - "line": 131, + "line": 136, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 4651, - "end": 4655, + "start": 4832, + "end": 4836, "loc": { "start": { - "line": 131, + "line": 136, "column": 12 }, "end": { - "line": 131, + "line": 136, "column": 16 } } }, "property": { "type": "Identifier", - "start": 4656, - "end": 4672, + "start": 4837, + "end": 4853, "loc": { "start": { - "line": 131, + "line": 136, "column": 17 }, "end": { - "line": 131, + "line": 136, "column": 33 }, "identifierName": "pictureInPicture" @@ -7705,15 +8030,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 4677, - "end": 4681, + "start": 4858, + "end": 4862, "loc": { "start": { - "line": 131, + "line": 136, "column": 38 }, "end": { - "line": 131, + "line": 136, "column": 42 } }, @@ -7722,73 +8047,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 4683, - "end": 4885, + "start": 4864, + "end": 5066, "loc": { "start": { - "line": 131, + "line": 136, "column": 44 }, "end": { - "line": 135, + "line": 140, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 4758, - "end": 4810, + "start": 4939, + "end": 4991, "loc": { "start": { - "line": 133, + "line": 138, "column": 12 }, "end": { - "line": 133, + "line": 138, "column": 64 } }, "expression": { "type": "AssignmentExpression", - "start": 4758, - "end": 4809, + "start": 4939, + "end": 4990, "loc": { "start": { - "line": 133, + "line": 138, "column": 12 }, "end": { - "line": 133, + "line": 138, "column": 63 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 4758, - "end": 4780, + "start": 4939, + "end": 4961, "loc": { "start": { - "line": 133, + "line": 138, "column": 12 }, "end": { - "line": 133, + "line": 138, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 4758, - "end": 4762, + "start": 4939, + "end": 4943, "loc": { "start": { - "line": 133, + "line": 138, "column": 12 }, "end": { - "line": 133, + "line": 138, "column": 16 } }, @@ -7796,15 +8121,15 @@ }, "property": { "type": "Identifier", - "start": 4763, - "end": 4780, + "start": 4944, + "end": 4961, "loc": { "start": { - "line": 133, + "line": 138, "column": 17 }, "end": { - "line": 133, + "line": 138, "column": 34 }, "identifierName": "onEnterPiPHandler" @@ -7816,72 +8141,72 @@ }, "right": { "type": "CallExpression", - "start": 4783, - "end": 4809, + "start": 4964, + "end": 4990, "loc": { "start": { - "line": 133, + "line": 138, "column": 37 }, "end": { - "line": 133, + "line": 138, "column": 63 } }, "callee": { "type": "MemberExpression", - "start": 4783, - "end": 4803, + "start": 4964, + "end": 4984, "loc": { "start": { - "line": 133, + "line": 138, "column": 37 }, "end": { - "line": 133, + "line": 138, "column": 57 } }, "object": { "type": "MemberExpression", - "start": 4783, - "end": 4798, + "start": 4964, + "end": 4979, "loc": { "start": { - "line": 133, + "line": 138, "column": 37 }, "end": { - "line": 133, + "line": 138, "column": 52 } }, "object": { "type": "ThisExpression", - "start": 4783, - "end": 4787, + "start": 4964, + "end": 4968, "loc": { "start": { - "line": 133, + "line": 138, "column": 37 }, "end": { - "line": 133, + "line": 138, "column": 41 } } }, "property": { "type": "Identifier", - "start": 4788, - "end": 4798, + "start": 4969, + "end": 4979, "loc": { "start": { - "line": 133, + "line": 138, "column": 42 }, "end": { - "line": 133, + "line": 138, "column": 52 }, "identifierName": "onEnterPiP" @@ -7892,15 +8217,15 @@ }, "property": { "type": "Identifier", - "start": 4799, - "end": 4803, + "start": 4980, + "end": 4984, "loc": { "start": { - "line": 133, + "line": 138, "column": 53 }, "end": { - "line": 133, + "line": 138, "column": 57 }, "identifierName": "bind" @@ -7912,15 +8237,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 4804, - "end": 4808, + "start": 4985, + "end": 4989, "loc": { "start": { - "line": 133, + "line": 138, "column": 58 }, "end": { - "line": 133, + "line": 138, "column": 62 } } @@ -7933,15 +8258,15 @@ { "type": "CommentLine", "value": " define Picture-in-Picture event handlers once", - "start": 4697, - "end": 4745, + "start": 4878, + "end": 4926, "loc": { "start": { - "line": 132, + "line": 137, "column": 12 }, "end": { - "line": 132, + "line": 137, "column": 60 } } @@ -7950,73 +8275,73 @@ }, { "type": "ExpressionStatement", - "start": 4823, - "end": 4875, + "start": 5004, + "end": 5056, "loc": { "start": { - "line": 134, + "line": 139, "column": 12 }, "end": { - "line": 134, + "line": 139, "column": 64 } }, "expression": { "type": "AssignmentExpression", - "start": 4823, - "end": 4874, + "start": 5004, + "end": 5055, "loc": { "start": { - "line": 134, + "line": 139, "column": 12 }, "end": { - "line": 134, + "line": 139, "column": 63 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 4823, - "end": 4845, + "start": 5004, + "end": 5026, "loc": { "start": { - "line": 134, + "line": 139, "column": 12 }, "end": { - "line": 134, + "line": 139, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 4823, - "end": 4827, + "start": 5004, + "end": 5008, "loc": { "start": { - "line": 134, + "line": 139, "column": 12 }, "end": { - "line": 134, + "line": 139, "column": 16 } } }, "property": { "type": "Identifier", - "start": 4828, - "end": 4845, + "start": 5009, + "end": 5026, "loc": { "start": { - "line": 134, + "line": 139, "column": 17 }, "end": { - "line": 134, + "line": 139, "column": 34 }, "identifierName": "onLeavePiPHandler" @@ -8027,72 +8352,72 @@ }, "right": { "type": "CallExpression", - "start": 4848, - "end": 4874, + "start": 5029, + "end": 5055, "loc": { "start": { - "line": 134, + "line": 139, "column": 37 }, "end": { - "line": 134, + "line": 139, "column": 63 } }, "callee": { "type": "MemberExpression", - "start": 4848, - "end": 4868, + "start": 5029, + "end": 5049, "loc": { "start": { - "line": 134, + "line": 139, "column": 37 }, "end": { - "line": 134, + "line": 139, "column": 57 } }, "object": { "type": "MemberExpression", - "start": 4848, - "end": 4863, + "start": 5029, + "end": 5044, "loc": { "start": { - "line": 134, + "line": 139, "column": 37 }, "end": { - "line": 134, + "line": 139, "column": 52 } }, "object": { "type": "ThisExpression", - "start": 4848, - "end": 4852, + "start": 5029, + "end": 5033, "loc": { "start": { - "line": 134, + "line": 139, "column": 37 }, "end": { - "line": 134, + "line": 139, "column": 41 } } }, "property": { "type": "Identifier", - "start": 4853, - "end": 4863, + "start": 5034, + "end": 5044, "loc": { "start": { - "line": 134, + "line": 139, "column": 42 }, "end": { - "line": 134, + "line": 139, "column": 52 }, "identifierName": "onLeavePiP" @@ -8103,15 +8428,15 @@ }, "property": { "type": "Identifier", - "start": 4864, - "end": 4868, + "start": 5045, + "end": 5049, "loc": { "start": { - "line": 134, + "line": 139, "column": 53 }, "end": { - "line": 134, + "line": 139, "column": 57 }, "identifierName": "bind" @@ -8123,15 +8448,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 4869, - "end": 4873, + "start": 5050, + "end": 5054, "loc": { "start": { - "line": 134, + "line": 139, "column": 58 }, "end": { - "line": 134, + "line": 139, "column": 62 } } @@ -8149,15 +8474,15 @@ { "type": "CommentLine", "value": " exclude custom UI elements", - "start": 4895, - "end": 4924, + "start": 5076, + "end": 5105, "loc": { "start": { - "line": 137, + "line": 142, "column": 8 }, "end": { - "line": 137, + "line": 142, "column": 37 } } @@ -8166,71 +8491,71 @@ }, { "type": "IfStatement", - "start": 4933, - "end": 5480, + "start": 5114, + "end": 5661, "loc": { "start": { - "line": 138, + "line": 143, "column": 8 }, "end": { - "line": 151, + "line": 156, "column": 9 } }, "test": { "type": "MemberExpression", - "start": 4937, - "end": 4968, + "start": 5118, + "end": 5149, "loc": { "start": { - "line": 138, + "line": 143, "column": 12 }, "end": { - "line": 138, + "line": 143, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 4937, - "end": 4957, + "start": 5118, + "end": 5138, "loc": { "start": { - "line": 138, + "line": 143, "column": 12 }, "end": { - "line": 138, + "line": 143, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 4937, - "end": 4948, + "start": 5118, + "end": 5129, "loc": { "start": { - "line": 138, + "line": 143, "column": 12 }, "end": { - "line": 138, + "line": 143, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 4937, - "end": 4941, + "start": 5118, + "end": 5122, "loc": { "start": { - "line": 138, + "line": 143, "column": 12 }, "end": { - "line": 138, + "line": 143, "column": 16 } }, @@ -8238,15 +8563,15 @@ }, "property": { "type": "Identifier", - "start": 4942, - "end": 4948, + "start": 5123, + "end": 5129, "loc": { "start": { - "line": 138, + "line": 143, "column": 17 }, "end": { - "line": 138, + "line": 143, "column": 23 }, "identifierName": "player" @@ -8258,15 +8583,15 @@ }, "property": { "type": "Identifier", - "start": 4949, - "end": 4957, + "start": 5130, + "end": 5138, "loc": { "start": { - "line": 138, + "line": 143, "column": 24 }, "end": { - "line": 138, + "line": 143, "column": 32 }, "identifierName": "options_" @@ -8278,15 +8603,15 @@ }, "property": { "type": "Identifier", - "start": 4958, - "end": 4968, + "start": 5139, + "end": 5149, "loc": { "start": { - "line": 138, + "line": 143, "column": 33 }, "end": { - "line": 138, + "line": 143, "column": 43 }, "identifierName": "controlBar" @@ -8298,59 +8623,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 4970, - "end": 5480, + "start": 5151, + "end": 5661, "loc": { "start": { - "line": 138, + "line": 143, "column": 45 }, "end": { - "line": 151, + "line": 156, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 4984, - "end": 5091, + "start": 5165, + "end": 5272, "loc": { "start": { - "line": 139, + "line": 144, "column": 12 }, "end": { - "line": 140, + "line": 145, "column": 48 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 4988, - "end": 5090, + "start": 5169, + "end": 5271, "loc": { "start": { - "line": 139, + "line": 144, "column": 16 }, "end": { - "line": 140, + "line": 145, "column": 47 } }, "id": { "type": "Identifier", - "start": 4988, - "end": 5004, + "start": 5169, + "end": 5185, "loc": { "start": { - "line": 139, + "line": 144, "column": 16 }, "end": { - "line": 139, + "line": 144, "column": 32 }, "identifierName": "customUIElements" @@ -8359,30 +8684,30 @@ }, "init": { "type": "ArrayExpression", - "start": 5007, - "end": 5090, + "start": 5188, + "end": 5271, "loc": { "start": { - "line": 139, + "line": 144, "column": 35 }, "end": { - "line": 140, + "line": 145, "column": 47 } }, "elements": [ { "type": "StringLiteral", - "start": 5008, - "end": 5022, + "start": 5189, + "end": 5203, "loc": { "start": { - "line": 139, + "line": 144, "column": 36 }, "end": { - "line": 139, + "line": 144, "column": 50 } }, @@ -8394,15 +8719,15 @@ }, { "type": "StringLiteral", - "start": 5024, - "end": 5041, + "start": 5205, + "end": 5222, "loc": { "start": { - "line": 139, + "line": 144, "column": 52 }, "end": { - "line": 139, + "line": 144, "column": 69 } }, @@ -8414,15 +8739,15 @@ }, { "type": "StringLiteral", - "start": 5059, - "end": 5073, + "start": 5240, + "end": 5254, "loc": { "start": { - "line": 140, + "line": 145, "column": 16 }, "end": { - "line": 140, + "line": 145, "column": 30 } }, @@ -8434,15 +8759,15 @@ }, { "type": "StringLiteral", - "start": 5075, - "end": 5089, + "start": 5256, + "end": 5270, "loc": { "start": { - "line": 140, + "line": 145, "column": 32 }, "end": { - "line": 140, + "line": 145, "column": 46 } }, @@ -8460,43 +8785,43 @@ }, { "type": "IfStatement", - "start": 5104, - "end": 5193, + "start": 5285, + "end": 5374, "loc": { "start": { - "line": 141, + "line": 146, "column": 12 }, "end": { - "line": 143, + "line": 148, "column": 13 } }, "test": { "type": "MemberExpression", - "start": 5108, - "end": 5124, + "start": 5289, + "end": 5305, "loc": { "start": { - "line": 141, + "line": 146, "column": 16 }, "end": { - "line": 141, + "line": 146, "column": 32 } }, "object": { "type": "Identifier", - "start": 5108, - "end": 5114, + "start": 5289, + "end": 5295, "loc": { "start": { - "line": 141, + "line": 146, "column": 16 }, "end": { - "line": 141, + "line": 146, "column": 22 }, "identifierName": "player" @@ -8505,15 +8830,15 @@ }, "property": { "type": "Identifier", - "start": 5115, - "end": 5124, + "start": 5296, + "end": 5305, "loc": { "start": { - "line": 141, + "line": 146, "column": 23 }, "end": { - "line": 141, + "line": 146, "column": 32 }, "identifierName": "pipToggle" @@ -8524,72 +8849,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 5126, - "end": 5193, + "start": 5307, + "end": 5374, "loc": { "start": { - "line": 141, + "line": 146, "column": 34 }, "end": { - "line": 143, + "line": 148, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 5144, - "end": 5179, + "start": 5325, + "end": 5360, "loc": { "start": { - "line": 142, + "line": 147, "column": 16 }, "end": { - "line": 142, + "line": 147, "column": 51 } }, "expression": { "type": "CallExpression", - "start": 5144, - "end": 5178, + "start": 5325, + "end": 5359, "loc": { "start": { - "line": 142, + "line": 147, "column": 16 }, "end": { - "line": 142, + "line": 147, "column": 50 } }, "callee": { "type": "MemberExpression", - "start": 5144, - "end": 5165, + "start": 5325, + "end": 5346, "loc": { "start": { - "line": 142, + "line": 147, "column": 16 }, "end": { - "line": 142, + "line": 147, "column": 37 } }, "object": { "type": "Identifier", - "start": 5144, - "end": 5160, + "start": 5325, + "end": 5341, "loc": { "start": { - "line": 142, + "line": 147, "column": 16 }, "end": { - "line": 142, + "line": 147, "column": 32 }, "identifierName": "customUIElements" @@ -8598,15 +8923,15 @@ }, "property": { "type": "Identifier", - "start": 5161, - "end": 5165, + "start": 5342, + "end": 5346, "loc": { "start": { - "line": 142, + "line": 147, "column": 33 }, "end": { - "line": 142, + "line": 147, "column": 37 }, "identifierName": "push" @@ -8618,15 +8943,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 5166, - "end": 5177, + "start": 5347, + "end": 5358, "loc": { "start": { - "line": 142, + "line": 147, "column": 38 }, "end": { - "line": 142, + "line": 147, "column": 49 } }, @@ -8646,57 +8971,57 @@ }, { "type": "ExpressionStatement", - "start": 5207, - "end": 5470, + "start": 5388, + "end": 5651, "loc": { "start": { - "line": 145, + "line": 150, "column": 12 }, "end": { - "line": 150, + "line": 155, "column": 15 } }, "expression": { "type": "CallExpression", - "start": 5207, - "end": 5469, + "start": 5388, + "end": 5650, "loc": { "start": { - "line": 145, + "line": 150, "column": 12 }, "end": { - "line": 150, + "line": 155, "column": 14 } }, "callee": { "type": "MemberExpression", - "start": 5207, - "end": 5231, + "start": 5388, + "end": 5412, "loc": { "start": { - "line": 145, + "line": 150, "column": 12 }, "end": { - "line": 145, + "line": 150, "column": 36 } }, "object": { "type": "Identifier", - "start": 5207, - "end": 5223, + "start": 5388, + "end": 5404, "loc": { "start": { - "line": 145, + "line": 150, "column": 12 }, "end": { - "line": 145, + "line": 150, "column": 28 }, "identifierName": "customUIElements" @@ -8705,15 +9030,15 @@ }, "property": { "type": "Identifier", - "start": 5224, - "end": 5231, + "start": 5405, + "end": 5412, "loc": { "start": { - "line": 145, + "line": 150, "column": 29 }, "end": { - "line": 145, + "line": 150, "column": 36 }, "identifierName": "forEach" @@ -8725,15 +9050,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 5232, - "end": 5468, + "start": 5413, + "end": 5649, "loc": { "start": { - "line": 145, + "line": 150, "column": 37 }, "end": { - "line": 150, + "line": 155, "column": 13 } }, @@ -8744,15 +9069,15 @@ "params": [ { "type": "Identifier", - "start": 5233, - "end": 5240, + "start": 5414, + "end": 5421, "loc": { "start": { - "line": 145, + "line": 150, "column": 38 }, "end": { - "line": 145, + "line": 150, "column": 45 }, "identifierName": "element" @@ -8762,129 +9087,129 @@ ], "body": { "type": "BlockStatement", - "start": 5245, - "end": 5468, + "start": 5426, + "end": 5649, "loc": { "start": { - "line": 145, + "line": 150, "column": 50 }, "end": { - "line": 150, + "line": 155, "column": 13 } }, "body": [ { "type": "IfStatement", - "start": 5263, - "end": 5454, + "start": 5444, + "end": 5635, "loc": { "start": { - "line": 146, + "line": 151, "column": 16 }, "end": { - "line": 149, + "line": 154, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 5267, - "end": 5321, + "start": 5448, + "end": 5502, "loc": { "start": { - "line": 146, + "line": 151, "column": 20 }, "end": { - "line": 146, + "line": 151, "column": 74 } }, "left": { "type": "MemberExpression", - "start": 5267, - "end": 5307, + "start": 5448, + "end": 5488, "loc": { "start": { - "line": 146, + "line": 151, "column": 20 }, "end": { - "line": 146, + "line": 151, "column": 60 } }, "object": { "type": "MemberExpression", - "start": 5267, - "end": 5298, + "start": 5448, + "end": 5479, "loc": { "start": { - "line": 146, + "line": 151, "column": 20 }, "end": { - "line": 146, + "line": 151, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 5267, - "end": 5287, + "start": 5448, + "end": 5468, "loc": { "start": { - "line": 146, + "line": 151, "column": 20 }, "end": { - "line": 146, + "line": 151, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 5267, - "end": 5278, + "start": 5448, + "end": 5459, "loc": { "start": { - "line": 146, + "line": 151, "column": 20 }, "end": { - "line": 146, + "line": 151, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 5267, - "end": 5271, + "start": 5448, + "end": 5452, "loc": { "start": { - "line": 146, + "line": 151, "column": 20 }, "end": { - "line": 146, + "line": 151, "column": 24 } } }, "property": { "type": "Identifier", - "start": 5272, - "end": 5278, + "start": 5453, + "end": 5459, "loc": { "start": { - "line": 146, + "line": 151, "column": 25 }, "end": { - "line": 146, + "line": 151, "column": 31 }, "identifierName": "player" @@ -8895,15 +9220,15 @@ }, "property": { "type": "Identifier", - "start": 5279, - "end": 5287, + "start": 5460, + "end": 5468, "loc": { "start": { - "line": 146, + "line": 151, "column": 32 }, "end": { - "line": 146, + "line": 151, "column": 40 }, "identifierName": "options_" @@ -8914,15 +9239,15 @@ }, "property": { "type": "Identifier", - "start": 5288, - "end": 5298, + "start": 5469, + "end": 5479, "loc": { "start": { - "line": 146, + "line": 151, "column": 41 }, "end": { - "line": 146, + "line": 151, "column": 51 }, "identifierName": "controlBar" @@ -8933,15 +9258,15 @@ }, "property": { "type": "Identifier", - "start": 5299, - "end": 5306, + "start": 5480, + "end": 5487, "loc": { "start": { - "line": 146, + "line": 151, "column": 52 }, "end": { - "line": 146, + "line": 151, "column": 59 }, "identifierName": "element" @@ -8953,15 +9278,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 5312, - "end": 5321, + "start": 5493, + "end": 5502, "loc": { "start": { - "line": 146, + "line": 151, "column": 65 }, "end": { - "line": 146, + "line": 151, "column": 74 }, "identifierName": "undefined" @@ -8971,116 +9296,116 @@ }, "consequent": { "type": "BlockStatement", - "start": 5323, - "end": 5454, + "start": 5504, + "end": 5635, "loc": { "start": { - "line": 146, + "line": 151, "column": 76 }, "end": { - "line": 149, + "line": 154, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 5345, - "end": 5387, + "start": 5526, + "end": 5568, "loc": { "start": { - "line": 147, + "line": 152, "column": 20 }, "end": { - "line": 147, + "line": 152, "column": 62 } }, "expression": { "type": "AssignmentExpression", - "start": 5345, - "end": 5386, + "start": 5526, + "end": 5567, "loc": { "start": { - "line": 147, + "line": 152, "column": 20 }, "end": { - "line": 147, + "line": 152, "column": 61 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 5345, - "end": 5379, + "start": 5526, + "end": 5560, "loc": { "start": { - "line": 147, + "line": 152, "column": 20 }, "end": { - "line": 147, + "line": 152, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 5345, - "end": 5365, + "start": 5526, + "end": 5546, "loc": { "start": { - "line": 147, + "line": 152, "column": 20 }, "end": { - "line": 147, + "line": 152, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 5345, - "end": 5356, + "start": 5526, + "end": 5537, "loc": { "start": { - "line": 147, + "line": 152, "column": 20 }, "end": { - "line": 147, + "line": 152, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 5345, - "end": 5349, + "start": 5526, + "end": 5530, "loc": { "start": { - "line": 147, + "line": 152, "column": 20 }, "end": { - "line": 147, + "line": 152, "column": 24 } } }, "property": { "type": "Identifier", - "start": 5350, - "end": 5356, + "start": 5531, + "end": 5537, "loc": { "start": { - "line": 147, + "line": 152, "column": 25 }, "end": { - "line": 147, + "line": 152, "column": 31 }, "identifierName": "player" @@ -9091,15 +9416,15 @@ }, "property": { "type": "Identifier", - "start": 5357, - "end": 5364, + "start": 5538, + "end": 5545, "loc": { "start": { - "line": 147, + "line": 152, "column": 32 }, "end": { - "line": 147, + "line": 152, "column": 39 }, "identifierName": "element" @@ -9110,15 +9435,15 @@ }, "property": { "type": "Identifier", - "start": 5366, - "end": 5379, + "start": 5547, + "end": 5560, "loc": { "start": { - "line": 147, + "line": 152, "column": 41 }, "end": { - "line": 147, + "line": 152, "column": 54 }, "identifierName": "layoutExclude" @@ -9129,15 +9454,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 5382, - "end": 5386, + "start": 5563, + "end": 5567, "loc": { "start": { - "line": 147, + "line": 152, "column": 57 }, "end": { - "line": 147, + "line": 152, "column": 61 } }, @@ -9147,100 +9472,100 @@ }, { "type": "ExpressionStatement", - "start": 5408, - "end": 5436, + "start": 5589, + "end": 5617, "loc": { "start": { - "line": 148, + "line": 153, "column": 20 }, "end": { - "line": 148, + "line": 153, "column": 48 } }, "expression": { "type": "CallExpression", - "start": 5408, - "end": 5435, + "start": 5589, + "end": 5616, "loc": { "start": { - "line": 148, + "line": 153, "column": 20 }, "end": { - "line": 148, + "line": 153, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 5408, - "end": 5433, + "start": 5589, + "end": 5614, "loc": { "start": { - "line": 148, + "line": 153, "column": 20 }, "end": { - "line": 148, + "line": 153, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 5408, - "end": 5428, + "start": 5589, + "end": 5609, "loc": { "start": { - "line": 148, + "line": 153, "column": 20 }, "end": { - "line": 148, + "line": 153, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 5408, - "end": 5419, + "start": 5589, + "end": 5600, "loc": { "start": { - "line": 148, + "line": 153, "column": 20 }, "end": { - "line": 148, + "line": 153, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 5408, - "end": 5412, + "start": 5589, + "end": 5593, "loc": { "start": { - "line": 148, + "line": 153, "column": 20 }, "end": { - "line": 148, + "line": 153, "column": 24 } } }, "property": { "type": "Identifier", - "start": 5413, - "end": 5419, + "start": 5594, + "end": 5600, "loc": { "start": { - "line": 148, + "line": 153, "column": 25 }, "end": { - "line": 148, + "line": 153, "column": 31 }, "identifierName": "player" @@ -9251,15 +9576,15 @@ }, "property": { "type": "Identifier", - "start": 5420, - "end": 5427, + "start": 5601, + "end": 5608, "loc": { "start": { - "line": 148, + "line": 153, "column": 32 }, "end": { - "line": 148, + "line": 153, "column": 39 }, "identifierName": "element" @@ -9270,15 +9595,15 @@ }, "property": { "type": "Identifier", - "start": 5429, - "end": 5433, + "start": 5610, + "end": 5614, "loc": { "start": { - "line": 148, + "line": 153, "column": 41 }, "end": { - "line": 148, + "line": 153, "column": 45 }, "identifierName": "hide" @@ -9311,15 +9636,15 @@ { "type": "CommentLine", "value": " exclude custom UI elements", - "start": 4895, - "end": 4924, + "start": 5076, + "end": 5105, "loc": { "start": { - "line": 137, + "line": 142, "column": 8 }, "end": { - "line": 137, + "line": 142, "column": 37 } } @@ -9329,15 +9654,15 @@ { "type": "CommentLine", "value": " wait until player ui is ready", - "start": 5490, - "end": 5522, + "start": 5671, + "end": 5703, "loc": { "start": { - "line": 153, + "line": 158, "column": 8 }, "end": { - "line": 153, + "line": 158, "column": 40 } } @@ -9346,71 +9671,71 @@ }, { "type": "ExpressionStatement", - "start": 5531, - "end": 5585, + "start": 5712, + "end": 5766, "loc": { "start": { - "line": 154, + "line": 159, "column": 8 }, "end": { - "line": 154, + "line": 159, "column": 62 } }, "expression": { "type": "CallExpression", - "start": 5531, - "end": 5584, + "start": 5712, + "end": 5765, "loc": { "start": { - "line": 154, + "line": 159, "column": 8 }, "end": { - "line": 154, + "line": 159, "column": 61 } }, "callee": { "type": "MemberExpression", - "start": 5531, - "end": 5546, + "start": 5712, + "end": 5727, "loc": { "start": { - "line": 154, + "line": 159, "column": 8 }, "end": { - "line": 154, + "line": 159, "column": 23 } }, "object": { "type": "MemberExpression", - "start": 5531, - "end": 5542, + "start": 5712, + "end": 5723, "loc": { "start": { - "line": 154, + "line": 159, "column": 8 }, "end": { - "line": 154, + "line": 159, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 5531, - "end": 5535, + "start": 5712, + "end": 5716, "loc": { "start": { - "line": 154, + "line": 159, "column": 8 }, "end": { - "line": 154, + "line": 159, "column": 12 } }, @@ -9418,15 +9743,15 @@ }, "property": { "type": "Identifier", - "start": 5536, - "end": 5542, + "start": 5717, + "end": 5723, "loc": { "start": { - "line": 154, + "line": 159, "column": 13 }, "end": { - "line": 154, + "line": 159, "column": 19 }, "identifierName": "player" @@ -9438,15 +9763,15 @@ }, "property": { "type": "Identifier", - "start": 5543, - "end": 5546, + "start": 5724, + "end": 5727, "loc": { "start": { - "line": 154, + "line": 159, "column": 20 }, "end": { - "line": 154, + "line": 159, "column": 23 }, "identifierName": "one" @@ -9459,29 +9784,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 5547, - "end": 5558, + "start": 5728, + "end": 5739, "loc": { "start": { - "line": 154, + "line": 159, "column": 24 }, "end": { - "line": 154, + "line": 159, "column": 35 } }, "object": { "type": "Identifier", - "start": 5547, - "end": 5552, + "start": 5728, + "end": 5733, "loc": { "start": { - "line": 154, + "line": 159, "column": 24 }, "end": { - "line": 154, + "line": 159, "column": 29 }, "identifierName": "Event" @@ -9490,15 +9815,15 @@ }, "property": { "type": "Identifier", - "start": 5553, - "end": 5558, + "start": 5734, + "end": 5739, "loc": { "start": { - "line": 154, + "line": 159, "column": 30 }, "end": { - "line": 154, + "line": 159, "column": 35 }, "identifierName": "READY" @@ -9509,72 +9834,72 @@ }, { "type": "CallExpression", - "start": 5560, - "end": 5583, + "start": 5741, + "end": 5764, "loc": { "start": { - "line": 154, + "line": 159, "column": 37 }, "end": { - "line": 154, + "line": 159, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 5560, - "end": 5577, + "start": 5741, + "end": 5758, "loc": { "start": { - "line": 154, + "line": 159, "column": 37 }, "end": { - "line": 154, + "line": 159, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 5560, - "end": 5572, + "start": 5741, + "end": 5753, "loc": { "start": { - "line": 154, + "line": 159, "column": 37 }, "end": { - "line": 154, + "line": 159, "column": 49 } }, "object": { "type": "ThisExpression", - "start": 5560, - "end": 5564, + "start": 5741, + "end": 5745, "loc": { "start": { - "line": 154, + "line": 159, "column": 37 }, "end": { - "line": 154, + "line": 159, "column": 41 } } }, "property": { "type": "Identifier", - "start": 5565, - "end": 5572, + "start": 5746, + "end": 5753, "loc": { "start": { - "line": 154, + "line": 159, "column": 42 }, "end": { - "line": 154, + "line": 159, "column": 49 }, "identifierName": "setupUI" @@ -9585,15 +9910,15 @@ }, "property": { "type": "Identifier", - "start": 5573, - "end": 5577, + "start": 5754, + "end": 5758, "loc": { "start": { - "line": 154, + "line": 159, "column": 50 }, "end": { - "line": 154, + "line": 159, "column": 54 }, "identifierName": "bind" @@ -9605,15 +9930,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 5578, - "end": 5582, + "start": 5759, + "end": 5763, "loc": { "start": { - "line": 154, + "line": 159, "column": 55 }, "end": { - "line": 154, + "line": 159, "column": 59 } } @@ -9627,15 +9952,15 @@ { "type": "CommentLine", "value": " wait until player ui is ready", - "start": 5490, - "end": 5522, + "start": 5671, + "end": 5703, "loc": { "start": { - "line": 153, + "line": 158, "column": 8 }, "end": { - "line": 153, + "line": 158, "column": 40 } } @@ -9668,15 +9993,15 @@ { "type": "CommentBlock", "value": "*\n * Setup plugin options.\n *\n * @param {Object} newOptions - Optional new player options.\n ", - "start": 5597, - "end": 5709, + "start": 5778, + "end": 5890, "loc": { "start": { - "line": 157, + "line": 162, "column": 4 }, "end": { - "line": 161, + "line": 166, "column": 7 } } @@ -9685,15 +10010,15 @@ }, { "type": "ClassMethod", - "start": 5714, - "end": 8424, + "start": 5895, + "end": 8607, "loc": { "start": { - "line": 162, + "line": 167, "column": 4 }, "end": { - "line": 217, + "line": 222, "column": 5 } }, @@ -9701,15 +10026,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 5714, - "end": 5725, + "start": 5895, + "end": 5906, "loc": { "start": { - "line": 162, + "line": 167, "column": 4 }, "end": { - "line": 162, + "line": 167, "column": 15 }, "identifierName": "loadOptions" @@ -9725,29 +10050,29 @@ "params": [ { "type": "AssignmentPattern", - "start": 5726, - "end": 5741, + "start": 5907, + "end": 5922, "loc": { "start": { - "line": 162, + "line": 167, "column": 16 }, "end": { - "line": 162, + "line": 167, "column": 31 } }, "left": { "type": "Identifier", - "start": 5726, - "end": 5736, + "start": 5907, + "end": 5917, "loc": { "start": { - "line": 162, + "line": 167, "column": 16 }, "end": { - "line": 162, + "line": 167, "column": 26 }, "identifierName": "newOptions" @@ -9756,15 +10081,15 @@ }, "right": { "type": "ObjectExpression", - "start": 5739, - "end": 5741, + "start": 5920, + "end": 5922, "loc": { "start": { - "line": 162, + "line": 167, "column": 29 }, "end": { - "line": 162, + "line": 167, "column": 31 } }, @@ -9774,59 +10099,59 @@ ], "body": { "type": "BlockStatement", - "start": 5743, - "end": 8424, + "start": 5924, + "end": 8607, "loc": { "start": { - "line": 162, + "line": 167, "column": 33 }, "end": { - "line": 217, + "line": 222, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 5753, - "end": 5877, + "start": 5934, + "end": 6058, "loc": { "start": { - "line": 163, + "line": 168, "column": 8 }, "end": { - "line": 164, + "line": 169, "column": 61 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 5757, - "end": 5876, + "start": 5938, + "end": 6057, "loc": { "start": { - "line": 163, + "line": 168, "column": 12 }, "end": { - "line": 164, + "line": 169, "column": 60 } }, "id": { "type": "Identifier", - "start": 5757, - "end": 5770, + "start": 5938, + "end": 5951, "loc": { "start": { - "line": 163, + "line": 168, "column": 12 }, "end": { - "line": 163, + "line": 168, "column": 25 }, "identifierName": "recordOptions" @@ -9835,43 +10160,43 @@ }, "init": { "type": "CallExpression", - "start": 5773, - "end": 5876, + "start": 5954, + "end": 6057, "loc": { "start": { - "line": 163, + "line": 168, "column": 28 }, "end": { - "line": 164, + "line": 169, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 5773, - "end": 5793, + "start": 5954, + "end": 5974, "loc": { "start": { - "line": 163, + "line": 168, "column": 28 }, "end": { - "line": 163, + "line": 168, "column": 48 } }, "object": { "type": "Identifier", - "start": 5773, - "end": 5780, + "start": 5954, + "end": 5961, "loc": { "start": { - "line": 163, + "line": 168, "column": 28 }, "end": { - "line": 163, + "line": 168, "column": 35 }, "identifierName": "videojs" @@ -9880,15 +10205,15 @@ }, "property": { "type": "Identifier", - "start": 5781, - "end": 5793, + "start": 5962, + "end": 5974, "loc": { "start": { - "line": 163, + "line": 168, "column": 36 }, "end": { - "line": 163, + "line": 168, "column": 48 }, "identifierName": "mergeOptions" @@ -9900,15 +10225,15 @@ "arguments": [ { "type": "Identifier", - "start": 5794, - "end": 5814, + "start": 5975, + "end": 5995, "loc": { "start": { - "line": 163, + "line": 168, "column": 49 }, "end": { - "line": 163, + "line": 168, "column": 69 }, "identifierName": "pluginDefaultOptions" @@ -9917,86 +10242,86 @@ }, { "type": "MemberExpression", - "start": 5828, - "end": 5863, + "start": 6009, + "end": 6044, "loc": { "start": { - "line": 164, + "line": 169, "column": 12 }, "end": { - "line": 164, + "line": 169, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 5828, - "end": 5856, + "start": 6009, + "end": 6037, "loc": { "start": { - "line": 164, + "line": 169, "column": 12 }, "end": { - "line": 164, + "line": 169, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 5828, - "end": 5848, + "start": 6009, + "end": 6029, "loc": { "start": { - "line": 164, + "line": 169, "column": 12 }, "end": { - "line": 164, + "line": 169, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 5828, - "end": 5839, + "start": 6009, + "end": 6020, "loc": { "start": { - "line": 164, + "line": 169, "column": 12 }, "end": { - "line": 164, + "line": 169, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 5828, - "end": 5832, + "start": 6009, + "end": 6013, "loc": { "start": { - "line": 164, + "line": 169, "column": 12 }, "end": { - "line": 164, + "line": 169, "column": 16 } } }, "property": { "type": "Identifier", - "start": 5833, - "end": 5839, + "start": 6014, + "end": 6020, "loc": { "start": { - "line": 164, + "line": 169, "column": 17 }, "end": { - "line": 164, + "line": 169, "column": 23 }, "identifierName": "player" @@ -10007,15 +10332,15 @@ }, "property": { "type": "Identifier", - "start": 5840, - "end": 5848, + "start": 6021, + "end": 6029, "loc": { "start": { - "line": 164, + "line": 169, "column": 24 }, "end": { - "line": 164, + "line": 169, "column": 32 }, "identifierName": "options_" @@ -10026,15 +10351,15 @@ }, "property": { "type": "Identifier", - "start": 5849, - "end": 5856, + "start": 6030, + "end": 6037, "loc": { "start": { - "line": 164, + "line": 169, "column": 33 }, "end": { - "line": 164, + "line": 169, "column": 40 }, "identifierName": "plugins" @@ -10045,15 +10370,15 @@ }, "property": { "type": "Identifier", - "start": 5857, - "end": 5863, + "start": 6038, + "end": 6044, "loc": { "start": { - "line": 164, + "line": 169, "column": 41 }, "end": { - "line": 164, + "line": 169, "column": 47 }, "identifierName": "record" @@ -10064,15 +10389,15 @@ }, { "type": "Identifier", - "start": 5865, - "end": 5875, + "start": 6046, + "end": 6056, "loc": { "start": { - "line": 164, + "line": 169, "column": 49 }, "end": { - "line": 164, + "line": 169, "column": 59 }, "identifierName": "newOptions" @@ -10088,15 +10413,15 @@ { "type": "CommentLine", "value": " record settings", - "start": 5887, - "end": 5905, + "start": 6068, + "end": 6086, "loc": { "start": { - "line": 166, + "line": 171, "column": 8 }, "end": { - "line": 166, + "line": 171, "column": 26 } } @@ -10105,58 +10430,58 @@ }, { "type": "ExpressionStatement", - "start": 5914, - "end": 5953, + "start": 6095, + "end": 6134, "loc": { "start": { - "line": 167, + "line": 172, "column": 8 }, "end": { - "line": 167, + "line": 172, "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 5914, - "end": 5952, + "start": 6095, + "end": 6133, "loc": { "start": { - "line": 167, + "line": 172, "column": 8 }, "end": { - "line": 167, + "line": 172, "column": 46 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 5914, - "end": 5930, + "start": 6095, + "end": 6111, "loc": { "start": { - "line": 167, + "line": 172, "column": 8 }, "end": { - "line": 167, + "line": 172, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 5914, - "end": 5918, + "start": 6095, + "end": 6099, "loc": { "start": { - "line": 167, + "line": 172, "column": 8 }, "end": { - "line": 167, + "line": 172, "column": 12 } }, @@ -10164,15 +10489,15 @@ }, "property": { "type": "Identifier", - "start": 5919, - "end": 5930, + "start": 6100, + "end": 6111, "loc": { "start": { - "line": 167, + "line": 172, "column": 13 }, "end": { - "line": 167, + "line": 172, "column": 24 }, "identifierName": "recordImage" @@ -10184,29 +10509,29 @@ }, "right": { "type": "MemberExpression", - "start": 5933, - "end": 5952, + "start": 6114, + "end": 6133, "loc": { "start": { - "line": 167, + "line": 172, "column": 27 }, "end": { - "line": 167, + "line": 172, "column": 46 } }, "object": { "type": "Identifier", - "start": 5933, - "end": 5946, + "start": 6114, + "end": 6127, "loc": { "start": { - "line": 167, + "line": 172, "column": 27 }, "end": { - "line": 167, + "line": 172, "column": 40 }, "identifierName": "recordOptions" @@ -10215,15 +10540,15 @@ }, "property": { "type": "Identifier", - "start": 5947, - "end": 5952, + "start": 6128, + "end": 6133, "loc": { "start": { - "line": 167, + "line": 172, "column": 41 }, "end": { - "line": 167, + "line": 172, "column": 46 }, "identifierName": "image" @@ -10238,15 +10563,15 @@ { "type": "CommentLine", "value": " record settings", - "start": 5887, - "end": 5905, + "start": 6068, + "end": 6086, "loc": { "start": { - "line": 166, + "line": 171, "column": 8 }, "end": { - "line": 166, + "line": 171, "column": 26 } } @@ -10255,73 +10580,73 @@ }, { "type": "ExpressionStatement", - "start": 5962, - "end": 6001, + "start": 6143, + "end": 6182, "loc": { "start": { - "line": 168, + "line": 173, "column": 8 }, "end": { - "line": 168, + "line": 173, "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 5962, - "end": 6000, + "start": 6143, + "end": 6181, "loc": { "start": { - "line": 168, + "line": 173, "column": 8 }, "end": { - "line": 168, + "line": 173, "column": 46 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 5962, - "end": 5978, + "start": 6143, + "end": 6159, "loc": { "start": { - "line": 168, + "line": 173, "column": 8 }, "end": { - "line": 168, + "line": 173, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 5962, - "end": 5966, + "start": 6143, + "end": 6147, "loc": { "start": { - "line": 168, + "line": 173, "column": 8 }, "end": { - "line": 168, + "line": 173, "column": 12 } } }, "property": { "type": "Identifier", - "start": 5967, - "end": 5978, + "start": 6148, + "end": 6159, "loc": { "start": { - "line": 168, + "line": 173, "column": 13 }, "end": { - "line": 168, + "line": 173, "column": 24 }, "identifierName": "recordAudio" @@ -10332,29 +10657,29 @@ }, "right": { "type": "MemberExpression", - "start": 5981, - "end": 6000, + "start": 6162, + "end": 6181, "loc": { "start": { - "line": 168, + "line": 173, "column": 27 }, "end": { - "line": 168, + "line": 173, "column": 46 } }, "object": { "type": "Identifier", - "start": 5981, - "end": 5994, + "start": 6162, + "end": 6175, "loc": { "start": { - "line": 168, + "line": 173, "column": 27 }, "end": { - "line": 168, + "line": 173, "column": 40 }, "identifierName": "recordOptions" @@ -10363,15 +10688,15 @@ }, "property": { "type": "Identifier", - "start": 5995, - "end": 6000, + "start": 6176, + "end": 6181, "loc": { "start": { - "line": 168, + "line": 173, "column": 41 }, "end": { - "line": 168, + "line": 173, "column": 46 }, "identifierName": "audio" @@ -10384,73 +10709,73 @@ }, { "type": "ExpressionStatement", - "start": 6010, - "end": 6049, + "start": 6191, + "end": 6230, "loc": { "start": { - "line": 169, + "line": 174, "column": 8 }, "end": { - "line": 169, + "line": 174, "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 6010, - "end": 6048, + "start": 6191, + "end": 6229, "loc": { "start": { - "line": 169, + "line": 174, "column": 8 }, "end": { - "line": 169, + "line": 174, "column": 46 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 6010, - "end": 6026, + "start": 6191, + "end": 6207, "loc": { "start": { - "line": 169, + "line": 174, "column": 8 }, "end": { - "line": 169, + "line": 174, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 6010, - "end": 6014, + "start": 6191, + "end": 6195, "loc": { "start": { - "line": 169, + "line": 174, "column": 8 }, "end": { - "line": 169, + "line": 174, "column": 12 } } }, "property": { "type": "Identifier", - "start": 6015, - "end": 6026, + "start": 6196, + "end": 6207, "loc": { "start": { - "line": 169, + "line": 174, "column": 13 }, "end": { - "line": 169, + "line": 174, "column": 24 }, "identifierName": "recordVideo" @@ -10461,29 +10786,29 @@ }, "right": { "type": "MemberExpression", - "start": 6029, - "end": 6048, + "start": 6210, + "end": 6229, "loc": { "start": { - "line": 169, + "line": 174, "column": 27 }, "end": { - "line": 169, + "line": 174, "column": 46 } }, "object": { "type": "Identifier", - "start": 6029, - "end": 6042, + "start": 6210, + "end": 6223, "loc": { "start": { - "line": 169, + "line": 174, "column": 27 }, "end": { - "line": 169, + "line": 174, "column": 40 }, "identifierName": "recordOptions" @@ -10492,15 +10817,15 @@ }, "property": { "type": "Identifier", - "start": 6043, - "end": 6048, + "start": 6224, + "end": 6229, "loc": { "start": { - "line": 169, + "line": 174, "column": 41 }, "end": { - "line": 169, + "line": 174, "column": 46 }, "identifierName": "video" @@ -10513,73 +10838,73 @@ }, { "type": "ExpressionStatement", - "start": 6058, - "end": 6105, + "start": 6239, + "end": 6286, "loc": { "start": { - "line": 170, + "line": 175, "column": 8 }, "end": { - "line": 170, + "line": 175, "column": 55 } }, "expression": { "type": "AssignmentExpression", - "start": 6058, - "end": 6104, + "start": 6239, + "end": 6285, "loc": { "start": { - "line": 170, + "line": 175, "column": 8 }, "end": { - "line": 170, + "line": 175, "column": 54 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 6058, - "end": 6078, + "start": 6239, + "end": 6259, "loc": { "start": { - "line": 170, + "line": 175, "column": 8 }, "end": { - "line": 170, + "line": 175, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 6058, - "end": 6062, + "start": 6239, + "end": 6243, "loc": { "start": { - "line": 170, + "line": 175, "column": 8 }, "end": { - "line": 170, + "line": 175, "column": 12 } } }, "property": { "type": "Identifier", - "start": 6063, - "end": 6078, + "start": 6244, + "end": 6259, "loc": { "start": { - "line": 170, + "line": 175, "column": 13 }, "end": { - "line": 170, + "line": 175, "column": 28 }, "identifierName": "recordAnimation" @@ -10590,29 +10915,29 @@ }, "right": { "type": "MemberExpression", - "start": 6081, - "end": 6104, + "start": 6262, + "end": 6285, "loc": { "start": { - "line": 170, + "line": 175, "column": 31 }, "end": { - "line": 170, + "line": 175, "column": 54 } }, "object": { "type": "Identifier", - "start": 6081, - "end": 6094, + "start": 6262, + "end": 6275, "loc": { "start": { - "line": 170, + "line": 175, "column": 31 }, "end": { - "line": 170, + "line": 175, "column": 44 }, "identifierName": "recordOptions" @@ -10621,15 +10946,15 @@ }, "property": { "type": "Identifier", - "start": 6095, - "end": 6104, + "start": 6276, + "end": 6285, "loc": { "start": { - "line": 170, + "line": 175, "column": 45 }, "end": { - "line": 170, + "line": 175, "column": 54 }, "identifierName": "animation" @@ -10642,73 +10967,73 @@ }, { "type": "ExpressionStatement", - "start": 6114, - "end": 6155, + "start": 6295, + "end": 6336, "loc": { "start": { - "line": 171, + "line": 176, "column": 8 }, "end": { - "line": 171, + "line": 176, "column": 49 } }, "expression": { "type": "AssignmentExpression", - "start": 6114, - "end": 6154, + "start": 6295, + "end": 6335, "loc": { "start": { - "line": 171, + "line": 176, "column": 8 }, "end": { - "line": 171, + "line": 176, "column": 48 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 6114, - "end": 6131, + "start": 6295, + "end": 6312, "loc": { "start": { - "line": 171, + "line": 176, "column": 8 }, "end": { - "line": 171, + "line": 176, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 6114, - "end": 6118, + "start": 6295, + "end": 6299, "loc": { "start": { - "line": 171, + "line": 176, "column": 8 }, "end": { - "line": 171, + "line": 176, "column": 12 } } }, "property": { "type": "Identifier", - "start": 6119, - "end": 6131, + "start": 6300, + "end": 6312, "loc": { "start": { - "line": 171, + "line": 176, "column": 13 }, "end": { - "line": 171, + "line": 176, "column": 25 }, "identifierName": "recordScreen" @@ -10719,29 +11044,29 @@ }, "right": { "type": "MemberExpression", - "start": 6134, - "end": 6154, + "start": 6315, + "end": 6335, "loc": { "start": { - "line": 171, + "line": 176, "column": 28 }, "end": { - "line": 171, + "line": 176, "column": 48 } }, "object": { "type": "Identifier", - "start": 6134, - "end": 6147, + "start": 6315, + "end": 6328, "loc": { "start": { - "line": 171, + "line": 176, "column": 28 }, "end": { - "line": 171, + "line": 176, "column": 41 }, "identifierName": "recordOptions" @@ -10750,15 +11075,15 @@ }, "property": { "type": "Identifier", - "start": 6148, - "end": 6154, + "start": 6329, + "end": 6335, "loc": { "start": { - "line": 171, + "line": 176, "column": 42 }, "end": { - "line": 171, + "line": 176, "column": 48 }, "identifierName": "screen" @@ -10771,73 +11096,73 @@ }, { "type": "ExpressionStatement", - "start": 6164, - "end": 6205, + "start": 6345, + "end": 6386, "loc": { "start": { - "line": 172, + "line": 177, "column": 8 }, "end": { - "line": 172, + "line": 177, "column": 49 } }, "expression": { "type": "AssignmentExpression", - "start": 6164, - "end": 6204, + "start": 6345, + "end": 6385, "loc": { "start": { - "line": 172, + "line": 177, "column": 8 }, "end": { - "line": 172, + "line": 177, "column": 48 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 6164, - "end": 6178, + "start": 6345, + "end": 6359, "loc": { "start": { - "line": 172, + "line": 177, "column": 8 }, "end": { - "line": 172, + "line": 177, "column": 22 } }, "object": { "type": "ThisExpression", - "start": 6164, - "end": 6168, + "start": 6345, + "end": 6349, "loc": { "start": { - "line": 172, + "line": 177, "column": 8 }, "end": { - "line": 172, + "line": 177, "column": 12 } } }, "property": { "type": "Identifier", - "start": 6169, - "end": 6178, + "start": 6350, + "end": 6359, "loc": { "start": { - "line": 172, + "line": 177, "column": 13 }, "end": { - "line": 172, + "line": 177, "column": 22 }, "identifierName": "maxLength" @@ -10848,29 +11173,29 @@ }, "right": { "type": "MemberExpression", - "start": 6181, - "end": 6204, + "start": 6362, + "end": 6385, "loc": { "start": { - "line": 172, + "line": 177, "column": 25 }, "end": { - "line": 172, + "line": 177, "column": 48 } }, "object": { "type": "Identifier", - "start": 6181, - "end": 6194, + "start": 6362, + "end": 6375, "loc": { "start": { - "line": 172, + "line": 177, "column": 25 }, "end": { - "line": 172, + "line": 177, "column": 38 }, "identifierName": "recordOptions" @@ -10879,15 +11204,15 @@ }, "property": { "type": "Identifier", - "start": 6195, - "end": 6204, + "start": 6376, + "end": 6385, "loc": { "start": { - "line": 172, + "line": 177, "column": 39 }, "end": { - "line": 172, + "line": 177, "column": 48 }, "identifierName": "maxLength" @@ -10900,73 +11225,73 @@ }, { "type": "ExpressionStatement", - "start": 6214, - "end": 6259, + "start": 6395, + "end": 6440, "loc": { "start": { - "line": 173, + "line": 178, "column": 8 }, "end": { - "line": 173, + "line": 178, "column": 53 } }, "expression": { "type": "AssignmentExpression", - "start": 6214, - "end": 6258, + "start": 6395, + "end": 6439, "loc": { "start": { - "line": 173, + "line": 178, "column": 8 }, "end": { - "line": 173, + "line": 178, "column": 52 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 6214, - "end": 6230, + "start": 6395, + "end": 6411, "loc": { "start": { - "line": 173, + "line": 178, "column": 8 }, "end": { - "line": 173, + "line": 178, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 6214, - "end": 6218, + "start": 6395, + "end": 6399, "loc": { "start": { - "line": 173, + "line": 178, "column": 8 }, "end": { - "line": 173, + "line": 178, "column": 12 } } }, "property": { "type": "Identifier", - "start": 6219, - "end": 6230, + "start": 6400, + "end": 6411, "loc": { "start": { - "line": 173, + "line": 178, "column": 13 }, "end": { - "line": 173, + "line": 178, "column": 24 }, "identifierName": "maxFileSize" @@ -10977,29 +11302,29 @@ }, "right": { "type": "MemberExpression", - "start": 6233, - "end": 6258, + "start": 6414, + "end": 6439, "loc": { "start": { - "line": 173, + "line": 178, "column": 27 }, "end": { - "line": 173, + "line": 178, "column": 52 } }, "object": { "type": "Identifier", - "start": 6233, - "end": 6246, + "start": 6414, + "end": 6427, "loc": { "start": { - "line": 173, + "line": 178, "column": 27 }, "end": { - "line": 173, + "line": 178, "column": 40 }, "identifierName": "recordOptions" @@ -11008,15 +11333,15 @@ }, "property": { "type": "Identifier", - "start": 6247, - "end": 6258, + "start": 6428, + "end": 6439, "loc": { "start": { - "line": 173, + "line": 178, "column": 41 }, "end": { - "line": 173, + "line": 178, "column": 52 }, "identifierName": "maxFileSize" @@ -11029,236 +11354,202 @@ }, { "type": "ExpressionStatement", - "start": 6268, - "end": 6327, + "start": 6449, + "end": 6510, "loc": { "start": { - "line": 174, + "line": 179, "column": 8 }, "end": { - "line": 174, - "column": 67 + "line": 179, + "column": 69 } }, "expression": { "type": "AssignmentExpression", - "start": 6268, - "end": 6326, + "start": 6449, + "end": 6509, "loc": { "start": { - "line": 174, + "line": 179, "column": 8 }, "end": { - "line": 174, - "column": 66 + "line": 179, + "column": 68 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 6268, - "end": 6285, + "start": 6449, + "end": 6473, "loc": { "start": { - "line": 174, + "line": 179, "column": 8 }, "end": { - "line": 174, - "column": 25 + "line": 179, + "column": 32 } }, "object": { "type": "ThisExpression", - "start": 6268, - "end": 6272, + "start": 6449, + "end": 6453, "loc": { "start": { - "line": 174, + "line": 179, "column": 8 }, "end": { - "line": 174, + "line": 179, "column": 12 } } }, "property": { "type": "Identifier", - "start": 6273, - "end": 6285, + "start": 6454, + "end": 6473, "loc": { "start": { - "line": 174, + "line": 179, "column": 13 }, "end": { - "line": 174, - "column": 25 + "line": 179, + "column": 32 }, - "identifierName": "msDisplayMax" + "identifierName": "displayMilliseconds" }, - "name": "msDisplayMax" + "name": "displayMilliseconds" }, "computed": false }, "right": { - "type": "CallExpression", - "start": 6288, - "end": 6326, + "type": "MemberExpression", + "start": 6476, + "end": 6509, "loc": { "start": { - "line": 174, - "column": 28 + "line": 179, + "column": 35 }, "end": { - "line": 174, - "column": 66 + "line": 179, + "column": 68 } }, - "callee": { + "object": { "type": "Identifier", - "start": 6288, - "end": 6298, + "start": 6476, + "end": 6489, "loc": { "start": { - "line": 174, - "column": 28 + "line": 179, + "column": 35 }, "end": { - "line": 174, - "column": 38 + "line": 179, + "column": 48 }, - "identifierName": "parseFloat" + "identifierName": "recordOptions" }, - "name": "parseFloat" + "name": "recordOptions" }, - "arguments": [ - { - "type": "MemberExpression", - "start": 6299, - "end": 6325, - "loc": { - "start": { - "line": 174, - "column": 39 - }, - "end": { - "line": 174, - "column": 65 - } - }, - "object": { - "type": "Identifier", - "start": 6299, - "end": 6312, - "loc": { - "start": { - "line": 174, - "column": 39 - }, - "end": { - "line": 174, - "column": 52 - }, - "identifierName": "recordOptions" - }, - "name": "recordOptions" + "property": { + "type": "Identifier", + "start": 6490, + "end": 6509, + "loc": { + "start": { + "line": 179, + "column": 49 }, - "property": { - "type": "Identifier", - "start": 6313, - "end": 6325, - "loc": { - "start": { - "line": 174, - "column": 53 - }, - "end": { - "line": 174, - "column": 65 - }, - "identifierName": "msDisplayMax" - }, - "name": "msDisplayMax" + "end": { + "line": 179, + "column": 68 }, - "computed": false - } - ] + "identifierName": "displayMilliseconds" + }, + "name": "displayMilliseconds" + }, + "computed": false } } }, { "type": "ExpressionStatement", - "start": 6336, - "end": 6369, + "start": 6519, + "end": 6552, "loc": { "start": { - "line": 175, + "line": 180, "column": 8 }, "end": { - "line": 175, + "line": 180, "column": 41 } }, "expression": { "type": "AssignmentExpression", - "start": 6336, - "end": 6368, + "start": 6519, + "end": 6551, "loc": { "start": { - "line": 175, + "line": 180, "column": 8 }, "end": { - "line": 175, + "line": 180, "column": 40 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 6336, - "end": 6346, + "start": 6519, + "end": 6529, "loc": { "start": { - "line": 175, + "line": 180, "column": 8 }, "end": { - "line": 175, + "line": 180, "column": 18 } }, "object": { "type": "ThisExpression", - "start": 6336, - "end": 6340, + "start": 6519, + "end": 6523, "loc": { "start": { - "line": 175, + "line": 180, "column": 8 }, "end": { - "line": 175, + "line": 180, "column": 12 } } }, "property": { "type": "Identifier", - "start": 6341, - "end": 6346, + "start": 6524, + "end": 6529, "loc": { "start": { - "line": 175, + "line": 180, "column": 13 }, "end": { - "line": 175, + "line": 180, "column": 18 }, "identifierName": "debug" @@ -11269,29 +11560,29 @@ }, "right": { "type": "MemberExpression", - "start": 6349, - "end": 6368, + "start": 6532, + "end": 6551, "loc": { "start": { - "line": 175, + "line": 180, "column": 21 }, "end": { - "line": 175, + "line": 180, "column": 40 } }, "object": { "type": "Identifier", - "start": 6349, - "end": 6362, + "start": 6532, + "end": 6545, "loc": { "start": { - "line": 175, + "line": 180, "column": 21 }, "end": { - "line": 175, + "line": 180, "column": 34 }, "identifierName": "recordOptions" @@ -11300,15 +11591,15 @@ }, "property": { "type": "Identifier", - "start": 6363, - "end": 6368, + "start": 6546, + "end": 6551, "loc": { "start": { - "line": 175, + "line": 180, "column": 35 }, "end": { - "line": 175, + "line": 180, "column": 40 }, "identifierName": "debug" @@ -11321,73 +11612,73 @@ }, { "type": "ExpressionStatement", - "start": 6378, - "end": 6420, + "start": 6561, + "end": 6603, "loc": { "start": { - "line": 176, + "line": 181, "column": 8 }, "end": { - "line": 176, + "line": 181, "column": 50 } }, "expression": { "type": "AssignmentExpression", - "start": 6378, - "end": 6419, + "start": 6561, + "end": 6602, "loc": { "start": { - "line": 176, + "line": 181, "column": 8 }, "end": { - "line": 176, + "line": 181, "column": 49 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 6378, - "end": 6399, + "start": 6561, + "end": 6582, "loc": { "start": { - "line": 176, + "line": 181, "column": 8 }, "end": { - "line": 176, + "line": 181, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 6378, - "end": 6382, + "start": 6561, + "end": 6565, "loc": { "start": { - "line": 176, + "line": 181, "column": 8 }, "end": { - "line": 176, + "line": 181, "column": 12 } } }, "property": { "type": "Identifier", - "start": 6383, - "end": 6399, + "start": 6566, + "end": 6582, "loc": { "start": { - "line": 176, + "line": 181, "column": 13 }, "end": { - "line": 176, + "line": 181, "column": 29 }, "identifierName": "pictureInPicture" @@ -11398,29 +11689,29 @@ }, "right": { "type": "MemberExpression", - "start": 6402, - "end": 6419, + "start": 6585, + "end": 6602, "loc": { "start": { - "line": 176, + "line": 181, "column": 32 }, "end": { - "line": 176, + "line": 181, "column": 49 } }, "object": { "type": "Identifier", - "start": 6402, - "end": 6415, + "start": 6585, + "end": 6598, "loc": { "start": { - "line": 176, + "line": 181, "column": 32 }, "end": { - "line": 176, + "line": 181, "column": 45 }, "identifierName": "recordOptions" @@ -11429,15 +11720,15 @@ }, "property": { "type": "Identifier", - "start": 6416, - "end": 6419, + "start": 6599, + "end": 6602, "loc": { "start": { - "line": 176, + "line": 181, "column": 46 }, "end": { - "line": 176, + "line": 181, "column": 49 }, "identifierName": "pip" @@ -11450,73 +11741,73 @@ }, { "type": "ExpressionStatement", - "start": 6429, - "end": 6476, + "start": 6612, + "end": 6659, "loc": { "start": { - "line": 177, + "line": 182, "column": 8 }, "end": { - "line": 177, + "line": 182, "column": 55 } }, "expression": { "type": "AssignmentExpression", - "start": 6429, - "end": 6475, + "start": 6612, + "end": 6658, "loc": { "start": { - "line": 177, + "line": 182, "column": 8 }, "end": { - "line": 177, + "line": 182, "column": 54 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 6429, - "end": 6449, + "start": 6612, + "end": 6632, "loc": { "start": { - "line": 177, + "line": 182, "column": 8 }, "end": { - "line": 177, + "line": 182, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 6429, - "end": 6433, + "start": 6612, + "end": 6616, "loc": { "start": { - "line": 177, + "line": 182, "column": 8 }, "end": { - "line": 177, + "line": 182, "column": 12 } } }, "property": { "type": "Identifier", - "start": 6434, - "end": 6449, + "start": 6617, + "end": 6632, "loc": { "start": { - "line": 177, + "line": 182, "column": 13 }, "end": { - "line": 177, + "line": 182, "column": 28 }, "identifierName": "recordTimeSlice" @@ -11527,29 +11818,29 @@ }, "right": { "type": "MemberExpression", - "start": 6452, - "end": 6475, + "start": 6635, + "end": 6658, "loc": { "start": { - "line": 177, + "line": 182, "column": 31 }, "end": { - "line": 177, + "line": 182, "column": 54 } }, "object": { "type": "Identifier", - "start": 6452, - "end": 6465, + "start": 6635, + "end": 6648, "loc": { "start": { - "line": 177, + "line": 182, "column": 31 }, "end": { - "line": 177, + "line": 182, "column": 44 }, "identifierName": "recordOptions" @@ -11558,15 +11849,15 @@ }, "property": { "type": "Identifier", - "start": 6466, - "end": 6475, + "start": 6649, + "end": 6658, "loc": { "start": { - "line": 177, + "line": 182, "column": 45 }, "end": { - "line": 177, + "line": 182, "column": 54 }, "identifierName": "timeSlice" @@ -11579,73 +11870,73 @@ }, { "type": "ExpressionStatement", - "start": 6485, - "end": 6536, + "start": 6668, + "end": 6719, "loc": { "start": { - "line": 178, + "line": 183, "column": 8 }, "end": { - "line": 178, + "line": 183, "column": 59 } }, "expression": { "type": "AssignmentExpression", - "start": 6485, - "end": 6535, + "start": 6668, + "end": 6718, "loc": { "start": { - "line": 178, + "line": 183, "column": 8 }, "end": { - "line": 178, + "line": 183, "column": 58 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 6485, - "end": 6504, + "start": 6668, + "end": 6687, "loc": { "start": { - "line": 178, + "line": 183, "column": 8 }, "end": { - "line": 178, + "line": 183, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 6485, - "end": 6489, + "start": 6668, + "end": 6672, "loc": { "start": { - "line": 178, + "line": 183, "column": 8 }, "end": { - "line": 178, + "line": 183, "column": 12 } } }, "property": { "type": "Identifier", - "start": 6490, - "end": 6504, + "start": 6673, + "end": 6687, "loc": { "start": { - "line": 178, + "line": 183, "column": 13 }, "end": { - "line": 178, + "line": 183, "column": 27 }, "identifierName": "autoMuteDevice" @@ -11656,29 +11947,29 @@ }, "right": { "type": "MemberExpression", - "start": 6507, - "end": 6535, + "start": 6690, + "end": 6718, "loc": { "start": { - "line": 178, + "line": 183, "column": 30 }, "end": { - "line": 178, + "line": 183, "column": 58 } }, "object": { "type": "Identifier", - "start": 6507, - "end": 6520, + "start": 6690, + "end": 6703, "loc": { "start": { - "line": 178, + "line": 183, "column": 30 }, "end": { - "line": 178, + "line": 183, "column": 43 }, "identifierName": "recordOptions" @@ -11687,15 +11978,15 @@ }, "property": { "type": "Identifier", - "start": 6521, - "end": 6535, + "start": 6704, + "end": 6718, "loc": { "start": { - "line": 178, + "line": 183, "column": 44 }, "end": { - "line": 178, + "line": 183, "column": 58 }, "identifierName": "autoMuteDevice" @@ -11708,73 +11999,73 @@ }, { "type": "ExpressionStatement", - "start": 6545, - "end": 6608, + "start": 6728, + "end": 6791, "loc": { "start": { - "line": 179, + "line": 184, "column": 8 }, "end": { - "line": 179, + "line": 184, "column": 71 } }, "expression": { "type": "AssignmentExpression", - "start": 6545, - "end": 6607, + "start": 6728, + "end": 6790, "loc": { "start": { - "line": 179, + "line": 184, "column": 8 }, "end": { - "line": 179, + "line": 184, "column": 70 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 6545, - "end": 6570, + "start": 6728, + "end": 6753, "loc": { "start": { - "line": 179, + "line": 184, "column": 8 }, "end": { - "line": 179, + "line": 184, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 6545, - "end": 6549, + "start": 6728, + "end": 6732, "loc": { "start": { - "line": 179, + "line": 184, "column": 8 }, "end": { - "line": 179, + "line": 184, "column": 12 } } }, "property": { "type": "Identifier", - "start": 6550, - "end": 6570, + "start": 6733, + "end": 6753, "loc": { "start": { - "line": 179, + "line": 184, "column": 13 }, "end": { - "line": 179, + "line": 184, "column": 33 }, "identifierName": "pluginLibraryOptions" @@ -11785,29 +12076,29 @@ }, "right": { "type": "MemberExpression", - "start": 6573, - "end": 6607, + "start": 6756, + "end": 6790, "loc": { "start": { - "line": 179, + "line": 184, "column": 36 }, "end": { - "line": 179, + "line": 184, "column": 70 } }, "object": { "type": "Identifier", - "start": 6573, - "end": 6586, + "start": 6756, + "end": 6769, "loc": { "start": { - "line": 179, + "line": 184, "column": 36 }, "end": { - "line": 179, + "line": 184, "column": 49 }, "identifierName": "recordOptions" @@ -11816,15 +12107,15 @@ }, "property": { "type": "Identifier", - "start": 6587, - "end": 6607, + "start": 6770, + "end": 6790, "loc": { "start": { - "line": 179, + "line": 184, "column": 50 }, "end": { - "line": 179, + "line": 184, "column": 70 }, "identifierName": "pluginLibraryOptions" @@ -11838,15 +12129,15 @@ { "type": "CommentLine", "value": " video/canvas settings", - "start": 6618, - "end": 6642, + "start": 6801, + "end": 6825, "loc": { "start": { - "line": 181, + "line": 186, "column": 8 }, "end": { - "line": 181, + "line": 186, "column": 32 } } @@ -11855,58 +12146,58 @@ }, { "type": "ExpressionStatement", - "start": 6651, - "end": 6699, + "start": 6834, + "end": 6882, "loc": { "start": { - "line": 182, + "line": 187, "column": 8 }, "end": { - "line": 182, + "line": 187, "column": 56 } }, "expression": { "type": "AssignmentExpression", - "start": 6651, - "end": 6698, + "start": 6834, + "end": 6881, "loc": { "start": { - "line": 182, + "line": 187, "column": 8 }, "end": { - "line": 182, + "line": 187, "column": 55 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 6651, - "end": 6671, + "start": 6834, + "end": 6854, "loc": { "start": { - "line": 182, + "line": 187, "column": 8 }, "end": { - "line": 182, + "line": 187, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 6651, - "end": 6655, + "start": 6834, + "end": 6838, "loc": { "start": { - "line": 182, + "line": 187, "column": 8 }, "end": { - "line": 182, + "line": 187, "column": 12 } }, @@ -11914,15 +12205,15 @@ }, "property": { "type": "Identifier", - "start": 6656, - "end": 6671, + "start": 6839, + "end": 6854, "loc": { "start": { - "line": 182, + "line": 187, "column": 13 }, "end": { - "line": 182, + "line": 187, "column": 28 }, "identifierName": "videoFrameWidth" @@ -11934,29 +12225,29 @@ }, "right": { "type": "MemberExpression", - "start": 6674, - "end": 6698, + "start": 6857, + "end": 6881, "loc": { "start": { - "line": 182, + "line": 187, "column": 31 }, "end": { - "line": 182, + "line": 187, "column": 55 } }, "object": { "type": "Identifier", - "start": 6674, - "end": 6687, + "start": 6857, + "end": 6870, "loc": { "start": { - "line": 182, + "line": 187, "column": 31 }, "end": { - "line": 182, + "line": 187, "column": 44 }, "identifierName": "recordOptions" @@ -11965,15 +12256,15 @@ }, "property": { "type": "Identifier", - "start": 6688, - "end": 6698, + "start": 6871, + "end": 6881, "loc": { "start": { - "line": 182, + "line": 187, "column": 45 }, "end": { - "line": 182, + "line": 187, "column": 55 }, "identifierName": "frameWidth" @@ -11988,15 +12279,15 @@ { "type": "CommentLine", "value": " video/canvas settings", - "start": 6618, - "end": 6642, + "start": 6801, + "end": 6825, "loc": { "start": { - "line": 181, + "line": 186, "column": 8 }, "end": { - "line": 181, + "line": 186, "column": 32 } } @@ -12005,73 +12296,73 @@ }, { "type": "ExpressionStatement", - "start": 6708, - "end": 6758, + "start": 6891, + "end": 6941, "loc": { "start": { - "line": 183, + "line": 188, "column": 8 }, "end": { - "line": 183, + "line": 188, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 6708, - "end": 6757, + "start": 6891, + "end": 6940, "loc": { "start": { - "line": 183, + "line": 188, "column": 8 }, "end": { - "line": 183, + "line": 188, "column": 57 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 6708, - "end": 6729, + "start": 6891, + "end": 6912, "loc": { "start": { - "line": 183, + "line": 188, "column": 8 }, "end": { - "line": 183, + "line": 188, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 6708, - "end": 6712, + "start": 6891, + "end": 6895, "loc": { "start": { - "line": 183, + "line": 188, "column": 8 }, "end": { - "line": 183, + "line": 188, "column": 12 } } }, "property": { "type": "Identifier", - "start": 6713, - "end": 6729, + "start": 6896, + "end": 6912, "loc": { "start": { - "line": 183, + "line": 188, "column": 13 }, "end": { - "line": 183, + "line": 188, "column": 29 }, "identifierName": "videoFrameHeight" @@ -12082,29 +12373,29 @@ }, "right": { "type": "MemberExpression", - "start": 6732, - "end": 6757, + "start": 6915, + "end": 6940, "loc": { "start": { - "line": 183, + "line": 188, "column": 32 }, "end": { - "line": 183, + "line": 188, "column": 57 } }, "object": { "type": "Identifier", - "start": 6732, - "end": 6745, + "start": 6915, + "end": 6928, "loc": { "start": { - "line": 183, + "line": 188, "column": 32 }, "end": { - "line": 183, + "line": 188, "column": 45 }, "identifierName": "recordOptions" @@ -12113,15 +12404,15 @@ }, "property": { "type": "Identifier", - "start": 6746, - "end": 6757, + "start": 6929, + "end": 6940, "loc": { "start": { - "line": 183, + "line": 188, "column": 46 }, "end": { - "line": 183, + "line": 188, "column": 57 }, "identifierName": "frameHeight" @@ -12134,73 +12425,73 @@ }, { "type": "ExpressionStatement", - "start": 6767, - "end": 6818, + "start": 6950, + "end": 7001, "loc": { "start": { - "line": 184, + "line": 189, "column": 8 }, "end": { - "line": 184, + "line": 189, "column": 59 } }, "expression": { "type": "AssignmentExpression", - "start": 6767, - "end": 6817, + "start": 6950, + "end": 7000, "loc": { "start": { - "line": 184, + "line": 189, "column": 8 }, "end": { - "line": 184, + "line": 189, "column": 58 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 6767, - "end": 6786, + "start": 6950, + "end": 6969, "loc": { "start": { - "line": 184, + "line": 189, "column": 8 }, "end": { - "line": 184, + "line": 189, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 6767, - "end": 6771, + "start": 6950, + "end": 6954, "loc": { "start": { - "line": 184, + "line": 189, "column": 8 }, "end": { - "line": 184, + "line": 189, "column": 12 } } }, "property": { "type": "Identifier", - "start": 6772, - "end": 6786, + "start": 6955, + "end": 6969, "loc": { "start": { - "line": 184, + "line": 189, "column": 13 }, "end": { - "line": 184, + "line": 189, "column": 27 }, "identifierName": "videoFrameRate" @@ -12211,29 +12502,29 @@ }, "right": { "type": "MemberExpression", - "start": 6789, - "end": 6817, + "start": 6972, + "end": 7000, "loc": { "start": { - "line": 184, + "line": 189, "column": 30 }, "end": { - "line": 184, + "line": 189, "column": 58 } }, "object": { "type": "Identifier", - "start": 6789, - "end": 6802, + "start": 6972, + "end": 6985, "loc": { "start": { - "line": 184, + "line": 189, "column": 30 }, "end": { - "line": 184, + "line": 189, "column": 43 }, "identifierName": "recordOptions" @@ -12242,15 +12533,15 @@ }, "property": { "type": "Identifier", - "start": 6803, - "end": 6817, + "start": 6986, + "end": 7000, "loc": { "start": { - "line": 184, + "line": 189, "column": 44 }, "end": { - "line": 184, + "line": 189, "column": 58 }, "identifierName": "videoFrameRate" @@ -12263,73 +12554,73 @@ }, { "type": "ExpressionStatement", - "start": 6827, - "end": 6874, + "start": 7010, + "end": 7057, "loc": { "start": { - "line": 185, + "line": 190, "column": 8 }, "end": { - "line": 185, + "line": 190, "column": 55 } }, "expression": { "type": "AssignmentExpression", - "start": 6827, - "end": 6873, + "start": 7010, + "end": 7056, "loc": { "start": { - "line": 185, + "line": 190, "column": 8 }, "end": { - "line": 185, + "line": 190, "column": 54 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 6827, - "end": 6844, + "start": 7010, + "end": 7027, "loc": { "start": { - "line": 185, + "line": 190, "column": 8 }, "end": { - "line": 185, + "line": 190, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 6827, - "end": 6831, + "start": 7010, + "end": 7014, "loc": { "start": { - "line": 185, + "line": 190, "column": 8 }, "end": { - "line": 185, + "line": 190, "column": 12 } } }, "property": { "type": "Identifier", - "start": 6832, - "end": 6844, + "start": 7015, + "end": 7027, "loc": { "start": { - "line": 185, + "line": 190, "column": 13 }, "end": { - "line": 185, + "line": 190, "column": 25 }, "identifierName": "videoBitRate" @@ -12340,29 +12631,29 @@ }, "right": { "type": "MemberExpression", - "start": 6847, - "end": 6873, + "start": 7030, + "end": 7056, "loc": { "start": { - "line": 185, + "line": 190, "column": 28 }, "end": { - "line": 185, + "line": 190, "column": 54 } }, "object": { "type": "Identifier", - "start": 6847, - "end": 6860, + "start": 7030, + "end": 7043, "loc": { "start": { - "line": 185, + "line": 190, "column": 28 }, "end": { - "line": 185, + "line": 190, "column": 41 }, "identifierName": "recordOptions" @@ -12371,15 +12662,15 @@ }, "property": { "type": "Identifier", - "start": 6861, - "end": 6873, + "start": 7044, + "end": 7056, "loc": { "start": { - "line": 185, + "line": 190, "column": 42 }, "end": { - "line": 185, + "line": 190, "column": 54 }, "identifierName": "videoBitRate" @@ -12392,73 +12683,73 @@ }, { "type": "ExpressionStatement", - "start": 6883, - "end": 6928, + "start": 7066, + "end": 7111, "loc": { "start": { - "line": 186, + "line": 191, "column": 8 }, "end": { - "line": 186, + "line": 191, "column": 53 } }, "expression": { "type": "AssignmentExpression", - "start": 6883, - "end": 6927, + "start": 7066, + "end": 7110, "loc": { "start": { - "line": 186, + "line": 191, "column": 8 }, "end": { - "line": 186, + "line": 191, "column": 52 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 6883, - "end": 6899, + "start": 7066, + "end": 7082, "loc": { "start": { - "line": 186, + "line": 191, "column": 8 }, "end": { - "line": 186, + "line": 191, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 6883, - "end": 6887, + "start": 7066, + "end": 7070, "loc": { "start": { - "line": 186, + "line": 191, "column": 8 }, "end": { - "line": 186, + "line": 191, "column": 12 } } }, "property": { "type": "Identifier", - "start": 6888, - "end": 6899, + "start": 7071, + "end": 7082, "loc": { "start": { - "line": 186, + "line": 191, "column": 13 }, "end": { - "line": 186, + "line": 191, "column": 24 }, "identifierName": "videoEngine" @@ -12469,29 +12760,29 @@ }, "right": { "type": "MemberExpression", - "start": 6902, - "end": 6927, + "start": 7085, + "end": 7110, "loc": { "start": { - "line": 186, + "line": 191, "column": 27 }, "end": { - "line": 186, + "line": 191, "column": 52 } }, "object": { "type": "Identifier", - "start": 6902, - "end": 6915, + "start": 7085, + "end": 7098, "loc": { "start": { - "line": 186, + "line": 191, "column": 27 }, "end": { - "line": 186, + "line": 191, "column": 40 }, "identifierName": "recordOptions" @@ -12500,15 +12791,15 @@ }, "property": { "type": "Identifier", - "start": 6916, - "end": 6927, + "start": 7099, + "end": 7110, "loc": { "start": { - "line": 186, + "line": 191, "column": 41 }, "end": { - "line": 186, + "line": 191, "column": 52 }, "identifierName": "videoEngine" @@ -12521,73 +12812,73 @@ }, { "type": "ExpressionStatement", - "start": 6937, - "end": 6994, + "start": 7120, + "end": 7177, "loc": { "start": { - "line": 187, + "line": 192, "column": 8 }, "end": { - "line": 187, + "line": 192, "column": 65 } }, "expression": { "type": "AssignmentExpression", - "start": 6937, - "end": 6993, + "start": 7120, + "end": 7176, "loc": { "start": { - "line": 187, + "line": 192, "column": 8 }, "end": { - "line": 187, + "line": 192, "column": 64 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 6937, - "end": 6959, + "start": 7120, + "end": 7142, "loc": { "start": { - "line": 187, + "line": 192, "column": 8 }, "end": { - "line": 187, + "line": 192, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 6937, - "end": 6941, + "start": 7120, + "end": 7124, "loc": { "start": { - "line": 187, + "line": 192, "column": 8 }, "end": { - "line": 187, + "line": 192, "column": 12 } } }, "property": { "type": "Identifier", - "start": 6942, - "end": 6959, + "start": 7125, + "end": 7142, "loc": { "start": { - "line": 187, + "line": 192, "column": 13 }, "end": { - "line": 187, + "line": 192, "column": 30 }, "identifierName": "videoRecorderType" @@ -12598,29 +12889,29 @@ }, "right": { "type": "MemberExpression", - "start": 6962, - "end": 6993, + "start": 7145, + "end": 7176, "loc": { "start": { - "line": 187, + "line": 192, "column": 33 }, "end": { - "line": 187, + "line": 192, "column": 64 } }, "object": { "type": "Identifier", - "start": 6962, - "end": 6975, + "start": 7145, + "end": 7158, "loc": { "start": { - "line": 187, + "line": 192, "column": 33 }, "end": { - "line": 187, + "line": 192, "column": 46 }, "identifierName": "recordOptions" @@ -12629,15 +12920,15 @@ }, "property": { "type": "Identifier", - "start": 6976, - "end": 6993, + "start": 7159, + "end": 7176, "loc": { "start": { - "line": 187, + "line": 192, "column": 47 }, "end": { - "line": 187, + "line": 192, "column": 64 }, "identifierName": "videoRecorderType" @@ -12650,73 +12941,73 @@ }, { "type": "ExpressionStatement", - "start": 7003, - "end": 7052, + "start": 7186, + "end": 7235, "loc": { "start": { - "line": 188, + "line": 193, "column": 8 }, "end": { - "line": 188, + "line": 193, "column": 57 } }, "expression": { "type": "AssignmentExpression", - "start": 7003, - "end": 7051, + "start": 7186, + "end": 7234, "loc": { "start": { - "line": 188, + "line": 193, "column": 8 }, "end": { - "line": 188, + "line": 193, "column": 56 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 7003, - "end": 7021, + "start": 7186, + "end": 7204, "loc": { "start": { - "line": 188, + "line": 193, "column": 8 }, "end": { - "line": 188, + "line": 193, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 7003, - "end": 7007, + "start": 7186, + "end": 7190, "loc": { "start": { - "line": 188, + "line": 193, "column": 8 }, "end": { - "line": 188, + "line": 193, "column": 12 } } }, "property": { "type": "Identifier", - "start": 7008, - "end": 7021, + "start": 7191, + "end": 7204, "loc": { "start": { - "line": 188, + "line": 193, "column": 13 }, "end": { - "line": 188, + "line": 193, "column": 26 }, "identifierName": "videoMimeType" @@ -12727,29 +13018,29 @@ }, "right": { "type": "MemberExpression", - "start": 7024, - "end": 7051, + "start": 7207, + "end": 7234, "loc": { "start": { - "line": 188, + "line": 193, "column": 29 }, "end": { - "line": 188, + "line": 193, "column": 56 } }, "object": { "type": "Identifier", - "start": 7024, - "end": 7037, + "start": 7207, + "end": 7220, "loc": { "start": { - "line": 188, + "line": 193, "column": 29 }, "end": { - "line": 188, + "line": 193, "column": 42 }, "identifierName": "recordOptions" @@ -12758,15 +13049,15 @@ }, "property": { "type": "Identifier", - "start": 7038, - "end": 7051, + "start": 7221, + "end": 7234, "loc": { "start": { - "line": 188, + "line": 193, "column": 43 }, "end": { - "line": 188, + "line": 193, "column": 56 }, "identifierName": "videoMimeType" @@ -12779,73 +13070,73 @@ }, { "type": "ExpressionStatement", - "start": 7061, - "end": 7112, + "start": 7244, + "end": 7295, "loc": { "start": { - "line": 189, + "line": 194, "column": 8 }, "end": { - "line": 189, + "line": 194, "column": 59 } }, "expression": { "type": "AssignmentExpression", - "start": 7061, - "end": 7111, + "start": 7244, + "end": 7294, "loc": { "start": { - "line": 189, + "line": 194, "column": 8 }, "end": { - "line": 189, + "line": 194, "column": 58 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 7061, - "end": 7080, + "start": 7244, + "end": 7263, "loc": { "start": { - "line": 189, + "line": 194, "column": 8 }, "end": { - "line": 189, + "line": 194, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 7061, - "end": 7065, + "start": 7244, + "end": 7248, "loc": { "start": { - "line": 189, + "line": 194, "column": 8 }, "end": { - "line": 189, + "line": 194, "column": 12 } } }, "property": { "type": "Identifier", - "start": 7066, - "end": 7080, + "start": 7249, + "end": 7263, "loc": { "start": { - "line": 189, + "line": 194, "column": 13 }, "end": { - "line": 189, + "line": 194, "column": 27 }, "identifierName": "videoWorkerURL" @@ -12856,29 +13147,29 @@ }, "right": { "type": "MemberExpression", - "start": 7083, - "end": 7111, + "start": 7266, + "end": 7294, "loc": { "start": { - "line": 189, + "line": 194, "column": 30 }, "end": { - "line": 189, + "line": 194, "column": 58 } }, "object": { "type": "Identifier", - "start": 7083, - "end": 7096, + "start": 7266, + "end": 7279, "loc": { "start": { - "line": 189, + "line": 194, "column": 30 }, "end": { - "line": 189, + "line": 194, "column": 43 }, "identifierName": "recordOptions" @@ -12887,15 +13178,15 @@ }, "property": { "type": "Identifier", - "start": 7097, - "end": 7111, + "start": 7280, + "end": 7294, "loc": { "start": { - "line": 189, + "line": 194, "column": 44 }, "end": { - "line": 189, + "line": 194, "column": 58 }, "identifierName": "videoWorkerURL" @@ -12908,73 +13199,73 @@ }, { "type": "ExpressionStatement", - "start": 7121, - "end": 7182, + "start": 7304, + "end": 7365, "loc": { "start": { - "line": 190, + "line": 195, "column": 8 }, "end": { - "line": 190, + "line": 195, "column": 69 } }, "expression": { "type": "AssignmentExpression", - "start": 7121, - "end": 7181, + "start": 7304, + "end": 7364, "loc": { "start": { - "line": 190, + "line": 195, "column": 8 }, "end": { - "line": 190, + "line": 195, "column": 68 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 7121, - "end": 7145, + "start": 7304, + "end": 7328, "loc": { "start": { - "line": 190, + "line": 195, "column": 8 }, "end": { - "line": 190, + "line": 195, "column": 32 } }, "object": { "type": "ThisExpression", - "start": 7121, - "end": 7125, + "start": 7304, + "end": 7308, "loc": { "start": { - "line": 190, + "line": 195, "column": 8 }, "end": { - "line": 190, + "line": 195, "column": 12 } } }, "property": { "type": "Identifier", - "start": 7126, - "end": 7145, + "start": 7309, + "end": 7328, "loc": { "start": { - "line": 190, + "line": 195, "column": 13 }, "end": { - "line": 190, + "line": 195, "column": 32 }, "identifierName": "videoWebAssemblyURL" @@ -12985,29 +13276,29 @@ }, "right": { "type": "MemberExpression", - "start": 7148, - "end": 7181, + "start": 7331, + "end": 7364, "loc": { "start": { - "line": 190, + "line": 195, "column": 35 }, "end": { - "line": 190, + "line": 195, "column": 68 } }, "object": { "type": "Identifier", - "start": 7148, - "end": 7161, + "start": 7331, + "end": 7344, "loc": { "start": { - "line": 190, + "line": 195, "column": 35 }, "end": { - "line": 190, + "line": 195, "column": 48 }, "identifierName": "recordOptions" @@ -13016,15 +13307,15 @@ }, "property": { "type": "Identifier", - "start": 7162, - "end": 7181, + "start": 7345, + "end": 7364, "loc": { "start": { - "line": 190, + "line": 195, "column": 49 }, "end": { - "line": 190, + "line": 195, "column": 68 }, "identifierName": "videoWebAssemblyURL" @@ -13038,15 +13329,15 @@ { "type": "CommentLine", "value": " convert settings", - "start": 7192, - "end": 7211, + "start": 7375, + "end": 7394, "loc": { "start": { - "line": 192, + "line": 197, "column": 8 }, "end": { - "line": 192, + "line": 197, "column": 27 } } @@ -13055,58 +13346,58 @@ }, { "type": "ExpressionStatement", - "start": 7220, - "end": 7269, + "start": 7403, + "end": 7452, "loc": { "start": { - "line": 193, + "line": 198, "column": 8 }, "end": { - "line": 193, + "line": 198, "column": 57 } }, "expression": { "type": "AssignmentExpression", - "start": 7220, - "end": 7268, + "start": 7403, + "end": 7451, "loc": { "start": { - "line": 193, + "line": 198, "column": 8 }, "end": { - "line": 193, + "line": 198, "column": 56 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 7220, - "end": 7238, + "start": 7403, + "end": 7421, "loc": { "start": { - "line": 193, + "line": 198, "column": 8 }, "end": { - "line": 193, + "line": 198, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 7220, - "end": 7224, + "start": 7403, + "end": 7407, "loc": { "start": { - "line": 193, + "line": 198, "column": 8 }, "end": { - "line": 193, + "line": 198, "column": 12 } }, @@ -13114,15 +13405,15 @@ }, "property": { "type": "Identifier", - "start": 7225, - "end": 7238, + "start": 7408, + "end": 7421, "loc": { "start": { - "line": 193, + "line": 198, "column": 13 }, "end": { - "line": 193, + "line": 198, "column": 26 }, "identifierName": "convertEngine" @@ -13134,29 +13425,29 @@ }, "right": { "type": "MemberExpression", - "start": 7241, - "end": 7268, + "start": 7424, + "end": 7451, "loc": { "start": { - "line": 193, + "line": 198, "column": 29 }, "end": { - "line": 193, + "line": 198, "column": 56 } }, "object": { "type": "Identifier", - "start": 7241, - "end": 7254, + "start": 7424, + "end": 7437, "loc": { "start": { - "line": 193, + "line": 198, "column": 29 }, "end": { - "line": 193, + "line": 198, "column": 42 }, "identifierName": "recordOptions" @@ -13165,15 +13456,15 @@ }, "property": { "type": "Identifier", - "start": 7255, - "end": 7268, + "start": 7438, + "end": 7451, "loc": { "start": { - "line": 193, + "line": 198, "column": 43 }, "end": { - "line": 193, + "line": 198, "column": 56 }, "identifierName": "convertEngine" @@ -13188,15 +13479,15 @@ { "type": "CommentLine", "value": " convert settings", - "start": 7192, - "end": 7211, + "start": 7375, + "end": 7394, "loc": { "start": { - "line": 192, + "line": 197, "column": 8 }, "end": { - "line": 192, + "line": 197, "column": 27 } } @@ -13205,73 +13496,73 @@ }, { "type": "ExpressionStatement", - "start": 7278, - "end": 7333, + "start": 7461, + "end": 7516, "loc": { "start": { - "line": 194, + "line": 199, "column": 8 }, "end": { - "line": 194, + "line": 199, "column": 63 } }, "expression": { "type": "AssignmentExpression", - "start": 7278, - "end": 7332, + "start": 7461, + "end": 7515, "loc": { "start": { - "line": 194, + "line": 199, "column": 8 }, "end": { - "line": 194, + "line": 199, "column": 62 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 7278, - "end": 7299, + "start": 7461, + "end": 7482, "loc": { "start": { - "line": 194, + "line": 199, "column": 8 }, "end": { - "line": 194, + "line": 199, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 7278, - "end": 7282, + "start": 7461, + "end": 7465, "loc": { "start": { - "line": 194, + "line": 199, "column": 8 }, "end": { - "line": 194, + "line": 199, "column": 12 } } }, "property": { "type": "Identifier", - "start": 7283, - "end": 7299, + "start": 7466, + "end": 7482, "loc": { "start": { - "line": 194, + "line": 199, "column": 13 }, "end": { - "line": 194, + "line": 199, "column": 29 }, "identifierName": "convertWorkerURL" @@ -13282,29 +13573,29 @@ }, "right": { "type": "MemberExpression", - "start": 7302, - "end": 7332, + "start": 7485, + "end": 7515, "loc": { "start": { - "line": 194, + "line": 199, "column": 32 }, "end": { - "line": 194, + "line": 199, "column": 62 } }, "object": { "type": "Identifier", - "start": 7302, - "end": 7315, + "start": 7485, + "end": 7498, "loc": { "start": { - "line": 194, + "line": 199, "column": 32 }, "end": { - "line": 194, + "line": 199, "column": 45 }, "identifierName": "recordOptions" @@ -13313,15 +13604,15 @@ }, "property": { "type": "Identifier", - "start": 7316, - "end": 7332, + "start": 7499, + "end": 7515, "loc": { "start": { - "line": 194, + "line": 199, "column": 46 }, "end": { - "line": 194, + "line": 199, "column": 62 }, "identifierName": "convertWorkerURL" @@ -13334,73 +13625,73 @@ }, { "type": "ExpressionStatement", - "start": 7342, - "end": 7393, + "start": 7525, + "end": 7576, "loc": { "start": { - "line": 195, + "line": 200, "column": 8 }, "end": { - "line": 195, + "line": 200, "column": 59 } }, "expression": { "type": "AssignmentExpression", - "start": 7342, - "end": 7392, + "start": 7525, + "end": 7575, "loc": { "start": { - "line": 195, + "line": 200, "column": 8 }, "end": { - "line": 195, + "line": 200, "column": 58 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 7342, - "end": 7361, + "start": 7525, + "end": 7544, "loc": { "start": { - "line": 195, + "line": 200, "column": 8 }, "end": { - "line": 195, + "line": 200, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 7342, - "end": 7346, + "start": 7525, + "end": 7529, "loc": { "start": { - "line": 195, + "line": 200, "column": 8 }, "end": { - "line": 195, + "line": 200, "column": 12 } } }, "property": { "type": "Identifier", - "start": 7347, - "end": 7361, + "start": 7530, + "end": 7544, "loc": { "start": { - "line": 195, + "line": 200, "column": 13 }, "end": { - "line": 195, + "line": 200, "column": 27 }, "identifierName": "convertOptions" @@ -13411,29 +13702,29 @@ }, "right": { "type": "MemberExpression", - "start": 7364, - "end": 7392, + "start": 7547, + "end": 7575, "loc": { "start": { - "line": 195, + "line": 200, "column": 30 }, "end": { - "line": 195, + "line": 200, "column": 58 } }, "object": { "type": "Identifier", - "start": 7364, - "end": 7377, + "start": 7547, + "end": 7560, "loc": { "start": { - "line": 195, + "line": 200, "column": 30 }, "end": { - "line": 195, + "line": 200, "column": 43 }, "identifierName": "recordOptions" @@ -13442,15 +13733,15 @@ }, "property": { "type": "Identifier", - "start": 7378, - "end": 7392, + "start": 7561, + "end": 7575, "loc": { "start": { - "line": 195, + "line": 200, "column": 44 }, "end": { - "line": 195, + "line": 200, "column": 58 }, "identifierName": "convertOptions" @@ -13464,15 +13755,15 @@ { "type": "CommentLine", "value": " audio settings", - "start": 7403, - "end": 7420, + "start": 7586, + "end": 7603, "loc": { "start": { - "line": 197, + "line": 202, "column": 8 }, "end": { - "line": 197, + "line": 202, "column": 25 } } @@ -13481,58 +13772,58 @@ }, { "type": "ExpressionStatement", - "start": 7429, - "end": 7474, + "start": 7612, + "end": 7657, "loc": { "start": { - "line": 198, + "line": 203, "column": 8 }, "end": { - "line": 198, + "line": 203, "column": 53 } }, "expression": { "type": "AssignmentExpression", - "start": 7429, - "end": 7473, + "start": 7612, + "end": 7656, "loc": { "start": { - "line": 198, + "line": 203, "column": 8 }, "end": { - "line": 198, + "line": 203, "column": 52 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 7429, - "end": 7445, + "start": 7612, + "end": 7628, "loc": { "start": { - "line": 198, + "line": 203, "column": 8 }, "end": { - "line": 198, + "line": 203, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 7429, - "end": 7433, + "start": 7612, + "end": 7616, "loc": { "start": { - "line": 198, + "line": 203, "column": 8 }, "end": { - "line": 198, + "line": 203, "column": 12 } }, @@ -13540,15 +13831,15 @@ }, "property": { "type": "Identifier", - "start": 7434, - "end": 7445, + "start": 7617, + "end": 7628, "loc": { "start": { - "line": 198, + "line": 203, "column": 13 }, "end": { - "line": 198, + "line": 203, "column": 24 }, "identifierName": "audioEngine" @@ -13560,29 +13851,29 @@ }, "right": { "type": "MemberExpression", - "start": 7448, - "end": 7473, + "start": 7631, + "end": 7656, "loc": { "start": { - "line": 198, + "line": 203, "column": 27 }, "end": { - "line": 198, + "line": 203, "column": 52 } }, "object": { "type": "Identifier", - "start": 7448, - "end": 7461, + "start": 7631, + "end": 7644, "loc": { "start": { - "line": 198, + "line": 203, "column": 27 }, "end": { - "line": 198, + "line": 203, "column": 40 }, "identifierName": "recordOptions" @@ -13591,15 +13882,15 @@ }, "property": { "type": "Identifier", - "start": 7462, - "end": 7473, + "start": 7645, + "end": 7656, "loc": { "start": { - "line": 198, + "line": 203, "column": 41 }, "end": { - "line": 198, + "line": 203, "column": 52 }, "identifierName": "audioEngine" @@ -13614,15 +13905,15 @@ { "type": "CommentLine", "value": " audio settings", - "start": 7403, - "end": 7420, + "start": 7586, + "end": 7603, "loc": { "start": { - "line": 197, + "line": 202, "column": 8 }, "end": { - "line": 197, + "line": 202, "column": 25 } } @@ -13631,73 +13922,73 @@ }, { "type": "ExpressionStatement", - "start": 7483, - "end": 7540, + "start": 7666, + "end": 7723, "loc": { "start": { - "line": 199, + "line": 204, "column": 8 }, "end": { - "line": 199, + "line": 204, "column": 65 } }, "expression": { "type": "AssignmentExpression", - "start": 7483, - "end": 7539, + "start": 7666, + "end": 7722, "loc": { "start": { - "line": 199, + "line": 204, "column": 8 }, "end": { - "line": 199, + "line": 204, "column": 64 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 7483, - "end": 7505, + "start": 7666, + "end": 7688, "loc": { "start": { - "line": 199, + "line": 204, "column": 8 }, "end": { - "line": 199, + "line": 204, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 7483, - "end": 7487, + "start": 7666, + "end": 7670, "loc": { "start": { - "line": 199, + "line": 204, "column": 8 }, "end": { - "line": 199, + "line": 204, "column": 12 } } }, "property": { "type": "Identifier", - "start": 7488, - "end": 7505, + "start": 7671, + "end": 7688, "loc": { "start": { - "line": 199, + "line": 204, "column": 13 }, "end": { - "line": 199, + "line": 204, "column": 30 }, "identifierName": "audioRecorderType" @@ -13708,29 +13999,29 @@ }, "right": { "type": "MemberExpression", - "start": 7508, - "end": 7539, + "start": 7691, + "end": 7722, "loc": { "start": { - "line": 199, + "line": 204, "column": 33 }, "end": { - "line": 199, + "line": 204, "column": 64 } }, "object": { "type": "Identifier", - "start": 7508, - "end": 7521, + "start": 7691, + "end": 7704, "loc": { "start": { - "line": 199, + "line": 204, "column": 33 }, "end": { - "line": 199, + "line": 204, "column": 46 }, "identifierName": "recordOptions" @@ -13739,15 +14030,15 @@ }, "property": { "type": "Identifier", - "start": 7522, - "end": 7539, + "start": 7705, + "end": 7722, "loc": { "start": { - "line": 199, + "line": 204, "column": 47 }, "end": { - "line": 199, + "line": 204, "column": 64 }, "identifierName": "audioRecorderType" @@ -13760,73 +14051,73 @@ }, { "type": "ExpressionStatement", - "start": 7549, - "end": 7600, + "start": 7732, + "end": 7783, "loc": { "start": { - "line": 200, + "line": 205, "column": 8 }, "end": { - "line": 200, + "line": 205, "column": 59 } }, "expression": { "type": "AssignmentExpression", - "start": 7549, - "end": 7599, + "start": 7732, + "end": 7782, "loc": { "start": { - "line": 200, + "line": 205, "column": 8 }, "end": { - "line": 200, + "line": 205, "column": 58 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 7549, - "end": 7568, + "start": 7732, + "end": 7751, "loc": { "start": { - "line": 200, + "line": 205, "column": 8 }, "end": { - "line": 200, + "line": 205, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 7549, - "end": 7553, + "start": 7732, + "end": 7736, "loc": { "start": { - "line": 200, + "line": 205, "column": 8 }, "end": { - "line": 200, + "line": 205, "column": 12 } } }, "property": { "type": "Identifier", - "start": 7554, - "end": 7568, + "start": 7737, + "end": 7751, "loc": { "start": { - "line": 200, + "line": 205, "column": 13 }, "end": { - "line": 200, + "line": 205, "column": 27 }, "identifierName": "audioWorkerURL" @@ -13837,29 +14128,29 @@ }, "right": { "type": "MemberExpression", - "start": 7571, - "end": 7599, + "start": 7754, + "end": 7782, "loc": { "start": { - "line": 200, + "line": 205, "column": 30 }, "end": { - "line": 200, + "line": 205, "column": 58 } }, "object": { "type": "Identifier", - "start": 7571, - "end": 7584, + "start": 7754, + "end": 7767, "loc": { "start": { - "line": 200, + "line": 205, "column": 30 }, "end": { - "line": 200, + "line": 205, "column": 43 }, "identifierName": "recordOptions" @@ -13868,15 +14159,15 @@ }, "property": { "type": "Identifier", - "start": 7585, - "end": 7599, + "start": 7768, + "end": 7782, "loc": { "start": { - "line": 200, + "line": 205, "column": 44 }, "end": { - "line": 200, + "line": 205, "column": 58 }, "identifierName": "audioWorkerURL" @@ -13889,73 +14180,73 @@ }, { "type": "ExpressionStatement", - "start": 7609, - "end": 7670, + "start": 7792, + "end": 7853, "loc": { "start": { - "line": 201, + "line": 206, "column": 8 }, "end": { - "line": 201, + "line": 206, "column": 69 } }, "expression": { "type": "AssignmentExpression", - "start": 7609, - "end": 7669, + "start": 7792, + "end": 7852, "loc": { "start": { - "line": 201, + "line": 206, "column": 8 }, "end": { - "line": 201, + "line": 206, "column": 68 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 7609, - "end": 7633, + "start": 7792, + "end": 7816, "loc": { "start": { - "line": 201, + "line": 206, "column": 8 }, "end": { - "line": 201, + "line": 206, "column": 32 } }, "object": { "type": "ThisExpression", - "start": 7609, - "end": 7613, + "start": 7792, + "end": 7796, "loc": { "start": { - "line": 201, + "line": 206, "column": 8 }, "end": { - "line": 201, + "line": 206, "column": 12 } } }, "property": { "type": "Identifier", - "start": 7614, - "end": 7633, + "start": 7797, + "end": 7816, "loc": { "start": { - "line": 201, + "line": 206, "column": 13 }, "end": { - "line": 201, + "line": 206, "column": 32 }, "identifierName": "audioWebAssemblyURL" @@ -13966,29 +14257,29 @@ }, "right": { "type": "MemberExpression", - "start": 7636, - "end": 7669, + "start": 7819, + "end": 7852, "loc": { "start": { - "line": 201, + "line": 206, "column": 35 }, "end": { - "line": 201, + "line": 206, "column": 68 } }, "object": { "type": "Identifier", - "start": 7636, - "end": 7649, + "start": 7819, + "end": 7832, "loc": { "start": { - "line": 201, + "line": 206, "column": 35 }, "end": { - "line": 201, + "line": 206, "column": 48 }, "identifierName": "recordOptions" @@ -13997,15 +14288,15 @@ }, "property": { "type": "Identifier", - "start": 7650, - "end": 7669, + "start": 7833, + "end": 7852, "loc": { "start": { - "line": 201, + "line": 206, "column": 49 }, "end": { - "line": 201, + "line": 206, "column": 68 }, "identifierName": "audioWebAssemblyURL" @@ -14018,73 +14309,73 @@ }, { "type": "ExpressionStatement", - "start": 7679, - "end": 7732, + "start": 7862, + "end": 7915, "loc": { "start": { - "line": 202, + "line": 207, "column": 8 }, "end": { - "line": 202, + "line": 207, "column": 61 } }, "expression": { "type": "AssignmentExpression", - "start": 7679, - "end": 7731, + "start": 7862, + "end": 7914, "loc": { "start": { - "line": 202, + "line": 207, "column": 8 }, "end": { - "line": 202, + "line": 207, "column": 60 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 7679, - "end": 7699, + "start": 7862, + "end": 7882, "loc": { "start": { - "line": 202, + "line": 207, "column": 8 }, "end": { - "line": 202, + "line": 207, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 7679, - "end": 7683, + "start": 7862, + "end": 7866, "loc": { "start": { - "line": 202, + "line": 207, "column": 8 }, "end": { - "line": 202, + "line": 207, "column": 12 } } }, "property": { "type": "Identifier", - "start": 7684, - "end": 7699, + "start": 7867, + "end": 7882, "loc": { "start": { - "line": 202, + "line": 207, "column": 13 }, "end": { - "line": 202, + "line": 207, "column": 28 }, "identifierName": "audioBufferSize" @@ -14095,29 +14386,29 @@ }, "right": { "type": "MemberExpression", - "start": 7702, - "end": 7731, + "start": 7885, + "end": 7914, "loc": { "start": { - "line": 202, + "line": 207, "column": 31 }, "end": { - "line": 202, + "line": 207, "column": 60 } }, "object": { "type": "Identifier", - "start": 7702, - "end": 7715, + "start": 7885, + "end": 7898, "loc": { "start": { - "line": 202, + "line": 207, "column": 31 }, "end": { - "line": 202, + "line": 207, "column": 44 }, "identifierName": "recordOptions" @@ -14126,15 +14417,15 @@ }, "property": { "type": "Identifier", - "start": 7716, - "end": 7731, + "start": 7899, + "end": 7914, "loc": { "start": { - "line": 202, + "line": 207, "column": 45 }, "end": { - "line": 202, + "line": 207, "column": 60 }, "identifierName": "audioBufferSize" @@ -14147,73 +14438,73 @@ }, { "type": "ExpressionStatement", - "start": 7741, - "end": 7794, + "start": 7924, + "end": 7977, "loc": { "start": { - "line": 203, + "line": 208, "column": 8 }, "end": { - "line": 203, + "line": 208, "column": 61 } }, "expression": { "type": "AssignmentExpression", - "start": 7741, - "end": 7793, + "start": 7924, + "end": 7976, "loc": { "start": { - "line": 203, + "line": 208, "column": 8 }, "end": { - "line": 203, + "line": 208, "column": 60 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 7741, - "end": 7761, + "start": 7924, + "end": 7944, "loc": { "start": { - "line": 203, + "line": 208, "column": 8 }, "end": { - "line": 203, + "line": 208, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 7741, - "end": 7745, + "start": 7924, + "end": 7928, "loc": { "start": { - "line": 203, + "line": 208, "column": 8 }, "end": { - "line": 203, + "line": 208, "column": 12 } } }, "property": { "type": "Identifier", - "start": 7746, - "end": 7761, + "start": 7929, + "end": 7944, "loc": { "start": { - "line": 203, + "line": 208, "column": 13 }, "end": { - "line": 203, + "line": 208, "column": 28 }, "identifierName": "audioSampleRate" @@ -14224,29 +14515,29 @@ }, "right": { "type": "MemberExpression", - "start": 7764, - "end": 7793, + "start": 7947, + "end": 7976, "loc": { "start": { - "line": 203, + "line": 208, "column": 31 }, "end": { - "line": 203, + "line": 208, "column": 60 } }, "object": { "type": "Identifier", - "start": 7764, - "end": 7777, + "start": 7947, + "end": 7960, "loc": { "start": { - "line": 203, + "line": 208, "column": 31 }, "end": { - "line": 203, + "line": 208, "column": 44 }, "identifierName": "recordOptions" @@ -14255,15 +14546,15 @@ }, "property": { "type": "Identifier", - "start": 7778, - "end": 7793, + "start": 7961, + "end": 7976, "loc": { "start": { - "line": 203, + "line": 208, "column": 45 }, "end": { - "line": 203, + "line": 208, "column": 60 }, "identifierName": "audioSampleRate" @@ -14276,73 +14567,73 @@ }, { "type": "ExpressionStatement", - "start": 7803, - "end": 7850, + "start": 7986, + "end": 8033, "loc": { "start": { - "line": 204, + "line": 209, "column": 8 }, "end": { - "line": 204, + "line": 209, "column": 55 } }, "expression": { "type": "AssignmentExpression", - "start": 7803, - "end": 7849, + "start": 7986, + "end": 8032, "loc": { "start": { - "line": 204, + "line": 209, "column": 8 }, "end": { - "line": 204, + "line": 209, "column": 54 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 7803, - "end": 7820, + "start": 7986, + "end": 8003, "loc": { "start": { - "line": 204, + "line": 209, "column": 8 }, "end": { - "line": 204, + "line": 209, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 7803, - "end": 7807, + "start": 7986, + "end": 7990, "loc": { "start": { - "line": 204, + "line": 209, "column": 8 }, "end": { - "line": 204, + "line": 209, "column": 12 } } }, "property": { "type": "Identifier", - "start": 7808, - "end": 7820, + "start": 7991, + "end": 8003, "loc": { "start": { - "line": 204, + "line": 209, "column": 13 }, "end": { - "line": 204, + "line": 209, "column": 25 }, "identifierName": "audioBitRate" @@ -14353,29 +14644,29 @@ }, "right": { "type": "MemberExpression", - "start": 7823, - "end": 7849, + "start": 8006, + "end": 8032, "loc": { "start": { - "line": 204, + "line": 209, "column": 28 }, "end": { - "line": 204, + "line": 209, "column": 54 } }, "object": { "type": "Identifier", - "start": 7823, - "end": 7836, + "start": 8006, + "end": 8019, "loc": { "start": { - "line": 204, + "line": 209, "column": 28 }, "end": { - "line": 204, + "line": 209, "column": 41 }, "identifierName": "recordOptions" @@ -14384,15 +14675,15 @@ }, "property": { "type": "Identifier", - "start": 7837, - "end": 7849, + "start": 8020, + "end": 8032, "loc": { "start": { - "line": 204, + "line": 209, "column": 42 }, "end": { - "line": 204, + "line": 209, "column": 54 }, "identifierName": "audioBitRate" @@ -14405,73 +14696,73 @@ }, { "type": "ExpressionStatement", - "start": 7859, - "end": 7908, + "start": 8042, + "end": 8091, "loc": { "start": { - "line": 205, + "line": 210, "column": 8 }, "end": { - "line": 205, + "line": 210, "column": 57 } }, "expression": { "type": "AssignmentExpression", - "start": 7859, - "end": 7907, + "start": 8042, + "end": 8090, "loc": { "start": { - "line": 205, + "line": 210, "column": 8 }, "end": { - "line": 205, + "line": 210, "column": 56 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 7859, - "end": 7877, + "start": 8042, + "end": 8060, "loc": { "start": { - "line": 205, + "line": 210, "column": 8 }, "end": { - "line": 205, + "line": 210, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 7859, - "end": 7863, + "start": 8042, + "end": 8046, "loc": { "start": { - "line": 205, + "line": 210, "column": 8 }, "end": { - "line": 205, + "line": 210, "column": 12 } } }, "property": { "type": "Identifier", - "start": 7864, - "end": 7877, + "start": 8047, + "end": 8060, "loc": { "start": { - "line": 205, + "line": 210, "column": 13 }, "end": { - "line": 205, + "line": 210, "column": 26 }, "identifierName": "audioChannels" @@ -14482,29 +14773,29 @@ }, "right": { "type": "MemberExpression", - "start": 7880, - "end": 7907, + "start": 8063, + "end": 8090, "loc": { "start": { - "line": 205, + "line": 210, "column": 29 }, "end": { - "line": 205, + "line": 210, "column": 56 } }, "object": { "type": "Identifier", - "start": 7880, - "end": 7893, + "start": 8063, + "end": 8076, "loc": { "start": { - "line": 205, + "line": 210, "column": 29 }, "end": { - "line": 205, + "line": 210, "column": 42 }, "identifierName": "recordOptions" @@ -14513,15 +14804,15 @@ }, "property": { "type": "Identifier", - "start": 7894, - "end": 7907, + "start": 8077, + "end": 8090, "loc": { "start": { - "line": 205, + "line": 210, "column": 43 }, "end": { - "line": 205, + "line": 210, "column": 56 }, "identifierName": "audioChannels" @@ -14534,73 +14825,73 @@ }, { "type": "ExpressionStatement", - "start": 7917, - "end": 7966, + "start": 8100, + "end": 8149, "loc": { "start": { - "line": 206, + "line": 211, "column": 8 }, "end": { - "line": 206, + "line": 211, "column": 57 } }, "expression": { "type": "AssignmentExpression", - "start": 7917, - "end": 7965, + "start": 8100, + "end": 8148, "loc": { "start": { - "line": 206, + "line": 211, "column": 8 }, "end": { - "line": 206, + "line": 211, "column": 56 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 7917, - "end": 7935, + "start": 8100, + "end": 8118, "loc": { "start": { - "line": 206, + "line": 211, "column": 8 }, "end": { - "line": 206, + "line": 211, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 7917, - "end": 7921, + "start": 8100, + "end": 8104, "loc": { "start": { - "line": 206, + "line": 211, "column": 8 }, "end": { - "line": 206, + "line": 211, "column": 12 } } }, "property": { "type": "Identifier", - "start": 7922, - "end": 7935, + "start": 8105, + "end": 8118, "loc": { "start": { - "line": 206, + "line": 211, "column": 13 }, "end": { - "line": 206, + "line": 211, "column": 26 }, "identifierName": "audioMimeType" @@ -14611,29 +14902,29 @@ }, "right": { "type": "MemberExpression", - "start": 7938, - "end": 7965, + "start": 8121, + "end": 8148, "loc": { "start": { - "line": 206, + "line": 211, "column": 29 }, "end": { - "line": 206, + "line": 211, "column": 56 } }, "object": { "type": "Identifier", - "start": 7938, - "end": 7951, + "start": 8121, + "end": 8134, "loc": { "start": { - "line": 206, + "line": 211, "column": 29 }, "end": { - "line": 206, + "line": 211, "column": 42 }, "identifierName": "recordOptions" @@ -14642,15 +14933,15 @@ }, "property": { "type": "Identifier", - "start": 7952, - "end": 7965, + "start": 8135, + "end": 8148, "loc": { "start": { - "line": 206, + "line": 211, "column": 43 }, "end": { - "line": 206, + "line": 211, "column": 56 }, "identifierName": "audioMimeType" @@ -14663,73 +14954,73 @@ }, { "type": "ExpressionStatement", - "start": 7975, - "end": 8032, + "start": 8158, + "end": 8215, "loc": { "start": { - "line": 207, + "line": 212, "column": 8 }, "end": { - "line": 207, + "line": 212, "column": 65 } }, "expression": { "type": "AssignmentExpression", - "start": 7975, - "end": 8031, + "start": 8158, + "end": 8214, "loc": { "start": { - "line": 207, + "line": 212, "column": 8 }, "end": { - "line": 207, + "line": 212, "column": 64 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 7975, - "end": 7997, + "start": 8158, + "end": 8180, "loc": { "start": { - "line": 207, + "line": 212, "column": 8 }, "end": { - "line": 207, + "line": 212, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 7975, - "end": 7979, + "start": 8158, + "end": 8162, "loc": { "start": { - "line": 207, + "line": 212, "column": 8 }, "end": { - "line": 207, + "line": 212, "column": 12 } } }, "property": { "type": "Identifier", - "start": 7980, - "end": 7997, + "start": 8163, + "end": 8180, "loc": { "start": { - "line": 207, + "line": 212, "column": 13 }, "end": { - "line": 207, + "line": 212, "column": 30 }, "identifierName": "audioBufferUpdate" @@ -14740,29 +15031,29 @@ }, "right": { "type": "MemberExpression", - "start": 8000, - "end": 8031, + "start": 8183, + "end": 8214, "loc": { "start": { - "line": 207, + "line": 212, "column": 33 }, "end": { - "line": 207, + "line": 212, "column": 64 } }, "object": { "type": "Identifier", - "start": 8000, - "end": 8013, + "start": 8183, + "end": 8196, "loc": { "start": { - "line": 207, + "line": 212, "column": 33 }, "end": { - "line": 207, + "line": 212, "column": 46 }, "identifierName": "recordOptions" @@ -14771,15 +15062,15 @@ }, "property": { "type": "Identifier", - "start": 8014, - "end": 8031, + "start": 8197, + "end": 8214, "loc": { "start": { - "line": 207, + "line": 212, "column": 47 }, "end": { - "line": 207, + "line": 212, "column": 64 }, "identifierName": "audioBufferUpdate" @@ -14793,15 +15084,15 @@ { "type": "CommentLine", "value": " image settings", - "start": 8042, - "end": 8059, + "start": 8225, + "end": 8242, "loc": { "start": { - "line": 209, + "line": 214, "column": 8 }, "end": { - "line": 209, + "line": 214, "column": 25 } } @@ -14810,58 +15101,58 @@ }, { "type": "ExpressionStatement", - "start": 8068, - "end": 8121, + "start": 8251, + "end": 8304, "loc": { "start": { - "line": 210, + "line": 215, "column": 8 }, "end": { - "line": 210, + "line": 215, "column": 61 } }, "expression": { "type": "AssignmentExpression", - "start": 8068, - "end": 8120, + "start": 8251, + "end": 8303, "loc": { "start": { - "line": 210, + "line": 215, "column": 8 }, "end": { - "line": 210, + "line": 215, "column": 60 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 8068, - "end": 8088, + "start": 8251, + "end": 8271, "loc": { "start": { - "line": 210, + "line": 215, "column": 8 }, "end": { - "line": 210, + "line": 215, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 8068, - "end": 8072, + "start": 8251, + "end": 8255, "loc": { "start": { - "line": 210, + "line": 215, "column": 8 }, "end": { - "line": 210, + "line": 215, "column": 12 } }, @@ -14869,15 +15160,15 @@ }, "property": { "type": "Identifier", - "start": 8073, - "end": 8088, + "start": 8256, + "end": 8271, "loc": { "start": { - "line": 210, + "line": 215, "column": 13 }, "end": { - "line": 210, + "line": 215, "column": 28 }, "identifierName": "imageOutputType" @@ -14889,29 +15180,29 @@ }, "right": { "type": "MemberExpression", - "start": 8091, - "end": 8120, + "start": 8274, + "end": 8303, "loc": { "start": { - "line": 210, + "line": 215, "column": 31 }, "end": { - "line": 210, + "line": 215, "column": 60 } }, "object": { "type": "Identifier", - "start": 8091, - "end": 8104, + "start": 8274, + "end": 8287, "loc": { "start": { - "line": 210, + "line": 215, "column": 31 }, "end": { - "line": 210, + "line": 215, "column": 44 }, "identifierName": "recordOptions" @@ -14920,15 +15211,15 @@ }, "property": { "type": "Identifier", - "start": 8105, - "end": 8120, + "start": 8288, + "end": 8303, "loc": { "start": { - "line": 210, + "line": 215, "column": 45 }, "end": { - "line": 210, + "line": 215, "column": 60 }, "identifierName": "imageOutputType" @@ -14943,15 +15234,15 @@ { "type": "CommentLine", "value": " image settings", - "start": 8042, - "end": 8059, + "start": 8225, + "end": 8242, "loc": { "start": { - "line": 209, + "line": 214, "column": 8 }, "end": { - "line": 209, + "line": 214, "column": 25 } } @@ -14960,73 +15251,73 @@ }, { "type": "ExpressionStatement", - "start": 8130, - "end": 8187, + "start": 8313, + "end": 8370, "loc": { "start": { - "line": 211, + "line": 216, "column": 8 }, "end": { - "line": 211, + "line": 216, "column": 65 } }, "expression": { "type": "AssignmentExpression", - "start": 8130, - "end": 8186, + "start": 8313, + "end": 8369, "loc": { "start": { - "line": 211, + "line": 216, "column": 8 }, "end": { - "line": 211, + "line": 216, "column": 64 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 8130, - "end": 8152, + "start": 8313, + "end": 8335, "loc": { "start": { - "line": 211, + "line": 216, "column": 8 }, "end": { - "line": 211, + "line": 216, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 8130, - "end": 8134, + "start": 8313, + "end": 8317, "loc": { "start": { - "line": 211, + "line": 216, "column": 8 }, "end": { - "line": 211, + "line": 216, "column": 12 } } }, "property": { "type": "Identifier", - "start": 8135, - "end": 8152, + "start": 8318, + "end": 8335, "loc": { "start": { - "line": 211, + "line": 216, "column": 13 }, "end": { - "line": 211, + "line": 216, "column": 30 }, "identifierName": "imageOutputFormat" @@ -15037,29 +15328,29 @@ }, "right": { "type": "MemberExpression", - "start": 8155, - "end": 8186, + "start": 8338, + "end": 8369, "loc": { "start": { - "line": 211, + "line": 216, "column": 33 }, "end": { - "line": 211, + "line": 216, "column": 64 } }, "object": { "type": "Identifier", - "start": 8155, - "end": 8168, + "start": 8338, + "end": 8351, "loc": { "start": { - "line": 211, + "line": 216, "column": 33 }, "end": { - "line": 211, + "line": 216, "column": 46 }, "identifierName": "recordOptions" @@ -15068,15 +15359,15 @@ }, "property": { "type": "Identifier", - "start": 8169, - "end": 8186, + "start": 8352, + "end": 8369, "loc": { "start": { - "line": 211, + "line": 216, "column": 47 }, "end": { - "line": 211, + "line": 216, "column": 64 }, "identifierName": "imageOutputFormat" @@ -15089,73 +15380,73 @@ }, { "type": "ExpressionStatement", - "start": 8196, - "end": 8255, + "start": 8379, + "end": 8438, "loc": { "start": { - "line": 212, + "line": 217, "column": 8 }, "end": { - "line": 212, + "line": 217, "column": 67 } }, "expression": { "type": "AssignmentExpression", - "start": 8196, - "end": 8254, + "start": 8379, + "end": 8437, "loc": { "start": { - "line": 212, + "line": 217, "column": 8 }, "end": { - "line": 212, + "line": 217, "column": 66 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 8196, - "end": 8219, + "start": 8379, + "end": 8402, "loc": { "start": { - "line": 212, + "line": 217, "column": 8 }, "end": { - "line": 212, + "line": 217, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 8196, - "end": 8200, + "start": 8379, + "end": 8383, "loc": { "start": { - "line": 212, + "line": 217, "column": 8 }, "end": { - "line": 212, + "line": 217, "column": 12 } } }, "property": { "type": "Identifier", - "start": 8201, - "end": 8219, + "start": 8384, + "end": 8402, "loc": { "start": { - "line": 212, + "line": 217, "column": 13 }, "end": { - "line": 212, + "line": 217, "column": 31 }, "identifierName": "imageOutputQuality" @@ -15166,29 +15457,29 @@ }, "right": { "type": "MemberExpression", - "start": 8222, - "end": 8254, + "start": 8405, + "end": 8437, "loc": { "start": { - "line": 212, + "line": 217, "column": 34 }, "end": { - "line": 212, + "line": 217, "column": 66 } }, "object": { "type": "Identifier", - "start": 8222, - "end": 8235, + "start": 8405, + "end": 8418, "loc": { "start": { - "line": 212, + "line": 217, "column": 34 }, "end": { - "line": 212, + "line": 217, "column": 47 }, "identifierName": "recordOptions" @@ -15197,15 +15488,15 @@ }, "property": { "type": "Identifier", - "start": 8236, - "end": 8254, + "start": 8419, + "end": 8437, "loc": { "start": { - "line": 212, + "line": 217, "column": 48 }, "end": { - "line": 212, + "line": 217, "column": 66 }, "identifierName": "imageOutputQuality" @@ -15219,15 +15510,15 @@ { "type": "CommentLine", "value": " animation settings", - "start": 8265, - "end": 8286, + "start": 8448, + "end": 8469, "loc": { "start": { - "line": 214, + "line": 219, "column": 8 }, "end": { - "line": 214, + "line": 219, "column": 29 } } @@ -15236,58 +15527,58 @@ }, { "type": "ExpressionStatement", - "start": 8295, - "end": 8354, + "start": 8478, + "end": 8537, "loc": { "start": { - "line": 215, + "line": 220, "column": 8 }, "end": { - "line": 215, + "line": 220, "column": 67 } }, "expression": { "type": "AssignmentExpression", - "start": 8295, - "end": 8353, + "start": 8478, + "end": 8536, "loc": { "start": { - "line": 215, + "line": 220, "column": 8 }, "end": { - "line": 215, + "line": 220, "column": 66 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 8295, - "end": 8318, + "start": 8478, + "end": 8501, "loc": { "start": { - "line": 215, + "line": 220, "column": 8 }, "end": { - "line": 215, + "line": 220, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 8295, - "end": 8299, + "start": 8478, + "end": 8482, "loc": { "start": { - "line": 215, + "line": 220, "column": 8 }, "end": { - "line": 215, + "line": 220, "column": 12 } }, @@ -15295,15 +15586,15 @@ }, "property": { "type": "Identifier", - "start": 8300, - "end": 8318, + "start": 8483, + "end": 8501, "loc": { "start": { - "line": 215, + "line": 220, "column": 13 }, "end": { - "line": 215, + "line": 220, "column": 31 }, "identifierName": "animationFrameRate" @@ -15315,29 +15606,29 @@ }, "right": { "type": "MemberExpression", - "start": 8321, - "end": 8353, + "start": 8504, + "end": 8536, "loc": { "start": { - "line": 215, + "line": 220, "column": 34 }, "end": { - "line": 215, + "line": 220, "column": 66 } }, "object": { "type": "Identifier", - "start": 8321, - "end": 8334, + "start": 8504, + "end": 8517, "loc": { "start": { - "line": 215, + "line": 220, "column": 34 }, "end": { - "line": 215, + "line": 220, "column": 47 }, "identifierName": "recordOptions" @@ -15346,15 +15637,15 @@ }, "property": { "type": "Identifier", - "start": 8335, - "end": 8353, + "start": 8518, + "end": 8536, "loc": { "start": { - "line": 215, + "line": 220, "column": 48 }, "end": { - "line": 215, + "line": 220, "column": 66 }, "identifierName": "animationFrameRate" @@ -15369,15 +15660,15 @@ { "type": "CommentLine", "value": " animation settings", - "start": 8265, - "end": 8286, + "start": 8448, + "end": 8469, "loc": { "start": { - "line": 214, + "line": 219, "column": 8 }, "end": { - "line": 214, + "line": 219, "column": 29 } } @@ -15386,73 +15677,73 @@ }, { "type": "ExpressionStatement", - "start": 8363, - "end": 8418, + "start": 8546, + "end": 8601, "loc": { "start": { - "line": 216, + "line": 221, "column": 8 }, "end": { - "line": 216, + "line": 221, "column": 63 } }, "expression": { "type": "AssignmentExpression", - "start": 8363, - "end": 8417, + "start": 8546, + "end": 8600, "loc": { "start": { - "line": 216, + "line": 221, "column": 8 }, "end": { - "line": 216, + "line": 221, "column": 62 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 8363, - "end": 8384, + "start": 8546, + "end": 8567, "loc": { "start": { - "line": 216, + "line": 221, "column": 8 }, "end": { - "line": 216, + "line": 221, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 8363, - "end": 8367, + "start": 8546, + "end": 8550, "loc": { "start": { - "line": 216, + "line": 221, "column": 8 }, "end": { - "line": 216, + "line": 221, "column": 12 } } }, "property": { "type": "Identifier", - "start": 8368, - "end": 8384, + "start": 8551, + "end": 8567, "loc": { "start": { - "line": 216, + "line": 221, "column": 13 }, "end": { - "line": 216, + "line": 221, "column": 29 }, "identifierName": "animationQuality" @@ -15463,29 +15754,29 @@ }, "right": { "type": "MemberExpression", - "start": 8387, - "end": 8417, + "start": 8570, + "end": 8600, "loc": { "start": { - "line": 216, + "line": 221, "column": 32 }, "end": { - "line": 216, + "line": 221, "column": 62 } }, "object": { "type": "Identifier", - "start": 8387, - "end": 8400, + "start": 8570, + "end": 8583, "loc": { "start": { - "line": 216, + "line": 221, "column": 32 }, "end": { - "line": 216, + "line": 221, "column": 45 }, "identifierName": "recordOptions" @@ -15494,15 +15785,15 @@ }, "property": { "type": "Identifier", - "start": 8401, - "end": 8417, + "start": 8584, + "end": 8600, "loc": { "start": { - "line": 216, + "line": 221, "column": 46 }, "end": { - "line": 216, + "line": 221, "column": 62 }, "identifierName": "animationQuality" @@ -15521,15 +15812,15 @@ { "type": "CommentBlock", "value": "*\n * Setup plugin options.\n *\n * @param {Object} newOptions - Optional new player options.\n ", - "start": 5597, - "end": 5709, + "start": 5778, + "end": 5890, "loc": { "start": { - "line": 157, + "line": 162, "column": 4 }, "end": { - "line": 161, + "line": 166, "column": 7 } } @@ -15539,15 +15830,15 @@ { "type": "CommentBlock", "value": "*\n * Player UI is ready.\n * @private\n ", - "start": 8430, - "end": 8484, + "start": 8613, + "end": 8667, "loc": { "start": { - "line": 219, + "line": 224, "column": 4 }, "end": { - "line": 222, + "line": 227, "column": 7 } } @@ -15556,15 +15847,15 @@ }, { "type": "ClassMethod", - "start": 8489, - "end": 13436, + "start": 8672, + "end": 13742, "loc": { "start": { - "line": 223, + "line": 228, "column": 4 }, "end": { - "line": 344, + "line": 352, "column": 5 } }, @@ -15572,15 +15863,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 8489, - "end": 8496, + "start": 8672, + "end": 8679, "loc": { "start": { - "line": 223, + "line": 228, "column": 4 }, "end": { - "line": 223, + "line": 228, "column": 11 }, "identifierName": "setupUI" @@ -15596,100 +15887,100 @@ "params": [], "body": { "type": "BlockStatement", - "start": 8499, - "end": 13436, + "start": 8682, + "end": 13742, "loc": { "start": { - "line": 223, + "line": 228, "column": 14 }, "end": { - "line": 344, + "line": 352, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 8570, - "end": 8628, + "start": 8753, + "end": 8811, "loc": { "start": { - "line": 225, + "line": 230, "column": 8 }, "end": { - "line": 225, + "line": 230, "column": 66 } }, "expression": { "type": "CallExpression", - "start": 8570, - "end": 8627, + "start": 8753, + "end": 8810, "loc": { "start": { - "line": 225, + "line": 230, "column": 8 }, "end": { - "line": 225, + "line": 230, "column": 65 } }, "callee": { "type": "MemberExpression", - "start": 8570, - "end": 8601, + "start": 8753, + "end": 8784, "loc": { "start": { - "line": 225, + "line": 230, "column": 8 }, "end": { - "line": 225, + "line": 230, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 8570, - "end": 8592, + "start": 8753, + "end": 8775, "loc": { "start": { - "line": 225, + "line": 230, "column": 8 }, "end": { - "line": 225, + "line": 230, "column": 30 } }, "object": { "type": "MemberExpression", - "start": 8570, - "end": 8581, + "start": 8753, + "end": 8764, "loc": { "start": { - "line": 225, + "line": 230, "column": 8 }, "end": { - "line": 225, + "line": 230, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 8570, - "end": 8574, + "start": 8753, + "end": 8757, "loc": { "start": { - "line": 225, + "line": 230, "column": 8 }, "end": { - "line": 225, + "line": 230, "column": 12 } }, @@ -15697,15 +15988,15 @@ }, "property": { "type": "Identifier", - "start": 8575, - "end": 8581, + "start": 8758, + "end": 8764, "loc": { "start": { - "line": 225, + "line": 230, "column": 13 }, "end": { - "line": 225, + "line": 230, "column": 19 }, "identifierName": "player" @@ -15717,15 +16008,15 @@ }, "property": { "type": "Identifier", - "start": 8582, - "end": 8592, + "start": 8765, + "end": 8775, "loc": { "start": { - "line": 225, + "line": 230, "column": 20 }, "end": { - "line": 225, + "line": 230, "column": 30 }, "identifierName": "controlBar" @@ -15737,15 +16028,15 @@ }, "property": { "type": "Identifier", - "start": 8593, - "end": 8601, + "start": 8776, + "end": 8784, "loc": { "start": { - "line": 225, + "line": 230, "column": 31 }, "end": { - "line": 225, + "line": 230, "column": 39 }, "identifierName": "addChild" @@ -15758,58 +16049,58 @@ "arguments": [ { "type": "MemberExpression", - "start": 8602, - "end": 8626, + "start": 8785, + "end": 8809, "loc": { "start": { - "line": 225, + "line": 230, "column": 40 }, "end": { - "line": 225, + "line": 230, "column": 64 } }, "object": { "type": "MemberExpression", - "start": 8602, - "end": 8613, + "start": 8785, + "end": 8796, "loc": { "start": { - "line": 225, + "line": 230, "column": 40 }, "end": { - "line": 225, + "line": 230, "column": 51 } }, "object": { "type": "ThisExpression", - "start": 8602, - "end": 8606, + "start": 8785, + "end": 8789, "loc": { "start": { - "line": 225, + "line": 230, "column": 40 }, "end": { - "line": 225, + "line": 230, "column": 44 } } }, "property": { "type": "Identifier", - "start": 8607, - "end": 8613, + "start": 8790, + "end": 8796, "loc": { "start": { - "line": 225, + "line": 230, "column": 45 }, "end": { - "line": 225, + "line": 230, "column": 51 }, "identifierName": "player" @@ -15820,15 +16111,15 @@ }, "property": { "type": "Identifier", - "start": 8614, - "end": 8626, + "start": 8797, + "end": 8809, "loc": { "start": { - "line": 225, + "line": 230, "column": 52 }, "end": { - "line": 225, + "line": 230, "column": 64 }, "identifierName": "cameraButton" @@ -15844,15 +16135,15 @@ { "type": "CommentLine", "value": " insert custom controls on left-side of controlbar", - "start": 8509, - "end": 8561, + "start": 8692, + "end": 8744, "loc": { "start": { - "line": 224, + "line": 229, "column": 8 }, "end": { - "line": 224, + "line": 229, "column": 60 } } @@ -15861,128 +16152,128 @@ }, { "type": "ExpressionStatement", - "start": 8637, - "end": 8774, + "start": 8820, + "end": 8957, "loc": { "start": { - "line": 226, + "line": 231, "column": 8 }, "end": { - "line": 228, + "line": 233, "column": 52 } }, "expression": { "type": "CallExpression", - "start": 8637, - "end": 8773, + "start": 8820, + "end": 8956, "loc": { "start": { - "line": 226, + "line": 231, "column": 8 }, "end": { - "line": 228, + "line": 233, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 8637, - "end": 8677, + "start": 8820, + "end": 8860, "loc": { "start": { - "line": 226, + "line": 231, "column": 8 }, "end": { - "line": 226, + "line": 231, "column": 48 } }, "object": { "type": "CallExpression", - "start": 8637, - "end": 8664, + "start": 8820, + "end": 8847, "loc": { "start": { - "line": 226, + "line": 231, "column": 8 }, "end": { - "line": 226, + "line": 231, "column": 35 } }, "callee": { "type": "MemberExpression", - "start": 8637, - "end": 8662, + "start": 8820, + "end": 8845, "loc": { "start": { - "line": 226, + "line": 231, "column": 8 }, "end": { - "line": 226, + "line": 231, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 8637, - "end": 8659, + "start": 8820, + "end": 8842, "loc": { "start": { - "line": 226, + "line": 231, "column": 8 }, "end": { - "line": 226, + "line": 231, "column": 30 } }, "object": { "type": "MemberExpression", - "start": 8637, - "end": 8648, + "start": 8820, + "end": 8831, "loc": { "start": { - "line": 226, + "line": 231, "column": 8 }, "end": { - "line": 226, + "line": 231, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 8637, - "end": 8641, + "start": 8820, + "end": 8824, "loc": { "start": { - "line": 226, + "line": 231, "column": 8 }, "end": { - "line": 226, + "line": 231, "column": 12 } } }, "property": { "type": "Identifier", - "start": 8642, - "end": 8648, + "start": 8825, + "end": 8831, "loc": { "start": { - "line": 226, + "line": 231, "column": 13 }, "end": { - "line": 226, + "line": 231, "column": 19 }, "identifierName": "player" @@ -15993,15 +16284,15 @@ }, "property": { "type": "Identifier", - "start": 8649, - "end": 8659, + "start": 8832, + "end": 8842, "loc": { "start": { - "line": 226, + "line": 231, "column": 20 }, "end": { - "line": 226, + "line": 231, "column": 30 }, "identifierName": "controlBar" @@ -16012,15 +16303,15 @@ }, "property": { "type": "Identifier", - "start": 8660, - "end": 8662, + "start": 8843, + "end": 8845, "loc": { "start": { - "line": 226, + "line": 231, "column": 31 }, "end": { - "line": 226, + "line": 231, "column": 33 }, "identifierName": "el" @@ -16033,15 +16324,15 @@ }, "property": { "type": "Identifier", - "start": 8665, - "end": 8677, + "start": 8848, + "end": 8860, "loc": { "start": { - "line": 226, + "line": 231, "column": 36 }, "end": { - "line": 226, + "line": 231, "column": 48 }, "identifierName": "insertBefore" @@ -16053,86 +16344,86 @@ "arguments": [ { "type": "CallExpression", - "start": 8691, - "end": 8720, + "start": 8874, + "end": 8903, "loc": { "start": { - "line": 227, + "line": 232, "column": 12 }, "end": { - "line": 227, + "line": 232, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 8691, - "end": 8718, + "start": 8874, + "end": 8901, "loc": { "start": { - "line": 227, + "line": 232, "column": 12 }, "end": { - "line": 227, + "line": 232, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 8691, - "end": 8715, + "start": 8874, + "end": 8898, "loc": { "start": { - "line": 227, + "line": 232, "column": 12 }, "end": { - "line": 227, + "line": 232, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 8691, - "end": 8702, + "start": 8874, + "end": 8885, "loc": { "start": { - "line": 227, + "line": 232, "column": 12 }, "end": { - "line": 227, + "line": 232, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 8691, - "end": 8695, + "start": 8874, + "end": 8878, "loc": { "start": { - "line": 227, + "line": 232, "column": 12 }, "end": { - "line": 227, + "line": 232, "column": 16 } } }, "property": { "type": "Identifier", - "start": 8696, - "end": 8702, + "start": 8879, + "end": 8885, "loc": { "start": { - "line": 227, + "line": 232, "column": 17 }, "end": { - "line": 227, + "line": 232, "column": 23 }, "identifierName": "player" @@ -16143,15 +16434,15 @@ }, "property": { "type": "Identifier", - "start": 8703, - "end": 8715, + "start": 8886, + "end": 8898, "loc": { "start": { - "line": 227, + "line": 232, "column": 24 }, "end": { - "line": 227, + "line": 232, "column": 36 }, "identifierName": "cameraButton" @@ -16162,15 +16453,15 @@ }, "property": { "type": "Identifier", - "start": 8716, - "end": 8718, + "start": 8899, + "end": 8901, "loc": { "start": { - "line": 227, + "line": 232, "column": 37 }, "end": { - "line": 227, + "line": 232, "column": 39 }, "identifierName": "el" @@ -16183,100 +16474,100 @@ }, { "type": "MemberExpression", - "start": 8734, - "end": 8772, + "start": 8917, + "end": 8955, "loc": { "start": { - "line": 228, + "line": 233, "column": 12 }, "end": { - "line": 228, + "line": 233, "column": 50 } }, "object": { "type": "CallExpression", - "start": 8734, - "end": 8761, + "start": 8917, + "end": 8944, "loc": { "start": { - "line": 228, + "line": 233, "column": 12 }, "end": { - "line": 228, + "line": 233, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 8734, - "end": 8759, + "start": 8917, + "end": 8942, "loc": { "start": { - "line": 228, + "line": 233, "column": 12 }, "end": { - "line": 228, + "line": 233, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 8734, - "end": 8756, + "start": 8917, + "end": 8939, "loc": { "start": { - "line": 228, + "line": 233, "column": 12 }, "end": { - "line": 228, + "line": 233, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 8734, - "end": 8745, + "start": 8917, + "end": 8928, "loc": { "start": { - "line": 228, + "line": 233, "column": 12 }, "end": { - "line": 228, + "line": 233, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 8734, - "end": 8738, + "start": 8917, + "end": 8921, "loc": { "start": { - "line": 228, + "line": 233, "column": 12 }, "end": { - "line": 228, + "line": 233, "column": 16 } } }, "property": { "type": "Identifier", - "start": 8739, - "end": 8745, + "start": 8922, + "end": 8928, "loc": { "start": { - "line": 228, + "line": 233, "column": 17 }, "end": { - "line": 228, + "line": 233, "column": 23 }, "identifierName": "player" @@ -16287,15 +16578,15 @@ }, "property": { "type": "Identifier", - "start": 8746, - "end": 8756, + "start": 8929, + "end": 8939, "loc": { "start": { - "line": 228, + "line": 233, "column": 24 }, "end": { - "line": 228, + "line": 233, "column": 34 }, "identifierName": "controlBar" @@ -16306,15 +16597,15 @@ }, "property": { "type": "Identifier", - "start": 8757, - "end": 8759, + "start": 8940, + "end": 8942, "loc": { "start": { - "line": 228, + "line": 233, "column": 35 }, "end": { - "line": 228, + "line": 233, "column": 37 }, "identifierName": "el" @@ -16327,15 +16618,15 @@ }, "property": { "type": "Identifier", - "start": 8762, - "end": 8772, + "start": 8945, + "end": 8955, "loc": { "start": { - "line": 228, + "line": 233, "column": 40 }, "end": { - "line": 228, + "line": 233, "column": 50 }, "identifierName": "firstChild" @@ -16349,128 +16640,128 @@ }, { "type": "ExpressionStatement", - "start": 8783, - "end": 8920, + "start": 8966, + "end": 9103, "loc": { "start": { - "line": 229, + "line": 234, "column": 8 }, "end": { - "line": 231, + "line": 236, "column": 52 } }, "expression": { "type": "CallExpression", - "start": 8783, - "end": 8919, + "start": 8966, + "end": 9102, "loc": { "start": { - "line": 229, + "line": 234, "column": 8 }, "end": { - "line": 231, + "line": 236, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 8783, - "end": 8823, + "start": 8966, + "end": 9006, "loc": { "start": { - "line": 229, + "line": 234, "column": 8 }, "end": { - "line": 229, + "line": 234, "column": 48 } }, "object": { "type": "CallExpression", - "start": 8783, - "end": 8810, + "start": 8966, + "end": 8993, "loc": { "start": { - "line": 229, + "line": 234, "column": 8 }, "end": { - "line": 229, + "line": 234, "column": 35 } }, "callee": { "type": "MemberExpression", - "start": 8783, - "end": 8808, + "start": 8966, + "end": 8991, "loc": { "start": { - "line": 229, + "line": 234, "column": 8 }, "end": { - "line": 229, + "line": 234, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 8783, - "end": 8805, + "start": 8966, + "end": 8988, "loc": { "start": { - "line": 229, + "line": 234, "column": 8 }, "end": { - "line": 229, + "line": 234, "column": 30 } }, "object": { "type": "MemberExpression", - "start": 8783, - "end": 8794, + "start": 8966, + "end": 8977, "loc": { "start": { - "line": 229, + "line": 234, "column": 8 }, "end": { - "line": 229, + "line": 234, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 8783, - "end": 8787, + "start": 8966, + "end": 8970, "loc": { "start": { - "line": 229, + "line": 234, "column": 8 }, "end": { - "line": 229, + "line": 234, "column": 12 } } }, "property": { "type": "Identifier", - "start": 8788, - "end": 8794, + "start": 8971, + "end": 8977, "loc": { "start": { - "line": 229, + "line": 234, "column": 13 }, "end": { - "line": 229, + "line": 234, "column": 19 }, "identifierName": "player" @@ -16481,15 +16772,15 @@ }, "property": { "type": "Identifier", - "start": 8795, - "end": 8805, + "start": 8978, + "end": 8988, "loc": { "start": { - "line": 229, + "line": 234, "column": 20 }, "end": { - "line": 229, + "line": 234, "column": 30 }, "identifierName": "controlBar" @@ -16500,15 +16791,15 @@ }, "property": { "type": "Identifier", - "start": 8806, - "end": 8808, + "start": 8989, + "end": 8991, "loc": { "start": { - "line": 229, + "line": 234, "column": 31 }, "end": { - "line": 229, + "line": 234, "column": 33 }, "identifierName": "el" @@ -16521,15 +16812,15 @@ }, "property": { "type": "Identifier", - "start": 8811, - "end": 8823, + "start": 8994, + "end": 9006, "loc": { "start": { - "line": 229, + "line": 234, "column": 36 }, "end": { - "line": 229, + "line": 234, "column": 48 }, "identifierName": "insertBefore" @@ -16541,86 +16832,86 @@ "arguments": [ { "type": "CallExpression", - "start": 8837, - "end": 8866, + "start": 9020, + "end": 9049, "loc": { "start": { - "line": 230, + "line": 235, "column": 12 }, "end": { - "line": 230, + "line": 235, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 8837, - "end": 8864, + "start": 9020, + "end": 9047, "loc": { "start": { - "line": 230, + "line": 235, "column": 12 }, "end": { - "line": 230, + "line": 235, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 8837, - "end": 8861, + "start": 9020, + "end": 9044, "loc": { "start": { - "line": 230, + "line": 235, "column": 12 }, "end": { - "line": 230, + "line": 235, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 8837, - "end": 8848, + "start": 9020, + "end": 9031, "loc": { "start": { - "line": 230, + "line": 235, "column": 12 }, "end": { - "line": 230, + "line": 235, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 8837, - "end": 8841, + "start": 9020, + "end": 9024, "loc": { "start": { - "line": 230, + "line": 235, "column": 12 }, "end": { - "line": 230, + "line": 235, "column": 16 } } }, "property": { "type": "Identifier", - "start": 8842, - "end": 8848, + "start": 9025, + "end": 9031, "loc": { "start": { - "line": 230, + "line": 235, "column": 17 }, "end": { - "line": 230, + "line": 235, "column": 23 }, "identifierName": "player" @@ -16631,15 +16922,15 @@ }, "property": { "type": "Identifier", - "start": 8849, - "end": 8861, + "start": 9032, + "end": 9044, "loc": { "start": { - "line": 230, + "line": 235, "column": 24 }, "end": { - "line": 230, + "line": 235, "column": 36 }, "identifierName": "recordToggle" @@ -16650,15 +16941,15 @@ }, "property": { "type": "Identifier", - "start": 8862, - "end": 8864, + "start": 9045, + "end": 9047, "loc": { "start": { - "line": 230, + "line": 235, "column": 37 }, "end": { - "line": 230, + "line": 235, "column": 39 }, "identifierName": "el" @@ -16671,100 +16962,100 @@ }, { "type": "MemberExpression", - "start": 8880, - "end": 8918, + "start": 9063, + "end": 9101, "loc": { "start": { - "line": 231, + "line": 236, "column": 12 }, "end": { - "line": 231, + "line": 236, "column": 50 } }, "object": { "type": "CallExpression", - "start": 8880, - "end": 8907, + "start": 9063, + "end": 9090, "loc": { "start": { - "line": 231, + "line": 236, "column": 12 }, "end": { - "line": 231, + "line": 236, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 8880, - "end": 8905, + "start": 9063, + "end": 9088, "loc": { "start": { - "line": 231, + "line": 236, "column": 12 }, "end": { - "line": 231, + "line": 236, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 8880, - "end": 8902, + "start": 9063, + "end": 9085, "loc": { "start": { - "line": 231, + "line": 236, "column": 12 }, "end": { - "line": 231, + "line": 236, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 8880, - "end": 8891, + "start": 9063, + "end": 9074, "loc": { "start": { - "line": 231, + "line": 236, "column": 12 }, "end": { - "line": 231, + "line": 236, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 8880, - "end": 8884, + "start": 9063, + "end": 9067, "loc": { "start": { - "line": 231, + "line": 236, "column": 12 }, "end": { - "line": 231, + "line": 236, "column": 16 } } }, "property": { "type": "Identifier", - "start": 8885, - "end": 8891, + "start": 9068, + "end": 9074, "loc": { "start": { - "line": 231, + "line": 236, "column": 17 }, "end": { - "line": 231, + "line": 236, "column": 23 }, "identifierName": "player" @@ -16775,15 +17066,15 @@ }, "property": { "type": "Identifier", - "start": 8892, - "end": 8902, + "start": 9075, + "end": 9085, "loc": { "start": { - "line": 231, + "line": 236, "column": 24 }, "end": { - "line": 231, + "line": 236, "column": 34 }, "identifierName": "controlBar" @@ -16794,15 +17085,15 @@ }, "property": { "type": "Identifier", - "start": 8903, - "end": 8905, + "start": 9086, + "end": 9088, "loc": { "start": { - "line": 231, + "line": 236, "column": 35 }, "end": { - "line": 231, + "line": 236, "column": 37 }, "identifierName": "el" @@ -16815,15 +17106,15 @@ }, "property": { "type": "Identifier", - "start": 8908, - "end": 8918, + "start": 9091, + "end": 9101, "loc": { "start": { - "line": 231, + "line": 236, "column": 40 }, "end": { - "line": 231, + "line": 236, "column": 50 }, "identifierName": "firstChild" @@ -16838,15 +17129,15 @@ { "type": "CommentLine", "value": " picture-in-picture", - "start": 8930, - "end": 8951, + "start": 9113, + "end": 9134, "loc": { "start": { - "line": 233, + "line": 238, "column": 8 }, "end": { - "line": 233, + "line": 238, "column": 29 } } @@ -16855,57 +17146,57 @@ }, { "type": "IfStatement", - "start": 8960, - "end": 9530, + "start": 9143, + "end": 9713, "loc": { "start": { - "line": 234, + "line": 239, "column": 8 }, "end": { - "line": 244, + "line": 249, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 8964, - "end": 8994, + "start": 9147, + "end": 9177, "loc": { "start": { - "line": 234, + "line": 239, "column": 12 }, "end": { - "line": 234, + "line": 239, "column": 42 } }, "left": { "type": "MemberExpression", - "start": 8964, - "end": 8985, + "start": 9147, + "end": 9168, "loc": { "start": { - "line": 234, + "line": 239, "column": 12 }, "end": { - "line": 234, + "line": 239, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 8964, - "end": 8968, + "start": 9147, + "end": 9151, "loc": { "start": { - "line": 234, + "line": 239, "column": 12 }, "end": { - "line": 234, + "line": 239, "column": 16 } }, @@ -16913,15 +17204,15 @@ }, "property": { "type": "Identifier", - "start": 8969, - "end": 8985, + "start": 9152, + "end": 9168, "loc": { "start": { - "line": 234, + "line": 239, "column": 17 }, "end": { - "line": 234, + "line": 239, "column": 33 }, "identifierName": "pictureInPicture" @@ -16934,15 +17225,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 8990, - "end": 8994, + "start": 9173, + "end": 9177, "loc": { "start": { - "line": 234, + "line": 239, "column": 38 }, "end": { - "line": 234, + "line": 239, "column": 42 } }, @@ -16952,129 +17243,129 @@ }, "consequent": { "type": "BlockStatement", - "start": 8996, - "end": 9530, + "start": 9179, + "end": 9713, "loc": { "start": { - "line": 234, + "line": 239, "column": 44 }, "end": { - "line": 244, + "line": 249, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 9010, - "end": 9520, + "start": 9193, + "end": 9703, "loc": { "start": { - "line": 235, + "line": 240, "column": 12 }, "end": { - "line": 243, + "line": 248, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 9014, - "end": 9128, + "start": 9197, + "end": 9311, "loc": { "start": { - "line": 235, + "line": 240, "column": 16 }, "end": { - "line": 236, + "line": 241, "column": 51 } }, "left": { "type": "BinaryExpression", - "start": 9014, - "end": 9073, + "start": 9197, + "end": 9256, "loc": { "start": { - "line": 235, + "line": 240, "column": 16 }, "end": { - "line": 235, + "line": 240, "column": 75 } }, "left": { "type": "MemberExpression", - "start": 9014, - "end": 9059, + "start": 9197, + "end": 9242, "loc": { "start": { - "line": 235, + "line": 240, "column": 16 }, "end": { - "line": 235, + "line": 240, "column": 61 } }, "object": { "type": "MemberExpression", - "start": 9014, - "end": 9036, + "start": 9197, + "end": 9219, "loc": { "start": { - "line": 235, + "line": 240, "column": 16 }, "end": { - "line": 235, + "line": 240, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 9014, - "end": 9025, + "start": 9197, + "end": 9208, "loc": { "start": { - "line": 235, + "line": 240, "column": 16 }, "end": { - "line": 235, + "line": 240, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 9014, - "end": 9018, + "start": 9197, + "end": 9201, "loc": { "start": { - "line": 235, + "line": 240, "column": 16 }, "end": { - "line": 235, + "line": 240, "column": 20 } } }, "property": { "type": "Identifier", - "start": 9019, - "end": 9025, + "start": 9202, + "end": 9208, "loc": { "start": { - "line": 235, + "line": 240, "column": 21 }, "end": { - "line": 235, + "line": 240, "column": 27 }, "identifierName": "player" @@ -17085,15 +17376,15 @@ }, "property": { "type": "Identifier", - "start": 9026, - "end": 9036, + "start": 9209, + "end": 9219, "loc": { "start": { - "line": 235, + "line": 240, "column": 28 }, "end": { - "line": 235, + "line": 240, "column": 38 }, "identifierName": "controlBar" @@ -17104,15 +17395,15 @@ }, "property": { "type": "Identifier", - "start": 9037, - "end": 9059, + "start": 9220, + "end": 9242, "loc": { "start": { - "line": 235, + "line": 240, "column": 39 }, "end": { - "line": 235, + "line": 240, "column": 61 }, "identifierName": "pictureInPictureToggle" @@ -17124,15 +17415,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 9064, - "end": 9073, + "start": 9247, + "end": 9256, "loc": { "start": { - "line": 235, + "line": 240, "column": 66 }, "end": { - "line": 235, + "line": 240, "column": 75 }, "identifierName": "undefined" @@ -17143,72 +17434,72 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 9093, - "end": 9128, + "start": 9276, + "end": 9311, "loc": { "start": { - "line": 236, + "line": 241, "column": 16 }, "end": { - "line": 236, + "line": 241, "column": 51 } }, "left": { "type": "MemberExpression", - "start": 9093, - "end": 9114, + "start": 9276, + "end": 9297, "loc": { "start": { - "line": 236, + "line": 241, "column": 16 }, "end": { - "line": 236, + "line": 241, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 9093, - "end": 9104, + "start": 9276, + "end": 9287, "loc": { "start": { - "line": 236, + "line": 241, "column": 16 }, "end": { - "line": 236, + "line": 241, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 9093, - "end": 9097, + "start": 9276, + "end": 9280, "loc": { "start": { - "line": 236, + "line": 241, "column": 16 }, "end": { - "line": 236, + "line": 241, "column": 20 } } }, "property": { "type": "Identifier", - "start": 9098, - "end": 9104, + "start": 9281, + "end": 9287, "loc": { "start": { - "line": 236, + "line": 241, "column": 21 }, "end": { - "line": 236, + "line": 241, "column": 27 }, "identifierName": "player" @@ -17219,15 +17510,15 @@ }, "property": { "type": "Identifier", - "start": 9105, - "end": 9114, + "start": 9288, + "end": 9297, "loc": { "start": { - "line": 236, + "line": 241, "column": 28 }, "end": { - "line": 236, + "line": 241, "column": 37 }, "identifierName": "pipToggle" @@ -17239,15 +17530,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 9119, - "end": 9128, + "start": 9302, + "end": 9311, "loc": { "start": { - "line": 236, + "line": 241, "column": 42 }, "end": { - "line": 236, + "line": 241, "column": 51 }, "identifierName": "undefined" @@ -17258,100 +17549,100 @@ }, "consequent": { "type": "BlockStatement", - "start": 9130, - "end": 9258, + "start": 9313, + "end": 9441, "loc": { "start": { - "line": 236, + "line": 241, "column": 53 }, "end": { - "line": 239, + "line": 244, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 9189, - "end": 9244, + "start": 9372, + "end": 9427, "loc": { "start": { - "line": 238, + "line": 243, "column": 16 }, "end": { - "line": 238, + "line": 243, "column": 71 } }, "expression": { "type": "CallExpression", - "start": 9189, - "end": 9243, + "start": 9372, + "end": 9426, "loc": { "start": { - "line": 238, + "line": 243, "column": 16 }, "end": { - "line": 238, + "line": 243, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 9189, - "end": 9220, + "start": 9372, + "end": 9403, "loc": { "start": { - "line": 238, + "line": 243, "column": 16 }, "end": { - "line": 238, + "line": 243, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 9189, - "end": 9211, + "start": 9372, + "end": 9394, "loc": { "start": { - "line": 238, + "line": 243, "column": 16 }, "end": { - "line": 238, + "line": 243, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 9189, - "end": 9200, + "start": 9372, + "end": 9383, "loc": { "start": { - "line": 238, + "line": 243, "column": 16 }, "end": { - "line": 238, + "line": 243, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 9189, - "end": 9193, + "start": 9372, + "end": 9376, "loc": { "start": { - "line": 238, + "line": 243, "column": 16 }, "end": { - "line": 238, + "line": 243, "column": 20 } }, @@ -17359,15 +17650,15 @@ }, "property": { "type": "Identifier", - "start": 9194, - "end": 9200, + "start": 9377, + "end": 9383, "loc": { "start": { - "line": 238, + "line": 243, "column": 21 }, "end": { - "line": 238, + "line": 243, "column": 27 }, "identifierName": "player" @@ -17379,15 +17670,15 @@ }, "property": { "type": "Identifier", - "start": 9201, - "end": 9211, + "start": 9384, + "end": 9394, "loc": { "start": { - "line": 238, + "line": 243, "column": 28 }, "end": { - "line": 238, + "line": 243, "column": 38 }, "identifierName": "controlBar" @@ -17399,15 +17690,15 @@ }, "property": { "type": "Identifier", - "start": 9212, - "end": 9220, + "start": 9395, + "end": 9403, "loc": { "start": { - "line": 238, + "line": 243, "column": 39 }, "end": { - "line": 238, + "line": 243, "column": 47 }, "identifierName": "addChild" @@ -17420,58 +17711,58 @@ "arguments": [ { "type": "MemberExpression", - "start": 9221, - "end": 9242, + "start": 9404, + "end": 9425, "loc": { "start": { - "line": 238, + "line": 243, "column": 48 }, "end": { - "line": 238, + "line": 243, "column": 69 } }, "object": { "type": "MemberExpression", - "start": 9221, - "end": 9232, + "start": 9404, + "end": 9415, "loc": { "start": { - "line": 238, + "line": 243, "column": 48 }, "end": { - "line": 238, + "line": 243, "column": 59 } }, "object": { "type": "ThisExpression", - "start": 9221, - "end": 9225, + "start": 9404, + "end": 9408, "loc": { "start": { - "line": 238, + "line": 243, "column": 48 }, "end": { - "line": 238, + "line": 243, "column": 52 } } }, "property": { "type": "Identifier", - "start": 9226, - "end": 9232, + "start": 9409, + "end": 9415, "loc": { "start": { - "line": 238, + "line": 243, "column": 53 }, "end": { - "line": 238, + "line": 243, "column": 59 }, "identifierName": "player" @@ -17482,15 +17773,15 @@ }, "property": { "type": "Identifier", - "start": 9233, - "end": 9242, + "start": 9416, + "end": 9425, "loc": { "start": { - "line": 238, + "line": 243, "column": 60 }, "end": { - "line": 238, + "line": 243, "column": 69 }, "identifierName": "pipToggle" @@ -17506,15 +17797,15 @@ { "type": "CommentLine", "value": " add custom PiP toggle", - "start": 9148, - "end": 9172, + "start": 9331, + "end": 9355, "loc": { "start": { - "line": 237, + "line": 242, "column": 16 }, "end": { - "line": 237, + "line": 242, "column": 40 } } @@ -17526,100 +17817,100 @@ }, "alternate": { "type": "IfStatement", - "start": 9264, - "end": 9520, + "start": 9447, + "end": 9703, "loc": { "start": { - "line": 239, + "line": 244, "column": 19 }, "end": { - "line": 243, + "line": 248, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 9268, - "end": 9327, + "start": 9451, + "end": 9510, "loc": { "start": { - "line": 239, + "line": 244, "column": 23 }, "end": { - "line": 239, + "line": 244, "column": 82 } }, "left": { "type": "MemberExpression", - "start": 9268, - "end": 9313, + "start": 9451, + "end": 9496, "loc": { "start": { - "line": 239, + "line": 244, "column": 23 }, "end": { - "line": 239, + "line": 244, "column": 68 } }, "object": { "type": "MemberExpression", - "start": 9268, - "end": 9290, + "start": 9451, + "end": 9473, "loc": { "start": { - "line": 239, + "line": 244, "column": 23 }, "end": { - "line": 239, + "line": 244, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 9268, - "end": 9279, + "start": 9451, + "end": 9462, "loc": { "start": { - "line": 239, + "line": 244, "column": 23 }, "end": { - "line": 239, + "line": 244, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 9268, - "end": 9272, + "start": 9451, + "end": 9455, "loc": { "start": { - "line": 239, + "line": 244, "column": 23 }, "end": { - "line": 239, + "line": 244, "column": 27 } } }, "property": { "type": "Identifier", - "start": 9273, - "end": 9279, + "start": 9456, + "end": 9462, "loc": { "start": { - "line": 239, + "line": 244, "column": 28 }, "end": { - "line": 239, + "line": 244, "column": 34 }, "identifierName": "player" @@ -17630,15 +17921,15 @@ }, "property": { "type": "Identifier", - "start": 9280, - "end": 9290, + "start": 9463, + "end": 9473, "loc": { "start": { - "line": 239, + "line": 244, "column": 35 }, "end": { - "line": 239, + "line": 244, "column": 45 }, "identifierName": "controlBar" @@ -17649,15 +17940,15 @@ }, "property": { "type": "Identifier", - "start": 9291, - "end": 9313, + "start": 9474, + "end": 9496, "loc": { "start": { - "line": 239, + "line": 244, "column": 46 }, "end": { - "line": 239, + "line": 244, "column": 68 }, "identifierName": "pictureInPictureToggle" @@ -17669,15 +17960,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 9318, - "end": 9327, + "start": 9501, + "end": 9510, "loc": { "start": { - "line": 239, + "line": 244, "column": 73 }, "end": { - "line": 239, + "line": 244, "column": 82 }, "identifierName": "undefined" @@ -17687,87 +17978,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 9329, - "end": 9520, + "start": 9512, + "end": 9703, "loc": { "start": { - "line": 239, + "line": 244, "column": 84 }, "end": { - "line": 243, + "line": 248, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 9390, - "end": 9460, + "start": 9573, + "end": 9643, "loc": { "start": { - "line": 241, + "line": 246, "column": 16 }, "end": { - "line": 241, + "line": 246, "column": 86 } }, "expression": { "type": "AssignmentExpression", - "start": 9390, - "end": 9459, + "start": 9573, + "end": 9642, "loc": { "start": { - "line": 241, + "line": 246, "column": 16 }, "end": { - "line": 241, + "line": 246, "column": 85 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 9390, - "end": 9411, + "start": 9573, + "end": 9594, "loc": { "start": { - "line": 241, + "line": 246, "column": 16 }, "end": { - "line": 241, + "line": 246, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 9390, - "end": 9401, + "start": 9573, + "end": 9584, "loc": { "start": { - "line": 241, + "line": 246, "column": 16 }, "end": { - "line": 241, + "line": 246, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 9390, - "end": 9394, + "start": 9573, + "end": 9577, "loc": { "start": { - "line": 241, + "line": 246, "column": 16 }, "end": { - "line": 241, + "line": 246, "column": 20 } }, @@ -17775,15 +18066,15 @@ }, "property": { "type": "Identifier", - "start": 9395, - "end": 9401, + "start": 9578, + "end": 9584, "loc": { "start": { - "line": 241, + "line": 246, "column": 21 }, "end": { - "line": 241, + "line": 246, "column": 27 }, "identifierName": "player" @@ -17795,15 +18086,15 @@ }, "property": { "type": "Identifier", - "start": 9402, - "end": 9411, + "start": 9585, + "end": 9594, "loc": { "start": { - "line": 241, + "line": 246, "column": 28 }, "end": { - "line": 241, + "line": 246, "column": 37 }, "identifierName": "pipToggle" @@ -17815,72 +18106,72 @@ }, "right": { "type": "MemberExpression", - "start": 9414, - "end": 9459, + "start": 9597, + "end": 9642, "loc": { "start": { - "line": 241, + "line": 246, "column": 40 }, "end": { - "line": 241, + "line": 246, "column": 85 } }, "object": { "type": "MemberExpression", - "start": 9414, - "end": 9436, + "start": 9597, + "end": 9619, "loc": { "start": { - "line": 241, + "line": 246, "column": 40 }, "end": { - "line": 241, + "line": 246, "column": 62 } }, "object": { "type": "MemberExpression", - "start": 9414, - "end": 9425, + "start": 9597, + "end": 9608, "loc": { "start": { - "line": 241, + "line": 246, "column": 40 }, "end": { - "line": 241, + "line": 246, "column": 51 } }, "object": { "type": "ThisExpression", - "start": 9414, - "end": 9418, + "start": 9597, + "end": 9601, "loc": { "start": { - "line": 241, + "line": 246, "column": 40 }, "end": { - "line": 241, + "line": 246, "column": 44 } } }, "property": { "type": "Identifier", - "start": 9419, - "end": 9425, + "start": 9602, + "end": 9608, "loc": { "start": { - "line": 241, + "line": 246, "column": 45 }, "end": { - "line": 241, + "line": 246, "column": 51 }, "identifierName": "player" @@ -17891,15 +18182,15 @@ }, "property": { "type": "Identifier", - "start": 9426, - "end": 9436, + "start": 9609, + "end": 9619, "loc": { "start": { - "line": 241, + "line": 246, "column": 52 }, "end": { - "line": 241, + "line": 246, "column": 62 }, "identifierName": "controlBar" @@ -17910,15 +18201,15 @@ }, "property": { "type": "Identifier", - "start": 9437, - "end": 9459, + "start": 9620, + "end": 9642, "loc": { "start": { - "line": 241, + "line": 246, "column": 63 }, "end": { - "line": 241, + "line": 246, "column": 85 }, "identifierName": "pictureInPictureToggle" @@ -17933,15 +18224,15 @@ { "type": "CommentLine", "value": " use video.js PiP toggle", - "start": 9347, - "end": 9373, + "start": 9530, + "end": 9556, "loc": { "start": { - "line": 240, + "line": 245, "column": 16 }, "end": { - "line": 240, + "line": 245, "column": 42 } } @@ -17950,100 +18241,100 @@ }, { "type": "ExpressionStatement", - "start": 9477, - "end": 9506, + "start": 9660, + "end": 9689, "loc": { "start": { - "line": 242, + "line": 247, "column": 16 }, "end": { - "line": 242, + "line": 247, "column": 45 } }, "expression": { "type": "CallExpression", - "start": 9477, - "end": 9505, + "start": 9660, + "end": 9688, "loc": { "start": { - "line": 242, + "line": 247, "column": 16 }, "end": { - "line": 242, + "line": 247, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 9477, - "end": 9503, + "start": 9660, + "end": 9686, "loc": { "start": { - "line": 242, + "line": 247, "column": 16 }, "end": { - "line": 242, + "line": 247, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 9477, - "end": 9498, + "start": 9660, + "end": 9681, "loc": { "start": { - "line": 242, + "line": 247, "column": 16 }, "end": { - "line": 242, + "line": 247, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 9477, - "end": 9488, + "start": 9660, + "end": 9671, "loc": { "start": { - "line": 242, + "line": 247, "column": 16 }, "end": { - "line": 242, + "line": 247, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 9477, - "end": 9481, + "start": 9660, + "end": 9664, "loc": { "start": { - "line": 242, + "line": 247, "column": 16 }, "end": { - "line": 242, + "line": 247, "column": 20 } } }, "property": { "type": "Identifier", - "start": 9482, - "end": 9488, + "start": 9665, + "end": 9671, "loc": { "start": { - "line": 242, + "line": 247, "column": 21 }, "end": { - "line": 242, + "line": 247, "column": 27 }, "identifierName": "player" @@ -18054,15 +18345,15 @@ }, "property": { "type": "Identifier", - "start": 9489, - "end": 9498, + "start": 9672, + "end": 9681, "loc": { "start": { - "line": 242, + "line": 247, "column": 28 }, "end": { - "line": 242, + "line": 247, "column": 37 }, "identifierName": "pipToggle" @@ -18073,15 +18364,15 @@ }, "property": { "type": "Identifier", - "start": 9499, - "end": 9503, + "start": 9682, + "end": 9686, "loc": { "start": { - "line": 242, + "line": 247, "column": 38 }, "end": { - "line": 242, + "line": 247, "column": 42 }, "identifierName": "hide" @@ -18108,15 +18399,15 @@ { "type": "CommentLine", "value": " picture-in-picture", - "start": 8930, - "end": 8951, + "start": 9113, + "end": 9134, "loc": { "start": { - "line": 233, + "line": 238, "column": 8 }, "end": { - "line": 233, + "line": 238, "column": 29 } } @@ -18126,15 +18417,15 @@ { "type": "CommentLine", "value": " get rid of unused controls", - "start": 9540, - "end": 9569, + "start": 9723, + "end": 9752, "loc": { "start": { - "line": 246, + "line": 251, "column": 8 }, "end": { - "line": 246, + "line": 251, "column": 37 } } @@ -18143,85 +18434,85 @@ }, { "type": "IfStatement", - "start": 9578, - "end": 9737, + "start": 9761, + "end": 9920, "loc": { "start": { - "line": 247, + "line": 252, "column": 8 }, "end": { - "line": 249, + "line": 254, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 9582, - "end": 9639, + "start": 9765, + "end": 9822, "loc": { "start": { - "line": 247, + "line": 252, "column": 12 }, "end": { - "line": 247, + "line": 252, "column": 69 } }, "left": { "type": "MemberExpression", - "start": 9582, - "end": 9625, + "start": 9765, + "end": 9808, "loc": { "start": { - "line": 247, + "line": 252, "column": 12 }, "end": { - "line": 247, + "line": 252, "column": 55 } }, "object": { "type": "MemberExpression", - "start": 9582, - "end": 9604, + "start": 9765, + "end": 9787, "loc": { "start": { - "line": 247, + "line": 252, "column": 12 }, "end": { - "line": 247, + "line": 252, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 9582, - "end": 9593, + "start": 9765, + "end": 9776, "loc": { "start": { - "line": 247, + "line": 252, "column": 12 }, "end": { - "line": 247, + "line": 252, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 9582, - "end": 9586, + "start": 9765, + "end": 9769, "loc": { "start": { - "line": 247, + "line": 252, "column": 12 }, "end": { - "line": 247, + "line": 252, "column": 16 } }, @@ -18229,15 +18520,15 @@ }, "property": { "type": "Identifier", - "start": 9587, - "end": 9593, + "start": 9770, + "end": 9776, "loc": { "start": { - "line": 247, + "line": 252, "column": 17 }, "end": { - "line": 247, + "line": 252, "column": 23 }, "identifierName": "player" @@ -18249,15 +18540,15 @@ }, "property": { "type": "Identifier", - "start": 9594, - "end": 9604, + "start": 9777, + "end": 9787, "loc": { "start": { - "line": 247, + "line": 252, "column": 24 }, "end": { - "line": 247, + "line": 252, "column": 34 }, "identifierName": "controlBar" @@ -18269,15 +18560,15 @@ }, "property": { "type": "Identifier", - "start": 9605, - "end": 9625, + "start": 9788, + "end": 9808, "loc": { "start": { - "line": 247, + "line": 252, "column": 35 }, "end": { - "line": 247, + "line": 252, "column": 55 }, "identifierName": "remainingTimeDisplay" @@ -18290,15 +18581,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 9630, - "end": 9639, + "start": 9813, + "end": 9822, "loc": { "start": { - "line": 247, + "line": 252, "column": 60 }, "end": { - "line": 247, + "line": 252, "column": 69 }, "identifierName": "undefined" @@ -18309,172 +18600,172 @@ }, "consequent": { "type": "BlockStatement", - "start": 9641, - "end": 9737, + "start": 9824, + "end": 9920, "loc": { "start": { - "line": 247, + "line": 252, "column": 71 }, "end": { - "line": 249, + "line": 254, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 9655, - "end": 9727, + "start": 9838, + "end": 9910, "loc": { "start": { - "line": 248, + "line": 253, "column": 12 }, "end": { - "line": 248, + "line": 253, "column": 84 } }, "expression": { "type": "AssignmentExpression", - "start": 9655, - "end": 9726, + "start": 9838, + "end": 9909, "loc": { "start": { - "line": 248, + "line": 253, "column": 12 }, "end": { - "line": 248, + "line": 253, "column": 83 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 9655, - "end": 9717, + "start": 9838, + "end": 9900, "loc": { "start": { - "line": 248, + "line": 253, "column": 12 }, "end": { - "line": 248, + "line": 253, "column": 74 } }, "object": { "type": "MemberExpression", - "start": 9655, - "end": 9709, + "start": 9838, + "end": 9892, "loc": { "start": { - "line": 248, + "line": 253, "column": 12 }, "end": { - "line": 248, + "line": 253, "column": 66 } }, "object": { "type": "CallExpression", - "start": 9655, - "end": 9703, + "start": 9838, + "end": 9886, "loc": { "start": { - "line": 248, + "line": 253, "column": 12 }, "end": { - "line": 248, + "line": 253, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 9655, - "end": 9701, + "start": 9838, + "end": 9884, "loc": { "start": { - "line": 248, + "line": 253, "column": 12 }, "end": { - "line": 248, + "line": 253, "column": 58 } }, "object": { "type": "MemberExpression", - "start": 9655, - "end": 9698, + "start": 9838, + "end": 9881, "loc": { "start": { - "line": 248, + "line": 253, "column": 12 }, "end": { - "line": 248, + "line": 253, "column": 55 } }, "object": { "type": "MemberExpression", - "start": 9655, - "end": 9677, + "start": 9838, + "end": 9860, "loc": { "start": { - "line": 248, + "line": 253, "column": 12 }, "end": { - "line": 248, + "line": 253, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 9655, - "end": 9666, + "start": 9838, + "end": 9849, "loc": { "start": { - "line": 248, + "line": 253, "column": 12 }, "end": { - "line": 248, + "line": 253, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 9655, - "end": 9659, + "start": 9838, + "end": 9842, "loc": { "start": { - "line": 248, + "line": 253, "column": 12 }, "end": { - "line": 248, + "line": 253, "column": 16 } } }, "property": { "type": "Identifier", - "start": 9660, - "end": 9666, + "start": 9843, + "end": 9849, "loc": { "start": { - "line": 248, + "line": 253, "column": 17 }, "end": { - "line": 248, + "line": 253, "column": 23 }, "identifierName": "player" @@ -18485,15 +18776,15 @@ }, "property": { "type": "Identifier", - "start": 9667, - "end": 9677, + "start": 9850, + "end": 9860, "loc": { "start": { - "line": 248, + "line": 253, "column": 24 }, "end": { - "line": 248, + "line": 253, "column": 34 }, "identifierName": "controlBar" @@ -18504,15 +18795,15 @@ }, "property": { "type": "Identifier", - "start": 9678, - "end": 9698, + "start": 9861, + "end": 9881, "loc": { "start": { - "line": 248, + "line": 253, "column": 35 }, "end": { - "line": 248, + "line": 253, "column": 55 }, "identifierName": "remainingTimeDisplay" @@ -18523,15 +18814,15 @@ }, "property": { "type": "Identifier", - "start": 9699, - "end": 9701, + "start": 9882, + "end": 9884, "loc": { "start": { - "line": 248, + "line": 253, "column": 56 }, "end": { - "line": 248, + "line": 253, "column": 58 }, "identifierName": "el" @@ -18544,15 +18835,15 @@ }, "property": { "type": "Identifier", - "start": 9704, - "end": 9709, + "start": 9887, + "end": 9892, "loc": { "start": { - "line": 248, + "line": 253, "column": 61 }, "end": { - "line": 248, + "line": 253, "column": 66 }, "identifierName": "style" @@ -18563,15 +18854,15 @@ }, "property": { "type": "Identifier", - "start": 9710, - "end": 9717, + "start": 9893, + "end": 9900, "loc": { "start": { - "line": 248, + "line": 253, "column": 67 }, "end": { - "line": 248, + "line": 253, "column": 74 }, "identifierName": "display" @@ -18582,15 +18873,15 @@ }, "right": { "type": "StringLiteral", - "start": 9720, - "end": 9726, + "start": 9903, + "end": 9909, "loc": { "start": { - "line": 248, + "line": 253, "column": 77 }, "end": { - "line": 248, + "line": 253, "column": 83 } }, @@ -18610,15 +18901,15 @@ { "type": "CommentLine", "value": " get rid of unused controls", - "start": 9540, - "end": 9569, + "start": 9723, + "end": 9752, "loc": { "start": { - "line": 246, + "line": 251, "column": 8 }, "end": { - "line": 246, + "line": 251, "column": 37 } } @@ -18627,100 +18918,100 @@ }, { "type": "IfStatement", - "start": 9746, - "end": 9887, + "start": 9929, + "end": 10070, "loc": { "start": { - "line": 250, + "line": 255, "column": 8 }, "end": { - "line": 252, + "line": 257, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 9750, - "end": 9798, + "start": 9933, + "end": 9981, "loc": { "start": { - "line": 250, + "line": 255, "column": 12 }, "end": { - "line": 250, + "line": 255, "column": 60 } }, "left": { "type": "MemberExpression", - "start": 9750, - "end": 9784, + "start": 9933, + "end": 9967, "loc": { "start": { - "line": 250, + "line": 255, "column": 12 }, "end": { - "line": 250, + "line": 255, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 9750, - "end": 9772, + "start": 9933, + "end": 9955, "loc": { "start": { - "line": 250, + "line": 255, "column": 12 }, "end": { - "line": 250, + "line": 255, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 9750, - "end": 9761, + "start": 9933, + "end": 9944, "loc": { "start": { - "line": 250, + "line": 255, "column": 12 }, "end": { - "line": 250, + "line": 255, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 9750, - "end": 9754, + "start": 9933, + "end": 9937, "loc": { "start": { - "line": 250, + "line": 255, "column": 12 }, "end": { - "line": 250, + "line": 255, "column": 16 } } }, "property": { "type": "Identifier", - "start": 9755, - "end": 9761, + "start": 9938, + "end": 9944, "loc": { "start": { - "line": 250, + "line": 255, "column": 17 }, "end": { - "line": 250, + "line": 255, "column": 23 }, "identifierName": "player" @@ -18731,15 +19022,15 @@ }, "property": { "type": "Identifier", - "start": 9762, - "end": 9772, + "start": 9945, + "end": 9955, "loc": { "start": { - "line": 250, + "line": 255, "column": 24 }, "end": { - "line": 250, + "line": 255, "column": 34 }, "identifierName": "controlBar" @@ -18750,15 +19041,15 @@ }, "property": { "type": "Identifier", - "start": 9773, - "end": 9784, + "start": 9956, + "end": 9967, "loc": { "start": { - "line": 250, + "line": 255, "column": 35 }, "end": { - "line": 250, + "line": 255, "column": 46 }, "identifierName": "liveDisplay" @@ -18770,15 +19061,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 9789, - "end": 9798, + "start": 9972, + "end": 9981, "loc": { "start": { - "line": 250, + "line": 255, "column": 51 }, "end": { - "line": 250, + "line": 255, "column": 60 }, "identifierName": "undefined" @@ -18788,172 +19079,172 @@ }, "consequent": { "type": "BlockStatement", - "start": 9800, - "end": 9887, + "start": 9983, + "end": 10070, "loc": { "start": { - "line": 250, + "line": 255, "column": 62 }, "end": { - "line": 252, + "line": 257, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 9814, - "end": 9877, + "start": 9997, + "end": 10060, "loc": { "start": { - "line": 251, + "line": 256, "column": 12 }, "end": { - "line": 251, + "line": 256, "column": 75 } }, "expression": { "type": "AssignmentExpression", - "start": 9814, - "end": 9876, + "start": 9997, + "end": 10059, "loc": { "start": { - "line": 251, + "line": 256, "column": 12 }, "end": { - "line": 251, + "line": 256, "column": 74 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 9814, - "end": 9867, + "start": 9997, + "end": 10050, "loc": { "start": { - "line": 251, + "line": 256, "column": 12 }, "end": { - "line": 251, + "line": 256, "column": 65 } }, "object": { "type": "MemberExpression", - "start": 9814, - "end": 9859, + "start": 9997, + "end": 10042, "loc": { "start": { - "line": 251, + "line": 256, "column": 12 }, "end": { - "line": 251, + "line": 256, "column": 57 } }, "object": { "type": "CallExpression", - "start": 9814, - "end": 9853, + "start": 9997, + "end": 10036, "loc": { "start": { - "line": 251, + "line": 256, "column": 12 }, "end": { - "line": 251, + "line": 256, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 9814, - "end": 9851, + "start": 9997, + "end": 10034, "loc": { "start": { - "line": 251, + "line": 256, "column": 12 }, "end": { - "line": 251, + "line": 256, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 9814, - "end": 9848, + "start": 9997, + "end": 10031, "loc": { "start": { - "line": 251, + "line": 256, "column": 12 }, "end": { - "line": 251, + "line": 256, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 9814, - "end": 9836, + "start": 9997, + "end": 10019, "loc": { "start": { - "line": 251, + "line": 256, "column": 12 }, "end": { - "line": 251, + "line": 256, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 9814, - "end": 9825, + "start": 9997, + "end": 10008, "loc": { "start": { - "line": 251, + "line": 256, "column": 12 }, "end": { - "line": 251, + "line": 256, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 9814, - "end": 9818, + "start": 9997, + "end": 10001, "loc": { "start": { - "line": 251, + "line": 256, "column": 12 }, "end": { - "line": 251, + "line": 256, "column": 16 } } }, "property": { "type": "Identifier", - "start": 9819, - "end": 9825, + "start": 10002, + "end": 10008, "loc": { "start": { - "line": 251, + "line": 256, "column": 17 }, "end": { - "line": 251, + "line": 256, "column": 23 }, "identifierName": "player" @@ -18964,15 +19255,15 @@ }, "property": { "type": "Identifier", - "start": 9826, - "end": 9836, + "start": 10009, + "end": 10019, "loc": { "start": { - "line": 251, + "line": 256, "column": 24 }, "end": { - "line": 251, + "line": 256, "column": 34 }, "identifierName": "controlBar" @@ -18983,15 +19274,15 @@ }, "property": { "type": "Identifier", - "start": 9837, - "end": 9848, + "start": 10020, + "end": 10031, "loc": { "start": { - "line": 251, + "line": 256, "column": 35 }, "end": { - "line": 251, + "line": 256, "column": 46 }, "identifierName": "liveDisplay" @@ -19002,15 +19293,15 @@ }, "property": { "type": "Identifier", - "start": 9849, - "end": 9851, + "start": 10032, + "end": 10034, "loc": { "start": { - "line": 251, + "line": 256, "column": 47 }, "end": { - "line": 251, + "line": 256, "column": 49 }, "identifierName": "el" @@ -19023,15 +19314,15 @@ }, "property": { "type": "Identifier", - "start": 9854, - "end": 9859, + "start": 10037, + "end": 10042, "loc": { "start": { - "line": 251, + "line": 256, "column": 52 }, "end": { - "line": 251, + "line": 256, "column": 57 }, "identifierName": "style" @@ -19042,15 +19333,15 @@ }, "property": { "type": "Identifier", - "start": 9860, - "end": 9867, + "start": 10043, + "end": 10050, "loc": { "start": { - "line": 251, + "line": 256, "column": 58 }, "end": { - "line": 251, + "line": 256, "column": 65 }, "identifierName": "display" @@ -19061,15 +19352,15 @@ }, "right": { "type": "StringLiteral", - "start": 9870, - "end": 9876, + "start": 10053, + "end": 10059, "loc": { "start": { - "line": 251, + "line": 256, "column": 68 }, "end": { - "line": 251, + "line": 256, "column": 74 } }, @@ -19090,15 +19381,15 @@ { "type": "CommentLine", "value": " loop feature is never used in this plugin", - "start": 9897, - "end": 9941, + "start": 10080, + "end": 10124, "loc": { "start": { - "line": 254, + "line": 259, "column": 8 }, "end": { - "line": 254, + "line": 259, "column": 52 } } @@ -19107,71 +19398,71 @@ }, { "type": "ExpressionStatement", - "start": 9950, - "end": 9974, + "start": 10133, + "end": 10157, "loc": { "start": { - "line": 255, + "line": 260, "column": 8 }, "end": { - "line": 255, + "line": 260, "column": 32 } }, "expression": { "type": "CallExpression", - "start": 9950, - "end": 9973, + "start": 10133, + "end": 10156, "loc": { "start": { - "line": 255, + "line": 260, "column": 8 }, "end": { - "line": 255, + "line": 260, "column": 31 } }, "callee": { "type": "MemberExpression", - "start": 9950, - "end": 9966, + "start": 10133, + "end": 10149, "loc": { "start": { - "line": 255, + "line": 260, "column": 8 }, "end": { - "line": 255, + "line": 260, "column": 24 } }, "object": { "type": "MemberExpression", - "start": 9950, - "end": 9961, + "start": 10133, + "end": 10144, "loc": { "start": { - "line": 255, + "line": 260, "column": 8 }, "end": { - "line": 255, + "line": 260, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 9950, - "end": 9954, + "start": 10133, + "end": 10137, "loc": { "start": { - "line": 255, + "line": 260, "column": 8 }, "end": { - "line": 255, + "line": 260, "column": 12 } }, @@ -19179,15 +19470,15 @@ }, "property": { "type": "Identifier", - "start": 9955, - "end": 9961, + "start": 10138, + "end": 10144, "loc": { "start": { - "line": 255, + "line": 260, "column": 13 }, "end": { - "line": 255, + "line": 260, "column": 19 }, "identifierName": "player" @@ -19199,15 +19490,15 @@ }, "property": { "type": "Identifier", - "start": 9962, - "end": 9966, + "start": 10145, + "end": 10149, "loc": { "start": { - "line": 255, + "line": 260, "column": 20 }, "end": { - "line": 255, + "line": 260, "column": 24 }, "identifierName": "loop" @@ -19220,15 +19511,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 9967, - "end": 9972, + "start": 10150, + "end": 10155, "loc": { "start": { - "line": 255, + "line": 260, "column": 25 }, "end": { - "line": 255, + "line": 260, "column": 30 } }, @@ -19241,15 +19532,15 @@ { "type": "CommentLine", "value": " loop feature is never used in this plugin", - "start": 9897, - "end": 9941, + "start": 10080, + "end": 10124, "loc": { "start": { - "line": 254, + "line": 259, "column": 8 }, "end": { - "line": 254, + "line": 259, "column": 52 } } @@ -19259,15 +19550,15 @@ { "type": "CommentLine", "value": " tweak player UI based on type", - "start": 9984, - "end": 10016, + "start": 10167, + "end": 10199, "loc": { "start": { - "line": 257, + "line": 262, "column": 8 }, "end": { - "line": 257, + "line": 262, "column": 40 } } @@ -19276,57 +19567,57 @@ }, { "type": "SwitchStatement", - "start": 10025, - "end": 12367, + "start": 10208, + "end": 12635, "loc": { "start": { - "line": 258, + "line": 263, "column": 8 }, "end": { - "line": 313, + "line": 320, "column": 9 } }, "discriminant": { "type": "CallExpression", - "start": 10033, - "end": 10053, + "start": 10216, + "end": 10236, "loc": { "start": { - "line": 258, + "line": 263, "column": 16 }, "end": { - "line": 258, + "line": 263, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 10033, - "end": 10051, + "start": 10216, + "end": 10234, "loc": { "start": { - "line": 258, + "line": 263, "column": 16 }, "end": { - "line": 258, + "line": 263, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 10033, - "end": 10037, + "start": 10216, + "end": 10220, "loc": { "start": { - "line": 258, + "line": 263, "column": 16 }, "end": { - "line": 258, + "line": 263, "column": 20 } }, @@ -19334,15 +19625,15 @@ }, "property": { "type": "Identifier", - "start": 10038, - "end": 10051, + "start": 10221, + "end": 10234, "loc": { "start": { - "line": 258, + "line": 263, "column": 21 }, "end": { - "line": 258, + "line": 263, "column": 34 }, "identifierName": "getRecordType" @@ -19358,73 +19649,73 @@ "cases": [ { "type": "SwitchCase", - "start": 10069, - "end": 10222, + "start": 10252, + "end": 10405, "loc": { "start": { - "line": 259, + "line": 264, "column": 12 }, "end": { - "line": 262, + "line": 267, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 10160, - "end": 10199, + "start": 10343, + "end": 10382, "loc": { "start": { - "line": 261, + "line": 266, "column": 16 }, "end": { - "line": 261, + "line": 266, "column": 55 } }, "expression": { "type": "AssignmentExpression", - "start": 10160, - "end": 10198, + "start": 10343, + "end": 10381, "loc": { "start": { - "line": 261, + "line": 266, "column": 16 }, "end": { - "line": 261, + "line": 266, "column": 54 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 10160, - "end": 10171, + "start": 10343, + "end": 10354, "loc": { "start": { - "line": 261, + "line": 266, "column": 16 }, "end": { - "line": 261, + "line": 266, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 10160, - "end": 10164, + "start": 10343, + "end": 10347, "loc": { "start": { - "line": 261, + "line": 266, "column": 16 }, "end": { - "line": 261, + "line": 266, "column": 20 } }, @@ -19432,15 +19723,15 @@ }, "property": { "type": "Identifier", - "start": 10165, - "end": 10171, + "start": 10348, + "end": 10354, "loc": { "start": { - "line": 261, + "line": 266, "column": 21 }, "end": { - "line": 261, + "line": 266, "column": 27 }, "identifierName": "surfer" @@ -19452,72 +19743,72 @@ }, "right": { "type": "CallExpression", - "start": 10174, - "end": 10198, + "start": 10357, + "end": 10381, "loc": { "start": { - "line": 261, + "line": 266, "column": 30 }, "end": { - "line": 261, + "line": 266, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 10174, - "end": 10196, + "start": 10357, + "end": 10379, "loc": { "start": { - "line": 261, + "line": 266, "column": 30 }, "end": { - "line": 261, + "line": 266, "column": 52 } }, "object": { "type": "MemberExpression", - "start": 10174, - "end": 10185, + "start": 10357, + "end": 10368, "loc": { "start": { - "line": 261, + "line": 266, "column": 30 }, "end": { - "line": 261, + "line": 266, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 10174, - "end": 10178, + "start": 10357, + "end": 10361, "loc": { "start": { - "line": 261, + "line": 266, "column": 30 }, "end": { - "line": 261, + "line": 266, "column": 34 } } }, "property": { "type": "Identifier", - "start": 10179, - "end": 10185, + "start": 10362, + "end": 10368, "loc": { "start": { - "line": 261, + "line": 266, "column": 35 }, "end": { - "line": 261, + "line": 266, "column": 41 }, "identifierName": "player" @@ -19528,15 +19819,15 @@ }, "property": { "type": "Identifier", - "start": 10186, - "end": 10196, + "start": 10369, + "end": 10379, "loc": { "start": { - "line": 261, + "line": 266, "column": 42 }, "end": { - "line": 261, + "line": 266, "column": 52 }, "identifierName": "wavesurfer" @@ -19553,15 +19844,15 @@ { "type": "CommentLine", "value": " reference to videojs-wavesurfer plugin", - "start": 10102, - "end": 10143, + "start": 10285, + "end": 10326, "loc": { "start": { - "line": 260, + "line": 265, "column": 16 }, "end": { - "line": 260, + "line": 265, "column": 57 } } @@ -19570,15 +19861,15 @@ }, { "type": "BreakStatement", - "start": 10216, - "end": 10222, + "start": 10399, + "end": 10405, "loc": { "start": { - "line": 262, + "line": 267, "column": 16 }, "end": { - "line": 262, + "line": 267, "column": 22 } }, @@ -19587,15 +19878,15 @@ ], "test": { "type": "Identifier", - "start": 10074, - "end": 10084, + "start": 10257, + "end": 10267, "loc": { "start": { - "line": 259, + "line": 264, "column": 17 }, "end": { - "line": 259, + "line": 264, "column": 27 }, "identifierName": "AUDIO_ONLY" @@ -19605,30 +19896,30 @@ }, { "type": "SwitchCase", - "start": 10236, - "end": 10252, + "start": 10419, + "end": 10435, "loc": { "start": { - "line": 264, + "line": 269, "column": 12 }, "end": { - "line": 264, + "line": 269, "column": 28 } }, "consequent": [], "test": { "type": "Identifier", - "start": 10241, - "end": 10251, + "start": 10424, + "end": 10434, "loc": { "start": { - "line": 264, + "line": 269, "column": 17 }, "end": { - "line": 264, + "line": 269, "column": 27 }, "identifierName": "IMAGE_ONLY" @@ -19638,30 +19929,30 @@ }, { "type": "SwitchCase", - "start": 10265, - "end": 10281, + "start": 10448, + "end": 10464, "loc": { "start": { - "line": 265, + "line": 270, "column": 12 }, "end": { - "line": 265, + "line": 270, "column": 28 } }, "consequent": [], "test": { "type": "Identifier", - "start": 10270, - "end": 10280, + "start": 10453, + "end": 10463, "loc": { "start": { - "line": 265, + "line": 270, "column": 17 }, "end": { - "line": 265, + "line": 270, "column": 27 }, "identifierName": "VIDEO_ONLY" @@ -19671,30 +19962,30 @@ }, { "type": "SwitchCase", - "start": 10294, - "end": 10311, + "start": 10477, + "end": 10494, "loc": { "start": { - "line": 266, + "line": 271, "column": 12 }, "end": { - "line": 266, + "line": 271, "column": 29 } }, "consequent": [], "test": { "type": "Identifier", - "start": 10299, - "end": 10310, + "start": 10482, + "end": 10493, "loc": { "start": { - "line": 266, + "line": 271, "column": 17 }, "end": { - "line": 266, + "line": 271, "column": 28 }, "identifierName": "AUDIO_VIDEO" @@ -19704,30 +19995,30 @@ }, { "type": "SwitchCase", - "start": 10324, - "end": 10339, + "start": 10507, + "end": 10522, "loc": { "start": { - "line": 267, + "line": 272, "column": 12 }, "end": { - "line": 267, + "line": 272, "column": 27 } }, "consequent": [], "test": { "type": "Identifier", - "start": 10329, - "end": 10338, + "start": 10512, + "end": 10521, "loc": { "start": { - "line": 267, + "line": 272, "column": 17 }, "end": { - "line": 267, + "line": 272, "column": 26 }, "identifierName": "ANIMATION" @@ -19737,30 +20028,30 @@ }, { "type": "SwitchCase", - "start": 10352, - "end": 10369, + "start": 10535, + "end": 10552, "loc": { "start": { - "line": 268, + "line": 273, "column": 12 }, "end": { - "line": 268, + "line": 273, "column": 29 } }, "consequent": [], "test": { "type": "Identifier", - "start": 10357, - "end": 10368, + "start": 10540, + "end": 10551, "loc": { "start": { - "line": 268, + "line": 273, "column": 17 }, "end": { - "line": 268, + "line": 273, "column": 28 }, "identifierName": "SCREEN_ONLY" @@ -19770,181 +20061,329 @@ }, { "type": "SwitchCase", - "start": 10382, - "end": 12357, + "start": 10565, + "end": 12625, "loc": { "start": { - "line": 269, + "line": 274, "column": 12 }, "end": { - "line": 312, + "line": 319, "column": 22 } }, "consequent": [ { - "type": "ExpressionStatement", - "start": 10455, - "end": 10488, + "type": "IfStatement", + "start": 10638, + "end": 10756, "loc": { "start": { - "line": 271, + "line": 276, "column": 16 }, "end": { - "line": 271, - "column": 49 + "line": 278, + "column": 17 } }, - "expression": { - "type": "CallExpression", - "start": 10455, - "end": 10487, + "test": { + "type": "BinaryExpression", + "start": 10642, + "end": 10681, "loc": { "start": { - "line": 271, - "column": 16 + "line": 276, + "column": 20 }, "end": { - "line": 271, - "column": 48 + "line": 276, + "column": 59 } }, - "callee": { + "left": { "type": "MemberExpression", - "start": 10455, - "end": 10485, + "start": 10642, + "end": 10667, "loc": { "start": { - "line": 271, - "column": 16 + "line": 276, + "column": 20 }, "end": { - "line": 271, - "column": 46 + "line": 276, + "column": 45 } }, "object": { "type": "MemberExpression", - "start": 10455, - "end": 10480, + "start": 10642, + "end": 10653, "loc": { "start": { - "line": 271, - "column": 16 + "line": 276, + "column": 20 }, "end": { - "line": 271, - "column": 41 + "line": 276, + "column": 31 } }, "object": { - "type": "MemberExpression", - "start": 10455, - "end": 10466, + "type": "ThisExpression", + "start": 10642, + "end": 10646, "loc": { "start": { - "line": 271, - "column": 16 + "line": 276, + "column": 20 }, "end": { - "line": 271, - "column": 27 + "line": 276, + "column": 24 } }, - "object": { - "type": "ThisExpression", - "start": 10455, - "end": 10459, - "loc": { - "start": { - "line": 271, - "column": 16 - }, - "end": { - "line": 271, - "column": 20 - } - }, - "leadingComments": null - }, - "property": { - "type": "Identifier", - "start": 10460, - "end": 10466, - "loc": { - "start": { - "line": 271, - "column": 21 - }, - "end": { - "line": 271, - "column": 27 - }, - "identifierName": "player" - }, - "name": "player" - }, - "computed": false, "leadingComments": null }, "property": { "type": "Identifier", - "start": 10467, - "end": 10480, + "start": 10647, + "end": 10653, "loc": { "start": { - "line": 271, - "column": 28 + "line": 276, + "column": 25 }, "end": { - "line": 271, - "column": 41 + "line": 276, + "column": 31 }, - "identifierName": "bigPlayButton" + "identifierName": "player" }, - "name": "bigPlayButton" + "name": "player" }, "computed": false, "leadingComments": null }, "property": { "type": "Identifier", - "start": 10481, - "end": 10485, + "start": 10654, + "end": 10667, "loc": { "start": { - "line": 271, - "column": 42 + "line": 276, + "column": 32 }, "end": { - "line": 271, - "column": 46 + "line": 276, + "column": 45 }, - "identifierName": "hide" + "identifierName": "bigPlayButton" }, - "name": "hide" + "name": "bigPlayButton" }, "computed": false, "leadingComments": null }, - "arguments": [], + "operator": "!==", + "right": { + "type": "Identifier", + "start": 10672, + "end": 10681, + "loc": { + "start": { + "line": 276, + "column": 50 + }, + "end": { + "line": 276, + "column": 59 + }, + "identifierName": "undefined" + }, + "name": "undefined" + }, "leadingComments": null }, + "consequent": { + "type": "BlockStatement", + "start": 10683, + "end": 10756, + "loc": { + "start": { + "line": 276, + "column": 61 + }, + "end": { + "line": 278, + "column": 17 + } + }, + "body": [ + { + "type": "ExpressionStatement", + "start": 10705, + "end": 10738, + "loc": { + "start": { + "line": 277, + "column": 20 + }, + "end": { + "line": 277, + "column": 53 + } + }, + "expression": { + "type": "CallExpression", + "start": 10705, + "end": 10737, + "loc": { + "start": { + "line": 277, + "column": 20 + }, + "end": { + "line": 277, + "column": 52 + } + }, + "callee": { + "type": "MemberExpression", + "start": 10705, + "end": 10735, + "loc": { + "start": { + "line": 277, + "column": 20 + }, + "end": { + "line": 277, + "column": 50 + } + }, + "object": { + "type": "MemberExpression", + "start": 10705, + "end": 10730, + "loc": { + "start": { + "line": 277, + "column": 20 + }, + "end": { + "line": 277, + "column": 45 + } + }, + "object": { + "type": "MemberExpression", + "start": 10705, + "end": 10716, + "loc": { + "start": { + "line": 277, + "column": 20 + }, + "end": { + "line": 277, + "column": 31 + } + }, + "object": { + "type": "ThisExpression", + "start": 10705, + "end": 10709, + "loc": { + "start": { + "line": 277, + "column": 20 + }, + "end": { + "line": 277, + "column": 24 + } + } + }, + "property": { + "type": "Identifier", + "start": 10710, + "end": 10716, + "loc": { + "start": { + "line": 277, + "column": 25 + }, + "end": { + "line": 277, + "column": 31 + }, + "identifierName": "player" + }, + "name": "player" + }, + "computed": false + }, + "property": { + "type": "Identifier", + "start": 10717, + "end": 10730, + "loc": { + "start": { + "line": 277, + "column": 32 + }, + "end": { + "line": 277, + "column": 45 + }, + "identifierName": "bigPlayButton" + }, + "name": "bigPlayButton" + }, + "computed": false + }, + "property": { + "type": "Identifier", + "start": 10731, + "end": 10735, + "loc": { + "start": { + "line": 277, + "column": 46 + }, + "end": { + "line": 277, + "column": 50 + }, + "identifierName": "hide" + }, + "name": "hide" + }, + "computed": false + }, + "arguments": [] + } + } + ], + "directives": [], + "trailingComments": null + }, + "alternate": null, "leadingComments": [ { "type": "CommentLine", "value": " customize controls", - "start": 10417, - "end": 10438, + "start": 10600, + "end": 10621, "loc": { "start": { - "line": 270, + "line": 275, "column": 16 }, "end": { - "line": 270, + "line": 275, "column": 37 } } @@ -19954,15 +20393,15 @@ { "type": "CommentLine", "value": " 'loadedmetadata' and 'loadstart' events reset the", - "start": 10506, - "end": 10558, + "start": 10774, + "end": 10826, "loc": { "start": { - "line": 273, + "line": 280, "column": 16 }, "end": { - "line": 273, + "line": 280, "column": 68 } } @@ -19970,15 +20409,15 @@ { "type": "CommentLine", "value": " durationDisplay for the first time: prevent this", - "start": 10575, - "end": 10626, + "start": 10843, + "end": 10894, "loc": { "start": { - "line": 274, + "line": 281, "column": 16 }, "end": { - "line": 274, + "line": 281, "column": 67 } } @@ -19987,71 +20426,71 @@ }, { "type": "ExpressionStatement", - "start": 10643, - "end": 10809, + "start": 10911, + "end": 11077, "loc": { "start": { - "line": 275, + "line": 282, "column": 16 }, "end": { - "line": 278, + "line": 285, "column": 19 } }, "expression": { "type": "CallExpression", - "start": 10643, - "end": 10808, + "start": 10911, + "end": 11076, "loc": { "start": { - "line": 275, + "line": 282, "column": 16 }, "end": { - "line": 278, + "line": 285, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 10643, - "end": 10658, + "start": 10911, + "end": 10926, "loc": { "start": { - "line": 275, + "line": 282, "column": 16 }, "end": { - "line": 275, + "line": 282, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 10643, - "end": 10654, + "start": 10911, + "end": 10922, "loc": { "start": { - "line": 275, + "line": 282, "column": 16 }, "end": { - "line": 275, + "line": 282, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 10643, - "end": 10647, + "start": 10911, + "end": 10915, "loc": { "start": { - "line": 275, + "line": 282, "column": 16 }, "end": { - "line": 275, + "line": 282, "column": 20 } }, @@ -20059,15 +20498,15 @@ }, "property": { "type": "Identifier", - "start": 10648, - "end": 10654, + "start": 10916, + "end": 10922, "loc": { "start": { - "line": 275, + "line": 282, "column": 21 }, "end": { - "line": 275, + "line": 282, "column": 27 }, "identifierName": "player" @@ -20079,15 +20518,15 @@ }, "property": { "type": "Identifier", - "start": 10655, - "end": 10658, + "start": 10923, + "end": 10926, "loc": { "start": { - "line": 275, + "line": 282, "column": 28 }, "end": { - "line": 275, + "line": 282, "column": 31 }, "identifierName": "one" @@ -20100,29 +20539,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 10659, - "end": 10679, + "start": 10927, + "end": 10947, "loc": { "start": { - "line": 275, + "line": 282, "column": 32 }, "end": { - "line": 275, + "line": 282, "column": 52 } }, "object": { "type": "Identifier", - "start": 10659, - "end": 10664, + "start": 10927, + "end": 10932, "loc": { "start": { - "line": 275, + "line": 282, "column": 32 }, "end": { - "line": 275, + "line": 282, "column": 37 }, "identifierName": "Event" @@ -20131,15 +20570,15 @@ }, "property": { "type": "Identifier", - "start": 10665, - "end": 10679, + "start": 10933, + "end": 10947, "loc": { "start": { - "line": 275, + "line": 282, "column": 38 }, "end": { - "line": 275, + "line": 282, "column": 52 }, "identifierName": "LOADEDMETADATA" @@ -20150,15 +20589,15 @@ }, { "type": "ArrowFunctionExpression", - "start": 10681, - "end": 10807, + "start": 10949, + "end": 11075, "loc": { "start": { - "line": 275, + "line": 282, "column": 54 }, "end": { - "line": 278, + "line": 285, "column": 17 } }, @@ -20169,72 +20608,72 @@ "params": [], "body": { "type": "BlockStatement", - "start": 10687, - "end": 10807, + "start": 10955, + "end": 11075, "loc": { "start": { - "line": 275, + "line": 282, "column": 60 }, "end": { - "line": 278, + "line": 285, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 10756, - "end": 10789, + "start": 11024, + "end": 11057, "loc": { "start": { - "line": 277, + "line": 284, "column": 20 }, "end": { - "line": 277, + "line": 284, "column": 53 } }, "expression": { "type": "CallExpression", - "start": 10756, - "end": 10788, + "start": 11024, + "end": 11056, "loc": { "start": { - "line": 277, + "line": 284, "column": 20 }, "end": { - "line": 277, + "line": 284, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 10756, - "end": 10772, + "start": 11024, + "end": 11040, "loc": { "start": { - "line": 277, + "line": 284, "column": 20 }, "end": { - "line": 277, + "line": 284, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 10756, - "end": 10760, + "start": 11024, + "end": 11028, "loc": { "start": { - "line": 277, + "line": 284, "column": 20 }, "end": { - "line": 277, + "line": 284, "column": 24 } }, @@ -20242,15 +20681,15 @@ }, "property": { "type": "Identifier", - "start": 10761, - "end": 10772, + "start": 11029, + "end": 11040, "loc": { "start": { - "line": 277, + "line": 284, "column": 25 }, "end": { - "line": 277, + "line": 284, "column": 36 }, "identifierName": "setDuration" @@ -20263,44 +20702,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 10773, - "end": 10787, + "start": 11041, + "end": 11055, "loc": { "start": { - "line": 277, + "line": 284, "column": 37 }, "end": { - "line": 277, + "line": 284, "column": 51 } }, "object": { "type": "ThisExpression", - "start": 10773, - "end": 10777, + "start": 11041, + "end": 11045, "loc": { "start": { - "line": 277, + "line": 284, "column": 37 }, "end": { - "line": 277, + "line": 284, "column": 41 } } }, "property": { "type": "Identifier", - "start": 10778, - "end": 10787, + "start": 11046, + "end": 11055, "loc": { "start": { - "line": 277, + "line": 284, "column": 42 }, "end": { - "line": 277, + "line": 284, "column": 51 }, "identifierName": "maxLength" @@ -20316,15 +20755,15 @@ { "type": "CommentLine", "value": " display max record time", - "start": 10709, - "end": 10735, + "start": 10977, + "end": 11003, "loc": { "start": { - "line": 276, + "line": 283, "column": 20 }, "end": { - "line": 276, + "line": 283, "column": 46 } } @@ -20342,15 +20781,15 @@ { "type": "CommentLine", "value": " 'loadedmetadata' and 'loadstart' events reset the", - "start": 10506, - "end": 10558, + "start": 10774, + "end": 10826, "loc": { "start": { - "line": 273, + "line": 280, "column": 16 }, "end": { - "line": 273, + "line": 280, "column": 68 } } @@ -20358,15 +20797,15 @@ { "type": "CommentLine", "value": " durationDisplay for the first time: prevent this", - "start": 10575, - "end": 10626, + "start": 10843, + "end": 10894, "loc": { "start": { - "line": 274, + "line": 281, "column": 16 }, "end": { - "line": 274, + "line": 281, "column": 67 } } @@ -20375,86 +20814,86 @@ }, { "type": "ExpressionStatement", - "start": 10826, - "end": 10987, + "start": 11094, + "end": 11255, "loc": { "start": { - "line": 279, + "line": 286, "column": 16 }, "end": { - "line": 282, + "line": 289, "column": 19 } }, "expression": { "type": "CallExpression", - "start": 10826, - "end": 10986, + "start": 11094, + "end": 11254, "loc": { "start": { - "line": 279, + "line": 286, "column": 16 }, "end": { - "line": 282, + "line": 289, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 10826, - "end": 10841, + "start": 11094, + "end": 11109, "loc": { "start": { - "line": 279, + "line": 286, "column": 16 }, "end": { - "line": 279, + "line": 286, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 10826, - "end": 10837, + "start": 11094, + "end": 11105, "loc": { "start": { - "line": 279, + "line": 286, "column": 16 }, "end": { - "line": 279, + "line": 286, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 10826, - "end": 10830, + "start": 11094, + "end": 11098, "loc": { "start": { - "line": 279, + "line": 286, "column": 16 }, "end": { - "line": 279, + "line": 286, "column": 20 } } }, "property": { "type": "Identifier", - "start": 10831, - "end": 10837, + "start": 11099, + "end": 11105, "loc": { "start": { - "line": 279, + "line": 286, "column": 21 }, "end": { - "line": 279, + "line": 286, "column": 27 }, "identifierName": "player" @@ -20465,15 +20904,15 @@ }, "property": { "type": "Identifier", - "start": 10838, - "end": 10841, + "start": 11106, + "end": 11109, "loc": { "start": { - "line": 279, + "line": 286, "column": 28 }, "end": { - "line": 279, + "line": 286, "column": 31 }, "identifierName": "one" @@ -20485,29 +20924,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 10842, - "end": 10857, + "start": 11110, + "end": 11125, "loc": { "start": { - "line": 279, + "line": 286, "column": 32 }, "end": { - "line": 279, + "line": 286, "column": 47 } }, "object": { "type": "Identifier", - "start": 10842, - "end": 10847, + "start": 11110, + "end": 11115, "loc": { "start": { - "line": 279, + "line": 286, "column": 32 }, "end": { - "line": 279, + "line": 286, "column": 37 }, "identifierName": "Event" @@ -20516,15 +20955,15 @@ }, "property": { "type": "Identifier", - "start": 10848, - "end": 10857, + "start": 11116, + "end": 11125, "loc": { "start": { - "line": 279, + "line": 286, "column": 38 }, "end": { - "line": 279, + "line": 286, "column": 47 }, "identifierName": "LOADSTART" @@ -20535,15 +20974,15 @@ }, { "type": "ArrowFunctionExpression", - "start": 10859, - "end": 10985, + "start": 11127, + "end": 11253, "loc": { "start": { - "line": 279, + "line": 286, "column": 49 }, "end": { - "line": 282, + "line": 289, "column": 17 } }, @@ -20554,72 +20993,72 @@ "params": [], "body": { "type": "BlockStatement", - "start": 10865, - "end": 10985, + "start": 11133, + "end": 11253, "loc": { "start": { - "line": 279, + "line": 286, "column": 55 }, "end": { - "line": 282, + "line": 289, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 10934, - "end": 10967, + "start": 11202, + "end": 11235, "loc": { "start": { - "line": 281, + "line": 288, "column": 20 }, "end": { - "line": 281, + "line": 288, "column": 53 } }, "expression": { "type": "CallExpression", - "start": 10934, - "end": 10966, + "start": 11202, + "end": 11234, "loc": { "start": { - "line": 281, + "line": 288, "column": 20 }, "end": { - "line": 281, + "line": 288, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 10934, - "end": 10950, + "start": 11202, + "end": 11218, "loc": { "start": { - "line": 281, + "line": 288, "column": 20 }, "end": { - "line": 281, + "line": 288, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 10934, - "end": 10938, + "start": 11202, + "end": 11206, "loc": { "start": { - "line": 281, + "line": 288, "column": 20 }, "end": { - "line": 281, + "line": 288, "column": 24 } }, @@ -20627,15 +21066,15 @@ }, "property": { "type": "Identifier", - "start": 10939, - "end": 10950, + "start": 11207, + "end": 11218, "loc": { "start": { - "line": 281, + "line": 288, "column": 25 }, "end": { - "line": 281, + "line": 288, "column": 36 }, "identifierName": "setDuration" @@ -20648,44 +21087,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 10951, - "end": 10965, + "start": 11219, + "end": 11233, "loc": { "start": { - "line": 281, + "line": 288, "column": 37 }, "end": { - "line": 281, + "line": 288, "column": 51 } }, "object": { "type": "ThisExpression", - "start": 10951, - "end": 10955, + "start": 11219, + "end": 11223, "loc": { "start": { - "line": 281, + "line": 288, "column": 37 }, "end": { - "line": 281, + "line": 288, "column": 41 } } }, "property": { "type": "Identifier", - "start": 10956, - "end": 10965, + "start": 11224, + "end": 11233, "loc": { "start": { - "line": 281, + "line": 288, "column": 42 }, "end": { - "line": 281, + "line": 288, "column": 51 }, "identifierName": "maxLength" @@ -20701,15 +21140,15 @@ { "type": "CommentLine", "value": " display max record time", - "start": 10887, - "end": 10913, + "start": 11155, + "end": 11181, "loc": { "start": { - "line": 280, + "line": 287, "column": 20 }, "end": { - "line": 280, + "line": 287, "column": 46 } } @@ -20726,15 +21165,15 @@ { "type": "CommentLine", "value": " the native controls don't work for this UI so disable", - "start": 11005, - "end": 11061, + "start": 11273, + "end": 11329, "loc": { "start": { - "line": 284, + "line": 291, "column": 16 }, "end": { - "line": 284, + "line": 291, "column": 72 } } @@ -20742,15 +21181,15 @@ { "type": "CommentLine", "value": " them no matter what", - "start": 11078, - "end": 11100, + "start": 11346, + "end": 11368, "loc": { "start": { - "line": 285, + "line": 292, "column": 16 }, "end": { - "line": 285, + "line": 292, "column": 38 } } @@ -20759,71 +21198,71 @@ }, { "type": "IfStatement", - "start": 11117, - "end": 11332, + "start": 11385, + "end": 11600, "loc": { "start": { - "line": 286, + "line": 293, "column": 16 }, "end": { - "line": 290, + "line": 297, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 11121, - "end": 11162, + "start": 11389, + "end": 11430, "loc": { "start": { - "line": 286, + "line": 293, "column": 20 }, "end": { - "line": 286, + "line": 293, "column": 61 } }, "left": { "type": "MemberExpression", - "start": 11121, - "end": 11153, + "start": 11389, + "end": 11421, "loc": { "start": { - "line": 286, + "line": 293, "column": 20 }, "end": { - "line": 286, + "line": 293, "column": 52 } }, "object": { "type": "MemberExpression", - "start": 11121, - "end": 11132, + "start": 11389, + "end": 11400, "loc": { "start": { - "line": 286, + "line": 293, "column": 20 }, "end": { - "line": 286, + "line": 293, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 11121, - "end": 11125, + "start": 11389, + "end": 11393, "loc": { "start": { - "line": 286, + "line": 293, "column": 20 }, "end": { - "line": 286, + "line": 293, "column": 24 } }, @@ -20831,15 +21270,15 @@ }, "property": { "type": "Identifier", - "start": 11126, - "end": 11132, + "start": 11394, + "end": 11400, "loc": { "start": { - "line": 286, + "line": 293, "column": 25 }, "end": { - "line": 286, + "line": 293, "column": 31 }, "identifierName": "player" @@ -20851,15 +21290,15 @@ }, "property": { "type": "Identifier", - "start": 11133, - "end": 11153, + "start": 11401, + "end": 11421, "loc": { "start": { - "line": 286, + "line": 293, "column": 32 }, "end": { - "line": 286, + "line": 293, "column": 52 }, "identifierName": "usingNativeControls_" @@ -20872,15 +21311,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 11158, - "end": 11162, + "start": 11426, + "end": 11430, "loc": { "start": { - "line": 286, + "line": 293, "column": 57 }, "end": { - "line": 286, + "line": 293, "column": 61 } }, @@ -20890,115 +21329,115 @@ }, "consequent": { "type": "BlockStatement", - "start": 11164, - "end": 11332, + "start": 11432, + "end": 11600, "loc": { "start": { - "line": 286, + "line": 293, "column": 63 }, "end": { - "line": 290, + "line": 297, "column": 17 } }, "body": [ { "type": "IfStatement", - "start": 11186, - "end": 11314, + "start": 11454, + "end": 11582, "loc": { "start": { - "line": 287, + "line": 294, "column": 20 }, "end": { - "line": 289, + "line": 296, "column": 21 } }, "test": { "type": "BinaryExpression", - "start": 11190, - "end": 11225, + "start": 11458, + "end": 11493, "loc": { "start": { - "line": 287, + "line": 294, "column": 24 }, "end": { - "line": 287, + "line": 294, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 11190, - "end": 11211, + "start": 11458, + "end": 11479, "loc": { "start": { - "line": 287, + "line": 294, "column": 24 }, "end": { - "line": 287, + "line": 294, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 11190, - "end": 11207, + "start": 11458, + "end": 11475, "loc": { "start": { - "line": 287, + "line": 294, "column": 24 }, "end": { - "line": 287, + "line": 294, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 11190, - "end": 11201, + "start": 11458, + "end": 11469, "loc": { "start": { - "line": 287, + "line": 294, "column": 24 }, "end": { - "line": 287, + "line": 294, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 11190, - "end": 11194, + "start": 11458, + "end": 11462, "loc": { "start": { - "line": 287, + "line": 294, "column": 24 }, "end": { - "line": 287, + "line": 294, "column": 28 } } }, "property": { "type": "Identifier", - "start": 11195, - "end": 11201, + "start": 11463, + "end": 11469, "loc": { "start": { - "line": 287, + "line": 294, "column": 29 }, "end": { - "line": 287, + "line": 294, "column": 35 }, "identifierName": "player" @@ -21009,15 +21448,15 @@ }, "property": { "type": "Identifier", - "start": 11202, - "end": 11207, + "start": 11470, + "end": 11475, "loc": { "start": { - "line": 287, + "line": 294, "column": 36 }, "end": { - "line": 287, + "line": 294, "column": 41 }, "identifierName": "tech_" @@ -21028,15 +21467,15 @@ }, "property": { "type": "Identifier", - "start": 11208, - "end": 11211, + "start": 11476, + "end": 11479, "loc": { "start": { - "line": 287, + "line": 294, "column": 42 }, "end": { - "line": 287, + "line": 294, "column": 45 }, "identifierName": "el_" @@ -21048,15 +21487,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 11216, - "end": 11225, + "start": 11484, + "end": 11493, "loc": { "start": { - "line": 287, + "line": 294, "column": 50 }, "end": { - "line": 287, + "line": 294, "column": 59 }, "identifierName": "undefined" @@ -21066,130 +21505,130 @@ }, "consequent": { "type": "BlockStatement", - "start": 11227, - "end": 11314, + "start": 11495, + "end": 11582, "loc": { "start": { - "line": 287, + "line": 294, "column": 61 }, "end": { - "line": 289, + "line": 296, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 11253, - "end": 11292, + "start": 11521, + "end": 11560, "loc": { "start": { - "line": 288, + "line": 295, "column": 24 }, "end": { - "line": 288, + "line": 295, "column": 63 } }, "expression": { "type": "AssignmentExpression", - "start": 11253, - "end": 11291, + "start": 11521, + "end": 11559, "loc": { "start": { - "line": 288, + "line": 295, "column": 24 }, "end": { - "line": 288, + "line": 295, "column": 62 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 11253, - "end": 11283, + "start": 11521, + "end": 11551, "loc": { "start": { - "line": 288, + "line": 295, "column": 24 }, "end": { - "line": 288, + "line": 295, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 11253, - "end": 11274, + "start": 11521, + "end": 11542, "loc": { "start": { - "line": 288, + "line": 295, "column": 24 }, "end": { - "line": 288, + "line": 295, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 11253, - "end": 11270, + "start": 11521, + "end": 11538, "loc": { "start": { - "line": 288, + "line": 295, "column": 24 }, "end": { - "line": 288, + "line": 295, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 11253, - "end": 11264, + "start": 11521, + "end": 11532, "loc": { "start": { - "line": 288, + "line": 295, "column": 24 }, "end": { - "line": 288, + "line": 295, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 11253, - "end": 11257, + "start": 11521, + "end": 11525, "loc": { "start": { - "line": 288, + "line": 295, "column": 24 }, "end": { - "line": 288, + "line": 295, "column": 28 } } }, "property": { "type": "Identifier", - "start": 11258, - "end": 11264, + "start": 11526, + "end": 11532, "loc": { "start": { - "line": 288, + "line": 295, "column": 29 }, "end": { - "line": 288, + "line": 295, "column": 35 }, "identifierName": "player" @@ -21200,15 +21639,15 @@ }, "property": { "type": "Identifier", - "start": 11265, - "end": 11270, + "start": 11533, + "end": 11538, "loc": { "start": { - "line": 288, + "line": 295, "column": 36 }, "end": { - "line": 288, + "line": 295, "column": 41 }, "identifierName": "tech_" @@ -21219,15 +21658,15 @@ }, "property": { "type": "Identifier", - "start": 11271, - "end": 11274, + "start": 11539, + "end": 11542, "loc": { "start": { - "line": 288, + "line": 295, "column": 42 }, "end": { - "line": 288, + "line": 295, "column": 45 }, "identifierName": "el_" @@ -21238,15 +21677,15 @@ }, "property": { "type": "Identifier", - "start": 11275, - "end": 11283, + "start": 11543, + "end": 11551, "loc": { "start": { - "line": 288, + "line": 295, "column": 46 }, "end": { - "line": 288, + "line": 295, "column": 54 }, "identifierName": "controls" @@ -21257,15 +21696,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 11286, - "end": 11291, + "start": 11554, + "end": 11559, "loc": { "start": { - "line": 288, + "line": 295, "column": 57 }, "end": { - "line": 288, + "line": 295, "column": 62 } }, @@ -21287,15 +21726,15 @@ { "type": "CommentLine", "value": " the native controls don't work for this UI so disable", - "start": 11005, - "end": 11061, + "start": 11273, + "end": 11329, "loc": { "start": { - "line": 284, + "line": 291, "column": 16 }, "end": { - "line": 284, + "line": 291, "column": 72 } } @@ -21303,15 +21742,15 @@ { "type": "CommentLine", "value": " them no matter what", - "start": 11078, - "end": 11100, + "start": 11346, + "end": 11368, "loc": { "start": { - "line": 285, + "line": 292, "column": 16 }, "end": { - "line": 285, + "line": 292, "column": 38 } } @@ -21321,15 +21760,15 @@ { "type": "CommentLine", "value": " clicking or tapping the player video element should not try", - "start": 11350, - "end": 11412, + "start": 11618, + "end": 11680, "loc": { "start": { - "line": 292, + "line": 299, "column": 16 }, "end": { - "line": 292, + "line": 299, "column": 78 } } @@ -21337,15 +21776,15 @@ { "type": "CommentLine", "value": " to start playback", - "start": 11429, - "end": 11449, + "start": 11697, + "end": 11717, "loc": { "start": { - "line": 293, + "line": 300, "column": 16 }, "end": { - "line": 293, + "line": 300, "column": 36 } } @@ -21354,71 +21793,71 @@ }, { "type": "ExpressionStatement", - "start": 11466, - "end": 11509, + "start": 11734, + "end": 11777, "loc": { "start": { - "line": 294, + "line": 301, "column": 16 }, "end": { - "line": 294, + "line": 301, "column": 59 } }, "expression": { "type": "CallExpression", - "start": 11466, - "end": 11508, + "start": 11734, + "end": 11776, "loc": { "start": { - "line": 294, + "line": 301, "column": 16 }, "end": { - "line": 294, + "line": 301, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 11466, - "end": 11506, + "start": 11734, + "end": 11774, "loc": { "start": { - "line": 294, + "line": 301, "column": 16 }, "end": { - "line": 294, + "line": 301, "column": 56 } }, "object": { "type": "MemberExpression", - "start": 11466, - "end": 11477, + "start": 11734, + "end": 11745, "loc": { "start": { - "line": 294, + "line": 301, "column": 16 }, "end": { - "line": 294, + "line": 301, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 11466, - "end": 11470, + "start": 11734, + "end": 11738, "loc": { "start": { - "line": 294, + "line": 301, "column": 16 }, "end": { - "line": 294, + "line": 301, "column": 20 } }, @@ -21426,15 +21865,15 @@ }, "property": { "type": "Identifier", - "start": 11471, - "end": 11477, + "start": 11739, + "end": 11745, "loc": { "start": { - "line": 294, + "line": 301, "column": 21 }, "end": { - "line": 294, + "line": 301, "column": 27 }, "identifierName": "player" @@ -21446,15 +21885,15 @@ }, "property": { "type": "Identifier", - "start": 11478, - "end": 11506, + "start": 11746, + "end": 11774, "loc": { "start": { - "line": 294, + "line": 301, "column": 28 }, "end": { - "line": 294, + "line": 301, "column": 56 }, "identifierName": "removeTechControlsListeners_" @@ -21471,15 +21910,15 @@ { "type": "CommentLine", "value": " clicking or tapping the player video element should not try", - "start": 11350, - "end": 11412, + "start": 11618, + "end": 11680, "loc": { "start": { - "line": 292, + "line": 299, "column": 16 }, "end": { - "line": 292, + "line": 299, "column": 78 } } @@ -21487,15 +21926,15 @@ { "type": "CommentLine", "value": " to start playback", - "start": 11429, - "end": 11449, + "start": 11697, + "end": 11717, "loc": { "start": { - "line": 293, + "line": 300, "column": 16 }, "end": { - "line": 293, + "line": 300, "column": 36 } } @@ -21504,86 +21943,86 @@ }, { "type": "IfStatement", - "start": 11527, - "end": 12334, + "start": 11795, + "end": 12602, "loc": { "start": { - "line": 296, + "line": 303, "column": 16 }, "end": { - "line": 311, + "line": 318, "column": 17 } }, "test": { "type": "MemberExpression", - "start": 11531, - "end": 11560, + "start": 11799, + "end": 11828, "loc": { "start": { - "line": 296, + "line": 303, "column": 20 }, "end": { - "line": 296, + "line": 303, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 11531, - "end": 11551, + "start": 11799, + "end": 11819, "loc": { "start": { - "line": 296, + "line": 303, "column": 20 }, "end": { - "line": 296, + "line": 303, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 11531, - "end": 11542, + "start": 11799, + "end": 11810, "loc": { "start": { - "line": 296, + "line": 303, "column": 20 }, "end": { - "line": 296, + "line": 303, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 11531, - "end": 11535, + "start": 11799, + "end": 11803, "loc": { "start": { - "line": 296, + "line": 303, "column": 20 }, "end": { - "line": 296, + "line": 303, "column": 24 } } }, "property": { "type": "Identifier", - "start": 11536, - "end": 11542, + "start": 11804, + "end": 11810, "loc": { "start": { - "line": 296, + "line": 303, "column": 25 }, "end": { - "line": 296, + "line": 303, "column": 31 }, "identifierName": "player" @@ -21594,15 +22033,15 @@ }, "property": { "type": "Identifier", - "start": 11543, - "end": 11551, + "start": 11811, + "end": 11819, "loc": { "start": { - "line": 296, + "line": 303, "column": 32 }, "end": { - "line": 296, + "line": 303, "column": 40 }, "identifierName": "options_" @@ -21613,15 +22052,15 @@ }, "property": { "type": "Identifier", - "start": 11552, - "end": 11560, + "start": 11820, + "end": 11828, "loc": { "start": { - "line": 296, + "line": 303, "column": 41 }, "end": { - "line": 296, + "line": 303, "column": 49 }, "identifierName": "controls" @@ -21632,100 +22071,100 @@ }, "consequent": { "type": "BlockStatement", - "start": 11562, - "end": 12334, + "start": 11830, + "end": 12602, "loc": { "start": { - "line": 296, + "line": 303, "column": 51 }, "end": { - "line": 311, + "line": 318, "column": 17 } }, "body": [ { "type": "IfStatement", - "start": 11667, - "end": 11819, + "start": 11935, + "end": 12087, "loc": { "start": { - "line": 298, + "line": 305, "column": 20 }, "end": { - "line": 300, + "line": 307, "column": 21 } }, "test": { "type": "BinaryExpression", - "start": 11671, - "end": 11723, + "start": 11939, + "end": 11991, "loc": { "start": { - "line": 298, + "line": 305, "column": 24 }, "end": { - "line": 298, + "line": 305, "column": 76 } }, "left": { "type": "MemberExpression", - "start": 11671, - "end": 11709, + "start": 11939, + "end": 11977, "loc": { "start": { - "line": 298, + "line": 305, "column": 24 }, "end": { - "line": 298, + "line": 305, "column": 62 } }, "object": { "type": "MemberExpression", - "start": 11671, - "end": 11693, + "start": 11939, + "end": 11961, "loc": { "start": { - "line": 298, + "line": 305, "column": 24 }, "end": { - "line": 298, + "line": 305, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 11671, - "end": 11682, + "start": 11939, + "end": 11950, "loc": { "start": { - "line": 298, + "line": 305, "column": 24 }, "end": { - "line": 298, + "line": 305, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 11671, - "end": 11675, + "start": 11939, + "end": 11943, "loc": { "start": { - "line": 298, + "line": 305, "column": 24 }, "end": { - "line": 298, + "line": 305, "column": 28 } }, @@ -21733,15 +22172,15 @@ }, "property": { "type": "Identifier", - "start": 11676, - "end": 11682, + "start": 11944, + "end": 11950, "loc": { "start": { - "line": 298, + "line": 305, "column": 29 }, "end": { - "line": 298, + "line": 305, "column": 35 }, "identifierName": "player" @@ -21753,15 +22192,15 @@ }, "property": { "type": "Identifier", - "start": 11683, - "end": 11693, + "start": 11951, + "end": 11961, "loc": { "start": { - "line": 298, + "line": 305, "column": 36 }, "end": { - "line": 298, + "line": 305, "column": 46 }, "identifierName": "controlBar" @@ -21773,15 +22212,15 @@ }, "property": { "type": "Identifier", - "start": 11694, - "end": 11709, + "start": 11962, + "end": 11977, "loc": { "start": { - "line": 298, + "line": 305, "column": 47 }, "end": { - "line": 298, + "line": 305, "column": 62 }, "identifierName": "progressControl" @@ -21794,15 +22233,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 11714, - "end": 11723, + "start": 11982, + "end": 11991, "loc": { "start": { - "line": 298, + "line": 305, "column": 67 }, "end": { - "line": 298, + "line": 305, "column": 76 }, "identifierName": "undefined" @@ -21813,129 +22252,129 @@ }, "consequent": { "type": "BlockStatement", - "start": 11725, - "end": 11819, + "start": 11993, + "end": 12087, "loc": { "start": { - "line": 298, + "line": 305, "column": 78 }, "end": { - "line": 300, + "line": 307, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 11751, - "end": 11797, + "start": 12019, + "end": 12065, "loc": { "start": { - "line": 299, + "line": 306, "column": 24 }, "end": { - "line": 299, + "line": 306, "column": 70 } }, "expression": { "type": "CallExpression", - "start": 11751, - "end": 11796, + "start": 12019, + "end": 12064, "loc": { "start": { - "line": 299, + "line": 306, "column": 24 }, "end": { - "line": 299, + "line": 306, "column": 69 } }, "callee": { "type": "MemberExpression", - "start": 11751, - "end": 11794, + "start": 12019, + "end": 12062, "loc": { "start": { - "line": 299, + "line": 306, "column": 24 }, "end": { - "line": 299, + "line": 306, "column": 67 } }, "object": { "type": "MemberExpression", - "start": 11751, - "end": 11789, + "start": 12019, + "end": 12057, "loc": { "start": { - "line": 299, + "line": 306, "column": 24 }, "end": { - "line": 299, + "line": 306, "column": 62 } }, "object": { "type": "MemberExpression", - "start": 11751, - "end": 11773, + "start": 12019, + "end": 12041, "loc": { "start": { - "line": 299, + "line": 306, "column": 24 }, "end": { - "line": 299, + "line": 306, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 11751, - "end": 11762, + "start": 12019, + "end": 12030, "loc": { "start": { - "line": 299, + "line": 306, "column": 24 }, "end": { - "line": 299, + "line": 306, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 11751, - "end": 11755, + "start": 12019, + "end": 12023, "loc": { "start": { - "line": 299, + "line": 306, "column": 24 }, "end": { - "line": 299, + "line": 306, "column": 28 } } }, "property": { "type": "Identifier", - "start": 11756, - "end": 11762, + "start": 12024, + "end": 12030, "loc": { "start": { - "line": 299, + "line": 306, "column": 29 }, "end": { - "line": 299, + "line": 306, "column": 35 }, "identifierName": "player" @@ -21946,15 +22385,15 @@ }, "property": { "type": "Identifier", - "start": 11763, - "end": 11773, + "start": 12031, + "end": 12041, "loc": { "start": { - "line": 299, + "line": 306, "column": 36 }, "end": { - "line": 299, + "line": 306, "column": 46 }, "identifierName": "controlBar" @@ -21965,15 +22404,15 @@ }, "property": { "type": "Identifier", - "start": 11774, - "end": 11789, + "start": 12042, + "end": 12057, "loc": { "start": { - "line": 299, + "line": 306, "column": 47 }, "end": { - "line": 299, + "line": 306, "column": 62 }, "identifierName": "progressControl" @@ -21984,15 +22423,15 @@ }, "property": { "type": "Identifier", - "start": 11790, - "end": 11794, + "start": 12058, + "end": 12062, "loc": { "start": { - "line": 299, + "line": 306, "column": 63 }, "end": { - "line": 299, + "line": 306, "column": 67 }, "identifierName": "hide" @@ -22013,15 +22452,15 @@ { "type": "CommentLine", "value": " progress control isn't used by this plugin, hide if present", - "start": 11584, - "end": 11646, + "start": 11852, + "end": 11914, "loc": { "start": { - "line": 297, + "line": 304, "column": 20 }, "end": { - "line": 297, + "line": 304, "column": 82 } } @@ -22031,15 +22470,15 @@ { "type": "CommentLine", "value": " prevent controlbar fadeout", - "start": 11841, - "end": 11870, + "start": 12109, + "end": 12138, "loc": { "start": { - "line": 302, + "line": 309, "column": 20 }, "end": { - "line": 302, + "line": 309, "column": 49 } } @@ -22048,71 +22487,71 @@ }, { "type": "ExpressionStatement", - "start": 11891, - "end": 12016, + "start": 12159, + "end": 12284, "loc": { "start": { - "line": 303, + "line": 310, "column": 20 }, "end": { - "line": 305, + "line": 312, "column": 23 } }, "expression": { "type": "CallExpression", - "start": 11891, - "end": 12015, + "start": 12159, + "end": 12283, "loc": { "start": { - "line": 303, + "line": 310, "column": 20 }, "end": { - "line": 305, + "line": 312, "column": 22 } }, "callee": { "type": "MemberExpression", - "start": 11891, - "end": 11905, + "start": 12159, + "end": 12173, "loc": { "start": { - "line": 303, + "line": 310, "column": 20 }, "end": { - "line": 303, + "line": 310, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 11891, - "end": 11902, + "start": 12159, + "end": 12170, "loc": { "start": { - "line": 303, + "line": 310, "column": 20 }, "end": { - "line": 303, + "line": 310, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 11891, - "end": 11895, + "start": 12159, + "end": 12163, "loc": { "start": { - "line": 303, + "line": 310, "column": 20 }, "end": { - "line": 303, + "line": 310, "column": 24 } }, @@ -22120,15 +22559,15 @@ }, "property": { "type": "Identifier", - "start": 11896, - "end": 11902, + "start": 12164, + "end": 12170, "loc": { "start": { - "line": 303, + "line": 310, "column": 25 }, "end": { - "line": 303, + "line": 310, "column": 31 }, "identifierName": "player" @@ -22140,15 +22579,15 @@ }, "property": { "type": "Identifier", - "start": 11903, - "end": 11905, + "start": 12171, + "end": 12173, "loc": { "start": { - "line": 303, + "line": 310, "column": 32 }, "end": { - "line": 303, + "line": 310, "column": 34 }, "identifierName": "on" @@ -22161,29 +22600,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 11906, - "end": 11924, + "start": 12174, + "end": 12192, "loc": { "start": { - "line": 303, + "line": 310, "column": 35 }, "end": { - "line": 303, + "line": 310, "column": 53 } }, "object": { "type": "Identifier", - "start": 11906, - "end": 11911, + "start": 12174, + "end": 12179, "loc": { "start": { - "line": 303, + "line": 310, "column": 35 }, "end": { - "line": 303, + "line": 310, "column": 40 }, "identifierName": "Event" @@ -22192,15 +22631,15 @@ }, "property": { "type": "Identifier", - "start": 11912, - "end": 11924, + "start": 12180, + "end": 12192, "loc": { "start": { - "line": 303, + "line": 310, "column": 41 }, "end": { - "line": 303, + "line": 310, "column": 53 }, "identifierName": "USERINACTIVE" @@ -22211,15 +22650,15 @@ }, { "type": "ArrowFunctionExpression", - "start": 11926, - "end": 12014, + "start": 12194, + "end": 12282, "loc": { "start": { - "line": 303, + "line": 310, "column": 55 }, "end": { - "line": 305, + "line": 312, "column": 21 } }, @@ -22230,15 +22669,15 @@ "params": [ { "type": "Identifier", - "start": 11927, - "end": 11932, + "start": 12195, + "end": 12200, "loc": { "start": { - "line": 303, + "line": 310, "column": 56 }, "end": { - "line": 303, + "line": 310, "column": 61 }, "identifierName": "event" @@ -22248,101 +22687,101 @@ ], "body": { "type": "BlockStatement", - "start": 11937, - "end": 12014, + "start": 12205, + "end": 12282, "loc": { "start": { - "line": 303, + "line": 310, "column": 66 }, "end": { - "line": 305, + "line": 312, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 11963, - "end": 11992, + "start": 12231, + "end": 12260, "loc": { "start": { - "line": 304, + "line": 311, "column": 24 }, "end": { - "line": 304, + "line": 311, "column": 53 } }, "expression": { "type": "CallExpression", - "start": 11963, - "end": 11991, + "start": 12231, + "end": 12259, "loc": { "start": { - "line": 304, + "line": 311, "column": 24 }, "end": { - "line": 304, + "line": 311, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 11963, - "end": 11985, + "start": 12231, + "end": 12253, "loc": { "start": { - "line": 304, + "line": 311, "column": 24 }, "end": { - "line": 304, + "line": 311, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 11963, - "end": 11974, + "start": 12231, + "end": 12242, "loc": { "start": { - "line": 304, + "line": 311, "column": 24 }, "end": { - "line": 304, + "line": 311, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 11963, - "end": 11967, + "start": 12231, + "end": 12235, "loc": { "start": { - "line": 304, + "line": 311, "column": 24 }, "end": { - "line": 304, + "line": 311, "column": 28 } } }, "property": { "type": "Identifier", - "start": 11968, - "end": 11974, + "start": 12236, + "end": 12242, "loc": { "start": { - "line": 304, + "line": 311, "column": 29 }, "end": { - "line": 304, + "line": 311, "column": 35 }, "identifierName": "player" @@ -22353,15 +22792,15 @@ }, "property": { "type": "Identifier", - "start": 11975, - "end": 11985, + "start": 12243, + "end": 12253, "loc": { "start": { - "line": 304, + "line": 311, "column": 36 }, "end": { - "line": 304, + "line": 311, "column": 46 }, "identifierName": "userActive" @@ -22373,15 +22812,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 11986, - "end": 11990, + "start": 12254, + "end": 12258, "loc": { "start": { - "line": 304, + "line": 311, "column": 47 }, "end": { - "line": 304, + "line": 311, "column": 51 } }, @@ -22401,15 +22840,15 @@ { "type": "CommentLine", "value": " prevent controlbar fadeout", - "start": 11841, - "end": 11870, + "start": 12109, + "end": 12138, "loc": { "start": { - "line": 302, + "line": 309, "column": 20 }, "end": { - "line": 302, + "line": 309, "column": 49 } } @@ -22419,15 +22858,15 @@ { "type": "CommentLine", "value": " videojs automatically hides the controls when no valid 'source'", - "start": 12038, - "end": 12104, + "start": 12306, + "end": 12372, "loc": { "start": { - "line": 307, + "line": 314, "column": 20 }, "end": { - "line": 307, + "line": 314, "column": 86 } } @@ -22435,15 +22874,15 @@ { "type": "CommentLine", "value": " element is included in the video or audio tag. Don't. Ever again.", - "start": 12125, - "end": 12193, + "start": 12393, + "end": 12461, "loc": { "start": { - "line": 308, + "line": 315, "column": 20 }, "end": { - "line": 308, + "line": 315, "column": 88 } } @@ -22452,85 +22891,85 @@ }, { "type": "ExpressionStatement", - "start": 12214, - "end": 12244, + "start": 12482, + "end": 12512, "loc": { "start": { - "line": 309, + "line": 316, "column": 20 }, "end": { - "line": 309, + "line": 316, "column": 50 } }, "expression": { "type": "CallExpression", - "start": 12214, - "end": 12243, + "start": 12482, + "end": 12511, "loc": { "start": { - "line": 309, + "line": 316, "column": 20 }, "end": { - "line": 309, + "line": 316, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 12214, - "end": 12241, + "start": 12482, + "end": 12509, "loc": { "start": { - "line": 309, + "line": 316, "column": 20 }, "end": { - "line": 309, + "line": 316, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 12214, - "end": 12236, + "start": 12482, + "end": 12504, "loc": { "start": { - "line": 309, + "line": 316, "column": 20 }, "end": { - "line": 309, + "line": 316, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 12214, - "end": 12225, + "start": 12482, + "end": 12493, "loc": { "start": { - "line": 309, + "line": 316, "column": 20 }, "end": { - "line": 309, + "line": 316, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 12214, - "end": 12218, + "start": 12482, + "end": 12486, "loc": { "start": { - "line": 309, + "line": 316, "column": 20 }, "end": { - "line": 309, + "line": 316, "column": 24 } }, @@ -22538,15 +22977,15 @@ }, "property": { "type": "Identifier", - "start": 12219, - "end": 12225, + "start": 12487, + "end": 12493, "loc": { "start": { - "line": 309, + "line": 316, "column": 25 }, "end": { - "line": 309, + "line": 316, "column": 31 }, "identifierName": "player" @@ -22558,15 +22997,15 @@ }, "property": { "type": "Identifier", - "start": 12226, - "end": 12236, + "start": 12494, + "end": 12504, "loc": { "start": { - "line": 309, + "line": 316, "column": 32 }, "end": { - "line": 309, + "line": 316, "column": 42 }, "identifierName": "controlBar" @@ -22578,15 +23017,15 @@ }, "property": { "type": "Identifier", - "start": 12237, - "end": 12241, + "start": 12505, + "end": 12509, "loc": { "start": { - "line": 309, + "line": 316, "column": 43 }, "end": { - "line": 309, + "line": 316, "column": 47 }, "identifierName": "show" @@ -22603,15 +23042,15 @@ { "type": "CommentLine", "value": " videojs automatically hides the controls when no valid 'source'", - "start": 12038, - "end": 12104, + "start": 12306, + "end": 12372, "loc": { "start": { - "line": 307, + "line": 314, "column": 20 }, "end": { - "line": 307, + "line": 314, "column": 86 } } @@ -22619,15 +23058,15 @@ { "type": "CommentLine", "value": " element is included in the video or audio tag. Don't. Ever again.", - "start": 12125, - "end": 12193, + "start": 12393, + "end": 12461, "loc": { "start": { - "line": 308, + "line": 315, "column": 20 }, "end": { - "line": 308, + "line": 315, "column": 88 } } @@ -22636,143 +23075,143 @@ }, { "type": "ExpressionStatement", - "start": 12265, - "end": 12316, + "start": 12533, + "end": 12584, "loc": { "start": { - "line": 310, + "line": 317, "column": 20 }, "end": { - "line": 310, + "line": 317, "column": 71 } }, "expression": { "type": "AssignmentExpression", - "start": 12265, - "end": 12315, + "start": 12533, + "end": 12583, "loc": { "start": { - "line": 310, + "line": 317, "column": 20 }, "end": { - "line": 310, + "line": 317, "column": 70 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 12265, - "end": 12306, + "start": 12533, + "end": 12574, "loc": { "start": { - "line": 310, + "line": 317, "column": 20 }, "end": { - "line": 310, + "line": 317, "column": 61 } }, "object": { "type": "MemberExpression", - "start": 12265, - "end": 12298, + "start": 12533, + "end": 12566, "loc": { "start": { - "line": 310, + "line": 317, "column": 20 }, "end": { - "line": 310, + "line": 317, "column": 53 } }, "object": { "type": "CallExpression", - "start": 12265, - "end": 12292, + "start": 12533, + "end": 12560, "loc": { "start": { - "line": 310, + "line": 317, "column": 20 }, "end": { - "line": 310, + "line": 317, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 12265, - "end": 12290, + "start": 12533, + "end": 12558, "loc": { "start": { - "line": 310, + "line": 317, "column": 20 }, "end": { - "line": 310, + "line": 317, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 12265, - "end": 12287, + "start": 12533, + "end": 12555, "loc": { "start": { - "line": 310, + "line": 317, "column": 20 }, "end": { - "line": 310, + "line": 317, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 12265, - "end": 12276, + "start": 12533, + "end": 12544, "loc": { "start": { - "line": 310, + "line": 317, "column": 20 }, "end": { - "line": 310, + "line": 317, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 12265, - "end": 12269, + "start": 12533, + "end": 12537, "loc": { "start": { - "line": 310, + "line": 317, "column": 20 }, "end": { - "line": 310, + "line": 317, "column": 24 } } }, "property": { "type": "Identifier", - "start": 12270, - "end": 12276, + "start": 12538, + "end": 12544, "loc": { "start": { - "line": 310, + "line": 317, "column": 25 }, "end": { - "line": 310, + "line": 317, "column": 31 }, "identifierName": "player" @@ -22783,15 +23222,15 @@ }, "property": { "type": "Identifier", - "start": 12277, - "end": 12287, + "start": 12545, + "end": 12555, "loc": { "start": { - "line": 310, + "line": 317, "column": 32 }, "end": { - "line": 310, + "line": 317, "column": 42 }, "identifierName": "controlBar" @@ -22802,15 +23241,15 @@ }, "property": { "type": "Identifier", - "start": 12288, - "end": 12290, + "start": 12556, + "end": 12558, "loc": { "start": { - "line": 310, + "line": 317, "column": 43 }, "end": { - "line": 310, + "line": 317, "column": 45 }, "identifierName": "el" @@ -22823,15 +23262,15 @@ }, "property": { "type": "Identifier", - "start": 12293, - "end": 12298, + "start": 12561, + "end": 12566, "loc": { "start": { - "line": 310, + "line": 317, "column": 48 }, "end": { - "line": 310, + "line": 317, "column": 53 }, "identifierName": "style" @@ -22842,15 +23281,15 @@ }, "property": { "type": "Identifier", - "start": 12299, - "end": 12306, + "start": 12567, + "end": 12574, "loc": { "start": { - "line": 310, + "line": 317, "column": 54 }, "end": { - "line": 310, + "line": 317, "column": 61 }, "identifierName": "display" @@ -22861,15 +23300,15 @@ }, "right": { "type": "StringLiteral", - "start": 12309, - "end": 12315, + "start": 12577, + "end": 12583, "loc": { "start": { - "line": 310, + "line": 317, "column": 64 }, "end": { - "line": 310, + "line": 317, "column": 70 } }, @@ -22888,15 +23327,15 @@ }, { "type": "BreakStatement", - "start": 12351, - "end": 12357, + "start": 12619, + "end": 12625, "loc": { "start": { - "line": 312, + "line": 319, "column": 16 }, "end": { - "line": 312, + "line": 319, "column": 22 } }, @@ -22905,15 +23344,15 @@ ], "test": { "type": "Identifier", - "start": 10387, - "end": 10399, + "start": 10570, + "end": 10582, "loc": { "start": { - "line": 269, + "line": 274, "column": 17 }, "end": { - "line": 269, + "line": 274, "column": 29 }, "identifierName": "AUDIO_SCREEN" @@ -22926,15 +23365,15 @@ { "type": "CommentLine", "value": " tweak player UI based on type", - "start": 9984, - "end": 10016, + "start": 10167, + "end": 10199, "loc": { "start": { - "line": 257, + "line": 262, "column": 8 }, "end": { - "line": 257, + "line": 262, "column": 40 } } @@ -22944,15 +23383,15 @@ { "type": "CommentLine", "value": " disable time display events that constantly try to reset the current time", - "start": 12377, - "end": 12453, + "start": 12645, + "end": 12721, "loc": { "start": { - "line": 315, + "line": 322, "column": 8 }, "end": { - "line": 315, + "line": 322, "column": 84 } } @@ -22960,15 +23399,15 @@ { "type": "CommentLine", "value": " and duration values", - "start": 12462, - "end": 12484, + "start": 12730, + "end": 12752, "loc": { "start": { - "line": 316, + "line": 323, "column": 8 }, "end": { - "line": 316, + "line": 323, "column": 30 } } @@ -22977,71 +23416,71 @@ }, { "type": "ExpressionStatement", - "start": 12493, - "end": 12527, + "start": 12761, + "end": 12795, "loc": { "start": { - "line": 317, + "line": 324, "column": 8 }, "end": { - "line": 317, + "line": 324, "column": 42 } }, "expression": { "type": "CallExpression", - "start": 12493, - "end": 12526, + "start": 12761, + "end": 12794, "loc": { "start": { - "line": 317, + "line": 324, "column": 8 }, "end": { - "line": 317, + "line": 324, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 12493, - "end": 12508, + "start": 12761, + "end": 12776, "loc": { "start": { - "line": 317, + "line": 324, "column": 8 }, "end": { - "line": 317, + "line": 324, "column": 23 } }, "object": { "type": "MemberExpression", - "start": 12493, - "end": 12504, + "start": 12761, + "end": 12772, "loc": { "start": { - "line": 317, + "line": 324, "column": 8 }, "end": { - "line": 317, + "line": 324, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 12493, - "end": 12497, + "start": 12761, + "end": 12765, "loc": { "start": { - "line": 317, + "line": 324, "column": 8 }, "end": { - "line": 317, + "line": 324, "column": 12 } }, @@ -23049,15 +23488,15 @@ }, "property": { "type": "Identifier", - "start": 12498, - "end": 12504, + "start": 12766, + "end": 12772, "loc": { "start": { - "line": 317, + "line": 324, "column": 13 }, "end": { - "line": 317, + "line": 324, "column": 19 }, "identifierName": "player" @@ -23069,15 +23508,15 @@ }, "property": { "type": "Identifier", - "start": 12505, - "end": 12508, + "start": 12773, + "end": 12776, "loc": { "start": { - "line": 317, + "line": 324, "column": 20 }, "end": { - "line": 317, + "line": 324, "column": 23 }, "identifierName": "off" @@ -23090,29 +23529,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 12509, - "end": 12525, + "start": 12777, + "end": 12793, "loc": { "start": { - "line": 317, + "line": 324, "column": 24 }, "end": { - "line": 317, + "line": 324, "column": 40 } }, "object": { "type": "Identifier", - "start": 12509, - "end": 12514, + "start": 12777, + "end": 12782, "loc": { "start": { - "line": 317, + "line": 324, "column": 24 }, "end": { - "line": 317, + "line": 324, "column": 29 }, "identifierName": "Event" @@ -23121,15 +23560,15 @@ }, "property": { "type": "Identifier", - "start": 12515, - "end": 12525, + "start": 12783, + "end": 12793, "loc": { "start": { - "line": 317, + "line": 324, "column": 30 }, "end": { - "line": 317, + "line": 324, "column": 40 }, "identifierName": "TIMEUPDATE" @@ -23145,15 +23584,15 @@ { "type": "CommentLine", "value": " disable time display events that constantly try to reset the current time", - "start": 12377, - "end": 12453, + "start": 12645, + "end": 12721, "loc": { "start": { - "line": 315, + "line": 322, "column": 8 }, "end": { - "line": 315, + "line": 322, "column": 84 } } @@ -23161,15 +23600,15 @@ { "type": "CommentLine", "value": " and duration values", - "start": 12462, - "end": 12484, + "start": 12730, + "end": 12752, "loc": { "start": { - "line": 316, + "line": 323, "column": 8 }, "end": { - "line": 316, + "line": 323, "column": 30 } } @@ -23178,86 +23617,86 @@ }, { "type": "ExpressionStatement", - "start": 12536, - "end": 12574, + "start": 12804, + "end": 12842, "loc": { "start": { - "line": 318, + "line": 325, "column": 8 }, "end": { - "line": 318, + "line": 325, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 12536, - "end": 12573, + "start": 12804, + "end": 12841, "loc": { "start": { - "line": 318, + "line": 325, "column": 8 }, "end": { - "line": 318, + "line": 325, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 12536, - "end": 12551, + "start": 12804, + "end": 12819, "loc": { "start": { - "line": 318, + "line": 325, "column": 8 }, "end": { - "line": 318, + "line": 325, "column": 23 } }, "object": { "type": "MemberExpression", - "start": 12536, - "end": 12547, + "start": 12804, + "end": 12815, "loc": { "start": { - "line": 318, + "line": 325, "column": 8 }, "end": { - "line": 318, + "line": 325, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 12536, - "end": 12540, + "start": 12804, + "end": 12808, "loc": { "start": { - "line": 318, + "line": 325, "column": 8 }, "end": { - "line": 318, + "line": 325, "column": 12 } } }, "property": { "type": "Identifier", - "start": 12541, - "end": 12547, + "start": 12809, + "end": 12815, "loc": { "start": { - "line": 318, + "line": 325, "column": 13 }, "end": { - "line": 318, + "line": 325, "column": 19 }, "identifierName": "player" @@ -23268,15 +23707,15 @@ }, "property": { "type": "Identifier", - "start": 12548, - "end": 12551, + "start": 12816, + "end": 12819, "loc": { "start": { - "line": 318, + "line": 325, "column": 20 }, "end": { - "line": 318, + "line": 325, "column": 23 }, "identifierName": "off" @@ -23288,29 +23727,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 12552, - "end": 12572, + "start": 12820, + "end": 12840, "loc": { "start": { - "line": 318, + "line": 325, "column": 24 }, "end": { - "line": 318, + "line": 325, "column": 44 } }, "object": { "type": "Identifier", - "start": 12552, - "end": 12557, + "start": 12820, + "end": 12825, "loc": { "start": { - "line": 318, + "line": 325, "column": 24 }, "end": { - "line": 318, + "line": 325, "column": 29 }, "identifierName": "Event" @@ -23319,15 +23758,15 @@ }, "property": { "type": "Identifier", - "start": 12558, - "end": 12572, + "start": 12826, + "end": 12840, "loc": { "start": { - "line": 318, + "line": 325, "column": 30 }, "end": { - "line": 318, + "line": 325, "column": 44 }, "identifierName": "DURATIONCHANGE" @@ -23341,86 +23780,86 @@ }, { "type": "ExpressionStatement", - "start": 12583, - "end": 12621, + "start": 12851, + "end": 12889, "loc": { "start": { - "line": 319, + "line": 326, "column": 8 }, "end": { - "line": 319, + "line": 326, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 12583, - "end": 12620, + "start": 12851, + "end": 12888, "loc": { "start": { - "line": 319, + "line": 326, "column": 8 }, "end": { - "line": 319, + "line": 326, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 12583, - "end": 12598, + "start": 12851, + "end": 12866, "loc": { "start": { - "line": 319, + "line": 326, "column": 8 }, "end": { - "line": 319, + "line": 326, "column": 23 } }, "object": { "type": "MemberExpression", - "start": 12583, - "end": 12594, + "start": 12851, + "end": 12862, "loc": { "start": { - "line": 319, + "line": 326, "column": 8 }, "end": { - "line": 319, + "line": 326, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 12583, - "end": 12587, + "start": 12851, + "end": 12855, "loc": { "start": { - "line": 319, + "line": 326, "column": 8 }, "end": { - "line": 319, + "line": 326, "column": 12 } } }, "property": { "type": "Identifier", - "start": 12588, - "end": 12594, + "start": 12856, + "end": 12862, "loc": { "start": { - "line": 319, + "line": 326, "column": 13 }, "end": { - "line": 319, + "line": 326, "column": 19 }, "identifierName": "player" @@ -23431,15 +23870,15 @@ }, "property": { "type": "Identifier", - "start": 12595, - "end": 12598, + "start": 12863, + "end": 12866, "loc": { "start": { - "line": 319, + "line": 326, "column": 20 }, "end": { - "line": 319, + "line": 326, "column": 23 }, "identifierName": "off" @@ -23451,29 +23890,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 12599, - "end": 12619, + "start": 12867, + "end": 12887, "loc": { "start": { - "line": 319, + "line": 326, "column": 24 }, "end": { - "line": 319, + "line": 326, "column": 44 } }, "object": { "type": "Identifier", - "start": 12599, - "end": 12604, + "start": 12867, + "end": 12872, "loc": { "start": { - "line": 319, + "line": 326, "column": 24 }, "end": { - "line": 319, + "line": 326, "column": 29 }, "identifierName": "Event" @@ -23482,15 +23921,15 @@ }, "property": { "type": "Identifier", - "start": 12605, - "end": 12619, + "start": 12873, + "end": 12887, "loc": { "start": { - "line": 319, + "line": 326, "column": 30 }, "end": { - "line": 319, + "line": 326, "column": 44 }, "identifierName": "LOADEDMETADATA" @@ -23504,86 +23943,86 @@ }, { "type": "ExpressionStatement", - "start": 12630, - "end": 12663, + "start": 12898, + "end": 12931, "loc": { "start": { - "line": 320, + "line": 327, "column": 8 }, "end": { - "line": 320, + "line": 327, "column": 41 } }, "expression": { "type": "CallExpression", - "start": 12630, - "end": 12662, + "start": 12898, + "end": 12930, "loc": { "start": { - "line": 320, + "line": 327, "column": 8 }, "end": { - "line": 320, + "line": 327, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 12630, - "end": 12645, + "start": 12898, + "end": 12913, "loc": { "start": { - "line": 320, + "line": 327, "column": 8 }, "end": { - "line": 320, + "line": 327, "column": 23 } }, "object": { "type": "MemberExpression", - "start": 12630, - "end": 12641, + "start": 12898, + "end": 12909, "loc": { "start": { - "line": 320, + "line": 327, "column": 8 }, "end": { - "line": 320, + "line": 327, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 12630, - "end": 12634, + "start": 12898, + "end": 12902, "loc": { "start": { - "line": 320, + "line": 327, "column": 8 }, "end": { - "line": 320, + "line": 327, "column": 12 } } }, "property": { "type": "Identifier", - "start": 12635, - "end": 12641, + "start": 12903, + "end": 12909, "loc": { "start": { - "line": 320, + "line": 327, "column": 13 }, "end": { - "line": 320, + "line": 327, "column": 19 }, "identifierName": "player" @@ -23594,15 +24033,15 @@ }, "property": { "type": "Identifier", - "start": 12642, - "end": 12645, + "start": 12910, + "end": 12913, "loc": { "start": { - "line": 320, + "line": 327, "column": 20 }, "end": { - "line": 320, + "line": 327, "column": 23 }, "identifierName": "off" @@ -23614,29 +24053,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 12646, - "end": 12661, + "start": 12914, + "end": 12929, "loc": { "start": { - "line": 320, + "line": 327, "column": 24 }, "end": { - "line": 320, + "line": 327, "column": 39 } }, "object": { "type": "Identifier", - "start": 12646, - "end": 12651, + "start": 12914, + "end": 12919, "loc": { "start": { - "line": 320, + "line": 327, "column": 24 }, "end": { - "line": 320, + "line": 327, "column": 29 }, "identifierName": "Event" @@ -23645,15 +24084,15 @@ }, "property": { "type": "Identifier", - "start": 12652, - "end": 12661, + "start": 12920, + "end": 12929, "loc": { "start": { - "line": 320, + "line": 327, "column": 30 }, "end": { - "line": 320, + "line": 327, "column": 39 }, "identifierName": "LOADSTART" @@ -23663,20 +24102,183 @@ "computed": false } ] + } + }, + { + "type": "ExpressionStatement", + "start": 12940, + "end": 12969, + "loc": { + "start": { + "line": 328, + "column": 8 + }, + "end": { + "line": 328, + "column": 37 + } + }, + "expression": { + "type": "CallExpression", + "start": 12940, + "end": 12968, + "loc": { + "start": { + "line": 328, + "column": 8 + }, + "end": { + "line": 328, + "column": 36 + } + }, + "callee": { + "type": "MemberExpression", + "start": 12940, + "end": 12955, + "loc": { + "start": { + "line": 328, + "column": 8 + }, + "end": { + "line": 328, + "column": 23 + } + }, + "object": { + "type": "MemberExpression", + "start": 12940, + "end": 12951, + "loc": { + "start": { + "line": 328, + "column": 8 + }, + "end": { + "line": 328, + "column": 19 + } + }, + "object": { + "type": "ThisExpression", + "start": 12940, + "end": 12944, + "loc": { + "start": { + "line": 328, + "column": 8 + }, + "end": { + "line": 328, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "start": 12945, + "end": 12951, + "loc": { + "start": { + "line": 328, + "column": 13 + }, + "end": { + "line": 328, + "column": 19 + }, + "identifierName": "player" + }, + "name": "player" + }, + "computed": false + }, + "property": { + "type": "Identifier", + "start": 12952, + "end": 12955, + "loc": { + "start": { + "line": 328, + "column": 20 + }, + "end": { + "line": 328, + "column": 23 + }, + "identifierName": "off" + }, + "name": "off" + }, + "computed": false + }, + "arguments": [ + { + "type": "MemberExpression", + "start": 12956, + "end": 12967, + "loc": { + "start": { + "line": 328, + "column": 24 + }, + "end": { + "line": 328, + "column": 35 + } + }, + "object": { + "type": "Identifier", + "start": 12956, + "end": 12961, + "loc": { + "start": { + "line": 328, + "column": 24 + }, + "end": { + "line": 328, + "column": 29 + }, + "identifierName": "Event" + }, + "name": "Event" + }, + "property": { + "type": "Identifier", + "start": 12962, + "end": 12967, + "loc": { + "start": { + "line": 328, + "column": 30 + }, + "end": { + "line": 328, + "column": 35 + }, + "identifierName": "ENDED" + }, + "name": "ENDED" + }, + "computed": false + } + ] }, "trailingComments": [ { "type": "CommentLine", "value": " display max record time", - "start": 12673, - "end": 12699, + "start": 12979, + "end": 13005, "loc": { "start": { - "line": 322, + "line": 330, "column": 8 }, "end": { - "line": 322, + "line": 330, "column": 34 } } @@ -23685,57 +24287,57 @@ }, { "type": "ExpressionStatement", - "start": 12708, - "end": 12741, + "start": 13014, + "end": 13047, "loc": { "start": { - "line": 323, + "line": 331, "column": 8 }, "end": { - "line": 323, + "line": 331, "column": 41 } }, "expression": { "type": "CallExpression", - "start": 12708, - "end": 12740, + "start": 13014, + "end": 13046, "loc": { "start": { - "line": 323, + "line": 331, "column": 8 }, "end": { - "line": 323, + "line": 331, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 12708, - "end": 12724, + "start": 13014, + "end": 13030, "loc": { "start": { - "line": 323, + "line": 331, "column": 8 }, "end": { - "line": 323, + "line": 331, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 12708, - "end": 12712, + "start": 13014, + "end": 13018, "loc": { "start": { - "line": 323, + "line": 331, "column": 8 }, "end": { - "line": 323, + "line": 331, "column": 12 } }, @@ -23743,15 +24345,15 @@ }, "property": { "type": "Identifier", - "start": 12713, - "end": 12724, + "start": 13019, + "end": 13030, "loc": { "start": { - "line": 323, + "line": 331, "column": 13 }, "end": { - "line": 323, + "line": 331, "column": 24 }, "identifierName": "setDuration" @@ -23764,44 +24366,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 12725, - "end": 12739, + "start": 13031, + "end": 13045, "loc": { "start": { - "line": 323, + "line": 331, "column": 25 }, "end": { - "line": 323, + "line": 331, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 12725, - "end": 12729, + "start": 13031, + "end": 13035, "loc": { "start": { - "line": 323, + "line": 331, "column": 25 }, "end": { - "line": 323, + "line": 331, "column": 29 } } }, "property": { "type": "Identifier", - "start": 12730, - "end": 12739, + "start": 13036, + "end": 13045, "loc": { "start": { - "line": 323, + "line": 331, "column": 30 }, "end": { - "line": 323, + "line": 331, "column": 39 }, "identifierName": "maxLength" @@ -23817,15 +24419,15 @@ { "type": "CommentLine", "value": " display max record time", - "start": 12673, - "end": 12699, + "start": 12979, + "end": 13005, "loc": { "start": { - "line": 322, + "line": 330, "column": 8 }, "end": { - "line": 322, + "line": 330, "column": 34 } } @@ -23835,15 +24437,15 @@ { "type": "CommentLine", "value": " hot keys", - "start": 12751, - "end": 12762, + "start": 13057, + "end": 13068, "loc": { "start": { - "line": 325, + "line": 333, "column": 8 }, "end": { - "line": 325, + "line": 333, "column": 19 } } @@ -23852,113 +24454,113 @@ }, { "type": "IfStatement", - "start": 12771, - "end": 13260, + "start": 13077, + "end": 13566, "loc": { "start": { - "line": 326, + "line": 334, "column": 8 }, "end": { - "line": 338, + "line": 346, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 12775, - "end": 12940, + "start": 13081, + "end": 13246, "loc": { "start": { - "line": 326, + "line": 334, "column": 12 }, "end": { - "line": 328, + "line": 336, "column": 67 } }, "left": { "type": "LogicalExpression", - "start": 12775, - "end": 12869, + "start": 13081, + "end": 13175, "loc": { "start": { - "line": 326, + "line": 334, "column": 12 }, "end": { - "line": 327, + "line": 335, "column": 55 } }, "left": { "type": "MemberExpression", - "start": 12775, - "end": 12810, + "start": 13081, + "end": 13116, "loc": { "start": { - "line": 326, + "line": 334, "column": 12 }, "end": { - "line": 326, + "line": 334, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 12775, - "end": 12803, + "start": 13081, + "end": 13109, "loc": { "start": { - "line": 326, + "line": 334, "column": 12 }, "end": { - "line": 326, + "line": 334, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 12775, - "end": 12795, + "start": 13081, + "end": 13101, "loc": { "start": { - "line": 326, + "line": 334, "column": 12 }, "end": { - "line": 326, + "line": 334, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 12775, - "end": 12786, + "start": 13081, + "end": 13092, "loc": { "start": { - "line": 326, + "line": 334, "column": 12 }, "end": { - "line": 326, + "line": 334, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 12775, - "end": 12779, + "start": 13081, + "end": 13085, "loc": { "start": { - "line": 326, + "line": 334, "column": 12 }, "end": { - "line": 326, + "line": 334, "column": 16 } }, @@ -23966,15 +24568,15 @@ }, "property": { "type": "Identifier", - "start": 12780, - "end": 12786, + "start": 13086, + "end": 13092, "loc": { "start": { - "line": 326, + "line": 334, "column": 17 }, "end": { - "line": 326, + "line": 334, "column": 23 }, "identifierName": "player" @@ -23986,15 +24588,15 @@ }, "property": { "type": "Identifier", - "start": 12787, - "end": 12795, + "start": 13093, + "end": 13101, "loc": { "start": { - "line": 326, + "line": 334, "column": 24 }, "end": { - "line": 326, + "line": 334, "column": 32 }, "identifierName": "options_" @@ -24006,15 +24608,15 @@ }, "property": { "type": "Identifier", - "start": 12796, - "end": 12803, + "start": 13102, + "end": 13109, "loc": { "start": { - "line": 326, + "line": 334, "column": 33 }, "end": { - "line": 326, + "line": 334, "column": 40 }, "identifierName": "plugins" @@ -24026,15 +24628,15 @@ }, "property": { "type": "Identifier", - "start": 12804, - "end": 12810, + "start": 13110, + "end": 13116, "loc": { "start": { - "line": 326, + "line": 334, "column": 41 }, "end": { - "line": 326, + "line": 334, "column": 47 }, "identifierName": "record" @@ -24047,100 +24649,100 @@ "operator": "&&", "right": { "type": "MemberExpression", - "start": 12826, - "end": 12869, + "start": 13132, + "end": 13175, "loc": { "start": { - "line": 327, + "line": 335, "column": 12 }, "end": { - "line": 327, + "line": 335, "column": 55 } }, "object": { "type": "MemberExpression", - "start": 12826, - "end": 12861, + "start": 13132, + "end": 13167, "loc": { "start": { - "line": 327, + "line": 335, "column": 12 }, "end": { - "line": 327, + "line": 335, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 12826, - "end": 12854, + "start": 13132, + "end": 13160, "loc": { "start": { - "line": 327, + "line": 335, "column": 12 }, "end": { - "line": 327, + "line": 335, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 12826, - "end": 12846, + "start": 13132, + "end": 13152, "loc": { "start": { - "line": 327, + "line": 335, "column": 12 }, "end": { - "line": 327, + "line": 335, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 12826, - "end": 12837, + "start": 13132, + "end": 13143, "loc": { "start": { - "line": 327, + "line": 335, "column": 12 }, "end": { - "line": 327, + "line": 335, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 12826, - "end": 12830, + "start": 13132, + "end": 13136, "loc": { "start": { - "line": 327, + "line": 335, "column": 12 }, "end": { - "line": 327, + "line": 335, "column": 16 } } }, "property": { "type": "Identifier", - "start": 12831, - "end": 12837, + "start": 13137, + "end": 13143, "loc": { "start": { - "line": 327, + "line": 335, "column": 17 }, "end": { - "line": 327, + "line": 335, "column": 23 }, "identifierName": "player" @@ -24151,15 +24753,15 @@ }, "property": { "type": "Identifier", - "start": 12838, - "end": 12846, + "start": 13144, + "end": 13152, "loc": { "start": { - "line": 327, + "line": 335, "column": 24 }, "end": { - "line": 327, + "line": 335, "column": 32 }, "identifierName": "options_" @@ -24170,15 +24772,15 @@ }, "property": { "type": "Identifier", - "start": 12847, - "end": 12854, + "start": 13153, + "end": 13160, "loc": { "start": { - "line": 327, + "line": 335, "column": 33 }, "end": { - "line": 327, + "line": 335, "column": 40 }, "identifierName": "plugins" @@ -24189,15 +24791,15 @@ }, "property": { "type": "Identifier", - "start": 12855, - "end": 12861, + "start": 13161, + "end": 13167, "loc": { "start": { - "line": 327, + "line": 335, "column": 41 }, "end": { - "line": 327, + "line": 335, "column": 47 }, "identifierName": "record" @@ -24208,15 +24810,15 @@ }, "property": { "type": "Identifier", - "start": 12862, - "end": 12869, + "start": 13168, + "end": 13175, "loc": { "start": { - "line": 327, + "line": 335, "column": 48 }, "end": { - "line": 327, + "line": 335, "column": 55 }, "identifierName": "hotKeys" @@ -24230,114 +24832,114 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 12886, - "end": 12939, + "start": 13192, + "end": 13245, "loc": { "start": { - "line": 328, + "line": 336, "column": 13 }, "end": { - "line": 328, + "line": 336, "column": 66 } }, "left": { "type": "MemberExpression", - "start": 12886, - "end": 12929, + "start": 13192, + "end": 13235, "loc": { "start": { - "line": 328, + "line": 336, "column": 13 }, "end": { - "line": 328, + "line": 336, "column": 56 } }, "object": { "type": "MemberExpression", - "start": 12886, - "end": 12921, + "start": 13192, + "end": 13227, "loc": { "start": { - "line": 328, + "line": 336, "column": 13 }, "end": { - "line": 328, + "line": 336, "column": 48 } }, "object": { "type": "MemberExpression", - "start": 12886, - "end": 12914, + "start": 13192, + "end": 13220, "loc": { "start": { - "line": 328, + "line": 336, "column": 13 }, "end": { - "line": 328, + "line": 336, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 12886, - "end": 12906, + "start": 13192, + "end": 13212, "loc": { "start": { - "line": 328, + "line": 336, "column": 13 }, "end": { - "line": 328, + "line": 336, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 12886, - "end": 12897, + "start": 13192, + "end": 13203, "loc": { "start": { - "line": 328, + "line": 336, "column": 13 }, "end": { - "line": 328, + "line": 336, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 12886, - "end": 12890, + "start": 13192, + "end": 13196, "loc": { "start": { - "line": 328, + "line": 336, "column": 13 }, "end": { - "line": 328, + "line": 336, "column": 17 } } }, "property": { "type": "Identifier", - "start": 12891, - "end": 12897, + "start": 13197, + "end": 13203, "loc": { "start": { - "line": 328, + "line": 336, "column": 18 }, "end": { - "line": 328, + "line": 336, "column": 24 }, "identifierName": "player" @@ -24348,15 +24950,15 @@ }, "property": { "type": "Identifier", - "start": 12898, - "end": 12906, + "start": 13204, + "end": 13212, "loc": { "start": { - "line": 328, + "line": 336, "column": 25 }, "end": { - "line": 328, + "line": 336, "column": 33 }, "identifierName": "options_" @@ -24367,15 +24969,15 @@ }, "property": { "type": "Identifier", - "start": 12907, - "end": 12914, + "start": 13213, + "end": 13220, "loc": { "start": { - "line": 328, + "line": 336, "column": 34 }, "end": { - "line": 328, + "line": 336, "column": 41 }, "identifierName": "plugins" @@ -24386,15 +24988,15 @@ }, "property": { "type": "Identifier", - "start": 12915, - "end": 12921, + "start": 13221, + "end": 13227, "loc": { "start": { - "line": 328, + "line": 336, "column": 42 }, "end": { - "line": 328, + "line": 336, "column": 48 }, "identifierName": "record" @@ -24405,15 +25007,15 @@ }, "property": { "type": "Identifier", - "start": 12922, - "end": 12929, + "start": 13228, + "end": 13235, "loc": { "start": { - "line": 328, + "line": 336, "column": 49 }, "end": { - "line": 328, + "line": 336, "column": 56 }, "identifierName": "hotKeys" @@ -24425,15 +25027,15 @@ "operator": "!==", "right": { "type": "BooleanLiteral", - "start": 12934, - "end": 12939, + "start": 13240, + "end": 13245, "loc": { "start": { - "line": 328, + "line": 336, "column": 61 }, "end": { - "line": 328, + "line": 336, "column": 66 } }, @@ -24441,66 +25043,66 @@ }, "extra": { "parenthesized": true, - "parenStart": 12885 + "parenStart": 13191 } }, "leadingComments": null }, "consequent": { "type": "BlockStatement", - "start": 12942, - "end": 13260, + "start": 13248, + "end": 13566, "loc": { "start": { - "line": 328, + "line": 336, "column": 69 }, "end": { - "line": 338, + "line": 346, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 12957, - "end": 13015, + "start": 13263, + "end": 13321, "loc": { "start": { - "line": 330, + "line": 338, "column": 12 }, "end": { - "line": 330, + "line": 338, "column": 70 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 12961, - "end": 13014, + "start": 13267, + "end": 13320, "loc": { "start": { - "line": 330, + "line": 338, "column": 16 }, "end": { - "line": 330, + "line": 338, "column": 69 } }, "id": { "type": "Identifier", - "start": 12961, - "end": 12968, + "start": 13267, + "end": 13274, "loc": { "start": { - "line": 330, + "line": 338, "column": 16 }, "end": { - "line": 330, + "line": 338, "column": 23 }, "identifierName": "handler" @@ -24509,100 +25111,100 @@ }, "init": { "type": "MemberExpression", - "start": 12971, - "end": 13014, + "start": 13277, + "end": 13320, "loc": { "start": { - "line": 330, + "line": 338, "column": 26 }, "end": { - "line": 330, + "line": 338, "column": 69 } }, "object": { "type": "MemberExpression", - "start": 12971, - "end": 13006, + "start": 13277, + "end": 13312, "loc": { "start": { - "line": 330, + "line": 338, "column": 26 }, "end": { - "line": 330, + "line": 338, "column": 61 } }, "object": { "type": "MemberExpression", - "start": 12971, - "end": 12999, + "start": 13277, + "end": 13305, "loc": { "start": { - "line": 330, + "line": 338, "column": 26 }, "end": { - "line": 330, + "line": 338, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 12971, - "end": 12991, + "start": 13277, + "end": 13297, "loc": { "start": { - "line": 330, + "line": 338, "column": 26 }, "end": { - "line": 330, + "line": 338, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 12971, - "end": 12982, + "start": 13277, + "end": 13288, "loc": { "start": { - "line": 330, + "line": 338, "column": 26 }, "end": { - "line": 330, + "line": 338, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 12971, - "end": 12975, + "start": 13277, + "end": 13281, "loc": { "start": { - "line": 330, + "line": 338, "column": 26 }, "end": { - "line": 330, + "line": 338, "column": 30 } } }, "property": { "type": "Identifier", - "start": 12976, - "end": 12982, + "start": 13282, + "end": 13288, "loc": { "start": { - "line": 330, + "line": 338, "column": 31 }, "end": { - "line": 330, + "line": 338, "column": 37 }, "identifierName": "player" @@ -24613,15 +25215,15 @@ }, "property": { "type": "Identifier", - "start": 12983, - "end": 12991, + "start": 13289, + "end": 13297, "loc": { "start": { - "line": 330, + "line": 338, "column": 38 }, "end": { - "line": 330, + "line": 338, "column": 46 }, "identifierName": "options_" @@ -24632,15 +25234,15 @@ }, "property": { "type": "Identifier", - "start": 12992, - "end": 12999, + "start": 13298, + "end": 13305, "loc": { "start": { - "line": 330, + "line": 338, "column": 47 }, "end": { - "line": 330, + "line": 338, "column": 54 }, "identifierName": "plugins" @@ -24651,15 +25253,15 @@ }, "property": { "type": "Identifier", - "start": 13000, - "end": 13006, + "start": 13306, + "end": 13312, "loc": { "start": { - "line": 330, + "line": 338, "column": 55 }, "end": { - "line": 330, + "line": 338, "column": 61 }, "identifierName": "record" @@ -24670,15 +25272,15 @@ }, "property": { "type": "Identifier", - "start": 13007, - "end": 13014, + "start": 13313, + "end": 13320, "loc": { "start": { - "line": 330, + "line": 338, "column": 62 }, "end": { - "line": 330, + "line": 338, "column": 69 }, "identifierName": "hotKeys" @@ -24693,43 +25295,43 @@ }, { "type": "IfStatement", - "start": 13028, - "end": 13110, + "start": 13334, + "end": 13416, "loc": { "start": { - "line": 331, + "line": 339, "column": 12 }, "end": { - "line": 333, + "line": 341, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 13032, - "end": 13048, + "start": 13338, + "end": 13354, "loc": { "start": { - "line": 331, + "line": 339, "column": 16 }, "end": { - "line": 331, + "line": 339, "column": 32 } }, "left": { "type": "Identifier", - "start": 13032, - "end": 13039, + "start": 13338, + "end": 13345, "loc": { "start": { - "line": 331, + "line": 339, "column": 16 }, "end": { - "line": 331, + "line": 339, "column": 23 }, "identifierName": "handler" @@ -24739,15 +25341,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 13044, - "end": 13048, + "start": 13350, + "end": 13354, "loc": { "start": { - "line": 331, + "line": 339, "column": 28 }, "end": { - "line": 331, + "line": 339, "column": 32 } }, @@ -24756,59 +25358,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 13050, - "end": 13110, + "start": 13356, + "end": 13416, "loc": { "start": { - "line": 331, + "line": 339, "column": 34 }, "end": { - "line": 333, + "line": 341, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 13068, - "end": 13096, + "start": 13374, + "end": 13402, "loc": { "start": { - "line": 332, + "line": 340, "column": 16 }, "end": { - "line": 332, + "line": 340, "column": 44 } }, "expression": { "type": "AssignmentExpression", - "start": 13068, - "end": 13095, + "start": 13374, + "end": 13401, "loc": { "start": { - "line": 332, + "line": 340, "column": 16 }, "end": { - "line": 332, + "line": 340, "column": 43 } }, "operator": "=", "left": { "type": "Identifier", - "start": 13068, - "end": 13075, + "start": 13374, + "end": 13381, "loc": { "start": { - "line": 332, + "line": 340, "column": 16 }, "end": { - "line": 332, + "line": 340, "column": 23 }, "identifierName": "handler" @@ -24817,15 +25419,15 @@ }, "right": { "type": "Identifier", - "start": 13078, - "end": 13095, + "start": 13384, + "end": 13401, "loc": { "start": { - "line": 332, + "line": 340, "column": 26 }, "end": { - "line": 332, + "line": 340, "column": 43 }, "identifierName": "defaultKeyHandler" @@ -24843,15 +25445,15 @@ { "type": "CommentLine", "value": " enable video.js user action", - "start": 13123, - "end": 13153, + "start": 13429, + "end": 13459, "loc": { "start": { - "line": 334, + "line": 342, "column": 12 }, "end": { - "line": 334, + "line": 342, "column": 42 } } @@ -24860,86 +25462,86 @@ }, { "type": "ExpressionStatement", - "start": 13166, - "end": 13250, + "start": 13472, + "end": 13556, "loc": { "start": { - "line": 335, + "line": 343, "column": 12 }, "end": { - "line": 337, + "line": 345, "column": 14 } }, "expression": { "type": "AssignmentExpression", - "start": 13166, - "end": 13249, + "start": 13472, + "end": 13555, "loc": { "start": { - "line": 335, + "line": 343, "column": 12 }, "end": { - "line": 337, + "line": 345, "column": 13 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 13166, - "end": 13198, + "start": 13472, + "end": 13504, "loc": { "start": { - "line": 335, + "line": 343, "column": 12 }, "end": { - "line": 335, + "line": 343, "column": 44 } }, "object": { "type": "MemberExpression", - "start": 13166, - "end": 13186, + "start": 13472, + "end": 13492, "loc": { "start": { - "line": 335, + "line": 343, "column": 12 }, "end": { - "line": 335, + "line": 343, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 13166, - "end": 13177, + "start": 13472, + "end": 13483, "loc": { "start": { - "line": 335, + "line": 343, "column": 12 }, "end": { - "line": 335, + "line": 343, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 13166, - "end": 13170, + "start": 13472, + "end": 13476, "loc": { "start": { - "line": 335, + "line": 343, "column": 12 }, "end": { - "line": 335, + "line": 343, "column": 16 } }, @@ -24947,15 +25549,15 @@ }, "property": { "type": "Identifier", - "start": 13171, - "end": 13177, + "start": 13477, + "end": 13483, "loc": { "start": { - "line": 335, + "line": 343, "column": 17 }, "end": { - "line": 335, + "line": 343, "column": 23 }, "identifierName": "player" @@ -24967,15 +25569,15 @@ }, "property": { "type": "Identifier", - "start": 13178, - "end": 13186, + "start": 13484, + "end": 13492, "loc": { "start": { - "line": 335, + "line": 343, "column": 24 }, "end": { - "line": 335, + "line": 343, "column": 32 }, "identifierName": "options_" @@ -24987,15 +25589,15 @@ }, "property": { "type": "Identifier", - "start": 13187, - "end": 13198, + "start": 13493, + "end": 13504, "loc": { "start": { - "line": 335, + "line": 343, "column": 33 }, "end": { - "line": 335, + "line": 343, "column": 44 }, "identifierName": "userActions" @@ -25007,30 +25609,30 @@ }, "right": { "type": "ObjectExpression", - "start": 13201, - "end": 13249, + "start": 13507, + "end": 13555, "loc": { "start": { - "line": 335, + "line": 343, "column": 47 }, "end": { - "line": 337, + "line": 345, "column": 13 } }, "properties": [ { "type": "ObjectProperty", - "start": 13219, - "end": 13235, + "start": 13525, + "end": 13541, "loc": { "start": { - "line": 336, + "line": 344, "column": 16 }, "end": { - "line": 336, + "line": 344, "column": 32 } }, @@ -25039,15 +25641,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 13219, - "end": 13226, + "start": 13525, + "end": 13532, "loc": { "start": { - "line": 336, + "line": 344, "column": 16 }, "end": { - "line": 336, + "line": 344, "column": 23 }, "identifierName": "hotkeys" @@ -25056,15 +25658,15 @@ }, "value": { "type": "Identifier", - "start": 13228, - "end": 13235, + "start": 13534, + "end": 13541, "loc": { "start": { - "line": 336, + "line": 344, "column": 25 }, "end": { - "line": 336, + "line": 344, "column": 32 }, "identifierName": "handler" @@ -25080,15 +25682,15 @@ { "type": "CommentLine", "value": " enable video.js user action", - "start": 13123, - "end": 13153, + "start": 13429, + "end": 13459, "loc": { "start": { - "line": 334, + "line": 342, "column": 12 }, "end": { - "line": 334, + "line": 342, "column": 42 } } @@ -25104,15 +25706,15 @@ { "type": "CommentLine", "value": " hot keys", - "start": 12751, - "end": 12762, + "start": 13057, + "end": 13068, "loc": { "start": { - "line": 325, + "line": 333, "column": 8 }, "end": { - "line": 325, + "line": 333, "column": 19 } } @@ -25122,15 +25724,15 @@ { "type": "CommentLine", "value": " hide play control (if present)", - "start": 13270, - "end": 13303, + "start": 13576, + "end": 13609, "loc": { "start": { - "line": 340, + "line": 348, "column": 8 }, "end": { - "line": 340, + "line": 348, "column": 41 } } @@ -25139,85 +25741,85 @@ }, { "type": "IfStatement", - "start": 13312, - "end": 13430, + "start": 13618, + "end": 13736, "loc": { "start": { - "line": 341, + "line": 349, "column": 8 }, "end": { - "line": 343, + "line": 351, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 13316, - "end": 13363, + "start": 13622, + "end": 13669, "loc": { "start": { - "line": 341, + "line": 349, "column": 12 }, "end": { - "line": 341, + "line": 349, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 13316, - "end": 13349, + "start": 13622, + "end": 13655, "loc": { "start": { - "line": 341, + "line": 349, "column": 12 }, "end": { - "line": 341, + "line": 349, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 13316, - "end": 13338, + "start": 13622, + "end": 13644, "loc": { "start": { - "line": 341, + "line": 349, "column": 12 }, "end": { - "line": 341, + "line": 349, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 13316, - "end": 13327, + "start": 13622, + "end": 13633, "loc": { "start": { - "line": 341, + "line": 349, "column": 12 }, "end": { - "line": 341, + "line": 349, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 13316, - "end": 13320, + "start": 13622, + "end": 13626, "loc": { "start": { - "line": 341, + "line": 349, "column": 12 }, "end": { - "line": 341, + "line": 349, "column": 16 } }, @@ -25225,15 +25827,15 @@ }, "property": { "type": "Identifier", - "start": 13321, - "end": 13327, + "start": 13627, + "end": 13633, "loc": { "start": { - "line": 341, + "line": 349, "column": 17 }, "end": { - "line": 341, + "line": 349, "column": 23 }, "identifierName": "player" @@ -25245,15 +25847,15 @@ }, "property": { "type": "Identifier", - "start": 13328, - "end": 13338, + "start": 13634, + "end": 13644, "loc": { "start": { - "line": 341, + "line": 349, "column": 24 }, "end": { - "line": 341, + "line": 349, "column": 34 }, "identifierName": "controlBar" @@ -25265,15 +25867,15 @@ }, "property": { "type": "Identifier", - "start": 13339, - "end": 13349, + "start": 13645, + "end": 13655, "loc": { "start": { - "line": 341, + "line": 349, "column": 35 }, "end": { - "line": 341, + "line": 349, "column": 45 }, "identifierName": "playToggle" @@ -25286,15 +25888,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 13354, - "end": 13363, + "start": 13660, + "end": 13669, "loc": { "start": { - "line": 341, + "line": 349, "column": 50 }, "end": { - "line": 341, + "line": 349, "column": 59 }, "identifierName": "undefined" @@ -25305,129 +25907,129 @@ }, "consequent": { "type": "BlockStatement", - "start": 13365, - "end": 13430, + "start": 13671, + "end": 13736, "loc": { "start": { - "line": 341, + "line": 349, "column": 61 }, "end": { - "line": 343, + "line": 351, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 13379, - "end": 13420, + "start": 13685, + "end": 13726, "loc": { "start": { - "line": 342, + "line": 350, "column": 12 }, "end": { - "line": 342, + "line": 350, "column": 53 } }, "expression": { "type": "CallExpression", - "start": 13379, - "end": 13419, + "start": 13685, + "end": 13725, "loc": { "start": { - "line": 342, + "line": 350, "column": 12 }, "end": { - "line": 342, + "line": 350, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 13379, - "end": 13417, + "start": 13685, + "end": 13723, "loc": { "start": { - "line": 342, + "line": 350, "column": 12 }, "end": { - "line": 342, + "line": 350, "column": 50 } }, "object": { "type": "MemberExpression", - "start": 13379, - "end": 13412, + "start": 13685, + "end": 13718, "loc": { "start": { - "line": 342, + "line": 350, "column": 12 }, "end": { - "line": 342, + "line": 350, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 13379, - "end": 13401, + "start": 13685, + "end": 13707, "loc": { "start": { - "line": 342, + "line": 350, "column": 12 }, "end": { - "line": 342, + "line": 350, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 13379, - "end": 13390, + "start": 13685, + "end": 13696, "loc": { "start": { - "line": 342, + "line": 350, "column": 12 }, "end": { - "line": 342, + "line": 350, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 13379, - "end": 13383, + "start": 13685, + "end": 13689, "loc": { "start": { - "line": 342, + "line": 350, "column": 12 }, "end": { - "line": 342, + "line": 350, "column": 16 } } }, "property": { "type": "Identifier", - "start": 13384, - "end": 13390, + "start": 13690, + "end": 13696, "loc": { "start": { - "line": 342, + "line": 350, "column": 17 }, "end": { - "line": 342, + "line": 350, "column": 23 }, "identifierName": "player" @@ -25438,15 +26040,15 @@ }, "property": { "type": "Identifier", - "start": 13391, - "end": 13401, + "start": 13697, + "end": 13707, "loc": { "start": { - "line": 342, + "line": 350, "column": 24 }, "end": { - "line": 342, + "line": 350, "column": 34 }, "identifierName": "controlBar" @@ -25457,15 +26059,15 @@ }, "property": { "type": "Identifier", - "start": 13402, - "end": 13412, + "start": 13708, + "end": 13718, "loc": { "start": { - "line": 342, + "line": 350, "column": 35 }, "end": { - "line": 342, + "line": 350, "column": 45 }, "identifierName": "playToggle" @@ -25476,15 +26078,15 @@ }, "property": { "type": "Identifier", - "start": 13413, - "end": 13417, + "start": 13719, + "end": 13723, "loc": { "start": { - "line": 342, + "line": 350, "column": 46 }, "end": { - "line": 342, + "line": 350, "column": 50 }, "identifierName": "hide" @@ -25504,15 +26106,15 @@ { "type": "CommentLine", "value": " hide play control (if present)", - "start": 13270, - "end": 13303, + "start": 13576, + "end": 13609, "loc": { "start": { - "line": 340, + "line": 348, "column": 8 }, "end": { - "line": 340, + "line": 348, "column": 41 } } @@ -25527,15 +26129,15 @@ { "type": "CommentBlock", "value": "*\n * Player UI is ready.\n * @private\n ", - "start": 8430, - "end": 8484, + "start": 8613, + "end": 8667, "loc": { "start": { - "line": 219, + "line": 224, "column": 4 }, "end": { - "line": 222, + "line": 227, "column": 7 } } @@ -25545,15 +26147,15 @@ { "type": "CommentBlock", "value": "*\n * Indicates whether the plugin is currently recording or not.\n *\n * @return {boolean} Plugin currently recording or not.\n ", - "start": 13442, - "end": 13587, + "start": 13748, + "end": 13893, "loc": { "start": { - "line": 346, + "line": 354, "column": 4 }, "end": { - "line": 350, + "line": 358, "column": 7 } } @@ -25562,15 +26164,15 @@ }, { "type": "ClassMethod", - "start": 13592, - "end": 13645, + "start": 13898, + "end": 13951, "loc": { "start": { - "line": 351, + "line": 359, "column": 4 }, "end": { - "line": 353, + "line": 361, "column": 5 } }, @@ -25578,15 +26180,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 13592, - "end": 13603, + "start": 13898, + "end": 13909, "loc": { "start": { - "line": 351, + "line": 359, "column": 4 }, "end": { - "line": 351, + "line": 359, "column": 15 }, "identifierName": "isRecording" @@ -25602,73 +26204,73 @@ "params": [], "body": { "type": "BlockStatement", - "start": 13606, - "end": 13645, + "start": 13912, + "end": 13951, "loc": { "start": { - "line": 351, + "line": 359, "column": 18 }, "end": { - "line": 353, + "line": 361, "column": 5 } }, "body": [ { "type": "ReturnStatement", - "start": 13616, - "end": 13639, + "start": 13922, + "end": 13945, "loc": { "start": { - "line": 352, + "line": 360, "column": 8 }, "end": { - "line": 352, + "line": 360, "column": 31 } }, "argument": { "type": "MemberExpression", - "start": 13623, - "end": 13638, + "start": 13929, + "end": 13944, "loc": { "start": { - "line": 352, + "line": 360, "column": 15 }, "end": { - "line": 352, + "line": 360, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 13623, - "end": 13627, + "start": 13929, + "end": 13933, "loc": { "start": { - "line": 352, + "line": 360, "column": 15 }, "end": { - "line": 352, + "line": 360, "column": 19 } } }, "property": { "type": "Identifier", - "start": 13628, - "end": 13638, + "start": 13934, + "end": 13944, "loc": { "start": { - "line": 352, + "line": 360, "column": 20 }, "end": { - "line": 352, + "line": 360, "column": 30 }, "identifierName": "_recording" @@ -25686,15 +26288,15 @@ { "type": "CommentBlock", "value": "*\n * Indicates whether the plugin is currently recording or not.\n *\n * @return {boolean} Plugin currently recording or not.\n ", - "start": 13442, - "end": 13587, + "start": 13748, + "end": 13893, "loc": { "start": { - "line": 346, + "line": 354, "column": 4 }, "end": { - "line": 350, + "line": 358, "column": 7 } } @@ -25704,15 +26306,15 @@ { "type": "CommentBlock", "value": "*\n * Indicates whether the plugin is currently processing recorded data\n * or not.\n *\n * @return {boolean} Plugin processing or not.\n ", - "start": 13651, - "end": 13809, + "start": 13957, + "end": 14115, "loc": { "start": { - "line": 355, + "line": 363, "column": 4 }, "end": { - "line": 360, + "line": 368, "column": 7 } } @@ -25721,15 +26323,15 @@ }, { "type": "ClassMethod", - "start": 13814, - "end": 13869, + "start": 14120, + "end": 14175, "loc": { "start": { - "line": 361, + "line": 369, "column": 4 }, "end": { - "line": 363, + "line": 371, "column": 5 } }, @@ -25737,15 +26339,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 13814, - "end": 13826, + "start": 14120, + "end": 14132, "loc": { "start": { - "line": 361, + "line": 369, "column": 4 }, "end": { - "line": 361, + "line": 369, "column": 16 }, "identifierName": "isProcessing" @@ -25761,73 +26363,73 @@ "params": [], "body": { "type": "BlockStatement", - "start": 13829, - "end": 13869, + "start": 14135, + "end": 14175, "loc": { "start": { - "line": 361, + "line": 369, "column": 19 }, "end": { - "line": 363, + "line": 371, "column": 5 } }, "body": [ { "type": "ReturnStatement", - "start": 13839, - "end": 13863, + "start": 14145, + "end": 14169, "loc": { "start": { - "line": 362, + "line": 370, "column": 8 }, "end": { - "line": 362, + "line": 370, "column": 32 } }, "argument": { "type": "MemberExpression", - "start": 13846, - "end": 13862, + "start": 14152, + "end": 14168, "loc": { "start": { - "line": 362, + "line": 370, "column": 15 }, "end": { - "line": 362, + "line": 370, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 13846, - "end": 13850, + "start": 14152, + "end": 14156, "loc": { "start": { - "line": 362, + "line": 370, "column": 15 }, "end": { - "line": 362, + "line": 370, "column": 19 } } }, "property": { "type": "Identifier", - "start": 13851, - "end": 13862, + "start": 14157, + "end": 14168, "loc": { "start": { - "line": 362, + "line": 370, "column": 20 }, "end": { - "line": 362, + "line": 370, "column": 31 }, "identifierName": "_processing" @@ -25845,15 +26447,15 @@ { "type": "CommentBlock", "value": "*\n * Indicates whether the plugin is currently processing recorded data\n * or not.\n *\n * @return {boolean} Plugin processing or not.\n ", - "start": 13651, - "end": 13809, + "start": 13957, + "end": 14115, "loc": { "start": { - "line": 355, + "line": 363, "column": 4 }, "end": { - "line": 360, + "line": 368, "column": 7 } } @@ -25863,15 +26465,15 @@ { "type": "CommentBlock", "value": "*\n * Indicates whether the plugin is destroyed or not.\n *\n * @return {boolean} Plugin destroyed or not.\n ", - "start": 13875, - "end": 14000, + "start": 14181, + "end": 14306, "loc": { "start": { - "line": 365, + "line": 373, "column": 4 }, "end": { - "line": 369, + "line": 377, "column": 7 } } @@ -25880,15 +26482,15 @@ }, { "type": "ClassMethod", - "start": 14005, - "end": 14204, + "start": 14311, + "end": 14510, "loc": { "start": { - "line": 370, + "line": 378, "column": 4 }, "end": { - "line": 376, + "line": 384, "column": 5 } }, @@ -25896,15 +26498,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 14005, - "end": 14016, + "start": 14311, + "end": 14322, "loc": { "start": { - "line": 370, + "line": 378, "column": 4 }, "end": { - "line": 370, + "line": 378, "column": 15 }, "identifierName": "isDestroyed" @@ -25920,59 +26522,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 14019, - "end": 14204, + "start": 14325, + "end": 14510, "loc": { "start": { - "line": 370, + "line": 378, "column": 18 }, "end": { - "line": 376, + "line": 384, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 14029, - "end": 14068, + "start": 14335, + "end": 14374, "loc": { "start": { - "line": 371, + "line": 379, "column": 8 }, "end": { - "line": 371, + "line": 379, "column": 47 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 14033, - "end": 14067, + "start": 14339, + "end": 14373, "loc": { "start": { - "line": 371, + "line": 379, "column": 12 }, "end": { - "line": 371, + "line": 379, "column": 46 } }, "id": { "type": "Identifier", - "start": 14033, - "end": 14042, + "start": 14339, + "end": 14348, "loc": { "start": { - "line": 371, + "line": 379, "column": 12 }, "end": { - "line": 371, + "line": 379, "column": 21 }, "identifierName": "destroyed" @@ -25981,58 +26583,58 @@ }, "init": { "type": "BinaryExpression", - "start": 14046, - "end": 14066, + "start": 14352, + "end": 14372, "loc": { "start": { - "line": 371, + "line": 379, "column": 25 }, "end": { - "line": 371, + "line": 379, "column": 45 } }, "left": { "type": "MemberExpression", - "start": 14046, - "end": 14057, + "start": 14352, + "end": 14363, "loc": { "start": { - "line": 371, + "line": 379, "column": 25 }, "end": { - "line": 371, + "line": 379, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 14046, - "end": 14050, + "start": 14352, + "end": 14356, "loc": { "start": { - "line": 371, + "line": 379, "column": 25 }, "end": { - "line": 371, + "line": 379, "column": 29 } } }, "property": { "type": "Identifier", - "start": 14051, - "end": 14057, + "start": 14357, + "end": 14363, "loc": { "start": { - "line": 371, + "line": 379, "column": 30 }, "end": { - "line": 371, + "line": 379, "column": 36 }, "identifierName": "player" @@ -26044,22 +26646,22 @@ "operator": "===", "right": { "type": "NullLiteral", - "start": 14062, - "end": 14066, + "start": 14368, + "end": 14372, "loc": { "start": { - "line": 371, + "line": 379, "column": 41 }, "end": { - "line": 371, + "line": 379, "column": 45 } } }, "extra": { "parenthesized": true, - "parenStart": 14045 + "parenStart": 14351 } } } @@ -26068,43 +26670,43 @@ }, { "type": "IfStatement", - "start": 14077, - "end": 14172, + "start": 14383, + "end": 14478, "loc": { "start": { - "line": 372, + "line": 380, "column": 8 }, "end": { - "line": 374, + "line": 382, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 14081, - "end": 14100, + "start": 14387, + "end": 14406, "loc": { "start": { - "line": 372, + "line": 380, "column": 12 }, "end": { - "line": 372, + "line": 380, "column": 31 } }, "left": { "type": "Identifier", - "start": 14081, - "end": 14090, + "start": 14387, + "end": 14396, "loc": { "start": { - "line": 372, + "line": 380, "column": 12 }, "end": { - "line": 372, + "line": 380, "column": 21 }, "identifierName": "destroyed" @@ -26114,15 +26716,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 14095, - "end": 14100, + "start": 14401, + "end": 14406, "loc": { "start": { - "line": 372, + "line": 380, "column": 26 }, "end": { - "line": 372, + "line": 380, "column": 31 } }, @@ -26131,59 +26733,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 14102, - "end": 14172, + "start": 14408, + "end": 14478, "loc": { "start": { - "line": 372, + "line": 380, "column": 33 }, "end": { - "line": 374, + "line": 382, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 14116, - "end": 14162, + "start": 14422, + "end": 14468, "loc": { "start": { - "line": 373, + "line": 381, "column": 12 }, "end": { - "line": 373, + "line": 381, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 14116, - "end": 14161, + "start": 14422, + "end": 14467, "loc": { "start": { - "line": 373, + "line": 381, "column": 12 }, "end": { - "line": 373, + "line": 381, "column": 57 } }, "operator": "=", "left": { "type": "Identifier", - "start": 14116, - "end": 14125, + "start": 14422, + "end": 14431, "loc": { "start": { - "line": 373, + "line": 381, "column": 12 }, "end": { - "line": 373, + "line": 381, "column": 21 }, "identifierName": "destroyed" @@ -26192,86 +26794,86 @@ }, "right": { "type": "BinaryExpression", - "start": 14129, - "end": 14160, + "start": 14435, + "end": 14466, "loc": { "start": { - "line": 373, + "line": 381, "column": 25 }, "end": { - "line": 373, + "line": 381, "column": 56 } }, "left": { "type": "CallExpression", - "start": 14129, - "end": 14151, + "start": 14435, + "end": 14457, "loc": { "start": { - "line": 373, + "line": 381, "column": 25 }, "end": { - "line": 373, + "line": 381, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 14129, - "end": 14149, + "start": 14435, + "end": 14455, "loc": { "start": { - "line": 373, + "line": 381, "column": 25 }, "end": { - "line": 373, + "line": 381, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 14129, - "end": 14140, + "start": 14435, + "end": 14446, "loc": { "start": { - "line": 373, + "line": 381, "column": 25 }, "end": { - "line": 373, + "line": 381, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 14129, - "end": 14133, + "start": 14435, + "end": 14439, "loc": { "start": { - "line": 373, + "line": 381, "column": 25 }, "end": { - "line": 373, + "line": 381, "column": 29 } } }, "property": { "type": "Identifier", - "start": 14134, - "end": 14140, + "start": 14440, + "end": 14446, "loc": { "start": { - "line": 373, + "line": 381, "column": 30 }, "end": { - "line": 373, + "line": 381, "column": 36 }, "identifierName": "player" @@ -26282,15 +26884,15 @@ }, "property": { "type": "Identifier", - "start": 14141, - "end": 14149, + "start": 14447, + "end": 14455, "loc": { "start": { - "line": 373, + "line": 381, "column": 37 }, "end": { - "line": 373, + "line": 381, "column": 45 }, "identifierName": "children" @@ -26304,22 +26906,22 @@ "operator": "===", "right": { "type": "NullLiteral", - "start": 14156, - "end": 14160, + "start": 14462, + "end": 14466, "loc": { "start": { - "line": 373, + "line": 381, "column": 52 }, "end": { - "line": 373, + "line": 381, "column": 56 } } }, "extra": { "parenthesized": true, - "parenStart": 14128 + "parenStart": 14434 } } } @@ -26331,29 +26933,29 @@ }, { "type": "ReturnStatement", - "start": 14181, - "end": 14198, + "start": 14487, + "end": 14504, "loc": { "start": { - "line": 375, + "line": 383, "column": 8 }, "end": { - "line": 375, + "line": 383, "column": 25 } }, "argument": { "type": "Identifier", - "start": 14188, - "end": 14197, + "start": 14494, + "end": 14503, "loc": { "start": { - "line": 375, + "line": 383, "column": 15 }, "end": { - "line": 375, + "line": 383, "column": 24 }, "identifierName": "destroyed" @@ -26369,15 +26971,15 @@ { "type": "CommentBlock", "value": "*\n * Indicates whether the plugin is destroyed or not.\n *\n * @return {boolean} Plugin destroyed or not.\n ", - "start": 13875, - "end": 14000, + "start": 14181, + "end": 14306, "loc": { "start": { - "line": 365, + "line": 373, "column": 4 }, "end": { - "line": 369, + "line": 377, "column": 7 } } @@ -26387,15 +26989,15 @@ { "type": "CommentBlock", "value": "*\n * Open the browser's recording device selection dialog and start the\n * device.\n ", - "start": 14210, - "end": 14310, + "start": 14516, + "end": 14616, "loc": { "start": { - "line": 378, + "line": 386, "column": 4 }, "end": { - "line": 381, + "line": 389, "column": 7 } } @@ -26404,15 +27006,15 @@ }, { "type": "ClassMethod", - "start": 14315, - "end": 23051, + "start": 14621, + "end": 23452, "loc": { "start": { - "line": 382, + "line": 390, "column": 4 }, "end": { - "line": 581, + "line": 591, "column": 5 } }, @@ -26420,15 +27022,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 14315, - "end": 14324, + "start": 14621, + "end": 14630, "loc": { "start": { - "line": 382, + "line": 390, "column": 4 }, "end": { - "line": 382, + "line": 390, "column": 13 }, "identifierName": "getDevice" @@ -26444,72 +27046,72 @@ "params": [], "body": { "type": "BlockStatement", - "start": 14327, - "end": 23051, + "start": 14633, + "end": 23452, "loc": { "start": { - "line": 382, + "line": 390, "column": 16 }, "end": { - "line": 581, + "line": 591, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 14377, - "end": 14502, + "start": 14683, + "end": 14808, "loc": { "start": { - "line": 384, + "line": 392, "column": 8 }, "end": { - "line": 386, + "line": 394, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 14381, - "end": 14419, + "start": 14687, + "end": 14725, "loc": { "start": { - "line": 384, + "line": 392, "column": 12 }, "end": { - "line": 384, + "line": 392, "column": 50 } }, "left": { "type": "MemberExpression", - "start": 14381, - "end": 14405, + "start": 14687, + "end": 14711, "loc": { "start": { - "line": 384, + "line": 392, "column": 12 }, "end": { - "line": 384, + "line": 392, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 14381, - "end": 14385, + "start": 14687, + "end": 14691, "loc": { "start": { - "line": 384, + "line": 392, "column": 12 }, "end": { - "line": 384, + "line": 392, "column": 16 } }, @@ -26517,15 +27119,15 @@ }, "property": { "type": "Identifier", - "start": 14386, - "end": 14405, + "start": 14692, + "end": 14711, "loc": { "start": { - "line": 384, + "line": 392, "column": 17 }, "end": { - "line": 384, + "line": 392, "column": 36 }, "identifierName": "deviceReadyCallback" @@ -26538,15 +27140,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 14410, - "end": 14419, + "start": 14716, + "end": 14725, "loc": { "start": { - "line": 384, + "line": 392, "column": 41 }, "end": { - "line": 384, + "line": 392, "column": 50 }, "identifierName": "undefined" @@ -26557,88 +27159,88 @@ }, "consequent": { "type": "BlockStatement", - "start": 14421, - "end": 14502, + "start": 14727, + "end": 14808, "loc": { "start": { - "line": 384, + "line": 392, "column": 52 }, "end": { - "line": 386, + "line": 394, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 14435, - "end": 14492, + "start": 14741, + "end": 14798, "loc": { "start": { - "line": 385, + "line": 393, "column": 12 }, "end": { - "line": 385, + "line": 393, "column": 69 } }, "expression": { "type": "AssignmentExpression", - "start": 14435, - "end": 14491, + "start": 14741, + "end": 14797, "loc": { "start": { - "line": 385, + "line": 393, "column": 12 }, "end": { - "line": 385, + "line": 393, "column": 68 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 14435, - "end": 14459, + "start": 14741, + "end": 14765, "loc": { "start": { - "line": 385, + "line": 393, "column": 12 }, "end": { - "line": 385, + "line": 393, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 14435, - "end": 14439, + "start": 14741, + "end": 14745, "loc": { "start": { - "line": 385, + "line": 393, "column": 12 }, "end": { - "line": 385, + "line": 393, "column": 16 } } }, "property": { "type": "Identifier", - "start": 14440, - "end": 14459, + "start": 14746, + "end": 14765, "loc": { "start": { - "line": 385, + "line": 393, "column": 17 }, "end": { - "line": 385, + "line": 393, "column": 36 }, "identifierName": "deviceReadyCallback" @@ -26649,72 +27251,72 @@ }, "right": { "type": "CallExpression", - "start": 14462, - "end": 14491, + "start": 14768, + "end": 14797, "loc": { "start": { - "line": 385, + "line": 393, "column": 39 }, "end": { - "line": 385, + "line": 393, "column": 68 } }, "callee": { "type": "MemberExpression", - "start": 14462, - "end": 14485, + "start": 14768, + "end": 14791, "loc": { "start": { - "line": 385, + "line": 393, "column": 39 }, "end": { - "line": 385, + "line": 393, "column": 62 } }, "object": { "type": "MemberExpression", - "start": 14462, - "end": 14480, + "start": 14768, + "end": 14786, "loc": { "start": { - "line": 385, + "line": 393, "column": 39 }, "end": { - "line": 385, + "line": 393, "column": 57 } }, "object": { "type": "ThisExpression", - "start": 14462, - "end": 14466, + "start": 14768, + "end": 14772, "loc": { "start": { - "line": 385, + "line": 393, "column": 39 }, "end": { - "line": 385, + "line": 393, "column": 43 } } }, "property": { "type": "Identifier", - "start": 14467, - "end": 14480, + "start": 14773, + "end": 14786, "loc": { "start": { - "line": 385, + "line": 393, "column": 44 }, "end": { - "line": 385, + "line": 393, "column": 57 }, "identifierName": "onDeviceReady" @@ -26725,15 +27327,15 @@ }, "property": { "type": "Identifier", - "start": 14481, - "end": 14485, + "start": 14787, + "end": 14791, "loc": { "start": { - "line": 385, + "line": 393, "column": 58 }, "end": { - "line": 385, + "line": 393, "column": 62 }, "identifierName": "bind" @@ -26745,15 +27347,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 14486, - "end": 14490, + "start": 14792, + "end": 14796, "loc": { "start": { - "line": 385, + "line": 393, "column": 63 }, "end": { - "line": 385, + "line": 393, "column": 67 } } @@ -26770,15 +27372,15 @@ { "type": "CommentLine", "value": " define device callbacks once", - "start": 14337, - "end": 14368, + "start": 14643, + "end": 14674, "loc": { "start": { - "line": 383, + "line": 391, "column": 8 }, "end": { - "line": 383, + "line": 391, "column": 39 } } @@ -26787,72 +27389,72 @@ }, { "type": "IfStatement", - "start": 14511, - "end": 14636, + "start": 14817, + "end": 14942, "loc": { "start": { - "line": 387, + "line": 395, "column": 8 }, "end": { - "line": 389, + "line": 397, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 14515, - "end": 14553, + "start": 14821, + "end": 14859, "loc": { "start": { - "line": 387, + "line": 395, "column": 12 }, "end": { - "line": 387, + "line": 395, "column": 50 } }, "left": { "type": "MemberExpression", - "start": 14515, - "end": 14539, + "start": 14821, + "end": 14845, "loc": { "start": { - "line": 387, + "line": 395, "column": 12 }, "end": { - "line": 387, + "line": 395, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 14515, - "end": 14519, + "start": 14821, + "end": 14825, "loc": { "start": { - "line": 387, + "line": 395, "column": 12 }, "end": { - "line": 387, + "line": 395, "column": 16 } } }, "property": { "type": "Identifier", - "start": 14520, - "end": 14539, + "start": 14826, + "end": 14845, "loc": { "start": { - "line": 387, + "line": 395, "column": 17 }, "end": { - "line": 387, + "line": 395, "column": 36 }, "identifierName": "deviceErrorCallback" @@ -26864,15 +27466,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 14544, - "end": 14553, + "start": 14850, + "end": 14859, "loc": { "start": { - "line": 387, + "line": 395, "column": 41 }, "end": { - "line": 387, + "line": 395, "column": 50 }, "identifierName": "undefined" @@ -26882,88 +27484,88 @@ }, "consequent": { "type": "BlockStatement", - "start": 14555, - "end": 14636, + "start": 14861, + "end": 14942, "loc": { "start": { - "line": 387, + "line": 395, "column": 52 }, "end": { - "line": 389, + "line": 397, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 14569, - "end": 14626, + "start": 14875, + "end": 14932, "loc": { "start": { - "line": 388, + "line": 396, "column": 12 }, "end": { - "line": 388, + "line": 396, "column": 69 } }, "expression": { "type": "AssignmentExpression", - "start": 14569, - "end": 14625, + "start": 14875, + "end": 14931, "loc": { "start": { - "line": 388, + "line": 396, "column": 12 }, "end": { - "line": 388, + "line": 396, "column": 68 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 14569, - "end": 14593, + "start": 14875, + "end": 14899, "loc": { "start": { - "line": 388, + "line": 396, "column": 12 }, "end": { - "line": 388, + "line": 396, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 14569, - "end": 14573, + "start": 14875, + "end": 14879, "loc": { "start": { - "line": 388, + "line": 396, "column": 12 }, "end": { - "line": 388, + "line": 396, "column": 16 } } }, "property": { "type": "Identifier", - "start": 14574, - "end": 14593, + "start": 14880, + "end": 14899, "loc": { "start": { - "line": 388, + "line": 396, "column": 17 }, "end": { - "line": 388, + "line": 396, "column": 36 }, "identifierName": "deviceErrorCallback" @@ -26974,72 +27576,72 @@ }, "right": { "type": "CallExpression", - "start": 14596, - "end": 14625, + "start": 14902, + "end": 14931, "loc": { "start": { - "line": 388, + "line": 396, "column": 39 }, "end": { - "line": 388, + "line": 396, "column": 68 } }, "callee": { "type": "MemberExpression", - "start": 14596, - "end": 14619, + "start": 14902, + "end": 14925, "loc": { "start": { - "line": 388, + "line": 396, "column": 39 }, "end": { - "line": 388, + "line": 396, "column": 62 } }, "object": { "type": "MemberExpression", - "start": 14596, - "end": 14614, + "start": 14902, + "end": 14920, "loc": { "start": { - "line": 388, + "line": 396, "column": 39 }, "end": { - "line": 388, + "line": 396, "column": 57 } }, "object": { "type": "ThisExpression", - "start": 14596, - "end": 14600, + "start": 14902, + "end": 14906, "loc": { "start": { - "line": 388, + "line": 396, "column": 39 }, "end": { - "line": 388, + "line": 396, "column": 43 } } }, "property": { "type": "Identifier", - "start": 14601, - "end": 14614, + "start": 14907, + "end": 14920, "loc": { "start": { - "line": 388, + "line": 396, "column": 44 }, "end": { - "line": 388, + "line": 396, "column": 57 }, "identifierName": "onDeviceError" @@ -27050,15 +27652,15 @@ }, "property": { "type": "Identifier", - "start": 14615, - "end": 14619, + "start": 14921, + "end": 14925, "loc": { "start": { - "line": 388, + "line": 396, "column": 58 }, "end": { - "line": 388, + "line": 396, "column": 62 }, "identifierName": "bind" @@ -27070,15 +27672,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 14620, - "end": 14624, + "start": 14926, + "end": 14930, "loc": { "start": { - "line": 388, + "line": 396, "column": 63 }, "end": { - "line": 388, + "line": 396, "column": 67 } } @@ -27094,72 +27696,72 @@ }, { "type": "IfStatement", - "start": 14645, - "end": 14771, + "start": 14951, + "end": 15077, "loc": { "start": { - "line": 390, + "line": 398, "column": 8 }, "end": { - "line": 392, + "line": 400, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 14649, - "end": 14686, + "start": 14955, + "end": 14992, "loc": { "start": { - "line": 390, + "line": 398, "column": 12 }, "end": { - "line": 390, + "line": 398, "column": 49 } }, "left": { "type": "MemberExpression", - "start": 14649, - "end": 14672, + "start": 14955, + "end": 14978, "loc": { "start": { - "line": 390, + "line": 398, "column": 12 }, "end": { - "line": 390, + "line": 398, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 14649, - "end": 14653, + "start": 14955, + "end": 14959, "loc": { "start": { - "line": 390, + "line": 398, "column": 12 }, "end": { - "line": 390, + "line": 398, "column": 16 } } }, "property": { "type": "Identifier", - "start": 14654, - "end": 14672, + "start": 14960, + "end": 14978, "loc": { "start": { - "line": 390, + "line": 398, "column": 17 }, "end": { - "line": 390, + "line": 398, "column": 35 }, "identifierName": "engineStopCallback" @@ -27171,15 +27773,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 14677, - "end": 14686, + "start": 14983, + "end": 14992, "loc": { "start": { - "line": 390, + "line": 398, "column": 40 }, "end": { - "line": 390, + "line": 398, "column": 49 }, "identifierName": "undefined" @@ -27189,88 +27791,88 @@ }, "consequent": { "type": "BlockStatement", - "start": 14688, - "end": 14771, + "start": 14994, + "end": 15077, "loc": { "start": { - "line": 390, + "line": 398, "column": 51 }, "end": { - "line": 392, + "line": 400, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 14702, - "end": 14761, + "start": 15008, + "end": 15067, "loc": { "start": { - "line": 391, + "line": 399, "column": 12 }, "end": { - "line": 391, + "line": 399, "column": 71 } }, "expression": { "type": "AssignmentExpression", - "start": 14702, - "end": 14760, + "start": 15008, + "end": 15066, "loc": { "start": { - "line": 391, + "line": 399, "column": 12 }, "end": { - "line": 391, + "line": 399, "column": 70 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 14702, - "end": 14725, + "start": 15008, + "end": 15031, "loc": { "start": { - "line": 391, + "line": 399, "column": 12 }, "end": { - "line": 391, + "line": 399, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 14702, - "end": 14706, + "start": 15008, + "end": 15012, "loc": { "start": { - "line": 391, + "line": 399, "column": 12 }, "end": { - "line": 391, + "line": 399, "column": 16 } } }, "property": { "type": "Identifier", - "start": 14707, - "end": 14725, + "start": 15013, + "end": 15031, "loc": { "start": { - "line": 391, + "line": 399, "column": 17 }, "end": { - "line": 391, + "line": 399, "column": 35 }, "identifierName": "engineStopCallback" @@ -27281,72 +27883,72 @@ }, "right": { "type": "CallExpression", - "start": 14728, - "end": 14760, + "start": 15034, + "end": 15066, "loc": { "start": { - "line": 391, + "line": 399, "column": 38 }, "end": { - "line": 391, + "line": 399, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 14728, - "end": 14754, + "start": 15034, + "end": 15060, "loc": { "start": { - "line": 391, + "line": 399, "column": 38 }, "end": { - "line": 391, + "line": 399, "column": 64 } }, "object": { "type": "MemberExpression", - "start": 14728, - "end": 14749, + "start": 15034, + "end": 15055, "loc": { "start": { - "line": 391, + "line": 399, "column": 38 }, "end": { - "line": 391, + "line": 399, "column": 59 } }, "object": { "type": "ThisExpression", - "start": 14728, - "end": 14732, + "start": 15034, + "end": 15038, "loc": { "start": { - "line": 391, + "line": 399, "column": 38 }, "end": { - "line": 391, + "line": 399, "column": 42 } } }, "property": { "type": "Identifier", - "start": 14733, - "end": 14749, + "start": 15039, + "end": 15055, "loc": { "start": { - "line": 391, + "line": 399, "column": 43 }, "end": { - "line": 391, + "line": 399, "column": 59 }, "identifierName": "onRecordComplete" @@ -27357,15 +27959,15 @@ }, "property": { "type": "Identifier", - "start": 14750, - "end": 14754, + "start": 15056, + "end": 15060, "loc": { "start": { - "line": 391, + "line": 399, "column": 60 }, "end": { - "line": 391, + "line": 399, "column": 64 }, "identifierName": "bind" @@ -27377,15 +27979,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 14755, - "end": 14759, + "start": 15061, + "end": 15065, "loc": { "start": { - "line": 391, + "line": 399, "column": 65 }, "end": { - "line": 391, + "line": 399, "column": 69 } } @@ -27401,72 +28003,72 @@ }, { "type": "IfStatement", - "start": 14780, - "end": 14911, + "start": 15086, + "end": 15217, "loc": { "start": { - "line": 393, + "line": 401, "column": 8 }, "end": { - "line": 395, + "line": 403, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 14784, - "end": 14824, + "start": 15090, + "end": 15130, "loc": { "start": { - "line": 393, + "line": 401, "column": 12 }, "end": { - "line": 393, + "line": 401, "column": 52 } }, "left": { "type": "MemberExpression", - "start": 14784, - "end": 14810, + "start": 15090, + "end": 15116, "loc": { "start": { - "line": 393, + "line": 401, "column": 12 }, "end": { - "line": 393, + "line": 401, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 14784, - "end": 14788, + "start": 15090, + "end": 15094, "loc": { "start": { - "line": 393, + "line": 401, "column": 12 }, "end": { - "line": 393, + "line": 401, "column": 16 } } }, "property": { "type": "Identifier", - "start": 14789, - "end": 14810, + "start": 15095, + "end": 15116, "loc": { "start": { - "line": 393, + "line": 401, "column": 17 }, "end": { - "line": 393, + "line": 401, "column": 38 }, "identifierName": "streamVisibleCallback" @@ -27478,15 +28080,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 14815, - "end": 14824, + "start": 15121, + "end": 15130, "loc": { "start": { - "line": 393, + "line": 401, "column": 43 }, "end": { - "line": 393, + "line": 401, "column": 52 }, "identifierName": "undefined" @@ -27496,88 +28098,88 @@ }, "consequent": { "type": "BlockStatement", - "start": 14826, - "end": 14911, + "start": 15132, + "end": 15217, "loc": { "start": { - "line": 393, + "line": 401, "column": 54 }, "end": { - "line": 395, + "line": 403, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 14840, - "end": 14901, + "start": 15146, + "end": 15207, "loc": { "start": { - "line": 394, + "line": 402, "column": 12 }, "end": { - "line": 394, + "line": 402, "column": 73 } }, "expression": { "type": "AssignmentExpression", - "start": 14840, - "end": 14900, + "start": 15146, + "end": 15206, "loc": { "start": { - "line": 394, + "line": 402, "column": 12 }, "end": { - "line": 394, + "line": 402, "column": 72 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 14840, - "end": 14866, + "start": 15146, + "end": 15172, "loc": { "start": { - "line": 394, + "line": 402, "column": 12 }, "end": { - "line": 394, + "line": 402, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 14840, - "end": 14844, + "start": 15146, + "end": 15150, "loc": { "start": { - "line": 394, + "line": 402, "column": 12 }, "end": { - "line": 394, + "line": 402, "column": 16 } } }, "property": { "type": "Identifier", - "start": 14845, - "end": 14866, + "start": 15151, + "end": 15172, "loc": { "start": { - "line": 394, + "line": 402, "column": 17 }, "end": { - "line": 394, + "line": 402, "column": 38 }, "identifierName": "streamVisibleCallback" @@ -27588,72 +28190,72 @@ }, "right": { "type": "CallExpression", - "start": 14869, - "end": 14900, + "start": 15175, + "end": 15206, "loc": { "start": { - "line": 394, + "line": 402, "column": 41 }, "end": { - "line": 394, + "line": 402, "column": 72 } }, "callee": { "type": "MemberExpression", - "start": 14869, - "end": 14894, + "start": 15175, + "end": 15200, "loc": { "start": { - "line": 394, + "line": 402, "column": 41 }, "end": { - "line": 394, + "line": 402, "column": 66 } }, "object": { "type": "MemberExpression", - "start": 14869, - "end": 14889, + "start": 15175, + "end": 15195, "loc": { "start": { - "line": 394, + "line": 402, "column": 41 }, "end": { - "line": 394, + "line": 402, "column": 61 } }, "object": { "type": "ThisExpression", - "start": 14869, - "end": 14873, + "start": 15175, + "end": 15179, "loc": { "start": { - "line": 394, + "line": 402, "column": 41 }, "end": { - "line": 394, + "line": 402, "column": 45 } } }, "property": { "type": "Identifier", - "start": 14874, - "end": 14889, + "start": 15180, + "end": 15195, "loc": { "start": { - "line": 394, + "line": 402, "column": 46 }, "end": { - "line": 394, + "line": 402, "column": 61 }, "identifierName": "onStreamVisible" @@ -27664,15 +28266,15 @@ }, "property": { "type": "Identifier", - "start": 14890, - "end": 14894, + "start": 15196, + "end": 15200, "loc": { "start": { - "line": 394, + "line": 402, "column": 62 }, "end": { - "line": 394, + "line": 402, "column": 66 }, "identifierName": "bind" @@ -27684,15 +28286,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 14895, - "end": 14899, + "start": 15201, + "end": 15205, "loc": { "start": { - "line": 394, + "line": 402, "column": 67 }, "end": { - "line": 394, + "line": 402, "column": 71 } } @@ -27710,15 +28312,15 @@ { "type": "CommentLine", "value": " check for support because some browsers still do not support", - "start": 14921, - "end": 14984, + "start": 15227, + "end": 15290, "loc": { "start": { - "line": 397, + "line": 405, "column": 8 }, "end": { - "line": 397, + "line": 405, "column": 71 } } @@ -27726,15 +28328,15 @@ { "type": "CommentLine", "value": " getDisplayMedia or getUserMedia (like Chrome iOS, see:", - "start": 14993, - "end": 15050, + "start": 15299, + "end": 15356, "loc": { "start": { - "line": 398, + "line": 406, "column": 8 }, "end": { - "line": 398, + "line": 406, "column": 65 } } @@ -27742,15 +28344,15 @@ { "type": "CommentLine", "value": " https://bugs.chromium.org/p/chromium/issues/detail?id=752458)", - "start": 15059, - "end": 15123, + "start": 15365, + "end": 15429, "loc": { "start": { - "line": 399, + "line": 407, "column": 8 }, "end": { - "line": 399, + "line": 407, "column": 72 } } @@ -27759,85 +28361,85 @@ }, { "type": "IfStatement", - "start": 15132, - "end": 15853, + "start": 15438, + "end": 16159, "loc": { "start": { - "line": 400, + "line": 408, "column": 8 }, "end": { - "line": 414, + "line": 422, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 15136, - "end": 15213, + "start": 15442, + "end": 15519, "loc": { "start": { - "line": 400, + "line": 408, "column": 12 }, "end": { - "line": 400, + "line": 408, "column": 89 } }, "left": { "type": "BinaryExpression", - "start": 15136, - "end": 15172, + "start": 15442, + "end": 15478, "loc": { "start": { - "line": 400, + "line": 408, "column": 12 }, "end": { - "line": 400, + "line": 408, "column": 48 } }, "left": { "type": "CallExpression", - "start": 15136, - "end": 15156, + "start": 15442, + "end": 15462, "loc": { "start": { - "line": 400, + "line": 408, "column": 12 }, "end": { - "line": 400, + "line": 408, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 15136, - "end": 15154, + "start": 15442, + "end": 15460, "loc": { "start": { - "line": 400, + "line": 408, "column": 12 }, "end": { - "line": 400, + "line": 408, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 15136, - "end": 15140, + "start": 15442, + "end": 15446, "loc": { "start": { - "line": 400, + "line": 408, "column": 12 }, "end": { - "line": 400, + "line": 408, "column": 16 } }, @@ -27845,15 +28447,15 @@ }, "property": { "type": "Identifier", - "start": 15141, - "end": 15154, + "start": 15447, + "end": 15460, "loc": { "start": { - "line": 400, + "line": 408, "column": 17 }, "end": { - "line": 400, + "line": 408, "column": 30 }, "identifierName": "getRecordType" @@ -27869,15 +28471,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 15161, - "end": 15172, + "start": 15467, + "end": 15478, "loc": { "start": { - "line": 400, + "line": 408, "column": 37 }, "end": { - "line": 400, + "line": 408, "column": 48 }, "identifierName": "SCREEN_ONLY" @@ -27889,72 +28491,72 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 15176, - "end": 15213, + "start": 15482, + "end": 15519, "loc": { "start": { - "line": 400, + "line": 408, "column": 52 }, "end": { - "line": 400, + "line": 408, "column": 89 } }, "left": { "type": "CallExpression", - "start": 15176, - "end": 15196, + "start": 15482, + "end": 15502, "loc": { "start": { - "line": 400, + "line": 408, "column": 52 }, "end": { - "line": 400, + "line": 408, "column": 72 } }, "callee": { "type": "MemberExpression", - "start": 15176, - "end": 15194, + "start": 15482, + "end": 15500, "loc": { "start": { - "line": 400, + "line": 408, "column": 52 }, "end": { - "line": 400, + "line": 408, "column": 70 } }, "object": { "type": "ThisExpression", - "start": 15176, - "end": 15180, + "start": 15482, + "end": 15486, "loc": { "start": { - "line": 400, + "line": 408, "column": 52 }, "end": { - "line": 400, + "line": 408, "column": 56 } } }, "property": { "type": "Identifier", - "start": 15181, - "end": 15194, + "start": 15487, + "end": 15500, "loc": { "start": { - "line": 400, + "line": 408, "column": 57 }, "end": { - "line": 400, + "line": 408, "column": 70 }, "identifierName": "getRecordType" @@ -27968,15 +28570,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 15201, - "end": 15213, + "start": 15507, + "end": 15519, "loc": { "start": { - "line": 400, + "line": 408, "column": 77 }, "end": { - "line": 400, + "line": 408, "column": 89 }, "identifierName": "AUDIO_SCREEN" @@ -27988,86 +28590,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 15215, - "end": 15534, + "start": 15521, + "end": 15840, "loc": { "start": { - "line": 400, + "line": 408, "column": 91 }, "end": { - "line": 407, + "line": 415, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 15229, - "end": 15524, + "start": 15535, + "end": 15830, "loc": { "start": { - "line": 401, + "line": 409, "column": 12 }, "end": { - "line": 406, + "line": 414, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 15233, - "end": 15341, + "start": 15539, + "end": 15647, "loc": { "start": { - "line": 401, + "line": 409, "column": 16 }, "end": { - "line": 402, + "line": 410, "column": 68 } }, "left": { "type": "BinaryExpression", - "start": 15233, - "end": 15269, + "start": 15539, + "end": 15575, "loc": { "start": { - "line": 401, + "line": 409, "column": 16 }, "end": { - "line": 401, + "line": 409, "column": 52 } }, "left": { "type": "MemberExpression", - "start": 15233, - "end": 15255, + "start": 15539, + "end": 15561, "loc": { "start": { - "line": 401, + "line": 409, "column": 16 }, "end": { - "line": 401, + "line": 409, "column": 38 } }, "object": { "type": "Identifier", - "start": 15233, - "end": 15242, + "start": 15539, + "end": 15548, "loc": { "start": { - "line": 401, + "line": 409, "column": 16 }, "end": { - "line": 401, + "line": 409, "column": 25 }, "identifierName": "navigator" @@ -28076,15 +28678,15 @@ }, "property": { "type": "Identifier", - "start": 15243, - "end": 15255, + "start": 15549, + "end": 15561, "loc": { "start": { - "line": 401, + "line": 409, "column": 26 }, "end": { - "line": 401, + "line": 409, "column": 38 }, "identifierName": "mediaDevices" @@ -28096,15 +28698,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 15260, - "end": 15269, + "start": 15566, + "end": 15575, "loc": { "start": { - "line": 401, + "line": 409, "column": 43 }, "end": { - "line": 401, + "line": 409, "column": 52 }, "identifierName": "undefined" @@ -28115,57 +28717,57 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 15289, - "end": 15341, + "start": 15595, + "end": 15647, "loc": { "start": { - "line": 402, + "line": 410, "column": 16 }, "end": { - "line": 402, + "line": 410, "column": 68 } }, "left": { "type": "MemberExpression", - "start": 15289, - "end": 15327, + "start": 15595, + "end": 15633, "loc": { "start": { - "line": 402, + "line": 410, "column": 16 }, "end": { - "line": 402, + "line": 410, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 15289, - "end": 15311, + "start": 15595, + "end": 15617, "loc": { "start": { - "line": 402, + "line": 410, "column": 16 }, "end": { - "line": 402, + "line": 410, "column": 38 } }, "object": { "type": "Identifier", - "start": 15289, - "end": 15298, + "start": 15595, + "end": 15604, "loc": { "start": { - "line": 402, + "line": 410, "column": 16 }, "end": { - "line": 402, + "line": 410, "column": 25 }, "identifierName": "navigator" @@ -28174,15 +28776,15 @@ }, "property": { "type": "Identifier", - "start": 15299, - "end": 15311, + "start": 15605, + "end": 15617, "loc": { "start": { - "line": 402, + "line": 410, "column": 26 }, "end": { - "line": 402, + "line": 410, "column": 38 }, "identifierName": "mediaDevices" @@ -28193,15 +28795,15 @@ }, "property": { "type": "Identifier", - "start": 15312, - "end": 15327, + "start": 15618, + "end": 15633, "loc": { "start": { - "line": 402, + "line": 410, "column": 39 }, "end": { - "line": 402, + "line": 410, "column": 54 }, "identifierName": "getDisplayMedia" @@ -28213,15 +28815,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 15332, - "end": 15341, + "start": 15638, + "end": 15647, "loc": { "start": { - "line": 402, + "line": 410, "column": 59 }, "end": { - "line": 402, + "line": 410, "column": 68 }, "identifierName": "undefined" @@ -28232,101 +28834,101 @@ }, "consequent": { "type": "BlockStatement", - "start": 15343, - "end": 15524, + "start": 15649, + "end": 15830, "loc": { "start": { - "line": 402, + "line": 410, "column": 70 }, "end": { - "line": 406, + "line": 414, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 15361, - "end": 15486, + "start": 15667, + "end": 15792, "loc": { "start": { - "line": 403, + "line": 411, "column": 16 }, "end": { - "line": 404, + "line": 412, "column": 92 } }, "expression": { "type": "CallExpression", - "start": 15361, - "end": 15485, + "start": 15667, + "end": 15791, "loc": { "start": { - "line": 403, + "line": 411, "column": 16 }, "end": { - "line": 404, + "line": 412, "column": 91 } }, "callee": { "type": "MemberExpression", - "start": 15361, - "end": 15380, + "start": 15667, + "end": 15686, "loc": { "start": { - "line": 403, + "line": 411, "column": 16 }, "end": { - "line": 403, + "line": 411, "column": 35 } }, "object": { "type": "MemberExpression", - "start": 15361, - "end": 15372, + "start": 15667, + "end": 15678, "loc": { "start": { - "line": 403, + "line": 411, "column": 16 }, "end": { - "line": 403, + "line": 411, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 15361, - "end": 15365, + "start": 15667, + "end": 15671, "loc": { "start": { - "line": 403, + "line": 411, "column": 16 }, "end": { - "line": 403, + "line": 411, "column": 20 } } }, "property": { "type": "Identifier", - "start": 15366, - "end": 15372, + "start": 15672, + "end": 15678, "loc": { "start": { - "line": 403, + "line": 411, "column": 21 }, "end": { - "line": 403, + "line": 411, "column": 27 }, "identifierName": "player" @@ -28337,15 +28939,15 @@ }, "property": { "type": "Identifier", - "start": 15373, - "end": 15380, + "start": 15679, + "end": 15686, "loc": { "start": { - "line": 403, + "line": 411, "column": 28 }, "end": { - "line": 403, + "line": 411, "column": 35 }, "identifierName": "trigger" @@ -28357,29 +28959,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 15381, - "end": 15392, + "start": 15687, + "end": 15698, "loc": { "start": { - "line": 403, + "line": 411, "column": 36 }, "end": { - "line": 403, + "line": 411, "column": 47 } }, "object": { "type": "Identifier", - "start": 15381, - "end": 15386, + "start": 15687, + "end": 15692, "loc": { "start": { - "line": 403, + "line": 411, "column": 36 }, "end": { - "line": 403, + "line": 411, "column": 41 }, "identifierName": "Event" @@ -28388,15 +28990,15 @@ }, "property": { "type": "Identifier", - "start": 15387, - "end": 15392, + "start": 15693, + "end": 15698, "loc": { "start": { - "line": 403, + "line": 411, "column": 42 }, "end": { - "line": 403, + "line": 411, "column": 47 }, "identifierName": "ERROR" @@ -28407,15 +29009,15 @@ }, { "type": "StringLiteral", - "start": 15414, - "end": 15484, + "start": 15720, + "end": 15790, "loc": { "start": { - "line": 404, + "line": 412, "column": 20 }, "end": { - "line": 404, + "line": 412, "column": 90 } }, @@ -28430,15 +29032,15 @@ }, { "type": "ReturnStatement", - "start": 15503, - "end": 15510, + "start": 15809, + "end": 15816, "loc": { "start": { - "line": 405, + "line": 413, "column": 16 }, "end": { - "line": 405, + "line": 413, "column": 23 } }, @@ -28454,86 +29056,86 @@ }, "alternate": { "type": "BlockStatement", - "start": 15540, - "end": 15853, + "start": 15846, + "end": 16159, "loc": { "start": { - "line": 407, + "line": 415, "column": 15 }, "end": { - "line": 414, + "line": 422, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 15554, - "end": 15843, + "start": 15860, + "end": 16149, "loc": { "start": { - "line": 408, + "line": 416, "column": 12 }, "end": { - "line": 413, + "line": 421, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 15558, - "end": 15663, + "start": 15864, + "end": 15969, "loc": { "start": { - "line": 408, + "line": 416, "column": 16 }, "end": { - "line": 409, + "line": 417, "column": 65 } }, "left": { "type": "BinaryExpression", - "start": 15558, - "end": 15594, + "start": 15864, + "end": 15900, "loc": { "start": { - "line": 408, + "line": 416, "column": 16 }, "end": { - "line": 408, + "line": 416, "column": 52 } }, "left": { "type": "MemberExpression", - "start": 15558, - "end": 15580, + "start": 15864, + "end": 15886, "loc": { "start": { - "line": 408, + "line": 416, "column": 16 }, "end": { - "line": 408, + "line": 416, "column": 38 } }, "object": { "type": "Identifier", - "start": 15558, - "end": 15567, + "start": 15864, + "end": 15873, "loc": { "start": { - "line": 408, + "line": 416, "column": 16 }, "end": { - "line": 408, + "line": 416, "column": 25 }, "identifierName": "navigator" @@ -28542,15 +29144,15 @@ }, "property": { "type": "Identifier", - "start": 15568, - "end": 15580, + "start": 15874, + "end": 15886, "loc": { "start": { - "line": 408, + "line": 416, "column": 26 }, "end": { - "line": 408, + "line": 416, "column": 38 }, "identifierName": "mediaDevices" @@ -28562,15 +29164,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 15585, - "end": 15594, + "start": 15891, + "end": 15900, "loc": { "start": { - "line": 408, + "line": 416, "column": 43 }, "end": { - "line": 408, + "line": 416, "column": 52 }, "identifierName": "undefined" @@ -28581,57 +29183,57 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 15614, - "end": 15663, + "start": 15920, + "end": 15969, "loc": { "start": { - "line": 409, + "line": 417, "column": 16 }, "end": { - "line": 409, + "line": 417, "column": 65 } }, "left": { "type": "MemberExpression", - "start": 15614, - "end": 15649, + "start": 15920, + "end": 15955, "loc": { "start": { - "line": 409, + "line": 417, "column": 16 }, "end": { - "line": 409, + "line": 417, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 15614, - "end": 15636, + "start": 15920, + "end": 15942, "loc": { "start": { - "line": 409, + "line": 417, "column": 16 }, "end": { - "line": 409, + "line": 417, "column": 38 } }, "object": { "type": "Identifier", - "start": 15614, - "end": 15623, + "start": 15920, + "end": 15929, "loc": { "start": { - "line": 409, + "line": 417, "column": 16 }, "end": { - "line": 409, + "line": 417, "column": 25 }, "identifierName": "navigator" @@ -28640,15 +29242,15 @@ }, "property": { "type": "Identifier", - "start": 15624, - "end": 15636, + "start": 15930, + "end": 15942, "loc": { "start": { - "line": 409, + "line": 417, "column": 26 }, "end": { - "line": 409, + "line": 417, "column": 38 }, "identifierName": "mediaDevices" @@ -28659,15 +29261,15 @@ }, "property": { "type": "Identifier", - "start": 15637, - "end": 15649, + "start": 15943, + "end": 15955, "loc": { "start": { - "line": 409, + "line": 417, "column": 39 }, "end": { - "line": 409, + "line": 417, "column": 51 }, "identifierName": "getUserMedia" @@ -28679,15 +29281,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 15654, - "end": 15663, + "start": 15960, + "end": 15969, "loc": { "start": { - "line": 409, + "line": 417, "column": 56 }, "end": { - "line": 409, + "line": 417, "column": 65 }, "identifierName": "undefined" @@ -28698,101 +29300,101 @@ }, "consequent": { "type": "BlockStatement", - "start": 15665, - "end": 15843, + "start": 15971, + "end": 16149, "loc": { "start": { - "line": 409, + "line": 417, "column": 67 }, "end": { - "line": 413, + "line": 421, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 15683, - "end": 15805, + "start": 15989, + "end": 16111, "loc": { "start": { - "line": 410, + "line": 418, "column": 16 }, "end": { - "line": 411, + "line": 419, "column": 89 } }, "expression": { "type": "CallExpression", - "start": 15683, - "end": 15804, + "start": 15989, + "end": 16110, "loc": { "start": { - "line": 410, + "line": 418, "column": 16 }, "end": { - "line": 411, + "line": 419, "column": 88 } }, "callee": { "type": "MemberExpression", - "start": 15683, - "end": 15702, + "start": 15989, + "end": 16008, "loc": { "start": { - "line": 410, + "line": 418, "column": 16 }, "end": { - "line": 410, + "line": 418, "column": 35 } }, "object": { "type": "MemberExpression", - "start": 15683, - "end": 15694, + "start": 15989, + "end": 16000, "loc": { "start": { - "line": 410, + "line": 418, "column": 16 }, "end": { - "line": 410, + "line": 418, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 15683, - "end": 15687, + "start": 15989, + "end": 15993, "loc": { "start": { - "line": 410, + "line": 418, "column": 16 }, "end": { - "line": 410, + "line": 418, "column": 20 } } }, "property": { "type": "Identifier", - "start": 15688, - "end": 15694, + "start": 15994, + "end": 16000, "loc": { "start": { - "line": 410, + "line": 418, "column": 21 }, "end": { - "line": 410, + "line": 418, "column": 27 }, "identifierName": "player" @@ -28803,15 +29405,15 @@ }, "property": { "type": "Identifier", - "start": 15695, - "end": 15702, + "start": 16001, + "end": 16008, "loc": { "start": { - "line": 410, + "line": 418, "column": 28 }, "end": { - "line": 410, + "line": 418, "column": 35 }, "identifierName": "trigger" @@ -28823,29 +29425,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 15703, - "end": 15714, + "start": 16009, + "end": 16020, "loc": { "start": { - "line": 410, + "line": 418, "column": 36 }, "end": { - "line": 410, + "line": 418, "column": 47 } }, "object": { "type": "Identifier", - "start": 15703, - "end": 15708, + "start": 16009, + "end": 16014, "loc": { "start": { - "line": 410, + "line": 418, "column": 36 }, "end": { - "line": 410, + "line": 418, "column": 41 }, "identifierName": "Event" @@ -28854,15 +29456,15 @@ }, "property": { "type": "Identifier", - "start": 15709, - "end": 15714, + "start": 16015, + "end": 16020, "loc": { "start": { - "line": 410, + "line": 418, "column": 42 }, "end": { - "line": 410, + "line": 418, "column": 47 }, "identifierName": "ERROR" @@ -28873,15 +29475,15 @@ }, { "type": "StringLiteral", - "start": 15736, - "end": 15803, + "start": 16042, + "end": 16109, "loc": { "start": { - "line": 411, + "line": 419, "column": 20 }, "end": { - "line": 411, + "line": 419, "column": 87 } }, @@ -28896,15 +29498,15 @@ }, { "type": "ReturnStatement", - "start": 15822, - "end": 15829, + "start": 16128, + "end": 16135, "loc": { "start": { - "line": 412, + "line": 420, "column": 16 }, "end": { - "line": 412, + "line": 420, "column": 23 } }, @@ -28923,15 +29525,15 @@ { "type": "CommentLine", "value": " check for support because some browsers still do not support", - "start": 14921, - "end": 14984, + "start": 15227, + "end": 15290, "loc": { "start": { - "line": 397, + "line": 405, "column": 8 }, "end": { - "line": 397, + "line": 405, "column": 71 } } @@ -28939,15 +29541,15 @@ { "type": "CommentLine", "value": " getDisplayMedia or getUserMedia (like Chrome iOS, see:", - "start": 14993, - "end": 15050, + "start": 15299, + "end": 15356, "loc": { "start": { - "line": 398, + "line": 406, "column": 8 }, "end": { - "line": 398, + "line": 406, "column": 65 } } @@ -28955,15 +29557,15 @@ { "type": "CommentLine", "value": " https://bugs.chromium.org/p/chromium/issues/detail?id=752458)", - "start": 15059, - "end": 15123, + "start": 15365, + "end": 15429, "loc": { "start": { - "line": 399, + "line": 407, "column": 8 }, "end": { - "line": 399, + "line": 407, "column": 72 } } @@ -28973,15 +29575,15 @@ { "type": "CommentLine", "value": " ask the browser to give the user access to the media device", - "start": 15863, - "end": 15925, + "start": 16169, + "end": 16231, "loc": { "start": { - "line": 416, + "line": 424, "column": 8 }, "end": { - "line": 416, + "line": 424, "column": 70 } } @@ -28989,15 +29591,15 @@ { "type": "CommentLine", "value": " and get a stream reference in the callback function", - "start": 15934, - "end": 15988, + "start": 16240, + "end": 16294, "loc": { "start": { - "line": 417, + "line": 425, "column": 8 }, "end": { - "line": 417, + "line": 425, "column": 62 } } @@ -29006,57 +29608,57 @@ }, { "type": "SwitchStatement", - "start": 15997, - "end": 23045, + "start": 16303, + "end": 23446, "loc": { "start": { - "line": 418, + "line": 426, "column": 8 }, "end": { - "line": 580, + "line": 590, "column": 9 } }, "discriminant": { "type": "CallExpression", - "start": 16005, - "end": 16025, + "start": 16311, + "end": 16331, "loc": { "start": { - "line": 418, + "line": 426, "column": 16 }, "end": { - "line": 418, + "line": 426, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 16005, - "end": 16023, + "start": 16311, + "end": 16329, "loc": { "start": { - "line": 418, + "line": 426, "column": 16 }, "end": { - "line": 418, + "line": 426, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 16005, - "end": 16009, + "start": 16311, + "end": 16315, "loc": { "start": { - "line": 418, + "line": 426, "column": 16 }, "end": { - "line": 418, + "line": 426, "column": 20 } }, @@ -29064,15 +29666,15 @@ }, "property": { "type": "Identifier", - "start": 16010, - "end": 16023, + "start": 16316, + "end": 16329, "loc": { "start": { - "line": 418, + "line": 426, "column": 21 }, "end": { - "line": 418, + "line": 426, "column": 34 }, "identifierName": "getRecordType" @@ -29088,73 +29690,73 @@ "cases": [ { "type": "SwitchCase", - "start": 16041, - "end": 18492, + "start": 16347, + "end": 18810, "loc": { "start": { - "line": 419, + "line": 427, "column": 12 }, "end": { - "line": 469, + "line": 477, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 16110, - "end": 16274, + "start": 16416, + "end": 16580, "loc": { "start": { - "line": 421, + "line": 429, "column": 16 }, "end": { - "line": 424, + "line": 432, "column": 18 } }, "expression": { "type": "AssignmentExpression", - "start": 16110, - "end": 16273, + "start": 16416, + "end": 16579, "loc": { "start": { - "line": 421, + "line": 429, "column": 16 }, "end": { - "line": 424, + "line": 432, "column": 17 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 16110, - "end": 16124, + "start": 16416, + "end": 16430, "loc": { "start": { - "line": 421, + "line": 429, "column": 16 }, "end": { - "line": 421, + "line": 429, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 16110, - "end": 16114, + "start": 16416, + "end": 16420, "loc": { "start": { - "line": 421, + "line": 429, "column": 16 }, "end": { - "line": 421, + "line": 429, "column": 20 } }, @@ -29162,15 +29764,15 @@ }, "property": { "type": "Identifier", - "start": 16115, - "end": 16124, + "start": 16421, + "end": 16430, "loc": { "start": { - "line": 421, + "line": 429, "column": 21 }, "end": { - "line": 421, + "line": 429, "column": 30 }, "identifierName": "mediaType" @@ -29182,30 +29784,30 @@ }, "right": { "type": "ObjectExpression", - "start": 16127, - "end": 16273, + "start": 16433, + "end": 16579, "loc": { "start": { - "line": 421, + "line": 429, "column": 33 }, "end": { - "line": 424, + "line": 432, "column": 17 } }, "properties": [ { "type": "ObjectProperty", - "start": 16149, - "end": 16221, + "start": 16455, + "end": 16527, "loc": { "start": { - "line": 422, + "line": 430, "column": 20 }, "end": { - "line": 422, + "line": 430, "column": 92 } }, @@ -29214,15 +29816,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 16149, - "end": 16154, + "start": 16455, + "end": 16460, "loc": { "start": { - "line": 422, + "line": 430, "column": 20 }, "end": { - "line": 422, + "line": 430, "column": 25 }, "identifierName": "audio" @@ -29231,72 +29833,72 @@ }, "value": { "type": "ConditionalExpression", - "start": 16156, - "end": 16221, + "start": 16462, + "end": 16527, "loc": { "start": { - "line": 422, + "line": 430, "column": 27 }, "end": { - "line": 422, + "line": 430, "column": 92 } }, "test": { "type": "BinaryExpression", - "start": 16157, - "end": 16188, + "start": 16463, + "end": 16494, "loc": { "start": { - "line": 422, + "line": 430, "column": 28 }, "end": { - "line": 422, + "line": 430, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 16157, - "end": 16179, + "start": 16463, + "end": 16485, "loc": { "start": { - "line": 422, + "line": 430, "column": 28 }, "end": { - "line": 422, + "line": 430, "column": 50 } }, "object": { "type": "ThisExpression", - "start": 16157, - "end": 16161, + "start": 16463, + "end": 16467, "loc": { "start": { - "line": 422, + "line": 430, "column": 28 }, "end": { - "line": 422, + "line": 430, "column": 32 } } }, "property": { "type": "Identifier", - "start": 16162, - "end": 16179, + "start": 16468, + "end": 16485, "loc": { "start": { - "line": 422, + "line": 430, "column": 33 }, "end": { - "line": 422, + "line": 430, "column": 50 }, "identifierName": "audioRecorderType" @@ -29308,15 +29910,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 16184, - "end": 16188, + "start": 16490, + "end": 16494, "loc": { "start": { - "line": 422, + "line": 430, "column": 55 }, "end": { - "line": 422, + "line": 430, "column": 59 }, "identifierName": "AUTO" @@ -29325,20 +29927,20 @@ }, "extra": { "parenthesized": true, - "parenStart": 16156 + "parenStart": 16462 } }, "consequent": { "type": "BooleanLiteral", - "start": 16192, - "end": 16196, + "start": 16498, + "end": 16502, "loc": { "start": { - "line": 422, + "line": 430, "column": 63 }, "end": { - "line": 422, + "line": 430, "column": 67 } }, @@ -29346,44 +29948,44 @@ }, "alternate": { "type": "MemberExpression", - "start": 16199, - "end": 16221, + "start": 16505, + "end": 16527, "loc": { "start": { - "line": 422, + "line": 430, "column": 70 }, "end": { - "line": 422, + "line": 430, "column": 92 } }, "object": { "type": "ThisExpression", - "start": 16199, - "end": 16203, + "start": 16505, + "end": 16509, "loc": { "start": { - "line": 422, + "line": 430, "column": 70 }, "end": { - "line": 422, + "line": 430, "column": 74 } } }, "property": { "type": "Identifier", - "start": 16204, - "end": 16221, + "start": 16510, + "end": 16527, "loc": { "start": { - "line": 422, + "line": 430, "column": 75 }, "end": { - "line": 422, + "line": 430, "column": 92 }, "identifierName": "audioRecorderType" @@ -29396,15 +29998,15 @@ }, { "type": "ObjectProperty", - "start": 16243, - "end": 16255, + "start": 16549, + "end": 16561, "loc": { "start": { - "line": 423, + "line": 431, "column": 20 }, "end": { - "line": 423, + "line": 431, "column": 32 } }, @@ -29413,15 +30015,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 16243, - "end": 16248, + "start": 16549, + "end": 16554, "loc": { "start": { - "line": 423, + "line": 431, "column": 20 }, "end": { - "line": 423, + "line": 431, "column": 25 }, "identifierName": "video" @@ -29430,15 +30032,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 16250, - "end": 16255, + "start": 16556, + "end": 16561, "loc": { "start": { - "line": 423, + "line": 431, "column": 27 }, "end": { - "line": 423, + "line": 431, "column": 32 } }, @@ -29453,15 +30055,15 @@ { "type": "CommentLine", "value": " setup microphone", - "start": 16074, - "end": 16093, + "start": 16380, + "end": 16399, "loc": { "start": { - "line": 420, + "line": 428, "column": 16 }, "end": { - "line": 420, + "line": 428, "column": 35 } } @@ -29471,15 +30073,15 @@ { "type": "CommentLine", "value": " remove existing microphone listeners", - "start": 16291, - "end": 16330, + "start": 16597, + "end": 16636, "loc": { "start": { - "line": 425, + "line": 433, "column": 16 }, "end": { - "line": 425, + "line": 433, "column": 55 } } @@ -29488,99 +30090,99 @@ }, { "type": "ExpressionStatement", - "start": 16347, - "end": 16446, + "start": 16653, + "end": 16752, "loc": { "start": { - "line": 426, + "line": 434, "column": 16 }, "end": { - "line": 427, + "line": 435, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 16347, - "end": 16445, + "start": 16653, + "end": 16751, "loc": { "start": { - "line": 426, + "line": 434, "column": 16 }, "end": { - "line": 427, + "line": 435, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 16347, - "end": 16379, + "start": 16653, + "end": 16685, "loc": { "start": { - "line": 426, + "line": 434, "column": 16 }, "end": { - "line": 426, + "line": 434, "column": 48 } }, "object": { "type": "MemberExpression", - "start": 16347, - "end": 16376, + "start": 16653, + "end": 16682, "loc": { "start": { - "line": 426, + "line": 434, "column": 16 }, "end": { - "line": 426, + "line": 434, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 16347, - "end": 16365, + "start": 16653, + "end": 16671, "loc": { "start": { - "line": 426, + "line": 434, "column": 16 }, "end": { - "line": 426, + "line": 434, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 16347, - "end": 16358, + "start": 16653, + "end": 16664, "loc": { "start": { - "line": 426, + "line": 434, "column": 16 }, "end": { - "line": 426, + "line": 434, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 16347, - "end": 16351, + "start": 16653, + "end": 16657, "loc": { "start": { - "line": 426, + "line": 434, "column": 16 }, "end": { - "line": 426, + "line": 434, "column": 20 } }, @@ -29588,15 +30190,15 @@ }, "property": { "type": "Identifier", - "start": 16352, - "end": 16358, + "start": 16658, + "end": 16664, "loc": { "start": { - "line": 426, + "line": 434, "column": 21 }, "end": { - "line": 426, + "line": 434, "column": 27 }, "identifierName": "surfer" @@ -29608,15 +30210,15 @@ }, "property": { "type": "Identifier", - "start": 16359, - "end": 16365, + "start": 16665, + "end": 16671, "loc": { "start": { - "line": 426, + "line": 434, "column": 28 }, "end": { - "line": 426, + "line": 434, "column": 34 }, "identifierName": "surfer" @@ -29628,15 +30230,15 @@ }, "property": { "type": "Identifier", - "start": 16366, - "end": 16376, + "start": 16672, + "end": 16682, "loc": { "start": { - "line": 426, + "line": 434, "column": 35 }, "end": { - "line": 426, + "line": 434, "column": 45 }, "identifierName": "microphone" @@ -29648,15 +30250,15 @@ }, "property": { "type": "Identifier", - "start": 16377, - "end": 16379, + "start": 16683, + "end": 16685, "loc": { "start": { - "line": 426, + "line": 434, "column": 46 }, "end": { - "line": 426, + "line": 434, "column": 48 }, "identifierName": "un" @@ -29669,29 +30271,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 16380, - "end": 16398, + "start": 16686, + "end": 16704, "loc": { "start": { - "line": 426, + "line": 434, "column": 49 }, "end": { - "line": 426, + "line": 434, "column": 67 } }, "object": { "type": "Identifier", - "start": 16380, - "end": 16385, + "start": 16686, + "end": 16691, "loc": { "start": { - "line": 426, + "line": 434, "column": 49 }, "end": { - "line": 426, + "line": 434, "column": 54 }, "identifierName": "Event" @@ -29700,15 +30302,15 @@ }, "property": { "type": "Identifier", - "start": 16386, - "end": 16398, + "start": 16692, + "end": 16704, "loc": { "start": { - "line": 426, + "line": 434, "column": 55 }, "end": { - "line": 426, + "line": 434, "column": 67 }, "identifierName": "DEVICE_READY" @@ -29719,44 +30321,44 @@ }, { "type": "MemberExpression", - "start": 16420, - "end": 16444, + "start": 16726, + "end": 16750, "loc": { "start": { - "line": 427, + "line": 435, "column": 20 }, "end": { - "line": 427, + "line": 435, "column": 44 } }, "object": { "type": "ThisExpression", - "start": 16420, - "end": 16424, + "start": 16726, + "end": 16730, "loc": { "start": { - "line": 427, + "line": 435, "column": 20 }, "end": { - "line": 427, + "line": 435, "column": 24 } } }, "property": { "type": "Identifier", - "start": 16425, - "end": 16444, + "start": 16731, + "end": 16750, "loc": { "start": { - "line": 427, + "line": 435, "column": 25 }, "end": { - "line": 427, + "line": 435, "column": 44 }, "identifierName": "deviceReadyCallback" @@ -29772,15 +30374,15 @@ { "type": "CommentLine", "value": " remove existing microphone listeners", - "start": 16291, - "end": 16330, + "start": 16597, + "end": 16636, "loc": { "start": { - "line": 425, + "line": 433, "column": 16 }, "end": { - "line": 425, + "line": 433, "column": 55 } } @@ -29789,114 +30391,114 @@ }, { "type": "ExpressionStatement", - "start": 16463, - "end": 16562, + "start": 16769, + "end": 16868, "loc": { "start": { - "line": 428, + "line": 436, "column": 16 }, "end": { - "line": 429, + "line": 437, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 16463, - "end": 16561, + "start": 16769, + "end": 16867, "loc": { "start": { - "line": 428, + "line": 436, "column": 16 }, "end": { - "line": 429, + "line": 437, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 16463, - "end": 16495, + "start": 16769, + "end": 16801, "loc": { "start": { - "line": 428, + "line": 436, "column": 16 }, "end": { - "line": 428, + "line": 436, "column": 48 } }, "object": { "type": "MemberExpression", - "start": 16463, - "end": 16492, + "start": 16769, + "end": 16798, "loc": { "start": { - "line": 428, + "line": 436, "column": 16 }, "end": { - "line": 428, + "line": 436, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 16463, - "end": 16481, + "start": 16769, + "end": 16787, "loc": { "start": { - "line": 428, + "line": 436, "column": 16 }, "end": { - "line": 428, + "line": 436, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 16463, - "end": 16474, + "start": 16769, + "end": 16780, "loc": { "start": { - "line": 428, + "line": 436, "column": 16 }, "end": { - "line": 428, + "line": 436, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 16463, - "end": 16467, + "start": 16769, + "end": 16773, "loc": { "start": { - "line": 428, + "line": 436, "column": 16 }, "end": { - "line": 428, + "line": 436, "column": 20 } } }, "property": { "type": "Identifier", - "start": 16468, - "end": 16474, + "start": 16774, + "end": 16780, "loc": { "start": { - "line": 428, + "line": 436, "column": 21 }, "end": { - "line": 428, + "line": 436, "column": 27 }, "identifierName": "surfer" @@ -29907,15 +30509,15 @@ }, "property": { "type": "Identifier", - "start": 16475, - "end": 16481, + "start": 16781, + "end": 16787, "loc": { "start": { - "line": 428, + "line": 436, "column": 28 }, "end": { - "line": 428, + "line": 436, "column": 34 }, "identifierName": "surfer" @@ -29926,15 +30528,15 @@ }, "property": { "type": "Identifier", - "start": 16482, - "end": 16492, + "start": 16788, + "end": 16798, "loc": { "start": { - "line": 428, + "line": 436, "column": 35 }, "end": { - "line": 428, + "line": 436, "column": 45 }, "identifierName": "microphone" @@ -29945,15 +30547,15 @@ }, "property": { "type": "Identifier", - "start": 16493, - "end": 16495, + "start": 16799, + "end": 16801, "loc": { "start": { - "line": 428, + "line": 436, "column": 46 }, "end": { - "line": 428, + "line": 436, "column": 48 }, "identifierName": "un" @@ -29965,29 +30567,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 16496, - "end": 16514, + "start": 16802, + "end": 16820, "loc": { "start": { - "line": 428, + "line": 436, "column": 49 }, "end": { - "line": 428, + "line": 436, "column": 67 } }, "object": { "type": "Identifier", - "start": 16496, - "end": 16501, + "start": 16802, + "end": 16807, "loc": { "start": { - "line": 428, + "line": 436, "column": 49 }, "end": { - "line": 428, + "line": 436, "column": 54 }, "identifierName": "Event" @@ -29996,15 +30598,15 @@ }, "property": { "type": "Identifier", - "start": 16502, - "end": 16514, + "start": 16808, + "end": 16820, "loc": { "start": { - "line": 428, + "line": 436, "column": 55 }, "end": { - "line": 428, + "line": 436, "column": 67 }, "identifierName": "DEVICE_ERROR" @@ -30015,44 +30617,44 @@ }, { "type": "MemberExpression", - "start": 16536, - "end": 16560, + "start": 16842, + "end": 16866, "loc": { "start": { - "line": 429, + "line": 437, "column": 20 }, "end": { - "line": 429, + "line": 437, "column": 44 } }, "object": { "type": "ThisExpression", - "start": 16536, - "end": 16540, + "start": 16842, + "end": 16846, "loc": { "start": { - "line": 429, + "line": 437, "column": 20 }, "end": { - "line": 429, + "line": 437, "column": 24 } } }, "property": { "type": "Identifier", - "start": 16541, - "end": 16560, + "start": 16847, + "end": 16866, "loc": { "start": { - "line": 429, + "line": 437, "column": 25 }, "end": { - "line": 429, + "line": 437, "column": 44 }, "identifierName": "deviceErrorCallback" @@ -30067,15 +30669,15 @@ { "type": "CommentLine", "value": " setup new microphone listeners", - "start": 16580, - "end": 16613, + "start": 16886, + "end": 16919, "loc": { "start": { - "line": 431, + "line": 439, "column": 16 }, "end": { - "line": 431, + "line": 439, "column": 49 } } @@ -30084,99 +30686,99 @@ }, { "type": "ExpressionStatement", - "start": 16630, - "end": 16729, + "start": 16936, + "end": 17035, "loc": { "start": { - "line": 432, + "line": 440, "column": 16 }, "end": { - "line": 433, + "line": 441, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 16630, - "end": 16728, + "start": 16936, + "end": 17034, "loc": { "start": { - "line": 432, + "line": 440, "column": 16 }, "end": { - "line": 433, + "line": 441, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 16630, - "end": 16662, + "start": 16936, + "end": 16968, "loc": { "start": { - "line": 432, + "line": 440, "column": 16 }, "end": { - "line": 432, + "line": 440, "column": 48 } }, "object": { "type": "MemberExpression", - "start": 16630, - "end": 16659, + "start": 16936, + "end": 16965, "loc": { "start": { - "line": 432, + "line": 440, "column": 16 }, "end": { - "line": 432, + "line": 440, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 16630, - "end": 16648, + "start": 16936, + "end": 16954, "loc": { "start": { - "line": 432, + "line": 440, "column": 16 }, "end": { - "line": 432, + "line": 440, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 16630, - "end": 16641, + "start": 16936, + "end": 16947, "loc": { "start": { - "line": 432, + "line": 440, "column": 16 }, "end": { - "line": 432, + "line": 440, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 16630, - "end": 16634, + "start": 16936, + "end": 16940, "loc": { "start": { - "line": 432, + "line": 440, "column": 16 }, "end": { - "line": 432, + "line": 440, "column": 20 } }, @@ -30184,15 +30786,15 @@ }, "property": { "type": "Identifier", - "start": 16635, - "end": 16641, + "start": 16941, + "end": 16947, "loc": { "start": { - "line": 432, + "line": 440, "column": 21 }, "end": { - "line": 432, + "line": 440, "column": 27 }, "identifierName": "surfer" @@ -30204,15 +30806,15 @@ }, "property": { "type": "Identifier", - "start": 16642, - "end": 16648, + "start": 16948, + "end": 16954, "loc": { "start": { - "line": 432, + "line": 440, "column": 28 }, "end": { - "line": 432, + "line": 440, "column": 34 }, "identifierName": "surfer" @@ -30224,15 +30826,15 @@ }, "property": { "type": "Identifier", - "start": 16649, - "end": 16659, + "start": 16955, + "end": 16965, "loc": { "start": { - "line": 432, + "line": 440, "column": 35 }, "end": { - "line": 432, + "line": 440, "column": 45 }, "identifierName": "microphone" @@ -30244,15 +30846,15 @@ }, "property": { "type": "Identifier", - "start": 16660, - "end": 16662, + "start": 16966, + "end": 16968, "loc": { "start": { - "line": 432, + "line": 440, "column": 46 }, "end": { - "line": 432, + "line": 440, "column": 48 }, "identifierName": "on" @@ -30265,29 +30867,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 16663, - "end": 16681, + "start": 16969, + "end": 16987, "loc": { "start": { - "line": 432, + "line": 440, "column": 49 }, "end": { - "line": 432, + "line": 440, "column": 67 } }, "object": { "type": "Identifier", - "start": 16663, - "end": 16668, + "start": 16969, + "end": 16974, "loc": { "start": { - "line": 432, + "line": 440, "column": 49 }, "end": { - "line": 432, + "line": 440, "column": 54 }, "identifierName": "Event" @@ -30296,15 +30898,15 @@ }, "property": { "type": "Identifier", - "start": 16669, - "end": 16681, + "start": 16975, + "end": 16987, "loc": { "start": { - "line": 432, + "line": 440, "column": 55 }, "end": { - "line": 432, + "line": 440, "column": 67 }, "identifierName": "DEVICE_READY" @@ -30315,44 +30917,44 @@ }, { "type": "MemberExpression", - "start": 16703, - "end": 16727, + "start": 17009, + "end": 17033, "loc": { "start": { - "line": 433, + "line": 441, "column": 20 }, "end": { - "line": 433, + "line": 441, "column": 44 } }, "object": { "type": "ThisExpression", - "start": 16703, - "end": 16707, + "start": 17009, + "end": 17013, "loc": { "start": { - "line": 433, + "line": 441, "column": 20 }, "end": { - "line": 433, + "line": 441, "column": 24 } } }, "property": { "type": "Identifier", - "start": 16708, - "end": 16727, + "start": 17014, + "end": 17033, "loc": { "start": { - "line": 433, + "line": 441, "column": 25 }, "end": { - "line": 433, + "line": 441, "column": 44 }, "identifierName": "deviceReadyCallback" @@ -30368,15 +30970,15 @@ { "type": "CommentLine", "value": " setup new microphone listeners", - "start": 16580, - "end": 16613, + "start": 16886, + "end": 16919, "loc": { "start": { - "line": 431, + "line": 439, "column": 16 }, "end": { - "line": 431, + "line": 439, "column": 49 } } @@ -30385,114 +30987,114 @@ }, { "type": "ExpressionStatement", - "start": 16746, - "end": 16845, + "start": 17052, + "end": 17151, "loc": { "start": { - "line": 434, + "line": 442, "column": 16 }, "end": { - "line": 435, + "line": 443, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 16746, - "end": 16844, + "start": 17052, + "end": 17150, "loc": { "start": { - "line": 434, + "line": 442, "column": 16 }, "end": { - "line": 435, + "line": 443, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 16746, - "end": 16778, + "start": 17052, + "end": 17084, "loc": { "start": { - "line": 434, + "line": 442, "column": 16 }, "end": { - "line": 434, + "line": 442, "column": 48 } }, "object": { "type": "MemberExpression", - "start": 16746, - "end": 16775, + "start": 17052, + "end": 17081, "loc": { "start": { - "line": 434, + "line": 442, "column": 16 }, "end": { - "line": 434, + "line": 442, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 16746, - "end": 16764, + "start": 17052, + "end": 17070, "loc": { "start": { - "line": 434, + "line": 442, "column": 16 }, "end": { - "line": 434, + "line": 442, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 16746, - "end": 16757, + "start": 17052, + "end": 17063, "loc": { "start": { - "line": 434, + "line": 442, "column": 16 }, "end": { - "line": 434, + "line": 442, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 16746, - "end": 16750, + "start": 17052, + "end": 17056, "loc": { "start": { - "line": 434, + "line": 442, "column": 16 }, "end": { - "line": 434, + "line": 442, "column": 20 } } }, "property": { "type": "Identifier", - "start": 16751, - "end": 16757, + "start": 17057, + "end": 17063, "loc": { "start": { - "line": 434, + "line": 442, "column": 21 }, "end": { - "line": 434, + "line": 442, "column": 27 }, "identifierName": "surfer" @@ -30503,15 +31105,15 @@ }, "property": { "type": "Identifier", - "start": 16758, - "end": 16764, + "start": 17064, + "end": 17070, "loc": { "start": { - "line": 434, + "line": 442, "column": 28 }, "end": { - "line": 434, + "line": 442, "column": 34 }, "identifierName": "surfer" @@ -30522,15 +31124,15 @@ }, "property": { "type": "Identifier", - "start": 16765, - "end": 16775, + "start": 17071, + "end": 17081, "loc": { "start": { - "line": 434, + "line": 442, "column": 35 }, "end": { - "line": 434, + "line": 442, "column": 45 }, "identifierName": "microphone" @@ -30541,15 +31143,15 @@ }, "property": { "type": "Identifier", - "start": 16776, - "end": 16778, + "start": 17082, + "end": 17084, "loc": { "start": { - "line": 434, + "line": 442, "column": 46 }, "end": { - "line": 434, + "line": 442, "column": 48 }, "identifierName": "on" @@ -30561,29 +31163,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 16779, - "end": 16797, + "start": 17085, + "end": 17103, "loc": { "start": { - "line": 434, + "line": 442, "column": 49 }, "end": { - "line": 434, + "line": 442, "column": 67 } }, "object": { "type": "Identifier", - "start": 16779, - "end": 16784, + "start": 17085, + "end": 17090, "loc": { "start": { - "line": 434, + "line": 442, "column": 49 }, "end": { - "line": 434, + "line": 442, "column": 54 }, "identifierName": "Event" @@ -30592,15 +31194,15 @@ }, "property": { "type": "Identifier", - "start": 16785, - "end": 16797, + "start": 17091, + "end": 17103, "loc": { "start": { - "line": 434, + "line": 442, "column": 55 }, "end": { - "line": 434, + "line": 442, "column": 67 }, "identifierName": "DEVICE_ERROR" @@ -30611,44 +31213,44 @@ }, { "type": "MemberExpression", - "start": 16819, - "end": 16843, + "start": 17125, + "end": 17149, "loc": { "start": { - "line": 435, + "line": 443, "column": 20 }, "end": { - "line": 435, + "line": 443, "column": 44 } }, "object": { "type": "ThisExpression", - "start": 16819, - "end": 16823, + "start": 17125, + "end": 17129, "loc": { "start": { - "line": 435, + "line": 443, "column": 20 }, "end": { - "line": 435, + "line": 443, "column": 24 } } }, "property": { "type": "Identifier", - "start": 16824, - "end": 16843, + "start": 17130, + "end": 17149, "loc": { "start": { - "line": 435, + "line": 443, "column": 25 }, "end": { - "line": 435, + "line": 443, "column": 44 }, "identifierName": "deviceErrorCallback" @@ -30663,15 +31265,15 @@ { "type": "CommentLine", "value": " disable existing playback events", - "start": 16863, - "end": 16898, + "start": 17169, + "end": 17204, "loc": { "start": { - "line": 437, + "line": 445, "column": 16 }, "end": { - "line": 437, + "line": 445, "column": 51 } } @@ -30680,71 +31282,71 @@ }, { "type": "ExpressionStatement", - "start": 16915, - "end": 16954, + "start": 17221, + "end": 17260, "loc": { "start": { - "line": 438, + "line": 446, "column": 16 }, "end": { - "line": 438, + "line": 446, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 16915, - "end": 16953, + "start": 17221, + "end": 17259, "loc": { "start": { - "line": 438, + "line": 446, "column": 16 }, "end": { - "line": 438, + "line": 446, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 16915, - "end": 16946, + "start": 17221, + "end": 17252, "loc": { "start": { - "line": 438, + "line": 446, "column": 16 }, "end": { - "line": 438, + "line": 446, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 16915, - "end": 16926, + "start": 17221, + "end": 17232, "loc": { "start": { - "line": 438, + "line": 446, "column": 16 }, "end": { - "line": 438, + "line": 446, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 16915, - "end": 16919, + "start": 17221, + "end": 17225, "loc": { "start": { - "line": 438, + "line": 446, "column": 16 }, "end": { - "line": 438, + "line": 446, "column": 20 } }, @@ -30752,15 +31354,15 @@ }, "property": { "type": "Identifier", - "start": 16920, - "end": 16926, + "start": 17226, + "end": 17232, "loc": { "start": { - "line": 438, + "line": 446, "column": 21 }, "end": { - "line": 438, + "line": 446, "column": 27 }, "identifierName": "surfer" @@ -30772,15 +31374,15 @@ }, "property": { "type": "Identifier", - "start": 16927, - "end": 16946, + "start": 17233, + "end": 17252, "loc": { "start": { - "line": 438, + "line": 446, "column": 28 }, "end": { - "line": 438, + "line": 446, "column": 47 }, "identifierName": "setupPlaybackEvents" @@ -30793,15 +31395,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 16947, - "end": 16952, + "start": 17253, + "end": 17258, "loc": { "start": { - "line": 438, + "line": 446, "column": 48 }, "end": { - "line": 438, + "line": 446, "column": 53 } }, @@ -30814,15 +31416,15 @@ { "type": "CommentLine", "value": " disable existing playback events", - "start": 16863, - "end": 16898, + "start": 17169, + "end": 17204, "loc": { "start": { - "line": 437, + "line": 445, "column": 16 }, "end": { - "line": 437, + "line": 445, "column": 51 } } @@ -30832,15 +31434,15 @@ { "type": "CommentLine", "value": " (re)set surfer liveMode", - "start": 16972, - "end": 16998, + "start": 17278, + "end": 17304, "loc": { "start": { - "line": 440, + "line": 448, "column": 16 }, "end": { - "line": 440, + "line": 448, "column": 42 } } @@ -30849,72 +31451,72 @@ }, { "type": "ExpressionStatement", - "start": 17015, - "end": 17043, + "start": 17321, + "end": 17349, "loc": { "start": { - "line": 441, + "line": 449, "column": 16 }, "end": { - "line": 441, + "line": 449, "column": 44 } }, "expression": { "type": "AssignmentExpression", - "start": 17015, - "end": 17042, + "start": 17321, + "end": 17348, "loc": { "start": { - "line": 441, + "line": 449, "column": 16 }, "end": { - "line": 441, + "line": 449, "column": 43 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 17015, - "end": 17035, + "start": 17321, + "end": 17341, "loc": { "start": { - "line": 441, + "line": 449, "column": 16 }, "end": { - "line": 441, + "line": 449, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 17015, - "end": 17026, + "start": 17321, + "end": 17332, "loc": { "start": { - "line": 441, + "line": 449, "column": 16 }, "end": { - "line": 441, + "line": 449, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 17015, - "end": 17019, + "start": 17321, + "end": 17325, "loc": { "start": { - "line": 441, + "line": 449, "column": 16 }, "end": { - "line": 441, + "line": 449, "column": 20 } }, @@ -30922,15 +31524,15 @@ }, "property": { "type": "Identifier", - "start": 17020, - "end": 17026, + "start": 17326, + "end": 17332, "loc": { "start": { - "line": 441, + "line": 449, "column": 21 }, "end": { - "line": 441, + "line": 449, "column": 27 }, "identifierName": "surfer" @@ -30942,15 +31544,15 @@ }, "property": { "type": "Identifier", - "start": 17027, - "end": 17035, + "start": 17333, + "end": 17341, "loc": { "start": { - "line": 441, + "line": 449, "column": 28 }, "end": { - "line": 441, + "line": 449, "column": 36 }, "identifierName": "liveMode" @@ -30962,15 +31564,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 17038, - "end": 17042, + "start": 17344, + "end": 17348, "loc": { "start": { - "line": 441, + "line": 449, "column": 39 }, "end": { - "line": 441, + "line": 449, "column": 43 } }, @@ -30982,15 +31584,15 @@ { "type": "CommentLine", "value": " (re)set surfer liveMode", - "start": 16972, - "end": 16998, + "start": 17278, + "end": 17304, "loc": { "start": { - "line": 440, + "line": 448, "column": 16 }, "end": { - "line": 440, + "line": 448, "column": 42 } } @@ -30999,115 +31601,115 @@ }, { "type": "ExpressionStatement", - "start": 17060, - "end": 17105, + "start": 17366, + "end": 17411, "loc": { "start": { - "line": 442, + "line": 450, "column": 16 }, "end": { - "line": 442, + "line": 450, "column": 61 } }, "expression": { "type": "AssignmentExpression", - "start": 17060, - "end": 17104, + "start": 17366, + "end": 17410, "loc": { "start": { - "line": 442, + "line": 450, "column": 16 }, "end": { - "line": 442, + "line": 450, "column": 60 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 17060, - "end": 17096, + "start": 17366, + "end": 17402, "loc": { "start": { - "line": 442, + "line": 450, "column": 16 }, "end": { - "line": 442, + "line": 450, "column": 52 } }, "object": { "type": "MemberExpression", - "start": 17060, - "end": 17089, + "start": 17366, + "end": 17395, "loc": { "start": { - "line": 442, + "line": 450, "column": 16 }, "end": { - "line": 442, + "line": 450, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 17060, - "end": 17078, + "start": 17366, + "end": 17384, "loc": { "start": { - "line": 442, + "line": 450, "column": 16 }, "end": { - "line": 442, + "line": 450, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 17060, - "end": 17071, + "start": 17366, + "end": 17377, "loc": { "start": { - "line": 442, + "line": 450, "column": 16 }, "end": { - "line": 442, + "line": 450, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 17060, - "end": 17064, + "start": 17366, + "end": 17370, "loc": { "start": { - "line": 442, + "line": 450, "column": 16 }, "end": { - "line": 442, + "line": 450, "column": 20 } } }, "property": { "type": "Identifier", - "start": 17065, - "end": 17071, + "start": 17371, + "end": 17377, "loc": { "start": { - "line": 442, + "line": 450, "column": 21 }, "end": { - "line": 442, + "line": 450, "column": 27 }, "identifierName": "surfer" @@ -31118,15 +31720,15 @@ }, "property": { "type": "Identifier", - "start": 17072, - "end": 17078, + "start": 17378, + "end": 17384, "loc": { "start": { - "line": 442, + "line": 450, "column": 28 }, "end": { - "line": 442, + "line": 450, "column": 34 }, "identifierName": "surfer" @@ -31137,15 +31739,15 @@ }, "property": { "type": "Identifier", - "start": 17079, - "end": 17089, + "start": 17385, + "end": 17395, "loc": { "start": { - "line": 442, + "line": 450, "column": 35 }, "end": { - "line": 442, + "line": 450, "column": 45 }, "identifierName": "microphone" @@ -31156,15 +31758,15 @@ }, "property": { "type": "Identifier", - "start": 17090, - "end": 17096, + "start": 17396, + "end": 17402, "loc": { "start": { - "line": 442, + "line": 450, "column": 46 }, "end": { - "line": 442, + "line": 450, "column": 52 }, "identifierName": "paused" @@ -31175,15 +31777,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 17099, - "end": 17104, + "start": 17405, + "end": 17410, "loc": { "start": { - "line": 442, + "line": 450, "column": 55 }, "end": { - "line": 442, + "line": 450, "column": 60 } }, @@ -31194,15 +31796,15 @@ { "type": "CommentLine", "value": " resume AudioContext when it's suspended by the browser, due to", - "start": 17123, - "end": 17188, + "start": 17429, + "end": 17494, "loc": { "start": { - "line": 444, + "line": 452, "column": 16 }, "end": { - "line": 444, + "line": 452, "column": 81 } } @@ -31210,15 +31812,15 @@ { "type": "CommentLine", "value": " autoplay rules. Chrome warns with the following message:", - "start": 17205, - "end": 17264, + "start": 17511, + "end": 17570, "loc": { "start": { - "line": 445, + "line": 453, "column": 16 }, "end": { - "line": 445, + "line": 453, "column": 75 } } @@ -31226,15 +31828,15 @@ { "type": "CommentLine", "value": " \"The AudioContext was not allowed to start. It must be resumed", - "start": 17281, - "end": 17346, + "start": 17587, + "end": 17652, "loc": { "start": { - "line": 446, + "line": 454, "column": 16 }, "end": { - "line": 446, + "line": 454, "column": 81 } } @@ -31242,15 +31844,15 @@ { "type": "CommentLine", "value": " (or created) after a user gesture on the page.\"", - "start": 17363, - "end": 17413, + "start": 17669, + "end": 17719, "loc": { "start": { - "line": 447, + "line": 455, "column": 16 }, "end": { - "line": 447, + "line": 455, "column": 66 } } @@ -31259,113 +31861,113 @@ }, { "type": "IfStatement", - "start": 17430, - "end": 17566, + "start": 17736, + "end": 17872, "loc": { "start": { - "line": 448, + "line": 456, "column": 16 }, "end": { - "line": 450, + "line": 458, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 17434, - "end": 17485, + "start": 17740, + "end": 17791, "loc": { "start": { - "line": 448, + "line": 456, "column": 20 }, "end": { - "line": 448, + "line": 456, "column": 71 } }, "left": { "type": "MemberExpression", - "start": 17434, - "end": 17469, + "start": 17740, + "end": 17775, "loc": { "start": { - "line": 448, + "line": 456, "column": 20 }, "end": { - "line": 448, + "line": 456, "column": 55 } }, "object": { "type": "MemberExpression", - "start": 17434, - "end": 17463, + "start": 17740, + "end": 17769, "loc": { "start": { - "line": 448, + "line": 456, "column": 20 }, "end": { - "line": 448, + "line": 456, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 17434, - "end": 17460, + "start": 17740, + "end": 17766, "loc": { "start": { - "line": 448, + "line": 456, "column": 20 }, "end": { - "line": 448, + "line": 456, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 17434, - "end": 17452, + "start": 17740, + "end": 17758, "loc": { "start": { - "line": 448, + "line": 456, "column": 20 }, "end": { - "line": 448, + "line": 456, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 17434, - "end": 17445, + "start": 17740, + "end": 17751, "loc": { "start": { - "line": 448, + "line": 456, "column": 20 }, "end": { - "line": 448, + "line": 456, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 17434, - "end": 17438, + "start": 17740, + "end": 17744, "loc": { "start": { - "line": 448, + "line": 456, "column": 20 }, "end": { - "line": 448, + "line": 456, "column": 24 } }, @@ -31373,15 +31975,15 @@ }, "property": { "type": "Identifier", - "start": 17439, - "end": 17445, + "start": 17745, + "end": 17751, "loc": { "start": { - "line": 448, + "line": 456, "column": 25 }, "end": { - "line": 448, + "line": 456, "column": 31 }, "identifierName": "surfer" @@ -31393,15 +31995,15 @@ }, "property": { "type": "Identifier", - "start": 17446, - "end": 17452, + "start": 17752, + "end": 17758, "loc": { "start": { - "line": 448, + "line": 456, "column": 32 }, "end": { - "line": 448, + "line": 456, "column": 38 }, "identifierName": "surfer" @@ -31413,15 +32015,15 @@ }, "property": { "type": "Identifier", - "start": 17453, - "end": 17460, + "start": 17759, + "end": 17766, "loc": { "start": { - "line": 448, + "line": 456, "column": 39 }, "end": { - "line": 448, + "line": 456, "column": 46 }, "identifierName": "backend" @@ -31433,15 +32035,15 @@ }, "property": { "type": "Identifier", - "start": 17461, - "end": 17463, + "start": 17767, + "end": 17769, "loc": { "start": { - "line": 448, + "line": 456, "column": 47 }, "end": { - "line": 448, + "line": 456, "column": 49 }, "identifierName": "ac" @@ -31453,15 +32055,15 @@ }, "property": { "type": "Identifier", - "start": 17464, - "end": 17469, + "start": 17770, + "end": 17775, "loc": { "start": { - "line": 448, + "line": 456, "column": 50 }, "end": { - "line": 448, + "line": 456, "column": 55 }, "identifierName": "state" @@ -31474,15 +32076,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 17474, - "end": 17485, + "start": 17780, + "end": 17791, "loc": { "start": { - "line": 448, + "line": 456, "column": 60 }, "end": { - "line": 448, + "line": 456, "column": 71 } }, @@ -31496,143 +32098,143 @@ }, "consequent": { "type": "BlockStatement", - "start": 17487, - "end": 17566, + "start": 17793, + "end": 17872, "loc": { "start": { - "line": 448, + "line": 456, "column": 73 }, "end": { - "line": 450, + "line": 458, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 17509, - "end": 17548, + "start": 17815, + "end": 17854, "loc": { "start": { - "line": 449, + "line": 457, "column": 20 }, "end": { - "line": 449, + "line": 457, "column": 59 } }, "expression": { "type": "CallExpression", - "start": 17509, - "end": 17547, + "start": 17815, + "end": 17853, "loc": { "start": { - "line": 449, + "line": 457, "column": 20 }, "end": { - "line": 449, + "line": 457, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 17509, - "end": 17545, + "start": 17815, + "end": 17851, "loc": { "start": { - "line": 449, + "line": 457, "column": 20 }, "end": { - "line": 449, + "line": 457, "column": 56 } }, "object": { "type": "MemberExpression", - "start": 17509, - "end": 17538, + "start": 17815, + "end": 17844, "loc": { "start": { - "line": 449, + "line": 457, "column": 20 }, "end": { - "line": 449, + "line": 457, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 17509, - "end": 17535, + "start": 17815, + "end": 17841, "loc": { "start": { - "line": 449, + "line": 457, "column": 20 }, "end": { - "line": 449, + "line": 457, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 17509, - "end": 17527, + "start": 17815, + "end": 17833, "loc": { "start": { - "line": 449, + "line": 457, "column": 20 }, "end": { - "line": 449, + "line": 457, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 17509, - "end": 17520, + "start": 17815, + "end": 17826, "loc": { "start": { - "line": 449, + "line": 457, "column": 20 }, "end": { - "line": 449, + "line": 457, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 17509, - "end": 17513, + "start": 17815, + "end": 17819, "loc": { "start": { - "line": 449, + "line": 457, "column": 20 }, "end": { - "line": 449, + "line": 457, "column": 24 } } }, "property": { "type": "Identifier", - "start": 17514, - "end": 17520, + "start": 17820, + "end": 17826, "loc": { "start": { - "line": 449, + "line": 457, "column": 25 }, "end": { - "line": 449, + "line": 457, "column": 31 }, "identifierName": "surfer" @@ -31643,15 +32245,15 @@ }, "property": { "type": "Identifier", - "start": 17521, - "end": 17527, + "start": 17827, + "end": 17833, "loc": { "start": { - "line": 449, + "line": 457, "column": 32 }, "end": { - "line": 449, + "line": 457, "column": 38 }, "identifierName": "surfer" @@ -31662,15 +32264,15 @@ }, "property": { "type": "Identifier", - "start": 17528, - "end": 17535, + "start": 17834, + "end": 17841, "loc": { "start": { - "line": 449, + "line": 457, "column": 39 }, "end": { - "line": 449, + "line": 457, "column": 46 }, "identifierName": "backend" @@ -31681,15 +32283,15 @@ }, "property": { "type": "Identifier", - "start": 17536, - "end": 17538, + "start": 17842, + "end": 17844, "loc": { "start": { - "line": 449, + "line": 457, "column": 47 }, "end": { - "line": 449, + "line": 457, "column": 49 }, "identifierName": "ac" @@ -31700,15 +32302,15 @@ }, "property": { "type": "Identifier", - "start": 17539, - "end": 17545, + "start": 17845, + "end": 17851, "loc": { "start": { - "line": 449, + "line": 457, "column": 50 }, "end": { - "line": 449, + "line": 457, "column": 56 }, "identifierName": "resume" @@ -31729,15 +32331,15 @@ { "type": "CommentLine", "value": " resume AudioContext when it's suspended by the browser, due to", - "start": 17123, - "end": 17188, + "start": 17429, + "end": 17494, "loc": { "start": { - "line": 444, + "line": 452, "column": 16 }, "end": { - "line": 444, + "line": 452, "column": 81 } } @@ -31745,15 +32347,15 @@ { "type": "CommentLine", "value": " autoplay rules. Chrome warns with the following message:", - "start": 17205, - "end": 17264, + "start": 17511, + "end": 17570, "loc": { "start": { - "line": 445, + "line": 453, "column": 16 }, "end": { - "line": 445, + "line": 453, "column": 75 } } @@ -31761,15 +32363,15 @@ { "type": "CommentLine", "value": " \"The AudioContext was not allowed to start. It must be resumed", - "start": 17281, - "end": 17346, + "start": 17587, + "end": 17652, "loc": { "start": { - "line": 446, + "line": 454, "column": 16 }, "end": { - "line": 446, + "line": 454, "column": 81 } } @@ -31777,15 +32379,15 @@ { "type": "CommentLine", "value": " (or created) after a user gesture on the page.\"", - "start": 17363, - "end": 17413, + "start": 17669, + "end": 17719, "loc": { "start": { - "line": 447, + "line": 455, "column": 16 }, "end": { - "line": 447, + "line": 455, "column": 66 } } @@ -31795,15 +32397,15 @@ { "type": "CommentLine", "value": " assign custom reloadBufferFunction for microphone plugin to", - "start": 17584, - "end": 17646, + "start": 17890, + "end": 17952, "loc": { "start": { - "line": 452, + "line": 460, "column": 16 }, "end": { - "line": 452, + "line": 460, "column": 78 } } @@ -31811,15 +32413,15 @@ { "type": "CommentLine", "value": " obtain AudioBuffer chunks", - "start": 17663, - "end": 17691, + "start": 17969, + "end": 17997, "loc": { "start": { - "line": 453, + "line": 461, "column": 16 }, "end": { - "line": 453, + "line": 461, "column": 44 } } @@ -31828,57 +32430,57 @@ }, { "type": "IfStatement", - "start": 17708, - "end": 18358, + "start": 18014, + "end": 18664, "loc": { "start": { - "line": 454, + "line": 462, "column": 16 }, "end": { - "line": 466, + "line": 474, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 17712, - "end": 17743, + "start": 18018, + "end": 18049, "loc": { "start": { - "line": 454, + "line": 462, "column": 20 }, "end": { - "line": 454, + "line": 462, "column": 51 } }, "left": { "type": "MemberExpression", - "start": 17712, - "end": 17734, + "start": 18018, + "end": 18040, "loc": { "start": { - "line": 454, + "line": 462, "column": 20 }, "end": { - "line": 454, + "line": 462, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 17712, - "end": 17716, + "start": 18018, + "end": 18022, "loc": { "start": { - "line": 454, + "line": 462, "column": 20 }, "end": { - "line": 454, + "line": 462, "column": 24 } }, @@ -31886,15 +32488,15 @@ }, "property": { "type": "Identifier", - "start": 17717, - "end": 17734, + "start": 18023, + "end": 18040, "loc": { "start": { - "line": 454, + "line": 462, "column": 25 }, "end": { - "line": 454, + "line": 462, "column": 42 }, "identifierName": "audioBufferUpdate" @@ -31907,15 +32509,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 17739, - "end": 17743, + "start": 18045, + "end": 18049, "loc": { "start": { - "line": 454, + "line": 462, "column": 47 }, "end": { - "line": 454, + "line": 462, "column": 51 } }, @@ -31925,130 +32527,130 @@ }, "consequent": { "type": "BlockStatement", - "start": 17745, - "end": 18358, + "start": 18051, + "end": 18664, "loc": { "start": { - "line": 454, + "line": 462, "column": 53 }, "end": { - "line": 466, + "line": 474, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 17767, - "end": 18340, + "start": 18073, + "end": 18646, "loc": { "start": { - "line": 455, + "line": 463, "column": 20 }, "end": { - "line": 465, + "line": 473, "column": 22 } }, "expression": { "type": "AssignmentExpression", - "start": 17767, - "end": 18339, + "start": 18073, + "end": 18645, "loc": { "start": { - "line": 455, + "line": 463, "column": 20 }, "end": { - "line": 465, + "line": 473, "column": 21 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 17767, - "end": 17817, + "start": 18073, + "end": 18123, "loc": { "start": { - "line": 455, + "line": 463, "column": 20 }, "end": { - "line": 455, + "line": 463, "column": 70 } }, "object": { "type": "MemberExpression", - "start": 17767, - "end": 17796, + "start": 18073, + "end": 18102, "loc": { "start": { - "line": 455, + "line": 463, "column": 20 }, "end": { - "line": 455, + "line": 463, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 17767, - "end": 17785, + "start": 18073, + "end": 18091, "loc": { "start": { - "line": 455, + "line": 463, "column": 20 }, "end": { - "line": 455, + "line": 463, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 17767, - "end": 17778, + "start": 18073, + "end": 18084, "loc": { "start": { - "line": 455, + "line": 463, "column": 20 }, "end": { - "line": 455, + "line": 463, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 17767, - "end": 17771, + "start": 18073, + "end": 18077, "loc": { "start": { - "line": 455, + "line": 463, "column": 20 }, "end": { - "line": 455, + "line": 463, "column": 24 } } }, "property": { "type": "Identifier", - "start": 17772, - "end": 17778, + "start": 18078, + "end": 18084, "loc": { "start": { - "line": 455, + "line": 463, "column": 25 }, "end": { - "line": 455, + "line": 463, "column": 31 }, "identifierName": "surfer" @@ -32059,15 +32661,15 @@ }, "property": { "type": "Identifier", - "start": 17779, - "end": 17785, + "start": 18085, + "end": 18091, "loc": { "start": { - "line": 455, + "line": 463, "column": 32 }, "end": { - "line": 455, + "line": 463, "column": 38 }, "identifierName": "surfer" @@ -32078,15 +32680,15 @@ }, "property": { "type": "Identifier", - "start": 17786, - "end": 17796, + "start": 18092, + "end": 18102, "loc": { "start": { - "line": 455, + "line": 463, "column": 39 }, "end": { - "line": 455, + "line": 463, "column": 49 }, "identifierName": "microphone" @@ -32097,15 +32699,15 @@ }, "property": { "type": "Identifier", - "start": 17797, - "end": 17817, + "start": 18103, + "end": 18123, "loc": { "start": { - "line": 455, + "line": 463, "column": 50 }, "end": { - "line": 455, + "line": 463, "column": 70 }, "identifierName": "reloadBufferFunction" @@ -32116,15 +32718,15 @@ }, "right": { "type": "ArrowFunctionExpression", - "start": 17820, - "end": 18339, + "start": 18126, + "end": 18645, "loc": { "start": { - "line": 455, + "line": 463, "column": 73 }, "end": { - "line": 465, + "line": 473, "column": 21 } }, @@ -32135,15 +32737,15 @@ "params": [ { "type": "Identifier", - "start": 17821, - "end": 17826, + "start": 18127, + "end": 18132, "loc": { "start": { - "line": 455, + "line": 463, "column": 74 }, "end": { - "line": 455, + "line": 463, "column": 79 }, "identifierName": "event" @@ -32153,44 +32755,44 @@ ], "body": { "type": "BlockStatement", - "start": 17831, - "end": 18339, + "start": 18137, + "end": 18645, "loc": { "start": { - "line": 455, + "line": 463, "column": 84 }, "end": { - "line": 465, + "line": 473, "column": 21 } }, "body": [ { "type": "IfStatement", - "start": 17857, - "end": 18317, + "start": 18163, + "end": 18623, "loc": { "start": { - "line": 456, + "line": 464, "column": 24 }, "end": { - "line": 464, + "line": 472, "column": 25 } }, "test": { "type": "UnaryExpression", - "start": 17861, - "end": 17898, + "start": 18167, + "end": 18204, "loc": { "start": { - "line": 456, + "line": 464, "column": 28 }, "end": { - "line": 456, + "line": 464, "column": 65 } }, @@ -32198,86 +32800,86 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 17862, - "end": 17898, + "start": 18168, + "end": 18204, "loc": { "start": { - "line": 456, + "line": 464, "column": 29 }, "end": { - "line": 456, + "line": 464, "column": 65 } }, "object": { "type": "MemberExpression", - "start": 17862, - "end": 17891, + "start": 18168, + "end": 18197, "loc": { "start": { - "line": 456, + "line": 464, "column": 29 }, "end": { - "line": 456, + "line": 464, "column": 58 } }, "object": { "type": "MemberExpression", - "start": 17862, - "end": 17880, + "start": 18168, + "end": 18186, "loc": { "start": { - "line": 456, + "line": 464, "column": 29 }, "end": { - "line": 456, + "line": 464, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 17862, - "end": 17873, + "start": 18168, + "end": 18179, "loc": { "start": { - "line": 456, + "line": 464, "column": 29 }, "end": { - "line": 456, + "line": 464, "column": 40 } }, "object": { "type": "ThisExpression", - "start": 17862, - "end": 17866, + "start": 18168, + "end": 18172, "loc": { "start": { - "line": 456, + "line": 464, "column": 29 }, "end": { - "line": 456, + "line": 464, "column": 33 } } }, "property": { "type": "Identifier", - "start": 17867, - "end": 17873, + "start": 18173, + "end": 18179, "loc": { "start": { - "line": 456, + "line": 464, "column": 34 }, "end": { - "line": 456, + "line": 464, "column": 40 }, "identifierName": "surfer" @@ -32288,15 +32890,15 @@ }, "property": { "type": "Identifier", - "start": 17874, - "end": 17880, + "start": 18180, + "end": 18186, "loc": { "start": { - "line": 456, + "line": 464, "column": 41 }, "end": { - "line": 456, + "line": 464, "column": 47 }, "identifierName": "surfer" @@ -32307,15 +32909,15 @@ }, "property": { "type": "Identifier", - "start": 17881, - "end": 17891, + "start": 18187, + "end": 18197, "loc": { "start": { - "line": 456, + "line": 464, "column": 48 }, "end": { - "line": 456, + "line": 464, "column": 58 }, "identifierName": "microphone" @@ -32326,15 +32928,15 @@ }, "property": { "type": "Identifier", - "start": 17892, - "end": 17898, + "start": 18198, + "end": 18204, "loc": { "start": { - "line": 456, + "line": 464, "column": 59 }, "end": { - "line": 456, + "line": 464, "column": 65 }, "identifierName": "paused" @@ -32349,100 +32951,100 @@ }, "consequent": { "type": "BlockStatement", - "start": 17900, - "end": 18317, + "start": 18206, + "end": 18623, "loc": { "start": { - "line": 456, + "line": 464, "column": 67 }, "end": { - "line": 464, + "line": 472, "column": 25 } }, "body": [ { "type": "ExpressionStatement", - "start": 17968, - "end": 17995, + "start": 18274, + "end": 18301, "loc": { "start": { - "line": 458, + "line": 466, "column": 28 }, "end": { - "line": 458, + "line": 466, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 17968, - "end": 17994, + "start": 18274, + "end": 18300, "loc": { "start": { - "line": 458, + "line": 466, "column": 28 }, "end": { - "line": 458, + "line": 466, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 17968, - "end": 17992, + "start": 18274, + "end": 18298, "loc": { "start": { - "line": 458, + "line": 466, "column": 28 }, "end": { - "line": 458, + "line": 466, "column": 52 } }, "object": { "type": "MemberExpression", - "start": 17968, - "end": 17986, + "start": 18274, + "end": 18292, "loc": { "start": { - "line": 458, + "line": 466, "column": 28 }, "end": { - "line": 458, + "line": 466, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 17968, - "end": 17979, + "start": 18274, + "end": 18285, "loc": { "start": { - "line": 458, + "line": 466, "column": 28 }, "end": { - "line": 458, + "line": 466, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 17968, - "end": 17972, + "start": 18274, + "end": 18278, "loc": { "start": { - "line": 458, + "line": 466, "column": 28 }, "end": { - "line": 458, + "line": 466, "column": 32 } }, @@ -32450,15 +33052,15 @@ }, "property": { "type": "Identifier", - "start": 17973, - "end": 17979, + "start": 18279, + "end": 18285, "loc": { "start": { - "line": 458, + "line": 466, "column": 33 }, "end": { - "line": 458, + "line": 466, "column": 39 }, "identifierName": "surfer" @@ -32470,15 +33072,15 @@ }, "property": { "type": "Identifier", - "start": 17980, - "end": 17986, + "start": 18286, + "end": 18292, "loc": { "start": { - "line": 458, + "line": 466, "column": 40 }, "end": { - "line": 458, + "line": 466, "column": 46 }, "identifierName": "surfer" @@ -32490,15 +33092,15 @@ }, "property": { "type": "Identifier", - "start": 17987, - "end": 17992, + "start": 18293, + "end": 18298, "loc": { "start": { - "line": 458, + "line": 466, "column": 47 }, "end": { - "line": 458, + "line": 466, "column": 52 }, "identifierName": "empty" @@ -32515,15 +33117,15 @@ { "type": "CommentLine", "value": " redraw", - "start": 17930, - "end": 17939, + "start": 18236, + "end": 18245, "loc": { "start": { - "line": 457, + "line": 465, "column": 28 }, "end": { - "line": 457, + "line": 465, "column": 37 } } @@ -32532,100 +33134,100 @@ }, { "type": "ExpressionStatement", - "start": 18024, - "end": 18080, + "start": 18330, + "end": 18386, "loc": { "start": { - "line": 459, + "line": 467, "column": 28 }, "end": { - "line": 459, + "line": 467, "column": 84 } }, "expression": { "type": "CallExpression", - "start": 18024, - "end": 18079, + "start": 18330, + "end": 18385, "loc": { "start": { - "line": 459, + "line": 467, "column": 28 }, "end": { - "line": 459, + "line": 467, "column": 83 } }, "callee": { "type": "MemberExpression", - "start": 18024, - "end": 18060, + "start": 18330, + "end": 18366, "loc": { "start": { - "line": 459, + "line": 467, "column": 28 }, "end": { - "line": 459, + "line": 467, "column": 64 } }, "object": { "type": "MemberExpression", - "start": 18024, - "end": 18042, + "start": 18330, + "end": 18348, "loc": { "start": { - "line": 459, + "line": 467, "column": 28 }, "end": { - "line": 459, + "line": 467, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 18024, - "end": 18035, + "start": 18330, + "end": 18341, "loc": { "start": { - "line": 459, + "line": 467, "column": 28 }, "end": { - "line": 459, + "line": 467, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 18024, - "end": 18028, + "start": 18330, + "end": 18334, "loc": { "start": { - "line": 459, + "line": 467, "column": 28 }, "end": { - "line": 459, + "line": 467, "column": 32 } } }, "property": { "type": "Identifier", - "start": 18029, - "end": 18035, + "start": 18335, + "end": 18341, "loc": { "start": { - "line": 459, + "line": 467, "column": 33 }, "end": { - "line": 459, + "line": 467, "column": 39 }, "identifierName": "surfer" @@ -32636,15 +33238,15 @@ }, "property": { "type": "Identifier", - "start": 18036, - "end": 18042, + "start": 18342, + "end": 18348, "loc": { "start": { - "line": 459, + "line": 467, "column": 40 }, "end": { - "line": 459, + "line": 467, "column": 46 }, "identifierName": "surfer" @@ -32655,15 +33257,15 @@ }, "property": { "type": "Identifier", - "start": 18043, - "end": 18060, + "start": 18349, + "end": 18366, "loc": { "start": { - "line": 459, + "line": 467, "column": 47 }, "end": { - "line": 459, + "line": 467, "column": 64 }, "identifierName": "loadDecodedBuffer" @@ -32675,29 +33277,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 18061, - "end": 18078, + "start": 18367, + "end": 18384, "loc": { "start": { - "line": 459, + "line": 467, "column": 65 }, "end": { - "line": 459, + "line": 467, "column": 82 } }, "object": { "type": "Identifier", - "start": 18061, - "end": 18066, + "start": 18367, + "end": 18372, "loc": { "start": { - "line": 459, + "line": 467, "column": 65 }, "end": { - "line": 459, + "line": 467, "column": 70 }, "identifierName": "event" @@ -32706,15 +33308,15 @@ }, "property": { "type": "Identifier", - "start": 18067, - "end": 18078, + "start": 18373, + "end": 18384, "loc": { "start": { - "line": 459, + "line": 467, "column": 71 }, "end": { - "line": 459, + "line": 467, "column": 82 }, "identifierName": "inputBuffer" @@ -32729,15 +33331,15 @@ { "type": "CommentLine", "value": " store data and notify others", - "start": 18110, - "end": 18141, + "start": 18416, + "end": 18447, "loc": { "start": { - "line": 461, + "line": 469, "column": 28 }, "end": { - "line": 461, + "line": 469, "column": 59 } } @@ -32746,72 +33348,72 @@ }, { "type": "ExpressionStatement", - "start": 18170, - "end": 18215, + "start": 18476, + "end": 18521, "loc": { "start": { - "line": 462, + "line": 470, "column": 28 }, "end": { - "line": 462, + "line": 470, "column": 73 } }, "expression": { "type": "AssignmentExpression", - "start": 18170, - "end": 18214, + "start": 18476, + "end": 18520, "loc": { "start": { - "line": 462, + "line": 470, "column": 28 }, "end": { - "line": 462, + "line": 470, "column": 72 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 18170, - "end": 18194, + "start": 18476, + "end": 18500, "loc": { "start": { - "line": 462, + "line": 470, "column": 28 }, "end": { - "line": 462, + "line": 470, "column": 52 } }, "object": { "type": "MemberExpression", - "start": 18170, - "end": 18181, + "start": 18476, + "end": 18487, "loc": { "start": { - "line": 462, + "line": 470, "column": 28 }, "end": { - "line": 462, + "line": 470, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 18170, - "end": 18174, + "start": 18476, + "end": 18480, "loc": { "start": { - "line": 462, + "line": 470, "column": 28 }, "end": { - "line": 462, + "line": 470, "column": 32 } }, @@ -32819,15 +33421,15 @@ }, "property": { "type": "Identifier", - "start": 18175, - "end": 18181, + "start": 18481, + "end": 18487, "loc": { "start": { - "line": 462, + "line": 470, "column": 33 }, "end": { - "line": 462, + "line": 470, "column": 39 }, "identifierName": "player" @@ -32839,15 +33441,15 @@ }, "property": { "type": "Identifier", - "start": 18182, - "end": 18194, + "start": 18488, + "end": 18500, "loc": { "start": { - "line": 462, + "line": 470, "column": 40 }, "end": { - "line": 462, + "line": 470, "column": 52 }, "identifierName": "recordedData" @@ -32859,29 +33461,29 @@ }, "right": { "type": "MemberExpression", - "start": 18197, - "end": 18214, + "start": 18503, + "end": 18520, "loc": { "start": { - "line": 462, + "line": 470, "column": 55 }, "end": { - "line": 462, + "line": 470, "column": 72 } }, "object": { "type": "Identifier", - "start": 18197, - "end": 18202, + "start": 18503, + "end": 18508, "loc": { "start": { - "line": 462, + "line": 470, "column": 55 }, "end": { - "line": 462, + "line": 470, "column": 60 }, "identifierName": "event" @@ -32890,15 +33492,15 @@ }, "property": { "type": "Identifier", - "start": 18203, - "end": 18214, + "start": 18509, + "end": 18520, "loc": { "start": { - "line": 462, + "line": 470, "column": 61 }, "end": { - "line": 462, + "line": 470, "column": 72 }, "identifierName": "inputBuffer" @@ -32913,15 +33515,15 @@ { "type": "CommentLine", "value": " store data and notify others", - "start": 18110, - "end": 18141, + "start": 18416, + "end": 18447, "loc": { "start": { - "line": 461, + "line": 469, "column": 28 }, "end": { - "line": 461, + "line": 469, "column": 59 } } @@ -32930,86 +33532,86 @@ }, { "type": "ExpressionStatement", - "start": 18244, - "end": 18291, + "start": 18550, + "end": 18597, "loc": { "start": { - "line": 463, + "line": 471, "column": 28 }, "end": { - "line": 463, + "line": 471, "column": 75 } }, "expression": { "type": "CallExpression", - "start": 18244, - "end": 18290, + "start": 18550, + "end": 18596, "loc": { "start": { - "line": 463, + "line": 471, "column": 28 }, "end": { - "line": 463, + "line": 471, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 18244, - "end": 18263, + "start": 18550, + "end": 18569, "loc": { "start": { - "line": 463, + "line": 471, "column": 28 }, "end": { - "line": 463, + "line": 471, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 18244, - "end": 18255, + "start": 18550, + "end": 18561, "loc": { "start": { - "line": 463, + "line": 471, "column": 28 }, "end": { - "line": 463, + "line": 471, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 18244, - "end": 18248, + "start": 18550, + "end": 18554, "loc": { "start": { - "line": 463, + "line": 471, "column": 28 }, "end": { - "line": 463, + "line": 471, "column": 32 } } }, "property": { "type": "Identifier", - "start": 18249, - "end": 18255, + "start": 18555, + "end": 18561, "loc": { "start": { - "line": 463, + "line": 471, "column": 33 }, "end": { - "line": 463, + "line": 471, "column": 39 }, "identifierName": "player" @@ -33020,15 +33622,15 @@ }, "property": { "type": "Identifier", - "start": 18256, - "end": 18263, + "start": 18562, + "end": 18569, "loc": { "start": { - "line": 463, + "line": 471, "column": 40 }, "end": { - "line": 463, + "line": 471, "column": 47 }, "identifierName": "trigger" @@ -33040,29 +33642,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 18264, - "end": 18289, + "start": 18570, + "end": 18595, "loc": { "start": { - "line": 463, + "line": 471, "column": 48 }, "end": { - "line": 463, + "line": 471, "column": 73 } }, "object": { "type": "Identifier", - "start": 18264, - "end": 18269, + "start": 18570, + "end": 18575, "loc": { "start": { - "line": 463, + "line": 471, "column": 48 }, "end": { - "line": 463, + "line": 471, "column": 53 }, "identifierName": "Event" @@ -33071,15 +33673,15 @@ }, "property": { "type": "Identifier", - "start": 18270, - "end": 18289, + "start": 18576, + "end": 18595, "loc": { "start": { - "line": 463, + "line": 471, "column": 54 }, "end": { - "line": 463, + "line": 471, "column": 73 }, "identifierName": "AUDIO_BUFFER_UPDATE" @@ -33111,15 +33713,15 @@ { "type": "CommentLine", "value": " assign custom reloadBufferFunction for microphone plugin to", - "start": 17584, - "end": 17646, + "start": 17890, + "end": 17952, "loc": { "start": { - "line": 452, + "line": 460, "column": 16 }, "end": { - "line": 452, + "line": 460, "column": 78 } } @@ -33127,15 +33729,15 @@ { "type": "CommentLine", "value": " obtain AudioBuffer chunks", - "start": 17663, - "end": 17691, + "start": 17969, + "end": 17997, "loc": { "start": { - "line": 453, + "line": 461, "column": 16 }, "end": { - "line": 453, + "line": 461, "column": 44 } } @@ -33144,17 +33746,17 @@ "trailingComments": [ { "type": "CommentLine", - "value": " open browser device selection dialog", - "start": 18375, - "end": 18414, + "value": " open browser device selection/permissions dialog", + "start": 18681, + "end": 18732, "loc": { "start": { - "line": 467, + "line": 475, "column": 16 }, "end": { - "line": 467, - "column": 55 + "line": 475, + "column": 67 } } } @@ -33162,99 +33764,99 @@ }, { "type": "ExpressionStatement", - "start": 18431, - "end": 18469, + "start": 18749, + "end": 18787, "loc": { "start": { - "line": 468, + "line": 476, "column": 16 }, "end": { - "line": 468, + "line": 476, "column": 54 } }, "expression": { "type": "CallExpression", - "start": 18431, - "end": 18468, + "start": 18749, + "end": 18786, "loc": { "start": { - "line": 468, + "line": 476, "column": 16 }, "end": { - "line": 468, + "line": 476, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 18431, - "end": 18466, + "start": 18749, + "end": 18784, "loc": { "start": { - "line": 468, + "line": 476, "column": 16 }, "end": { - "line": 468, + "line": 476, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 18431, - "end": 18460, + "start": 18749, + "end": 18778, "loc": { "start": { - "line": 468, + "line": 476, "column": 16 }, "end": { - "line": 468, + "line": 476, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 18431, - "end": 18449, + "start": 18749, + "end": 18767, "loc": { "start": { - "line": 468, + "line": 476, "column": 16 }, "end": { - "line": 468, + "line": 476, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 18431, - "end": 18442, + "start": 18749, + "end": 18760, "loc": { "start": { - "line": 468, + "line": 476, "column": 16 }, "end": { - "line": 468, + "line": 476, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 18431, - "end": 18435, + "start": 18749, + "end": 18753, "loc": { "start": { - "line": 468, + "line": 476, "column": 16 }, "end": { - "line": 468, + "line": 476, "column": 20 } }, @@ -33262,15 +33864,15 @@ }, "property": { "type": "Identifier", - "start": 18436, - "end": 18442, + "start": 18754, + "end": 18760, "loc": { "start": { - "line": 468, + "line": 476, "column": 21 }, "end": { - "line": 468, + "line": 476, "column": 27 }, "identifierName": "surfer" @@ -33282,15 +33884,15 @@ }, "property": { "type": "Identifier", - "start": 18443, - "end": 18449, + "start": 18761, + "end": 18767, "loc": { "start": { - "line": 468, + "line": 476, "column": 28 }, "end": { - "line": 468, + "line": 476, "column": 34 }, "identifierName": "surfer" @@ -33302,15 +33904,15 @@ }, "property": { "type": "Identifier", - "start": 18450, - "end": 18460, + "start": 18768, + "end": 18778, "loc": { "start": { - "line": 468, + "line": 476, "column": 35 }, "end": { - "line": 468, + "line": 476, "column": 45 }, "identifierName": "microphone" @@ -33322,15 +33924,15 @@ }, "property": { "type": "Identifier", - "start": 18461, - "end": 18466, + "start": 18779, + "end": 18784, "loc": { "start": { - "line": 468, + "line": 476, "column": 46 }, "end": { - "line": 468, + "line": 476, "column": 51 }, "identifierName": "start" @@ -33346,17 +33948,17 @@ "leadingComments": [ { "type": "CommentLine", - "value": " open browser device selection dialog", - "start": 18375, - "end": 18414, + "value": " open browser device selection/permissions dialog", + "start": 18681, + "end": 18732, "loc": { "start": { - "line": 467, + "line": 475, "column": 16 }, "end": { - "line": 467, - "column": 55 + "line": 475, + "column": 67 } } } @@ -33364,15 +33966,15 @@ }, { "type": "BreakStatement", - "start": 18486, - "end": 18492, + "start": 18804, + "end": 18810, "loc": { "start": { - "line": 469, + "line": 477, "column": 16 }, "end": { - "line": 469, + "line": 477, "column": 22 } }, @@ -33381,15 +33983,15 @@ ], "test": { "type": "Identifier", - "start": 16046, - "end": 16056, + "start": 16352, + "end": 16362, "loc": { "start": { - "line": 419, + "line": 427, "column": 17 }, "end": { - "line": 419, + "line": 427, "column": 27 }, "identifierName": "AUDIO_ONLY" @@ -33399,30 +34001,30 @@ }, { "type": "SwitchCase", - "start": 18506, - "end": 18522, + "start": 18824, + "end": 18840, "loc": { "start": { - "line": 471, + "line": 479, "column": 12 }, "end": { - "line": 471, + "line": 479, "column": 28 } }, "consequent": [], "test": { "type": "Identifier", - "start": 18511, - "end": 18521, + "start": 18829, + "end": 18839, "loc": { "start": { - "line": 471, + "line": 479, "column": 17 }, "end": { - "line": 471, + "line": 479, "column": 27 }, "identifierName": "IMAGE_ONLY" @@ -33432,101 +34034,101 @@ }, { "type": "SwitchCase", - "start": 18535, - "end": 19451, + "start": 18853, + "end": 19769, "loc": { "start": { - "line": 472, + "line": 480, "column": 12 }, "end": { - "line": 492, + "line": 500, "column": 22 } }, "consequent": [ { "type": "IfStatement", - "start": 18568, - "end": 18854, + "start": 18886, + "end": 19172, "loc": { "start": { - "line": 473, + "line": 481, "column": 16 }, "end": { - "line": 477, + "line": 485, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 18572, - "end": 18607, + "start": 18890, + "end": 18925, "loc": { "start": { - "line": 473, + "line": 481, "column": 20 }, "end": { - "line": 473, + "line": 481, "column": 55 } }, "left": { "type": "CallExpression", - "start": 18572, - "end": 18592, + "start": 18890, + "end": 18910, "loc": { "start": { - "line": 473, + "line": 481, "column": 20 }, "end": { - "line": 473, + "line": 481, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 18572, - "end": 18590, + "start": 18890, + "end": 18908, "loc": { "start": { - "line": 473, + "line": 481, "column": 20 }, "end": { - "line": 473, + "line": 481, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 18572, - "end": 18576, + "start": 18890, + "end": 18894, "loc": { "start": { - "line": 473, + "line": 481, "column": 20 }, "end": { - "line": 473, + "line": 481, "column": 24 } } }, "property": { "type": "Identifier", - "start": 18577, - "end": 18590, + "start": 18895, + "end": 18908, "loc": { "start": { - "line": 473, + "line": 481, "column": 25 }, "end": { - "line": 473, + "line": 481, "column": 38 }, "identifierName": "getRecordType" @@ -33540,15 +34142,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 18597, - "end": 18607, + "start": 18915, + "end": 18925, "loc": { "start": { - "line": 473, + "line": 481, "column": 45 }, "end": { - "line": 473, + "line": 481, "column": 55 }, "identifierName": "IMAGE_ONLY" @@ -33558,128 +34160,128 @@ }, "consequent": { "type": "BlockStatement", - "start": 18609, - "end": 18854, + "start": 18927, + "end": 19172, "loc": { "start": { - "line": 473, + "line": 481, "column": 57 }, "end": { - "line": 477, + "line": 485, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 18724, - "end": 18836, + "start": 19042, + "end": 19154, "loc": { "start": { - "line": 475, + "line": 483, "column": 20 }, "end": { - "line": 476, + "line": 484, "column": 52 } }, "expression": { "type": "CallExpression", - "start": 18724, - "end": 18835, + "start": 19042, + "end": 19153, "loc": { "start": { - "line": 475, + "line": 483, "column": 20 }, "end": { - "line": 476, + "line": 484, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 18724, - "end": 18768, + "start": 19042, + "end": 19086, "loc": { "start": { - "line": 475, + "line": 483, "column": 20 }, "end": { - "line": 475, + "line": 483, "column": 64 } }, "object": { "type": "MemberExpression", - "start": 18724, - "end": 18751, + "start": 19042, + "end": 19069, "loc": { "start": { - "line": 475, + "line": 483, "column": 20 }, "end": { - "line": 475, + "line": 483, "column": 47 } }, "object": { "type": "CallExpression", - "start": 18724, - "end": 18740, + "start": 19042, + "end": 19058, "loc": { "start": { - "line": 475, + "line": 483, "column": 20 }, "end": { - "line": 475, + "line": 483, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 18724, - "end": 18738, + "start": 19042, + "end": 19056, "loc": { "start": { - "line": 475, + "line": 483, "column": 20 }, "end": { - "line": 475, + "line": 483, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 18724, - "end": 18735, + "start": 19042, + "end": 19053, "loc": { "start": { - "line": 475, + "line": 483, "column": 20 }, "end": { - "line": 475, + "line": 483, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 18724, - "end": 18728, + "start": 19042, + "end": 19046, "loc": { "start": { - "line": 475, + "line": 483, "column": 20 }, "end": { - "line": 475, + "line": 483, "column": 24 } }, @@ -33687,15 +34289,15 @@ }, "property": { "type": "Identifier", - "start": 18729, - "end": 18735, + "start": 19047, + "end": 19053, "loc": { "start": { - "line": 475, + "line": 483, "column": 25 }, "end": { - "line": 475, + "line": 483, "column": 31 }, "identifierName": "player" @@ -33707,15 +34309,15 @@ }, "property": { "type": "Identifier", - "start": 18736, - "end": 18738, + "start": 19054, + "end": 19056, "loc": { "start": { - "line": 475, + "line": 483, "column": 32 }, "end": { - "line": 475, + "line": 483, "column": 34 }, "identifierName": "el" @@ -33730,15 +34332,15 @@ }, "property": { "type": "Identifier", - "start": 18741, - "end": 18751, + "start": 19059, + "end": 19069, "loc": { "start": { - "line": 475, + "line": 483, "column": 37 }, "end": { - "line": 475, + "line": 483, "column": 47 }, "identifierName": "firstChild" @@ -33750,15 +34352,15 @@ }, "property": { "type": "Identifier", - "start": 18752, - "end": 18768, + "start": 19070, + "end": 19086, "loc": { "start": { - "line": 475, + "line": 483, "column": 48 }, "end": { - "line": 475, + "line": 483, "column": 64 }, "identifierName": "addEventListener" @@ -33771,29 +34373,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 18769, - "end": 18782, + "start": 19087, + "end": 19100, "loc": { "start": { - "line": 475, + "line": 483, "column": 65 }, "end": { - "line": 475, + "line": 483, "column": 78 } }, "object": { "type": "Identifier", - "start": 18769, - "end": 18774, + "start": 19087, + "end": 19092, "loc": { "start": { - "line": 475, + "line": 483, "column": 65 }, "end": { - "line": 475, + "line": 483, "column": 70 }, "identifierName": "Event" @@ -33802,15 +34404,15 @@ }, "property": { "type": "Identifier", - "start": 18775, - "end": 18782, + "start": 19093, + "end": 19100, "loc": { "start": { - "line": 475, + "line": 483, "column": 71 }, "end": { - "line": 475, + "line": 483, "column": 78 }, "identifierName": "PLAYING" @@ -33821,44 +34423,44 @@ }, { "type": "MemberExpression", - "start": 18808, - "end": 18834, + "start": 19126, + "end": 19152, "loc": { "start": { - "line": 476, + "line": 484, "column": 24 }, "end": { - "line": 476, + "line": 484, "column": 50 } }, "object": { "type": "ThisExpression", - "start": 18808, - "end": 18812, + "start": 19126, + "end": 19130, "loc": { "start": { - "line": 476, + "line": 484, "column": 24 }, "end": { - "line": 476, + "line": 484, "column": 28 } } }, "property": { "type": "Identifier", - "start": 18813, - "end": 18834, + "start": 19131, + "end": 19152, "loc": { "start": { - "line": 476, + "line": 484, "column": 29 }, "end": { - "line": 476, + "line": 484, "column": 50 }, "identifierName": "streamVisibleCallback" @@ -33874,15 +34476,15 @@ { "type": "CommentLine", "value": " using player.el() here because this.mediaElement is not available yet", - "start": 18631, - "end": 18703, + "start": 18949, + "end": 19021, "loc": { "start": { - "line": 474, + "line": 482, "column": 20 }, "end": { - "line": 474, + "line": 482, "column": 92 } } @@ -33898,15 +34500,15 @@ { "type": "CommentLine", "value": " setup camera", - "start": 18872, - "end": 18887, + "start": 19190, + "end": 19205, "loc": { "start": { - "line": 479, + "line": 487, "column": 16 }, "end": { - "line": 479, + "line": 487, "column": 31 } } @@ -33915,58 +34517,58 @@ }, { "type": "ExpressionStatement", - "start": 18904, - "end": 19068, + "start": 19222, + "end": 19386, "loc": { "start": { - "line": 480, + "line": 488, "column": 16 }, "end": { - "line": 483, + "line": 491, "column": 18 } }, "expression": { "type": "AssignmentExpression", - "start": 18904, - "end": 19067, + "start": 19222, + "end": 19385, "loc": { "start": { - "line": 480, + "line": 488, "column": 16 }, "end": { - "line": 483, + "line": 491, "column": 17 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 18904, - "end": 18918, + "start": 19222, + "end": 19236, "loc": { "start": { - "line": 480, + "line": 488, "column": 16 }, "end": { - "line": 480, + "line": 488, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 18904, - "end": 18908, + "start": 19222, + "end": 19226, "loc": { "start": { - "line": 480, + "line": 488, "column": 16 }, "end": { - "line": 480, + "line": 488, "column": 20 } }, @@ -33974,15 +34576,15 @@ }, "property": { "type": "Identifier", - "start": 18909, - "end": 18918, + "start": 19227, + "end": 19236, "loc": { "start": { - "line": 480, + "line": 488, "column": 21 }, "end": { - "line": 480, + "line": 488, "column": 30 }, "identifierName": "mediaType" @@ -33994,30 +34596,30 @@ }, "right": { "type": "ObjectExpression", - "start": 18921, - "end": 19067, + "start": 19239, + "end": 19385, "loc": { "start": { - "line": 480, + "line": 488, "column": 33 }, "end": { - "line": 483, + "line": 491, "column": 17 } }, "properties": [ { "type": "ObjectProperty", - "start": 18943, - "end": 18955, + "start": 19261, + "end": 19273, "loc": { "start": { - "line": 481, + "line": 489, "column": 20 }, "end": { - "line": 481, + "line": 489, "column": 32 } }, @@ -34026,15 +34628,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 18943, - "end": 18948, + "start": 19261, + "end": 19266, "loc": { "start": { - "line": 481, + "line": 489, "column": 20 }, "end": { - "line": 481, + "line": 489, "column": 25 }, "identifierName": "audio" @@ -34043,15 +34645,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 18950, - "end": 18955, + "start": 19268, + "end": 19273, "loc": { "start": { - "line": 481, + "line": 489, "column": 27 }, "end": { - "line": 481, + "line": 489, "column": 32 } }, @@ -34060,15 +34662,15 @@ }, { "type": "ObjectProperty", - "start": 18977, - "end": 19049, + "start": 19295, + "end": 19367, "loc": { "start": { - "line": 482, + "line": 490, "column": 20 }, "end": { - "line": 482, + "line": 490, "column": 92 } }, @@ -34077,15 +34679,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 18977, - "end": 18982, + "start": 19295, + "end": 19300, "loc": { "start": { - "line": 482, + "line": 490, "column": 20 }, "end": { - "line": 482, + "line": 490, "column": 25 }, "identifierName": "video" @@ -34094,72 +34696,72 @@ }, "value": { "type": "ConditionalExpression", - "start": 18984, - "end": 19049, + "start": 19302, + "end": 19367, "loc": { "start": { - "line": 482, + "line": 490, "column": 27 }, "end": { - "line": 482, + "line": 490, "column": 92 } }, "test": { "type": "BinaryExpression", - "start": 18985, - "end": 19016, + "start": 19303, + "end": 19334, "loc": { "start": { - "line": 482, + "line": 490, "column": 28 }, "end": { - "line": 482, + "line": 490, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 18985, - "end": 19007, + "start": 19303, + "end": 19325, "loc": { "start": { - "line": 482, + "line": 490, "column": 28 }, "end": { - "line": 482, + "line": 490, "column": 50 } }, "object": { "type": "ThisExpression", - "start": 18985, - "end": 18989, + "start": 19303, + "end": 19307, "loc": { "start": { - "line": 482, + "line": 490, "column": 28 }, "end": { - "line": 482, + "line": 490, "column": 32 } } }, "property": { "type": "Identifier", - "start": 18990, - "end": 19007, + "start": 19308, + "end": 19325, "loc": { "start": { - "line": 482, + "line": 490, "column": 33 }, "end": { - "line": 482, + "line": 490, "column": 50 }, "identifierName": "videoRecorderType" @@ -34171,15 +34773,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 19012, - "end": 19016, + "start": 19330, + "end": 19334, "loc": { "start": { - "line": 482, + "line": 490, "column": 55 }, "end": { - "line": 482, + "line": 490, "column": 59 }, "identifierName": "AUTO" @@ -34188,20 +34790,20 @@ }, "extra": { "parenthesized": true, - "parenStart": 18984 + "parenStart": 19302 } }, "consequent": { "type": "BooleanLiteral", - "start": 19020, - "end": 19024, + "start": 19338, + "end": 19342, "loc": { "start": { - "line": 482, + "line": 490, "column": 63 }, "end": { - "line": 482, + "line": 490, "column": 67 } }, @@ -34209,44 +34811,44 @@ }, "alternate": { "type": "MemberExpression", - "start": 19027, - "end": 19049, + "start": 19345, + "end": 19367, "loc": { "start": { - "line": 482, + "line": 490, "column": 70 }, "end": { - "line": 482, + "line": 490, "column": 92 } }, "object": { "type": "ThisExpression", - "start": 19027, - "end": 19031, + "start": 19345, + "end": 19349, "loc": { "start": { - "line": 482, + "line": 490, "column": 70 }, "end": { - "line": 482, + "line": 490, "column": 74 } } }, "property": { "type": "Identifier", - "start": 19032, - "end": 19049, + "start": 19350, + "end": 19367, "loc": { "start": { - "line": 482, + "line": 490, "column": 75 }, "end": { - "line": 482, + "line": 490, "column": 92 }, "identifierName": "videoRecorderType" @@ -34265,15 +34867,15 @@ { "type": "CommentLine", "value": " setup camera", - "start": 18872, - "end": 18887, + "start": 19190, + "end": 19205, "loc": { "start": { - "line": 479, + "line": 487, "column": 16 }, "end": { - "line": 479, + "line": 487, "column": 31 } } @@ -34282,127 +34884,127 @@ }, { "type": "ExpressionStatement", - "start": 19085, - "end": 19428, + "start": 19403, + "end": 19746, "loc": { "start": { - "line": 484, + "line": 492, "column": 16 }, "end": { - "line": 491, + "line": 499, "column": 18 } }, "expression": { "type": "CallExpression", - "start": 19085, - "end": 19427, + "start": 19403, + "end": 19745, "loc": { "start": { - "line": 484, + "line": 492, "column": 16 }, "end": { - "line": 491, + "line": 499, "column": 17 } }, "callee": { "type": "MemberExpression", - "start": 19085, - "end": 19358, + "start": 19403, + "end": 19676, "loc": { "start": { - "line": 484, + "line": 492, "column": 16 }, "end": { - "line": 489, + "line": 497, "column": 23 } }, "object": { "type": "CallExpression", - "start": 19085, - "end": 19352, + "start": 19403, + "end": 19670, "loc": { "start": { - "line": 484, + "line": 492, "column": 16 }, "end": { - "line": 489, + "line": 497, "column": 17 } }, "callee": { "type": "MemberExpression", - "start": 19085, - "end": 19283, + "start": 19403, + "end": 19601, "loc": { "start": { - "line": 484, + "line": 492, "column": 16 }, "end": { - "line": 487, + "line": 495, "column": 23 } }, "object": { "type": "CallExpression", - "start": 19085, - "end": 19278, + "start": 19403, + "end": 19596, "loc": { "start": { - "line": 484, + "line": 492, "column": 16 }, "end": { - "line": 487, + "line": 495, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 19085, - "end": 19120, + "start": 19403, + "end": 19438, "loc": { "start": { - "line": 484, + "line": 492, "column": 16 }, "end": { - "line": 484, + "line": 492, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 19085, - "end": 19107, + "start": 19403, + "end": 19425, "loc": { "start": { - "line": 484, + "line": 492, "column": 16 }, "end": { - "line": 484, + "line": 492, "column": 38 } }, "object": { "type": "Identifier", - "start": 19085, - "end": 19094, + "start": 19403, + "end": 19412, "loc": { "start": { - "line": 484, + "line": 492, "column": 16 }, "end": { - "line": 484, + "line": 492, "column": 25 }, "identifierName": "navigator" @@ -34411,15 +35013,15 @@ }, "property": { "type": "Identifier", - "start": 19095, - "end": 19107, + "start": 19413, + "end": 19425, "loc": { "start": { - "line": 484, + "line": 492, "column": 26 }, "end": { - "line": 484, + "line": 492, "column": 38 }, "identifierName": "mediaDevices" @@ -34430,15 +35032,15 @@ }, "property": { "type": "Identifier", - "start": 19108, - "end": 19120, + "start": 19426, + "end": 19438, "loc": { "start": { - "line": 484, + "line": 492, "column": 39 }, "end": { - "line": 484, + "line": 492, "column": 51 }, "identifierName": "getUserMedia" @@ -34450,30 +35052,30 @@ "arguments": [ { "type": "ObjectExpression", - "start": 19121, - "end": 19277, + "start": 19439, + "end": 19595, "loc": { "start": { - "line": 484, + "line": 492, "column": 52 }, "end": { - "line": 487, + "line": 495, "column": 17 } }, "properties": [ { "type": "ObjectProperty", - "start": 19143, - "end": 19155, + "start": 19461, + "end": 19473, "loc": { "start": { - "line": 485, + "line": 493, "column": 20 }, "end": { - "line": 485, + "line": 493, "column": 32 } }, @@ -34482,15 +35084,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 19143, - "end": 19148, + "start": 19461, + "end": 19466, "loc": { "start": { - "line": 485, + "line": 493, "column": 20 }, "end": { - "line": 485, + "line": 493, "column": 25 }, "identifierName": "audio" @@ -34499,15 +35101,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 19150, - "end": 19155, + "start": 19468, + "end": 19473, "loc": { "start": { - "line": 485, + "line": 493, "column": 27 }, "end": { - "line": 485, + "line": 493, "column": 32 } }, @@ -34516,15 +35118,15 @@ }, { "type": "ObjectProperty", - "start": 19177, - "end": 19259, + "start": 19495, + "end": 19577, "loc": { "start": { - "line": 486, + "line": 494, "column": 20 }, "end": { - "line": 486, + "line": 494, "column": 102 } }, @@ -34533,15 +35135,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 19177, - "end": 19182, + "start": 19495, + "end": 19500, "loc": { "start": { - "line": 486, + "line": 494, "column": 20 }, "end": { - "line": 486, + "line": 494, "column": 25 }, "identifierName": "video" @@ -34550,86 +35152,86 @@ }, "value": { "type": "ConditionalExpression", - "start": 19184, - "end": 19259, + "start": 19502, + "end": 19577, "loc": { "start": { - "line": 486, + "line": 494, "column": 27 }, "end": { - "line": 486, + "line": 494, "column": 102 } }, "test": { "type": "BinaryExpression", - "start": 19185, - "end": 19220, + "start": 19503, + "end": 19538, "loc": { "start": { - "line": 486, + "line": 494, "column": 28 }, "end": { - "line": 486, + "line": 494, "column": 63 } }, "left": { "type": "CallExpression", - "start": 19185, - "end": 19205, + "start": 19503, + "end": 19523, "loc": { "start": { - "line": 486, + "line": 494, "column": 28 }, "end": { - "line": 486, + "line": 494, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 19185, - "end": 19203, + "start": 19503, + "end": 19521, "loc": { "start": { - "line": 486, + "line": 494, "column": 28 }, "end": { - "line": 486, + "line": 494, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 19185, - "end": 19189, + "start": 19503, + "end": 19507, "loc": { "start": { - "line": 486, + "line": 494, "column": 28 }, "end": { - "line": 486, + "line": 494, "column": 32 } } }, "property": { "type": "Identifier", - "start": 19190, - "end": 19203, + "start": 19508, + "end": 19521, "loc": { "start": { - "line": 486, + "line": 494, "column": 33 }, "end": { - "line": 486, + "line": 494, "column": 46 }, "identifierName": "getRecordType" @@ -34643,15 +35245,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 19210, - "end": 19220, + "start": 19528, + "end": 19538, "loc": { "start": { - "line": 486, + "line": 494, "column": 53 }, "end": { - "line": 486, + "line": 494, "column": 63 }, "identifierName": "IMAGE_ONLY" @@ -34660,49 +35262,49 @@ }, "extra": { "parenthesized": true, - "parenStart": 19184 + "parenStart": 19502 } }, "consequent": { "type": "MemberExpression", - "start": 19224, - "end": 19240, + "start": 19542, + "end": 19558, "loc": { "start": { - "line": 486, + "line": 494, "column": 67 }, "end": { - "line": 486, + "line": 494, "column": 83 } }, "object": { "type": "ThisExpression", - "start": 19224, - "end": 19228, + "start": 19542, + "end": 19546, "loc": { "start": { - "line": 486, + "line": 494, "column": 67 }, "end": { - "line": 486, + "line": 494, "column": 71 } } }, "property": { "type": "Identifier", - "start": 19229, - "end": 19240, + "start": 19547, + "end": 19558, "loc": { "start": { - "line": 486, + "line": 494, "column": 72 }, "end": { - "line": 486, + "line": 494, "column": 83 }, "identifierName": "recordImage" @@ -34713,44 +35315,44 @@ }, "alternate": { "type": "MemberExpression", - "start": 19243, - "end": 19259, + "start": 19561, + "end": 19577, "loc": { "start": { - "line": 486, + "line": 494, "column": 86 }, "end": { - "line": 486, + "line": 494, "column": 102 } }, "object": { "type": "ThisExpression", - "start": 19243, - "end": 19247, + "start": 19561, + "end": 19565, "loc": { "start": { - "line": 486, + "line": 494, "column": 86 }, "end": { - "line": 486, + "line": 494, "column": 90 } } }, "property": { "type": "Identifier", - "start": 19248, - "end": 19259, + "start": 19566, + "end": 19577, "loc": { "start": { - "line": 486, + "line": 494, "column": 91 }, "end": { - "line": 486, + "line": 494, "column": 102 }, "identifierName": "recordVideo" @@ -34767,15 +35369,15 @@ }, "property": { "type": "Identifier", - "start": 19279, - "end": 19283, + "start": 19597, + "end": 19601, "loc": { "start": { - "line": 487, + "line": 495, "column": 19 }, "end": { - "line": 487, + "line": 495, "column": 23 }, "identifierName": "then" @@ -34787,72 +35389,72 @@ "arguments": [ { "type": "CallExpression", - "start": 19305, - "end": 19334, + "start": 19623, + "end": 19652, "loc": { "start": { - "line": 488, + "line": 496, "column": 20 }, "end": { - "line": 488, + "line": 496, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 19305, - "end": 19328, + "start": 19623, + "end": 19646, "loc": { "start": { - "line": 488, + "line": 496, "column": 20 }, "end": { - "line": 488, + "line": 496, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 19305, - "end": 19323, + "start": 19623, + "end": 19641, "loc": { "start": { - "line": 488, + "line": 496, "column": 20 }, "end": { - "line": 488, + "line": 496, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 19305, - "end": 19309, + "start": 19623, + "end": 19627, "loc": { "start": { - "line": 488, + "line": 496, "column": 20 }, "end": { - "line": 488, + "line": 496, "column": 24 } } }, "property": { "type": "Identifier", - "start": 19310, - "end": 19323, + "start": 19628, + "end": 19641, "loc": { "start": { - "line": 488, + "line": 496, "column": 25 }, "end": { - "line": 488, + "line": 496, "column": 38 }, "identifierName": "onDeviceReady" @@ -34863,15 +35465,15 @@ }, "property": { "type": "Identifier", - "start": 19324, - "end": 19328, + "start": 19642, + "end": 19646, "loc": { "start": { - "line": 488, + "line": 496, "column": 39 }, "end": { - "line": 488, + "line": 496, "column": 43 }, "identifierName": "bind" @@ -34883,15 +35485,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 19329, - "end": 19333, + "start": 19647, + "end": 19651, "loc": { "start": { - "line": 488, + "line": 496, "column": 44 }, "end": { - "line": 488, + "line": 496, "column": 48 } } @@ -34902,15 +35504,15 @@ }, "property": { "type": "Identifier", - "start": 19353, - "end": 19358, + "start": 19671, + "end": 19676, "loc": { "start": { - "line": 489, + "line": 497, "column": 18 }, "end": { - "line": 489, + "line": 497, "column": 23 }, "identifierName": "catch" @@ -34922,72 +35524,72 @@ "arguments": [ { "type": "CallExpression", - "start": 19380, - "end": 19409, + "start": 19698, + "end": 19727, "loc": { "start": { - "line": 490, + "line": 498, "column": 20 }, "end": { - "line": 490, + "line": 498, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 19380, - "end": 19403, + "start": 19698, + "end": 19721, "loc": { "start": { - "line": 490, + "line": 498, "column": 20 }, "end": { - "line": 490, + "line": 498, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 19380, - "end": 19398, + "start": 19698, + "end": 19716, "loc": { "start": { - "line": 490, + "line": 498, "column": 20 }, "end": { - "line": 490, + "line": 498, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 19380, - "end": 19384, + "start": 19698, + "end": 19702, "loc": { "start": { - "line": 490, + "line": 498, "column": 20 }, "end": { - "line": 490, + "line": 498, "column": 24 } } }, "property": { "type": "Identifier", - "start": 19385, - "end": 19398, + "start": 19703, + "end": 19716, "loc": { "start": { - "line": 490, + "line": 498, "column": 25 }, "end": { - "line": 490, + "line": 498, "column": 38 }, "identifierName": "onDeviceError" @@ -34998,15 +35600,15 @@ }, "property": { "type": "Identifier", - "start": 19399, - "end": 19403, + "start": 19717, + "end": 19721, "loc": { "start": { - "line": 490, + "line": 498, "column": 39 }, "end": { - "line": 490, + "line": 498, "column": 43 }, "identifierName": "bind" @@ -35018,15 +35620,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 19404, - "end": 19408, + "start": 19722, + "end": 19726, "loc": { "start": { - "line": 490, + "line": 498, "column": 44 }, "end": { - "line": 490, + "line": 498, "column": 48 } } @@ -35038,15 +35640,15 @@ }, { "type": "BreakStatement", - "start": 19445, - "end": 19451, + "start": 19763, + "end": 19769, "loc": { "start": { - "line": 492, + "line": 500, "column": 16 }, "end": { - "line": 492, + "line": 500, "column": 22 } }, @@ -35055,15 +35657,15 @@ ], "test": { "type": "Identifier", - "start": 18540, - "end": 18550, + "start": 18858, + "end": 18868, "loc": { "start": { - "line": 472, + "line": 480, "column": 17 }, "end": { - "line": 472, + "line": 480, "column": 27 }, "identifierName": "VIDEO_ONLY" @@ -35073,73 +35675,73 @@ }, { "type": "SwitchCase", - "start": 19465, - "end": 20849, + "start": 19783, + "end": 21250, "loc": { "start": { - "line": 494, + "line": 502, "column": 12 }, "end": { - "line": 520, + "line": 530, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 19547, - "end": 19771, + "start": 19865, + "end": 20089, "loc": { "start": { - "line": 496, + "line": 504, "column": 16 }, "end": { - "line": 499, + "line": 507, "column": 18 } }, "expression": { "type": "AssignmentExpression", - "start": 19547, - "end": 19770, + "start": 19865, + "end": 20088, "loc": { "start": { - "line": 496, + "line": 504, "column": 16 }, "end": { - "line": 499, + "line": 507, "column": 17 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 19547, - "end": 19561, + "start": 19865, + "end": 19879, "loc": { "start": { - "line": 496, + "line": 504, "column": 16 }, "end": { - "line": 496, + "line": 504, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 19547, - "end": 19551, + "start": 19865, + "end": 19869, "loc": { "start": { - "line": 496, + "line": 504, "column": 16 }, "end": { - "line": 496, + "line": 504, "column": 20 } }, @@ -35147,15 +35749,15 @@ }, "property": { "type": "Identifier", - "start": 19552, - "end": 19561, + "start": 19870, + "end": 19879, "loc": { "start": { - "line": 496, + "line": 504, "column": 21 }, "end": { - "line": 496, + "line": 504, "column": 30 }, "identifierName": "mediaType" @@ -35167,30 +35769,30 @@ }, "right": { "type": "ObjectExpression", - "start": 19564, - "end": 19770, + "start": 19882, + "end": 20088, "loc": { "start": { - "line": 496, + "line": 504, "column": 33 }, "end": { - "line": 499, + "line": 507, "column": 17 } }, "properties": [ { "type": "ObjectProperty", - "start": 19586, - "end": 19658, + "start": 19904, + "end": 19976, "loc": { "start": { - "line": 497, + "line": 505, "column": 20 }, "end": { - "line": 497, + "line": 505, "column": 92 } }, @@ -35199,15 +35801,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 19586, - "end": 19591, + "start": 19904, + "end": 19909, "loc": { "start": { - "line": 497, + "line": 505, "column": 20 }, "end": { - "line": 497, + "line": 505, "column": 25 }, "identifierName": "audio" @@ -35216,72 +35818,72 @@ }, "value": { "type": "ConditionalExpression", - "start": 19593, - "end": 19658, + "start": 19911, + "end": 19976, "loc": { "start": { - "line": 497, + "line": 505, "column": 27 }, "end": { - "line": 497, + "line": 505, "column": 92 } }, "test": { "type": "BinaryExpression", - "start": 19594, - "end": 19625, + "start": 19912, + "end": 19943, "loc": { "start": { - "line": 497, + "line": 505, "column": 28 }, "end": { - "line": 497, + "line": 505, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 19594, - "end": 19616, + "start": 19912, + "end": 19934, "loc": { "start": { - "line": 497, + "line": 505, "column": 28 }, "end": { - "line": 497, + "line": 505, "column": 50 } }, "object": { "type": "ThisExpression", - "start": 19594, - "end": 19598, + "start": 19912, + "end": 19916, "loc": { "start": { - "line": 497, + "line": 505, "column": 28 }, "end": { - "line": 497, + "line": 505, "column": 32 } } }, "property": { "type": "Identifier", - "start": 19599, - "end": 19616, + "start": 19917, + "end": 19934, "loc": { "start": { - "line": 497, + "line": 505, "column": 33 }, "end": { - "line": 497, + "line": 505, "column": 50 }, "identifierName": "audioRecorderType" @@ -35293,15 +35895,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 19621, - "end": 19625, + "start": 19939, + "end": 19943, "loc": { "start": { - "line": 497, + "line": 505, "column": 55 }, "end": { - "line": 497, + "line": 505, "column": 59 }, "identifierName": "AUTO" @@ -35310,20 +35912,20 @@ }, "extra": { "parenthesized": true, - "parenStart": 19593 + "parenStart": 19911 } }, "consequent": { "type": "BooleanLiteral", - "start": 19629, - "end": 19633, + "start": 19947, + "end": 19951, "loc": { "start": { - "line": 497, + "line": 505, "column": 63 }, "end": { - "line": 497, + "line": 505, "column": 67 } }, @@ -35331,44 +35933,44 @@ }, "alternate": { "type": "MemberExpression", - "start": 19636, - "end": 19658, + "start": 19954, + "end": 19976, "loc": { "start": { - "line": 497, + "line": 505, "column": 70 }, "end": { - "line": 497, + "line": 505, "column": 92 } }, "object": { "type": "ThisExpression", - "start": 19636, - "end": 19640, + "start": 19954, + "end": 19958, "loc": { "start": { - "line": 497, + "line": 505, "column": 70 }, "end": { - "line": 497, + "line": 505, "column": 74 } } }, "property": { "type": "Identifier", - "start": 19641, - "end": 19658, + "start": 19959, + "end": 19976, "loc": { "start": { - "line": 497, + "line": 505, "column": 75 }, "end": { - "line": 497, + "line": 505, "column": 92 }, "identifierName": "audioRecorderType" @@ -35381,15 +35983,15 @@ }, { "type": "ObjectProperty", - "start": 19680, - "end": 19752, + "start": 19998, + "end": 20070, "loc": { "start": { - "line": 498, + "line": 506, "column": 20 }, "end": { - "line": 498, + "line": 506, "column": 92 } }, @@ -35398,15 +36000,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 19680, - "end": 19685, + "start": 19998, + "end": 20003, "loc": { "start": { - "line": 498, + "line": 506, "column": 20 }, "end": { - "line": 498, + "line": 506, "column": 25 }, "identifierName": "video" @@ -35415,72 +36017,72 @@ }, "value": { "type": "ConditionalExpression", - "start": 19687, - "end": 19752, + "start": 20005, + "end": 20070, "loc": { "start": { - "line": 498, + "line": 506, "column": 27 }, "end": { - "line": 498, + "line": 506, "column": 92 } }, "test": { "type": "BinaryExpression", - "start": 19688, - "end": 19719, + "start": 20006, + "end": 20037, "loc": { "start": { - "line": 498, + "line": 506, "column": 28 }, "end": { - "line": 498, + "line": 506, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 19688, - "end": 19710, + "start": 20006, + "end": 20028, "loc": { "start": { - "line": 498, + "line": 506, "column": 28 }, "end": { - "line": 498, + "line": 506, "column": 50 } }, "object": { "type": "ThisExpression", - "start": 19688, - "end": 19692, + "start": 20006, + "end": 20010, "loc": { "start": { - "line": 498, + "line": 506, "column": 28 }, "end": { - "line": 498, + "line": 506, "column": 32 } } }, "property": { "type": "Identifier", - "start": 19693, - "end": 19710, + "start": 20011, + "end": 20028, "loc": { "start": { - "line": 498, + "line": 506, "column": 33 }, "end": { - "line": 498, + "line": 506, "column": 50 }, "identifierName": "videoRecorderType" @@ -35492,15 +36094,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 19715, - "end": 19719, + "start": 20033, + "end": 20037, "loc": { "start": { - "line": 498, + "line": 506, "column": 55 }, "end": { - "line": 498, + "line": 506, "column": 59 }, "identifierName": "AUTO" @@ -35509,20 +36111,20 @@ }, "extra": { "parenthesized": true, - "parenStart": 19687 + "parenStart": 20005 } }, "consequent": { "type": "BooleanLiteral", - "start": 19723, - "end": 19727, + "start": 20041, + "end": 20045, "loc": { "start": { - "line": 498, + "line": 506, "column": 63 }, "end": { - "line": 498, + "line": 506, "column": 67 } }, @@ -35530,44 +36132,44 @@ }, "alternate": { "type": "MemberExpression", - "start": 19730, - "end": 19752, + "start": 20048, + "end": 20070, "loc": { "start": { - "line": 498, + "line": 506, "column": 70 }, "end": { - "line": 498, + "line": 506, "column": 92 } }, "object": { "type": "ThisExpression", - "start": 19730, - "end": 19734, + "start": 20048, + "end": 20052, "loc": { "start": { - "line": 498, + "line": 506, "column": 70 }, "end": { - "line": 498, + "line": 506, "column": 74 } } }, "property": { "type": "Identifier", - "start": 19735, - "end": 19752, + "start": 20053, + "end": 20070, "loc": { "start": { - "line": 498, + "line": 506, "column": 75 }, "end": { - "line": 498, + "line": 506, "column": 92 }, "identifierName": "videoRecorderType" @@ -35586,15 +36188,15 @@ { "type": "CommentLine", "value": " setup camera and microphone", - "start": 19500, - "end": 19530, + "start": 19818, + "end": 19848, "loc": { "start": { - "line": 495, + "line": 503, "column": 16 }, "end": { - "line": 495, + "line": 503, "column": 46 } } @@ -35603,44 +36205,44 @@ }, { "type": "VariableDeclaration", - "start": 19788, - "end": 19820, + "start": 20106, + "end": 20138, "loc": { "start": { - "line": 500, + "line": 508, "column": 16 }, "end": { - "line": 500, + "line": 508, "column": 48 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 19792, - "end": 19819, + "start": 20110, + "end": 20137, "loc": { "start": { - "line": 500, + "line": 508, "column": 20 }, "end": { - "line": 500, + "line": 508, "column": 47 } }, "id": { "type": "Identifier", - "start": 19792, - "end": 19814, + "start": 20110, + "end": 20132, "loc": { "start": { - "line": 500, + "line": 508, "column": 20 }, "end": { - "line": 500, + "line": 508, "column": 42 }, "identifierName": "audioScreenConstraints" @@ -35649,15 +36251,15 @@ }, "init": { "type": "ObjectExpression", - "start": 19817, - "end": 19819, + "start": 20135, + "end": 20137, "loc": { "start": { - "line": 500, + "line": 508, "column": 45 }, "end": { - "line": 500, + "line": 508, "column": 47 } }, @@ -35669,72 +36271,72 @@ }, { "type": "IfStatement", - "start": 19837, - "end": 20236, + "start": 20155, + "end": 20554, "loc": { "start": { - "line": 501, + "line": 509, "column": 16 }, "end": { - "line": 508, + "line": 516, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 19841, - "end": 19867, + "start": 20159, + "end": 20185, "loc": { "start": { - "line": 501, + "line": 509, "column": 20 }, "end": { - "line": 501, + "line": 509, "column": 46 } }, "left": { "type": "MemberExpression", - "start": 19841, - "end": 19858, + "start": 20159, + "end": 20176, "loc": { "start": { - "line": 501, + "line": 509, "column": 20 }, "end": { - "line": 501, + "line": 509, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 19841, - "end": 19845, + "start": 20159, + "end": 20163, "loc": { "start": { - "line": 501, + "line": 509, "column": 20 }, "end": { - "line": 501, + "line": 509, "column": 24 } } }, "property": { "type": "Identifier", - "start": 19846, - "end": 19858, + "start": 20164, + "end": 20176, "loc": { "start": { - "line": 501, + "line": 509, "column": 25 }, "end": { - "line": 501, + "line": 509, "column": 37 }, "identifierName": "recordScreen" @@ -35746,15 +36348,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 19863, - "end": 19867, + "start": 20181, + "end": 20185, "loc": { "start": { - "line": 501, + "line": 509, "column": 42 }, "end": { - "line": 501, + "line": 509, "column": 46 } }, @@ -35763,59 +36365,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 19869, - "end": 20040, + "start": 20187, + "end": 20358, "loc": { "start": { - "line": 501, + "line": 509, "column": 48 }, "end": { - "line": 505, + "line": 513, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 19891, - "end": 20022, + "start": 20209, + "end": 20340, "loc": { "start": { - "line": 502, + "line": 510, "column": 20 }, "end": { - "line": 504, + "line": 512, "column": 22 } }, "expression": { "type": "AssignmentExpression", - "start": 19891, - "end": 20021, + "start": 20209, + "end": 20339, "loc": { "start": { - "line": 502, + "line": 510, "column": 20 }, "end": { - "line": 504, + "line": 512, "column": 21 } }, "operator": "=", "left": { "type": "Identifier", - "start": 19891, - "end": 19913, + "start": 20209, + "end": 20231, "loc": { "start": { - "line": 502, + "line": 510, "column": 20 }, "end": { - "line": 502, + "line": 510, "column": 42 }, "identifierName": "audioScreenConstraints" @@ -35824,30 +36426,30 @@ }, "right": { "type": "ObjectExpression", - "start": 19916, - "end": 20021, + "start": 20234, + "end": 20339, "loc": { "start": { - "line": 502, + "line": 510, "column": 45 }, "end": { - "line": 504, + "line": 512, "column": 21 } }, "properties": [ { "type": "ObjectProperty", - "start": 19942, - "end": 19953, + "start": 20260, + "end": 20271, "loc": { "start": { - "line": 503, + "line": 511, "column": 24 }, "end": { - "line": 503, + "line": 511, "column": 35 } }, @@ -35856,15 +36458,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 19942, - "end": 19947, + "start": 20260, + "end": 20265, "loc": { "start": { - "line": 503, + "line": 511, "column": 24 }, "end": { - "line": 503, + "line": 511, "column": 29 }, "identifierName": "video" @@ -35873,15 +36475,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 19949, - "end": 19953, + "start": 20267, + "end": 20271, "loc": { "start": { - "line": 503, + "line": 511, "column": 31 }, "end": { - "line": 503, + "line": 511, "column": 35 } }, @@ -35893,15 +36495,15 @@ { "type": "CommentLine", "value": " needs to be true for it to work in Firefox", - "start": 19954, - "end": 19999, + "start": 20272, + "end": 20317, "loc": { "start": { - "line": 503, + "line": 511, "column": 36 }, "end": { - "line": 503, + "line": 511, "column": 81 } } @@ -35917,57 +36519,57 @@ }, "alternate": { "type": "IfStatement", - "start": 20046, - "end": 20236, + "start": 20364, + "end": 20554, "loc": { "start": { - "line": 505, + "line": 513, "column": 23 }, "end": { - "line": 508, + "line": 516, "column": 17 } }, "test": { "type": "LogicalExpression", - "start": 20050, - "end": 20151, + "start": 20368, + "end": 20469, "loc": { "start": { - "line": 505, + "line": 513, "column": 27 }, "end": { - "line": 506, + "line": 514, "column": 60 } }, "left": { "type": "BinaryExpression", - "start": 20050, - "end": 20087, + "start": 20368, + "end": 20405, "loc": { "start": { - "line": 505, + "line": 513, "column": 27 }, "end": { - "line": 505, + "line": 513, "column": 64 } }, "left": { "type": "UnaryExpression", - "start": 20050, - "end": 20074, + "start": 20368, + "end": 20392, "loc": { "start": { - "line": 505, + "line": 513, "column": 27 }, "end": { - "line": 505, + "line": 513, "column": 51 } }, @@ -35975,44 +36577,44 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 20057, - "end": 20074, + "start": 20375, + "end": 20392, "loc": { "start": { - "line": 505, + "line": 513, "column": 34 }, "end": { - "line": 505, + "line": 513, "column": 51 } }, "object": { "type": "ThisExpression", - "start": 20057, - "end": 20061, + "start": 20375, + "end": 20379, "loc": { "start": { - "line": 505, + "line": 513, "column": 34 }, "end": { - "line": 505, + "line": 513, "column": 38 } } }, "property": { "type": "Identifier", - "start": 20062, - "end": 20074, + "start": 20380, + "end": 20392, "loc": { "start": { - "line": 505, + "line": 513, "column": 39 }, "end": { - "line": 505, + "line": 513, "column": 51 }, "identifierName": "recordScreen" @@ -36028,15 +36630,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 20079, - "end": 20087, + "start": 20397, + "end": 20405, "loc": { "start": { - "line": 505, + "line": 513, "column": 56 }, "end": { - "line": 505, + "line": 513, "column": 64 } }, @@ -36050,72 +36652,72 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 20111, - "end": 20151, + "start": 20429, + "end": 20469, "loc": { "start": { - "line": 506, + "line": 514, "column": 20 }, "end": { - "line": 506, + "line": 514, "column": 60 } }, "left": { "type": "MemberExpression", - "start": 20111, - "end": 20140, + "start": 20429, + "end": 20458, "loc": { "start": { - "line": 506, + "line": 514, "column": 20 }, "end": { - "line": 506, + "line": 514, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 20111, - "end": 20128, + "start": 20429, + "end": 20446, "loc": { "start": { - "line": 506, + "line": 514, "column": 20 }, "end": { - "line": 506, + "line": 514, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 20111, - "end": 20115, + "start": 20429, + "end": 20433, "loc": { "start": { - "line": 506, + "line": 514, "column": 20 }, "end": { - "line": 506, + "line": 514, "column": 24 } } }, "property": { "type": "Identifier", - "start": 20116, - "end": 20128, + "start": 20434, + "end": 20446, "loc": { "start": { - "line": 506, + "line": 514, "column": 25 }, "end": { - "line": 506, + "line": 514, "column": 37 }, "identifierName": "recordScreen" @@ -36126,15 +36728,15 @@ }, "property": { "type": "Identifier", - "start": 20129, - "end": 20140, + "start": 20447, + "end": 20458, "loc": { "start": { - "line": 506, + "line": 514, "column": 38 }, "end": { - "line": 506, + "line": 514, "column": 49 }, "identifierName": "constructor" @@ -36146,15 +36748,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 20145, - "end": 20151, + "start": 20463, + "end": 20469, "loc": { "start": { - "line": 506, + "line": 514, "column": 54 }, "end": { - "line": 506, + "line": 514, "column": 60 }, "identifierName": "Object" @@ -36165,59 +36767,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 20153, - "end": 20236, + "start": 20471, + "end": 20554, "loc": { "start": { - "line": 506, + "line": 514, "column": 62 }, "end": { - "line": 508, + "line": 516, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 20175, - "end": 20218, + "start": 20493, + "end": 20536, "loc": { "start": { - "line": 507, + "line": 515, "column": 20 }, "end": { - "line": 507, + "line": 515, "column": 63 } }, "expression": { "type": "AssignmentExpression", - "start": 20175, - "end": 20217, + "start": 20493, + "end": 20535, "loc": { "start": { - "line": 507, + "line": 515, "column": 20 }, "end": { - "line": 507, + "line": 515, "column": 62 } }, "operator": "=", "left": { "type": "Identifier", - "start": 20175, - "end": 20197, + "start": 20493, + "end": 20515, "loc": { "start": { - "line": 507, + "line": 515, "column": 20 }, "end": { - "line": 507, + "line": 515, "column": 42 }, "identifierName": "audioScreenConstraints" @@ -36226,44 +36828,44 @@ }, "right": { "type": "MemberExpression", - "start": 20200, - "end": 20217, + "start": 20518, + "end": 20535, "loc": { "start": { - "line": 507, + "line": 515, "column": 45 }, "end": { - "line": 507, + "line": 515, "column": 62 } }, "object": { "type": "ThisExpression", - "start": 20200, - "end": 20204, + "start": 20518, + "end": 20522, "loc": { "start": { - "line": 507, + "line": 515, "column": 45 }, "end": { - "line": 507, + "line": 515, "column": 49 } } }, "property": { "type": "Identifier", - "start": 20205, - "end": 20217, + "start": 20523, + "end": 20535, "loc": { "start": { - "line": 507, + "line": 515, "column": 50 }, "end": { - "line": 507, + "line": 515, "column": 62 }, "identifierName": "recordScreen" @@ -36282,127 +36884,127 @@ }, { "type": "ExpressionStatement", - "start": 20253, - "end": 20826, + "start": 20571, + "end": 21227, "loc": { "start": { - "line": 509, + "line": 517, "column": 16 }, "end": { - "line": 519, + "line": 529, "column": 18 } }, "expression": { "type": "CallExpression", - "start": 20253, - "end": 20825, + "start": 20571, + "end": 21226, "loc": { "start": { - "line": 509, + "line": 517, "column": 16 }, "end": { - "line": 519, + "line": 529, "column": 17 } }, "callee": { "type": "MemberExpression", - "start": 20253, - "end": 20756, + "start": 20571, + "end": 21157, "loc": { "start": { - "line": 509, + "line": 517, "column": 16 }, "end": { - "line": 517, + "line": 527, "column": 24 } }, "object": { "type": "CallExpression", - "start": 20253, - "end": 20750, + "start": 20571, + "end": 21151, "loc": { "start": { - "line": 509, + "line": 517, "column": 16 }, "end": { - "line": 517, + "line": 527, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 20253, - "end": 20320, + "start": 20571, + "end": 20638, "loc": { "start": { - "line": 509, + "line": 517, "column": 16 }, "end": { - "line": 509, + "line": 517, "column": 83 } }, "object": { "type": "CallExpression", - "start": 20253, - "end": 20315, + "start": 20571, + "end": 20633, "loc": { "start": { - "line": 509, + "line": 517, "column": 16 }, "end": { - "line": 509, + "line": 517, "column": 78 } }, "callee": { "type": "MemberExpression", - "start": 20253, - "end": 20291, + "start": 20571, + "end": 20609, "loc": { "start": { - "line": 509, + "line": 517, "column": 16 }, "end": { - "line": 509, + "line": 517, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 20253, - "end": 20275, + "start": 20571, + "end": 20593, "loc": { "start": { - "line": 509, + "line": 517, "column": 16 }, "end": { - "line": 509, + "line": 517, "column": 38 } }, "object": { "type": "Identifier", - "start": 20253, - "end": 20262, + "start": 20571, + "end": 20580, "loc": { "start": { - "line": 509, + "line": 517, "column": 16 }, "end": { - "line": 509, + "line": 517, "column": 25 }, "identifierName": "navigator" @@ -36411,15 +37013,15 @@ }, "property": { "type": "Identifier", - "start": 20263, - "end": 20275, + "start": 20581, + "end": 20593, "loc": { "start": { - "line": 509, + "line": 517, "column": 26 }, "end": { - "line": 509, + "line": 517, "column": 38 }, "identifierName": "mediaDevices" @@ -36430,15 +37032,15 @@ }, "property": { "type": "Identifier", - "start": 20276, - "end": 20291, + "start": 20594, + "end": 20609, "loc": { "start": { - "line": 509, + "line": 517, "column": 39 }, "end": { - "line": 509, + "line": 517, "column": 54 }, "identifierName": "getDisplayMedia" @@ -36450,15 +37052,15 @@ "arguments": [ { "type": "Identifier", - "start": 20292, - "end": 20314, + "start": 20610, + "end": 20632, "loc": { "start": { - "line": 509, + "line": 517, "column": 55 }, "end": { - "line": 509, + "line": 517, "column": 77 }, "identifierName": "audioScreenConstraints" @@ -36469,15 +37071,15 @@ }, "property": { "type": "Identifier", - "start": 20316, - "end": 20320, + "start": 20634, + "end": 20638, "loc": { "start": { - "line": 509, + "line": 517, "column": 79 }, "end": { - "line": 509, + "line": 517, "column": 83 }, "identifierName": "then" @@ -36489,15 +37091,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 20321, - "end": 20749, + "start": 20639, + "end": 21150, "loc": { "start": { - "line": 509, + "line": 517, "column": 84 }, "end": { - "line": 517, + "line": 527, "column": 17 } }, @@ -36508,15 +37110,15 @@ "params": [ { "type": "Identifier", - "start": 20321, - "end": 20333, + "start": 20639, + "end": 20651, "loc": { "start": { - "line": 509, + "line": 517, "column": 84 }, "end": { - "line": 509, + "line": 517, "column": 96 }, "identifierName": "screenStream" @@ -36526,703 +37128,866 @@ ], "body": { "type": "BlockStatement", - "start": 20337, - "end": 20749, + "start": 20655, + "end": 21150, "loc": { "start": { - "line": 509, + "line": 517, "column": 100 }, "end": { - "line": 517, + "line": 527, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 20359, - "end": 20731, + "start": 20677, + "end": 21132, "loc": { "start": { - "line": 510, + "line": 518, "column": 20 }, "end": { - "line": 516, - "column": 23 + "line": 526, + "column": 22 } }, "expression": { "type": "CallExpression", - "start": 20359, - "end": 20730, + "start": 20677, + "end": 21131, "loc": { "start": { - "line": 510, + "line": 518, "column": 20 }, "end": { - "line": 516, - "column": 22 + "line": 526, + "column": 21 } }, "callee": { "type": "MemberExpression", - "start": 20359, - "end": 20472, + "start": 20677, + "end": 21054, "loc": { "start": { - "line": 510, + "line": 518, "column": 20 }, "end": { - "line": 512, - "column": 27 + "line": 524, + "column": 28 } }, "object": { "type": "CallExpression", - "start": 20359, - "end": 20467, + "start": 20677, + "end": 21048, "loc": { "start": { - "line": 510, + "line": 518, "column": 20 }, "end": { - "line": 512, + "line": 524, "column": 22 } }, "callee": { "type": "MemberExpression", - "start": 20359, - "end": 20394, + "start": 20677, + "end": 20790, "loc": { "start": { - "line": 510, + "line": 518, "column": 20 }, "end": { - "line": 510, - "column": 55 + "line": 520, + "column": 27 } }, "object": { - "type": "MemberExpression", - "start": 20359, - "end": 20381, + "type": "CallExpression", + "start": 20677, + "end": 20785, "loc": { "start": { - "line": 510, + "line": 518, "column": 20 }, "end": { - "line": 510, - "column": 42 + "line": 520, + "column": 22 } }, - "object": { - "type": "Identifier", - "start": 20359, - "end": 20368, + "callee": { + "type": "MemberExpression", + "start": 20677, + "end": 20712, "loc": { "start": { - "line": 510, + "line": 518, "column": 20 }, "end": { - "line": 510, - "column": 29 - }, - "identifierName": "navigator" - }, - "name": "navigator" - }, - "property": { - "type": "Identifier", - "start": 20369, - "end": 20381, - "loc": { - "start": { - "line": 510, - "column": 30 - }, - "end": { - "line": 510, - "column": 42 - }, - "identifierName": "mediaDevices" - }, - "name": "mediaDevices" - }, - "computed": false - }, - "property": { - "type": "Identifier", - "start": 20382, - "end": 20394, - "loc": { - "start": { - "line": 510, - "column": 43 - }, - "end": { - "line": 510, - "column": 55 - }, - "identifierName": "getUserMedia" - }, - "name": "getUserMedia" - }, - "computed": false - }, - "arguments": [ - { - "type": "ObjectExpression", - "start": 20395, - "end": 20466, - "loc": { - "start": { - "line": 510, - "column": 56 + "line": 518, + "column": 55 + } }, - "end": { - "line": 512, - "column": 21 - } - }, - "properties": [ - { - "type": "ObjectProperty", - "start": 20421, - "end": 20444, + "object": { + "type": "MemberExpression", + "start": 20677, + "end": 20699, "loc": { "start": { - "line": 511, - "column": 24 + "line": 518, + "column": 20 }, "end": { - "line": 511, - "column": 47 + "line": 518, + "column": 42 } }, - "method": false, - "shorthand": false, - "computed": false, - "key": { + "object": { "type": "Identifier", - "start": 20421, - "end": 20426, + "start": 20677, + "end": 20686, "loc": { "start": { - "line": 511, - "column": 24 + "line": 518, + "column": 20 }, "end": { - "line": 511, + "line": 518, "column": 29 }, - "identifierName": "audio" + "identifierName": "navigator" }, - "name": "audio" + "name": "navigator" }, - "value": { - "type": "MemberExpression", - "start": 20428, - "end": 20444, + "property": { + "type": "Identifier", + "start": 20687, + "end": 20699, "loc": { "start": { - "line": 511, - "column": 31 + "line": 518, + "column": 30 }, "end": { - "line": 511, - "column": 47 - } + "line": 518, + "column": 42 + }, + "identifierName": "mediaDevices" }, - "object": { - "type": "ThisExpression", - "start": 20428, - "end": 20432, - "loc": { - "start": { - "line": 511, - "column": 31 - }, - "end": { - "line": 511, - "column": 35 - } - } + "name": "mediaDevices" + }, + "computed": false + }, + "property": { + "type": "Identifier", + "start": 20700, + "end": 20712, + "loc": { + "start": { + "line": 518, + "column": 43 }, - "property": { - "type": "Identifier", - "start": 20433, - "end": 20444, + "end": { + "line": 518, + "column": 55 + }, + "identifierName": "getUserMedia" + }, + "name": "getUserMedia" + }, + "computed": false + }, + "arguments": [ + { + "type": "ObjectExpression", + "start": 20713, + "end": 20784, + "loc": { + "start": { + "line": 518, + "column": 56 + }, + "end": { + "line": 520, + "column": 21 + } + }, + "properties": [ + { + "type": "ObjectProperty", + "start": 20739, + "end": 20762, "loc": { "start": { - "line": 511, - "column": 36 + "line": 519, + "column": 24 }, "end": { - "line": 511, + "line": 519, "column": 47 + } + }, + "method": false, + "shorthand": false, + "computed": false, + "key": { + "type": "Identifier", + "start": 20739, + "end": 20744, + "loc": { + "start": { + "line": 519, + "column": 24 + }, + "end": { + "line": 519, + "column": 29 + }, + "identifierName": "audio" }, - "identifierName": "recordAudio" + "name": "audio" }, - "name": "recordAudio" - }, - "computed": false - } + "value": { + "type": "MemberExpression", + "start": 20746, + "end": 20762, + "loc": { + "start": { + "line": 519, + "column": 31 + }, + "end": { + "line": 519, + "column": 47 + } + }, + "object": { + "type": "ThisExpression", + "start": 20746, + "end": 20750, + "loc": { + "start": { + "line": 519, + "column": 31 + }, + "end": { + "line": 519, + "column": 35 + } + } + }, + "property": { + "type": "Identifier", + "start": 20751, + "end": 20762, + "loc": { + "start": { + "line": 519, + "column": 36 + }, + "end": { + "line": 519, + "column": 47 + }, + "identifierName": "recordAudio" + }, + "name": "recordAudio" + }, + "computed": false + } + } + ] } ] - } - ] - }, - "property": { - "type": "Identifier", - "start": 20468, - "end": 20472, - "loc": { - "start": { - "line": 512, - "column": 23 - }, - "end": { - "line": 512, - "column": 27 - }, - "identifierName": "then" - }, - "name": "then" - }, - "computed": false - }, - "arguments": [ - { - "type": "ArrowFunctionExpression", - "start": 20473, - "end": 20729, - "loc": { - "start": { - "line": 512, - "column": 28 }, - "end": { - "line": 516, - "column": 21 - } - }, - "id": null, - "generator": false, - "expression": false, - "async": false, - "params": [ - { + "property": { "type": "Identifier", - "start": 20474, - "end": 20477, + "start": 20786, + "end": 20790, "loc": { "start": { - "line": 512, - "column": 29 + "line": 520, + "column": 23 }, "end": { - "line": 512, - "column": 32 + "line": 520, + "column": 27 }, - "identifierName": "mic" - }, - "name": "mic" - } - ], - "body": { - "type": "BlockStatement", - "start": 20482, - "end": 20729, - "loc": { - "start": { - "line": 512, - "column": 37 + "identifierName": "then" }, - "end": { - "line": 516, - "column": 21 - } + "name": "then" }, - "body": [ - { - "type": "ExpressionStatement", - "start": 20596, - "end": 20638, - "loc": { - "start": { - "line": 514, - "column": 24 - }, - "end": { - "line": 514, - "column": 66 - } + "computed": false + }, + "arguments": [ + { + "type": "ArrowFunctionExpression", + "start": 20791, + "end": 21047, + "loc": { + "start": { + "line": 520, + "column": 28 }, - "expression": { - "type": "CallExpression", - "start": 20596, - "end": 20637, + "end": { + "line": 524, + "column": 21 + } + }, + "id": null, + "generator": false, + "expression": false, + "async": false, + "params": [ + { + "type": "Identifier", + "start": 20792, + "end": 20795, "loc": { "start": { - "line": 514, - "column": 24 + "line": 520, + "column": 29 }, "end": { - "line": 514, - "column": 65 - } + "line": 520, + "column": 32 + }, + "identifierName": "mic" }, - "callee": { - "type": "MemberExpression", - "start": 20596, - "end": 20617, + "name": "mic" + } + ], + "body": { + "type": "BlockStatement", + "start": 20800, + "end": 21047, + "loc": { + "start": { + "line": 520, + "column": 37 + }, + "end": { + "line": 524, + "column": 21 + } + }, + "body": [ + { + "type": "ExpressionStatement", + "start": 20914, + "end": 20956, "loc": { "start": { - "line": 514, + "line": 522, "column": 24 }, "end": { - "line": 514, - "column": 45 + "line": 522, + "column": 66 } }, - "object": { - "type": "Identifier", - "start": 20596, - "end": 20608, + "expression": { + "type": "CallExpression", + "start": 20914, + "end": 20955, "loc": { "start": { - "line": 514, + "line": 522, "column": 24 }, "end": { - "line": 514, - "column": 36 - }, - "identifierName": "screenStream" - }, - "name": "screenStream", - "leadingComments": null - }, - "property": { - "type": "Identifier", - "start": 20609, - "end": 20617, - "loc": { - "start": { - "line": 514, - "column": 37 - }, - "end": { - "line": 514, - "column": 45 - }, - "identifierName": "addTrack" - }, - "name": "addTrack" - }, - "computed": false, - "leadingComments": null - }, - "arguments": [ - { - "type": "MemberExpression", - "start": 20618, - "end": 20636, - "loc": { - "start": { - "line": 514, - "column": 46 - }, - "end": { - "line": 514, - "column": 64 + "line": 522, + "column": 65 } }, - "object": { - "type": "CallExpression", - "start": 20618, - "end": 20633, + "callee": { + "type": "MemberExpression", + "start": 20914, + "end": 20935, "loc": { "start": { - "line": 514, - "column": 46 + "line": 522, + "column": 24 }, "end": { - "line": 514, - "column": 61 + "line": 522, + "column": 45 } }, - "callee": { + "object": { + "type": "Identifier", + "start": 20914, + "end": 20926, + "loc": { + "start": { + "line": 522, + "column": 24 + }, + "end": { + "line": 522, + "column": 36 + }, + "identifierName": "screenStream" + }, + "name": "screenStream", + "leadingComments": null + }, + "property": { + "type": "Identifier", + "start": 20927, + "end": 20935, + "loc": { + "start": { + "line": 522, + "column": 37 + }, + "end": { + "line": 522, + "column": 45 + }, + "identifierName": "addTrack" + }, + "name": "addTrack" + }, + "computed": false, + "leadingComments": null + }, + "arguments": [ + { "type": "MemberExpression", - "start": 20618, - "end": 20631, + "start": 20936, + "end": 20954, "loc": { "start": { - "line": 514, + "line": 522, "column": 46 }, "end": { - "line": 514, - "column": 59 + "line": 522, + "column": 64 } }, "object": { - "type": "Identifier", - "start": 20618, - "end": 20621, + "type": "CallExpression", + "start": 20936, + "end": 20951, "loc": { "start": { - "line": 514, + "line": 522, "column": 46 }, "end": { - "line": 514, - "column": 49 + "line": 522, + "column": 61 + } + }, + "callee": { + "type": "MemberExpression", + "start": 20936, + "end": 20949, + "loc": { + "start": { + "line": 522, + "column": 46 + }, + "end": { + "line": 522, + "column": 59 + } }, - "identifierName": "mic" + "object": { + "type": "Identifier", + "start": 20936, + "end": 20939, + "loc": { + "start": { + "line": 522, + "column": 46 + }, + "end": { + "line": 522, + "column": 49 + }, + "identifierName": "mic" + }, + "name": "mic" + }, + "property": { + "type": "Identifier", + "start": 20940, + "end": 20949, + "loc": { + "start": { + "line": 522, + "column": 50 + }, + "end": { + "line": 522, + "column": 59 + }, + "identifierName": "getTracks" + }, + "name": "getTracks" + }, + "computed": false }, - "name": "mic" + "arguments": [] }, "property": { - "type": "Identifier", - "start": 20622, - "end": 20631, + "type": "NumericLiteral", + "start": 20952, + "end": 20953, "loc": { "start": { - "line": 514, - "column": 50 + "line": 522, + "column": 62 }, "end": { - "line": 514, - "column": 59 - }, - "identifierName": "getTracks" + "line": 522, + "column": 63 + } + }, + "extra": { + "rawValue": 0, + "raw": "0" }, - "name": "getTracks" + "value": 0 }, - "computed": false - }, - "arguments": [] - }, - "property": { - "type": "NumericLiteral", - "start": 20634, - "end": 20635, + "computed": true + } + ], + "leadingComments": null + }, + "leadingComments": [ + { + "type": "CommentLine", + "value": " join microphone track with screencast stream (order matters)", + "start": 20826, + "end": 20889, "loc": { "start": { - "line": 514, - "column": 62 + "line": 521, + "column": 24 }, "end": { - "line": 514, - "column": 63 + "line": 521, + "column": 87 } - }, - "extra": { - "rawValue": 0, - "raw": "0" - }, - "value": 0 - }, - "computed": true - } - ], - "leadingComments": null - }, - "leadingComments": [ - { - "type": "CommentLine", - "value": " Join microphone track with screencast stream (order matters)", - "start": 20508, - "end": 20571, - "loc": { - "start": { - "line": 513, - "column": 24 - }, - "end": { - "line": 513, - "column": 87 + } } - } - } - ] - }, - { - "type": "ExpressionStatement", - "start": 20663, - "end": 20707, - "loc": { - "start": { - "line": 515, - "column": 24 - }, - "end": { - "line": 515, - "column": 68 - } - }, - "expression": { - "type": "CallExpression", - "start": 20663, - "end": 20706, - "loc": { - "start": { - "line": 515, - "column": 24 - }, - "end": { - "line": 515, - "column": 67 - } + ] }, - "callee": { - "type": "CallExpression", - "start": 20663, - "end": 20692, + { + "type": "ExpressionStatement", + "start": 20981, + "end": 21025, "loc": { "start": { - "line": 515, + "line": 523, "column": 24 }, "end": { - "line": 515, - "column": 53 + "line": 523, + "column": 68 } }, - "callee": { - "type": "MemberExpression", - "start": 20663, - "end": 20686, + "expression": { + "type": "CallExpression", + "start": 20981, + "end": 21024, "loc": { "start": { - "line": 515, + "line": 523, "column": 24 }, "end": { - "line": 515, - "column": 47 + "line": 523, + "column": 67 } }, - "object": { - "type": "MemberExpression", - "start": 20663, - "end": 20681, + "callee": { + "type": "CallExpression", + "start": 20981, + "end": 21010, "loc": { "start": { - "line": 515, + "line": 523, "column": 24 }, "end": { - "line": 515, - "column": 42 + "line": 523, + "column": 53 } }, - "object": { - "type": "ThisExpression", - "start": 20663, - "end": 20667, + "callee": { + "type": "MemberExpression", + "start": 20981, + "end": 21004, "loc": { "start": { - "line": 515, + "line": 523, "column": 24 }, "end": { - "line": 515, - "column": 28 + "line": 523, + "column": 47 } - } + }, + "object": { + "type": "MemberExpression", + "start": 20981, + "end": 20999, + "loc": { + "start": { + "line": 523, + "column": 24 + }, + "end": { + "line": 523, + "column": 42 + } + }, + "object": { + "type": "ThisExpression", + "start": 20981, + "end": 20985, + "loc": { + "start": { + "line": 523, + "column": 24 + }, + "end": { + "line": 523, + "column": 28 + } + } + }, + "property": { + "type": "Identifier", + "start": 20986, + "end": 20999, + "loc": { + "start": { + "line": 523, + "column": 29 + }, + "end": { + "line": 523, + "column": 42 + }, + "identifierName": "onDeviceReady" + }, + "name": "onDeviceReady" + }, + "computed": false + }, + "property": { + "type": "Identifier", + "start": 21000, + "end": 21004, + "loc": { + "start": { + "line": 523, + "column": 43 + }, + "end": { + "line": 523, + "column": 47 + }, + "identifierName": "bind" + }, + "name": "bind" + }, + "computed": false }, - "property": { + "arguments": [ + { + "type": "ThisExpression", + "start": 21005, + "end": 21009, + "loc": { + "start": { + "line": 523, + "column": 48 + }, + "end": { + "line": 523, + "column": 52 + } + } + } + ] + }, + "arguments": [ + { "type": "Identifier", - "start": 20668, - "end": 20681, + "start": 21011, + "end": 21023, "loc": { "start": { - "line": 515, - "column": 29 + "line": 523, + "column": 54 }, "end": { - "line": 515, - "column": 42 + "line": 523, + "column": 66 }, - "identifierName": "onDeviceReady" + "identifierName": "screenStream" }, - "name": "onDeviceReady" - }, - "computed": false - }, - "property": { - "type": "Identifier", - "start": 20682, - "end": 20686, - "loc": { - "start": { - "line": 515, - "column": 43 - }, - "end": { - "line": 515, - "column": 47 - }, - "identifierName": "bind" - }, - "name": "bind" - }, - "computed": false - }, - "arguments": [ - { - "type": "ThisExpression", - "start": 20687, - "end": 20691, - "loc": { - "start": { - "line": 515, - "column": 48 - }, - "end": { - "line": 515, - "column": 52 - } + "name": "screenStream" } - } - ] - }, - "arguments": [ - { - "type": "Identifier", - "start": 20693, - "end": 20705, - "loc": { - "start": { - "line": 515, - "column": 54 - }, - "end": { - "line": 515, - "column": 66 - }, - "identifierName": "screenStream" - }, - "name": "screenStream" + ] } - ] + } + ], + "directives": [] + } + } + ] + }, + "property": { + "type": "Identifier", + "start": 21049, + "end": 21054, + "loc": { + "start": { + "line": 524, + "column": 23 + }, + "end": { + "line": 524, + "column": 28 + }, + "identifierName": "catch" + }, + "name": "catch" + }, + "computed": false + }, + "arguments": [ + { + "type": "CallExpression", + "start": 21080, + "end": 21109, + "loc": { + "start": { + "line": 525, + "column": 24 + }, + "end": { + "line": 525, + "column": 53 + } + }, + "callee": { + "type": "MemberExpression", + "start": 21080, + "end": 21103, + "loc": { + "start": { + "line": 525, + "column": 24 + }, + "end": { + "line": 525, + "column": 47 + } + }, + "object": { + "type": "MemberExpression", + "start": 21080, + "end": 21098, + "loc": { + "start": { + "line": 525, + "column": 24 + }, + "end": { + "line": 525, + "column": 42 + } + }, + "object": { + "type": "ThisExpression", + "start": 21080, + "end": 21084, + "loc": { + "start": { + "line": 525, + "column": 24 + }, + "end": { + "line": 525, + "column": 28 + } + } + }, + "property": { + "type": "Identifier", + "start": 21085, + "end": 21098, + "loc": { + "start": { + "line": 525, + "column": 29 + }, + "end": { + "line": 525, + "column": 42 + }, + "identifierName": "onDeviceError" + }, + "name": "onDeviceError" + }, + "computed": false + }, + "property": { + "type": "Identifier", + "start": 21099, + "end": 21103, + "loc": { + "start": { + "line": 525, + "column": 43 + }, + "end": { + "line": 525, + "column": 47 + }, + "identifierName": "bind" + }, + "name": "bind" + }, + "computed": false + }, + "arguments": [ + { + "type": "ThisExpression", + "start": 21104, + "end": 21108, + "loc": { + "start": { + "line": 525, + "column": 48 + }, + "end": { + "line": 525, + "column": 52 } } - ], - "directives": [] - } + } + ] } ] } @@ -37235,15 +38000,15 @@ }, "property": { "type": "Identifier", - "start": 20751, - "end": 20756, + "start": 21152, + "end": 21157, "loc": { "start": { - "line": 517, + "line": 527, "column": 19 }, "end": { - "line": 517, + "line": 527, "column": 24 }, "identifierName": "catch" @@ -37255,72 +38020,72 @@ "arguments": [ { "type": "CallExpression", - "start": 20778, - "end": 20807, + "start": 21179, + "end": 21208, "loc": { "start": { - "line": 518, + "line": 528, "column": 20 }, "end": { - "line": 518, + "line": 528, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 20778, - "end": 20801, + "start": 21179, + "end": 21202, "loc": { "start": { - "line": 518, + "line": 528, "column": 20 }, "end": { - "line": 518, + "line": 528, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 20778, - "end": 20796, + "start": 21179, + "end": 21197, "loc": { "start": { - "line": 518, + "line": 528, "column": 20 }, "end": { - "line": 518, + "line": 528, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 20778, - "end": 20782, + "start": 21179, + "end": 21183, "loc": { "start": { - "line": 518, + "line": 528, "column": 20 }, "end": { - "line": 518, + "line": 528, "column": 24 } } }, "property": { "type": "Identifier", - "start": 20783, - "end": 20796, + "start": 21184, + "end": 21197, "loc": { "start": { - "line": 518, + "line": 528, "column": 25 }, "end": { - "line": 518, + "line": 528, "column": 38 }, "identifierName": "onDeviceError" @@ -37331,15 +38096,15 @@ }, "property": { "type": "Identifier", - "start": 20797, - "end": 20801, + "start": 21198, + "end": 21202, "loc": { "start": { - "line": 518, + "line": 528, "column": 39 }, "end": { - "line": 518, + "line": 528, "column": 43 }, "identifierName": "bind" @@ -37351,15 +38116,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 20802, - "end": 20806, + "start": 21203, + "end": 21207, "loc": { "start": { - "line": 518, + "line": 528, "column": 44 }, "end": { - "line": 518, + "line": 528, "column": 48 } } @@ -37371,15 +38136,15 @@ }, { "type": "BreakStatement", - "start": 20843, - "end": 20849, + "start": 21244, + "end": 21250, "loc": { "start": { - "line": 520, + "line": 530, "column": 16 }, "end": { - "line": 520, + "line": 530, "column": 22 } }, @@ -37388,15 +38153,15 @@ ], "test": { "type": "Identifier", - "start": 19470, - "end": 19482, + "start": 19788, + "end": 19800, "loc": { "start": { - "line": 494, + "line": 502, "column": 17 }, "end": { - "line": 494, + "line": 502, "column": 29 }, "identifierName": "AUDIO_SCREEN" @@ -37406,73 +38171,73 @@ }, { "type": "SwitchCase", - "start": 20863, - "end": 21503, + "start": 21264, + "end": 21904, "loc": { "start": { - "line": 522, + "line": 532, "column": 12 }, "end": { - "line": 536, + "line": 546, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 20944, - "end": 21168, + "start": 21345, + "end": 21569, "loc": { "start": { - "line": 524, + "line": 534, "column": 16 }, "end": { - "line": 527, + "line": 537, "column": 18 } }, "expression": { "type": "AssignmentExpression", - "start": 20944, - "end": 21167, + "start": 21345, + "end": 21568, "loc": { "start": { - "line": 524, + "line": 534, "column": 16 }, "end": { - "line": 527, + "line": 537, "column": 17 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 20944, - "end": 20958, + "start": 21345, + "end": 21359, "loc": { "start": { - "line": 524, + "line": 534, "column": 16 }, "end": { - "line": 524, + "line": 534, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 20944, - "end": 20948, + "start": 21345, + "end": 21349, "loc": { "start": { - "line": 524, + "line": 534, "column": 16 }, "end": { - "line": 524, + "line": 534, "column": 20 } }, @@ -37480,15 +38245,15 @@ }, "property": { "type": "Identifier", - "start": 20949, - "end": 20958, + "start": 21350, + "end": 21359, "loc": { "start": { - "line": 524, + "line": 534, "column": 21 }, "end": { - "line": 524, + "line": 534, "column": 30 }, "identifierName": "mediaType" @@ -37500,30 +38265,30 @@ }, "right": { "type": "ObjectExpression", - "start": 20961, - "end": 21167, + "start": 21362, + "end": 21568, "loc": { "start": { - "line": 524, + "line": 534, "column": 33 }, "end": { - "line": 527, + "line": 537, "column": 17 } }, "properties": [ { "type": "ObjectProperty", - "start": 20983, - "end": 21055, + "start": 21384, + "end": 21456, "loc": { "start": { - "line": 525, + "line": 535, "column": 20 }, "end": { - "line": 525, + "line": 535, "column": 92 } }, @@ -37532,15 +38297,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 20983, - "end": 20988, + "start": 21384, + "end": 21389, "loc": { "start": { - "line": 525, + "line": 535, "column": 20 }, "end": { - "line": 525, + "line": 535, "column": 25 }, "identifierName": "audio" @@ -37549,72 +38314,72 @@ }, "value": { "type": "ConditionalExpression", - "start": 20990, - "end": 21055, + "start": 21391, + "end": 21456, "loc": { "start": { - "line": 525, + "line": 535, "column": 27 }, "end": { - "line": 525, + "line": 535, "column": 92 } }, "test": { "type": "BinaryExpression", - "start": 20991, - "end": 21022, + "start": 21392, + "end": 21423, "loc": { "start": { - "line": 525, + "line": 535, "column": 28 }, "end": { - "line": 525, + "line": 535, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 20991, - "end": 21013, + "start": 21392, + "end": 21414, "loc": { "start": { - "line": 525, + "line": 535, "column": 28 }, "end": { - "line": 525, + "line": 535, "column": 50 } }, "object": { "type": "ThisExpression", - "start": 20991, - "end": 20995, + "start": 21392, + "end": 21396, "loc": { "start": { - "line": 525, + "line": 535, "column": 28 }, "end": { - "line": 525, + "line": 535, "column": 32 } } }, "property": { "type": "Identifier", - "start": 20996, - "end": 21013, + "start": 21397, + "end": 21414, "loc": { "start": { - "line": 525, + "line": 535, "column": 33 }, "end": { - "line": 525, + "line": 535, "column": 50 }, "identifierName": "audioRecorderType" @@ -37626,15 +38391,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 21018, - "end": 21022, + "start": 21419, + "end": 21423, "loc": { "start": { - "line": 525, + "line": 535, "column": 55 }, "end": { - "line": 525, + "line": 535, "column": 59 }, "identifierName": "AUTO" @@ -37643,20 +38408,20 @@ }, "extra": { "parenthesized": true, - "parenStart": 20990 + "parenStart": 21391 } }, "consequent": { "type": "BooleanLiteral", - "start": 21026, - "end": 21030, + "start": 21427, + "end": 21431, "loc": { "start": { - "line": 525, + "line": 535, "column": 63 }, "end": { - "line": 525, + "line": 535, "column": 67 } }, @@ -37664,44 +38429,44 @@ }, "alternate": { "type": "MemberExpression", - "start": 21033, - "end": 21055, + "start": 21434, + "end": 21456, "loc": { "start": { - "line": 525, + "line": 535, "column": 70 }, "end": { - "line": 525, + "line": 535, "column": 92 } }, "object": { "type": "ThisExpression", - "start": 21033, - "end": 21037, + "start": 21434, + "end": 21438, "loc": { "start": { - "line": 525, + "line": 535, "column": 70 }, "end": { - "line": 525, + "line": 535, "column": 74 } } }, "property": { "type": "Identifier", - "start": 21038, - "end": 21055, + "start": 21439, + "end": 21456, "loc": { "start": { - "line": 525, + "line": 535, "column": 75 }, "end": { - "line": 525, + "line": 535, "column": 92 }, "identifierName": "audioRecorderType" @@ -37714,15 +38479,15 @@ }, { "type": "ObjectProperty", - "start": 21077, - "end": 21149, + "start": 21478, + "end": 21550, "loc": { "start": { - "line": 526, + "line": 536, "column": 20 }, "end": { - "line": 526, + "line": 536, "column": 92 } }, @@ -37731,15 +38496,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 21077, - "end": 21082, + "start": 21478, + "end": 21483, "loc": { "start": { - "line": 526, + "line": 536, "column": 20 }, "end": { - "line": 526, + "line": 536, "column": 25 }, "identifierName": "video" @@ -37748,72 +38513,72 @@ }, "value": { "type": "ConditionalExpression", - "start": 21084, - "end": 21149, + "start": 21485, + "end": 21550, "loc": { "start": { - "line": 526, + "line": 536, "column": 27 }, "end": { - "line": 526, + "line": 536, "column": 92 } }, "test": { "type": "BinaryExpression", - "start": 21085, - "end": 21116, + "start": 21486, + "end": 21517, "loc": { "start": { - "line": 526, + "line": 536, "column": 28 }, "end": { - "line": 526, + "line": 536, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 21085, - "end": 21107, + "start": 21486, + "end": 21508, "loc": { "start": { - "line": 526, + "line": 536, "column": 28 }, "end": { - "line": 526, + "line": 536, "column": 50 } }, "object": { "type": "ThisExpression", - "start": 21085, - "end": 21089, + "start": 21486, + "end": 21490, "loc": { "start": { - "line": 526, + "line": 536, "column": 28 }, "end": { - "line": 526, + "line": 536, "column": 32 } } }, "property": { "type": "Identifier", - "start": 21090, - "end": 21107, + "start": 21491, + "end": 21508, "loc": { "start": { - "line": 526, + "line": 536, "column": 33 }, "end": { - "line": 526, + "line": 536, "column": 50 }, "identifierName": "videoRecorderType" @@ -37825,15 +38590,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 21112, - "end": 21116, + "start": 21513, + "end": 21517, "loc": { "start": { - "line": 526, + "line": 536, "column": 55 }, "end": { - "line": 526, + "line": 536, "column": 59 }, "identifierName": "AUTO" @@ -37842,20 +38607,20 @@ }, "extra": { "parenthesized": true, - "parenStart": 21084 + "parenStart": 21485 } }, "consequent": { "type": "BooleanLiteral", - "start": 21120, - "end": 21124, + "start": 21521, + "end": 21525, "loc": { "start": { - "line": 526, + "line": 536, "column": 63 }, "end": { - "line": 526, + "line": 536, "column": 67 } }, @@ -37863,44 +38628,44 @@ }, "alternate": { "type": "MemberExpression", - "start": 21127, - "end": 21149, + "start": 21528, + "end": 21550, "loc": { "start": { - "line": 526, + "line": 536, "column": 70 }, "end": { - "line": 526, + "line": 536, "column": 92 } }, "object": { "type": "ThisExpression", - "start": 21127, - "end": 21131, + "start": 21528, + "end": 21532, "loc": { "start": { - "line": 526, + "line": 536, "column": 70 }, "end": { - "line": 526, + "line": 536, "column": 74 } } }, "property": { "type": "Identifier", - "start": 21132, - "end": 21149, + "start": 21533, + "end": 21550, "loc": { "start": { - "line": 526, + "line": 536, "column": 75 }, "end": { - "line": 526, + "line": 536, "column": 92 }, "identifierName": "videoRecorderType" @@ -37919,15 +38684,15 @@ { "type": "CommentLine", "value": " setup camera and microphone", - "start": 20897, - "end": 20927, + "start": 21298, + "end": 21328, "loc": { "start": { - "line": 523, + "line": 533, "column": 16 }, "end": { - "line": 523, + "line": 533, "column": 46 } } @@ -37936,127 +38701,127 @@ }, { "type": "ExpressionStatement", - "start": 21185, - "end": 21480, + "start": 21586, + "end": 21881, "loc": { "start": { - "line": 528, + "line": 538, "column": 16 }, "end": { - "line": 535, + "line": 545, "column": 18 } }, "expression": { "type": "CallExpression", - "start": 21185, - "end": 21479, + "start": 21586, + "end": 21880, "loc": { "start": { - "line": 528, + "line": 538, "column": 16 }, "end": { - "line": 535, + "line": 545, "column": 17 } }, "callee": { "type": "MemberExpression", - "start": 21185, - "end": 21410, + "start": 21586, + "end": 21811, "loc": { "start": { - "line": 528, + "line": 538, "column": 16 }, "end": { - "line": 533, + "line": 543, "column": 23 } }, "object": { "type": "CallExpression", - "start": 21185, - "end": 21404, + "start": 21586, + "end": 21805, "loc": { "start": { - "line": 528, + "line": 538, "column": 16 }, "end": { - "line": 533, + "line": 543, "column": 17 } }, "callee": { "type": "MemberExpression", - "start": 21185, - "end": 21335, + "start": 21586, + "end": 21736, "loc": { "start": { - "line": 528, + "line": 538, "column": 16 }, "end": { - "line": 531, + "line": 541, "column": 23 } }, "object": { "type": "CallExpression", - "start": 21185, - "end": 21330, + "start": 21586, + "end": 21731, "loc": { "start": { - "line": 528, + "line": 538, "column": 16 }, "end": { - "line": 531, + "line": 541, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 21185, - "end": 21220, + "start": 21586, + "end": 21621, "loc": { "start": { - "line": 528, + "line": 538, "column": 16 }, "end": { - "line": 528, + "line": 538, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 21185, - "end": 21207, + "start": 21586, + "end": 21608, "loc": { "start": { - "line": 528, + "line": 538, "column": 16 }, "end": { - "line": 528, + "line": 538, "column": 38 } }, "object": { "type": "Identifier", - "start": 21185, - "end": 21194, + "start": 21586, + "end": 21595, "loc": { "start": { - "line": 528, + "line": 538, "column": 16 }, "end": { - "line": 528, + "line": 538, "column": 25 }, "identifierName": "navigator" @@ -38065,15 +38830,15 @@ }, "property": { "type": "Identifier", - "start": 21195, - "end": 21207, + "start": 21596, + "end": 21608, "loc": { "start": { - "line": 528, + "line": 538, "column": 26 }, "end": { - "line": 528, + "line": 538, "column": 38 }, "identifierName": "mediaDevices" @@ -38084,15 +38849,15 @@ }, "property": { "type": "Identifier", - "start": 21208, - "end": 21220, + "start": 21609, + "end": 21621, "loc": { "start": { - "line": 528, + "line": 538, "column": 39 }, "end": { - "line": 528, + "line": 538, "column": 51 }, "identifierName": "getUserMedia" @@ -38104,30 +38869,30 @@ "arguments": [ { "type": "ObjectExpression", - "start": 21221, - "end": 21329, + "start": 21622, + "end": 21730, "loc": { "start": { - "line": 528, + "line": 538, "column": 52 }, "end": { - "line": 531, + "line": 541, "column": 17 } }, "properties": [ { "type": "ObjectProperty", - "start": 21243, - "end": 21266, + "start": 21644, + "end": 21667, "loc": { "start": { - "line": 529, + "line": 539, "column": 20 }, "end": { - "line": 529, + "line": 539, "column": 43 } }, @@ -38136,15 +38901,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 21243, - "end": 21248, + "start": 21644, + "end": 21649, "loc": { "start": { - "line": 529, + "line": 539, "column": 20 }, "end": { - "line": 529, + "line": 539, "column": 25 }, "identifierName": "audio" @@ -38153,44 +38918,44 @@ }, "value": { "type": "MemberExpression", - "start": 21250, - "end": 21266, + "start": 21651, + "end": 21667, "loc": { "start": { - "line": 529, + "line": 539, "column": 27 }, "end": { - "line": 529, + "line": 539, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 21250, - "end": 21254, + "start": 21651, + "end": 21655, "loc": { "start": { - "line": 529, + "line": 539, "column": 27 }, "end": { - "line": 529, + "line": 539, "column": 31 } } }, "property": { "type": "Identifier", - "start": 21255, - "end": 21266, + "start": 21656, + "end": 21667, "loc": { "start": { - "line": 529, + "line": 539, "column": 32 }, "end": { - "line": 529, + "line": 539, "column": 43 }, "identifierName": "recordAudio" @@ -38202,15 +38967,15 @@ }, { "type": "ObjectProperty", - "start": 21288, - "end": 21311, + "start": 21689, + "end": 21712, "loc": { "start": { - "line": 530, + "line": 540, "column": 20 }, "end": { - "line": 530, + "line": 540, "column": 43 } }, @@ -38219,15 +38984,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 21288, - "end": 21293, + "start": 21689, + "end": 21694, "loc": { "start": { - "line": 530, + "line": 540, "column": 20 }, "end": { - "line": 530, + "line": 540, "column": 25 }, "identifierName": "video" @@ -38236,44 +39001,44 @@ }, "value": { "type": "MemberExpression", - "start": 21295, - "end": 21311, + "start": 21696, + "end": 21712, "loc": { "start": { - "line": 530, + "line": 540, "column": 27 }, "end": { - "line": 530, + "line": 540, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 21295, - "end": 21299, + "start": 21696, + "end": 21700, "loc": { "start": { - "line": 530, + "line": 540, "column": 27 }, "end": { - "line": 530, + "line": 540, "column": 31 } } }, "property": { "type": "Identifier", - "start": 21300, - "end": 21311, + "start": 21701, + "end": 21712, "loc": { "start": { - "line": 530, + "line": 540, "column": 32 }, "end": { - "line": 530, + "line": 540, "column": 43 }, "identifierName": "recordVideo" @@ -38289,15 +39054,15 @@ }, "property": { "type": "Identifier", - "start": 21331, - "end": 21335, + "start": 21732, + "end": 21736, "loc": { "start": { - "line": 531, + "line": 541, "column": 19 }, "end": { - "line": 531, + "line": 541, "column": 23 }, "identifierName": "then" @@ -38309,72 +39074,72 @@ "arguments": [ { "type": "CallExpression", - "start": 21357, - "end": 21386, + "start": 21758, + "end": 21787, "loc": { "start": { - "line": 532, + "line": 542, "column": 20 }, "end": { - "line": 532, + "line": 542, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 21357, - "end": 21380, + "start": 21758, + "end": 21781, "loc": { "start": { - "line": 532, + "line": 542, "column": 20 }, "end": { - "line": 532, + "line": 542, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 21357, - "end": 21375, + "start": 21758, + "end": 21776, "loc": { "start": { - "line": 532, + "line": 542, "column": 20 }, "end": { - "line": 532, + "line": 542, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 21357, - "end": 21361, + "start": 21758, + "end": 21762, "loc": { "start": { - "line": 532, + "line": 542, "column": 20 }, "end": { - "line": 532, + "line": 542, "column": 24 } } }, "property": { "type": "Identifier", - "start": 21362, - "end": 21375, + "start": 21763, + "end": 21776, "loc": { "start": { - "line": 532, + "line": 542, "column": 25 }, "end": { - "line": 532, + "line": 542, "column": 38 }, "identifierName": "onDeviceReady" @@ -38385,15 +39150,15 @@ }, "property": { "type": "Identifier", - "start": 21376, - "end": 21380, + "start": 21777, + "end": 21781, "loc": { "start": { - "line": 532, + "line": 542, "column": 39 }, "end": { - "line": 532, + "line": 542, "column": 43 }, "identifierName": "bind" @@ -38405,15 +39170,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 21381, - "end": 21385, + "start": 21782, + "end": 21786, "loc": { "start": { - "line": 532, + "line": 542, "column": 44 }, "end": { - "line": 532, + "line": 542, "column": 48 } } @@ -38424,15 +39189,15 @@ }, "property": { "type": "Identifier", - "start": 21405, - "end": 21410, + "start": 21806, + "end": 21811, "loc": { "start": { - "line": 533, + "line": 543, "column": 18 }, "end": { - "line": 533, + "line": 543, "column": 23 }, "identifierName": "catch" @@ -38444,72 +39209,72 @@ "arguments": [ { "type": "CallExpression", - "start": 21432, - "end": 21461, + "start": 21833, + "end": 21862, "loc": { "start": { - "line": 534, + "line": 544, "column": 20 }, "end": { - "line": 534, + "line": 544, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 21432, - "end": 21455, + "start": 21833, + "end": 21856, "loc": { "start": { - "line": 534, + "line": 544, "column": 20 }, "end": { - "line": 534, + "line": 544, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 21432, - "end": 21450, + "start": 21833, + "end": 21851, "loc": { "start": { - "line": 534, + "line": 544, "column": 20 }, "end": { - "line": 534, + "line": 544, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 21432, - "end": 21436, + "start": 21833, + "end": 21837, "loc": { "start": { - "line": 534, + "line": 544, "column": 20 }, "end": { - "line": 534, + "line": 544, "column": 24 } } }, "property": { "type": "Identifier", - "start": 21437, - "end": 21450, + "start": 21838, + "end": 21851, "loc": { "start": { - "line": 534, + "line": 544, "column": 25 }, "end": { - "line": 534, + "line": 544, "column": 38 }, "identifierName": "onDeviceError" @@ -38520,15 +39285,15 @@ }, "property": { "type": "Identifier", - "start": 21451, - "end": 21455, + "start": 21852, + "end": 21856, "loc": { "start": { - "line": 534, + "line": 544, "column": 39 }, "end": { - "line": 534, + "line": 544, "column": 43 }, "identifierName": "bind" @@ -38540,15 +39305,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 21456, - "end": 21460, + "start": 21857, + "end": 21861, "loc": { "start": { - "line": 534, + "line": 544, "column": 44 }, "end": { - "line": 534, + "line": 544, "column": 48 } } @@ -38560,15 +39325,15 @@ }, { "type": "BreakStatement", - "start": 21497, - "end": 21503, + "start": 21898, + "end": 21904, "loc": { "start": { - "line": 536, + "line": 546, "column": 16 }, "end": { - "line": 536, + "line": 546, "column": 22 } }, @@ -38577,15 +39342,15 @@ ], "test": { "type": "Identifier", - "start": 20868, - "end": 20879, + "start": 21269, + "end": 21280, "loc": { "start": { - "line": 522, + "line": 532, "column": 17 }, "end": { - "line": 522, + "line": 532, "column": 28 }, "identifierName": "AUDIO_VIDEO" @@ -38595,73 +39360,73 @@ }, { "type": "SwitchCase", - "start": 21517, - "end": 22080, + "start": 21918, + "end": 22481, "loc": { "start": { - "line": 538, + "line": 548, "column": 12 }, "end": { - "line": 554, + "line": 564, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 21581, - "end": 21752, + "start": 21982, + "end": 22153, "loc": { "start": { - "line": 540, + "line": 550, "column": 16 }, "end": { - "line": 545, + "line": 555, "column": 18 } }, "expression": { "type": "AssignmentExpression", - "start": 21581, - "end": 21751, + "start": 21982, + "end": 22152, "loc": { "start": { - "line": 540, + "line": 550, "column": 16 }, "end": { - "line": 545, + "line": 555, "column": 17 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 21581, - "end": 21595, + "start": 21982, + "end": 21996, "loc": { "start": { - "line": 540, + "line": 550, "column": 16 }, "end": { - "line": 540, + "line": 550, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 21581, - "end": 21585, + "start": 21982, + "end": 21986, "loc": { "start": { - "line": 540, + "line": 550, "column": 16 }, "end": { - "line": 540, + "line": 550, "column": 20 } }, @@ -38669,15 +39434,15 @@ }, "property": { "type": "Identifier", - "start": 21586, - "end": 21595, + "start": 21987, + "end": 21996, "loc": { "start": { - "line": 540, + "line": 550, "column": 21 }, "end": { - "line": 540, + "line": 550, "column": 30 }, "identifierName": "mediaType" @@ -38689,30 +39454,30 @@ }, "right": { "type": "ObjectExpression", - "start": 21598, - "end": 21751, + "start": 21999, + "end": 22152, "loc": { "start": { - "line": 540, + "line": 550, "column": 33 }, "end": { - "line": 545, + "line": 555, "column": 17 } }, "properties": [ { "type": "ObjectProperty", - "start": 21656, - "end": 21668, + "start": 22057, + "end": 22069, "loc": { "start": { - "line": 542, + "line": 552, "column": 20 }, "end": { - "line": 542, + "line": 552, "column": 32 } }, @@ -38721,15 +39486,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 21656, - "end": 21661, + "start": 22057, + "end": 22062, "loc": { "start": { - "line": 542, + "line": 552, "column": 20 }, "end": { - "line": 542, + "line": 552, "column": 25 }, "identifierName": "audio" @@ -38739,15 +39504,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 21663, - "end": 21668, + "start": 22064, + "end": 22069, "loc": { "start": { - "line": 542, + "line": 552, "column": 27 }, "end": { - "line": 542, + "line": 552, "column": 32 } }, @@ -38757,15 +39522,15 @@ { "type": "CommentLine", "value": " animated GIF", - "start": 21620, - "end": 21635, + "start": 22021, + "end": 22036, "loc": { "start": { - "line": 541, + "line": 551, "column": 20 }, "end": { - "line": 541, + "line": 551, "column": 35 } } @@ -38774,15 +39539,15 @@ }, { "type": "ObjectProperty", - "start": 21690, - "end": 21702, + "start": 22091, + "end": 22103, "loc": { "start": { - "line": 543, + "line": 553, "column": 20 }, "end": { - "line": 543, + "line": 553, "column": 32 } }, @@ -38791,15 +39556,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 21690, - "end": 21695, + "start": 22091, + "end": 22096, "loc": { "start": { - "line": 543, + "line": 553, "column": 20 }, "end": { - "line": 543, + "line": 553, "column": 25 }, "identifierName": "video" @@ -38808,15 +39573,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 21697, - "end": 21702, + "start": 22098, + "end": 22103, "loc": { "start": { - "line": 543, + "line": 553, "column": 27 }, "end": { - "line": 543, + "line": 553, "column": 32 } }, @@ -38825,15 +39590,15 @@ }, { "type": "ObjectProperty", - "start": 21724, - "end": 21733, + "start": 22125, + "end": 22134, "loc": { "start": { - "line": 544, + "line": 554, "column": 20 }, "end": { - "line": 544, + "line": 554, "column": 29 } }, @@ -38842,15 +39607,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 21724, - "end": 21727, + "start": 22125, + "end": 22128, "loc": { "start": { - "line": 544, + "line": 554, "column": 20 }, "end": { - "line": 544, + "line": 554, "column": 23 }, "identifierName": "gif" @@ -38859,15 +39624,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 21729, - "end": 21733, + "start": 22130, + "end": 22134, "loc": { "start": { - "line": 544, + "line": 554, "column": 25 }, "end": { - "line": 544, + "line": 554, "column": 29 } }, @@ -38882,15 +39647,15 @@ { "type": "CommentLine", "value": " setup camera", - "start": 21549, - "end": 21564, + "start": 21950, + "end": 21965, "loc": { "start": { - "line": 539, + "line": 549, "column": 16 }, "end": { - "line": 539, + "line": 549, "column": 31 } } @@ -38899,127 +39664,127 @@ }, { "type": "ExpressionStatement", - "start": 21769, - "end": 22057, + "start": 22170, + "end": 22458, "loc": { "start": { - "line": 546, + "line": 556, "column": 16 }, "end": { - "line": 553, + "line": 563, "column": 18 } }, "expression": { "type": "CallExpression", - "start": 21769, - "end": 22056, + "start": 22170, + "end": 22457, "loc": { "start": { - "line": 546, + "line": 556, "column": 16 }, "end": { - "line": 553, + "line": 563, "column": 17 } }, "callee": { "type": "MemberExpression", - "start": 21769, - "end": 21987, + "start": 22170, + "end": 22388, "loc": { "start": { - "line": 546, + "line": 556, "column": 16 }, "end": { - "line": 551, + "line": 561, "column": 23 } }, "object": { "type": "CallExpression", - "start": 21769, - "end": 21981, + "start": 22170, + "end": 22382, "loc": { "start": { - "line": 546, + "line": 556, "column": 16 }, "end": { - "line": 551, + "line": 561, "column": 17 } }, "callee": { "type": "MemberExpression", - "start": 21769, - "end": 21912, + "start": 22170, + "end": 22313, "loc": { "start": { - "line": 546, + "line": 556, "column": 16 }, "end": { - "line": 549, + "line": 559, "column": 23 } }, "object": { "type": "CallExpression", - "start": 21769, - "end": 21907, + "start": 22170, + "end": 22308, "loc": { "start": { - "line": 546, + "line": 556, "column": 16 }, "end": { - "line": 549, + "line": 559, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 21769, - "end": 21804, + "start": 22170, + "end": 22205, "loc": { "start": { - "line": 546, + "line": 556, "column": 16 }, "end": { - "line": 546, + "line": 556, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 21769, - "end": 21791, + "start": 22170, + "end": 22192, "loc": { "start": { - "line": 546, + "line": 556, "column": 16 }, "end": { - "line": 546, + "line": 556, "column": 38 } }, "object": { "type": "Identifier", - "start": 21769, - "end": 21778, + "start": 22170, + "end": 22179, "loc": { "start": { - "line": 546, + "line": 556, "column": 16 }, "end": { - "line": 546, + "line": 556, "column": 25 }, "identifierName": "navigator" @@ -39028,15 +39793,15 @@ }, "property": { "type": "Identifier", - "start": 21779, - "end": 21791, + "start": 22180, + "end": 22192, "loc": { "start": { - "line": 546, + "line": 556, "column": 26 }, "end": { - "line": 546, + "line": 556, "column": 38 }, "identifierName": "mediaDevices" @@ -39047,15 +39812,15 @@ }, "property": { "type": "Identifier", - "start": 21792, - "end": 21804, + "start": 22193, + "end": 22205, "loc": { "start": { - "line": 546, + "line": 556, "column": 39 }, "end": { - "line": 546, + "line": 556, "column": 51 }, "identifierName": "getUserMedia" @@ -39067,30 +39832,30 @@ "arguments": [ { "type": "ObjectExpression", - "start": 21805, - "end": 21906, + "start": 22206, + "end": 22307, "loc": { "start": { - "line": 546, + "line": 556, "column": 52 }, "end": { - "line": 549, + "line": 559, "column": 17 } }, "properties": [ { "type": "ObjectProperty", - "start": 21827, - "end": 21839, + "start": 22228, + "end": 22240, "loc": { "start": { - "line": 547, + "line": 557, "column": 20 }, "end": { - "line": 547, + "line": 557, "column": 32 } }, @@ -39099,15 +39864,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 21827, - "end": 21832, + "start": 22228, + "end": 22233, "loc": { "start": { - "line": 547, + "line": 557, "column": 20 }, "end": { - "line": 547, + "line": 557, "column": 25 }, "identifierName": "audio" @@ -39116,15 +39881,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 21834, - "end": 21839, + "start": 22235, + "end": 22240, "loc": { "start": { - "line": 547, + "line": 557, "column": 27 }, "end": { - "line": 547, + "line": 557, "column": 32 } }, @@ -39133,15 +39898,15 @@ }, { "type": "ObjectProperty", - "start": 21861, - "end": 21888, + "start": 22262, + "end": 22289, "loc": { "start": { - "line": 548, + "line": 558, "column": 20 }, "end": { - "line": 548, + "line": 558, "column": 47 } }, @@ -39150,15 +39915,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 21861, - "end": 21866, + "start": 22262, + "end": 22267, "loc": { "start": { - "line": 548, + "line": 558, "column": 20 }, "end": { - "line": 548, + "line": 558, "column": 25 }, "identifierName": "video" @@ -39167,44 +39932,44 @@ }, "value": { "type": "MemberExpression", - "start": 21868, - "end": 21888, + "start": 22269, + "end": 22289, "loc": { "start": { - "line": 548, + "line": 558, "column": 27 }, "end": { - "line": 548, + "line": 558, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 21868, - "end": 21872, + "start": 22269, + "end": 22273, "loc": { "start": { - "line": 548, + "line": 558, "column": 27 }, "end": { - "line": 548, + "line": 558, "column": 31 } } }, "property": { "type": "Identifier", - "start": 21873, - "end": 21888, + "start": 22274, + "end": 22289, "loc": { "start": { - "line": 548, + "line": 558, "column": 32 }, "end": { - "line": 548, + "line": 558, "column": 47 }, "identifierName": "recordAnimation" @@ -39220,15 +39985,15 @@ }, "property": { "type": "Identifier", - "start": 21908, - "end": 21912, + "start": 22309, + "end": 22313, "loc": { "start": { - "line": 549, + "line": 559, "column": 19 }, "end": { - "line": 549, + "line": 559, "column": 23 }, "identifierName": "then" @@ -39240,72 +40005,72 @@ "arguments": [ { "type": "CallExpression", - "start": 21934, - "end": 21963, + "start": 22335, + "end": 22364, "loc": { "start": { - "line": 550, + "line": 560, "column": 20 }, "end": { - "line": 550, + "line": 560, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 21934, - "end": 21957, + "start": 22335, + "end": 22358, "loc": { "start": { - "line": 550, + "line": 560, "column": 20 }, "end": { - "line": 550, + "line": 560, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 21934, - "end": 21952, + "start": 22335, + "end": 22353, "loc": { "start": { - "line": 550, + "line": 560, "column": 20 }, "end": { - "line": 550, + "line": 560, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 21934, - "end": 21938, + "start": 22335, + "end": 22339, "loc": { "start": { - "line": 550, + "line": 560, "column": 20 }, "end": { - "line": 550, + "line": 560, "column": 24 } } }, "property": { "type": "Identifier", - "start": 21939, - "end": 21952, + "start": 22340, + "end": 22353, "loc": { "start": { - "line": 550, + "line": 560, "column": 25 }, "end": { - "line": 550, + "line": 560, "column": 38 }, "identifierName": "onDeviceReady" @@ -39316,15 +40081,15 @@ }, "property": { "type": "Identifier", - "start": 21953, - "end": 21957, + "start": 22354, + "end": 22358, "loc": { "start": { - "line": 550, + "line": 560, "column": 39 }, "end": { - "line": 550, + "line": 560, "column": 43 }, "identifierName": "bind" @@ -39336,15 +40101,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 21958, - "end": 21962, + "start": 22359, + "end": 22363, "loc": { "start": { - "line": 550, + "line": 560, "column": 44 }, "end": { - "line": 550, + "line": 560, "column": 48 } } @@ -39355,15 +40120,15 @@ }, "property": { "type": "Identifier", - "start": 21982, - "end": 21987, + "start": 22383, + "end": 22388, "loc": { "start": { - "line": 551, + "line": 561, "column": 18 }, "end": { - "line": 551, + "line": 561, "column": 23 }, "identifierName": "catch" @@ -39375,72 +40140,72 @@ "arguments": [ { "type": "CallExpression", - "start": 22009, - "end": 22038, + "start": 22410, + "end": 22439, "loc": { "start": { - "line": 552, + "line": 562, "column": 20 }, "end": { - "line": 552, + "line": 562, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 22009, - "end": 22032, + "start": 22410, + "end": 22433, "loc": { "start": { - "line": 552, + "line": 562, "column": 20 }, "end": { - "line": 552, + "line": 562, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 22009, - "end": 22027, + "start": 22410, + "end": 22428, "loc": { "start": { - "line": 552, + "line": 562, "column": 20 }, "end": { - "line": 552, + "line": 562, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 22009, - "end": 22013, + "start": 22410, + "end": 22414, "loc": { "start": { - "line": 552, + "line": 562, "column": 20 }, "end": { - "line": 552, + "line": 562, "column": 24 } } }, "property": { "type": "Identifier", - "start": 22014, - "end": 22027, + "start": 22415, + "end": 22428, "loc": { "start": { - "line": 552, + "line": 562, "column": 25 }, "end": { - "line": 552, + "line": 562, "column": 38 }, "identifierName": "onDeviceError" @@ -39451,15 +40216,15 @@ }, "property": { "type": "Identifier", - "start": 22028, - "end": 22032, + "start": 22429, + "end": 22433, "loc": { "start": { - "line": 552, + "line": 562, "column": 39 }, "end": { - "line": 552, + "line": 562, "column": 43 }, "identifierName": "bind" @@ -39471,15 +40236,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 22033, - "end": 22037, + "start": 22434, + "end": 22438, "loc": { "start": { - "line": 552, + "line": 562, "column": 44 }, "end": { - "line": 552, + "line": 562, "column": 48 } } @@ -39491,15 +40256,15 @@ }, { "type": "BreakStatement", - "start": 22074, - "end": 22080, + "start": 22475, + "end": 22481, "loc": { "start": { - "line": 554, + "line": 564, "column": 16 }, "end": { - "line": 554, + "line": 564, "column": 22 } }, @@ -39508,15 +40273,15 @@ ], "test": { "type": "Identifier", - "start": 21522, - "end": 21531, + "start": 21923, + "end": 21932, "loc": { "start": { - "line": 538, + "line": 548, "column": 17 }, "end": { - "line": 538, + "line": 548, "column": 26 }, "identifierName": "ANIMATION" @@ -39526,73 +40291,73 @@ }, { "type": "SwitchCase", - "start": 22094, - "end": 23035, + "start": 22495, + "end": 23436, "loc": { "start": { - "line": 556, + "line": 566, "column": 12 }, "end": { - "line": 579, + "line": 589, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 22160, - "end": 22368, + "start": 22561, + "end": 22769, "loc": { "start": { - "line": 558, + "line": 568, "column": 16 }, "end": { - "line": 564, + "line": 574, "column": 18 } }, "expression": { "type": "AssignmentExpression", - "start": 22160, - "end": 22367, + "start": 22561, + "end": 22768, "loc": { "start": { - "line": 558, + "line": 568, "column": 16 }, "end": { - "line": 564, + "line": 574, "column": 17 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 22160, - "end": 22174, + "start": 22561, + "end": 22575, "loc": { "start": { - "line": 558, + "line": 568, "column": 16 }, "end": { - "line": 558, + "line": 568, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 22160, - "end": 22164, + "start": 22561, + "end": 22565, "loc": { "start": { - "line": 558, + "line": 568, "column": 16 }, "end": { - "line": 558, + "line": 568, "column": 20 } }, @@ -39600,15 +40365,15 @@ }, "property": { "type": "Identifier", - "start": 22165, - "end": 22174, + "start": 22566, + "end": 22575, "loc": { "start": { - "line": 558, + "line": 568, "column": 21 }, "end": { - "line": 558, + "line": 568, "column": 30 }, "identifierName": "mediaType" @@ -39620,30 +40385,30 @@ }, "right": { "type": "ObjectExpression", - "start": 22177, - "end": 22367, + "start": 22578, + "end": 22768, "loc": { "start": { - "line": 558, + "line": 568, "column": 33 }, "end": { - "line": 564, + "line": 574, "column": 17 } }, "properties": [ { "type": "ObjectProperty", - "start": 22237, - "end": 22249, + "start": 22638, + "end": 22650, "loc": { "start": { - "line": 560, + "line": 570, "column": 20 }, "end": { - "line": 560, + "line": 570, "column": 32 } }, @@ -39652,15 +40417,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 22237, - "end": 22242, + "start": 22638, + "end": 22643, "loc": { "start": { - "line": 560, + "line": 570, "column": 20 }, "end": { - "line": 560, + "line": 570, "column": 25 }, "identifierName": "audio" @@ -39670,15 +40435,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 22244, - "end": 22249, + "start": 22645, + "end": 22650, "loc": { "start": { - "line": 560, + "line": 570, "column": 27 }, "end": { - "line": 560, + "line": 570, "column": 32 } }, @@ -39688,15 +40453,15 @@ { "type": "CommentLine", "value": " screen capture", - "start": 22199, - "end": 22216, + "start": 22600, + "end": 22617, "loc": { "start": { - "line": 559, + "line": 569, "column": 20 }, "end": { - "line": 559, + "line": 569, "column": 37 } } @@ -39705,15 +40470,15 @@ }, { "type": "ObjectProperty", - "start": 22271, - "end": 22283, + "start": 22672, + "end": 22684, "loc": { "start": { - "line": 561, + "line": 571, "column": 20 }, "end": { - "line": 561, + "line": 571, "column": 32 } }, @@ -39722,15 +40487,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 22271, - "end": 22276, + "start": 22672, + "end": 22677, "loc": { "start": { - "line": 561, + "line": 571, "column": 20 }, "end": { - "line": 561, + "line": 571, "column": 25 }, "identifierName": "video" @@ -39739,15 +40504,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 22278, - "end": 22283, + "start": 22679, + "end": 22684, "loc": { "start": { - "line": 561, + "line": 571, "column": 27 }, "end": { - "line": 561, + "line": 571, "column": 32 } }, @@ -39756,15 +40521,15 @@ }, { "type": "ObjectProperty", - "start": 22305, - "end": 22317, + "start": 22706, + "end": 22718, "loc": { "start": { - "line": 562, + "line": 572, "column": 20 }, "end": { - "line": 562, + "line": 572, "column": 32 } }, @@ -39773,15 +40538,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 22305, - "end": 22311, + "start": 22706, + "end": 22712, "loc": { "start": { - "line": 562, + "line": 572, "column": 20 }, "end": { - "line": 562, + "line": 572, "column": 26 }, "identifierName": "screen" @@ -39790,15 +40555,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 22313, - "end": 22317, + "start": 22714, + "end": 22718, "loc": { "start": { - "line": 562, + "line": 572, "column": 28 }, "end": { - "line": 562, + "line": 572, "column": 32 } }, @@ -39807,15 +40572,15 @@ }, { "type": "ObjectProperty", - "start": 22339, - "end": 22349, + "start": 22740, + "end": 22750, "loc": { "start": { - "line": 563, + "line": 573, "column": 20 }, "end": { - "line": 563, + "line": 573, "column": 30 } }, @@ -39824,15 +40589,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 22339, - "end": 22342, + "start": 22740, + "end": 22743, "loc": { "start": { - "line": 563, + "line": 573, "column": 20 }, "end": { - "line": 563, + "line": 573, "column": 23 }, "identifierName": "gif" @@ -39841,15 +40606,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 22344, - "end": 22349, + "start": 22745, + "end": 22750, "loc": { "start": { - "line": 563, + "line": 573, "column": 25 }, "end": { - "line": 563, + "line": 573, "column": 30 } }, @@ -39864,15 +40629,15 @@ { "type": "CommentLine", "value": " setup screen", - "start": 22128, - "end": 22143, + "start": 22529, + "end": 22544, "loc": { "start": { - "line": 557, + "line": 567, "column": 16 }, "end": { - "line": 557, + "line": 567, "column": 31 } } @@ -39881,44 +40646,44 @@ }, { "type": "VariableDeclaration", - "start": 22385, - "end": 22416, + "start": 22786, + "end": 22817, "loc": { "start": { - "line": 565, + "line": 575, "column": 16 }, "end": { - "line": 565, + "line": 575, "column": 47 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 22389, - "end": 22415, + "start": 22790, + "end": 22816, "loc": { "start": { - "line": 565, + "line": 575, "column": 20 }, "end": { - "line": 565, + "line": 575, "column": 46 } }, "id": { "type": "Identifier", - "start": 22389, - "end": 22410, + "start": 22790, + "end": 22811, "loc": { "start": { - "line": 565, + "line": 575, "column": 20 }, "end": { - "line": 565, + "line": 575, "column": 41 }, "identifierName": "screenOnlyConstraints" @@ -39927,15 +40692,15 @@ }, "init": { "type": "ObjectExpression", - "start": 22413, - "end": 22415, + "start": 22814, + "end": 22816, "loc": { "start": { - "line": 565, + "line": 575, "column": 44 }, "end": { - "line": 565, + "line": 575, "column": 46 } }, @@ -39947,72 +40712,72 @@ }, { "type": "IfStatement", - "start": 22433, - "end": 22784, + "start": 22834, + "end": 23185, "loc": { "start": { - "line": 566, + "line": 576, "column": 16 }, "end": { - "line": 573, + "line": 583, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 22437, - "end": 22463, + "start": 22838, + "end": 22864, "loc": { "start": { - "line": 566, + "line": 576, "column": 20 }, "end": { - "line": 566, + "line": 576, "column": 46 } }, "left": { "type": "MemberExpression", - "start": 22437, - "end": 22454, + "start": 22838, + "end": 22855, "loc": { "start": { - "line": 566, + "line": 576, "column": 20 }, "end": { - "line": 566, + "line": 576, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 22437, - "end": 22441, + "start": 22838, + "end": 22842, "loc": { "start": { - "line": 566, + "line": 576, "column": 20 }, "end": { - "line": 566, + "line": 576, "column": 24 } } }, "property": { "type": "Identifier", - "start": 22442, - "end": 22454, + "start": 22843, + "end": 22855, "loc": { "start": { - "line": 566, + "line": 576, "column": 25 }, "end": { - "line": 566, + "line": 576, "column": 37 }, "identifierName": "recordScreen" @@ -40024,15 +40789,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 22459, - "end": 22463, + "start": 22860, + "end": 22864, "loc": { "start": { - "line": 566, + "line": 576, "column": 42 }, "end": { - "line": 566, + "line": 576, "column": 46 } }, @@ -40041,59 +40806,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 22465, - "end": 22589, + "start": 22866, + "end": 22990, "loc": { "start": { - "line": 566, + "line": 576, "column": 48 }, "end": { - "line": 570, + "line": 580, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 22487, - "end": 22571, + "start": 22888, + "end": 22972, "loc": { "start": { - "line": 567, + "line": 577, "column": 20 }, "end": { - "line": 569, + "line": 579, "column": 22 } }, "expression": { "type": "AssignmentExpression", - "start": 22487, - "end": 22570, + "start": 22888, + "end": 22971, "loc": { "start": { - "line": 567, + "line": 577, "column": 20 }, "end": { - "line": 569, + "line": 579, "column": 21 } }, "operator": "=", "left": { "type": "Identifier", - "start": 22487, - "end": 22508, + "start": 22888, + "end": 22909, "loc": { "start": { - "line": 567, + "line": 577, "column": 20 }, "end": { - "line": 567, + "line": 577, "column": 41 }, "identifierName": "screenOnlyConstraints" @@ -40102,30 +40867,30 @@ }, "right": { "type": "ObjectExpression", - "start": 22511, - "end": 22570, + "start": 22912, + "end": 22971, "loc": { "start": { - "line": 567, + "line": 577, "column": 44 }, "end": { - "line": 569, + "line": 579, "column": 21 } }, "properties": [ { "type": "ObjectProperty", - "start": 22537, - "end": 22548, + "start": 22938, + "end": 22949, "loc": { "start": { - "line": 568, + "line": 578, "column": 24 }, "end": { - "line": 568, + "line": 578, "column": 35 } }, @@ -40134,15 +40899,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 22537, - "end": 22542, + "start": 22938, + "end": 22943, "loc": { "start": { - "line": 568, + "line": 578, "column": 24 }, "end": { - "line": 568, + "line": 578, "column": 29 }, "identifierName": "video" @@ -40151,15 +40916,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 22544, - "end": 22548, + "start": 22945, + "end": 22949, "loc": { "start": { - "line": 568, + "line": 578, "column": 31 }, "end": { - "line": 568, + "line": 578, "column": 35 } }, @@ -40175,57 +40940,57 @@ }, "alternate": { "type": "IfStatement", - "start": 22595, - "end": 22784, + "start": 22996, + "end": 23185, "loc": { "start": { - "line": 570, + "line": 580, "column": 23 }, "end": { - "line": 573, + "line": 583, "column": 17 } }, "test": { "type": "LogicalExpression", - "start": 22599, - "end": 22700, + "start": 23000, + "end": 23101, "loc": { "start": { - "line": 570, + "line": 580, "column": 27 }, "end": { - "line": 571, + "line": 581, "column": 60 } }, "left": { "type": "BinaryExpression", - "start": 22599, - "end": 22636, + "start": 23000, + "end": 23037, "loc": { "start": { - "line": 570, + "line": 580, "column": 27 }, "end": { - "line": 570, + "line": 580, "column": 64 } }, "left": { "type": "UnaryExpression", - "start": 22599, - "end": 22623, + "start": 23000, + "end": 23024, "loc": { "start": { - "line": 570, + "line": 580, "column": 27 }, "end": { - "line": 570, + "line": 580, "column": 51 } }, @@ -40233,44 +40998,44 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 22606, - "end": 22623, + "start": 23007, + "end": 23024, "loc": { "start": { - "line": 570, + "line": 580, "column": 34 }, "end": { - "line": 570, + "line": 580, "column": 51 } }, "object": { "type": "ThisExpression", - "start": 22606, - "end": 22610, + "start": 23007, + "end": 23011, "loc": { "start": { - "line": 570, + "line": 580, "column": 34 }, "end": { - "line": 570, + "line": 580, "column": 38 } } }, "property": { "type": "Identifier", - "start": 22611, - "end": 22623, + "start": 23012, + "end": 23024, "loc": { "start": { - "line": 570, + "line": 580, "column": 39 }, "end": { - "line": 570, + "line": 580, "column": 51 }, "identifierName": "recordScreen" @@ -40286,15 +41051,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 22628, - "end": 22636, + "start": 23029, + "end": 23037, "loc": { "start": { - "line": 570, + "line": 580, "column": 56 }, "end": { - "line": 570, + "line": 580, "column": 64 } }, @@ -40308,72 +41073,72 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 22660, - "end": 22700, + "start": 23061, + "end": 23101, "loc": { "start": { - "line": 571, + "line": 581, "column": 20 }, "end": { - "line": 571, + "line": 581, "column": 60 } }, "left": { "type": "MemberExpression", - "start": 22660, - "end": 22689, + "start": 23061, + "end": 23090, "loc": { "start": { - "line": 571, + "line": 581, "column": 20 }, "end": { - "line": 571, + "line": 581, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 22660, - "end": 22677, + "start": 23061, + "end": 23078, "loc": { "start": { - "line": 571, + "line": 581, "column": 20 }, "end": { - "line": 571, + "line": 581, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 22660, - "end": 22664, + "start": 23061, + "end": 23065, "loc": { "start": { - "line": 571, + "line": 581, "column": 20 }, "end": { - "line": 571, + "line": 581, "column": 24 } } }, "property": { "type": "Identifier", - "start": 22665, - "end": 22677, + "start": 23066, + "end": 23078, "loc": { "start": { - "line": 571, + "line": 581, "column": 25 }, "end": { - "line": 571, + "line": 581, "column": 37 }, "identifierName": "recordScreen" @@ -40384,15 +41149,15 @@ }, "property": { "type": "Identifier", - "start": 22678, - "end": 22689, + "start": 23079, + "end": 23090, "loc": { "start": { - "line": 571, + "line": 581, "column": 38 }, "end": { - "line": 571, + "line": 581, "column": 49 }, "identifierName": "constructor" @@ -40404,15 +41169,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 22694, - "end": 22700, + "start": 23095, + "end": 23101, "loc": { "start": { - "line": 571, + "line": 581, "column": 54 }, "end": { - "line": 571, + "line": 581, "column": 60 }, "identifierName": "Object" @@ -40423,59 +41188,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 22702, - "end": 22784, + "start": 23103, + "end": 23185, "loc": { "start": { - "line": 571, + "line": 581, "column": 62 }, "end": { - "line": 573, + "line": 583, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 22724, - "end": 22766, + "start": 23125, + "end": 23167, "loc": { "start": { - "line": 572, + "line": 582, "column": 20 }, "end": { - "line": 572, + "line": 582, "column": 62 } }, "expression": { "type": "AssignmentExpression", - "start": 22724, - "end": 22765, + "start": 23125, + "end": 23166, "loc": { "start": { - "line": 572, + "line": 582, "column": 20 }, "end": { - "line": 572, + "line": 582, "column": 61 } }, "operator": "=", "left": { "type": "Identifier", - "start": 22724, - "end": 22745, + "start": 23125, + "end": 23146, "loc": { "start": { - "line": 572, + "line": 582, "column": 20 }, "end": { - "line": 572, + "line": 582, "column": 41 }, "identifierName": "screenOnlyConstraints" @@ -40484,44 +41249,44 @@ }, "right": { "type": "MemberExpression", - "start": 22748, - "end": 22765, + "start": 23149, + "end": 23166, "loc": { "start": { - "line": 572, + "line": 582, "column": 44 }, "end": { - "line": 572, + "line": 582, "column": 61 } }, "object": { "type": "ThisExpression", - "start": 22748, - "end": 22752, + "start": 23149, + "end": 23153, "loc": { "start": { - "line": 572, + "line": 582, "column": 44 }, "end": { - "line": 572, + "line": 582, "column": 48 } } }, "property": { "type": "Identifier", - "start": 22753, - "end": 22765, + "start": 23154, + "end": 23166, "loc": { "start": { - "line": 572, + "line": 582, "column": 49 }, "end": { - "line": 572, + "line": 582, "column": 61 }, "identifierName": "recordScreen" @@ -40540,127 +41305,127 @@ }, { "type": "ExpressionStatement", - "start": 22801, - "end": 23012, + "start": 23202, + "end": 23413, "loc": { "start": { - "line": 574, + "line": 584, "column": 16 }, "end": { - "line": 578, + "line": 588, "column": 18 } }, "expression": { "type": "CallExpression", - "start": 22801, - "end": 23011, + "start": 23202, + "end": 23412, "loc": { "start": { - "line": 574, + "line": 584, "column": 16 }, "end": { - "line": 578, + "line": 588, "column": 17 } }, "callee": { "type": "MemberExpression", - "start": 22801, - "end": 22942, + "start": 23202, + "end": 23343, "loc": { "start": { - "line": 574, + "line": 584, "column": 16 }, "end": { - "line": 576, + "line": 586, "column": 23 } }, "object": { "type": "CallExpression", - "start": 22801, - "end": 22936, + "start": 23202, + "end": 23337, "loc": { "start": { - "line": 574, + "line": 584, "column": 16 }, "end": { - "line": 576, + "line": 586, "column": 17 } }, "callee": { "type": "MemberExpression", - "start": 22801, - "end": 22867, + "start": 23202, + "end": 23268, "loc": { "start": { - "line": 574, + "line": 584, "column": 16 }, "end": { - "line": 574, + "line": 584, "column": 82 } }, "object": { "type": "CallExpression", - "start": 22801, - "end": 22862, + "start": 23202, + "end": 23263, "loc": { "start": { - "line": 574, + "line": 584, "column": 16 }, "end": { - "line": 574, + "line": 584, "column": 77 } }, "callee": { "type": "MemberExpression", - "start": 22801, - "end": 22839, + "start": 23202, + "end": 23240, "loc": { "start": { - "line": 574, + "line": 584, "column": 16 }, "end": { - "line": 574, + "line": 584, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 22801, - "end": 22823, + "start": 23202, + "end": 23224, "loc": { "start": { - "line": 574, + "line": 584, "column": 16 }, "end": { - "line": 574, + "line": 584, "column": 38 } }, "object": { "type": "Identifier", - "start": 22801, - "end": 22810, + "start": 23202, + "end": 23211, "loc": { "start": { - "line": 574, + "line": 584, "column": 16 }, "end": { - "line": 574, + "line": 584, "column": 25 }, "identifierName": "navigator" @@ -40669,15 +41434,15 @@ }, "property": { "type": "Identifier", - "start": 22811, - "end": 22823, + "start": 23212, + "end": 23224, "loc": { "start": { - "line": 574, + "line": 584, "column": 26 }, "end": { - "line": 574, + "line": 584, "column": 38 }, "identifierName": "mediaDevices" @@ -40688,15 +41453,15 @@ }, "property": { "type": "Identifier", - "start": 22824, - "end": 22839, + "start": 23225, + "end": 23240, "loc": { "start": { - "line": 574, + "line": 584, "column": 39 }, "end": { - "line": 574, + "line": 584, "column": 54 }, "identifierName": "getDisplayMedia" @@ -40708,15 +41473,15 @@ "arguments": [ { "type": "Identifier", - "start": 22840, - "end": 22861, + "start": 23241, + "end": 23262, "loc": { "start": { - "line": 574, + "line": 584, "column": 55 }, "end": { - "line": 574, + "line": 584, "column": 76 }, "identifierName": "screenOnlyConstraints" @@ -40727,15 +41492,15 @@ }, "property": { "type": "Identifier", - "start": 22863, - "end": 22867, + "start": 23264, + "end": 23268, "loc": { "start": { - "line": 574, + "line": 584, "column": 78 }, "end": { - "line": 574, + "line": 584, "column": 82 }, "identifierName": "then" @@ -40747,72 +41512,72 @@ "arguments": [ { "type": "CallExpression", - "start": 22889, - "end": 22918, + "start": 23290, + "end": 23319, "loc": { "start": { - "line": 575, + "line": 585, "column": 20 }, "end": { - "line": 575, + "line": 585, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 22889, - "end": 22912, + "start": 23290, + "end": 23313, "loc": { "start": { - "line": 575, + "line": 585, "column": 20 }, "end": { - "line": 575, + "line": 585, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 22889, - "end": 22907, + "start": 23290, + "end": 23308, "loc": { "start": { - "line": 575, + "line": 585, "column": 20 }, "end": { - "line": 575, + "line": 585, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 22889, - "end": 22893, + "start": 23290, + "end": 23294, "loc": { "start": { - "line": 575, + "line": 585, "column": 20 }, "end": { - "line": 575, + "line": 585, "column": 24 } } }, "property": { "type": "Identifier", - "start": 22894, - "end": 22907, + "start": 23295, + "end": 23308, "loc": { "start": { - "line": 575, + "line": 585, "column": 25 }, "end": { - "line": 575, + "line": 585, "column": 38 }, "identifierName": "onDeviceReady" @@ -40823,15 +41588,15 @@ }, "property": { "type": "Identifier", - "start": 22908, - "end": 22912, + "start": 23309, + "end": 23313, "loc": { "start": { - "line": 575, + "line": 585, "column": 39 }, "end": { - "line": 575, + "line": 585, "column": 43 }, "identifierName": "bind" @@ -40843,15 +41608,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 22913, - "end": 22917, + "start": 23314, + "end": 23318, "loc": { "start": { - "line": 575, + "line": 585, "column": 44 }, "end": { - "line": 575, + "line": 585, "column": 48 } } @@ -40862,15 +41627,15 @@ }, "property": { "type": "Identifier", - "start": 22937, - "end": 22942, + "start": 23338, + "end": 23343, "loc": { "start": { - "line": 576, + "line": 586, "column": 18 }, "end": { - "line": 576, + "line": 586, "column": 23 }, "identifierName": "catch" @@ -40882,72 +41647,72 @@ "arguments": [ { "type": "CallExpression", - "start": 22964, - "end": 22993, + "start": 23365, + "end": 23394, "loc": { "start": { - "line": 577, + "line": 587, "column": 20 }, "end": { - "line": 577, + "line": 587, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 22964, - "end": 22987, + "start": 23365, + "end": 23388, "loc": { "start": { - "line": 577, + "line": 587, "column": 20 }, "end": { - "line": 577, + "line": 587, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 22964, - "end": 22982, + "start": 23365, + "end": 23383, "loc": { "start": { - "line": 577, + "line": 587, "column": 20 }, "end": { - "line": 577, + "line": 587, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 22964, - "end": 22968, + "start": 23365, + "end": 23369, "loc": { "start": { - "line": 577, + "line": 587, "column": 20 }, "end": { - "line": 577, + "line": 587, "column": 24 } } }, "property": { "type": "Identifier", - "start": 22969, - "end": 22982, + "start": 23370, + "end": 23383, "loc": { "start": { - "line": 577, + "line": 587, "column": 25 }, "end": { - "line": 577, + "line": 587, "column": 38 }, "identifierName": "onDeviceError" @@ -40958,15 +41723,15 @@ }, "property": { "type": "Identifier", - "start": 22983, - "end": 22987, + "start": 23384, + "end": 23388, "loc": { "start": { - "line": 577, + "line": 587, "column": 39 }, "end": { - "line": 577, + "line": 587, "column": 43 }, "identifierName": "bind" @@ -40978,15 +41743,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 22988, - "end": 22992, + "start": 23389, + "end": 23393, "loc": { "start": { - "line": 577, + "line": 587, "column": 44 }, "end": { - "line": 577, + "line": 587, "column": 48 } } @@ -40998,15 +41763,15 @@ }, { "type": "BreakStatement", - "start": 23029, - "end": 23035, + "start": 23430, + "end": 23436, "loc": { "start": { - "line": 579, + "line": 589, "column": 16 }, "end": { - "line": 579, + "line": 589, "column": 22 } }, @@ -41015,15 +41780,15 @@ ], "test": { "type": "Identifier", - "start": 22099, - "end": 22110, + "start": 22500, + "end": 22511, "loc": { "start": { - "line": 556, + "line": 566, "column": 17 }, "end": { - "line": 556, + "line": 566, "column": 28 }, "identifierName": "SCREEN_ONLY" @@ -41036,15 +41801,15 @@ { "type": "CommentLine", "value": " ask the browser to give the user access to the media device", - "start": 15863, - "end": 15925, + "start": 16169, + "end": 16231, "loc": { "start": { - "line": 416, + "line": 424, "column": 8 }, "end": { - "line": 416, + "line": 424, "column": 70 } } @@ -41052,15 +41817,15 @@ { "type": "CommentLine", "value": " and get a stream reference in the callback function", - "start": 15934, - "end": 15988, + "start": 16240, + "end": 16294, "loc": { "start": { - "line": 417, + "line": 425, "column": 8 }, "end": { - "line": 417, + "line": 425, "column": 62 } } @@ -41075,15 +41840,15 @@ { "type": "CommentBlock", "value": "*\n * Open the browser's recording device selection dialog and start the\n * device.\n ", - "start": 14210, - "end": 14310, + "start": 14516, + "end": 14616, "loc": { "start": { - "line": 378, + "line": 386, "column": 4 }, "end": { - "line": 381, + "line": 389, "column": 7 } } @@ -41093,15 +41858,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when the device is ready.\n *\n * @private\n * @param {LocalMediaStream} stream - Local media stream from device.\n ", - "start": 23057, - "end": 23206, + "start": 23458, + "end": 23607, "loc": { "start": { - "line": 583, + "line": 593, "column": 4 }, "end": { - "line": 588, + "line": 598, "column": 7 } } @@ -41110,15 +41875,15 @@ }, { "type": "ClassMethod", - "start": 23211, - "end": 30766, + "start": 23612, + "end": 31167, "loc": { "start": { - "line": 589, + "line": 599, "column": 4 }, "end": { - "line": 781, + "line": 791, "column": 5 } }, @@ -41126,15 +41891,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 23211, - "end": 23224, + "start": 23612, + "end": 23625, "loc": { "start": { - "line": 589, + "line": 599, "column": 4 }, "end": { - "line": 589, + "line": 599, "column": 17 }, "identifierName": "onDeviceReady" @@ -41150,15 +41915,15 @@ "params": [ { "type": "Identifier", - "start": 23225, - "end": 23231, + "start": 23626, + "end": 23632, "loc": { "start": { - "line": 589, + "line": 599, "column": 18 }, "end": { - "line": 589, + "line": 599, "column": 24 }, "identifierName": "stream" @@ -41168,88 +41933,88 @@ ], "body": { "type": "BlockStatement", - "start": 23233, - "end": 30766, + "start": 23634, + "end": 31167, "loc": { "start": { - "line": 589, + "line": 599, "column": 26 }, "end": { - "line": 781, + "line": 791, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 23243, - "end": 23269, + "start": 23644, + "end": 23670, "loc": { "start": { - "line": 590, + "line": 600, "column": 8 }, "end": { - "line": 590, + "line": 600, "column": 34 } }, "expression": { "type": "AssignmentExpression", - "start": 23243, - "end": 23268, + "start": 23644, + "end": 23669, "loc": { "start": { - "line": 590, + "line": 600, "column": 8 }, "end": { - "line": 590, + "line": 600, "column": 33 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 23243, - "end": 23261, + "start": 23644, + "end": 23662, "loc": { "start": { - "line": 590, + "line": 600, "column": 8 }, "end": { - "line": 590, + "line": 600, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 23243, - "end": 23247, + "start": 23644, + "end": 23648, "loc": { "start": { - "line": 590, + "line": 600, "column": 8 }, "end": { - "line": 590, + "line": 600, "column": 12 } } }, "property": { "type": "Identifier", - "start": 23248, - "end": 23261, + "start": 23649, + "end": 23662, "loc": { "start": { - "line": 590, + "line": 600, "column": 13 }, "end": { - "line": 590, + "line": 600, "column": 26 }, "identifierName": "_deviceActive" @@ -41260,15 +42025,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 23264, - "end": 23268, + "start": 23665, + "end": 23669, "loc": { "start": { - "line": 590, + "line": 600, "column": 29 }, "end": { - "line": 590, + "line": 600, "column": 33 } }, @@ -41279,15 +42044,15 @@ { "type": "CommentLine", "value": " store reference to stream for stopping etc.", - "start": 23279, - "end": 23325, + "start": 23680, + "end": 23726, "loc": { "start": { - "line": 592, + "line": 602, "column": 8 }, "end": { - "line": 592, + "line": 602, "column": 54 } } @@ -41296,58 +42061,58 @@ }, { "type": "ExpressionStatement", - "start": 23334, - "end": 23355, + "start": 23735, + "end": 23756, "loc": { "start": { - "line": 593, + "line": 603, "column": 8 }, "end": { - "line": 593, + "line": 603, "column": 29 } }, "expression": { "type": "AssignmentExpression", - "start": 23334, - "end": 23354, + "start": 23735, + "end": 23755, "loc": { "start": { - "line": 593, + "line": 603, "column": 8 }, "end": { - "line": 593, + "line": 603, "column": 28 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 23334, - "end": 23345, + "start": 23735, + "end": 23746, "loc": { "start": { - "line": 593, + "line": 603, "column": 8 }, "end": { - "line": 593, + "line": 603, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 23334, - "end": 23338, + "start": 23735, + "end": 23739, "loc": { "start": { - "line": 593, + "line": 603, "column": 8 }, "end": { - "line": 593, + "line": 603, "column": 12 } }, @@ -41355,15 +42120,15 @@ }, "property": { "type": "Identifier", - "start": 23339, - "end": 23345, + "start": 23740, + "end": 23746, "loc": { "start": { - "line": 593, + "line": 603, "column": 13 }, "end": { - "line": 593, + "line": 603, "column": 19 }, "identifierName": "stream" @@ -41375,15 +42140,15 @@ }, "right": { "type": "Identifier", - "start": 23348, - "end": 23354, + "start": 23749, + "end": 23755, "loc": { "start": { - "line": 593, + "line": 603, "column": 22 }, "end": { - "line": 593, + "line": 603, "column": 28 }, "identifierName": "stream" @@ -41396,15 +42161,15 @@ { "type": "CommentLine", "value": " store reference to stream for stopping etc.", - "start": 23279, - "end": 23325, + "start": 23680, + "end": 23726, "loc": { "start": { - "line": 592, + "line": 602, "column": 8 }, "end": { - "line": 592, + "line": 602, "column": 54 } } @@ -41414,15 +42179,15 @@ { "type": "CommentLine", "value": " hide device selection button", - "start": 23365, - "end": 23396, + "start": 23766, + "end": 23797, "loc": { "start": { - "line": 595, + "line": 605, "column": 8 }, "end": { - "line": 595, + "line": 605, "column": 39 } } @@ -41431,85 +42196,85 @@ }, { "type": "ExpressionStatement", - "start": 23405, - "end": 23437, + "start": 23806, + "end": 23838, "loc": { "start": { - "line": 596, + "line": 606, "column": 8 }, "end": { - "line": 596, + "line": 606, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 23405, - "end": 23436, + "start": 23806, + "end": 23837, "loc": { "start": { - "line": 596, + "line": 606, "column": 8 }, "end": { - "line": 596, + "line": 606, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 23405, - "end": 23434, + "start": 23806, + "end": 23835, "loc": { "start": { - "line": 596, + "line": 606, "column": 8 }, "end": { - "line": 596, + "line": 606, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 23405, - "end": 23429, + "start": 23806, + "end": 23830, "loc": { "start": { - "line": 596, + "line": 606, "column": 8 }, "end": { - "line": 596, + "line": 606, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 23405, - "end": 23416, + "start": 23806, + "end": 23817, "loc": { "start": { - "line": 596, + "line": 606, "column": 8 }, "end": { - "line": 596, + "line": 606, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 23405, - "end": 23409, + "start": 23806, + "end": 23810, "loc": { "start": { - "line": 596, + "line": 606, "column": 8 }, "end": { - "line": 596, + "line": 606, "column": 12 } }, @@ -41517,15 +42282,15 @@ }, "property": { "type": "Identifier", - "start": 23410, - "end": 23416, + "start": 23811, + "end": 23817, "loc": { "start": { - "line": 596, + "line": 606, "column": 13 }, "end": { - "line": 596, + "line": 606, "column": 19 }, "identifierName": "player" @@ -41537,15 +42302,15 @@ }, "property": { "type": "Identifier", - "start": 23417, - "end": 23429, + "start": 23818, + "end": 23830, "loc": { "start": { - "line": 596, + "line": 606, "column": 20 }, "end": { - "line": 596, + "line": 606, "column": 32 }, "identifierName": "deviceButton" @@ -41557,15 +42322,15 @@ }, "property": { "type": "Identifier", - "start": 23430, - "end": 23434, + "start": 23831, + "end": 23835, "loc": { "start": { - "line": 596, + "line": 606, "column": 33 }, "end": { - "line": 596, + "line": 606, "column": 37 }, "identifierName": "hide" @@ -41582,15 +42347,15 @@ { "type": "CommentLine", "value": " hide device selection button", - "start": 23365, - "end": 23396, + "start": 23766, + "end": 23797, "loc": { "start": { - "line": 595, + "line": 605, "column": 8 }, "end": { - "line": 595, + "line": 605, "column": 39 } } @@ -41600,15 +42365,15 @@ { "type": "CommentLine", "value": " reset time (e.g. when stopDevice was used)", - "start": 23447, - "end": 23492, + "start": 23848, + "end": 23893, "loc": { "start": { - "line": 598, + "line": 608, "column": 8 }, "end": { - "line": 598, + "line": 608, "column": 53 } } @@ -41617,57 +42382,57 @@ }, { "type": "ExpressionStatement", - "start": 23501, - "end": 23534, + "start": 23902, + "end": 23935, "loc": { "start": { - "line": 599, + "line": 609, "column": 8 }, "end": { - "line": 599, + "line": 609, "column": 41 } }, "expression": { "type": "CallExpression", - "start": 23501, - "end": 23533, + "start": 23902, + "end": 23934, "loc": { "start": { - "line": 599, + "line": 609, "column": 8 }, "end": { - "line": 599, + "line": 609, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 23501, - "end": 23517, + "start": 23902, + "end": 23918, "loc": { "start": { - "line": 599, + "line": 609, "column": 8 }, "end": { - "line": 599, + "line": 609, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 23501, - "end": 23505, + "start": 23902, + "end": 23906, "loc": { "start": { - "line": 599, + "line": 609, "column": 8 }, "end": { - "line": 599, + "line": 609, "column": 12 } }, @@ -41675,15 +42440,15 @@ }, "property": { "type": "Identifier", - "start": 23506, - "end": 23517, + "start": 23907, + "end": 23918, "loc": { "start": { - "line": 599, + "line": 609, "column": 13 }, "end": { - "line": 599, + "line": 609, "column": 24 }, "identifierName": "setDuration" @@ -41696,44 +42461,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 23518, - "end": 23532, + "start": 23919, + "end": 23933, "loc": { "start": { - "line": 599, + "line": 609, "column": 25 }, "end": { - "line": 599, + "line": 609, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 23518, - "end": 23522, + "start": 23919, + "end": 23923, "loc": { "start": { - "line": 599, + "line": 609, "column": 25 }, "end": { - "line": 599, + "line": 609, "column": 29 } } }, "property": { "type": "Identifier", - "start": 23523, - "end": 23532, + "start": 23924, + "end": 23933, "loc": { "start": { - "line": 599, + "line": 609, "column": 30 }, "end": { - "line": 599, + "line": 609, "column": 39 }, "identifierName": "maxLength" @@ -41749,15 +42514,15 @@ { "type": "CommentLine", "value": " reset time (e.g. when stopDevice was used)", - "start": 23447, - "end": 23492, + "start": 23848, + "end": 23893, "loc": { "start": { - "line": 598, + "line": 608, "column": 8 }, "end": { - "line": 598, + "line": 608, "column": 53 } } @@ -41766,72 +42531,72 @@ }, { "type": "ExpressionStatement", - "start": 23543, - "end": 23566, + "start": 23944, + "end": 23967, "loc": { "start": { - "line": 600, + "line": 610, "column": 8 }, "end": { - "line": 600, + "line": 610, "column": 31 } }, "expression": { "type": "CallExpression", - "start": 23543, - "end": 23565, + "start": 23944, + "end": 23966, "loc": { "start": { - "line": 600, + "line": 610, "column": 8 }, "end": { - "line": 600, + "line": 610, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 23543, - "end": 23562, + "start": 23944, + "end": 23963, "loc": { "start": { - "line": 600, + "line": 610, "column": 8 }, "end": { - "line": 600, + "line": 610, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 23543, - "end": 23547, + "start": 23944, + "end": 23948, "loc": { "start": { - "line": 600, + "line": 610, "column": 8 }, "end": { - "line": 600, + "line": 610, "column": 12 } } }, "property": { "type": "Identifier", - "start": 23548, - "end": 23562, + "start": 23949, + "end": 23963, "loc": { "start": { - "line": 600, + "line": 610, "column": 13 }, "end": { - "line": 600, + "line": 610, "column": 27 }, "identifierName": "setCurrentTime" @@ -41843,15 +42608,15 @@ "arguments": [ { "type": "NumericLiteral", - "start": 23563, - "end": 23564, + "start": 23964, + "end": 23965, "loc": { "start": { - "line": 600, + "line": 610, "column": 28 }, "end": { - "line": 600, + "line": 610, "column": 29 } }, @@ -41867,15 +42632,15 @@ { "type": "CommentLine", "value": " hide play/pause control (e.g. when stopDevice was used)", - "start": 23576, - "end": 23634, + "start": 23977, + "end": 24035, "loc": { "start": { - "line": 602, + "line": 612, "column": 8 }, "end": { - "line": 602, + "line": 612, "column": 66 } } @@ -41884,85 +42649,85 @@ }, { "type": "IfStatement", - "start": 23643, - "end": 23761, + "start": 24044, + "end": 24162, "loc": { "start": { - "line": 603, + "line": 613, "column": 8 }, "end": { - "line": 605, + "line": 615, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 23647, - "end": 23694, + "start": 24048, + "end": 24095, "loc": { "start": { - "line": 603, + "line": 613, "column": 12 }, "end": { - "line": 603, + "line": 613, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 23647, - "end": 23680, + "start": 24048, + "end": 24081, "loc": { "start": { - "line": 603, + "line": 613, "column": 12 }, "end": { - "line": 603, + "line": 613, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 23647, - "end": 23669, + "start": 24048, + "end": 24070, "loc": { "start": { - "line": 603, + "line": 613, "column": 12 }, "end": { - "line": 603, + "line": 613, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 23647, - "end": 23658, + "start": 24048, + "end": 24059, "loc": { "start": { - "line": 603, + "line": 613, "column": 12 }, "end": { - "line": 603, + "line": 613, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 23647, - "end": 23651, + "start": 24048, + "end": 24052, "loc": { "start": { - "line": 603, + "line": 613, "column": 12 }, "end": { - "line": 603, + "line": 613, "column": 16 } }, @@ -41970,15 +42735,15 @@ }, "property": { "type": "Identifier", - "start": 23652, - "end": 23658, + "start": 24053, + "end": 24059, "loc": { "start": { - "line": 603, + "line": 613, "column": 17 }, "end": { - "line": 603, + "line": 613, "column": 23 }, "identifierName": "player" @@ -41990,15 +42755,15 @@ }, "property": { "type": "Identifier", - "start": 23659, - "end": 23669, + "start": 24060, + "end": 24070, "loc": { "start": { - "line": 603, + "line": 613, "column": 24 }, "end": { - "line": 603, + "line": 613, "column": 34 }, "identifierName": "controlBar" @@ -42010,15 +42775,15 @@ }, "property": { "type": "Identifier", - "start": 23670, - "end": 23680, + "start": 24071, + "end": 24081, "loc": { "start": { - "line": 603, + "line": 613, "column": 35 }, "end": { - "line": 603, + "line": 613, "column": 45 }, "identifierName": "playToggle" @@ -42031,15 +42796,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 23685, - "end": 23694, + "start": 24086, + "end": 24095, "loc": { "start": { - "line": 603, + "line": 613, "column": 50 }, "end": { - "line": 603, + "line": 613, "column": 59 }, "identifierName": "undefined" @@ -42050,129 +42815,129 @@ }, "consequent": { "type": "BlockStatement", - "start": 23696, - "end": 23761, + "start": 24097, + "end": 24162, "loc": { "start": { - "line": 603, + "line": 613, "column": 61 }, "end": { - "line": 605, + "line": 615, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 23710, - "end": 23751, + "start": 24111, + "end": 24152, "loc": { "start": { - "line": 604, + "line": 614, "column": 12 }, "end": { - "line": 604, + "line": 614, "column": 53 } }, "expression": { "type": "CallExpression", - "start": 23710, - "end": 23750, + "start": 24111, + "end": 24151, "loc": { "start": { - "line": 604, + "line": 614, "column": 12 }, "end": { - "line": 604, + "line": 614, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 23710, - "end": 23748, + "start": 24111, + "end": 24149, "loc": { "start": { - "line": 604, + "line": 614, "column": 12 }, "end": { - "line": 604, + "line": 614, "column": 50 } }, "object": { "type": "MemberExpression", - "start": 23710, - "end": 23743, + "start": 24111, + "end": 24144, "loc": { "start": { - "line": 604, + "line": 614, "column": 12 }, "end": { - "line": 604, + "line": 614, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 23710, - "end": 23732, + "start": 24111, + "end": 24133, "loc": { "start": { - "line": 604, + "line": 614, "column": 12 }, "end": { - "line": 604, + "line": 614, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 23710, - "end": 23721, + "start": 24111, + "end": 24122, "loc": { "start": { - "line": 604, + "line": 614, "column": 12 }, "end": { - "line": 604, + "line": 614, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 23710, - "end": 23714, + "start": 24111, + "end": 24115, "loc": { "start": { - "line": 604, + "line": 614, "column": 12 }, "end": { - "line": 604, + "line": 614, "column": 16 } } }, "property": { "type": "Identifier", - "start": 23715, - "end": 23721, + "start": 24116, + "end": 24122, "loc": { "start": { - "line": 604, + "line": 614, "column": 17 }, "end": { - "line": 604, + "line": 614, "column": 23 }, "identifierName": "player" @@ -42183,15 +42948,15 @@ }, "property": { "type": "Identifier", - "start": 23722, - "end": 23732, + "start": 24123, + "end": 24133, "loc": { "start": { - "line": 604, + "line": 614, "column": 24 }, "end": { - "line": 604, + "line": 614, "column": 34 }, "identifierName": "controlBar" @@ -42202,15 +42967,15 @@ }, "property": { "type": "Identifier", - "start": 23733, - "end": 23743, + "start": 24134, + "end": 24144, "loc": { "start": { - "line": 604, + "line": 614, "column": 35 }, "end": { - "line": 604, + "line": 614, "column": 45 }, "identifierName": "playToggle" @@ -42221,15 +42986,15 @@ }, "property": { "type": "Identifier", - "start": 23744, - "end": 23748, + "start": 24145, + "end": 24149, "loc": { "start": { - "line": 604, + "line": 614, "column": 46 }, "end": { - "line": 604, + "line": 614, "column": 50 }, "identifierName": "hide" @@ -42250,15 +43015,15 @@ { "type": "CommentLine", "value": " hide play/pause control (e.g. when stopDevice was used)", - "start": 23576, - "end": 23634, + "start": 23977, + "end": 24035, "loc": { "start": { - "line": 602, + "line": 612, "column": 8 }, "end": { - "line": 602, + "line": 612, "column": 66 } } @@ -42268,15 +43033,15 @@ { "type": "CommentLine", "value": " reset playback listeners", - "start": 23771, - "end": 23798, + "start": 24172, + "end": 24199, "loc": { "start": { - "line": 607, + "line": 617, "column": 8 }, "end": { - "line": 607, + "line": 617, "column": 35 } } @@ -42285,57 +43050,57 @@ }, { "type": "ExpressionStatement", - "start": 23807, - "end": 23872, + "start": 24208, + "end": 24273, "loc": { "start": { - "line": 608, + "line": 618, "column": 8 }, "end": { - "line": 608, + "line": 618, "column": 73 } }, "expression": { "type": "CallExpression", - "start": 23807, - "end": 23871, + "start": 24208, + "end": 24272, "loc": { "start": { - "line": 608, + "line": 618, "column": 8 }, "end": { - "line": 608, + "line": 618, "column": 72 } }, "callee": { "type": "MemberExpression", - "start": 23807, - "end": 23815, + "start": 24208, + "end": 24216, "loc": { "start": { - "line": 608, + "line": 618, "column": 8 }, "end": { - "line": 608, + "line": 618, "column": 16 } }, "object": { "type": "ThisExpression", - "start": 23807, - "end": 23811, + "start": 24208, + "end": 24212, "loc": { "start": { - "line": 608, + "line": 618, "column": 8 }, "end": { - "line": 608, + "line": 618, "column": 12 } }, @@ -42343,15 +43108,15 @@ }, "property": { "type": "Identifier", - "start": 23812, - "end": 23815, + "start": 24213, + "end": 24216, "loc": { "start": { - "line": 608, + "line": 618, "column": 13 }, "end": { - "line": 608, + "line": 618, "column": 16 }, "identifierName": "off" @@ -42364,44 +43129,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 23816, - "end": 23827, + "start": 24217, + "end": 24228, "loc": { "start": { - "line": 608, + "line": 618, "column": 17 }, "end": { - "line": 608, + "line": 618, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 23816, - "end": 23820, + "start": 24217, + "end": 24221, "loc": { "start": { - "line": 608, + "line": 618, "column": 17 }, "end": { - "line": 608, + "line": 618, "column": 21 } } }, "property": { "type": "Identifier", - "start": 23821, - "end": 23827, + "start": 24222, + "end": 24228, "loc": { "start": { - "line": 608, + "line": 618, "column": 22 }, "end": { - "line": 608, + "line": 618, "column": 28 }, "identifierName": "player" @@ -42412,29 +43177,29 @@ }, { "type": "MemberExpression", - "start": 23829, - "end": 23845, + "start": 24230, + "end": 24246, "loc": { "start": { - "line": 608, + "line": 618, "column": 30 }, "end": { - "line": 608, + "line": 618, "column": 46 } }, "object": { "type": "Identifier", - "start": 23829, - "end": 23834, + "start": 24230, + "end": 24235, "loc": { "start": { - "line": 608, + "line": 618, "column": 30 }, "end": { - "line": 608, + "line": 618, "column": 35 }, "identifierName": "Event" @@ -42443,15 +43208,15 @@ }, "property": { "type": "Identifier", - "start": 23835, - "end": 23845, + "start": 24236, + "end": 24246, "loc": { "start": { - "line": 608, + "line": 618, "column": 36 }, "end": { - "line": 608, + "line": 618, "column": 46 }, "identifierName": "TIMEUPDATE" @@ -42462,44 +43227,44 @@ }, { "type": "MemberExpression", - "start": 23847, - "end": 23870, + "start": 24248, + "end": 24271, "loc": { "start": { - "line": 608, + "line": 618, "column": 48 }, "end": { - "line": 608, + "line": 618, "column": 71 } }, "object": { "type": "ThisExpression", - "start": 23847, - "end": 23851, + "start": 24248, + "end": 24252, "loc": { "start": { - "line": 608, + "line": 618, "column": 48 }, "end": { - "line": 608, + "line": 618, "column": 52 } } }, "property": { "type": "Identifier", - "start": 23852, - "end": 23870, + "start": 24253, + "end": 24271, "loc": { "start": { - "line": 608, + "line": 618, "column": 53 }, "end": { - "line": 608, + "line": 618, "column": 71 }, "identifierName": "playbackTimeUpdate" @@ -42515,15 +43280,15 @@ { "type": "CommentLine", "value": " reset playback listeners", - "start": 23771, - "end": 23798, + "start": 24172, + "end": 24199, "loc": { "start": { - "line": 607, + "line": 617, "column": 8 }, "end": { - "line": 607, + "line": 617, "column": 35 } } @@ -42532,72 +43297,72 @@ }, { "type": "ExpressionStatement", - "start": 23881, - "end": 23941, + "start": 24282, + "end": 24342, "loc": { "start": { - "line": 609, + "line": 619, "column": 8 }, "end": { - "line": 609, + "line": 619, "column": 68 } }, "expression": { "type": "CallExpression", - "start": 23881, - "end": 23940, + "start": 24282, + "end": 24341, "loc": { "start": { - "line": 609, + "line": 619, "column": 8 }, "end": { - "line": 609, + "line": 619, "column": 67 } }, "callee": { "type": "MemberExpression", - "start": 23881, - "end": 23889, + "start": 24282, + "end": 24290, "loc": { "start": { - "line": 609, + "line": 619, "column": 8 }, "end": { - "line": 609, + "line": 619, "column": 16 } }, "object": { "type": "ThisExpression", - "start": 23881, - "end": 23885, + "start": 24282, + "end": 24286, "loc": { "start": { - "line": 609, + "line": 619, "column": 8 }, "end": { - "line": 609, + "line": 619, "column": 12 } } }, "property": { "type": "Identifier", - "start": 23886, - "end": 23889, + "start": 24287, + "end": 24290, "loc": { "start": { - "line": 609, + "line": 619, "column": 13 }, "end": { - "line": 609, + "line": 619, "column": 16 }, "identifierName": "off" @@ -42609,44 +43374,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 23890, - "end": 23901, + "start": 24291, + "end": 24302, "loc": { "start": { - "line": 609, + "line": 619, "column": 17 }, "end": { - "line": 609, + "line": 619, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 23890, - "end": 23894, + "start": 24291, + "end": 24295, "loc": { "start": { - "line": 609, + "line": 619, "column": 17 }, "end": { - "line": 609, + "line": 619, "column": 21 } } }, "property": { "type": "Identifier", - "start": 23895, - "end": 23901, + "start": 24296, + "end": 24302, "loc": { "start": { - "line": 609, + "line": 619, "column": 22 }, "end": { - "line": 609, + "line": 619, "column": 28 }, "identifierName": "player" @@ -42657,29 +43422,29 @@ }, { "type": "MemberExpression", - "start": 23903, - "end": 23914, + "start": 24304, + "end": 24315, "loc": { "start": { - "line": 609, + "line": 619, "column": 30 }, "end": { - "line": 609, + "line": 619, "column": 41 } }, "object": { "type": "Identifier", - "start": 23903, - "end": 23908, + "start": 24304, + "end": 24309, "loc": { "start": { - "line": 609, + "line": 619, "column": 30 }, "end": { - "line": 609, + "line": 619, "column": 35 }, "identifierName": "Event" @@ -42688,15 +43453,15 @@ }, "property": { "type": "Identifier", - "start": 23909, - "end": 23914, + "start": 24310, + "end": 24315, "loc": { "start": { - "line": 609, + "line": 619, "column": 36 }, "end": { - "line": 609, + "line": 619, "column": 41 }, "identifierName": "ENDED" @@ -42707,44 +43472,44 @@ }, { "type": "MemberExpression", - "start": 23916, - "end": 23939, + "start": 24317, + "end": 24340, "loc": { "start": { - "line": 609, + "line": 619, "column": 43 }, "end": { - "line": 609, + "line": 619, "column": 66 } }, "object": { "type": "ThisExpression", - "start": 23916, - "end": 23920, + "start": 24317, + "end": 24321, "loc": { "start": { - "line": 609, + "line": 619, "column": 43 }, "end": { - "line": 609, + "line": 619, "column": 47 } } }, "property": { "type": "Identifier", - "start": 23921, - "end": 23939, + "start": 24322, + "end": 24340, "loc": { "start": { - "line": 609, + "line": 619, "column": 48 }, "end": { - "line": 609, + "line": 619, "column": 66 }, "identifierName": "playbackTimeUpdate" @@ -42759,15 +43524,15 @@ { "type": "CommentLine", "value": " setup recording engine", - "start": 23951, - "end": 23976, + "start": 24352, + "end": 24377, "loc": { "start": { - "line": 611, + "line": 621, "column": 8 }, "end": { - "line": 611, + "line": 621, "column": 33 } } @@ -42776,71 +43541,71 @@ }, { "type": "IfStatement", - "start": 23985, - "end": 29065, + "start": 24386, + "end": 29466, "loc": { "start": { - "line": 612, + "line": 622, "column": 8 }, "end": { - "line": 736, + "line": 746, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 23989, - "end": 24024, + "start": 24390, + "end": 24425, "loc": { "start": { - "line": 612, + "line": 622, "column": 12 }, "end": { - "line": 612, + "line": 622, "column": 47 } }, "left": { "type": "CallExpression", - "start": 23989, - "end": 24009, + "start": 24390, + "end": 24410, "loc": { "start": { - "line": 612, + "line": 622, "column": 12 }, "end": { - "line": 612, + "line": 622, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 23989, - "end": 24007, + "start": 24390, + "end": 24408, "loc": { "start": { - "line": 612, + "line": 622, "column": 12 }, "end": { - "line": 612, + "line": 622, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 23989, - "end": 23993, + "start": 24390, + "end": 24394, "loc": { "start": { - "line": 612, + "line": 622, "column": 12 }, "end": { - "line": 612, + "line": 622, "column": 16 } }, @@ -42848,15 +43613,15 @@ }, "property": { "type": "Identifier", - "start": 23994, - "end": 24007, + "start": 24395, + "end": 24408, "loc": { "start": { - "line": 612, + "line": 622, "column": 17 }, "end": { - "line": 612, + "line": 622, "column": 30 }, "identifierName": "getRecordType" @@ -42872,15 +43637,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 24014, - "end": 24024, + "start": 24415, + "end": 24425, "loc": { "start": { - "line": 612, + "line": 622, "column": 37 }, "end": { - "line": 612, + "line": 622, "column": 47 }, "identifierName": "IMAGE_ONLY" @@ -42891,100 +43656,100 @@ }, "consequent": { "type": "BlockStatement", - "start": 24026, - "end": 28743, + "start": 24427, + "end": 29144, "loc": { "start": { - "line": 612, + "line": 622, "column": 49 }, "end": { - "line": 727, + "line": 737, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 24118, - "end": 24344, + "start": 24519, + "end": 24745, "loc": { "start": { - "line": 614, + "line": 624, "column": 12 }, "end": { - "line": 617, + "line": 627, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 24122, - "end": 24198, + "start": 24523, + "end": 24599, "loc": { "start": { - "line": 614, + "line": 624, "column": 16 }, "end": { - "line": 614, + "line": 624, "column": 92 } }, "left": { "type": "BinaryExpression", - "start": 24122, - "end": 24157, + "start": 24523, + "end": 24558, "loc": { "start": { - "line": 614, + "line": 624, "column": 16 }, "end": { - "line": 614, + "line": 624, "column": 51 } }, "left": { "type": "CallExpression", - "start": 24122, - "end": 24142, + "start": 24523, + "end": 24543, "loc": { "start": { - "line": 614, + "line": 624, "column": 16 }, "end": { - "line": 614, + "line": 624, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 24122, - "end": 24140, + "start": 24523, + "end": 24541, "loc": { "start": { - "line": 614, + "line": 624, "column": 16 }, "end": { - "line": 614, + "line": 624, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 24122, - "end": 24126, + "start": 24523, + "end": 24527, "loc": { "start": { - "line": 614, + "line": 624, "column": 16 }, "end": { - "line": 614, + "line": 624, "column": 20 } }, @@ -42992,15 +43757,15 @@ }, "property": { "type": "Identifier", - "start": 24127, - "end": 24140, + "start": 24528, + "end": 24541, "loc": { "start": { - "line": 614, + "line": 624, "column": 21 }, "end": { - "line": 614, + "line": 624, "column": 34 }, "identifierName": "getRecordType" @@ -43016,15 +43781,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 24147, - "end": 24157, + "start": 24548, + "end": 24558, "loc": { "start": { - "line": 614, + "line": 624, "column": 41 }, "end": { - "line": 614, + "line": 624, "column": 51 }, "identifierName": "AUDIO_ONLY" @@ -43036,29 +43801,29 @@ "operator": "&&", "right": { "type": "CallExpression", - "start": 24161, - "end": 24198, + "start": 24562, + "end": 24599, "loc": { "start": { - "line": 614, + "line": 624, "column": 55 }, "end": { - "line": 614, + "line": 624, "column": 92 } }, "callee": { "type": "Identifier", - "start": 24161, - "end": 24180, + "start": 24562, + "end": 24581, "loc": { "start": { - "line": 614, + "line": 624, "column": 55 }, "end": { - "line": 614, + "line": 624, "column": 74 }, "identifierName": "isAudioPluginActive" @@ -43068,44 +43833,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 24181, - "end": 24197, + "start": 24582, + "end": 24598, "loc": { "start": { - "line": 614, + "line": 624, "column": 75 }, "end": { - "line": 614, + "line": 624, "column": 91 } }, "object": { "type": "ThisExpression", - "start": 24181, - "end": 24185, + "start": 24582, + "end": 24586, "loc": { "start": { - "line": 614, + "line": 624, "column": 75 }, "end": { - "line": 614, + "line": 624, "column": 79 } } }, "property": { "type": "Identifier", - "start": 24186, - "end": 24197, + "start": 24587, + "end": 24598, "loc": { "start": { - "line": 614, + "line": 624, "column": 80 }, "end": { - "line": 614, + "line": 624, "column": 91 }, "identifierName": "audioEngine" @@ -43120,58 +43885,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 24200, - "end": 24344, + "start": 24601, + "end": 24745, "loc": { "start": { - "line": 614, + "line": 624, "column": 94 }, "end": { - "line": 617, + "line": 627, "column": 13 } }, "body": [ { "type": "ThrowStatement", - "start": 24218, - "end": 24330, + "start": 24619, + "end": 24731, "loc": { "start": { - "line": 615, + "line": 625, "column": 16 }, "end": { - "line": 616, + "line": 626, "column": 62 } }, "argument": { "type": "NewExpression", - "start": 24224, - "end": 24329, + "start": 24625, + "end": 24730, "loc": { "start": { - "line": 615, + "line": 625, "column": 22 }, "end": { - "line": 616, + "line": 626, "column": 61 } }, "callee": { "type": "Identifier", - "start": 24228, - "end": 24233, + "start": 24629, + "end": 24634, "loc": { "start": { - "line": 615, + "line": 625, "column": 26 }, "end": { - "line": 615, + "line": 625, "column": 31 }, "identifierName": "Error" @@ -43181,43 +43946,43 @@ "arguments": [ { "type": "BinaryExpression", - "start": 24234, - "end": 24328, + "start": 24635, + "end": 24729, "loc": { "start": { - "line": 615, + "line": 625, "column": 32 }, "end": { - "line": 616, + "line": 626, "column": 60 } }, "left": { "type": "BinaryExpression", - "start": 24234, - "end": 24265, + "start": 24635, + "end": 24666, "loc": { "start": { - "line": 615, + "line": 625, "column": 32 }, "end": { - "line": 615, + "line": 625, "column": 63 } }, "left": { "type": "StringLiteral", - "start": 24234, - "end": 24246, + "start": 24635, + "end": 24647, "loc": { "start": { - "line": 615, + "line": 625, "column": 32 }, "end": { - "line": 615, + "line": 625, "column": 44 } }, @@ -43230,44 +43995,44 @@ "operator": "+", "right": { "type": "MemberExpression", - "start": 24249, - "end": 24265, + "start": 24650, + "end": 24666, "loc": { "start": { - "line": 615, + "line": 625, "column": 47 }, "end": { - "line": 615, + "line": 625, "column": 63 } }, "object": { "type": "ThisExpression", - "start": 24249, - "end": 24253, + "start": 24650, + "end": 24654, "loc": { "start": { - "line": 615, + "line": 625, "column": 47 }, "end": { - "line": 615, + "line": 625, "column": 51 } } }, "property": { "type": "Identifier", - "start": 24254, - "end": 24265, + "start": 24655, + "end": 24666, "loc": { "start": { - "line": 615, + "line": 625, "column": 52 }, "end": { - "line": 615, + "line": 625, "column": 63 }, "identifierName": "audioEngine" @@ -43280,15 +44045,15 @@ "operator": "+", "right": { "type": "StringLiteral", - "start": 24288, - "end": 24328, + "start": 24689, + "end": 24729, "loc": { "start": { - "line": 616, + "line": 626, "column": 20 }, "end": { - "line": 616, + "line": 626, "column": 60 } }, @@ -43311,15 +44076,15 @@ { "type": "CommentLine", "value": " currently record plugins are only supported in audio-only mode", - "start": 24040, - "end": 24105, + "start": 24441, + "end": 24506, "loc": { "start": { - "line": 613, + "line": 623, "column": 12 }, "end": { - "line": 613, + "line": 623, "column": 77 } } @@ -43329,15 +44094,15 @@ { "type": "CommentLine", "value": " load plugins, if any", - "start": 24358, - "end": 24381, + "start": 24759, + "end": 24782, "loc": { "start": { - "line": 619, + "line": 629, "column": 12 }, "end": { - "line": 619, + "line": 629, "column": 35 } } @@ -43346,44 +44111,44 @@ }, { "type": "VariableDeclaration", - "start": 24394, - "end": 24422, + "start": 24795, + "end": 24823, "loc": { "start": { - "line": 620, + "line": 630, "column": 12 }, "end": { - "line": 620, + "line": 630, "column": 40 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 24398, - "end": 24409, + "start": 24799, + "end": 24810, "loc": { "start": { - "line": 620, + "line": 630, "column": 16 }, "end": { - "line": 620, + "line": 630, "column": 27 } }, "id": { "type": "Identifier", - "start": 24398, - "end": 24409, + "start": 24799, + "end": 24810, "loc": { "start": { - "line": 620, + "line": 630, "column": 16 }, "end": { - "line": 620, + "line": 630, "column": 27 }, "identifierName": "EngineClass" @@ -43396,29 +44161,29 @@ }, { "type": "VariableDeclarator", - "start": 24411, - "end": 24421, + "start": 24812, + "end": 24822, "loc": { "start": { - "line": 620, + "line": 630, "column": 29 }, "end": { - "line": 620, + "line": 630, "column": 39 } }, "id": { "type": "Identifier", - "start": 24411, - "end": 24421, + "start": 24812, + "end": 24822, "loc": { "start": { - "line": 620, + "line": 630, "column": 29 }, "end": { - "line": 620, + "line": 630, "column": 39 }, "identifierName": "engineType" @@ -43433,15 +44198,15 @@ { "type": "CommentLine", "value": " load plugins, if any", - "start": 24358, - "end": 24381, + "start": 24759, + "end": 24782, "loc": { "start": { - "line": 619, + "line": 629, "column": 12 }, "end": { - "line": 619, + "line": 629, "column": 35 } } @@ -43450,72 +44215,72 @@ }, { "type": "SwitchStatement", - "start": 24435, - "end": 24970, + "start": 24836, + "end": 25371, "loc": { "start": { - "line": 621, + "line": 631, "column": 12 }, "end": { - "line": 632, + "line": 642, "column": 13 } }, "discriminant": { "type": "CallExpression", - "start": 24443, - "end": 24463, + "start": 24844, + "end": 24864, "loc": { "start": { - "line": 621, + "line": 631, "column": 20 }, "end": { - "line": 621, + "line": 631, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 24443, - "end": 24461, + "start": 24844, + "end": 24862, "loc": { "start": { - "line": 621, + "line": 631, "column": 20 }, "end": { - "line": 621, + "line": 631, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 24443, - "end": 24447, + "start": 24844, + "end": 24848, "loc": { "start": { - "line": 621, + "line": 631, "column": 20 }, "end": { - "line": 621, + "line": 631, "column": 24 } } }, "property": { "type": "Identifier", - "start": 24448, - "end": 24461, + "start": 24849, + "end": 24862, "loc": { "start": { - "line": 621, + "line": 631, "column": 25 }, "end": { - "line": 621, + "line": 631, "column": 38 }, "identifierName": "getRecordType" @@ -43529,59 +44294,59 @@ "cases": [ { "type": "SwitchCase", - "start": 24483, - "end": 24728, + "start": 24884, + "end": 25129, "loc": { "start": { - "line": 622, + "line": 632, "column": 16 }, "end": { - "line": 626, + "line": 636, "column": 26 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 24603, - "end": 24650, + "start": 25004, + "end": 25051, "loc": { "start": { - "line": 624, + "line": 634, "column": 20 }, "end": { - "line": 624, + "line": 634, "column": 67 } }, "expression": { "type": "AssignmentExpression", - "start": 24603, - "end": 24649, + "start": 25004, + "end": 25050, "loc": { "start": { - "line": 624, + "line": 634, "column": 20 }, "end": { - "line": 624, + "line": 634, "column": 66 } }, "operator": "=", "left": { "type": "Identifier", - "start": 24603, - "end": 24614, + "start": 25004, + "end": 25015, "loc": { "start": { - "line": 624, + "line": 634, "column": 20 }, "end": { - "line": 624, + "line": 634, "column": 31 }, "identifierName": "EngineClass" @@ -43591,29 +44356,29 @@ }, "right": { "type": "CallExpression", - "start": 24617, - "end": 24649, + "start": 25018, + "end": 25050, "loc": { "start": { - "line": 624, + "line": 634, "column": 34 }, "end": { - "line": 624, + "line": 634, "column": 66 } }, "callee": { "type": "Identifier", - "start": 24617, - "end": 24631, + "start": 25018, + "end": 25032, "loc": { "start": { - "line": 624, + "line": 634, "column": 34 }, "end": { - "line": 624, + "line": 634, "column": 48 }, "identifierName": "getAudioEngine" @@ -43623,44 +44388,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 24632, - "end": 24648, + "start": 25033, + "end": 25049, "loc": { "start": { - "line": 624, + "line": 634, "column": 49 }, "end": { - "line": 624, + "line": 634, "column": 65 } }, "object": { "type": "ThisExpression", - "start": 24632, - "end": 24636, + "start": 25033, + "end": 25037, "loc": { "start": { - "line": 624, + "line": 634, "column": 49 }, "end": { - "line": 624, + "line": 634, "column": 53 } } }, "property": { "type": "Identifier", - "start": 24637, - "end": 24648, + "start": 25038, + "end": 25049, "loc": { "start": { - "line": 624, + "line": 634, "column": 54 }, "end": { - "line": 624, + "line": 634, "column": 65 }, "identifierName": "audioEngine" @@ -43677,15 +44442,15 @@ { "type": "CommentLine", "value": " get audio plugin engine class (or default recordrtc engine)", - "start": 24520, - "end": 24582, + "start": 24921, + "end": 24983, "loc": { "start": { - "line": 623, + "line": 633, "column": 20 }, "end": { - "line": 623, + "line": 633, "column": 82 } } @@ -43694,44 +44459,44 @@ }, { "type": "ExpressionStatement", - "start": 24671, - "end": 24701, + "start": 25072, + "end": 25102, "loc": { "start": { - "line": 625, + "line": 635, "column": 20 }, "end": { - "line": 625, + "line": 635, "column": 50 } }, "expression": { "type": "AssignmentExpression", - "start": 24671, - "end": 24700, + "start": 25072, + "end": 25101, "loc": { "start": { - "line": 625, + "line": 635, "column": 20 }, "end": { - "line": 625, + "line": 635, "column": 49 } }, "operator": "=", "left": { "type": "Identifier", - "start": 24671, - "end": 24681, + "start": 25072, + "end": 25082, "loc": { "start": { - "line": 625, + "line": 635, "column": 20 }, "end": { - "line": 625, + "line": 635, "column": 30 }, "identifierName": "engineType" @@ -43740,44 +44505,44 @@ }, "right": { "type": "MemberExpression", - "start": 24684, - "end": 24700, + "start": 25085, + "end": 25101, "loc": { "start": { - "line": 625, + "line": 635, "column": 33 }, "end": { - "line": 625, + "line": 635, "column": 49 } }, "object": { "type": "ThisExpression", - "start": 24684, - "end": 24688, + "start": 25085, + "end": 25089, "loc": { "start": { - "line": 625, + "line": 635, "column": 33 }, "end": { - "line": 625, + "line": 635, "column": 37 } } }, "property": { "type": "Identifier", - "start": 24689, - "end": 24700, + "start": 25090, + "end": 25101, "loc": { "start": { - "line": 625, + "line": 635, "column": 38 }, "end": { - "line": 625, + "line": 635, "column": 49 }, "identifierName": "audioEngine" @@ -43790,15 +44555,15 @@ }, { "type": "BreakStatement", - "start": 24722, - "end": 24728, + "start": 25123, + "end": 25129, "loc": { "start": { - "line": 626, + "line": 636, "column": 20 }, "end": { - "line": 626, + "line": 636, "column": 26 } }, @@ -43807,15 +44572,15 @@ ], "test": { "type": "Identifier", - "start": 24488, - "end": 24498, + "start": 24889, + "end": 24899, "loc": { "start": { - "line": 622, + "line": 632, "column": 21 }, "end": { - "line": 622, + "line": 632, "column": 31 }, "identifierName": "AUDIO_ONLY" @@ -43825,59 +44590,59 @@ }, { "type": "SwitchCase", - "start": 24746, - "end": 24956, + "start": 25147, + "end": 25357, "loc": { "start": { - "line": 628, + "line": 638, "column": 16 }, "end": { - "line": 631, + "line": 641, "column": 50 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 24858, - "end": 24905, + "start": 25259, + "end": 25306, "loc": { "start": { - "line": 630, + "line": 640, "column": 20 }, "end": { - "line": 630, + "line": 640, "column": 67 } }, "expression": { "type": "AssignmentExpression", - "start": 24858, - "end": 24904, + "start": 25259, + "end": 25305, "loc": { "start": { - "line": 630, + "line": 640, "column": 20 }, "end": { - "line": 630, + "line": 640, "column": 66 } }, "operator": "=", "left": { "type": "Identifier", - "start": 24858, - "end": 24869, + "start": 25259, + "end": 25270, "loc": { "start": { - "line": 630, + "line": 640, "column": 20 }, "end": { - "line": 630, + "line": 640, "column": 31 }, "identifierName": "EngineClass" @@ -43887,29 +44652,29 @@ }, "right": { "type": "CallExpression", - "start": 24872, - "end": 24904, + "start": 25273, + "end": 25305, "loc": { "start": { - "line": 630, + "line": 640, "column": 34 }, "end": { - "line": 630, + "line": 640, "column": 66 } }, "callee": { "type": "Identifier", - "start": 24872, - "end": 24886, + "start": 25273, + "end": 25287, "loc": { "start": { - "line": 630, + "line": 640, "column": 34 }, "end": { - "line": 630, + "line": 640, "column": 48 }, "identifierName": "getVideoEngine" @@ -43919,44 +44684,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 24887, - "end": 24903, + "start": 25288, + "end": 25304, "loc": { "start": { - "line": 630, + "line": 640, "column": 49 }, "end": { - "line": 630, + "line": 640, "column": 65 } }, "object": { "type": "ThisExpression", - "start": 24887, - "end": 24891, + "start": 25288, + "end": 25292, "loc": { "start": { - "line": 630, + "line": 640, "column": 49 }, "end": { - "line": 630, + "line": 640, "column": 53 } } }, "property": { "type": "Identifier", - "start": 24892, - "end": 24903, + "start": 25293, + "end": 25304, "loc": { "start": { - "line": 630, + "line": 640, "column": 54 }, "end": { - "line": 630, + "line": 640, "column": 65 }, "identifierName": "videoEngine" @@ -43973,15 +44738,15 @@ { "type": "CommentLine", "value": " get video plugin engine class (or default recordrtc engine)", - "start": 24775, - "end": 24837, + "start": 25176, + "end": 25238, "loc": { "start": { - "line": 629, + "line": 639, "column": 20 }, "end": { - "line": 629, + "line": 639, "column": 82 } } @@ -43990,44 +44755,44 @@ }, { "type": "ExpressionStatement", - "start": 24926, - "end": 24956, + "start": 25327, + "end": 25357, "loc": { "start": { - "line": 631, + "line": 641, "column": 20 }, "end": { - "line": 631, + "line": 641, "column": 50 } }, "expression": { "type": "AssignmentExpression", - "start": 24926, - "end": 24955, + "start": 25327, + "end": 25356, "loc": { "start": { - "line": 631, + "line": 641, "column": 20 }, "end": { - "line": 631, + "line": 641, "column": 49 } }, "operator": "=", "left": { "type": "Identifier", - "start": 24926, - "end": 24936, + "start": 25327, + "end": 25337, "loc": { "start": { - "line": 631, + "line": 641, "column": 20 }, "end": { - "line": 631, + "line": 641, "column": 30 }, "identifierName": "engineType" @@ -44036,44 +44801,44 @@ }, "right": { "type": "MemberExpression", - "start": 24939, - "end": 24955, + "start": 25340, + "end": 25356, "loc": { "start": { - "line": 631, + "line": 641, "column": 33 }, "end": { - "line": 631, + "line": 641, "column": 49 } }, "object": { "type": "ThisExpression", - "start": 24939, - "end": 24943, + "start": 25340, + "end": 25344, "loc": { "start": { - "line": 631, + "line": 641, "column": 33 }, "end": { - "line": 631, + "line": 641, "column": 37 } } }, "property": { "type": "Identifier", - "start": 24944, - "end": 24955, + "start": 25345, + "end": 25356, "loc": { "start": { - "line": 631, + "line": 641, "column": 38 }, "end": { - "line": 631, + "line": 641, "column": 49 }, "identifierName": "videoEngine" @@ -44092,15 +44857,15 @@ { "type": "CommentLine", "value": " create recording engine", - "start": 24984, - "end": 25010, + "start": 25385, + "end": 25411, "loc": { "start": { - "line": 634, + "line": 644, "column": 12 }, "end": { - "line": 634, + "line": 644, "column": 38 } } @@ -44109,87 +44874,87 @@ }, { "type": "TryStatement", - "start": 25023, - "end": 25283, + "start": 25424, + "end": 25684, "loc": { "start": { - "line": 635, + "line": 645, "column": 12 }, "end": { - "line": 640, + "line": 650, "column": 13 } }, "block": { "type": "BlockStatement", - "start": 25027, - "end": 25178, + "start": 25428, + "end": 25579, "loc": { "start": { - "line": 635, + "line": 645, "column": 16 }, "end": { - "line": 638, + "line": 648, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 25099, - "end": 25164, + "start": 25500, + "end": 25565, "loc": { "start": { - "line": 637, + "line": 647, "column": 16 }, "end": { - "line": 637, + "line": 647, "column": 81 } }, "expression": { "type": "AssignmentExpression", - "start": 25099, - "end": 25163, + "start": 25500, + "end": 25564, "loc": { "start": { - "line": 637, + "line": 647, "column": 16 }, "end": { - "line": 637, + "line": 647, "column": 80 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 25099, - "end": 25110, + "start": 25500, + "end": 25511, "loc": { "start": { - "line": 637, + "line": 647, "column": 16 }, "end": { - "line": 637, + "line": 647, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 25099, - "end": 25103, + "start": 25500, + "end": 25504, "loc": { "start": { - "line": 637, + "line": 647, "column": 16 }, "end": { - "line": 637, + "line": 647, "column": 20 } }, @@ -44197,15 +44962,15 @@ }, "property": { "type": "Identifier", - "start": 25104, - "end": 25110, + "start": 25505, + "end": 25511, "loc": { "start": { - "line": 637, + "line": 647, "column": 21 }, "end": { - "line": 637, + "line": 647, "column": 27 }, "identifierName": "engine" @@ -44217,29 +44982,29 @@ }, "right": { "type": "NewExpression", - "start": 25113, - "end": 25163, + "start": 25514, + "end": 25564, "loc": { "start": { - "line": 637, + "line": 647, "column": 30 }, "end": { - "line": 637, + "line": 647, "column": 80 } }, "callee": { "type": "Identifier", - "start": 25117, - "end": 25128, + "start": 25518, + "end": 25529, "loc": { "start": { - "line": 637, + "line": 647, "column": 34 }, "end": { - "line": 637, + "line": 647, "column": 45 }, "identifierName": "EngineClass" @@ -44249,44 +45014,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 25129, - "end": 25140, + "start": 25530, + "end": 25541, "loc": { "start": { - "line": 637, + "line": 647, "column": 46 }, "end": { - "line": 637, + "line": 647, "column": 57 } }, "object": { "type": "ThisExpression", - "start": 25129, - "end": 25133, + "start": 25530, + "end": 25534, "loc": { "start": { - "line": 637, + "line": 647, "column": 46 }, "end": { - "line": 637, + "line": 647, "column": 50 } } }, "property": { "type": "Identifier", - "start": 25134, - "end": 25140, + "start": 25535, + "end": 25541, "loc": { "start": { - "line": 637, + "line": 647, "column": 51 }, "end": { - "line": 637, + "line": 647, "column": 57 }, "identifierName": "player" @@ -44297,58 +45062,58 @@ }, { "type": "MemberExpression", - "start": 25142, - "end": 25162, + "start": 25543, + "end": 25563, "loc": { "start": { - "line": 637, + "line": 647, "column": 59 }, "end": { - "line": 637, + "line": 647, "column": 79 } }, "object": { "type": "MemberExpression", - "start": 25142, - "end": 25153, + "start": 25543, + "end": 25554, "loc": { "start": { - "line": 637, + "line": 647, "column": 59 }, "end": { - "line": 637, + "line": 647, "column": 70 } }, "object": { "type": "ThisExpression", - "start": 25142, - "end": 25146, + "start": 25543, + "end": 25547, "loc": { "start": { - "line": 637, + "line": 647, "column": 59 }, "end": { - "line": 637, + "line": 647, "column": 63 } } }, "property": { "type": "Identifier", - "start": 25147, - "end": 25153, + "start": 25548, + "end": 25554, "loc": { "start": { - "line": 637, + "line": 647, "column": 64 }, "end": { - "line": 637, + "line": 647, "column": 70 }, "identifierName": "player" @@ -44359,15 +45124,15 @@ }, "property": { "type": "Identifier", - "start": 25154, - "end": 25162, + "start": 25555, + "end": 25563, "loc": { "start": { - "line": 637, + "line": 647, "column": 71 }, "end": { - "line": 637, + "line": 647, "column": 79 }, "identifierName": "options_" @@ -44384,15 +45149,15 @@ { "type": "CommentLine", "value": " connect stream to recording engine", - "start": 25045, - "end": 25082, + "start": 25446, + "end": 25483, "loc": { "start": { - "line": 636, + "line": 646, "column": 16 }, "end": { - "line": 636, + "line": 646, "column": 53 } } @@ -44405,29 +45170,29 @@ }, "handler": { "type": "CatchClause", - "start": 25179, - "end": 25283, + "start": 25580, + "end": 25684, "loc": { "start": { - "line": 638, + "line": 648, "column": 14 }, "end": { - "line": 640, + "line": 650, "column": 13 } }, "param": { "type": "Identifier", - "start": 25186, - "end": 25189, + "start": 25587, + "end": 25590, "loc": { "start": { - "line": 638, + "line": 648, "column": 21 }, "end": { - "line": 638, + "line": 648, "column": 24 }, "identifierName": "err" @@ -44436,58 +45201,58 @@ }, "body": { "type": "BlockStatement", - "start": 25191, - "end": 25283, + "start": 25592, + "end": 25684, "loc": { "start": { - "line": 638, + "line": 648, "column": 26 }, "end": { - "line": 640, + "line": 650, "column": 13 } }, "body": [ { "type": "ThrowStatement", - "start": 25209, - "end": 25269, + "start": 25610, + "end": 25670, "loc": { "start": { - "line": 639, + "line": 649, "column": 16 }, "end": { - "line": 639, + "line": 649, "column": 76 } }, "argument": { "type": "NewExpression", - "start": 25215, - "end": 25268, + "start": 25616, + "end": 25669, "loc": { "start": { - "line": 639, + "line": 649, "column": 22 }, "end": { - "line": 639, + "line": 649, "column": 75 } }, "callee": { "type": "Identifier", - "start": 25219, - "end": 25224, + "start": 25620, + "end": 25625, "loc": { "start": { - "line": 639, + "line": 649, "column": 26 }, "end": { - "line": 639, + "line": 649, "column": 31 }, "identifierName": "Error" @@ -44497,43 +45262,43 @@ "arguments": [ { "type": "BinaryExpression", - "start": 25225, - "end": 25267, + "start": 25626, + "end": 25668, "loc": { "start": { - "line": 639, + "line": 649, "column": 32 }, "end": { - "line": 639, + "line": 649, "column": 74 } }, "left": { "type": "BinaryExpression", - "start": 25225, - "end": 25255, + "start": 25626, + "end": 25656, "loc": { "start": { - "line": 639, + "line": 649, "column": 32 }, "end": { - "line": 639, + "line": 649, "column": 62 } }, "left": { "type": "StringLiteral", - "start": 25225, - "end": 25242, + "start": 25626, + "end": 25643, "loc": { "start": { - "line": 639, + "line": 649, "column": 32 }, "end": { - "line": 639, + "line": 649, "column": 49 } }, @@ -44546,15 +45311,15 @@ "operator": "+", "right": { "type": "Identifier", - "start": 25245, - "end": 25255, + "start": 25646, + "end": 25656, "loc": { "start": { - "line": 639, + "line": 649, "column": 52 }, "end": { - "line": 639, + "line": 649, "column": 62 }, "identifierName": "engineType" @@ -44565,15 +45330,15 @@ "operator": "+", "right": { "type": "StringLiteral", - "start": 25258, - "end": 25267, + "start": 25659, + "end": 25668, "loc": { "start": { - "line": 639, + "line": 649, "column": 65 }, "end": { - "line": 639, + "line": 649, "column": 74 } }, @@ -44599,15 +45364,15 @@ { "type": "CommentLine", "value": " create recording engine", - "start": 24984, - "end": 25010, + "start": 25385, + "end": 25411, "loc": { "start": { - "line": 634, + "line": 644, "column": 12 }, "end": { - "line": 634, + "line": 644, "column": 38 } } @@ -44617,15 +45382,15 @@ { "type": "CommentLine", "value": " listen for events", - "start": 25297, - "end": 25317, + "start": 25698, + "end": 25718, "loc": { "start": { - "line": 642, + "line": 652, "column": 12 }, "end": { - "line": 642, + "line": 652, "column": 32 } } @@ -44634,71 +45399,71 @@ }, { "type": "ExpressionStatement", - "start": 25330, - "end": 25393, + "start": 25731, + "end": 25794, "loc": { "start": { - "line": 643, + "line": 653, "column": 12 }, "end": { - "line": 643, + "line": 653, "column": 75 } }, "expression": { "type": "CallExpression", - "start": 25330, - "end": 25392, + "start": 25731, + "end": 25793, "loc": { "start": { - "line": 643, + "line": 653, "column": 12 }, "end": { - "line": 643, + "line": 653, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 25330, - "end": 25344, + "start": 25731, + "end": 25745, "loc": { "start": { - "line": 643, + "line": 653, "column": 12 }, "end": { - "line": 643, + "line": 653, "column": 26 } }, "object": { "type": "MemberExpression", - "start": 25330, - "end": 25341, + "start": 25731, + "end": 25742, "loc": { "start": { - "line": 643, + "line": 653, "column": 12 }, "end": { - "line": 643, + "line": 653, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 25330, - "end": 25334, + "start": 25731, + "end": 25735, "loc": { "start": { - "line": 643, + "line": 653, "column": 12 }, "end": { - "line": 643, + "line": 653, "column": 16 } }, @@ -44706,15 +45471,15 @@ }, "property": { "type": "Identifier", - "start": 25335, - "end": 25341, + "start": 25736, + "end": 25742, "loc": { "start": { - "line": 643, + "line": 653, "column": 17 }, "end": { - "line": 643, + "line": 653, "column": 23 }, "identifierName": "engine" @@ -44726,15 +45491,15 @@ }, "property": { "type": "Identifier", - "start": 25342, - "end": 25344, + "start": 25743, + "end": 25745, "loc": { "start": { - "line": 643, + "line": 653, "column": 24 }, "end": { - "line": 643, + "line": 653, "column": 26 }, "identifierName": "on" @@ -44747,29 +45512,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 25345, - "end": 25366, + "start": 25746, + "end": 25767, "loc": { "start": { - "line": 643, + "line": 653, "column": 27 }, "end": { - "line": 643, + "line": 653, "column": 48 } }, "object": { "type": "Identifier", - "start": 25345, - "end": 25350, + "start": 25746, + "end": 25751, "loc": { "start": { - "line": 643, + "line": 653, "column": 27 }, "end": { - "line": 643, + "line": 653, "column": 32 }, "identifierName": "Event" @@ -44778,15 +45543,15 @@ }, "property": { "type": "Identifier", - "start": 25351, - "end": 25366, + "start": 25752, + "end": 25767, "loc": { "start": { - "line": 643, + "line": 653, "column": 33 }, "end": { - "line": 643, + "line": 653, "column": 48 }, "identifierName": "RECORD_COMPLETE" @@ -44797,44 +45562,44 @@ }, { "type": "MemberExpression", - "start": 25368, - "end": 25391, + "start": 25769, + "end": 25792, "loc": { "start": { - "line": 643, + "line": 653, "column": 50 }, "end": { - "line": 643, + "line": 653, "column": 73 } }, "object": { "type": "ThisExpression", - "start": 25368, - "end": 25372, + "start": 25769, + "end": 25773, "loc": { "start": { - "line": 643, + "line": 653, "column": 50 }, "end": { - "line": 643, + "line": 653, "column": 54 } } }, "property": { "type": "Identifier", - "start": 25373, - "end": 25391, + "start": 25774, + "end": 25792, "loc": { "start": { - "line": 643, + "line": 653, "column": 55 }, "end": { - "line": 643, + "line": 653, "column": 73 }, "identifierName": "engineStopCallback" @@ -44850,15 +45615,15 @@ { "type": "CommentLine", "value": " listen for events", - "start": 25297, - "end": 25317, + "start": 25698, + "end": 25718, "loc": { "start": { - "line": 642, + "line": 652, "column": 12 }, "end": { - "line": 642, + "line": 652, "column": 32 } } @@ -44868,15 +45633,15 @@ { "type": "CommentLine", "value": " audio settings", - "start": 25407, - "end": 25424, + "start": 25808, + "end": 25825, "loc": { "start": { - "line": 645, + "line": 655, "column": 12 }, "end": { - "line": 645, + "line": 655, "column": 29 } } @@ -44885,72 +45650,72 @@ }, { "type": "ExpressionStatement", - "start": 25437, - "end": 25483, + "start": 25838, + "end": 25884, "loc": { "start": { - "line": 646, + "line": 656, "column": 12 }, "end": { - "line": 646, + "line": 656, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 25437, - "end": 25482, + "start": 25838, + "end": 25883, "loc": { "start": { - "line": 646, + "line": 656, "column": 12 }, "end": { - "line": 646, + "line": 656, "column": 57 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 25437, - "end": 25459, + "start": 25838, + "end": 25860, "loc": { "start": { - "line": 646, + "line": 656, "column": 12 }, "end": { - "line": 646, + "line": 656, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 25437, - "end": 25448, + "start": 25838, + "end": 25849, "loc": { "start": { - "line": 646, + "line": 656, "column": 12 }, "end": { - "line": 646, + "line": 656, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 25437, - "end": 25441, + "start": 25838, + "end": 25842, "loc": { "start": { - "line": 646, + "line": 656, "column": 12 }, "end": { - "line": 646, + "line": 656, "column": 16 } }, @@ -44958,15 +45723,15 @@ }, "property": { "type": "Identifier", - "start": 25442, - "end": 25448, + "start": 25843, + "end": 25849, "loc": { "start": { - "line": 646, + "line": 656, "column": 17 }, "end": { - "line": 646, + "line": 656, "column": 23 }, "identifierName": "engine" @@ -44978,15 +45743,15 @@ }, "property": { "type": "Identifier", - "start": 25449, - "end": 25459, + "start": 25850, + "end": 25860, "loc": { "start": { - "line": 646, + "line": 656, "column": 24 }, "end": { - "line": 646, + "line": 656, "column": 34 }, "identifierName": "bufferSize" @@ -44998,44 +45763,44 @@ }, "right": { "type": "MemberExpression", - "start": 25462, - "end": 25482, + "start": 25863, + "end": 25883, "loc": { "start": { - "line": 646, + "line": 656, "column": 37 }, "end": { - "line": 646, + "line": 656, "column": 57 } }, "object": { "type": "ThisExpression", - "start": 25462, - "end": 25466, + "start": 25863, + "end": 25867, "loc": { "start": { - "line": 646, + "line": 656, "column": 37 }, "end": { - "line": 646, + "line": 656, "column": 41 } } }, "property": { "type": "Identifier", - "start": 25467, - "end": 25482, + "start": 25868, + "end": 25883, "loc": { "start": { - "line": 646, + "line": 656, "column": 42 }, "end": { - "line": 646, + "line": 656, "column": 57 }, "identifierName": "audioBufferSize" @@ -45050,15 +45815,15 @@ { "type": "CommentLine", "value": " audio settings", - "start": 25407, - "end": 25424, + "start": 25808, + "end": 25825, "loc": { "start": { - "line": 645, + "line": 655, "column": 12 }, "end": { - "line": 645, + "line": 655, "column": 29 } } @@ -45067,87 +45832,87 @@ }, { "type": "ExpressionStatement", - "start": 25496, - "end": 25542, + "start": 25897, + "end": 25943, "loc": { "start": { - "line": 647, + "line": 657, "column": 12 }, "end": { - "line": 647, + "line": 657, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 25496, - "end": 25541, + "start": 25897, + "end": 25942, "loc": { "start": { - "line": 647, + "line": 657, "column": 12 }, "end": { - "line": 647, + "line": 657, "column": 57 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 25496, - "end": 25518, + "start": 25897, + "end": 25919, "loc": { "start": { - "line": 647, + "line": 657, "column": 12 }, "end": { - "line": 647, + "line": 657, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 25496, - "end": 25507, + "start": 25897, + "end": 25908, "loc": { "start": { - "line": 647, + "line": 657, "column": 12 }, "end": { - "line": 647, + "line": 657, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 25496, - "end": 25500, + "start": 25897, + "end": 25901, "loc": { "start": { - "line": 647, + "line": 657, "column": 12 }, "end": { - "line": 647, + "line": 657, "column": 16 } } }, "property": { "type": "Identifier", - "start": 25501, - "end": 25507, + "start": 25902, + "end": 25908, "loc": { "start": { - "line": 647, + "line": 657, "column": 17 }, "end": { - "line": 647, + "line": 657, "column": 23 }, "identifierName": "engine" @@ -45158,15 +45923,15 @@ }, "property": { "type": "Identifier", - "start": 25508, - "end": 25518, + "start": 25909, + "end": 25919, "loc": { "start": { - "line": 647, + "line": 657, "column": 24 }, "end": { - "line": 647, + "line": 657, "column": 34 }, "identifierName": "sampleRate" @@ -45177,44 +45942,44 @@ }, "right": { "type": "MemberExpression", - "start": 25521, - "end": 25541, + "start": 25922, + "end": 25942, "loc": { "start": { - "line": 647, + "line": 657, "column": 37 }, "end": { - "line": 647, + "line": 657, "column": 57 } }, "object": { "type": "ThisExpression", - "start": 25521, - "end": 25525, + "start": 25922, + "end": 25926, "loc": { "start": { - "line": 647, + "line": 657, "column": 37 }, "end": { - "line": 647, + "line": 657, "column": 41 } } }, "property": { "type": "Identifier", - "start": 25526, - "end": 25541, + "start": 25927, + "end": 25942, "loc": { "start": { - "line": 647, + "line": 657, "column": 42 }, "end": { - "line": 647, + "line": 657, "column": 57 }, "identifierName": "audioSampleRate" @@ -45227,87 +45992,87 @@ }, { "type": "ExpressionStatement", - "start": 25555, - "end": 25595, + "start": 25956, + "end": 25996, "loc": { "start": { - "line": 648, + "line": 658, "column": 12 }, "end": { - "line": 648, + "line": 658, "column": 52 } }, "expression": { "type": "AssignmentExpression", - "start": 25555, - "end": 25594, + "start": 25956, + "end": 25995, "loc": { "start": { - "line": 648, + "line": 658, "column": 12 }, "end": { - "line": 648, + "line": 658, "column": 51 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 25555, - "end": 25574, + "start": 25956, + "end": 25975, "loc": { "start": { - "line": 648, + "line": 658, "column": 12 }, "end": { - "line": 648, + "line": 658, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 25555, - "end": 25566, + "start": 25956, + "end": 25967, "loc": { "start": { - "line": 648, + "line": 658, "column": 12 }, "end": { - "line": 648, + "line": 658, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 25555, - "end": 25559, + "start": 25956, + "end": 25960, "loc": { "start": { - "line": 648, + "line": 658, "column": 12 }, "end": { - "line": 648, + "line": 658, "column": 16 } } }, "property": { "type": "Identifier", - "start": 25560, - "end": 25566, + "start": 25961, + "end": 25967, "loc": { "start": { - "line": 648, + "line": 658, "column": 17 }, "end": { - "line": 648, + "line": 658, "column": 23 }, "identifierName": "engine" @@ -45318,15 +46083,15 @@ }, "property": { "type": "Identifier", - "start": 25567, - "end": 25574, + "start": 25968, + "end": 25975, "loc": { "start": { - "line": 648, + "line": 658, "column": 24 }, "end": { - "line": 648, + "line": 658, "column": 31 }, "identifierName": "bitRate" @@ -45337,44 +46102,44 @@ }, "right": { "type": "MemberExpression", - "start": 25577, - "end": 25594, + "start": 25978, + "end": 25995, "loc": { "start": { - "line": 648, + "line": 658, "column": 34 }, "end": { - "line": 648, + "line": 658, "column": 51 } }, "object": { "type": "ThisExpression", - "start": 25577, - "end": 25581, + "start": 25978, + "end": 25982, "loc": { "start": { - "line": 648, + "line": 658, "column": 34 }, "end": { - "line": 648, + "line": 658, "column": 38 } } }, "property": { "type": "Identifier", - "start": 25582, - "end": 25594, + "start": 25983, + "end": 25995, "loc": { "start": { - "line": 648, + "line": 658, "column": 39 }, "end": { - "line": 648, + "line": 658, "column": 51 }, "identifierName": "audioBitRate" @@ -45387,87 +46152,87 @@ }, { "type": "ExpressionStatement", - "start": 25608, - "end": 25655, + "start": 26009, + "end": 26056, "loc": { "start": { - "line": 649, + "line": 659, "column": 12 }, "end": { - "line": 649, + "line": 659, "column": 59 } }, "expression": { "type": "AssignmentExpression", - "start": 25608, - "end": 25654, + "start": 26009, + "end": 26055, "loc": { "start": { - "line": 649, + "line": 659, "column": 12 }, "end": { - "line": 649, + "line": 659, "column": 58 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 25608, - "end": 25633, + "start": 26009, + "end": 26034, "loc": { "start": { - "line": 649, + "line": 659, "column": 12 }, "end": { - "line": 649, + "line": 659, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 25608, - "end": 25619, + "start": 26009, + "end": 26020, "loc": { "start": { - "line": 649, + "line": 659, "column": 12 }, "end": { - "line": 649, + "line": 659, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 25608, - "end": 25612, + "start": 26009, + "end": 26013, "loc": { "start": { - "line": 649, + "line": 659, "column": 12 }, "end": { - "line": 649, + "line": 659, "column": 16 } } }, "property": { "type": "Identifier", - "start": 25613, - "end": 25619, + "start": 26014, + "end": 26020, "loc": { "start": { - "line": 649, + "line": 659, "column": 17 }, "end": { - "line": 649, + "line": 659, "column": 23 }, "identifierName": "engine" @@ -45478,15 +46243,15 @@ }, "property": { "type": "Identifier", - "start": 25620, - "end": 25633, + "start": 26021, + "end": 26034, "loc": { "start": { - "line": 649, + "line": 659, "column": 24 }, "end": { - "line": 649, + "line": 659, "column": 37 }, "identifierName": "audioChannels" @@ -45497,44 +46262,44 @@ }, "right": { "type": "MemberExpression", - "start": 25636, - "end": 25654, + "start": 26037, + "end": 26055, "loc": { "start": { - "line": 649, + "line": 659, "column": 40 }, "end": { - "line": 649, + "line": 659, "column": 58 } }, "object": { "type": "ThisExpression", - "start": 25636, - "end": 25640, + "start": 26037, + "end": 26041, "loc": { "start": { - "line": 649, + "line": 659, "column": 40 }, "end": { - "line": 649, + "line": 659, "column": 44 } } }, "property": { "type": "Identifier", - "start": 25641, - "end": 25654, + "start": 26042, + "end": 26055, "loc": { "start": { - "line": 649, + "line": 659, "column": 45 }, "end": { - "line": 649, + "line": 659, "column": 58 }, "identifierName": "audioChannels" @@ -45547,87 +46312,87 @@ }, { "type": "ExpressionStatement", - "start": 25668, - "end": 25717, + "start": 26069, + "end": 26118, "loc": { "start": { - "line": 650, + "line": 660, "column": 12 }, "end": { - "line": 650, + "line": 660, "column": 61 } }, "expression": { "type": "AssignmentExpression", - "start": 25668, - "end": 25716, + "start": 26069, + "end": 26117, "loc": { "start": { - "line": 650, + "line": 660, "column": 12 }, "end": { - "line": 650, + "line": 660, "column": 60 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 25668, - "end": 25694, + "start": 26069, + "end": 26095, "loc": { "start": { - "line": 650, + "line": 660, "column": 12 }, "end": { - "line": 650, + "line": 660, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 25668, - "end": 25679, + "start": 26069, + "end": 26080, "loc": { "start": { - "line": 650, + "line": 660, "column": 12 }, "end": { - "line": 650, + "line": 660, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 25668, - "end": 25672, + "start": 26069, + "end": 26073, "loc": { "start": { - "line": 650, + "line": 660, "column": 12 }, "end": { - "line": 650, + "line": 660, "column": 16 } } }, "property": { "type": "Identifier", - "start": 25673, - "end": 25679, + "start": 26074, + "end": 26080, "loc": { "start": { - "line": 650, + "line": 660, "column": 17 }, "end": { - "line": 650, + "line": 660, "column": 23 }, "identifierName": "engine" @@ -45638,15 +46403,15 @@ }, "property": { "type": "Identifier", - "start": 25680, - "end": 25694, + "start": 26081, + "end": 26095, "loc": { "start": { - "line": 650, + "line": 660, "column": 24 }, "end": { - "line": 650, + "line": 660, "column": 38 }, "identifierName": "audioWorkerURL" @@ -45657,44 +46422,44 @@ }, "right": { "type": "MemberExpression", - "start": 25697, - "end": 25716, + "start": 26098, + "end": 26117, "loc": { "start": { - "line": 650, + "line": 660, "column": 41 }, "end": { - "line": 650, + "line": 660, "column": 60 } }, "object": { "type": "ThisExpression", - "start": 25697, - "end": 25701, + "start": 26098, + "end": 26102, "loc": { "start": { - "line": 650, + "line": 660, "column": 41 }, "end": { - "line": 650, + "line": 660, "column": 45 } } }, "property": { "type": "Identifier", - "start": 25702, - "end": 25716, + "start": 26103, + "end": 26117, "loc": { "start": { - "line": 650, + "line": 660, "column": 46 }, "end": { - "line": 650, + "line": 660, "column": 60 }, "identifierName": "audioWorkerURL" @@ -45707,87 +46472,87 @@ }, { "type": "ExpressionStatement", - "start": 25730, - "end": 25789, + "start": 26131, + "end": 26190, "loc": { "start": { - "line": 651, + "line": 661, "column": 12 }, "end": { - "line": 651, + "line": 661, "column": 71 } }, "expression": { "type": "AssignmentExpression", - "start": 25730, - "end": 25788, + "start": 26131, + "end": 26189, "loc": { "start": { - "line": 651, + "line": 661, "column": 12 }, "end": { - "line": 651, + "line": 661, "column": 70 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 25730, - "end": 25761, + "start": 26131, + "end": 26162, "loc": { "start": { - "line": 651, + "line": 661, "column": 12 }, "end": { - "line": 651, + "line": 661, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 25730, - "end": 25741, + "start": 26131, + "end": 26142, "loc": { "start": { - "line": 651, + "line": 661, "column": 12 }, "end": { - "line": 651, + "line": 661, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 25730, - "end": 25734, + "start": 26131, + "end": 26135, "loc": { "start": { - "line": 651, + "line": 661, "column": 12 }, "end": { - "line": 651, + "line": 661, "column": 16 } } }, "property": { "type": "Identifier", - "start": 25735, - "end": 25741, + "start": 26136, + "end": 26142, "loc": { "start": { - "line": 651, + "line": 661, "column": 17 }, "end": { - "line": 651, + "line": 661, "column": 23 }, "identifierName": "engine" @@ -45798,15 +46563,15 @@ }, "property": { "type": "Identifier", - "start": 25742, - "end": 25761, + "start": 26143, + "end": 26162, "loc": { "start": { - "line": 651, + "line": 661, "column": 24 }, "end": { - "line": 651, + "line": 661, "column": 43 }, "identifierName": "audioWebAssemblyURL" @@ -45817,44 +46582,44 @@ }, "right": { "type": "MemberExpression", - "start": 25764, - "end": 25788, + "start": 26165, + "end": 26189, "loc": { "start": { - "line": 651, + "line": 661, "column": 46 }, "end": { - "line": 651, + "line": 661, "column": 70 } }, "object": { "type": "ThisExpression", - "start": 25764, - "end": 25768, + "start": 26165, + "end": 26169, "loc": { "start": { - "line": 651, + "line": 661, "column": 46 }, "end": { - "line": 651, + "line": 661, "column": 50 } } }, "property": { "type": "Identifier", - "start": 25769, - "end": 25788, + "start": 26170, + "end": 26189, "loc": { "start": { - "line": 651, + "line": 661, "column": 51 }, "end": { - "line": 651, + "line": 661, "column": 70 }, "identifierName": "audioWebAssemblyURL" @@ -45868,15 +46633,15 @@ { "type": "CommentLine", "value": " mime type", - "start": 25803, - "end": 25815, + "start": 26204, + "end": 26216, "loc": { "start": { - "line": 653, + "line": 663, "column": 12 }, "end": { - "line": 653, + "line": 663, "column": 24 } } @@ -45885,72 +46650,72 @@ }, { "type": "ExpressionStatement", - "start": 25828, - "end": 25943, + "start": 26229, + "end": 26344, "loc": { "start": { - "line": 654, + "line": 664, "column": 12 }, "end": { - "line": 657, + "line": 667, "column": 14 } }, "expression": { "type": "AssignmentExpression", - "start": 25828, - "end": 25942, + "start": 26229, + "end": 26343, "loc": { "start": { - "line": 654, + "line": 664, "column": 12 }, "end": { - "line": 657, + "line": 667, "column": 13 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 25828, - "end": 25848, + "start": 26229, + "end": 26249, "loc": { "start": { - "line": 654, + "line": 664, "column": 12 }, "end": { - "line": 654, + "line": 664, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 25828, - "end": 25839, + "start": 26229, + "end": 26240, "loc": { "start": { - "line": 654, + "line": 664, "column": 12 }, "end": { - "line": 654, + "line": 664, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 25828, - "end": 25832, + "start": 26229, + "end": 26233, "loc": { "start": { - "line": 654, + "line": 664, "column": 12 }, "end": { - "line": 654, + "line": 664, "column": 16 } }, @@ -45958,15 +46723,15 @@ }, "property": { "type": "Identifier", - "start": 25833, - "end": 25839, + "start": 26234, + "end": 26240, "loc": { "start": { - "line": 654, + "line": 664, "column": 17 }, "end": { - "line": 654, + "line": 664, "column": 23 }, "identifierName": "engine" @@ -45978,15 +46743,15 @@ }, "property": { "type": "Identifier", - "start": 25840, - "end": 25848, + "start": 26241, + "end": 26249, "loc": { "start": { - "line": 654, + "line": 664, "column": 24 }, "end": { - "line": 654, + "line": 664, "column": 32 }, "identifierName": "mimeType" @@ -45998,30 +46763,30 @@ }, "right": { "type": "ObjectExpression", - "start": 25851, - "end": 25942, + "start": 26252, + "end": 26343, "loc": { "start": { - "line": 654, + "line": 664, "column": 35 }, "end": { - "line": 657, + "line": 667, "column": 13 } }, "properties": [ { "type": "ObjectProperty", - "start": 25869, - "end": 25894, + "start": 26270, + "end": 26295, "loc": { "start": { - "line": 655, + "line": 665, "column": 16 }, "end": { - "line": 655, + "line": 665, "column": 41 } }, @@ -46030,15 +46795,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 25869, - "end": 25874, + "start": 26270, + "end": 26275, "loc": { "start": { - "line": 655, + "line": 665, "column": 16 }, "end": { - "line": 655, + "line": 665, "column": 21 }, "identifierName": "video" @@ -46047,44 +46812,44 @@ }, "value": { "type": "MemberExpression", - "start": 25876, - "end": 25894, + "start": 26277, + "end": 26295, "loc": { "start": { - "line": 655, + "line": 665, "column": 23 }, "end": { - "line": 655, + "line": 665, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 25876, - "end": 25880, + "start": 26277, + "end": 26281, "loc": { "start": { - "line": 655, + "line": 665, "column": 23 }, "end": { - "line": 655, + "line": 665, "column": 27 } } }, "property": { "type": "Identifier", - "start": 25881, - "end": 25894, + "start": 26282, + "end": 26295, "loc": { "start": { - "line": 655, + "line": 665, "column": 28 }, "end": { - "line": 655, + "line": 665, "column": 41 }, "identifierName": "videoMimeType" @@ -46096,15 +46861,15 @@ }, { "type": "ObjectProperty", - "start": 25912, - "end": 25928, + "start": 26313, + "end": 26329, "loc": { "start": { - "line": 656, + "line": 666, "column": 16 }, "end": { - "line": 656, + "line": 666, "column": 32 } }, @@ -46113,15 +46878,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 25912, - "end": 25915, + "start": 26313, + "end": 26316, "loc": { "start": { - "line": 656, + "line": 666, "column": 16 }, "end": { - "line": 656, + "line": 666, "column": 19 }, "identifierName": "gif" @@ -46130,15 +46895,15 @@ }, "value": { "type": "StringLiteral", - "start": 25917, - "end": 25928, + "start": 26318, + "end": 26329, "loc": { "start": { - "line": 656, + "line": 666, "column": 21 }, "end": { - "line": 656, + "line": 666, "column": 32 } }, @@ -46157,15 +46922,15 @@ { "type": "CommentLine", "value": " mime type", - "start": 25803, - "end": 25815, + "start": 26204, + "end": 26216, "loc": { "start": { - "line": 653, + "line": 663, "column": 12 }, "end": { - "line": 653, + "line": 663, "column": 24 } } @@ -46174,86 +46939,86 @@ }, { "type": "IfStatement", - "start": 25956, - "end": 26116, + "start": 26357, + "end": 26517, "loc": { "start": { - "line": 658, + "line": 668, "column": 12 }, "end": { - "line": 661, + "line": 671, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 25960, - "end": 26034, + "start": 26361, + "end": 26435, "loc": { "start": { - "line": 658, + "line": 668, "column": 16 }, "end": { - "line": 659, + "line": 669, "column": 43 } }, "left": { "type": "BinaryExpression", - "start": 25960, - "end": 25987, + "start": 26361, + "end": 26388, "loc": { "start": { - "line": 658, + "line": 668, "column": 16 }, "end": { - "line": 658, + "line": 668, "column": 43 } }, "left": { "type": "MemberExpression", - "start": 25960, - "end": 25978, + "start": 26361, + "end": 26379, "loc": { "start": { - "line": 658, + "line": 668, "column": 16 }, "end": { - "line": 658, + "line": 668, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 25960, - "end": 25964, + "start": 26361, + "end": 26365, "loc": { "start": { - "line": 658, + "line": 668, "column": 16 }, "end": { - "line": 658, + "line": 668, "column": 20 } } }, "property": { "type": "Identifier", - "start": 25965, - "end": 25978, + "start": 26366, + "end": 26379, "loc": { "start": { - "line": 658, + "line": 668, "column": 21 }, "end": { - "line": 658, + "line": 668, "column": 34 }, "identifierName": "audioMimeType" @@ -46265,15 +47030,15 @@ "operator": "!==", "right": { "type": "NullLiteral", - "start": 25983, - "end": 25987, + "start": 26384, + "end": 26388, "loc": { "start": { - "line": 658, + "line": 668, "column": 39 }, "end": { - "line": 658, + "line": 668, "column": 43 } } @@ -46282,58 +47047,58 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 26007, - "end": 26034, + "start": 26408, + "end": 26435, "loc": { "start": { - "line": 659, + "line": 669, "column": 16 }, "end": { - "line": 659, + "line": 669, "column": 43 } }, "left": { "type": "MemberExpression", - "start": 26007, - "end": 26025, + "start": 26408, + "end": 26426, "loc": { "start": { - "line": 659, + "line": 669, "column": 16 }, "end": { - "line": 659, + "line": 669, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 26007, - "end": 26011, + "start": 26408, + "end": 26412, "loc": { "start": { - "line": 659, + "line": 669, "column": 16 }, "end": { - "line": 659, + "line": 669, "column": 20 } } }, "property": { "type": "Identifier", - "start": 26012, - "end": 26025, + "start": 26413, + "end": 26426, "loc": { "start": { - "line": 659, + "line": 669, "column": 21 }, "end": { - "line": 659, + "line": 669, "column": 34 }, "identifierName": "audioMimeType" @@ -46345,15 +47110,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 26030, - "end": 26034, + "start": 26431, + "end": 26435, "loc": { "start": { - "line": 659, + "line": 669, "column": 39 }, "end": { - "line": 659, + "line": 669, "column": 43 }, "identifierName": "AUTO" @@ -46364,116 +47129,116 @@ }, "consequent": { "type": "BlockStatement", - "start": 26036, - "end": 26116, + "start": 26437, + "end": 26517, "loc": { "start": { - "line": 659, + "line": 669, "column": 45 }, "end": { - "line": 661, + "line": 671, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 26054, - "end": 26102, + "start": 26455, + "end": 26503, "loc": { "start": { - "line": 660, + "line": 670, "column": 16 }, "end": { - "line": 660, + "line": 670, "column": 64 } }, "expression": { "type": "AssignmentExpression", - "start": 26054, - "end": 26101, + "start": 26455, + "end": 26502, "loc": { "start": { - "line": 660, + "line": 670, "column": 16 }, "end": { - "line": 660, + "line": 670, "column": 63 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 26054, - "end": 26080, + "start": 26455, + "end": 26481, "loc": { "start": { - "line": 660, + "line": 670, "column": 16 }, "end": { - "line": 660, + "line": 670, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 26054, - "end": 26074, + "start": 26455, + "end": 26475, "loc": { "start": { - "line": 660, + "line": 670, "column": 16 }, "end": { - "line": 660, + "line": 670, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 26054, - "end": 26065, + "start": 26455, + "end": 26466, "loc": { "start": { - "line": 660, + "line": 670, "column": 16 }, "end": { - "line": 660, + "line": 670, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 26054, - "end": 26058, + "start": 26455, + "end": 26459, "loc": { "start": { - "line": 660, + "line": 670, "column": 16 }, "end": { - "line": 660, + "line": 670, "column": 20 } } }, "property": { "type": "Identifier", - "start": 26059, - "end": 26065, + "start": 26460, + "end": 26466, "loc": { "start": { - "line": 660, + "line": 670, "column": 21 }, "end": { - "line": 660, + "line": 670, "column": 27 }, "identifierName": "engine" @@ -46484,15 +47249,15 @@ }, "property": { "type": "Identifier", - "start": 26066, - "end": 26074, + "start": 26467, + "end": 26475, "loc": { "start": { - "line": 660, + "line": 670, "column": 28 }, "end": { - "line": 660, + "line": 670, "column": 36 }, "identifierName": "mimeType" @@ -46503,15 +47268,15 @@ }, "property": { "type": "Identifier", - "start": 26075, - "end": 26080, + "start": 26476, + "end": 26481, "loc": { "start": { - "line": 660, + "line": 670, "column": 37 }, "end": { - "line": 660, + "line": 670, "column": 42 }, "identifierName": "audio" @@ -46522,44 +47287,44 @@ }, "right": { "type": "MemberExpression", - "start": 26083, - "end": 26101, + "start": 26484, + "end": 26502, "loc": { "start": { - "line": 660, + "line": 670, "column": 45 }, "end": { - "line": 660, + "line": 670, "column": 63 } }, "object": { "type": "ThisExpression", - "start": 26083, - "end": 26087, + "start": 26484, + "end": 26488, "loc": { "start": { - "line": 660, + "line": 670, "column": 45 }, "end": { - "line": 660, + "line": 670, "column": 49 } } }, "property": { "type": "Identifier", - "start": 26088, - "end": 26101, + "start": 26489, + "end": 26502, "loc": { "start": { - "line": 660, + "line": 670, "column": 50 }, "end": { - "line": 660, + "line": 670, "column": 63 }, "identifierName": "audioMimeType" @@ -46579,15 +47344,15 @@ { "type": "CommentLine", "value": " video/canvas settings", - "start": 26130, - "end": 26154, + "start": 26531, + "end": 26555, "loc": { "start": { - "line": 663, + "line": 673, "column": 12 }, "end": { - "line": 663, + "line": 673, "column": 36 } } @@ -46596,72 +47361,72 @@ }, { "type": "ExpressionStatement", - "start": 26167, - "end": 26216, + "start": 26568, + "end": 26617, "loc": { "start": { - "line": 664, + "line": 674, "column": 12 }, "end": { - "line": 664, + "line": 674, "column": 61 } }, "expression": { "type": "AssignmentExpression", - "start": 26167, - "end": 26215, + "start": 26568, + "end": 26616, "loc": { "start": { - "line": 664, + "line": 674, "column": 12 }, "end": { - "line": 664, + "line": 674, "column": 60 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 26167, - "end": 26193, + "start": 26568, + "end": 26594, "loc": { "start": { - "line": 664, + "line": 674, "column": 12 }, "end": { - "line": 664, + "line": 674, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 26167, - "end": 26178, + "start": 26568, + "end": 26579, "loc": { "start": { - "line": 664, + "line": 674, "column": 12 }, "end": { - "line": 664, + "line": 674, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 26167, - "end": 26171, + "start": 26568, + "end": 26572, "loc": { "start": { - "line": 664, + "line": 674, "column": 12 }, "end": { - "line": 664, + "line": 674, "column": 16 } }, @@ -46669,15 +47434,15 @@ }, "property": { "type": "Identifier", - "start": 26172, - "end": 26178, + "start": 26573, + "end": 26579, "loc": { "start": { - "line": 664, + "line": 674, "column": 17 }, "end": { - "line": 664, + "line": 674, "column": 23 }, "identifierName": "engine" @@ -46689,15 +47454,15 @@ }, "property": { "type": "Identifier", - "start": 26179, - "end": 26193, + "start": 26580, + "end": 26594, "loc": { "start": { - "line": 664, + "line": 674, "column": 24 }, "end": { - "line": 664, + "line": 674, "column": 38 }, "identifierName": "videoWorkerURL" @@ -46709,44 +47474,44 @@ }, "right": { "type": "MemberExpression", - "start": 26196, - "end": 26215, + "start": 26597, + "end": 26616, "loc": { "start": { - "line": 664, + "line": 674, "column": 41 }, "end": { - "line": 664, + "line": 674, "column": 60 } }, "object": { "type": "ThisExpression", - "start": 26196, - "end": 26200, + "start": 26597, + "end": 26601, "loc": { "start": { - "line": 664, + "line": 674, "column": 41 }, "end": { - "line": 664, + "line": 674, "column": 45 } } }, "property": { "type": "Identifier", - "start": 26201, - "end": 26215, + "start": 26602, + "end": 26616, "loc": { "start": { - "line": 664, + "line": 674, "column": 46 }, "end": { - "line": 664, + "line": 674, "column": 60 }, "identifierName": "videoWorkerURL" @@ -46761,15 +47526,15 @@ { "type": "CommentLine", "value": " video/canvas settings", - "start": 26130, - "end": 26154, + "start": 26531, + "end": 26555, "loc": { "start": { - "line": 663, + "line": 673, "column": 12 }, "end": { - "line": 663, + "line": 673, "column": 36 } } @@ -46778,87 +47543,87 @@ }, { "type": "ExpressionStatement", - "start": 26229, - "end": 26288, + "start": 26630, + "end": 26689, "loc": { "start": { - "line": 665, + "line": 675, "column": 12 }, "end": { - "line": 665, + "line": 675, "column": 71 } }, "expression": { "type": "AssignmentExpression", - "start": 26229, - "end": 26287, + "start": 26630, + "end": 26688, "loc": { "start": { - "line": 665, + "line": 675, "column": 12 }, "end": { - "line": 665, + "line": 675, "column": 70 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 26229, - "end": 26260, + "start": 26630, + "end": 26661, "loc": { "start": { - "line": 665, + "line": 675, "column": 12 }, "end": { - "line": 665, + "line": 675, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 26229, - "end": 26240, + "start": 26630, + "end": 26641, "loc": { "start": { - "line": 665, + "line": 675, "column": 12 }, "end": { - "line": 665, + "line": 675, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 26229, - "end": 26233, + "start": 26630, + "end": 26634, "loc": { "start": { - "line": 665, + "line": 675, "column": 12 }, "end": { - "line": 665, + "line": 675, "column": 16 } } }, "property": { "type": "Identifier", - "start": 26234, - "end": 26240, + "start": 26635, + "end": 26641, "loc": { "start": { - "line": 665, + "line": 675, "column": 17 }, "end": { - "line": 665, + "line": 675, "column": 23 }, "identifierName": "engine" @@ -46869,15 +47634,15 @@ }, "property": { "type": "Identifier", - "start": 26241, - "end": 26260, + "start": 26642, + "end": 26661, "loc": { "start": { - "line": 665, + "line": 675, "column": 24 }, "end": { - "line": 665, + "line": 675, "column": 43 }, "identifierName": "videoWebAssemblyURL" @@ -46888,44 +47653,44 @@ }, "right": { "type": "MemberExpression", - "start": 26263, - "end": 26287, + "start": 26664, + "end": 26688, "loc": { "start": { - "line": 665, + "line": 675, "column": 46 }, "end": { - "line": 665, + "line": 675, "column": 70 } }, "object": { "type": "ThisExpression", - "start": 26263, - "end": 26267, + "start": 26664, + "end": 26668, "loc": { "start": { - "line": 665, + "line": 675, "column": 46 }, "end": { - "line": 665, + "line": 675, "column": 50 } } }, "property": { "type": "Identifier", - "start": 26268, - "end": 26287, + "start": 26669, + "end": 26688, "loc": { "start": { - "line": 665, + "line": 675, "column": 51 }, "end": { - "line": 665, + "line": 675, "column": 70 }, "identifierName": "videoWebAssemblyURL" @@ -46938,87 +47703,87 @@ }, { "type": "ExpressionStatement", - "start": 26301, - "end": 26346, + "start": 26702, + "end": 26747, "loc": { "start": { - "line": 666, + "line": 676, "column": 12 }, "end": { - "line": 666, + "line": 676, "column": 57 } }, "expression": { "type": "AssignmentExpression", - "start": 26301, - "end": 26345, + "start": 26702, + "end": 26746, "loc": { "start": { - "line": 666, + "line": 676, "column": 12 }, "end": { - "line": 666, + "line": 676, "column": 56 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 26301, - "end": 26325, + "start": 26702, + "end": 26726, "loc": { "start": { - "line": 666, + "line": 676, "column": 12 }, "end": { - "line": 666, + "line": 676, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 26301, - "end": 26312, + "start": 26702, + "end": 26713, "loc": { "start": { - "line": 666, + "line": 676, "column": 12 }, "end": { - "line": 666, + "line": 676, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 26301, - "end": 26305, + "start": 26702, + "end": 26706, "loc": { "start": { - "line": 666, + "line": 676, "column": 12 }, "end": { - "line": 666, + "line": 676, "column": 16 } } }, "property": { "type": "Identifier", - "start": 26306, - "end": 26312, + "start": 26707, + "end": 26713, "loc": { "start": { - "line": 666, + "line": 676, "column": 17 }, "end": { - "line": 666, + "line": 676, "column": 23 }, "identifierName": "engine" @@ -47029,15 +47794,15 @@ }, "property": { "type": "Identifier", - "start": 26313, - "end": 26325, + "start": 26714, + "end": 26726, "loc": { "start": { - "line": 666, + "line": 676, "column": 24 }, "end": { - "line": 666, + "line": 676, "column": 36 }, "identifierName": "videoBitRate" @@ -47048,44 +47813,44 @@ }, "right": { "type": "MemberExpression", - "start": 26328, - "end": 26345, + "start": 26729, + "end": 26746, "loc": { "start": { - "line": 666, + "line": 676, "column": 39 }, "end": { - "line": 666, + "line": 676, "column": 56 } }, "object": { "type": "ThisExpression", - "start": 26328, - "end": 26332, + "start": 26729, + "end": 26733, "loc": { "start": { - "line": 666, + "line": 676, "column": 39 }, "end": { - "line": 666, + "line": 676, "column": 43 } } }, "property": { "type": "Identifier", - "start": 26333, - "end": 26345, + "start": 26734, + "end": 26746, "loc": { "start": { - "line": 666, + "line": 676, "column": 44 }, "end": { - "line": 666, + "line": 676, "column": 56 }, "identifierName": "videoBitRate" @@ -47098,87 +47863,87 @@ }, { "type": "ExpressionStatement", - "start": 26359, - "end": 26408, + "start": 26760, + "end": 26809, "loc": { "start": { - "line": 667, + "line": 677, "column": 12 }, "end": { - "line": 667, + "line": 677, "column": 61 } }, "expression": { "type": "AssignmentExpression", - "start": 26359, - "end": 26407, + "start": 26760, + "end": 26808, "loc": { "start": { - "line": 667, + "line": 677, "column": 12 }, "end": { - "line": 667, + "line": 677, "column": 60 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 26359, - "end": 26385, + "start": 26760, + "end": 26786, "loc": { "start": { - "line": 667, + "line": 677, "column": 12 }, "end": { - "line": 667, + "line": 677, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 26359, - "end": 26370, + "start": 26760, + "end": 26771, "loc": { "start": { - "line": 667, + "line": 677, "column": 12 }, "end": { - "line": 667, + "line": 677, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 26359, - "end": 26363, + "start": 26760, + "end": 26764, "loc": { "start": { - "line": 667, + "line": 677, "column": 12 }, "end": { - "line": 667, + "line": 677, "column": 16 } } }, "property": { "type": "Identifier", - "start": 26364, - "end": 26370, + "start": 26765, + "end": 26771, "loc": { "start": { - "line": 667, + "line": 677, "column": 17 }, "end": { - "line": 667, + "line": 677, "column": 23 }, "identifierName": "engine" @@ -47189,15 +47954,15 @@ }, "property": { "type": "Identifier", - "start": 26371, - "end": 26385, + "start": 26772, + "end": 26786, "loc": { "start": { - "line": 667, + "line": 677, "column": 24 }, "end": { - "line": 667, + "line": 677, "column": 38 }, "identifierName": "videoFrameRate" @@ -47208,44 +47973,44 @@ }, "right": { "type": "MemberExpression", - "start": 26388, - "end": 26407, + "start": 26789, + "end": 26808, "loc": { "start": { - "line": 667, + "line": 677, "column": 41 }, "end": { - "line": 667, + "line": 677, "column": 60 } }, "object": { "type": "ThisExpression", - "start": 26388, - "end": 26392, + "start": 26789, + "end": 26793, "loc": { "start": { - "line": 667, + "line": 677, "column": 41 }, "end": { - "line": 667, + "line": 677, "column": 45 } } }, "property": { "type": "Identifier", - "start": 26393, - "end": 26407, + "start": 26794, + "end": 26808, "loc": { "start": { - "line": 667, + "line": 677, "column": 46 }, "end": { - "line": 667, + "line": 677, "column": 60 }, "identifierName": "videoFrameRate" @@ -47258,87 +48023,87 @@ }, { "type": "ExpressionStatement", - "start": 26421, - "end": 26548, + "start": 26822, + "end": 26949, "loc": { "start": { - "line": 668, + "line": 678, "column": 12 }, "end": { - "line": 671, + "line": 681, "column": 14 } }, "expression": { "type": "AssignmentExpression", - "start": 26421, - "end": 26547, + "start": 26822, + "end": 26948, "loc": { "start": { - "line": 668, + "line": 678, "column": 12 }, "end": { - "line": 671, + "line": 681, "column": 13 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 26421, - "end": 26438, + "start": 26822, + "end": 26839, "loc": { "start": { - "line": 668, + "line": 678, "column": 12 }, "end": { - "line": 668, + "line": 678, "column": 29 } }, "object": { "type": "MemberExpression", - "start": 26421, - "end": 26432, + "start": 26822, + "end": 26833, "loc": { "start": { - "line": 668, + "line": 678, "column": 12 }, "end": { - "line": 668, + "line": 678, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 26421, - "end": 26425, + "start": 26822, + "end": 26826, "loc": { "start": { - "line": 668, + "line": 678, "column": 12 }, "end": { - "line": 668, + "line": 678, "column": 16 } } }, "property": { "type": "Identifier", - "start": 26426, - "end": 26432, + "start": 26827, + "end": 26833, "loc": { "start": { - "line": 668, + "line": 678, "column": 17 }, "end": { - "line": 668, + "line": 678, "column": 23 }, "identifierName": "engine" @@ -47349,15 +48114,15 @@ }, "property": { "type": "Identifier", - "start": 26433, - "end": 26438, + "start": 26834, + "end": 26839, "loc": { "start": { - "line": 668, + "line": 678, "column": 24 }, "end": { - "line": 668, + "line": 678, "column": 29 }, "identifierName": "video" @@ -47368,30 +48133,30 @@ }, "right": { "type": "ObjectExpression", - "start": 26441, - "end": 26547, + "start": 26842, + "end": 26948, "loc": { "start": { - "line": 668, + "line": 678, "column": 32 }, "end": { - "line": 671, + "line": 681, "column": 13 } }, "properties": [ { "type": "ObjectProperty", - "start": 26459, - "end": 26486, + "start": 26860, + "end": 26887, "loc": { "start": { - "line": 669, + "line": 679, "column": 16 }, "end": { - "line": 669, + "line": 679, "column": 43 } }, @@ -47400,15 +48165,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 26459, - "end": 26464, + "start": 26860, + "end": 26865, "loc": { "start": { - "line": 669, + "line": 679, "column": 16 }, "end": { - "line": 669, + "line": 679, "column": 21 }, "identifierName": "width" @@ -47417,44 +48182,44 @@ }, "value": { "type": "MemberExpression", - "start": 26466, - "end": 26486, + "start": 26867, + "end": 26887, "loc": { "start": { - "line": 669, + "line": 679, "column": 23 }, "end": { - "line": 669, + "line": 679, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 26466, - "end": 26470, + "start": 26867, + "end": 26871, "loc": { "start": { - "line": 669, + "line": 679, "column": 23 }, "end": { - "line": 669, + "line": 679, "column": 27 } } }, "property": { "type": "Identifier", - "start": 26471, - "end": 26486, + "start": 26872, + "end": 26887, "loc": { "start": { - "line": 669, + "line": 679, "column": 28 }, "end": { - "line": 669, + "line": 679, "column": 43 }, "identifierName": "videoFrameWidth" @@ -47466,15 +48231,15 @@ }, { "type": "ObjectProperty", - "start": 26504, - "end": 26533, + "start": 26905, + "end": 26934, "loc": { "start": { - "line": 670, + "line": 680, "column": 16 }, "end": { - "line": 670, + "line": 680, "column": 45 } }, @@ -47483,15 +48248,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 26504, - "end": 26510, + "start": 26905, + "end": 26911, "loc": { "start": { - "line": 670, + "line": 680, "column": 16 }, "end": { - "line": 670, + "line": 680, "column": 22 }, "identifierName": "height" @@ -47500,44 +48265,44 @@ }, "value": { "type": "MemberExpression", - "start": 26512, - "end": 26533, + "start": 26913, + "end": 26934, "loc": { "start": { - "line": 670, + "line": 680, "column": 24 }, "end": { - "line": 670, + "line": 680, "column": 45 } }, "object": { "type": "ThisExpression", - "start": 26512, - "end": 26516, + "start": 26913, + "end": 26917, "loc": { "start": { - "line": 670, + "line": 680, "column": 24 }, "end": { - "line": 670, + "line": 680, "column": 28 } } }, "property": { "type": "Identifier", - "start": 26517, - "end": 26533, + "start": 26918, + "end": 26934, "loc": { "start": { - "line": 670, + "line": 680, "column": 29 }, "end": { - "line": 670, + "line": 680, "column": 45 }, "identifierName": "videoFrameHeight" @@ -47553,87 +48318,87 @@ }, { "type": "ExpressionStatement", - "start": 26561, - "end": 26689, + "start": 26962, + "end": 27090, "loc": { "start": { - "line": 672, + "line": 682, "column": 12 }, "end": { - "line": 675, + "line": 685, "column": 14 } }, "expression": { "type": "AssignmentExpression", - "start": 26561, - "end": 26688, + "start": 26962, + "end": 27089, "loc": { "start": { - "line": 672, + "line": 682, "column": 12 }, "end": { - "line": 675, + "line": 685, "column": 13 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 26561, - "end": 26579, + "start": 26962, + "end": 26980, "loc": { "start": { - "line": 672, + "line": 682, "column": 12 }, "end": { - "line": 672, + "line": 682, "column": 30 } }, "object": { "type": "MemberExpression", - "start": 26561, - "end": 26572, + "start": 26962, + "end": 26973, "loc": { "start": { - "line": 672, + "line": 682, "column": 12 }, "end": { - "line": 672, + "line": 682, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 26561, - "end": 26565, + "start": 26962, + "end": 26966, "loc": { "start": { - "line": 672, + "line": 682, "column": 12 }, "end": { - "line": 672, + "line": 682, "column": 16 } } }, "property": { "type": "Identifier", - "start": 26566, - "end": 26572, + "start": 26967, + "end": 26973, "loc": { "start": { - "line": 672, + "line": 682, "column": 17 }, "end": { - "line": 672, + "line": 682, "column": 23 }, "identifierName": "engine" @@ -47644,15 +48409,15 @@ }, "property": { "type": "Identifier", - "start": 26573, - "end": 26579, + "start": 26974, + "end": 26980, "loc": { "start": { - "line": 672, + "line": 682, "column": 24 }, "end": { - "line": 672, + "line": 682, "column": 30 }, "identifierName": "canvas" @@ -47663,30 +48428,30 @@ }, "right": { "type": "ObjectExpression", - "start": 26582, - "end": 26688, + "start": 26983, + "end": 27089, "loc": { "start": { - "line": 672, + "line": 682, "column": 33 }, "end": { - "line": 675, + "line": 685, "column": 13 } }, "properties": [ { "type": "ObjectProperty", - "start": 26600, - "end": 26627, + "start": 27001, + "end": 27028, "loc": { "start": { - "line": 673, + "line": 683, "column": 16 }, "end": { - "line": 673, + "line": 683, "column": 43 } }, @@ -47695,15 +48460,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 26600, - "end": 26605, + "start": 27001, + "end": 27006, "loc": { "start": { - "line": 673, + "line": 683, "column": 16 }, "end": { - "line": 673, + "line": 683, "column": 21 }, "identifierName": "width" @@ -47712,44 +48477,44 @@ }, "value": { "type": "MemberExpression", - "start": 26607, - "end": 26627, + "start": 27008, + "end": 27028, "loc": { "start": { - "line": 673, + "line": 683, "column": 23 }, "end": { - "line": 673, + "line": 683, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 26607, - "end": 26611, + "start": 27008, + "end": 27012, "loc": { "start": { - "line": 673, + "line": 683, "column": 23 }, "end": { - "line": 673, + "line": 683, "column": 27 } } }, "property": { "type": "Identifier", - "start": 26612, - "end": 26627, + "start": 27013, + "end": 27028, "loc": { "start": { - "line": 673, + "line": 683, "column": 28 }, "end": { - "line": 673, + "line": 683, "column": 43 }, "identifierName": "videoFrameWidth" @@ -47761,15 +48526,15 @@ }, { "type": "ObjectProperty", - "start": 26645, - "end": 26674, + "start": 27046, + "end": 27075, "loc": { "start": { - "line": 674, + "line": 684, "column": 16 }, "end": { - "line": 674, + "line": 684, "column": 45 } }, @@ -47778,15 +48543,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 26645, - "end": 26651, + "start": 27046, + "end": 27052, "loc": { "start": { - "line": 674, + "line": 684, "column": 16 }, "end": { - "line": 674, + "line": 684, "column": 22 }, "identifierName": "height" @@ -47795,44 +48560,44 @@ }, "value": { "type": "MemberExpression", - "start": 26653, - "end": 26674, + "start": 27054, + "end": 27075, "loc": { "start": { - "line": 674, + "line": 684, "column": 24 }, "end": { - "line": 674, + "line": 684, "column": 45 } }, "object": { "type": "ThisExpression", - "start": 26653, - "end": 26657, + "start": 27054, + "end": 27058, "loc": { "start": { - "line": 674, + "line": 684, "column": 24 }, "end": { - "line": 674, + "line": 684, "column": 28 } } }, "property": { "type": "Identifier", - "start": 26658, - "end": 26674, + "start": 27059, + "end": 27075, "loc": { "start": { - "line": 674, + "line": 684, "column": 29 }, "end": { - "line": 674, + "line": 684, "column": 45 }, "identifierName": "videoFrameHeight" @@ -47849,15 +48614,15 @@ { "type": "CommentLine", "value": " animated GIF settings", - "start": 26703, - "end": 26727, + "start": 27104, + "end": 27128, "loc": { "start": { - "line": 677, + "line": 687, "column": 12 }, "end": { - "line": 677, + "line": 687, "column": 36 } } @@ -47866,72 +48631,72 @@ }, { "type": "ExpressionStatement", - "start": 26740, - "end": 26784, + "start": 27141, + "end": 27185, "loc": { "start": { - "line": 678, + "line": 688, "column": 12 }, "end": { - "line": 678, + "line": 688, "column": 56 } }, "expression": { "type": "AssignmentExpression", - "start": 26740, - "end": 26783, + "start": 27141, + "end": 27184, "loc": { "start": { - "line": 678, + "line": 688, "column": 12 }, "end": { - "line": 678, + "line": 688, "column": 55 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 26740, - "end": 26759, + "start": 27141, + "end": 27160, "loc": { "start": { - "line": 678, + "line": 688, "column": 12 }, "end": { - "line": 678, + "line": 688, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 26740, - "end": 26751, + "start": 27141, + "end": 27152, "loc": { "start": { - "line": 678, + "line": 688, "column": 12 }, "end": { - "line": 678, + "line": 688, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 26740, - "end": 26744, + "start": 27141, + "end": 27145, "loc": { "start": { - "line": 678, + "line": 688, "column": 12 }, "end": { - "line": 678, + "line": 688, "column": 16 } }, @@ -47939,15 +48704,15 @@ }, "property": { "type": "Identifier", - "start": 26745, - "end": 26751, + "start": 27146, + "end": 27152, "loc": { "start": { - "line": 678, + "line": 688, "column": 17 }, "end": { - "line": 678, + "line": 688, "column": 23 }, "identifierName": "engine" @@ -47959,15 +48724,15 @@ }, "property": { "type": "Identifier", - "start": 26752, - "end": 26759, + "start": 27153, + "end": 27160, "loc": { "start": { - "line": 678, + "line": 688, "column": 24 }, "end": { - "line": 678, + "line": 688, "column": 31 }, "identifierName": "quality" @@ -47979,44 +48744,44 @@ }, "right": { "type": "MemberExpression", - "start": 26762, - "end": 26783, + "start": 27163, + "end": 27184, "loc": { "start": { - "line": 678, + "line": 688, "column": 34 }, "end": { - "line": 678, + "line": 688, "column": 55 } }, "object": { "type": "ThisExpression", - "start": 26762, - "end": 26766, + "start": 27163, + "end": 27167, "loc": { "start": { - "line": 678, + "line": 688, "column": 34 }, "end": { - "line": 678, + "line": 688, "column": 38 } } }, "property": { "type": "Identifier", - "start": 26767, - "end": 26783, + "start": 27168, + "end": 27184, "loc": { "start": { - "line": 678, + "line": 688, "column": 39 }, "end": { - "line": 678, + "line": 688, "column": 55 }, "identifierName": "animationQuality" @@ -48031,15 +48796,15 @@ { "type": "CommentLine", "value": " animated GIF settings", - "start": 26703, - "end": 26727, + "start": 27104, + "end": 27128, "loc": { "start": { - "line": 677, + "line": 687, "column": 12 }, "end": { - "line": 677, + "line": 687, "column": 36 } } @@ -48048,87 +48813,87 @@ }, { "type": "ExpressionStatement", - "start": 26797, - "end": 26845, + "start": 27198, + "end": 27246, "loc": { "start": { - "line": 679, + "line": 689, "column": 12 }, "end": { - "line": 679, + "line": 689, "column": 60 } }, "expression": { "type": "AssignmentExpression", - "start": 26797, - "end": 26844, + "start": 27198, + "end": 27245, "loc": { "start": { - "line": 679, + "line": 689, "column": 12 }, "end": { - "line": 679, + "line": 689, "column": 59 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 26797, - "end": 26818, + "start": 27198, + "end": 27219, "loc": { "start": { - "line": 679, + "line": 689, "column": 12 }, "end": { - "line": 679, + "line": 689, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 26797, - "end": 26808, + "start": 27198, + "end": 27209, "loc": { "start": { - "line": 679, + "line": 689, "column": 12 }, "end": { - "line": 679, + "line": 689, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 26797, - "end": 26801, + "start": 27198, + "end": 27202, "loc": { "start": { - "line": 679, + "line": 689, "column": 12 }, "end": { - "line": 679, + "line": 689, "column": 16 } } }, "property": { "type": "Identifier", - "start": 26802, - "end": 26808, + "start": 27203, + "end": 27209, "loc": { "start": { - "line": 679, + "line": 689, "column": 17 }, "end": { - "line": 679, + "line": 689, "column": 23 }, "identifierName": "engine" @@ -48139,15 +48904,15 @@ }, "property": { "type": "Identifier", - "start": 26809, - "end": 26818, + "start": 27210, + "end": 27219, "loc": { "start": { - "line": 679, + "line": 689, "column": 24 }, "end": { - "line": 679, + "line": 689, "column": 33 }, "identifierName": "frameRate" @@ -48158,44 +48923,44 @@ }, "right": { "type": "MemberExpression", - "start": 26821, - "end": 26844, + "start": 27222, + "end": 27245, "loc": { "start": { - "line": 679, + "line": 689, "column": 36 }, "end": { - "line": 679, + "line": 689, "column": 59 } }, "object": { "type": "ThisExpression", - "start": 26821, - "end": 26825, + "start": 27222, + "end": 27226, "loc": { "start": { - "line": 679, + "line": 689, "column": 36 }, "end": { - "line": 679, + "line": 689, "column": 40 } } }, "property": { "type": "Identifier", - "start": 26826, - "end": 26844, + "start": 27227, + "end": 27245, "loc": { "start": { - "line": 679, + "line": 689, "column": 41 }, "end": { - "line": 679, + "line": 689, "column": 59 }, "identifierName": "animationFrameRate" @@ -48209,15 +48974,15 @@ { "type": "CommentLine", "value": " timeSlice", - "start": 26859, - "end": 26871, + "start": 27260, + "end": 27272, "loc": { "start": { - "line": 681, + "line": 691, "column": 12 }, "end": { - "line": 681, + "line": 691, "column": 24 } } @@ -48226,57 +48991,57 @@ }, { "type": "IfStatement", - "start": 26884, - "end": 27075, + "start": 27285, + "end": 27476, "loc": { "start": { - "line": 682, + "line": 692, "column": 12 }, "end": { - "line": 685, + "line": 695, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 26888, - "end": 26936, + "start": 27289, + "end": 27337, "loc": { "start": { - "line": 682, + "line": 692, "column": 16 }, "end": { - "line": 682, + "line": 692, "column": 64 } }, "left": { "type": "MemberExpression", - "start": 26888, - "end": 26908, + "start": 27289, + "end": 27309, "loc": { "start": { - "line": 682, + "line": 692, "column": 16 }, "end": { - "line": 682, + "line": 692, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 26888, - "end": 26892, + "start": 27289, + "end": 27293, "loc": { "start": { - "line": 682, + "line": 692, "column": 16 }, "end": { - "line": 682, + "line": 692, "column": 20 } }, @@ -48284,15 +49049,15 @@ }, "property": { "type": "Identifier", - "start": 26893, - "end": 26908, + "start": 27294, + "end": 27309, "loc": { "start": { - "line": 682, + "line": 692, "column": 21 }, "end": { - "line": 682, + "line": 692, "column": 36 }, "identifierName": "recordTimeSlice" @@ -48305,58 +49070,58 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 26912, - "end": 26936, + "start": 27313, + "end": 27337, "loc": { "start": { - "line": 682, + "line": 692, "column": 40 }, "end": { - "line": 682, + "line": 692, "column": 64 } }, "left": { "type": "MemberExpression", - "start": 26912, - "end": 26932, + "start": 27313, + "end": 27333, "loc": { "start": { - "line": 682, + "line": 692, "column": 40 }, "end": { - "line": 682, + "line": 692, "column": 60 } }, "object": { "type": "ThisExpression", - "start": 26912, - "end": 26916, + "start": 27313, + "end": 27317, "loc": { "start": { - "line": 682, + "line": 692, "column": 40 }, "end": { - "line": 682, + "line": 692, "column": 44 } } }, "property": { "type": "Identifier", - "start": 26917, - "end": 26932, + "start": 27318, + "end": 27333, "loc": { "start": { - "line": 682, + "line": 692, "column": 45 }, "end": { - "line": 682, + "line": 692, "column": 60 }, "identifierName": "recordTimeSlice" @@ -48368,15 +49133,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 26935, - "end": 26936, + "start": 27336, + "end": 27337, "loc": { "start": { - "line": 682, + "line": 692, "column": 63 }, "end": { - "line": 682, + "line": 692, "column": 64 } }, @@ -48391,102 +49156,102 @@ }, "consequent": { "type": "BlockStatement", - "start": 26938, - "end": 27075, + "start": 27339, + "end": 27476, "loc": { "start": { - "line": 682, + "line": 692, "column": 66 }, "end": { - "line": 685, + "line": 695, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 26956, - "end": 27001, + "start": 27357, + "end": 27402, "loc": { "start": { - "line": 683, + "line": 693, "column": 16 }, "end": { - "line": 683, + "line": 693, "column": 61 } }, "expression": { "type": "AssignmentExpression", - "start": 26956, - "end": 27000, + "start": 27357, + "end": 27401, "loc": { "start": { - "line": 683, + "line": 693, "column": 16 }, "end": { - "line": 683, + "line": 693, "column": 60 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 26956, - "end": 26977, + "start": 27357, + "end": 27378, "loc": { "start": { - "line": 683, + "line": 693, "column": 16 }, "end": { - "line": 683, + "line": 693, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 26956, - "end": 26967, + "start": 27357, + "end": 27368, "loc": { "start": { - "line": 683, + "line": 693, "column": 16 }, "end": { - "line": 683, + "line": 693, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 26956, - "end": 26960, + "start": 27357, + "end": 27361, "loc": { "start": { - "line": 683, + "line": 693, "column": 16 }, "end": { - "line": 683, + "line": 693, "column": 20 } } }, "property": { "type": "Identifier", - "start": 26961, - "end": 26967, + "start": 27362, + "end": 27368, "loc": { "start": { - "line": 683, + "line": 693, "column": 21 }, "end": { - "line": 683, + "line": 693, "column": 27 }, "identifierName": "engine" @@ -48497,15 +49262,15 @@ }, "property": { "type": "Identifier", - "start": 26968, - "end": 26977, + "start": 27369, + "end": 27378, "loc": { "start": { - "line": 683, + "line": 693, "column": 28 }, "end": { - "line": 683, + "line": 693, "column": 37 }, "identifierName": "timeSlice" @@ -48516,44 +49281,44 @@ }, "right": { "type": "MemberExpression", - "start": 26980, - "end": 27000, + "start": 27381, + "end": 27401, "loc": { "start": { - "line": 683, + "line": 693, "column": 40 }, "end": { - "line": 683, + "line": 693, "column": 60 } }, "object": { "type": "ThisExpression", - "start": 26980, - "end": 26984, + "start": 27381, + "end": 27385, "loc": { "start": { - "line": 683, + "line": 693, "column": 40 }, "end": { - "line": 683, + "line": 693, "column": 44 } } }, "property": { "type": "Identifier", - "start": 26985, - "end": 27000, + "start": 27386, + "end": 27401, "loc": { "start": { - "line": 683, + "line": 693, "column": 45 }, "end": { - "line": 683, + "line": 693, "column": 60 }, "identifierName": "recordTimeSlice" @@ -48566,87 +49331,87 @@ }, { "type": "ExpressionStatement", - "start": 27018, - "end": 27061, + "start": 27419, + "end": 27462, "loc": { "start": { - "line": 684, + "line": 694, "column": 16 }, "end": { - "line": 684, + "line": 694, "column": 59 } }, "expression": { "type": "AssignmentExpression", - "start": 27018, - "end": 27060, + "start": 27419, + "end": 27461, "loc": { "start": { - "line": 684, + "line": 694, "column": 16 }, "end": { - "line": 684, + "line": 694, "column": 58 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 27018, - "end": 27041, + "start": 27419, + "end": 27442, "loc": { "start": { - "line": 684, + "line": 694, "column": 16 }, "end": { - "line": 684, + "line": 694, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 27018, - "end": 27029, + "start": 27419, + "end": 27430, "loc": { "start": { - "line": 684, + "line": 694, "column": 16 }, "end": { - "line": 684, + "line": 694, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 27018, - "end": 27022, + "start": 27419, + "end": 27423, "loc": { "start": { - "line": 684, + "line": 694, "column": 16 }, "end": { - "line": 684, + "line": 694, "column": 20 } } }, "property": { "type": "Identifier", - "start": 27023, - "end": 27029, + "start": 27424, + "end": 27430, "loc": { "start": { - "line": 684, + "line": 694, "column": 21 }, "end": { - "line": 684, + "line": 694, "column": 27 }, "identifierName": "engine" @@ -48657,15 +49422,15 @@ }, "property": { "type": "Identifier", - "start": 27030, - "end": 27041, + "start": 27431, + "end": 27442, "loc": { "start": { - "line": 684, + "line": 694, "column": 28 }, "end": { - "line": 684, + "line": 694, "column": 39 }, "identifierName": "maxFileSize" @@ -48676,44 +49441,44 @@ }, "right": { "type": "MemberExpression", - "start": 27044, - "end": 27060, + "start": 27445, + "end": 27461, "loc": { "start": { - "line": 684, + "line": 694, "column": 42 }, "end": { - "line": 684, + "line": 694, "column": 58 } }, "object": { "type": "ThisExpression", - "start": 27044, - "end": 27048, + "start": 27445, + "end": 27449, "loc": { "start": { - "line": 684, + "line": 694, "column": 42 }, "end": { - "line": 684, + "line": 694, "column": 46 } } }, "property": { "type": "Identifier", - "start": 27049, - "end": 27060, + "start": 27450, + "end": 27461, "loc": { "start": { - "line": 684, + "line": 694, "column": 47 }, "end": { - "line": 684, + "line": 694, "column": 58 }, "identifierName": "maxFileSize" @@ -48733,15 +49498,15 @@ { "type": "CommentLine", "value": " timeSlice", - "start": 26859, - "end": 26871, + "start": 27260, + "end": 27272, "loc": { "start": { - "line": 681, + "line": 691, "column": 12 }, "end": { - "line": 681, + "line": 691, "column": 24 } } @@ -48751,15 +49516,15 @@ { "type": "CommentLine", "value": " additional 3rd-party library options", - "start": 27089, - "end": 27128, + "start": 27490, + "end": 27529, "loc": { "start": { - "line": 687, + "line": 697, "column": 12 }, "end": { - "line": 687, + "line": 697, "column": 51 } } @@ -48768,72 +49533,72 @@ }, { "type": "ExpressionStatement", - "start": 27141, - "end": 27202, + "start": 27542, + "end": 27603, "loc": { "start": { - "line": 688, + "line": 698, "column": 12 }, "end": { - "line": 688, + "line": 698, "column": 73 } }, "expression": { "type": "AssignmentExpression", - "start": 27141, - "end": 27201, + "start": 27542, + "end": 27602, "loc": { "start": { - "line": 688, + "line": 698, "column": 12 }, "end": { - "line": 688, + "line": 698, "column": 72 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 27141, - "end": 27173, + "start": 27542, + "end": 27574, "loc": { "start": { - "line": 688, + "line": 698, "column": 12 }, "end": { - "line": 688, + "line": 698, "column": 44 } }, "object": { "type": "MemberExpression", - "start": 27141, - "end": 27152, + "start": 27542, + "end": 27553, "loc": { "start": { - "line": 688, + "line": 698, "column": 12 }, "end": { - "line": 688, + "line": 698, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 27141, - "end": 27145, + "start": 27542, + "end": 27546, "loc": { "start": { - "line": 688, + "line": 698, "column": 12 }, "end": { - "line": 688, + "line": 698, "column": 16 } }, @@ -48841,15 +49606,15 @@ }, "property": { "type": "Identifier", - "start": 27146, - "end": 27152, + "start": 27547, + "end": 27553, "loc": { "start": { - "line": 688, + "line": 698, "column": 17 }, "end": { - "line": 688, + "line": 698, "column": 23 }, "identifierName": "engine" @@ -48861,15 +49626,15 @@ }, "property": { "type": "Identifier", - "start": 27153, - "end": 27173, + "start": 27554, + "end": 27574, "loc": { "start": { - "line": 688, + "line": 698, "column": 24 }, "end": { - "line": 688, + "line": 698, "column": 44 }, "identifierName": "pluginLibraryOptions" @@ -48881,44 +49646,44 @@ }, "right": { "type": "MemberExpression", - "start": 27176, - "end": 27201, + "start": 27577, + "end": 27602, "loc": { "start": { - "line": 688, + "line": 698, "column": 47 }, "end": { - "line": 688, + "line": 698, "column": 72 } }, "object": { "type": "ThisExpression", - "start": 27176, - "end": 27180, + "start": 27577, + "end": 27581, "loc": { "start": { - "line": 688, + "line": 698, "column": 47 }, "end": { - "line": 688, + "line": 698, "column": 51 } } }, "property": { "type": "Identifier", - "start": 27181, - "end": 27201, + "start": 27582, + "end": 27602, "loc": { "start": { - "line": 688, + "line": 698, "column": 52 }, "end": { - "line": 688, + "line": 698, "column": 72 }, "identifierName": "pluginLibraryOptions" @@ -48933,15 +49698,15 @@ { "type": "CommentLine", "value": " additional 3rd-party library options", - "start": 27089, - "end": 27128, + "start": 27490, + "end": 27529, "loc": { "start": { - "line": 687, + "line": 697, "column": 12 }, "end": { - "line": 687, + "line": 697, "column": 51 } } @@ -48951,15 +49716,15 @@ { "type": "CommentLine", "value": " initialize recorder", - "start": 27216, - "end": 27238, + "start": 27617, + "end": 27639, "loc": { "start": { - "line": 690, + "line": 700, "column": 12 }, "end": { - "line": 690, + "line": 700, "column": 34 } } @@ -48968,71 +49733,71 @@ }, { "type": "ExpressionStatement", - "start": 27251, - "end": 27310, + "start": 27652, + "end": 27711, "loc": { "start": { - "line": 691, + "line": 701, "column": 12 }, "end": { - "line": 691, + "line": 701, "column": 71 } }, "expression": { "type": "CallExpression", - "start": 27251, - "end": 27309, + "start": 27652, + "end": 27710, "loc": { "start": { - "line": 691, + "line": 701, "column": 12 }, "end": { - "line": 691, + "line": 701, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 27251, - "end": 27268, + "start": 27652, + "end": 27669, "loc": { "start": { - "line": 691, + "line": 701, "column": 12 }, "end": { - "line": 691, + "line": 701, "column": 29 } }, "object": { "type": "MemberExpression", - "start": 27251, - "end": 27262, + "start": 27652, + "end": 27663, "loc": { "start": { - "line": 691, + "line": 701, "column": 12 }, "end": { - "line": 691, + "line": 701, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 27251, - "end": 27255, + "start": 27652, + "end": 27656, "loc": { "start": { - "line": 691, + "line": 701, "column": 12 }, "end": { - "line": 691, + "line": 701, "column": 16 } }, @@ -49040,15 +49805,15 @@ }, "property": { "type": "Identifier", - "start": 27256, - "end": 27262, + "start": 27657, + "end": 27663, "loc": { "start": { - "line": 691, + "line": 701, "column": 17 }, "end": { - "line": 691, + "line": 701, "column": 23 }, "identifierName": "engine" @@ -49060,15 +49825,15 @@ }, "property": { "type": "Identifier", - "start": 27263, - "end": 27268, + "start": 27664, + "end": 27669, "loc": { "start": { - "line": 691, + "line": 701, "column": 24 }, "end": { - "line": 691, + "line": 701, "column": 29 }, "identifierName": "setup" @@ -49081,44 +49846,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 27269, - "end": 27280, + "start": 27670, + "end": 27681, "loc": { "start": { - "line": 691, + "line": 701, "column": 30 }, "end": { - "line": 691, + "line": 701, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 27269, - "end": 27273, + "start": 27670, + "end": 27674, "loc": { "start": { - "line": 691, + "line": 701, "column": 30 }, "end": { - "line": 691, + "line": 701, "column": 34 } } }, "property": { "type": "Identifier", - "start": 27274, - "end": 27280, + "start": 27675, + "end": 27681, "loc": { "start": { - "line": 691, + "line": 701, "column": 35 }, "end": { - "line": 691, + "line": 701, "column": 41 }, "identifierName": "stream" @@ -49129,44 +49894,44 @@ }, { "type": "MemberExpression", - "start": 27282, - "end": 27296, + "start": 27683, + "end": 27697, "loc": { "start": { - "line": 691, + "line": 701, "column": 43 }, "end": { - "line": 691, + "line": 701, "column": 57 } }, "object": { "type": "ThisExpression", - "start": 27282, - "end": 27286, + "start": 27683, + "end": 27687, "loc": { "start": { - "line": 691, + "line": 701, "column": 43 }, "end": { - "line": 691, + "line": 701, "column": 47 } } }, "property": { "type": "Identifier", - "start": 27287, - "end": 27296, + "start": 27688, + "end": 27697, "loc": { "start": { - "line": 691, + "line": 701, "column": 48 }, "end": { - "line": 691, + "line": 701, "column": 57 }, "identifierName": "mediaType" @@ -49177,44 +49942,44 @@ }, { "type": "MemberExpression", - "start": 27298, - "end": 27308, + "start": 27699, + "end": 27709, "loc": { "start": { - "line": 691, + "line": 701, "column": 59 }, "end": { - "line": 691, + "line": 701, "column": 69 } }, "object": { "type": "ThisExpression", - "start": 27298, - "end": 27302, + "start": 27699, + "end": 27703, "loc": { "start": { - "line": 691, + "line": 701, "column": 59 }, "end": { - "line": 691, + "line": 701, "column": 63 } } }, "property": { "type": "Identifier", - "start": 27303, - "end": 27308, + "start": 27704, + "end": 27709, "loc": { "start": { - "line": 691, + "line": 701, "column": 64 }, "end": { - "line": 691, + "line": 701, "column": 69 }, "identifierName": "debug" @@ -49230,15 +49995,15 @@ { "type": "CommentLine", "value": " initialize recorder", - "start": 27216, - "end": 27238, + "start": 27617, + "end": 27639, "loc": { "start": { - "line": 690, + "line": 700, "column": 12 }, "end": { - "line": 690, + "line": 700, "column": 34 } } @@ -49248,15 +50013,15 @@ { "type": "CommentLine", "value": " create converter engine", - "start": 27324, - "end": 27350, + "start": 27725, + "end": 27751, "loc": { "start": { - "line": 693, + "line": 703, "column": 12 }, "end": { - "line": 693, + "line": 703, "column": 38 } } @@ -49265,57 +50030,57 @@ }, { "type": "IfStatement", - "start": 27363, - "end": 28176, + "start": 27764, + "end": 28577, "loc": { "start": { - "line": 694, + "line": 704, "column": 12 }, "end": { - "line": 712, + "line": 722, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 27367, - "end": 27392, + "start": 27768, + "end": 27793, "loc": { "start": { - "line": 694, + "line": 704, "column": 16 }, "end": { - "line": 694, + "line": 704, "column": 41 } }, "left": { "type": "MemberExpression", - "start": 27367, - "end": 27385, + "start": 27768, + "end": 27786, "loc": { "start": { - "line": 694, + "line": 704, "column": 16 }, "end": { - "line": 694, + "line": 704, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 27367, - "end": 27371, + "start": 27768, + "end": 27772, "loc": { "start": { - "line": 694, + "line": 704, "column": 16 }, "end": { - "line": 694, + "line": 704, "column": 20 } }, @@ -49323,15 +50088,15 @@ }, "property": { "type": "Identifier", - "start": 27372, - "end": 27385, + "start": 27773, + "end": 27786, "loc": { "start": { - "line": 694, + "line": 704, "column": 21 }, "end": { - "line": 694, + "line": 704, "column": 34 }, "identifierName": "convertEngine" @@ -49344,15 +50109,15 @@ "operator": "!==", "right": { "type": "StringLiteral", - "start": 27390, - "end": 27392, + "start": 27791, + "end": 27793, "loc": { "start": { - "line": 694, + "line": 704, "column": 39 }, "end": { - "line": 694, + "line": 704, "column": 41 } }, @@ -49366,59 +50131,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 27394, - "end": 28176, + "start": 27795, + "end": 28577, "loc": { "start": { - "line": 694, + "line": 704, "column": 43 }, "end": { - "line": 712, + "line": 722, "column": 13 } }, "body": [ { "type": "VariableDeclaration", - "start": 27412, - "end": 27474, + "start": 27813, + "end": 27875, "loc": { "start": { - "line": 695, + "line": 705, "column": 16 }, "end": { - "line": 695, + "line": 705, "column": 78 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 27416, - "end": 27473, + "start": 27817, + "end": 27874, "loc": { "start": { - "line": 695, + "line": 705, "column": 20 }, "end": { - "line": 695, + "line": 705, "column": 77 } }, "id": { "type": "Identifier", - "start": 27416, - "end": 27434, + "start": 27817, + "end": 27835, "loc": { "start": { - "line": 695, + "line": 705, "column": 20 }, "end": { - "line": 695, + "line": 705, "column": 38 }, "identifierName": "ConvertEngineClass" @@ -49427,29 +50192,29 @@ }, "init": { "type": "CallExpression", - "start": 27437, - "end": 27473, + "start": 27838, + "end": 27874, "loc": { "start": { - "line": 695, + "line": 705, "column": 41 }, "end": { - "line": 695, + "line": 705, "column": 77 } }, "callee": { "type": "Identifier", - "start": 27437, - "end": 27453, + "start": 27838, + "end": 27854, "loc": { "start": { - "line": 695, + "line": 705, "column": 41 }, "end": { - "line": 695, + "line": 705, "column": 57 }, "identifierName": "getConvertEngine" @@ -49459,44 +50224,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 27454, - "end": 27472, + "start": 27855, + "end": 27873, "loc": { "start": { - "line": 695, + "line": 705, "column": 58 }, "end": { - "line": 695, + "line": 705, "column": 76 } }, "object": { "type": "ThisExpression", - "start": 27454, - "end": 27458, + "start": 27855, + "end": 27859, "loc": { "start": { - "line": 695, + "line": 705, "column": 58 }, "end": { - "line": 695, + "line": 705, "column": 62 } } }, "property": { "type": "Identifier", - "start": 27459, - "end": 27472, + "start": 27860, + "end": 27873, "loc": { "start": { - "line": 695, + "line": 705, "column": 63 }, "end": { - "line": 695, + "line": 705, "column": 76 }, "identifierName": "convertEngine" @@ -49513,102 +50278,102 @@ }, { "type": "TryStatement", - "start": 27491, - "end": 27795, + "start": 27892, + "end": 28196, "loc": { "start": { - "line": 696, + "line": 706, "column": 16 }, "end": { - "line": 703, + "line": 713, "column": 17 } }, "block": { "type": "BlockStatement", - "start": 27495, - "end": 27634, + "start": 27896, + "end": 28035, "loc": { "start": { - "line": 696, + "line": 706, "column": 20 }, "end": { - "line": 699, + "line": 709, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 27517, - "end": 27616, + "start": 27918, + "end": 28017, "loc": { "start": { - "line": 697, + "line": 707, "column": 20 }, "end": { - "line": 698, + "line": 708, "column": 46 } }, "expression": { "type": "AssignmentExpression", - "start": 27517, - "end": 27615, + "start": 27918, + "end": 28016, "loc": { "start": { - "line": 697, + "line": 707, "column": 20 }, "end": { - "line": 698, + "line": 708, "column": 45 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 27517, - "end": 27531, + "start": 27918, + "end": 27932, "loc": { "start": { - "line": 697, + "line": 707, "column": 20 }, "end": { - "line": 697, + "line": 707, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 27517, - "end": 27521, + "start": 27918, + "end": 27922, "loc": { "start": { - "line": 697, + "line": 707, "column": 20 }, "end": { - "line": 697, + "line": 707, "column": 24 } } }, "property": { "type": "Identifier", - "start": 27522, - "end": 27531, + "start": 27923, + "end": 27932, "loc": { "start": { - "line": 697, + "line": 707, "column": 25 }, "end": { - "line": 697, + "line": 707, "column": 34 }, "identifierName": "converter" @@ -49619,29 +50384,29 @@ }, "right": { "type": "NewExpression", - "start": 27534, - "end": 27615, + "start": 27935, + "end": 28016, "loc": { "start": { - "line": 697, + "line": 707, "column": 37 }, "end": { - "line": 698, + "line": 708, "column": 45 } }, "callee": { "type": "Identifier", - "start": 27538, - "end": 27556, + "start": 27939, + "end": 27957, "loc": { "start": { - "line": 697, + "line": 707, "column": 41 }, "end": { - "line": 697, + "line": 707, "column": 59 }, "identifierName": "ConvertEngineClass" @@ -49651,44 +50416,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 27557, - "end": 27568, + "start": 27958, + "end": 27969, "loc": { "start": { - "line": 697, + "line": 707, "column": 60 }, "end": { - "line": 697, + "line": 707, "column": 71 } }, "object": { "type": "ThisExpression", - "start": 27557, - "end": 27561, + "start": 27958, + "end": 27962, "loc": { "start": { - "line": 697, + "line": 707, "column": 60 }, "end": { - "line": 697, + "line": 707, "column": 64 } } }, "property": { "type": "Identifier", - "start": 27562, - "end": 27568, + "start": 27963, + "end": 27969, "loc": { "start": { - "line": 697, + "line": 707, "column": 65 }, "end": { - "line": 697, + "line": 707, "column": 71 }, "identifierName": "player" @@ -49699,58 +50464,58 @@ }, { "type": "MemberExpression", - "start": 27594, - "end": 27614, + "start": 27995, + "end": 28015, "loc": { "start": { - "line": 698, + "line": 708, "column": 24 }, "end": { - "line": 698, + "line": 708, "column": 44 } }, "object": { "type": "MemberExpression", - "start": 27594, - "end": 27605, + "start": 27995, + "end": 28006, "loc": { "start": { - "line": 698, + "line": 708, "column": 24 }, "end": { - "line": 698, + "line": 708, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 27594, - "end": 27598, + "start": 27995, + "end": 27999, "loc": { "start": { - "line": 698, + "line": 708, "column": 24 }, "end": { - "line": 698, + "line": 708, "column": 28 } } }, "property": { "type": "Identifier", - "start": 27599, - "end": 27605, + "start": 28000, + "end": 28006, "loc": { "start": { - "line": 698, + "line": 708, "column": 29 }, "end": { - "line": 698, + "line": 708, "column": 35 }, "identifierName": "player" @@ -49761,15 +50526,15 @@ }, "property": { "type": "Identifier", - "start": 27606, - "end": 27614, + "start": 28007, + "end": 28015, "loc": { "start": { - "line": 698, + "line": 708, "column": 36 }, "end": { - "line": 698, + "line": 708, "column": 44 }, "identifierName": "options_" @@ -49787,29 +50552,29 @@ }, "handler": { "type": "CatchClause", - "start": 27651, - "end": 27795, + "start": 28052, + "end": 28196, "loc": { "start": { - "line": 700, + "line": 710, "column": 16 }, "end": { - "line": 703, + "line": 713, "column": 17 } }, "param": { "type": "Identifier", - "start": 27658, - "end": 27661, + "start": 28059, + "end": 28062, "loc": { "start": { - "line": 700, + "line": 710, "column": 23 }, "end": { - "line": 700, + "line": 710, "column": 26 }, "identifierName": "err" @@ -49818,58 +50583,58 @@ }, "body": { "type": "BlockStatement", - "start": 27663, - "end": 27795, + "start": 28064, + "end": 28196, "loc": { "start": { - "line": 700, + "line": 710, "column": 28 }, "end": { - "line": 703, + "line": 713, "column": 17 } }, "body": [ { "type": "ThrowStatement", - "start": 27685, - "end": 27777, + "start": 28086, + "end": 28178, "loc": { "start": { - "line": 701, + "line": 711, "column": 20 }, "end": { - "line": 702, + "line": 712, "column": 35 } }, "argument": { "type": "NewExpression", - "start": 27691, - "end": 27776, + "start": 28092, + "end": 28177, "loc": { "start": { - "line": 701, + "line": 711, "column": 26 }, "end": { - "line": 702, + "line": 712, "column": 34 } }, "callee": { "type": "Identifier", - "start": 27695, - "end": 27700, + "start": 28096, + "end": 28101, "loc": { "start": { - "line": 701, + "line": 711, "column": 30 }, "end": { - "line": 701, + "line": 711, "column": 35 }, "identifierName": "Error" @@ -49879,43 +50644,43 @@ "arguments": [ { "type": "BinaryExpression", - "start": 27701, - "end": 27775, + "start": 28102, + "end": 28176, "loc": { "start": { - "line": 701, + "line": 711, "column": 36 }, "end": { - "line": 702, + "line": 712, "column": 33 } }, "left": { "type": "BinaryExpression", - "start": 27701, - "end": 27739, + "start": 28102, + "end": 28140, "loc": { "start": { - "line": 701, + "line": 711, "column": 36 }, "end": { - "line": 701, + "line": 711, "column": 74 } }, "left": { "type": "StringLiteral", - "start": 27701, - "end": 27718, + "start": 28102, + "end": 28119, "loc": { "start": { - "line": 701, + "line": 711, "column": 36 }, "end": { - "line": 701, + "line": 711, "column": 53 } }, @@ -49928,44 +50693,44 @@ "operator": "+", "right": { "type": "MemberExpression", - "start": 27721, - "end": 27739, + "start": 28122, + "end": 28140, "loc": { "start": { - "line": 701, + "line": 711, "column": 56 }, "end": { - "line": 701, + "line": 711, "column": 74 } }, "object": { "type": "ThisExpression", - "start": 27721, - "end": 27725, + "start": 28122, + "end": 28126, "loc": { "start": { - "line": 701, + "line": 711, "column": 56 }, "end": { - "line": 701, + "line": 711, "column": 60 } } }, "property": { "type": "Identifier", - "start": 27726, - "end": 27739, + "start": 28127, + "end": 28140, "loc": { "start": { - "line": 701, + "line": 711, "column": 61 }, "end": { - "line": 701, + "line": 711, "column": 74 }, "identifierName": "convertEngine" @@ -49978,15 +50743,15 @@ "operator": "+", "right": { "type": "StringLiteral", - "start": 27766, - "end": 27775, + "start": 28167, + "end": 28176, "loc": { "start": { - "line": 702, + "line": 712, "column": 24 }, "end": { - "line": 702, + "line": 712, "column": 33 } }, @@ -50012,15 +50777,15 @@ { "type": "CommentLine", "value": " convert settings", - "start": 27813, - "end": 27832, + "start": 28214, + "end": 28233, "loc": { "start": { - "line": 705, + "line": 715, "column": 16 }, "end": { - "line": 705, + "line": 715, "column": 35 } } @@ -50029,72 +50794,72 @@ }, { "type": "ExpressionStatement", - "start": 27849, - "end": 27905, + "start": 28250, + "end": 28306, "loc": { "start": { - "line": 706, + "line": 716, "column": 16 }, "end": { - "line": 706, + "line": 716, "column": 72 } }, "expression": { "type": "AssignmentExpression", - "start": 27849, - "end": 27904, + "start": 28250, + "end": 28305, "loc": { "start": { - "line": 706, + "line": 716, "column": 16 }, "end": { - "line": 706, + "line": 716, "column": 71 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 27849, - "end": 27880, + "start": 28250, + "end": 28281, "loc": { "start": { - "line": 706, + "line": 716, "column": 16 }, "end": { - "line": 706, + "line": 716, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 27849, - "end": 27863, + "start": 28250, + "end": 28264, "loc": { "start": { - "line": 706, + "line": 716, "column": 16 }, "end": { - "line": 706, + "line": 716, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 27849, - "end": 27853, + "start": 28250, + "end": 28254, "loc": { "start": { - "line": 706, + "line": 716, "column": 16 }, "end": { - "line": 706, + "line": 716, "column": 20 } }, @@ -50102,15 +50867,15 @@ }, "property": { "type": "Identifier", - "start": 27854, - "end": 27863, + "start": 28255, + "end": 28264, "loc": { "start": { - "line": 706, + "line": 716, "column": 21 }, "end": { - "line": 706, + "line": 716, "column": 30 }, "identifierName": "converter" @@ -50122,15 +50887,15 @@ }, "property": { "type": "Identifier", - "start": 27864, - "end": 27880, + "start": 28265, + "end": 28281, "loc": { "start": { - "line": 706, + "line": 716, "column": 31 }, "end": { - "line": 706, + "line": 716, "column": 47 }, "identifierName": "convertWorkerURL" @@ -50142,44 +50907,44 @@ }, "right": { "type": "MemberExpression", - "start": 27883, - "end": 27904, + "start": 28284, + "end": 28305, "loc": { "start": { - "line": 706, + "line": 716, "column": 50 }, "end": { - "line": 706, + "line": 716, "column": 71 } }, "object": { "type": "ThisExpression", - "start": 27883, - "end": 27887, + "start": 28284, + "end": 28288, "loc": { "start": { - "line": 706, + "line": 716, "column": 50 }, "end": { - "line": 706, + "line": 716, "column": 54 } } }, "property": { "type": "Identifier", - "start": 27888, - "end": 27904, + "start": 28289, + "end": 28305, "loc": { "start": { - "line": 706, + "line": 716, "column": 55 }, "end": { - "line": 706, + "line": 716, "column": 71 }, "identifierName": "convertWorkerURL" @@ -50194,15 +50959,15 @@ { "type": "CommentLine", "value": " convert settings", - "start": 27813, - "end": 27832, + "start": 28214, + "end": 28233, "loc": { "start": { - "line": 705, + "line": 715, "column": 16 }, "end": { - "line": 705, + "line": 715, "column": 35 } } @@ -50211,87 +50976,87 @@ }, { "type": "ExpressionStatement", - "start": 27922, - "end": 27974, + "start": 28323, + "end": 28375, "loc": { "start": { - "line": 707, + "line": 717, "column": 16 }, "end": { - "line": 707, + "line": 717, "column": 68 } }, "expression": { "type": "AssignmentExpression", - "start": 27922, - "end": 27973, + "start": 28323, + "end": 28374, "loc": { "start": { - "line": 707, + "line": 717, "column": 16 }, "end": { - "line": 707, + "line": 717, "column": 67 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 27922, - "end": 27951, + "start": 28323, + "end": 28352, "loc": { "start": { - "line": 707, + "line": 717, "column": 16 }, "end": { - "line": 707, + "line": 717, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 27922, - "end": 27936, + "start": 28323, + "end": 28337, "loc": { "start": { - "line": 707, + "line": 717, "column": 16 }, "end": { - "line": 707, + "line": 717, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 27922, - "end": 27926, + "start": 28323, + "end": 28327, "loc": { "start": { - "line": 707, + "line": 717, "column": 16 }, "end": { - "line": 707, + "line": 717, "column": 20 } } }, "property": { "type": "Identifier", - "start": 27927, - "end": 27936, + "start": 28328, + "end": 28337, "loc": { "start": { - "line": 707, + "line": 717, "column": 21 }, "end": { - "line": 707, + "line": 717, "column": 30 }, "identifierName": "converter" @@ -50302,15 +51067,15 @@ }, "property": { "type": "Identifier", - "start": 27937, - "end": 27951, + "start": 28338, + "end": 28352, "loc": { "start": { - "line": 707, + "line": 717, "column": 31 }, "end": { - "line": 707, + "line": 717, "column": 45 }, "identifierName": "convertOptions" @@ -50321,44 +51086,44 @@ }, "right": { "type": "MemberExpression", - "start": 27954, - "end": 27973, + "start": 28355, + "end": 28374, "loc": { "start": { - "line": 707, + "line": 717, "column": 48 }, "end": { - "line": 707, + "line": 717, "column": 67 } }, "object": { "type": "ThisExpression", - "start": 27954, - "end": 27958, + "start": 28355, + "end": 28359, "loc": { "start": { - "line": 707, + "line": 717, "column": 48 }, "end": { - "line": 707, + "line": 717, "column": 52 } } }, "property": { "type": "Identifier", - "start": 27959, - "end": 27973, + "start": 28360, + "end": 28374, "loc": { "start": { - "line": 707, + "line": 717, "column": 53 }, "end": { - "line": 707, + "line": 717, "column": 67 }, "identifierName": "convertOptions" @@ -50371,87 +51136,87 @@ }, { "type": "ExpressionStatement", - "start": 27991, - "end": 28055, + "start": 28392, + "end": 28456, "loc": { "start": { - "line": 708, + "line": 718, "column": 16 }, "end": { - "line": 708, + "line": 718, "column": 80 } }, "expression": { "type": "AssignmentExpression", - "start": 27991, - "end": 28054, + "start": 28392, + "end": 28455, "loc": { "start": { - "line": 708, + "line": 718, "column": 16 }, "end": { - "line": 708, + "line": 718, "column": 79 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 27991, - "end": 28026, + "start": 28392, + "end": 28427, "loc": { "start": { - "line": 708, + "line": 718, "column": 16 }, "end": { - "line": 708, + "line": 718, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 27991, - "end": 28005, + "start": 28392, + "end": 28406, "loc": { "start": { - "line": 708, + "line": 718, "column": 16 }, "end": { - "line": 708, + "line": 718, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 27991, - "end": 27995, + "start": 28392, + "end": 28396, "loc": { "start": { - "line": 708, + "line": 718, "column": 16 }, "end": { - "line": 708, + "line": 718, "column": 20 } } }, "property": { "type": "Identifier", - "start": 27996, - "end": 28005, + "start": 28397, + "end": 28406, "loc": { "start": { - "line": 708, + "line": 718, "column": 21 }, "end": { - "line": 708, + "line": 718, "column": 30 }, "identifierName": "converter" @@ -50462,15 +51227,15 @@ }, "property": { "type": "Identifier", - "start": 28006, - "end": 28026, + "start": 28407, + "end": 28427, "loc": { "start": { - "line": 708, + "line": 718, "column": 31 }, "end": { - "line": 708, + "line": 718, "column": 51 }, "identifierName": "pluginLibraryOptions" @@ -50481,44 +51246,44 @@ }, "right": { "type": "MemberExpression", - "start": 28029, - "end": 28054, + "start": 28430, + "end": 28455, "loc": { "start": { - "line": 708, + "line": 718, "column": 54 }, "end": { - "line": 708, + "line": 718, "column": 79 } }, "object": { "type": "ThisExpression", - "start": 28029, - "end": 28033, + "start": 28430, + "end": 28434, "loc": { "start": { - "line": 708, + "line": 718, "column": 54 }, "end": { - "line": 708, + "line": 718, "column": 58 } } }, "property": { "type": "Identifier", - "start": 28034, - "end": 28054, + "start": 28435, + "end": 28455, "loc": { "start": { - "line": 708, + "line": 718, "column": 59 }, "end": { - "line": 708, + "line": 718, "column": 79 }, "identifierName": "pluginLibraryOptions" @@ -50532,15 +51297,15 @@ { "type": "CommentLine", "value": " initialize converter", - "start": 28073, - "end": 28096, + "start": 28474, + "end": 28497, "loc": { "start": { - "line": 710, + "line": 720, "column": 16 }, "end": { - "line": 710, + "line": 720, "column": 39 } } @@ -50549,71 +51314,71 @@ }, { "type": "ExpressionStatement", - "start": 28113, - "end": 28162, + "start": 28514, + "end": 28563, "loc": { "start": { - "line": 711, + "line": 721, "column": 16 }, "end": { - "line": 711, + "line": 721, "column": 65 } }, "expression": { "type": "CallExpression", - "start": 28113, - "end": 28161, + "start": 28514, + "end": 28562, "loc": { "start": { - "line": 711, + "line": 721, "column": 16 }, "end": { - "line": 711, + "line": 721, "column": 64 } }, "callee": { "type": "MemberExpression", - "start": 28113, - "end": 28133, + "start": 28514, + "end": 28534, "loc": { "start": { - "line": 711, + "line": 721, "column": 16 }, "end": { - "line": 711, + "line": 721, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 28113, - "end": 28127, + "start": 28514, + "end": 28528, "loc": { "start": { - "line": 711, + "line": 721, "column": 16 }, "end": { - "line": 711, + "line": 721, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 28113, - "end": 28117, + "start": 28514, + "end": 28518, "loc": { "start": { - "line": 711, + "line": 721, "column": 16 }, "end": { - "line": 711, + "line": 721, "column": 20 } }, @@ -50621,15 +51386,15 @@ }, "property": { "type": "Identifier", - "start": 28118, - "end": 28127, + "start": 28519, + "end": 28528, "loc": { "start": { - "line": 711, + "line": 721, "column": 21 }, "end": { - "line": 711, + "line": 721, "column": 30 }, "identifierName": "converter" @@ -50641,15 +51406,15 @@ }, "property": { "type": "Identifier", - "start": 28128, - "end": 28133, + "start": 28529, + "end": 28534, "loc": { "start": { - "line": 711, + "line": 721, "column": 31 }, "end": { - "line": 711, + "line": 721, "column": 36 }, "identifierName": "setup" @@ -50662,44 +51427,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 28134, - "end": 28148, + "start": 28535, + "end": 28549, "loc": { "start": { - "line": 711, + "line": 721, "column": 37 }, "end": { - "line": 711, + "line": 721, "column": 51 } }, "object": { "type": "ThisExpression", - "start": 28134, - "end": 28138, + "start": 28535, + "end": 28539, "loc": { "start": { - "line": 711, + "line": 721, "column": 37 }, "end": { - "line": 711, + "line": 721, "column": 41 } } }, "property": { "type": "Identifier", - "start": 28139, - "end": 28148, + "start": 28540, + "end": 28549, "loc": { "start": { - "line": 711, + "line": 721, "column": 42 }, "end": { - "line": 711, + "line": 721, "column": 51 }, "identifierName": "mediaType" @@ -50710,44 +51475,44 @@ }, { "type": "MemberExpression", - "start": 28150, - "end": 28160, + "start": 28551, + "end": 28561, "loc": { "start": { - "line": 711, + "line": 721, "column": 53 }, "end": { - "line": 711, + "line": 721, "column": 63 } }, "object": { "type": "ThisExpression", - "start": 28150, - "end": 28154, + "start": 28551, + "end": 28555, "loc": { "start": { - "line": 711, + "line": 721, "column": 53 }, "end": { - "line": 711, + "line": 721, "column": 57 } } }, "property": { "type": "Identifier", - "start": 28155, - "end": 28160, + "start": 28556, + "end": 28561, "loc": { "start": { - "line": 711, + "line": 721, "column": 58 }, "end": { - "line": 711, + "line": 721, "column": 63 }, "identifierName": "debug" @@ -50763,15 +51528,15 @@ { "type": "CommentLine", "value": " initialize converter", - "start": 28073, - "end": 28096, + "start": 28474, + "end": 28497, "loc": { "start": { - "line": 710, + "line": 720, "column": 16 }, "end": { - "line": 710, + "line": 720, "column": 39 } } @@ -50787,15 +51552,15 @@ { "type": "CommentLine", "value": " create converter engine", - "start": 27324, - "end": 27350, + "start": 27725, + "end": 27751, "loc": { "start": { - "line": 693, + "line": 703, "column": 12 }, "end": { - "line": 693, + "line": 703, "column": 38 } } @@ -50805,15 +51570,15 @@ { "type": "CommentLine", "value": " show elements that should never be hidden in animation,", - "start": 28190, - "end": 28248, + "start": 28591, + "end": 28649, "loc": { "start": { - "line": 714, + "line": 724, "column": 12 }, "end": { - "line": 714, + "line": 724, "column": 70 } } @@ -50821,15 +51586,15 @@ { "type": "CommentLine", "value": " audio and/or video modus", - "start": 28261, - "end": 28288, + "start": 28662, + "end": 28689, "loc": { "start": { - "line": 715, + "line": 725, "column": 12 }, "end": { - "line": 715, + "line": 725, "column": 39 } } @@ -50838,44 +51603,44 @@ }, { "type": "VariableDeclaration", - "start": 28301, - "end": 28375, + "start": 28702, + "end": 28776, "loc": { "start": { - "line": 716, + "line": 726, "column": 12 }, "end": { - "line": 716, + "line": 726, "column": 86 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 28305, - "end": 28374, + "start": 28706, + "end": 28775, "loc": { "start": { - "line": 716, + "line": 726, "column": 16 }, "end": { - "line": 716, + "line": 726, "column": 85 } }, "id": { "type": "Identifier", - "start": 28305, - "end": 28315, + "start": 28706, + "end": 28716, "loc": { "start": { - "line": 716, + "line": 726, "column": 16 }, "end": { - "line": 716, + "line": 726, "column": 26 }, "identifierName": "uiElements" @@ -50885,30 +51650,30 @@ }, "init": { "type": "ArrayExpression", - "start": 28318, - "end": 28374, + "start": 28719, + "end": 28775, "loc": { "start": { - "line": 716, + "line": 726, "column": 29 }, "end": { - "line": 716, + "line": 726, "column": 85 } }, "elements": [ { "type": "StringLiteral", - "start": 28319, - "end": 28339, + "start": 28720, + "end": 28740, "loc": { "start": { - "line": 716, + "line": 726, "column": 30 }, "end": { - "line": 716, + "line": 726, "column": 50 } }, @@ -50920,15 +51685,15 @@ }, { "type": "StringLiteral", - "start": 28341, - "end": 28354, + "start": 28742, + "end": 28755, "loc": { "start": { - "line": 716, + "line": 726, "column": 52 }, "end": { - "line": 716, + "line": 726, "column": 65 } }, @@ -50940,15 +51705,15 @@ }, { "type": "StringLiteral", - "start": 28356, - "end": 28373, + "start": 28757, + "end": 28774, "loc": { "start": { - "line": 716, + "line": 726, "column": 67 }, "end": { - "line": 716, + "line": 726, "column": 84 } }, @@ -50968,15 +51733,15 @@ { "type": "CommentLine", "value": " show elements that should never be hidden in animation,", - "start": 28190, - "end": 28248, + "start": 28591, + "end": 28649, "loc": { "start": { - "line": 714, + "line": 724, "column": 12 }, "end": { - "line": 714, + "line": 724, "column": 70 } } @@ -50984,15 +51749,15 @@ { "type": "CommentLine", "value": " audio and/or video modus", - "start": 28261, - "end": 28288, + "start": 28662, + "end": 28689, "loc": { "start": { - "line": 715, + "line": 725, "column": 12 }, "end": { - "line": 715, + "line": 725, "column": 39 } } @@ -51001,57 +51766,57 @@ }, { "type": "ExpressionStatement", - "start": 28388, - "end": 28653, + "start": 28789, + "end": 29054, "loc": { "start": { - "line": 717, + "line": 727, "column": 12 }, "end": { - "line": 723, + "line": 733, "column": 15 } }, "expression": { "type": "CallExpression", - "start": 28388, - "end": 28652, + "start": 28789, + "end": 29053, "loc": { "start": { - "line": 717, + "line": 727, "column": 12 }, "end": { - "line": 723, + "line": 733, "column": 14 } }, "callee": { "type": "MemberExpression", - "start": 28388, - "end": 28406, + "start": 28789, + "end": 28807, "loc": { "start": { - "line": 717, + "line": 727, "column": 12 }, "end": { - "line": 717, + "line": 727, "column": 30 } }, "object": { "type": "Identifier", - "start": 28388, - "end": 28398, + "start": 28789, + "end": 28799, "loc": { "start": { - "line": 717, + "line": 727, "column": 12 }, "end": { - "line": 717, + "line": 727, "column": 22 }, "identifierName": "uiElements" @@ -51060,15 +51825,15 @@ }, "property": { "type": "Identifier", - "start": 28399, - "end": 28406, + "start": 28800, + "end": 28807, "loc": { "start": { - "line": 717, + "line": 727, "column": 23 }, "end": { - "line": 717, + "line": 727, "column": 30 }, "identifierName": "forEach" @@ -51080,15 +51845,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 28407, - "end": 28651, + "start": 28808, + "end": 29052, "loc": { "start": { - "line": 717, + "line": 727, "column": 31 }, "end": { - "line": 723, + "line": 733, "column": 13 } }, @@ -51099,15 +51864,15 @@ "params": [ { "type": "Identifier", - "start": 28408, - "end": 28415, + "start": 28809, + "end": 28816, "loc": { "start": { - "line": 717, + "line": 727, "column": 32 }, "end": { - "line": 717, + "line": 727, "column": 39 }, "identifierName": "element" @@ -51117,59 +51882,59 @@ ], "body": { "type": "BlockStatement", - "start": 28420, - "end": 28651, + "start": 28821, + "end": 29052, "loc": { "start": { - "line": 717, + "line": 727, "column": 44 }, "end": { - "line": 723, + "line": 733, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 28438, - "end": 28480, + "start": 28839, + "end": 28881, "loc": { "start": { - "line": 718, + "line": 728, "column": 16 }, "end": { - "line": 718, + "line": 728, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 28438, - "end": 28479, + "start": 28839, + "end": 28880, "loc": { "start": { - "line": 718, + "line": 728, "column": 16 }, "end": { - "line": 718, + "line": 728, "column": 57 } }, "operator": "=", "left": { "type": "Identifier", - "start": 28438, - "end": 28445, + "start": 28839, + "end": 28846, "loc": { "start": { - "line": 718, + "line": 728, "column": 16 }, "end": { - "line": 718, + "line": 728, "column": 23 }, "identifierName": "element" @@ -51178,72 +51943,72 @@ }, "right": { "type": "MemberExpression", - "start": 28448, - "end": 28479, + "start": 28849, + "end": 28880, "loc": { "start": { - "line": 718, + "line": 728, "column": 26 }, "end": { - "line": 718, + "line": 728, "column": 57 } }, "object": { "type": "MemberExpression", - "start": 28448, - "end": 28470, + "start": 28849, + "end": 28871, "loc": { "start": { - "line": 718, + "line": 728, "column": 26 }, "end": { - "line": 718, + "line": 728, "column": 48 } }, "object": { "type": "MemberExpression", - "start": 28448, - "end": 28459, + "start": 28849, + "end": 28860, "loc": { "start": { - "line": 718, + "line": 728, "column": 26 }, "end": { - "line": 718, + "line": 728, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 28448, - "end": 28452, + "start": 28849, + "end": 28853, "loc": { "start": { - "line": 718, + "line": 728, "column": 26 }, "end": { - "line": 718, + "line": 728, "column": 30 } } }, "property": { "type": "Identifier", - "start": 28453, - "end": 28459, + "start": 28854, + "end": 28860, "loc": { "start": { - "line": 718, + "line": 728, "column": 31 }, "end": { - "line": 718, + "line": 728, "column": 37 }, "identifierName": "player" @@ -51254,15 +52019,15 @@ }, "property": { "type": "Identifier", - "start": 28460, - "end": 28470, + "start": 28861, + "end": 28871, "loc": { "start": { - "line": 718, + "line": 728, "column": 38 }, "end": { - "line": 718, + "line": 728, "column": 48 }, "identifierName": "controlBar" @@ -51273,15 +52038,15 @@ }, "property": { "type": "Identifier", - "start": 28471, - "end": 28478, + "start": 28872, + "end": 28879, "loc": { "start": { - "line": 718, + "line": 728, "column": 49 }, "end": { - "line": 718, + "line": 728, "column": 56 }, "identifierName": "element" @@ -51294,43 +52059,43 @@ }, { "type": "IfStatement", - "start": 28497, - "end": 28637, + "start": 28898, + "end": 29038, "loc": { "start": { - "line": 719, + "line": 729, "column": 16 }, "end": { - "line": 722, + "line": 732, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 28501, - "end": 28522, + "start": 28902, + "end": 28923, "loc": { "start": { - "line": 719, + "line": 729, "column": 20 }, "end": { - "line": 719, + "line": 729, "column": 41 } }, "left": { "type": "Identifier", - "start": 28501, - "end": 28508, + "start": 28902, + "end": 28909, "loc": { "start": { - "line": 719, + "line": 729, "column": 20 }, "end": { - "line": 719, + "line": 729, "column": 27 }, "identifierName": "element" @@ -51340,15 +52105,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 28513, - "end": 28522, + "start": 28914, + "end": 28923, "loc": { "start": { - "line": 719, + "line": 729, "column": 32 }, "end": { - "line": 719, + "line": 729, "column": 41 }, "identifierName": "undefined" @@ -51358,115 +52123,115 @@ }, "consequent": { "type": "BlockStatement", - "start": 28524, - "end": 28637, + "start": 28925, + "end": 29038, "loc": { "start": { - "line": 719, + "line": 729, "column": 43 }, "end": { - "line": 722, + "line": 732, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 28546, - "end": 28583, + "start": 28947, + "end": 28984, "loc": { "start": { - "line": 720, + "line": 730, "column": 20 }, "end": { - "line": 720, + "line": 730, "column": 57 } }, "expression": { "type": "AssignmentExpression", - "start": 28546, - "end": 28582, + "start": 28947, + "end": 28983, "loc": { "start": { - "line": 720, + "line": 730, "column": 20 }, "end": { - "line": 720, + "line": 730, "column": 56 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 28546, - "end": 28572, + "start": 28947, + "end": 28973, "loc": { "start": { - "line": 720, + "line": 730, "column": 20 }, "end": { - "line": 720, + "line": 730, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 28546, - "end": 28564, + "start": 28947, + "end": 28965, "loc": { "start": { - "line": 720, + "line": 730, "column": 20 }, "end": { - "line": 720, + "line": 730, "column": 38 } }, "object": { "type": "CallExpression", - "start": 28546, - "end": 28558, + "start": 28947, + "end": 28959, "loc": { "start": { - "line": 720, + "line": 730, "column": 20 }, "end": { - "line": 720, + "line": 730, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 28546, - "end": 28556, + "start": 28947, + "end": 28957, "loc": { "start": { - "line": 720, + "line": 730, "column": 20 }, "end": { - "line": 720, + "line": 730, "column": 30 } }, "object": { "type": "Identifier", - "start": 28546, - "end": 28553, + "start": 28947, + "end": 28954, "loc": { "start": { - "line": 720, + "line": 730, "column": 20 }, "end": { - "line": 720, + "line": 730, "column": 27 }, "identifierName": "element" @@ -51475,15 +52240,15 @@ }, "property": { "type": "Identifier", - "start": 28554, - "end": 28556, + "start": 28955, + "end": 28957, "loc": { "start": { - "line": 720, + "line": 730, "column": 28 }, "end": { - "line": 720, + "line": 730, "column": 30 }, "identifierName": "el" @@ -51496,15 +52261,15 @@ }, "property": { "type": "Identifier", - "start": 28559, - "end": 28564, + "start": 28960, + "end": 28965, "loc": { "start": { - "line": 720, + "line": 730, "column": 33 }, "end": { - "line": 720, + "line": 730, "column": 38 }, "identifierName": "style" @@ -51515,15 +52280,15 @@ }, "property": { "type": "Identifier", - "start": 28565, - "end": 28572, + "start": 28966, + "end": 28973, "loc": { "start": { - "line": 720, + "line": 730, "column": 39 }, "end": { - "line": 720, + "line": 730, "column": 46 }, "identifierName": "display" @@ -51534,15 +52299,15 @@ }, "right": { "type": "StringLiteral", - "start": 28575, - "end": 28582, + "start": 28976, + "end": 28983, "loc": { "start": { - "line": 720, + "line": 730, "column": 49 }, "end": { - "line": 720, + "line": 730, "column": 56 } }, @@ -51556,57 +52321,57 @@ }, { "type": "ExpressionStatement", - "start": 28604, - "end": 28619, + "start": 29005, + "end": 29020, "loc": { "start": { - "line": 721, + "line": 731, "column": 20 }, "end": { - "line": 721, + "line": 731, "column": 35 } }, "expression": { "type": "CallExpression", - "start": 28604, - "end": 28618, + "start": 29005, + "end": 29019, "loc": { "start": { - "line": 721, + "line": 731, "column": 20 }, "end": { - "line": 721, + "line": 731, "column": 34 } }, "callee": { "type": "MemberExpression", - "start": 28604, - "end": 28616, + "start": 29005, + "end": 29017, "loc": { "start": { - "line": 721, + "line": 731, "column": 20 }, "end": { - "line": 721, + "line": 731, "column": 32 } }, "object": { "type": "Identifier", - "start": 28604, - "end": 28611, + "start": 29005, + "end": 29012, "loc": { "start": { - "line": 721, + "line": 731, "column": 20 }, "end": { - "line": 721, + "line": 731, "column": 27 }, "identifierName": "element" @@ -51615,15 +52380,15 @@ }, "property": { "type": "Identifier", - "start": 28612, - "end": 28616, + "start": 29013, + "end": 29017, "loc": { "start": { - "line": 721, + "line": 731, "column": 28 }, "end": { - "line": 721, + "line": 731, "column": 32 }, "identifierName": "show" @@ -51650,15 +52415,15 @@ { "type": "CommentLine", "value": " show record button", - "start": 28667, - "end": 28688, + "start": 29068, + "end": 29089, "loc": { "start": { - "line": 725, + "line": 735, "column": 12 }, "end": { - "line": 725, + "line": 735, "column": 33 } } @@ -51667,85 +52432,85 @@ }, { "type": "ExpressionStatement", - "start": 28701, - "end": 28733, + "start": 29102, + "end": 29134, "loc": { "start": { - "line": 726, + "line": 736, "column": 12 }, "end": { - "line": 726, + "line": 736, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 28701, - "end": 28732, + "start": 29102, + "end": 29133, "loc": { "start": { - "line": 726, + "line": 736, "column": 12 }, "end": { - "line": 726, + "line": 736, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 28701, - "end": 28730, + "start": 29102, + "end": 29131, "loc": { "start": { - "line": 726, + "line": 736, "column": 12 }, "end": { - "line": 726, + "line": 736, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 28701, - "end": 28725, + "start": 29102, + "end": 29126, "loc": { "start": { - "line": 726, + "line": 736, "column": 12 }, "end": { - "line": 726, + "line": 736, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 28701, - "end": 28712, + "start": 29102, + "end": 29113, "loc": { "start": { - "line": 726, + "line": 736, "column": 12 }, "end": { - "line": 726, + "line": 736, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 28701, - "end": 28705, + "start": 29102, + "end": 29106, "loc": { "start": { - "line": 726, + "line": 736, "column": 12 }, "end": { - "line": 726, + "line": 736, "column": 16 } }, @@ -51753,15 +52518,15 @@ }, "property": { "type": "Identifier", - "start": 28706, - "end": 28712, + "start": 29107, + "end": 29113, "loc": { "start": { - "line": 726, + "line": 736, "column": 17 }, "end": { - "line": 726, + "line": 736, "column": 23 }, "identifierName": "player" @@ -51773,15 +52538,15 @@ }, "property": { "type": "Identifier", - "start": 28713, - "end": 28725, + "start": 29114, + "end": 29126, "loc": { "start": { - "line": 726, + "line": 736, "column": 24 }, "end": { - "line": 726, + "line": 736, "column": 36 }, "identifierName": "recordToggle" @@ -51793,15 +52558,15 @@ }, "property": { "type": "Identifier", - "start": 28726, - "end": 28730, + "start": 29127, + "end": 29131, "loc": { "start": { - "line": 726, + "line": 736, "column": 37 }, "end": { - "line": 726, + "line": 736, "column": 41 }, "identifierName": "show" @@ -51818,15 +52583,15 @@ { "type": "CommentLine", "value": " show record button", - "start": 28667, - "end": 28688, + "start": 29068, + "end": 29089, "loc": { "start": { - "line": 725, + "line": 735, "column": 12 }, "end": { - "line": 725, + "line": 735, "column": 33 } } @@ -51838,100 +52603,100 @@ }, "alternate": { "type": "BlockStatement", - "start": 28749, - "end": 29065, + "start": 29150, + "end": 29466, "loc": { "start": { - "line": 727, + "line": 737, "column": 15 }, "end": { - "line": 736, + "line": 746, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 28803, - "end": 28841, + "start": 29204, + "end": 29242, "loc": { "start": { - "line": 729, + "line": 739, "column": 12 }, "end": { - "line": 729, + "line": 739, "column": 50 } }, "expression": { "type": "CallExpression", - "start": 28803, - "end": 28840, + "start": 29204, + "end": 29241, "loc": { "start": { - "line": 729, + "line": 739, "column": 12 }, "end": { - "line": 729, + "line": 739, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 28803, - "end": 28838, + "start": 29204, + "end": 29239, "loc": { "start": { - "line": 729, + "line": 739, "column": 12 }, "end": { - "line": 729, + "line": 739, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 28803, - "end": 28830, + "start": 29204, + "end": 29231, "loc": { "start": { - "line": 729, + "line": 739, "column": 12 }, "end": { - "line": 729, + "line": 739, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 28803, - "end": 28814, + "start": 29204, + "end": 29215, "loc": { "start": { - "line": 729, + "line": 739, "column": 12 }, "end": { - "line": 729, + "line": 739, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 28803, - "end": 28807, + "start": 29204, + "end": 29208, "loc": { "start": { - "line": 729, + "line": 739, "column": 12 }, "end": { - "line": 729, + "line": 739, "column": 16 } }, @@ -51939,15 +52704,15 @@ }, "property": { "type": "Identifier", - "start": 28808, - "end": 28814, + "start": 29209, + "end": 29215, "loc": { "start": { - "line": 729, + "line": 739, "column": 17 }, "end": { - "line": 729, + "line": 739, "column": 23 }, "identifierName": "player" @@ -51959,15 +52724,15 @@ }, "property": { "type": "Identifier", - "start": 28815, - "end": 28830, + "start": 29216, + "end": 29231, "loc": { "start": { - "line": 729, + "line": 739, "column": 24 }, "end": { - "line": 729, + "line": 739, "column": 39 }, "identifierName": "recordIndicator" @@ -51979,15 +52744,15 @@ }, "property": { "type": "Identifier", - "start": 28831, - "end": 28838, + "start": 29232, + "end": 29239, "loc": { "start": { - "line": 729, + "line": 739, "column": 40 }, "end": { - "line": 729, + "line": 739, "column": 47 }, "identifierName": "disable" @@ -52004,15 +52769,15 @@ { "type": "CommentLine", "value": " disable record indicator", - "start": 28763, - "end": 28790, + "start": 29164, + "end": 29191, "loc": { "start": { - "line": 728, + "line": 738, "column": 12 }, "end": { - "line": 728, + "line": 738, "column": 39 } } @@ -52022,15 +52787,15 @@ { "type": "CommentLine", "value": " setup UI for retrying snapshot (e.g. when stopDevice was", - "start": 28855, - "end": 28914, + "start": 29256, + "end": 29315, "loc": { "start": { - "line": 731, + "line": 741, "column": 12 }, "end": { - "line": 731, + "line": 741, "column": 71 } } @@ -52038,15 +52803,15 @@ { "type": "CommentLine", "value": " used)", - "start": 28927, - "end": 28935, + "start": 29328, + "end": 29336, "loc": { "start": { - "line": 732, + "line": 742, "column": 12 }, "end": { - "line": 732, + "line": 742, "column": 20 } } @@ -52055,57 +52820,57 @@ }, { "type": "ExpressionStatement", - "start": 28948, - "end": 28969, + "start": 29349, + "end": 29370, "loc": { "start": { - "line": 733, + "line": 743, "column": 12 }, "end": { - "line": 733, + "line": 743, "column": 33 } }, "expression": { "type": "CallExpression", - "start": 28948, - "end": 28968, + "start": 29349, + "end": 29369, "loc": { "start": { - "line": 733, + "line": 743, "column": 12 }, "end": { - "line": 733, + "line": 743, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 28948, - "end": 28966, + "start": 29349, + "end": 29367, "loc": { "start": { - "line": 733, + "line": 743, "column": 12 }, "end": { - "line": 733, + "line": 743, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 28948, - "end": 28952, + "start": 29349, + "end": 29353, "loc": { "start": { - "line": 733, + "line": 743, "column": 12 }, "end": { - "line": 733, + "line": 743, "column": 16 } }, @@ -52113,15 +52878,15 @@ }, "property": { "type": "Identifier", - "start": 28953, - "end": 28966, + "start": 29354, + "end": 29367, "loc": { "start": { - "line": 733, + "line": 743, "column": 17 }, "end": { - "line": 733, + "line": 743, "column": 30 }, "identifierName": "retrySnapshot" @@ -52138,15 +52903,15 @@ { "type": "CommentLine", "value": " setup UI for retrying snapshot (e.g. when stopDevice was", - "start": 28855, - "end": 28914, + "start": 29256, + "end": 29315, "loc": { "start": { - "line": 731, + "line": 741, "column": 12 }, "end": { - "line": 731, + "line": 741, "column": 71 } } @@ -52154,15 +52919,15 @@ { "type": "CommentLine", "value": " used)", - "start": 28927, - "end": 28935, + "start": 29328, + "end": 29336, "loc": { "start": { - "line": 732, + "line": 742, "column": 12 }, "end": { - "line": 732, + "line": 742, "column": 20 } } @@ -52172,15 +52937,15 @@ { "type": "CommentLine", "value": " camera button will be displayed as soon as this.onStreamVisible fires", - "start": 28983, - "end": 29055, + "start": 29384, + "end": 29456, "loc": { "start": { - "line": 735, + "line": 745, "column": 12 }, "end": { - "line": 735, + "line": 745, "column": 84 } } @@ -52195,15 +52960,15 @@ { "type": "CommentLine", "value": " setup recording engine", - "start": 23951, - "end": 23976, + "start": 24352, + "end": 24377, "loc": { "start": { - "line": 611, + "line": 621, "column": 8 }, "end": { - "line": 611, + "line": 621, "column": 33 } } @@ -52213,15 +52978,15 @@ { "type": "CommentLine", "value": " setup preview", - "start": 29075, - "end": 29091, + "start": 29476, + "end": 29492, "loc": { "start": { - "line": 738, + "line": 748, "column": 8 }, "end": { - "line": 738, + "line": 748, "column": 24 } } @@ -52230,71 +52995,71 @@ }, { "type": "IfStatement", - "start": 29100, - "end": 30760, + "start": 29501, + "end": 31161, "loc": { "start": { - "line": 739, + "line": 749, "column": 8 }, "end": { - "line": 780, + "line": 790, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 29104, - "end": 29139, + "start": 29505, + "end": 29540, "loc": { "start": { - "line": 739, + "line": 749, "column": 12 }, "end": { - "line": 739, + "line": 749, "column": 47 } }, "left": { "type": "CallExpression", - "start": 29104, - "end": 29124, + "start": 29505, + "end": 29525, "loc": { "start": { - "line": 739, + "line": 749, "column": 12 }, "end": { - "line": 739, + "line": 749, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 29104, - "end": 29122, + "start": 29505, + "end": 29523, "loc": { "start": { - "line": 739, + "line": 749, "column": 12 }, "end": { - "line": 739, + "line": 749, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 29104, - "end": 29108, + "start": 29505, + "end": 29509, "loc": { "start": { - "line": 739, + "line": 749, "column": 12 }, "end": { - "line": 739, + "line": 749, "column": 16 } }, @@ -52302,15 +53067,15 @@ }, "property": { "type": "Identifier", - "start": 29109, - "end": 29122, + "start": 29510, + "end": 29523, "loc": { "start": { - "line": 739, + "line": 749, "column": 17 }, "end": { - "line": 739, + "line": 749, "column": 30 }, "identifierName": "getRecordType" @@ -52326,15 +53091,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 29129, - "end": 29139, + "start": 29530, + "end": 29540, "loc": { "start": { - "line": 739, + "line": 749, "column": 37 }, "end": { - "line": 739, + "line": 749, "column": 47 }, "identifierName": "AUDIO_ONLY" @@ -52345,73 +53110,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 29141, - "end": 30654, + "start": 29542, + "end": 31055, "loc": { "start": { - "line": 739, + "line": 749, "column": 49 }, "end": { - "line": 777, + "line": 787, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 29188, - "end": 29236, + "start": 29589, + "end": 29637, "loc": { "start": { - "line": 741, + "line": 751, "column": 12 }, "end": { - "line": 741, + "line": 751, "column": 60 } }, "expression": { "type": "AssignmentExpression", - "start": 29188, - "end": 29235, + "start": 29589, + "end": 29636, "loc": { "start": { - "line": 741, + "line": 751, "column": 12 }, "end": { - "line": 741, + "line": 751, "column": 59 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 29188, - "end": 29205, + "start": 29589, + "end": 29606, "loc": { "start": { - "line": 741, + "line": 751, "column": 12 }, "end": { - "line": 741, + "line": 751, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 29188, - "end": 29192, + "start": 29589, + "end": 29593, "loc": { "start": { - "line": 741, + "line": 751, "column": 12 }, "end": { - "line": 741, + "line": 751, "column": 16 } }, @@ -52419,15 +53184,15 @@ }, "property": { "type": "Identifier", - "start": 29193, - "end": 29205, + "start": 29594, + "end": 29606, "loc": { "start": { - "line": 741, + "line": 751, "column": 17 }, "end": { - "line": 741, + "line": 751, "column": 29 }, "identifierName": "mediaElement" @@ -52439,86 +53204,86 @@ }, "right": { "type": "MemberExpression", - "start": 29208, - "end": 29235, + "start": 29609, + "end": 29636, "loc": { "start": { - "line": 741, + "line": 751, "column": 32 }, "end": { - "line": 741, + "line": 751, "column": 59 } }, "object": { "type": "CallExpression", - "start": 29208, - "end": 29224, + "start": 29609, + "end": 29625, "loc": { "start": { - "line": 741, + "line": 751, "column": 32 }, "end": { - "line": 741, + "line": 751, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 29208, - "end": 29222, + "start": 29609, + "end": 29623, "loc": { "start": { - "line": 741, + "line": 751, "column": 32 }, "end": { - "line": 741, + "line": 751, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 29208, - "end": 29219, + "start": 29609, + "end": 29620, "loc": { "start": { - "line": 741, + "line": 751, "column": 32 }, "end": { - "line": 741, + "line": 751, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 29208, - "end": 29212, + "start": 29609, + "end": 29613, "loc": { "start": { - "line": 741, + "line": 751, "column": 32 }, "end": { - "line": 741, + "line": 751, "column": 36 } } }, "property": { "type": "Identifier", - "start": 29213, - "end": 29219, + "start": 29614, + "end": 29620, "loc": { "start": { - "line": 741, + "line": 751, "column": 37 }, "end": { - "line": 741, + "line": 751, "column": 43 }, "identifierName": "player" @@ -52529,15 +53294,15 @@ }, "property": { "type": "Identifier", - "start": 29220, - "end": 29222, + "start": 29621, + "end": 29623, "loc": { "start": { - "line": 741, + "line": 751, "column": 44 }, "end": { - "line": 741, + "line": 751, "column": 46 }, "identifierName": "el" @@ -52550,15 +53315,15 @@ }, "property": { "type": "Identifier", - "start": 29225, - "end": 29235, + "start": 29626, + "end": 29636, "loc": { "start": { - "line": 741, + "line": 751, "column": 49 }, "end": { - "line": 741, + "line": 751, "column": 59 }, "identifierName": "firstChild" @@ -52573,15 +53338,15 @@ { "type": "CommentLine", "value": " show live preview", - "start": 29155, - "end": 29175, + "start": 29556, + "end": 29576, "loc": { "start": { - "line": 740, + "line": 750, "column": 12 }, "end": { - "line": 740, + "line": 750, "column": 32 } } @@ -52590,87 +53355,87 @@ }, { "type": "ExpressionStatement", - "start": 29249, - "end": 29284, + "start": 29650, + "end": 29685, "loc": { "start": { - "line": 742, + "line": 752, "column": 12 }, "end": { - "line": 742, + "line": 752, "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 29249, - "end": 29283, + "start": 29650, + "end": 29684, "loc": { "start": { - "line": 742, + "line": 752, "column": 12 }, "end": { - "line": 742, + "line": 752, "column": 46 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 29249, - "end": 29275, + "start": 29650, + "end": 29676, "loc": { "start": { - "line": 742, + "line": 752, "column": 12 }, "end": { - "line": 742, + "line": 752, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 29249, - "end": 29266, + "start": 29650, + "end": 29667, "loc": { "start": { - "line": 742, + "line": 752, "column": 12 }, "end": { - "line": 742, + "line": 752, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 29249, - "end": 29253, + "start": 29650, + "end": 29654, "loc": { "start": { - "line": 742, + "line": 752, "column": 12 }, "end": { - "line": 742, + "line": 752, "column": 16 } } }, "property": { "type": "Identifier", - "start": 29254, - "end": 29266, + "start": 29655, + "end": 29667, "loc": { "start": { - "line": 742, + "line": 752, "column": 17 }, "end": { - "line": 742, + "line": 752, "column": 29 }, "identifierName": "mediaElement" @@ -52681,15 +53446,15 @@ }, "property": { "type": "Identifier", - "start": 29267, - "end": 29275, + "start": 29668, + "end": 29676, "loc": { "start": { - "line": 742, + "line": 752, "column": 30 }, "end": { - "line": 742, + "line": 752, "column": 38 }, "identifierName": "controls" @@ -52700,15 +53465,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 29278, - "end": 29283, + "start": 29679, + "end": 29684, "loc": { "start": { - "line": 742, + "line": 752, "column": 41 }, "end": { - "line": 742, + "line": 752, "column": 46 } }, @@ -52719,15 +53484,15 @@ { "type": "CommentLine", "value": " mute incoming audio for feedback loops", - "start": 29298, - "end": 29339, + "start": 29699, + "end": 29740, "loc": { "start": { - "line": 744, + "line": 754, "column": 12 }, "end": { - "line": 744, + "line": 754, "column": 53 } } @@ -52736,72 +53501,72 @@ }, { "type": "ExpressionStatement", - "start": 29352, - "end": 29383, + "start": 29753, + "end": 29784, "loc": { "start": { - "line": 745, + "line": 755, "column": 12 }, "end": { - "line": 745, + "line": 755, "column": 43 } }, "expression": { "type": "AssignmentExpression", - "start": 29352, - "end": 29382, + "start": 29753, + "end": 29783, "loc": { "start": { - "line": 745, + "line": 755, "column": 12 }, "end": { - "line": 745, + "line": 755, "column": 42 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 29352, - "end": 29375, + "start": 29753, + "end": 29776, "loc": { "start": { - "line": 745, + "line": 755, "column": 12 }, "end": { - "line": 745, + "line": 755, "column": 35 } }, "object": { "type": "MemberExpression", - "start": 29352, - "end": 29369, + "start": 29753, + "end": 29770, "loc": { "start": { - "line": 745, + "line": 755, "column": 12 }, "end": { - "line": 745, + "line": 755, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 29352, - "end": 29356, + "start": 29753, + "end": 29757, "loc": { "start": { - "line": 745, + "line": 755, "column": 12 }, "end": { - "line": 745, + "line": 755, "column": 16 } }, @@ -52809,15 +53574,15 @@ }, "property": { "type": "Identifier", - "start": 29357, - "end": 29369, + "start": 29758, + "end": 29770, "loc": { "start": { - "line": 745, + "line": 755, "column": 17 }, "end": { - "line": 745, + "line": 755, "column": 29 }, "identifierName": "mediaElement" @@ -52829,15 +53594,15 @@ }, "property": { "type": "Identifier", - "start": 29370, - "end": 29375, + "start": 29771, + "end": 29776, "loc": { "start": { - "line": 745, + "line": 755, "column": 30 }, "end": { - "line": 745, + "line": 755, "column": 35 }, "identifierName": "muted" @@ -52849,15 +53614,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 29378, - "end": 29382, + "start": 29779, + "end": 29783, "loc": { "start": { - "line": 745, + "line": 755, "column": 38 }, "end": { - "line": 745, + "line": 755, "column": 42 } }, @@ -52869,15 +53634,15 @@ { "type": "CommentLine", "value": " mute incoming audio for feedback loops", - "start": 29298, - "end": 29339, + "start": 29699, + "end": 29740, "loc": { "start": { - "line": 744, + "line": 754, "column": 12 }, "end": { - "line": 744, + "line": 754, "column": 53 } } @@ -52887,15 +53652,15 @@ { "type": "CommentLine", "value": " hide the volume bar while it's muted", - "start": 29397, - "end": 29436, + "start": 29798, + "end": 29837, "loc": { "start": { - "line": 747, + "line": 757, "column": 12 }, "end": { - "line": 747, + "line": 757, "column": 51 } } @@ -52904,57 +53669,57 @@ }, { "type": "ExpressionStatement", - "start": 29449, - "end": 29482, + "start": 29850, + "end": 29883, "loc": { "start": { - "line": 748, + "line": 758, "column": 12 }, "end": { - "line": 748, + "line": 758, "column": 45 } }, "expression": { "type": "CallExpression", - "start": 29449, - "end": 29481, + "start": 29850, + "end": 29882, "loc": { "start": { - "line": 748, + "line": 758, "column": 12 }, "end": { - "line": 748, + "line": 758, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 29449, - "end": 29474, + "start": 29850, + "end": 29875, "loc": { "start": { - "line": 748, + "line": 758, "column": 12 }, "end": { - "line": 748, + "line": 758, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 29449, - "end": 29453, + "start": 29850, + "end": 29854, "loc": { "start": { - "line": 748, + "line": 758, "column": 12 }, "end": { - "line": 748, + "line": 758, "column": 16 } }, @@ -52962,15 +53727,15 @@ }, "property": { "type": "Identifier", - "start": 29454, - "end": 29474, + "start": 29855, + "end": 29875, "loc": { "start": { - "line": 748, + "line": 758, "column": 17 }, "end": { - "line": 748, + "line": 758, "column": 37 }, "identifierName": "displayVolumeControl" @@ -52983,15 +53748,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 29475, - "end": 29480, + "start": 29876, + "end": 29881, "loc": { "start": { - "line": 748, + "line": 758, "column": 38 }, "end": { - "line": 748, + "line": 758, "column": 43 } }, @@ -53004,15 +53769,15 @@ { "type": "CommentLine", "value": " hide the volume bar while it's muted", - "start": 29397, - "end": 29436, + "start": 29798, + "end": 29837, "loc": { "start": { - "line": 747, + "line": 757, "column": 12 }, "end": { - "line": 747, + "line": 757, "column": 51 } } @@ -53022,15 +53787,15 @@ { "type": "CommentLine", "value": " picture-in-picture", - "start": 29496, - "end": 29517, + "start": 29897, + "end": 29918, "loc": { "start": { - "line": 750, + "line": 760, "column": 12 }, "end": { - "line": 750, + "line": 760, "column": 33 } } @@ -53039,57 +53804,57 @@ }, { "type": "IfStatement", - "start": 29530, - "end": 30232, + "start": 29931, + "end": 30633, "loc": { "start": { - "line": 751, + "line": 761, "column": 12 }, "end": { - "line": 764, + "line": 774, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 29534, - "end": 29564, + "start": 29935, + "end": 29965, "loc": { "start": { - "line": 751, + "line": 761, "column": 16 }, "end": { - "line": 751, + "line": 761, "column": 46 } }, "left": { "type": "MemberExpression", - "start": 29534, - "end": 29555, + "start": 29935, + "end": 29956, "loc": { "start": { - "line": 751, + "line": 761, "column": 16 }, "end": { - "line": 751, + "line": 761, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 29534, - "end": 29538, + "start": 29935, + "end": 29939, "loc": { "start": { - "line": 751, + "line": 761, "column": 16 }, "end": { - "line": 751, + "line": 761, "column": 20 } }, @@ -53097,15 +53862,15 @@ }, "property": { "type": "Identifier", - "start": 29539, - "end": 29555, + "start": 29940, + "end": 29956, "loc": { "start": { - "line": 751, + "line": 761, "column": 21 }, "end": { - "line": 751, + "line": 761, "column": 37 }, "identifierName": "pictureInPicture" @@ -53118,15 +53883,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 29560, - "end": 29564, + "start": 29961, + "end": 29965, "loc": { "start": { - "line": 751, + "line": 761, "column": 42 }, "end": { - "line": 751, + "line": 761, "column": 46 } }, @@ -53136,100 +53901,100 @@ }, "consequent": { "type": "BlockStatement", - "start": 29566, - "end": 30232, + "start": 29967, + "end": 30633, "loc": { "start": { - "line": 751, + "line": 761, "column": 48 }, "end": { - "line": 764, + "line": 774, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 29615, - "end": 29644, + "start": 30016, + "end": 30045, "loc": { "start": { - "line": 753, + "line": 763, "column": 16 }, "end": { - "line": 753, + "line": 763, "column": 45 } }, "expression": { "type": "CallExpression", - "start": 29615, - "end": 29643, + "start": 30016, + "end": 30044, "loc": { "start": { - "line": 753, + "line": 763, "column": 16 }, "end": { - "line": 753, + "line": 763, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 29615, - "end": 29641, + "start": 30016, + "end": 30042, "loc": { "start": { - "line": 753, + "line": 763, "column": 16 }, "end": { - "line": 753, + "line": 763, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 29615, - "end": 29636, + "start": 30016, + "end": 30037, "loc": { "start": { - "line": 753, + "line": 763, "column": 16 }, "end": { - "line": 753, + "line": 763, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 29615, - "end": 29626, + "start": 30016, + "end": 30027, "loc": { "start": { - "line": 753, + "line": 763, "column": 16 }, "end": { - "line": 753, + "line": 763, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 29615, - "end": 29619, + "start": 30016, + "end": 30020, "loc": { "start": { - "line": 753, + "line": 763, "column": 16 }, "end": { - "line": 753, + "line": 763, "column": 20 } }, @@ -53237,15 +54002,15 @@ }, "property": { "type": "Identifier", - "start": 29620, - "end": 29626, + "start": 30021, + "end": 30027, "loc": { "start": { - "line": 753, + "line": 763, "column": 21 }, "end": { - "line": 753, + "line": 763, "column": 27 }, "identifierName": "player" @@ -53257,15 +54022,15 @@ }, "property": { "type": "Identifier", - "start": 29627, - "end": 29636, + "start": 30028, + "end": 30037, "loc": { "start": { - "line": 753, + "line": 763, "column": 28 }, "end": { - "line": 753, + "line": 763, "column": 37 }, "identifierName": "pipToggle" @@ -53277,15 +54042,15 @@ }, "property": { "type": "Identifier", - "start": 29637, - "end": 29641, + "start": 30038, + "end": 30042, "loc": { "start": { - "line": 753, + "line": 763, "column": 38 }, "end": { - "line": 753, + "line": 763, "column": 42 }, "identifierName": "show" @@ -53302,15 +54067,15 @@ { "type": "CommentLine", "value": " show button", - "start": 29584, - "end": 29598, + "start": 29985, + "end": 29999, "loc": { "start": { - "line": 752, + "line": 762, "column": 16 }, "end": { - "line": 752, + "line": 762, "column": 30 } } @@ -53320,15 +54085,15 @@ { "type": "CommentLine", "value": " listen to and forward Picture-in-Picture events", - "start": 29662, - "end": 29712, + "start": 30063, + "end": 30113, "loc": { "start": { - "line": 755, + "line": 765, "column": 16 }, "end": { - "line": 755, + "line": 765, "column": 66 } } @@ -53337,71 +54102,71 @@ }, { "type": "ExpressionStatement", - "start": 29729, - "end": 29840, + "start": 30130, + "end": 30241, "loc": { "start": { - "line": 756, + "line": 766, "column": 16 }, "end": { - "line": 757, + "line": 767, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 29729, - "end": 29839, + "start": 30130, + "end": 30240, "loc": { "start": { - "line": 756, + "line": 766, "column": 16 }, "end": { - "line": 757, + "line": 767, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 29729, - "end": 29766, + "start": 30130, + "end": 30167, "loc": { "start": { - "line": 756, + "line": 766, "column": 16 }, "end": { - "line": 756, + "line": 766, "column": 53 } }, "object": { "type": "MemberExpression", - "start": 29729, - "end": 29746, + "start": 30130, + "end": 30147, "loc": { "start": { - "line": 756, + "line": 766, "column": 16 }, "end": { - "line": 756, + "line": 766, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 29729, - "end": 29733, + "start": 30130, + "end": 30134, "loc": { "start": { - "line": 756, + "line": 766, "column": 16 }, "end": { - "line": 756, + "line": 766, "column": 20 } }, @@ -53409,15 +54174,15 @@ }, "property": { "type": "Identifier", - "start": 29734, - "end": 29746, + "start": 30135, + "end": 30147, "loc": { "start": { - "line": 756, + "line": 766, "column": 21 }, "end": { - "line": 756, + "line": 766, "column": 33 }, "identifierName": "mediaElement" @@ -53429,15 +54194,15 @@ }, "property": { "type": "Identifier", - "start": 29747, - "end": 29766, + "start": 30148, + "end": 30167, "loc": { "start": { - "line": 756, + "line": 766, "column": 34 }, "end": { - "line": 756, + "line": 766, "column": 53 }, "identifierName": "removeEventListener" @@ -53450,29 +54215,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 29767, - "end": 29794, + "start": 30168, + "end": 30195, "loc": { "start": { - "line": 756, + "line": 766, "column": 54 }, "end": { - "line": 756, + "line": 766, "column": 81 } }, "object": { "type": "Identifier", - "start": 29767, - "end": 29772, + "start": 30168, + "end": 30173, "loc": { "start": { - "line": 756, + "line": 766, "column": 54 }, "end": { - "line": 756, + "line": 766, "column": 59 }, "identifierName": "Event" @@ -53481,15 +54246,15 @@ }, "property": { "type": "Identifier", - "start": 29773, - "end": 29794, + "start": 30174, + "end": 30195, "loc": { "start": { - "line": 756, + "line": 766, "column": 60 }, "end": { - "line": 756, + "line": 766, "column": 81 }, "identifierName": "ENTERPICTUREINPICTURE" @@ -53500,44 +54265,44 @@ }, { "type": "MemberExpression", - "start": 29816, - "end": 29838, + "start": 30217, + "end": 30239, "loc": { "start": { - "line": 757, + "line": 767, "column": 20 }, "end": { - "line": 757, + "line": 767, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 29816, - "end": 29820, + "start": 30217, + "end": 30221, "loc": { "start": { - "line": 757, + "line": 767, "column": 20 }, "end": { - "line": 757, + "line": 767, "column": 24 } } }, "property": { "type": "Identifier", - "start": 29821, - "end": 29838, + "start": 30222, + "end": 30239, "loc": { "start": { - "line": 757, + "line": 767, "column": 25 }, "end": { - "line": 757, + "line": 767, "column": 42 }, "identifierName": "onEnterPiPHandler" @@ -53553,15 +54318,15 @@ { "type": "CommentLine", "value": " listen to and forward Picture-in-Picture events", - "start": 29662, - "end": 29712, + "start": 30063, + "end": 30113, "loc": { "start": { - "line": 755, + "line": 765, "column": 16 }, "end": { - "line": 755, + "line": 765, "column": 66 } } @@ -53570,86 +54335,86 @@ }, { "type": "ExpressionStatement", - "start": 29857, - "end": 29968, + "start": 30258, + "end": 30369, "loc": { "start": { - "line": 758, + "line": 768, "column": 16 }, "end": { - "line": 759, + "line": 769, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 29857, - "end": 29967, + "start": 30258, + "end": 30368, "loc": { "start": { - "line": 758, + "line": 768, "column": 16 }, "end": { - "line": 759, + "line": 769, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 29857, - "end": 29894, + "start": 30258, + "end": 30295, "loc": { "start": { - "line": 758, + "line": 768, "column": 16 }, "end": { - "line": 758, + "line": 768, "column": 53 } }, "object": { "type": "MemberExpression", - "start": 29857, - "end": 29874, + "start": 30258, + "end": 30275, "loc": { "start": { - "line": 758, + "line": 768, "column": 16 }, "end": { - "line": 758, + "line": 768, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 29857, - "end": 29861, + "start": 30258, + "end": 30262, "loc": { "start": { - "line": 758, + "line": 768, "column": 16 }, "end": { - "line": 758, + "line": 768, "column": 20 } } }, "property": { "type": "Identifier", - "start": 29862, - "end": 29874, + "start": 30263, + "end": 30275, "loc": { "start": { - "line": 758, + "line": 768, "column": 21 }, "end": { - "line": 758, + "line": 768, "column": 33 }, "identifierName": "mediaElement" @@ -53660,15 +54425,15 @@ }, "property": { "type": "Identifier", - "start": 29875, - "end": 29894, + "start": 30276, + "end": 30295, "loc": { "start": { - "line": 758, + "line": 768, "column": 34 }, "end": { - "line": 758, + "line": 768, "column": 53 }, "identifierName": "removeEventListener" @@ -53680,29 +54445,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 29895, - "end": 29922, + "start": 30296, + "end": 30323, "loc": { "start": { - "line": 758, + "line": 768, "column": 54 }, "end": { - "line": 758, + "line": 768, "column": 81 } }, "object": { "type": "Identifier", - "start": 29895, - "end": 29900, + "start": 30296, + "end": 30301, "loc": { "start": { - "line": 758, + "line": 768, "column": 54 }, "end": { - "line": 758, + "line": 768, "column": 59 }, "identifierName": "Event" @@ -53711,15 +54476,15 @@ }, "property": { "type": "Identifier", - "start": 29901, - "end": 29922, + "start": 30302, + "end": 30323, "loc": { "start": { - "line": 758, + "line": 768, "column": 60 }, "end": { - "line": 758, + "line": 768, "column": 81 }, "identifierName": "LEAVEPICTUREINPICTURE" @@ -53730,44 +54495,44 @@ }, { "type": "MemberExpression", - "start": 29944, - "end": 29966, + "start": 30345, + "end": 30367, "loc": { "start": { - "line": 759, + "line": 769, "column": 20 }, "end": { - "line": 759, + "line": 769, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 29944, - "end": 29948, + "start": 30345, + "end": 30349, "loc": { "start": { - "line": 759, + "line": 769, "column": 20 }, "end": { - "line": 759, + "line": 769, "column": 24 } } }, "property": { "type": "Identifier", - "start": 29949, - "end": 29966, + "start": 30350, + "end": 30367, "loc": { "start": { - "line": 759, + "line": 769, "column": 25 }, "end": { - "line": 759, + "line": 769, "column": 42 }, "identifierName": "onLeavePiPHandler" @@ -53781,86 +54546,86 @@ }, { "type": "ExpressionStatement", - "start": 29985, - "end": 30093, + "start": 30386, + "end": 30494, "loc": { "start": { - "line": 760, + "line": 770, "column": 16 }, "end": { - "line": 761, + "line": 771, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 29985, - "end": 30092, + "start": 30386, + "end": 30493, "loc": { "start": { - "line": 760, + "line": 770, "column": 16 }, "end": { - "line": 761, + "line": 771, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 29985, - "end": 30019, + "start": 30386, + "end": 30420, "loc": { "start": { - "line": 760, + "line": 770, "column": 16 }, "end": { - "line": 760, + "line": 770, "column": 50 } }, "object": { "type": "MemberExpression", - "start": 29985, - "end": 30002, + "start": 30386, + "end": 30403, "loc": { "start": { - "line": 760, + "line": 770, "column": 16 }, "end": { - "line": 760, + "line": 770, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 29985, - "end": 29989, + "start": 30386, + "end": 30390, "loc": { "start": { - "line": 760, + "line": 770, "column": 16 }, "end": { - "line": 760, + "line": 770, "column": 20 } } }, "property": { "type": "Identifier", - "start": 29990, - "end": 30002, + "start": 30391, + "end": 30403, "loc": { "start": { - "line": 760, + "line": 770, "column": 21 }, "end": { - "line": 760, + "line": 770, "column": 33 }, "identifierName": "mediaElement" @@ -53871,15 +54636,15 @@ }, "property": { "type": "Identifier", - "start": 30003, - "end": 30019, + "start": 30404, + "end": 30420, "loc": { "start": { - "line": 760, + "line": 770, "column": 34 }, "end": { - "line": 760, + "line": 770, "column": 50 }, "identifierName": "addEventListener" @@ -53891,29 +54656,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 30020, - "end": 30047, + "start": 30421, + "end": 30448, "loc": { "start": { - "line": 760, + "line": 770, "column": 51 }, "end": { - "line": 760, + "line": 770, "column": 78 } }, "object": { "type": "Identifier", - "start": 30020, - "end": 30025, + "start": 30421, + "end": 30426, "loc": { "start": { - "line": 760, + "line": 770, "column": 51 }, "end": { - "line": 760, + "line": 770, "column": 56 }, "identifierName": "Event" @@ -53922,15 +54687,15 @@ }, "property": { "type": "Identifier", - "start": 30026, - "end": 30047, + "start": 30427, + "end": 30448, "loc": { "start": { - "line": 760, + "line": 770, "column": 57 }, "end": { - "line": 760, + "line": 770, "column": 78 }, "identifierName": "ENTERPICTUREINPICTURE" @@ -53941,44 +54706,44 @@ }, { "type": "MemberExpression", - "start": 30069, - "end": 30091, + "start": 30470, + "end": 30492, "loc": { "start": { - "line": 761, + "line": 771, "column": 20 }, "end": { - "line": 761, + "line": 771, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 30069, - "end": 30073, + "start": 30470, + "end": 30474, "loc": { "start": { - "line": 761, + "line": 771, "column": 20 }, "end": { - "line": 761, + "line": 771, "column": 24 } } }, "property": { "type": "Identifier", - "start": 30074, - "end": 30091, + "start": 30475, + "end": 30492, "loc": { "start": { - "line": 761, + "line": 771, "column": 25 }, "end": { - "line": 761, + "line": 771, "column": 42 }, "identifierName": "onEnterPiPHandler" @@ -53992,86 +54757,86 @@ }, { "type": "ExpressionStatement", - "start": 30110, - "end": 30218, + "start": 30511, + "end": 30619, "loc": { "start": { - "line": 762, + "line": 772, "column": 16 }, "end": { - "line": 763, + "line": 773, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 30110, - "end": 30217, + "start": 30511, + "end": 30618, "loc": { "start": { - "line": 762, + "line": 772, "column": 16 }, "end": { - "line": 763, + "line": 773, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 30110, - "end": 30144, + "start": 30511, + "end": 30545, "loc": { "start": { - "line": 762, + "line": 772, "column": 16 }, "end": { - "line": 762, + "line": 772, "column": 50 } }, "object": { "type": "MemberExpression", - "start": 30110, - "end": 30127, + "start": 30511, + "end": 30528, "loc": { "start": { - "line": 762, + "line": 772, "column": 16 }, "end": { - "line": 762, + "line": 772, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 30110, - "end": 30114, + "start": 30511, + "end": 30515, "loc": { "start": { - "line": 762, + "line": 772, "column": 16 }, "end": { - "line": 762, + "line": 772, "column": 20 } } }, "property": { "type": "Identifier", - "start": 30115, - "end": 30127, + "start": 30516, + "end": 30528, "loc": { "start": { - "line": 762, + "line": 772, "column": 21 }, "end": { - "line": 762, + "line": 772, "column": 33 }, "identifierName": "mediaElement" @@ -54082,15 +54847,15 @@ }, "property": { "type": "Identifier", - "start": 30128, - "end": 30144, + "start": 30529, + "end": 30545, "loc": { "start": { - "line": 762, + "line": 772, "column": 34 }, "end": { - "line": 762, + "line": 772, "column": 50 }, "identifierName": "addEventListener" @@ -54102,29 +54867,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 30145, - "end": 30172, + "start": 30546, + "end": 30573, "loc": { "start": { - "line": 762, + "line": 772, "column": 51 }, "end": { - "line": 762, + "line": 772, "column": 78 } }, "object": { "type": "Identifier", - "start": 30145, - "end": 30150, + "start": 30546, + "end": 30551, "loc": { "start": { - "line": 762, + "line": 772, "column": 51 }, "end": { - "line": 762, + "line": 772, "column": 56 }, "identifierName": "Event" @@ -54133,15 +54898,15 @@ }, "property": { "type": "Identifier", - "start": 30151, - "end": 30172, + "start": 30552, + "end": 30573, "loc": { "start": { - "line": 762, + "line": 772, "column": 57 }, "end": { - "line": 762, + "line": 772, "column": 78 }, "identifierName": "LEAVEPICTUREINPICTURE" @@ -54152,44 +54917,44 @@ }, { "type": "MemberExpression", - "start": 30194, - "end": 30216, + "start": 30595, + "end": 30617, "loc": { "start": { - "line": 763, + "line": 773, "column": 20 }, "end": { - "line": 763, + "line": 773, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 30194, - "end": 30198, + "start": 30595, + "end": 30599, "loc": { "start": { - "line": 763, + "line": 773, "column": 20 }, "end": { - "line": 763, + "line": 773, "column": 24 } } }, "property": { "type": "Identifier", - "start": 30199, - "end": 30216, + "start": 30600, + "end": 30617, "loc": { "start": { - "line": 763, + "line": 773, "column": 25 }, "end": { - "line": 763, + "line": 773, "column": 42 }, "identifierName": "onLeavePiPHandler" @@ -54210,15 +54975,15 @@ { "type": "CommentLine", "value": " picture-in-picture", - "start": 29496, - "end": 29517, + "start": 29897, + "end": 29918, "loc": { "start": { - "line": 750, + "line": 760, "column": 12 }, "end": { - "line": 750, + "line": 760, "column": 33 } } @@ -54228,15 +54993,15 @@ { "type": "CommentLine", "value": " load stream", - "start": 30245, - "end": 30259, + "start": 30646, + "end": 30660, "loc": { "start": { - "line": 765, + "line": 775, "column": 12 }, "end": { - "line": 765, + "line": 775, "column": 26 } } @@ -54245,57 +55010,57 @@ }, { "type": "ExpressionStatement", - "start": 30272, - "end": 30295, + "start": 30673, + "end": 30696, "loc": { "start": { - "line": 766, + "line": 776, "column": 12 }, "end": { - "line": 766, + "line": 776, "column": 35 } }, "expression": { "type": "CallExpression", - "start": 30272, - "end": 30294, + "start": 30673, + "end": 30695, "loc": { "start": { - "line": 766, + "line": 776, "column": 12 }, "end": { - "line": 766, + "line": 776, "column": 34 } }, "callee": { "type": "MemberExpression", - "start": 30272, - "end": 30281, + "start": 30673, + "end": 30682, "loc": { "start": { - "line": 766, + "line": 776, "column": 12 }, "end": { - "line": 766, + "line": 776, "column": 21 } }, "object": { "type": "ThisExpression", - "start": 30272, - "end": 30276, + "start": 30673, + "end": 30677, "loc": { "start": { - "line": 766, + "line": 776, "column": 12 }, "end": { - "line": 766, + "line": 776, "column": 16 } }, @@ -54303,15 +55068,15 @@ }, "property": { "type": "Identifier", - "start": 30277, - "end": 30281, + "start": 30678, + "end": 30682, "loc": { "start": { - "line": 766, + "line": 776, "column": 17 }, "end": { - "line": 766, + "line": 776, "column": 21 }, "identifierName": "load" @@ -54324,44 +55089,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 30282, - "end": 30293, + "start": 30683, + "end": 30694, "loc": { "start": { - "line": 766, + "line": 776, "column": 22 }, "end": { - "line": 766, + "line": 776, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 30282, - "end": 30286, + "start": 30683, + "end": 30687, "loc": { "start": { - "line": 766, + "line": 776, "column": 22 }, "end": { - "line": 766, + "line": 776, "column": 26 } } }, "property": { "type": "Identifier", - "start": 30287, - "end": 30293, + "start": 30688, + "end": 30694, "loc": { "start": { - "line": 766, + "line": 776, "column": 27 }, "end": { - "line": 766, + "line": 776, "column": 33 }, "identifierName": "stream" @@ -54377,15 +55142,15 @@ { "type": "CommentLine", "value": " load stream", - "start": 30245, - "end": 30259, + "start": 30646, + "end": 30660, "loc": { "start": { - "line": 765, + "line": 775, "column": 12 }, "end": { - "line": 765, + "line": 775, "column": 26 } } @@ -54395,15 +55160,15 @@ { "type": "CommentLine", "value": " stream loading is async, so we wait until it's ready to play", - "start": 30309, - "end": 30372, + "start": 30710, + "end": 30773, "loc": { "start": { - "line": 768, + "line": 778, "column": 12 }, "end": { - "line": 768, + "line": 778, "column": 75 } } @@ -54411,15 +55176,15 @@ { "type": "CommentLine", "value": " the stream", - "start": 30385, - "end": 30398, + "start": 30786, + "end": 30799, "loc": { "start": { - "line": 769, + "line": 779, "column": 12 }, "end": { - "line": 769, + "line": 779, "column": 25 } } @@ -54428,71 +55193,71 @@ }, { "type": "ExpressionStatement", - "start": 30411, - "end": 30644, + "start": 30812, + "end": 31045, "loc": { "start": { - "line": 770, + "line": 780, "column": 12 }, "end": { - "line": 776, + "line": 786, "column": 15 } }, "expression": { "type": "CallExpression", - "start": 30411, - "end": 30643, + "start": 30812, + "end": 31044, "loc": { "start": { - "line": 770, + "line": 780, "column": 12 }, "end": { - "line": 776, + "line": 786, "column": 14 } }, "callee": { "type": "MemberExpression", - "start": 30411, - "end": 30426, + "start": 30812, + "end": 30827, "loc": { "start": { - "line": 770, + "line": 780, "column": 12 }, "end": { - "line": 770, + "line": 780, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 30411, - "end": 30422, + "start": 30812, + "end": 30823, "loc": { "start": { - "line": 770, + "line": 780, "column": 12 }, "end": { - "line": 770, + "line": 780, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 30411, - "end": 30415, + "start": 30812, + "end": 30816, "loc": { "start": { - "line": 770, + "line": 780, "column": 12 }, "end": { - "line": 770, + "line": 780, "column": 16 } }, @@ -54500,15 +55265,15 @@ }, "property": { "type": "Identifier", - "start": 30416, - "end": 30422, + "start": 30817, + "end": 30823, "loc": { "start": { - "line": 770, + "line": 780, "column": 17 }, "end": { - "line": 770, + "line": 780, "column": 23 }, "identifierName": "player" @@ -54520,15 +55285,15 @@ }, "property": { "type": "Identifier", - "start": 30423, - "end": 30426, + "start": 30824, + "end": 30827, "loc": { "start": { - "line": 770, + "line": 780, "column": 24 }, "end": { - "line": 770, + "line": 780, "column": 27 }, "identifierName": "one" @@ -54541,29 +55306,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 30427, - "end": 30447, + "start": 30828, + "end": 30848, "loc": { "start": { - "line": 770, + "line": 780, "column": 28 }, "end": { - "line": 770, + "line": 780, "column": 48 } }, "object": { "type": "Identifier", - "start": 30427, - "end": 30432, + "start": 30828, + "end": 30833, "loc": { "start": { - "line": 770, + "line": 780, "column": 28 }, "end": { - "line": 770, + "line": 780, "column": 33 }, "identifierName": "Event" @@ -54572,15 +55337,15 @@ }, "property": { "type": "Identifier", - "start": 30433, - "end": 30447, + "start": 30834, + "end": 30848, "loc": { "start": { - "line": 770, + "line": 780, "column": 34 }, "end": { - "line": 770, + "line": 780, "column": 48 }, "identifierName": "LOADEDMETADATA" @@ -54591,15 +55356,15 @@ }, { "type": "ArrowFunctionExpression", - "start": 30449, - "end": 30642, + "start": 30850, + "end": 31043, "loc": { "start": { - "line": 770, + "line": 780, "column": 50 }, "end": { - "line": 776, + "line": 786, "column": 13 } }, @@ -54610,86 +55375,86 @@ "params": [], "body": { "type": "BlockStatement", - "start": 30455, - "end": 30642, + "start": 30856, + "end": 31043, "loc": { "start": { - "line": 770, + "line": 780, "column": 56 }, "end": { - "line": 776, + "line": 786, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 30505, - "end": 30530, + "start": 30906, + "end": 30931, "loc": { "start": { - "line": 772, + "line": 782, "column": 16 }, "end": { - "line": 772, + "line": 782, "column": 41 } }, "expression": { "type": "CallExpression", - "start": 30505, - "end": 30529, + "start": 30906, + "end": 30930, "loc": { "start": { - "line": 772, + "line": 782, "column": 16 }, "end": { - "line": 772, + "line": 782, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 30505, - "end": 30527, + "start": 30906, + "end": 30928, "loc": { "start": { - "line": 772, + "line": 782, "column": 16 }, "end": { - "line": 772, + "line": 782, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 30505, - "end": 30522, + "start": 30906, + "end": 30923, "loc": { "start": { - "line": 772, + "line": 782, "column": 16 }, "end": { - "line": 772, + "line": 782, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 30505, - "end": 30509, + "start": 30906, + "end": 30910, "loc": { "start": { - "line": 772, + "line": 782, "column": 16 }, "end": { - "line": 772, + "line": 782, "column": 20 } }, @@ -54697,15 +55462,15 @@ }, "property": { "type": "Identifier", - "start": 30510, - "end": 30522, + "start": 30911, + "end": 30923, "loc": { "start": { - "line": 772, + "line": 782, "column": 21 }, "end": { - "line": 772, + "line": 782, "column": 33 }, "identifierName": "mediaElement" @@ -54717,15 +55482,15 @@ }, "property": { "type": "Identifier", - "start": 30523, - "end": 30527, + "start": 30924, + "end": 30928, "loc": { "start": { - "line": 772, + "line": 782, "column": 34 }, "end": { - "line": 772, + "line": 782, "column": 38 }, "identifierName": "play" @@ -54742,15 +55507,15 @@ { "type": "CommentLine", "value": " start stream", - "start": 30473, - "end": 30488, + "start": 30874, + "end": 30889, "loc": { "start": { - "line": 771, + "line": 781, "column": 16 }, "end": { - "line": 771, + "line": 781, "column": 31 } } @@ -54760,15 +55525,15 @@ { "type": "CommentLine", "value": " forward to listeners", - "start": 30548, - "end": 30571, + "start": 30949, + "end": 30972, "loc": { "start": { - "line": 774, + "line": 784, "column": 16 }, "end": { - "line": 774, + "line": 784, "column": 39 } } @@ -54777,71 +55542,71 @@ }, { "type": "ExpressionStatement", - "start": 30588, - "end": 30628, + "start": 30989, + "end": 31029, "loc": { "start": { - "line": 775, + "line": 785, "column": 16 }, "end": { - "line": 775, + "line": 785, "column": 56 } }, "expression": { "type": "CallExpression", - "start": 30588, - "end": 30627, + "start": 30989, + "end": 31028, "loc": { "start": { - "line": 775, + "line": 785, "column": 16 }, "end": { - "line": 775, + "line": 785, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 30588, - "end": 30607, + "start": 30989, + "end": 31008, "loc": { "start": { - "line": 775, + "line": 785, "column": 16 }, "end": { - "line": 775, + "line": 785, "column": 35 } }, "object": { "type": "MemberExpression", - "start": 30588, - "end": 30599, + "start": 30989, + "end": 31000, "loc": { "start": { - "line": 775, + "line": 785, "column": 16 }, "end": { - "line": 775, + "line": 785, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 30588, - "end": 30592, + "start": 30989, + "end": 30993, "loc": { "start": { - "line": 775, + "line": 785, "column": 16 }, "end": { - "line": 775, + "line": 785, "column": 20 } }, @@ -54849,15 +55614,15 @@ }, "property": { "type": "Identifier", - "start": 30593, - "end": 30599, + "start": 30994, + "end": 31000, "loc": { "start": { - "line": 775, + "line": 785, "column": 21 }, "end": { - "line": 775, + "line": 785, "column": 27 }, "identifierName": "player" @@ -54869,15 +55634,15 @@ }, "property": { "type": "Identifier", - "start": 30600, - "end": 30607, + "start": 31001, + "end": 31008, "loc": { "start": { - "line": 775, + "line": 785, "column": 28 }, "end": { - "line": 775, + "line": 785, "column": 35 }, "identifierName": "trigger" @@ -54890,29 +55655,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 30608, - "end": 30626, + "start": 31009, + "end": 31027, "loc": { "start": { - "line": 775, + "line": 785, "column": 36 }, "end": { - "line": 775, + "line": 785, "column": 54 } }, "object": { "type": "Identifier", - "start": 30608, - "end": 30613, + "start": 31009, + "end": 31014, "loc": { "start": { - "line": 775, + "line": 785, "column": 36 }, "end": { - "line": 775, + "line": 785, "column": 41 }, "identifierName": "Event" @@ -54921,15 +55686,15 @@ }, "property": { "type": "Identifier", - "start": 30614, - "end": 30626, + "start": 31015, + "end": 31027, "loc": { "start": { - "line": 775, + "line": 785, "column": 42 }, "end": { - "line": 775, + "line": 785, "column": 54 }, "identifierName": "DEVICE_READY" @@ -54945,15 +55710,15 @@ { "type": "CommentLine", "value": " forward to listeners", - "start": 30548, - "end": 30571, + "start": 30949, + "end": 30972, "loc": { "start": { - "line": 774, + "line": 784, "column": 16 }, "end": { - "line": 774, + "line": 784, "column": 39 } } @@ -54971,15 +55736,15 @@ { "type": "CommentLine", "value": " stream loading is async, so we wait until it's ready to play", - "start": 30309, - "end": 30372, + "start": 30710, + "end": 30773, "loc": { "start": { - "line": 768, + "line": 778, "column": 12 }, "end": { - "line": 768, + "line": 778, "column": 75 } } @@ -54987,15 +55752,15 @@ { "type": "CommentLine", "value": " the stream", - "start": 30385, - "end": 30398, + "start": 30786, + "end": 30799, "loc": { "start": { - "line": 769, + "line": 779, "column": 12 }, "end": { - "line": 769, + "line": 779, "column": 25 } } @@ -55007,86 +55772,86 @@ }, "alternate": { "type": "BlockStatement", - "start": 30660, - "end": 30760, + "start": 31061, + "end": 31161, "loc": { "start": { - "line": 777, + "line": 787, "column": 15 }, "end": { - "line": 780, + "line": 790, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 30710, - "end": 30750, + "start": 31111, + "end": 31151, "loc": { "start": { - "line": 779, + "line": 789, "column": 12 }, "end": { - "line": 779, + "line": 789, "column": 52 } }, "expression": { "type": "CallExpression", - "start": 30710, - "end": 30749, + "start": 31111, + "end": 31150, "loc": { "start": { - "line": 779, + "line": 789, "column": 12 }, "end": { - "line": 779, + "line": 789, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 30710, - "end": 30729, + "start": 31111, + "end": 31130, "loc": { "start": { - "line": 779, + "line": 789, "column": 12 }, "end": { - "line": 779, + "line": 789, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 30710, - "end": 30721, + "start": 31111, + "end": 31122, "loc": { "start": { - "line": 779, + "line": 789, "column": 12 }, "end": { - "line": 779, + "line": 789, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 30710, - "end": 30714, + "start": 31111, + "end": 31115, "loc": { "start": { - "line": 779, + "line": 789, "column": 12 }, "end": { - "line": 779, + "line": 789, "column": 16 } }, @@ -55094,15 +55859,15 @@ }, "property": { "type": "Identifier", - "start": 30715, - "end": 30721, + "start": 31116, + "end": 31122, "loc": { "start": { - "line": 779, + "line": 789, "column": 17 }, "end": { - "line": 779, + "line": 789, "column": 23 }, "identifierName": "player" @@ -55114,15 +55879,15 @@ }, "property": { "type": "Identifier", - "start": 30722, - "end": 30729, + "start": 31123, + "end": 31130, "loc": { "start": { - "line": 779, + "line": 789, "column": 24 }, "end": { - "line": 779, + "line": 789, "column": 31 }, "identifierName": "trigger" @@ -55135,29 +55900,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 30730, - "end": 30748, + "start": 31131, + "end": 31149, "loc": { "start": { - "line": 779, + "line": 789, "column": 32 }, "end": { - "line": 779, + "line": 789, "column": 50 } }, "object": { "type": "Identifier", - "start": 30730, - "end": 30735, + "start": 31131, + "end": 31136, "loc": { "start": { - "line": 779, + "line": 789, "column": 32 }, "end": { - "line": 779, + "line": 789, "column": 37 }, "identifierName": "Event" @@ -55166,15 +55931,15 @@ }, "property": { "type": "Identifier", - "start": 30736, - "end": 30748, + "start": 31137, + "end": 31149, "loc": { "start": { - "line": 779, + "line": 789, "column": 38 }, "end": { - "line": 779, + "line": 789, "column": 50 }, "identifierName": "DEVICE_READY" @@ -55190,15 +55955,15 @@ { "type": "CommentLine", "value": " forward to listeners", - "start": 30674, - "end": 30697, + "start": 31075, + "end": 31098, "loc": { "start": { - "line": 778, + "line": 788, "column": 12 }, "end": { - "line": 778, + "line": 788, "column": 35 } } @@ -55212,15 +55977,15 @@ { "type": "CommentLine", "value": " setup preview", - "start": 29075, - "end": 29091, + "start": 29476, + "end": 29492, "loc": { "start": { - "line": 738, + "line": 748, "column": 8 }, "end": { - "line": 738, + "line": 748, "column": 24 } } @@ -55235,15 +56000,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when the device is ready.\n *\n * @private\n * @param {LocalMediaStream} stream - Local media stream from device.\n ", - "start": 23057, - "end": 23206, + "start": 23458, + "end": 23607, "loc": { "start": { - "line": 583, + "line": 593, "column": 4 }, "end": { - "line": 588, + "line": 598, "column": 7 } } @@ -55253,15 +56018,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when an device error occurred.\n *\n * @private\n * @param {(string|number)} code - Error code/description.\n ", - "start": 30772, - "end": 30915, + "start": 31173, + "end": 31316, "loc": { "start": { - "line": 783, + "line": 793, "column": 4 }, "end": { - "line": 788, + "line": 798, "column": 7 } } @@ -55270,15 +56035,15 @@ }, { "type": "ClassMethod", - "start": 30920, - "end": 31196, + "start": 31321, + "end": 31597, "loc": { "start": { - "line": 789, + "line": 799, "column": 4 }, "end": { - "line": 799, + "line": 809, "column": 5 } }, @@ -55286,15 +56051,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 30920, - "end": 30933, + "start": 31321, + "end": 31334, "loc": { "start": { - "line": 789, + "line": 799, "column": 4 }, "end": { - "line": 789, + "line": 799, "column": 17 }, "identifierName": "onDeviceError" @@ -55310,15 +56075,15 @@ "params": [ { "type": "Identifier", - "start": 30934, - "end": 30938, + "start": 31335, + "end": 31339, "loc": { "start": { - "line": 789, + "line": 799, "column": 18 }, "end": { - "line": 789, + "line": 799, "column": 22 }, "identifierName": "code" @@ -55328,88 +56093,88 @@ ], "body": { "type": "BlockStatement", - "start": 30940, - "end": 31196, + "start": 31341, + "end": 31597, "loc": { "start": { - "line": 789, + "line": 799, "column": 24 }, "end": { - "line": 799, + "line": 809, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 30950, - "end": 30977, + "start": 31351, + "end": 31378, "loc": { "start": { - "line": 790, + "line": 800, "column": 8 }, "end": { - "line": 790, + "line": 800, "column": 35 } }, "expression": { "type": "AssignmentExpression", - "start": 30950, - "end": 30976, + "start": 31351, + "end": 31377, "loc": { "start": { - "line": 790, + "line": 800, "column": 8 }, "end": { - "line": 790, + "line": 800, "column": 34 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 30950, - "end": 30968, + "start": 31351, + "end": 31369, "loc": { "start": { - "line": 790, + "line": 800, "column": 8 }, "end": { - "line": 790, + "line": 800, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 30950, - "end": 30954, + "start": 31351, + "end": 31355, "loc": { "start": { - "line": 790, + "line": 800, "column": 8 }, "end": { - "line": 790, + "line": 800, "column": 12 } } }, "property": { "type": "Identifier", - "start": 30955, - "end": 30968, + "start": 31356, + "end": 31369, "loc": { "start": { - "line": 790, + "line": 800, "column": 13 }, "end": { - "line": 790, + "line": 800, "column": 26 }, "identifierName": "_deviceActive" @@ -55420,15 +56185,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 30971, - "end": 30976, + "start": 31372, + "end": 31377, "loc": { "start": { - "line": 790, + "line": 800, "column": 29 }, "end": { - "line": 790, + "line": 800, "column": 34 } }, @@ -55438,29 +56203,29 @@ }, { "type": "IfStatement", - "start": 30987, - "end": 31190, + "start": 31388, + "end": 31591, "loc": { "start": { - "line": 792, + "line": 802, "column": 8 }, "end": { - "line": 798, + "line": 808, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 30991, - "end": 31010, + "start": 31392, + "end": 31411, "loc": { "start": { - "line": 792, + "line": 802, "column": 12 }, "end": { - "line": 792, + "line": 802, "column": 31 } }, @@ -55468,58 +56233,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 30992, - "end": 31010, + "start": 31393, + "end": 31411, "loc": { "start": { - "line": 792, + "line": 802, "column": 13 }, "end": { - "line": 792, + "line": 802, "column": 31 } }, "callee": { "type": "MemberExpression", - "start": 30992, - "end": 31008, + "start": 31393, + "end": 31409, "loc": { "start": { - "line": 792, + "line": 802, "column": 13 }, "end": { - "line": 792, + "line": 802, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 30992, - "end": 30996, + "start": 31393, + "end": 31397, "loc": { "start": { - "line": 792, + "line": 802, "column": 13 }, "end": { - "line": 792, + "line": 802, "column": 17 } } }, "property": { "type": "Identifier", - "start": 30997, - "end": 31008, + "start": 31398, + "end": 31409, "loc": { "start": { - "line": 792, + "line": 802, "column": 18 }, "end": { - "line": 792, + "line": 802, "column": 29 }, "identifierName": "isDestroyed" @@ -55536,87 +56301,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 31012, - "end": 31190, + "start": 31413, + "end": 31591, "loc": { "start": { - "line": 792, + "line": 802, "column": 33 }, "end": { - "line": 798, + "line": 808, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 31052, - "end": 31087, + "start": 31453, + "end": 31488, "loc": { "start": { - "line": 794, + "line": 804, "column": 12 }, "end": { - "line": 794, + "line": 804, "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 31052, - "end": 31086, + "start": 31453, + "end": 31487, "loc": { "start": { - "line": 794, + "line": 804, "column": 12 }, "end": { - "line": 794, + "line": 804, "column": 46 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 31052, - "end": 31079, + "start": 31453, + "end": 31480, "loc": { "start": { - "line": 794, + "line": 804, "column": 12 }, "end": { - "line": 794, + "line": 804, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 31052, - "end": 31063, + "start": 31453, + "end": 31464, "loc": { "start": { - "line": 794, + "line": 804, "column": 12 }, "end": { - "line": 794, + "line": 804, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 31052, - "end": 31056, + "start": 31453, + "end": 31457, "loc": { "start": { - "line": 794, + "line": 804, "column": 12 }, "end": { - "line": 794, + "line": 804, "column": 16 } }, @@ -55624,15 +56389,15 @@ }, "property": { "type": "Identifier", - "start": 31057, - "end": 31063, + "start": 31458, + "end": 31464, "loc": { "start": { - "line": 794, + "line": 804, "column": 17 }, "end": { - "line": 794, + "line": 804, "column": 23 }, "identifierName": "player" @@ -55644,15 +56409,15 @@ }, "property": { "type": "Identifier", - "start": 31064, - "end": 31079, + "start": 31465, + "end": 31480, "loc": { "start": { - "line": 794, + "line": 804, "column": 24 }, "end": { - "line": 794, + "line": 804, "column": 39 }, "identifierName": "deviceErrorCode" @@ -55664,15 +56429,15 @@ }, "right": { "type": "Identifier", - "start": 31082, - "end": 31086, + "start": 31483, + "end": 31487, "loc": { "start": { - "line": 794, + "line": 804, "column": 42 }, "end": { - "line": 794, + "line": 804, "column": 46 }, "identifierName": "code" @@ -55685,15 +56450,15 @@ { "type": "CommentLine", "value": " store code", - "start": 31026, - "end": 31039, + "start": 31427, + "end": 31440, "loc": { "start": { - "line": 793, + "line": 803, "column": 12 }, "end": { - "line": 793, + "line": 803, "column": 25 } } @@ -55703,15 +56468,15 @@ { "type": "CommentLine", "value": " forward error to player", - "start": 31101, - "end": 31127, + "start": 31502, + "end": 31528, "loc": { "start": { - "line": 796, + "line": 806, "column": 12 }, "end": { - "line": 796, + "line": 806, "column": 38 } } @@ -55720,71 +56485,71 @@ }, { "type": "ExpressionStatement", - "start": 31140, - "end": 31180, + "start": 31541, + "end": 31581, "loc": { "start": { - "line": 797, + "line": 807, "column": 12 }, "end": { - "line": 797, + "line": 807, "column": 52 } }, "expression": { "type": "CallExpression", - "start": 31140, - "end": 31179, + "start": 31541, + "end": 31580, "loc": { "start": { - "line": 797, + "line": 807, "column": 12 }, "end": { - "line": 797, + "line": 807, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 31140, - "end": 31159, + "start": 31541, + "end": 31560, "loc": { "start": { - "line": 797, + "line": 807, "column": 12 }, "end": { - "line": 797, + "line": 807, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 31140, - "end": 31151, + "start": 31541, + "end": 31552, "loc": { "start": { - "line": 797, + "line": 807, "column": 12 }, "end": { - "line": 797, + "line": 807, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 31140, - "end": 31144, + "start": 31541, + "end": 31545, "loc": { "start": { - "line": 797, + "line": 807, "column": 12 }, "end": { - "line": 797, + "line": 807, "column": 16 } }, @@ -55792,15 +56557,15 @@ }, "property": { "type": "Identifier", - "start": 31145, - "end": 31151, + "start": 31546, + "end": 31552, "loc": { "start": { - "line": 797, + "line": 807, "column": 17 }, "end": { - "line": 797, + "line": 807, "column": 23 }, "identifierName": "player" @@ -55812,15 +56577,15 @@ }, "property": { "type": "Identifier", - "start": 31152, - "end": 31159, + "start": 31553, + "end": 31560, "loc": { "start": { - "line": 797, + "line": 807, "column": 24 }, "end": { - "line": 797, + "line": 807, "column": 31 }, "identifierName": "trigger" @@ -55833,29 +56598,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 31160, - "end": 31178, + "start": 31561, + "end": 31579, "loc": { "start": { - "line": 797, + "line": 807, "column": 32 }, "end": { - "line": 797, + "line": 807, "column": 50 } }, "object": { "type": "Identifier", - "start": 31160, - "end": 31165, + "start": 31561, + "end": 31566, "loc": { "start": { - "line": 797, + "line": 807, "column": 32 }, "end": { - "line": 797, + "line": 807, "column": 37 }, "identifierName": "Event" @@ -55864,15 +56629,15 @@ }, "property": { "type": "Identifier", - "start": 31166, - "end": 31178, + "start": 31567, + "end": 31579, "loc": { "start": { - "line": 797, + "line": 807, "column": 38 }, "end": { - "line": 797, + "line": 807, "column": 50 }, "identifierName": "DEVICE_ERROR" @@ -55888,15 +56653,15 @@ { "type": "CommentLine", "value": " forward error to player", - "start": 31101, - "end": 31127, + "start": 31502, + "end": 31528, "loc": { "start": { - "line": 796, + "line": 806, "column": 12 }, "end": { - "line": 796, + "line": 806, "column": 38 } } @@ -55916,15 +56681,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when an device error occurred.\n *\n * @private\n * @param {(string|number)} code - Error code/description.\n ", - "start": 30772, - "end": 30915, + "start": 31173, + "end": 31316, "loc": { "start": { - "line": 783, + "line": 793, "column": 4 }, "end": { - "line": 788, + "line": 798, "column": 7 } } @@ -55934,15 +56699,15 @@ { "type": "CommentBlock", "value": "*\n * Start recording.\n ", - "start": 31202, - "end": 31237, + "start": 31603, + "end": 31638, "loc": { "start": { - "line": 801, + "line": 811, "column": 4 }, "end": { - "line": 803, + "line": 813, "column": 7 } } @@ -55951,15 +56716,15 @@ }, { "type": "ClassMethod", - "start": 31242, - "end": 34324, + "start": 31643, + "end": 34987, "loc": { "start": { - "line": 804, + "line": 814, "column": 4 }, "end": { - "line": 890, + "line": 906, "column": 5 } }, @@ -55967,15 +56732,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 31242, - "end": 31247, + "start": 31643, + "end": 31648, "loc": { "start": { - "line": 804, + "line": 814, "column": 4 }, "end": { - "line": 804, + "line": 814, "column": 9 }, "identifierName": "start" @@ -55991,44 +56756,44 @@ "params": [], "body": { "type": "BlockStatement", - "start": 31250, - "end": 34324, + "start": 31651, + "end": 34987, "loc": { "start": { - "line": 804, + "line": 814, "column": 12 }, "end": { - "line": 890, + "line": 906, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 31260, - "end": 34318, + "start": 31661, + "end": 34981, "loc": { "start": { - "line": 805, + "line": 815, "column": 8 }, "end": { - "line": 889, + "line": 905, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 31264, - "end": 31284, + "start": 31665, + "end": 31685, "loc": { "start": { - "line": 805, + "line": 815, "column": 12 }, "end": { - "line": 805, + "line": 815, "column": 32 } }, @@ -56036,58 +56801,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 31265, - "end": 31284, + "start": 31666, + "end": 31685, "loc": { "start": { - "line": 805, + "line": 815, "column": 13 }, "end": { - "line": 805, + "line": 815, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 31265, - "end": 31282, + "start": 31666, + "end": 31683, "loc": { "start": { - "line": 805, + "line": 815, "column": 13 }, "end": { - "line": 805, + "line": 815, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 31265, - "end": 31269, + "start": 31666, + "end": 31670, "loc": { "start": { - "line": 805, + "line": 815, "column": 13 }, "end": { - "line": 805, + "line": 815, "column": 17 } } }, "property": { "type": "Identifier", - "start": 31270, - "end": 31282, + "start": 31671, + "end": 31683, "loc": { "start": { - "line": 805, + "line": 815, "column": 18 }, "end": { - "line": 805, + "line": 815, "column": 30 }, "identifierName": "isProcessing" @@ -56104,88 +56869,436 @@ }, "consequent": { "type": "BlockStatement", - "start": 31286, - "end": 34318, + "start": 31687, + "end": 34981, "loc": { "start": { - "line": 805, + "line": 815, "column": 34 }, "end": { - "line": 889, + "line": 905, "column": 9 } }, "body": [ + { + "type": "IfStatement", + "start": 31783, + "end": 31950, + "loc": { + "start": { + "line": 817, + "column": 12 + }, + "end": { + "line": 821, + "column": 13 + } + }, + "test": { + "type": "LogicalExpression", + "start": 31787, + "end": 31830, + "loc": { + "start": { + "line": 817, + "column": 16 + }, + "end": { + "line": 817, + "column": 59 + } + }, + "left": { + "type": "MemberExpression", + "start": 31787, + "end": 31798, + "loc": { + "start": { + "line": 817, + "column": 16 + }, + "end": { + "line": 817, + "column": 27 + } + }, + "object": { + "type": "ThisExpression", + "start": 31787, + "end": 31791, + "loc": { + "start": { + "line": 817, + "column": 16 + }, + "end": { + "line": 817, + "column": 20 + } + }, + "leadingComments": null + }, + "property": { + "type": "Identifier", + "start": 31792, + "end": 31798, + "loc": { + "start": { + "line": 817, + "column": 21 + }, + "end": { + "line": 817, + "column": 27 + }, + "identifierName": "stream" + }, + "name": "stream" + }, + "computed": false, + "leadingComments": null + }, + "operator": "&&", + "right": { + "type": "BinaryExpression", + "start": 31802, + "end": 31830, + "loc": { + "start": { + "line": 817, + "column": 31 + }, + "end": { + "line": 817, + "column": 59 + } + }, + "left": { + "type": "MemberExpression", + "start": 31802, + "end": 31820, + "loc": { + "start": { + "line": 817, + "column": 31 + }, + "end": { + "line": 817, + "column": 49 + } + }, + "object": { + "type": "MemberExpression", + "start": 31802, + "end": 31813, + "loc": { + "start": { + "line": 817, + "column": 31 + }, + "end": { + "line": 817, + "column": 42 + } + }, + "object": { + "type": "ThisExpression", + "start": 31802, + "end": 31806, + "loc": { + "start": { + "line": 817, + "column": 31 + }, + "end": { + "line": 817, + "column": 35 + } + } + }, + "property": { + "type": "Identifier", + "start": 31807, + "end": 31813, + "loc": { + "start": { + "line": 817, + "column": 36 + }, + "end": { + "line": 817, + "column": 42 + }, + "identifierName": "stream" + }, + "name": "stream" + }, + "computed": false + }, + "property": { + "type": "Identifier", + "start": 31814, + "end": 31820, + "loc": { + "start": { + "line": 817, + "column": 43 + }, + "end": { + "line": 817, + "column": 49 + }, + "identifierName": "active" + }, + "name": "active" + }, + "computed": false + }, + "operator": "===", + "right": { + "type": "BooleanLiteral", + "start": 31825, + "end": 31830, + "loc": { + "start": { + "line": 817, + "column": 54 + }, + "end": { + "line": 817, + "column": 59 + } + }, + "value": false + } + }, + "leadingComments": null + }, + "consequent": { + "type": "BlockStatement", + "start": 31832, + "end": 31950, + "loc": { + "start": { + "line": 817, + "column": 61 + }, + "end": { + "line": 821, + "column": 13 + } + }, + "body": [ + { + "type": "ExpressionStatement", + "start": 31895, + "end": 31912, + "loc": { + "start": { + "line": 819, + "column": 16 + }, + "end": { + "line": 819, + "column": 33 + } + }, + "expression": { + "type": "CallExpression", + "start": 31895, + "end": 31911, + "loc": { + "start": { + "line": 819, + "column": 16 + }, + "end": { + "line": 819, + "column": 32 + } + }, + "callee": { + "type": "MemberExpression", + "start": 31895, + "end": 31909, + "loc": { + "start": { + "line": 819, + "column": 16 + }, + "end": { + "line": 819, + "column": 30 + } + }, + "object": { + "type": "ThisExpression", + "start": 31895, + "end": 31899, + "loc": { + "start": { + "line": 819, + "column": 16 + }, + "end": { + "line": 819, + "column": 20 + } + }, + "leadingComments": null + }, + "property": { + "type": "Identifier", + "start": 31900, + "end": 31909, + "loc": { + "start": { + "line": 819, + "column": 21 + }, + "end": { + "line": 819, + "column": 30 + }, + "identifierName": "getDevice" + }, + "name": "getDevice" + }, + "computed": false, + "leadingComments": null + }, + "arguments": [], + "leadingComments": null + }, + "leadingComments": [ + { + "type": "CommentLine", + "value": " ask for permissions again", + "start": 31850, + "end": 31878, + "loc": { + "start": { + "line": 818, + "column": 16 + }, + "end": { + "line": 818, + "column": 44 + } + } + } + ] + }, + { + "type": "ReturnStatement", + "start": 31929, + "end": 31936, + "loc": { + "start": { + "line": 820, + "column": 16 + }, + "end": { + "line": 820, + "column": 23 + } + }, + "argument": null + } + ], + "directives": [] + }, + "alternate": null, + "leadingComments": [ + { + "type": "CommentLine", + "value": " check if user didn't revoke permissions after a previous recording", + "start": 31701, + "end": 31770, + "loc": { + "start": { + "line": 816, + "column": 12 + }, + "end": { + "line": 816, + "column": 81 + } + } + } + ] + }, { "type": "ExpressionStatement", - "start": 31300, - "end": 31323, + "start": 31963, + "end": 31986, "loc": { "start": { - "line": 806, + "line": 822, "column": 12 }, "end": { - "line": 806, + "line": 822, "column": 35 } }, "expression": { "type": "AssignmentExpression", - "start": 31300, - "end": 31322, + "start": 31963, + "end": 31985, "loc": { "start": { - "line": 806, + "line": 822, "column": 12 }, "end": { - "line": 806, + "line": 822, "column": 34 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 31300, - "end": 31315, + "start": 31963, + "end": 31978, "loc": { "start": { - "line": 806, + "line": 822, "column": 12 }, "end": { - "line": 806, + "line": 822, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 31300, - "end": 31304, + "start": 31963, + "end": 31967, "loc": { "start": { - "line": 806, + "line": 822, "column": 12 }, "end": { - "line": 806, + "line": 822, "column": 16 } } }, "property": { "type": "Identifier", - "start": 31305, - "end": 31315, + "start": 31968, + "end": 31978, "loc": { "start": { - "line": 806, + "line": 822, "column": 17 }, "end": { - "line": 806, + "line": 822, "column": 27 }, "identifierName": "_recording" @@ -56196,15 +57309,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 31318, - "end": 31322, + "start": 31981, + "end": 31985, "loc": { "start": { - "line": 806, + "line": 822, "column": 30 }, "end": { - "line": 806, + "line": 822, "column": 34 } }, @@ -56215,15 +57328,15 @@ { "type": "CommentLine", "value": " hide play/pause control", - "start": 31337, - "end": 31363, + "start": 32000, + "end": 32026, "loc": { "start": { - "line": 808, + "line": 824, "column": 12 }, "end": { - "line": 808, + "line": 824, "column": 38 } } @@ -56232,85 +57345,85 @@ }, { "type": "IfStatement", - "start": 31376, - "end": 31502, + "start": 32039, + "end": 32165, "loc": { "start": { - "line": 809, + "line": 825, "column": 12 }, "end": { - "line": 811, + "line": 827, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 31380, - "end": 31427, + "start": 32043, + "end": 32090, "loc": { "start": { - "line": 809, + "line": 825, "column": 16 }, "end": { - "line": 809, + "line": 825, "column": 63 } }, "left": { "type": "MemberExpression", - "start": 31380, - "end": 31413, + "start": 32043, + "end": 32076, "loc": { "start": { - "line": 809, + "line": 825, "column": 16 }, "end": { - "line": 809, + "line": 825, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 31380, - "end": 31402, + "start": 32043, + "end": 32065, "loc": { "start": { - "line": 809, + "line": 825, "column": 16 }, "end": { - "line": 809, + "line": 825, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 31380, - "end": 31391, + "start": 32043, + "end": 32054, "loc": { "start": { - "line": 809, + "line": 825, "column": 16 }, "end": { - "line": 809, + "line": 825, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 31380, - "end": 31384, + "start": 32043, + "end": 32047, "loc": { "start": { - "line": 809, + "line": 825, "column": 16 }, "end": { - "line": 809, + "line": 825, "column": 20 } }, @@ -56318,15 +57431,15 @@ }, "property": { "type": "Identifier", - "start": 31385, - "end": 31391, + "start": 32048, + "end": 32054, "loc": { "start": { - "line": 809, + "line": 825, "column": 21 }, "end": { - "line": 809, + "line": 825, "column": 27 }, "identifierName": "player" @@ -56338,15 +57451,15 @@ }, "property": { "type": "Identifier", - "start": 31392, - "end": 31402, + "start": 32055, + "end": 32065, "loc": { "start": { - "line": 809, + "line": 825, "column": 28 }, "end": { - "line": 809, + "line": 825, "column": 38 }, "identifierName": "controlBar" @@ -56358,15 +57471,15 @@ }, "property": { "type": "Identifier", - "start": 31403, - "end": 31413, + "start": 32066, + "end": 32076, "loc": { "start": { - "line": 809, + "line": 825, "column": 39 }, "end": { - "line": 809, + "line": 825, "column": 49 }, "identifierName": "playToggle" @@ -56379,15 +57492,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 31418, - "end": 31427, + "start": 32081, + "end": 32090, "loc": { "start": { - "line": 809, + "line": 825, "column": 54 }, "end": { - "line": 809, + "line": 825, "column": 63 }, "identifierName": "undefined" @@ -56398,129 +57511,129 @@ }, "consequent": { "type": "BlockStatement", - "start": 31429, - "end": 31502, + "start": 32092, + "end": 32165, "loc": { "start": { - "line": 809, + "line": 825, "column": 65 }, "end": { - "line": 811, + "line": 827, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 31447, - "end": 31488, + "start": 32110, + "end": 32151, "loc": { "start": { - "line": 810, + "line": 826, "column": 16 }, "end": { - "line": 810, + "line": 826, "column": 57 } }, "expression": { "type": "CallExpression", - "start": 31447, - "end": 31487, + "start": 32110, + "end": 32150, "loc": { "start": { - "line": 810, + "line": 826, "column": 16 }, "end": { - "line": 810, + "line": 826, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 31447, - "end": 31485, + "start": 32110, + "end": 32148, "loc": { "start": { - "line": 810, + "line": 826, "column": 16 }, "end": { - "line": 810, + "line": 826, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 31447, - "end": 31480, + "start": 32110, + "end": 32143, "loc": { "start": { - "line": 810, + "line": 826, "column": 16 }, "end": { - "line": 810, + "line": 826, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 31447, - "end": 31469, + "start": 32110, + "end": 32132, "loc": { "start": { - "line": 810, + "line": 826, "column": 16 }, "end": { - "line": 810, + "line": 826, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 31447, - "end": 31458, + "start": 32110, + "end": 32121, "loc": { "start": { - "line": 810, + "line": 826, "column": 16 }, "end": { - "line": 810, + "line": 826, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 31447, - "end": 31451, + "start": 32110, + "end": 32114, "loc": { "start": { - "line": 810, + "line": 826, "column": 16 }, "end": { - "line": 810, + "line": 826, "column": 20 } } }, "property": { "type": "Identifier", - "start": 31452, - "end": 31458, + "start": 32115, + "end": 32121, "loc": { "start": { - "line": 810, + "line": 826, "column": 21 }, "end": { - "line": 810, + "line": 826, "column": 27 }, "identifierName": "player" @@ -56531,15 +57644,15 @@ }, "property": { "type": "Identifier", - "start": 31459, - "end": 31469, + "start": 32122, + "end": 32132, "loc": { "start": { - "line": 810, + "line": 826, "column": 28 }, "end": { - "line": 810, + "line": 826, "column": 38 }, "identifierName": "controlBar" @@ -56550,15 +57663,15 @@ }, "property": { "type": "Identifier", - "start": 31470, - "end": 31480, + "start": 32133, + "end": 32143, "loc": { "start": { - "line": 810, + "line": 826, "column": 39 }, "end": { - "line": 810, + "line": 826, "column": 49 }, "identifierName": "playToggle" @@ -56569,15 +57682,15 @@ }, "property": { "type": "Identifier", - "start": 31481, - "end": 31485, + "start": 32144, + "end": 32148, "loc": { "start": { - "line": 810, + "line": 826, "column": 50 }, "end": { - "line": 810, + "line": 826, "column": 54 }, "identifierName": "hide" @@ -56598,15 +57711,15 @@ { "type": "CommentLine", "value": " hide play/pause control", - "start": 31337, - "end": 31363, + "start": 32000, + "end": 32026, "loc": { "start": { - "line": 808, + "line": 824, "column": 12 }, "end": { - "line": 808, + "line": 824, "column": 38 } } @@ -56616,15 +57729,15 @@ { "type": "CommentLine", "value": " reset playback listeners", - "start": 31516, - "end": 31543, + "start": 32179, + "end": 32206, "loc": { "start": { - "line": 813, + "line": 829, "column": 12 }, "end": { - "line": 813, + "line": 829, "column": 39 } } @@ -56633,57 +57746,57 @@ }, { "type": "ExpressionStatement", - "start": 31556, - "end": 31621, + "start": 32219, + "end": 32284, "loc": { "start": { - "line": 814, + "line": 830, "column": 12 }, "end": { - "line": 814, + "line": 830, "column": 77 } }, "expression": { "type": "CallExpression", - "start": 31556, - "end": 31620, + "start": 32219, + "end": 32283, "loc": { "start": { - "line": 814, + "line": 830, "column": 12 }, "end": { - "line": 814, + "line": 830, "column": 76 } }, "callee": { "type": "MemberExpression", - "start": 31556, - "end": 31564, + "start": 32219, + "end": 32227, "loc": { "start": { - "line": 814, + "line": 830, "column": 12 }, "end": { - "line": 814, + "line": 830, "column": 20 } }, "object": { "type": "ThisExpression", - "start": 31556, - "end": 31560, + "start": 32219, + "end": 32223, "loc": { "start": { - "line": 814, + "line": 830, "column": 12 }, "end": { - "line": 814, + "line": 830, "column": 16 } }, @@ -56691,15 +57804,15 @@ }, "property": { "type": "Identifier", - "start": 31561, - "end": 31564, + "start": 32224, + "end": 32227, "loc": { "start": { - "line": 814, + "line": 830, "column": 17 }, "end": { - "line": 814, + "line": 830, "column": 20 }, "identifierName": "off" @@ -56712,44 +57825,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 31565, - "end": 31576, + "start": 32228, + "end": 32239, "loc": { "start": { - "line": 814, + "line": 830, "column": 21 }, "end": { - "line": 814, + "line": 830, "column": 32 } }, "object": { "type": "ThisExpression", - "start": 31565, - "end": 31569, + "start": 32228, + "end": 32232, "loc": { "start": { - "line": 814, + "line": 830, "column": 21 }, "end": { - "line": 814, + "line": 830, "column": 25 } } }, "property": { "type": "Identifier", - "start": 31570, - "end": 31576, + "start": 32233, + "end": 32239, "loc": { "start": { - "line": 814, + "line": 830, "column": 26 }, "end": { - "line": 814, + "line": 830, "column": 32 }, "identifierName": "player" @@ -56760,29 +57873,29 @@ }, { "type": "MemberExpression", - "start": 31578, - "end": 31594, + "start": 32241, + "end": 32257, "loc": { "start": { - "line": 814, + "line": 830, "column": 34 }, "end": { - "line": 814, + "line": 830, "column": 50 } }, "object": { "type": "Identifier", - "start": 31578, - "end": 31583, + "start": 32241, + "end": 32246, "loc": { "start": { - "line": 814, + "line": 830, "column": 34 }, "end": { - "line": 814, + "line": 830, "column": 39 }, "identifierName": "Event" @@ -56791,15 +57904,15 @@ }, "property": { "type": "Identifier", - "start": 31584, - "end": 31594, + "start": 32247, + "end": 32257, "loc": { "start": { - "line": 814, + "line": 830, "column": 40 }, "end": { - "line": 814, + "line": 830, "column": 50 }, "identifierName": "TIMEUPDATE" @@ -56810,44 +57923,44 @@ }, { "type": "MemberExpression", - "start": 31596, - "end": 31619, + "start": 32259, + "end": 32282, "loc": { "start": { - "line": 814, + "line": 830, "column": 52 }, "end": { - "line": 814, + "line": 830, "column": 75 } }, "object": { "type": "ThisExpression", - "start": 31596, - "end": 31600, + "start": 32259, + "end": 32263, "loc": { "start": { - "line": 814, + "line": 830, "column": 52 }, "end": { - "line": 814, + "line": 830, "column": 56 } } }, "property": { "type": "Identifier", - "start": 31601, - "end": 31619, + "start": 32264, + "end": 32282, "loc": { "start": { - "line": 814, + "line": 830, "column": 57 }, "end": { - "line": 814, + "line": 830, "column": 75 }, "identifierName": "playbackTimeUpdate" @@ -56863,15 +57976,15 @@ { "type": "CommentLine", "value": " reset playback listeners", - "start": 31516, - "end": 31543, + "start": 32179, + "end": 32206, "loc": { "start": { - "line": 813, + "line": 829, "column": 12 }, "end": { - "line": 813, + "line": 829, "column": 39 } } @@ -56880,72 +57993,72 @@ }, { "type": "ExpressionStatement", - "start": 31634, - "end": 31694, + "start": 32297, + "end": 32357, "loc": { "start": { - "line": 815, + "line": 831, "column": 12 }, "end": { - "line": 815, + "line": 831, "column": 72 } }, "expression": { "type": "CallExpression", - "start": 31634, - "end": 31693, + "start": 32297, + "end": 32356, "loc": { "start": { - "line": 815, + "line": 831, "column": 12 }, "end": { - "line": 815, + "line": 831, "column": 71 } }, "callee": { "type": "MemberExpression", - "start": 31634, - "end": 31642, + "start": 32297, + "end": 32305, "loc": { "start": { - "line": 815, + "line": 831, "column": 12 }, "end": { - "line": 815, + "line": 831, "column": 20 } }, "object": { "type": "ThisExpression", - "start": 31634, - "end": 31638, + "start": 32297, + "end": 32301, "loc": { "start": { - "line": 815, + "line": 831, "column": 12 }, "end": { - "line": 815, + "line": 831, "column": 16 } } }, "property": { "type": "Identifier", - "start": 31639, - "end": 31642, + "start": 32302, + "end": 32305, "loc": { "start": { - "line": 815, + "line": 831, "column": 17 }, "end": { - "line": 815, + "line": 831, "column": 20 }, "identifierName": "off" @@ -56957,44 +58070,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 31643, - "end": 31654, + "start": 32306, + "end": 32317, "loc": { "start": { - "line": 815, + "line": 831, "column": 21 }, "end": { - "line": 815, + "line": 831, "column": 32 } }, "object": { "type": "ThisExpression", - "start": 31643, - "end": 31647, + "start": 32306, + "end": 32310, "loc": { "start": { - "line": 815, + "line": 831, "column": 21 }, "end": { - "line": 815, + "line": 831, "column": 25 } } }, "property": { "type": "Identifier", - "start": 31648, - "end": 31654, + "start": 32311, + "end": 32317, "loc": { "start": { - "line": 815, + "line": 831, "column": 26 }, "end": { - "line": 815, + "line": 831, "column": 32 }, "identifierName": "player" @@ -57005,29 +58118,29 @@ }, { "type": "MemberExpression", - "start": 31656, - "end": 31667, + "start": 32319, + "end": 32330, "loc": { "start": { - "line": 815, + "line": 831, "column": 34 }, "end": { - "line": 815, + "line": 831, "column": 45 } }, "object": { "type": "Identifier", - "start": 31656, - "end": 31661, + "start": 32319, + "end": 32324, "loc": { "start": { - "line": 815, + "line": 831, "column": 34 }, "end": { - "line": 815, + "line": 831, "column": 39 }, "identifierName": "Event" @@ -57036,15 +58149,15 @@ }, "property": { "type": "Identifier", - "start": 31662, - "end": 31667, + "start": 32325, + "end": 32330, "loc": { "start": { - "line": 815, + "line": 831, "column": 40 }, "end": { - "line": 815, + "line": 831, "column": 45 }, "identifierName": "ENDED" @@ -57055,44 +58168,44 @@ }, { "type": "MemberExpression", - "start": 31669, - "end": 31692, + "start": 32332, + "end": 32355, "loc": { "start": { - "line": 815, + "line": 831, "column": 47 }, "end": { - "line": 815, + "line": 831, "column": 70 } }, "object": { "type": "ThisExpression", - "start": 31669, - "end": 31673, + "start": 32332, + "end": 32336, "loc": { "start": { - "line": 815, + "line": 831, "column": 47 }, "end": { - "line": 815, + "line": 831, "column": 51 } } }, "property": { "type": "Identifier", - "start": 31674, - "end": 31692, + "start": 32337, + "end": 32355, "loc": { "start": { - "line": 815, + "line": 831, "column": 52 }, "end": { - "line": 815, + "line": 831, "column": 70 }, "identifierName": "playbackTimeUpdate" @@ -57107,15 +58220,15 @@ { "type": "CommentLine", "value": " start preview", - "start": 31708, - "end": 31724, + "start": 32371, + "end": 32387, "loc": { "start": { - "line": 817, + "line": 833, "column": 12 }, "end": { - "line": 817, + "line": 833, "column": 28 } } @@ -57124,57 +58237,57 @@ }, { "type": "SwitchStatement", - "start": 31737, - "end": 33195, + "start": 32400, + "end": 33858, "loc": { "start": { - "line": 818, + "line": 834, "column": 12 }, "end": { - "line": 855, + "line": 871, "column": 13 } }, "discriminant": { "type": "CallExpression", - "start": 31745, - "end": 31765, + "start": 32408, + "end": 32428, "loc": { "start": { - "line": 818, + "line": 834, "column": 20 }, "end": { - "line": 818, + "line": 834, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 31745, - "end": 31763, + "start": 32408, + "end": 32426, "loc": { "start": { - "line": 818, + "line": 834, "column": 20 }, "end": { - "line": 818, + "line": 834, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 31745, - "end": 31749, + "start": 32408, + "end": 32412, "loc": { "start": { - "line": 818, + "line": 834, "column": 20 }, "end": { - "line": 818, + "line": 834, "column": 24 } }, @@ -57182,15 +58295,15 @@ }, "property": { "type": "Identifier", - "start": 31750, - "end": 31763, + "start": 32413, + "end": 32426, "loc": { "start": { - "line": 818, + "line": 834, "column": 25 }, "end": { - "line": 818, + "line": 834, "column": 38 }, "identifierName": "getRecordType" @@ -57206,86 +58319,86 @@ "cases": [ { "type": "SwitchCase", - "start": 31785, - "end": 32170, + "start": 32448, + "end": 32833, "loc": { "start": { - "line": 819, + "line": 835, "column": 16 }, "end": { - "line": 827, + "line": 843, "column": 26 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 31869, - "end": 31908, + "start": 32532, + "end": 32571, "loc": { "start": { - "line": 821, + "line": 837, "column": 20 }, "end": { - "line": 821, + "line": 837, "column": 59 } }, "expression": { "type": "CallExpression", - "start": 31869, - "end": 31907, + "start": 32532, + "end": 32570, "loc": { "start": { - "line": 821, + "line": 837, "column": 20 }, "end": { - "line": 821, + "line": 837, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 31869, - "end": 31900, + "start": 32532, + "end": 32563, "loc": { "start": { - "line": 821, + "line": 837, "column": 20 }, "end": { - "line": 821, + "line": 837, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 31869, - "end": 31880, + "start": 32532, + "end": 32543, "loc": { "start": { - "line": 821, + "line": 837, "column": 20 }, "end": { - "line": 821, + "line": 837, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 31869, - "end": 31873, + "start": 32532, + "end": 32536, "loc": { "start": { - "line": 821, + "line": 837, "column": 20 }, "end": { - "line": 821, + "line": 837, "column": 24 } }, @@ -57293,15 +58406,15 @@ }, "property": { "type": "Identifier", - "start": 31874, - "end": 31880, + "start": 32537, + "end": 32543, "loc": { "start": { - "line": 821, + "line": 837, "column": 25 }, "end": { - "line": 821, + "line": 837, "column": 31 }, "identifierName": "surfer" @@ -57313,15 +58426,15 @@ }, "property": { "type": "Identifier", - "start": 31881, - "end": 31900, + "start": 32544, + "end": 32563, "loc": { "start": { - "line": 821, + "line": 837, "column": 32 }, "end": { - "line": 821, + "line": 837, "column": 51 }, "identifierName": "setupPlaybackEvents" @@ -57334,15 +58447,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 31901, - "end": 31906, + "start": 32564, + "end": 32569, "loc": { "start": { - "line": 821, + "line": 837, "column": 52 }, "end": { - "line": 821, + "line": 837, "column": 57 } }, @@ -57355,15 +58468,15 @@ { "type": "CommentLine", "value": " disable playback events", - "start": 31822, - "end": 31848, + "start": 32485, + "end": 32511, "loc": { "start": { - "line": 820, + "line": 836, "column": 20 }, "end": { - "line": 820, + "line": 836, "column": 46 } } @@ -57373,15 +58486,15 @@ { "type": "CommentLine", "value": " start/resume live audio visualization", - "start": 31930, - "end": 31970, + "start": 32593, + "end": 32633, "loc": { "start": { - "line": 823, + "line": 839, "column": 20 }, "end": { - "line": 823, + "line": 839, "column": 60 } } @@ -57390,100 +58503,100 @@ }, { "type": "ExpressionStatement", - "start": 31991, - "end": 32036, + "start": 32654, + "end": 32699, "loc": { "start": { - "line": 824, + "line": 840, "column": 20 }, "end": { - "line": 824, + "line": 840, "column": 65 } }, "expression": { "type": "AssignmentExpression", - "start": 31991, - "end": 32035, + "start": 32654, + "end": 32698, "loc": { "start": { - "line": 824, + "line": 840, "column": 20 }, "end": { - "line": 824, + "line": 840, "column": 64 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 31991, - "end": 32027, + "start": 32654, + "end": 32690, "loc": { "start": { - "line": 824, + "line": 840, "column": 20 }, "end": { - "line": 824, + "line": 840, "column": 56 } }, "object": { "type": "MemberExpression", - "start": 31991, - "end": 32020, + "start": 32654, + "end": 32683, "loc": { "start": { - "line": 824, + "line": 840, "column": 20 }, "end": { - "line": 824, + "line": 840, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 31991, - "end": 32009, + "start": 32654, + "end": 32672, "loc": { "start": { - "line": 824, + "line": 840, "column": 20 }, "end": { - "line": 824, + "line": 840, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 31991, - "end": 32002, + "start": 32654, + "end": 32665, "loc": { "start": { - "line": 824, + "line": 840, "column": 20 }, "end": { - "line": 824, + "line": 840, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 31991, - "end": 31995, + "start": 32654, + "end": 32658, "loc": { "start": { - "line": 824, + "line": 840, "column": 20 }, "end": { - "line": 824, + "line": 840, "column": 24 } }, @@ -57491,15 +58604,15 @@ }, "property": { "type": "Identifier", - "start": 31996, - "end": 32002, + "start": 32659, + "end": 32665, "loc": { "start": { - "line": 824, + "line": 840, "column": 25 }, "end": { - "line": 824, + "line": 840, "column": 31 }, "identifierName": "surfer" @@ -57511,15 +58624,15 @@ }, "property": { "type": "Identifier", - "start": 32003, - "end": 32009, + "start": 32666, + "end": 32672, "loc": { "start": { - "line": 824, + "line": 840, "column": 32 }, "end": { - "line": 824, + "line": 840, "column": 38 }, "identifierName": "surfer" @@ -57531,15 +58644,15 @@ }, "property": { "type": "Identifier", - "start": 32010, - "end": 32020, + "start": 32673, + "end": 32683, "loc": { "start": { - "line": 824, + "line": 840, "column": 39 }, "end": { - "line": 824, + "line": 840, "column": 49 }, "identifierName": "microphone" @@ -57551,15 +58664,15 @@ }, "property": { "type": "Identifier", - "start": 32021, - "end": 32027, + "start": 32684, + "end": 32690, "loc": { "start": { - "line": 824, + "line": 840, "column": 50 }, "end": { - "line": 824, + "line": 840, "column": 56 }, "identifierName": "paused" @@ -57571,15 +58684,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 32030, - "end": 32035, + "start": 32693, + "end": 32698, "loc": { "start": { - "line": 824, + "line": 840, "column": 59 }, "end": { - "line": 824, + "line": 840, "column": 64 } }, @@ -57591,15 +58704,15 @@ { "type": "CommentLine", "value": " start/resume live audio visualization", - "start": 31930, - "end": 31970, + "start": 32593, + "end": 32633, "loc": { "start": { - "line": 823, + "line": 839, "column": 20 }, "end": { - "line": 823, + "line": 839, "column": 60 } } @@ -57608,87 +58721,87 @@ }, { "type": "ExpressionStatement", - "start": 32057, - "end": 32085, + "start": 32720, + "end": 32748, "loc": { "start": { - "line": 825, + "line": 841, "column": 20 }, "end": { - "line": 825, + "line": 841, "column": 48 } }, "expression": { "type": "AssignmentExpression", - "start": 32057, - "end": 32084, + "start": 32720, + "end": 32747, "loc": { "start": { - "line": 825, + "line": 841, "column": 20 }, "end": { - "line": 825, + "line": 841, "column": 47 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 32057, - "end": 32077, + "start": 32720, + "end": 32740, "loc": { "start": { - "line": 825, + "line": 841, "column": 20 }, "end": { - "line": 825, + "line": 841, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 32057, - "end": 32068, + "start": 32720, + "end": 32731, "loc": { "start": { - "line": 825, + "line": 841, "column": 20 }, "end": { - "line": 825, + "line": 841, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 32057, - "end": 32061, + "start": 32720, + "end": 32724, "loc": { "start": { - "line": 825, + "line": 841, "column": 20 }, "end": { - "line": 825, + "line": 841, "column": 24 } } }, "property": { "type": "Identifier", - "start": 32062, - "end": 32068, + "start": 32725, + "end": 32731, "loc": { "start": { - "line": 825, + "line": 841, "column": 25 }, "end": { - "line": 825, + "line": 841, "column": 31 }, "identifierName": "surfer" @@ -57699,15 +58812,15 @@ }, "property": { "type": "Identifier", - "start": 32069, - "end": 32077, + "start": 32732, + "end": 32740, "loc": { "start": { - "line": 825, + "line": 841, "column": 32 }, "end": { - "line": 825, + "line": 841, "column": 40 }, "identifierName": "liveMode" @@ -57718,15 +58831,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 32080, - "end": 32084, + "start": 32743, + "end": 32747, "loc": { "start": { - "line": 825, + "line": 841, "column": 43 }, "end": { - "line": 825, + "line": 841, "column": 47 } }, @@ -57736,114 +58849,114 @@ }, { "type": "ExpressionStatement", - "start": 32106, - "end": 32143, + "start": 32769, + "end": 32806, "loc": { "start": { - "line": 826, + "line": 842, "column": 20 }, "end": { - "line": 826, + "line": 842, "column": 57 } }, "expression": { "type": "CallExpression", - "start": 32106, - "end": 32142, + "start": 32769, + "end": 32805, "loc": { "start": { - "line": 826, + "line": 842, "column": 20 }, "end": { - "line": 826, + "line": 842, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 32106, - "end": 32140, + "start": 32769, + "end": 32803, "loc": { "start": { - "line": 826, + "line": 842, "column": 20 }, "end": { - "line": 826, + "line": 842, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 32106, - "end": 32135, + "start": 32769, + "end": 32798, "loc": { "start": { - "line": 826, + "line": 842, "column": 20 }, "end": { - "line": 826, + "line": 842, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 32106, - "end": 32124, + "start": 32769, + "end": 32787, "loc": { "start": { - "line": 826, + "line": 842, "column": 20 }, "end": { - "line": 826, + "line": 842, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 32106, - "end": 32117, + "start": 32769, + "end": 32780, "loc": { "start": { - "line": 826, + "line": 842, "column": 20 }, "end": { - "line": 826, + "line": 842, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 32106, - "end": 32110, + "start": 32769, + "end": 32773, "loc": { "start": { - "line": 826, + "line": 842, "column": 20 }, "end": { - "line": 826, + "line": 842, "column": 24 } } }, "property": { "type": "Identifier", - "start": 32111, - "end": 32117, + "start": 32774, + "end": 32780, "loc": { "start": { - "line": 826, + "line": 842, "column": 25 }, "end": { - "line": 826, + "line": 842, "column": 31 }, "identifierName": "surfer" @@ -57854,15 +58967,15 @@ }, "property": { "type": "Identifier", - "start": 32118, - "end": 32124, + "start": 32781, + "end": 32787, "loc": { "start": { - "line": 826, + "line": 842, "column": 32 }, "end": { - "line": 826, + "line": 842, "column": 38 }, "identifierName": "surfer" @@ -57873,15 +58986,15 @@ }, "property": { "type": "Identifier", - "start": 32125, - "end": 32135, + "start": 32788, + "end": 32798, "loc": { "start": { - "line": 826, + "line": 842, "column": 39 }, "end": { - "line": 826, + "line": 842, "column": 49 }, "identifierName": "microphone" @@ -57892,15 +59005,15 @@ }, "property": { "type": "Identifier", - "start": 32136, - "end": 32140, + "start": 32799, + "end": 32803, "loc": { "start": { - "line": 826, + "line": 842, "column": 50 }, "end": { - "line": 826, + "line": 842, "column": 54 }, "identifierName": "play" @@ -57914,15 +59027,15 @@ }, { "type": "BreakStatement", - "start": 32164, - "end": 32170, + "start": 32827, + "end": 32833, "loc": { "start": { - "line": 827, + "line": 843, "column": 20 }, "end": { - "line": 827, + "line": 843, "column": 26 } }, @@ -57931,15 +59044,15 @@ ], "test": { "type": "Identifier", - "start": 31790, - "end": 31800, + "start": 32453, + "end": 32463, "loc": { "start": { - "line": 819, + "line": 835, "column": 21 }, "end": { - "line": 819, + "line": 835, "column": 31 }, "identifierName": "AUDIO_ONLY" @@ -57949,30 +59062,30 @@ }, { "type": "SwitchCase", - "start": 32188, - "end": 32204, + "start": 32851, + "end": 32867, "loc": { "start": { - "line": 829, + "line": 845, "column": 16 }, "end": { - "line": 829, + "line": 845, "column": 32 } }, "consequent": [], "test": { "type": "Identifier", - "start": 32193, - "end": 32203, + "start": 32856, + "end": 32866, "loc": { "start": { - "line": 829, + "line": 845, "column": 21 }, "end": { - "line": 829, + "line": 845, "column": 31 }, "identifierName": "VIDEO_ONLY" @@ -57982,30 +59095,30 @@ }, { "type": "SwitchCase", - "start": 32221, - "end": 32238, + "start": 32884, + "end": 32901, "loc": { "start": { - "line": 830, + "line": 846, "column": 16 }, "end": { - "line": 830, + "line": 846, "column": 33 } }, "consequent": [], "test": { "type": "Identifier", - "start": 32226, - "end": 32237, + "start": 32889, + "end": 32900, "loc": { "start": { - "line": 830, + "line": 846, "column": 21 }, "end": { - "line": 830, + "line": 846, "column": 32 }, "identifierName": "AUDIO_VIDEO" @@ -58015,30 +59128,30 @@ }, { "type": "SwitchCase", - "start": 32255, - "end": 32273, + "start": 32918, + "end": 32936, "loc": { "start": { - "line": 831, + "line": 847, "column": 16 }, "end": { - "line": 831, + "line": 847, "column": 34 } }, "consequent": [], "test": { "type": "Identifier", - "start": 32260, - "end": 32272, + "start": 32923, + "end": 32935, "loc": { "start": { - "line": 831, + "line": 847, "column": 21 }, "end": { - "line": 831, + "line": 847, "column": 33 }, "identifierName": "AUDIO_SCREEN" @@ -58048,72 +59161,72 @@ }, { "type": "SwitchCase", - "start": 32290, - "end": 32441, + "start": 32953, + "end": 33104, "loc": { "start": { - "line": 832, + "line": 848, "column": 16 }, "end": { - "line": 835, + "line": 851, "column": 26 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 32389, - "end": 32414, + "start": 33052, + "end": 33077, "loc": { "start": { - "line": 834, + "line": 850, "column": 20 }, "end": { - "line": 834, + "line": 850, "column": 45 } }, "expression": { "type": "CallExpression", - "start": 32389, - "end": 32413, + "start": 33052, + "end": 33076, "loc": { "start": { - "line": 834, + "line": 850, "column": 20 }, "end": { - "line": 834, + "line": 850, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 32389, - "end": 32411, + "start": 33052, + "end": 33074, "loc": { "start": { - "line": 834, + "line": 850, "column": 20 }, "end": { - "line": 834, + "line": 850, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 32389, - "end": 32393, + "start": 33052, + "end": 33056, "loc": { "start": { - "line": 834, + "line": 850, "column": 20 }, "end": { - "line": 834, + "line": 850, "column": 24 } }, @@ -58121,15 +59234,15 @@ }, "property": { "type": "Identifier", - "start": 32394, - "end": 32411, + "start": 33057, + "end": 33074, "loc": { "start": { - "line": 834, + "line": 850, "column": 25 }, "end": { - "line": 834, + "line": 850, "column": 42 }, "identifierName": "startVideoPreview" @@ -58146,15 +59259,15 @@ { "type": "CommentLine", "value": " preview video stream in video element", - "start": 32328, - "end": 32368, + "start": 32991, + "end": 33031, "loc": { "start": { - "line": 833, + "line": 849, "column": 20 }, "end": { - "line": 833, + "line": 849, "column": 60 } } @@ -58163,15 +59276,15 @@ }, { "type": "BreakStatement", - "start": 32435, - "end": 32441, + "start": 33098, + "end": 33104, "loc": { "start": { - "line": 835, + "line": 851, "column": 20 }, "end": { - "line": 835, + "line": 851, "column": 26 } }, @@ -58180,15 +59293,15 @@ ], "test": { "type": "Identifier", - "start": 32295, - "end": 32306, + "start": 32958, + "end": 32969, "loc": { "start": { - "line": 832, + "line": 848, "column": 21 }, "end": { - "line": 832, + "line": 848, "column": 32 }, "identifierName": "SCREEN_ONLY" @@ -58198,100 +59311,100 @@ }, { "type": "SwitchCase", - "start": 32459, - "end": 33181, + "start": 33122, + "end": 33844, "loc": { "start": { - "line": 837, + "line": 853, "column": 16 }, "end": { - "line": 854, + "line": 870, "column": 26 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 32539, - "end": 32571, + "start": 33202, + "end": 33234, "loc": { "start": { - "line": 839, + "line": 855, "column": 20 }, "end": { - "line": 839, + "line": 855, "column": 52 } }, "expression": { "type": "CallExpression", - "start": 32539, - "end": 32570, + "start": 33202, + "end": 33233, "loc": { "start": { - "line": 839, + "line": 855, "column": 20 }, "end": { - "line": 839, + "line": 855, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 32539, - "end": 32568, + "start": 33202, + "end": 33231, "loc": { "start": { - "line": 839, + "line": 855, "column": 20 }, "end": { - "line": 839, + "line": 855, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 32539, - "end": 32563, + "start": 33202, + "end": 33226, "loc": { "start": { - "line": 839, + "line": 855, "column": 20 }, "end": { - "line": 839, + "line": 855, "column": 44 } }, "object": { "type": "MemberExpression", - "start": 32539, - "end": 32550, + "start": 33202, + "end": 33213, "loc": { "start": { - "line": 839, + "line": 855, "column": 20 }, "end": { - "line": 839, + "line": 855, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 32539, - "end": 32543, + "start": 33202, + "end": 33206, "loc": { "start": { - "line": 839, + "line": 855, "column": 20 }, "end": { - "line": 839, + "line": 855, "column": 24 } }, @@ -58299,15 +59412,15 @@ }, "property": { "type": "Identifier", - "start": 32544, - "end": 32550, + "start": 33207, + "end": 33213, "loc": { "start": { - "line": 839, + "line": 855, "column": 25 }, "end": { - "line": 839, + "line": 855, "column": 31 }, "identifierName": "player" @@ -58319,15 +59432,15 @@ }, "property": { "type": "Identifier", - "start": 32551, - "end": 32563, + "start": 33214, + "end": 33226, "loc": { "start": { - "line": 839, + "line": 855, "column": 32 }, "end": { - "line": 839, + "line": 855, "column": 44 }, "identifierName": "recordCanvas" @@ -58339,15 +59452,15 @@ }, "property": { "type": "Identifier", - "start": 32564, - "end": 32568, + "start": 33227, + "end": 33231, "loc": { "start": { - "line": 839, + "line": 855, "column": 45 }, "end": { - "line": 839, + "line": 855, "column": 49 }, "identifierName": "hide" @@ -58364,15 +59477,15 @@ { "type": "CommentLine", "value": " hide the first frame", - "start": 32495, - "end": 32518, + "start": 33158, + "end": 33181, "loc": { "start": { - "line": 838, + "line": 854, "column": 20 }, "end": { - "line": 838, + "line": 854, "column": 43 } } @@ -58382,15 +59495,15 @@ { "type": "CommentLine", "value": " hide the animation", - "start": 32593, - "end": 32614, + "start": 33256, + "end": 33277, "loc": { "start": { - "line": 841, + "line": 857, "column": 20 }, "end": { - "line": 841, + "line": 857, "column": 41 } } @@ -58399,85 +59512,85 @@ }, { "type": "ExpressionStatement", - "start": 32635, - "end": 32671, + "start": 33298, + "end": 33334, "loc": { "start": { - "line": 842, + "line": 858, "column": 20 }, "end": { - "line": 842, + "line": 858, "column": 56 } }, "expression": { "type": "CallExpression", - "start": 32635, - "end": 32670, + "start": 33298, + "end": 33333, "loc": { "start": { - "line": 842, + "line": 858, "column": 20 }, "end": { - "line": 842, + "line": 858, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 32635, - "end": 32668, + "start": 33298, + "end": 33331, "loc": { "start": { - "line": 842, + "line": 858, "column": 20 }, "end": { - "line": 842, + "line": 858, "column": 53 } }, "object": { "type": "MemberExpression", - "start": 32635, - "end": 32663, + "start": 33298, + "end": 33326, "loc": { "start": { - "line": 842, + "line": 858, "column": 20 }, "end": { - "line": 842, + "line": 858, "column": 48 } }, "object": { "type": "MemberExpression", - "start": 32635, - "end": 32646, + "start": 33298, + "end": 33309, "loc": { "start": { - "line": 842, + "line": 858, "column": 20 }, "end": { - "line": 842, + "line": 858, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 32635, - "end": 32639, + "start": 33298, + "end": 33302, "loc": { "start": { - "line": 842, + "line": 858, "column": 20 }, "end": { - "line": 842, + "line": 858, "column": 24 } }, @@ -58485,15 +59598,15 @@ }, "property": { "type": "Identifier", - "start": 32640, - "end": 32646, + "start": 33303, + "end": 33309, "loc": { "start": { - "line": 842, + "line": 858, "column": 25 }, "end": { - "line": 842, + "line": 858, "column": 31 }, "identifierName": "player" @@ -58505,15 +59618,15 @@ }, "property": { "type": "Identifier", - "start": 32647, - "end": 32663, + "start": 33310, + "end": 33326, "loc": { "start": { - "line": 842, + "line": 858, "column": 32 }, "end": { - "line": 842, + "line": 858, "column": 48 }, "identifierName": "animationDisplay" @@ -58525,15 +59638,15 @@ }, "property": { "type": "Identifier", - "start": 32664, - "end": 32668, + "start": 33327, + "end": 33331, "loc": { "start": { - "line": 842, + "line": 858, "column": 49 }, "end": { - "line": 842, + "line": 858, "column": 53 }, "identifierName": "hide" @@ -58550,15 +59663,15 @@ { "type": "CommentLine", "value": " hide the animation", - "start": 32593, - "end": 32614, + "start": 33256, + "end": 33277, "loc": { "start": { - "line": 841, + "line": 857, "column": 20 }, "end": { - "line": 841, + "line": 857, "column": 41 } } @@ -58568,15 +59681,15 @@ { "type": "CommentLine", "value": " show preview video", - "start": 32693, - "end": 32714, + "start": 33356, + "end": 33377, "loc": { "start": { - "line": 844, + "line": 860, "column": 20 }, "end": { - "line": 844, + "line": 860, "column": 41 } } @@ -58585,86 +59698,86 @@ }, { "type": "ExpressionStatement", - "start": 32735, - "end": 32777, + "start": 33398, + "end": 33440, "loc": { "start": { - "line": 845, + "line": 861, "column": 20 }, "end": { - "line": 845, + "line": 861, "column": 62 } }, "expression": { "type": "AssignmentExpression", - "start": 32735, - "end": 32776, + "start": 33398, + "end": 33439, "loc": { "start": { - "line": 845, + "line": 861, "column": 20 }, "end": { - "line": 845, + "line": 861, "column": 61 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 32735, - "end": 32766, + "start": 33398, + "end": 33429, "loc": { "start": { - "line": 845, + "line": 861, "column": 20 }, "end": { - "line": 845, + "line": 861, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 32735, - "end": 32758, + "start": 33398, + "end": 33421, "loc": { "start": { - "line": 845, + "line": 861, "column": 20 }, "end": { - "line": 845, + "line": 861, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 32735, - "end": 32752, + "start": 33398, + "end": 33415, "loc": { "start": { - "line": 845, + "line": 861, "column": 20 }, "end": { - "line": 845, + "line": 861, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 32735, - "end": 32739, + "start": 33398, + "end": 33402, "loc": { "start": { - "line": 845, + "line": 861, "column": 20 }, "end": { - "line": 845, + "line": 861, "column": 24 } }, @@ -58672,15 +59785,15 @@ }, "property": { "type": "Identifier", - "start": 32740, - "end": 32752, + "start": 33403, + "end": 33415, "loc": { "start": { - "line": 845, + "line": 861, "column": 25 }, "end": { - "line": 845, + "line": 861, "column": 37 }, "identifierName": "mediaElement" @@ -58692,15 +59805,15 @@ }, "property": { "type": "Identifier", - "start": 32753, - "end": 32758, + "start": 33416, + "end": 33421, "loc": { "start": { - "line": 845, + "line": 861, "column": 38 }, "end": { - "line": 845, + "line": 861, "column": 43 }, "identifierName": "style" @@ -58712,15 +59825,15 @@ }, "property": { "type": "Identifier", - "start": 32759, - "end": 32766, + "start": 33422, + "end": 33429, "loc": { "start": { - "line": 845, + "line": 861, "column": 44 }, "end": { - "line": 845, + "line": 861, "column": 51 }, "identifierName": "display" @@ -58732,15 +59845,15 @@ }, "right": { "type": "StringLiteral", - "start": 32769, - "end": 32776, + "start": 33432, + "end": 33439, "loc": { "start": { - "line": 845, + "line": 861, "column": 54 }, "end": { - "line": 845, + "line": 861, "column": 61 } }, @@ -58756,15 +59869,15 @@ { "type": "CommentLine", "value": " show preview video", - "start": 32693, - "end": 32714, + "start": 33356, + "end": 33377, "loc": { "start": { - "line": 844, + "line": 860, "column": 20 }, "end": { - "line": 844, + "line": 860, "column": 41 } } @@ -58774,15 +59887,15 @@ { "type": "CommentLine", "value": " for animations, capture the first frame", - "start": 32799, - "end": 32841, + "start": 33462, + "end": 33504, "loc": { "start": { - "line": 847, + "line": 863, "column": 20 }, "end": { - "line": 847, + "line": 863, "column": 62 } } @@ -58790,15 +59903,15 @@ { "type": "CommentLine", "value": " that can be displayed as soon as recording", - "start": 32862, - "end": 32907, + "start": 33525, + "end": 33570, "loc": { "start": { - "line": 848, + "line": 864, "column": 20 }, "end": { - "line": 848, + "line": 864, "column": 65 } } @@ -58806,15 +59919,15 @@ { "type": "CommentLine", "value": " is complete", - "start": 32928, - "end": 32942, + "start": 33591, + "end": 33605, "loc": { "start": { - "line": 849, + "line": 865, "column": 20 }, "end": { - "line": 849, + "line": 865, "column": 34 } } @@ -58823,85 +59936,85 @@ }, { "type": "ExpressionStatement", - "start": 32963, - "end": 33154, + "start": 33626, + "end": 33817, "loc": { "start": { - "line": 850, + "line": 866, "column": 20 }, "end": { - "line": 853, + "line": 869, "column": 23 } }, "expression": { "type": "CallExpression", - "start": 32963, - "end": 33153, + "start": 33626, + "end": 33816, "loc": { "start": { - "line": 850, + "line": 866, "column": 20 }, "end": { - "line": 853, + "line": 869, "column": 22 } }, "callee": { "type": "MemberExpression", - "start": 32963, - "end": 32987, + "start": 33626, + "end": 33650, "loc": { "start": { - "line": 850, + "line": 866, "column": 20 }, "end": { - "line": 850, + "line": 866, "column": 44 } }, "object": { "type": "CallExpression", - "start": 32963, - "end": 32982, + "start": 33626, + "end": 33645, "loc": { "start": { - "line": 850, + "line": 866, "column": 20 }, "end": { - "line": 850, + "line": 866, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 32963, - "end": 32980, + "start": 33626, + "end": 33643, "loc": { "start": { - "line": 850, + "line": 866, "column": 20 }, "end": { - "line": 850, + "line": 866, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 32963, - "end": 32967, + "start": 33626, + "end": 33630, "loc": { "start": { - "line": 850, + "line": 866, "column": 20 }, "end": { - "line": 850, + "line": 866, "column": 24 } }, @@ -58909,15 +60022,15 @@ }, "property": { "type": "Identifier", - "start": 32968, - "end": 32980, + "start": 33631, + "end": 33643, "loc": { "start": { - "line": 850, + "line": 866, "column": 25 }, "end": { - "line": 850, + "line": 866, "column": 37 }, "identifierName": "captureFrame" @@ -58932,15 +60045,15 @@ }, "property": { "type": "Identifier", - "start": 32983, - "end": 32987, + "start": 33646, + "end": 33650, "loc": { "start": { - "line": 850, + "line": 866, "column": 40 }, "end": { - "line": 850, + "line": 866, "column": 44 }, "identifierName": "then" @@ -58953,15 +60066,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 32988, - "end": 33152, + "start": 33651, + "end": 33815, "loc": { "start": { - "line": 850, + "line": 866, "column": 45 }, "end": { - "line": 853, + "line": 869, "column": 21 } }, @@ -58972,15 +60085,15 @@ "params": [ { "type": "Identifier", - "start": 32989, - "end": 32995, + "start": 33652, + "end": 33658, "loc": { "start": { - "line": 850, + "line": 866, "column": 46 }, "end": { - "line": 850, + "line": 866, "column": 52 }, "identifierName": "result" @@ -58990,72 +60103,72 @@ ], "body": { "type": "BlockStatement", - "start": 33000, - "end": 33152, + "start": 33663, + "end": 33815, "loc": { "start": { - "line": 850, + "line": 866, "column": 57 }, "end": { - "line": 853, + "line": 869, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 33105, - "end": 33130, + "start": 33768, + "end": 33793, "loc": { "start": { - "line": 852, + "line": 868, "column": 24 }, "end": { - "line": 852, + "line": 868, "column": 49 } }, "expression": { "type": "CallExpression", - "start": 33105, - "end": 33129, + "start": 33768, + "end": 33792, "loc": { "start": { - "line": 852, + "line": 868, "column": 24 }, "end": { - "line": 852, + "line": 868, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 33105, - "end": 33127, + "start": 33768, + "end": 33790, "loc": { "start": { - "line": 852, + "line": 868, "column": 24 }, "end": { - "line": 852, + "line": 868, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 33105, - "end": 33109, + "start": 33768, + "end": 33772, "loc": { "start": { - "line": 852, + "line": 868, "column": 24 }, "end": { - "line": 852, + "line": 868, "column": 28 } }, @@ -59063,15 +60176,15 @@ }, "property": { "type": "Identifier", - "start": 33110, - "end": 33127, + "start": 33773, + "end": 33790, "loc": { "start": { - "line": 852, + "line": 868, "column": 29 }, "end": { - "line": 852, + "line": 868, "column": 46 }, "identifierName": "startVideoPreview" @@ -59088,15 +60201,15 @@ { "type": "CommentLine", "value": " start video preview **after** capturing first frame", - "start": 33026, - "end": 33080, + "start": 33689, + "end": 33743, "loc": { "start": { - "line": 851, + "line": 867, "column": 24 }, "end": { - "line": 851, + "line": 867, "column": 78 } } @@ -59114,15 +60227,15 @@ { "type": "CommentLine", "value": " for animations, capture the first frame", - "start": 32799, - "end": 32841, + "start": 33462, + "end": 33504, "loc": { "start": { - "line": 847, + "line": 863, "column": 20 }, "end": { - "line": 847, + "line": 863, "column": 62 } } @@ -59130,15 +60243,15 @@ { "type": "CommentLine", "value": " that can be displayed as soon as recording", - "start": 32862, - "end": 32907, + "start": 33525, + "end": 33570, "loc": { "start": { - "line": 848, + "line": 864, "column": 20 }, "end": { - "line": 848, + "line": 864, "column": 65 } } @@ -59146,15 +60259,15 @@ { "type": "CommentLine", "value": " is complete", - "start": 32928, - "end": 32942, + "start": 33591, + "end": 33605, "loc": { "start": { - "line": 849, + "line": 865, "column": 20 }, "end": { - "line": 849, + "line": 865, "column": 34 } } @@ -59163,15 +60276,15 @@ }, { "type": "BreakStatement", - "start": 33175, - "end": 33181, + "start": 33838, + "end": 33844, "loc": { "start": { - "line": 854, + "line": 870, "column": 20 }, "end": { - "line": 854, + "line": 870, "column": 26 } }, @@ -59180,15 +60293,15 @@ ], "test": { "type": "Identifier", - "start": 32464, - "end": 32473, + "start": 33127, + "end": 33136, "loc": { "start": { - "line": 837, + "line": 853, "column": 21 }, "end": { - "line": 837, + "line": 853, "column": 30 }, "identifierName": "ANIMATION" @@ -59201,15 +60314,15 @@ { "type": "CommentLine", "value": " start preview", - "start": 31708, - "end": 31724, + "start": 32371, + "end": 32387, "loc": { "start": { - "line": 817, + "line": 833, "column": 12 }, "end": { - "line": 817, + "line": 833, "column": 28 } } @@ -59218,58 +60331,58 @@ }, { "type": "IfStatement", - "start": 33209, - "end": 33322, + "start": 33872, + "end": 33985, "loc": { "start": { - "line": 857, + "line": 873, "column": 12 }, "end": { - "line": 860, + "line": 876, "column": 13 } }, "test": { "type": "MemberExpression", - "start": 33213, - "end": 33232, + "start": 33876, + "end": 33895, "loc": { "start": { - "line": 857, + "line": 873, "column": 16 }, "end": { - "line": 857, + "line": 873, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 33213, - "end": 33217, + "start": 33876, + "end": 33880, "loc": { "start": { - "line": 857, + "line": 873, "column": 16 }, "end": { - "line": 857, + "line": 873, "column": 20 } } }, "property": { "type": "Identifier", - "start": 33218, - "end": 33232, + "start": 33881, + "end": 33895, "loc": { "start": { - "line": 857, + "line": 873, "column": 21 }, "end": { - "line": 857, + "line": 873, "column": 35 }, "identifierName": "autoMuteDevice" @@ -59280,72 +60393,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 33234, - "end": 33322, + "start": 33897, + "end": 33985, "loc": { "start": { - "line": 857, + "line": 873, "column": 37 }, "end": { - "line": 860, + "line": 876, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 33285, - "end": 33308, + "start": 33948, + "end": 33971, "loc": { "start": { - "line": 859, + "line": 875, "column": 16 }, "end": { - "line": 859, + "line": 875, "column": 39 } }, "expression": { "type": "CallExpression", - "start": 33285, - "end": 33307, + "start": 33948, + "end": 33970, "loc": { "start": { - "line": 859, + "line": 875, "column": 16 }, "end": { - "line": 859, + "line": 875, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 33285, - "end": 33300, + "start": 33948, + "end": 33963, "loc": { "start": { - "line": 859, + "line": 875, "column": 16 }, "end": { - "line": 859, + "line": 875, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 33285, - "end": 33289, + "start": 33948, + "end": 33952, "loc": { "start": { - "line": 859, + "line": 875, "column": 16 }, "end": { - "line": 859, + "line": 875, "column": 20 } }, @@ -59353,15 +60466,15 @@ }, "property": { "type": "Identifier", - "start": 33290, - "end": 33300, + "start": 33953, + "end": 33963, "loc": { "start": { - "line": 859, + "line": 875, "column": 21 }, "end": { - "line": 859, + "line": 875, "column": 31 }, "identifierName": "muteTracks" @@ -59374,15 +60487,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 33301, - "end": 33306, + "start": 33964, + "end": 33969, "loc": { "start": { - "line": 859, + "line": 875, "column": 32 }, "end": { - "line": 859, + "line": 875, "column": 37 } }, @@ -59395,15 +60508,15 @@ { "type": "CommentLine", "value": " unmute device", - "start": 33252, - "end": 33268, + "start": 33915, + "end": 33931, "loc": { "start": { - "line": 858, + "line": 874, "column": 16 }, "end": { - "line": 858, + "line": 874, "column": 32 } } @@ -59419,15 +60532,15 @@ { "type": "CommentLine", "value": " start recording", - "start": 33336, - "end": 33354, + "start": 33999, + "end": 34017, "loc": { "start": { - "line": 862, + "line": 878, "column": 12 }, "end": { - "line": 862, + "line": 878, "column": 30 } } @@ -59436,57 +60549,57 @@ }, { "type": "SwitchStatement", - "start": 33367, - "end": 34308, + "start": 34030, + "end": 34971, "loc": { "start": { - "line": 863, + "line": 879, "column": 12 }, "end": { - "line": 888, + "line": 904, "column": 13 } }, "discriminant": { "type": "CallExpression", - "start": 33375, - "end": 33395, + "start": 34038, + "end": 34058, "loc": { "start": { - "line": 863, + "line": 879, "column": 20 }, "end": { - "line": 863, + "line": 879, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 33375, - "end": 33393, + "start": 34038, + "end": 34056, "loc": { "start": { - "line": 863, + "line": 879, "column": 20 }, "end": { - "line": 863, + "line": 879, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 33375, - "end": 33379, + "start": 34038, + "end": 34042, "loc": { "start": { - "line": 863, + "line": 879, "column": 20 }, "end": { - "line": 863, + "line": 879, "column": 24 } }, @@ -59494,15 +60607,15 @@ }, "property": { "type": "Identifier", - "start": 33380, - "end": 33393, + "start": 34043, + "end": 34056, "loc": { "start": { - "line": 863, + "line": 879, "column": 25 }, "end": { - "line": 863, + "line": 879, "column": 38 }, "identifierName": "getRecordType" @@ -59518,72 +60631,72 @@ "cases": [ { "type": "SwitchCase", - "start": 33415, - "end": 33635, + "start": 34078, + "end": 34298, "loc": { "start": { - "line": 864, + "line": 880, "column": 16 }, "end": { - "line": 870, + "line": 886, "column": 26 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 33491, - "end": 33513, + "start": 34154, + "end": 34176, "loc": { "start": { - "line": 866, + "line": 882, "column": 20 }, "end": { - "line": 866, + "line": 882, "column": 42 } }, "expression": { "type": "CallExpression", - "start": 33491, - "end": 33512, + "start": 34154, + "end": 34175, "loc": { "start": { - "line": 866, + "line": 882, "column": 20 }, "end": { - "line": 866, + "line": 882, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 33491, - "end": 33510, + "start": 34154, + "end": 34173, "loc": { "start": { - "line": 866, + "line": 882, "column": 20 }, "end": { - "line": 866, + "line": 882, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 33491, - "end": 33495, + "start": 34154, + "end": 34158, "loc": { "start": { - "line": 866, + "line": 882, "column": 20 }, "end": { - "line": 866, + "line": 882, "column": 24 } }, @@ -59591,15 +60704,15 @@ }, "property": { "type": "Identifier", - "start": 33496, - "end": 33510, + "start": 34159, + "end": 34173, "loc": { "start": { - "line": 866, + "line": 882, "column": 25 }, "end": { - "line": 866, + "line": 882, "column": 39 }, "identifierName": "createSnapshot" @@ -59616,15 +60729,15 @@ { "type": "CommentLine", "value": " create snapshot", - "start": 33452, - "end": 33470, + "start": 34115, + "end": 34133, "loc": { "start": { - "line": 865, + "line": 881, "column": 20 }, "end": { - "line": 865, + "line": 881, "column": 38 } } @@ -59634,15 +60747,15 @@ { "type": "CommentLine", "value": " notify UI", - "start": 33535, - "end": 33547, + "start": 34198, + "end": 34210, "loc": { "start": { - "line": 868, + "line": 884, "column": 20 }, "end": { - "line": 868, + "line": 884, "column": 32 } } @@ -59651,71 +60764,71 @@ }, { "type": "ExpressionStatement", - "start": 33568, - "end": 33608, + "start": 34231, + "end": 34271, "loc": { "start": { - "line": 869, + "line": 885, "column": 20 }, "end": { - "line": 869, + "line": 885, "column": 60 } }, "expression": { "type": "CallExpression", - "start": 33568, - "end": 33607, + "start": 34231, + "end": 34270, "loc": { "start": { - "line": 869, + "line": 885, "column": 20 }, "end": { - "line": 869, + "line": 885, "column": 59 } }, "callee": { "type": "MemberExpression", - "start": 33568, - "end": 33587, + "start": 34231, + "end": 34250, "loc": { "start": { - "line": 869, + "line": 885, "column": 20 }, "end": { - "line": 869, + "line": 885, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 33568, - "end": 33579, + "start": 34231, + "end": 34242, "loc": { "start": { - "line": 869, + "line": 885, "column": 20 }, "end": { - "line": 869, + "line": 885, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 33568, - "end": 33572, + "start": 34231, + "end": 34235, "loc": { "start": { - "line": 869, + "line": 885, "column": 20 }, "end": { - "line": 869, + "line": 885, "column": 24 } }, @@ -59723,15 +60836,15 @@ }, "property": { "type": "Identifier", - "start": 33573, - "end": 33579, + "start": 34236, + "end": 34242, "loc": { "start": { - "line": 869, + "line": 885, "column": 25 }, "end": { - "line": 869, + "line": 885, "column": 31 }, "identifierName": "player" @@ -59743,15 +60856,15 @@ }, "property": { "type": "Identifier", - "start": 33580, - "end": 33587, + "start": 34243, + "end": 34250, "loc": { "start": { - "line": 869, + "line": 885, "column": 32 }, "end": { - "line": 869, + "line": 885, "column": 39 }, "identifierName": "trigger" @@ -59764,29 +60877,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 33588, - "end": 33606, + "start": 34251, + "end": 34269, "loc": { "start": { - "line": 869, + "line": 885, "column": 40 }, "end": { - "line": 869, + "line": 885, "column": 58 } }, "object": { "type": "Identifier", - "start": 33588, - "end": 33593, + "start": 34251, + "end": 34256, "loc": { "start": { - "line": 869, + "line": 885, "column": 40 }, "end": { - "line": 869, + "line": 885, "column": 45 }, "identifierName": "Event" @@ -59795,15 +60908,15 @@ }, "property": { "type": "Identifier", - "start": 33594, - "end": 33606, + "start": 34257, + "end": 34269, "loc": { "start": { - "line": 869, + "line": 885, "column": 46 }, "end": { - "line": 869, + "line": 885, "column": 58 }, "identifierName": "START_RECORD" @@ -59819,15 +60932,15 @@ { "type": "CommentLine", "value": " notify UI", - "start": 33535, - "end": 33547, + "start": 34198, + "end": 34210, "loc": { "start": { - "line": 868, + "line": 884, "column": 20 }, "end": { - "line": 868, + "line": 884, "column": 32 } } @@ -59836,15 +60949,15 @@ }, { "type": "BreakStatement", - "start": 33629, - "end": 33635, + "start": 34292, + "end": 34298, "loc": { "start": { - "line": 870, + "line": 886, "column": 20 }, "end": { - "line": 870, + "line": 886, "column": 26 } }, @@ -59853,15 +60966,15 @@ ], "test": { "type": "Identifier", - "start": 33420, - "end": 33430, + "start": 34083, + "end": 34093, "loc": { "start": { - "line": 864, + "line": 880, "column": 21 }, "end": { - "line": 864, + "line": 880, "column": 31 }, "identifierName": "IMAGE_ONLY" @@ -59871,30 +60984,30 @@ }, { "type": "SwitchCase", - "start": 33653, - "end": 33669, + "start": 34316, + "end": 34332, "loc": { "start": { - "line": 872, + "line": 888, "column": 16 }, "end": { - "line": 872, + "line": 888, "column": 32 } }, "consequent": [], "test": { "type": "Identifier", - "start": 33658, - "end": 33668, + "start": 34321, + "end": 34331, "loc": { "start": { - "line": 872, + "line": 888, "column": 21 }, "end": { - "line": 872, + "line": 888, "column": 31 }, "identifierName": "VIDEO_ONLY" @@ -59904,30 +61017,30 @@ }, { "type": "SwitchCase", - "start": 33686, - "end": 33703, + "start": 34349, + "end": 34366, "loc": { "start": { - "line": 873, + "line": 889, "column": 16 }, "end": { - "line": 873, + "line": 889, "column": 33 } }, "consequent": [], "test": { "type": "Identifier", - "start": 33691, - "end": 33702, + "start": 34354, + "end": 34365, "loc": { "start": { - "line": 873, + "line": 889, "column": 21 }, "end": { - "line": 873, + "line": 889, "column": 32 }, "identifierName": "AUDIO_VIDEO" @@ -59937,30 +61050,30 @@ }, { "type": "SwitchCase", - "start": 33720, - "end": 33738, + "start": 34383, + "end": 34401, "loc": { "start": { - "line": 874, + "line": 890, "column": 16 }, "end": { - "line": 874, + "line": 890, "column": 34 } }, "consequent": [], "test": { "type": "Identifier", - "start": 33725, - "end": 33737, + "start": 34388, + "end": 34400, "loc": { "start": { - "line": 874, + "line": 890, "column": 21 }, "end": { - "line": 874, + "line": 890, "column": 33 }, "identifierName": "AUDIO_SCREEN" @@ -59970,30 +61083,30 @@ }, { "type": "SwitchCase", - "start": 33755, - "end": 33770, + "start": 34418, + "end": 34433, "loc": { "start": { - "line": 875, + "line": 891, "column": 16 }, "end": { - "line": 875, + "line": 891, "column": 31 } }, "consequent": [], "test": { "type": "Identifier", - "start": 33760, - "end": 33769, + "start": 34423, + "end": 34432, "loc": { "start": { - "line": 875, + "line": 891, "column": 21 }, "end": { - "line": 875, + "line": 891, "column": 30 }, "identifierName": "ANIMATION" @@ -60003,86 +61116,86 @@ }, { "type": "SwitchCase", - "start": 33787, - "end": 34107, + "start": 34450, + "end": 34770, "loc": { "start": { - "line": 876, + "line": 892, "column": 16 }, "end": { - "line": 882, + "line": 898, "column": 26 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 33904, - "end": 34080, + "start": 34567, + "end": 34743, "loc": { "start": { - "line": 878, + "line": 894, "column": 20 }, "end": { - "line": 881, + "line": 897, "column": 23 } }, "expression": { "type": "CallExpression", - "start": 33904, - "end": 34079, + "start": 34567, + "end": 34742, "loc": { "start": { - "line": 878, + "line": 894, "column": 20 }, "end": { - "line": 881, + "line": 897, "column": 22 } }, "callee": { "type": "MemberExpression", - "start": 33904, - "end": 33919, + "start": 34567, + "end": 34582, "loc": { "start": { - "line": 878, + "line": 894, "column": 20 }, "end": { - "line": 878, + "line": 894, "column": 35 } }, "object": { "type": "MemberExpression", - "start": 33904, - "end": 33915, + "start": 34567, + "end": 34578, "loc": { "start": { - "line": 878, + "line": 894, "column": 20 }, "end": { - "line": 878, + "line": 894, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 33904, - "end": 33908, + "start": 34567, + "end": 34571, "loc": { "start": { - "line": 878, + "line": 894, "column": 20 }, "end": { - "line": 878, + "line": 894, "column": 24 } }, @@ -60090,15 +61203,15 @@ }, "property": { "type": "Identifier", - "start": 33909, - "end": 33915, + "start": 34572, + "end": 34578, "loc": { "start": { - "line": 878, + "line": 894, "column": 25 }, "end": { - "line": 878, + "line": 894, "column": 31 }, "identifierName": "player" @@ -60110,15 +61223,15 @@ }, "property": { "type": "Identifier", - "start": 33916, - "end": 33919, + "start": 34579, + "end": 34582, "loc": { "start": { - "line": 878, + "line": 894, "column": 32 }, "end": { - "line": 878, + "line": 894, "column": 35 }, "identifierName": "one" @@ -60131,29 +61244,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 33920, - "end": 33940, + "start": 34583, + "end": 34603, "loc": { "start": { - "line": 878, + "line": 894, "column": 36 }, "end": { - "line": 878, + "line": 894, "column": 56 } }, "object": { "type": "Identifier", - "start": 33920, - "end": 33925, + "start": 34583, + "end": 34588, "loc": { "start": { - "line": 878, + "line": 894, "column": 36 }, "end": { - "line": 878, + "line": 894, "column": 41 }, "identifierName": "Event" @@ -60162,15 +61275,15 @@ }, "property": { "type": "Identifier", - "start": 33926, - "end": 33940, + "start": 34589, + "end": 34603, "loc": { "start": { - "line": 878, + "line": 894, "column": 42 }, "end": { - "line": 878, + "line": 894, "column": 56 }, "identifierName": "LOADEDMETADATA" @@ -60181,15 +61294,15 @@ }, { "type": "ArrowFunctionExpression", - "start": 33942, - "end": 34078, + "start": 34605, + "end": 34741, "loc": { "start": { - "line": 878, + "line": 894, "column": 58 }, "end": { - "line": 881, + "line": 897, "column": 21 } }, @@ -60200,72 +61313,72 @@ "params": [], "body": { "type": "BlockStatement", - "start": 33948, - "end": 34078, + "start": 34611, + "end": 34741, "loc": { "start": { - "line": 878, + "line": 894, "column": 64 }, "end": { - "line": 881, + "line": 897, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 34034, - "end": 34056, + "start": 34697, + "end": 34719, "loc": { "start": { - "line": 880, + "line": 896, "column": 24 }, "end": { - "line": 880, + "line": 896, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 34034, - "end": 34055, + "start": 34697, + "end": 34718, "loc": { "start": { - "line": 880, + "line": 896, "column": 24 }, "end": { - "line": 880, + "line": 896, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 34034, - "end": 34053, + "start": 34697, + "end": 34716, "loc": { "start": { - "line": 880, + "line": 896, "column": 24 }, "end": { - "line": 880, + "line": 896, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 34034, - "end": 34038, + "start": 34697, + "end": 34701, "loc": { "start": { - "line": 880, + "line": 896, "column": 24 }, "end": { - "line": 880, + "line": 896, "column": 28 } }, @@ -60273,15 +61386,15 @@ }, "property": { "type": "Identifier", - "start": 34039, - "end": 34053, + "start": 34702, + "end": 34716, "loc": { "start": { - "line": 880, + "line": 896, "column": 29 }, "end": { - "line": 880, + "line": 896, "column": 43 }, "identifierName": "startRecording" @@ -60298,15 +61411,15 @@ { "type": "CommentLine", "value": " start actually recording process", - "start": 33974, - "end": 34009, + "start": 34637, + "end": 34672, "loc": { "start": { - "line": 879, + "line": 895, "column": 24 }, "end": { - "line": 879, + "line": 895, "column": 59 } } @@ -60324,15 +61437,15 @@ { "type": "CommentLine", "value": " wait for media stream on video element to actually load", - "start": 33825, - "end": 33883, + "start": 34488, + "end": 34546, "loc": { "start": { - "line": 877, + "line": 893, "column": 20 }, "end": { - "line": 877, + "line": 893, "column": 78 } } @@ -60341,15 +61454,15 @@ }, { "type": "BreakStatement", - "start": 34101, - "end": 34107, + "start": 34764, + "end": 34770, "loc": { "start": { - "line": 882, + "line": 898, "column": 20 }, "end": { - "line": 882, + "line": 898, "column": 26 } }, @@ -60358,15 +61471,15 @@ ], "test": { "type": "Identifier", - "start": 33792, - "end": 33803, + "start": 34455, + "end": 34466, "loc": { "start": { - "line": 876, + "line": 892, "column": 21 }, "end": { - "line": 876, + "line": 892, "column": 32 }, "identifierName": "SCREEN_ONLY" @@ -60376,72 +61489,72 @@ }, { "type": "SwitchCase", - "start": 34125, - "end": 34294, + "start": 34788, + "end": 34957, "loc": { "start": { - "line": 884, + "line": 900, "column": 16 }, "end": { - "line": 887, + "line": 903, "column": 42 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 34272, - "end": 34294, + "start": 34935, + "end": 34957, "loc": { "start": { - "line": 887, + "line": 903, "column": 20 }, "end": { - "line": 887, + "line": 903, "column": 42 } }, "expression": { "type": "CallExpression", - "start": 34272, - "end": 34293, + "start": 34935, + "end": 34956, "loc": { "start": { - "line": 887, + "line": 903, "column": 20 }, "end": { - "line": 887, + "line": 903, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 34272, - "end": 34291, + "start": 34935, + "end": 34954, "loc": { "start": { - "line": 887, + "line": 903, "column": 20 }, "end": { - "line": 887, + "line": 903, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 34272, - "end": 34276, + "start": 34935, + "end": 34939, "loc": { "start": { - "line": 887, + "line": 903, "column": 20 }, "end": { - "line": 887, + "line": 903, "column": 24 } }, @@ -60449,15 +61562,15 @@ }, "property": { "type": "Identifier", - "start": 34277, - "end": 34291, + "start": 34940, + "end": 34954, "loc": { "start": { - "line": 887, + "line": 903, "column": 25 }, "end": { - "line": 887, + "line": 903, "column": 39 }, "identifierName": "startRecording" @@ -60474,15 +61587,15 @@ { "type": "CommentLine", "value": " all resources have already loaded, so we can start", - "start": 34154, - "end": 34207, + "start": 34817, + "end": 34870, "loc": { "start": { - "line": 885, + "line": 901, "column": 20 }, "end": { - "line": 885, + "line": 901, "column": 73 } } @@ -60490,15 +61603,15 @@ { "type": "CommentLine", "value": " recording right away", - "start": 34228, - "end": 34251, + "start": 34891, + "end": 34914, "loc": { "start": { - "line": 886, + "line": 902, "column": 20 }, "end": { - "line": 886, + "line": 902, "column": 43 } } @@ -60513,15 +61626,15 @@ { "type": "CommentLine", "value": " start recording", - "start": 33336, - "end": 33354, + "start": 33999, + "end": 34017, "loc": { "start": { - "line": 862, + "line": 878, "column": 12 }, "end": { - "line": 862, + "line": 878, "column": 30 } } @@ -60541,15 +61654,15 @@ { "type": "CommentBlock", "value": "*\n * Start recording.\n ", - "start": 31202, - "end": 31237, + "start": 31603, + "end": 31638, "loc": { "start": { - "line": 801, + "line": 811, "column": 4 }, "end": { - "line": 803, + "line": 813, "column": 7 } } @@ -60559,15 +61672,15 @@ { "type": "CommentBlock", "value": "*\n * Start recording.\n * @private\n ", - "start": 34330, - "end": 34381, + "start": 34993, + "end": 35044, "loc": { "start": { - "line": 892, + "line": 908, "column": 4 }, "end": { - "line": 895, + "line": 911, "column": 7 } } @@ -60576,15 +61689,15 @@ }, { "type": "ClassMethod", - "start": 34386, - "end": 35004, + "start": 35049, + "end": 35667, "loc": { "start": { - "line": 896, + "line": 912, "column": 4 }, "end": { - "line": 917, + "line": 933, "column": 5 } }, @@ -60592,15 +61705,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 34386, - "end": 34400, + "start": 35049, + "end": 35063, "loc": { "start": { - "line": 896, + "line": 912, "column": 4 }, "end": { - "line": 896, + "line": 912, "column": 18 }, "identifierName": "startRecording" @@ -60616,73 +61729,73 @@ "params": [], "body": { "type": "BlockStatement", - "start": 34403, - "end": 35004, + "start": 35066, + "end": 35667, "loc": { "start": { - "line": 896, + "line": 912, "column": 21 }, "end": { - "line": 917, + "line": 933, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 34448, - "end": 34468, + "start": 35111, + "end": 35131, "loc": { "start": { - "line": 898, + "line": 914, "column": 8 }, "end": { - "line": 898, + "line": 914, "column": 28 } }, "expression": { "type": "AssignmentExpression", - "start": 34448, - "end": 34467, + "start": 35111, + "end": 35130, "loc": { "start": { - "line": 898, + "line": 914, "column": 8 }, "end": { - "line": 898, + "line": 914, "column": 27 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 34448, - "end": 34459, + "start": 35111, + "end": 35122, "loc": { "start": { - "line": 898, + "line": 914, "column": 8 }, "end": { - "line": 898, + "line": 914, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 34448, - "end": 34452, + "start": 35111, + "end": 35115, "loc": { "start": { - "line": 898, + "line": 914, "column": 8 }, "end": { - "line": 898, + "line": 914, "column": 12 } }, @@ -60690,15 +61803,15 @@ }, "property": { "type": "Identifier", - "start": 34453, - "end": 34459, + "start": 35116, + "end": 35122, "loc": { "start": { - "line": 898, + "line": 914, "column": 13 }, "end": { - "line": 898, + "line": 914, "column": 19 }, "identifierName": "paused" @@ -60710,15 +61823,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 34462, - "end": 34467, + "start": 35125, + "end": 35130, "loc": { "start": { - "line": 898, + "line": 914, "column": 22 }, "end": { - "line": 898, + "line": 914, "column": 27 } }, @@ -60730,15 +61843,15 @@ { "type": "CommentLine", "value": " register starting point", - "start": 34413, - "end": 34439, + "start": 35076, + "end": 35102, "loc": { "start": { - "line": 897, + "line": 913, "column": 8 }, "end": { - "line": 897, + "line": 913, "column": 34 } } @@ -60747,73 +61860,73 @@ }, { "type": "ExpressionStatement", - "start": 34477, - "end": 34514, + "start": 35140, + "end": 35177, "loc": { "start": { - "line": 899, + "line": 915, "column": 8 }, "end": { - "line": 899, + "line": 915, "column": 45 } }, "expression": { "type": "AssignmentExpression", - "start": 34477, - "end": 34513, + "start": 35140, + "end": 35176, "loc": { "start": { - "line": 899, + "line": 915, "column": 8 }, "end": { - "line": 899, + "line": 915, "column": 44 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 34477, - "end": 34491, + "start": 35140, + "end": 35154, "loc": { "start": { - "line": 899, + "line": 915, "column": 8 }, "end": { - "line": 899, + "line": 915, "column": 22 } }, "object": { "type": "ThisExpression", - "start": 34477, - "end": 34481, + "start": 35140, + "end": 35144, "loc": { "start": { - "line": 899, + "line": 915, "column": 8 }, "end": { - "line": 899, + "line": 915, "column": 12 } } }, "property": { "type": "Identifier", - "start": 34482, - "end": 34491, + "start": 35145, + "end": 35154, "loc": { "start": { - "line": 899, + "line": 915, "column": 13 }, "end": { - "line": 899, + "line": 915, "column": 22 }, "identifierName": "pauseTime" @@ -60824,59 +61937,59 @@ }, "right": { "type": "AssignmentExpression", - "start": 34494, - "end": 34513, + "start": 35157, + "end": 35176, "loc": { "start": { - "line": 899, + "line": 915, "column": 25 }, "end": { - "line": 899, + "line": 915, "column": 44 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 34494, - "end": 34509, + "start": 35157, + "end": 35172, "loc": { "start": { - "line": 899, + "line": 915, "column": 25 }, "end": { - "line": 899, + "line": 915, "column": 40 } }, "object": { "type": "ThisExpression", - "start": 34494, - "end": 34498, + "start": 35157, + "end": 35161, "loc": { "start": { - "line": 899, + "line": 915, "column": 25 }, "end": { - "line": 899, + "line": 915, "column": 29 } } }, "property": { "type": "Identifier", - "start": 34499, - "end": 34509, + "start": 35162, + "end": 35172, "loc": { "start": { - "line": 899, + "line": 915, "column": 30 }, "end": { - "line": 899, + "line": 915, "column": 40 }, "identifierName": "pausedTime" @@ -60887,15 +62000,15 @@ }, "right": { "type": "NumericLiteral", - "start": 34512, - "end": 34513, + "start": 35175, + "end": 35176, "loc": { "start": { - "line": 899, + "line": 915, "column": 43 }, "end": { - "line": 899, + "line": 915, "column": 44 } }, @@ -60910,73 +62023,73 @@ }, { "type": "ExpressionStatement", - "start": 34523, - "end": 34558, + "start": 35186, + "end": 35221, "loc": { "start": { - "line": 900, + "line": 916, "column": 8 }, "end": { - "line": 900, + "line": 916, "column": 43 } }, "expression": { "type": "AssignmentExpression", - "start": 34523, - "end": 34557, + "start": 35186, + "end": 35220, "loc": { "start": { - "line": 900, + "line": 916, "column": 8 }, "end": { - "line": 900, + "line": 916, "column": 42 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 34523, - "end": 34537, + "start": 35186, + "end": 35200, "loc": { "start": { - "line": 900, + "line": 916, "column": 8 }, "end": { - "line": 900, + "line": 916, "column": 22 } }, "object": { "type": "ThisExpression", - "start": 34523, - "end": 34527, + "start": 35186, + "end": 35190, "loc": { "start": { - "line": 900, + "line": 916, "column": 8 }, "end": { - "line": 900, + "line": 916, "column": 12 } } }, "property": { "type": "Identifier", - "start": 34528, - "end": 34537, + "start": 35191, + "end": 35200, "loc": { "start": { - "line": 900, + "line": 916, "column": 13 }, "end": { - "line": 900, + "line": 916, "column": 22 }, "identifierName": "startTime" @@ -60987,43 +62100,43 @@ }, "right": { "type": "CallExpression", - "start": 34540, - "end": 34557, + "start": 35203, + "end": 35220, "loc": { "start": { - "line": 900, + "line": 916, "column": 25 }, "end": { - "line": 900, + "line": 916, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 34540, - "end": 34555, + "start": 35203, + "end": 35218, "loc": { "start": { - "line": 900, + "line": 916, "column": 25 }, "end": { - "line": 900, + "line": 916, "column": 40 } }, "object": { "type": "Identifier", - "start": 34540, - "end": 34551, + "start": 35203, + "end": 35214, "loc": { "start": { - "line": 900, + "line": 916, "column": 25 }, "end": { - "line": 900, + "line": 916, "column": 36 }, "identifierName": "performance" @@ -61032,15 +62145,15 @@ }, "property": { "type": "Identifier", - "start": 34552, - "end": 34555, + "start": 35215, + "end": 35218, "loc": { "start": { - "line": 900, + "line": 916, "column": 37 }, "end": { - "line": 900, + "line": 916, "column": 40 }, "identifierName": "now" @@ -61056,15 +62169,15 @@ { "type": "CommentLine", "value": " start countdown", - "start": 34568, - "end": 34586, + "start": 35231, + "end": 35249, "loc": { "start": { - "line": 902, + "line": 918, "column": 8 }, "end": { - "line": 902, + "line": 918, "column": 26 } } @@ -61073,44 +62186,44 @@ }, { "type": "VariableDeclaration", - "start": 34595, - "end": 34623, + "start": 35258, + "end": 35286, "loc": { "start": { - "line": 903, + "line": 919, "column": 8 }, "end": { - "line": 903, + "line": 919, "column": 36 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 34601, - "end": 34622, + "start": 35264, + "end": 35285, "loc": { "start": { - "line": 903, + "line": 919, "column": 14 }, "end": { - "line": 903, + "line": 919, "column": 35 } }, "id": { "type": "Identifier", - "start": 34601, - "end": 34616, + "start": 35264, + "end": 35279, "loc": { "start": { - "line": 903, + "line": 919, "column": 14 }, "end": { - "line": 903, + "line": 919, "column": 29 }, "identifierName": "COUNTDOWN_SPEED" @@ -61120,15 +62233,15 @@ }, "init": { "type": "NumericLiteral", - "start": 34619, - "end": 34622, + "start": 35282, + "end": 35285, "loc": { "start": { - "line": 903, + "line": 919, "column": 32 }, "end": { - "line": 903, + "line": 919, "column": 35 } }, @@ -61146,15 +62259,15 @@ { "type": "CommentLine", "value": " start countdown", - "start": 34568, - "end": 34586, + "start": 35231, + "end": 35249, "loc": { "start": { - "line": 902, + "line": 918, "column": 8 }, "end": { - "line": 902, + "line": 918, "column": 26 } } @@ -61164,15 +62277,15 @@ { "type": "CommentLine", "value": " ms", - "start": 34624, - "end": 34629, + "start": 35287, + "end": 35292, "loc": { "start": { - "line": 903, + "line": 919, "column": 37 }, "end": { - "line": 903, + "line": 919, "column": 42 } } @@ -61181,58 +62294,58 @@ }, { "type": "ExpressionStatement", - "start": 34638, - "end": 34738, + "start": 35301, + "end": 35401, "loc": { "start": { - "line": 904, + "line": 920, "column": 8 }, "end": { - "line": 905, + "line": 921, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 34638, - "end": 34737, + "start": 35301, + "end": 35400, "loc": { "start": { - "line": 904, + "line": 920, "column": 8 }, "end": { - "line": 905, + "line": 921, "column": 57 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 34638, - "end": 34652, + "start": 35301, + "end": 35315, "loc": { "start": { - "line": 904, + "line": 920, "column": 8 }, "end": { - "line": 904, + "line": 920, "column": 22 } }, "object": { "type": "ThisExpression", - "start": 34638, - "end": 34642, + "start": 35301, + "end": 35305, "loc": { "start": { - "line": 904, + "line": 920, "column": 8 }, "end": { - "line": 904, + "line": 920, "column": 12 } }, @@ -61240,15 +62353,15 @@ }, "property": { "type": "Identifier", - "start": 34643, - "end": 34652, + "start": 35306, + "end": 35315, "loc": { "start": { - "line": 904, + "line": 920, "column": 13 }, "end": { - "line": 904, + "line": 920, "column": 22 }, "identifierName": "countDown" @@ -61260,72 +62373,72 @@ }, "right": { "type": "CallExpression", - "start": 34655, - "end": 34737, + "start": 35318, + "end": 35400, "loc": { "start": { - "line": 904, + "line": 920, "column": 25 }, "end": { - "line": 905, + "line": 921, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 34655, - "end": 34678, + "start": 35318, + "end": 35341, "loc": { "start": { - "line": 904, + "line": 920, "column": 25 }, "end": { - "line": 904, + "line": 920, "column": 48 } }, "object": { "type": "MemberExpression", - "start": 34655, - "end": 34666, + "start": 35318, + "end": 35329, "loc": { "start": { - "line": 904, + "line": 920, "column": 25 }, "end": { - "line": 904, + "line": 920, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 34655, - "end": 34659, + "start": 35318, + "end": 35322, "loc": { "start": { - "line": 904, + "line": 920, "column": 25 }, "end": { - "line": 904, + "line": 920, "column": 29 } } }, "property": { "type": "Identifier", - "start": 34660, - "end": 34666, + "start": 35323, + "end": 35329, "loc": { "start": { - "line": 904, + "line": 920, "column": 30 }, "end": { - "line": 904, + "line": 920, "column": 36 }, "identifierName": "player" @@ -61336,15 +62449,15 @@ }, "property": { "type": "Identifier", - "start": 34667, - "end": 34678, + "start": 35330, + "end": 35341, "loc": { "start": { - "line": 904, + "line": 920, "column": 37 }, "end": { - "line": 904, + "line": 920, "column": 48 }, "identifierName": "setInterval" @@ -61356,72 +62469,72 @@ "arguments": [ { "type": "CallExpression", - "start": 34692, - "end": 34719, + "start": 35355, + "end": 35382, "loc": { "start": { - "line": 905, + "line": 921, "column": 12 }, "end": { - "line": 905, + "line": 921, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 34692, - "end": 34713, + "start": 35355, + "end": 35376, "loc": { "start": { - "line": 905, + "line": 921, "column": 12 }, "end": { - "line": 905, + "line": 921, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 34692, - "end": 34708, + "start": 35355, + "end": 35371, "loc": { "start": { - "line": 905, + "line": 921, "column": 12 }, "end": { - "line": 905, + "line": 921, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 34692, - "end": 34696, + "start": 35355, + "end": 35359, "loc": { "start": { - "line": 905, + "line": 921, "column": 12 }, "end": { - "line": 905, + "line": 921, "column": 16 } } }, "property": { "type": "Identifier", - "start": 34697, - "end": 34708, + "start": 35360, + "end": 35371, "loc": { "start": { - "line": 905, + "line": 921, "column": 17 }, "end": { - "line": 905, + "line": 921, "column": 28 }, "identifierName": "onCountDown" @@ -61432,15 +62545,15 @@ }, "property": { "type": "Identifier", - "start": 34709, - "end": 34713, + "start": 35372, + "end": 35376, "loc": { "start": { - "line": 905, + "line": 921, "column": 29 }, "end": { - "line": 905, + "line": 921, "column": 33 }, "identifierName": "bind" @@ -61452,15 +62565,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 34714, - "end": 34718, + "start": 35377, + "end": 35381, "loc": { "start": { - "line": 905, + "line": 921, "column": 34 }, "end": { - "line": 905, + "line": 921, "column": 38 } } @@ -61469,15 +62582,15 @@ }, { "type": "Identifier", - "start": 34721, - "end": 34736, + "start": 35384, + "end": 35399, "loc": { "start": { - "line": 905, + "line": 921, "column": 41 }, "end": { - "line": 905, + "line": 921, "column": 56 }, "identifierName": "COUNTDOWN_SPEED" @@ -61492,15 +62605,15 @@ { "type": "CommentLine", "value": " ms", - "start": 34624, - "end": 34629, + "start": 35287, + "end": 35292, "loc": { "start": { - "line": 903, + "line": 919, "column": 37 }, "end": { - "line": 903, + "line": 919, "column": 42 } } @@ -61510,15 +62623,15 @@ { "type": "CommentLine", "value": " cleanup previous recording", - "start": 34748, - "end": 34777, + "start": 35411, + "end": 35440, "loc": { "start": { - "line": 907, + "line": 923, "column": 8 }, "end": { - "line": 907, + "line": 923, "column": 37 } } @@ -61527,57 +62640,57 @@ }, { "type": "IfStatement", - "start": 34786, - "end": 34863, + "start": 35449, + "end": 35526, "loc": { "start": { - "line": 908, + "line": 924, "column": 8 }, "end": { - "line": 910, + "line": 926, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 34790, - "end": 34815, + "start": 35453, + "end": 35478, "loc": { "start": { - "line": 908, + "line": 924, "column": 12 }, "end": { - "line": 908, + "line": 924, "column": 37 } }, "left": { "type": "MemberExpression", - "start": 34790, - "end": 34801, + "start": 35453, + "end": 35464, "loc": { "start": { - "line": 908, + "line": 924, "column": 12 }, "end": { - "line": 908, + "line": 924, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 34790, - "end": 34794, + "start": 35453, + "end": 35457, "loc": { "start": { - "line": 908, + "line": 924, "column": 12 }, "end": { - "line": 908, + "line": 924, "column": 16 } }, @@ -61585,15 +62698,15 @@ }, "property": { "type": "Identifier", - "start": 34795, - "end": 34801, + "start": 35458, + "end": 35464, "loc": { "start": { - "line": 908, + "line": 924, "column": 17 }, "end": { - "line": 908, + "line": 924, "column": 23 }, "identifierName": "engine" @@ -61606,15 +62719,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 34806, - "end": 34815, + "start": 35469, + "end": 35478, "loc": { "start": { - "line": 908, + "line": 924, "column": 28 }, "end": { - "line": 908, + "line": 924, "column": 37 }, "identifierName": "undefined" @@ -61625,101 +62738,101 @@ }, "consequent": { "type": "BlockStatement", - "start": 34817, - "end": 34863, + "start": 35480, + "end": 35526, "loc": { "start": { - "line": 908, + "line": 924, "column": 39 }, "end": { - "line": 910, + "line": 926, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 34831, - "end": 34853, + "start": 35494, + "end": 35516, "loc": { "start": { - "line": 909, + "line": 925, "column": 12 }, "end": { - "line": 909, + "line": 925, "column": 34 } }, "expression": { "type": "CallExpression", - "start": 34831, - "end": 34852, + "start": 35494, + "end": 35515, "loc": { "start": { - "line": 909, + "line": 925, "column": 12 }, "end": { - "line": 909, + "line": 925, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 34831, - "end": 34850, + "start": 35494, + "end": 35513, "loc": { "start": { - "line": 909, + "line": 925, "column": 12 }, "end": { - "line": 909, + "line": 925, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 34831, - "end": 34842, + "start": 35494, + "end": 35505, "loc": { "start": { - "line": 909, + "line": 925, "column": 12 }, "end": { - "line": 909, + "line": 925, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 34831, - "end": 34835, + "start": 35494, + "end": 35498, "loc": { "start": { - "line": 909, + "line": 925, "column": 12 }, "end": { - "line": 909, + "line": 925, "column": 16 } } }, "property": { "type": "Identifier", - "start": 34836, - "end": 34842, + "start": 35499, + "end": 35505, "loc": { "start": { - "line": 909, + "line": 925, "column": 17 }, "end": { - "line": 909, + "line": 925, "column": 23 }, "identifierName": "engine" @@ -61730,15 +62843,15 @@ }, "property": { "type": "Identifier", - "start": 34843, - "end": 34850, + "start": 35506, + "end": 35513, "loc": { "start": { - "line": 909, + "line": 925, "column": 24 }, "end": { - "line": 909, + "line": 925, "column": 31 }, "identifierName": "dispose" @@ -61759,15 +62872,15 @@ { "type": "CommentLine", "value": " cleanup previous recording", - "start": 34748, - "end": 34777, + "start": 35411, + "end": 35440, "loc": { "start": { - "line": 907, + "line": 923, "column": 8 }, "end": { - "line": 907, + "line": 923, "column": 37 } } @@ -61777,15 +62890,15 @@ { "type": "CommentLine", "value": " start recording stream", - "start": 34873, - "end": 34898, + "start": 35536, + "end": 35561, "loc": { "start": { - "line": 912, + "line": 928, "column": 8 }, "end": { - "line": 912, + "line": 928, "column": 33 } } @@ -61794,71 +62907,71 @@ }, { "type": "ExpressionStatement", - "start": 34907, - "end": 34927, + "start": 35570, + "end": 35590, "loc": { "start": { - "line": 913, + "line": 929, "column": 8 }, "end": { - "line": 913, + "line": 929, "column": 28 } }, "expression": { "type": "CallExpression", - "start": 34907, - "end": 34926, + "start": 35570, + "end": 35589, "loc": { "start": { - "line": 913, + "line": 929, "column": 8 }, "end": { - "line": 913, + "line": 929, "column": 27 } }, "callee": { "type": "MemberExpression", - "start": 34907, - "end": 34924, + "start": 35570, + "end": 35587, "loc": { "start": { - "line": 913, + "line": 929, "column": 8 }, "end": { - "line": 913, + "line": 929, "column": 25 } }, "object": { "type": "MemberExpression", - "start": 34907, - "end": 34918, + "start": 35570, + "end": 35581, "loc": { "start": { - "line": 913, + "line": 929, "column": 8 }, "end": { - "line": 913, + "line": 929, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 34907, - "end": 34911, + "start": 35570, + "end": 35574, "loc": { "start": { - "line": 913, + "line": 929, "column": 8 }, "end": { - "line": 913, + "line": 929, "column": 12 } }, @@ -61866,15 +62979,15 @@ }, "property": { "type": "Identifier", - "start": 34912, - "end": 34918, + "start": 35575, + "end": 35581, "loc": { "start": { - "line": 913, + "line": 929, "column": 13 }, "end": { - "line": 913, + "line": 929, "column": 19 }, "identifierName": "engine" @@ -61886,15 +62999,15 @@ }, "property": { "type": "Identifier", - "start": 34919, - "end": 34924, + "start": 35582, + "end": 35587, "loc": { "start": { - "line": 913, + "line": 929, "column": 20 }, "end": { - "line": 913, + "line": 929, "column": 25 }, "identifierName": "start" @@ -61911,15 +63024,15 @@ { "type": "CommentLine", "value": " start recording stream", - "start": 34873, - "end": 34898, + "start": 35536, + "end": 35561, "loc": { "start": { - "line": 912, + "line": 928, "column": 8 }, "end": { - "line": 912, + "line": 928, "column": 33 } } @@ -61929,15 +63042,15 @@ { "type": "CommentLine", "value": " notify UI", - "start": 34937, - "end": 34949, + "start": 35600, + "end": 35612, "loc": { "start": { - "line": 915, + "line": 931, "column": 8 }, "end": { - "line": 915, + "line": 931, "column": 20 } } @@ -61946,71 +63059,71 @@ }, { "type": "ExpressionStatement", - "start": 34958, - "end": 34998, + "start": 35621, + "end": 35661, "loc": { "start": { - "line": 916, + "line": 932, "column": 8 }, "end": { - "line": 916, + "line": 932, "column": 48 } }, "expression": { "type": "CallExpression", - "start": 34958, - "end": 34997, + "start": 35621, + "end": 35660, "loc": { "start": { - "line": 916, + "line": 932, "column": 8 }, "end": { - "line": 916, + "line": 932, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 34958, - "end": 34977, + "start": 35621, + "end": 35640, "loc": { "start": { - "line": 916, + "line": 932, "column": 8 }, "end": { - "line": 916, + "line": 932, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 34958, - "end": 34969, + "start": 35621, + "end": 35632, "loc": { "start": { - "line": 916, + "line": 932, "column": 8 }, "end": { - "line": 916, + "line": 932, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 34958, - "end": 34962, + "start": 35621, + "end": 35625, "loc": { "start": { - "line": 916, + "line": 932, "column": 8 }, "end": { - "line": 916, + "line": 932, "column": 12 } }, @@ -62018,15 +63131,15 @@ }, "property": { "type": "Identifier", - "start": 34963, - "end": 34969, + "start": 35626, + "end": 35632, "loc": { "start": { - "line": 916, + "line": 932, "column": 13 }, "end": { - "line": 916, + "line": 932, "column": 19 }, "identifierName": "player" @@ -62038,15 +63151,15 @@ }, "property": { "type": "Identifier", - "start": 34970, - "end": 34977, + "start": 35633, + "end": 35640, "loc": { "start": { - "line": 916, + "line": 932, "column": 20 }, "end": { - "line": 916, + "line": 932, "column": 27 }, "identifierName": "trigger" @@ -62059,29 +63172,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 34978, - "end": 34996, + "start": 35641, + "end": 35659, "loc": { "start": { - "line": 916, + "line": 932, "column": 28 }, "end": { - "line": 916, + "line": 932, "column": 46 } }, "object": { "type": "Identifier", - "start": 34978, - "end": 34983, + "start": 35641, + "end": 35646, "loc": { "start": { - "line": 916, + "line": 932, "column": 28 }, "end": { - "line": 916, + "line": 932, "column": 33 }, "identifierName": "Event" @@ -62090,15 +63203,15 @@ }, "property": { "type": "Identifier", - "start": 34984, - "end": 34996, + "start": 35647, + "end": 35659, "loc": { "start": { - "line": 916, + "line": 932, "column": 34 }, "end": { - "line": 916, + "line": 932, "column": 46 }, "identifierName": "START_RECORD" @@ -62114,15 +63227,15 @@ { "type": "CommentLine", "value": " notify UI", - "start": 34937, - "end": 34949, + "start": 35600, + "end": 35612, "loc": { "start": { - "line": 915, + "line": 931, "column": 8 }, "end": { - "line": 915, + "line": 931, "column": 20 } } @@ -62137,15 +63250,15 @@ { "type": "CommentBlock", "value": "*\n * Start recording.\n * @private\n ", - "start": 34330, - "end": 34381, + "start": 34993, + "end": 35044, "loc": { "start": { - "line": 892, + "line": 908, "column": 4 }, "end": { - "line": 895, + "line": 911, "column": 7 } } @@ -62155,15 +63268,15 @@ { "type": "CommentBlock", "value": "*\n * Stop recording.\n ", - "start": 35010, - "end": 35044, + "start": 35673, + "end": 35707, "loc": { "start": { - "line": 919, + "line": 935, "column": 4 }, "end": { - "line": 921, + "line": 937, "column": 7 } } @@ -62172,15 +63285,15 @@ }, { "type": "ClassMethod", - "start": 35049, - "end": 35968, + "start": 35712, + "end": 36631, "loc": { "start": { - "line": 922, + "line": 938, "column": 4 }, "end": { - "line": 950, + "line": 966, "column": 5 } }, @@ -62188,15 +63301,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 35049, - "end": 35053, + "start": 35712, + "end": 35716, "loc": { "start": { - "line": 922, + "line": 938, "column": 4 }, "end": { - "line": 922, + "line": 938, "column": 8 }, "identifierName": "stop" @@ -62212,44 +63325,44 @@ "params": [], "body": { "type": "BlockStatement", - "start": 35056, - "end": 35968, + "start": 35719, + "end": 36631, "loc": { "start": { - "line": 922, + "line": 938, "column": 11 }, "end": { - "line": 950, + "line": 966, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 35066, - "end": 35962, + "start": 35729, + "end": 36625, "loc": { "start": { - "line": 923, + "line": 939, "column": 8 }, "end": { - "line": 949, + "line": 965, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 35070, - "end": 35090, + "start": 35733, + "end": 35753, "loc": { "start": { - "line": 923, + "line": 939, "column": 12 }, "end": { - "line": 923, + "line": 939, "column": 32 } }, @@ -62257,58 +63370,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 35071, - "end": 35090, + "start": 35734, + "end": 35753, "loc": { "start": { - "line": 923, + "line": 939, "column": 13 }, "end": { - "line": 923, + "line": 939, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 35071, - "end": 35088, + "start": 35734, + "end": 35751, "loc": { "start": { - "line": 923, + "line": 939, "column": 13 }, "end": { - "line": 923, + "line": 939, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 35071, - "end": 35075, + "start": 35734, + "end": 35738, "loc": { "start": { - "line": 923, + "line": 939, "column": 13 }, "end": { - "line": 923, + "line": 939, "column": 17 } } }, "property": { "type": "Identifier", - "start": 35076, - "end": 35088, + "start": 35739, + "end": 35751, "loc": { "start": { - "line": 923, + "line": 939, "column": 18 }, "end": { - "line": 923, + "line": 939, "column": 30 }, "identifierName": "isProcessing" @@ -62325,88 +63438,88 @@ }, "consequent": { "type": "BlockStatement", - "start": 35092, - "end": 35962, + "start": 35755, + "end": 36625, "loc": { "start": { - "line": 923, + "line": 939, "column": 34 }, "end": { - "line": 949, + "line": 965, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 35106, - "end": 35130, + "start": 35769, + "end": 35793, "loc": { "start": { - "line": 924, + "line": 940, "column": 12 }, "end": { - "line": 924, + "line": 940, "column": 36 } }, "expression": { "type": "AssignmentExpression", - "start": 35106, - "end": 35129, + "start": 35769, + "end": 35792, "loc": { "start": { - "line": 924, + "line": 940, "column": 12 }, "end": { - "line": 924, + "line": 940, "column": 35 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 35106, - "end": 35121, + "start": 35769, + "end": 35784, "loc": { "start": { - "line": 924, + "line": 940, "column": 12 }, "end": { - "line": 924, + "line": 940, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 35106, - "end": 35110, + "start": 35769, + "end": 35773, "loc": { "start": { - "line": 924, + "line": 940, "column": 12 }, "end": { - "line": 924, + "line": 940, "column": 16 } } }, "property": { "type": "Identifier", - "start": 35111, - "end": 35121, + "start": 35774, + "end": 35784, "loc": { "start": { - "line": 924, + "line": 940, "column": 17 }, "end": { - "line": 924, + "line": 940, "column": 27 }, "identifierName": "_recording" @@ -62417,15 +63530,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 35124, - "end": 35129, + "start": 35787, + "end": 35792, "loc": { "start": { - "line": 924, + "line": 940, "column": 30 }, "end": { - "line": 924, + "line": 940, "column": 35 } }, @@ -62435,73 +63548,73 @@ }, { "type": "ExpressionStatement", - "start": 35143, - "end": 35167, + "start": 35806, + "end": 35830, "loc": { "start": { - "line": 925, + "line": 941, "column": 12 }, "end": { - "line": 925, + "line": 941, "column": 36 } }, "expression": { "type": "AssignmentExpression", - "start": 35143, - "end": 35166, + "start": 35806, + "end": 35829, "loc": { "start": { - "line": 925, + "line": 941, "column": 12 }, "end": { - "line": 925, + "line": 941, "column": 35 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 35143, - "end": 35159, + "start": 35806, + "end": 35822, "loc": { "start": { - "line": 925, + "line": 941, "column": 12 }, "end": { - "line": 925, + "line": 941, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 35143, - "end": 35147, + "start": 35806, + "end": 35810, "loc": { "start": { - "line": 925, + "line": 941, "column": 12 }, "end": { - "line": 925, + "line": 941, "column": 16 } } }, "property": { "type": "Identifier", - "start": 35148, - "end": 35159, + "start": 35811, + "end": 35822, "loc": { "start": { - "line": 925, + "line": 941, "column": 17 }, "end": { - "line": 925, + "line": 941, "column": 28 }, "identifierName": "_processing" @@ -62512,15 +63625,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 35162, - "end": 35166, + "start": 35825, + "end": 35829, "loc": { "start": { - "line": 925, + "line": 941, "column": 31 }, "end": { - "line": 925, + "line": 941, "column": 35 } }, @@ -62530,86 +63643,86 @@ }, { "type": "IfStatement", - "start": 35181, - "end": 35952, + "start": 35844, + "end": 36615, "loc": { "start": { - "line": 927, + "line": 943, "column": 12 }, "end": { - "line": 948, + "line": 964, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 35185, - "end": 35220, + "start": 35848, + "end": 35883, "loc": { "start": { - "line": 927, + "line": 943, "column": 16 }, "end": { - "line": 927, + "line": 943, "column": 51 } }, "left": { "type": "CallExpression", - "start": 35185, - "end": 35205, + "start": 35848, + "end": 35868, "loc": { "start": { - "line": 927, + "line": 943, "column": 16 }, "end": { - "line": 927, + "line": 943, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 35185, - "end": 35203, + "start": 35848, + "end": 35866, "loc": { "start": { - "line": 927, + "line": 943, "column": 16 }, "end": { - "line": 927, + "line": 943, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 35185, - "end": 35189, + "start": 35848, + "end": 35852, "loc": { "start": { - "line": 927, + "line": 943, "column": 16 }, "end": { - "line": 927, + "line": 943, "column": 20 } } }, "property": { "type": "Identifier", - "start": 35190, - "end": 35203, + "start": 35853, + "end": 35866, "loc": { "start": { - "line": 927, + "line": 943, "column": 21 }, "end": { - "line": 927, + "line": 943, "column": 34 }, "identifierName": "getRecordType" @@ -62623,15 +63736,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 35210, - "end": 35220, + "start": 35873, + "end": 35883, "loc": { "start": { - "line": 927, + "line": 943, "column": 41 }, "end": { - "line": 927, + "line": 943, "column": 51 }, "identifierName": "IMAGE_ONLY" @@ -62641,86 +63754,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 35222, - "end": 35724, + "start": 35885, + "end": 36387, "loc": { "start": { - "line": 927, + "line": 943, "column": 53 }, "end": { - "line": 943, + "line": 959, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 35269, - "end": 35308, + "start": 35932, + "end": 35971, "loc": { "start": { - "line": 929, + "line": 945, "column": 16 }, "end": { - "line": 929, + "line": 945, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 35269, - "end": 35307, + "start": 35932, + "end": 35970, "loc": { "start": { - "line": 929, + "line": 945, "column": 16 }, "end": { - "line": 929, + "line": 945, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 35269, - "end": 35288, + "start": 35932, + "end": 35951, "loc": { "start": { - "line": 929, + "line": 945, "column": 16 }, "end": { - "line": 929, + "line": 945, "column": 35 } }, "object": { "type": "MemberExpression", - "start": 35269, - "end": 35280, + "start": 35932, + "end": 35943, "loc": { "start": { - "line": 929, + "line": 945, "column": 16 }, "end": { - "line": 929, + "line": 945, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 35269, - "end": 35273, + "start": 35932, + "end": 35936, "loc": { "start": { - "line": 929, + "line": 945, "column": 16 }, "end": { - "line": 929, + "line": 945, "column": 20 } }, @@ -62728,15 +63841,15 @@ }, "property": { "type": "Identifier", - "start": 35274, - "end": 35280, + "start": 35937, + "end": 35943, "loc": { "start": { - "line": 929, + "line": 945, "column": 21 }, "end": { - "line": 929, + "line": 945, "column": 27 }, "identifierName": "player" @@ -62748,15 +63861,15 @@ }, "property": { "type": "Identifier", - "start": 35281, - "end": 35288, + "start": 35944, + "end": 35951, "loc": { "start": { - "line": 929, + "line": 945, "column": 28 }, "end": { - "line": 929, + "line": 945, "column": 35 }, "identifierName": "trigger" @@ -62769,29 +63882,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 35289, - "end": 35306, + "start": 35952, + "end": 35969, "loc": { "start": { - "line": 929, + "line": 945, "column": 36 }, "end": { - "line": 929, + "line": 945, "column": 53 } }, "object": { "type": "Identifier", - "start": 35289, - "end": 35294, + "start": 35952, + "end": 35957, "loc": { "start": { - "line": 929, + "line": 945, "column": 36 }, "end": { - "line": 929, + "line": 945, "column": 41 }, "identifierName": "Event" @@ -62800,15 +63913,15 @@ }, "property": { "type": "Identifier", - "start": 35295, - "end": 35306, + "start": 35958, + "end": 35969, "loc": { "start": { - "line": 929, + "line": 945, "column": 42 }, "end": { - "line": 929, + "line": 945, "column": 53 }, "identifierName": "STOP_RECORD" @@ -62824,15 +63937,15 @@ { "type": "CommentLine", "value": " notify UI", - "start": 35240, - "end": 35252, + "start": 35903, + "end": 35915, "loc": { "start": { - "line": 928, + "line": 944, "column": 16 }, "end": { - "line": 928, + "line": 944, "column": 28 } } @@ -62842,15 +63955,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 35326, - "end": 35343, + "start": 35989, + "end": 36006, "loc": { "start": { - "line": 931, + "line": 947, "column": 16 }, "end": { - "line": 931, + "line": 947, "column": 33 } } @@ -62859,71 +63972,71 @@ }, { "type": "ExpressionStatement", - "start": 35360, - "end": 35402, + "start": 36023, + "end": 36065, "loc": { "start": { - "line": 932, + "line": 948, "column": 16 }, "end": { - "line": 932, + "line": 948, "column": 58 } }, "expression": { "type": "CallExpression", - "start": 35360, - "end": 35401, + "start": 36023, + "end": 36064, "loc": { "start": { - "line": 932, + "line": 948, "column": 16 }, "end": { - "line": 932, + "line": 948, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 35360, - "end": 35385, + "start": 36023, + "end": 36048, "loc": { "start": { - "line": 932, + "line": 948, "column": 16 }, "end": { - "line": 932, + "line": 948, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 35360, - "end": 35371, + "start": 36023, + "end": 36034, "loc": { "start": { - "line": 932, + "line": 948, "column": 16 }, "end": { - "line": 932, + "line": 948, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 35360, - "end": 35364, + "start": 36023, + "end": 36027, "loc": { "start": { - "line": 932, + "line": 948, "column": 16 }, "end": { - "line": 932, + "line": 948, "column": 20 } }, @@ -62931,15 +64044,15 @@ }, "property": { "type": "Identifier", - "start": 35365, - "end": 35371, + "start": 36028, + "end": 36034, "loc": { "start": { - "line": 932, + "line": 948, "column": 21 }, "end": { - "line": 932, + "line": 948, "column": 27 }, "identifierName": "player" @@ -62951,15 +64064,15 @@ }, "property": { "type": "Identifier", - "start": 35372, - "end": 35385, + "start": 36035, + "end": 36048, "loc": { "start": { - "line": 932, + "line": 948, "column": 28 }, "end": { - "line": 932, + "line": 948, "column": 41 }, "identifierName": "clearInterval" @@ -62972,44 +64085,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 35386, - "end": 35400, + "start": 36049, + "end": 36063, "loc": { "start": { - "line": 932, + "line": 948, "column": 42 }, "end": { - "line": 932, + "line": 948, "column": 56 } }, "object": { "type": "ThisExpression", - "start": 35386, - "end": 35390, + "start": 36049, + "end": 36053, "loc": { "start": { - "line": 932, + "line": 948, "column": 42 }, "end": { - "line": 932, + "line": 948, "column": 46 } } }, "property": { "type": "Identifier", - "start": 35391, - "end": 35400, + "start": 36054, + "end": 36063, "loc": { "start": { - "line": 932, + "line": 948, "column": 47 }, "end": { - "line": 932, + "line": 948, "column": 56 }, "identifierName": "countDown" @@ -63025,15 +64138,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 35326, - "end": 35343, + "start": 35989, + "end": 36006, "loc": { "start": { - "line": 931, + "line": 947, "column": 16 }, "end": { - "line": 931, + "line": 947, "column": 33 } } @@ -63043,15 +64156,15 @@ { "type": "CommentLine", "value": " stop recording stream (result will be available async)", - "start": 35420, - "end": 35477, + "start": 36083, + "end": 36140, "loc": { "start": { - "line": 934, + "line": 950, "column": 16 }, "end": { - "line": 934, + "line": 950, "column": 73 } } @@ -63060,43 +64173,43 @@ }, { "type": "IfStatement", - "start": 35494, - "end": 35570, + "start": 36157, + "end": 36233, "loc": { "start": { - "line": 935, + "line": 951, "column": 16 }, "end": { - "line": 937, + "line": 953, "column": 17 } }, "test": { "type": "MemberExpression", - "start": 35498, - "end": 35509, + "start": 36161, + "end": 36172, "loc": { "start": { - "line": 935, + "line": 951, "column": 20 }, "end": { - "line": 935, + "line": 951, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 35498, - "end": 35502, + "start": 36161, + "end": 36165, "loc": { "start": { - "line": 935, + "line": 951, "column": 20 }, "end": { - "line": 935, + "line": 951, "column": 24 } }, @@ -63104,15 +64217,15 @@ }, "property": { "type": "Identifier", - "start": 35503, - "end": 35509, + "start": 36166, + "end": 36172, "loc": { "start": { - "line": 935, + "line": 951, "column": 25 }, "end": { - "line": 935, + "line": 951, "column": 31 }, "identifierName": "engine" @@ -63124,101 +64237,101 @@ }, "consequent": { "type": "BlockStatement", - "start": 35511, - "end": 35570, + "start": 36174, + "end": 36233, "loc": { "start": { - "line": 935, + "line": 951, "column": 33 }, "end": { - "line": 937, + "line": 953, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 35533, - "end": 35552, + "start": 36196, + "end": 36215, "loc": { "start": { - "line": 936, + "line": 952, "column": 20 }, "end": { - "line": 936, + "line": 952, "column": 39 } }, "expression": { "type": "CallExpression", - "start": 35533, - "end": 35551, + "start": 36196, + "end": 36214, "loc": { "start": { - "line": 936, + "line": 952, "column": 20 }, "end": { - "line": 936, + "line": 952, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 35533, - "end": 35549, + "start": 36196, + "end": 36212, "loc": { "start": { - "line": 936, + "line": 952, "column": 20 }, "end": { - "line": 936, + "line": 952, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 35533, - "end": 35544, + "start": 36196, + "end": 36207, "loc": { "start": { - "line": 936, + "line": 952, "column": 20 }, "end": { - "line": 936, + "line": 952, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 35533, - "end": 35537, + "start": 36196, + "end": 36200, "loc": { "start": { - "line": 936, + "line": 952, "column": 20 }, "end": { - "line": 936, + "line": 952, "column": 24 } } }, "property": { "type": "Identifier", - "start": 35538, - "end": 35544, + "start": 36201, + "end": 36207, "loc": { "start": { - "line": 936, + "line": 952, "column": 25 }, "end": { - "line": 936, + "line": 952, "column": 31 }, "identifierName": "engine" @@ -63229,15 +64342,15 @@ }, "property": { "type": "Identifier", - "start": 35545, - "end": 35549, + "start": 36208, + "end": 36212, "loc": { "start": { - "line": 936, + "line": 952, "column": 32 }, "end": { - "line": 936, + "line": 952, "column": 36 }, "identifierName": "stop" @@ -63257,15 +64370,15 @@ { "type": "CommentLine", "value": " stop recording stream (result will be available async)", - "start": 35420, - "end": 35477, + "start": 36083, + "end": 36140, "loc": { "start": { - "line": 934, + "line": 950, "column": 16 }, "end": { - "line": 934, + "line": 950, "column": 73 } } @@ -63274,58 +64387,58 @@ }, { "type": "IfStatement", - "start": 35588, - "end": 35710, + "start": 36251, + "end": 36373, "loc": { "start": { - "line": 939, + "line": 955, "column": 16 }, "end": { - "line": 942, + "line": 958, "column": 17 } }, "test": { "type": "MemberExpression", - "start": 35592, - "end": 35611, + "start": 36255, + "end": 36274, "loc": { "start": { - "line": 939, + "line": 955, "column": 20 }, "end": { - "line": 939, + "line": 955, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 35592, - "end": 35596, + "start": 36255, + "end": 36259, "loc": { "start": { - "line": 939, + "line": 955, "column": 20 }, "end": { - "line": 939, + "line": 955, "column": 24 } } }, "property": { "type": "Identifier", - "start": 35597, - "end": 35611, + "start": 36260, + "end": 36274, "loc": { "start": { - "line": 939, + "line": 955, "column": 25 }, "end": { - "line": 939, + "line": 955, "column": 39 }, "identifierName": "autoMuteDevice" @@ -63336,72 +64449,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 35613, - "end": 35710, + "start": 36276, + "end": 36373, "loc": { "start": { - "line": 939, + "line": 955, "column": 41 }, "end": { - "line": 942, + "line": 958, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 35670, - "end": 35692, + "start": 36333, + "end": 36355, "loc": { "start": { - "line": 941, + "line": 957, "column": 20 }, "end": { - "line": 941, + "line": 957, "column": 42 } }, "expression": { "type": "CallExpression", - "start": 35670, - "end": 35691, + "start": 36333, + "end": 36354, "loc": { "start": { - "line": 941, + "line": 957, "column": 20 }, "end": { - "line": 941, + "line": 957, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 35670, - "end": 35685, + "start": 36333, + "end": 36348, "loc": { "start": { - "line": 941, + "line": 957, "column": 20 }, "end": { - "line": 941, + "line": 957, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 35670, - "end": 35674, + "start": 36333, + "end": 36337, "loc": { "start": { - "line": 941, + "line": 957, "column": 20 }, "end": { - "line": 941, + "line": 957, "column": 24 } }, @@ -63409,15 +64522,15 @@ }, "property": { "type": "Identifier", - "start": 35675, - "end": 35685, + "start": 36338, + "end": 36348, "loc": { "start": { - "line": 941, + "line": 957, "column": 25 }, "end": { - "line": 941, + "line": 957, "column": 35 }, "identifierName": "muteTracks" @@ -63430,15 +64543,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 35686, - "end": 35690, + "start": 36349, + "end": 36353, "loc": { "start": { - "line": 941, + "line": 957, "column": 36 }, "end": { - "line": 941, + "line": 957, "column": 40 } }, @@ -63451,15 +64564,15 @@ { "type": "CommentLine", "value": " mute device", - "start": 35635, - "end": 35649, + "start": 36298, + "end": 36312, "loc": { "start": { - "line": 940, + "line": 956, "column": 20 }, "end": { - "line": 940, + "line": 956, "column": 34 } } @@ -63476,87 +64589,87 @@ }, "alternate": { "type": "BlockStatement", - "start": 35730, - "end": 35952, + "start": 36393, + "end": 36615, "loc": { "start": { - "line": 943, + "line": 959, "column": 19 }, "end": { - "line": 948, + "line": 964, "column": 13 } }, "body": [ { "type": "IfStatement", - "start": 35748, - "end": 35938, + "start": 36411, + "end": 36601, "loc": { "start": { - "line": 944, + "line": 960, "column": 16 }, "end": { - "line": 947, + "line": 963, "column": 17 } }, "test": { "type": "MemberExpression", - "start": 35752, - "end": 35776, + "start": 36415, + "end": 36439, "loc": { "start": { - "line": 944, + "line": 960, "column": 20 }, "end": { - "line": 944, + "line": 960, "column": 44 } }, "object": { "type": "MemberExpression", - "start": 35752, - "end": 35763, + "start": 36415, + "end": 36426, "loc": { "start": { - "line": 944, + "line": 960, "column": 20 }, "end": { - "line": 944, + "line": 960, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 35752, - "end": 35756, + "start": 36415, + "end": 36419, "loc": { "start": { - "line": 944, + "line": 960, "column": 20 }, "end": { - "line": 944, + "line": 960, "column": 24 } } }, "property": { "type": "Identifier", - "start": 35757, - "end": 35763, + "start": 36420, + "end": 36426, "loc": { "start": { - "line": 944, + "line": 960, "column": 25 }, "end": { - "line": 944, + "line": 960, "column": 31 }, "identifierName": "player" @@ -63567,15 +64680,15 @@ }, "property": { "type": "Identifier", - "start": 35764, - "end": 35776, + "start": 36427, + "end": 36439, "loc": { "start": { - "line": 944, + "line": 960, "column": 32 }, "end": { - "line": 944, + "line": 960, "column": 44 }, "identifierName": "recordedData" @@ -63586,86 +64699,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 35778, - "end": 35938, + "start": 36441, + "end": 36601, "loc": { "start": { - "line": 944, + "line": 960, "column": 46 }, "end": { - "line": 947, + "line": 963, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 35879, - "end": 35920, + "start": 36542, + "end": 36583, "loc": { "start": { - "line": 946, + "line": 962, "column": 20 }, "end": { - "line": 946, + "line": 962, "column": 61 } }, "expression": { "type": "CallExpression", - "start": 35879, - "end": 35919, + "start": 36542, + "end": 36582, "loc": { "start": { - "line": 946, + "line": 962, "column": 20 }, "end": { - "line": 946, + "line": 962, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 35879, - "end": 35898, + "start": 36542, + "end": 36561, "loc": { "start": { - "line": 946, + "line": 962, "column": 20 }, "end": { - "line": 946, + "line": 962, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 35879, - "end": 35890, + "start": 36542, + "end": 36553, "loc": { "start": { - "line": 946, + "line": 962, "column": 20 }, "end": { - "line": 946, + "line": 962, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 35879, - "end": 35883, + "start": 36542, + "end": 36546, "loc": { "start": { - "line": 946, + "line": 962, "column": 20 }, "end": { - "line": 946, + "line": 962, "column": 24 } }, @@ -63673,15 +64786,15 @@ }, "property": { "type": "Identifier", - "start": 35884, - "end": 35890, + "start": 36547, + "end": 36553, "loc": { "start": { - "line": 946, + "line": 962, "column": 25 }, "end": { - "line": 946, + "line": 962, "column": 31 }, "identifierName": "player" @@ -63693,15 +64806,15 @@ }, "property": { "type": "Identifier", - "start": 35891, - "end": 35898, + "start": 36554, + "end": 36561, "loc": { "start": { - "line": 946, + "line": 962, "column": 32 }, "end": { - "line": 946, + "line": 962, "column": 39 }, "identifierName": "trigger" @@ -63714,29 +64827,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 35899, - "end": 35918, + "start": 36562, + "end": 36581, "loc": { "start": { - "line": 946, + "line": 962, "column": 40 }, "end": { - "line": 946, + "line": 962, "column": 59 } }, "object": { "type": "Identifier", - "start": 35899, - "end": 35904, + "start": 36562, + "end": 36567, "loc": { "start": { - "line": 946, + "line": 962, "column": 40 }, "end": { - "line": 946, + "line": 962, "column": 45 }, "identifierName": "Event" @@ -63745,15 +64858,15 @@ }, "property": { "type": "Identifier", - "start": 35905, - "end": 35918, + "start": 36568, + "end": 36581, "loc": { "start": { - "line": 946, + "line": 962, "column": 46 }, "end": { - "line": 946, + "line": 962, "column": 59 }, "identifierName": "FINISH_RECORD" @@ -63769,15 +64882,15 @@ { "type": "CommentLine", "value": " notify listeners that image data is (already) available", - "start": 35800, - "end": 35858, + "start": 36463, + "end": 36521, "loc": { "start": { - "line": 945, + "line": 961, "column": 20 }, "end": { - "line": 945, + "line": 961, "column": 78 } } @@ -63806,15 +64919,15 @@ { "type": "CommentBlock", "value": "*\n * Stop recording.\n ", - "start": 35010, - "end": 35044, + "start": 35673, + "end": 35707, "loc": { "start": { - "line": 919, + "line": 935, "column": 4 }, "end": { - "line": 921, + "line": 937, "column": 7 } } @@ -63824,15 +64937,15 @@ { "type": "CommentBlock", "value": "*\n * Stop device(s) and recording if active.\n ", - "start": 35974, - "end": 36032, + "start": 36637, + "end": 36695, "loc": { "start": { - "line": 952, + "line": 968, "column": 4 }, "end": { - "line": 954, + "line": 970, "column": 7 } } @@ -63841,15 +64954,15 @@ }, { "type": "ClassMethod", - "start": 36037, - "end": 36463, + "start": 36700, + "end": 37126, "loc": { "start": { - "line": 955, + "line": 971, "column": 4 }, "end": { - "line": 967, + "line": 983, "column": 5 } }, @@ -63857,15 +64970,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 36037, - "end": 36047, + "start": 36700, + "end": 36710, "loc": { "start": { - "line": 955, + "line": 971, "column": 4 }, "end": { - "line": 955, + "line": 971, "column": 14 }, "identifierName": "stopDevice" @@ -63881,87 +64994,87 @@ "params": [], "body": { "type": "BlockStatement", - "start": 36050, - "end": 36463, + "start": 36713, + "end": 37126, "loc": { "start": { - "line": 955, + "line": 971, "column": 17 }, "end": { - "line": 967, + "line": 983, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 36060, - "end": 36457, + "start": 36723, + "end": 37120, "loc": { "start": { - "line": 956, + "line": 972, "column": 8 }, "end": { - "line": 966, + "line": 982, "column": 9 } }, "test": { "type": "CallExpression", - "start": 36064, - "end": 36082, + "start": 36727, + "end": 36745, "loc": { "start": { - "line": 956, + "line": 972, "column": 12 }, "end": { - "line": 956, + "line": 972, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 36064, - "end": 36080, + "start": 36727, + "end": 36743, "loc": { "start": { - "line": 956, + "line": 972, "column": 12 }, "end": { - "line": 956, + "line": 972, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 36064, - "end": 36068, + "start": 36727, + "end": 36731, "loc": { "start": { - "line": 956, + "line": 972, "column": 12 }, "end": { - "line": 956, + "line": 972, "column": 16 } } }, "property": { "type": "Identifier", - "start": 36069, - "end": 36080, + "start": 36732, + "end": 36743, "loc": { "start": { - "line": 956, + "line": 972, "column": 17 }, "end": { - "line": 956, + "line": 972, "column": 28 }, "identifierName": "isRecording" @@ -63974,86 +65087,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 36084, - "end": 36336, + "start": 36747, + "end": 36999, "loc": { "start": { - "line": 956, + "line": 972, "column": 32 }, "end": { - "line": 963, + "line": 979, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 36205, - "end": 36270, + "start": 36868, + "end": 36933, "loc": { "start": { - "line": 959, + "line": 975, "column": 12 }, "end": { - "line": 959, + "line": 975, "column": 77 } }, "expression": { "type": "CallExpression", - "start": 36205, - "end": 36269, + "start": 36868, + "end": 36932, "loc": { "start": { - "line": 959, + "line": 975, "column": 12 }, "end": { - "line": 959, + "line": 975, "column": 76 } }, "callee": { "type": "MemberExpression", - "start": 36205, - "end": 36220, + "start": 36868, + "end": 36883, "loc": { "start": { - "line": 959, + "line": 975, "column": 12 }, "end": { - "line": 959, + "line": 975, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 36205, - "end": 36216, + "start": 36868, + "end": 36879, "loc": { "start": { - "line": 959, + "line": 975, "column": 12 }, "end": { - "line": 959, + "line": 975, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 36205, - "end": 36209, + "start": 36868, + "end": 36872, "loc": { "start": { - "line": 959, + "line": 975, "column": 12 }, "end": { - "line": 959, + "line": 975, "column": 16 } }, @@ -64061,15 +65174,15 @@ }, "property": { "type": "Identifier", - "start": 36210, - "end": 36216, + "start": 36873, + "end": 36879, "loc": { "start": { - "line": 959, + "line": 975, "column": 17 }, "end": { - "line": 959, + "line": 975, "column": 23 }, "identifierName": "player" @@ -64081,15 +65194,15 @@ }, "property": { "type": "Identifier", - "start": 36217, - "end": 36220, + "start": 36880, + "end": 36883, "loc": { "start": { - "line": 959, + "line": 975, "column": 24 }, "end": { - "line": 959, + "line": 975, "column": 27 }, "identifierName": "one" @@ -64102,29 +65215,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 36221, - "end": 36240, + "start": 36884, + "end": 36903, "loc": { "start": { - "line": 959, + "line": 975, "column": 28 }, "end": { - "line": 959, + "line": 975, "column": 47 } }, "object": { "type": "Identifier", - "start": 36221, - "end": 36226, + "start": 36884, + "end": 36889, "loc": { "start": { - "line": 959, + "line": 975, "column": 28 }, "end": { - "line": 959, + "line": 975, "column": 33 }, "identifierName": "Event" @@ -64133,15 +65246,15 @@ }, "property": { "type": "Identifier", - "start": 36227, - "end": 36240, + "start": 36890, + "end": 36903, "loc": { "start": { - "line": 959, + "line": 975, "column": 34 }, "end": { - "line": 959, + "line": 975, "column": 47 }, "identifierName": "FINISH_RECORD" @@ -64152,72 +65265,72 @@ }, { "type": "CallExpression", - "start": 36242, - "end": 36268, + "start": 36905, + "end": 36931, "loc": { "start": { - "line": 959, + "line": 975, "column": 49 }, "end": { - "line": 959, + "line": 975, "column": 75 } }, "callee": { "type": "MemberExpression", - "start": 36242, - "end": 36262, + "start": 36905, + "end": 36925, "loc": { "start": { - "line": 959, + "line": 975, "column": 49 }, "end": { - "line": 959, + "line": 975, "column": 69 } }, "object": { "type": "MemberExpression", - "start": 36242, - "end": 36257, + "start": 36905, + "end": 36920, "loc": { "start": { - "line": 959, + "line": 975, "column": 49 }, "end": { - "line": 959, + "line": 975, "column": 64 } }, "object": { "type": "ThisExpression", - "start": 36242, - "end": 36246, + "start": 36905, + "end": 36909, "loc": { "start": { - "line": 959, + "line": 975, "column": 49 }, "end": { - "line": 959, + "line": 975, "column": 53 } } }, "property": { "type": "Identifier", - "start": 36247, - "end": 36257, + "start": 36910, + "end": 36920, "loc": { "start": { - "line": 959, + "line": 975, "column": 54 }, "end": { - "line": 959, + "line": 975, "column": 64 }, "identifierName": "stopStream" @@ -64228,15 +65341,15 @@ }, "property": { "type": "Identifier", - "start": 36258, - "end": 36262, + "start": 36921, + "end": 36925, "loc": { "start": { - "line": 959, + "line": 975, "column": 65 }, "end": { - "line": 959, + "line": 975, "column": 69 }, "identifierName": "bind" @@ -64248,15 +65361,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 36263, - "end": 36267, + "start": 36926, + "end": 36930, "loc": { "start": { - "line": 959, + "line": 975, "column": 70 }, "end": { - "line": 959, + "line": 975, "column": 74 } } @@ -64270,15 +65383,15 @@ { "type": "CommentLine", "value": " stop stream once recorded data is available,", - "start": 36098, - "end": 36145, + "start": 36761, + "end": 36808, "loc": { "start": { - "line": 957, + "line": 973, "column": 12 }, "end": { - "line": 957, + "line": 973, "column": 59 } } @@ -64286,15 +65399,15 @@ { "type": "CommentLine", "value": " otherwise it'll break recording", - "start": 36158, - "end": 36192, + "start": 36821, + "end": 36855, "loc": { "start": { - "line": 958, + "line": 974, "column": 12 }, "end": { - "line": 958, + "line": 974, "column": 46 } } @@ -64304,15 +65417,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 36284, - "end": 36301, + "start": 36947, + "end": 36964, "loc": { "start": { - "line": 961, + "line": 977, "column": 12 }, "end": { - "line": 961, + "line": 977, "column": 29 } } @@ -64321,57 +65434,57 @@ }, { "type": "ExpressionStatement", - "start": 36314, - "end": 36326, + "start": 36977, + "end": 36989, "loc": { "start": { - "line": 962, + "line": 978, "column": 12 }, "end": { - "line": 962, + "line": 978, "column": 24 } }, "expression": { "type": "CallExpression", - "start": 36314, - "end": 36325, + "start": 36977, + "end": 36988, "loc": { "start": { - "line": 962, + "line": 978, "column": 12 }, "end": { - "line": 962, + "line": 978, "column": 23 } }, "callee": { "type": "MemberExpression", - "start": 36314, - "end": 36323, + "start": 36977, + "end": 36986, "loc": { "start": { - "line": 962, + "line": 978, "column": 12 }, "end": { - "line": 962, + "line": 978, "column": 21 } }, "object": { "type": "ThisExpression", - "start": 36314, - "end": 36318, + "start": 36977, + "end": 36981, "loc": { "start": { - "line": 962, + "line": 978, "column": 12 }, "end": { - "line": 962, + "line": 978, "column": 16 } }, @@ -64379,15 +65492,15 @@ }, "property": { "type": "Identifier", - "start": 36319, - "end": 36323, + "start": 36982, + "end": 36986, "loc": { "start": { - "line": 962, + "line": 978, "column": 17 }, "end": { - "line": 962, + "line": 978, "column": 21 }, "identifierName": "stop" @@ -64404,15 +65517,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 36284, - "end": 36301, + "start": 36947, + "end": 36964, "loc": { "start": { - "line": 961, + "line": 977, "column": 12 }, "end": { - "line": 961, + "line": 977, "column": 29 } } @@ -64424,72 +65537,72 @@ }, "alternate": { "type": "BlockStatement", - "start": 36342, - "end": 36457, + "start": 37005, + "end": 37120, "loc": { "start": { - "line": 963, + "line": 979, "column": 15 }, "end": { - "line": 966, + "line": 982, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 36429, - "end": 36447, + "start": 37092, + "end": 37110, "loc": { "start": { - "line": 965, + "line": 981, "column": 12 }, "end": { - "line": 965, + "line": 981, "column": 30 } }, "expression": { "type": "CallExpression", - "start": 36429, - "end": 36446, + "start": 37092, + "end": 37109, "loc": { "start": { - "line": 965, + "line": 981, "column": 12 }, "end": { - "line": 965, + "line": 981, "column": 29 } }, "callee": { "type": "MemberExpression", - "start": 36429, - "end": 36444, + "start": 37092, + "end": 37107, "loc": { "start": { - "line": 965, + "line": 981, "column": 12 }, "end": { - "line": 965, + "line": 981, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 36429, - "end": 36433, + "start": 37092, + "end": 37096, "loc": { "start": { - "line": 965, + "line": 981, "column": 12 }, "end": { - "line": 965, + "line": 981, "column": 16 } }, @@ -64497,15 +65610,15 @@ }, "property": { "type": "Identifier", - "start": 36434, - "end": 36444, + "start": 37097, + "end": 37107, "loc": { "start": { - "line": 965, + "line": 981, "column": 17 }, "end": { - "line": 965, + "line": 981, "column": 27 }, "identifierName": "stopStream" @@ -64522,15 +65635,15 @@ { "type": "CommentLine", "value": " stop stream now, since there's no recorded data available", - "start": 36356, - "end": 36416, + "start": 37019, + "end": 37079, "loc": { "start": { - "line": 964, + "line": 980, "column": 12 }, "end": { - "line": 964, + "line": 980, "column": 72 } } @@ -64549,15 +65662,15 @@ { "type": "CommentBlock", "value": "*\n * Stop device(s) and recording if active.\n ", - "start": 35974, - "end": 36032, + "start": 36637, + "end": 36695, "loc": { "start": { - "line": 952, + "line": 968, "column": 4 }, "end": { - "line": 954, + "line": 970, "column": 7 } } @@ -64567,15 +65680,15 @@ { "type": "CommentBlock", "value": "*\n * Stop stream and device.\n ", - "start": 36469, - "end": 36511, + "start": 37132, + "end": 37174, "loc": { "start": { - "line": 969, + "line": 985, "column": 4 }, "end": { - "line": 971, + "line": 987, "column": 7 } } @@ -64584,15 +65697,15 @@ }, { "type": "ClassMethod", - "start": 36516, - "end": 36969, + "start": 37179, + "end": 37632, "loc": { "start": { - "line": 972, + "line": 988, "column": 4 }, "end": { - "line": 986, + "line": 1002, "column": 5 } }, @@ -64600,15 +65713,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 36516, - "end": 36526, + "start": 37179, + "end": 37189, "loc": { "start": { - "line": 972, + "line": 988, "column": 4 }, "end": { - "line": 972, + "line": 988, "column": 14 }, "identifierName": "stopStream" @@ -64624,58 +65737,58 @@ "params": [], "body": { "type": "BlockStatement", - "start": 36529, - "end": 36969, + "start": 37192, + "end": 37632, "loc": { "start": { - "line": 972, + "line": 988, "column": 17 }, "end": { - "line": 986, + "line": 1002, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 36573, - "end": 36963, + "start": 37236, + "end": 37626, "loc": { "start": { - "line": 974, + "line": 990, "column": 8 }, "end": { - "line": 985, + "line": 1001, "column": 9 } }, "test": { "type": "MemberExpression", - "start": 36577, - "end": 36588, + "start": 37240, + "end": 37251, "loc": { "start": { - "line": 974, + "line": 990, "column": 12 }, "end": { - "line": 974, + "line": 990, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 36577, - "end": 36581, + "start": 37240, + "end": 37244, "loc": { "start": { - "line": 974, + "line": 990, "column": 12 }, "end": { - "line": 974, + "line": 990, "column": 16 } }, @@ -64683,15 +65796,15 @@ }, "property": { "type": "Identifier", - "start": 36582, - "end": 36588, + "start": 37245, + "end": 37251, "loc": { "start": { - "line": 974, + "line": 990, "column": 17 }, "end": { - "line": 974, + "line": 990, "column": 23 }, "identifierName": "stream" @@ -64703,88 +65816,88 @@ }, "consequent": { "type": "BlockStatement", - "start": 36590, - "end": 36963, + "start": 37253, + "end": 37626, "loc": { "start": { - "line": 974, + "line": 990, "column": 25 }, "end": { - "line": 985, + "line": 1001, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 36604, - "end": 36631, + "start": 37267, + "end": 37294, "loc": { "start": { - "line": 975, + "line": 991, "column": 12 }, "end": { - "line": 975, + "line": 991, "column": 39 } }, "expression": { "type": "AssignmentExpression", - "start": 36604, - "end": 36630, + "start": 37267, + "end": 37293, "loc": { "start": { - "line": 975, + "line": 991, "column": 12 }, "end": { - "line": 975, + "line": 991, "column": 38 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 36604, - "end": 36622, + "start": 37267, + "end": 37285, "loc": { "start": { - "line": 975, + "line": 991, "column": 12 }, "end": { - "line": 975, + "line": 991, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 36604, - "end": 36608, + "start": 37267, + "end": 37271, "loc": { "start": { - "line": 975, + "line": 991, "column": 12 }, "end": { - "line": 975, + "line": 991, "column": 16 } } }, "property": { "type": "Identifier", - "start": 36609, - "end": 36622, + "start": 37272, + "end": 37285, "loc": { "start": { - "line": 975, + "line": 991, "column": 17 }, "end": { - "line": 975, + "line": 991, "column": 30 }, "identifierName": "_deviceActive" @@ -64795,15 +65908,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 36625, - "end": 36630, + "start": 37288, + "end": 37293, "loc": { "start": { - "line": 975, + "line": 991, "column": 33 }, "end": { - "line": 975, + "line": 991, "column": 38 } }, @@ -64813,86 +65926,86 @@ }, { "type": "IfStatement", - "start": 36645, - "end": 36848, + "start": 37308, + "end": 37511, "loc": { "start": { - "line": 977, + "line": 993, "column": 12 }, "end": { - "line": 981, + "line": 997, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 36649, - "end": 36684, + "start": 37312, + "end": 37347, "loc": { "start": { - "line": 977, + "line": 993, "column": 16 }, "end": { - "line": 977, + "line": 993, "column": 51 } }, "left": { "type": "CallExpression", - "start": 36649, - "end": 36669, + "start": 37312, + "end": 37332, "loc": { "start": { - "line": 977, + "line": 993, "column": 16 }, "end": { - "line": 977, + "line": 993, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 36649, - "end": 36667, + "start": 37312, + "end": 37330, "loc": { "start": { - "line": 977, + "line": 993, "column": 16 }, "end": { - "line": 977, + "line": 993, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 36649, - "end": 36653, + "start": 37312, + "end": 37316, "loc": { "start": { - "line": 977, + "line": 993, "column": 16 }, "end": { - "line": 977, + "line": 993, "column": 20 } } }, "property": { "type": "Identifier", - "start": 36654, - "end": 36667, + "start": 37317, + "end": 37330, "loc": { "start": { - "line": 977, + "line": 993, "column": 21 }, "end": { - "line": 977, + "line": 993, "column": 34 }, "identifierName": "getRecordType" @@ -64906,15 +66019,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 36674, - "end": 36684, + "start": 37337, + "end": 37347, "loc": { "start": { - "line": 977, + "line": 993, "column": 41 }, "end": { - "line": 977, + "line": 993, "column": 51 }, "identifierName": "AUDIO_ONLY" @@ -64924,114 +66037,114 @@ }, "consequent": { "type": "BlockStatement", - "start": 36686, - "end": 36848, + "start": 37349, + "end": 37511, "loc": { "start": { - "line": 977, + "line": 993, "column": 53 }, "end": { - "line": 981, + "line": 997, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 36767, - "end": 36810, + "start": 37430, + "end": 37473, "loc": { "start": { - "line": 979, + "line": 995, "column": 16 }, "end": { - "line": 979, + "line": 995, "column": 59 } }, "expression": { "type": "CallExpression", - "start": 36767, - "end": 36809, + "start": 37430, + "end": 37472, "loc": { "start": { - "line": 979, + "line": 995, "column": 16 }, "end": { - "line": 979, + "line": 995, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 36767, - "end": 36807, + "start": 37430, + "end": 37470, "loc": { "start": { - "line": 979, + "line": 995, "column": 16 }, "end": { - "line": 979, + "line": 995, "column": 56 } }, "object": { "type": "MemberExpression", - "start": 36767, - "end": 36796, + "start": 37430, + "end": 37459, "loc": { "start": { - "line": 979, + "line": 995, "column": 16 }, "end": { - "line": 979, + "line": 995, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 36767, - "end": 36785, + "start": 37430, + "end": 37448, "loc": { "start": { - "line": 979, + "line": 995, "column": 16 }, "end": { - "line": 979, + "line": 995, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 36767, - "end": 36778, + "start": 37430, + "end": 37441, "loc": { "start": { - "line": 979, + "line": 995, "column": 16 }, "end": { - "line": 979, + "line": 995, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 36767, - "end": 36771, + "start": 37430, + "end": 37434, "loc": { "start": { - "line": 979, + "line": 995, "column": 16 }, "end": { - "line": 979, + "line": 995, "column": 20 } }, @@ -65039,15 +66152,15 @@ }, "property": { "type": "Identifier", - "start": 36772, - "end": 36778, + "start": 37435, + "end": 37441, "loc": { "start": { - "line": 979, + "line": 995, "column": 21 }, "end": { - "line": 979, + "line": 995, "column": 27 }, "identifierName": "surfer" @@ -65059,15 +66172,15 @@ }, "property": { "type": "Identifier", - "start": 36779, - "end": 36785, + "start": 37442, + "end": 37448, "loc": { "start": { - "line": 979, + "line": 995, "column": 28 }, "end": { - "line": 979, + "line": 995, "column": 34 }, "identifierName": "surfer" @@ -65079,15 +66192,15 @@ }, "property": { "type": "Identifier", - "start": 36786, - "end": 36796, + "start": 37449, + "end": 37459, "loc": { "start": { - "line": 979, + "line": 995, "column": 35 }, "end": { - "line": 979, + "line": 995, "column": 45 }, "identifierName": "microphone" @@ -65099,15 +66212,15 @@ }, "property": { "type": "Identifier", - "start": 36797, - "end": 36807, + "start": 37460, + "end": 37470, "loc": { "start": { - "line": 979, + "line": 995, "column": 46 }, "end": { - "line": 979, + "line": 995, "column": 56 }, "identifierName": "stopDevice" @@ -65124,15 +66237,15 @@ { "type": "CommentLine", "value": " make the microphone plugin stop it's device", - "start": 36704, - "end": 36750, + "start": 37367, + "end": 37413, "loc": { "start": { - "line": 978, + "line": 994, "column": 16 }, "end": { - "line": 978, + "line": 994, "column": 62 } } @@ -65141,15 +66254,15 @@ }, { "type": "ReturnStatement", - "start": 36827, - "end": 36834, + "start": 37490, + "end": 37497, "loc": { "start": { - "line": 980, + "line": 996, "column": 16 }, "end": { - "line": 980, + "line": 996, "column": 23 } }, @@ -65162,114 +66275,114 @@ }, { "type": "ExpressionStatement", - "start": 36861, - "end": 36953, + "start": 37524, + "end": 37616, "loc": { "start": { - "line": 982, + "line": 998, "column": 12 }, "end": { - "line": 984, + "line": 1000, "column": 15 } }, "expression": { "type": "CallExpression", - "start": 36861, - "end": 36952, + "start": 37524, + "end": 37615, "loc": { "start": { - "line": 982, + "line": 998, "column": 12 }, "end": { - "line": 984, + "line": 1000, "column": 14 } }, "callee": { "type": "MemberExpression", - "start": 36861, - "end": 36892, + "start": 37524, + "end": 37555, "loc": { "start": { - "line": 982, + "line": 998, "column": 12 }, "end": { - "line": 982, + "line": 998, "column": 43 } }, "object": { "type": "CallExpression", - "start": 36861, - "end": 36884, + "start": 37524, + "end": 37547, "loc": { "start": { - "line": 982, + "line": 998, "column": 12 }, "end": { - "line": 982, + "line": 998, "column": 35 } }, "callee": { "type": "MemberExpression", - "start": 36861, - "end": 36882, + "start": 37524, + "end": 37545, "loc": { "start": { - "line": 982, + "line": 998, "column": 12 }, "end": { - "line": 982, + "line": 998, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 36861, - "end": 36872, + "start": 37524, + "end": 37535, "loc": { "start": { - "line": 982, + "line": 998, "column": 12 }, "end": { - "line": 982, + "line": 998, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 36861, - "end": 36865, + "start": 37524, + "end": 37528, "loc": { "start": { - "line": 982, + "line": 998, "column": 12 }, "end": { - "line": 982, + "line": 998, "column": 16 } } }, "property": { "type": "Identifier", - "start": 36866, - "end": 36872, + "start": 37529, + "end": 37535, "loc": { "start": { - "line": 982, + "line": 998, "column": 17 }, "end": { - "line": 982, + "line": 998, "column": 23 }, "identifierName": "stream" @@ -65280,15 +66393,15 @@ }, "property": { "type": "Identifier", - "start": 36873, - "end": 36882, + "start": 37536, + "end": 37545, "loc": { "start": { - "line": 982, + "line": 998, "column": 24 }, "end": { - "line": 982, + "line": 998, "column": 33 }, "identifierName": "getTracks" @@ -65301,15 +66414,15 @@ }, "property": { "type": "Identifier", - "start": 36885, - "end": 36892, + "start": 37548, + "end": 37555, "loc": { "start": { - "line": 982, + "line": 998, "column": 36 }, "end": { - "line": 982, + "line": 998, "column": 43 }, "identifierName": "forEach" @@ -65321,15 +66434,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 36893, - "end": 36951, + "start": 37556, + "end": 37614, "loc": { "start": { - "line": 982, + "line": 998, "column": 44 }, "end": { - "line": 984, + "line": 1000, "column": 13 } }, @@ -65340,15 +66453,15 @@ "params": [ { "type": "Identifier", - "start": 36894, - "end": 36900, + "start": 37557, + "end": 37563, "loc": { "start": { - "line": 982, + "line": 998, "column": 45 }, "end": { - "line": 982, + "line": 998, "column": 51 }, "identifierName": "stream" @@ -65358,72 +66471,72 @@ ], "body": { "type": "BlockStatement", - "start": 36905, - "end": 36951, + "start": 37568, + "end": 37614, "loc": { "start": { - "line": 982, + "line": 998, "column": 56 }, "end": { - "line": 984, + "line": 1000, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 36923, - "end": 36937, + "start": 37586, + "end": 37600, "loc": { "start": { - "line": 983, + "line": 999, "column": 16 }, "end": { - "line": 983, + "line": 999, "column": 30 } }, "expression": { "type": "CallExpression", - "start": 36923, - "end": 36936, + "start": 37586, + "end": 37599, "loc": { "start": { - "line": 983, + "line": 999, "column": 16 }, "end": { - "line": 983, + "line": 999, "column": 29 } }, "callee": { "type": "MemberExpression", - "start": 36923, - "end": 36934, + "start": 37586, + "end": 37597, "loc": { "start": { - "line": 983, + "line": 999, "column": 16 }, "end": { - "line": 983, + "line": 999, "column": 27 } }, "object": { "type": "Identifier", - "start": 36923, - "end": 36929, + "start": 37586, + "end": 37592, "loc": { "start": { - "line": 983, + "line": 999, "column": 16 }, "end": { - "line": 983, + "line": 999, "column": 22 }, "identifierName": "stream" @@ -65432,15 +66545,15 @@ }, "property": { "type": "Identifier", - "start": 36930, - "end": 36934, + "start": 37593, + "end": 37597, "loc": { "start": { - "line": 983, + "line": 999, "column": 23 }, "end": { - "line": 983, + "line": 999, "column": 27 }, "identifierName": "stop" @@ -65467,15 +66580,15 @@ { "type": "CommentLine", "value": " stop stream and device", - "start": 36539, - "end": 36564, + "start": 37202, + "end": 37227, "loc": { "start": { - "line": 973, + "line": 989, "column": 8 }, "end": { - "line": 973, + "line": 989, "column": 33 } } @@ -65490,15 +66603,15 @@ { "type": "CommentBlock", "value": "*\n * Stop stream and device.\n ", - "start": 36469, - "end": 36511, + "start": 37132, + "end": 37174, "loc": { "start": { - "line": 969, + "line": 985, "column": 4 }, "end": { - "line": 971, + "line": 987, "column": 7 } } @@ -65508,15 +66621,15 @@ { "type": "CommentBlock", "value": "*\n * Pause recording.\n ", - "start": 36975, - "end": 37010, + "start": 37638, + "end": 37673, "loc": { "start": { - "line": 988, + "line": 1004, "column": 4 }, "end": { - "line": 990, + "line": 1006, "column": 7 } } @@ -65525,15 +66638,15 @@ }, { "type": "ClassMethod", - "start": 37015, - "end": 37182, + "start": 37678, + "end": 37845, "loc": { "start": { - "line": 991, + "line": 1007, "column": 4 }, "end": { - "line": 998, + "line": 1014, "column": 5 } }, @@ -65541,15 +66654,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 37015, - "end": 37020, + "start": 37678, + "end": 37683, "loc": { "start": { - "line": 991, + "line": 1007, "column": 4 }, "end": { - "line": 991, + "line": 1007, "column": 9 }, "identifierName": "pause" @@ -65565,44 +66678,44 @@ "params": [], "body": { "type": "BlockStatement", - "start": 37023, - "end": 37182, + "start": 37686, + "end": 37845, "loc": { "start": { - "line": 991, + "line": 1007, "column": 12 }, "end": { - "line": 998, + "line": 1014, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 37033, - "end": 37176, + "start": 37696, + "end": 37839, "loc": { "start": { - "line": 992, + "line": 1008, "column": 8 }, "end": { - "line": 997, + "line": 1013, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 37037, - "end": 37049, + "start": 37700, + "end": 37712, "loc": { "start": { - "line": 992, + "line": 1008, "column": 12 }, "end": { - "line": 992, + "line": 1008, "column": 24 } }, @@ -65610,44 +66723,44 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 37038, - "end": 37049, + "start": 37701, + "end": 37712, "loc": { "start": { - "line": 992, + "line": 1008, "column": 13 }, "end": { - "line": 992, + "line": 1008, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 37038, - "end": 37042, + "start": 37701, + "end": 37705, "loc": { "start": { - "line": 992, + "line": 1008, "column": 13 }, "end": { - "line": 992, + "line": 1008, "column": 17 } } }, "property": { "type": "Identifier", - "start": 37043, - "end": 37049, + "start": 37706, + "end": 37712, "loc": { "start": { - "line": 992, + "line": 1008, "column": 18 }, "end": { - "line": 992, + "line": 1008, "column": 24 }, "identifierName": "paused" @@ -65662,88 +66775,88 @@ }, "consequent": { "type": "BlockStatement", - "start": 37051, - "end": 37176, + "start": 37714, + "end": 37839, "loc": { "start": { - "line": 992, + "line": 1008, "column": 26 }, "end": { - "line": 997, + "line": 1013, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 37065, - "end": 37100, + "start": 37728, + "end": 37763, "loc": { "start": { - "line": 993, + "line": 1009, "column": 12 }, "end": { - "line": 993, + "line": 1009, "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 37065, - "end": 37099, + "start": 37728, + "end": 37762, "loc": { "start": { - "line": 993, + "line": 1009, "column": 12 }, "end": { - "line": 993, + "line": 1009, "column": 46 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 37065, - "end": 37079, + "start": 37728, + "end": 37742, "loc": { "start": { - "line": 993, + "line": 1009, "column": 12 }, "end": { - "line": 993, + "line": 1009, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 37065, - "end": 37069, + "start": 37728, + "end": 37732, "loc": { "start": { - "line": 993, + "line": 1009, "column": 12 }, "end": { - "line": 993, + "line": 1009, "column": 16 } } }, "property": { "type": "Identifier", - "start": 37070, - "end": 37079, + "start": 37733, + "end": 37742, "loc": { "start": { - "line": 993, + "line": 1009, "column": 17 }, "end": { - "line": 993, + "line": 1009, "column": 26 }, "identifierName": "pauseTime" @@ -65754,43 +66867,43 @@ }, "right": { "type": "CallExpression", - "start": 37082, - "end": 37099, + "start": 37745, + "end": 37762, "loc": { "start": { - "line": 993, + "line": 1009, "column": 29 }, "end": { - "line": 993, + "line": 1009, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 37082, - "end": 37097, + "start": 37745, + "end": 37760, "loc": { "start": { - "line": 993, + "line": 1009, "column": 29 }, "end": { - "line": 993, + "line": 1009, "column": 44 } }, "object": { "type": "Identifier", - "start": 37082, - "end": 37093, + "start": 37745, + "end": 37756, "loc": { "start": { - "line": 993, + "line": 1009, "column": 29 }, "end": { - "line": 993, + "line": 1009, "column": 40 }, "identifierName": "performance" @@ -65799,15 +66912,15 @@ }, "property": { "type": "Identifier", - "start": 37094, - "end": 37097, + "start": 37757, + "end": 37760, "loc": { "start": { - "line": 993, + "line": 1009, "column": 41 }, "end": { - "line": 993, + "line": 1009, "column": 44 }, "identifierName": "now" @@ -65822,73 +66935,73 @@ }, { "type": "ExpressionStatement", - "start": 37113, - "end": 37132, + "start": 37776, + "end": 37795, "loc": { "start": { - "line": 994, + "line": 1010, "column": 12 }, "end": { - "line": 994, + "line": 1010, "column": 31 } }, "expression": { "type": "AssignmentExpression", - "start": 37113, - "end": 37131, + "start": 37776, + "end": 37794, "loc": { "start": { - "line": 994, + "line": 1010, "column": 12 }, "end": { - "line": 994, + "line": 1010, "column": 30 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 37113, - "end": 37124, + "start": 37776, + "end": 37787, "loc": { "start": { - "line": 994, + "line": 1010, "column": 12 }, "end": { - "line": 994, + "line": 1010, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 37113, - "end": 37117, + "start": 37776, + "end": 37780, "loc": { "start": { - "line": 994, + "line": 1010, "column": 12 }, "end": { - "line": 994, + "line": 1010, "column": 16 } } }, "property": { "type": "Identifier", - "start": 37118, - "end": 37124, + "start": 37781, + "end": 37787, "loc": { "start": { - "line": 994, + "line": 1010, "column": 17 }, "end": { - "line": 994, + "line": 1010, "column": 23 }, "identifierName": "paused" @@ -65899,15 +67012,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 37127, - "end": 37131, + "start": 37790, + "end": 37794, "loc": { "start": { - "line": 994, + "line": 1010, "column": 26 }, "end": { - "line": 994, + "line": 1010, "column": 30 } }, @@ -65917,86 +67030,86 @@ }, { "type": "ExpressionStatement", - "start": 37146, - "end": 37166, + "start": 37809, + "end": 37829, "loc": { "start": { - "line": 996, + "line": 1012, "column": 12 }, "end": { - "line": 996, + "line": 1012, "column": 32 } }, "expression": { "type": "CallExpression", - "start": 37146, - "end": 37165, + "start": 37809, + "end": 37828, "loc": { "start": { - "line": 996, + "line": 1012, "column": 12 }, "end": { - "line": 996, + "line": 1012, "column": 31 } }, "callee": { "type": "MemberExpression", - "start": 37146, - "end": 37163, + "start": 37809, + "end": 37826, "loc": { "start": { - "line": 996, + "line": 1012, "column": 12 }, "end": { - "line": 996, + "line": 1012, "column": 29 } }, "object": { "type": "MemberExpression", - "start": 37146, - "end": 37157, + "start": 37809, + "end": 37820, "loc": { "start": { - "line": 996, + "line": 1012, "column": 12 }, "end": { - "line": 996, + "line": 1012, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 37146, - "end": 37150, + "start": 37809, + "end": 37813, "loc": { "start": { - "line": 996, + "line": 1012, "column": 12 }, "end": { - "line": 996, + "line": 1012, "column": 16 } } }, "property": { "type": "Identifier", - "start": 37151, - "end": 37157, + "start": 37814, + "end": 37820, "loc": { "start": { - "line": 996, + "line": 1012, "column": 17 }, "end": { - "line": 996, + "line": 1012, "column": 23 }, "identifierName": "engine" @@ -66007,15 +67120,15 @@ }, "property": { "type": "Identifier", - "start": 37158, - "end": 37163, + "start": 37821, + "end": 37826, "loc": { "start": { - "line": 996, + "line": 1012, "column": 24 }, "end": { - "line": 996, + "line": 1012, "column": 29 }, "identifierName": "pause" @@ -66040,15 +67153,15 @@ { "type": "CommentBlock", "value": "*\n * Pause recording.\n ", - "start": 36975, - "end": 37010, + "start": 37638, + "end": 37673, "loc": { "start": { - "line": 988, + "line": 1004, "column": 4 }, "end": { - "line": 990, + "line": 1006, "column": 7 } } @@ -66058,15 +67171,15 @@ { "type": "CommentBlock", "value": "*\n * Resume recording.\n ", - "start": 37188, - "end": 37224, + "start": 37851, + "end": 37887, "loc": { "start": { - "line": 1000, + "line": 1016, "column": 4 }, "end": { - "line": 1002, + "line": 1018, "column": 7 } } @@ -66075,15 +67188,15 @@ }, { "type": "ClassMethod", - "start": 37229, - "end": 37417, + "start": 37892, + "end": 38080, "loc": { "start": { - "line": 1003, + "line": 1019, "column": 4 }, "end": { - "line": 1010, + "line": 1026, "column": 5 } }, @@ -66091,15 +67204,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 37229, - "end": 37235, + "start": 37892, + "end": 37898, "loc": { "start": { - "line": 1003, + "line": 1019, "column": 4 }, "end": { - "line": 1003, + "line": 1019, "column": 10 }, "identifierName": "resume" @@ -66115,73 +67228,73 @@ "params": [], "body": { "type": "BlockStatement", - "start": 37238, - "end": 37417, + "start": 37901, + "end": 38080, "loc": { "start": { - "line": 1003, + "line": 1019, "column": 13 }, "end": { - "line": 1010, + "line": 1026, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 37248, - "end": 37411, + "start": 37911, + "end": 38074, "loc": { "start": { - "line": 1004, + "line": 1020, "column": 8 }, "end": { - "line": 1009, + "line": 1025, "column": 9 } }, "test": { "type": "MemberExpression", - "start": 37252, - "end": 37263, + "start": 37915, + "end": 37926, "loc": { "start": { - "line": 1004, + "line": 1020, "column": 12 }, "end": { - "line": 1004, + "line": 1020, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 37252, - "end": 37256, + "start": 37915, + "end": 37919, "loc": { "start": { - "line": 1004, + "line": 1020, "column": 12 }, "end": { - "line": 1004, + "line": 1020, "column": 16 } } }, "property": { "type": "Identifier", - "start": 37257, - "end": 37263, + "start": 37920, + "end": 37926, "loc": { "start": { - "line": 1004, + "line": 1020, "column": 17 }, "end": { - "line": 1004, + "line": 1020, "column": 23 }, "identifierName": "paused" @@ -66192,88 +67305,88 @@ }, "consequent": { "type": "BlockStatement", - "start": 37265, - "end": 37411, + "start": 37928, + "end": 38074, "loc": { "start": { - "line": 1004, + "line": 1020, "column": 25 }, "end": { - "line": 1009, + "line": 1025, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 37279, - "end": 37333, + "start": 37942, + "end": 37996, "loc": { "start": { - "line": 1005, + "line": 1021, "column": 12 }, "end": { - "line": 1005, + "line": 1021, "column": 66 } }, "expression": { "type": "AssignmentExpression", - "start": 37279, - "end": 37332, + "start": 37942, + "end": 37995, "loc": { "start": { - "line": 1005, + "line": 1021, "column": 12 }, "end": { - "line": 1005, + "line": 1021, "column": 65 } }, "operator": "+=", "left": { "type": "MemberExpression", - "start": 37279, - "end": 37294, + "start": 37942, + "end": 37957, "loc": { "start": { - "line": 1005, + "line": 1021, "column": 12 }, "end": { - "line": 1005, + "line": 1021, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 37279, - "end": 37283, + "start": 37942, + "end": 37946, "loc": { "start": { - "line": 1005, + "line": 1021, "column": 12 }, "end": { - "line": 1005, + "line": 1021, "column": 16 } } }, "property": { "type": "Identifier", - "start": 37284, - "end": 37294, + "start": 37947, + "end": 37957, "loc": { "start": { - "line": 1005, + "line": 1021, "column": 17 }, "end": { - "line": 1005, + "line": 1021, "column": 27 }, "identifierName": "pausedTime" @@ -66284,57 +67397,57 @@ }, "right": { "type": "BinaryExpression", - "start": 37298, - "end": 37332, + "start": 37961, + "end": 37995, "loc": { "start": { - "line": 1005, + "line": 1021, "column": 31 }, "end": { - "line": 1005, + "line": 1021, "column": 65 } }, "left": { "type": "CallExpression", - "start": 37298, - "end": 37315, + "start": 37961, + "end": 37978, "loc": { "start": { - "line": 1005, + "line": 1021, "column": 31 }, "end": { - "line": 1005, + "line": 1021, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 37298, - "end": 37313, + "start": 37961, + "end": 37976, "loc": { "start": { - "line": 1005, + "line": 1021, "column": 31 }, "end": { - "line": 1005, + "line": 1021, "column": 46 } }, "object": { "type": "Identifier", - "start": 37298, - "end": 37309, + "start": 37961, + "end": 37972, "loc": { "start": { - "line": 1005, + "line": 1021, "column": 31 }, "end": { - "line": 1005, + "line": 1021, "column": 42 }, "identifierName": "performance" @@ -66343,15 +67456,15 @@ }, "property": { "type": "Identifier", - "start": 37310, - "end": 37313, + "start": 37973, + "end": 37976, "loc": { "start": { - "line": 1005, + "line": 1021, "column": 43 }, "end": { - "line": 1005, + "line": 1021, "column": 46 }, "identifierName": "now" @@ -66365,44 +67478,44 @@ "operator": "-", "right": { "type": "MemberExpression", - "start": 37318, - "end": 37332, + "start": 37981, + "end": 37995, "loc": { "start": { - "line": 1005, + "line": 1021, "column": 51 }, "end": { - "line": 1005, + "line": 1021, "column": 65 } }, "object": { "type": "ThisExpression", - "start": 37318, - "end": 37322, + "start": 37981, + "end": 37985, "loc": { "start": { - "line": 1005, + "line": 1021, "column": 51 }, "end": { - "line": 1005, + "line": 1021, "column": 55 } } }, "property": { "type": "Identifier", - "start": 37323, - "end": 37332, + "start": 37986, + "end": 37995, "loc": { "start": { - "line": 1005, + "line": 1021, "column": 56 }, "end": { - "line": 1005, + "line": 1021, "column": 65 }, "identifierName": "pauseTime" @@ -66416,86 +67529,86 @@ }, { "type": "ExpressionStatement", - "start": 37347, - "end": 37368, + "start": 38010, + "end": 38031, "loc": { "start": { - "line": 1007, + "line": 1023, "column": 12 }, "end": { - "line": 1007, + "line": 1023, "column": 33 } }, "expression": { "type": "CallExpression", - "start": 37347, - "end": 37367, + "start": 38010, + "end": 38030, "loc": { "start": { - "line": 1007, + "line": 1023, "column": 12 }, "end": { - "line": 1007, + "line": 1023, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 37347, - "end": 37365, + "start": 38010, + "end": 38028, "loc": { "start": { - "line": 1007, + "line": 1023, "column": 12 }, "end": { - "line": 1007, + "line": 1023, "column": 30 } }, "object": { "type": "MemberExpression", - "start": 37347, - "end": 37358, + "start": 38010, + "end": 38021, "loc": { "start": { - "line": 1007, + "line": 1023, "column": 12 }, "end": { - "line": 1007, + "line": 1023, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 37347, - "end": 37351, + "start": 38010, + "end": 38014, "loc": { "start": { - "line": 1007, + "line": 1023, "column": 12 }, "end": { - "line": 1007, + "line": 1023, "column": 16 } } }, "property": { "type": "Identifier", - "start": 37352, - "end": 37358, + "start": 38015, + "end": 38021, "loc": { "start": { - "line": 1007, + "line": 1023, "column": 17 }, "end": { - "line": 1007, + "line": 1023, "column": 23 }, "identifierName": "engine" @@ -66506,15 +67619,15 @@ }, "property": { "type": "Identifier", - "start": 37359, - "end": 37365, + "start": 38022, + "end": 38028, "loc": { "start": { - "line": 1007, + "line": 1023, "column": 24 }, "end": { - "line": 1007, + "line": 1023, "column": 30 }, "identifierName": "resume" @@ -66528,73 +67641,73 @@ }, { "type": "ExpressionStatement", - "start": 37381, - "end": 37401, + "start": 38044, + "end": 38064, "loc": { "start": { - "line": 1008, + "line": 1024, "column": 12 }, "end": { - "line": 1008, + "line": 1024, "column": 32 } }, "expression": { "type": "AssignmentExpression", - "start": 37381, - "end": 37400, + "start": 38044, + "end": 38063, "loc": { "start": { - "line": 1008, + "line": 1024, "column": 12 }, "end": { - "line": 1008, + "line": 1024, "column": 31 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 37381, - "end": 37392, + "start": 38044, + "end": 38055, "loc": { "start": { - "line": 1008, + "line": 1024, "column": 12 }, "end": { - "line": 1008, + "line": 1024, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 37381, - "end": 37385, + "start": 38044, + "end": 38048, "loc": { "start": { - "line": 1008, + "line": 1024, "column": 12 }, "end": { - "line": 1008, + "line": 1024, "column": 16 } } }, "property": { "type": "Identifier", - "start": 37386, - "end": 37392, + "start": 38049, + "end": 38055, "loc": { "start": { - "line": 1008, + "line": 1024, "column": 17 }, "end": { - "line": 1008, + "line": 1024, "column": 23 }, "identifierName": "paused" @@ -66605,15 +67718,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 37395, - "end": 37400, + "start": 38058, + "end": 38063, "loc": { "start": { - "line": 1008, + "line": 1024, "column": 26 }, "end": { - "line": 1008, + "line": 1024, "column": 31 } }, @@ -66634,15 +67747,15 @@ { "type": "CommentBlock", "value": "*\n * Resume recording.\n ", - "start": 37188, - "end": 37224, + "start": 37851, + "end": 37887, "loc": { "start": { - "line": 1000, + "line": 1016, "column": 4 }, "end": { - "line": 1002, + "line": 1018, "column": 7 } } @@ -66652,15 +67765,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when recording completed and the resulting stream is\n * available.\n * @private\n ", - "start": 37423, - "end": 37536, + "start": 38086, + "end": 38199, "loc": { "start": { - "line": 1012, + "line": 1028, "column": 4 }, "end": { - "line": 1016, + "line": 1032, "column": 7 } } @@ -66669,15 +67782,15 @@ }, { "type": "ClassMethod", - "start": 37541, - "end": 41456, + "start": 38204, + "end": 42119, "loc": { "start": { - "line": 1017, + "line": 1033, "column": 4 }, "end": { - "line": 1127, + "line": 1143, "column": 5 } }, @@ -66685,15 +67798,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 37541, - "end": 37557, + "start": 38204, + "end": 38220, "loc": { "start": { - "line": 1017, + "line": 1033, "column": 4 }, "end": { - "line": 1017, + "line": 1033, "column": 20 }, "identifierName": "onRecordComplete" @@ -66709,87 +67822,87 @@ "params": [], "body": { "type": "BlockStatement", - "start": 37560, - "end": 41456, + "start": 38223, + "end": 42119, "loc": { "start": { - "line": 1017, + "line": 1033, "column": 23 }, "end": { - "line": 1127, + "line": 1143, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 37621, - "end": 37673, + "start": 38284, + "end": 38336, "loc": { "start": { - "line": 1019, + "line": 1035, "column": 8 }, "end": { - "line": 1019, + "line": 1035, "column": 60 } }, "expression": { "type": "AssignmentExpression", - "start": 37621, - "end": 37672, + "start": 38284, + "end": 38335, "loc": { "start": { - "line": 1019, + "line": 1035, "column": 8 }, "end": { - "line": 1019, + "line": 1035, "column": 59 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 37621, - "end": 37645, + "start": 38284, + "end": 38308, "loc": { "start": { - "line": 1019, + "line": 1035, "column": 8 }, "end": { - "line": 1019, + "line": 1035, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 37621, - "end": 37632, + "start": 38284, + "end": 38295, "loc": { "start": { - "line": 1019, + "line": 1035, "column": 8 }, "end": { - "line": 1019, + "line": 1035, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 37621, - "end": 37625, + "start": 38284, + "end": 38288, "loc": { "start": { - "line": 1019, + "line": 1035, "column": 8 }, "end": { - "line": 1019, + "line": 1035, "column": 12 } }, @@ -66797,15 +67910,15 @@ }, "property": { "type": "Identifier", - "start": 37626, - "end": 37632, + "start": 38289, + "end": 38295, "loc": { "start": { - "line": 1019, + "line": 1035, "column": 13 }, "end": { - "line": 1019, + "line": 1035, "column": 19 }, "identifierName": "player" @@ -66817,15 +67930,15 @@ }, "property": { "type": "Identifier", - "start": 37633, - "end": 37645, + "start": 38296, + "end": 38308, "loc": { "start": { - "line": 1019, + "line": 1035, "column": 20 }, "end": { - "line": 1019, + "line": 1035, "column": 32 }, "identifierName": "recordedData" @@ -66837,58 +67950,58 @@ }, "right": { "type": "MemberExpression", - "start": 37648, - "end": 37672, + "start": 38311, + "end": 38335, "loc": { "start": { - "line": 1019, + "line": 1035, "column": 35 }, "end": { - "line": 1019, + "line": 1035, "column": 59 } }, "object": { "type": "MemberExpression", - "start": 37648, - "end": 37659, + "start": 38311, + "end": 38322, "loc": { "start": { - "line": 1019, + "line": 1035, "column": 35 }, "end": { - "line": 1019, + "line": 1035, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 37648, - "end": 37652, + "start": 38311, + "end": 38315, "loc": { "start": { - "line": 1019, + "line": 1035, "column": 35 }, "end": { - "line": 1019, + "line": 1035, "column": 39 } } }, "property": { "type": "Identifier", - "start": 37653, - "end": 37659, + "start": 38316, + "end": 38322, "loc": { "start": { - "line": 1019, + "line": 1035, "column": 40 }, "end": { - "line": 1019, + "line": 1035, "column": 46 }, "identifierName": "engine" @@ -66899,15 +68012,15 @@ }, "property": { "type": "Identifier", - "start": 37660, - "end": 37672, + "start": 38323, + "end": 38335, "loc": { "start": { - "line": 1019, + "line": 1035, "column": 47 }, "end": { - "line": 1019, + "line": 1035, "column": 59 }, "identifierName": "recordedData" @@ -66922,15 +68035,15 @@ { "type": "CommentLine", "value": " store reference to recorded stream data", - "start": 37570, - "end": 37612, + "start": 38233, + "end": 38275, "loc": { "start": { - "line": 1018, + "line": 1034, "column": 8 }, "end": { - "line": 1018, + "line": 1034, "column": 50 } } @@ -66940,15 +68053,15 @@ { "type": "CommentLine", "value": " change the replay button back to a play button", - "start": 37683, - "end": 37732, + "start": 38346, + "end": 38395, "loc": { "start": { - "line": 1021, + "line": 1037, "column": 8 }, "end": { - "line": 1021, + "line": 1037, "column": 57 } } @@ -66957,85 +68070,85 @@ }, { "type": "IfStatement", - "start": 37741, - "end": 37931, + "start": 38404, + "end": 38594, "loc": { "start": { - "line": 1022, + "line": 1038, "column": 8 }, "end": { - "line": 1025, + "line": 1041, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 37745, - "end": 37792, + "start": 38408, + "end": 38455, "loc": { "start": { - "line": 1022, + "line": 1038, "column": 12 }, "end": { - "line": 1022, + "line": 1038, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 37745, - "end": 37778, + "start": 38408, + "end": 38441, "loc": { "start": { - "line": 1022, + "line": 1038, "column": 12 }, "end": { - "line": 1022, + "line": 1038, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 37745, - "end": 37767, + "start": 38408, + "end": 38430, "loc": { "start": { - "line": 1022, + "line": 1038, "column": 12 }, "end": { - "line": 1022, + "line": 1038, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 37745, - "end": 37756, + "start": 38408, + "end": 38419, "loc": { "start": { - "line": 1022, + "line": 1038, "column": 12 }, "end": { - "line": 1022, + "line": 1038, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 37745, - "end": 37749, + "start": 38408, + "end": 38412, "loc": { "start": { - "line": 1022, + "line": 1038, "column": 12 }, "end": { - "line": 1022, + "line": 1038, "column": 16 } }, @@ -67043,15 +68156,15 @@ }, "property": { "type": "Identifier", - "start": 37750, - "end": 37756, + "start": 38413, + "end": 38419, "loc": { "start": { - "line": 1022, + "line": 1038, "column": 17 }, "end": { - "line": 1022, + "line": 1038, "column": 23 }, "identifierName": "player" @@ -67063,15 +68176,15 @@ }, "property": { "type": "Identifier", - "start": 37757, - "end": 37767, + "start": 38420, + "end": 38430, "loc": { "start": { - "line": 1022, + "line": 1038, "column": 24 }, "end": { - "line": 1022, + "line": 1038, "column": 34 }, "identifierName": "controlBar" @@ -67083,15 +68196,15 @@ }, "property": { "type": "Identifier", - "start": 37768, - "end": 37778, + "start": 38431, + "end": 38441, "loc": { "start": { - "line": 1022, + "line": 1038, "column": 35 }, "end": { - "line": 1022, + "line": 1038, "column": 45 }, "identifierName": "playToggle" @@ -67104,15 +68217,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 37783, - "end": 37792, + "start": 38446, + "end": 38455, "loc": { "start": { - "line": 1022, + "line": 1038, "column": 50 }, "end": { - "line": 1022, + "line": 1038, "column": 59 }, "identifierName": "undefined" @@ -67123,129 +68236,129 @@ }, "consequent": { "type": "BlockStatement", - "start": 37794, - "end": 37931, + "start": 38457, + "end": 38594, "loc": { "start": { - "line": 1022, + "line": 1038, "column": 61 }, "end": { - "line": 1025, + "line": 1041, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 37808, - "end": 37867, + "start": 38471, + "end": 38530, "loc": { "start": { - "line": 1023, + "line": 1039, "column": 12 }, "end": { - "line": 1023, + "line": 1039, "column": 71 } }, "expression": { "type": "CallExpression", - "start": 37808, - "end": 37866, + "start": 38471, + "end": 38529, "loc": { "start": { - "line": 1023, + "line": 1039, "column": 12 }, "end": { - "line": 1023, + "line": 1039, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 37808, - "end": 37853, + "start": 38471, + "end": 38516, "loc": { "start": { - "line": 1023, + "line": 1039, "column": 12 }, "end": { - "line": 1023, + "line": 1039, "column": 57 } }, "object": { "type": "MemberExpression", - "start": 37808, - "end": 37841, + "start": 38471, + "end": 38504, "loc": { "start": { - "line": 1023, + "line": 1039, "column": 12 }, "end": { - "line": 1023, + "line": 1039, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 37808, - "end": 37830, + "start": 38471, + "end": 38493, "loc": { "start": { - "line": 1023, + "line": 1039, "column": 12 }, "end": { - "line": 1023, + "line": 1039, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 37808, - "end": 37819, + "start": 38471, + "end": 38482, "loc": { "start": { - "line": 1023, + "line": 1039, "column": 12 }, "end": { - "line": 1023, + "line": 1039, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 37808, - "end": 37812, + "start": 38471, + "end": 38475, "loc": { "start": { - "line": 1023, + "line": 1039, "column": 12 }, "end": { - "line": 1023, + "line": 1039, "column": 16 } } }, "property": { "type": "Identifier", - "start": 37813, - "end": 37819, + "start": 38476, + "end": 38482, "loc": { "start": { - "line": 1023, + "line": 1039, "column": 17 }, "end": { - "line": 1023, + "line": 1039, "column": 23 }, "identifierName": "player" @@ -67256,15 +68369,15 @@ }, "property": { "type": "Identifier", - "start": 37820, - "end": 37830, + "start": 38483, + "end": 38493, "loc": { "start": { - "line": 1023, + "line": 1039, "column": 24 }, "end": { - "line": 1023, + "line": 1039, "column": 34 }, "identifierName": "controlBar" @@ -67275,15 +68388,15 @@ }, "property": { "type": "Identifier", - "start": 37831, - "end": 37841, + "start": 38494, + "end": 38504, "loc": { "start": { - "line": 1023, + "line": 1039, "column": 35 }, "end": { - "line": 1023, + "line": 1039, "column": 45 }, "identifierName": "playToggle" @@ -67294,15 +68407,15 @@ }, "property": { "type": "Identifier", - "start": 37842, - "end": 37853, + "start": 38505, + "end": 38516, "loc": { "start": { - "line": 1023, + "line": 1039, "column": 46 }, "end": { - "line": 1023, + "line": 1039, "column": 57 }, "identifierName": "removeClass" @@ -67314,15 +68427,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 37854, - "end": 37865, + "start": 38517, + "end": 38528, "loc": { "start": { - "line": 1023, + "line": 1039, "column": 58 }, "end": { - "line": 1023, + "line": 1039, "column": 69 } }, @@ -67337,114 +68450,114 @@ }, { "type": "ExpressionStatement", - "start": 37880, - "end": 37921, + "start": 38543, + "end": 38584, "loc": { "start": { - "line": 1024, + "line": 1040, "column": 12 }, "end": { - "line": 1024, + "line": 1040, "column": 53 } }, "expression": { "type": "CallExpression", - "start": 37880, - "end": 37920, + "start": 38543, + "end": 38583, "loc": { "start": { - "line": 1024, + "line": 1040, "column": 12 }, "end": { - "line": 1024, + "line": 1040, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 37880, - "end": 37918, + "start": 38543, + "end": 38581, "loc": { "start": { - "line": 1024, + "line": 1040, "column": 12 }, "end": { - "line": 1024, + "line": 1040, "column": 50 } }, "object": { "type": "MemberExpression", - "start": 37880, - "end": 37913, + "start": 38543, + "end": 38576, "loc": { "start": { - "line": 1024, + "line": 1040, "column": 12 }, "end": { - "line": 1024, + "line": 1040, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 37880, - "end": 37902, + "start": 38543, + "end": 38565, "loc": { "start": { - "line": 1024, + "line": 1040, "column": 12 }, "end": { - "line": 1024, + "line": 1040, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 37880, - "end": 37891, + "start": 38543, + "end": 38554, "loc": { "start": { - "line": 1024, + "line": 1040, "column": 12 }, "end": { - "line": 1024, + "line": 1040, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 37880, - "end": 37884, + "start": 38543, + "end": 38547, "loc": { "start": { - "line": 1024, + "line": 1040, "column": 12 }, "end": { - "line": 1024, + "line": 1040, "column": 16 } } }, "property": { "type": "Identifier", - "start": 37885, - "end": 37891, + "start": 38548, + "end": 38554, "loc": { "start": { - "line": 1024, + "line": 1040, "column": 17 }, "end": { - "line": 1024, + "line": 1040, "column": 23 }, "identifierName": "player" @@ -67455,15 +68568,15 @@ }, "property": { "type": "Identifier", - "start": 37892, - "end": 37902, + "start": 38555, + "end": 38565, "loc": { "start": { - "line": 1024, + "line": 1040, "column": 24 }, "end": { - "line": 1024, + "line": 1040, "column": 34 }, "identifierName": "controlBar" @@ -67474,15 +68587,15 @@ }, "property": { "type": "Identifier", - "start": 37903, - "end": 37913, + "start": 38566, + "end": 38576, "loc": { "start": { - "line": 1024, + "line": 1040, "column": 35 }, "end": { - "line": 1024, + "line": 1040, "column": 45 }, "identifierName": "playToggle" @@ -67493,15 +68606,15 @@ }, "property": { "type": "Identifier", - "start": 37914, - "end": 37918, + "start": 38577, + "end": 38581, "loc": { "start": { - "line": 1024, + "line": 1040, "column": 46 }, "end": { - "line": 1024, + "line": 1040, "column": 50 }, "identifierName": "show" @@ -67522,15 +68635,15 @@ { "type": "CommentLine", "value": " change the replay button back to a play button", - "start": 37683, - "end": 37732, + "start": 38346, + "end": 38395, "loc": { "start": { - "line": 1021, + "line": 1037, "column": 8 }, "end": { - "line": 1021, + "line": 1037, "column": 57 } } @@ -67540,15 +68653,15 @@ { "type": "CommentLine", "value": " notify converter", - "start": 37941, - "end": 37960, + "start": 38604, + "end": 38623, "loc": { "start": { - "line": 1027, + "line": 1043, "column": 8 }, "end": { - "line": 1027, + "line": 1043, "column": 27 } } @@ -67557,57 +68670,57 @@ }, { "type": "IfStatement", - "start": 37969, - "end": 38076, + "start": 38632, + "end": 38739, "loc": { "start": { - "line": 1028, + "line": 1044, "column": 8 }, "end": { - "line": 1030, + "line": 1046, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 37973, - "end": 38001, + "start": 38636, + "end": 38664, "loc": { "start": { - "line": 1028, + "line": 1044, "column": 12 }, "end": { - "line": 1028, + "line": 1044, "column": 40 } }, "left": { "type": "MemberExpression", - "start": 37973, - "end": 37987, + "start": 38636, + "end": 38650, "loc": { "start": { - "line": 1028, + "line": 1044, "column": 12 }, "end": { - "line": 1028, + "line": 1044, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 37973, - "end": 37977, + "start": 38636, + "end": 38640, "loc": { "start": { - "line": 1028, + "line": 1044, "column": 12 }, "end": { - "line": 1028, + "line": 1044, "column": 16 } }, @@ -67615,15 +68728,15 @@ }, "property": { "type": "Identifier", - "start": 37978, - "end": 37987, + "start": 38641, + "end": 38650, "loc": { "start": { - "line": 1028, + "line": 1044, "column": 17 }, "end": { - "line": 1028, + "line": 1044, "column": 26 }, "identifierName": "converter" @@ -67636,15 +68749,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 37992, - "end": 38001, + "start": 38655, + "end": 38664, "loc": { "start": { - "line": 1028, + "line": 1044, "column": 31 }, "end": { - "line": 1028, + "line": 1044, "column": 40 }, "identifierName": "undefined" @@ -67655,101 +68768,101 @@ }, "consequent": { "type": "BlockStatement", - "start": 38003, - "end": 38076, + "start": 38666, + "end": 38739, "loc": { "start": { - "line": 1028, + "line": 1044, "column": 42 }, "end": { - "line": 1030, + "line": 1046, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 38017, - "end": 38066, + "start": 38680, + "end": 38729, "loc": { "start": { - "line": 1029, + "line": 1045, "column": 12 }, "end": { - "line": 1029, + "line": 1045, "column": 61 } }, "expression": { "type": "CallExpression", - "start": 38017, - "end": 38065, + "start": 38680, + "end": 38728, "loc": { "start": { - "line": 1029, + "line": 1045, "column": 12 }, "end": { - "line": 1029, + "line": 1045, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 38017, - "end": 38039, + "start": 38680, + "end": 38702, "loc": { "start": { - "line": 1029, + "line": 1045, "column": 12 }, "end": { - "line": 1029, + "line": 1045, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 38017, - "end": 38031, + "start": 38680, + "end": 38694, "loc": { "start": { - "line": 1029, + "line": 1045, "column": 12 }, "end": { - "line": 1029, + "line": 1045, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 38017, - "end": 38021, + "start": 38680, + "end": 38684, "loc": { "start": { - "line": 1029, + "line": 1045, "column": 12 }, "end": { - "line": 1029, + "line": 1045, "column": 16 } } }, "property": { "type": "Identifier", - "start": 38022, - "end": 38031, + "start": 38685, + "end": 38694, "loc": { "start": { - "line": 1029, + "line": 1045, "column": 17 }, "end": { - "line": 1029, + "line": 1045, "column": 26 }, "identifierName": "converter" @@ -67760,15 +68873,15 @@ }, "property": { "type": "Identifier", - "start": 38032, - "end": 38039, + "start": 38695, + "end": 38702, "loc": { "start": { - "line": 1029, + "line": 1045, "column": 27 }, "end": { - "line": 1029, + "line": 1045, "column": 34 }, "identifierName": "convert" @@ -67780,58 +68893,58 @@ "arguments": [ { "type": "MemberExpression", - "start": 38040, - "end": 38064, + "start": 38703, + "end": 38727, "loc": { "start": { - "line": 1029, + "line": 1045, "column": 35 }, "end": { - "line": 1029, + "line": 1045, "column": 59 } }, "object": { "type": "MemberExpression", - "start": 38040, - "end": 38051, + "start": 38703, + "end": 38714, "loc": { "start": { - "line": 1029, + "line": 1045, "column": 35 }, "end": { - "line": 1029, + "line": 1045, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 38040, - "end": 38044, + "start": 38703, + "end": 38707, "loc": { "start": { - "line": 1029, + "line": 1045, "column": 35 }, "end": { - "line": 1029, + "line": 1045, "column": 39 } } }, "property": { "type": "Identifier", - "start": 38045, - "end": 38051, + "start": 38708, + "end": 38714, "loc": { "start": { - "line": 1029, + "line": 1045, "column": 40 }, "end": { - "line": 1029, + "line": 1045, "column": 46 }, "identifierName": "player" @@ -67842,15 +68955,15 @@ }, "property": { "type": "Identifier", - "start": 38052, - "end": 38064, + "start": 38715, + "end": 38727, "loc": { "start": { - "line": 1029, + "line": 1045, "column": 47 }, "end": { - "line": 1029, + "line": 1045, "column": 59 }, "identifierName": "recordedData" @@ -67871,15 +68984,15 @@ { "type": "CommentLine", "value": " notify converter", - "start": 37941, - "end": 37960, + "start": 38604, + "end": 38623, "loc": { "start": { - "line": 1027, + "line": 1043, "column": 8 }, "end": { - "line": 1027, + "line": 1043, "column": 27 } } @@ -67889,15 +69002,15 @@ { "type": "CommentLine", "value": " notify listeners that data is available", - "start": 38086, - "end": 38128, + "start": 38749, + "end": 38791, "loc": { "start": { - "line": 1032, + "line": 1048, "column": 8 }, "end": { - "line": 1032, + "line": 1048, "column": 50 } } @@ -67906,71 +69019,71 @@ }, { "type": "ExpressionStatement", - "start": 38137, - "end": 38178, + "start": 38800, + "end": 38841, "loc": { "start": { - "line": 1033, + "line": 1049, "column": 8 }, "end": { - "line": 1033, + "line": 1049, "column": 49 } }, "expression": { "type": "CallExpression", - "start": 38137, - "end": 38177, + "start": 38800, + "end": 38840, "loc": { "start": { - "line": 1033, + "line": 1049, "column": 8 }, "end": { - "line": 1033, + "line": 1049, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 38137, - "end": 38156, + "start": 38800, + "end": 38819, "loc": { "start": { - "line": 1033, + "line": 1049, "column": 8 }, "end": { - "line": 1033, + "line": 1049, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 38137, - "end": 38148, + "start": 38800, + "end": 38811, "loc": { "start": { - "line": 1033, + "line": 1049, "column": 8 }, "end": { - "line": 1033, + "line": 1049, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 38137, - "end": 38141, + "start": 38800, + "end": 38804, "loc": { "start": { - "line": 1033, + "line": 1049, "column": 8 }, "end": { - "line": 1033, + "line": 1049, "column": 12 } }, @@ -67978,15 +69091,15 @@ }, "property": { "type": "Identifier", - "start": 38142, - "end": 38148, + "start": 38805, + "end": 38811, "loc": { "start": { - "line": 1033, + "line": 1049, "column": 13 }, "end": { - "line": 1033, + "line": 1049, "column": 19 }, "identifierName": "player" @@ -67998,15 +69111,15 @@ }, "property": { "type": "Identifier", - "start": 38149, - "end": 38156, + "start": 38812, + "end": 38819, "loc": { "start": { - "line": 1033, + "line": 1049, "column": 20 }, "end": { - "line": 1033, + "line": 1049, "column": 27 }, "identifierName": "trigger" @@ -68019,29 +69132,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 38157, - "end": 38176, + "start": 38820, + "end": 38839, "loc": { "start": { - "line": 1033, + "line": 1049, "column": 28 }, "end": { - "line": 1033, + "line": 1049, "column": 47 } }, "object": { "type": "Identifier", - "start": 38157, - "end": 38162, + "start": 38820, + "end": 38825, "loc": { "start": { - "line": 1033, + "line": 1049, "column": 28 }, "end": { - "line": 1033, + "line": 1049, "column": 33 }, "identifierName": "Event" @@ -68050,15 +69163,15 @@ }, "property": { "type": "Identifier", - "start": 38163, - "end": 38176, + "start": 38826, + "end": 38839, "loc": { "start": { - "line": 1033, + "line": 1049, "column": 34 }, "end": { - "line": 1033, + "line": 1049, "column": 47 }, "identifierName": "FINISH_RECORD" @@ -68074,15 +69187,15 @@ { "type": "CommentLine", "value": " notify listeners that data is available", - "start": 38086, - "end": 38128, + "start": 38749, + "end": 38791, "loc": { "start": { - "line": 1032, + "line": 1048, "column": 8 }, "end": { - "line": 1032, + "line": 1048, "column": 50 } } @@ -68092,15 +69205,15 @@ { "type": "CommentLine", "value": " skip loading when player is destroyed after finishRecord event", - "start": 38188, - "end": 38253, + "start": 38851, + "end": 38916, "loc": { "start": { - "line": 1035, + "line": 1051, "column": 8 }, "end": { - "line": 1035, + "line": 1051, "column": 73 } } @@ -68109,57 +69222,57 @@ }, { "type": "IfStatement", - "start": 38262, - "end": 38317, + "start": 38925, + "end": 38980, "loc": { "start": { - "line": 1036, + "line": 1052, "column": 8 }, "end": { - "line": 1038, + "line": 1054, "column": 9 } }, "test": { "type": "CallExpression", - "start": 38266, - "end": 38284, + "start": 38929, + "end": 38947, "loc": { "start": { - "line": 1036, + "line": 1052, "column": 12 }, "end": { - "line": 1036, + "line": 1052, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 38266, - "end": 38282, + "start": 38929, + "end": 38945, "loc": { "start": { - "line": 1036, + "line": 1052, "column": 12 }, "end": { - "line": 1036, + "line": 1052, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 38266, - "end": 38270, + "start": 38929, + "end": 38933, "loc": { "start": { - "line": 1036, + "line": 1052, "column": 12 }, "end": { - "line": 1036, + "line": 1052, "column": 16 } }, @@ -68167,15 +69280,15 @@ }, "property": { "type": "Identifier", - "start": 38271, - "end": 38282, + "start": 38934, + "end": 38945, "loc": { "start": { - "line": 1036, + "line": 1052, "column": 17 }, "end": { - "line": 1036, + "line": 1052, "column": 28 }, "identifierName": "isDestroyed" @@ -68190,30 +69303,30 @@ }, "consequent": { "type": "BlockStatement", - "start": 38286, - "end": 38317, + "start": 38949, + "end": 38980, "loc": { "start": { - "line": 1036, + "line": 1052, "column": 32 }, "end": { - "line": 1038, + "line": 1054, "column": 9 } }, "body": [ { "type": "ReturnStatement", - "start": 38300, - "end": 38307, + "start": 38963, + "end": 38970, "loc": { "start": { - "line": 1037, + "line": 1053, "column": 12 }, "end": { - "line": 1037, + "line": 1053, "column": 19 } }, @@ -68228,15 +69341,15 @@ { "type": "CommentLine", "value": " skip loading when player is destroyed after finishRecord event", - "start": 38188, - "end": 38253, + "start": 38851, + "end": 38916, "loc": { "start": { - "line": 1035, + "line": 1051, "column": 8 }, "end": { - "line": 1035, + "line": 1051, "column": 73 } } @@ -68246,15 +69359,15 @@ { "type": "CommentLine", "value": " load and display recorded data", - "start": 38327, - "end": 38360, + "start": 38990, + "end": 39023, "loc": { "start": { - "line": 1040, + "line": 1056, "column": 8 }, "end": { - "line": 1040, + "line": 1056, "column": 41 } } @@ -68263,57 +69376,57 @@ }, { "type": "SwitchStatement", - "start": 38369, - "end": 41450, + "start": 39032, + "end": 42113, "loc": { "start": { - "line": 1041, + "line": 1057, "column": 8 }, "end": { - "line": 1126, + "line": 1142, "column": 9 } }, "discriminant": { "type": "CallExpression", - "start": 38377, - "end": 38397, + "start": 39040, + "end": 39060, "loc": { "start": { - "line": 1041, + "line": 1057, "column": 16 }, "end": { - "line": 1041, + "line": 1057, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 38377, - "end": 38395, + "start": 39040, + "end": 39058, "loc": { "start": { - "line": 1041, + "line": 1057, "column": 16 }, "end": { - "line": 1041, + "line": 1057, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 38377, - "end": 38381, + "start": 39040, + "end": 39044, "loc": { "start": { - "line": 1041, + "line": 1057, "column": 16 }, "end": { - "line": 1041, + "line": 1057, "column": 20 } }, @@ -68321,15 +69434,15 @@ }, "property": { "type": "Identifier", - "start": 38382, - "end": 38395, + "start": 39045, + "end": 39058, "loc": { "start": { - "line": 1041, + "line": 1057, "column": 21 }, "end": { - "line": 1041, + "line": 1057, "column": 34 }, "identifierName": "getRecordType" @@ -68345,86 +69458,86 @@ "cases": [ { "type": "SwitchCase", - "start": 38413, - "end": 39071, + "start": 39076, + "end": 39734, "loc": { "start": { - "line": 1042, + "line": 1058, "column": 12 }, "end": { - "line": 1060, + "line": 1076, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 38505, - "end": 38525, + "start": 39168, + "end": 39188, "loc": { "start": { - "line": 1044, + "line": 1060, "column": 16 }, "end": { - "line": 1044, + "line": 1060, "column": 36 } }, "expression": { "type": "CallExpression", - "start": 38505, - "end": 38524, + "start": 39168, + "end": 39187, "loc": { "start": { - "line": 1044, + "line": 1060, "column": 16 }, "end": { - "line": 1044, + "line": 1060, "column": 35 } }, "callee": { "type": "MemberExpression", - "start": 38505, - "end": 38522, + "start": 39168, + "end": 39185, "loc": { "start": { - "line": 1044, + "line": 1060, "column": 16 }, "end": { - "line": 1044, + "line": 1060, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 38505, - "end": 38516, + "start": 39168, + "end": 39179, "loc": { "start": { - "line": 1044, + "line": 1060, "column": 16 }, "end": { - "line": 1044, + "line": 1060, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 38505, - "end": 38509, + "start": 39168, + "end": 39172, "loc": { "start": { - "line": 1044, + "line": 1060, "column": 16 }, "end": { - "line": 1044, + "line": 1060, "column": 20 } }, @@ -68432,15 +69545,15 @@ }, "property": { "type": "Identifier", - "start": 38510, - "end": 38516, + "start": 39173, + "end": 39179, "loc": { "start": { - "line": 1044, + "line": 1060, "column": 21 }, "end": { - "line": 1044, + "line": 1060, "column": 27 }, "identifierName": "surfer" @@ -68452,15 +69565,15 @@ }, "property": { "type": "Identifier", - "start": 38517, - "end": 38522, + "start": 39180, + "end": 39185, "loc": { "start": { - "line": 1044, + "line": 1060, "column": 28 }, "end": { - "line": 1044, + "line": 1060, "column": 33 }, "identifierName": "pause" @@ -68477,15 +69590,15 @@ { "type": "CommentLine", "value": " pause player so user can start playback", - "start": 38446, - "end": 38488, + "start": 39109, + "end": 39151, "loc": { "start": { - "line": 1043, + "line": 1059, "column": 16 }, "end": { - "line": 1043, + "line": 1059, "column": 58 } } @@ -68495,15 +69608,15 @@ { "type": "CommentLine", "value": " setup events for playback", - "start": 38543, - "end": 38571, + "start": 39206, + "end": 39234, "loc": { "start": { - "line": 1046, + "line": 1062, "column": 16 }, "end": { - "line": 1046, + "line": 1062, "column": 44 } } @@ -68512,71 +69625,71 @@ }, { "type": "ExpressionStatement", - "start": 38588, - "end": 38626, + "start": 39251, + "end": 39289, "loc": { "start": { - "line": 1047, + "line": 1063, "column": 16 }, "end": { - "line": 1047, + "line": 1063, "column": 54 } }, "expression": { "type": "CallExpression", - "start": 38588, - "end": 38625, + "start": 39251, + "end": 39288, "loc": { "start": { - "line": 1047, + "line": 1063, "column": 16 }, "end": { - "line": 1047, + "line": 1063, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 38588, - "end": 38619, + "start": 39251, + "end": 39282, "loc": { "start": { - "line": 1047, + "line": 1063, "column": 16 }, "end": { - "line": 1047, + "line": 1063, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 38588, - "end": 38599, + "start": 39251, + "end": 39262, "loc": { "start": { - "line": 1047, + "line": 1063, "column": 16 }, "end": { - "line": 1047, + "line": 1063, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 38588, - "end": 38592, + "start": 39251, + "end": 39255, "loc": { "start": { - "line": 1047, + "line": 1063, "column": 16 }, "end": { - "line": 1047, + "line": 1063, "column": 20 } }, @@ -68584,15 +69697,15 @@ }, "property": { "type": "Identifier", - "start": 38593, - "end": 38599, + "start": 39256, + "end": 39262, "loc": { "start": { - "line": 1047, + "line": 1063, "column": 21 }, "end": { - "line": 1047, + "line": 1063, "column": 27 }, "identifierName": "surfer" @@ -68604,15 +69717,15 @@ }, "property": { "type": "Identifier", - "start": 38600, - "end": 38619, + "start": 39263, + "end": 39282, "loc": { "start": { - "line": 1047, + "line": 1063, "column": 28 }, "end": { - "line": 1047, + "line": 1063, "column": 47 }, "identifierName": "setupPlaybackEvents" @@ -68625,15 +69738,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 38620, - "end": 38624, + "start": 39283, + "end": 39287, "loc": { "start": { - "line": 1047, + "line": 1063, "column": 48 }, "end": { - "line": 1047, + "line": 1063, "column": 52 } }, @@ -68646,15 +69759,15 @@ { "type": "CommentLine", "value": " setup events for playback", - "start": 38543, - "end": 38571, + "start": 39206, + "end": 39234, "loc": { "start": { - "line": 1046, + "line": 1062, "column": 16 }, "end": { - "line": 1046, + "line": 1062, "column": 44 } } @@ -68664,15 +69777,15 @@ { "type": "CommentLine", "value": " display loader", - "start": 38644, - "end": 38661, + "start": 39307, + "end": 39324, "loc": { "start": { - "line": 1049, + "line": 1065, "column": 16 }, "end": { - "line": 1049, + "line": 1065, "column": 33 } } @@ -68681,85 +69794,85 @@ }, { "type": "ExpressionStatement", - "start": 38678, - "end": 38712, + "start": 39341, + "end": 39375, "loc": { "start": { - "line": 1050, + "line": 1066, "column": 16 }, "end": { - "line": 1050, + "line": 1066, "column": 50 } }, "expression": { "type": "CallExpression", - "start": 38678, - "end": 38711, + "start": 39341, + "end": 39374, "loc": { "start": { - "line": 1050, + "line": 1066, "column": 16 }, "end": { - "line": 1050, + "line": 1066, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 38678, - "end": 38709, + "start": 39341, + "end": 39372, "loc": { "start": { - "line": 1050, + "line": 1066, "column": 16 }, "end": { - "line": 1050, + "line": 1066, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 38678, - "end": 38704, + "start": 39341, + "end": 39367, "loc": { "start": { - "line": 1050, + "line": 1066, "column": 16 }, "end": { - "line": 1050, + "line": 1066, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 38678, - "end": 38689, + "start": 39341, + "end": 39352, "loc": { "start": { - "line": 1050, + "line": 1066, "column": 16 }, "end": { - "line": 1050, + "line": 1066, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 38678, - "end": 38682, + "start": 39341, + "end": 39345, "loc": { "start": { - "line": 1050, + "line": 1066, "column": 16 }, "end": { - "line": 1050, + "line": 1066, "column": 20 } }, @@ -68767,15 +69880,15 @@ }, "property": { "type": "Identifier", - "start": 38683, - "end": 38689, + "start": 39346, + "end": 39352, "loc": { "start": { - "line": 1050, + "line": 1066, "column": 21 }, "end": { - "line": 1050, + "line": 1066, "column": 27 }, "identifierName": "player" @@ -68787,15 +69900,15 @@ }, "property": { "type": "Identifier", - "start": 38690, - "end": 38704, + "start": 39353, + "end": 39367, "loc": { "start": { - "line": 1050, + "line": 1066, "column": 28 }, "end": { - "line": 1050, + "line": 1066, "column": 42 }, "identifierName": "loadingSpinner" @@ -68807,15 +69920,15 @@ }, "property": { "type": "Identifier", - "start": 38705, - "end": 38709, + "start": 39368, + "end": 39372, "loc": { "start": { - "line": 1050, + "line": 1066, "column": 43 }, "end": { - "line": 1050, + "line": 1066, "column": 47 }, "identifierName": "show" @@ -68832,15 +69945,15 @@ { "type": "CommentLine", "value": " display loader", - "start": 38644, - "end": 38661, + "start": 39307, + "end": 39324, "loc": { "start": { - "line": 1049, + "line": 1065, "column": 16 }, "end": { - "line": 1049, + "line": 1065, "column": 33 } } @@ -68850,15 +69963,15 @@ { "type": "CommentLine", "value": " restore interaction with controls after waveform", - "start": 38730, - "end": 38781, + "start": 39393, + "end": 39444, "loc": { "start": { - "line": 1052, + "line": 1068, "column": 16 }, "end": { - "line": 1052, + "line": 1068, "column": 67 } } @@ -68866,15 +69979,15 @@ { "type": "CommentLine", "value": " rendering is complete", - "start": 38798, - "end": 38822, + "start": 39461, + "end": 39485, "loc": { "start": { - "line": 1053, + "line": 1069, "column": 16 }, "end": { - "line": 1053, + "line": 1069, "column": 40 } } @@ -68883,85 +69996,85 @@ }, { "type": "ExpressionStatement", - "start": 38839, - "end": 38949, + "start": 39502, + "end": 39612, "loc": { "start": { - "line": 1054, + "line": 1070, "column": 16 }, "end": { - "line": 1056, + "line": 1072, "column": 19 } }, "expression": { "type": "CallExpression", - "start": 38839, - "end": 38948, + "start": 39502, + "end": 39611, "loc": { "start": { - "line": 1054, + "line": 1070, "column": 16 }, "end": { - "line": 1056, + "line": 1072, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 38839, - "end": 38862, + "start": 39502, + "end": 39525, "loc": { "start": { - "line": 1054, + "line": 1070, "column": 16 }, "end": { - "line": 1054, + "line": 1070, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 38839, - "end": 38857, + "start": 39502, + "end": 39520, "loc": { "start": { - "line": 1054, + "line": 1070, "column": 16 }, "end": { - "line": 1054, + "line": 1070, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 38839, - "end": 38850, + "start": 39502, + "end": 39513, "loc": { "start": { - "line": 1054, + "line": 1070, "column": 16 }, "end": { - "line": 1054, + "line": 1070, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 38839, - "end": 38843, + "start": 39502, + "end": 39506, "loc": { "start": { - "line": 1054, + "line": 1070, "column": 16 }, "end": { - "line": 1054, + "line": 1070, "column": 20 } }, @@ -68969,15 +70082,15 @@ }, "property": { "type": "Identifier", - "start": 38844, - "end": 38850, + "start": 39507, + "end": 39513, "loc": { "start": { - "line": 1054, + "line": 1070, "column": 21 }, "end": { - "line": 1054, + "line": 1070, "column": 27 }, "identifierName": "surfer" @@ -68989,15 +70102,15 @@ }, "property": { "type": "Identifier", - "start": 38851, - "end": 38857, + "start": 39514, + "end": 39520, "loc": { "start": { - "line": 1054, + "line": 1070, "column": 28 }, "end": { - "line": 1054, + "line": 1070, "column": 34 }, "identifierName": "surfer" @@ -69009,15 +70122,15 @@ }, "property": { "type": "Identifier", - "start": 38858, - "end": 38862, + "start": 39521, + "end": 39525, "loc": { "start": { - "line": 1054, + "line": 1070, "column": 35 }, "end": { - "line": 1054, + "line": 1070, "column": 39 }, "identifierName": "once" @@ -69030,29 +70143,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 38863, - "end": 38874, + "start": 39526, + "end": 39537, "loc": { "start": { - "line": 1054, + "line": 1070, "column": 40 }, "end": { - "line": 1054, + "line": 1070, "column": 51 } }, "object": { "type": "Identifier", - "start": 38863, - "end": 38868, + "start": 39526, + "end": 39531, "loc": { "start": { - "line": 1054, + "line": 1070, "column": 40 }, "end": { - "line": 1054, + "line": 1070, "column": 45 }, "identifierName": "Event" @@ -69061,15 +70174,15 @@ }, "property": { "type": "Identifier", - "start": 38869, - "end": 38874, + "start": 39532, + "end": 39537, "loc": { "start": { - "line": 1054, + "line": 1070, "column": 46 }, "end": { - "line": 1054, + "line": 1070, "column": 51 }, "identifierName": "READY" @@ -69080,15 +70193,15 @@ }, { "type": "ArrowFunctionExpression", - "start": 38876, - "end": 38947, + "start": 39539, + "end": 39610, "loc": { "start": { - "line": 1054, + "line": 1070, "column": 53 }, "end": { - "line": 1056, + "line": 1072, "column": 17 } }, @@ -69099,88 +70212,88 @@ "params": [], "body": { "type": "BlockStatement", - "start": 38882, - "end": 38947, + "start": 39545, + "end": 39610, "loc": { "start": { - "line": 1054, + "line": 1070, "column": 59 }, "end": { - "line": 1056, + "line": 1072, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 38904, - "end": 38929, + "start": 39567, + "end": 39592, "loc": { "start": { - "line": 1055, + "line": 1071, "column": 20 }, "end": { - "line": 1055, + "line": 1071, "column": 45 } }, "expression": { "type": "AssignmentExpression", - "start": 38904, - "end": 38928, + "start": 39567, + "end": 39591, "loc": { "start": { - "line": 1055, + "line": 1071, "column": 20 }, "end": { - "line": 1055, + "line": 1071, "column": 44 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 38904, - "end": 38920, + "start": 39567, + "end": 39583, "loc": { "start": { - "line": 1055, + "line": 1071, "column": 20 }, "end": { - "line": 1055, + "line": 1071, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 38904, - "end": 38908, + "start": 39567, + "end": 39571, "loc": { "start": { - "line": 1055, + "line": 1071, "column": 20 }, "end": { - "line": 1055, + "line": 1071, "column": 24 } } }, "property": { "type": "Identifier", - "start": 38909, - "end": 38920, + "start": 39572, + "end": 39583, "loc": { "start": { - "line": 1055, + "line": 1071, "column": 25 }, "end": { - "line": 1055, + "line": 1071, "column": 36 }, "identifierName": "_processing" @@ -69191,15 +70304,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 38923, - "end": 38928, + "start": 39586, + "end": 39591, "loc": { "start": { - "line": 1055, + "line": 1071, "column": 39 }, "end": { - "line": 1055, + "line": 1071, "column": 44 } }, @@ -69218,15 +70331,15 @@ { "type": "CommentLine", "value": " restore interaction with controls after waveform", - "start": 38730, - "end": 38781, + "start": 39393, + "end": 39444, "loc": { "start": { - "line": 1052, + "line": 1068, "column": 16 }, "end": { - "line": 1052, + "line": 1068, "column": 67 } } @@ -69234,15 +70347,15 @@ { "type": "CommentLine", "value": " rendering is complete", - "start": 38798, - "end": 38822, + "start": 39461, + "end": 39485, "loc": { "start": { - "line": 1053, + "line": 1069, "column": 16 }, "end": { - "line": 1053, + "line": 1069, "column": 40 } } @@ -69252,15 +70365,15 @@ { "type": "CommentLine", "value": " visualize recorded stream", - "start": 38967, - "end": 38995, + "start": 39630, + "end": 39658, "loc": { "start": { - "line": 1058, + "line": 1074, "column": 16 }, "end": { - "line": 1058, + "line": 1074, "column": 44 } } @@ -69269,57 +70382,57 @@ }, { "type": "ExpressionStatement", - "start": 39012, - "end": 39048, + "start": 39675, + "end": 39711, "loc": { "start": { - "line": 1059, + "line": 1075, "column": 16 }, "end": { - "line": 1059, + "line": 1075, "column": 52 } }, "expression": { "type": "CallExpression", - "start": 39012, - "end": 39047, + "start": 39675, + "end": 39710, "loc": { "start": { - "line": 1059, + "line": 1075, "column": 16 }, "end": { - "line": 1059, + "line": 1075, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 39012, - "end": 39021, + "start": 39675, + "end": 39684, "loc": { "start": { - "line": 1059, + "line": 1075, "column": 16 }, "end": { - "line": 1059, + "line": 1075, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 39012, - "end": 39016, + "start": 39675, + "end": 39679, "loc": { "start": { - "line": 1059, + "line": 1075, "column": 16 }, "end": { - "line": 1059, + "line": 1075, "column": 20 } }, @@ -69327,15 +70440,15 @@ }, "property": { "type": "Identifier", - "start": 39017, - "end": 39021, + "start": 39680, + "end": 39684, "loc": { "start": { - "line": 1059, + "line": 1075, "column": 21 }, "end": { - "line": 1059, + "line": 1075, "column": 25 }, "identifierName": "load" @@ -69348,58 +70461,58 @@ "arguments": [ { "type": "MemberExpression", - "start": 39022, - "end": 39046, + "start": 39685, + "end": 39709, "loc": { "start": { - "line": 1059, + "line": 1075, "column": 26 }, "end": { - "line": 1059, + "line": 1075, "column": 50 } }, "object": { "type": "MemberExpression", - "start": 39022, - "end": 39033, + "start": 39685, + "end": 39696, "loc": { "start": { - "line": 1059, + "line": 1075, "column": 26 }, "end": { - "line": 1059, + "line": 1075, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 39022, - "end": 39026, + "start": 39685, + "end": 39689, "loc": { "start": { - "line": 1059, + "line": 1075, "column": 26 }, "end": { - "line": 1059, + "line": 1075, "column": 30 } } }, "property": { "type": "Identifier", - "start": 39027, - "end": 39033, + "start": 39690, + "end": 39696, "loc": { "start": { - "line": 1059, + "line": 1075, "column": 31 }, "end": { - "line": 1059, + "line": 1075, "column": 37 }, "identifierName": "player" @@ -69410,15 +70523,15 @@ }, "property": { "type": "Identifier", - "start": 39034, - "end": 39046, + "start": 39697, + "end": 39709, "loc": { "start": { - "line": 1059, + "line": 1075, "column": 38 }, "end": { - "line": 1059, + "line": 1075, "column": 50 }, "identifierName": "recordedData" @@ -69434,15 +70547,15 @@ { "type": "CommentLine", "value": " visualize recorded stream", - "start": 38967, - "end": 38995, + "start": 39630, + "end": 39658, "loc": { "start": { - "line": 1058, + "line": 1074, "column": 16 }, "end": { - "line": 1058, + "line": 1074, "column": 44 } } @@ -69451,15 +70564,15 @@ }, { "type": "BreakStatement", - "start": 39065, - "end": 39071, + "start": 39728, + "end": 39734, "loc": { "start": { - "line": 1060, + "line": 1076, "column": 16 }, "end": { - "line": 1060, + "line": 1076, "column": 22 } }, @@ -69468,15 +70581,15 @@ ], "test": { "type": "Identifier", - "start": 38418, - "end": 38428, + "start": 39081, + "end": 39091, "loc": { "start": { - "line": 1042, + "line": 1058, "column": 17 }, "end": { - "line": 1042, + "line": 1058, "column": 27 }, "identifierName": "AUDIO_ONLY" @@ -69486,30 +70599,30 @@ }, { "type": "SwitchCase", - "start": 39085, - "end": 39101, + "start": 39748, + "end": 39764, "loc": { "start": { - "line": 1062, + "line": 1078, "column": 12 }, "end": { - "line": 1062, + "line": 1078, "column": 28 } }, "consequent": [], "test": { "type": "Identifier", - "start": 39090, - "end": 39100, + "start": 39753, + "end": 39763, "loc": { "start": { - "line": 1062, + "line": 1078, "column": 17 }, "end": { - "line": 1062, + "line": 1078, "column": 27 }, "identifierName": "VIDEO_ONLY" @@ -69519,30 +70632,30 @@ }, { "type": "SwitchCase", - "start": 39114, - "end": 39131, + "start": 39777, + "end": 39794, "loc": { "start": { - "line": 1063, + "line": 1079, "column": 12 }, "end": { - "line": 1063, + "line": 1079, "column": 29 } }, "consequent": [], "test": { "type": "Identifier", - "start": 39119, - "end": 39130, + "start": 39782, + "end": 39793, "loc": { "start": { - "line": 1063, + "line": 1079, "column": 17 }, "end": { - "line": 1063, + "line": 1079, "column": 28 }, "identifierName": "AUDIO_VIDEO" @@ -69552,30 +70665,30 @@ }, { "type": "SwitchCase", - "start": 39144, - "end": 39162, + "start": 39807, + "end": 39825, "loc": { "start": { - "line": 1064, + "line": 1080, "column": 12 }, "end": { - "line": 1064, + "line": 1080, "column": 30 } }, "consequent": [], "test": { "type": "Identifier", - "start": 39149, - "end": 39161, + "start": 39812, + "end": 39824, "loc": { "start": { - "line": 1064, + "line": 1080, "column": 17 }, "end": { - "line": 1064, + "line": 1080, "column": 29 }, "identifierName": "AUDIO_SCREEN" @@ -69585,86 +70698,86 @@ }, { "type": "SwitchCase", - "start": 39175, - "end": 40603, + "start": 39838, + "end": 41266, "loc": { "start": { - "line": 1065, + "line": 1081, "column": 12 }, "end": { - "line": 1099, + "line": 1115, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 39394, - "end": 40483, + "start": 40057, + "end": 41146, "loc": { "start": { - "line": 1069, + "line": 1085, "column": 16 }, "end": { - "line": 1095, + "line": 1111, "column": 19 } }, "expression": { "type": "CallExpression", - "start": 39394, - "end": 40482, + "start": 40057, + "end": 41145, "loc": { "start": { - "line": 1069, + "line": 1085, "column": 16 }, "end": { - "line": 1095, + "line": 1111, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 39394, - "end": 39409, + "start": 40057, + "end": 40072, "loc": { "start": { - "line": 1069, + "line": 1085, "column": 16 }, "end": { - "line": 1069, + "line": 1085, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 39394, - "end": 39405, + "start": 40057, + "end": 40068, "loc": { "start": { - "line": 1069, + "line": 1085, "column": 16 }, "end": { - "line": 1069, + "line": 1085, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 39394, - "end": 39398, + "start": 40057, + "end": 40061, "loc": { "start": { - "line": 1069, + "line": 1085, "column": 16 }, "end": { - "line": 1069, + "line": 1085, "column": 20 } }, @@ -69672,15 +70785,15 @@ }, "property": { "type": "Identifier", - "start": 39399, - "end": 39405, + "start": 40062, + "end": 40068, "loc": { "start": { - "line": 1069, + "line": 1085, "column": 21 }, "end": { - "line": 1069, + "line": 1085, "column": 27 }, "identifierName": "player" @@ -69692,15 +70805,15 @@ }, "property": { "type": "Identifier", - "start": 39406, - "end": 39409, + "start": 40069, + "end": 40072, "loc": { "start": { - "line": 1069, + "line": 1085, "column": 28 }, "end": { - "line": 1069, + "line": 1085, "column": 31 }, "identifierName": "one" @@ -69713,29 +70826,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 39410, - "end": 39421, + "start": 40073, + "end": 40084, "loc": { "start": { - "line": 1069, + "line": 1085, "column": 32 }, "end": { - "line": 1069, + "line": 1085, "column": 43 } }, "object": { "type": "Identifier", - "start": 39410, - "end": 39415, + "start": 40073, + "end": 40078, "loc": { "start": { - "line": 1069, + "line": 1085, "column": 32 }, "end": { - "line": 1069, + "line": 1085, "column": 37 }, "identifierName": "Event" @@ -69744,15 +70857,15 @@ }, "property": { "type": "Identifier", - "start": 39416, - "end": 39421, + "start": 40079, + "end": 40084, "loc": { "start": { - "line": 1069, + "line": 1085, "column": 38 }, "end": { - "line": 1069, + "line": 1085, "column": 43 }, "identifierName": "PAUSE" @@ -69763,15 +70876,15 @@ }, { "type": "ArrowFunctionExpression", - "start": 39423, - "end": 40481, + "start": 40086, + "end": 41144, "loc": { "start": { - "line": 1069, + "line": 1085, "column": 45 }, "end": { - "line": 1095, + "line": 1111, "column": 17 } }, @@ -69782,73 +70895,73 @@ "params": [], "body": { "type": "BlockStatement", - "start": 39429, - "end": 40481, + "start": 40092, + "end": 41144, "loc": { "start": { - "line": 1069, + "line": 1085, "column": 51 }, "end": { - "line": 1095, + "line": 1111, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 39494, - "end": 39519, + "start": 40157, + "end": 40182, "loc": { "start": { - "line": 1071, + "line": 1087, "column": 20 }, "end": { - "line": 1071, + "line": 1087, "column": 45 } }, "expression": { "type": "AssignmentExpression", - "start": 39494, - "end": 39518, + "start": 40157, + "end": 40181, "loc": { "start": { - "line": 1071, + "line": 1087, "column": 20 }, "end": { - "line": 1071, + "line": 1087, "column": 44 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 39494, - "end": 39510, + "start": 40157, + "end": 40173, "loc": { "start": { - "line": 1071, + "line": 1087, "column": 20 }, "end": { - "line": 1071, + "line": 1087, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 39494, - "end": 39498, + "start": 40157, + "end": 40161, "loc": { "start": { - "line": 1071, + "line": 1087, "column": 20 }, "end": { - "line": 1071, + "line": 1087, "column": 24 } }, @@ -69856,15 +70969,15 @@ }, "property": { "type": "Identifier", - "start": 39499, - "end": 39510, + "start": 40162, + "end": 40173, "loc": { "start": { - "line": 1071, + "line": 1087, "column": 25 }, "end": { - "line": 1071, + "line": 1087, "column": 36 }, "identifierName": "_processing" @@ -69876,15 +70989,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 39513, - "end": 39518, + "start": 40176, + "end": 40181, "loc": { "start": { - "line": 1071, + "line": 1087, "column": 39 }, "end": { - "line": 1071, + "line": 1087, "column": 44 } }, @@ -69896,15 +71009,15 @@ { "type": "CommentLine", "value": " video data is ready", - "start": 39451, - "end": 39473, + "start": 40114, + "end": 40136, "loc": { "start": { - "line": 1070, + "line": 1086, "column": 20 }, "end": { - "line": 1070, + "line": 1086, "column": 42 } } @@ -69914,15 +71027,15 @@ { "type": "CommentLine", "value": " hide loader", - "start": 39541, - "end": 39555, + "start": 40204, + "end": 40218, "loc": { "start": { - "line": 1073, + "line": 1089, "column": 20 }, "end": { - "line": 1073, + "line": 1089, "column": 34 } } @@ -69931,85 +71044,85 @@ }, { "type": "ExpressionStatement", - "start": 39576, - "end": 39610, + "start": 40239, + "end": 40273, "loc": { "start": { - "line": 1074, + "line": 1090, "column": 20 }, "end": { - "line": 1074, + "line": 1090, "column": 54 } }, "expression": { "type": "CallExpression", - "start": 39576, - "end": 39609, + "start": 40239, + "end": 40272, "loc": { "start": { - "line": 1074, + "line": 1090, "column": 20 }, "end": { - "line": 1074, + "line": 1090, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 39576, - "end": 39607, + "start": 40239, + "end": 40270, "loc": { "start": { - "line": 1074, + "line": 1090, "column": 20 }, "end": { - "line": 1074, + "line": 1090, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 39576, - "end": 39602, + "start": 40239, + "end": 40265, "loc": { "start": { - "line": 1074, + "line": 1090, "column": 20 }, "end": { - "line": 1074, + "line": 1090, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 39576, - "end": 39587, + "start": 40239, + "end": 40250, "loc": { "start": { - "line": 1074, + "line": 1090, "column": 20 }, "end": { - "line": 1074, + "line": 1090, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 39576, - "end": 39580, + "start": 40239, + "end": 40243, "loc": { "start": { - "line": 1074, + "line": 1090, "column": 20 }, "end": { - "line": 1074, + "line": 1090, "column": 24 } }, @@ -70017,15 +71130,15 @@ }, "property": { "type": "Identifier", - "start": 39581, - "end": 39587, + "start": 40244, + "end": 40250, "loc": { "start": { - "line": 1074, + "line": 1090, "column": 25 }, "end": { - "line": 1074, + "line": 1090, "column": 31 }, "identifierName": "player" @@ -70037,15 +71150,15 @@ }, "property": { "type": "Identifier", - "start": 39588, - "end": 39602, + "start": 40251, + "end": 40265, "loc": { "start": { - "line": 1074, + "line": 1090, "column": 32 }, "end": { - "line": 1074, + "line": 1090, "column": 46 }, "identifierName": "loadingSpinner" @@ -70057,15 +71170,15 @@ }, "property": { "type": "Identifier", - "start": 39603, - "end": 39607, + "start": 40266, + "end": 40270, "loc": { "start": { - "line": 1074, + "line": 1090, "column": 47 }, "end": { - "line": 1074, + "line": 1090, "column": 51 }, "identifierName": "hide" @@ -70082,15 +71195,15 @@ { "type": "CommentLine", "value": " hide loader", - "start": 39541, - "end": 39555, + "start": 40204, + "end": 40218, "loc": { "start": { - "line": 1073, + "line": 1089, "column": 20 }, "end": { - "line": 1073, + "line": 1089, "column": 34 } } @@ -70100,15 +71213,15 @@ { "type": "CommentLine", "value": " show stream total duration", - "start": 39632, - "end": 39661, + "start": 40295, + "end": 40324, "loc": { "start": { - "line": 1076, + "line": 1092, "column": 20 }, "end": { - "line": 1076, + "line": 1092, "column": 49 } } @@ -70117,57 +71230,57 @@ }, { "type": "ExpressionStatement", - "start": 39682, - "end": 39720, + "start": 40345, + "end": 40383, "loc": { "start": { - "line": 1077, + "line": 1093, "column": 20 }, "end": { - "line": 1077, + "line": 1093, "column": 58 } }, "expression": { "type": "CallExpression", - "start": 39682, - "end": 39719, + "start": 40345, + "end": 40382, "loc": { "start": { - "line": 1077, + "line": 1093, "column": 20 }, "end": { - "line": 1077, + "line": 1093, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 39682, - "end": 39698, + "start": 40345, + "end": 40361, "loc": { "start": { - "line": 1077, + "line": 1093, "column": 20 }, "end": { - "line": 1077, + "line": 1093, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 39682, - "end": 39686, + "start": 40345, + "end": 40349, "loc": { "start": { - "line": 1077, + "line": 1093, "column": 20 }, "end": { - "line": 1077, + "line": 1093, "column": 24 } }, @@ -70175,15 +71288,15 @@ }, "property": { "type": "Identifier", - "start": 39687, - "end": 39698, + "start": 40350, + "end": 40361, "loc": { "start": { - "line": 1077, + "line": 1093, "column": 25 }, "end": { - "line": 1077, + "line": 1093, "column": 36 }, "identifierName": "setDuration" @@ -70196,44 +71309,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 39699, - "end": 39718, + "start": 40362, + "end": 40381, "loc": { "start": { - "line": 1077, + "line": 1093, "column": 37 }, "end": { - "line": 1077, + "line": 1093, "column": 56 } }, "object": { "type": "ThisExpression", - "start": 39699, - "end": 39703, + "start": 40362, + "end": 40366, "loc": { "start": { - "line": 1077, + "line": 1093, "column": 37 }, "end": { - "line": 1077, + "line": 1093, "column": 41 } } }, "property": { "type": "Identifier", - "start": 39704, - "end": 39718, + "start": 40367, + "end": 40381, "loc": { "start": { - "line": 1077, + "line": 1093, "column": 42 }, "end": { - "line": 1077, + "line": 1093, "column": 56 }, "identifierName": "streamDuration" @@ -70249,15 +71362,15 @@ { "type": "CommentLine", "value": " show stream total duration", - "start": 39632, - "end": 39661, + "start": 40295, + "end": 40324, "loc": { "start": { - "line": 1076, + "line": 1092, "column": 20 }, "end": { - "line": 1076, + "line": 1092, "column": 49 } } @@ -70267,15 +71380,15 @@ { "type": "CommentLine", "value": " update time during playback and at end", - "start": 39742, - "end": 39783, + "start": 40405, + "end": 40446, "loc": { "start": { - "line": 1079, + "line": 1095, "column": 20 }, "end": { - "line": 1079, + "line": 1095, "column": 61 } } @@ -70284,57 +71397,57 @@ }, { "type": "ExpressionStatement", - "start": 39804, - "end": 39892, + "start": 40467, + "end": 40555, "loc": { "start": { - "line": 1080, + "line": 1096, "column": 20 }, "end": { - "line": 1081, + "line": 1097, "column": 49 } }, "expression": { "type": "CallExpression", - "start": 39804, - "end": 39891, + "start": 40467, + "end": 40554, "loc": { "start": { - "line": 1080, + "line": 1096, "column": 20 }, "end": { - "line": 1081, + "line": 1097, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 39804, - "end": 39811, + "start": 40467, + "end": 40474, "loc": { "start": { - "line": 1080, + "line": 1096, "column": 20 }, "end": { - "line": 1080, + "line": 1096, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 39804, - "end": 39808, + "start": 40467, + "end": 40471, "loc": { "start": { - "line": 1080, + "line": 1096, "column": 20 }, "end": { - "line": 1080, + "line": 1096, "column": 24 } }, @@ -70342,15 +71455,15 @@ }, "property": { "type": "Identifier", - "start": 39809, - "end": 39811, + "start": 40472, + "end": 40474, "loc": { "start": { - "line": 1080, + "line": 1096, "column": 25 }, "end": { - "line": 1080, + "line": 1096, "column": 27 }, "identifierName": "on" @@ -70363,44 +71476,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 39812, - "end": 39823, + "start": 40475, + "end": 40486, "loc": { "start": { - "line": 1080, + "line": 1096, "column": 28 }, "end": { - "line": 1080, + "line": 1096, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 39812, - "end": 39816, + "start": 40475, + "end": 40479, "loc": { "start": { - "line": 1080, + "line": 1096, "column": 28 }, "end": { - "line": 1080, + "line": 1096, "column": 32 } } }, "property": { "type": "Identifier", - "start": 39817, - "end": 39823, + "start": 40480, + "end": 40486, "loc": { "start": { - "line": 1080, + "line": 1096, "column": 33 }, "end": { - "line": 1080, + "line": 1096, "column": 39 }, "identifierName": "player" @@ -70411,29 +71524,29 @@ }, { "type": "MemberExpression", - "start": 39825, - "end": 39841, + "start": 40488, + "end": 40504, "loc": { "start": { - "line": 1080, + "line": 1096, "column": 41 }, "end": { - "line": 1080, + "line": 1096, "column": 57 } }, "object": { "type": "Identifier", - "start": 39825, - "end": 39830, + "start": 40488, + "end": 40493, "loc": { "start": { - "line": 1080, + "line": 1096, "column": 41 }, "end": { - "line": 1080, + "line": 1096, "column": 46 }, "identifierName": "Event" @@ -70442,15 +71555,15 @@ }, "property": { "type": "Identifier", - "start": 39831, - "end": 39841, + "start": 40494, + "end": 40504, "loc": { "start": { - "line": 1080, + "line": 1096, "column": 47 }, "end": { - "line": 1080, + "line": 1096, "column": 57 }, "identifierName": "TIMEUPDATE" @@ -70461,44 +71574,44 @@ }, { "type": "MemberExpression", - "start": 39867, - "end": 39890, + "start": 40530, + "end": 40553, "loc": { "start": { - "line": 1081, + "line": 1097, "column": 24 }, "end": { - "line": 1081, + "line": 1097, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 39867, - "end": 39871, + "start": 40530, + "end": 40534, "loc": { "start": { - "line": 1081, + "line": 1097, "column": 24 }, "end": { - "line": 1081, + "line": 1097, "column": 28 } } }, "property": { "type": "Identifier", - "start": 39872, - "end": 39890, + "start": 40535, + "end": 40553, "loc": { "start": { - "line": 1081, + "line": 1097, "column": 29 }, "end": { - "line": 1081, + "line": 1097, "column": 47 }, "identifierName": "playbackTimeUpdate" @@ -70514,15 +71627,15 @@ { "type": "CommentLine", "value": " update time during playback and at end", - "start": 39742, - "end": 39783, + "start": 40405, + "end": 40446, "loc": { "start": { - "line": 1079, + "line": 1095, "column": 20 }, "end": { - "line": 1079, + "line": 1095, "column": 61 } } @@ -70531,72 +71644,72 @@ }, { "type": "ExpressionStatement", - "start": 39913, - "end": 39996, + "start": 40576, + "end": 40659, "loc": { "start": { - "line": 1082, + "line": 1098, "column": 20 }, "end": { - "line": 1083, + "line": 1099, "column": 49 } }, "expression": { "type": "CallExpression", - "start": 39913, - "end": 39995, + "start": 40576, + "end": 40658, "loc": { "start": { - "line": 1082, + "line": 1098, "column": 20 }, "end": { - "line": 1083, + "line": 1099, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 39913, - "end": 39920, + "start": 40576, + "end": 40583, "loc": { "start": { - "line": 1082, + "line": 1098, "column": 20 }, "end": { - "line": 1082, + "line": 1098, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 39913, - "end": 39917, + "start": 40576, + "end": 40580, "loc": { "start": { - "line": 1082, + "line": 1098, "column": 20 }, "end": { - "line": 1082, + "line": 1098, "column": 24 } } }, "property": { "type": "Identifier", - "start": 39918, - "end": 39920, + "start": 40581, + "end": 40583, "loc": { "start": { - "line": 1082, + "line": 1098, "column": 25 }, "end": { - "line": 1082, + "line": 1098, "column": 27 }, "identifierName": "on" @@ -70608,44 +71721,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 39921, - "end": 39932, + "start": 40584, + "end": 40595, "loc": { "start": { - "line": 1082, + "line": 1098, "column": 28 }, "end": { - "line": 1082, + "line": 1098, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 39921, - "end": 39925, + "start": 40584, + "end": 40588, "loc": { "start": { - "line": 1082, + "line": 1098, "column": 28 }, "end": { - "line": 1082, + "line": 1098, "column": 32 } } }, "property": { "type": "Identifier", - "start": 39926, - "end": 39932, + "start": 40589, + "end": 40595, "loc": { "start": { - "line": 1082, + "line": 1098, "column": 33 }, "end": { - "line": 1082, + "line": 1098, "column": 39 }, "identifierName": "player" @@ -70656,29 +71769,29 @@ }, { "type": "MemberExpression", - "start": 39934, - "end": 39945, + "start": 40597, + "end": 40608, "loc": { "start": { - "line": 1082, + "line": 1098, "column": 41 }, "end": { - "line": 1082, + "line": 1098, "column": 52 } }, "object": { "type": "Identifier", - "start": 39934, - "end": 39939, + "start": 40597, + "end": 40602, "loc": { "start": { - "line": 1082, + "line": 1098, "column": 41 }, "end": { - "line": 1082, + "line": 1098, "column": 46 }, "identifierName": "Event" @@ -70687,15 +71800,15 @@ }, "property": { "type": "Identifier", - "start": 39940, - "end": 39945, + "start": 40603, + "end": 40608, "loc": { "start": { - "line": 1082, + "line": 1098, "column": 47 }, "end": { - "line": 1082, + "line": 1098, "column": 52 }, "identifierName": "ENDED" @@ -70706,44 +71819,44 @@ }, { "type": "MemberExpression", - "start": 39971, - "end": 39994, + "start": 40634, + "end": 40657, "loc": { "start": { - "line": 1083, + "line": 1099, "column": 24 }, "end": { - "line": 1083, + "line": 1099, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 39971, - "end": 39975, + "start": 40634, + "end": 40638, "loc": { "start": { - "line": 1083, + "line": 1099, "column": 24 }, "end": { - "line": 1083, + "line": 1099, "column": 28 } } }, "property": { "type": "Identifier", - "start": 39976, - "end": 39994, + "start": 40639, + "end": 40657, "loc": { "start": { - "line": 1083, + "line": 1099, "column": 29 }, "end": { - "line": 1083, + "line": 1099, "column": 47 }, "identifierName": "playbackTimeUpdate" @@ -70758,15 +71871,15 @@ { "type": "CommentLine", "value": " unmute local audio during playback", - "start": 40018, - "end": 40055, + "start": 40681, + "end": 40718, "loc": { "start": { - "line": 1085, + "line": 1101, "column": 20 }, "end": { - "line": 1085, + "line": 1101, "column": 57 } } @@ -70775,85 +71888,85 @@ }, { "type": "IfStatement", - "start": 40076, - "end": 40362, + "start": 40739, + "end": 41025, "loc": { "start": { - "line": 1086, + "line": 1102, "column": 20 }, "end": { - "line": 1091, + "line": 1107, "column": 21 } }, "test": { "type": "LogicalExpression", - "start": 40080, - "end": 40157, + "start": 40743, + "end": 40820, "loc": { "start": { - "line": 1086, + "line": 1102, "column": 24 }, "end": { - "line": 1086, + "line": 1102, "column": 101 } }, "left": { "type": "BinaryExpression", - "start": 40080, - "end": 40116, + "start": 40743, + "end": 40779, "loc": { "start": { - "line": 1086, + "line": 1102, "column": 24 }, "end": { - "line": 1086, + "line": 1102, "column": 60 } }, "left": { "type": "CallExpression", - "start": 40080, - "end": 40100, + "start": 40743, + "end": 40763, "loc": { "start": { - "line": 1086, + "line": 1102, "column": 24 }, "end": { - "line": 1086, + "line": 1102, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 40080, - "end": 40098, + "start": 40743, + "end": 40761, "loc": { "start": { - "line": 1086, + "line": 1102, "column": 24 }, "end": { - "line": 1086, + "line": 1102, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 40080, - "end": 40084, + "start": 40743, + "end": 40747, "loc": { "start": { - "line": 1086, + "line": 1102, "column": 24 }, "end": { - "line": 1086, + "line": 1102, "column": 28 } }, @@ -70861,15 +71974,15 @@ }, "property": { "type": "Identifier", - "start": 40085, - "end": 40098, + "start": 40748, + "end": 40761, "loc": { "start": { - "line": 1086, + "line": 1102, "column": 29 }, "end": { - "line": 1086, + "line": 1102, "column": 42 }, "identifierName": "getRecordType" @@ -70885,15 +71998,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 40105, - "end": 40116, + "start": 40768, + "end": 40779, "loc": { "start": { - "line": 1086, + "line": 1102, "column": 49 }, "end": { - "line": 1086, + "line": 1102, "column": 60 }, "identifierName": "AUDIO_VIDEO" @@ -70905,72 +72018,72 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 40120, - "end": 40157, + "start": 40783, + "end": 40820, "loc": { "start": { - "line": 1086, + "line": 1102, "column": 64 }, "end": { - "line": 1086, + "line": 1102, "column": 101 } }, "left": { "type": "CallExpression", - "start": 40120, - "end": 40140, + "start": 40783, + "end": 40803, "loc": { "start": { - "line": 1086, + "line": 1102, "column": 64 }, "end": { - "line": 1086, + "line": 1102, "column": 84 } }, "callee": { "type": "MemberExpression", - "start": 40120, - "end": 40138, + "start": 40783, + "end": 40801, "loc": { "start": { - "line": 1086, + "line": 1102, "column": 64 }, "end": { - "line": 1086, + "line": 1102, "column": 82 } }, "object": { "type": "ThisExpression", - "start": 40120, - "end": 40124, + "start": 40783, + "end": 40787, "loc": { "start": { - "line": 1086, + "line": 1102, "column": 64 }, "end": { - "line": 1086, + "line": 1102, "column": 68 } } }, "property": { "type": "Identifier", - "start": 40125, - "end": 40138, + "start": 40788, + "end": 40801, "loc": { "start": { - "line": 1086, + "line": 1102, "column": 69 }, "end": { - "line": 1086, + "line": 1102, "column": 82 }, "identifierName": "getRecordType" @@ -70984,15 +72097,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 40145, - "end": 40157, + "start": 40808, + "end": 40820, "loc": { "start": { - "line": 1086, + "line": 1102, "column": 89 }, "end": { - "line": 1086, + "line": 1102, "column": 101 }, "identifierName": "AUDIO_SCREEN" @@ -71004,102 +72117,102 @@ }, "consequent": { "type": "BlockStatement", - "start": 40159, - "end": 40362, + "start": 40822, + "end": 41025, "loc": { "start": { - "line": 1086, + "line": 1102, "column": 103 }, "end": { - "line": 1091, + "line": 1107, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 40185, - "end": 40217, + "start": 40848, + "end": 40880, "loc": { "start": { - "line": 1087, + "line": 1103, "column": 24 }, "end": { - "line": 1087, + "line": 1103, "column": 56 } }, "expression": { "type": "AssignmentExpression", - "start": 40185, - "end": 40216, + "start": 40848, + "end": 40879, "loc": { "start": { - "line": 1087, + "line": 1103, "column": 24 }, "end": { - "line": 1087, + "line": 1103, "column": 55 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 40185, - "end": 40208, + "start": 40848, + "end": 40871, "loc": { "start": { - "line": 1087, + "line": 1103, "column": 24 }, "end": { - "line": 1087, + "line": 1103, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 40185, - "end": 40202, + "start": 40848, + "end": 40865, "loc": { "start": { - "line": 1087, + "line": 1103, "column": 24 }, "end": { - "line": 1087, + "line": 1103, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 40185, - "end": 40189, + "start": 40848, + "end": 40852, "loc": { "start": { - "line": 1087, + "line": 1103, "column": 24 }, "end": { - "line": 1087, + "line": 1103, "column": 28 } } }, "property": { "type": "Identifier", - "start": 40190, - "end": 40202, + "start": 40853, + "end": 40865, "loc": { "start": { - "line": 1087, + "line": 1103, "column": 29 }, "end": { - "line": 1087, + "line": 1103, "column": 41 }, "identifierName": "mediaElement" @@ -71110,15 +72223,15 @@ }, "property": { "type": "Identifier", - "start": 40203, - "end": 40208, + "start": 40866, + "end": 40871, "loc": { "start": { - "line": 1087, + "line": 1103, "column": 42 }, "end": { - "line": 1087, + "line": 1103, "column": 47 }, "identifierName": "muted" @@ -71129,15 +72242,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 40211, - "end": 40216, + "start": 40874, + "end": 40879, "loc": { "start": { - "line": 1087, + "line": 1103, "column": 50 }, "end": { - "line": 1087, + "line": 1103, "column": 55 } }, @@ -71148,15 +72261,15 @@ { "type": "CommentLine", "value": " show the volume bar when it's unmuted", - "start": 40243, - "end": 40283, + "start": 40906, + "end": 40946, "loc": { "start": { - "line": 1089, + "line": 1105, "column": 24 }, "end": { - "line": 1089, + "line": 1105, "column": 64 } } @@ -71165,57 +72278,57 @@ }, { "type": "ExpressionStatement", - "start": 40308, - "end": 40340, + "start": 40971, + "end": 41003, "loc": { "start": { - "line": 1090, + "line": 1106, "column": 24 }, "end": { - "line": 1090, + "line": 1106, "column": 56 } }, "expression": { "type": "CallExpression", - "start": 40308, - "end": 40339, + "start": 40971, + "end": 41002, "loc": { "start": { - "line": 1090, + "line": 1106, "column": 24 }, "end": { - "line": 1090, + "line": 1106, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 40308, - "end": 40333, + "start": 40971, + "end": 40996, "loc": { "start": { - "line": 1090, + "line": 1106, "column": 24 }, "end": { - "line": 1090, + "line": 1106, "column": 49 } }, "object": { "type": "ThisExpression", - "start": 40308, - "end": 40312, + "start": 40971, + "end": 40975, "loc": { "start": { - "line": 1090, + "line": 1106, "column": 24 }, "end": { - "line": 1090, + "line": 1106, "column": 28 } }, @@ -71223,15 +72336,15 @@ }, "property": { "type": "Identifier", - "start": 40313, - "end": 40333, + "start": 40976, + "end": 40996, "loc": { "start": { - "line": 1090, + "line": 1106, "column": 29 }, "end": { - "line": 1090, + "line": 1106, "column": 49 }, "identifierName": "displayVolumeControl" @@ -71244,15 +72357,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 40334, - "end": 40338, + "start": 40997, + "end": 41001, "loc": { "start": { - "line": 1090, + "line": 1106, "column": 50 }, "end": { - "line": 1090, + "line": 1106, "column": 54 } }, @@ -71265,15 +72378,15 @@ { "type": "CommentLine", "value": " show the volume bar when it's unmuted", - "start": 40243, - "end": 40283, + "start": 40906, + "end": 40946, "loc": { "start": { - "line": 1089, + "line": 1105, "column": 24 }, "end": { - "line": 1089, + "line": 1105, "column": 64 } } @@ -71289,15 +72402,15 @@ { "type": "CommentLine", "value": " unmute local audio during playback", - "start": 40018, - "end": 40055, + "start": 40681, + "end": 40718, "loc": { "start": { - "line": 1085, + "line": 1101, "column": 20 }, "end": { - "line": 1085, + "line": 1101, "column": 57 } } @@ -71307,15 +72420,15 @@ { "type": "CommentLine", "value": " load recorded media", - "start": 40384, - "end": 40406, + "start": 41047, + "end": 41069, "loc": { "start": { - "line": 1093, + "line": 1109, "column": 20 }, "end": { - "line": 1093, + "line": 1109, "column": 42 } } @@ -71324,57 +72437,57 @@ }, { "type": "ExpressionStatement", - "start": 40427, - "end": 40463, + "start": 41090, + "end": 41126, "loc": { "start": { - "line": 1094, + "line": 1110, "column": 20 }, "end": { - "line": 1094, + "line": 1110, "column": 56 } }, "expression": { "type": "CallExpression", - "start": 40427, - "end": 40462, + "start": 41090, + "end": 41125, "loc": { "start": { - "line": 1094, + "line": 1110, "column": 20 }, "end": { - "line": 1094, + "line": 1110, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 40427, - "end": 40436, + "start": 41090, + "end": 41099, "loc": { "start": { - "line": 1094, + "line": 1110, "column": 20 }, "end": { - "line": 1094, + "line": 1110, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 40427, - "end": 40431, + "start": 41090, + "end": 41094, "loc": { "start": { - "line": 1094, + "line": 1110, "column": 20 }, "end": { - "line": 1094, + "line": 1110, "column": 24 } }, @@ -71382,15 +72495,15 @@ }, "property": { "type": "Identifier", - "start": 40432, - "end": 40436, + "start": 41095, + "end": 41099, "loc": { "start": { - "line": 1094, + "line": 1110, "column": 25 }, "end": { - "line": 1094, + "line": 1110, "column": 29 }, "identifierName": "load" @@ -71403,58 +72516,58 @@ "arguments": [ { "type": "MemberExpression", - "start": 40437, - "end": 40461, + "start": 41100, + "end": 41124, "loc": { "start": { - "line": 1094, + "line": 1110, "column": 30 }, "end": { - "line": 1094, + "line": 1110, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 40437, - "end": 40448, + "start": 41100, + "end": 41111, "loc": { "start": { - "line": 1094, + "line": 1110, "column": 30 }, "end": { - "line": 1094, + "line": 1110, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 40437, - "end": 40441, + "start": 41100, + "end": 41104, "loc": { "start": { - "line": 1094, + "line": 1110, "column": 30 }, "end": { - "line": 1094, + "line": 1110, "column": 34 } } }, "property": { "type": "Identifier", - "start": 40442, - "end": 40448, + "start": 41105, + "end": 41111, "loc": { "start": { - "line": 1094, + "line": 1110, "column": 35 }, "end": { - "line": 1094, + "line": 1110, "column": 41 }, "identifierName": "player" @@ -71465,15 +72578,15 @@ }, "property": { "type": "Identifier", - "start": 40449, - "end": 40461, + "start": 41112, + "end": 41124, "loc": { "start": { - "line": 1094, + "line": 1110, "column": 42 }, "end": { - "line": 1094, + "line": 1110, "column": 54 }, "identifierName": "recordedData" @@ -71489,15 +72602,15 @@ { "type": "CommentLine", "value": " load recorded media", - "start": 40384, - "end": 40406, + "start": 41047, + "end": 41069, "loc": { "start": { - "line": 1093, + "line": 1109, "column": 20 }, "end": { - "line": 1093, + "line": 1109, "column": 42 } } @@ -71515,15 +72628,15 @@ { "type": "CommentLine", "value": " pausing the player so we can visualize the recorded data", - "start": 39209, - "end": 39268, + "start": 39872, + "end": 39931, "loc": { "start": { - "line": 1066, + "line": 1082, "column": 16 }, "end": { - "line": 1066, + "line": 1082, "column": 75 } } @@ -71531,15 +72644,15 @@ { "type": "CommentLine", "value": " will trigger an async video.js 'pause' event that we", - "start": 39285, - "end": 39340, + "start": 39948, + "end": 40003, "loc": { "start": { - "line": 1067, + "line": 1083, "column": 16 }, "end": { - "line": 1067, + "line": 1083, "column": 71 } } @@ -71547,15 +72660,15 @@ { "type": "CommentLine", "value": " have to wait for.", - "start": 39357, - "end": 39377, + "start": 40020, + "end": 40040, "loc": { "start": { - "line": 1068, + "line": 1084, "column": 16 }, "end": { - "line": 1068, + "line": 1084, "column": 36 } } @@ -71565,15 +72678,15 @@ { "type": "CommentLine", "value": " pause player so user can start playback", - "start": 40501, - "end": 40543, + "start": 41164, + "end": 41206, "loc": { "start": { - "line": 1097, + "line": 1113, "column": 16 }, "end": { - "line": 1097, + "line": 1113, "column": 58 } } @@ -71582,71 +72695,71 @@ }, { "type": "ExpressionStatement", - "start": 40560, - "end": 40580, + "start": 41223, + "end": 41243, "loc": { "start": { - "line": 1098, + "line": 1114, "column": 16 }, "end": { - "line": 1098, + "line": 1114, "column": 36 } }, "expression": { "type": "CallExpression", - "start": 40560, - "end": 40579, + "start": 41223, + "end": 41242, "loc": { "start": { - "line": 1098, + "line": 1114, "column": 16 }, "end": { - "line": 1098, + "line": 1114, "column": 35 } }, "callee": { "type": "MemberExpression", - "start": 40560, - "end": 40577, + "start": 41223, + "end": 41240, "loc": { "start": { - "line": 1098, + "line": 1114, "column": 16 }, "end": { - "line": 1098, + "line": 1114, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 40560, - "end": 40571, + "start": 41223, + "end": 41234, "loc": { "start": { - "line": 1098, + "line": 1114, "column": 16 }, "end": { - "line": 1098, + "line": 1114, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 40560, - "end": 40564, + "start": 41223, + "end": 41227, "loc": { "start": { - "line": 1098, + "line": 1114, "column": 16 }, "end": { - "line": 1098, + "line": 1114, "column": 20 } }, @@ -71654,15 +72767,15 @@ }, "property": { "type": "Identifier", - "start": 40565, - "end": 40571, + "start": 41228, + "end": 41234, "loc": { "start": { - "line": 1098, + "line": 1114, "column": 21 }, "end": { - "line": 1098, + "line": 1114, "column": 27 }, "identifierName": "player" @@ -71674,15 +72787,15 @@ }, "property": { "type": "Identifier", - "start": 40572, - "end": 40577, + "start": 41235, + "end": 41240, "loc": { "start": { - "line": 1098, + "line": 1114, "column": 28 }, "end": { - "line": 1098, + "line": 1114, "column": 33 }, "identifierName": "pause" @@ -71699,15 +72812,15 @@ { "type": "CommentLine", "value": " pause player so user can start playback", - "start": 40501, - "end": 40543, + "start": 41164, + "end": 41206, "loc": { "start": { - "line": 1097, + "line": 1113, "column": 16 }, "end": { - "line": 1097, + "line": 1113, "column": 58 } } @@ -71716,15 +72829,15 @@ }, { "type": "BreakStatement", - "start": 40597, - "end": 40603, + "start": 41260, + "end": 41266, "loc": { "start": { - "line": 1099, + "line": 1115, "column": 16 }, "end": { - "line": 1099, + "line": 1115, "column": 22 } }, @@ -71733,15 +72846,15 @@ ], "test": { "type": "Identifier", - "start": 39180, - "end": 39191, + "start": 39843, + "end": 39854, "loc": { "start": { - "line": 1065, + "line": 1081, "column": 17 }, "end": { - "line": 1065, + "line": 1081, "column": 28 }, "identifierName": "SCREEN_ONLY" @@ -71751,73 +72864,73 @@ }, { "type": "SwitchCase", - "start": 40617, - "end": 41440, + "start": 41280, + "end": 42103, "loc": { "start": { - "line": 1101, + "line": 1117, "column": 12 }, "end": { - "line": 1125, + "line": 1141, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 40692, - "end": 40717, + "start": 41355, + "end": 41380, "loc": { "start": { - "line": 1103, + "line": 1119, "column": 16 }, "end": { - "line": 1103, + "line": 1119, "column": 41 } }, "expression": { "type": "AssignmentExpression", - "start": 40692, - "end": 40716, + "start": 41355, + "end": 41379, "loc": { "start": { - "line": 1103, + "line": 1119, "column": 16 }, "end": { - "line": 1103, + "line": 1119, "column": 40 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 40692, - "end": 40708, + "start": 41355, + "end": 41371, "loc": { "start": { - "line": 1103, + "line": 1119, "column": 16 }, "end": { - "line": 1103, + "line": 1119, "column": 32 } }, "object": { "type": "ThisExpression", - "start": 40692, - "end": 40696, + "start": 41355, + "end": 41359, "loc": { "start": { - "line": 1103, + "line": 1119, "column": 16 }, "end": { - "line": 1103, + "line": 1119, "column": 20 } }, @@ -71825,15 +72938,15 @@ }, "property": { "type": "Identifier", - "start": 40697, - "end": 40708, + "start": 41360, + "end": 41371, "loc": { "start": { - "line": 1103, + "line": 1119, "column": 21 }, "end": { - "line": 1103, + "line": 1119, "column": 32 }, "identifierName": "_processing" @@ -71845,15 +72958,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 40711, - "end": 40716, + "start": 41374, + "end": 41379, "loc": { "start": { - "line": 1103, + "line": 1119, "column": 35 }, "end": { - "line": 1103, + "line": 1119, "column": 40 } }, @@ -71865,15 +72978,15 @@ { "type": "CommentLine", "value": " animation data is ready", - "start": 40649, - "end": 40675, + "start": 41312, + "end": 41338, "loc": { "start": { - "line": 1102, + "line": 1118, "column": 16 }, "end": { - "line": 1102, + "line": 1118, "column": 42 } } @@ -71883,15 +72996,15 @@ { "type": "CommentLine", "value": " hide loader", - "start": 40735, - "end": 40749, + "start": 41398, + "end": 41412, "loc": { "start": { - "line": 1105, + "line": 1121, "column": 16 }, "end": { - "line": 1105, + "line": 1121, "column": 30 } } @@ -71900,85 +73013,85 @@ }, { "type": "ExpressionStatement", - "start": 40766, - "end": 40800, + "start": 41429, + "end": 41463, "loc": { "start": { - "line": 1106, + "line": 1122, "column": 16 }, "end": { - "line": 1106, + "line": 1122, "column": 50 } }, "expression": { "type": "CallExpression", - "start": 40766, - "end": 40799, + "start": 41429, + "end": 41462, "loc": { "start": { - "line": 1106, + "line": 1122, "column": 16 }, "end": { - "line": 1106, + "line": 1122, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 40766, - "end": 40797, + "start": 41429, + "end": 41460, "loc": { "start": { - "line": 1106, + "line": 1122, "column": 16 }, "end": { - "line": 1106, + "line": 1122, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 40766, - "end": 40792, + "start": 41429, + "end": 41455, "loc": { "start": { - "line": 1106, + "line": 1122, "column": 16 }, "end": { - "line": 1106, + "line": 1122, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 40766, - "end": 40777, + "start": 41429, + "end": 41440, "loc": { "start": { - "line": 1106, + "line": 1122, "column": 16 }, "end": { - "line": 1106, + "line": 1122, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 40766, - "end": 40770, + "start": 41429, + "end": 41433, "loc": { "start": { - "line": 1106, + "line": 1122, "column": 16 }, "end": { - "line": 1106, + "line": 1122, "column": 20 } }, @@ -71986,15 +73099,15 @@ }, "property": { "type": "Identifier", - "start": 40771, - "end": 40777, + "start": 41434, + "end": 41440, "loc": { "start": { - "line": 1106, + "line": 1122, "column": 21 }, "end": { - "line": 1106, + "line": 1122, "column": 27 }, "identifierName": "player" @@ -72006,15 +73119,15 @@ }, "property": { "type": "Identifier", - "start": 40778, - "end": 40792, + "start": 41441, + "end": 41455, "loc": { "start": { - "line": 1106, + "line": 1122, "column": 28 }, "end": { - "line": 1106, + "line": 1122, "column": 42 }, "identifierName": "loadingSpinner" @@ -72026,15 +73139,15 @@ }, "property": { "type": "Identifier", - "start": 40793, - "end": 40797, + "start": 41456, + "end": 41460, "loc": { "start": { - "line": 1106, + "line": 1122, "column": 43 }, "end": { - "line": 1106, + "line": 1122, "column": 47 }, "identifierName": "hide" @@ -72051,15 +73164,15 @@ { "type": "CommentLine", "value": " hide loader", - "start": 40735, - "end": 40749, + "start": 41398, + "end": 41412, "loc": { "start": { - "line": 1105, + "line": 1121, "column": 16 }, "end": { - "line": 1105, + "line": 1121, "column": 30 } } @@ -72069,15 +73182,15 @@ { "type": "CommentLine", "value": " show animation total duration", - "start": 40818, - "end": 40850, + "start": 41481, + "end": 41513, "loc": { "start": { - "line": 1108, + "line": 1124, "column": 16 }, "end": { - "line": 1108, + "line": 1124, "column": 48 } } @@ -72086,57 +73199,57 @@ }, { "type": "ExpressionStatement", - "start": 40867, - "end": 40905, + "start": 41530, + "end": 41568, "loc": { "start": { - "line": 1109, + "line": 1125, "column": 16 }, "end": { - "line": 1109, + "line": 1125, "column": 54 } }, "expression": { "type": "CallExpression", - "start": 40867, - "end": 40904, + "start": 41530, + "end": 41567, "loc": { "start": { - "line": 1109, + "line": 1125, "column": 16 }, "end": { - "line": 1109, + "line": 1125, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 40867, - "end": 40883, + "start": 41530, + "end": 41546, "loc": { "start": { - "line": 1109, + "line": 1125, "column": 16 }, "end": { - "line": 1109, + "line": 1125, "column": 32 } }, "object": { "type": "ThisExpression", - "start": 40867, - "end": 40871, + "start": 41530, + "end": 41534, "loc": { "start": { - "line": 1109, + "line": 1125, "column": 16 }, "end": { - "line": 1109, + "line": 1125, "column": 20 } }, @@ -72144,15 +73257,15 @@ }, "property": { "type": "Identifier", - "start": 40872, - "end": 40883, + "start": 41535, + "end": 41546, "loc": { "start": { - "line": 1109, + "line": 1125, "column": 21 }, "end": { - "line": 1109, + "line": 1125, "column": 32 }, "identifierName": "setDuration" @@ -72165,44 +73278,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 40884, - "end": 40903, + "start": 41547, + "end": 41566, "loc": { "start": { - "line": 1109, + "line": 1125, "column": 33 }, "end": { - "line": 1109, + "line": 1125, "column": 52 } }, "object": { "type": "ThisExpression", - "start": 40884, - "end": 40888, + "start": 41547, + "end": 41551, "loc": { "start": { - "line": 1109, + "line": 1125, "column": 33 }, "end": { - "line": 1109, + "line": 1125, "column": 37 } } }, "property": { "type": "Identifier", - "start": 40889, - "end": 40903, + "start": 41552, + "end": 41566, "loc": { "start": { - "line": 1109, + "line": 1125, "column": 38 }, "end": { - "line": 1109, + "line": 1125, "column": 52 }, "identifierName": "streamDuration" @@ -72218,15 +73331,15 @@ { "type": "CommentLine", "value": " show animation total duration", - "start": 40818, - "end": 40850, + "start": 41481, + "end": 41513, "loc": { "start": { - "line": 1108, + "line": 1124, "column": 16 }, "end": { - "line": 1108, + "line": 1124, "column": 48 } } @@ -72236,15 +73349,15 @@ { "type": "CommentLine", "value": " hide preview video", - "start": 40923, - "end": 40944, + "start": 41586, + "end": 41607, "loc": { "start": { - "line": 1111, + "line": 1127, "column": 16 }, "end": { - "line": 1111, + "line": 1127, "column": 37 } } @@ -72253,86 +73366,86 @@ }, { "type": "ExpressionStatement", - "start": 40961, - "end": 41002, + "start": 41624, + "end": 41665, "loc": { "start": { - "line": 1112, + "line": 1128, "column": 16 }, "end": { - "line": 1112, + "line": 1128, "column": 57 } }, "expression": { "type": "AssignmentExpression", - "start": 40961, - "end": 41001, + "start": 41624, + "end": 41664, "loc": { "start": { - "line": 1112, + "line": 1128, "column": 16 }, "end": { - "line": 1112, + "line": 1128, "column": 56 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 40961, - "end": 40992, + "start": 41624, + "end": 41655, "loc": { "start": { - "line": 1112, + "line": 1128, "column": 16 }, "end": { - "line": 1112, + "line": 1128, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 40961, - "end": 40984, + "start": 41624, + "end": 41647, "loc": { "start": { - "line": 1112, + "line": 1128, "column": 16 }, "end": { - "line": 1112, + "line": 1128, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 40961, - "end": 40978, + "start": 41624, + "end": 41641, "loc": { "start": { - "line": 1112, + "line": 1128, "column": 16 }, "end": { - "line": 1112, + "line": 1128, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 40961, - "end": 40965, + "start": 41624, + "end": 41628, "loc": { "start": { - "line": 1112, + "line": 1128, "column": 16 }, "end": { - "line": 1112, + "line": 1128, "column": 20 } }, @@ -72340,15 +73453,15 @@ }, "property": { "type": "Identifier", - "start": 40966, - "end": 40978, + "start": 41629, + "end": 41641, "loc": { "start": { - "line": 1112, + "line": 1128, "column": 21 }, "end": { - "line": 1112, + "line": 1128, "column": 33 }, "identifierName": "mediaElement" @@ -72360,15 +73473,15 @@ }, "property": { "type": "Identifier", - "start": 40979, - "end": 40984, + "start": 41642, + "end": 41647, "loc": { "start": { - "line": 1112, + "line": 1128, "column": 34 }, "end": { - "line": 1112, + "line": 1128, "column": 39 }, "identifierName": "style" @@ -72380,15 +73493,15 @@ }, "property": { "type": "Identifier", - "start": 40985, - "end": 40992, + "start": 41648, + "end": 41655, "loc": { "start": { - "line": 1112, + "line": 1128, "column": 40 }, "end": { - "line": 1112, + "line": 1128, "column": 47 }, "identifierName": "display" @@ -72400,15 +73513,15 @@ }, "right": { "type": "StringLiteral", - "start": 40995, - "end": 41001, + "start": 41658, + "end": 41664, "loc": { "start": { - "line": 1112, + "line": 1128, "column": 50 }, "end": { - "line": 1112, + "line": 1128, "column": 56 } }, @@ -72424,15 +73537,15 @@ { "type": "CommentLine", "value": " hide preview video", - "start": 40923, - "end": 40944, + "start": 41586, + "end": 41607, "loc": { "start": { - "line": 1111, + "line": 1127, "column": 16 }, "end": { - "line": 1111, + "line": 1127, "column": 37 } } @@ -72442,15 +73555,15 @@ { "type": "CommentLine", "value": " show the first frame", - "start": 41020, - "end": 41043, + "start": 41683, + "end": 41706, "loc": { "start": { - "line": 1114, + "line": 1130, "column": 16 }, "end": { - "line": 1114, + "line": 1130, "column": 39 } } @@ -72459,85 +73572,85 @@ }, { "type": "ExpressionStatement", - "start": 41060, - "end": 41092, + "start": 41723, + "end": 41755, "loc": { "start": { - "line": 1115, + "line": 1131, "column": 16 }, "end": { - "line": 1115, + "line": 1131, "column": 48 } }, "expression": { "type": "CallExpression", - "start": 41060, - "end": 41091, + "start": 41723, + "end": 41754, "loc": { "start": { - "line": 1115, + "line": 1131, "column": 16 }, "end": { - "line": 1115, + "line": 1131, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 41060, - "end": 41089, + "start": 41723, + "end": 41752, "loc": { "start": { - "line": 1115, + "line": 1131, "column": 16 }, "end": { - "line": 1115, + "line": 1131, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 41060, - "end": 41084, + "start": 41723, + "end": 41747, "loc": { "start": { - "line": 1115, + "line": 1131, "column": 16 }, "end": { - "line": 1115, + "line": 1131, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 41060, - "end": 41071, + "start": 41723, + "end": 41734, "loc": { "start": { - "line": 1115, + "line": 1131, "column": 16 }, "end": { - "line": 1115, + "line": 1131, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 41060, - "end": 41064, + "start": 41723, + "end": 41727, "loc": { "start": { - "line": 1115, + "line": 1131, "column": 16 }, "end": { - "line": 1115, + "line": 1131, "column": 20 } }, @@ -72545,15 +73658,15 @@ }, "property": { "type": "Identifier", - "start": 41065, - "end": 41071, + "start": 41728, + "end": 41734, "loc": { "start": { - "line": 1115, + "line": 1131, "column": 21 }, "end": { - "line": 1115, + "line": 1131, "column": 27 }, "identifierName": "player" @@ -72565,15 +73678,15 @@ }, "property": { "type": "Identifier", - "start": 41072, - "end": 41084, + "start": 41735, + "end": 41747, "loc": { "start": { - "line": 1115, + "line": 1131, "column": 28 }, "end": { - "line": 1115, + "line": 1131, "column": 40 }, "identifierName": "recordCanvas" @@ -72585,15 +73698,15 @@ }, "property": { "type": "Identifier", - "start": 41085, - "end": 41089, + "start": 41748, + "end": 41752, "loc": { "start": { - "line": 1115, + "line": 1131, "column": 41 }, "end": { - "line": 1115, + "line": 1131, "column": 45 }, "identifierName": "show" @@ -72610,15 +73723,15 @@ { "type": "CommentLine", "value": " show the first frame", - "start": 41020, - "end": 41043, + "start": 41683, + "end": 41706, "loc": { "start": { - "line": 1114, + "line": 1130, "column": 16 }, "end": { - "line": 1114, + "line": 1130, "column": 39 } } @@ -72628,15 +73741,15 @@ { "type": "CommentLine", "value": " pause player so user can start playback", - "start": 41110, - "end": 41152, + "start": 41773, + "end": 41815, "loc": { "start": { - "line": 1117, + "line": 1133, "column": 16 }, "end": { - "line": 1117, + "line": 1133, "column": 58 } } @@ -72645,71 +73758,71 @@ }, { "type": "ExpressionStatement", - "start": 41169, - "end": 41189, + "start": 41832, + "end": 41852, "loc": { "start": { - "line": 1118, + "line": 1134, "column": 16 }, "end": { - "line": 1118, + "line": 1134, "column": 36 } }, "expression": { "type": "CallExpression", - "start": 41169, - "end": 41188, + "start": 41832, + "end": 41851, "loc": { "start": { - "line": 1118, + "line": 1134, "column": 16 }, "end": { - "line": 1118, + "line": 1134, "column": 35 } }, "callee": { "type": "MemberExpression", - "start": 41169, - "end": 41186, + "start": 41832, + "end": 41849, "loc": { "start": { - "line": 1118, + "line": 1134, "column": 16 }, "end": { - "line": 1118, + "line": 1134, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 41169, - "end": 41180, + "start": 41832, + "end": 41843, "loc": { "start": { - "line": 1118, + "line": 1134, "column": 16 }, "end": { - "line": 1118, + "line": 1134, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 41169, - "end": 41173, + "start": 41832, + "end": 41836, "loc": { "start": { - "line": 1118, + "line": 1134, "column": 16 }, "end": { - "line": 1118, + "line": 1134, "column": 20 } }, @@ -72717,15 +73830,15 @@ }, "property": { "type": "Identifier", - "start": 41174, - "end": 41180, + "start": 41837, + "end": 41843, "loc": { "start": { - "line": 1118, + "line": 1134, "column": 21 }, "end": { - "line": 1118, + "line": 1134, "column": 27 }, "identifierName": "player" @@ -72737,15 +73850,15 @@ }, "property": { "type": "Identifier", - "start": 41181, - "end": 41186, + "start": 41844, + "end": 41849, "loc": { "start": { - "line": 1118, + "line": 1134, "column": 28 }, "end": { - "line": 1118, + "line": 1134, "column": 33 }, "identifierName": "pause" @@ -72762,15 +73875,15 @@ { "type": "CommentLine", "value": " pause player so user can start playback", - "start": 41110, - "end": 41152, + "start": 41773, + "end": 41815, "loc": { "start": { - "line": 1117, + "line": 1133, "column": 16 }, "end": { - "line": 1117, + "line": 1133, "column": 58 } } @@ -72780,15 +73893,15 @@ { "type": "CommentLine", "value": " show animation on play", - "start": 41207, - "end": 41232, + "start": 41870, + "end": 41895, "loc": { "start": { - "line": 1120, + "line": 1136, "column": 16 }, "end": { - "line": 1120, + "line": 1136, "column": 41 } } @@ -72797,57 +73910,57 @@ }, { "type": "ExpressionStatement", - "start": 41249, - "end": 41302, + "start": 41912, + "end": 41965, "loc": { "start": { - "line": 1121, + "line": 1137, "column": 16 }, "end": { - "line": 1121, + "line": 1137, "column": 69 } }, "expression": { "type": "CallExpression", - "start": 41249, - "end": 41301, + "start": 41912, + "end": 41964, "loc": { "start": { - "line": 1121, + "line": 1137, "column": 16 }, "end": { - "line": 1121, + "line": 1137, "column": 68 } }, "callee": { "type": "MemberExpression", - "start": 41249, - "end": 41256, + "start": 41912, + "end": 41919, "loc": { "start": { - "line": 1121, + "line": 1137, "column": 16 }, "end": { - "line": 1121, + "line": 1137, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 41249, - "end": 41253, + "start": 41912, + "end": 41916, "loc": { "start": { - "line": 1121, + "line": 1137, "column": 16 }, "end": { - "line": 1121, + "line": 1137, "column": 20 } }, @@ -72855,15 +73968,15 @@ }, "property": { "type": "Identifier", - "start": 41254, - "end": 41256, + "start": 41917, + "end": 41919, "loc": { "start": { - "line": 1121, + "line": 1137, "column": 21 }, "end": { - "line": 1121, + "line": 1137, "column": 23 }, "identifierName": "on" @@ -72876,44 +73989,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 41257, - "end": 41268, + "start": 41920, + "end": 41931, "loc": { "start": { - "line": 1121, + "line": 1137, "column": 24 }, "end": { - "line": 1121, + "line": 1137, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 41257, - "end": 41261, + "start": 41920, + "end": 41924, "loc": { "start": { - "line": 1121, + "line": 1137, "column": 24 }, "end": { - "line": 1121, + "line": 1137, "column": 28 } } }, "property": { "type": "Identifier", - "start": 41262, - "end": 41268, + "start": 41925, + "end": 41931, "loc": { "start": { - "line": 1121, + "line": 1137, "column": 29 }, "end": { - "line": 1121, + "line": 1137, "column": 35 }, "identifierName": "player" @@ -72924,29 +74037,29 @@ }, { "type": "MemberExpression", - "start": 41270, - "end": 41280, + "start": 41933, + "end": 41943, "loc": { "start": { - "line": 1121, + "line": 1137, "column": 37 }, "end": { - "line": 1121, + "line": 1137, "column": 47 } }, "object": { "type": "Identifier", - "start": 41270, - "end": 41275, + "start": 41933, + "end": 41938, "loc": { "start": { - "line": 1121, + "line": 1137, "column": 37 }, "end": { - "line": 1121, + "line": 1137, "column": 42 }, "identifierName": "Event" @@ -72955,15 +74068,15 @@ }, "property": { "type": "Identifier", - "start": 41276, - "end": 41280, + "start": 41939, + "end": 41943, "loc": { "start": { - "line": 1121, + "line": 1137, "column": 43 }, "end": { - "line": 1121, + "line": 1137, "column": 47 }, "identifierName": "PLAY" @@ -72974,44 +74087,44 @@ }, { "type": "MemberExpression", - "start": 41282, - "end": 41300, + "start": 41945, + "end": 41963, "loc": { "start": { - "line": 1121, + "line": 1137, "column": 49 }, "end": { - "line": 1121, + "line": 1137, "column": 67 } }, "object": { "type": "ThisExpression", - "start": 41282, - "end": 41286, + "start": 41945, + "end": 41949, "loc": { "start": { - "line": 1121, + "line": 1137, "column": 49 }, "end": { - "line": 1121, + "line": 1137, "column": 53 } } }, "property": { "type": "Identifier", - "start": 41287, - "end": 41300, + "start": 41950, + "end": 41963, "loc": { "start": { - "line": 1121, + "line": 1137, "column": 54 }, "end": { - "line": 1121, + "line": 1137, "column": 67 }, "identifierName": "showAnimation" @@ -73027,15 +74140,15 @@ { "type": "CommentLine", "value": " show animation on play", - "start": 41207, - "end": 41232, + "start": 41870, + "end": 41895, "loc": { "start": { - "line": 1120, + "line": 1136, "column": 16 }, "end": { - "line": 1120, + "line": 1136, "column": 41 } } @@ -73045,15 +74158,15 @@ { "type": "CommentLine", "value": " hide animation on pause", - "start": 41320, - "end": 41346, + "start": 41983, + "end": 42009, "loc": { "start": { - "line": 1123, + "line": 1139, "column": 16 }, "end": { - "line": 1123, + "line": 1139, "column": 42 } } @@ -73062,57 +74175,57 @@ }, { "type": "ExpressionStatement", - "start": 41363, - "end": 41417, + "start": 42026, + "end": 42080, "loc": { "start": { - "line": 1124, + "line": 1140, "column": 16 }, "end": { - "line": 1124, + "line": 1140, "column": 70 } }, "expression": { "type": "CallExpression", - "start": 41363, - "end": 41416, + "start": 42026, + "end": 42079, "loc": { "start": { - "line": 1124, + "line": 1140, "column": 16 }, "end": { - "line": 1124, + "line": 1140, "column": 69 } }, "callee": { "type": "MemberExpression", - "start": 41363, - "end": 41370, + "start": 42026, + "end": 42033, "loc": { "start": { - "line": 1124, + "line": 1140, "column": 16 }, "end": { - "line": 1124, + "line": 1140, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 41363, - "end": 41367, + "start": 42026, + "end": 42030, "loc": { "start": { - "line": 1124, + "line": 1140, "column": 16 }, "end": { - "line": 1124, + "line": 1140, "column": 20 } }, @@ -73120,15 +74233,15 @@ }, "property": { "type": "Identifier", - "start": 41368, - "end": 41370, + "start": 42031, + "end": 42033, "loc": { "start": { - "line": 1124, + "line": 1140, "column": 21 }, "end": { - "line": 1124, + "line": 1140, "column": 23 }, "identifierName": "on" @@ -73141,44 +74254,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 41371, - "end": 41382, + "start": 42034, + "end": 42045, "loc": { "start": { - "line": 1124, + "line": 1140, "column": 24 }, "end": { - "line": 1124, + "line": 1140, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 41371, - "end": 41375, + "start": 42034, + "end": 42038, "loc": { "start": { - "line": 1124, + "line": 1140, "column": 24 }, "end": { - "line": 1124, + "line": 1140, "column": 28 } } }, "property": { "type": "Identifier", - "start": 41376, - "end": 41382, + "start": 42039, + "end": 42045, "loc": { "start": { - "line": 1124, + "line": 1140, "column": 29 }, "end": { - "line": 1124, + "line": 1140, "column": 35 }, "identifierName": "player" @@ -73189,29 +74302,29 @@ }, { "type": "MemberExpression", - "start": 41384, - "end": 41395, + "start": 42047, + "end": 42058, "loc": { "start": { - "line": 1124, + "line": 1140, "column": 37 }, "end": { - "line": 1124, + "line": 1140, "column": 48 } }, "object": { "type": "Identifier", - "start": 41384, - "end": 41389, + "start": 42047, + "end": 42052, "loc": { "start": { - "line": 1124, + "line": 1140, "column": 37 }, "end": { - "line": 1124, + "line": 1140, "column": 42 }, "identifierName": "Event" @@ -73220,15 +74333,15 @@ }, "property": { "type": "Identifier", - "start": 41390, - "end": 41395, + "start": 42053, + "end": 42058, "loc": { "start": { - "line": 1124, + "line": 1140, "column": 43 }, "end": { - "line": 1124, + "line": 1140, "column": 48 }, "identifierName": "PAUSE" @@ -73239,44 +74352,44 @@ }, { "type": "MemberExpression", - "start": 41397, - "end": 41415, + "start": 42060, + "end": 42078, "loc": { "start": { - "line": 1124, + "line": 1140, "column": 50 }, "end": { - "line": 1124, + "line": 1140, "column": 68 } }, "object": { "type": "ThisExpression", - "start": 41397, - "end": 41401, + "start": 42060, + "end": 42064, "loc": { "start": { - "line": 1124, + "line": 1140, "column": 50 }, "end": { - "line": 1124, + "line": 1140, "column": 54 } } }, "property": { "type": "Identifier", - "start": 41402, - "end": 41415, + "start": 42065, + "end": 42078, "loc": { "start": { - "line": 1124, + "line": 1140, "column": 55 }, "end": { - "line": 1124, + "line": 1140, "column": 68 }, "identifierName": "hideAnimation" @@ -73292,15 +74405,15 @@ { "type": "CommentLine", "value": " hide animation on pause", - "start": 41320, - "end": 41346, + "start": 41983, + "end": 42009, "loc": { "start": { - "line": 1123, + "line": 1139, "column": 16 }, "end": { - "line": 1123, + "line": 1139, "column": 42 } } @@ -73309,15 +74422,15 @@ }, { "type": "BreakStatement", - "start": 41434, - "end": 41440, + "start": 42097, + "end": 42103, "loc": { "start": { - "line": 1125, + "line": 1141, "column": 16 }, "end": { - "line": 1125, + "line": 1141, "column": 22 } }, @@ -73326,15 +74439,15 @@ ], "test": { "type": "Identifier", - "start": 40622, - "end": 40631, + "start": 41285, + "end": 41294, "loc": { "start": { - "line": 1101, + "line": 1117, "column": 17 }, "end": { - "line": 1101, + "line": 1117, "column": 26 }, "identifierName": "ANIMATION" @@ -73347,15 +74460,15 @@ { "type": "CommentLine", "value": " load and display recorded data", - "start": 38327, - "end": 38360, + "start": 38990, + "end": 39023, "loc": { "start": { - "line": 1040, + "line": 1056, "column": 8 }, "end": { - "line": 1040, + "line": 1056, "column": 41 } } @@ -73370,15 +74483,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when recording completed and the resulting stream is\n * available.\n * @private\n ", - "start": 37423, - "end": 37536, + "start": 38086, + "end": 38199, "loc": { "start": { - "line": 1012, + "line": 1028, "column": 4 }, "end": { - "line": 1016, + "line": 1032, "column": 7 } } @@ -73388,15 +74501,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked during recording and displays the remaining time.\n * @private\n ", - "start": 41462, - "end": 41554, + "start": 42125, + "end": 42217, "loc": { "start": { - "line": 1129, + "line": 1145, "column": 4 }, "end": { - "line": 1132, + "line": 1148, "column": 7 } } @@ -73405,15 +74518,15 @@ }, { "type": "ClassMethod", - "start": 41559, - "end": 42313, + "start": 42222, + "end": 42976, "loc": { "start": { - "line": 1133, + "line": 1149, "column": 4 }, "end": { - "line": 1159, + "line": 1175, "column": 5 } }, @@ -73421,15 +74534,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 41559, - "end": 41570, + "start": 42222, + "end": 42233, "loc": { "start": { - "line": 1133, + "line": 1149, "column": 4 }, "end": { - "line": 1133, + "line": 1149, "column": 15 }, "identifierName": "onCountDown" @@ -73445,44 +74558,44 @@ "params": [], "body": { "type": "BlockStatement", - "start": 41573, - "end": 42313, + "start": 42236, + "end": 42976, "loc": { "start": { - "line": 1133, + "line": 1149, "column": 18 }, "end": { - "line": 1159, + "line": 1175, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 41583, - "end": 42307, + "start": 42246, + "end": 42970, "loc": { "start": { - "line": 1134, + "line": 1150, "column": 8 }, "end": { - "line": 1158, + "line": 1174, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 41587, - "end": 41599, + "start": 42250, + "end": 42262, "loc": { "start": { - "line": 1134, + "line": 1150, "column": 12 }, "end": { - "line": 1134, + "line": 1150, "column": 24 } }, @@ -73490,44 +74603,44 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 41588, - "end": 41599, + "start": 42251, + "end": 42262, "loc": { "start": { - "line": 1134, + "line": 1150, "column": 13 }, "end": { - "line": 1134, + "line": 1150, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 41588, - "end": 41592, + "start": 42251, + "end": 42255, "loc": { "start": { - "line": 1134, + "line": 1150, "column": 13 }, "end": { - "line": 1134, + "line": 1150, "column": 17 } } }, "property": { "type": "Identifier", - "start": 41593, - "end": 41599, + "start": 42256, + "end": 42262, "loc": { "start": { - "line": 1134, + "line": 1150, "column": 18 }, "end": { - "line": 1134, + "line": 1150, "column": 24 }, "identifierName": "paused" @@ -73542,59 +74655,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 41601, - "end": 42307, + "start": 42264, + "end": 42970, "loc": { "start": { - "line": 1134, + "line": 1150, "column": 26 }, "end": { - "line": 1158, + "line": 1174, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 41615, - "end": 41643, + "start": 42278, + "end": 42306, "loc": { "start": { - "line": 1135, + "line": 1151, "column": 12 }, "end": { - "line": 1135, + "line": 1151, "column": 40 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 41619, - "end": 41642, + "start": 42282, + "end": 42305, "loc": { "start": { - "line": 1135, + "line": 1151, "column": 16 }, "end": { - "line": 1135, + "line": 1151, "column": 39 } }, "id": { "type": "Identifier", - "start": 41619, - "end": 41622, + "start": 42282, + "end": 42285, "loc": { "start": { - "line": 1135, + "line": 1151, "column": 16 }, "end": { - "line": 1135, + "line": 1151, "column": 19 }, "identifierName": "now" @@ -73603,43 +74716,43 @@ }, "init": { "type": "CallExpression", - "start": 41625, - "end": 41642, + "start": 42288, + "end": 42305, "loc": { "start": { - "line": 1135, + "line": 1151, "column": 22 }, "end": { - "line": 1135, + "line": 1151, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 41625, - "end": 41640, + "start": 42288, + "end": 42303, "loc": { "start": { - "line": 1135, + "line": 1151, "column": 22 }, "end": { - "line": 1135, + "line": 1151, "column": 37 } }, "object": { "type": "Identifier", - "start": 41625, - "end": 41636, + "start": 42288, + "end": 42299, "loc": { "start": { - "line": 1135, + "line": 1151, "column": 22 }, "end": { - "line": 1135, + "line": 1151, "column": 33 }, "identifierName": "performance" @@ -73648,15 +74761,15 @@ }, "property": { "type": "Identifier", - "start": 41637, - "end": 41640, + "start": 42300, + "end": 42303, "loc": { "start": { - "line": 1135, + "line": 1151, "column": 34 }, "end": { - "line": 1135, + "line": 1151, "column": 37 }, "identifierName": "now" @@ -73673,44 +74786,44 @@ }, { "type": "VariableDeclaration", - "start": 41656, - "end": 41686, + "start": 42319, + "end": 42349, "loc": { "start": { - "line": 1136, + "line": 1152, "column": 12 }, "end": { - "line": 1136, + "line": 1152, "column": 42 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 41660, - "end": 41685, + "start": 42323, + "end": 42348, "loc": { "start": { - "line": 1136, + "line": 1152, "column": 16 }, "end": { - "line": 1136, + "line": 1152, "column": 41 } }, "id": { "type": "Identifier", - "start": 41660, - "end": 41668, + "start": 42323, + "end": 42331, "loc": { "start": { - "line": 1136, + "line": 1152, "column": 16 }, "end": { - "line": 1136, + "line": 1152, "column": 24 }, "identifierName": "duration" @@ -73719,44 +74832,44 @@ }, "init": { "type": "MemberExpression", - "start": 41671, - "end": 41685, + "start": 42334, + "end": 42348, "loc": { "start": { - "line": 1136, + "line": 1152, "column": 27 }, "end": { - "line": 1136, + "line": 1152, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 41671, - "end": 41675, + "start": 42334, + "end": 42338, "loc": { "start": { - "line": 1136, + "line": 1152, "column": 27 }, "end": { - "line": 1136, + "line": 1152, "column": 31 } } }, "property": { "type": "Identifier", - "start": 41676, - "end": 41685, + "start": 42339, + "end": 42348, "loc": { "start": { - "line": 1136, + "line": 1152, "column": 32 }, "end": { - "line": 1136, + "line": 1152, "column": 41 }, "identifierName": "maxLength" @@ -73771,44 +74884,44 @@ }, { "type": "VariableDeclaration", - "start": 41699, - "end": 41783, + "start": 42362, + "end": 42446, "loc": { "start": { - "line": 1137, + "line": 1153, "column": 12 }, "end": { - "line": 1138, + "line": 1154, "column": 41 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 41703, - "end": 41782, + "start": 42366, + "end": 42445, "loc": { "start": { - "line": 1137, + "line": 1153, "column": 16 }, "end": { - "line": 1138, + "line": 1154, "column": 40 } }, "id": { "type": "Identifier", - "start": 41703, - "end": 41714, + "start": 42366, + "end": 42377, "loc": { "start": { - "line": 1137, + "line": 1153, "column": 16 }, "end": { - "line": 1137, + "line": 1153, "column": 27 }, "identifierName": "currentTime" @@ -73817,43 +74930,43 @@ }, "init": { "type": "BinaryExpression", - "start": 41717, - "end": 41782, + "start": 42380, + "end": 42445, "loc": { "start": { - "line": 1137, + "line": 1153, "column": 30 }, "end": { - "line": 1138, + "line": 1154, "column": 40 } }, "left": { "type": "BinaryExpression", - "start": 41718, - "end": 41774, + "start": 42381, + "end": 42437, "loc": { "start": { - "line": 1137, + "line": 1153, "column": 31 }, "end": { - "line": 1138, + "line": 1154, "column": 32 } }, "left": { "type": "Identifier", - "start": 41718, - "end": 41721, + "start": 42381, + "end": 42384, "loc": { "start": { - "line": 1137, + "line": 1153, "column": 31 }, "end": { - "line": 1137, + "line": 1153, "column": 34 }, "identifierName": "now" @@ -73863,58 +74976,58 @@ "operator": "-", "right": { "type": "BinaryExpression", - "start": 41725, - "end": 41773, + "start": 42388, + "end": 42436, "loc": { "start": { - "line": 1137, + "line": 1153, "column": 38 }, "end": { - "line": 1138, + "line": 1154, "column": 31 } }, "left": { "type": "MemberExpression", - "start": 41725, - "end": 41739, + "start": 42388, + "end": 42402, "loc": { "start": { - "line": 1137, + "line": 1153, "column": 38 }, "end": { - "line": 1137, + "line": 1153, "column": 52 } }, "object": { "type": "ThisExpression", - "start": 41725, - "end": 41729, + "start": 42388, + "end": 42392, "loc": { "start": { - "line": 1137, + "line": 1153, "column": 38 }, "end": { - "line": 1137, + "line": 1153, "column": 42 } } }, "property": { "type": "Identifier", - "start": 41730, - "end": 41739, + "start": 42393, + "end": 42402, "loc": { "start": { - "line": 1137, + "line": 1153, "column": 43 }, "end": { - "line": 1137, + "line": 1153, "column": 52 }, "identifierName": "startTime" @@ -73926,44 +75039,44 @@ "operator": "+", "right": { "type": "MemberExpression", - "start": 41758, - "end": 41773, + "start": 42421, + "end": 42436, "loc": { "start": { - "line": 1138, + "line": 1154, "column": 16 }, "end": { - "line": 1138, + "line": 1154, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 41758, - "end": 41762, + "start": 42421, + "end": 42425, "loc": { "start": { - "line": 1138, + "line": 1154, "column": 16 }, "end": { - "line": 1138, + "line": 1154, "column": 20 } } }, "property": { "type": "Identifier", - "start": 41763, - "end": 41773, + "start": 42426, + "end": 42436, "loc": { "start": { - "line": 1138, + "line": 1154, "column": 21 }, "end": { - "line": 1138, + "line": 1154, "column": 31 }, "identifierName": "pausedTime" @@ -73974,26 +75087,26 @@ }, "extra": { "parenthesized": true, - "parenStart": 41724 + "parenStart": 42387 } }, "extra": { "parenthesized": true, - "parenStart": 41717 + "parenStart": 42380 } }, "operator": "/", "right": { "type": "NumericLiteral", - "start": 41778, - "end": 41782, + "start": 42441, + "end": 42445, "loc": { "start": { - "line": 1138, + "line": 1154, "column": 36 }, "end": { - "line": 1138, + "line": 1154, "column": 40 } }, @@ -74011,15 +75124,15 @@ { "type": "CommentLine", "value": " buddy ignore:line", - "start": 41784, - "end": 41804, + "start": 42447, + "end": 42467, "loc": { "start": { - "line": 1138, + "line": 1154, "column": 42 }, "end": { - "line": 1138, + "line": 1154, "column": 62 } } @@ -74028,58 +75141,58 @@ }, { "type": "ExpressionStatement", - "start": 41818, - "end": 41852, + "start": 42481, + "end": 42515, "loc": { "start": { - "line": 1140, + "line": 1156, "column": 12 }, "end": { - "line": 1140, + "line": 1156, "column": 46 } }, "expression": { "type": "AssignmentExpression", - "start": 41818, - "end": 41851, + "start": 42481, + "end": 42514, "loc": { "start": { - "line": 1140, + "line": 1156, "column": 12 }, "end": { - "line": 1140, + "line": 1156, "column": 45 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 41818, - "end": 41837, + "start": 42481, + "end": 42500, "loc": { "start": { - "line": 1140, + "line": 1156, "column": 12 }, "end": { - "line": 1140, + "line": 1156, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 41818, - "end": 41822, + "start": 42481, + "end": 42485, "loc": { "start": { - "line": 1140, + "line": 1156, "column": 12 }, "end": { - "line": 1140, + "line": 1156, "column": 16 } }, @@ -74087,15 +75200,15 @@ }, "property": { "type": "Identifier", - "start": 41823, - "end": 41837, + "start": 42486, + "end": 42500, "loc": { "start": { - "line": 1140, + "line": 1156, "column": 17 }, "end": { - "line": 1140, + "line": 1156, "column": 31 }, "identifierName": "streamDuration" @@ -74107,15 +75220,15 @@ }, "right": { "type": "Identifier", - "start": 41840, - "end": 41851, + "start": 42503, + "end": 42514, "loc": { "start": { - "line": 1140, + "line": 1156, "column": 34 }, "end": { - "line": 1140, + "line": 1156, "column": 45 }, "identifierName": "currentTime" @@ -74128,15 +75241,15 @@ { "type": "CommentLine", "value": " buddy ignore:line", - "start": 41784, - "end": 41804, + "start": 42447, + "end": 42467, "loc": { "start": { - "line": 1138, + "line": 1154, "column": 42 }, "end": { - "line": 1138, + "line": 1154, "column": 62 } } @@ -74145,43 +75258,43 @@ }, { "type": "IfStatement", - "start": 41866, - "end": 42044, + "start": 42529, + "end": 42707, "loc": { "start": { - "line": 1142, + "line": 1158, "column": 12 }, "end": { - "line": 1148, + "line": 1164, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 41870, - "end": 41893, + "start": 42533, + "end": 42556, "loc": { "start": { - "line": 1142, + "line": 1158, "column": 16 }, "end": { - "line": 1142, + "line": 1158, "column": 39 } }, "left": { "type": "Identifier", - "start": 41870, - "end": 41881, + "start": 42533, + "end": 42544, "loc": { "start": { - "line": 1142, + "line": 1158, "column": 16 }, "end": { - "line": 1142, + "line": 1158, "column": 27 }, "identifierName": "currentTime" @@ -74191,15 +75304,15 @@ "operator": ">=", "right": { "type": "Identifier", - "start": 41885, - "end": 41893, + "start": 42548, + "end": 42556, "loc": { "start": { - "line": 1142, + "line": 1158, "column": 31 }, "end": { - "line": 1142, + "line": 1158, "column": 39 }, "identifierName": "duration" @@ -74209,59 +75322,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 41895, - "end": 42044, + "start": 42558, + "end": 42707, "loc": { "start": { - "line": 1142, + "line": 1158, "column": 41 }, "end": { - "line": 1148, + "line": 1164, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 41943, - "end": 41966, + "start": 42606, + "end": 42629, "loc": { "start": { - "line": 1144, + "line": 1160, "column": 16 }, "end": { - "line": 1144, + "line": 1160, "column": 39 } }, "expression": { "type": "AssignmentExpression", - "start": 41943, - "end": 41965, + "start": 42606, + "end": 42628, "loc": { "start": { - "line": 1144, + "line": 1160, "column": 16 }, "end": { - "line": 1144, + "line": 1160, "column": 38 } }, "operator": "=", "left": { "type": "Identifier", - "start": 41943, - "end": 41954, + "start": 42606, + "end": 42617, "loc": { "start": { - "line": 1144, + "line": 1160, "column": 16 }, "end": { - "line": 1144, + "line": 1160, "column": 27 }, "identifierName": "currentTime" @@ -74271,15 +75384,15 @@ }, "right": { "type": "Identifier", - "start": 41957, - "end": 41965, + "start": 42620, + "end": 42628, "loc": { "start": { - "line": 1144, + "line": 1160, "column": 30 }, "end": { - "line": 1144, + "line": 1160, "column": 38 }, "identifierName": "duration" @@ -74292,15 +75405,15 @@ { "type": "CommentLine", "value": " at the end", - "start": 41913, - "end": 41926, + "start": 42576, + "end": 42589, "loc": { "start": { - "line": 1143, + "line": 1159, "column": 16 }, "end": { - "line": 1143, + "line": 1159, "column": 29 } } @@ -74310,15 +75423,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 41984, - "end": 42001, + "start": 42647, + "end": 42664, "loc": { "start": { - "line": 1146, + "line": 1162, "column": 16 }, "end": { - "line": 1146, + "line": 1162, "column": 33 } } @@ -74327,57 +75440,57 @@ }, { "type": "ExpressionStatement", - "start": 42018, - "end": 42030, + "start": 42681, + "end": 42693, "loc": { "start": { - "line": 1147, + "line": 1163, "column": 16 }, "end": { - "line": 1147, + "line": 1163, "column": 28 } }, "expression": { "type": "CallExpression", - "start": 42018, - "end": 42029, + "start": 42681, + "end": 42692, "loc": { "start": { - "line": 1147, + "line": 1163, "column": 16 }, "end": { - "line": 1147, + "line": 1163, "column": 27 } }, "callee": { "type": "MemberExpression", - "start": 42018, - "end": 42027, + "start": 42681, + "end": 42690, "loc": { "start": { - "line": 1147, + "line": 1163, "column": 16 }, "end": { - "line": 1147, + "line": 1163, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 42018, - "end": 42022, + "start": 42681, + "end": 42685, "loc": { "start": { - "line": 1147, + "line": 1163, "column": 16 }, "end": { - "line": 1147, + "line": 1163, "column": 20 } }, @@ -74385,15 +75498,15 @@ }, "property": { "type": "Identifier", - "start": 42023, - "end": 42027, + "start": 42686, + "end": 42690, "loc": { "start": { - "line": 1147, + "line": 1163, "column": 21 }, "end": { - "line": 1147, + "line": 1163, "column": 25 }, "identifierName": "stop" @@ -74410,15 +75523,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 41984, - "end": 42001, + "start": 42647, + "end": 42664, "loc": { "start": { - "line": 1146, + "line": 1162, "column": 16 }, "end": { - "line": 1146, + "line": 1162, "column": 33 } } @@ -74434,15 +75547,15 @@ { "type": "CommentLine", "value": " update duration", - "start": 42058, - "end": 42076, + "start": 42721, + "end": 42739, "loc": { "start": { - "line": 1150, + "line": 1166, "column": 12 }, "end": { - "line": 1150, + "line": 1166, "column": 30 } } @@ -74451,57 +75564,57 @@ }, { "type": "ExpressionStatement", - "start": 42089, - "end": 42116, + "start": 42752, + "end": 42779, "loc": { "start": { - "line": 1151, + "line": 1167, "column": 12 }, "end": { - "line": 1151, + "line": 1167, "column": 39 } }, "expression": { "type": "CallExpression", - "start": 42089, - "end": 42115, + "start": 42752, + "end": 42778, "loc": { "start": { - "line": 1151, + "line": 1167, "column": 12 }, "end": { - "line": 1151, + "line": 1167, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 42089, - "end": 42105, + "start": 42752, + "end": 42768, "loc": { "start": { - "line": 1151, + "line": 1167, "column": 12 }, "end": { - "line": 1151, + "line": 1167, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 42089, - "end": 42093, + "start": 42752, + "end": 42756, "loc": { "start": { - "line": 1151, + "line": 1167, "column": 12 }, "end": { - "line": 1151, + "line": 1167, "column": 16 } }, @@ -74509,15 +75622,15 @@ }, "property": { "type": "Identifier", - "start": 42094, - "end": 42105, + "start": 42757, + "end": 42768, "loc": { "start": { - "line": 1151, + "line": 1167, "column": 17 }, "end": { - "line": 1151, + "line": 1167, "column": 28 }, "identifierName": "setDuration" @@ -74530,15 +75643,15 @@ "arguments": [ { "type": "Identifier", - "start": 42106, - "end": 42114, + "start": 42769, + "end": 42777, "loc": { "start": { - "line": 1151, + "line": 1167, "column": 29 }, "end": { - "line": 1151, + "line": 1167, "column": 37 }, "identifierName": "duration" @@ -74552,15 +75665,15 @@ { "type": "CommentLine", "value": " update duration", - "start": 42058, - "end": 42076, + "start": 42721, + "end": 42739, "loc": { "start": { - "line": 1150, + "line": 1166, "column": 12 }, "end": { - "line": 1150, + "line": 1166, "column": 30 } } @@ -74570,15 +75683,15 @@ { "type": "CommentLine", "value": " update current time", - "start": 42130, - "end": 42152, + "start": 42793, + "end": 42815, "loc": { "start": { - "line": 1153, + "line": 1169, "column": 12 }, "end": { - "line": 1153, + "line": 1169, "column": 34 } } @@ -74587,57 +75700,57 @@ }, { "type": "ExpressionStatement", - "start": 42165, - "end": 42208, + "start": 42828, + "end": 42871, "loc": { "start": { - "line": 1154, + "line": 1170, "column": 12 }, "end": { - "line": 1154, + "line": 1170, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 42165, - "end": 42207, + "start": 42828, + "end": 42870, "loc": { "start": { - "line": 1154, + "line": 1170, "column": 12 }, "end": { - "line": 1154, + "line": 1170, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 42165, - "end": 42184, + "start": 42828, + "end": 42847, "loc": { "start": { - "line": 1154, + "line": 1170, "column": 12 }, "end": { - "line": 1154, + "line": 1170, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 42165, - "end": 42169, + "start": 42828, + "end": 42832, "loc": { "start": { - "line": 1154, + "line": 1170, "column": 12 }, "end": { - "line": 1154, + "line": 1170, "column": 16 } }, @@ -74645,15 +75758,15 @@ }, "property": { "type": "Identifier", - "start": 42170, - "end": 42184, + "start": 42833, + "end": 42847, "loc": { "start": { - "line": 1154, + "line": 1170, "column": 17 }, "end": { - "line": 1154, + "line": 1170, "column": 31 }, "identifierName": "setCurrentTime" @@ -74666,15 +75779,15 @@ "arguments": [ { "type": "Identifier", - "start": 42185, - "end": 42196, + "start": 42848, + "end": 42859, "loc": { "start": { - "line": 1154, + "line": 1170, "column": 32 }, "end": { - "line": 1154, + "line": 1170, "column": 43 }, "identifierName": "currentTime" @@ -74683,15 +75796,15 @@ }, { "type": "Identifier", - "start": 42198, - "end": 42206, + "start": 42861, + "end": 42869, "loc": { "start": { - "line": 1154, + "line": 1170, "column": 45 }, "end": { - "line": 1154, + "line": 1170, "column": 53 }, "identifierName": "duration" @@ -74705,15 +75818,15 @@ { "type": "CommentLine", "value": " update current time", - "start": 42130, - "end": 42152, + "start": 42793, + "end": 42815, "loc": { "start": { - "line": 1153, + "line": 1169, "column": 12 }, "end": { - "line": 1153, + "line": 1169, "column": 34 } } @@ -74723,15 +75836,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 42222, - "end": 42241, + "start": 42885, + "end": 42904, "loc": { "start": { - "line": 1156, + "line": 1172, "column": 12 }, "end": { - "line": 1156, + "line": 1172, "column": 31 } } @@ -74740,71 +75853,71 @@ }, { "type": "ExpressionStatement", - "start": 42254, - "end": 42297, + "start": 42917, + "end": 42960, "loc": { "start": { - "line": 1157, + "line": 1173, "column": 12 }, "end": { - "line": 1157, + "line": 1173, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 42254, - "end": 42296, + "start": 42917, + "end": 42959, "loc": { "start": { - "line": 1157, + "line": 1173, "column": 12 }, "end": { - "line": 1157, + "line": 1173, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 42254, - "end": 42273, + "start": 42917, + "end": 42936, "loc": { "start": { - "line": 1157, + "line": 1173, "column": 12 }, "end": { - "line": 1157, + "line": 1173, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 42254, - "end": 42265, + "start": 42917, + "end": 42928, "loc": { "start": { - "line": 1157, + "line": 1173, "column": 12 }, "end": { - "line": 1157, + "line": 1173, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 42254, - "end": 42258, + "start": 42917, + "end": 42921, "loc": { "start": { - "line": 1157, + "line": 1173, "column": 12 }, "end": { - "line": 1157, + "line": 1173, "column": 16 } }, @@ -74812,15 +75925,15 @@ }, "property": { "type": "Identifier", - "start": 42259, - "end": 42265, + "start": 42922, + "end": 42928, "loc": { "start": { - "line": 1157, + "line": 1173, "column": 17 }, "end": { - "line": 1157, + "line": 1173, "column": 23 }, "identifierName": "player" @@ -74832,15 +75945,15 @@ }, "property": { "type": "Identifier", - "start": 42266, - "end": 42273, + "start": 42929, + "end": 42936, "loc": { "start": { - "line": 1157, + "line": 1173, "column": 24 }, "end": { - "line": 1157, + "line": 1173, "column": 31 }, "identifierName": "trigger" @@ -74853,29 +75966,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 42274, - "end": 42295, + "start": 42937, + "end": 42958, "loc": { "start": { - "line": 1157, + "line": 1173, "column": 32 }, "end": { - "line": 1157, + "line": 1173, "column": 53 } }, "object": { "type": "Identifier", - "start": 42274, - "end": 42279, + "start": 42937, + "end": 42942, "loc": { "start": { - "line": 1157, + "line": 1173, "column": 32 }, "end": { - "line": 1157, + "line": 1173, "column": 37 }, "identifierName": "Event" @@ -74884,15 +75997,15 @@ }, "property": { "type": "Identifier", - "start": 42280, - "end": 42295, + "start": 42943, + "end": 42958, "loc": { "start": { - "line": 1157, + "line": 1173, "column": 38 }, "end": { - "line": 1157, + "line": 1173, "column": 53 }, "identifierName": "PROGRESS_RECORD" @@ -74908,15 +76021,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 42222, - "end": 42241, + "start": 42885, + "end": 42904, "loc": { "start": { - "line": 1156, + "line": 1172, "column": 12 }, "end": { - "line": 1156, + "line": 1172, "column": 31 } } @@ -74936,15 +76049,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked during recording and displays the remaining time.\n * @private\n ", - "start": 41462, - "end": 41554, + "start": 42125, + "end": 42217, "loc": { "start": { - "line": 1129, + "line": 1145, "column": 4 }, "end": { - "line": 1132, + "line": 1148, "column": 7 } } @@ -74954,15 +76067,15 @@ { "type": "CommentBlock", "value": "*\n * Get the current time of the recorded stream during playback.\n *\n * Returns 0 if no recording is available (yet).\n *\n * @returns {float} Current time of the recorded stream.\n ", - "start": 42319, - "end": 42526, + "start": 42982, + "end": 43189, "loc": { "start": { - "line": 1161, + "line": 1177, "column": 4 }, "end": { - "line": 1167, + "line": 1183, "column": 7 } } @@ -74971,15 +76084,15 @@ }, { "type": "ClassMethod", - "start": 42531, - "end": 42788, + "start": 43194, + "end": 43451, "loc": { "start": { - "line": 1168, + "line": 1184, "column": 4 }, "end": { - "line": 1176, + "line": 1192, "column": 5 } }, @@ -74987,15 +76100,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 42531, - "end": 42545, + "start": 43194, + "end": 43208, "loc": { "start": { - "line": 1168, + "line": 1184, "column": 4 }, "end": { - "line": 1168, + "line": 1184, "column": 18 }, "identifierName": "getCurrentTime" @@ -75011,59 +76124,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 42548, - "end": 42788, + "start": 43211, + "end": 43451, "loc": { "start": { - "line": 1168, + "line": 1184, "column": 21 }, "end": { - "line": 1176, + "line": 1192, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 42558, - "end": 42635, + "start": 43221, + "end": 43298, "loc": { "start": { - "line": 1169, + "line": 1185, "column": 8 }, "end": { - "line": 1169, + "line": 1185, "column": 85 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 42562, - "end": 42634, + "start": 43225, + "end": 43297, "loc": { "start": { - "line": 1169, + "line": 1185, "column": 12 }, "end": { - "line": 1169, + "line": 1185, "column": 84 } }, "id": { "type": "Identifier", - "start": 42562, - "end": 42573, + "start": 43225, + "end": 43236, "loc": { "start": { - "line": 1169, + "line": 1185, "column": 12 }, "end": { - "line": 1169, + "line": 1185, "column": 23 }, "identifierName": "currentTime" @@ -75072,43 +76185,43 @@ }, "init": { "type": "ConditionalExpression", - "start": 42576, - "end": 42634, + "start": 43239, + "end": 43297, "loc": { "start": { - "line": 1169, + "line": 1185, "column": 26 }, "end": { - "line": 1169, + "line": 1185, "column": 84 } }, "test": { "type": "CallExpression", - "start": 42576, - "end": 42605, + "start": 43239, + "end": 43268, "loc": { "start": { - "line": 1169, + "line": 1185, "column": 26 }, "end": { - "line": 1169, + "line": 1185, "column": 55 } }, "callee": { "type": "Identifier", - "start": 42576, - "end": 42581, + "start": 43239, + "end": 43244, "loc": { "start": { - "line": 1169, + "line": 1185, "column": 26 }, "end": { - "line": 1169, + "line": 1185, "column": 31 }, "identifierName": "isNaN" @@ -75118,44 +76231,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 42582, - "end": 42604, + "start": 43245, + "end": 43267, "loc": { "start": { - "line": 1169, + "line": 1185, "column": 32 }, "end": { - "line": 1169, + "line": 1185, "column": 54 } }, "object": { "type": "ThisExpression", - "start": 42582, - "end": 42586, + "start": 43245, + "end": 43249, "loc": { "start": { - "line": 1169, + "line": 1185, "column": 32 }, "end": { - "line": 1169, + "line": 1185, "column": 36 } } }, "property": { "type": "Identifier", - "start": 42587, - "end": 42604, + "start": 43250, + "end": 43267, "loc": { "start": { - "line": 1169, + "line": 1185, "column": 37 }, "end": { - "line": 1169, + "line": 1185, "column": 54 }, "identifierName": "streamCurrentTime" @@ -75168,15 +76281,15 @@ }, "consequent": { "type": "NumericLiteral", - "start": 42608, - "end": 42609, + "start": 43271, + "end": 43272, "loc": { "start": { - "line": 1169, + "line": 1185, "column": 58 }, "end": { - "line": 1169, + "line": 1185, "column": 59 } }, @@ -75188,44 +76301,44 @@ }, "alternate": { "type": "MemberExpression", - "start": 42612, - "end": 42634, + "start": 43275, + "end": 43297, "loc": { "start": { - "line": 1169, + "line": 1185, "column": 62 }, "end": { - "line": 1169, + "line": 1185, "column": 84 } }, "object": { "type": "ThisExpression", - "start": 42612, - "end": 42616, + "start": 43275, + "end": 43279, "loc": { "start": { - "line": 1169, + "line": 1185, "column": 62 }, "end": { - "line": 1169, + "line": 1185, "column": 66 } } }, "property": { "type": "Identifier", - "start": 42617, - "end": 42634, + "start": 43280, + "end": 43297, "loc": { "start": { - "line": 1169, + "line": 1185, "column": 67 }, "end": { - "line": 1169, + "line": 1185, "column": 84 }, "identifierName": "streamCurrentTime" @@ -75241,86 +76354,86 @@ }, { "type": "IfStatement", - "start": 42645, - "end": 42753, + "start": 43308, + "end": 43416, "loc": { "start": { - "line": 1171, + "line": 1187, "column": 8 }, "end": { - "line": 1173, + "line": 1189, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 42649, - "end": 42684, + "start": 43312, + "end": 43347, "loc": { "start": { - "line": 1171, + "line": 1187, "column": 12 }, "end": { - "line": 1171, + "line": 1187, "column": 47 } }, "left": { "type": "CallExpression", - "start": 42649, - "end": 42669, + "start": 43312, + "end": 43332, "loc": { "start": { - "line": 1171, + "line": 1187, "column": 12 }, "end": { - "line": 1171, + "line": 1187, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 42649, - "end": 42667, + "start": 43312, + "end": 43330, "loc": { "start": { - "line": 1171, + "line": 1187, "column": 12 }, "end": { - "line": 1171, + "line": 1187, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 42649, - "end": 42653, + "start": 43312, + "end": 43316, "loc": { "start": { - "line": 1171, + "line": 1187, "column": 12 }, "end": { - "line": 1171, + "line": 1187, "column": 16 } } }, "property": { "type": "Identifier", - "start": 42654, - "end": 42667, + "start": 43317, + "end": 43330, "loc": { "start": { - "line": 1171, + "line": 1187, "column": 17 }, "end": { - "line": 1171, + "line": 1187, "column": 30 }, "identifierName": "getRecordType" @@ -75334,15 +76447,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 42674, - "end": 42684, + "start": 43337, + "end": 43347, "loc": { "start": { - "line": 1171, + "line": 1187, "column": 37 }, "end": { - "line": 1171, + "line": 1187, "column": 47 }, "identifierName": "AUDIO_ONLY" @@ -75352,59 +76465,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 42686, - "end": 42753, + "start": 43349, + "end": 43416, "loc": { "start": { - "line": 1171, + "line": 1187, "column": 49 }, "end": { - "line": 1173, + "line": 1189, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 42700, - "end": 42743, + "start": 43363, + "end": 43406, "loc": { "start": { - "line": 1172, + "line": 1188, "column": 12 }, "end": { - "line": 1172, + "line": 1188, "column": 55 } }, "expression": { "type": "AssignmentExpression", - "start": 42700, - "end": 42742, + "start": 43363, + "end": 43405, "loc": { "start": { - "line": 1172, + "line": 1188, "column": 12 }, "end": { - "line": 1172, + "line": 1188, "column": 54 } }, "operator": "=", "left": { "type": "Identifier", - "start": 42700, - "end": 42711, + "start": 43363, + "end": 43374, "loc": { "start": { - "line": 1172, + "line": 1188, "column": 12 }, "end": { - "line": 1172, + "line": 1188, "column": 23 }, "identifierName": "currentTime" @@ -75413,72 +76526,72 @@ }, "right": { "type": "CallExpression", - "start": 42714, - "end": 42742, + "start": 43377, + "end": 43405, "loc": { "start": { - "line": 1172, + "line": 1188, "column": 26 }, "end": { - "line": 1172, + "line": 1188, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 42714, - "end": 42740, + "start": 43377, + "end": 43403, "loc": { "start": { - "line": 1172, + "line": 1188, "column": 26 }, "end": { - "line": 1172, + "line": 1188, "column": 52 } }, "object": { "type": "MemberExpression", - "start": 42714, - "end": 42725, + "start": 43377, + "end": 43388, "loc": { "start": { - "line": 1172, + "line": 1188, "column": 26 }, "end": { - "line": 1172, + "line": 1188, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 42714, - "end": 42718, + "start": 43377, + "end": 43381, "loc": { "start": { - "line": 1172, + "line": 1188, "column": 26 }, "end": { - "line": 1172, + "line": 1188, "column": 30 } } }, "property": { "type": "Identifier", - "start": 42719, - "end": 42725, + "start": 43382, + "end": 43388, "loc": { "start": { - "line": 1172, + "line": 1188, "column": 31 }, "end": { - "line": 1172, + "line": 1188, "column": 37 }, "identifierName": "surfer" @@ -75489,15 +76602,15 @@ }, "property": { "type": "Identifier", - "start": 42726, - "end": 42740, + "start": 43389, + "end": 43403, "loc": { "start": { - "line": 1172, + "line": 1188, "column": 38 }, "end": { - "line": 1172, + "line": 1188, "column": 52 }, "identifierName": "getCurrentTime" @@ -75517,29 +76630,29 @@ }, { "type": "ReturnStatement", - "start": 42763, - "end": 42782, + "start": 43426, + "end": 43445, "loc": { "start": { - "line": 1175, + "line": 1191, "column": 8 }, "end": { - "line": 1175, + "line": 1191, "column": 27 } }, "argument": { "type": "Identifier", - "start": 42770, - "end": 42781, + "start": 43433, + "end": 43444, "loc": { "start": { - "line": 1175, + "line": 1191, "column": 15 }, "end": { - "line": 1175, + "line": 1191, "column": 26 }, "identifierName": "currentTime" @@ -75555,15 +76668,15 @@ { "type": "CommentBlock", "value": "*\n * Get the current time of the recorded stream during playback.\n *\n * Returns 0 if no recording is available (yet).\n *\n * @returns {float} Current time of the recorded stream.\n ", - "start": 42319, - "end": 42526, + "start": 42982, + "end": 43189, "loc": { "start": { - "line": 1161, + "line": 1177, "column": 4 }, "end": { - "line": 1167, + "line": 1183, "column": 7 } } @@ -75573,15 +76686,15 @@ { "type": "CommentBlock", "value": "*\n * Updates the player's element displaying the current time.\n *\n * @private\n * @param {number} [currentTime=0] - Current position of the\n * playhead (in seconds).\n * @param {number} [duration=0] - Duration in seconds.\n ", - "start": 42794, - "end": 43050, + "start": 43457, + "end": 43713, "loc": { "start": { - "line": 1178, + "line": 1194, "column": 4 }, "end": { - "line": 1185, + "line": 1201, "column": 7 } } @@ -75590,15 +76703,15 @@ }, { "type": "ClassMethod", - "start": 43055, - "end": 44127, + "start": 43718, + "end": 44884, "loc": { "start": { - "line": 1186, + "line": 1202, "column": 4 }, "end": { - "line": 1211, + "line": 1228, "column": 5 } }, @@ -75606,15 +76719,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 43055, - "end": 43069, + "start": 43718, + "end": 43732, "loc": { "start": { - "line": 1186, + "line": 1202, "column": 4 }, "end": { - "line": 1186, + "line": 1202, "column": 18 }, "identifierName": "setCurrentTime" @@ -75630,15 +76743,15 @@ "params": [ { "type": "Identifier", - "start": 43070, - "end": 43081, + "start": 43733, + "end": 43744, "loc": { "start": { - "line": 1186, + "line": 1202, "column": 19 }, "end": { - "line": 1186, + "line": 1202, "column": 30 }, "identifierName": "currentTime" @@ -75647,15 +76760,15 @@ }, { "type": "Identifier", - "start": 43083, - "end": 43091, + "start": 43746, + "end": 43754, "loc": { "start": { - "line": 1186, + "line": 1202, "column": 32 }, "end": { - "line": 1186, + "line": 1202, "column": 40 }, "identifierName": "duration" @@ -75665,59 +76778,59 @@ ], "body": { "type": "BlockStatement", - "start": 43093, - "end": 44127, + "start": 43756, + "end": 44884, "loc": { "start": { - "line": 1186, + "line": 1202, "column": 42 }, "end": { - "line": 1211, + "line": 1228, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 43103, - "end": 43154, + "start": 43766, + "end": 43817, "loc": { "start": { - "line": 1187, + "line": 1203, "column": 8 }, "end": { - "line": 1187, + "line": 1203, "column": 59 } }, "expression": { "type": "AssignmentExpression", - "start": 43103, - "end": 43153, + "start": 43766, + "end": 43816, "loc": { "start": { - "line": 1187, + "line": 1203, "column": 8 }, "end": { - "line": 1187, + "line": 1203, "column": 58 } }, "operator": "=", "left": { "type": "Identifier", - "start": 43103, - "end": 43114, + "start": 43766, + "end": 43777, "loc": { "start": { - "line": 1187, + "line": 1203, "column": 8 }, "end": { - "line": 1187, + "line": 1203, "column": 19 }, "identifierName": "currentTime" @@ -75726,43 +76839,43 @@ }, "right": { "type": "ConditionalExpression", - "start": 43117, - "end": 43153, + "start": 43780, + "end": 43816, "loc": { "start": { - "line": 1187, + "line": 1203, "column": 22 }, "end": { - "line": 1187, + "line": 1203, "column": 58 } }, "test": { "type": "CallExpression", - "start": 43117, - "end": 43135, + "start": 43780, + "end": 43798, "loc": { "start": { - "line": 1187, + "line": 1203, "column": 22 }, "end": { - "line": 1187, + "line": 1203, "column": 40 } }, "callee": { "type": "Identifier", - "start": 43117, - "end": 43122, + "start": 43780, + "end": 43785, "loc": { "start": { - "line": 1187, + "line": 1203, "column": 22 }, "end": { - "line": 1187, + "line": 1203, "column": 27 }, "identifierName": "isNaN" @@ -75772,15 +76885,15 @@ "arguments": [ { "type": "Identifier", - "start": 43123, - "end": 43134, + "start": 43786, + "end": 43797, "loc": { "start": { - "line": 1187, + "line": 1203, "column": 28 }, "end": { - "line": 1187, + "line": 1203, "column": 39 }, "identifierName": "currentTime" @@ -75791,15 +76904,15 @@ }, "consequent": { "type": "NumericLiteral", - "start": 43138, - "end": 43139, + "start": 43801, + "end": 43802, "loc": { "start": { - "line": 1187, + "line": 1203, "column": 43 }, "end": { - "line": 1187, + "line": 1203, "column": 44 } }, @@ -75811,15 +76924,15 @@ }, "alternate": { "type": "Identifier", - "start": 43142, - "end": 43153, + "start": 43805, + "end": 43816, "loc": { "start": { - "line": 1187, + "line": 1203, "column": 47 }, "end": { - "line": 1187, + "line": 1203, "column": 58 }, "identifierName": "currentTime" @@ -75831,44 +76944,44 @@ }, { "type": "ExpressionStatement", - "start": 43163, - "end": 43205, + "start": 43826, + "end": 43868, "loc": { "start": { - "line": 1188, + "line": 1204, "column": 8 }, "end": { - "line": 1188, + "line": 1204, "column": 50 } }, "expression": { "type": "AssignmentExpression", - "start": 43163, - "end": 43204, + "start": 43826, + "end": 43867, "loc": { "start": { - "line": 1188, + "line": 1204, "column": 8 }, "end": { - "line": 1188, + "line": 1204, "column": 49 } }, "operator": "=", "left": { "type": "Identifier", - "start": 43163, - "end": 43171, + "start": 43826, + "end": 43834, "loc": { "start": { - "line": 1188, + "line": 1204, "column": 8 }, "end": { - "line": 1188, + "line": 1204, "column": 16 }, "identifierName": "duration" @@ -75877,43 +76990,43 @@ }, "right": { "type": "ConditionalExpression", - "start": 43174, - "end": 43204, + "start": 43837, + "end": 43867, "loc": { "start": { - "line": 1188, + "line": 1204, "column": 19 }, "end": { - "line": 1188, + "line": 1204, "column": 49 } }, "test": { "type": "CallExpression", - "start": 43174, - "end": 43189, + "start": 43837, + "end": 43852, "loc": { "start": { - "line": 1188, + "line": 1204, "column": 19 }, "end": { - "line": 1188, + "line": 1204, "column": 34 } }, "callee": { "type": "Identifier", - "start": 43174, - "end": 43179, + "start": 43837, + "end": 43842, "loc": { "start": { - "line": 1188, + "line": 1204, "column": 19 }, "end": { - "line": 1188, + "line": 1204, "column": 24 }, "identifierName": "isNaN" @@ -75923,15 +77036,15 @@ "arguments": [ { "type": "Identifier", - "start": 43180, - "end": 43188, + "start": 43843, + "end": 43851, "loc": { "start": { - "line": 1188, + "line": 1204, "column": 25 }, "end": { - "line": 1188, + "line": 1204, "column": 33 }, "identifierName": "duration" @@ -75942,15 +77055,15 @@ }, "consequent": { "type": "NumericLiteral", - "start": 43192, - "end": 43193, + "start": 43855, + "end": 43856, "loc": { "start": { - "line": 1188, + "line": 1204, "column": 37 }, "end": { - "line": 1188, + "line": 1204, "column": 38 } }, @@ -75962,15 +77075,15 @@ }, "alternate": { "type": "Identifier", - "start": 43196, - "end": 43204, + "start": 43859, + "end": 43867, "loc": { "start": { - "line": 1188, + "line": 1204, "column": 41 }, "end": { - "line": 1188, + "line": 1204, "column": 49 }, "identifierName": "duration" @@ -75982,72 +77095,72 @@ }, { "type": "SwitchStatement", - "start": 43215, - "end": 44121, + "start": 43878, + "end": 44878, "loc": { "start": { - "line": 1190, + "line": 1206, "column": 8 }, "end": { - "line": 1210, + "line": 1227, "column": 9 } }, "discriminant": { "type": "CallExpression", - "start": 43223, - "end": 43243, + "start": 43886, + "end": 43906, "loc": { "start": { - "line": 1190, + "line": 1206, "column": 16 }, "end": { - "line": 1190, + "line": 1206, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 43223, - "end": 43241, + "start": 43886, + "end": 43904, "loc": { "start": { - "line": 1190, + "line": 1206, "column": 16 }, "end": { - "line": 1190, + "line": 1206, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 43223, - "end": 43227, + "start": 43886, + "end": 43890, "loc": { "start": { - "line": 1190, + "line": 1206, "column": 16 }, "end": { - "line": 1190, + "line": 1206, "column": 20 } } }, "property": { "type": "Identifier", - "start": 43228, - "end": 43241, + "start": 43891, + "end": 43904, "loc": { "start": { - "line": 1190, + "line": 1206, "column": 21 }, "end": { - "line": 1190, + "line": 1206, "column": 34 }, "identifierName": "getRecordType" @@ -76061,101 +77174,101 @@ "cases": [ { "type": "SwitchCase", - "start": 43259, - "end": 43365, + "start": 43922, + "end": 44028, "loc": { "start": { - "line": 1191, + "line": 1207, "column": 12 }, "end": { - "line": 1193, + "line": 1209, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 43292, - "end": 43342, + "start": 43955, + "end": 44005, "loc": { "start": { - "line": 1192, + "line": 1208, "column": 16 }, "end": { - "line": 1192, + "line": 1208, "column": 66 } }, "expression": { "type": "CallExpression", - "start": 43292, - "end": 43341, + "start": 43955, + "end": 44004, "loc": { "start": { - "line": 1192, + "line": 1208, "column": 16 }, "end": { - "line": 1192, + "line": 1208, "column": 65 } }, "callee": { "type": "MemberExpression", - "start": 43292, - "end": 43318, + "start": 43955, + "end": 43981, "loc": { "start": { - "line": 1192, + "line": 1208, "column": 16 }, "end": { - "line": 1192, + "line": 1208, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 43292, - "end": 43303, + "start": 43955, + "end": 43966, "loc": { "start": { - "line": 1192, + "line": 1208, "column": 16 }, "end": { - "line": 1192, + "line": 1208, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 43292, - "end": 43296, + "start": 43955, + "end": 43959, "loc": { "start": { - "line": 1192, + "line": 1208, "column": 16 }, "end": { - "line": 1192, + "line": 1208, "column": 20 } } }, "property": { "type": "Identifier", - "start": 43297, - "end": 43303, + "start": 43960, + "end": 43966, "loc": { "start": { - "line": 1192, + "line": 1208, "column": 21 }, "end": { - "line": 1192, + "line": 1208, "column": 27 }, "identifierName": "surfer" @@ -76166,15 +77279,15 @@ }, "property": { "type": "Identifier", - "start": 43304, - "end": 43318, + "start": 43967, + "end": 43981, "loc": { "start": { - "line": 1192, + "line": 1208, "column": 28 }, "end": { - "line": 1192, + "line": 1208, "column": 42 }, "identifierName": "setCurrentTime" @@ -76186,15 +77299,15 @@ "arguments": [ { "type": "Identifier", - "start": 43319, - "end": 43330, + "start": 43982, + "end": 43993, "loc": { "start": { - "line": 1192, + "line": 1208, "column": 43 }, "end": { - "line": 1192, + "line": 1208, "column": 54 }, "identifierName": "currentTime" @@ -76203,15 +77316,15 @@ }, { "type": "Identifier", - "start": 43332, - "end": 43340, + "start": 43995, + "end": 44003, "loc": { "start": { - "line": 1192, + "line": 1208, "column": 56 }, "end": { - "line": 1192, + "line": 1208, "column": 64 }, "identifierName": "duration" @@ -76223,15 +77336,15 @@ }, { "type": "BreakStatement", - "start": 43359, - "end": 43365, + "start": 44022, + "end": 44028, "loc": { "start": { - "line": 1193, + "line": 1209, "column": 16 }, "end": { - "line": 1193, + "line": 1209, "column": 22 } }, @@ -76240,15 +77353,15 @@ ], "test": { "type": "Identifier", - "start": 43264, - "end": 43274, + "start": 43927, + "end": 43937, "loc": { "start": { - "line": 1191, + "line": 1207, "column": 17 }, "end": { - "line": 1191, + "line": 1207, "column": 27 }, "identifierName": "AUDIO_ONLY" @@ -76258,30 +77371,30 @@ }, { "type": "SwitchCase", - "start": 43379, - "end": 43395, + "start": 44042, + "end": 44058, "loc": { "start": { - "line": 1195, + "line": 1211, "column": 12 }, "end": { - "line": 1195, + "line": 1211, "column": 28 } }, "consequent": [], "test": { "type": "Identifier", - "start": 43384, - "end": 43394, + "start": 44047, + "end": 44057, "loc": { "start": { - "line": 1195, + "line": 1211, "column": 17 }, "end": { - "line": 1195, + "line": 1211, "column": 27 }, "identifierName": "VIDEO_ONLY" @@ -76291,30 +77404,30 @@ }, { "type": "SwitchCase", - "start": 43408, - "end": 43425, + "start": 44071, + "end": 44088, "loc": { "start": { - "line": 1196, + "line": 1212, "column": 12 }, "end": { - "line": 1196, + "line": 1212, "column": 29 } }, "consequent": [], "test": { "type": "Identifier", - "start": 43413, - "end": 43424, + "start": 44076, + "end": 44087, "loc": { "start": { - "line": 1196, + "line": 1212, "column": 17 }, "end": { - "line": 1196, + "line": 1212, "column": 28 }, "identifierName": "AUDIO_VIDEO" @@ -76324,30 +77437,30 @@ }, { "type": "SwitchCase", - "start": 43438, - "end": 43456, + "start": 44101, + "end": 44119, "loc": { "start": { - "line": 1197, + "line": 1213, "column": 12 }, "end": { - "line": 1197, + "line": 1213, "column": 30 } }, "consequent": [], "test": { "type": "Identifier", - "start": 43443, - "end": 43455, + "start": 44106, + "end": 44118, "loc": { "start": { - "line": 1197, + "line": 1213, "column": 17 }, "end": { - "line": 1197, + "line": 1213, "column": 29 }, "identifierName": "AUDIO_SCREEN" @@ -76357,30 +77470,30 @@ }, { "type": "SwitchCase", - "start": 43469, - "end": 43484, + "start": 44132, + "end": 44147, "loc": { "start": { - "line": 1198, + "line": 1214, "column": 12 }, "end": { - "line": 1198, + "line": 1214, "column": 27 } }, "consequent": [], "test": { "type": "Identifier", - "start": 43474, - "end": 43483, + "start": 44137, + "end": 44146, "loc": { "start": { - "line": 1198, + "line": 1214, "column": 17 }, "end": { - "line": 1198, + "line": 1214, "column": 26 }, "identifierName": "ANIMATION" @@ -76390,410 +77503,622 @@ }, { "type": "SwitchCase", - "start": 43497, - "end": 44111, + "start": 44160, + "end": 44868, "loc": { "start": { - "line": 1199, + "line": 1215, "column": 12 }, "end": { - "line": 1209, + "line": 1226, "column": 22 } }, "consequent": [ { "type": "IfStatement", - "start": 43531, - "end": 44088, + "start": 44194, + "end": 44845, "loc": { "start": { - "line": 1200, + "line": 1216, "column": 16 }, "end": { - "line": 1208, + "line": 1225, "column": 17 } }, "test": { "type": "LogicalExpression", - "start": 43535, - "end": 43653, + "start": 44198, + "end": 44403, "loc": { "start": { - "line": 1200, + "line": 1216, "column": 20 }, "end": { - "line": 1201, - "column": 73 + "line": 1218, + "column": 83 } }, "left": { - "type": "MemberExpression", - "start": 43535, - "end": 43576, + "type": "LogicalExpression", + "start": 44198, + "end": 44316, "loc": { "start": { - "line": 1200, + "line": 1216, "column": 20 }, "end": { - "line": 1200, - "column": 61 + "line": 1217, + "column": 73 } }, - "object": { + "left": { "type": "MemberExpression", - "start": 43535, - "end": 43557, + "start": 44198, + "end": 44239, "loc": { "start": { - "line": 1200, + "line": 1216, "column": 20 }, "end": { - "line": 1200, - "column": 42 + "line": 1216, + "column": 61 } }, "object": { "type": "MemberExpression", - "start": 43535, - "end": 43546, + "start": 44198, + "end": 44220, "loc": { "start": { - "line": 1200, + "line": 1216, "column": 20 }, "end": { - "line": 1200, - "column": 31 + "line": 1216, + "column": 42 } }, "object": { - "type": "ThisExpression", - "start": 43535, - "end": 43539, + "type": "MemberExpression", + "start": 44198, + "end": 44209, "loc": { "start": { - "line": 1200, + "line": 1216, "column": 20 }, "end": { - "line": 1200, - "column": 24 + "line": 1216, + "column": 31 } - } + }, + "object": { + "type": "ThisExpression", + "start": 44198, + "end": 44202, + "loc": { + "start": { + "line": 1216, + "column": 20 + }, + "end": { + "line": 1216, + "column": 24 + } + } + }, + "property": { + "type": "Identifier", + "start": 44203, + "end": 44209, + "loc": { + "start": { + "line": 1216, + "column": 25 + }, + "end": { + "line": 1216, + "column": 31 + }, + "identifierName": "player" + }, + "name": "player" + }, + "computed": false }, "property": { "type": "Identifier", - "start": 43540, - "end": 43546, + "start": 44210, + "end": 44220, "loc": { "start": { - "line": 1200, - "column": 25 + "line": 1216, + "column": 32 }, "end": { - "line": 1200, - "column": 31 + "line": 1216, + "column": 42 }, - "identifierName": "player" + "identifierName": "controlBar" }, - "name": "player" + "name": "controlBar" }, "computed": false }, "property": { "type": "Identifier", - "start": 43547, - "end": 43557, + "start": 44221, + "end": 44239, "loc": { "start": { - "line": 1200, - "column": 32 + "line": 1216, + "column": 43 }, "end": { - "line": 1200, - "column": 42 + "line": 1216, + "column": 61 }, - "identifierName": "controlBar" + "identifierName": "currentTimeDisplay" }, - "name": "controlBar" + "name": "currentTimeDisplay" }, "computed": false }, - "property": { - "type": "Identifier", - "start": 43558, - "end": 43576, + "operator": "&&", + "right": { + "type": "CallExpression", + "start": 44263, + "end": 44316, "loc": { "start": { - "line": 1200, - "column": 43 + "line": 1217, + "column": 20 }, "end": { - "line": 1200, - "column": 61 + "line": 1217, + "column": 73 + } + }, + "callee": { + "type": "MemberExpression", + "start": 44263, + "end": 44314, + "loc": { + "start": { + "line": 1217, + "column": 20 + }, + "end": { + "line": 1217, + "column": 71 + } + }, + "object": { + "type": "MemberExpression", + "start": 44263, + "end": 44304, + "loc": { + "start": { + "line": 1217, + "column": 20 + }, + "end": { + "line": 1217, + "column": 61 + } + }, + "object": { + "type": "MemberExpression", + "start": 44263, + "end": 44285, + "loc": { + "start": { + "line": 1217, + "column": 20 + }, + "end": { + "line": 1217, + "column": 42 + } + }, + "object": { + "type": "MemberExpression", + "start": 44263, + "end": 44274, + "loc": { + "start": { + "line": 1217, + "column": 20 + }, + "end": { + "line": 1217, + "column": 31 + } + }, + "object": { + "type": "ThisExpression", + "start": 44263, + "end": 44267, + "loc": { + "start": { + "line": 1217, + "column": 20 + }, + "end": { + "line": 1217, + "column": 24 + } + } + }, + "property": { + "type": "Identifier", + "start": 44268, + "end": 44274, + "loc": { + "start": { + "line": 1217, + "column": 25 + }, + "end": { + "line": 1217, + "column": 31 + }, + "identifierName": "player" + }, + "name": "player" + }, + "computed": false + }, + "property": { + "type": "Identifier", + "start": 44275, + "end": 44285, + "loc": { + "start": { + "line": 1217, + "column": 32 + }, + "end": { + "line": 1217, + "column": 42 + }, + "identifierName": "controlBar" + }, + "name": "controlBar" + }, + "computed": false + }, + "property": { + "type": "Identifier", + "start": 44286, + "end": 44304, + "loc": { + "start": { + "line": 1217, + "column": 43 + }, + "end": { + "line": 1217, + "column": 61 + }, + "identifierName": "currentTimeDisplay" + }, + "name": "currentTimeDisplay" + }, + "computed": false }, - "identifierName": "currentTimeDisplay" + "property": { + "type": "Identifier", + "start": 44305, + "end": 44314, + "loc": { + "start": { + "line": 1217, + "column": 62 + }, + "end": { + "line": 1217, + "column": 71 + }, + "identifierName": "contentEl" + }, + "name": "contentEl" + }, + "computed": false }, - "name": "currentTimeDisplay" - }, - "computed": false + "arguments": [] + } }, "operator": "&&", "right": { - "type": "CallExpression", - "start": 43600, - "end": 43653, + "type": "MemberExpression", + "start": 44340, + "end": 44403, "loc": { "start": { - "line": 1201, + "line": 1218, "column": 20 }, "end": { - "line": 1201, - "column": 73 + "line": 1218, + "column": 83 } }, - "callee": { - "type": "MemberExpression", - "start": 43600, - "end": 43651, + "object": { + "type": "CallExpression", + "start": 44340, + "end": 44393, "loc": { "start": { - "line": 1201, + "line": 1218, "column": 20 }, "end": { - "line": 1201, - "column": 71 + "line": 1218, + "column": 73 } }, - "object": { + "callee": { "type": "MemberExpression", - "start": 43600, - "end": 43641, + "start": 44340, + "end": 44391, "loc": { "start": { - "line": 1201, + "line": 1218, "column": 20 }, "end": { - "line": 1201, - "column": 61 + "line": 1218, + "column": 71 } }, "object": { "type": "MemberExpression", - "start": 43600, - "end": 43622, + "start": 44340, + "end": 44381, "loc": { "start": { - "line": 1201, + "line": 1218, "column": 20 }, "end": { - "line": 1201, - "column": 42 + "line": 1218, + "column": 61 } }, "object": { "type": "MemberExpression", - "start": 43600, - "end": 43611, + "start": 44340, + "end": 44362, "loc": { "start": { - "line": 1201, + "line": 1218, "column": 20 }, "end": { - "line": 1201, - "column": 31 + "line": 1218, + "column": 42 } }, "object": { - "type": "ThisExpression", - "start": 43600, - "end": 43604, + "type": "MemberExpression", + "start": 44340, + "end": 44351, "loc": { "start": { - "line": 1201, + "line": 1218, "column": 20 }, "end": { - "line": 1201, - "column": 24 + "line": 1218, + "column": 31 } - } + }, + "object": { + "type": "ThisExpression", + "start": 44340, + "end": 44344, + "loc": { + "start": { + "line": 1218, + "column": 20 + }, + "end": { + "line": 1218, + "column": 24 + } + } + }, + "property": { + "type": "Identifier", + "start": 44345, + "end": 44351, + "loc": { + "start": { + "line": 1218, + "column": 25 + }, + "end": { + "line": 1218, + "column": 31 + }, + "identifierName": "player" + }, + "name": "player" + }, + "computed": false }, "property": { "type": "Identifier", - "start": 43605, - "end": 43611, + "start": 44352, + "end": 44362, "loc": { "start": { - "line": 1201, - "column": 25 + "line": 1218, + "column": 32 }, "end": { - "line": 1201, - "column": 31 + "line": 1218, + "column": 42 }, - "identifierName": "player" + "identifierName": "controlBar" }, - "name": "player" + "name": "controlBar" }, "computed": false }, "property": { "type": "Identifier", - "start": 43612, - "end": 43622, + "start": 44363, + "end": 44381, "loc": { "start": { - "line": 1201, - "column": 32 + "line": 1218, + "column": 43 }, "end": { - "line": 1201, - "column": 42 + "line": 1218, + "column": 61 }, - "identifierName": "controlBar" + "identifierName": "currentTimeDisplay" }, - "name": "controlBar" + "name": "currentTimeDisplay" }, "computed": false }, "property": { "type": "Identifier", - "start": 43623, - "end": 43641, + "start": 44382, + "end": 44391, "loc": { "start": { - "line": 1201, - "column": 43 + "line": 1218, + "column": 62 }, "end": { - "line": 1201, - "column": 61 + "line": 1218, + "column": 71 }, - "identifierName": "currentTimeDisplay" + "identifierName": "contentEl" }, - "name": "currentTimeDisplay" + "name": "contentEl" }, "computed": false }, - "property": { - "type": "Identifier", - "start": 43642, - "end": 43651, - "loc": { - "start": { - "line": 1201, - "column": 62 - }, - "end": { - "line": 1201, - "column": 71 - }, - "identifierName": "contentEl" + "arguments": [] + }, + "property": { + "type": "Identifier", + "start": 44394, + "end": 44403, + "loc": { + "start": { + "line": 1218, + "column": 74 }, - "name": "contentEl" + "end": { + "line": 1218, + "column": 83 + }, + "identifierName": "lastChild" }, - "computed": false + "name": "lastChild" }, - "arguments": [] + "computed": false } }, "consequent": { "type": "BlockStatement", - "start": 43655, - "end": 44088, + "start": 44405, + "end": 44845, "loc": { "start": { - "line": 1201, - "column": 75 + "line": 1218, + "column": 85 }, "end": { - "line": 1208, + "line": 1225, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 43677, - "end": 43734, + "start": 44427, + "end": 44484, "loc": { "start": { - "line": 1202, + "line": 1219, "column": 20 }, "end": { - "line": 1202, + "line": 1219, "column": 77 } }, "expression": { "type": "AssignmentExpression", - "start": 43677, - "end": 43733, + "start": 44427, + "end": 44483, "loc": { "start": { - "line": 1202, + "line": 1219, "column": 20 }, "end": { - "line": 1202, + "line": 1219, "column": 76 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 43677, - "end": 43699, + "start": 44427, + "end": 44449, "loc": { "start": { - "line": 1202, + "line": 1219, "column": 20 }, "end": { - "line": 1202, + "line": 1219, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 43677, - "end": 43681, + "start": 44427, + "end": 44431, "loc": { "start": { - "line": 1202, + "line": 1219, "column": 20 }, "end": { - "line": 1202, + "line": 1219, "column": 24 } } }, "property": { "type": "Identifier", - "start": 43682, - "end": 43699, + "start": 44432, + "end": 44449, "loc": { "start": { - "line": 1202, + "line": 1219, "column": 25 }, "end": { - "line": 1202, + "line": 1219, "column": 42 }, "identifierName": "streamCurrentTime" @@ -76804,43 +78129,43 @@ }, "right": { "type": "CallExpression", - "start": 43702, - "end": 43733, + "start": 44452, + "end": 44483, "loc": { "start": { - "line": 1202, + "line": 1219, "column": 45 }, "end": { - "line": 1202, + "line": 1219, "column": 76 } }, "callee": { "type": "MemberExpression", - "start": 43702, - "end": 43710, + "start": 44452, + "end": 44460, "loc": { "start": { - "line": 1202, + "line": 1219, "column": 45 }, "end": { - "line": 1202, + "line": 1219, "column": 53 } }, "object": { "type": "Identifier", - "start": 43702, - "end": 43706, + "start": 44452, + "end": 44456, "loc": { "start": { - "line": 1202, + "line": 1219, "column": 45 }, "end": { - "line": 1202, + "line": 1219, "column": 49 }, "identifierName": "Math" @@ -76849,15 +78174,15 @@ }, "property": { "type": "Identifier", - "start": 43707, - "end": 43710, + "start": 44457, + "end": 44460, "loc": { "start": { - "line": 1202, + "line": 1219, "column": 50 }, "end": { - "line": 1202, + "line": 1219, "column": 53 }, "identifierName": "min" @@ -76869,15 +78194,15 @@ "arguments": [ { "type": "Identifier", - "start": 43711, - "end": 43722, + "start": 44461, + "end": 44472, "loc": { "start": { - "line": 1202, + "line": 1219, "column": 54 }, "end": { - "line": 1202, + "line": 1219, "column": 65 }, "identifierName": "currentTime" @@ -76886,15 +78211,15 @@ }, { "type": "Identifier", - "start": 43724, - "end": 43732, + "start": 44474, + "end": 44482, "loc": { "start": { - "line": 1202, + "line": 1219, "column": 67 }, "end": { - "line": 1202, + "line": 1219, "column": 75 }, "identifierName": "duration" @@ -76908,15 +78233,15 @@ { "type": "CommentLine", "value": " update current time display component", - "start": 43756, - "end": 43796, + "start": 44506, + "end": 44546, "loc": { "start": { - "line": 1204, + "line": 1221, "column": 20 }, "end": { - "line": 1204, + "line": 1221, "column": 60 } } @@ -76925,100 +78250,100 @@ }, { "type": "ExpressionStatement", - "start": 43817, - "end": 44070, + "start": 44567, + "end": 44827, "loc": { "start": { - "line": 1205, + "line": 1222, "column": 20 }, "end": { - "line": 1207, - "column": 92 + "line": 1224, + "column": 99 } }, "expression": { "type": "AssignmentExpression", - "start": 43817, - "end": 44069, + "start": 44567, + "end": 44826, "loc": { "start": { - "line": 1205, + "line": 1222, "column": 20 }, "end": { - "line": 1207, - "column": 91 + "line": 1224, + "column": 98 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 43817, - "end": 43873, + "start": 44567, + "end": 44623, "loc": { "start": { - "line": 1205, + "line": 1222, "column": 20 }, "end": { - "line": 1205, + "line": 1222, "column": 76 } }, "object": { "type": "MemberExpression", - "start": 43817, - "end": 43858, + "start": 44567, + "end": 44608, "loc": { "start": { - "line": 1205, + "line": 1222, "column": 20 }, "end": { - "line": 1205, + "line": 1222, "column": 61 } }, "object": { "type": "MemberExpression", - "start": 43817, - "end": 43839, + "start": 44567, + "end": 44589, "loc": { "start": { - "line": 1205, + "line": 1222, "column": 20 }, "end": { - "line": 1205, + "line": 1222, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 43817, - "end": 43828, + "start": 44567, + "end": 44578, "loc": { "start": { - "line": 1205, + "line": 1222, "column": 20 }, "end": { - "line": 1205, + "line": 1222, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 43817, - "end": 43821, + "start": 44567, + "end": 44571, "loc": { "start": { - "line": 1205, + "line": 1222, "column": 20 }, "end": { - "line": 1205, + "line": 1222, "column": 24 } }, @@ -77026,15 +78351,15 @@ }, "property": { "type": "Identifier", - "start": 43822, - "end": 43828, + "start": 44572, + "end": 44578, "loc": { "start": { - "line": 1205, + "line": 1222, "column": 25 }, "end": { - "line": 1205, + "line": 1222, "column": 31 }, "identifierName": "player" @@ -77046,15 +78371,15 @@ }, "property": { "type": "Identifier", - "start": 43829, - "end": 43839, + "start": 44579, + "end": 44589, "loc": { "start": { - "line": 1205, + "line": 1222, "column": 32 }, "end": { - "line": 1205, + "line": 1222, "column": 42 }, "identifierName": "controlBar" @@ -77066,15 +78391,15 @@ }, "property": { "type": "Identifier", - "start": 43840, - "end": 43858, + "start": 44590, + "end": 44608, "loc": { "start": { - "line": 1205, + "line": 1222, "column": 43 }, "end": { - "line": 1205, + "line": 1222, "column": 61 }, "identifierName": "currentTimeDisplay" @@ -77086,15 +78411,15 @@ }, "property": { "type": "Identifier", - "start": 43859, - "end": 43873, + "start": 44609, + "end": 44623, "loc": { "start": { - "line": 1205, + "line": 1222, "column": 62 }, "end": { - "line": 1205, + "line": 1222, "column": 76 }, "identifierName": "formattedTime_" @@ -77106,143 +78431,143 @@ }, "right": { "type": "AssignmentExpression", - "start": 43900, - "end": 44069, + "start": 44650, + "end": 44826, "loc": { "start": { - "line": 1206, + "line": 1223, "column": 24 }, "end": { - "line": 1207, - "column": 91 + "line": 1224, + "column": 98 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 43900, - "end": 43975, + "start": 44650, + "end": 44725, "loc": { "start": { - "line": 1206, + "line": 1223, "column": 24 }, "end": { - "line": 1206, + "line": 1223, "column": 99 } }, "object": { "type": "MemberExpression", - "start": 43900, - "end": 43963, + "start": 44650, + "end": 44713, "loc": { "start": { - "line": 1206, + "line": 1223, "column": 24 }, "end": { - "line": 1206, + "line": 1223, "column": 87 } }, "object": { "type": "CallExpression", - "start": 43900, - "end": 43953, + "start": 44650, + "end": 44703, "loc": { "start": { - "line": 1206, + "line": 1223, "column": 24 }, "end": { - "line": 1206, + "line": 1223, "column": 77 } }, "callee": { "type": "MemberExpression", - "start": 43900, - "end": 43951, + "start": 44650, + "end": 44701, "loc": { "start": { - "line": 1206, + "line": 1223, "column": 24 }, "end": { - "line": 1206, + "line": 1223, "column": 75 } }, "object": { "type": "MemberExpression", - "start": 43900, - "end": 43941, + "start": 44650, + "end": 44691, "loc": { "start": { - "line": 1206, + "line": 1223, "column": 24 }, "end": { - "line": 1206, + "line": 1223, "column": 65 } }, "object": { "type": "MemberExpression", - "start": 43900, - "end": 43922, + "start": 44650, + "end": 44672, "loc": { "start": { - "line": 1206, + "line": 1223, "column": 24 }, "end": { - "line": 1206, + "line": 1223, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 43900, - "end": 43911, + "start": 44650, + "end": 44661, "loc": { "start": { - "line": 1206, + "line": 1223, "column": 24 }, "end": { - "line": 1206, + "line": 1223, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 43900, - "end": 43904, + "start": 44650, + "end": 44654, "loc": { "start": { - "line": 1206, + "line": 1223, "column": 24 }, "end": { - "line": 1206, + "line": 1223, "column": 28 } } }, "property": { "type": "Identifier", - "start": 43905, - "end": 43911, + "start": 44655, + "end": 44661, "loc": { "start": { - "line": 1206, + "line": 1223, "column": 29 }, "end": { - "line": 1206, + "line": 1223, "column": 35 }, "identifierName": "player" @@ -77253,15 +78578,15 @@ }, "property": { "type": "Identifier", - "start": 43912, - "end": 43922, + "start": 44662, + "end": 44672, "loc": { "start": { - "line": 1206, + "line": 1223, "column": 36 }, "end": { - "line": 1206, + "line": 1223, "column": 46 }, "identifierName": "controlBar" @@ -77272,15 +78597,15 @@ }, "property": { "type": "Identifier", - "start": 43923, - "end": 43941, + "start": 44673, + "end": 44691, "loc": { "start": { - "line": 1206, + "line": 1223, "column": 47 }, "end": { - "line": 1206, + "line": 1223, "column": 65 }, "identifierName": "currentTimeDisplay" @@ -77291,15 +78616,15 @@ }, "property": { "type": "Identifier", - "start": 43942, - "end": 43951, + "start": 44692, + "end": 44701, "loc": { "start": { - "line": 1206, + "line": 1223, "column": 66 }, "end": { - "line": 1206, + "line": 1223, "column": 75 }, "identifierName": "contentEl" @@ -77312,15 +78637,15 @@ }, "property": { "type": "Identifier", - "start": 43954, - "end": 43963, + "start": 44704, + "end": 44713, "loc": { "start": { - "line": 1206, + "line": 1223, "column": 78 }, "end": { - "line": 1206, + "line": 1223, "column": 87 }, "identifierName": "lastChild" @@ -77331,15 +78656,15 @@ }, "property": { "type": "Identifier", - "start": 43964, - "end": 43975, + "start": 44714, + "end": 44725, "loc": { "start": { - "line": 1206, + "line": 1223, "column": 88 }, "end": { - "line": 1206, + "line": 1223, "column": 99 }, "identifierName": "textContent" @@ -77350,29 +78675,29 @@ }, "right": { "type": "CallExpression", - "start": 44006, - "end": 44069, + "start": 44756, + "end": 44826, "loc": { "start": { - "line": 1207, + "line": 1224, "column": 28 }, "end": { - "line": 1207, - "column": 91 + "line": 1224, + "column": 98 } }, "callee": { "type": "Identifier", - "start": 44006, - "end": 44016, + "start": 44756, + "end": 44766, "loc": { "start": { - "line": 1207, + "line": 1224, "column": 28 }, "end": { - "line": 1207, + "line": 1224, "column": 38 }, "identifierName": "formatTime" @@ -77382,44 +78707,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 44017, - "end": 44039, + "start": 44767, + "end": 44789, "loc": { "start": { - "line": 1207, + "line": 1224, "column": 39 }, "end": { - "line": 1207, + "line": 1224, "column": 61 } }, "object": { "type": "ThisExpression", - "start": 44017, - "end": 44021, + "start": 44767, + "end": 44771, "loc": { "start": { - "line": 1207, + "line": 1224, "column": 39 }, "end": { - "line": 1207, + "line": 1224, "column": 43 } } }, "property": { "type": "Identifier", - "start": 44022, - "end": 44039, + "start": 44772, + "end": 44789, "loc": { "start": { - "line": 1207, + "line": 1224, "column": 44 }, "end": { - "line": 1207, + "line": 1224, "column": 61 }, "identifierName": "streamCurrentTime" @@ -77430,15 +78755,15 @@ }, { "type": "Identifier", - "start": 44041, - "end": 44049, + "start": 44791, + "end": 44799, "loc": { "start": { - "line": 1207, + "line": 1224, "column": 63 }, "end": { - "line": 1207, + "line": 1224, "column": 71 }, "identifierName": "duration" @@ -77447,49 +78772,49 @@ }, { "type": "MemberExpression", - "start": 44051, - "end": 44068, + "start": 44801, + "end": 44825, "loc": { "start": { - "line": 1207, + "line": 1224, "column": 73 }, "end": { - "line": 1207, - "column": 90 + "line": 1224, + "column": 97 } }, "object": { "type": "ThisExpression", - "start": 44051, - "end": 44055, + "start": 44801, + "end": 44805, "loc": { "start": { - "line": 1207, + "line": 1224, "column": 73 }, "end": { - "line": 1207, + "line": 1224, "column": 77 } } }, "property": { "type": "Identifier", - "start": 44056, - "end": 44068, + "start": 44806, + "end": 44825, "loc": { "start": { - "line": 1207, + "line": 1224, "column": 78 }, "end": { - "line": 1207, - "column": 90 + "line": 1224, + "column": 97 }, - "identifierName": "msDisplayMax" + "identifierName": "displayMilliseconds" }, - "name": "msDisplayMax" + "name": "displayMilliseconds" }, "computed": false } @@ -77502,15 +78827,15 @@ { "type": "CommentLine", "value": " update current time display component", - "start": 43756, - "end": 43796, + "start": 44506, + "end": 44546, "loc": { "start": { - "line": 1204, + "line": 1221, "column": 20 }, "end": { - "line": 1204, + "line": 1221, "column": 60 } } @@ -77524,15 +78849,15 @@ }, { "type": "BreakStatement", - "start": 44105, - "end": 44111, + "start": 44862, + "end": 44868, "loc": { "start": { - "line": 1209, + "line": 1226, "column": 16 }, "end": { - "line": 1209, + "line": 1226, "column": 22 } }, @@ -77541,15 +78866,15 @@ ], "test": { "type": "Identifier", - "start": 43502, - "end": 43513, + "start": 44165, + "end": 44176, "loc": { "start": { - "line": 1199, + "line": 1215, "column": 17 }, "end": { - "line": 1199, + "line": 1215, "column": 28 }, "identifierName": "SCREEN_ONLY" @@ -77567,15 +78892,15 @@ { "type": "CommentBlock", "value": "*\n * Updates the player's element displaying the current time.\n *\n * @private\n * @param {number} [currentTime=0] - Current position of the\n * playhead (in seconds).\n * @param {number} [duration=0] - Duration in seconds.\n ", - "start": 42794, - "end": 43050, + "start": 43457, + "end": 43713, "loc": { "start": { - "line": 1178, + "line": 1194, "column": 4 }, "end": { - "line": 1185, + "line": 1201, "column": 7 } } @@ -77585,15 +78910,15 @@ { "type": "CommentBlock", "value": "*\n * Get the length of the recorded stream in seconds.\n *\n * Returns 0 if no recording is available (yet).\n *\n * @returns {float} Duration of the recorded stream.\n ", - "start": 44133, - "end": 44325, + "start": 44890, + "end": 45082, "loc": { "start": { - "line": 1213, + "line": 1230, "column": 4 }, "end": { - "line": 1219, + "line": 1236, "column": 7 } } @@ -77602,15 +78927,15 @@ }, { "type": "ClassMethod", - "start": 44330, - "end": 44454, + "start": 45087, + "end": 45211, "loc": { "start": { - "line": 1220, + "line": 1237, "column": 4 }, "end": { - "line": 1224, + "line": 1241, "column": 5 } }, @@ -77618,15 +78943,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 44330, - "end": 44341, + "start": 45087, + "end": 45098, "loc": { "start": { - "line": 1220, + "line": 1237, "column": 4 }, "end": { - "line": 1220, + "line": 1237, "column": 15 }, "identifierName": "getDuration" @@ -77642,59 +78967,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 44344, - "end": 44454, + "start": 45101, + "end": 45211, "loc": { "start": { - "line": 1220, + "line": 1237, "column": 18 }, "end": { - "line": 1224, + "line": 1241, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 44354, - "end": 44422, + "start": 45111, + "end": 45179, "loc": { "start": { - "line": 1221, + "line": 1238, "column": 8 }, "end": { - "line": 1221, + "line": 1238, "column": 76 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 44358, - "end": 44421, + "start": 45115, + "end": 45178, "loc": { "start": { - "line": 1221, + "line": 1238, "column": 12 }, "end": { - "line": 1221, + "line": 1238, "column": 75 } }, "id": { "type": "Identifier", - "start": 44358, - "end": 44366, + "start": 45115, + "end": 45123, "loc": { "start": { - "line": 1221, + "line": 1238, "column": 12 }, "end": { - "line": 1221, + "line": 1238, "column": 20 }, "identifierName": "duration" @@ -77703,43 +79028,43 @@ }, "init": { "type": "ConditionalExpression", - "start": 44369, - "end": 44421, + "start": 45126, + "end": 45178, "loc": { "start": { - "line": 1221, + "line": 1238, "column": 23 }, "end": { - "line": 1221, + "line": 1238, "column": 75 } }, "test": { "type": "CallExpression", - "start": 44369, - "end": 44395, + "start": 45126, + "end": 45152, "loc": { "start": { - "line": 1221, + "line": 1238, "column": 23 }, "end": { - "line": 1221, + "line": 1238, "column": 49 } }, "callee": { "type": "Identifier", - "start": 44369, - "end": 44374, + "start": 45126, + "end": 45131, "loc": { "start": { - "line": 1221, + "line": 1238, "column": 23 }, "end": { - "line": 1221, + "line": 1238, "column": 28 }, "identifierName": "isNaN" @@ -77749,44 +79074,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 44375, - "end": 44394, + "start": 45132, + "end": 45151, "loc": { "start": { - "line": 1221, + "line": 1238, "column": 29 }, "end": { - "line": 1221, + "line": 1238, "column": 48 } }, "object": { "type": "ThisExpression", - "start": 44375, - "end": 44379, + "start": 45132, + "end": 45136, "loc": { "start": { - "line": 1221, + "line": 1238, "column": 29 }, "end": { - "line": 1221, + "line": 1238, "column": 33 } } }, "property": { "type": "Identifier", - "start": 44380, - "end": 44394, + "start": 45137, + "end": 45151, "loc": { "start": { - "line": 1221, + "line": 1238, "column": 34 }, "end": { - "line": 1221, + "line": 1238, "column": 48 }, "identifierName": "streamDuration" @@ -77799,15 +79124,15 @@ }, "consequent": { "type": "NumericLiteral", - "start": 44398, - "end": 44399, + "start": 45155, + "end": 45156, "loc": { "start": { - "line": 1221, + "line": 1238, "column": 52 }, "end": { - "line": 1221, + "line": 1238, "column": 53 } }, @@ -77819,44 +79144,44 @@ }, "alternate": { "type": "MemberExpression", - "start": 44402, - "end": 44421, + "start": 45159, + "end": 45178, "loc": { "start": { - "line": 1221, + "line": 1238, "column": 56 }, "end": { - "line": 1221, + "line": 1238, "column": 75 } }, "object": { "type": "ThisExpression", - "start": 44402, - "end": 44406, + "start": 45159, + "end": 45163, "loc": { "start": { - "line": 1221, + "line": 1238, "column": 56 }, "end": { - "line": 1221, + "line": 1238, "column": 60 } } }, "property": { "type": "Identifier", - "start": 44407, - "end": 44421, + "start": 45164, + "end": 45178, "loc": { "start": { - "line": 1221, + "line": 1238, "column": 61 }, "end": { - "line": 1221, + "line": 1238, "column": 75 }, "identifierName": "streamDuration" @@ -77872,29 +79197,29 @@ }, { "type": "ReturnStatement", - "start": 44432, - "end": 44448, + "start": 45189, + "end": 45205, "loc": { "start": { - "line": 1223, + "line": 1240, "column": 8 }, "end": { - "line": 1223, + "line": 1240, "column": 24 } }, "argument": { "type": "Identifier", - "start": 44439, - "end": 44447, + "start": 45196, + "end": 45204, "loc": { "start": { - "line": 1223, + "line": 1240, "column": 15 }, "end": { - "line": 1223, + "line": 1240, "column": 23 }, "identifierName": "duration" @@ -77910,15 +79235,15 @@ { "type": "CommentBlock", "value": "*\n * Get the length of the recorded stream in seconds.\n *\n * Returns 0 if no recording is available (yet).\n *\n * @returns {float} Duration of the recorded stream.\n ", - "start": 44133, - "end": 44325, + "start": 44890, + "end": 45082, "loc": { "start": { - "line": 1213, + "line": 1230, "column": 4 }, "end": { - "line": 1219, + "line": 1236, "column": 7 } } @@ -77928,15 +79253,15 @@ { "type": "CommentBlock", "value": "*\n * Updates the player's element displaying the duration time.\n *\n * @param {number} [duration=0] - Duration in seconds.\n * @private\n ", - "start": 44460, - "end": 44619, + "start": 45217, + "end": 45376, "loc": { "start": { - "line": 1226, + "line": 1243, "column": 4 }, "end": { - "line": 1231, + "line": 1248, "column": 7 } } @@ -77945,15 +79270,15 @@ }, { "type": "ClassMethod", - "start": 44624, - "end": 45483, + "start": 45381, + "end": 46331, "loc": { "start": { - "line": 1232, + "line": 1249, "column": 4 }, "end": { - "line": 1254, + "line": 1272, "column": 5 } }, @@ -77961,15 +79286,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 44624, - "end": 44635, + "start": 45381, + "end": 45392, "loc": { "start": { - "line": 1232, + "line": 1249, "column": 4 }, "end": { - "line": 1232, + "line": 1249, "column": 15 }, "identifierName": "setDuration" @@ -77985,15 +79310,15 @@ "params": [ { "type": "Identifier", - "start": 44636, - "end": 44644, + "start": 45393, + "end": 45401, "loc": { "start": { - "line": 1232, + "line": 1249, "column": 16 }, "end": { - "line": 1232, + "line": 1249, "column": 24 }, "identifierName": "duration" @@ -78003,59 +79328,59 @@ ], "body": { "type": "BlockStatement", - "start": 44646, - "end": 45483, + "start": 45403, + "end": 46331, "loc": { "start": { - "line": 1232, + "line": 1249, "column": 26 }, "end": { - "line": 1254, + "line": 1272, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 44656, - "end": 44698, + "start": 45413, + "end": 45455, "loc": { "start": { - "line": 1233, + "line": 1250, "column": 8 }, "end": { - "line": 1233, + "line": 1250, "column": 50 } }, "expression": { "type": "AssignmentExpression", - "start": 44656, - "end": 44697, + "start": 45413, + "end": 45454, "loc": { "start": { - "line": 1233, + "line": 1250, "column": 8 }, "end": { - "line": 1233, + "line": 1250, "column": 49 } }, "operator": "=", "left": { "type": "Identifier", - "start": 44656, - "end": 44664, + "start": 45413, + "end": 45421, "loc": { "start": { - "line": 1233, + "line": 1250, "column": 8 }, "end": { - "line": 1233, + "line": 1250, "column": 16 }, "identifierName": "duration" @@ -78064,43 +79389,43 @@ }, "right": { "type": "ConditionalExpression", - "start": 44667, - "end": 44697, + "start": 45424, + "end": 45454, "loc": { "start": { - "line": 1233, + "line": 1250, "column": 19 }, "end": { - "line": 1233, + "line": 1250, "column": 49 } }, "test": { "type": "CallExpression", - "start": 44667, - "end": 44682, + "start": 45424, + "end": 45439, "loc": { "start": { - "line": 1233, + "line": 1250, "column": 19 }, "end": { - "line": 1233, + "line": 1250, "column": 34 } }, "callee": { "type": "Identifier", - "start": 44667, - "end": 44672, + "start": 45424, + "end": 45429, "loc": { "start": { - "line": 1233, + "line": 1250, "column": 19 }, "end": { - "line": 1233, + "line": 1250, "column": 24 }, "identifierName": "isNaN" @@ -78110,15 +79435,15 @@ "arguments": [ { "type": "Identifier", - "start": 44673, - "end": 44681, + "start": 45430, + "end": 45438, "loc": { "start": { - "line": 1233, + "line": 1250, "column": 25 }, "end": { - "line": 1233, + "line": 1250, "column": 33 }, "identifierName": "duration" @@ -78129,15 +79454,15 @@ }, "consequent": { "type": "NumericLiteral", - "start": 44685, - "end": 44686, + "start": 45442, + "end": 45443, "loc": { "start": { - "line": 1233, + "line": 1250, "column": 37 }, "end": { - "line": 1233, + "line": 1250, "column": 38 } }, @@ -78149,15 +79474,15 @@ }, "alternate": { "type": "Identifier", - "start": 44689, - "end": 44697, + "start": 45446, + "end": 45454, "loc": { "start": { - "line": 1233, + "line": 1250, "column": 41 }, "end": { - "line": 1233, + "line": 1250, "column": 49 }, "identifierName": "duration" @@ -78169,72 +79494,72 @@ }, { "type": "SwitchStatement", - "start": 44708, - "end": 45477, + "start": 45465, + "end": 46325, "loc": { "start": { - "line": 1235, + "line": 1252, "column": 8 }, "end": { - "line": 1253, + "line": 1271, "column": 9 } }, "discriminant": { "type": "CallExpression", - "start": 44716, - "end": 44736, + "start": 45473, + "end": 45493, "loc": { "start": { - "line": 1235, + "line": 1252, "column": 16 }, "end": { - "line": 1235, + "line": 1252, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 44716, - "end": 44734, + "start": 45473, + "end": 45491, "loc": { "start": { - "line": 1235, + "line": 1252, "column": 16 }, "end": { - "line": 1235, + "line": 1252, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 44716, - "end": 44720, + "start": 45473, + "end": 45477, "loc": { "start": { - "line": 1235, + "line": 1252, "column": 16 }, "end": { - "line": 1235, + "line": 1252, "column": 20 } } }, "property": { "type": "Identifier", - "start": 44721, - "end": 44734, + "start": 45478, + "end": 45491, "loc": { "start": { - "line": 1235, + "line": 1252, "column": 21 }, "end": { - "line": 1235, + "line": 1252, "column": 34 }, "identifierName": "getRecordType" @@ -78248,101 +79573,101 @@ "cases": [ { "type": "SwitchCase", - "start": 44752, - "end": 44842, + "start": 45509, + "end": 45599, "loc": { "start": { - "line": 1236, + "line": 1253, "column": 12 }, "end": { - "line": 1238, + "line": 1255, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 44785, - "end": 44819, + "start": 45542, + "end": 45576, "loc": { "start": { - "line": 1237, + "line": 1254, "column": 16 }, "end": { - "line": 1237, + "line": 1254, "column": 50 } }, "expression": { "type": "CallExpression", - "start": 44785, - "end": 44818, + "start": 45542, + "end": 45575, "loc": { "start": { - "line": 1237, + "line": 1254, "column": 16 }, "end": { - "line": 1237, + "line": 1254, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 44785, - "end": 44808, + "start": 45542, + "end": 45565, "loc": { "start": { - "line": 1237, + "line": 1254, "column": 16 }, "end": { - "line": 1237, + "line": 1254, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 44785, - "end": 44796, + "start": 45542, + "end": 45553, "loc": { "start": { - "line": 1237, + "line": 1254, "column": 16 }, "end": { - "line": 1237, + "line": 1254, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 44785, - "end": 44789, + "start": 45542, + "end": 45546, "loc": { "start": { - "line": 1237, + "line": 1254, "column": 16 }, "end": { - "line": 1237, + "line": 1254, "column": 20 } } }, "property": { "type": "Identifier", - "start": 44790, - "end": 44796, + "start": 45547, + "end": 45553, "loc": { "start": { - "line": 1237, + "line": 1254, "column": 21 }, "end": { - "line": 1237, + "line": 1254, "column": 27 }, "identifierName": "surfer" @@ -78353,15 +79678,15 @@ }, "property": { "type": "Identifier", - "start": 44797, - "end": 44808, + "start": 45554, + "end": 45565, "loc": { "start": { - "line": 1237, + "line": 1254, "column": 28 }, "end": { - "line": 1237, + "line": 1254, "column": 39 }, "identifierName": "setDuration" @@ -78373,15 +79698,15 @@ "arguments": [ { "type": "Identifier", - "start": 44809, - "end": 44817, + "start": 45566, + "end": 45574, "loc": { "start": { - "line": 1237, + "line": 1254, "column": 40 }, "end": { - "line": 1237, + "line": 1254, "column": 48 }, "identifierName": "duration" @@ -78393,15 +79718,15 @@ }, { "type": "BreakStatement", - "start": 44836, - "end": 44842, + "start": 45593, + "end": 45599, "loc": { "start": { - "line": 1238, + "line": 1255, "column": 16 }, "end": { - "line": 1238, + "line": 1255, "column": 22 } }, @@ -78410,15 +79735,15 @@ ], "test": { "type": "Identifier", - "start": 44757, - "end": 44767, + "start": 45514, + "end": 45524, "loc": { "start": { - "line": 1236, + "line": 1253, "column": 17 }, "end": { - "line": 1236, + "line": 1253, "column": 27 }, "identifierName": "AUDIO_ONLY" @@ -78428,30 +79753,30 @@ }, { "type": "SwitchCase", - "start": 44856, - "end": 44872, + "start": 45613, + "end": 45629, "loc": { "start": { - "line": 1240, + "line": 1257, "column": 12 }, "end": { - "line": 1240, + "line": 1257, "column": 28 } }, "consequent": [], "test": { "type": "Identifier", - "start": 44861, - "end": 44871, + "start": 45618, + "end": 45628, "loc": { "start": { - "line": 1240, + "line": 1257, "column": 17 }, "end": { - "line": 1240, + "line": 1257, "column": 27 }, "identifierName": "VIDEO_ONLY" @@ -78461,30 +79786,30 @@ }, { "type": "SwitchCase", - "start": 44885, - "end": 44902, + "start": 45642, + "end": 45659, "loc": { "start": { - "line": 1241, + "line": 1258, "column": 12 }, "end": { - "line": 1241, + "line": 1258, "column": 29 } }, "consequent": [], "test": { "type": "Identifier", - "start": 44890, - "end": 44901, + "start": 45647, + "end": 45658, "loc": { "start": { - "line": 1241, + "line": 1258, "column": 17 }, "end": { - "line": 1241, + "line": 1258, "column": 28 }, "identifierName": "AUDIO_VIDEO" @@ -78494,30 +79819,30 @@ }, { "type": "SwitchCase", - "start": 44915, - "end": 44933, + "start": 45672, + "end": 45690, "loc": { "start": { - "line": 1242, + "line": 1259, "column": 12 }, "end": { - "line": 1242, + "line": 1259, "column": 30 } }, "consequent": [], "test": { "type": "Identifier", - "start": 44920, - "end": 44932, + "start": 45677, + "end": 45689, "loc": { "start": { - "line": 1242, + "line": 1259, "column": 17 }, "end": { - "line": 1242, + "line": 1259, "column": 29 }, "identifierName": "AUDIO_SCREEN" @@ -78527,30 +79852,30 @@ }, { "type": "SwitchCase", - "start": 44946, - "end": 44961, + "start": 45703, + "end": 45718, "loc": { "start": { - "line": 1243, + "line": 1260, "column": 12 }, "end": { - "line": 1243, + "line": 1260, "column": 27 } }, "consequent": [], "test": { "type": "Identifier", - "start": 44951, - "end": 44960, + "start": 45708, + "end": 45717, "loc": { "start": { - "line": 1243, + "line": 1260, "column": 17 }, "end": { - "line": 1243, + "line": 1260, "column": 26 }, "identifierName": "ANIMATION" @@ -78560,457 +79885,670 @@ }, { "type": "SwitchCase", - "start": 44974, - "end": 45467, + "start": 45731, + "end": 46315, "loc": { "start": { - "line": 1244, + "line": 1261, "column": 12 }, "end": { - "line": 1252, + "line": 1270, "column": 22 } }, "consequent": [ { "type": "IfStatement", - "start": 45061, - "end": 45444, + "start": 45818, + "end": 46292, "loc": { "start": { - "line": 1246, + "line": 1263, "column": 16 }, "end": { - "line": 1251, + "line": 1269, "column": 17 } }, "test": { "type": "LogicalExpression", - "start": 45065, - "end": 45177, + "start": 45822, + "end": 46018, "loc": { "start": { - "line": 1246, + "line": 1263, "column": 20 }, "end": { - "line": 1247, - "column": 70 + "line": 1265, + "column": 80 } }, "left": { - "type": "MemberExpression", - "start": 45065, - "end": 45103, + "type": "LogicalExpression", + "start": 45822, + "end": 45934, "loc": { "start": { - "line": 1246, + "line": 1263, "column": 20 }, "end": { - "line": 1246, - "column": 58 + "line": 1264, + "column": 70 } }, - "object": { + "left": { "type": "MemberExpression", - "start": 45065, - "end": 45087, + "start": 45822, + "end": 45860, "loc": { "start": { - "line": 1246, + "line": 1263, "column": 20 }, "end": { - "line": 1246, - "column": 42 + "line": 1263, + "column": 58 } }, "object": { "type": "MemberExpression", - "start": 45065, - "end": 45076, + "start": 45822, + "end": 45844, "loc": { "start": { - "line": 1246, + "line": 1263, "column": 20 }, "end": { - "line": 1246, - "column": 31 + "line": 1263, + "column": 42 } }, "object": { - "type": "ThisExpression", - "start": 45065, - "end": 45069, + "type": "MemberExpression", + "start": 45822, + "end": 45833, "loc": { "start": { - "line": 1246, + "line": 1263, "column": 20 }, "end": { - "line": 1246, - "column": 24 + "line": 1263, + "column": 31 } }, + "object": { + "type": "ThisExpression", + "start": 45822, + "end": 45826, + "loc": { + "start": { + "line": 1263, + "column": 20 + }, + "end": { + "line": 1263, + "column": 24 + } + }, + "leadingComments": null + }, + "property": { + "type": "Identifier", + "start": 45827, + "end": 45833, + "loc": { + "start": { + "line": 1263, + "column": 25 + }, + "end": { + "line": 1263, + "column": 31 + }, + "identifierName": "player" + }, + "name": "player" + }, + "computed": false, "leadingComments": null }, "property": { "type": "Identifier", - "start": 45070, - "end": 45076, + "start": 45834, + "end": 45844, "loc": { "start": { - "line": 1246, - "column": 25 + "line": 1263, + "column": 32 }, "end": { - "line": 1246, - "column": 31 + "line": 1263, + "column": 42 }, - "identifierName": "player" + "identifierName": "controlBar" }, - "name": "player" + "name": "controlBar" }, "computed": false, "leadingComments": null }, "property": { "type": "Identifier", - "start": 45077, - "end": 45087, + "start": 45845, + "end": 45860, "loc": { "start": { - "line": 1246, - "column": 32 + "line": 1263, + "column": 43 }, "end": { - "line": 1246, - "column": 42 + "line": 1263, + "column": 58 }, - "identifierName": "controlBar" + "identifierName": "durationDisplay" }, - "name": "controlBar" + "name": "durationDisplay" }, "computed": false, "leadingComments": null }, - "property": { - "type": "Identifier", - "start": 45088, - "end": 45103, + "operator": "&&", + "right": { + "type": "CallExpression", + "start": 45884, + "end": 45934, "loc": { "start": { - "line": 1246, - "column": 43 + "line": 1264, + "column": 20 }, "end": { - "line": 1246, - "column": 58 + "line": 1264, + "column": 70 + } + }, + "callee": { + "type": "MemberExpression", + "start": 45884, + "end": 45932, + "loc": { + "start": { + "line": 1264, + "column": 20 + }, + "end": { + "line": 1264, + "column": 68 + } }, - "identifierName": "durationDisplay" + "object": { + "type": "MemberExpression", + "start": 45884, + "end": 45922, + "loc": { + "start": { + "line": 1264, + "column": 20 + }, + "end": { + "line": 1264, + "column": 58 + } + }, + "object": { + "type": "MemberExpression", + "start": 45884, + "end": 45906, + "loc": { + "start": { + "line": 1264, + "column": 20 + }, + "end": { + "line": 1264, + "column": 42 + } + }, + "object": { + "type": "MemberExpression", + "start": 45884, + "end": 45895, + "loc": { + "start": { + "line": 1264, + "column": 20 + }, + "end": { + "line": 1264, + "column": 31 + } + }, + "object": { + "type": "ThisExpression", + "start": 45884, + "end": 45888, + "loc": { + "start": { + "line": 1264, + "column": 20 + }, + "end": { + "line": 1264, + "column": 24 + } + } + }, + "property": { + "type": "Identifier", + "start": 45889, + "end": 45895, + "loc": { + "start": { + "line": 1264, + "column": 25 + }, + "end": { + "line": 1264, + "column": 31 + }, + "identifierName": "player" + }, + "name": "player" + }, + "computed": false + }, + "property": { + "type": "Identifier", + "start": 45896, + "end": 45906, + "loc": { + "start": { + "line": 1264, + "column": 32 + }, + "end": { + "line": 1264, + "column": 42 + }, + "identifierName": "controlBar" + }, + "name": "controlBar" + }, + "computed": false + }, + "property": { + "type": "Identifier", + "start": 45907, + "end": 45922, + "loc": { + "start": { + "line": 1264, + "column": 43 + }, + "end": { + "line": 1264, + "column": 58 + }, + "identifierName": "durationDisplay" + }, + "name": "durationDisplay" + }, + "computed": false + }, + "property": { + "type": "Identifier", + "start": 45923, + "end": 45932, + "loc": { + "start": { + "line": 1264, + "column": 59 + }, + "end": { + "line": 1264, + "column": 68 + }, + "identifierName": "contentEl" + }, + "name": "contentEl" + }, + "computed": false }, - "name": "durationDisplay" + "arguments": [] }, - "computed": false, "leadingComments": null }, "operator": "&&", "right": { - "type": "CallExpression", - "start": 45127, - "end": 45177, + "type": "MemberExpression", + "start": 45958, + "end": 46018, "loc": { "start": { - "line": 1247, + "line": 1265, "column": 20 }, "end": { - "line": 1247, - "column": 70 + "line": 1265, + "column": 80 } }, - "callee": { - "type": "MemberExpression", - "start": 45127, - "end": 45175, + "object": { + "type": "CallExpression", + "start": 45958, + "end": 46008, "loc": { "start": { - "line": 1247, + "line": 1265, "column": 20 }, "end": { - "line": 1247, - "column": 68 + "line": 1265, + "column": 70 } }, - "object": { + "callee": { "type": "MemberExpression", - "start": 45127, - "end": 45165, + "start": 45958, + "end": 46006, "loc": { "start": { - "line": 1247, + "line": 1265, "column": 20 }, "end": { - "line": 1247, - "column": 58 + "line": 1265, + "column": 68 } }, "object": { "type": "MemberExpression", - "start": 45127, - "end": 45149, + "start": 45958, + "end": 45996, "loc": { "start": { - "line": 1247, + "line": 1265, "column": 20 }, "end": { - "line": 1247, - "column": 42 + "line": 1265, + "column": 58 } }, "object": { "type": "MemberExpression", - "start": 45127, - "end": 45138, + "start": 45958, + "end": 45980, "loc": { "start": { - "line": 1247, + "line": 1265, "column": 20 }, "end": { - "line": 1247, - "column": 31 + "line": 1265, + "column": 42 } }, "object": { - "type": "ThisExpression", - "start": 45127, - "end": 45131, + "type": "MemberExpression", + "start": 45958, + "end": 45969, "loc": { "start": { - "line": 1247, + "line": 1265, "column": 20 }, "end": { - "line": 1247, - "column": 24 + "line": 1265, + "column": 31 } - } + }, + "object": { + "type": "ThisExpression", + "start": 45958, + "end": 45962, + "loc": { + "start": { + "line": 1265, + "column": 20 + }, + "end": { + "line": 1265, + "column": 24 + } + } + }, + "property": { + "type": "Identifier", + "start": 45963, + "end": 45969, + "loc": { + "start": { + "line": 1265, + "column": 25 + }, + "end": { + "line": 1265, + "column": 31 + }, + "identifierName": "player" + }, + "name": "player" + }, + "computed": false }, "property": { "type": "Identifier", - "start": 45132, - "end": 45138, + "start": 45970, + "end": 45980, "loc": { "start": { - "line": 1247, - "column": 25 + "line": 1265, + "column": 32 }, "end": { - "line": 1247, - "column": 31 + "line": 1265, + "column": 42 }, - "identifierName": "player" + "identifierName": "controlBar" }, - "name": "player" + "name": "controlBar" }, "computed": false }, "property": { "type": "Identifier", - "start": 45139, - "end": 45149, + "start": 45981, + "end": 45996, "loc": { "start": { - "line": 1247, - "column": 32 + "line": 1265, + "column": 43 }, "end": { - "line": 1247, - "column": 42 + "line": 1265, + "column": 58 }, - "identifierName": "controlBar" + "identifierName": "durationDisplay" }, - "name": "controlBar" + "name": "durationDisplay" }, "computed": false }, "property": { "type": "Identifier", - "start": 45150, - "end": 45165, + "start": 45997, + "end": 46006, "loc": { "start": { - "line": 1247, - "column": 43 + "line": 1265, + "column": 59 }, "end": { - "line": 1247, - "column": 58 + "line": 1265, + "column": 68 }, - "identifierName": "durationDisplay" + "identifierName": "contentEl" }, - "name": "durationDisplay" + "name": "contentEl" }, "computed": false }, - "property": { - "type": "Identifier", - "start": 45166, - "end": 45175, - "loc": { - "start": { - "line": 1247, - "column": 59 - }, - "end": { - "line": 1247, - "column": 68 - }, - "identifierName": "contentEl" + "arguments": [] + }, + "property": { + "type": "Identifier", + "start": 46009, + "end": 46018, + "loc": { + "start": { + "line": 1265, + "column": 71 + }, + "end": { + "line": 1265, + "column": 80 }, - "name": "contentEl" + "identifierName": "lastChild" }, - "computed": false + "name": "lastChild" }, - "arguments": [] + "computed": false }, "leadingComments": null }, "consequent": { "type": "BlockStatement", - "start": 45179, - "end": 45444, + "start": 46020, + "end": 46292, "loc": { "start": { - "line": 1247, - "column": 72 + "line": 1265, + "column": 82 }, "end": { - "line": 1251, + "line": 1269, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 45201, - "end": 45426, + "start": 46042, + "end": 46274, "loc": { "start": { - "line": 1248, + "line": 1266, "column": 20 }, "end": { - "line": 1250, - "column": 74 + "line": 1268, + "column": 81 } }, "expression": { "type": "AssignmentExpression", - "start": 45201, - "end": 45425, + "start": 46042, + "end": 46273, "loc": { "start": { - "line": 1248, + "line": 1266, "column": 20 }, "end": { - "line": 1250, - "column": 73 + "line": 1268, + "column": 80 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 45201, - "end": 45254, + "start": 46042, + "end": 46095, "loc": { "start": { - "line": 1248, + "line": 1266, "column": 20 }, "end": { - "line": 1248, + "line": 1266, "column": 73 } }, "object": { "type": "MemberExpression", - "start": 45201, - "end": 45239, + "start": 46042, + "end": 46080, "loc": { "start": { - "line": 1248, + "line": 1266, "column": 20 }, "end": { - "line": 1248, + "line": 1266, "column": 58 } }, "object": { "type": "MemberExpression", - "start": 45201, - "end": 45223, + "start": 46042, + "end": 46064, "loc": { "start": { - "line": 1248, + "line": 1266, "column": 20 }, "end": { - "line": 1248, + "line": 1266, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 45201, - "end": 45212, + "start": 46042, + "end": 46053, "loc": { "start": { - "line": 1248, + "line": 1266, "column": 20 }, "end": { - "line": 1248, + "line": 1266, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 45201, - "end": 45205, + "start": 46042, + "end": 46046, "loc": { "start": { - "line": 1248, + "line": 1266, "column": 20 }, "end": { - "line": 1248, + "line": 1266, "column": 24 } } }, "property": { "type": "Identifier", - "start": 45206, - "end": 45212, + "start": 46047, + "end": 46053, "loc": { "start": { - "line": 1248, + "line": 1266, "column": 25 }, "end": { - "line": 1248, + "line": 1266, "column": 31 }, "identifierName": "player" @@ -79021,15 +80559,15 @@ }, "property": { "type": "Identifier", - "start": 45213, - "end": 45223, + "start": 46054, + "end": 46064, "loc": { "start": { - "line": 1248, + "line": 1266, "column": 32 }, "end": { - "line": 1248, + "line": 1266, "column": 42 }, "identifierName": "controlBar" @@ -79040,15 +80578,15 @@ }, "property": { "type": "Identifier", - "start": 45224, - "end": 45239, + "start": 46065, + "end": 46080, "loc": { "start": { - "line": 1248, + "line": 1266, "column": 43 }, "end": { - "line": 1248, + "line": 1266, "column": 58 }, "identifierName": "durationDisplay" @@ -79059,15 +80597,15 @@ }, "property": { "type": "Identifier", - "start": 45240, - "end": 45254, + "start": 46081, + "end": 46095, "loc": { "start": { - "line": 1248, + "line": 1266, "column": 59 }, "end": { - "line": 1248, + "line": 1266, "column": 73 }, "identifierName": "formattedTime_" @@ -79078,143 +80616,143 @@ }, "right": { "type": "AssignmentExpression", - "start": 45277, - "end": 45425, + "start": 46118, + "end": 46273, "loc": { "start": { - "line": 1249, + "line": 1267, "column": 20 }, "end": { - "line": 1250, - "column": 73 + "line": 1268, + "column": 80 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 45277, - "end": 45349, + "start": 46118, + "end": 46190, "loc": { "start": { - "line": 1249, + "line": 1267, "column": 20 }, "end": { - "line": 1249, + "line": 1267, "column": 92 } }, "object": { "type": "MemberExpression", - "start": 45277, - "end": 45337, + "start": 46118, + "end": 46178, "loc": { "start": { - "line": 1249, + "line": 1267, "column": 20 }, "end": { - "line": 1249, + "line": 1267, "column": 80 } }, "object": { "type": "CallExpression", - "start": 45277, - "end": 45327, + "start": 46118, + "end": 46168, "loc": { "start": { - "line": 1249, + "line": 1267, "column": 20 }, "end": { - "line": 1249, + "line": 1267, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 45277, - "end": 45325, + "start": 46118, + "end": 46166, "loc": { "start": { - "line": 1249, + "line": 1267, "column": 20 }, "end": { - "line": 1249, + "line": 1267, "column": 68 } }, "object": { "type": "MemberExpression", - "start": 45277, - "end": 45315, + "start": 46118, + "end": 46156, "loc": { "start": { - "line": 1249, + "line": 1267, "column": 20 }, "end": { - "line": 1249, + "line": 1267, "column": 58 } }, "object": { "type": "MemberExpression", - "start": 45277, - "end": 45299, + "start": 46118, + "end": 46140, "loc": { "start": { - "line": 1249, + "line": 1267, "column": 20 }, "end": { - "line": 1249, + "line": 1267, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 45277, - "end": 45288, + "start": 46118, + "end": 46129, "loc": { "start": { - "line": 1249, + "line": 1267, "column": 20 }, "end": { - "line": 1249, + "line": 1267, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 45277, - "end": 45281, + "start": 46118, + "end": 46122, "loc": { "start": { - "line": 1249, + "line": 1267, "column": 20 }, "end": { - "line": 1249, + "line": 1267, "column": 24 } } }, "property": { "type": "Identifier", - "start": 45282, - "end": 45288, + "start": 46123, + "end": 46129, "loc": { "start": { - "line": 1249, + "line": 1267, "column": 25 }, "end": { - "line": 1249, + "line": 1267, "column": 31 }, "identifierName": "player" @@ -79225,15 +80763,15 @@ }, "property": { "type": "Identifier", - "start": 45289, - "end": 45299, + "start": 46130, + "end": 46140, "loc": { "start": { - "line": 1249, + "line": 1267, "column": 32 }, "end": { - "line": 1249, + "line": 1267, "column": 42 }, "identifierName": "controlBar" @@ -79244,15 +80782,15 @@ }, "property": { "type": "Identifier", - "start": 45300, - "end": 45315, + "start": 46141, + "end": 46156, "loc": { "start": { - "line": 1249, + "line": 1267, "column": 43 }, "end": { - "line": 1249, + "line": 1267, "column": 58 }, "identifierName": "durationDisplay" @@ -79263,15 +80801,15 @@ }, "property": { "type": "Identifier", - "start": 45316, - "end": 45325, + "start": 46157, + "end": 46166, "loc": { "start": { - "line": 1249, + "line": 1267, "column": 59 }, "end": { - "line": 1249, + "line": 1267, "column": 68 }, "identifierName": "contentEl" @@ -79284,15 +80822,15 @@ }, "property": { "type": "Identifier", - "start": 45328, - "end": 45337, + "start": 46169, + "end": 46178, "loc": { "start": { - "line": 1249, + "line": 1267, "column": 71 }, "end": { - "line": 1249, + "line": 1267, "column": 80 }, "identifierName": "lastChild" @@ -79303,15 +80841,15 @@ }, "property": { "type": "Identifier", - "start": 45338, - "end": 45349, + "start": 46179, + "end": 46190, "loc": { "start": { - "line": 1249, + "line": 1267, "column": 81 }, "end": { - "line": 1249, + "line": 1267, "column": 92 }, "identifierName": "textContent" @@ -79322,29 +80860,29 @@ }, "right": { "type": "CallExpression", - "start": 45376, - "end": 45425, + "start": 46217, + "end": 46273, "loc": { "start": { - "line": 1250, + "line": 1268, "column": 24 }, "end": { - "line": 1250, - "column": 73 + "line": 1268, + "column": 80 } }, "callee": { "type": "Identifier", - "start": 45376, - "end": 45386, + "start": 46217, + "end": 46227, "loc": { "start": { - "line": 1250, + "line": 1268, "column": 24 }, "end": { - "line": 1250, + "line": 1268, "column": 34 }, "identifierName": "formatTime" @@ -79354,15 +80892,15 @@ "arguments": [ { "type": "Identifier", - "start": 45387, - "end": 45395, + "start": 46228, + "end": 46236, "loc": { "start": { - "line": 1250, + "line": 1268, "column": 35 }, "end": { - "line": 1250, + "line": 1268, "column": 43 }, "identifierName": "duration" @@ -79371,15 +80909,15 @@ }, { "type": "Identifier", - "start": 45397, - "end": 45405, + "start": 46238, + "end": 46246, "loc": { "start": { - "line": 1250, + "line": 1268, "column": 45 }, "end": { - "line": 1250, + "line": 1268, "column": 53 }, "identifierName": "duration" @@ -79388,49 +80926,49 @@ }, { "type": "MemberExpression", - "start": 45407, - "end": 45424, + "start": 46248, + "end": 46272, "loc": { "start": { - "line": 1250, + "line": 1268, "column": 55 }, "end": { - "line": 1250, - "column": 72 + "line": 1268, + "column": 79 } }, "object": { "type": "ThisExpression", - "start": 45407, - "end": 45411, + "start": 46248, + "end": 46252, "loc": { "start": { - "line": 1250, + "line": 1268, "column": 55 }, "end": { - "line": 1250, + "line": 1268, "column": 59 } } }, "property": { "type": "Identifier", - "start": 45412, - "end": 45424, + "start": 46253, + "end": 46272, "loc": { "start": { - "line": 1250, + "line": 1268, "column": 60 }, "end": { - "line": 1250, - "column": 72 + "line": 1268, + "column": 79 }, - "identifierName": "msDisplayMax" + "identifierName": "displayMilliseconds" }, - "name": "msDisplayMax" + "name": "displayMilliseconds" }, "computed": false } @@ -79447,15 +80985,15 @@ { "type": "CommentLine", "value": " update duration display component", - "start": 45008, - "end": 45044, + "start": 45765, + "end": 45801, "loc": { "start": { - "line": 1245, + "line": 1262, "column": 16 }, "end": { - "line": 1245, + "line": 1262, "column": 52 } } @@ -79464,15 +81002,15 @@ }, { "type": "BreakStatement", - "start": 45461, - "end": 45467, + "start": 46309, + "end": 46315, "loc": { "start": { - "line": 1252, + "line": 1270, "column": 16 }, "end": { - "line": 1252, + "line": 1270, "column": 22 } }, @@ -79481,15 +81019,15 @@ ], "test": { "type": "Identifier", - "start": 44979, - "end": 44990, + "start": 45736, + "end": 45747, "loc": { "start": { - "line": 1244, + "line": 1261, "column": 17 }, "end": { - "line": 1244, + "line": 1261, "column": 28 }, "identifierName": "SCREEN_ONLY" @@ -79507,15 +81045,15 @@ { "type": "CommentBlock", "value": "*\n * Updates the player's element displaying the duration time.\n *\n * @param {number} [duration=0] - Duration in seconds.\n * @private\n ", - "start": 44460, - "end": 44619, + "start": 45217, + "end": 45376, "loc": { "start": { - "line": 1226, + "line": 1243, "column": 4 }, "end": { - "line": 1231, + "line": 1248, "column": 7 } } @@ -79525,15 +81063,15 @@ { "type": "CommentBlock", "value": "*\n * Start loading data.\n *\n * @param {(string|blob|file)} url - Either the URL of the media file,\n * a Blob, a File object or MediaStream.\n ", - "start": 45489, - "end": 45658, + "start": 46337, + "end": 46506, "loc": { "start": { - "line": 1256, + "line": 1274, "column": 4 }, "end": { - "line": 1261, + "line": 1279, "column": 7 } } @@ -79542,15 +81080,15 @@ }, { "type": "ClassMethod", - "start": 45663, - "end": 46526, + "start": 46511, + "end": 47374, "loc": { "start": { - "line": 1262, + "line": 1280, "column": 4 }, "end": { - "line": 1286, + "line": 1304, "column": 5 } }, @@ -79558,15 +81096,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 45663, - "end": 45667, + "start": 46511, + "end": 46515, "loc": { "start": { - "line": 1262, + "line": 1280, "column": 4 }, "end": { - "line": 1262, + "line": 1280, "column": 8 }, "identifierName": "load" @@ -79582,15 +81120,15 @@ "params": [ { "type": "Identifier", - "start": 45668, - "end": 45671, + "start": 46516, + "end": 46519, "loc": { "start": { - "line": 1262, + "line": 1280, "column": 9 }, "end": { - "line": 1262, + "line": 1280, "column": 12 }, "identifierName": "url" @@ -79600,87 +81138,87 @@ ], "body": { "type": "BlockStatement", - "start": 45673, - "end": 46526, + "start": 46521, + "end": 47374, "loc": { "start": { - "line": 1262, + "line": 1280, "column": 14 }, "end": { - "line": 1286, + "line": 1304, "column": 5 } }, "body": [ { "type": "SwitchStatement", - "start": 45683, - "end": 46520, + "start": 46531, + "end": 47368, "loc": { "start": { - "line": 1263, + "line": 1281, "column": 8 }, "end": { - "line": 1285, + "line": 1303, "column": 9 } }, "discriminant": { "type": "CallExpression", - "start": 45691, - "end": 45711, + "start": 46539, + "end": 46559, "loc": { "start": { - "line": 1263, + "line": 1281, "column": 16 }, "end": { - "line": 1263, + "line": 1281, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 45691, - "end": 45709, + "start": 46539, + "end": 46557, "loc": { "start": { - "line": 1263, + "line": 1281, "column": 16 }, "end": { - "line": 1263, + "line": 1281, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 45691, - "end": 45695, + "start": 46539, + "end": 46543, "loc": { "start": { - "line": 1263, + "line": 1281, "column": 16 }, "end": { - "line": 1263, + "line": 1281, "column": 20 } } }, "property": { "type": "Identifier", - "start": 45696, - "end": 45709, + "start": 46544, + "end": 46557, "loc": { "start": { - "line": 1263, + "line": 1281, "column": 21 }, "end": { - "line": 1263, + "line": 1281, "column": 34 }, "identifierName": "getRecordType" @@ -79694,86 +81232,86 @@ "cases": [ { "type": "SwitchCase", - "start": 45727, - "end": 45855, + "start": 46575, + "end": 46703, "loc": { "start": { - "line": 1264, + "line": 1282, "column": 12 }, "end": { - "line": 1267, + "line": 1285, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 45810, - "end": 45832, + "start": 46658, + "end": 46680, "loc": { "start": { - "line": 1266, + "line": 1284, "column": 16 }, "end": { - "line": 1266, + "line": 1284, "column": 38 } }, "expression": { "type": "CallExpression", - "start": 45810, - "end": 45831, + "start": 46658, + "end": 46679, "loc": { "start": { - "line": 1266, + "line": 1284, "column": 16 }, "end": { - "line": 1266, + "line": 1284, "column": 37 } }, "callee": { "type": "MemberExpression", - "start": 45810, - "end": 45826, + "start": 46658, + "end": 46674, "loc": { "start": { - "line": 1266, + "line": 1284, "column": 16 }, "end": { - "line": 1266, + "line": 1284, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 45810, - "end": 45821, + "start": 46658, + "end": 46669, "loc": { "start": { - "line": 1266, + "line": 1284, "column": 16 }, "end": { - "line": 1266, + "line": 1284, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 45810, - "end": 45814, + "start": 46658, + "end": 46662, "loc": { "start": { - "line": 1266, + "line": 1284, "column": 16 }, "end": { - "line": 1266, + "line": 1284, "column": 20 } }, @@ -79781,15 +81319,15 @@ }, "property": { "type": "Identifier", - "start": 45815, - "end": 45821, + "start": 46663, + "end": 46669, "loc": { "start": { - "line": 1266, + "line": 1284, "column": 21 }, "end": { - "line": 1266, + "line": 1284, "column": 27 }, "identifierName": "surfer" @@ -79801,15 +81339,15 @@ }, "property": { "type": "Identifier", - "start": 45822, - "end": 45826, + "start": 46670, + "end": 46674, "loc": { "start": { - "line": 1266, + "line": 1284, "column": 28 }, "end": { - "line": 1266, + "line": 1284, "column": 32 }, "identifierName": "load" @@ -79822,15 +81360,15 @@ "arguments": [ { "type": "Identifier", - "start": 45827, - "end": 45830, + "start": 46675, + "end": 46678, "loc": { "start": { - "line": 1266, + "line": 1284, "column": 33 }, "end": { - "line": 1266, + "line": 1284, "column": 36 }, "identifierName": "url" @@ -79844,15 +81382,15 @@ { "type": "CommentLine", "value": " visualize recorded Blob stream", - "start": 45760, - "end": 45793, + "start": 46608, + "end": 46641, "loc": { "start": { - "line": 1265, + "line": 1283, "column": 16 }, "end": { - "line": 1265, + "line": 1283, "column": 49 } } @@ -79861,15 +81399,15 @@ }, { "type": "BreakStatement", - "start": 45849, - "end": 45855, + "start": 46697, + "end": 46703, "loc": { "start": { - "line": 1267, + "line": 1285, "column": 16 }, "end": { - "line": 1267, + "line": 1285, "column": 22 } }, @@ -79878,15 +81416,15 @@ ], "test": { "type": "Identifier", - "start": 45732, - "end": 45742, + "start": 46580, + "end": 46590, "loc": { "start": { - "line": 1264, + "line": 1282, "column": 17 }, "end": { - "line": 1264, + "line": 1282, "column": 27 }, "identifierName": "AUDIO_ONLY" @@ -79896,30 +81434,30 @@ }, { "type": "SwitchCase", - "start": 45869, - "end": 45885, + "start": 46717, + "end": 46733, "loc": { "start": { - "line": 1269, + "line": 1287, "column": 12 }, "end": { - "line": 1269, + "line": 1287, "column": 28 } }, "consequent": [], "test": { "type": "Identifier", - "start": 45874, - "end": 45884, + "start": 46722, + "end": 46732, "loc": { "start": { - "line": 1269, + "line": 1287, "column": 17 }, "end": { - "line": 1269, + "line": 1287, "column": 27 }, "identifierName": "IMAGE_ONLY" @@ -79929,30 +81467,30 @@ }, { "type": "SwitchCase", - "start": 45898, - "end": 45914, + "start": 46746, + "end": 46762, "loc": { "start": { - "line": 1270, + "line": 1288, "column": 12 }, "end": { - "line": 1270, + "line": 1288, "column": 28 } }, "consequent": [], "test": { "type": "Identifier", - "start": 45903, - "end": 45913, + "start": 46751, + "end": 46761, "loc": { "start": { - "line": 1270, + "line": 1288, "column": 17 }, "end": { - "line": 1270, + "line": 1288, "column": 27 }, "identifierName": "VIDEO_ONLY" @@ -79962,30 +81500,30 @@ }, { "type": "SwitchCase", - "start": 45927, - "end": 45944, + "start": 46775, + "end": 46792, "loc": { "start": { - "line": 1271, + "line": 1289, "column": 12 }, "end": { - "line": 1271, + "line": 1289, "column": 29 } }, "consequent": [], "test": { "type": "Identifier", - "start": 45932, - "end": 45943, + "start": 46780, + "end": 46791, "loc": { "start": { - "line": 1271, + "line": 1289, "column": 17 }, "end": { - "line": 1271, + "line": 1289, "column": 28 }, "identifierName": "AUDIO_VIDEO" @@ -79995,30 +81533,30 @@ }, { "type": "SwitchCase", - "start": 45957, - "end": 45975, + "start": 46805, + "end": 46823, "loc": { "start": { - "line": 1272, + "line": 1290, "column": 12 }, "end": { - "line": 1272, + "line": 1290, "column": 30 } }, "consequent": [], "test": { "type": "Identifier", - "start": 45962, - "end": 45974, + "start": 46810, + "end": 46822, "loc": { "start": { - "line": 1272, + "line": 1290, "column": 17 }, "end": { - "line": 1272, + "line": 1290, "column": 29 }, "identifierName": "AUDIO_SCREEN" @@ -80028,30 +81566,30 @@ }, { "type": "SwitchCase", - "start": 45988, - "end": 46003, + "start": 46836, + "end": 46851, "loc": { "start": { - "line": 1273, + "line": 1291, "column": 12 }, "end": { - "line": 1273, + "line": 1291, "column": 27 } }, "consequent": [], "test": { "type": "Identifier", - "start": 45993, - "end": 46002, + "start": 46841, + "end": 46850, "loc": { "start": { - "line": 1273, + "line": 1291, "column": 17 }, "end": { - "line": 1273, + "line": 1291, "column": 26 }, "identifierName": "ANIMATION" @@ -80061,72 +81599,72 @@ }, { "type": "SwitchCase", - "start": 46016, - "end": 46510, + "start": 46864, + "end": 47358, "loc": { "start": { - "line": 1274, + "line": 1292, "column": 12 }, "end": { - "line": 1284, + "line": 1302, "column": 22 } }, "consequent": [ { "type": "IfStatement", - "start": 46050, - "end": 46487, + "start": 46898, + "end": 47335, "loc": { "start": { - "line": 1275, + "line": 1293, "column": 16 }, "end": { - "line": 1283, + "line": 1301, "column": 17 } }, "test": { "type": "LogicalExpression", - "start": 46054, - "end": 46096, + "start": 46902, + "end": 46944, "loc": { "start": { - "line": 1275, + "line": 1293, "column": 20 }, "end": { - "line": 1275, + "line": 1293, "column": 62 } }, "left": { "type": "BinaryExpression", - "start": 46054, - "end": 46073, + "start": 46902, + "end": 46921, "loc": { "start": { - "line": 1275, + "line": 1293, "column": 20 }, "end": { - "line": 1275, + "line": 1293, "column": 39 } }, "left": { "type": "Identifier", - "start": 46054, - "end": 46057, + "start": 46902, + "end": 46905, "loc": { "start": { - "line": 1275, + "line": 1293, "column": 20 }, "end": { - "line": 1275, + "line": 1293, "column": 23 }, "identifierName": "url" @@ -80136,15 +81674,15 @@ "operator": "instanceof", "right": { "type": "Identifier", - "start": 46069, - "end": 46073, + "start": 46917, + "end": 46921, "loc": { "start": { - "line": 1275, + "line": 1293, "column": 35 }, "end": { - "line": 1275, + "line": 1293, "column": 39 }, "identifierName": "Blob" @@ -80155,29 +81693,29 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 46077, - "end": 46096, + "start": 46925, + "end": 46944, "loc": { "start": { - "line": 1275, + "line": 1293, "column": 43 }, "end": { - "line": 1275, + "line": 1293, "column": 62 } }, "left": { "type": "Identifier", - "start": 46077, - "end": 46080, + "start": 46925, + "end": 46928, "loc": { "start": { - "line": 1275, + "line": 1293, "column": 43 }, "end": { - "line": 1275, + "line": 1293, "column": 46 }, "identifierName": "url" @@ -80187,15 +81725,15 @@ "operator": "instanceof", "right": { "type": "Identifier", - "start": 46092, - "end": 46096, + "start": 46940, + "end": 46944, "loc": { "start": { - "line": 1275, + "line": 1293, "column": 58 }, "end": { - "line": 1275, + "line": 1293, "column": 62 }, "identifierName": "File" @@ -80206,87 +81744,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 46098, - "end": 46352, + "start": 46946, + "end": 47200, "loc": { "start": { - "line": 1275, + "line": 1293, "column": 64 }, "end": { - "line": 1280, + "line": 1298, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 46172, - "end": 46207, + "start": 47020, + "end": 47055, "loc": { "start": { - "line": 1277, + "line": 1295, "column": 20 }, "end": { - "line": 1277, + "line": 1295, "column": 55 } }, "expression": { "type": "AssignmentExpression", - "start": 46172, - "end": 46206, + "start": 47020, + "end": 47054, "loc": { "start": { - "line": 1277, + "line": 1295, "column": 20 }, "end": { - "line": 1277, + "line": 1295, "column": 54 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 46172, - "end": 46199, + "start": 47020, + "end": 47047, "loc": { "start": { - "line": 1277, + "line": 1295, "column": 20 }, "end": { - "line": 1277, + "line": 1295, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 46172, - "end": 46189, + "start": 47020, + "end": 47037, "loc": { "start": { - "line": 1277, + "line": 1295, "column": 20 }, "end": { - "line": 1277, + "line": 1295, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 46172, - "end": 46176, + "start": 47020, + "end": 47024, "loc": { "start": { - "line": 1277, + "line": 1295, "column": 20 }, "end": { - "line": 1277, + "line": 1295, "column": 24 } }, @@ -80294,15 +81832,15 @@ }, "property": { "type": "Identifier", - "start": 46177, - "end": 46189, + "start": 47025, + "end": 47037, "loc": { "start": { - "line": 1277, + "line": 1295, "column": 25 }, "end": { - "line": 1277, + "line": 1295, "column": 37 }, "identifierName": "mediaElement" @@ -80314,15 +81852,15 @@ }, "property": { "type": "Identifier", - "start": 46190, - "end": 46199, + "start": 47038, + "end": 47047, "loc": { "start": { - "line": 1277, + "line": 1295, "column": 38 }, "end": { - "line": 1277, + "line": 1295, "column": 47 }, "identifierName": "srcObject" @@ -80334,15 +81872,15 @@ }, "right": { "type": "NullLiteral", - "start": 46202, - "end": 46206, + "start": 47050, + "end": 47054, "loc": { "start": { - "line": 1277, + "line": 1295, "column": 50 }, "end": { - "line": 1277, + "line": 1295, "column": 54 } } @@ -80353,15 +81891,15 @@ { "type": "CommentLine", "value": " make sure to reset it (#312)", - "start": 46120, - "end": 46151, + "start": 46968, + "end": 46999, "loc": { "start": { - "line": 1276, + "line": 1294, "column": 20 }, "end": { - "line": 1276, + "line": 1294, "column": 51 } } @@ -80371,15 +81909,15 @@ { "type": "CommentLine", "value": " assign blob using createObjectURL", - "start": 46228, - "end": 46264, + "start": 47076, + "end": 47112, "loc": { "start": { - "line": 1278, + "line": 1296, "column": 20 }, "end": { - "line": 1278, + "line": 1296, "column": 56 } } @@ -80388,72 +81926,72 @@ }, { "type": "ExpressionStatement", - "start": 46285, - "end": 46334, + "start": 47133, + "end": 47182, "loc": { "start": { - "line": 1279, + "line": 1297, "column": 20 }, "end": { - "line": 1279, + "line": 1297, "column": 69 } }, "expression": { "type": "AssignmentExpression", - "start": 46285, - "end": 46333, + "start": 47133, + "end": 47181, "loc": { "start": { - "line": 1279, + "line": 1297, "column": 20 }, "end": { - "line": 1279, + "line": 1297, "column": 68 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 46285, - "end": 46306, + "start": 47133, + "end": 47154, "loc": { "start": { - "line": 1279, + "line": 1297, "column": 20 }, "end": { - "line": 1279, + "line": 1297, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 46285, - "end": 46302, + "start": 47133, + "end": 47150, "loc": { "start": { - "line": 1279, + "line": 1297, "column": 20 }, "end": { - "line": 1279, + "line": 1297, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 46285, - "end": 46289, + "start": 47133, + "end": 47137, "loc": { "start": { - "line": 1279, + "line": 1297, "column": 20 }, "end": { - "line": 1279, + "line": 1297, "column": 24 } }, @@ -80461,15 +81999,15 @@ }, "property": { "type": "Identifier", - "start": 46290, - "end": 46302, + "start": 47138, + "end": 47150, "loc": { "start": { - "line": 1279, + "line": 1297, "column": 25 }, "end": { - "line": 1279, + "line": 1297, "column": 37 }, "identifierName": "mediaElement" @@ -80481,15 +82019,15 @@ }, "property": { "type": "Identifier", - "start": 46303, - "end": 46306, + "start": 47151, + "end": 47154, "loc": { "start": { - "line": 1279, + "line": 1297, "column": 38 }, "end": { - "line": 1279, + "line": 1297, "column": 41 }, "identifierName": "src" @@ -80501,43 +82039,43 @@ }, "right": { "type": "CallExpression", - "start": 46309, - "end": 46333, + "start": 47157, + "end": 47181, "loc": { "start": { - "line": 1279, + "line": 1297, "column": 44 }, "end": { - "line": 1279, + "line": 1297, "column": 68 } }, "callee": { "type": "MemberExpression", - "start": 46309, - "end": 46328, + "start": 47157, + "end": 47176, "loc": { "start": { - "line": 1279, + "line": 1297, "column": 44 }, "end": { - "line": 1279, + "line": 1297, "column": 63 } }, "object": { "type": "Identifier", - "start": 46309, - "end": 46312, + "start": 47157, + "end": 47160, "loc": { "start": { - "line": 1279, + "line": 1297, "column": 44 }, "end": { - "line": 1279, + "line": 1297, "column": 47 }, "identifierName": "URL" @@ -80546,15 +82084,15 @@ }, "property": { "type": "Identifier", - "start": 46313, - "end": 46328, + "start": 47161, + "end": 47176, "loc": { "start": { - "line": 1279, + "line": 1297, "column": 48 }, "end": { - "line": 1279, + "line": 1297, "column": 63 }, "identifierName": "createObjectURL" @@ -80566,15 +82104,15 @@ "arguments": [ { "type": "Identifier", - "start": 46329, - "end": 46332, + "start": 47177, + "end": 47180, "loc": { "start": { - "line": 1279, + "line": 1297, "column": 64 }, "end": { - "line": 1279, + "line": 1297, "column": 67 }, "identifierName": "url" @@ -80589,15 +82127,15 @@ { "type": "CommentLine", "value": " assign blob using createObjectURL", - "start": 46228, - "end": 46264, + "start": 47076, + "end": 47112, "loc": { "start": { - "line": 1278, + "line": 1296, "column": 20 }, "end": { - "line": 1278, + "line": 1296, "column": 56 } } @@ -80609,58 +82147,58 @@ }, "alternate": { "type": "BlockStatement", - "start": 46358, - "end": 46487, + "start": 47206, + "end": 47335, "loc": { "start": { - "line": 1280, + "line": 1298, "column": 23 }, "end": { - "line": 1283, + "line": 1301, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 46432, - "end": 46469, + "start": 47280, + "end": 47317, "loc": { "start": { - "line": 1282, + "line": 1300, "column": 20 }, "end": { - "line": 1282, + "line": 1300, "column": 57 } }, "expression": { "type": "CallExpression", - "start": 46432, - "end": 46468, + "start": 47280, + "end": 47316, "loc": { "start": { - "line": 1282, + "line": 1300, "column": 20 }, "end": { - "line": 1282, + "line": 1300, "column": 56 } }, "callee": { "type": "Identifier", - "start": 46432, - "end": 46444, + "start": 47280, + "end": 47292, "loc": { "start": { - "line": 1282, + "line": 1300, "column": 20 }, "end": { - "line": 1282, + "line": 1300, "column": 32 }, "identifierName": "setSrcObject" @@ -80671,15 +82209,15 @@ "arguments": [ { "type": "Identifier", - "start": 46445, - "end": 46448, + "start": 47293, + "end": 47296, "loc": { "start": { - "line": 1282, + "line": 1300, "column": 33 }, "end": { - "line": 1282, + "line": 1300, "column": 36 }, "identifierName": "url" @@ -80688,44 +82226,44 @@ }, { "type": "MemberExpression", - "start": 46450, - "end": 46467, + "start": 47298, + "end": 47315, "loc": { "start": { - "line": 1282, + "line": 1300, "column": 38 }, "end": { - "line": 1282, + "line": 1300, "column": 55 } }, "object": { "type": "ThisExpression", - "start": 46450, - "end": 46454, + "start": 47298, + "end": 47302, "loc": { "start": { - "line": 1282, + "line": 1300, "column": 38 }, "end": { - "line": 1282, + "line": 1300, "column": 42 } } }, "property": { "type": "Identifier", - "start": 46455, - "end": 46467, + "start": 47303, + "end": 47315, "loc": { "start": { - "line": 1282, + "line": 1300, "column": 43 }, "end": { - "line": 1282, + "line": 1300, "column": 55 }, "identifierName": "mediaElement" @@ -80741,15 +82279,15 @@ { "type": "CommentLine", "value": " assign stream with srcObject", - "start": 46380, - "end": 46411, + "start": 47228, + "end": 47259, "loc": { "start": { - "line": 1281, + "line": 1299, "column": 20 }, "end": { - "line": 1281, + "line": 1299, "column": 51 } } @@ -80762,15 +82300,15 @@ }, { "type": "BreakStatement", - "start": 46504, - "end": 46510, + "start": 47352, + "end": 47358, "loc": { "start": { - "line": 1284, + "line": 1302, "column": 16 }, "end": { - "line": 1284, + "line": 1302, "column": 22 } }, @@ -80779,15 +82317,15 @@ ], "test": { "type": "Identifier", - "start": 46021, - "end": 46032, + "start": 46869, + "end": 46880, "loc": { "start": { - "line": 1274, + "line": 1292, "column": 17 }, "end": { - "line": 1274, + "line": 1292, "column": 28 }, "identifierName": "SCREEN_ONLY" @@ -80805,15 +82343,15 @@ { "type": "CommentBlock", "value": "*\n * Start loading data.\n *\n * @param {(string|blob|file)} url - Either the URL of the media file,\n * a Blob, a File object or MediaStream.\n ", - "start": 45489, - "end": 45658, + "start": 46337, + "end": 46506, "loc": { "start": { - "line": 1256, + "line": 1274, "column": 4 }, "end": { - "line": 1261, + "line": 1279, "column": 7 } } @@ -80823,15 +82361,15 @@ { "type": "CommentBlock", "value": "*\n * Show save as dialog in browser so the user can store the recorded media\n * locally.\n *\n * @param {object} name - Object with one or more names for the particular\n * blob(s) you want to save. File extensions are added automatically.\n * For example: {'video': 'name-of-video-file'}. Supported keys are\n * 'audio', 'video' and 'gif'.\n * @example\n * // save video file as 'foo.webm'\n * player.record().saveAs({'video': 'foo'});\n ", - "start": 46532, - "end": 47022, + "start": 47380, + "end": 47870, "loc": { "start": { - "line": 1288, + "line": 1306, "column": 4 }, "end": { - "line": 1299, + "line": 1317, "column": 7 } } @@ -80840,15 +82378,15 @@ }, { "type": "ClassMethod", - "start": 47027, - "end": 47144, + "start": 47875, + "end": 47992, "loc": { "start": { - "line": 1300, + "line": 1318, "column": 4 }, "end": { - "line": 1304, + "line": 1322, "column": 5 } }, @@ -80856,15 +82394,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 47027, - "end": 47033, + "start": 47875, + "end": 47881, "loc": { "start": { - "line": 1300, + "line": 1318, "column": 4 }, "end": { - "line": 1300, + "line": 1318, "column": 10 }, "identifierName": "saveAs" @@ -80880,15 +82418,15 @@ "params": [ { "type": "Identifier", - "start": 47034, - "end": 47038, + "start": 47882, + "end": 47886, "loc": { "start": { - "line": 1300, + "line": 1318, "column": 11 }, "end": { - "line": 1300, + "line": 1318, "column": 15 }, "identifierName": "name" @@ -80898,87 +82436,87 @@ ], "body": { "type": "BlockStatement", - "start": 47040, - "end": 47144, + "start": 47888, + "end": 47992, "loc": { "start": { - "line": 1300, + "line": 1318, "column": 17 }, "end": { - "line": 1304, + "line": 1322, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 47050, - "end": 47138, + "start": 47898, + "end": 47986, "loc": { "start": { - "line": 1301, + "line": 1319, "column": 8 }, "end": { - "line": 1303, + "line": 1321, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 47054, - "end": 47087, + "start": 47902, + "end": 47935, "loc": { "start": { - "line": 1301, + "line": 1319, "column": 12 }, "end": { - "line": 1301, + "line": 1319, "column": 45 } }, "left": { "type": "MemberExpression", - "start": 47054, - "end": 47065, + "start": 47902, + "end": 47913, "loc": { "start": { - "line": 1301, + "line": 1319, "column": 12 }, "end": { - "line": 1301, + "line": 1319, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 47054, - "end": 47058, + "start": 47902, + "end": 47906, "loc": { "start": { - "line": 1301, + "line": 1319, "column": 12 }, "end": { - "line": 1301, + "line": 1319, "column": 16 } } }, "property": { "type": "Identifier", - "start": 47059, - "end": 47065, + "start": 47907, + "end": 47913, "loc": { "start": { - "line": 1301, + "line": 1319, "column": 17 }, "end": { - "line": 1301, + "line": 1319, "column": 23 }, "identifierName": "engine" @@ -80990,29 +82528,29 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 47069, - "end": 47087, + "start": 47917, + "end": 47935, "loc": { "start": { - "line": 1301, + "line": 1319, "column": 27 }, "end": { - "line": 1301, + "line": 1319, "column": 45 } }, "left": { "type": "Identifier", - "start": 47069, - "end": 47073, + "start": 47917, + "end": 47921, "loc": { "start": { - "line": 1301, + "line": 1319, "column": 27 }, "end": { - "line": 1301, + "line": 1319, "column": 31 }, "identifierName": "name" @@ -81022,15 +82560,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 47078, - "end": 47087, + "start": 47926, + "end": 47935, "loc": { "start": { - "line": 1301, + "line": 1319, "column": 36 }, "end": { - "line": 1301, + "line": 1319, "column": 45 }, "identifierName": "undefined" @@ -81041,101 +82579,101 @@ }, "consequent": { "type": "BlockStatement", - "start": 47089, - "end": 47138, + "start": 47937, + "end": 47986, "loc": { "start": { - "line": 1301, + "line": 1319, "column": 47 }, "end": { - "line": 1303, + "line": 1321, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 47103, - "end": 47128, + "start": 47951, + "end": 47976, "loc": { "start": { - "line": 1302, + "line": 1320, "column": 12 }, "end": { - "line": 1302, + "line": 1320, "column": 37 } }, "expression": { "type": "CallExpression", - "start": 47103, - "end": 47127, + "start": 47951, + "end": 47975, "loc": { "start": { - "line": 1302, + "line": 1320, "column": 12 }, "end": { - "line": 1302, + "line": 1320, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 47103, - "end": 47121, + "start": 47951, + "end": 47969, "loc": { "start": { - "line": 1302, + "line": 1320, "column": 12 }, "end": { - "line": 1302, + "line": 1320, "column": 30 } }, "object": { "type": "MemberExpression", - "start": 47103, - "end": 47114, + "start": 47951, + "end": 47962, "loc": { "start": { - "line": 1302, + "line": 1320, "column": 12 }, "end": { - "line": 1302, + "line": 1320, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 47103, - "end": 47107, + "start": 47951, + "end": 47955, "loc": { "start": { - "line": 1302, + "line": 1320, "column": 12 }, "end": { - "line": 1302, + "line": 1320, "column": 16 } } }, "property": { "type": "Identifier", - "start": 47108, - "end": 47114, + "start": 47956, + "end": 47962, "loc": { "start": { - "line": 1302, + "line": 1320, "column": 17 }, "end": { - "line": 1302, + "line": 1320, "column": 23 }, "identifierName": "engine" @@ -81146,15 +82684,15 @@ }, "property": { "type": "Identifier", - "start": 47115, - "end": 47121, + "start": 47963, + "end": 47969, "loc": { "start": { - "line": 1302, + "line": 1320, "column": 24 }, "end": { - "line": 1302, + "line": 1320, "column": 30 }, "identifierName": "saveAs" @@ -81166,15 +82704,15 @@ "arguments": [ { "type": "Identifier", - "start": 47122, - "end": 47126, + "start": 47970, + "end": 47974, "loc": { "start": { - "line": 1302, + "line": 1320, "column": 31 }, "end": { - "line": 1302, + "line": 1320, "column": 35 }, "identifierName": "name" @@ -81197,15 +82735,15 @@ { "type": "CommentBlock", "value": "*\n * Show save as dialog in browser so the user can store the recorded media\n * locally.\n *\n * @param {object} name - Object with one or more names for the particular\n * blob(s) you want to save. File extensions are added automatically.\n * For example: {'video': 'name-of-video-file'}. Supported keys are\n * 'audio', 'video' and 'gif'.\n * @example\n * // save video file as 'foo.webm'\n * player.record().saveAs({'video': 'foo'});\n ", - "start": 46532, - "end": 47022, + "start": 47380, + "end": 47870, "loc": { "start": { - "line": 1288, + "line": 1306, "column": 4 }, "end": { - "line": 1299, + "line": 1317, "column": 7 } } @@ -81215,15 +82753,15 @@ { "type": "CommentBlock", "value": "*\n * Destroy plugin only.\n *\n * Use [destroy]{@link Record#destroy} to remove the plugin and the player\n * as well.\n ", - "start": 47150, - "end": 47291, + "start": 47998, + "end": 48139, "loc": { "start": { - "line": 1306, + "line": 1324, "column": 4 }, "end": { - "line": 1311, + "line": 1329, "column": 7 } } @@ -81232,15 +82770,15 @@ }, { "type": "ClassMethod", - "start": 47296, - "end": 48528, + "start": 48144, + "end": 49376, "loc": { "start": { - "line": 1312, + "line": 1330, "column": 4 }, "end": { - "line": 1352, + "line": 1370, "column": 5 } }, @@ -81248,15 +82786,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 47296, - "end": 47303, + "start": 48144, + "end": 48151, "loc": { "start": { - "line": 1312, + "line": 1330, "column": 4 }, "end": { - "line": 1312, + "line": 1330, "column": 11 }, "identifierName": "dispose" @@ -81272,86 +82810,86 @@ "params": [], "body": { "type": "BlockStatement", - "start": 47306, - "end": 48528, + "start": 48154, + "end": 49376, "loc": { "start": { - "line": 1312, + "line": 1330, "column": 14 }, "end": { - "line": 1352, + "line": 1370, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 47358, - "end": 47387, + "start": 48206, + "end": 48235, "loc": { "start": { - "line": 1314, + "line": 1332, "column": 8 }, "end": { - "line": 1314, + "line": 1332, "column": 37 } }, "expression": { "type": "CallExpression", - "start": 47358, - "end": 47386, + "start": 48206, + "end": 48234, "loc": { "start": { - "line": 1314, + "line": 1332, "column": 8 }, "end": { - "line": 1314, + "line": 1332, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 47358, - "end": 47373, + "start": 48206, + "end": 48221, "loc": { "start": { - "line": 1314, + "line": 1332, "column": 8 }, "end": { - "line": 1314, + "line": 1332, "column": 23 } }, "object": { "type": "MemberExpression", - "start": 47358, - "end": 47369, + "start": 48206, + "end": 48217, "loc": { "start": { - "line": 1314, + "line": 1332, "column": 8 }, "end": { - "line": 1314, + "line": 1332, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 47358, - "end": 47362, + "start": 48206, + "end": 48210, "loc": { "start": { - "line": 1314, + "line": 1332, "column": 8 }, "end": { - "line": 1314, + "line": 1332, "column": 12 } }, @@ -81359,15 +82897,15 @@ }, "property": { "type": "Identifier", - "start": 47363, - "end": 47369, + "start": 48211, + "end": 48217, "loc": { "start": { - "line": 1314, + "line": 1332, "column": 13 }, "end": { - "line": 1314, + "line": 1332, "column": 19 }, "identifierName": "player" @@ -81379,15 +82917,15 @@ }, "property": { "type": "Identifier", - "start": 47370, - "end": 47373, + "start": 48218, + "end": 48221, "loc": { "start": { - "line": 1314, + "line": 1332, "column": 20 }, "end": { - "line": 1314, + "line": 1332, "column": 23 }, "identifierName": "off" @@ -81400,29 +82938,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 47374, - "end": 47385, + "start": 48222, + "end": 48233, "loc": { "start": { - "line": 1314, + "line": 1332, "column": 24 }, "end": { - "line": 1314, + "line": 1332, "column": 35 } }, "object": { "type": "Identifier", - "start": 47374, - "end": 47379, + "start": 48222, + "end": 48227, "loc": { "start": { - "line": 1314, + "line": 1332, "column": 24 }, "end": { - "line": 1314, + "line": 1332, "column": 29 }, "identifierName": "Event" @@ -81431,15 +82969,15 @@ }, "property": { "type": "Identifier", - "start": 47380, - "end": 47385, + "start": 48228, + "end": 48233, "loc": { "start": { - "line": 1314, + "line": 1332, "column": 30 }, "end": { - "line": 1314, + "line": 1332, "column": 35 }, "identifierName": "READY" @@ -81455,15 +82993,15 @@ { "type": "CommentLine", "value": " disable common event listeners", - "start": 47316, - "end": 47349, + "start": 48164, + "end": 48197, "loc": { "start": { - "line": 1313, + "line": 1331, "column": 8 }, "end": { - "line": 1313, + "line": 1331, "column": 41 } } @@ -81472,86 +83010,86 @@ }, { "type": "ExpressionStatement", - "start": 47396, - "end": 47432, + "start": 48244, + "end": 48280, "loc": { "start": { - "line": 1315, + "line": 1333, "column": 8 }, "end": { - "line": 1315, + "line": 1333, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 47396, - "end": 47431, + "start": 48244, + "end": 48279, "loc": { "start": { - "line": 1315, + "line": 1333, "column": 8 }, "end": { - "line": 1315, + "line": 1333, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 47396, - "end": 47411, + "start": 48244, + "end": 48259, "loc": { "start": { - "line": 1315, + "line": 1333, "column": 8 }, "end": { - "line": 1315, + "line": 1333, "column": 23 } }, "object": { "type": "MemberExpression", - "start": 47396, - "end": 47407, + "start": 48244, + "end": 48255, "loc": { "start": { - "line": 1315, + "line": 1333, "column": 8 }, "end": { - "line": 1315, + "line": 1333, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 47396, - "end": 47400, + "start": 48244, + "end": 48248, "loc": { "start": { - "line": 1315, + "line": 1333, "column": 8 }, "end": { - "line": 1315, + "line": 1333, "column": 12 } } }, "property": { "type": "Identifier", - "start": 47401, - "end": 47407, + "start": 48249, + "end": 48255, "loc": { "start": { - "line": 1315, + "line": 1333, "column": 13 }, "end": { - "line": 1315, + "line": 1333, "column": 19 }, "identifierName": "player" @@ -81562,15 +83100,15 @@ }, "property": { "type": "Identifier", - "start": 47408, - "end": 47411, + "start": 48256, + "end": 48259, "loc": { "start": { - "line": 1315, + "line": 1333, "column": 20 }, "end": { - "line": 1315, + "line": 1333, "column": 23 }, "identifierName": "off" @@ -81582,29 +83120,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 47412, - "end": 47430, + "start": 48260, + "end": 48278, "loc": { "start": { - "line": 1315, + "line": 1333, "column": 24 }, "end": { - "line": 1315, + "line": 1333, "column": 42 } }, "object": { "type": "Identifier", - "start": 47412, - "end": 47417, + "start": 48260, + "end": 48265, "loc": { "start": { - "line": 1315, + "line": 1333, "column": 24 }, "end": { - "line": 1315, + "line": 1333, "column": 29 }, "identifierName": "Event" @@ -81613,15 +83151,15 @@ }, "property": { "type": "Identifier", - "start": 47418, - "end": 47430, + "start": 48266, + "end": 48278, "loc": { "start": { - "line": 1315, + "line": 1333, "column": 30 }, "end": { - "line": 1315, + "line": 1333, "column": 42 }, "identifierName": "USERINACTIVE" @@ -81635,86 +83173,86 @@ }, { "type": "ExpressionStatement", - "start": 47441, - "end": 47479, + "start": 48289, + "end": 48327, "loc": { "start": { - "line": 1316, + "line": 1334, "column": 8 }, "end": { - "line": 1316, + "line": 1334, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 47441, - "end": 47478, + "start": 48289, + "end": 48326, "loc": { "start": { - "line": 1316, + "line": 1334, "column": 8 }, "end": { - "line": 1316, + "line": 1334, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 47441, - "end": 47456, + "start": 48289, + "end": 48304, "loc": { "start": { - "line": 1316, + "line": 1334, "column": 8 }, "end": { - "line": 1316, + "line": 1334, "column": 23 } }, "object": { "type": "MemberExpression", - "start": 47441, - "end": 47452, + "start": 48289, + "end": 48300, "loc": { "start": { - "line": 1316, + "line": 1334, "column": 8 }, "end": { - "line": 1316, + "line": 1334, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 47441, - "end": 47445, + "start": 48289, + "end": 48293, "loc": { "start": { - "line": 1316, + "line": 1334, "column": 8 }, "end": { - "line": 1316, + "line": 1334, "column": 12 } } }, "property": { "type": "Identifier", - "start": 47446, - "end": 47452, + "start": 48294, + "end": 48300, "loc": { "start": { - "line": 1316, + "line": 1334, "column": 13 }, "end": { - "line": 1316, + "line": 1334, "column": 19 }, "identifierName": "player" @@ -81725,15 +83263,15 @@ }, "property": { "type": "Identifier", - "start": 47453, - "end": 47456, + "start": 48301, + "end": 48304, "loc": { "start": { - "line": 1316, + "line": 1334, "column": 20 }, "end": { - "line": 1316, + "line": 1334, "column": 23 }, "identifierName": "off" @@ -81745,29 +83283,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 47457, - "end": 47477, + "start": 48305, + "end": 48325, "loc": { "start": { - "line": 1316, + "line": 1334, "column": 24 }, "end": { - "line": 1316, + "line": 1334, "column": 44 } }, "object": { "type": "Identifier", - "start": 47457, - "end": 47462, + "start": 48305, + "end": 48310, "loc": { "start": { - "line": 1316, + "line": 1334, "column": 24 }, "end": { - "line": 1316, + "line": 1334, "column": 29 }, "identifierName": "Event" @@ -81776,15 +83314,15 @@ }, "property": { "type": "Identifier", - "start": 47463, - "end": 47477, + "start": 48311, + "end": 48325, "loc": { "start": { - "line": 1316, + "line": 1334, "column": 30 }, "end": { - "line": 1316, + "line": 1334, "column": 44 }, "identifierName": "LOADEDMETADATA" @@ -81799,15 +83337,15 @@ { "type": "CommentLine", "value": " prevent callbacks if recording is in progress", - "start": 47489, - "end": 47537, + "start": 48337, + "end": 48385, "loc": { "start": { - "line": 1318, + "line": 1336, "column": 8 }, "end": { - "line": 1318, + "line": 1336, "column": 56 } } @@ -81816,43 +83354,43 @@ }, { "type": "IfStatement", - "start": 47546, - "end": 47721, + "start": 48394, + "end": 48569, "loc": { "start": { - "line": 1319, + "line": 1337, "column": 8 }, "end": { - "line": 1323, + "line": 1341, "column": 9 } }, "test": { "type": "MemberExpression", - "start": 47550, - "end": 47561, + "start": 48398, + "end": 48409, "loc": { "start": { - "line": 1319, + "line": 1337, "column": 12 }, "end": { - "line": 1319, + "line": 1337, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 47550, - "end": 47554, + "start": 48398, + "end": 48402, "loc": { "start": { - "line": 1319, + "line": 1337, "column": 12 }, "end": { - "line": 1319, + "line": 1337, "column": 16 } }, @@ -81860,15 +83398,15 @@ }, "property": { "type": "Identifier", - "start": 47555, - "end": 47561, + "start": 48403, + "end": 48409, "loc": { "start": { - "line": 1319, + "line": 1337, "column": 17 }, "end": { - "line": 1319, + "line": 1337, "column": 23 }, "identifierName": "engine" @@ -81880,101 +83418,101 @@ }, "consequent": { "type": "BlockStatement", - "start": 47563, - "end": 47721, + "start": 48411, + "end": 48569, "loc": { "start": { - "line": 1319, + "line": 1337, "column": 25 }, "end": { - "line": 1323, + "line": 1341, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 47577, - "end": 47599, + "start": 48425, + "end": 48447, "loc": { "start": { - "line": 1320, + "line": 1338, "column": 12 }, "end": { - "line": 1320, + "line": 1338, "column": 34 } }, "expression": { "type": "CallExpression", - "start": 47577, - "end": 47598, + "start": 48425, + "end": 48446, "loc": { "start": { - "line": 1320, + "line": 1338, "column": 12 }, "end": { - "line": 1320, + "line": 1338, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 47577, - "end": 47596, + "start": 48425, + "end": 48444, "loc": { "start": { - "line": 1320, + "line": 1338, "column": 12 }, "end": { - "line": 1320, + "line": 1338, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 47577, - "end": 47588, + "start": 48425, + "end": 48436, "loc": { "start": { - "line": 1320, + "line": 1338, "column": 12 }, "end": { - "line": 1320, + "line": 1338, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 47577, - "end": 47581, + "start": 48425, + "end": 48429, "loc": { "start": { - "line": 1320, + "line": 1338, "column": 12 }, "end": { - "line": 1320, + "line": 1338, "column": 16 } } }, "property": { "type": "Identifier", - "start": 47582, - "end": 47588, + "start": 48430, + "end": 48436, "loc": { "start": { - "line": 1320, + "line": 1338, "column": 17 }, "end": { - "line": 1320, + "line": 1338, "column": 23 }, "identifierName": "engine" @@ -81985,15 +83523,15 @@ }, "property": { "type": "Identifier", - "start": 47589, - "end": 47596, + "start": 48437, + "end": 48444, "loc": { "start": { - "line": 1320, + "line": 1338, "column": 24 }, "end": { - "line": 1320, + "line": 1338, "column": 31 }, "identifierName": "dispose" @@ -82007,86 +83545,86 @@ }, { "type": "ExpressionStatement", - "start": 47612, - "end": 47634, + "start": 48460, + "end": 48482, "loc": { "start": { - "line": 1321, + "line": 1339, "column": 12 }, "end": { - "line": 1321, + "line": 1339, "column": 34 } }, "expression": { "type": "CallExpression", - "start": 47612, - "end": 47633, + "start": 48460, + "end": 48481, "loc": { "start": { - "line": 1321, + "line": 1339, "column": 12 }, "end": { - "line": 1321, + "line": 1339, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 47612, - "end": 47631, + "start": 48460, + "end": 48479, "loc": { "start": { - "line": 1321, + "line": 1339, "column": 12 }, "end": { - "line": 1321, + "line": 1339, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 47612, - "end": 47623, + "start": 48460, + "end": 48471, "loc": { "start": { - "line": 1321, + "line": 1339, "column": 12 }, "end": { - "line": 1321, + "line": 1339, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 47612, - "end": 47616, + "start": 48460, + "end": 48464, "loc": { "start": { - "line": 1321, + "line": 1339, "column": 12 }, "end": { - "line": 1321, + "line": 1339, "column": 16 } } }, "property": { "type": "Identifier", - "start": 47617, - "end": 47623, + "start": 48465, + "end": 48471, "loc": { "start": { - "line": 1321, + "line": 1339, "column": 17 }, "end": { - "line": 1321, + "line": 1339, "column": 23 }, "identifierName": "engine" @@ -82097,15 +83635,15 @@ }, "property": { "type": "Identifier", - "start": 47624, - "end": 47631, + "start": 48472, + "end": 48479, "loc": { "start": { - "line": 1321, + "line": 1339, "column": 24 }, "end": { - "line": 1321, + "line": 1339, "column": 31 }, "identifierName": "destroy" @@ -82119,86 +83657,86 @@ }, { "type": "ExpressionStatement", - "start": 47647, - "end": 47711, + "start": 48495, + "end": 48559, "loc": { "start": { - "line": 1322, + "line": 1340, "column": 12 }, "end": { - "line": 1322, + "line": 1340, "column": 76 } }, "expression": { "type": "CallExpression", - "start": 47647, - "end": 47710, + "start": 48495, + "end": 48558, "loc": { "start": { - "line": 1322, + "line": 1340, "column": 12 }, "end": { - "line": 1322, + "line": 1340, "column": 75 } }, "callee": { "type": "MemberExpression", - "start": 47647, - "end": 47662, + "start": 48495, + "end": 48510, "loc": { "start": { - "line": 1322, + "line": 1340, "column": 12 }, "end": { - "line": 1322, + "line": 1340, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 47647, - "end": 47658, + "start": 48495, + "end": 48506, "loc": { "start": { - "line": 1322, + "line": 1340, "column": 12 }, "end": { - "line": 1322, + "line": 1340, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 47647, - "end": 47651, + "start": 48495, + "end": 48499, "loc": { "start": { - "line": 1322, + "line": 1340, "column": 12 }, "end": { - "line": 1322, + "line": 1340, "column": 16 } } }, "property": { "type": "Identifier", - "start": 47652, - "end": 47658, + "start": 48500, + "end": 48506, "loc": { "start": { - "line": 1322, + "line": 1340, "column": 17 }, "end": { - "line": 1322, + "line": 1340, "column": 23 }, "identifierName": "engine" @@ -82209,15 +83747,15 @@ }, "property": { "type": "Identifier", - "start": 47659, - "end": 47662, + "start": 48507, + "end": 48510, "loc": { "start": { - "line": 1322, + "line": 1340, "column": 24 }, "end": { - "line": 1322, + "line": 1340, "column": 27 }, "identifierName": "off" @@ -82229,29 +83767,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 47663, - "end": 47684, + "start": 48511, + "end": 48532, "loc": { "start": { - "line": 1322, + "line": 1340, "column": 28 }, "end": { - "line": 1322, + "line": 1340, "column": 49 } }, "object": { "type": "Identifier", - "start": 47663, - "end": 47668, + "start": 48511, + "end": 48516, "loc": { "start": { - "line": 1322, + "line": 1340, "column": 28 }, "end": { - "line": 1322, + "line": 1340, "column": 33 }, "identifierName": "Event" @@ -82260,15 +83798,15 @@ }, "property": { "type": "Identifier", - "start": 47669, - "end": 47684, + "start": 48517, + "end": 48532, "loc": { "start": { - "line": 1322, + "line": 1340, "column": 34 }, "end": { - "line": 1322, + "line": 1340, "column": 49 }, "identifierName": "RECORD_COMPLETE" @@ -82279,44 +83817,44 @@ }, { "type": "MemberExpression", - "start": 47686, - "end": 47709, + "start": 48534, + "end": 48557, "loc": { "start": { - "line": 1322, + "line": 1340, "column": 51 }, "end": { - "line": 1322, + "line": 1340, "column": 74 } }, "object": { "type": "ThisExpression", - "start": 47686, - "end": 47690, + "start": 48534, + "end": 48538, "loc": { "start": { - "line": 1322, + "line": 1340, "column": 51 }, "end": { - "line": 1322, + "line": 1340, "column": 55 } } }, "property": { "type": "Identifier", - "start": 47691, - "end": 47709, + "start": 48539, + "end": 48557, "loc": { "start": { - "line": 1322, + "line": 1340, "column": 56 }, "end": { - "line": 1322, + "line": 1340, "column": 74 }, "identifierName": "engineStopCallback" @@ -82337,15 +83875,15 @@ { "type": "CommentLine", "value": " prevent callbacks if recording is in progress", - "start": 47489, - "end": 47537, + "start": 48337, + "end": 48385, "loc": { "start": { - "line": 1318, + "line": 1336, "column": 8 }, "end": { - "line": 1318, + "line": 1336, "column": 56 } } @@ -82355,15 +83893,15 @@ { "type": "CommentLine", "value": " stop recording and device", - "start": 47731, - "end": 47759, + "start": 48579, + "end": 48607, "loc": { "start": { - "line": 1325, + "line": 1343, "column": 8 }, "end": { - "line": 1325, + "line": 1343, "column": 36 } } @@ -82372,57 +83910,57 @@ }, { "type": "ExpressionStatement", - "start": 47768, - "end": 47780, + "start": 48616, + "end": 48628, "loc": { "start": { - "line": 1326, + "line": 1344, "column": 8 }, "end": { - "line": 1326, + "line": 1344, "column": 20 } }, "expression": { "type": "CallExpression", - "start": 47768, - "end": 47779, + "start": 48616, + "end": 48627, "loc": { "start": { - "line": 1326, + "line": 1344, "column": 8 }, "end": { - "line": 1326, + "line": 1344, "column": 19 } }, "callee": { "type": "MemberExpression", - "start": 47768, - "end": 47777, + "start": 48616, + "end": 48625, "loc": { "start": { - "line": 1326, + "line": 1344, "column": 8 }, "end": { - "line": 1326, + "line": 1344, "column": 17 } }, "object": { "type": "ThisExpression", - "start": 47768, - "end": 47772, + "start": 48616, + "end": 48620, "loc": { "start": { - "line": 1326, + "line": 1344, "column": 8 }, "end": { - "line": 1326, + "line": 1344, "column": 12 } }, @@ -82430,15 +83968,15 @@ }, "property": { "type": "Identifier", - "start": 47773, - "end": 47777, + "start": 48621, + "end": 48625, "loc": { "start": { - "line": 1326, + "line": 1344, "column": 13 }, "end": { - "line": 1326, + "line": 1344, "column": 17 }, "identifierName": "stop" @@ -82455,15 +83993,15 @@ { "type": "CommentLine", "value": " stop recording and device", - "start": 47731, - "end": 47759, + "start": 48579, + "end": 48607, "loc": { "start": { - "line": 1325, + "line": 1343, "column": 8 }, "end": { - "line": 1325, + "line": 1343, "column": 36 } } @@ -82472,72 +84010,72 @@ }, { "type": "ExpressionStatement", - "start": 47789, - "end": 47807, + "start": 48637, + "end": 48655, "loc": { "start": { - "line": 1327, + "line": 1345, "column": 8 }, "end": { - "line": 1327, + "line": 1345, "column": 26 } }, "expression": { "type": "CallExpression", - "start": 47789, - "end": 47806, + "start": 48637, + "end": 48654, "loc": { "start": { - "line": 1327, + "line": 1345, "column": 8 }, "end": { - "line": 1327, + "line": 1345, "column": 25 } }, "callee": { "type": "MemberExpression", - "start": 47789, - "end": 47804, + "start": 48637, + "end": 48652, "loc": { "start": { - "line": 1327, + "line": 1345, "column": 8 }, "end": { - "line": 1327, + "line": 1345, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 47789, - "end": 47793, + "start": 48637, + "end": 48641, "loc": { "start": { - "line": 1327, + "line": 1345, "column": 8 }, "end": { - "line": 1327, + "line": 1345, "column": 12 } } }, "property": { "type": "Identifier", - "start": 47794, - "end": 47804, + "start": 48642, + "end": 48652, "loc": { "start": { - "line": 1327, + "line": 1345, "column": 13 }, "end": { - "line": 1327, + "line": 1345, "column": 23 }, "identifierName": "stopDevice" @@ -82552,15 +84090,15 @@ { "type": "CommentLine", "value": " garbage collect recording", - "start": 47817, - "end": 47845, + "start": 48665, + "end": 48693, "loc": { "start": { - "line": 1329, + "line": 1347, "column": 8 }, "end": { - "line": 1329, + "line": 1347, "column": 36 } } @@ -82569,57 +84107,57 @@ }, { "type": "ExpressionStatement", - "start": 47854, - "end": 47877, + "start": 48702, + "end": 48725, "loc": { "start": { - "line": 1330, + "line": 1348, "column": 8 }, "end": { - "line": 1330, + "line": 1348, "column": 31 } }, "expression": { "type": "CallExpression", - "start": 47854, - "end": 47876, + "start": 48702, + "end": 48724, "loc": { "start": { - "line": 1330, + "line": 1348, "column": 8 }, "end": { - "line": 1330, + "line": 1348, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 47854, - "end": 47874, + "start": 48702, + "end": 48722, "loc": { "start": { - "line": 1330, + "line": 1348, "column": 8 }, "end": { - "line": 1330, + "line": 1348, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 47854, - "end": 47858, + "start": 48702, + "end": 48706, "loc": { "start": { - "line": 1330, + "line": 1348, "column": 8 }, "end": { - "line": 1330, + "line": 1348, "column": 12 } }, @@ -82627,15 +84165,15 @@ }, "property": { "type": "Identifier", - "start": 47859, - "end": 47874, + "start": 48707, + "end": 48722, "loc": { "start": { - "line": 1330, + "line": 1348, "column": 13 }, "end": { - "line": 1330, + "line": 1348, "column": 28 }, "identifierName": "removeRecording" @@ -82652,15 +84190,15 @@ { "type": "CommentLine", "value": " garbage collect recording", - "start": 47817, - "end": 47845, + "start": 48665, + "end": 48693, "loc": { "start": { - "line": 1329, + "line": 1347, "column": 8 }, "end": { - "line": 1329, + "line": 1347, "column": 36 } } @@ -82670,15 +84208,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 47887, - "end": 47904, + "start": 48735, + "end": 48752, "loc": { "start": { - "line": 1332, + "line": 1350, "column": 8 }, "end": { - "line": 1332, + "line": 1350, "column": 25 } } @@ -82687,71 +84225,71 @@ }, { "type": "ExpressionStatement", - "start": 47913, - "end": 47955, + "start": 48761, + "end": 48803, "loc": { "start": { - "line": 1333, + "line": 1351, "column": 8 }, "end": { - "line": 1333, + "line": 1351, "column": 50 } }, "expression": { "type": "CallExpression", - "start": 47913, - "end": 47954, + "start": 48761, + "end": 48802, "loc": { "start": { - "line": 1333, + "line": 1351, "column": 8 }, "end": { - "line": 1333, + "line": 1351, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 47913, - "end": 47938, + "start": 48761, + "end": 48786, "loc": { "start": { - "line": 1333, + "line": 1351, "column": 8 }, "end": { - "line": 1333, + "line": 1351, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 47913, - "end": 47924, + "start": 48761, + "end": 48772, "loc": { "start": { - "line": 1333, + "line": 1351, "column": 8 }, "end": { - "line": 1333, + "line": 1351, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 47913, - "end": 47917, + "start": 48761, + "end": 48765, "loc": { "start": { - "line": 1333, + "line": 1351, "column": 8 }, "end": { - "line": 1333, + "line": 1351, "column": 12 } }, @@ -82759,15 +84297,15 @@ }, "property": { "type": "Identifier", - "start": 47918, - "end": 47924, + "start": 48766, + "end": 48772, "loc": { "start": { - "line": 1333, + "line": 1351, "column": 13 }, "end": { - "line": 1333, + "line": 1351, "column": 19 }, "identifierName": "player" @@ -82779,15 +84317,15 @@ }, "property": { "type": "Identifier", - "start": 47925, - "end": 47938, + "start": 48773, + "end": 48786, "loc": { "start": { - "line": 1333, + "line": 1351, "column": 20 }, "end": { - "line": 1333, + "line": 1351, "column": 33 }, "identifierName": "clearInterval" @@ -82800,44 +84338,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 47939, - "end": 47953, + "start": 48787, + "end": 48801, "loc": { "start": { - "line": 1333, + "line": 1351, "column": 34 }, "end": { - "line": 1333, + "line": 1351, "column": 48 } }, "object": { "type": "ThisExpression", - "start": 47939, - "end": 47943, + "start": 48787, + "end": 48791, "loc": { "start": { - "line": 1333, + "line": 1351, "column": 34 }, "end": { - "line": 1333, + "line": 1351, "column": 38 } } }, "property": { "type": "Identifier", - "start": 47944, - "end": 47953, + "start": 48792, + "end": 48801, "loc": { "start": { - "line": 1333, + "line": 1351, "column": 39 }, "end": { - "line": 1333, + "line": 1351, "column": 48 }, "identifierName": "countDown" @@ -82853,15 +84391,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 47887, - "end": 47904, + "start": 48735, + "end": 48752, "loc": { "start": { - "line": 1332, + "line": 1350, "column": 8 }, "end": { - "line": 1332, + "line": 1350, "column": 25 } } @@ -82871,15 +84409,15 @@ { "type": "CommentLine", "value": " dispose wavesurfer.js", - "start": 47965, - "end": 47989, + "start": 48813, + "end": 48837, "loc": { "start": { - "line": 1335, + "line": 1353, "column": 8 }, "end": { - "line": 1335, + "line": 1353, "column": 32 } } @@ -82888,71 +84426,71 @@ }, { "type": "IfStatement", - "start": 47998, - "end": 48468, + "start": 48846, + "end": 49316, "loc": { "start": { - "line": 1336, + "line": 1354, "column": 8 }, "end": { - "line": 1347, + "line": 1365, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 48002, - "end": 48037, + "start": 48850, + "end": 48885, "loc": { "start": { - "line": 1336, + "line": 1354, "column": 12 }, "end": { - "line": 1336, + "line": 1354, "column": 47 } }, "left": { "type": "CallExpression", - "start": 48002, - "end": 48022, + "start": 48850, + "end": 48870, "loc": { "start": { - "line": 1336, + "line": 1354, "column": 12 }, "end": { - "line": 1336, + "line": 1354, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 48002, - "end": 48020, + "start": 48850, + "end": 48868, "loc": { "start": { - "line": 1336, + "line": 1354, "column": 12 }, "end": { - "line": 1336, + "line": 1354, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 48002, - "end": 48006, + "start": 48850, + "end": 48854, "loc": { "start": { - "line": 1336, + "line": 1354, "column": 12 }, "end": { - "line": 1336, + "line": 1354, "column": 16 } }, @@ -82960,15 +84498,15 @@ }, "property": { "type": "Identifier", - "start": 48007, - "end": 48020, + "start": 48855, + "end": 48868, "loc": { "start": { - "line": 1336, + "line": 1354, "column": 17 }, "end": { - "line": 1336, + "line": 1354, "column": 30 }, "identifierName": "getRecordType" @@ -82984,15 +84522,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 48027, - "end": 48037, + "start": 48875, + "end": 48885, "loc": { "start": { - "line": 1336, + "line": 1354, "column": 37 }, "end": { - "line": 1336, + "line": 1354, "column": 47 }, "identifierName": "AUDIO_ONLY" @@ -83003,73 +84541,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 48039, - "end": 48174, + "start": 48887, + "end": 49022, "loc": { "start": { - "line": 1336, + "line": 1354, "column": 49 }, "end": { - "line": 1341, + "line": 1359, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 48053, - "end": 48164, + "start": 48901, + "end": 49012, "loc": { "start": { - "line": 1337, + "line": 1355, "column": 12 }, "end": { - "line": 1340, + "line": 1358, "column": 13 } }, "test": { "type": "MemberExpression", - "start": 48057, - "end": 48068, + "start": 48905, + "end": 48916, "loc": { "start": { - "line": 1337, + "line": 1355, "column": 16 }, "end": { - "line": 1337, + "line": 1355, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 48057, - "end": 48061, + "start": 48905, + "end": 48909, "loc": { "start": { - "line": 1337, + "line": 1355, "column": 16 }, "end": { - "line": 1337, + "line": 1355, "column": 20 } } }, "property": { "type": "Identifier", - "start": 48062, - "end": 48068, + "start": 48910, + "end": 48916, "loc": { "start": { - "line": 1337, + "line": 1355, "column": 21 }, "end": { - "line": 1337, + "line": 1355, "column": 27 }, "identifierName": "surfer" @@ -83080,86 +84618,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 48070, - "end": 48164, + "start": 48918, + "end": 49012, "loc": { "start": { - "line": 1337, + "line": 1355, "column": 29 }, "end": { - "line": 1340, + "line": 1358, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 48128, - "end": 48150, + "start": 48976, + "end": 48998, "loc": { "start": { - "line": 1339, + "line": 1357, "column": 16 }, "end": { - "line": 1339, + "line": 1357, "column": 38 } }, "expression": { "type": "CallExpression", - "start": 48128, - "end": 48149, + "start": 48976, + "end": 48997, "loc": { "start": { - "line": 1339, + "line": 1357, "column": 16 }, "end": { - "line": 1339, + "line": 1357, "column": 37 } }, "callee": { "type": "MemberExpression", - "start": 48128, - "end": 48147, + "start": 48976, + "end": 48995, "loc": { "start": { - "line": 1339, + "line": 1357, "column": 16 }, "end": { - "line": 1339, + "line": 1357, "column": 35 } }, "object": { "type": "MemberExpression", - "start": 48128, - "end": 48139, + "start": 48976, + "end": 48987, "loc": { "start": { - "line": 1339, + "line": 1357, "column": 16 }, "end": { - "line": 1339, + "line": 1357, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 48128, - "end": 48132, + "start": 48976, + "end": 48980, "loc": { "start": { - "line": 1339, + "line": 1357, "column": 16 }, "end": { - "line": 1339, + "line": 1357, "column": 20 } }, @@ -83167,15 +84705,15 @@ }, "property": { "type": "Identifier", - "start": 48133, - "end": 48139, + "start": 48981, + "end": 48987, "loc": { "start": { - "line": 1339, + "line": 1357, "column": 21 }, "end": { - "line": 1339, + "line": 1357, "column": 27 }, "identifierName": "surfer" @@ -83187,15 +84725,15 @@ }, "property": { "type": "Identifier", - "start": 48140, - "end": 48147, + "start": 48988, + "end": 48995, "loc": { "start": { - "line": 1339, + "line": 1357, "column": 28 }, "end": { - "line": 1339, + "line": 1357, "column": 35 }, "identifierName": "destroy" @@ -83212,15 +84750,15 @@ { "type": "CommentLine", "value": " also disposes player", - "start": 48088, - "end": 48111, + "start": 48936, + "end": 48959, "loc": { "start": { - "line": 1338, + "line": 1356, "column": 16 }, "end": { - "line": 1338, + "line": 1356, "column": 39 } } @@ -83237,86 +84775,86 @@ }, "alternate": { "type": "IfStatement", - "start": 48180, - "end": 48468, + "start": 49028, + "end": 49316, "loc": { "start": { - "line": 1341, + "line": 1359, "column": 15 }, "end": { - "line": 1347, + "line": 1365, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 48184, - "end": 48219, + "start": 49032, + "end": 49067, "loc": { "start": { - "line": 1341, + "line": 1359, "column": 19 }, "end": { - "line": 1341, + "line": 1359, "column": 54 } }, "left": { "type": "CallExpression", - "start": 48184, - "end": 48204, + "start": 49032, + "end": 49052, "loc": { "start": { - "line": 1341, + "line": 1359, "column": 19 }, "end": { - "line": 1341, + "line": 1359, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 48184, - "end": 48202, + "start": 49032, + "end": 49050, "loc": { "start": { - "line": 1341, + "line": 1359, "column": 19 }, "end": { - "line": 1341, + "line": 1359, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 48184, - "end": 48188, + "start": 49032, + "end": 49036, "loc": { "start": { - "line": 1341, + "line": 1359, "column": 19 }, "end": { - "line": 1341, + "line": 1359, "column": 23 } } }, "property": { "type": "Identifier", - "start": 48189, - "end": 48202, + "start": 49037, + "end": 49050, "loc": { "start": { - "line": 1341, + "line": 1359, "column": 24 }, "end": { - "line": 1341, + "line": 1359, "column": 37 }, "identifierName": "getRecordType" @@ -83330,15 +84868,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 48209, - "end": 48219, + "start": 49057, + "end": 49067, "loc": { "start": { - "line": 1341, + "line": 1359, "column": 44 }, "end": { - "line": 1341, + "line": 1359, "column": 54 }, "identifierName": "IMAGE_ONLY" @@ -83348,87 +84886,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 48221, - "end": 48468, + "start": 49069, + "end": 49316, "loc": { "start": { - "line": 1341, + "line": 1359, "column": 56 }, "end": { - "line": 1347, + "line": 1365, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 48235, - "end": 48458, + "start": 49083, + "end": 49306, "loc": { "start": { - "line": 1342, + "line": 1360, "column": 12 }, "end": { - "line": 1346, + "line": 1364, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 48239, - "end": 48286, + "start": 49087, + "end": 49134, "loc": { "start": { - "line": 1342, + "line": 1360, "column": 16 }, "end": { - "line": 1342, + "line": 1360, "column": 63 } }, "left": { "type": "MemberExpression", - "start": 48239, - "end": 48256, + "start": 49087, + "end": 49104, "loc": { "start": { - "line": 1342, + "line": 1360, "column": 16 }, "end": { - "line": 1342, + "line": 1360, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 48239, - "end": 48243, + "start": 49087, + "end": 49091, "loc": { "start": { - "line": 1342, + "line": 1360, "column": 16 }, "end": { - "line": 1342, + "line": 1360, "column": 20 } } }, "property": { "type": "Identifier", - "start": 48244, - "end": 48256, + "start": 49092, + "end": 49104, "loc": { "start": { - "line": 1342, + "line": 1360, "column": 21 }, "end": { - "line": 1342, + "line": 1360, "column": 33 }, "identifierName": "mediaElement" @@ -83440,44 +84978,44 @@ "operator": "&&", "right": { "type": "MemberExpression", - "start": 48260, - "end": 48286, + "start": 49108, + "end": 49134, "loc": { "start": { - "line": 1342, + "line": 1360, "column": 37 }, "end": { - "line": 1342, + "line": 1360, "column": 63 } }, "object": { "type": "ThisExpression", - "start": 48260, - "end": 48264, + "start": 49108, + "end": 49112, "loc": { "start": { - "line": 1342, + "line": 1360, "column": 37 }, "end": { - "line": 1342, + "line": 1360, "column": 41 } } }, "property": { "type": "Identifier", - "start": 48265, - "end": 48286, + "start": 49113, + "end": 49134, "loc": { "start": { - "line": 1342, + "line": 1360, "column": 42 }, "end": { - "line": 1342, + "line": 1360, "column": 63 }, "identifierName": "streamVisibleCallback" @@ -83489,86 +85027,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 48288, - "end": 48458, + "start": 49136, + "end": 49306, "loc": { "start": { - "line": 1342, + "line": 1360, "column": 65 }, "end": { - "line": 1346, + "line": 1364, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 48343, - "end": 48444, + "start": 49191, + "end": 49292, "loc": { "start": { - "line": 1344, + "line": 1362, "column": 16 }, "end": { - "line": 1345, + "line": 1363, "column": 48 } }, "expression": { "type": "CallExpression", - "start": 48343, - "end": 48443, + "start": 49191, + "end": 49291, "loc": { "start": { - "line": 1344, + "line": 1362, "column": 16 }, "end": { - "line": 1345, + "line": 1363, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 48343, - "end": 48380, + "start": 49191, + "end": 49228, "loc": { "start": { - "line": 1344, + "line": 1362, "column": 16 }, "end": { - "line": 1344, + "line": 1362, "column": 53 } }, "object": { "type": "MemberExpression", - "start": 48343, - "end": 48360, + "start": 49191, + "end": 49208, "loc": { "start": { - "line": 1344, + "line": 1362, "column": 16 }, "end": { - "line": 1344, + "line": 1362, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 48343, - "end": 48347, + "start": 49191, + "end": 49195, "loc": { "start": { - "line": 1344, + "line": 1362, "column": 16 }, "end": { - "line": 1344, + "line": 1362, "column": 20 } }, @@ -83576,15 +85114,15 @@ }, "property": { "type": "Identifier", - "start": 48348, - "end": 48360, + "start": 49196, + "end": 49208, "loc": { "start": { - "line": 1344, + "line": 1362, "column": 21 }, "end": { - "line": 1344, + "line": 1362, "column": 33 }, "identifierName": "mediaElement" @@ -83596,15 +85134,15 @@ }, "property": { "type": "Identifier", - "start": 48361, - "end": 48380, + "start": 49209, + "end": 49228, "loc": { "start": { - "line": 1344, + "line": 1362, "column": 34 }, "end": { - "line": 1344, + "line": 1362, "column": 53 }, "identifierName": "removeEventListener" @@ -83617,29 +85155,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 48381, - "end": 48394, + "start": 49229, + "end": 49242, "loc": { "start": { - "line": 1344, + "line": 1362, "column": 54 }, "end": { - "line": 1344, + "line": 1362, "column": 67 } }, "object": { "type": "Identifier", - "start": 48381, - "end": 48386, + "start": 49229, + "end": 49234, "loc": { "start": { - "line": 1344, + "line": 1362, "column": 54 }, "end": { - "line": 1344, + "line": 1362, "column": 59 }, "identifierName": "Event" @@ -83648,15 +85186,15 @@ }, "property": { "type": "Identifier", - "start": 48387, - "end": 48394, + "start": 49235, + "end": 49242, "loc": { "start": { - "line": 1344, + "line": 1362, "column": 60 }, "end": { - "line": 1344, + "line": 1362, "column": 67 }, "identifierName": "PLAYING" @@ -83667,44 +85205,44 @@ }, { "type": "MemberExpression", - "start": 48416, - "end": 48442, + "start": 49264, + "end": 49290, "loc": { "start": { - "line": 1345, + "line": 1363, "column": 20 }, "end": { - "line": 1345, + "line": 1363, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 48416, - "end": 48420, + "start": 49264, + "end": 49268, "loc": { "start": { - "line": 1345, + "line": 1363, "column": 20 }, "end": { - "line": 1345, + "line": 1363, "column": 24 } } }, "property": { "type": "Identifier", - "start": 48421, - "end": 48442, + "start": 49269, + "end": 49290, "loc": { "start": { - "line": 1345, + "line": 1363, "column": 25 }, "end": { - "line": 1345, + "line": 1363, "column": 46 }, "identifierName": "streamVisibleCallback" @@ -83720,15 +85258,15 @@ { "type": "CommentLine", "value": " cleanup listeners", - "start": 48306, - "end": 48326, + "start": 49154, + "end": 49174, "loc": { "start": { - "line": 1343, + "line": 1361, "column": 16 }, "end": { - "line": 1343, + "line": 1361, "column": 36 } } @@ -83749,15 +85287,15 @@ { "type": "CommentLine", "value": " dispose wavesurfer.js", - "start": 47965, - "end": 47989, + "start": 48813, + "end": 48837, "loc": { "start": { - "line": 1335, + "line": 1353, "column": 8 }, "end": { - "line": 1335, + "line": 1353, "column": 32 } } @@ -83766,72 +85304,72 @@ }, { "type": "ExpressionStatement", - "start": 48478, - "end": 48496, + "start": 49326, + "end": 49344, "loc": { "start": { - "line": 1349, + "line": 1367, "column": 8 }, "end": { - "line": 1349, + "line": 1367, "column": 26 } }, "expression": { "type": "CallExpression", - "start": 48478, - "end": 48495, + "start": 49326, + "end": 49343, "loc": { "start": { - "line": 1349, + "line": 1367, "column": 8 }, "end": { - "line": 1349, + "line": 1367, "column": 25 } }, "callee": { "type": "MemberExpression", - "start": 48478, - "end": 48493, + "start": 49326, + "end": 49341, "loc": { "start": { - "line": 1349, + "line": 1367, "column": 8 }, "end": { - "line": 1349, + "line": 1367, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 48478, - "end": 48482, + "start": 49326, + "end": 49330, "loc": { "start": { - "line": 1349, + "line": 1367, "column": 8 }, "end": { - "line": 1349, + "line": 1367, "column": 12 } } }, "property": { "type": "Identifier", - "start": 48483, - "end": 48493, + "start": 49331, + "end": 49341, "loc": { "start": { - "line": 1349, + "line": 1367, "column": 13 }, "end": { - "line": 1349, + "line": 1367, "column": 23 }, "identifierName": "resetState" @@ -83845,72 +85383,72 @@ }, { "type": "ExpressionStatement", - "start": 48506, - "end": 48522, + "start": 49354, + "end": 49370, "loc": { "start": { - "line": 1351, + "line": 1369, "column": 8 }, "end": { - "line": 1351, + "line": 1369, "column": 24 } }, "expression": { "type": "CallExpression", - "start": 48506, - "end": 48521, + "start": 49354, + "end": 49369, "loc": { "start": { - "line": 1351, + "line": 1369, "column": 8 }, "end": { - "line": 1351, + "line": 1369, "column": 23 } }, "callee": { "type": "MemberExpression", - "start": 48506, - "end": 48519, + "start": 49354, + "end": 49367, "loc": { "start": { - "line": 1351, + "line": 1369, "column": 8 }, "end": { - "line": 1351, + "line": 1369, "column": 21 } }, "object": { "type": "Super", - "start": 48506, - "end": 48511, + "start": 49354, + "end": 49359, "loc": { "start": { - "line": 1351, + "line": 1369, "column": 8 }, "end": { - "line": 1351, + "line": 1369, "column": 13 } } }, "property": { "type": "Identifier", - "start": 48512, - "end": 48519, + "start": 49360, + "end": 49367, "loc": { "start": { - "line": 1351, + "line": 1369, "column": 14 }, "end": { - "line": 1351, + "line": 1369, "column": 21 }, "identifierName": "dispose" @@ -83930,15 +85468,15 @@ { "type": "CommentBlock", "value": "*\n * Destroy plugin only.\n *\n * Use [destroy]{@link Record#destroy} to remove the plugin and the player\n * as well.\n ", - "start": 47150, - "end": 47291, + "start": 47998, + "end": 48139, "loc": { "start": { - "line": 1306, + "line": 1324, "column": 4 }, "end": { - "line": 1311, + "line": 1329, "column": 7 } } @@ -83948,15 +85486,15 @@ { "type": "CommentBlock", "value": "*\n * Destroy plugin and players and cleanup resources.\n ", - "start": 48534, - "end": 48602, + "start": 49382, + "end": 49450, "loc": { "start": { - "line": 1354, + "line": 1372, "column": 4 }, "end": { - "line": 1356, + "line": 1374, "column": 7 } } @@ -83965,15 +85503,15 @@ }, { "type": "ClassMethod", - "start": 48607, - "end": 48655, + "start": 49455, + "end": 49503, "loc": { "start": { - "line": 1357, + "line": 1375, "column": 4 }, "end": { - "line": 1359, + "line": 1377, "column": 5 } }, @@ -83981,15 +85519,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 48607, - "end": 48614, + "start": 49455, + "end": 49462, "loc": { "start": { - "line": 1357, + "line": 1375, "column": 4 }, "end": { - "line": 1357, + "line": 1375, "column": 11 }, "identifierName": "destroy" @@ -84005,101 +85543,101 @@ "params": [], "body": { "type": "BlockStatement", - "start": 48617, - "end": 48655, + "start": 49465, + "end": 49503, "loc": { "start": { - "line": 1357, + "line": 1375, "column": 14 }, "end": { - "line": 1359, + "line": 1377, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 48627, - "end": 48649, + "start": 49475, + "end": 49497, "loc": { "start": { - "line": 1358, + "line": 1376, "column": 8 }, "end": { - "line": 1358, + "line": 1376, "column": 30 } }, "expression": { "type": "CallExpression", - "start": 48627, - "end": 48648, + "start": 49475, + "end": 49496, "loc": { "start": { - "line": 1358, + "line": 1376, "column": 8 }, "end": { - "line": 1358, + "line": 1376, "column": 29 } }, "callee": { "type": "MemberExpression", - "start": 48627, - "end": 48646, + "start": 49475, + "end": 49494, "loc": { "start": { - "line": 1358, + "line": 1376, "column": 8 }, "end": { - "line": 1358, + "line": 1376, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 48627, - "end": 48638, + "start": 49475, + "end": 49486, "loc": { "start": { - "line": 1358, + "line": 1376, "column": 8 }, "end": { - "line": 1358, + "line": 1376, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 48627, - "end": 48631, + "start": 49475, + "end": 49479, "loc": { "start": { - "line": 1358, + "line": 1376, "column": 8 }, "end": { - "line": 1358, + "line": 1376, "column": 12 } } }, "property": { "type": "Identifier", - "start": 48632, - "end": 48638, + "start": 49480, + "end": 49486, "loc": { "start": { - "line": 1358, + "line": 1376, "column": 13 }, "end": { - "line": 1358, + "line": 1376, "column": 19 }, "identifierName": "player" @@ -84110,15 +85648,15 @@ }, "property": { "type": "Identifier", - "start": 48639, - "end": 48646, + "start": 49487, + "end": 49494, "loc": { "start": { - "line": 1358, + "line": 1376, "column": 20 }, "end": { - "line": 1358, + "line": 1376, "column": 27 }, "identifierName": "dispose" @@ -84138,15 +85676,15 @@ { "type": "CommentBlock", "value": "*\n * Destroy plugin and players and cleanup resources.\n ", - "start": 48534, - "end": 48602, + "start": 49382, + "end": 49450, "loc": { "start": { - "line": 1354, + "line": 1372, "column": 4 }, "end": { - "line": 1356, + "line": 1374, "column": 7 } } @@ -84156,15 +85694,15 @@ { "type": "CommentBlock", "value": "*\n * Reset the plugin.\n ", - "start": 48661, - "end": 48697, + "start": 49509, + "end": 49545, "loc": { "start": { - "line": 1361, + "line": 1379, "column": 4 }, "end": { - "line": 1363, + "line": 1381, "column": 7 } } @@ -84173,15 +85711,15 @@ }, { "type": "ClassMethod", - "start": 48702, - "end": 50447, + "start": 49550, + "end": 51295, "loc": { "start": { - "line": 1364, + "line": 1382, "column": 4 }, "end": { - "line": 1426, + "line": 1444, "column": 5 } }, @@ -84189,15 +85727,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 48702, - "end": 48707, + "start": 49550, + "end": 49555, "loc": { "start": { - "line": 1364, + "line": 1382, "column": 4 }, "end": { - "line": 1364, + "line": 1382, "column": 9 }, "identifierName": "reset" @@ -84213,58 +85751,58 @@ "params": [], "body": { "type": "BlockStatement", - "start": 48710, - "end": 50447, + "start": 49558, + "end": 51295, "loc": { "start": { - "line": 1364, + "line": 1382, "column": 12 }, "end": { - "line": 1426, + "line": 1444, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 48777, - "end": 48917, + "start": 49625, + "end": 49765, "loc": { "start": { - "line": 1366, + "line": 1384, "column": 8 }, "end": { - "line": 1369, + "line": 1387, "column": 9 } }, "test": { "type": "MemberExpression", - "start": 48781, - "end": 48792, + "start": 49629, + "end": 49640, "loc": { "start": { - "line": 1366, + "line": 1384, "column": 12 }, "end": { - "line": 1366, + "line": 1384, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 48781, - "end": 48785, + "start": 49629, + "end": 49633, "loc": { "start": { - "line": 1366, + "line": 1384, "column": 12 }, "end": { - "line": 1366, + "line": 1384, "column": 16 } }, @@ -84272,15 +85810,15 @@ }, "property": { "type": "Identifier", - "start": 48786, - "end": 48792, + "start": 49634, + "end": 49640, "loc": { "start": { - "line": 1366, + "line": 1384, "column": 17 }, "end": { - "line": 1366, + "line": 1384, "column": 23 }, "identifierName": "engine" @@ -84292,101 +85830,101 @@ }, "consequent": { "type": "BlockStatement", - "start": 48794, - "end": 48917, + "start": 49642, + "end": 49765, "loc": { "start": { - "line": 1366, + "line": 1384, "column": 25 }, "end": { - "line": 1369, + "line": 1387, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 48808, - "end": 48830, + "start": 49656, + "end": 49678, "loc": { "start": { - "line": 1367, + "line": 1385, "column": 12 }, "end": { - "line": 1367, + "line": 1385, "column": 34 } }, "expression": { "type": "CallExpression", - "start": 48808, - "end": 48829, + "start": 49656, + "end": 49677, "loc": { "start": { - "line": 1367, + "line": 1385, "column": 12 }, "end": { - "line": 1367, + "line": 1385, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 48808, - "end": 48827, + "start": 49656, + "end": 49675, "loc": { "start": { - "line": 1367, + "line": 1385, "column": 12 }, "end": { - "line": 1367, + "line": 1385, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 48808, - "end": 48819, + "start": 49656, + "end": 49667, "loc": { "start": { - "line": 1367, + "line": 1385, "column": 12 }, "end": { - "line": 1367, + "line": 1385, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 48808, - "end": 48812, + "start": 49656, + "end": 49660, "loc": { "start": { - "line": 1367, + "line": 1385, "column": 12 }, "end": { - "line": 1367, + "line": 1385, "column": 16 } } }, "property": { "type": "Identifier", - "start": 48813, - "end": 48819, + "start": 49661, + "end": 49667, "loc": { "start": { - "line": 1367, + "line": 1385, "column": 17 }, "end": { - "line": 1367, + "line": 1385, "column": 23 }, "identifierName": "engine" @@ -84397,15 +85935,15 @@ }, "property": { "type": "Identifier", - "start": 48820, - "end": 48827, + "start": 49668, + "end": 49675, "loc": { "start": { - "line": 1367, + "line": 1385, "column": 24 }, "end": { - "line": 1367, + "line": 1385, "column": 31 }, "identifierName": "dispose" @@ -84419,86 +85957,86 @@ }, { "type": "ExpressionStatement", - "start": 48843, - "end": 48907, + "start": 49691, + "end": 49755, "loc": { "start": { - "line": 1368, + "line": 1386, "column": 12 }, "end": { - "line": 1368, + "line": 1386, "column": 76 } }, "expression": { "type": "CallExpression", - "start": 48843, - "end": 48906, + "start": 49691, + "end": 49754, "loc": { "start": { - "line": 1368, + "line": 1386, "column": 12 }, "end": { - "line": 1368, + "line": 1386, "column": 75 } }, "callee": { "type": "MemberExpression", - "start": 48843, - "end": 48858, + "start": 49691, + "end": 49706, "loc": { "start": { - "line": 1368, + "line": 1386, "column": 12 }, "end": { - "line": 1368, + "line": 1386, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 48843, - "end": 48854, + "start": 49691, + "end": 49702, "loc": { "start": { - "line": 1368, + "line": 1386, "column": 12 }, "end": { - "line": 1368, + "line": 1386, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 48843, - "end": 48847, + "start": 49691, + "end": 49695, "loc": { "start": { - "line": 1368, + "line": 1386, "column": 12 }, "end": { - "line": 1368, + "line": 1386, "column": 16 } } }, "property": { "type": "Identifier", - "start": 48848, - "end": 48854, + "start": 49696, + "end": 49702, "loc": { "start": { - "line": 1368, + "line": 1386, "column": 17 }, "end": { - "line": 1368, + "line": 1386, "column": 23 }, "identifierName": "engine" @@ -84509,15 +86047,15 @@ }, "property": { "type": "Identifier", - "start": 48855, - "end": 48858, + "start": 49703, + "end": 49706, "loc": { "start": { - "line": 1368, + "line": 1386, "column": 24 }, "end": { - "line": 1368, + "line": 1386, "column": 27 }, "identifierName": "off" @@ -84529,29 +86067,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 48859, - "end": 48880, + "start": 49707, + "end": 49728, "loc": { "start": { - "line": 1368, + "line": 1386, "column": 28 }, "end": { - "line": 1368, + "line": 1386, "column": 49 } }, "object": { "type": "Identifier", - "start": 48859, - "end": 48864, + "start": 49707, + "end": 49712, "loc": { "start": { - "line": 1368, + "line": 1386, "column": 28 }, "end": { - "line": 1368, + "line": 1386, "column": 33 }, "identifierName": "Event" @@ -84560,15 +86098,15 @@ }, "property": { "type": "Identifier", - "start": 48865, - "end": 48880, + "start": 49713, + "end": 49728, "loc": { "start": { - "line": 1368, + "line": 1386, "column": 34 }, "end": { - "line": 1368, + "line": 1386, "column": 49 }, "identifierName": "RECORD_COMPLETE" @@ -84579,44 +86117,44 @@ }, { "type": "MemberExpression", - "start": 48882, - "end": 48905, + "start": 49730, + "end": 49753, "loc": { "start": { - "line": 1368, + "line": 1386, "column": 51 }, "end": { - "line": 1368, + "line": 1386, "column": 74 } }, "object": { "type": "ThisExpression", - "start": 48882, - "end": 48886, + "start": 49730, + "end": 49734, "loc": { "start": { - "line": 1368, + "line": 1386, "column": 51 }, "end": { - "line": 1368, + "line": 1386, "column": 55 } } }, "property": { "type": "Identifier", - "start": 48887, - "end": 48905, + "start": 49735, + "end": 49753, "loc": { "start": { - "line": 1368, + "line": 1386, "column": 56 }, "end": { - "line": 1368, + "line": 1386, "column": 74 }, "identifierName": "engineStopCallback" @@ -84637,15 +86175,15 @@ { "type": "CommentLine", "value": " prevent callbacks if recording is in progress", - "start": 48720, - "end": 48768, + "start": 49568, + "end": 49616, "loc": { "start": { - "line": 1365, + "line": 1383, "column": 8 }, "end": { - "line": 1365, + "line": 1383, "column": 56 } } @@ -84655,15 +86193,15 @@ { "type": "CommentLine", "value": " stop recording and device", - "start": 48927, - "end": 48955, + "start": 49775, + "end": 49803, "loc": { "start": { - "line": 1371, + "line": 1389, "column": 8 }, "end": { - "line": 1371, + "line": 1389, "column": 36 } } @@ -84672,57 +86210,57 @@ }, { "type": "ExpressionStatement", - "start": 48964, - "end": 48976, + "start": 49812, + "end": 49824, "loc": { "start": { - "line": 1372, + "line": 1390, "column": 8 }, "end": { - "line": 1372, + "line": 1390, "column": 20 } }, "expression": { "type": "CallExpression", - "start": 48964, - "end": 48975, + "start": 49812, + "end": 49823, "loc": { "start": { - "line": 1372, + "line": 1390, "column": 8 }, "end": { - "line": 1372, + "line": 1390, "column": 19 } }, "callee": { "type": "MemberExpression", - "start": 48964, - "end": 48973, + "start": 49812, + "end": 49821, "loc": { "start": { - "line": 1372, + "line": 1390, "column": 8 }, "end": { - "line": 1372, + "line": 1390, "column": 17 } }, "object": { "type": "ThisExpression", - "start": 48964, - "end": 48968, + "start": 49812, + "end": 49816, "loc": { "start": { - "line": 1372, + "line": 1390, "column": 8 }, "end": { - "line": 1372, + "line": 1390, "column": 12 } }, @@ -84730,15 +86268,15 @@ }, "property": { "type": "Identifier", - "start": 48969, - "end": 48973, + "start": 49817, + "end": 49821, "loc": { "start": { - "line": 1372, + "line": 1390, "column": 13 }, "end": { - "line": 1372, + "line": 1390, "column": 17 }, "identifierName": "stop" @@ -84755,15 +86293,15 @@ { "type": "CommentLine", "value": " stop recording and device", - "start": 48927, - "end": 48955, + "start": 49775, + "end": 49803, "loc": { "start": { - "line": 1371, + "line": 1389, "column": 8 }, "end": { - "line": 1371, + "line": 1389, "column": 36 } } @@ -84772,72 +86310,72 @@ }, { "type": "ExpressionStatement", - "start": 48985, - "end": 49003, + "start": 49833, + "end": 49851, "loc": { "start": { - "line": 1373, + "line": 1391, "column": 8 }, "end": { - "line": 1373, + "line": 1391, "column": 26 } }, "expression": { "type": "CallExpression", - "start": 48985, - "end": 49002, + "start": 49833, + "end": 49850, "loc": { "start": { - "line": 1373, + "line": 1391, "column": 8 }, "end": { - "line": 1373, + "line": 1391, "column": 25 } }, "callee": { "type": "MemberExpression", - "start": 48985, - "end": 49000, + "start": 49833, + "end": 49848, "loc": { "start": { - "line": 1373, + "line": 1391, "column": 8 }, "end": { - "line": 1373, + "line": 1391, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 48985, - "end": 48989, + "start": 49833, + "end": 49837, "loc": { "start": { - "line": 1373, + "line": 1391, "column": 8 }, "end": { - "line": 1373, + "line": 1391, "column": 12 } } }, "property": { "type": "Identifier", - "start": 48990, - "end": 49000, + "start": 49838, + "end": 49848, "loc": { "start": { - "line": 1373, + "line": 1391, "column": 13 }, "end": { - "line": 1373, + "line": 1391, "column": 23 }, "identifierName": "stopDevice" @@ -84852,15 +86390,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 49013, - "end": 49030, + "start": 49861, + "end": 49878, "loc": { "start": { - "line": 1375, + "line": 1393, "column": 8 }, "end": { - "line": 1375, + "line": 1393, "column": 25 } } @@ -84869,71 +86407,71 @@ }, { "type": "ExpressionStatement", - "start": 49039, - "end": 49081, + "start": 49887, + "end": 49929, "loc": { "start": { - "line": 1376, + "line": 1394, "column": 8 }, "end": { - "line": 1376, + "line": 1394, "column": 50 } }, "expression": { "type": "CallExpression", - "start": 49039, - "end": 49080, + "start": 49887, + "end": 49928, "loc": { "start": { - "line": 1376, + "line": 1394, "column": 8 }, "end": { - "line": 1376, + "line": 1394, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 49039, - "end": 49064, + "start": 49887, + "end": 49912, "loc": { "start": { - "line": 1376, + "line": 1394, "column": 8 }, "end": { - "line": 1376, + "line": 1394, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 49039, - "end": 49050, + "start": 49887, + "end": 49898, "loc": { "start": { - "line": 1376, + "line": 1394, "column": 8 }, "end": { - "line": 1376, + "line": 1394, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 49039, - "end": 49043, + "start": 49887, + "end": 49891, "loc": { "start": { - "line": 1376, + "line": 1394, "column": 8 }, "end": { - "line": 1376, + "line": 1394, "column": 12 } }, @@ -84941,15 +86479,15 @@ }, "property": { "type": "Identifier", - "start": 49044, - "end": 49050, + "start": 49892, + "end": 49898, "loc": { "start": { - "line": 1376, + "line": 1394, "column": 13 }, "end": { - "line": 1376, + "line": 1394, "column": 19 }, "identifierName": "player" @@ -84961,15 +86499,15 @@ }, "property": { "type": "Identifier", - "start": 49051, - "end": 49064, + "start": 49899, + "end": 49912, "loc": { "start": { - "line": 1376, + "line": 1394, "column": 20 }, "end": { - "line": 1376, + "line": 1394, "column": 33 }, "identifierName": "clearInterval" @@ -84982,44 +86520,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 49065, - "end": 49079, + "start": 49913, + "end": 49927, "loc": { "start": { - "line": 1376, + "line": 1394, "column": 34 }, "end": { - "line": 1376, + "line": 1394, "column": 48 } }, "object": { "type": "ThisExpression", - "start": 49065, - "end": 49069, + "start": 49913, + "end": 49917, "loc": { "start": { - "line": 1376, + "line": 1394, "column": 34 }, "end": { - "line": 1376, + "line": 1394, "column": 38 } } }, "property": { "type": "Identifier", - "start": 49070, - "end": 49079, + "start": 49918, + "end": 49927, "loc": { "start": { - "line": 1376, + "line": 1394, "column": 39 }, "end": { - "line": 1376, + "line": 1394, "column": 48 }, "identifierName": "countDown" @@ -85035,15 +86573,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 49013, - "end": 49030, + "start": 49861, + "end": 49878, "loc": { "start": { - "line": 1375, + "line": 1393, "column": 8 }, "end": { - "line": 1375, + "line": 1393, "column": 25 } } @@ -85053,15 +86591,15 @@ { "type": "CommentLine", "value": " garbage collect recording", - "start": 49091, - "end": 49119, + "start": 49939, + "end": 49967, "loc": { "start": { - "line": 1378, + "line": 1396, "column": 8 }, "end": { - "line": 1378, + "line": 1396, "column": 36 } } @@ -85070,57 +86608,57 @@ }, { "type": "ExpressionStatement", - "start": 49128, - "end": 49151, + "start": 49976, + "end": 49999, "loc": { "start": { - "line": 1379, + "line": 1397, "column": 8 }, "end": { - "line": 1379, + "line": 1397, "column": 31 } }, "expression": { "type": "CallExpression", - "start": 49128, - "end": 49150, + "start": 49976, + "end": 49998, "loc": { "start": { - "line": 1379, + "line": 1397, "column": 8 }, "end": { - "line": 1379, + "line": 1397, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 49128, - "end": 49148, + "start": 49976, + "end": 49996, "loc": { "start": { - "line": 1379, + "line": 1397, "column": 8 }, "end": { - "line": 1379, + "line": 1397, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 49128, - "end": 49132, + "start": 49976, + "end": 49980, "loc": { "start": { - "line": 1379, + "line": 1397, "column": 8 }, "end": { - "line": 1379, + "line": 1397, "column": 12 } }, @@ -85128,15 +86666,15 @@ }, "property": { "type": "Identifier", - "start": 49133, - "end": 49148, + "start": 49981, + "end": 49996, "loc": { "start": { - "line": 1379, + "line": 1397, "column": 13 }, "end": { - "line": 1379, + "line": 1397, "column": 28 }, "identifierName": "removeRecording" @@ -85153,15 +86691,15 @@ { "type": "CommentLine", "value": " garbage collect recording", - "start": 49091, - "end": 49119, + "start": 49939, + "end": 49967, "loc": { "start": { - "line": 1378, + "line": 1396, "column": 8 }, "end": { - "line": 1378, + "line": 1396, "column": 36 } } @@ -85171,15 +86709,15 @@ { "type": "CommentLine", "value": " reset options", - "start": 49161, - "end": 49177, + "start": 50009, + "end": 50025, "loc": { "start": { - "line": 1381, + "line": 1399, "column": 8 }, "end": { - "line": 1381, + "line": 1399, "column": 24 } } @@ -85188,57 +86726,57 @@ }, { "type": "ExpressionStatement", - "start": 49186, - "end": 49205, + "start": 50034, + "end": 50053, "loc": { "start": { - "line": 1382, + "line": 1400, "column": 8 }, "end": { - "line": 1382, + "line": 1400, "column": 27 } }, "expression": { "type": "CallExpression", - "start": 49186, - "end": 49204, + "start": 50034, + "end": 50052, "loc": { "start": { - "line": 1382, + "line": 1400, "column": 8 }, "end": { - "line": 1382, + "line": 1400, "column": 26 } }, "callee": { "type": "MemberExpression", - "start": 49186, - "end": 49202, + "start": 50034, + "end": 50050, "loc": { "start": { - "line": 1382, + "line": 1400, "column": 8 }, "end": { - "line": 1382, + "line": 1400, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 49186, - "end": 49190, + "start": 50034, + "end": 50038, "loc": { "start": { - "line": 1382, + "line": 1400, "column": 8 }, "end": { - "line": 1382, + "line": 1400, "column": 12 } }, @@ -85246,15 +86784,15 @@ }, "property": { "type": "Identifier", - "start": 49191, - "end": 49202, + "start": 50039, + "end": 50050, "loc": { "start": { - "line": 1382, + "line": 1400, "column": 13 }, "end": { - "line": 1382, + "line": 1400, "column": 24 }, "identifierName": "loadOptions" @@ -85271,15 +86809,15 @@ { "type": "CommentLine", "value": " reset options", - "start": 49161, - "end": 49177, + "start": 50009, + "end": 50025, "loc": { "start": { - "line": 1381, + "line": 1399, "column": 8 }, "end": { - "line": 1381, + "line": 1399, "column": 24 } } @@ -85289,15 +86827,15 @@ { "type": "CommentLine", "value": " reset recorder state", - "start": 49215, - "end": 49238, + "start": 50063, + "end": 50086, "loc": { "start": { - "line": 1384, + "line": 1402, "column": 8 }, "end": { - "line": 1384, + "line": 1402, "column": 31 } } @@ -85306,57 +86844,57 @@ }, { "type": "ExpressionStatement", - "start": 49247, - "end": 49265, + "start": 50095, + "end": 50113, "loc": { "start": { - "line": 1385, + "line": 1403, "column": 8 }, "end": { - "line": 1385, + "line": 1403, "column": 26 } }, "expression": { "type": "CallExpression", - "start": 49247, - "end": 49264, + "start": 50095, + "end": 50112, "loc": { "start": { - "line": 1385, + "line": 1403, "column": 8 }, "end": { - "line": 1385, + "line": 1403, "column": 25 } }, "callee": { "type": "MemberExpression", - "start": 49247, - "end": 49262, + "start": 50095, + "end": 50110, "loc": { "start": { - "line": 1385, + "line": 1403, "column": 8 }, "end": { - "line": 1385, + "line": 1403, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 49247, - "end": 49251, + "start": 50095, + "end": 50099, "loc": { "start": { - "line": 1385, + "line": 1403, "column": 8 }, "end": { - "line": 1385, + "line": 1403, "column": 12 } }, @@ -85364,15 +86902,15 @@ }, "property": { "type": "Identifier", - "start": 49252, - "end": 49262, + "start": 50100, + "end": 50110, "loc": { "start": { - "line": 1385, + "line": 1403, "column": 13 }, "end": { - "line": 1385, + "line": 1403, "column": 23 }, "identifierName": "resetState" @@ -85389,15 +86927,15 @@ { "type": "CommentLine", "value": " reset recorder state", - "start": 49215, - "end": 49238, + "start": 50063, + "end": 50086, "loc": { "start": { - "line": 1384, + "line": 1402, "column": 8 }, "end": { - "line": 1384, + "line": 1402, "column": 31 } } @@ -85407,15 +86945,15 @@ { "type": "CommentLine", "value": " reset record time", - "start": 49275, - "end": 49295, + "start": 50123, + "end": 50143, "loc": { "start": { - "line": 1387, + "line": 1405, "column": 8 }, "end": { - "line": 1387, + "line": 1405, "column": 28 } } @@ -85424,57 +86962,57 @@ }, { "type": "ExpressionStatement", - "start": 49304, - "end": 49337, + "start": 50152, + "end": 50185, "loc": { "start": { - "line": 1388, + "line": 1406, "column": 8 }, "end": { - "line": 1388, + "line": 1406, "column": 41 } }, "expression": { "type": "CallExpression", - "start": 49304, - "end": 49336, + "start": 50152, + "end": 50184, "loc": { "start": { - "line": 1388, + "line": 1406, "column": 8 }, "end": { - "line": 1388, + "line": 1406, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 49304, - "end": 49320, + "start": 50152, + "end": 50168, "loc": { "start": { - "line": 1388, + "line": 1406, "column": 8 }, "end": { - "line": 1388, + "line": 1406, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 49304, - "end": 49308, + "start": 50152, + "end": 50156, "loc": { "start": { - "line": 1388, + "line": 1406, "column": 8 }, "end": { - "line": 1388, + "line": 1406, "column": 12 } }, @@ -85482,15 +87020,15 @@ }, "property": { "type": "Identifier", - "start": 49309, - "end": 49320, + "start": 50157, + "end": 50168, "loc": { "start": { - "line": 1388, + "line": 1406, "column": 13 }, "end": { - "line": 1388, + "line": 1406, "column": 24 }, "identifierName": "setDuration" @@ -85503,44 +87041,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 49321, - "end": 49335, + "start": 50169, + "end": 50183, "loc": { "start": { - "line": 1388, + "line": 1406, "column": 25 }, "end": { - "line": 1388, + "line": 1406, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 49321, - "end": 49325, + "start": 50169, + "end": 50173, "loc": { "start": { - "line": 1388, + "line": 1406, "column": 25 }, "end": { - "line": 1388, + "line": 1406, "column": 29 } } }, "property": { "type": "Identifier", - "start": 49326, - "end": 49335, + "start": 50174, + "end": 50183, "loc": { "start": { - "line": 1388, + "line": 1406, "column": 30 }, "end": { - "line": 1388, + "line": 1406, "column": 39 }, "identifierName": "maxLength" @@ -85556,15 +87094,15 @@ { "type": "CommentLine", "value": " reset record time", - "start": 49275, - "end": 49295, + "start": 50123, + "end": 50143, "loc": { "start": { - "line": 1387, + "line": 1405, "column": 8 }, "end": { - "line": 1387, + "line": 1405, "column": 28 } } @@ -85573,72 +87111,72 @@ }, { "type": "ExpressionStatement", - "start": 49346, - "end": 49369, + "start": 50194, + "end": 50217, "loc": { "start": { - "line": 1389, + "line": 1407, "column": 8 }, "end": { - "line": 1389, + "line": 1407, "column": 31 } }, "expression": { "type": "CallExpression", - "start": 49346, - "end": 49368, + "start": 50194, + "end": 50216, "loc": { "start": { - "line": 1389, + "line": 1407, "column": 8 }, "end": { - "line": 1389, + "line": 1407, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 49346, - "end": 49365, + "start": 50194, + "end": 50213, "loc": { "start": { - "line": 1389, + "line": 1407, "column": 8 }, "end": { - "line": 1389, + "line": 1407, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 49346, - "end": 49350, + "start": 50194, + "end": 50198, "loc": { "start": { - "line": 1389, + "line": 1407, "column": 8 }, "end": { - "line": 1389, + "line": 1407, "column": 12 } } }, "property": { "type": "Identifier", - "start": 49351, - "end": 49365, + "start": 50199, + "end": 50213, "loc": { "start": { - "line": 1389, + "line": 1407, "column": 13 }, "end": { - "line": 1389, + "line": 1407, "column": 27 }, "identifierName": "setCurrentTime" @@ -85650,15 +87188,15 @@ "arguments": [ { "type": "NumericLiteral", - "start": 49366, - "end": 49367, + "start": 50214, + "end": 50215, "loc": { "start": { - "line": 1389, + "line": 1407, "column": 28 }, "end": { - "line": 1389, + "line": 1407, "column": 29 } }, @@ -85674,15 +87212,15 @@ { "type": "CommentLine", "value": " reset player", - "start": 49379, - "end": 49394, + "start": 50227, + "end": 50242, "loc": { "start": { - "line": 1391, + "line": 1409, "column": 8 }, "end": { - "line": 1391, + "line": 1409, "column": 23 } } @@ -85691,71 +87229,71 @@ }, { "type": "ExpressionStatement", - "start": 49403, - "end": 49423, + "start": 50251, + "end": 50271, "loc": { "start": { - "line": 1392, + "line": 1410, "column": 8 }, "end": { - "line": 1392, + "line": 1410, "column": 28 } }, "expression": { "type": "CallExpression", - "start": 49403, - "end": 49422, + "start": 50251, + "end": 50270, "loc": { "start": { - "line": 1392, + "line": 1410, "column": 8 }, "end": { - "line": 1392, + "line": 1410, "column": 27 } }, "callee": { "type": "MemberExpression", - "start": 49403, - "end": 49420, + "start": 50251, + "end": 50268, "loc": { "start": { - "line": 1392, + "line": 1410, "column": 8 }, "end": { - "line": 1392, + "line": 1410, "column": 25 } }, "object": { "type": "MemberExpression", - "start": 49403, - "end": 49414, + "start": 50251, + "end": 50262, "loc": { "start": { - "line": 1392, + "line": 1410, "column": 8 }, "end": { - "line": 1392, + "line": 1410, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 49403, - "end": 49407, + "start": 50251, + "end": 50255, "loc": { "start": { - "line": 1392, + "line": 1410, "column": 8 }, "end": { - "line": 1392, + "line": 1410, "column": 12 } }, @@ -85763,15 +87301,15 @@ }, "property": { "type": "Identifier", - "start": 49408, - "end": 49414, + "start": 50256, + "end": 50262, "loc": { "start": { - "line": 1392, + "line": 1410, "column": 13 }, "end": { - "line": 1392, + "line": 1410, "column": 19 }, "identifierName": "player" @@ -85783,15 +87321,15 @@ }, "property": { "type": "Identifier", - "start": 49415, - "end": 49420, + "start": 50263, + "end": 50268, "loc": { "start": { - "line": 1392, + "line": 1410, "column": 20 }, "end": { - "line": 1392, + "line": 1410, "column": 25 }, "identifierName": "reset" @@ -85808,15 +87346,15 @@ { "type": "CommentLine", "value": " reset player", - "start": 49379, - "end": 49394, + "start": 50227, + "end": 50242, "loc": { "start": { - "line": 1391, + "line": 1409, "column": 8 }, "end": { - "line": 1391, + "line": 1409, "column": 23 } } @@ -85825,72 +87363,72 @@ }, { "type": "SwitchStatement", - "start": 49432, - "end": 49895, + "start": 50280, + "end": 50743, "loc": { "start": { - "line": 1393, + "line": 1411, "column": 8 }, "end": { - "line": 1407, + "line": 1425, "column": 9 } }, "discriminant": { "type": "CallExpression", - "start": 49440, - "end": 49460, + "start": 50288, + "end": 50308, "loc": { "start": { - "line": 1393, + "line": 1411, "column": 16 }, "end": { - "line": 1393, + "line": 1411, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 49440, - "end": 49458, + "start": 50288, + "end": 50306, "loc": { "start": { - "line": 1393, + "line": 1411, "column": 16 }, "end": { - "line": 1393, + "line": 1411, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 49440, - "end": 49444, + "start": 50288, + "end": 50292, "loc": { "start": { - "line": 1393, + "line": 1411, "column": 16 }, "end": { - "line": 1393, + "line": 1411, "column": 20 } } }, "property": { "type": "Identifier", - "start": 49445, - "end": 49458, + "start": 50293, + "end": 50306, "loc": { "start": { - "line": 1393, + "line": 1411, "column": 21 }, "end": { - "line": 1393, + "line": 1411, "column": 34 }, "identifierName": "getRecordType" @@ -85904,87 +87442,87 @@ "cases": [ { "type": "SwitchCase", - "start": 49476, - "end": 49678, + "start": 50324, + "end": 50526, "loc": { "start": { - "line": 1394, + "line": 1412, "column": 12 }, "end": { - "line": 1399, + "line": 1417, "column": 22 } }, "consequent": [ { "type": "IfStatement", - "start": 49509, - "end": 49655, + "start": 50357, + "end": 50503, "loc": { "start": { - "line": 1395, + "line": 1413, "column": 16 }, "end": { - "line": 1398, + "line": 1416, "column": 17 } }, "test": { "type": "LogicalExpression", - "start": 49513, - "end": 49546, + "start": 50361, + "end": 50394, "loc": { "start": { - "line": 1395, + "line": 1413, "column": 20 }, "end": { - "line": 1395, + "line": 1413, "column": 53 } }, "left": { "type": "MemberExpression", - "start": 49513, - "end": 49524, + "start": 50361, + "end": 50372, "loc": { "start": { - "line": 1395, + "line": 1413, "column": 20 }, "end": { - "line": 1395, + "line": 1413, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 49513, - "end": 49517, + "start": 50361, + "end": 50365, "loc": { "start": { - "line": 1395, + "line": 1413, "column": 20 }, "end": { - "line": 1395, + "line": 1413, "column": 24 } } }, "property": { "type": "Identifier", - "start": 49518, - "end": 49524, + "start": 50366, + "end": 50372, "loc": { "start": { - "line": 1395, + "line": 1413, "column": 25 }, "end": { - "line": 1395, + "line": 1413, "column": 31 }, "identifierName": "surfer" @@ -85996,58 +87534,58 @@ "operator": "&&", "right": { "type": "MemberExpression", - "start": 49528, - "end": 49546, + "start": 50376, + "end": 50394, "loc": { "start": { - "line": 1395, + "line": 1413, "column": 35 }, "end": { - "line": 1395, + "line": 1413, "column": 53 } }, "object": { "type": "MemberExpression", - "start": 49528, - "end": 49539, + "start": 50376, + "end": 50387, "loc": { "start": { - "line": 1395, + "line": 1413, "column": 35 }, "end": { - "line": 1395, + "line": 1413, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 49528, - "end": 49532, + "start": 50376, + "end": 50380, "loc": { "start": { - "line": 1395, + "line": 1413, "column": 35 }, "end": { - "line": 1395, + "line": 1413, "column": 39 } } }, "property": { "type": "Identifier", - "start": 49533, - "end": 49539, + "start": 50381, + "end": 50387, "loc": { "start": { - "line": 1395, + "line": 1413, "column": 40 }, "end": { - "line": 1395, + "line": 1413, "column": 46 }, "identifierName": "surfer" @@ -86058,15 +87596,15 @@ }, "property": { "type": "Identifier", - "start": 49540, - "end": 49546, + "start": 50388, + "end": 50394, "loc": { "start": { - "line": 1395, + "line": 1413, "column": 47 }, "end": { - "line": 1395, + "line": 1413, "column": 53 }, "identifierName": "surfer" @@ -86078,100 +87616,100 @@ }, "consequent": { "type": "BlockStatement", - "start": 49548, - "end": 49655, + "start": 50396, + "end": 50503, "loc": { "start": { - "line": 1395, + "line": 1413, "column": 55 }, "end": { - "line": 1398, + "line": 1416, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 49610, - "end": 49637, + "start": 50458, + "end": 50485, "loc": { "start": { - "line": 1397, + "line": 1415, "column": 20 }, "end": { - "line": 1397, + "line": 1415, "column": 47 } }, "expression": { "type": "CallExpression", - "start": 49610, - "end": 49636, + "start": 50458, + "end": 50484, "loc": { "start": { - "line": 1397, + "line": 1415, "column": 20 }, "end": { - "line": 1397, + "line": 1415, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 49610, - "end": 49634, + "start": 50458, + "end": 50482, "loc": { "start": { - "line": 1397, + "line": 1415, "column": 20 }, "end": { - "line": 1397, + "line": 1415, "column": 44 } }, "object": { "type": "MemberExpression", - "start": 49610, - "end": 49628, + "start": 50458, + "end": 50476, "loc": { "start": { - "line": 1397, + "line": 1415, "column": 20 }, "end": { - "line": 1397, + "line": 1415, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 49610, - "end": 49621, + "start": 50458, + "end": 50469, "loc": { "start": { - "line": 1397, + "line": 1415, "column": 20 }, "end": { - "line": 1397, + "line": 1415, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 49610, - "end": 49614, + "start": 50458, + "end": 50462, "loc": { "start": { - "line": 1397, + "line": 1415, "column": 20 }, "end": { - "line": 1397, + "line": 1415, "column": 24 } }, @@ -86179,15 +87717,15 @@ }, "property": { "type": "Identifier", - "start": 49615, - "end": 49621, + "start": 50463, + "end": 50469, "loc": { "start": { - "line": 1397, + "line": 1415, "column": 25 }, "end": { - "line": 1397, + "line": 1415, "column": 31 }, "identifierName": "surfer" @@ -86199,15 +87737,15 @@ }, "property": { "type": "Identifier", - "start": 49622, - "end": 49628, + "start": 50470, + "end": 50476, "loc": { "start": { - "line": 1397, + "line": 1415, "column": 32 }, "end": { - "line": 1397, + "line": 1415, "column": 38 }, "identifierName": "surfer" @@ -86219,15 +87757,15 @@ }, "property": { "type": "Identifier", - "start": 49629, - "end": 49634, + "start": 50477, + "end": 50482, "loc": { "start": { - "line": 1397, + "line": 1415, "column": 39 }, "end": { - "line": 1397, + "line": 1415, "column": 44 }, "identifierName": "empty" @@ -86244,15 +87782,15 @@ { "type": "CommentLine", "value": " empty last frame", - "start": 49570, - "end": 49589, + "start": 50418, + "end": 50437, "loc": { "start": { - "line": 1396, + "line": 1414, "column": 20 }, "end": { - "line": 1396, + "line": 1414, "column": 39 } } @@ -86266,15 +87804,15 @@ }, { "type": "BreakStatement", - "start": 49672, - "end": 49678, + "start": 50520, + "end": 50526, "loc": { "start": { - "line": 1399, + "line": 1417, "column": 16 }, "end": { - "line": 1399, + "line": 1417, "column": 22 } }, @@ -86283,15 +87821,15 @@ ], "test": { "type": "Identifier", - "start": 49481, - "end": 49491, + "start": 50329, + "end": 50339, "loc": { "start": { - "line": 1394, + "line": 1412, "column": 17 }, "end": { - "line": 1394, + "line": 1412, "column": 27 }, "identifierName": "AUDIO_ONLY" @@ -86301,30 +87839,30 @@ }, { "type": "SwitchCase", - "start": 49692, - "end": 49708, + "start": 50540, + "end": 50556, "loc": { "start": { - "line": 1401, + "line": 1419, "column": 12 }, "end": { - "line": 1401, + "line": 1419, "column": 28 } }, "consequent": [], "test": { "type": "Identifier", - "start": 49697, - "end": 49707, + "start": 50545, + "end": 50555, "loc": { "start": { - "line": 1401, + "line": 1419, "column": 17 }, "end": { - "line": 1401, + "line": 1419, "column": 27 }, "identifierName": "IMAGE_ONLY" @@ -86334,100 +87872,100 @@ }, { "type": "SwitchCase", - "start": 49721, - "end": 49885, + "start": 50569, + "end": 50733, "loc": { "start": { - "line": 1402, + "line": 1420, "column": 12 }, "end": { - "line": 1406, + "line": 1424, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 49781, - "end": 49813, + "start": 50629, + "end": 50661, "loc": { "start": { - "line": 1404, + "line": 1422, "column": 16 }, "end": { - "line": 1404, + "line": 1422, "column": 48 } }, "expression": { "type": "CallExpression", - "start": 49781, - "end": 49812, + "start": 50629, + "end": 50660, "loc": { "start": { - "line": 1404, + "line": 1422, "column": 16 }, "end": { - "line": 1404, + "line": 1422, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 49781, - "end": 49810, + "start": 50629, + "end": 50658, "loc": { "start": { - "line": 1404, + "line": 1422, "column": 16 }, "end": { - "line": 1404, + "line": 1422, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 49781, - "end": 49805, + "start": 50629, + "end": 50653, "loc": { "start": { - "line": 1404, + "line": 1422, "column": 16 }, "end": { - "line": 1404, + "line": 1422, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 49781, - "end": 49792, + "start": 50629, + "end": 50640, "loc": { "start": { - "line": 1404, + "line": 1422, "column": 16 }, "end": { - "line": 1404, + "line": 1422, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 49781, - "end": 49785, + "start": 50629, + "end": 50633, "loc": { "start": { - "line": 1404, + "line": 1422, "column": 16 }, "end": { - "line": 1404, + "line": 1422, "column": 20 } }, @@ -86435,15 +87973,15 @@ }, "property": { "type": "Identifier", - "start": 49786, - "end": 49792, + "start": 50634, + "end": 50640, "loc": { "start": { - "line": 1404, + "line": 1422, "column": 21 }, "end": { - "line": 1404, + "line": 1422, "column": 27 }, "identifierName": "player" @@ -86455,15 +87993,15 @@ }, "property": { "type": "Identifier", - "start": 49793, - "end": 49805, + "start": 50641, + "end": 50653, "loc": { "start": { - "line": 1404, + "line": 1422, "column": 28 }, "end": { - "line": 1404, + "line": 1422, "column": 40 }, "identifierName": "recordCanvas" @@ -86475,15 +88013,15 @@ }, "property": { "type": "Identifier", - "start": 49806, - "end": 49810, + "start": 50654, + "end": 50658, "loc": { "start": { - "line": 1404, + "line": 1422, "column": 41 }, "end": { - "line": 1404, + "line": 1422, "column": 45 }, "identifierName": "hide" @@ -86500,15 +88038,15 @@ { "type": "CommentLine", "value": " reset UI", - "start": 49753, - "end": 49764, + "start": 50601, + "end": 50612, "loc": { "start": { - "line": 1403, + "line": 1421, "column": 16 }, "end": { - "line": 1403, + "line": 1421, "column": 27 } } @@ -86517,100 +88055,100 @@ }, { "type": "ExpressionStatement", - "start": 49830, - "end": 49862, + "start": 50678, + "end": 50710, "loc": { "start": { - "line": 1405, + "line": 1423, "column": 16 }, "end": { - "line": 1405, + "line": 1423, "column": 48 } }, "expression": { "type": "CallExpression", - "start": 49830, - "end": 49861, + "start": 50678, + "end": 50709, "loc": { "start": { - "line": 1405, + "line": 1423, "column": 16 }, "end": { - "line": 1405, + "line": 1423, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 49830, - "end": 49859, + "start": 50678, + "end": 50707, "loc": { "start": { - "line": 1405, + "line": 1423, "column": 16 }, "end": { - "line": 1405, + "line": 1423, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 49830, - "end": 49854, + "start": 50678, + "end": 50702, "loc": { "start": { - "line": 1405, + "line": 1423, "column": 16 }, "end": { - "line": 1405, + "line": 1423, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 49830, - "end": 49841, + "start": 50678, + "end": 50689, "loc": { "start": { - "line": 1405, + "line": 1423, "column": 16 }, "end": { - "line": 1405, + "line": 1423, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 49830, - "end": 49834, + "start": 50678, + "end": 50682, "loc": { "start": { - "line": 1405, + "line": 1423, "column": 16 }, "end": { - "line": 1405, + "line": 1423, "column": 20 } } }, "property": { "type": "Identifier", - "start": 49835, - "end": 49841, + "start": 50683, + "end": 50689, "loc": { "start": { - "line": 1405, + "line": 1423, "column": 21 }, "end": { - "line": 1405, + "line": 1423, "column": 27 }, "identifierName": "player" @@ -86621,15 +88159,15 @@ }, "property": { "type": "Identifier", - "start": 49842, - "end": 49854, + "start": 50690, + "end": 50702, "loc": { "start": { - "line": 1405, + "line": 1423, "column": 28 }, "end": { - "line": 1405, + "line": 1423, "column": 40 }, "identifierName": "cameraButton" @@ -86640,15 +88178,15 @@ }, "property": { "type": "Identifier", - "start": 49855, - "end": 49859, + "start": 50703, + "end": 50707, "loc": { "start": { - "line": 1405, + "line": 1423, "column": 41 }, "end": { - "line": 1405, + "line": 1423, "column": 45 }, "identifierName": "hide" @@ -86662,15 +88200,15 @@ }, { "type": "BreakStatement", - "start": 49879, - "end": 49885, + "start": 50727, + "end": 50733, "loc": { "start": { - "line": 1406, + "line": 1424, "column": 16 }, "end": { - "line": 1406, + "line": 1424, "column": 22 } }, @@ -86679,15 +88217,15 @@ ], "test": { "type": "Identifier", - "start": 49726, - "end": 49735, + "start": 50574, + "end": 50583, "loc": { "start": { - "line": 1402, + "line": 1420, "column": 17 }, "end": { - "line": 1402, + "line": 1420, "column": 26 }, "identifierName": "ANIMATION" @@ -86700,15 +88238,15 @@ { "type": "CommentLine", "value": " hide play control", - "start": 49905, - "end": 49925, + "start": 50753, + "end": 50773, "loc": { "start": { - "line": 1409, + "line": 1427, "column": 8 }, "end": { - "line": 1409, + "line": 1427, "column": 28 } } @@ -86717,85 +88255,85 @@ }, { "type": "IfStatement", - "start": 49934, - "end": 50052, + "start": 50782, + "end": 50900, "loc": { "start": { - "line": 1410, + "line": 1428, "column": 8 }, "end": { - "line": 1412, + "line": 1430, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 49938, - "end": 49985, + "start": 50786, + "end": 50833, "loc": { "start": { - "line": 1410, + "line": 1428, "column": 12 }, "end": { - "line": 1410, + "line": 1428, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 49938, - "end": 49971, + "start": 50786, + "end": 50819, "loc": { "start": { - "line": 1410, + "line": 1428, "column": 12 }, "end": { - "line": 1410, + "line": 1428, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 49938, - "end": 49960, + "start": 50786, + "end": 50808, "loc": { "start": { - "line": 1410, + "line": 1428, "column": 12 }, "end": { - "line": 1410, + "line": 1428, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 49938, - "end": 49949, + "start": 50786, + "end": 50797, "loc": { "start": { - "line": 1410, + "line": 1428, "column": 12 }, "end": { - "line": 1410, + "line": 1428, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 49938, - "end": 49942, + "start": 50786, + "end": 50790, "loc": { "start": { - "line": 1410, + "line": 1428, "column": 12 }, "end": { - "line": 1410, + "line": 1428, "column": 16 } }, @@ -86803,15 +88341,15 @@ }, "property": { "type": "Identifier", - "start": 49943, - "end": 49949, + "start": 50791, + "end": 50797, "loc": { "start": { - "line": 1410, + "line": 1428, "column": 17 }, "end": { - "line": 1410, + "line": 1428, "column": 23 }, "identifierName": "player" @@ -86823,15 +88361,15 @@ }, "property": { "type": "Identifier", - "start": 49950, - "end": 49960, + "start": 50798, + "end": 50808, "loc": { "start": { - "line": 1410, + "line": 1428, "column": 24 }, "end": { - "line": 1410, + "line": 1428, "column": 34 }, "identifierName": "controlBar" @@ -86843,15 +88381,15 @@ }, "property": { "type": "Identifier", - "start": 49961, - "end": 49971, + "start": 50809, + "end": 50819, "loc": { "start": { - "line": 1410, + "line": 1428, "column": 35 }, "end": { - "line": 1410, + "line": 1428, "column": 45 }, "identifierName": "playToggle" @@ -86864,15 +88402,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 49976, - "end": 49985, + "start": 50824, + "end": 50833, "loc": { "start": { - "line": 1410, + "line": 1428, "column": 50 }, "end": { - "line": 1410, + "line": 1428, "column": 59 }, "identifierName": "undefined" @@ -86883,129 +88421,129 @@ }, "consequent": { "type": "BlockStatement", - "start": 49987, - "end": 50052, + "start": 50835, + "end": 50900, "loc": { "start": { - "line": 1410, + "line": 1428, "column": 61 }, "end": { - "line": 1412, + "line": 1430, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 50001, - "end": 50042, + "start": 50849, + "end": 50890, "loc": { "start": { - "line": 1411, + "line": 1429, "column": 12 }, "end": { - "line": 1411, + "line": 1429, "column": 53 } }, "expression": { "type": "CallExpression", - "start": 50001, - "end": 50041, + "start": 50849, + "end": 50889, "loc": { "start": { - "line": 1411, + "line": 1429, "column": 12 }, "end": { - "line": 1411, + "line": 1429, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 50001, - "end": 50039, + "start": 50849, + "end": 50887, "loc": { "start": { - "line": 1411, + "line": 1429, "column": 12 }, "end": { - "line": 1411, + "line": 1429, "column": 50 } }, "object": { "type": "MemberExpression", - "start": 50001, - "end": 50034, + "start": 50849, + "end": 50882, "loc": { "start": { - "line": 1411, + "line": 1429, "column": 12 }, "end": { - "line": 1411, + "line": 1429, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 50001, - "end": 50023, + "start": 50849, + "end": 50871, "loc": { "start": { - "line": 1411, + "line": 1429, "column": 12 }, "end": { - "line": 1411, + "line": 1429, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 50001, - "end": 50012, + "start": 50849, + "end": 50860, "loc": { "start": { - "line": 1411, + "line": 1429, "column": 12 }, "end": { - "line": 1411, + "line": 1429, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 50001, - "end": 50005, + "start": 50849, + "end": 50853, "loc": { "start": { - "line": 1411, + "line": 1429, "column": 12 }, "end": { - "line": 1411, + "line": 1429, "column": 16 } } }, "property": { "type": "Identifier", - "start": 50006, - "end": 50012, + "start": 50854, + "end": 50860, "loc": { "start": { - "line": 1411, + "line": 1429, "column": 17 }, "end": { - "line": 1411, + "line": 1429, "column": 23 }, "identifierName": "player" @@ -87016,15 +88554,15 @@ }, "property": { "type": "Identifier", - "start": 50013, - "end": 50023, + "start": 50861, + "end": 50871, "loc": { "start": { - "line": 1411, + "line": 1429, "column": 24 }, "end": { - "line": 1411, + "line": 1429, "column": 34 }, "identifierName": "controlBar" @@ -87035,15 +88573,15 @@ }, "property": { "type": "Identifier", - "start": 50024, - "end": 50034, + "start": 50872, + "end": 50882, "loc": { "start": { - "line": 1411, + "line": 1429, "column": 35 }, "end": { - "line": 1411, + "line": 1429, "column": 45 }, "identifierName": "playToggle" @@ -87054,15 +88592,15 @@ }, "property": { "type": "Identifier", - "start": 50035, - "end": 50039, + "start": 50883, + "end": 50887, "loc": { "start": { - "line": 1411, + "line": 1429, "column": 46 }, "end": { - "line": 1411, + "line": 1429, "column": 50 }, "identifierName": "hide" @@ -87083,15 +88621,15 @@ { "type": "CommentLine", "value": " hide play control", - "start": 49905, - "end": 49925, + "start": 50753, + "end": 50773, "loc": { "start": { - "line": 1409, + "line": 1427, "column": 8 }, "end": { - "line": 1409, + "line": 1427, "column": 28 } } @@ -87101,15 +88639,15 @@ { "type": "CommentLine", "value": " show device selection button", - "start": 50062, - "end": 50093, + "start": 50910, + "end": 50941, "loc": { "start": { - "line": 1414, + "line": 1432, "column": 8 }, "end": { - "line": 1414, + "line": 1432, "column": 39 } } @@ -87118,85 +88656,85 @@ }, { "type": "ExpressionStatement", - "start": 50102, - "end": 50134, + "start": 50950, + "end": 50982, "loc": { "start": { - "line": 1415, + "line": 1433, "column": 8 }, "end": { - "line": 1415, + "line": 1433, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 50102, - "end": 50133, + "start": 50950, + "end": 50981, "loc": { "start": { - "line": 1415, + "line": 1433, "column": 8 }, "end": { - "line": 1415, + "line": 1433, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 50102, - "end": 50131, + "start": 50950, + "end": 50979, "loc": { "start": { - "line": 1415, + "line": 1433, "column": 8 }, "end": { - "line": 1415, + "line": 1433, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 50102, - "end": 50126, + "start": 50950, + "end": 50974, "loc": { "start": { - "line": 1415, + "line": 1433, "column": 8 }, "end": { - "line": 1415, + "line": 1433, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 50102, - "end": 50113, + "start": 50950, + "end": 50961, "loc": { "start": { - "line": 1415, + "line": 1433, "column": 8 }, "end": { - "line": 1415, + "line": 1433, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 50102, - "end": 50106, + "start": 50950, + "end": 50954, "loc": { "start": { - "line": 1415, + "line": 1433, "column": 8 }, "end": { - "line": 1415, + "line": 1433, "column": 12 } }, @@ -87204,15 +88742,15 @@ }, "property": { "type": "Identifier", - "start": 50107, - "end": 50113, + "start": 50955, + "end": 50961, "loc": { "start": { - "line": 1415, + "line": 1433, "column": 13 }, "end": { - "line": 1415, + "line": 1433, "column": 19 }, "identifierName": "player" @@ -87224,15 +88762,15 @@ }, "property": { "type": "Identifier", - "start": 50114, - "end": 50126, + "start": 50962, + "end": 50974, "loc": { "start": { - "line": 1415, + "line": 1433, "column": 20 }, "end": { - "line": 1415, + "line": 1433, "column": 32 }, "identifierName": "deviceButton" @@ -87244,15 +88782,15 @@ }, "property": { "type": "Identifier", - "start": 50127, - "end": 50131, + "start": 50975, + "end": 50979, "loc": { "start": { - "line": 1415, + "line": 1433, "column": 33 }, "end": { - "line": 1415, + "line": 1433, "column": 37 }, "identifierName": "show" @@ -87269,15 +88807,15 @@ { "type": "CommentLine", "value": " show device selection button", - "start": 50062, - "end": 50093, + "start": 50910, + "end": 50941, "loc": { "start": { - "line": 1414, + "line": 1432, "column": 8 }, "end": { - "line": 1414, + "line": 1432, "column": 39 } } @@ -87287,15 +88825,15 @@ { "type": "CommentLine", "value": " hide record button", - "start": 50144, - "end": 50165, + "start": 50992, + "end": 51013, "loc": { "start": { - "line": 1417, + "line": 1435, "column": 8 }, "end": { - "line": 1417, + "line": 1435, "column": 29 } } @@ -87304,85 +88842,85 @@ }, { "type": "ExpressionStatement", - "start": 50174, - "end": 50206, + "start": 51022, + "end": 51054, "loc": { "start": { - "line": 1418, + "line": 1436, "column": 8 }, "end": { - "line": 1418, + "line": 1436, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 50174, - "end": 50205, + "start": 51022, + "end": 51053, "loc": { "start": { - "line": 1418, + "line": 1436, "column": 8 }, "end": { - "line": 1418, + "line": 1436, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 50174, - "end": 50203, + "start": 51022, + "end": 51051, "loc": { "start": { - "line": 1418, + "line": 1436, "column": 8 }, "end": { - "line": 1418, + "line": 1436, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 50174, - "end": 50198, + "start": 51022, + "end": 51046, "loc": { "start": { - "line": 1418, + "line": 1436, "column": 8 }, "end": { - "line": 1418, + "line": 1436, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 50174, - "end": 50185, + "start": 51022, + "end": 51033, "loc": { "start": { - "line": 1418, + "line": 1436, "column": 8 }, "end": { - "line": 1418, + "line": 1436, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 50174, - "end": 50178, + "start": 51022, + "end": 51026, "loc": { "start": { - "line": 1418, + "line": 1436, "column": 8 }, "end": { - "line": 1418, + "line": 1436, "column": 12 } }, @@ -87390,15 +88928,15 @@ }, "property": { "type": "Identifier", - "start": 50179, - "end": 50185, + "start": 51027, + "end": 51033, "loc": { "start": { - "line": 1418, + "line": 1436, "column": 13 }, "end": { - "line": 1418, + "line": 1436, "column": 19 }, "identifierName": "player" @@ -87410,15 +88948,15 @@ }, "property": { "type": "Identifier", - "start": 50186, - "end": 50198, + "start": 51034, + "end": 51046, "loc": { "start": { - "line": 1418, + "line": 1436, "column": 20 }, "end": { - "line": 1418, + "line": 1436, "column": 32 }, "identifierName": "recordToggle" @@ -87430,15 +88968,15 @@ }, "property": { "type": "Identifier", - "start": 50199, - "end": 50203, + "start": 51047, + "end": 51051, "loc": { "start": { - "line": 1418, + "line": 1436, "column": 33 }, "end": { - "line": 1418, + "line": 1436, "column": 37 }, "identifierName": "hide" @@ -87455,15 +88993,15 @@ { "type": "CommentLine", "value": " hide record button", - "start": 50144, - "end": 50165, + "start": 50992, + "end": 51013, "loc": { "start": { - "line": 1417, + "line": 1435, "column": 8 }, "end": { - "line": 1417, + "line": 1435, "column": 29 } } @@ -87473,15 +89011,15 @@ { "type": "CommentLine", "value": " loadedmetadata resets the durationDisplay for the", - "start": 50216, - "end": 50268, + "start": 51064, + "end": 51116, "loc": { "start": { - "line": 1420, + "line": 1438, "column": 8 }, "end": { - "line": 1420, + "line": 1438, "column": 60 } } @@ -87489,15 +89027,15 @@ { "type": "CommentLine", "value": " first time", - "start": 50277, - "end": 50290, + "start": 51125, + "end": 51138, "loc": { "start": { - "line": 1421, + "line": 1439, "column": 8 }, "end": { - "line": 1421, + "line": 1439, "column": 21 } } @@ -87506,71 +89044,71 @@ }, { "type": "ExpressionStatement", - "start": 50299, - "end": 50441, + "start": 51147, + "end": 51289, "loc": { "start": { - "line": 1422, + "line": 1440, "column": 8 }, "end": { - "line": 1425, + "line": 1443, "column": 11 } }, "expression": { "type": "CallExpression", - "start": 50299, - "end": 50440, + "start": 51147, + "end": 51288, "loc": { "start": { - "line": 1422, + "line": 1440, "column": 8 }, "end": { - "line": 1425, + "line": 1443, "column": 10 } }, "callee": { "type": "MemberExpression", - "start": 50299, - "end": 50314, + "start": 51147, + "end": 51162, "loc": { "start": { - "line": 1422, + "line": 1440, "column": 8 }, "end": { - "line": 1422, + "line": 1440, "column": 23 } }, "object": { "type": "MemberExpression", - "start": 50299, - "end": 50310, + "start": 51147, + "end": 51158, "loc": { "start": { - "line": 1422, + "line": 1440, "column": 8 }, "end": { - "line": 1422, + "line": 1440, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 50299, - "end": 50303, + "start": 51147, + "end": 51151, "loc": { "start": { - "line": 1422, + "line": 1440, "column": 8 }, "end": { - "line": 1422, + "line": 1440, "column": 12 } }, @@ -87578,15 +89116,15 @@ }, "property": { "type": "Identifier", - "start": 50304, - "end": 50310, + "start": 51152, + "end": 51158, "loc": { "start": { - "line": 1422, + "line": 1440, "column": 13 }, "end": { - "line": 1422, + "line": 1440, "column": 19 }, "identifierName": "player" @@ -87598,15 +89136,15 @@ }, "property": { "type": "Identifier", - "start": 50311, - "end": 50314, + "start": 51159, + "end": 51162, "loc": { "start": { - "line": 1422, + "line": 1440, "column": 20 }, "end": { - "line": 1422, + "line": 1440, "column": 23 }, "identifierName": "one" @@ -87619,29 +89157,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 50315, - "end": 50335, + "start": 51163, + "end": 51183, "loc": { "start": { - "line": 1422, + "line": 1440, "column": 24 }, "end": { - "line": 1422, + "line": 1440, "column": 44 } }, "object": { "type": "Identifier", - "start": 50315, - "end": 50320, + "start": 51163, + "end": 51168, "loc": { "start": { - "line": 1422, + "line": 1440, "column": 24 }, "end": { - "line": 1422, + "line": 1440, "column": 29 }, "identifierName": "Event" @@ -87650,15 +89188,15 @@ }, "property": { "type": "Identifier", - "start": 50321, - "end": 50335, + "start": 51169, + "end": 51183, "loc": { "start": { - "line": 1422, + "line": 1440, "column": 30 }, "end": { - "line": 1422, + "line": 1440, "column": 44 }, "identifierName": "LOADEDMETADATA" @@ -87669,15 +89207,15 @@ }, { "type": "ArrowFunctionExpression", - "start": 50337, - "end": 50439, + "start": 51185, + "end": 51287, "loc": { "start": { - "line": 1422, + "line": 1440, "column": 46 }, "end": { - "line": 1425, + "line": 1443, "column": 9 } }, @@ -87688,72 +89226,72 @@ "params": [], "body": { "type": "BlockStatement", - "start": 50343, - "end": 50439, + "start": 51191, + "end": 51287, "loc": { "start": { - "line": 1422, + "line": 1440, "column": 52 }, "end": { - "line": 1425, + "line": 1443, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 50396, - "end": 50429, + "start": 51244, + "end": 51277, "loc": { "start": { - "line": 1424, + "line": 1442, "column": 12 }, "end": { - "line": 1424, + "line": 1442, "column": 45 } }, "expression": { "type": "CallExpression", - "start": 50396, - "end": 50428, + "start": 51244, + "end": 51276, "loc": { "start": { - "line": 1424, + "line": 1442, "column": 12 }, "end": { - "line": 1424, + "line": 1442, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 50396, - "end": 50412, + "start": 51244, + "end": 51260, "loc": { "start": { - "line": 1424, + "line": 1442, "column": 12 }, "end": { - "line": 1424, + "line": 1442, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 50396, - "end": 50400, + "start": 51244, + "end": 51248, "loc": { "start": { - "line": 1424, + "line": 1442, "column": 12 }, "end": { - "line": 1424, + "line": 1442, "column": 16 } }, @@ -87761,15 +89299,15 @@ }, "property": { "type": "Identifier", - "start": 50401, - "end": 50412, + "start": 51249, + "end": 51260, "loc": { "start": { - "line": 1424, + "line": 1442, "column": 17 }, "end": { - "line": 1424, + "line": 1442, "column": 28 }, "identifierName": "setDuration" @@ -87782,44 +89320,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 50413, - "end": 50427, + "start": 51261, + "end": 51275, "loc": { "start": { - "line": 1424, + "line": 1442, "column": 29 }, "end": { - "line": 1424, + "line": 1442, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 50413, - "end": 50417, + "start": 51261, + "end": 51265, "loc": { "start": { - "line": 1424, + "line": 1442, "column": 29 }, "end": { - "line": 1424, + "line": 1442, "column": 33 } } }, "property": { "type": "Identifier", - "start": 50418, - "end": 50427, + "start": 51266, + "end": 51275, "loc": { "start": { - "line": 1424, + "line": 1442, "column": 34 }, "end": { - "line": 1424, + "line": 1442, "column": 43 }, "identifierName": "maxLength" @@ -87835,15 +89373,15 @@ { "type": "CommentLine", "value": " display max record time", - "start": 50357, - "end": 50383, + "start": 51205, + "end": 51231, "loc": { "start": { - "line": 1423, + "line": 1441, "column": 12 }, "end": { - "line": 1423, + "line": 1441, "column": 38 } } @@ -87861,15 +89399,15 @@ { "type": "CommentLine", "value": " loadedmetadata resets the durationDisplay for the", - "start": 50216, - "end": 50268, + "start": 51064, + "end": 51116, "loc": { "start": { - "line": 1420, + "line": 1438, "column": 8 }, "end": { - "line": 1420, + "line": 1438, "column": 60 } } @@ -87877,15 +89415,15 @@ { "type": "CommentLine", "value": " first time", - "start": 50277, - "end": 50290, + "start": 51125, + "end": 51138, "loc": { "start": { - "line": 1421, + "line": 1439, "column": 8 }, "end": { - "line": 1421, + "line": 1439, "column": 21 } } @@ -87900,15 +89438,15 @@ { "type": "CommentBlock", "value": "*\n * Reset the plugin.\n ", - "start": 48661, - "end": 48697, + "start": 49509, + "end": 49545, "loc": { "start": { - "line": 1361, + "line": 1379, "column": 4 }, "end": { - "line": 1363, + "line": 1381, "column": 7 } } @@ -87918,15 +89456,15 @@ { "type": "CommentBlock", "value": "*\n * Reset the plugin recorder state.\n * @private\n ", - "start": 50453, - "end": 50520, + "start": 51301, + "end": 51368, "loc": { "start": { - "line": 1428, + "line": 1446, "column": 4 }, "end": { - "line": 1431, + "line": 1449, "column": 7 } } @@ -87935,15 +89473,15 @@ }, { "type": "ClassMethod", - "start": 50525, - "end": 50675, + "start": 51373, + "end": 51523, "loc": { "start": { - "line": 1432, + "line": 1450, "column": 4 }, "end": { - "line": 1437, + "line": 1455, "column": 5 } }, @@ -87951,15 +89489,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 50525, - "end": 50535, + "start": 51373, + "end": 51383, "loc": { "start": { - "line": 1432, + "line": 1450, "column": 4 }, "end": { - "line": 1432, + "line": 1450, "column": 14 }, "identifierName": "resetState" @@ -87975,88 +89513,88 @@ "params": [], "body": { "type": "BlockStatement", - "start": 50538, - "end": 50675, + "start": 51386, + "end": 51523, "loc": { "start": { - "line": 1432, + "line": 1450, "column": 17 }, "end": { - "line": 1437, + "line": 1455, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 50548, - "end": 50572, + "start": 51396, + "end": 51420, "loc": { "start": { - "line": 1433, + "line": 1451, "column": 8 }, "end": { - "line": 1433, + "line": 1451, "column": 32 } }, "expression": { "type": "AssignmentExpression", - "start": 50548, - "end": 50571, + "start": 51396, + "end": 51419, "loc": { "start": { - "line": 1433, + "line": 1451, "column": 8 }, "end": { - "line": 1433, + "line": 1451, "column": 31 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 50548, - "end": 50563, + "start": 51396, + "end": 51411, "loc": { "start": { - "line": 1433, + "line": 1451, "column": 8 }, "end": { - "line": 1433, + "line": 1451, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 50548, - "end": 50552, + "start": 51396, + "end": 51400, "loc": { "start": { - "line": 1433, + "line": 1451, "column": 8 }, "end": { - "line": 1433, + "line": 1451, "column": 12 } } }, "property": { "type": "Identifier", - "start": 50553, - "end": 50563, + "start": 51401, + "end": 51411, "loc": { "start": { - "line": 1433, + "line": 1451, "column": 13 }, "end": { - "line": 1433, + "line": 1451, "column": 23 }, "identifierName": "_recording" @@ -88067,15 +89605,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 50566, - "end": 50571, + "start": 51414, + "end": 51419, "loc": { "start": { - "line": 1433, + "line": 1451, "column": 26 }, "end": { - "line": 1433, + "line": 1451, "column": 31 } }, @@ -88085,73 +89623,73 @@ }, { "type": "ExpressionStatement", - "start": 50581, - "end": 50606, + "start": 51429, + "end": 51454, "loc": { "start": { - "line": 1434, + "line": 1452, "column": 8 }, "end": { - "line": 1434, + "line": 1452, "column": 33 } }, "expression": { "type": "AssignmentExpression", - "start": 50581, - "end": 50605, + "start": 51429, + "end": 51453, "loc": { "start": { - "line": 1434, + "line": 1452, "column": 8 }, "end": { - "line": 1434, + "line": 1452, "column": 32 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 50581, - "end": 50597, + "start": 51429, + "end": 51445, "loc": { "start": { - "line": 1434, + "line": 1452, "column": 8 }, "end": { - "line": 1434, + "line": 1452, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 50581, - "end": 50585, + "start": 51429, + "end": 51433, "loc": { "start": { - "line": 1434, + "line": 1452, "column": 8 }, "end": { - "line": 1434, + "line": 1452, "column": 12 } } }, "property": { "type": "Identifier", - "start": 50586, - "end": 50597, + "start": 51434, + "end": 51445, "loc": { "start": { - "line": 1434, + "line": 1452, "column": 13 }, "end": { - "line": 1434, + "line": 1452, "column": 24 }, "identifierName": "_processing" @@ -88162,15 +89700,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 50600, - "end": 50605, + "start": 51448, + "end": 51453, "loc": { "start": { - "line": 1434, + "line": 1452, "column": 27 }, "end": { - "line": 1434, + "line": 1452, "column": 32 } }, @@ -88180,73 +89718,73 @@ }, { "type": "ExpressionStatement", - "start": 50615, - "end": 50642, + "start": 51463, + "end": 51490, "loc": { "start": { - "line": 1435, + "line": 1453, "column": 8 }, "end": { - "line": 1435, + "line": 1453, "column": 35 } }, "expression": { "type": "AssignmentExpression", - "start": 50615, - "end": 50641, + "start": 51463, + "end": 51489, "loc": { "start": { - "line": 1435, + "line": 1453, "column": 8 }, "end": { - "line": 1435, + "line": 1453, "column": 34 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 50615, - "end": 50633, + "start": 51463, + "end": 51481, "loc": { "start": { - "line": 1435, + "line": 1453, "column": 8 }, "end": { - "line": 1435, + "line": 1453, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 50615, - "end": 50619, + "start": 51463, + "end": 51467, "loc": { "start": { - "line": 1435, + "line": 1453, "column": 8 }, "end": { - "line": 1435, + "line": 1453, "column": 12 } } }, "property": { "type": "Identifier", - "start": 50620, - "end": 50633, + "start": 51468, + "end": 51481, "loc": { "start": { - "line": 1435, + "line": 1453, "column": 13 }, "end": { - "line": 1435, + "line": 1453, "column": 26 }, "identifierName": "_deviceActive" @@ -88257,15 +89795,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 50636, - "end": 50641, + "start": 51484, + "end": 51489, "loc": { "start": { - "line": 1435, + "line": 1453, "column": 29 }, "end": { - "line": 1435, + "line": 1453, "column": 34 } }, @@ -88275,73 +89813,73 @@ }, { "type": "ExpressionStatement", - "start": 50651, - "end": 50669, + "start": 51499, + "end": 51517, "loc": { "start": { - "line": 1436, + "line": 1454, "column": 8 }, "end": { - "line": 1436, + "line": 1454, "column": 26 } }, "expression": { "type": "AssignmentExpression", - "start": 50651, - "end": 50668, + "start": 51499, + "end": 51516, "loc": { "start": { - "line": 1436, + "line": 1454, "column": 8 }, "end": { - "line": 1436, + "line": 1454, "column": 25 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 50651, - "end": 50663, + "start": 51499, + "end": 51511, "loc": { "start": { - "line": 1436, + "line": 1454, "column": 8 }, "end": { - "line": 1436, + "line": 1454, "column": 20 } }, "object": { "type": "ThisExpression", - "start": 50651, - "end": 50655, + "start": 51499, + "end": 51503, "loc": { "start": { - "line": 1436, + "line": 1454, "column": 8 }, "end": { - "line": 1436, + "line": 1454, "column": 12 } } }, "property": { "type": "Identifier", - "start": 50656, - "end": 50663, + "start": 51504, + "end": 51511, "loc": { "start": { - "line": 1436, + "line": 1454, "column": 13 }, "end": { - "line": 1436, + "line": 1454, "column": 20 }, "identifierName": "devices" @@ -88352,15 +89890,15 @@ }, "right": { "type": "ArrayExpression", - "start": 50666, - "end": 50668, + "start": 51514, + "end": 51516, "loc": { "start": { - "line": 1436, + "line": 1454, "column": 23 }, "end": { - "line": 1436, + "line": 1454, "column": 25 } }, @@ -88376,15 +89914,15 @@ { "type": "CommentBlock", "value": "*\n * Reset the plugin recorder state.\n * @private\n ", - "start": 50453, - "end": 50520, + "start": 51301, + "end": 51368, "loc": { "start": { - "line": 1428, + "line": 1446, "column": 4 }, "end": { - "line": 1431, + "line": 1449, "column": 7 } } @@ -88394,15 +89932,15 @@ { "type": "CommentBlock", "value": "*\n * Removes recorded `Blob` from cache.\n * @private\n ", - "start": 50681, - "end": 50751, + "start": 51529, + "end": 51599, "loc": { "start": { - "line": 1439, + "line": 1457, "column": 4 }, "end": { - "line": 1442, + "line": 1460, "column": 7 } } @@ -88411,15 +89949,15 @@ }, { "type": "ClassMethod", - "start": 50756, - "end": 50974, + "start": 51604, + "end": 51822, "loc": { "start": { - "line": 1443, + "line": 1461, "column": 4 }, "end": { - "line": 1448, + "line": 1466, "column": 5 } }, @@ -88427,15 +89965,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 50756, - "end": 50771, + "start": 51604, + "end": 51619, "loc": { "start": { - "line": 1443, + "line": 1461, "column": 4 }, "end": { - "line": 1443, + "line": 1461, "column": 19 }, "identifierName": "removeRecording" @@ -88451,87 +89989,87 @@ "params": [], "body": { "type": "BlockStatement", - "start": 50774, - "end": 50974, + "start": 51622, + "end": 51822, "loc": { "start": { - "line": 1443, + "line": 1461, "column": 22 }, "end": { - "line": 1448, + "line": 1466, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 50784, - "end": 50968, + "start": 51632, + "end": 51816, "loc": { "start": { - "line": 1444, + "line": 1462, "column": 8 }, "end": { - "line": 1447, + "line": 1465, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 50788, - "end": 50859, + "start": 51636, + "end": 51707, "loc": { "start": { - "line": 1444, + "line": 1462, "column": 12 }, "end": { - "line": 1444, + "line": 1462, "column": 83 } }, "left": { "type": "MemberExpression", - "start": 50788, - "end": 50805, + "start": 51636, + "end": 51653, "loc": { "start": { - "line": 1444, + "line": 1462, "column": 12 }, "end": { - "line": 1444, + "line": 1462, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 50788, - "end": 50792, + "start": 51636, + "end": 51640, "loc": { "start": { - "line": 1444, + "line": 1462, "column": 12 }, "end": { - "line": 1444, + "line": 1462, "column": 16 } } }, "property": { "type": "Identifier", - "start": 50793, - "end": 50805, + "start": 51641, + "end": 51653, "loc": { "start": { - "line": 1444, + "line": 1462, "column": 17 }, "end": { - "line": 1444, + "line": 1462, "column": 29 }, "identifierName": "mediaElement" @@ -88543,100 +90081,100 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 50809, - "end": 50859, + "start": 51657, + "end": 51707, "loc": { "start": { - "line": 1444, + "line": 1462, "column": 33 }, "end": { - "line": 1444, + "line": 1462, "column": 83 } }, "left": { "type": "CallExpression", - "start": 50809, - "end": 50850, + "start": 51657, + "end": 51698, "loc": { "start": { - "line": 1444, + "line": 1462, "column": 33 }, "end": { - "line": 1444, + "line": 1462, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 50809, - "end": 50841, + "start": 51657, + "end": 51689, "loc": { "start": { - "line": 1444, + "line": 1462, "column": 33 }, "end": { - "line": 1444, + "line": 1462, "column": 65 } }, "object": { "type": "MemberExpression", - "start": 50809, - "end": 50830, + "start": 51657, + "end": 51678, "loc": { "start": { - "line": 1444, + "line": 1462, "column": 33 }, "end": { - "line": 1444, + "line": 1462, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 50809, - "end": 50826, + "start": 51657, + "end": 51674, "loc": { "start": { - "line": 1444, + "line": 1462, "column": 33 }, "end": { - "line": 1444, + "line": 1462, "column": 50 } }, "object": { "type": "ThisExpression", - "start": 50809, - "end": 50813, + "start": 51657, + "end": 51661, "loc": { "start": { - "line": 1444, + "line": 1462, "column": 33 }, "end": { - "line": 1444, + "line": 1462, "column": 37 } } }, "property": { "type": "Identifier", - "start": 50814, - "end": 50826, + "start": 51662, + "end": 51674, "loc": { "start": { - "line": 1444, + "line": 1462, "column": 38 }, "end": { - "line": 1444, + "line": 1462, "column": 50 }, "identifierName": "mediaElement" @@ -88647,15 +90185,15 @@ }, "property": { "type": "Identifier", - "start": 50827, - "end": 50830, + "start": 51675, + "end": 51678, "loc": { "start": { - "line": 1444, + "line": 1462, "column": 51 }, "end": { - "line": 1444, + "line": 1462, "column": 54 }, "identifierName": "src" @@ -88666,15 +90204,15 @@ }, "property": { "type": "Identifier", - "start": 50831, - "end": 50841, + "start": 51679, + "end": 51689, "loc": { "start": { - "line": 1444, + "line": 1462, "column": 55 }, "end": { - "line": 1444, + "line": 1462, "column": 65 }, "identifierName": "startsWith" @@ -88686,15 +90224,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 50842, - "end": 50849, + "start": 51690, + "end": 51697, "loc": { "start": { - "line": 1444, + "line": 1462, "column": 66 }, "end": { - "line": 1444, + "line": 1462, "column": 73 } }, @@ -88709,15 +90247,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 50855, - "end": 50859, + "start": 51703, + "end": 51707, "loc": { "start": { - "line": 1444, + "line": 1462, "column": 79 }, "end": { - "line": 1444, + "line": 1462, "column": 83 } }, @@ -88727,72 +90265,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 50861, - "end": 50968, + "start": 51709, + "end": 51816, "loc": { "start": { - "line": 1444, + "line": 1462, "column": 85 }, "end": { - "line": 1447, + "line": 1465, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 50875, - "end": 50918, + "start": 51723, + "end": 51766, "loc": { "start": { - "line": 1445, + "line": 1463, "column": 12 }, "end": { - "line": 1445, + "line": 1463, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 50875, - "end": 50917, + "start": 51723, + "end": 51765, "loc": { "start": { - "line": 1445, + "line": 1463, "column": 12 }, "end": { - "line": 1445, + "line": 1463, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 50875, - "end": 50894, + "start": 51723, + "end": 51742, "loc": { "start": { - "line": 1445, + "line": 1463, "column": 12 }, "end": { - "line": 1445, + "line": 1463, "column": 31 } }, "object": { "type": "Identifier", - "start": 50875, - "end": 50878, + "start": 51723, + "end": 51726, "loc": { "start": { - "line": 1445, + "line": 1463, "column": 12 }, "end": { - "line": 1445, + "line": 1463, "column": 15 }, "identifierName": "URL" @@ -88801,15 +90339,15 @@ }, "property": { "type": "Identifier", - "start": 50879, - "end": 50894, + "start": 51727, + "end": 51742, "loc": { "start": { - "line": 1445, + "line": 1463, "column": 16 }, "end": { - "line": 1445, + "line": 1463, "column": 31 }, "identifierName": "revokeObjectURL" @@ -88821,58 +90359,58 @@ "arguments": [ { "type": "MemberExpression", - "start": 50895, - "end": 50916, + "start": 51743, + "end": 51764, "loc": { "start": { - "line": 1445, + "line": 1463, "column": 32 }, "end": { - "line": 1445, + "line": 1463, "column": 53 } }, "object": { "type": "MemberExpression", - "start": 50895, - "end": 50912, + "start": 51743, + "end": 51760, "loc": { "start": { - "line": 1445, + "line": 1463, "column": 32 }, "end": { - "line": 1445, + "line": 1463, "column": 49 } }, "object": { "type": "ThisExpression", - "start": 50895, - "end": 50899, + "start": 51743, + "end": 51747, "loc": { "start": { - "line": 1445, + "line": 1463, "column": 32 }, "end": { - "line": 1445, + "line": 1463, "column": 36 } } }, "property": { "type": "Identifier", - "start": 50900, - "end": 50912, + "start": 51748, + "end": 51760, "loc": { "start": { - "line": 1445, + "line": 1463, "column": 37 }, "end": { - "line": 1445, + "line": 1463, "column": 49 }, "identifierName": "mediaElement" @@ -88883,15 +90421,15 @@ }, "property": { "type": "Identifier", - "start": 50913, - "end": 50916, + "start": 51761, + "end": 51764, "loc": { "start": { - "line": 1445, + "line": 1463, "column": 50 }, "end": { - "line": 1445, + "line": 1463, "column": 53 }, "identifierName": "src" @@ -88905,87 +90443,87 @@ }, { "type": "ExpressionStatement", - "start": 50931, - "end": 50958, + "start": 51779, + "end": 51806, "loc": { "start": { - "line": 1446, + "line": 1464, "column": 12 }, "end": { - "line": 1446, + "line": 1464, "column": 39 } }, "expression": { "type": "AssignmentExpression", - "start": 50931, - "end": 50957, + "start": 51779, + "end": 51805, "loc": { "start": { - "line": 1446, + "line": 1464, "column": 12 }, "end": { - "line": 1446, + "line": 1464, "column": 38 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 50931, - "end": 50952, + "start": 51779, + "end": 51800, "loc": { "start": { - "line": 1446, + "line": 1464, "column": 12 }, "end": { - "line": 1446, + "line": 1464, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 50931, - "end": 50948, + "start": 51779, + "end": 51796, "loc": { "start": { - "line": 1446, + "line": 1464, "column": 12 }, "end": { - "line": 1446, + "line": 1464, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 50931, - "end": 50935, + "start": 51779, + "end": 51783, "loc": { "start": { - "line": 1446, + "line": 1464, "column": 12 }, "end": { - "line": 1446, + "line": 1464, "column": 16 } } }, "property": { "type": "Identifier", - "start": 50936, - "end": 50948, + "start": 51784, + "end": 51796, "loc": { "start": { - "line": 1446, + "line": 1464, "column": 17 }, "end": { - "line": 1446, + "line": 1464, "column": 29 }, "identifierName": "mediaElement" @@ -88996,15 +90534,15 @@ }, "property": { "type": "Identifier", - "start": 50949, - "end": 50952, + "start": 51797, + "end": 51800, "loc": { "start": { - "line": 1446, + "line": 1464, "column": 30 }, "end": { - "line": 1446, + "line": 1464, "column": 33 }, "identifierName": "src" @@ -89015,15 +90553,15 @@ }, "right": { "type": "StringLiteral", - "start": 50955, - "end": 50957, + "start": 51803, + "end": 51805, "loc": { "start": { - "line": 1446, + "line": 1464, "column": 36 }, "end": { - "line": 1446, + "line": 1464, "column": 38 } }, @@ -89048,15 +90586,1180 @@ { "type": "CommentBlock", "value": "*\n * Removes recorded `Blob` from cache.\n * @private\n ", - "start": 50681, - "end": 50751, + "start": 51529, + "end": 51599, "loc": { "start": { - "line": 1439, + "line": 1457, "column": 4 }, "end": { - "line": 1442, + "line": 1460, + "column": 7 + } + } + } + ], + "trailingComments": [ + { + "type": "CommentBlock", + "value": "*\n * Export image data of waveform (audio-only) or current video frame.\n *\n * The default format is `'image/png'`. Other supported types are\n * `'image/jpeg'` and `'image/webp'`.\n *\n * @param {string} format='image/png' A string indicating the image format.\n * The default format type is `'image/png'`.\n * @param {number} quality=1 A number between 0 and 1 indicating the image\n * quality to use for image formats that use lossy compression such as\n * `'image/jpeg'`` and `'image/webp'`.\n * @return {Promise} Returns a `Promise` resolving with an\n * array of `Blob` instances.\n ", + "start": 51828, + "end": 52462, + "loc": { + "start": { + "line": 1468, + "column": 4 + }, + "end": { + "line": 1481, + "column": 7 + } + } + } + ] + }, + { + "type": "ClassMethod", + "start": 52467, + "end": 52989, + "loc": { + "start": { + "line": 1482, + "column": 4 + }, + "end": { + "line": 1494, + "column": 5 + } + }, + "static": false, + "computed": false, + "key": { + "type": "Identifier", + "start": 52467, + "end": 52478, + "loc": { + "start": { + "line": 1482, + "column": 4 + }, + "end": { + "line": 1482, + "column": 15 + }, + "identifierName": "exportImage" + }, + "name": "exportImage", + "leadingComments": null + }, + "kind": "method", + "id": null, + "generator": false, + "expression": false, + "async": false, + "params": [ + { + "type": "AssignmentPattern", + "start": 52479, + "end": 52499, + "loc": { + "start": { + "line": 1482, + "column": 16 + }, + "end": { + "line": 1482, + "column": 36 + } + }, + "left": { + "type": "Identifier", + "start": 52479, + "end": 52485, + "loc": { + "start": { + "line": 1482, + "column": 16 + }, + "end": { + "line": 1482, + "column": 22 + }, + "identifierName": "format" + }, + "name": "format" + }, + "right": { + "type": "StringLiteral", + "start": 52488, + "end": 52499, + "loc": { + "start": { + "line": 1482, + "column": 25 + }, + "end": { + "line": 1482, + "column": 36 + } + }, + "extra": { + "rawValue": "image/png", + "raw": "'image/png'" + }, + "value": "image/png" + } + }, + { + "type": "AssignmentPattern", + "start": 52501, + "end": 52512, + "loc": { + "start": { + "line": 1482, + "column": 38 + }, + "end": { + "line": 1482, + "column": 49 + } + }, + "left": { + "type": "Identifier", + "start": 52501, + "end": 52508, + "loc": { + "start": { + "line": 1482, + "column": 38 + }, + "end": { + "line": 1482, + "column": 45 + }, + "identifierName": "quality" + }, + "name": "quality" + }, + "right": { + "type": "NumericLiteral", + "start": 52511, + "end": 52512, + "loc": { + "start": { + "line": 1482, + "column": 48 + }, + "end": { + "line": 1482, + "column": 49 + } + }, + "extra": { + "rawValue": 1, + "raw": "1" + }, + "value": 1 + } + } + ], + "body": { + "type": "BlockStatement", + "start": 52514, + "end": 52989, + "loc": { + "start": { + "line": 1482, + "column": 51 + }, + "end": { + "line": 1494, + "column": 5 + } + }, + "body": [ + { + "type": "IfStatement", + "start": 52524, + "end": 52983, + "loc": { + "start": { + "line": 1483, + "column": 8 + }, + "end": { + "line": 1493, + "column": 9 + } + }, + "test": { + "type": "BinaryExpression", + "start": 52528, + "end": 52563, + "loc": { + "start": { + "line": 1483, + "column": 12 + }, + "end": { + "line": 1483, + "column": 47 + } + }, + "left": { + "type": "CallExpression", + "start": 52528, + "end": 52548, + "loc": { + "start": { + "line": 1483, + "column": 12 + }, + "end": { + "line": 1483, + "column": 32 + } + }, + "callee": { + "type": "MemberExpression", + "start": 52528, + "end": 52546, + "loc": { + "start": { + "line": 1483, + "column": 12 + }, + "end": { + "line": 1483, + "column": 30 + } + }, + "object": { + "type": "ThisExpression", + "start": 52528, + "end": 52532, + "loc": { + "start": { + "line": 1483, + "column": 12 + }, + "end": { + "line": 1483, + "column": 16 + } + } + }, + "property": { + "type": "Identifier", + "start": 52533, + "end": 52546, + "loc": { + "start": { + "line": 1483, + "column": 17 + }, + "end": { + "line": 1483, + "column": 30 + }, + "identifierName": "getRecordType" + }, + "name": "getRecordType" + }, + "computed": false + }, + "arguments": [] + }, + "operator": "===", + "right": { + "type": "Identifier", + "start": 52553, + "end": 52563, + "loc": { + "start": { + "line": 1483, + "column": 37 + }, + "end": { + "line": 1483, + "column": 47 + }, + "identifierName": "AUDIO_ONLY" + }, + "name": "AUDIO_ONLY" + } + }, + "consequent": { + "type": "BlockStatement", + "start": 52565, + "end": 52652, + "loc": { + "start": { + "line": 1483, + "column": 49 + }, + "end": { + "line": 1485, + "column": 9 + } + }, + "body": [ + { + "type": "ReturnStatement", + "start": 52579, + "end": 52642, + "loc": { + "start": { + "line": 1484, + "column": 12 + }, + "end": { + "line": 1484, + "column": 75 + } + }, + "argument": { + "type": "CallExpression", + "start": 52586, + "end": 52641, + "loc": { + "start": { + "line": 1484, + "column": 19 + }, + "end": { + "line": 1484, + "column": 74 + } + }, + "callee": { + "type": "MemberExpression", + "start": 52586, + "end": 52616, + "loc": { + "start": { + "line": 1484, + "column": 19 + }, + "end": { + "line": 1484, + "column": 49 + } + }, + "object": { + "type": "MemberExpression", + "start": 52586, + "end": 52604, + "loc": { + "start": { + "line": 1484, + "column": 19 + }, + "end": { + "line": 1484, + "column": 37 + } + }, + "object": { + "type": "MemberExpression", + "start": 52586, + "end": 52597, + "loc": { + "start": { + "line": 1484, + "column": 19 + }, + "end": { + "line": 1484, + "column": 30 + } + }, + "object": { + "type": "ThisExpression", + "start": 52586, + "end": 52590, + "loc": { + "start": { + "line": 1484, + "column": 19 + }, + "end": { + "line": 1484, + "column": 23 + } + } + }, + "property": { + "type": "Identifier", + "start": 52591, + "end": 52597, + "loc": { + "start": { + "line": 1484, + "column": 24 + }, + "end": { + "line": 1484, + "column": 30 + }, + "identifierName": "surfer" + }, + "name": "surfer" + }, + "computed": false + }, + "property": { + "type": "Identifier", + "start": 52598, + "end": 52604, + "loc": { + "start": { + "line": 1484, + "column": 31 + }, + "end": { + "line": 1484, + "column": 37 + }, + "identifierName": "surfer" + }, + "name": "surfer" + }, + "computed": false + }, + "property": { + "type": "Identifier", + "start": 52605, + "end": 52616, + "loc": { + "start": { + "line": 1484, + "column": 38 + }, + "end": { + "line": 1484, + "column": 49 + }, + "identifierName": "exportImage" + }, + "name": "exportImage" + }, + "computed": false + }, + "arguments": [ + { + "type": "Identifier", + "start": 52617, + "end": 52623, + "loc": { + "start": { + "line": 1484, + "column": 50 + }, + "end": { + "line": 1484, + "column": 56 + }, + "identifierName": "format" + }, + "name": "format" + }, + { + "type": "Identifier", + "start": 52625, + "end": 52632, + "loc": { + "start": { + "line": 1484, + "column": 58 + }, + "end": { + "line": 1484, + "column": 65 + }, + "identifierName": "quality" + }, + "name": "quality" + }, + { + "type": "StringLiteral", + "start": 52634, + "end": 52640, + "loc": { + "start": { + "line": 1484, + "column": 67 + }, + "end": { + "line": 1484, + "column": 73 + } + }, + "extra": { + "rawValue": "blob", + "raw": "'blob'" + }, + "value": "blob" + } + ] + } + } + ], + "directives": [] + }, + "alternate": { + "type": "BlockStatement", + "start": 52658, + "end": 52983, + "loc": { + "start": { + "line": 1485, + "column": 15 + }, + "end": { + "line": 1493, + "column": 9 + } + }, + "body": [ + { + "type": "VariableDeclaration", + "start": 52727, + "end": 52787, + "loc": { + "start": { + "line": 1487, + "column": 12 + }, + "end": { + "line": 1487, + "column": 72 + } + }, + "declarations": [ + { + "type": "VariableDeclarator", + "start": 52731, + "end": 52786, + "loc": { + "start": { + "line": 1487, + "column": 16 + }, + "end": { + "line": 1487, + "column": 71 + } + }, + "id": { + "type": "Identifier", + "start": 52731, + "end": 52743, + "loc": { + "start": { + "line": 1487, + "column": 16 + }, + "end": { + "line": 1487, + "column": 28 + }, + "identifierName": "recordCanvas" + }, + "name": "recordCanvas", + "leadingComments": null + }, + "init": { + "type": "MemberExpression", + "start": 52746, + "end": 52786, + "loc": { + "start": { + "line": 1487, + "column": 31 + }, + "end": { + "line": 1487, + "column": 71 + } + }, + "object": { + "type": "CallExpression", + "start": 52746, + "end": 52775, + "loc": { + "start": { + "line": 1487, + "column": 31 + }, + "end": { + "line": 1487, + "column": 60 + } + }, + "callee": { + "type": "MemberExpression", + "start": 52746, + "end": 52773, + "loc": { + "start": { + "line": 1487, + "column": 31 + }, + "end": { + "line": 1487, + "column": 58 + } + }, + "object": { + "type": "MemberExpression", + "start": 52746, + "end": 52770, + "loc": { + "start": { + "line": 1487, + "column": 31 + }, + "end": { + "line": 1487, + "column": 55 + } + }, + "object": { + "type": "MemberExpression", + "start": 52746, + "end": 52757, + "loc": { + "start": { + "line": 1487, + "column": 31 + }, + "end": { + "line": 1487, + "column": 42 + } + }, + "object": { + "type": "ThisExpression", + "start": 52746, + "end": 52750, + "loc": { + "start": { + "line": 1487, + "column": 31 + }, + "end": { + "line": 1487, + "column": 35 + } + } + }, + "property": { + "type": "Identifier", + "start": 52751, + "end": 52757, + "loc": { + "start": { + "line": 1487, + "column": 36 + }, + "end": { + "line": 1487, + "column": 42 + }, + "identifierName": "player" + }, + "name": "player" + }, + "computed": false + }, + "property": { + "type": "Identifier", + "start": 52758, + "end": 52770, + "loc": { + "start": { + "line": 1487, + "column": 43 + }, + "end": { + "line": 1487, + "column": 55 + }, + "identifierName": "recordCanvas" + }, + "name": "recordCanvas" + }, + "computed": false + }, + "property": { + "type": "Identifier", + "start": 52771, + "end": 52773, + "loc": { + "start": { + "line": 1487, + "column": 56 + }, + "end": { + "line": 1487, + "column": 58 + }, + "identifierName": "el" + }, + "name": "el" + }, + "computed": false + }, + "arguments": [] + }, + "property": { + "type": "Identifier", + "start": 52776, + "end": 52786, + "loc": { + "start": { + "line": 1487, + "column": 61 + }, + "end": { + "line": 1487, + "column": 71 + }, + "identifierName": "firstChild" + }, + "name": "firstChild" + }, + "computed": false + }, + "leadingComments": null + } + ], + "kind": "let", + "leadingComments": [ + { + "type": "CommentLine", + "value": " get a frame and copy it onto the canvas", + "start": 52672, + "end": 52714, + "loc": { + "start": { + "line": 1486, + "column": 12 + }, + "end": { + "line": 1486, + "column": 54 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "start": 52800, + "end": 52849, + "loc": { + "start": { + "line": 1488, + "column": 12 + }, + "end": { + "line": 1488, + "column": 61 + } + }, + "expression": { + "type": "CallExpression", + "start": 52800, + "end": 52848, + "loc": { + "start": { + "line": 1488, + "column": 12 + }, + "end": { + "line": 1488, + "column": 60 + } + }, + "callee": { + "type": "MemberExpression", + "start": 52800, + "end": 52815, + "loc": { + "start": { + "line": 1488, + "column": 12 + }, + "end": { + "line": 1488, + "column": 27 + } + }, + "object": { + "type": "ThisExpression", + "start": 52800, + "end": 52804, + "loc": { + "start": { + "line": 1488, + "column": 12 + }, + "end": { + "line": 1488, + "column": 16 + } + } + }, + "property": { + "type": "Identifier", + "start": 52805, + "end": 52815, + "loc": { + "start": { + "line": 1488, + "column": 17 + }, + "end": { + "line": 1488, + "column": 27 + }, + "identifierName": "drawCanvas" + }, + "name": "drawCanvas" + }, + "computed": false + }, + "arguments": [ + { + "type": "Identifier", + "start": 52816, + "end": 52828, + "loc": { + "start": { + "line": 1488, + "column": 28 + }, + "end": { + "line": 1488, + "column": 40 + }, + "identifierName": "recordCanvas" + }, + "name": "recordCanvas" + }, + { + "type": "MemberExpression", + "start": 52830, + "end": 52847, + "loc": { + "start": { + "line": 1488, + "column": 42 + }, + "end": { + "line": 1488, + "column": 59 + } + }, + "object": { + "type": "ThisExpression", + "start": 52830, + "end": 52834, + "loc": { + "start": { + "line": 1488, + "column": 42 + }, + "end": { + "line": 1488, + "column": 46 + } + } + }, + "property": { + "type": "Identifier", + "start": 52835, + "end": 52847, + "loc": { + "start": { + "line": 1488, + "column": 47 + }, + "end": { + "line": 1488, + "column": 59 + }, + "identifierName": "mediaElement" + }, + "name": "mediaElement" + }, + "computed": false + } + ] + } + }, + { + "type": "ReturnStatement", + "start": 52863, + "end": 52973, + "loc": { + "start": { + "line": 1490, + "column": 12 + }, + "end": { + "line": 1492, + "column": 15 + } + }, + "argument": { + "type": "NewExpression", + "start": 52870, + "end": 52972, + "loc": { + "start": { + "line": 1490, + "column": 19 + }, + "end": { + "line": 1492, + "column": 14 + } + }, + "callee": { + "type": "Identifier", + "start": 52874, + "end": 52881, + "loc": { + "start": { + "line": 1490, + "column": 23 + }, + "end": { + "line": 1490, + "column": 30 + }, + "identifierName": "Promise" + }, + "name": "Promise" + }, + "arguments": [ + { + "type": "ArrowFunctionExpression", + "start": 52882, + "end": 52971, + "loc": { + "start": { + "line": 1490, + "column": 31 + }, + "end": { + "line": 1492, + "column": 13 + } + }, + "id": null, + "generator": false, + "expression": false, + "async": false, + "params": [ + { + "type": "Identifier", + "start": 52882, + "end": 52889, + "loc": { + "start": { + "line": 1490, + "column": 31 + }, + "end": { + "line": 1490, + "column": 38 + }, + "identifierName": "resolve" + }, + "name": "resolve" + } + ], + "body": { + "type": "BlockStatement", + "start": 52893, + "end": 52971, + "loc": { + "start": { + "line": 1490, + "column": 42 + }, + "end": { + "line": 1492, + "column": 13 + } + }, + "body": [ + { + "type": "ExpressionStatement", + "start": 52911, + "end": 52957, + "loc": { + "start": { + "line": 1491, + "column": 16 + }, + "end": { + "line": 1491, + "column": 62 + } + }, + "expression": { + "type": "CallExpression", + "start": 52911, + "end": 52956, + "loc": { + "start": { + "line": 1491, + "column": 16 + }, + "end": { + "line": 1491, + "column": 61 + } + }, + "callee": { + "type": "MemberExpression", + "start": 52911, + "end": 52930, + "loc": { + "start": { + "line": 1491, + "column": 16 + }, + "end": { + "line": 1491, + "column": 35 + } + }, + "object": { + "type": "Identifier", + "start": 52911, + "end": 52923, + "loc": { + "start": { + "line": 1491, + "column": 16 + }, + "end": { + "line": 1491, + "column": 28 + }, + "identifierName": "recordCanvas" + }, + "name": "recordCanvas" + }, + "property": { + "type": "Identifier", + "start": 52924, + "end": 52930, + "loc": { + "start": { + "line": 1491, + "column": 29 + }, + "end": { + "line": 1491, + "column": 35 + }, + "identifierName": "toBlob" + }, + "name": "toBlob" + }, + "computed": false + }, + "arguments": [ + { + "type": "Identifier", + "start": 52931, + "end": 52938, + "loc": { + "start": { + "line": 1491, + "column": 36 + }, + "end": { + "line": 1491, + "column": 43 + }, + "identifierName": "resolve" + }, + "name": "resolve" + }, + { + "type": "Identifier", + "start": 52940, + "end": 52946, + "loc": { + "start": { + "line": 1491, + "column": 45 + }, + "end": { + "line": 1491, + "column": 51 + }, + "identifierName": "format" + }, + "name": "format" + }, + { + "type": "Identifier", + "start": 52948, + "end": 52955, + "loc": { + "start": { + "line": 1491, + "column": 53 + }, + "end": { + "line": 1491, + "column": 60 + }, + "identifierName": "quality" + }, + "name": "quality" + } + ] + } + } + ], + "directives": [] + } + } + ] + } + } + ], + "directives": [] + } + } + ], + "directives": [], + "trailingComments": null + }, + "leadingComments": [ + { + "type": "CommentBlock", + "value": "*\n * Export image data of waveform (audio-only) or current video frame.\n *\n * The default format is `'image/png'`. Other supported types are\n * `'image/jpeg'` and `'image/webp'`.\n *\n * @param {string} format='image/png' A string indicating the image format.\n * The default format type is `'image/png'`.\n * @param {number} quality=1 A number between 0 and 1 indicating the image\n * quality to use for image formats that use lossy compression such as\n * `'image/jpeg'`` and `'image/webp'`.\n * @return {Promise} Returns a `Promise` resolving with an\n * array of `Blob` instances.\n ", + "start": 51828, + "end": 52462, + "loc": { + "start": { + "line": 1468, + "column": 4 + }, + "end": { + "line": 1481, "column": 7 } } @@ -89066,15 +91769,15 @@ { "type": "CommentBlock", "value": "*\n * Mute LocalMediaStream audio and video tracks.\n *\n * @param {boolean} mute - Whether or not the mute the track(s).\n ", - "start": 50980, - "end": 51120, + "start": 52995, + "end": 53135, "loc": { "start": { - "line": 1450, + "line": 1496, "column": 4 }, "end": { - "line": 1454, + "line": 1500, "column": 7 } } @@ -89083,15 +91786,15 @@ }, { "type": "ClassMethod", - "start": 51125, - "end": 51611, + "start": 53140, + "end": 53626, "loc": { "start": { - "line": 1455, + "line": 1501, "column": 4 }, "end": { - "line": 1467, + "line": 1513, "column": 5 } }, @@ -89099,15 +91802,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 51125, - "end": 51135, + "start": 53140, + "end": 53150, "loc": { "start": { - "line": 1455, + "line": 1501, "column": 4 }, "end": { - "line": 1455, + "line": 1501, "column": 14 }, "identifierName": "muteTracks" @@ -89123,15 +91826,15 @@ "params": [ { "type": "Identifier", - "start": 51136, - "end": 51140, + "start": 53151, + "end": 53155, "loc": { "start": { - "line": 1455, + "line": 1501, "column": 15 }, "end": { - "line": 1455, + "line": 1501, "column": 19 }, "identifierName": "mute" @@ -89141,143 +91844,143 @@ ], "body": { "type": "BlockStatement", - "start": 51142, - "end": 51611, + "start": 53157, + "end": 53626, "loc": { "start": { - "line": 1455, + "line": 1501, "column": 21 }, "end": { - "line": 1467, + "line": 1513, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 51152, - "end": 51427, + "start": 53167, + "end": 53442, "loc": { "start": { - "line": 1456, + "line": 1502, "column": 8 }, "end": { - "line": 1461, + "line": 1507, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 51156, - "end": 51353, + "start": 53171, + "end": 53368, "loc": { "start": { - "line": 1456, + "line": 1502, "column": 12 }, "end": { - "line": 1459, + "line": 1505, "column": 51 } }, "left": { "type": "LogicalExpression", - "start": 51157, - "end": 51297, + "start": 53172, + "end": 53312, "loc": { "start": { - "line": 1456, + "line": 1502, "column": 13 }, "end": { - "line": 1458, + "line": 1504, "column": 48 } }, "left": { "type": "LogicalExpression", - "start": 51157, - "end": 51245, + "start": 53172, + "end": 53260, "loc": { "start": { - "line": 1456, + "line": 1502, "column": 13 }, "end": { - "line": 1457, + "line": 1503, "column": 49 } }, "left": { "type": "BinaryExpression", - "start": 51157, - "end": 51192, + "start": 53172, + "end": 53207, "loc": { "start": { - "line": 1456, + "line": 1502, "column": 13 }, "end": { - "line": 1456, + "line": 1502, "column": 48 } }, "left": { "type": "CallExpression", - "start": 51157, - "end": 51177, + "start": 53172, + "end": 53192, "loc": { "start": { - "line": 1456, + "line": 1502, "column": 13 }, "end": { - "line": 1456, + "line": 1502, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 51157, - "end": 51175, + "start": 53172, + "end": 53190, "loc": { "start": { - "line": 1456, + "line": 1502, "column": 13 }, "end": { - "line": 1456, + "line": 1502, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 51157, - "end": 51161, + "start": 53172, + "end": 53176, "loc": { "start": { - "line": 1456, + "line": 1502, "column": 13 }, "end": { - "line": 1456, + "line": 1502, "column": 17 } } }, "property": { "type": "Identifier", - "start": 51162, - "end": 51175, + "start": 53177, + "end": 53190, "loc": { "start": { - "line": 1456, + "line": 1502, "column": 18 }, "end": { - "line": 1456, + "line": 1502, "column": 31 }, "identifierName": "getRecordType" @@ -89291,15 +91994,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 51182, - "end": 51192, + "start": 53197, + "end": 53207, "loc": { "start": { - "line": 1456, + "line": 1502, "column": 38 }, "end": { - "line": 1456, + "line": 1502, "column": 48 }, "identifierName": "AUDIO_ONLY" @@ -89310,72 +92013,72 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 51208, - "end": 51245, + "start": 53223, + "end": 53260, "loc": { "start": { - "line": 1457, + "line": 1503, "column": 12 }, "end": { - "line": 1457, + "line": 1503, "column": 49 } }, "left": { "type": "CallExpression", - "start": 51208, - "end": 51228, + "start": 53223, + "end": 53243, "loc": { "start": { - "line": 1457, + "line": 1503, "column": 12 }, "end": { - "line": 1457, + "line": 1503, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 51208, - "end": 51226, + "start": 53223, + "end": 53241, "loc": { "start": { - "line": 1457, + "line": 1503, "column": 12 }, "end": { - "line": 1457, + "line": 1503, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 51208, - "end": 51212, + "start": 53223, + "end": 53227, "loc": { "start": { - "line": 1457, + "line": 1503, "column": 12 }, "end": { - "line": 1457, + "line": 1503, "column": 16 } } }, "property": { "type": "Identifier", - "start": 51213, - "end": 51226, + "start": 53228, + "end": 53241, "loc": { "start": { - "line": 1457, + "line": 1503, "column": 17 }, "end": { - "line": 1457, + "line": 1503, "column": 30 }, "identifierName": "getRecordType" @@ -89389,15 +92092,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 51233, - "end": 51245, + "start": 53248, + "end": 53260, "loc": { "start": { - "line": 1457, + "line": 1503, "column": 37 }, "end": { - "line": 1457, + "line": 1503, "column": 49 }, "identifierName": "AUDIO_SCREEN" @@ -89409,72 +92112,72 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 51261, - "end": 51297, + "start": 53276, + "end": 53312, "loc": { "start": { - "line": 1458, + "line": 1504, "column": 12 }, "end": { - "line": 1458, + "line": 1504, "column": 48 } }, "left": { "type": "CallExpression", - "start": 51261, - "end": 51281, + "start": 53276, + "end": 53296, "loc": { "start": { - "line": 1458, + "line": 1504, "column": 12 }, "end": { - "line": 1458, + "line": 1504, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 51261, - "end": 51279, + "start": 53276, + "end": 53294, "loc": { "start": { - "line": 1458, + "line": 1504, "column": 12 }, "end": { - "line": 1458, + "line": 1504, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 51261, - "end": 51265, + "start": 53276, + "end": 53280, "loc": { "start": { - "line": 1458, + "line": 1504, "column": 12 }, "end": { - "line": 1458, + "line": 1504, "column": 16 } } }, "property": { "type": "Identifier", - "start": 51266, - "end": 51279, + "start": 53281, + "end": 53294, "loc": { "start": { - "line": 1458, + "line": 1504, "column": 17 }, "end": { - "line": 1458, + "line": 1504, "column": 30 }, "identifierName": "getRecordType" @@ -89488,15 +92191,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 51286, - "end": 51297, + "start": 53301, + "end": 53312, "loc": { "start": { - "line": 1458, + "line": 1504, "column": 37 }, "end": { - "line": 1458, + "line": 1504, "column": 48 }, "identifierName": "AUDIO_VIDEO" @@ -89506,106 +92209,106 @@ }, "extra": { "parenthesized": true, - "parenStart": 51156 + "parenStart": 53171 } }, "operator": "&&", "right": { "type": "BinaryExpression", - "start": 51314, - "end": 51353, + "start": 53329, + "end": 53368, "loc": { "start": { - "line": 1459, + "line": 1505, "column": 12 }, "end": { - "line": 1459, + "line": 1505, "column": 51 } }, "left": { "type": "MemberExpression", - "start": 51314, - "end": 51349, + "start": 53329, + "end": 53364, "loc": { "start": { - "line": 1459, + "line": 1505, "column": 12 }, "end": { - "line": 1459, + "line": 1505, "column": 47 } }, "object": { "type": "CallExpression", - "start": 51314, - "end": 51342, + "start": 53329, + "end": 53357, "loc": { "start": { - "line": 1459, + "line": 1505, "column": 12 }, "end": { - "line": 1459, + "line": 1505, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 51314, - "end": 51340, + "start": 53329, + "end": 53355, "loc": { "start": { - "line": 1459, + "line": 1505, "column": 12 }, "end": { - "line": 1459, + "line": 1505, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 51314, - "end": 51325, + "start": 53329, + "end": 53340, "loc": { "start": { - "line": 1459, + "line": 1505, "column": 12 }, "end": { - "line": 1459, + "line": 1505, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 51314, - "end": 51318, + "start": 53329, + "end": 53333, "loc": { "start": { - "line": 1459, + "line": 1505, "column": 12 }, "end": { - "line": 1459, + "line": 1505, "column": 16 } } }, "property": { "type": "Identifier", - "start": 51319, - "end": 51325, + "start": 53334, + "end": 53340, "loc": { "start": { - "line": 1459, + "line": 1505, "column": 17 }, "end": { - "line": 1459, + "line": 1505, "column": 23 }, "identifierName": "stream" @@ -89616,15 +92319,15 @@ }, "property": { "type": "Identifier", - "start": 51326, - "end": 51340, + "start": 53341, + "end": 53355, "loc": { "start": { - "line": 1459, + "line": 1505, "column": 24 }, "end": { - "line": 1459, + "line": 1505, "column": 38 }, "identifierName": "getAudioTracks" @@ -89637,15 +92340,15 @@ }, "property": { "type": "Identifier", - "start": 51343, - "end": 51349, + "start": 53358, + "end": 53364, "loc": { "start": { - "line": 1459, + "line": 1505, "column": 41 }, "end": { - "line": 1459, + "line": 1505, "column": 47 }, "identifierName": "length" @@ -89657,15 +92360,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 51352, - "end": 51353, + "start": 53367, + "end": 53368, "loc": { "start": { - "line": 1459, + "line": 1505, "column": 50 }, "end": { - "line": 1459, + "line": 1505, "column": 51 } }, @@ -89679,144 +92382,144 @@ }, "consequent": { "type": "BlockStatement", - "start": 51355, - "end": 51427, + "start": 53370, + "end": 53442, "loc": { "start": { - "line": 1459, + "line": 1505, "column": 53 }, "end": { - "line": 1461, + "line": 1507, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 51369, - "end": 51417, + "start": 53384, + "end": 53432, "loc": { "start": { - "line": 1460, + "line": 1506, "column": 12 }, "end": { - "line": 1460, + "line": 1506, "column": 60 } }, "expression": { "type": "AssignmentExpression", - "start": 51369, - "end": 51416, + "start": 53384, + "end": 53431, "loc": { "start": { - "line": 1460, + "line": 1506, "column": 12 }, "end": { - "line": 1460, + "line": 1506, "column": 59 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 51369, - "end": 51408, + "start": 53384, + "end": 53423, "loc": { "start": { - "line": 1460, + "line": 1506, "column": 12 }, "end": { - "line": 1460, + "line": 1506, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 51369, - "end": 51400, + "start": 53384, + "end": 53415, "loc": { "start": { - "line": 1460, + "line": 1506, "column": 12 }, "end": { - "line": 1460, + "line": 1506, "column": 43 } }, "object": { "type": "CallExpression", - "start": 51369, - "end": 51397, + "start": 53384, + "end": 53412, "loc": { "start": { - "line": 1460, + "line": 1506, "column": 12 }, "end": { - "line": 1460, + "line": 1506, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 51369, - "end": 51395, + "start": 53384, + "end": 53410, "loc": { "start": { - "line": 1460, + "line": 1506, "column": 12 }, "end": { - "line": 1460, + "line": 1506, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 51369, - "end": 51380, + "start": 53384, + "end": 53395, "loc": { "start": { - "line": 1460, + "line": 1506, "column": 12 }, "end": { - "line": 1460, + "line": 1506, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 51369, - "end": 51373, + "start": 53384, + "end": 53388, "loc": { "start": { - "line": 1460, + "line": 1506, "column": 12 }, "end": { - "line": 1460, + "line": 1506, "column": 16 } } }, "property": { "type": "Identifier", - "start": 51374, - "end": 51380, + "start": 53389, + "end": 53395, "loc": { "start": { - "line": 1460, + "line": 1506, "column": 17 }, "end": { - "line": 1460, + "line": 1506, "column": 23 }, "identifierName": "stream" @@ -89827,15 +92530,15 @@ }, "property": { "type": "Identifier", - "start": 51381, - "end": 51395, + "start": 53396, + "end": 53410, "loc": { "start": { - "line": 1460, + "line": 1506, "column": 24 }, "end": { - "line": 1460, + "line": 1506, "column": 38 }, "identifierName": "getAudioTracks" @@ -89848,15 +92551,15 @@ }, "property": { "type": "NumericLiteral", - "start": 51398, - "end": 51399, + "start": 53413, + "end": 53414, "loc": { "start": { - "line": 1460, + "line": 1506, "column": 41 }, "end": { - "line": 1460, + "line": 1506, "column": 42 } }, @@ -89870,15 +92573,15 @@ }, "property": { "type": "Identifier", - "start": 51401, - "end": 51408, + "start": 53416, + "end": 53423, "loc": { "start": { - "line": 1460, + "line": 1506, "column": 44 }, "end": { - "line": 1460, + "line": 1506, "column": 51 }, "identifierName": "enabled" @@ -89889,15 +92592,15 @@ }, "right": { "type": "UnaryExpression", - "start": 51411, - "end": 51416, + "start": 53426, + "end": 53431, "loc": { "start": { - "line": 1460, + "line": 1506, "column": 54 }, "end": { - "line": 1460, + "line": 1506, "column": 59 } }, @@ -89905,15 +92608,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 51412, - "end": 51416, + "start": 53427, + "end": 53431, "loc": { "start": { - "line": 1460, + "line": 1506, "column": 55 }, "end": { - "line": 1460, + "line": 1506, "column": 59 }, "identifierName": "mute" @@ -89933,100 +92636,100 @@ }, { "type": "IfStatement", - "start": 51437, - "end": 51605, + "start": 53452, + "end": 53620, "loc": { "start": { - "line": 1463, + "line": 1509, "column": 8 }, "end": { - "line": 1466, + "line": 1512, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 51441, - "end": 51531, + "start": 53456, + "end": 53546, "loc": { "start": { - "line": 1463, + "line": 1509, "column": 12 }, "end": { - "line": 1464, + "line": 1510, "column": 51 } }, "left": { "type": "BinaryExpression", - "start": 51441, - "end": 51476, + "start": 53456, + "end": 53491, "loc": { "start": { - "line": 1463, + "line": 1509, "column": 12 }, "end": { - "line": 1463, + "line": 1509, "column": 47 } }, "left": { "type": "CallExpression", - "start": 51441, - "end": 51461, + "start": 53456, + "end": 53476, "loc": { "start": { - "line": 1463, + "line": 1509, "column": 12 }, "end": { - "line": 1463, + "line": 1509, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 51441, - "end": 51459, + "start": 53456, + "end": 53474, "loc": { "start": { - "line": 1463, + "line": 1509, "column": 12 }, "end": { - "line": 1463, + "line": 1509, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 51441, - "end": 51445, + "start": 53456, + "end": 53460, "loc": { "start": { - "line": 1463, + "line": 1509, "column": 12 }, "end": { - "line": 1463, + "line": 1509, "column": 16 } } }, "property": { "type": "Identifier", - "start": 51446, - "end": 51459, + "start": 53461, + "end": 53474, "loc": { "start": { - "line": 1463, + "line": 1509, "column": 17 }, "end": { - "line": 1463, + "line": 1509, "column": 30 }, "identifierName": "getRecordType" @@ -90040,15 +92743,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 51466, - "end": 51476, + "start": 53481, + "end": 53491, "loc": { "start": { - "line": 1463, + "line": 1509, "column": 37 }, "end": { - "line": 1463, + "line": 1509, "column": 47 }, "identifierName": "AUDIO_ONLY" @@ -90059,100 +92762,100 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 51492, - "end": 51531, + "start": 53507, + "end": 53546, "loc": { "start": { - "line": 1464, + "line": 1510, "column": 12 }, "end": { - "line": 1464, + "line": 1510, "column": 51 } }, "left": { "type": "MemberExpression", - "start": 51492, - "end": 51527, + "start": 53507, + "end": 53542, "loc": { "start": { - "line": 1464, + "line": 1510, "column": 12 }, "end": { - "line": 1464, + "line": 1510, "column": 47 } }, "object": { "type": "CallExpression", - "start": 51492, - "end": 51520, + "start": 53507, + "end": 53535, "loc": { "start": { - "line": 1464, + "line": 1510, "column": 12 }, "end": { - "line": 1464, + "line": 1510, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 51492, - "end": 51518, + "start": 53507, + "end": 53533, "loc": { "start": { - "line": 1464, + "line": 1510, "column": 12 }, "end": { - "line": 1464, + "line": 1510, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 51492, - "end": 51503, + "start": 53507, + "end": 53518, "loc": { "start": { - "line": 1464, + "line": 1510, "column": 12 }, "end": { - "line": 1464, + "line": 1510, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 51492, - "end": 51496, + "start": 53507, + "end": 53511, "loc": { "start": { - "line": 1464, + "line": 1510, "column": 12 }, "end": { - "line": 1464, + "line": 1510, "column": 16 } } }, "property": { "type": "Identifier", - "start": 51497, - "end": 51503, + "start": 53512, + "end": 53518, "loc": { "start": { - "line": 1464, + "line": 1510, "column": 17 }, "end": { - "line": 1464, + "line": 1510, "column": 23 }, "identifierName": "stream" @@ -90163,15 +92866,15 @@ }, "property": { "type": "Identifier", - "start": 51504, - "end": 51518, + "start": 53519, + "end": 53533, "loc": { "start": { - "line": 1464, + "line": 1510, "column": 24 }, "end": { - "line": 1464, + "line": 1510, "column": 38 }, "identifierName": "getVideoTracks" @@ -90184,15 +92887,15 @@ }, "property": { "type": "Identifier", - "start": 51521, - "end": 51527, + "start": 53536, + "end": 53542, "loc": { "start": { - "line": 1464, + "line": 1510, "column": 41 }, "end": { - "line": 1464, + "line": 1510, "column": 47 }, "identifierName": "length" @@ -90204,15 +92907,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 51530, - "end": 51531, + "start": 53545, + "end": 53546, "loc": { "start": { - "line": 1464, + "line": 1510, "column": 50 }, "end": { - "line": 1464, + "line": 1510, "column": 51 } }, @@ -90226,144 +92929,144 @@ }, "consequent": { "type": "BlockStatement", - "start": 51533, - "end": 51605, + "start": 53548, + "end": 53620, "loc": { "start": { - "line": 1464, + "line": 1510, "column": 53 }, "end": { - "line": 1466, + "line": 1512, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 51547, - "end": 51595, + "start": 53562, + "end": 53610, "loc": { "start": { - "line": 1465, + "line": 1511, "column": 12 }, "end": { - "line": 1465, + "line": 1511, "column": 60 } }, "expression": { "type": "AssignmentExpression", - "start": 51547, - "end": 51594, + "start": 53562, + "end": 53609, "loc": { "start": { - "line": 1465, + "line": 1511, "column": 12 }, "end": { - "line": 1465, + "line": 1511, "column": 59 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 51547, - "end": 51586, + "start": 53562, + "end": 53601, "loc": { "start": { - "line": 1465, + "line": 1511, "column": 12 }, "end": { - "line": 1465, + "line": 1511, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 51547, - "end": 51578, + "start": 53562, + "end": 53593, "loc": { "start": { - "line": 1465, + "line": 1511, "column": 12 }, "end": { - "line": 1465, + "line": 1511, "column": 43 } }, "object": { "type": "CallExpression", - "start": 51547, - "end": 51575, + "start": 53562, + "end": 53590, "loc": { "start": { - "line": 1465, + "line": 1511, "column": 12 }, "end": { - "line": 1465, + "line": 1511, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 51547, - "end": 51573, + "start": 53562, + "end": 53588, "loc": { "start": { - "line": 1465, + "line": 1511, "column": 12 }, "end": { - "line": 1465, + "line": 1511, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 51547, - "end": 51558, + "start": 53562, + "end": 53573, "loc": { "start": { - "line": 1465, + "line": 1511, "column": 12 }, "end": { - "line": 1465, + "line": 1511, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 51547, - "end": 51551, + "start": 53562, + "end": 53566, "loc": { "start": { - "line": 1465, + "line": 1511, "column": 12 }, "end": { - "line": 1465, + "line": 1511, "column": 16 } } }, "property": { "type": "Identifier", - "start": 51552, - "end": 51558, + "start": 53567, + "end": 53573, "loc": { "start": { - "line": 1465, + "line": 1511, "column": 17 }, "end": { - "line": 1465, + "line": 1511, "column": 23 }, "identifierName": "stream" @@ -90374,15 +93077,15 @@ }, "property": { "type": "Identifier", - "start": 51559, - "end": 51573, + "start": 53574, + "end": 53588, "loc": { "start": { - "line": 1465, + "line": 1511, "column": 24 }, "end": { - "line": 1465, + "line": 1511, "column": 38 }, "identifierName": "getVideoTracks" @@ -90395,15 +93098,15 @@ }, "property": { "type": "NumericLiteral", - "start": 51576, - "end": 51577, + "start": 53591, + "end": 53592, "loc": { "start": { - "line": 1465, + "line": 1511, "column": 41 }, "end": { - "line": 1465, + "line": 1511, "column": 42 } }, @@ -90417,15 +93120,15 @@ }, "property": { "type": "Identifier", - "start": 51579, - "end": 51586, + "start": 53594, + "end": 53601, "loc": { "start": { - "line": 1465, + "line": 1511, "column": 44 }, "end": { - "line": 1465, + "line": 1511, "column": 51 }, "identifierName": "enabled" @@ -90436,15 +93139,15 @@ }, "right": { "type": "UnaryExpression", - "start": 51589, - "end": 51594, + "start": 53604, + "end": 53609, "loc": { "start": { - "line": 1465, + "line": 1511, "column": 54 }, "end": { - "line": 1465, + "line": 1511, "column": 59 } }, @@ -90452,15 +93155,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 51590, - "end": 51594, + "start": 53605, + "end": 53609, "loc": { "start": { - "line": 1465, + "line": 1511, "column": 55 }, "end": { - "line": 1465, + "line": 1511, "column": 59 }, "identifierName": "mute" @@ -90486,15 +93189,15 @@ { "type": "CommentBlock", "value": "*\n * Mute LocalMediaStream audio and video tracks.\n *\n * @param {boolean} mute - Whether or not the mute the track(s).\n ", - "start": 50980, - "end": 51120, + "start": 52995, + "end": 53135, "loc": { "start": { - "line": 1450, + "line": 1496, "column": 4 }, "end": { - "line": 1454, + "line": 1500, "column": 7 } } @@ -90504,15 +93207,15 @@ { "type": "CommentBlock", "value": "*\n * Get recorder type.\n *\n * @returns {string} Recorder type constant.\n * @example\n * console.log(player.record().getRecordType()); // 'audio_video'\n ", - "start": 51617, - "end": 51796, + "start": 53632, + "end": 53811, "loc": { "start": { - "line": 1469, + "line": 1515, "column": 4 }, "end": { - "line": 1475, + "line": 1521, "column": 7 } } @@ -90521,15 +93224,15 @@ }, { "type": "ClassMethod", - "start": 51801, - "end": 51963, + "start": 53816, + "end": 53978, "loc": { "start": { - "line": 1476, + "line": 1522, "column": 4 }, "end": { - "line": 1479, + "line": 1525, "column": 5 } }, @@ -90537,15 +93240,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 51801, - "end": 51814, + "start": 53816, + "end": 53829, "loc": { "start": { - "line": 1476, + "line": 1522, "column": 4 }, "end": { - "line": 1476, + "line": 1522, "column": 17 }, "identifierName": "getRecordType" @@ -90561,58 +93264,58 @@ "params": [], "body": { "type": "BlockStatement", - "start": 51817, - "end": 51963, + "start": 53832, + "end": 53978, "loc": { "start": { - "line": 1476, + "line": 1522, "column": 20 }, "end": { - "line": 1479, + "line": 1525, "column": 5 } }, "body": [ { "type": "ReturnStatement", - "start": 51827, - "end": 51957, + "start": 53842, + "end": 53972, "loc": { "start": { - "line": 1477, + "line": 1523, "column": 8 }, "end": { - "line": 1478, + "line": 1524, "column": 71 } }, "argument": { "type": "CallExpression", - "start": 51834, - "end": 51956, + "start": 53849, + "end": 53971, "loc": { "start": { - "line": 1477, + "line": 1523, "column": 15 }, "end": { - "line": 1478, + "line": 1524, "column": 70 } }, "callee": { "type": "Identifier", - "start": 51834, - "end": 51849, + "start": 53849, + "end": 53864, "loc": { "start": { - "line": 1477, + "line": 1523, "column": 15 }, "end": { - "line": 1477, + "line": 1523, "column": 30 }, "identifierName": "getRecorderMode" @@ -90622,44 +93325,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 51850, - "end": 51866, + "start": 53865, + "end": 53881, "loc": { "start": { - "line": 1477, + "line": 1523, "column": 31 }, "end": { - "line": 1477, + "line": 1523, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 51850, - "end": 51854, + "start": 53865, + "end": 53869, "loc": { "start": { - "line": 1477, + "line": 1523, "column": 31 }, "end": { - "line": 1477, + "line": 1523, "column": 35 } } }, "property": { "type": "Identifier", - "start": 51855, - "end": 51866, + "start": 53870, + "end": 53881, "loc": { "start": { - "line": 1477, + "line": 1523, "column": 36 }, "end": { - "line": 1477, + "line": 1523, "column": 47 }, "identifierName": "recordImage" @@ -90670,44 +93373,44 @@ }, { "type": "MemberExpression", - "start": 51868, - "end": 51884, + "start": 53883, + "end": 53899, "loc": { "start": { - "line": 1477, + "line": 1523, "column": 49 }, "end": { - "line": 1477, + "line": 1523, "column": 65 } }, "object": { "type": "ThisExpression", - "start": 51868, - "end": 51872, + "start": 53883, + "end": 53887, "loc": { "start": { - "line": 1477, + "line": 1523, "column": 49 }, "end": { - "line": 1477, + "line": 1523, "column": 53 } } }, "property": { "type": "Identifier", - "start": 51873, - "end": 51884, + "start": 53888, + "end": 53899, "loc": { "start": { - "line": 1477, + "line": 1523, "column": 54 }, "end": { - "line": 1477, + "line": 1523, "column": 65 }, "identifierName": "recordAudio" @@ -90718,44 +93421,44 @@ }, { "type": "MemberExpression", - "start": 51898, - "end": 51914, + "start": 53913, + "end": 53929, "loc": { "start": { - "line": 1478, + "line": 1524, "column": 12 }, "end": { - "line": 1478, + "line": 1524, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 51898, - "end": 51902, + "start": 53913, + "end": 53917, "loc": { "start": { - "line": 1478, + "line": 1524, "column": 12 }, "end": { - "line": 1478, + "line": 1524, "column": 16 } } }, "property": { "type": "Identifier", - "start": 51903, - "end": 51914, + "start": 53918, + "end": 53929, "loc": { "start": { - "line": 1478, + "line": 1524, "column": 17 }, "end": { - "line": 1478, + "line": 1524, "column": 28 }, "identifierName": "recordVideo" @@ -90766,44 +93469,44 @@ }, { "type": "MemberExpression", - "start": 51916, - "end": 51936, + "start": 53931, + "end": 53951, "loc": { "start": { - "line": 1478, + "line": 1524, "column": 30 }, "end": { - "line": 1478, + "line": 1524, "column": 50 } }, "object": { "type": "ThisExpression", - "start": 51916, - "end": 51920, + "start": 53931, + "end": 53935, "loc": { "start": { - "line": 1478, + "line": 1524, "column": 30 }, "end": { - "line": 1478, + "line": 1524, "column": 34 } } }, "property": { "type": "Identifier", - "start": 51921, - "end": 51936, + "start": 53936, + "end": 53951, "loc": { "start": { - "line": 1478, + "line": 1524, "column": 35 }, "end": { - "line": 1478, + "line": 1524, "column": 50 }, "identifierName": "recordAnimation" @@ -90814,44 +93517,44 @@ }, { "type": "MemberExpression", - "start": 51938, - "end": 51955, + "start": 53953, + "end": 53970, "loc": { "start": { - "line": 1478, + "line": 1524, "column": 52 }, "end": { - "line": 1478, + "line": 1524, "column": 69 } }, "object": { "type": "ThisExpression", - "start": 51938, - "end": 51942, + "start": 53953, + "end": 53957, "loc": { "start": { - "line": 1478, + "line": 1524, "column": 52 }, "end": { - "line": 1478, + "line": 1524, "column": 56 } } }, "property": { "type": "Identifier", - "start": 51943, - "end": 51955, + "start": 53958, + "end": 53970, "loc": { "start": { - "line": 1478, + "line": 1524, "column": 57 }, "end": { - "line": 1478, + "line": 1524, "column": 69 }, "identifierName": "recordScreen" @@ -90871,15 +93574,15 @@ { "type": "CommentBlock", "value": "*\n * Get recorder type.\n *\n * @returns {string} Recorder type constant.\n * @example\n * console.log(player.record().getRecordType()); // 'audio_video'\n ", - "start": 51617, - "end": 51796, + "start": 53632, + "end": 53811, "loc": { "start": { - "line": 1469, + "line": 1515, "column": 4 }, "end": { - "line": 1475, + "line": 1521, "column": 7 } } @@ -90889,15 +93592,15 @@ { "type": "CommentBlock", "value": "*\n * Create and display snapshot image.\n * @private\n ", - "start": 51969, - "end": 52038, + "start": 53984, + "end": 54053, "loc": { "start": { - "line": 1481, + "line": 1527, "column": 4 }, "end": { - "line": 1484, + "line": 1530, "column": 7 } } @@ -90906,15 +93609,15 @@ }, { "type": "ClassMethod", - "start": 52043, - "end": 52826, + "start": 54058, + "end": 54841, "loc": { "start": { - "line": 1485, + "line": 1531, "column": 4 }, "end": { - "line": 1504, + "line": 1550, "column": 5 } }, @@ -90922,15 +93625,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 52043, - "end": 52057, + "start": 54058, + "end": 54072, "loc": { "start": { - "line": 1485, + "line": 1531, "column": 4 }, "end": { - "line": 1485, + "line": 1531, "column": 18 }, "identifierName": "createSnapshot" @@ -90946,115 +93649,115 @@ "params": [], "body": { "type": "BlockStatement", - "start": 52060, - "end": 52826, + "start": 54075, + "end": 54841, "loc": { "start": { - "line": 1485, + "line": 1531, "column": 21 }, "end": { - "line": 1504, + "line": 1550, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 52070, - "end": 52820, + "start": 54085, + "end": 54835, "loc": { "start": { - "line": 1486, + "line": 1532, "column": 8 }, "end": { - "line": 1503, + "line": 1549, "column": 60 } }, "expression": { "type": "CallExpression", - "start": 52070, - "end": 52819, + "start": 54085, + "end": 54834, "loc": { "start": { - "line": 1486, + "line": 1532, "column": 8 }, "end": { - "line": 1503, + "line": 1549, "column": 59 } }, "callee": { "type": "MemberExpression", - "start": 52070, - "end": 52094, + "start": 54085, + "end": 54109, "loc": { "start": { - "line": 1486, + "line": 1532, "column": 8 }, "end": { - "line": 1486, + "line": 1532, "column": 32 } }, "object": { "type": "CallExpression", - "start": 52070, - "end": 52089, + "start": 54085, + "end": 54104, "loc": { "start": { - "line": 1486, + "line": 1532, "column": 8 }, "end": { - "line": 1486, + "line": 1532, "column": 27 } }, "callee": { "type": "MemberExpression", - "start": 52070, - "end": 52087, + "start": 54085, + "end": 54102, "loc": { "start": { - "line": 1486, + "line": 1532, "column": 8 }, "end": { - "line": 1486, + "line": 1532, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 52070, - "end": 52074, + "start": 54085, + "end": 54089, "loc": { "start": { - "line": 1486, + "line": 1532, "column": 8 }, "end": { - "line": 1486, + "line": 1532, "column": 12 } } }, "property": { "type": "Identifier", - "start": 52075, - "end": 52087, + "start": 54090, + "end": 54102, "loc": { "start": { - "line": 1486, + "line": 1532, "column": 13 }, "end": { - "line": 1486, + "line": 1532, "column": 25 }, "identifierName": "captureFrame" @@ -91067,15 +93770,15 @@ }, "property": { "type": "Identifier", - "start": 52090, - "end": 52094, + "start": 54105, + "end": 54109, "loc": { "start": { - "line": 1486, + "line": 1532, "column": 28 }, "end": { - "line": 1486, + "line": 1532, "column": 32 }, "identifierName": "then" @@ -91087,15 +93790,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 52095, - "end": 52769, + "start": 54110, + "end": 54784, "loc": { "start": { - "line": 1486, + "line": 1532, "column": 33 }, "end": { - "line": 1503, + "line": 1549, "column": 9 } }, @@ -91106,15 +93809,15 @@ "params": [ { "type": "Identifier", - "start": 52096, - "end": 52102, + "start": 54111, + "end": 54117, "loc": { "start": { - "line": 1486, + "line": 1532, "column": 34 }, "end": { - "line": 1486, + "line": 1532, "column": 40 }, "identifierName": "result" @@ -91124,87 +93827,87 @@ ], "body": { "type": "BlockStatement", - "start": 52107, - "end": 52769, + "start": 54122, + "end": 54784, "loc": { "start": { - "line": 1486, + "line": 1532, "column": 45 }, "end": { - "line": 1503, + "line": 1549, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 52121, - "end": 52759, + "start": 54136, + "end": 54774, "loc": { "start": { - "line": 1487, + "line": 1533, "column": 12 }, "end": { - "line": 1502, + "line": 1548, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 52125, - "end": 52156, + "start": 54140, + "end": 54171, "loc": { "start": { - "line": 1487, + "line": 1533, "column": 16 }, "end": { - "line": 1487, + "line": 1533, "column": 47 } }, "left": { "type": "MemberExpression", - "start": 52125, - "end": 52145, + "start": 54140, + "end": 54160, "loc": { "start": { - "line": 1487, + "line": 1533, "column": 16 }, "end": { - "line": 1487, + "line": 1533, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 52125, - "end": 52129, + "start": 54140, + "end": 54144, "loc": { "start": { - "line": 1487, + "line": 1533, "column": 16 }, "end": { - "line": 1487, + "line": 1533, "column": 20 } } }, "property": { "type": "Identifier", - "start": 52130, - "end": 52145, + "start": 54145, + "end": 54160, "loc": { "start": { - "line": 1487, + "line": 1533, "column": 21 }, "end": { - "line": 1487, + "line": 1533, "column": 36 }, "identifierName": "imageOutputType" @@ -91216,15 +93919,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 52150, - "end": 52156, + "start": 54165, + "end": 54171, "loc": { "start": { - "line": 1487, + "line": 1533, "column": 41 }, "end": { - "line": 1487, + "line": 1533, "column": 47 } }, @@ -91237,72 +93940,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 52158, - "end": 52429, + "start": 54173, + "end": 54444, "loc": { "start": { - "line": 1487, + "line": 1533, "column": 49 }, "end": { - "line": 1495, + "line": 1541, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 52228, - "end": 52415, + "start": 54243, + "end": 54430, "loc": { "start": { - "line": 1489, + "line": 1535, "column": 16 }, "end": { - "line": 1494, + "line": 1540, "column": 19 } }, "expression": { "type": "CallExpression", - "start": 52228, - "end": 52414, + "start": 54243, + "end": 54429, "loc": { "start": { - "line": 1489, + "line": 1535, "column": 16 }, "end": { - "line": 1494, + "line": 1540, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 52228, - "end": 52241, + "start": 54243, + "end": 54256, "loc": { "start": { - "line": 1489, + "line": 1535, "column": 16 }, "end": { - "line": 1489, + "line": 1535, "column": 29 } }, "object": { "type": "Identifier", - "start": 52228, - "end": 52234, + "start": 54243, + "end": 54249, "loc": { "start": { - "line": 1489, + "line": 1535, "column": 16 }, "end": { - "line": 1489, + "line": 1535, "column": 22 }, "identifierName": "result" @@ -91312,15 +94015,15 @@ }, "property": { "type": "Identifier", - "start": 52235, - "end": 52241, + "start": 54250, + "end": 54256, "loc": { "start": { - "line": 1489, + "line": 1535, "column": 23 }, "end": { - "line": 1489, + "line": 1535, "column": 29 }, "identifierName": "toBlob" @@ -91333,15 +94036,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 52242, - "end": 52413, + "start": 54257, + "end": 54428, "loc": { "start": { - "line": 1489, + "line": 1535, "column": 30 }, "end": { - "line": 1494, + "line": 1540, "column": 17 } }, @@ -91352,15 +94055,15 @@ "params": [ { "type": "Identifier", - "start": 52243, - "end": 52247, + "start": 54258, + "end": 54262, "loc": { "start": { - "line": 1489, + "line": 1535, "column": 31 }, "end": { - "line": 1489, + "line": 1535, "column": 35 }, "identifierName": "blob" @@ -91370,102 +94073,102 @@ ], "body": { "type": "BlockStatement", - "start": 52252, - "end": 52413, + "start": 54267, + "end": 54428, "loc": { "start": { - "line": 1489, + "line": 1535, "column": 40 }, "end": { - "line": 1494, + "line": 1540, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 52274, - "end": 52306, + "start": 54289, + "end": 54321, "loc": { "start": { - "line": 1490, + "line": 1536, "column": 20 }, "end": { - "line": 1490, + "line": 1536, "column": 52 } }, "expression": { "type": "AssignmentExpression", - "start": 52274, - "end": 52305, + "start": 54289, + "end": 54320, "loc": { "start": { - "line": 1490, + "line": 1536, "column": 20 }, "end": { - "line": 1490, + "line": 1536, "column": 51 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 52274, - "end": 52298, + "start": 54289, + "end": 54313, "loc": { "start": { - "line": 1490, + "line": 1536, "column": 20 }, "end": { - "line": 1490, + "line": 1536, "column": 44 } }, "object": { "type": "MemberExpression", - "start": 52274, - "end": 52285, + "start": 54289, + "end": 54300, "loc": { "start": { - "line": 1490, + "line": 1536, "column": 20 }, "end": { - "line": 1490, + "line": 1536, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 52274, - "end": 52278, + "start": 54289, + "end": 54293, "loc": { "start": { - "line": 1490, + "line": 1536, "column": 20 }, "end": { - "line": 1490, + "line": 1536, "column": 24 } } }, "property": { "type": "Identifier", - "start": 52279, - "end": 52285, + "start": 54294, + "end": 54300, "loc": { "start": { - "line": 1490, + "line": 1536, "column": 25 }, "end": { - "line": 1490, + "line": 1536, "column": 31 }, "identifierName": "player" @@ -91476,15 +94179,15 @@ }, "property": { "type": "Identifier", - "start": 52286, - "end": 52298, + "start": 54301, + "end": 54313, "loc": { "start": { - "line": 1490, + "line": 1536, "column": 32 }, "end": { - "line": 1490, + "line": 1536, "column": 44 }, "identifierName": "recordedData" @@ -91495,15 +94198,15 @@ }, "right": { "type": "Identifier", - "start": 52301, - "end": 52305, + "start": 54316, + "end": 54320, "loc": { "start": { - "line": 1490, + "line": 1536, "column": 47 }, "end": { - "line": 1490, + "line": 1536, "column": 51 }, "identifierName": "blob" @@ -91515,15 +94218,15 @@ { "type": "CommentLine", "value": " display the snapshot", - "start": 52328, - "end": 52351, + "start": 54343, + "end": 54366, "loc": { "start": { - "line": 1492, + "line": 1538, "column": 20 }, "end": { - "line": 1492, + "line": 1538, "column": 43 } } @@ -91532,57 +94235,57 @@ }, { "type": "ExpressionStatement", - "start": 52372, - "end": 52395, + "start": 54387, + "end": 54410, "loc": { "start": { - "line": 1493, + "line": 1539, "column": 20 }, "end": { - "line": 1493, + "line": 1539, "column": 43 } }, "expression": { "type": "CallExpression", - "start": 52372, - "end": 52394, + "start": 54387, + "end": 54409, "loc": { "start": { - "line": 1493, + "line": 1539, "column": 20 }, "end": { - "line": 1493, + "line": 1539, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 52372, - "end": 52392, + "start": 54387, + "end": 54407, "loc": { "start": { - "line": 1493, + "line": 1539, "column": 20 }, "end": { - "line": 1493, + "line": 1539, "column": 40 } }, "object": { "type": "ThisExpression", - "start": 52372, - "end": 52376, + "start": 54387, + "end": 54391, "loc": { "start": { - "line": 1493, + "line": 1539, "column": 20 }, "end": { - "line": 1493, + "line": 1539, "column": 24 } }, @@ -91590,15 +94293,15 @@ }, "property": { "type": "Identifier", - "start": 52377, - "end": 52392, + "start": 54392, + "end": 54407, "loc": { "start": { - "line": 1493, + "line": 1539, "column": 25 }, "end": { - "line": 1493, + "line": 1539, "column": 40 }, "identifierName": "displaySnapshot" @@ -91615,15 +94318,15 @@ { "type": "CommentLine", "value": " display the snapshot", - "start": 52328, - "end": 52351, + "start": 54343, + "end": 54366, "loc": { "start": { - "line": 1492, + "line": 1538, "column": 20 }, "end": { - "line": 1492, + "line": 1538, "column": 43 } } @@ -91641,15 +94344,15 @@ { "type": "CommentLine", "value": " turn the canvas data into a Blob", - "start": 52176, - "end": 52211, + "start": 54191, + "end": 54226, "loc": { "start": { - "line": 1488, + "line": 1534, "column": 16 }, "end": { - "line": 1488, + "line": 1534, "column": 51 } } @@ -91661,72 +94364,72 @@ }, "alternate": { "type": "IfStatement", - "start": 52435, - "end": 52759, + "start": 54450, + "end": 54774, "loc": { "start": { - "line": 1495, + "line": 1541, "column": 19 }, "end": { - "line": 1502, + "line": 1548, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 52439, - "end": 52473, + "start": 54454, + "end": 54488, "loc": { "start": { - "line": 1495, + "line": 1541, "column": 23 }, "end": { - "line": 1495, + "line": 1541, "column": 57 } }, "left": { "type": "MemberExpression", - "start": 52439, - "end": 52459, + "start": 54454, + "end": 54474, "loc": { "start": { - "line": 1495, + "line": 1541, "column": 23 }, "end": { - "line": 1495, + "line": 1541, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 52439, - "end": 52443, + "start": 54454, + "end": 54458, "loc": { "start": { - "line": 1495, + "line": 1541, "column": 23 }, "end": { - "line": 1495, + "line": 1541, "column": 27 } } }, "property": { "type": "Identifier", - "start": 52444, - "end": 52459, + "start": 54459, + "end": 54474, "loc": { "start": { - "line": 1495, + "line": 1541, "column": 28 }, "end": { - "line": 1495, + "line": 1541, "column": 43 }, "identifierName": "imageOutputType" @@ -91738,15 +94441,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 52464, - "end": 52473, + "start": 54479, + "end": 54488, "loc": { "start": { - "line": 1495, + "line": 1541, "column": 48 }, "end": { - "line": 1495, + "line": 1541, "column": 57 } }, @@ -91759,87 +94462,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 52475, - "end": 52759, + "start": 54490, + "end": 54774, "loc": { "start": { - "line": 1495, + "line": 1541, "column": 59 }, "end": { - "line": 1502, + "line": 1548, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 52550, - "end": 52664, + "start": 54565, + "end": 54679, "loc": { "start": { - "line": 1497, + "line": 1543, "column": 16 }, "end": { - "line": 1498, + "line": 1544, "column": 69 } }, "expression": { "type": "AssignmentExpression", - "start": 52550, - "end": 52663, + "start": 54565, + "end": 54678, "loc": { "start": { - "line": 1497, + "line": 1543, "column": 16 }, "end": { - "line": 1498, + "line": 1544, "column": 68 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 52550, - "end": 52574, + "start": 54565, + "end": 54589, "loc": { "start": { - "line": 1497, + "line": 1543, "column": 16 }, "end": { - "line": 1497, + "line": 1543, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 52550, - "end": 52561, + "start": 54565, + "end": 54576, "loc": { "start": { - "line": 1497, + "line": 1543, "column": 16 }, "end": { - "line": 1497, + "line": 1543, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 52550, - "end": 52554, + "start": 54565, + "end": 54569, "loc": { "start": { - "line": 1497, + "line": 1543, "column": 16 }, "end": { - "line": 1497, + "line": 1543, "column": 20 } }, @@ -91847,15 +94550,15 @@ }, "property": { "type": "Identifier", - "start": 52555, - "end": 52561, + "start": 54570, + "end": 54576, "loc": { "start": { - "line": 1497, + "line": 1543, "column": 21 }, "end": { - "line": 1497, + "line": 1543, "column": 27 }, "identifierName": "player" @@ -91867,15 +94570,15 @@ }, "property": { "type": "Identifier", - "start": 52562, - "end": 52574, + "start": 54577, + "end": 54589, "loc": { "start": { - "line": 1497, + "line": 1543, "column": 28 }, "end": { - "line": 1497, + "line": 1543, "column": 40 }, "identifierName": "recordedData" @@ -91887,43 +94590,43 @@ }, "right": { "type": "CallExpression", - "start": 52577, - "end": 52663, + "start": 54592, + "end": 54678, "loc": { "start": { - "line": 1497, + "line": 1543, "column": 43 }, "end": { - "line": 1498, + "line": 1544, "column": 68 } }, "callee": { "type": "MemberExpression", - "start": 52577, - "end": 52593, + "start": 54592, + "end": 54608, "loc": { "start": { - "line": 1497, + "line": 1543, "column": 43 }, "end": { - "line": 1497, + "line": 1543, "column": 59 } }, "object": { "type": "Identifier", - "start": 52577, - "end": 52583, + "start": 54592, + "end": 54598, "loc": { "start": { - "line": 1497, + "line": 1543, "column": 43 }, "end": { - "line": 1497, + "line": 1543, "column": 49 }, "identifierName": "result" @@ -91932,15 +94635,15 @@ }, "property": { "type": "Identifier", - "start": 52584, - "end": 52593, + "start": 54599, + "end": 54608, "loc": { "start": { - "line": 1497, + "line": 1543, "column": 50 }, "end": { - "line": 1497, + "line": 1543, "column": 59 }, "identifierName": "toDataURL" @@ -91952,44 +94655,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 52615, - "end": 52637, + "start": 54630, + "end": 54652, "loc": { "start": { - "line": 1498, + "line": 1544, "column": 20 }, "end": { - "line": 1498, + "line": 1544, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 52615, - "end": 52619, + "start": 54630, + "end": 54634, "loc": { "start": { - "line": 1498, + "line": 1544, "column": 20 }, "end": { - "line": 1498, + "line": 1544, "column": 24 } } }, "property": { "type": "Identifier", - "start": 52620, - "end": 52637, + "start": 54635, + "end": 54652, "loc": { "start": { - "line": 1498, + "line": 1544, "column": 25 }, "end": { - "line": 1498, + "line": 1544, "column": 42 }, "identifierName": "imageOutputFormat" @@ -92000,44 +94703,44 @@ }, { "type": "MemberExpression", - "start": 52639, - "end": 52662, + "start": 54654, + "end": 54677, "loc": { "start": { - "line": 1498, + "line": 1544, "column": 44 }, "end": { - "line": 1498, + "line": 1544, "column": 67 } }, "object": { "type": "ThisExpression", - "start": 52639, - "end": 52643, + "start": 54654, + "end": 54658, "loc": { "start": { - "line": 1498, + "line": 1544, "column": 44 }, "end": { - "line": 1498, + "line": 1544, "column": 48 } } }, "property": { "type": "Identifier", - "start": 52644, - "end": 52662, + "start": 54659, + "end": 54677, "loc": { "start": { - "line": 1498, + "line": 1544, "column": 49 }, "end": { - "line": 1498, + "line": 1544, "column": 67 }, "identifierName": "imageOutputQuality" @@ -92054,15 +94757,15 @@ { "type": "CommentLine", "value": " turn the canvas data into base64 data", - "start": 52493, - "end": 52533, + "start": 54508, + "end": 54548, "loc": { "start": { - "line": 1496, + "line": 1542, "column": 16 }, "end": { - "line": 1496, + "line": 1542, "column": 56 } } @@ -92072,15 +94775,15 @@ { "type": "CommentLine", "value": " display the snapshot", - "start": 52682, - "end": 52705, + "start": 54697, + "end": 54720, "loc": { "start": { - "line": 1500, + "line": 1546, "column": 16 }, "end": { - "line": 1500, + "line": 1546, "column": 39 } } @@ -92089,57 +94792,57 @@ }, { "type": "ExpressionStatement", - "start": 52722, - "end": 52745, + "start": 54737, + "end": 54760, "loc": { "start": { - "line": 1501, + "line": 1547, "column": 16 }, "end": { - "line": 1501, + "line": 1547, "column": 39 } }, "expression": { "type": "CallExpression", - "start": 52722, - "end": 52744, + "start": 54737, + "end": 54759, "loc": { "start": { - "line": 1501, + "line": 1547, "column": 16 }, "end": { - "line": 1501, + "line": 1547, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 52722, - "end": 52742, + "start": 54737, + "end": 54757, "loc": { "start": { - "line": 1501, + "line": 1547, "column": 16 }, "end": { - "line": 1501, + "line": 1547, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 52722, - "end": 52726, + "start": 54737, + "end": 54741, "loc": { "start": { - "line": 1501, + "line": 1547, "column": 16 }, "end": { - "line": 1501, + "line": 1547, "column": 20 } }, @@ -92147,15 +94850,15 @@ }, "property": { "type": "Identifier", - "start": 52727, - "end": 52742, + "start": 54742, + "end": 54757, "loc": { "start": { - "line": 1501, + "line": 1547, "column": 21 }, "end": { - "line": 1501, + "line": 1547, "column": 36 }, "identifierName": "displaySnapshot" @@ -92172,15 +94875,15 @@ { "type": "CommentLine", "value": " display the snapshot", - "start": 52682, - "end": 52705, + "start": 54697, + "end": 54720, "loc": { "start": { - "line": 1500, + "line": 1546, "column": 16 }, "end": { - "line": 1500, + "line": 1546, "column": 39 } } @@ -92199,44 +94902,44 @@ }, { "type": "MemberExpression", - "start": 52771, - "end": 52793, + "start": 54786, + "end": 54808, "loc": { "start": { - "line": 1503, + "line": 1549, "column": 11 }, "end": { - "line": 1503, + "line": 1549, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 52771, - "end": 52775, + "start": 54786, + "end": 54790, "loc": { "start": { - "line": 1503, + "line": 1549, "column": 11 }, "end": { - "line": 1503, + "line": 1549, "column": 15 } } }, "property": { "type": "Identifier", - "start": 52776, - "end": 52793, + "start": 54791, + "end": 54808, "loc": { "start": { - "line": 1503, + "line": 1549, "column": 16 }, "end": { - "line": 1503, + "line": 1549, "column": 33 }, "identifierName": "imageOutputFormat" @@ -92247,44 +94950,44 @@ }, { "type": "MemberExpression", - "start": 52795, - "end": 52818, + "start": 54810, + "end": 54833, "loc": { "start": { - "line": 1503, + "line": 1549, "column": 35 }, "end": { - "line": 1503, + "line": 1549, "column": 58 } }, "object": { "type": "ThisExpression", - "start": 52795, - "end": 52799, + "start": 54810, + "end": 54814, "loc": { "start": { - "line": 1503, + "line": 1549, "column": 35 }, "end": { - "line": 1503, + "line": 1549, "column": 39 } } }, "property": { "type": "Identifier", - "start": 52800, - "end": 52818, + "start": 54815, + "end": 54833, "loc": { "start": { - "line": 1503, + "line": 1549, "column": 40 }, "end": { - "line": 1503, + "line": 1549, "column": 58 }, "identifierName": "imageOutputQuality" @@ -92304,15 +95007,15 @@ { "type": "CommentBlock", "value": "*\n * Create and display snapshot image.\n * @private\n ", - "start": 51969, - "end": 52038, + "start": 53984, + "end": 54053, "loc": { "start": { - "line": 1481, + "line": 1527, "column": 4 }, "end": { - "line": 1484, + "line": 1530, "column": 7 } } @@ -92322,15 +95025,15 @@ { "type": "CommentBlock", "value": "*\n * Display snapshot image.\n * @private\n ", - "start": 52832, - "end": 52890, + "start": 54847, + "end": 54905, "loc": { "start": { - "line": 1506, + "line": 1552, "column": 4 }, "end": { - "line": 1509, + "line": 1555, "column": 7 } } @@ -92339,15 +95042,15 @@ }, { "type": "ClassMethod", - "start": 52895, - "end": 53119, + "start": 54910, + "end": 55134, "loc": { "start": { - "line": 1510, + "line": 1556, "column": 4 }, "end": { - "line": 1519, + "line": 1565, "column": 5 } }, @@ -92355,15 +95058,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 52895, - "end": 52910, + "start": 54910, + "end": 54925, "loc": { "start": { - "line": 1510, + "line": 1556, "column": 4 }, "end": { - "line": 1510, + "line": 1556, "column": 19 }, "identifierName": "displaySnapshot" @@ -92379,101 +95082,101 @@ "params": [], "body": { "type": "BlockStatement", - "start": 52913, - "end": 53119, + "start": 54928, + "end": 55134, "loc": { "start": { - "line": 1510, + "line": 1556, "column": 22 }, "end": { - "line": 1519, + "line": 1565, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 52953, - "end": 52994, + "start": 54968, + "end": 55009, "loc": { "start": { - "line": 1512, + "line": 1558, "column": 8 }, "end": { - "line": 1512, + "line": 1558, "column": 49 } }, "expression": { "type": "AssignmentExpression", - "start": 52953, - "end": 52993, + "start": 54968, + "end": 55008, "loc": { "start": { - "line": 1512, + "line": 1558, "column": 8 }, "end": { - "line": 1512, + "line": 1558, "column": 48 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 52953, - "end": 52984, + "start": 54968, + "end": 54999, "loc": { "start": { - "line": 1512, + "line": 1558, "column": 8 }, "end": { - "line": 1512, + "line": 1558, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 52953, - "end": 52976, + "start": 54968, + "end": 54991, "loc": { "start": { - "line": 1512, + "line": 1558, "column": 8 }, "end": { - "line": 1512, + "line": 1558, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 52953, - "end": 52970, + "start": 54968, + "end": 54985, "loc": { "start": { - "line": 1512, + "line": 1558, "column": 8 }, "end": { - "line": 1512, + "line": 1558, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 52953, - "end": 52957, + "start": 54968, + "end": 54972, "loc": { "start": { - "line": 1512, + "line": 1558, "column": 8 }, "end": { - "line": 1512, + "line": 1558, "column": 12 } }, @@ -92481,15 +95184,15 @@ }, "property": { "type": "Identifier", - "start": 52958, - "end": 52970, + "start": 54973, + "end": 54985, "loc": { "start": { - "line": 1512, + "line": 1558, "column": 13 }, "end": { - "line": 1512, + "line": 1558, "column": 25 }, "identifierName": "mediaElement" @@ -92501,15 +95204,15 @@ }, "property": { "type": "Identifier", - "start": 52971, - "end": 52976, + "start": 54986, + "end": 54991, "loc": { "start": { - "line": 1512, + "line": 1558, "column": 26 }, "end": { - "line": 1512, + "line": 1558, "column": 31 }, "identifierName": "style" @@ -92521,15 +95224,15 @@ }, "property": { "type": "Identifier", - "start": 52977, - "end": 52984, + "start": 54992, + "end": 54999, "loc": { "start": { - "line": 1512, + "line": 1558, "column": 32 }, "end": { - "line": 1512, + "line": 1558, "column": 39 }, "identifierName": "display" @@ -92541,15 +95244,15 @@ }, "right": { "type": "StringLiteral", - "start": 52987, - "end": 52993, + "start": 55002, + "end": 55008, "loc": { "start": { - "line": 1512, + "line": 1558, "column": 42 }, "end": { - "line": 1512, + "line": 1558, "column": 48 } }, @@ -92565,15 +95268,15 @@ { "type": "CommentLine", "value": " hide preview video", - "start": 52923, - "end": 52944, + "start": 54938, + "end": 54959, "loc": { "start": { - "line": 1511, + "line": 1557, "column": 8 }, "end": { - "line": 1511, + "line": 1557, "column": 29 } } @@ -92583,15 +95286,15 @@ { "type": "CommentLine", "value": " show the snapshot", - "start": 53004, - "end": 53024, + "start": 55019, + "end": 55039, "loc": { "start": { - "line": 1514, + "line": 1560, "column": 8 }, "end": { - "line": 1514, + "line": 1560, "column": 28 } } @@ -92600,85 +95303,85 @@ }, { "type": "ExpressionStatement", - "start": 53033, - "end": 53065, + "start": 55048, + "end": 55080, "loc": { "start": { - "line": 1515, + "line": 1561, "column": 8 }, "end": { - "line": 1515, + "line": 1561, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 53033, - "end": 53064, + "start": 55048, + "end": 55079, "loc": { "start": { - "line": 1515, + "line": 1561, "column": 8 }, "end": { - "line": 1515, + "line": 1561, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 53033, - "end": 53062, + "start": 55048, + "end": 55077, "loc": { "start": { - "line": 1515, + "line": 1561, "column": 8 }, "end": { - "line": 1515, + "line": 1561, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 53033, - "end": 53057, + "start": 55048, + "end": 55072, "loc": { "start": { - "line": 1515, + "line": 1561, "column": 8 }, "end": { - "line": 1515, + "line": 1561, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 53033, - "end": 53044, + "start": 55048, + "end": 55059, "loc": { "start": { - "line": 1515, + "line": 1561, "column": 8 }, "end": { - "line": 1515, + "line": 1561, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 53033, - "end": 53037, + "start": 55048, + "end": 55052, "loc": { "start": { - "line": 1515, + "line": 1561, "column": 8 }, "end": { - "line": 1515, + "line": 1561, "column": 12 } }, @@ -92686,15 +95389,15 @@ }, "property": { "type": "Identifier", - "start": 53038, - "end": 53044, + "start": 55053, + "end": 55059, "loc": { "start": { - "line": 1515, + "line": 1561, "column": 13 }, "end": { - "line": 1515, + "line": 1561, "column": 19 }, "identifierName": "player" @@ -92706,15 +95409,15 @@ }, "property": { "type": "Identifier", - "start": 53045, - "end": 53057, + "start": 55060, + "end": 55072, "loc": { "start": { - "line": 1515, + "line": 1561, "column": 20 }, "end": { - "line": 1515, + "line": 1561, "column": 32 }, "identifierName": "recordCanvas" @@ -92726,15 +95429,15 @@ }, "property": { "type": "Identifier", - "start": 53058, - "end": 53062, + "start": 55073, + "end": 55077, "loc": { "start": { - "line": 1515, + "line": 1561, "column": 33 }, "end": { - "line": 1515, + "line": 1561, "column": 37 }, "identifierName": "show" @@ -92751,15 +95454,15 @@ { "type": "CommentLine", "value": " show the snapshot", - "start": 53004, - "end": 53024, + "start": 55019, + "end": 55039, "loc": { "start": { - "line": 1514, + "line": 1560, "column": 8 }, "end": { - "line": 1514, + "line": 1560, "column": 28 } } @@ -92769,15 +95472,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 53075, - "end": 53092, + "start": 55090, + "end": 55107, "loc": { "start": { - "line": 1517, + "line": 1563, "column": 8 }, "end": { - "line": 1517, + "line": 1563, "column": 25 } } @@ -92786,57 +95489,57 @@ }, { "type": "ExpressionStatement", - "start": 53101, - "end": 53113, + "start": 55116, + "end": 55128, "loc": { "start": { - "line": 1518, + "line": 1564, "column": 8 }, "end": { - "line": 1518, + "line": 1564, "column": 20 } }, "expression": { "type": "CallExpression", - "start": 53101, - "end": 53112, + "start": 55116, + "end": 55127, "loc": { "start": { - "line": 1518, + "line": 1564, "column": 8 }, "end": { - "line": 1518, + "line": 1564, "column": 19 } }, "callee": { "type": "MemberExpression", - "start": 53101, - "end": 53110, + "start": 55116, + "end": 55125, "loc": { "start": { - "line": 1518, + "line": 1564, "column": 8 }, "end": { - "line": 1518, + "line": 1564, "column": 17 } }, "object": { "type": "ThisExpression", - "start": 53101, - "end": 53105, + "start": 55116, + "end": 55120, "loc": { "start": { - "line": 1518, + "line": 1564, "column": 8 }, "end": { - "line": 1518, + "line": 1564, "column": 12 } }, @@ -92844,15 +95547,15 @@ }, "property": { "type": "Identifier", - "start": 53106, - "end": 53110, + "start": 55121, + "end": 55125, "loc": { "start": { - "line": 1518, + "line": 1564, "column": 13 }, "end": { - "line": 1518, + "line": 1564, "column": 17 }, "identifierName": "stop" @@ -92869,15 +95572,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 53075, - "end": 53092, + "start": 55090, + "end": 55107, "loc": { "start": { - "line": 1517, + "line": 1563, "column": 8 }, "end": { - "line": 1517, + "line": 1563, "column": 25 } } @@ -92892,15 +95595,15 @@ { "type": "CommentBlock", "value": "*\n * Display snapshot image.\n * @private\n ", - "start": 52832, - "end": 52890, + "start": 54847, + "end": 54905, "loc": { "start": { - "line": 1506, + "line": 1552, "column": 4 }, "end": { - "line": 1509, + "line": 1555, "column": 7 } } @@ -92910,15 +95613,15 @@ { "type": "CommentBlock", "value": "*\n * Reset UI for retrying a snapshot image.\n * @private\n ", - "start": 53125, - "end": 53199, + "start": 55140, + "end": 55214, "loc": { "start": { - "line": 1521, + "line": 1567, "column": 4 }, "end": { - "line": 1524, + "line": 1570, "column": 7 } } @@ -92927,15 +95630,15 @@ }, { "type": "ClassMethod", - "start": 53204, - "end": 53431, + "start": 55219, + "end": 55446, "loc": { "start": { - "line": 1525, + "line": 1571, "column": 4 }, "end": { - "line": 1533, + "line": 1579, "column": 5 } }, @@ -92943,15 +95646,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 53204, - "end": 53217, + "start": 55219, + "end": 55232, "loc": { "start": { - "line": 1525, + "line": 1571, "column": 4 }, "end": { - "line": 1525, + "line": 1571, "column": 17 }, "identifierName": "retrySnapshot" @@ -92967,88 +95670,88 @@ "params": [], "body": { "type": "BlockStatement", - "start": 53220, - "end": 53431, + "start": 55235, + "end": 55446, "loc": { "start": { - "line": 1525, + "line": 1571, "column": 20 }, "end": { - "line": 1533, + "line": 1579, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 53230, - "end": 53255, + "start": 55245, + "end": 55270, "loc": { "start": { - "line": 1526, + "line": 1572, "column": 8 }, "end": { - "line": 1526, + "line": 1572, "column": 33 } }, "expression": { "type": "AssignmentExpression", - "start": 53230, - "end": 53254, + "start": 55245, + "end": 55269, "loc": { "start": { - "line": 1526, + "line": 1572, "column": 8 }, "end": { - "line": 1526, + "line": 1572, "column": 32 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 53230, - "end": 53246, + "start": 55245, + "end": 55261, "loc": { "start": { - "line": 1526, + "line": 1572, "column": 8 }, "end": { - "line": 1526, + "line": 1572, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 53230, - "end": 53234, + "start": 55245, + "end": 55249, "loc": { "start": { - "line": 1526, + "line": 1572, "column": 8 }, "end": { - "line": 1526, + "line": 1572, "column": 12 } } }, "property": { "type": "Identifier", - "start": 53235, - "end": 53246, + "start": 55250, + "end": 55261, "loc": { "start": { - "line": 1526, + "line": 1572, "column": 13 }, "end": { - "line": 1526, + "line": 1572, "column": 24 }, "identifierName": "_processing" @@ -93059,15 +95762,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 53249, - "end": 53254, + "start": 55264, + "end": 55269, "loc": { "start": { - "line": 1526, + "line": 1572, "column": 27 }, "end": { - "line": 1526, + "line": 1572, "column": 32 } }, @@ -93078,15 +95781,15 @@ { "type": "CommentLine", "value": " retry: hide the snapshot", - "start": 53265, - "end": 53292, + "start": 55280, + "end": 55307, "loc": { "start": { - "line": 1528, + "line": 1574, "column": 8 }, "end": { - "line": 1528, + "line": 1574, "column": 35 } } @@ -93095,85 +95798,85 @@ }, { "type": "ExpressionStatement", - "start": 53301, - "end": 53333, + "start": 55316, + "end": 55348, "loc": { "start": { - "line": 1529, + "line": 1575, "column": 8 }, "end": { - "line": 1529, + "line": 1575, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 53301, - "end": 53332, + "start": 55316, + "end": 55347, "loc": { "start": { - "line": 1529, + "line": 1575, "column": 8 }, "end": { - "line": 1529, + "line": 1575, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 53301, - "end": 53330, + "start": 55316, + "end": 55345, "loc": { "start": { - "line": 1529, + "line": 1575, "column": 8 }, "end": { - "line": 1529, + "line": 1575, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 53301, - "end": 53325, + "start": 55316, + "end": 55340, "loc": { "start": { - "line": 1529, + "line": 1575, "column": 8 }, "end": { - "line": 1529, + "line": 1575, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 53301, - "end": 53312, + "start": 55316, + "end": 55327, "loc": { "start": { - "line": 1529, + "line": 1575, "column": 8 }, "end": { - "line": 1529, + "line": 1575, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 53301, - "end": 53305, + "start": 55316, + "end": 55320, "loc": { "start": { - "line": 1529, + "line": 1575, "column": 8 }, "end": { - "line": 1529, + "line": 1575, "column": 12 } }, @@ -93181,15 +95884,15 @@ }, "property": { "type": "Identifier", - "start": 53306, - "end": 53312, + "start": 55321, + "end": 55327, "loc": { "start": { - "line": 1529, + "line": 1575, "column": 13 }, "end": { - "line": 1529, + "line": 1575, "column": 19 }, "identifierName": "player" @@ -93201,15 +95904,15 @@ }, "property": { "type": "Identifier", - "start": 53313, - "end": 53325, + "start": 55328, + "end": 55340, "loc": { "start": { - "line": 1529, + "line": 1575, "column": 20 }, "end": { - "line": 1529, + "line": 1575, "column": 32 }, "identifierName": "recordCanvas" @@ -93221,15 +95924,15 @@ }, "property": { "type": "Identifier", - "start": 53326, - "end": 53330, + "start": 55341, + "end": 55345, "loc": { "start": { - "line": 1529, + "line": 1575, "column": 33 }, "end": { - "line": 1529, + "line": 1575, "column": 37 }, "identifierName": "hide" @@ -93246,15 +95949,15 @@ { "type": "CommentLine", "value": " retry: hide the snapshot", - "start": 53265, - "end": 53292, + "start": 55280, + "end": 55307, "loc": { "start": { - "line": 1528, + "line": 1574, "column": 8 }, "end": { - "line": 1528, + "line": 1574, "column": 35 } } @@ -93264,15 +95967,15 @@ { "type": "CommentLine", "value": " show preview video", - "start": 53343, - "end": 53364, + "start": 55358, + "end": 55379, "loc": { "start": { - "line": 1531, + "line": 1577, "column": 8 }, "end": { - "line": 1531, + "line": 1577, "column": 29 } } @@ -93281,128 +95984,128 @@ }, { "type": "ExpressionStatement", - "start": 53373, - "end": 53425, + "start": 55388, + "end": 55440, "loc": { "start": { - "line": 1532, + "line": 1578, "column": 8 }, "end": { - "line": 1532, + "line": 1578, "column": 60 } }, "expression": { "type": "AssignmentExpression", - "start": 53373, - "end": 53424, + "start": 55388, + "end": 55439, "loc": { "start": { - "line": 1532, + "line": 1578, "column": 8 }, "end": { - "line": 1532, + "line": 1578, "column": 59 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 53373, - "end": 53414, + "start": 55388, + "end": 55429, "loc": { "start": { - "line": 1532, + "line": 1578, "column": 8 }, "end": { - "line": 1532, + "line": 1578, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 53373, - "end": 53406, + "start": 55388, + "end": 55421, "loc": { "start": { - "line": 1532, + "line": 1578, "column": 8 }, "end": { - "line": 1532, + "line": 1578, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 53373, - "end": 53400, + "start": 55388, + "end": 55415, "loc": { "start": { - "line": 1532, + "line": 1578, "column": 8 }, "end": { - "line": 1532, + "line": 1578, "column": 35 } }, "object": { "type": "CallExpression", - "start": 53373, - "end": 53389, + "start": 55388, + "end": 55404, "loc": { "start": { - "line": 1532, + "line": 1578, "column": 8 }, "end": { - "line": 1532, + "line": 1578, "column": 24 } }, "callee": { "type": "MemberExpression", - "start": 53373, - "end": 53387, + "start": 55388, + "end": 55402, "loc": { "start": { - "line": 1532, + "line": 1578, "column": 8 }, "end": { - "line": 1532, + "line": 1578, "column": 22 } }, "object": { "type": "MemberExpression", - "start": 53373, - "end": 53384, + "start": 55388, + "end": 55399, "loc": { "start": { - "line": 1532, + "line": 1578, "column": 8 }, "end": { - "line": 1532, + "line": 1578, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 53373, - "end": 53377, + "start": 55388, + "end": 55392, "loc": { "start": { - "line": 1532, + "line": 1578, "column": 8 }, "end": { - "line": 1532, + "line": 1578, "column": 12 } }, @@ -93410,15 +96113,15 @@ }, "property": { "type": "Identifier", - "start": 53378, - "end": 53384, + "start": 55393, + "end": 55399, "loc": { "start": { - "line": 1532, + "line": 1578, "column": 13 }, "end": { - "line": 1532, + "line": 1578, "column": 19 }, "identifierName": "player" @@ -93430,15 +96133,15 @@ }, "property": { "type": "Identifier", - "start": 53385, - "end": 53387, + "start": 55400, + "end": 55402, "loc": { "start": { - "line": 1532, + "line": 1578, "column": 20 }, "end": { - "line": 1532, + "line": 1578, "column": 22 }, "identifierName": "el" @@ -93453,15 +96156,15 @@ }, "property": { "type": "Identifier", - "start": 53390, - "end": 53400, + "start": 55405, + "end": 55415, "loc": { "start": { - "line": 1532, + "line": 1578, "column": 25 }, "end": { - "line": 1532, + "line": 1578, "column": 35 }, "identifierName": "firstChild" @@ -93473,15 +96176,15 @@ }, "property": { "type": "Identifier", - "start": 53401, - "end": 53406, + "start": 55416, + "end": 55421, "loc": { "start": { - "line": 1532, + "line": 1578, "column": 36 }, "end": { - "line": 1532, + "line": 1578, "column": 41 }, "identifierName": "style" @@ -93493,15 +96196,15 @@ }, "property": { "type": "Identifier", - "start": 53407, - "end": 53414, + "start": 55422, + "end": 55429, "loc": { "start": { - "line": 1532, + "line": 1578, "column": 42 }, "end": { - "line": 1532, + "line": 1578, "column": 49 }, "identifierName": "display" @@ -93513,15 +96216,15 @@ }, "right": { "type": "StringLiteral", - "start": 53417, - "end": 53424, + "start": 55432, + "end": 55439, "loc": { "start": { - "line": 1532, + "line": 1578, "column": 52 }, "end": { - "line": 1532, + "line": 1578, "column": 59 } }, @@ -93537,15 +96240,15 @@ { "type": "CommentLine", "value": " show preview video", - "start": 53343, - "end": 53364, + "start": 55358, + "end": 55379, "loc": { "start": { - "line": 1531, + "line": 1577, "column": 8 }, "end": { - "line": 1531, + "line": 1577, "column": 29 } } @@ -93560,15 +96263,15 @@ { "type": "CommentBlock", "value": "*\n * Reset UI for retrying a snapshot image.\n * @private\n ", - "start": 53125, - "end": 53199, + "start": 55140, + "end": 55214, "loc": { "start": { - "line": 1521, + "line": 1567, "column": 4 }, "end": { - "line": 1524, + "line": 1570, "column": 7 } } @@ -93578,15 +96281,15 @@ { "type": "CommentBlock", "value": "*\n * Capture frame from camera and copy data to canvas.\n * @private\n * @returns {void}\n ", - "start": 53437, - "end": 53545, + "start": 55452, + "end": 55560, "loc": { "start": { - "line": 1535, + "line": 1581, "column": 4 }, "end": { - "line": 1539, + "line": 1585, "column": 7 } } @@ -93595,15 +96298,15 @@ }, { "type": "ClassMethod", - "start": 53550, - "end": 55420, + "start": 55565, + "end": 57435, "loc": { "start": { - "line": 1540, + "line": 1586, "column": 4 }, "end": { - "line": 1582, + "line": 1628, "column": 5 } }, @@ -93611,15 +96314,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 53550, - "end": 53562, + "start": 55565, + "end": 55577, "loc": { "start": { - "line": 1540, + "line": 1586, "column": 4 }, "end": { - "line": 1540, + "line": 1586, "column": 16 }, "identifierName": "captureFrame" @@ -93635,59 +96338,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 53565, - "end": 55420, + "start": 55580, + "end": 57435, "loc": { "start": { - "line": 1540, + "line": 1586, "column": 19 }, "end": { - "line": 1582, + "line": 1628, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 53575, - "end": 53606, + "start": 55590, + "end": 55621, "loc": { "start": { - "line": 1541, + "line": 1587, "column": 8 }, "end": { - "line": 1541, + "line": 1587, "column": 39 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 53579, - "end": 53605, + "start": 55594, + "end": 55620, "loc": { "start": { - "line": 1541, + "line": 1587, "column": 12 }, "end": { - "line": 1541, + "line": 1587, "column": 38 } }, "id": { "type": "Identifier", - "start": 53579, - "end": 53587, + "start": 55594, + "end": 55602, "loc": { "start": { - "line": 1541, + "line": 1587, "column": 12 }, "end": { - "line": 1541, + "line": 1587, "column": 20 }, "identifierName": "detected" @@ -93696,29 +96399,29 @@ }, "init": { "type": "CallExpression", - "start": 53590, - "end": 53605, + "start": 55605, + "end": 55620, "loc": { "start": { - "line": 1541, + "line": 1587, "column": 23 }, "end": { - "line": 1541, + "line": 1587, "column": 38 } }, "callee": { "type": "Identifier", - "start": 53590, - "end": 53603, + "start": 55605, + "end": 55618, "loc": { "start": { - "line": 1541, + "line": 1587, "column": 23 }, "end": { - "line": 1541, + "line": 1587, "column": 36 }, "identifierName": "detectBrowser" @@ -93733,44 +96436,44 @@ }, { "type": "VariableDeclaration", - "start": 53615, - "end": 53675, + "start": 55630, + "end": 55690, "loc": { "start": { - "line": 1542, + "line": 1588, "column": 8 }, "end": { - "line": 1542, + "line": 1588, "column": 68 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 53619, - "end": 53674, + "start": 55634, + "end": 55689, "loc": { "start": { - "line": 1542, + "line": 1588, "column": 12 }, "end": { - "line": 1542, + "line": 1588, "column": 67 } }, "id": { "type": "Identifier", - "start": 53619, - "end": 53631, + "start": 55634, + "end": 55646, "loc": { "start": { - "line": 1542, + "line": 1588, "column": 12 }, "end": { - "line": 1542, + "line": 1588, "column": 24 }, "identifierName": "recordCanvas" @@ -93779,100 +96482,100 @@ }, "init": { "type": "MemberExpression", - "start": 53634, - "end": 53674, + "start": 55649, + "end": 55689, "loc": { "start": { - "line": 1542, + "line": 1588, "column": 27 }, "end": { - "line": 1542, + "line": 1588, "column": 67 } }, "object": { "type": "CallExpression", - "start": 53634, - "end": 53663, + "start": 55649, + "end": 55678, "loc": { "start": { - "line": 1542, + "line": 1588, "column": 27 }, "end": { - "line": 1542, + "line": 1588, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 53634, - "end": 53661, + "start": 55649, + "end": 55676, "loc": { "start": { - "line": 1542, + "line": 1588, "column": 27 }, "end": { - "line": 1542, + "line": 1588, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 53634, - "end": 53658, + "start": 55649, + "end": 55673, "loc": { "start": { - "line": 1542, + "line": 1588, "column": 27 }, "end": { - "line": 1542, + "line": 1588, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 53634, - "end": 53645, + "start": 55649, + "end": 55660, "loc": { "start": { - "line": 1542, + "line": 1588, "column": 27 }, "end": { - "line": 1542, + "line": 1588, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 53634, - "end": 53638, + "start": 55649, + "end": 55653, "loc": { "start": { - "line": 1542, + "line": 1588, "column": 27 }, "end": { - "line": 1542, + "line": 1588, "column": 31 } } }, "property": { "type": "Identifier", - "start": 53639, - "end": 53645, + "start": 55654, + "end": 55660, "loc": { "start": { - "line": 1542, + "line": 1588, "column": 32 }, "end": { - "line": 1542, + "line": 1588, "column": 38 }, "identifierName": "player" @@ -93883,15 +96586,15 @@ }, "property": { "type": "Identifier", - "start": 53646, - "end": 53658, + "start": 55661, + "end": 55673, "loc": { "start": { - "line": 1542, + "line": 1588, "column": 39 }, "end": { - "line": 1542, + "line": 1588, "column": 51 }, "identifierName": "recordCanvas" @@ -93902,15 +96605,15 @@ }, "property": { "type": "Identifier", - "start": 53659, - "end": 53661, + "start": 55674, + "end": 55676, "loc": { "start": { - "line": 1542, + "line": 1588, "column": 52 }, "end": { - "line": 1542, + "line": 1588, "column": 54 }, "identifierName": "el" @@ -93923,15 +96626,15 @@ }, "property": { "type": "Identifier", - "start": 53664, - "end": 53674, + "start": 55679, + "end": 55689, "loc": { "start": { - "line": 1542, + "line": 1588, "column": 57 }, "end": { - "line": 1542, + "line": 1588, "column": 67 }, "identifierName": "firstChild" @@ -93947,15 +96650,15 @@ { "type": "CommentLine", "value": " set the canvas size to the dimensions of the camera,", - "start": 53685, - "end": 53740, + "start": 55700, + "end": 55755, "loc": { "start": { - "line": 1544, + "line": 1590, "column": 8 }, "end": { - "line": 1544, + "line": 1590, "column": 63 } } @@ -93963,15 +96666,15 @@ { "type": "CommentLine", "value": " which also wipes the content of the canvas", - "start": 53749, - "end": 53794, + "start": 55764, + "end": 55809, "loc": { "start": { - "line": 1545, + "line": 1591, "column": 8 }, "end": { - "line": 1545, + "line": 1591, "column": 53 } } @@ -93980,58 +96683,58 @@ }, { "type": "ExpressionStatement", - "start": 53803, - "end": 53844, + "start": 55818, + "end": 55859, "loc": { "start": { - "line": 1546, + "line": 1592, "column": 8 }, "end": { - "line": 1546, + "line": 1592, "column": 49 } }, "expression": { "type": "AssignmentExpression", - "start": 53803, - "end": 53843, + "start": 55818, + "end": 55858, "loc": { "start": { - "line": 1546, + "line": 1592, "column": 8 }, "end": { - "line": 1546, + "line": 1592, "column": 48 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 53803, - "end": 53821, + "start": 55818, + "end": 55836, "loc": { "start": { - "line": 1546, + "line": 1592, "column": 8 }, "end": { - "line": 1546, + "line": 1592, "column": 26 } }, "object": { "type": "Identifier", - "start": 53803, - "end": 53815, + "start": 55818, + "end": 55830, "loc": { "start": { - "line": 1546, + "line": 1592, "column": 8 }, "end": { - "line": 1546, + "line": 1592, "column": 20 }, "identifierName": "recordCanvas" @@ -94041,15 +96744,15 @@ }, "property": { "type": "Identifier", - "start": 53816, - "end": 53821, + "start": 55831, + "end": 55836, "loc": { "start": { - "line": 1546, + "line": 1592, "column": 21 }, "end": { - "line": 1546, + "line": 1592, "column": 26 }, "identifierName": "width" @@ -94061,72 +96764,72 @@ }, "right": { "type": "CallExpression", - "start": 53824, - "end": 53843, + "start": 55839, + "end": 55858, "loc": { "start": { - "line": 1546, + "line": 1592, "column": 29 }, "end": { - "line": 1546, + "line": 1592, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 53824, - "end": 53841, + "start": 55839, + "end": 55856, "loc": { "start": { - "line": 1546, + "line": 1592, "column": 29 }, "end": { - "line": 1546, + "line": 1592, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 53824, - "end": 53835, + "start": 55839, + "end": 55850, "loc": { "start": { - "line": 1546, + "line": 1592, "column": 29 }, "end": { - "line": 1546, + "line": 1592, "column": 40 } }, "object": { "type": "ThisExpression", - "start": 53824, - "end": 53828, + "start": 55839, + "end": 55843, "loc": { "start": { - "line": 1546, + "line": 1592, "column": 29 }, "end": { - "line": 1546, + "line": 1592, "column": 33 } } }, "property": { "type": "Identifier", - "start": 53829, - "end": 53835, + "start": 55844, + "end": 55850, "loc": { "start": { - "line": 1546, + "line": 1592, "column": 34 }, "end": { - "line": 1546, + "line": 1592, "column": 40 }, "identifierName": "player" @@ -94137,15 +96840,15 @@ }, "property": { "type": "Identifier", - "start": 53836, - "end": 53841, + "start": 55851, + "end": 55856, "loc": { "start": { - "line": 1546, + "line": 1592, "column": 41 }, "end": { - "line": 1546, + "line": 1592, "column": 46 }, "identifierName": "width" @@ -94162,15 +96865,15 @@ { "type": "CommentLine", "value": " set the canvas size to the dimensions of the camera,", - "start": 53685, - "end": 53740, + "start": 55700, + "end": 55755, "loc": { "start": { - "line": 1544, + "line": 1590, "column": 8 }, "end": { - "line": 1544, + "line": 1590, "column": 63 } } @@ -94178,15 +96881,15 @@ { "type": "CommentLine", "value": " which also wipes the content of the canvas", - "start": 53749, - "end": 53794, + "start": 55764, + "end": 55809, "loc": { "start": { - "line": 1545, + "line": 1591, "column": 8 }, "end": { - "line": 1545, + "line": 1591, "column": 53 } } @@ -94195,58 +96898,58 @@ }, { "type": "ExpressionStatement", - "start": 53853, - "end": 53896, + "start": 55868, + "end": 55911, "loc": { "start": { - "line": 1547, + "line": 1593, "column": 8 }, "end": { - "line": 1547, + "line": 1593, "column": 51 } }, "expression": { "type": "AssignmentExpression", - "start": 53853, - "end": 53895, + "start": 55868, + "end": 55910, "loc": { "start": { - "line": 1547, + "line": 1593, "column": 8 }, "end": { - "line": 1547, + "line": 1593, "column": 50 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 53853, - "end": 53872, + "start": 55868, + "end": 55887, "loc": { "start": { - "line": 1547, + "line": 1593, "column": 8 }, "end": { - "line": 1547, + "line": 1593, "column": 27 } }, "object": { "type": "Identifier", - "start": 53853, - "end": 53865, + "start": 55868, + "end": 55880, "loc": { "start": { - "line": 1547, + "line": 1593, "column": 8 }, "end": { - "line": 1547, + "line": 1593, "column": 20 }, "identifierName": "recordCanvas" @@ -94255,15 +96958,15 @@ }, "property": { "type": "Identifier", - "start": 53866, - "end": 53872, + "start": 55881, + "end": 55887, "loc": { "start": { - "line": 1547, + "line": 1593, "column": 21 }, "end": { - "line": 1547, + "line": 1593, "column": 27 }, "identifierName": "height" @@ -94274,72 +96977,72 @@ }, "right": { "type": "CallExpression", - "start": 53875, - "end": 53895, + "start": 55890, + "end": 55910, "loc": { "start": { - "line": 1547, + "line": 1593, "column": 30 }, "end": { - "line": 1547, + "line": 1593, "column": 50 } }, "callee": { "type": "MemberExpression", - "start": 53875, - "end": 53893, + "start": 55890, + "end": 55908, "loc": { "start": { - "line": 1547, + "line": 1593, "column": 30 }, "end": { - "line": 1547, + "line": 1593, "column": 48 } }, "object": { "type": "MemberExpression", - "start": 53875, - "end": 53886, + "start": 55890, + "end": 55901, "loc": { "start": { - "line": 1547, + "line": 1593, "column": 30 }, "end": { - "line": 1547, + "line": 1593, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 53875, - "end": 53879, + "start": 55890, + "end": 55894, "loc": { "start": { - "line": 1547, + "line": 1593, "column": 30 }, "end": { - "line": 1547, + "line": 1593, "column": 34 } } }, "property": { "type": "Identifier", - "start": 53880, - "end": 53886, + "start": 55895, + "end": 55901, "loc": { "start": { - "line": 1547, + "line": 1593, "column": 35 }, "end": { - "line": 1547, + "line": 1593, "column": 41 }, "identifierName": "player" @@ -94350,15 +97053,15 @@ }, "property": { "type": "Identifier", - "start": 53887, - "end": 53893, + "start": 55902, + "end": 55908, "loc": { "start": { - "line": 1547, + "line": 1593, "column": 42 }, "end": { - "line": 1547, + "line": 1593, "column": 48 }, "identifierName": "height" @@ -94373,43 +97076,43 @@ }, { "type": "ReturnStatement", - "start": 53906, - "end": 55414, + "start": 55921, + "end": 57429, "loc": { "start": { - "line": 1549, + "line": 1595, "column": 8 }, "end": { - "line": 1581, + "line": 1627, "column": 11 } }, "argument": { "type": "NewExpression", - "start": 53913, - "end": 55413, + "start": 55928, + "end": 57428, "loc": { "start": { - "line": 1549, + "line": 1595, "column": 15 }, "end": { - "line": 1581, + "line": 1627, "column": 10 } }, "callee": { "type": "Identifier", - "start": 53917, - "end": 53924, + "start": 55932, + "end": 55939, "loc": { "start": { - "line": 1549, + "line": 1595, "column": 19 }, "end": { - "line": 1549, + "line": 1595, "column": 26 }, "identifierName": "Promise" @@ -94419,15 +97122,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 53925, - "end": 55412, + "start": 55940, + "end": 57427, "loc": { "start": { - "line": 1549, + "line": 1595, "column": 27 }, "end": { - "line": 1581, + "line": 1627, "column": 9 } }, @@ -94438,15 +97141,15 @@ "params": [ { "type": "Identifier", - "start": 53926, - "end": 53933, + "start": 55941, + "end": 55948, "loc": { "start": { - "line": 1549, + "line": 1595, "column": 28 }, "end": { - "line": 1549, + "line": 1595, "column": 35 }, "identifierName": "resolve" @@ -94455,15 +97158,15 @@ }, { "type": "Identifier", - "start": 53935, - "end": 53941, + "start": 55950, + "end": 55956, "loc": { "start": { - "line": 1549, + "line": 1595, "column": 37 }, "end": { - "line": 1549, + "line": 1595, "column": 43 }, "identifierName": "reject" @@ -94473,100 +97176,100 @@ ], "body": { "type": "BlockStatement", - "start": 53946, - "end": 55412, + "start": 55961, + "end": 57427, "loc": { "start": { - "line": 1549, + "line": 1595, "column": 48 }, "end": { - "line": 1581, + "line": 1627, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 54389, - "end": 55154, + "start": 56404, + "end": 57169, "loc": { "start": { - "line": 1557, + "line": 1603, "column": 12 }, "end": { - "line": 1573, + "line": 1619, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 54393, - "end": 54510, + "start": 56408, + "end": 56525, "loc": { "start": { - "line": 1557, + "line": 1603, "column": 16 }, "end": { - "line": 1558, + "line": 1604, "column": 56 } }, "left": { "type": "LogicalExpression", - "start": 54394, - "end": 54449, + "start": 56409, + "end": 56464, "loc": { "start": { - "line": 1557, + "line": 1603, "column": 17 }, "end": { - "line": 1557, + "line": 1603, "column": 72 } }, "left": { "type": "BinaryExpression", - "start": 54394, - "end": 54423, + "start": 56409, + "end": 56438, "loc": { "start": { - "line": 1557, + "line": 1603, "column": 17 }, "end": { - "line": 1557, + "line": 1603, "column": 46 } }, "left": { "type": "MemberExpression", - "start": 54394, - "end": 54410, + "start": 56409, + "end": 56425, "loc": { "start": { - "line": 1557, + "line": 1603, "column": 17 }, "end": { - "line": 1557, + "line": 1603, "column": 33 } }, "object": { "type": "Identifier", - "start": 54394, - "end": 54402, + "start": 56409, + "end": 56417, "loc": { "start": { - "line": 1557, + "line": 1603, "column": 17 }, "end": { - "line": 1557, + "line": 1603, "column": 25 }, "identifierName": "detected" @@ -94576,15 +97279,15 @@ }, "property": { "type": "Identifier", - "start": 54403, - "end": 54410, + "start": 56418, + "end": 56425, "loc": { "start": { - "line": 1557, + "line": 1603, "column": 26 }, "end": { - "line": 1557, + "line": 1603, "column": 33 }, "identifierName": "browser" @@ -94597,15 +97300,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 54415, - "end": 54423, + "start": 56430, + "end": 56438, "loc": { "start": { - "line": 1557, + "line": 1603, "column": 38 }, "end": { - "line": 1557, + "line": 1603, "column": 46 } }, @@ -94620,43 +97323,43 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 54427, - "end": 54449, + "start": 56442, + "end": 56464, "loc": { "start": { - "line": 1557, + "line": 1603, "column": 50 }, "end": { - "line": 1557, + "line": 1603, "column": 72 } }, "left": { "type": "MemberExpression", - "start": 54427, - "end": 54443, + "start": 56442, + "end": 56458, "loc": { "start": { - "line": 1557, + "line": 1603, "column": 50 }, "end": { - "line": 1557, + "line": 1603, "column": 66 } }, "object": { "type": "Identifier", - "start": 54427, - "end": 54435, + "start": 56442, + "end": 56450, "loc": { "start": { - "line": 1557, + "line": 1603, "column": 50 }, "end": { - "line": 1557, + "line": 1603, "column": 58 }, "identifierName": "detected" @@ -94665,15 +97368,15 @@ }, "property": { "type": "Identifier", - "start": 54436, - "end": 54443, + "start": 56451, + "end": 56458, "loc": { "start": { - "line": 1557, + "line": 1603, "column": 59 }, "end": { - "line": 1557, + "line": 1603, "column": 66 }, "identifierName": "version" @@ -94685,15 +97388,15 @@ "operator": ">=", "right": { "type": "NumericLiteral", - "start": 54447, - "end": 54449, + "start": 56462, + "end": 56464, "loc": { "start": { - "line": 1557, + "line": 1603, "column": 70 }, "end": { - "line": 1557, + "line": 1603, "column": 72 } }, @@ -94707,35 +97410,35 @@ "leadingComments": null, "extra": { "parenthesized": true, - "parenStart": 54393 + "parenStart": 56408 } }, "operator": "&&", "right": { "type": "BinaryExpression", - "start": 54470, - "end": 54509, + "start": 56485, + "end": 56524, "loc": { "start": { - "line": 1558, + "line": 1604, "column": 16 }, "end": { - "line": 1558, + "line": 1604, "column": 55 } }, "left": { "type": "UnaryExpression", - "start": 54470, - "end": 54489, + "start": 56485, + "end": 56504, "loc": { "start": { - "line": 1558, + "line": 1604, "column": 16 }, "end": { - "line": 1558, + "line": 1604, "column": 35 } }, @@ -94743,15 +97446,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 54477, - "end": 54489, + "start": 56492, + "end": 56504, "loc": { "start": { - "line": 1558, + "line": 1604, "column": 23 }, "end": { - "line": 1558, + "line": 1604, "column": 35 }, "identifierName": "ImageCapture" @@ -94765,15 +97468,15 @@ "operator": "===", "right": { "type": "UnaryExpression", - "start": 54494, - "end": 54509, + "start": 56509, + "end": 56524, "loc": { "start": { - "line": 1558, + "line": 1604, "column": 40 }, "end": { - "line": 1558, + "line": 1604, "column": 55 } }, @@ -94781,15 +97484,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 54501, - "end": 54509, + "start": 56516, + "end": 56524, "loc": { "start": { - "line": 1558, + "line": 1604, "column": 47 }, "end": { - "line": 1558, + "line": 1604, "column": 55 }, "identifierName": "Function" @@ -94802,95 +97505,95 @@ }, "extra": { "parenthesized": true, - "parenStart": 54469 + "parenStart": 56484 } }, "leadingComments": null }, "consequent": { "type": "BlockStatement", - "start": 54512, - "end": 55154, + "start": 56527, + "end": 57169, "loc": { "start": { - "line": 1558, + "line": 1604, "column": 58 }, "end": { - "line": 1573, + "line": 1619, "column": 13 } }, "body": [ { "type": "TryStatement", - "start": 54530, - "end": 55140, + "start": 56545, + "end": 57155, "loc": { "start": { - "line": 1559, + "line": 1605, "column": 16 }, "end": { - "line": 1572, + "line": 1618, "column": 32 } }, "block": { "type": "BlockStatement", - "start": 54534, - "end": 55125, + "start": 56549, + "end": 57140, "loc": { "start": { - "line": 1559, + "line": 1605, "column": 20 }, "end": { - "line": 1572, + "line": 1618, "column": 17 } }, "body": [ { "type": "VariableDeclaration", - "start": 54556, - "end": 54600, + "start": 56571, + "end": 56615, "loc": { "start": { - "line": 1560, + "line": 1606, "column": 20 }, "end": { - "line": 1560, + "line": 1606, "column": 64 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 54560, - "end": 54599, + "start": 56575, + "end": 56614, "loc": { "start": { - "line": 1560, + "line": 1606, "column": 24 }, "end": { - "line": 1560, + "line": 1606, "column": 63 } }, "id": { "type": "Identifier", - "start": 54560, - "end": 54565, + "start": 56575, + "end": 56580, "loc": { "start": { - "line": 1560, + "line": 1606, "column": 24 }, "end": { - "line": 1560, + "line": 1606, "column": 29 }, "identifierName": "track" @@ -94899,86 +97602,86 @@ }, "init": { "type": "MemberExpression", - "start": 54568, - "end": 54599, + "start": 56583, + "end": 56614, "loc": { "start": { - "line": 1560, + "line": 1606, "column": 32 }, "end": { - "line": 1560, + "line": 1606, "column": 63 } }, "object": { "type": "CallExpression", - "start": 54568, - "end": 54596, + "start": 56583, + "end": 56611, "loc": { "start": { - "line": 1560, + "line": 1606, "column": 32 }, "end": { - "line": 1560, + "line": 1606, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 54568, - "end": 54594, + "start": 56583, + "end": 56609, "loc": { "start": { - "line": 1560, + "line": 1606, "column": 32 }, "end": { - "line": 1560, + "line": 1606, "column": 58 } }, "object": { "type": "MemberExpression", - "start": 54568, - "end": 54579, + "start": 56583, + "end": 56594, "loc": { "start": { - "line": 1560, + "line": 1606, "column": 32 }, "end": { - "line": 1560, + "line": 1606, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 54568, - "end": 54572, + "start": 56583, + "end": 56587, "loc": { "start": { - "line": 1560, + "line": 1606, "column": 32 }, "end": { - "line": 1560, + "line": 1606, "column": 36 } } }, "property": { "type": "Identifier", - "start": 54573, - "end": 54579, + "start": 56588, + "end": 56594, "loc": { "start": { - "line": 1560, + "line": 1606, "column": 37 }, "end": { - "line": 1560, + "line": 1606, "column": 43 }, "identifierName": "stream" @@ -94989,15 +97692,15 @@ }, "property": { "type": "Identifier", - "start": 54580, - "end": 54594, + "start": 56595, + "end": 56609, "loc": { "start": { - "line": 1560, + "line": 1606, "column": 44 }, "end": { - "line": 1560, + "line": 1606, "column": 58 }, "identifierName": "getVideoTracks" @@ -95010,15 +97713,15 @@ }, "property": { "type": "NumericLiteral", - "start": 54597, - "end": 54598, + "start": 56612, + "end": 56613, "loc": { "start": { - "line": 1560, + "line": 1606, "column": 61 }, "end": { - "line": 1560, + "line": 1606, "column": 62 } }, @@ -95036,44 +97739,44 @@ }, { "type": "VariableDeclaration", - "start": 54621, - "end": 54664, + "start": 56636, + "end": 56679, "loc": { "start": { - "line": 1561, + "line": 1607, "column": 20 }, "end": { - "line": 1561, + "line": 1607, "column": 63 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 54625, - "end": 54663, + "start": 56640, + "end": 56678, "loc": { "start": { - "line": 1561, + "line": 1607, "column": 24 }, "end": { - "line": 1561, + "line": 1607, "column": 62 } }, "id": { "type": "Identifier", - "start": 54625, - "end": 54637, + "start": 56640, + "end": 56652, "loc": { "start": { - "line": 1561, + "line": 1607, "column": 24 }, "end": { - "line": 1561, + "line": 1607, "column": 36 }, "identifierName": "imageCapture" @@ -95082,29 +97785,29 @@ }, "init": { "type": "NewExpression", - "start": 54640, - "end": 54663, + "start": 56655, + "end": 56678, "loc": { "start": { - "line": 1561, + "line": 1607, "column": 39 }, "end": { - "line": 1561, + "line": 1607, "column": 62 } }, "callee": { "type": "Identifier", - "start": 54644, - "end": 54656, + "start": 56659, + "end": 56671, "loc": { "start": { - "line": 1561, + "line": 1607, "column": 43 }, "end": { - "line": 1561, + "line": 1607, "column": 55 }, "identifierName": "ImageCapture" @@ -95114,15 +97817,15 @@ "arguments": [ { "type": "Identifier", - "start": 54657, - "end": 54662, + "start": 56672, + "end": 56677, "loc": { "start": { - "line": 1561, + "line": 1607, "column": 56 }, "end": { - "line": 1561, + "line": 1607, "column": 61 }, "identifierName": "track" @@ -95138,15 +97841,15 @@ { "type": "CommentLine", "value": " take picture", - "start": 54685, - "end": 54700, + "start": 56700, + "end": 56715, "loc": { "start": { - "line": 1562, + "line": 1608, "column": 20 }, "end": { - "line": 1562, + "line": 1608, "column": 35 } } @@ -95155,113 +97858,113 @@ }, { "type": "ExpressionStatement", - "start": 54721, - "end": 55107, + "start": 56736, + "end": 57122, "loc": { "start": { - "line": 1563, + "line": 1609, "column": 20 }, "end": { - "line": 1571, + "line": 1617, "column": 23 } }, "expression": { "type": "CallExpression", - "start": 54721, - "end": 55106, + "start": 56736, + "end": 57121, "loc": { "start": { - "line": 1563, + "line": 1609, "column": 20 }, "end": { - "line": 1571, + "line": 1617, "column": 22 } }, "callee": { "type": "MemberExpression", - "start": 54721, - "end": 55022, + "start": 56736, + "end": 57037, "loc": { "start": { - "line": 1563, + "line": 1609, "column": 20 }, "end": { - "line": 1569, + "line": 1615, "column": 28 } }, "object": { "type": "CallExpression", - "start": 54721, - "end": 55016, + "start": 56736, + "end": 57031, "loc": { "start": { - "line": 1563, + "line": 1609, "column": 20 }, "end": { - "line": 1569, + "line": 1615, "column": 22 } }, "callee": { "type": "MemberExpression", - "start": 54721, - "end": 54750, + "start": 56736, + "end": 56765, "loc": { "start": { - "line": 1563, + "line": 1609, "column": 20 }, "end": { - "line": 1563, + "line": 1609, "column": 49 } }, "object": { "type": "CallExpression", - "start": 54721, - "end": 54745, + "start": 56736, + "end": 56760, "loc": { "start": { - "line": 1563, + "line": 1609, "column": 20 }, "end": { - "line": 1563, + "line": 1609, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 54721, - "end": 54743, + "start": 56736, + "end": 56758, "loc": { "start": { - "line": 1563, + "line": 1609, "column": 20 }, "end": { - "line": 1563, + "line": 1609, "column": 42 } }, "object": { "type": "Identifier", - "start": 54721, - "end": 54733, + "start": 56736, + "end": 56748, "loc": { "start": { - "line": 1563, + "line": 1609, "column": 20 }, "end": { - "line": 1563, + "line": 1609, "column": 32 }, "identifierName": "imageCapture" @@ -95271,15 +97974,15 @@ }, "property": { "type": "Identifier", - "start": 54734, - "end": 54743, + "start": 56749, + "end": 56758, "loc": { "start": { - "line": 1563, + "line": 1609, "column": 33 }, "end": { - "line": 1563, + "line": 1609, "column": 42 }, "identifierName": "grabFrame" @@ -95294,15 +97997,15 @@ }, "property": { "type": "Identifier", - "start": 54746, - "end": 54750, + "start": 56761, + "end": 56765, "loc": { "start": { - "line": 1563, + "line": 1609, "column": 45 }, "end": { - "line": 1563, + "line": 1609, "column": 49 }, "identifierName": "then" @@ -95315,15 +98018,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 54751, - "end": 55015, + "start": 56766, + "end": 57030, "loc": { "start": { - "line": 1563, + "line": 1609, "column": 50 }, "end": { - "line": 1569, + "line": 1615, "column": 21 } }, @@ -95334,15 +98037,15 @@ "params": [ { "type": "Identifier", - "start": 54752, - "end": 54763, + "start": 56767, + "end": 56778, "loc": { "start": { - "line": 1563, + "line": 1609, "column": 51 }, "end": { - "line": 1563, + "line": 1609, "column": 62 }, "identifierName": "imageBitmap" @@ -95352,72 +98055,72 @@ ], "body": { "type": "BlockStatement", - "start": 54768, - "end": 55015, + "start": 56783, + "end": 57030, "loc": { "start": { - "line": 1563, + "line": 1609, "column": 67 }, "end": { - "line": 1569, + "line": 1615, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 54861, - "end": 54904, + "start": 56876, + "end": 56919, "loc": { "start": { - "line": 1565, + "line": 1611, "column": 24 }, "end": { - "line": 1565, + "line": 1611, "column": 67 } }, "expression": { "type": "CallExpression", - "start": 54861, - "end": 54903, + "start": 56876, + "end": 56918, "loc": { "start": { - "line": 1565, + "line": 1611, "column": 24 }, "end": { - "line": 1565, + "line": 1611, "column": 66 } }, "callee": { "type": "MemberExpression", - "start": 54861, - "end": 54876, + "start": 56876, + "end": 56891, "loc": { "start": { - "line": 1565, + "line": 1611, "column": 24 }, "end": { - "line": 1565, + "line": 1611, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 54861, - "end": 54865, + "start": 56876, + "end": 56880, "loc": { "start": { - "line": 1565, + "line": 1611, "column": 24 }, "end": { - "line": 1565, + "line": 1611, "column": 28 } }, @@ -95425,15 +98128,15 @@ }, "property": { "type": "Identifier", - "start": 54866, - "end": 54876, + "start": 56881, + "end": 56891, "loc": { "start": { - "line": 1565, + "line": 1611, "column": 29 }, "end": { - "line": 1565, + "line": 1611, "column": 39 }, "identifierName": "drawCanvas" @@ -95446,15 +98149,15 @@ "arguments": [ { "type": "Identifier", - "start": 54877, - "end": 54889, + "start": 56892, + "end": 56904, "loc": { "start": { - "line": 1565, + "line": 1611, "column": 40 }, "end": { - "line": 1565, + "line": 1611, "column": 52 }, "identifierName": "recordCanvas" @@ -95463,15 +98166,15 @@ }, { "type": "Identifier", - "start": 54891, - "end": 54902, + "start": 56906, + "end": 56917, "loc": { "start": { - "line": 1565, + "line": 1611, "column": 54 }, "end": { - "line": 1565, + "line": 1611, "column": 65 }, "identifierName": "imageBitmap" @@ -95485,15 +98188,15 @@ { "type": "CommentLine", "value": " get a frame and copy it onto the canvas", - "start": 54794, - "end": 54836, + "start": 56809, + "end": 56851, "loc": { "start": { - "line": 1564, + "line": 1610, "column": 24 }, "end": { - "line": 1564, + "line": 1610, "column": 66 } } @@ -95503,15 +98206,15 @@ { "type": "CommentLine", "value": " notify others", - "start": 54930, - "end": 54946, + "start": 56945, + "end": 56961, "loc": { "start": { - "line": 1567, + "line": 1613, "column": 24 }, "end": { - "line": 1567, + "line": 1613, "column": 40 } } @@ -95520,43 +98223,43 @@ }, { "type": "ExpressionStatement", - "start": 54971, - "end": 54993, + "start": 56986, + "end": 57008, "loc": { "start": { - "line": 1568, + "line": 1614, "column": 24 }, "end": { - "line": 1568, + "line": 1614, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 54971, - "end": 54992, + "start": 56986, + "end": 57007, "loc": { "start": { - "line": 1568, + "line": 1614, "column": 24 }, "end": { - "line": 1568, + "line": 1614, "column": 45 } }, "callee": { "type": "Identifier", - "start": 54971, - "end": 54978, + "start": 56986, + "end": 56993, "loc": { "start": { - "line": 1568, + "line": 1614, "column": 24 }, "end": { - "line": 1568, + "line": 1614, "column": 31 }, "identifierName": "resolve" @@ -95567,15 +98270,15 @@ "arguments": [ { "type": "Identifier", - "start": 54979, - "end": 54991, + "start": 56994, + "end": 57006, "loc": { "start": { - "line": 1568, + "line": 1614, "column": 32 }, "end": { - "line": 1568, + "line": 1614, "column": 44 }, "identifierName": "recordCanvas" @@ -95589,15 +98292,15 @@ { "type": "CommentLine", "value": " notify others", - "start": 54930, - "end": 54946, + "start": 56945, + "end": 56961, "loc": { "start": { - "line": 1567, + "line": 1613, "column": 24 }, "end": { - "line": 1567, + "line": 1613, "column": 40 } } @@ -95613,15 +98316,15 @@ }, "property": { "type": "Identifier", - "start": 55017, - "end": 55022, + "start": 57032, + "end": 57037, "loc": { "start": { - "line": 1569, + "line": 1615, "column": 23 }, "end": { - "line": 1569, + "line": 1615, "column": 28 }, "identifierName": "catch" @@ -95634,15 +98337,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 55023, - "end": 55105, + "start": 57038, + "end": 57120, "loc": { "start": { - "line": 1569, + "line": 1615, "column": 29 }, "end": { - "line": 1571, + "line": 1617, "column": 21 } }, @@ -95653,15 +98356,15 @@ "params": [ { "type": "Identifier", - "start": 55024, - "end": 55029, + "start": 57039, + "end": 57044, "loc": { "start": { - "line": 1569, + "line": 1615, "column": 30 }, "end": { - "line": 1569, + "line": 1615, "column": 35 }, "identifierName": "error" @@ -95671,15 +98374,15 @@ ], "body": { "type": "BlockStatement", - "start": 55034, - "end": 55105, + "start": 57049, + "end": 57120, "loc": { "start": { - "line": 1569, + "line": 1615, "column": 40 }, "end": { - "line": 1571, + "line": 1617, "column": 21 } }, @@ -95690,15 +98393,15 @@ { "type": "CommentLine", "value": " ignore, try oldskool", - "start": 55060, - "end": 55083, + "start": 57075, + "end": 57098, "loc": { "start": { - "line": 1570, + "line": 1616, "column": 24 }, "end": { - "line": 1570, + "line": 1616, "column": 47 } } @@ -95709,15 +98412,15 @@ { "type": "CommentLine", "value": " ignore, try oldskool", - "start": 55060, - "end": 55083, + "start": 57075, + "end": 57098, "loc": { "start": { - "line": 1570, + "line": 1616, "column": 24 }, "end": { - "line": 1570, + "line": 1616, "column": 47 } } @@ -95731,15 +98434,15 @@ { "type": "CommentLine", "value": " take picture", - "start": 54685, - "end": 54700, + "start": 56700, + "end": 56715, "loc": { "start": { - "line": 1562, + "line": 1608, "column": 20 }, "end": { - "line": 1562, + "line": 1608, "column": 35 } } @@ -95751,29 +98454,29 @@ }, "handler": { "type": "CatchClause", - "start": 55126, - "end": 55140, + "start": 57141, + "end": 57155, "loc": { "start": { - "line": 1572, + "line": 1618, "column": 18 }, "end": { - "line": 1572, + "line": 1618, "column": 32 } }, "param": { "type": "Identifier", - "start": 55133, - "end": 55136, + "start": 57148, + "end": 57151, "loc": { "start": { - "line": 1572, + "line": 1618, "column": 25 }, "end": { - "line": 1572, + "line": 1618, "column": 28 }, "identifierName": "err" @@ -95782,15 +98485,15 @@ }, "body": { "type": "BlockStatement", - "start": 55138, - "end": 55140, + "start": 57153, + "end": 57155, "loc": { "start": { - "line": 1572, + "line": 1618, "column": 30 }, "end": { - "line": 1572, + "line": 1618, "column": 32 } }, @@ -95810,15 +98513,15 @@ { "type": "CommentLine", "value": " MediaCapture is only supported on:", - "start": 53960, - "end": 53997, + "start": 55975, + "end": 56012, "loc": { "start": { - "line": 1550, + "line": 1596, "column": 12 }, "end": { - "line": 1550, + "line": 1596, "column": 49 } } @@ -95826,15 +98529,15 @@ { "type": "CommentLine", "value": " - Chrome 60 and newer (see", - "start": 54010, - "end": 54039, + "start": 56025, + "end": 56054, "loc": { "start": { - "line": 1551, + "line": 1597, "column": 12 }, "end": { - "line": 1551, + "line": 1597, "column": 41 } } @@ -95842,15 +98545,15 @@ { "type": "CommentLine", "value": " https://github.com/w3c/mediacapture-image/blob/gh-pages/implementation-status.md)", - "start": 54052, - "end": 54136, + "start": 56067, + "end": 56151, "loc": { "start": { - "line": 1552, + "line": 1598, "column": 12 }, "end": { - "line": 1552, + "line": 1598, "column": 96 } } @@ -95858,15 +98561,15 @@ { "type": "CommentLine", "value": " - Firefox behind flag (https://bugzilla.mozilla.org/show_bug.cgi?id=888177)", - "start": 54149, - "end": 54227, + "start": 56164, + "end": 56242, "loc": { "start": { - "line": 1553, + "line": 1599, "column": 12 }, "end": { - "line": 1553, + "line": 1599, "column": 90 } } @@ -95874,15 +98577,15 @@ { "type": "CommentLine", "value": "", - "start": 54240, - "end": 54242, + "start": 56255, + "end": 56257, "loc": { "start": { - "line": 1554, + "line": 1600, "column": 12 }, "end": { - "line": 1554, + "line": 1600, "column": 14 } } @@ -95890,15 +98593,15 @@ { "type": "CommentLine", "value": " importing ImageCapture can fail when enabling chrome flag is still required.", - "start": 54255, - "end": 54334, + "start": 56270, + "end": 56349, "loc": { "start": { - "line": 1555, + "line": 1601, "column": 12 }, "end": { - "line": 1555, + "line": 1601, "column": 91 } } @@ -95906,15 +98609,15 @@ { "type": "CommentLine", "value": " if so; ignore and continue", - "start": 54347, - "end": 54376, + "start": 56362, + "end": 56391, "loc": { "start": { - "line": 1556, + "line": 1602, "column": 12 }, "end": { - "line": 1556, + "line": 1602, "column": 41 } } @@ -95924,15 +98627,15 @@ { "type": "CommentLine", "value": " no ImageCapture available: do it the oldskool way", - "start": 55167, - "end": 55219, + "start": 57182, + "end": 57234, "loc": { "start": { - "line": 1574, + "line": 1620, "column": 12 }, "end": { - "line": 1574, + "line": 1620, "column": 64 } } @@ -95940,15 +98643,15 @@ { "type": "CommentLine", "value": " get a frame and copy it onto the canvas", - "start": 55233, - "end": 55275, + "start": 57248, + "end": 57290, "loc": { "start": { - "line": 1576, + "line": 1622, "column": 12 }, "end": { - "line": 1576, + "line": 1622, "column": 54 } } @@ -95957,57 +98660,57 @@ }, { "type": "ExpressionStatement", - "start": 55288, - "end": 55337, + "start": 57303, + "end": 57352, "loc": { "start": { - "line": 1577, + "line": 1623, "column": 12 }, "end": { - "line": 1577, + "line": 1623, "column": 61 } }, "expression": { "type": "CallExpression", - "start": 55288, - "end": 55336, + "start": 57303, + "end": 57351, "loc": { "start": { - "line": 1577, + "line": 1623, "column": 12 }, "end": { - "line": 1577, + "line": 1623, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 55288, - "end": 55303, + "start": 57303, + "end": 57318, "loc": { "start": { - "line": 1577, + "line": 1623, "column": 12 }, "end": { - "line": 1577, + "line": 1623, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 55288, - "end": 55292, + "start": 57303, + "end": 57307, "loc": { "start": { - "line": 1577, + "line": 1623, "column": 12 }, "end": { - "line": 1577, + "line": 1623, "column": 16 } }, @@ -96015,15 +98718,15 @@ }, "property": { "type": "Identifier", - "start": 55293, - "end": 55303, + "start": 57308, + "end": 57318, "loc": { "start": { - "line": 1577, + "line": 1623, "column": 17 }, "end": { - "line": 1577, + "line": 1623, "column": 27 }, "identifierName": "drawCanvas" @@ -96036,15 +98739,15 @@ "arguments": [ { "type": "Identifier", - "start": 55304, - "end": 55316, + "start": 57319, + "end": 57331, "loc": { "start": { - "line": 1577, + "line": 1623, "column": 28 }, "end": { - "line": 1577, + "line": 1623, "column": 40 }, "identifierName": "recordCanvas" @@ -96053,44 +98756,44 @@ }, { "type": "MemberExpression", - "start": 55318, - "end": 55335, + "start": 57333, + "end": 57350, "loc": { "start": { - "line": 1577, + "line": 1623, "column": 42 }, "end": { - "line": 1577, + "line": 1623, "column": 59 } }, "object": { "type": "ThisExpression", - "start": 55318, - "end": 55322, + "start": 57333, + "end": 57337, "loc": { "start": { - "line": 1577, + "line": 1623, "column": 42 }, "end": { - "line": 1577, + "line": 1623, "column": 46 } } }, "property": { "type": "Identifier", - "start": 55323, - "end": 55335, + "start": 57338, + "end": 57350, "loc": { "start": { - "line": 1577, + "line": 1623, "column": 47 }, "end": { - "line": 1577, + "line": 1623, "column": 59 }, "identifierName": "mediaElement" @@ -96106,15 +98809,15 @@ { "type": "CommentLine", "value": " no ImageCapture available: do it the oldskool way", - "start": 55167, - "end": 55219, + "start": 57182, + "end": 57234, "loc": { "start": { - "line": 1574, + "line": 1620, "column": 12 }, "end": { - "line": 1574, + "line": 1620, "column": 64 } } @@ -96122,15 +98825,15 @@ { "type": "CommentLine", "value": " get a frame and copy it onto the canvas", - "start": 55233, - "end": 55275, + "start": 57248, + "end": 57290, "loc": { "start": { - "line": 1576, + "line": 1622, "column": 12 }, "end": { - "line": 1576, + "line": 1622, "column": 54 } } @@ -96140,15 +98843,15 @@ { "type": "CommentLine", "value": " notify others", - "start": 55351, - "end": 55367, + "start": 57366, + "end": 57382, "loc": { "start": { - "line": 1579, + "line": 1625, "column": 12 }, "end": { - "line": 1579, + "line": 1625, "column": 28 } } @@ -96157,43 +98860,43 @@ }, { "type": "ExpressionStatement", - "start": 55380, - "end": 55402, + "start": 57395, + "end": 57417, "loc": { "start": { - "line": 1580, + "line": 1626, "column": 12 }, "end": { - "line": 1580, + "line": 1626, "column": 34 } }, "expression": { "type": "CallExpression", - "start": 55380, - "end": 55401, + "start": 57395, + "end": 57416, "loc": { "start": { - "line": 1580, + "line": 1626, "column": 12 }, "end": { - "line": 1580, + "line": 1626, "column": 33 } }, "callee": { "type": "Identifier", - "start": 55380, - "end": 55387, + "start": 57395, + "end": 57402, "loc": { "start": { - "line": 1580, + "line": 1626, "column": 12 }, "end": { - "line": 1580, + "line": 1626, "column": 19 }, "identifierName": "resolve" @@ -96204,15 +98907,15 @@ "arguments": [ { "type": "Identifier", - "start": 55388, - "end": 55400, + "start": 57403, + "end": 57415, "loc": { "start": { - "line": 1580, + "line": 1626, "column": 20 }, "end": { - "line": 1580, + "line": 1626, "column": 32 }, "identifierName": "recordCanvas" @@ -96226,15 +98929,15 @@ { "type": "CommentLine", "value": " notify others", - "start": 55351, - "end": 55367, + "start": 57366, + "end": 57382, "loc": { "start": { - "line": 1579, + "line": 1625, "column": 12 }, "end": { - "line": 1579, + "line": 1625, "column": 28 } } @@ -96256,15 +98959,15 @@ { "type": "CommentBlock", "value": "*\n * Capture frame from camera and copy data to canvas.\n * @private\n * @returns {void}\n ", - "start": 53437, - "end": 53545, + "start": 55452, + "end": 55560, "loc": { "start": { - "line": 1535, + "line": 1581, "column": 4 }, "end": { - "line": 1539, + "line": 1585, "column": 7 } } @@ -96274,15 +98977,15 @@ { "type": "CommentBlock", "value": "*\n * Draw image frame on canvas element.\n * @private\n * @param {HTMLCanvasElement} canvas - Canvas to draw on.\n * @param {HTMLElement} element - Element to draw onto the canvas.\n ", - "start": 55426, - "end": 55629, + "start": 57441, + "end": 57644, "loc": { "start": { - "line": 1584, + "line": 1630, "column": 4 }, "end": { - "line": 1589, + "line": 1635, "column": 7 } } @@ -96291,15 +98994,15 @@ }, { "type": "ClassMethod", - "start": 55634, - "end": 55802, + "start": 57649, + "end": 57817, "loc": { "start": { - "line": 1590, + "line": 1636, "column": 4 }, "end": { - "line": 1596, + "line": 1642, "column": 5 } }, @@ -96307,15 +99010,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 55634, - "end": 55644, + "start": 57649, + "end": 57659, "loc": { "start": { - "line": 1590, + "line": 1636, "column": 4 }, "end": { - "line": 1590, + "line": 1636, "column": 14 }, "identifierName": "drawCanvas" @@ -96331,15 +99034,15 @@ "params": [ { "type": "Identifier", - "start": 55645, - "end": 55651, + "start": 57660, + "end": 57666, "loc": { "start": { - "line": 1590, + "line": 1636, "column": 15 }, "end": { - "line": 1590, + "line": 1636, "column": 21 }, "identifierName": "canvas" @@ -96348,15 +99051,15 @@ }, { "type": "Identifier", - "start": 55653, - "end": 55660, + "start": 57668, + "end": 57675, "loc": { "start": { - "line": 1590, + "line": 1636, "column": 23 }, "end": { - "line": 1590, + "line": 1636, "column": 30 }, "identifierName": "element" @@ -96366,100 +99069,100 @@ ], "body": { "type": "BlockStatement", - "start": 55662, - "end": 55802, + "start": 57677, + "end": 57817, "loc": { "start": { - "line": 1590, + "line": 1636, "column": 32 }, "end": { - "line": 1596, + "line": 1642, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 55672, - "end": 55796, + "start": 57687, + "end": 57811, "loc": { "start": { - "line": 1591, + "line": 1637, "column": 8 }, "end": { - "line": 1595, + "line": 1641, "column": 10 } }, "expression": { "type": "CallExpression", - "start": 55672, - "end": 55795, + "start": 57687, + "end": 57810, "loc": { "start": { - "line": 1591, + "line": 1637, "column": 8 }, "end": { - "line": 1595, + "line": 1641, "column": 9 } }, "callee": { "type": "MemberExpression", - "start": 55672, - "end": 55705, + "start": 57687, + "end": 57720, "loc": { "start": { - "line": 1591, + "line": 1637, "column": 8 }, "end": { - "line": 1591, + "line": 1637, "column": 41 } }, "object": { "type": "CallExpression", - "start": 55672, - "end": 55695, + "start": 57687, + "end": 57710, "loc": { "start": { - "line": 1591, + "line": 1637, "column": 8 }, "end": { - "line": 1591, + "line": 1637, "column": 31 } }, "callee": { "type": "MemberExpression", - "start": 55672, - "end": 55689, + "start": 57687, + "end": 57704, "loc": { "start": { - "line": 1591, + "line": 1637, "column": 8 }, "end": { - "line": 1591, + "line": 1637, "column": 25 } }, "object": { "type": "Identifier", - "start": 55672, - "end": 55678, + "start": 57687, + "end": 57693, "loc": { "start": { - "line": 1591, + "line": 1637, "column": 8 }, "end": { - "line": 1591, + "line": 1637, "column": 14 }, "identifierName": "canvas" @@ -96468,15 +99171,15 @@ }, "property": { "type": "Identifier", - "start": 55679, - "end": 55689, + "start": 57694, + "end": 57704, "loc": { "start": { - "line": 1591, + "line": 1637, "column": 15 }, "end": { - "line": 1591, + "line": 1637, "column": 25 }, "identifierName": "getContext" @@ -96488,15 +99191,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 55690, - "end": 55694, + "start": 57705, + "end": 57709, "loc": { "start": { - "line": 1591, + "line": 1637, "column": 26 }, "end": { - "line": 1591, + "line": 1637, "column": 30 } }, @@ -96510,15 +99213,15 @@ }, "property": { "type": "Identifier", - "start": 55696, - "end": 55705, + "start": 57711, + "end": 57720, "loc": { "start": { - "line": 1591, + "line": 1637, "column": 32 }, "end": { - "line": 1591, + "line": 1637, "column": 41 }, "identifierName": "drawImage" @@ -96530,15 +99233,15 @@ "arguments": [ { "type": "Identifier", - "start": 55719, - "end": 55726, + "start": 57734, + "end": 57741, "loc": { "start": { - "line": 1592, + "line": 1638, "column": 12 }, "end": { - "line": 1592, + "line": 1638, "column": 19 }, "identifierName": "element" @@ -96547,15 +99250,15 @@ }, { "type": "NumericLiteral", - "start": 55728, - "end": 55729, + "start": 57743, + "end": 57744, "loc": { "start": { - "line": 1592, + "line": 1638, "column": 21 }, "end": { - "line": 1592, + "line": 1638, "column": 22 } }, @@ -96567,15 +99270,15 @@ }, { "type": "NumericLiteral", - "start": 55731, - "end": 55732, + "start": 57746, + "end": 57747, "loc": { "start": { - "line": 1592, + "line": 1638, "column": 24 }, "end": { - "line": 1592, + "line": 1638, "column": 25 } }, @@ -96587,29 +99290,29 @@ }, { "type": "MemberExpression", - "start": 55746, - "end": 55758, + "start": 57761, + "end": 57773, "loc": { "start": { - "line": 1593, + "line": 1639, "column": 12 }, "end": { - "line": 1593, + "line": 1639, "column": 24 } }, "object": { "type": "Identifier", - "start": 55746, - "end": 55752, + "start": 57761, + "end": 57767, "loc": { "start": { - "line": 1593, + "line": 1639, "column": 12 }, "end": { - "line": 1593, + "line": 1639, "column": 18 }, "identifierName": "canvas" @@ -96618,15 +99321,15 @@ }, "property": { "type": "Identifier", - "start": 55753, - "end": 55758, + "start": 57768, + "end": 57773, "loc": { "start": { - "line": 1593, + "line": 1639, "column": 19 }, "end": { - "line": 1593, + "line": 1639, "column": 24 }, "identifierName": "width" @@ -96637,29 +99340,29 @@ }, { "type": "MemberExpression", - "start": 55772, - "end": 55785, + "start": 57787, + "end": 57800, "loc": { "start": { - "line": 1594, + "line": 1640, "column": 12 }, "end": { - "line": 1594, + "line": 1640, "column": 25 } }, "object": { "type": "Identifier", - "start": 55772, - "end": 55778, + "start": 57787, + "end": 57793, "loc": { "start": { - "line": 1594, + "line": 1640, "column": 12 }, "end": { - "line": 1594, + "line": 1640, "column": 18 }, "identifierName": "canvas" @@ -96668,15 +99371,15 @@ }, "property": { "type": "Identifier", - "start": 55779, - "end": 55785, + "start": 57794, + "end": 57800, "loc": { "start": { - "line": 1594, + "line": 1640, "column": 19 }, "end": { - "line": 1594, + "line": 1640, "column": 25 }, "identifierName": "height" @@ -96696,15 +99399,15 @@ { "type": "CommentBlock", "value": "*\n * Draw image frame on canvas element.\n * @private\n * @param {HTMLCanvasElement} canvas - Canvas to draw on.\n * @param {HTMLElement} element - Element to draw onto the canvas.\n ", - "start": 55426, - "end": 55629, + "start": 57441, + "end": 57644, "loc": { "start": { - "line": 1584, + "line": 1630, "column": 4 }, "end": { - "line": 1589, + "line": 1635, "column": 7 } } @@ -96714,15 +99417,15 @@ { "type": "CommentBlock", "value": "*\n * Start preview of video stream.\n * @private\n ", - "start": 55808, - "end": 55873, + "start": 57823, + "end": 57888, "loc": { "start": { - "line": 1598, + "line": 1644, "column": 4 }, "end": { - "line": 1601, + "line": 1647, "column": 7 } } @@ -96731,15 +99434,15 @@ }, { "type": "ClassMethod", - "start": 55878, - "end": 56435, + "start": 57893, + "end": 58450, "loc": { "start": { - "line": 1602, + "line": 1648, "column": 4 }, "end": { - "line": 1621, + "line": 1667, "column": 5 } }, @@ -96747,15 +99450,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 55878, - "end": 55895, + "start": 57893, + "end": 57910, "loc": { "start": { - "line": 1602, + "line": 1648, "column": 4 }, "end": { - "line": 1602, + "line": 1648, "column": 21 }, "identifierName": "startVideoPreview" @@ -96771,72 +99474,72 @@ "params": [], "body": { "type": "BlockStatement", - "start": 55898, - "end": 56435, + "start": 57913, + "end": 58450, "loc": { "start": { - "line": 1602, + "line": 1648, "column": 24 }, "end": { - "line": 1621, + "line": 1667, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 55943, - "end": 55970, + "start": 57958, + "end": 57985, "loc": { "start": { - "line": 1604, + "line": 1650, "column": 8 }, "end": { - "line": 1604, + "line": 1650, "column": 35 } }, "expression": { "type": "CallExpression", - "start": 55943, - "end": 55969, + "start": 57958, + "end": 57984, "loc": { "start": { - "line": 1604, + "line": 1650, "column": 8 }, "end": { - "line": 1604, + "line": 1650, "column": 34 } }, "callee": { "type": "MemberExpression", - "start": 55943, - "end": 55951, + "start": 57958, + "end": 57966, "loc": { "start": { - "line": 1604, + "line": 1650, "column": 8 }, "end": { - "line": 1604, + "line": 1650, "column": 16 } }, "object": { "type": "ThisExpression", - "start": 55943, - "end": 55947, + "start": 57958, + "end": 57962, "loc": { "start": { - "line": 1604, + "line": 1650, "column": 8 }, "end": { - "line": 1604, + "line": 1650, "column": 12 } }, @@ -96844,15 +99547,15 @@ }, "property": { "type": "Identifier", - "start": 55948, - "end": 55951, + "start": 57963, + "end": 57966, "loc": { "start": { - "line": 1604, + "line": 1650, "column": 13 }, "end": { - "line": 1604, + "line": 1650, "column": 16 }, "identifierName": "off" @@ -96865,29 +99568,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 55952, - "end": 55968, + "start": 57967, + "end": 57983, "loc": { "start": { - "line": 1604, + "line": 1650, "column": 17 }, "end": { - "line": 1604, + "line": 1650, "column": 33 } }, "object": { "type": "Identifier", - "start": 55952, - "end": 55957, + "start": 57967, + "end": 57972, "loc": { "start": { - "line": 1604, + "line": 1650, "column": 17 }, "end": { - "line": 1604, + "line": 1650, "column": 22 }, "identifierName": "Event" @@ -96896,15 +99599,15 @@ }, "property": { "type": "Identifier", - "start": 55958, - "end": 55968, + "start": 57973, + "end": 57983, "loc": { "start": { - "line": 1604, + "line": 1650, "column": 23 }, "end": { - "line": 1604, + "line": 1650, "column": 33 }, "identifierName": "TIMEUPDATE" @@ -96920,15 +99623,15 @@ { "type": "CommentLine", "value": " disable playback events", - "start": 55908, - "end": 55934, + "start": 57923, + "end": 57949, "loc": { "start": { - "line": 1603, + "line": 1649, "column": 8 }, "end": { - "line": 1603, + "line": 1649, "column": 34 } } @@ -96937,72 +99640,72 @@ }, { "type": "ExpressionStatement", - "start": 55979, - "end": 56010, + "start": 57994, + "end": 58025, "loc": { "start": { - "line": 1605, + "line": 1651, "column": 8 }, "end": { - "line": 1605, + "line": 1651, "column": 39 } }, "expression": { "type": "CallExpression", - "start": 55979, - "end": 56009, + "start": 57994, + "end": 58024, "loc": { "start": { - "line": 1605, + "line": 1651, "column": 8 }, "end": { - "line": 1605, + "line": 1651, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 55979, - "end": 55987, + "start": 57994, + "end": 58002, "loc": { "start": { - "line": 1605, + "line": 1651, "column": 8 }, "end": { - "line": 1605, + "line": 1651, "column": 16 } }, "object": { "type": "ThisExpression", - "start": 55979, - "end": 55983, + "start": 57994, + "end": 57998, "loc": { "start": { - "line": 1605, + "line": 1651, "column": 8 }, "end": { - "line": 1605, + "line": 1651, "column": 12 } } }, "property": { "type": "Identifier", - "start": 55984, - "end": 55987, + "start": 57999, + "end": 58002, "loc": { "start": { - "line": 1605, + "line": 1651, "column": 13 }, "end": { - "line": 1605, + "line": 1651, "column": 16 }, "identifierName": "off" @@ -97014,29 +99717,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 55988, - "end": 56008, + "start": 58003, + "end": 58023, "loc": { "start": { - "line": 1605, + "line": 1651, "column": 17 }, "end": { - "line": 1605, + "line": 1651, "column": 37 } }, "object": { "type": "Identifier", - "start": 55988, - "end": 55993, + "start": 58003, + "end": 58008, "loc": { "start": { - "line": 1605, + "line": 1651, "column": 17 }, "end": { - "line": 1605, + "line": 1651, "column": 22 }, "identifierName": "Event" @@ -97045,15 +99748,15 @@ }, "property": { "type": "Identifier", - "start": 55994, - "end": 56008, + "start": 58009, + "end": 58023, "loc": { "start": { - "line": 1605, + "line": 1651, "column": 23 }, "end": { - "line": 1605, + "line": 1651, "column": 37 }, "identifierName": "DURATIONCHANGE" @@ -97067,72 +99770,72 @@ }, { "type": "ExpressionStatement", - "start": 56019, - "end": 56050, + "start": 58034, + "end": 58065, "loc": { "start": { - "line": 1606, + "line": 1652, "column": 8 }, "end": { - "line": 1606, + "line": 1652, "column": 39 } }, "expression": { "type": "CallExpression", - "start": 56019, - "end": 56049, + "start": 58034, + "end": 58064, "loc": { "start": { - "line": 1606, + "line": 1652, "column": 8 }, "end": { - "line": 1606, + "line": 1652, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 56019, - "end": 56027, + "start": 58034, + "end": 58042, "loc": { "start": { - "line": 1606, + "line": 1652, "column": 8 }, "end": { - "line": 1606, + "line": 1652, "column": 16 } }, "object": { "type": "ThisExpression", - "start": 56019, - "end": 56023, + "start": 58034, + "end": 58038, "loc": { "start": { - "line": 1606, + "line": 1652, "column": 8 }, "end": { - "line": 1606, + "line": 1652, "column": 12 } } }, "property": { "type": "Identifier", - "start": 56024, - "end": 56027, + "start": 58039, + "end": 58042, "loc": { "start": { - "line": 1606, + "line": 1652, "column": 13 }, "end": { - "line": 1606, + "line": 1652, "column": 16 }, "identifierName": "off" @@ -97144,29 +99847,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 56028, - "end": 56048, + "start": 58043, + "end": 58063, "loc": { "start": { - "line": 1606, + "line": 1652, "column": 17 }, "end": { - "line": 1606, + "line": 1652, "column": 37 } }, "object": { "type": "Identifier", - "start": 56028, - "end": 56033, + "start": 58043, + "end": 58048, "loc": { "start": { - "line": 1606, + "line": 1652, "column": 17 }, "end": { - "line": 1606, + "line": 1652, "column": 22 }, "identifierName": "Event" @@ -97175,15 +99878,15 @@ }, "property": { "type": "Identifier", - "start": 56034, - "end": 56048, + "start": 58049, + "end": 58063, "loc": { "start": { - "line": 1606, + "line": 1652, "column": 23 }, "end": { - "line": 1606, + "line": 1652, "column": 37 }, "identifierName": "LOADEDMETADATA" @@ -97197,72 +99900,72 @@ }, { "type": "ExpressionStatement", - "start": 56059, - "end": 56080, + "start": 58074, + "end": 58095, "loc": { "start": { - "line": 1607, + "line": 1653, "column": 8 }, "end": { - "line": 1607, + "line": 1653, "column": 29 } }, "expression": { "type": "CallExpression", - "start": 56059, - "end": 56079, + "start": 58074, + "end": 58094, "loc": { "start": { - "line": 1607, + "line": 1653, "column": 8 }, "end": { - "line": 1607, + "line": 1653, "column": 28 } }, "callee": { "type": "MemberExpression", - "start": 56059, - "end": 56067, + "start": 58074, + "end": 58082, "loc": { "start": { - "line": 1607, + "line": 1653, "column": 8 }, "end": { - "line": 1607, + "line": 1653, "column": 16 } }, "object": { "type": "ThisExpression", - "start": 56059, - "end": 56063, + "start": 58074, + "end": 58078, "loc": { "start": { - "line": 1607, + "line": 1653, "column": 8 }, "end": { - "line": 1607, + "line": 1653, "column": 12 } } }, "property": { "type": "Identifier", - "start": 56064, - "end": 56067, + "start": 58079, + "end": 58082, "loc": { "start": { - "line": 1607, + "line": 1653, "column": 13 }, "end": { - "line": 1607, + "line": 1653, "column": 16 }, "identifierName": "off" @@ -97274,29 +99977,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 56068, - "end": 56078, + "start": 58083, + "end": 58093, "loc": { "start": { - "line": 1607, + "line": 1653, "column": 17 }, "end": { - "line": 1607, + "line": 1653, "column": 27 } }, "object": { "type": "Identifier", - "start": 56068, - "end": 56073, + "start": 58083, + "end": 58088, "loc": { "start": { - "line": 1607, + "line": 1653, "column": 17 }, "end": { - "line": 1607, + "line": 1653, "column": 22 }, "identifierName": "Event" @@ -97305,15 +100008,15 @@ }, "property": { "type": "Identifier", - "start": 56074, - "end": 56078, + "start": 58089, + "end": 58093, "loc": { "start": { - "line": 1607, + "line": 1653, "column": 23 }, "end": { - "line": 1607, + "line": 1653, "column": 27 }, "identifierName": "PLAY" @@ -97328,15 +100031,15 @@ { "type": "CommentLine", "value": " mute local audio", - "start": 56090, - "end": 56109, + "start": 58105, + "end": 58124, "loc": { "start": { - "line": 1609, + "line": 1655, "column": 8 }, "end": { - "line": 1609, + "line": 1655, "column": 27 } } @@ -97345,72 +100048,72 @@ }, { "type": "ExpressionStatement", - "start": 56118, - "end": 56149, + "start": 58133, + "end": 58164, "loc": { "start": { - "line": 1610, + "line": 1656, "column": 8 }, "end": { - "line": 1610, + "line": 1656, "column": 39 } }, "expression": { "type": "AssignmentExpression", - "start": 56118, - "end": 56148, + "start": 58133, + "end": 58163, "loc": { "start": { - "line": 1610, + "line": 1656, "column": 8 }, "end": { - "line": 1610, + "line": 1656, "column": 38 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 56118, - "end": 56141, + "start": 58133, + "end": 58156, "loc": { "start": { - "line": 1610, + "line": 1656, "column": 8 }, "end": { - "line": 1610, + "line": 1656, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 56118, - "end": 56135, + "start": 58133, + "end": 58150, "loc": { "start": { - "line": 1610, + "line": 1656, "column": 8 }, "end": { - "line": 1610, + "line": 1656, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 56118, - "end": 56122, + "start": 58133, + "end": 58137, "loc": { "start": { - "line": 1610, + "line": 1656, "column": 8 }, "end": { - "line": 1610, + "line": 1656, "column": 12 } }, @@ -97418,15 +100121,15 @@ }, "property": { "type": "Identifier", - "start": 56123, - "end": 56135, + "start": 58138, + "end": 58150, "loc": { "start": { - "line": 1610, + "line": 1656, "column": 13 }, "end": { - "line": 1610, + "line": 1656, "column": 25 }, "identifierName": "mediaElement" @@ -97438,15 +100141,15 @@ }, "property": { "type": "Identifier", - "start": 56136, - "end": 56141, + "start": 58151, + "end": 58156, "loc": { "start": { - "line": 1610, + "line": 1656, "column": 26 }, "end": { - "line": 1610, + "line": 1656, "column": 31 }, "identifierName": "muted" @@ -97458,15 +100161,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 56144, - "end": 56148, + "start": 58159, + "end": 58163, "loc": { "start": { - "line": 1610, + "line": 1656, "column": 34 }, "end": { - "line": 1610, + "line": 1656, "column": 38 } }, @@ -97478,15 +100181,15 @@ { "type": "CommentLine", "value": " mute local audio", - "start": 56090, - "end": 56109, + "start": 58105, + "end": 58124, "loc": { "start": { - "line": 1609, + "line": 1655, "column": 8 }, "end": { - "line": 1609, + "line": 1655, "column": 27 } } @@ -97496,15 +100199,15 @@ { "type": "CommentLine", "value": " hide volume control to prevent feedback", - "start": 56159, - "end": 56201, + "start": 58174, + "end": 58216, "loc": { "start": { - "line": 1612, + "line": 1658, "column": 8 }, "end": { - "line": 1612, + "line": 1658, "column": 50 } } @@ -97513,57 +100216,57 @@ }, { "type": "ExpressionStatement", - "start": 56210, - "end": 56243, + "start": 58225, + "end": 58258, "loc": { "start": { - "line": 1613, + "line": 1659, "column": 8 }, "end": { - "line": 1613, + "line": 1659, "column": 41 } }, "expression": { "type": "CallExpression", - "start": 56210, - "end": 56242, + "start": 58225, + "end": 58257, "loc": { "start": { - "line": 1613, + "line": 1659, "column": 8 }, "end": { - "line": 1613, + "line": 1659, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 56210, - "end": 56235, + "start": 58225, + "end": 58250, "loc": { "start": { - "line": 1613, + "line": 1659, "column": 8 }, "end": { - "line": 1613, + "line": 1659, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 56210, - "end": 56214, + "start": 58225, + "end": 58229, "loc": { "start": { - "line": 1613, + "line": 1659, "column": 8 }, "end": { - "line": 1613, + "line": 1659, "column": 12 } }, @@ -97571,15 +100274,15 @@ }, "property": { "type": "Identifier", - "start": 56215, - "end": 56235, + "start": 58230, + "end": 58250, "loc": { "start": { - "line": 1613, + "line": 1659, "column": 13 }, "end": { - "line": 1613, + "line": 1659, "column": 33 }, "identifierName": "displayVolumeControl" @@ -97592,15 +100295,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 56236, - "end": 56241, + "start": 58251, + "end": 58256, "loc": { "start": { - "line": 1613, + "line": 1659, "column": 34 }, "end": { - "line": 1613, + "line": 1659, "column": 39 } }, @@ -97613,15 +100316,15 @@ { "type": "CommentLine", "value": " hide volume control to prevent feedback", - "start": 56159, - "end": 56201, + "start": 58174, + "end": 58216, "loc": { "start": { - "line": 1612, + "line": 1658, "column": 8 }, "end": { - "line": 1612, + "line": 1658, "column": 50 } } @@ -97631,15 +100334,15 @@ { "type": "CommentLine", "value": " garbage collect previous recording", - "start": 56253, - "end": 56290, + "start": 58268, + "end": 58305, "loc": { "start": { - "line": 1615, + "line": 1661, "column": 8 }, "end": { - "line": 1615, + "line": 1661, "column": 45 } } @@ -97648,57 +100351,57 @@ }, { "type": "ExpressionStatement", - "start": 56299, - "end": 56322, + "start": 58314, + "end": 58337, "loc": { "start": { - "line": 1616, + "line": 1662, "column": 8 }, "end": { - "line": 1616, + "line": 1662, "column": 31 } }, "expression": { "type": "CallExpression", - "start": 56299, - "end": 56321, + "start": 58314, + "end": 58336, "loc": { "start": { - "line": 1616, + "line": 1662, "column": 8 }, "end": { - "line": 1616, + "line": 1662, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 56299, - "end": 56319, + "start": 58314, + "end": 58334, "loc": { "start": { - "line": 1616, + "line": 1662, "column": 8 }, "end": { - "line": 1616, + "line": 1662, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 56299, - "end": 56303, + "start": 58314, + "end": 58318, "loc": { "start": { - "line": 1616, + "line": 1662, "column": 8 }, "end": { - "line": 1616, + "line": 1662, "column": 12 } }, @@ -97706,15 +100409,15 @@ }, "property": { "type": "Identifier", - "start": 56304, - "end": 56319, + "start": 58319, + "end": 58334, "loc": { "start": { - "line": 1616, + "line": 1662, "column": 13 }, "end": { - "line": 1616, + "line": 1662, "column": 28 }, "identifierName": "removeRecording" @@ -97731,15 +100434,15 @@ { "type": "CommentLine", "value": " garbage collect previous recording", - "start": 56253, - "end": 56290, + "start": 58268, + "end": 58305, "loc": { "start": { - "line": 1615, + "line": 1661, "column": 8 }, "end": { - "line": 1615, + "line": 1661, "column": 45 } } @@ -97749,15 +100452,15 @@ { "type": "CommentLine", "value": " start or resume live preview", - "start": 56332, - "end": 56363, + "start": 58347, + "end": 58378, "loc": { "start": { - "line": 1618, + "line": 1664, "column": 8 }, "end": { - "line": 1618, + "line": 1664, "column": 39 } } @@ -97766,57 +100469,57 @@ }, { "type": "ExpressionStatement", - "start": 56372, - "end": 56395, + "start": 58387, + "end": 58410, "loc": { "start": { - "line": 1619, + "line": 1665, "column": 8 }, "end": { - "line": 1619, + "line": 1665, "column": 31 } }, "expression": { "type": "CallExpression", - "start": 56372, - "end": 56394, + "start": 58387, + "end": 58409, "loc": { "start": { - "line": 1619, + "line": 1665, "column": 8 }, "end": { - "line": 1619, + "line": 1665, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 56372, - "end": 56381, + "start": 58387, + "end": 58396, "loc": { "start": { - "line": 1619, + "line": 1665, "column": 8 }, "end": { - "line": 1619, + "line": 1665, "column": 17 } }, "object": { "type": "ThisExpression", - "start": 56372, - "end": 56376, + "start": 58387, + "end": 58391, "loc": { "start": { - "line": 1619, + "line": 1665, "column": 8 }, "end": { - "line": 1619, + "line": 1665, "column": 12 } }, @@ -97824,15 +100527,15 @@ }, "property": { "type": "Identifier", - "start": 56377, - "end": 56381, + "start": 58392, + "end": 58396, "loc": { "start": { - "line": 1619, + "line": 1665, "column": 13 }, "end": { - "line": 1619, + "line": 1665, "column": 17 }, "identifierName": "load" @@ -97845,44 +100548,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 56382, - "end": 56393, + "start": 58397, + "end": 58408, "loc": { "start": { - "line": 1619, + "line": 1665, "column": 18 }, "end": { - "line": 1619, + "line": 1665, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 56382, - "end": 56386, + "start": 58397, + "end": 58401, "loc": { "start": { - "line": 1619, + "line": 1665, "column": 18 }, "end": { - "line": 1619, + "line": 1665, "column": 22 } } }, "property": { "type": "Identifier", - "start": 56387, - "end": 56393, + "start": 58402, + "end": 58408, "loc": { "start": { - "line": 1619, + "line": 1665, "column": 23 }, "end": { - "line": 1619, + "line": 1665, "column": 29 }, "identifierName": "stream" @@ -97898,15 +100601,15 @@ { "type": "CommentLine", "value": " start or resume live preview", - "start": 56332, - "end": 56363, + "start": 58347, + "end": 58378, "loc": { "start": { - "line": 1618, + "line": 1664, "column": 8 }, "end": { - "line": 1618, + "line": 1664, "column": 39 } } @@ -97915,86 +100618,86 @@ }, { "type": "ExpressionStatement", - "start": 56404, - "end": 56429, + "start": 58419, + "end": 58444, "loc": { "start": { - "line": 1620, + "line": 1666, "column": 8 }, "end": { - "line": 1620, + "line": 1666, "column": 33 } }, "expression": { "type": "CallExpression", - "start": 56404, - "end": 56428, + "start": 58419, + "end": 58443, "loc": { "start": { - "line": 1620, + "line": 1666, "column": 8 }, "end": { - "line": 1620, + "line": 1666, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 56404, - "end": 56426, + "start": 58419, + "end": 58441, "loc": { "start": { - "line": 1620, + "line": 1666, "column": 8 }, "end": { - "line": 1620, + "line": 1666, "column": 30 } }, "object": { "type": "MemberExpression", - "start": 56404, - "end": 56421, + "start": 58419, + "end": 58436, "loc": { "start": { - "line": 1620, + "line": 1666, "column": 8 }, "end": { - "line": 1620, + "line": 1666, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 56404, - "end": 56408, + "start": 58419, + "end": 58423, "loc": { "start": { - "line": 1620, + "line": 1666, "column": 8 }, "end": { - "line": 1620, + "line": 1666, "column": 12 } } }, "property": { "type": "Identifier", - "start": 56409, - "end": 56421, + "start": 58424, + "end": 58436, "loc": { "start": { - "line": 1620, + "line": 1666, "column": 13 }, "end": { - "line": 1620, + "line": 1666, "column": 25 }, "identifierName": "mediaElement" @@ -98005,15 +100708,15 @@ }, "property": { "type": "Identifier", - "start": 56422, - "end": 56426, + "start": 58437, + "end": 58441, "loc": { "start": { - "line": 1620, + "line": 1666, "column": 26 }, "end": { - "line": 1620, + "line": 1666, "column": 30 }, "identifierName": "play" @@ -98033,15 +100736,15 @@ { "type": "CommentBlock", "value": "*\n * Start preview of video stream.\n * @private\n ", - "start": 55808, - "end": 55873, + "start": 57823, + "end": 57888, "loc": { "start": { - "line": 1598, + "line": 1644, "column": 4 }, "end": { - "line": 1601, + "line": 1647, "column": 7 } } @@ -98051,15 +100754,15 @@ { "type": "CommentBlock", "value": "*\n * Show animated GIF.\n * @private\n ", - "start": 56441, - "end": 56494, + "start": 58456, + "end": 58509, "loc": { "start": { - "line": 1623, + "line": 1669, "column": 4 }, "end": { - "line": 1626, + "line": 1672, "column": 7 } } @@ -98068,15 +100771,15 @@ }, { "type": "ClassMethod", - "start": 56499, - "end": 57000, + "start": 58514, + "end": 59015, "loc": { "start": { - "line": 1627, + "line": 1673, "column": 4 }, "end": { - "line": 1640, + "line": 1686, "column": 5 } }, @@ -98084,15 +100787,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 56499, - "end": 56512, + "start": 58514, + "end": 58527, "loc": { "start": { - "line": 1627, + "line": 1673, "column": 4 }, "end": { - "line": 1627, + "line": 1673, "column": 17 }, "identifierName": "showAnimation" @@ -98108,59 +100811,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 56515, - "end": 57000, + "start": 58530, + "end": 59015, "loc": { "start": { - "line": 1627, + "line": 1673, "column": 20 }, "end": { - "line": 1640, + "line": 1686, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 56525, - "end": 56593, + "start": 58540, + "end": 58608, "loc": { "start": { - "line": 1628, + "line": 1674, "column": 8 }, "end": { - "line": 1628, + "line": 1674, "column": 76 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 56529, - "end": 56592, + "start": 58544, + "end": 58607, "loc": { "start": { - "line": 1628, + "line": 1674, "column": 12 }, "end": { - "line": 1628, + "line": 1674, "column": 75 } }, "id": { "type": "Identifier", - "start": 56529, - "end": 56545, + "start": 58544, + "end": 58560, "loc": { "start": { - "line": 1628, + "line": 1674, "column": 12 }, "end": { - "line": 1628, + "line": 1674, "column": 28 }, "identifierName": "animationDisplay" @@ -98169,100 +100872,100 @@ }, "init": { "type": "MemberExpression", - "start": 56548, - "end": 56592, + "start": 58563, + "end": 58607, "loc": { "start": { - "line": 1628, + "line": 1674, "column": 31 }, "end": { - "line": 1628, + "line": 1674, "column": 75 } }, "object": { "type": "CallExpression", - "start": 56548, - "end": 56581, + "start": 58563, + "end": 58596, "loc": { "start": { - "line": 1628, + "line": 1674, "column": 31 }, "end": { - "line": 1628, + "line": 1674, "column": 64 } }, "callee": { "type": "MemberExpression", - "start": 56548, - "end": 56579, + "start": 58563, + "end": 58594, "loc": { "start": { - "line": 1628, + "line": 1674, "column": 31 }, "end": { - "line": 1628, + "line": 1674, "column": 62 } }, "object": { "type": "MemberExpression", - "start": 56548, - "end": 56576, + "start": 58563, + "end": 58591, "loc": { "start": { - "line": 1628, + "line": 1674, "column": 31 }, "end": { - "line": 1628, + "line": 1674, "column": 59 } }, "object": { "type": "MemberExpression", - "start": 56548, - "end": 56559, + "start": 58563, + "end": 58574, "loc": { "start": { - "line": 1628, + "line": 1674, "column": 31 }, "end": { - "line": 1628, + "line": 1674, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 56548, - "end": 56552, + "start": 58563, + "end": 58567, "loc": { "start": { - "line": 1628, + "line": 1674, "column": 31 }, "end": { - "line": 1628, + "line": 1674, "column": 35 } } }, "property": { "type": "Identifier", - "start": 56553, - "end": 56559, + "start": 58568, + "end": 58574, "loc": { "start": { - "line": 1628, + "line": 1674, "column": 36 }, "end": { - "line": 1628, + "line": 1674, "column": 42 }, "identifierName": "player" @@ -98273,15 +100976,15 @@ }, "property": { "type": "Identifier", - "start": 56560, - "end": 56576, + "start": 58575, + "end": 58591, "loc": { "start": { - "line": 1628, + "line": 1674, "column": 43 }, "end": { - "line": 1628, + "line": 1674, "column": 59 }, "identifierName": "animationDisplay" @@ -98292,15 +100995,15 @@ }, "property": { "type": "Identifier", - "start": 56577, - "end": 56579, + "start": 58592, + "end": 58594, "loc": { "start": { - "line": 1628, + "line": 1674, "column": 60 }, "end": { - "line": 1628, + "line": 1674, "column": 62 }, "identifierName": "el" @@ -98313,15 +101016,15 @@ }, "property": { "type": "Identifier", - "start": 56582, - "end": 56592, + "start": 58597, + "end": 58607, "loc": { "start": { - "line": 1628, + "line": 1674, "column": 65 }, "end": { - "line": 1628, + "line": 1674, "column": 75 }, "identifierName": "firstChild" @@ -98337,15 +101040,15 @@ { "type": "CommentLine", "value": " set the image size to the dimensions of the recorded animation", - "start": 56603, - "end": 56668, + "start": 58618, + "end": 58683, "loc": { "start": { - "line": 1630, + "line": 1676, "column": 8 }, "end": { - "line": 1630, + "line": 1676, "column": 73 } } @@ -98354,58 +101057,58 @@ }, { "type": "ExpressionStatement", - "start": 56677, - "end": 56722, + "start": 58692, + "end": 58737, "loc": { "start": { - "line": 1631, + "line": 1677, "column": 8 }, "end": { - "line": 1631, + "line": 1677, "column": 53 } }, "expression": { "type": "AssignmentExpression", - "start": 56677, - "end": 56721, + "start": 58692, + "end": 58736, "loc": { "start": { - "line": 1631, + "line": 1677, "column": 8 }, "end": { - "line": 1631, + "line": 1677, "column": 52 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 56677, - "end": 56699, + "start": 58692, + "end": 58714, "loc": { "start": { - "line": 1631, + "line": 1677, "column": 8 }, "end": { - "line": 1631, + "line": 1677, "column": 30 } }, "object": { "type": "Identifier", - "start": 56677, - "end": 56693, + "start": 58692, + "end": 58708, "loc": { "start": { - "line": 1631, + "line": 1677, "column": 8 }, "end": { - "line": 1631, + "line": 1677, "column": 24 }, "identifierName": "animationDisplay" @@ -98415,15 +101118,15 @@ }, "property": { "type": "Identifier", - "start": 56694, - "end": 56699, + "start": 58709, + "end": 58714, "loc": { "start": { - "line": 1631, + "line": 1677, "column": 25 }, "end": { - "line": 1631, + "line": 1677, "column": 30 }, "identifierName": "width" @@ -98435,72 +101138,72 @@ }, "right": { "type": "CallExpression", - "start": 56702, - "end": 56721, + "start": 58717, + "end": 58736, "loc": { "start": { - "line": 1631, + "line": 1677, "column": 33 }, "end": { - "line": 1631, + "line": 1677, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 56702, - "end": 56719, + "start": 58717, + "end": 58734, "loc": { "start": { - "line": 1631, + "line": 1677, "column": 33 }, "end": { - "line": 1631, + "line": 1677, "column": 50 } }, "object": { "type": "MemberExpression", - "start": 56702, - "end": 56713, + "start": 58717, + "end": 58728, "loc": { "start": { - "line": 1631, + "line": 1677, "column": 33 }, "end": { - "line": 1631, + "line": 1677, "column": 44 } }, "object": { "type": "ThisExpression", - "start": 56702, - "end": 56706, + "start": 58717, + "end": 58721, "loc": { "start": { - "line": 1631, + "line": 1677, "column": 33 }, "end": { - "line": 1631, + "line": 1677, "column": 37 } } }, "property": { "type": "Identifier", - "start": 56707, - "end": 56713, + "start": 58722, + "end": 58728, "loc": { "start": { - "line": 1631, + "line": 1677, "column": 38 }, "end": { - "line": 1631, + "line": 1677, "column": 44 }, "identifierName": "player" @@ -98511,15 +101214,15 @@ }, "property": { "type": "Identifier", - "start": 56714, - "end": 56719, + "start": 58729, + "end": 58734, "loc": { "start": { - "line": 1631, + "line": 1677, "column": 45 }, "end": { - "line": 1631, + "line": 1677, "column": 50 }, "identifierName": "width" @@ -98536,15 +101239,15 @@ { "type": "CommentLine", "value": " set the image size to the dimensions of the recorded animation", - "start": 56603, - "end": 56668, + "start": 58618, + "end": 58683, "loc": { "start": { - "line": 1630, + "line": 1676, "column": 8 }, "end": { - "line": 1630, + "line": 1676, "column": 73 } } @@ -98553,58 +101256,58 @@ }, { "type": "ExpressionStatement", - "start": 56731, - "end": 56778, + "start": 58746, + "end": 58793, "loc": { "start": { - "line": 1632, + "line": 1678, "column": 8 }, "end": { - "line": 1632, + "line": 1678, "column": 55 } }, "expression": { "type": "AssignmentExpression", - "start": 56731, - "end": 56777, + "start": 58746, + "end": 58792, "loc": { "start": { - "line": 1632, + "line": 1678, "column": 8 }, "end": { - "line": 1632, + "line": 1678, "column": 54 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 56731, - "end": 56754, + "start": 58746, + "end": 58769, "loc": { "start": { - "line": 1632, + "line": 1678, "column": 8 }, "end": { - "line": 1632, + "line": 1678, "column": 31 } }, "object": { "type": "Identifier", - "start": 56731, - "end": 56747, + "start": 58746, + "end": 58762, "loc": { "start": { - "line": 1632, + "line": 1678, "column": 8 }, "end": { - "line": 1632, + "line": 1678, "column": 24 }, "identifierName": "animationDisplay" @@ -98613,15 +101316,15 @@ }, "property": { "type": "Identifier", - "start": 56748, - "end": 56754, + "start": 58763, + "end": 58769, "loc": { "start": { - "line": 1632, + "line": 1678, "column": 25 }, "end": { - "line": 1632, + "line": 1678, "column": 31 }, "identifierName": "height" @@ -98632,72 +101335,72 @@ }, "right": { "type": "CallExpression", - "start": 56757, - "end": 56777, + "start": 58772, + "end": 58792, "loc": { "start": { - "line": 1632, + "line": 1678, "column": 34 }, "end": { - "line": 1632, + "line": 1678, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 56757, - "end": 56775, + "start": 58772, + "end": 58790, "loc": { "start": { - "line": 1632, + "line": 1678, "column": 34 }, "end": { - "line": 1632, + "line": 1678, "column": 52 } }, "object": { "type": "MemberExpression", - "start": 56757, - "end": 56768, + "start": 58772, + "end": 58783, "loc": { "start": { - "line": 1632, + "line": 1678, "column": 34 }, "end": { - "line": 1632, + "line": 1678, "column": 45 } }, "object": { "type": "ThisExpression", - "start": 56757, - "end": 56761, + "start": 58772, + "end": 58776, "loc": { "start": { - "line": 1632, + "line": 1678, "column": 34 }, "end": { - "line": 1632, + "line": 1678, "column": 38 } } }, "property": { "type": "Identifier", - "start": 56762, - "end": 56768, + "start": 58777, + "end": 58783, "loc": { "start": { - "line": 1632, + "line": 1678, "column": 39 }, "end": { - "line": 1632, + "line": 1678, "column": 45 }, "identifierName": "player" @@ -98708,15 +101411,15 @@ }, "property": { "type": "Identifier", - "start": 56769, - "end": 56775, + "start": 58784, + "end": 58790, "loc": { "start": { - "line": 1632, + "line": 1678, "column": 46 }, "end": { - "line": 1632, + "line": 1678, "column": 52 }, "identifierName": "height" @@ -98732,15 +101435,15 @@ { "type": "CommentLine", "value": " hide the first frame", - "start": 56788, - "end": 56811, + "start": 58803, + "end": 58826, "loc": { "start": { - "line": 1634, + "line": 1680, "column": 8 }, "end": { - "line": 1634, + "line": 1680, "column": 31 } } @@ -98749,85 +101452,85 @@ }, { "type": "ExpressionStatement", - "start": 56820, - "end": 56852, + "start": 58835, + "end": 58867, "loc": { "start": { - "line": 1635, + "line": 1681, "column": 8 }, "end": { - "line": 1635, + "line": 1681, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 56820, - "end": 56851, + "start": 58835, + "end": 58866, "loc": { "start": { - "line": 1635, + "line": 1681, "column": 8 }, "end": { - "line": 1635, + "line": 1681, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 56820, - "end": 56849, + "start": 58835, + "end": 58864, "loc": { "start": { - "line": 1635, + "line": 1681, "column": 8 }, "end": { - "line": 1635, + "line": 1681, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 56820, - "end": 56844, + "start": 58835, + "end": 58859, "loc": { "start": { - "line": 1635, + "line": 1681, "column": 8 }, "end": { - "line": 1635, + "line": 1681, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 56820, - "end": 56831, + "start": 58835, + "end": 58846, "loc": { "start": { - "line": 1635, + "line": 1681, "column": 8 }, "end": { - "line": 1635, + "line": 1681, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 56820, - "end": 56824, + "start": 58835, + "end": 58839, "loc": { "start": { - "line": 1635, + "line": 1681, "column": 8 }, "end": { - "line": 1635, + "line": 1681, "column": 12 } }, @@ -98835,15 +101538,15 @@ }, "property": { "type": "Identifier", - "start": 56825, - "end": 56831, + "start": 58840, + "end": 58846, "loc": { "start": { - "line": 1635, + "line": 1681, "column": 13 }, "end": { - "line": 1635, + "line": 1681, "column": 19 }, "identifierName": "player" @@ -98855,15 +101558,15 @@ }, "property": { "type": "Identifier", - "start": 56832, - "end": 56844, + "start": 58847, + "end": 58859, "loc": { "start": { - "line": 1635, + "line": 1681, "column": 20 }, "end": { - "line": 1635, + "line": 1681, "column": 32 }, "identifierName": "recordCanvas" @@ -98875,15 +101578,15 @@ }, "property": { "type": "Identifier", - "start": 56845, - "end": 56849, + "start": 58860, + "end": 58864, "loc": { "start": { - "line": 1635, + "line": 1681, "column": 33 }, "end": { - "line": 1635, + "line": 1681, "column": 37 }, "identifierName": "hide" @@ -98900,15 +101603,15 @@ { "type": "CommentLine", "value": " hide the first frame", - "start": 56788, - "end": 56811, + "start": 58803, + "end": 58826, "loc": { "start": { - "line": 1634, + "line": 1680, "column": 8 }, "end": { - "line": 1634, + "line": 1680, "column": 31 } } @@ -98918,15 +101621,15 @@ { "type": "CommentLine", "value": " show the animation", - "start": 56862, - "end": 56883, + "start": 58877, + "end": 58898, "loc": { "start": { - "line": 1637, + "line": 1683, "column": 8 }, "end": { - "line": 1637, + "line": 1683, "column": 29 } } @@ -98935,43 +101638,43 @@ }, { "type": "ExpressionStatement", - "start": 56892, - "end": 56949, + "start": 58907, + "end": 58964, "loc": { "start": { - "line": 1638, + "line": 1684, "column": 8 }, "end": { - "line": 1638, + "line": 1684, "column": 65 } }, "expression": { "type": "CallExpression", - "start": 56892, - "end": 56948, + "start": 58907, + "end": 58963, "loc": { "start": { - "line": 1638, + "line": 1684, "column": 8 }, "end": { - "line": 1638, + "line": 1684, "column": 64 } }, "callee": { "type": "Identifier", - "start": 56892, - "end": 56904, + "start": 58907, + "end": 58919, "loc": { "start": { - "line": 1638, + "line": 1684, "column": 8 }, "end": { - "line": 1638, + "line": 1684, "column": 20 }, "identifierName": "setSrcObject" @@ -98982,58 +101685,58 @@ "arguments": [ { "type": "MemberExpression", - "start": 56905, - "end": 56929, + "start": 58920, + "end": 58944, "loc": { "start": { - "line": 1638, + "line": 1684, "column": 21 }, "end": { - "line": 1638, + "line": 1684, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 56905, - "end": 56916, + "start": 58920, + "end": 58931, "loc": { "start": { - "line": 1638, + "line": 1684, "column": 21 }, "end": { - "line": 1638, + "line": 1684, "column": 32 } }, "object": { "type": "ThisExpression", - "start": 56905, - "end": 56909, + "start": 58920, + "end": 58924, "loc": { "start": { - "line": 1638, + "line": 1684, "column": 21 }, "end": { - "line": 1638, + "line": 1684, "column": 25 } } }, "property": { "type": "Identifier", - "start": 56910, - "end": 56916, + "start": 58925, + "end": 58931, "loc": { "start": { - "line": 1638, + "line": 1684, "column": 26 }, "end": { - "line": 1638, + "line": 1684, "column": 32 }, "identifierName": "player" @@ -99044,15 +101747,15 @@ }, "property": { "type": "Identifier", - "start": 56917, - "end": 56929, + "start": 58932, + "end": 58944, "loc": { "start": { - "line": 1638, + "line": 1684, "column": 33 }, "end": { - "line": 1638, + "line": 1684, "column": 45 }, "identifierName": "recordedData" @@ -99063,15 +101766,15 @@ }, { "type": "Identifier", - "start": 56931, - "end": 56947, + "start": 58946, + "end": 58962, "loc": { "start": { - "line": 1638, + "line": 1684, "column": 47 }, "end": { - "line": 1638, + "line": 1684, "column": 63 }, "identifierName": "animationDisplay" @@ -99085,15 +101788,15 @@ { "type": "CommentLine", "value": " show the animation", - "start": 56862, - "end": 56883, + "start": 58877, + "end": 58898, "loc": { "start": { - "line": 1637, + "line": 1683, "column": 8 }, "end": { - "line": 1637, + "line": 1683, "column": 29 } } @@ -99102,100 +101805,100 @@ }, { "type": "ExpressionStatement", - "start": 56958, - "end": 56994, + "start": 58973, + "end": 59009, "loc": { "start": { - "line": 1639, + "line": 1685, "column": 8 }, "end": { - "line": 1639, + "line": 1685, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 56958, - "end": 56993, + "start": 58973, + "end": 59008, "loc": { "start": { - "line": 1639, + "line": 1685, "column": 8 }, "end": { - "line": 1639, + "line": 1685, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 56958, - "end": 56991, + "start": 58973, + "end": 59006, "loc": { "start": { - "line": 1639, + "line": 1685, "column": 8 }, "end": { - "line": 1639, + "line": 1685, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 56958, - "end": 56986, + "start": 58973, + "end": 59001, "loc": { "start": { - "line": 1639, + "line": 1685, "column": 8 }, "end": { - "line": 1639, + "line": 1685, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 56958, - "end": 56969, + "start": 58973, + "end": 58984, "loc": { "start": { - "line": 1639, + "line": 1685, "column": 8 }, "end": { - "line": 1639, + "line": 1685, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 56958, - "end": 56962, + "start": 58973, + "end": 58977, "loc": { "start": { - "line": 1639, + "line": 1685, "column": 8 }, "end": { - "line": 1639, + "line": 1685, "column": 12 } } }, "property": { "type": "Identifier", - "start": 56963, - "end": 56969, + "start": 58978, + "end": 58984, "loc": { "start": { - "line": 1639, + "line": 1685, "column": 13 }, "end": { - "line": 1639, + "line": 1685, "column": 19 }, "identifierName": "player" @@ -99206,15 +101909,15 @@ }, "property": { "type": "Identifier", - "start": 56970, - "end": 56986, + "start": 58985, + "end": 59001, "loc": { "start": { - "line": 1639, + "line": 1685, "column": 20 }, "end": { - "line": 1639, + "line": 1685, "column": 36 }, "identifierName": "animationDisplay" @@ -99225,15 +101928,15 @@ }, "property": { "type": "Identifier", - "start": 56987, - "end": 56991, + "start": 59002, + "end": 59006, "loc": { "start": { - "line": 1639, + "line": 1685, "column": 37 }, "end": { - "line": 1639, + "line": 1685, "column": 41 }, "identifierName": "show" @@ -99253,15 +101956,15 @@ { "type": "CommentBlock", "value": "*\n * Show animated GIF.\n * @private\n ", - "start": 56441, - "end": 56494, + "start": 58456, + "end": 58509, "loc": { "start": { - "line": 1623, + "line": 1669, "column": 4 }, "end": { - "line": 1626, + "line": 1672, "column": 7 } } @@ -99271,15 +101974,15 @@ { "type": "CommentBlock", "value": "*\n * Hide animated GIF.\n * @private\n ", - "start": 57006, - "end": 57059, + "start": 59021, + "end": 59074, "loc": { "start": { - "line": 1642, + "line": 1688, "column": 4 }, "end": { - "line": 1645, + "line": 1691, "column": 7 } } @@ -99288,15 +101991,15 @@ }, { "type": "ClassMethod", - "start": 57064, - "end": 57236, + "start": 59079, + "end": 59251, "loc": { "start": { - "line": 1646, + "line": 1692, "column": 4 }, "end": { - "line": 1652, + "line": 1698, "column": 5 } }, @@ -99304,15 +102007,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 57064, - "end": 57077, + "start": 59079, + "end": 59092, "loc": { "start": { - "line": 1646, + "line": 1692, "column": 4 }, "end": { - "line": 1646, + "line": 1692, "column": 17 }, "identifierName": "hideAnimation" @@ -99328,100 +102031,100 @@ "params": [], "body": { "type": "BlockStatement", - "start": 57080, - "end": 57236, + "start": 59095, + "end": 59251, "loc": { "start": { - "line": 1646, + "line": 1692, "column": 20 }, "end": { - "line": 1652, + "line": 1698, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 57122, - "end": 57154, + "start": 59137, + "end": 59169, "loc": { "start": { - "line": 1648, + "line": 1694, "column": 8 }, "end": { - "line": 1648, + "line": 1694, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 57122, - "end": 57153, + "start": 59137, + "end": 59168, "loc": { "start": { - "line": 1648, + "line": 1694, "column": 8 }, "end": { - "line": 1648, + "line": 1694, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 57122, - "end": 57151, + "start": 59137, + "end": 59166, "loc": { "start": { - "line": 1648, + "line": 1694, "column": 8 }, "end": { - "line": 1648, + "line": 1694, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 57122, - "end": 57146, + "start": 59137, + "end": 59161, "loc": { "start": { - "line": 1648, + "line": 1694, "column": 8 }, "end": { - "line": 1648, + "line": 1694, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 57122, - "end": 57133, + "start": 59137, + "end": 59148, "loc": { "start": { - "line": 1648, + "line": 1694, "column": 8 }, "end": { - "line": 1648, + "line": 1694, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 57122, - "end": 57126, + "start": 59137, + "end": 59141, "loc": { "start": { - "line": 1648, + "line": 1694, "column": 8 }, "end": { - "line": 1648, + "line": 1694, "column": 12 } }, @@ -99429,15 +102132,15 @@ }, "property": { "type": "Identifier", - "start": 57127, - "end": 57133, + "start": 59142, + "end": 59148, "loc": { "start": { - "line": 1648, + "line": 1694, "column": 13 }, "end": { - "line": 1648, + "line": 1694, "column": 19 }, "identifierName": "player" @@ -99449,15 +102152,15 @@ }, "property": { "type": "Identifier", - "start": 57134, - "end": 57146, + "start": 59149, + "end": 59161, "loc": { "start": { - "line": 1648, + "line": 1694, "column": 20 }, "end": { - "line": 1648, + "line": 1694, "column": 32 }, "identifierName": "recordCanvas" @@ -99469,15 +102172,15 @@ }, "property": { "type": "Identifier", - "start": 57147, - "end": 57151, + "start": 59162, + "end": 59166, "loc": { "start": { - "line": 1648, + "line": 1694, "column": 33 }, "end": { - "line": 1648, + "line": 1694, "column": 37 }, "identifierName": "show" @@ -99494,15 +102197,15 @@ { "type": "CommentLine", "value": " show the first frame", - "start": 57090, - "end": 57113, + "start": 59105, + "end": 59128, "loc": { "start": { - "line": 1647, + "line": 1693, "column": 8 }, "end": { - "line": 1647, + "line": 1693, "column": 31 } } @@ -99512,15 +102215,15 @@ { "type": "CommentLine", "value": " hide the animation", - "start": 57164, - "end": 57185, + "start": 59179, + "end": 59200, "loc": { "start": { - "line": 1650, + "line": 1696, "column": 8 }, "end": { - "line": 1650, + "line": 1696, "column": 29 } } @@ -99529,85 +102232,85 @@ }, { "type": "ExpressionStatement", - "start": 57194, - "end": 57230, + "start": 59209, + "end": 59245, "loc": { "start": { - "line": 1651, + "line": 1697, "column": 8 }, "end": { - "line": 1651, + "line": 1697, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 57194, - "end": 57229, + "start": 59209, + "end": 59244, "loc": { "start": { - "line": 1651, + "line": 1697, "column": 8 }, "end": { - "line": 1651, + "line": 1697, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 57194, - "end": 57227, + "start": 59209, + "end": 59242, "loc": { "start": { - "line": 1651, + "line": 1697, "column": 8 }, "end": { - "line": 1651, + "line": 1697, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 57194, - "end": 57222, + "start": 59209, + "end": 59237, "loc": { "start": { - "line": 1651, + "line": 1697, "column": 8 }, "end": { - "line": 1651, + "line": 1697, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 57194, - "end": 57205, + "start": 59209, + "end": 59220, "loc": { "start": { - "line": 1651, + "line": 1697, "column": 8 }, "end": { - "line": 1651, + "line": 1697, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 57194, - "end": 57198, + "start": 59209, + "end": 59213, "loc": { "start": { - "line": 1651, + "line": 1697, "column": 8 }, "end": { - "line": 1651, + "line": 1697, "column": 12 } }, @@ -99615,15 +102318,15 @@ }, "property": { "type": "Identifier", - "start": 57199, - "end": 57205, + "start": 59214, + "end": 59220, "loc": { "start": { - "line": 1651, + "line": 1697, "column": 13 }, "end": { - "line": 1651, + "line": 1697, "column": 19 }, "identifierName": "player" @@ -99635,15 +102338,15 @@ }, "property": { "type": "Identifier", - "start": 57206, - "end": 57222, + "start": 59221, + "end": 59237, "loc": { "start": { - "line": 1651, + "line": 1697, "column": 20 }, "end": { - "line": 1651, + "line": 1697, "column": 36 }, "identifierName": "animationDisplay" @@ -99655,15 +102358,15 @@ }, "property": { "type": "Identifier", - "start": 57223, - "end": 57227, + "start": 59238, + "end": 59242, "loc": { "start": { - "line": 1651, + "line": 1697, "column": 37 }, "end": { - "line": 1651, + "line": 1697, "column": 41 }, "identifierName": "hide" @@ -99680,15 +102383,15 @@ { "type": "CommentLine", "value": " hide the animation", - "start": 57164, - "end": 57185, + "start": 59179, + "end": 59200, "loc": { "start": { - "line": 1650, + "line": 1696, "column": 8 }, "end": { - "line": 1650, + "line": 1696, "column": 29 } } @@ -99703,15 +102406,15 @@ { "type": "CommentBlock", "value": "*\n * Hide animated GIF.\n * @private\n ", - "start": 57006, - "end": 57059, + "start": 59021, + "end": 59074, "loc": { "start": { - "line": 1642, + "line": 1688, "column": 4 }, "end": { - "line": 1645, + "line": 1691, "column": 7 } } @@ -99721,15 +102424,15 @@ { "type": "CommentBlock", "value": "*\n * Update time during playback.\n * @private\n ", - "start": 57242, - "end": 57305, + "start": 59257, + "end": 59320, "loc": { "start": { - "line": 1654, + "line": 1700, "column": 4 }, "end": { - "line": 1657, + "line": 1703, "column": 7 } } @@ -99738,15 +102441,15 @@ }, { "type": "ClassMethod", - "start": 57310, - "end": 57427, + "start": 59325, + "end": 59442, "loc": { "start": { - "line": 1658, + "line": 1704, "column": 4 }, "end": { - "line": 1661, + "line": 1707, "column": 5 } }, @@ -99754,15 +102457,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 57310, - "end": 57328, + "start": 59325, + "end": 59343, "loc": { "start": { - "line": 1658, + "line": 1704, "column": 4 }, "end": { - "line": 1658, + "line": 1704, "column": 22 }, "identifierName": "playbackTimeUpdate" @@ -99778,87 +102481,87 @@ "params": [], "body": { "type": "BlockStatement", - "start": 57331, - "end": 57427, + "start": 59346, + "end": 59442, "loc": { "start": { - "line": 1658, + "line": 1704, "column": 25 }, "end": { - "line": 1661, + "line": 1707, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 57341, - "end": 57421, + "start": 59356, + "end": 59436, "loc": { "start": { - "line": 1659, + "line": 1705, "column": 8 }, "end": { - "line": 1660, + "line": 1706, "column": 33 } }, "expression": { "type": "CallExpression", - "start": 57341, - "end": 57420, + "start": 59356, + "end": 59435, "loc": { "start": { - "line": 1659, + "line": 1705, "column": 8 }, "end": { - "line": 1660, + "line": 1706, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 57341, - "end": 57360, + "start": 59356, + "end": 59375, "loc": { "start": { - "line": 1659, + "line": 1705, "column": 8 }, "end": { - "line": 1659, + "line": 1705, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 57341, - "end": 57345, + "start": 59356, + "end": 59360, "loc": { "start": { - "line": 1659, + "line": 1705, "column": 8 }, "end": { - "line": 1659, + "line": 1705, "column": 12 } } }, "property": { "type": "Identifier", - "start": 57346, - "end": 57360, + "start": 59361, + "end": 59375, "loc": { "start": { - "line": 1659, + "line": 1705, "column": 13 }, "end": { - "line": 1659, + "line": 1705, "column": 27 }, "identifierName": "setCurrentTime" @@ -99870,72 +102573,72 @@ "arguments": [ { "type": "CallExpression", - "start": 57361, - "end": 57386, + "start": 59376, + "end": 59401, "loc": { "start": { - "line": 1659, + "line": 1705, "column": 28 }, "end": { - "line": 1659, + "line": 1705, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 57361, - "end": 57384, + "start": 59376, + "end": 59399, "loc": { "start": { - "line": 1659, + "line": 1705, "column": 28 }, "end": { - "line": 1659, + "line": 1705, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 57361, - "end": 57372, + "start": 59376, + "end": 59387, "loc": { "start": { - "line": 1659, + "line": 1705, "column": 28 }, "end": { - "line": 1659, + "line": 1705, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 57361, - "end": 57365, + "start": 59376, + "end": 59380, "loc": { "start": { - "line": 1659, + "line": 1705, "column": 28 }, "end": { - "line": 1659, + "line": 1705, "column": 32 } } }, "property": { "type": "Identifier", - "start": 57366, - "end": 57372, + "start": 59381, + "end": 59387, "loc": { "start": { - "line": 1659, + "line": 1705, "column": 33 }, "end": { - "line": 1659, + "line": 1705, "column": 39 }, "identifierName": "player" @@ -99946,15 +102649,15 @@ }, "property": { "type": "Identifier", - "start": 57373, - "end": 57384, + "start": 59388, + "end": 59399, "loc": { "start": { - "line": 1659, + "line": 1705, "column": 40 }, "end": { - "line": 1659, + "line": 1705, "column": 51 }, "identifierName": "currentTime" @@ -99967,44 +102670,44 @@ }, { "type": "MemberExpression", - "start": 57400, - "end": 57419, + "start": 59415, + "end": 59434, "loc": { "start": { - "line": 1660, + "line": 1706, "column": 12 }, "end": { - "line": 1660, + "line": 1706, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 57400, - "end": 57404, + "start": 59415, + "end": 59419, "loc": { "start": { - "line": 1660, + "line": 1706, "column": 12 }, "end": { - "line": 1660, + "line": 1706, "column": 16 } } }, "property": { "type": "Identifier", - "start": 57405, - "end": 57419, + "start": 59420, + "end": 59434, "loc": { "start": { - "line": 1660, + "line": 1706, "column": 17 }, "end": { - "line": 1660, + "line": 1706, "column": 31 }, "identifierName": "streamDuration" @@ -100024,15 +102727,15 @@ { "type": "CommentBlock", "value": "*\n * Update time during playback.\n * @private\n ", - "start": 57242, - "end": 57305, + "start": 59257, + "end": 59320, "loc": { "start": { - "line": 1654, + "line": 1700, "column": 4 }, "end": { - "line": 1657, + "line": 1703, "column": 7 } } @@ -100042,15 +102745,15 @@ { "type": "CommentBlock", "value": "*\n * Collects information about the media input and output devices\n * available on the system.\n ", - "start": 57433, - "end": 57545, + "start": 59448, + "end": 59560, "loc": { "start": { - "line": 1663, + "line": 1709, "column": 4 }, "end": { - "line": 1666, + "line": 1712, "column": 7 } } @@ -100059,15 +102762,15 @@ }, { "type": "ClassMethod", - "start": 57550, - "end": 58309, + "start": 59565, + "end": 60324, "loc": { "start": { - "line": 1667, + "line": 1713, "column": 4 }, "end": { - "line": 1687, + "line": 1733, "column": 5 } }, @@ -100075,15 +102778,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 57550, - "end": 57566, + "start": 59565, + "end": 59581, "loc": { "start": { - "line": 1667, + "line": 1713, "column": 4 }, "end": { - "line": 1667, + "line": 1713, "column": 20 }, "identifierName": "enumerateDevices" @@ -100099,58 +102802,58 @@ "params": [], "body": { "type": "BlockStatement", - "start": 57569, - "end": 58309, + "start": 59584, + "end": 60324, "loc": { "start": { - "line": 1667, + "line": 1713, "column": 23 }, "end": { - "line": 1687, + "line": 1733, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 57579, - "end": 57821, + "start": 59594, + "end": 59836, "loc": { "start": { - "line": 1668, + "line": 1714, "column": 8 }, "end": { - "line": 1672, + "line": 1718, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 57583, - "end": 57650, + "start": 59598, + "end": 59665, "loc": { "start": { - "line": 1668, + "line": 1714, "column": 12 }, "end": { - "line": 1668, + "line": 1714, "column": 79 } }, "left": { "type": "UnaryExpression", - "start": 57583, - "end": 57606, + "start": 59598, + "end": 59621, "loc": { "start": { - "line": 1668, + "line": 1714, "column": 12 }, "end": { - "line": 1668, + "line": 1714, "column": 35 } }, @@ -100158,29 +102861,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 57584, - "end": 57606, + "start": 59599, + "end": 59621, "loc": { "start": { - "line": 1668, + "line": 1714, "column": 13 }, "end": { - "line": 1668, + "line": 1714, "column": 35 } }, "object": { "type": "Identifier", - "start": 57584, - "end": 57593, + "start": 59599, + "end": 59608, "loc": { "start": { - "line": 1668, + "line": 1714, "column": 13 }, "end": { - "line": 1668, + "line": 1714, "column": 22 }, "identifierName": "navigator" @@ -100189,15 +102892,15 @@ }, "property": { "type": "Identifier", - "start": 57594, - "end": 57606, + "start": 59609, + "end": 59621, "loc": { "start": { - "line": 1668, + "line": 1714, "column": 23 }, "end": { - "line": 1668, + "line": 1714, "column": 35 }, "identifierName": "mediaDevices" @@ -100213,15 +102916,15 @@ "operator": "||", "right": { "type": "UnaryExpression", - "start": 57610, - "end": 57650, + "start": 59625, + "end": 59665, "loc": { "start": { - "line": 1668, + "line": 1714, "column": 39 }, "end": { - "line": 1668, + "line": 1714, "column": 79 } }, @@ -100229,43 +102932,43 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 57611, - "end": 57650, + "start": 59626, + "end": 59665, "loc": { "start": { - "line": 1668, + "line": 1714, "column": 40 }, "end": { - "line": 1668, + "line": 1714, "column": 79 } }, "object": { "type": "MemberExpression", - "start": 57611, - "end": 57633, + "start": 59626, + "end": 59648, "loc": { "start": { - "line": 1668, + "line": 1714, "column": 40 }, "end": { - "line": 1668, + "line": 1714, "column": 62 } }, "object": { "type": "Identifier", - "start": 57611, - "end": 57620, + "start": 59626, + "end": 59635, "loc": { "start": { - "line": 1668, + "line": 1714, "column": 40 }, "end": { - "line": 1668, + "line": 1714, "column": 49 }, "identifierName": "navigator" @@ -100274,15 +102977,15 @@ }, "property": { "type": "Identifier", - "start": 57621, - "end": 57633, + "start": 59636, + "end": 59648, "loc": { "start": { - "line": 1668, + "line": 1714, "column": 50 }, "end": { - "line": 1668, + "line": 1714, "column": 62 }, "identifierName": "mediaDevices" @@ -100293,15 +102996,15 @@ }, "property": { "type": "Identifier", - "start": 57634, - "end": 57650, + "start": 59649, + "end": 59665, "loc": { "start": { - "line": 1668, + "line": 1714, "column": 63 }, "end": { - "line": 1668, + "line": 1714, "column": 79 }, "identifierName": "enumerateDevices" @@ -100317,102 +103020,102 @@ }, "consequent": { "type": "BlockStatement", - "start": 57652, - "end": 57821, + "start": 59667, + "end": 59836, "loc": { "start": { - "line": 1668, + "line": 1714, "column": 81 }, "end": { - "line": 1672, + "line": 1718, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 57666, - "end": 57735, + "start": 59681, + "end": 59750, "loc": { "start": { - "line": 1669, + "line": 1715, "column": 12 }, "end": { - "line": 1669, + "line": 1715, "column": 81 } }, "expression": { "type": "AssignmentExpression", - "start": 57666, - "end": 57734, + "start": 59681, + "end": 59749, "loc": { "start": { - "line": 1669, + "line": 1715, "column": 12 }, "end": { - "line": 1669, + "line": 1715, "column": 80 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 57666, - "end": 57696, + "start": 59681, + "end": 59711, "loc": { "start": { - "line": 1669, + "line": 1715, "column": 12 }, "end": { - "line": 1669, + "line": 1715, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 57666, - "end": 57677, + "start": 59681, + "end": 59692, "loc": { "start": { - "line": 1669, + "line": 1715, "column": 12 }, "end": { - "line": 1669, + "line": 1715, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 57666, - "end": 57670, + "start": 59681, + "end": 59685, "loc": { "start": { - "line": 1669, + "line": 1715, "column": 12 }, "end": { - "line": 1669, + "line": 1715, "column": 16 } } }, "property": { "type": "Identifier", - "start": 57671, - "end": 57677, + "start": 59686, + "end": 59692, "loc": { "start": { - "line": 1669, + "line": 1715, "column": 17 }, "end": { - "line": 1669, + "line": 1715, "column": 23 }, "identifierName": "player" @@ -100423,15 +103126,15 @@ }, "property": { "type": "Identifier", - "start": 57678, - "end": 57696, + "start": 59693, + "end": 59711, "loc": { "start": { - "line": 1669, + "line": 1715, "column": 24 }, "end": { - "line": 1669, + "line": 1715, "column": 42 }, "identifierName": "enumerateErrorCode" @@ -100442,15 +103145,15 @@ }, "right": { "type": "StringLiteral", - "start": 57699, - "end": 57734, + "start": 59714, + "end": 59749, "loc": { "start": { - "line": 1669, + "line": 1715, "column": 45 }, "end": { - "line": 1669, + "line": 1715, "column": 80 } }, @@ -100464,86 +103167,86 @@ }, { "type": "ExpressionStatement", - "start": 57748, - "end": 57791, + "start": 59763, + "end": 59806, "loc": { "start": { - "line": 1670, + "line": 1716, "column": 12 }, "end": { - "line": 1670, + "line": 1716, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 57748, - "end": 57790, + "start": 59763, + "end": 59805, "loc": { "start": { - "line": 1670, + "line": 1716, "column": 12 }, "end": { - "line": 1670, + "line": 1716, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 57748, - "end": 57767, + "start": 59763, + "end": 59782, "loc": { "start": { - "line": 1670, + "line": 1716, "column": 12 }, "end": { - "line": 1670, + "line": 1716, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 57748, - "end": 57759, + "start": 59763, + "end": 59774, "loc": { "start": { - "line": 1670, + "line": 1716, "column": 12 }, "end": { - "line": 1670, + "line": 1716, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 57748, - "end": 57752, + "start": 59763, + "end": 59767, "loc": { "start": { - "line": 1670, + "line": 1716, "column": 12 }, "end": { - "line": 1670, + "line": 1716, "column": 16 } } }, "property": { "type": "Identifier", - "start": 57753, - "end": 57759, + "start": 59768, + "end": 59774, "loc": { "start": { - "line": 1670, + "line": 1716, "column": 17 }, "end": { - "line": 1670, + "line": 1716, "column": 23 }, "identifierName": "player" @@ -100554,15 +103257,15 @@ }, "property": { "type": "Identifier", - "start": 57760, - "end": 57767, + "start": 59775, + "end": 59782, "loc": { "start": { - "line": 1670, + "line": 1716, "column": 24 }, "end": { - "line": 1670, + "line": 1716, "column": 31 }, "identifierName": "trigger" @@ -100574,29 +103277,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 57768, - "end": 57789, + "start": 59783, + "end": 59804, "loc": { "start": { - "line": 1670, + "line": 1716, "column": 32 }, "end": { - "line": 1670, + "line": 1716, "column": 53 } }, "object": { "type": "Identifier", - "start": 57768, - "end": 57773, + "start": 59783, + "end": 59788, "loc": { "start": { - "line": 1670, + "line": 1716, "column": 32 }, "end": { - "line": 1670, + "line": 1716, "column": 37 }, "identifierName": "Event" @@ -100605,15 +103308,15 @@ }, "property": { "type": "Identifier", - "start": 57774, - "end": 57789, + "start": 59789, + "end": 59804, "loc": { "start": { - "line": 1670, + "line": 1716, "column": 38 }, "end": { - "line": 1670, + "line": 1716, "column": 53 }, "identifierName": "ENUMERATE_ERROR" @@ -100627,15 +103330,15 @@ }, { "type": "ReturnStatement", - "start": 57804, - "end": 57811, + "start": 59819, + "end": 59826, "loc": { "start": { - "line": 1671, + "line": 1717, "column": 12 }, "end": { - "line": 1671, + "line": 1717, "column": 19 } }, @@ -100650,15 +103353,15 @@ { "type": "CommentLine", "value": " list video and audio devices", - "start": 57831, - "end": 57862, + "start": 59846, + "end": 59877, "loc": { "start": { - "line": 1674, + "line": 1720, "column": 8 }, "end": { - "line": 1674, + "line": 1720, "column": 39 } } @@ -100667,127 +103370,127 @@ }, { "type": "ExpressionStatement", - "start": 57871, - "end": 58303, + "start": 59886, + "end": 60318, "loc": { "start": { - "line": 1675, + "line": 1721, "column": 8 }, "end": { - "line": 1686, + "line": 1732, "column": 11 } }, "expression": { "type": "CallExpression", - "start": 57871, - "end": 58302, + "start": 59886, + "end": 60317, "loc": { "start": { - "line": 1675, + "line": 1721, "column": 8 }, "end": { - "line": 1686, + "line": 1732, "column": 10 } }, "callee": { "type": "MemberExpression", - "start": 57871, - "end": 58174, + "start": 59886, + "end": 60189, "loc": { "start": { - "line": 1675, + "line": 1721, "column": 8 }, "end": { - "line": 1683, + "line": 1729, "column": 16 } }, "object": { "type": "CallExpression", - "start": 57871, - "end": 58168, + "start": 59886, + "end": 60183, "loc": { "start": { - "line": 1675, + "line": 1721, "column": 8 }, "end": { - "line": 1683, + "line": 1729, "column": 10 } }, "callee": { "type": "MemberExpression", - "start": 57871, - "end": 57921, + "start": 59886, + "end": 59936, "loc": { "start": { - "line": 1675, + "line": 1721, "column": 8 }, "end": { - "line": 1675, + "line": 1721, "column": 58 } }, "object": { "type": "CallExpression", - "start": 57871, - "end": 57916, + "start": 59886, + "end": 59931, "loc": { "start": { - "line": 1675, + "line": 1721, "column": 8 }, "end": { - "line": 1675, + "line": 1721, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 57871, - "end": 57910, + "start": 59886, + "end": 59925, "loc": { "start": { - "line": 1675, + "line": 1721, "column": 8 }, "end": { - "line": 1675, + "line": 1721, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 57871, - "end": 57893, + "start": 59886, + "end": 59908, "loc": { "start": { - "line": 1675, + "line": 1721, "column": 8 }, "end": { - "line": 1675, + "line": 1721, "column": 30 } }, "object": { "type": "Identifier", - "start": 57871, - "end": 57880, + "start": 59886, + "end": 59895, "loc": { "start": { - "line": 1675, + "line": 1721, "column": 8 }, "end": { - "line": 1675, + "line": 1721, "column": 17 }, "identifierName": "navigator" @@ -100797,15 +103500,15 @@ }, "property": { "type": "Identifier", - "start": 57881, - "end": 57893, + "start": 59896, + "end": 59908, "loc": { "start": { - "line": 1675, + "line": 1721, "column": 18 }, "end": { - "line": 1675, + "line": 1721, "column": 30 }, "identifierName": "mediaDevices" @@ -100817,15 +103520,15 @@ }, "property": { "type": "Identifier", - "start": 57894, - "end": 57910, + "start": 59909, + "end": 59925, "loc": { "start": { - "line": 1675, + "line": 1721, "column": 31 }, "end": { - "line": 1675, + "line": 1721, "column": 47 }, "identifierName": "enumerateDevices" @@ -100838,15 +103541,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 57911, - "end": 57915, + "start": 59926, + "end": 59930, "loc": { "start": { - "line": 1675, + "line": 1721, "column": 48 }, "end": { - "line": 1675, + "line": 1721, "column": 52 } } @@ -100856,15 +103559,15 @@ }, "property": { "type": "Identifier", - "start": 57917, - "end": 57921, + "start": 59932, + "end": 59936, "loc": { "start": { - "line": 1675, + "line": 1721, "column": 54 }, "end": { - "line": 1675, + "line": 1721, "column": 58 }, "identifierName": "then" @@ -100877,15 +103580,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 57922, - "end": 58167, + "start": 59937, + "end": 60182, "loc": { "start": { - "line": 1675, + "line": 1721, "column": 59 }, "end": { - "line": 1683, + "line": 1729, "column": 9 } }, @@ -100896,15 +103599,15 @@ "params": [ { "type": "Identifier", - "start": 57923, - "end": 57930, + "start": 59938, + "end": 59945, "loc": { "start": { - "line": 1675, + "line": 1721, "column": 60 }, "end": { - "line": 1675, + "line": 1721, "column": 67 }, "identifierName": "devices" @@ -100914,88 +103617,88 @@ ], "body": { "type": "BlockStatement", - "start": 57935, - "end": 58167, + "start": 59950, + "end": 60182, "loc": { "start": { - "line": 1675, + "line": 1721, "column": 72 }, "end": { - "line": 1683, + "line": 1729, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 57949, - "end": 57967, + "start": 59964, + "end": 59982, "loc": { "start": { - "line": 1676, + "line": 1722, "column": 12 }, "end": { - "line": 1676, + "line": 1722, "column": 30 } }, "expression": { "type": "AssignmentExpression", - "start": 57949, - "end": 57966, + "start": 59964, + "end": 59981, "loc": { "start": { - "line": 1676, + "line": 1722, "column": 12 }, "end": { - "line": 1676, + "line": 1722, "column": 29 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 57949, - "end": 57961, + "start": 59964, + "end": 59976, "loc": { "start": { - "line": 1676, + "line": 1722, "column": 12 }, "end": { - "line": 1676, + "line": 1722, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 57949, - "end": 57953, + "start": 59964, + "end": 59968, "loc": { "start": { - "line": 1676, + "line": 1722, "column": 12 }, "end": { - "line": 1676, + "line": 1722, "column": 16 } } }, "property": { "type": "Identifier", - "start": 57954, - "end": 57961, + "start": 59969, + "end": 59976, "loc": { "start": { - "line": 1676, + "line": 1722, "column": 17 }, "end": { - "line": 1676, + "line": 1722, "column": 24 }, "identifierName": "devices" @@ -101006,15 +103709,15 @@ }, "right": { "type": "ArrayExpression", - "start": 57964, - "end": 57966, + "start": 59979, + "end": 59981, "loc": { "start": { - "line": 1676, + "line": 1722, "column": 27 }, "end": { - "line": 1676, + "line": 1722, "column": 29 } }, @@ -101024,57 +103727,57 @@ }, { "type": "ExpressionStatement", - "start": 57980, - "end": 58068, + "start": 59995, + "end": 60083, "loc": { "start": { - "line": 1677, + "line": 1723, "column": 12 }, "end": { - "line": 1679, + "line": 1725, "column": 15 } }, "expression": { "type": "CallExpression", - "start": 57980, - "end": 58067, + "start": 59995, + "end": 60082, "loc": { "start": { - "line": 1677, + "line": 1723, "column": 12 }, "end": { - "line": 1679, + "line": 1725, "column": 14 } }, "callee": { "type": "MemberExpression", - "start": 57980, - "end": 57995, + "start": 59995, + "end": 60010, "loc": { "start": { - "line": 1677, + "line": 1723, "column": 12 }, "end": { - "line": 1677, + "line": 1723, "column": 27 } }, "object": { "type": "Identifier", - "start": 57980, - "end": 57987, + "start": 59995, + "end": 60002, "loc": { "start": { - "line": 1677, + "line": 1723, "column": 12 }, "end": { - "line": 1677, + "line": 1723, "column": 19 }, "identifierName": "devices" @@ -101083,15 +103786,15 @@ }, "property": { "type": "Identifier", - "start": 57988, - "end": 57995, + "start": 60003, + "end": 60010, "loc": { "start": { - "line": 1677, + "line": 1723, "column": 20 }, "end": { - "line": 1677, + "line": 1723, "column": 27 }, "identifierName": "forEach" @@ -101103,15 +103806,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 57996, - "end": 58066, + "start": 60011, + "end": 60081, "loc": { "start": { - "line": 1677, + "line": 1723, "column": 28 }, "end": { - "line": 1679, + "line": 1725, "column": 13 } }, @@ -101122,15 +103825,15 @@ "params": [ { "type": "Identifier", - "start": 57997, - "end": 58003, + "start": 60012, + "end": 60018, "loc": { "start": { - "line": 1677, + "line": 1723, "column": 29 }, "end": { - "line": 1677, + "line": 1723, "column": 35 }, "identifierName": "device" @@ -101140,101 +103843,101 @@ ], "body": { "type": "BlockStatement", - "start": 58008, - "end": 58066, + "start": 60023, + "end": 60081, "loc": { "start": { - "line": 1677, + "line": 1723, "column": 40 }, "end": { - "line": 1679, + "line": 1725, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 58026, - "end": 58052, + "start": 60041, + "end": 60067, "loc": { "start": { - "line": 1678, + "line": 1724, "column": 16 }, "end": { - "line": 1678, + "line": 1724, "column": 42 } }, "expression": { "type": "CallExpression", - "start": 58026, - "end": 58051, + "start": 60041, + "end": 60066, "loc": { "start": { - "line": 1678, + "line": 1724, "column": 16 }, "end": { - "line": 1678, + "line": 1724, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 58026, - "end": 58043, + "start": 60041, + "end": 60058, "loc": { "start": { - "line": 1678, + "line": 1724, "column": 16 }, "end": { - "line": 1678, + "line": 1724, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 58026, - "end": 58038, + "start": 60041, + "end": 60053, "loc": { "start": { - "line": 1678, + "line": 1724, "column": 16 }, "end": { - "line": 1678, + "line": 1724, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 58026, - "end": 58030, + "start": 60041, + "end": 60045, "loc": { "start": { - "line": 1678, + "line": 1724, "column": 16 }, "end": { - "line": 1678, + "line": 1724, "column": 20 } } }, "property": { "type": "Identifier", - "start": 58031, - "end": 58038, + "start": 60046, + "end": 60053, "loc": { "start": { - "line": 1678, + "line": 1724, "column": 21 }, "end": { - "line": 1678, + "line": 1724, "column": 28 }, "identifierName": "devices" @@ -101245,15 +103948,15 @@ }, "property": { "type": "Identifier", - "start": 58039, - "end": 58043, + "start": 60054, + "end": 60058, "loc": { "start": { - "line": 1678, + "line": 1724, "column": 29 }, "end": { - "line": 1678, + "line": 1724, "column": 33 }, "identifierName": "push" @@ -101265,15 +103968,15 @@ "arguments": [ { "type": "Identifier", - "start": 58044, - "end": 58050, + "start": 60059, + "end": 60065, "loc": { "start": { - "line": 1678, + "line": 1724, "column": 34 }, "end": { - "line": 1678, + "line": 1724, "column": 40 }, "identifierName": "device" @@ -101293,15 +103996,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 58082, - "end": 58101, + "start": 60097, + "end": 60116, "loc": { "start": { - "line": 1681, + "line": 1727, "column": 12 }, "end": { - "line": 1681, + "line": 1727, "column": 31 } } @@ -101310,71 +104013,71 @@ }, { "type": "ExpressionStatement", - "start": 58114, - "end": 58157, + "start": 60129, + "end": 60172, "loc": { "start": { - "line": 1682, + "line": 1728, "column": 12 }, "end": { - "line": 1682, + "line": 1728, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 58114, - "end": 58156, + "start": 60129, + "end": 60171, "loc": { "start": { - "line": 1682, + "line": 1728, "column": 12 }, "end": { - "line": 1682, + "line": 1728, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 58114, - "end": 58133, + "start": 60129, + "end": 60148, "loc": { "start": { - "line": 1682, + "line": 1728, "column": 12 }, "end": { - "line": 1682, + "line": 1728, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 58114, - "end": 58125, + "start": 60129, + "end": 60140, "loc": { "start": { - "line": 1682, + "line": 1728, "column": 12 }, "end": { - "line": 1682, + "line": 1728, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 58114, - "end": 58118, + "start": 60129, + "end": 60133, "loc": { "start": { - "line": 1682, + "line": 1728, "column": 12 }, "end": { - "line": 1682, + "line": 1728, "column": 16 } }, @@ -101382,15 +104085,15 @@ }, "property": { "type": "Identifier", - "start": 58119, - "end": 58125, + "start": 60134, + "end": 60140, "loc": { "start": { - "line": 1682, + "line": 1728, "column": 17 }, "end": { - "line": 1682, + "line": 1728, "column": 23 }, "identifierName": "player" @@ -101402,15 +104105,15 @@ }, "property": { "type": "Identifier", - "start": 58126, - "end": 58133, + "start": 60141, + "end": 60148, "loc": { "start": { - "line": 1682, + "line": 1728, "column": 24 }, "end": { - "line": 1682, + "line": 1728, "column": 31 }, "identifierName": "trigger" @@ -101423,29 +104126,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 58134, - "end": 58155, + "start": 60149, + "end": 60170, "loc": { "start": { - "line": 1682, + "line": 1728, "column": 32 }, "end": { - "line": 1682, + "line": 1728, "column": 53 } }, "object": { "type": "Identifier", - "start": 58134, - "end": 58139, + "start": 60149, + "end": 60154, "loc": { "start": { - "line": 1682, + "line": 1728, "column": 32 }, "end": { - "line": 1682, + "line": 1728, "column": 37 }, "identifierName": "Event" @@ -101454,15 +104157,15 @@ }, "property": { "type": "Identifier", - "start": 58140, - "end": 58155, + "start": 60155, + "end": 60170, "loc": { "start": { - "line": 1682, + "line": 1728, "column": 38 }, "end": { - "line": 1682, + "line": 1728, "column": 53 }, "identifierName": "ENUMERATE_READY" @@ -101478,15 +104181,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 58082, - "end": 58101, + "start": 60097, + "end": 60116, "loc": { "start": { - "line": 1681, + "line": 1727, "column": 12 }, "end": { - "line": 1681, + "line": 1727, "column": 31 } } @@ -101502,15 +104205,15 @@ }, "property": { "type": "Identifier", - "start": 58169, - "end": 58174, + "start": 60184, + "end": 60189, "loc": { "start": { - "line": 1683, + "line": 1729, "column": 11 }, "end": { - "line": 1683, + "line": 1729, "column": 16 }, "identifierName": "catch" @@ -101523,15 +104226,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 58175, - "end": 58301, + "start": 60190, + "end": 60316, "loc": { "start": { - "line": 1683, + "line": 1729, "column": 17 }, "end": { - "line": 1686, + "line": 1732, "column": 9 } }, @@ -101542,15 +104245,15 @@ "params": [ { "type": "Identifier", - "start": 58176, - "end": 58179, + "start": 60191, + "end": 60194, "loc": { "start": { - "line": 1683, + "line": 1729, "column": 18 }, "end": { - "line": 1683, + "line": 1729, "column": 21 }, "identifierName": "err" @@ -101560,102 +104263,102 @@ ], "body": { "type": "BlockStatement", - "start": 58184, - "end": 58301, + "start": 60199, + "end": 60316, "loc": { "start": { - "line": 1683, + "line": 1729, "column": 26 }, "end": { - "line": 1686, + "line": 1732, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 58198, - "end": 58235, + "start": 60213, + "end": 60250, "loc": { "start": { - "line": 1684, + "line": 1730, "column": 12 }, "end": { - "line": 1684, + "line": 1730, "column": 49 } }, "expression": { "type": "AssignmentExpression", - "start": 58198, - "end": 58234, + "start": 60213, + "end": 60249, "loc": { "start": { - "line": 1684, + "line": 1730, "column": 12 }, "end": { - "line": 1684, + "line": 1730, "column": 48 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 58198, - "end": 58228, + "start": 60213, + "end": 60243, "loc": { "start": { - "line": 1684, + "line": 1730, "column": 12 }, "end": { - "line": 1684, + "line": 1730, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 58198, - "end": 58209, + "start": 60213, + "end": 60224, "loc": { "start": { - "line": 1684, + "line": 1730, "column": 12 }, "end": { - "line": 1684, + "line": 1730, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 58198, - "end": 58202, + "start": 60213, + "end": 60217, "loc": { "start": { - "line": 1684, + "line": 1730, "column": 12 }, "end": { - "line": 1684, + "line": 1730, "column": 16 } } }, "property": { "type": "Identifier", - "start": 58203, - "end": 58209, + "start": 60218, + "end": 60224, "loc": { "start": { - "line": 1684, + "line": 1730, "column": 17 }, "end": { - "line": 1684, + "line": 1730, "column": 23 }, "identifierName": "player" @@ -101666,15 +104369,15 @@ }, "property": { "type": "Identifier", - "start": 58210, - "end": 58228, + "start": 60225, + "end": 60243, "loc": { "start": { - "line": 1684, + "line": 1730, "column": 24 }, "end": { - "line": 1684, + "line": 1730, "column": 42 }, "identifierName": "enumerateErrorCode" @@ -101685,15 +104388,15 @@ }, "right": { "type": "Identifier", - "start": 58231, - "end": 58234, + "start": 60246, + "end": 60249, "loc": { "start": { - "line": 1684, + "line": 1730, "column": 45 }, "end": { - "line": 1684, + "line": 1730, "column": 48 }, "identifierName": "err" @@ -101704,86 +104407,86 @@ }, { "type": "ExpressionStatement", - "start": 58248, - "end": 58291, + "start": 60263, + "end": 60306, "loc": { "start": { - "line": 1685, + "line": 1731, "column": 12 }, "end": { - "line": 1685, + "line": 1731, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 58248, - "end": 58290, + "start": 60263, + "end": 60305, "loc": { "start": { - "line": 1685, + "line": 1731, "column": 12 }, "end": { - "line": 1685, + "line": 1731, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 58248, - "end": 58267, + "start": 60263, + "end": 60282, "loc": { "start": { - "line": 1685, + "line": 1731, "column": 12 }, "end": { - "line": 1685, + "line": 1731, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 58248, - "end": 58259, + "start": 60263, + "end": 60274, "loc": { "start": { - "line": 1685, + "line": 1731, "column": 12 }, "end": { - "line": 1685, + "line": 1731, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 58248, - "end": 58252, + "start": 60263, + "end": 60267, "loc": { "start": { - "line": 1685, + "line": 1731, "column": 12 }, "end": { - "line": 1685, + "line": 1731, "column": 16 } } }, "property": { "type": "Identifier", - "start": 58253, - "end": 58259, + "start": 60268, + "end": 60274, "loc": { "start": { - "line": 1685, + "line": 1731, "column": 17 }, "end": { - "line": 1685, + "line": 1731, "column": 23 }, "identifierName": "player" @@ -101794,15 +104497,15 @@ }, "property": { "type": "Identifier", - "start": 58260, - "end": 58267, + "start": 60275, + "end": 60282, "loc": { "start": { - "line": 1685, + "line": 1731, "column": 24 }, "end": { - "line": 1685, + "line": 1731, "column": 31 }, "identifierName": "trigger" @@ -101814,29 +104517,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 58268, - "end": 58289, + "start": 60283, + "end": 60304, "loc": { "start": { - "line": 1685, + "line": 1731, "column": 32 }, "end": { - "line": 1685, + "line": 1731, "column": 53 } }, "object": { "type": "Identifier", - "start": 58268, - "end": 58273, + "start": 60283, + "end": 60288, "loc": { "start": { - "line": 1685, + "line": 1731, "column": 32 }, "end": { - "line": 1685, + "line": 1731, "column": 37 }, "identifierName": "Event" @@ -101845,15 +104548,15 @@ }, "property": { "type": "Identifier", - "start": 58274, - "end": 58289, + "start": 60289, + "end": 60304, "loc": { "start": { - "line": 1685, + "line": 1731, "column": 38 }, "end": { - "line": 1685, + "line": 1731, "column": 53 }, "identifierName": "ENUMERATE_ERROR" @@ -101876,15 +104579,15 @@ { "type": "CommentLine", "value": " list video and audio devices", - "start": 57831, - "end": 57862, + "start": 59846, + "end": 59877, "loc": { "start": { - "line": 1674, + "line": 1720, "column": 8 }, "end": { - "line": 1674, + "line": 1720, "column": 39 } } @@ -101899,15 +104602,15 @@ { "type": "CommentBlock", "value": "*\n * Collects information about the media input and output devices\n * available on the system.\n ", - "start": 57433, - "end": 57545, + "start": 59448, + "end": 59560, "loc": { "start": { - "line": 1663, + "line": 1709, "column": 4 }, "end": { - "line": 1666, + "line": 1712, "column": 7 } } @@ -101917,15 +104620,15 @@ { "type": "CommentBlock", "value": "*\n * Change the video input device.\n *\n * @param {string} deviceId - Id of the video input device.\n ", - "start": 58315, - "end": 58435, + "start": 60330, + "end": 60450, "loc": { "start": { - "line": 1689, + "line": 1735, "column": 4 }, "end": { - "line": 1693, + "line": 1739, "column": 7 } } @@ -101934,15 +104637,15 @@ }, { "type": "ClassMethod", - "start": 58440, - "end": 59010, + "start": 60455, + "end": 61025, "loc": { "start": { - "line": 1694, + "line": 1740, "column": 4 }, "end": { - "line": 1711, + "line": 1757, "column": 5 } }, @@ -101950,15 +104653,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 58440, - "end": 58453, + "start": 60455, + "end": 60468, "loc": { "start": { - "line": 1694, + "line": 1740, "column": 4 }, "end": { - "line": 1694, + "line": 1740, "column": 17 }, "identifierName": "setVideoInput" @@ -101974,15 +104677,15 @@ "params": [ { "type": "Identifier", - "start": 58454, - "end": 58462, + "start": 60469, + "end": 60477, "loc": { "start": { - "line": 1694, + "line": 1740, "column": 18 }, "end": { - "line": 1694, + "line": 1740, "column": 26 }, "identifierName": "deviceId" @@ -101992,87 +104695,87 @@ ], "body": { "type": "BlockStatement", - "start": 58464, - "end": 59010, + "start": 60479, + "end": 61025, "loc": { "start": { - "line": 1694, + "line": 1740, "column": 28 }, "end": { - "line": 1711, + "line": 1757, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 58474, - "end": 58847, + "start": 60489, + "end": 60862, "loc": { "start": { - "line": 1695, + "line": 1741, "column": 8 }, "end": { - "line": 1704, + "line": 1750, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 58478, - "end": 58523, + "start": 60493, + "end": 60538, "loc": { "start": { - "line": 1695, + "line": 1741, "column": 12 }, "end": { - "line": 1695, + "line": 1741, "column": 57 } }, "left": { "type": "MemberExpression", - "start": 58478, - "end": 58494, + "start": 60493, + "end": 60509, "loc": { "start": { - "line": 1695, + "line": 1741, "column": 12 }, "end": { - "line": 1695, + "line": 1741, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 58478, - "end": 58482, + "start": 60493, + "end": 60497, "loc": { "start": { - "line": 1695, + "line": 1741, "column": 12 }, "end": { - "line": 1695, + "line": 1741, "column": 16 } } }, "property": { "type": "Identifier", - "start": 58483, - "end": 58494, + "start": 60498, + "end": 60509, "loc": { "start": { - "line": 1695, + "line": 1741, "column": 17 }, "end": { - "line": 1695, + "line": 1741, "column": 28 }, "identifierName": "recordVideo" @@ -102084,29 +104787,29 @@ "operator": "===", "right": { "type": "CallExpression", - "start": 58499, - "end": 58523, + "start": 60514, + "end": 60538, "loc": { "start": { - "line": 1695, + "line": 1741, "column": 33 }, "end": { - "line": 1695, + "line": 1741, "column": 57 } }, "callee": { "type": "Identifier", - "start": 58499, - "end": 58505, + "start": 60514, + "end": 60520, "loc": { "start": { - "line": 1695, + "line": 1741, "column": 33 }, "end": { - "line": 1695, + "line": 1741, "column": 39 }, "identifierName": "Object" @@ -102116,44 +104819,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 58506, - "end": 58522, + "start": 60521, + "end": 60537, "loc": { "start": { - "line": 1695, + "line": 1741, "column": 40 }, "end": { - "line": 1695, + "line": 1741, "column": 56 } }, "object": { "type": "ThisExpression", - "start": 58506, - "end": 58510, + "start": 60521, + "end": 60525, "loc": { "start": { - "line": 1695, + "line": 1741, "column": 40 }, "end": { - "line": 1695, + "line": 1741, "column": 44 } } }, "property": { "type": "Identifier", - "start": 58511, - "end": 58522, + "start": 60526, + "end": 60537, "loc": { "start": { - "line": 1695, + "line": 1741, "column": 45 }, "end": { - "line": 1695, + "line": 1741, "column": 56 }, "identifierName": "recordVideo" @@ -102167,87 +104870,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 58525, - "end": 58643, + "start": 60540, + "end": 60658, "loc": { "start": { - "line": 1695, + "line": 1741, "column": 59 }, "end": { - "line": 1699, + "line": 1745, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 58586, - "end": 58632, + "start": 60601, + "end": 60647, "loc": { "start": { - "line": 1697, + "line": 1743, "column": 12 }, "end": { - "line": 1697, + "line": 1743, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 58586, - "end": 58631, + "start": 60601, + "end": 60646, "loc": { "start": { - "line": 1697, + "line": 1743, "column": 12 }, "end": { - "line": 1697, + "line": 1743, "column": 57 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 58586, - "end": 58611, + "start": 60601, + "end": 60626, "loc": { "start": { - "line": 1697, + "line": 1743, "column": 12 }, "end": { - "line": 1697, + "line": 1743, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 58586, - "end": 58602, + "start": 60601, + "end": 60617, "loc": { "start": { - "line": 1697, + "line": 1743, "column": 12 }, "end": { - "line": 1697, + "line": 1743, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 58586, - "end": 58590, + "start": 60601, + "end": 60605, "loc": { "start": { - "line": 1697, + "line": 1743, "column": 12 }, "end": { - "line": 1697, + "line": 1743, "column": 16 } }, @@ -102255,15 +104958,15 @@ }, "property": { "type": "Identifier", - "start": 58591, - "end": 58602, + "start": 60606, + "end": 60617, "loc": { "start": { - "line": 1697, + "line": 1743, "column": 17 }, "end": { - "line": 1697, + "line": 1743, "column": 28 }, "identifierName": "recordVideo" @@ -102275,15 +104978,15 @@ }, "property": { "type": "Identifier", - "start": 58603, - "end": 58611, + "start": 60618, + "end": 60626, "loc": { "start": { - "line": 1697, + "line": 1743, "column": 29 }, "end": { - "line": 1697, + "line": 1743, "column": 37 }, "identifierName": "deviceId" @@ -102295,30 +104998,30 @@ }, "right": { "type": "ObjectExpression", - "start": 58614, - "end": 58631, + "start": 60629, + "end": 60646, "loc": { "start": { - "line": 1697, + "line": 1743, "column": 40 }, "end": { - "line": 1697, + "line": 1743, "column": 57 } }, "properties": [ { "type": "ObjectProperty", - "start": 58615, - "end": 58630, + "start": 60630, + "end": 60645, "loc": { "start": { - "line": 1697, + "line": 1743, "column": 41 }, "end": { - "line": 1697, + "line": 1743, "column": 56 } }, @@ -102327,15 +105030,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 58615, - "end": 58620, + "start": 60630, + "end": 60635, "loc": { "start": { - "line": 1697, + "line": 1743, "column": 41 }, "end": { - "line": 1697, + "line": 1743, "column": 46 }, "identifierName": "exact" @@ -102344,15 +105047,15 @@ }, "value": { "type": "Identifier", - "start": 58622, - "end": 58630, + "start": 60637, + "end": 60645, "loc": { "start": { - "line": 1697, + "line": 1743, "column": 48 }, "end": { - "line": 1697, + "line": 1743, "column": 56 }, "identifierName": "deviceId" @@ -102368,15 +105071,15 @@ { "type": "CommentLine", "value": " already using video constraints", - "start": 58539, - "end": 58573, + "start": 60554, + "end": 60588, "loc": { "start": { - "line": 1696, + "line": 1742, "column": 12 }, "end": { - "line": 1696, + "line": 1742, "column": 46 } } @@ -102388,72 +105091,72 @@ }, "alternate": { "type": "IfStatement", - "start": 58649, - "end": 58847, + "start": 60664, + "end": 60862, "loc": { "start": { - "line": 1699, + "line": 1745, "column": 15 }, "end": { - "line": 1704, + "line": 1750, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 58653, - "end": 58678, + "start": 60668, + "end": 60693, "loc": { "start": { - "line": 1699, + "line": 1745, "column": 19 }, "end": { - "line": 1699, + "line": 1745, "column": 44 } }, "left": { "type": "MemberExpression", - "start": 58653, - "end": 58669, + "start": 60668, + "end": 60684, "loc": { "start": { - "line": 1699, + "line": 1745, "column": 19 }, "end": { - "line": 1699, + "line": 1745, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 58653, - "end": 58657, + "start": 60668, + "end": 60672, "loc": { "start": { - "line": 1699, + "line": 1745, "column": 19 }, "end": { - "line": 1699, + "line": 1745, "column": 23 } } }, "property": { "type": "Identifier", - "start": 58658, - "end": 58669, + "start": 60673, + "end": 60684, "loc": { "start": { - "line": 1699, + "line": 1745, "column": 24 }, "end": { - "line": 1699, + "line": 1745, "column": 35 }, "identifierName": "recordVideo" @@ -102465,15 +105168,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 58674, - "end": 58678, + "start": 60689, + "end": 60693, "loc": { "start": { - "line": 1699, + "line": 1745, "column": 40 }, "end": { - "line": 1699, + "line": 1745, "column": 44 } }, @@ -102482,73 +105185,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 58680, - "end": 58847, + "start": 60695, + "end": 60862, "loc": { "start": { - "line": 1699, + "line": 1745, "column": 46 }, "end": { - "line": 1704, + "line": 1750, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 58758, - "end": 58837, + "start": 60773, + "end": 60852, "loc": { "start": { - "line": 1701, + "line": 1747, "column": 12 }, "end": { - "line": 1703, + "line": 1749, "column": 14 } }, "expression": { "type": "AssignmentExpression", - "start": 58758, - "end": 58836, + "start": 60773, + "end": 60851, "loc": { "start": { - "line": 1701, + "line": 1747, "column": 12 }, "end": { - "line": 1703, + "line": 1749, "column": 13 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 58758, - "end": 58774, + "start": 60773, + "end": 60789, "loc": { "start": { - "line": 1701, + "line": 1747, "column": 12 }, "end": { - "line": 1701, + "line": 1747, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 58758, - "end": 58762, + "start": 60773, + "end": 60777, "loc": { "start": { - "line": 1701, + "line": 1747, "column": 12 }, "end": { - "line": 1701, + "line": 1747, "column": 16 } }, @@ -102556,15 +105259,15 @@ }, "property": { "type": "Identifier", - "start": 58763, - "end": 58774, + "start": 60778, + "end": 60789, "loc": { "start": { - "line": 1701, + "line": 1747, "column": 17 }, "end": { - "line": 1701, + "line": 1747, "column": 28 }, "identifierName": "recordVideo" @@ -102576,30 +105279,30 @@ }, "right": { "type": "ObjectExpression", - "start": 58777, - "end": 58836, + "start": 60792, + "end": 60851, "loc": { "start": { - "line": 1701, + "line": 1747, "column": 31 }, "end": { - "line": 1703, + "line": 1749, "column": 13 } }, "properties": [ { "type": "ObjectProperty", - "start": 58795, - "end": 58822, + "start": 60810, + "end": 60837, "loc": { "start": { - "line": 1702, + "line": 1748, "column": 16 }, "end": { - "line": 1702, + "line": 1748, "column": 43 } }, @@ -102608,15 +105311,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 58795, - "end": 58803, + "start": 60810, + "end": 60818, "loc": { "start": { - "line": 1702, + "line": 1748, "column": 16 }, "end": { - "line": 1702, + "line": 1748, "column": 24 }, "identifierName": "deviceId" @@ -102625,30 +105328,30 @@ }, "value": { "type": "ObjectExpression", - "start": 58805, - "end": 58822, + "start": 60820, + "end": 60837, "loc": { "start": { - "line": 1702, + "line": 1748, "column": 26 }, "end": { - "line": 1702, + "line": 1748, "column": 43 } }, "properties": [ { "type": "ObjectProperty", - "start": 58806, - "end": 58821, + "start": 60821, + "end": 60836, "loc": { "start": { - "line": 1702, + "line": 1748, "column": 27 }, "end": { - "line": 1702, + "line": 1748, "column": 42 } }, @@ -102657,15 +105360,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 58806, - "end": 58811, + "start": 60821, + "end": 60826, "loc": { "start": { - "line": 1702, + "line": 1748, "column": 27 }, "end": { - "line": 1702, + "line": 1748, "column": 32 }, "identifierName": "exact" @@ -102674,15 +105377,15 @@ }, "value": { "type": "Identifier", - "start": 58813, - "end": 58821, + "start": 60828, + "end": 60836, "loc": { "start": { - "line": 1702, + "line": 1748, "column": 34 }, "end": { - "line": 1702, + "line": 1748, "column": 42 }, "identifierName": "deviceId" @@ -102701,15 +105404,15 @@ { "type": "CommentLine", "value": " not using video constraints already, so force it", - "start": 58694, - "end": 58745, + "start": 60709, + "end": 60760, "loc": { "start": { - "line": 1700, + "line": 1746, "column": 12 }, "end": { - "line": 1700, + "line": 1746, "column": 63 } } @@ -102727,15 +105430,15 @@ { "type": "CommentLine", "value": " release existing device", - "start": 58857, - "end": 58883, + "start": 60872, + "end": 60898, "loc": { "start": { - "line": 1706, + "line": 1752, "column": 8 }, "end": { - "line": 1706, + "line": 1752, "column": 34 } } @@ -102744,57 +105447,57 @@ }, { "type": "ExpressionStatement", - "start": 58892, - "end": 58910, + "start": 60907, + "end": 60925, "loc": { "start": { - "line": 1707, + "line": 1753, "column": 8 }, "end": { - "line": 1707, + "line": 1753, "column": 26 } }, "expression": { "type": "CallExpression", - "start": 58892, - "end": 58909, + "start": 60907, + "end": 60924, "loc": { "start": { - "line": 1707, + "line": 1753, "column": 8 }, "end": { - "line": 1707, + "line": 1753, "column": 25 } }, "callee": { "type": "MemberExpression", - "start": 58892, - "end": 58907, + "start": 60907, + "end": 60922, "loc": { "start": { - "line": 1707, + "line": 1753, "column": 8 }, "end": { - "line": 1707, + "line": 1753, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 58892, - "end": 58896, + "start": 60907, + "end": 60911, "loc": { "start": { - "line": 1707, + "line": 1753, "column": 8 }, "end": { - "line": 1707, + "line": 1753, "column": 12 } }, @@ -102802,15 +105505,15 @@ }, "property": { "type": "Identifier", - "start": 58897, - "end": 58907, + "start": 60912, + "end": 60922, "loc": { "start": { - "line": 1707, + "line": 1753, "column": 13 }, "end": { - "line": 1707, + "line": 1753, "column": 23 }, "identifierName": "stopDevice" @@ -102827,15 +105530,15 @@ { "type": "CommentLine", "value": " release existing device", - "start": 58857, - "end": 58883, + "start": 60872, + "end": 60898, "loc": { "start": { - "line": 1706, + "line": 1752, "column": 8 }, "end": { - "line": 1706, + "line": 1752, "column": 34 } } @@ -102845,15 +105548,15 @@ { "type": "CommentLine", "value": " ask for video input device permissions and start device", - "start": 58920, - "end": 58978, + "start": 60935, + "end": 60993, "loc": { "start": { - "line": 1709, + "line": 1755, "column": 8 }, "end": { - "line": 1709, + "line": 1755, "column": 66 } } @@ -102862,57 +105565,57 @@ }, { "type": "ExpressionStatement", - "start": 58987, - "end": 59004, + "start": 61002, + "end": 61019, "loc": { "start": { - "line": 1710, + "line": 1756, "column": 8 }, "end": { - "line": 1710, + "line": 1756, "column": 25 } }, "expression": { "type": "CallExpression", - "start": 58987, - "end": 59003, + "start": 61002, + "end": 61018, "loc": { "start": { - "line": 1710, + "line": 1756, "column": 8 }, "end": { - "line": 1710, + "line": 1756, "column": 24 } }, "callee": { "type": "MemberExpression", - "start": 58987, - "end": 59001, + "start": 61002, + "end": 61016, "loc": { "start": { - "line": 1710, + "line": 1756, "column": 8 }, "end": { - "line": 1710, + "line": 1756, "column": 22 } }, "object": { "type": "ThisExpression", - "start": 58987, - "end": 58991, + "start": 61002, + "end": 61006, "loc": { "start": { - "line": 1710, + "line": 1756, "column": 8 }, "end": { - "line": 1710, + "line": 1756, "column": 12 } }, @@ -102920,15 +105623,15 @@ }, "property": { "type": "Identifier", - "start": 58992, - "end": 59001, + "start": 61007, + "end": 61016, "loc": { "start": { - "line": 1710, + "line": 1756, "column": 13 }, "end": { - "line": 1710, + "line": 1756, "column": 22 }, "identifierName": "getDevice" @@ -102945,15 +105648,15 @@ { "type": "CommentLine", "value": " ask for video input device permissions and start device", - "start": 58920, - "end": 58978, + "start": 60935, + "end": 60993, "loc": { "start": { - "line": 1709, + "line": 1755, "column": 8 }, "end": { - "line": 1709, + "line": 1755, "column": 66 } } @@ -102968,15 +105671,15 @@ { "type": "CommentBlock", "value": "*\n * Change the video input device.\n *\n * @param {string} deviceId - Id of the video input device.\n ", - "start": 58315, - "end": 58435, + "start": 60330, + "end": 60450, "loc": { "start": { - "line": 1689, + "line": 1735, "column": 4 }, "end": { - "line": 1693, + "line": 1739, "column": 7 } } @@ -102986,15 +105689,15 @@ { "type": "CommentBlock", "value": "*\n * Change the audio input device.\n *\n * @param {string} deviceId - Id of the audio input device.\n ", - "start": 59016, - "end": 59136, + "start": 61031, + "end": 61151, "loc": { "start": { - "line": 1713, + "line": 1759, "column": 4 }, "end": { - "line": 1717, + "line": 1763, "column": 7 } } @@ -103003,15 +105706,15 @@ }, { "type": "ClassMethod", - "start": 59141, - "end": 60032, + "start": 61156, + "end": 62047, "loc": { "start": { - "line": 1718, + "line": 1764, "column": 4 }, "end": { - "line": 1745, + "line": 1791, "column": 5 } }, @@ -103019,15 +105722,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 59141, - "end": 59154, + "start": 61156, + "end": 61169, "loc": { "start": { - "line": 1718, + "line": 1764, "column": 4 }, "end": { - "line": 1718, + "line": 1764, "column": 17 }, "identifierName": "setAudioInput" @@ -103043,15 +105746,15 @@ "params": [ { "type": "Identifier", - "start": 59155, - "end": 59163, + "start": 61170, + "end": 61178, "loc": { "start": { - "line": 1718, + "line": 1764, "column": 18 }, "end": { - "line": 1718, + "line": 1764, "column": 26 }, "identifierName": "deviceId" @@ -103061,87 +105764,87 @@ ], "body": { "type": "BlockStatement", - "start": 59165, - "end": 60032, + "start": 61180, + "end": 62047, "loc": { "start": { - "line": 1718, + "line": 1764, "column": 28 }, "end": { - "line": 1745, + "line": 1791, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 59175, - "end": 59548, + "start": 61190, + "end": 61563, "loc": { "start": { - "line": 1719, + "line": 1765, "column": 8 }, "end": { - "line": 1728, + "line": 1774, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 59179, - "end": 59224, + "start": 61194, + "end": 61239, "loc": { "start": { - "line": 1719, + "line": 1765, "column": 12 }, "end": { - "line": 1719, + "line": 1765, "column": 57 } }, "left": { "type": "MemberExpression", - "start": 59179, - "end": 59195, + "start": 61194, + "end": 61210, "loc": { "start": { - "line": 1719, + "line": 1765, "column": 12 }, "end": { - "line": 1719, + "line": 1765, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 59179, - "end": 59183, + "start": 61194, + "end": 61198, "loc": { "start": { - "line": 1719, + "line": 1765, "column": 12 }, "end": { - "line": 1719, + "line": 1765, "column": 16 } } }, "property": { "type": "Identifier", - "start": 59184, - "end": 59195, + "start": 61199, + "end": 61210, "loc": { "start": { - "line": 1719, + "line": 1765, "column": 17 }, "end": { - "line": 1719, + "line": 1765, "column": 28 }, "identifierName": "recordAudio" @@ -103153,29 +105856,29 @@ "operator": "===", "right": { "type": "CallExpression", - "start": 59200, - "end": 59224, + "start": 61215, + "end": 61239, "loc": { "start": { - "line": 1719, + "line": 1765, "column": 33 }, "end": { - "line": 1719, + "line": 1765, "column": 57 } }, "callee": { "type": "Identifier", - "start": 59200, - "end": 59206, + "start": 61215, + "end": 61221, "loc": { "start": { - "line": 1719, + "line": 1765, "column": 33 }, "end": { - "line": 1719, + "line": 1765, "column": 39 }, "identifierName": "Object" @@ -103185,44 +105888,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 59207, - "end": 59223, + "start": 61222, + "end": 61238, "loc": { "start": { - "line": 1719, + "line": 1765, "column": 40 }, "end": { - "line": 1719, + "line": 1765, "column": 56 } }, "object": { "type": "ThisExpression", - "start": 59207, - "end": 59211, + "start": 61222, + "end": 61226, "loc": { "start": { - "line": 1719, + "line": 1765, "column": 40 }, "end": { - "line": 1719, + "line": 1765, "column": 44 } } }, "property": { "type": "Identifier", - "start": 59212, - "end": 59223, + "start": 61227, + "end": 61238, "loc": { "start": { - "line": 1719, + "line": 1765, "column": 45 }, "end": { - "line": 1719, + "line": 1765, "column": 56 }, "identifierName": "recordAudio" @@ -103236,87 +105939,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 59226, - "end": 59344, + "start": 61241, + "end": 61359, "loc": { "start": { - "line": 1719, + "line": 1765, "column": 59 }, "end": { - "line": 1723, + "line": 1769, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 59287, - "end": 59333, + "start": 61302, + "end": 61348, "loc": { "start": { - "line": 1721, + "line": 1767, "column": 12 }, "end": { - "line": 1721, + "line": 1767, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 59287, - "end": 59332, + "start": 61302, + "end": 61347, "loc": { "start": { - "line": 1721, + "line": 1767, "column": 12 }, "end": { - "line": 1721, + "line": 1767, "column": 57 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 59287, - "end": 59312, + "start": 61302, + "end": 61327, "loc": { "start": { - "line": 1721, + "line": 1767, "column": 12 }, "end": { - "line": 1721, + "line": 1767, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 59287, - "end": 59303, + "start": 61302, + "end": 61318, "loc": { "start": { - "line": 1721, + "line": 1767, "column": 12 }, "end": { - "line": 1721, + "line": 1767, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 59287, - "end": 59291, + "start": 61302, + "end": 61306, "loc": { "start": { - "line": 1721, + "line": 1767, "column": 12 }, "end": { - "line": 1721, + "line": 1767, "column": 16 } }, @@ -103324,15 +106027,15 @@ }, "property": { "type": "Identifier", - "start": 59292, - "end": 59303, + "start": 61307, + "end": 61318, "loc": { "start": { - "line": 1721, + "line": 1767, "column": 17 }, "end": { - "line": 1721, + "line": 1767, "column": 28 }, "identifierName": "recordAudio" @@ -103344,15 +106047,15 @@ }, "property": { "type": "Identifier", - "start": 59304, - "end": 59312, + "start": 61319, + "end": 61327, "loc": { "start": { - "line": 1721, + "line": 1767, "column": 29 }, "end": { - "line": 1721, + "line": 1767, "column": 37 }, "identifierName": "deviceId" @@ -103364,30 +106067,30 @@ }, "right": { "type": "ObjectExpression", - "start": 59315, - "end": 59332, + "start": 61330, + "end": 61347, "loc": { "start": { - "line": 1721, + "line": 1767, "column": 40 }, "end": { - "line": 1721, + "line": 1767, "column": 57 } }, "properties": [ { "type": "ObjectProperty", - "start": 59316, - "end": 59331, + "start": 61331, + "end": 61346, "loc": { "start": { - "line": 1721, + "line": 1767, "column": 41 }, "end": { - "line": 1721, + "line": 1767, "column": 56 } }, @@ -103396,15 +106099,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 59316, - "end": 59321, + "start": 61331, + "end": 61336, "loc": { "start": { - "line": 1721, + "line": 1767, "column": 41 }, "end": { - "line": 1721, + "line": 1767, "column": 46 }, "identifierName": "exact" @@ -103413,15 +106116,15 @@ }, "value": { "type": "Identifier", - "start": 59323, - "end": 59331, + "start": 61338, + "end": 61346, "loc": { "start": { - "line": 1721, + "line": 1767, "column": 48 }, "end": { - "line": 1721, + "line": 1767, "column": 56 }, "identifierName": "deviceId" @@ -103437,15 +106140,15 @@ { "type": "CommentLine", "value": " already using audio constraints", - "start": 59240, - "end": 59274, + "start": 61255, + "end": 61289, "loc": { "start": { - "line": 1720, + "line": 1766, "column": 12 }, "end": { - "line": 1720, + "line": 1766, "column": 46 } } @@ -103457,72 +106160,72 @@ }, "alternate": { "type": "IfStatement", - "start": 59350, - "end": 59548, + "start": 61365, + "end": 61563, "loc": { "start": { - "line": 1723, + "line": 1769, "column": 15 }, "end": { - "line": 1728, + "line": 1774, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 59354, - "end": 59379, + "start": 61369, + "end": 61394, "loc": { "start": { - "line": 1723, + "line": 1769, "column": 19 }, "end": { - "line": 1723, + "line": 1769, "column": 44 } }, "left": { "type": "MemberExpression", - "start": 59354, - "end": 59370, + "start": 61369, + "end": 61385, "loc": { "start": { - "line": 1723, + "line": 1769, "column": 19 }, "end": { - "line": 1723, + "line": 1769, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 59354, - "end": 59358, + "start": 61369, + "end": 61373, "loc": { "start": { - "line": 1723, + "line": 1769, "column": 19 }, "end": { - "line": 1723, + "line": 1769, "column": 23 } } }, "property": { "type": "Identifier", - "start": 59359, - "end": 59370, + "start": 61374, + "end": 61385, "loc": { "start": { - "line": 1723, + "line": 1769, "column": 24 }, "end": { - "line": 1723, + "line": 1769, "column": 35 }, "identifierName": "recordAudio" @@ -103534,15 +106237,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 59375, - "end": 59379, + "start": 61390, + "end": 61394, "loc": { "start": { - "line": 1723, + "line": 1769, "column": 40 }, "end": { - "line": 1723, + "line": 1769, "column": 44 } }, @@ -103551,73 +106254,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 59381, - "end": 59548, + "start": 61396, + "end": 61563, "loc": { "start": { - "line": 1723, + "line": 1769, "column": 46 }, "end": { - "line": 1728, + "line": 1774, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 59459, - "end": 59538, + "start": 61474, + "end": 61553, "loc": { "start": { - "line": 1725, + "line": 1771, "column": 12 }, "end": { - "line": 1727, + "line": 1773, "column": 14 } }, "expression": { "type": "AssignmentExpression", - "start": 59459, - "end": 59537, + "start": 61474, + "end": 61552, "loc": { "start": { - "line": 1725, + "line": 1771, "column": 12 }, "end": { - "line": 1727, + "line": 1773, "column": 13 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 59459, - "end": 59475, + "start": 61474, + "end": 61490, "loc": { "start": { - "line": 1725, + "line": 1771, "column": 12 }, "end": { - "line": 1725, + "line": 1771, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 59459, - "end": 59463, + "start": 61474, + "end": 61478, "loc": { "start": { - "line": 1725, + "line": 1771, "column": 12 }, "end": { - "line": 1725, + "line": 1771, "column": 16 } }, @@ -103625,15 +106328,15 @@ }, "property": { "type": "Identifier", - "start": 59464, - "end": 59475, + "start": 61479, + "end": 61490, "loc": { "start": { - "line": 1725, + "line": 1771, "column": 17 }, "end": { - "line": 1725, + "line": 1771, "column": 28 }, "identifierName": "recordAudio" @@ -103645,30 +106348,30 @@ }, "right": { "type": "ObjectExpression", - "start": 59478, - "end": 59537, + "start": 61493, + "end": 61552, "loc": { "start": { - "line": 1725, + "line": 1771, "column": 31 }, "end": { - "line": 1727, + "line": 1773, "column": 13 } }, "properties": [ { "type": "ObjectProperty", - "start": 59496, - "end": 59523, + "start": 61511, + "end": 61538, "loc": { "start": { - "line": 1726, + "line": 1772, "column": 16 }, "end": { - "line": 1726, + "line": 1772, "column": 43 } }, @@ -103677,15 +106380,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 59496, - "end": 59504, + "start": 61511, + "end": 61519, "loc": { "start": { - "line": 1726, + "line": 1772, "column": 16 }, "end": { - "line": 1726, + "line": 1772, "column": 24 }, "identifierName": "deviceId" @@ -103694,30 +106397,30 @@ }, "value": { "type": "ObjectExpression", - "start": 59506, - "end": 59523, + "start": 61521, + "end": 61538, "loc": { "start": { - "line": 1726, + "line": 1772, "column": 26 }, "end": { - "line": 1726, + "line": 1772, "column": 43 } }, "properties": [ { "type": "ObjectProperty", - "start": 59507, - "end": 59522, + "start": 61522, + "end": 61537, "loc": { "start": { - "line": 1726, + "line": 1772, "column": 27 }, "end": { - "line": 1726, + "line": 1772, "column": 42 } }, @@ -103726,15 +106429,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 59507, - "end": 59512, + "start": 61522, + "end": 61527, "loc": { "start": { - "line": 1726, + "line": 1772, "column": 27 }, "end": { - "line": 1726, + "line": 1772, "column": 32 }, "identifierName": "exact" @@ -103743,15 +106446,15 @@ }, "value": { "type": "Identifier", - "start": 59514, - "end": 59522, + "start": 61529, + "end": 61537, "loc": { "start": { - "line": 1726, + "line": 1772, "column": 34 }, "end": { - "line": 1726, + "line": 1772, "column": 42 }, "identifierName": "deviceId" @@ -103770,15 +106473,15 @@ { "type": "CommentLine", "value": " not using audio constraints already, so force it", - "start": 59395, - "end": 59446, + "start": 61410, + "end": 61461, "loc": { "start": { - "line": 1724, + "line": 1770, "column": 12 }, "end": { - "line": 1724, + "line": 1770, "column": 63 } } @@ -103796,15 +106499,15 @@ { "type": "CommentLine", "value": " update wavesurfer microphone plugin constraints", - "start": 59558, - "end": 59608, + "start": 61573, + "end": 61623, "loc": { "start": { - "line": 1730, + "line": 1776, "column": 8 }, "end": { - "line": 1730, + "line": 1776, "column": 58 } } @@ -103813,57 +106516,57 @@ }, { "type": "SwitchStatement", - "start": 59617, - "end": 59869, + "start": 61632, + "end": 61884, "loc": { "start": { - "line": 1731, + "line": 1777, "column": 8 }, "end": { - "line": 1738, + "line": 1784, "column": 9 } }, "discriminant": { "type": "CallExpression", - "start": 59625, - "end": 59645, + "start": 61640, + "end": 61660, "loc": { "start": { - "line": 1731, + "line": 1777, "column": 16 }, "end": { - "line": 1731, + "line": 1777, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 59625, - "end": 59643, + "start": 61640, + "end": 61658, "loc": { "start": { - "line": 1731, + "line": 1777, "column": 16 }, "end": { - "line": 1731, + "line": 1777, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 59625, - "end": 59629, + "start": 61640, + "end": 61644, "loc": { "start": { - "line": 1731, + "line": 1777, "column": 16 }, "end": { - "line": 1731, + "line": 1777, "column": 20 } }, @@ -103871,15 +106574,15 @@ }, "property": { "type": "Identifier", - "start": 59630, - "end": 59643, + "start": 61645, + "end": 61658, "loc": { "start": { - "line": 1731, + "line": 1777, "column": 21 }, "end": { - "line": 1731, + "line": 1777, "column": 34 }, "identifierName": "getRecordType" @@ -103895,130 +106598,130 @@ "cases": [ { "type": "SwitchCase", - "start": 59661, - "end": 59859, + "start": 61676, + "end": 61874, "loc": { "start": { - "line": 1732, + "line": 1778, "column": 12 }, "end": { - "line": 1737, + "line": 1783, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 59694, - "end": 59836, + "start": 61709, + "end": 61851, "loc": { "start": { - "line": 1733, + "line": 1779, "column": 16 }, "end": { - "line": 1736, + "line": 1782, "column": 18 } }, "expression": { "type": "AssignmentExpression", - "start": 59694, - "end": 59835, + "start": 61709, + "end": 61850, "loc": { "start": { - "line": 1733, + "line": 1779, "column": 16 }, "end": { - "line": 1736, + "line": 1782, "column": 17 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 59694, - "end": 59735, + "start": 61709, + "end": 61750, "loc": { "start": { - "line": 1733, + "line": 1779, "column": 16 }, "end": { - "line": 1733, + "line": 1779, "column": 57 } }, "object": { "type": "MemberExpression", - "start": 59694, - "end": 59723, + "start": 61709, + "end": 61738, "loc": { "start": { - "line": 1733, + "line": 1779, "column": 16 }, "end": { - "line": 1733, + "line": 1779, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 59694, - "end": 59712, + "start": 61709, + "end": 61727, "loc": { "start": { - "line": 1733, + "line": 1779, "column": 16 }, "end": { - "line": 1733, + "line": 1779, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 59694, - "end": 59705, + "start": 61709, + "end": 61720, "loc": { "start": { - "line": 1733, + "line": 1779, "column": 16 }, "end": { - "line": 1733, + "line": 1779, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 59694, - "end": 59698, + "start": 61709, + "end": 61713, "loc": { "start": { - "line": 1733, + "line": 1779, "column": 16 }, "end": { - "line": 1733, + "line": 1779, "column": 20 } } }, "property": { "type": "Identifier", - "start": 59699, - "end": 59705, + "start": 61714, + "end": 61720, "loc": { "start": { - "line": 1733, + "line": 1779, "column": 21 }, "end": { - "line": 1733, + "line": 1779, "column": 27 }, "identifierName": "surfer" @@ -104029,15 +106732,15 @@ }, "property": { "type": "Identifier", - "start": 59706, - "end": 59712, + "start": 61721, + "end": 61727, "loc": { "start": { - "line": 1733, + "line": 1779, "column": 28 }, "end": { - "line": 1733, + "line": 1779, "column": 34 }, "identifierName": "surfer" @@ -104048,15 +106751,15 @@ }, "property": { "type": "Identifier", - "start": 59713, - "end": 59723, + "start": 61728, + "end": 61738, "loc": { "start": { - "line": 1733, + "line": 1779, "column": 35 }, "end": { - "line": 1733, + "line": 1779, "column": 45 }, "identifierName": "microphone" @@ -104067,15 +106770,15 @@ }, "property": { "type": "Identifier", - "start": 59724, - "end": 59735, + "start": 61739, + "end": 61750, "loc": { "start": { - "line": 1733, + "line": 1779, "column": 46 }, "end": { - "line": 1733, + "line": 1779, "column": 57 }, "identifierName": "constraints" @@ -104086,30 +106789,30 @@ }, "right": { "type": "ObjectExpression", - "start": 59738, - "end": 59835, + "start": 61753, + "end": 61850, "loc": { "start": { - "line": 1733, + "line": 1779, "column": 60 }, "end": { - "line": 1736, + "line": 1782, "column": 17 } }, "properties": [ { "type": "ObjectProperty", - "start": 59760, - "end": 59772, + "start": 61775, + "end": 61787, "loc": { "start": { - "line": 1734, + "line": 1780, "column": 20 }, "end": { - "line": 1734, + "line": 1780, "column": 32 } }, @@ -104118,15 +106821,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 59760, - "end": 59765, + "start": 61775, + "end": 61780, "loc": { "start": { - "line": 1734, + "line": 1780, "column": 20 }, "end": { - "line": 1734, + "line": 1780, "column": 25 }, "identifierName": "video" @@ -104135,15 +106838,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 59767, - "end": 59772, + "start": 61782, + "end": 61787, "loc": { "start": { - "line": 1734, + "line": 1780, "column": 27 }, "end": { - "line": 1734, + "line": 1780, "column": 32 } }, @@ -104152,15 +106855,15 @@ }, { "type": "ObjectProperty", - "start": 59794, - "end": 59817, + "start": 61809, + "end": 61832, "loc": { "start": { - "line": 1735, + "line": 1781, "column": 20 }, "end": { - "line": 1735, + "line": 1781, "column": 43 } }, @@ -104169,15 +106872,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 59794, - "end": 59799, + "start": 61809, + "end": 61814, "loc": { "start": { - "line": 1735, + "line": 1781, "column": 20 }, "end": { - "line": 1735, + "line": 1781, "column": 25 }, "identifierName": "audio" @@ -104186,44 +106889,44 @@ }, "value": { "type": "MemberExpression", - "start": 59801, - "end": 59817, + "start": 61816, + "end": 61832, "loc": { "start": { - "line": 1735, + "line": 1781, "column": 27 }, "end": { - "line": 1735, + "line": 1781, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 59801, - "end": 59805, + "start": 61816, + "end": 61820, "loc": { "start": { - "line": 1735, + "line": 1781, "column": 27 }, "end": { - "line": 1735, + "line": 1781, "column": 31 } } }, "property": { "type": "Identifier", - "start": 59806, - "end": 59817, + "start": 61821, + "end": 61832, "loc": { "start": { - "line": 1735, + "line": 1781, "column": 32 }, "end": { - "line": 1735, + "line": 1781, "column": 43 }, "identifierName": "recordAudio" @@ -104239,15 +106942,15 @@ }, { "type": "BreakStatement", - "start": 59853, - "end": 59859, + "start": 61868, + "end": 61874, "loc": { "start": { - "line": 1737, + "line": 1783, "column": 16 }, "end": { - "line": 1737, + "line": 1783, "column": 22 } }, @@ -104256,15 +106959,15 @@ ], "test": { "type": "Identifier", - "start": 59666, - "end": 59676, + "start": 61681, + "end": 61691, "loc": { "start": { - "line": 1732, + "line": 1778, "column": 17 }, "end": { - "line": 1732, + "line": 1778, "column": 27 }, "identifierName": "AUDIO_ONLY" @@ -104277,15 +106980,15 @@ { "type": "CommentLine", "value": " update wavesurfer microphone plugin constraints", - "start": 59558, - "end": 59608, + "start": 61573, + "end": 61623, "loc": { "start": { - "line": 1730, + "line": 1776, "column": 8 }, "end": { - "line": 1730, + "line": 1776, "column": 58 } } @@ -104295,15 +106998,15 @@ { "type": "CommentLine", "value": " release existing device", - "start": 59879, - "end": 59905, + "start": 61894, + "end": 61920, "loc": { "start": { - "line": 1740, + "line": 1786, "column": 8 }, "end": { - "line": 1740, + "line": 1786, "column": 34 } } @@ -104312,57 +107015,57 @@ }, { "type": "ExpressionStatement", - "start": 59914, - "end": 59932, + "start": 61929, + "end": 61947, "loc": { "start": { - "line": 1741, + "line": 1787, "column": 8 }, "end": { - "line": 1741, + "line": 1787, "column": 26 } }, "expression": { "type": "CallExpression", - "start": 59914, - "end": 59931, + "start": 61929, + "end": 61946, "loc": { "start": { - "line": 1741, + "line": 1787, "column": 8 }, "end": { - "line": 1741, + "line": 1787, "column": 25 } }, "callee": { "type": "MemberExpression", - "start": 59914, - "end": 59929, + "start": 61929, + "end": 61944, "loc": { "start": { - "line": 1741, + "line": 1787, "column": 8 }, "end": { - "line": 1741, + "line": 1787, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 59914, - "end": 59918, + "start": 61929, + "end": 61933, "loc": { "start": { - "line": 1741, + "line": 1787, "column": 8 }, "end": { - "line": 1741, + "line": 1787, "column": 12 } }, @@ -104370,15 +107073,15 @@ }, "property": { "type": "Identifier", - "start": 59919, - "end": 59929, + "start": 61934, + "end": 61944, "loc": { "start": { - "line": 1741, + "line": 1787, "column": 13 }, "end": { - "line": 1741, + "line": 1787, "column": 23 }, "identifierName": "stopDevice" @@ -104395,15 +107098,15 @@ { "type": "CommentLine", "value": " release existing device", - "start": 59879, - "end": 59905, + "start": 61894, + "end": 61920, "loc": { "start": { - "line": 1740, + "line": 1786, "column": 8 }, "end": { - "line": 1740, + "line": 1786, "column": 34 } } @@ -104413,15 +107116,15 @@ { "type": "CommentLine", "value": " ask for audio input device permissions and start device", - "start": 59942, - "end": 60000, + "start": 61957, + "end": 62015, "loc": { "start": { - "line": 1743, + "line": 1789, "column": 8 }, "end": { - "line": 1743, + "line": 1789, "column": 66 } } @@ -104430,57 +107133,57 @@ }, { "type": "ExpressionStatement", - "start": 60009, - "end": 60026, + "start": 62024, + "end": 62041, "loc": { "start": { - "line": 1744, + "line": 1790, "column": 8 }, "end": { - "line": 1744, + "line": 1790, "column": 25 } }, "expression": { "type": "CallExpression", - "start": 60009, - "end": 60025, + "start": 62024, + "end": 62040, "loc": { "start": { - "line": 1744, + "line": 1790, "column": 8 }, "end": { - "line": 1744, + "line": 1790, "column": 24 } }, "callee": { "type": "MemberExpression", - "start": 60009, - "end": 60023, + "start": 62024, + "end": 62038, "loc": { "start": { - "line": 1744, + "line": 1790, "column": 8 }, "end": { - "line": 1744, + "line": 1790, "column": 22 } }, "object": { "type": "ThisExpression", - "start": 60009, - "end": 60013, + "start": 62024, + "end": 62028, "loc": { "start": { - "line": 1744, + "line": 1790, "column": 8 }, "end": { - "line": 1744, + "line": 1790, "column": 12 } }, @@ -104488,15 +107191,15 @@ }, "property": { "type": "Identifier", - "start": 60014, - "end": 60023, + "start": 62029, + "end": 62038, "loc": { "start": { - "line": 1744, + "line": 1790, "column": 13 }, "end": { - "line": 1744, + "line": 1790, "column": 22 }, "identifierName": "getDevice" @@ -104513,15 +107216,15 @@ { "type": "CommentLine", "value": " ask for audio input device permissions and start device", - "start": 59942, - "end": 60000, + "start": 61957, + "end": 62015, "loc": { "start": { - "line": 1743, + "line": 1789, "column": 8 }, "end": { - "line": 1743, + "line": 1789, "column": 66 } } @@ -104536,15 +107239,15 @@ { "type": "CommentBlock", "value": "*\n * Change the audio input device.\n *\n * @param {string} deviceId - Id of the audio input device.\n ", - "start": 59016, - "end": 59136, + "start": 61031, + "end": 61151, "loc": { "start": { - "line": 1713, + "line": 1759, "column": 4 }, "end": { - "line": 1717, + "line": 1763, "column": 7 } } @@ -104554,15 +107257,15 @@ { "type": "CommentBlock", "value": "*\n * Change the audio output device.\n *\n * @param {string} deviceId - Id of audio output device.\n ", - "start": 60038, - "end": 60156, + "start": 62053, + "end": 62171, "loc": { "start": { - "line": 1747, + "line": 1793, "column": 4 }, "end": { - "line": 1751, + "line": 1797, "column": 7 } } @@ -104571,15 +107274,15 @@ }, { "type": "ClassMethod", - "start": 60161, - "end": 61567, + "start": 62176, + "end": 63582, "loc": { "start": { - "line": 1752, + "line": 1798, "column": 4 }, "end": { - "line": 1788, + "line": 1834, "column": 5 } }, @@ -104587,15 +107290,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 60161, - "end": 60175, + "start": 62176, + "end": 62190, "loc": { "start": { - "line": 1752, + "line": 1798, "column": 4 }, "end": { - "line": 1752, + "line": 1798, "column": 18 }, "identifierName": "setAudioOutput" @@ -104611,15 +107314,15 @@ "params": [ { "type": "Identifier", - "start": 60176, - "end": 60184, + "start": 62191, + "end": 62199, "loc": { "start": { - "line": 1752, + "line": 1798, "column": 19 }, "end": { - "line": 1752, + "line": 1798, "column": 27 }, "identifierName": "deviceId" @@ -104629,59 +107332,59 @@ ], "body": { "type": "BlockStatement", - "start": 60186, - "end": 61567, + "start": 62201, + "end": 63582, "loc": { "start": { - "line": 1752, + "line": 1798, "column": 29 }, "end": { - "line": 1788, + "line": 1834, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 60196, - "end": 60213, + "start": 62211, + "end": 62228, "loc": { "start": { - "line": 1753, + "line": 1799, "column": 8 }, "end": { - "line": 1753, + "line": 1799, "column": 25 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 60200, - "end": 60212, + "start": 62215, + "end": 62227, "loc": { "start": { - "line": 1753, + "line": 1799, "column": 12 }, "end": { - "line": 1753, + "line": 1799, "column": 24 } }, "id": { "type": "Identifier", - "start": 60200, - "end": 60212, + "start": 62215, + "end": 62227, "loc": { "start": { - "line": 1753, + "line": 1799, "column": 12 }, "end": { - "line": 1753, + "line": 1799, "column": 24 }, "identifierName": "errorMessage" @@ -104695,72 +107398,72 @@ }, { "type": "SwitchStatement", - "start": 60222, - "end": 61454, + "start": 62237, + "end": 63469, "loc": { "start": { - "line": 1754, + "line": 1800, "column": 8 }, "end": { - "line": 1784, + "line": 1830, "column": 9 } }, "discriminant": { "type": "CallExpression", - "start": 60230, - "end": 60250, + "start": 62245, + "end": 62265, "loc": { "start": { - "line": 1754, + "line": 1800, "column": 16 }, "end": { - "line": 1754, + "line": 1800, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 60230, - "end": 60248, + "start": 62245, + "end": 62263, "loc": { "start": { - "line": 1754, + "line": 1800, "column": 16 }, "end": { - "line": 1754, + "line": 1800, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 60230, - "end": 60234, + "start": 62245, + "end": 62249, "loc": { "start": { - "line": 1754, + "line": 1800, "column": 16 }, "end": { - "line": 1754, + "line": 1800, "column": 20 } } }, "property": { "type": "Identifier", - "start": 60235, - "end": 60248, + "start": 62250, + "end": 62263, "loc": { "start": { - "line": 1754, + "line": 1800, "column": 21 }, "end": { - "line": 1754, + "line": 1800, "column": 34 }, "identifierName": "getRecordType" @@ -104774,156 +107477,156 @@ "cases": [ { "type": "SwitchCase", - "start": 60266, - "end": 60644, + "start": 62281, + "end": 62659, "loc": { "start": { - "line": 1755, + "line": 1801, "column": 12 }, "end": { - "line": 1764, + "line": 1810, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 60333, - "end": 60621, + "start": 62348, + "end": 62636, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 16 }, "end": { - "line": 1763, + "line": 1809, "column": 19 } }, "expression": { "type": "CallExpression", - "start": 60333, - "end": 60620, + "start": 62348, + "end": 62635, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 16 }, "end": { - "line": 1763, + "line": 1809, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 60333, - "end": 60550, + "start": 62348, + "end": 62565, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 16 }, "end": { - "line": 1761, + "line": 1807, "column": 24 } }, "object": { "type": "CallExpression", - "start": 60333, - "end": 60544, + "start": 62348, + "end": 62559, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 16 }, "end": { - "line": 1761, + "line": 1807, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 60333, - "end": 60376, + "start": 62348, + "end": 62391, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 16 }, "end": { - "line": 1757, + "line": 1803, "column": 59 } }, "object": { "type": "CallExpression", - "start": 60333, - "end": 60371, + "start": 62348, + "end": 62386, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 16 }, "end": { - "line": 1757, + "line": 1803, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 60333, - "end": 60361, + "start": 62348, + "end": 62376, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 16 }, "end": { - "line": 1757, + "line": 1803, "column": 44 } }, "object": { "type": "MemberExpression", - "start": 60333, - "end": 60351, + "start": 62348, + "end": 62366, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 16 }, "end": { - "line": 1757, + "line": 1803, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 60333, - "end": 60344, + "start": 62348, + "end": 62359, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 16 }, "end": { - "line": 1757, + "line": 1803, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 60333, - "end": 60337, + "start": 62348, + "end": 62352, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 16 }, "end": { - "line": 1757, + "line": 1803, "column": 20 } }, @@ -104931,15 +107634,15 @@ }, "property": { "type": "Identifier", - "start": 60338, - "end": 60344, + "start": 62353, + "end": 62359, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 21 }, "end": { - "line": 1757, + "line": 1803, "column": 27 }, "identifierName": "surfer" @@ -104951,15 +107654,15 @@ }, "property": { "type": "Identifier", - "start": 60345, - "end": 60351, + "start": 62360, + "end": 62366, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 28 }, "end": { - "line": 1757, + "line": 1803, "column": 34 }, "identifierName": "surfer" @@ -104971,15 +107674,15 @@ }, "property": { "type": "Identifier", - "start": 60352, - "end": 60361, + "start": 62367, + "end": 62376, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 35 }, "end": { - "line": 1757, + "line": 1803, "column": 44 }, "identifierName": "setSinkId" @@ -104992,15 +107695,15 @@ "arguments": [ { "type": "Identifier", - "start": 60362, - "end": 60370, + "start": 62377, + "end": 62385, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 45 }, "end": { - "line": 1757, + "line": 1803, "column": 53 }, "identifierName": "deviceId" @@ -105012,15 +107715,15 @@ }, "property": { "type": "Identifier", - "start": 60372, - "end": 60376, + "start": 62387, + "end": 62391, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 55 }, "end": { - "line": 1757, + "line": 1803, "column": 59 }, "identifierName": "then" @@ -105033,15 +107736,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 60377, - "end": 60543, + "start": 62392, + "end": 62558, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 60 }, "end": { - "line": 1761, + "line": 1807, "column": 17 } }, @@ -105052,15 +107755,15 @@ "params": [ { "type": "Identifier", - "start": 60378, - "end": 60384, + "start": 62393, + "end": 62399, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 61 }, "end": { - "line": 1757, + "line": 1803, "column": 67 }, "identifierName": "result" @@ -105070,86 +107773,86 @@ ], "body": { "type": "BlockStatement", - "start": 60389, - "end": 60543, + "start": 62404, + "end": 62558, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 72 }, "end": { - "line": 1761, + "line": 1807, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 60451, - "end": 60497, + "start": 62466, + "end": 62512, "loc": { "start": { - "line": 1759, + "line": 1805, "column": 20 }, "end": { - "line": 1759, + "line": 1805, "column": 66 } }, "expression": { "type": "CallExpression", - "start": 60451, - "end": 60496, + "start": 62466, + "end": 62511, "loc": { "start": { - "line": 1759, + "line": 1805, "column": 20 }, "end": { - "line": 1759, + "line": 1805, "column": 65 } }, "callee": { "type": "MemberExpression", - "start": 60451, - "end": 60470, + "start": 62466, + "end": 62485, "loc": { "start": { - "line": 1759, + "line": 1805, "column": 20 }, "end": { - "line": 1759, + "line": 1805, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 60451, - "end": 60462, + "start": 62466, + "end": 62477, "loc": { "start": { - "line": 1759, + "line": 1805, "column": 20 }, "end": { - "line": 1759, + "line": 1805, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 60451, - "end": 60455, + "start": 62466, + "end": 62470, "loc": { "start": { - "line": 1759, + "line": 1805, "column": 20 }, "end": { - "line": 1759, + "line": 1805, "column": 24 } }, @@ -105157,15 +107860,15 @@ }, "property": { "type": "Identifier", - "start": 60456, - "end": 60462, + "start": 62471, + "end": 62477, "loc": { "start": { - "line": 1759, + "line": 1805, "column": 25 }, "end": { - "line": 1759, + "line": 1805, "column": 31 }, "identifierName": "player" @@ -105177,15 +107880,15 @@ }, "property": { "type": "Identifier", - "start": 60463, - "end": 60470, + "start": 62478, + "end": 62485, "loc": { "start": { - "line": 1759, + "line": 1805, "column": 32 }, "end": { - "line": 1759, + "line": 1805, "column": 39 }, "identifierName": "trigger" @@ -105198,29 +107901,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 60471, - "end": 60495, + "start": 62486, + "end": 62510, "loc": { "start": { - "line": 1759, + "line": 1805, "column": 40 }, "end": { - "line": 1759, + "line": 1805, "column": 64 } }, "object": { "type": "Identifier", - "start": 60471, - "end": 60476, + "start": 62486, + "end": 62491, "loc": { "start": { - "line": 1759, + "line": 1805, "column": 40 }, "end": { - "line": 1759, + "line": 1805, "column": 45 }, "identifierName": "Event" @@ -105229,15 +107932,15 @@ }, "property": { "type": "Identifier", - "start": 60477, - "end": 60495, + "start": 62492, + "end": 62510, "loc": { "start": { - "line": 1759, + "line": 1805, "column": 46 }, "end": { - "line": 1759, + "line": 1805, "column": 64 }, "identifierName": "AUDIO_OUTPUT_READY" @@ -105253,15 +107956,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 60411, - "end": 60430, + "start": 62426, + "end": 62445, "loc": { "start": { - "line": 1758, + "line": 1804, "column": 20 }, "end": { - "line": 1758, + "line": 1804, "column": 39 } } @@ -105270,15 +107973,15 @@ }, { "type": "ReturnStatement", - "start": 60518, - "end": 60525, + "start": 62533, + "end": 62540, "loc": { "start": { - "line": 1760, + "line": 1806, "column": 20 }, "end": { - "line": 1760, + "line": 1806, "column": 27 } }, @@ -105293,15 +107996,15 @@ }, "property": { "type": "Identifier", - "start": 60545, - "end": 60550, + "start": 62560, + "end": 62565, "loc": { "start": { - "line": 1761, + "line": 1807, "column": 19 }, "end": { - "line": 1761, + "line": 1807, "column": 24 }, "identifierName": "catch" @@ -105314,15 +108017,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 60551, - "end": 60619, + "start": 62566, + "end": 62634, "loc": { "start": { - "line": 1761, + "line": 1807, "column": 25 }, "end": { - "line": 1763, + "line": 1809, "column": 17 } }, @@ -105333,15 +108036,15 @@ "params": [ { "type": "Identifier", - "start": 60552, - "end": 60555, + "start": 62567, + "end": 62570, "loc": { "start": { - "line": 1761, + "line": 1807, "column": 26 }, "end": { - "line": 1761, + "line": 1807, "column": 29 }, "identifierName": "err" @@ -105351,59 +108054,59 @@ ], "body": { "type": "BlockStatement", - "start": 60560, - "end": 60619, + "start": 62575, + "end": 62634, "loc": { "start": { - "line": 1761, + "line": 1807, "column": 34 }, "end": { - "line": 1763, + "line": 1809, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 60582, - "end": 60601, + "start": 62597, + "end": 62616, "loc": { "start": { - "line": 1762, + "line": 1808, "column": 20 }, "end": { - "line": 1762, + "line": 1808, "column": 39 } }, "expression": { "type": "AssignmentExpression", - "start": 60582, - "end": 60600, + "start": 62597, + "end": 62615, "loc": { "start": { - "line": 1762, + "line": 1808, "column": 20 }, "end": { - "line": 1762, + "line": 1808, "column": 38 } }, "operator": "=", "left": { "type": "Identifier", - "start": 60582, - "end": 60594, + "start": 62597, + "end": 62609, "loc": { "start": { - "line": 1762, + "line": 1808, "column": 20 }, "end": { - "line": 1762, + "line": 1808, "column": 32 }, "identifierName": "errorMessage" @@ -105412,15 +108115,15 @@ }, "right": { "type": "Identifier", - "start": 60597, - "end": 60600, + "start": 62612, + "end": 62615, "loc": { "start": { - "line": 1762, + "line": 1808, "column": 35 }, "end": { - "line": 1762, + "line": 1808, "column": 38 }, "identifierName": "err" @@ -105440,15 +108143,15 @@ { "type": "CommentLine", "value": " use wavesurfer", - "start": 60299, - "end": 60316, + "start": 62314, + "end": 62331, "loc": { "start": { - "line": 1756, + "line": 1802, "column": 16 }, "end": { - "line": 1756, + "line": 1802, "column": 33 } } @@ -105457,15 +108160,15 @@ }, { "type": "BreakStatement", - "start": 60638, - "end": 60644, + "start": 62653, + "end": 62659, "loc": { "start": { - "line": 1764, + "line": 1810, "column": 16 }, "end": { - "line": 1764, + "line": 1810, "column": 22 } }, @@ -105474,15 +108177,15 @@ ], "test": { "type": "Identifier", - "start": 60271, - "end": 60281, + "start": 62286, + "end": 62296, "loc": { "start": { - "line": 1755, + "line": 1801, "column": 17 }, "end": { - "line": 1755, + "line": 1801, "column": 27 }, "identifierName": "AUDIO_ONLY" @@ -105492,59 +108195,59 @@ }, { "type": "SwitchCase", - "start": 60658, - "end": 61444, + "start": 62673, + "end": 63459, "loc": { "start": { - "line": 1766, + "line": 1812, "column": 12 }, "end": { - "line": 1783, + "line": 1829, "column": 22 } }, "consequent": [ { "type": "VariableDeclaration", - "start": 60683, - "end": 60714, + "start": 62698, + "end": 62729, "loc": { "start": { - "line": 1767, + "line": 1813, "column": 16 }, "end": { - "line": 1767, + "line": 1813, "column": 47 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 60687, - "end": 60713, + "start": 62702, + "end": 62728, "loc": { "start": { - "line": 1767, + "line": 1813, "column": 20 }, "end": { - "line": 1767, + "line": 1813, "column": 46 } }, "id": { "type": "Identifier", - "start": 60687, - "end": 60694, + "start": 62702, + "end": 62709, "loc": { "start": { - "line": 1767, + "line": 1813, "column": 20 }, "end": { - "line": 1767, + "line": 1813, "column": 27 }, "identifierName": "element" @@ -105553,43 +108256,43 @@ }, "init": { "type": "MemberExpression", - "start": 60697, - "end": 60713, + "start": 62712, + "end": 62728, "loc": { "start": { - "line": 1767, + "line": 1813, "column": 30 }, "end": { - "line": 1767, + "line": 1813, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 60697, - "end": 60709, + "start": 62712, + "end": 62724, "loc": { "start": { - "line": 1767, + "line": 1813, "column": 30 }, "end": { - "line": 1767, + "line": 1813, "column": 42 } }, "object": { "type": "Identifier", - "start": 60697, - "end": 60703, + "start": 62712, + "end": 62718, "loc": { "start": { - "line": 1767, + "line": 1813, "column": 30 }, "end": { - "line": 1767, + "line": 1813, "column": 36 }, "identifierName": "player" @@ -105598,15 +108301,15 @@ }, "property": { "type": "Identifier", - "start": 60704, - "end": 60709, + "start": 62719, + "end": 62724, "loc": { "start": { - "line": 1767, + "line": 1813, "column": 37 }, "end": { - "line": 1767, + "line": 1813, "column": 42 }, "identifierName": "tech_" @@ -105617,15 +108320,15 @@ }, "property": { "type": "Identifier", - "start": 60710, - "end": 60713, + "start": 62725, + "end": 62728, "loc": { "start": { - "line": 1767, + "line": 1813, "column": 43 }, "end": { - "line": 1767, + "line": 1813, "column": 46 }, "identifierName": "el_" @@ -105640,29 +108343,29 @@ }, { "type": "IfStatement", - "start": 60731, - "end": 61421, + "start": 62746, + "end": 63436, "loc": { "start": { - "line": 1768, + "line": 1814, "column": 16 }, "end": { - "line": 1782, + "line": 1828, "column": 17 } }, "test": { "type": "Identifier", - "start": 60735, - "end": 60743, + "start": 62750, + "end": 62758, "loc": { "start": { - "line": 1768, + "line": 1814, "column": 20 }, "end": { - "line": 1768, + "line": 1814, "column": 28 }, "identifierName": "deviceId" @@ -105671,58 +108374,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 60745, - "end": 61328, + "start": 62760, + "end": 63343, "loc": { "start": { - "line": 1768, + "line": 1814, "column": 30 }, "end": { - "line": 1780, + "line": 1826, "column": 17 } }, "body": [ { "type": "IfStatement", - "start": 60767, - "end": 61310, + "start": 62782, + "end": 63325, "loc": { "start": { - "line": 1769, + "line": 1815, "column": 20 }, "end": { - "line": 1779, + "line": 1825, "column": 21 } }, "test": { "type": "BinaryExpression", - "start": 60771, - "end": 60808, + "start": 62786, + "end": 62823, "loc": { "start": { - "line": 1769, + "line": 1815, "column": 24 }, "end": { - "line": 1769, + "line": 1815, "column": 61 } }, "left": { "type": "UnaryExpression", - "start": 60771, - "end": 60792, + "start": 62786, + "end": 62807, "loc": { "start": { - "line": 1769, + "line": 1815, "column": 24 }, "end": { - "line": 1769, + "line": 1815, "column": 45 } }, @@ -105730,29 +108433,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 60778, - "end": 60792, + "start": 62793, + "end": 62807, "loc": { "start": { - "line": 1769, + "line": 1815, "column": 31 }, "end": { - "line": 1769, + "line": 1815, "column": 45 } }, "object": { "type": "Identifier", - "start": 60778, - "end": 60785, + "start": 62793, + "end": 62800, "loc": { "start": { - "line": 1769, + "line": 1815, "column": 31 }, "end": { - "line": 1769, + "line": 1815, "column": 38 }, "identifierName": "element" @@ -105761,15 +108464,15 @@ }, "property": { "type": "Identifier", - "start": 60786, - "end": 60792, + "start": 62801, + "end": 62807, "loc": { "start": { - "line": 1769, + "line": 1815, "column": 39 }, "end": { - "line": 1769, + "line": 1815, "column": 45 }, "identifierName": "sinkId" @@ -105785,15 +108488,15 @@ "operator": "!==", "right": { "type": "StringLiteral", - "start": 60797, - "end": 60808, + "start": 62812, + "end": 62823, "loc": { "start": { - "line": 1769, + "line": 1815, "column": 50 }, "end": { - "line": 1769, + "line": 1815, "column": 61 } }, @@ -105806,128 +108509,128 @@ }, "consequent": { "type": "BlockStatement", - "start": 60810, - "end": 61183, + "start": 62825, + "end": 63198, "loc": { "start": { - "line": 1769, + "line": 1815, "column": 63 }, "end": { - "line": 1777, + "line": 1823, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 60836, - "end": 61161, + "start": 62851, + "end": 63176, "loc": { "start": { - "line": 1770, + "line": 1816, "column": 24 }, "end": { - "line": 1776, + "line": 1822, "column": 27 } }, "expression": { "type": "CallExpression", - "start": 60836, - "end": 61160, + "start": 62851, + "end": 63175, "loc": { "start": { - "line": 1770, + "line": 1816, "column": 24 }, "end": { - "line": 1776, + "line": 1822, "column": 26 } }, "callee": { "type": "MemberExpression", - "start": 60836, - "end": 61074, + "start": 62851, + "end": 63089, "loc": { "start": { - "line": 1770, + "line": 1816, "column": 24 }, "end": { - "line": 1774, + "line": 1820, "column": 32 } }, "object": { "type": "CallExpression", - "start": 60836, - "end": 61068, + "start": 62851, + "end": 63083, "loc": { "start": { - "line": 1770, + "line": 1816, "column": 24 }, "end": { - "line": 1774, + "line": 1820, "column": 26 } }, "callee": { "type": "MemberExpression", - "start": 60836, - "end": 60868, + "start": 62851, + "end": 62883, "loc": { "start": { - "line": 1770, + "line": 1816, "column": 24 }, "end": { - "line": 1770, + "line": 1816, "column": 56 } }, "object": { "type": "CallExpression", - "start": 60836, - "end": 60863, + "start": 62851, + "end": 62878, "loc": { "start": { - "line": 1770, + "line": 1816, "column": 24 }, "end": { - "line": 1770, + "line": 1816, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 60836, - "end": 60853, + "start": 62851, + "end": 62868, "loc": { "start": { - "line": 1770, + "line": 1816, "column": 24 }, "end": { - "line": 1770, + "line": 1816, "column": 41 } }, "object": { "type": "Identifier", - "start": 60836, - "end": 60843, + "start": 62851, + "end": 62858, "loc": { "start": { - "line": 1770, + "line": 1816, "column": 24 }, "end": { - "line": 1770, + "line": 1816, "column": 31 }, "identifierName": "element" @@ -105936,15 +108639,15 @@ }, "property": { "type": "Identifier", - "start": 60844, - "end": 60853, + "start": 62859, + "end": 62868, "loc": { "start": { - "line": 1770, + "line": 1816, "column": 32 }, "end": { - "line": 1770, + "line": 1816, "column": 41 }, "identifierName": "setSinkId" @@ -105956,15 +108659,15 @@ "arguments": [ { "type": "Identifier", - "start": 60854, - "end": 60862, + "start": 62869, + "end": 62877, "loc": { "start": { - "line": 1770, + "line": 1816, "column": 42 }, "end": { - "line": 1770, + "line": 1816, "column": 50 }, "identifierName": "deviceId" @@ -105975,15 +108678,15 @@ }, "property": { "type": "Identifier", - "start": 60864, - "end": 60868, + "start": 62879, + "end": 62883, "loc": { "start": { - "line": 1770, + "line": 1816, "column": 52 }, "end": { - "line": 1770, + "line": 1816, "column": 56 }, "identifierName": "then" @@ -105995,15 +108698,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 60869, - "end": 61067, + "start": 62884, + "end": 63082, "loc": { "start": { - "line": 1770, + "line": 1816, "column": 57 }, "end": { - "line": 1774, + "line": 1820, "column": 25 } }, @@ -106014,15 +108717,15 @@ "params": [ { "type": "Identifier", - "start": 60870, - "end": 60876, + "start": 62885, + "end": 62891, "loc": { "start": { - "line": 1770, + "line": 1816, "column": 58 }, "end": { - "line": 1770, + "line": 1816, "column": 64 }, "identifierName": "result" @@ -106032,86 +108735,86 @@ ], "body": { "type": "BlockStatement", - "start": 60881, - "end": 61067, + "start": 62896, + "end": 63082, "loc": { "start": { - "line": 1770, + "line": 1816, "column": 69 }, "end": { - "line": 1774, + "line": 1820, "column": 25 } }, "body": [ { "type": "ExpressionStatement", - "start": 60959, - "end": 61005, + "start": 62974, + "end": 63020, "loc": { "start": { - "line": 1772, + "line": 1818, "column": 28 }, "end": { - "line": 1772, + "line": 1818, "column": 74 } }, "expression": { "type": "CallExpression", - "start": 60959, - "end": 61004, + "start": 62974, + "end": 63019, "loc": { "start": { - "line": 1772, + "line": 1818, "column": 28 }, "end": { - "line": 1772, + "line": 1818, "column": 73 } }, "callee": { "type": "MemberExpression", - "start": 60959, - "end": 60978, + "start": 62974, + "end": 62993, "loc": { "start": { - "line": 1772, + "line": 1818, "column": 28 }, "end": { - "line": 1772, + "line": 1818, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 60959, - "end": 60970, + "start": 62974, + "end": 62985, "loc": { "start": { - "line": 1772, + "line": 1818, "column": 28 }, "end": { - "line": 1772, + "line": 1818, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 60959, - "end": 60963, + "start": 62974, + "end": 62978, "loc": { "start": { - "line": 1772, + "line": 1818, "column": 28 }, "end": { - "line": 1772, + "line": 1818, "column": 32 } }, @@ -106119,15 +108822,15 @@ }, "property": { "type": "Identifier", - "start": 60964, - "end": 60970, + "start": 62979, + "end": 62985, "loc": { "start": { - "line": 1772, + "line": 1818, "column": 33 }, "end": { - "line": 1772, + "line": 1818, "column": 39 }, "identifierName": "player" @@ -106139,15 +108842,15 @@ }, "property": { "type": "Identifier", - "start": 60971, - "end": 60978, + "start": 62986, + "end": 62993, "loc": { "start": { - "line": 1772, + "line": 1818, "column": 40 }, "end": { - "line": 1772, + "line": 1818, "column": 47 }, "identifierName": "trigger" @@ -106160,29 +108863,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 60979, - "end": 61003, + "start": 62994, + "end": 63018, "loc": { "start": { - "line": 1772, + "line": 1818, "column": 48 }, "end": { - "line": 1772, + "line": 1818, "column": 72 } }, "object": { "type": "Identifier", - "start": 60979, - "end": 60984, + "start": 62994, + "end": 62999, "loc": { "start": { - "line": 1772, + "line": 1818, "column": 48 }, "end": { - "line": 1772, + "line": 1818, "column": 53 }, "identifierName": "Event" @@ -106191,15 +108894,15 @@ }, "property": { "type": "Identifier", - "start": 60985, - "end": 61003, + "start": 63000, + "end": 63018, "loc": { "start": { - "line": 1772, + "line": 1818, "column": 54 }, "end": { - "line": 1772, + "line": 1818, "column": 72 }, "identifierName": "AUDIO_OUTPUT_READY" @@ -106215,15 +108918,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 60911, - "end": 60930, + "start": 62926, + "end": 62945, "loc": { "start": { - "line": 1771, + "line": 1817, "column": 28 }, "end": { - "line": 1771, + "line": 1817, "column": 47 } } @@ -106232,15 +108935,15 @@ }, { "type": "ReturnStatement", - "start": 61034, - "end": 61041, + "start": 63049, + "end": 63056, "loc": { "start": { - "line": 1773, + "line": 1819, "column": 28 }, "end": { - "line": 1773, + "line": 1819, "column": 35 } }, @@ -106254,15 +108957,15 @@ }, "property": { "type": "Identifier", - "start": 61069, - "end": 61074, + "start": 63084, + "end": 63089, "loc": { "start": { - "line": 1774, + "line": 1820, "column": 27 }, "end": { - "line": 1774, + "line": 1820, "column": 32 }, "identifierName": "catch" @@ -106274,15 +108977,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 61075, - "end": 61159, + "start": 63090, + "end": 63174, "loc": { "start": { - "line": 1774, + "line": 1820, "column": 33 }, "end": { - "line": 1776, + "line": 1822, "column": 25 } }, @@ -106293,15 +108996,15 @@ "params": [ { "type": "Identifier", - "start": 61076, - "end": 61079, + "start": 63091, + "end": 63094, "loc": { "start": { - "line": 1774, + "line": 1820, "column": 34 }, "end": { - "line": 1774, + "line": 1820, "column": 37 }, "identifierName": "err" @@ -106311,59 +109014,59 @@ ], "body": { "type": "BlockStatement", - "start": 61084, - "end": 61159, + "start": 63099, + "end": 63174, "loc": { "start": { - "line": 1774, + "line": 1820, "column": 42 }, "end": { - "line": 1776, + "line": 1822, "column": 25 } }, "body": [ { "type": "ExpressionStatement", - "start": 61114, - "end": 61133, + "start": 63129, + "end": 63148, "loc": { "start": { - "line": 1775, + "line": 1821, "column": 28 }, "end": { - "line": 1775, + "line": 1821, "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 61114, - "end": 61132, + "start": 63129, + "end": 63147, "loc": { "start": { - "line": 1775, + "line": 1821, "column": 28 }, "end": { - "line": 1775, + "line": 1821, "column": 46 } }, "operator": "=", "left": { "type": "Identifier", - "start": 61114, - "end": 61126, + "start": 63129, + "end": 63141, "loc": { "start": { - "line": 1775, + "line": 1821, "column": 28 }, "end": { - "line": 1775, + "line": 1821, "column": 40 }, "identifierName": "errorMessage" @@ -106372,15 +109075,15 @@ }, "right": { "type": "Identifier", - "start": 61129, - "end": 61132, + "start": 63144, + "end": 63147, "loc": { "start": { - "line": 1775, + "line": 1821, "column": 43 }, "end": { - "line": 1775, + "line": 1821, "column": 46 }, "identifierName": "err" @@ -106401,59 +109104,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 61189, - "end": 61310, + "start": 63204, + "end": 63325, "loc": { "start": { - "line": 1777, + "line": 1823, "column": 27 }, "end": { - "line": 1779, + "line": 1825, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 61215, - "end": 61288, + "start": 63230, + "end": 63303, "loc": { "start": { - "line": 1778, + "line": 1824, "column": 24 }, "end": { - "line": 1778, + "line": 1824, "column": 97 } }, "expression": { "type": "AssignmentExpression", - "start": 61215, - "end": 61287, + "start": 63230, + "end": 63302, "loc": { "start": { - "line": 1778, + "line": 1824, "column": 24 }, "end": { - "line": 1778, + "line": 1824, "column": 96 } }, "operator": "=", "left": { "type": "Identifier", - "start": 61215, - "end": 61227, + "start": 63230, + "end": 63242, "loc": { "start": { - "line": 1778, + "line": 1824, "column": 24 }, "end": { - "line": 1778, + "line": 1824, "column": 36 }, "identifierName": "errorMessage" @@ -106462,15 +109165,15 @@ }, "right": { "type": "StringLiteral", - "start": 61230, - "end": 61287, + "start": 63245, + "end": 63302, "loc": { "start": { - "line": 1778, + "line": 1824, "column": 39 }, "end": { - "line": 1778, + "line": 1824, "column": 96 } }, @@ -106491,59 +109194,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 61334, - "end": 61421, + "start": 63349, + "end": 63436, "loc": { "start": { - "line": 1780, + "line": 1826, "column": 23 }, "end": { - "line": 1782, + "line": 1828, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 61356, - "end": 61403, + "start": 63371, + "end": 63418, "loc": { "start": { - "line": 1781, + "line": 1827, "column": 20 }, "end": { - "line": 1781, + "line": 1827, "column": 67 } }, "expression": { "type": "AssignmentExpression", - "start": 61356, - "end": 61402, + "start": 63371, + "end": 63417, "loc": { "start": { - "line": 1781, + "line": 1827, "column": 20 }, "end": { - "line": 1781, + "line": 1827, "column": 66 } }, "operator": "=", "left": { "type": "Identifier", - "start": 61356, - "end": 61368, + "start": 63371, + "end": 63383, "loc": { "start": { - "line": 1781, + "line": 1827, "column": 20 }, "end": { - "line": 1781, + "line": 1827, "column": 32 }, "identifierName": "errorMessage" @@ -106552,30 +109255,30 @@ }, "right": { "type": "TemplateLiteral", - "start": 61371, - "end": 61402, + "start": 63386, + "end": 63417, "loc": { "start": { - "line": 1781, + "line": 1827, "column": 35 }, "end": { - "line": 1781, + "line": 1827, "column": 66 } }, "expressions": [ { "type": "Identifier", - "start": 61392, - "end": 61400, + "start": 63407, + "end": 63415, "loc": { "start": { - "line": 1781, + "line": 1827, "column": 56 }, "end": { - "line": 1781, + "line": 1827, "column": 64 }, "identifierName": "deviceId" @@ -106586,15 +109289,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 61372, - "end": 61390, + "start": 63387, + "end": 63405, "loc": { "start": { - "line": 1781, + "line": 1827, "column": 36 }, "end": { - "line": 1781, + "line": 1827, "column": 54 } }, @@ -106606,15 +109309,15 @@ }, { "type": "TemplateElement", - "start": 61401, - "end": 61401, + "start": 63416, + "end": 63416, "loc": { "start": { - "line": 1781, + "line": 1827, "column": 65 }, "end": { - "line": 1781, + "line": 1827, "column": 65 } }, @@ -106634,15 +109337,15 @@ }, { "type": "BreakStatement", - "start": 61438, - "end": 61444, + "start": 63453, + "end": 63459, "loc": { "start": { - "line": 1783, + "line": 1829, "column": 16 }, "end": { - "line": 1783, + "line": 1829, "column": 22 } }, @@ -106656,15 +109359,15 @@ { "type": "CommentLine", "value": " error if we get here: notify listeners", - "start": 61464, - "end": 61505, + "start": 63479, + "end": 63520, "loc": { "start": { - "line": 1786, + "line": 1832, "column": 8 }, "end": { - "line": 1786, + "line": 1832, "column": 49 } } @@ -106673,71 +109376,71 @@ }, { "type": "ExpressionStatement", - "start": 61514, - "end": 61561, + "start": 63529, + "end": 63576, "loc": { "start": { - "line": 1787, + "line": 1833, "column": 8 }, "end": { - "line": 1787, + "line": 1833, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 61514, - "end": 61560, + "start": 63529, + "end": 63575, "loc": { "start": { - "line": 1787, + "line": 1833, "column": 8 }, "end": { - "line": 1787, + "line": 1833, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 61514, - "end": 61533, + "start": 63529, + "end": 63548, "loc": { "start": { - "line": 1787, + "line": 1833, "column": 8 }, "end": { - "line": 1787, + "line": 1833, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 61514, - "end": 61525, + "start": 63529, + "end": 63540, "loc": { "start": { - "line": 1787, + "line": 1833, "column": 8 }, "end": { - "line": 1787, + "line": 1833, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 61514, - "end": 61518, + "start": 63529, + "end": 63533, "loc": { "start": { - "line": 1787, + "line": 1833, "column": 8 }, "end": { - "line": 1787, + "line": 1833, "column": 12 } }, @@ -106745,15 +109448,15 @@ }, "property": { "type": "Identifier", - "start": 61519, - "end": 61525, + "start": 63534, + "end": 63540, "loc": { "start": { - "line": 1787, + "line": 1833, "column": 13 }, "end": { - "line": 1787, + "line": 1833, "column": 19 }, "identifierName": "player" @@ -106765,15 +109468,15 @@ }, "property": { "type": "Identifier", - "start": 61526, - "end": 61533, + "start": 63541, + "end": 63548, "loc": { "start": { - "line": 1787, + "line": 1833, "column": 20 }, "end": { - "line": 1787, + "line": 1833, "column": 27 }, "identifierName": "trigger" @@ -106786,29 +109489,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 61534, - "end": 61545, + "start": 63549, + "end": 63560, "loc": { "start": { - "line": 1787, + "line": 1833, "column": 28 }, "end": { - "line": 1787, + "line": 1833, "column": 39 } }, "object": { "type": "Identifier", - "start": 61534, - "end": 61539, + "start": 63549, + "end": 63554, "loc": { "start": { - "line": 1787, + "line": 1833, "column": 28 }, "end": { - "line": 1787, + "line": 1833, "column": 33 }, "identifierName": "Event" @@ -106817,15 +109520,15 @@ }, "property": { "type": "Identifier", - "start": 61540, - "end": 61545, + "start": 63555, + "end": 63560, "loc": { "start": { - "line": 1787, + "line": 1833, "column": 34 }, "end": { - "line": 1787, + "line": 1833, "column": 39 }, "identifierName": "ERROR" @@ -106836,15 +109539,15 @@ }, { "type": "Identifier", - "start": 61547, - "end": 61559, + "start": 63562, + "end": 63574, "loc": { "start": { - "line": 1787, + "line": 1833, "column": 41 }, "end": { - "line": 1787, + "line": 1833, "column": 53 }, "identifierName": "errorMessage" @@ -106858,15 +109561,15 @@ { "type": "CommentLine", "value": " error if we get here: notify listeners", - "start": 61464, - "end": 61505, + "start": 63479, + "end": 63520, "loc": { "start": { - "line": 1786, + "line": 1832, "column": 8 }, "end": { - "line": 1786, + "line": 1832, "column": 49 } } @@ -106881,15 +109584,15 @@ { "type": "CommentBlock", "value": "*\n * Change the audio output device.\n *\n * @param {string} deviceId - Id of audio output device.\n ", - "start": 60038, - "end": 60156, + "start": 62053, + "end": 62171, "loc": { "start": { - "line": 1747, + "line": 1793, "column": 4 }, "end": { - "line": 1751, + "line": 1797, "column": 7 } } @@ -106899,15 +109602,15 @@ { "type": "CommentBlock", "value": "*\n * Show or hide the volume menu.\n *\n * @private\n * @param {boolean} display - Hide/show volume control.\n ", - "start": 61573, - "end": 61704, + "start": 63588, + "end": 63719, "loc": { "start": { - "line": 1790, + "line": 1836, "column": 4 }, "end": { - "line": 1795, + "line": 1841, "column": 7 } } @@ -106916,15 +109619,15 @@ }, { "type": "ClassMethod", - "start": 61709, - "end": 62036, + "start": 63724, + "end": 64051, "loc": { "start": { - "line": 1796, + "line": 1842, "column": 4 }, "end": { - "line": 1805, + "line": 1851, "column": 5 } }, @@ -106932,15 +109635,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 61709, - "end": 61729, + "start": 63724, + "end": 63744, "loc": { "start": { - "line": 1796, + "line": 1842, "column": 4 }, "end": { - "line": 1796, + "line": 1842, "column": 24 }, "identifierName": "displayVolumeControl" @@ -106956,15 +109659,15 @@ "params": [ { "type": "Identifier", - "start": 61730, - "end": 61737, + "start": 63745, + "end": 63752, "loc": { "start": { - "line": 1796, + "line": 1842, "column": 25 }, "end": { - "line": 1796, + "line": 1842, "column": 32 }, "identifierName": "display" @@ -106974,115 +109677,115 @@ ], "body": { "type": "BlockStatement", - "start": 61739, - "end": 62036, + "start": 63754, + "end": 64051, "loc": { "start": { - "line": 1796, + "line": 1842, "column": 34 }, "end": { - "line": 1805, + "line": 1851, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 61749, - "end": 62030, + "start": 63764, + "end": 64045, "loc": { "start": { - "line": 1797, + "line": 1843, "column": 8 }, "end": { - "line": 1804, + "line": 1850, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 61753, - "end": 61801, + "start": 63768, + "end": 63816, "loc": { "start": { - "line": 1797, + "line": 1843, "column": 12 }, "end": { - "line": 1797, + "line": 1843, "column": 60 } }, "left": { "type": "MemberExpression", - "start": 61753, - "end": 61787, + "start": 63768, + "end": 63802, "loc": { "start": { - "line": 1797, + "line": 1843, "column": 12 }, "end": { - "line": 1797, + "line": 1843, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 61753, - "end": 61775, + "start": 63768, + "end": 63790, "loc": { "start": { - "line": 1797, + "line": 1843, "column": 12 }, "end": { - "line": 1797, + "line": 1843, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 61753, - "end": 61764, + "start": 63768, + "end": 63779, "loc": { "start": { - "line": 1797, + "line": 1843, "column": 12 }, "end": { - "line": 1797, + "line": 1843, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 61753, - "end": 61757, + "start": 63768, + "end": 63772, "loc": { "start": { - "line": 1797, + "line": 1843, "column": 12 }, "end": { - "line": 1797, + "line": 1843, "column": 16 } } }, "property": { "type": "Identifier", - "start": 61758, - "end": 61764, + "start": 63773, + "end": 63779, "loc": { "start": { - "line": 1797, + "line": 1843, "column": 17 }, "end": { - "line": 1797, + "line": 1843, "column": 23 }, "identifierName": "player" @@ -107093,15 +109796,15 @@ }, "property": { "type": "Identifier", - "start": 61765, - "end": 61775, + "start": 63780, + "end": 63790, "loc": { "start": { - "line": 1797, + "line": 1843, "column": 24 }, "end": { - "line": 1797, + "line": 1843, "column": 34 }, "identifierName": "controlBar" @@ -107112,15 +109815,15 @@ }, "property": { "type": "Identifier", - "start": 61776, - "end": 61787, + "start": 63791, + "end": 63802, "loc": { "start": { - "line": 1797, + "line": 1843, "column": 35 }, "end": { - "line": 1797, + "line": 1843, "column": 46 }, "identifierName": "volumePanel" @@ -107132,15 +109835,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 61792, - "end": 61801, + "start": 63807, + "end": 63816, "loc": { "start": { - "line": 1797, + "line": 1843, "column": 51 }, "end": { - "line": 1797, + "line": 1843, "column": 60 }, "identifierName": "undefined" @@ -107150,58 +109853,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 61803, - "end": 62030, + "start": 63818, + "end": 64045, "loc": { "start": { - "line": 1797, + "line": 1843, "column": 62 }, "end": { - "line": 1804, + "line": 1850, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 61817, - "end": 61943, + "start": 63832, + "end": 63958, "loc": { "start": { - "line": 1798, + "line": 1844, "column": 12 }, "end": { - "line": 1802, + "line": 1848, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 61821, - "end": 61837, + "start": 63836, + "end": 63852, "loc": { "start": { - "line": 1798, + "line": 1844, "column": 16 }, "end": { - "line": 1798, + "line": 1844, "column": 32 } }, "left": { "type": "Identifier", - "start": 61821, - "end": 61828, + "start": 63836, + "end": 63843, "loc": { "start": { - "line": 1798, + "line": 1844, "column": 16 }, "end": { - "line": 1798, + "line": 1844, "column": 23 }, "identifierName": "display" @@ -107211,15 +109914,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 61833, - "end": 61837, + "start": 63848, + "end": 63852, "loc": { "start": { - "line": 1798, + "line": 1844, "column": 28 }, "end": { - "line": 1798, + "line": 1844, "column": 32 } }, @@ -107228,59 +109931,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 61839, - "end": 61888, + "start": 63854, + "end": 63903, "loc": { "start": { - "line": 1798, + "line": 1844, "column": 34 }, "end": { - "line": 1800, + "line": 1846, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 61857, - "end": 61874, + "start": 63872, + "end": 63889, "loc": { "start": { - "line": 1799, + "line": 1845, "column": 16 }, "end": { - "line": 1799, + "line": 1845, "column": 33 } }, "expression": { "type": "AssignmentExpression", - "start": 61857, - "end": 61873, + "start": 63872, + "end": 63888, "loc": { "start": { - "line": 1799, + "line": 1845, "column": 16 }, "end": { - "line": 1799, + "line": 1845, "column": 32 } }, "operator": "=", "left": { "type": "Identifier", - "start": 61857, - "end": 61864, + "start": 63872, + "end": 63879, "loc": { "start": { - "line": 1799, + "line": 1845, "column": 16 }, "end": { - "line": 1799, + "line": 1845, "column": 23 }, "identifierName": "display" @@ -107289,15 +109992,15 @@ }, "right": { "type": "StringLiteral", - "start": 61867, - "end": 61873, + "start": 63882, + "end": 63888, "loc": { "start": { - "line": 1799, + "line": 1845, "column": 26 }, "end": { - "line": 1799, + "line": 1845, "column": 32 } }, @@ -107314,59 +110017,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 61894, - "end": 61943, + "start": 63909, + "end": 63958, "loc": { "start": { - "line": 1800, + "line": 1846, "column": 19 }, "end": { - "line": 1802, + "line": 1848, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 61912, - "end": 61929, + "start": 63927, + "end": 63944, "loc": { "start": { - "line": 1801, + "line": 1847, "column": 16 }, "end": { - "line": 1801, + "line": 1847, "column": 33 } }, "expression": { "type": "AssignmentExpression", - "start": 61912, - "end": 61928, + "start": 63927, + "end": 63943, "loc": { "start": { - "line": 1801, + "line": 1847, "column": 16 }, "end": { - "line": 1801, + "line": 1847, "column": 32 } }, "operator": "=", "left": { "type": "Identifier", - "start": 61912, - "end": 61919, + "start": 63927, + "end": 63934, "loc": { "start": { - "line": 1801, + "line": 1847, "column": 16 }, "end": { - "line": 1801, + "line": 1847, "column": 23 }, "identifierName": "display" @@ -107375,15 +110078,15 @@ }, "right": { "type": "StringLiteral", - "start": 61922, - "end": 61928, + "start": 63937, + "end": 63943, "loc": { "start": { - "line": 1801, + "line": 1847, "column": 26 }, "end": { - "line": 1801, + "line": 1847, "column": 32 } }, @@ -107401,157 +110104,157 @@ }, { "type": "ExpressionStatement", - "start": 61956, - "end": 62020, + "start": 63971, + "end": 64035, "loc": { "start": { - "line": 1803, + "line": 1849, "column": 12 }, "end": { - "line": 1803, + "line": 1849, "column": 76 } }, "expression": { "type": "AssignmentExpression", - "start": 61956, - "end": 62019, + "start": 63971, + "end": 64034, "loc": { "start": { - "line": 1803, + "line": 1849, "column": 12 }, "end": { - "line": 1803, + "line": 1849, "column": 75 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 61956, - "end": 62009, + "start": 63971, + "end": 64024, "loc": { "start": { - "line": 1803, + "line": 1849, "column": 12 }, "end": { - "line": 1803, + "line": 1849, "column": 65 } }, "object": { "type": "MemberExpression", - "start": 61956, - "end": 62001, + "start": 63971, + "end": 64016, "loc": { "start": { - "line": 1803, + "line": 1849, "column": 12 }, "end": { - "line": 1803, + "line": 1849, "column": 57 } }, "object": { "type": "CallExpression", - "start": 61956, - "end": 61995, + "start": 63971, + "end": 64010, "loc": { "start": { - "line": 1803, + "line": 1849, "column": 12 }, "end": { - "line": 1803, + "line": 1849, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 61956, - "end": 61993, + "start": 63971, + "end": 64008, "loc": { "start": { - "line": 1803, + "line": 1849, "column": 12 }, "end": { - "line": 1803, + "line": 1849, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 61956, - "end": 61990, + "start": 63971, + "end": 64005, "loc": { "start": { - "line": 1803, + "line": 1849, "column": 12 }, "end": { - "line": 1803, + "line": 1849, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 61956, - "end": 61978, + "start": 63971, + "end": 63993, "loc": { "start": { - "line": 1803, + "line": 1849, "column": 12 }, "end": { - "line": 1803, + "line": 1849, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 61956, - "end": 61967, + "start": 63971, + "end": 63982, "loc": { "start": { - "line": 1803, + "line": 1849, "column": 12 }, "end": { - "line": 1803, + "line": 1849, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 61956, - "end": 61960, + "start": 63971, + "end": 63975, "loc": { "start": { - "line": 1803, + "line": 1849, "column": 12 }, "end": { - "line": 1803, + "line": 1849, "column": 16 } } }, "property": { "type": "Identifier", - "start": 61961, - "end": 61967, + "start": 63976, + "end": 63982, "loc": { "start": { - "line": 1803, + "line": 1849, "column": 17 }, "end": { - "line": 1803, + "line": 1849, "column": 23 }, "identifierName": "player" @@ -107562,15 +110265,15 @@ }, "property": { "type": "Identifier", - "start": 61968, - "end": 61978, + "start": 63983, + "end": 63993, "loc": { "start": { - "line": 1803, + "line": 1849, "column": 24 }, "end": { - "line": 1803, + "line": 1849, "column": 34 }, "identifierName": "controlBar" @@ -107581,15 +110284,15 @@ }, "property": { "type": "Identifier", - "start": 61979, - "end": 61990, + "start": 63994, + "end": 64005, "loc": { "start": { - "line": 1803, + "line": 1849, "column": 35 }, "end": { - "line": 1803, + "line": 1849, "column": 46 }, "identifierName": "volumePanel" @@ -107600,15 +110303,15 @@ }, "property": { "type": "Identifier", - "start": 61991, - "end": 61993, + "start": 64006, + "end": 64008, "loc": { "start": { - "line": 1803, + "line": 1849, "column": 47 }, "end": { - "line": 1803, + "line": 1849, "column": 49 }, "identifierName": "el" @@ -107621,15 +110324,15 @@ }, "property": { "type": "Identifier", - "start": 61996, - "end": 62001, + "start": 64011, + "end": 64016, "loc": { "start": { - "line": 1803, + "line": 1849, "column": 52 }, "end": { - "line": 1803, + "line": 1849, "column": 57 }, "identifierName": "style" @@ -107640,15 +110343,15 @@ }, "property": { "type": "Identifier", - "start": 62002, - "end": 62009, + "start": 64017, + "end": 64024, "loc": { "start": { - "line": 1803, + "line": 1849, "column": 58 }, "end": { - "line": 1803, + "line": 1849, "column": 65 }, "identifierName": "display" @@ -107659,15 +110362,15 @@ }, "right": { "type": "Identifier", - "start": 62012, - "end": 62019, + "start": 64027, + "end": 64034, "loc": { "start": { - "line": 1803, + "line": 1849, "column": 68 }, "end": { - "line": 1803, + "line": 1849, "column": 75 }, "identifierName": "display" @@ -107689,15 +110392,15 @@ { "type": "CommentBlock", "value": "*\n * Show or hide the volume menu.\n *\n * @private\n * @param {boolean} display - Hide/show volume control.\n ", - "start": 61573, - "end": 61704, + "start": 63588, + "end": 63719, "loc": { "start": { - "line": 1790, + "line": 1836, "column": 4 }, "end": { - "line": 1795, + "line": 1841, "column": 7 } } @@ -107707,15 +110410,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when the video device is ready and stream is visible.\n *\n * @private\n * @param {Event} event - `playing` event\n ", - "start": 62042, - "end": 62191, + "start": 64057, + "end": 64206, "loc": { "start": { - "line": 1807, + "line": 1853, "column": 4 }, "end": { - "line": 1812, + "line": 1858, "column": 7 } } @@ -107724,15 +110427,15 @@ }, { "type": "ClassMethod", - "start": 62196, - "end": 62495, + "start": 64211, + "end": 64510, "loc": { "start": { - "line": 1813, + "line": 1859, "column": 4 }, "end": { - "line": 1820, + "line": 1866, "column": 5 } }, @@ -107740,15 +110443,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 62196, - "end": 62211, + "start": 64211, + "end": 64226, "loc": { "start": { - "line": 1813, + "line": 1859, "column": 4 }, "end": { - "line": 1813, + "line": 1859, "column": 19 }, "identifierName": "onStreamVisible" @@ -107764,15 +110467,15 @@ "params": [ { "type": "Identifier", - "start": 62212, - "end": 62217, + "start": 64227, + "end": 64232, "loc": { "start": { - "line": 1813, + "line": 1859, "column": 20 }, "end": { - "line": 1813, + "line": 1859, "column": 25 }, "identifierName": "event" @@ -107782,86 +110485,86 @@ ], "body": { "type": "BlockStatement", - "start": 62219, - "end": 62495, + "start": 64234, + "end": 64510, "loc": { "start": { - "line": 1813, + "line": 1859, "column": 27 }, "end": { - "line": 1820, + "line": 1866, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 62283, - "end": 62364, + "start": 64298, + "end": 64379, "loc": { "start": { - "line": 1815, + "line": 1861, "column": 8 }, "end": { - "line": 1815, + "line": 1861, "column": 89 } }, "expression": { "type": "CallExpression", - "start": 62283, - "end": 62363, + "start": 64298, + "end": 64378, "loc": { "start": { - "line": 1815, + "line": 1861, "column": 8 }, "end": { - "line": 1815, + "line": 1861, "column": 88 } }, "callee": { "type": "MemberExpression", - "start": 62283, - "end": 62320, + "start": 64298, + "end": 64335, "loc": { "start": { - "line": 1815, + "line": 1861, "column": 8 }, "end": { - "line": 1815, + "line": 1861, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 62283, - "end": 62300, + "start": 64298, + "end": 64315, "loc": { "start": { - "line": 1815, + "line": 1861, "column": 8 }, "end": { - "line": 1815, + "line": 1861, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 62283, - "end": 62287, + "start": 64298, + "end": 64302, "loc": { "start": { - "line": 1815, + "line": 1861, "column": 8 }, "end": { - "line": 1815, + "line": 1861, "column": 12 } }, @@ -107869,15 +110572,15 @@ }, "property": { "type": "Identifier", - "start": 62288, - "end": 62300, + "start": 64303, + "end": 64315, "loc": { "start": { - "line": 1815, + "line": 1861, "column": 13 }, "end": { - "line": 1815, + "line": 1861, "column": 25 }, "identifierName": "mediaElement" @@ -107889,15 +110592,15 @@ }, "property": { "type": "Identifier", - "start": 62301, - "end": 62320, + "start": 64316, + "end": 64335, "loc": { "start": { - "line": 1815, + "line": 1861, "column": 26 }, "end": { - "line": 1815, + "line": 1861, "column": 45 }, "identifierName": "removeEventListener" @@ -107910,29 +110613,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 62321, - "end": 62334, + "start": 64336, + "end": 64349, "loc": { "start": { - "line": 1815, + "line": 1861, "column": 46 }, "end": { - "line": 1815, + "line": 1861, "column": 59 } }, "object": { "type": "Identifier", - "start": 62321, - "end": 62326, + "start": 64336, + "end": 64341, "loc": { "start": { - "line": 1815, + "line": 1861, "column": 46 }, "end": { - "line": 1815, + "line": 1861, "column": 51 }, "identifierName": "Event" @@ -107941,15 +110644,15 @@ }, "property": { "type": "Identifier", - "start": 62327, - "end": 62334, + "start": 64342, + "end": 64349, "loc": { "start": { - "line": 1815, + "line": 1861, "column": 52 }, "end": { - "line": 1815, + "line": 1861, "column": 59 }, "identifierName": "PLAYING" @@ -107960,44 +110663,44 @@ }, { "type": "MemberExpression", - "start": 62336, - "end": 62362, + "start": 64351, + "end": 64377, "loc": { "start": { - "line": 1815, + "line": 1861, "column": 61 }, "end": { - "line": 1815, + "line": 1861, "column": 87 } }, "object": { "type": "ThisExpression", - "start": 62336, - "end": 62340, + "start": 64351, + "end": 64355, "loc": { "start": { - "line": 1815, + "line": 1861, "column": 61 }, "end": { - "line": 1815, + "line": 1861, "column": 65 } } }, "property": { "type": "Identifier", - "start": 62341, - "end": 62362, + "start": 64356, + "end": 64377, "loc": { "start": { - "line": 1815, + "line": 1861, "column": 66 }, "end": { - "line": 1815, + "line": 1861, "column": 87 }, "identifierName": "streamVisibleCallback" @@ -108013,15 +110716,15 @@ { "type": "CommentLine", "value": " only listen for this once; remove listener", - "start": 62229, - "end": 62274, + "start": 64244, + "end": 64289, "loc": { "start": { - "line": 1814, + "line": 1860, "column": 8 }, "end": { - "line": 1814, + "line": 1860, "column": 53 } } @@ -108031,15 +110734,15 @@ { "type": "CommentLine", "value": " reset and show camera button", - "start": 62374, - "end": 62405, + "start": 64389, + "end": 64420, "loc": { "start": { - "line": 1817, + "line": 1863, "column": 8 }, "end": { - "line": 1817, + "line": 1863, "column": 39 } } @@ -108048,85 +110751,85 @@ }, { "type": "ExpressionStatement", - "start": 62414, - "end": 62448, + "start": 64429, + "end": 64463, "loc": { "start": { - "line": 1818, + "line": 1864, "column": 8 }, "end": { - "line": 1818, + "line": 1864, "column": 42 } }, "expression": { "type": "CallExpression", - "start": 62414, - "end": 62447, + "start": 64429, + "end": 64462, "loc": { "start": { - "line": 1818, + "line": 1864, "column": 8 }, "end": { - "line": 1818, + "line": 1864, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 62414, - "end": 62445, + "start": 64429, + "end": 64460, "loc": { "start": { - "line": 1818, + "line": 1864, "column": 8 }, "end": { - "line": 1818, + "line": 1864, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 62414, - "end": 62438, + "start": 64429, + "end": 64453, "loc": { "start": { - "line": 1818, + "line": 1864, "column": 8 }, "end": { - "line": 1818, + "line": 1864, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 62414, - "end": 62425, + "start": 64429, + "end": 64440, "loc": { "start": { - "line": 1818, + "line": 1864, "column": 8 }, "end": { - "line": 1818, + "line": 1864, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 62414, - "end": 62418, + "start": 64429, + "end": 64433, "loc": { "start": { - "line": 1818, + "line": 1864, "column": 8 }, "end": { - "line": 1818, + "line": 1864, "column": 12 } }, @@ -108134,15 +110837,15 @@ }, "property": { "type": "Identifier", - "start": 62419, - "end": 62425, + "start": 64434, + "end": 64440, "loc": { "start": { - "line": 1818, + "line": 1864, "column": 13 }, "end": { - "line": 1818, + "line": 1864, "column": 19 }, "identifierName": "player" @@ -108154,15 +110857,15 @@ }, "property": { "type": "Identifier", - "start": 62426, - "end": 62438, + "start": 64441, + "end": 64453, "loc": { "start": { - "line": 1818, + "line": 1864, "column": 20 }, "end": { - "line": 1818, + "line": 1864, "column": 32 }, "identifierName": "cameraButton" @@ -108174,15 +110877,15 @@ }, "property": { "type": "Identifier", - "start": 62439, - "end": 62445, + "start": 64454, + "end": 64460, "loc": { "start": { - "line": 1818, + "line": 1864, "column": 33 }, "end": { - "line": 1818, + "line": 1864, "column": 39 }, "identifierName": "onStop" @@ -108199,15 +110902,15 @@ { "type": "CommentLine", "value": " reset and show camera button", - "start": 62374, - "end": 62405, + "start": 64389, + "end": 64420, "loc": { "start": { - "line": 1817, + "line": 1863, "column": 8 }, "end": { - "line": 1817, + "line": 1863, "column": 39 } } @@ -108216,100 +110919,100 @@ }, { "type": "ExpressionStatement", - "start": 62457, - "end": 62489, + "start": 64472, + "end": 64504, "loc": { "start": { - "line": 1819, + "line": 1865, "column": 8 }, "end": { - "line": 1819, + "line": 1865, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 62457, - "end": 62488, + "start": 64472, + "end": 64503, "loc": { "start": { - "line": 1819, + "line": 1865, "column": 8 }, "end": { - "line": 1819, + "line": 1865, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 62457, - "end": 62486, + "start": 64472, + "end": 64501, "loc": { "start": { - "line": 1819, + "line": 1865, "column": 8 }, "end": { - "line": 1819, + "line": 1865, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 62457, - "end": 62481, + "start": 64472, + "end": 64496, "loc": { "start": { - "line": 1819, + "line": 1865, "column": 8 }, "end": { - "line": 1819, + "line": 1865, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 62457, - "end": 62468, + "start": 64472, + "end": 64483, "loc": { "start": { - "line": 1819, + "line": 1865, "column": 8 }, "end": { - "line": 1819, + "line": 1865, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 62457, - "end": 62461, + "start": 64472, + "end": 64476, "loc": { "start": { - "line": 1819, + "line": 1865, "column": 8 }, "end": { - "line": 1819, + "line": 1865, "column": 12 } } }, "property": { "type": "Identifier", - "start": 62462, - "end": 62468, + "start": 64477, + "end": 64483, "loc": { "start": { - "line": 1819, + "line": 1865, "column": 13 }, "end": { - "line": 1819, + "line": 1865, "column": 19 }, "identifierName": "player" @@ -108320,15 +111023,15 @@ }, "property": { "type": "Identifier", - "start": 62469, - "end": 62481, + "start": 64484, + "end": 64496, "loc": { "start": { - "line": 1819, + "line": 1865, "column": 20 }, "end": { - "line": 1819, + "line": 1865, "column": 32 }, "identifierName": "cameraButton" @@ -108339,15 +111042,15 @@ }, "property": { "type": "Identifier", - "start": 62482, - "end": 62486, + "start": 64497, + "end": 64501, "loc": { "start": { - "line": 1819, + "line": 1865, "column": 33 }, "end": { - "line": 1819, + "line": 1865, "column": 37 }, "identifierName": "show" @@ -108367,15 +111070,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when the video device is ready and stream is visible.\n *\n * @private\n * @param {Event} event - `playing` event\n ", - "start": 62042, - "end": 62191, + "start": 64057, + "end": 64206, "loc": { "start": { - "line": 1807, + "line": 1853, "column": 4 }, "end": { - "line": 1812, + "line": 1858, "column": 7 } } @@ -108385,15 +111088,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when entering picture-in-picture mode.\n *\n * @private\n * @param {object} event - Event data.\n ", - "start": 62501, - "end": 62632, + "start": 64516, + "end": 64647, "loc": { "start": { - "line": 1822, + "line": 1868, "column": 4 }, "end": { - "line": 1827, + "line": 1873, "column": 7 } } @@ -108402,15 +111105,15 @@ }, { "type": "ClassMethod", - "start": 62637, - "end": 62715, + "start": 64652, + "end": 64730, "loc": { "start": { - "line": 1828, + "line": 1874, "column": 4 }, "end": { - "line": 1830, + "line": 1876, "column": 5 } }, @@ -108418,15 +111121,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 62637, - "end": 62647, + "start": 64652, + "end": 64662, "loc": { "start": { - "line": 1828, + "line": 1874, "column": 4 }, "end": { - "line": 1828, + "line": 1874, "column": 14 }, "identifierName": "onEnterPiP" @@ -108442,15 +111145,15 @@ "params": [ { "type": "Identifier", - "start": 62648, - "end": 62653, + "start": 64663, + "end": 64668, "loc": { "start": { - "line": 1828, + "line": 1874, "column": 15 }, "end": { - "line": 1828, + "line": 1874, "column": 20 }, "identifierName": "event" @@ -108460,101 +111163,101 @@ ], "body": { "type": "BlockStatement", - "start": 62655, - "end": 62715, + "start": 64670, + "end": 64730, "loc": { "start": { - "line": 1828, + "line": 1874, "column": 22 }, "end": { - "line": 1830, + "line": 1876, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 62665, - "end": 62709, + "start": 64680, + "end": 64724, "loc": { "start": { - "line": 1829, + "line": 1875, "column": 8 }, "end": { - "line": 1829, + "line": 1875, "column": 52 } }, "expression": { "type": "CallExpression", - "start": 62665, - "end": 62708, + "start": 64680, + "end": 64723, "loc": { "start": { - "line": 1829, + "line": 1875, "column": 8 }, "end": { - "line": 1829, + "line": 1875, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 62665, - "end": 62684, + "start": 64680, + "end": 64699, "loc": { "start": { - "line": 1829, + "line": 1875, "column": 8 }, "end": { - "line": 1829, + "line": 1875, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 62665, - "end": 62676, + "start": 64680, + "end": 64691, "loc": { "start": { - "line": 1829, + "line": 1875, "column": 8 }, "end": { - "line": 1829, + "line": 1875, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 62665, - "end": 62669, + "start": 64680, + "end": 64684, "loc": { "start": { - "line": 1829, + "line": 1875, "column": 8 }, "end": { - "line": 1829, + "line": 1875, "column": 12 } } }, "property": { "type": "Identifier", - "start": 62670, - "end": 62676, + "start": 64685, + "end": 64691, "loc": { "start": { - "line": 1829, + "line": 1875, "column": 13 }, "end": { - "line": 1829, + "line": 1875, "column": 19 }, "identifierName": "player" @@ -108565,15 +111268,15 @@ }, "property": { "type": "Identifier", - "start": 62677, - "end": 62684, + "start": 64692, + "end": 64699, "loc": { "start": { - "line": 1829, + "line": 1875, "column": 20 }, "end": { - "line": 1829, + "line": 1875, "column": 27 }, "identifierName": "trigger" @@ -108585,29 +111288,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 62685, - "end": 62700, + "start": 64700, + "end": 64715, "loc": { "start": { - "line": 1829, + "line": 1875, "column": 28 }, "end": { - "line": 1829, + "line": 1875, "column": 43 } }, "object": { "type": "Identifier", - "start": 62685, - "end": 62690, + "start": 64700, + "end": 64705, "loc": { "start": { - "line": 1829, + "line": 1875, "column": 28 }, "end": { - "line": 1829, + "line": 1875, "column": 33 }, "identifierName": "Event" @@ -108616,15 +111319,15 @@ }, "property": { "type": "Identifier", - "start": 62691, - "end": 62700, + "start": 64706, + "end": 64715, "loc": { "start": { - "line": 1829, + "line": 1875, "column": 34 }, "end": { - "line": 1829, + "line": 1875, "column": 43 }, "identifierName": "ENTER_PIP" @@ -108635,15 +111338,15 @@ }, { "type": "Identifier", - "start": 62702, - "end": 62707, + "start": 64717, + "end": 64722, "loc": { "start": { - "line": 1829, + "line": 1875, "column": 45 }, "end": { - "line": 1829, + "line": 1875, "column": 50 }, "identifierName": "event" @@ -108661,15 +111364,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when entering picture-in-picture mode.\n *\n * @private\n * @param {object} event - Event data.\n ", - "start": 62501, - "end": 62632, + "start": 64516, + "end": 64647, "loc": { "start": { - "line": 1822, + "line": 1868, "column": 4 }, "end": { - "line": 1827, + "line": 1873, "column": 7 } } @@ -108679,15 +111382,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when leaving picture-in-picture mode.\n *\n * @private\n * @param {object} event - Event data.\n ", - "start": 62721, - "end": 62851, + "start": 64736, + "end": 64866, "loc": { "start": { - "line": 1832, + "line": 1878, "column": 4 }, "end": { - "line": 1837, + "line": 1883, "column": 7 } } @@ -108696,15 +111399,15 @@ }, { "type": "ClassMethod", - "start": 62856, - "end": 62927, + "start": 64871, + "end": 64942, "loc": { "start": { - "line": 1838, + "line": 1884, "column": 4 }, "end": { - "line": 1840, + "line": 1886, "column": 5 } }, @@ -108712,15 +111415,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 62856, - "end": 62866, + "start": 64871, + "end": 64881, "loc": { "start": { - "line": 1838, + "line": 1884, "column": 4 }, "end": { - "line": 1838, + "line": 1884, "column": 14 }, "identifierName": "onLeavePiP" @@ -108736,15 +111439,15 @@ "params": [ { "type": "Identifier", - "start": 62867, - "end": 62872, + "start": 64882, + "end": 64887, "loc": { "start": { - "line": 1838, + "line": 1884, "column": 15 }, "end": { - "line": 1838, + "line": 1884, "column": 20 }, "identifierName": "event" @@ -108754,101 +111457,101 @@ ], "body": { "type": "BlockStatement", - "start": 62874, - "end": 62927, + "start": 64889, + "end": 64942, "loc": { "start": { - "line": 1838, + "line": 1884, "column": 22 }, "end": { - "line": 1840, + "line": 1886, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 62884, - "end": 62921, + "start": 64899, + "end": 64936, "loc": { "start": { - "line": 1839, + "line": 1885, "column": 8 }, "end": { - "line": 1839, + "line": 1885, "column": 45 } }, "expression": { "type": "CallExpression", - "start": 62884, - "end": 62920, + "start": 64899, + "end": 64935, "loc": { "start": { - "line": 1839, + "line": 1885, "column": 8 }, "end": { - "line": 1839, + "line": 1885, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 62884, - "end": 62903, + "start": 64899, + "end": 64918, "loc": { "start": { - "line": 1839, + "line": 1885, "column": 8 }, "end": { - "line": 1839, + "line": 1885, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 62884, - "end": 62895, + "start": 64899, + "end": 64910, "loc": { "start": { - "line": 1839, + "line": 1885, "column": 8 }, "end": { - "line": 1839, + "line": 1885, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 62884, - "end": 62888, + "start": 64899, + "end": 64903, "loc": { "start": { - "line": 1839, + "line": 1885, "column": 8 }, "end": { - "line": 1839, + "line": 1885, "column": 12 } } }, "property": { "type": "Identifier", - "start": 62889, - "end": 62895, + "start": 64904, + "end": 64910, "loc": { "start": { - "line": 1839, + "line": 1885, "column": 13 }, "end": { - "line": 1839, + "line": 1885, "column": 19 }, "identifierName": "player" @@ -108859,15 +111562,15 @@ }, "property": { "type": "Identifier", - "start": 62896, - "end": 62903, + "start": 64911, + "end": 64918, "loc": { "start": { - "line": 1839, + "line": 1885, "column": 20 }, "end": { - "line": 1839, + "line": 1885, "column": 27 }, "identifierName": "trigger" @@ -108879,29 +111582,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 62904, - "end": 62919, + "start": 64919, + "end": 64934, "loc": { "start": { - "line": 1839, + "line": 1885, "column": 28 }, "end": { - "line": 1839, + "line": 1885, "column": 43 } }, "object": { "type": "Identifier", - "start": 62904, - "end": 62909, + "start": 64919, + "end": 64924, "loc": { "start": { - "line": 1839, + "line": 1885, "column": 28 }, "end": { - "line": 1839, + "line": 1885, "column": 33 }, "identifierName": "Event" @@ -108910,15 +111613,15 @@ }, "property": { "type": "Identifier", - "start": 62910, - "end": 62919, + "start": 64925, + "end": 64934, "loc": { "start": { - "line": 1839, + "line": 1885, "column": 34 }, "end": { - "line": 1839, + "line": 1885, "column": 43 }, "identifierName": "LEAVE_PIP" @@ -108937,15 +111640,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when leaving picture-in-picture mode.\n *\n * @private\n * @param {object} event - Event data.\n ", - "start": 62721, - "end": 62851, + "start": 64736, + "end": 64866, "loc": { "start": { - "line": 1832, + "line": 1878, "column": 4 }, "end": { - "line": 1837, + "line": 1883, "column": 7 } } @@ -108961,58 +111664,58 @@ }, { "type": "ExpressionStatement", - "start": 62970, - "end": 62999, + "start": 64985, + "end": 65014, "loc": { "start": { - "line": 1844, + "line": 1890, "column": 0 }, "end": { - "line": 1844, + "line": 1890, "column": 29 } }, "expression": { "type": "AssignmentExpression", - "start": 62970, - "end": 62998, + "start": 64985, + "end": 65013, "loc": { "start": { - "line": 1844, + "line": 1890, "column": 0 }, "end": { - "line": 1844, + "line": 1890, "column": 28 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 62970, - "end": 62984, + "start": 64985, + "end": 64999, "loc": { "start": { - "line": 1844, + "line": 1890, "column": 0 }, "end": { - "line": 1844, + "line": 1890, "column": 14 } }, "object": { "type": "Identifier", - "start": 62970, - "end": 62976, + "start": 64985, + "end": 64991, "loc": { "start": { - "line": 1844, + "line": 1890, "column": 0 }, "end": { - "line": 1844, + "line": 1890, "column": 6 }, "identifierName": "Record" @@ -109022,15 +111725,15 @@ }, "property": { "type": "Identifier", - "start": 62977, - "end": 62984, + "start": 64992, + "end": 64999, "loc": { "start": { - "line": 1844, + "line": 1890, "column": 7 }, "end": { - "line": 1844, + "line": 1890, "column": 14 }, "identifierName": "VERSION" @@ -109042,15 +111745,15 @@ }, "right": { "type": "Identifier", - "start": 62987, - "end": 62998, + "start": 65002, + "end": 65013, "loc": { "start": { - "line": 1844, + "line": 1890, "column": 17 }, "end": { - "line": 1844, + "line": 1890, "column": 28 }, "identifierName": "__VERSION__" @@ -109063,15 +111766,15 @@ { "type": "CommentLine", "value": " version nr is injected during build", - "start": 62931, - "end": 62969, + "start": 64946, + "end": 64984, "loc": { "start": { - "line": 1843, + "line": 1889, "column": 0 }, "end": { - "line": 1843, + "line": 1889, "column": 38 } } @@ -109081,15 +111784,15 @@ { "type": "CommentLine", "value": " register plugin", - "start": 63001, - "end": 63019, + "start": 65016, + "end": 65034, "loc": { "start": { - "line": 1846, + "line": 1892, "column": 0 }, "end": { - "line": 1846, + "line": 1892, "column": 18 } } @@ -109098,58 +111801,58 @@ }, { "type": "ExpressionStatement", - "start": 63020, - "end": 63044, + "start": 65035, + "end": 65059, "loc": { "start": { - "line": 1847, + "line": 1893, "column": 0 }, "end": { - "line": 1847, + "line": 1893, "column": 24 } }, "expression": { "type": "AssignmentExpression", - "start": 63020, - "end": 63043, + "start": 65035, + "end": 65058, "loc": { "start": { - "line": 1847, + "line": 1893, "column": 0 }, "end": { - "line": 1847, + "line": 1893, "column": 23 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 63020, - "end": 63034, + "start": 65035, + "end": 65049, "loc": { "start": { - "line": 1847, + "line": 1893, "column": 0 }, "end": { - "line": 1847, + "line": 1893, "column": 14 } }, "object": { "type": "Identifier", - "start": 63020, - "end": 63027, + "start": 65035, + "end": 65042, "loc": { "start": { - "line": 1847, + "line": 1893, "column": 0 }, "end": { - "line": 1847, + "line": 1893, "column": 7 }, "identifierName": "videojs" @@ -109159,15 +111862,15 @@ }, "property": { "type": "Identifier", - "start": 63028, - "end": 63034, + "start": 65043, + "end": 65049, "loc": { "start": { - "line": 1847, + "line": 1893, "column": 8 }, "end": { - "line": 1847, + "line": 1893, "column": 14 }, "identifierName": "Record" @@ -109179,15 +111882,15 @@ }, "right": { "type": "Identifier", - "start": 63037, - "end": 63043, + "start": 65052, + "end": 65058, "loc": { "start": { - "line": 1847, + "line": 1893, "column": 17 }, "end": { - "line": 1847, + "line": 1893, "column": 23 }, "identifierName": "Record" @@ -109200,15 +111903,15 @@ { "type": "CommentLine", "value": " register plugin", - "start": 63001, - "end": 63019, + "start": 65016, + "end": 65034, "loc": { "start": { - "line": 1846, + "line": 1892, "column": 0 }, "end": { - "line": 1846, + "line": 1892, "column": 18 } } @@ -109217,71 +111920,71 @@ }, { "type": "IfStatement", - "start": 63045, - "end": 63141, + "start": 65060, + "end": 65156, "loc": { "start": { - "line": 1848, + "line": 1894, "column": 0 }, "end": { - "line": 1850, + "line": 1896, "column": 1 } }, "test": { "type": "BinaryExpression", - "start": 63049, - "end": 63090, + "start": 65064, + "end": 65105, "loc": { "start": { - "line": 1848, + "line": 1894, "column": 4 }, "end": { - "line": 1848, + "line": 1894, "column": 45 } }, "left": { "type": "CallExpression", - "start": 63049, - "end": 63076, + "start": 65064, + "end": 65091, "loc": { "start": { - "line": 1848, + "line": 1894, "column": 4 }, "end": { - "line": 1848, + "line": 1894, "column": 31 } }, "callee": { "type": "MemberExpression", - "start": 63049, - "end": 63066, + "start": 65064, + "end": 65081, "loc": { "start": { - "line": 1848, + "line": 1894, "column": 4 }, "end": { - "line": 1848, + "line": 1894, "column": 21 } }, "object": { "type": "Identifier", - "start": 63049, - "end": 63056, + "start": 65064, + "end": 65071, "loc": { "start": { - "line": 1848, + "line": 1894, "column": 4 }, "end": { - "line": 1848, + "line": 1894, "column": 11 }, "identifierName": "videojs" @@ -109290,15 +111993,15 @@ }, "property": { "type": "Identifier", - "start": 63057, - "end": 63066, + "start": 65072, + "end": 65081, "loc": { "start": { - "line": 1848, + "line": 1894, "column": 12 }, "end": { - "line": 1848, + "line": 1894, "column": 21 }, "identifierName": "getPlugin" @@ -109310,15 +112013,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 63067, - "end": 63075, + "start": 65082, + "end": 65090, "loc": { "start": { - "line": 1848, + "line": 1894, "column": 22 }, "end": { - "line": 1848, + "line": 1894, "column": 30 } }, @@ -109333,15 +112036,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 63081, - "end": 63090, + "start": 65096, + "end": 65105, "loc": { "start": { - "line": 1848, + "line": 1894, "column": 36 }, "end": { - "line": 1848, + "line": 1894, "column": 45 }, "identifierName": "undefined" @@ -109351,72 +112054,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 63092, - "end": 63141, + "start": 65107, + "end": 65156, "loc": { "start": { - "line": 1848, + "line": 1894, "column": 47 }, "end": { - "line": 1850, + "line": 1896, "column": 1 } }, "body": [ { "type": "ExpressionStatement", - "start": 63098, - "end": 63139, + "start": 65113, + "end": 65154, "loc": { "start": { - "line": 1849, + "line": 1895, "column": 4 }, "end": { - "line": 1849, + "line": 1895, "column": 45 } }, "expression": { "type": "CallExpression", - "start": 63098, - "end": 63138, + "start": 65113, + "end": 65153, "loc": { "start": { - "line": 1849, + "line": 1895, "column": 4 }, "end": { - "line": 1849, + "line": 1895, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 63098, - "end": 63120, + "start": 65113, + "end": 65135, "loc": { "start": { - "line": 1849, + "line": 1895, "column": 4 }, "end": { - "line": 1849, + "line": 1895, "column": 26 } }, "object": { "type": "Identifier", - "start": 63098, - "end": 63105, + "start": 65113, + "end": 65120, "loc": { "start": { - "line": 1849, + "line": 1895, "column": 4 }, "end": { - "line": 1849, + "line": 1895, "column": 11 }, "identifierName": "videojs" @@ -109425,15 +112128,15 @@ }, "property": { "type": "Identifier", - "start": 63106, - "end": 63120, + "start": 65121, + "end": 65135, "loc": { "start": { - "line": 1849, + "line": 1895, "column": 12 }, "end": { - "line": 1849, + "line": 1895, "column": 26 }, "identifierName": "registerPlugin" @@ -109445,15 +112148,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 63121, - "end": 63129, + "start": 65136, + "end": 65144, "loc": { "start": { - "line": 1849, + "line": 1895, "column": 27 }, "end": { - "line": 1849, + "line": 1895, "column": 35 } }, @@ -109465,15 +112168,15 @@ }, { "type": "Identifier", - "start": 63131, - "end": 63137, + "start": 65146, + "end": 65152, "loc": { "start": { - "line": 1849, + "line": 1895, "column": 37 }, "end": { - "line": 1849, + "line": 1895, "column": 43 }, "identifierName": "Record" @@ -109492,15 +112195,15 @@ { "type": "CommentLine", "value": " export plugin", - "start": 63143, - "end": 63159, + "start": 65158, + "end": 65174, "loc": { "start": { - "line": 1852, + "line": 1898, "column": 0 }, "end": { - "line": 1852, + "line": 1898, "column": 16 } } @@ -109509,15 +112212,15 @@ }, { "type": "ExportNamedDeclaration", - "start": 63160, - "end": 63176, + "start": 65175, + "end": 65191, "loc": { "start": { - "line": 1853, + "line": 1899, "column": 0 }, "end": { - "line": 1853, + "line": 1899, "column": 16 } }, @@ -109525,29 +112228,29 @@ "specifiers": [ { "type": "ExportSpecifier", - "start": 63168, - "end": 63174, + "start": 65183, + "end": 65189, "loc": { "start": { - "line": 1853, + "line": 1899, "column": 8 }, "end": { - "line": 1853, + "line": 1899, "column": 14 } }, "local": { "type": "Identifier", - "start": 63168, - "end": 63174, + "start": 65183, + "end": 65189, "loc": { "start": { - "line": 1853, + "line": 1899, "column": 8 }, "end": { - "line": 1853, + "line": 1899, "column": 14 }, "identifierName": "Record" @@ -109557,15 +112260,15 @@ }, "exported": { "type": "Identifier", - "start": 63168, - "end": 63174, + "start": 65183, + "end": 65189, "loc": { "start": { - "line": 1853, + "line": 1899, "column": 8 }, "end": { - "line": 1853, + "line": 1899, "column": 14 }, "identifierName": "Record" @@ -109580,15 +112283,15 @@ { "type": "CommentLine", "value": " export plugin", - "start": 63143, - "end": 63159, + "start": 65158, + "end": 65174, "loc": { "start": { - "line": 1852, + "line": 1898, "column": 0 }, "end": { - "line": 1852, + "line": 1898, "column": 16 } } @@ -109597,29 +112300,29 @@ }, { "type": "ExportNamedDeclaration", - "start": 63160, - "end": 63176, + "start": 65175, + "end": 65191, "loc": { "start": { - "line": 1853, + "line": 1899, "column": 0 }, "end": { - "line": 1853, + "line": 1899, "column": 16 } }, "declaration": { "type": "ClassDeclaration", "start": 1409, - "end": 62929, + "end": 64944, "loc": { "start": { "line": 40, "column": 0 }, "end": { - "line": 1841, + "line": 1887, "column": 1 } }, @@ -109661,14 +112364,14 @@ "body": { "type": "ClassBody", "start": 1437, - "end": 62929, + "end": 64944, "loc": { "start": { "line": 40, "column": 28 }, "end": { - "line": 1841, + "line": 1887, "column": 1 } }, @@ -109676,14 +112379,14 @@ { "type": "ClassMethod", "start": 1635, - "end": 5591, + "end": 5772, "loc": { "start": { "line": 47, "column": 4 }, "end": { - "line": 155, + "line": 160, "column": 5 } }, @@ -109751,14 +112454,14 @@ "body": { "type": "BlockStatement", "start": 1664, - "end": 5591, + "end": 5772, "loc": { "start": { "line": 47, "column": 33 }, "end": { - "line": 155, + "line": 160, "column": 5 } }, @@ -110995,9 +113698,316 @@ "trailingComments": [ { "type": "CommentLine", - "value": " add device button with icon based on type", + "value": " use custom video.js time format", + "start": 2268, + "end": 2302, + "loc": { + "start": { + "line": 69, + "column": 8 + }, + "end": { + "line": 69, + "column": 42 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "start": 2311, + "end": 2439, + "loc": { + "start": { + "line": 70, + "column": 8 + }, + "end": { + "line": 72, + "column": 11 + } + }, + "expression": { + "type": "CallExpression", + "start": 2311, + "end": 2438, + "loc": { + "start": { + "line": 70, + "column": 8 + }, + "end": { + "line": 72, + "column": 10 + } + }, + "callee": { + "type": "MemberExpression", + "start": 2311, + "end": 2332, + "loc": { + "start": { + "line": 70, + "column": 8 + }, + "end": { + "line": 70, + "column": 29 + } + }, + "object": { + "type": "Identifier", + "start": 2311, + "end": 2318, + "loc": { + "start": { + "line": 70, + "column": 8 + }, + "end": { + "line": 70, + "column": 15 + }, + "identifierName": "videojs" + }, + "name": "videojs", + "leadingComments": null + }, + "property": { + "type": "Identifier", + "start": 2319, + "end": 2332, + "loc": { + "start": { + "line": 70, + "column": 16 + }, + "end": { + "line": 70, + "column": 29 + }, + "identifierName": "setFormatTime" + }, + "name": "setFormatTime" + }, + "computed": false, + "leadingComments": null + }, + "arguments": [ + { + "type": "ArrowFunctionExpression", + "start": 2333, + "end": 2437, + "loc": { + "start": { + "line": 70, + "column": 30 + }, + "end": { + "line": 72, + "column": 9 + } + }, + "id": null, + "generator": false, + "expression": false, + "async": false, + "params": [ + { + "type": "Identifier", + "start": 2334, + "end": 2341, + "loc": { + "start": { + "line": 70, + "column": 31 + }, + "end": { + "line": 70, + "column": 38 + }, + "identifierName": "seconds" + }, + "name": "seconds" + }, + { + "type": "Identifier", + "start": 2343, + "end": 2348, + "loc": { + "start": { + "line": 70, + "column": 40 + }, + "end": { + "line": 70, + "column": 45 + }, + "identifierName": "guide" + }, + "name": "guide" + } + ], + "body": { + "type": "BlockStatement", + "start": 2353, + "end": 2437, + "loc": { + "start": { + "line": 70, + "column": 50 + }, + "end": { + "line": 72, + "column": 9 + } + }, + "body": [ + { + "type": "ReturnStatement", + "start": 2367, + "end": 2427, + "loc": { + "start": { + "line": 71, + "column": 12 + }, + "end": { + "line": 71, + "column": 72 + } + }, + "argument": { + "type": "CallExpression", + "start": 2374, + "end": 2426, + "loc": { + "start": { + "line": 71, + "column": 19 + }, + "end": { + "line": 71, + "column": 71 + } + }, + "callee": { + "type": "Identifier", + "start": 2374, + "end": 2384, + "loc": { + "start": { + "line": 71, + "column": 19 + }, + "end": { + "line": 71, + "column": 29 + }, + "identifierName": "formatTime" + }, + "name": "formatTime" + }, + "arguments": [ + { + "type": "Identifier", + "start": 2385, + "end": 2392, + "loc": { + "start": { + "line": 71, + "column": 30 + }, + "end": { + "line": 71, + "column": 37 + }, + "identifierName": "seconds" + }, + "name": "seconds" + }, + { + "type": "Identifier", + "start": 2394, + "end": 2399, + "loc": { + "start": { + "line": 71, + "column": 39 + }, + "end": { + "line": 71, + "column": 44 + }, + "identifierName": "guide" + }, + "name": "guide" + }, + { + "type": "MemberExpression", + "start": 2401, + "end": 2425, + "loc": { + "start": { + "line": 71, + "column": 46 + }, + "end": { + "line": 71, + "column": 70 + } + }, + "object": { + "type": "ThisExpression", + "start": 2401, + "end": 2405, + "loc": { + "start": { + "line": 71, + "column": 46 + }, + "end": { + "line": 71, + "column": 50 + } + } + }, + "property": { + "type": "Identifier", + "start": 2406, + "end": 2425, + "loc": { + "start": { + "line": 71, + "column": 51 + }, + "end": { + "line": 71, + "column": 70 + }, + "identifierName": "displayMilliseconds" + }, + "name": "displayMilliseconds" + }, + "computed": false + } + ] + } + } + ], + "directives": [] + } + } + ], + "leadingComments": null + }, + "leadingComments": [ + { + "type": "CommentLine", + "value": " use custom video.js time format", "start": 2268, - "end": 2312, + "end": 2302, "loc": { "start": { "line": 69, @@ -111005,6 +114015,24 @@ }, "end": { "line": 69, + "column": 42 + } + } + } + ], + "trailingComments": [ + { + "type": "CommentLine", + "value": " add device button with icon based on type", + "start": 2449, + "end": 2493, + "loc": { + "start": { + "line": 74, + "column": 8 + }, + "end": { + "line": 74, "column": 52 } } @@ -111013,44 +114041,44 @@ }, { "type": "VariableDeclaration", - "start": 2321, - "end": 2348, + "start": 2502, + "end": 2529, "loc": { "start": { - "line": 70, + "line": 75, "column": 8 }, "end": { - "line": 70, + "line": 75, "column": 35 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 2325, - "end": 2347, + "start": 2506, + "end": 2528, "loc": { "start": { - "line": 70, + "line": 75, "column": 12 }, "end": { - "line": 70, + "line": 75, "column": 34 } }, "id": { "type": "Identifier", - "start": 2325, - "end": 2335, + "start": 2506, + "end": 2516, "loc": { "start": { - "line": 70, + "line": 75, "column": 12 }, "end": { - "line": 70, + "line": 75, "column": 22 }, "identifierName": "deviceIcon" @@ -111060,15 +114088,15 @@ }, "init": { "type": "StringLiteral", - "start": 2338, - "end": 2347, + "start": 2519, + "end": 2528, "loc": { "start": { - "line": 70, + "line": 75, "column": 25 }, "end": { - "line": 70, + "line": 75, "column": 34 } }, @@ -111086,15 +114114,15 @@ { "type": "CommentLine", "value": " add device button with icon based on type", - "start": 2268, - "end": 2312, + "start": 2449, + "end": 2493, "loc": { "start": { - "line": 69, + "line": 74, "column": 8 }, "end": { - "line": 69, + "line": 74, "column": 52 } } @@ -111103,72 +114131,72 @@ }, { "type": "SwitchStatement", - "start": 2358, - "end": 2837, + "start": 2539, + "end": 3018, "loc": { "start": { - "line": 72, + "line": 77, "column": 8 }, "end": { - "line": 87, + "line": 92, "column": 9 } }, "discriminant": { "type": "CallExpression", - "start": 2366, - "end": 2386, + "start": 2547, + "end": 2567, "loc": { "start": { - "line": 72, + "line": 77, "column": 16 }, "end": { - "line": 72, + "line": 77, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 2366, - "end": 2384, + "start": 2547, + "end": 2565, "loc": { "start": { - "line": 72, + "line": 77, "column": 16 }, "end": { - "line": 72, + "line": 77, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 2366, - "end": 2370, + "start": 2547, + "end": 2551, "loc": { "start": { - "line": 72, + "line": 77, "column": 16 }, "end": { - "line": 72, + "line": 77, "column": 20 } } }, "property": { "type": "Identifier", - "start": 2371, - "end": 2384, + "start": 2552, + "end": 2565, "loc": { "start": { - "line": 72, + "line": 77, "column": 21 }, "end": { - "line": 72, + "line": 77, "column": 34 }, "identifierName": "getRecordType" @@ -111182,30 +114210,30 @@ "cases": [ { "type": "SwitchCase", - "start": 2402, - "end": 2418, + "start": 2583, + "end": 2599, "loc": { "start": { - "line": 73, + "line": 78, "column": 12 }, "end": { - "line": 73, + "line": 78, "column": 28 } }, "consequent": [], "test": { "type": "Identifier", - "start": 2407, - "end": 2417, + "start": 2588, + "end": 2598, "loc": { "start": { - "line": 73, + "line": 78, "column": 17 }, "end": { - "line": 73, + "line": 78, "column": 27 }, "identifierName": "IMAGE_ONLY" @@ -111215,30 +114243,30 @@ }, { "type": "SwitchCase", - "start": 2431, - "end": 2447, + "start": 2612, + "end": 2628, "loc": { "start": { - "line": 74, + "line": 79, "column": 12 }, "end": { - "line": 74, + "line": 79, "column": 28 } }, "consequent": [], "test": { "type": "Identifier", - "start": 2436, - "end": 2446, + "start": 2617, + "end": 2627, "loc": { "start": { - "line": 74, + "line": 79, "column": 17 }, "end": { - "line": 74, + "line": 79, "column": 27 }, "identifierName": "VIDEO_ONLY" @@ -111248,59 +114276,59 @@ }, { "type": "SwitchCase", - "start": 2460, - "end": 2541, + "start": 2641, + "end": 2722, "loc": { "start": { - "line": 75, + "line": 80, "column": 12 }, "end": { - "line": 77, + "line": 82, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 2492, - "end": 2518, + "start": 2673, + "end": 2699, "loc": { "start": { - "line": 76, + "line": 81, "column": 16 }, "end": { - "line": 76, + "line": 81, "column": 42 } }, "expression": { "type": "AssignmentExpression", - "start": 2492, - "end": 2517, + "start": 2673, + "end": 2698, "loc": { "start": { - "line": 76, + "line": 81, "column": 16 }, "end": { - "line": 76, + "line": 81, "column": 41 } }, "operator": "=", "left": { "type": "Identifier", - "start": 2492, - "end": 2502, + "start": 2673, + "end": 2683, "loc": { "start": { - "line": 76, + "line": 81, "column": 16 }, "end": { - "line": 76, + "line": 81, "column": 26 }, "identifierName": "deviceIcon" @@ -111309,15 +114337,15 @@ }, "right": { "type": "StringLiteral", - "start": 2505, - "end": 2517, + "start": 2686, + "end": 2698, "loc": { "start": { - "line": 76, + "line": 81, "column": 29 }, "end": { - "line": 76, + "line": 81, "column": 41 } }, @@ -111331,15 +114359,15 @@ }, { "type": "BreakStatement", - "start": 2535, - "end": 2541, + "start": 2716, + "end": 2722, "loc": { "start": { - "line": 77, + "line": 82, "column": 16 }, "end": { - "line": 77, + "line": 82, "column": 22 } }, @@ -111348,15 +114376,15 @@ ], "test": { "type": "Identifier", - "start": 2465, - "end": 2474, + "start": 2646, + "end": 2655, "loc": { "start": { - "line": 75, + "line": 80, "column": 17 }, "end": { - "line": 75, + "line": 80, "column": 26 }, "identifierName": "ANIMATION" @@ -111366,59 +114394,59 @@ }, { "type": "SwitchCase", - "start": 2554, - "end": 2636, + "start": 2735, + "end": 2817, "loc": { "start": { - "line": 78, + "line": 83, "column": 12 }, "end": { - "line": 80, + "line": 85, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 2587, - "end": 2613, + "start": 2768, + "end": 2794, "loc": { "start": { - "line": 79, + "line": 84, "column": 16 }, "end": { - "line": 79, + "line": 84, "column": 42 } }, "expression": { "type": "AssignmentExpression", - "start": 2587, - "end": 2612, + "start": 2768, + "end": 2793, "loc": { "start": { - "line": 79, + "line": 84, "column": 16 }, "end": { - "line": 79, + "line": 84, "column": 41 } }, "operator": "=", "left": { "type": "Identifier", - "start": 2587, - "end": 2597, + "start": 2768, + "end": 2778, "loc": { "start": { - "line": 79, + "line": 84, "column": 16 }, "end": { - "line": 79, + "line": 84, "column": 26 }, "identifierName": "deviceIcon" @@ -111427,15 +114455,15 @@ }, "right": { "type": "StringLiteral", - "start": 2600, - "end": 2612, + "start": 2781, + "end": 2793, "loc": { "start": { - "line": 79, + "line": 84, "column": 29 }, "end": { - "line": 79, + "line": 84, "column": 41 } }, @@ -111449,15 +114477,15 @@ }, { "type": "BreakStatement", - "start": 2630, - "end": 2636, + "start": 2811, + "end": 2817, "loc": { "start": { - "line": 80, + "line": 85, "column": 16 }, "end": { - "line": 80, + "line": 85, "column": 22 } }, @@ -111466,15 +114494,15 @@ ], "test": { "type": "Identifier", - "start": 2559, - "end": 2569, + "start": 2740, + "end": 2750, "loc": { "start": { - "line": 78, + "line": 83, "column": 17 }, "end": { - "line": 78, + "line": 83, "column": 27 }, "identifierName": "AUDIO_ONLY" @@ -111484,59 +114512,59 @@ }, { "type": "SwitchCase", - "start": 2649, - "end": 2733, + "start": 2830, + "end": 2914, "loc": { "start": { - "line": 81, + "line": 86, "column": 12 }, "end": { - "line": 83, + "line": 88, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 2683, - "end": 2710, + "start": 2864, + "end": 2891, "loc": { "start": { - "line": 82, + "line": 87, "column": 16 }, "end": { - "line": 82, + "line": 87, "column": 43 } }, "expression": { "type": "AssignmentExpression", - "start": 2683, - "end": 2709, + "start": 2864, + "end": 2890, "loc": { "start": { - "line": 82, + "line": 87, "column": 16 }, "end": { - "line": 82, + "line": 87, "column": 42 } }, "operator": "=", "left": { "type": "Identifier", - "start": 2683, - "end": 2693, + "start": 2864, + "end": 2874, "loc": { "start": { - "line": 82, + "line": 87, "column": 16 }, "end": { - "line": 82, + "line": 87, "column": 26 }, "identifierName": "deviceIcon" @@ -111545,15 +114573,15 @@ }, "right": { "type": "StringLiteral", - "start": 2696, - "end": 2709, + "start": 2877, + "end": 2890, "loc": { "start": { - "line": 82, + "line": 87, "column": 29 }, "end": { - "line": 82, + "line": 87, "column": 42 } }, @@ -111567,15 +114595,15 @@ }, { "type": "BreakStatement", - "start": 2727, - "end": 2733, + "start": 2908, + "end": 2914, "loc": { "start": { - "line": 83, + "line": 88, "column": 16 }, "end": { - "line": 83, + "line": 88, "column": 22 } }, @@ -111584,15 +114612,15 @@ ], "test": { "type": "Identifier", - "start": 2654, - "end": 2665, + "start": 2835, + "end": 2846, "loc": { "start": { - "line": 81, + "line": 86, "column": 17 }, "end": { - "line": 81, + "line": 86, "column": 28 }, "identifierName": "SCREEN_ONLY" @@ -111602,59 +114630,59 @@ }, { "type": "SwitchCase", - "start": 2746, - "end": 2827, + "start": 2927, + "end": 3008, "loc": { "start": { - "line": 84, + "line": 89, "column": 12 }, "end": { - "line": 86, + "line": 91, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 2781, - "end": 2804, + "start": 2962, + "end": 2985, "loc": { "start": { - "line": 85, + "line": 90, "column": 16 }, "end": { - "line": 85, + "line": 90, "column": 39 } }, "expression": { "type": "AssignmentExpression", - "start": 2781, - "end": 2803, + "start": 2962, + "end": 2984, "loc": { "start": { - "line": 85, + "line": 90, "column": 16 }, "end": { - "line": 85, + "line": 90, "column": 38 } }, "operator": "=", "left": { "type": "Identifier", - "start": 2781, - "end": 2791, + "start": 2962, + "end": 2972, "loc": { "start": { - "line": 85, + "line": 90, "column": 16 }, "end": { - "line": 85, + "line": 90, "column": 26 }, "identifierName": "deviceIcon" @@ -111663,15 +114691,15 @@ }, "right": { "type": "StringLiteral", - "start": 2794, - "end": 2803, + "start": 2975, + "end": 2984, "loc": { "start": { - "line": 85, + "line": 90, "column": 29 }, "end": { - "line": 85, + "line": 90, "column": 38 } }, @@ -111685,15 +114713,15 @@ }, { "type": "BreakStatement", - "start": 2821, - "end": 2827, + "start": 3002, + "end": 3008, "loc": { "start": { - "line": 86, + "line": 91, "column": 16 }, "end": { - "line": 86, + "line": 91, "column": 22 } }, @@ -111702,15 +114730,15 @@ ], "test": { "type": "Identifier", - "start": 2751, - "end": 2763, + "start": 2932, + "end": 2944, "loc": { "start": { - "line": 84, + "line": 89, "column": 17 }, "end": { - "line": 84, + "line": 89, "column": 29 }, "identifierName": "AUDIO_SCREEN" @@ -111723,15 +114751,15 @@ { "type": "CommentLine", "value": " add custom interface elements", - "start": 2847, - "end": 2879, + "start": 3028, + "end": 3060, "loc": { "start": { - "line": 89, + "line": 94, "column": 8 }, "end": { - "line": 89, + "line": 94, "column": 40 } } @@ -111740,72 +114768,72 @@ }, { "type": "ExpressionStatement", - "start": 2888, - "end": 3069, + "start": 3069, + "end": 3250, "loc": { "start": { - "line": 90, + "line": 95, "column": 8 }, "end": { - "line": 93, + "line": 98, "column": 10 } }, "expression": { "type": "AssignmentExpression", - "start": 2888, - "end": 3068, + "start": 3069, + "end": 3249, "loc": { "start": { - "line": 90, + "line": 95, "column": 8 }, "end": { - "line": 93, + "line": 98, "column": 9 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 2888, - "end": 2924, + "start": 3069, + "end": 3105, "loc": { "start": { - "line": 90, + "line": 95, "column": 8 }, "end": { - "line": 90, + "line": 95, "column": 44 } }, "object": { "type": "MemberExpression", - "start": 2888, - "end": 2910, + "start": 3069, + "end": 3091, "loc": { "start": { - "line": 90, + "line": 95, "column": 8 }, "end": { - "line": 90, + "line": 95, "column": 30 } }, "object": { "type": "Identifier", - "start": 2888, - "end": 2900, + "start": 3069, + "end": 3081, "loc": { "start": { - "line": 90, + "line": 95, "column": 8 }, "end": { - "line": 90, + "line": 95, "column": 20 }, "identifierName": "DeviceButton" @@ -111815,15 +114843,15 @@ }, "property": { "type": "Identifier", - "start": 2901, - "end": 2910, + "start": 3082, + "end": 3091, "loc": { "start": { - "line": 90, + "line": 95, "column": 21 }, "end": { - "line": 90, + "line": 95, "column": 30 }, "identifierName": "prototype" @@ -111835,15 +114863,15 @@ }, "property": { "type": "Identifier", - "start": 2911, - "end": 2924, + "start": 3092, + "end": 3105, "loc": { "start": { - "line": 90, + "line": 95, "column": 31 }, "end": { - "line": 90, + "line": 95, "column": 44 }, "identifierName": "buildCSSClass" @@ -111855,15 +114883,15 @@ }, "right": { "type": "ArrowFunctionExpression", - "start": 2927, - "end": 3068, + "start": 3108, + "end": 3249, "loc": { "start": { - "line": 90, + "line": 95, "column": 47 }, "end": { - "line": 93, + "line": 98, "column": 9 } }, @@ -111874,58 +114902,58 @@ "params": [], "body": { "type": "BlockStatement", - "start": 2933, - "end": 3068, + "start": 3114, + "end": 3249, "loc": { "start": { - "line": 90, + "line": 95, "column": 53 }, "end": { - "line": 93, + "line": 98, "column": 9 } }, "body": [ { "type": "ReturnStatement", - "start": 2985, - "end": 3058, + "start": 3166, + "end": 3239, "loc": { "start": { - "line": 92, + "line": 97, "column": 12 }, "end": { - "line": 92, + "line": 97, "column": 85 } }, "argument": { "type": "BinaryExpression", - "start": 2992, - "end": 3057, + "start": 3173, + "end": 3238, "loc": { "start": { - "line": 92, + "line": 97, "column": 19 }, "end": { - "line": 92, + "line": 97, "column": 84 } }, "left": { "type": "StringLiteral", - "start": 2992, - "end": 3044, + "start": 3173, + "end": 3225, "loc": { "start": { - "line": 92, + "line": 97, "column": 19 }, "end": { - "line": 92, + "line": 97, "column": 71 } }, @@ -111939,15 +114967,15 @@ "operator": "+", "right": { "type": "Identifier", - "start": 3047, - "end": 3057, + "start": 3228, + "end": 3238, "loc": { "start": { - "line": 92, + "line": 97, "column": 74 }, "end": { - "line": 92, + "line": 97, "column": 84 }, "identifierName": "deviceIcon" @@ -111960,15 +114988,15 @@ { "type": "CommentLine", "value": " use dynamic icon class", - "start": 2947, - "end": 2972, + "start": 3128, + "end": 3153, "loc": { "start": { - "line": 91, + "line": 96, "column": 12 }, "end": { - "line": 91, + "line": 96, "column": 37 } } @@ -111985,15 +115013,15 @@ { "type": "CommentLine", "value": " add custom interface elements", - "start": 2847, - "end": 2879, + "start": 3028, + "end": 3060, "loc": { "start": { - "line": 89, + "line": 94, "column": 8 }, "end": { - "line": 89, + "line": 94, "column": 40 } } @@ -112002,58 +115030,58 @@ }, { "type": "ExpressionStatement", - "start": 3078, - "end": 3134, + "start": 3259, + "end": 3315, "loc": { "start": { - "line": 94, + "line": 99, "column": 8 }, "end": { - "line": 94, + "line": 99, "column": 64 } }, "expression": { "type": "AssignmentExpression", - "start": 3078, - "end": 3133, + "start": 3259, + "end": 3314, "loc": { "start": { - "line": 94, + "line": 99, "column": 8 }, "end": { - "line": 94, + "line": 99, "column": 63 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 3078, - "end": 3097, + "start": 3259, + "end": 3278, "loc": { "start": { - "line": 94, + "line": 99, "column": 8 }, "end": { - "line": 94, + "line": 99, "column": 27 } }, "object": { "type": "Identifier", - "start": 3078, - "end": 3084, + "start": 3259, + "end": 3265, "loc": { "start": { - "line": 94, + "line": 99, "column": 8 }, "end": { - "line": 94, + "line": 99, "column": 14 }, "identifierName": "player" @@ -112062,15 +115090,15 @@ }, "property": { "type": "Identifier", - "start": 3085, - "end": 3097, + "start": 3266, + "end": 3278, "loc": { "start": { - "line": 94, + "line": 99, "column": 15 }, "end": { - "line": 94, + "line": 99, "column": 27 }, "identifierName": "deviceButton" @@ -112081,29 +115109,29 @@ }, "right": { "type": "NewExpression", - "start": 3100, - "end": 3133, + "start": 3281, + "end": 3314, "loc": { "start": { - "line": 94, + "line": 99, "column": 30 }, "end": { - "line": 94, + "line": 99, "column": 63 } }, "callee": { "type": "Identifier", - "start": 3104, - "end": 3116, + "start": 3285, + "end": 3297, "loc": { "start": { - "line": 94, + "line": 99, "column": 34 }, "end": { - "line": 94, + "line": 99, "column": 46 }, "identifierName": "DeviceButton" @@ -112113,15 +115141,15 @@ "arguments": [ { "type": "Identifier", - "start": 3117, - "end": 3123, + "start": 3298, + "end": 3304, "loc": { "start": { - "line": 94, + "line": 99, "column": 47 }, "end": { - "line": 94, + "line": 99, "column": 53 }, "identifierName": "player" @@ -112130,15 +115158,15 @@ }, { "type": "Identifier", - "start": 3125, - "end": 3132, + "start": 3306, + "end": 3313, "loc": { "start": { - "line": 94, + "line": 99, "column": 55 }, "end": { - "line": 94, + "line": 99, "column": 62 }, "identifierName": "options" @@ -112151,57 +115179,57 @@ }, { "type": "ExpressionStatement", - "start": 3143, - "end": 3180, + "start": 3324, + "end": 3361, "loc": { "start": { - "line": 95, + "line": 100, "column": 8 }, "end": { - "line": 95, + "line": 100, "column": 45 } }, "expression": { "type": "CallExpression", - "start": 3143, - "end": 3179, + "start": 3324, + "end": 3360, "loc": { "start": { - "line": 95, + "line": 100, "column": 8 }, "end": { - "line": 95, + "line": 100, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 3143, - "end": 3158, + "start": 3324, + "end": 3339, "loc": { "start": { - "line": 95, + "line": 100, "column": 8 }, "end": { - "line": 95, + "line": 100, "column": 23 } }, "object": { "type": "Identifier", - "start": 3143, - "end": 3149, + "start": 3324, + "end": 3330, "loc": { "start": { - "line": 95, + "line": 100, "column": 8 }, "end": { - "line": 95, + "line": 100, "column": 14 }, "identifierName": "player" @@ -112210,15 +115238,15 @@ }, "property": { "type": "Identifier", - "start": 3150, - "end": 3158, + "start": 3331, + "end": 3339, "loc": { "start": { - "line": 95, + "line": 100, "column": 15 }, "end": { - "line": 95, + "line": 100, "column": 23 }, "identifierName": "addChild" @@ -112230,29 +115258,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 3159, - "end": 3178, + "start": 3340, + "end": 3359, "loc": { "start": { - "line": 95, + "line": 100, "column": 24 }, "end": { - "line": 95, + "line": 100, "column": 43 } }, "object": { "type": "Identifier", - "start": 3159, - "end": 3165, + "start": 3340, + "end": 3346, "loc": { "start": { - "line": 95, + "line": 100, "column": 24 }, "end": { - "line": 95, + "line": 100, "column": 30 }, "identifierName": "player" @@ -112261,15 +115289,15 @@ }, "property": { "type": "Identifier", - "start": 3166, - "end": 3178, + "start": 3347, + "end": 3359, "loc": { "start": { - "line": 95, + "line": 100, "column": 31 }, "end": { - "line": 95, + "line": 100, "column": 43 }, "identifierName": "deviceButton" @@ -112284,15 +115312,15 @@ { "type": "CommentLine", "value": " add blinking record indicator", - "start": 3190, - "end": 3222, + "start": 3371, + "end": 3403, "loc": { "start": { - "line": 97, + "line": 102, "column": 8 }, "end": { - "line": 97, + "line": 102, "column": 40 } } @@ -112301,58 +115329,58 @@ }, { "type": "ExpressionStatement", - "start": 3231, - "end": 3293, + "start": 3412, + "end": 3474, "loc": { "start": { - "line": 98, + "line": 103, "column": 8 }, "end": { - "line": 98, + "line": 103, "column": 70 } }, "expression": { "type": "AssignmentExpression", - "start": 3231, - "end": 3292, + "start": 3412, + "end": 3473, "loc": { "start": { - "line": 98, + "line": 103, "column": 8 }, "end": { - "line": 98, + "line": 103, "column": 69 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 3231, - "end": 3253, + "start": 3412, + "end": 3434, "loc": { "start": { - "line": 98, + "line": 103, "column": 8 }, "end": { - "line": 98, + "line": 103, "column": 30 } }, "object": { "type": "Identifier", - "start": 3231, - "end": 3237, + "start": 3412, + "end": 3418, "loc": { "start": { - "line": 98, + "line": 103, "column": 8 }, "end": { - "line": 98, + "line": 103, "column": 14 }, "identifierName": "player" @@ -112362,15 +115390,15 @@ }, "property": { "type": "Identifier", - "start": 3238, - "end": 3253, + "start": 3419, + "end": 3434, "loc": { "start": { - "line": 98, + "line": 103, "column": 15 }, "end": { - "line": 98, + "line": 103, "column": 30 }, "identifierName": "recordIndicator" @@ -112382,29 +115410,29 @@ }, "right": { "type": "NewExpression", - "start": 3256, - "end": 3292, + "start": 3437, + "end": 3473, "loc": { "start": { - "line": 98, + "line": 103, "column": 33 }, "end": { - "line": 98, + "line": 103, "column": 69 } }, "callee": { "type": "Identifier", - "start": 3260, - "end": 3275, + "start": 3441, + "end": 3456, "loc": { "start": { - "line": 98, + "line": 103, "column": 37 }, "end": { - "line": 98, + "line": 103, "column": 52 }, "identifierName": "RecordIndicator" @@ -112414,15 +115442,15 @@ "arguments": [ { "type": "Identifier", - "start": 3276, - "end": 3282, + "start": 3457, + "end": 3463, "loc": { "start": { - "line": 98, + "line": 103, "column": 53 }, "end": { - "line": 98, + "line": 103, "column": 59 }, "identifierName": "player" @@ -112431,15 +115459,15 @@ }, { "type": "Identifier", - "start": 3284, - "end": 3291, + "start": 3465, + "end": 3472, "loc": { "start": { - "line": 98, + "line": 103, "column": 61 }, "end": { - "line": 98, + "line": 103, "column": 68 }, "identifierName": "options" @@ -112454,15 +115482,15 @@ { "type": "CommentLine", "value": " add blinking record indicator", - "start": 3190, - "end": 3222, + "start": 3371, + "end": 3403, "loc": { "start": { - "line": 97, + "line": 102, "column": 8 }, "end": { - "line": 97, + "line": 102, "column": 40 } } @@ -112471,71 +115499,71 @@ }, { "type": "ExpressionStatement", - "start": 3302, - "end": 3332, + "start": 3483, + "end": 3513, "loc": { "start": { - "line": 99, + "line": 104, "column": 8 }, "end": { - "line": 99, + "line": 104, "column": 38 } }, "expression": { "type": "CallExpression", - "start": 3302, - "end": 3331, + "start": 3483, + "end": 3512, "loc": { "start": { - "line": 99, + "line": 104, "column": 8 }, "end": { - "line": 99, + "line": 104, "column": 37 } }, "callee": { "type": "MemberExpression", - "start": 3302, - "end": 3329, + "start": 3483, + "end": 3510, "loc": { "start": { - "line": 99, + "line": 104, "column": 8 }, "end": { - "line": 99, + "line": 104, "column": 35 } }, "object": { "type": "MemberExpression", - "start": 3302, - "end": 3324, + "start": 3483, + "end": 3505, "loc": { "start": { - "line": 99, + "line": 104, "column": 8 }, "end": { - "line": 99, + "line": 104, "column": 30 } }, "object": { "type": "Identifier", - "start": 3302, - "end": 3308, + "start": 3483, + "end": 3489, "loc": { "start": { - "line": 99, + "line": 104, "column": 8 }, "end": { - "line": 99, + "line": 104, "column": 14 }, "identifierName": "player" @@ -112544,15 +115572,15 @@ }, "property": { "type": "Identifier", - "start": 3309, - "end": 3324, + "start": 3490, + "end": 3505, "loc": { "start": { - "line": 99, + "line": 104, "column": 15 }, "end": { - "line": 99, + "line": 104, "column": 30 }, "identifierName": "recordIndicator" @@ -112563,15 +115591,15 @@ }, "property": { "type": "Identifier", - "start": 3325, - "end": 3329, + "start": 3506, + "end": 3510, "loc": { "start": { - "line": 99, + "line": 104, "column": 31 }, "end": { - "line": 99, + "line": 104, "column": 35 }, "identifierName": "hide" @@ -112585,57 +115613,57 @@ }, { "type": "ExpressionStatement", - "start": 3341, - "end": 3381, + "start": 3522, + "end": 3562, "loc": { "start": { - "line": 100, + "line": 105, "column": 8 }, "end": { - "line": 100, + "line": 105, "column": 48 } }, "expression": { "type": "CallExpression", - "start": 3341, - "end": 3380, + "start": 3522, + "end": 3561, "loc": { "start": { - "line": 100, + "line": 105, "column": 8 }, "end": { - "line": 100, + "line": 105, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 3341, - "end": 3356, + "start": 3522, + "end": 3537, "loc": { "start": { - "line": 100, + "line": 105, "column": 8 }, "end": { - "line": 100, + "line": 105, "column": 23 } }, "object": { "type": "Identifier", - "start": 3341, - "end": 3347, + "start": 3522, + "end": 3528, "loc": { "start": { - "line": 100, + "line": 105, "column": 8 }, "end": { - "line": 100, + "line": 105, "column": 14 }, "identifierName": "player" @@ -112644,15 +115672,15 @@ }, "property": { "type": "Identifier", - "start": 3348, - "end": 3356, + "start": 3529, + "end": 3537, "loc": { "start": { - "line": 100, + "line": 105, "column": 15 }, "end": { - "line": 100, + "line": 105, "column": 23 }, "identifierName": "addChild" @@ -112664,29 +115692,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 3357, - "end": 3379, + "start": 3538, + "end": 3560, "loc": { "start": { - "line": 100, + "line": 105, "column": 24 }, "end": { - "line": 100, + "line": 105, "column": 46 } }, "object": { "type": "Identifier", - "start": 3357, - "end": 3363, + "start": 3538, + "end": 3544, "loc": { "start": { - "line": 100, + "line": 105, "column": 24 }, "end": { - "line": 100, + "line": 105, "column": 30 }, "identifierName": "player" @@ -112695,15 +115723,15 @@ }, "property": { "type": "Identifier", - "start": 3364, - "end": 3379, + "start": 3545, + "end": 3560, "loc": { "start": { - "line": 100, + "line": 105, "column": 31 }, "end": { - "line": 100, + "line": 105, "column": 46 }, "identifierName": "recordIndicator" @@ -112718,15 +115746,15 @@ { "type": "CommentLine", "value": " add canvas for recording and displaying image", - "start": 3391, - "end": 3439, + "start": 3572, + "end": 3620, "loc": { "start": { - "line": 102, + "line": 107, "column": 8 }, "end": { - "line": 102, + "line": 107, "column": 56 } } @@ -112735,58 +115763,58 @@ }, { "type": "ExpressionStatement", - "start": 3448, - "end": 3504, + "start": 3629, + "end": 3685, "loc": { "start": { - "line": 103, + "line": 108, "column": 8 }, "end": { - "line": 103, + "line": 108, "column": 64 } }, "expression": { "type": "AssignmentExpression", - "start": 3448, - "end": 3503, + "start": 3629, + "end": 3684, "loc": { "start": { - "line": 103, + "line": 108, "column": 8 }, "end": { - "line": 103, + "line": 108, "column": 63 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 3448, - "end": 3467, + "start": 3629, + "end": 3648, "loc": { "start": { - "line": 103, + "line": 108, "column": 8 }, "end": { - "line": 103, + "line": 108, "column": 27 } }, "object": { "type": "Identifier", - "start": 3448, - "end": 3454, + "start": 3629, + "end": 3635, "loc": { "start": { - "line": 103, + "line": 108, "column": 8 }, "end": { - "line": 103, + "line": 108, "column": 14 }, "identifierName": "player" @@ -112796,15 +115824,15 @@ }, "property": { "type": "Identifier", - "start": 3455, - "end": 3467, + "start": 3636, + "end": 3648, "loc": { "start": { - "line": 103, + "line": 108, "column": 15 }, "end": { - "line": 103, + "line": 108, "column": 27 }, "identifierName": "recordCanvas" @@ -112816,29 +115844,29 @@ }, "right": { "type": "NewExpression", - "start": 3470, - "end": 3503, + "start": 3651, + "end": 3684, "loc": { "start": { - "line": 103, + "line": 108, "column": 30 }, "end": { - "line": 103, + "line": 108, "column": 63 } }, "callee": { "type": "Identifier", - "start": 3474, - "end": 3486, + "start": 3655, + "end": 3667, "loc": { "start": { - "line": 103, + "line": 108, "column": 34 }, "end": { - "line": 103, + "line": 108, "column": 46 }, "identifierName": "RecordCanvas" @@ -112848,15 +115876,15 @@ "arguments": [ { "type": "Identifier", - "start": 3487, - "end": 3493, + "start": 3668, + "end": 3674, "loc": { "start": { - "line": 103, + "line": 108, "column": 47 }, "end": { - "line": 103, + "line": 108, "column": 53 }, "identifierName": "player" @@ -112865,15 +115893,15 @@ }, { "type": "Identifier", - "start": 3495, - "end": 3502, + "start": 3676, + "end": 3683, "loc": { "start": { - "line": 103, + "line": 108, "column": 55 }, "end": { - "line": 103, + "line": 108, "column": 62 }, "identifierName": "options" @@ -112888,15 +115916,15 @@ { "type": "CommentLine", "value": " add canvas for recording and displaying image", - "start": 3391, - "end": 3439, + "start": 3572, + "end": 3620, "loc": { "start": { - "line": 102, + "line": 107, "column": 8 }, "end": { - "line": 102, + "line": 107, "column": 56 } } @@ -112905,71 +115933,71 @@ }, { "type": "ExpressionStatement", - "start": 3513, - "end": 3540, + "start": 3694, + "end": 3721, "loc": { "start": { - "line": 104, + "line": 109, "column": 8 }, "end": { - "line": 104, + "line": 109, "column": 35 } }, "expression": { "type": "CallExpression", - "start": 3513, - "end": 3539, + "start": 3694, + "end": 3720, "loc": { "start": { - "line": 104, + "line": 109, "column": 8 }, "end": { - "line": 104, + "line": 109, "column": 34 } }, "callee": { "type": "MemberExpression", - "start": 3513, - "end": 3537, + "start": 3694, + "end": 3718, "loc": { "start": { - "line": 104, + "line": 109, "column": 8 }, "end": { - "line": 104, + "line": 109, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 3513, - "end": 3532, + "start": 3694, + "end": 3713, "loc": { "start": { - "line": 104, + "line": 109, "column": 8 }, "end": { - "line": 104, + "line": 109, "column": 27 } }, "object": { "type": "Identifier", - "start": 3513, - "end": 3519, + "start": 3694, + "end": 3700, "loc": { "start": { - "line": 104, + "line": 109, "column": 8 }, "end": { - "line": 104, + "line": 109, "column": 14 }, "identifierName": "player" @@ -112978,15 +116006,15 @@ }, "property": { "type": "Identifier", - "start": 3520, - "end": 3532, + "start": 3701, + "end": 3713, "loc": { "start": { - "line": 104, + "line": 109, "column": 15 }, "end": { - "line": 104, + "line": 109, "column": 27 }, "identifierName": "recordCanvas" @@ -112997,15 +116025,15 @@ }, "property": { "type": "Identifier", - "start": 3533, - "end": 3537, + "start": 3714, + "end": 3718, "loc": { "start": { - "line": 104, + "line": 109, "column": 28 }, "end": { - "line": 104, + "line": 109, "column": 32 }, "identifierName": "hide" @@ -113019,57 +116047,57 @@ }, { "type": "ExpressionStatement", - "start": 3549, - "end": 3586, + "start": 3730, + "end": 3767, "loc": { "start": { - "line": 105, + "line": 110, "column": 8 }, "end": { - "line": 105, + "line": 110, "column": 45 } }, "expression": { "type": "CallExpression", - "start": 3549, - "end": 3585, + "start": 3730, + "end": 3766, "loc": { "start": { - "line": 105, + "line": 110, "column": 8 }, "end": { - "line": 105, + "line": 110, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 3549, - "end": 3564, + "start": 3730, + "end": 3745, "loc": { "start": { - "line": 105, + "line": 110, "column": 8 }, "end": { - "line": 105, + "line": 110, "column": 23 } }, "object": { "type": "Identifier", - "start": 3549, - "end": 3555, + "start": 3730, + "end": 3736, "loc": { "start": { - "line": 105, + "line": 110, "column": 8 }, "end": { - "line": 105, + "line": 110, "column": 14 }, "identifierName": "player" @@ -113078,15 +116106,15 @@ }, "property": { "type": "Identifier", - "start": 3556, - "end": 3564, + "start": 3737, + "end": 3745, "loc": { "start": { - "line": 105, + "line": 110, "column": 15 }, "end": { - "line": 105, + "line": 110, "column": 23 }, "identifierName": "addChild" @@ -113098,29 +116126,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 3565, - "end": 3584, + "start": 3746, + "end": 3765, "loc": { "start": { - "line": 105, + "line": 110, "column": 24 }, "end": { - "line": 105, + "line": 110, "column": 43 } }, "object": { "type": "Identifier", - "start": 3565, - "end": 3571, + "start": 3746, + "end": 3752, "loc": { "start": { - "line": 105, + "line": 110, "column": 24 }, "end": { - "line": 105, + "line": 110, "column": 30 }, "identifierName": "player" @@ -113129,15 +116157,15 @@ }, "property": { "type": "Identifier", - "start": 3572, - "end": 3584, + "start": 3753, + "end": 3765, "loc": { "start": { - "line": 105, + "line": 110, "column": 31 }, "end": { - "line": 105, + "line": 110, "column": 43 }, "identifierName": "recordCanvas" @@ -113152,15 +116180,15 @@ { "type": "CommentLine", "value": " add image for animation display", - "start": 3596, - "end": 3630, + "start": 3777, + "end": 3811, "loc": { "start": { - "line": 107, + "line": 112, "column": 8 }, "end": { - "line": 107, + "line": 112, "column": 42 } } @@ -113169,58 +116197,58 @@ }, { "type": "ExpressionStatement", - "start": 3639, - "end": 3703, + "start": 3820, + "end": 3884, "loc": { "start": { - "line": 108, + "line": 113, "column": 8 }, "end": { - "line": 108, + "line": 113, "column": 72 } }, "expression": { "type": "AssignmentExpression", - "start": 3639, - "end": 3702, + "start": 3820, + "end": 3883, "loc": { "start": { - "line": 108, + "line": 113, "column": 8 }, "end": { - "line": 108, + "line": 113, "column": 71 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 3639, - "end": 3662, + "start": 3820, + "end": 3843, "loc": { "start": { - "line": 108, + "line": 113, "column": 8 }, "end": { - "line": 108, + "line": 113, "column": 31 } }, "object": { "type": "Identifier", - "start": 3639, - "end": 3645, + "start": 3820, + "end": 3826, "loc": { "start": { - "line": 108, + "line": 113, "column": 8 }, "end": { - "line": 108, + "line": 113, "column": 14 }, "identifierName": "player" @@ -113230,15 +116258,15 @@ }, "property": { "type": "Identifier", - "start": 3646, - "end": 3662, + "start": 3827, + "end": 3843, "loc": { "start": { - "line": 108, + "line": 113, "column": 15 }, "end": { - "line": 108, + "line": 113, "column": 31 }, "identifierName": "animationDisplay" @@ -113250,29 +116278,29 @@ }, "right": { "type": "NewExpression", - "start": 3665, - "end": 3702, + "start": 3846, + "end": 3883, "loc": { "start": { - "line": 108, + "line": 113, "column": 34 }, "end": { - "line": 108, + "line": 113, "column": 71 } }, "callee": { "type": "Identifier", - "start": 3669, - "end": 3685, + "start": 3850, + "end": 3866, "loc": { "start": { - "line": 108, + "line": 113, "column": 38 }, "end": { - "line": 108, + "line": 113, "column": 54 }, "identifierName": "AnimationDisplay" @@ -113282,15 +116310,15 @@ "arguments": [ { "type": "Identifier", - "start": 3686, - "end": 3692, + "start": 3867, + "end": 3873, "loc": { "start": { - "line": 108, + "line": 113, "column": 55 }, "end": { - "line": 108, + "line": 113, "column": 61 }, "identifierName": "player" @@ -113299,15 +116327,15 @@ }, { "type": "Identifier", - "start": 3694, - "end": 3701, + "start": 3875, + "end": 3882, "loc": { "start": { - "line": 108, + "line": 113, "column": 63 }, "end": { - "line": 108, + "line": 113, "column": 70 }, "identifierName": "options" @@ -113322,15 +116350,15 @@ { "type": "CommentLine", "value": " add image for animation display", - "start": 3596, - "end": 3630, + "start": 3777, + "end": 3811, "loc": { "start": { - "line": 107, + "line": 112, "column": 8 }, "end": { - "line": 107, + "line": 112, "column": 42 } } @@ -113339,71 +116367,71 @@ }, { "type": "ExpressionStatement", - "start": 3712, - "end": 3743, + "start": 3893, + "end": 3924, "loc": { "start": { - "line": 109, + "line": 114, "column": 8 }, "end": { - "line": 109, + "line": 114, "column": 39 } }, "expression": { "type": "CallExpression", - "start": 3712, - "end": 3742, + "start": 3893, + "end": 3923, "loc": { "start": { - "line": 109, + "line": 114, "column": 8 }, "end": { - "line": 109, + "line": 114, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 3712, - "end": 3740, + "start": 3893, + "end": 3921, "loc": { "start": { - "line": 109, + "line": 114, "column": 8 }, "end": { - "line": 109, + "line": 114, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 3712, - "end": 3735, + "start": 3893, + "end": 3916, "loc": { "start": { - "line": 109, + "line": 114, "column": 8 }, "end": { - "line": 109, + "line": 114, "column": 31 } }, "object": { "type": "Identifier", - "start": 3712, - "end": 3718, + "start": 3893, + "end": 3899, "loc": { "start": { - "line": 109, + "line": 114, "column": 8 }, "end": { - "line": 109, + "line": 114, "column": 14 }, "identifierName": "player" @@ -113412,15 +116440,15 @@ }, "property": { "type": "Identifier", - "start": 3719, - "end": 3735, + "start": 3900, + "end": 3916, "loc": { "start": { - "line": 109, + "line": 114, "column": 15 }, "end": { - "line": 109, + "line": 114, "column": 31 }, "identifierName": "animationDisplay" @@ -113431,15 +116459,15 @@ }, "property": { "type": "Identifier", - "start": 3736, - "end": 3740, + "start": 3917, + "end": 3921, "loc": { "start": { - "line": 109, + "line": 114, "column": 32 }, "end": { - "line": 109, + "line": 114, "column": 36 }, "identifierName": "hide" @@ -113453,57 +116481,57 @@ }, { "type": "ExpressionStatement", - "start": 3752, - "end": 3793, + "start": 3933, + "end": 3974, "loc": { "start": { - "line": 110, + "line": 115, "column": 8 }, "end": { - "line": 110, + "line": 115, "column": 49 } }, "expression": { "type": "CallExpression", - "start": 3752, - "end": 3792, + "start": 3933, + "end": 3973, "loc": { "start": { - "line": 110, + "line": 115, "column": 8 }, "end": { - "line": 110, + "line": 115, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 3752, - "end": 3767, + "start": 3933, + "end": 3948, "loc": { "start": { - "line": 110, + "line": 115, "column": 8 }, "end": { - "line": 110, + "line": 115, "column": 23 } }, "object": { "type": "Identifier", - "start": 3752, - "end": 3758, + "start": 3933, + "end": 3939, "loc": { "start": { - "line": 110, + "line": 115, "column": 8 }, "end": { - "line": 110, + "line": 115, "column": 14 }, "identifierName": "player" @@ -113512,15 +116540,15 @@ }, "property": { "type": "Identifier", - "start": 3759, - "end": 3767, + "start": 3940, + "end": 3948, "loc": { "start": { - "line": 110, + "line": 115, "column": 15 }, "end": { - "line": 110, + "line": 115, "column": 23 }, "identifierName": "addChild" @@ -113532,29 +116560,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 3768, - "end": 3791, + "start": 3949, + "end": 3972, "loc": { "start": { - "line": 110, + "line": 115, "column": 24 }, "end": { - "line": 110, + "line": 115, "column": 47 } }, "object": { "type": "Identifier", - "start": 3768, - "end": 3774, + "start": 3949, + "end": 3955, "loc": { "start": { - "line": 110, + "line": 115, "column": 24 }, "end": { - "line": 110, + "line": 115, "column": 30 }, "identifierName": "player" @@ -113563,15 +116591,15 @@ }, "property": { "type": "Identifier", - "start": 3775, - "end": 3791, + "start": 3956, + "end": 3972, "loc": { "start": { - "line": 110, + "line": 115, "column": 31 }, "end": { - "line": 110, + "line": 115, "column": 47 }, "identifierName": "animationDisplay" @@ -113586,15 +116614,15 @@ { "type": "CommentLine", "value": " add camera button", - "start": 3803, - "end": 3823, + "start": 3984, + "end": 4004, "loc": { "start": { - "line": 112, + "line": 117, "column": 8 }, "end": { - "line": 112, + "line": 117, "column": 28 } } @@ -113603,58 +116631,58 @@ }, { "type": "ExpressionStatement", - "start": 3832, - "end": 3888, + "start": 4013, + "end": 4069, "loc": { "start": { - "line": 113, + "line": 118, "column": 8 }, "end": { - "line": 113, + "line": 118, "column": 64 } }, "expression": { "type": "AssignmentExpression", - "start": 3832, - "end": 3887, + "start": 4013, + "end": 4068, "loc": { "start": { - "line": 113, + "line": 118, "column": 8 }, "end": { - "line": 113, + "line": 118, "column": 63 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 3832, - "end": 3851, + "start": 4013, + "end": 4032, "loc": { "start": { - "line": 113, + "line": 118, "column": 8 }, "end": { - "line": 113, + "line": 118, "column": 27 } }, "object": { "type": "Identifier", - "start": 3832, - "end": 3838, + "start": 4013, + "end": 4019, "loc": { "start": { - "line": 113, + "line": 118, "column": 8 }, "end": { - "line": 113, + "line": 118, "column": 14 }, "identifierName": "player" @@ -113664,15 +116692,15 @@ }, "property": { "type": "Identifier", - "start": 3839, - "end": 3851, + "start": 4020, + "end": 4032, "loc": { "start": { - "line": 113, + "line": 118, "column": 15 }, "end": { - "line": 113, + "line": 118, "column": 27 }, "identifierName": "cameraButton" @@ -113684,29 +116712,29 @@ }, "right": { "type": "NewExpression", - "start": 3854, - "end": 3887, + "start": 4035, + "end": 4068, "loc": { "start": { - "line": 113, + "line": 118, "column": 30 }, "end": { - "line": 113, + "line": 118, "column": 63 } }, "callee": { "type": "Identifier", - "start": 3858, - "end": 3870, + "start": 4039, + "end": 4051, "loc": { "start": { - "line": 113, + "line": 118, "column": 34 }, "end": { - "line": 113, + "line": 118, "column": 46 }, "identifierName": "CameraButton" @@ -113716,15 +116744,15 @@ "arguments": [ { "type": "Identifier", - "start": 3871, - "end": 3877, + "start": 4052, + "end": 4058, "loc": { "start": { - "line": 113, + "line": 118, "column": 47 }, "end": { - "line": 113, + "line": 118, "column": 53 }, "identifierName": "player" @@ -113733,15 +116761,15 @@ }, { "type": "Identifier", - "start": 3879, - "end": 3886, + "start": 4060, + "end": 4067, "loc": { "start": { - "line": 113, + "line": 118, "column": 55 }, "end": { - "line": 113, + "line": 118, "column": 62 }, "identifierName": "options" @@ -113756,15 +116784,15 @@ { "type": "CommentLine", "value": " add camera button", - "start": 3803, - "end": 3823, + "start": 3984, + "end": 4004, "loc": { "start": { - "line": 112, + "line": 117, "column": 8 }, "end": { - "line": 112, + "line": 117, "column": 28 } } @@ -113773,71 +116801,71 @@ }, { "type": "ExpressionStatement", - "start": 3897, - "end": 3924, + "start": 4078, + "end": 4105, "loc": { "start": { - "line": 114, + "line": 119, "column": 8 }, "end": { - "line": 114, + "line": 119, "column": 35 } }, "expression": { "type": "CallExpression", - "start": 3897, - "end": 3923, + "start": 4078, + "end": 4104, "loc": { "start": { - "line": 114, + "line": 119, "column": 8 }, "end": { - "line": 114, + "line": 119, "column": 34 } }, "callee": { "type": "MemberExpression", - "start": 3897, - "end": 3921, + "start": 4078, + "end": 4102, "loc": { "start": { - "line": 114, + "line": 119, "column": 8 }, "end": { - "line": 114, + "line": 119, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 3897, - "end": 3916, + "start": 4078, + "end": 4097, "loc": { "start": { - "line": 114, + "line": 119, "column": 8 }, "end": { - "line": 114, + "line": 119, "column": 27 } }, "object": { "type": "Identifier", - "start": 3897, - "end": 3903, + "start": 4078, + "end": 4084, "loc": { "start": { - "line": 114, + "line": 119, "column": 8 }, "end": { - "line": 114, + "line": 119, "column": 14 }, "identifierName": "player" @@ -113846,15 +116874,15 @@ }, "property": { "type": "Identifier", - "start": 3904, - "end": 3916, + "start": 4085, + "end": 4097, "loc": { "start": { - "line": 114, + "line": 119, "column": 15 }, "end": { - "line": 114, + "line": 119, "column": 27 }, "identifierName": "cameraButton" @@ -113865,15 +116893,15 @@ }, "property": { "type": "Identifier", - "start": 3917, - "end": 3921, + "start": 4098, + "end": 4102, "loc": { "start": { - "line": 114, + "line": 119, "column": 28 }, "end": { - "line": 114, + "line": 119, "column": 32 }, "identifierName": "hide" @@ -113888,15 +116916,15 @@ { "type": "CommentLine", "value": " add record toggle button", - "start": 3934, - "end": 3961, + "start": 4115, + "end": 4142, "loc": { "start": { - "line": 116, + "line": 121, "column": 8 }, "end": { - "line": 116, + "line": 121, "column": 35 } } @@ -113905,58 +116933,58 @@ }, { "type": "ExpressionStatement", - "start": 3970, - "end": 4026, + "start": 4151, + "end": 4207, "loc": { "start": { - "line": 117, + "line": 122, "column": 8 }, "end": { - "line": 117, + "line": 122, "column": 64 } }, "expression": { "type": "AssignmentExpression", - "start": 3970, - "end": 4025, + "start": 4151, + "end": 4206, "loc": { "start": { - "line": 117, + "line": 122, "column": 8 }, "end": { - "line": 117, + "line": 122, "column": 63 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 3970, - "end": 3989, + "start": 4151, + "end": 4170, "loc": { "start": { - "line": 117, + "line": 122, "column": 8 }, "end": { - "line": 117, + "line": 122, "column": 27 } }, "object": { "type": "Identifier", - "start": 3970, - "end": 3976, + "start": 4151, + "end": 4157, "loc": { "start": { - "line": 117, + "line": 122, "column": 8 }, "end": { - "line": 117, + "line": 122, "column": 14 }, "identifierName": "player" @@ -113966,15 +116994,15 @@ }, "property": { "type": "Identifier", - "start": 3977, - "end": 3989, + "start": 4158, + "end": 4170, "loc": { "start": { - "line": 117, + "line": 122, "column": 15 }, "end": { - "line": 117, + "line": 122, "column": 27 }, "identifierName": "recordToggle" @@ -113986,29 +117014,29 @@ }, "right": { "type": "NewExpression", - "start": 3992, - "end": 4025, + "start": 4173, + "end": 4206, "loc": { "start": { - "line": 117, + "line": 122, "column": 30 }, "end": { - "line": 117, + "line": 122, "column": 63 } }, "callee": { "type": "Identifier", - "start": 3996, - "end": 4008, + "start": 4177, + "end": 4189, "loc": { "start": { - "line": 117, + "line": 122, "column": 34 }, "end": { - "line": 117, + "line": 122, "column": 46 }, "identifierName": "RecordToggle" @@ -114018,15 +117046,15 @@ "arguments": [ { "type": "Identifier", - "start": 4009, - "end": 4015, + "start": 4190, + "end": 4196, "loc": { "start": { - "line": 117, + "line": 122, "column": 47 }, "end": { - "line": 117, + "line": 122, "column": 53 }, "identifierName": "player" @@ -114035,15 +117063,15 @@ }, { "type": "Identifier", - "start": 4017, - "end": 4024, + "start": 4198, + "end": 4205, "loc": { "start": { - "line": 117, + "line": 122, "column": 55 }, "end": { - "line": 117, + "line": 122, "column": 62 }, "identifierName": "options" @@ -114058,15 +117086,15 @@ { "type": "CommentLine", "value": " add record toggle button", - "start": 3934, - "end": 3961, + "start": 4115, + "end": 4142, "loc": { "start": { - "line": 116, + "line": 121, "column": 8 }, "end": { - "line": 116, + "line": 121, "column": 35 } } @@ -114075,71 +117103,71 @@ }, { "type": "ExpressionStatement", - "start": 4035, - "end": 4062, + "start": 4216, + "end": 4243, "loc": { "start": { - "line": 118, + "line": 123, "column": 8 }, "end": { - "line": 118, + "line": 123, "column": 35 } }, "expression": { "type": "CallExpression", - "start": 4035, - "end": 4061, + "start": 4216, + "end": 4242, "loc": { "start": { - "line": 118, + "line": 123, "column": 8 }, "end": { - "line": 118, + "line": 123, "column": 34 } }, "callee": { "type": "MemberExpression", - "start": 4035, - "end": 4059, + "start": 4216, + "end": 4240, "loc": { "start": { - "line": 118, + "line": 123, "column": 8 }, "end": { - "line": 118, + "line": 123, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 4035, - "end": 4054, + "start": 4216, + "end": 4235, "loc": { "start": { - "line": 118, + "line": 123, "column": 8 }, "end": { - "line": 118, + "line": 123, "column": 27 } }, "object": { "type": "Identifier", - "start": 4035, - "end": 4041, + "start": 4216, + "end": 4222, "loc": { "start": { - "line": 118, + "line": 123, "column": 8 }, "end": { - "line": 118, + "line": 123, "column": 14 }, "identifierName": "player" @@ -114148,15 +117176,15 @@ }, "property": { "type": "Identifier", - "start": 4042, - "end": 4054, + "start": 4223, + "end": 4235, "loc": { "start": { - "line": 118, + "line": 123, "column": 15 }, "end": { - "line": 118, + "line": 123, "column": 27 }, "identifierName": "recordToggle" @@ -114167,15 +117195,15 @@ }, "property": { "type": "Identifier", - "start": 4055, - "end": 4059, + "start": 4236, + "end": 4240, "loc": { "start": { - "line": 118, + "line": 123, "column": 28 }, "end": { - "line": 118, + "line": 123, "column": 32 }, "identifierName": "hide" @@ -114190,15 +117218,15 @@ { "type": "CommentLine", "value": " picture-in-picture", - "start": 4072, - "end": 4093, + "start": 4253, + "end": 4274, "loc": { "start": { - "line": 120, + "line": 125, "column": 8 }, "end": { - "line": 120, + "line": 125, "column": 29 } } @@ -114207,44 +117235,44 @@ }, { "type": "VariableDeclaration", - "start": 4102, - "end": 4200, + "start": 4283, + "end": 4381, "loc": { "start": { - "line": 121, + "line": 126, "column": 8 }, "end": { - "line": 121, + "line": 126, "column": 106 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 4106, - "end": 4199, + "start": 4287, + "end": 4380, "loc": { "start": { - "line": 121, + "line": 126, "column": 12 }, "end": { - "line": 121, + "line": 126, "column": 105 } }, "id": { "type": "Identifier", - "start": 4106, - "end": 4116, + "start": 4287, + "end": 4297, "loc": { "start": { - "line": 121, + "line": 126, "column": 12 }, "end": { - "line": 121, + "line": 126, "column": 22 }, "identifierName": "oldVideoJS" @@ -114254,57 +117282,57 @@ }, "init": { "type": "LogicalExpression", - "start": 4119, - "end": 4199, + "start": 4300, + "end": 4380, "loc": { "start": { - "line": 121, + "line": 126, "column": 25 }, "end": { - "line": 121, + "line": 126, "column": 105 } }, "left": { "type": "BinaryExpression", - "start": 4119, - "end": 4148, + "start": 4300, + "end": 4329, "loc": { "start": { - "line": 121, + "line": 126, "column": 25 }, "end": { - "line": 121, + "line": 126, "column": 54 } }, "left": { "type": "MemberExpression", - "start": 4119, - "end": 4134, + "start": 4300, + "end": 4315, "loc": { "start": { - "line": 121, + "line": 126, "column": 25 }, "end": { - "line": 121, + "line": 126, "column": 40 } }, "object": { "type": "Identifier", - "start": 4119, - "end": 4126, + "start": 4300, + "end": 4307, "loc": { "start": { - "line": 121, + "line": 126, "column": 25 }, "end": { - "line": 121, + "line": 126, "column": 32 }, "identifierName": "videojs" @@ -114313,15 +117341,15 @@ }, "property": { "type": "Identifier", - "start": 4127, - "end": 4134, + "start": 4308, + "end": 4315, "loc": { "start": { - "line": 121, + "line": 126, "column": 33 }, "end": { - "line": 121, + "line": 126, "column": 40 }, "identifierName": "VERSION" @@ -114333,15 +117361,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 4139, - "end": 4148, + "start": 4320, + "end": 4329, "loc": { "start": { - "line": 121, + "line": 126, "column": 45 }, "end": { - "line": 121, + "line": 126, "column": 54 }, "identifierName": "undefined" @@ -114352,43 +117380,43 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 4152, - "end": 4199, + "start": 4333, + "end": 4380, "loc": { "start": { - "line": 121, + "line": 126, "column": 58 }, "end": { - "line": 121, + "line": 126, "column": 105 } }, "left": { "type": "CallExpression", - "start": 4152, - "end": 4192, + "start": 4333, + "end": 4373, "loc": { "start": { - "line": 121, + "line": 126, "column": 58 }, "end": { - "line": 121, + "line": 126, "column": 98 } }, "callee": { "type": "Identifier", - "start": 4152, - "end": 4166, + "start": 4333, + "end": 4347, "loc": { "start": { - "line": 121, + "line": 126, "column": 58 }, "end": { - "line": 121, + "line": 126, "column": 72 }, "identifierName": "compareVersion" @@ -114398,29 +117426,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 4167, - "end": 4182, + "start": 4348, + "end": 4363, "loc": { "start": { - "line": 121, + "line": 126, "column": 73 }, "end": { - "line": 121, + "line": 126, "column": 88 } }, "object": { "type": "Identifier", - "start": 4167, - "end": 4174, + "start": 4348, + "end": 4355, "loc": { "start": { - "line": 121, + "line": 126, "column": 73 }, "end": { - "line": 121, + "line": 126, "column": 80 }, "identifierName": "videojs" @@ -114429,15 +117457,15 @@ }, "property": { "type": "Identifier", - "start": 4175, - "end": 4182, + "start": 4356, + "end": 4363, "loc": { "start": { - "line": 121, + "line": 126, "column": 81 }, "end": { - "line": 121, + "line": 126, "column": 88 }, "identifierName": "VERSION" @@ -114448,15 +117476,15 @@ }, { "type": "StringLiteral", - "start": 4184, - "end": 4191, + "start": 4365, + "end": 4372, "loc": { "start": { - "line": 121, + "line": 126, "column": 90 }, "end": { - "line": 121, + "line": 126, "column": 97 } }, @@ -114471,15 +117499,15 @@ "operator": "===", "right": { "type": "UnaryExpression", - "start": 4197, - "end": 4199, + "start": 4378, + "end": 4380, "loc": { "start": { - "line": 121, + "line": 126, "column": 103 }, "end": { - "line": 121, + "line": 126, "column": 105 } }, @@ -114487,15 +117515,15 @@ "prefix": true, "argument": { "type": "NumericLiteral", - "start": 4198, - "end": 4199, + "start": 4379, + "end": 4380, "loc": { "start": { - "line": 121, + "line": 126, "column": 104 }, "end": { - "line": 121, + "line": 126, "column": 105 } }, @@ -114519,15 +117547,15 @@ { "type": "CommentLine", "value": " picture-in-picture", - "start": 4072, - "end": 4093, + "start": 4253, + "end": 4274, "loc": { "start": { - "line": 120, + "line": 125, "column": 8 }, "end": { - "line": 120, + "line": 125, "column": 29 } } @@ -114536,29 +117564,29 @@ }, { "type": "IfStatement", - "start": 4209, - "end": 4638, + "start": 4390, + "end": 4819, "loc": { "start": { - "line": 122, + "line": 127, "column": 8 }, "end": { - "line": 130, + "line": 135, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 4213, - "end": 4250, + "start": 4394, + "end": 4431, "loc": { "start": { - "line": 122, + "line": 127, "column": 12 }, "end": { - "line": 122, + "line": 127, "column": 49 } }, @@ -114566,29 +117594,29 @@ "prefix": true, "argument": { "type": "BinaryExpression", - "start": 4215, - "end": 4249, + "start": 4396, + "end": 4430, "loc": { "start": { - "line": 122, + "line": 127, "column": 14 }, "end": { - "line": 122, + "line": 127, "column": 48 } }, "left": { "type": "StringLiteral", - "start": 4215, - "end": 4237, + "start": 4396, + "end": 4418, "loc": { "start": { - "line": 122, + "line": 127, "column": 14 }, "end": { - "line": 122, + "line": 127, "column": 36 } }, @@ -114601,15 +117629,15 @@ "operator": "in", "right": { "type": "Identifier", - "start": 4241, - "end": 4249, + "start": 4422, + "end": 4430, "loc": { "start": { - "line": 122, + "line": 127, "column": 40 }, "end": { - "line": 122, + "line": 127, "column": 48 }, "identifierName": "document" @@ -114618,7 +117646,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 4214 + "parenStart": 4395 } }, "extra": { @@ -114627,73 +117655,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 4252, - "end": 4368, + "start": 4433, + "end": 4549, "loc": { "start": { - "line": 122, + "line": 127, "column": 51 }, "end": { - "line": 125, + "line": 130, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 4328, - "end": 4358, + "start": 4509, + "end": 4539, "loc": { "start": { - "line": 124, + "line": 129, "column": 12 }, "end": { - "line": 124, + "line": 129, "column": 42 } }, "expression": { "type": "AssignmentExpression", - "start": 4328, - "end": 4357, + "start": 4509, + "end": 4538, "loc": { "start": { - "line": 124, + "line": 129, "column": 12 }, "end": { - "line": 124, + "line": 129, "column": 41 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 4328, - "end": 4349, + "start": 4509, + "end": 4530, "loc": { "start": { - "line": 124, + "line": 129, "column": 12 }, "end": { - "line": 124, + "line": 129, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 4328, - "end": 4332, + "start": 4509, + "end": 4513, "loc": { "start": { - "line": 124, + "line": 129, "column": 12 }, "end": { - "line": 124, + "line": 129, "column": 16 } }, @@ -114701,15 +117729,15 @@ }, "property": { "type": "Identifier", - "start": 4333, - "end": 4349, + "start": 4514, + "end": 4530, "loc": { "start": { - "line": 124, + "line": 129, "column": 17 }, "end": { - "line": 124, + "line": 129, "column": 33 }, "identifierName": "pictureInPicture" @@ -114721,15 +117749,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 4352, - "end": 4357, + "start": 4533, + "end": 4538, "loc": { "start": { - "line": 124, + "line": 129, "column": 36 }, "end": { - "line": 124, + "line": 129, "column": 41 } }, @@ -114741,15 +117769,15 @@ { "type": "CommentLine", "value": " no support for picture-in-picture, disable pip", - "start": 4266, - "end": 4315, + "start": 4447, + "end": 4496, "loc": { "start": { - "line": 123, + "line": 128, "column": 12 }, "end": { - "line": 123, + "line": 128, "column": 61 } } @@ -114761,29 +117789,29 @@ }, "alternate": { "type": "IfStatement", - "start": 4374, - "end": 4638, + "start": 4555, + "end": 4819, "loc": { "start": { - "line": 125, + "line": 130, "column": 15 }, "end": { - "line": 130, + "line": 135, "column": 9 } }, "test": { "type": "Identifier", - "start": 4378, - "end": 4388, + "start": 4559, + "end": 4569, "loc": { "start": { - "line": 125, + "line": 130, "column": 19 }, "end": { - "line": 125, + "line": 130, "column": 29 }, "identifierName": "oldVideoJS" @@ -114792,73 +117820,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 4390, - "end": 4638, + "start": 4571, + "end": 4819, "loc": { "start": { - "line": 125, + "line": 130, "column": 31 }, "end": { - "line": 130, + "line": 135, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 4528, - "end": 4591, + "start": 4709, + "end": 4772, "loc": { "start": { - "line": 128, + "line": 133, "column": 12 }, "end": { - "line": 128, + "line": 133, "column": 75 } }, "expression": { "type": "AssignmentExpression", - "start": 4528, - "end": 4590, + "start": 4709, + "end": 4771, "loc": { "start": { - "line": 128, + "line": 133, "column": 12 }, "end": { - "line": 128, + "line": 133, "column": 74 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 4528, - "end": 4544, + "start": 4709, + "end": 4725, "loc": { "start": { - "line": 128, + "line": 133, "column": 12 }, "end": { - "line": 128, + "line": 133, "column": 28 } }, "object": { "type": "Identifier", - "start": 4528, - "end": 4534, + "start": 4709, + "end": 4715, "loc": { "start": { - "line": 128, + "line": 133, "column": 12 }, "end": { - "line": 128, + "line": 133, "column": 18 }, "identifierName": "player" @@ -114868,15 +117896,15 @@ }, "property": { "type": "Identifier", - "start": 4535, - "end": 4544, + "start": 4716, + "end": 4725, "loc": { "start": { - "line": 128, + "line": 133, "column": 19 }, "end": { - "line": 128, + "line": 133, "column": 28 }, "identifierName": "pipToggle" @@ -114888,29 +117916,29 @@ }, "right": { "type": "NewExpression", - "start": 4547, - "end": 4590, + "start": 4728, + "end": 4771, "loc": { "start": { - "line": 128, + "line": 133, "column": 31 }, "end": { - "line": 128, + "line": 133, "column": 74 } }, "callee": { "type": "Identifier", - "start": 4551, - "end": 4573, + "start": 4732, + "end": 4754, "loc": { "start": { - "line": 128, + "line": 133, "column": 35 }, "end": { - "line": 128, + "line": 133, "column": 57 }, "identifierName": "PictureInPictureToggle" @@ -114920,15 +117948,15 @@ "arguments": [ { "type": "Identifier", - "start": 4574, - "end": 4580, + "start": 4755, + "end": 4761, "loc": { "start": { - "line": 128, + "line": 133, "column": 58 }, "end": { - "line": 128, + "line": 133, "column": 64 }, "identifierName": "player" @@ -114937,15 +117965,15 @@ }, { "type": "Identifier", - "start": 4582, - "end": 4589, + "start": 4763, + "end": 4770, "loc": { "start": { - "line": 128, + "line": 133, "column": 66 }, "end": { - "line": 128, + "line": 133, "column": 73 }, "identifierName": "options" @@ -114960,15 +117988,15 @@ { "type": "CommentLine", "value": " add picture-in-picture toggle button for older video.js versions", - "start": 4404, - "end": 4471, + "start": 4585, + "end": 4652, "loc": { "start": { - "line": 126, + "line": 131, "column": 12 }, "end": { - "line": 126, + "line": 131, "column": 79 } } @@ -114976,15 +118004,15 @@ { "type": "CommentLine", "value": " in browsers that support PIP", - "start": 4484, - "end": 4515, + "start": 4665, + "end": 4696, "loc": { "start": { - "line": 127, + "line": 132, "column": 12 }, "end": { - "line": 127, + "line": 132, "column": 43 } } @@ -114993,71 +118021,71 @@ }, { "type": "ExpressionStatement", - "start": 4604, - "end": 4628, + "start": 4785, + "end": 4809, "loc": { "start": { - "line": 129, + "line": 134, "column": 12 }, "end": { - "line": 129, + "line": 134, "column": 36 } }, "expression": { "type": "CallExpression", - "start": 4604, - "end": 4627, + "start": 4785, + "end": 4808, "loc": { "start": { - "line": 129, + "line": 134, "column": 12 }, "end": { - "line": 129, + "line": 134, "column": 35 } }, "callee": { "type": "MemberExpression", - "start": 4604, - "end": 4625, + "start": 4785, + "end": 4806, "loc": { "start": { - "line": 129, + "line": 134, "column": 12 }, "end": { - "line": 129, + "line": 134, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 4604, - "end": 4620, + "start": 4785, + "end": 4801, "loc": { "start": { - "line": 129, + "line": 134, "column": 12 }, "end": { - "line": 129, + "line": 134, "column": 28 } }, "object": { "type": "Identifier", - "start": 4604, - "end": 4610, + "start": 4785, + "end": 4791, "loc": { "start": { - "line": 129, + "line": 134, "column": 12 }, "end": { - "line": 129, + "line": 134, "column": 18 }, "identifierName": "player" @@ -115066,15 +118094,15 @@ }, "property": { "type": "Identifier", - "start": 4611, - "end": 4620, + "start": 4792, + "end": 4801, "loc": { "start": { - "line": 129, + "line": 134, "column": 19 }, "end": { - "line": 129, + "line": 134, "column": 28 }, "identifierName": "pipToggle" @@ -115085,15 +118113,15 @@ }, "property": { "type": "Identifier", - "start": 4621, - "end": 4625, + "start": 4802, + "end": 4806, "loc": { "start": { - "line": 129, + "line": 134, "column": 29 }, "end": { - "line": 129, + "line": 134, "column": 33 }, "identifierName": "hide" @@ -115113,72 +118141,72 @@ }, { "type": "IfStatement", - "start": 4647, - "end": 4885, + "start": 4828, + "end": 5066, "loc": { "start": { - "line": 131, + "line": 136, "column": 8 }, "end": { - "line": 135, + "line": 140, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 4651, - "end": 4681, + "start": 4832, + "end": 4862, "loc": { "start": { - "line": 131, + "line": 136, "column": 12 }, "end": { - "line": 131, + "line": 136, "column": 42 } }, "left": { "type": "MemberExpression", - "start": 4651, - "end": 4672, + "start": 4832, + "end": 4853, "loc": { "start": { - "line": 131, + "line": 136, "column": 12 }, "end": { - "line": 131, + "line": 136, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 4651, - "end": 4655, + "start": 4832, + "end": 4836, "loc": { "start": { - "line": 131, + "line": 136, "column": 12 }, "end": { - "line": 131, + "line": 136, "column": 16 } } }, "property": { "type": "Identifier", - "start": 4656, - "end": 4672, + "start": 4837, + "end": 4853, "loc": { "start": { - "line": 131, + "line": 136, "column": 17 }, "end": { - "line": 131, + "line": 136, "column": 33 }, "identifierName": "pictureInPicture" @@ -115190,15 +118218,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 4677, - "end": 4681, + "start": 4858, + "end": 4862, "loc": { "start": { - "line": 131, + "line": 136, "column": 38 }, "end": { - "line": 131, + "line": 136, "column": 42 } }, @@ -115207,73 +118235,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 4683, - "end": 4885, + "start": 4864, + "end": 5066, "loc": { "start": { - "line": 131, + "line": 136, "column": 44 }, "end": { - "line": 135, + "line": 140, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 4758, - "end": 4810, + "start": 4939, + "end": 4991, "loc": { "start": { - "line": 133, + "line": 138, "column": 12 }, "end": { - "line": 133, + "line": 138, "column": 64 } }, "expression": { "type": "AssignmentExpression", - "start": 4758, - "end": 4809, + "start": 4939, + "end": 4990, "loc": { "start": { - "line": 133, + "line": 138, "column": 12 }, "end": { - "line": 133, + "line": 138, "column": 63 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 4758, - "end": 4780, + "start": 4939, + "end": 4961, "loc": { "start": { - "line": 133, + "line": 138, "column": 12 }, "end": { - "line": 133, + "line": 138, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 4758, - "end": 4762, + "start": 4939, + "end": 4943, "loc": { "start": { - "line": 133, + "line": 138, "column": 12 }, "end": { - "line": 133, + "line": 138, "column": 16 } }, @@ -115281,15 +118309,15 @@ }, "property": { "type": "Identifier", - "start": 4763, - "end": 4780, + "start": 4944, + "end": 4961, "loc": { "start": { - "line": 133, + "line": 138, "column": 17 }, "end": { - "line": 133, + "line": 138, "column": 34 }, "identifierName": "onEnterPiPHandler" @@ -115301,72 +118329,72 @@ }, "right": { "type": "CallExpression", - "start": 4783, - "end": 4809, + "start": 4964, + "end": 4990, "loc": { "start": { - "line": 133, + "line": 138, "column": 37 }, "end": { - "line": 133, + "line": 138, "column": 63 } }, "callee": { "type": "MemberExpression", - "start": 4783, - "end": 4803, + "start": 4964, + "end": 4984, "loc": { "start": { - "line": 133, + "line": 138, "column": 37 }, "end": { - "line": 133, + "line": 138, "column": 57 } }, "object": { "type": "MemberExpression", - "start": 4783, - "end": 4798, + "start": 4964, + "end": 4979, "loc": { "start": { - "line": 133, + "line": 138, "column": 37 }, "end": { - "line": 133, + "line": 138, "column": 52 } }, "object": { "type": "ThisExpression", - "start": 4783, - "end": 4787, + "start": 4964, + "end": 4968, "loc": { "start": { - "line": 133, + "line": 138, "column": 37 }, "end": { - "line": 133, + "line": 138, "column": 41 } } }, "property": { "type": "Identifier", - "start": 4788, - "end": 4798, + "start": 4969, + "end": 4979, "loc": { "start": { - "line": 133, + "line": 138, "column": 42 }, "end": { - "line": 133, + "line": 138, "column": 52 }, "identifierName": "onEnterPiP" @@ -115377,15 +118405,15 @@ }, "property": { "type": "Identifier", - "start": 4799, - "end": 4803, + "start": 4980, + "end": 4984, "loc": { "start": { - "line": 133, + "line": 138, "column": 53 }, "end": { - "line": 133, + "line": 138, "column": 57 }, "identifierName": "bind" @@ -115397,15 +118425,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 4804, - "end": 4808, + "start": 4985, + "end": 4989, "loc": { "start": { - "line": 133, + "line": 138, "column": 58 }, "end": { - "line": 133, + "line": 138, "column": 62 } } @@ -115418,15 +118446,15 @@ { "type": "CommentLine", "value": " define Picture-in-Picture event handlers once", - "start": 4697, - "end": 4745, + "start": 4878, + "end": 4926, "loc": { "start": { - "line": 132, + "line": 137, "column": 12 }, "end": { - "line": 132, + "line": 137, "column": 60 } } @@ -115435,73 +118463,73 @@ }, { "type": "ExpressionStatement", - "start": 4823, - "end": 4875, + "start": 5004, + "end": 5056, "loc": { "start": { - "line": 134, + "line": 139, "column": 12 }, "end": { - "line": 134, + "line": 139, "column": 64 } }, "expression": { "type": "AssignmentExpression", - "start": 4823, - "end": 4874, + "start": 5004, + "end": 5055, "loc": { "start": { - "line": 134, + "line": 139, "column": 12 }, "end": { - "line": 134, + "line": 139, "column": 63 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 4823, - "end": 4845, + "start": 5004, + "end": 5026, "loc": { "start": { - "line": 134, + "line": 139, "column": 12 }, "end": { - "line": 134, + "line": 139, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 4823, - "end": 4827, + "start": 5004, + "end": 5008, "loc": { "start": { - "line": 134, + "line": 139, "column": 12 }, "end": { - "line": 134, + "line": 139, "column": 16 } } }, "property": { "type": "Identifier", - "start": 4828, - "end": 4845, + "start": 5009, + "end": 5026, "loc": { "start": { - "line": 134, + "line": 139, "column": 17 }, "end": { - "line": 134, + "line": 139, "column": 34 }, "identifierName": "onLeavePiPHandler" @@ -115512,72 +118540,72 @@ }, "right": { "type": "CallExpression", - "start": 4848, - "end": 4874, + "start": 5029, + "end": 5055, "loc": { "start": { - "line": 134, + "line": 139, "column": 37 }, "end": { - "line": 134, + "line": 139, "column": 63 } }, "callee": { "type": "MemberExpression", - "start": 4848, - "end": 4868, + "start": 5029, + "end": 5049, "loc": { "start": { - "line": 134, + "line": 139, "column": 37 }, "end": { - "line": 134, + "line": 139, "column": 57 } }, "object": { "type": "MemberExpression", - "start": 4848, - "end": 4863, + "start": 5029, + "end": 5044, "loc": { "start": { - "line": 134, + "line": 139, "column": 37 }, "end": { - "line": 134, + "line": 139, "column": 52 } }, "object": { "type": "ThisExpression", - "start": 4848, - "end": 4852, + "start": 5029, + "end": 5033, "loc": { "start": { - "line": 134, + "line": 139, "column": 37 }, "end": { - "line": 134, + "line": 139, "column": 41 } } }, "property": { "type": "Identifier", - "start": 4853, - "end": 4863, + "start": 5034, + "end": 5044, "loc": { "start": { - "line": 134, + "line": 139, "column": 42 }, "end": { - "line": 134, + "line": 139, "column": 52 }, "identifierName": "onLeavePiP" @@ -115588,15 +118616,15 @@ }, "property": { "type": "Identifier", - "start": 4864, - "end": 4868, + "start": 5045, + "end": 5049, "loc": { "start": { - "line": 134, + "line": 139, "column": 53 }, "end": { - "line": 134, + "line": 139, "column": 57 }, "identifierName": "bind" @@ -115608,15 +118636,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 4869, - "end": 4873, + "start": 5050, + "end": 5054, "loc": { "start": { - "line": 134, + "line": 139, "column": 58 }, "end": { - "line": 134, + "line": 139, "column": 62 } } @@ -115634,15 +118662,15 @@ { "type": "CommentLine", "value": " exclude custom UI elements", - "start": 4895, - "end": 4924, + "start": 5076, + "end": 5105, "loc": { "start": { - "line": 137, + "line": 142, "column": 8 }, "end": { - "line": 137, + "line": 142, "column": 37 } } @@ -115651,71 +118679,71 @@ }, { "type": "IfStatement", - "start": 4933, - "end": 5480, + "start": 5114, + "end": 5661, "loc": { "start": { - "line": 138, + "line": 143, "column": 8 }, "end": { - "line": 151, + "line": 156, "column": 9 } }, "test": { "type": "MemberExpression", - "start": 4937, - "end": 4968, + "start": 5118, + "end": 5149, "loc": { "start": { - "line": 138, + "line": 143, "column": 12 }, "end": { - "line": 138, + "line": 143, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 4937, - "end": 4957, + "start": 5118, + "end": 5138, "loc": { "start": { - "line": 138, + "line": 143, "column": 12 }, "end": { - "line": 138, + "line": 143, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 4937, - "end": 4948, + "start": 5118, + "end": 5129, "loc": { "start": { - "line": 138, + "line": 143, "column": 12 }, "end": { - "line": 138, + "line": 143, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 4937, - "end": 4941, + "start": 5118, + "end": 5122, "loc": { "start": { - "line": 138, + "line": 143, "column": 12 }, "end": { - "line": 138, + "line": 143, "column": 16 } }, @@ -115723,15 +118751,15 @@ }, "property": { "type": "Identifier", - "start": 4942, - "end": 4948, + "start": 5123, + "end": 5129, "loc": { "start": { - "line": 138, + "line": 143, "column": 17 }, "end": { - "line": 138, + "line": 143, "column": 23 }, "identifierName": "player" @@ -115743,15 +118771,15 @@ }, "property": { "type": "Identifier", - "start": 4949, - "end": 4957, + "start": 5130, + "end": 5138, "loc": { "start": { - "line": 138, + "line": 143, "column": 24 }, "end": { - "line": 138, + "line": 143, "column": 32 }, "identifierName": "options_" @@ -115763,15 +118791,15 @@ }, "property": { "type": "Identifier", - "start": 4958, - "end": 4968, + "start": 5139, + "end": 5149, "loc": { "start": { - "line": 138, + "line": 143, "column": 33 }, "end": { - "line": 138, + "line": 143, "column": 43 }, "identifierName": "controlBar" @@ -115783,59 +118811,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 4970, - "end": 5480, + "start": 5151, + "end": 5661, "loc": { "start": { - "line": 138, + "line": 143, "column": 45 }, "end": { - "line": 151, + "line": 156, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 4984, - "end": 5091, + "start": 5165, + "end": 5272, "loc": { "start": { - "line": 139, + "line": 144, "column": 12 }, "end": { - "line": 140, + "line": 145, "column": 48 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 4988, - "end": 5090, + "start": 5169, + "end": 5271, "loc": { "start": { - "line": 139, + "line": 144, "column": 16 }, "end": { - "line": 140, + "line": 145, "column": 47 } }, "id": { "type": "Identifier", - "start": 4988, - "end": 5004, + "start": 5169, + "end": 5185, "loc": { "start": { - "line": 139, + "line": 144, "column": 16 }, "end": { - "line": 139, + "line": 144, "column": 32 }, "identifierName": "customUIElements" @@ -115844,30 +118872,30 @@ }, "init": { "type": "ArrayExpression", - "start": 5007, - "end": 5090, + "start": 5188, + "end": 5271, "loc": { "start": { - "line": 139, + "line": 144, "column": 35 }, "end": { - "line": 140, + "line": 145, "column": 47 } }, "elements": [ { "type": "StringLiteral", - "start": 5008, - "end": 5022, + "start": 5189, + "end": 5203, "loc": { "start": { - "line": 139, + "line": 144, "column": 36 }, "end": { - "line": 139, + "line": 144, "column": 50 } }, @@ -115879,15 +118907,15 @@ }, { "type": "StringLiteral", - "start": 5024, - "end": 5041, + "start": 5205, + "end": 5222, "loc": { "start": { - "line": 139, + "line": 144, "column": 52 }, "end": { - "line": 139, + "line": 144, "column": 69 } }, @@ -115899,15 +118927,15 @@ }, { "type": "StringLiteral", - "start": 5059, - "end": 5073, + "start": 5240, + "end": 5254, "loc": { "start": { - "line": 140, + "line": 145, "column": 16 }, "end": { - "line": 140, + "line": 145, "column": 30 } }, @@ -115919,15 +118947,15 @@ }, { "type": "StringLiteral", - "start": 5075, - "end": 5089, + "start": 5256, + "end": 5270, "loc": { "start": { - "line": 140, + "line": 145, "column": 32 }, "end": { - "line": 140, + "line": 145, "column": 46 } }, @@ -115945,43 +118973,43 @@ }, { "type": "IfStatement", - "start": 5104, - "end": 5193, + "start": 5285, + "end": 5374, "loc": { "start": { - "line": 141, + "line": 146, "column": 12 }, "end": { - "line": 143, + "line": 148, "column": 13 } }, "test": { "type": "MemberExpression", - "start": 5108, - "end": 5124, + "start": 5289, + "end": 5305, "loc": { "start": { - "line": 141, + "line": 146, "column": 16 }, "end": { - "line": 141, + "line": 146, "column": 32 } }, "object": { "type": "Identifier", - "start": 5108, - "end": 5114, + "start": 5289, + "end": 5295, "loc": { "start": { - "line": 141, + "line": 146, "column": 16 }, "end": { - "line": 141, + "line": 146, "column": 22 }, "identifierName": "player" @@ -115990,15 +119018,15 @@ }, "property": { "type": "Identifier", - "start": 5115, - "end": 5124, + "start": 5296, + "end": 5305, "loc": { "start": { - "line": 141, + "line": 146, "column": 23 }, "end": { - "line": 141, + "line": 146, "column": 32 }, "identifierName": "pipToggle" @@ -116009,72 +119037,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 5126, - "end": 5193, + "start": 5307, + "end": 5374, "loc": { "start": { - "line": 141, + "line": 146, "column": 34 }, "end": { - "line": 143, + "line": 148, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 5144, - "end": 5179, + "start": 5325, + "end": 5360, "loc": { "start": { - "line": 142, + "line": 147, "column": 16 }, "end": { - "line": 142, + "line": 147, "column": 51 } }, "expression": { "type": "CallExpression", - "start": 5144, - "end": 5178, + "start": 5325, + "end": 5359, "loc": { "start": { - "line": 142, + "line": 147, "column": 16 }, "end": { - "line": 142, + "line": 147, "column": 50 } }, "callee": { "type": "MemberExpression", - "start": 5144, - "end": 5165, + "start": 5325, + "end": 5346, "loc": { "start": { - "line": 142, + "line": 147, "column": 16 }, "end": { - "line": 142, + "line": 147, "column": 37 } }, "object": { "type": "Identifier", - "start": 5144, - "end": 5160, + "start": 5325, + "end": 5341, "loc": { "start": { - "line": 142, + "line": 147, "column": 16 }, "end": { - "line": 142, + "line": 147, "column": 32 }, "identifierName": "customUIElements" @@ -116083,15 +119111,15 @@ }, "property": { "type": "Identifier", - "start": 5161, - "end": 5165, + "start": 5342, + "end": 5346, "loc": { "start": { - "line": 142, + "line": 147, "column": 33 }, "end": { - "line": 142, + "line": 147, "column": 37 }, "identifierName": "push" @@ -116103,15 +119131,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 5166, - "end": 5177, + "start": 5347, + "end": 5358, "loc": { "start": { - "line": 142, + "line": 147, "column": 38 }, "end": { - "line": 142, + "line": 147, "column": 49 } }, @@ -116131,57 +119159,57 @@ }, { "type": "ExpressionStatement", - "start": 5207, - "end": 5470, + "start": 5388, + "end": 5651, "loc": { "start": { - "line": 145, + "line": 150, "column": 12 }, "end": { - "line": 150, + "line": 155, "column": 15 } }, "expression": { "type": "CallExpression", - "start": 5207, - "end": 5469, + "start": 5388, + "end": 5650, "loc": { "start": { - "line": 145, + "line": 150, "column": 12 }, "end": { - "line": 150, + "line": 155, "column": 14 } }, "callee": { "type": "MemberExpression", - "start": 5207, - "end": 5231, + "start": 5388, + "end": 5412, "loc": { "start": { - "line": 145, + "line": 150, "column": 12 }, "end": { - "line": 145, + "line": 150, "column": 36 } }, "object": { "type": "Identifier", - "start": 5207, - "end": 5223, + "start": 5388, + "end": 5404, "loc": { "start": { - "line": 145, + "line": 150, "column": 12 }, "end": { - "line": 145, + "line": 150, "column": 28 }, "identifierName": "customUIElements" @@ -116190,15 +119218,15 @@ }, "property": { "type": "Identifier", - "start": 5224, - "end": 5231, + "start": 5405, + "end": 5412, "loc": { "start": { - "line": 145, + "line": 150, "column": 29 }, "end": { - "line": 145, + "line": 150, "column": 36 }, "identifierName": "forEach" @@ -116210,15 +119238,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 5232, - "end": 5468, + "start": 5413, + "end": 5649, "loc": { "start": { - "line": 145, + "line": 150, "column": 37 }, "end": { - "line": 150, + "line": 155, "column": 13 } }, @@ -116229,15 +119257,15 @@ "params": [ { "type": "Identifier", - "start": 5233, - "end": 5240, + "start": 5414, + "end": 5421, "loc": { "start": { - "line": 145, + "line": 150, "column": 38 }, "end": { - "line": 145, + "line": 150, "column": 45 }, "identifierName": "element" @@ -116247,129 +119275,129 @@ ], "body": { "type": "BlockStatement", - "start": 5245, - "end": 5468, + "start": 5426, + "end": 5649, "loc": { "start": { - "line": 145, + "line": 150, "column": 50 }, "end": { - "line": 150, + "line": 155, "column": 13 } }, "body": [ { "type": "IfStatement", - "start": 5263, - "end": 5454, + "start": 5444, + "end": 5635, "loc": { "start": { - "line": 146, + "line": 151, "column": 16 }, "end": { - "line": 149, + "line": 154, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 5267, - "end": 5321, + "start": 5448, + "end": 5502, "loc": { "start": { - "line": 146, + "line": 151, "column": 20 }, "end": { - "line": 146, + "line": 151, "column": 74 } }, "left": { "type": "MemberExpression", - "start": 5267, - "end": 5307, + "start": 5448, + "end": 5488, "loc": { "start": { - "line": 146, + "line": 151, "column": 20 }, "end": { - "line": 146, + "line": 151, "column": 60 } }, "object": { "type": "MemberExpression", - "start": 5267, - "end": 5298, + "start": 5448, + "end": 5479, "loc": { "start": { - "line": 146, + "line": 151, "column": 20 }, "end": { - "line": 146, + "line": 151, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 5267, - "end": 5287, + "start": 5448, + "end": 5468, "loc": { "start": { - "line": 146, + "line": 151, "column": 20 }, "end": { - "line": 146, + "line": 151, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 5267, - "end": 5278, + "start": 5448, + "end": 5459, "loc": { "start": { - "line": 146, + "line": 151, "column": 20 }, "end": { - "line": 146, + "line": 151, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 5267, - "end": 5271, + "start": 5448, + "end": 5452, "loc": { "start": { - "line": 146, + "line": 151, "column": 20 }, "end": { - "line": 146, + "line": 151, "column": 24 } } }, "property": { "type": "Identifier", - "start": 5272, - "end": 5278, + "start": 5453, + "end": 5459, "loc": { "start": { - "line": 146, + "line": 151, "column": 25 }, "end": { - "line": 146, + "line": 151, "column": 31 }, "identifierName": "player" @@ -116380,15 +119408,15 @@ }, "property": { "type": "Identifier", - "start": 5279, - "end": 5287, + "start": 5460, + "end": 5468, "loc": { "start": { - "line": 146, + "line": 151, "column": 32 }, "end": { - "line": 146, + "line": 151, "column": 40 }, "identifierName": "options_" @@ -116399,15 +119427,15 @@ }, "property": { "type": "Identifier", - "start": 5288, - "end": 5298, + "start": 5469, + "end": 5479, "loc": { "start": { - "line": 146, + "line": 151, "column": 41 }, "end": { - "line": 146, + "line": 151, "column": 51 }, "identifierName": "controlBar" @@ -116418,15 +119446,15 @@ }, "property": { "type": "Identifier", - "start": 5299, - "end": 5306, + "start": 5480, + "end": 5487, "loc": { "start": { - "line": 146, + "line": 151, "column": 52 }, "end": { - "line": 146, + "line": 151, "column": 59 }, "identifierName": "element" @@ -116438,15 +119466,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 5312, - "end": 5321, + "start": 5493, + "end": 5502, "loc": { "start": { - "line": 146, + "line": 151, "column": 65 }, "end": { - "line": 146, + "line": 151, "column": 74 }, "identifierName": "undefined" @@ -116456,116 +119484,116 @@ }, "consequent": { "type": "BlockStatement", - "start": 5323, - "end": 5454, + "start": 5504, + "end": 5635, "loc": { "start": { - "line": 146, + "line": 151, "column": 76 }, "end": { - "line": 149, + "line": 154, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 5345, - "end": 5387, + "start": 5526, + "end": 5568, "loc": { "start": { - "line": 147, + "line": 152, "column": 20 }, "end": { - "line": 147, + "line": 152, "column": 62 } }, "expression": { "type": "AssignmentExpression", - "start": 5345, - "end": 5386, + "start": 5526, + "end": 5567, "loc": { "start": { - "line": 147, + "line": 152, "column": 20 }, "end": { - "line": 147, + "line": 152, "column": 61 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 5345, - "end": 5379, + "start": 5526, + "end": 5560, "loc": { "start": { - "line": 147, + "line": 152, "column": 20 }, "end": { - "line": 147, + "line": 152, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 5345, - "end": 5365, + "start": 5526, + "end": 5546, "loc": { "start": { - "line": 147, + "line": 152, "column": 20 }, "end": { - "line": 147, + "line": 152, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 5345, - "end": 5356, + "start": 5526, + "end": 5537, "loc": { "start": { - "line": 147, + "line": 152, "column": 20 }, "end": { - "line": 147, + "line": 152, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 5345, - "end": 5349, + "start": 5526, + "end": 5530, "loc": { "start": { - "line": 147, + "line": 152, "column": 20 }, "end": { - "line": 147, + "line": 152, "column": 24 } } }, "property": { "type": "Identifier", - "start": 5350, - "end": 5356, + "start": 5531, + "end": 5537, "loc": { "start": { - "line": 147, + "line": 152, "column": 25 }, "end": { - "line": 147, + "line": 152, "column": 31 }, "identifierName": "player" @@ -116576,15 +119604,15 @@ }, "property": { "type": "Identifier", - "start": 5357, - "end": 5364, + "start": 5538, + "end": 5545, "loc": { "start": { - "line": 147, + "line": 152, "column": 32 }, "end": { - "line": 147, + "line": 152, "column": 39 }, "identifierName": "element" @@ -116595,15 +119623,15 @@ }, "property": { "type": "Identifier", - "start": 5366, - "end": 5379, + "start": 5547, + "end": 5560, "loc": { "start": { - "line": 147, + "line": 152, "column": 41 }, "end": { - "line": 147, + "line": 152, "column": 54 }, "identifierName": "layoutExclude" @@ -116614,15 +119642,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 5382, - "end": 5386, + "start": 5563, + "end": 5567, "loc": { "start": { - "line": 147, + "line": 152, "column": 57 }, "end": { - "line": 147, + "line": 152, "column": 61 } }, @@ -116632,100 +119660,100 @@ }, { "type": "ExpressionStatement", - "start": 5408, - "end": 5436, + "start": 5589, + "end": 5617, "loc": { "start": { - "line": 148, + "line": 153, "column": 20 }, "end": { - "line": 148, + "line": 153, "column": 48 } }, "expression": { "type": "CallExpression", - "start": 5408, - "end": 5435, + "start": 5589, + "end": 5616, "loc": { "start": { - "line": 148, + "line": 153, "column": 20 }, "end": { - "line": 148, + "line": 153, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 5408, - "end": 5433, + "start": 5589, + "end": 5614, "loc": { "start": { - "line": 148, + "line": 153, "column": 20 }, "end": { - "line": 148, + "line": 153, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 5408, - "end": 5428, + "start": 5589, + "end": 5609, "loc": { "start": { - "line": 148, + "line": 153, "column": 20 }, "end": { - "line": 148, + "line": 153, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 5408, - "end": 5419, + "start": 5589, + "end": 5600, "loc": { "start": { - "line": 148, + "line": 153, "column": 20 }, "end": { - "line": 148, + "line": 153, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 5408, - "end": 5412, + "start": 5589, + "end": 5593, "loc": { "start": { - "line": 148, + "line": 153, "column": 20 }, "end": { - "line": 148, + "line": 153, "column": 24 } } }, "property": { "type": "Identifier", - "start": 5413, - "end": 5419, + "start": 5594, + "end": 5600, "loc": { "start": { - "line": 148, + "line": 153, "column": 25 }, "end": { - "line": 148, + "line": 153, "column": 31 }, "identifierName": "player" @@ -116736,15 +119764,15 @@ }, "property": { "type": "Identifier", - "start": 5420, - "end": 5427, + "start": 5601, + "end": 5608, "loc": { "start": { - "line": 148, + "line": 153, "column": 32 }, "end": { - "line": 148, + "line": 153, "column": 39 }, "identifierName": "element" @@ -116755,15 +119783,15 @@ }, "property": { "type": "Identifier", - "start": 5429, - "end": 5433, + "start": 5610, + "end": 5614, "loc": { "start": { - "line": 148, + "line": 153, "column": 41 }, "end": { - "line": 148, + "line": 153, "column": 45 }, "identifierName": "hide" @@ -116796,15 +119824,15 @@ { "type": "CommentLine", "value": " exclude custom UI elements", - "start": 4895, - "end": 4924, + "start": 5076, + "end": 5105, "loc": { "start": { - "line": 137, + "line": 142, "column": 8 }, "end": { - "line": 137, + "line": 142, "column": 37 } } @@ -116814,15 +119842,15 @@ { "type": "CommentLine", "value": " wait until player ui is ready", - "start": 5490, - "end": 5522, + "start": 5671, + "end": 5703, "loc": { "start": { - "line": 153, + "line": 158, "column": 8 }, "end": { - "line": 153, + "line": 158, "column": 40 } } @@ -116831,71 +119859,71 @@ }, { "type": "ExpressionStatement", - "start": 5531, - "end": 5585, + "start": 5712, + "end": 5766, "loc": { "start": { - "line": 154, + "line": 159, "column": 8 }, "end": { - "line": 154, + "line": 159, "column": 62 } }, "expression": { "type": "CallExpression", - "start": 5531, - "end": 5584, + "start": 5712, + "end": 5765, "loc": { "start": { - "line": 154, + "line": 159, "column": 8 }, "end": { - "line": 154, + "line": 159, "column": 61 } }, "callee": { "type": "MemberExpression", - "start": 5531, - "end": 5546, + "start": 5712, + "end": 5727, "loc": { "start": { - "line": 154, + "line": 159, "column": 8 }, "end": { - "line": 154, + "line": 159, "column": 23 } }, "object": { "type": "MemberExpression", - "start": 5531, - "end": 5542, + "start": 5712, + "end": 5723, "loc": { "start": { - "line": 154, + "line": 159, "column": 8 }, "end": { - "line": 154, + "line": 159, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 5531, - "end": 5535, + "start": 5712, + "end": 5716, "loc": { "start": { - "line": 154, + "line": 159, "column": 8 }, "end": { - "line": 154, + "line": 159, "column": 12 } }, @@ -116903,15 +119931,15 @@ }, "property": { "type": "Identifier", - "start": 5536, - "end": 5542, + "start": 5717, + "end": 5723, "loc": { "start": { - "line": 154, + "line": 159, "column": 13 }, "end": { - "line": 154, + "line": 159, "column": 19 }, "identifierName": "player" @@ -116923,15 +119951,15 @@ }, "property": { "type": "Identifier", - "start": 5543, - "end": 5546, + "start": 5724, + "end": 5727, "loc": { "start": { - "line": 154, + "line": 159, "column": 20 }, "end": { - "line": 154, + "line": 159, "column": 23 }, "identifierName": "one" @@ -116944,29 +119972,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 5547, - "end": 5558, + "start": 5728, + "end": 5739, "loc": { "start": { - "line": 154, + "line": 159, "column": 24 }, "end": { - "line": 154, + "line": 159, "column": 35 } }, "object": { "type": "Identifier", - "start": 5547, - "end": 5552, + "start": 5728, + "end": 5733, "loc": { "start": { - "line": 154, + "line": 159, "column": 24 }, "end": { - "line": 154, + "line": 159, "column": 29 }, "identifierName": "Event" @@ -116975,15 +120003,15 @@ }, "property": { "type": "Identifier", - "start": 5553, - "end": 5558, + "start": 5734, + "end": 5739, "loc": { "start": { - "line": 154, + "line": 159, "column": 30 }, "end": { - "line": 154, + "line": 159, "column": 35 }, "identifierName": "READY" @@ -116994,72 +120022,72 @@ }, { "type": "CallExpression", - "start": 5560, - "end": 5583, + "start": 5741, + "end": 5764, "loc": { "start": { - "line": 154, + "line": 159, "column": 37 }, "end": { - "line": 154, + "line": 159, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 5560, - "end": 5577, + "start": 5741, + "end": 5758, "loc": { "start": { - "line": 154, + "line": 159, "column": 37 }, "end": { - "line": 154, + "line": 159, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 5560, - "end": 5572, + "start": 5741, + "end": 5753, "loc": { "start": { - "line": 154, + "line": 159, "column": 37 }, "end": { - "line": 154, + "line": 159, "column": 49 } }, "object": { "type": "ThisExpression", - "start": 5560, - "end": 5564, + "start": 5741, + "end": 5745, "loc": { "start": { - "line": 154, + "line": 159, "column": 37 }, "end": { - "line": 154, + "line": 159, "column": 41 } } }, "property": { "type": "Identifier", - "start": 5565, - "end": 5572, + "start": 5746, + "end": 5753, "loc": { "start": { - "line": 154, + "line": 159, "column": 42 }, "end": { - "line": 154, + "line": 159, "column": 49 }, "identifierName": "setupUI" @@ -117070,15 +120098,15 @@ }, "property": { "type": "Identifier", - "start": 5573, - "end": 5577, + "start": 5754, + "end": 5758, "loc": { "start": { - "line": 154, + "line": 159, "column": 50 }, "end": { - "line": 154, + "line": 159, "column": 54 }, "identifierName": "bind" @@ -117090,15 +120118,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 5578, - "end": 5582, + "start": 5759, + "end": 5763, "loc": { "start": { - "line": 154, + "line": 159, "column": 55 }, "end": { - "line": 154, + "line": 159, "column": 59 } } @@ -117112,15 +120140,15 @@ { "type": "CommentLine", "value": " wait until player ui is ready", - "start": 5490, - "end": 5522, + "start": 5671, + "end": 5703, "loc": { "start": { - "line": 153, + "line": 158, "column": 8 }, "end": { - "line": 153, + "line": 158, "column": 40 } } @@ -117153,15 +120181,15 @@ { "type": "CommentBlock", "value": "*\n * Setup plugin options.\n *\n * @param {Object} newOptions - Optional new player options.\n ", - "start": 5597, - "end": 5709, + "start": 5778, + "end": 5890, "loc": { "start": { - "line": 157, + "line": 162, "column": 4 }, "end": { - "line": 161, + "line": 166, "column": 7 } } @@ -117170,15 +120198,15 @@ }, { "type": "ClassMethod", - "start": 5714, - "end": 8424, + "start": 5895, + "end": 8607, "loc": { "start": { - "line": 162, + "line": 167, "column": 4 }, "end": { - "line": 217, + "line": 222, "column": 5 } }, @@ -117186,15 +120214,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 5714, - "end": 5725, + "start": 5895, + "end": 5906, "loc": { "start": { - "line": 162, + "line": 167, "column": 4 }, "end": { - "line": 162, + "line": 167, "column": 15 }, "identifierName": "loadOptions" @@ -117210,29 +120238,29 @@ "params": [ { "type": "AssignmentPattern", - "start": 5726, - "end": 5741, + "start": 5907, + "end": 5922, "loc": { "start": { - "line": 162, + "line": 167, "column": 16 }, "end": { - "line": 162, + "line": 167, "column": 31 } }, "left": { "type": "Identifier", - "start": 5726, - "end": 5736, + "start": 5907, + "end": 5917, "loc": { "start": { - "line": 162, + "line": 167, "column": 16 }, "end": { - "line": 162, + "line": 167, "column": 26 }, "identifierName": "newOptions" @@ -117241,15 +120269,15 @@ }, "right": { "type": "ObjectExpression", - "start": 5739, - "end": 5741, + "start": 5920, + "end": 5922, "loc": { "start": { - "line": 162, + "line": 167, "column": 29 }, "end": { - "line": 162, + "line": 167, "column": 31 } }, @@ -117259,59 +120287,59 @@ ], "body": { "type": "BlockStatement", - "start": 5743, - "end": 8424, + "start": 5924, + "end": 8607, "loc": { "start": { - "line": 162, + "line": 167, "column": 33 }, "end": { - "line": 217, + "line": 222, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 5753, - "end": 5877, + "start": 5934, + "end": 6058, "loc": { "start": { - "line": 163, + "line": 168, "column": 8 }, "end": { - "line": 164, + "line": 169, "column": 61 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 5757, - "end": 5876, + "start": 5938, + "end": 6057, "loc": { "start": { - "line": 163, + "line": 168, "column": 12 }, "end": { - "line": 164, + "line": 169, "column": 60 } }, "id": { "type": "Identifier", - "start": 5757, - "end": 5770, + "start": 5938, + "end": 5951, "loc": { "start": { - "line": 163, + "line": 168, "column": 12 }, "end": { - "line": 163, + "line": 168, "column": 25 }, "identifierName": "recordOptions" @@ -117320,43 +120348,43 @@ }, "init": { "type": "CallExpression", - "start": 5773, - "end": 5876, + "start": 5954, + "end": 6057, "loc": { "start": { - "line": 163, + "line": 168, "column": 28 }, "end": { - "line": 164, + "line": 169, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 5773, - "end": 5793, + "start": 5954, + "end": 5974, "loc": { "start": { - "line": 163, + "line": 168, "column": 28 }, "end": { - "line": 163, + "line": 168, "column": 48 } }, "object": { "type": "Identifier", - "start": 5773, - "end": 5780, + "start": 5954, + "end": 5961, "loc": { "start": { - "line": 163, + "line": 168, "column": 28 }, "end": { - "line": 163, + "line": 168, "column": 35 }, "identifierName": "videojs" @@ -117365,15 +120393,15 @@ }, "property": { "type": "Identifier", - "start": 5781, - "end": 5793, + "start": 5962, + "end": 5974, "loc": { "start": { - "line": 163, + "line": 168, "column": 36 }, "end": { - "line": 163, + "line": 168, "column": 48 }, "identifierName": "mergeOptions" @@ -117385,15 +120413,15 @@ "arguments": [ { "type": "Identifier", - "start": 5794, - "end": 5814, + "start": 5975, + "end": 5995, "loc": { "start": { - "line": 163, + "line": 168, "column": 49 }, "end": { - "line": 163, + "line": 168, "column": 69 }, "identifierName": "pluginDefaultOptions" @@ -117402,86 +120430,86 @@ }, { "type": "MemberExpression", - "start": 5828, - "end": 5863, + "start": 6009, + "end": 6044, "loc": { "start": { - "line": 164, + "line": 169, "column": 12 }, "end": { - "line": 164, + "line": 169, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 5828, - "end": 5856, + "start": 6009, + "end": 6037, "loc": { "start": { - "line": 164, + "line": 169, "column": 12 }, "end": { - "line": 164, + "line": 169, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 5828, - "end": 5848, + "start": 6009, + "end": 6029, "loc": { "start": { - "line": 164, + "line": 169, "column": 12 }, "end": { - "line": 164, + "line": 169, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 5828, - "end": 5839, + "start": 6009, + "end": 6020, "loc": { "start": { - "line": 164, + "line": 169, "column": 12 }, "end": { - "line": 164, + "line": 169, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 5828, - "end": 5832, + "start": 6009, + "end": 6013, "loc": { "start": { - "line": 164, + "line": 169, "column": 12 }, "end": { - "line": 164, + "line": 169, "column": 16 } } }, "property": { "type": "Identifier", - "start": 5833, - "end": 5839, + "start": 6014, + "end": 6020, "loc": { "start": { - "line": 164, + "line": 169, "column": 17 }, "end": { - "line": 164, + "line": 169, "column": 23 }, "identifierName": "player" @@ -117492,15 +120520,15 @@ }, "property": { "type": "Identifier", - "start": 5840, - "end": 5848, + "start": 6021, + "end": 6029, "loc": { "start": { - "line": 164, + "line": 169, "column": 24 }, "end": { - "line": 164, + "line": 169, "column": 32 }, "identifierName": "options_" @@ -117511,15 +120539,15 @@ }, "property": { "type": "Identifier", - "start": 5849, - "end": 5856, + "start": 6030, + "end": 6037, "loc": { "start": { - "line": 164, + "line": 169, "column": 33 }, "end": { - "line": 164, + "line": 169, "column": 40 }, "identifierName": "plugins" @@ -117530,15 +120558,15 @@ }, "property": { "type": "Identifier", - "start": 5857, - "end": 5863, + "start": 6038, + "end": 6044, "loc": { "start": { - "line": 164, + "line": 169, "column": 41 }, "end": { - "line": 164, + "line": 169, "column": 47 }, "identifierName": "record" @@ -117549,15 +120577,15 @@ }, { "type": "Identifier", - "start": 5865, - "end": 5875, + "start": 6046, + "end": 6056, "loc": { "start": { - "line": 164, + "line": 169, "column": 49 }, "end": { - "line": 164, + "line": 169, "column": 59 }, "identifierName": "newOptions" @@ -117573,15 +120601,15 @@ { "type": "CommentLine", "value": " record settings", - "start": 5887, - "end": 5905, + "start": 6068, + "end": 6086, "loc": { "start": { - "line": 166, + "line": 171, "column": 8 }, "end": { - "line": 166, + "line": 171, "column": 26 } } @@ -117590,58 +120618,58 @@ }, { "type": "ExpressionStatement", - "start": 5914, - "end": 5953, + "start": 6095, + "end": 6134, "loc": { "start": { - "line": 167, + "line": 172, "column": 8 }, "end": { - "line": 167, + "line": 172, "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 5914, - "end": 5952, + "start": 6095, + "end": 6133, "loc": { "start": { - "line": 167, + "line": 172, "column": 8 }, "end": { - "line": 167, + "line": 172, "column": 46 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 5914, - "end": 5930, + "start": 6095, + "end": 6111, "loc": { "start": { - "line": 167, + "line": 172, "column": 8 }, "end": { - "line": 167, + "line": 172, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 5914, - "end": 5918, + "start": 6095, + "end": 6099, "loc": { "start": { - "line": 167, + "line": 172, "column": 8 }, "end": { - "line": 167, + "line": 172, "column": 12 } }, @@ -117649,15 +120677,15 @@ }, "property": { "type": "Identifier", - "start": 5919, - "end": 5930, + "start": 6100, + "end": 6111, "loc": { "start": { - "line": 167, + "line": 172, "column": 13 }, "end": { - "line": 167, + "line": 172, "column": 24 }, "identifierName": "recordImage" @@ -117669,29 +120697,29 @@ }, "right": { "type": "MemberExpression", - "start": 5933, - "end": 5952, + "start": 6114, + "end": 6133, "loc": { "start": { - "line": 167, + "line": 172, "column": 27 }, "end": { - "line": 167, + "line": 172, "column": 46 } }, "object": { "type": "Identifier", - "start": 5933, - "end": 5946, + "start": 6114, + "end": 6127, "loc": { "start": { - "line": 167, + "line": 172, "column": 27 }, "end": { - "line": 167, + "line": 172, "column": 40 }, "identifierName": "recordOptions" @@ -117700,15 +120728,15 @@ }, "property": { "type": "Identifier", - "start": 5947, - "end": 5952, + "start": 6128, + "end": 6133, "loc": { "start": { - "line": 167, + "line": 172, "column": 41 }, "end": { - "line": 167, + "line": 172, "column": 46 }, "identifierName": "image" @@ -117723,15 +120751,15 @@ { "type": "CommentLine", "value": " record settings", - "start": 5887, - "end": 5905, + "start": 6068, + "end": 6086, "loc": { "start": { - "line": 166, + "line": 171, "column": 8 }, "end": { - "line": 166, + "line": 171, "column": 26 } } @@ -117740,73 +120768,73 @@ }, { "type": "ExpressionStatement", - "start": 5962, - "end": 6001, + "start": 6143, + "end": 6182, "loc": { "start": { - "line": 168, + "line": 173, "column": 8 }, "end": { - "line": 168, + "line": 173, "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 5962, - "end": 6000, + "start": 6143, + "end": 6181, "loc": { "start": { - "line": 168, + "line": 173, "column": 8 }, "end": { - "line": 168, + "line": 173, "column": 46 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 5962, - "end": 5978, + "start": 6143, + "end": 6159, "loc": { "start": { - "line": 168, + "line": 173, "column": 8 }, "end": { - "line": 168, + "line": 173, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 5962, - "end": 5966, + "start": 6143, + "end": 6147, "loc": { "start": { - "line": 168, + "line": 173, "column": 8 }, "end": { - "line": 168, + "line": 173, "column": 12 } } }, "property": { "type": "Identifier", - "start": 5967, - "end": 5978, + "start": 6148, + "end": 6159, "loc": { "start": { - "line": 168, + "line": 173, "column": 13 }, "end": { - "line": 168, + "line": 173, "column": 24 }, "identifierName": "recordAudio" @@ -117817,29 +120845,29 @@ }, "right": { "type": "MemberExpression", - "start": 5981, - "end": 6000, + "start": 6162, + "end": 6181, "loc": { "start": { - "line": 168, + "line": 173, "column": 27 }, "end": { - "line": 168, + "line": 173, "column": 46 } }, "object": { "type": "Identifier", - "start": 5981, - "end": 5994, + "start": 6162, + "end": 6175, "loc": { "start": { - "line": 168, + "line": 173, "column": 27 }, "end": { - "line": 168, + "line": 173, "column": 40 }, "identifierName": "recordOptions" @@ -117848,15 +120876,15 @@ }, "property": { "type": "Identifier", - "start": 5995, - "end": 6000, + "start": 6176, + "end": 6181, "loc": { "start": { - "line": 168, + "line": 173, "column": 41 }, "end": { - "line": 168, + "line": 173, "column": 46 }, "identifierName": "audio" @@ -117869,73 +120897,73 @@ }, { "type": "ExpressionStatement", - "start": 6010, - "end": 6049, + "start": 6191, + "end": 6230, "loc": { "start": { - "line": 169, + "line": 174, "column": 8 }, "end": { - "line": 169, + "line": 174, "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 6010, - "end": 6048, + "start": 6191, + "end": 6229, "loc": { "start": { - "line": 169, + "line": 174, "column": 8 }, "end": { - "line": 169, + "line": 174, "column": 46 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 6010, - "end": 6026, + "start": 6191, + "end": 6207, "loc": { "start": { - "line": 169, + "line": 174, "column": 8 }, "end": { - "line": 169, + "line": 174, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 6010, - "end": 6014, + "start": 6191, + "end": 6195, "loc": { "start": { - "line": 169, + "line": 174, "column": 8 }, "end": { - "line": 169, + "line": 174, "column": 12 } } }, "property": { "type": "Identifier", - "start": 6015, - "end": 6026, + "start": 6196, + "end": 6207, "loc": { "start": { - "line": 169, + "line": 174, "column": 13 }, "end": { - "line": 169, + "line": 174, "column": 24 }, "identifierName": "recordVideo" @@ -117946,29 +120974,29 @@ }, "right": { "type": "MemberExpression", - "start": 6029, - "end": 6048, + "start": 6210, + "end": 6229, "loc": { "start": { - "line": 169, + "line": 174, "column": 27 }, "end": { - "line": 169, + "line": 174, "column": 46 } }, "object": { "type": "Identifier", - "start": 6029, - "end": 6042, + "start": 6210, + "end": 6223, "loc": { "start": { - "line": 169, + "line": 174, "column": 27 }, "end": { - "line": 169, + "line": 174, "column": 40 }, "identifierName": "recordOptions" @@ -117977,15 +121005,15 @@ }, "property": { "type": "Identifier", - "start": 6043, - "end": 6048, + "start": 6224, + "end": 6229, "loc": { "start": { - "line": 169, + "line": 174, "column": 41 }, "end": { - "line": 169, + "line": 174, "column": 46 }, "identifierName": "video" @@ -117998,73 +121026,73 @@ }, { "type": "ExpressionStatement", - "start": 6058, - "end": 6105, + "start": 6239, + "end": 6286, "loc": { "start": { - "line": 170, + "line": 175, "column": 8 }, "end": { - "line": 170, + "line": 175, "column": 55 } }, "expression": { "type": "AssignmentExpression", - "start": 6058, - "end": 6104, + "start": 6239, + "end": 6285, "loc": { "start": { - "line": 170, + "line": 175, "column": 8 }, "end": { - "line": 170, + "line": 175, "column": 54 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 6058, - "end": 6078, + "start": 6239, + "end": 6259, "loc": { "start": { - "line": 170, + "line": 175, "column": 8 }, "end": { - "line": 170, + "line": 175, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 6058, - "end": 6062, + "start": 6239, + "end": 6243, "loc": { "start": { - "line": 170, + "line": 175, "column": 8 }, "end": { - "line": 170, + "line": 175, "column": 12 } } }, "property": { "type": "Identifier", - "start": 6063, - "end": 6078, + "start": 6244, + "end": 6259, "loc": { "start": { - "line": 170, + "line": 175, "column": 13 }, "end": { - "line": 170, + "line": 175, "column": 28 }, "identifierName": "recordAnimation" @@ -118075,29 +121103,29 @@ }, "right": { "type": "MemberExpression", - "start": 6081, - "end": 6104, + "start": 6262, + "end": 6285, "loc": { "start": { - "line": 170, + "line": 175, "column": 31 }, "end": { - "line": 170, + "line": 175, "column": 54 } }, "object": { "type": "Identifier", - "start": 6081, - "end": 6094, + "start": 6262, + "end": 6275, "loc": { "start": { - "line": 170, + "line": 175, "column": 31 }, "end": { - "line": 170, + "line": 175, "column": 44 }, "identifierName": "recordOptions" @@ -118106,15 +121134,15 @@ }, "property": { "type": "Identifier", - "start": 6095, - "end": 6104, + "start": 6276, + "end": 6285, "loc": { "start": { - "line": 170, + "line": 175, "column": 45 }, "end": { - "line": 170, + "line": 175, "column": 54 }, "identifierName": "animation" @@ -118127,73 +121155,73 @@ }, { "type": "ExpressionStatement", - "start": 6114, - "end": 6155, + "start": 6295, + "end": 6336, "loc": { "start": { - "line": 171, + "line": 176, "column": 8 }, "end": { - "line": 171, + "line": 176, "column": 49 } }, "expression": { "type": "AssignmentExpression", - "start": 6114, - "end": 6154, + "start": 6295, + "end": 6335, "loc": { "start": { - "line": 171, + "line": 176, "column": 8 }, "end": { - "line": 171, + "line": 176, "column": 48 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 6114, - "end": 6131, + "start": 6295, + "end": 6312, "loc": { "start": { - "line": 171, + "line": 176, "column": 8 }, "end": { - "line": 171, + "line": 176, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 6114, - "end": 6118, + "start": 6295, + "end": 6299, "loc": { "start": { - "line": 171, + "line": 176, "column": 8 }, "end": { - "line": 171, + "line": 176, "column": 12 } } }, "property": { "type": "Identifier", - "start": 6119, - "end": 6131, + "start": 6300, + "end": 6312, "loc": { "start": { - "line": 171, + "line": 176, "column": 13 }, "end": { - "line": 171, + "line": 176, "column": 25 }, "identifierName": "recordScreen" @@ -118204,29 +121232,29 @@ }, "right": { "type": "MemberExpression", - "start": 6134, - "end": 6154, + "start": 6315, + "end": 6335, "loc": { "start": { - "line": 171, + "line": 176, "column": 28 }, "end": { - "line": 171, + "line": 176, "column": 48 } }, "object": { "type": "Identifier", - "start": 6134, - "end": 6147, + "start": 6315, + "end": 6328, "loc": { "start": { - "line": 171, + "line": 176, "column": 28 }, "end": { - "line": 171, + "line": 176, "column": 41 }, "identifierName": "recordOptions" @@ -118235,15 +121263,15 @@ }, "property": { "type": "Identifier", - "start": 6148, - "end": 6154, + "start": 6329, + "end": 6335, "loc": { "start": { - "line": 171, + "line": 176, "column": 42 }, "end": { - "line": 171, + "line": 176, "column": 48 }, "identifierName": "screen" @@ -118256,73 +121284,73 @@ }, { "type": "ExpressionStatement", - "start": 6164, - "end": 6205, + "start": 6345, + "end": 6386, "loc": { "start": { - "line": 172, + "line": 177, "column": 8 }, "end": { - "line": 172, + "line": 177, "column": 49 } }, "expression": { "type": "AssignmentExpression", - "start": 6164, - "end": 6204, + "start": 6345, + "end": 6385, "loc": { "start": { - "line": 172, + "line": 177, "column": 8 }, "end": { - "line": 172, + "line": 177, "column": 48 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 6164, - "end": 6178, + "start": 6345, + "end": 6359, "loc": { "start": { - "line": 172, + "line": 177, "column": 8 }, "end": { - "line": 172, + "line": 177, "column": 22 } }, "object": { "type": "ThisExpression", - "start": 6164, - "end": 6168, + "start": 6345, + "end": 6349, "loc": { "start": { - "line": 172, + "line": 177, "column": 8 }, "end": { - "line": 172, + "line": 177, "column": 12 } } }, "property": { "type": "Identifier", - "start": 6169, - "end": 6178, + "start": 6350, + "end": 6359, "loc": { "start": { - "line": 172, + "line": 177, "column": 13 }, "end": { - "line": 172, + "line": 177, "column": 22 }, "identifierName": "maxLength" @@ -118333,29 +121361,29 @@ }, "right": { "type": "MemberExpression", - "start": 6181, - "end": 6204, + "start": 6362, + "end": 6385, "loc": { "start": { - "line": 172, + "line": 177, "column": 25 }, "end": { - "line": 172, + "line": 177, "column": 48 } }, "object": { "type": "Identifier", - "start": 6181, - "end": 6194, + "start": 6362, + "end": 6375, "loc": { "start": { - "line": 172, + "line": 177, "column": 25 }, "end": { - "line": 172, + "line": 177, "column": 38 }, "identifierName": "recordOptions" @@ -118364,15 +121392,15 @@ }, "property": { "type": "Identifier", - "start": 6195, - "end": 6204, + "start": 6376, + "end": 6385, "loc": { "start": { - "line": 172, + "line": 177, "column": 39 }, "end": { - "line": 172, + "line": 177, "column": 48 }, "identifierName": "maxLength" @@ -118385,73 +121413,73 @@ }, { "type": "ExpressionStatement", - "start": 6214, - "end": 6259, + "start": 6395, + "end": 6440, "loc": { "start": { - "line": 173, + "line": 178, "column": 8 }, "end": { - "line": 173, + "line": 178, "column": 53 } }, "expression": { "type": "AssignmentExpression", - "start": 6214, - "end": 6258, + "start": 6395, + "end": 6439, "loc": { "start": { - "line": 173, + "line": 178, "column": 8 }, "end": { - "line": 173, + "line": 178, "column": 52 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 6214, - "end": 6230, + "start": 6395, + "end": 6411, "loc": { "start": { - "line": 173, + "line": 178, "column": 8 }, "end": { - "line": 173, + "line": 178, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 6214, - "end": 6218, + "start": 6395, + "end": 6399, "loc": { "start": { - "line": 173, + "line": 178, "column": 8 }, "end": { - "line": 173, + "line": 178, "column": 12 } } }, "property": { "type": "Identifier", - "start": 6219, - "end": 6230, + "start": 6400, + "end": 6411, "loc": { "start": { - "line": 173, + "line": 178, "column": 13 }, "end": { - "line": 173, + "line": 178, "column": 24 }, "identifierName": "maxFileSize" @@ -118462,29 +121490,29 @@ }, "right": { "type": "MemberExpression", - "start": 6233, - "end": 6258, + "start": 6414, + "end": 6439, "loc": { "start": { - "line": 173, + "line": 178, "column": 27 }, "end": { - "line": 173, + "line": 178, "column": 52 } }, "object": { "type": "Identifier", - "start": 6233, - "end": 6246, + "start": 6414, + "end": 6427, "loc": { "start": { - "line": 173, + "line": 178, "column": 27 }, "end": { - "line": 173, + "line": 178, "column": 40 }, "identifierName": "recordOptions" @@ -118493,15 +121521,15 @@ }, "property": { "type": "Identifier", - "start": 6247, - "end": 6258, + "start": 6428, + "end": 6439, "loc": { "start": { - "line": 173, + "line": 178, "column": 41 }, "end": { - "line": 173, + "line": 178, "column": 52 }, "identifierName": "maxFileSize" @@ -118514,236 +121542,202 @@ }, { "type": "ExpressionStatement", - "start": 6268, - "end": 6327, + "start": 6449, + "end": 6510, "loc": { "start": { - "line": 174, + "line": 179, "column": 8 }, "end": { - "line": 174, - "column": 67 + "line": 179, + "column": 69 } }, "expression": { "type": "AssignmentExpression", - "start": 6268, - "end": 6326, + "start": 6449, + "end": 6509, "loc": { "start": { - "line": 174, + "line": 179, "column": 8 }, "end": { - "line": 174, - "column": 66 + "line": 179, + "column": 68 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 6268, - "end": 6285, + "start": 6449, + "end": 6473, "loc": { "start": { - "line": 174, + "line": 179, "column": 8 }, "end": { - "line": 174, - "column": 25 + "line": 179, + "column": 32 } }, "object": { "type": "ThisExpression", - "start": 6268, - "end": 6272, + "start": 6449, + "end": 6453, "loc": { "start": { - "line": 174, + "line": 179, "column": 8 }, "end": { - "line": 174, + "line": 179, "column": 12 } } }, "property": { "type": "Identifier", - "start": 6273, - "end": 6285, + "start": 6454, + "end": 6473, "loc": { "start": { - "line": 174, + "line": 179, "column": 13 }, "end": { - "line": 174, - "column": 25 + "line": 179, + "column": 32 }, - "identifierName": "msDisplayMax" + "identifierName": "displayMilliseconds" }, - "name": "msDisplayMax" + "name": "displayMilliseconds" }, "computed": false }, "right": { - "type": "CallExpression", - "start": 6288, - "end": 6326, + "type": "MemberExpression", + "start": 6476, + "end": 6509, "loc": { "start": { - "line": 174, - "column": 28 + "line": 179, + "column": 35 }, "end": { - "line": 174, - "column": 66 + "line": 179, + "column": 68 } }, - "callee": { + "object": { "type": "Identifier", - "start": 6288, - "end": 6298, + "start": 6476, + "end": 6489, "loc": { "start": { - "line": 174, - "column": 28 + "line": 179, + "column": 35 }, "end": { - "line": 174, - "column": 38 + "line": 179, + "column": 48 }, - "identifierName": "parseFloat" + "identifierName": "recordOptions" }, - "name": "parseFloat" + "name": "recordOptions" }, - "arguments": [ - { - "type": "MemberExpression", - "start": 6299, - "end": 6325, - "loc": { - "start": { - "line": 174, - "column": 39 - }, - "end": { - "line": 174, - "column": 65 - } - }, - "object": { - "type": "Identifier", - "start": 6299, - "end": 6312, - "loc": { - "start": { - "line": 174, - "column": 39 - }, - "end": { - "line": 174, - "column": 52 - }, - "identifierName": "recordOptions" - }, - "name": "recordOptions" + "property": { + "type": "Identifier", + "start": 6490, + "end": 6509, + "loc": { + "start": { + "line": 179, + "column": 49 }, - "property": { - "type": "Identifier", - "start": 6313, - "end": 6325, - "loc": { - "start": { - "line": 174, - "column": 53 - }, - "end": { - "line": 174, - "column": 65 - }, - "identifierName": "msDisplayMax" - }, - "name": "msDisplayMax" + "end": { + "line": 179, + "column": 68 }, - "computed": false - } - ] + "identifierName": "displayMilliseconds" + }, + "name": "displayMilliseconds" + }, + "computed": false } } }, { "type": "ExpressionStatement", - "start": 6336, - "end": 6369, + "start": 6519, + "end": 6552, "loc": { "start": { - "line": 175, + "line": 180, "column": 8 }, "end": { - "line": 175, + "line": 180, "column": 41 } }, "expression": { "type": "AssignmentExpression", - "start": 6336, - "end": 6368, + "start": 6519, + "end": 6551, "loc": { "start": { - "line": 175, + "line": 180, "column": 8 }, "end": { - "line": 175, + "line": 180, "column": 40 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 6336, - "end": 6346, + "start": 6519, + "end": 6529, "loc": { "start": { - "line": 175, + "line": 180, "column": 8 }, "end": { - "line": 175, + "line": 180, "column": 18 } }, "object": { "type": "ThisExpression", - "start": 6336, - "end": 6340, + "start": 6519, + "end": 6523, "loc": { "start": { - "line": 175, + "line": 180, "column": 8 }, "end": { - "line": 175, + "line": 180, "column": 12 } } }, "property": { "type": "Identifier", - "start": 6341, - "end": 6346, + "start": 6524, + "end": 6529, "loc": { "start": { - "line": 175, + "line": 180, "column": 13 }, "end": { - "line": 175, + "line": 180, "column": 18 }, "identifierName": "debug" @@ -118754,29 +121748,29 @@ }, "right": { "type": "MemberExpression", - "start": 6349, - "end": 6368, + "start": 6532, + "end": 6551, "loc": { "start": { - "line": 175, + "line": 180, "column": 21 }, "end": { - "line": 175, + "line": 180, "column": 40 } }, "object": { "type": "Identifier", - "start": 6349, - "end": 6362, + "start": 6532, + "end": 6545, "loc": { "start": { - "line": 175, + "line": 180, "column": 21 }, "end": { - "line": 175, + "line": 180, "column": 34 }, "identifierName": "recordOptions" @@ -118785,15 +121779,15 @@ }, "property": { "type": "Identifier", - "start": 6363, - "end": 6368, + "start": 6546, + "end": 6551, "loc": { "start": { - "line": 175, + "line": 180, "column": 35 }, "end": { - "line": 175, + "line": 180, "column": 40 }, "identifierName": "debug" @@ -118806,73 +121800,73 @@ }, { "type": "ExpressionStatement", - "start": 6378, - "end": 6420, + "start": 6561, + "end": 6603, "loc": { "start": { - "line": 176, + "line": 181, "column": 8 }, "end": { - "line": 176, + "line": 181, "column": 50 } }, "expression": { "type": "AssignmentExpression", - "start": 6378, - "end": 6419, + "start": 6561, + "end": 6602, "loc": { "start": { - "line": 176, + "line": 181, "column": 8 }, "end": { - "line": 176, + "line": 181, "column": 49 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 6378, - "end": 6399, + "start": 6561, + "end": 6582, "loc": { "start": { - "line": 176, + "line": 181, "column": 8 }, "end": { - "line": 176, + "line": 181, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 6378, - "end": 6382, + "start": 6561, + "end": 6565, "loc": { "start": { - "line": 176, + "line": 181, "column": 8 }, "end": { - "line": 176, + "line": 181, "column": 12 } } }, "property": { "type": "Identifier", - "start": 6383, - "end": 6399, + "start": 6566, + "end": 6582, "loc": { "start": { - "line": 176, + "line": 181, "column": 13 }, "end": { - "line": 176, + "line": 181, "column": 29 }, "identifierName": "pictureInPicture" @@ -118883,29 +121877,29 @@ }, "right": { "type": "MemberExpression", - "start": 6402, - "end": 6419, + "start": 6585, + "end": 6602, "loc": { "start": { - "line": 176, + "line": 181, "column": 32 }, "end": { - "line": 176, + "line": 181, "column": 49 } }, "object": { "type": "Identifier", - "start": 6402, - "end": 6415, + "start": 6585, + "end": 6598, "loc": { "start": { - "line": 176, + "line": 181, "column": 32 }, "end": { - "line": 176, + "line": 181, "column": 45 }, "identifierName": "recordOptions" @@ -118914,15 +121908,15 @@ }, "property": { "type": "Identifier", - "start": 6416, - "end": 6419, + "start": 6599, + "end": 6602, "loc": { "start": { - "line": 176, + "line": 181, "column": 46 }, "end": { - "line": 176, + "line": 181, "column": 49 }, "identifierName": "pip" @@ -118935,73 +121929,73 @@ }, { "type": "ExpressionStatement", - "start": 6429, - "end": 6476, + "start": 6612, + "end": 6659, "loc": { "start": { - "line": 177, + "line": 182, "column": 8 }, "end": { - "line": 177, + "line": 182, "column": 55 } }, "expression": { "type": "AssignmentExpression", - "start": 6429, - "end": 6475, + "start": 6612, + "end": 6658, "loc": { "start": { - "line": 177, + "line": 182, "column": 8 }, "end": { - "line": 177, + "line": 182, "column": 54 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 6429, - "end": 6449, + "start": 6612, + "end": 6632, "loc": { "start": { - "line": 177, + "line": 182, "column": 8 }, "end": { - "line": 177, + "line": 182, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 6429, - "end": 6433, + "start": 6612, + "end": 6616, "loc": { "start": { - "line": 177, + "line": 182, "column": 8 }, "end": { - "line": 177, + "line": 182, "column": 12 } } }, "property": { "type": "Identifier", - "start": 6434, - "end": 6449, + "start": 6617, + "end": 6632, "loc": { "start": { - "line": 177, + "line": 182, "column": 13 }, "end": { - "line": 177, + "line": 182, "column": 28 }, "identifierName": "recordTimeSlice" @@ -119012,29 +122006,29 @@ }, "right": { "type": "MemberExpression", - "start": 6452, - "end": 6475, + "start": 6635, + "end": 6658, "loc": { "start": { - "line": 177, + "line": 182, "column": 31 }, "end": { - "line": 177, + "line": 182, "column": 54 } }, "object": { "type": "Identifier", - "start": 6452, - "end": 6465, + "start": 6635, + "end": 6648, "loc": { "start": { - "line": 177, + "line": 182, "column": 31 }, "end": { - "line": 177, + "line": 182, "column": 44 }, "identifierName": "recordOptions" @@ -119043,15 +122037,15 @@ }, "property": { "type": "Identifier", - "start": 6466, - "end": 6475, + "start": 6649, + "end": 6658, "loc": { "start": { - "line": 177, + "line": 182, "column": 45 }, "end": { - "line": 177, + "line": 182, "column": 54 }, "identifierName": "timeSlice" @@ -119064,73 +122058,73 @@ }, { "type": "ExpressionStatement", - "start": 6485, - "end": 6536, + "start": 6668, + "end": 6719, "loc": { "start": { - "line": 178, + "line": 183, "column": 8 }, "end": { - "line": 178, + "line": 183, "column": 59 } }, "expression": { "type": "AssignmentExpression", - "start": 6485, - "end": 6535, + "start": 6668, + "end": 6718, "loc": { "start": { - "line": 178, + "line": 183, "column": 8 }, "end": { - "line": 178, + "line": 183, "column": 58 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 6485, - "end": 6504, + "start": 6668, + "end": 6687, "loc": { "start": { - "line": 178, + "line": 183, "column": 8 }, "end": { - "line": 178, + "line": 183, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 6485, - "end": 6489, + "start": 6668, + "end": 6672, "loc": { "start": { - "line": 178, + "line": 183, "column": 8 }, "end": { - "line": 178, + "line": 183, "column": 12 } } }, "property": { "type": "Identifier", - "start": 6490, - "end": 6504, + "start": 6673, + "end": 6687, "loc": { "start": { - "line": 178, + "line": 183, "column": 13 }, "end": { - "line": 178, + "line": 183, "column": 27 }, "identifierName": "autoMuteDevice" @@ -119141,29 +122135,29 @@ }, "right": { "type": "MemberExpression", - "start": 6507, - "end": 6535, + "start": 6690, + "end": 6718, "loc": { "start": { - "line": 178, + "line": 183, "column": 30 }, "end": { - "line": 178, + "line": 183, "column": 58 } }, "object": { "type": "Identifier", - "start": 6507, - "end": 6520, + "start": 6690, + "end": 6703, "loc": { "start": { - "line": 178, + "line": 183, "column": 30 }, "end": { - "line": 178, + "line": 183, "column": 43 }, "identifierName": "recordOptions" @@ -119172,15 +122166,15 @@ }, "property": { "type": "Identifier", - "start": 6521, - "end": 6535, + "start": 6704, + "end": 6718, "loc": { "start": { - "line": 178, + "line": 183, "column": 44 }, "end": { - "line": 178, + "line": 183, "column": 58 }, "identifierName": "autoMuteDevice" @@ -119193,73 +122187,73 @@ }, { "type": "ExpressionStatement", - "start": 6545, - "end": 6608, + "start": 6728, + "end": 6791, "loc": { "start": { - "line": 179, + "line": 184, "column": 8 }, "end": { - "line": 179, + "line": 184, "column": 71 } }, "expression": { "type": "AssignmentExpression", - "start": 6545, - "end": 6607, + "start": 6728, + "end": 6790, "loc": { "start": { - "line": 179, + "line": 184, "column": 8 }, "end": { - "line": 179, + "line": 184, "column": 70 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 6545, - "end": 6570, + "start": 6728, + "end": 6753, "loc": { "start": { - "line": 179, + "line": 184, "column": 8 }, "end": { - "line": 179, + "line": 184, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 6545, - "end": 6549, + "start": 6728, + "end": 6732, "loc": { "start": { - "line": 179, + "line": 184, "column": 8 }, "end": { - "line": 179, + "line": 184, "column": 12 } } }, "property": { "type": "Identifier", - "start": 6550, - "end": 6570, + "start": 6733, + "end": 6753, "loc": { "start": { - "line": 179, + "line": 184, "column": 13 }, "end": { - "line": 179, + "line": 184, "column": 33 }, "identifierName": "pluginLibraryOptions" @@ -119270,29 +122264,29 @@ }, "right": { "type": "MemberExpression", - "start": 6573, - "end": 6607, + "start": 6756, + "end": 6790, "loc": { "start": { - "line": 179, + "line": 184, "column": 36 }, "end": { - "line": 179, + "line": 184, "column": 70 } }, "object": { "type": "Identifier", - "start": 6573, - "end": 6586, + "start": 6756, + "end": 6769, "loc": { "start": { - "line": 179, + "line": 184, "column": 36 }, "end": { - "line": 179, + "line": 184, "column": 49 }, "identifierName": "recordOptions" @@ -119301,15 +122295,15 @@ }, "property": { "type": "Identifier", - "start": 6587, - "end": 6607, + "start": 6770, + "end": 6790, "loc": { "start": { - "line": 179, + "line": 184, "column": 50 }, "end": { - "line": 179, + "line": 184, "column": 70 }, "identifierName": "pluginLibraryOptions" @@ -119323,15 +122317,15 @@ { "type": "CommentLine", "value": " video/canvas settings", - "start": 6618, - "end": 6642, + "start": 6801, + "end": 6825, "loc": { "start": { - "line": 181, + "line": 186, "column": 8 }, "end": { - "line": 181, + "line": 186, "column": 32 } } @@ -119340,58 +122334,58 @@ }, { "type": "ExpressionStatement", - "start": 6651, - "end": 6699, + "start": 6834, + "end": 6882, "loc": { "start": { - "line": 182, + "line": 187, "column": 8 }, "end": { - "line": 182, + "line": 187, "column": 56 } }, "expression": { "type": "AssignmentExpression", - "start": 6651, - "end": 6698, + "start": 6834, + "end": 6881, "loc": { "start": { - "line": 182, + "line": 187, "column": 8 }, "end": { - "line": 182, + "line": 187, "column": 55 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 6651, - "end": 6671, + "start": 6834, + "end": 6854, "loc": { "start": { - "line": 182, + "line": 187, "column": 8 }, "end": { - "line": 182, + "line": 187, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 6651, - "end": 6655, + "start": 6834, + "end": 6838, "loc": { "start": { - "line": 182, + "line": 187, "column": 8 }, "end": { - "line": 182, + "line": 187, "column": 12 } }, @@ -119399,15 +122393,15 @@ }, "property": { "type": "Identifier", - "start": 6656, - "end": 6671, + "start": 6839, + "end": 6854, "loc": { "start": { - "line": 182, + "line": 187, "column": 13 }, "end": { - "line": 182, + "line": 187, "column": 28 }, "identifierName": "videoFrameWidth" @@ -119419,29 +122413,29 @@ }, "right": { "type": "MemberExpression", - "start": 6674, - "end": 6698, + "start": 6857, + "end": 6881, "loc": { "start": { - "line": 182, + "line": 187, "column": 31 }, "end": { - "line": 182, + "line": 187, "column": 55 } }, "object": { "type": "Identifier", - "start": 6674, - "end": 6687, + "start": 6857, + "end": 6870, "loc": { "start": { - "line": 182, + "line": 187, "column": 31 }, "end": { - "line": 182, + "line": 187, "column": 44 }, "identifierName": "recordOptions" @@ -119450,15 +122444,15 @@ }, "property": { "type": "Identifier", - "start": 6688, - "end": 6698, + "start": 6871, + "end": 6881, "loc": { "start": { - "line": 182, + "line": 187, "column": 45 }, "end": { - "line": 182, + "line": 187, "column": 55 }, "identifierName": "frameWidth" @@ -119473,15 +122467,15 @@ { "type": "CommentLine", "value": " video/canvas settings", - "start": 6618, - "end": 6642, + "start": 6801, + "end": 6825, "loc": { "start": { - "line": 181, + "line": 186, "column": 8 }, "end": { - "line": 181, + "line": 186, "column": 32 } } @@ -119490,73 +122484,73 @@ }, { "type": "ExpressionStatement", - "start": 6708, - "end": 6758, + "start": 6891, + "end": 6941, "loc": { "start": { - "line": 183, + "line": 188, "column": 8 }, "end": { - "line": 183, + "line": 188, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 6708, - "end": 6757, + "start": 6891, + "end": 6940, "loc": { "start": { - "line": 183, + "line": 188, "column": 8 }, "end": { - "line": 183, + "line": 188, "column": 57 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 6708, - "end": 6729, + "start": 6891, + "end": 6912, "loc": { "start": { - "line": 183, + "line": 188, "column": 8 }, "end": { - "line": 183, + "line": 188, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 6708, - "end": 6712, + "start": 6891, + "end": 6895, "loc": { "start": { - "line": 183, + "line": 188, "column": 8 }, "end": { - "line": 183, + "line": 188, "column": 12 } } }, "property": { "type": "Identifier", - "start": 6713, - "end": 6729, + "start": 6896, + "end": 6912, "loc": { "start": { - "line": 183, + "line": 188, "column": 13 }, "end": { - "line": 183, + "line": 188, "column": 29 }, "identifierName": "videoFrameHeight" @@ -119567,29 +122561,29 @@ }, "right": { "type": "MemberExpression", - "start": 6732, - "end": 6757, + "start": 6915, + "end": 6940, "loc": { "start": { - "line": 183, + "line": 188, "column": 32 }, "end": { - "line": 183, + "line": 188, "column": 57 } }, "object": { "type": "Identifier", - "start": 6732, - "end": 6745, + "start": 6915, + "end": 6928, "loc": { "start": { - "line": 183, + "line": 188, "column": 32 }, "end": { - "line": 183, + "line": 188, "column": 45 }, "identifierName": "recordOptions" @@ -119598,15 +122592,15 @@ }, "property": { "type": "Identifier", - "start": 6746, - "end": 6757, + "start": 6929, + "end": 6940, "loc": { "start": { - "line": 183, + "line": 188, "column": 46 }, "end": { - "line": 183, + "line": 188, "column": 57 }, "identifierName": "frameHeight" @@ -119619,73 +122613,73 @@ }, { "type": "ExpressionStatement", - "start": 6767, - "end": 6818, + "start": 6950, + "end": 7001, "loc": { "start": { - "line": 184, + "line": 189, "column": 8 }, "end": { - "line": 184, + "line": 189, "column": 59 } }, "expression": { "type": "AssignmentExpression", - "start": 6767, - "end": 6817, + "start": 6950, + "end": 7000, "loc": { "start": { - "line": 184, + "line": 189, "column": 8 }, "end": { - "line": 184, + "line": 189, "column": 58 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 6767, - "end": 6786, + "start": 6950, + "end": 6969, "loc": { "start": { - "line": 184, + "line": 189, "column": 8 }, "end": { - "line": 184, + "line": 189, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 6767, - "end": 6771, + "start": 6950, + "end": 6954, "loc": { "start": { - "line": 184, + "line": 189, "column": 8 }, "end": { - "line": 184, + "line": 189, "column": 12 } } }, "property": { "type": "Identifier", - "start": 6772, - "end": 6786, + "start": 6955, + "end": 6969, "loc": { "start": { - "line": 184, + "line": 189, "column": 13 }, "end": { - "line": 184, + "line": 189, "column": 27 }, "identifierName": "videoFrameRate" @@ -119696,29 +122690,29 @@ }, "right": { "type": "MemberExpression", - "start": 6789, - "end": 6817, + "start": 6972, + "end": 7000, "loc": { "start": { - "line": 184, + "line": 189, "column": 30 }, "end": { - "line": 184, + "line": 189, "column": 58 } }, "object": { "type": "Identifier", - "start": 6789, - "end": 6802, + "start": 6972, + "end": 6985, "loc": { "start": { - "line": 184, + "line": 189, "column": 30 }, "end": { - "line": 184, + "line": 189, "column": 43 }, "identifierName": "recordOptions" @@ -119727,15 +122721,15 @@ }, "property": { "type": "Identifier", - "start": 6803, - "end": 6817, + "start": 6986, + "end": 7000, "loc": { "start": { - "line": 184, + "line": 189, "column": 44 }, "end": { - "line": 184, + "line": 189, "column": 58 }, "identifierName": "videoFrameRate" @@ -119748,73 +122742,73 @@ }, { "type": "ExpressionStatement", - "start": 6827, - "end": 6874, + "start": 7010, + "end": 7057, "loc": { "start": { - "line": 185, + "line": 190, "column": 8 }, "end": { - "line": 185, + "line": 190, "column": 55 } }, "expression": { "type": "AssignmentExpression", - "start": 6827, - "end": 6873, + "start": 7010, + "end": 7056, "loc": { "start": { - "line": 185, + "line": 190, "column": 8 }, "end": { - "line": 185, + "line": 190, "column": 54 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 6827, - "end": 6844, + "start": 7010, + "end": 7027, "loc": { "start": { - "line": 185, + "line": 190, "column": 8 }, "end": { - "line": 185, + "line": 190, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 6827, - "end": 6831, + "start": 7010, + "end": 7014, "loc": { "start": { - "line": 185, + "line": 190, "column": 8 }, "end": { - "line": 185, + "line": 190, "column": 12 } } }, "property": { "type": "Identifier", - "start": 6832, - "end": 6844, + "start": 7015, + "end": 7027, "loc": { "start": { - "line": 185, + "line": 190, "column": 13 }, "end": { - "line": 185, + "line": 190, "column": 25 }, "identifierName": "videoBitRate" @@ -119825,29 +122819,29 @@ }, "right": { "type": "MemberExpression", - "start": 6847, - "end": 6873, + "start": 7030, + "end": 7056, "loc": { "start": { - "line": 185, + "line": 190, "column": 28 }, "end": { - "line": 185, + "line": 190, "column": 54 } }, "object": { "type": "Identifier", - "start": 6847, - "end": 6860, + "start": 7030, + "end": 7043, "loc": { "start": { - "line": 185, + "line": 190, "column": 28 }, "end": { - "line": 185, + "line": 190, "column": 41 }, "identifierName": "recordOptions" @@ -119856,15 +122850,15 @@ }, "property": { "type": "Identifier", - "start": 6861, - "end": 6873, + "start": 7044, + "end": 7056, "loc": { "start": { - "line": 185, + "line": 190, "column": 42 }, "end": { - "line": 185, + "line": 190, "column": 54 }, "identifierName": "videoBitRate" @@ -119877,73 +122871,73 @@ }, { "type": "ExpressionStatement", - "start": 6883, - "end": 6928, + "start": 7066, + "end": 7111, "loc": { "start": { - "line": 186, + "line": 191, "column": 8 }, "end": { - "line": 186, + "line": 191, "column": 53 } }, "expression": { "type": "AssignmentExpression", - "start": 6883, - "end": 6927, + "start": 7066, + "end": 7110, "loc": { "start": { - "line": 186, + "line": 191, "column": 8 }, "end": { - "line": 186, + "line": 191, "column": 52 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 6883, - "end": 6899, + "start": 7066, + "end": 7082, "loc": { "start": { - "line": 186, + "line": 191, "column": 8 }, "end": { - "line": 186, + "line": 191, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 6883, - "end": 6887, + "start": 7066, + "end": 7070, "loc": { "start": { - "line": 186, + "line": 191, "column": 8 }, "end": { - "line": 186, + "line": 191, "column": 12 } } }, "property": { "type": "Identifier", - "start": 6888, - "end": 6899, + "start": 7071, + "end": 7082, "loc": { "start": { - "line": 186, + "line": 191, "column": 13 }, "end": { - "line": 186, + "line": 191, "column": 24 }, "identifierName": "videoEngine" @@ -119954,29 +122948,29 @@ }, "right": { "type": "MemberExpression", - "start": 6902, - "end": 6927, + "start": 7085, + "end": 7110, "loc": { "start": { - "line": 186, + "line": 191, "column": 27 }, "end": { - "line": 186, + "line": 191, "column": 52 } }, "object": { "type": "Identifier", - "start": 6902, - "end": 6915, + "start": 7085, + "end": 7098, "loc": { "start": { - "line": 186, + "line": 191, "column": 27 }, "end": { - "line": 186, + "line": 191, "column": 40 }, "identifierName": "recordOptions" @@ -119985,15 +122979,15 @@ }, "property": { "type": "Identifier", - "start": 6916, - "end": 6927, + "start": 7099, + "end": 7110, "loc": { "start": { - "line": 186, + "line": 191, "column": 41 }, "end": { - "line": 186, + "line": 191, "column": 52 }, "identifierName": "videoEngine" @@ -120006,73 +123000,73 @@ }, { "type": "ExpressionStatement", - "start": 6937, - "end": 6994, + "start": 7120, + "end": 7177, "loc": { "start": { - "line": 187, + "line": 192, "column": 8 }, "end": { - "line": 187, + "line": 192, "column": 65 } }, "expression": { "type": "AssignmentExpression", - "start": 6937, - "end": 6993, + "start": 7120, + "end": 7176, "loc": { "start": { - "line": 187, + "line": 192, "column": 8 }, "end": { - "line": 187, + "line": 192, "column": 64 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 6937, - "end": 6959, + "start": 7120, + "end": 7142, "loc": { "start": { - "line": 187, + "line": 192, "column": 8 }, "end": { - "line": 187, + "line": 192, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 6937, - "end": 6941, + "start": 7120, + "end": 7124, "loc": { "start": { - "line": 187, + "line": 192, "column": 8 }, "end": { - "line": 187, + "line": 192, "column": 12 } } }, "property": { "type": "Identifier", - "start": 6942, - "end": 6959, + "start": 7125, + "end": 7142, "loc": { "start": { - "line": 187, + "line": 192, "column": 13 }, "end": { - "line": 187, + "line": 192, "column": 30 }, "identifierName": "videoRecorderType" @@ -120083,29 +123077,29 @@ }, "right": { "type": "MemberExpression", - "start": 6962, - "end": 6993, + "start": 7145, + "end": 7176, "loc": { "start": { - "line": 187, + "line": 192, "column": 33 }, "end": { - "line": 187, + "line": 192, "column": 64 } }, "object": { "type": "Identifier", - "start": 6962, - "end": 6975, + "start": 7145, + "end": 7158, "loc": { "start": { - "line": 187, + "line": 192, "column": 33 }, "end": { - "line": 187, + "line": 192, "column": 46 }, "identifierName": "recordOptions" @@ -120114,15 +123108,15 @@ }, "property": { "type": "Identifier", - "start": 6976, - "end": 6993, + "start": 7159, + "end": 7176, "loc": { "start": { - "line": 187, + "line": 192, "column": 47 }, "end": { - "line": 187, + "line": 192, "column": 64 }, "identifierName": "videoRecorderType" @@ -120135,73 +123129,73 @@ }, { "type": "ExpressionStatement", - "start": 7003, - "end": 7052, + "start": 7186, + "end": 7235, "loc": { "start": { - "line": 188, + "line": 193, "column": 8 }, "end": { - "line": 188, + "line": 193, "column": 57 } }, "expression": { "type": "AssignmentExpression", - "start": 7003, - "end": 7051, + "start": 7186, + "end": 7234, "loc": { "start": { - "line": 188, + "line": 193, "column": 8 }, "end": { - "line": 188, + "line": 193, "column": 56 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 7003, - "end": 7021, + "start": 7186, + "end": 7204, "loc": { "start": { - "line": 188, + "line": 193, "column": 8 }, "end": { - "line": 188, + "line": 193, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 7003, - "end": 7007, + "start": 7186, + "end": 7190, "loc": { "start": { - "line": 188, + "line": 193, "column": 8 }, "end": { - "line": 188, + "line": 193, "column": 12 } } }, "property": { "type": "Identifier", - "start": 7008, - "end": 7021, + "start": 7191, + "end": 7204, "loc": { "start": { - "line": 188, + "line": 193, "column": 13 }, "end": { - "line": 188, + "line": 193, "column": 26 }, "identifierName": "videoMimeType" @@ -120212,29 +123206,29 @@ }, "right": { "type": "MemberExpression", - "start": 7024, - "end": 7051, + "start": 7207, + "end": 7234, "loc": { "start": { - "line": 188, + "line": 193, "column": 29 }, "end": { - "line": 188, + "line": 193, "column": 56 } }, "object": { "type": "Identifier", - "start": 7024, - "end": 7037, + "start": 7207, + "end": 7220, "loc": { "start": { - "line": 188, + "line": 193, "column": 29 }, "end": { - "line": 188, + "line": 193, "column": 42 }, "identifierName": "recordOptions" @@ -120243,15 +123237,15 @@ }, "property": { "type": "Identifier", - "start": 7038, - "end": 7051, + "start": 7221, + "end": 7234, "loc": { "start": { - "line": 188, + "line": 193, "column": 43 }, "end": { - "line": 188, + "line": 193, "column": 56 }, "identifierName": "videoMimeType" @@ -120264,73 +123258,73 @@ }, { "type": "ExpressionStatement", - "start": 7061, - "end": 7112, + "start": 7244, + "end": 7295, "loc": { "start": { - "line": 189, + "line": 194, "column": 8 }, "end": { - "line": 189, + "line": 194, "column": 59 } }, "expression": { "type": "AssignmentExpression", - "start": 7061, - "end": 7111, + "start": 7244, + "end": 7294, "loc": { "start": { - "line": 189, + "line": 194, "column": 8 }, "end": { - "line": 189, + "line": 194, "column": 58 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 7061, - "end": 7080, + "start": 7244, + "end": 7263, "loc": { "start": { - "line": 189, + "line": 194, "column": 8 }, "end": { - "line": 189, + "line": 194, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 7061, - "end": 7065, + "start": 7244, + "end": 7248, "loc": { "start": { - "line": 189, + "line": 194, "column": 8 }, "end": { - "line": 189, + "line": 194, "column": 12 } } }, "property": { "type": "Identifier", - "start": 7066, - "end": 7080, + "start": 7249, + "end": 7263, "loc": { "start": { - "line": 189, + "line": 194, "column": 13 }, "end": { - "line": 189, + "line": 194, "column": 27 }, "identifierName": "videoWorkerURL" @@ -120341,29 +123335,29 @@ }, "right": { "type": "MemberExpression", - "start": 7083, - "end": 7111, + "start": 7266, + "end": 7294, "loc": { "start": { - "line": 189, + "line": 194, "column": 30 }, "end": { - "line": 189, + "line": 194, "column": 58 } }, "object": { "type": "Identifier", - "start": 7083, - "end": 7096, + "start": 7266, + "end": 7279, "loc": { "start": { - "line": 189, + "line": 194, "column": 30 }, "end": { - "line": 189, + "line": 194, "column": 43 }, "identifierName": "recordOptions" @@ -120372,15 +123366,15 @@ }, "property": { "type": "Identifier", - "start": 7097, - "end": 7111, + "start": 7280, + "end": 7294, "loc": { "start": { - "line": 189, + "line": 194, "column": 44 }, "end": { - "line": 189, + "line": 194, "column": 58 }, "identifierName": "videoWorkerURL" @@ -120393,73 +123387,73 @@ }, { "type": "ExpressionStatement", - "start": 7121, - "end": 7182, + "start": 7304, + "end": 7365, "loc": { "start": { - "line": 190, + "line": 195, "column": 8 }, "end": { - "line": 190, + "line": 195, "column": 69 } }, "expression": { "type": "AssignmentExpression", - "start": 7121, - "end": 7181, + "start": 7304, + "end": 7364, "loc": { "start": { - "line": 190, + "line": 195, "column": 8 }, "end": { - "line": 190, + "line": 195, "column": 68 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 7121, - "end": 7145, + "start": 7304, + "end": 7328, "loc": { "start": { - "line": 190, + "line": 195, "column": 8 }, "end": { - "line": 190, + "line": 195, "column": 32 } }, "object": { "type": "ThisExpression", - "start": 7121, - "end": 7125, + "start": 7304, + "end": 7308, "loc": { "start": { - "line": 190, + "line": 195, "column": 8 }, "end": { - "line": 190, + "line": 195, "column": 12 } } }, "property": { "type": "Identifier", - "start": 7126, - "end": 7145, + "start": 7309, + "end": 7328, "loc": { "start": { - "line": 190, + "line": 195, "column": 13 }, "end": { - "line": 190, + "line": 195, "column": 32 }, "identifierName": "videoWebAssemblyURL" @@ -120470,29 +123464,29 @@ }, "right": { "type": "MemberExpression", - "start": 7148, - "end": 7181, + "start": 7331, + "end": 7364, "loc": { "start": { - "line": 190, + "line": 195, "column": 35 }, "end": { - "line": 190, + "line": 195, "column": 68 } }, "object": { "type": "Identifier", - "start": 7148, - "end": 7161, + "start": 7331, + "end": 7344, "loc": { "start": { - "line": 190, + "line": 195, "column": 35 }, "end": { - "line": 190, + "line": 195, "column": 48 }, "identifierName": "recordOptions" @@ -120501,15 +123495,15 @@ }, "property": { "type": "Identifier", - "start": 7162, - "end": 7181, + "start": 7345, + "end": 7364, "loc": { "start": { - "line": 190, + "line": 195, "column": 49 }, "end": { - "line": 190, + "line": 195, "column": 68 }, "identifierName": "videoWebAssemblyURL" @@ -120523,15 +123517,15 @@ { "type": "CommentLine", "value": " convert settings", - "start": 7192, - "end": 7211, + "start": 7375, + "end": 7394, "loc": { "start": { - "line": 192, + "line": 197, "column": 8 }, "end": { - "line": 192, + "line": 197, "column": 27 } } @@ -120540,58 +123534,58 @@ }, { "type": "ExpressionStatement", - "start": 7220, - "end": 7269, + "start": 7403, + "end": 7452, "loc": { "start": { - "line": 193, + "line": 198, "column": 8 }, "end": { - "line": 193, + "line": 198, "column": 57 } }, "expression": { "type": "AssignmentExpression", - "start": 7220, - "end": 7268, + "start": 7403, + "end": 7451, "loc": { "start": { - "line": 193, + "line": 198, "column": 8 }, "end": { - "line": 193, + "line": 198, "column": 56 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 7220, - "end": 7238, + "start": 7403, + "end": 7421, "loc": { "start": { - "line": 193, + "line": 198, "column": 8 }, "end": { - "line": 193, + "line": 198, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 7220, - "end": 7224, + "start": 7403, + "end": 7407, "loc": { "start": { - "line": 193, + "line": 198, "column": 8 }, "end": { - "line": 193, + "line": 198, "column": 12 } }, @@ -120599,15 +123593,15 @@ }, "property": { "type": "Identifier", - "start": 7225, - "end": 7238, + "start": 7408, + "end": 7421, "loc": { "start": { - "line": 193, + "line": 198, "column": 13 }, "end": { - "line": 193, + "line": 198, "column": 26 }, "identifierName": "convertEngine" @@ -120619,29 +123613,29 @@ }, "right": { "type": "MemberExpression", - "start": 7241, - "end": 7268, + "start": 7424, + "end": 7451, "loc": { "start": { - "line": 193, + "line": 198, "column": 29 }, "end": { - "line": 193, + "line": 198, "column": 56 } }, "object": { "type": "Identifier", - "start": 7241, - "end": 7254, + "start": 7424, + "end": 7437, "loc": { "start": { - "line": 193, + "line": 198, "column": 29 }, "end": { - "line": 193, + "line": 198, "column": 42 }, "identifierName": "recordOptions" @@ -120650,15 +123644,15 @@ }, "property": { "type": "Identifier", - "start": 7255, - "end": 7268, + "start": 7438, + "end": 7451, "loc": { "start": { - "line": 193, + "line": 198, "column": 43 }, "end": { - "line": 193, + "line": 198, "column": 56 }, "identifierName": "convertEngine" @@ -120673,15 +123667,15 @@ { "type": "CommentLine", "value": " convert settings", - "start": 7192, - "end": 7211, + "start": 7375, + "end": 7394, "loc": { "start": { - "line": 192, + "line": 197, "column": 8 }, "end": { - "line": 192, + "line": 197, "column": 27 } } @@ -120690,73 +123684,73 @@ }, { "type": "ExpressionStatement", - "start": 7278, - "end": 7333, + "start": 7461, + "end": 7516, "loc": { "start": { - "line": 194, + "line": 199, "column": 8 }, "end": { - "line": 194, + "line": 199, "column": 63 } }, "expression": { "type": "AssignmentExpression", - "start": 7278, - "end": 7332, + "start": 7461, + "end": 7515, "loc": { "start": { - "line": 194, + "line": 199, "column": 8 }, "end": { - "line": 194, + "line": 199, "column": 62 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 7278, - "end": 7299, + "start": 7461, + "end": 7482, "loc": { "start": { - "line": 194, + "line": 199, "column": 8 }, "end": { - "line": 194, + "line": 199, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 7278, - "end": 7282, + "start": 7461, + "end": 7465, "loc": { "start": { - "line": 194, + "line": 199, "column": 8 }, "end": { - "line": 194, + "line": 199, "column": 12 } } }, "property": { "type": "Identifier", - "start": 7283, - "end": 7299, + "start": 7466, + "end": 7482, "loc": { "start": { - "line": 194, + "line": 199, "column": 13 }, "end": { - "line": 194, + "line": 199, "column": 29 }, "identifierName": "convertWorkerURL" @@ -120767,29 +123761,29 @@ }, "right": { "type": "MemberExpression", - "start": 7302, - "end": 7332, + "start": 7485, + "end": 7515, "loc": { "start": { - "line": 194, + "line": 199, "column": 32 }, "end": { - "line": 194, + "line": 199, "column": 62 } }, "object": { "type": "Identifier", - "start": 7302, - "end": 7315, + "start": 7485, + "end": 7498, "loc": { "start": { - "line": 194, + "line": 199, "column": 32 }, "end": { - "line": 194, + "line": 199, "column": 45 }, "identifierName": "recordOptions" @@ -120798,15 +123792,15 @@ }, "property": { "type": "Identifier", - "start": 7316, - "end": 7332, + "start": 7499, + "end": 7515, "loc": { "start": { - "line": 194, + "line": 199, "column": 46 }, "end": { - "line": 194, + "line": 199, "column": 62 }, "identifierName": "convertWorkerURL" @@ -120819,73 +123813,73 @@ }, { "type": "ExpressionStatement", - "start": 7342, - "end": 7393, + "start": 7525, + "end": 7576, "loc": { "start": { - "line": 195, + "line": 200, "column": 8 }, "end": { - "line": 195, + "line": 200, "column": 59 } }, "expression": { "type": "AssignmentExpression", - "start": 7342, - "end": 7392, + "start": 7525, + "end": 7575, "loc": { "start": { - "line": 195, + "line": 200, "column": 8 }, "end": { - "line": 195, + "line": 200, "column": 58 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 7342, - "end": 7361, + "start": 7525, + "end": 7544, "loc": { "start": { - "line": 195, + "line": 200, "column": 8 }, "end": { - "line": 195, + "line": 200, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 7342, - "end": 7346, + "start": 7525, + "end": 7529, "loc": { "start": { - "line": 195, + "line": 200, "column": 8 }, "end": { - "line": 195, + "line": 200, "column": 12 } } }, "property": { "type": "Identifier", - "start": 7347, - "end": 7361, + "start": 7530, + "end": 7544, "loc": { "start": { - "line": 195, + "line": 200, "column": 13 }, "end": { - "line": 195, + "line": 200, "column": 27 }, "identifierName": "convertOptions" @@ -120896,29 +123890,29 @@ }, "right": { "type": "MemberExpression", - "start": 7364, - "end": 7392, + "start": 7547, + "end": 7575, "loc": { "start": { - "line": 195, + "line": 200, "column": 30 }, "end": { - "line": 195, + "line": 200, "column": 58 } }, "object": { "type": "Identifier", - "start": 7364, - "end": 7377, + "start": 7547, + "end": 7560, "loc": { "start": { - "line": 195, + "line": 200, "column": 30 }, "end": { - "line": 195, + "line": 200, "column": 43 }, "identifierName": "recordOptions" @@ -120927,15 +123921,15 @@ }, "property": { "type": "Identifier", - "start": 7378, - "end": 7392, + "start": 7561, + "end": 7575, "loc": { "start": { - "line": 195, + "line": 200, "column": 44 }, "end": { - "line": 195, + "line": 200, "column": 58 }, "identifierName": "convertOptions" @@ -120949,15 +123943,15 @@ { "type": "CommentLine", "value": " audio settings", - "start": 7403, - "end": 7420, + "start": 7586, + "end": 7603, "loc": { "start": { - "line": 197, + "line": 202, "column": 8 }, "end": { - "line": 197, + "line": 202, "column": 25 } } @@ -120966,58 +123960,58 @@ }, { "type": "ExpressionStatement", - "start": 7429, - "end": 7474, + "start": 7612, + "end": 7657, "loc": { "start": { - "line": 198, + "line": 203, "column": 8 }, "end": { - "line": 198, + "line": 203, "column": 53 } }, "expression": { "type": "AssignmentExpression", - "start": 7429, - "end": 7473, + "start": 7612, + "end": 7656, "loc": { "start": { - "line": 198, + "line": 203, "column": 8 }, "end": { - "line": 198, + "line": 203, "column": 52 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 7429, - "end": 7445, + "start": 7612, + "end": 7628, "loc": { "start": { - "line": 198, + "line": 203, "column": 8 }, "end": { - "line": 198, + "line": 203, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 7429, - "end": 7433, + "start": 7612, + "end": 7616, "loc": { "start": { - "line": 198, + "line": 203, "column": 8 }, "end": { - "line": 198, + "line": 203, "column": 12 } }, @@ -121025,15 +124019,15 @@ }, "property": { "type": "Identifier", - "start": 7434, - "end": 7445, + "start": 7617, + "end": 7628, "loc": { "start": { - "line": 198, + "line": 203, "column": 13 }, "end": { - "line": 198, + "line": 203, "column": 24 }, "identifierName": "audioEngine" @@ -121045,29 +124039,29 @@ }, "right": { "type": "MemberExpression", - "start": 7448, - "end": 7473, + "start": 7631, + "end": 7656, "loc": { "start": { - "line": 198, + "line": 203, "column": 27 }, "end": { - "line": 198, + "line": 203, "column": 52 } }, "object": { "type": "Identifier", - "start": 7448, - "end": 7461, + "start": 7631, + "end": 7644, "loc": { "start": { - "line": 198, + "line": 203, "column": 27 }, "end": { - "line": 198, + "line": 203, "column": 40 }, "identifierName": "recordOptions" @@ -121076,15 +124070,15 @@ }, "property": { "type": "Identifier", - "start": 7462, - "end": 7473, + "start": 7645, + "end": 7656, "loc": { "start": { - "line": 198, + "line": 203, "column": 41 }, "end": { - "line": 198, + "line": 203, "column": 52 }, "identifierName": "audioEngine" @@ -121099,15 +124093,15 @@ { "type": "CommentLine", "value": " audio settings", - "start": 7403, - "end": 7420, + "start": 7586, + "end": 7603, "loc": { "start": { - "line": 197, + "line": 202, "column": 8 }, "end": { - "line": 197, + "line": 202, "column": 25 } } @@ -121116,73 +124110,73 @@ }, { "type": "ExpressionStatement", - "start": 7483, - "end": 7540, + "start": 7666, + "end": 7723, "loc": { "start": { - "line": 199, + "line": 204, "column": 8 }, "end": { - "line": 199, + "line": 204, "column": 65 } }, "expression": { "type": "AssignmentExpression", - "start": 7483, - "end": 7539, + "start": 7666, + "end": 7722, "loc": { "start": { - "line": 199, + "line": 204, "column": 8 }, "end": { - "line": 199, + "line": 204, "column": 64 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 7483, - "end": 7505, + "start": 7666, + "end": 7688, "loc": { "start": { - "line": 199, + "line": 204, "column": 8 }, "end": { - "line": 199, + "line": 204, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 7483, - "end": 7487, + "start": 7666, + "end": 7670, "loc": { "start": { - "line": 199, + "line": 204, "column": 8 }, "end": { - "line": 199, + "line": 204, "column": 12 } } }, "property": { "type": "Identifier", - "start": 7488, - "end": 7505, + "start": 7671, + "end": 7688, "loc": { "start": { - "line": 199, + "line": 204, "column": 13 }, "end": { - "line": 199, + "line": 204, "column": 30 }, "identifierName": "audioRecorderType" @@ -121193,29 +124187,29 @@ }, "right": { "type": "MemberExpression", - "start": 7508, - "end": 7539, + "start": 7691, + "end": 7722, "loc": { "start": { - "line": 199, + "line": 204, "column": 33 }, "end": { - "line": 199, + "line": 204, "column": 64 } }, "object": { "type": "Identifier", - "start": 7508, - "end": 7521, + "start": 7691, + "end": 7704, "loc": { "start": { - "line": 199, + "line": 204, "column": 33 }, "end": { - "line": 199, + "line": 204, "column": 46 }, "identifierName": "recordOptions" @@ -121224,15 +124218,15 @@ }, "property": { "type": "Identifier", - "start": 7522, - "end": 7539, + "start": 7705, + "end": 7722, "loc": { "start": { - "line": 199, + "line": 204, "column": 47 }, "end": { - "line": 199, + "line": 204, "column": 64 }, "identifierName": "audioRecorderType" @@ -121245,73 +124239,73 @@ }, { "type": "ExpressionStatement", - "start": 7549, - "end": 7600, + "start": 7732, + "end": 7783, "loc": { "start": { - "line": 200, + "line": 205, "column": 8 }, "end": { - "line": 200, + "line": 205, "column": 59 } }, "expression": { "type": "AssignmentExpression", - "start": 7549, - "end": 7599, + "start": 7732, + "end": 7782, "loc": { "start": { - "line": 200, + "line": 205, "column": 8 }, "end": { - "line": 200, + "line": 205, "column": 58 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 7549, - "end": 7568, + "start": 7732, + "end": 7751, "loc": { "start": { - "line": 200, + "line": 205, "column": 8 }, "end": { - "line": 200, + "line": 205, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 7549, - "end": 7553, + "start": 7732, + "end": 7736, "loc": { "start": { - "line": 200, + "line": 205, "column": 8 }, "end": { - "line": 200, + "line": 205, "column": 12 } } }, "property": { "type": "Identifier", - "start": 7554, - "end": 7568, + "start": 7737, + "end": 7751, "loc": { "start": { - "line": 200, + "line": 205, "column": 13 }, "end": { - "line": 200, + "line": 205, "column": 27 }, "identifierName": "audioWorkerURL" @@ -121322,29 +124316,29 @@ }, "right": { "type": "MemberExpression", - "start": 7571, - "end": 7599, + "start": 7754, + "end": 7782, "loc": { "start": { - "line": 200, + "line": 205, "column": 30 }, "end": { - "line": 200, + "line": 205, "column": 58 } }, "object": { "type": "Identifier", - "start": 7571, - "end": 7584, + "start": 7754, + "end": 7767, "loc": { "start": { - "line": 200, + "line": 205, "column": 30 }, "end": { - "line": 200, + "line": 205, "column": 43 }, "identifierName": "recordOptions" @@ -121353,15 +124347,15 @@ }, "property": { "type": "Identifier", - "start": 7585, - "end": 7599, + "start": 7768, + "end": 7782, "loc": { "start": { - "line": 200, + "line": 205, "column": 44 }, "end": { - "line": 200, + "line": 205, "column": 58 }, "identifierName": "audioWorkerURL" @@ -121374,73 +124368,73 @@ }, { "type": "ExpressionStatement", - "start": 7609, - "end": 7670, + "start": 7792, + "end": 7853, "loc": { "start": { - "line": 201, + "line": 206, "column": 8 }, "end": { - "line": 201, + "line": 206, "column": 69 } }, "expression": { "type": "AssignmentExpression", - "start": 7609, - "end": 7669, + "start": 7792, + "end": 7852, "loc": { "start": { - "line": 201, + "line": 206, "column": 8 }, "end": { - "line": 201, + "line": 206, "column": 68 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 7609, - "end": 7633, + "start": 7792, + "end": 7816, "loc": { "start": { - "line": 201, + "line": 206, "column": 8 }, "end": { - "line": 201, + "line": 206, "column": 32 } }, "object": { "type": "ThisExpression", - "start": 7609, - "end": 7613, + "start": 7792, + "end": 7796, "loc": { "start": { - "line": 201, + "line": 206, "column": 8 }, "end": { - "line": 201, + "line": 206, "column": 12 } } }, "property": { "type": "Identifier", - "start": 7614, - "end": 7633, + "start": 7797, + "end": 7816, "loc": { "start": { - "line": 201, + "line": 206, "column": 13 }, "end": { - "line": 201, + "line": 206, "column": 32 }, "identifierName": "audioWebAssemblyURL" @@ -121451,29 +124445,29 @@ }, "right": { "type": "MemberExpression", - "start": 7636, - "end": 7669, + "start": 7819, + "end": 7852, "loc": { "start": { - "line": 201, + "line": 206, "column": 35 }, "end": { - "line": 201, + "line": 206, "column": 68 } }, "object": { "type": "Identifier", - "start": 7636, - "end": 7649, + "start": 7819, + "end": 7832, "loc": { "start": { - "line": 201, + "line": 206, "column": 35 }, "end": { - "line": 201, + "line": 206, "column": 48 }, "identifierName": "recordOptions" @@ -121482,15 +124476,15 @@ }, "property": { "type": "Identifier", - "start": 7650, - "end": 7669, + "start": 7833, + "end": 7852, "loc": { "start": { - "line": 201, + "line": 206, "column": 49 }, "end": { - "line": 201, + "line": 206, "column": 68 }, "identifierName": "audioWebAssemblyURL" @@ -121503,73 +124497,73 @@ }, { "type": "ExpressionStatement", - "start": 7679, - "end": 7732, + "start": 7862, + "end": 7915, "loc": { "start": { - "line": 202, + "line": 207, "column": 8 }, "end": { - "line": 202, + "line": 207, "column": 61 } }, "expression": { "type": "AssignmentExpression", - "start": 7679, - "end": 7731, + "start": 7862, + "end": 7914, "loc": { "start": { - "line": 202, + "line": 207, "column": 8 }, "end": { - "line": 202, + "line": 207, "column": 60 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 7679, - "end": 7699, + "start": 7862, + "end": 7882, "loc": { "start": { - "line": 202, + "line": 207, "column": 8 }, "end": { - "line": 202, + "line": 207, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 7679, - "end": 7683, + "start": 7862, + "end": 7866, "loc": { "start": { - "line": 202, + "line": 207, "column": 8 }, "end": { - "line": 202, + "line": 207, "column": 12 } } }, "property": { "type": "Identifier", - "start": 7684, - "end": 7699, + "start": 7867, + "end": 7882, "loc": { "start": { - "line": 202, + "line": 207, "column": 13 }, "end": { - "line": 202, + "line": 207, "column": 28 }, "identifierName": "audioBufferSize" @@ -121580,29 +124574,29 @@ }, "right": { "type": "MemberExpression", - "start": 7702, - "end": 7731, + "start": 7885, + "end": 7914, "loc": { "start": { - "line": 202, + "line": 207, "column": 31 }, "end": { - "line": 202, + "line": 207, "column": 60 } }, "object": { "type": "Identifier", - "start": 7702, - "end": 7715, + "start": 7885, + "end": 7898, "loc": { "start": { - "line": 202, + "line": 207, "column": 31 }, "end": { - "line": 202, + "line": 207, "column": 44 }, "identifierName": "recordOptions" @@ -121611,15 +124605,15 @@ }, "property": { "type": "Identifier", - "start": 7716, - "end": 7731, + "start": 7899, + "end": 7914, "loc": { "start": { - "line": 202, + "line": 207, "column": 45 }, "end": { - "line": 202, + "line": 207, "column": 60 }, "identifierName": "audioBufferSize" @@ -121632,73 +124626,73 @@ }, { "type": "ExpressionStatement", - "start": 7741, - "end": 7794, + "start": 7924, + "end": 7977, "loc": { "start": { - "line": 203, + "line": 208, "column": 8 }, "end": { - "line": 203, + "line": 208, "column": 61 } }, "expression": { "type": "AssignmentExpression", - "start": 7741, - "end": 7793, + "start": 7924, + "end": 7976, "loc": { "start": { - "line": 203, + "line": 208, "column": 8 }, "end": { - "line": 203, + "line": 208, "column": 60 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 7741, - "end": 7761, + "start": 7924, + "end": 7944, "loc": { "start": { - "line": 203, + "line": 208, "column": 8 }, "end": { - "line": 203, + "line": 208, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 7741, - "end": 7745, + "start": 7924, + "end": 7928, "loc": { "start": { - "line": 203, + "line": 208, "column": 8 }, "end": { - "line": 203, + "line": 208, "column": 12 } } }, "property": { "type": "Identifier", - "start": 7746, - "end": 7761, + "start": 7929, + "end": 7944, "loc": { "start": { - "line": 203, + "line": 208, "column": 13 }, "end": { - "line": 203, + "line": 208, "column": 28 }, "identifierName": "audioSampleRate" @@ -121709,29 +124703,29 @@ }, "right": { "type": "MemberExpression", - "start": 7764, - "end": 7793, + "start": 7947, + "end": 7976, "loc": { "start": { - "line": 203, + "line": 208, "column": 31 }, "end": { - "line": 203, + "line": 208, "column": 60 } }, "object": { "type": "Identifier", - "start": 7764, - "end": 7777, + "start": 7947, + "end": 7960, "loc": { "start": { - "line": 203, + "line": 208, "column": 31 }, "end": { - "line": 203, + "line": 208, "column": 44 }, "identifierName": "recordOptions" @@ -121740,15 +124734,15 @@ }, "property": { "type": "Identifier", - "start": 7778, - "end": 7793, + "start": 7961, + "end": 7976, "loc": { "start": { - "line": 203, + "line": 208, "column": 45 }, "end": { - "line": 203, + "line": 208, "column": 60 }, "identifierName": "audioSampleRate" @@ -121761,73 +124755,73 @@ }, { "type": "ExpressionStatement", - "start": 7803, - "end": 7850, + "start": 7986, + "end": 8033, "loc": { "start": { - "line": 204, + "line": 209, "column": 8 }, "end": { - "line": 204, + "line": 209, "column": 55 } }, "expression": { "type": "AssignmentExpression", - "start": 7803, - "end": 7849, + "start": 7986, + "end": 8032, "loc": { "start": { - "line": 204, + "line": 209, "column": 8 }, "end": { - "line": 204, + "line": 209, "column": 54 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 7803, - "end": 7820, + "start": 7986, + "end": 8003, "loc": { "start": { - "line": 204, + "line": 209, "column": 8 }, "end": { - "line": 204, + "line": 209, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 7803, - "end": 7807, + "start": 7986, + "end": 7990, "loc": { "start": { - "line": 204, + "line": 209, "column": 8 }, "end": { - "line": 204, + "line": 209, "column": 12 } } }, "property": { "type": "Identifier", - "start": 7808, - "end": 7820, + "start": 7991, + "end": 8003, "loc": { "start": { - "line": 204, + "line": 209, "column": 13 }, "end": { - "line": 204, + "line": 209, "column": 25 }, "identifierName": "audioBitRate" @@ -121838,29 +124832,29 @@ }, "right": { "type": "MemberExpression", - "start": 7823, - "end": 7849, + "start": 8006, + "end": 8032, "loc": { "start": { - "line": 204, + "line": 209, "column": 28 }, "end": { - "line": 204, + "line": 209, "column": 54 } }, "object": { "type": "Identifier", - "start": 7823, - "end": 7836, + "start": 8006, + "end": 8019, "loc": { "start": { - "line": 204, + "line": 209, "column": 28 }, "end": { - "line": 204, + "line": 209, "column": 41 }, "identifierName": "recordOptions" @@ -121869,15 +124863,15 @@ }, "property": { "type": "Identifier", - "start": 7837, - "end": 7849, + "start": 8020, + "end": 8032, "loc": { "start": { - "line": 204, + "line": 209, "column": 42 }, "end": { - "line": 204, + "line": 209, "column": 54 }, "identifierName": "audioBitRate" @@ -121890,73 +124884,73 @@ }, { "type": "ExpressionStatement", - "start": 7859, - "end": 7908, + "start": 8042, + "end": 8091, "loc": { "start": { - "line": 205, + "line": 210, "column": 8 }, "end": { - "line": 205, + "line": 210, "column": 57 } }, "expression": { "type": "AssignmentExpression", - "start": 7859, - "end": 7907, + "start": 8042, + "end": 8090, "loc": { "start": { - "line": 205, + "line": 210, "column": 8 }, "end": { - "line": 205, + "line": 210, "column": 56 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 7859, - "end": 7877, + "start": 8042, + "end": 8060, "loc": { "start": { - "line": 205, + "line": 210, "column": 8 }, "end": { - "line": 205, + "line": 210, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 7859, - "end": 7863, + "start": 8042, + "end": 8046, "loc": { "start": { - "line": 205, + "line": 210, "column": 8 }, "end": { - "line": 205, + "line": 210, "column": 12 } } }, "property": { "type": "Identifier", - "start": 7864, - "end": 7877, + "start": 8047, + "end": 8060, "loc": { "start": { - "line": 205, + "line": 210, "column": 13 }, "end": { - "line": 205, + "line": 210, "column": 26 }, "identifierName": "audioChannels" @@ -121967,29 +124961,29 @@ }, "right": { "type": "MemberExpression", - "start": 7880, - "end": 7907, + "start": 8063, + "end": 8090, "loc": { "start": { - "line": 205, + "line": 210, "column": 29 }, "end": { - "line": 205, + "line": 210, "column": 56 } }, "object": { "type": "Identifier", - "start": 7880, - "end": 7893, + "start": 8063, + "end": 8076, "loc": { "start": { - "line": 205, + "line": 210, "column": 29 }, "end": { - "line": 205, + "line": 210, "column": 42 }, "identifierName": "recordOptions" @@ -121998,15 +124992,15 @@ }, "property": { "type": "Identifier", - "start": 7894, - "end": 7907, + "start": 8077, + "end": 8090, "loc": { "start": { - "line": 205, + "line": 210, "column": 43 }, "end": { - "line": 205, + "line": 210, "column": 56 }, "identifierName": "audioChannels" @@ -122019,73 +125013,73 @@ }, { "type": "ExpressionStatement", - "start": 7917, - "end": 7966, + "start": 8100, + "end": 8149, "loc": { "start": { - "line": 206, + "line": 211, "column": 8 }, "end": { - "line": 206, + "line": 211, "column": 57 } }, "expression": { "type": "AssignmentExpression", - "start": 7917, - "end": 7965, + "start": 8100, + "end": 8148, "loc": { "start": { - "line": 206, + "line": 211, "column": 8 }, "end": { - "line": 206, + "line": 211, "column": 56 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 7917, - "end": 7935, + "start": 8100, + "end": 8118, "loc": { "start": { - "line": 206, + "line": 211, "column": 8 }, "end": { - "line": 206, + "line": 211, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 7917, - "end": 7921, + "start": 8100, + "end": 8104, "loc": { "start": { - "line": 206, + "line": 211, "column": 8 }, "end": { - "line": 206, + "line": 211, "column": 12 } } }, "property": { "type": "Identifier", - "start": 7922, - "end": 7935, + "start": 8105, + "end": 8118, "loc": { "start": { - "line": 206, + "line": 211, "column": 13 }, "end": { - "line": 206, + "line": 211, "column": 26 }, "identifierName": "audioMimeType" @@ -122096,29 +125090,29 @@ }, "right": { "type": "MemberExpression", - "start": 7938, - "end": 7965, + "start": 8121, + "end": 8148, "loc": { "start": { - "line": 206, + "line": 211, "column": 29 }, "end": { - "line": 206, + "line": 211, "column": 56 } }, "object": { "type": "Identifier", - "start": 7938, - "end": 7951, + "start": 8121, + "end": 8134, "loc": { "start": { - "line": 206, + "line": 211, "column": 29 }, "end": { - "line": 206, + "line": 211, "column": 42 }, "identifierName": "recordOptions" @@ -122127,15 +125121,15 @@ }, "property": { "type": "Identifier", - "start": 7952, - "end": 7965, + "start": 8135, + "end": 8148, "loc": { "start": { - "line": 206, + "line": 211, "column": 43 }, "end": { - "line": 206, + "line": 211, "column": 56 }, "identifierName": "audioMimeType" @@ -122148,73 +125142,73 @@ }, { "type": "ExpressionStatement", - "start": 7975, - "end": 8032, + "start": 8158, + "end": 8215, "loc": { "start": { - "line": 207, + "line": 212, "column": 8 }, "end": { - "line": 207, + "line": 212, "column": 65 } }, "expression": { "type": "AssignmentExpression", - "start": 7975, - "end": 8031, + "start": 8158, + "end": 8214, "loc": { "start": { - "line": 207, + "line": 212, "column": 8 }, "end": { - "line": 207, + "line": 212, "column": 64 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 7975, - "end": 7997, + "start": 8158, + "end": 8180, "loc": { "start": { - "line": 207, + "line": 212, "column": 8 }, "end": { - "line": 207, + "line": 212, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 7975, - "end": 7979, + "start": 8158, + "end": 8162, "loc": { "start": { - "line": 207, + "line": 212, "column": 8 }, "end": { - "line": 207, + "line": 212, "column": 12 } } }, "property": { "type": "Identifier", - "start": 7980, - "end": 7997, + "start": 8163, + "end": 8180, "loc": { "start": { - "line": 207, + "line": 212, "column": 13 }, "end": { - "line": 207, + "line": 212, "column": 30 }, "identifierName": "audioBufferUpdate" @@ -122225,29 +125219,29 @@ }, "right": { "type": "MemberExpression", - "start": 8000, - "end": 8031, + "start": 8183, + "end": 8214, "loc": { "start": { - "line": 207, + "line": 212, "column": 33 }, "end": { - "line": 207, + "line": 212, "column": 64 } }, "object": { "type": "Identifier", - "start": 8000, - "end": 8013, + "start": 8183, + "end": 8196, "loc": { "start": { - "line": 207, + "line": 212, "column": 33 }, "end": { - "line": 207, + "line": 212, "column": 46 }, "identifierName": "recordOptions" @@ -122256,15 +125250,15 @@ }, "property": { "type": "Identifier", - "start": 8014, - "end": 8031, + "start": 8197, + "end": 8214, "loc": { "start": { - "line": 207, + "line": 212, "column": 47 }, "end": { - "line": 207, + "line": 212, "column": 64 }, "identifierName": "audioBufferUpdate" @@ -122278,15 +125272,15 @@ { "type": "CommentLine", "value": " image settings", - "start": 8042, - "end": 8059, + "start": 8225, + "end": 8242, "loc": { "start": { - "line": 209, + "line": 214, "column": 8 }, "end": { - "line": 209, + "line": 214, "column": 25 } } @@ -122295,58 +125289,58 @@ }, { "type": "ExpressionStatement", - "start": 8068, - "end": 8121, + "start": 8251, + "end": 8304, "loc": { "start": { - "line": 210, + "line": 215, "column": 8 }, "end": { - "line": 210, + "line": 215, "column": 61 } }, "expression": { "type": "AssignmentExpression", - "start": 8068, - "end": 8120, + "start": 8251, + "end": 8303, "loc": { "start": { - "line": 210, + "line": 215, "column": 8 }, "end": { - "line": 210, + "line": 215, "column": 60 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 8068, - "end": 8088, + "start": 8251, + "end": 8271, "loc": { "start": { - "line": 210, + "line": 215, "column": 8 }, "end": { - "line": 210, + "line": 215, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 8068, - "end": 8072, + "start": 8251, + "end": 8255, "loc": { "start": { - "line": 210, + "line": 215, "column": 8 }, "end": { - "line": 210, + "line": 215, "column": 12 } }, @@ -122354,15 +125348,15 @@ }, "property": { "type": "Identifier", - "start": 8073, - "end": 8088, + "start": 8256, + "end": 8271, "loc": { "start": { - "line": 210, + "line": 215, "column": 13 }, "end": { - "line": 210, + "line": 215, "column": 28 }, "identifierName": "imageOutputType" @@ -122374,29 +125368,29 @@ }, "right": { "type": "MemberExpression", - "start": 8091, - "end": 8120, + "start": 8274, + "end": 8303, "loc": { "start": { - "line": 210, + "line": 215, "column": 31 }, "end": { - "line": 210, + "line": 215, "column": 60 } }, "object": { "type": "Identifier", - "start": 8091, - "end": 8104, + "start": 8274, + "end": 8287, "loc": { "start": { - "line": 210, + "line": 215, "column": 31 }, "end": { - "line": 210, + "line": 215, "column": 44 }, "identifierName": "recordOptions" @@ -122405,15 +125399,15 @@ }, "property": { "type": "Identifier", - "start": 8105, - "end": 8120, + "start": 8288, + "end": 8303, "loc": { "start": { - "line": 210, + "line": 215, "column": 45 }, "end": { - "line": 210, + "line": 215, "column": 60 }, "identifierName": "imageOutputType" @@ -122428,15 +125422,15 @@ { "type": "CommentLine", "value": " image settings", - "start": 8042, - "end": 8059, + "start": 8225, + "end": 8242, "loc": { "start": { - "line": 209, + "line": 214, "column": 8 }, "end": { - "line": 209, + "line": 214, "column": 25 } } @@ -122445,73 +125439,73 @@ }, { "type": "ExpressionStatement", - "start": 8130, - "end": 8187, + "start": 8313, + "end": 8370, "loc": { "start": { - "line": 211, + "line": 216, "column": 8 }, "end": { - "line": 211, + "line": 216, "column": 65 } }, "expression": { "type": "AssignmentExpression", - "start": 8130, - "end": 8186, + "start": 8313, + "end": 8369, "loc": { "start": { - "line": 211, + "line": 216, "column": 8 }, "end": { - "line": 211, + "line": 216, "column": 64 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 8130, - "end": 8152, + "start": 8313, + "end": 8335, "loc": { "start": { - "line": 211, + "line": 216, "column": 8 }, "end": { - "line": 211, + "line": 216, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 8130, - "end": 8134, + "start": 8313, + "end": 8317, "loc": { "start": { - "line": 211, + "line": 216, "column": 8 }, "end": { - "line": 211, + "line": 216, "column": 12 } } }, "property": { "type": "Identifier", - "start": 8135, - "end": 8152, + "start": 8318, + "end": 8335, "loc": { "start": { - "line": 211, + "line": 216, "column": 13 }, "end": { - "line": 211, + "line": 216, "column": 30 }, "identifierName": "imageOutputFormat" @@ -122522,29 +125516,29 @@ }, "right": { "type": "MemberExpression", - "start": 8155, - "end": 8186, + "start": 8338, + "end": 8369, "loc": { "start": { - "line": 211, + "line": 216, "column": 33 }, "end": { - "line": 211, + "line": 216, "column": 64 } }, "object": { "type": "Identifier", - "start": 8155, - "end": 8168, + "start": 8338, + "end": 8351, "loc": { "start": { - "line": 211, + "line": 216, "column": 33 }, "end": { - "line": 211, + "line": 216, "column": 46 }, "identifierName": "recordOptions" @@ -122553,15 +125547,15 @@ }, "property": { "type": "Identifier", - "start": 8169, - "end": 8186, + "start": 8352, + "end": 8369, "loc": { "start": { - "line": 211, + "line": 216, "column": 47 }, "end": { - "line": 211, + "line": 216, "column": 64 }, "identifierName": "imageOutputFormat" @@ -122574,73 +125568,73 @@ }, { "type": "ExpressionStatement", - "start": 8196, - "end": 8255, + "start": 8379, + "end": 8438, "loc": { "start": { - "line": 212, + "line": 217, "column": 8 }, "end": { - "line": 212, + "line": 217, "column": 67 } }, "expression": { "type": "AssignmentExpression", - "start": 8196, - "end": 8254, + "start": 8379, + "end": 8437, "loc": { "start": { - "line": 212, + "line": 217, "column": 8 }, "end": { - "line": 212, + "line": 217, "column": 66 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 8196, - "end": 8219, + "start": 8379, + "end": 8402, "loc": { "start": { - "line": 212, + "line": 217, "column": 8 }, "end": { - "line": 212, + "line": 217, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 8196, - "end": 8200, + "start": 8379, + "end": 8383, "loc": { "start": { - "line": 212, + "line": 217, "column": 8 }, "end": { - "line": 212, + "line": 217, "column": 12 } } }, "property": { "type": "Identifier", - "start": 8201, - "end": 8219, + "start": 8384, + "end": 8402, "loc": { "start": { - "line": 212, + "line": 217, "column": 13 }, "end": { - "line": 212, + "line": 217, "column": 31 }, "identifierName": "imageOutputQuality" @@ -122651,29 +125645,29 @@ }, "right": { "type": "MemberExpression", - "start": 8222, - "end": 8254, + "start": 8405, + "end": 8437, "loc": { "start": { - "line": 212, + "line": 217, "column": 34 }, "end": { - "line": 212, + "line": 217, "column": 66 } }, "object": { "type": "Identifier", - "start": 8222, - "end": 8235, + "start": 8405, + "end": 8418, "loc": { "start": { - "line": 212, + "line": 217, "column": 34 }, "end": { - "line": 212, + "line": 217, "column": 47 }, "identifierName": "recordOptions" @@ -122682,15 +125676,15 @@ }, "property": { "type": "Identifier", - "start": 8236, - "end": 8254, + "start": 8419, + "end": 8437, "loc": { "start": { - "line": 212, + "line": 217, "column": 48 }, "end": { - "line": 212, + "line": 217, "column": 66 }, "identifierName": "imageOutputQuality" @@ -122704,15 +125698,15 @@ { "type": "CommentLine", "value": " animation settings", - "start": 8265, - "end": 8286, + "start": 8448, + "end": 8469, "loc": { "start": { - "line": 214, + "line": 219, "column": 8 }, "end": { - "line": 214, + "line": 219, "column": 29 } } @@ -122721,58 +125715,58 @@ }, { "type": "ExpressionStatement", - "start": 8295, - "end": 8354, + "start": 8478, + "end": 8537, "loc": { "start": { - "line": 215, + "line": 220, "column": 8 }, "end": { - "line": 215, + "line": 220, "column": 67 } }, "expression": { "type": "AssignmentExpression", - "start": 8295, - "end": 8353, + "start": 8478, + "end": 8536, "loc": { "start": { - "line": 215, + "line": 220, "column": 8 }, "end": { - "line": 215, + "line": 220, "column": 66 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 8295, - "end": 8318, + "start": 8478, + "end": 8501, "loc": { "start": { - "line": 215, + "line": 220, "column": 8 }, "end": { - "line": 215, + "line": 220, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 8295, - "end": 8299, + "start": 8478, + "end": 8482, "loc": { "start": { - "line": 215, + "line": 220, "column": 8 }, "end": { - "line": 215, + "line": 220, "column": 12 } }, @@ -122780,15 +125774,15 @@ }, "property": { "type": "Identifier", - "start": 8300, - "end": 8318, + "start": 8483, + "end": 8501, "loc": { "start": { - "line": 215, + "line": 220, "column": 13 }, "end": { - "line": 215, + "line": 220, "column": 31 }, "identifierName": "animationFrameRate" @@ -122800,29 +125794,29 @@ }, "right": { "type": "MemberExpression", - "start": 8321, - "end": 8353, + "start": 8504, + "end": 8536, "loc": { "start": { - "line": 215, + "line": 220, "column": 34 }, "end": { - "line": 215, + "line": 220, "column": 66 } }, "object": { "type": "Identifier", - "start": 8321, - "end": 8334, + "start": 8504, + "end": 8517, "loc": { "start": { - "line": 215, + "line": 220, "column": 34 }, "end": { - "line": 215, + "line": 220, "column": 47 }, "identifierName": "recordOptions" @@ -122831,15 +125825,15 @@ }, "property": { "type": "Identifier", - "start": 8335, - "end": 8353, + "start": 8518, + "end": 8536, "loc": { "start": { - "line": 215, + "line": 220, "column": 48 }, "end": { - "line": 215, + "line": 220, "column": 66 }, "identifierName": "animationFrameRate" @@ -122854,15 +125848,15 @@ { "type": "CommentLine", "value": " animation settings", - "start": 8265, - "end": 8286, + "start": 8448, + "end": 8469, "loc": { "start": { - "line": 214, + "line": 219, "column": 8 }, "end": { - "line": 214, + "line": 219, "column": 29 } } @@ -122871,73 +125865,73 @@ }, { "type": "ExpressionStatement", - "start": 8363, - "end": 8418, + "start": 8546, + "end": 8601, "loc": { "start": { - "line": 216, + "line": 221, "column": 8 }, "end": { - "line": 216, + "line": 221, "column": 63 } }, "expression": { "type": "AssignmentExpression", - "start": 8363, - "end": 8417, + "start": 8546, + "end": 8600, "loc": { "start": { - "line": 216, + "line": 221, "column": 8 }, "end": { - "line": 216, + "line": 221, "column": 62 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 8363, - "end": 8384, + "start": 8546, + "end": 8567, "loc": { "start": { - "line": 216, + "line": 221, "column": 8 }, "end": { - "line": 216, + "line": 221, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 8363, - "end": 8367, + "start": 8546, + "end": 8550, "loc": { "start": { - "line": 216, + "line": 221, "column": 8 }, "end": { - "line": 216, + "line": 221, "column": 12 } } }, "property": { "type": "Identifier", - "start": 8368, - "end": 8384, + "start": 8551, + "end": 8567, "loc": { "start": { - "line": 216, + "line": 221, "column": 13 }, "end": { - "line": 216, + "line": 221, "column": 29 }, "identifierName": "animationQuality" @@ -122948,29 +125942,29 @@ }, "right": { "type": "MemberExpression", - "start": 8387, - "end": 8417, + "start": 8570, + "end": 8600, "loc": { "start": { - "line": 216, + "line": 221, "column": 32 }, "end": { - "line": 216, + "line": 221, "column": 62 } }, "object": { "type": "Identifier", - "start": 8387, - "end": 8400, + "start": 8570, + "end": 8583, "loc": { "start": { - "line": 216, + "line": 221, "column": 32 }, "end": { - "line": 216, + "line": 221, "column": 45 }, "identifierName": "recordOptions" @@ -122979,15 +125973,15 @@ }, "property": { "type": "Identifier", - "start": 8401, - "end": 8417, + "start": 8584, + "end": 8600, "loc": { "start": { - "line": 216, + "line": 221, "column": 46 }, "end": { - "line": 216, + "line": 221, "column": 62 }, "identifierName": "animationQuality" @@ -123006,15 +126000,15 @@ { "type": "CommentBlock", "value": "*\n * Setup plugin options.\n *\n * @param {Object} newOptions - Optional new player options.\n ", - "start": 5597, - "end": 5709, + "start": 5778, + "end": 5890, "loc": { "start": { - "line": 157, + "line": 162, "column": 4 }, "end": { - "line": 161, + "line": 166, "column": 7 } } @@ -123024,15 +126018,15 @@ { "type": "CommentBlock", "value": "*\n * Player UI is ready.\n * @private\n ", - "start": 8430, - "end": 8484, + "start": 8613, + "end": 8667, "loc": { "start": { - "line": 219, + "line": 224, "column": 4 }, "end": { - "line": 222, + "line": 227, "column": 7 } } @@ -123041,15 +126035,15 @@ }, { "type": "ClassMethod", - "start": 8489, - "end": 13436, + "start": 8672, + "end": 13742, "loc": { "start": { - "line": 223, + "line": 228, "column": 4 }, "end": { - "line": 344, + "line": 352, "column": 5 } }, @@ -123057,15 +126051,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 8489, - "end": 8496, + "start": 8672, + "end": 8679, "loc": { "start": { - "line": 223, + "line": 228, "column": 4 }, "end": { - "line": 223, + "line": 228, "column": 11 }, "identifierName": "setupUI" @@ -123081,100 +126075,100 @@ "params": [], "body": { "type": "BlockStatement", - "start": 8499, - "end": 13436, + "start": 8682, + "end": 13742, "loc": { "start": { - "line": 223, + "line": 228, "column": 14 }, "end": { - "line": 344, + "line": 352, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 8570, - "end": 8628, + "start": 8753, + "end": 8811, "loc": { "start": { - "line": 225, + "line": 230, "column": 8 }, "end": { - "line": 225, + "line": 230, "column": 66 } }, "expression": { "type": "CallExpression", - "start": 8570, - "end": 8627, + "start": 8753, + "end": 8810, "loc": { "start": { - "line": 225, + "line": 230, "column": 8 }, "end": { - "line": 225, + "line": 230, "column": 65 } }, "callee": { "type": "MemberExpression", - "start": 8570, - "end": 8601, + "start": 8753, + "end": 8784, "loc": { "start": { - "line": 225, + "line": 230, "column": 8 }, "end": { - "line": 225, + "line": 230, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 8570, - "end": 8592, + "start": 8753, + "end": 8775, "loc": { "start": { - "line": 225, + "line": 230, "column": 8 }, "end": { - "line": 225, + "line": 230, "column": 30 } }, "object": { "type": "MemberExpression", - "start": 8570, - "end": 8581, + "start": 8753, + "end": 8764, "loc": { "start": { - "line": 225, + "line": 230, "column": 8 }, "end": { - "line": 225, + "line": 230, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 8570, - "end": 8574, + "start": 8753, + "end": 8757, "loc": { "start": { - "line": 225, + "line": 230, "column": 8 }, "end": { - "line": 225, + "line": 230, "column": 12 } }, @@ -123182,15 +126176,15 @@ }, "property": { "type": "Identifier", - "start": 8575, - "end": 8581, + "start": 8758, + "end": 8764, "loc": { "start": { - "line": 225, + "line": 230, "column": 13 }, "end": { - "line": 225, + "line": 230, "column": 19 }, "identifierName": "player" @@ -123202,15 +126196,15 @@ }, "property": { "type": "Identifier", - "start": 8582, - "end": 8592, + "start": 8765, + "end": 8775, "loc": { "start": { - "line": 225, + "line": 230, "column": 20 }, "end": { - "line": 225, + "line": 230, "column": 30 }, "identifierName": "controlBar" @@ -123222,15 +126216,15 @@ }, "property": { "type": "Identifier", - "start": 8593, - "end": 8601, + "start": 8776, + "end": 8784, "loc": { "start": { - "line": 225, + "line": 230, "column": 31 }, "end": { - "line": 225, + "line": 230, "column": 39 }, "identifierName": "addChild" @@ -123243,58 +126237,58 @@ "arguments": [ { "type": "MemberExpression", - "start": 8602, - "end": 8626, + "start": 8785, + "end": 8809, "loc": { "start": { - "line": 225, + "line": 230, "column": 40 }, "end": { - "line": 225, + "line": 230, "column": 64 } }, "object": { "type": "MemberExpression", - "start": 8602, - "end": 8613, + "start": 8785, + "end": 8796, "loc": { "start": { - "line": 225, + "line": 230, "column": 40 }, "end": { - "line": 225, + "line": 230, "column": 51 } }, "object": { "type": "ThisExpression", - "start": 8602, - "end": 8606, + "start": 8785, + "end": 8789, "loc": { "start": { - "line": 225, + "line": 230, "column": 40 }, "end": { - "line": 225, + "line": 230, "column": 44 } } }, "property": { "type": "Identifier", - "start": 8607, - "end": 8613, + "start": 8790, + "end": 8796, "loc": { "start": { - "line": 225, + "line": 230, "column": 45 }, "end": { - "line": 225, + "line": 230, "column": 51 }, "identifierName": "player" @@ -123305,15 +126299,15 @@ }, "property": { "type": "Identifier", - "start": 8614, - "end": 8626, + "start": 8797, + "end": 8809, "loc": { "start": { - "line": 225, + "line": 230, "column": 52 }, "end": { - "line": 225, + "line": 230, "column": 64 }, "identifierName": "cameraButton" @@ -123329,15 +126323,15 @@ { "type": "CommentLine", "value": " insert custom controls on left-side of controlbar", - "start": 8509, - "end": 8561, + "start": 8692, + "end": 8744, "loc": { "start": { - "line": 224, + "line": 229, "column": 8 }, "end": { - "line": 224, + "line": 229, "column": 60 } } @@ -123346,128 +126340,128 @@ }, { "type": "ExpressionStatement", - "start": 8637, - "end": 8774, + "start": 8820, + "end": 8957, "loc": { "start": { - "line": 226, + "line": 231, "column": 8 }, "end": { - "line": 228, + "line": 233, "column": 52 } }, "expression": { "type": "CallExpression", - "start": 8637, - "end": 8773, + "start": 8820, + "end": 8956, "loc": { "start": { - "line": 226, + "line": 231, "column": 8 }, "end": { - "line": 228, + "line": 233, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 8637, - "end": 8677, + "start": 8820, + "end": 8860, "loc": { "start": { - "line": 226, + "line": 231, "column": 8 }, "end": { - "line": 226, + "line": 231, "column": 48 } }, "object": { "type": "CallExpression", - "start": 8637, - "end": 8664, + "start": 8820, + "end": 8847, "loc": { "start": { - "line": 226, + "line": 231, "column": 8 }, "end": { - "line": 226, + "line": 231, "column": 35 } }, "callee": { "type": "MemberExpression", - "start": 8637, - "end": 8662, + "start": 8820, + "end": 8845, "loc": { "start": { - "line": 226, + "line": 231, "column": 8 }, "end": { - "line": 226, + "line": 231, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 8637, - "end": 8659, + "start": 8820, + "end": 8842, "loc": { "start": { - "line": 226, + "line": 231, "column": 8 }, "end": { - "line": 226, + "line": 231, "column": 30 } }, "object": { "type": "MemberExpression", - "start": 8637, - "end": 8648, + "start": 8820, + "end": 8831, "loc": { "start": { - "line": 226, + "line": 231, "column": 8 }, "end": { - "line": 226, + "line": 231, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 8637, - "end": 8641, + "start": 8820, + "end": 8824, "loc": { "start": { - "line": 226, + "line": 231, "column": 8 }, "end": { - "line": 226, + "line": 231, "column": 12 } } }, "property": { "type": "Identifier", - "start": 8642, - "end": 8648, + "start": 8825, + "end": 8831, "loc": { "start": { - "line": 226, + "line": 231, "column": 13 }, "end": { - "line": 226, + "line": 231, "column": 19 }, "identifierName": "player" @@ -123478,15 +126472,15 @@ }, "property": { "type": "Identifier", - "start": 8649, - "end": 8659, + "start": 8832, + "end": 8842, "loc": { "start": { - "line": 226, + "line": 231, "column": 20 }, "end": { - "line": 226, + "line": 231, "column": 30 }, "identifierName": "controlBar" @@ -123497,15 +126491,15 @@ }, "property": { "type": "Identifier", - "start": 8660, - "end": 8662, + "start": 8843, + "end": 8845, "loc": { "start": { - "line": 226, + "line": 231, "column": 31 }, "end": { - "line": 226, + "line": 231, "column": 33 }, "identifierName": "el" @@ -123518,15 +126512,15 @@ }, "property": { "type": "Identifier", - "start": 8665, - "end": 8677, + "start": 8848, + "end": 8860, "loc": { "start": { - "line": 226, + "line": 231, "column": 36 }, "end": { - "line": 226, + "line": 231, "column": 48 }, "identifierName": "insertBefore" @@ -123538,86 +126532,86 @@ "arguments": [ { "type": "CallExpression", - "start": 8691, - "end": 8720, + "start": 8874, + "end": 8903, "loc": { "start": { - "line": 227, + "line": 232, "column": 12 }, "end": { - "line": 227, + "line": 232, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 8691, - "end": 8718, + "start": 8874, + "end": 8901, "loc": { "start": { - "line": 227, + "line": 232, "column": 12 }, "end": { - "line": 227, + "line": 232, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 8691, - "end": 8715, + "start": 8874, + "end": 8898, "loc": { "start": { - "line": 227, + "line": 232, "column": 12 }, "end": { - "line": 227, + "line": 232, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 8691, - "end": 8702, + "start": 8874, + "end": 8885, "loc": { "start": { - "line": 227, + "line": 232, "column": 12 }, "end": { - "line": 227, + "line": 232, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 8691, - "end": 8695, + "start": 8874, + "end": 8878, "loc": { "start": { - "line": 227, + "line": 232, "column": 12 }, "end": { - "line": 227, + "line": 232, "column": 16 } } }, "property": { "type": "Identifier", - "start": 8696, - "end": 8702, + "start": 8879, + "end": 8885, "loc": { "start": { - "line": 227, + "line": 232, "column": 17 }, "end": { - "line": 227, + "line": 232, "column": 23 }, "identifierName": "player" @@ -123628,15 +126622,15 @@ }, "property": { "type": "Identifier", - "start": 8703, - "end": 8715, + "start": 8886, + "end": 8898, "loc": { "start": { - "line": 227, + "line": 232, "column": 24 }, "end": { - "line": 227, + "line": 232, "column": 36 }, "identifierName": "cameraButton" @@ -123647,15 +126641,15 @@ }, "property": { "type": "Identifier", - "start": 8716, - "end": 8718, + "start": 8899, + "end": 8901, "loc": { "start": { - "line": 227, + "line": 232, "column": 37 }, "end": { - "line": 227, + "line": 232, "column": 39 }, "identifierName": "el" @@ -123668,100 +126662,100 @@ }, { "type": "MemberExpression", - "start": 8734, - "end": 8772, + "start": 8917, + "end": 8955, "loc": { "start": { - "line": 228, + "line": 233, "column": 12 }, "end": { - "line": 228, + "line": 233, "column": 50 } }, "object": { "type": "CallExpression", - "start": 8734, - "end": 8761, + "start": 8917, + "end": 8944, "loc": { "start": { - "line": 228, + "line": 233, "column": 12 }, "end": { - "line": 228, + "line": 233, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 8734, - "end": 8759, + "start": 8917, + "end": 8942, "loc": { "start": { - "line": 228, + "line": 233, "column": 12 }, "end": { - "line": 228, + "line": 233, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 8734, - "end": 8756, + "start": 8917, + "end": 8939, "loc": { "start": { - "line": 228, + "line": 233, "column": 12 }, "end": { - "line": 228, + "line": 233, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 8734, - "end": 8745, + "start": 8917, + "end": 8928, "loc": { "start": { - "line": 228, + "line": 233, "column": 12 }, "end": { - "line": 228, + "line": 233, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 8734, - "end": 8738, + "start": 8917, + "end": 8921, "loc": { "start": { - "line": 228, + "line": 233, "column": 12 }, "end": { - "line": 228, + "line": 233, "column": 16 } } }, "property": { "type": "Identifier", - "start": 8739, - "end": 8745, + "start": 8922, + "end": 8928, "loc": { "start": { - "line": 228, + "line": 233, "column": 17 }, "end": { - "line": 228, + "line": 233, "column": 23 }, "identifierName": "player" @@ -123772,15 +126766,15 @@ }, "property": { "type": "Identifier", - "start": 8746, - "end": 8756, + "start": 8929, + "end": 8939, "loc": { "start": { - "line": 228, + "line": 233, "column": 24 }, "end": { - "line": 228, + "line": 233, "column": 34 }, "identifierName": "controlBar" @@ -123791,15 +126785,15 @@ }, "property": { "type": "Identifier", - "start": 8757, - "end": 8759, + "start": 8940, + "end": 8942, "loc": { "start": { - "line": 228, + "line": 233, "column": 35 }, "end": { - "line": 228, + "line": 233, "column": 37 }, "identifierName": "el" @@ -123812,15 +126806,15 @@ }, "property": { "type": "Identifier", - "start": 8762, - "end": 8772, + "start": 8945, + "end": 8955, "loc": { "start": { - "line": 228, + "line": 233, "column": 40 }, "end": { - "line": 228, + "line": 233, "column": 50 }, "identifierName": "firstChild" @@ -123834,128 +126828,128 @@ }, { "type": "ExpressionStatement", - "start": 8783, - "end": 8920, + "start": 8966, + "end": 9103, "loc": { "start": { - "line": 229, + "line": 234, "column": 8 }, "end": { - "line": 231, + "line": 236, "column": 52 } }, "expression": { "type": "CallExpression", - "start": 8783, - "end": 8919, + "start": 8966, + "end": 9102, "loc": { "start": { - "line": 229, + "line": 234, "column": 8 }, "end": { - "line": 231, + "line": 236, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 8783, - "end": 8823, + "start": 8966, + "end": 9006, "loc": { "start": { - "line": 229, + "line": 234, "column": 8 }, "end": { - "line": 229, + "line": 234, "column": 48 } }, "object": { "type": "CallExpression", - "start": 8783, - "end": 8810, + "start": 8966, + "end": 8993, "loc": { "start": { - "line": 229, + "line": 234, "column": 8 }, "end": { - "line": 229, + "line": 234, "column": 35 } }, "callee": { "type": "MemberExpression", - "start": 8783, - "end": 8808, + "start": 8966, + "end": 8991, "loc": { "start": { - "line": 229, + "line": 234, "column": 8 }, "end": { - "line": 229, + "line": 234, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 8783, - "end": 8805, + "start": 8966, + "end": 8988, "loc": { "start": { - "line": 229, + "line": 234, "column": 8 }, "end": { - "line": 229, + "line": 234, "column": 30 } }, "object": { "type": "MemberExpression", - "start": 8783, - "end": 8794, + "start": 8966, + "end": 8977, "loc": { "start": { - "line": 229, + "line": 234, "column": 8 }, "end": { - "line": 229, + "line": 234, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 8783, - "end": 8787, + "start": 8966, + "end": 8970, "loc": { "start": { - "line": 229, + "line": 234, "column": 8 }, "end": { - "line": 229, + "line": 234, "column": 12 } } }, "property": { "type": "Identifier", - "start": 8788, - "end": 8794, + "start": 8971, + "end": 8977, "loc": { "start": { - "line": 229, + "line": 234, "column": 13 }, "end": { - "line": 229, + "line": 234, "column": 19 }, "identifierName": "player" @@ -123966,15 +126960,15 @@ }, "property": { "type": "Identifier", - "start": 8795, - "end": 8805, + "start": 8978, + "end": 8988, "loc": { "start": { - "line": 229, + "line": 234, "column": 20 }, "end": { - "line": 229, + "line": 234, "column": 30 }, "identifierName": "controlBar" @@ -123985,15 +126979,15 @@ }, "property": { "type": "Identifier", - "start": 8806, - "end": 8808, + "start": 8989, + "end": 8991, "loc": { "start": { - "line": 229, + "line": 234, "column": 31 }, "end": { - "line": 229, + "line": 234, "column": 33 }, "identifierName": "el" @@ -124006,15 +127000,15 @@ }, "property": { "type": "Identifier", - "start": 8811, - "end": 8823, + "start": 8994, + "end": 9006, "loc": { "start": { - "line": 229, + "line": 234, "column": 36 }, "end": { - "line": 229, + "line": 234, "column": 48 }, "identifierName": "insertBefore" @@ -124026,86 +127020,86 @@ "arguments": [ { "type": "CallExpression", - "start": 8837, - "end": 8866, + "start": 9020, + "end": 9049, "loc": { "start": { - "line": 230, + "line": 235, "column": 12 }, "end": { - "line": 230, + "line": 235, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 8837, - "end": 8864, + "start": 9020, + "end": 9047, "loc": { "start": { - "line": 230, + "line": 235, "column": 12 }, "end": { - "line": 230, + "line": 235, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 8837, - "end": 8861, + "start": 9020, + "end": 9044, "loc": { "start": { - "line": 230, + "line": 235, "column": 12 }, "end": { - "line": 230, + "line": 235, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 8837, - "end": 8848, + "start": 9020, + "end": 9031, "loc": { "start": { - "line": 230, + "line": 235, "column": 12 }, "end": { - "line": 230, + "line": 235, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 8837, - "end": 8841, + "start": 9020, + "end": 9024, "loc": { "start": { - "line": 230, + "line": 235, "column": 12 }, "end": { - "line": 230, + "line": 235, "column": 16 } } }, "property": { "type": "Identifier", - "start": 8842, - "end": 8848, + "start": 9025, + "end": 9031, "loc": { "start": { - "line": 230, + "line": 235, "column": 17 }, "end": { - "line": 230, + "line": 235, "column": 23 }, "identifierName": "player" @@ -124116,15 +127110,15 @@ }, "property": { "type": "Identifier", - "start": 8849, - "end": 8861, + "start": 9032, + "end": 9044, "loc": { "start": { - "line": 230, + "line": 235, "column": 24 }, "end": { - "line": 230, + "line": 235, "column": 36 }, "identifierName": "recordToggle" @@ -124135,15 +127129,15 @@ }, "property": { "type": "Identifier", - "start": 8862, - "end": 8864, + "start": 9045, + "end": 9047, "loc": { "start": { - "line": 230, + "line": 235, "column": 37 }, "end": { - "line": 230, + "line": 235, "column": 39 }, "identifierName": "el" @@ -124156,100 +127150,100 @@ }, { "type": "MemberExpression", - "start": 8880, - "end": 8918, + "start": 9063, + "end": 9101, "loc": { "start": { - "line": 231, + "line": 236, "column": 12 }, "end": { - "line": 231, + "line": 236, "column": 50 } }, "object": { "type": "CallExpression", - "start": 8880, - "end": 8907, + "start": 9063, + "end": 9090, "loc": { "start": { - "line": 231, + "line": 236, "column": 12 }, "end": { - "line": 231, + "line": 236, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 8880, - "end": 8905, + "start": 9063, + "end": 9088, "loc": { "start": { - "line": 231, + "line": 236, "column": 12 }, "end": { - "line": 231, + "line": 236, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 8880, - "end": 8902, + "start": 9063, + "end": 9085, "loc": { "start": { - "line": 231, + "line": 236, "column": 12 }, "end": { - "line": 231, + "line": 236, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 8880, - "end": 8891, + "start": 9063, + "end": 9074, "loc": { "start": { - "line": 231, + "line": 236, "column": 12 }, "end": { - "line": 231, + "line": 236, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 8880, - "end": 8884, + "start": 9063, + "end": 9067, "loc": { "start": { - "line": 231, + "line": 236, "column": 12 }, "end": { - "line": 231, + "line": 236, "column": 16 } } }, "property": { "type": "Identifier", - "start": 8885, - "end": 8891, + "start": 9068, + "end": 9074, "loc": { "start": { - "line": 231, + "line": 236, "column": 17 }, "end": { - "line": 231, + "line": 236, "column": 23 }, "identifierName": "player" @@ -124260,15 +127254,15 @@ }, "property": { "type": "Identifier", - "start": 8892, - "end": 8902, + "start": 9075, + "end": 9085, "loc": { "start": { - "line": 231, + "line": 236, "column": 24 }, "end": { - "line": 231, + "line": 236, "column": 34 }, "identifierName": "controlBar" @@ -124279,15 +127273,15 @@ }, "property": { "type": "Identifier", - "start": 8903, - "end": 8905, + "start": 9086, + "end": 9088, "loc": { "start": { - "line": 231, + "line": 236, "column": 35 }, "end": { - "line": 231, + "line": 236, "column": 37 }, "identifierName": "el" @@ -124300,15 +127294,15 @@ }, "property": { "type": "Identifier", - "start": 8908, - "end": 8918, + "start": 9091, + "end": 9101, "loc": { "start": { - "line": 231, + "line": 236, "column": 40 }, "end": { - "line": 231, + "line": 236, "column": 50 }, "identifierName": "firstChild" @@ -124323,15 +127317,15 @@ { "type": "CommentLine", "value": " picture-in-picture", - "start": 8930, - "end": 8951, + "start": 9113, + "end": 9134, "loc": { "start": { - "line": 233, + "line": 238, "column": 8 }, "end": { - "line": 233, + "line": 238, "column": 29 } } @@ -124340,57 +127334,57 @@ }, { "type": "IfStatement", - "start": 8960, - "end": 9530, + "start": 9143, + "end": 9713, "loc": { "start": { - "line": 234, + "line": 239, "column": 8 }, "end": { - "line": 244, + "line": 249, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 8964, - "end": 8994, + "start": 9147, + "end": 9177, "loc": { "start": { - "line": 234, + "line": 239, "column": 12 }, "end": { - "line": 234, + "line": 239, "column": 42 } }, "left": { "type": "MemberExpression", - "start": 8964, - "end": 8985, + "start": 9147, + "end": 9168, "loc": { "start": { - "line": 234, + "line": 239, "column": 12 }, "end": { - "line": 234, + "line": 239, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 8964, - "end": 8968, + "start": 9147, + "end": 9151, "loc": { "start": { - "line": 234, + "line": 239, "column": 12 }, "end": { - "line": 234, + "line": 239, "column": 16 } }, @@ -124398,15 +127392,15 @@ }, "property": { "type": "Identifier", - "start": 8969, - "end": 8985, + "start": 9152, + "end": 9168, "loc": { "start": { - "line": 234, + "line": 239, "column": 17 }, "end": { - "line": 234, + "line": 239, "column": 33 }, "identifierName": "pictureInPicture" @@ -124419,15 +127413,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 8990, - "end": 8994, + "start": 9173, + "end": 9177, "loc": { "start": { - "line": 234, + "line": 239, "column": 38 }, "end": { - "line": 234, + "line": 239, "column": 42 } }, @@ -124437,129 +127431,129 @@ }, "consequent": { "type": "BlockStatement", - "start": 8996, - "end": 9530, + "start": 9179, + "end": 9713, "loc": { "start": { - "line": 234, + "line": 239, "column": 44 }, "end": { - "line": 244, + "line": 249, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 9010, - "end": 9520, + "start": 9193, + "end": 9703, "loc": { "start": { - "line": 235, + "line": 240, "column": 12 }, "end": { - "line": 243, + "line": 248, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 9014, - "end": 9128, + "start": 9197, + "end": 9311, "loc": { "start": { - "line": 235, + "line": 240, "column": 16 }, "end": { - "line": 236, + "line": 241, "column": 51 } }, "left": { "type": "BinaryExpression", - "start": 9014, - "end": 9073, + "start": 9197, + "end": 9256, "loc": { "start": { - "line": 235, + "line": 240, "column": 16 }, "end": { - "line": 235, + "line": 240, "column": 75 } }, "left": { "type": "MemberExpression", - "start": 9014, - "end": 9059, + "start": 9197, + "end": 9242, "loc": { "start": { - "line": 235, + "line": 240, "column": 16 }, "end": { - "line": 235, + "line": 240, "column": 61 } }, "object": { "type": "MemberExpression", - "start": 9014, - "end": 9036, + "start": 9197, + "end": 9219, "loc": { "start": { - "line": 235, + "line": 240, "column": 16 }, "end": { - "line": 235, + "line": 240, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 9014, - "end": 9025, + "start": 9197, + "end": 9208, "loc": { "start": { - "line": 235, + "line": 240, "column": 16 }, "end": { - "line": 235, + "line": 240, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 9014, - "end": 9018, + "start": 9197, + "end": 9201, "loc": { "start": { - "line": 235, + "line": 240, "column": 16 }, "end": { - "line": 235, + "line": 240, "column": 20 } } }, "property": { "type": "Identifier", - "start": 9019, - "end": 9025, + "start": 9202, + "end": 9208, "loc": { "start": { - "line": 235, + "line": 240, "column": 21 }, "end": { - "line": 235, + "line": 240, "column": 27 }, "identifierName": "player" @@ -124570,15 +127564,15 @@ }, "property": { "type": "Identifier", - "start": 9026, - "end": 9036, + "start": 9209, + "end": 9219, "loc": { "start": { - "line": 235, + "line": 240, "column": 28 }, "end": { - "line": 235, + "line": 240, "column": 38 }, "identifierName": "controlBar" @@ -124589,15 +127583,15 @@ }, "property": { "type": "Identifier", - "start": 9037, - "end": 9059, + "start": 9220, + "end": 9242, "loc": { "start": { - "line": 235, + "line": 240, "column": 39 }, "end": { - "line": 235, + "line": 240, "column": 61 }, "identifierName": "pictureInPictureToggle" @@ -124609,15 +127603,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 9064, - "end": 9073, + "start": 9247, + "end": 9256, "loc": { "start": { - "line": 235, + "line": 240, "column": 66 }, "end": { - "line": 235, + "line": 240, "column": 75 }, "identifierName": "undefined" @@ -124628,72 +127622,72 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 9093, - "end": 9128, + "start": 9276, + "end": 9311, "loc": { "start": { - "line": 236, + "line": 241, "column": 16 }, "end": { - "line": 236, + "line": 241, "column": 51 } }, "left": { "type": "MemberExpression", - "start": 9093, - "end": 9114, + "start": 9276, + "end": 9297, "loc": { "start": { - "line": 236, + "line": 241, "column": 16 }, "end": { - "line": 236, + "line": 241, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 9093, - "end": 9104, + "start": 9276, + "end": 9287, "loc": { "start": { - "line": 236, + "line": 241, "column": 16 }, "end": { - "line": 236, + "line": 241, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 9093, - "end": 9097, + "start": 9276, + "end": 9280, "loc": { "start": { - "line": 236, + "line": 241, "column": 16 }, "end": { - "line": 236, + "line": 241, "column": 20 } } }, "property": { "type": "Identifier", - "start": 9098, - "end": 9104, + "start": 9281, + "end": 9287, "loc": { "start": { - "line": 236, + "line": 241, "column": 21 }, "end": { - "line": 236, + "line": 241, "column": 27 }, "identifierName": "player" @@ -124704,15 +127698,15 @@ }, "property": { "type": "Identifier", - "start": 9105, - "end": 9114, + "start": 9288, + "end": 9297, "loc": { "start": { - "line": 236, + "line": 241, "column": 28 }, "end": { - "line": 236, + "line": 241, "column": 37 }, "identifierName": "pipToggle" @@ -124724,15 +127718,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 9119, - "end": 9128, + "start": 9302, + "end": 9311, "loc": { "start": { - "line": 236, + "line": 241, "column": 42 }, "end": { - "line": 236, + "line": 241, "column": 51 }, "identifierName": "undefined" @@ -124743,100 +127737,100 @@ }, "consequent": { "type": "BlockStatement", - "start": 9130, - "end": 9258, + "start": 9313, + "end": 9441, "loc": { "start": { - "line": 236, + "line": 241, "column": 53 }, "end": { - "line": 239, + "line": 244, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 9189, - "end": 9244, + "start": 9372, + "end": 9427, "loc": { "start": { - "line": 238, + "line": 243, "column": 16 }, "end": { - "line": 238, + "line": 243, "column": 71 } }, "expression": { "type": "CallExpression", - "start": 9189, - "end": 9243, + "start": 9372, + "end": 9426, "loc": { "start": { - "line": 238, + "line": 243, "column": 16 }, "end": { - "line": 238, + "line": 243, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 9189, - "end": 9220, + "start": 9372, + "end": 9403, "loc": { "start": { - "line": 238, + "line": 243, "column": 16 }, "end": { - "line": 238, + "line": 243, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 9189, - "end": 9211, + "start": 9372, + "end": 9394, "loc": { "start": { - "line": 238, + "line": 243, "column": 16 }, "end": { - "line": 238, + "line": 243, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 9189, - "end": 9200, + "start": 9372, + "end": 9383, "loc": { "start": { - "line": 238, + "line": 243, "column": 16 }, "end": { - "line": 238, + "line": 243, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 9189, - "end": 9193, + "start": 9372, + "end": 9376, "loc": { "start": { - "line": 238, + "line": 243, "column": 16 }, "end": { - "line": 238, + "line": 243, "column": 20 } }, @@ -124844,15 +127838,15 @@ }, "property": { "type": "Identifier", - "start": 9194, - "end": 9200, + "start": 9377, + "end": 9383, "loc": { "start": { - "line": 238, + "line": 243, "column": 21 }, "end": { - "line": 238, + "line": 243, "column": 27 }, "identifierName": "player" @@ -124864,15 +127858,15 @@ }, "property": { "type": "Identifier", - "start": 9201, - "end": 9211, + "start": 9384, + "end": 9394, "loc": { "start": { - "line": 238, + "line": 243, "column": 28 }, "end": { - "line": 238, + "line": 243, "column": 38 }, "identifierName": "controlBar" @@ -124884,15 +127878,15 @@ }, "property": { "type": "Identifier", - "start": 9212, - "end": 9220, + "start": 9395, + "end": 9403, "loc": { "start": { - "line": 238, + "line": 243, "column": 39 }, "end": { - "line": 238, + "line": 243, "column": 47 }, "identifierName": "addChild" @@ -124905,58 +127899,58 @@ "arguments": [ { "type": "MemberExpression", - "start": 9221, - "end": 9242, + "start": 9404, + "end": 9425, "loc": { "start": { - "line": 238, + "line": 243, "column": 48 }, "end": { - "line": 238, + "line": 243, "column": 69 } }, "object": { "type": "MemberExpression", - "start": 9221, - "end": 9232, + "start": 9404, + "end": 9415, "loc": { "start": { - "line": 238, + "line": 243, "column": 48 }, "end": { - "line": 238, + "line": 243, "column": 59 } }, "object": { "type": "ThisExpression", - "start": 9221, - "end": 9225, + "start": 9404, + "end": 9408, "loc": { "start": { - "line": 238, + "line": 243, "column": 48 }, "end": { - "line": 238, + "line": 243, "column": 52 } } }, "property": { "type": "Identifier", - "start": 9226, - "end": 9232, + "start": 9409, + "end": 9415, "loc": { "start": { - "line": 238, + "line": 243, "column": 53 }, "end": { - "line": 238, + "line": 243, "column": 59 }, "identifierName": "player" @@ -124967,15 +127961,15 @@ }, "property": { "type": "Identifier", - "start": 9233, - "end": 9242, + "start": 9416, + "end": 9425, "loc": { "start": { - "line": 238, + "line": 243, "column": 60 }, "end": { - "line": 238, + "line": 243, "column": 69 }, "identifierName": "pipToggle" @@ -124991,15 +127985,15 @@ { "type": "CommentLine", "value": " add custom PiP toggle", - "start": 9148, - "end": 9172, + "start": 9331, + "end": 9355, "loc": { "start": { - "line": 237, + "line": 242, "column": 16 }, "end": { - "line": 237, + "line": 242, "column": 40 } } @@ -125011,100 +128005,100 @@ }, "alternate": { "type": "IfStatement", - "start": 9264, - "end": 9520, + "start": 9447, + "end": 9703, "loc": { "start": { - "line": 239, + "line": 244, "column": 19 }, "end": { - "line": 243, + "line": 248, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 9268, - "end": 9327, + "start": 9451, + "end": 9510, "loc": { "start": { - "line": 239, + "line": 244, "column": 23 }, "end": { - "line": 239, + "line": 244, "column": 82 } }, "left": { "type": "MemberExpression", - "start": 9268, - "end": 9313, + "start": 9451, + "end": 9496, "loc": { "start": { - "line": 239, + "line": 244, "column": 23 }, "end": { - "line": 239, + "line": 244, "column": 68 } }, "object": { "type": "MemberExpression", - "start": 9268, - "end": 9290, + "start": 9451, + "end": 9473, "loc": { "start": { - "line": 239, + "line": 244, "column": 23 }, "end": { - "line": 239, + "line": 244, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 9268, - "end": 9279, + "start": 9451, + "end": 9462, "loc": { "start": { - "line": 239, + "line": 244, "column": 23 }, "end": { - "line": 239, + "line": 244, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 9268, - "end": 9272, + "start": 9451, + "end": 9455, "loc": { "start": { - "line": 239, + "line": 244, "column": 23 }, "end": { - "line": 239, + "line": 244, "column": 27 } } }, "property": { "type": "Identifier", - "start": 9273, - "end": 9279, + "start": 9456, + "end": 9462, "loc": { "start": { - "line": 239, + "line": 244, "column": 28 }, "end": { - "line": 239, + "line": 244, "column": 34 }, "identifierName": "player" @@ -125115,15 +128109,15 @@ }, "property": { "type": "Identifier", - "start": 9280, - "end": 9290, + "start": 9463, + "end": 9473, "loc": { "start": { - "line": 239, + "line": 244, "column": 35 }, "end": { - "line": 239, + "line": 244, "column": 45 }, "identifierName": "controlBar" @@ -125134,15 +128128,15 @@ }, "property": { "type": "Identifier", - "start": 9291, - "end": 9313, + "start": 9474, + "end": 9496, "loc": { "start": { - "line": 239, + "line": 244, "column": 46 }, "end": { - "line": 239, + "line": 244, "column": 68 }, "identifierName": "pictureInPictureToggle" @@ -125154,15 +128148,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 9318, - "end": 9327, + "start": 9501, + "end": 9510, "loc": { "start": { - "line": 239, + "line": 244, "column": 73 }, "end": { - "line": 239, + "line": 244, "column": 82 }, "identifierName": "undefined" @@ -125172,87 +128166,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 9329, - "end": 9520, + "start": 9512, + "end": 9703, "loc": { "start": { - "line": 239, + "line": 244, "column": 84 }, "end": { - "line": 243, + "line": 248, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 9390, - "end": 9460, + "start": 9573, + "end": 9643, "loc": { "start": { - "line": 241, + "line": 246, "column": 16 }, "end": { - "line": 241, + "line": 246, "column": 86 } }, "expression": { "type": "AssignmentExpression", - "start": 9390, - "end": 9459, + "start": 9573, + "end": 9642, "loc": { "start": { - "line": 241, + "line": 246, "column": 16 }, "end": { - "line": 241, + "line": 246, "column": 85 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 9390, - "end": 9411, + "start": 9573, + "end": 9594, "loc": { "start": { - "line": 241, + "line": 246, "column": 16 }, "end": { - "line": 241, + "line": 246, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 9390, - "end": 9401, + "start": 9573, + "end": 9584, "loc": { "start": { - "line": 241, + "line": 246, "column": 16 }, "end": { - "line": 241, + "line": 246, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 9390, - "end": 9394, + "start": 9573, + "end": 9577, "loc": { "start": { - "line": 241, + "line": 246, "column": 16 }, "end": { - "line": 241, + "line": 246, "column": 20 } }, @@ -125260,15 +128254,15 @@ }, "property": { "type": "Identifier", - "start": 9395, - "end": 9401, + "start": 9578, + "end": 9584, "loc": { "start": { - "line": 241, + "line": 246, "column": 21 }, "end": { - "line": 241, + "line": 246, "column": 27 }, "identifierName": "player" @@ -125280,15 +128274,15 @@ }, "property": { "type": "Identifier", - "start": 9402, - "end": 9411, + "start": 9585, + "end": 9594, "loc": { "start": { - "line": 241, + "line": 246, "column": 28 }, "end": { - "line": 241, + "line": 246, "column": 37 }, "identifierName": "pipToggle" @@ -125300,72 +128294,72 @@ }, "right": { "type": "MemberExpression", - "start": 9414, - "end": 9459, + "start": 9597, + "end": 9642, "loc": { "start": { - "line": 241, + "line": 246, "column": 40 }, "end": { - "line": 241, + "line": 246, "column": 85 } }, "object": { "type": "MemberExpression", - "start": 9414, - "end": 9436, + "start": 9597, + "end": 9619, "loc": { "start": { - "line": 241, + "line": 246, "column": 40 }, "end": { - "line": 241, + "line": 246, "column": 62 } }, "object": { "type": "MemberExpression", - "start": 9414, - "end": 9425, + "start": 9597, + "end": 9608, "loc": { "start": { - "line": 241, + "line": 246, "column": 40 }, "end": { - "line": 241, + "line": 246, "column": 51 } }, "object": { "type": "ThisExpression", - "start": 9414, - "end": 9418, + "start": 9597, + "end": 9601, "loc": { "start": { - "line": 241, + "line": 246, "column": 40 }, "end": { - "line": 241, + "line": 246, "column": 44 } } }, "property": { "type": "Identifier", - "start": 9419, - "end": 9425, + "start": 9602, + "end": 9608, "loc": { "start": { - "line": 241, + "line": 246, "column": 45 }, "end": { - "line": 241, + "line": 246, "column": 51 }, "identifierName": "player" @@ -125376,15 +128370,15 @@ }, "property": { "type": "Identifier", - "start": 9426, - "end": 9436, + "start": 9609, + "end": 9619, "loc": { "start": { - "line": 241, + "line": 246, "column": 52 }, "end": { - "line": 241, + "line": 246, "column": 62 }, "identifierName": "controlBar" @@ -125395,15 +128389,15 @@ }, "property": { "type": "Identifier", - "start": 9437, - "end": 9459, + "start": 9620, + "end": 9642, "loc": { "start": { - "line": 241, + "line": 246, "column": 63 }, "end": { - "line": 241, + "line": 246, "column": 85 }, "identifierName": "pictureInPictureToggle" @@ -125418,15 +128412,15 @@ { "type": "CommentLine", "value": " use video.js PiP toggle", - "start": 9347, - "end": 9373, + "start": 9530, + "end": 9556, "loc": { "start": { - "line": 240, + "line": 245, "column": 16 }, "end": { - "line": 240, + "line": 245, "column": 42 } } @@ -125435,100 +128429,100 @@ }, { "type": "ExpressionStatement", - "start": 9477, - "end": 9506, + "start": 9660, + "end": 9689, "loc": { "start": { - "line": 242, + "line": 247, "column": 16 }, "end": { - "line": 242, + "line": 247, "column": 45 } }, "expression": { "type": "CallExpression", - "start": 9477, - "end": 9505, + "start": 9660, + "end": 9688, "loc": { "start": { - "line": 242, + "line": 247, "column": 16 }, "end": { - "line": 242, + "line": 247, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 9477, - "end": 9503, + "start": 9660, + "end": 9686, "loc": { "start": { - "line": 242, + "line": 247, "column": 16 }, "end": { - "line": 242, + "line": 247, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 9477, - "end": 9498, + "start": 9660, + "end": 9681, "loc": { "start": { - "line": 242, + "line": 247, "column": 16 }, "end": { - "line": 242, + "line": 247, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 9477, - "end": 9488, + "start": 9660, + "end": 9671, "loc": { "start": { - "line": 242, + "line": 247, "column": 16 }, "end": { - "line": 242, + "line": 247, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 9477, - "end": 9481, + "start": 9660, + "end": 9664, "loc": { "start": { - "line": 242, + "line": 247, "column": 16 }, "end": { - "line": 242, + "line": 247, "column": 20 } } }, "property": { "type": "Identifier", - "start": 9482, - "end": 9488, + "start": 9665, + "end": 9671, "loc": { "start": { - "line": 242, + "line": 247, "column": 21 }, "end": { - "line": 242, + "line": 247, "column": 27 }, "identifierName": "player" @@ -125539,15 +128533,15 @@ }, "property": { "type": "Identifier", - "start": 9489, - "end": 9498, + "start": 9672, + "end": 9681, "loc": { "start": { - "line": 242, + "line": 247, "column": 28 }, "end": { - "line": 242, + "line": 247, "column": 37 }, "identifierName": "pipToggle" @@ -125558,15 +128552,15 @@ }, "property": { "type": "Identifier", - "start": 9499, - "end": 9503, + "start": 9682, + "end": 9686, "loc": { "start": { - "line": 242, + "line": 247, "column": 38 }, "end": { - "line": 242, + "line": 247, "column": 42 }, "identifierName": "hide" @@ -125593,15 +128587,15 @@ { "type": "CommentLine", "value": " picture-in-picture", - "start": 8930, - "end": 8951, + "start": 9113, + "end": 9134, "loc": { "start": { - "line": 233, + "line": 238, "column": 8 }, "end": { - "line": 233, + "line": 238, "column": 29 } } @@ -125611,15 +128605,15 @@ { "type": "CommentLine", "value": " get rid of unused controls", - "start": 9540, - "end": 9569, + "start": 9723, + "end": 9752, "loc": { "start": { - "line": 246, + "line": 251, "column": 8 }, "end": { - "line": 246, + "line": 251, "column": 37 } } @@ -125628,85 +128622,85 @@ }, { "type": "IfStatement", - "start": 9578, - "end": 9737, + "start": 9761, + "end": 9920, "loc": { "start": { - "line": 247, + "line": 252, "column": 8 }, "end": { - "line": 249, + "line": 254, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 9582, - "end": 9639, + "start": 9765, + "end": 9822, "loc": { "start": { - "line": 247, + "line": 252, "column": 12 }, "end": { - "line": 247, + "line": 252, "column": 69 } }, "left": { "type": "MemberExpression", - "start": 9582, - "end": 9625, + "start": 9765, + "end": 9808, "loc": { "start": { - "line": 247, + "line": 252, "column": 12 }, "end": { - "line": 247, + "line": 252, "column": 55 } }, "object": { "type": "MemberExpression", - "start": 9582, - "end": 9604, + "start": 9765, + "end": 9787, "loc": { "start": { - "line": 247, + "line": 252, "column": 12 }, "end": { - "line": 247, + "line": 252, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 9582, - "end": 9593, + "start": 9765, + "end": 9776, "loc": { "start": { - "line": 247, + "line": 252, "column": 12 }, "end": { - "line": 247, + "line": 252, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 9582, - "end": 9586, + "start": 9765, + "end": 9769, "loc": { "start": { - "line": 247, + "line": 252, "column": 12 }, "end": { - "line": 247, + "line": 252, "column": 16 } }, @@ -125714,15 +128708,15 @@ }, "property": { "type": "Identifier", - "start": 9587, - "end": 9593, + "start": 9770, + "end": 9776, "loc": { "start": { - "line": 247, + "line": 252, "column": 17 }, "end": { - "line": 247, + "line": 252, "column": 23 }, "identifierName": "player" @@ -125734,15 +128728,15 @@ }, "property": { "type": "Identifier", - "start": 9594, - "end": 9604, + "start": 9777, + "end": 9787, "loc": { "start": { - "line": 247, + "line": 252, "column": 24 }, "end": { - "line": 247, + "line": 252, "column": 34 }, "identifierName": "controlBar" @@ -125754,15 +128748,15 @@ }, "property": { "type": "Identifier", - "start": 9605, - "end": 9625, + "start": 9788, + "end": 9808, "loc": { "start": { - "line": 247, + "line": 252, "column": 35 }, "end": { - "line": 247, + "line": 252, "column": 55 }, "identifierName": "remainingTimeDisplay" @@ -125775,15 +128769,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 9630, - "end": 9639, + "start": 9813, + "end": 9822, "loc": { "start": { - "line": 247, + "line": 252, "column": 60 }, "end": { - "line": 247, + "line": 252, "column": 69 }, "identifierName": "undefined" @@ -125794,172 +128788,172 @@ }, "consequent": { "type": "BlockStatement", - "start": 9641, - "end": 9737, + "start": 9824, + "end": 9920, "loc": { "start": { - "line": 247, + "line": 252, "column": 71 }, "end": { - "line": 249, + "line": 254, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 9655, - "end": 9727, + "start": 9838, + "end": 9910, "loc": { "start": { - "line": 248, + "line": 253, "column": 12 }, "end": { - "line": 248, + "line": 253, "column": 84 } }, "expression": { "type": "AssignmentExpression", - "start": 9655, - "end": 9726, + "start": 9838, + "end": 9909, "loc": { "start": { - "line": 248, + "line": 253, "column": 12 }, "end": { - "line": 248, + "line": 253, "column": 83 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 9655, - "end": 9717, + "start": 9838, + "end": 9900, "loc": { "start": { - "line": 248, + "line": 253, "column": 12 }, "end": { - "line": 248, + "line": 253, "column": 74 } }, "object": { "type": "MemberExpression", - "start": 9655, - "end": 9709, + "start": 9838, + "end": 9892, "loc": { "start": { - "line": 248, + "line": 253, "column": 12 }, "end": { - "line": 248, + "line": 253, "column": 66 } }, "object": { "type": "CallExpression", - "start": 9655, - "end": 9703, + "start": 9838, + "end": 9886, "loc": { "start": { - "line": 248, + "line": 253, "column": 12 }, "end": { - "line": 248, + "line": 253, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 9655, - "end": 9701, + "start": 9838, + "end": 9884, "loc": { "start": { - "line": 248, + "line": 253, "column": 12 }, "end": { - "line": 248, + "line": 253, "column": 58 } }, "object": { "type": "MemberExpression", - "start": 9655, - "end": 9698, + "start": 9838, + "end": 9881, "loc": { "start": { - "line": 248, + "line": 253, "column": 12 }, "end": { - "line": 248, + "line": 253, "column": 55 } }, "object": { "type": "MemberExpression", - "start": 9655, - "end": 9677, + "start": 9838, + "end": 9860, "loc": { "start": { - "line": 248, + "line": 253, "column": 12 }, "end": { - "line": 248, + "line": 253, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 9655, - "end": 9666, + "start": 9838, + "end": 9849, "loc": { "start": { - "line": 248, + "line": 253, "column": 12 }, "end": { - "line": 248, + "line": 253, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 9655, - "end": 9659, + "start": 9838, + "end": 9842, "loc": { "start": { - "line": 248, + "line": 253, "column": 12 }, "end": { - "line": 248, + "line": 253, "column": 16 } } }, "property": { "type": "Identifier", - "start": 9660, - "end": 9666, + "start": 9843, + "end": 9849, "loc": { "start": { - "line": 248, + "line": 253, "column": 17 }, "end": { - "line": 248, + "line": 253, "column": 23 }, "identifierName": "player" @@ -125970,15 +128964,15 @@ }, "property": { "type": "Identifier", - "start": 9667, - "end": 9677, + "start": 9850, + "end": 9860, "loc": { "start": { - "line": 248, + "line": 253, "column": 24 }, "end": { - "line": 248, + "line": 253, "column": 34 }, "identifierName": "controlBar" @@ -125989,15 +128983,15 @@ }, "property": { "type": "Identifier", - "start": 9678, - "end": 9698, + "start": 9861, + "end": 9881, "loc": { "start": { - "line": 248, + "line": 253, "column": 35 }, "end": { - "line": 248, + "line": 253, "column": 55 }, "identifierName": "remainingTimeDisplay" @@ -126008,15 +129002,15 @@ }, "property": { "type": "Identifier", - "start": 9699, - "end": 9701, + "start": 9882, + "end": 9884, "loc": { "start": { - "line": 248, + "line": 253, "column": 56 }, "end": { - "line": 248, + "line": 253, "column": 58 }, "identifierName": "el" @@ -126029,15 +129023,15 @@ }, "property": { "type": "Identifier", - "start": 9704, - "end": 9709, + "start": 9887, + "end": 9892, "loc": { "start": { - "line": 248, + "line": 253, "column": 61 }, "end": { - "line": 248, + "line": 253, "column": 66 }, "identifierName": "style" @@ -126048,15 +129042,15 @@ }, "property": { "type": "Identifier", - "start": 9710, - "end": 9717, + "start": 9893, + "end": 9900, "loc": { "start": { - "line": 248, + "line": 253, "column": 67 }, "end": { - "line": 248, + "line": 253, "column": 74 }, "identifierName": "display" @@ -126067,15 +129061,15 @@ }, "right": { "type": "StringLiteral", - "start": 9720, - "end": 9726, + "start": 9903, + "end": 9909, "loc": { "start": { - "line": 248, + "line": 253, "column": 77 }, "end": { - "line": 248, + "line": 253, "column": 83 } }, @@ -126095,15 +129089,15 @@ { "type": "CommentLine", "value": " get rid of unused controls", - "start": 9540, - "end": 9569, + "start": 9723, + "end": 9752, "loc": { "start": { - "line": 246, + "line": 251, "column": 8 }, "end": { - "line": 246, + "line": 251, "column": 37 } } @@ -126112,100 +129106,100 @@ }, { "type": "IfStatement", - "start": 9746, - "end": 9887, + "start": 9929, + "end": 10070, "loc": { "start": { - "line": 250, + "line": 255, "column": 8 }, "end": { - "line": 252, + "line": 257, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 9750, - "end": 9798, + "start": 9933, + "end": 9981, "loc": { "start": { - "line": 250, + "line": 255, "column": 12 }, "end": { - "line": 250, + "line": 255, "column": 60 } }, "left": { "type": "MemberExpression", - "start": 9750, - "end": 9784, + "start": 9933, + "end": 9967, "loc": { "start": { - "line": 250, + "line": 255, "column": 12 }, "end": { - "line": 250, + "line": 255, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 9750, - "end": 9772, + "start": 9933, + "end": 9955, "loc": { "start": { - "line": 250, + "line": 255, "column": 12 }, "end": { - "line": 250, + "line": 255, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 9750, - "end": 9761, + "start": 9933, + "end": 9944, "loc": { "start": { - "line": 250, + "line": 255, "column": 12 }, "end": { - "line": 250, + "line": 255, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 9750, - "end": 9754, + "start": 9933, + "end": 9937, "loc": { "start": { - "line": 250, + "line": 255, "column": 12 }, "end": { - "line": 250, + "line": 255, "column": 16 } } }, "property": { "type": "Identifier", - "start": 9755, - "end": 9761, + "start": 9938, + "end": 9944, "loc": { "start": { - "line": 250, + "line": 255, "column": 17 }, "end": { - "line": 250, + "line": 255, "column": 23 }, "identifierName": "player" @@ -126216,15 +129210,15 @@ }, "property": { "type": "Identifier", - "start": 9762, - "end": 9772, + "start": 9945, + "end": 9955, "loc": { "start": { - "line": 250, + "line": 255, "column": 24 }, "end": { - "line": 250, + "line": 255, "column": 34 }, "identifierName": "controlBar" @@ -126235,15 +129229,15 @@ }, "property": { "type": "Identifier", - "start": 9773, - "end": 9784, + "start": 9956, + "end": 9967, "loc": { "start": { - "line": 250, + "line": 255, "column": 35 }, "end": { - "line": 250, + "line": 255, "column": 46 }, "identifierName": "liveDisplay" @@ -126255,15 +129249,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 9789, - "end": 9798, + "start": 9972, + "end": 9981, "loc": { "start": { - "line": 250, + "line": 255, "column": 51 }, "end": { - "line": 250, + "line": 255, "column": 60 }, "identifierName": "undefined" @@ -126273,172 +129267,172 @@ }, "consequent": { "type": "BlockStatement", - "start": 9800, - "end": 9887, + "start": 9983, + "end": 10070, "loc": { "start": { - "line": 250, + "line": 255, "column": 62 }, "end": { - "line": 252, + "line": 257, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 9814, - "end": 9877, + "start": 9997, + "end": 10060, "loc": { "start": { - "line": 251, + "line": 256, "column": 12 }, "end": { - "line": 251, + "line": 256, "column": 75 } }, "expression": { "type": "AssignmentExpression", - "start": 9814, - "end": 9876, + "start": 9997, + "end": 10059, "loc": { "start": { - "line": 251, + "line": 256, "column": 12 }, "end": { - "line": 251, + "line": 256, "column": 74 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 9814, - "end": 9867, + "start": 9997, + "end": 10050, "loc": { "start": { - "line": 251, + "line": 256, "column": 12 }, "end": { - "line": 251, + "line": 256, "column": 65 } }, "object": { "type": "MemberExpression", - "start": 9814, - "end": 9859, + "start": 9997, + "end": 10042, "loc": { "start": { - "line": 251, + "line": 256, "column": 12 }, "end": { - "line": 251, + "line": 256, "column": 57 } }, "object": { "type": "CallExpression", - "start": 9814, - "end": 9853, + "start": 9997, + "end": 10036, "loc": { "start": { - "line": 251, + "line": 256, "column": 12 }, "end": { - "line": 251, + "line": 256, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 9814, - "end": 9851, + "start": 9997, + "end": 10034, "loc": { "start": { - "line": 251, + "line": 256, "column": 12 }, "end": { - "line": 251, + "line": 256, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 9814, - "end": 9848, + "start": 9997, + "end": 10031, "loc": { "start": { - "line": 251, + "line": 256, "column": 12 }, "end": { - "line": 251, + "line": 256, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 9814, - "end": 9836, + "start": 9997, + "end": 10019, "loc": { "start": { - "line": 251, + "line": 256, "column": 12 }, "end": { - "line": 251, + "line": 256, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 9814, - "end": 9825, + "start": 9997, + "end": 10008, "loc": { "start": { - "line": 251, + "line": 256, "column": 12 }, "end": { - "line": 251, + "line": 256, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 9814, - "end": 9818, + "start": 9997, + "end": 10001, "loc": { "start": { - "line": 251, + "line": 256, "column": 12 }, "end": { - "line": 251, + "line": 256, "column": 16 } } }, "property": { "type": "Identifier", - "start": 9819, - "end": 9825, + "start": 10002, + "end": 10008, "loc": { "start": { - "line": 251, + "line": 256, "column": 17 }, "end": { - "line": 251, + "line": 256, "column": 23 }, "identifierName": "player" @@ -126449,15 +129443,15 @@ }, "property": { "type": "Identifier", - "start": 9826, - "end": 9836, + "start": 10009, + "end": 10019, "loc": { "start": { - "line": 251, + "line": 256, "column": 24 }, "end": { - "line": 251, + "line": 256, "column": 34 }, "identifierName": "controlBar" @@ -126468,15 +129462,15 @@ }, "property": { "type": "Identifier", - "start": 9837, - "end": 9848, + "start": 10020, + "end": 10031, "loc": { "start": { - "line": 251, + "line": 256, "column": 35 }, "end": { - "line": 251, + "line": 256, "column": 46 }, "identifierName": "liveDisplay" @@ -126487,15 +129481,15 @@ }, "property": { "type": "Identifier", - "start": 9849, - "end": 9851, + "start": 10032, + "end": 10034, "loc": { "start": { - "line": 251, + "line": 256, "column": 47 }, "end": { - "line": 251, + "line": 256, "column": 49 }, "identifierName": "el" @@ -126508,15 +129502,15 @@ }, "property": { "type": "Identifier", - "start": 9854, - "end": 9859, + "start": 10037, + "end": 10042, "loc": { "start": { - "line": 251, + "line": 256, "column": 52 }, "end": { - "line": 251, + "line": 256, "column": 57 }, "identifierName": "style" @@ -126527,15 +129521,15 @@ }, "property": { "type": "Identifier", - "start": 9860, - "end": 9867, + "start": 10043, + "end": 10050, "loc": { "start": { - "line": 251, + "line": 256, "column": 58 }, "end": { - "line": 251, + "line": 256, "column": 65 }, "identifierName": "display" @@ -126546,15 +129540,15 @@ }, "right": { "type": "StringLiteral", - "start": 9870, - "end": 9876, + "start": 10053, + "end": 10059, "loc": { "start": { - "line": 251, + "line": 256, "column": 68 }, "end": { - "line": 251, + "line": 256, "column": 74 } }, @@ -126575,15 +129569,15 @@ { "type": "CommentLine", "value": " loop feature is never used in this plugin", - "start": 9897, - "end": 9941, + "start": 10080, + "end": 10124, "loc": { "start": { - "line": 254, + "line": 259, "column": 8 }, "end": { - "line": 254, + "line": 259, "column": 52 } } @@ -126592,71 +129586,71 @@ }, { "type": "ExpressionStatement", - "start": 9950, - "end": 9974, + "start": 10133, + "end": 10157, "loc": { "start": { - "line": 255, + "line": 260, "column": 8 }, "end": { - "line": 255, + "line": 260, "column": 32 } }, "expression": { "type": "CallExpression", - "start": 9950, - "end": 9973, + "start": 10133, + "end": 10156, "loc": { "start": { - "line": 255, + "line": 260, "column": 8 }, "end": { - "line": 255, + "line": 260, "column": 31 } }, "callee": { "type": "MemberExpression", - "start": 9950, - "end": 9966, + "start": 10133, + "end": 10149, "loc": { "start": { - "line": 255, + "line": 260, "column": 8 }, "end": { - "line": 255, + "line": 260, "column": 24 } }, "object": { "type": "MemberExpression", - "start": 9950, - "end": 9961, + "start": 10133, + "end": 10144, "loc": { "start": { - "line": 255, + "line": 260, "column": 8 }, "end": { - "line": 255, + "line": 260, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 9950, - "end": 9954, + "start": 10133, + "end": 10137, "loc": { "start": { - "line": 255, + "line": 260, "column": 8 }, "end": { - "line": 255, + "line": 260, "column": 12 } }, @@ -126664,15 +129658,15 @@ }, "property": { "type": "Identifier", - "start": 9955, - "end": 9961, + "start": 10138, + "end": 10144, "loc": { "start": { - "line": 255, + "line": 260, "column": 13 }, "end": { - "line": 255, + "line": 260, "column": 19 }, "identifierName": "player" @@ -126684,15 +129678,15 @@ }, "property": { "type": "Identifier", - "start": 9962, - "end": 9966, + "start": 10145, + "end": 10149, "loc": { "start": { - "line": 255, + "line": 260, "column": 20 }, "end": { - "line": 255, + "line": 260, "column": 24 }, "identifierName": "loop" @@ -126705,15 +129699,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 9967, - "end": 9972, + "start": 10150, + "end": 10155, "loc": { "start": { - "line": 255, + "line": 260, "column": 25 }, "end": { - "line": 255, + "line": 260, "column": 30 } }, @@ -126726,15 +129720,15 @@ { "type": "CommentLine", "value": " loop feature is never used in this plugin", - "start": 9897, - "end": 9941, + "start": 10080, + "end": 10124, "loc": { "start": { - "line": 254, + "line": 259, "column": 8 }, "end": { - "line": 254, + "line": 259, "column": 52 } } @@ -126744,15 +129738,15 @@ { "type": "CommentLine", "value": " tweak player UI based on type", - "start": 9984, - "end": 10016, + "start": 10167, + "end": 10199, "loc": { "start": { - "line": 257, + "line": 262, "column": 8 }, "end": { - "line": 257, + "line": 262, "column": 40 } } @@ -126761,57 +129755,57 @@ }, { "type": "SwitchStatement", - "start": 10025, - "end": 12367, + "start": 10208, + "end": 12635, "loc": { "start": { - "line": 258, + "line": 263, "column": 8 }, "end": { - "line": 313, + "line": 320, "column": 9 } }, "discriminant": { "type": "CallExpression", - "start": 10033, - "end": 10053, + "start": 10216, + "end": 10236, "loc": { "start": { - "line": 258, + "line": 263, "column": 16 }, "end": { - "line": 258, + "line": 263, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 10033, - "end": 10051, + "start": 10216, + "end": 10234, "loc": { "start": { - "line": 258, + "line": 263, "column": 16 }, "end": { - "line": 258, + "line": 263, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 10033, - "end": 10037, + "start": 10216, + "end": 10220, "loc": { "start": { - "line": 258, + "line": 263, "column": 16 }, "end": { - "line": 258, + "line": 263, "column": 20 } }, @@ -126819,15 +129813,15 @@ }, "property": { "type": "Identifier", - "start": 10038, - "end": 10051, + "start": 10221, + "end": 10234, "loc": { "start": { - "line": 258, + "line": 263, "column": 21 }, "end": { - "line": 258, + "line": 263, "column": 34 }, "identifierName": "getRecordType" @@ -126843,73 +129837,73 @@ "cases": [ { "type": "SwitchCase", - "start": 10069, - "end": 10222, + "start": 10252, + "end": 10405, "loc": { "start": { - "line": 259, + "line": 264, "column": 12 }, "end": { - "line": 262, + "line": 267, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 10160, - "end": 10199, + "start": 10343, + "end": 10382, "loc": { "start": { - "line": 261, + "line": 266, "column": 16 }, "end": { - "line": 261, + "line": 266, "column": 55 } }, "expression": { "type": "AssignmentExpression", - "start": 10160, - "end": 10198, + "start": 10343, + "end": 10381, "loc": { "start": { - "line": 261, + "line": 266, "column": 16 }, "end": { - "line": 261, + "line": 266, "column": 54 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 10160, - "end": 10171, + "start": 10343, + "end": 10354, "loc": { "start": { - "line": 261, + "line": 266, "column": 16 }, "end": { - "line": 261, + "line": 266, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 10160, - "end": 10164, + "start": 10343, + "end": 10347, "loc": { "start": { - "line": 261, + "line": 266, "column": 16 }, "end": { - "line": 261, + "line": 266, "column": 20 } }, @@ -126917,15 +129911,15 @@ }, "property": { "type": "Identifier", - "start": 10165, - "end": 10171, + "start": 10348, + "end": 10354, "loc": { "start": { - "line": 261, + "line": 266, "column": 21 }, "end": { - "line": 261, + "line": 266, "column": 27 }, "identifierName": "surfer" @@ -126937,72 +129931,72 @@ }, "right": { "type": "CallExpression", - "start": 10174, - "end": 10198, + "start": 10357, + "end": 10381, "loc": { "start": { - "line": 261, + "line": 266, "column": 30 }, "end": { - "line": 261, + "line": 266, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 10174, - "end": 10196, + "start": 10357, + "end": 10379, "loc": { "start": { - "line": 261, + "line": 266, "column": 30 }, "end": { - "line": 261, + "line": 266, "column": 52 } }, "object": { "type": "MemberExpression", - "start": 10174, - "end": 10185, + "start": 10357, + "end": 10368, "loc": { "start": { - "line": 261, + "line": 266, "column": 30 }, "end": { - "line": 261, + "line": 266, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 10174, - "end": 10178, + "start": 10357, + "end": 10361, "loc": { "start": { - "line": 261, + "line": 266, "column": 30 }, "end": { - "line": 261, + "line": 266, "column": 34 } } }, "property": { "type": "Identifier", - "start": 10179, - "end": 10185, + "start": 10362, + "end": 10368, "loc": { "start": { - "line": 261, + "line": 266, "column": 35 }, "end": { - "line": 261, + "line": 266, "column": 41 }, "identifierName": "player" @@ -127013,15 +130007,15 @@ }, "property": { "type": "Identifier", - "start": 10186, - "end": 10196, + "start": 10369, + "end": 10379, "loc": { "start": { - "line": 261, + "line": 266, "column": 42 }, "end": { - "line": 261, + "line": 266, "column": 52 }, "identifierName": "wavesurfer" @@ -127038,15 +130032,15 @@ { "type": "CommentLine", "value": " reference to videojs-wavesurfer plugin", - "start": 10102, - "end": 10143, + "start": 10285, + "end": 10326, "loc": { "start": { - "line": 260, + "line": 265, "column": 16 }, "end": { - "line": 260, + "line": 265, "column": 57 } } @@ -127055,15 +130049,15 @@ }, { "type": "BreakStatement", - "start": 10216, - "end": 10222, + "start": 10399, + "end": 10405, "loc": { "start": { - "line": 262, + "line": 267, "column": 16 }, "end": { - "line": 262, + "line": 267, "column": 22 } }, @@ -127072,15 +130066,15 @@ ], "test": { "type": "Identifier", - "start": 10074, - "end": 10084, + "start": 10257, + "end": 10267, "loc": { "start": { - "line": 259, + "line": 264, "column": 17 }, "end": { - "line": 259, + "line": 264, "column": 27 }, "identifierName": "AUDIO_ONLY" @@ -127090,30 +130084,30 @@ }, { "type": "SwitchCase", - "start": 10236, - "end": 10252, + "start": 10419, + "end": 10435, "loc": { "start": { - "line": 264, + "line": 269, "column": 12 }, "end": { - "line": 264, + "line": 269, "column": 28 } }, "consequent": [], "test": { "type": "Identifier", - "start": 10241, - "end": 10251, + "start": 10424, + "end": 10434, "loc": { "start": { - "line": 264, + "line": 269, "column": 17 }, "end": { - "line": 264, + "line": 269, "column": 27 }, "identifierName": "IMAGE_ONLY" @@ -127123,30 +130117,30 @@ }, { "type": "SwitchCase", - "start": 10265, - "end": 10281, + "start": 10448, + "end": 10464, "loc": { "start": { - "line": 265, + "line": 270, "column": 12 }, "end": { - "line": 265, + "line": 270, "column": 28 } }, "consequent": [], "test": { "type": "Identifier", - "start": 10270, - "end": 10280, + "start": 10453, + "end": 10463, "loc": { "start": { - "line": 265, + "line": 270, "column": 17 }, "end": { - "line": 265, + "line": 270, "column": 27 }, "identifierName": "VIDEO_ONLY" @@ -127156,30 +130150,30 @@ }, { "type": "SwitchCase", - "start": 10294, - "end": 10311, + "start": 10477, + "end": 10494, "loc": { "start": { - "line": 266, + "line": 271, "column": 12 }, "end": { - "line": 266, + "line": 271, "column": 29 } }, "consequent": [], "test": { "type": "Identifier", - "start": 10299, - "end": 10310, + "start": 10482, + "end": 10493, "loc": { "start": { - "line": 266, + "line": 271, "column": 17 }, "end": { - "line": 266, + "line": 271, "column": 28 }, "identifierName": "AUDIO_VIDEO" @@ -127189,30 +130183,30 @@ }, { "type": "SwitchCase", - "start": 10324, - "end": 10339, + "start": 10507, + "end": 10522, "loc": { "start": { - "line": 267, + "line": 272, "column": 12 }, "end": { - "line": 267, + "line": 272, "column": 27 } }, "consequent": [], "test": { "type": "Identifier", - "start": 10329, - "end": 10338, + "start": 10512, + "end": 10521, "loc": { "start": { - "line": 267, + "line": 272, "column": 17 }, "end": { - "line": 267, + "line": 272, "column": 26 }, "identifierName": "ANIMATION" @@ -127222,30 +130216,30 @@ }, { "type": "SwitchCase", - "start": 10352, - "end": 10369, + "start": 10535, + "end": 10552, "loc": { "start": { - "line": 268, + "line": 273, "column": 12 }, "end": { - "line": 268, + "line": 273, "column": 29 } }, "consequent": [], "test": { "type": "Identifier", - "start": 10357, - "end": 10368, + "start": 10540, + "end": 10551, "loc": { "start": { - "line": 268, + "line": 273, "column": 17 }, "end": { - "line": 268, + "line": 273, "column": 28 }, "identifierName": "SCREEN_ONLY" @@ -127255,181 +130249,329 @@ }, { "type": "SwitchCase", - "start": 10382, - "end": 12357, + "start": 10565, + "end": 12625, "loc": { "start": { - "line": 269, + "line": 274, "column": 12 }, "end": { - "line": 312, + "line": 319, "column": 22 } }, "consequent": [ { - "type": "ExpressionStatement", - "start": 10455, - "end": 10488, + "type": "IfStatement", + "start": 10638, + "end": 10756, "loc": { "start": { - "line": 271, + "line": 276, "column": 16 }, "end": { - "line": 271, - "column": 49 + "line": 278, + "column": 17 } }, - "expression": { - "type": "CallExpression", - "start": 10455, - "end": 10487, + "test": { + "type": "BinaryExpression", + "start": 10642, + "end": 10681, "loc": { "start": { - "line": 271, - "column": 16 + "line": 276, + "column": 20 }, "end": { - "line": 271, - "column": 48 + "line": 276, + "column": 59 } }, - "callee": { + "left": { "type": "MemberExpression", - "start": 10455, - "end": 10485, + "start": 10642, + "end": 10667, "loc": { "start": { - "line": 271, - "column": 16 + "line": 276, + "column": 20 }, "end": { - "line": 271, - "column": 46 + "line": 276, + "column": 45 } }, "object": { "type": "MemberExpression", - "start": 10455, - "end": 10480, + "start": 10642, + "end": 10653, "loc": { "start": { - "line": 271, - "column": 16 + "line": 276, + "column": 20 }, "end": { - "line": 271, - "column": 41 + "line": 276, + "column": 31 } }, "object": { - "type": "MemberExpression", - "start": 10455, - "end": 10466, + "type": "ThisExpression", + "start": 10642, + "end": 10646, "loc": { "start": { - "line": 271, - "column": 16 + "line": 276, + "column": 20 }, "end": { - "line": 271, - "column": 27 + "line": 276, + "column": 24 } }, - "object": { - "type": "ThisExpression", - "start": 10455, - "end": 10459, - "loc": { - "start": { - "line": 271, - "column": 16 - }, - "end": { - "line": 271, - "column": 20 - } - }, - "leadingComments": null - }, - "property": { - "type": "Identifier", - "start": 10460, - "end": 10466, - "loc": { - "start": { - "line": 271, - "column": 21 - }, - "end": { - "line": 271, - "column": 27 - }, - "identifierName": "player" - }, - "name": "player" - }, - "computed": false, "leadingComments": null }, "property": { "type": "Identifier", - "start": 10467, - "end": 10480, + "start": 10647, + "end": 10653, "loc": { "start": { - "line": 271, - "column": 28 + "line": 276, + "column": 25 }, "end": { - "line": 271, - "column": 41 + "line": 276, + "column": 31 }, - "identifierName": "bigPlayButton" + "identifierName": "player" }, - "name": "bigPlayButton" + "name": "player" }, "computed": false, "leadingComments": null }, "property": { "type": "Identifier", - "start": 10481, - "end": 10485, + "start": 10654, + "end": 10667, "loc": { "start": { - "line": 271, - "column": 42 + "line": 276, + "column": 32 }, "end": { - "line": 271, - "column": 46 + "line": 276, + "column": 45 }, - "identifierName": "hide" + "identifierName": "bigPlayButton" }, - "name": "hide" + "name": "bigPlayButton" }, "computed": false, "leadingComments": null }, - "arguments": [], + "operator": "!==", + "right": { + "type": "Identifier", + "start": 10672, + "end": 10681, + "loc": { + "start": { + "line": 276, + "column": 50 + }, + "end": { + "line": 276, + "column": 59 + }, + "identifierName": "undefined" + }, + "name": "undefined" + }, "leadingComments": null }, + "consequent": { + "type": "BlockStatement", + "start": 10683, + "end": 10756, + "loc": { + "start": { + "line": 276, + "column": 61 + }, + "end": { + "line": 278, + "column": 17 + } + }, + "body": [ + { + "type": "ExpressionStatement", + "start": 10705, + "end": 10738, + "loc": { + "start": { + "line": 277, + "column": 20 + }, + "end": { + "line": 277, + "column": 53 + } + }, + "expression": { + "type": "CallExpression", + "start": 10705, + "end": 10737, + "loc": { + "start": { + "line": 277, + "column": 20 + }, + "end": { + "line": 277, + "column": 52 + } + }, + "callee": { + "type": "MemberExpression", + "start": 10705, + "end": 10735, + "loc": { + "start": { + "line": 277, + "column": 20 + }, + "end": { + "line": 277, + "column": 50 + } + }, + "object": { + "type": "MemberExpression", + "start": 10705, + "end": 10730, + "loc": { + "start": { + "line": 277, + "column": 20 + }, + "end": { + "line": 277, + "column": 45 + } + }, + "object": { + "type": "MemberExpression", + "start": 10705, + "end": 10716, + "loc": { + "start": { + "line": 277, + "column": 20 + }, + "end": { + "line": 277, + "column": 31 + } + }, + "object": { + "type": "ThisExpression", + "start": 10705, + "end": 10709, + "loc": { + "start": { + "line": 277, + "column": 20 + }, + "end": { + "line": 277, + "column": 24 + } + } + }, + "property": { + "type": "Identifier", + "start": 10710, + "end": 10716, + "loc": { + "start": { + "line": 277, + "column": 25 + }, + "end": { + "line": 277, + "column": 31 + }, + "identifierName": "player" + }, + "name": "player" + }, + "computed": false + }, + "property": { + "type": "Identifier", + "start": 10717, + "end": 10730, + "loc": { + "start": { + "line": 277, + "column": 32 + }, + "end": { + "line": 277, + "column": 45 + }, + "identifierName": "bigPlayButton" + }, + "name": "bigPlayButton" + }, + "computed": false + }, + "property": { + "type": "Identifier", + "start": 10731, + "end": 10735, + "loc": { + "start": { + "line": 277, + "column": 46 + }, + "end": { + "line": 277, + "column": 50 + }, + "identifierName": "hide" + }, + "name": "hide" + }, + "computed": false + }, + "arguments": [] + } + } + ], + "directives": [], + "trailingComments": null + }, + "alternate": null, "leadingComments": [ { "type": "CommentLine", "value": " customize controls", - "start": 10417, - "end": 10438, + "start": 10600, + "end": 10621, "loc": { "start": { - "line": 270, + "line": 275, "column": 16 }, "end": { - "line": 270, + "line": 275, "column": 37 } } @@ -127439,15 +130581,15 @@ { "type": "CommentLine", "value": " 'loadedmetadata' and 'loadstart' events reset the", - "start": 10506, - "end": 10558, + "start": 10774, + "end": 10826, "loc": { "start": { - "line": 273, + "line": 280, "column": 16 }, "end": { - "line": 273, + "line": 280, "column": 68 } } @@ -127455,15 +130597,15 @@ { "type": "CommentLine", "value": " durationDisplay for the first time: prevent this", - "start": 10575, - "end": 10626, + "start": 10843, + "end": 10894, "loc": { "start": { - "line": 274, + "line": 281, "column": 16 }, "end": { - "line": 274, + "line": 281, "column": 67 } } @@ -127472,71 +130614,71 @@ }, { "type": "ExpressionStatement", - "start": 10643, - "end": 10809, + "start": 10911, + "end": 11077, "loc": { "start": { - "line": 275, + "line": 282, "column": 16 }, "end": { - "line": 278, + "line": 285, "column": 19 } }, "expression": { "type": "CallExpression", - "start": 10643, - "end": 10808, + "start": 10911, + "end": 11076, "loc": { "start": { - "line": 275, + "line": 282, "column": 16 }, "end": { - "line": 278, + "line": 285, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 10643, - "end": 10658, + "start": 10911, + "end": 10926, "loc": { "start": { - "line": 275, + "line": 282, "column": 16 }, "end": { - "line": 275, + "line": 282, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 10643, - "end": 10654, + "start": 10911, + "end": 10922, "loc": { "start": { - "line": 275, + "line": 282, "column": 16 }, "end": { - "line": 275, + "line": 282, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 10643, - "end": 10647, + "start": 10911, + "end": 10915, "loc": { "start": { - "line": 275, + "line": 282, "column": 16 }, "end": { - "line": 275, + "line": 282, "column": 20 } }, @@ -127544,15 +130686,15 @@ }, "property": { "type": "Identifier", - "start": 10648, - "end": 10654, + "start": 10916, + "end": 10922, "loc": { "start": { - "line": 275, + "line": 282, "column": 21 }, "end": { - "line": 275, + "line": 282, "column": 27 }, "identifierName": "player" @@ -127564,15 +130706,15 @@ }, "property": { "type": "Identifier", - "start": 10655, - "end": 10658, + "start": 10923, + "end": 10926, "loc": { "start": { - "line": 275, + "line": 282, "column": 28 }, "end": { - "line": 275, + "line": 282, "column": 31 }, "identifierName": "one" @@ -127585,29 +130727,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 10659, - "end": 10679, + "start": 10927, + "end": 10947, "loc": { "start": { - "line": 275, + "line": 282, "column": 32 }, "end": { - "line": 275, + "line": 282, "column": 52 } }, "object": { "type": "Identifier", - "start": 10659, - "end": 10664, + "start": 10927, + "end": 10932, "loc": { "start": { - "line": 275, + "line": 282, "column": 32 }, "end": { - "line": 275, + "line": 282, "column": 37 }, "identifierName": "Event" @@ -127616,15 +130758,15 @@ }, "property": { "type": "Identifier", - "start": 10665, - "end": 10679, + "start": 10933, + "end": 10947, "loc": { "start": { - "line": 275, + "line": 282, "column": 38 }, "end": { - "line": 275, + "line": 282, "column": 52 }, "identifierName": "LOADEDMETADATA" @@ -127635,15 +130777,15 @@ }, { "type": "ArrowFunctionExpression", - "start": 10681, - "end": 10807, + "start": 10949, + "end": 11075, "loc": { "start": { - "line": 275, + "line": 282, "column": 54 }, "end": { - "line": 278, + "line": 285, "column": 17 } }, @@ -127654,72 +130796,72 @@ "params": [], "body": { "type": "BlockStatement", - "start": 10687, - "end": 10807, + "start": 10955, + "end": 11075, "loc": { "start": { - "line": 275, + "line": 282, "column": 60 }, "end": { - "line": 278, + "line": 285, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 10756, - "end": 10789, + "start": 11024, + "end": 11057, "loc": { "start": { - "line": 277, + "line": 284, "column": 20 }, "end": { - "line": 277, + "line": 284, "column": 53 } }, "expression": { "type": "CallExpression", - "start": 10756, - "end": 10788, + "start": 11024, + "end": 11056, "loc": { "start": { - "line": 277, + "line": 284, "column": 20 }, "end": { - "line": 277, + "line": 284, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 10756, - "end": 10772, + "start": 11024, + "end": 11040, "loc": { "start": { - "line": 277, + "line": 284, "column": 20 }, "end": { - "line": 277, + "line": 284, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 10756, - "end": 10760, + "start": 11024, + "end": 11028, "loc": { "start": { - "line": 277, + "line": 284, "column": 20 }, "end": { - "line": 277, + "line": 284, "column": 24 } }, @@ -127727,15 +130869,15 @@ }, "property": { "type": "Identifier", - "start": 10761, - "end": 10772, + "start": 11029, + "end": 11040, "loc": { "start": { - "line": 277, + "line": 284, "column": 25 }, "end": { - "line": 277, + "line": 284, "column": 36 }, "identifierName": "setDuration" @@ -127748,44 +130890,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 10773, - "end": 10787, + "start": 11041, + "end": 11055, "loc": { "start": { - "line": 277, + "line": 284, "column": 37 }, "end": { - "line": 277, + "line": 284, "column": 51 } }, "object": { "type": "ThisExpression", - "start": 10773, - "end": 10777, + "start": 11041, + "end": 11045, "loc": { "start": { - "line": 277, + "line": 284, "column": 37 }, "end": { - "line": 277, + "line": 284, "column": 41 } } }, "property": { "type": "Identifier", - "start": 10778, - "end": 10787, + "start": 11046, + "end": 11055, "loc": { "start": { - "line": 277, + "line": 284, "column": 42 }, "end": { - "line": 277, + "line": 284, "column": 51 }, "identifierName": "maxLength" @@ -127801,15 +130943,15 @@ { "type": "CommentLine", "value": " display max record time", - "start": 10709, - "end": 10735, + "start": 10977, + "end": 11003, "loc": { "start": { - "line": 276, + "line": 283, "column": 20 }, "end": { - "line": 276, + "line": 283, "column": 46 } } @@ -127827,15 +130969,15 @@ { "type": "CommentLine", "value": " 'loadedmetadata' and 'loadstart' events reset the", - "start": 10506, - "end": 10558, + "start": 10774, + "end": 10826, "loc": { "start": { - "line": 273, + "line": 280, "column": 16 }, "end": { - "line": 273, + "line": 280, "column": 68 } } @@ -127843,15 +130985,15 @@ { "type": "CommentLine", "value": " durationDisplay for the first time: prevent this", - "start": 10575, - "end": 10626, + "start": 10843, + "end": 10894, "loc": { "start": { - "line": 274, + "line": 281, "column": 16 }, "end": { - "line": 274, + "line": 281, "column": 67 } } @@ -127860,86 +131002,86 @@ }, { "type": "ExpressionStatement", - "start": 10826, - "end": 10987, + "start": 11094, + "end": 11255, "loc": { "start": { - "line": 279, + "line": 286, "column": 16 }, "end": { - "line": 282, + "line": 289, "column": 19 } }, "expression": { "type": "CallExpression", - "start": 10826, - "end": 10986, + "start": 11094, + "end": 11254, "loc": { "start": { - "line": 279, + "line": 286, "column": 16 }, "end": { - "line": 282, + "line": 289, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 10826, - "end": 10841, + "start": 11094, + "end": 11109, "loc": { "start": { - "line": 279, + "line": 286, "column": 16 }, "end": { - "line": 279, + "line": 286, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 10826, - "end": 10837, + "start": 11094, + "end": 11105, "loc": { "start": { - "line": 279, + "line": 286, "column": 16 }, "end": { - "line": 279, + "line": 286, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 10826, - "end": 10830, + "start": 11094, + "end": 11098, "loc": { "start": { - "line": 279, + "line": 286, "column": 16 }, "end": { - "line": 279, + "line": 286, "column": 20 } } }, "property": { "type": "Identifier", - "start": 10831, - "end": 10837, + "start": 11099, + "end": 11105, "loc": { "start": { - "line": 279, + "line": 286, "column": 21 }, "end": { - "line": 279, + "line": 286, "column": 27 }, "identifierName": "player" @@ -127950,15 +131092,15 @@ }, "property": { "type": "Identifier", - "start": 10838, - "end": 10841, + "start": 11106, + "end": 11109, "loc": { "start": { - "line": 279, + "line": 286, "column": 28 }, "end": { - "line": 279, + "line": 286, "column": 31 }, "identifierName": "one" @@ -127970,29 +131112,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 10842, - "end": 10857, + "start": 11110, + "end": 11125, "loc": { "start": { - "line": 279, + "line": 286, "column": 32 }, "end": { - "line": 279, + "line": 286, "column": 47 } }, "object": { "type": "Identifier", - "start": 10842, - "end": 10847, + "start": 11110, + "end": 11115, "loc": { "start": { - "line": 279, + "line": 286, "column": 32 }, "end": { - "line": 279, + "line": 286, "column": 37 }, "identifierName": "Event" @@ -128001,15 +131143,15 @@ }, "property": { "type": "Identifier", - "start": 10848, - "end": 10857, + "start": 11116, + "end": 11125, "loc": { "start": { - "line": 279, + "line": 286, "column": 38 }, "end": { - "line": 279, + "line": 286, "column": 47 }, "identifierName": "LOADSTART" @@ -128020,15 +131162,15 @@ }, { "type": "ArrowFunctionExpression", - "start": 10859, - "end": 10985, + "start": 11127, + "end": 11253, "loc": { "start": { - "line": 279, + "line": 286, "column": 49 }, "end": { - "line": 282, + "line": 289, "column": 17 } }, @@ -128039,72 +131181,72 @@ "params": [], "body": { "type": "BlockStatement", - "start": 10865, - "end": 10985, + "start": 11133, + "end": 11253, "loc": { "start": { - "line": 279, + "line": 286, "column": 55 }, "end": { - "line": 282, + "line": 289, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 10934, - "end": 10967, + "start": 11202, + "end": 11235, "loc": { "start": { - "line": 281, + "line": 288, "column": 20 }, "end": { - "line": 281, + "line": 288, "column": 53 } }, "expression": { "type": "CallExpression", - "start": 10934, - "end": 10966, + "start": 11202, + "end": 11234, "loc": { "start": { - "line": 281, + "line": 288, "column": 20 }, "end": { - "line": 281, + "line": 288, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 10934, - "end": 10950, + "start": 11202, + "end": 11218, "loc": { "start": { - "line": 281, + "line": 288, "column": 20 }, "end": { - "line": 281, + "line": 288, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 10934, - "end": 10938, + "start": 11202, + "end": 11206, "loc": { "start": { - "line": 281, + "line": 288, "column": 20 }, "end": { - "line": 281, + "line": 288, "column": 24 } }, @@ -128112,15 +131254,15 @@ }, "property": { "type": "Identifier", - "start": 10939, - "end": 10950, + "start": 11207, + "end": 11218, "loc": { "start": { - "line": 281, + "line": 288, "column": 25 }, "end": { - "line": 281, + "line": 288, "column": 36 }, "identifierName": "setDuration" @@ -128133,44 +131275,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 10951, - "end": 10965, + "start": 11219, + "end": 11233, "loc": { "start": { - "line": 281, + "line": 288, "column": 37 }, "end": { - "line": 281, + "line": 288, "column": 51 } }, "object": { "type": "ThisExpression", - "start": 10951, - "end": 10955, + "start": 11219, + "end": 11223, "loc": { "start": { - "line": 281, + "line": 288, "column": 37 }, "end": { - "line": 281, + "line": 288, "column": 41 } } }, "property": { "type": "Identifier", - "start": 10956, - "end": 10965, + "start": 11224, + "end": 11233, "loc": { "start": { - "line": 281, + "line": 288, "column": 42 }, "end": { - "line": 281, + "line": 288, "column": 51 }, "identifierName": "maxLength" @@ -128186,15 +131328,15 @@ { "type": "CommentLine", "value": " display max record time", - "start": 10887, - "end": 10913, + "start": 11155, + "end": 11181, "loc": { "start": { - "line": 280, + "line": 287, "column": 20 }, "end": { - "line": 280, + "line": 287, "column": 46 } } @@ -128211,15 +131353,15 @@ { "type": "CommentLine", "value": " the native controls don't work for this UI so disable", - "start": 11005, - "end": 11061, + "start": 11273, + "end": 11329, "loc": { "start": { - "line": 284, + "line": 291, "column": 16 }, "end": { - "line": 284, + "line": 291, "column": 72 } } @@ -128227,15 +131369,15 @@ { "type": "CommentLine", "value": " them no matter what", - "start": 11078, - "end": 11100, + "start": 11346, + "end": 11368, "loc": { "start": { - "line": 285, + "line": 292, "column": 16 }, "end": { - "line": 285, + "line": 292, "column": 38 } } @@ -128244,71 +131386,71 @@ }, { "type": "IfStatement", - "start": 11117, - "end": 11332, + "start": 11385, + "end": 11600, "loc": { "start": { - "line": 286, + "line": 293, "column": 16 }, "end": { - "line": 290, + "line": 297, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 11121, - "end": 11162, + "start": 11389, + "end": 11430, "loc": { "start": { - "line": 286, + "line": 293, "column": 20 }, "end": { - "line": 286, + "line": 293, "column": 61 } }, "left": { "type": "MemberExpression", - "start": 11121, - "end": 11153, + "start": 11389, + "end": 11421, "loc": { "start": { - "line": 286, + "line": 293, "column": 20 }, "end": { - "line": 286, + "line": 293, "column": 52 } }, "object": { "type": "MemberExpression", - "start": 11121, - "end": 11132, + "start": 11389, + "end": 11400, "loc": { "start": { - "line": 286, + "line": 293, "column": 20 }, "end": { - "line": 286, + "line": 293, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 11121, - "end": 11125, + "start": 11389, + "end": 11393, "loc": { "start": { - "line": 286, + "line": 293, "column": 20 }, "end": { - "line": 286, + "line": 293, "column": 24 } }, @@ -128316,15 +131458,15 @@ }, "property": { "type": "Identifier", - "start": 11126, - "end": 11132, + "start": 11394, + "end": 11400, "loc": { "start": { - "line": 286, + "line": 293, "column": 25 }, "end": { - "line": 286, + "line": 293, "column": 31 }, "identifierName": "player" @@ -128336,15 +131478,15 @@ }, "property": { "type": "Identifier", - "start": 11133, - "end": 11153, + "start": 11401, + "end": 11421, "loc": { "start": { - "line": 286, + "line": 293, "column": 32 }, "end": { - "line": 286, + "line": 293, "column": 52 }, "identifierName": "usingNativeControls_" @@ -128357,15 +131499,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 11158, - "end": 11162, + "start": 11426, + "end": 11430, "loc": { "start": { - "line": 286, + "line": 293, "column": 57 }, "end": { - "line": 286, + "line": 293, "column": 61 } }, @@ -128375,115 +131517,115 @@ }, "consequent": { "type": "BlockStatement", - "start": 11164, - "end": 11332, + "start": 11432, + "end": 11600, "loc": { "start": { - "line": 286, + "line": 293, "column": 63 }, "end": { - "line": 290, + "line": 297, "column": 17 } }, "body": [ { "type": "IfStatement", - "start": 11186, - "end": 11314, + "start": 11454, + "end": 11582, "loc": { "start": { - "line": 287, + "line": 294, "column": 20 }, "end": { - "line": 289, + "line": 296, "column": 21 } }, "test": { "type": "BinaryExpression", - "start": 11190, - "end": 11225, + "start": 11458, + "end": 11493, "loc": { "start": { - "line": 287, + "line": 294, "column": 24 }, "end": { - "line": 287, + "line": 294, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 11190, - "end": 11211, + "start": 11458, + "end": 11479, "loc": { "start": { - "line": 287, + "line": 294, "column": 24 }, "end": { - "line": 287, + "line": 294, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 11190, - "end": 11207, + "start": 11458, + "end": 11475, "loc": { "start": { - "line": 287, + "line": 294, "column": 24 }, "end": { - "line": 287, + "line": 294, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 11190, - "end": 11201, + "start": 11458, + "end": 11469, "loc": { "start": { - "line": 287, + "line": 294, "column": 24 }, "end": { - "line": 287, + "line": 294, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 11190, - "end": 11194, + "start": 11458, + "end": 11462, "loc": { "start": { - "line": 287, + "line": 294, "column": 24 }, "end": { - "line": 287, + "line": 294, "column": 28 } } }, "property": { "type": "Identifier", - "start": 11195, - "end": 11201, + "start": 11463, + "end": 11469, "loc": { "start": { - "line": 287, + "line": 294, "column": 29 }, "end": { - "line": 287, + "line": 294, "column": 35 }, "identifierName": "player" @@ -128494,15 +131636,15 @@ }, "property": { "type": "Identifier", - "start": 11202, - "end": 11207, + "start": 11470, + "end": 11475, "loc": { "start": { - "line": 287, + "line": 294, "column": 36 }, "end": { - "line": 287, + "line": 294, "column": 41 }, "identifierName": "tech_" @@ -128513,15 +131655,15 @@ }, "property": { "type": "Identifier", - "start": 11208, - "end": 11211, + "start": 11476, + "end": 11479, "loc": { "start": { - "line": 287, + "line": 294, "column": 42 }, "end": { - "line": 287, + "line": 294, "column": 45 }, "identifierName": "el_" @@ -128533,15 +131675,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 11216, - "end": 11225, + "start": 11484, + "end": 11493, "loc": { "start": { - "line": 287, + "line": 294, "column": 50 }, "end": { - "line": 287, + "line": 294, "column": 59 }, "identifierName": "undefined" @@ -128551,130 +131693,130 @@ }, "consequent": { "type": "BlockStatement", - "start": 11227, - "end": 11314, + "start": 11495, + "end": 11582, "loc": { "start": { - "line": 287, + "line": 294, "column": 61 }, "end": { - "line": 289, + "line": 296, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 11253, - "end": 11292, + "start": 11521, + "end": 11560, "loc": { "start": { - "line": 288, + "line": 295, "column": 24 }, "end": { - "line": 288, + "line": 295, "column": 63 } }, "expression": { "type": "AssignmentExpression", - "start": 11253, - "end": 11291, + "start": 11521, + "end": 11559, "loc": { "start": { - "line": 288, + "line": 295, "column": 24 }, "end": { - "line": 288, + "line": 295, "column": 62 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 11253, - "end": 11283, + "start": 11521, + "end": 11551, "loc": { "start": { - "line": 288, + "line": 295, "column": 24 }, "end": { - "line": 288, + "line": 295, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 11253, - "end": 11274, + "start": 11521, + "end": 11542, "loc": { "start": { - "line": 288, + "line": 295, "column": 24 }, "end": { - "line": 288, + "line": 295, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 11253, - "end": 11270, + "start": 11521, + "end": 11538, "loc": { "start": { - "line": 288, + "line": 295, "column": 24 }, "end": { - "line": 288, + "line": 295, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 11253, - "end": 11264, + "start": 11521, + "end": 11532, "loc": { "start": { - "line": 288, + "line": 295, "column": 24 }, "end": { - "line": 288, + "line": 295, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 11253, - "end": 11257, + "start": 11521, + "end": 11525, "loc": { "start": { - "line": 288, + "line": 295, "column": 24 }, "end": { - "line": 288, + "line": 295, "column": 28 } } }, "property": { "type": "Identifier", - "start": 11258, - "end": 11264, + "start": 11526, + "end": 11532, "loc": { "start": { - "line": 288, + "line": 295, "column": 29 }, "end": { - "line": 288, + "line": 295, "column": 35 }, "identifierName": "player" @@ -128685,15 +131827,15 @@ }, "property": { "type": "Identifier", - "start": 11265, - "end": 11270, + "start": 11533, + "end": 11538, "loc": { "start": { - "line": 288, + "line": 295, "column": 36 }, "end": { - "line": 288, + "line": 295, "column": 41 }, "identifierName": "tech_" @@ -128704,15 +131846,15 @@ }, "property": { "type": "Identifier", - "start": 11271, - "end": 11274, + "start": 11539, + "end": 11542, "loc": { "start": { - "line": 288, + "line": 295, "column": 42 }, "end": { - "line": 288, + "line": 295, "column": 45 }, "identifierName": "el_" @@ -128723,15 +131865,15 @@ }, "property": { "type": "Identifier", - "start": 11275, - "end": 11283, + "start": 11543, + "end": 11551, "loc": { "start": { - "line": 288, + "line": 295, "column": 46 }, "end": { - "line": 288, + "line": 295, "column": 54 }, "identifierName": "controls" @@ -128742,15 +131884,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 11286, - "end": 11291, + "start": 11554, + "end": 11559, "loc": { "start": { - "line": 288, + "line": 295, "column": 57 }, "end": { - "line": 288, + "line": 295, "column": 62 } }, @@ -128772,15 +131914,15 @@ { "type": "CommentLine", "value": " the native controls don't work for this UI so disable", - "start": 11005, - "end": 11061, + "start": 11273, + "end": 11329, "loc": { "start": { - "line": 284, + "line": 291, "column": 16 }, "end": { - "line": 284, + "line": 291, "column": 72 } } @@ -128788,15 +131930,15 @@ { "type": "CommentLine", "value": " them no matter what", - "start": 11078, - "end": 11100, + "start": 11346, + "end": 11368, "loc": { "start": { - "line": 285, + "line": 292, "column": 16 }, "end": { - "line": 285, + "line": 292, "column": 38 } } @@ -128806,15 +131948,15 @@ { "type": "CommentLine", "value": " clicking or tapping the player video element should not try", - "start": 11350, - "end": 11412, + "start": 11618, + "end": 11680, "loc": { "start": { - "line": 292, + "line": 299, "column": 16 }, "end": { - "line": 292, + "line": 299, "column": 78 } } @@ -128822,15 +131964,15 @@ { "type": "CommentLine", "value": " to start playback", - "start": 11429, - "end": 11449, + "start": 11697, + "end": 11717, "loc": { "start": { - "line": 293, + "line": 300, "column": 16 }, "end": { - "line": 293, + "line": 300, "column": 36 } } @@ -128839,71 +131981,71 @@ }, { "type": "ExpressionStatement", - "start": 11466, - "end": 11509, + "start": 11734, + "end": 11777, "loc": { "start": { - "line": 294, + "line": 301, "column": 16 }, "end": { - "line": 294, + "line": 301, "column": 59 } }, "expression": { "type": "CallExpression", - "start": 11466, - "end": 11508, + "start": 11734, + "end": 11776, "loc": { "start": { - "line": 294, + "line": 301, "column": 16 }, "end": { - "line": 294, + "line": 301, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 11466, - "end": 11506, + "start": 11734, + "end": 11774, "loc": { "start": { - "line": 294, + "line": 301, "column": 16 }, "end": { - "line": 294, + "line": 301, "column": 56 } }, "object": { "type": "MemberExpression", - "start": 11466, - "end": 11477, + "start": 11734, + "end": 11745, "loc": { "start": { - "line": 294, + "line": 301, "column": 16 }, "end": { - "line": 294, + "line": 301, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 11466, - "end": 11470, + "start": 11734, + "end": 11738, "loc": { "start": { - "line": 294, + "line": 301, "column": 16 }, "end": { - "line": 294, + "line": 301, "column": 20 } }, @@ -128911,15 +132053,15 @@ }, "property": { "type": "Identifier", - "start": 11471, - "end": 11477, + "start": 11739, + "end": 11745, "loc": { "start": { - "line": 294, + "line": 301, "column": 21 }, "end": { - "line": 294, + "line": 301, "column": 27 }, "identifierName": "player" @@ -128931,15 +132073,15 @@ }, "property": { "type": "Identifier", - "start": 11478, - "end": 11506, + "start": 11746, + "end": 11774, "loc": { "start": { - "line": 294, + "line": 301, "column": 28 }, "end": { - "line": 294, + "line": 301, "column": 56 }, "identifierName": "removeTechControlsListeners_" @@ -128956,15 +132098,15 @@ { "type": "CommentLine", "value": " clicking or tapping the player video element should not try", - "start": 11350, - "end": 11412, + "start": 11618, + "end": 11680, "loc": { "start": { - "line": 292, + "line": 299, "column": 16 }, "end": { - "line": 292, + "line": 299, "column": 78 } } @@ -128972,15 +132114,15 @@ { "type": "CommentLine", "value": " to start playback", - "start": 11429, - "end": 11449, + "start": 11697, + "end": 11717, "loc": { "start": { - "line": 293, + "line": 300, "column": 16 }, "end": { - "line": 293, + "line": 300, "column": 36 } } @@ -128989,86 +132131,86 @@ }, { "type": "IfStatement", - "start": 11527, - "end": 12334, + "start": 11795, + "end": 12602, "loc": { "start": { - "line": 296, + "line": 303, "column": 16 }, "end": { - "line": 311, + "line": 318, "column": 17 } }, "test": { "type": "MemberExpression", - "start": 11531, - "end": 11560, + "start": 11799, + "end": 11828, "loc": { "start": { - "line": 296, + "line": 303, "column": 20 }, "end": { - "line": 296, + "line": 303, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 11531, - "end": 11551, + "start": 11799, + "end": 11819, "loc": { "start": { - "line": 296, + "line": 303, "column": 20 }, "end": { - "line": 296, + "line": 303, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 11531, - "end": 11542, + "start": 11799, + "end": 11810, "loc": { "start": { - "line": 296, + "line": 303, "column": 20 }, "end": { - "line": 296, + "line": 303, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 11531, - "end": 11535, + "start": 11799, + "end": 11803, "loc": { "start": { - "line": 296, + "line": 303, "column": 20 }, "end": { - "line": 296, + "line": 303, "column": 24 } } }, "property": { "type": "Identifier", - "start": 11536, - "end": 11542, + "start": 11804, + "end": 11810, "loc": { "start": { - "line": 296, + "line": 303, "column": 25 }, "end": { - "line": 296, + "line": 303, "column": 31 }, "identifierName": "player" @@ -129079,15 +132221,15 @@ }, "property": { "type": "Identifier", - "start": 11543, - "end": 11551, + "start": 11811, + "end": 11819, "loc": { "start": { - "line": 296, + "line": 303, "column": 32 }, "end": { - "line": 296, + "line": 303, "column": 40 }, "identifierName": "options_" @@ -129098,15 +132240,15 @@ }, "property": { "type": "Identifier", - "start": 11552, - "end": 11560, + "start": 11820, + "end": 11828, "loc": { "start": { - "line": 296, + "line": 303, "column": 41 }, "end": { - "line": 296, + "line": 303, "column": 49 }, "identifierName": "controls" @@ -129117,100 +132259,100 @@ }, "consequent": { "type": "BlockStatement", - "start": 11562, - "end": 12334, + "start": 11830, + "end": 12602, "loc": { "start": { - "line": 296, + "line": 303, "column": 51 }, "end": { - "line": 311, + "line": 318, "column": 17 } }, "body": [ { "type": "IfStatement", - "start": 11667, - "end": 11819, + "start": 11935, + "end": 12087, "loc": { "start": { - "line": 298, + "line": 305, "column": 20 }, "end": { - "line": 300, + "line": 307, "column": 21 } }, "test": { "type": "BinaryExpression", - "start": 11671, - "end": 11723, + "start": 11939, + "end": 11991, "loc": { "start": { - "line": 298, + "line": 305, "column": 24 }, "end": { - "line": 298, + "line": 305, "column": 76 } }, "left": { "type": "MemberExpression", - "start": 11671, - "end": 11709, + "start": 11939, + "end": 11977, "loc": { "start": { - "line": 298, + "line": 305, "column": 24 }, "end": { - "line": 298, + "line": 305, "column": 62 } }, "object": { "type": "MemberExpression", - "start": 11671, - "end": 11693, + "start": 11939, + "end": 11961, "loc": { "start": { - "line": 298, + "line": 305, "column": 24 }, "end": { - "line": 298, + "line": 305, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 11671, - "end": 11682, + "start": 11939, + "end": 11950, "loc": { "start": { - "line": 298, + "line": 305, "column": 24 }, "end": { - "line": 298, + "line": 305, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 11671, - "end": 11675, + "start": 11939, + "end": 11943, "loc": { "start": { - "line": 298, + "line": 305, "column": 24 }, "end": { - "line": 298, + "line": 305, "column": 28 } }, @@ -129218,15 +132360,15 @@ }, "property": { "type": "Identifier", - "start": 11676, - "end": 11682, + "start": 11944, + "end": 11950, "loc": { "start": { - "line": 298, + "line": 305, "column": 29 }, "end": { - "line": 298, + "line": 305, "column": 35 }, "identifierName": "player" @@ -129238,15 +132380,15 @@ }, "property": { "type": "Identifier", - "start": 11683, - "end": 11693, + "start": 11951, + "end": 11961, "loc": { "start": { - "line": 298, + "line": 305, "column": 36 }, "end": { - "line": 298, + "line": 305, "column": 46 }, "identifierName": "controlBar" @@ -129258,15 +132400,15 @@ }, "property": { "type": "Identifier", - "start": 11694, - "end": 11709, + "start": 11962, + "end": 11977, "loc": { "start": { - "line": 298, + "line": 305, "column": 47 }, "end": { - "line": 298, + "line": 305, "column": 62 }, "identifierName": "progressControl" @@ -129279,15 +132421,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 11714, - "end": 11723, + "start": 11982, + "end": 11991, "loc": { "start": { - "line": 298, + "line": 305, "column": 67 }, "end": { - "line": 298, + "line": 305, "column": 76 }, "identifierName": "undefined" @@ -129298,129 +132440,129 @@ }, "consequent": { "type": "BlockStatement", - "start": 11725, - "end": 11819, + "start": 11993, + "end": 12087, "loc": { "start": { - "line": 298, + "line": 305, "column": 78 }, "end": { - "line": 300, + "line": 307, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 11751, - "end": 11797, + "start": 12019, + "end": 12065, "loc": { "start": { - "line": 299, + "line": 306, "column": 24 }, "end": { - "line": 299, + "line": 306, "column": 70 } }, "expression": { "type": "CallExpression", - "start": 11751, - "end": 11796, + "start": 12019, + "end": 12064, "loc": { "start": { - "line": 299, + "line": 306, "column": 24 }, "end": { - "line": 299, + "line": 306, "column": 69 } }, "callee": { "type": "MemberExpression", - "start": 11751, - "end": 11794, + "start": 12019, + "end": 12062, "loc": { "start": { - "line": 299, + "line": 306, "column": 24 }, "end": { - "line": 299, + "line": 306, "column": 67 } }, "object": { "type": "MemberExpression", - "start": 11751, - "end": 11789, + "start": 12019, + "end": 12057, "loc": { "start": { - "line": 299, + "line": 306, "column": 24 }, "end": { - "line": 299, + "line": 306, "column": 62 } }, "object": { "type": "MemberExpression", - "start": 11751, - "end": 11773, + "start": 12019, + "end": 12041, "loc": { "start": { - "line": 299, + "line": 306, "column": 24 }, "end": { - "line": 299, + "line": 306, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 11751, - "end": 11762, + "start": 12019, + "end": 12030, "loc": { "start": { - "line": 299, + "line": 306, "column": 24 }, "end": { - "line": 299, + "line": 306, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 11751, - "end": 11755, + "start": 12019, + "end": 12023, "loc": { "start": { - "line": 299, + "line": 306, "column": 24 }, "end": { - "line": 299, + "line": 306, "column": 28 } } }, "property": { "type": "Identifier", - "start": 11756, - "end": 11762, + "start": 12024, + "end": 12030, "loc": { "start": { - "line": 299, + "line": 306, "column": 29 }, "end": { - "line": 299, + "line": 306, "column": 35 }, "identifierName": "player" @@ -129431,15 +132573,15 @@ }, "property": { "type": "Identifier", - "start": 11763, - "end": 11773, + "start": 12031, + "end": 12041, "loc": { "start": { - "line": 299, + "line": 306, "column": 36 }, "end": { - "line": 299, + "line": 306, "column": 46 }, "identifierName": "controlBar" @@ -129450,15 +132592,15 @@ }, "property": { "type": "Identifier", - "start": 11774, - "end": 11789, + "start": 12042, + "end": 12057, "loc": { "start": { - "line": 299, + "line": 306, "column": 47 }, "end": { - "line": 299, + "line": 306, "column": 62 }, "identifierName": "progressControl" @@ -129469,15 +132611,15 @@ }, "property": { "type": "Identifier", - "start": 11790, - "end": 11794, + "start": 12058, + "end": 12062, "loc": { "start": { - "line": 299, + "line": 306, "column": 63 }, "end": { - "line": 299, + "line": 306, "column": 67 }, "identifierName": "hide" @@ -129498,15 +132640,15 @@ { "type": "CommentLine", "value": " progress control isn't used by this plugin, hide if present", - "start": 11584, - "end": 11646, + "start": 11852, + "end": 11914, "loc": { "start": { - "line": 297, + "line": 304, "column": 20 }, "end": { - "line": 297, + "line": 304, "column": 82 } } @@ -129516,15 +132658,15 @@ { "type": "CommentLine", "value": " prevent controlbar fadeout", - "start": 11841, - "end": 11870, + "start": 12109, + "end": 12138, "loc": { "start": { - "line": 302, + "line": 309, "column": 20 }, "end": { - "line": 302, + "line": 309, "column": 49 } } @@ -129533,71 +132675,71 @@ }, { "type": "ExpressionStatement", - "start": 11891, - "end": 12016, + "start": 12159, + "end": 12284, "loc": { "start": { - "line": 303, + "line": 310, "column": 20 }, "end": { - "line": 305, + "line": 312, "column": 23 } }, "expression": { "type": "CallExpression", - "start": 11891, - "end": 12015, + "start": 12159, + "end": 12283, "loc": { "start": { - "line": 303, + "line": 310, "column": 20 }, "end": { - "line": 305, + "line": 312, "column": 22 } }, "callee": { "type": "MemberExpression", - "start": 11891, - "end": 11905, + "start": 12159, + "end": 12173, "loc": { "start": { - "line": 303, + "line": 310, "column": 20 }, "end": { - "line": 303, + "line": 310, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 11891, - "end": 11902, + "start": 12159, + "end": 12170, "loc": { "start": { - "line": 303, + "line": 310, "column": 20 }, "end": { - "line": 303, + "line": 310, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 11891, - "end": 11895, + "start": 12159, + "end": 12163, "loc": { "start": { - "line": 303, + "line": 310, "column": 20 }, "end": { - "line": 303, + "line": 310, "column": 24 } }, @@ -129605,15 +132747,15 @@ }, "property": { "type": "Identifier", - "start": 11896, - "end": 11902, + "start": 12164, + "end": 12170, "loc": { "start": { - "line": 303, + "line": 310, "column": 25 }, "end": { - "line": 303, + "line": 310, "column": 31 }, "identifierName": "player" @@ -129625,15 +132767,15 @@ }, "property": { "type": "Identifier", - "start": 11903, - "end": 11905, + "start": 12171, + "end": 12173, "loc": { "start": { - "line": 303, + "line": 310, "column": 32 }, "end": { - "line": 303, + "line": 310, "column": 34 }, "identifierName": "on" @@ -129646,29 +132788,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 11906, - "end": 11924, + "start": 12174, + "end": 12192, "loc": { "start": { - "line": 303, + "line": 310, "column": 35 }, "end": { - "line": 303, + "line": 310, "column": 53 } }, "object": { "type": "Identifier", - "start": 11906, - "end": 11911, + "start": 12174, + "end": 12179, "loc": { "start": { - "line": 303, + "line": 310, "column": 35 }, "end": { - "line": 303, + "line": 310, "column": 40 }, "identifierName": "Event" @@ -129677,15 +132819,15 @@ }, "property": { "type": "Identifier", - "start": 11912, - "end": 11924, + "start": 12180, + "end": 12192, "loc": { "start": { - "line": 303, + "line": 310, "column": 41 }, "end": { - "line": 303, + "line": 310, "column": 53 }, "identifierName": "USERINACTIVE" @@ -129696,15 +132838,15 @@ }, { "type": "ArrowFunctionExpression", - "start": 11926, - "end": 12014, + "start": 12194, + "end": 12282, "loc": { "start": { - "line": 303, + "line": 310, "column": 55 }, "end": { - "line": 305, + "line": 312, "column": 21 } }, @@ -129715,15 +132857,15 @@ "params": [ { "type": "Identifier", - "start": 11927, - "end": 11932, + "start": 12195, + "end": 12200, "loc": { "start": { - "line": 303, + "line": 310, "column": 56 }, "end": { - "line": 303, + "line": 310, "column": 61 }, "identifierName": "event" @@ -129733,101 +132875,101 @@ ], "body": { "type": "BlockStatement", - "start": 11937, - "end": 12014, + "start": 12205, + "end": 12282, "loc": { "start": { - "line": 303, + "line": 310, "column": 66 }, "end": { - "line": 305, + "line": 312, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 11963, - "end": 11992, + "start": 12231, + "end": 12260, "loc": { "start": { - "line": 304, + "line": 311, "column": 24 }, "end": { - "line": 304, + "line": 311, "column": 53 } }, "expression": { "type": "CallExpression", - "start": 11963, - "end": 11991, + "start": 12231, + "end": 12259, "loc": { "start": { - "line": 304, + "line": 311, "column": 24 }, "end": { - "line": 304, + "line": 311, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 11963, - "end": 11985, + "start": 12231, + "end": 12253, "loc": { "start": { - "line": 304, + "line": 311, "column": 24 }, "end": { - "line": 304, + "line": 311, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 11963, - "end": 11974, + "start": 12231, + "end": 12242, "loc": { "start": { - "line": 304, + "line": 311, "column": 24 }, "end": { - "line": 304, + "line": 311, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 11963, - "end": 11967, + "start": 12231, + "end": 12235, "loc": { "start": { - "line": 304, + "line": 311, "column": 24 }, "end": { - "line": 304, + "line": 311, "column": 28 } } }, "property": { "type": "Identifier", - "start": 11968, - "end": 11974, + "start": 12236, + "end": 12242, "loc": { "start": { - "line": 304, + "line": 311, "column": 29 }, "end": { - "line": 304, + "line": 311, "column": 35 }, "identifierName": "player" @@ -129838,15 +132980,15 @@ }, "property": { "type": "Identifier", - "start": 11975, - "end": 11985, + "start": 12243, + "end": 12253, "loc": { "start": { - "line": 304, + "line": 311, "column": 36 }, "end": { - "line": 304, + "line": 311, "column": 46 }, "identifierName": "userActive" @@ -129858,15 +133000,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 11986, - "end": 11990, + "start": 12254, + "end": 12258, "loc": { "start": { - "line": 304, + "line": 311, "column": 47 }, "end": { - "line": 304, + "line": 311, "column": 51 } }, @@ -129886,15 +133028,15 @@ { "type": "CommentLine", "value": " prevent controlbar fadeout", - "start": 11841, - "end": 11870, + "start": 12109, + "end": 12138, "loc": { "start": { - "line": 302, + "line": 309, "column": 20 }, "end": { - "line": 302, + "line": 309, "column": 49 } } @@ -129904,15 +133046,15 @@ { "type": "CommentLine", "value": " videojs automatically hides the controls when no valid 'source'", - "start": 12038, - "end": 12104, + "start": 12306, + "end": 12372, "loc": { "start": { - "line": 307, + "line": 314, "column": 20 }, "end": { - "line": 307, + "line": 314, "column": 86 } } @@ -129920,15 +133062,15 @@ { "type": "CommentLine", "value": " element is included in the video or audio tag. Don't. Ever again.", - "start": 12125, - "end": 12193, + "start": 12393, + "end": 12461, "loc": { "start": { - "line": 308, + "line": 315, "column": 20 }, "end": { - "line": 308, + "line": 315, "column": 88 } } @@ -129937,85 +133079,85 @@ }, { "type": "ExpressionStatement", - "start": 12214, - "end": 12244, + "start": 12482, + "end": 12512, "loc": { "start": { - "line": 309, + "line": 316, "column": 20 }, "end": { - "line": 309, + "line": 316, "column": 50 } }, "expression": { "type": "CallExpression", - "start": 12214, - "end": 12243, + "start": 12482, + "end": 12511, "loc": { "start": { - "line": 309, + "line": 316, "column": 20 }, "end": { - "line": 309, + "line": 316, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 12214, - "end": 12241, + "start": 12482, + "end": 12509, "loc": { "start": { - "line": 309, + "line": 316, "column": 20 }, "end": { - "line": 309, + "line": 316, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 12214, - "end": 12236, + "start": 12482, + "end": 12504, "loc": { "start": { - "line": 309, + "line": 316, "column": 20 }, "end": { - "line": 309, + "line": 316, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 12214, - "end": 12225, + "start": 12482, + "end": 12493, "loc": { "start": { - "line": 309, + "line": 316, "column": 20 }, "end": { - "line": 309, + "line": 316, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 12214, - "end": 12218, + "start": 12482, + "end": 12486, "loc": { "start": { - "line": 309, + "line": 316, "column": 20 }, "end": { - "line": 309, + "line": 316, "column": 24 } }, @@ -130023,15 +133165,15 @@ }, "property": { "type": "Identifier", - "start": 12219, - "end": 12225, + "start": 12487, + "end": 12493, "loc": { "start": { - "line": 309, + "line": 316, "column": 25 }, "end": { - "line": 309, + "line": 316, "column": 31 }, "identifierName": "player" @@ -130043,15 +133185,15 @@ }, "property": { "type": "Identifier", - "start": 12226, - "end": 12236, + "start": 12494, + "end": 12504, "loc": { "start": { - "line": 309, + "line": 316, "column": 32 }, "end": { - "line": 309, + "line": 316, "column": 42 }, "identifierName": "controlBar" @@ -130063,15 +133205,15 @@ }, "property": { "type": "Identifier", - "start": 12237, - "end": 12241, + "start": 12505, + "end": 12509, "loc": { "start": { - "line": 309, + "line": 316, "column": 43 }, "end": { - "line": 309, + "line": 316, "column": 47 }, "identifierName": "show" @@ -130088,15 +133230,15 @@ { "type": "CommentLine", "value": " videojs automatically hides the controls when no valid 'source'", - "start": 12038, - "end": 12104, + "start": 12306, + "end": 12372, "loc": { "start": { - "line": 307, + "line": 314, "column": 20 }, "end": { - "line": 307, + "line": 314, "column": 86 } } @@ -130104,15 +133246,15 @@ { "type": "CommentLine", "value": " element is included in the video or audio tag. Don't. Ever again.", - "start": 12125, - "end": 12193, + "start": 12393, + "end": 12461, "loc": { "start": { - "line": 308, + "line": 315, "column": 20 }, "end": { - "line": 308, + "line": 315, "column": 88 } } @@ -130121,143 +133263,143 @@ }, { "type": "ExpressionStatement", - "start": 12265, - "end": 12316, + "start": 12533, + "end": 12584, "loc": { "start": { - "line": 310, + "line": 317, "column": 20 }, "end": { - "line": 310, + "line": 317, "column": 71 } }, "expression": { "type": "AssignmentExpression", - "start": 12265, - "end": 12315, + "start": 12533, + "end": 12583, "loc": { "start": { - "line": 310, + "line": 317, "column": 20 }, "end": { - "line": 310, + "line": 317, "column": 70 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 12265, - "end": 12306, + "start": 12533, + "end": 12574, "loc": { "start": { - "line": 310, + "line": 317, "column": 20 }, "end": { - "line": 310, + "line": 317, "column": 61 } }, "object": { "type": "MemberExpression", - "start": 12265, - "end": 12298, + "start": 12533, + "end": 12566, "loc": { "start": { - "line": 310, + "line": 317, "column": 20 }, "end": { - "line": 310, + "line": 317, "column": 53 } }, "object": { "type": "CallExpression", - "start": 12265, - "end": 12292, + "start": 12533, + "end": 12560, "loc": { "start": { - "line": 310, + "line": 317, "column": 20 }, "end": { - "line": 310, + "line": 317, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 12265, - "end": 12290, + "start": 12533, + "end": 12558, "loc": { "start": { - "line": 310, + "line": 317, "column": 20 }, "end": { - "line": 310, + "line": 317, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 12265, - "end": 12287, + "start": 12533, + "end": 12555, "loc": { "start": { - "line": 310, + "line": 317, "column": 20 }, "end": { - "line": 310, + "line": 317, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 12265, - "end": 12276, + "start": 12533, + "end": 12544, "loc": { "start": { - "line": 310, + "line": 317, "column": 20 }, "end": { - "line": 310, + "line": 317, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 12265, - "end": 12269, + "start": 12533, + "end": 12537, "loc": { "start": { - "line": 310, + "line": 317, "column": 20 }, "end": { - "line": 310, + "line": 317, "column": 24 } } }, "property": { "type": "Identifier", - "start": 12270, - "end": 12276, + "start": 12538, + "end": 12544, "loc": { "start": { - "line": 310, + "line": 317, "column": 25 }, "end": { - "line": 310, + "line": 317, "column": 31 }, "identifierName": "player" @@ -130268,15 +133410,15 @@ }, "property": { "type": "Identifier", - "start": 12277, - "end": 12287, + "start": 12545, + "end": 12555, "loc": { "start": { - "line": 310, + "line": 317, "column": 32 }, "end": { - "line": 310, + "line": 317, "column": 42 }, "identifierName": "controlBar" @@ -130287,15 +133429,15 @@ }, "property": { "type": "Identifier", - "start": 12288, - "end": 12290, + "start": 12556, + "end": 12558, "loc": { "start": { - "line": 310, + "line": 317, "column": 43 }, "end": { - "line": 310, + "line": 317, "column": 45 }, "identifierName": "el" @@ -130308,15 +133450,15 @@ }, "property": { "type": "Identifier", - "start": 12293, - "end": 12298, + "start": 12561, + "end": 12566, "loc": { "start": { - "line": 310, + "line": 317, "column": 48 }, "end": { - "line": 310, + "line": 317, "column": 53 }, "identifierName": "style" @@ -130327,15 +133469,15 @@ }, "property": { "type": "Identifier", - "start": 12299, - "end": 12306, + "start": 12567, + "end": 12574, "loc": { "start": { - "line": 310, + "line": 317, "column": 54 }, "end": { - "line": 310, + "line": 317, "column": 61 }, "identifierName": "display" @@ -130346,15 +133488,15 @@ }, "right": { "type": "StringLiteral", - "start": 12309, - "end": 12315, + "start": 12577, + "end": 12583, "loc": { "start": { - "line": 310, + "line": 317, "column": 64 }, "end": { - "line": 310, + "line": 317, "column": 70 } }, @@ -130373,15 +133515,15 @@ }, { "type": "BreakStatement", - "start": 12351, - "end": 12357, + "start": 12619, + "end": 12625, "loc": { "start": { - "line": 312, + "line": 319, "column": 16 }, "end": { - "line": 312, + "line": 319, "column": 22 } }, @@ -130390,15 +133532,15 @@ ], "test": { "type": "Identifier", - "start": 10387, - "end": 10399, + "start": 10570, + "end": 10582, "loc": { "start": { - "line": 269, + "line": 274, "column": 17 }, "end": { - "line": 269, + "line": 274, "column": 29 }, "identifierName": "AUDIO_SCREEN" @@ -130411,15 +133553,15 @@ { "type": "CommentLine", "value": " tweak player UI based on type", - "start": 9984, - "end": 10016, + "start": 10167, + "end": 10199, "loc": { "start": { - "line": 257, + "line": 262, "column": 8 }, "end": { - "line": 257, + "line": 262, "column": 40 } } @@ -130429,15 +133571,15 @@ { "type": "CommentLine", "value": " disable time display events that constantly try to reset the current time", - "start": 12377, - "end": 12453, + "start": 12645, + "end": 12721, "loc": { "start": { - "line": 315, + "line": 322, "column": 8 }, "end": { - "line": 315, + "line": 322, "column": 84 } } @@ -130445,15 +133587,15 @@ { "type": "CommentLine", "value": " and duration values", - "start": 12462, - "end": 12484, + "start": 12730, + "end": 12752, "loc": { "start": { - "line": 316, + "line": 323, "column": 8 }, "end": { - "line": 316, + "line": 323, "column": 30 } } @@ -130462,71 +133604,71 @@ }, { "type": "ExpressionStatement", - "start": 12493, - "end": 12527, + "start": 12761, + "end": 12795, "loc": { "start": { - "line": 317, + "line": 324, "column": 8 }, "end": { - "line": 317, + "line": 324, "column": 42 } }, "expression": { "type": "CallExpression", - "start": 12493, - "end": 12526, + "start": 12761, + "end": 12794, "loc": { "start": { - "line": 317, + "line": 324, "column": 8 }, "end": { - "line": 317, + "line": 324, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 12493, - "end": 12508, + "start": 12761, + "end": 12776, "loc": { "start": { - "line": 317, + "line": 324, "column": 8 }, "end": { - "line": 317, + "line": 324, "column": 23 } }, "object": { "type": "MemberExpression", - "start": 12493, - "end": 12504, + "start": 12761, + "end": 12772, "loc": { "start": { - "line": 317, + "line": 324, "column": 8 }, "end": { - "line": 317, + "line": 324, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 12493, - "end": 12497, + "start": 12761, + "end": 12765, "loc": { "start": { - "line": 317, + "line": 324, "column": 8 }, "end": { - "line": 317, + "line": 324, "column": 12 } }, @@ -130534,15 +133676,15 @@ }, "property": { "type": "Identifier", - "start": 12498, - "end": 12504, + "start": 12766, + "end": 12772, "loc": { "start": { - "line": 317, + "line": 324, "column": 13 }, "end": { - "line": 317, + "line": 324, "column": 19 }, "identifierName": "player" @@ -130554,15 +133696,15 @@ }, "property": { "type": "Identifier", - "start": 12505, - "end": 12508, + "start": 12773, + "end": 12776, "loc": { "start": { - "line": 317, + "line": 324, "column": 20 }, "end": { - "line": 317, + "line": 324, "column": 23 }, "identifierName": "off" @@ -130575,29 +133717,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 12509, - "end": 12525, + "start": 12777, + "end": 12793, "loc": { "start": { - "line": 317, + "line": 324, "column": 24 }, "end": { - "line": 317, + "line": 324, "column": 40 } }, "object": { "type": "Identifier", - "start": 12509, - "end": 12514, + "start": 12777, + "end": 12782, "loc": { "start": { - "line": 317, + "line": 324, "column": 24 }, "end": { - "line": 317, + "line": 324, "column": 29 }, "identifierName": "Event" @@ -130606,15 +133748,15 @@ }, "property": { "type": "Identifier", - "start": 12515, - "end": 12525, + "start": 12783, + "end": 12793, "loc": { "start": { - "line": 317, + "line": 324, "column": 30 }, "end": { - "line": 317, + "line": 324, "column": 40 }, "identifierName": "TIMEUPDATE" @@ -130630,15 +133772,15 @@ { "type": "CommentLine", "value": " disable time display events that constantly try to reset the current time", - "start": 12377, - "end": 12453, + "start": 12645, + "end": 12721, "loc": { "start": { - "line": 315, + "line": 322, "column": 8 }, "end": { - "line": 315, + "line": 322, "column": 84 } } @@ -130646,15 +133788,15 @@ { "type": "CommentLine", "value": " and duration values", - "start": 12462, - "end": 12484, + "start": 12730, + "end": 12752, "loc": { "start": { - "line": 316, + "line": 323, "column": 8 }, "end": { - "line": 316, + "line": 323, "column": 30 } } @@ -130663,86 +133805,86 @@ }, { "type": "ExpressionStatement", - "start": 12536, - "end": 12574, + "start": 12804, + "end": 12842, "loc": { "start": { - "line": 318, + "line": 325, "column": 8 }, "end": { - "line": 318, + "line": 325, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 12536, - "end": 12573, + "start": 12804, + "end": 12841, "loc": { "start": { - "line": 318, + "line": 325, "column": 8 }, "end": { - "line": 318, + "line": 325, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 12536, - "end": 12551, + "start": 12804, + "end": 12819, "loc": { "start": { - "line": 318, + "line": 325, "column": 8 }, "end": { - "line": 318, + "line": 325, "column": 23 } }, "object": { "type": "MemberExpression", - "start": 12536, - "end": 12547, + "start": 12804, + "end": 12815, "loc": { "start": { - "line": 318, + "line": 325, "column": 8 }, "end": { - "line": 318, + "line": 325, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 12536, - "end": 12540, + "start": 12804, + "end": 12808, "loc": { "start": { - "line": 318, + "line": 325, "column": 8 }, "end": { - "line": 318, + "line": 325, "column": 12 } } }, "property": { "type": "Identifier", - "start": 12541, - "end": 12547, + "start": 12809, + "end": 12815, "loc": { "start": { - "line": 318, + "line": 325, "column": 13 }, "end": { - "line": 318, + "line": 325, "column": 19 }, "identifierName": "player" @@ -130753,15 +133895,15 @@ }, "property": { "type": "Identifier", - "start": 12548, - "end": 12551, + "start": 12816, + "end": 12819, "loc": { "start": { - "line": 318, + "line": 325, "column": 20 }, "end": { - "line": 318, + "line": 325, "column": 23 }, "identifierName": "off" @@ -130773,29 +133915,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 12552, - "end": 12572, + "start": 12820, + "end": 12840, "loc": { "start": { - "line": 318, + "line": 325, "column": 24 }, "end": { - "line": 318, + "line": 325, "column": 44 } }, "object": { "type": "Identifier", - "start": 12552, - "end": 12557, + "start": 12820, + "end": 12825, "loc": { "start": { - "line": 318, + "line": 325, "column": 24 }, "end": { - "line": 318, + "line": 325, "column": 29 }, "identifierName": "Event" @@ -130804,15 +133946,15 @@ }, "property": { "type": "Identifier", - "start": 12558, - "end": 12572, + "start": 12826, + "end": 12840, "loc": { "start": { - "line": 318, + "line": 325, "column": 30 }, "end": { - "line": 318, + "line": 325, "column": 44 }, "identifierName": "DURATIONCHANGE" @@ -130826,86 +133968,86 @@ }, { "type": "ExpressionStatement", - "start": 12583, - "end": 12621, + "start": 12851, + "end": 12889, "loc": { "start": { - "line": 319, + "line": 326, "column": 8 }, "end": { - "line": 319, + "line": 326, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 12583, - "end": 12620, + "start": 12851, + "end": 12888, "loc": { "start": { - "line": 319, + "line": 326, "column": 8 }, "end": { - "line": 319, + "line": 326, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 12583, - "end": 12598, + "start": 12851, + "end": 12866, "loc": { "start": { - "line": 319, + "line": 326, "column": 8 }, "end": { - "line": 319, + "line": 326, "column": 23 } }, "object": { "type": "MemberExpression", - "start": 12583, - "end": 12594, + "start": 12851, + "end": 12862, "loc": { "start": { - "line": 319, + "line": 326, "column": 8 }, "end": { - "line": 319, + "line": 326, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 12583, - "end": 12587, + "start": 12851, + "end": 12855, "loc": { "start": { - "line": 319, + "line": 326, "column": 8 }, "end": { - "line": 319, + "line": 326, "column": 12 } } }, "property": { "type": "Identifier", - "start": 12588, - "end": 12594, + "start": 12856, + "end": 12862, "loc": { "start": { - "line": 319, + "line": 326, "column": 13 }, "end": { - "line": 319, + "line": 326, "column": 19 }, "identifierName": "player" @@ -130916,15 +134058,15 @@ }, "property": { "type": "Identifier", - "start": 12595, - "end": 12598, + "start": 12863, + "end": 12866, "loc": { "start": { - "line": 319, + "line": 326, "column": 20 }, "end": { - "line": 319, + "line": 326, "column": 23 }, "identifierName": "off" @@ -130936,29 +134078,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 12599, - "end": 12619, + "start": 12867, + "end": 12887, "loc": { "start": { - "line": 319, + "line": 326, "column": 24 }, "end": { - "line": 319, + "line": 326, "column": 44 } }, "object": { "type": "Identifier", - "start": 12599, - "end": 12604, + "start": 12867, + "end": 12872, "loc": { "start": { - "line": 319, + "line": 326, "column": 24 }, "end": { - "line": 319, + "line": 326, "column": 29 }, "identifierName": "Event" @@ -130967,15 +134109,15 @@ }, "property": { "type": "Identifier", - "start": 12605, - "end": 12619, + "start": 12873, + "end": 12887, "loc": { "start": { - "line": 319, + "line": 326, "column": 30 }, "end": { - "line": 319, + "line": 326, "column": 44 }, "identifierName": "LOADEDMETADATA" @@ -130989,86 +134131,86 @@ }, { "type": "ExpressionStatement", - "start": 12630, - "end": 12663, + "start": 12898, + "end": 12931, "loc": { "start": { - "line": 320, + "line": 327, "column": 8 }, "end": { - "line": 320, + "line": 327, "column": 41 } }, "expression": { "type": "CallExpression", - "start": 12630, - "end": 12662, + "start": 12898, + "end": 12930, "loc": { "start": { - "line": 320, + "line": 327, "column": 8 }, "end": { - "line": 320, + "line": 327, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 12630, - "end": 12645, + "start": 12898, + "end": 12913, "loc": { "start": { - "line": 320, + "line": 327, "column": 8 }, "end": { - "line": 320, + "line": 327, "column": 23 } }, "object": { "type": "MemberExpression", - "start": 12630, - "end": 12641, + "start": 12898, + "end": 12909, "loc": { "start": { - "line": 320, + "line": 327, "column": 8 }, "end": { - "line": 320, + "line": 327, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 12630, - "end": 12634, + "start": 12898, + "end": 12902, "loc": { "start": { - "line": 320, + "line": 327, "column": 8 }, "end": { - "line": 320, + "line": 327, "column": 12 } } }, "property": { "type": "Identifier", - "start": 12635, - "end": 12641, + "start": 12903, + "end": 12909, "loc": { "start": { - "line": 320, + "line": 327, "column": 13 }, "end": { - "line": 320, + "line": 327, "column": 19 }, "identifierName": "player" @@ -131079,15 +134221,15 @@ }, "property": { "type": "Identifier", - "start": 12642, - "end": 12645, + "start": 12910, + "end": 12913, "loc": { "start": { - "line": 320, + "line": 327, "column": 20 }, "end": { - "line": 320, + "line": 327, "column": 23 }, "identifierName": "off" @@ -131099,29 +134241,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 12646, - "end": 12661, + "start": 12914, + "end": 12929, "loc": { "start": { - "line": 320, + "line": 327, "column": 24 }, "end": { - "line": 320, + "line": 327, "column": 39 } }, "object": { "type": "Identifier", - "start": 12646, - "end": 12651, + "start": 12914, + "end": 12919, "loc": { "start": { - "line": 320, + "line": 327, "column": 24 }, "end": { - "line": 320, + "line": 327, "column": 29 }, "identifierName": "Event" @@ -131130,15 +134272,15 @@ }, "property": { "type": "Identifier", - "start": 12652, - "end": 12661, + "start": 12920, + "end": 12929, "loc": { "start": { - "line": 320, + "line": 327, "column": 30 }, "end": { - "line": 320, + "line": 327, "column": 39 }, "identifierName": "LOADSTART" @@ -131148,20 +134290,183 @@ "computed": false } ] + } + }, + { + "type": "ExpressionStatement", + "start": 12940, + "end": 12969, + "loc": { + "start": { + "line": 328, + "column": 8 + }, + "end": { + "line": 328, + "column": 37 + } + }, + "expression": { + "type": "CallExpression", + "start": 12940, + "end": 12968, + "loc": { + "start": { + "line": 328, + "column": 8 + }, + "end": { + "line": 328, + "column": 36 + } + }, + "callee": { + "type": "MemberExpression", + "start": 12940, + "end": 12955, + "loc": { + "start": { + "line": 328, + "column": 8 + }, + "end": { + "line": 328, + "column": 23 + } + }, + "object": { + "type": "MemberExpression", + "start": 12940, + "end": 12951, + "loc": { + "start": { + "line": 328, + "column": 8 + }, + "end": { + "line": 328, + "column": 19 + } + }, + "object": { + "type": "ThisExpression", + "start": 12940, + "end": 12944, + "loc": { + "start": { + "line": 328, + "column": 8 + }, + "end": { + "line": 328, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "start": 12945, + "end": 12951, + "loc": { + "start": { + "line": 328, + "column": 13 + }, + "end": { + "line": 328, + "column": 19 + }, + "identifierName": "player" + }, + "name": "player" + }, + "computed": false + }, + "property": { + "type": "Identifier", + "start": 12952, + "end": 12955, + "loc": { + "start": { + "line": 328, + "column": 20 + }, + "end": { + "line": 328, + "column": 23 + }, + "identifierName": "off" + }, + "name": "off" + }, + "computed": false + }, + "arguments": [ + { + "type": "MemberExpression", + "start": 12956, + "end": 12967, + "loc": { + "start": { + "line": 328, + "column": 24 + }, + "end": { + "line": 328, + "column": 35 + } + }, + "object": { + "type": "Identifier", + "start": 12956, + "end": 12961, + "loc": { + "start": { + "line": 328, + "column": 24 + }, + "end": { + "line": 328, + "column": 29 + }, + "identifierName": "Event" + }, + "name": "Event" + }, + "property": { + "type": "Identifier", + "start": 12962, + "end": 12967, + "loc": { + "start": { + "line": 328, + "column": 30 + }, + "end": { + "line": 328, + "column": 35 + }, + "identifierName": "ENDED" + }, + "name": "ENDED" + }, + "computed": false + } + ] }, "trailingComments": [ { "type": "CommentLine", "value": " display max record time", - "start": 12673, - "end": 12699, + "start": 12979, + "end": 13005, "loc": { "start": { - "line": 322, + "line": 330, "column": 8 }, "end": { - "line": 322, + "line": 330, "column": 34 } } @@ -131170,57 +134475,57 @@ }, { "type": "ExpressionStatement", - "start": 12708, - "end": 12741, + "start": 13014, + "end": 13047, "loc": { "start": { - "line": 323, + "line": 331, "column": 8 }, "end": { - "line": 323, + "line": 331, "column": 41 } }, "expression": { "type": "CallExpression", - "start": 12708, - "end": 12740, + "start": 13014, + "end": 13046, "loc": { "start": { - "line": 323, + "line": 331, "column": 8 }, "end": { - "line": 323, + "line": 331, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 12708, - "end": 12724, + "start": 13014, + "end": 13030, "loc": { "start": { - "line": 323, + "line": 331, "column": 8 }, "end": { - "line": 323, + "line": 331, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 12708, - "end": 12712, + "start": 13014, + "end": 13018, "loc": { "start": { - "line": 323, + "line": 331, "column": 8 }, "end": { - "line": 323, + "line": 331, "column": 12 } }, @@ -131228,15 +134533,15 @@ }, "property": { "type": "Identifier", - "start": 12713, - "end": 12724, + "start": 13019, + "end": 13030, "loc": { "start": { - "line": 323, + "line": 331, "column": 13 }, "end": { - "line": 323, + "line": 331, "column": 24 }, "identifierName": "setDuration" @@ -131249,44 +134554,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 12725, - "end": 12739, + "start": 13031, + "end": 13045, "loc": { "start": { - "line": 323, + "line": 331, "column": 25 }, "end": { - "line": 323, + "line": 331, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 12725, - "end": 12729, + "start": 13031, + "end": 13035, "loc": { "start": { - "line": 323, + "line": 331, "column": 25 }, "end": { - "line": 323, + "line": 331, "column": 29 } } }, "property": { "type": "Identifier", - "start": 12730, - "end": 12739, + "start": 13036, + "end": 13045, "loc": { "start": { - "line": 323, + "line": 331, "column": 30 }, "end": { - "line": 323, + "line": 331, "column": 39 }, "identifierName": "maxLength" @@ -131302,15 +134607,15 @@ { "type": "CommentLine", "value": " display max record time", - "start": 12673, - "end": 12699, + "start": 12979, + "end": 13005, "loc": { "start": { - "line": 322, + "line": 330, "column": 8 }, "end": { - "line": 322, + "line": 330, "column": 34 } } @@ -131320,15 +134625,15 @@ { "type": "CommentLine", "value": " hot keys", - "start": 12751, - "end": 12762, + "start": 13057, + "end": 13068, "loc": { "start": { - "line": 325, + "line": 333, "column": 8 }, "end": { - "line": 325, + "line": 333, "column": 19 } } @@ -131337,113 +134642,113 @@ }, { "type": "IfStatement", - "start": 12771, - "end": 13260, + "start": 13077, + "end": 13566, "loc": { "start": { - "line": 326, + "line": 334, "column": 8 }, "end": { - "line": 338, + "line": 346, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 12775, - "end": 12940, + "start": 13081, + "end": 13246, "loc": { "start": { - "line": 326, + "line": 334, "column": 12 }, "end": { - "line": 328, + "line": 336, "column": 67 } }, "left": { "type": "LogicalExpression", - "start": 12775, - "end": 12869, + "start": 13081, + "end": 13175, "loc": { "start": { - "line": 326, + "line": 334, "column": 12 }, "end": { - "line": 327, + "line": 335, "column": 55 } }, "left": { "type": "MemberExpression", - "start": 12775, - "end": 12810, + "start": 13081, + "end": 13116, "loc": { "start": { - "line": 326, + "line": 334, "column": 12 }, "end": { - "line": 326, + "line": 334, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 12775, - "end": 12803, + "start": 13081, + "end": 13109, "loc": { "start": { - "line": 326, + "line": 334, "column": 12 }, "end": { - "line": 326, + "line": 334, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 12775, - "end": 12795, + "start": 13081, + "end": 13101, "loc": { "start": { - "line": 326, + "line": 334, "column": 12 }, "end": { - "line": 326, + "line": 334, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 12775, - "end": 12786, + "start": 13081, + "end": 13092, "loc": { "start": { - "line": 326, + "line": 334, "column": 12 }, "end": { - "line": 326, + "line": 334, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 12775, - "end": 12779, + "start": 13081, + "end": 13085, "loc": { "start": { - "line": 326, + "line": 334, "column": 12 }, "end": { - "line": 326, + "line": 334, "column": 16 } }, @@ -131451,15 +134756,15 @@ }, "property": { "type": "Identifier", - "start": 12780, - "end": 12786, + "start": 13086, + "end": 13092, "loc": { "start": { - "line": 326, + "line": 334, "column": 17 }, "end": { - "line": 326, + "line": 334, "column": 23 }, "identifierName": "player" @@ -131471,15 +134776,15 @@ }, "property": { "type": "Identifier", - "start": 12787, - "end": 12795, + "start": 13093, + "end": 13101, "loc": { "start": { - "line": 326, + "line": 334, "column": 24 }, "end": { - "line": 326, + "line": 334, "column": 32 }, "identifierName": "options_" @@ -131491,15 +134796,15 @@ }, "property": { "type": "Identifier", - "start": 12796, - "end": 12803, + "start": 13102, + "end": 13109, "loc": { "start": { - "line": 326, + "line": 334, "column": 33 }, "end": { - "line": 326, + "line": 334, "column": 40 }, "identifierName": "plugins" @@ -131511,15 +134816,15 @@ }, "property": { "type": "Identifier", - "start": 12804, - "end": 12810, + "start": 13110, + "end": 13116, "loc": { "start": { - "line": 326, + "line": 334, "column": 41 }, "end": { - "line": 326, + "line": 334, "column": 47 }, "identifierName": "record" @@ -131532,100 +134837,100 @@ "operator": "&&", "right": { "type": "MemberExpression", - "start": 12826, - "end": 12869, + "start": 13132, + "end": 13175, "loc": { "start": { - "line": 327, + "line": 335, "column": 12 }, "end": { - "line": 327, + "line": 335, "column": 55 } }, "object": { "type": "MemberExpression", - "start": 12826, - "end": 12861, + "start": 13132, + "end": 13167, "loc": { "start": { - "line": 327, + "line": 335, "column": 12 }, "end": { - "line": 327, + "line": 335, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 12826, - "end": 12854, + "start": 13132, + "end": 13160, "loc": { "start": { - "line": 327, + "line": 335, "column": 12 }, "end": { - "line": 327, + "line": 335, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 12826, - "end": 12846, + "start": 13132, + "end": 13152, "loc": { "start": { - "line": 327, + "line": 335, "column": 12 }, "end": { - "line": 327, + "line": 335, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 12826, - "end": 12837, + "start": 13132, + "end": 13143, "loc": { "start": { - "line": 327, + "line": 335, "column": 12 }, "end": { - "line": 327, + "line": 335, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 12826, - "end": 12830, + "start": 13132, + "end": 13136, "loc": { "start": { - "line": 327, + "line": 335, "column": 12 }, "end": { - "line": 327, + "line": 335, "column": 16 } } }, "property": { "type": "Identifier", - "start": 12831, - "end": 12837, + "start": 13137, + "end": 13143, "loc": { "start": { - "line": 327, + "line": 335, "column": 17 }, "end": { - "line": 327, + "line": 335, "column": 23 }, "identifierName": "player" @@ -131636,15 +134941,15 @@ }, "property": { "type": "Identifier", - "start": 12838, - "end": 12846, + "start": 13144, + "end": 13152, "loc": { "start": { - "line": 327, + "line": 335, "column": 24 }, "end": { - "line": 327, + "line": 335, "column": 32 }, "identifierName": "options_" @@ -131655,15 +134960,15 @@ }, "property": { "type": "Identifier", - "start": 12847, - "end": 12854, + "start": 13153, + "end": 13160, "loc": { "start": { - "line": 327, + "line": 335, "column": 33 }, "end": { - "line": 327, + "line": 335, "column": 40 }, "identifierName": "plugins" @@ -131674,15 +134979,15 @@ }, "property": { "type": "Identifier", - "start": 12855, - "end": 12861, + "start": 13161, + "end": 13167, "loc": { "start": { - "line": 327, + "line": 335, "column": 41 }, "end": { - "line": 327, + "line": 335, "column": 47 }, "identifierName": "record" @@ -131693,15 +134998,15 @@ }, "property": { "type": "Identifier", - "start": 12862, - "end": 12869, + "start": 13168, + "end": 13175, "loc": { "start": { - "line": 327, + "line": 335, "column": 48 }, "end": { - "line": 327, + "line": 335, "column": 55 }, "identifierName": "hotKeys" @@ -131715,114 +135020,114 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 12886, - "end": 12939, + "start": 13192, + "end": 13245, "loc": { "start": { - "line": 328, + "line": 336, "column": 13 }, "end": { - "line": 328, + "line": 336, "column": 66 } }, "left": { "type": "MemberExpression", - "start": 12886, - "end": 12929, + "start": 13192, + "end": 13235, "loc": { "start": { - "line": 328, + "line": 336, "column": 13 }, "end": { - "line": 328, + "line": 336, "column": 56 } }, "object": { "type": "MemberExpression", - "start": 12886, - "end": 12921, + "start": 13192, + "end": 13227, "loc": { "start": { - "line": 328, + "line": 336, "column": 13 }, "end": { - "line": 328, + "line": 336, "column": 48 } }, "object": { "type": "MemberExpression", - "start": 12886, - "end": 12914, + "start": 13192, + "end": 13220, "loc": { "start": { - "line": 328, + "line": 336, "column": 13 }, "end": { - "line": 328, + "line": 336, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 12886, - "end": 12906, + "start": 13192, + "end": 13212, "loc": { "start": { - "line": 328, + "line": 336, "column": 13 }, "end": { - "line": 328, + "line": 336, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 12886, - "end": 12897, + "start": 13192, + "end": 13203, "loc": { "start": { - "line": 328, + "line": 336, "column": 13 }, "end": { - "line": 328, + "line": 336, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 12886, - "end": 12890, + "start": 13192, + "end": 13196, "loc": { "start": { - "line": 328, + "line": 336, "column": 13 }, "end": { - "line": 328, + "line": 336, "column": 17 } } }, "property": { "type": "Identifier", - "start": 12891, - "end": 12897, + "start": 13197, + "end": 13203, "loc": { "start": { - "line": 328, + "line": 336, "column": 18 }, "end": { - "line": 328, + "line": 336, "column": 24 }, "identifierName": "player" @@ -131833,15 +135138,15 @@ }, "property": { "type": "Identifier", - "start": 12898, - "end": 12906, + "start": 13204, + "end": 13212, "loc": { "start": { - "line": 328, + "line": 336, "column": 25 }, "end": { - "line": 328, + "line": 336, "column": 33 }, "identifierName": "options_" @@ -131852,15 +135157,15 @@ }, "property": { "type": "Identifier", - "start": 12907, - "end": 12914, + "start": 13213, + "end": 13220, "loc": { "start": { - "line": 328, + "line": 336, "column": 34 }, "end": { - "line": 328, + "line": 336, "column": 41 }, "identifierName": "plugins" @@ -131871,15 +135176,15 @@ }, "property": { "type": "Identifier", - "start": 12915, - "end": 12921, + "start": 13221, + "end": 13227, "loc": { "start": { - "line": 328, + "line": 336, "column": 42 }, "end": { - "line": 328, + "line": 336, "column": 48 }, "identifierName": "record" @@ -131890,15 +135195,15 @@ }, "property": { "type": "Identifier", - "start": 12922, - "end": 12929, + "start": 13228, + "end": 13235, "loc": { "start": { - "line": 328, + "line": 336, "column": 49 }, "end": { - "line": 328, + "line": 336, "column": 56 }, "identifierName": "hotKeys" @@ -131910,15 +135215,15 @@ "operator": "!==", "right": { "type": "BooleanLiteral", - "start": 12934, - "end": 12939, + "start": 13240, + "end": 13245, "loc": { "start": { - "line": 328, + "line": 336, "column": 61 }, "end": { - "line": 328, + "line": 336, "column": 66 } }, @@ -131926,66 +135231,66 @@ }, "extra": { "parenthesized": true, - "parenStart": 12885 + "parenStart": 13191 } }, "leadingComments": null }, "consequent": { "type": "BlockStatement", - "start": 12942, - "end": 13260, + "start": 13248, + "end": 13566, "loc": { "start": { - "line": 328, + "line": 336, "column": 69 }, "end": { - "line": 338, + "line": 346, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 12957, - "end": 13015, + "start": 13263, + "end": 13321, "loc": { "start": { - "line": 330, + "line": 338, "column": 12 }, "end": { - "line": 330, + "line": 338, "column": 70 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 12961, - "end": 13014, + "start": 13267, + "end": 13320, "loc": { "start": { - "line": 330, + "line": 338, "column": 16 }, "end": { - "line": 330, + "line": 338, "column": 69 } }, "id": { "type": "Identifier", - "start": 12961, - "end": 12968, + "start": 13267, + "end": 13274, "loc": { "start": { - "line": 330, + "line": 338, "column": 16 }, "end": { - "line": 330, + "line": 338, "column": 23 }, "identifierName": "handler" @@ -131994,100 +135299,100 @@ }, "init": { "type": "MemberExpression", - "start": 12971, - "end": 13014, + "start": 13277, + "end": 13320, "loc": { "start": { - "line": 330, + "line": 338, "column": 26 }, "end": { - "line": 330, + "line": 338, "column": 69 } }, "object": { "type": "MemberExpression", - "start": 12971, - "end": 13006, + "start": 13277, + "end": 13312, "loc": { "start": { - "line": 330, + "line": 338, "column": 26 }, "end": { - "line": 330, + "line": 338, "column": 61 } }, "object": { "type": "MemberExpression", - "start": 12971, - "end": 12999, + "start": 13277, + "end": 13305, "loc": { "start": { - "line": 330, + "line": 338, "column": 26 }, "end": { - "line": 330, + "line": 338, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 12971, - "end": 12991, + "start": 13277, + "end": 13297, "loc": { "start": { - "line": 330, + "line": 338, "column": 26 }, "end": { - "line": 330, + "line": 338, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 12971, - "end": 12982, + "start": 13277, + "end": 13288, "loc": { "start": { - "line": 330, + "line": 338, "column": 26 }, "end": { - "line": 330, + "line": 338, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 12971, - "end": 12975, + "start": 13277, + "end": 13281, "loc": { "start": { - "line": 330, + "line": 338, "column": 26 }, "end": { - "line": 330, + "line": 338, "column": 30 } } }, "property": { "type": "Identifier", - "start": 12976, - "end": 12982, + "start": 13282, + "end": 13288, "loc": { "start": { - "line": 330, + "line": 338, "column": 31 }, "end": { - "line": 330, + "line": 338, "column": 37 }, "identifierName": "player" @@ -132098,15 +135403,15 @@ }, "property": { "type": "Identifier", - "start": 12983, - "end": 12991, + "start": 13289, + "end": 13297, "loc": { "start": { - "line": 330, + "line": 338, "column": 38 }, "end": { - "line": 330, + "line": 338, "column": 46 }, "identifierName": "options_" @@ -132117,15 +135422,15 @@ }, "property": { "type": "Identifier", - "start": 12992, - "end": 12999, + "start": 13298, + "end": 13305, "loc": { "start": { - "line": 330, + "line": 338, "column": 47 }, "end": { - "line": 330, + "line": 338, "column": 54 }, "identifierName": "plugins" @@ -132136,15 +135441,15 @@ }, "property": { "type": "Identifier", - "start": 13000, - "end": 13006, + "start": 13306, + "end": 13312, "loc": { "start": { - "line": 330, + "line": 338, "column": 55 }, "end": { - "line": 330, + "line": 338, "column": 61 }, "identifierName": "record" @@ -132155,15 +135460,15 @@ }, "property": { "type": "Identifier", - "start": 13007, - "end": 13014, + "start": 13313, + "end": 13320, "loc": { "start": { - "line": 330, + "line": 338, "column": 62 }, "end": { - "line": 330, + "line": 338, "column": 69 }, "identifierName": "hotKeys" @@ -132178,43 +135483,43 @@ }, { "type": "IfStatement", - "start": 13028, - "end": 13110, + "start": 13334, + "end": 13416, "loc": { "start": { - "line": 331, + "line": 339, "column": 12 }, "end": { - "line": 333, + "line": 341, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 13032, - "end": 13048, + "start": 13338, + "end": 13354, "loc": { "start": { - "line": 331, + "line": 339, "column": 16 }, "end": { - "line": 331, + "line": 339, "column": 32 } }, "left": { "type": "Identifier", - "start": 13032, - "end": 13039, + "start": 13338, + "end": 13345, "loc": { "start": { - "line": 331, + "line": 339, "column": 16 }, "end": { - "line": 331, + "line": 339, "column": 23 }, "identifierName": "handler" @@ -132224,15 +135529,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 13044, - "end": 13048, + "start": 13350, + "end": 13354, "loc": { "start": { - "line": 331, + "line": 339, "column": 28 }, "end": { - "line": 331, + "line": 339, "column": 32 } }, @@ -132241,59 +135546,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 13050, - "end": 13110, + "start": 13356, + "end": 13416, "loc": { "start": { - "line": 331, + "line": 339, "column": 34 }, "end": { - "line": 333, + "line": 341, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 13068, - "end": 13096, + "start": 13374, + "end": 13402, "loc": { "start": { - "line": 332, + "line": 340, "column": 16 }, "end": { - "line": 332, + "line": 340, "column": 44 } }, "expression": { "type": "AssignmentExpression", - "start": 13068, - "end": 13095, + "start": 13374, + "end": 13401, "loc": { "start": { - "line": 332, + "line": 340, "column": 16 }, "end": { - "line": 332, + "line": 340, "column": 43 } }, "operator": "=", "left": { "type": "Identifier", - "start": 13068, - "end": 13075, + "start": 13374, + "end": 13381, "loc": { "start": { - "line": 332, + "line": 340, "column": 16 }, "end": { - "line": 332, + "line": 340, "column": 23 }, "identifierName": "handler" @@ -132302,15 +135607,15 @@ }, "right": { "type": "Identifier", - "start": 13078, - "end": 13095, + "start": 13384, + "end": 13401, "loc": { "start": { - "line": 332, + "line": 340, "column": 26 }, "end": { - "line": 332, + "line": 340, "column": 43 }, "identifierName": "defaultKeyHandler" @@ -132328,15 +135633,15 @@ { "type": "CommentLine", "value": " enable video.js user action", - "start": 13123, - "end": 13153, + "start": 13429, + "end": 13459, "loc": { "start": { - "line": 334, + "line": 342, "column": 12 }, "end": { - "line": 334, + "line": 342, "column": 42 } } @@ -132345,86 +135650,86 @@ }, { "type": "ExpressionStatement", - "start": 13166, - "end": 13250, + "start": 13472, + "end": 13556, "loc": { "start": { - "line": 335, + "line": 343, "column": 12 }, "end": { - "line": 337, + "line": 345, "column": 14 } }, "expression": { "type": "AssignmentExpression", - "start": 13166, - "end": 13249, + "start": 13472, + "end": 13555, "loc": { "start": { - "line": 335, + "line": 343, "column": 12 }, "end": { - "line": 337, + "line": 345, "column": 13 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 13166, - "end": 13198, + "start": 13472, + "end": 13504, "loc": { "start": { - "line": 335, + "line": 343, "column": 12 }, "end": { - "line": 335, + "line": 343, "column": 44 } }, "object": { "type": "MemberExpression", - "start": 13166, - "end": 13186, + "start": 13472, + "end": 13492, "loc": { "start": { - "line": 335, + "line": 343, "column": 12 }, "end": { - "line": 335, + "line": 343, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 13166, - "end": 13177, + "start": 13472, + "end": 13483, "loc": { "start": { - "line": 335, + "line": 343, "column": 12 }, "end": { - "line": 335, + "line": 343, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 13166, - "end": 13170, + "start": 13472, + "end": 13476, "loc": { "start": { - "line": 335, + "line": 343, "column": 12 }, "end": { - "line": 335, + "line": 343, "column": 16 } }, @@ -132432,15 +135737,15 @@ }, "property": { "type": "Identifier", - "start": 13171, - "end": 13177, + "start": 13477, + "end": 13483, "loc": { "start": { - "line": 335, + "line": 343, "column": 17 }, "end": { - "line": 335, + "line": 343, "column": 23 }, "identifierName": "player" @@ -132452,15 +135757,15 @@ }, "property": { "type": "Identifier", - "start": 13178, - "end": 13186, + "start": 13484, + "end": 13492, "loc": { "start": { - "line": 335, + "line": 343, "column": 24 }, "end": { - "line": 335, + "line": 343, "column": 32 }, "identifierName": "options_" @@ -132472,15 +135777,15 @@ }, "property": { "type": "Identifier", - "start": 13187, - "end": 13198, + "start": 13493, + "end": 13504, "loc": { "start": { - "line": 335, + "line": 343, "column": 33 }, "end": { - "line": 335, + "line": 343, "column": 44 }, "identifierName": "userActions" @@ -132492,30 +135797,30 @@ }, "right": { "type": "ObjectExpression", - "start": 13201, - "end": 13249, + "start": 13507, + "end": 13555, "loc": { "start": { - "line": 335, + "line": 343, "column": 47 }, "end": { - "line": 337, + "line": 345, "column": 13 } }, "properties": [ { "type": "ObjectProperty", - "start": 13219, - "end": 13235, + "start": 13525, + "end": 13541, "loc": { "start": { - "line": 336, + "line": 344, "column": 16 }, "end": { - "line": 336, + "line": 344, "column": 32 } }, @@ -132524,15 +135829,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 13219, - "end": 13226, + "start": 13525, + "end": 13532, "loc": { "start": { - "line": 336, + "line": 344, "column": 16 }, "end": { - "line": 336, + "line": 344, "column": 23 }, "identifierName": "hotkeys" @@ -132541,15 +135846,15 @@ }, "value": { "type": "Identifier", - "start": 13228, - "end": 13235, + "start": 13534, + "end": 13541, "loc": { "start": { - "line": 336, + "line": 344, "column": 25 }, "end": { - "line": 336, + "line": 344, "column": 32 }, "identifierName": "handler" @@ -132565,15 +135870,15 @@ { "type": "CommentLine", "value": " enable video.js user action", - "start": 13123, - "end": 13153, + "start": 13429, + "end": 13459, "loc": { "start": { - "line": 334, + "line": 342, "column": 12 }, "end": { - "line": 334, + "line": 342, "column": 42 } } @@ -132589,15 +135894,15 @@ { "type": "CommentLine", "value": " hot keys", - "start": 12751, - "end": 12762, + "start": 13057, + "end": 13068, "loc": { "start": { - "line": 325, + "line": 333, "column": 8 }, "end": { - "line": 325, + "line": 333, "column": 19 } } @@ -132607,15 +135912,15 @@ { "type": "CommentLine", "value": " hide play control (if present)", - "start": 13270, - "end": 13303, + "start": 13576, + "end": 13609, "loc": { "start": { - "line": 340, + "line": 348, "column": 8 }, "end": { - "line": 340, + "line": 348, "column": 41 } } @@ -132624,85 +135929,85 @@ }, { "type": "IfStatement", - "start": 13312, - "end": 13430, + "start": 13618, + "end": 13736, "loc": { "start": { - "line": 341, + "line": 349, "column": 8 }, "end": { - "line": 343, + "line": 351, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 13316, - "end": 13363, + "start": 13622, + "end": 13669, "loc": { "start": { - "line": 341, + "line": 349, "column": 12 }, "end": { - "line": 341, + "line": 349, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 13316, - "end": 13349, + "start": 13622, + "end": 13655, "loc": { "start": { - "line": 341, + "line": 349, "column": 12 }, "end": { - "line": 341, + "line": 349, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 13316, - "end": 13338, + "start": 13622, + "end": 13644, "loc": { "start": { - "line": 341, + "line": 349, "column": 12 }, "end": { - "line": 341, + "line": 349, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 13316, - "end": 13327, + "start": 13622, + "end": 13633, "loc": { "start": { - "line": 341, + "line": 349, "column": 12 }, "end": { - "line": 341, + "line": 349, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 13316, - "end": 13320, + "start": 13622, + "end": 13626, "loc": { "start": { - "line": 341, + "line": 349, "column": 12 }, "end": { - "line": 341, + "line": 349, "column": 16 } }, @@ -132710,15 +136015,15 @@ }, "property": { "type": "Identifier", - "start": 13321, - "end": 13327, + "start": 13627, + "end": 13633, "loc": { "start": { - "line": 341, + "line": 349, "column": 17 }, "end": { - "line": 341, + "line": 349, "column": 23 }, "identifierName": "player" @@ -132730,15 +136035,15 @@ }, "property": { "type": "Identifier", - "start": 13328, - "end": 13338, + "start": 13634, + "end": 13644, "loc": { "start": { - "line": 341, + "line": 349, "column": 24 }, "end": { - "line": 341, + "line": 349, "column": 34 }, "identifierName": "controlBar" @@ -132750,15 +136055,15 @@ }, "property": { "type": "Identifier", - "start": 13339, - "end": 13349, + "start": 13645, + "end": 13655, "loc": { "start": { - "line": 341, + "line": 349, "column": 35 }, "end": { - "line": 341, + "line": 349, "column": 45 }, "identifierName": "playToggle" @@ -132771,15 +136076,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 13354, - "end": 13363, + "start": 13660, + "end": 13669, "loc": { "start": { - "line": 341, + "line": 349, "column": 50 }, "end": { - "line": 341, + "line": 349, "column": 59 }, "identifierName": "undefined" @@ -132790,129 +136095,129 @@ }, "consequent": { "type": "BlockStatement", - "start": 13365, - "end": 13430, + "start": 13671, + "end": 13736, "loc": { "start": { - "line": 341, + "line": 349, "column": 61 }, "end": { - "line": 343, + "line": 351, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 13379, - "end": 13420, + "start": 13685, + "end": 13726, "loc": { "start": { - "line": 342, + "line": 350, "column": 12 }, "end": { - "line": 342, + "line": 350, "column": 53 } }, "expression": { "type": "CallExpression", - "start": 13379, - "end": 13419, + "start": 13685, + "end": 13725, "loc": { "start": { - "line": 342, + "line": 350, "column": 12 }, "end": { - "line": 342, + "line": 350, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 13379, - "end": 13417, + "start": 13685, + "end": 13723, "loc": { "start": { - "line": 342, + "line": 350, "column": 12 }, "end": { - "line": 342, + "line": 350, "column": 50 } }, "object": { "type": "MemberExpression", - "start": 13379, - "end": 13412, + "start": 13685, + "end": 13718, "loc": { "start": { - "line": 342, + "line": 350, "column": 12 }, "end": { - "line": 342, + "line": 350, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 13379, - "end": 13401, + "start": 13685, + "end": 13707, "loc": { "start": { - "line": 342, + "line": 350, "column": 12 }, "end": { - "line": 342, + "line": 350, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 13379, - "end": 13390, + "start": 13685, + "end": 13696, "loc": { "start": { - "line": 342, + "line": 350, "column": 12 }, "end": { - "line": 342, + "line": 350, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 13379, - "end": 13383, + "start": 13685, + "end": 13689, "loc": { "start": { - "line": 342, + "line": 350, "column": 12 }, "end": { - "line": 342, + "line": 350, "column": 16 } } }, "property": { "type": "Identifier", - "start": 13384, - "end": 13390, + "start": 13690, + "end": 13696, "loc": { "start": { - "line": 342, + "line": 350, "column": 17 }, "end": { - "line": 342, + "line": 350, "column": 23 }, "identifierName": "player" @@ -132923,15 +136228,15 @@ }, "property": { "type": "Identifier", - "start": 13391, - "end": 13401, + "start": 13697, + "end": 13707, "loc": { "start": { - "line": 342, + "line": 350, "column": 24 }, "end": { - "line": 342, + "line": 350, "column": 34 }, "identifierName": "controlBar" @@ -132942,15 +136247,15 @@ }, "property": { "type": "Identifier", - "start": 13402, - "end": 13412, + "start": 13708, + "end": 13718, "loc": { "start": { - "line": 342, + "line": 350, "column": 35 }, "end": { - "line": 342, + "line": 350, "column": 45 }, "identifierName": "playToggle" @@ -132961,15 +136266,15 @@ }, "property": { "type": "Identifier", - "start": 13413, - "end": 13417, + "start": 13719, + "end": 13723, "loc": { "start": { - "line": 342, + "line": 350, "column": 46 }, "end": { - "line": 342, + "line": 350, "column": 50 }, "identifierName": "hide" @@ -132989,15 +136294,15 @@ { "type": "CommentLine", "value": " hide play control (if present)", - "start": 13270, - "end": 13303, + "start": 13576, + "end": 13609, "loc": { "start": { - "line": 340, + "line": 348, "column": 8 }, "end": { - "line": 340, + "line": 348, "column": 41 } } @@ -133012,15 +136317,15 @@ { "type": "CommentBlock", "value": "*\n * Player UI is ready.\n * @private\n ", - "start": 8430, - "end": 8484, + "start": 8613, + "end": 8667, "loc": { "start": { - "line": 219, + "line": 224, "column": 4 }, "end": { - "line": 222, + "line": 227, "column": 7 } } @@ -133030,15 +136335,15 @@ { "type": "CommentBlock", "value": "*\n * Indicates whether the plugin is currently recording or not.\n *\n * @return {boolean} Plugin currently recording or not.\n ", - "start": 13442, - "end": 13587, + "start": 13748, + "end": 13893, "loc": { "start": { - "line": 346, + "line": 354, "column": 4 }, "end": { - "line": 350, + "line": 358, "column": 7 } } @@ -133047,15 +136352,15 @@ }, { "type": "ClassMethod", - "start": 13592, - "end": 13645, + "start": 13898, + "end": 13951, "loc": { "start": { - "line": 351, + "line": 359, "column": 4 }, "end": { - "line": 353, + "line": 361, "column": 5 } }, @@ -133063,15 +136368,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 13592, - "end": 13603, + "start": 13898, + "end": 13909, "loc": { "start": { - "line": 351, + "line": 359, "column": 4 }, "end": { - "line": 351, + "line": 359, "column": 15 }, "identifierName": "isRecording" @@ -133087,73 +136392,73 @@ "params": [], "body": { "type": "BlockStatement", - "start": 13606, - "end": 13645, + "start": 13912, + "end": 13951, "loc": { "start": { - "line": 351, + "line": 359, "column": 18 }, "end": { - "line": 353, + "line": 361, "column": 5 } }, "body": [ { "type": "ReturnStatement", - "start": 13616, - "end": 13639, + "start": 13922, + "end": 13945, "loc": { "start": { - "line": 352, + "line": 360, "column": 8 }, "end": { - "line": 352, + "line": 360, "column": 31 } }, "argument": { "type": "MemberExpression", - "start": 13623, - "end": 13638, + "start": 13929, + "end": 13944, "loc": { "start": { - "line": 352, + "line": 360, "column": 15 }, "end": { - "line": 352, + "line": 360, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 13623, - "end": 13627, + "start": 13929, + "end": 13933, "loc": { "start": { - "line": 352, + "line": 360, "column": 15 }, "end": { - "line": 352, + "line": 360, "column": 19 } } }, "property": { "type": "Identifier", - "start": 13628, - "end": 13638, + "start": 13934, + "end": 13944, "loc": { "start": { - "line": 352, + "line": 360, "column": 20 }, "end": { - "line": 352, + "line": 360, "column": 30 }, "identifierName": "_recording" @@ -133171,15 +136476,15 @@ { "type": "CommentBlock", "value": "*\n * Indicates whether the plugin is currently recording or not.\n *\n * @return {boolean} Plugin currently recording or not.\n ", - "start": 13442, - "end": 13587, + "start": 13748, + "end": 13893, "loc": { "start": { - "line": 346, + "line": 354, "column": 4 }, "end": { - "line": 350, + "line": 358, "column": 7 } } @@ -133189,15 +136494,15 @@ { "type": "CommentBlock", "value": "*\n * Indicates whether the plugin is currently processing recorded data\n * or not.\n *\n * @return {boolean} Plugin processing or not.\n ", - "start": 13651, - "end": 13809, + "start": 13957, + "end": 14115, "loc": { "start": { - "line": 355, + "line": 363, "column": 4 }, "end": { - "line": 360, + "line": 368, "column": 7 } } @@ -133206,15 +136511,15 @@ }, { "type": "ClassMethod", - "start": 13814, - "end": 13869, + "start": 14120, + "end": 14175, "loc": { "start": { - "line": 361, + "line": 369, "column": 4 }, "end": { - "line": 363, + "line": 371, "column": 5 } }, @@ -133222,15 +136527,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 13814, - "end": 13826, + "start": 14120, + "end": 14132, "loc": { "start": { - "line": 361, + "line": 369, "column": 4 }, "end": { - "line": 361, + "line": 369, "column": 16 }, "identifierName": "isProcessing" @@ -133246,73 +136551,73 @@ "params": [], "body": { "type": "BlockStatement", - "start": 13829, - "end": 13869, + "start": 14135, + "end": 14175, "loc": { "start": { - "line": 361, + "line": 369, "column": 19 }, "end": { - "line": 363, + "line": 371, "column": 5 } }, "body": [ { "type": "ReturnStatement", - "start": 13839, - "end": 13863, + "start": 14145, + "end": 14169, "loc": { "start": { - "line": 362, + "line": 370, "column": 8 }, "end": { - "line": 362, + "line": 370, "column": 32 } }, "argument": { "type": "MemberExpression", - "start": 13846, - "end": 13862, + "start": 14152, + "end": 14168, "loc": { "start": { - "line": 362, + "line": 370, "column": 15 }, "end": { - "line": 362, + "line": 370, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 13846, - "end": 13850, + "start": 14152, + "end": 14156, "loc": { "start": { - "line": 362, + "line": 370, "column": 15 }, "end": { - "line": 362, + "line": 370, "column": 19 } } }, "property": { "type": "Identifier", - "start": 13851, - "end": 13862, + "start": 14157, + "end": 14168, "loc": { "start": { - "line": 362, + "line": 370, "column": 20 }, "end": { - "line": 362, + "line": 370, "column": 31 }, "identifierName": "_processing" @@ -133330,15 +136635,15 @@ { "type": "CommentBlock", "value": "*\n * Indicates whether the plugin is currently processing recorded data\n * or not.\n *\n * @return {boolean} Plugin processing or not.\n ", - "start": 13651, - "end": 13809, + "start": 13957, + "end": 14115, "loc": { "start": { - "line": 355, + "line": 363, "column": 4 }, "end": { - "line": 360, + "line": 368, "column": 7 } } @@ -133348,15 +136653,15 @@ { "type": "CommentBlock", "value": "*\n * Indicates whether the plugin is destroyed or not.\n *\n * @return {boolean} Plugin destroyed or not.\n ", - "start": 13875, - "end": 14000, + "start": 14181, + "end": 14306, "loc": { "start": { - "line": 365, + "line": 373, "column": 4 }, "end": { - "line": 369, + "line": 377, "column": 7 } } @@ -133365,15 +136670,15 @@ }, { "type": "ClassMethod", - "start": 14005, - "end": 14204, + "start": 14311, + "end": 14510, "loc": { "start": { - "line": 370, + "line": 378, "column": 4 }, "end": { - "line": 376, + "line": 384, "column": 5 } }, @@ -133381,15 +136686,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 14005, - "end": 14016, + "start": 14311, + "end": 14322, "loc": { "start": { - "line": 370, + "line": 378, "column": 4 }, "end": { - "line": 370, + "line": 378, "column": 15 }, "identifierName": "isDestroyed" @@ -133405,59 +136710,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 14019, - "end": 14204, + "start": 14325, + "end": 14510, "loc": { "start": { - "line": 370, + "line": 378, "column": 18 }, "end": { - "line": 376, + "line": 384, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 14029, - "end": 14068, + "start": 14335, + "end": 14374, "loc": { "start": { - "line": 371, + "line": 379, "column": 8 }, "end": { - "line": 371, + "line": 379, "column": 47 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 14033, - "end": 14067, + "start": 14339, + "end": 14373, "loc": { "start": { - "line": 371, + "line": 379, "column": 12 }, "end": { - "line": 371, + "line": 379, "column": 46 } }, "id": { "type": "Identifier", - "start": 14033, - "end": 14042, + "start": 14339, + "end": 14348, "loc": { "start": { - "line": 371, + "line": 379, "column": 12 }, "end": { - "line": 371, + "line": 379, "column": 21 }, "identifierName": "destroyed" @@ -133466,58 +136771,58 @@ }, "init": { "type": "BinaryExpression", - "start": 14046, - "end": 14066, + "start": 14352, + "end": 14372, "loc": { "start": { - "line": 371, + "line": 379, "column": 25 }, "end": { - "line": 371, + "line": 379, "column": 45 } }, "left": { "type": "MemberExpression", - "start": 14046, - "end": 14057, + "start": 14352, + "end": 14363, "loc": { "start": { - "line": 371, + "line": 379, "column": 25 }, "end": { - "line": 371, + "line": 379, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 14046, - "end": 14050, + "start": 14352, + "end": 14356, "loc": { "start": { - "line": 371, + "line": 379, "column": 25 }, "end": { - "line": 371, + "line": 379, "column": 29 } } }, "property": { "type": "Identifier", - "start": 14051, - "end": 14057, + "start": 14357, + "end": 14363, "loc": { "start": { - "line": 371, + "line": 379, "column": 30 }, "end": { - "line": 371, + "line": 379, "column": 36 }, "identifierName": "player" @@ -133529,22 +136834,22 @@ "operator": "===", "right": { "type": "NullLiteral", - "start": 14062, - "end": 14066, + "start": 14368, + "end": 14372, "loc": { "start": { - "line": 371, + "line": 379, "column": 41 }, "end": { - "line": 371, + "line": 379, "column": 45 } } }, "extra": { "parenthesized": true, - "parenStart": 14045 + "parenStart": 14351 } } } @@ -133553,43 +136858,43 @@ }, { "type": "IfStatement", - "start": 14077, - "end": 14172, + "start": 14383, + "end": 14478, "loc": { "start": { - "line": 372, + "line": 380, "column": 8 }, "end": { - "line": 374, + "line": 382, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 14081, - "end": 14100, + "start": 14387, + "end": 14406, "loc": { "start": { - "line": 372, + "line": 380, "column": 12 }, "end": { - "line": 372, + "line": 380, "column": 31 } }, "left": { "type": "Identifier", - "start": 14081, - "end": 14090, + "start": 14387, + "end": 14396, "loc": { "start": { - "line": 372, + "line": 380, "column": 12 }, "end": { - "line": 372, + "line": 380, "column": 21 }, "identifierName": "destroyed" @@ -133599,15 +136904,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 14095, - "end": 14100, + "start": 14401, + "end": 14406, "loc": { "start": { - "line": 372, + "line": 380, "column": 26 }, "end": { - "line": 372, + "line": 380, "column": 31 } }, @@ -133616,59 +136921,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 14102, - "end": 14172, + "start": 14408, + "end": 14478, "loc": { "start": { - "line": 372, + "line": 380, "column": 33 }, "end": { - "line": 374, + "line": 382, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 14116, - "end": 14162, + "start": 14422, + "end": 14468, "loc": { "start": { - "line": 373, + "line": 381, "column": 12 }, "end": { - "line": 373, + "line": 381, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 14116, - "end": 14161, + "start": 14422, + "end": 14467, "loc": { "start": { - "line": 373, + "line": 381, "column": 12 }, "end": { - "line": 373, + "line": 381, "column": 57 } }, "operator": "=", "left": { "type": "Identifier", - "start": 14116, - "end": 14125, + "start": 14422, + "end": 14431, "loc": { "start": { - "line": 373, + "line": 381, "column": 12 }, "end": { - "line": 373, + "line": 381, "column": 21 }, "identifierName": "destroyed" @@ -133677,86 +136982,86 @@ }, "right": { "type": "BinaryExpression", - "start": 14129, - "end": 14160, + "start": 14435, + "end": 14466, "loc": { "start": { - "line": 373, + "line": 381, "column": 25 }, "end": { - "line": 373, + "line": 381, "column": 56 } }, "left": { "type": "CallExpression", - "start": 14129, - "end": 14151, + "start": 14435, + "end": 14457, "loc": { "start": { - "line": 373, + "line": 381, "column": 25 }, "end": { - "line": 373, + "line": 381, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 14129, - "end": 14149, + "start": 14435, + "end": 14455, "loc": { "start": { - "line": 373, + "line": 381, "column": 25 }, "end": { - "line": 373, + "line": 381, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 14129, - "end": 14140, + "start": 14435, + "end": 14446, "loc": { "start": { - "line": 373, + "line": 381, "column": 25 }, "end": { - "line": 373, + "line": 381, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 14129, - "end": 14133, + "start": 14435, + "end": 14439, "loc": { "start": { - "line": 373, + "line": 381, "column": 25 }, "end": { - "line": 373, + "line": 381, "column": 29 } } }, "property": { "type": "Identifier", - "start": 14134, - "end": 14140, + "start": 14440, + "end": 14446, "loc": { "start": { - "line": 373, + "line": 381, "column": 30 }, "end": { - "line": 373, + "line": 381, "column": 36 }, "identifierName": "player" @@ -133767,15 +137072,15 @@ }, "property": { "type": "Identifier", - "start": 14141, - "end": 14149, + "start": 14447, + "end": 14455, "loc": { "start": { - "line": 373, + "line": 381, "column": 37 }, "end": { - "line": 373, + "line": 381, "column": 45 }, "identifierName": "children" @@ -133789,22 +137094,22 @@ "operator": "===", "right": { "type": "NullLiteral", - "start": 14156, - "end": 14160, + "start": 14462, + "end": 14466, "loc": { "start": { - "line": 373, + "line": 381, "column": 52 }, "end": { - "line": 373, + "line": 381, "column": 56 } } }, "extra": { "parenthesized": true, - "parenStart": 14128 + "parenStart": 14434 } } } @@ -133816,29 +137121,29 @@ }, { "type": "ReturnStatement", - "start": 14181, - "end": 14198, + "start": 14487, + "end": 14504, "loc": { "start": { - "line": 375, + "line": 383, "column": 8 }, "end": { - "line": 375, + "line": 383, "column": 25 } }, "argument": { "type": "Identifier", - "start": 14188, - "end": 14197, + "start": 14494, + "end": 14503, "loc": { "start": { - "line": 375, + "line": 383, "column": 15 }, "end": { - "line": 375, + "line": 383, "column": 24 }, "identifierName": "destroyed" @@ -133854,15 +137159,15 @@ { "type": "CommentBlock", "value": "*\n * Indicates whether the plugin is destroyed or not.\n *\n * @return {boolean} Plugin destroyed or not.\n ", - "start": 13875, - "end": 14000, + "start": 14181, + "end": 14306, "loc": { "start": { - "line": 365, + "line": 373, "column": 4 }, "end": { - "line": 369, + "line": 377, "column": 7 } } @@ -133872,15 +137177,15 @@ { "type": "CommentBlock", "value": "*\n * Open the browser's recording device selection dialog and start the\n * device.\n ", - "start": 14210, - "end": 14310, + "start": 14516, + "end": 14616, "loc": { "start": { - "line": 378, + "line": 386, "column": 4 }, "end": { - "line": 381, + "line": 389, "column": 7 } } @@ -133889,15 +137194,15 @@ }, { "type": "ClassMethod", - "start": 14315, - "end": 23051, + "start": 14621, + "end": 23452, "loc": { "start": { - "line": 382, + "line": 390, "column": 4 }, "end": { - "line": 581, + "line": 591, "column": 5 } }, @@ -133905,15 +137210,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 14315, - "end": 14324, + "start": 14621, + "end": 14630, "loc": { "start": { - "line": 382, + "line": 390, "column": 4 }, "end": { - "line": 382, + "line": 390, "column": 13 }, "identifierName": "getDevice" @@ -133929,72 +137234,72 @@ "params": [], "body": { "type": "BlockStatement", - "start": 14327, - "end": 23051, + "start": 14633, + "end": 23452, "loc": { "start": { - "line": 382, + "line": 390, "column": 16 }, "end": { - "line": 581, + "line": 591, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 14377, - "end": 14502, + "start": 14683, + "end": 14808, "loc": { "start": { - "line": 384, + "line": 392, "column": 8 }, "end": { - "line": 386, + "line": 394, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 14381, - "end": 14419, + "start": 14687, + "end": 14725, "loc": { "start": { - "line": 384, + "line": 392, "column": 12 }, "end": { - "line": 384, + "line": 392, "column": 50 } }, "left": { "type": "MemberExpression", - "start": 14381, - "end": 14405, + "start": 14687, + "end": 14711, "loc": { "start": { - "line": 384, + "line": 392, "column": 12 }, "end": { - "line": 384, + "line": 392, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 14381, - "end": 14385, + "start": 14687, + "end": 14691, "loc": { "start": { - "line": 384, + "line": 392, "column": 12 }, "end": { - "line": 384, + "line": 392, "column": 16 } }, @@ -134002,15 +137307,15 @@ }, "property": { "type": "Identifier", - "start": 14386, - "end": 14405, + "start": 14692, + "end": 14711, "loc": { "start": { - "line": 384, + "line": 392, "column": 17 }, "end": { - "line": 384, + "line": 392, "column": 36 }, "identifierName": "deviceReadyCallback" @@ -134023,15 +137328,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 14410, - "end": 14419, + "start": 14716, + "end": 14725, "loc": { "start": { - "line": 384, + "line": 392, "column": 41 }, "end": { - "line": 384, + "line": 392, "column": 50 }, "identifierName": "undefined" @@ -134042,88 +137347,88 @@ }, "consequent": { "type": "BlockStatement", - "start": 14421, - "end": 14502, + "start": 14727, + "end": 14808, "loc": { "start": { - "line": 384, + "line": 392, "column": 52 }, "end": { - "line": 386, + "line": 394, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 14435, - "end": 14492, + "start": 14741, + "end": 14798, "loc": { "start": { - "line": 385, + "line": 393, "column": 12 }, "end": { - "line": 385, + "line": 393, "column": 69 } }, "expression": { "type": "AssignmentExpression", - "start": 14435, - "end": 14491, + "start": 14741, + "end": 14797, "loc": { "start": { - "line": 385, + "line": 393, "column": 12 }, "end": { - "line": 385, + "line": 393, "column": 68 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 14435, - "end": 14459, + "start": 14741, + "end": 14765, "loc": { "start": { - "line": 385, + "line": 393, "column": 12 }, "end": { - "line": 385, + "line": 393, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 14435, - "end": 14439, + "start": 14741, + "end": 14745, "loc": { "start": { - "line": 385, + "line": 393, "column": 12 }, "end": { - "line": 385, + "line": 393, "column": 16 } } }, "property": { "type": "Identifier", - "start": 14440, - "end": 14459, + "start": 14746, + "end": 14765, "loc": { "start": { - "line": 385, + "line": 393, "column": 17 }, "end": { - "line": 385, + "line": 393, "column": 36 }, "identifierName": "deviceReadyCallback" @@ -134134,72 +137439,72 @@ }, "right": { "type": "CallExpression", - "start": 14462, - "end": 14491, + "start": 14768, + "end": 14797, "loc": { "start": { - "line": 385, + "line": 393, "column": 39 }, "end": { - "line": 385, + "line": 393, "column": 68 } }, "callee": { "type": "MemberExpression", - "start": 14462, - "end": 14485, + "start": 14768, + "end": 14791, "loc": { "start": { - "line": 385, + "line": 393, "column": 39 }, "end": { - "line": 385, + "line": 393, "column": 62 } }, "object": { "type": "MemberExpression", - "start": 14462, - "end": 14480, + "start": 14768, + "end": 14786, "loc": { "start": { - "line": 385, + "line": 393, "column": 39 }, "end": { - "line": 385, + "line": 393, "column": 57 } }, "object": { "type": "ThisExpression", - "start": 14462, - "end": 14466, + "start": 14768, + "end": 14772, "loc": { "start": { - "line": 385, + "line": 393, "column": 39 }, "end": { - "line": 385, + "line": 393, "column": 43 } } }, "property": { "type": "Identifier", - "start": 14467, - "end": 14480, + "start": 14773, + "end": 14786, "loc": { "start": { - "line": 385, + "line": 393, "column": 44 }, "end": { - "line": 385, + "line": 393, "column": 57 }, "identifierName": "onDeviceReady" @@ -134210,15 +137515,15 @@ }, "property": { "type": "Identifier", - "start": 14481, - "end": 14485, + "start": 14787, + "end": 14791, "loc": { "start": { - "line": 385, + "line": 393, "column": 58 }, "end": { - "line": 385, + "line": 393, "column": 62 }, "identifierName": "bind" @@ -134230,15 +137535,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 14486, - "end": 14490, + "start": 14792, + "end": 14796, "loc": { "start": { - "line": 385, + "line": 393, "column": 63 }, "end": { - "line": 385, + "line": 393, "column": 67 } } @@ -134255,15 +137560,15 @@ { "type": "CommentLine", "value": " define device callbacks once", - "start": 14337, - "end": 14368, + "start": 14643, + "end": 14674, "loc": { "start": { - "line": 383, + "line": 391, "column": 8 }, "end": { - "line": 383, + "line": 391, "column": 39 } } @@ -134272,72 +137577,72 @@ }, { "type": "IfStatement", - "start": 14511, - "end": 14636, + "start": 14817, + "end": 14942, "loc": { "start": { - "line": 387, + "line": 395, "column": 8 }, "end": { - "line": 389, + "line": 397, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 14515, - "end": 14553, + "start": 14821, + "end": 14859, "loc": { "start": { - "line": 387, + "line": 395, "column": 12 }, "end": { - "line": 387, + "line": 395, "column": 50 } }, "left": { "type": "MemberExpression", - "start": 14515, - "end": 14539, + "start": 14821, + "end": 14845, "loc": { "start": { - "line": 387, + "line": 395, "column": 12 }, "end": { - "line": 387, + "line": 395, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 14515, - "end": 14519, + "start": 14821, + "end": 14825, "loc": { "start": { - "line": 387, + "line": 395, "column": 12 }, "end": { - "line": 387, + "line": 395, "column": 16 } } }, "property": { "type": "Identifier", - "start": 14520, - "end": 14539, + "start": 14826, + "end": 14845, "loc": { "start": { - "line": 387, + "line": 395, "column": 17 }, "end": { - "line": 387, + "line": 395, "column": 36 }, "identifierName": "deviceErrorCallback" @@ -134349,15 +137654,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 14544, - "end": 14553, + "start": 14850, + "end": 14859, "loc": { "start": { - "line": 387, + "line": 395, "column": 41 }, "end": { - "line": 387, + "line": 395, "column": 50 }, "identifierName": "undefined" @@ -134367,88 +137672,88 @@ }, "consequent": { "type": "BlockStatement", - "start": 14555, - "end": 14636, + "start": 14861, + "end": 14942, "loc": { "start": { - "line": 387, + "line": 395, "column": 52 }, "end": { - "line": 389, + "line": 397, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 14569, - "end": 14626, + "start": 14875, + "end": 14932, "loc": { "start": { - "line": 388, + "line": 396, "column": 12 }, "end": { - "line": 388, + "line": 396, "column": 69 } }, "expression": { "type": "AssignmentExpression", - "start": 14569, - "end": 14625, + "start": 14875, + "end": 14931, "loc": { "start": { - "line": 388, + "line": 396, "column": 12 }, "end": { - "line": 388, + "line": 396, "column": 68 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 14569, - "end": 14593, + "start": 14875, + "end": 14899, "loc": { "start": { - "line": 388, + "line": 396, "column": 12 }, "end": { - "line": 388, + "line": 396, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 14569, - "end": 14573, + "start": 14875, + "end": 14879, "loc": { "start": { - "line": 388, + "line": 396, "column": 12 }, "end": { - "line": 388, + "line": 396, "column": 16 } } }, "property": { "type": "Identifier", - "start": 14574, - "end": 14593, + "start": 14880, + "end": 14899, "loc": { "start": { - "line": 388, + "line": 396, "column": 17 }, "end": { - "line": 388, + "line": 396, "column": 36 }, "identifierName": "deviceErrorCallback" @@ -134459,72 +137764,72 @@ }, "right": { "type": "CallExpression", - "start": 14596, - "end": 14625, + "start": 14902, + "end": 14931, "loc": { "start": { - "line": 388, + "line": 396, "column": 39 }, "end": { - "line": 388, + "line": 396, "column": 68 } }, "callee": { "type": "MemberExpression", - "start": 14596, - "end": 14619, + "start": 14902, + "end": 14925, "loc": { "start": { - "line": 388, + "line": 396, "column": 39 }, "end": { - "line": 388, + "line": 396, "column": 62 } }, "object": { "type": "MemberExpression", - "start": 14596, - "end": 14614, + "start": 14902, + "end": 14920, "loc": { "start": { - "line": 388, + "line": 396, "column": 39 }, "end": { - "line": 388, + "line": 396, "column": 57 } }, "object": { "type": "ThisExpression", - "start": 14596, - "end": 14600, + "start": 14902, + "end": 14906, "loc": { "start": { - "line": 388, + "line": 396, "column": 39 }, "end": { - "line": 388, + "line": 396, "column": 43 } } }, "property": { "type": "Identifier", - "start": 14601, - "end": 14614, + "start": 14907, + "end": 14920, "loc": { "start": { - "line": 388, + "line": 396, "column": 44 }, "end": { - "line": 388, + "line": 396, "column": 57 }, "identifierName": "onDeviceError" @@ -134535,15 +137840,15 @@ }, "property": { "type": "Identifier", - "start": 14615, - "end": 14619, + "start": 14921, + "end": 14925, "loc": { "start": { - "line": 388, + "line": 396, "column": 58 }, "end": { - "line": 388, + "line": 396, "column": 62 }, "identifierName": "bind" @@ -134555,15 +137860,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 14620, - "end": 14624, + "start": 14926, + "end": 14930, "loc": { "start": { - "line": 388, + "line": 396, "column": 63 }, "end": { - "line": 388, + "line": 396, "column": 67 } } @@ -134579,72 +137884,72 @@ }, { "type": "IfStatement", - "start": 14645, - "end": 14771, + "start": 14951, + "end": 15077, "loc": { "start": { - "line": 390, + "line": 398, "column": 8 }, "end": { - "line": 392, + "line": 400, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 14649, - "end": 14686, + "start": 14955, + "end": 14992, "loc": { "start": { - "line": 390, + "line": 398, "column": 12 }, "end": { - "line": 390, + "line": 398, "column": 49 } }, "left": { "type": "MemberExpression", - "start": 14649, - "end": 14672, + "start": 14955, + "end": 14978, "loc": { "start": { - "line": 390, + "line": 398, "column": 12 }, "end": { - "line": 390, + "line": 398, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 14649, - "end": 14653, + "start": 14955, + "end": 14959, "loc": { "start": { - "line": 390, + "line": 398, "column": 12 }, "end": { - "line": 390, + "line": 398, "column": 16 } } }, "property": { "type": "Identifier", - "start": 14654, - "end": 14672, + "start": 14960, + "end": 14978, "loc": { "start": { - "line": 390, + "line": 398, "column": 17 }, "end": { - "line": 390, + "line": 398, "column": 35 }, "identifierName": "engineStopCallback" @@ -134656,15 +137961,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 14677, - "end": 14686, + "start": 14983, + "end": 14992, "loc": { "start": { - "line": 390, + "line": 398, "column": 40 }, "end": { - "line": 390, + "line": 398, "column": 49 }, "identifierName": "undefined" @@ -134674,88 +137979,88 @@ }, "consequent": { "type": "BlockStatement", - "start": 14688, - "end": 14771, + "start": 14994, + "end": 15077, "loc": { "start": { - "line": 390, + "line": 398, "column": 51 }, "end": { - "line": 392, + "line": 400, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 14702, - "end": 14761, + "start": 15008, + "end": 15067, "loc": { "start": { - "line": 391, + "line": 399, "column": 12 }, "end": { - "line": 391, + "line": 399, "column": 71 } }, "expression": { "type": "AssignmentExpression", - "start": 14702, - "end": 14760, + "start": 15008, + "end": 15066, "loc": { "start": { - "line": 391, + "line": 399, "column": 12 }, "end": { - "line": 391, + "line": 399, "column": 70 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 14702, - "end": 14725, + "start": 15008, + "end": 15031, "loc": { "start": { - "line": 391, + "line": 399, "column": 12 }, "end": { - "line": 391, + "line": 399, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 14702, - "end": 14706, + "start": 15008, + "end": 15012, "loc": { "start": { - "line": 391, + "line": 399, "column": 12 }, "end": { - "line": 391, + "line": 399, "column": 16 } } }, "property": { "type": "Identifier", - "start": 14707, - "end": 14725, + "start": 15013, + "end": 15031, "loc": { "start": { - "line": 391, + "line": 399, "column": 17 }, "end": { - "line": 391, + "line": 399, "column": 35 }, "identifierName": "engineStopCallback" @@ -134766,72 +138071,72 @@ }, "right": { "type": "CallExpression", - "start": 14728, - "end": 14760, + "start": 15034, + "end": 15066, "loc": { "start": { - "line": 391, + "line": 399, "column": 38 }, "end": { - "line": 391, + "line": 399, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 14728, - "end": 14754, + "start": 15034, + "end": 15060, "loc": { "start": { - "line": 391, + "line": 399, "column": 38 }, "end": { - "line": 391, + "line": 399, "column": 64 } }, "object": { "type": "MemberExpression", - "start": 14728, - "end": 14749, + "start": 15034, + "end": 15055, "loc": { "start": { - "line": 391, + "line": 399, "column": 38 }, "end": { - "line": 391, + "line": 399, "column": 59 } }, "object": { "type": "ThisExpression", - "start": 14728, - "end": 14732, + "start": 15034, + "end": 15038, "loc": { "start": { - "line": 391, + "line": 399, "column": 38 }, "end": { - "line": 391, + "line": 399, "column": 42 } } }, "property": { "type": "Identifier", - "start": 14733, - "end": 14749, + "start": 15039, + "end": 15055, "loc": { "start": { - "line": 391, + "line": 399, "column": 43 }, "end": { - "line": 391, + "line": 399, "column": 59 }, "identifierName": "onRecordComplete" @@ -134842,15 +138147,15 @@ }, "property": { "type": "Identifier", - "start": 14750, - "end": 14754, + "start": 15056, + "end": 15060, "loc": { "start": { - "line": 391, + "line": 399, "column": 60 }, "end": { - "line": 391, + "line": 399, "column": 64 }, "identifierName": "bind" @@ -134862,15 +138167,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 14755, - "end": 14759, + "start": 15061, + "end": 15065, "loc": { "start": { - "line": 391, + "line": 399, "column": 65 }, "end": { - "line": 391, + "line": 399, "column": 69 } } @@ -134886,72 +138191,72 @@ }, { "type": "IfStatement", - "start": 14780, - "end": 14911, + "start": 15086, + "end": 15217, "loc": { "start": { - "line": 393, + "line": 401, "column": 8 }, "end": { - "line": 395, + "line": 403, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 14784, - "end": 14824, + "start": 15090, + "end": 15130, "loc": { "start": { - "line": 393, + "line": 401, "column": 12 }, "end": { - "line": 393, + "line": 401, "column": 52 } }, "left": { "type": "MemberExpression", - "start": 14784, - "end": 14810, + "start": 15090, + "end": 15116, "loc": { "start": { - "line": 393, + "line": 401, "column": 12 }, "end": { - "line": 393, + "line": 401, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 14784, - "end": 14788, + "start": 15090, + "end": 15094, "loc": { "start": { - "line": 393, + "line": 401, "column": 12 }, "end": { - "line": 393, + "line": 401, "column": 16 } } }, "property": { "type": "Identifier", - "start": 14789, - "end": 14810, + "start": 15095, + "end": 15116, "loc": { "start": { - "line": 393, + "line": 401, "column": 17 }, "end": { - "line": 393, + "line": 401, "column": 38 }, "identifierName": "streamVisibleCallback" @@ -134963,15 +138268,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 14815, - "end": 14824, + "start": 15121, + "end": 15130, "loc": { "start": { - "line": 393, + "line": 401, "column": 43 }, "end": { - "line": 393, + "line": 401, "column": 52 }, "identifierName": "undefined" @@ -134981,88 +138286,88 @@ }, "consequent": { "type": "BlockStatement", - "start": 14826, - "end": 14911, + "start": 15132, + "end": 15217, "loc": { "start": { - "line": 393, + "line": 401, "column": 54 }, "end": { - "line": 395, + "line": 403, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 14840, - "end": 14901, + "start": 15146, + "end": 15207, "loc": { "start": { - "line": 394, + "line": 402, "column": 12 }, "end": { - "line": 394, + "line": 402, "column": 73 } }, "expression": { "type": "AssignmentExpression", - "start": 14840, - "end": 14900, + "start": 15146, + "end": 15206, "loc": { "start": { - "line": 394, + "line": 402, "column": 12 }, "end": { - "line": 394, + "line": 402, "column": 72 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 14840, - "end": 14866, + "start": 15146, + "end": 15172, "loc": { "start": { - "line": 394, + "line": 402, "column": 12 }, "end": { - "line": 394, + "line": 402, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 14840, - "end": 14844, + "start": 15146, + "end": 15150, "loc": { "start": { - "line": 394, + "line": 402, "column": 12 }, "end": { - "line": 394, + "line": 402, "column": 16 } } }, "property": { "type": "Identifier", - "start": 14845, - "end": 14866, + "start": 15151, + "end": 15172, "loc": { "start": { - "line": 394, + "line": 402, "column": 17 }, "end": { - "line": 394, + "line": 402, "column": 38 }, "identifierName": "streamVisibleCallback" @@ -135073,72 +138378,72 @@ }, "right": { "type": "CallExpression", - "start": 14869, - "end": 14900, + "start": 15175, + "end": 15206, "loc": { "start": { - "line": 394, + "line": 402, "column": 41 }, "end": { - "line": 394, + "line": 402, "column": 72 } }, "callee": { "type": "MemberExpression", - "start": 14869, - "end": 14894, + "start": 15175, + "end": 15200, "loc": { "start": { - "line": 394, + "line": 402, "column": 41 }, "end": { - "line": 394, + "line": 402, "column": 66 } }, "object": { "type": "MemberExpression", - "start": 14869, - "end": 14889, + "start": 15175, + "end": 15195, "loc": { "start": { - "line": 394, + "line": 402, "column": 41 }, "end": { - "line": 394, + "line": 402, "column": 61 } }, "object": { "type": "ThisExpression", - "start": 14869, - "end": 14873, + "start": 15175, + "end": 15179, "loc": { "start": { - "line": 394, + "line": 402, "column": 41 }, "end": { - "line": 394, + "line": 402, "column": 45 } } }, "property": { "type": "Identifier", - "start": 14874, - "end": 14889, + "start": 15180, + "end": 15195, "loc": { "start": { - "line": 394, + "line": 402, "column": 46 }, "end": { - "line": 394, + "line": 402, "column": 61 }, "identifierName": "onStreamVisible" @@ -135149,15 +138454,15 @@ }, "property": { "type": "Identifier", - "start": 14890, - "end": 14894, + "start": 15196, + "end": 15200, "loc": { "start": { - "line": 394, + "line": 402, "column": 62 }, "end": { - "line": 394, + "line": 402, "column": 66 }, "identifierName": "bind" @@ -135169,15 +138474,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 14895, - "end": 14899, + "start": 15201, + "end": 15205, "loc": { "start": { - "line": 394, + "line": 402, "column": 67 }, "end": { - "line": 394, + "line": 402, "column": 71 } } @@ -135195,15 +138500,15 @@ { "type": "CommentLine", "value": " check for support because some browsers still do not support", - "start": 14921, - "end": 14984, + "start": 15227, + "end": 15290, "loc": { "start": { - "line": 397, + "line": 405, "column": 8 }, "end": { - "line": 397, + "line": 405, "column": 71 } } @@ -135211,15 +138516,15 @@ { "type": "CommentLine", "value": " getDisplayMedia or getUserMedia (like Chrome iOS, see:", - "start": 14993, - "end": 15050, + "start": 15299, + "end": 15356, "loc": { "start": { - "line": 398, + "line": 406, "column": 8 }, "end": { - "line": 398, + "line": 406, "column": 65 } } @@ -135227,15 +138532,15 @@ { "type": "CommentLine", "value": " https://bugs.chromium.org/p/chromium/issues/detail?id=752458)", - "start": 15059, - "end": 15123, + "start": 15365, + "end": 15429, "loc": { "start": { - "line": 399, + "line": 407, "column": 8 }, "end": { - "line": 399, + "line": 407, "column": 72 } } @@ -135244,85 +138549,85 @@ }, { "type": "IfStatement", - "start": 15132, - "end": 15853, + "start": 15438, + "end": 16159, "loc": { "start": { - "line": 400, + "line": 408, "column": 8 }, "end": { - "line": 414, + "line": 422, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 15136, - "end": 15213, + "start": 15442, + "end": 15519, "loc": { "start": { - "line": 400, + "line": 408, "column": 12 }, "end": { - "line": 400, + "line": 408, "column": 89 } }, "left": { "type": "BinaryExpression", - "start": 15136, - "end": 15172, + "start": 15442, + "end": 15478, "loc": { "start": { - "line": 400, + "line": 408, "column": 12 }, "end": { - "line": 400, + "line": 408, "column": 48 } }, "left": { "type": "CallExpression", - "start": 15136, - "end": 15156, + "start": 15442, + "end": 15462, "loc": { "start": { - "line": 400, + "line": 408, "column": 12 }, "end": { - "line": 400, + "line": 408, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 15136, - "end": 15154, + "start": 15442, + "end": 15460, "loc": { "start": { - "line": 400, + "line": 408, "column": 12 }, "end": { - "line": 400, + "line": 408, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 15136, - "end": 15140, + "start": 15442, + "end": 15446, "loc": { "start": { - "line": 400, + "line": 408, "column": 12 }, "end": { - "line": 400, + "line": 408, "column": 16 } }, @@ -135330,15 +138635,15 @@ }, "property": { "type": "Identifier", - "start": 15141, - "end": 15154, + "start": 15447, + "end": 15460, "loc": { "start": { - "line": 400, + "line": 408, "column": 17 }, "end": { - "line": 400, + "line": 408, "column": 30 }, "identifierName": "getRecordType" @@ -135354,15 +138659,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 15161, - "end": 15172, + "start": 15467, + "end": 15478, "loc": { "start": { - "line": 400, + "line": 408, "column": 37 }, "end": { - "line": 400, + "line": 408, "column": 48 }, "identifierName": "SCREEN_ONLY" @@ -135374,72 +138679,72 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 15176, - "end": 15213, + "start": 15482, + "end": 15519, "loc": { "start": { - "line": 400, + "line": 408, "column": 52 }, "end": { - "line": 400, + "line": 408, "column": 89 } }, "left": { "type": "CallExpression", - "start": 15176, - "end": 15196, + "start": 15482, + "end": 15502, "loc": { "start": { - "line": 400, + "line": 408, "column": 52 }, "end": { - "line": 400, + "line": 408, "column": 72 } }, "callee": { "type": "MemberExpression", - "start": 15176, - "end": 15194, + "start": 15482, + "end": 15500, "loc": { "start": { - "line": 400, + "line": 408, "column": 52 }, "end": { - "line": 400, + "line": 408, "column": 70 } }, "object": { "type": "ThisExpression", - "start": 15176, - "end": 15180, + "start": 15482, + "end": 15486, "loc": { "start": { - "line": 400, + "line": 408, "column": 52 }, "end": { - "line": 400, + "line": 408, "column": 56 } } }, "property": { "type": "Identifier", - "start": 15181, - "end": 15194, + "start": 15487, + "end": 15500, "loc": { "start": { - "line": 400, + "line": 408, "column": 57 }, "end": { - "line": 400, + "line": 408, "column": 70 }, "identifierName": "getRecordType" @@ -135453,15 +138758,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 15201, - "end": 15213, + "start": 15507, + "end": 15519, "loc": { "start": { - "line": 400, + "line": 408, "column": 77 }, "end": { - "line": 400, + "line": 408, "column": 89 }, "identifierName": "AUDIO_SCREEN" @@ -135473,86 +138778,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 15215, - "end": 15534, + "start": 15521, + "end": 15840, "loc": { "start": { - "line": 400, + "line": 408, "column": 91 }, "end": { - "line": 407, + "line": 415, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 15229, - "end": 15524, + "start": 15535, + "end": 15830, "loc": { "start": { - "line": 401, + "line": 409, "column": 12 }, "end": { - "line": 406, + "line": 414, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 15233, - "end": 15341, + "start": 15539, + "end": 15647, "loc": { "start": { - "line": 401, + "line": 409, "column": 16 }, "end": { - "line": 402, + "line": 410, "column": 68 } }, "left": { "type": "BinaryExpression", - "start": 15233, - "end": 15269, + "start": 15539, + "end": 15575, "loc": { "start": { - "line": 401, + "line": 409, "column": 16 }, "end": { - "line": 401, + "line": 409, "column": 52 } }, "left": { "type": "MemberExpression", - "start": 15233, - "end": 15255, + "start": 15539, + "end": 15561, "loc": { "start": { - "line": 401, + "line": 409, "column": 16 }, "end": { - "line": 401, + "line": 409, "column": 38 } }, "object": { "type": "Identifier", - "start": 15233, - "end": 15242, + "start": 15539, + "end": 15548, "loc": { "start": { - "line": 401, + "line": 409, "column": 16 }, "end": { - "line": 401, + "line": 409, "column": 25 }, "identifierName": "navigator" @@ -135561,15 +138866,15 @@ }, "property": { "type": "Identifier", - "start": 15243, - "end": 15255, + "start": 15549, + "end": 15561, "loc": { "start": { - "line": 401, + "line": 409, "column": 26 }, "end": { - "line": 401, + "line": 409, "column": 38 }, "identifierName": "mediaDevices" @@ -135581,15 +138886,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 15260, - "end": 15269, + "start": 15566, + "end": 15575, "loc": { "start": { - "line": 401, + "line": 409, "column": 43 }, "end": { - "line": 401, + "line": 409, "column": 52 }, "identifierName": "undefined" @@ -135600,57 +138905,57 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 15289, - "end": 15341, + "start": 15595, + "end": 15647, "loc": { "start": { - "line": 402, + "line": 410, "column": 16 }, "end": { - "line": 402, + "line": 410, "column": 68 } }, "left": { "type": "MemberExpression", - "start": 15289, - "end": 15327, + "start": 15595, + "end": 15633, "loc": { "start": { - "line": 402, + "line": 410, "column": 16 }, "end": { - "line": 402, + "line": 410, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 15289, - "end": 15311, + "start": 15595, + "end": 15617, "loc": { "start": { - "line": 402, + "line": 410, "column": 16 }, "end": { - "line": 402, + "line": 410, "column": 38 } }, "object": { "type": "Identifier", - "start": 15289, - "end": 15298, + "start": 15595, + "end": 15604, "loc": { "start": { - "line": 402, + "line": 410, "column": 16 }, "end": { - "line": 402, + "line": 410, "column": 25 }, "identifierName": "navigator" @@ -135659,15 +138964,15 @@ }, "property": { "type": "Identifier", - "start": 15299, - "end": 15311, + "start": 15605, + "end": 15617, "loc": { "start": { - "line": 402, + "line": 410, "column": 26 }, "end": { - "line": 402, + "line": 410, "column": 38 }, "identifierName": "mediaDevices" @@ -135678,15 +138983,15 @@ }, "property": { "type": "Identifier", - "start": 15312, - "end": 15327, + "start": 15618, + "end": 15633, "loc": { "start": { - "line": 402, + "line": 410, "column": 39 }, "end": { - "line": 402, + "line": 410, "column": 54 }, "identifierName": "getDisplayMedia" @@ -135698,15 +139003,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 15332, - "end": 15341, + "start": 15638, + "end": 15647, "loc": { "start": { - "line": 402, + "line": 410, "column": 59 }, "end": { - "line": 402, + "line": 410, "column": 68 }, "identifierName": "undefined" @@ -135717,101 +139022,101 @@ }, "consequent": { "type": "BlockStatement", - "start": 15343, - "end": 15524, + "start": 15649, + "end": 15830, "loc": { "start": { - "line": 402, + "line": 410, "column": 70 }, "end": { - "line": 406, + "line": 414, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 15361, - "end": 15486, + "start": 15667, + "end": 15792, "loc": { "start": { - "line": 403, + "line": 411, "column": 16 }, "end": { - "line": 404, + "line": 412, "column": 92 } }, "expression": { "type": "CallExpression", - "start": 15361, - "end": 15485, + "start": 15667, + "end": 15791, "loc": { "start": { - "line": 403, + "line": 411, "column": 16 }, "end": { - "line": 404, + "line": 412, "column": 91 } }, "callee": { "type": "MemberExpression", - "start": 15361, - "end": 15380, + "start": 15667, + "end": 15686, "loc": { "start": { - "line": 403, + "line": 411, "column": 16 }, "end": { - "line": 403, + "line": 411, "column": 35 } }, "object": { "type": "MemberExpression", - "start": 15361, - "end": 15372, + "start": 15667, + "end": 15678, "loc": { "start": { - "line": 403, + "line": 411, "column": 16 }, "end": { - "line": 403, + "line": 411, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 15361, - "end": 15365, + "start": 15667, + "end": 15671, "loc": { "start": { - "line": 403, + "line": 411, "column": 16 }, "end": { - "line": 403, + "line": 411, "column": 20 } } }, "property": { "type": "Identifier", - "start": 15366, - "end": 15372, + "start": 15672, + "end": 15678, "loc": { "start": { - "line": 403, + "line": 411, "column": 21 }, "end": { - "line": 403, + "line": 411, "column": 27 }, "identifierName": "player" @@ -135822,15 +139127,15 @@ }, "property": { "type": "Identifier", - "start": 15373, - "end": 15380, + "start": 15679, + "end": 15686, "loc": { "start": { - "line": 403, + "line": 411, "column": 28 }, "end": { - "line": 403, + "line": 411, "column": 35 }, "identifierName": "trigger" @@ -135842,29 +139147,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 15381, - "end": 15392, + "start": 15687, + "end": 15698, "loc": { "start": { - "line": 403, + "line": 411, "column": 36 }, "end": { - "line": 403, + "line": 411, "column": 47 } }, "object": { "type": "Identifier", - "start": 15381, - "end": 15386, + "start": 15687, + "end": 15692, "loc": { "start": { - "line": 403, + "line": 411, "column": 36 }, "end": { - "line": 403, + "line": 411, "column": 41 }, "identifierName": "Event" @@ -135873,15 +139178,15 @@ }, "property": { "type": "Identifier", - "start": 15387, - "end": 15392, + "start": 15693, + "end": 15698, "loc": { "start": { - "line": 403, + "line": 411, "column": 42 }, "end": { - "line": 403, + "line": 411, "column": 47 }, "identifierName": "ERROR" @@ -135892,15 +139197,15 @@ }, { "type": "StringLiteral", - "start": 15414, - "end": 15484, + "start": 15720, + "end": 15790, "loc": { "start": { - "line": 404, + "line": 412, "column": 20 }, "end": { - "line": 404, + "line": 412, "column": 90 } }, @@ -135915,15 +139220,15 @@ }, { "type": "ReturnStatement", - "start": 15503, - "end": 15510, + "start": 15809, + "end": 15816, "loc": { "start": { - "line": 405, + "line": 413, "column": 16 }, "end": { - "line": 405, + "line": 413, "column": 23 } }, @@ -135939,86 +139244,86 @@ }, "alternate": { "type": "BlockStatement", - "start": 15540, - "end": 15853, + "start": 15846, + "end": 16159, "loc": { "start": { - "line": 407, + "line": 415, "column": 15 }, "end": { - "line": 414, + "line": 422, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 15554, - "end": 15843, + "start": 15860, + "end": 16149, "loc": { "start": { - "line": 408, + "line": 416, "column": 12 }, "end": { - "line": 413, + "line": 421, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 15558, - "end": 15663, + "start": 15864, + "end": 15969, "loc": { "start": { - "line": 408, + "line": 416, "column": 16 }, "end": { - "line": 409, + "line": 417, "column": 65 } }, "left": { "type": "BinaryExpression", - "start": 15558, - "end": 15594, + "start": 15864, + "end": 15900, "loc": { "start": { - "line": 408, + "line": 416, "column": 16 }, "end": { - "line": 408, + "line": 416, "column": 52 } }, "left": { "type": "MemberExpression", - "start": 15558, - "end": 15580, + "start": 15864, + "end": 15886, "loc": { "start": { - "line": 408, + "line": 416, "column": 16 }, "end": { - "line": 408, + "line": 416, "column": 38 } }, "object": { "type": "Identifier", - "start": 15558, - "end": 15567, + "start": 15864, + "end": 15873, "loc": { "start": { - "line": 408, + "line": 416, "column": 16 }, "end": { - "line": 408, + "line": 416, "column": 25 }, "identifierName": "navigator" @@ -136027,15 +139332,15 @@ }, "property": { "type": "Identifier", - "start": 15568, - "end": 15580, + "start": 15874, + "end": 15886, "loc": { "start": { - "line": 408, + "line": 416, "column": 26 }, "end": { - "line": 408, + "line": 416, "column": 38 }, "identifierName": "mediaDevices" @@ -136047,15 +139352,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 15585, - "end": 15594, + "start": 15891, + "end": 15900, "loc": { "start": { - "line": 408, + "line": 416, "column": 43 }, "end": { - "line": 408, + "line": 416, "column": 52 }, "identifierName": "undefined" @@ -136066,57 +139371,57 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 15614, - "end": 15663, + "start": 15920, + "end": 15969, "loc": { "start": { - "line": 409, + "line": 417, "column": 16 }, "end": { - "line": 409, + "line": 417, "column": 65 } }, "left": { "type": "MemberExpression", - "start": 15614, - "end": 15649, + "start": 15920, + "end": 15955, "loc": { "start": { - "line": 409, + "line": 417, "column": 16 }, "end": { - "line": 409, + "line": 417, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 15614, - "end": 15636, + "start": 15920, + "end": 15942, "loc": { "start": { - "line": 409, + "line": 417, "column": 16 }, "end": { - "line": 409, + "line": 417, "column": 38 } }, "object": { "type": "Identifier", - "start": 15614, - "end": 15623, + "start": 15920, + "end": 15929, "loc": { "start": { - "line": 409, + "line": 417, "column": 16 }, "end": { - "line": 409, + "line": 417, "column": 25 }, "identifierName": "navigator" @@ -136125,15 +139430,15 @@ }, "property": { "type": "Identifier", - "start": 15624, - "end": 15636, + "start": 15930, + "end": 15942, "loc": { "start": { - "line": 409, + "line": 417, "column": 26 }, "end": { - "line": 409, + "line": 417, "column": 38 }, "identifierName": "mediaDevices" @@ -136144,15 +139449,15 @@ }, "property": { "type": "Identifier", - "start": 15637, - "end": 15649, + "start": 15943, + "end": 15955, "loc": { "start": { - "line": 409, + "line": 417, "column": 39 }, "end": { - "line": 409, + "line": 417, "column": 51 }, "identifierName": "getUserMedia" @@ -136164,15 +139469,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 15654, - "end": 15663, + "start": 15960, + "end": 15969, "loc": { "start": { - "line": 409, + "line": 417, "column": 56 }, "end": { - "line": 409, + "line": 417, "column": 65 }, "identifierName": "undefined" @@ -136183,101 +139488,101 @@ }, "consequent": { "type": "BlockStatement", - "start": 15665, - "end": 15843, + "start": 15971, + "end": 16149, "loc": { "start": { - "line": 409, + "line": 417, "column": 67 }, "end": { - "line": 413, + "line": 421, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 15683, - "end": 15805, + "start": 15989, + "end": 16111, "loc": { "start": { - "line": 410, + "line": 418, "column": 16 }, "end": { - "line": 411, + "line": 419, "column": 89 } }, "expression": { "type": "CallExpression", - "start": 15683, - "end": 15804, + "start": 15989, + "end": 16110, "loc": { "start": { - "line": 410, + "line": 418, "column": 16 }, "end": { - "line": 411, + "line": 419, "column": 88 } }, "callee": { "type": "MemberExpression", - "start": 15683, - "end": 15702, + "start": 15989, + "end": 16008, "loc": { "start": { - "line": 410, + "line": 418, "column": 16 }, "end": { - "line": 410, + "line": 418, "column": 35 } }, "object": { "type": "MemberExpression", - "start": 15683, - "end": 15694, + "start": 15989, + "end": 16000, "loc": { "start": { - "line": 410, + "line": 418, "column": 16 }, "end": { - "line": 410, + "line": 418, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 15683, - "end": 15687, + "start": 15989, + "end": 15993, "loc": { "start": { - "line": 410, + "line": 418, "column": 16 }, "end": { - "line": 410, + "line": 418, "column": 20 } } }, "property": { "type": "Identifier", - "start": 15688, - "end": 15694, + "start": 15994, + "end": 16000, "loc": { "start": { - "line": 410, + "line": 418, "column": 21 }, "end": { - "line": 410, + "line": 418, "column": 27 }, "identifierName": "player" @@ -136288,15 +139593,15 @@ }, "property": { "type": "Identifier", - "start": 15695, - "end": 15702, + "start": 16001, + "end": 16008, "loc": { "start": { - "line": 410, + "line": 418, "column": 28 }, "end": { - "line": 410, + "line": 418, "column": 35 }, "identifierName": "trigger" @@ -136308,29 +139613,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 15703, - "end": 15714, + "start": 16009, + "end": 16020, "loc": { "start": { - "line": 410, + "line": 418, "column": 36 }, "end": { - "line": 410, + "line": 418, "column": 47 } }, "object": { "type": "Identifier", - "start": 15703, - "end": 15708, + "start": 16009, + "end": 16014, "loc": { "start": { - "line": 410, + "line": 418, "column": 36 }, "end": { - "line": 410, + "line": 418, "column": 41 }, "identifierName": "Event" @@ -136339,15 +139644,15 @@ }, "property": { "type": "Identifier", - "start": 15709, - "end": 15714, + "start": 16015, + "end": 16020, "loc": { "start": { - "line": 410, + "line": 418, "column": 42 }, "end": { - "line": 410, + "line": 418, "column": 47 }, "identifierName": "ERROR" @@ -136358,15 +139663,15 @@ }, { "type": "StringLiteral", - "start": 15736, - "end": 15803, + "start": 16042, + "end": 16109, "loc": { "start": { - "line": 411, + "line": 419, "column": 20 }, "end": { - "line": 411, + "line": 419, "column": 87 } }, @@ -136381,15 +139686,15 @@ }, { "type": "ReturnStatement", - "start": 15822, - "end": 15829, + "start": 16128, + "end": 16135, "loc": { "start": { - "line": 412, + "line": 420, "column": 16 }, "end": { - "line": 412, + "line": 420, "column": 23 } }, @@ -136408,15 +139713,15 @@ { "type": "CommentLine", "value": " check for support because some browsers still do not support", - "start": 14921, - "end": 14984, + "start": 15227, + "end": 15290, "loc": { "start": { - "line": 397, + "line": 405, "column": 8 }, "end": { - "line": 397, + "line": 405, "column": 71 } } @@ -136424,15 +139729,15 @@ { "type": "CommentLine", "value": " getDisplayMedia or getUserMedia (like Chrome iOS, see:", - "start": 14993, - "end": 15050, + "start": 15299, + "end": 15356, "loc": { "start": { - "line": 398, + "line": 406, "column": 8 }, "end": { - "line": 398, + "line": 406, "column": 65 } } @@ -136440,15 +139745,15 @@ { "type": "CommentLine", "value": " https://bugs.chromium.org/p/chromium/issues/detail?id=752458)", - "start": 15059, - "end": 15123, + "start": 15365, + "end": 15429, "loc": { "start": { - "line": 399, + "line": 407, "column": 8 }, "end": { - "line": 399, + "line": 407, "column": 72 } } @@ -136458,15 +139763,15 @@ { "type": "CommentLine", "value": " ask the browser to give the user access to the media device", - "start": 15863, - "end": 15925, + "start": 16169, + "end": 16231, "loc": { "start": { - "line": 416, + "line": 424, "column": 8 }, "end": { - "line": 416, + "line": 424, "column": 70 } } @@ -136474,15 +139779,15 @@ { "type": "CommentLine", "value": " and get a stream reference in the callback function", - "start": 15934, - "end": 15988, + "start": 16240, + "end": 16294, "loc": { "start": { - "line": 417, + "line": 425, "column": 8 }, "end": { - "line": 417, + "line": 425, "column": 62 } } @@ -136491,57 +139796,57 @@ }, { "type": "SwitchStatement", - "start": 15997, - "end": 23045, + "start": 16303, + "end": 23446, "loc": { "start": { - "line": 418, + "line": 426, "column": 8 }, "end": { - "line": 580, + "line": 590, "column": 9 } }, "discriminant": { "type": "CallExpression", - "start": 16005, - "end": 16025, + "start": 16311, + "end": 16331, "loc": { "start": { - "line": 418, + "line": 426, "column": 16 }, "end": { - "line": 418, + "line": 426, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 16005, - "end": 16023, + "start": 16311, + "end": 16329, "loc": { "start": { - "line": 418, + "line": 426, "column": 16 }, "end": { - "line": 418, + "line": 426, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 16005, - "end": 16009, + "start": 16311, + "end": 16315, "loc": { "start": { - "line": 418, + "line": 426, "column": 16 }, "end": { - "line": 418, + "line": 426, "column": 20 } }, @@ -136549,15 +139854,15 @@ }, "property": { "type": "Identifier", - "start": 16010, - "end": 16023, + "start": 16316, + "end": 16329, "loc": { "start": { - "line": 418, + "line": 426, "column": 21 }, "end": { - "line": 418, + "line": 426, "column": 34 }, "identifierName": "getRecordType" @@ -136573,73 +139878,73 @@ "cases": [ { "type": "SwitchCase", - "start": 16041, - "end": 18492, + "start": 16347, + "end": 18810, "loc": { "start": { - "line": 419, + "line": 427, "column": 12 }, "end": { - "line": 469, + "line": 477, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 16110, - "end": 16274, + "start": 16416, + "end": 16580, "loc": { "start": { - "line": 421, + "line": 429, "column": 16 }, "end": { - "line": 424, + "line": 432, "column": 18 } }, "expression": { "type": "AssignmentExpression", - "start": 16110, - "end": 16273, + "start": 16416, + "end": 16579, "loc": { "start": { - "line": 421, + "line": 429, "column": 16 }, "end": { - "line": 424, + "line": 432, "column": 17 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 16110, - "end": 16124, + "start": 16416, + "end": 16430, "loc": { "start": { - "line": 421, + "line": 429, "column": 16 }, "end": { - "line": 421, + "line": 429, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 16110, - "end": 16114, + "start": 16416, + "end": 16420, "loc": { "start": { - "line": 421, + "line": 429, "column": 16 }, "end": { - "line": 421, + "line": 429, "column": 20 } }, @@ -136647,15 +139952,15 @@ }, "property": { "type": "Identifier", - "start": 16115, - "end": 16124, + "start": 16421, + "end": 16430, "loc": { "start": { - "line": 421, + "line": 429, "column": 21 }, "end": { - "line": 421, + "line": 429, "column": 30 }, "identifierName": "mediaType" @@ -136667,30 +139972,30 @@ }, "right": { "type": "ObjectExpression", - "start": 16127, - "end": 16273, + "start": 16433, + "end": 16579, "loc": { "start": { - "line": 421, + "line": 429, "column": 33 }, "end": { - "line": 424, + "line": 432, "column": 17 } }, "properties": [ { "type": "ObjectProperty", - "start": 16149, - "end": 16221, + "start": 16455, + "end": 16527, "loc": { "start": { - "line": 422, + "line": 430, "column": 20 }, "end": { - "line": 422, + "line": 430, "column": 92 } }, @@ -136699,15 +140004,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 16149, - "end": 16154, + "start": 16455, + "end": 16460, "loc": { "start": { - "line": 422, + "line": 430, "column": 20 }, "end": { - "line": 422, + "line": 430, "column": 25 }, "identifierName": "audio" @@ -136716,72 +140021,72 @@ }, "value": { "type": "ConditionalExpression", - "start": 16156, - "end": 16221, + "start": 16462, + "end": 16527, "loc": { "start": { - "line": 422, + "line": 430, "column": 27 }, "end": { - "line": 422, + "line": 430, "column": 92 } }, "test": { "type": "BinaryExpression", - "start": 16157, - "end": 16188, + "start": 16463, + "end": 16494, "loc": { "start": { - "line": 422, + "line": 430, "column": 28 }, "end": { - "line": 422, + "line": 430, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 16157, - "end": 16179, + "start": 16463, + "end": 16485, "loc": { "start": { - "line": 422, + "line": 430, "column": 28 }, "end": { - "line": 422, + "line": 430, "column": 50 } }, "object": { "type": "ThisExpression", - "start": 16157, - "end": 16161, + "start": 16463, + "end": 16467, "loc": { "start": { - "line": 422, + "line": 430, "column": 28 }, "end": { - "line": 422, + "line": 430, "column": 32 } } }, "property": { "type": "Identifier", - "start": 16162, - "end": 16179, + "start": 16468, + "end": 16485, "loc": { "start": { - "line": 422, + "line": 430, "column": 33 }, "end": { - "line": 422, + "line": 430, "column": 50 }, "identifierName": "audioRecorderType" @@ -136793,15 +140098,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 16184, - "end": 16188, + "start": 16490, + "end": 16494, "loc": { "start": { - "line": 422, + "line": 430, "column": 55 }, "end": { - "line": 422, + "line": 430, "column": 59 }, "identifierName": "AUTO" @@ -136810,20 +140115,20 @@ }, "extra": { "parenthesized": true, - "parenStart": 16156 + "parenStart": 16462 } }, "consequent": { "type": "BooleanLiteral", - "start": 16192, - "end": 16196, + "start": 16498, + "end": 16502, "loc": { "start": { - "line": 422, + "line": 430, "column": 63 }, "end": { - "line": 422, + "line": 430, "column": 67 } }, @@ -136831,44 +140136,44 @@ }, "alternate": { "type": "MemberExpression", - "start": 16199, - "end": 16221, + "start": 16505, + "end": 16527, "loc": { "start": { - "line": 422, + "line": 430, "column": 70 }, "end": { - "line": 422, + "line": 430, "column": 92 } }, "object": { "type": "ThisExpression", - "start": 16199, - "end": 16203, + "start": 16505, + "end": 16509, "loc": { "start": { - "line": 422, + "line": 430, "column": 70 }, "end": { - "line": 422, + "line": 430, "column": 74 } } }, "property": { "type": "Identifier", - "start": 16204, - "end": 16221, + "start": 16510, + "end": 16527, "loc": { "start": { - "line": 422, + "line": 430, "column": 75 }, "end": { - "line": 422, + "line": 430, "column": 92 }, "identifierName": "audioRecorderType" @@ -136881,15 +140186,15 @@ }, { "type": "ObjectProperty", - "start": 16243, - "end": 16255, + "start": 16549, + "end": 16561, "loc": { "start": { - "line": 423, + "line": 431, "column": 20 }, "end": { - "line": 423, + "line": 431, "column": 32 } }, @@ -136898,15 +140203,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 16243, - "end": 16248, + "start": 16549, + "end": 16554, "loc": { "start": { - "line": 423, + "line": 431, "column": 20 }, "end": { - "line": 423, + "line": 431, "column": 25 }, "identifierName": "video" @@ -136915,15 +140220,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 16250, - "end": 16255, + "start": 16556, + "end": 16561, "loc": { "start": { - "line": 423, + "line": 431, "column": 27 }, "end": { - "line": 423, + "line": 431, "column": 32 } }, @@ -136938,15 +140243,15 @@ { "type": "CommentLine", "value": " setup microphone", - "start": 16074, - "end": 16093, + "start": 16380, + "end": 16399, "loc": { "start": { - "line": 420, + "line": 428, "column": 16 }, "end": { - "line": 420, + "line": 428, "column": 35 } } @@ -136956,15 +140261,15 @@ { "type": "CommentLine", "value": " remove existing microphone listeners", - "start": 16291, - "end": 16330, + "start": 16597, + "end": 16636, "loc": { "start": { - "line": 425, + "line": 433, "column": 16 }, "end": { - "line": 425, + "line": 433, "column": 55 } } @@ -136973,99 +140278,99 @@ }, { "type": "ExpressionStatement", - "start": 16347, - "end": 16446, + "start": 16653, + "end": 16752, "loc": { "start": { - "line": 426, + "line": 434, "column": 16 }, "end": { - "line": 427, + "line": 435, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 16347, - "end": 16445, + "start": 16653, + "end": 16751, "loc": { "start": { - "line": 426, + "line": 434, "column": 16 }, "end": { - "line": 427, + "line": 435, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 16347, - "end": 16379, + "start": 16653, + "end": 16685, "loc": { "start": { - "line": 426, + "line": 434, "column": 16 }, "end": { - "line": 426, + "line": 434, "column": 48 } }, "object": { "type": "MemberExpression", - "start": 16347, - "end": 16376, + "start": 16653, + "end": 16682, "loc": { "start": { - "line": 426, + "line": 434, "column": 16 }, "end": { - "line": 426, + "line": 434, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 16347, - "end": 16365, + "start": 16653, + "end": 16671, "loc": { "start": { - "line": 426, + "line": 434, "column": 16 }, "end": { - "line": 426, + "line": 434, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 16347, - "end": 16358, + "start": 16653, + "end": 16664, "loc": { "start": { - "line": 426, + "line": 434, "column": 16 }, "end": { - "line": 426, + "line": 434, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 16347, - "end": 16351, + "start": 16653, + "end": 16657, "loc": { "start": { - "line": 426, + "line": 434, "column": 16 }, "end": { - "line": 426, + "line": 434, "column": 20 } }, @@ -137073,15 +140378,15 @@ }, "property": { "type": "Identifier", - "start": 16352, - "end": 16358, + "start": 16658, + "end": 16664, "loc": { "start": { - "line": 426, + "line": 434, "column": 21 }, "end": { - "line": 426, + "line": 434, "column": 27 }, "identifierName": "surfer" @@ -137093,15 +140398,15 @@ }, "property": { "type": "Identifier", - "start": 16359, - "end": 16365, + "start": 16665, + "end": 16671, "loc": { "start": { - "line": 426, + "line": 434, "column": 28 }, "end": { - "line": 426, + "line": 434, "column": 34 }, "identifierName": "surfer" @@ -137113,15 +140418,15 @@ }, "property": { "type": "Identifier", - "start": 16366, - "end": 16376, + "start": 16672, + "end": 16682, "loc": { "start": { - "line": 426, + "line": 434, "column": 35 }, "end": { - "line": 426, + "line": 434, "column": 45 }, "identifierName": "microphone" @@ -137133,15 +140438,15 @@ }, "property": { "type": "Identifier", - "start": 16377, - "end": 16379, + "start": 16683, + "end": 16685, "loc": { "start": { - "line": 426, + "line": 434, "column": 46 }, "end": { - "line": 426, + "line": 434, "column": 48 }, "identifierName": "un" @@ -137154,29 +140459,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 16380, - "end": 16398, + "start": 16686, + "end": 16704, "loc": { "start": { - "line": 426, + "line": 434, "column": 49 }, "end": { - "line": 426, + "line": 434, "column": 67 } }, "object": { "type": "Identifier", - "start": 16380, - "end": 16385, + "start": 16686, + "end": 16691, "loc": { "start": { - "line": 426, + "line": 434, "column": 49 }, "end": { - "line": 426, + "line": 434, "column": 54 }, "identifierName": "Event" @@ -137185,15 +140490,15 @@ }, "property": { "type": "Identifier", - "start": 16386, - "end": 16398, + "start": 16692, + "end": 16704, "loc": { "start": { - "line": 426, + "line": 434, "column": 55 }, "end": { - "line": 426, + "line": 434, "column": 67 }, "identifierName": "DEVICE_READY" @@ -137204,44 +140509,44 @@ }, { "type": "MemberExpression", - "start": 16420, - "end": 16444, + "start": 16726, + "end": 16750, "loc": { "start": { - "line": 427, + "line": 435, "column": 20 }, "end": { - "line": 427, + "line": 435, "column": 44 } }, "object": { "type": "ThisExpression", - "start": 16420, - "end": 16424, + "start": 16726, + "end": 16730, "loc": { "start": { - "line": 427, + "line": 435, "column": 20 }, "end": { - "line": 427, + "line": 435, "column": 24 } } }, "property": { "type": "Identifier", - "start": 16425, - "end": 16444, + "start": 16731, + "end": 16750, "loc": { "start": { - "line": 427, + "line": 435, "column": 25 }, "end": { - "line": 427, + "line": 435, "column": 44 }, "identifierName": "deviceReadyCallback" @@ -137257,15 +140562,15 @@ { "type": "CommentLine", "value": " remove existing microphone listeners", - "start": 16291, - "end": 16330, + "start": 16597, + "end": 16636, "loc": { "start": { - "line": 425, + "line": 433, "column": 16 }, "end": { - "line": 425, + "line": 433, "column": 55 } } @@ -137274,114 +140579,114 @@ }, { "type": "ExpressionStatement", - "start": 16463, - "end": 16562, + "start": 16769, + "end": 16868, "loc": { "start": { - "line": 428, + "line": 436, "column": 16 }, "end": { - "line": 429, + "line": 437, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 16463, - "end": 16561, + "start": 16769, + "end": 16867, "loc": { "start": { - "line": 428, + "line": 436, "column": 16 }, "end": { - "line": 429, + "line": 437, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 16463, - "end": 16495, + "start": 16769, + "end": 16801, "loc": { "start": { - "line": 428, + "line": 436, "column": 16 }, "end": { - "line": 428, + "line": 436, "column": 48 } }, "object": { "type": "MemberExpression", - "start": 16463, - "end": 16492, + "start": 16769, + "end": 16798, "loc": { "start": { - "line": 428, + "line": 436, "column": 16 }, "end": { - "line": 428, + "line": 436, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 16463, - "end": 16481, + "start": 16769, + "end": 16787, "loc": { "start": { - "line": 428, + "line": 436, "column": 16 }, "end": { - "line": 428, + "line": 436, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 16463, - "end": 16474, + "start": 16769, + "end": 16780, "loc": { "start": { - "line": 428, + "line": 436, "column": 16 }, "end": { - "line": 428, + "line": 436, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 16463, - "end": 16467, + "start": 16769, + "end": 16773, "loc": { "start": { - "line": 428, + "line": 436, "column": 16 }, "end": { - "line": 428, + "line": 436, "column": 20 } } }, "property": { "type": "Identifier", - "start": 16468, - "end": 16474, + "start": 16774, + "end": 16780, "loc": { "start": { - "line": 428, + "line": 436, "column": 21 }, "end": { - "line": 428, + "line": 436, "column": 27 }, "identifierName": "surfer" @@ -137392,15 +140697,15 @@ }, "property": { "type": "Identifier", - "start": 16475, - "end": 16481, + "start": 16781, + "end": 16787, "loc": { "start": { - "line": 428, + "line": 436, "column": 28 }, "end": { - "line": 428, + "line": 436, "column": 34 }, "identifierName": "surfer" @@ -137411,15 +140716,15 @@ }, "property": { "type": "Identifier", - "start": 16482, - "end": 16492, + "start": 16788, + "end": 16798, "loc": { "start": { - "line": 428, + "line": 436, "column": 35 }, "end": { - "line": 428, + "line": 436, "column": 45 }, "identifierName": "microphone" @@ -137430,15 +140735,15 @@ }, "property": { "type": "Identifier", - "start": 16493, - "end": 16495, + "start": 16799, + "end": 16801, "loc": { "start": { - "line": 428, + "line": 436, "column": 46 }, "end": { - "line": 428, + "line": 436, "column": 48 }, "identifierName": "un" @@ -137450,29 +140755,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 16496, - "end": 16514, + "start": 16802, + "end": 16820, "loc": { "start": { - "line": 428, + "line": 436, "column": 49 }, "end": { - "line": 428, + "line": 436, "column": 67 } }, "object": { "type": "Identifier", - "start": 16496, - "end": 16501, + "start": 16802, + "end": 16807, "loc": { "start": { - "line": 428, + "line": 436, "column": 49 }, "end": { - "line": 428, + "line": 436, "column": 54 }, "identifierName": "Event" @@ -137481,15 +140786,15 @@ }, "property": { "type": "Identifier", - "start": 16502, - "end": 16514, + "start": 16808, + "end": 16820, "loc": { "start": { - "line": 428, + "line": 436, "column": 55 }, "end": { - "line": 428, + "line": 436, "column": 67 }, "identifierName": "DEVICE_ERROR" @@ -137500,44 +140805,44 @@ }, { "type": "MemberExpression", - "start": 16536, - "end": 16560, + "start": 16842, + "end": 16866, "loc": { "start": { - "line": 429, + "line": 437, "column": 20 }, "end": { - "line": 429, + "line": 437, "column": 44 } }, "object": { "type": "ThisExpression", - "start": 16536, - "end": 16540, + "start": 16842, + "end": 16846, "loc": { "start": { - "line": 429, + "line": 437, "column": 20 }, "end": { - "line": 429, + "line": 437, "column": 24 } } }, "property": { "type": "Identifier", - "start": 16541, - "end": 16560, + "start": 16847, + "end": 16866, "loc": { "start": { - "line": 429, + "line": 437, "column": 25 }, "end": { - "line": 429, + "line": 437, "column": 44 }, "identifierName": "deviceErrorCallback" @@ -137552,15 +140857,15 @@ { "type": "CommentLine", "value": " setup new microphone listeners", - "start": 16580, - "end": 16613, + "start": 16886, + "end": 16919, "loc": { "start": { - "line": 431, + "line": 439, "column": 16 }, "end": { - "line": 431, + "line": 439, "column": 49 } } @@ -137569,99 +140874,99 @@ }, { "type": "ExpressionStatement", - "start": 16630, - "end": 16729, + "start": 16936, + "end": 17035, "loc": { "start": { - "line": 432, + "line": 440, "column": 16 }, "end": { - "line": 433, + "line": 441, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 16630, - "end": 16728, + "start": 16936, + "end": 17034, "loc": { "start": { - "line": 432, + "line": 440, "column": 16 }, "end": { - "line": 433, + "line": 441, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 16630, - "end": 16662, + "start": 16936, + "end": 16968, "loc": { "start": { - "line": 432, + "line": 440, "column": 16 }, "end": { - "line": 432, + "line": 440, "column": 48 } }, "object": { "type": "MemberExpression", - "start": 16630, - "end": 16659, + "start": 16936, + "end": 16965, "loc": { "start": { - "line": 432, + "line": 440, "column": 16 }, "end": { - "line": 432, + "line": 440, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 16630, - "end": 16648, + "start": 16936, + "end": 16954, "loc": { "start": { - "line": 432, + "line": 440, "column": 16 }, "end": { - "line": 432, + "line": 440, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 16630, - "end": 16641, + "start": 16936, + "end": 16947, "loc": { "start": { - "line": 432, + "line": 440, "column": 16 }, "end": { - "line": 432, + "line": 440, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 16630, - "end": 16634, + "start": 16936, + "end": 16940, "loc": { "start": { - "line": 432, + "line": 440, "column": 16 }, "end": { - "line": 432, + "line": 440, "column": 20 } }, @@ -137669,15 +140974,15 @@ }, "property": { "type": "Identifier", - "start": 16635, - "end": 16641, + "start": 16941, + "end": 16947, "loc": { "start": { - "line": 432, + "line": 440, "column": 21 }, "end": { - "line": 432, + "line": 440, "column": 27 }, "identifierName": "surfer" @@ -137689,15 +140994,15 @@ }, "property": { "type": "Identifier", - "start": 16642, - "end": 16648, + "start": 16948, + "end": 16954, "loc": { "start": { - "line": 432, + "line": 440, "column": 28 }, "end": { - "line": 432, + "line": 440, "column": 34 }, "identifierName": "surfer" @@ -137709,15 +141014,15 @@ }, "property": { "type": "Identifier", - "start": 16649, - "end": 16659, + "start": 16955, + "end": 16965, "loc": { "start": { - "line": 432, + "line": 440, "column": 35 }, "end": { - "line": 432, + "line": 440, "column": 45 }, "identifierName": "microphone" @@ -137729,15 +141034,15 @@ }, "property": { "type": "Identifier", - "start": 16660, - "end": 16662, + "start": 16966, + "end": 16968, "loc": { "start": { - "line": 432, + "line": 440, "column": 46 }, "end": { - "line": 432, + "line": 440, "column": 48 }, "identifierName": "on" @@ -137750,29 +141055,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 16663, - "end": 16681, + "start": 16969, + "end": 16987, "loc": { "start": { - "line": 432, + "line": 440, "column": 49 }, "end": { - "line": 432, + "line": 440, "column": 67 } }, "object": { "type": "Identifier", - "start": 16663, - "end": 16668, + "start": 16969, + "end": 16974, "loc": { "start": { - "line": 432, + "line": 440, "column": 49 }, "end": { - "line": 432, + "line": 440, "column": 54 }, "identifierName": "Event" @@ -137781,15 +141086,15 @@ }, "property": { "type": "Identifier", - "start": 16669, - "end": 16681, + "start": 16975, + "end": 16987, "loc": { "start": { - "line": 432, + "line": 440, "column": 55 }, "end": { - "line": 432, + "line": 440, "column": 67 }, "identifierName": "DEVICE_READY" @@ -137800,44 +141105,44 @@ }, { "type": "MemberExpression", - "start": 16703, - "end": 16727, + "start": 17009, + "end": 17033, "loc": { "start": { - "line": 433, + "line": 441, "column": 20 }, "end": { - "line": 433, + "line": 441, "column": 44 } }, "object": { "type": "ThisExpression", - "start": 16703, - "end": 16707, + "start": 17009, + "end": 17013, "loc": { "start": { - "line": 433, + "line": 441, "column": 20 }, "end": { - "line": 433, + "line": 441, "column": 24 } } }, "property": { "type": "Identifier", - "start": 16708, - "end": 16727, + "start": 17014, + "end": 17033, "loc": { "start": { - "line": 433, + "line": 441, "column": 25 }, "end": { - "line": 433, + "line": 441, "column": 44 }, "identifierName": "deviceReadyCallback" @@ -137853,15 +141158,15 @@ { "type": "CommentLine", "value": " setup new microphone listeners", - "start": 16580, - "end": 16613, + "start": 16886, + "end": 16919, "loc": { "start": { - "line": 431, + "line": 439, "column": 16 }, "end": { - "line": 431, + "line": 439, "column": 49 } } @@ -137870,114 +141175,114 @@ }, { "type": "ExpressionStatement", - "start": 16746, - "end": 16845, + "start": 17052, + "end": 17151, "loc": { "start": { - "line": 434, + "line": 442, "column": 16 }, "end": { - "line": 435, + "line": 443, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 16746, - "end": 16844, + "start": 17052, + "end": 17150, "loc": { "start": { - "line": 434, + "line": 442, "column": 16 }, "end": { - "line": 435, + "line": 443, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 16746, - "end": 16778, + "start": 17052, + "end": 17084, "loc": { "start": { - "line": 434, + "line": 442, "column": 16 }, "end": { - "line": 434, + "line": 442, "column": 48 } }, "object": { "type": "MemberExpression", - "start": 16746, - "end": 16775, + "start": 17052, + "end": 17081, "loc": { "start": { - "line": 434, + "line": 442, "column": 16 }, "end": { - "line": 434, + "line": 442, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 16746, - "end": 16764, + "start": 17052, + "end": 17070, "loc": { "start": { - "line": 434, + "line": 442, "column": 16 }, "end": { - "line": 434, + "line": 442, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 16746, - "end": 16757, + "start": 17052, + "end": 17063, "loc": { "start": { - "line": 434, + "line": 442, "column": 16 }, "end": { - "line": 434, + "line": 442, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 16746, - "end": 16750, + "start": 17052, + "end": 17056, "loc": { "start": { - "line": 434, + "line": 442, "column": 16 }, "end": { - "line": 434, + "line": 442, "column": 20 } } }, "property": { "type": "Identifier", - "start": 16751, - "end": 16757, + "start": 17057, + "end": 17063, "loc": { "start": { - "line": 434, + "line": 442, "column": 21 }, "end": { - "line": 434, + "line": 442, "column": 27 }, "identifierName": "surfer" @@ -137988,15 +141293,15 @@ }, "property": { "type": "Identifier", - "start": 16758, - "end": 16764, + "start": 17064, + "end": 17070, "loc": { "start": { - "line": 434, + "line": 442, "column": 28 }, "end": { - "line": 434, + "line": 442, "column": 34 }, "identifierName": "surfer" @@ -138007,15 +141312,15 @@ }, "property": { "type": "Identifier", - "start": 16765, - "end": 16775, + "start": 17071, + "end": 17081, "loc": { "start": { - "line": 434, + "line": 442, "column": 35 }, "end": { - "line": 434, + "line": 442, "column": 45 }, "identifierName": "microphone" @@ -138026,15 +141331,15 @@ }, "property": { "type": "Identifier", - "start": 16776, - "end": 16778, + "start": 17082, + "end": 17084, "loc": { "start": { - "line": 434, + "line": 442, "column": 46 }, "end": { - "line": 434, + "line": 442, "column": 48 }, "identifierName": "on" @@ -138046,29 +141351,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 16779, - "end": 16797, + "start": 17085, + "end": 17103, "loc": { "start": { - "line": 434, + "line": 442, "column": 49 }, "end": { - "line": 434, + "line": 442, "column": 67 } }, "object": { "type": "Identifier", - "start": 16779, - "end": 16784, + "start": 17085, + "end": 17090, "loc": { "start": { - "line": 434, + "line": 442, "column": 49 }, "end": { - "line": 434, + "line": 442, "column": 54 }, "identifierName": "Event" @@ -138077,15 +141382,15 @@ }, "property": { "type": "Identifier", - "start": 16785, - "end": 16797, + "start": 17091, + "end": 17103, "loc": { "start": { - "line": 434, + "line": 442, "column": 55 }, "end": { - "line": 434, + "line": 442, "column": 67 }, "identifierName": "DEVICE_ERROR" @@ -138096,44 +141401,44 @@ }, { "type": "MemberExpression", - "start": 16819, - "end": 16843, + "start": 17125, + "end": 17149, "loc": { "start": { - "line": 435, + "line": 443, "column": 20 }, "end": { - "line": 435, + "line": 443, "column": 44 } }, "object": { "type": "ThisExpression", - "start": 16819, - "end": 16823, + "start": 17125, + "end": 17129, "loc": { "start": { - "line": 435, + "line": 443, "column": 20 }, "end": { - "line": 435, + "line": 443, "column": 24 } } }, "property": { "type": "Identifier", - "start": 16824, - "end": 16843, + "start": 17130, + "end": 17149, "loc": { "start": { - "line": 435, + "line": 443, "column": 25 }, "end": { - "line": 435, + "line": 443, "column": 44 }, "identifierName": "deviceErrorCallback" @@ -138148,15 +141453,15 @@ { "type": "CommentLine", "value": " disable existing playback events", - "start": 16863, - "end": 16898, + "start": 17169, + "end": 17204, "loc": { "start": { - "line": 437, + "line": 445, "column": 16 }, "end": { - "line": 437, + "line": 445, "column": 51 } } @@ -138165,71 +141470,71 @@ }, { "type": "ExpressionStatement", - "start": 16915, - "end": 16954, + "start": 17221, + "end": 17260, "loc": { "start": { - "line": 438, + "line": 446, "column": 16 }, "end": { - "line": 438, + "line": 446, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 16915, - "end": 16953, + "start": 17221, + "end": 17259, "loc": { "start": { - "line": 438, + "line": 446, "column": 16 }, "end": { - "line": 438, + "line": 446, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 16915, - "end": 16946, + "start": 17221, + "end": 17252, "loc": { "start": { - "line": 438, + "line": 446, "column": 16 }, "end": { - "line": 438, + "line": 446, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 16915, - "end": 16926, + "start": 17221, + "end": 17232, "loc": { "start": { - "line": 438, + "line": 446, "column": 16 }, "end": { - "line": 438, + "line": 446, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 16915, - "end": 16919, + "start": 17221, + "end": 17225, "loc": { "start": { - "line": 438, + "line": 446, "column": 16 }, "end": { - "line": 438, + "line": 446, "column": 20 } }, @@ -138237,15 +141542,15 @@ }, "property": { "type": "Identifier", - "start": 16920, - "end": 16926, + "start": 17226, + "end": 17232, "loc": { "start": { - "line": 438, + "line": 446, "column": 21 }, "end": { - "line": 438, + "line": 446, "column": 27 }, "identifierName": "surfer" @@ -138257,15 +141562,15 @@ }, "property": { "type": "Identifier", - "start": 16927, - "end": 16946, + "start": 17233, + "end": 17252, "loc": { "start": { - "line": 438, + "line": 446, "column": 28 }, "end": { - "line": 438, + "line": 446, "column": 47 }, "identifierName": "setupPlaybackEvents" @@ -138278,15 +141583,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 16947, - "end": 16952, + "start": 17253, + "end": 17258, "loc": { "start": { - "line": 438, + "line": 446, "column": 48 }, "end": { - "line": 438, + "line": 446, "column": 53 } }, @@ -138299,15 +141604,15 @@ { "type": "CommentLine", "value": " disable existing playback events", - "start": 16863, - "end": 16898, + "start": 17169, + "end": 17204, "loc": { "start": { - "line": 437, + "line": 445, "column": 16 }, "end": { - "line": 437, + "line": 445, "column": 51 } } @@ -138317,15 +141622,15 @@ { "type": "CommentLine", "value": " (re)set surfer liveMode", - "start": 16972, - "end": 16998, + "start": 17278, + "end": 17304, "loc": { "start": { - "line": 440, + "line": 448, "column": 16 }, "end": { - "line": 440, + "line": 448, "column": 42 } } @@ -138334,72 +141639,72 @@ }, { "type": "ExpressionStatement", - "start": 17015, - "end": 17043, + "start": 17321, + "end": 17349, "loc": { "start": { - "line": 441, + "line": 449, "column": 16 }, "end": { - "line": 441, + "line": 449, "column": 44 } }, "expression": { "type": "AssignmentExpression", - "start": 17015, - "end": 17042, + "start": 17321, + "end": 17348, "loc": { "start": { - "line": 441, + "line": 449, "column": 16 }, "end": { - "line": 441, + "line": 449, "column": 43 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 17015, - "end": 17035, + "start": 17321, + "end": 17341, "loc": { "start": { - "line": 441, + "line": 449, "column": 16 }, "end": { - "line": 441, + "line": 449, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 17015, - "end": 17026, + "start": 17321, + "end": 17332, "loc": { "start": { - "line": 441, + "line": 449, "column": 16 }, "end": { - "line": 441, + "line": 449, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 17015, - "end": 17019, + "start": 17321, + "end": 17325, "loc": { "start": { - "line": 441, + "line": 449, "column": 16 }, "end": { - "line": 441, + "line": 449, "column": 20 } }, @@ -138407,15 +141712,15 @@ }, "property": { "type": "Identifier", - "start": 17020, - "end": 17026, + "start": 17326, + "end": 17332, "loc": { "start": { - "line": 441, + "line": 449, "column": 21 }, "end": { - "line": 441, + "line": 449, "column": 27 }, "identifierName": "surfer" @@ -138427,15 +141732,15 @@ }, "property": { "type": "Identifier", - "start": 17027, - "end": 17035, + "start": 17333, + "end": 17341, "loc": { "start": { - "line": 441, + "line": 449, "column": 28 }, "end": { - "line": 441, + "line": 449, "column": 36 }, "identifierName": "liveMode" @@ -138447,15 +141752,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 17038, - "end": 17042, + "start": 17344, + "end": 17348, "loc": { "start": { - "line": 441, + "line": 449, "column": 39 }, "end": { - "line": 441, + "line": 449, "column": 43 } }, @@ -138467,15 +141772,15 @@ { "type": "CommentLine", "value": " (re)set surfer liveMode", - "start": 16972, - "end": 16998, + "start": 17278, + "end": 17304, "loc": { "start": { - "line": 440, + "line": 448, "column": 16 }, "end": { - "line": 440, + "line": 448, "column": 42 } } @@ -138484,115 +141789,115 @@ }, { "type": "ExpressionStatement", - "start": 17060, - "end": 17105, + "start": 17366, + "end": 17411, "loc": { "start": { - "line": 442, + "line": 450, "column": 16 }, "end": { - "line": 442, + "line": 450, "column": 61 } }, "expression": { "type": "AssignmentExpression", - "start": 17060, - "end": 17104, + "start": 17366, + "end": 17410, "loc": { "start": { - "line": 442, + "line": 450, "column": 16 }, "end": { - "line": 442, + "line": 450, "column": 60 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 17060, - "end": 17096, + "start": 17366, + "end": 17402, "loc": { "start": { - "line": 442, + "line": 450, "column": 16 }, "end": { - "line": 442, + "line": 450, "column": 52 } }, "object": { "type": "MemberExpression", - "start": 17060, - "end": 17089, + "start": 17366, + "end": 17395, "loc": { "start": { - "line": 442, + "line": 450, "column": 16 }, "end": { - "line": 442, + "line": 450, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 17060, - "end": 17078, + "start": 17366, + "end": 17384, "loc": { "start": { - "line": 442, + "line": 450, "column": 16 }, "end": { - "line": 442, + "line": 450, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 17060, - "end": 17071, + "start": 17366, + "end": 17377, "loc": { "start": { - "line": 442, + "line": 450, "column": 16 }, "end": { - "line": 442, + "line": 450, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 17060, - "end": 17064, + "start": 17366, + "end": 17370, "loc": { "start": { - "line": 442, + "line": 450, "column": 16 }, "end": { - "line": 442, + "line": 450, "column": 20 } } }, "property": { "type": "Identifier", - "start": 17065, - "end": 17071, + "start": 17371, + "end": 17377, "loc": { "start": { - "line": 442, + "line": 450, "column": 21 }, "end": { - "line": 442, + "line": 450, "column": 27 }, "identifierName": "surfer" @@ -138603,15 +141908,15 @@ }, "property": { "type": "Identifier", - "start": 17072, - "end": 17078, + "start": 17378, + "end": 17384, "loc": { "start": { - "line": 442, + "line": 450, "column": 28 }, "end": { - "line": 442, + "line": 450, "column": 34 }, "identifierName": "surfer" @@ -138622,15 +141927,15 @@ }, "property": { "type": "Identifier", - "start": 17079, - "end": 17089, + "start": 17385, + "end": 17395, "loc": { "start": { - "line": 442, + "line": 450, "column": 35 }, "end": { - "line": 442, + "line": 450, "column": 45 }, "identifierName": "microphone" @@ -138641,15 +141946,15 @@ }, "property": { "type": "Identifier", - "start": 17090, - "end": 17096, + "start": 17396, + "end": 17402, "loc": { "start": { - "line": 442, + "line": 450, "column": 46 }, "end": { - "line": 442, + "line": 450, "column": 52 }, "identifierName": "paused" @@ -138660,15 +141965,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 17099, - "end": 17104, + "start": 17405, + "end": 17410, "loc": { "start": { - "line": 442, + "line": 450, "column": 55 }, "end": { - "line": 442, + "line": 450, "column": 60 } }, @@ -138679,15 +141984,15 @@ { "type": "CommentLine", "value": " resume AudioContext when it's suspended by the browser, due to", - "start": 17123, - "end": 17188, + "start": 17429, + "end": 17494, "loc": { "start": { - "line": 444, + "line": 452, "column": 16 }, "end": { - "line": 444, + "line": 452, "column": 81 } } @@ -138695,15 +142000,15 @@ { "type": "CommentLine", "value": " autoplay rules. Chrome warns with the following message:", - "start": 17205, - "end": 17264, + "start": 17511, + "end": 17570, "loc": { "start": { - "line": 445, + "line": 453, "column": 16 }, "end": { - "line": 445, + "line": 453, "column": 75 } } @@ -138711,15 +142016,15 @@ { "type": "CommentLine", "value": " \"The AudioContext was not allowed to start. It must be resumed", - "start": 17281, - "end": 17346, + "start": 17587, + "end": 17652, "loc": { "start": { - "line": 446, + "line": 454, "column": 16 }, "end": { - "line": 446, + "line": 454, "column": 81 } } @@ -138727,15 +142032,15 @@ { "type": "CommentLine", "value": " (or created) after a user gesture on the page.\"", - "start": 17363, - "end": 17413, + "start": 17669, + "end": 17719, "loc": { "start": { - "line": 447, + "line": 455, "column": 16 }, "end": { - "line": 447, + "line": 455, "column": 66 } } @@ -138744,113 +142049,113 @@ }, { "type": "IfStatement", - "start": 17430, - "end": 17566, + "start": 17736, + "end": 17872, "loc": { "start": { - "line": 448, + "line": 456, "column": 16 }, "end": { - "line": 450, + "line": 458, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 17434, - "end": 17485, + "start": 17740, + "end": 17791, "loc": { "start": { - "line": 448, + "line": 456, "column": 20 }, "end": { - "line": 448, + "line": 456, "column": 71 } }, "left": { "type": "MemberExpression", - "start": 17434, - "end": 17469, + "start": 17740, + "end": 17775, "loc": { "start": { - "line": 448, + "line": 456, "column": 20 }, "end": { - "line": 448, + "line": 456, "column": 55 } }, "object": { "type": "MemberExpression", - "start": 17434, - "end": 17463, + "start": 17740, + "end": 17769, "loc": { "start": { - "line": 448, + "line": 456, "column": 20 }, "end": { - "line": 448, + "line": 456, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 17434, - "end": 17460, + "start": 17740, + "end": 17766, "loc": { "start": { - "line": 448, + "line": 456, "column": 20 }, "end": { - "line": 448, + "line": 456, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 17434, - "end": 17452, + "start": 17740, + "end": 17758, "loc": { "start": { - "line": 448, + "line": 456, "column": 20 }, "end": { - "line": 448, + "line": 456, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 17434, - "end": 17445, + "start": 17740, + "end": 17751, "loc": { "start": { - "line": 448, + "line": 456, "column": 20 }, "end": { - "line": 448, + "line": 456, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 17434, - "end": 17438, + "start": 17740, + "end": 17744, "loc": { "start": { - "line": 448, + "line": 456, "column": 20 }, "end": { - "line": 448, + "line": 456, "column": 24 } }, @@ -138858,15 +142163,15 @@ }, "property": { "type": "Identifier", - "start": 17439, - "end": 17445, + "start": 17745, + "end": 17751, "loc": { "start": { - "line": 448, + "line": 456, "column": 25 }, "end": { - "line": 448, + "line": 456, "column": 31 }, "identifierName": "surfer" @@ -138878,15 +142183,15 @@ }, "property": { "type": "Identifier", - "start": 17446, - "end": 17452, + "start": 17752, + "end": 17758, "loc": { "start": { - "line": 448, + "line": 456, "column": 32 }, "end": { - "line": 448, + "line": 456, "column": 38 }, "identifierName": "surfer" @@ -138898,15 +142203,15 @@ }, "property": { "type": "Identifier", - "start": 17453, - "end": 17460, + "start": 17759, + "end": 17766, "loc": { "start": { - "line": 448, + "line": 456, "column": 39 }, "end": { - "line": 448, + "line": 456, "column": 46 }, "identifierName": "backend" @@ -138918,15 +142223,15 @@ }, "property": { "type": "Identifier", - "start": 17461, - "end": 17463, + "start": 17767, + "end": 17769, "loc": { "start": { - "line": 448, + "line": 456, "column": 47 }, "end": { - "line": 448, + "line": 456, "column": 49 }, "identifierName": "ac" @@ -138938,15 +142243,15 @@ }, "property": { "type": "Identifier", - "start": 17464, - "end": 17469, + "start": 17770, + "end": 17775, "loc": { "start": { - "line": 448, + "line": 456, "column": 50 }, "end": { - "line": 448, + "line": 456, "column": 55 }, "identifierName": "state" @@ -138959,15 +142264,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 17474, - "end": 17485, + "start": 17780, + "end": 17791, "loc": { "start": { - "line": 448, + "line": 456, "column": 60 }, "end": { - "line": 448, + "line": 456, "column": 71 } }, @@ -138981,143 +142286,143 @@ }, "consequent": { "type": "BlockStatement", - "start": 17487, - "end": 17566, + "start": 17793, + "end": 17872, "loc": { "start": { - "line": 448, + "line": 456, "column": 73 }, "end": { - "line": 450, + "line": 458, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 17509, - "end": 17548, + "start": 17815, + "end": 17854, "loc": { "start": { - "line": 449, + "line": 457, "column": 20 }, "end": { - "line": 449, + "line": 457, "column": 59 } }, "expression": { "type": "CallExpression", - "start": 17509, - "end": 17547, + "start": 17815, + "end": 17853, "loc": { "start": { - "line": 449, + "line": 457, "column": 20 }, "end": { - "line": 449, + "line": 457, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 17509, - "end": 17545, + "start": 17815, + "end": 17851, "loc": { "start": { - "line": 449, + "line": 457, "column": 20 }, "end": { - "line": 449, + "line": 457, "column": 56 } }, "object": { "type": "MemberExpression", - "start": 17509, - "end": 17538, + "start": 17815, + "end": 17844, "loc": { "start": { - "line": 449, + "line": 457, "column": 20 }, "end": { - "line": 449, + "line": 457, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 17509, - "end": 17535, + "start": 17815, + "end": 17841, "loc": { "start": { - "line": 449, + "line": 457, "column": 20 }, "end": { - "line": 449, + "line": 457, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 17509, - "end": 17527, + "start": 17815, + "end": 17833, "loc": { "start": { - "line": 449, + "line": 457, "column": 20 }, "end": { - "line": 449, + "line": 457, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 17509, - "end": 17520, + "start": 17815, + "end": 17826, "loc": { "start": { - "line": 449, + "line": 457, "column": 20 }, "end": { - "line": 449, + "line": 457, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 17509, - "end": 17513, + "start": 17815, + "end": 17819, "loc": { "start": { - "line": 449, + "line": 457, "column": 20 }, "end": { - "line": 449, + "line": 457, "column": 24 } } }, "property": { "type": "Identifier", - "start": 17514, - "end": 17520, + "start": 17820, + "end": 17826, "loc": { "start": { - "line": 449, + "line": 457, "column": 25 }, "end": { - "line": 449, + "line": 457, "column": 31 }, "identifierName": "surfer" @@ -139128,15 +142433,15 @@ }, "property": { "type": "Identifier", - "start": 17521, - "end": 17527, + "start": 17827, + "end": 17833, "loc": { "start": { - "line": 449, + "line": 457, "column": 32 }, "end": { - "line": 449, + "line": 457, "column": 38 }, "identifierName": "surfer" @@ -139147,15 +142452,15 @@ }, "property": { "type": "Identifier", - "start": 17528, - "end": 17535, + "start": 17834, + "end": 17841, "loc": { "start": { - "line": 449, + "line": 457, "column": 39 }, "end": { - "line": 449, + "line": 457, "column": 46 }, "identifierName": "backend" @@ -139166,15 +142471,15 @@ }, "property": { "type": "Identifier", - "start": 17536, - "end": 17538, + "start": 17842, + "end": 17844, "loc": { "start": { - "line": 449, + "line": 457, "column": 47 }, "end": { - "line": 449, + "line": 457, "column": 49 }, "identifierName": "ac" @@ -139185,15 +142490,15 @@ }, "property": { "type": "Identifier", - "start": 17539, - "end": 17545, + "start": 17845, + "end": 17851, "loc": { "start": { - "line": 449, + "line": 457, "column": 50 }, "end": { - "line": 449, + "line": 457, "column": 56 }, "identifierName": "resume" @@ -139214,15 +142519,15 @@ { "type": "CommentLine", "value": " resume AudioContext when it's suspended by the browser, due to", - "start": 17123, - "end": 17188, + "start": 17429, + "end": 17494, "loc": { "start": { - "line": 444, + "line": 452, "column": 16 }, "end": { - "line": 444, + "line": 452, "column": 81 } } @@ -139230,15 +142535,15 @@ { "type": "CommentLine", "value": " autoplay rules. Chrome warns with the following message:", - "start": 17205, - "end": 17264, + "start": 17511, + "end": 17570, "loc": { "start": { - "line": 445, + "line": 453, "column": 16 }, "end": { - "line": 445, + "line": 453, "column": 75 } } @@ -139246,15 +142551,15 @@ { "type": "CommentLine", "value": " \"The AudioContext was not allowed to start. It must be resumed", - "start": 17281, - "end": 17346, + "start": 17587, + "end": 17652, "loc": { "start": { - "line": 446, + "line": 454, "column": 16 }, "end": { - "line": 446, + "line": 454, "column": 81 } } @@ -139262,15 +142567,15 @@ { "type": "CommentLine", "value": " (or created) after a user gesture on the page.\"", - "start": 17363, - "end": 17413, + "start": 17669, + "end": 17719, "loc": { "start": { - "line": 447, + "line": 455, "column": 16 }, "end": { - "line": 447, + "line": 455, "column": 66 } } @@ -139280,15 +142585,15 @@ { "type": "CommentLine", "value": " assign custom reloadBufferFunction for microphone plugin to", - "start": 17584, - "end": 17646, + "start": 17890, + "end": 17952, "loc": { "start": { - "line": 452, + "line": 460, "column": 16 }, "end": { - "line": 452, + "line": 460, "column": 78 } } @@ -139296,15 +142601,15 @@ { "type": "CommentLine", "value": " obtain AudioBuffer chunks", - "start": 17663, - "end": 17691, + "start": 17969, + "end": 17997, "loc": { "start": { - "line": 453, + "line": 461, "column": 16 }, "end": { - "line": 453, + "line": 461, "column": 44 } } @@ -139313,57 +142618,57 @@ }, { "type": "IfStatement", - "start": 17708, - "end": 18358, + "start": 18014, + "end": 18664, "loc": { "start": { - "line": 454, + "line": 462, "column": 16 }, "end": { - "line": 466, + "line": 474, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 17712, - "end": 17743, + "start": 18018, + "end": 18049, "loc": { "start": { - "line": 454, + "line": 462, "column": 20 }, "end": { - "line": 454, + "line": 462, "column": 51 } }, "left": { "type": "MemberExpression", - "start": 17712, - "end": 17734, + "start": 18018, + "end": 18040, "loc": { "start": { - "line": 454, + "line": 462, "column": 20 }, "end": { - "line": 454, + "line": 462, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 17712, - "end": 17716, + "start": 18018, + "end": 18022, "loc": { "start": { - "line": 454, + "line": 462, "column": 20 }, "end": { - "line": 454, + "line": 462, "column": 24 } }, @@ -139371,15 +142676,15 @@ }, "property": { "type": "Identifier", - "start": 17717, - "end": 17734, + "start": 18023, + "end": 18040, "loc": { "start": { - "line": 454, + "line": 462, "column": 25 }, "end": { - "line": 454, + "line": 462, "column": 42 }, "identifierName": "audioBufferUpdate" @@ -139392,15 +142697,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 17739, - "end": 17743, + "start": 18045, + "end": 18049, "loc": { "start": { - "line": 454, + "line": 462, "column": 47 }, "end": { - "line": 454, + "line": 462, "column": 51 } }, @@ -139410,130 +142715,130 @@ }, "consequent": { "type": "BlockStatement", - "start": 17745, - "end": 18358, + "start": 18051, + "end": 18664, "loc": { "start": { - "line": 454, + "line": 462, "column": 53 }, "end": { - "line": 466, + "line": 474, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 17767, - "end": 18340, + "start": 18073, + "end": 18646, "loc": { "start": { - "line": 455, + "line": 463, "column": 20 }, "end": { - "line": 465, + "line": 473, "column": 22 } }, "expression": { "type": "AssignmentExpression", - "start": 17767, - "end": 18339, + "start": 18073, + "end": 18645, "loc": { "start": { - "line": 455, + "line": 463, "column": 20 }, "end": { - "line": 465, + "line": 473, "column": 21 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 17767, - "end": 17817, + "start": 18073, + "end": 18123, "loc": { "start": { - "line": 455, + "line": 463, "column": 20 }, "end": { - "line": 455, + "line": 463, "column": 70 } }, "object": { "type": "MemberExpression", - "start": 17767, - "end": 17796, + "start": 18073, + "end": 18102, "loc": { "start": { - "line": 455, + "line": 463, "column": 20 }, "end": { - "line": 455, + "line": 463, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 17767, - "end": 17785, + "start": 18073, + "end": 18091, "loc": { "start": { - "line": 455, + "line": 463, "column": 20 }, "end": { - "line": 455, + "line": 463, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 17767, - "end": 17778, + "start": 18073, + "end": 18084, "loc": { "start": { - "line": 455, + "line": 463, "column": 20 }, "end": { - "line": 455, + "line": 463, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 17767, - "end": 17771, + "start": 18073, + "end": 18077, "loc": { "start": { - "line": 455, + "line": 463, "column": 20 }, "end": { - "line": 455, + "line": 463, "column": 24 } } }, "property": { "type": "Identifier", - "start": 17772, - "end": 17778, + "start": 18078, + "end": 18084, "loc": { "start": { - "line": 455, + "line": 463, "column": 25 }, "end": { - "line": 455, + "line": 463, "column": 31 }, "identifierName": "surfer" @@ -139544,15 +142849,15 @@ }, "property": { "type": "Identifier", - "start": 17779, - "end": 17785, + "start": 18085, + "end": 18091, "loc": { "start": { - "line": 455, + "line": 463, "column": 32 }, "end": { - "line": 455, + "line": 463, "column": 38 }, "identifierName": "surfer" @@ -139563,15 +142868,15 @@ }, "property": { "type": "Identifier", - "start": 17786, - "end": 17796, + "start": 18092, + "end": 18102, "loc": { "start": { - "line": 455, + "line": 463, "column": 39 }, "end": { - "line": 455, + "line": 463, "column": 49 }, "identifierName": "microphone" @@ -139582,15 +142887,15 @@ }, "property": { "type": "Identifier", - "start": 17797, - "end": 17817, + "start": 18103, + "end": 18123, "loc": { "start": { - "line": 455, + "line": 463, "column": 50 }, "end": { - "line": 455, + "line": 463, "column": 70 }, "identifierName": "reloadBufferFunction" @@ -139601,15 +142906,15 @@ }, "right": { "type": "ArrowFunctionExpression", - "start": 17820, - "end": 18339, + "start": 18126, + "end": 18645, "loc": { "start": { - "line": 455, + "line": 463, "column": 73 }, "end": { - "line": 465, + "line": 473, "column": 21 } }, @@ -139620,15 +142925,15 @@ "params": [ { "type": "Identifier", - "start": 17821, - "end": 17826, + "start": 18127, + "end": 18132, "loc": { "start": { - "line": 455, + "line": 463, "column": 74 }, "end": { - "line": 455, + "line": 463, "column": 79 }, "identifierName": "event" @@ -139638,44 +142943,44 @@ ], "body": { "type": "BlockStatement", - "start": 17831, - "end": 18339, + "start": 18137, + "end": 18645, "loc": { "start": { - "line": 455, + "line": 463, "column": 84 }, "end": { - "line": 465, + "line": 473, "column": 21 } }, "body": [ { "type": "IfStatement", - "start": 17857, - "end": 18317, + "start": 18163, + "end": 18623, "loc": { "start": { - "line": 456, + "line": 464, "column": 24 }, "end": { - "line": 464, + "line": 472, "column": 25 } }, "test": { "type": "UnaryExpression", - "start": 17861, - "end": 17898, + "start": 18167, + "end": 18204, "loc": { "start": { - "line": 456, + "line": 464, "column": 28 }, "end": { - "line": 456, + "line": 464, "column": 65 } }, @@ -139683,86 +142988,86 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 17862, - "end": 17898, + "start": 18168, + "end": 18204, "loc": { "start": { - "line": 456, + "line": 464, "column": 29 }, "end": { - "line": 456, + "line": 464, "column": 65 } }, "object": { "type": "MemberExpression", - "start": 17862, - "end": 17891, + "start": 18168, + "end": 18197, "loc": { "start": { - "line": 456, + "line": 464, "column": 29 }, "end": { - "line": 456, + "line": 464, "column": 58 } }, "object": { "type": "MemberExpression", - "start": 17862, - "end": 17880, + "start": 18168, + "end": 18186, "loc": { "start": { - "line": 456, + "line": 464, "column": 29 }, "end": { - "line": 456, + "line": 464, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 17862, - "end": 17873, + "start": 18168, + "end": 18179, "loc": { "start": { - "line": 456, + "line": 464, "column": 29 }, "end": { - "line": 456, + "line": 464, "column": 40 } }, "object": { "type": "ThisExpression", - "start": 17862, - "end": 17866, + "start": 18168, + "end": 18172, "loc": { "start": { - "line": 456, + "line": 464, "column": 29 }, "end": { - "line": 456, + "line": 464, "column": 33 } } }, "property": { "type": "Identifier", - "start": 17867, - "end": 17873, + "start": 18173, + "end": 18179, "loc": { "start": { - "line": 456, + "line": 464, "column": 34 }, "end": { - "line": 456, + "line": 464, "column": 40 }, "identifierName": "surfer" @@ -139773,15 +143078,15 @@ }, "property": { "type": "Identifier", - "start": 17874, - "end": 17880, + "start": 18180, + "end": 18186, "loc": { "start": { - "line": 456, + "line": 464, "column": 41 }, "end": { - "line": 456, + "line": 464, "column": 47 }, "identifierName": "surfer" @@ -139792,15 +143097,15 @@ }, "property": { "type": "Identifier", - "start": 17881, - "end": 17891, + "start": 18187, + "end": 18197, "loc": { "start": { - "line": 456, + "line": 464, "column": 48 }, "end": { - "line": 456, + "line": 464, "column": 58 }, "identifierName": "microphone" @@ -139811,15 +143116,15 @@ }, "property": { "type": "Identifier", - "start": 17892, - "end": 17898, + "start": 18198, + "end": 18204, "loc": { "start": { - "line": 456, + "line": 464, "column": 59 }, "end": { - "line": 456, + "line": 464, "column": 65 }, "identifierName": "paused" @@ -139834,100 +143139,100 @@ }, "consequent": { "type": "BlockStatement", - "start": 17900, - "end": 18317, + "start": 18206, + "end": 18623, "loc": { "start": { - "line": 456, + "line": 464, "column": 67 }, "end": { - "line": 464, + "line": 472, "column": 25 } }, "body": [ { "type": "ExpressionStatement", - "start": 17968, - "end": 17995, + "start": 18274, + "end": 18301, "loc": { "start": { - "line": 458, + "line": 466, "column": 28 }, "end": { - "line": 458, + "line": 466, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 17968, - "end": 17994, + "start": 18274, + "end": 18300, "loc": { "start": { - "line": 458, + "line": 466, "column": 28 }, "end": { - "line": 458, + "line": 466, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 17968, - "end": 17992, + "start": 18274, + "end": 18298, "loc": { "start": { - "line": 458, + "line": 466, "column": 28 }, "end": { - "line": 458, + "line": 466, "column": 52 } }, "object": { "type": "MemberExpression", - "start": 17968, - "end": 17986, + "start": 18274, + "end": 18292, "loc": { "start": { - "line": 458, + "line": 466, "column": 28 }, "end": { - "line": 458, + "line": 466, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 17968, - "end": 17979, + "start": 18274, + "end": 18285, "loc": { "start": { - "line": 458, + "line": 466, "column": 28 }, "end": { - "line": 458, + "line": 466, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 17968, - "end": 17972, + "start": 18274, + "end": 18278, "loc": { "start": { - "line": 458, + "line": 466, "column": 28 }, "end": { - "line": 458, + "line": 466, "column": 32 } }, @@ -139935,15 +143240,15 @@ }, "property": { "type": "Identifier", - "start": 17973, - "end": 17979, + "start": 18279, + "end": 18285, "loc": { "start": { - "line": 458, + "line": 466, "column": 33 }, "end": { - "line": 458, + "line": 466, "column": 39 }, "identifierName": "surfer" @@ -139955,15 +143260,15 @@ }, "property": { "type": "Identifier", - "start": 17980, - "end": 17986, + "start": 18286, + "end": 18292, "loc": { "start": { - "line": 458, + "line": 466, "column": 40 }, "end": { - "line": 458, + "line": 466, "column": 46 }, "identifierName": "surfer" @@ -139975,15 +143280,15 @@ }, "property": { "type": "Identifier", - "start": 17987, - "end": 17992, + "start": 18293, + "end": 18298, "loc": { "start": { - "line": 458, + "line": 466, "column": 47 }, "end": { - "line": 458, + "line": 466, "column": 52 }, "identifierName": "empty" @@ -140000,15 +143305,15 @@ { "type": "CommentLine", "value": " redraw", - "start": 17930, - "end": 17939, + "start": 18236, + "end": 18245, "loc": { "start": { - "line": 457, + "line": 465, "column": 28 }, "end": { - "line": 457, + "line": 465, "column": 37 } } @@ -140017,100 +143322,100 @@ }, { "type": "ExpressionStatement", - "start": 18024, - "end": 18080, + "start": 18330, + "end": 18386, "loc": { "start": { - "line": 459, + "line": 467, "column": 28 }, "end": { - "line": 459, + "line": 467, "column": 84 } }, "expression": { "type": "CallExpression", - "start": 18024, - "end": 18079, + "start": 18330, + "end": 18385, "loc": { "start": { - "line": 459, + "line": 467, "column": 28 }, "end": { - "line": 459, + "line": 467, "column": 83 } }, "callee": { "type": "MemberExpression", - "start": 18024, - "end": 18060, + "start": 18330, + "end": 18366, "loc": { "start": { - "line": 459, + "line": 467, "column": 28 }, "end": { - "line": 459, + "line": 467, "column": 64 } }, "object": { "type": "MemberExpression", - "start": 18024, - "end": 18042, + "start": 18330, + "end": 18348, "loc": { "start": { - "line": 459, + "line": 467, "column": 28 }, "end": { - "line": 459, + "line": 467, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 18024, - "end": 18035, + "start": 18330, + "end": 18341, "loc": { "start": { - "line": 459, + "line": 467, "column": 28 }, "end": { - "line": 459, + "line": 467, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 18024, - "end": 18028, + "start": 18330, + "end": 18334, "loc": { "start": { - "line": 459, + "line": 467, "column": 28 }, "end": { - "line": 459, + "line": 467, "column": 32 } } }, "property": { "type": "Identifier", - "start": 18029, - "end": 18035, + "start": 18335, + "end": 18341, "loc": { "start": { - "line": 459, + "line": 467, "column": 33 }, "end": { - "line": 459, + "line": 467, "column": 39 }, "identifierName": "surfer" @@ -140121,15 +143426,15 @@ }, "property": { "type": "Identifier", - "start": 18036, - "end": 18042, + "start": 18342, + "end": 18348, "loc": { "start": { - "line": 459, + "line": 467, "column": 40 }, "end": { - "line": 459, + "line": 467, "column": 46 }, "identifierName": "surfer" @@ -140140,15 +143445,15 @@ }, "property": { "type": "Identifier", - "start": 18043, - "end": 18060, + "start": 18349, + "end": 18366, "loc": { "start": { - "line": 459, + "line": 467, "column": 47 }, "end": { - "line": 459, + "line": 467, "column": 64 }, "identifierName": "loadDecodedBuffer" @@ -140160,29 +143465,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 18061, - "end": 18078, + "start": 18367, + "end": 18384, "loc": { "start": { - "line": 459, + "line": 467, "column": 65 }, "end": { - "line": 459, + "line": 467, "column": 82 } }, "object": { "type": "Identifier", - "start": 18061, - "end": 18066, + "start": 18367, + "end": 18372, "loc": { "start": { - "line": 459, + "line": 467, "column": 65 }, "end": { - "line": 459, + "line": 467, "column": 70 }, "identifierName": "event" @@ -140191,15 +143496,15 @@ }, "property": { "type": "Identifier", - "start": 18067, - "end": 18078, + "start": 18373, + "end": 18384, "loc": { "start": { - "line": 459, + "line": 467, "column": 71 }, "end": { - "line": 459, + "line": 467, "column": 82 }, "identifierName": "inputBuffer" @@ -140214,15 +143519,15 @@ { "type": "CommentLine", "value": " store data and notify others", - "start": 18110, - "end": 18141, + "start": 18416, + "end": 18447, "loc": { "start": { - "line": 461, + "line": 469, "column": 28 }, "end": { - "line": 461, + "line": 469, "column": 59 } } @@ -140231,72 +143536,72 @@ }, { "type": "ExpressionStatement", - "start": 18170, - "end": 18215, + "start": 18476, + "end": 18521, "loc": { "start": { - "line": 462, + "line": 470, "column": 28 }, "end": { - "line": 462, + "line": 470, "column": 73 } }, "expression": { "type": "AssignmentExpression", - "start": 18170, - "end": 18214, + "start": 18476, + "end": 18520, "loc": { "start": { - "line": 462, + "line": 470, "column": 28 }, "end": { - "line": 462, + "line": 470, "column": 72 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 18170, - "end": 18194, + "start": 18476, + "end": 18500, "loc": { "start": { - "line": 462, + "line": 470, "column": 28 }, "end": { - "line": 462, + "line": 470, "column": 52 } }, "object": { "type": "MemberExpression", - "start": 18170, - "end": 18181, + "start": 18476, + "end": 18487, "loc": { "start": { - "line": 462, + "line": 470, "column": 28 }, "end": { - "line": 462, + "line": 470, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 18170, - "end": 18174, + "start": 18476, + "end": 18480, "loc": { "start": { - "line": 462, + "line": 470, "column": 28 }, "end": { - "line": 462, + "line": 470, "column": 32 } }, @@ -140304,15 +143609,15 @@ }, "property": { "type": "Identifier", - "start": 18175, - "end": 18181, + "start": 18481, + "end": 18487, "loc": { "start": { - "line": 462, + "line": 470, "column": 33 }, "end": { - "line": 462, + "line": 470, "column": 39 }, "identifierName": "player" @@ -140324,15 +143629,15 @@ }, "property": { "type": "Identifier", - "start": 18182, - "end": 18194, + "start": 18488, + "end": 18500, "loc": { "start": { - "line": 462, + "line": 470, "column": 40 }, "end": { - "line": 462, + "line": 470, "column": 52 }, "identifierName": "recordedData" @@ -140344,29 +143649,29 @@ }, "right": { "type": "MemberExpression", - "start": 18197, - "end": 18214, + "start": 18503, + "end": 18520, "loc": { "start": { - "line": 462, + "line": 470, "column": 55 }, "end": { - "line": 462, + "line": 470, "column": 72 } }, "object": { "type": "Identifier", - "start": 18197, - "end": 18202, + "start": 18503, + "end": 18508, "loc": { "start": { - "line": 462, + "line": 470, "column": 55 }, "end": { - "line": 462, + "line": 470, "column": 60 }, "identifierName": "event" @@ -140375,15 +143680,15 @@ }, "property": { "type": "Identifier", - "start": 18203, - "end": 18214, + "start": 18509, + "end": 18520, "loc": { "start": { - "line": 462, + "line": 470, "column": 61 }, "end": { - "line": 462, + "line": 470, "column": 72 }, "identifierName": "inputBuffer" @@ -140398,15 +143703,15 @@ { "type": "CommentLine", "value": " store data and notify others", - "start": 18110, - "end": 18141, + "start": 18416, + "end": 18447, "loc": { "start": { - "line": 461, + "line": 469, "column": 28 }, "end": { - "line": 461, + "line": 469, "column": 59 } } @@ -140415,86 +143720,86 @@ }, { "type": "ExpressionStatement", - "start": 18244, - "end": 18291, + "start": 18550, + "end": 18597, "loc": { "start": { - "line": 463, + "line": 471, "column": 28 }, "end": { - "line": 463, + "line": 471, "column": 75 } }, "expression": { "type": "CallExpression", - "start": 18244, - "end": 18290, + "start": 18550, + "end": 18596, "loc": { "start": { - "line": 463, + "line": 471, "column": 28 }, "end": { - "line": 463, + "line": 471, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 18244, - "end": 18263, + "start": 18550, + "end": 18569, "loc": { "start": { - "line": 463, + "line": 471, "column": 28 }, "end": { - "line": 463, + "line": 471, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 18244, - "end": 18255, + "start": 18550, + "end": 18561, "loc": { "start": { - "line": 463, + "line": 471, "column": 28 }, "end": { - "line": 463, + "line": 471, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 18244, - "end": 18248, + "start": 18550, + "end": 18554, "loc": { "start": { - "line": 463, + "line": 471, "column": 28 }, "end": { - "line": 463, + "line": 471, "column": 32 } } }, "property": { "type": "Identifier", - "start": 18249, - "end": 18255, + "start": 18555, + "end": 18561, "loc": { "start": { - "line": 463, + "line": 471, "column": 33 }, "end": { - "line": 463, + "line": 471, "column": 39 }, "identifierName": "player" @@ -140505,15 +143810,15 @@ }, "property": { "type": "Identifier", - "start": 18256, - "end": 18263, + "start": 18562, + "end": 18569, "loc": { "start": { - "line": 463, + "line": 471, "column": 40 }, "end": { - "line": 463, + "line": 471, "column": 47 }, "identifierName": "trigger" @@ -140525,29 +143830,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 18264, - "end": 18289, + "start": 18570, + "end": 18595, "loc": { "start": { - "line": 463, + "line": 471, "column": 48 }, "end": { - "line": 463, + "line": 471, "column": 73 } }, "object": { "type": "Identifier", - "start": 18264, - "end": 18269, + "start": 18570, + "end": 18575, "loc": { "start": { - "line": 463, + "line": 471, "column": 48 }, "end": { - "line": 463, + "line": 471, "column": 53 }, "identifierName": "Event" @@ -140556,15 +143861,15 @@ }, "property": { "type": "Identifier", - "start": 18270, - "end": 18289, + "start": 18576, + "end": 18595, "loc": { "start": { - "line": 463, + "line": 471, "column": 54 }, "end": { - "line": 463, + "line": 471, "column": 73 }, "identifierName": "AUDIO_BUFFER_UPDATE" @@ -140596,15 +143901,15 @@ { "type": "CommentLine", "value": " assign custom reloadBufferFunction for microphone plugin to", - "start": 17584, - "end": 17646, + "start": 17890, + "end": 17952, "loc": { "start": { - "line": 452, + "line": 460, "column": 16 }, "end": { - "line": 452, + "line": 460, "column": 78 } } @@ -140612,15 +143917,15 @@ { "type": "CommentLine", "value": " obtain AudioBuffer chunks", - "start": 17663, - "end": 17691, + "start": 17969, + "end": 17997, "loc": { "start": { - "line": 453, + "line": 461, "column": 16 }, "end": { - "line": 453, + "line": 461, "column": 44 } } @@ -140629,17 +143934,17 @@ "trailingComments": [ { "type": "CommentLine", - "value": " open browser device selection dialog", - "start": 18375, - "end": 18414, + "value": " open browser device selection/permissions dialog", + "start": 18681, + "end": 18732, "loc": { "start": { - "line": 467, + "line": 475, "column": 16 }, "end": { - "line": 467, - "column": 55 + "line": 475, + "column": 67 } } } @@ -140647,99 +143952,99 @@ }, { "type": "ExpressionStatement", - "start": 18431, - "end": 18469, + "start": 18749, + "end": 18787, "loc": { "start": { - "line": 468, + "line": 476, "column": 16 }, "end": { - "line": 468, + "line": 476, "column": 54 } }, "expression": { "type": "CallExpression", - "start": 18431, - "end": 18468, + "start": 18749, + "end": 18786, "loc": { "start": { - "line": 468, + "line": 476, "column": 16 }, "end": { - "line": 468, + "line": 476, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 18431, - "end": 18466, + "start": 18749, + "end": 18784, "loc": { "start": { - "line": 468, + "line": 476, "column": 16 }, "end": { - "line": 468, + "line": 476, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 18431, - "end": 18460, + "start": 18749, + "end": 18778, "loc": { "start": { - "line": 468, + "line": 476, "column": 16 }, "end": { - "line": 468, + "line": 476, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 18431, - "end": 18449, + "start": 18749, + "end": 18767, "loc": { "start": { - "line": 468, + "line": 476, "column": 16 }, "end": { - "line": 468, + "line": 476, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 18431, - "end": 18442, + "start": 18749, + "end": 18760, "loc": { "start": { - "line": 468, + "line": 476, "column": 16 }, "end": { - "line": 468, + "line": 476, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 18431, - "end": 18435, + "start": 18749, + "end": 18753, "loc": { "start": { - "line": 468, + "line": 476, "column": 16 }, "end": { - "line": 468, + "line": 476, "column": 20 } }, @@ -140747,15 +144052,15 @@ }, "property": { "type": "Identifier", - "start": 18436, - "end": 18442, + "start": 18754, + "end": 18760, "loc": { "start": { - "line": 468, + "line": 476, "column": 21 }, "end": { - "line": 468, + "line": 476, "column": 27 }, "identifierName": "surfer" @@ -140767,15 +144072,15 @@ }, "property": { "type": "Identifier", - "start": 18443, - "end": 18449, + "start": 18761, + "end": 18767, "loc": { "start": { - "line": 468, + "line": 476, "column": 28 }, "end": { - "line": 468, + "line": 476, "column": 34 }, "identifierName": "surfer" @@ -140787,15 +144092,15 @@ }, "property": { "type": "Identifier", - "start": 18450, - "end": 18460, + "start": 18768, + "end": 18778, "loc": { "start": { - "line": 468, + "line": 476, "column": 35 }, "end": { - "line": 468, + "line": 476, "column": 45 }, "identifierName": "microphone" @@ -140807,15 +144112,15 @@ }, "property": { "type": "Identifier", - "start": 18461, - "end": 18466, + "start": 18779, + "end": 18784, "loc": { "start": { - "line": 468, + "line": 476, "column": 46 }, "end": { - "line": 468, + "line": 476, "column": 51 }, "identifierName": "start" @@ -140831,17 +144136,17 @@ "leadingComments": [ { "type": "CommentLine", - "value": " open browser device selection dialog", - "start": 18375, - "end": 18414, + "value": " open browser device selection/permissions dialog", + "start": 18681, + "end": 18732, "loc": { "start": { - "line": 467, + "line": 475, "column": 16 }, "end": { - "line": 467, - "column": 55 + "line": 475, + "column": 67 } } } @@ -140849,15 +144154,15 @@ }, { "type": "BreakStatement", - "start": 18486, - "end": 18492, + "start": 18804, + "end": 18810, "loc": { "start": { - "line": 469, + "line": 477, "column": 16 }, "end": { - "line": 469, + "line": 477, "column": 22 } }, @@ -140866,15 +144171,15 @@ ], "test": { "type": "Identifier", - "start": 16046, - "end": 16056, + "start": 16352, + "end": 16362, "loc": { "start": { - "line": 419, + "line": 427, "column": 17 }, "end": { - "line": 419, + "line": 427, "column": 27 }, "identifierName": "AUDIO_ONLY" @@ -140884,30 +144189,30 @@ }, { "type": "SwitchCase", - "start": 18506, - "end": 18522, + "start": 18824, + "end": 18840, "loc": { "start": { - "line": 471, + "line": 479, "column": 12 }, "end": { - "line": 471, + "line": 479, "column": 28 } }, "consequent": [], "test": { "type": "Identifier", - "start": 18511, - "end": 18521, + "start": 18829, + "end": 18839, "loc": { "start": { - "line": 471, + "line": 479, "column": 17 }, "end": { - "line": 471, + "line": 479, "column": 27 }, "identifierName": "IMAGE_ONLY" @@ -140917,101 +144222,101 @@ }, { "type": "SwitchCase", - "start": 18535, - "end": 19451, + "start": 18853, + "end": 19769, "loc": { "start": { - "line": 472, + "line": 480, "column": 12 }, "end": { - "line": 492, + "line": 500, "column": 22 } }, "consequent": [ { "type": "IfStatement", - "start": 18568, - "end": 18854, + "start": 18886, + "end": 19172, "loc": { "start": { - "line": 473, + "line": 481, "column": 16 }, "end": { - "line": 477, + "line": 485, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 18572, - "end": 18607, + "start": 18890, + "end": 18925, "loc": { "start": { - "line": 473, + "line": 481, "column": 20 }, "end": { - "line": 473, + "line": 481, "column": 55 } }, "left": { "type": "CallExpression", - "start": 18572, - "end": 18592, + "start": 18890, + "end": 18910, "loc": { "start": { - "line": 473, + "line": 481, "column": 20 }, "end": { - "line": 473, + "line": 481, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 18572, - "end": 18590, + "start": 18890, + "end": 18908, "loc": { "start": { - "line": 473, + "line": 481, "column": 20 }, "end": { - "line": 473, + "line": 481, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 18572, - "end": 18576, + "start": 18890, + "end": 18894, "loc": { "start": { - "line": 473, + "line": 481, "column": 20 }, "end": { - "line": 473, + "line": 481, "column": 24 } } }, "property": { "type": "Identifier", - "start": 18577, - "end": 18590, + "start": 18895, + "end": 18908, "loc": { "start": { - "line": 473, + "line": 481, "column": 25 }, "end": { - "line": 473, + "line": 481, "column": 38 }, "identifierName": "getRecordType" @@ -141025,15 +144330,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 18597, - "end": 18607, + "start": 18915, + "end": 18925, "loc": { "start": { - "line": 473, + "line": 481, "column": 45 }, "end": { - "line": 473, + "line": 481, "column": 55 }, "identifierName": "IMAGE_ONLY" @@ -141043,128 +144348,128 @@ }, "consequent": { "type": "BlockStatement", - "start": 18609, - "end": 18854, + "start": 18927, + "end": 19172, "loc": { "start": { - "line": 473, + "line": 481, "column": 57 }, "end": { - "line": 477, + "line": 485, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 18724, - "end": 18836, + "start": 19042, + "end": 19154, "loc": { "start": { - "line": 475, + "line": 483, "column": 20 }, "end": { - "line": 476, + "line": 484, "column": 52 } }, "expression": { "type": "CallExpression", - "start": 18724, - "end": 18835, + "start": 19042, + "end": 19153, "loc": { "start": { - "line": 475, + "line": 483, "column": 20 }, "end": { - "line": 476, + "line": 484, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 18724, - "end": 18768, + "start": 19042, + "end": 19086, "loc": { "start": { - "line": 475, + "line": 483, "column": 20 }, "end": { - "line": 475, + "line": 483, "column": 64 } }, "object": { "type": "MemberExpression", - "start": 18724, - "end": 18751, + "start": 19042, + "end": 19069, "loc": { "start": { - "line": 475, + "line": 483, "column": 20 }, "end": { - "line": 475, + "line": 483, "column": 47 } }, "object": { "type": "CallExpression", - "start": 18724, - "end": 18740, + "start": 19042, + "end": 19058, "loc": { "start": { - "line": 475, + "line": 483, "column": 20 }, "end": { - "line": 475, + "line": 483, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 18724, - "end": 18738, + "start": 19042, + "end": 19056, "loc": { "start": { - "line": 475, + "line": 483, "column": 20 }, "end": { - "line": 475, + "line": 483, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 18724, - "end": 18735, + "start": 19042, + "end": 19053, "loc": { "start": { - "line": 475, + "line": 483, "column": 20 }, "end": { - "line": 475, + "line": 483, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 18724, - "end": 18728, + "start": 19042, + "end": 19046, "loc": { "start": { - "line": 475, + "line": 483, "column": 20 }, "end": { - "line": 475, + "line": 483, "column": 24 } }, @@ -141172,15 +144477,15 @@ }, "property": { "type": "Identifier", - "start": 18729, - "end": 18735, + "start": 19047, + "end": 19053, "loc": { "start": { - "line": 475, + "line": 483, "column": 25 }, "end": { - "line": 475, + "line": 483, "column": 31 }, "identifierName": "player" @@ -141192,15 +144497,15 @@ }, "property": { "type": "Identifier", - "start": 18736, - "end": 18738, + "start": 19054, + "end": 19056, "loc": { "start": { - "line": 475, + "line": 483, "column": 32 }, "end": { - "line": 475, + "line": 483, "column": 34 }, "identifierName": "el" @@ -141215,15 +144520,15 @@ }, "property": { "type": "Identifier", - "start": 18741, - "end": 18751, + "start": 19059, + "end": 19069, "loc": { "start": { - "line": 475, + "line": 483, "column": 37 }, "end": { - "line": 475, + "line": 483, "column": 47 }, "identifierName": "firstChild" @@ -141235,15 +144540,15 @@ }, "property": { "type": "Identifier", - "start": 18752, - "end": 18768, + "start": 19070, + "end": 19086, "loc": { "start": { - "line": 475, + "line": 483, "column": 48 }, "end": { - "line": 475, + "line": 483, "column": 64 }, "identifierName": "addEventListener" @@ -141256,29 +144561,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 18769, - "end": 18782, + "start": 19087, + "end": 19100, "loc": { "start": { - "line": 475, + "line": 483, "column": 65 }, "end": { - "line": 475, + "line": 483, "column": 78 } }, "object": { "type": "Identifier", - "start": 18769, - "end": 18774, + "start": 19087, + "end": 19092, "loc": { "start": { - "line": 475, + "line": 483, "column": 65 }, "end": { - "line": 475, + "line": 483, "column": 70 }, "identifierName": "Event" @@ -141287,15 +144592,15 @@ }, "property": { "type": "Identifier", - "start": 18775, - "end": 18782, + "start": 19093, + "end": 19100, "loc": { "start": { - "line": 475, + "line": 483, "column": 71 }, "end": { - "line": 475, + "line": 483, "column": 78 }, "identifierName": "PLAYING" @@ -141306,44 +144611,44 @@ }, { "type": "MemberExpression", - "start": 18808, - "end": 18834, + "start": 19126, + "end": 19152, "loc": { "start": { - "line": 476, + "line": 484, "column": 24 }, "end": { - "line": 476, + "line": 484, "column": 50 } }, "object": { "type": "ThisExpression", - "start": 18808, - "end": 18812, + "start": 19126, + "end": 19130, "loc": { "start": { - "line": 476, + "line": 484, "column": 24 }, "end": { - "line": 476, + "line": 484, "column": 28 } } }, "property": { "type": "Identifier", - "start": 18813, - "end": 18834, + "start": 19131, + "end": 19152, "loc": { "start": { - "line": 476, + "line": 484, "column": 29 }, "end": { - "line": 476, + "line": 484, "column": 50 }, "identifierName": "streamVisibleCallback" @@ -141359,15 +144664,15 @@ { "type": "CommentLine", "value": " using player.el() here because this.mediaElement is not available yet", - "start": 18631, - "end": 18703, + "start": 18949, + "end": 19021, "loc": { "start": { - "line": 474, + "line": 482, "column": 20 }, "end": { - "line": 474, + "line": 482, "column": 92 } } @@ -141383,15 +144688,15 @@ { "type": "CommentLine", "value": " setup camera", - "start": 18872, - "end": 18887, + "start": 19190, + "end": 19205, "loc": { "start": { - "line": 479, + "line": 487, "column": 16 }, "end": { - "line": 479, + "line": 487, "column": 31 } } @@ -141400,58 +144705,58 @@ }, { "type": "ExpressionStatement", - "start": 18904, - "end": 19068, + "start": 19222, + "end": 19386, "loc": { "start": { - "line": 480, + "line": 488, "column": 16 }, "end": { - "line": 483, + "line": 491, "column": 18 } }, "expression": { "type": "AssignmentExpression", - "start": 18904, - "end": 19067, + "start": 19222, + "end": 19385, "loc": { "start": { - "line": 480, + "line": 488, "column": 16 }, "end": { - "line": 483, + "line": 491, "column": 17 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 18904, - "end": 18918, + "start": 19222, + "end": 19236, "loc": { "start": { - "line": 480, + "line": 488, "column": 16 }, "end": { - "line": 480, + "line": 488, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 18904, - "end": 18908, + "start": 19222, + "end": 19226, "loc": { "start": { - "line": 480, + "line": 488, "column": 16 }, "end": { - "line": 480, + "line": 488, "column": 20 } }, @@ -141459,15 +144764,15 @@ }, "property": { "type": "Identifier", - "start": 18909, - "end": 18918, + "start": 19227, + "end": 19236, "loc": { "start": { - "line": 480, + "line": 488, "column": 21 }, "end": { - "line": 480, + "line": 488, "column": 30 }, "identifierName": "mediaType" @@ -141479,30 +144784,30 @@ }, "right": { "type": "ObjectExpression", - "start": 18921, - "end": 19067, + "start": 19239, + "end": 19385, "loc": { "start": { - "line": 480, + "line": 488, "column": 33 }, "end": { - "line": 483, + "line": 491, "column": 17 } }, "properties": [ { "type": "ObjectProperty", - "start": 18943, - "end": 18955, + "start": 19261, + "end": 19273, "loc": { "start": { - "line": 481, + "line": 489, "column": 20 }, "end": { - "line": 481, + "line": 489, "column": 32 } }, @@ -141511,15 +144816,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 18943, - "end": 18948, + "start": 19261, + "end": 19266, "loc": { "start": { - "line": 481, + "line": 489, "column": 20 }, "end": { - "line": 481, + "line": 489, "column": 25 }, "identifierName": "audio" @@ -141528,15 +144833,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 18950, - "end": 18955, + "start": 19268, + "end": 19273, "loc": { "start": { - "line": 481, + "line": 489, "column": 27 }, "end": { - "line": 481, + "line": 489, "column": 32 } }, @@ -141545,15 +144850,15 @@ }, { "type": "ObjectProperty", - "start": 18977, - "end": 19049, + "start": 19295, + "end": 19367, "loc": { "start": { - "line": 482, + "line": 490, "column": 20 }, "end": { - "line": 482, + "line": 490, "column": 92 } }, @@ -141562,15 +144867,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 18977, - "end": 18982, + "start": 19295, + "end": 19300, "loc": { "start": { - "line": 482, + "line": 490, "column": 20 }, "end": { - "line": 482, + "line": 490, "column": 25 }, "identifierName": "video" @@ -141579,72 +144884,72 @@ }, "value": { "type": "ConditionalExpression", - "start": 18984, - "end": 19049, + "start": 19302, + "end": 19367, "loc": { "start": { - "line": 482, + "line": 490, "column": 27 }, "end": { - "line": 482, + "line": 490, "column": 92 } }, "test": { "type": "BinaryExpression", - "start": 18985, - "end": 19016, + "start": 19303, + "end": 19334, "loc": { "start": { - "line": 482, + "line": 490, "column": 28 }, "end": { - "line": 482, + "line": 490, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 18985, - "end": 19007, + "start": 19303, + "end": 19325, "loc": { "start": { - "line": 482, + "line": 490, "column": 28 }, "end": { - "line": 482, + "line": 490, "column": 50 } }, "object": { "type": "ThisExpression", - "start": 18985, - "end": 18989, + "start": 19303, + "end": 19307, "loc": { "start": { - "line": 482, + "line": 490, "column": 28 }, "end": { - "line": 482, + "line": 490, "column": 32 } } }, "property": { "type": "Identifier", - "start": 18990, - "end": 19007, + "start": 19308, + "end": 19325, "loc": { "start": { - "line": 482, + "line": 490, "column": 33 }, "end": { - "line": 482, + "line": 490, "column": 50 }, "identifierName": "videoRecorderType" @@ -141656,15 +144961,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 19012, - "end": 19016, + "start": 19330, + "end": 19334, "loc": { "start": { - "line": 482, + "line": 490, "column": 55 }, "end": { - "line": 482, + "line": 490, "column": 59 }, "identifierName": "AUTO" @@ -141673,20 +144978,20 @@ }, "extra": { "parenthesized": true, - "parenStart": 18984 + "parenStart": 19302 } }, "consequent": { "type": "BooleanLiteral", - "start": 19020, - "end": 19024, + "start": 19338, + "end": 19342, "loc": { "start": { - "line": 482, + "line": 490, "column": 63 }, "end": { - "line": 482, + "line": 490, "column": 67 } }, @@ -141694,44 +144999,44 @@ }, "alternate": { "type": "MemberExpression", - "start": 19027, - "end": 19049, + "start": 19345, + "end": 19367, "loc": { "start": { - "line": 482, + "line": 490, "column": 70 }, "end": { - "line": 482, + "line": 490, "column": 92 } }, "object": { "type": "ThisExpression", - "start": 19027, - "end": 19031, + "start": 19345, + "end": 19349, "loc": { "start": { - "line": 482, + "line": 490, "column": 70 }, "end": { - "line": 482, + "line": 490, "column": 74 } } }, "property": { "type": "Identifier", - "start": 19032, - "end": 19049, + "start": 19350, + "end": 19367, "loc": { "start": { - "line": 482, + "line": 490, "column": 75 }, "end": { - "line": 482, + "line": 490, "column": 92 }, "identifierName": "videoRecorderType" @@ -141750,15 +145055,15 @@ { "type": "CommentLine", "value": " setup camera", - "start": 18872, - "end": 18887, + "start": 19190, + "end": 19205, "loc": { "start": { - "line": 479, + "line": 487, "column": 16 }, "end": { - "line": 479, + "line": 487, "column": 31 } } @@ -141767,127 +145072,127 @@ }, { "type": "ExpressionStatement", - "start": 19085, - "end": 19428, + "start": 19403, + "end": 19746, "loc": { "start": { - "line": 484, + "line": 492, "column": 16 }, "end": { - "line": 491, + "line": 499, "column": 18 } }, "expression": { "type": "CallExpression", - "start": 19085, - "end": 19427, + "start": 19403, + "end": 19745, "loc": { "start": { - "line": 484, + "line": 492, "column": 16 }, "end": { - "line": 491, + "line": 499, "column": 17 } }, "callee": { "type": "MemberExpression", - "start": 19085, - "end": 19358, + "start": 19403, + "end": 19676, "loc": { "start": { - "line": 484, + "line": 492, "column": 16 }, "end": { - "line": 489, + "line": 497, "column": 23 } }, "object": { "type": "CallExpression", - "start": 19085, - "end": 19352, + "start": 19403, + "end": 19670, "loc": { "start": { - "line": 484, + "line": 492, "column": 16 }, "end": { - "line": 489, + "line": 497, "column": 17 } }, "callee": { "type": "MemberExpression", - "start": 19085, - "end": 19283, + "start": 19403, + "end": 19601, "loc": { "start": { - "line": 484, + "line": 492, "column": 16 }, "end": { - "line": 487, + "line": 495, "column": 23 } }, "object": { "type": "CallExpression", - "start": 19085, - "end": 19278, + "start": 19403, + "end": 19596, "loc": { "start": { - "line": 484, + "line": 492, "column": 16 }, "end": { - "line": 487, + "line": 495, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 19085, - "end": 19120, + "start": 19403, + "end": 19438, "loc": { "start": { - "line": 484, + "line": 492, "column": 16 }, "end": { - "line": 484, + "line": 492, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 19085, - "end": 19107, + "start": 19403, + "end": 19425, "loc": { "start": { - "line": 484, + "line": 492, "column": 16 }, "end": { - "line": 484, + "line": 492, "column": 38 } }, "object": { "type": "Identifier", - "start": 19085, - "end": 19094, + "start": 19403, + "end": 19412, "loc": { "start": { - "line": 484, + "line": 492, "column": 16 }, "end": { - "line": 484, + "line": 492, "column": 25 }, "identifierName": "navigator" @@ -141896,15 +145201,15 @@ }, "property": { "type": "Identifier", - "start": 19095, - "end": 19107, + "start": 19413, + "end": 19425, "loc": { "start": { - "line": 484, + "line": 492, "column": 26 }, "end": { - "line": 484, + "line": 492, "column": 38 }, "identifierName": "mediaDevices" @@ -141915,15 +145220,15 @@ }, "property": { "type": "Identifier", - "start": 19108, - "end": 19120, + "start": 19426, + "end": 19438, "loc": { "start": { - "line": 484, + "line": 492, "column": 39 }, "end": { - "line": 484, + "line": 492, "column": 51 }, "identifierName": "getUserMedia" @@ -141935,30 +145240,30 @@ "arguments": [ { "type": "ObjectExpression", - "start": 19121, - "end": 19277, + "start": 19439, + "end": 19595, "loc": { "start": { - "line": 484, + "line": 492, "column": 52 }, "end": { - "line": 487, + "line": 495, "column": 17 } }, "properties": [ { "type": "ObjectProperty", - "start": 19143, - "end": 19155, + "start": 19461, + "end": 19473, "loc": { "start": { - "line": 485, + "line": 493, "column": 20 }, "end": { - "line": 485, + "line": 493, "column": 32 } }, @@ -141967,15 +145272,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 19143, - "end": 19148, + "start": 19461, + "end": 19466, "loc": { "start": { - "line": 485, + "line": 493, "column": 20 }, "end": { - "line": 485, + "line": 493, "column": 25 }, "identifierName": "audio" @@ -141984,15 +145289,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 19150, - "end": 19155, + "start": 19468, + "end": 19473, "loc": { "start": { - "line": 485, + "line": 493, "column": 27 }, "end": { - "line": 485, + "line": 493, "column": 32 } }, @@ -142001,15 +145306,15 @@ }, { "type": "ObjectProperty", - "start": 19177, - "end": 19259, + "start": 19495, + "end": 19577, "loc": { "start": { - "line": 486, + "line": 494, "column": 20 }, "end": { - "line": 486, + "line": 494, "column": 102 } }, @@ -142018,15 +145323,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 19177, - "end": 19182, + "start": 19495, + "end": 19500, "loc": { "start": { - "line": 486, + "line": 494, "column": 20 }, "end": { - "line": 486, + "line": 494, "column": 25 }, "identifierName": "video" @@ -142035,86 +145340,86 @@ }, "value": { "type": "ConditionalExpression", - "start": 19184, - "end": 19259, + "start": 19502, + "end": 19577, "loc": { "start": { - "line": 486, + "line": 494, "column": 27 }, "end": { - "line": 486, + "line": 494, "column": 102 } }, "test": { "type": "BinaryExpression", - "start": 19185, - "end": 19220, + "start": 19503, + "end": 19538, "loc": { "start": { - "line": 486, + "line": 494, "column": 28 }, "end": { - "line": 486, + "line": 494, "column": 63 } }, "left": { "type": "CallExpression", - "start": 19185, - "end": 19205, + "start": 19503, + "end": 19523, "loc": { "start": { - "line": 486, + "line": 494, "column": 28 }, "end": { - "line": 486, + "line": 494, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 19185, - "end": 19203, + "start": 19503, + "end": 19521, "loc": { "start": { - "line": 486, + "line": 494, "column": 28 }, "end": { - "line": 486, + "line": 494, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 19185, - "end": 19189, + "start": 19503, + "end": 19507, "loc": { "start": { - "line": 486, + "line": 494, "column": 28 }, "end": { - "line": 486, + "line": 494, "column": 32 } } }, "property": { "type": "Identifier", - "start": 19190, - "end": 19203, + "start": 19508, + "end": 19521, "loc": { "start": { - "line": 486, + "line": 494, "column": 33 }, "end": { - "line": 486, + "line": 494, "column": 46 }, "identifierName": "getRecordType" @@ -142128,15 +145433,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 19210, - "end": 19220, + "start": 19528, + "end": 19538, "loc": { "start": { - "line": 486, + "line": 494, "column": 53 }, "end": { - "line": 486, + "line": 494, "column": 63 }, "identifierName": "IMAGE_ONLY" @@ -142145,49 +145450,49 @@ }, "extra": { "parenthesized": true, - "parenStart": 19184 + "parenStart": 19502 } }, "consequent": { "type": "MemberExpression", - "start": 19224, - "end": 19240, + "start": 19542, + "end": 19558, "loc": { "start": { - "line": 486, + "line": 494, "column": 67 }, "end": { - "line": 486, + "line": 494, "column": 83 } }, "object": { "type": "ThisExpression", - "start": 19224, - "end": 19228, + "start": 19542, + "end": 19546, "loc": { "start": { - "line": 486, + "line": 494, "column": 67 }, "end": { - "line": 486, + "line": 494, "column": 71 } } }, "property": { "type": "Identifier", - "start": 19229, - "end": 19240, + "start": 19547, + "end": 19558, "loc": { "start": { - "line": 486, + "line": 494, "column": 72 }, "end": { - "line": 486, + "line": 494, "column": 83 }, "identifierName": "recordImage" @@ -142198,44 +145503,44 @@ }, "alternate": { "type": "MemberExpression", - "start": 19243, - "end": 19259, + "start": 19561, + "end": 19577, "loc": { "start": { - "line": 486, + "line": 494, "column": 86 }, "end": { - "line": 486, + "line": 494, "column": 102 } }, "object": { "type": "ThisExpression", - "start": 19243, - "end": 19247, + "start": 19561, + "end": 19565, "loc": { "start": { - "line": 486, + "line": 494, "column": 86 }, "end": { - "line": 486, + "line": 494, "column": 90 } } }, "property": { "type": "Identifier", - "start": 19248, - "end": 19259, + "start": 19566, + "end": 19577, "loc": { "start": { - "line": 486, + "line": 494, "column": 91 }, "end": { - "line": 486, + "line": 494, "column": 102 }, "identifierName": "recordVideo" @@ -142252,15 +145557,15 @@ }, "property": { "type": "Identifier", - "start": 19279, - "end": 19283, + "start": 19597, + "end": 19601, "loc": { "start": { - "line": 487, + "line": 495, "column": 19 }, "end": { - "line": 487, + "line": 495, "column": 23 }, "identifierName": "then" @@ -142272,72 +145577,72 @@ "arguments": [ { "type": "CallExpression", - "start": 19305, - "end": 19334, + "start": 19623, + "end": 19652, "loc": { "start": { - "line": 488, + "line": 496, "column": 20 }, "end": { - "line": 488, + "line": 496, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 19305, - "end": 19328, + "start": 19623, + "end": 19646, "loc": { "start": { - "line": 488, + "line": 496, "column": 20 }, "end": { - "line": 488, + "line": 496, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 19305, - "end": 19323, + "start": 19623, + "end": 19641, "loc": { "start": { - "line": 488, + "line": 496, "column": 20 }, "end": { - "line": 488, + "line": 496, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 19305, - "end": 19309, + "start": 19623, + "end": 19627, "loc": { "start": { - "line": 488, + "line": 496, "column": 20 }, "end": { - "line": 488, + "line": 496, "column": 24 } } }, "property": { "type": "Identifier", - "start": 19310, - "end": 19323, + "start": 19628, + "end": 19641, "loc": { "start": { - "line": 488, + "line": 496, "column": 25 }, "end": { - "line": 488, + "line": 496, "column": 38 }, "identifierName": "onDeviceReady" @@ -142348,15 +145653,15 @@ }, "property": { "type": "Identifier", - "start": 19324, - "end": 19328, + "start": 19642, + "end": 19646, "loc": { "start": { - "line": 488, + "line": 496, "column": 39 }, "end": { - "line": 488, + "line": 496, "column": 43 }, "identifierName": "bind" @@ -142368,15 +145673,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 19329, - "end": 19333, + "start": 19647, + "end": 19651, "loc": { "start": { - "line": 488, + "line": 496, "column": 44 }, "end": { - "line": 488, + "line": 496, "column": 48 } } @@ -142387,15 +145692,15 @@ }, "property": { "type": "Identifier", - "start": 19353, - "end": 19358, + "start": 19671, + "end": 19676, "loc": { "start": { - "line": 489, + "line": 497, "column": 18 }, "end": { - "line": 489, + "line": 497, "column": 23 }, "identifierName": "catch" @@ -142407,72 +145712,72 @@ "arguments": [ { "type": "CallExpression", - "start": 19380, - "end": 19409, + "start": 19698, + "end": 19727, "loc": { "start": { - "line": 490, + "line": 498, "column": 20 }, "end": { - "line": 490, + "line": 498, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 19380, - "end": 19403, + "start": 19698, + "end": 19721, "loc": { "start": { - "line": 490, + "line": 498, "column": 20 }, "end": { - "line": 490, + "line": 498, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 19380, - "end": 19398, + "start": 19698, + "end": 19716, "loc": { "start": { - "line": 490, + "line": 498, "column": 20 }, "end": { - "line": 490, + "line": 498, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 19380, - "end": 19384, + "start": 19698, + "end": 19702, "loc": { "start": { - "line": 490, + "line": 498, "column": 20 }, "end": { - "line": 490, + "line": 498, "column": 24 } } }, "property": { "type": "Identifier", - "start": 19385, - "end": 19398, + "start": 19703, + "end": 19716, "loc": { "start": { - "line": 490, + "line": 498, "column": 25 }, "end": { - "line": 490, + "line": 498, "column": 38 }, "identifierName": "onDeviceError" @@ -142483,15 +145788,15 @@ }, "property": { "type": "Identifier", - "start": 19399, - "end": 19403, + "start": 19717, + "end": 19721, "loc": { "start": { - "line": 490, + "line": 498, "column": 39 }, "end": { - "line": 490, + "line": 498, "column": 43 }, "identifierName": "bind" @@ -142503,15 +145808,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 19404, - "end": 19408, + "start": 19722, + "end": 19726, "loc": { "start": { - "line": 490, + "line": 498, "column": 44 }, "end": { - "line": 490, + "line": 498, "column": 48 } } @@ -142523,15 +145828,15 @@ }, { "type": "BreakStatement", - "start": 19445, - "end": 19451, + "start": 19763, + "end": 19769, "loc": { "start": { - "line": 492, + "line": 500, "column": 16 }, "end": { - "line": 492, + "line": 500, "column": 22 } }, @@ -142540,15 +145845,15 @@ ], "test": { "type": "Identifier", - "start": 18540, - "end": 18550, + "start": 18858, + "end": 18868, "loc": { "start": { - "line": 472, + "line": 480, "column": 17 }, "end": { - "line": 472, + "line": 480, "column": 27 }, "identifierName": "VIDEO_ONLY" @@ -142558,73 +145863,73 @@ }, { "type": "SwitchCase", - "start": 19465, - "end": 20849, + "start": 19783, + "end": 21250, "loc": { "start": { - "line": 494, + "line": 502, "column": 12 }, "end": { - "line": 520, + "line": 530, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 19547, - "end": 19771, + "start": 19865, + "end": 20089, "loc": { "start": { - "line": 496, + "line": 504, "column": 16 }, "end": { - "line": 499, + "line": 507, "column": 18 } }, "expression": { "type": "AssignmentExpression", - "start": 19547, - "end": 19770, + "start": 19865, + "end": 20088, "loc": { "start": { - "line": 496, + "line": 504, "column": 16 }, "end": { - "line": 499, + "line": 507, "column": 17 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 19547, - "end": 19561, + "start": 19865, + "end": 19879, "loc": { "start": { - "line": 496, + "line": 504, "column": 16 }, "end": { - "line": 496, + "line": 504, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 19547, - "end": 19551, + "start": 19865, + "end": 19869, "loc": { "start": { - "line": 496, + "line": 504, "column": 16 }, "end": { - "line": 496, + "line": 504, "column": 20 } }, @@ -142632,15 +145937,15 @@ }, "property": { "type": "Identifier", - "start": 19552, - "end": 19561, + "start": 19870, + "end": 19879, "loc": { "start": { - "line": 496, + "line": 504, "column": 21 }, "end": { - "line": 496, + "line": 504, "column": 30 }, "identifierName": "mediaType" @@ -142652,30 +145957,30 @@ }, "right": { "type": "ObjectExpression", - "start": 19564, - "end": 19770, + "start": 19882, + "end": 20088, "loc": { "start": { - "line": 496, + "line": 504, "column": 33 }, "end": { - "line": 499, + "line": 507, "column": 17 } }, "properties": [ { "type": "ObjectProperty", - "start": 19586, - "end": 19658, + "start": 19904, + "end": 19976, "loc": { "start": { - "line": 497, + "line": 505, "column": 20 }, "end": { - "line": 497, + "line": 505, "column": 92 } }, @@ -142684,15 +145989,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 19586, - "end": 19591, + "start": 19904, + "end": 19909, "loc": { "start": { - "line": 497, + "line": 505, "column": 20 }, "end": { - "line": 497, + "line": 505, "column": 25 }, "identifierName": "audio" @@ -142701,72 +146006,72 @@ }, "value": { "type": "ConditionalExpression", - "start": 19593, - "end": 19658, + "start": 19911, + "end": 19976, "loc": { "start": { - "line": 497, + "line": 505, "column": 27 }, "end": { - "line": 497, + "line": 505, "column": 92 } }, "test": { "type": "BinaryExpression", - "start": 19594, - "end": 19625, + "start": 19912, + "end": 19943, "loc": { "start": { - "line": 497, + "line": 505, "column": 28 }, "end": { - "line": 497, + "line": 505, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 19594, - "end": 19616, + "start": 19912, + "end": 19934, "loc": { "start": { - "line": 497, + "line": 505, "column": 28 }, "end": { - "line": 497, + "line": 505, "column": 50 } }, "object": { "type": "ThisExpression", - "start": 19594, - "end": 19598, + "start": 19912, + "end": 19916, "loc": { "start": { - "line": 497, + "line": 505, "column": 28 }, "end": { - "line": 497, + "line": 505, "column": 32 } } }, "property": { "type": "Identifier", - "start": 19599, - "end": 19616, + "start": 19917, + "end": 19934, "loc": { "start": { - "line": 497, + "line": 505, "column": 33 }, "end": { - "line": 497, + "line": 505, "column": 50 }, "identifierName": "audioRecorderType" @@ -142778,15 +146083,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 19621, - "end": 19625, + "start": 19939, + "end": 19943, "loc": { "start": { - "line": 497, + "line": 505, "column": 55 }, "end": { - "line": 497, + "line": 505, "column": 59 }, "identifierName": "AUTO" @@ -142795,20 +146100,20 @@ }, "extra": { "parenthesized": true, - "parenStart": 19593 + "parenStart": 19911 } }, "consequent": { "type": "BooleanLiteral", - "start": 19629, - "end": 19633, + "start": 19947, + "end": 19951, "loc": { "start": { - "line": 497, + "line": 505, "column": 63 }, "end": { - "line": 497, + "line": 505, "column": 67 } }, @@ -142816,44 +146121,44 @@ }, "alternate": { "type": "MemberExpression", - "start": 19636, - "end": 19658, + "start": 19954, + "end": 19976, "loc": { "start": { - "line": 497, + "line": 505, "column": 70 }, "end": { - "line": 497, + "line": 505, "column": 92 } }, "object": { "type": "ThisExpression", - "start": 19636, - "end": 19640, + "start": 19954, + "end": 19958, "loc": { "start": { - "line": 497, + "line": 505, "column": 70 }, "end": { - "line": 497, + "line": 505, "column": 74 } } }, "property": { "type": "Identifier", - "start": 19641, - "end": 19658, + "start": 19959, + "end": 19976, "loc": { "start": { - "line": 497, + "line": 505, "column": 75 }, "end": { - "line": 497, + "line": 505, "column": 92 }, "identifierName": "audioRecorderType" @@ -142866,15 +146171,15 @@ }, { "type": "ObjectProperty", - "start": 19680, - "end": 19752, + "start": 19998, + "end": 20070, "loc": { "start": { - "line": 498, + "line": 506, "column": 20 }, "end": { - "line": 498, + "line": 506, "column": 92 } }, @@ -142883,15 +146188,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 19680, - "end": 19685, + "start": 19998, + "end": 20003, "loc": { "start": { - "line": 498, + "line": 506, "column": 20 }, "end": { - "line": 498, + "line": 506, "column": 25 }, "identifierName": "video" @@ -142900,72 +146205,72 @@ }, "value": { "type": "ConditionalExpression", - "start": 19687, - "end": 19752, + "start": 20005, + "end": 20070, "loc": { "start": { - "line": 498, + "line": 506, "column": 27 }, "end": { - "line": 498, + "line": 506, "column": 92 } }, "test": { "type": "BinaryExpression", - "start": 19688, - "end": 19719, + "start": 20006, + "end": 20037, "loc": { "start": { - "line": 498, + "line": 506, "column": 28 }, "end": { - "line": 498, + "line": 506, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 19688, - "end": 19710, + "start": 20006, + "end": 20028, "loc": { "start": { - "line": 498, + "line": 506, "column": 28 }, "end": { - "line": 498, + "line": 506, "column": 50 } }, "object": { "type": "ThisExpression", - "start": 19688, - "end": 19692, + "start": 20006, + "end": 20010, "loc": { "start": { - "line": 498, + "line": 506, "column": 28 }, "end": { - "line": 498, + "line": 506, "column": 32 } } }, "property": { "type": "Identifier", - "start": 19693, - "end": 19710, + "start": 20011, + "end": 20028, "loc": { "start": { - "line": 498, + "line": 506, "column": 33 }, "end": { - "line": 498, + "line": 506, "column": 50 }, "identifierName": "videoRecorderType" @@ -142977,15 +146282,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 19715, - "end": 19719, + "start": 20033, + "end": 20037, "loc": { "start": { - "line": 498, + "line": 506, "column": 55 }, "end": { - "line": 498, + "line": 506, "column": 59 }, "identifierName": "AUTO" @@ -142994,20 +146299,20 @@ }, "extra": { "parenthesized": true, - "parenStart": 19687 + "parenStart": 20005 } }, "consequent": { "type": "BooleanLiteral", - "start": 19723, - "end": 19727, + "start": 20041, + "end": 20045, "loc": { "start": { - "line": 498, + "line": 506, "column": 63 }, "end": { - "line": 498, + "line": 506, "column": 67 } }, @@ -143015,44 +146320,44 @@ }, "alternate": { "type": "MemberExpression", - "start": 19730, - "end": 19752, + "start": 20048, + "end": 20070, "loc": { "start": { - "line": 498, + "line": 506, "column": 70 }, "end": { - "line": 498, + "line": 506, "column": 92 } }, "object": { "type": "ThisExpression", - "start": 19730, - "end": 19734, + "start": 20048, + "end": 20052, "loc": { "start": { - "line": 498, + "line": 506, "column": 70 }, "end": { - "line": 498, + "line": 506, "column": 74 } } }, "property": { "type": "Identifier", - "start": 19735, - "end": 19752, + "start": 20053, + "end": 20070, "loc": { "start": { - "line": 498, + "line": 506, "column": 75 }, "end": { - "line": 498, + "line": 506, "column": 92 }, "identifierName": "videoRecorderType" @@ -143071,15 +146376,15 @@ { "type": "CommentLine", "value": " setup camera and microphone", - "start": 19500, - "end": 19530, + "start": 19818, + "end": 19848, "loc": { "start": { - "line": 495, + "line": 503, "column": 16 }, "end": { - "line": 495, + "line": 503, "column": 46 } } @@ -143088,44 +146393,44 @@ }, { "type": "VariableDeclaration", - "start": 19788, - "end": 19820, + "start": 20106, + "end": 20138, "loc": { "start": { - "line": 500, + "line": 508, "column": 16 }, "end": { - "line": 500, + "line": 508, "column": 48 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 19792, - "end": 19819, + "start": 20110, + "end": 20137, "loc": { "start": { - "line": 500, + "line": 508, "column": 20 }, "end": { - "line": 500, + "line": 508, "column": 47 } }, "id": { "type": "Identifier", - "start": 19792, - "end": 19814, + "start": 20110, + "end": 20132, "loc": { "start": { - "line": 500, + "line": 508, "column": 20 }, "end": { - "line": 500, + "line": 508, "column": 42 }, "identifierName": "audioScreenConstraints" @@ -143134,15 +146439,15 @@ }, "init": { "type": "ObjectExpression", - "start": 19817, - "end": 19819, + "start": 20135, + "end": 20137, "loc": { "start": { - "line": 500, + "line": 508, "column": 45 }, "end": { - "line": 500, + "line": 508, "column": 47 } }, @@ -143154,72 +146459,72 @@ }, { "type": "IfStatement", - "start": 19837, - "end": 20236, + "start": 20155, + "end": 20554, "loc": { "start": { - "line": 501, + "line": 509, "column": 16 }, "end": { - "line": 508, + "line": 516, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 19841, - "end": 19867, + "start": 20159, + "end": 20185, "loc": { "start": { - "line": 501, + "line": 509, "column": 20 }, "end": { - "line": 501, + "line": 509, "column": 46 } }, "left": { "type": "MemberExpression", - "start": 19841, - "end": 19858, + "start": 20159, + "end": 20176, "loc": { "start": { - "line": 501, + "line": 509, "column": 20 }, "end": { - "line": 501, + "line": 509, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 19841, - "end": 19845, + "start": 20159, + "end": 20163, "loc": { "start": { - "line": 501, + "line": 509, "column": 20 }, "end": { - "line": 501, + "line": 509, "column": 24 } } }, "property": { "type": "Identifier", - "start": 19846, - "end": 19858, + "start": 20164, + "end": 20176, "loc": { "start": { - "line": 501, + "line": 509, "column": 25 }, "end": { - "line": 501, + "line": 509, "column": 37 }, "identifierName": "recordScreen" @@ -143231,15 +146536,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 19863, - "end": 19867, + "start": 20181, + "end": 20185, "loc": { "start": { - "line": 501, + "line": 509, "column": 42 }, "end": { - "line": 501, + "line": 509, "column": 46 } }, @@ -143248,59 +146553,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 19869, - "end": 20040, + "start": 20187, + "end": 20358, "loc": { "start": { - "line": 501, + "line": 509, "column": 48 }, "end": { - "line": 505, + "line": 513, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 19891, - "end": 20022, + "start": 20209, + "end": 20340, "loc": { "start": { - "line": 502, + "line": 510, "column": 20 }, "end": { - "line": 504, + "line": 512, "column": 22 } }, "expression": { "type": "AssignmentExpression", - "start": 19891, - "end": 20021, + "start": 20209, + "end": 20339, "loc": { "start": { - "line": 502, + "line": 510, "column": 20 }, "end": { - "line": 504, + "line": 512, "column": 21 } }, "operator": "=", "left": { "type": "Identifier", - "start": 19891, - "end": 19913, + "start": 20209, + "end": 20231, "loc": { "start": { - "line": 502, + "line": 510, "column": 20 }, "end": { - "line": 502, + "line": 510, "column": 42 }, "identifierName": "audioScreenConstraints" @@ -143309,30 +146614,30 @@ }, "right": { "type": "ObjectExpression", - "start": 19916, - "end": 20021, + "start": 20234, + "end": 20339, "loc": { "start": { - "line": 502, + "line": 510, "column": 45 }, "end": { - "line": 504, + "line": 512, "column": 21 } }, "properties": [ { "type": "ObjectProperty", - "start": 19942, - "end": 19953, + "start": 20260, + "end": 20271, "loc": { "start": { - "line": 503, + "line": 511, "column": 24 }, "end": { - "line": 503, + "line": 511, "column": 35 } }, @@ -143341,15 +146646,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 19942, - "end": 19947, + "start": 20260, + "end": 20265, "loc": { "start": { - "line": 503, + "line": 511, "column": 24 }, "end": { - "line": 503, + "line": 511, "column": 29 }, "identifierName": "video" @@ -143358,15 +146663,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 19949, - "end": 19953, + "start": 20267, + "end": 20271, "loc": { "start": { - "line": 503, + "line": 511, "column": 31 }, "end": { - "line": 503, + "line": 511, "column": 35 } }, @@ -143378,15 +146683,15 @@ { "type": "CommentLine", "value": " needs to be true for it to work in Firefox", - "start": 19954, - "end": 19999, + "start": 20272, + "end": 20317, "loc": { "start": { - "line": 503, + "line": 511, "column": 36 }, "end": { - "line": 503, + "line": 511, "column": 81 } } @@ -143402,57 +146707,57 @@ }, "alternate": { "type": "IfStatement", - "start": 20046, - "end": 20236, + "start": 20364, + "end": 20554, "loc": { "start": { - "line": 505, + "line": 513, "column": 23 }, "end": { - "line": 508, + "line": 516, "column": 17 } }, "test": { "type": "LogicalExpression", - "start": 20050, - "end": 20151, + "start": 20368, + "end": 20469, "loc": { "start": { - "line": 505, + "line": 513, "column": 27 }, "end": { - "line": 506, + "line": 514, "column": 60 } }, "left": { "type": "BinaryExpression", - "start": 20050, - "end": 20087, + "start": 20368, + "end": 20405, "loc": { "start": { - "line": 505, + "line": 513, "column": 27 }, "end": { - "line": 505, + "line": 513, "column": 64 } }, "left": { "type": "UnaryExpression", - "start": 20050, - "end": 20074, + "start": 20368, + "end": 20392, "loc": { "start": { - "line": 505, + "line": 513, "column": 27 }, "end": { - "line": 505, + "line": 513, "column": 51 } }, @@ -143460,44 +146765,44 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 20057, - "end": 20074, + "start": 20375, + "end": 20392, "loc": { "start": { - "line": 505, + "line": 513, "column": 34 }, "end": { - "line": 505, + "line": 513, "column": 51 } }, "object": { "type": "ThisExpression", - "start": 20057, - "end": 20061, + "start": 20375, + "end": 20379, "loc": { "start": { - "line": 505, + "line": 513, "column": 34 }, "end": { - "line": 505, + "line": 513, "column": 38 } } }, "property": { "type": "Identifier", - "start": 20062, - "end": 20074, + "start": 20380, + "end": 20392, "loc": { "start": { - "line": 505, + "line": 513, "column": 39 }, "end": { - "line": 505, + "line": 513, "column": 51 }, "identifierName": "recordScreen" @@ -143513,15 +146818,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 20079, - "end": 20087, + "start": 20397, + "end": 20405, "loc": { "start": { - "line": 505, + "line": 513, "column": 56 }, "end": { - "line": 505, + "line": 513, "column": 64 } }, @@ -143535,72 +146840,72 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 20111, - "end": 20151, + "start": 20429, + "end": 20469, "loc": { "start": { - "line": 506, + "line": 514, "column": 20 }, "end": { - "line": 506, + "line": 514, "column": 60 } }, "left": { "type": "MemberExpression", - "start": 20111, - "end": 20140, + "start": 20429, + "end": 20458, "loc": { "start": { - "line": 506, + "line": 514, "column": 20 }, "end": { - "line": 506, + "line": 514, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 20111, - "end": 20128, + "start": 20429, + "end": 20446, "loc": { "start": { - "line": 506, + "line": 514, "column": 20 }, "end": { - "line": 506, + "line": 514, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 20111, - "end": 20115, + "start": 20429, + "end": 20433, "loc": { "start": { - "line": 506, + "line": 514, "column": 20 }, "end": { - "line": 506, + "line": 514, "column": 24 } } }, "property": { "type": "Identifier", - "start": 20116, - "end": 20128, + "start": 20434, + "end": 20446, "loc": { "start": { - "line": 506, + "line": 514, "column": 25 }, "end": { - "line": 506, + "line": 514, "column": 37 }, "identifierName": "recordScreen" @@ -143611,15 +146916,15 @@ }, "property": { "type": "Identifier", - "start": 20129, - "end": 20140, + "start": 20447, + "end": 20458, "loc": { "start": { - "line": 506, + "line": 514, "column": 38 }, "end": { - "line": 506, + "line": 514, "column": 49 }, "identifierName": "constructor" @@ -143631,15 +146936,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 20145, - "end": 20151, + "start": 20463, + "end": 20469, "loc": { "start": { - "line": 506, + "line": 514, "column": 54 }, "end": { - "line": 506, + "line": 514, "column": 60 }, "identifierName": "Object" @@ -143650,59 +146955,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 20153, - "end": 20236, + "start": 20471, + "end": 20554, "loc": { "start": { - "line": 506, + "line": 514, "column": 62 }, "end": { - "line": 508, + "line": 516, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 20175, - "end": 20218, + "start": 20493, + "end": 20536, "loc": { "start": { - "line": 507, + "line": 515, "column": 20 }, "end": { - "line": 507, + "line": 515, "column": 63 } }, "expression": { "type": "AssignmentExpression", - "start": 20175, - "end": 20217, + "start": 20493, + "end": 20535, "loc": { "start": { - "line": 507, + "line": 515, "column": 20 }, "end": { - "line": 507, + "line": 515, "column": 62 } }, "operator": "=", "left": { "type": "Identifier", - "start": 20175, - "end": 20197, + "start": 20493, + "end": 20515, "loc": { "start": { - "line": 507, + "line": 515, "column": 20 }, "end": { - "line": 507, + "line": 515, "column": 42 }, "identifierName": "audioScreenConstraints" @@ -143711,44 +147016,44 @@ }, "right": { "type": "MemberExpression", - "start": 20200, - "end": 20217, + "start": 20518, + "end": 20535, "loc": { "start": { - "line": 507, + "line": 515, "column": 45 }, "end": { - "line": 507, + "line": 515, "column": 62 } }, "object": { "type": "ThisExpression", - "start": 20200, - "end": 20204, + "start": 20518, + "end": 20522, "loc": { "start": { - "line": 507, + "line": 515, "column": 45 }, "end": { - "line": 507, + "line": 515, "column": 49 } } }, "property": { "type": "Identifier", - "start": 20205, - "end": 20217, + "start": 20523, + "end": 20535, "loc": { "start": { - "line": 507, + "line": 515, "column": 50 }, "end": { - "line": 507, + "line": 515, "column": 62 }, "identifierName": "recordScreen" @@ -143767,127 +147072,127 @@ }, { "type": "ExpressionStatement", - "start": 20253, - "end": 20826, + "start": 20571, + "end": 21227, "loc": { "start": { - "line": 509, + "line": 517, "column": 16 }, "end": { - "line": 519, + "line": 529, "column": 18 } }, "expression": { "type": "CallExpression", - "start": 20253, - "end": 20825, + "start": 20571, + "end": 21226, "loc": { "start": { - "line": 509, + "line": 517, "column": 16 }, "end": { - "line": 519, + "line": 529, "column": 17 } }, "callee": { "type": "MemberExpression", - "start": 20253, - "end": 20756, + "start": 20571, + "end": 21157, "loc": { "start": { - "line": 509, + "line": 517, "column": 16 }, "end": { - "line": 517, + "line": 527, "column": 24 } }, "object": { "type": "CallExpression", - "start": 20253, - "end": 20750, + "start": 20571, + "end": 21151, "loc": { "start": { - "line": 509, + "line": 517, "column": 16 }, "end": { - "line": 517, + "line": 527, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 20253, - "end": 20320, + "start": 20571, + "end": 20638, "loc": { "start": { - "line": 509, + "line": 517, "column": 16 }, "end": { - "line": 509, + "line": 517, "column": 83 } }, "object": { "type": "CallExpression", - "start": 20253, - "end": 20315, + "start": 20571, + "end": 20633, "loc": { "start": { - "line": 509, + "line": 517, "column": 16 }, "end": { - "line": 509, + "line": 517, "column": 78 } }, "callee": { "type": "MemberExpression", - "start": 20253, - "end": 20291, + "start": 20571, + "end": 20609, "loc": { "start": { - "line": 509, + "line": 517, "column": 16 }, "end": { - "line": 509, + "line": 517, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 20253, - "end": 20275, + "start": 20571, + "end": 20593, "loc": { "start": { - "line": 509, + "line": 517, "column": 16 }, "end": { - "line": 509, + "line": 517, "column": 38 } }, "object": { "type": "Identifier", - "start": 20253, - "end": 20262, + "start": 20571, + "end": 20580, "loc": { "start": { - "line": 509, + "line": 517, "column": 16 }, "end": { - "line": 509, + "line": 517, "column": 25 }, "identifierName": "navigator" @@ -143896,15 +147201,15 @@ }, "property": { "type": "Identifier", - "start": 20263, - "end": 20275, + "start": 20581, + "end": 20593, "loc": { "start": { - "line": 509, + "line": 517, "column": 26 }, "end": { - "line": 509, + "line": 517, "column": 38 }, "identifierName": "mediaDevices" @@ -143915,15 +147220,15 @@ }, "property": { "type": "Identifier", - "start": 20276, - "end": 20291, + "start": 20594, + "end": 20609, "loc": { "start": { - "line": 509, + "line": 517, "column": 39 }, "end": { - "line": 509, + "line": 517, "column": 54 }, "identifierName": "getDisplayMedia" @@ -143935,15 +147240,15 @@ "arguments": [ { "type": "Identifier", - "start": 20292, - "end": 20314, + "start": 20610, + "end": 20632, "loc": { "start": { - "line": 509, + "line": 517, "column": 55 }, "end": { - "line": 509, + "line": 517, "column": 77 }, "identifierName": "audioScreenConstraints" @@ -143954,15 +147259,15 @@ }, "property": { "type": "Identifier", - "start": 20316, - "end": 20320, + "start": 20634, + "end": 20638, "loc": { "start": { - "line": 509, + "line": 517, "column": 79 }, "end": { - "line": 509, + "line": 517, "column": 83 }, "identifierName": "then" @@ -143974,15 +147279,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 20321, - "end": 20749, + "start": 20639, + "end": 21150, "loc": { "start": { - "line": 509, + "line": 517, "column": 84 }, "end": { - "line": 517, + "line": 527, "column": 17 } }, @@ -143993,15 +147298,15 @@ "params": [ { "type": "Identifier", - "start": 20321, - "end": 20333, + "start": 20639, + "end": 20651, "loc": { "start": { - "line": 509, + "line": 517, "column": 84 }, "end": { - "line": 509, + "line": 517, "column": 96 }, "identifierName": "screenStream" @@ -144011,703 +147316,866 @@ ], "body": { "type": "BlockStatement", - "start": 20337, - "end": 20749, + "start": 20655, + "end": 21150, "loc": { "start": { - "line": 509, + "line": 517, "column": 100 }, "end": { - "line": 517, + "line": 527, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 20359, - "end": 20731, + "start": 20677, + "end": 21132, "loc": { "start": { - "line": 510, + "line": 518, "column": 20 }, "end": { - "line": 516, - "column": 23 + "line": 526, + "column": 22 } }, "expression": { "type": "CallExpression", - "start": 20359, - "end": 20730, + "start": 20677, + "end": 21131, "loc": { "start": { - "line": 510, + "line": 518, "column": 20 }, "end": { - "line": 516, - "column": 22 + "line": 526, + "column": 21 } }, "callee": { "type": "MemberExpression", - "start": 20359, - "end": 20472, + "start": 20677, + "end": 21054, "loc": { "start": { - "line": 510, + "line": 518, "column": 20 }, "end": { - "line": 512, - "column": 27 + "line": 524, + "column": 28 } }, "object": { "type": "CallExpression", - "start": 20359, - "end": 20467, + "start": 20677, + "end": 21048, "loc": { "start": { - "line": 510, + "line": 518, "column": 20 }, "end": { - "line": 512, + "line": 524, "column": 22 } }, "callee": { "type": "MemberExpression", - "start": 20359, - "end": 20394, + "start": 20677, + "end": 20790, "loc": { "start": { - "line": 510, + "line": 518, "column": 20 }, "end": { - "line": 510, - "column": 55 + "line": 520, + "column": 27 } }, "object": { - "type": "MemberExpression", - "start": 20359, - "end": 20381, + "type": "CallExpression", + "start": 20677, + "end": 20785, "loc": { "start": { - "line": 510, + "line": 518, "column": 20 }, "end": { - "line": 510, - "column": 42 + "line": 520, + "column": 22 } }, - "object": { - "type": "Identifier", - "start": 20359, - "end": 20368, + "callee": { + "type": "MemberExpression", + "start": 20677, + "end": 20712, "loc": { "start": { - "line": 510, + "line": 518, "column": 20 }, "end": { - "line": 510, - "column": 29 - }, - "identifierName": "navigator" - }, - "name": "navigator" - }, - "property": { - "type": "Identifier", - "start": 20369, - "end": 20381, - "loc": { - "start": { - "line": 510, - "column": 30 - }, - "end": { - "line": 510, - "column": 42 - }, - "identifierName": "mediaDevices" - }, - "name": "mediaDevices" - }, - "computed": false - }, - "property": { - "type": "Identifier", - "start": 20382, - "end": 20394, - "loc": { - "start": { - "line": 510, - "column": 43 - }, - "end": { - "line": 510, - "column": 55 - }, - "identifierName": "getUserMedia" - }, - "name": "getUserMedia" - }, - "computed": false - }, - "arguments": [ - { - "type": "ObjectExpression", - "start": 20395, - "end": 20466, - "loc": { - "start": { - "line": 510, - "column": 56 + "line": 518, + "column": 55 + } }, - "end": { - "line": 512, - "column": 21 - } - }, - "properties": [ - { - "type": "ObjectProperty", - "start": 20421, - "end": 20444, + "object": { + "type": "MemberExpression", + "start": 20677, + "end": 20699, "loc": { "start": { - "line": 511, - "column": 24 + "line": 518, + "column": 20 }, "end": { - "line": 511, - "column": 47 + "line": 518, + "column": 42 } }, - "method": false, - "shorthand": false, - "computed": false, - "key": { + "object": { "type": "Identifier", - "start": 20421, - "end": 20426, + "start": 20677, + "end": 20686, "loc": { "start": { - "line": 511, - "column": 24 + "line": 518, + "column": 20 }, "end": { - "line": 511, + "line": 518, "column": 29 }, - "identifierName": "audio" + "identifierName": "navigator" }, - "name": "audio" + "name": "navigator" }, - "value": { - "type": "MemberExpression", - "start": 20428, - "end": 20444, + "property": { + "type": "Identifier", + "start": 20687, + "end": 20699, "loc": { "start": { - "line": 511, - "column": 31 + "line": 518, + "column": 30 }, "end": { - "line": 511, - "column": 47 - } + "line": 518, + "column": 42 + }, + "identifierName": "mediaDevices" }, - "object": { - "type": "ThisExpression", - "start": 20428, - "end": 20432, - "loc": { - "start": { - "line": 511, - "column": 31 - }, - "end": { - "line": 511, - "column": 35 - } - } + "name": "mediaDevices" + }, + "computed": false + }, + "property": { + "type": "Identifier", + "start": 20700, + "end": 20712, + "loc": { + "start": { + "line": 518, + "column": 43 }, - "property": { - "type": "Identifier", - "start": 20433, - "end": 20444, + "end": { + "line": 518, + "column": 55 + }, + "identifierName": "getUserMedia" + }, + "name": "getUserMedia" + }, + "computed": false + }, + "arguments": [ + { + "type": "ObjectExpression", + "start": 20713, + "end": 20784, + "loc": { + "start": { + "line": 518, + "column": 56 + }, + "end": { + "line": 520, + "column": 21 + } + }, + "properties": [ + { + "type": "ObjectProperty", + "start": 20739, + "end": 20762, "loc": { "start": { - "line": 511, - "column": 36 + "line": 519, + "column": 24 }, "end": { - "line": 511, + "line": 519, "column": 47 + } + }, + "method": false, + "shorthand": false, + "computed": false, + "key": { + "type": "Identifier", + "start": 20739, + "end": 20744, + "loc": { + "start": { + "line": 519, + "column": 24 + }, + "end": { + "line": 519, + "column": 29 + }, + "identifierName": "audio" }, - "identifierName": "recordAudio" + "name": "audio" }, - "name": "recordAudio" - }, - "computed": false - } + "value": { + "type": "MemberExpression", + "start": 20746, + "end": 20762, + "loc": { + "start": { + "line": 519, + "column": 31 + }, + "end": { + "line": 519, + "column": 47 + } + }, + "object": { + "type": "ThisExpression", + "start": 20746, + "end": 20750, + "loc": { + "start": { + "line": 519, + "column": 31 + }, + "end": { + "line": 519, + "column": 35 + } + } + }, + "property": { + "type": "Identifier", + "start": 20751, + "end": 20762, + "loc": { + "start": { + "line": 519, + "column": 36 + }, + "end": { + "line": 519, + "column": 47 + }, + "identifierName": "recordAudio" + }, + "name": "recordAudio" + }, + "computed": false + } + } + ] } ] - } - ] - }, - "property": { - "type": "Identifier", - "start": 20468, - "end": 20472, - "loc": { - "start": { - "line": 512, - "column": 23 }, - "end": { - "line": 512, - "column": 27 - }, - "identifierName": "then" - }, - "name": "then" - }, - "computed": false - }, - "arguments": [ - { - "type": "ArrowFunctionExpression", - "start": 20473, - "end": 20729, - "loc": { - "start": { - "line": 512, - "column": 28 - }, - "end": { - "line": 516, - "column": 21 - } - }, - "id": null, - "generator": false, - "expression": false, - "async": false, - "params": [ - { + "property": { "type": "Identifier", - "start": 20474, - "end": 20477, + "start": 20786, + "end": 20790, "loc": { "start": { - "line": 512, - "column": 29 + "line": 520, + "column": 23 }, "end": { - "line": 512, - "column": 32 + "line": 520, + "column": 27 }, - "identifierName": "mic" - }, - "name": "mic" - } - ], - "body": { - "type": "BlockStatement", - "start": 20482, - "end": 20729, - "loc": { - "start": { - "line": 512, - "column": 37 + "identifierName": "then" }, - "end": { - "line": 516, - "column": 21 - } + "name": "then" }, - "body": [ - { - "type": "ExpressionStatement", - "start": 20596, - "end": 20638, - "loc": { - "start": { - "line": 514, - "column": 24 - }, - "end": { - "line": 514, - "column": 66 - } + "computed": false + }, + "arguments": [ + { + "type": "ArrowFunctionExpression", + "start": 20791, + "end": 21047, + "loc": { + "start": { + "line": 520, + "column": 28 }, - "expression": { - "type": "CallExpression", - "start": 20596, - "end": 20637, + "end": { + "line": 524, + "column": 21 + } + }, + "id": null, + "generator": false, + "expression": false, + "async": false, + "params": [ + { + "type": "Identifier", + "start": 20792, + "end": 20795, "loc": { "start": { - "line": 514, - "column": 24 + "line": 520, + "column": 29 }, "end": { - "line": 514, - "column": 65 - } + "line": 520, + "column": 32 + }, + "identifierName": "mic" }, - "callee": { - "type": "MemberExpression", - "start": 20596, - "end": 20617, + "name": "mic" + } + ], + "body": { + "type": "BlockStatement", + "start": 20800, + "end": 21047, + "loc": { + "start": { + "line": 520, + "column": 37 + }, + "end": { + "line": 524, + "column": 21 + } + }, + "body": [ + { + "type": "ExpressionStatement", + "start": 20914, + "end": 20956, "loc": { "start": { - "line": 514, + "line": 522, "column": 24 }, "end": { - "line": 514, - "column": 45 + "line": 522, + "column": 66 } }, - "object": { - "type": "Identifier", - "start": 20596, - "end": 20608, + "expression": { + "type": "CallExpression", + "start": 20914, + "end": 20955, "loc": { "start": { - "line": 514, + "line": 522, "column": 24 }, "end": { - "line": 514, - "column": 36 - }, - "identifierName": "screenStream" - }, - "name": "screenStream", - "leadingComments": null - }, - "property": { - "type": "Identifier", - "start": 20609, - "end": 20617, - "loc": { - "start": { - "line": 514, - "column": 37 - }, - "end": { - "line": 514, - "column": 45 - }, - "identifierName": "addTrack" - }, - "name": "addTrack" - }, - "computed": false, - "leadingComments": null - }, - "arguments": [ - { - "type": "MemberExpression", - "start": 20618, - "end": 20636, - "loc": { - "start": { - "line": 514, - "column": 46 - }, - "end": { - "line": 514, - "column": 64 + "line": 522, + "column": 65 } }, - "object": { - "type": "CallExpression", - "start": 20618, - "end": 20633, + "callee": { + "type": "MemberExpression", + "start": 20914, + "end": 20935, "loc": { "start": { - "line": 514, - "column": 46 + "line": 522, + "column": 24 }, "end": { - "line": 514, - "column": 61 + "line": 522, + "column": 45 } }, - "callee": { + "object": { + "type": "Identifier", + "start": 20914, + "end": 20926, + "loc": { + "start": { + "line": 522, + "column": 24 + }, + "end": { + "line": 522, + "column": 36 + }, + "identifierName": "screenStream" + }, + "name": "screenStream", + "leadingComments": null + }, + "property": { + "type": "Identifier", + "start": 20927, + "end": 20935, + "loc": { + "start": { + "line": 522, + "column": 37 + }, + "end": { + "line": 522, + "column": 45 + }, + "identifierName": "addTrack" + }, + "name": "addTrack" + }, + "computed": false, + "leadingComments": null + }, + "arguments": [ + { "type": "MemberExpression", - "start": 20618, - "end": 20631, + "start": 20936, + "end": 20954, "loc": { "start": { - "line": 514, + "line": 522, "column": 46 }, "end": { - "line": 514, - "column": 59 + "line": 522, + "column": 64 } }, "object": { - "type": "Identifier", - "start": 20618, - "end": 20621, + "type": "CallExpression", + "start": 20936, + "end": 20951, "loc": { "start": { - "line": 514, + "line": 522, "column": 46 }, "end": { - "line": 514, - "column": 49 + "line": 522, + "column": 61 + } + }, + "callee": { + "type": "MemberExpression", + "start": 20936, + "end": 20949, + "loc": { + "start": { + "line": 522, + "column": 46 + }, + "end": { + "line": 522, + "column": 59 + } }, - "identifierName": "mic" + "object": { + "type": "Identifier", + "start": 20936, + "end": 20939, + "loc": { + "start": { + "line": 522, + "column": 46 + }, + "end": { + "line": 522, + "column": 49 + }, + "identifierName": "mic" + }, + "name": "mic" + }, + "property": { + "type": "Identifier", + "start": 20940, + "end": 20949, + "loc": { + "start": { + "line": 522, + "column": 50 + }, + "end": { + "line": 522, + "column": 59 + }, + "identifierName": "getTracks" + }, + "name": "getTracks" + }, + "computed": false }, - "name": "mic" + "arguments": [] }, "property": { - "type": "Identifier", - "start": 20622, - "end": 20631, + "type": "NumericLiteral", + "start": 20952, + "end": 20953, "loc": { "start": { - "line": 514, - "column": 50 + "line": 522, + "column": 62 }, "end": { - "line": 514, - "column": 59 - }, - "identifierName": "getTracks" + "line": 522, + "column": 63 + } + }, + "extra": { + "rawValue": 0, + "raw": "0" }, - "name": "getTracks" + "value": 0 }, - "computed": false - }, - "arguments": [] - }, - "property": { - "type": "NumericLiteral", - "start": 20634, - "end": 20635, + "computed": true + } + ], + "leadingComments": null + }, + "leadingComments": [ + { + "type": "CommentLine", + "value": " join microphone track with screencast stream (order matters)", + "start": 20826, + "end": 20889, "loc": { "start": { - "line": 514, - "column": 62 + "line": 521, + "column": 24 }, "end": { - "line": 514, - "column": 63 + "line": 521, + "column": 87 } - }, - "extra": { - "rawValue": 0, - "raw": "0" - }, - "value": 0 - }, - "computed": true - } - ], - "leadingComments": null - }, - "leadingComments": [ - { - "type": "CommentLine", - "value": " Join microphone track with screencast stream (order matters)", - "start": 20508, - "end": 20571, - "loc": { - "start": { - "line": 513, - "column": 24 - }, - "end": { - "line": 513, - "column": 87 + } } - } - } - ] - }, - { - "type": "ExpressionStatement", - "start": 20663, - "end": 20707, - "loc": { - "start": { - "line": 515, - "column": 24 - }, - "end": { - "line": 515, - "column": 68 - } - }, - "expression": { - "type": "CallExpression", - "start": 20663, - "end": 20706, - "loc": { - "start": { - "line": 515, - "column": 24 - }, - "end": { - "line": 515, - "column": 67 - } + ] }, - "callee": { - "type": "CallExpression", - "start": 20663, - "end": 20692, + { + "type": "ExpressionStatement", + "start": 20981, + "end": 21025, "loc": { "start": { - "line": 515, + "line": 523, "column": 24 }, "end": { - "line": 515, - "column": 53 + "line": 523, + "column": 68 } }, - "callee": { - "type": "MemberExpression", - "start": 20663, - "end": 20686, + "expression": { + "type": "CallExpression", + "start": 20981, + "end": 21024, "loc": { "start": { - "line": 515, + "line": 523, "column": 24 }, "end": { - "line": 515, - "column": 47 + "line": 523, + "column": 67 } }, - "object": { - "type": "MemberExpression", - "start": 20663, - "end": 20681, + "callee": { + "type": "CallExpression", + "start": 20981, + "end": 21010, "loc": { "start": { - "line": 515, + "line": 523, "column": 24 }, "end": { - "line": 515, - "column": 42 + "line": 523, + "column": 53 } }, - "object": { - "type": "ThisExpression", - "start": 20663, - "end": 20667, + "callee": { + "type": "MemberExpression", + "start": 20981, + "end": 21004, "loc": { "start": { - "line": 515, + "line": 523, "column": 24 }, "end": { - "line": 515, - "column": 28 + "line": 523, + "column": 47 } - } + }, + "object": { + "type": "MemberExpression", + "start": 20981, + "end": 20999, + "loc": { + "start": { + "line": 523, + "column": 24 + }, + "end": { + "line": 523, + "column": 42 + } + }, + "object": { + "type": "ThisExpression", + "start": 20981, + "end": 20985, + "loc": { + "start": { + "line": 523, + "column": 24 + }, + "end": { + "line": 523, + "column": 28 + } + } + }, + "property": { + "type": "Identifier", + "start": 20986, + "end": 20999, + "loc": { + "start": { + "line": 523, + "column": 29 + }, + "end": { + "line": 523, + "column": 42 + }, + "identifierName": "onDeviceReady" + }, + "name": "onDeviceReady" + }, + "computed": false + }, + "property": { + "type": "Identifier", + "start": 21000, + "end": 21004, + "loc": { + "start": { + "line": 523, + "column": 43 + }, + "end": { + "line": 523, + "column": 47 + }, + "identifierName": "bind" + }, + "name": "bind" + }, + "computed": false }, - "property": { + "arguments": [ + { + "type": "ThisExpression", + "start": 21005, + "end": 21009, + "loc": { + "start": { + "line": 523, + "column": 48 + }, + "end": { + "line": 523, + "column": 52 + } + } + } + ] + }, + "arguments": [ + { "type": "Identifier", - "start": 20668, - "end": 20681, + "start": 21011, + "end": 21023, "loc": { "start": { - "line": 515, - "column": 29 + "line": 523, + "column": 54 }, "end": { - "line": 515, - "column": 42 + "line": 523, + "column": 66 }, - "identifierName": "onDeviceReady" - }, - "name": "onDeviceReady" - }, - "computed": false - }, - "property": { - "type": "Identifier", - "start": 20682, - "end": 20686, - "loc": { - "start": { - "line": 515, - "column": 43 + "identifierName": "screenStream" }, - "end": { - "line": 515, - "column": 47 - }, - "identifierName": "bind" - }, - "name": "bind" - }, - "computed": false - }, - "arguments": [ - { - "type": "ThisExpression", - "start": 20687, - "end": 20691, - "loc": { - "start": { - "line": 515, - "column": 48 - }, - "end": { - "line": 515, - "column": 52 - } + "name": "screenStream" } - } - ] - }, - "arguments": [ - { - "type": "Identifier", - "start": 20693, - "end": 20705, - "loc": { - "start": { - "line": 515, - "column": 54 - }, - "end": { - "line": 515, - "column": 66 - }, - "identifierName": "screenStream" - }, - "name": "screenStream" + ] } - ] + } + ], + "directives": [] + } + } + ] + }, + "property": { + "type": "Identifier", + "start": 21049, + "end": 21054, + "loc": { + "start": { + "line": 524, + "column": 23 + }, + "end": { + "line": 524, + "column": 28 + }, + "identifierName": "catch" + }, + "name": "catch" + }, + "computed": false + }, + "arguments": [ + { + "type": "CallExpression", + "start": 21080, + "end": 21109, + "loc": { + "start": { + "line": 525, + "column": 24 + }, + "end": { + "line": 525, + "column": 53 + } + }, + "callee": { + "type": "MemberExpression", + "start": 21080, + "end": 21103, + "loc": { + "start": { + "line": 525, + "column": 24 + }, + "end": { + "line": 525, + "column": 47 + } + }, + "object": { + "type": "MemberExpression", + "start": 21080, + "end": 21098, + "loc": { + "start": { + "line": 525, + "column": 24 + }, + "end": { + "line": 525, + "column": 42 + } + }, + "object": { + "type": "ThisExpression", + "start": 21080, + "end": 21084, + "loc": { + "start": { + "line": 525, + "column": 24 + }, + "end": { + "line": 525, + "column": 28 + } + } + }, + "property": { + "type": "Identifier", + "start": 21085, + "end": 21098, + "loc": { + "start": { + "line": 525, + "column": 29 + }, + "end": { + "line": 525, + "column": 42 + }, + "identifierName": "onDeviceError" + }, + "name": "onDeviceError" + }, + "computed": false + }, + "property": { + "type": "Identifier", + "start": 21099, + "end": 21103, + "loc": { + "start": { + "line": 525, + "column": 43 + }, + "end": { + "line": 525, + "column": 47 + }, + "identifierName": "bind" + }, + "name": "bind" + }, + "computed": false + }, + "arguments": [ + { + "type": "ThisExpression", + "start": 21104, + "end": 21108, + "loc": { + "start": { + "line": 525, + "column": 48 + }, + "end": { + "line": 525, + "column": 52 } } - ], - "directives": [] - } + } + ] } ] } @@ -144720,15 +148188,15 @@ }, "property": { "type": "Identifier", - "start": 20751, - "end": 20756, + "start": 21152, + "end": 21157, "loc": { "start": { - "line": 517, + "line": 527, "column": 19 }, "end": { - "line": 517, + "line": 527, "column": 24 }, "identifierName": "catch" @@ -144740,72 +148208,72 @@ "arguments": [ { "type": "CallExpression", - "start": 20778, - "end": 20807, + "start": 21179, + "end": 21208, "loc": { "start": { - "line": 518, + "line": 528, "column": 20 }, "end": { - "line": 518, + "line": 528, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 20778, - "end": 20801, + "start": 21179, + "end": 21202, "loc": { "start": { - "line": 518, + "line": 528, "column": 20 }, "end": { - "line": 518, + "line": 528, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 20778, - "end": 20796, + "start": 21179, + "end": 21197, "loc": { "start": { - "line": 518, + "line": 528, "column": 20 }, "end": { - "line": 518, + "line": 528, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 20778, - "end": 20782, + "start": 21179, + "end": 21183, "loc": { "start": { - "line": 518, + "line": 528, "column": 20 }, "end": { - "line": 518, + "line": 528, "column": 24 } } }, "property": { "type": "Identifier", - "start": 20783, - "end": 20796, + "start": 21184, + "end": 21197, "loc": { "start": { - "line": 518, + "line": 528, "column": 25 }, "end": { - "line": 518, + "line": 528, "column": 38 }, "identifierName": "onDeviceError" @@ -144816,15 +148284,15 @@ }, "property": { "type": "Identifier", - "start": 20797, - "end": 20801, + "start": 21198, + "end": 21202, "loc": { "start": { - "line": 518, + "line": 528, "column": 39 }, "end": { - "line": 518, + "line": 528, "column": 43 }, "identifierName": "bind" @@ -144836,15 +148304,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 20802, - "end": 20806, + "start": 21203, + "end": 21207, "loc": { "start": { - "line": 518, + "line": 528, "column": 44 }, "end": { - "line": 518, + "line": 528, "column": 48 } } @@ -144856,15 +148324,15 @@ }, { "type": "BreakStatement", - "start": 20843, - "end": 20849, + "start": 21244, + "end": 21250, "loc": { "start": { - "line": 520, + "line": 530, "column": 16 }, "end": { - "line": 520, + "line": 530, "column": 22 } }, @@ -144873,15 +148341,15 @@ ], "test": { "type": "Identifier", - "start": 19470, - "end": 19482, + "start": 19788, + "end": 19800, "loc": { "start": { - "line": 494, + "line": 502, "column": 17 }, "end": { - "line": 494, + "line": 502, "column": 29 }, "identifierName": "AUDIO_SCREEN" @@ -144891,73 +148359,73 @@ }, { "type": "SwitchCase", - "start": 20863, - "end": 21503, + "start": 21264, + "end": 21904, "loc": { "start": { - "line": 522, + "line": 532, "column": 12 }, "end": { - "line": 536, + "line": 546, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 20944, - "end": 21168, + "start": 21345, + "end": 21569, "loc": { "start": { - "line": 524, + "line": 534, "column": 16 }, "end": { - "line": 527, + "line": 537, "column": 18 } }, "expression": { "type": "AssignmentExpression", - "start": 20944, - "end": 21167, + "start": 21345, + "end": 21568, "loc": { "start": { - "line": 524, + "line": 534, "column": 16 }, "end": { - "line": 527, + "line": 537, "column": 17 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 20944, - "end": 20958, + "start": 21345, + "end": 21359, "loc": { "start": { - "line": 524, + "line": 534, "column": 16 }, "end": { - "line": 524, + "line": 534, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 20944, - "end": 20948, + "start": 21345, + "end": 21349, "loc": { "start": { - "line": 524, + "line": 534, "column": 16 }, "end": { - "line": 524, + "line": 534, "column": 20 } }, @@ -144965,15 +148433,15 @@ }, "property": { "type": "Identifier", - "start": 20949, - "end": 20958, + "start": 21350, + "end": 21359, "loc": { "start": { - "line": 524, + "line": 534, "column": 21 }, "end": { - "line": 524, + "line": 534, "column": 30 }, "identifierName": "mediaType" @@ -144985,30 +148453,30 @@ }, "right": { "type": "ObjectExpression", - "start": 20961, - "end": 21167, + "start": 21362, + "end": 21568, "loc": { "start": { - "line": 524, + "line": 534, "column": 33 }, "end": { - "line": 527, + "line": 537, "column": 17 } }, "properties": [ { "type": "ObjectProperty", - "start": 20983, - "end": 21055, + "start": 21384, + "end": 21456, "loc": { "start": { - "line": 525, + "line": 535, "column": 20 }, "end": { - "line": 525, + "line": 535, "column": 92 } }, @@ -145017,15 +148485,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 20983, - "end": 20988, + "start": 21384, + "end": 21389, "loc": { "start": { - "line": 525, + "line": 535, "column": 20 }, "end": { - "line": 525, + "line": 535, "column": 25 }, "identifierName": "audio" @@ -145034,72 +148502,72 @@ }, "value": { "type": "ConditionalExpression", - "start": 20990, - "end": 21055, + "start": 21391, + "end": 21456, "loc": { "start": { - "line": 525, + "line": 535, "column": 27 }, "end": { - "line": 525, + "line": 535, "column": 92 } }, "test": { "type": "BinaryExpression", - "start": 20991, - "end": 21022, + "start": 21392, + "end": 21423, "loc": { "start": { - "line": 525, + "line": 535, "column": 28 }, "end": { - "line": 525, + "line": 535, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 20991, - "end": 21013, + "start": 21392, + "end": 21414, "loc": { "start": { - "line": 525, + "line": 535, "column": 28 }, "end": { - "line": 525, + "line": 535, "column": 50 } }, "object": { "type": "ThisExpression", - "start": 20991, - "end": 20995, + "start": 21392, + "end": 21396, "loc": { "start": { - "line": 525, + "line": 535, "column": 28 }, "end": { - "line": 525, + "line": 535, "column": 32 } } }, "property": { "type": "Identifier", - "start": 20996, - "end": 21013, + "start": 21397, + "end": 21414, "loc": { "start": { - "line": 525, + "line": 535, "column": 33 }, "end": { - "line": 525, + "line": 535, "column": 50 }, "identifierName": "audioRecorderType" @@ -145111,15 +148579,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 21018, - "end": 21022, + "start": 21419, + "end": 21423, "loc": { "start": { - "line": 525, + "line": 535, "column": 55 }, "end": { - "line": 525, + "line": 535, "column": 59 }, "identifierName": "AUTO" @@ -145128,20 +148596,20 @@ }, "extra": { "parenthesized": true, - "parenStart": 20990 + "parenStart": 21391 } }, "consequent": { "type": "BooleanLiteral", - "start": 21026, - "end": 21030, + "start": 21427, + "end": 21431, "loc": { "start": { - "line": 525, + "line": 535, "column": 63 }, "end": { - "line": 525, + "line": 535, "column": 67 } }, @@ -145149,44 +148617,44 @@ }, "alternate": { "type": "MemberExpression", - "start": 21033, - "end": 21055, + "start": 21434, + "end": 21456, "loc": { "start": { - "line": 525, + "line": 535, "column": 70 }, "end": { - "line": 525, + "line": 535, "column": 92 } }, "object": { "type": "ThisExpression", - "start": 21033, - "end": 21037, + "start": 21434, + "end": 21438, "loc": { "start": { - "line": 525, + "line": 535, "column": 70 }, "end": { - "line": 525, + "line": 535, "column": 74 } } }, "property": { "type": "Identifier", - "start": 21038, - "end": 21055, + "start": 21439, + "end": 21456, "loc": { "start": { - "line": 525, + "line": 535, "column": 75 }, "end": { - "line": 525, + "line": 535, "column": 92 }, "identifierName": "audioRecorderType" @@ -145199,15 +148667,15 @@ }, { "type": "ObjectProperty", - "start": 21077, - "end": 21149, + "start": 21478, + "end": 21550, "loc": { "start": { - "line": 526, + "line": 536, "column": 20 }, "end": { - "line": 526, + "line": 536, "column": 92 } }, @@ -145216,15 +148684,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 21077, - "end": 21082, + "start": 21478, + "end": 21483, "loc": { "start": { - "line": 526, + "line": 536, "column": 20 }, "end": { - "line": 526, + "line": 536, "column": 25 }, "identifierName": "video" @@ -145233,72 +148701,72 @@ }, "value": { "type": "ConditionalExpression", - "start": 21084, - "end": 21149, + "start": 21485, + "end": 21550, "loc": { "start": { - "line": 526, + "line": 536, "column": 27 }, "end": { - "line": 526, + "line": 536, "column": 92 } }, "test": { "type": "BinaryExpression", - "start": 21085, - "end": 21116, + "start": 21486, + "end": 21517, "loc": { "start": { - "line": 526, + "line": 536, "column": 28 }, "end": { - "line": 526, + "line": 536, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 21085, - "end": 21107, + "start": 21486, + "end": 21508, "loc": { "start": { - "line": 526, + "line": 536, "column": 28 }, "end": { - "line": 526, + "line": 536, "column": 50 } }, "object": { "type": "ThisExpression", - "start": 21085, - "end": 21089, + "start": 21486, + "end": 21490, "loc": { "start": { - "line": 526, + "line": 536, "column": 28 }, "end": { - "line": 526, + "line": 536, "column": 32 } } }, "property": { "type": "Identifier", - "start": 21090, - "end": 21107, + "start": 21491, + "end": 21508, "loc": { "start": { - "line": 526, + "line": 536, "column": 33 }, "end": { - "line": 526, + "line": 536, "column": 50 }, "identifierName": "videoRecorderType" @@ -145310,15 +148778,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 21112, - "end": 21116, + "start": 21513, + "end": 21517, "loc": { "start": { - "line": 526, + "line": 536, "column": 55 }, "end": { - "line": 526, + "line": 536, "column": 59 }, "identifierName": "AUTO" @@ -145327,20 +148795,20 @@ }, "extra": { "parenthesized": true, - "parenStart": 21084 + "parenStart": 21485 } }, "consequent": { "type": "BooleanLiteral", - "start": 21120, - "end": 21124, + "start": 21521, + "end": 21525, "loc": { "start": { - "line": 526, + "line": 536, "column": 63 }, "end": { - "line": 526, + "line": 536, "column": 67 } }, @@ -145348,44 +148816,44 @@ }, "alternate": { "type": "MemberExpression", - "start": 21127, - "end": 21149, + "start": 21528, + "end": 21550, "loc": { "start": { - "line": 526, + "line": 536, "column": 70 }, "end": { - "line": 526, + "line": 536, "column": 92 } }, "object": { "type": "ThisExpression", - "start": 21127, - "end": 21131, + "start": 21528, + "end": 21532, "loc": { "start": { - "line": 526, + "line": 536, "column": 70 }, "end": { - "line": 526, + "line": 536, "column": 74 } } }, "property": { "type": "Identifier", - "start": 21132, - "end": 21149, + "start": 21533, + "end": 21550, "loc": { "start": { - "line": 526, + "line": 536, "column": 75 }, "end": { - "line": 526, + "line": 536, "column": 92 }, "identifierName": "videoRecorderType" @@ -145404,15 +148872,15 @@ { "type": "CommentLine", "value": " setup camera and microphone", - "start": 20897, - "end": 20927, + "start": 21298, + "end": 21328, "loc": { "start": { - "line": 523, + "line": 533, "column": 16 }, "end": { - "line": 523, + "line": 533, "column": 46 } } @@ -145421,127 +148889,127 @@ }, { "type": "ExpressionStatement", - "start": 21185, - "end": 21480, + "start": 21586, + "end": 21881, "loc": { "start": { - "line": 528, + "line": 538, "column": 16 }, "end": { - "line": 535, + "line": 545, "column": 18 } }, "expression": { "type": "CallExpression", - "start": 21185, - "end": 21479, + "start": 21586, + "end": 21880, "loc": { "start": { - "line": 528, + "line": 538, "column": 16 }, "end": { - "line": 535, + "line": 545, "column": 17 } }, "callee": { "type": "MemberExpression", - "start": 21185, - "end": 21410, + "start": 21586, + "end": 21811, "loc": { "start": { - "line": 528, + "line": 538, "column": 16 }, "end": { - "line": 533, + "line": 543, "column": 23 } }, "object": { "type": "CallExpression", - "start": 21185, - "end": 21404, + "start": 21586, + "end": 21805, "loc": { "start": { - "line": 528, + "line": 538, "column": 16 }, "end": { - "line": 533, + "line": 543, "column": 17 } }, "callee": { "type": "MemberExpression", - "start": 21185, - "end": 21335, + "start": 21586, + "end": 21736, "loc": { "start": { - "line": 528, + "line": 538, "column": 16 }, "end": { - "line": 531, + "line": 541, "column": 23 } }, "object": { "type": "CallExpression", - "start": 21185, - "end": 21330, + "start": 21586, + "end": 21731, "loc": { "start": { - "line": 528, + "line": 538, "column": 16 }, "end": { - "line": 531, + "line": 541, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 21185, - "end": 21220, + "start": 21586, + "end": 21621, "loc": { "start": { - "line": 528, + "line": 538, "column": 16 }, "end": { - "line": 528, + "line": 538, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 21185, - "end": 21207, + "start": 21586, + "end": 21608, "loc": { "start": { - "line": 528, + "line": 538, "column": 16 }, "end": { - "line": 528, + "line": 538, "column": 38 } }, "object": { "type": "Identifier", - "start": 21185, - "end": 21194, + "start": 21586, + "end": 21595, "loc": { "start": { - "line": 528, + "line": 538, "column": 16 }, "end": { - "line": 528, + "line": 538, "column": 25 }, "identifierName": "navigator" @@ -145550,15 +149018,15 @@ }, "property": { "type": "Identifier", - "start": 21195, - "end": 21207, + "start": 21596, + "end": 21608, "loc": { "start": { - "line": 528, + "line": 538, "column": 26 }, "end": { - "line": 528, + "line": 538, "column": 38 }, "identifierName": "mediaDevices" @@ -145569,15 +149037,15 @@ }, "property": { "type": "Identifier", - "start": 21208, - "end": 21220, + "start": 21609, + "end": 21621, "loc": { "start": { - "line": 528, + "line": 538, "column": 39 }, "end": { - "line": 528, + "line": 538, "column": 51 }, "identifierName": "getUserMedia" @@ -145589,30 +149057,30 @@ "arguments": [ { "type": "ObjectExpression", - "start": 21221, - "end": 21329, + "start": 21622, + "end": 21730, "loc": { "start": { - "line": 528, + "line": 538, "column": 52 }, "end": { - "line": 531, + "line": 541, "column": 17 } }, "properties": [ { "type": "ObjectProperty", - "start": 21243, - "end": 21266, + "start": 21644, + "end": 21667, "loc": { "start": { - "line": 529, + "line": 539, "column": 20 }, "end": { - "line": 529, + "line": 539, "column": 43 } }, @@ -145621,15 +149089,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 21243, - "end": 21248, + "start": 21644, + "end": 21649, "loc": { "start": { - "line": 529, + "line": 539, "column": 20 }, "end": { - "line": 529, + "line": 539, "column": 25 }, "identifierName": "audio" @@ -145638,44 +149106,44 @@ }, "value": { "type": "MemberExpression", - "start": 21250, - "end": 21266, + "start": 21651, + "end": 21667, "loc": { "start": { - "line": 529, + "line": 539, "column": 27 }, "end": { - "line": 529, + "line": 539, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 21250, - "end": 21254, + "start": 21651, + "end": 21655, "loc": { "start": { - "line": 529, + "line": 539, "column": 27 }, "end": { - "line": 529, + "line": 539, "column": 31 } } }, "property": { "type": "Identifier", - "start": 21255, - "end": 21266, + "start": 21656, + "end": 21667, "loc": { "start": { - "line": 529, + "line": 539, "column": 32 }, "end": { - "line": 529, + "line": 539, "column": 43 }, "identifierName": "recordAudio" @@ -145687,15 +149155,15 @@ }, { "type": "ObjectProperty", - "start": 21288, - "end": 21311, + "start": 21689, + "end": 21712, "loc": { "start": { - "line": 530, + "line": 540, "column": 20 }, "end": { - "line": 530, + "line": 540, "column": 43 } }, @@ -145704,15 +149172,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 21288, - "end": 21293, + "start": 21689, + "end": 21694, "loc": { "start": { - "line": 530, + "line": 540, "column": 20 }, "end": { - "line": 530, + "line": 540, "column": 25 }, "identifierName": "video" @@ -145721,44 +149189,44 @@ }, "value": { "type": "MemberExpression", - "start": 21295, - "end": 21311, + "start": 21696, + "end": 21712, "loc": { "start": { - "line": 530, + "line": 540, "column": 27 }, "end": { - "line": 530, + "line": 540, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 21295, - "end": 21299, + "start": 21696, + "end": 21700, "loc": { "start": { - "line": 530, + "line": 540, "column": 27 }, "end": { - "line": 530, + "line": 540, "column": 31 } } }, "property": { "type": "Identifier", - "start": 21300, - "end": 21311, + "start": 21701, + "end": 21712, "loc": { "start": { - "line": 530, + "line": 540, "column": 32 }, "end": { - "line": 530, + "line": 540, "column": 43 }, "identifierName": "recordVideo" @@ -145774,15 +149242,15 @@ }, "property": { "type": "Identifier", - "start": 21331, - "end": 21335, + "start": 21732, + "end": 21736, "loc": { "start": { - "line": 531, + "line": 541, "column": 19 }, "end": { - "line": 531, + "line": 541, "column": 23 }, "identifierName": "then" @@ -145794,72 +149262,72 @@ "arguments": [ { "type": "CallExpression", - "start": 21357, - "end": 21386, + "start": 21758, + "end": 21787, "loc": { "start": { - "line": 532, + "line": 542, "column": 20 }, "end": { - "line": 532, + "line": 542, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 21357, - "end": 21380, + "start": 21758, + "end": 21781, "loc": { "start": { - "line": 532, + "line": 542, "column": 20 }, "end": { - "line": 532, + "line": 542, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 21357, - "end": 21375, + "start": 21758, + "end": 21776, "loc": { "start": { - "line": 532, + "line": 542, "column": 20 }, "end": { - "line": 532, + "line": 542, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 21357, - "end": 21361, + "start": 21758, + "end": 21762, "loc": { "start": { - "line": 532, + "line": 542, "column": 20 }, "end": { - "line": 532, + "line": 542, "column": 24 } } }, "property": { "type": "Identifier", - "start": 21362, - "end": 21375, + "start": 21763, + "end": 21776, "loc": { "start": { - "line": 532, + "line": 542, "column": 25 }, "end": { - "line": 532, + "line": 542, "column": 38 }, "identifierName": "onDeviceReady" @@ -145870,15 +149338,15 @@ }, "property": { "type": "Identifier", - "start": 21376, - "end": 21380, + "start": 21777, + "end": 21781, "loc": { "start": { - "line": 532, + "line": 542, "column": 39 }, "end": { - "line": 532, + "line": 542, "column": 43 }, "identifierName": "bind" @@ -145890,15 +149358,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 21381, - "end": 21385, + "start": 21782, + "end": 21786, "loc": { "start": { - "line": 532, + "line": 542, "column": 44 }, "end": { - "line": 532, + "line": 542, "column": 48 } } @@ -145909,15 +149377,15 @@ }, "property": { "type": "Identifier", - "start": 21405, - "end": 21410, + "start": 21806, + "end": 21811, "loc": { "start": { - "line": 533, + "line": 543, "column": 18 }, "end": { - "line": 533, + "line": 543, "column": 23 }, "identifierName": "catch" @@ -145929,72 +149397,72 @@ "arguments": [ { "type": "CallExpression", - "start": 21432, - "end": 21461, + "start": 21833, + "end": 21862, "loc": { "start": { - "line": 534, + "line": 544, "column": 20 }, "end": { - "line": 534, + "line": 544, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 21432, - "end": 21455, + "start": 21833, + "end": 21856, "loc": { "start": { - "line": 534, + "line": 544, "column": 20 }, "end": { - "line": 534, + "line": 544, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 21432, - "end": 21450, + "start": 21833, + "end": 21851, "loc": { "start": { - "line": 534, + "line": 544, "column": 20 }, "end": { - "line": 534, + "line": 544, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 21432, - "end": 21436, + "start": 21833, + "end": 21837, "loc": { "start": { - "line": 534, + "line": 544, "column": 20 }, "end": { - "line": 534, + "line": 544, "column": 24 } } }, "property": { "type": "Identifier", - "start": 21437, - "end": 21450, + "start": 21838, + "end": 21851, "loc": { "start": { - "line": 534, + "line": 544, "column": 25 }, "end": { - "line": 534, + "line": 544, "column": 38 }, "identifierName": "onDeviceError" @@ -146005,15 +149473,15 @@ }, "property": { "type": "Identifier", - "start": 21451, - "end": 21455, + "start": 21852, + "end": 21856, "loc": { "start": { - "line": 534, + "line": 544, "column": 39 }, "end": { - "line": 534, + "line": 544, "column": 43 }, "identifierName": "bind" @@ -146025,15 +149493,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 21456, - "end": 21460, + "start": 21857, + "end": 21861, "loc": { "start": { - "line": 534, + "line": 544, "column": 44 }, "end": { - "line": 534, + "line": 544, "column": 48 } } @@ -146045,15 +149513,15 @@ }, { "type": "BreakStatement", - "start": 21497, - "end": 21503, + "start": 21898, + "end": 21904, "loc": { "start": { - "line": 536, + "line": 546, "column": 16 }, "end": { - "line": 536, + "line": 546, "column": 22 } }, @@ -146062,15 +149530,15 @@ ], "test": { "type": "Identifier", - "start": 20868, - "end": 20879, + "start": 21269, + "end": 21280, "loc": { "start": { - "line": 522, + "line": 532, "column": 17 }, "end": { - "line": 522, + "line": 532, "column": 28 }, "identifierName": "AUDIO_VIDEO" @@ -146080,73 +149548,73 @@ }, { "type": "SwitchCase", - "start": 21517, - "end": 22080, + "start": 21918, + "end": 22481, "loc": { "start": { - "line": 538, + "line": 548, "column": 12 }, "end": { - "line": 554, + "line": 564, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 21581, - "end": 21752, + "start": 21982, + "end": 22153, "loc": { "start": { - "line": 540, + "line": 550, "column": 16 }, "end": { - "line": 545, + "line": 555, "column": 18 } }, "expression": { "type": "AssignmentExpression", - "start": 21581, - "end": 21751, + "start": 21982, + "end": 22152, "loc": { "start": { - "line": 540, + "line": 550, "column": 16 }, "end": { - "line": 545, + "line": 555, "column": 17 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 21581, - "end": 21595, + "start": 21982, + "end": 21996, "loc": { "start": { - "line": 540, + "line": 550, "column": 16 }, "end": { - "line": 540, + "line": 550, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 21581, - "end": 21585, + "start": 21982, + "end": 21986, "loc": { "start": { - "line": 540, + "line": 550, "column": 16 }, "end": { - "line": 540, + "line": 550, "column": 20 } }, @@ -146154,15 +149622,15 @@ }, "property": { "type": "Identifier", - "start": 21586, - "end": 21595, + "start": 21987, + "end": 21996, "loc": { "start": { - "line": 540, + "line": 550, "column": 21 }, "end": { - "line": 540, + "line": 550, "column": 30 }, "identifierName": "mediaType" @@ -146174,30 +149642,30 @@ }, "right": { "type": "ObjectExpression", - "start": 21598, - "end": 21751, + "start": 21999, + "end": 22152, "loc": { "start": { - "line": 540, + "line": 550, "column": 33 }, "end": { - "line": 545, + "line": 555, "column": 17 } }, "properties": [ { "type": "ObjectProperty", - "start": 21656, - "end": 21668, + "start": 22057, + "end": 22069, "loc": { "start": { - "line": 542, + "line": 552, "column": 20 }, "end": { - "line": 542, + "line": 552, "column": 32 } }, @@ -146206,15 +149674,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 21656, - "end": 21661, + "start": 22057, + "end": 22062, "loc": { "start": { - "line": 542, + "line": 552, "column": 20 }, "end": { - "line": 542, + "line": 552, "column": 25 }, "identifierName": "audio" @@ -146224,15 +149692,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 21663, - "end": 21668, + "start": 22064, + "end": 22069, "loc": { "start": { - "line": 542, + "line": 552, "column": 27 }, "end": { - "line": 542, + "line": 552, "column": 32 } }, @@ -146242,15 +149710,15 @@ { "type": "CommentLine", "value": " animated GIF", - "start": 21620, - "end": 21635, + "start": 22021, + "end": 22036, "loc": { "start": { - "line": 541, + "line": 551, "column": 20 }, "end": { - "line": 541, + "line": 551, "column": 35 } } @@ -146259,15 +149727,15 @@ }, { "type": "ObjectProperty", - "start": 21690, - "end": 21702, + "start": 22091, + "end": 22103, "loc": { "start": { - "line": 543, + "line": 553, "column": 20 }, "end": { - "line": 543, + "line": 553, "column": 32 } }, @@ -146276,15 +149744,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 21690, - "end": 21695, + "start": 22091, + "end": 22096, "loc": { "start": { - "line": 543, + "line": 553, "column": 20 }, "end": { - "line": 543, + "line": 553, "column": 25 }, "identifierName": "video" @@ -146293,15 +149761,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 21697, - "end": 21702, + "start": 22098, + "end": 22103, "loc": { "start": { - "line": 543, + "line": 553, "column": 27 }, "end": { - "line": 543, + "line": 553, "column": 32 } }, @@ -146310,15 +149778,15 @@ }, { "type": "ObjectProperty", - "start": 21724, - "end": 21733, + "start": 22125, + "end": 22134, "loc": { "start": { - "line": 544, + "line": 554, "column": 20 }, "end": { - "line": 544, + "line": 554, "column": 29 } }, @@ -146327,15 +149795,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 21724, - "end": 21727, + "start": 22125, + "end": 22128, "loc": { "start": { - "line": 544, + "line": 554, "column": 20 }, "end": { - "line": 544, + "line": 554, "column": 23 }, "identifierName": "gif" @@ -146344,15 +149812,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 21729, - "end": 21733, + "start": 22130, + "end": 22134, "loc": { "start": { - "line": 544, + "line": 554, "column": 25 }, "end": { - "line": 544, + "line": 554, "column": 29 } }, @@ -146367,15 +149835,15 @@ { "type": "CommentLine", "value": " setup camera", - "start": 21549, - "end": 21564, + "start": 21950, + "end": 21965, "loc": { "start": { - "line": 539, + "line": 549, "column": 16 }, "end": { - "line": 539, + "line": 549, "column": 31 } } @@ -146384,127 +149852,127 @@ }, { "type": "ExpressionStatement", - "start": 21769, - "end": 22057, + "start": 22170, + "end": 22458, "loc": { "start": { - "line": 546, + "line": 556, "column": 16 }, "end": { - "line": 553, + "line": 563, "column": 18 } }, "expression": { "type": "CallExpression", - "start": 21769, - "end": 22056, + "start": 22170, + "end": 22457, "loc": { "start": { - "line": 546, + "line": 556, "column": 16 }, "end": { - "line": 553, + "line": 563, "column": 17 } }, "callee": { "type": "MemberExpression", - "start": 21769, - "end": 21987, + "start": 22170, + "end": 22388, "loc": { "start": { - "line": 546, + "line": 556, "column": 16 }, "end": { - "line": 551, + "line": 561, "column": 23 } }, "object": { "type": "CallExpression", - "start": 21769, - "end": 21981, + "start": 22170, + "end": 22382, "loc": { "start": { - "line": 546, + "line": 556, "column": 16 }, "end": { - "line": 551, + "line": 561, "column": 17 } }, "callee": { "type": "MemberExpression", - "start": 21769, - "end": 21912, + "start": 22170, + "end": 22313, "loc": { "start": { - "line": 546, + "line": 556, "column": 16 }, "end": { - "line": 549, + "line": 559, "column": 23 } }, "object": { "type": "CallExpression", - "start": 21769, - "end": 21907, + "start": 22170, + "end": 22308, "loc": { "start": { - "line": 546, + "line": 556, "column": 16 }, "end": { - "line": 549, + "line": 559, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 21769, - "end": 21804, + "start": 22170, + "end": 22205, "loc": { "start": { - "line": 546, + "line": 556, "column": 16 }, "end": { - "line": 546, + "line": 556, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 21769, - "end": 21791, + "start": 22170, + "end": 22192, "loc": { "start": { - "line": 546, + "line": 556, "column": 16 }, "end": { - "line": 546, + "line": 556, "column": 38 } }, "object": { "type": "Identifier", - "start": 21769, - "end": 21778, + "start": 22170, + "end": 22179, "loc": { "start": { - "line": 546, + "line": 556, "column": 16 }, "end": { - "line": 546, + "line": 556, "column": 25 }, "identifierName": "navigator" @@ -146513,15 +149981,15 @@ }, "property": { "type": "Identifier", - "start": 21779, - "end": 21791, + "start": 22180, + "end": 22192, "loc": { "start": { - "line": 546, + "line": 556, "column": 26 }, "end": { - "line": 546, + "line": 556, "column": 38 }, "identifierName": "mediaDevices" @@ -146532,15 +150000,15 @@ }, "property": { "type": "Identifier", - "start": 21792, - "end": 21804, + "start": 22193, + "end": 22205, "loc": { "start": { - "line": 546, + "line": 556, "column": 39 }, "end": { - "line": 546, + "line": 556, "column": 51 }, "identifierName": "getUserMedia" @@ -146552,30 +150020,30 @@ "arguments": [ { "type": "ObjectExpression", - "start": 21805, - "end": 21906, + "start": 22206, + "end": 22307, "loc": { "start": { - "line": 546, + "line": 556, "column": 52 }, "end": { - "line": 549, + "line": 559, "column": 17 } }, "properties": [ { "type": "ObjectProperty", - "start": 21827, - "end": 21839, + "start": 22228, + "end": 22240, "loc": { "start": { - "line": 547, + "line": 557, "column": 20 }, "end": { - "line": 547, + "line": 557, "column": 32 } }, @@ -146584,15 +150052,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 21827, - "end": 21832, + "start": 22228, + "end": 22233, "loc": { "start": { - "line": 547, + "line": 557, "column": 20 }, "end": { - "line": 547, + "line": 557, "column": 25 }, "identifierName": "audio" @@ -146601,15 +150069,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 21834, - "end": 21839, + "start": 22235, + "end": 22240, "loc": { "start": { - "line": 547, + "line": 557, "column": 27 }, "end": { - "line": 547, + "line": 557, "column": 32 } }, @@ -146618,15 +150086,15 @@ }, { "type": "ObjectProperty", - "start": 21861, - "end": 21888, + "start": 22262, + "end": 22289, "loc": { "start": { - "line": 548, + "line": 558, "column": 20 }, "end": { - "line": 548, + "line": 558, "column": 47 } }, @@ -146635,15 +150103,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 21861, - "end": 21866, + "start": 22262, + "end": 22267, "loc": { "start": { - "line": 548, + "line": 558, "column": 20 }, "end": { - "line": 548, + "line": 558, "column": 25 }, "identifierName": "video" @@ -146652,44 +150120,44 @@ }, "value": { "type": "MemberExpression", - "start": 21868, - "end": 21888, + "start": 22269, + "end": 22289, "loc": { "start": { - "line": 548, + "line": 558, "column": 27 }, "end": { - "line": 548, + "line": 558, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 21868, - "end": 21872, + "start": 22269, + "end": 22273, "loc": { "start": { - "line": 548, + "line": 558, "column": 27 }, "end": { - "line": 548, + "line": 558, "column": 31 } } }, "property": { "type": "Identifier", - "start": 21873, - "end": 21888, + "start": 22274, + "end": 22289, "loc": { "start": { - "line": 548, + "line": 558, "column": 32 }, "end": { - "line": 548, + "line": 558, "column": 47 }, "identifierName": "recordAnimation" @@ -146705,15 +150173,15 @@ }, "property": { "type": "Identifier", - "start": 21908, - "end": 21912, + "start": 22309, + "end": 22313, "loc": { "start": { - "line": 549, + "line": 559, "column": 19 }, "end": { - "line": 549, + "line": 559, "column": 23 }, "identifierName": "then" @@ -146725,72 +150193,72 @@ "arguments": [ { "type": "CallExpression", - "start": 21934, - "end": 21963, + "start": 22335, + "end": 22364, "loc": { "start": { - "line": 550, + "line": 560, "column": 20 }, "end": { - "line": 550, + "line": 560, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 21934, - "end": 21957, + "start": 22335, + "end": 22358, "loc": { "start": { - "line": 550, + "line": 560, "column": 20 }, "end": { - "line": 550, + "line": 560, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 21934, - "end": 21952, + "start": 22335, + "end": 22353, "loc": { "start": { - "line": 550, + "line": 560, "column": 20 }, "end": { - "line": 550, + "line": 560, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 21934, - "end": 21938, + "start": 22335, + "end": 22339, "loc": { "start": { - "line": 550, + "line": 560, "column": 20 }, "end": { - "line": 550, + "line": 560, "column": 24 } } }, "property": { "type": "Identifier", - "start": 21939, - "end": 21952, + "start": 22340, + "end": 22353, "loc": { "start": { - "line": 550, + "line": 560, "column": 25 }, "end": { - "line": 550, + "line": 560, "column": 38 }, "identifierName": "onDeviceReady" @@ -146801,15 +150269,15 @@ }, "property": { "type": "Identifier", - "start": 21953, - "end": 21957, + "start": 22354, + "end": 22358, "loc": { "start": { - "line": 550, + "line": 560, "column": 39 }, "end": { - "line": 550, + "line": 560, "column": 43 }, "identifierName": "bind" @@ -146821,15 +150289,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 21958, - "end": 21962, + "start": 22359, + "end": 22363, "loc": { "start": { - "line": 550, + "line": 560, "column": 44 }, "end": { - "line": 550, + "line": 560, "column": 48 } } @@ -146840,15 +150308,15 @@ }, "property": { "type": "Identifier", - "start": 21982, - "end": 21987, + "start": 22383, + "end": 22388, "loc": { "start": { - "line": 551, + "line": 561, "column": 18 }, "end": { - "line": 551, + "line": 561, "column": 23 }, "identifierName": "catch" @@ -146860,72 +150328,72 @@ "arguments": [ { "type": "CallExpression", - "start": 22009, - "end": 22038, + "start": 22410, + "end": 22439, "loc": { "start": { - "line": 552, + "line": 562, "column": 20 }, "end": { - "line": 552, + "line": 562, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 22009, - "end": 22032, + "start": 22410, + "end": 22433, "loc": { "start": { - "line": 552, + "line": 562, "column": 20 }, "end": { - "line": 552, + "line": 562, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 22009, - "end": 22027, + "start": 22410, + "end": 22428, "loc": { "start": { - "line": 552, + "line": 562, "column": 20 }, "end": { - "line": 552, + "line": 562, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 22009, - "end": 22013, + "start": 22410, + "end": 22414, "loc": { "start": { - "line": 552, + "line": 562, "column": 20 }, "end": { - "line": 552, + "line": 562, "column": 24 } } }, "property": { "type": "Identifier", - "start": 22014, - "end": 22027, + "start": 22415, + "end": 22428, "loc": { "start": { - "line": 552, + "line": 562, "column": 25 }, "end": { - "line": 552, + "line": 562, "column": 38 }, "identifierName": "onDeviceError" @@ -146936,15 +150404,15 @@ }, "property": { "type": "Identifier", - "start": 22028, - "end": 22032, + "start": 22429, + "end": 22433, "loc": { "start": { - "line": 552, + "line": 562, "column": 39 }, "end": { - "line": 552, + "line": 562, "column": 43 }, "identifierName": "bind" @@ -146956,15 +150424,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 22033, - "end": 22037, + "start": 22434, + "end": 22438, "loc": { "start": { - "line": 552, + "line": 562, "column": 44 }, "end": { - "line": 552, + "line": 562, "column": 48 } } @@ -146976,15 +150444,15 @@ }, { "type": "BreakStatement", - "start": 22074, - "end": 22080, + "start": 22475, + "end": 22481, "loc": { "start": { - "line": 554, + "line": 564, "column": 16 }, "end": { - "line": 554, + "line": 564, "column": 22 } }, @@ -146993,15 +150461,15 @@ ], "test": { "type": "Identifier", - "start": 21522, - "end": 21531, + "start": 21923, + "end": 21932, "loc": { "start": { - "line": 538, + "line": 548, "column": 17 }, "end": { - "line": 538, + "line": 548, "column": 26 }, "identifierName": "ANIMATION" @@ -147011,73 +150479,73 @@ }, { "type": "SwitchCase", - "start": 22094, - "end": 23035, + "start": 22495, + "end": 23436, "loc": { "start": { - "line": 556, + "line": 566, "column": 12 }, "end": { - "line": 579, + "line": 589, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 22160, - "end": 22368, + "start": 22561, + "end": 22769, "loc": { "start": { - "line": 558, + "line": 568, "column": 16 }, "end": { - "line": 564, + "line": 574, "column": 18 } }, "expression": { "type": "AssignmentExpression", - "start": 22160, - "end": 22367, + "start": 22561, + "end": 22768, "loc": { "start": { - "line": 558, + "line": 568, "column": 16 }, "end": { - "line": 564, + "line": 574, "column": 17 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 22160, - "end": 22174, + "start": 22561, + "end": 22575, "loc": { "start": { - "line": 558, + "line": 568, "column": 16 }, "end": { - "line": 558, + "line": 568, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 22160, - "end": 22164, + "start": 22561, + "end": 22565, "loc": { "start": { - "line": 558, + "line": 568, "column": 16 }, "end": { - "line": 558, + "line": 568, "column": 20 } }, @@ -147085,15 +150553,15 @@ }, "property": { "type": "Identifier", - "start": 22165, - "end": 22174, + "start": 22566, + "end": 22575, "loc": { "start": { - "line": 558, + "line": 568, "column": 21 }, "end": { - "line": 558, + "line": 568, "column": 30 }, "identifierName": "mediaType" @@ -147105,30 +150573,30 @@ }, "right": { "type": "ObjectExpression", - "start": 22177, - "end": 22367, + "start": 22578, + "end": 22768, "loc": { "start": { - "line": 558, + "line": 568, "column": 33 }, "end": { - "line": 564, + "line": 574, "column": 17 } }, "properties": [ { "type": "ObjectProperty", - "start": 22237, - "end": 22249, + "start": 22638, + "end": 22650, "loc": { "start": { - "line": 560, + "line": 570, "column": 20 }, "end": { - "line": 560, + "line": 570, "column": 32 } }, @@ -147137,15 +150605,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 22237, - "end": 22242, + "start": 22638, + "end": 22643, "loc": { "start": { - "line": 560, + "line": 570, "column": 20 }, "end": { - "line": 560, + "line": 570, "column": 25 }, "identifierName": "audio" @@ -147155,15 +150623,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 22244, - "end": 22249, + "start": 22645, + "end": 22650, "loc": { "start": { - "line": 560, + "line": 570, "column": 27 }, "end": { - "line": 560, + "line": 570, "column": 32 } }, @@ -147173,15 +150641,15 @@ { "type": "CommentLine", "value": " screen capture", - "start": 22199, - "end": 22216, + "start": 22600, + "end": 22617, "loc": { "start": { - "line": 559, + "line": 569, "column": 20 }, "end": { - "line": 559, + "line": 569, "column": 37 } } @@ -147190,15 +150658,15 @@ }, { "type": "ObjectProperty", - "start": 22271, - "end": 22283, + "start": 22672, + "end": 22684, "loc": { "start": { - "line": 561, + "line": 571, "column": 20 }, "end": { - "line": 561, + "line": 571, "column": 32 } }, @@ -147207,15 +150675,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 22271, - "end": 22276, + "start": 22672, + "end": 22677, "loc": { "start": { - "line": 561, + "line": 571, "column": 20 }, "end": { - "line": 561, + "line": 571, "column": 25 }, "identifierName": "video" @@ -147224,15 +150692,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 22278, - "end": 22283, + "start": 22679, + "end": 22684, "loc": { "start": { - "line": 561, + "line": 571, "column": 27 }, "end": { - "line": 561, + "line": 571, "column": 32 } }, @@ -147241,15 +150709,15 @@ }, { "type": "ObjectProperty", - "start": 22305, - "end": 22317, + "start": 22706, + "end": 22718, "loc": { "start": { - "line": 562, + "line": 572, "column": 20 }, "end": { - "line": 562, + "line": 572, "column": 32 } }, @@ -147258,15 +150726,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 22305, - "end": 22311, + "start": 22706, + "end": 22712, "loc": { "start": { - "line": 562, + "line": 572, "column": 20 }, "end": { - "line": 562, + "line": 572, "column": 26 }, "identifierName": "screen" @@ -147275,15 +150743,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 22313, - "end": 22317, + "start": 22714, + "end": 22718, "loc": { "start": { - "line": 562, + "line": 572, "column": 28 }, "end": { - "line": 562, + "line": 572, "column": 32 } }, @@ -147292,15 +150760,15 @@ }, { "type": "ObjectProperty", - "start": 22339, - "end": 22349, + "start": 22740, + "end": 22750, "loc": { "start": { - "line": 563, + "line": 573, "column": 20 }, "end": { - "line": 563, + "line": 573, "column": 30 } }, @@ -147309,15 +150777,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 22339, - "end": 22342, + "start": 22740, + "end": 22743, "loc": { "start": { - "line": 563, + "line": 573, "column": 20 }, "end": { - "line": 563, + "line": 573, "column": 23 }, "identifierName": "gif" @@ -147326,15 +150794,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 22344, - "end": 22349, + "start": 22745, + "end": 22750, "loc": { "start": { - "line": 563, + "line": 573, "column": 25 }, "end": { - "line": 563, + "line": 573, "column": 30 } }, @@ -147349,15 +150817,15 @@ { "type": "CommentLine", "value": " setup screen", - "start": 22128, - "end": 22143, + "start": 22529, + "end": 22544, "loc": { "start": { - "line": 557, + "line": 567, "column": 16 }, "end": { - "line": 557, + "line": 567, "column": 31 } } @@ -147366,44 +150834,44 @@ }, { "type": "VariableDeclaration", - "start": 22385, - "end": 22416, + "start": 22786, + "end": 22817, "loc": { "start": { - "line": 565, + "line": 575, "column": 16 }, "end": { - "line": 565, + "line": 575, "column": 47 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 22389, - "end": 22415, + "start": 22790, + "end": 22816, "loc": { "start": { - "line": 565, + "line": 575, "column": 20 }, "end": { - "line": 565, + "line": 575, "column": 46 } }, "id": { "type": "Identifier", - "start": 22389, - "end": 22410, + "start": 22790, + "end": 22811, "loc": { "start": { - "line": 565, + "line": 575, "column": 20 }, "end": { - "line": 565, + "line": 575, "column": 41 }, "identifierName": "screenOnlyConstraints" @@ -147412,15 +150880,15 @@ }, "init": { "type": "ObjectExpression", - "start": 22413, - "end": 22415, + "start": 22814, + "end": 22816, "loc": { "start": { - "line": 565, + "line": 575, "column": 44 }, "end": { - "line": 565, + "line": 575, "column": 46 } }, @@ -147432,72 +150900,72 @@ }, { "type": "IfStatement", - "start": 22433, - "end": 22784, + "start": 22834, + "end": 23185, "loc": { "start": { - "line": 566, + "line": 576, "column": 16 }, "end": { - "line": 573, + "line": 583, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 22437, - "end": 22463, + "start": 22838, + "end": 22864, "loc": { "start": { - "line": 566, + "line": 576, "column": 20 }, "end": { - "line": 566, + "line": 576, "column": 46 } }, "left": { "type": "MemberExpression", - "start": 22437, - "end": 22454, + "start": 22838, + "end": 22855, "loc": { "start": { - "line": 566, + "line": 576, "column": 20 }, "end": { - "line": 566, + "line": 576, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 22437, - "end": 22441, + "start": 22838, + "end": 22842, "loc": { "start": { - "line": 566, + "line": 576, "column": 20 }, "end": { - "line": 566, + "line": 576, "column": 24 } } }, "property": { "type": "Identifier", - "start": 22442, - "end": 22454, + "start": 22843, + "end": 22855, "loc": { "start": { - "line": 566, + "line": 576, "column": 25 }, "end": { - "line": 566, + "line": 576, "column": 37 }, "identifierName": "recordScreen" @@ -147509,15 +150977,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 22459, - "end": 22463, + "start": 22860, + "end": 22864, "loc": { "start": { - "line": 566, + "line": 576, "column": 42 }, "end": { - "line": 566, + "line": 576, "column": 46 } }, @@ -147526,59 +150994,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 22465, - "end": 22589, + "start": 22866, + "end": 22990, "loc": { "start": { - "line": 566, + "line": 576, "column": 48 }, "end": { - "line": 570, + "line": 580, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 22487, - "end": 22571, + "start": 22888, + "end": 22972, "loc": { "start": { - "line": 567, + "line": 577, "column": 20 }, "end": { - "line": 569, + "line": 579, "column": 22 } }, "expression": { "type": "AssignmentExpression", - "start": 22487, - "end": 22570, + "start": 22888, + "end": 22971, "loc": { "start": { - "line": 567, + "line": 577, "column": 20 }, "end": { - "line": 569, + "line": 579, "column": 21 } }, "operator": "=", "left": { "type": "Identifier", - "start": 22487, - "end": 22508, + "start": 22888, + "end": 22909, "loc": { "start": { - "line": 567, + "line": 577, "column": 20 }, "end": { - "line": 567, + "line": 577, "column": 41 }, "identifierName": "screenOnlyConstraints" @@ -147587,30 +151055,30 @@ }, "right": { "type": "ObjectExpression", - "start": 22511, - "end": 22570, + "start": 22912, + "end": 22971, "loc": { "start": { - "line": 567, + "line": 577, "column": 44 }, "end": { - "line": 569, + "line": 579, "column": 21 } }, "properties": [ { "type": "ObjectProperty", - "start": 22537, - "end": 22548, + "start": 22938, + "end": 22949, "loc": { "start": { - "line": 568, + "line": 578, "column": 24 }, "end": { - "line": 568, + "line": 578, "column": 35 } }, @@ -147619,15 +151087,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 22537, - "end": 22542, + "start": 22938, + "end": 22943, "loc": { "start": { - "line": 568, + "line": 578, "column": 24 }, "end": { - "line": 568, + "line": 578, "column": 29 }, "identifierName": "video" @@ -147636,15 +151104,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 22544, - "end": 22548, + "start": 22945, + "end": 22949, "loc": { "start": { - "line": 568, + "line": 578, "column": 31 }, "end": { - "line": 568, + "line": 578, "column": 35 } }, @@ -147660,57 +151128,57 @@ }, "alternate": { "type": "IfStatement", - "start": 22595, - "end": 22784, + "start": 22996, + "end": 23185, "loc": { "start": { - "line": 570, + "line": 580, "column": 23 }, "end": { - "line": 573, + "line": 583, "column": 17 } }, "test": { "type": "LogicalExpression", - "start": 22599, - "end": 22700, + "start": 23000, + "end": 23101, "loc": { "start": { - "line": 570, + "line": 580, "column": 27 }, "end": { - "line": 571, + "line": 581, "column": 60 } }, "left": { "type": "BinaryExpression", - "start": 22599, - "end": 22636, + "start": 23000, + "end": 23037, "loc": { "start": { - "line": 570, + "line": 580, "column": 27 }, "end": { - "line": 570, + "line": 580, "column": 64 } }, "left": { "type": "UnaryExpression", - "start": 22599, - "end": 22623, + "start": 23000, + "end": 23024, "loc": { "start": { - "line": 570, + "line": 580, "column": 27 }, "end": { - "line": 570, + "line": 580, "column": 51 } }, @@ -147718,44 +151186,44 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 22606, - "end": 22623, + "start": 23007, + "end": 23024, "loc": { "start": { - "line": 570, + "line": 580, "column": 34 }, "end": { - "line": 570, + "line": 580, "column": 51 } }, "object": { "type": "ThisExpression", - "start": 22606, - "end": 22610, + "start": 23007, + "end": 23011, "loc": { "start": { - "line": 570, + "line": 580, "column": 34 }, "end": { - "line": 570, + "line": 580, "column": 38 } } }, "property": { "type": "Identifier", - "start": 22611, - "end": 22623, + "start": 23012, + "end": 23024, "loc": { "start": { - "line": 570, + "line": 580, "column": 39 }, "end": { - "line": 570, + "line": 580, "column": 51 }, "identifierName": "recordScreen" @@ -147771,15 +151239,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 22628, - "end": 22636, + "start": 23029, + "end": 23037, "loc": { "start": { - "line": 570, + "line": 580, "column": 56 }, "end": { - "line": 570, + "line": 580, "column": 64 } }, @@ -147793,72 +151261,72 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 22660, - "end": 22700, + "start": 23061, + "end": 23101, "loc": { "start": { - "line": 571, + "line": 581, "column": 20 }, "end": { - "line": 571, + "line": 581, "column": 60 } }, "left": { "type": "MemberExpression", - "start": 22660, - "end": 22689, + "start": 23061, + "end": 23090, "loc": { "start": { - "line": 571, + "line": 581, "column": 20 }, "end": { - "line": 571, + "line": 581, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 22660, - "end": 22677, + "start": 23061, + "end": 23078, "loc": { "start": { - "line": 571, + "line": 581, "column": 20 }, "end": { - "line": 571, + "line": 581, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 22660, - "end": 22664, + "start": 23061, + "end": 23065, "loc": { "start": { - "line": 571, + "line": 581, "column": 20 }, "end": { - "line": 571, + "line": 581, "column": 24 } } }, "property": { "type": "Identifier", - "start": 22665, - "end": 22677, + "start": 23066, + "end": 23078, "loc": { "start": { - "line": 571, + "line": 581, "column": 25 }, "end": { - "line": 571, + "line": 581, "column": 37 }, "identifierName": "recordScreen" @@ -147869,15 +151337,15 @@ }, "property": { "type": "Identifier", - "start": 22678, - "end": 22689, + "start": 23079, + "end": 23090, "loc": { "start": { - "line": 571, + "line": 581, "column": 38 }, "end": { - "line": 571, + "line": 581, "column": 49 }, "identifierName": "constructor" @@ -147889,15 +151357,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 22694, - "end": 22700, + "start": 23095, + "end": 23101, "loc": { "start": { - "line": 571, + "line": 581, "column": 54 }, "end": { - "line": 571, + "line": 581, "column": 60 }, "identifierName": "Object" @@ -147908,59 +151376,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 22702, - "end": 22784, + "start": 23103, + "end": 23185, "loc": { "start": { - "line": 571, + "line": 581, "column": 62 }, "end": { - "line": 573, + "line": 583, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 22724, - "end": 22766, + "start": 23125, + "end": 23167, "loc": { "start": { - "line": 572, + "line": 582, "column": 20 }, "end": { - "line": 572, + "line": 582, "column": 62 } }, "expression": { "type": "AssignmentExpression", - "start": 22724, - "end": 22765, + "start": 23125, + "end": 23166, "loc": { "start": { - "line": 572, + "line": 582, "column": 20 }, "end": { - "line": 572, + "line": 582, "column": 61 } }, "operator": "=", "left": { "type": "Identifier", - "start": 22724, - "end": 22745, + "start": 23125, + "end": 23146, "loc": { "start": { - "line": 572, + "line": 582, "column": 20 }, "end": { - "line": 572, + "line": 582, "column": 41 }, "identifierName": "screenOnlyConstraints" @@ -147969,44 +151437,44 @@ }, "right": { "type": "MemberExpression", - "start": 22748, - "end": 22765, + "start": 23149, + "end": 23166, "loc": { "start": { - "line": 572, + "line": 582, "column": 44 }, "end": { - "line": 572, + "line": 582, "column": 61 } }, "object": { "type": "ThisExpression", - "start": 22748, - "end": 22752, + "start": 23149, + "end": 23153, "loc": { "start": { - "line": 572, + "line": 582, "column": 44 }, "end": { - "line": 572, + "line": 582, "column": 48 } } }, "property": { "type": "Identifier", - "start": 22753, - "end": 22765, + "start": 23154, + "end": 23166, "loc": { "start": { - "line": 572, + "line": 582, "column": 49 }, "end": { - "line": 572, + "line": 582, "column": 61 }, "identifierName": "recordScreen" @@ -148025,127 +151493,127 @@ }, { "type": "ExpressionStatement", - "start": 22801, - "end": 23012, + "start": 23202, + "end": 23413, "loc": { "start": { - "line": 574, + "line": 584, "column": 16 }, "end": { - "line": 578, + "line": 588, "column": 18 } }, "expression": { "type": "CallExpression", - "start": 22801, - "end": 23011, + "start": 23202, + "end": 23412, "loc": { "start": { - "line": 574, + "line": 584, "column": 16 }, "end": { - "line": 578, + "line": 588, "column": 17 } }, "callee": { "type": "MemberExpression", - "start": 22801, - "end": 22942, + "start": 23202, + "end": 23343, "loc": { "start": { - "line": 574, + "line": 584, "column": 16 }, "end": { - "line": 576, + "line": 586, "column": 23 } }, "object": { "type": "CallExpression", - "start": 22801, - "end": 22936, + "start": 23202, + "end": 23337, "loc": { "start": { - "line": 574, + "line": 584, "column": 16 }, "end": { - "line": 576, + "line": 586, "column": 17 } }, "callee": { "type": "MemberExpression", - "start": 22801, - "end": 22867, + "start": 23202, + "end": 23268, "loc": { "start": { - "line": 574, + "line": 584, "column": 16 }, "end": { - "line": 574, + "line": 584, "column": 82 } }, "object": { "type": "CallExpression", - "start": 22801, - "end": 22862, + "start": 23202, + "end": 23263, "loc": { "start": { - "line": 574, + "line": 584, "column": 16 }, "end": { - "line": 574, + "line": 584, "column": 77 } }, "callee": { "type": "MemberExpression", - "start": 22801, - "end": 22839, + "start": 23202, + "end": 23240, "loc": { "start": { - "line": 574, + "line": 584, "column": 16 }, "end": { - "line": 574, + "line": 584, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 22801, - "end": 22823, + "start": 23202, + "end": 23224, "loc": { "start": { - "line": 574, + "line": 584, "column": 16 }, "end": { - "line": 574, + "line": 584, "column": 38 } }, "object": { "type": "Identifier", - "start": 22801, - "end": 22810, + "start": 23202, + "end": 23211, "loc": { "start": { - "line": 574, + "line": 584, "column": 16 }, "end": { - "line": 574, + "line": 584, "column": 25 }, "identifierName": "navigator" @@ -148154,15 +151622,15 @@ }, "property": { "type": "Identifier", - "start": 22811, - "end": 22823, + "start": 23212, + "end": 23224, "loc": { "start": { - "line": 574, + "line": 584, "column": 26 }, "end": { - "line": 574, + "line": 584, "column": 38 }, "identifierName": "mediaDevices" @@ -148173,15 +151641,15 @@ }, "property": { "type": "Identifier", - "start": 22824, - "end": 22839, + "start": 23225, + "end": 23240, "loc": { "start": { - "line": 574, + "line": 584, "column": 39 }, "end": { - "line": 574, + "line": 584, "column": 54 }, "identifierName": "getDisplayMedia" @@ -148193,15 +151661,15 @@ "arguments": [ { "type": "Identifier", - "start": 22840, - "end": 22861, + "start": 23241, + "end": 23262, "loc": { "start": { - "line": 574, + "line": 584, "column": 55 }, "end": { - "line": 574, + "line": 584, "column": 76 }, "identifierName": "screenOnlyConstraints" @@ -148212,15 +151680,15 @@ }, "property": { "type": "Identifier", - "start": 22863, - "end": 22867, + "start": 23264, + "end": 23268, "loc": { "start": { - "line": 574, + "line": 584, "column": 78 }, "end": { - "line": 574, + "line": 584, "column": 82 }, "identifierName": "then" @@ -148232,72 +151700,72 @@ "arguments": [ { "type": "CallExpression", - "start": 22889, - "end": 22918, + "start": 23290, + "end": 23319, "loc": { "start": { - "line": 575, + "line": 585, "column": 20 }, "end": { - "line": 575, + "line": 585, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 22889, - "end": 22912, + "start": 23290, + "end": 23313, "loc": { "start": { - "line": 575, + "line": 585, "column": 20 }, "end": { - "line": 575, + "line": 585, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 22889, - "end": 22907, + "start": 23290, + "end": 23308, "loc": { "start": { - "line": 575, + "line": 585, "column": 20 }, "end": { - "line": 575, + "line": 585, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 22889, - "end": 22893, + "start": 23290, + "end": 23294, "loc": { "start": { - "line": 575, + "line": 585, "column": 20 }, "end": { - "line": 575, + "line": 585, "column": 24 } } }, "property": { "type": "Identifier", - "start": 22894, - "end": 22907, + "start": 23295, + "end": 23308, "loc": { "start": { - "line": 575, + "line": 585, "column": 25 }, "end": { - "line": 575, + "line": 585, "column": 38 }, "identifierName": "onDeviceReady" @@ -148308,15 +151776,15 @@ }, "property": { "type": "Identifier", - "start": 22908, - "end": 22912, + "start": 23309, + "end": 23313, "loc": { "start": { - "line": 575, + "line": 585, "column": 39 }, "end": { - "line": 575, + "line": 585, "column": 43 }, "identifierName": "bind" @@ -148328,15 +151796,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 22913, - "end": 22917, + "start": 23314, + "end": 23318, "loc": { "start": { - "line": 575, + "line": 585, "column": 44 }, "end": { - "line": 575, + "line": 585, "column": 48 } } @@ -148347,15 +151815,15 @@ }, "property": { "type": "Identifier", - "start": 22937, - "end": 22942, + "start": 23338, + "end": 23343, "loc": { "start": { - "line": 576, + "line": 586, "column": 18 }, "end": { - "line": 576, + "line": 586, "column": 23 }, "identifierName": "catch" @@ -148367,72 +151835,72 @@ "arguments": [ { "type": "CallExpression", - "start": 22964, - "end": 22993, + "start": 23365, + "end": 23394, "loc": { "start": { - "line": 577, + "line": 587, "column": 20 }, "end": { - "line": 577, + "line": 587, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 22964, - "end": 22987, + "start": 23365, + "end": 23388, "loc": { "start": { - "line": 577, + "line": 587, "column": 20 }, "end": { - "line": 577, + "line": 587, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 22964, - "end": 22982, + "start": 23365, + "end": 23383, "loc": { "start": { - "line": 577, + "line": 587, "column": 20 }, "end": { - "line": 577, + "line": 587, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 22964, - "end": 22968, + "start": 23365, + "end": 23369, "loc": { "start": { - "line": 577, + "line": 587, "column": 20 }, "end": { - "line": 577, + "line": 587, "column": 24 } } }, "property": { "type": "Identifier", - "start": 22969, - "end": 22982, + "start": 23370, + "end": 23383, "loc": { "start": { - "line": 577, + "line": 587, "column": 25 }, "end": { - "line": 577, + "line": 587, "column": 38 }, "identifierName": "onDeviceError" @@ -148443,15 +151911,15 @@ }, "property": { "type": "Identifier", - "start": 22983, - "end": 22987, + "start": 23384, + "end": 23388, "loc": { "start": { - "line": 577, + "line": 587, "column": 39 }, "end": { - "line": 577, + "line": 587, "column": 43 }, "identifierName": "bind" @@ -148463,15 +151931,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 22988, - "end": 22992, + "start": 23389, + "end": 23393, "loc": { "start": { - "line": 577, + "line": 587, "column": 44 }, "end": { - "line": 577, + "line": 587, "column": 48 } } @@ -148483,15 +151951,15 @@ }, { "type": "BreakStatement", - "start": 23029, - "end": 23035, + "start": 23430, + "end": 23436, "loc": { "start": { - "line": 579, + "line": 589, "column": 16 }, "end": { - "line": 579, + "line": 589, "column": 22 } }, @@ -148500,15 +151968,15 @@ ], "test": { "type": "Identifier", - "start": 22099, - "end": 22110, + "start": 22500, + "end": 22511, "loc": { "start": { - "line": 556, + "line": 566, "column": 17 }, "end": { - "line": 556, + "line": 566, "column": 28 }, "identifierName": "SCREEN_ONLY" @@ -148521,15 +151989,15 @@ { "type": "CommentLine", "value": " ask the browser to give the user access to the media device", - "start": 15863, - "end": 15925, + "start": 16169, + "end": 16231, "loc": { "start": { - "line": 416, + "line": 424, "column": 8 }, "end": { - "line": 416, + "line": 424, "column": 70 } } @@ -148537,15 +152005,15 @@ { "type": "CommentLine", "value": " and get a stream reference in the callback function", - "start": 15934, - "end": 15988, + "start": 16240, + "end": 16294, "loc": { "start": { - "line": 417, + "line": 425, "column": 8 }, "end": { - "line": 417, + "line": 425, "column": 62 } } @@ -148560,15 +152028,15 @@ { "type": "CommentBlock", "value": "*\n * Open the browser's recording device selection dialog and start the\n * device.\n ", - "start": 14210, - "end": 14310, + "start": 14516, + "end": 14616, "loc": { "start": { - "line": 378, + "line": 386, "column": 4 }, "end": { - "line": 381, + "line": 389, "column": 7 } } @@ -148578,15 +152046,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when the device is ready.\n *\n * @private\n * @param {LocalMediaStream} stream - Local media stream from device.\n ", - "start": 23057, - "end": 23206, + "start": 23458, + "end": 23607, "loc": { "start": { - "line": 583, + "line": 593, "column": 4 }, "end": { - "line": 588, + "line": 598, "column": 7 } } @@ -148595,15 +152063,15 @@ }, { "type": "ClassMethod", - "start": 23211, - "end": 30766, + "start": 23612, + "end": 31167, "loc": { "start": { - "line": 589, + "line": 599, "column": 4 }, "end": { - "line": 781, + "line": 791, "column": 5 } }, @@ -148611,15 +152079,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 23211, - "end": 23224, + "start": 23612, + "end": 23625, "loc": { "start": { - "line": 589, + "line": 599, "column": 4 }, "end": { - "line": 589, + "line": 599, "column": 17 }, "identifierName": "onDeviceReady" @@ -148635,15 +152103,15 @@ "params": [ { "type": "Identifier", - "start": 23225, - "end": 23231, + "start": 23626, + "end": 23632, "loc": { "start": { - "line": 589, + "line": 599, "column": 18 }, "end": { - "line": 589, + "line": 599, "column": 24 }, "identifierName": "stream" @@ -148653,88 +152121,88 @@ ], "body": { "type": "BlockStatement", - "start": 23233, - "end": 30766, + "start": 23634, + "end": 31167, "loc": { "start": { - "line": 589, + "line": 599, "column": 26 }, "end": { - "line": 781, + "line": 791, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 23243, - "end": 23269, + "start": 23644, + "end": 23670, "loc": { "start": { - "line": 590, + "line": 600, "column": 8 }, "end": { - "line": 590, + "line": 600, "column": 34 } }, "expression": { "type": "AssignmentExpression", - "start": 23243, - "end": 23268, + "start": 23644, + "end": 23669, "loc": { "start": { - "line": 590, + "line": 600, "column": 8 }, "end": { - "line": 590, + "line": 600, "column": 33 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 23243, - "end": 23261, + "start": 23644, + "end": 23662, "loc": { "start": { - "line": 590, + "line": 600, "column": 8 }, "end": { - "line": 590, + "line": 600, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 23243, - "end": 23247, + "start": 23644, + "end": 23648, "loc": { "start": { - "line": 590, + "line": 600, "column": 8 }, "end": { - "line": 590, + "line": 600, "column": 12 } } }, "property": { "type": "Identifier", - "start": 23248, - "end": 23261, + "start": 23649, + "end": 23662, "loc": { "start": { - "line": 590, + "line": 600, "column": 13 }, "end": { - "line": 590, + "line": 600, "column": 26 }, "identifierName": "_deviceActive" @@ -148745,15 +152213,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 23264, - "end": 23268, + "start": 23665, + "end": 23669, "loc": { "start": { - "line": 590, + "line": 600, "column": 29 }, "end": { - "line": 590, + "line": 600, "column": 33 } }, @@ -148764,15 +152232,15 @@ { "type": "CommentLine", "value": " store reference to stream for stopping etc.", - "start": 23279, - "end": 23325, + "start": 23680, + "end": 23726, "loc": { "start": { - "line": 592, + "line": 602, "column": 8 }, "end": { - "line": 592, + "line": 602, "column": 54 } } @@ -148781,58 +152249,58 @@ }, { "type": "ExpressionStatement", - "start": 23334, - "end": 23355, + "start": 23735, + "end": 23756, "loc": { "start": { - "line": 593, + "line": 603, "column": 8 }, "end": { - "line": 593, + "line": 603, "column": 29 } }, "expression": { "type": "AssignmentExpression", - "start": 23334, - "end": 23354, + "start": 23735, + "end": 23755, "loc": { "start": { - "line": 593, + "line": 603, "column": 8 }, "end": { - "line": 593, + "line": 603, "column": 28 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 23334, - "end": 23345, + "start": 23735, + "end": 23746, "loc": { "start": { - "line": 593, + "line": 603, "column": 8 }, "end": { - "line": 593, + "line": 603, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 23334, - "end": 23338, + "start": 23735, + "end": 23739, "loc": { "start": { - "line": 593, + "line": 603, "column": 8 }, "end": { - "line": 593, + "line": 603, "column": 12 } }, @@ -148840,15 +152308,15 @@ }, "property": { "type": "Identifier", - "start": 23339, - "end": 23345, + "start": 23740, + "end": 23746, "loc": { "start": { - "line": 593, + "line": 603, "column": 13 }, "end": { - "line": 593, + "line": 603, "column": 19 }, "identifierName": "stream" @@ -148860,15 +152328,15 @@ }, "right": { "type": "Identifier", - "start": 23348, - "end": 23354, + "start": 23749, + "end": 23755, "loc": { "start": { - "line": 593, + "line": 603, "column": 22 }, "end": { - "line": 593, + "line": 603, "column": 28 }, "identifierName": "stream" @@ -148881,15 +152349,15 @@ { "type": "CommentLine", "value": " store reference to stream for stopping etc.", - "start": 23279, - "end": 23325, + "start": 23680, + "end": 23726, "loc": { "start": { - "line": 592, + "line": 602, "column": 8 }, "end": { - "line": 592, + "line": 602, "column": 54 } } @@ -148899,15 +152367,15 @@ { "type": "CommentLine", "value": " hide device selection button", - "start": 23365, - "end": 23396, + "start": 23766, + "end": 23797, "loc": { "start": { - "line": 595, + "line": 605, "column": 8 }, "end": { - "line": 595, + "line": 605, "column": 39 } } @@ -148916,85 +152384,85 @@ }, { "type": "ExpressionStatement", - "start": 23405, - "end": 23437, + "start": 23806, + "end": 23838, "loc": { "start": { - "line": 596, + "line": 606, "column": 8 }, "end": { - "line": 596, + "line": 606, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 23405, - "end": 23436, + "start": 23806, + "end": 23837, "loc": { "start": { - "line": 596, + "line": 606, "column": 8 }, "end": { - "line": 596, + "line": 606, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 23405, - "end": 23434, + "start": 23806, + "end": 23835, "loc": { "start": { - "line": 596, + "line": 606, "column": 8 }, "end": { - "line": 596, + "line": 606, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 23405, - "end": 23429, + "start": 23806, + "end": 23830, "loc": { "start": { - "line": 596, + "line": 606, "column": 8 }, "end": { - "line": 596, + "line": 606, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 23405, - "end": 23416, + "start": 23806, + "end": 23817, "loc": { "start": { - "line": 596, + "line": 606, "column": 8 }, "end": { - "line": 596, + "line": 606, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 23405, - "end": 23409, + "start": 23806, + "end": 23810, "loc": { "start": { - "line": 596, + "line": 606, "column": 8 }, "end": { - "line": 596, + "line": 606, "column": 12 } }, @@ -149002,15 +152470,15 @@ }, "property": { "type": "Identifier", - "start": 23410, - "end": 23416, + "start": 23811, + "end": 23817, "loc": { "start": { - "line": 596, + "line": 606, "column": 13 }, "end": { - "line": 596, + "line": 606, "column": 19 }, "identifierName": "player" @@ -149022,15 +152490,15 @@ }, "property": { "type": "Identifier", - "start": 23417, - "end": 23429, + "start": 23818, + "end": 23830, "loc": { "start": { - "line": 596, + "line": 606, "column": 20 }, "end": { - "line": 596, + "line": 606, "column": 32 }, "identifierName": "deviceButton" @@ -149042,15 +152510,15 @@ }, "property": { "type": "Identifier", - "start": 23430, - "end": 23434, + "start": 23831, + "end": 23835, "loc": { "start": { - "line": 596, + "line": 606, "column": 33 }, "end": { - "line": 596, + "line": 606, "column": 37 }, "identifierName": "hide" @@ -149067,15 +152535,15 @@ { "type": "CommentLine", "value": " hide device selection button", - "start": 23365, - "end": 23396, + "start": 23766, + "end": 23797, "loc": { "start": { - "line": 595, + "line": 605, "column": 8 }, "end": { - "line": 595, + "line": 605, "column": 39 } } @@ -149085,15 +152553,15 @@ { "type": "CommentLine", "value": " reset time (e.g. when stopDevice was used)", - "start": 23447, - "end": 23492, + "start": 23848, + "end": 23893, "loc": { "start": { - "line": 598, + "line": 608, "column": 8 }, "end": { - "line": 598, + "line": 608, "column": 53 } } @@ -149102,57 +152570,57 @@ }, { "type": "ExpressionStatement", - "start": 23501, - "end": 23534, + "start": 23902, + "end": 23935, "loc": { "start": { - "line": 599, + "line": 609, "column": 8 }, "end": { - "line": 599, + "line": 609, "column": 41 } }, "expression": { "type": "CallExpression", - "start": 23501, - "end": 23533, + "start": 23902, + "end": 23934, "loc": { "start": { - "line": 599, + "line": 609, "column": 8 }, "end": { - "line": 599, + "line": 609, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 23501, - "end": 23517, + "start": 23902, + "end": 23918, "loc": { "start": { - "line": 599, + "line": 609, "column": 8 }, "end": { - "line": 599, + "line": 609, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 23501, - "end": 23505, + "start": 23902, + "end": 23906, "loc": { "start": { - "line": 599, + "line": 609, "column": 8 }, "end": { - "line": 599, + "line": 609, "column": 12 } }, @@ -149160,15 +152628,15 @@ }, "property": { "type": "Identifier", - "start": 23506, - "end": 23517, + "start": 23907, + "end": 23918, "loc": { "start": { - "line": 599, + "line": 609, "column": 13 }, "end": { - "line": 599, + "line": 609, "column": 24 }, "identifierName": "setDuration" @@ -149181,44 +152649,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 23518, - "end": 23532, + "start": 23919, + "end": 23933, "loc": { "start": { - "line": 599, + "line": 609, "column": 25 }, "end": { - "line": 599, + "line": 609, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 23518, - "end": 23522, + "start": 23919, + "end": 23923, "loc": { "start": { - "line": 599, + "line": 609, "column": 25 }, "end": { - "line": 599, + "line": 609, "column": 29 } } }, "property": { "type": "Identifier", - "start": 23523, - "end": 23532, + "start": 23924, + "end": 23933, "loc": { "start": { - "line": 599, + "line": 609, "column": 30 }, "end": { - "line": 599, + "line": 609, "column": 39 }, "identifierName": "maxLength" @@ -149234,15 +152702,15 @@ { "type": "CommentLine", "value": " reset time (e.g. when stopDevice was used)", - "start": 23447, - "end": 23492, + "start": 23848, + "end": 23893, "loc": { "start": { - "line": 598, + "line": 608, "column": 8 }, "end": { - "line": 598, + "line": 608, "column": 53 } } @@ -149251,72 +152719,72 @@ }, { "type": "ExpressionStatement", - "start": 23543, - "end": 23566, + "start": 23944, + "end": 23967, "loc": { "start": { - "line": 600, + "line": 610, "column": 8 }, "end": { - "line": 600, + "line": 610, "column": 31 } }, "expression": { "type": "CallExpression", - "start": 23543, - "end": 23565, + "start": 23944, + "end": 23966, "loc": { "start": { - "line": 600, + "line": 610, "column": 8 }, "end": { - "line": 600, + "line": 610, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 23543, - "end": 23562, + "start": 23944, + "end": 23963, "loc": { "start": { - "line": 600, + "line": 610, "column": 8 }, "end": { - "line": 600, + "line": 610, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 23543, - "end": 23547, + "start": 23944, + "end": 23948, "loc": { "start": { - "line": 600, + "line": 610, "column": 8 }, "end": { - "line": 600, + "line": 610, "column": 12 } } }, "property": { "type": "Identifier", - "start": 23548, - "end": 23562, + "start": 23949, + "end": 23963, "loc": { "start": { - "line": 600, + "line": 610, "column": 13 }, "end": { - "line": 600, + "line": 610, "column": 27 }, "identifierName": "setCurrentTime" @@ -149328,15 +152796,15 @@ "arguments": [ { "type": "NumericLiteral", - "start": 23563, - "end": 23564, + "start": 23964, + "end": 23965, "loc": { "start": { - "line": 600, + "line": 610, "column": 28 }, "end": { - "line": 600, + "line": 610, "column": 29 } }, @@ -149352,15 +152820,15 @@ { "type": "CommentLine", "value": " hide play/pause control (e.g. when stopDevice was used)", - "start": 23576, - "end": 23634, + "start": 23977, + "end": 24035, "loc": { "start": { - "line": 602, + "line": 612, "column": 8 }, "end": { - "line": 602, + "line": 612, "column": 66 } } @@ -149369,85 +152837,85 @@ }, { "type": "IfStatement", - "start": 23643, - "end": 23761, + "start": 24044, + "end": 24162, "loc": { "start": { - "line": 603, + "line": 613, "column": 8 }, "end": { - "line": 605, + "line": 615, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 23647, - "end": 23694, + "start": 24048, + "end": 24095, "loc": { "start": { - "line": 603, + "line": 613, "column": 12 }, "end": { - "line": 603, + "line": 613, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 23647, - "end": 23680, + "start": 24048, + "end": 24081, "loc": { "start": { - "line": 603, + "line": 613, "column": 12 }, "end": { - "line": 603, + "line": 613, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 23647, - "end": 23669, + "start": 24048, + "end": 24070, "loc": { "start": { - "line": 603, + "line": 613, "column": 12 }, "end": { - "line": 603, + "line": 613, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 23647, - "end": 23658, + "start": 24048, + "end": 24059, "loc": { "start": { - "line": 603, + "line": 613, "column": 12 }, "end": { - "line": 603, + "line": 613, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 23647, - "end": 23651, + "start": 24048, + "end": 24052, "loc": { "start": { - "line": 603, + "line": 613, "column": 12 }, "end": { - "line": 603, + "line": 613, "column": 16 } }, @@ -149455,15 +152923,15 @@ }, "property": { "type": "Identifier", - "start": 23652, - "end": 23658, + "start": 24053, + "end": 24059, "loc": { "start": { - "line": 603, + "line": 613, "column": 17 }, "end": { - "line": 603, + "line": 613, "column": 23 }, "identifierName": "player" @@ -149475,15 +152943,15 @@ }, "property": { "type": "Identifier", - "start": 23659, - "end": 23669, + "start": 24060, + "end": 24070, "loc": { "start": { - "line": 603, + "line": 613, "column": 24 }, "end": { - "line": 603, + "line": 613, "column": 34 }, "identifierName": "controlBar" @@ -149495,15 +152963,15 @@ }, "property": { "type": "Identifier", - "start": 23670, - "end": 23680, + "start": 24071, + "end": 24081, "loc": { "start": { - "line": 603, + "line": 613, "column": 35 }, "end": { - "line": 603, + "line": 613, "column": 45 }, "identifierName": "playToggle" @@ -149516,15 +152984,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 23685, - "end": 23694, + "start": 24086, + "end": 24095, "loc": { "start": { - "line": 603, + "line": 613, "column": 50 }, "end": { - "line": 603, + "line": 613, "column": 59 }, "identifierName": "undefined" @@ -149535,129 +153003,129 @@ }, "consequent": { "type": "BlockStatement", - "start": 23696, - "end": 23761, + "start": 24097, + "end": 24162, "loc": { "start": { - "line": 603, + "line": 613, "column": 61 }, "end": { - "line": 605, + "line": 615, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 23710, - "end": 23751, + "start": 24111, + "end": 24152, "loc": { "start": { - "line": 604, + "line": 614, "column": 12 }, "end": { - "line": 604, + "line": 614, "column": 53 } }, "expression": { "type": "CallExpression", - "start": 23710, - "end": 23750, + "start": 24111, + "end": 24151, "loc": { "start": { - "line": 604, + "line": 614, "column": 12 }, "end": { - "line": 604, + "line": 614, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 23710, - "end": 23748, + "start": 24111, + "end": 24149, "loc": { "start": { - "line": 604, + "line": 614, "column": 12 }, "end": { - "line": 604, + "line": 614, "column": 50 } }, "object": { "type": "MemberExpression", - "start": 23710, - "end": 23743, + "start": 24111, + "end": 24144, "loc": { "start": { - "line": 604, + "line": 614, "column": 12 }, "end": { - "line": 604, + "line": 614, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 23710, - "end": 23732, + "start": 24111, + "end": 24133, "loc": { "start": { - "line": 604, + "line": 614, "column": 12 }, "end": { - "line": 604, + "line": 614, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 23710, - "end": 23721, + "start": 24111, + "end": 24122, "loc": { "start": { - "line": 604, + "line": 614, "column": 12 }, "end": { - "line": 604, + "line": 614, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 23710, - "end": 23714, + "start": 24111, + "end": 24115, "loc": { "start": { - "line": 604, + "line": 614, "column": 12 }, "end": { - "line": 604, + "line": 614, "column": 16 } } }, "property": { "type": "Identifier", - "start": 23715, - "end": 23721, + "start": 24116, + "end": 24122, "loc": { "start": { - "line": 604, + "line": 614, "column": 17 }, "end": { - "line": 604, + "line": 614, "column": 23 }, "identifierName": "player" @@ -149668,15 +153136,15 @@ }, "property": { "type": "Identifier", - "start": 23722, - "end": 23732, + "start": 24123, + "end": 24133, "loc": { "start": { - "line": 604, + "line": 614, "column": 24 }, "end": { - "line": 604, + "line": 614, "column": 34 }, "identifierName": "controlBar" @@ -149687,15 +153155,15 @@ }, "property": { "type": "Identifier", - "start": 23733, - "end": 23743, + "start": 24134, + "end": 24144, "loc": { "start": { - "line": 604, + "line": 614, "column": 35 }, "end": { - "line": 604, + "line": 614, "column": 45 }, "identifierName": "playToggle" @@ -149706,15 +153174,15 @@ }, "property": { "type": "Identifier", - "start": 23744, - "end": 23748, + "start": 24145, + "end": 24149, "loc": { "start": { - "line": 604, + "line": 614, "column": 46 }, "end": { - "line": 604, + "line": 614, "column": 50 }, "identifierName": "hide" @@ -149735,15 +153203,15 @@ { "type": "CommentLine", "value": " hide play/pause control (e.g. when stopDevice was used)", - "start": 23576, - "end": 23634, + "start": 23977, + "end": 24035, "loc": { "start": { - "line": 602, + "line": 612, "column": 8 }, "end": { - "line": 602, + "line": 612, "column": 66 } } @@ -149753,15 +153221,15 @@ { "type": "CommentLine", "value": " reset playback listeners", - "start": 23771, - "end": 23798, + "start": 24172, + "end": 24199, "loc": { "start": { - "line": 607, + "line": 617, "column": 8 }, "end": { - "line": 607, + "line": 617, "column": 35 } } @@ -149770,57 +153238,57 @@ }, { "type": "ExpressionStatement", - "start": 23807, - "end": 23872, + "start": 24208, + "end": 24273, "loc": { "start": { - "line": 608, + "line": 618, "column": 8 }, "end": { - "line": 608, + "line": 618, "column": 73 } }, "expression": { "type": "CallExpression", - "start": 23807, - "end": 23871, + "start": 24208, + "end": 24272, "loc": { "start": { - "line": 608, + "line": 618, "column": 8 }, "end": { - "line": 608, + "line": 618, "column": 72 } }, "callee": { "type": "MemberExpression", - "start": 23807, - "end": 23815, + "start": 24208, + "end": 24216, "loc": { "start": { - "line": 608, + "line": 618, "column": 8 }, "end": { - "line": 608, + "line": 618, "column": 16 } }, "object": { "type": "ThisExpression", - "start": 23807, - "end": 23811, + "start": 24208, + "end": 24212, "loc": { "start": { - "line": 608, + "line": 618, "column": 8 }, "end": { - "line": 608, + "line": 618, "column": 12 } }, @@ -149828,15 +153296,15 @@ }, "property": { "type": "Identifier", - "start": 23812, - "end": 23815, + "start": 24213, + "end": 24216, "loc": { "start": { - "line": 608, + "line": 618, "column": 13 }, "end": { - "line": 608, + "line": 618, "column": 16 }, "identifierName": "off" @@ -149849,44 +153317,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 23816, - "end": 23827, + "start": 24217, + "end": 24228, "loc": { "start": { - "line": 608, + "line": 618, "column": 17 }, "end": { - "line": 608, + "line": 618, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 23816, - "end": 23820, + "start": 24217, + "end": 24221, "loc": { "start": { - "line": 608, + "line": 618, "column": 17 }, "end": { - "line": 608, + "line": 618, "column": 21 } } }, "property": { "type": "Identifier", - "start": 23821, - "end": 23827, + "start": 24222, + "end": 24228, "loc": { "start": { - "line": 608, + "line": 618, "column": 22 }, "end": { - "line": 608, + "line": 618, "column": 28 }, "identifierName": "player" @@ -149897,29 +153365,29 @@ }, { "type": "MemberExpression", - "start": 23829, - "end": 23845, + "start": 24230, + "end": 24246, "loc": { "start": { - "line": 608, + "line": 618, "column": 30 }, "end": { - "line": 608, + "line": 618, "column": 46 } }, "object": { "type": "Identifier", - "start": 23829, - "end": 23834, + "start": 24230, + "end": 24235, "loc": { "start": { - "line": 608, + "line": 618, "column": 30 }, "end": { - "line": 608, + "line": 618, "column": 35 }, "identifierName": "Event" @@ -149928,15 +153396,15 @@ }, "property": { "type": "Identifier", - "start": 23835, - "end": 23845, + "start": 24236, + "end": 24246, "loc": { "start": { - "line": 608, + "line": 618, "column": 36 }, "end": { - "line": 608, + "line": 618, "column": 46 }, "identifierName": "TIMEUPDATE" @@ -149947,44 +153415,44 @@ }, { "type": "MemberExpression", - "start": 23847, - "end": 23870, + "start": 24248, + "end": 24271, "loc": { "start": { - "line": 608, + "line": 618, "column": 48 }, "end": { - "line": 608, + "line": 618, "column": 71 } }, "object": { "type": "ThisExpression", - "start": 23847, - "end": 23851, + "start": 24248, + "end": 24252, "loc": { "start": { - "line": 608, + "line": 618, "column": 48 }, "end": { - "line": 608, + "line": 618, "column": 52 } } }, "property": { "type": "Identifier", - "start": 23852, - "end": 23870, + "start": 24253, + "end": 24271, "loc": { "start": { - "line": 608, + "line": 618, "column": 53 }, "end": { - "line": 608, + "line": 618, "column": 71 }, "identifierName": "playbackTimeUpdate" @@ -150000,15 +153468,15 @@ { "type": "CommentLine", "value": " reset playback listeners", - "start": 23771, - "end": 23798, + "start": 24172, + "end": 24199, "loc": { "start": { - "line": 607, + "line": 617, "column": 8 }, "end": { - "line": 607, + "line": 617, "column": 35 } } @@ -150017,72 +153485,72 @@ }, { "type": "ExpressionStatement", - "start": 23881, - "end": 23941, + "start": 24282, + "end": 24342, "loc": { "start": { - "line": 609, + "line": 619, "column": 8 }, "end": { - "line": 609, + "line": 619, "column": 68 } }, "expression": { "type": "CallExpression", - "start": 23881, - "end": 23940, + "start": 24282, + "end": 24341, "loc": { "start": { - "line": 609, + "line": 619, "column": 8 }, "end": { - "line": 609, + "line": 619, "column": 67 } }, "callee": { "type": "MemberExpression", - "start": 23881, - "end": 23889, + "start": 24282, + "end": 24290, "loc": { "start": { - "line": 609, + "line": 619, "column": 8 }, "end": { - "line": 609, + "line": 619, "column": 16 } }, "object": { "type": "ThisExpression", - "start": 23881, - "end": 23885, + "start": 24282, + "end": 24286, "loc": { "start": { - "line": 609, + "line": 619, "column": 8 }, "end": { - "line": 609, + "line": 619, "column": 12 } } }, "property": { "type": "Identifier", - "start": 23886, - "end": 23889, + "start": 24287, + "end": 24290, "loc": { "start": { - "line": 609, + "line": 619, "column": 13 }, "end": { - "line": 609, + "line": 619, "column": 16 }, "identifierName": "off" @@ -150094,44 +153562,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 23890, - "end": 23901, + "start": 24291, + "end": 24302, "loc": { "start": { - "line": 609, + "line": 619, "column": 17 }, "end": { - "line": 609, + "line": 619, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 23890, - "end": 23894, + "start": 24291, + "end": 24295, "loc": { "start": { - "line": 609, + "line": 619, "column": 17 }, "end": { - "line": 609, + "line": 619, "column": 21 } } }, "property": { "type": "Identifier", - "start": 23895, - "end": 23901, + "start": 24296, + "end": 24302, "loc": { "start": { - "line": 609, + "line": 619, "column": 22 }, "end": { - "line": 609, + "line": 619, "column": 28 }, "identifierName": "player" @@ -150142,29 +153610,29 @@ }, { "type": "MemberExpression", - "start": 23903, - "end": 23914, + "start": 24304, + "end": 24315, "loc": { "start": { - "line": 609, + "line": 619, "column": 30 }, "end": { - "line": 609, + "line": 619, "column": 41 } }, "object": { "type": "Identifier", - "start": 23903, - "end": 23908, + "start": 24304, + "end": 24309, "loc": { "start": { - "line": 609, + "line": 619, "column": 30 }, "end": { - "line": 609, + "line": 619, "column": 35 }, "identifierName": "Event" @@ -150173,15 +153641,15 @@ }, "property": { "type": "Identifier", - "start": 23909, - "end": 23914, + "start": 24310, + "end": 24315, "loc": { "start": { - "line": 609, + "line": 619, "column": 36 }, "end": { - "line": 609, + "line": 619, "column": 41 }, "identifierName": "ENDED" @@ -150192,44 +153660,44 @@ }, { "type": "MemberExpression", - "start": 23916, - "end": 23939, + "start": 24317, + "end": 24340, "loc": { "start": { - "line": 609, + "line": 619, "column": 43 }, "end": { - "line": 609, + "line": 619, "column": 66 } }, "object": { "type": "ThisExpression", - "start": 23916, - "end": 23920, + "start": 24317, + "end": 24321, "loc": { "start": { - "line": 609, + "line": 619, "column": 43 }, "end": { - "line": 609, + "line": 619, "column": 47 } } }, "property": { "type": "Identifier", - "start": 23921, - "end": 23939, + "start": 24322, + "end": 24340, "loc": { "start": { - "line": 609, + "line": 619, "column": 48 }, "end": { - "line": 609, + "line": 619, "column": 66 }, "identifierName": "playbackTimeUpdate" @@ -150244,15 +153712,15 @@ { "type": "CommentLine", "value": " setup recording engine", - "start": 23951, - "end": 23976, + "start": 24352, + "end": 24377, "loc": { "start": { - "line": 611, + "line": 621, "column": 8 }, "end": { - "line": 611, + "line": 621, "column": 33 } } @@ -150261,71 +153729,71 @@ }, { "type": "IfStatement", - "start": 23985, - "end": 29065, + "start": 24386, + "end": 29466, "loc": { "start": { - "line": 612, + "line": 622, "column": 8 }, "end": { - "line": 736, + "line": 746, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 23989, - "end": 24024, + "start": 24390, + "end": 24425, "loc": { "start": { - "line": 612, + "line": 622, "column": 12 }, "end": { - "line": 612, + "line": 622, "column": 47 } }, "left": { "type": "CallExpression", - "start": 23989, - "end": 24009, + "start": 24390, + "end": 24410, "loc": { "start": { - "line": 612, + "line": 622, "column": 12 }, "end": { - "line": 612, + "line": 622, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 23989, - "end": 24007, + "start": 24390, + "end": 24408, "loc": { "start": { - "line": 612, + "line": 622, "column": 12 }, "end": { - "line": 612, + "line": 622, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 23989, - "end": 23993, + "start": 24390, + "end": 24394, "loc": { "start": { - "line": 612, + "line": 622, "column": 12 }, "end": { - "line": 612, + "line": 622, "column": 16 } }, @@ -150333,15 +153801,15 @@ }, "property": { "type": "Identifier", - "start": 23994, - "end": 24007, + "start": 24395, + "end": 24408, "loc": { "start": { - "line": 612, + "line": 622, "column": 17 }, "end": { - "line": 612, + "line": 622, "column": 30 }, "identifierName": "getRecordType" @@ -150357,15 +153825,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 24014, - "end": 24024, + "start": 24415, + "end": 24425, "loc": { "start": { - "line": 612, + "line": 622, "column": 37 }, "end": { - "line": 612, + "line": 622, "column": 47 }, "identifierName": "IMAGE_ONLY" @@ -150376,100 +153844,100 @@ }, "consequent": { "type": "BlockStatement", - "start": 24026, - "end": 28743, + "start": 24427, + "end": 29144, "loc": { "start": { - "line": 612, + "line": 622, "column": 49 }, "end": { - "line": 727, + "line": 737, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 24118, - "end": 24344, + "start": 24519, + "end": 24745, "loc": { "start": { - "line": 614, + "line": 624, "column": 12 }, "end": { - "line": 617, + "line": 627, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 24122, - "end": 24198, + "start": 24523, + "end": 24599, "loc": { "start": { - "line": 614, + "line": 624, "column": 16 }, "end": { - "line": 614, + "line": 624, "column": 92 } }, "left": { "type": "BinaryExpression", - "start": 24122, - "end": 24157, + "start": 24523, + "end": 24558, "loc": { "start": { - "line": 614, + "line": 624, "column": 16 }, "end": { - "line": 614, + "line": 624, "column": 51 } }, "left": { "type": "CallExpression", - "start": 24122, - "end": 24142, + "start": 24523, + "end": 24543, "loc": { "start": { - "line": 614, + "line": 624, "column": 16 }, "end": { - "line": 614, + "line": 624, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 24122, - "end": 24140, + "start": 24523, + "end": 24541, "loc": { "start": { - "line": 614, + "line": 624, "column": 16 }, "end": { - "line": 614, + "line": 624, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 24122, - "end": 24126, + "start": 24523, + "end": 24527, "loc": { "start": { - "line": 614, + "line": 624, "column": 16 }, "end": { - "line": 614, + "line": 624, "column": 20 } }, @@ -150477,15 +153945,15 @@ }, "property": { "type": "Identifier", - "start": 24127, - "end": 24140, + "start": 24528, + "end": 24541, "loc": { "start": { - "line": 614, + "line": 624, "column": 21 }, "end": { - "line": 614, + "line": 624, "column": 34 }, "identifierName": "getRecordType" @@ -150501,15 +153969,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 24147, - "end": 24157, + "start": 24548, + "end": 24558, "loc": { "start": { - "line": 614, + "line": 624, "column": 41 }, "end": { - "line": 614, + "line": 624, "column": 51 }, "identifierName": "AUDIO_ONLY" @@ -150521,29 +153989,29 @@ "operator": "&&", "right": { "type": "CallExpression", - "start": 24161, - "end": 24198, + "start": 24562, + "end": 24599, "loc": { "start": { - "line": 614, + "line": 624, "column": 55 }, "end": { - "line": 614, + "line": 624, "column": 92 } }, "callee": { "type": "Identifier", - "start": 24161, - "end": 24180, + "start": 24562, + "end": 24581, "loc": { "start": { - "line": 614, + "line": 624, "column": 55 }, "end": { - "line": 614, + "line": 624, "column": 74 }, "identifierName": "isAudioPluginActive" @@ -150553,44 +154021,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 24181, - "end": 24197, + "start": 24582, + "end": 24598, "loc": { "start": { - "line": 614, + "line": 624, "column": 75 }, "end": { - "line": 614, + "line": 624, "column": 91 } }, "object": { "type": "ThisExpression", - "start": 24181, - "end": 24185, + "start": 24582, + "end": 24586, "loc": { "start": { - "line": 614, + "line": 624, "column": 75 }, "end": { - "line": 614, + "line": 624, "column": 79 } } }, "property": { "type": "Identifier", - "start": 24186, - "end": 24197, + "start": 24587, + "end": 24598, "loc": { "start": { - "line": 614, + "line": 624, "column": 80 }, "end": { - "line": 614, + "line": 624, "column": 91 }, "identifierName": "audioEngine" @@ -150605,58 +154073,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 24200, - "end": 24344, + "start": 24601, + "end": 24745, "loc": { "start": { - "line": 614, + "line": 624, "column": 94 }, "end": { - "line": 617, + "line": 627, "column": 13 } }, "body": [ { "type": "ThrowStatement", - "start": 24218, - "end": 24330, + "start": 24619, + "end": 24731, "loc": { "start": { - "line": 615, + "line": 625, "column": 16 }, "end": { - "line": 616, + "line": 626, "column": 62 } }, "argument": { "type": "NewExpression", - "start": 24224, - "end": 24329, + "start": 24625, + "end": 24730, "loc": { "start": { - "line": 615, + "line": 625, "column": 22 }, "end": { - "line": 616, + "line": 626, "column": 61 } }, "callee": { "type": "Identifier", - "start": 24228, - "end": 24233, + "start": 24629, + "end": 24634, "loc": { "start": { - "line": 615, + "line": 625, "column": 26 }, "end": { - "line": 615, + "line": 625, "column": 31 }, "identifierName": "Error" @@ -150666,43 +154134,43 @@ "arguments": [ { "type": "BinaryExpression", - "start": 24234, - "end": 24328, + "start": 24635, + "end": 24729, "loc": { "start": { - "line": 615, + "line": 625, "column": 32 }, "end": { - "line": 616, + "line": 626, "column": 60 } }, "left": { "type": "BinaryExpression", - "start": 24234, - "end": 24265, + "start": 24635, + "end": 24666, "loc": { "start": { - "line": 615, + "line": 625, "column": 32 }, "end": { - "line": 615, + "line": 625, "column": 63 } }, "left": { "type": "StringLiteral", - "start": 24234, - "end": 24246, + "start": 24635, + "end": 24647, "loc": { "start": { - "line": 615, + "line": 625, "column": 32 }, "end": { - "line": 615, + "line": 625, "column": 44 } }, @@ -150715,44 +154183,44 @@ "operator": "+", "right": { "type": "MemberExpression", - "start": 24249, - "end": 24265, + "start": 24650, + "end": 24666, "loc": { "start": { - "line": 615, + "line": 625, "column": 47 }, "end": { - "line": 615, + "line": 625, "column": 63 } }, "object": { "type": "ThisExpression", - "start": 24249, - "end": 24253, + "start": 24650, + "end": 24654, "loc": { "start": { - "line": 615, + "line": 625, "column": 47 }, "end": { - "line": 615, + "line": 625, "column": 51 } } }, "property": { "type": "Identifier", - "start": 24254, - "end": 24265, + "start": 24655, + "end": 24666, "loc": { "start": { - "line": 615, + "line": 625, "column": 52 }, "end": { - "line": 615, + "line": 625, "column": 63 }, "identifierName": "audioEngine" @@ -150765,15 +154233,15 @@ "operator": "+", "right": { "type": "StringLiteral", - "start": 24288, - "end": 24328, + "start": 24689, + "end": 24729, "loc": { "start": { - "line": 616, + "line": 626, "column": 20 }, "end": { - "line": 616, + "line": 626, "column": 60 } }, @@ -150796,15 +154264,15 @@ { "type": "CommentLine", "value": " currently record plugins are only supported in audio-only mode", - "start": 24040, - "end": 24105, + "start": 24441, + "end": 24506, "loc": { "start": { - "line": 613, + "line": 623, "column": 12 }, "end": { - "line": 613, + "line": 623, "column": 77 } } @@ -150814,15 +154282,15 @@ { "type": "CommentLine", "value": " load plugins, if any", - "start": 24358, - "end": 24381, + "start": 24759, + "end": 24782, "loc": { "start": { - "line": 619, + "line": 629, "column": 12 }, "end": { - "line": 619, + "line": 629, "column": 35 } } @@ -150831,44 +154299,44 @@ }, { "type": "VariableDeclaration", - "start": 24394, - "end": 24422, + "start": 24795, + "end": 24823, "loc": { "start": { - "line": 620, + "line": 630, "column": 12 }, "end": { - "line": 620, + "line": 630, "column": 40 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 24398, - "end": 24409, + "start": 24799, + "end": 24810, "loc": { "start": { - "line": 620, + "line": 630, "column": 16 }, "end": { - "line": 620, + "line": 630, "column": 27 } }, "id": { "type": "Identifier", - "start": 24398, - "end": 24409, + "start": 24799, + "end": 24810, "loc": { "start": { - "line": 620, + "line": 630, "column": 16 }, "end": { - "line": 620, + "line": 630, "column": 27 }, "identifierName": "EngineClass" @@ -150881,29 +154349,29 @@ }, { "type": "VariableDeclarator", - "start": 24411, - "end": 24421, + "start": 24812, + "end": 24822, "loc": { "start": { - "line": 620, + "line": 630, "column": 29 }, "end": { - "line": 620, + "line": 630, "column": 39 } }, "id": { "type": "Identifier", - "start": 24411, - "end": 24421, + "start": 24812, + "end": 24822, "loc": { "start": { - "line": 620, + "line": 630, "column": 29 }, "end": { - "line": 620, + "line": 630, "column": 39 }, "identifierName": "engineType" @@ -150918,15 +154386,15 @@ { "type": "CommentLine", "value": " load plugins, if any", - "start": 24358, - "end": 24381, + "start": 24759, + "end": 24782, "loc": { "start": { - "line": 619, + "line": 629, "column": 12 }, "end": { - "line": 619, + "line": 629, "column": 35 } } @@ -150935,72 +154403,72 @@ }, { "type": "SwitchStatement", - "start": 24435, - "end": 24970, + "start": 24836, + "end": 25371, "loc": { "start": { - "line": 621, + "line": 631, "column": 12 }, "end": { - "line": 632, + "line": 642, "column": 13 } }, "discriminant": { "type": "CallExpression", - "start": 24443, - "end": 24463, + "start": 24844, + "end": 24864, "loc": { "start": { - "line": 621, + "line": 631, "column": 20 }, "end": { - "line": 621, + "line": 631, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 24443, - "end": 24461, + "start": 24844, + "end": 24862, "loc": { "start": { - "line": 621, + "line": 631, "column": 20 }, "end": { - "line": 621, + "line": 631, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 24443, - "end": 24447, + "start": 24844, + "end": 24848, "loc": { "start": { - "line": 621, + "line": 631, "column": 20 }, "end": { - "line": 621, + "line": 631, "column": 24 } } }, "property": { "type": "Identifier", - "start": 24448, - "end": 24461, + "start": 24849, + "end": 24862, "loc": { "start": { - "line": 621, + "line": 631, "column": 25 }, "end": { - "line": 621, + "line": 631, "column": 38 }, "identifierName": "getRecordType" @@ -151014,59 +154482,59 @@ "cases": [ { "type": "SwitchCase", - "start": 24483, - "end": 24728, + "start": 24884, + "end": 25129, "loc": { "start": { - "line": 622, + "line": 632, "column": 16 }, "end": { - "line": 626, + "line": 636, "column": 26 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 24603, - "end": 24650, + "start": 25004, + "end": 25051, "loc": { "start": { - "line": 624, + "line": 634, "column": 20 }, "end": { - "line": 624, + "line": 634, "column": 67 } }, "expression": { "type": "AssignmentExpression", - "start": 24603, - "end": 24649, + "start": 25004, + "end": 25050, "loc": { "start": { - "line": 624, + "line": 634, "column": 20 }, "end": { - "line": 624, + "line": 634, "column": 66 } }, "operator": "=", "left": { "type": "Identifier", - "start": 24603, - "end": 24614, + "start": 25004, + "end": 25015, "loc": { "start": { - "line": 624, + "line": 634, "column": 20 }, "end": { - "line": 624, + "line": 634, "column": 31 }, "identifierName": "EngineClass" @@ -151076,29 +154544,29 @@ }, "right": { "type": "CallExpression", - "start": 24617, - "end": 24649, + "start": 25018, + "end": 25050, "loc": { "start": { - "line": 624, + "line": 634, "column": 34 }, "end": { - "line": 624, + "line": 634, "column": 66 } }, "callee": { "type": "Identifier", - "start": 24617, - "end": 24631, + "start": 25018, + "end": 25032, "loc": { "start": { - "line": 624, + "line": 634, "column": 34 }, "end": { - "line": 624, + "line": 634, "column": 48 }, "identifierName": "getAudioEngine" @@ -151108,44 +154576,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 24632, - "end": 24648, + "start": 25033, + "end": 25049, "loc": { "start": { - "line": 624, + "line": 634, "column": 49 }, "end": { - "line": 624, + "line": 634, "column": 65 } }, "object": { "type": "ThisExpression", - "start": 24632, - "end": 24636, + "start": 25033, + "end": 25037, "loc": { "start": { - "line": 624, + "line": 634, "column": 49 }, "end": { - "line": 624, + "line": 634, "column": 53 } } }, "property": { "type": "Identifier", - "start": 24637, - "end": 24648, + "start": 25038, + "end": 25049, "loc": { "start": { - "line": 624, + "line": 634, "column": 54 }, "end": { - "line": 624, + "line": 634, "column": 65 }, "identifierName": "audioEngine" @@ -151162,15 +154630,15 @@ { "type": "CommentLine", "value": " get audio plugin engine class (or default recordrtc engine)", - "start": 24520, - "end": 24582, + "start": 24921, + "end": 24983, "loc": { "start": { - "line": 623, + "line": 633, "column": 20 }, "end": { - "line": 623, + "line": 633, "column": 82 } } @@ -151179,44 +154647,44 @@ }, { "type": "ExpressionStatement", - "start": 24671, - "end": 24701, + "start": 25072, + "end": 25102, "loc": { "start": { - "line": 625, + "line": 635, "column": 20 }, "end": { - "line": 625, + "line": 635, "column": 50 } }, "expression": { "type": "AssignmentExpression", - "start": 24671, - "end": 24700, + "start": 25072, + "end": 25101, "loc": { "start": { - "line": 625, + "line": 635, "column": 20 }, "end": { - "line": 625, + "line": 635, "column": 49 } }, "operator": "=", "left": { "type": "Identifier", - "start": 24671, - "end": 24681, + "start": 25072, + "end": 25082, "loc": { "start": { - "line": 625, + "line": 635, "column": 20 }, "end": { - "line": 625, + "line": 635, "column": 30 }, "identifierName": "engineType" @@ -151225,44 +154693,44 @@ }, "right": { "type": "MemberExpression", - "start": 24684, - "end": 24700, + "start": 25085, + "end": 25101, "loc": { "start": { - "line": 625, + "line": 635, "column": 33 }, "end": { - "line": 625, + "line": 635, "column": 49 } }, "object": { "type": "ThisExpression", - "start": 24684, - "end": 24688, + "start": 25085, + "end": 25089, "loc": { "start": { - "line": 625, + "line": 635, "column": 33 }, "end": { - "line": 625, + "line": 635, "column": 37 } } }, "property": { "type": "Identifier", - "start": 24689, - "end": 24700, + "start": 25090, + "end": 25101, "loc": { "start": { - "line": 625, + "line": 635, "column": 38 }, "end": { - "line": 625, + "line": 635, "column": 49 }, "identifierName": "audioEngine" @@ -151275,15 +154743,15 @@ }, { "type": "BreakStatement", - "start": 24722, - "end": 24728, + "start": 25123, + "end": 25129, "loc": { "start": { - "line": 626, + "line": 636, "column": 20 }, "end": { - "line": 626, + "line": 636, "column": 26 } }, @@ -151292,15 +154760,15 @@ ], "test": { "type": "Identifier", - "start": 24488, - "end": 24498, + "start": 24889, + "end": 24899, "loc": { "start": { - "line": 622, + "line": 632, "column": 21 }, "end": { - "line": 622, + "line": 632, "column": 31 }, "identifierName": "AUDIO_ONLY" @@ -151310,59 +154778,59 @@ }, { "type": "SwitchCase", - "start": 24746, - "end": 24956, + "start": 25147, + "end": 25357, "loc": { "start": { - "line": 628, + "line": 638, "column": 16 }, "end": { - "line": 631, + "line": 641, "column": 50 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 24858, - "end": 24905, + "start": 25259, + "end": 25306, "loc": { "start": { - "line": 630, + "line": 640, "column": 20 }, "end": { - "line": 630, + "line": 640, "column": 67 } }, "expression": { "type": "AssignmentExpression", - "start": 24858, - "end": 24904, + "start": 25259, + "end": 25305, "loc": { "start": { - "line": 630, + "line": 640, "column": 20 }, "end": { - "line": 630, + "line": 640, "column": 66 } }, "operator": "=", "left": { "type": "Identifier", - "start": 24858, - "end": 24869, + "start": 25259, + "end": 25270, "loc": { "start": { - "line": 630, + "line": 640, "column": 20 }, "end": { - "line": 630, + "line": 640, "column": 31 }, "identifierName": "EngineClass" @@ -151372,29 +154840,29 @@ }, "right": { "type": "CallExpression", - "start": 24872, - "end": 24904, + "start": 25273, + "end": 25305, "loc": { "start": { - "line": 630, + "line": 640, "column": 34 }, "end": { - "line": 630, + "line": 640, "column": 66 } }, "callee": { "type": "Identifier", - "start": 24872, - "end": 24886, + "start": 25273, + "end": 25287, "loc": { "start": { - "line": 630, + "line": 640, "column": 34 }, "end": { - "line": 630, + "line": 640, "column": 48 }, "identifierName": "getVideoEngine" @@ -151404,44 +154872,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 24887, - "end": 24903, + "start": 25288, + "end": 25304, "loc": { "start": { - "line": 630, + "line": 640, "column": 49 }, "end": { - "line": 630, + "line": 640, "column": 65 } }, "object": { "type": "ThisExpression", - "start": 24887, - "end": 24891, + "start": 25288, + "end": 25292, "loc": { "start": { - "line": 630, + "line": 640, "column": 49 }, "end": { - "line": 630, + "line": 640, "column": 53 } } }, "property": { "type": "Identifier", - "start": 24892, - "end": 24903, + "start": 25293, + "end": 25304, "loc": { "start": { - "line": 630, + "line": 640, "column": 54 }, "end": { - "line": 630, + "line": 640, "column": 65 }, "identifierName": "videoEngine" @@ -151458,15 +154926,15 @@ { "type": "CommentLine", "value": " get video plugin engine class (or default recordrtc engine)", - "start": 24775, - "end": 24837, + "start": 25176, + "end": 25238, "loc": { "start": { - "line": 629, + "line": 639, "column": 20 }, "end": { - "line": 629, + "line": 639, "column": 82 } } @@ -151475,44 +154943,44 @@ }, { "type": "ExpressionStatement", - "start": 24926, - "end": 24956, + "start": 25327, + "end": 25357, "loc": { "start": { - "line": 631, + "line": 641, "column": 20 }, "end": { - "line": 631, + "line": 641, "column": 50 } }, "expression": { "type": "AssignmentExpression", - "start": 24926, - "end": 24955, + "start": 25327, + "end": 25356, "loc": { "start": { - "line": 631, + "line": 641, "column": 20 }, "end": { - "line": 631, + "line": 641, "column": 49 } }, "operator": "=", "left": { "type": "Identifier", - "start": 24926, - "end": 24936, + "start": 25327, + "end": 25337, "loc": { "start": { - "line": 631, + "line": 641, "column": 20 }, "end": { - "line": 631, + "line": 641, "column": 30 }, "identifierName": "engineType" @@ -151521,44 +154989,44 @@ }, "right": { "type": "MemberExpression", - "start": 24939, - "end": 24955, + "start": 25340, + "end": 25356, "loc": { "start": { - "line": 631, + "line": 641, "column": 33 }, "end": { - "line": 631, + "line": 641, "column": 49 } }, "object": { "type": "ThisExpression", - "start": 24939, - "end": 24943, + "start": 25340, + "end": 25344, "loc": { "start": { - "line": 631, + "line": 641, "column": 33 }, "end": { - "line": 631, + "line": 641, "column": 37 } } }, "property": { "type": "Identifier", - "start": 24944, - "end": 24955, + "start": 25345, + "end": 25356, "loc": { "start": { - "line": 631, + "line": 641, "column": 38 }, "end": { - "line": 631, + "line": 641, "column": 49 }, "identifierName": "videoEngine" @@ -151577,15 +155045,15 @@ { "type": "CommentLine", "value": " create recording engine", - "start": 24984, - "end": 25010, + "start": 25385, + "end": 25411, "loc": { "start": { - "line": 634, + "line": 644, "column": 12 }, "end": { - "line": 634, + "line": 644, "column": 38 } } @@ -151594,87 +155062,87 @@ }, { "type": "TryStatement", - "start": 25023, - "end": 25283, + "start": 25424, + "end": 25684, "loc": { "start": { - "line": 635, + "line": 645, "column": 12 }, "end": { - "line": 640, + "line": 650, "column": 13 } }, "block": { "type": "BlockStatement", - "start": 25027, - "end": 25178, + "start": 25428, + "end": 25579, "loc": { "start": { - "line": 635, + "line": 645, "column": 16 }, "end": { - "line": 638, + "line": 648, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 25099, - "end": 25164, + "start": 25500, + "end": 25565, "loc": { "start": { - "line": 637, + "line": 647, "column": 16 }, "end": { - "line": 637, + "line": 647, "column": 81 } }, "expression": { "type": "AssignmentExpression", - "start": 25099, - "end": 25163, + "start": 25500, + "end": 25564, "loc": { "start": { - "line": 637, + "line": 647, "column": 16 }, "end": { - "line": 637, + "line": 647, "column": 80 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 25099, - "end": 25110, + "start": 25500, + "end": 25511, "loc": { "start": { - "line": 637, + "line": 647, "column": 16 }, "end": { - "line": 637, + "line": 647, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 25099, - "end": 25103, + "start": 25500, + "end": 25504, "loc": { "start": { - "line": 637, + "line": 647, "column": 16 }, "end": { - "line": 637, + "line": 647, "column": 20 } }, @@ -151682,15 +155150,15 @@ }, "property": { "type": "Identifier", - "start": 25104, - "end": 25110, + "start": 25505, + "end": 25511, "loc": { "start": { - "line": 637, + "line": 647, "column": 21 }, "end": { - "line": 637, + "line": 647, "column": 27 }, "identifierName": "engine" @@ -151702,29 +155170,29 @@ }, "right": { "type": "NewExpression", - "start": 25113, - "end": 25163, + "start": 25514, + "end": 25564, "loc": { "start": { - "line": 637, + "line": 647, "column": 30 }, "end": { - "line": 637, + "line": 647, "column": 80 } }, "callee": { "type": "Identifier", - "start": 25117, - "end": 25128, + "start": 25518, + "end": 25529, "loc": { "start": { - "line": 637, + "line": 647, "column": 34 }, "end": { - "line": 637, + "line": 647, "column": 45 }, "identifierName": "EngineClass" @@ -151734,44 +155202,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 25129, - "end": 25140, + "start": 25530, + "end": 25541, "loc": { "start": { - "line": 637, + "line": 647, "column": 46 }, "end": { - "line": 637, + "line": 647, "column": 57 } }, "object": { "type": "ThisExpression", - "start": 25129, - "end": 25133, + "start": 25530, + "end": 25534, "loc": { "start": { - "line": 637, + "line": 647, "column": 46 }, "end": { - "line": 637, + "line": 647, "column": 50 } } }, "property": { "type": "Identifier", - "start": 25134, - "end": 25140, + "start": 25535, + "end": 25541, "loc": { "start": { - "line": 637, + "line": 647, "column": 51 }, "end": { - "line": 637, + "line": 647, "column": 57 }, "identifierName": "player" @@ -151782,58 +155250,58 @@ }, { "type": "MemberExpression", - "start": 25142, - "end": 25162, + "start": 25543, + "end": 25563, "loc": { "start": { - "line": 637, + "line": 647, "column": 59 }, "end": { - "line": 637, + "line": 647, "column": 79 } }, "object": { "type": "MemberExpression", - "start": 25142, - "end": 25153, + "start": 25543, + "end": 25554, "loc": { "start": { - "line": 637, + "line": 647, "column": 59 }, "end": { - "line": 637, + "line": 647, "column": 70 } }, "object": { "type": "ThisExpression", - "start": 25142, - "end": 25146, + "start": 25543, + "end": 25547, "loc": { "start": { - "line": 637, + "line": 647, "column": 59 }, "end": { - "line": 637, + "line": 647, "column": 63 } } }, "property": { "type": "Identifier", - "start": 25147, - "end": 25153, + "start": 25548, + "end": 25554, "loc": { "start": { - "line": 637, + "line": 647, "column": 64 }, "end": { - "line": 637, + "line": 647, "column": 70 }, "identifierName": "player" @@ -151844,15 +155312,15 @@ }, "property": { "type": "Identifier", - "start": 25154, - "end": 25162, + "start": 25555, + "end": 25563, "loc": { "start": { - "line": 637, + "line": 647, "column": 71 }, "end": { - "line": 637, + "line": 647, "column": 79 }, "identifierName": "options_" @@ -151869,15 +155337,15 @@ { "type": "CommentLine", "value": " connect stream to recording engine", - "start": 25045, - "end": 25082, + "start": 25446, + "end": 25483, "loc": { "start": { - "line": 636, + "line": 646, "column": 16 }, "end": { - "line": 636, + "line": 646, "column": 53 } } @@ -151890,29 +155358,29 @@ }, "handler": { "type": "CatchClause", - "start": 25179, - "end": 25283, + "start": 25580, + "end": 25684, "loc": { "start": { - "line": 638, + "line": 648, "column": 14 }, "end": { - "line": 640, + "line": 650, "column": 13 } }, "param": { "type": "Identifier", - "start": 25186, - "end": 25189, + "start": 25587, + "end": 25590, "loc": { "start": { - "line": 638, + "line": 648, "column": 21 }, "end": { - "line": 638, + "line": 648, "column": 24 }, "identifierName": "err" @@ -151921,58 +155389,58 @@ }, "body": { "type": "BlockStatement", - "start": 25191, - "end": 25283, + "start": 25592, + "end": 25684, "loc": { "start": { - "line": 638, + "line": 648, "column": 26 }, "end": { - "line": 640, + "line": 650, "column": 13 } }, "body": [ { "type": "ThrowStatement", - "start": 25209, - "end": 25269, + "start": 25610, + "end": 25670, "loc": { "start": { - "line": 639, + "line": 649, "column": 16 }, "end": { - "line": 639, + "line": 649, "column": 76 } }, "argument": { "type": "NewExpression", - "start": 25215, - "end": 25268, + "start": 25616, + "end": 25669, "loc": { "start": { - "line": 639, + "line": 649, "column": 22 }, "end": { - "line": 639, + "line": 649, "column": 75 } }, "callee": { "type": "Identifier", - "start": 25219, - "end": 25224, + "start": 25620, + "end": 25625, "loc": { "start": { - "line": 639, + "line": 649, "column": 26 }, "end": { - "line": 639, + "line": 649, "column": 31 }, "identifierName": "Error" @@ -151982,43 +155450,43 @@ "arguments": [ { "type": "BinaryExpression", - "start": 25225, - "end": 25267, + "start": 25626, + "end": 25668, "loc": { "start": { - "line": 639, + "line": 649, "column": 32 }, "end": { - "line": 639, + "line": 649, "column": 74 } }, "left": { "type": "BinaryExpression", - "start": 25225, - "end": 25255, + "start": 25626, + "end": 25656, "loc": { "start": { - "line": 639, + "line": 649, "column": 32 }, "end": { - "line": 639, + "line": 649, "column": 62 } }, "left": { "type": "StringLiteral", - "start": 25225, - "end": 25242, + "start": 25626, + "end": 25643, "loc": { "start": { - "line": 639, + "line": 649, "column": 32 }, "end": { - "line": 639, + "line": 649, "column": 49 } }, @@ -152031,15 +155499,15 @@ "operator": "+", "right": { "type": "Identifier", - "start": 25245, - "end": 25255, + "start": 25646, + "end": 25656, "loc": { "start": { - "line": 639, + "line": 649, "column": 52 }, "end": { - "line": 639, + "line": 649, "column": 62 }, "identifierName": "engineType" @@ -152050,15 +155518,15 @@ "operator": "+", "right": { "type": "StringLiteral", - "start": 25258, - "end": 25267, + "start": 25659, + "end": 25668, "loc": { "start": { - "line": 639, + "line": 649, "column": 65 }, "end": { - "line": 639, + "line": 649, "column": 74 } }, @@ -152084,15 +155552,15 @@ { "type": "CommentLine", "value": " create recording engine", - "start": 24984, - "end": 25010, + "start": 25385, + "end": 25411, "loc": { "start": { - "line": 634, + "line": 644, "column": 12 }, "end": { - "line": 634, + "line": 644, "column": 38 } } @@ -152102,15 +155570,15 @@ { "type": "CommentLine", "value": " listen for events", - "start": 25297, - "end": 25317, + "start": 25698, + "end": 25718, "loc": { "start": { - "line": 642, + "line": 652, "column": 12 }, "end": { - "line": 642, + "line": 652, "column": 32 } } @@ -152119,71 +155587,71 @@ }, { "type": "ExpressionStatement", - "start": 25330, - "end": 25393, + "start": 25731, + "end": 25794, "loc": { "start": { - "line": 643, + "line": 653, "column": 12 }, "end": { - "line": 643, + "line": 653, "column": 75 } }, "expression": { "type": "CallExpression", - "start": 25330, - "end": 25392, + "start": 25731, + "end": 25793, "loc": { "start": { - "line": 643, + "line": 653, "column": 12 }, "end": { - "line": 643, + "line": 653, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 25330, - "end": 25344, + "start": 25731, + "end": 25745, "loc": { "start": { - "line": 643, + "line": 653, "column": 12 }, "end": { - "line": 643, + "line": 653, "column": 26 } }, "object": { "type": "MemberExpression", - "start": 25330, - "end": 25341, + "start": 25731, + "end": 25742, "loc": { "start": { - "line": 643, + "line": 653, "column": 12 }, "end": { - "line": 643, + "line": 653, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 25330, - "end": 25334, + "start": 25731, + "end": 25735, "loc": { "start": { - "line": 643, + "line": 653, "column": 12 }, "end": { - "line": 643, + "line": 653, "column": 16 } }, @@ -152191,15 +155659,15 @@ }, "property": { "type": "Identifier", - "start": 25335, - "end": 25341, + "start": 25736, + "end": 25742, "loc": { "start": { - "line": 643, + "line": 653, "column": 17 }, "end": { - "line": 643, + "line": 653, "column": 23 }, "identifierName": "engine" @@ -152211,15 +155679,15 @@ }, "property": { "type": "Identifier", - "start": 25342, - "end": 25344, + "start": 25743, + "end": 25745, "loc": { "start": { - "line": 643, + "line": 653, "column": 24 }, "end": { - "line": 643, + "line": 653, "column": 26 }, "identifierName": "on" @@ -152232,29 +155700,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 25345, - "end": 25366, + "start": 25746, + "end": 25767, "loc": { "start": { - "line": 643, + "line": 653, "column": 27 }, "end": { - "line": 643, + "line": 653, "column": 48 } }, "object": { "type": "Identifier", - "start": 25345, - "end": 25350, + "start": 25746, + "end": 25751, "loc": { "start": { - "line": 643, + "line": 653, "column": 27 }, "end": { - "line": 643, + "line": 653, "column": 32 }, "identifierName": "Event" @@ -152263,15 +155731,15 @@ }, "property": { "type": "Identifier", - "start": 25351, - "end": 25366, + "start": 25752, + "end": 25767, "loc": { "start": { - "line": 643, + "line": 653, "column": 33 }, "end": { - "line": 643, + "line": 653, "column": 48 }, "identifierName": "RECORD_COMPLETE" @@ -152282,44 +155750,44 @@ }, { "type": "MemberExpression", - "start": 25368, - "end": 25391, + "start": 25769, + "end": 25792, "loc": { "start": { - "line": 643, + "line": 653, "column": 50 }, "end": { - "line": 643, + "line": 653, "column": 73 } }, "object": { "type": "ThisExpression", - "start": 25368, - "end": 25372, + "start": 25769, + "end": 25773, "loc": { "start": { - "line": 643, + "line": 653, "column": 50 }, "end": { - "line": 643, + "line": 653, "column": 54 } } }, "property": { "type": "Identifier", - "start": 25373, - "end": 25391, + "start": 25774, + "end": 25792, "loc": { "start": { - "line": 643, + "line": 653, "column": 55 }, "end": { - "line": 643, + "line": 653, "column": 73 }, "identifierName": "engineStopCallback" @@ -152335,15 +155803,15 @@ { "type": "CommentLine", "value": " listen for events", - "start": 25297, - "end": 25317, + "start": 25698, + "end": 25718, "loc": { "start": { - "line": 642, + "line": 652, "column": 12 }, "end": { - "line": 642, + "line": 652, "column": 32 } } @@ -152353,15 +155821,15 @@ { "type": "CommentLine", "value": " audio settings", - "start": 25407, - "end": 25424, + "start": 25808, + "end": 25825, "loc": { "start": { - "line": 645, + "line": 655, "column": 12 }, "end": { - "line": 645, + "line": 655, "column": 29 } } @@ -152370,72 +155838,72 @@ }, { "type": "ExpressionStatement", - "start": 25437, - "end": 25483, + "start": 25838, + "end": 25884, "loc": { "start": { - "line": 646, + "line": 656, "column": 12 }, "end": { - "line": 646, + "line": 656, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 25437, - "end": 25482, + "start": 25838, + "end": 25883, "loc": { "start": { - "line": 646, + "line": 656, "column": 12 }, "end": { - "line": 646, + "line": 656, "column": 57 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 25437, - "end": 25459, + "start": 25838, + "end": 25860, "loc": { "start": { - "line": 646, + "line": 656, "column": 12 }, "end": { - "line": 646, + "line": 656, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 25437, - "end": 25448, + "start": 25838, + "end": 25849, "loc": { "start": { - "line": 646, + "line": 656, "column": 12 }, "end": { - "line": 646, + "line": 656, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 25437, - "end": 25441, + "start": 25838, + "end": 25842, "loc": { "start": { - "line": 646, + "line": 656, "column": 12 }, "end": { - "line": 646, + "line": 656, "column": 16 } }, @@ -152443,15 +155911,15 @@ }, "property": { "type": "Identifier", - "start": 25442, - "end": 25448, + "start": 25843, + "end": 25849, "loc": { "start": { - "line": 646, + "line": 656, "column": 17 }, "end": { - "line": 646, + "line": 656, "column": 23 }, "identifierName": "engine" @@ -152463,15 +155931,15 @@ }, "property": { "type": "Identifier", - "start": 25449, - "end": 25459, + "start": 25850, + "end": 25860, "loc": { "start": { - "line": 646, + "line": 656, "column": 24 }, "end": { - "line": 646, + "line": 656, "column": 34 }, "identifierName": "bufferSize" @@ -152483,44 +155951,44 @@ }, "right": { "type": "MemberExpression", - "start": 25462, - "end": 25482, + "start": 25863, + "end": 25883, "loc": { "start": { - "line": 646, + "line": 656, "column": 37 }, "end": { - "line": 646, + "line": 656, "column": 57 } }, "object": { "type": "ThisExpression", - "start": 25462, - "end": 25466, + "start": 25863, + "end": 25867, "loc": { "start": { - "line": 646, + "line": 656, "column": 37 }, "end": { - "line": 646, + "line": 656, "column": 41 } } }, "property": { "type": "Identifier", - "start": 25467, - "end": 25482, + "start": 25868, + "end": 25883, "loc": { "start": { - "line": 646, + "line": 656, "column": 42 }, "end": { - "line": 646, + "line": 656, "column": 57 }, "identifierName": "audioBufferSize" @@ -152535,15 +156003,15 @@ { "type": "CommentLine", "value": " audio settings", - "start": 25407, - "end": 25424, + "start": 25808, + "end": 25825, "loc": { "start": { - "line": 645, + "line": 655, "column": 12 }, "end": { - "line": 645, + "line": 655, "column": 29 } } @@ -152552,87 +156020,87 @@ }, { "type": "ExpressionStatement", - "start": 25496, - "end": 25542, + "start": 25897, + "end": 25943, "loc": { "start": { - "line": 647, + "line": 657, "column": 12 }, "end": { - "line": 647, + "line": 657, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 25496, - "end": 25541, + "start": 25897, + "end": 25942, "loc": { "start": { - "line": 647, + "line": 657, "column": 12 }, "end": { - "line": 647, + "line": 657, "column": 57 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 25496, - "end": 25518, + "start": 25897, + "end": 25919, "loc": { "start": { - "line": 647, + "line": 657, "column": 12 }, "end": { - "line": 647, + "line": 657, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 25496, - "end": 25507, + "start": 25897, + "end": 25908, "loc": { "start": { - "line": 647, + "line": 657, "column": 12 }, "end": { - "line": 647, + "line": 657, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 25496, - "end": 25500, + "start": 25897, + "end": 25901, "loc": { "start": { - "line": 647, + "line": 657, "column": 12 }, "end": { - "line": 647, + "line": 657, "column": 16 } } }, "property": { "type": "Identifier", - "start": 25501, - "end": 25507, + "start": 25902, + "end": 25908, "loc": { "start": { - "line": 647, + "line": 657, "column": 17 }, "end": { - "line": 647, + "line": 657, "column": 23 }, "identifierName": "engine" @@ -152643,15 +156111,15 @@ }, "property": { "type": "Identifier", - "start": 25508, - "end": 25518, + "start": 25909, + "end": 25919, "loc": { "start": { - "line": 647, + "line": 657, "column": 24 }, "end": { - "line": 647, + "line": 657, "column": 34 }, "identifierName": "sampleRate" @@ -152662,44 +156130,44 @@ }, "right": { "type": "MemberExpression", - "start": 25521, - "end": 25541, + "start": 25922, + "end": 25942, "loc": { "start": { - "line": 647, + "line": 657, "column": 37 }, "end": { - "line": 647, + "line": 657, "column": 57 } }, "object": { "type": "ThisExpression", - "start": 25521, - "end": 25525, + "start": 25922, + "end": 25926, "loc": { "start": { - "line": 647, + "line": 657, "column": 37 }, "end": { - "line": 647, + "line": 657, "column": 41 } } }, "property": { "type": "Identifier", - "start": 25526, - "end": 25541, + "start": 25927, + "end": 25942, "loc": { "start": { - "line": 647, + "line": 657, "column": 42 }, "end": { - "line": 647, + "line": 657, "column": 57 }, "identifierName": "audioSampleRate" @@ -152712,87 +156180,87 @@ }, { "type": "ExpressionStatement", - "start": 25555, - "end": 25595, + "start": 25956, + "end": 25996, "loc": { "start": { - "line": 648, + "line": 658, "column": 12 }, "end": { - "line": 648, + "line": 658, "column": 52 } }, "expression": { "type": "AssignmentExpression", - "start": 25555, - "end": 25594, + "start": 25956, + "end": 25995, "loc": { "start": { - "line": 648, + "line": 658, "column": 12 }, "end": { - "line": 648, + "line": 658, "column": 51 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 25555, - "end": 25574, + "start": 25956, + "end": 25975, "loc": { "start": { - "line": 648, + "line": 658, "column": 12 }, "end": { - "line": 648, + "line": 658, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 25555, - "end": 25566, + "start": 25956, + "end": 25967, "loc": { "start": { - "line": 648, + "line": 658, "column": 12 }, "end": { - "line": 648, + "line": 658, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 25555, - "end": 25559, + "start": 25956, + "end": 25960, "loc": { "start": { - "line": 648, + "line": 658, "column": 12 }, "end": { - "line": 648, + "line": 658, "column": 16 } } }, "property": { "type": "Identifier", - "start": 25560, - "end": 25566, + "start": 25961, + "end": 25967, "loc": { "start": { - "line": 648, + "line": 658, "column": 17 }, "end": { - "line": 648, + "line": 658, "column": 23 }, "identifierName": "engine" @@ -152803,15 +156271,15 @@ }, "property": { "type": "Identifier", - "start": 25567, - "end": 25574, + "start": 25968, + "end": 25975, "loc": { "start": { - "line": 648, + "line": 658, "column": 24 }, "end": { - "line": 648, + "line": 658, "column": 31 }, "identifierName": "bitRate" @@ -152822,44 +156290,44 @@ }, "right": { "type": "MemberExpression", - "start": 25577, - "end": 25594, + "start": 25978, + "end": 25995, "loc": { "start": { - "line": 648, + "line": 658, "column": 34 }, "end": { - "line": 648, + "line": 658, "column": 51 } }, "object": { "type": "ThisExpression", - "start": 25577, - "end": 25581, + "start": 25978, + "end": 25982, "loc": { "start": { - "line": 648, + "line": 658, "column": 34 }, "end": { - "line": 648, + "line": 658, "column": 38 } } }, "property": { "type": "Identifier", - "start": 25582, - "end": 25594, + "start": 25983, + "end": 25995, "loc": { "start": { - "line": 648, + "line": 658, "column": 39 }, "end": { - "line": 648, + "line": 658, "column": 51 }, "identifierName": "audioBitRate" @@ -152872,87 +156340,87 @@ }, { "type": "ExpressionStatement", - "start": 25608, - "end": 25655, + "start": 26009, + "end": 26056, "loc": { "start": { - "line": 649, + "line": 659, "column": 12 }, "end": { - "line": 649, + "line": 659, "column": 59 } }, "expression": { "type": "AssignmentExpression", - "start": 25608, - "end": 25654, + "start": 26009, + "end": 26055, "loc": { "start": { - "line": 649, + "line": 659, "column": 12 }, "end": { - "line": 649, + "line": 659, "column": 58 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 25608, - "end": 25633, + "start": 26009, + "end": 26034, "loc": { "start": { - "line": 649, + "line": 659, "column": 12 }, "end": { - "line": 649, + "line": 659, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 25608, - "end": 25619, + "start": 26009, + "end": 26020, "loc": { "start": { - "line": 649, + "line": 659, "column": 12 }, "end": { - "line": 649, + "line": 659, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 25608, - "end": 25612, + "start": 26009, + "end": 26013, "loc": { "start": { - "line": 649, + "line": 659, "column": 12 }, "end": { - "line": 649, + "line": 659, "column": 16 } } }, "property": { "type": "Identifier", - "start": 25613, - "end": 25619, + "start": 26014, + "end": 26020, "loc": { "start": { - "line": 649, + "line": 659, "column": 17 }, "end": { - "line": 649, + "line": 659, "column": 23 }, "identifierName": "engine" @@ -152963,15 +156431,15 @@ }, "property": { "type": "Identifier", - "start": 25620, - "end": 25633, + "start": 26021, + "end": 26034, "loc": { "start": { - "line": 649, + "line": 659, "column": 24 }, "end": { - "line": 649, + "line": 659, "column": 37 }, "identifierName": "audioChannels" @@ -152982,44 +156450,44 @@ }, "right": { "type": "MemberExpression", - "start": 25636, - "end": 25654, + "start": 26037, + "end": 26055, "loc": { "start": { - "line": 649, + "line": 659, "column": 40 }, "end": { - "line": 649, + "line": 659, "column": 58 } }, "object": { "type": "ThisExpression", - "start": 25636, - "end": 25640, + "start": 26037, + "end": 26041, "loc": { "start": { - "line": 649, + "line": 659, "column": 40 }, "end": { - "line": 649, + "line": 659, "column": 44 } } }, "property": { "type": "Identifier", - "start": 25641, - "end": 25654, + "start": 26042, + "end": 26055, "loc": { "start": { - "line": 649, + "line": 659, "column": 45 }, "end": { - "line": 649, + "line": 659, "column": 58 }, "identifierName": "audioChannels" @@ -153032,87 +156500,87 @@ }, { "type": "ExpressionStatement", - "start": 25668, - "end": 25717, + "start": 26069, + "end": 26118, "loc": { "start": { - "line": 650, + "line": 660, "column": 12 }, "end": { - "line": 650, + "line": 660, "column": 61 } }, "expression": { "type": "AssignmentExpression", - "start": 25668, - "end": 25716, + "start": 26069, + "end": 26117, "loc": { "start": { - "line": 650, + "line": 660, "column": 12 }, "end": { - "line": 650, + "line": 660, "column": 60 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 25668, - "end": 25694, + "start": 26069, + "end": 26095, "loc": { "start": { - "line": 650, + "line": 660, "column": 12 }, "end": { - "line": 650, + "line": 660, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 25668, - "end": 25679, + "start": 26069, + "end": 26080, "loc": { "start": { - "line": 650, + "line": 660, "column": 12 }, "end": { - "line": 650, + "line": 660, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 25668, - "end": 25672, + "start": 26069, + "end": 26073, "loc": { "start": { - "line": 650, + "line": 660, "column": 12 }, "end": { - "line": 650, + "line": 660, "column": 16 } } }, "property": { "type": "Identifier", - "start": 25673, - "end": 25679, + "start": 26074, + "end": 26080, "loc": { "start": { - "line": 650, + "line": 660, "column": 17 }, "end": { - "line": 650, + "line": 660, "column": 23 }, "identifierName": "engine" @@ -153123,15 +156591,15 @@ }, "property": { "type": "Identifier", - "start": 25680, - "end": 25694, + "start": 26081, + "end": 26095, "loc": { "start": { - "line": 650, + "line": 660, "column": 24 }, "end": { - "line": 650, + "line": 660, "column": 38 }, "identifierName": "audioWorkerURL" @@ -153142,44 +156610,44 @@ }, "right": { "type": "MemberExpression", - "start": 25697, - "end": 25716, + "start": 26098, + "end": 26117, "loc": { "start": { - "line": 650, + "line": 660, "column": 41 }, "end": { - "line": 650, + "line": 660, "column": 60 } }, "object": { "type": "ThisExpression", - "start": 25697, - "end": 25701, + "start": 26098, + "end": 26102, "loc": { "start": { - "line": 650, + "line": 660, "column": 41 }, "end": { - "line": 650, + "line": 660, "column": 45 } } }, "property": { "type": "Identifier", - "start": 25702, - "end": 25716, + "start": 26103, + "end": 26117, "loc": { "start": { - "line": 650, + "line": 660, "column": 46 }, "end": { - "line": 650, + "line": 660, "column": 60 }, "identifierName": "audioWorkerURL" @@ -153192,87 +156660,87 @@ }, { "type": "ExpressionStatement", - "start": 25730, - "end": 25789, + "start": 26131, + "end": 26190, "loc": { "start": { - "line": 651, + "line": 661, "column": 12 }, "end": { - "line": 651, + "line": 661, "column": 71 } }, "expression": { "type": "AssignmentExpression", - "start": 25730, - "end": 25788, + "start": 26131, + "end": 26189, "loc": { "start": { - "line": 651, + "line": 661, "column": 12 }, "end": { - "line": 651, + "line": 661, "column": 70 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 25730, - "end": 25761, + "start": 26131, + "end": 26162, "loc": { "start": { - "line": 651, + "line": 661, "column": 12 }, "end": { - "line": 651, + "line": 661, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 25730, - "end": 25741, + "start": 26131, + "end": 26142, "loc": { "start": { - "line": 651, + "line": 661, "column": 12 }, "end": { - "line": 651, + "line": 661, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 25730, - "end": 25734, + "start": 26131, + "end": 26135, "loc": { "start": { - "line": 651, + "line": 661, "column": 12 }, "end": { - "line": 651, + "line": 661, "column": 16 } } }, "property": { "type": "Identifier", - "start": 25735, - "end": 25741, + "start": 26136, + "end": 26142, "loc": { "start": { - "line": 651, + "line": 661, "column": 17 }, "end": { - "line": 651, + "line": 661, "column": 23 }, "identifierName": "engine" @@ -153283,15 +156751,15 @@ }, "property": { "type": "Identifier", - "start": 25742, - "end": 25761, + "start": 26143, + "end": 26162, "loc": { "start": { - "line": 651, + "line": 661, "column": 24 }, "end": { - "line": 651, + "line": 661, "column": 43 }, "identifierName": "audioWebAssemblyURL" @@ -153302,44 +156770,44 @@ }, "right": { "type": "MemberExpression", - "start": 25764, - "end": 25788, + "start": 26165, + "end": 26189, "loc": { "start": { - "line": 651, + "line": 661, "column": 46 }, "end": { - "line": 651, + "line": 661, "column": 70 } }, "object": { "type": "ThisExpression", - "start": 25764, - "end": 25768, + "start": 26165, + "end": 26169, "loc": { "start": { - "line": 651, + "line": 661, "column": 46 }, "end": { - "line": 651, + "line": 661, "column": 50 } } }, "property": { "type": "Identifier", - "start": 25769, - "end": 25788, + "start": 26170, + "end": 26189, "loc": { "start": { - "line": 651, + "line": 661, "column": 51 }, "end": { - "line": 651, + "line": 661, "column": 70 }, "identifierName": "audioWebAssemblyURL" @@ -153353,15 +156821,15 @@ { "type": "CommentLine", "value": " mime type", - "start": 25803, - "end": 25815, + "start": 26204, + "end": 26216, "loc": { "start": { - "line": 653, + "line": 663, "column": 12 }, "end": { - "line": 653, + "line": 663, "column": 24 } } @@ -153370,72 +156838,72 @@ }, { "type": "ExpressionStatement", - "start": 25828, - "end": 25943, + "start": 26229, + "end": 26344, "loc": { "start": { - "line": 654, + "line": 664, "column": 12 }, "end": { - "line": 657, + "line": 667, "column": 14 } }, "expression": { "type": "AssignmentExpression", - "start": 25828, - "end": 25942, + "start": 26229, + "end": 26343, "loc": { "start": { - "line": 654, + "line": 664, "column": 12 }, "end": { - "line": 657, + "line": 667, "column": 13 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 25828, - "end": 25848, + "start": 26229, + "end": 26249, "loc": { "start": { - "line": 654, + "line": 664, "column": 12 }, "end": { - "line": 654, + "line": 664, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 25828, - "end": 25839, + "start": 26229, + "end": 26240, "loc": { "start": { - "line": 654, + "line": 664, "column": 12 }, "end": { - "line": 654, + "line": 664, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 25828, - "end": 25832, + "start": 26229, + "end": 26233, "loc": { "start": { - "line": 654, + "line": 664, "column": 12 }, "end": { - "line": 654, + "line": 664, "column": 16 } }, @@ -153443,15 +156911,15 @@ }, "property": { "type": "Identifier", - "start": 25833, - "end": 25839, + "start": 26234, + "end": 26240, "loc": { "start": { - "line": 654, + "line": 664, "column": 17 }, "end": { - "line": 654, + "line": 664, "column": 23 }, "identifierName": "engine" @@ -153463,15 +156931,15 @@ }, "property": { "type": "Identifier", - "start": 25840, - "end": 25848, + "start": 26241, + "end": 26249, "loc": { "start": { - "line": 654, + "line": 664, "column": 24 }, "end": { - "line": 654, + "line": 664, "column": 32 }, "identifierName": "mimeType" @@ -153483,30 +156951,30 @@ }, "right": { "type": "ObjectExpression", - "start": 25851, - "end": 25942, + "start": 26252, + "end": 26343, "loc": { "start": { - "line": 654, + "line": 664, "column": 35 }, "end": { - "line": 657, + "line": 667, "column": 13 } }, "properties": [ { "type": "ObjectProperty", - "start": 25869, - "end": 25894, + "start": 26270, + "end": 26295, "loc": { "start": { - "line": 655, + "line": 665, "column": 16 }, "end": { - "line": 655, + "line": 665, "column": 41 } }, @@ -153515,15 +156983,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 25869, - "end": 25874, + "start": 26270, + "end": 26275, "loc": { "start": { - "line": 655, + "line": 665, "column": 16 }, "end": { - "line": 655, + "line": 665, "column": 21 }, "identifierName": "video" @@ -153532,44 +157000,44 @@ }, "value": { "type": "MemberExpression", - "start": 25876, - "end": 25894, + "start": 26277, + "end": 26295, "loc": { "start": { - "line": 655, + "line": 665, "column": 23 }, "end": { - "line": 655, + "line": 665, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 25876, - "end": 25880, + "start": 26277, + "end": 26281, "loc": { "start": { - "line": 655, + "line": 665, "column": 23 }, "end": { - "line": 655, + "line": 665, "column": 27 } } }, "property": { "type": "Identifier", - "start": 25881, - "end": 25894, + "start": 26282, + "end": 26295, "loc": { "start": { - "line": 655, + "line": 665, "column": 28 }, "end": { - "line": 655, + "line": 665, "column": 41 }, "identifierName": "videoMimeType" @@ -153581,15 +157049,15 @@ }, { "type": "ObjectProperty", - "start": 25912, - "end": 25928, + "start": 26313, + "end": 26329, "loc": { "start": { - "line": 656, + "line": 666, "column": 16 }, "end": { - "line": 656, + "line": 666, "column": 32 } }, @@ -153598,15 +157066,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 25912, - "end": 25915, + "start": 26313, + "end": 26316, "loc": { "start": { - "line": 656, + "line": 666, "column": 16 }, "end": { - "line": 656, + "line": 666, "column": 19 }, "identifierName": "gif" @@ -153615,15 +157083,15 @@ }, "value": { "type": "StringLiteral", - "start": 25917, - "end": 25928, + "start": 26318, + "end": 26329, "loc": { "start": { - "line": 656, + "line": 666, "column": 21 }, "end": { - "line": 656, + "line": 666, "column": 32 } }, @@ -153642,15 +157110,15 @@ { "type": "CommentLine", "value": " mime type", - "start": 25803, - "end": 25815, + "start": 26204, + "end": 26216, "loc": { "start": { - "line": 653, + "line": 663, "column": 12 }, "end": { - "line": 653, + "line": 663, "column": 24 } } @@ -153659,86 +157127,86 @@ }, { "type": "IfStatement", - "start": 25956, - "end": 26116, + "start": 26357, + "end": 26517, "loc": { "start": { - "line": 658, + "line": 668, "column": 12 }, "end": { - "line": 661, + "line": 671, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 25960, - "end": 26034, + "start": 26361, + "end": 26435, "loc": { "start": { - "line": 658, + "line": 668, "column": 16 }, "end": { - "line": 659, + "line": 669, "column": 43 } }, "left": { "type": "BinaryExpression", - "start": 25960, - "end": 25987, + "start": 26361, + "end": 26388, "loc": { "start": { - "line": 658, + "line": 668, "column": 16 }, "end": { - "line": 658, + "line": 668, "column": 43 } }, "left": { "type": "MemberExpression", - "start": 25960, - "end": 25978, + "start": 26361, + "end": 26379, "loc": { "start": { - "line": 658, + "line": 668, "column": 16 }, "end": { - "line": 658, + "line": 668, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 25960, - "end": 25964, + "start": 26361, + "end": 26365, "loc": { "start": { - "line": 658, + "line": 668, "column": 16 }, "end": { - "line": 658, + "line": 668, "column": 20 } } }, "property": { "type": "Identifier", - "start": 25965, - "end": 25978, + "start": 26366, + "end": 26379, "loc": { "start": { - "line": 658, + "line": 668, "column": 21 }, "end": { - "line": 658, + "line": 668, "column": 34 }, "identifierName": "audioMimeType" @@ -153750,15 +157218,15 @@ "operator": "!==", "right": { "type": "NullLiteral", - "start": 25983, - "end": 25987, + "start": 26384, + "end": 26388, "loc": { "start": { - "line": 658, + "line": 668, "column": 39 }, "end": { - "line": 658, + "line": 668, "column": 43 } } @@ -153767,58 +157235,58 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 26007, - "end": 26034, + "start": 26408, + "end": 26435, "loc": { "start": { - "line": 659, + "line": 669, "column": 16 }, "end": { - "line": 659, + "line": 669, "column": 43 } }, "left": { "type": "MemberExpression", - "start": 26007, - "end": 26025, + "start": 26408, + "end": 26426, "loc": { "start": { - "line": 659, + "line": 669, "column": 16 }, "end": { - "line": 659, + "line": 669, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 26007, - "end": 26011, + "start": 26408, + "end": 26412, "loc": { "start": { - "line": 659, + "line": 669, "column": 16 }, "end": { - "line": 659, + "line": 669, "column": 20 } } }, "property": { "type": "Identifier", - "start": 26012, - "end": 26025, + "start": 26413, + "end": 26426, "loc": { "start": { - "line": 659, + "line": 669, "column": 21 }, "end": { - "line": 659, + "line": 669, "column": 34 }, "identifierName": "audioMimeType" @@ -153830,15 +157298,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 26030, - "end": 26034, + "start": 26431, + "end": 26435, "loc": { "start": { - "line": 659, + "line": 669, "column": 39 }, "end": { - "line": 659, + "line": 669, "column": 43 }, "identifierName": "AUTO" @@ -153849,116 +157317,116 @@ }, "consequent": { "type": "BlockStatement", - "start": 26036, - "end": 26116, + "start": 26437, + "end": 26517, "loc": { "start": { - "line": 659, + "line": 669, "column": 45 }, "end": { - "line": 661, + "line": 671, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 26054, - "end": 26102, + "start": 26455, + "end": 26503, "loc": { "start": { - "line": 660, + "line": 670, "column": 16 }, "end": { - "line": 660, + "line": 670, "column": 64 } }, "expression": { "type": "AssignmentExpression", - "start": 26054, - "end": 26101, + "start": 26455, + "end": 26502, "loc": { "start": { - "line": 660, + "line": 670, "column": 16 }, "end": { - "line": 660, + "line": 670, "column": 63 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 26054, - "end": 26080, + "start": 26455, + "end": 26481, "loc": { "start": { - "line": 660, + "line": 670, "column": 16 }, "end": { - "line": 660, + "line": 670, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 26054, - "end": 26074, + "start": 26455, + "end": 26475, "loc": { "start": { - "line": 660, + "line": 670, "column": 16 }, "end": { - "line": 660, + "line": 670, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 26054, - "end": 26065, + "start": 26455, + "end": 26466, "loc": { "start": { - "line": 660, + "line": 670, "column": 16 }, "end": { - "line": 660, + "line": 670, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 26054, - "end": 26058, + "start": 26455, + "end": 26459, "loc": { "start": { - "line": 660, + "line": 670, "column": 16 }, "end": { - "line": 660, + "line": 670, "column": 20 } } }, "property": { "type": "Identifier", - "start": 26059, - "end": 26065, + "start": 26460, + "end": 26466, "loc": { "start": { - "line": 660, + "line": 670, "column": 21 }, "end": { - "line": 660, + "line": 670, "column": 27 }, "identifierName": "engine" @@ -153969,15 +157437,15 @@ }, "property": { "type": "Identifier", - "start": 26066, - "end": 26074, + "start": 26467, + "end": 26475, "loc": { "start": { - "line": 660, + "line": 670, "column": 28 }, "end": { - "line": 660, + "line": 670, "column": 36 }, "identifierName": "mimeType" @@ -153988,15 +157456,15 @@ }, "property": { "type": "Identifier", - "start": 26075, - "end": 26080, + "start": 26476, + "end": 26481, "loc": { "start": { - "line": 660, + "line": 670, "column": 37 }, "end": { - "line": 660, + "line": 670, "column": 42 }, "identifierName": "audio" @@ -154007,44 +157475,44 @@ }, "right": { "type": "MemberExpression", - "start": 26083, - "end": 26101, + "start": 26484, + "end": 26502, "loc": { "start": { - "line": 660, + "line": 670, "column": 45 }, "end": { - "line": 660, + "line": 670, "column": 63 } }, "object": { "type": "ThisExpression", - "start": 26083, - "end": 26087, + "start": 26484, + "end": 26488, "loc": { "start": { - "line": 660, + "line": 670, "column": 45 }, "end": { - "line": 660, + "line": 670, "column": 49 } } }, "property": { "type": "Identifier", - "start": 26088, - "end": 26101, + "start": 26489, + "end": 26502, "loc": { "start": { - "line": 660, + "line": 670, "column": 50 }, "end": { - "line": 660, + "line": 670, "column": 63 }, "identifierName": "audioMimeType" @@ -154064,15 +157532,15 @@ { "type": "CommentLine", "value": " video/canvas settings", - "start": 26130, - "end": 26154, + "start": 26531, + "end": 26555, "loc": { "start": { - "line": 663, + "line": 673, "column": 12 }, "end": { - "line": 663, + "line": 673, "column": 36 } } @@ -154081,72 +157549,72 @@ }, { "type": "ExpressionStatement", - "start": 26167, - "end": 26216, + "start": 26568, + "end": 26617, "loc": { "start": { - "line": 664, + "line": 674, "column": 12 }, "end": { - "line": 664, + "line": 674, "column": 61 } }, "expression": { "type": "AssignmentExpression", - "start": 26167, - "end": 26215, + "start": 26568, + "end": 26616, "loc": { "start": { - "line": 664, + "line": 674, "column": 12 }, "end": { - "line": 664, + "line": 674, "column": 60 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 26167, - "end": 26193, + "start": 26568, + "end": 26594, "loc": { "start": { - "line": 664, + "line": 674, "column": 12 }, "end": { - "line": 664, + "line": 674, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 26167, - "end": 26178, + "start": 26568, + "end": 26579, "loc": { "start": { - "line": 664, + "line": 674, "column": 12 }, "end": { - "line": 664, + "line": 674, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 26167, - "end": 26171, + "start": 26568, + "end": 26572, "loc": { "start": { - "line": 664, + "line": 674, "column": 12 }, "end": { - "line": 664, + "line": 674, "column": 16 } }, @@ -154154,15 +157622,15 @@ }, "property": { "type": "Identifier", - "start": 26172, - "end": 26178, + "start": 26573, + "end": 26579, "loc": { "start": { - "line": 664, + "line": 674, "column": 17 }, "end": { - "line": 664, + "line": 674, "column": 23 }, "identifierName": "engine" @@ -154174,15 +157642,15 @@ }, "property": { "type": "Identifier", - "start": 26179, - "end": 26193, + "start": 26580, + "end": 26594, "loc": { "start": { - "line": 664, + "line": 674, "column": 24 }, "end": { - "line": 664, + "line": 674, "column": 38 }, "identifierName": "videoWorkerURL" @@ -154194,44 +157662,44 @@ }, "right": { "type": "MemberExpression", - "start": 26196, - "end": 26215, + "start": 26597, + "end": 26616, "loc": { "start": { - "line": 664, + "line": 674, "column": 41 }, "end": { - "line": 664, + "line": 674, "column": 60 } }, "object": { "type": "ThisExpression", - "start": 26196, - "end": 26200, + "start": 26597, + "end": 26601, "loc": { "start": { - "line": 664, + "line": 674, "column": 41 }, "end": { - "line": 664, + "line": 674, "column": 45 } } }, "property": { "type": "Identifier", - "start": 26201, - "end": 26215, + "start": 26602, + "end": 26616, "loc": { "start": { - "line": 664, + "line": 674, "column": 46 }, "end": { - "line": 664, + "line": 674, "column": 60 }, "identifierName": "videoWorkerURL" @@ -154246,15 +157714,15 @@ { "type": "CommentLine", "value": " video/canvas settings", - "start": 26130, - "end": 26154, + "start": 26531, + "end": 26555, "loc": { "start": { - "line": 663, + "line": 673, "column": 12 }, "end": { - "line": 663, + "line": 673, "column": 36 } } @@ -154263,87 +157731,87 @@ }, { "type": "ExpressionStatement", - "start": 26229, - "end": 26288, + "start": 26630, + "end": 26689, "loc": { "start": { - "line": 665, + "line": 675, "column": 12 }, "end": { - "line": 665, + "line": 675, "column": 71 } }, "expression": { "type": "AssignmentExpression", - "start": 26229, - "end": 26287, + "start": 26630, + "end": 26688, "loc": { "start": { - "line": 665, + "line": 675, "column": 12 }, "end": { - "line": 665, + "line": 675, "column": 70 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 26229, - "end": 26260, + "start": 26630, + "end": 26661, "loc": { "start": { - "line": 665, + "line": 675, "column": 12 }, "end": { - "line": 665, + "line": 675, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 26229, - "end": 26240, + "start": 26630, + "end": 26641, "loc": { "start": { - "line": 665, + "line": 675, "column": 12 }, "end": { - "line": 665, + "line": 675, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 26229, - "end": 26233, + "start": 26630, + "end": 26634, "loc": { "start": { - "line": 665, + "line": 675, "column": 12 }, "end": { - "line": 665, + "line": 675, "column": 16 } } }, "property": { "type": "Identifier", - "start": 26234, - "end": 26240, + "start": 26635, + "end": 26641, "loc": { "start": { - "line": 665, + "line": 675, "column": 17 }, "end": { - "line": 665, + "line": 675, "column": 23 }, "identifierName": "engine" @@ -154354,15 +157822,15 @@ }, "property": { "type": "Identifier", - "start": 26241, - "end": 26260, + "start": 26642, + "end": 26661, "loc": { "start": { - "line": 665, + "line": 675, "column": 24 }, "end": { - "line": 665, + "line": 675, "column": 43 }, "identifierName": "videoWebAssemblyURL" @@ -154373,44 +157841,44 @@ }, "right": { "type": "MemberExpression", - "start": 26263, - "end": 26287, + "start": 26664, + "end": 26688, "loc": { "start": { - "line": 665, + "line": 675, "column": 46 }, "end": { - "line": 665, + "line": 675, "column": 70 } }, "object": { "type": "ThisExpression", - "start": 26263, - "end": 26267, + "start": 26664, + "end": 26668, "loc": { "start": { - "line": 665, + "line": 675, "column": 46 }, "end": { - "line": 665, + "line": 675, "column": 50 } } }, "property": { "type": "Identifier", - "start": 26268, - "end": 26287, + "start": 26669, + "end": 26688, "loc": { "start": { - "line": 665, + "line": 675, "column": 51 }, "end": { - "line": 665, + "line": 675, "column": 70 }, "identifierName": "videoWebAssemblyURL" @@ -154423,87 +157891,87 @@ }, { "type": "ExpressionStatement", - "start": 26301, - "end": 26346, + "start": 26702, + "end": 26747, "loc": { "start": { - "line": 666, + "line": 676, "column": 12 }, "end": { - "line": 666, + "line": 676, "column": 57 } }, "expression": { "type": "AssignmentExpression", - "start": 26301, - "end": 26345, + "start": 26702, + "end": 26746, "loc": { "start": { - "line": 666, + "line": 676, "column": 12 }, "end": { - "line": 666, + "line": 676, "column": 56 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 26301, - "end": 26325, + "start": 26702, + "end": 26726, "loc": { "start": { - "line": 666, + "line": 676, "column": 12 }, "end": { - "line": 666, + "line": 676, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 26301, - "end": 26312, + "start": 26702, + "end": 26713, "loc": { "start": { - "line": 666, + "line": 676, "column": 12 }, "end": { - "line": 666, + "line": 676, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 26301, - "end": 26305, + "start": 26702, + "end": 26706, "loc": { "start": { - "line": 666, + "line": 676, "column": 12 }, "end": { - "line": 666, + "line": 676, "column": 16 } } }, "property": { "type": "Identifier", - "start": 26306, - "end": 26312, + "start": 26707, + "end": 26713, "loc": { "start": { - "line": 666, + "line": 676, "column": 17 }, "end": { - "line": 666, + "line": 676, "column": 23 }, "identifierName": "engine" @@ -154514,15 +157982,15 @@ }, "property": { "type": "Identifier", - "start": 26313, - "end": 26325, + "start": 26714, + "end": 26726, "loc": { "start": { - "line": 666, + "line": 676, "column": 24 }, "end": { - "line": 666, + "line": 676, "column": 36 }, "identifierName": "videoBitRate" @@ -154533,44 +158001,44 @@ }, "right": { "type": "MemberExpression", - "start": 26328, - "end": 26345, + "start": 26729, + "end": 26746, "loc": { "start": { - "line": 666, + "line": 676, "column": 39 }, "end": { - "line": 666, + "line": 676, "column": 56 } }, "object": { "type": "ThisExpression", - "start": 26328, - "end": 26332, + "start": 26729, + "end": 26733, "loc": { "start": { - "line": 666, + "line": 676, "column": 39 }, "end": { - "line": 666, + "line": 676, "column": 43 } } }, "property": { "type": "Identifier", - "start": 26333, - "end": 26345, + "start": 26734, + "end": 26746, "loc": { "start": { - "line": 666, + "line": 676, "column": 44 }, "end": { - "line": 666, + "line": 676, "column": 56 }, "identifierName": "videoBitRate" @@ -154583,87 +158051,87 @@ }, { "type": "ExpressionStatement", - "start": 26359, - "end": 26408, + "start": 26760, + "end": 26809, "loc": { "start": { - "line": 667, + "line": 677, "column": 12 }, "end": { - "line": 667, + "line": 677, "column": 61 } }, "expression": { "type": "AssignmentExpression", - "start": 26359, - "end": 26407, + "start": 26760, + "end": 26808, "loc": { "start": { - "line": 667, + "line": 677, "column": 12 }, "end": { - "line": 667, + "line": 677, "column": 60 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 26359, - "end": 26385, + "start": 26760, + "end": 26786, "loc": { "start": { - "line": 667, + "line": 677, "column": 12 }, "end": { - "line": 667, + "line": 677, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 26359, - "end": 26370, + "start": 26760, + "end": 26771, "loc": { "start": { - "line": 667, + "line": 677, "column": 12 }, "end": { - "line": 667, + "line": 677, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 26359, - "end": 26363, + "start": 26760, + "end": 26764, "loc": { "start": { - "line": 667, + "line": 677, "column": 12 }, "end": { - "line": 667, + "line": 677, "column": 16 } } }, "property": { "type": "Identifier", - "start": 26364, - "end": 26370, + "start": 26765, + "end": 26771, "loc": { "start": { - "line": 667, + "line": 677, "column": 17 }, "end": { - "line": 667, + "line": 677, "column": 23 }, "identifierName": "engine" @@ -154674,15 +158142,15 @@ }, "property": { "type": "Identifier", - "start": 26371, - "end": 26385, + "start": 26772, + "end": 26786, "loc": { "start": { - "line": 667, + "line": 677, "column": 24 }, "end": { - "line": 667, + "line": 677, "column": 38 }, "identifierName": "videoFrameRate" @@ -154693,44 +158161,44 @@ }, "right": { "type": "MemberExpression", - "start": 26388, - "end": 26407, + "start": 26789, + "end": 26808, "loc": { "start": { - "line": 667, + "line": 677, "column": 41 }, "end": { - "line": 667, + "line": 677, "column": 60 } }, "object": { "type": "ThisExpression", - "start": 26388, - "end": 26392, + "start": 26789, + "end": 26793, "loc": { "start": { - "line": 667, + "line": 677, "column": 41 }, "end": { - "line": 667, + "line": 677, "column": 45 } } }, "property": { "type": "Identifier", - "start": 26393, - "end": 26407, + "start": 26794, + "end": 26808, "loc": { "start": { - "line": 667, + "line": 677, "column": 46 }, "end": { - "line": 667, + "line": 677, "column": 60 }, "identifierName": "videoFrameRate" @@ -154743,87 +158211,87 @@ }, { "type": "ExpressionStatement", - "start": 26421, - "end": 26548, + "start": 26822, + "end": 26949, "loc": { "start": { - "line": 668, + "line": 678, "column": 12 }, "end": { - "line": 671, + "line": 681, "column": 14 } }, "expression": { "type": "AssignmentExpression", - "start": 26421, - "end": 26547, + "start": 26822, + "end": 26948, "loc": { "start": { - "line": 668, + "line": 678, "column": 12 }, "end": { - "line": 671, + "line": 681, "column": 13 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 26421, - "end": 26438, + "start": 26822, + "end": 26839, "loc": { "start": { - "line": 668, + "line": 678, "column": 12 }, "end": { - "line": 668, + "line": 678, "column": 29 } }, "object": { "type": "MemberExpression", - "start": 26421, - "end": 26432, + "start": 26822, + "end": 26833, "loc": { "start": { - "line": 668, + "line": 678, "column": 12 }, "end": { - "line": 668, + "line": 678, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 26421, - "end": 26425, + "start": 26822, + "end": 26826, "loc": { "start": { - "line": 668, + "line": 678, "column": 12 }, "end": { - "line": 668, + "line": 678, "column": 16 } } }, "property": { "type": "Identifier", - "start": 26426, - "end": 26432, + "start": 26827, + "end": 26833, "loc": { "start": { - "line": 668, + "line": 678, "column": 17 }, "end": { - "line": 668, + "line": 678, "column": 23 }, "identifierName": "engine" @@ -154834,15 +158302,15 @@ }, "property": { "type": "Identifier", - "start": 26433, - "end": 26438, + "start": 26834, + "end": 26839, "loc": { "start": { - "line": 668, + "line": 678, "column": 24 }, "end": { - "line": 668, + "line": 678, "column": 29 }, "identifierName": "video" @@ -154853,30 +158321,30 @@ }, "right": { "type": "ObjectExpression", - "start": 26441, - "end": 26547, + "start": 26842, + "end": 26948, "loc": { "start": { - "line": 668, + "line": 678, "column": 32 }, "end": { - "line": 671, + "line": 681, "column": 13 } }, "properties": [ { "type": "ObjectProperty", - "start": 26459, - "end": 26486, + "start": 26860, + "end": 26887, "loc": { "start": { - "line": 669, + "line": 679, "column": 16 }, "end": { - "line": 669, + "line": 679, "column": 43 } }, @@ -154885,15 +158353,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 26459, - "end": 26464, + "start": 26860, + "end": 26865, "loc": { "start": { - "line": 669, + "line": 679, "column": 16 }, "end": { - "line": 669, + "line": 679, "column": 21 }, "identifierName": "width" @@ -154902,44 +158370,44 @@ }, "value": { "type": "MemberExpression", - "start": 26466, - "end": 26486, + "start": 26867, + "end": 26887, "loc": { "start": { - "line": 669, + "line": 679, "column": 23 }, "end": { - "line": 669, + "line": 679, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 26466, - "end": 26470, + "start": 26867, + "end": 26871, "loc": { "start": { - "line": 669, + "line": 679, "column": 23 }, "end": { - "line": 669, + "line": 679, "column": 27 } } }, "property": { "type": "Identifier", - "start": 26471, - "end": 26486, + "start": 26872, + "end": 26887, "loc": { "start": { - "line": 669, + "line": 679, "column": 28 }, "end": { - "line": 669, + "line": 679, "column": 43 }, "identifierName": "videoFrameWidth" @@ -154951,15 +158419,15 @@ }, { "type": "ObjectProperty", - "start": 26504, - "end": 26533, + "start": 26905, + "end": 26934, "loc": { "start": { - "line": 670, + "line": 680, "column": 16 }, "end": { - "line": 670, + "line": 680, "column": 45 } }, @@ -154968,15 +158436,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 26504, - "end": 26510, + "start": 26905, + "end": 26911, "loc": { "start": { - "line": 670, + "line": 680, "column": 16 }, "end": { - "line": 670, + "line": 680, "column": 22 }, "identifierName": "height" @@ -154985,44 +158453,44 @@ }, "value": { "type": "MemberExpression", - "start": 26512, - "end": 26533, + "start": 26913, + "end": 26934, "loc": { "start": { - "line": 670, + "line": 680, "column": 24 }, "end": { - "line": 670, + "line": 680, "column": 45 } }, "object": { "type": "ThisExpression", - "start": 26512, - "end": 26516, + "start": 26913, + "end": 26917, "loc": { "start": { - "line": 670, + "line": 680, "column": 24 }, "end": { - "line": 670, + "line": 680, "column": 28 } } }, "property": { "type": "Identifier", - "start": 26517, - "end": 26533, + "start": 26918, + "end": 26934, "loc": { "start": { - "line": 670, + "line": 680, "column": 29 }, "end": { - "line": 670, + "line": 680, "column": 45 }, "identifierName": "videoFrameHeight" @@ -155038,87 +158506,87 @@ }, { "type": "ExpressionStatement", - "start": 26561, - "end": 26689, + "start": 26962, + "end": 27090, "loc": { "start": { - "line": 672, + "line": 682, "column": 12 }, "end": { - "line": 675, + "line": 685, "column": 14 } }, "expression": { "type": "AssignmentExpression", - "start": 26561, - "end": 26688, + "start": 26962, + "end": 27089, "loc": { "start": { - "line": 672, + "line": 682, "column": 12 }, "end": { - "line": 675, + "line": 685, "column": 13 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 26561, - "end": 26579, + "start": 26962, + "end": 26980, "loc": { "start": { - "line": 672, + "line": 682, "column": 12 }, "end": { - "line": 672, + "line": 682, "column": 30 } }, "object": { "type": "MemberExpression", - "start": 26561, - "end": 26572, + "start": 26962, + "end": 26973, "loc": { "start": { - "line": 672, + "line": 682, "column": 12 }, "end": { - "line": 672, + "line": 682, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 26561, - "end": 26565, + "start": 26962, + "end": 26966, "loc": { "start": { - "line": 672, + "line": 682, "column": 12 }, "end": { - "line": 672, + "line": 682, "column": 16 } } }, "property": { "type": "Identifier", - "start": 26566, - "end": 26572, + "start": 26967, + "end": 26973, "loc": { "start": { - "line": 672, + "line": 682, "column": 17 }, "end": { - "line": 672, + "line": 682, "column": 23 }, "identifierName": "engine" @@ -155129,15 +158597,15 @@ }, "property": { "type": "Identifier", - "start": 26573, - "end": 26579, + "start": 26974, + "end": 26980, "loc": { "start": { - "line": 672, + "line": 682, "column": 24 }, "end": { - "line": 672, + "line": 682, "column": 30 }, "identifierName": "canvas" @@ -155148,30 +158616,30 @@ }, "right": { "type": "ObjectExpression", - "start": 26582, - "end": 26688, + "start": 26983, + "end": 27089, "loc": { "start": { - "line": 672, + "line": 682, "column": 33 }, "end": { - "line": 675, + "line": 685, "column": 13 } }, "properties": [ { "type": "ObjectProperty", - "start": 26600, - "end": 26627, + "start": 27001, + "end": 27028, "loc": { "start": { - "line": 673, + "line": 683, "column": 16 }, "end": { - "line": 673, + "line": 683, "column": 43 } }, @@ -155180,15 +158648,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 26600, - "end": 26605, + "start": 27001, + "end": 27006, "loc": { "start": { - "line": 673, + "line": 683, "column": 16 }, "end": { - "line": 673, + "line": 683, "column": 21 }, "identifierName": "width" @@ -155197,44 +158665,44 @@ }, "value": { "type": "MemberExpression", - "start": 26607, - "end": 26627, + "start": 27008, + "end": 27028, "loc": { "start": { - "line": 673, + "line": 683, "column": 23 }, "end": { - "line": 673, + "line": 683, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 26607, - "end": 26611, + "start": 27008, + "end": 27012, "loc": { "start": { - "line": 673, + "line": 683, "column": 23 }, "end": { - "line": 673, + "line": 683, "column": 27 } } }, "property": { "type": "Identifier", - "start": 26612, - "end": 26627, + "start": 27013, + "end": 27028, "loc": { "start": { - "line": 673, + "line": 683, "column": 28 }, "end": { - "line": 673, + "line": 683, "column": 43 }, "identifierName": "videoFrameWidth" @@ -155246,15 +158714,15 @@ }, { "type": "ObjectProperty", - "start": 26645, - "end": 26674, + "start": 27046, + "end": 27075, "loc": { "start": { - "line": 674, + "line": 684, "column": 16 }, "end": { - "line": 674, + "line": 684, "column": 45 } }, @@ -155263,15 +158731,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 26645, - "end": 26651, + "start": 27046, + "end": 27052, "loc": { "start": { - "line": 674, + "line": 684, "column": 16 }, "end": { - "line": 674, + "line": 684, "column": 22 }, "identifierName": "height" @@ -155280,44 +158748,44 @@ }, "value": { "type": "MemberExpression", - "start": 26653, - "end": 26674, + "start": 27054, + "end": 27075, "loc": { "start": { - "line": 674, + "line": 684, "column": 24 }, "end": { - "line": 674, + "line": 684, "column": 45 } }, "object": { "type": "ThisExpression", - "start": 26653, - "end": 26657, + "start": 27054, + "end": 27058, "loc": { "start": { - "line": 674, + "line": 684, "column": 24 }, "end": { - "line": 674, + "line": 684, "column": 28 } } }, "property": { "type": "Identifier", - "start": 26658, - "end": 26674, + "start": 27059, + "end": 27075, "loc": { "start": { - "line": 674, + "line": 684, "column": 29 }, "end": { - "line": 674, + "line": 684, "column": 45 }, "identifierName": "videoFrameHeight" @@ -155334,15 +158802,15 @@ { "type": "CommentLine", "value": " animated GIF settings", - "start": 26703, - "end": 26727, + "start": 27104, + "end": 27128, "loc": { "start": { - "line": 677, + "line": 687, "column": 12 }, "end": { - "line": 677, + "line": 687, "column": 36 } } @@ -155351,72 +158819,72 @@ }, { "type": "ExpressionStatement", - "start": 26740, - "end": 26784, + "start": 27141, + "end": 27185, "loc": { "start": { - "line": 678, + "line": 688, "column": 12 }, "end": { - "line": 678, + "line": 688, "column": 56 } }, "expression": { "type": "AssignmentExpression", - "start": 26740, - "end": 26783, + "start": 27141, + "end": 27184, "loc": { "start": { - "line": 678, + "line": 688, "column": 12 }, "end": { - "line": 678, + "line": 688, "column": 55 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 26740, - "end": 26759, + "start": 27141, + "end": 27160, "loc": { "start": { - "line": 678, + "line": 688, "column": 12 }, "end": { - "line": 678, + "line": 688, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 26740, - "end": 26751, + "start": 27141, + "end": 27152, "loc": { "start": { - "line": 678, + "line": 688, "column": 12 }, "end": { - "line": 678, + "line": 688, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 26740, - "end": 26744, + "start": 27141, + "end": 27145, "loc": { "start": { - "line": 678, + "line": 688, "column": 12 }, "end": { - "line": 678, + "line": 688, "column": 16 } }, @@ -155424,15 +158892,15 @@ }, "property": { "type": "Identifier", - "start": 26745, - "end": 26751, + "start": 27146, + "end": 27152, "loc": { "start": { - "line": 678, + "line": 688, "column": 17 }, "end": { - "line": 678, + "line": 688, "column": 23 }, "identifierName": "engine" @@ -155444,15 +158912,15 @@ }, "property": { "type": "Identifier", - "start": 26752, - "end": 26759, + "start": 27153, + "end": 27160, "loc": { "start": { - "line": 678, + "line": 688, "column": 24 }, "end": { - "line": 678, + "line": 688, "column": 31 }, "identifierName": "quality" @@ -155464,44 +158932,44 @@ }, "right": { "type": "MemberExpression", - "start": 26762, - "end": 26783, + "start": 27163, + "end": 27184, "loc": { "start": { - "line": 678, + "line": 688, "column": 34 }, "end": { - "line": 678, + "line": 688, "column": 55 } }, "object": { "type": "ThisExpression", - "start": 26762, - "end": 26766, + "start": 27163, + "end": 27167, "loc": { "start": { - "line": 678, + "line": 688, "column": 34 }, "end": { - "line": 678, + "line": 688, "column": 38 } } }, "property": { "type": "Identifier", - "start": 26767, - "end": 26783, + "start": 27168, + "end": 27184, "loc": { "start": { - "line": 678, + "line": 688, "column": 39 }, "end": { - "line": 678, + "line": 688, "column": 55 }, "identifierName": "animationQuality" @@ -155516,15 +158984,15 @@ { "type": "CommentLine", "value": " animated GIF settings", - "start": 26703, - "end": 26727, + "start": 27104, + "end": 27128, "loc": { "start": { - "line": 677, + "line": 687, "column": 12 }, "end": { - "line": 677, + "line": 687, "column": 36 } } @@ -155533,87 +159001,87 @@ }, { "type": "ExpressionStatement", - "start": 26797, - "end": 26845, + "start": 27198, + "end": 27246, "loc": { "start": { - "line": 679, + "line": 689, "column": 12 }, "end": { - "line": 679, + "line": 689, "column": 60 } }, "expression": { "type": "AssignmentExpression", - "start": 26797, - "end": 26844, + "start": 27198, + "end": 27245, "loc": { "start": { - "line": 679, + "line": 689, "column": 12 }, "end": { - "line": 679, + "line": 689, "column": 59 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 26797, - "end": 26818, + "start": 27198, + "end": 27219, "loc": { "start": { - "line": 679, + "line": 689, "column": 12 }, "end": { - "line": 679, + "line": 689, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 26797, - "end": 26808, + "start": 27198, + "end": 27209, "loc": { "start": { - "line": 679, + "line": 689, "column": 12 }, "end": { - "line": 679, + "line": 689, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 26797, - "end": 26801, + "start": 27198, + "end": 27202, "loc": { "start": { - "line": 679, + "line": 689, "column": 12 }, "end": { - "line": 679, + "line": 689, "column": 16 } } }, "property": { "type": "Identifier", - "start": 26802, - "end": 26808, + "start": 27203, + "end": 27209, "loc": { "start": { - "line": 679, + "line": 689, "column": 17 }, "end": { - "line": 679, + "line": 689, "column": 23 }, "identifierName": "engine" @@ -155624,15 +159092,15 @@ }, "property": { "type": "Identifier", - "start": 26809, - "end": 26818, + "start": 27210, + "end": 27219, "loc": { "start": { - "line": 679, + "line": 689, "column": 24 }, "end": { - "line": 679, + "line": 689, "column": 33 }, "identifierName": "frameRate" @@ -155643,44 +159111,44 @@ }, "right": { "type": "MemberExpression", - "start": 26821, - "end": 26844, + "start": 27222, + "end": 27245, "loc": { "start": { - "line": 679, + "line": 689, "column": 36 }, "end": { - "line": 679, + "line": 689, "column": 59 } }, "object": { "type": "ThisExpression", - "start": 26821, - "end": 26825, + "start": 27222, + "end": 27226, "loc": { "start": { - "line": 679, + "line": 689, "column": 36 }, "end": { - "line": 679, + "line": 689, "column": 40 } } }, "property": { "type": "Identifier", - "start": 26826, - "end": 26844, + "start": 27227, + "end": 27245, "loc": { "start": { - "line": 679, + "line": 689, "column": 41 }, "end": { - "line": 679, + "line": 689, "column": 59 }, "identifierName": "animationFrameRate" @@ -155694,15 +159162,15 @@ { "type": "CommentLine", "value": " timeSlice", - "start": 26859, - "end": 26871, + "start": 27260, + "end": 27272, "loc": { "start": { - "line": 681, + "line": 691, "column": 12 }, "end": { - "line": 681, + "line": 691, "column": 24 } } @@ -155711,57 +159179,57 @@ }, { "type": "IfStatement", - "start": 26884, - "end": 27075, + "start": 27285, + "end": 27476, "loc": { "start": { - "line": 682, + "line": 692, "column": 12 }, "end": { - "line": 685, + "line": 695, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 26888, - "end": 26936, + "start": 27289, + "end": 27337, "loc": { "start": { - "line": 682, + "line": 692, "column": 16 }, "end": { - "line": 682, + "line": 692, "column": 64 } }, "left": { "type": "MemberExpression", - "start": 26888, - "end": 26908, + "start": 27289, + "end": 27309, "loc": { "start": { - "line": 682, + "line": 692, "column": 16 }, "end": { - "line": 682, + "line": 692, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 26888, - "end": 26892, + "start": 27289, + "end": 27293, "loc": { "start": { - "line": 682, + "line": 692, "column": 16 }, "end": { - "line": 682, + "line": 692, "column": 20 } }, @@ -155769,15 +159237,15 @@ }, "property": { "type": "Identifier", - "start": 26893, - "end": 26908, + "start": 27294, + "end": 27309, "loc": { "start": { - "line": 682, + "line": 692, "column": 21 }, "end": { - "line": 682, + "line": 692, "column": 36 }, "identifierName": "recordTimeSlice" @@ -155790,58 +159258,58 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 26912, - "end": 26936, + "start": 27313, + "end": 27337, "loc": { "start": { - "line": 682, + "line": 692, "column": 40 }, "end": { - "line": 682, + "line": 692, "column": 64 } }, "left": { "type": "MemberExpression", - "start": 26912, - "end": 26932, + "start": 27313, + "end": 27333, "loc": { "start": { - "line": 682, + "line": 692, "column": 40 }, "end": { - "line": 682, + "line": 692, "column": 60 } }, "object": { "type": "ThisExpression", - "start": 26912, - "end": 26916, + "start": 27313, + "end": 27317, "loc": { "start": { - "line": 682, + "line": 692, "column": 40 }, "end": { - "line": 682, + "line": 692, "column": 44 } } }, "property": { "type": "Identifier", - "start": 26917, - "end": 26932, + "start": 27318, + "end": 27333, "loc": { "start": { - "line": 682, + "line": 692, "column": 45 }, "end": { - "line": 682, + "line": 692, "column": 60 }, "identifierName": "recordTimeSlice" @@ -155853,15 +159321,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 26935, - "end": 26936, + "start": 27336, + "end": 27337, "loc": { "start": { - "line": 682, + "line": 692, "column": 63 }, "end": { - "line": 682, + "line": 692, "column": 64 } }, @@ -155876,102 +159344,102 @@ }, "consequent": { "type": "BlockStatement", - "start": 26938, - "end": 27075, + "start": 27339, + "end": 27476, "loc": { "start": { - "line": 682, + "line": 692, "column": 66 }, "end": { - "line": 685, + "line": 695, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 26956, - "end": 27001, + "start": 27357, + "end": 27402, "loc": { "start": { - "line": 683, + "line": 693, "column": 16 }, "end": { - "line": 683, + "line": 693, "column": 61 } }, "expression": { "type": "AssignmentExpression", - "start": 26956, - "end": 27000, + "start": 27357, + "end": 27401, "loc": { "start": { - "line": 683, + "line": 693, "column": 16 }, "end": { - "line": 683, + "line": 693, "column": 60 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 26956, - "end": 26977, + "start": 27357, + "end": 27378, "loc": { "start": { - "line": 683, + "line": 693, "column": 16 }, "end": { - "line": 683, + "line": 693, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 26956, - "end": 26967, + "start": 27357, + "end": 27368, "loc": { "start": { - "line": 683, + "line": 693, "column": 16 }, "end": { - "line": 683, + "line": 693, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 26956, - "end": 26960, + "start": 27357, + "end": 27361, "loc": { "start": { - "line": 683, + "line": 693, "column": 16 }, "end": { - "line": 683, + "line": 693, "column": 20 } } }, "property": { "type": "Identifier", - "start": 26961, - "end": 26967, + "start": 27362, + "end": 27368, "loc": { "start": { - "line": 683, + "line": 693, "column": 21 }, "end": { - "line": 683, + "line": 693, "column": 27 }, "identifierName": "engine" @@ -155982,15 +159450,15 @@ }, "property": { "type": "Identifier", - "start": 26968, - "end": 26977, + "start": 27369, + "end": 27378, "loc": { "start": { - "line": 683, + "line": 693, "column": 28 }, "end": { - "line": 683, + "line": 693, "column": 37 }, "identifierName": "timeSlice" @@ -156001,44 +159469,44 @@ }, "right": { "type": "MemberExpression", - "start": 26980, - "end": 27000, + "start": 27381, + "end": 27401, "loc": { "start": { - "line": 683, + "line": 693, "column": 40 }, "end": { - "line": 683, + "line": 693, "column": 60 } }, "object": { "type": "ThisExpression", - "start": 26980, - "end": 26984, + "start": 27381, + "end": 27385, "loc": { "start": { - "line": 683, + "line": 693, "column": 40 }, "end": { - "line": 683, + "line": 693, "column": 44 } } }, "property": { "type": "Identifier", - "start": 26985, - "end": 27000, + "start": 27386, + "end": 27401, "loc": { "start": { - "line": 683, + "line": 693, "column": 45 }, "end": { - "line": 683, + "line": 693, "column": 60 }, "identifierName": "recordTimeSlice" @@ -156051,87 +159519,87 @@ }, { "type": "ExpressionStatement", - "start": 27018, - "end": 27061, + "start": 27419, + "end": 27462, "loc": { "start": { - "line": 684, + "line": 694, "column": 16 }, "end": { - "line": 684, + "line": 694, "column": 59 } }, "expression": { "type": "AssignmentExpression", - "start": 27018, - "end": 27060, + "start": 27419, + "end": 27461, "loc": { "start": { - "line": 684, + "line": 694, "column": 16 }, "end": { - "line": 684, + "line": 694, "column": 58 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 27018, - "end": 27041, + "start": 27419, + "end": 27442, "loc": { "start": { - "line": 684, + "line": 694, "column": 16 }, "end": { - "line": 684, + "line": 694, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 27018, - "end": 27029, + "start": 27419, + "end": 27430, "loc": { "start": { - "line": 684, + "line": 694, "column": 16 }, "end": { - "line": 684, + "line": 694, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 27018, - "end": 27022, + "start": 27419, + "end": 27423, "loc": { "start": { - "line": 684, + "line": 694, "column": 16 }, "end": { - "line": 684, + "line": 694, "column": 20 } } }, "property": { "type": "Identifier", - "start": 27023, - "end": 27029, + "start": 27424, + "end": 27430, "loc": { "start": { - "line": 684, + "line": 694, "column": 21 }, "end": { - "line": 684, + "line": 694, "column": 27 }, "identifierName": "engine" @@ -156142,15 +159610,15 @@ }, "property": { "type": "Identifier", - "start": 27030, - "end": 27041, + "start": 27431, + "end": 27442, "loc": { "start": { - "line": 684, + "line": 694, "column": 28 }, "end": { - "line": 684, + "line": 694, "column": 39 }, "identifierName": "maxFileSize" @@ -156161,44 +159629,44 @@ }, "right": { "type": "MemberExpression", - "start": 27044, - "end": 27060, + "start": 27445, + "end": 27461, "loc": { "start": { - "line": 684, + "line": 694, "column": 42 }, "end": { - "line": 684, + "line": 694, "column": 58 } }, "object": { "type": "ThisExpression", - "start": 27044, - "end": 27048, + "start": 27445, + "end": 27449, "loc": { "start": { - "line": 684, + "line": 694, "column": 42 }, "end": { - "line": 684, + "line": 694, "column": 46 } } }, "property": { "type": "Identifier", - "start": 27049, - "end": 27060, + "start": 27450, + "end": 27461, "loc": { "start": { - "line": 684, + "line": 694, "column": 47 }, "end": { - "line": 684, + "line": 694, "column": 58 }, "identifierName": "maxFileSize" @@ -156218,15 +159686,15 @@ { "type": "CommentLine", "value": " timeSlice", - "start": 26859, - "end": 26871, + "start": 27260, + "end": 27272, "loc": { "start": { - "line": 681, + "line": 691, "column": 12 }, "end": { - "line": 681, + "line": 691, "column": 24 } } @@ -156236,15 +159704,15 @@ { "type": "CommentLine", "value": " additional 3rd-party library options", - "start": 27089, - "end": 27128, + "start": 27490, + "end": 27529, "loc": { "start": { - "line": 687, + "line": 697, "column": 12 }, "end": { - "line": 687, + "line": 697, "column": 51 } } @@ -156253,72 +159721,72 @@ }, { "type": "ExpressionStatement", - "start": 27141, - "end": 27202, + "start": 27542, + "end": 27603, "loc": { "start": { - "line": 688, + "line": 698, "column": 12 }, "end": { - "line": 688, + "line": 698, "column": 73 } }, "expression": { "type": "AssignmentExpression", - "start": 27141, - "end": 27201, + "start": 27542, + "end": 27602, "loc": { "start": { - "line": 688, + "line": 698, "column": 12 }, "end": { - "line": 688, + "line": 698, "column": 72 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 27141, - "end": 27173, + "start": 27542, + "end": 27574, "loc": { "start": { - "line": 688, + "line": 698, "column": 12 }, "end": { - "line": 688, + "line": 698, "column": 44 } }, "object": { "type": "MemberExpression", - "start": 27141, - "end": 27152, + "start": 27542, + "end": 27553, "loc": { "start": { - "line": 688, + "line": 698, "column": 12 }, "end": { - "line": 688, + "line": 698, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 27141, - "end": 27145, + "start": 27542, + "end": 27546, "loc": { "start": { - "line": 688, + "line": 698, "column": 12 }, "end": { - "line": 688, + "line": 698, "column": 16 } }, @@ -156326,15 +159794,15 @@ }, "property": { "type": "Identifier", - "start": 27146, - "end": 27152, + "start": 27547, + "end": 27553, "loc": { "start": { - "line": 688, + "line": 698, "column": 17 }, "end": { - "line": 688, + "line": 698, "column": 23 }, "identifierName": "engine" @@ -156346,15 +159814,15 @@ }, "property": { "type": "Identifier", - "start": 27153, - "end": 27173, + "start": 27554, + "end": 27574, "loc": { "start": { - "line": 688, + "line": 698, "column": 24 }, "end": { - "line": 688, + "line": 698, "column": 44 }, "identifierName": "pluginLibraryOptions" @@ -156366,44 +159834,44 @@ }, "right": { "type": "MemberExpression", - "start": 27176, - "end": 27201, + "start": 27577, + "end": 27602, "loc": { "start": { - "line": 688, + "line": 698, "column": 47 }, "end": { - "line": 688, + "line": 698, "column": 72 } }, "object": { "type": "ThisExpression", - "start": 27176, - "end": 27180, + "start": 27577, + "end": 27581, "loc": { "start": { - "line": 688, + "line": 698, "column": 47 }, "end": { - "line": 688, + "line": 698, "column": 51 } } }, "property": { "type": "Identifier", - "start": 27181, - "end": 27201, + "start": 27582, + "end": 27602, "loc": { "start": { - "line": 688, + "line": 698, "column": 52 }, "end": { - "line": 688, + "line": 698, "column": 72 }, "identifierName": "pluginLibraryOptions" @@ -156418,15 +159886,15 @@ { "type": "CommentLine", "value": " additional 3rd-party library options", - "start": 27089, - "end": 27128, + "start": 27490, + "end": 27529, "loc": { "start": { - "line": 687, + "line": 697, "column": 12 }, "end": { - "line": 687, + "line": 697, "column": 51 } } @@ -156436,15 +159904,15 @@ { "type": "CommentLine", "value": " initialize recorder", - "start": 27216, - "end": 27238, + "start": 27617, + "end": 27639, "loc": { "start": { - "line": 690, + "line": 700, "column": 12 }, "end": { - "line": 690, + "line": 700, "column": 34 } } @@ -156453,71 +159921,71 @@ }, { "type": "ExpressionStatement", - "start": 27251, - "end": 27310, + "start": 27652, + "end": 27711, "loc": { "start": { - "line": 691, + "line": 701, "column": 12 }, "end": { - "line": 691, + "line": 701, "column": 71 } }, "expression": { "type": "CallExpression", - "start": 27251, - "end": 27309, + "start": 27652, + "end": 27710, "loc": { "start": { - "line": 691, + "line": 701, "column": 12 }, "end": { - "line": 691, + "line": 701, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 27251, - "end": 27268, + "start": 27652, + "end": 27669, "loc": { "start": { - "line": 691, + "line": 701, "column": 12 }, "end": { - "line": 691, + "line": 701, "column": 29 } }, "object": { "type": "MemberExpression", - "start": 27251, - "end": 27262, + "start": 27652, + "end": 27663, "loc": { "start": { - "line": 691, + "line": 701, "column": 12 }, "end": { - "line": 691, + "line": 701, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 27251, - "end": 27255, + "start": 27652, + "end": 27656, "loc": { "start": { - "line": 691, + "line": 701, "column": 12 }, "end": { - "line": 691, + "line": 701, "column": 16 } }, @@ -156525,15 +159993,15 @@ }, "property": { "type": "Identifier", - "start": 27256, - "end": 27262, + "start": 27657, + "end": 27663, "loc": { "start": { - "line": 691, + "line": 701, "column": 17 }, "end": { - "line": 691, + "line": 701, "column": 23 }, "identifierName": "engine" @@ -156545,15 +160013,15 @@ }, "property": { "type": "Identifier", - "start": 27263, - "end": 27268, + "start": 27664, + "end": 27669, "loc": { "start": { - "line": 691, + "line": 701, "column": 24 }, "end": { - "line": 691, + "line": 701, "column": 29 }, "identifierName": "setup" @@ -156566,44 +160034,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 27269, - "end": 27280, + "start": 27670, + "end": 27681, "loc": { "start": { - "line": 691, + "line": 701, "column": 30 }, "end": { - "line": 691, + "line": 701, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 27269, - "end": 27273, + "start": 27670, + "end": 27674, "loc": { "start": { - "line": 691, + "line": 701, "column": 30 }, "end": { - "line": 691, + "line": 701, "column": 34 } } }, "property": { "type": "Identifier", - "start": 27274, - "end": 27280, + "start": 27675, + "end": 27681, "loc": { "start": { - "line": 691, + "line": 701, "column": 35 }, "end": { - "line": 691, + "line": 701, "column": 41 }, "identifierName": "stream" @@ -156614,44 +160082,44 @@ }, { "type": "MemberExpression", - "start": 27282, - "end": 27296, + "start": 27683, + "end": 27697, "loc": { "start": { - "line": 691, + "line": 701, "column": 43 }, "end": { - "line": 691, + "line": 701, "column": 57 } }, "object": { "type": "ThisExpression", - "start": 27282, - "end": 27286, + "start": 27683, + "end": 27687, "loc": { "start": { - "line": 691, + "line": 701, "column": 43 }, "end": { - "line": 691, + "line": 701, "column": 47 } } }, "property": { "type": "Identifier", - "start": 27287, - "end": 27296, + "start": 27688, + "end": 27697, "loc": { "start": { - "line": 691, + "line": 701, "column": 48 }, "end": { - "line": 691, + "line": 701, "column": 57 }, "identifierName": "mediaType" @@ -156662,44 +160130,44 @@ }, { "type": "MemberExpression", - "start": 27298, - "end": 27308, + "start": 27699, + "end": 27709, "loc": { "start": { - "line": 691, + "line": 701, "column": 59 }, "end": { - "line": 691, + "line": 701, "column": 69 } }, "object": { "type": "ThisExpression", - "start": 27298, - "end": 27302, + "start": 27699, + "end": 27703, "loc": { "start": { - "line": 691, + "line": 701, "column": 59 }, "end": { - "line": 691, + "line": 701, "column": 63 } } }, "property": { "type": "Identifier", - "start": 27303, - "end": 27308, + "start": 27704, + "end": 27709, "loc": { "start": { - "line": 691, + "line": 701, "column": 64 }, "end": { - "line": 691, + "line": 701, "column": 69 }, "identifierName": "debug" @@ -156715,15 +160183,15 @@ { "type": "CommentLine", "value": " initialize recorder", - "start": 27216, - "end": 27238, + "start": 27617, + "end": 27639, "loc": { "start": { - "line": 690, + "line": 700, "column": 12 }, "end": { - "line": 690, + "line": 700, "column": 34 } } @@ -156733,15 +160201,15 @@ { "type": "CommentLine", "value": " create converter engine", - "start": 27324, - "end": 27350, + "start": 27725, + "end": 27751, "loc": { "start": { - "line": 693, + "line": 703, "column": 12 }, "end": { - "line": 693, + "line": 703, "column": 38 } } @@ -156750,57 +160218,57 @@ }, { "type": "IfStatement", - "start": 27363, - "end": 28176, + "start": 27764, + "end": 28577, "loc": { "start": { - "line": 694, + "line": 704, "column": 12 }, "end": { - "line": 712, + "line": 722, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 27367, - "end": 27392, + "start": 27768, + "end": 27793, "loc": { "start": { - "line": 694, + "line": 704, "column": 16 }, "end": { - "line": 694, + "line": 704, "column": 41 } }, "left": { "type": "MemberExpression", - "start": 27367, - "end": 27385, + "start": 27768, + "end": 27786, "loc": { "start": { - "line": 694, + "line": 704, "column": 16 }, "end": { - "line": 694, + "line": 704, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 27367, - "end": 27371, + "start": 27768, + "end": 27772, "loc": { "start": { - "line": 694, + "line": 704, "column": 16 }, "end": { - "line": 694, + "line": 704, "column": 20 } }, @@ -156808,15 +160276,15 @@ }, "property": { "type": "Identifier", - "start": 27372, - "end": 27385, + "start": 27773, + "end": 27786, "loc": { "start": { - "line": 694, + "line": 704, "column": 21 }, "end": { - "line": 694, + "line": 704, "column": 34 }, "identifierName": "convertEngine" @@ -156829,15 +160297,15 @@ "operator": "!==", "right": { "type": "StringLiteral", - "start": 27390, - "end": 27392, + "start": 27791, + "end": 27793, "loc": { "start": { - "line": 694, + "line": 704, "column": 39 }, "end": { - "line": 694, + "line": 704, "column": 41 } }, @@ -156851,59 +160319,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 27394, - "end": 28176, + "start": 27795, + "end": 28577, "loc": { "start": { - "line": 694, + "line": 704, "column": 43 }, "end": { - "line": 712, + "line": 722, "column": 13 } }, "body": [ { "type": "VariableDeclaration", - "start": 27412, - "end": 27474, + "start": 27813, + "end": 27875, "loc": { "start": { - "line": 695, + "line": 705, "column": 16 }, "end": { - "line": 695, + "line": 705, "column": 78 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 27416, - "end": 27473, + "start": 27817, + "end": 27874, "loc": { "start": { - "line": 695, + "line": 705, "column": 20 }, "end": { - "line": 695, + "line": 705, "column": 77 } }, "id": { "type": "Identifier", - "start": 27416, - "end": 27434, + "start": 27817, + "end": 27835, "loc": { "start": { - "line": 695, + "line": 705, "column": 20 }, "end": { - "line": 695, + "line": 705, "column": 38 }, "identifierName": "ConvertEngineClass" @@ -156912,29 +160380,29 @@ }, "init": { "type": "CallExpression", - "start": 27437, - "end": 27473, + "start": 27838, + "end": 27874, "loc": { "start": { - "line": 695, + "line": 705, "column": 41 }, "end": { - "line": 695, + "line": 705, "column": 77 } }, "callee": { "type": "Identifier", - "start": 27437, - "end": 27453, + "start": 27838, + "end": 27854, "loc": { "start": { - "line": 695, + "line": 705, "column": 41 }, "end": { - "line": 695, + "line": 705, "column": 57 }, "identifierName": "getConvertEngine" @@ -156944,44 +160412,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 27454, - "end": 27472, + "start": 27855, + "end": 27873, "loc": { "start": { - "line": 695, + "line": 705, "column": 58 }, "end": { - "line": 695, + "line": 705, "column": 76 } }, "object": { "type": "ThisExpression", - "start": 27454, - "end": 27458, + "start": 27855, + "end": 27859, "loc": { "start": { - "line": 695, + "line": 705, "column": 58 }, "end": { - "line": 695, + "line": 705, "column": 62 } } }, "property": { "type": "Identifier", - "start": 27459, - "end": 27472, + "start": 27860, + "end": 27873, "loc": { "start": { - "line": 695, + "line": 705, "column": 63 }, "end": { - "line": 695, + "line": 705, "column": 76 }, "identifierName": "convertEngine" @@ -156998,102 +160466,102 @@ }, { "type": "TryStatement", - "start": 27491, - "end": 27795, + "start": 27892, + "end": 28196, "loc": { "start": { - "line": 696, + "line": 706, "column": 16 }, "end": { - "line": 703, + "line": 713, "column": 17 } }, "block": { "type": "BlockStatement", - "start": 27495, - "end": 27634, + "start": 27896, + "end": 28035, "loc": { "start": { - "line": 696, + "line": 706, "column": 20 }, "end": { - "line": 699, + "line": 709, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 27517, - "end": 27616, + "start": 27918, + "end": 28017, "loc": { "start": { - "line": 697, + "line": 707, "column": 20 }, "end": { - "line": 698, + "line": 708, "column": 46 } }, "expression": { "type": "AssignmentExpression", - "start": 27517, - "end": 27615, + "start": 27918, + "end": 28016, "loc": { "start": { - "line": 697, + "line": 707, "column": 20 }, "end": { - "line": 698, + "line": 708, "column": 45 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 27517, - "end": 27531, + "start": 27918, + "end": 27932, "loc": { "start": { - "line": 697, + "line": 707, "column": 20 }, "end": { - "line": 697, + "line": 707, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 27517, - "end": 27521, + "start": 27918, + "end": 27922, "loc": { "start": { - "line": 697, + "line": 707, "column": 20 }, "end": { - "line": 697, + "line": 707, "column": 24 } } }, "property": { "type": "Identifier", - "start": 27522, - "end": 27531, + "start": 27923, + "end": 27932, "loc": { "start": { - "line": 697, + "line": 707, "column": 25 }, "end": { - "line": 697, + "line": 707, "column": 34 }, "identifierName": "converter" @@ -157104,29 +160572,29 @@ }, "right": { "type": "NewExpression", - "start": 27534, - "end": 27615, + "start": 27935, + "end": 28016, "loc": { "start": { - "line": 697, + "line": 707, "column": 37 }, "end": { - "line": 698, + "line": 708, "column": 45 } }, "callee": { "type": "Identifier", - "start": 27538, - "end": 27556, + "start": 27939, + "end": 27957, "loc": { "start": { - "line": 697, + "line": 707, "column": 41 }, "end": { - "line": 697, + "line": 707, "column": 59 }, "identifierName": "ConvertEngineClass" @@ -157136,44 +160604,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 27557, - "end": 27568, + "start": 27958, + "end": 27969, "loc": { "start": { - "line": 697, + "line": 707, "column": 60 }, "end": { - "line": 697, + "line": 707, "column": 71 } }, "object": { "type": "ThisExpression", - "start": 27557, - "end": 27561, + "start": 27958, + "end": 27962, "loc": { "start": { - "line": 697, + "line": 707, "column": 60 }, "end": { - "line": 697, + "line": 707, "column": 64 } } }, "property": { "type": "Identifier", - "start": 27562, - "end": 27568, + "start": 27963, + "end": 27969, "loc": { "start": { - "line": 697, + "line": 707, "column": 65 }, "end": { - "line": 697, + "line": 707, "column": 71 }, "identifierName": "player" @@ -157184,58 +160652,58 @@ }, { "type": "MemberExpression", - "start": 27594, - "end": 27614, + "start": 27995, + "end": 28015, "loc": { "start": { - "line": 698, + "line": 708, "column": 24 }, "end": { - "line": 698, + "line": 708, "column": 44 } }, "object": { "type": "MemberExpression", - "start": 27594, - "end": 27605, + "start": 27995, + "end": 28006, "loc": { "start": { - "line": 698, + "line": 708, "column": 24 }, "end": { - "line": 698, + "line": 708, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 27594, - "end": 27598, + "start": 27995, + "end": 27999, "loc": { "start": { - "line": 698, + "line": 708, "column": 24 }, "end": { - "line": 698, + "line": 708, "column": 28 } } }, "property": { "type": "Identifier", - "start": 27599, - "end": 27605, + "start": 28000, + "end": 28006, "loc": { "start": { - "line": 698, + "line": 708, "column": 29 }, "end": { - "line": 698, + "line": 708, "column": 35 }, "identifierName": "player" @@ -157246,15 +160714,15 @@ }, "property": { "type": "Identifier", - "start": 27606, - "end": 27614, + "start": 28007, + "end": 28015, "loc": { "start": { - "line": 698, + "line": 708, "column": 36 }, "end": { - "line": 698, + "line": 708, "column": 44 }, "identifierName": "options_" @@ -157272,29 +160740,29 @@ }, "handler": { "type": "CatchClause", - "start": 27651, - "end": 27795, + "start": 28052, + "end": 28196, "loc": { "start": { - "line": 700, + "line": 710, "column": 16 }, "end": { - "line": 703, + "line": 713, "column": 17 } }, "param": { "type": "Identifier", - "start": 27658, - "end": 27661, + "start": 28059, + "end": 28062, "loc": { "start": { - "line": 700, + "line": 710, "column": 23 }, "end": { - "line": 700, + "line": 710, "column": 26 }, "identifierName": "err" @@ -157303,58 +160771,58 @@ }, "body": { "type": "BlockStatement", - "start": 27663, - "end": 27795, + "start": 28064, + "end": 28196, "loc": { "start": { - "line": 700, + "line": 710, "column": 28 }, "end": { - "line": 703, + "line": 713, "column": 17 } }, "body": [ { "type": "ThrowStatement", - "start": 27685, - "end": 27777, + "start": 28086, + "end": 28178, "loc": { "start": { - "line": 701, + "line": 711, "column": 20 }, "end": { - "line": 702, + "line": 712, "column": 35 } }, "argument": { "type": "NewExpression", - "start": 27691, - "end": 27776, + "start": 28092, + "end": 28177, "loc": { "start": { - "line": 701, + "line": 711, "column": 26 }, "end": { - "line": 702, + "line": 712, "column": 34 } }, "callee": { "type": "Identifier", - "start": 27695, - "end": 27700, + "start": 28096, + "end": 28101, "loc": { "start": { - "line": 701, + "line": 711, "column": 30 }, "end": { - "line": 701, + "line": 711, "column": 35 }, "identifierName": "Error" @@ -157364,43 +160832,43 @@ "arguments": [ { "type": "BinaryExpression", - "start": 27701, - "end": 27775, + "start": 28102, + "end": 28176, "loc": { "start": { - "line": 701, + "line": 711, "column": 36 }, "end": { - "line": 702, + "line": 712, "column": 33 } }, "left": { "type": "BinaryExpression", - "start": 27701, - "end": 27739, + "start": 28102, + "end": 28140, "loc": { "start": { - "line": 701, + "line": 711, "column": 36 }, "end": { - "line": 701, + "line": 711, "column": 74 } }, "left": { "type": "StringLiteral", - "start": 27701, - "end": 27718, + "start": 28102, + "end": 28119, "loc": { "start": { - "line": 701, + "line": 711, "column": 36 }, "end": { - "line": 701, + "line": 711, "column": 53 } }, @@ -157413,44 +160881,44 @@ "operator": "+", "right": { "type": "MemberExpression", - "start": 27721, - "end": 27739, + "start": 28122, + "end": 28140, "loc": { "start": { - "line": 701, + "line": 711, "column": 56 }, "end": { - "line": 701, + "line": 711, "column": 74 } }, "object": { "type": "ThisExpression", - "start": 27721, - "end": 27725, + "start": 28122, + "end": 28126, "loc": { "start": { - "line": 701, + "line": 711, "column": 56 }, "end": { - "line": 701, + "line": 711, "column": 60 } } }, "property": { "type": "Identifier", - "start": 27726, - "end": 27739, + "start": 28127, + "end": 28140, "loc": { "start": { - "line": 701, + "line": 711, "column": 61 }, "end": { - "line": 701, + "line": 711, "column": 74 }, "identifierName": "convertEngine" @@ -157463,15 +160931,15 @@ "operator": "+", "right": { "type": "StringLiteral", - "start": 27766, - "end": 27775, + "start": 28167, + "end": 28176, "loc": { "start": { - "line": 702, + "line": 712, "column": 24 }, "end": { - "line": 702, + "line": 712, "column": 33 } }, @@ -157497,15 +160965,15 @@ { "type": "CommentLine", "value": " convert settings", - "start": 27813, - "end": 27832, + "start": 28214, + "end": 28233, "loc": { "start": { - "line": 705, + "line": 715, "column": 16 }, "end": { - "line": 705, + "line": 715, "column": 35 } } @@ -157514,72 +160982,72 @@ }, { "type": "ExpressionStatement", - "start": 27849, - "end": 27905, + "start": 28250, + "end": 28306, "loc": { "start": { - "line": 706, + "line": 716, "column": 16 }, "end": { - "line": 706, + "line": 716, "column": 72 } }, "expression": { "type": "AssignmentExpression", - "start": 27849, - "end": 27904, + "start": 28250, + "end": 28305, "loc": { "start": { - "line": 706, + "line": 716, "column": 16 }, "end": { - "line": 706, + "line": 716, "column": 71 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 27849, - "end": 27880, + "start": 28250, + "end": 28281, "loc": { "start": { - "line": 706, + "line": 716, "column": 16 }, "end": { - "line": 706, + "line": 716, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 27849, - "end": 27863, + "start": 28250, + "end": 28264, "loc": { "start": { - "line": 706, + "line": 716, "column": 16 }, "end": { - "line": 706, + "line": 716, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 27849, - "end": 27853, + "start": 28250, + "end": 28254, "loc": { "start": { - "line": 706, + "line": 716, "column": 16 }, "end": { - "line": 706, + "line": 716, "column": 20 } }, @@ -157587,15 +161055,15 @@ }, "property": { "type": "Identifier", - "start": 27854, - "end": 27863, + "start": 28255, + "end": 28264, "loc": { "start": { - "line": 706, + "line": 716, "column": 21 }, "end": { - "line": 706, + "line": 716, "column": 30 }, "identifierName": "converter" @@ -157607,15 +161075,15 @@ }, "property": { "type": "Identifier", - "start": 27864, - "end": 27880, + "start": 28265, + "end": 28281, "loc": { "start": { - "line": 706, + "line": 716, "column": 31 }, "end": { - "line": 706, + "line": 716, "column": 47 }, "identifierName": "convertWorkerURL" @@ -157627,44 +161095,44 @@ }, "right": { "type": "MemberExpression", - "start": 27883, - "end": 27904, + "start": 28284, + "end": 28305, "loc": { "start": { - "line": 706, + "line": 716, "column": 50 }, "end": { - "line": 706, + "line": 716, "column": 71 } }, "object": { "type": "ThisExpression", - "start": 27883, - "end": 27887, + "start": 28284, + "end": 28288, "loc": { "start": { - "line": 706, + "line": 716, "column": 50 }, "end": { - "line": 706, + "line": 716, "column": 54 } } }, "property": { "type": "Identifier", - "start": 27888, - "end": 27904, + "start": 28289, + "end": 28305, "loc": { "start": { - "line": 706, + "line": 716, "column": 55 }, "end": { - "line": 706, + "line": 716, "column": 71 }, "identifierName": "convertWorkerURL" @@ -157679,15 +161147,15 @@ { "type": "CommentLine", "value": " convert settings", - "start": 27813, - "end": 27832, + "start": 28214, + "end": 28233, "loc": { "start": { - "line": 705, + "line": 715, "column": 16 }, "end": { - "line": 705, + "line": 715, "column": 35 } } @@ -157696,87 +161164,87 @@ }, { "type": "ExpressionStatement", - "start": 27922, - "end": 27974, + "start": 28323, + "end": 28375, "loc": { "start": { - "line": 707, + "line": 717, "column": 16 }, "end": { - "line": 707, + "line": 717, "column": 68 } }, "expression": { "type": "AssignmentExpression", - "start": 27922, - "end": 27973, + "start": 28323, + "end": 28374, "loc": { "start": { - "line": 707, + "line": 717, "column": 16 }, "end": { - "line": 707, + "line": 717, "column": 67 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 27922, - "end": 27951, + "start": 28323, + "end": 28352, "loc": { "start": { - "line": 707, + "line": 717, "column": 16 }, "end": { - "line": 707, + "line": 717, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 27922, - "end": 27936, + "start": 28323, + "end": 28337, "loc": { "start": { - "line": 707, + "line": 717, "column": 16 }, "end": { - "line": 707, + "line": 717, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 27922, - "end": 27926, + "start": 28323, + "end": 28327, "loc": { "start": { - "line": 707, + "line": 717, "column": 16 }, "end": { - "line": 707, + "line": 717, "column": 20 } } }, "property": { "type": "Identifier", - "start": 27927, - "end": 27936, + "start": 28328, + "end": 28337, "loc": { "start": { - "line": 707, + "line": 717, "column": 21 }, "end": { - "line": 707, + "line": 717, "column": 30 }, "identifierName": "converter" @@ -157787,15 +161255,15 @@ }, "property": { "type": "Identifier", - "start": 27937, - "end": 27951, + "start": 28338, + "end": 28352, "loc": { "start": { - "line": 707, + "line": 717, "column": 31 }, "end": { - "line": 707, + "line": 717, "column": 45 }, "identifierName": "convertOptions" @@ -157806,44 +161274,44 @@ }, "right": { "type": "MemberExpression", - "start": 27954, - "end": 27973, + "start": 28355, + "end": 28374, "loc": { "start": { - "line": 707, + "line": 717, "column": 48 }, "end": { - "line": 707, + "line": 717, "column": 67 } }, "object": { "type": "ThisExpression", - "start": 27954, - "end": 27958, + "start": 28355, + "end": 28359, "loc": { "start": { - "line": 707, + "line": 717, "column": 48 }, "end": { - "line": 707, + "line": 717, "column": 52 } } }, "property": { "type": "Identifier", - "start": 27959, - "end": 27973, + "start": 28360, + "end": 28374, "loc": { "start": { - "line": 707, + "line": 717, "column": 53 }, "end": { - "line": 707, + "line": 717, "column": 67 }, "identifierName": "convertOptions" @@ -157856,87 +161324,87 @@ }, { "type": "ExpressionStatement", - "start": 27991, - "end": 28055, + "start": 28392, + "end": 28456, "loc": { "start": { - "line": 708, + "line": 718, "column": 16 }, "end": { - "line": 708, + "line": 718, "column": 80 } }, "expression": { "type": "AssignmentExpression", - "start": 27991, - "end": 28054, + "start": 28392, + "end": 28455, "loc": { "start": { - "line": 708, + "line": 718, "column": 16 }, "end": { - "line": 708, + "line": 718, "column": 79 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 27991, - "end": 28026, + "start": 28392, + "end": 28427, "loc": { "start": { - "line": 708, + "line": 718, "column": 16 }, "end": { - "line": 708, + "line": 718, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 27991, - "end": 28005, + "start": 28392, + "end": 28406, "loc": { "start": { - "line": 708, + "line": 718, "column": 16 }, "end": { - "line": 708, + "line": 718, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 27991, - "end": 27995, + "start": 28392, + "end": 28396, "loc": { "start": { - "line": 708, + "line": 718, "column": 16 }, "end": { - "line": 708, + "line": 718, "column": 20 } } }, "property": { "type": "Identifier", - "start": 27996, - "end": 28005, + "start": 28397, + "end": 28406, "loc": { "start": { - "line": 708, + "line": 718, "column": 21 }, "end": { - "line": 708, + "line": 718, "column": 30 }, "identifierName": "converter" @@ -157947,15 +161415,15 @@ }, "property": { "type": "Identifier", - "start": 28006, - "end": 28026, + "start": 28407, + "end": 28427, "loc": { "start": { - "line": 708, + "line": 718, "column": 31 }, "end": { - "line": 708, + "line": 718, "column": 51 }, "identifierName": "pluginLibraryOptions" @@ -157966,44 +161434,44 @@ }, "right": { "type": "MemberExpression", - "start": 28029, - "end": 28054, + "start": 28430, + "end": 28455, "loc": { "start": { - "line": 708, + "line": 718, "column": 54 }, "end": { - "line": 708, + "line": 718, "column": 79 } }, "object": { "type": "ThisExpression", - "start": 28029, - "end": 28033, + "start": 28430, + "end": 28434, "loc": { "start": { - "line": 708, + "line": 718, "column": 54 }, "end": { - "line": 708, + "line": 718, "column": 58 } } }, "property": { "type": "Identifier", - "start": 28034, - "end": 28054, + "start": 28435, + "end": 28455, "loc": { "start": { - "line": 708, + "line": 718, "column": 59 }, "end": { - "line": 708, + "line": 718, "column": 79 }, "identifierName": "pluginLibraryOptions" @@ -158017,15 +161485,15 @@ { "type": "CommentLine", "value": " initialize converter", - "start": 28073, - "end": 28096, + "start": 28474, + "end": 28497, "loc": { "start": { - "line": 710, + "line": 720, "column": 16 }, "end": { - "line": 710, + "line": 720, "column": 39 } } @@ -158034,71 +161502,71 @@ }, { "type": "ExpressionStatement", - "start": 28113, - "end": 28162, + "start": 28514, + "end": 28563, "loc": { "start": { - "line": 711, + "line": 721, "column": 16 }, "end": { - "line": 711, + "line": 721, "column": 65 } }, "expression": { "type": "CallExpression", - "start": 28113, - "end": 28161, + "start": 28514, + "end": 28562, "loc": { "start": { - "line": 711, + "line": 721, "column": 16 }, "end": { - "line": 711, + "line": 721, "column": 64 } }, "callee": { "type": "MemberExpression", - "start": 28113, - "end": 28133, + "start": 28514, + "end": 28534, "loc": { "start": { - "line": 711, + "line": 721, "column": 16 }, "end": { - "line": 711, + "line": 721, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 28113, - "end": 28127, + "start": 28514, + "end": 28528, "loc": { "start": { - "line": 711, + "line": 721, "column": 16 }, "end": { - "line": 711, + "line": 721, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 28113, - "end": 28117, + "start": 28514, + "end": 28518, "loc": { "start": { - "line": 711, + "line": 721, "column": 16 }, "end": { - "line": 711, + "line": 721, "column": 20 } }, @@ -158106,15 +161574,15 @@ }, "property": { "type": "Identifier", - "start": 28118, - "end": 28127, + "start": 28519, + "end": 28528, "loc": { "start": { - "line": 711, + "line": 721, "column": 21 }, "end": { - "line": 711, + "line": 721, "column": 30 }, "identifierName": "converter" @@ -158126,15 +161594,15 @@ }, "property": { "type": "Identifier", - "start": 28128, - "end": 28133, + "start": 28529, + "end": 28534, "loc": { "start": { - "line": 711, + "line": 721, "column": 31 }, "end": { - "line": 711, + "line": 721, "column": 36 }, "identifierName": "setup" @@ -158147,44 +161615,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 28134, - "end": 28148, + "start": 28535, + "end": 28549, "loc": { "start": { - "line": 711, + "line": 721, "column": 37 }, "end": { - "line": 711, + "line": 721, "column": 51 } }, "object": { "type": "ThisExpression", - "start": 28134, - "end": 28138, + "start": 28535, + "end": 28539, "loc": { "start": { - "line": 711, + "line": 721, "column": 37 }, "end": { - "line": 711, + "line": 721, "column": 41 } } }, "property": { "type": "Identifier", - "start": 28139, - "end": 28148, + "start": 28540, + "end": 28549, "loc": { "start": { - "line": 711, + "line": 721, "column": 42 }, "end": { - "line": 711, + "line": 721, "column": 51 }, "identifierName": "mediaType" @@ -158195,44 +161663,44 @@ }, { "type": "MemberExpression", - "start": 28150, - "end": 28160, + "start": 28551, + "end": 28561, "loc": { "start": { - "line": 711, + "line": 721, "column": 53 }, "end": { - "line": 711, + "line": 721, "column": 63 } }, "object": { "type": "ThisExpression", - "start": 28150, - "end": 28154, + "start": 28551, + "end": 28555, "loc": { "start": { - "line": 711, + "line": 721, "column": 53 }, "end": { - "line": 711, + "line": 721, "column": 57 } } }, "property": { "type": "Identifier", - "start": 28155, - "end": 28160, + "start": 28556, + "end": 28561, "loc": { "start": { - "line": 711, + "line": 721, "column": 58 }, "end": { - "line": 711, + "line": 721, "column": 63 }, "identifierName": "debug" @@ -158248,15 +161716,15 @@ { "type": "CommentLine", "value": " initialize converter", - "start": 28073, - "end": 28096, + "start": 28474, + "end": 28497, "loc": { "start": { - "line": 710, + "line": 720, "column": 16 }, "end": { - "line": 710, + "line": 720, "column": 39 } } @@ -158272,15 +161740,15 @@ { "type": "CommentLine", "value": " create converter engine", - "start": 27324, - "end": 27350, + "start": 27725, + "end": 27751, "loc": { "start": { - "line": 693, + "line": 703, "column": 12 }, "end": { - "line": 693, + "line": 703, "column": 38 } } @@ -158290,15 +161758,15 @@ { "type": "CommentLine", "value": " show elements that should never be hidden in animation,", - "start": 28190, - "end": 28248, + "start": 28591, + "end": 28649, "loc": { "start": { - "line": 714, + "line": 724, "column": 12 }, "end": { - "line": 714, + "line": 724, "column": 70 } } @@ -158306,15 +161774,15 @@ { "type": "CommentLine", "value": " audio and/or video modus", - "start": 28261, - "end": 28288, + "start": 28662, + "end": 28689, "loc": { "start": { - "line": 715, + "line": 725, "column": 12 }, "end": { - "line": 715, + "line": 725, "column": 39 } } @@ -158323,44 +161791,44 @@ }, { "type": "VariableDeclaration", - "start": 28301, - "end": 28375, + "start": 28702, + "end": 28776, "loc": { "start": { - "line": 716, + "line": 726, "column": 12 }, "end": { - "line": 716, + "line": 726, "column": 86 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 28305, - "end": 28374, + "start": 28706, + "end": 28775, "loc": { "start": { - "line": 716, + "line": 726, "column": 16 }, "end": { - "line": 716, + "line": 726, "column": 85 } }, "id": { "type": "Identifier", - "start": 28305, - "end": 28315, + "start": 28706, + "end": 28716, "loc": { "start": { - "line": 716, + "line": 726, "column": 16 }, "end": { - "line": 716, + "line": 726, "column": 26 }, "identifierName": "uiElements" @@ -158370,30 +161838,30 @@ }, "init": { "type": "ArrayExpression", - "start": 28318, - "end": 28374, + "start": 28719, + "end": 28775, "loc": { "start": { - "line": 716, + "line": 726, "column": 29 }, "end": { - "line": 716, + "line": 726, "column": 85 } }, "elements": [ { "type": "StringLiteral", - "start": 28319, - "end": 28339, + "start": 28720, + "end": 28740, "loc": { "start": { - "line": 716, + "line": 726, "column": 30 }, "end": { - "line": 716, + "line": 726, "column": 50 } }, @@ -158405,15 +161873,15 @@ }, { "type": "StringLiteral", - "start": 28341, - "end": 28354, + "start": 28742, + "end": 28755, "loc": { "start": { - "line": 716, + "line": 726, "column": 52 }, "end": { - "line": 716, + "line": 726, "column": 65 } }, @@ -158425,15 +161893,15 @@ }, { "type": "StringLiteral", - "start": 28356, - "end": 28373, + "start": 28757, + "end": 28774, "loc": { "start": { - "line": 716, + "line": 726, "column": 67 }, "end": { - "line": 716, + "line": 726, "column": 84 } }, @@ -158453,15 +161921,15 @@ { "type": "CommentLine", "value": " show elements that should never be hidden in animation,", - "start": 28190, - "end": 28248, + "start": 28591, + "end": 28649, "loc": { "start": { - "line": 714, + "line": 724, "column": 12 }, "end": { - "line": 714, + "line": 724, "column": 70 } } @@ -158469,15 +161937,15 @@ { "type": "CommentLine", "value": " audio and/or video modus", - "start": 28261, - "end": 28288, + "start": 28662, + "end": 28689, "loc": { "start": { - "line": 715, + "line": 725, "column": 12 }, "end": { - "line": 715, + "line": 725, "column": 39 } } @@ -158486,57 +161954,57 @@ }, { "type": "ExpressionStatement", - "start": 28388, - "end": 28653, + "start": 28789, + "end": 29054, "loc": { "start": { - "line": 717, + "line": 727, "column": 12 }, "end": { - "line": 723, + "line": 733, "column": 15 } }, "expression": { "type": "CallExpression", - "start": 28388, - "end": 28652, + "start": 28789, + "end": 29053, "loc": { "start": { - "line": 717, + "line": 727, "column": 12 }, "end": { - "line": 723, + "line": 733, "column": 14 } }, "callee": { "type": "MemberExpression", - "start": 28388, - "end": 28406, + "start": 28789, + "end": 28807, "loc": { "start": { - "line": 717, + "line": 727, "column": 12 }, "end": { - "line": 717, + "line": 727, "column": 30 } }, "object": { "type": "Identifier", - "start": 28388, - "end": 28398, + "start": 28789, + "end": 28799, "loc": { "start": { - "line": 717, + "line": 727, "column": 12 }, "end": { - "line": 717, + "line": 727, "column": 22 }, "identifierName": "uiElements" @@ -158545,15 +162013,15 @@ }, "property": { "type": "Identifier", - "start": 28399, - "end": 28406, + "start": 28800, + "end": 28807, "loc": { "start": { - "line": 717, + "line": 727, "column": 23 }, "end": { - "line": 717, + "line": 727, "column": 30 }, "identifierName": "forEach" @@ -158565,15 +162033,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 28407, - "end": 28651, + "start": 28808, + "end": 29052, "loc": { "start": { - "line": 717, + "line": 727, "column": 31 }, "end": { - "line": 723, + "line": 733, "column": 13 } }, @@ -158584,15 +162052,15 @@ "params": [ { "type": "Identifier", - "start": 28408, - "end": 28415, + "start": 28809, + "end": 28816, "loc": { "start": { - "line": 717, + "line": 727, "column": 32 }, "end": { - "line": 717, + "line": 727, "column": 39 }, "identifierName": "element" @@ -158602,59 +162070,59 @@ ], "body": { "type": "BlockStatement", - "start": 28420, - "end": 28651, + "start": 28821, + "end": 29052, "loc": { "start": { - "line": 717, + "line": 727, "column": 44 }, "end": { - "line": 723, + "line": 733, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 28438, - "end": 28480, + "start": 28839, + "end": 28881, "loc": { "start": { - "line": 718, + "line": 728, "column": 16 }, "end": { - "line": 718, + "line": 728, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 28438, - "end": 28479, + "start": 28839, + "end": 28880, "loc": { "start": { - "line": 718, + "line": 728, "column": 16 }, "end": { - "line": 718, + "line": 728, "column": 57 } }, "operator": "=", "left": { "type": "Identifier", - "start": 28438, - "end": 28445, + "start": 28839, + "end": 28846, "loc": { "start": { - "line": 718, + "line": 728, "column": 16 }, "end": { - "line": 718, + "line": 728, "column": 23 }, "identifierName": "element" @@ -158663,72 +162131,72 @@ }, "right": { "type": "MemberExpression", - "start": 28448, - "end": 28479, + "start": 28849, + "end": 28880, "loc": { "start": { - "line": 718, + "line": 728, "column": 26 }, "end": { - "line": 718, + "line": 728, "column": 57 } }, "object": { "type": "MemberExpression", - "start": 28448, - "end": 28470, + "start": 28849, + "end": 28871, "loc": { "start": { - "line": 718, + "line": 728, "column": 26 }, "end": { - "line": 718, + "line": 728, "column": 48 } }, "object": { "type": "MemberExpression", - "start": 28448, - "end": 28459, + "start": 28849, + "end": 28860, "loc": { "start": { - "line": 718, + "line": 728, "column": 26 }, "end": { - "line": 718, + "line": 728, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 28448, - "end": 28452, + "start": 28849, + "end": 28853, "loc": { "start": { - "line": 718, + "line": 728, "column": 26 }, "end": { - "line": 718, + "line": 728, "column": 30 } } }, "property": { "type": "Identifier", - "start": 28453, - "end": 28459, + "start": 28854, + "end": 28860, "loc": { "start": { - "line": 718, + "line": 728, "column": 31 }, "end": { - "line": 718, + "line": 728, "column": 37 }, "identifierName": "player" @@ -158739,15 +162207,15 @@ }, "property": { "type": "Identifier", - "start": 28460, - "end": 28470, + "start": 28861, + "end": 28871, "loc": { "start": { - "line": 718, + "line": 728, "column": 38 }, "end": { - "line": 718, + "line": 728, "column": 48 }, "identifierName": "controlBar" @@ -158758,15 +162226,15 @@ }, "property": { "type": "Identifier", - "start": 28471, - "end": 28478, + "start": 28872, + "end": 28879, "loc": { "start": { - "line": 718, + "line": 728, "column": 49 }, "end": { - "line": 718, + "line": 728, "column": 56 }, "identifierName": "element" @@ -158779,43 +162247,43 @@ }, { "type": "IfStatement", - "start": 28497, - "end": 28637, + "start": 28898, + "end": 29038, "loc": { "start": { - "line": 719, + "line": 729, "column": 16 }, "end": { - "line": 722, + "line": 732, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 28501, - "end": 28522, + "start": 28902, + "end": 28923, "loc": { "start": { - "line": 719, + "line": 729, "column": 20 }, "end": { - "line": 719, + "line": 729, "column": 41 } }, "left": { "type": "Identifier", - "start": 28501, - "end": 28508, + "start": 28902, + "end": 28909, "loc": { "start": { - "line": 719, + "line": 729, "column": 20 }, "end": { - "line": 719, + "line": 729, "column": 27 }, "identifierName": "element" @@ -158825,15 +162293,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 28513, - "end": 28522, + "start": 28914, + "end": 28923, "loc": { "start": { - "line": 719, + "line": 729, "column": 32 }, "end": { - "line": 719, + "line": 729, "column": 41 }, "identifierName": "undefined" @@ -158843,115 +162311,115 @@ }, "consequent": { "type": "BlockStatement", - "start": 28524, - "end": 28637, + "start": 28925, + "end": 29038, "loc": { "start": { - "line": 719, + "line": 729, "column": 43 }, "end": { - "line": 722, + "line": 732, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 28546, - "end": 28583, + "start": 28947, + "end": 28984, "loc": { "start": { - "line": 720, + "line": 730, "column": 20 }, "end": { - "line": 720, + "line": 730, "column": 57 } }, "expression": { "type": "AssignmentExpression", - "start": 28546, - "end": 28582, + "start": 28947, + "end": 28983, "loc": { "start": { - "line": 720, + "line": 730, "column": 20 }, "end": { - "line": 720, + "line": 730, "column": 56 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 28546, - "end": 28572, + "start": 28947, + "end": 28973, "loc": { "start": { - "line": 720, + "line": 730, "column": 20 }, "end": { - "line": 720, + "line": 730, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 28546, - "end": 28564, + "start": 28947, + "end": 28965, "loc": { "start": { - "line": 720, + "line": 730, "column": 20 }, "end": { - "line": 720, + "line": 730, "column": 38 } }, "object": { "type": "CallExpression", - "start": 28546, - "end": 28558, + "start": 28947, + "end": 28959, "loc": { "start": { - "line": 720, + "line": 730, "column": 20 }, "end": { - "line": 720, + "line": 730, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 28546, - "end": 28556, + "start": 28947, + "end": 28957, "loc": { "start": { - "line": 720, + "line": 730, "column": 20 }, "end": { - "line": 720, + "line": 730, "column": 30 } }, "object": { "type": "Identifier", - "start": 28546, - "end": 28553, + "start": 28947, + "end": 28954, "loc": { "start": { - "line": 720, + "line": 730, "column": 20 }, "end": { - "line": 720, + "line": 730, "column": 27 }, "identifierName": "element" @@ -158960,15 +162428,15 @@ }, "property": { "type": "Identifier", - "start": 28554, - "end": 28556, + "start": 28955, + "end": 28957, "loc": { "start": { - "line": 720, + "line": 730, "column": 28 }, "end": { - "line": 720, + "line": 730, "column": 30 }, "identifierName": "el" @@ -158981,15 +162449,15 @@ }, "property": { "type": "Identifier", - "start": 28559, - "end": 28564, + "start": 28960, + "end": 28965, "loc": { "start": { - "line": 720, + "line": 730, "column": 33 }, "end": { - "line": 720, + "line": 730, "column": 38 }, "identifierName": "style" @@ -159000,15 +162468,15 @@ }, "property": { "type": "Identifier", - "start": 28565, - "end": 28572, + "start": 28966, + "end": 28973, "loc": { "start": { - "line": 720, + "line": 730, "column": 39 }, "end": { - "line": 720, + "line": 730, "column": 46 }, "identifierName": "display" @@ -159019,15 +162487,15 @@ }, "right": { "type": "StringLiteral", - "start": 28575, - "end": 28582, + "start": 28976, + "end": 28983, "loc": { "start": { - "line": 720, + "line": 730, "column": 49 }, "end": { - "line": 720, + "line": 730, "column": 56 } }, @@ -159041,57 +162509,57 @@ }, { "type": "ExpressionStatement", - "start": 28604, - "end": 28619, + "start": 29005, + "end": 29020, "loc": { "start": { - "line": 721, + "line": 731, "column": 20 }, "end": { - "line": 721, + "line": 731, "column": 35 } }, "expression": { "type": "CallExpression", - "start": 28604, - "end": 28618, + "start": 29005, + "end": 29019, "loc": { "start": { - "line": 721, + "line": 731, "column": 20 }, "end": { - "line": 721, + "line": 731, "column": 34 } }, "callee": { "type": "MemberExpression", - "start": 28604, - "end": 28616, + "start": 29005, + "end": 29017, "loc": { "start": { - "line": 721, + "line": 731, "column": 20 }, "end": { - "line": 721, + "line": 731, "column": 32 } }, "object": { "type": "Identifier", - "start": 28604, - "end": 28611, + "start": 29005, + "end": 29012, "loc": { "start": { - "line": 721, + "line": 731, "column": 20 }, "end": { - "line": 721, + "line": 731, "column": 27 }, "identifierName": "element" @@ -159100,15 +162568,15 @@ }, "property": { "type": "Identifier", - "start": 28612, - "end": 28616, + "start": 29013, + "end": 29017, "loc": { "start": { - "line": 721, + "line": 731, "column": 28 }, "end": { - "line": 721, + "line": 731, "column": 32 }, "identifierName": "show" @@ -159135,15 +162603,15 @@ { "type": "CommentLine", "value": " show record button", - "start": 28667, - "end": 28688, + "start": 29068, + "end": 29089, "loc": { "start": { - "line": 725, + "line": 735, "column": 12 }, "end": { - "line": 725, + "line": 735, "column": 33 } } @@ -159152,85 +162620,85 @@ }, { "type": "ExpressionStatement", - "start": 28701, - "end": 28733, + "start": 29102, + "end": 29134, "loc": { "start": { - "line": 726, + "line": 736, "column": 12 }, "end": { - "line": 726, + "line": 736, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 28701, - "end": 28732, + "start": 29102, + "end": 29133, "loc": { "start": { - "line": 726, + "line": 736, "column": 12 }, "end": { - "line": 726, + "line": 736, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 28701, - "end": 28730, + "start": 29102, + "end": 29131, "loc": { "start": { - "line": 726, + "line": 736, "column": 12 }, "end": { - "line": 726, + "line": 736, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 28701, - "end": 28725, + "start": 29102, + "end": 29126, "loc": { "start": { - "line": 726, + "line": 736, "column": 12 }, "end": { - "line": 726, + "line": 736, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 28701, - "end": 28712, + "start": 29102, + "end": 29113, "loc": { "start": { - "line": 726, + "line": 736, "column": 12 }, "end": { - "line": 726, + "line": 736, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 28701, - "end": 28705, + "start": 29102, + "end": 29106, "loc": { "start": { - "line": 726, + "line": 736, "column": 12 }, "end": { - "line": 726, + "line": 736, "column": 16 } }, @@ -159238,15 +162706,15 @@ }, "property": { "type": "Identifier", - "start": 28706, - "end": 28712, + "start": 29107, + "end": 29113, "loc": { "start": { - "line": 726, + "line": 736, "column": 17 }, "end": { - "line": 726, + "line": 736, "column": 23 }, "identifierName": "player" @@ -159258,15 +162726,15 @@ }, "property": { "type": "Identifier", - "start": 28713, - "end": 28725, + "start": 29114, + "end": 29126, "loc": { "start": { - "line": 726, + "line": 736, "column": 24 }, "end": { - "line": 726, + "line": 736, "column": 36 }, "identifierName": "recordToggle" @@ -159278,15 +162746,15 @@ }, "property": { "type": "Identifier", - "start": 28726, - "end": 28730, + "start": 29127, + "end": 29131, "loc": { "start": { - "line": 726, + "line": 736, "column": 37 }, "end": { - "line": 726, + "line": 736, "column": 41 }, "identifierName": "show" @@ -159303,15 +162771,15 @@ { "type": "CommentLine", "value": " show record button", - "start": 28667, - "end": 28688, + "start": 29068, + "end": 29089, "loc": { "start": { - "line": 725, + "line": 735, "column": 12 }, "end": { - "line": 725, + "line": 735, "column": 33 } } @@ -159323,100 +162791,100 @@ }, "alternate": { "type": "BlockStatement", - "start": 28749, - "end": 29065, + "start": 29150, + "end": 29466, "loc": { "start": { - "line": 727, + "line": 737, "column": 15 }, "end": { - "line": 736, + "line": 746, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 28803, - "end": 28841, + "start": 29204, + "end": 29242, "loc": { "start": { - "line": 729, + "line": 739, "column": 12 }, "end": { - "line": 729, + "line": 739, "column": 50 } }, "expression": { "type": "CallExpression", - "start": 28803, - "end": 28840, + "start": 29204, + "end": 29241, "loc": { "start": { - "line": 729, + "line": 739, "column": 12 }, "end": { - "line": 729, + "line": 739, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 28803, - "end": 28838, + "start": 29204, + "end": 29239, "loc": { "start": { - "line": 729, + "line": 739, "column": 12 }, "end": { - "line": 729, + "line": 739, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 28803, - "end": 28830, + "start": 29204, + "end": 29231, "loc": { "start": { - "line": 729, + "line": 739, "column": 12 }, "end": { - "line": 729, + "line": 739, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 28803, - "end": 28814, + "start": 29204, + "end": 29215, "loc": { "start": { - "line": 729, + "line": 739, "column": 12 }, "end": { - "line": 729, + "line": 739, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 28803, - "end": 28807, + "start": 29204, + "end": 29208, "loc": { "start": { - "line": 729, + "line": 739, "column": 12 }, "end": { - "line": 729, + "line": 739, "column": 16 } }, @@ -159424,15 +162892,15 @@ }, "property": { "type": "Identifier", - "start": 28808, - "end": 28814, + "start": 29209, + "end": 29215, "loc": { "start": { - "line": 729, + "line": 739, "column": 17 }, "end": { - "line": 729, + "line": 739, "column": 23 }, "identifierName": "player" @@ -159444,15 +162912,15 @@ }, "property": { "type": "Identifier", - "start": 28815, - "end": 28830, + "start": 29216, + "end": 29231, "loc": { "start": { - "line": 729, + "line": 739, "column": 24 }, "end": { - "line": 729, + "line": 739, "column": 39 }, "identifierName": "recordIndicator" @@ -159464,15 +162932,15 @@ }, "property": { "type": "Identifier", - "start": 28831, - "end": 28838, + "start": 29232, + "end": 29239, "loc": { "start": { - "line": 729, + "line": 739, "column": 40 }, "end": { - "line": 729, + "line": 739, "column": 47 }, "identifierName": "disable" @@ -159489,15 +162957,15 @@ { "type": "CommentLine", "value": " disable record indicator", - "start": 28763, - "end": 28790, + "start": 29164, + "end": 29191, "loc": { "start": { - "line": 728, + "line": 738, "column": 12 }, "end": { - "line": 728, + "line": 738, "column": 39 } } @@ -159507,15 +162975,15 @@ { "type": "CommentLine", "value": " setup UI for retrying snapshot (e.g. when stopDevice was", - "start": 28855, - "end": 28914, + "start": 29256, + "end": 29315, "loc": { "start": { - "line": 731, + "line": 741, "column": 12 }, "end": { - "line": 731, + "line": 741, "column": 71 } } @@ -159523,15 +162991,15 @@ { "type": "CommentLine", "value": " used)", - "start": 28927, - "end": 28935, + "start": 29328, + "end": 29336, "loc": { "start": { - "line": 732, + "line": 742, "column": 12 }, "end": { - "line": 732, + "line": 742, "column": 20 } } @@ -159540,57 +163008,57 @@ }, { "type": "ExpressionStatement", - "start": 28948, - "end": 28969, + "start": 29349, + "end": 29370, "loc": { "start": { - "line": 733, + "line": 743, "column": 12 }, "end": { - "line": 733, + "line": 743, "column": 33 } }, "expression": { "type": "CallExpression", - "start": 28948, - "end": 28968, + "start": 29349, + "end": 29369, "loc": { "start": { - "line": 733, + "line": 743, "column": 12 }, "end": { - "line": 733, + "line": 743, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 28948, - "end": 28966, + "start": 29349, + "end": 29367, "loc": { "start": { - "line": 733, + "line": 743, "column": 12 }, "end": { - "line": 733, + "line": 743, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 28948, - "end": 28952, + "start": 29349, + "end": 29353, "loc": { "start": { - "line": 733, + "line": 743, "column": 12 }, "end": { - "line": 733, + "line": 743, "column": 16 } }, @@ -159598,15 +163066,15 @@ }, "property": { "type": "Identifier", - "start": 28953, - "end": 28966, + "start": 29354, + "end": 29367, "loc": { "start": { - "line": 733, + "line": 743, "column": 17 }, "end": { - "line": 733, + "line": 743, "column": 30 }, "identifierName": "retrySnapshot" @@ -159623,15 +163091,15 @@ { "type": "CommentLine", "value": " setup UI for retrying snapshot (e.g. when stopDevice was", - "start": 28855, - "end": 28914, + "start": 29256, + "end": 29315, "loc": { "start": { - "line": 731, + "line": 741, "column": 12 }, "end": { - "line": 731, + "line": 741, "column": 71 } } @@ -159639,15 +163107,15 @@ { "type": "CommentLine", "value": " used)", - "start": 28927, - "end": 28935, + "start": 29328, + "end": 29336, "loc": { "start": { - "line": 732, + "line": 742, "column": 12 }, "end": { - "line": 732, + "line": 742, "column": 20 } } @@ -159657,15 +163125,15 @@ { "type": "CommentLine", "value": " camera button will be displayed as soon as this.onStreamVisible fires", - "start": 28983, - "end": 29055, + "start": 29384, + "end": 29456, "loc": { "start": { - "line": 735, + "line": 745, "column": 12 }, "end": { - "line": 735, + "line": 745, "column": 84 } } @@ -159680,15 +163148,15 @@ { "type": "CommentLine", "value": " setup recording engine", - "start": 23951, - "end": 23976, + "start": 24352, + "end": 24377, "loc": { "start": { - "line": 611, + "line": 621, "column": 8 }, "end": { - "line": 611, + "line": 621, "column": 33 } } @@ -159698,15 +163166,15 @@ { "type": "CommentLine", "value": " setup preview", - "start": 29075, - "end": 29091, + "start": 29476, + "end": 29492, "loc": { "start": { - "line": 738, + "line": 748, "column": 8 }, "end": { - "line": 738, + "line": 748, "column": 24 } } @@ -159715,71 +163183,71 @@ }, { "type": "IfStatement", - "start": 29100, - "end": 30760, + "start": 29501, + "end": 31161, "loc": { "start": { - "line": 739, + "line": 749, "column": 8 }, "end": { - "line": 780, + "line": 790, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 29104, - "end": 29139, + "start": 29505, + "end": 29540, "loc": { "start": { - "line": 739, + "line": 749, "column": 12 }, "end": { - "line": 739, + "line": 749, "column": 47 } }, "left": { "type": "CallExpression", - "start": 29104, - "end": 29124, + "start": 29505, + "end": 29525, "loc": { "start": { - "line": 739, + "line": 749, "column": 12 }, "end": { - "line": 739, + "line": 749, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 29104, - "end": 29122, + "start": 29505, + "end": 29523, "loc": { "start": { - "line": 739, + "line": 749, "column": 12 }, "end": { - "line": 739, + "line": 749, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 29104, - "end": 29108, + "start": 29505, + "end": 29509, "loc": { "start": { - "line": 739, + "line": 749, "column": 12 }, "end": { - "line": 739, + "line": 749, "column": 16 } }, @@ -159787,15 +163255,15 @@ }, "property": { "type": "Identifier", - "start": 29109, - "end": 29122, + "start": 29510, + "end": 29523, "loc": { "start": { - "line": 739, + "line": 749, "column": 17 }, "end": { - "line": 739, + "line": 749, "column": 30 }, "identifierName": "getRecordType" @@ -159811,15 +163279,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 29129, - "end": 29139, + "start": 29530, + "end": 29540, "loc": { "start": { - "line": 739, + "line": 749, "column": 37 }, "end": { - "line": 739, + "line": 749, "column": 47 }, "identifierName": "AUDIO_ONLY" @@ -159830,73 +163298,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 29141, - "end": 30654, + "start": 29542, + "end": 31055, "loc": { "start": { - "line": 739, + "line": 749, "column": 49 }, "end": { - "line": 777, + "line": 787, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 29188, - "end": 29236, + "start": 29589, + "end": 29637, "loc": { "start": { - "line": 741, + "line": 751, "column": 12 }, "end": { - "line": 741, + "line": 751, "column": 60 } }, "expression": { "type": "AssignmentExpression", - "start": 29188, - "end": 29235, + "start": 29589, + "end": 29636, "loc": { "start": { - "line": 741, + "line": 751, "column": 12 }, "end": { - "line": 741, + "line": 751, "column": 59 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 29188, - "end": 29205, + "start": 29589, + "end": 29606, "loc": { "start": { - "line": 741, + "line": 751, "column": 12 }, "end": { - "line": 741, + "line": 751, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 29188, - "end": 29192, + "start": 29589, + "end": 29593, "loc": { "start": { - "line": 741, + "line": 751, "column": 12 }, "end": { - "line": 741, + "line": 751, "column": 16 } }, @@ -159904,15 +163372,15 @@ }, "property": { "type": "Identifier", - "start": 29193, - "end": 29205, + "start": 29594, + "end": 29606, "loc": { "start": { - "line": 741, + "line": 751, "column": 17 }, "end": { - "line": 741, + "line": 751, "column": 29 }, "identifierName": "mediaElement" @@ -159924,86 +163392,86 @@ }, "right": { "type": "MemberExpression", - "start": 29208, - "end": 29235, + "start": 29609, + "end": 29636, "loc": { "start": { - "line": 741, + "line": 751, "column": 32 }, "end": { - "line": 741, + "line": 751, "column": 59 } }, "object": { "type": "CallExpression", - "start": 29208, - "end": 29224, + "start": 29609, + "end": 29625, "loc": { "start": { - "line": 741, + "line": 751, "column": 32 }, "end": { - "line": 741, + "line": 751, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 29208, - "end": 29222, + "start": 29609, + "end": 29623, "loc": { "start": { - "line": 741, + "line": 751, "column": 32 }, "end": { - "line": 741, + "line": 751, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 29208, - "end": 29219, + "start": 29609, + "end": 29620, "loc": { "start": { - "line": 741, + "line": 751, "column": 32 }, "end": { - "line": 741, + "line": 751, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 29208, - "end": 29212, + "start": 29609, + "end": 29613, "loc": { "start": { - "line": 741, + "line": 751, "column": 32 }, "end": { - "line": 741, + "line": 751, "column": 36 } } }, "property": { "type": "Identifier", - "start": 29213, - "end": 29219, + "start": 29614, + "end": 29620, "loc": { "start": { - "line": 741, + "line": 751, "column": 37 }, "end": { - "line": 741, + "line": 751, "column": 43 }, "identifierName": "player" @@ -160014,15 +163482,15 @@ }, "property": { "type": "Identifier", - "start": 29220, - "end": 29222, + "start": 29621, + "end": 29623, "loc": { "start": { - "line": 741, + "line": 751, "column": 44 }, "end": { - "line": 741, + "line": 751, "column": 46 }, "identifierName": "el" @@ -160035,15 +163503,15 @@ }, "property": { "type": "Identifier", - "start": 29225, - "end": 29235, + "start": 29626, + "end": 29636, "loc": { "start": { - "line": 741, + "line": 751, "column": 49 }, "end": { - "line": 741, + "line": 751, "column": 59 }, "identifierName": "firstChild" @@ -160058,15 +163526,15 @@ { "type": "CommentLine", "value": " show live preview", - "start": 29155, - "end": 29175, + "start": 29556, + "end": 29576, "loc": { "start": { - "line": 740, + "line": 750, "column": 12 }, "end": { - "line": 740, + "line": 750, "column": 32 } } @@ -160075,87 +163543,87 @@ }, { "type": "ExpressionStatement", - "start": 29249, - "end": 29284, + "start": 29650, + "end": 29685, "loc": { "start": { - "line": 742, + "line": 752, "column": 12 }, "end": { - "line": 742, + "line": 752, "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 29249, - "end": 29283, + "start": 29650, + "end": 29684, "loc": { "start": { - "line": 742, + "line": 752, "column": 12 }, "end": { - "line": 742, + "line": 752, "column": 46 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 29249, - "end": 29275, + "start": 29650, + "end": 29676, "loc": { "start": { - "line": 742, + "line": 752, "column": 12 }, "end": { - "line": 742, + "line": 752, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 29249, - "end": 29266, + "start": 29650, + "end": 29667, "loc": { "start": { - "line": 742, + "line": 752, "column": 12 }, "end": { - "line": 742, + "line": 752, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 29249, - "end": 29253, + "start": 29650, + "end": 29654, "loc": { "start": { - "line": 742, + "line": 752, "column": 12 }, "end": { - "line": 742, + "line": 752, "column": 16 } } }, "property": { "type": "Identifier", - "start": 29254, - "end": 29266, + "start": 29655, + "end": 29667, "loc": { "start": { - "line": 742, + "line": 752, "column": 17 }, "end": { - "line": 742, + "line": 752, "column": 29 }, "identifierName": "mediaElement" @@ -160166,15 +163634,15 @@ }, "property": { "type": "Identifier", - "start": 29267, - "end": 29275, + "start": 29668, + "end": 29676, "loc": { "start": { - "line": 742, + "line": 752, "column": 30 }, "end": { - "line": 742, + "line": 752, "column": 38 }, "identifierName": "controls" @@ -160185,15 +163653,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 29278, - "end": 29283, + "start": 29679, + "end": 29684, "loc": { "start": { - "line": 742, + "line": 752, "column": 41 }, "end": { - "line": 742, + "line": 752, "column": 46 } }, @@ -160204,15 +163672,15 @@ { "type": "CommentLine", "value": " mute incoming audio for feedback loops", - "start": 29298, - "end": 29339, + "start": 29699, + "end": 29740, "loc": { "start": { - "line": 744, + "line": 754, "column": 12 }, "end": { - "line": 744, + "line": 754, "column": 53 } } @@ -160221,72 +163689,72 @@ }, { "type": "ExpressionStatement", - "start": 29352, - "end": 29383, + "start": 29753, + "end": 29784, "loc": { "start": { - "line": 745, + "line": 755, "column": 12 }, "end": { - "line": 745, + "line": 755, "column": 43 } }, "expression": { "type": "AssignmentExpression", - "start": 29352, - "end": 29382, + "start": 29753, + "end": 29783, "loc": { "start": { - "line": 745, + "line": 755, "column": 12 }, "end": { - "line": 745, + "line": 755, "column": 42 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 29352, - "end": 29375, + "start": 29753, + "end": 29776, "loc": { "start": { - "line": 745, + "line": 755, "column": 12 }, "end": { - "line": 745, + "line": 755, "column": 35 } }, "object": { "type": "MemberExpression", - "start": 29352, - "end": 29369, + "start": 29753, + "end": 29770, "loc": { "start": { - "line": 745, + "line": 755, "column": 12 }, "end": { - "line": 745, + "line": 755, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 29352, - "end": 29356, + "start": 29753, + "end": 29757, "loc": { "start": { - "line": 745, + "line": 755, "column": 12 }, "end": { - "line": 745, + "line": 755, "column": 16 } }, @@ -160294,15 +163762,15 @@ }, "property": { "type": "Identifier", - "start": 29357, - "end": 29369, + "start": 29758, + "end": 29770, "loc": { "start": { - "line": 745, + "line": 755, "column": 17 }, "end": { - "line": 745, + "line": 755, "column": 29 }, "identifierName": "mediaElement" @@ -160314,15 +163782,15 @@ }, "property": { "type": "Identifier", - "start": 29370, - "end": 29375, + "start": 29771, + "end": 29776, "loc": { "start": { - "line": 745, + "line": 755, "column": 30 }, "end": { - "line": 745, + "line": 755, "column": 35 }, "identifierName": "muted" @@ -160334,15 +163802,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 29378, - "end": 29382, + "start": 29779, + "end": 29783, "loc": { "start": { - "line": 745, + "line": 755, "column": 38 }, "end": { - "line": 745, + "line": 755, "column": 42 } }, @@ -160354,15 +163822,15 @@ { "type": "CommentLine", "value": " mute incoming audio for feedback loops", - "start": 29298, - "end": 29339, + "start": 29699, + "end": 29740, "loc": { "start": { - "line": 744, + "line": 754, "column": 12 }, "end": { - "line": 744, + "line": 754, "column": 53 } } @@ -160372,15 +163840,15 @@ { "type": "CommentLine", "value": " hide the volume bar while it's muted", - "start": 29397, - "end": 29436, + "start": 29798, + "end": 29837, "loc": { "start": { - "line": 747, + "line": 757, "column": 12 }, "end": { - "line": 747, + "line": 757, "column": 51 } } @@ -160389,57 +163857,57 @@ }, { "type": "ExpressionStatement", - "start": 29449, - "end": 29482, + "start": 29850, + "end": 29883, "loc": { "start": { - "line": 748, + "line": 758, "column": 12 }, "end": { - "line": 748, + "line": 758, "column": 45 } }, "expression": { "type": "CallExpression", - "start": 29449, - "end": 29481, + "start": 29850, + "end": 29882, "loc": { "start": { - "line": 748, + "line": 758, "column": 12 }, "end": { - "line": 748, + "line": 758, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 29449, - "end": 29474, + "start": 29850, + "end": 29875, "loc": { "start": { - "line": 748, + "line": 758, "column": 12 }, "end": { - "line": 748, + "line": 758, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 29449, - "end": 29453, + "start": 29850, + "end": 29854, "loc": { "start": { - "line": 748, + "line": 758, "column": 12 }, "end": { - "line": 748, + "line": 758, "column": 16 } }, @@ -160447,15 +163915,15 @@ }, "property": { "type": "Identifier", - "start": 29454, - "end": 29474, + "start": 29855, + "end": 29875, "loc": { "start": { - "line": 748, + "line": 758, "column": 17 }, "end": { - "line": 748, + "line": 758, "column": 37 }, "identifierName": "displayVolumeControl" @@ -160468,15 +163936,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 29475, - "end": 29480, + "start": 29876, + "end": 29881, "loc": { "start": { - "line": 748, + "line": 758, "column": 38 }, "end": { - "line": 748, + "line": 758, "column": 43 } }, @@ -160489,15 +163957,15 @@ { "type": "CommentLine", "value": " hide the volume bar while it's muted", - "start": 29397, - "end": 29436, + "start": 29798, + "end": 29837, "loc": { "start": { - "line": 747, + "line": 757, "column": 12 }, "end": { - "line": 747, + "line": 757, "column": 51 } } @@ -160507,15 +163975,15 @@ { "type": "CommentLine", "value": " picture-in-picture", - "start": 29496, - "end": 29517, + "start": 29897, + "end": 29918, "loc": { "start": { - "line": 750, + "line": 760, "column": 12 }, "end": { - "line": 750, + "line": 760, "column": 33 } } @@ -160524,57 +163992,57 @@ }, { "type": "IfStatement", - "start": 29530, - "end": 30232, + "start": 29931, + "end": 30633, "loc": { "start": { - "line": 751, + "line": 761, "column": 12 }, "end": { - "line": 764, + "line": 774, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 29534, - "end": 29564, + "start": 29935, + "end": 29965, "loc": { "start": { - "line": 751, + "line": 761, "column": 16 }, "end": { - "line": 751, + "line": 761, "column": 46 } }, "left": { "type": "MemberExpression", - "start": 29534, - "end": 29555, + "start": 29935, + "end": 29956, "loc": { "start": { - "line": 751, + "line": 761, "column": 16 }, "end": { - "line": 751, + "line": 761, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 29534, - "end": 29538, + "start": 29935, + "end": 29939, "loc": { "start": { - "line": 751, + "line": 761, "column": 16 }, "end": { - "line": 751, + "line": 761, "column": 20 } }, @@ -160582,15 +164050,15 @@ }, "property": { "type": "Identifier", - "start": 29539, - "end": 29555, + "start": 29940, + "end": 29956, "loc": { "start": { - "line": 751, + "line": 761, "column": 21 }, "end": { - "line": 751, + "line": 761, "column": 37 }, "identifierName": "pictureInPicture" @@ -160603,15 +164071,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 29560, - "end": 29564, + "start": 29961, + "end": 29965, "loc": { "start": { - "line": 751, + "line": 761, "column": 42 }, "end": { - "line": 751, + "line": 761, "column": 46 } }, @@ -160621,100 +164089,100 @@ }, "consequent": { "type": "BlockStatement", - "start": 29566, - "end": 30232, + "start": 29967, + "end": 30633, "loc": { "start": { - "line": 751, + "line": 761, "column": 48 }, "end": { - "line": 764, + "line": 774, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 29615, - "end": 29644, + "start": 30016, + "end": 30045, "loc": { "start": { - "line": 753, + "line": 763, "column": 16 }, "end": { - "line": 753, + "line": 763, "column": 45 } }, "expression": { "type": "CallExpression", - "start": 29615, - "end": 29643, + "start": 30016, + "end": 30044, "loc": { "start": { - "line": 753, + "line": 763, "column": 16 }, "end": { - "line": 753, + "line": 763, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 29615, - "end": 29641, + "start": 30016, + "end": 30042, "loc": { "start": { - "line": 753, + "line": 763, "column": 16 }, "end": { - "line": 753, + "line": 763, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 29615, - "end": 29636, + "start": 30016, + "end": 30037, "loc": { "start": { - "line": 753, + "line": 763, "column": 16 }, "end": { - "line": 753, + "line": 763, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 29615, - "end": 29626, + "start": 30016, + "end": 30027, "loc": { "start": { - "line": 753, + "line": 763, "column": 16 }, "end": { - "line": 753, + "line": 763, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 29615, - "end": 29619, + "start": 30016, + "end": 30020, "loc": { "start": { - "line": 753, + "line": 763, "column": 16 }, "end": { - "line": 753, + "line": 763, "column": 20 } }, @@ -160722,15 +164190,15 @@ }, "property": { "type": "Identifier", - "start": 29620, - "end": 29626, + "start": 30021, + "end": 30027, "loc": { "start": { - "line": 753, + "line": 763, "column": 21 }, "end": { - "line": 753, + "line": 763, "column": 27 }, "identifierName": "player" @@ -160742,15 +164210,15 @@ }, "property": { "type": "Identifier", - "start": 29627, - "end": 29636, + "start": 30028, + "end": 30037, "loc": { "start": { - "line": 753, + "line": 763, "column": 28 }, "end": { - "line": 753, + "line": 763, "column": 37 }, "identifierName": "pipToggle" @@ -160762,15 +164230,15 @@ }, "property": { "type": "Identifier", - "start": 29637, - "end": 29641, + "start": 30038, + "end": 30042, "loc": { "start": { - "line": 753, + "line": 763, "column": 38 }, "end": { - "line": 753, + "line": 763, "column": 42 }, "identifierName": "show" @@ -160787,15 +164255,15 @@ { "type": "CommentLine", "value": " show button", - "start": 29584, - "end": 29598, + "start": 29985, + "end": 29999, "loc": { "start": { - "line": 752, + "line": 762, "column": 16 }, "end": { - "line": 752, + "line": 762, "column": 30 } } @@ -160805,15 +164273,15 @@ { "type": "CommentLine", "value": " listen to and forward Picture-in-Picture events", - "start": 29662, - "end": 29712, + "start": 30063, + "end": 30113, "loc": { "start": { - "line": 755, + "line": 765, "column": 16 }, "end": { - "line": 755, + "line": 765, "column": 66 } } @@ -160822,71 +164290,71 @@ }, { "type": "ExpressionStatement", - "start": 29729, - "end": 29840, + "start": 30130, + "end": 30241, "loc": { "start": { - "line": 756, + "line": 766, "column": 16 }, "end": { - "line": 757, + "line": 767, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 29729, - "end": 29839, + "start": 30130, + "end": 30240, "loc": { "start": { - "line": 756, + "line": 766, "column": 16 }, "end": { - "line": 757, + "line": 767, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 29729, - "end": 29766, + "start": 30130, + "end": 30167, "loc": { "start": { - "line": 756, + "line": 766, "column": 16 }, "end": { - "line": 756, + "line": 766, "column": 53 } }, "object": { "type": "MemberExpression", - "start": 29729, - "end": 29746, + "start": 30130, + "end": 30147, "loc": { "start": { - "line": 756, + "line": 766, "column": 16 }, "end": { - "line": 756, + "line": 766, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 29729, - "end": 29733, + "start": 30130, + "end": 30134, "loc": { "start": { - "line": 756, + "line": 766, "column": 16 }, "end": { - "line": 756, + "line": 766, "column": 20 } }, @@ -160894,15 +164362,15 @@ }, "property": { "type": "Identifier", - "start": 29734, - "end": 29746, + "start": 30135, + "end": 30147, "loc": { "start": { - "line": 756, + "line": 766, "column": 21 }, "end": { - "line": 756, + "line": 766, "column": 33 }, "identifierName": "mediaElement" @@ -160914,15 +164382,15 @@ }, "property": { "type": "Identifier", - "start": 29747, - "end": 29766, + "start": 30148, + "end": 30167, "loc": { "start": { - "line": 756, + "line": 766, "column": 34 }, "end": { - "line": 756, + "line": 766, "column": 53 }, "identifierName": "removeEventListener" @@ -160935,29 +164403,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 29767, - "end": 29794, + "start": 30168, + "end": 30195, "loc": { "start": { - "line": 756, + "line": 766, "column": 54 }, "end": { - "line": 756, + "line": 766, "column": 81 } }, "object": { "type": "Identifier", - "start": 29767, - "end": 29772, + "start": 30168, + "end": 30173, "loc": { "start": { - "line": 756, + "line": 766, "column": 54 }, "end": { - "line": 756, + "line": 766, "column": 59 }, "identifierName": "Event" @@ -160966,15 +164434,15 @@ }, "property": { "type": "Identifier", - "start": 29773, - "end": 29794, + "start": 30174, + "end": 30195, "loc": { "start": { - "line": 756, + "line": 766, "column": 60 }, "end": { - "line": 756, + "line": 766, "column": 81 }, "identifierName": "ENTERPICTUREINPICTURE" @@ -160985,44 +164453,44 @@ }, { "type": "MemberExpression", - "start": 29816, - "end": 29838, + "start": 30217, + "end": 30239, "loc": { "start": { - "line": 757, + "line": 767, "column": 20 }, "end": { - "line": 757, + "line": 767, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 29816, - "end": 29820, + "start": 30217, + "end": 30221, "loc": { "start": { - "line": 757, + "line": 767, "column": 20 }, "end": { - "line": 757, + "line": 767, "column": 24 } } }, "property": { "type": "Identifier", - "start": 29821, - "end": 29838, + "start": 30222, + "end": 30239, "loc": { "start": { - "line": 757, + "line": 767, "column": 25 }, "end": { - "line": 757, + "line": 767, "column": 42 }, "identifierName": "onEnterPiPHandler" @@ -161038,15 +164506,15 @@ { "type": "CommentLine", "value": " listen to and forward Picture-in-Picture events", - "start": 29662, - "end": 29712, + "start": 30063, + "end": 30113, "loc": { "start": { - "line": 755, + "line": 765, "column": 16 }, "end": { - "line": 755, + "line": 765, "column": 66 } } @@ -161055,86 +164523,86 @@ }, { "type": "ExpressionStatement", - "start": 29857, - "end": 29968, + "start": 30258, + "end": 30369, "loc": { "start": { - "line": 758, + "line": 768, "column": 16 }, "end": { - "line": 759, + "line": 769, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 29857, - "end": 29967, + "start": 30258, + "end": 30368, "loc": { "start": { - "line": 758, + "line": 768, "column": 16 }, "end": { - "line": 759, + "line": 769, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 29857, - "end": 29894, + "start": 30258, + "end": 30295, "loc": { "start": { - "line": 758, + "line": 768, "column": 16 }, "end": { - "line": 758, + "line": 768, "column": 53 } }, "object": { "type": "MemberExpression", - "start": 29857, - "end": 29874, + "start": 30258, + "end": 30275, "loc": { "start": { - "line": 758, + "line": 768, "column": 16 }, "end": { - "line": 758, + "line": 768, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 29857, - "end": 29861, + "start": 30258, + "end": 30262, "loc": { "start": { - "line": 758, + "line": 768, "column": 16 }, "end": { - "line": 758, + "line": 768, "column": 20 } } }, "property": { "type": "Identifier", - "start": 29862, - "end": 29874, + "start": 30263, + "end": 30275, "loc": { "start": { - "line": 758, + "line": 768, "column": 21 }, "end": { - "line": 758, + "line": 768, "column": 33 }, "identifierName": "mediaElement" @@ -161145,15 +164613,15 @@ }, "property": { "type": "Identifier", - "start": 29875, - "end": 29894, + "start": 30276, + "end": 30295, "loc": { "start": { - "line": 758, + "line": 768, "column": 34 }, "end": { - "line": 758, + "line": 768, "column": 53 }, "identifierName": "removeEventListener" @@ -161165,29 +164633,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 29895, - "end": 29922, + "start": 30296, + "end": 30323, "loc": { "start": { - "line": 758, + "line": 768, "column": 54 }, "end": { - "line": 758, + "line": 768, "column": 81 } }, "object": { "type": "Identifier", - "start": 29895, - "end": 29900, + "start": 30296, + "end": 30301, "loc": { "start": { - "line": 758, + "line": 768, "column": 54 }, "end": { - "line": 758, + "line": 768, "column": 59 }, "identifierName": "Event" @@ -161196,15 +164664,15 @@ }, "property": { "type": "Identifier", - "start": 29901, - "end": 29922, + "start": 30302, + "end": 30323, "loc": { "start": { - "line": 758, + "line": 768, "column": 60 }, "end": { - "line": 758, + "line": 768, "column": 81 }, "identifierName": "LEAVEPICTUREINPICTURE" @@ -161215,44 +164683,44 @@ }, { "type": "MemberExpression", - "start": 29944, - "end": 29966, + "start": 30345, + "end": 30367, "loc": { "start": { - "line": 759, + "line": 769, "column": 20 }, "end": { - "line": 759, + "line": 769, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 29944, - "end": 29948, + "start": 30345, + "end": 30349, "loc": { "start": { - "line": 759, + "line": 769, "column": 20 }, "end": { - "line": 759, + "line": 769, "column": 24 } } }, "property": { "type": "Identifier", - "start": 29949, - "end": 29966, + "start": 30350, + "end": 30367, "loc": { "start": { - "line": 759, + "line": 769, "column": 25 }, "end": { - "line": 759, + "line": 769, "column": 42 }, "identifierName": "onLeavePiPHandler" @@ -161266,86 +164734,86 @@ }, { "type": "ExpressionStatement", - "start": 29985, - "end": 30093, + "start": 30386, + "end": 30494, "loc": { "start": { - "line": 760, + "line": 770, "column": 16 }, "end": { - "line": 761, + "line": 771, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 29985, - "end": 30092, + "start": 30386, + "end": 30493, "loc": { "start": { - "line": 760, + "line": 770, "column": 16 }, "end": { - "line": 761, + "line": 771, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 29985, - "end": 30019, + "start": 30386, + "end": 30420, "loc": { "start": { - "line": 760, + "line": 770, "column": 16 }, "end": { - "line": 760, + "line": 770, "column": 50 } }, "object": { "type": "MemberExpression", - "start": 29985, - "end": 30002, + "start": 30386, + "end": 30403, "loc": { "start": { - "line": 760, + "line": 770, "column": 16 }, "end": { - "line": 760, + "line": 770, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 29985, - "end": 29989, + "start": 30386, + "end": 30390, "loc": { "start": { - "line": 760, + "line": 770, "column": 16 }, "end": { - "line": 760, + "line": 770, "column": 20 } } }, "property": { "type": "Identifier", - "start": 29990, - "end": 30002, + "start": 30391, + "end": 30403, "loc": { "start": { - "line": 760, + "line": 770, "column": 21 }, "end": { - "line": 760, + "line": 770, "column": 33 }, "identifierName": "mediaElement" @@ -161356,15 +164824,15 @@ }, "property": { "type": "Identifier", - "start": 30003, - "end": 30019, + "start": 30404, + "end": 30420, "loc": { "start": { - "line": 760, + "line": 770, "column": 34 }, "end": { - "line": 760, + "line": 770, "column": 50 }, "identifierName": "addEventListener" @@ -161376,29 +164844,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 30020, - "end": 30047, + "start": 30421, + "end": 30448, "loc": { "start": { - "line": 760, + "line": 770, "column": 51 }, "end": { - "line": 760, + "line": 770, "column": 78 } }, "object": { "type": "Identifier", - "start": 30020, - "end": 30025, + "start": 30421, + "end": 30426, "loc": { "start": { - "line": 760, + "line": 770, "column": 51 }, "end": { - "line": 760, + "line": 770, "column": 56 }, "identifierName": "Event" @@ -161407,15 +164875,15 @@ }, "property": { "type": "Identifier", - "start": 30026, - "end": 30047, + "start": 30427, + "end": 30448, "loc": { "start": { - "line": 760, + "line": 770, "column": 57 }, "end": { - "line": 760, + "line": 770, "column": 78 }, "identifierName": "ENTERPICTUREINPICTURE" @@ -161426,44 +164894,44 @@ }, { "type": "MemberExpression", - "start": 30069, - "end": 30091, + "start": 30470, + "end": 30492, "loc": { "start": { - "line": 761, + "line": 771, "column": 20 }, "end": { - "line": 761, + "line": 771, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 30069, - "end": 30073, + "start": 30470, + "end": 30474, "loc": { "start": { - "line": 761, + "line": 771, "column": 20 }, "end": { - "line": 761, + "line": 771, "column": 24 } } }, "property": { "type": "Identifier", - "start": 30074, - "end": 30091, + "start": 30475, + "end": 30492, "loc": { "start": { - "line": 761, + "line": 771, "column": 25 }, "end": { - "line": 761, + "line": 771, "column": 42 }, "identifierName": "onEnterPiPHandler" @@ -161477,86 +164945,86 @@ }, { "type": "ExpressionStatement", - "start": 30110, - "end": 30218, + "start": 30511, + "end": 30619, "loc": { "start": { - "line": 762, + "line": 772, "column": 16 }, "end": { - "line": 763, + "line": 773, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 30110, - "end": 30217, + "start": 30511, + "end": 30618, "loc": { "start": { - "line": 762, + "line": 772, "column": 16 }, "end": { - "line": 763, + "line": 773, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 30110, - "end": 30144, + "start": 30511, + "end": 30545, "loc": { "start": { - "line": 762, + "line": 772, "column": 16 }, "end": { - "line": 762, + "line": 772, "column": 50 } }, "object": { "type": "MemberExpression", - "start": 30110, - "end": 30127, + "start": 30511, + "end": 30528, "loc": { "start": { - "line": 762, + "line": 772, "column": 16 }, "end": { - "line": 762, + "line": 772, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 30110, - "end": 30114, + "start": 30511, + "end": 30515, "loc": { "start": { - "line": 762, + "line": 772, "column": 16 }, "end": { - "line": 762, + "line": 772, "column": 20 } } }, "property": { "type": "Identifier", - "start": 30115, - "end": 30127, + "start": 30516, + "end": 30528, "loc": { "start": { - "line": 762, + "line": 772, "column": 21 }, "end": { - "line": 762, + "line": 772, "column": 33 }, "identifierName": "mediaElement" @@ -161567,15 +165035,15 @@ }, "property": { "type": "Identifier", - "start": 30128, - "end": 30144, + "start": 30529, + "end": 30545, "loc": { "start": { - "line": 762, + "line": 772, "column": 34 }, "end": { - "line": 762, + "line": 772, "column": 50 }, "identifierName": "addEventListener" @@ -161587,29 +165055,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 30145, - "end": 30172, + "start": 30546, + "end": 30573, "loc": { "start": { - "line": 762, + "line": 772, "column": 51 }, "end": { - "line": 762, + "line": 772, "column": 78 } }, "object": { "type": "Identifier", - "start": 30145, - "end": 30150, + "start": 30546, + "end": 30551, "loc": { "start": { - "line": 762, + "line": 772, "column": 51 }, "end": { - "line": 762, + "line": 772, "column": 56 }, "identifierName": "Event" @@ -161618,15 +165086,15 @@ }, "property": { "type": "Identifier", - "start": 30151, - "end": 30172, + "start": 30552, + "end": 30573, "loc": { "start": { - "line": 762, + "line": 772, "column": 57 }, "end": { - "line": 762, + "line": 772, "column": 78 }, "identifierName": "LEAVEPICTUREINPICTURE" @@ -161637,44 +165105,44 @@ }, { "type": "MemberExpression", - "start": 30194, - "end": 30216, + "start": 30595, + "end": 30617, "loc": { "start": { - "line": 763, + "line": 773, "column": 20 }, "end": { - "line": 763, + "line": 773, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 30194, - "end": 30198, + "start": 30595, + "end": 30599, "loc": { "start": { - "line": 763, + "line": 773, "column": 20 }, "end": { - "line": 763, + "line": 773, "column": 24 } } }, "property": { "type": "Identifier", - "start": 30199, - "end": 30216, + "start": 30600, + "end": 30617, "loc": { "start": { - "line": 763, + "line": 773, "column": 25 }, "end": { - "line": 763, + "line": 773, "column": 42 }, "identifierName": "onLeavePiPHandler" @@ -161695,15 +165163,15 @@ { "type": "CommentLine", "value": " picture-in-picture", - "start": 29496, - "end": 29517, + "start": 29897, + "end": 29918, "loc": { "start": { - "line": 750, + "line": 760, "column": 12 }, "end": { - "line": 750, + "line": 760, "column": 33 } } @@ -161713,15 +165181,15 @@ { "type": "CommentLine", "value": " load stream", - "start": 30245, - "end": 30259, + "start": 30646, + "end": 30660, "loc": { "start": { - "line": 765, + "line": 775, "column": 12 }, "end": { - "line": 765, + "line": 775, "column": 26 } } @@ -161730,57 +165198,57 @@ }, { "type": "ExpressionStatement", - "start": 30272, - "end": 30295, + "start": 30673, + "end": 30696, "loc": { "start": { - "line": 766, + "line": 776, "column": 12 }, "end": { - "line": 766, + "line": 776, "column": 35 } }, "expression": { "type": "CallExpression", - "start": 30272, - "end": 30294, + "start": 30673, + "end": 30695, "loc": { "start": { - "line": 766, + "line": 776, "column": 12 }, "end": { - "line": 766, + "line": 776, "column": 34 } }, "callee": { "type": "MemberExpression", - "start": 30272, - "end": 30281, + "start": 30673, + "end": 30682, "loc": { "start": { - "line": 766, + "line": 776, "column": 12 }, "end": { - "line": 766, + "line": 776, "column": 21 } }, "object": { "type": "ThisExpression", - "start": 30272, - "end": 30276, + "start": 30673, + "end": 30677, "loc": { "start": { - "line": 766, + "line": 776, "column": 12 }, "end": { - "line": 766, + "line": 776, "column": 16 } }, @@ -161788,15 +165256,15 @@ }, "property": { "type": "Identifier", - "start": 30277, - "end": 30281, + "start": 30678, + "end": 30682, "loc": { "start": { - "line": 766, + "line": 776, "column": 17 }, "end": { - "line": 766, + "line": 776, "column": 21 }, "identifierName": "load" @@ -161809,44 +165277,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 30282, - "end": 30293, + "start": 30683, + "end": 30694, "loc": { "start": { - "line": 766, + "line": 776, "column": 22 }, "end": { - "line": 766, + "line": 776, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 30282, - "end": 30286, + "start": 30683, + "end": 30687, "loc": { "start": { - "line": 766, + "line": 776, "column": 22 }, "end": { - "line": 766, + "line": 776, "column": 26 } } }, "property": { "type": "Identifier", - "start": 30287, - "end": 30293, + "start": 30688, + "end": 30694, "loc": { "start": { - "line": 766, + "line": 776, "column": 27 }, "end": { - "line": 766, + "line": 776, "column": 33 }, "identifierName": "stream" @@ -161862,15 +165330,15 @@ { "type": "CommentLine", "value": " load stream", - "start": 30245, - "end": 30259, + "start": 30646, + "end": 30660, "loc": { "start": { - "line": 765, + "line": 775, "column": 12 }, "end": { - "line": 765, + "line": 775, "column": 26 } } @@ -161880,15 +165348,15 @@ { "type": "CommentLine", "value": " stream loading is async, so we wait until it's ready to play", - "start": 30309, - "end": 30372, + "start": 30710, + "end": 30773, "loc": { "start": { - "line": 768, + "line": 778, "column": 12 }, "end": { - "line": 768, + "line": 778, "column": 75 } } @@ -161896,15 +165364,15 @@ { "type": "CommentLine", "value": " the stream", - "start": 30385, - "end": 30398, + "start": 30786, + "end": 30799, "loc": { "start": { - "line": 769, + "line": 779, "column": 12 }, "end": { - "line": 769, + "line": 779, "column": 25 } } @@ -161913,71 +165381,71 @@ }, { "type": "ExpressionStatement", - "start": 30411, - "end": 30644, + "start": 30812, + "end": 31045, "loc": { "start": { - "line": 770, + "line": 780, "column": 12 }, "end": { - "line": 776, + "line": 786, "column": 15 } }, "expression": { "type": "CallExpression", - "start": 30411, - "end": 30643, + "start": 30812, + "end": 31044, "loc": { "start": { - "line": 770, + "line": 780, "column": 12 }, "end": { - "line": 776, + "line": 786, "column": 14 } }, "callee": { "type": "MemberExpression", - "start": 30411, - "end": 30426, + "start": 30812, + "end": 30827, "loc": { "start": { - "line": 770, + "line": 780, "column": 12 }, "end": { - "line": 770, + "line": 780, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 30411, - "end": 30422, + "start": 30812, + "end": 30823, "loc": { "start": { - "line": 770, + "line": 780, "column": 12 }, "end": { - "line": 770, + "line": 780, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 30411, - "end": 30415, + "start": 30812, + "end": 30816, "loc": { "start": { - "line": 770, + "line": 780, "column": 12 }, "end": { - "line": 770, + "line": 780, "column": 16 } }, @@ -161985,15 +165453,15 @@ }, "property": { "type": "Identifier", - "start": 30416, - "end": 30422, + "start": 30817, + "end": 30823, "loc": { "start": { - "line": 770, + "line": 780, "column": 17 }, "end": { - "line": 770, + "line": 780, "column": 23 }, "identifierName": "player" @@ -162005,15 +165473,15 @@ }, "property": { "type": "Identifier", - "start": 30423, - "end": 30426, + "start": 30824, + "end": 30827, "loc": { "start": { - "line": 770, + "line": 780, "column": 24 }, "end": { - "line": 770, + "line": 780, "column": 27 }, "identifierName": "one" @@ -162026,29 +165494,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 30427, - "end": 30447, + "start": 30828, + "end": 30848, "loc": { "start": { - "line": 770, + "line": 780, "column": 28 }, "end": { - "line": 770, + "line": 780, "column": 48 } }, "object": { "type": "Identifier", - "start": 30427, - "end": 30432, + "start": 30828, + "end": 30833, "loc": { "start": { - "line": 770, + "line": 780, "column": 28 }, "end": { - "line": 770, + "line": 780, "column": 33 }, "identifierName": "Event" @@ -162057,15 +165525,15 @@ }, "property": { "type": "Identifier", - "start": 30433, - "end": 30447, + "start": 30834, + "end": 30848, "loc": { "start": { - "line": 770, + "line": 780, "column": 34 }, "end": { - "line": 770, + "line": 780, "column": 48 }, "identifierName": "LOADEDMETADATA" @@ -162076,15 +165544,15 @@ }, { "type": "ArrowFunctionExpression", - "start": 30449, - "end": 30642, + "start": 30850, + "end": 31043, "loc": { "start": { - "line": 770, + "line": 780, "column": 50 }, "end": { - "line": 776, + "line": 786, "column": 13 } }, @@ -162095,86 +165563,86 @@ "params": [], "body": { "type": "BlockStatement", - "start": 30455, - "end": 30642, + "start": 30856, + "end": 31043, "loc": { "start": { - "line": 770, + "line": 780, "column": 56 }, "end": { - "line": 776, + "line": 786, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 30505, - "end": 30530, + "start": 30906, + "end": 30931, "loc": { "start": { - "line": 772, + "line": 782, "column": 16 }, "end": { - "line": 772, + "line": 782, "column": 41 } }, "expression": { "type": "CallExpression", - "start": 30505, - "end": 30529, + "start": 30906, + "end": 30930, "loc": { "start": { - "line": 772, + "line": 782, "column": 16 }, "end": { - "line": 772, + "line": 782, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 30505, - "end": 30527, + "start": 30906, + "end": 30928, "loc": { "start": { - "line": 772, + "line": 782, "column": 16 }, "end": { - "line": 772, + "line": 782, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 30505, - "end": 30522, + "start": 30906, + "end": 30923, "loc": { "start": { - "line": 772, + "line": 782, "column": 16 }, "end": { - "line": 772, + "line": 782, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 30505, - "end": 30509, + "start": 30906, + "end": 30910, "loc": { "start": { - "line": 772, + "line": 782, "column": 16 }, "end": { - "line": 772, + "line": 782, "column": 20 } }, @@ -162182,15 +165650,15 @@ }, "property": { "type": "Identifier", - "start": 30510, - "end": 30522, + "start": 30911, + "end": 30923, "loc": { "start": { - "line": 772, + "line": 782, "column": 21 }, "end": { - "line": 772, + "line": 782, "column": 33 }, "identifierName": "mediaElement" @@ -162202,15 +165670,15 @@ }, "property": { "type": "Identifier", - "start": 30523, - "end": 30527, + "start": 30924, + "end": 30928, "loc": { "start": { - "line": 772, + "line": 782, "column": 34 }, "end": { - "line": 772, + "line": 782, "column": 38 }, "identifierName": "play" @@ -162227,15 +165695,15 @@ { "type": "CommentLine", "value": " start stream", - "start": 30473, - "end": 30488, + "start": 30874, + "end": 30889, "loc": { "start": { - "line": 771, + "line": 781, "column": 16 }, "end": { - "line": 771, + "line": 781, "column": 31 } } @@ -162245,15 +165713,15 @@ { "type": "CommentLine", "value": " forward to listeners", - "start": 30548, - "end": 30571, + "start": 30949, + "end": 30972, "loc": { "start": { - "line": 774, + "line": 784, "column": 16 }, "end": { - "line": 774, + "line": 784, "column": 39 } } @@ -162262,71 +165730,71 @@ }, { "type": "ExpressionStatement", - "start": 30588, - "end": 30628, + "start": 30989, + "end": 31029, "loc": { "start": { - "line": 775, + "line": 785, "column": 16 }, "end": { - "line": 775, + "line": 785, "column": 56 } }, "expression": { "type": "CallExpression", - "start": 30588, - "end": 30627, + "start": 30989, + "end": 31028, "loc": { "start": { - "line": 775, + "line": 785, "column": 16 }, "end": { - "line": 775, + "line": 785, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 30588, - "end": 30607, + "start": 30989, + "end": 31008, "loc": { "start": { - "line": 775, + "line": 785, "column": 16 }, "end": { - "line": 775, + "line": 785, "column": 35 } }, "object": { "type": "MemberExpression", - "start": 30588, - "end": 30599, + "start": 30989, + "end": 31000, "loc": { "start": { - "line": 775, + "line": 785, "column": 16 }, "end": { - "line": 775, + "line": 785, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 30588, - "end": 30592, + "start": 30989, + "end": 30993, "loc": { "start": { - "line": 775, + "line": 785, "column": 16 }, "end": { - "line": 775, + "line": 785, "column": 20 } }, @@ -162334,15 +165802,15 @@ }, "property": { "type": "Identifier", - "start": 30593, - "end": 30599, + "start": 30994, + "end": 31000, "loc": { "start": { - "line": 775, + "line": 785, "column": 21 }, "end": { - "line": 775, + "line": 785, "column": 27 }, "identifierName": "player" @@ -162354,15 +165822,15 @@ }, "property": { "type": "Identifier", - "start": 30600, - "end": 30607, + "start": 31001, + "end": 31008, "loc": { "start": { - "line": 775, + "line": 785, "column": 28 }, "end": { - "line": 775, + "line": 785, "column": 35 }, "identifierName": "trigger" @@ -162375,29 +165843,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 30608, - "end": 30626, + "start": 31009, + "end": 31027, "loc": { "start": { - "line": 775, + "line": 785, "column": 36 }, "end": { - "line": 775, + "line": 785, "column": 54 } }, "object": { "type": "Identifier", - "start": 30608, - "end": 30613, + "start": 31009, + "end": 31014, "loc": { "start": { - "line": 775, + "line": 785, "column": 36 }, "end": { - "line": 775, + "line": 785, "column": 41 }, "identifierName": "Event" @@ -162406,15 +165874,15 @@ }, "property": { "type": "Identifier", - "start": 30614, - "end": 30626, + "start": 31015, + "end": 31027, "loc": { "start": { - "line": 775, + "line": 785, "column": 42 }, "end": { - "line": 775, + "line": 785, "column": 54 }, "identifierName": "DEVICE_READY" @@ -162430,15 +165898,15 @@ { "type": "CommentLine", "value": " forward to listeners", - "start": 30548, - "end": 30571, + "start": 30949, + "end": 30972, "loc": { "start": { - "line": 774, + "line": 784, "column": 16 }, "end": { - "line": 774, + "line": 784, "column": 39 } } @@ -162456,15 +165924,15 @@ { "type": "CommentLine", "value": " stream loading is async, so we wait until it's ready to play", - "start": 30309, - "end": 30372, + "start": 30710, + "end": 30773, "loc": { "start": { - "line": 768, + "line": 778, "column": 12 }, "end": { - "line": 768, + "line": 778, "column": 75 } } @@ -162472,15 +165940,15 @@ { "type": "CommentLine", "value": " the stream", - "start": 30385, - "end": 30398, + "start": 30786, + "end": 30799, "loc": { "start": { - "line": 769, + "line": 779, "column": 12 }, "end": { - "line": 769, + "line": 779, "column": 25 } } @@ -162492,86 +165960,86 @@ }, "alternate": { "type": "BlockStatement", - "start": 30660, - "end": 30760, + "start": 31061, + "end": 31161, "loc": { "start": { - "line": 777, + "line": 787, "column": 15 }, "end": { - "line": 780, + "line": 790, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 30710, - "end": 30750, + "start": 31111, + "end": 31151, "loc": { "start": { - "line": 779, + "line": 789, "column": 12 }, "end": { - "line": 779, + "line": 789, "column": 52 } }, "expression": { "type": "CallExpression", - "start": 30710, - "end": 30749, + "start": 31111, + "end": 31150, "loc": { "start": { - "line": 779, + "line": 789, "column": 12 }, "end": { - "line": 779, + "line": 789, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 30710, - "end": 30729, + "start": 31111, + "end": 31130, "loc": { "start": { - "line": 779, + "line": 789, "column": 12 }, "end": { - "line": 779, + "line": 789, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 30710, - "end": 30721, + "start": 31111, + "end": 31122, "loc": { "start": { - "line": 779, + "line": 789, "column": 12 }, "end": { - "line": 779, + "line": 789, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 30710, - "end": 30714, + "start": 31111, + "end": 31115, "loc": { "start": { - "line": 779, + "line": 789, "column": 12 }, "end": { - "line": 779, + "line": 789, "column": 16 } }, @@ -162579,15 +166047,15 @@ }, "property": { "type": "Identifier", - "start": 30715, - "end": 30721, + "start": 31116, + "end": 31122, "loc": { "start": { - "line": 779, + "line": 789, "column": 17 }, "end": { - "line": 779, + "line": 789, "column": 23 }, "identifierName": "player" @@ -162599,15 +166067,15 @@ }, "property": { "type": "Identifier", - "start": 30722, - "end": 30729, + "start": 31123, + "end": 31130, "loc": { "start": { - "line": 779, + "line": 789, "column": 24 }, "end": { - "line": 779, + "line": 789, "column": 31 }, "identifierName": "trigger" @@ -162620,29 +166088,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 30730, - "end": 30748, + "start": 31131, + "end": 31149, "loc": { "start": { - "line": 779, + "line": 789, "column": 32 }, "end": { - "line": 779, + "line": 789, "column": 50 } }, "object": { "type": "Identifier", - "start": 30730, - "end": 30735, + "start": 31131, + "end": 31136, "loc": { "start": { - "line": 779, + "line": 789, "column": 32 }, "end": { - "line": 779, + "line": 789, "column": 37 }, "identifierName": "Event" @@ -162651,15 +166119,15 @@ }, "property": { "type": "Identifier", - "start": 30736, - "end": 30748, + "start": 31137, + "end": 31149, "loc": { "start": { - "line": 779, + "line": 789, "column": 38 }, "end": { - "line": 779, + "line": 789, "column": 50 }, "identifierName": "DEVICE_READY" @@ -162675,15 +166143,15 @@ { "type": "CommentLine", "value": " forward to listeners", - "start": 30674, - "end": 30697, + "start": 31075, + "end": 31098, "loc": { "start": { - "line": 778, + "line": 788, "column": 12 }, "end": { - "line": 778, + "line": 788, "column": 35 } } @@ -162697,15 +166165,15 @@ { "type": "CommentLine", "value": " setup preview", - "start": 29075, - "end": 29091, + "start": 29476, + "end": 29492, "loc": { "start": { - "line": 738, + "line": 748, "column": 8 }, "end": { - "line": 738, + "line": 748, "column": 24 } } @@ -162720,15 +166188,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when the device is ready.\n *\n * @private\n * @param {LocalMediaStream} stream - Local media stream from device.\n ", - "start": 23057, - "end": 23206, + "start": 23458, + "end": 23607, "loc": { "start": { - "line": 583, + "line": 593, "column": 4 }, "end": { - "line": 588, + "line": 598, "column": 7 } } @@ -162738,15 +166206,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when an device error occurred.\n *\n * @private\n * @param {(string|number)} code - Error code/description.\n ", - "start": 30772, - "end": 30915, + "start": 31173, + "end": 31316, "loc": { "start": { - "line": 783, + "line": 793, "column": 4 }, "end": { - "line": 788, + "line": 798, "column": 7 } } @@ -162755,15 +166223,15 @@ }, { "type": "ClassMethod", - "start": 30920, - "end": 31196, + "start": 31321, + "end": 31597, "loc": { "start": { - "line": 789, + "line": 799, "column": 4 }, "end": { - "line": 799, + "line": 809, "column": 5 } }, @@ -162771,15 +166239,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 30920, - "end": 30933, + "start": 31321, + "end": 31334, "loc": { "start": { - "line": 789, + "line": 799, "column": 4 }, "end": { - "line": 789, + "line": 799, "column": 17 }, "identifierName": "onDeviceError" @@ -162795,15 +166263,15 @@ "params": [ { "type": "Identifier", - "start": 30934, - "end": 30938, + "start": 31335, + "end": 31339, "loc": { "start": { - "line": 789, + "line": 799, "column": 18 }, "end": { - "line": 789, + "line": 799, "column": 22 }, "identifierName": "code" @@ -162813,88 +166281,88 @@ ], "body": { "type": "BlockStatement", - "start": 30940, - "end": 31196, + "start": 31341, + "end": 31597, "loc": { "start": { - "line": 789, + "line": 799, "column": 24 }, "end": { - "line": 799, + "line": 809, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 30950, - "end": 30977, + "start": 31351, + "end": 31378, "loc": { "start": { - "line": 790, + "line": 800, "column": 8 }, "end": { - "line": 790, + "line": 800, "column": 35 } }, "expression": { "type": "AssignmentExpression", - "start": 30950, - "end": 30976, + "start": 31351, + "end": 31377, "loc": { "start": { - "line": 790, + "line": 800, "column": 8 }, "end": { - "line": 790, + "line": 800, "column": 34 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 30950, - "end": 30968, + "start": 31351, + "end": 31369, "loc": { "start": { - "line": 790, + "line": 800, "column": 8 }, "end": { - "line": 790, + "line": 800, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 30950, - "end": 30954, + "start": 31351, + "end": 31355, "loc": { "start": { - "line": 790, + "line": 800, "column": 8 }, "end": { - "line": 790, + "line": 800, "column": 12 } } }, "property": { "type": "Identifier", - "start": 30955, - "end": 30968, + "start": 31356, + "end": 31369, "loc": { "start": { - "line": 790, + "line": 800, "column": 13 }, "end": { - "line": 790, + "line": 800, "column": 26 }, "identifierName": "_deviceActive" @@ -162905,15 +166373,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 30971, - "end": 30976, + "start": 31372, + "end": 31377, "loc": { "start": { - "line": 790, + "line": 800, "column": 29 }, "end": { - "line": 790, + "line": 800, "column": 34 } }, @@ -162923,29 +166391,29 @@ }, { "type": "IfStatement", - "start": 30987, - "end": 31190, + "start": 31388, + "end": 31591, "loc": { "start": { - "line": 792, + "line": 802, "column": 8 }, "end": { - "line": 798, + "line": 808, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 30991, - "end": 31010, + "start": 31392, + "end": 31411, "loc": { "start": { - "line": 792, + "line": 802, "column": 12 }, "end": { - "line": 792, + "line": 802, "column": 31 } }, @@ -162953,58 +166421,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 30992, - "end": 31010, + "start": 31393, + "end": 31411, "loc": { "start": { - "line": 792, + "line": 802, "column": 13 }, "end": { - "line": 792, + "line": 802, "column": 31 } }, "callee": { "type": "MemberExpression", - "start": 30992, - "end": 31008, + "start": 31393, + "end": 31409, "loc": { "start": { - "line": 792, + "line": 802, "column": 13 }, "end": { - "line": 792, + "line": 802, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 30992, - "end": 30996, + "start": 31393, + "end": 31397, "loc": { "start": { - "line": 792, + "line": 802, "column": 13 }, "end": { - "line": 792, + "line": 802, "column": 17 } } }, "property": { "type": "Identifier", - "start": 30997, - "end": 31008, + "start": 31398, + "end": 31409, "loc": { "start": { - "line": 792, + "line": 802, "column": 18 }, "end": { - "line": 792, + "line": 802, "column": 29 }, "identifierName": "isDestroyed" @@ -163021,87 +166489,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 31012, - "end": 31190, + "start": 31413, + "end": 31591, "loc": { "start": { - "line": 792, + "line": 802, "column": 33 }, "end": { - "line": 798, + "line": 808, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 31052, - "end": 31087, + "start": 31453, + "end": 31488, "loc": { "start": { - "line": 794, + "line": 804, "column": 12 }, "end": { - "line": 794, + "line": 804, "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 31052, - "end": 31086, + "start": 31453, + "end": 31487, "loc": { "start": { - "line": 794, + "line": 804, "column": 12 }, "end": { - "line": 794, + "line": 804, "column": 46 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 31052, - "end": 31079, + "start": 31453, + "end": 31480, "loc": { "start": { - "line": 794, + "line": 804, "column": 12 }, "end": { - "line": 794, + "line": 804, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 31052, - "end": 31063, + "start": 31453, + "end": 31464, "loc": { "start": { - "line": 794, + "line": 804, "column": 12 }, "end": { - "line": 794, + "line": 804, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 31052, - "end": 31056, + "start": 31453, + "end": 31457, "loc": { "start": { - "line": 794, + "line": 804, "column": 12 }, "end": { - "line": 794, + "line": 804, "column": 16 } }, @@ -163109,15 +166577,15 @@ }, "property": { "type": "Identifier", - "start": 31057, - "end": 31063, + "start": 31458, + "end": 31464, "loc": { "start": { - "line": 794, + "line": 804, "column": 17 }, "end": { - "line": 794, + "line": 804, "column": 23 }, "identifierName": "player" @@ -163129,15 +166597,15 @@ }, "property": { "type": "Identifier", - "start": 31064, - "end": 31079, + "start": 31465, + "end": 31480, "loc": { "start": { - "line": 794, + "line": 804, "column": 24 }, "end": { - "line": 794, + "line": 804, "column": 39 }, "identifierName": "deviceErrorCode" @@ -163149,15 +166617,15 @@ }, "right": { "type": "Identifier", - "start": 31082, - "end": 31086, + "start": 31483, + "end": 31487, "loc": { "start": { - "line": 794, + "line": 804, "column": 42 }, "end": { - "line": 794, + "line": 804, "column": 46 }, "identifierName": "code" @@ -163170,15 +166638,15 @@ { "type": "CommentLine", "value": " store code", - "start": 31026, - "end": 31039, + "start": 31427, + "end": 31440, "loc": { "start": { - "line": 793, + "line": 803, "column": 12 }, "end": { - "line": 793, + "line": 803, "column": 25 } } @@ -163188,15 +166656,15 @@ { "type": "CommentLine", "value": " forward error to player", - "start": 31101, - "end": 31127, + "start": 31502, + "end": 31528, "loc": { "start": { - "line": 796, + "line": 806, "column": 12 }, "end": { - "line": 796, + "line": 806, "column": 38 } } @@ -163205,71 +166673,71 @@ }, { "type": "ExpressionStatement", - "start": 31140, - "end": 31180, + "start": 31541, + "end": 31581, "loc": { "start": { - "line": 797, + "line": 807, "column": 12 }, "end": { - "line": 797, + "line": 807, "column": 52 } }, "expression": { "type": "CallExpression", - "start": 31140, - "end": 31179, + "start": 31541, + "end": 31580, "loc": { "start": { - "line": 797, + "line": 807, "column": 12 }, "end": { - "line": 797, + "line": 807, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 31140, - "end": 31159, + "start": 31541, + "end": 31560, "loc": { "start": { - "line": 797, + "line": 807, "column": 12 }, "end": { - "line": 797, + "line": 807, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 31140, - "end": 31151, + "start": 31541, + "end": 31552, "loc": { "start": { - "line": 797, + "line": 807, "column": 12 }, "end": { - "line": 797, + "line": 807, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 31140, - "end": 31144, + "start": 31541, + "end": 31545, "loc": { "start": { - "line": 797, + "line": 807, "column": 12 }, "end": { - "line": 797, + "line": 807, "column": 16 } }, @@ -163277,15 +166745,15 @@ }, "property": { "type": "Identifier", - "start": 31145, - "end": 31151, + "start": 31546, + "end": 31552, "loc": { "start": { - "line": 797, + "line": 807, "column": 17 }, "end": { - "line": 797, + "line": 807, "column": 23 }, "identifierName": "player" @@ -163297,15 +166765,15 @@ }, "property": { "type": "Identifier", - "start": 31152, - "end": 31159, + "start": 31553, + "end": 31560, "loc": { "start": { - "line": 797, + "line": 807, "column": 24 }, "end": { - "line": 797, + "line": 807, "column": 31 }, "identifierName": "trigger" @@ -163318,29 +166786,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 31160, - "end": 31178, + "start": 31561, + "end": 31579, "loc": { "start": { - "line": 797, + "line": 807, "column": 32 }, "end": { - "line": 797, + "line": 807, "column": 50 } }, "object": { "type": "Identifier", - "start": 31160, - "end": 31165, + "start": 31561, + "end": 31566, "loc": { "start": { - "line": 797, + "line": 807, "column": 32 }, "end": { - "line": 797, + "line": 807, "column": 37 }, "identifierName": "Event" @@ -163349,15 +166817,15 @@ }, "property": { "type": "Identifier", - "start": 31166, - "end": 31178, + "start": 31567, + "end": 31579, "loc": { "start": { - "line": 797, + "line": 807, "column": 38 }, "end": { - "line": 797, + "line": 807, "column": 50 }, "identifierName": "DEVICE_ERROR" @@ -163373,15 +166841,15 @@ { "type": "CommentLine", "value": " forward error to player", - "start": 31101, - "end": 31127, + "start": 31502, + "end": 31528, "loc": { "start": { - "line": 796, + "line": 806, "column": 12 }, "end": { - "line": 796, + "line": 806, "column": 38 } } @@ -163401,15 +166869,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when an device error occurred.\n *\n * @private\n * @param {(string|number)} code - Error code/description.\n ", - "start": 30772, - "end": 30915, + "start": 31173, + "end": 31316, "loc": { "start": { - "line": 783, + "line": 793, "column": 4 }, "end": { - "line": 788, + "line": 798, "column": 7 } } @@ -163419,15 +166887,15 @@ { "type": "CommentBlock", "value": "*\n * Start recording.\n ", - "start": 31202, - "end": 31237, + "start": 31603, + "end": 31638, "loc": { "start": { - "line": 801, + "line": 811, "column": 4 }, "end": { - "line": 803, + "line": 813, "column": 7 } } @@ -163436,15 +166904,15 @@ }, { "type": "ClassMethod", - "start": 31242, - "end": 34324, + "start": 31643, + "end": 34987, "loc": { "start": { - "line": 804, + "line": 814, "column": 4 }, "end": { - "line": 890, + "line": 906, "column": 5 } }, @@ -163452,15 +166920,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 31242, - "end": 31247, + "start": 31643, + "end": 31648, "loc": { "start": { - "line": 804, + "line": 814, "column": 4 }, "end": { - "line": 804, + "line": 814, "column": 9 }, "identifierName": "start" @@ -163476,44 +166944,44 @@ "params": [], "body": { "type": "BlockStatement", - "start": 31250, - "end": 34324, + "start": 31651, + "end": 34987, "loc": { "start": { - "line": 804, + "line": 814, "column": 12 }, "end": { - "line": 890, + "line": 906, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 31260, - "end": 34318, + "start": 31661, + "end": 34981, "loc": { "start": { - "line": 805, + "line": 815, "column": 8 }, "end": { - "line": 889, + "line": 905, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 31264, - "end": 31284, + "start": 31665, + "end": 31685, "loc": { "start": { - "line": 805, + "line": 815, "column": 12 }, "end": { - "line": 805, + "line": 815, "column": 32 } }, @@ -163521,58 +166989,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 31265, - "end": 31284, + "start": 31666, + "end": 31685, "loc": { "start": { - "line": 805, + "line": 815, "column": 13 }, "end": { - "line": 805, + "line": 815, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 31265, - "end": 31282, + "start": 31666, + "end": 31683, "loc": { "start": { - "line": 805, + "line": 815, "column": 13 }, "end": { - "line": 805, + "line": 815, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 31265, - "end": 31269, + "start": 31666, + "end": 31670, "loc": { "start": { - "line": 805, + "line": 815, "column": 13 }, "end": { - "line": 805, + "line": 815, "column": 17 } } }, "property": { "type": "Identifier", - "start": 31270, - "end": 31282, + "start": 31671, + "end": 31683, "loc": { "start": { - "line": 805, + "line": 815, "column": 18 }, "end": { - "line": 805, + "line": 815, "column": 30 }, "identifierName": "isProcessing" @@ -163589,88 +167057,436 @@ }, "consequent": { "type": "BlockStatement", - "start": 31286, - "end": 34318, + "start": 31687, + "end": 34981, "loc": { "start": { - "line": 805, + "line": 815, "column": 34 }, "end": { - "line": 889, + "line": 905, "column": 9 } }, "body": [ + { + "type": "IfStatement", + "start": 31783, + "end": 31950, + "loc": { + "start": { + "line": 817, + "column": 12 + }, + "end": { + "line": 821, + "column": 13 + } + }, + "test": { + "type": "LogicalExpression", + "start": 31787, + "end": 31830, + "loc": { + "start": { + "line": 817, + "column": 16 + }, + "end": { + "line": 817, + "column": 59 + } + }, + "left": { + "type": "MemberExpression", + "start": 31787, + "end": 31798, + "loc": { + "start": { + "line": 817, + "column": 16 + }, + "end": { + "line": 817, + "column": 27 + } + }, + "object": { + "type": "ThisExpression", + "start": 31787, + "end": 31791, + "loc": { + "start": { + "line": 817, + "column": 16 + }, + "end": { + "line": 817, + "column": 20 + } + }, + "leadingComments": null + }, + "property": { + "type": "Identifier", + "start": 31792, + "end": 31798, + "loc": { + "start": { + "line": 817, + "column": 21 + }, + "end": { + "line": 817, + "column": 27 + }, + "identifierName": "stream" + }, + "name": "stream" + }, + "computed": false, + "leadingComments": null + }, + "operator": "&&", + "right": { + "type": "BinaryExpression", + "start": 31802, + "end": 31830, + "loc": { + "start": { + "line": 817, + "column": 31 + }, + "end": { + "line": 817, + "column": 59 + } + }, + "left": { + "type": "MemberExpression", + "start": 31802, + "end": 31820, + "loc": { + "start": { + "line": 817, + "column": 31 + }, + "end": { + "line": 817, + "column": 49 + } + }, + "object": { + "type": "MemberExpression", + "start": 31802, + "end": 31813, + "loc": { + "start": { + "line": 817, + "column": 31 + }, + "end": { + "line": 817, + "column": 42 + } + }, + "object": { + "type": "ThisExpression", + "start": 31802, + "end": 31806, + "loc": { + "start": { + "line": 817, + "column": 31 + }, + "end": { + "line": 817, + "column": 35 + } + } + }, + "property": { + "type": "Identifier", + "start": 31807, + "end": 31813, + "loc": { + "start": { + "line": 817, + "column": 36 + }, + "end": { + "line": 817, + "column": 42 + }, + "identifierName": "stream" + }, + "name": "stream" + }, + "computed": false + }, + "property": { + "type": "Identifier", + "start": 31814, + "end": 31820, + "loc": { + "start": { + "line": 817, + "column": 43 + }, + "end": { + "line": 817, + "column": 49 + }, + "identifierName": "active" + }, + "name": "active" + }, + "computed": false + }, + "operator": "===", + "right": { + "type": "BooleanLiteral", + "start": 31825, + "end": 31830, + "loc": { + "start": { + "line": 817, + "column": 54 + }, + "end": { + "line": 817, + "column": 59 + } + }, + "value": false + } + }, + "leadingComments": null + }, + "consequent": { + "type": "BlockStatement", + "start": 31832, + "end": 31950, + "loc": { + "start": { + "line": 817, + "column": 61 + }, + "end": { + "line": 821, + "column": 13 + } + }, + "body": [ + { + "type": "ExpressionStatement", + "start": 31895, + "end": 31912, + "loc": { + "start": { + "line": 819, + "column": 16 + }, + "end": { + "line": 819, + "column": 33 + } + }, + "expression": { + "type": "CallExpression", + "start": 31895, + "end": 31911, + "loc": { + "start": { + "line": 819, + "column": 16 + }, + "end": { + "line": 819, + "column": 32 + } + }, + "callee": { + "type": "MemberExpression", + "start": 31895, + "end": 31909, + "loc": { + "start": { + "line": 819, + "column": 16 + }, + "end": { + "line": 819, + "column": 30 + } + }, + "object": { + "type": "ThisExpression", + "start": 31895, + "end": 31899, + "loc": { + "start": { + "line": 819, + "column": 16 + }, + "end": { + "line": 819, + "column": 20 + } + }, + "leadingComments": null + }, + "property": { + "type": "Identifier", + "start": 31900, + "end": 31909, + "loc": { + "start": { + "line": 819, + "column": 21 + }, + "end": { + "line": 819, + "column": 30 + }, + "identifierName": "getDevice" + }, + "name": "getDevice" + }, + "computed": false, + "leadingComments": null + }, + "arguments": [], + "leadingComments": null + }, + "leadingComments": [ + { + "type": "CommentLine", + "value": " ask for permissions again", + "start": 31850, + "end": 31878, + "loc": { + "start": { + "line": 818, + "column": 16 + }, + "end": { + "line": 818, + "column": 44 + } + } + } + ] + }, + { + "type": "ReturnStatement", + "start": 31929, + "end": 31936, + "loc": { + "start": { + "line": 820, + "column": 16 + }, + "end": { + "line": 820, + "column": 23 + } + }, + "argument": null + } + ], + "directives": [] + }, + "alternate": null, + "leadingComments": [ + { + "type": "CommentLine", + "value": " check if user didn't revoke permissions after a previous recording", + "start": 31701, + "end": 31770, + "loc": { + "start": { + "line": 816, + "column": 12 + }, + "end": { + "line": 816, + "column": 81 + } + } + } + ] + }, { "type": "ExpressionStatement", - "start": 31300, - "end": 31323, + "start": 31963, + "end": 31986, "loc": { "start": { - "line": 806, + "line": 822, "column": 12 }, "end": { - "line": 806, + "line": 822, "column": 35 } }, "expression": { "type": "AssignmentExpression", - "start": 31300, - "end": 31322, + "start": 31963, + "end": 31985, "loc": { "start": { - "line": 806, + "line": 822, "column": 12 }, "end": { - "line": 806, + "line": 822, "column": 34 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 31300, - "end": 31315, + "start": 31963, + "end": 31978, "loc": { "start": { - "line": 806, + "line": 822, "column": 12 }, "end": { - "line": 806, + "line": 822, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 31300, - "end": 31304, + "start": 31963, + "end": 31967, "loc": { "start": { - "line": 806, + "line": 822, "column": 12 }, "end": { - "line": 806, + "line": 822, "column": 16 } } }, "property": { "type": "Identifier", - "start": 31305, - "end": 31315, + "start": 31968, + "end": 31978, "loc": { "start": { - "line": 806, + "line": 822, "column": 17 }, "end": { - "line": 806, + "line": 822, "column": 27 }, "identifierName": "_recording" @@ -163681,15 +167497,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 31318, - "end": 31322, + "start": 31981, + "end": 31985, "loc": { "start": { - "line": 806, + "line": 822, "column": 30 }, "end": { - "line": 806, + "line": 822, "column": 34 } }, @@ -163700,15 +167516,15 @@ { "type": "CommentLine", "value": " hide play/pause control", - "start": 31337, - "end": 31363, + "start": 32000, + "end": 32026, "loc": { "start": { - "line": 808, + "line": 824, "column": 12 }, "end": { - "line": 808, + "line": 824, "column": 38 } } @@ -163717,85 +167533,85 @@ }, { "type": "IfStatement", - "start": 31376, - "end": 31502, + "start": 32039, + "end": 32165, "loc": { "start": { - "line": 809, + "line": 825, "column": 12 }, "end": { - "line": 811, + "line": 827, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 31380, - "end": 31427, + "start": 32043, + "end": 32090, "loc": { "start": { - "line": 809, + "line": 825, "column": 16 }, "end": { - "line": 809, + "line": 825, "column": 63 } }, "left": { "type": "MemberExpression", - "start": 31380, - "end": 31413, + "start": 32043, + "end": 32076, "loc": { "start": { - "line": 809, + "line": 825, "column": 16 }, "end": { - "line": 809, + "line": 825, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 31380, - "end": 31402, + "start": 32043, + "end": 32065, "loc": { "start": { - "line": 809, + "line": 825, "column": 16 }, "end": { - "line": 809, + "line": 825, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 31380, - "end": 31391, + "start": 32043, + "end": 32054, "loc": { "start": { - "line": 809, + "line": 825, "column": 16 }, "end": { - "line": 809, + "line": 825, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 31380, - "end": 31384, + "start": 32043, + "end": 32047, "loc": { "start": { - "line": 809, + "line": 825, "column": 16 }, "end": { - "line": 809, + "line": 825, "column": 20 } }, @@ -163803,15 +167619,15 @@ }, "property": { "type": "Identifier", - "start": 31385, - "end": 31391, + "start": 32048, + "end": 32054, "loc": { "start": { - "line": 809, + "line": 825, "column": 21 }, "end": { - "line": 809, + "line": 825, "column": 27 }, "identifierName": "player" @@ -163823,15 +167639,15 @@ }, "property": { "type": "Identifier", - "start": 31392, - "end": 31402, + "start": 32055, + "end": 32065, "loc": { "start": { - "line": 809, + "line": 825, "column": 28 }, "end": { - "line": 809, + "line": 825, "column": 38 }, "identifierName": "controlBar" @@ -163843,15 +167659,15 @@ }, "property": { "type": "Identifier", - "start": 31403, - "end": 31413, + "start": 32066, + "end": 32076, "loc": { "start": { - "line": 809, + "line": 825, "column": 39 }, "end": { - "line": 809, + "line": 825, "column": 49 }, "identifierName": "playToggle" @@ -163864,15 +167680,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 31418, - "end": 31427, + "start": 32081, + "end": 32090, "loc": { "start": { - "line": 809, + "line": 825, "column": 54 }, "end": { - "line": 809, + "line": 825, "column": 63 }, "identifierName": "undefined" @@ -163883,129 +167699,129 @@ }, "consequent": { "type": "BlockStatement", - "start": 31429, - "end": 31502, + "start": 32092, + "end": 32165, "loc": { "start": { - "line": 809, + "line": 825, "column": 65 }, "end": { - "line": 811, + "line": 827, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 31447, - "end": 31488, + "start": 32110, + "end": 32151, "loc": { "start": { - "line": 810, + "line": 826, "column": 16 }, "end": { - "line": 810, + "line": 826, "column": 57 } }, "expression": { "type": "CallExpression", - "start": 31447, - "end": 31487, + "start": 32110, + "end": 32150, "loc": { "start": { - "line": 810, + "line": 826, "column": 16 }, "end": { - "line": 810, + "line": 826, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 31447, - "end": 31485, + "start": 32110, + "end": 32148, "loc": { "start": { - "line": 810, + "line": 826, "column": 16 }, "end": { - "line": 810, + "line": 826, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 31447, - "end": 31480, + "start": 32110, + "end": 32143, "loc": { "start": { - "line": 810, + "line": 826, "column": 16 }, "end": { - "line": 810, + "line": 826, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 31447, - "end": 31469, + "start": 32110, + "end": 32132, "loc": { "start": { - "line": 810, + "line": 826, "column": 16 }, "end": { - "line": 810, + "line": 826, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 31447, - "end": 31458, + "start": 32110, + "end": 32121, "loc": { "start": { - "line": 810, + "line": 826, "column": 16 }, "end": { - "line": 810, + "line": 826, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 31447, - "end": 31451, + "start": 32110, + "end": 32114, "loc": { "start": { - "line": 810, + "line": 826, "column": 16 }, "end": { - "line": 810, + "line": 826, "column": 20 } } }, "property": { "type": "Identifier", - "start": 31452, - "end": 31458, + "start": 32115, + "end": 32121, "loc": { "start": { - "line": 810, + "line": 826, "column": 21 }, "end": { - "line": 810, + "line": 826, "column": 27 }, "identifierName": "player" @@ -164016,15 +167832,15 @@ }, "property": { "type": "Identifier", - "start": 31459, - "end": 31469, + "start": 32122, + "end": 32132, "loc": { "start": { - "line": 810, + "line": 826, "column": 28 }, "end": { - "line": 810, + "line": 826, "column": 38 }, "identifierName": "controlBar" @@ -164035,15 +167851,15 @@ }, "property": { "type": "Identifier", - "start": 31470, - "end": 31480, + "start": 32133, + "end": 32143, "loc": { "start": { - "line": 810, + "line": 826, "column": 39 }, "end": { - "line": 810, + "line": 826, "column": 49 }, "identifierName": "playToggle" @@ -164054,15 +167870,15 @@ }, "property": { "type": "Identifier", - "start": 31481, - "end": 31485, + "start": 32144, + "end": 32148, "loc": { "start": { - "line": 810, + "line": 826, "column": 50 }, "end": { - "line": 810, + "line": 826, "column": 54 }, "identifierName": "hide" @@ -164083,15 +167899,15 @@ { "type": "CommentLine", "value": " hide play/pause control", - "start": 31337, - "end": 31363, + "start": 32000, + "end": 32026, "loc": { "start": { - "line": 808, + "line": 824, "column": 12 }, "end": { - "line": 808, + "line": 824, "column": 38 } } @@ -164101,15 +167917,15 @@ { "type": "CommentLine", "value": " reset playback listeners", - "start": 31516, - "end": 31543, + "start": 32179, + "end": 32206, "loc": { "start": { - "line": 813, + "line": 829, "column": 12 }, "end": { - "line": 813, + "line": 829, "column": 39 } } @@ -164118,57 +167934,57 @@ }, { "type": "ExpressionStatement", - "start": 31556, - "end": 31621, + "start": 32219, + "end": 32284, "loc": { "start": { - "line": 814, + "line": 830, "column": 12 }, "end": { - "line": 814, + "line": 830, "column": 77 } }, "expression": { "type": "CallExpression", - "start": 31556, - "end": 31620, + "start": 32219, + "end": 32283, "loc": { "start": { - "line": 814, + "line": 830, "column": 12 }, "end": { - "line": 814, + "line": 830, "column": 76 } }, "callee": { "type": "MemberExpression", - "start": 31556, - "end": 31564, + "start": 32219, + "end": 32227, "loc": { "start": { - "line": 814, + "line": 830, "column": 12 }, "end": { - "line": 814, + "line": 830, "column": 20 } }, "object": { "type": "ThisExpression", - "start": 31556, - "end": 31560, + "start": 32219, + "end": 32223, "loc": { "start": { - "line": 814, + "line": 830, "column": 12 }, "end": { - "line": 814, + "line": 830, "column": 16 } }, @@ -164176,15 +167992,15 @@ }, "property": { "type": "Identifier", - "start": 31561, - "end": 31564, + "start": 32224, + "end": 32227, "loc": { "start": { - "line": 814, + "line": 830, "column": 17 }, "end": { - "line": 814, + "line": 830, "column": 20 }, "identifierName": "off" @@ -164197,44 +168013,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 31565, - "end": 31576, + "start": 32228, + "end": 32239, "loc": { "start": { - "line": 814, + "line": 830, "column": 21 }, "end": { - "line": 814, + "line": 830, "column": 32 } }, "object": { "type": "ThisExpression", - "start": 31565, - "end": 31569, + "start": 32228, + "end": 32232, "loc": { "start": { - "line": 814, + "line": 830, "column": 21 }, "end": { - "line": 814, + "line": 830, "column": 25 } } }, "property": { "type": "Identifier", - "start": 31570, - "end": 31576, + "start": 32233, + "end": 32239, "loc": { "start": { - "line": 814, + "line": 830, "column": 26 }, "end": { - "line": 814, + "line": 830, "column": 32 }, "identifierName": "player" @@ -164245,29 +168061,29 @@ }, { "type": "MemberExpression", - "start": 31578, - "end": 31594, + "start": 32241, + "end": 32257, "loc": { "start": { - "line": 814, + "line": 830, "column": 34 }, "end": { - "line": 814, + "line": 830, "column": 50 } }, "object": { "type": "Identifier", - "start": 31578, - "end": 31583, + "start": 32241, + "end": 32246, "loc": { "start": { - "line": 814, + "line": 830, "column": 34 }, "end": { - "line": 814, + "line": 830, "column": 39 }, "identifierName": "Event" @@ -164276,15 +168092,15 @@ }, "property": { "type": "Identifier", - "start": 31584, - "end": 31594, + "start": 32247, + "end": 32257, "loc": { "start": { - "line": 814, + "line": 830, "column": 40 }, "end": { - "line": 814, + "line": 830, "column": 50 }, "identifierName": "TIMEUPDATE" @@ -164295,44 +168111,44 @@ }, { "type": "MemberExpression", - "start": 31596, - "end": 31619, + "start": 32259, + "end": 32282, "loc": { "start": { - "line": 814, + "line": 830, "column": 52 }, "end": { - "line": 814, + "line": 830, "column": 75 } }, "object": { "type": "ThisExpression", - "start": 31596, - "end": 31600, + "start": 32259, + "end": 32263, "loc": { "start": { - "line": 814, + "line": 830, "column": 52 }, "end": { - "line": 814, + "line": 830, "column": 56 } } }, "property": { "type": "Identifier", - "start": 31601, - "end": 31619, + "start": 32264, + "end": 32282, "loc": { "start": { - "line": 814, + "line": 830, "column": 57 }, "end": { - "line": 814, + "line": 830, "column": 75 }, "identifierName": "playbackTimeUpdate" @@ -164348,15 +168164,15 @@ { "type": "CommentLine", "value": " reset playback listeners", - "start": 31516, - "end": 31543, + "start": 32179, + "end": 32206, "loc": { "start": { - "line": 813, + "line": 829, "column": 12 }, "end": { - "line": 813, + "line": 829, "column": 39 } } @@ -164365,72 +168181,72 @@ }, { "type": "ExpressionStatement", - "start": 31634, - "end": 31694, + "start": 32297, + "end": 32357, "loc": { "start": { - "line": 815, + "line": 831, "column": 12 }, "end": { - "line": 815, + "line": 831, "column": 72 } }, "expression": { "type": "CallExpression", - "start": 31634, - "end": 31693, + "start": 32297, + "end": 32356, "loc": { "start": { - "line": 815, + "line": 831, "column": 12 }, "end": { - "line": 815, + "line": 831, "column": 71 } }, "callee": { "type": "MemberExpression", - "start": 31634, - "end": 31642, + "start": 32297, + "end": 32305, "loc": { "start": { - "line": 815, + "line": 831, "column": 12 }, "end": { - "line": 815, + "line": 831, "column": 20 } }, "object": { "type": "ThisExpression", - "start": 31634, - "end": 31638, + "start": 32297, + "end": 32301, "loc": { "start": { - "line": 815, + "line": 831, "column": 12 }, "end": { - "line": 815, + "line": 831, "column": 16 } } }, "property": { "type": "Identifier", - "start": 31639, - "end": 31642, + "start": 32302, + "end": 32305, "loc": { "start": { - "line": 815, + "line": 831, "column": 17 }, "end": { - "line": 815, + "line": 831, "column": 20 }, "identifierName": "off" @@ -164442,44 +168258,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 31643, - "end": 31654, + "start": 32306, + "end": 32317, "loc": { "start": { - "line": 815, + "line": 831, "column": 21 }, "end": { - "line": 815, + "line": 831, "column": 32 } }, "object": { "type": "ThisExpression", - "start": 31643, - "end": 31647, + "start": 32306, + "end": 32310, "loc": { "start": { - "line": 815, + "line": 831, "column": 21 }, "end": { - "line": 815, + "line": 831, "column": 25 } } }, "property": { "type": "Identifier", - "start": 31648, - "end": 31654, + "start": 32311, + "end": 32317, "loc": { "start": { - "line": 815, + "line": 831, "column": 26 }, "end": { - "line": 815, + "line": 831, "column": 32 }, "identifierName": "player" @@ -164490,29 +168306,29 @@ }, { "type": "MemberExpression", - "start": 31656, - "end": 31667, + "start": 32319, + "end": 32330, "loc": { "start": { - "line": 815, + "line": 831, "column": 34 }, "end": { - "line": 815, + "line": 831, "column": 45 } }, "object": { "type": "Identifier", - "start": 31656, - "end": 31661, + "start": 32319, + "end": 32324, "loc": { "start": { - "line": 815, + "line": 831, "column": 34 }, "end": { - "line": 815, + "line": 831, "column": 39 }, "identifierName": "Event" @@ -164521,15 +168337,15 @@ }, "property": { "type": "Identifier", - "start": 31662, - "end": 31667, + "start": 32325, + "end": 32330, "loc": { "start": { - "line": 815, + "line": 831, "column": 40 }, "end": { - "line": 815, + "line": 831, "column": 45 }, "identifierName": "ENDED" @@ -164540,44 +168356,44 @@ }, { "type": "MemberExpression", - "start": 31669, - "end": 31692, + "start": 32332, + "end": 32355, "loc": { "start": { - "line": 815, + "line": 831, "column": 47 }, "end": { - "line": 815, + "line": 831, "column": 70 } }, "object": { "type": "ThisExpression", - "start": 31669, - "end": 31673, + "start": 32332, + "end": 32336, "loc": { "start": { - "line": 815, + "line": 831, "column": 47 }, "end": { - "line": 815, + "line": 831, "column": 51 } } }, "property": { "type": "Identifier", - "start": 31674, - "end": 31692, + "start": 32337, + "end": 32355, "loc": { "start": { - "line": 815, + "line": 831, "column": 52 }, "end": { - "line": 815, + "line": 831, "column": 70 }, "identifierName": "playbackTimeUpdate" @@ -164592,15 +168408,15 @@ { "type": "CommentLine", "value": " start preview", - "start": 31708, - "end": 31724, + "start": 32371, + "end": 32387, "loc": { "start": { - "line": 817, + "line": 833, "column": 12 }, "end": { - "line": 817, + "line": 833, "column": 28 } } @@ -164609,57 +168425,57 @@ }, { "type": "SwitchStatement", - "start": 31737, - "end": 33195, + "start": 32400, + "end": 33858, "loc": { "start": { - "line": 818, + "line": 834, "column": 12 }, "end": { - "line": 855, + "line": 871, "column": 13 } }, "discriminant": { "type": "CallExpression", - "start": 31745, - "end": 31765, + "start": 32408, + "end": 32428, "loc": { "start": { - "line": 818, + "line": 834, "column": 20 }, "end": { - "line": 818, + "line": 834, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 31745, - "end": 31763, + "start": 32408, + "end": 32426, "loc": { "start": { - "line": 818, + "line": 834, "column": 20 }, "end": { - "line": 818, + "line": 834, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 31745, - "end": 31749, + "start": 32408, + "end": 32412, "loc": { "start": { - "line": 818, + "line": 834, "column": 20 }, "end": { - "line": 818, + "line": 834, "column": 24 } }, @@ -164667,15 +168483,15 @@ }, "property": { "type": "Identifier", - "start": 31750, - "end": 31763, + "start": 32413, + "end": 32426, "loc": { "start": { - "line": 818, + "line": 834, "column": 25 }, "end": { - "line": 818, + "line": 834, "column": 38 }, "identifierName": "getRecordType" @@ -164691,86 +168507,86 @@ "cases": [ { "type": "SwitchCase", - "start": 31785, - "end": 32170, + "start": 32448, + "end": 32833, "loc": { "start": { - "line": 819, + "line": 835, "column": 16 }, "end": { - "line": 827, + "line": 843, "column": 26 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 31869, - "end": 31908, + "start": 32532, + "end": 32571, "loc": { "start": { - "line": 821, + "line": 837, "column": 20 }, "end": { - "line": 821, + "line": 837, "column": 59 } }, "expression": { "type": "CallExpression", - "start": 31869, - "end": 31907, + "start": 32532, + "end": 32570, "loc": { "start": { - "line": 821, + "line": 837, "column": 20 }, "end": { - "line": 821, + "line": 837, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 31869, - "end": 31900, + "start": 32532, + "end": 32563, "loc": { "start": { - "line": 821, + "line": 837, "column": 20 }, "end": { - "line": 821, + "line": 837, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 31869, - "end": 31880, + "start": 32532, + "end": 32543, "loc": { "start": { - "line": 821, + "line": 837, "column": 20 }, "end": { - "line": 821, + "line": 837, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 31869, - "end": 31873, + "start": 32532, + "end": 32536, "loc": { "start": { - "line": 821, + "line": 837, "column": 20 }, "end": { - "line": 821, + "line": 837, "column": 24 } }, @@ -164778,15 +168594,15 @@ }, "property": { "type": "Identifier", - "start": 31874, - "end": 31880, + "start": 32537, + "end": 32543, "loc": { "start": { - "line": 821, + "line": 837, "column": 25 }, "end": { - "line": 821, + "line": 837, "column": 31 }, "identifierName": "surfer" @@ -164798,15 +168614,15 @@ }, "property": { "type": "Identifier", - "start": 31881, - "end": 31900, + "start": 32544, + "end": 32563, "loc": { "start": { - "line": 821, + "line": 837, "column": 32 }, "end": { - "line": 821, + "line": 837, "column": 51 }, "identifierName": "setupPlaybackEvents" @@ -164819,15 +168635,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 31901, - "end": 31906, + "start": 32564, + "end": 32569, "loc": { "start": { - "line": 821, + "line": 837, "column": 52 }, "end": { - "line": 821, + "line": 837, "column": 57 } }, @@ -164840,15 +168656,15 @@ { "type": "CommentLine", "value": " disable playback events", - "start": 31822, - "end": 31848, + "start": 32485, + "end": 32511, "loc": { "start": { - "line": 820, + "line": 836, "column": 20 }, "end": { - "line": 820, + "line": 836, "column": 46 } } @@ -164858,15 +168674,15 @@ { "type": "CommentLine", "value": " start/resume live audio visualization", - "start": 31930, - "end": 31970, + "start": 32593, + "end": 32633, "loc": { "start": { - "line": 823, + "line": 839, "column": 20 }, "end": { - "line": 823, + "line": 839, "column": 60 } } @@ -164875,100 +168691,100 @@ }, { "type": "ExpressionStatement", - "start": 31991, - "end": 32036, + "start": 32654, + "end": 32699, "loc": { "start": { - "line": 824, + "line": 840, "column": 20 }, "end": { - "line": 824, + "line": 840, "column": 65 } }, "expression": { "type": "AssignmentExpression", - "start": 31991, - "end": 32035, + "start": 32654, + "end": 32698, "loc": { "start": { - "line": 824, + "line": 840, "column": 20 }, "end": { - "line": 824, + "line": 840, "column": 64 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 31991, - "end": 32027, + "start": 32654, + "end": 32690, "loc": { "start": { - "line": 824, + "line": 840, "column": 20 }, "end": { - "line": 824, + "line": 840, "column": 56 } }, "object": { "type": "MemberExpression", - "start": 31991, - "end": 32020, + "start": 32654, + "end": 32683, "loc": { "start": { - "line": 824, + "line": 840, "column": 20 }, "end": { - "line": 824, + "line": 840, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 31991, - "end": 32009, + "start": 32654, + "end": 32672, "loc": { "start": { - "line": 824, + "line": 840, "column": 20 }, "end": { - "line": 824, + "line": 840, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 31991, - "end": 32002, + "start": 32654, + "end": 32665, "loc": { "start": { - "line": 824, + "line": 840, "column": 20 }, "end": { - "line": 824, + "line": 840, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 31991, - "end": 31995, + "start": 32654, + "end": 32658, "loc": { "start": { - "line": 824, + "line": 840, "column": 20 }, "end": { - "line": 824, + "line": 840, "column": 24 } }, @@ -164976,15 +168792,15 @@ }, "property": { "type": "Identifier", - "start": 31996, - "end": 32002, + "start": 32659, + "end": 32665, "loc": { "start": { - "line": 824, + "line": 840, "column": 25 }, "end": { - "line": 824, + "line": 840, "column": 31 }, "identifierName": "surfer" @@ -164996,15 +168812,15 @@ }, "property": { "type": "Identifier", - "start": 32003, - "end": 32009, + "start": 32666, + "end": 32672, "loc": { "start": { - "line": 824, + "line": 840, "column": 32 }, "end": { - "line": 824, + "line": 840, "column": 38 }, "identifierName": "surfer" @@ -165016,15 +168832,15 @@ }, "property": { "type": "Identifier", - "start": 32010, - "end": 32020, + "start": 32673, + "end": 32683, "loc": { "start": { - "line": 824, + "line": 840, "column": 39 }, "end": { - "line": 824, + "line": 840, "column": 49 }, "identifierName": "microphone" @@ -165036,15 +168852,15 @@ }, "property": { "type": "Identifier", - "start": 32021, - "end": 32027, + "start": 32684, + "end": 32690, "loc": { "start": { - "line": 824, + "line": 840, "column": 50 }, "end": { - "line": 824, + "line": 840, "column": 56 }, "identifierName": "paused" @@ -165056,15 +168872,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 32030, - "end": 32035, + "start": 32693, + "end": 32698, "loc": { "start": { - "line": 824, + "line": 840, "column": 59 }, "end": { - "line": 824, + "line": 840, "column": 64 } }, @@ -165076,15 +168892,15 @@ { "type": "CommentLine", "value": " start/resume live audio visualization", - "start": 31930, - "end": 31970, + "start": 32593, + "end": 32633, "loc": { "start": { - "line": 823, + "line": 839, "column": 20 }, "end": { - "line": 823, + "line": 839, "column": 60 } } @@ -165093,87 +168909,87 @@ }, { "type": "ExpressionStatement", - "start": 32057, - "end": 32085, + "start": 32720, + "end": 32748, "loc": { "start": { - "line": 825, + "line": 841, "column": 20 }, "end": { - "line": 825, + "line": 841, "column": 48 } }, "expression": { "type": "AssignmentExpression", - "start": 32057, - "end": 32084, + "start": 32720, + "end": 32747, "loc": { "start": { - "line": 825, + "line": 841, "column": 20 }, "end": { - "line": 825, + "line": 841, "column": 47 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 32057, - "end": 32077, + "start": 32720, + "end": 32740, "loc": { "start": { - "line": 825, + "line": 841, "column": 20 }, "end": { - "line": 825, + "line": 841, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 32057, - "end": 32068, + "start": 32720, + "end": 32731, "loc": { "start": { - "line": 825, + "line": 841, "column": 20 }, "end": { - "line": 825, + "line": 841, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 32057, - "end": 32061, + "start": 32720, + "end": 32724, "loc": { "start": { - "line": 825, + "line": 841, "column": 20 }, "end": { - "line": 825, + "line": 841, "column": 24 } } }, "property": { "type": "Identifier", - "start": 32062, - "end": 32068, + "start": 32725, + "end": 32731, "loc": { "start": { - "line": 825, + "line": 841, "column": 25 }, "end": { - "line": 825, + "line": 841, "column": 31 }, "identifierName": "surfer" @@ -165184,15 +169000,15 @@ }, "property": { "type": "Identifier", - "start": 32069, - "end": 32077, + "start": 32732, + "end": 32740, "loc": { "start": { - "line": 825, + "line": 841, "column": 32 }, "end": { - "line": 825, + "line": 841, "column": 40 }, "identifierName": "liveMode" @@ -165203,15 +169019,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 32080, - "end": 32084, + "start": 32743, + "end": 32747, "loc": { "start": { - "line": 825, + "line": 841, "column": 43 }, "end": { - "line": 825, + "line": 841, "column": 47 } }, @@ -165221,114 +169037,114 @@ }, { "type": "ExpressionStatement", - "start": 32106, - "end": 32143, + "start": 32769, + "end": 32806, "loc": { "start": { - "line": 826, + "line": 842, "column": 20 }, "end": { - "line": 826, + "line": 842, "column": 57 } }, "expression": { "type": "CallExpression", - "start": 32106, - "end": 32142, + "start": 32769, + "end": 32805, "loc": { "start": { - "line": 826, + "line": 842, "column": 20 }, "end": { - "line": 826, + "line": 842, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 32106, - "end": 32140, + "start": 32769, + "end": 32803, "loc": { "start": { - "line": 826, + "line": 842, "column": 20 }, "end": { - "line": 826, + "line": 842, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 32106, - "end": 32135, + "start": 32769, + "end": 32798, "loc": { "start": { - "line": 826, + "line": 842, "column": 20 }, "end": { - "line": 826, + "line": 842, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 32106, - "end": 32124, + "start": 32769, + "end": 32787, "loc": { "start": { - "line": 826, + "line": 842, "column": 20 }, "end": { - "line": 826, + "line": 842, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 32106, - "end": 32117, + "start": 32769, + "end": 32780, "loc": { "start": { - "line": 826, + "line": 842, "column": 20 }, "end": { - "line": 826, + "line": 842, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 32106, - "end": 32110, + "start": 32769, + "end": 32773, "loc": { "start": { - "line": 826, + "line": 842, "column": 20 }, "end": { - "line": 826, + "line": 842, "column": 24 } } }, "property": { "type": "Identifier", - "start": 32111, - "end": 32117, + "start": 32774, + "end": 32780, "loc": { "start": { - "line": 826, + "line": 842, "column": 25 }, "end": { - "line": 826, + "line": 842, "column": 31 }, "identifierName": "surfer" @@ -165339,15 +169155,15 @@ }, "property": { "type": "Identifier", - "start": 32118, - "end": 32124, + "start": 32781, + "end": 32787, "loc": { "start": { - "line": 826, + "line": 842, "column": 32 }, "end": { - "line": 826, + "line": 842, "column": 38 }, "identifierName": "surfer" @@ -165358,15 +169174,15 @@ }, "property": { "type": "Identifier", - "start": 32125, - "end": 32135, + "start": 32788, + "end": 32798, "loc": { "start": { - "line": 826, + "line": 842, "column": 39 }, "end": { - "line": 826, + "line": 842, "column": 49 }, "identifierName": "microphone" @@ -165377,15 +169193,15 @@ }, "property": { "type": "Identifier", - "start": 32136, - "end": 32140, + "start": 32799, + "end": 32803, "loc": { "start": { - "line": 826, + "line": 842, "column": 50 }, "end": { - "line": 826, + "line": 842, "column": 54 }, "identifierName": "play" @@ -165399,15 +169215,15 @@ }, { "type": "BreakStatement", - "start": 32164, - "end": 32170, + "start": 32827, + "end": 32833, "loc": { "start": { - "line": 827, + "line": 843, "column": 20 }, "end": { - "line": 827, + "line": 843, "column": 26 } }, @@ -165416,15 +169232,15 @@ ], "test": { "type": "Identifier", - "start": 31790, - "end": 31800, + "start": 32453, + "end": 32463, "loc": { "start": { - "line": 819, + "line": 835, "column": 21 }, "end": { - "line": 819, + "line": 835, "column": 31 }, "identifierName": "AUDIO_ONLY" @@ -165434,30 +169250,30 @@ }, { "type": "SwitchCase", - "start": 32188, - "end": 32204, + "start": 32851, + "end": 32867, "loc": { "start": { - "line": 829, + "line": 845, "column": 16 }, "end": { - "line": 829, + "line": 845, "column": 32 } }, "consequent": [], "test": { "type": "Identifier", - "start": 32193, - "end": 32203, + "start": 32856, + "end": 32866, "loc": { "start": { - "line": 829, + "line": 845, "column": 21 }, "end": { - "line": 829, + "line": 845, "column": 31 }, "identifierName": "VIDEO_ONLY" @@ -165467,30 +169283,30 @@ }, { "type": "SwitchCase", - "start": 32221, - "end": 32238, + "start": 32884, + "end": 32901, "loc": { "start": { - "line": 830, + "line": 846, "column": 16 }, "end": { - "line": 830, + "line": 846, "column": 33 } }, "consequent": [], "test": { "type": "Identifier", - "start": 32226, - "end": 32237, + "start": 32889, + "end": 32900, "loc": { "start": { - "line": 830, + "line": 846, "column": 21 }, "end": { - "line": 830, + "line": 846, "column": 32 }, "identifierName": "AUDIO_VIDEO" @@ -165500,30 +169316,30 @@ }, { "type": "SwitchCase", - "start": 32255, - "end": 32273, + "start": 32918, + "end": 32936, "loc": { "start": { - "line": 831, + "line": 847, "column": 16 }, "end": { - "line": 831, + "line": 847, "column": 34 } }, "consequent": [], "test": { "type": "Identifier", - "start": 32260, - "end": 32272, + "start": 32923, + "end": 32935, "loc": { "start": { - "line": 831, + "line": 847, "column": 21 }, "end": { - "line": 831, + "line": 847, "column": 33 }, "identifierName": "AUDIO_SCREEN" @@ -165533,72 +169349,72 @@ }, { "type": "SwitchCase", - "start": 32290, - "end": 32441, + "start": 32953, + "end": 33104, "loc": { "start": { - "line": 832, + "line": 848, "column": 16 }, "end": { - "line": 835, + "line": 851, "column": 26 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 32389, - "end": 32414, + "start": 33052, + "end": 33077, "loc": { "start": { - "line": 834, + "line": 850, "column": 20 }, "end": { - "line": 834, + "line": 850, "column": 45 } }, "expression": { "type": "CallExpression", - "start": 32389, - "end": 32413, + "start": 33052, + "end": 33076, "loc": { "start": { - "line": 834, + "line": 850, "column": 20 }, "end": { - "line": 834, + "line": 850, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 32389, - "end": 32411, + "start": 33052, + "end": 33074, "loc": { "start": { - "line": 834, + "line": 850, "column": 20 }, "end": { - "line": 834, + "line": 850, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 32389, - "end": 32393, + "start": 33052, + "end": 33056, "loc": { "start": { - "line": 834, + "line": 850, "column": 20 }, "end": { - "line": 834, + "line": 850, "column": 24 } }, @@ -165606,15 +169422,15 @@ }, "property": { "type": "Identifier", - "start": 32394, - "end": 32411, + "start": 33057, + "end": 33074, "loc": { "start": { - "line": 834, + "line": 850, "column": 25 }, "end": { - "line": 834, + "line": 850, "column": 42 }, "identifierName": "startVideoPreview" @@ -165631,15 +169447,15 @@ { "type": "CommentLine", "value": " preview video stream in video element", - "start": 32328, - "end": 32368, + "start": 32991, + "end": 33031, "loc": { "start": { - "line": 833, + "line": 849, "column": 20 }, "end": { - "line": 833, + "line": 849, "column": 60 } } @@ -165648,15 +169464,15 @@ }, { "type": "BreakStatement", - "start": 32435, - "end": 32441, + "start": 33098, + "end": 33104, "loc": { "start": { - "line": 835, + "line": 851, "column": 20 }, "end": { - "line": 835, + "line": 851, "column": 26 } }, @@ -165665,15 +169481,15 @@ ], "test": { "type": "Identifier", - "start": 32295, - "end": 32306, + "start": 32958, + "end": 32969, "loc": { "start": { - "line": 832, + "line": 848, "column": 21 }, "end": { - "line": 832, + "line": 848, "column": 32 }, "identifierName": "SCREEN_ONLY" @@ -165683,100 +169499,100 @@ }, { "type": "SwitchCase", - "start": 32459, - "end": 33181, + "start": 33122, + "end": 33844, "loc": { "start": { - "line": 837, + "line": 853, "column": 16 }, "end": { - "line": 854, + "line": 870, "column": 26 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 32539, - "end": 32571, + "start": 33202, + "end": 33234, "loc": { "start": { - "line": 839, + "line": 855, "column": 20 }, "end": { - "line": 839, + "line": 855, "column": 52 } }, "expression": { "type": "CallExpression", - "start": 32539, - "end": 32570, + "start": 33202, + "end": 33233, "loc": { "start": { - "line": 839, + "line": 855, "column": 20 }, "end": { - "line": 839, + "line": 855, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 32539, - "end": 32568, + "start": 33202, + "end": 33231, "loc": { "start": { - "line": 839, + "line": 855, "column": 20 }, "end": { - "line": 839, + "line": 855, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 32539, - "end": 32563, + "start": 33202, + "end": 33226, "loc": { "start": { - "line": 839, + "line": 855, "column": 20 }, "end": { - "line": 839, + "line": 855, "column": 44 } }, "object": { "type": "MemberExpression", - "start": 32539, - "end": 32550, + "start": 33202, + "end": 33213, "loc": { "start": { - "line": 839, + "line": 855, "column": 20 }, "end": { - "line": 839, + "line": 855, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 32539, - "end": 32543, + "start": 33202, + "end": 33206, "loc": { "start": { - "line": 839, + "line": 855, "column": 20 }, "end": { - "line": 839, + "line": 855, "column": 24 } }, @@ -165784,15 +169600,15 @@ }, "property": { "type": "Identifier", - "start": 32544, - "end": 32550, + "start": 33207, + "end": 33213, "loc": { "start": { - "line": 839, + "line": 855, "column": 25 }, "end": { - "line": 839, + "line": 855, "column": 31 }, "identifierName": "player" @@ -165804,15 +169620,15 @@ }, "property": { "type": "Identifier", - "start": 32551, - "end": 32563, + "start": 33214, + "end": 33226, "loc": { "start": { - "line": 839, + "line": 855, "column": 32 }, "end": { - "line": 839, + "line": 855, "column": 44 }, "identifierName": "recordCanvas" @@ -165824,15 +169640,15 @@ }, "property": { "type": "Identifier", - "start": 32564, - "end": 32568, + "start": 33227, + "end": 33231, "loc": { "start": { - "line": 839, + "line": 855, "column": 45 }, "end": { - "line": 839, + "line": 855, "column": 49 }, "identifierName": "hide" @@ -165849,15 +169665,15 @@ { "type": "CommentLine", "value": " hide the first frame", - "start": 32495, - "end": 32518, + "start": 33158, + "end": 33181, "loc": { "start": { - "line": 838, + "line": 854, "column": 20 }, "end": { - "line": 838, + "line": 854, "column": 43 } } @@ -165867,15 +169683,15 @@ { "type": "CommentLine", "value": " hide the animation", - "start": 32593, - "end": 32614, + "start": 33256, + "end": 33277, "loc": { "start": { - "line": 841, + "line": 857, "column": 20 }, "end": { - "line": 841, + "line": 857, "column": 41 } } @@ -165884,85 +169700,85 @@ }, { "type": "ExpressionStatement", - "start": 32635, - "end": 32671, + "start": 33298, + "end": 33334, "loc": { "start": { - "line": 842, + "line": 858, "column": 20 }, "end": { - "line": 842, + "line": 858, "column": 56 } }, "expression": { "type": "CallExpression", - "start": 32635, - "end": 32670, + "start": 33298, + "end": 33333, "loc": { "start": { - "line": 842, + "line": 858, "column": 20 }, "end": { - "line": 842, + "line": 858, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 32635, - "end": 32668, + "start": 33298, + "end": 33331, "loc": { "start": { - "line": 842, + "line": 858, "column": 20 }, "end": { - "line": 842, + "line": 858, "column": 53 } }, "object": { "type": "MemberExpression", - "start": 32635, - "end": 32663, + "start": 33298, + "end": 33326, "loc": { "start": { - "line": 842, + "line": 858, "column": 20 }, "end": { - "line": 842, + "line": 858, "column": 48 } }, "object": { "type": "MemberExpression", - "start": 32635, - "end": 32646, + "start": 33298, + "end": 33309, "loc": { "start": { - "line": 842, + "line": 858, "column": 20 }, "end": { - "line": 842, + "line": 858, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 32635, - "end": 32639, + "start": 33298, + "end": 33302, "loc": { "start": { - "line": 842, + "line": 858, "column": 20 }, "end": { - "line": 842, + "line": 858, "column": 24 } }, @@ -165970,15 +169786,15 @@ }, "property": { "type": "Identifier", - "start": 32640, - "end": 32646, + "start": 33303, + "end": 33309, "loc": { "start": { - "line": 842, + "line": 858, "column": 25 }, "end": { - "line": 842, + "line": 858, "column": 31 }, "identifierName": "player" @@ -165990,15 +169806,15 @@ }, "property": { "type": "Identifier", - "start": 32647, - "end": 32663, + "start": 33310, + "end": 33326, "loc": { "start": { - "line": 842, + "line": 858, "column": 32 }, "end": { - "line": 842, + "line": 858, "column": 48 }, "identifierName": "animationDisplay" @@ -166010,15 +169826,15 @@ }, "property": { "type": "Identifier", - "start": 32664, - "end": 32668, + "start": 33327, + "end": 33331, "loc": { "start": { - "line": 842, + "line": 858, "column": 49 }, "end": { - "line": 842, + "line": 858, "column": 53 }, "identifierName": "hide" @@ -166035,15 +169851,15 @@ { "type": "CommentLine", "value": " hide the animation", - "start": 32593, - "end": 32614, + "start": 33256, + "end": 33277, "loc": { "start": { - "line": 841, + "line": 857, "column": 20 }, "end": { - "line": 841, + "line": 857, "column": 41 } } @@ -166053,15 +169869,15 @@ { "type": "CommentLine", "value": " show preview video", - "start": 32693, - "end": 32714, + "start": 33356, + "end": 33377, "loc": { "start": { - "line": 844, + "line": 860, "column": 20 }, "end": { - "line": 844, + "line": 860, "column": 41 } } @@ -166070,86 +169886,86 @@ }, { "type": "ExpressionStatement", - "start": 32735, - "end": 32777, + "start": 33398, + "end": 33440, "loc": { "start": { - "line": 845, + "line": 861, "column": 20 }, "end": { - "line": 845, + "line": 861, "column": 62 } }, "expression": { "type": "AssignmentExpression", - "start": 32735, - "end": 32776, + "start": 33398, + "end": 33439, "loc": { "start": { - "line": 845, + "line": 861, "column": 20 }, "end": { - "line": 845, + "line": 861, "column": 61 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 32735, - "end": 32766, + "start": 33398, + "end": 33429, "loc": { "start": { - "line": 845, + "line": 861, "column": 20 }, "end": { - "line": 845, + "line": 861, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 32735, - "end": 32758, + "start": 33398, + "end": 33421, "loc": { "start": { - "line": 845, + "line": 861, "column": 20 }, "end": { - "line": 845, + "line": 861, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 32735, - "end": 32752, + "start": 33398, + "end": 33415, "loc": { "start": { - "line": 845, + "line": 861, "column": 20 }, "end": { - "line": 845, + "line": 861, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 32735, - "end": 32739, + "start": 33398, + "end": 33402, "loc": { "start": { - "line": 845, + "line": 861, "column": 20 }, "end": { - "line": 845, + "line": 861, "column": 24 } }, @@ -166157,15 +169973,15 @@ }, "property": { "type": "Identifier", - "start": 32740, - "end": 32752, + "start": 33403, + "end": 33415, "loc": { "start": { - "line": 845, + "line": 861, "column": 25 }, "end": { - "line": 845, + "line": 861, "column": 37 }, "identifierName": "mediaElement" @@ -166177,15 +169993,15 @@ }, "property": { "type": "Identifier", - "start": 32753, - "end": 32758, + "start": 33416, + "end": 33421, "loc": { "start": { - "line": 845, + "line": 861, "column": 38 }, "end": { - "line": 845, + "line": 861, "column": 43 }, "identifierName": "style" @@ -166197,15 +170013,15 @@ }, "property": { "type": "Identifier", - "start": 32759, - "end": 32766, + "start": 33422, + "end": 33429, "loc": { "start": { - "line": 845, + "line": 861, "column": 44 }, "end": { - "line": 845, + "line": 861, "column": 51 }, "identifierName": "display" @@ -166217,15 +170033,15 @@ }, "right": { "type": "StringLiteral", - "start": 32769, - "end": 32776, + "start": 33432, + "end": 33439, "loc": { "start": { - "line": 845, + "line": 861, "column": 54 }, "end": { - "line": 845, + "line": 861, "column": 61 } }, @@ -166241,15 +170057,15 @@ { "type": "CommentLine", "value": " show preview video", - "start": 32693, - "end": 32714, + "start": 33356, + "end": 33377, "loc": { "start": { - "line": 844, + "line": 860, "column": 20 }, "end": { - "line": 844, + "line": 860, "column": 41 } } @@ -166259,15 +170075,15 @@ { "type": "CommentLine", "value": " for animations, capture the first frame", - "start": 32799, - "end": 32841, + "start": 33462, + "end": 33504, "loc": { "start": { - "line": 847, + "line": 863, "column": 20 }, "end": { - "line": 847, + "line": 863, "column": 62 } } @@ -166275,15 +170091,15 @@ { "type": "CommentLine", "value": " that can be displayed as soon as recording", - "start": 32862, - "end": 32907, + "start": 33525, + "end": 33570, "loc": { "start": { - "line": 848, + "line": 864, "column": 20 }, "end": { - "line": 848, + "line": 864, "column": 65 } } @@ -166291,15 +170107,15 @@ { "type": "CommentLine", "value": " is complete", - "start": 32928, - "end": 32942, + "start": 33591, + "end": 33605, "loc": { "start": { - "line": 849, + "line": 865, "column": 20 }, "end": { - "line": 849, + "line": 865, "column": 34 } } @@ -166308,85 +170124,85 @@ }, { "type": "ExpressionStatement", - "start": 32963, - "end": 33154, + "start": 33626, + "end": 33817, "loc": { "start": { - "line": 850, + "line": 866, "column": 20 }, "end": { - "line": 853, + "line": 869, "column": 23 } }, "expression": { "type": "CallExpression", - "start": 32963, - "end": 33153, + "start": 33626, + "end": 33816, "loc": { "start": { - "line": 850, + "line": 866, "column": 20 }, "end": { - "line": 853, + "line": 869, "column": 22 } }, "callee": { "type": "MemberExpression", - "start": 32963, - "end": 32987, + "start": 33626, + "end": 33650, "loc": { "start": { - "line": 850, + "line": 866, "column": 20 }, "end": { - "line": 850, + "line": 866, "column": 44 } }, "object": { "type": "CallExpression", - "start": 32963, - "end": 32982, + "start": 33626, + "end": 33645, "loc": { "start": { - "line": 850, + "line": 866, "column": 20 }, "end": { - "line": 850, + "line": 866, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 32963, - "end": 32980, + "start": 33626, + "end": 33643, "loc": { "start": { - "line": 850, + "line": 866, "column": 20 }, "end": { - "line": 850, + "line": 866, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 32963, - "end": 32967, + "start": 33626, + "end": 33630, "loc": { "start": { - "line": 850, + "line": 866, "column": 20 }, "end": { - "line": 850, + "line": 866, "column": 24 } }, @@ -166394,15 +170210,15 @@ }, "property": { "type": "Identifier", - "start": 32968, - "end": 32980, + "start": 33631, + "end": 33643, "loc": { "start": { - "line": 850, + "line": 866, "column": 25 }, "end": { - "line": 850, + "line": 866, "column": 37 }, "identifierName": "captureFrame" @@ -166417,15 +170233,15 @@ }, "property": { "type": "Identifier", - "start": 32983, - "end": 32987, + "start": 33646, + "end": 33650, "loc": { "start": { - "line": 850, + "line": 866, "column": 40 }, "end": { - "line": 850, + "line": 866, "column": 44 }, "identifierName": "then" @@ -166438,15 +170254,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 32988, - "end": 33152, + "start": 33651, + "end": 33815, "loc": { "start": { - "line": 850, + "line": 866, "column": 45 }, "end": { - "line": 853, + "line": 869, "column": 21 } }, @@ -166457,15 +170273,15 @@ "params": [ { "type": "Identifier", - "start": 32989, - "end": 32995, + "start": 33652, + "end": 33658, "loc": { "start": { - "line": 850, + "line": 866, "column": 46 }, "end": { - "line": 850, + "line": 866, "column": 52 }, "identifierName": "result" @@ -166475,72 +170291,72 @@ ], "body": { "type": "BlockStatement", - "start": 33000, - "end": 33152, + "start": 33663, + "end": 33815, "loc": { "start": { - "line": 850, + "line": 866, "column": 57 }, "end": { - "line": 853, + "line": 869, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 33105, - "end": 33130, + "start": 33768, + "end": 33793, "loc": { "start": { - "line": 852, + "line": 868, "column": 24 }, "end": { - "line": 852, + "line": 868, "column": 49 } }, "expression": { "type": "CallExpression", - "start": 33105, - "end": 33129, + "start": 33768, + "end": 33792, "loc": { "start": { - "line": 852, + "line": 868, "column": 24 }, "end": { - "line": 852, + "line": 868, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 33105, - "end": 33127, + "start": 33768, + "end": 33790, "loc": { "start": { - "line": 852, + "line": 868, "column": 24 }, "end": { - "line": 852, + "line": 868, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 33105, - "end": 33109, + "start": 33768, + "end": 33772, "loc": { "start": { - "line": 852, + "line": 868, "column": 24 }, "end": { - "line": 852, + "line": 868, "column": 28 } }, @@ -166548,15 +170364,15 @@ }, "property": { "type": "Identifier", - "start": 33110, - "end": 33127, + "start": 33773, + "end": 33790, "loc": { "start": { - "line": 852, + "line": 868, "column": 29 }, "end": { - "line": 852, + "line": 868, "column": 46 }, "identifierName": "startVideoPreview" @@ -166573,15 +170389,15 @@ { "type": "CommentLine", "value": " start video preview **after** capturing first frame", - "start": 33026, - "end": 33080, + "start": 33689, + "end": 33743, "loc": { "start": { - "line": 851, + "line": 867, "column": 24 }, "end": { - "line": 851, + "line": 867, "column": 78 } } @@ -166599,15 +170415,15 @@ { "type": "CommentLine", "value": " for animations, capture the first frame", - "start": 32799, - "end": 32841, + "start": 33462, + "end": 33504, "loc": { "start": { - "line": 847, + "line": 863, "column": 20 }, "end": { - "line": 847, + "line": 863, "column": 62 } } @@ -166615,15 +170431,15 @@ { "type": "CommentLine", "value": " that can be displayed as soon as recording", - "start": 32862, - "end": 32907, + "start": 33525, + "end": 33570, "loc": { "start": { - "line": 848, + "line": 864, "column": 20 }, "end": { - "line": 848, + "line": 864, "column": 65 } } @@ -166631,15 +170447,15 @@ { "type": "CommentLine", "value": " is complete", - "start": 32928, - "end": 32942, + "start": 33591, + "end": 33605, "loc": { "start": { - "line": 849, + "line": 865, "column": 20 }, "end": { - "line": 849, + "line": 865, "column": 34 } } @@ -166648,15 +170464,15 @@ }, { "type": "BreakStatement", - "start": 33175, - "end": 33181, + "start": 33838, + "end": 33844, "loc": { "start": { - "line": 854, + "line": 870, "column": 20 }, "end": { - "line": 854, + "line": 870, "column": 26 } }, @@ -166665,15 +170481,15 @@ ], "test": { "type": "Identifier", - "start": 32464, - "end": 32473, + "start": 33127, + "end": 33136, "loc": { "start": { - "line": 837, + "line": 853, "column": 21 }, "end": { - "line": 837, + "line": 853, "column": 30 }, "identifierName": "ANIMATION" @@ -166686,15 +170502,15 @@ { "type": "CommentLine", "value": " start preview", - "start": 31708, - "end": 31724, + "start": 32371, + "end": 32387, "loc": { "start": { - "line": 817, + "line": 833, "column": 12 }, "end": { - "line": 817, + "line": 833, "column": 28 } } @@ -166703,58 +170519,58 @@ }, { "type": "IfStatement", - "start": 33209, - "end": 33322, + "start": 33872, + "end": 33985, "loc": { "start": { - "line": 857, + "line": 873, "column": 12 }, "end": { - "line": 860, + "line": 876, "column": 13 } }, "test": { "type": "MemberExpression", - "start": 33213, - "end": 33232, + "start": 33876, + "end": 33895, "loc": { "start": { - "line": 857, + "line": 873, "column": 16 }, "end": { - "line": 857, + "line": 873, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 33213, - "end": 33217, + "start": 33876, + "end": 33880, "loc": { "start": { - "line": 857, + "line": 873, "column": 16 }, "end": { - "line": 857, + "line": 873, "column": 20 } } }, "property": { "type": "Identifier", - "start": 33218, - "end": 33232, + "start": 33881, + "end": 33895, "loc": { "start": { - "line": 857, + "line": 873, "column": 21 }, "end": { - "line": 857, + "line": 873, "column": 35 }, "identifierName": "autoMuteDevice" @@ -166765,72 +170581,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 33234, - "end": 33322, + "start": 33897, + "end": 33985, "loc": { "start": { - "line": 857, + "line": 873, "column": 37 }, "end": { - "line": 860, + "line": 876, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 33285, - "end": 33308, + "start": 33948, + "end": 33971, "loc": { "start": { - "line": 859, + "line": 875, "column": 16 }, "end": { - "line": 859, + "line": 875, "column": 39 } }, "expression": { "type": "CallExpression", - "start": 33285, - "end": 33307, + "start": 33948, + "end": 33970, "loc": { "start": { - "line": 859, + "line": 875, "column": 16 }, "end": { - "line": 859, + "line": 875, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 33285, - "end": 33300, + "start": 33948, + "end": 33963, "loc": { "start": { - "line": 859, + "line": 875, "column": 16 }, "end": { - "line": 859, + "line": 875, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 33285, - "end": 33289, + "start": 33948, + "end": 33952, "loc": { "start": { - "line": 859, + "line": 875, "column": 16 }, "end": { - "line": 859, + "line": 875, "column": 20 } }, @@ -166838,15 +170654,15 @@ }, "property": { "type": "Identifier", - "start": 33290, - "end": 33300, + "start": 33953, + "end": 33963, "loc": { "start": { - "line": 859, + "line": 875, "column": 21 }, "end": { - "line": 859, + "line": 875, "column": 31 }, "identifierName": "muteTracks" @@ -166859,15 +170675,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 33301, - "end": 33306, + "start": 33964, + "end": 33969, "loc": { "start": { - "line": 859, + "line": 875, "column": 32 }, "end": { - "line": 859, + "line": 875, "column": 37 } }, @@ -166880,15 +170696,15 @@ { "type": "CommentLine", "value": " unmute device", - "start": 33252, - "end": 33268, + "start": 33915, + "end": 33931, "loc": { "start": { - "line": 858, + "line": 874, "column": 16 }, "end": { - "line": 858, + "line": 874, "column": 32 } } @@ -166904,15 +170720,15 @@ { "type": "CommentLine", "value": " start recording", - "start": 33336, - "end": 33354, + "start": 33999, + "end": 34017, "loc": { "start": { - "line": 862, + "line": 878, "column": 12 }, "end": { - "line": 862, + "line": 878, "column": 30 } } @@ -166921,57 +170737,57 @@ }, { "type": "SwitchStatement", - "start": 33367, - "end": 34308, + "start": 34030, + "end": 34971, "loc": { "start": { - "line": 863, + "line": 879, "column": 12 }, "end": { - "line": 888, + "line": 904, "column": 13 } }, "discriminant": { "type": "CallExpression", - "start": 33375, - "end": 33395, + "start": 34038, + "end": 34058, "loc": { "start": { - "line": 863, + "line": 879, "column": 20 }, "end": { - "line": 863, + "line": 879, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 33375, - "end": 33393, + "start": 34038, + "end": 34056, "loc": { "start": { - "line": 863, + "line": 879, "column": 20 }, "end": { - "line": 863, + "line": 879, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 33375, - "end": 33379, + "start": 34038, + "end": 34042, "loc": { "start": { - "line": 863, + "line": 879, "column": 20 }, "end": { - "line": 863, + "line": 879, "column": 24 } }, @@ -166979,15 +170795,15 @@ }, "property": { "type": "Identifier", - "start": 33380, - "end": 33393, + "start": 34043, + "end": 34056, "loc": { "start": { - "line": 863, + "line": 879, "column": 25 }, "end": { - "line": 863, + "line": 879, "column": 38 }, "identifierName": "getRecordType" @@ -167003,72 +170819,72 @@ "cases": [ { "type": "SwitchCase", - "start": 33415, - "end": 33635, + "start": 34078, + "end": 34298, "loc": { "start": { - "line": 864, + "line": 880, "column": 16 }, "end": { - "line": 870, + "line": 886, "column": 26 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 33491, - "end": 33513, + "start": 34154, + "end": 34176, "loc": { "start": { - "line": 866, + "line": 882, "column": 20 }, "end": { - "line": 866, + "line": 882, "column": 42 } }, "expression": { "type": "CallExpression", - "start": 33491, - "end": 33512, + "start": 34154, + "end": 34175, "loc": { "start": { - "line": 866, + "line": 882, "column": 20 }, "end": { - "line": 866, + "line": 882, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 33491, - "end": 33510, + "start": 34154, + "end": 34173, "loc": { "start": { - "line": 866, + "line": 882, "column": 20 }, "end": { - "line": 866, + "line": 882, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 33491, - "end": 33495, + "start": 34154, + "end": 34158, "loc": { "start": { - "line": 866, + "line": 882, "column": 20 }, "end": { - "line": 866, + "line": 882, "column": 24 } }, @@ -167076,15 +170892,15 @@ }, "property": { "type": "Identifier", - "start": 33496, - "end": 33510, + "start": 34159, + "end": 34173, "loc": { "start": { - "line": 866, + "line": 882, "column": 25 }, "end": { - "line": 866, + "line": 882, "column": 39 }, "identifierName": "createSnapshot" @@ -167101,15 +170917,15 @@ { "type": "CommentLine", "value": " create snapshot", - "start": 33452, - "end": 33470, + "start": 34115, + "end": 34133, "loc": { "start": { - "line": 865, + "line": 881, "column": 20 }, "end": { - "line": 865, + "line": 881, "column": 38 } } @@ -167119,15 +170935,15 @@ { "type": "CommentLine", "value": " notify UI", - "start": 33535, - "end": 33547, + "start": 34198, + "end": 34210, "loc": { "start": { - "line": 868, + "line": 884, "column": 20 }, "end": { - "line": 868, + "line": 884, "column": 32 } } @@ -167136,71 +170952,71 @@ }, { "type": "ExpressionStatement", - "start": 33568, - "end": 33608, + "start": 34231, + "end": 34271, "loc": { "start": { - "line": 869, + "line": 885, "column": 20 }, "end": { - "line": 869, + "line": 885, "column": 60 } }, "expression": { "type": "CallExpression", - "start": 33568, - "end": 33607, + "start": 34231, + "end": 34270, "loc": { "start": { - "line": 869, + "line": 885, "column": 20 }, "end": { - "line": 869, + "line": 885, "column": 59 } }, "callee": { "type": "MemberExpression", - "start": 33568, - "end": 33587, + "start": 34231, + "end": 34250, "loc": { "start": { - "line": 869, + "line": 885, "column": 20 }, "end": { - "line": 869, + "line": 885, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 33568, - "end": 33579, + "start": 34231, + "end": 34242, "loc": { "start": { - "line": 869, + "line": 885, "column": 20 }, "end": { - "line": 869, + "line": 885, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 33568, - "end": 33572, + "start": 34231, + "end": 34235, "loc": { "start": { - "line": 869, + "line": 885, "column": 20 }, "end": { - "line": 869, + "line": 885, "column": 24 } }, @@ -167208,15 +171024,15 @@ }, "property": { "type": "Identifier", - "start": 33573, - "end": 33579, + "start": 34236, + "end": 34242, "loc": { "start": { - "line": 869, + "line": 885, "column": 25 }, "end": { - "line": 869, + "line": 885, "column": 31 }, "identifierName": "player" @@ -167228,15 +171044,15 @@ }, "property": { "type": "Identifier", - "start": 33580, - "end": 33587, + "start": 34243, + "end": 34250, "loc": { "start": { - "line": 869, + "line": 885, "column": 32 }, "end": { - "line": 869, + "line": 885, "column": 39 }, "identifierName": "trigger" @@ -167249,29 +171065,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 33588, - "end": 33606, + "start": 34251, + "end": 34269, "loc": { "start": { - "line": 869, + "line": 885, "column": 40 }, "end": { - "line": 869, + "line": 885, "column": 58 } }, "object": { "type": "Identifier", - "start": 33588, - "end": 33593, + "start": 34251, + "end": 34256, "loc": { "start": { - "line": 869, + "line": 885, "column": 40 }, "end": { - "line": 869, + "line": 885, "column": 45 }, "identifierName": "Event" @@ -167280,15 +171096,15 @@ }, "property": { "type": "Identifier", - "start": 33594, - "end": 33606, + "start": 34257, + "end": 34269, "loc": { "start": { - "line": 869, + "line": 885, "column": 46 }, "end": { - "line": 869, + "line": 885, "column": 58 }, "identifierName": "START_RECORD" @@ -167304,15 +171120,15 @@ { "type": "CommentLine", "value": " notify UI", - "start": 33535, - "end": 33547, + "start": 34198, + "end": 34210, "loc": { "start": { - "line": 868, + "line": 884, "column": 20 }, "end": { - "line": 868, + "line": 884, "column": 32 } } @@ -167321,15 +171137,15 @@ }, { "type": "BreakStatement", - "start": 33629, - "end": 33635, + "start": 34292, + "end": 34298, "loc": { "start": { - "line": 870, + "line": 886, "column": 20 }, "end": { - "line": 870, + "line": 886, "column": 26 } }, @@ -167338,15 +171154,15 @@ ], "test": { "type": "Identifier", - "start": 33420, - "end": 33430, + "start": 34083, + "end": 34093, "loc": { "start": { - "line": 864, + "line": 880, "column": 21 }, "end": { - "line": 864, + "line": 880, "column": 31 }, "identifierName": "IMAGE_ONLY" @@ -167356,30 +171172,30 @@ }, { "type": "SwitchCase", - "start": 33653, - "end": 33669, + "start": 34316, + "end": 34332, "loc": { "start": { - "line": 872, + "line": 888, "column": 16 }, "end": { - "line": 872, + "line": 888, "column": 32 } }, "consequent": [], "test": { "type": "Identifier", - "start": 33658, - "end": 33668, + "start": 34321, + "end": 34331, "loc": { "start": { - "line": 872, + "line": 888, "column": 21 }, "end": { - "line": 872, + "line": 888, "column": 31 }, "identifierName": "VIDEO_ONLY" @@ -167389,30 +171205,30 @@ }, { "type": "SwitchCase", - "start": 33686, - "end": 33703, + "start": 34349, + "end": 34366, "loc": { "start": { - "line": 873, + "line": 889, "column": 16 }, "end": { - "line": 873, + "line": 889, "column": 33 } }, "consequent": [], "test": { "type": "Identifier", - "start": 33691, - "end": 33702, + "start": 34354, + "end": 34365, "loc": { "start": { - "line": 873, + "line": 889, "column": 21 }, "end": { - "line": 873, + "line": 889, "column": 32 }, "identifierName": "AUDIO_VIDEO" @@ -167422,30 +171238,30 @@ }, { "type": "SwitchCase", - "start": 33720, - "end": 33738, + "start": 34383, + "end": 34401, "loc": { "start": { - "line": 874, + "line": 890, "column": 16 }, "end": { - "line": 874, + "line": 890, "column": 34 } }, "consequent": [], "test": { "type": "Identifier", - "start": 33725, - "end": 33737, + "start": 34388, + "end": 34400, "loc": { "start": { - "line": 874, + "line": 890, "column": 21 }, "end": { - "line": 874, + "line": 890, "column": 33 }, "identifierName": "AUDIO_SCREEN" @@ -167455,30 +171271,30 @@ }, { "type": "SwitchCase", - "start": 33755, - "end": 33770, + "start": 34418, + "end": 34433, "loc": { "start": { - "line": 875, + "line": 891, "column": 16 }, "end": { - "line": 875, + "line": 891, "column": 31 } }, "consequent": [], "test": { "type": "Identifier", - "start": 33760, - "end": 33769, + "start": 34423, + "end": 34432, "loc": { "start": { - "line": 875, + "line": 891, "column": 21 }, "end": { - "line": 875, + "line": 891, "column": 30 }, "identifierName": "ANIMATION" @@ -167488,86 +171304,86 @@ }, { "type": "SwitchCase", - "start": 33787, - "end": 34107, + "start": 34450, + "end": 34770, "loc": { "start": { - "line": 876, + "line": 892, "column": 16 }, "end": { - "line": 882, + "line": 898, "column": 26 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 33904, - "end": 34080, + "start": 34567, + "end": 34743, "loc": { "start": { - "line": 878, + "line": 894, "column": 20 }, "end": { - "line": 881, + "line": 897, "column": 23 } }, "expression": { "type": "CallExpression", - "start": 33904, - "end": 34079, + "start": 34567, + "end": 34742, "loc": { "start": { - "line": 878, + "line": 894, "column": 20 }, "end": { - "line": 881, + "line": 897, "column": 22 } }, "callee": { "type": "MemberExpression", - "start": 33904, - "end": 33919, + "start": 34567, + "end": 34582, "loc": { "start": { - "line": 878, + "line": 894, "column": 20 }, "end": { - "line": 878, + "line": 894, "column": 35 } }, "object": { "type": "MemberExpression", - "start": 33904, - "end": 33915, + "start": 34567, + "end": 34578, "loc": { "start": { - "line": 878, + "line": 894, "column": 20 }, "end": { - "line": 878, + "line": 894, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 33904, - "end": 33908, + "start": 34567, + "end": 34571, "loc": { "start": { - "line": 878, + "line": 894, "column": 20 }, "end": { - "line": 878, + "line": 894, "column": 24 } }, @@ -167575,15 +171391,15 @@ }, "property": { "type": "Identifier", - "start": 33909, - "end": 33915, + "start": 34572, + "end": 34578, "loc": { "start": { - "line": 878, + "line": 894, "column": 25 }, "end": { - "line": 878, + "line": 894, "column": 31 }, "identifierName": "player" @@ -167595,15 +171411,15 @@ }, "property": { "type": "Identifier", - "start": 33916, - "end": 33919, + "start": 34579, + "end": 34582, "loc": { "start": { - "line": 878, + "line": 894, "column": 32 }, "end": { - "line": 878, + "line": 894, "column": 35 }, "identifierName": "one" @@ -167616,29 +171432,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 33920, - "end": 33940, + "start": 34583, + "end": 34603, "loc": { "start": { - "line": 878, + "line": 894, "column": 36 }, "end": { - "line": 878, + "line": 894, "column": 56 } }, "object": { "type": "Identifier", - "start": 33920, - "end": 33925, + "start": 34583, + "end": 34588, "loc": { "start": { - "line": 878, + "line": 894, "column": 36 }, "end": { - "line": 878, + "line": 894, "column": 41 }, "identifierName": "Event" @@ -167647,15 +171463,15 @@ }, "property": { "type": "Identifier", - "start": 33926, - "end": 33940, + "start": 34589, + "end": 34603, "loc": { "start": { - "line": 878, + "line": 894, "column": 42 }, "end": { - "line": 878, + "line": 894, "column": 56 }, "identifierName": "LOADEDMETADATA" @@ -167666,15 +171482,15 @@ }, { "type": "ArrowFunctionExpression", - "start": 33942, - "end": 34078, + "start": 34605, + "end": 34741, "loc": { "start": { - "line": 878, + "line": 894, "column": 58 }, "end": { - "line": 881, + "line": 897, "column": 21 } }, @@ -167685,72 +171501,72 @@ "params": [], "body": { "type": "BlockStatement", - "start": 33948, - "end": 34078, + "start": 34611, + "end": 34741, "loc": { "start": { - "line": 878, + "line": 894, "column": 64 }, "end": { - "line": 881, + "line": 897, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 34034, - "end": 34056, + "start": 34697, + "end": 34719, "loc": { "start": { - "line": 880, + "line": 896, "column": 24 }, "end": { - "line": 880, + "line": 896, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 34034, - "end": 34055, + "start": 34697, + "end": 34718, "loc": { "start": { - "line": 880, + "line": 896, "column": 24 }, "end": { - "line": 880, + "line": 896, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 34034, - "end": 34053, + "start": 34697, + "end": 34716, "loc": { "start": { - "line": 880, + "line": 896, "column": 24 }, "end": { - "line": 880, + "line": 896, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 34034, - "end": 34038, + "start": 34697, + "end": 34701, "loc": { "start": { - "line": 880, + "line": 896, "column": 24 }, "end": { - "line": 880, + "line": 896, "column": 28 } }, @@ -167758,15 +171574,15 @@ }, "property": { "type": "Identifier", - "start": 34039, - "end": 34053, + "start": 34702, + "end": 34716, "loc": { "start": { - "line": 880, + "line": 896, "column": 29 }, "end": { - "line": 880, + "line": 896, "column": 43 }, "identifierName": "startRecording" @@ -167783,15 +171599,15 @@ { "type": "CommentLine", "value": " start actually recording process", - "start": 33974, - "end": 34009, + "start": 34637, + "end": 34672, "loc": { "start": { - "line": 879, + "line": 895, "column": 24 }, "end": { - "line": 879, + "line": 895, "column": 59 } } @@ -167809,15 +171625,15 @@ { "type": "CommentLine", "value": " wait for media stream on video element to actually load", - "start": 33825, - "end": 33883, + "start": 34488, + "end": 34546, "loc": { "start": { - "line": 877, + "line": 893, "column": 20 }, "end": { - "line": 877, + "line": 893, "column": 78 } } @@ -167826,15 +171642,15 @@ }, { "type": "BreakStatement", - "start": 34101, - "end": 34107, + "start": 34764, + "end": 34770, "loc": { "start": { - "line": 882, + "line": 898, "column": 20 }, "end": { - "line": 882, + "line": 898, "column": 26 } }, @@ -167843,15 +171659,15 @@ ], "test": { "type": "Identifier", - "start": 33792, - "end": 33803, + "start": 34455, + "end": 34466, "loc": { "start": { - "line": 876, + "line": 892, "column": 21 }, "end": { - "line": 876, + "line": 892, "column": 32 }, "identifierName": "SCREEN_ONLY" @@ -167861,72 +171677,72 @@ }, { "type": "SwitchCase", - "start": 34125, - "end": 34294, + "start": 34788, + "end": 34957, "loc": { "start": { - "line": 884, + "line": 900, "column": 16 }, "end": { - "line": 887, + "line": 903, "column": 42 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 34272, - "end": 34294, + "start": 34935, + "end": 34957, "loc": { "start": { - "line": 887, + "line": 903, "column": 20 }, "end": { - "line": 887, + "line": 903, "column": 42 } }, "expression": { "type": "CallExpression", - "start": 34272, - "end": 34293, + "start": 34935, + "end": 34956, "loc": { "start": { - "line": 887, + "line": 903, "column": 20 }, "end": { - "line": 887, + "line": 903, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 34272, - "end": 34291, + "start": 34935, + "end": 34954, "loc": { "start": { - "line": 887, + "line": 903, "column": 20 }, "end": { - "line": 887, + "line": 903, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 34272, - "end": 34276, + "start": 34935, + "end": 34939, "loc": { "start": { - "line": 887, + "line": 903, "column": 20 }, "end": { - "line": 887, + "line": 903, "column": 24 } }, @@ -167934,15 +171750,15 @@ }, "property": { "type": "Identifier", - "start": 34277, - "end": 34291, + "start": 34940, + "end": 34954, "loc": { "start": { - "line": 887, + "line": 903, "column": 25 }, "end": { - "line": 887, + "line": 903, "column": 39 }, "identifierName": "startRecording" @@ -167959,15 +171775,15 @@ { "type": "CommentLine", "value": " all resources have already loaded, so we can start", - "start": 34154, - "end": 34207, + "start": 34817, + "end": 34870, "loc": { "start": { - "line": 885, + "line": 901, "column": 20 }, "end": { - "line": 885, + "line": 901, "column": 73 } } @@ -167975,15 +171791,15 @@ { "type": "CommentLine", "value": " recording right away", - "start": 34228, - "end": 34251, + "start": 34891, + "end": 34914, "loc": { "start": { - "line": 886, + "line": 902, "column": 20 }, "end": { - "line": 886, + "line": 902, "column": 43 } } @@ -167998,15 +171814,15 @@ { "type": "CommentLine", "value": " start recording", - "start": 33336, - "end": 33354, + "start": 33999, + "end": 34017, "loc": { "start": { - "line": 862, + "line": 878, "column": 12 }, "end": { - "line": 862, + "line": 878, "column": 30 } } @@ -168026,15 +171842,15 @@ { "type": "CommentBlock", "value": "*\n * Start recording.\n ", - "start": 31202, - "end": 31237, + "start": 31603, + "end": 31638, "loc": { "start": { - "line": 801, + "line": 811, "column": 4 }, "end": { - "line": 803, + "line": 813, "column": 7 } } @@ -168044,15 +171860,15 @@ { "type": "CommentBlock", "value": "*\n * Start recording.\n * @private\n ", - "start": 34330, - "end": 34381, + "start": 34993, + "end": 35044, "loc": { "start": { - "line": 892, + "line": 908, "column": 4 }, "end": { - "line": 895, + "line": 911, "column": 7 } } @@ -168061,15 +171877,15 @@ }, { "type": "ClassMethod", - "start": 34386, - "end": 35004, + "start": 35049, + "end": 35667, "loc": { "start": { - "line": 896, + "line": 912, "column": 4 }, "end": { - "line": 917, + "line": 933, "column": 5 } }, @@ -168077,15 +171893,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 34386, - "end": 34400, + "start": 35049, + "end": 35063, "loc": { "start": { - "line": 896, + "line": 912, "column": 4 }, "end": { - "line": 896, + "line": 912, "column": 18 }, "identifierName": "startRecording" @@ -168101,73 +171917,73 @@ "params": [], "body": { "type": "BlockStatement", - "start": 34403, - "end": 35004, + "start": 35066, + "end": 35667, "loc": { "start": { - "line": 896, + "line": 912, "column": 21 }, "end": { - "line": 917, + "line": 933, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 34448, - "end": 34468, + "start": 35111, + "end": 35131, "loc": { "start": { - "line": 898, + "line": 914, "column": 8 }, "end": { - "line": 898, + "line": 914, "column": 28 } }, "expression": { "type": "AssignmentExpression", - "start": 34448, - "end": 34467, + "start": 35111, + "end": 35130, "loc": { "start": { - "line": 898, + "line": 914, "column": 8 }, "end": { - "line": 898, + "line": 914, "column": 27 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 34448, - "end": 34459, + "start": 35111, + "end": 35122, "loc": { "start": { - "line": 898, + "line": 914, "column": 8 }, "end": { - "line": 898, + "line": 914, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 34448, - "end": 34452, + "start": 35111, + "end": 35115, "loc": { "start": { - "line": 898, + "line": 914, "column": 8 }, "end": { - "line": 898, + "line": 914, "column": 12 } }, @@ -168175,15 +171991,15 @@ }, "property": { "type": "Identifier", - "start": 34453, - "end": 34459, + "start": 35116, + "end": 35122, "loc": { "start": { - "line": 898, + "line": 914, "column": 13 }, "end": { - "line": 898, + "line": 914, "column": 19 }, "identifierName": "paused" @@ -168195,15 +172011,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 34462, - "end": 34467, + "start": 35125, + "end": 35130, "loc": { "start": { - "line": 898, + "line": 914, "column": 22 }, "end": { - "line": 898, + "line": 914, "column": 27 } }, @@ -168215,15 +172031,15 @@ { "type": "CommentLine", "value": " register starting point", - "start": 34413, - "end": 34439, + "start": 35076, + "end": 35102, "loc": { "start": { - "line": 897, + "line": 913, "column": 8 }, "end": { - "line": 897, + "line": 913, "column": 34 } } @@ -168232,73 +172048,73 @@ }, { "type": "ExpressionStatement", - "start": 34477, - "end": 34514, + "start": 35140, + "end": 35177, "loc": { "start": { - "line": 899, + "line": 915, "column": 8 }, "end": { - "line": 899, + "line": 915, "column": 45 } }, "expression": { "type": "AssignmentExpression", - "start": 34477, - "end": 34513, + "start": 35140, + "end": 35176, "loc": { "start": { - "line": 899, + "line": 915, "column": 8 }, "end": { - "line": 899, + "line": 915, "column": 44 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 34477, - "end": 34491, + "start": 35140, + "end": 35154, "loc": { "start": { - "line": 899, + "line": 915, "column": 8 }, "end": { - "line": 899, + "line": 915, "column": 22 } }, "object": { "type": "ThisExpression", - "start": 34477, - "end": 34481, + "start": 35140, + "end": 35144, "loc": { "start": { - "line": 899, + "line": 915, "column": 8 }, "end": { - "line": 899, + "line": 915, "column": 12 } } }, "property": { "type": "Identifier", - "start": 34482, - "end": 34491, + "start": 35145, + "end": 35154, "loc": { "start": { - "line": 899, + "line": 915, "column": 13 }, "end": { - "line": 899, + "line": 915, "column": 22 }, "identifierName": "pauseTime" @@ -168309,59 +172125,59 @@ }, "right": { "type": "AssignmentExpression", - "start": 34494, - "end": 34513, + "start": 35157, + "end": 35176, "loc": { "start": { - "line": 899, + "line": 915, "column": 25 }, "end": { - "line": 899, + "line": 915, "column": 44 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 34494, - "end": 34509, + "start": 35157, + "end": 35172, "loc": { "start": { - "line": 899, + "line": 915, "column": 25 }, "end": { - "line": 899, + "line": 915, "column": 40 } }, "object": { "type": "ThisExpression", - "start": 34494, - "end": 34498, + "start": 35157, + "end": 35161, "loc": { "start": { - "line": 899, + "line": 915, "column": 25 }, "end": { - "line": 899, + "line": 915, "column": 29 } } }, "property": { "type": "Identifier", - "start": 34499, - "end": 34509, + "start": 35162, + "end": 35172, "loc": { "start": { - "line": 899, + "line": 915, "column": 30 }, "end": { - "line": 899, + "line": 915, "column": 40 }, "identifierName": "pausedTime" @@ -168372,15 +172188,15 @@ }, "right": { "type": "NumericLiteral", - "start": 34512, - "end": 34513, + "start": 35175, + "end": 35176, "loc": { "start": { - "line": 899, + "line": 915, "column": 43 }, "end": { - "line": 899, + "line": 915, "column": 44 } }, @@ -168395,73 +172211,73 @@ }, { "type": "ExpressionStatement", - "start": 34523, - "end": 34558, + "start": 35186, + "end": 35221, "loc": { "start": { - "line": 900, + "line": 916, "column": 8 }, "end": { - "line": 900, + "line": 916, "column": 43 } }, "expression": { "type": "AssignmentExpression", - "start": 34523, - "end": 34557, + "start": 35186, + "end": 35220, "loc": { "start": { - "line": 900, + "line": 916, "column": 8 }, "end": { - "line": 900, + "line": 916, "column": 42 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 34523, - "end": 34537, + "start": 35186, + "end": 35200, "loc": { "start": { - "line": 900, + "line": 916, "column": 8 }, "end": { - "line": 900, + "line": 916, "column": 22 } }, "object": { "type": "ThisExpression", - "start": 34523, - "end": 34527, + "start": 35186, + "end": 35190, "loc": { "start": { - "line": 900, + "line": 916, "column": 8 }, "end": { - "line": 900, + "line": 916, "column": 12 } } }, "property": { "type": "Identifier", - "start": 34528, - "end": 34537, + "start": 35191, + "end": 35200, "loc": { "start": { - "line": 900, + "line": 916, "column": 13 }, "end": { - "line": 900, + "line": 916, "column": 22 }, "identifierName": "startTime" @@ -168472,43 +172288,43 @@ }, "right": { "type": "CallExpression", - "start": 34540, - "end": 34557, + "start": 35203, + "end": 35220, "loc": { "start": { - "line": 900, + "line": 916, "column": 25 }, "end": { - "line": 900, + "line": 916, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 34540, - "end": 34555, + "start": 35203, + "end": 35218, "loc": { "start": { - "line": 900, + "line": 916, "column": 25 }, "end": { - "line": 900, + "line": 916, "column": 40 } }, "object": { "type": "Identifier", - "start": 34540, - "end": 34551, + "start": 35203, + "end": 35214, "loc": { "start": { - "line": 900, + "line": 916, "column": 25 }, "end": { - "line": 900, + "line": 916, "column": 36 }, "identifierName": "performance" @@ -168517,15 +172333,15 @@ }, "property": { "type": "Identifier", - "start": 34552, - "end": 34555, + "start": 35215, + "end": 35218, "loc": { "start": { - "line": 900, + "line": 916, "column": 37 }, "end": { - "line": 900, + "line": 916, "column": 40 }, "identifierName": "now" @@ -168541,15 +172357,15 @@ { "type": "CommentLine", "value": " start countdown", - "start": 34568, - "end": 34586, + "start": 35231, + "end": 35249, "loc": { "start": { - "line": 902, + "line": 918, "column": 8 }, "end": { - "line": 902, + "line": 918, "column": 26 } } @@ -168558,44 +172374,44 @@ }, { "type": "VariableDeclaration", - "start": 34595, - "end": 34623, + "start": 35258, + "end": 35286, "loc": { "start": { - "line": 903, + "line": 919, "column": 8 }, "end": { - "line": 903, + "line": 919, "column": 36 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 34601, - "end": 34622, + "start": 35264, + "end": 35285, "loc": { "start": { - "line": 903, + "line": 919, "column": 14 }, "end": { - "line": 903, + "line": 919, "column": 35 } }, "id": { "type": "Identifier", - "start": 34601, - "end": 34616, + "start": 35264, + "end": 35279, "loc": { "start": { - "line": 903, + "line": 919, "column": 14 }, "end": { - "line": 903, + "line": 919, "column": 29 }, "identifierName": "COUNTDOWN_SPEED" @@ -168605,15 +172421,15 @@ }, "init": { "type": "NumericLiteral", - "start": 34619, - "end": 34622, + "start": 35282, + "end": 35285, "loc": { "start": { - "line": 903, + "line": 919, "column": 32 }, "end": { - "line": 903, + "line": 919, "column": 35 } }, @@ -168631,15 +172447,15 @@ { "type": "CommentLine", "value": " start countdown", - "start": 34568, - "end": 34586, + "start": 35231, + "end": 35249, "loc": { "start": { - "line": 902, + "line": 918, "column": 8 }, "end": { - "line": 902, + "line": 918, "column": 26 } } @@ -168649,15 +172465,15 @@ { "type": "CommentLine", "value": " ms", - "start": 34624, - "end": 34629, + "start": 35287, + "end": 35292, "loc": { "start": { - "line": 903, + "line": 919, "column": 37 }, "end": { - "line": 903, + "line": 919, "column": 42 } } @@ -168666,58 +172482,58 @@ }, { "type": "ExpressionStatement", - "start": 34638, - "end": 34738, + "start": 35301, + "end": 35401, "loc": { "start": { - "line": 904, + "line": 920, "column": 8 }, "end": { - "line": 905, + "line": 921, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 34638, - "end": 34737, + "start": 35301, + "end": 35400, "loc": { "start": { - "line": 904, + "line": 920, "column": 8 }, "end": { - "line": 905, + "line": 921, "column": 57 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 34638, - "end": 34652, + "start": 35301, + "end": 35315, "loc": { "start": { - "line": 904, + "line": 920, "column": 8 }, "end": { - "line": 904, + "line": 920, "column": 22 } }, "object": { "type": "ThisExpression", - "start": 34638, - "end": 34642, + "start": 35301, + "end": 35305, "loc": { "start": { - "line": 904, + "line": 920, "column": 8 }, "end": { - "line": 904, + "line": 920, "column": 12 } }, @@ -168725,15 +172541,15 @@ }, "property": { "type": "Identifier", - "start": 34643, - "end": 34652, + "start": 35306, + "end": 35315, "loc": { "start": { - "line": 904, + "line": 920, "column": 13 }, "end": { - "line": 904, + "line": 920, "column": 22 }, "identifierName": "countDown" @@ -168745,72 +172561,72 @@ }, "right": { "type": "CallExpression", - "start": 34655, - "end": 34737, + "start": 35318, + "end": 35400, "loc": { "start": { - "line": 904, + "line": 920, "column": 25 }, "end": { - "line": 905, + "line": 921, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 34655, - "end": 34678, + "start": 35318, + "end": 35341, "loc": { "start": { - "line": 904, + "line": 920, "column": 25 }, "end": { - "line": 904, + "line": 920, "column": 48 } }, "object": { "type": "MemberExpression", - "start": 34655, - "end": 34666, + "start": 35318, + "end": 35329, "loc": { "start": { - "line": 904, + "line": 920, "column": 25 }, "end": { - "line": 904, + "line": 920, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 34655, - "end": 34659, + "start": 35318, + "end": 35322, "loc": { "start": { - "line": 904, + "line": 920, "column": 25 }, "end": { - "line": 904, + "line": 920, "column": 29 } } }, "property": { "type": "Identifier", - "start": 34660, - "end": 34666, + "start": 35323, + "end": 35329, "loc": { "start": { - "line": 904, + "line": 920, "column": 30 }, "end": { - "line": 904, + "line": 920, "column": 36 }, "identifierName": "player" @@ -168821,15 +172637,15 @@ }, "property": { "type": "Identifier", - "start": 34667, - "end": 34678, + "start": 35330, + "end": 35341, "loc": { "start": { - "line": 904, + "line": 920, "column": 37 }, "end": { - "line": 904, + "line": 920, "column": 48 }, "identifierName": "setInterval" @@ -168841,72 +172657,72 @@ "arguments": [ { "type": "CallExpression", - "start": 34692, - "end": 34719, + "start": 35355, + "end": 35382, "loc": { "start": { - "line": 905, + "line": 921, "column": 12 }, "end": { - "line": 905, + "line": 921, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 34692, - "end": 34713, + "start": 35355, + "end": 35376, "loc": { "start": { - "line": 905, + "line": 921, "column": 12 }, "end": { - "line": 905, + "line": 921, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 34692, - "end": 34708, + "start": 35355, + "end": 35371, "loc": { "start": { - "line": 905, + "line": 921, "column": 12 }, "end": { - "line": 905, + "line": 921, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 34692, - "end": 34696, + "start": 35355, + "end": 35359, "loc": { "start": { - "line": 905, + "line": 921, "column": 12 }, "end": { - "line": 905, + "line": 921, "column": 16 } } }, "property": { "type": "Identifier", - "start": 34697, - "end": 34708, + "start": 35360, + "end": 35371, "loc": { "start": { - "line": 905, + "line": 921, "column": 17 }, "end": { - "line": 905, + "line": 921, "column": 28 }, "identifierName": "onCountDown" @@ -168917,15 +172733,15 @@ }, "property": { "type": "Identifier", - "start": 34709, - "end": 34713, + "start": 35372, + "end": 35376, "loc": { "start": { - "line": 905, + "line": 921, "column": 29 }, "end": { - "line": 905, + "line": 921, "column": 33 }, "identifierName": "bind" @@ -168937,15 +172753,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 34714, - "end": 34718, + "start": 35377, + "end": 35381, "loc": { "start": { - "line": 905, + "line": 921, "column": 34 }, "end": { - "line": 905, + "line": 921, "column": 38 } } @@ -168954,15 +172770,15 @@ }, { "type": "Identifier", - "start": 34721, - "end": 34736, + "start": 35384, + "end": 35399, "loc": { "start": { - "line": 905, + "line": 921, "column": 41 }, "end": { - "line": 905, + "line": 921, "column": 56 }, "identifierName": "COUNTDOWN_SPEED" @@ -168977,15 +172793,15 @@ { "type": "CommentLine", "value": " ms", - "start": 34624, - "end": 34629, + "start": 35287, + "end": 35292, "loc": { "start": { - "line": 903, + "line": 919, "column": 37 }, "end": { - "line": 903, + "line": 919, "column": 42 } } @@ -168995,15 +172811,15 @@ { "type": "CommentLine", "value": " cleanup previous recording", - "start": 34748, - "end": 34777, + "start": 35411, + "end": 35440, "loc": { "start": { - "line": 907, + "line": 923, "column": 8 }, "end": { - "line": 907, + "line": 923, "column": 37 } } @@ -169012,57 +172828,57 @@ }, { "type": "IfStatement", - "start": 34786, - "end": 34863, + "start": 35449, + "end": 35526, "loc": { "start": { - "line": 908, + "line": 924, "column": 8 }, "end": { - "line": 910, + "line": 926, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 34790, - "end": 34815, + "start": 35453, + "end": 35478, "loc": { "start": { - "line": 908, + "line": 924, "column": 12 }, "end": { - "line": 908, + "line": 924, "column": 37 } }, "left": { "type": "MemberExpression", - "start": 34790, - "end": 34801, + "start": 35453, + "end": 35464, "loc": { "start": { - "line": 908, + "line": 924, "column": 12 }, "end": { - "line": 908, + "line": 924, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 34790, - "end": 34794, + "start": 35453, + "end": 35457, "loc": { "start": { - "line": 908, + "line": 924, "column": 12 }, "end": { - "line": 908, + "line": 924, "column": 16 } }, @@ -169070,15 +172886,15 @@ }, "property": { "type": "Identifier", - "start": 34795, - "end": 34801, + "start": 35458, + "end": 35464, "loc": { "start": { - "line": 908, + "line": 924, "column": 17 }, "end": { - "line": 908, + "line": 924, "column": 23 }, "identifierName": "engine" @@ -169091,15 +172907,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 34806, - "end": 34815, + "start": 35469, + "end": 35478, "loc": { "start": { - "line": 908, + "line": 924, "column": 28 }, "end": { - "line": 908, + "line": 924, "column": 37 }, "identifierName": "undefined" @@ -169110,101 +172926,101 @@ }, "consequent": { "type": "BlockStatement", - "start": 34817, - "end": 34863, + "start": 35480, + "end": 35526, "loc": { "start": { - "line": 908, + "line": 924, "column": 39 }, "end": { - "line": 910, + "line": 926, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 34831, - "end": 34853, + "start": 35494, + "end": 35516, "loc": { "start": { - "line": 909, + "line": 925, "column": 12 }, "end": { - "line": 909, + "line": 925, "column": 34 } }, "expression": { "type": "CallExpression", - "start": 34831, - "end": 34852, + "start": 35494, + "end": 35515, "loc": { "start": { - "line": 909, + "line": 925, "column": 12 }, "end": { - "line": 909, + "line": 925, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 34831, - "end": 34850, + "start": 35494, + "end": 35513, "loc": { "start": { - "line": 909, + "line": 925, "column": 12 }, "end": { - "line": 909, + "line": 925, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 34831, - "end": 34842, + "start": 35494, + "end": 35505, "loc": { "start": { - "line": 909, + "line": 925, "column": 12 }, "end": { - "line": 909, + "line": 925, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 34831, - "end": 34835, + "start": 35494, + "end": 35498, "loc": { "start": { - "line": 909, + "line": 925, "column": 12 }, "end": { - "line": 909, + "line": 925, "column": 16 } } }, "property": { "type": "Identifier", - "start": 34836, - "end": 34842, + "start": 35499, + "end": 35505, "loc": { "start": { - "line": 909, + "line": 925, "column": 17 }, "end": { - "line": 909, + "line": 925, "column": 23 }, "identifierName": "engine" @@ -169215,15 +173031,15 @@ }, "property": { "type": "Identifier", - "start": 34843, - "end": 34850, + "start": 35506, + "end": 35513, "loc": { "start": { - "line": 909, + "line": 925, "column": 24 }, "end": { - "line": 909, + "line": 925, "column": 31 }, "identifierName": "dispose" @@ -169244,15 +173060,15 @@ { "type": "CommentLine", "value": " cleanup previous recording", - "start": 34748, - "end": 34777, + "start": 35411, + "end": 35440, "loc": { "start": { - "line": 907, + "line": 923, "column": 8 }, "end": { - "line": 907, + "line": 923, "column": 37 } } @@ -169262,15 +173078,15 @@ { "type": "CommentLine", "value": " start recording stream", - "start": 34873, - "end": 34898, + "start": 35536, + "end": 35561, "loc": { "start": { - "line": 912, + "line": 928, "column": 8 }, "end": { - "line": 912, + "line": 928, "column": 33 } } @@ -169279,71 +173095,71 @@ }, { "type": "ExpressionStatement", - "start": 34907, - "end": 34927, + "start": 35570, + "end": 35590, "loc": { "start": { - "line": 913, + "line": 929, "column": 8 }, "end": { - "line": 913, + "line": 929, "column": 28 } }, "expression": { "type": "CallExpression", - "start": 34907, - "end": 34926, + "start": 35570, + "end": 35589, "loc": { "start": { - "line": 913, + "line": 929, "column": 8 }, "end": { - "line": 913, + "line": 929, "column": 27 } }, "callee": { "type": "MemberExpression", - "start": 34907, - "end": 34924, + "start": 35570, + "end": 35587, "loc": { "start": { - "line": 913, + "line": 929, "column": 8 }, "end": { - "line": 913, + "line": 929, "column": 25 } }, "object": { "type": "MemberExpression", - "start": 34907, - "end": 34918, + "start": 35570, + "end": 35581, "loc": { "start": { - "line": 913, + "line": 929, "column": 8 }, "end": { - "line": 913, + "line": 929, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 34907, - "end": 34911, + "start": 35570, + "end": 35574, "loc": { "start": { - "line": 913, + "line": 929, "column": 8 }, "end": { - "line": 913, + "line": 929, "column": 12 } }, @@ -169351,15 +173167,15 @@ }, "property": { "type": "Identifier", - "start": 34912, - "end": 34918, + "start": 35575, + "end": 35581, "loc": { "start": { - "line": 913, + "line": 929, "column": 13 }, "end": { - "line": 913, + "line": 929, "column": 19 }, "identifierName": "engine" @@ -169371,15 +173187,15 @@ }, "property": { "type": "Identifier", - "start": 34919, - "end": 34924, + "start": 35582, + "end": 35587, "loc": { "start": { - "line": 913, + "line": 929, "column": 20 }, "end": { - "line": 913, + "line": 929, "column": 25 }, "identifierName": "start" @@ -169396,15 +173212,15 @@ { "type": "CommentLine", "value": " start recording stream", - "start": 34873, - "end": 34898, + "start": 35536, + "end": 35561, "loc": { "start": { - "line": 912, + "line": 928, "column": 8 }, "end": { - "line": 912, + "line": 928, "column": 33 } } @@ -169414,15 +173230,15 @@ { "type": "CommentLine", "value": " notify UI", - "start": 34937, - "end": 34949, + "start": 35600, + "end": 35612, "loc": { "start": { - "line": 915, + "line": 931, "column": 8 }, "end": { - "line": 915, + "line": 931, "column": 20 } } @@ -169431,71 +173247,71 @@ }, { "type": "ExpressionStatement", - "start": 34958, - "end": 34998, + "start": 35621, + "end": 35661, "loc": { "start": { - "line": 916, + "line": 932, "column": 8 }, "end": { - "line": 916, + "line": 932, "column": 48 } }, "expression": { "type": "CallExpression", - "start": 34958, - "end": 34997, + "start": 35621, + "end": 35660, "loc": { "start": { - "line": 916, + "line": 932, "column": 8 }, "end": { - "line": 916, + "line": 932, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 34958, - "end": 34977, + "start": 35621, + "end": 35640, "loc": { "start": { - "line": 916, + "line": 932, "column": 8 }, "end": { - "line": 916, + "line": 932, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 34958, - "end": 34969, + "start": 35621, + "end": 35632, "loc": { "start": { - "line": 916, + "line": 932, "column": 8 }, "end": { - "line": 916, + "line": 932, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 34958, - "end": 34962, + "start": 35621, + "end": 35625, "loc": { "start": { - "line": 916, + "line": 932, "column": 8 }, "end": { - "line": 916, + "line": 932, "column": 12 } }, @@ -169503,15 +173319,15 @@ }, "property": { "type": "Identifier", - "start": 34963, - "end": 34969, + "start": 35626, + "end": 35632, "loc": { "start": { - "line": 916, + "line": 932, "column": 13 }, "end": { - "line": 916, + "line": 932, "column": 19 }, "identifierName": "player" @@ -169523,15 +173339,15 @@ }, "property": { "type": "Identifier", - "start": 34970, - "end": 34977, + "start": 35633, + "end": 35640, "loc": { "start": { - "line": 916, + "line": 932, "column": 20 }, "end": { - "line": 916, + "line": 932, "column": 27 }, "identifierName": "trigger" @@ -169544,29 +173360,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 34978, - "end": 34996, + "start": 35641, + "end": 35659, "loc": { "start": { - "line": 916, + "line": 932, "column": 28 }, "end": { - "line": 916, + "line": 932, "column": 46 } }, "object": { "type": "Identifier", - "start": 34978, - "end": 34983, + "start": 35641, + "end": 35646, "loc": { "start": { - "line": 916, + "line": 932, "column": 28 }, "end": { - "line": 916, + "line": 932, "column": 33 }, "identifierName": "Event" @@ -169575,15 +173391,15 @@ }, "property": { "type": "Identifier", - "start": 34984, - "end": 34996, + "start": 35647, + "end": 35659, "loc": { "start": { - "line": 916, + "line": 932, "column": 34 }, "end": { - "line": 916, + "line": 932, "column": 46 }, "identifierName": "START_RECORD" @@ -169599,15 +173415,15 @@ { "type": "CommentLine", "value": " notify UI", - "start": 34937, - "end": 34949, + "start": 35600, + "end": 35612, "loc": { "start": { - "line": 915, + "line": 931, "column": 8 }, "end": { - "line": 915, + "line": 931, "column": 20 } } @@ -169622,15 +173438,15 @@ { "type": "CommentBlock", "value": "*\n * Start recording.\n * @private\n ", - "start": 34330, - "end": 34381, + "start": 34993, + "end": 35044, "loc": { "start": { - "line": 892, + "line": 908, "column": 4 }, "end": { - "line": 895, + "line": 911, "column": 7 } } @@ -169640,15 +173456,15 @@ { "type": "CommentBlock", "value": "*\n * Stop recording.\n ", - "start": 35010, - "end": 35044, + "start": 35673, + "end": 35707, "loc": { "start": { - "line": 919, + "line": 935, "column": 4 }, "end": { - "line": 921, + "line": 937, "column": 7 } } @@ -169657,15 +173473,15 @@ }, { "type": "ClassMethod", - "start": 35049, - "end": 35968, + "start": 35712, + "end": 36631, "loc": { "start": { - "line": 922, + "line": 938, "column": 4 }, "end": { - "line": 950, + "line": 966, "column": 5 } }, @@ -169673,15 +173489,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 35049, - "end": 35053, + "start": 35712, + "end": 35716, "loc": { "start": { - "line": 922, + "line": 938, "column": 4 }, "end": { - "line": 922, + "line": 938, "column": 8 }, "identifierName": "stop" @@ -169697,44 +173513,44 @@ "params": [], "body": { "type": "BlockStatement", - "start": 35056, - "end": 35968, + "start": 35719, + "end": 36631, "loc": { "start": { - "line": 922, + "line": 938, "column": 11 }, "end": { - "line": 950, + "line": 966, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 35066, - "end": 35962, + "start": 35729, + "end": 36625, "loc": { "start": { - "line": 923, + "line": 939, "column": 8 }, "end": { - "line": 949, + "line": 965, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 35070, - "end": 35090, + "start": 35733, + "end": 35753, "loc": { "start": { - "line": 923, + "line": 939, "column": 12 }, "end": { - "line": 923, + "line": 939, "column": 32 } }, @@ -169742,58 +173558,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 35071, - "end": 35090, + "start": 35734, + "end": 35753, "loc": { "start": { - "line": 923, + "line": 939, "column": 13 }, "end": { - "line": 923, + "line": 939, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 35071, - "end": 35088, + "start": 35734, + "end": 35751, "loc": { "start": { - "line": 923, + "line": 939, "column": 13 }, "end": { - "line": 923, + "line": 939, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 35071, - "end": 35075, + "start": 35734, + "end": 35738, "loc": { "start": { - "line": 923, + "line": 939, "column": 13 }, "end": { - "line": 923, + "line": 939, "column": 17 } } }, "property": { "type": "Identifier", - "start": 35076, - "end": 35088, + "start": 35739, + "end": 35751, "loc": { "start": { - "line": 923, + "line": 939, "column": 18 }, "end": { - "line": 923, + "line": 939, "column": 30 }, "identifierName": "isProcessing" @@ -169810,88 +173626,88 @@ }, "consequent": { "type": "BlockStatement", - "start": 35092, - "end": 35962, + "start": 35755, + "end": 36625, "loc": { "start": { - "line": 923, + "line": 939, "column": 34 }, "end": { - "line": 949, + "line": 965, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 35106, - "end": 35130, + "start": 35769, + "end": 35793, "loc": { "start": { - "line": 924, + "line": 940, "column": 12 }, "end": { - "line": 924, + "line": 940, "column": 36 } }, "expression": { "type": "AssignmentExpression", - "start": 35106, - "end": 35129, + "start": 35769, + "end": 35792, "loc": { "start": { - "line": 924, + "line": 940, "column": 12 }, "end": { - "line": 924, + "line": 940, "column": 35 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 35106, - "end": 35121, + "start": 35769, + "end": 35784, "loc": { "start": { - "line": 924, + "line": 940, "column": 12 }, "end": { - "line": 924, + "line": 940, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 35106, - "end": 35110, + "start": 35769, + "end": 35773, "loc": { "start": { - "line": 924, + "line": 940, "column": 12 }, "end": { - "line": 924, + "line": 940, "column": 16 } } }, "property": { "type": "Identifier", - "start": 35111, - "end": 35121, + "start": 35774, + "end": 35784, "loc": { "start": { - "line": 924, + "line": 940, "column": 17 }, "end": { - "line": 924, + "line": 940, "column": 27 }, "identifierName": "_recording" @@ -169902,15 +173718,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 35124, - "end": 35129, + "start": 35787, + "end": 35792, "loc": { "start": { - "line": 924, + "line": 940, "column": 30 }, "end": { - "line": 924, + "line": 940, "column": 35 } }, @@ -169920,73 +173736,73 @@ }, { "type": "ExpressionStatement", - "start": 35143, - "end": 35167, + "start": 35806, + "end": 35830, "loc": { "start": { - "line": 925, + "line": 941, "column": 12 }, "end": { - "line": 925, + "line": 941, "column": 36 } }, "expression": { "type": "AssignmentExpression", - "start": 35143, - "end": 35166, + "start": 35806, + "end": 35829, "loc": { "start": { - "line": 925, + "line": 941, "column": 12 }, "end": { - "line": 925, + "line": 941, "column": 35 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 35143, - "end": 35159, + "start": 35806, + "end": 35822, "loc": { "start": { - "line": 925, + "line": 941, "column": 12 }, "end": { - "line": 925, + "line": 941, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 35143, - "end": 35147, + "start": 35806, + "end": 35810, "loc": { "start": { - "line": 925, + "line": 941, "column": 12 }, "end": { - "line": 925, + "line": 941, "column": 16 } } }, "property": { "type": "Identifier", - "start": 35148, - "end": 35159, + "start": 35811, + "end": 35822, "loc": { "start": { - "line": 925, + "line": 941, "column": 17 }, "end": { - "line": 925, + "line": 941, "column": 28 }, "identifierName": "_processing" @@ -169997,15 +173813,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 35162, - "end": 35166, + "start": 35825, + "end": 35829, "loc": { "start": { - "line": 925, + "line": 941, "column": 31 }, "end": { - "line": 925, + "line": 941, "column": 35 } }, @@ -170015,86 +173831,86 @@ }, { "type": "IfStatement", - "start": 35181, - "end": 35952, + "start": 35844, + "end": 36615, "loc": { "start": { - "line": 927, + "line": 943, "column": 12 }, "end": { - "line": 948, + "line": 964, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 35185, - "end": 35220, + "start": 35848, + "end": 35883, "loc": { "start": { - "line": 927, + "line": 943, "column": 16 }, "end": { - "line": 927, + "line": 943, "column": 51 } }, "left": { "type": "CallExpression", - "start": 35185, - "end": 35205, + "start": 35848, + "end": 35868, "loc": { "start": { - "line": 927, + "line": 943, "column": 16 }, "end": { - "line": 927, + "line": 943, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 35185, - "end": 35203, + "start": 35848, + "end": 35866, "loc": { "start": { - "line": 927, + "line": 943, "column": 16 }, "end": { - "line": 927, + "line": 943, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 35185, - "end": 35189, + "start": 35848, + "end": 35852, "loc": { "start": { - "line": 927, + "line": 943, "column": 16 }, "end": { - "line": 927, + "line": 943, "column": 20 } } }, "property": { "type": "Identifier", - "start": 35190, - "end": 35203, + "start": 35853, + "end": 35866, "loc": { "start": { - "line": 927, + "line": 943, "column": 21 }, "end": { - "line": 927, + "line": 943, "column": 34 }, "identifierName": "getRecordType" @@ -170108,15 +173924,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 35210, - "end": 35220, + "start": 35873, + "end": 35883, "loc": { "start": { - "line": 927, + "line": 943, "column": 41 }, "end": { - "line": 927, + "line": 943, "column": 51 }, "identifierName": "IMAGE_ONLY" @@ -170126,86 +173942,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 35222, - "end": 35724, + "start": 35885, + "end": 36387, "loc": { "start": { - "line": 927, + "line": 943, "column": 53 }, "end": { - "line": 943, + "line": 959, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 35269, - "end": 35308, + "start": 35932, + "end": 35971, "loc": { "start": { - "line": 929, + "line": 945, "column": 16 }, "end": { - "line": 929, + "line": 945, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 35269, - "end": 35307, + "start": 35932, + "end": 35970, "loc": { "start": { - "line": 929, + "line": 945, "column": 16 }, "end": { - "line": 929, + "line": 945, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 35269, - "end": 35288, + "start": 35932, + "end": 35951, "loc": { "start": { - "line": 929, + "line": 945, "column": 16 }, "end": { - "line": 929, + "line": 945, "column": 35 } }, "object": { "type": "MemberExpression", - "start": 35269, - "end": 35280, + "start": 35932, + "end": 35943, "loc": { "start": { - "line": 929, + "line": 945, "column": 16 }, "end": { - "line": 929, + "line": 945, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 35269, - "end": 35273, + "start": 35932, + "end": 35936, "loc": { "start": { - "line": 929, + "line": 945, "column": 16 }, "end": { - "line": 929, + "line": 945, "column": 20 } }, @@ -170213,15 +174029,15 @@ }, "property": { "type": "Identifier", - "start": 35274, - "end": 35280, + "start": 35937, + "end": 35943, "loc": { "start": { - "line": 929, + "line": 945, "column": 21 }, "end": { - "line": 929, + "line": 945, "column": 27 }, "identifierName": "player" @@ -170233,15 +174049,15 @@ }, "property": { "type": "Identifier", - "start": 35281, - "end": 35288, + "start": 35944, + "end": 35951, "loc": { "start": { - "line": 929, + "line": 945, "column": 28 }, "end": { - "line": 929, + "line": 945, "column": 35 }, "identifierName": "trigger" @@ -170254,29 +174070,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 35289, - "end": 35306, + "start": 35952, + "end": 35969, "loc": { "start": { - "line": 929, + "line": 945, "column": 36 }, "end": { - "line": 929, + "line": 945, "column": 53 } }, "object": { "type": "Identifier", - "start": 35289, - "end": 35294, + "start": 35952, + "end": 35957, "loc": { "start": { - "line": 929, + "line": 945, "column": 36 }, "end": { - "line": 929, + "line": 945, "column": 41 }, "identifierName": "Event" @@ -170285,15 +174101,15 @@ }, "property": { "type": "Identifier", - "start": 35295, - "end": 35306, + "start": 35958, + "end": 35969, "loc": { "start": { - "line": 929, + "line": 945, "column": 42 }, "end": { - "line": 929, + "line": 945, "column": 53 }, "identifierName": "STOP_RECORD" @@ -170309,15 +174125,15 @@ { "type": "CommentLine", "value": " notify UI", - "start": 35240, - "end": 35252, + "start": 35903, + "end": 35915, "loc": { "start": { - "line": 928, + "line": 944, "column": 16 }, "end": { - "line": 928, + "line": 944, "column": 28 } } @@ -170327,15 +174143,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 35326, - "end": 35343, + "start": 35989, + "end": 36006, "loc": { "start": { - "line": 931, + "line": 947, "column": 16 }, "end": { - "line": 931, + "line": 947, "column": 33 } } @@ -170344,71 +174160,71 @@ }, { "type": "ExpressionStatement", - "start": 35360, - "end": 35402, + "start": 36023, + "end": 36065, "loc": { "start": { - "line": 932, + "line": 948, "column": 16 }, "end": { - "line": 932, + "line": 948, "column": 58 } }, "expression": { "type": "CallExpression", - "start": 35360, - "end": 35401, + "start": 36023, + "end": 36064, "loc": { "start": { - "line": 932, + "line": 948, "column": 16 }, "end": { - "line": 932, + "line": 948, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 35360, - "end": 35385, + "start": 36023, + "end": 36048, "loc": { "start": { - "line": 932, + "line": 948, "column": 16 }, "end": { - "line": 932, + "line": 948, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 35360, - "end": 35371, + "start": 36023, + "end": 36034, "loc": { "start": { - "line": 932, + "line": 948, "column": 16 }, "end": { - "line": 932, + "line": 948, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 35360, - "end": 35364, + "start": 36023, + "end": 36027, "loc": { "start": { - "line": 932, + "line": 948, "column": 16 }, "end": { - "line": 932, + "line": 948, "column": 20 } }, @@ -170416,15 +174232,15 @@ }, "property": { "type": "Identifier", - "start": 35365, - "end": 35371, + "start": 36028, + "end": 36034, "loc": { "start": { - "line": 932, + "line": 948, "column": 21 }, "end": { - "line": 932, + "line": 948, "column": 27 }, "identifierName": "player" @@ -170436,15 +174252,15 @@ }, "property": { "type": "Identifier", - "start": 35372, - "end": 35385, + "start": 36035, + "end": 36048, "loc": { "start": { - "line": 932, + "line": 948, "column": 28 }, "end": { - "line": 932, + "line": 948, "column": 41 }, "identifierName": "clearInterval" @@ -170457,44 +174273,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 35386, - "end": 35400, + "start": 36049, + "end": 36063, "loc": { "start": { - "line": 932, + "line": 948, "column": 42 }, "end": { - "line": 932, + "line": 948, "column": 56 } }, "object": { "type": "ThisExpression", - "start": 35386, - "end": 35390, + "start": 36049, + "end": 36053, "loc": { "start": { - "line": 932, + "line": 948, "column": 42 }, "end": { - "line": 932, + "line": 948, "column": 46 } } }, "property": { "type": "Identifier", - "start": 35391, - "end": 35400, + "start": 36054, + "end": 36063, "loc": { "start": { - "line": 932, + "line": 948, "column": 47 }, "end": { - "line": 932, + "line": 948, "column": 56 }, "identifierName": "countDown" @@ -170510,15 +174326,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 35326, - "end": 35343, + "start": 35989, + "end": 36006, "loc": { "start": { - "line": 931, + "line": 947, "column": 16 }, "end": { - "line": 931, + "line": 947, "column": 33 } } @@ -170528,15 +174344,15 @@ { "type": "CommentLine", "value": " stop recording stream (result will be available async)", - "start": 35420, - "end": 35477, + "start": 36083, + "end": 36140, "loc": { "start": { - "line": 934, + "line": 950, "column": 16 }, "end": { - "line": 934, + "line": 950, "column": 73 } } @@ -170545,43 +174361,43 @@ }, { "type": "IfStatement", - "start": 35494, - "end": 35570, + "start": 36157, + "end": 36233, "loc": { "start": { - "line": 935, + "line": 951, "column": 16 }, "end": { - "line": 937, + "line": 953, "column": 17 } }, "test": { "type": "MemberExpression", - "start": 35498, - "end": 35509, + "start": 36161, + "end": 36172, "loc": { "start": { - "line": 935, + "line": 951, "column": 20 }, "end": { - "line": 935, + "line": 951, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 35498, - "end": 35502, + "start": 36161, + "end": 36165, "loc": { "start": { - "line": 935, + "line": 951, "column": 20 }, "end": { - "line": 935, + "line": 951, "column": 24 } }, @@ -170589,15 +174405,15 @@ }, "property": { "type": "Identifier", - "start": 35503, - "end": 35509, + "start": 36166, + "end": 36172, "loc": { "start": { - "line": 935, + "line": 951, "column": 25 }, "end": { - "line": 935, + "line": 951, "column": 31 }, "identifierName": "engine" @@ -170609,101 +174425,101 @@ }, "consequent": { "type": "BlockStatement", - "start": 35511, - "end": 35570, + "start": 36174, + "end": 36233, "loc": { "start": { - "line": 935, + "line": 951, "column": 33 }, "end": { - "line": 937, + "line": 953, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 35533, - "end": 35552, + "start": 36196, + "end": 36215, "loc": { "start": { - "line": 936, + "line": 952, "column": 20 }, "end": { - "line": 936, + "line": 952, "column": 39 } }, "expression": { "type": "CallExpression", - "start": 35533, - "end": 35551, + "start": 36196, + "end": 36214, "loc": { "start": { - "line": 936, + "line": 952, "column": 20 }, "end": { - "line": 936, + "line": 952, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 35533, - "end": 35549, + "start": 36196, + "end": 36212, "loc": { "start": { - "line": 936, + "line": 952, "column": 20 }, "end": { - "line": 936, + "line": 952, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 35533, - "end": 35544, + "start": 36196, + "end": 36207, "loc": { "start": { - "line": 936, + "line": 952, "column": 20 }, "end": { - "line": 936, + "line": 952, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 35533, - "end": 35537, + "start": 36196, + "end": 36200, "loc": { "start": { - "line": 936, + "line": 952, "column": 20 }, "end": { - "line": 936, + "line": 952, "column": 24 } } }, "property": { "type": "Identifier", - "start": 35538, - "end": 35544, + "start": 36201, + "end": 36207, "loc": { "start": { - "line": 936, + "line": 952, "column": 25 }, "end": { - "line": 936, + "line": 952, "column": 31 }, "identifierName": "engine" @@ -170714,15 +174530,15 @@ }, "property": { "type": "Identifier", - "start": 35545, - "end": 35549, + "start": 36208, + "end": 36212, "loc": { "start": { - "line": 936, + "line": 952, "column": 32 }, "end": { - "line": 936, + "line": 952, "column": 36 }, "identifierName": "stop" @@ -170742,15 +174558,15 @@ { "type": "CommentLine", "value": " stop recording stream (result will be available async)", - "start": 35420, - "end": 35477, + "start": 36083, + "end": 36140, "loc": { "start": { - "line": 934, + "line": 950, "column": 16 }, "end": { - "line": 934, + "line": 950, "column": 73 } } @@ -170759,58 +174575,58 @@ }, { "type": "IfStatement", - "start": 35588, - "end": 35710, + "start": 36251, + "end": 36373, "loc": { "start": { - "line": 939, + "line": 955, "column": 16 }, "end": { - "line": 942, + "line": 958, "column": 17 } }, "test": { "type": "MemberExpression", - "start": 35592, - "end": 35611, + "start": 36255, + "end": 36274, "loc": { "start": { - "line": 939, + "line": 955, "column": 20 }, "end": { - "line": 939, + "line": 955, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 35592, - "end": 35596, + "start": 36255, + "end": 36259, "loc": { "start": { - "line": 939, + "line": 955, "column": 20 }, "end": { - "line": 939, + "line": 955, "column": 24 } } }, "property": { "type": "Identifier", - "start": 35597, - "end": 35611, + "start": 36260, + "end": 36274, "loc": { "start": { - "line": 939, + "line": 955, "column": 25 }, "end": { - "line": 939, + "line": 955, "column": 39 }, "identifierName": "autoMuteDevice" @@ -170821,72 +174637,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 35613, - "end": 35710, + "start": 36276, + "end": 36373, "loc": { "start": { - "line": 939, + "line": 955, "column": 41 }, "end": { - "line": 942, + "line": 958, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 35670, - "end": 35692, + "start": 36333, + "end": 36355, "loc": { "start": { - "line": 941, + "line": 957, "column": 20 }, "end": { - "line": 941, + "line": 957, "column": 42 } }, "expression": { "type": "CallExpression", - "start": 35670, - "end": 35691, + "start": 36333, + "end": 36354, "loc": { "start": { - "line": 941, + "line": 957, "column": 20 }, "end": { - "line": 941, + "line": 957, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 35670, - "end": 35685, + "start": 36333, + "end": 36348, "loc": { "start": { - "line": 941, + "line": 957, "column": 20 }, "end": { - "line": 941, + "line": 957, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 35670, - "end": 35674, + "start": 36333, + "end": 36337, "loc": { "start": { - "line": 941, + "line": 957, "column": 20 }, "end": { - "line": 941, + "line": 957, "column": 24 } }, @@ -170894,15 +174710,15 @@ }, "property": { "type": "Identifier", - "start": 35675, - "end": 35685, + "start": 36338, + "end": 36348, "loc": { "start": { - "line": 941, + "line": 957, "column": 25 }, "end": { - "line": 941, + "line": 957, "column": 35 }, "identifierName": "muteTracks" @@ -170915,15 +174731,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 35686, - "end": 35690, + "start": 36349, + "end": 36353, "loc": { "start": { - "line": 941, + "line": 957, "column": 36 }, "end": { - "line": 941, + "line": 957, "column": 40 } }, @@ -170936,15 +174752,15 @@ { "type": "CommentLine", "value": " mute device", - "start": 35635, - "end": 35649, + "start": 36298, + "end": 36312, "loc": { "start": { - "line": 940, + "line": 956, "column": 20 }, "end": { - "line": 940, + "line": 956, "column": 34 } } @@ -170961,87 +174777,87 @@ }, "alternate": { "type": "BlockStatement", - "start": 35730, - "end": 35952, + "start": 36393, + "end": 36615, "loc": { "start": { - "line": 943, + "line": 959, "column": 19 }, "end": { - "line": 948, + "line": 964, "column": 13 } }, "body": [ { "type": "IfStatement", - "start": 35748, - "end": 35938, + "start": 36411, + "end": 36601, "loc": { "start": { - "line": 944, + "line": 960, "column": 16 }, "end": { - "line": 947, + "line": 963, "column": 17 } }, "test": { "type": "MemberExpression", - "start": 35752, - "end": 35776, + "start": 36415, + "end": 36439, "loc": { "start": { - "line": 944, + "line": 960, "column": 20 }, "end": { - "line": 944, + "line": 960, "column": 44 } }, "object": { "type": "MemberExpression", - "start": 35752, - "end": 35763, + "start": 36415, + "end": 36426, "loc": { "start": { - "line": 944, + "line": 960, "column": 20 }, "end": { - "line": 944, + "line": 960, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 35752, - "end": 35756, + "start": 36415, + "end": 36419, "loc": { "start": { - "line": 944, + "line": 960, "column": 20 }, "end": { - "line": 944, + "line": 960, "column": 24 } } }, "property": { "type": "Identifier", - "start": 35757, - "end": 35763, + "start": 36420, + "end": 36426, "loc": { "start": { - "line": 944, + "line": 960, "column": 25 }, "end": { - "line": 944, + "line": 960, "column": 31 }, "identifierName": "player" @@ -171052,15 +174868,15 @@ }, "property": { "type": "Identifier", - "start": 35764, - "end": 35776, + "start": 36427, + "end": 36439, "loc": { "start": { - "line": 944, + "line": 960, "column": 32 }, "end": { - "line": 944, + "line": 960, "column": 44 }, "identifierName": "recordedData" @@ -171071,86 +174887,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 35778, - "end": 35938, + "start": 36441, + "end": 36601, "loc": { "start": { - "line": 944, + "line": 960, "column": 46 }, "end": { - "line": 947, + "line": 963, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 35879, - "end": 35920, + "start": 36542, + "end": 36583, "loc": { "start": { - "line": 946, + "line": 962, "column": 20 }, "end": { - "line": 946, + "line": 962, "column": 61 } }, "expression": { "type": "CallExpression", - "start": 35879, - "end": 35919, + "start": 36542, + "end": 36582, "loc": { "start": { - "line": 946, + "line": 962, "column": 20 }, "end": { - "line": 946, + "line": 962, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 35879, - "end": 35898, + "start": 36542, + "end": 36561, "loc": { "start": { - "line": 946, + "line": 962, "column": 20 }, "end": { - "line": 946, + "line": 962, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 35879, - "end": 35890, + "start": 36542, + "end": 36553, "loc": { "start": { - "line": 946, + "line": 962, "column": 20 }, "end": { - "line": 946, + "line": 962, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 35879, - "end": 35883, + "start": 36542, + "end": 36546, "loc": { "start": { - "line": 946, + "line": 962, "column": 20 }, "end": { - "line": 946, + "line": 962, "column": 24 } }, @@ -171158,15 +174974,15 @@ }, "property": { "type": "Identifier", - "start": 35884, - "end": 35890, + "start": 36547, + "end": 36553, "loc": { "start": { - "line": 946, + "line": 962, "column": 25 }, "end": { - "line": 946, + "line": 962, "column": 31 }, "identifierName": "player" @@ -171178,15 +174994,15 @@ }, "property": { "type": "Identifier", - "start": 35891, - "end": 35898, + "start": 36554, + "end": 36561, "loc": { "start": { - "line": 946, + "line": 962, "column": 32 }, "end": { - "line": 946, + "line": 962, "column": 39 }, "identifierName": "trigger" @@ -171199,29 +175015,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 35899, - "end": 35918, + "start": 36562, + "end": 36581, "loc": { "start": { - "line": 946, + "line": 962, "column": 40 }, "end": { - "line": 946, + "line": 962, "column": 59 } }, "object": { "type": "Identifier", - "start": 35899, - "end": 35904, + "start": 36562, + "end": 36567, "loc": { "start": { - "line": 946, + "line": 962, "column": 40 }, "end": { - "line": 946, + "line": 962, "column": 45 }, "identifierName": "Event" @@ -171230,15 +175046,15 @@ }, "property": { "type": "Identifier", - "start": 35905, - "end": 35918, + "start": 36568, + "end": 36581, "loc": { "start": { - "line": 946, + "line": 962, "column": 46 }, "end": { - "line": 946, + "line": 962, "column": 59 }, "identifierName": "FINISH_RECORD" @@ -171254,15 +175070,15 @@ { "type": "CommentLine", "value": " notify listeners that image data is (already) available", - "start": 35800, - "end": 35858, + "start": 36463, + "end": 36521, "loc": { "start": { - "line": 945, + "line": 961, "column": 20 }, "end": { - "line": 945, + "line": 961, "column": 78 } } @@ -171291,15 +175107,15 @@ { "type": "CommentBlock", "value": "*\n * Stop recording.\n ", - "start": 35010, - "end": 35044, + "start": 35673, + "end": 35707, "loc": { "start": { - "line": 919, + "line": 935, "column": 4 }, "end": { - "line": 921, + "line": 937, "column": 7 } } @@ -171309,15 +175125,15 @@ { "type": "CommentBlock", "value": "*\n * Stop device(s) and recording if active.\n ", - "start": 35974, - "end": 36032, + "start": 36637, + "end": 36695, "loc": { "start": { - "line": 952, + "line": 968, "column": 4 }, "end": { - "line": 954, + "line": 970, "column": 7 } } @@ -171326,15 +175142,15 @@ }, { "type": "ClassMethod", - "start": 36037, - "end": 36463, + "start": 36700, + "end": 37126, "loc": { "start": { - "line": 955, + "line": 971, "column": 4 }, "end": { - "line": 967, + "line": 983, "column": 5 } }, @@ -171342,15 +175158,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 36037, - "end": 36047, + "start": 36700, + "end": 36710, "loc": { "start": { - "line": 955, + "line": 971, "column": 4 }, "end": { - "line": 955, + "line": 971, "column": 14 }, "identifierName": "stopDevice" @@ -171366,87 +175182,87 @@ "params": [], "body": { "type": "BlockStatement", - "start": 36050, - "end": 36463, + "start": 36713, + "end": 37126, "loc": { "start": { - "line": 955, + "line": 971, "column": 17 }, "end": { - "line": 967, + "line": 983, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 36060, - "end": 36457, + "start": 36723, + "end": 37120, "loc": { "start": { - "line": 956, + "line": 972, "column": 8 }, "end": { - "line": 966, + "line": 982, "column": 9 } }, "test": { "type": "CallExpression", - "start": 36064, - "end": 36082, + "start": 36727, + "end": 36745, "loc": { "start": { - "line": 956, + "line": 972, "column": 12 }, "end": { - "line": 956, + "line": 972, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 36064, - "end": 36080, + "start": 36727, + "end": 36743, "loc": { "start": { - "line": 956, + "line": 972, "column": 12 }, "end": { - "line": 956, + "line": 972, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 36064, - "end": 36068, + "start": 36727, + "end": 36731, "loc": { "start": { - "line": 956, + "line": 972, "column": 12 }, "end": { - "line": 956, + "line": 972, "column": 16 } } }, "property": { "type": "Identifier", - "start": 36069, - "end": 36080, + "start": 36732, + "end": 36743, "loc": { "start": { - "line": 956, + "line": 972, "column": 17 }, "end": { - "line": 956, + "line": 972, "column": 28 }, "identifierName": "isRecording" @@ -171459,86 +175275,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 36084, - "end": 36336, + "start": 36747, + "end": 36999, "loc": { "start": { - "line": 956, + "line": 972, "column": 32 }, "end": { - "line": 963, + "line": 979, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 36205, - "end": 36270, + "start": 36868, + "end": 36933, "loc": { "start": { - "line": 959, + "line": 975, "column": 12 }, "end": { - "line": 959, + "line": 975, "column": 77 } }, "expression": { "type": "CallExpression", - "start": 36205, - "end": 36269, + "start": 36868, + "end": 36932, "loc": { "start": { - "line": 959, + "line": 975, "column": 12 }, "end": { - "line": 959, + "line": 975, "column": 76 } }, "callee": { "type": "MemberExpression", - "start": 36205, - "end": 36220, + "start": 36868, + "end": 36883, "loc": { "start": { - "line": 959, + "line": 975, "column": 12 }, "end": { - "line": 959, + "line": 975, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 36205, - "end": 36216, + "start": 36868, + "end": 36879, "loc": { "start": { - "line": 959, + "line": 975, "column": 12 }, "end": { - "line": 959, + "line": 975, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 36205, - "end": 36209, + "start": 36868, + "end": 36872, "loc": { "start": { - "line": 959, + "line": 975, "column": 12 }, "end": { - "line": 959, + "line": 975, "column": 16 } }, @@ -171546,15 +175362,15 @@ }, "property": { "type": "Identifier", - "start": 36210, - "end": 36216, + "start": 36873, + "end": 36879, "loc": { "start": { - "line": 959, + "line": 975, "column": 17 }, "end": { - "line": 959, + "line": 975, "column": 23 }, "identifierName": "player" @@ -171566,15 +175382,15 @@ }, "property": { "type": "Identifier", - "start": 36217, - "end": 36220, + "start": 36880, + "end": 36883, "loc": { "start": { - "line": 959, + "line": 975, "column": 24 }, "end": { - "line": 959, + "line": 975, "column": 27 }, "identifierName": "one" @@ -171587,29 +175403,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 36221, - "end": 36240, + "start": 36884, + "end": 36903, "loc": { "start": { - "line": 959, + "line": 975, "column": 28 }, "end": { - "line": 959, + "line": 975, "column": 47 } }, "object": { "type": "Identifier", - "start": 36221, - "end": 36226, + "start": 36884, + "end": 36889, "loc": { "start": { - "line": 959, + "line": 975, "column": 28 }, "end": { - "line": 959, + "line": 975, "column": 33 }, "identifierName": "Event" @@ -171618,15 +175434,15 @@ }, "property": { "type": "Identifier", - "start": 36227, - "end": 36240, + "start": 36890, + "end": 36903, "loc": { "start": { - "line": 959, + "line": 975, "column": 34 }, "end": { - "line": 959, + "line": 975, "column": 47 }, "identifierName": "FINISH_RECORD" @@ -171637,72 +175453,72 @@ }, { "type": "CallExpression", - "start": 36242, - "end": 36268, + "start": 36905, + "end": 36931, "loc": { "start": { - "line": 959, + "line": 975, "column": 49 }, "end": { - "line": 959, + "line": 975, "column": 75 } }, "callee": { "type": "MemberExpression", - "start": 36242, - "end": 36262, + "start": 36905, + "end": 36925, "loc": { "start": { - "line": 959, + "line": 975, "column": 49 }, "end": { - "line": 959, + "line": 975, "column": 69 } }, "object": { "type": "MemberExpression", - "start": 36242, - "end": 36257, + "start": 36905, + "end": 36920, "loc": { "start": { - "line": 959, + "line": 975, "column": 49 }, "end": { - "line": 959, + "line": 975, "column": 64 } }, "object": { "type": "ThisExpression", - "start": 36242, - "end": 36246, + "start": 36905, + "end": 36909, "loc": { "start": { - "line": 959, + "line": 975, "column": 49 }, "end": { - "line": 959, + "line": 975, "column": 53 } } }, "property": { "type": "Identifier", - "start": 36247, - "end": 36257, + "start": 36910, + "end": 36920, "loc": { "start": { - "line": 959, + "line": 975, "column": 54 }, "end": { - "line": 959, + "line": 975, "column": 64 }, "identifierName": "stopStream" @@ -171713,15 +175529,15 @@ }, "property": { "type": "Identifier", - "start": 36258, - "end": 36262, + "start": 36921, + "end": 36925, "loc": { "start": { - "line": 959, + "line": 975, "column": 65 }, "end": { - "line": 959, + "line": 975, "column": 69 }, "identifierName": "bind" @@ -171733,15 +175549,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 36263, - "end": 36267, + "start": 36926, + "end": 36930, "loc": { "start": { - "line": 959, + "line": 975, "column": 70 }, "end": { - "line": 959, + "line": 975, "column": 74 } } @@ -171755,15 +175571,15 @@ { "type": "CommentLine", "value": " stop stream once recorded data is available,", - "start": 36098, - "end": 36145, + "start": 36761, + "end": 36808, "loc": { "start": { - "line": 957, + "line": 973, "column": 12 }, "end": { - "line": 957, + "line": 973, "column": 59 } } @@ -171771,15 +175587,15 @@ { "type": "CommentLine", "value": " otherwise it'll break recording", - "start": 36158, - "end": 36192, + "start": 36821, + "end": 36855, "loc": { "start": { - "line": 958, + "line": 974, "column": 12 }, "end": { - "line": 958, + "line": 974, "column": 46 } } @@ -171789,15 +175605,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 36284, - "end": 36301, + "start": 36947, + "end": 36964, "loc": { "start": { - "line": 961, + "line": 977, "column": 12 }, "end": { - "line": 961, + "line": 977, "column": 29 } } @@ -171806,57 +175622,57 @@ }, { "type": "ExpressionStatement", - "start": 36314, - "end": 36326, + "start": 36977, + "end": 36989, "loc": { "start": { - "line": 962, + "line": 978, "column": 12 }, "end": { - "line": 962, + "line": 978, "column": 24 } }, "expression": { "type": "CallExpression", - "start": 36314, - "end": 36325, + "start": 36977, + "end": 36988, "loc": { "start": { - "line": 962, + "line": 978, "column": 12 }, "end": { - "line": 962, + "line": 978, "column": 23 } }, "callee": { "type": "MemberExpression", - "start": 36314, - "end": 36323, + "start": 36977, + "end": 36986, "loc": { "start": { - "line": 962, + "line": 978, "column": 12 }, "end": { - "line": 962, + "line": 978, "column": 21 } }, "object": { "type": "ThisExpression", - "start": 36314, - "end": 36318, + "start": 36977, + "end": 36981, "loc": { "start": { - "line": 962, + "line": 978, "column": 12 }, "end": { - "line": 962, + "line": 978, "column": 16 } }, @@ -171864,15 +175680,15 @@ }, "property": { "type": "Identifier", - "start": 36319, - "end": 36323, + "start": 36982, + "end": 36986, "loc": { "start": { - "line": 962, + "line": 978, "column": 17 }, "end": { - "line": 962, + "line": 978, "column": 21 }, "identifierName": "stop" @@ -171889,15 +175705,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 36284, - "end": 36301, + "start": 36947, + "end": 36964, "loc": { "start": { - "line": 961, + "line": 977, "column": 12 }, "end": { - "line": 961, + "line": 977, "column": 29 } } @@ -171909,72 +175725,72 @@ }, "alternate": { "type": "BlockStatement", - "start": 36342, - "end": 36457, + "start": 37005, + "end": 37120, "loc": { "start": { - "line": 963, + "line": 979, "column": 15 }, "end": { - "line": 966, + "line": 982, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 36429, - "end": 36447, + "start": 37092, + "end": 37110, "loc": { "start": { - "line": 965, + "line": 981, "column": 12 }, "end": { - "line": 965, + "line": 981, "column": 30 } }, "expression": { "type": "CallExpression", - "start": 36429, - "end": 36446, + "start": 37092, + "end": 37109, "loc": { "start": { - "line": 965, + "line": 981, "column": 12 }, "end": { - "line": 965, + "line": 981, "column": 29 } }, "callee": { "type": "MemberExpression", - "start": 36429, - "end": 36444, + "start": 37092, + "end": 37107, "loc": { "start": { - "line": 965, + "line": 981, "column": 12 }, "end": { - "line": 965, + "line": 981, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 36429, - "end": 36433, + "start": 37092, + "end": 37096, "loc": { "start": { - "line": 965, + "line": 981, "column": 12 }, "end": { - "line": 965, + "line": 981, "column": 16 } }, @@ -171982,15 +175798,15 @@ }, "property": { "type": "Identifier", - "start": 36434, - "end": 36444, + "start": 37097, + "end": 37107, "loc": { "start": { - "line": 965, + "line": 981, "column": 17 }, "end": { - "line": 965, + "line": 981, "column": 27 }, "identifierName": "stopStream" @@ -172007,15 +175823,15 @@ { "type": "CommentLine", "value": " stop stream now, since there's no recorded data available", - "start": 36356, - "end": 36416, + "start": 37019, + "end": 37079, "loc": { "start": { - "line": 964, + "line": 980, "column": 12 }, "end": { - "line": 964, + "line": 980, "column": 72 } } @@ -172034,15 +175850,15 @@ { "type": "CommentBlock", "value": "*\n * Stop device(s) and recording if active.\n ", - "start": 35974, - "end": 36032, + "start": 36637, + "end": 36695, "loc": { "start": { - "line": 952, + "line": 968, "column": 4 }, "end": { - "line": 954, + "line": 970, "column": 7 } } @@ -172052,15 +175868,15 @@ { "type": "CommentBlock", "value": "*\n * Stop stream and device.\n ", - "start": 36469, - "end": 36511, + "start": 37132, + "end": 37174, "loc": { "start": { - "line": 969, + "line": 985, "column": 4 }, "end": { - "line": 971, + "line": 987, "column": 7 } } @@ -172069,15 +175885,15 @@ }, { "type": "ClassMethod", - "start": 36516, - "end": 36969, + "start": 37179, + "end": 37632, "loc": { "start": { - "line": 972, + "line": 988, "column": 4 }, "end": { - "line": 986, + "line": 1002, "column": 5 } }, @@ -172085,15 +175901,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 36516, - "end": 36526, + "start": 37179, + "end": 37189, "loc": { "start": { - "line": 972, + "line": 988, "column": 4 }, "end": { - "line": 972, + "line": 988, "column": 14 }, "identifierName": "stopStream" @@ -172109,58 +175925,58 @@ "params": [], "body": { "type": "BlockStatement", - "start": 36529, - "end": 36969, + "start": 37192, + "end": 37632, "loc": { "start": { - "line": 972, + "line": 988, "column": 17 }, "end": { - "line": 986, + "line": 1002, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 36573, - "end": 36963, + "start": 37236, + "end": 37626, "loc": { "start": { - "line": 974, + "line": 990, "column": 8 }, "end": { - "line": 985, + "line": 1001, "column": 9 } }, "test": { "type": "MemberExpression", - "start": 36577, - "end": 36588, + "start": 37240, + "end": 37251, "loc": { "start": { - "line": 974, + "line": 990, "column": 12 }, "end": { - "line": 974, + "line": 990, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 36577, - "end": 36581, + "start": 37240, + "end": 37244, "loc": { "start": { - "line": 974, + "line": 990, "column": 12 }, "end": { - "line": 974, + "line": 990, "column": 16 } }, @@ -172168,15 +175984,15 @@ }, "property": { "type": "Identifier", - "start": 36582, - "end": 36588, + "start": 37245, + "end": 37251, "loc": { "start": { - "line": 974, + "line": 990, "column": 17 }, "end": { - "line": 974, + "line": 990, "column": 23 }, "identifierName": "stream" @@ -172188,88 +176004,88 @@ }, "consequent": { "type": "BlockStatement", - "start": 36590, - "end": 36963, + "start": 37253, + "end": 37626, "loc": { "start": { - "line": 974, + "line": 990, "column": 25 }, "end": { - "line": 985, + "line": 1001, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 36604, - "end": 36631, + "start": 37267, + "end": 37294, "loc": { "start": { - "line": 975, + "line": 991, "column": 12 }, "end": { - "line": 975, + "line": 991, "column": 39 } }, "expression": { "type": "AssignmentExpression", - "start": 36604, - "end": 36630, + "start": 37267, + "end": 37293, "loc": { "start": { - "line": 975, + "line": 991, "column": 12 }, "end": { - "line": 975, + "line": 991, "column": 38 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 36604, - "end": 36622, + "start": 37267, + "end": 37285, "loc": { "start": { - "line": 975, + "line": 991, "column": 12 }, "end": { - "line": 975, + "line": 991, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 36604, - "end": 36608, + "start": 37267, + "end": 37271, "loc": { "start": { - "line": 975, + "line": 991, "column": 12 }, "end": { - "line": 975, + "line": 991, "column": 16 } } }, "property": { "type": "Identifier", - "start": 36609, - "end": 36622, + "start": 37272, + "end": 37285, "loc": { "start": { - "line": 975, + "line": 991, "column": 17 }, "end": { - "line": 975, + "line": 991, "column": 30 }, "identifierName": "_deviceActive" @@ -172280,15 +176096,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 36625, - "end": 36630, + "start": 37288, + "end": 37293, "loc": { "start": { - "line": 975, + "line": 991, "column": 33 }, "end": { - "line": 975, + "line": 991, "column": 38 } }, @@ -172298,86 +176114,86 @@ }, { "type": "IfStatement", - "start": 36645, - "end": 36848, + "start": 37308, + "end": 37511, "loc": { "start": { - "line": 977, + "line": 993, "column": 12 }, "end": { - "line": 981, + "line": 997, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 36649, - "end": 36684, + "start": 37312, + "end": 37347, "loc": { "start": { - "line": 977, + "line": 993, "column": 16 }, "end": { - "line": 977, + "line": 993, "column": 51 } }, "left": { "type": "CallExpression", - "start": 36649, - "end": 36669, + "start": 37312, + "end": 37332, "loc": { "start": { - "line": 977, + "line": 993, "column": 16 }, "end": { - "line": 977, + "line": 993, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 36649, - "end": 36667, + "start": 37312, + "end": 37330, "loc": { "start": { - "line": 977, + "line": 993, "column": 16 }, "end": { - "line": 977, + "line": 993, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 36649, - "end": 36653, + "start": 37312, + "end": 37316, "loc": { "start": { - "line": 977, + "line": 993, "column": 16 }, "end": { - "line": 977, + "line": 993, "column": 20 } } }, "property": { "type": "Identifier", - "start": 36654, - "end": 36667, + "start": 37317, + "end": 37330, "loc": { "start": { - "line": 977, + "line": 993, "column": 21 }, "end": { - "line": 977, + "line": 993, "column": 34 }, "identifierName": "getRecordType" @@ -172391,15 +176207,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 36674, - "end": 36684, + "start": 37337, + "end": 37347, "loc": { "start": { - "line": 977, + "line": 993, "column": 41 }, "end": { - "line": 977, + "line": 993, "column": 51 }, "identifierName": "AUDIO_ONLY" @@ -172409,114 +176225,114 @@ }, "consequent": { "type": "BlockStatement", - "start": 36686, - "end": 36848, + "start": 37349, + "end": 37511, "loc": { "start": { - "line": 977, + "line": 993, "column": 53 }, "end": { - "line": 981, + "line": 997, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 36767, - "end": 36810, + "start": 37430, + "end": 37473, "loc": { "start": { - "line": 979, + "line": 995, "column": 16 }, "end": { - "line": 979, + "line": 995, "column": 59 } }, "expression": { "type": "CallExpression", - "start": 36767, - "end": 36809, + "start": 37430, + "end": 37472, "loc": { "start": { - "line": 979, + "line": 995, "column": 16 }, "end": { - "line": 979, + "line": 995, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 36767, - "end": 36807, + "start": 37430, + "end": 37470, "loc": { "start": { - "line": 979, + "line": 995, "column": 16 }, "end": { - "line": 979, + "line": 995, "column": 56 } }, "object": { "type": "MemberExpression", - "start": 36767, - "end": 36796, + "start": 37430, + "end": 37459, "loc": { "start": { - "line": 979, + "line": 995, "column": 16 }, "end": { - "line": 979, + "line": 995, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 36767, - "end": 36785, + "start": 37430, + "end": 37448, "loc": { "start": { - "line": 979, + "line": 995, "column": 16 }, "end": { - "line": 979, + "line": 995, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 36767, - "end": 36778, + "start": 37430, + "end": 37441, "loc": { "start": { - "line": 979, + "line": 995, "column": 16 }, "end": { - "line": 979, + "line": 995, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 36767, - "end": 36771, + "start": 37430, + "end": 37434, "loc": { "start": { - "line": 979, + "line": 995, "column": 16 }, "end": { - "line": 979, + "line": 995, "column": 20 } }, @@ -172524,15 +176340,15 @@ }, "property": { "type": "Identifier", - "start": 36772, - "end": 36778, + "start": 37435, + "end": 37441, "loc": { "start": { - "line": 979, + "line": 995, "column": 21 }, "end": { - "line": 979, + "line": 995, "column": 27 }, "identifierName": "surfer" @@ -172544,15 +176360,15 @@ }, "property": { "type": "Identifier", - "start": 36779, - "end": 36785, + "start": 37442, + "end": 37448, "loc": { "start": { - "line": 979, + "line": 995, "column": 28 }, "end": { - "line": 979, + "line": 995, "column": 34 }, "identifierName": "surfer" @@ -172564,15 +176380,15 @@ }, "property": { "type": "Identifier", - "start": 36786, - "end": 36796, + "start": 37449, + "end": 37459, "loc": { "start": { - "line": 979, + "line": 995, "column": 35 }, "end": { - "line": 979, + "line": 995, "column": 45 }, "identifierName": "microphone" @@ -172584,15 +176400,15 @@ }, "property": { "type": "Identifier", - "start": 36797, - "end": 36807, + "start": 37460, + "end": 37470, "loc": { "start": { - "line": 979, + "line": 995, "column": 46 }, "end": { - "line": 979, + "line": 995, "column": 56 }, "identifierName": "stopDevice" @@ -172609,15 +176425,15 @@ { "type": "CommentLine", "value": " make the microphone plugin stop it's device", - "start": 36704, - "end": 36750, + "start": 37367, + "end": 37413, "loc": { "start": { - "line": 978, + "line": 994, "column": 16 }, "end": { - "line": 978, + "line": 994, "column": 62 } } @@ -172626,15 +176442,15 @@ }, { "type": "ReturnStatement", - "start": 36827, - "end": 36834, + "start": 37490, + "end": 37497, "loc": { "start": { - "line": 980, + "line": 996, "column": 16 }, "end": { - "line": 980, + "line": 996, "column": 23 } }, @@ -172647,114 +176463,114 @@ }, { "type": "ExpressionStatement", - "start": 36861, - "end": 36953, + "start": 37524, + "end": 37616, "loc": { "start": { - "line": 982, + "line": 998, "column": 12 }, "end": { - "line": 984, + "line": 1000, "column": 15 } }, "expression": { "type": "CallExpression", - "start": 36861, - "end": 36952, + "start": 37524, + "end": 37615, "loc": { "start": { - "line": 982, + "line": 998, "column": 12 }, "end": { - "line": 984, + "line": 1000, "column": 14 } }, "callee": { "type": "MemberExpression", - "start": 36861, - "end": 36892, + "start": 37524, + "end": 37555, "loc": { "start": { - "line": 982, + "line": 998, "column": 12 }, "end": { - "line": 982, + "line": 998, "column": 43 } }, "object": { "type": "CallExpression", - "start": 36861, - "end": 36884, + "start": 37524, + "end": 37547, "loc": { "start": { - "line": 982, + "line": 998, "column": 12 }, "end": { - "line": 982, + "line": 998, "column": 35 } }, "callee": { "type": "MemberExpression", - "start": 36861, - "end": 36882, + "start": 37524, + "end": 37545, "loc": { "start": { - "line": 982, + "line": 998, "column": 12 }, "end": { - "line": 982, + "line": 998, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 36861, - "end": 36872, + "start": 37524, + "end": 37535, "loc": { "start": { - "line": 982, + "line": 998, "column": 12 }, "end": { - "line": 982, + "line": 998, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 36861, - "end": 36865, + "start": 37524, + "end": 37528, "loc": { "start": { - "line": 982, + "line": 998, "column": 12 }, "end": { - "line": 982, + "line": 998, "column": 16 } } }, "property": { "type": "Identifier", - "start": 36866, - "end": 36872, + "start": 37529, + "end": 37535, "loc": { "start": { - "line": 982, + "line": 998, "column": 17 }, "end": { - "line": 982, + "line": 998, "column": 23 }, "identifierName": "stream" @@ -172765,15 +176581,15 @@ }, "property": { "type": "Identifier", - "start": 36873, - "end": 36882, + "start": 37536, + "end": 37545, "loc": { "start": { - "line": 982, + "line": 998, "column": 24 }, "end": { - "line": 982, + "line": 998, "column": 33 }, "identifierName": "getTracks" @@ -172786,15 +176602,15 @@ }, "property": { "type": "Identifier", - "start": 36885, - "end": 36892, + "start": 37548, + "end": 37555, "loc": { "start": { - "line": 982, + "line": 998, "column": 36 }, "end": { - "line": 982, + "line": 998, "column": 43 }, "identifierName": "forEach" @@ -172806,15 +176622,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 36893, - "end": 36951, + "start": 37556, + "end": 37614, "loc": { "start": { - "line": 982, + "line": 998, "column": 44 }, "end": { - "line": 984, + "line": 1000, "column": 13 } }, @@ -172825,15 +176641,15 @@ "params": [ { "type": "Identifier", - "start": 36894, - "end": 36900, + "start": 37557, + "end": 37563, "loc": { "start": { - "line": 982, + "line": 998, "column": 45 }, "end": { - "line": 982, + "line": 998, "column": 51 }, "identifierName": "stream" @@ -172843,72 +176659,72 @@ ], "body": { "type": "BlockStatement", - "start": 36905, - "end": 36951, + "start": 37568, + "end": 37614, "loc": { "start": { - "line": 982, + "line": 998, "column": 56 }, "end": { - "line": 984, + "line": 1000, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 36923, - "end": 36937, + "start": 37586, + "end": 37600, "loc": { "start": { - "line": 983, + "line": 999, "column": 16 }, "end": { - "line": 983, + "line": 999, "column": 30 } }, "expression": { "type": "CallExpression", - "start": 36923, - "end": 36936, + "start": 37586, + "end": 37599, "loc": { "start": { - "line": 983, + "line": 999, "column": 16 }, "end": { - "line": 983, + "line": 999, "column": 29 } }, "callee": { "type": "MemberExpression", - "start": 36923, - "end": 36934, + "start": 37586, + "end": 37597, "loc": { "start": { - "line": 983, + "line": 999, "column": 16 }, "end": { - "line": 983, + "line": 999, "column": 27 } }, "object": { "type": "Identifier", - "start": 36923, - "end": 36929, + "start": 37586, + "end": 37592, "loc": { "start": { - "line": 983, + "line": 999, "column": 16 }, "end": { - "line": 983, + "line": 999, "column": 22 }, "identifierName": "stream" @@ -172917,15 +176733,15 @@ }, "property": { "type": "Identifier", - "start": 36930, - "end": 36934, + "start": 37593, + "end": 37597, "loc": { "start": { - "line": 983, + "line": 999, "column": 23 }, "end": { - "line": 983, + "line": 999, "column": 27 }, "identifierName": "stop" @@ -172952,15 +176768,15 @@ { "type": "CommentLine", "value": " stop stream and device", - "start": 36539, - "end": 36564, + "start": 37202, + "end": 37227, "loc": { "start": { - "line": 973, + "line": 989, "column": 8 }, "end": { - "line": 973, + "line": 989, "column": 33 } } @@ -172975,15 +176791,15 @@ { "type": "CommentBlock", "value": "*\n * Stop stream and device.\n ", - "start": 36469, - "end": 36511, + "start": 37132, + "end": 37174, "loc": { "start": { - "line": 969, + "line": 985, "column": 4 }, "end": { - "line": 971, + "line": 987, "column": 7 } } @@ -172993,15 +176809,15 @@ { "type": "CommentBlock", "value": "*\n * Pause recording.\n ", - "start": 36975, - "end": 37010, + "start": 37638, + "end": 37673, "loc": { "start": { - "line": 988, + "line": 1004, "column": 4 }, "end": { - "line": 990, + "line": 1006, "column": 7 } } @@ -173010,15 +176826,15 @@ }, { "type": "ClassMethod", - "start": 37015, - "end": 37182, + "start": 37678, + "end": 37845, "loc": { "start": { - "line": 991, + "line": 1007, "column": 4 }, "end": { - "line": 998, + "line": 1014, "column": 5 } }, @@ -173026,15 +176842,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 37015, - "end": 37020, + "start": 37678, + "end": 37683, "loc": { "start": { - "line": 991, + "line": 1007, "column": 4 }, "end": { - "line": 991, + "line": 1007, "column": 9 }, "identifierName": "pause" @@ -173050,44 +176866,44 @@ "params": [], "body": { "type": "BlockStatement", - "start": 37023, - "end": 37182, + "start": 37686, + "end": 37845, "loc": { "start": { - "line": 991, + "line": 1007, "column": 12 }, "end": { - "line": 998, + "line": 1014, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 37033, - "end": 37176, + "start": 37696, + "end": 37839, "loc": { "start": { - "line": 992, + "line": 1008, "column": 8 }, "end": { - "line": 997, + "line": 1013, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 37037, - "end": 37049, + "start": 37700, + "end": 37712, "loc": { "start": { - "line": 992, + "line": 1008, "column": 12 }, "end": { - "line": 992, + "line": 1008, "column": 24 } }, @@ -173095,44 +176911,44 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 37038, - "end": 37049, + "start": 37701, + "end": 37712, "loc": { "start": { - "line": 992, + "line": 1008, "column": 13 }, "end": { - "line": 992, + "line": 1008, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 37038, - "end": 37042, + "start": 37701, + "end": 37705, "loc": { "start": { - "line": 992, + "line": 1008, "column": 13 }, "end": { - "line": 992, + "line": 1008, "column": 17 } } }, "property": { "type": "Identifier", - "start": 37043, - "end": 37049, + "start": 37706, + "end": 37712, "loc": { "start": { - "line": 992, + "line": 1008, "column": 18 }, "end": { - "line": 992, + "line": 1008, "column": 24 }, "identifierName": "paused" @@ -173147,88 +176963,88 @@ }, "consequent": { "type": "BlockStatement", - "start": 37051, - "end": 37176, + "start": 37714, + "end": 37839, "loc": { "start": { - "line": 992, + "line": 1008, "column": 26 }, "end": { - "line": 997, + "line": 1013, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 37065, - "end": 37100, + "start": 37728, + "end": 37763, "loc": { "start": { - "line": 993, + "line": 1009, "column": 12 }, "end": { - "line": 993, + "line": 1009, "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 37065, - "end": 37099, + "start": 37728, + "end": 37762, "loc": { "start": { - "line": 993, + "line": 1009, "column": 12 }, "end": { - "line": 993, + "line": 1009, "column": 46 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 37065, - "end": 37079, + "start": 37728, + "end": 37742, "loc": { "start": { - "line": 993, + "line": 1009, "column": 12 }, "end": { - "line": 993, + "line": 1009, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 37065, - "end": 37069, + "start": 37728, + "end": 37732, "loc": { "start": { - "line": 993, + "line": 1009, "column": 12 }, "end": { - "line": 993, + "line": 1009, "column": 16 } } }, "property": { "type": "Identifier", - "start": 37070, - "end": 37079, + "start": 37733, + "end": 37742, "loc": { "start": { - "line": 993, + "line": 1009, "column": 17 }, "end": { - "line": 993, + "line": 1009, "column": 26 }, "identifierName": "pauseTime" @@ -173239,43 +177055,43 @@ }, "right": { "type": "CallExpression", - "start": 37082, - "end": 37099, + "start": 37745, + "end": 37762, "loc": { "start": { - "line": 993, + "line": 1009, "column": 29 }, "end": { - "line": 993, + "line": 1009, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 37082, - "end": 37097, + "start": 37745, + "end": 37760, "loc": { "start": { - "line": 993, + "line": 1009, "column": 29 }, "end": { - "line": 993, + "line": 1009, "column": 44 } }, "object": { "type": "Identifier", - "start": 37082, - "end": 37093, + "start": 37745, + "end": 37756, "loc": { "start": { - "line": 993, + "line": 1009, "column": 29 }, "end": { - "line": 993, + "line": 1009, "column": 40 }, "identifierName": "performance" @@ -173284,15 +177100,15 @@ }, "property": { "type": "Identifier", - "start": 37094, - "end": 37097, + "start": 37757, + "end": 37760, "loc": { "start": { - "line": 993, + "line": 1009, "column": 41 }, "end": { - "line": 993, + "line": 1009, "column": 44 }, "identifierName": "now" @@ -173307,73 +177123,73 @@ }, { "type": "ExpressionStatement", - "start": 37113, - "end": 37132, + "start": 37776, + "end": 37795, "loc": { "start": { - "line": 994, + "line": 1010, "column": 12 }, "end": { - "line": 994, + "line": 1010, "column": 31 } }, "expression": { "type": "AssignmentExpression", - "start": 37113, - "end": 37131, + "start": 37776, + "end": 37794, "loc": { "start": { - "line": 994, + "line": 1010, "column": 12 }, "end": { - "line": 994, + "line": 1010, "column": 30 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 37113, - "end": 37124, + "start": 37776, + "end": 37787, "loc": { "start": { - "line": 994, + "line": 1010, "column": 12 }, "end": { - "line": 994, + "line": 1010, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 37113, - "end": 37117, + "start": 37776, + "end": 37780, "loc": { "start": { - "line": 994, + "line": 1010, "column": 12 }, "end": { - "line": 994, + "line": 1010, "column": 16 } } }, "property": { "type": "Identifier", - "start": 37118, - "end": 37124, + "start": 37781, + "end": 37787, "loc": { "start": { - "line": 994, + "line": 1010, "column": 17 }, "end": { - "line": 994, + "line": 1010, "column": 23 }, "identifierName": "paused" @@ -173384,15 +177200,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 37127, - "end": 37131, + "start": 37790, + "end": 37794, "loc": { "start": { - "line": 994, + "line": 1010, "column": 26 }, "end": { - "line": 994, + "line": 1010, "column": 30 } }, @@ -173402,86 +177218,86 @@ }, { "type": "ExpressionStatement", - "start": 37146, - "end": 37166, + "start": 37809, + "end": 37829, "loc": { "start": { - "line": 996, + "line": 1012, "column": 12 }, "end": { - "line": 996, + "line": 1012, "column": 32 } }, "expression": { "type": "CallExpression", - "start": 37146, - "end": 37165, + "start": 37809, + "end": 37828, "loc": { "start": { - "line": 996, + "line": 1012, "column": 12 }, "end": { - "line": 996, + "line": 1012, "column": 31 } }, "callee": { "type": "MemberExpression", - "start": 37146, - "end": 37163, + "start": 37809, + "end": 37826, "loc": { "start": { - "line": 996, + "line": 1012, "column": 12 }, "end": { - "line": 996, + "line": 1012, "column": 29 } }, "object": { "type": "MemberExpression", - "start": 37146, - "end": 37157, + "start": 37809, + "end": 37820, "loc": { "start": { - "line": 996, + "line": 1012, "column": 12 }, "end": { - "line": 996, + "line": 1012, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 37146, - "end": 37150, + "start": 37809, + "end": 37813, "loc": { "start": { - "line": 996, + "line": 1012, "column": 12 }, "end": { - "line": 996, + "line": 1012, "column": 16 } } }, "property": { "type": "Identifier", - "start": 37151, - "end": 37157, + "start": 37814, + "end": 37820, "loc": { "start": { - "line": 996, + "line": 1012, "column": 17 }, "end": { - "line": 996, + "line": 1012, "column": 23 }, "identifierName": "engine" @@ -173492,15 +177308,15 @@ }, "property": { "type": "Identifier", - "start": 37158, - "end": 37163, + "start": 37821, + "end": 37826, "loc": { "start": { - "line": 996, + "line": 1012, "column": 24 }, "end": { - "line": 996, + "line": 1012, "column": 29 }, "identifierName": "pause" @@ -173525,15 +177341,15 @@ { "type": "CommentBlock", "value": "*\n * Pause recording.\n ", - "start": 36975, - "end": 37010, + "start": 37638, + "end": 37673, "loc": { "start": { - "line": 988, + "line": 1004, "column": 4 }, "end": { - "line": 990, + "line": 1006, "column": 7 } } @@ -173543,15 +177359,15 @@ { "type": "CommentBlock", "value": "*\n * Resume recording.\n ", - "start": 37188, - "end": 37224, + "start": 37851, + "end": 37887, "loc": { "start": { - "line": 1000, + "line": 1016, "column": 4 }, "end": { - "line": 1002, + "line": 1018, "column": 7 } } @@ -173560,15 +177376,15 @@ }, { "type": "ClassMethod", - "start": 37229, - "end": 37417, + "start": 37892, + "end": 38080, "loc": { "start": { - "line": 1003, + "line": 1019, "column": 4 }, "end": { - "line": 1010, + "line": 1026, "column": 5 } }, @@ -173576,15 +177392,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 37229, - "end": 37235, + "start": 37892, + "end": 37898, "loc": { "start": { - "line": 1003, + "line": 1019, "column": 4 }, "end": { - "line": 1003, + "line": 1019, "column": 10 }, "identifierName": "resume" @@ -173600,73 +177416,73 @@ "params": [], "body": { "type": "BlockStatement", - "start": 37238, - "end": 37417, + "start": 37901, + "end": 38080, "loc": { "start": { - "line": 1003, + "line": 1019, "column": 13 }, "end": { - "line": 1010, + "line": 1026, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 37248, - "end": 37411, + "start": 37911, + "end": 38074, "loc": { "start": { - "line": 1004, + "line": 1020, "column": 8 }, "end": { - "line": 1009, + "line": 1025, "column": 9 } }, "test": { "type": "MemberExpression", - "start": 37252, - "end": 37263, + "start": 37915, + "end": 37926, "loc": { "start": { - "line": 1004, + "line": 1020, "column": 12 }, "end": { - "line": 1004, + "line": 1020, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 37252, - "end": 37256, + "start": 37915, + "end": 37919, "loc": { "start": { - "line": 1004, + "line": 1020, "column": 12 }, "end": { - "line": 1004, + "line": 1020, "column": 16 } } }, "property": { "type": "Identifier", - "start": 37257, - "end": 37263, + "start": 37920, + "end": 37926, "loc": { "start": { - "line": 1004, + "line": 1020, "column": 17 }, "end": { - "line": 1004, + "line": 1020, "column": 23 }, "identifierName": "paused" @@ -173677,88 +177493,88 @@ }, "consequent": { "type": "BlockStatement", - "start": 37265, - "end": 37411, + "start": 37928, + "end": 38074, "loc": { "start": { - "line": 1004, + "line": 1020, "column": 25 }, "end": { - "line": 1009, + "line": 1025, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 37279, - "end": 37333, + "start": 37942, + "end": 37996, "loc": { "start": { - "line": 1005, + "line": 1021, "column": 12 }, "end": { - "line": 1005, + "line": 1021, "column": 66 } }, "expression": { "type": "AssignmentExpression", - "start": 37279, - "end": 37332, + "start": 37942, + "end": 37995, "loc": { "start": { - "line": 1005, + "line": 1021, "column": 12 }, "end": { - "line": 1005, + "line": 1021, "column": 65 } }, "operator": "+=", "left": { "type": "MemberExpression", - "start": 37279, - "end": 37294, + "start": 37942, + "end": 37957, "loc": { "start": { - "line": 1005, + "line": 1021, "column": 12 }, "end": { - "line": 1005, + "line": 1021, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 37279, - "end": 37283, + "start": 37942, + "end": 37946, "loc": { "start": { - "line": 1005, + "line": 1021, "column": 12 }, "end": { - "line": 1005, + "line": 1021, "column": 16 } } }, "property": { "type": "Identifier", - "start": 37284, - "end": 37294, + "start": 37947, + "end": 37957, "loc": { "start": { - "line": 1005, + "line": 1021, "column": 17 }, "end": { - "line": 1005, + "line": 1021, "column": 27 }, "identifierName": "pausedTime" @@ -173769,57 +177585,57 @@ }, "right": { "type": "BinaryExpression", - "start": 37298, - "end": 37332, + "start": 37961, + "end": 37995, "loc": { "start": { - "line": 1005, + "line": 1021, "column": 31 }, "end": { - "line": 1005, + "line": 1021, "column": 65 } }, "left": { "type": "CallExpression", - "start": 37298, - "end": 37315, + "start": 37961, + "end": 37978, "loc": { "start": { - "line": 1005, + "line": 1021, "column": 31 }, "end": { - "line": 1005, + "line": 1021, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 37298, - "end": 37313, + "start": 37961, + "end": 37976, "loc": { "start": { - "line": 1005, + "line": 1021, "column": 31 }, "end": { - "line": 1005, + "line": 1021, "column": 46 } }, "object": { "type": "Identifier", - "start": 37298, - "end": 37309, + "start": 37961, + "end": 37972, "loc": { "start": { - "line": 1005, + "line": 1021, "column": 31 }, "end": { - "line": 1005, + "line": 1021, "column": 42 }, "identifierName": "performance" @@ -173828,15 +177644,15 @@ }, "property": { "type": "Identifier", - "start": 37310, - "end": 37313, + "start": 37973, + "end": 37976, "loc": { "start": { - "line": 1005, + "line": 1021, "column": 43 }, "end": { - "line": 1005, + "line": 1021, "column": 46 }, "identifierName": "now" @@ -173850,44 +177666,44 @@ "operator": "-", "right": { "type": "MemberExpression", - "start": 37318, - "end": 37332, + "start": 37981, + "end": 37995, "loc": { "start": { - "line": 1005, + "line": 1021, "column": 51 }, "end": { - "line": 1005, + "line": 1021, "column": 65 } }, "object": { "type": "ThisExpression", - "start": 37318, - "end": 37322, + "start": 37981, + "end": 37985, "loc": { "start": { - "line": 1005, + "line": 1021, "column": 51 }, "end": { - "line": 1005, + "line": 1021, "column": 55 } } }, "property": { "type": "Identifier", - "start": 37323, - "end": 37332, + "start": 37986, + "end": 37995, "loc": { "start": { - "line": 1005, + "line": 1021, "column": 56 }, "end": { - "line": 1005, + "line": 1021, "column": 65 }, "identifierName": "pauseTime" @@ -173901,86 +177717,86 @@ }, { "type": "ExpressionStatement", - "start": 37347, - "end": 37368, + "start": 38010, + "end": 38031, "loc": { "start": { - "line": 1007, + "line": 1023, "column": 12 }, "end": { - "line": 1007, + "line": 1023, "column": 33 } }, "expression": { "type": "CallExpression", - "start": 37347, - "end": 37367, + "start": 38010, + "end": 38030, "loc": { "start": { - "line": 1007, + "line": 1023, "column": 12 }, "end": { - "line": 1007, + "line": 1023, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 37347, - "end": 37365, + "start": 38010, + "end": 38028, "loc": { "start": { - "line": 1007, + "line": 1023, "column": 12 }, "end": { - "line": 1007, + "line": 1023, "column": 30 } }, "object": { "type": "MemberExpression", - "start": 37347, - "end": 37358, + "start": 38010, + "end": 38021, "loc": { "start": { - "line": 1007, + "line": 1023, "column": 12 }, "end": { - "line": 1007, + "line": 1023, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 37347, - "end": 37351, + "start": 38010, + "end": 38014, "loc": { "start": { - "line": 1007, + "line": 1023, "column": 12 }, "end": { - "line": 1007, + "line": 1023, "column": 16 } } }, "property": { "type": "Identifier", - "start": 37352, - "end": 37358, + "start": 38015, + "end": 38021, "loc": { "start": { - "line": 1007, + "line": 1023, "column": 17 }, "end": { - "line": 1007, + "line": 1023, "column": 23 }, "identifierName": "engine" @@ -173991,15 +177807,15 @@ }, "property": { "type": "Identifier", - "start": 37359, - "end": 37365, + "start": 38022, + "end": 38028, "loc": { "start": { - "line": 1007, + "line": 1023, "column": 24 }, "end": { - "line": 1007, + "line": 1023, "column": 30 }, "identifierName": "resume" @@ -174013,73 +177829,73 @@ }, { "type": "ExpressionStatement", - "start": 37381, - "end": 37401, + "start": 38044, + "end": 38064, "loc": { "start": { - "line": 1008, + "line": 1024, "column": 12 }, "end": { - "line": 1008, + "line": 1024, "column": 32 } }, "expression": { "type": "AssignmentExpression", - "start": 37381, - "end": 37400, + "start": 38044, + "end": 38063, "loc": { "start": { - "line": 1008, + "line": 1024, "column": 12 }, "end": { - "line": 1008, + "line": 1024, "column": 31 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 37381, - "end": 37392, + "start": 38044, + "end": 38055, "loc": { "start": { - "line": 1008, + "line": 1024, "column": 12 }, "end": { - "line": 1008, + "line": 1024, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 37381, - "end": 37385, + "start": 38044, + "end": 38048, "loc": { "start": { - "line": 1008, + "line": 1024, "column": 12 }, "end": { - "line": 1008, + "line": 1024, "column": 16 } } }, "property": { "type": "Identifier", - "start": 37386, - "end": 37392, + "start": 38049, + "end": 38055, "loc": { "start": { - "line": 1008, + "line": 1024, "column": 17 }, "end": { - "line": 1008, + "line": 1024, "column": 23 }, "identifierName": "paused" @@ -174090,15 +177906,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 37395, - "end": 37400, + "start": 38058, + "end": 38063, "loc": { "start": { - "line": 1008, + "line": 1024, "column": 26 }, "end": { - "line": 1008, + "line": 1024, "column": 31 } }, @@ -174119,15 +177935,15 @@ { "type": "CommentBlock", "value": "*\n * Resume recording.\n ", - "start": 37188, - "end": 37224, + "start": 37851, + "end": 37887, "loc": { "start": { - "line": 1000, + "line": 1016, "column": 4 }, "end": { - "line": 1002, + "line": 1018, "column": 7 } } @@ -174137,15 +177953,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when recording completed and the resulting stream is\n * available.\n * @private\n ", - "start": 37423, - "end": 37536, + "start": 38086, + "end": 38199, "loc": { "start": { - "line": 1012, + "line": 1028, "column": 4 }, "end": { - "line": 1016, + "line": 1032, "column": 7 } } @@ -174154,15 +177970,15 @@ }, { "type": "ClassMethod", - "start": 37541, - "end": 41456, + "start": 38204, + "end": 42119, "loc": { "start": { - "line": 1017, + "line": 1033, "column": 4 }, "end": { - "line": 1127, + "line": 1143, "column": 5 } }, @@ -174170,15 +177986,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 37541, - "end": 37557, + "start": 38204, + "end": 38220, "loc": { "start": { - "line": 1017, + "line": 1033, "column": 4 }, "end": { - "line": 1017, + "line": 1033, "column": 20 }, "identifierName": "onRecordComplete" @@ -174194,87 +178010,87 @@ "params": [], "body": { "type": "BlockStatement", - "start": 37560, - "end": 41456, + "start": 38223, + "end": 42119, "loc": { "start": { - "line": 1017, + "line": 1033, "column": 23 }, "end": { - "line": 1127, + "line": 1143, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 37621, - "end": 37673, + "start": 38284, + "end": 38336, "loc": { "start": { - "line": 1019, + "line": 1035, "column": 8 }, "end": { - "line": 1019, + "line": 1035, "column": 60 } }, "expression": { "type": "AssignmentExpression", - "start": 37621, - "end": 37672, + "start": 38284, + "end": 38335, "loc": { "start": { - "line": 1019, + "line": 1035, "column": 8 }, "end": { - "line": 1019, + "line": 1035, "column": 59 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 37621, - "end": 37645, + "start": 38284, + "end": 38308, "loc": { "start": { - "line": 1019, + "line": 1035, "column": 8 }, "end": { - "line": 1019, + "line": 1035, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 37621, - "end": 37632, + "start": 38284, + "end": 38295, "loc": { "start": { - "line": 1019, + "line": 1035, "column": 8 }, "end": { - "line": 1019, + "line": 1035, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 37621, - "end": 37625, + "start": 38284, + "end": 38288, "loc": { "start": { - "line": 1019, + "line": 1035, "column": 8 }, "end": { - "line": 1019, + "line": 1035, "column": 12 } }, @@ -174282,15 +178098,15 @@ }, "property": { "type": "Identifier", - "start": 37626, - "end": 37632, + "start": 38289, + "end": 38295, "loc": { "start": { - "line": 1019, + "line": 1035, "column": 13 }, "end": { - "line": 1019, + "line": 1035, "column": 19 }, "identifierName": "player" @@ -174302,15 +178118,15 @@ }, "property": { "type": "Identifier", - "start": 37633, - "end": 37645, + "start": 38296, + "end": 38308, "loc": { "start": { - "line": 1019, + "line": 1035, "column": 20 }, "end": { - "line": 1019, + "line": 1035, "column": 32 }, "identifierName": "recordedData" @@ -174322,58 +178138,58 @@ }, "right": { "type": "MemberExpression", - "start": 37648, - "end": 37672, + "start": 38311, + "end": 38335, "loc": { "start": { - "line": 1019, + "line": 1035, "column": 35 }, "end": { - "line": 1019, + "line": 1035, "column": 59 } }, "object": { "type": "MemberExpression", - "start": 37648, - "end": 37659, + "start": 38311, + "end": 38322, "loc": { "start": { - "line": 1019, + "line": 1035, "column": 35 }, "end": { - "line": 1019, + "line": 1035, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 37648, - "end": 37652, + "start": 38311, + "end": 38315, "loc": { "start": { - "line": 1019, + "line": 1035, "column": 35 }, "end": { - "line": 1019, + "line": 1035, "column": 39 } } }, "property": { "type": "Identifier", - "start": 37653, - "end": 37659, + "start": 38316, + "end": 38322, "loc": { "start": { - "line": 1019, + "line": 1035, "column": 40 }, "end": { - "line": 1019, + "line": 1035, "column": 46 }, "identifierName": "engine" @@ -174384,15 +178200,15 @@ }, "property": { "type": "Identifier", - "start": 37660, - "end": 37672, + "start": 38323, + "end": 38335, "loc": { "start": { - "line": 1019, + "line": 1035, "column": 47 }, "end": { - "line": 1019, + "line": 1035, "column": 59 }, "identifierName": "recordedData" @@ -174407,15 +178223,15 @@ { "type": "CommentLine", "value": " store reference to recorded stream data", - "start": 37570, - "end": 37612, + "start": 38233, + "end": 38275, "loc": { "start": { - "line": 1018, + "line": 1034, "column": 8 }, "end": { - "line": 1018, + "line": 1034, "column": 50 } } @@ -174425,15 +178241,15 @@ { "type": "CommentLine", "value": " change the replay button back to a play button", - "start": 37683, - "end": 37732, + "start": 38346, + "end": 38395, "loc": { "start": { - "line": 1021, + "line": 1037, "column": 8 }, "end": { - "line": 1021, + "line": 1037, "column": 57 } } @@ -174442,85 +178258,85 @@ }, { "type": "IfStatement", - "start": 37741, - "end": 37931, + "start": 38404, + "end": 38594, "loc": { "start": { - "line": 1022, + "line": 1038, "column": 8 }, "end": { - "line": 1025, + "line": 1041, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 37745, - "end": 37792, + "start": 38408, + "end": 38455, "loc": { "start": { - "line": 1022, + "line": 1038, "column": 12 }, "end": { - "line": 1022, + "line": 1038, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 37745, - "end": 37778, + "start": 38408, + "end": 38441, "loc": { "start": { - "line": 1022, + "line": 1038, "column": 12 }, "end": { - "line": 1022, + "line": 1038, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 37745, - "end": 37767, + "start": 38408, + "end": 38430, "loc": { "start": { - "line": 1022, + "line": 1038, "column": 12 }, "end": { - "line": 1022, + "line": 1038, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 37745, - "end": 37756, + "start": 38408, + "end": 38419, "loc": { "start": { - "line": 1022, + "line": 1038, "column": 12 }, "end": { - "line": 1022, + "line": 1038, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 37745, - "end": 37749, + "start": 38408, + "end": 38412, "loc": { "start": { - "line": 1022, + "line": 1038, "column": 12 }, "end": { - "line": 1022, + "line": 1038, "column": 16 } }, @@ -174528,15 +178344,15 @@ }, "property": { "type": "Identifier", - "start": 37750, - "end": 37756, + "start": 38413, + "end": 38419, "loc": { "start": { - "line": 1022, + "line": 1038, "column": 17 }, "end": { - "line": 1022, + "line": 1038, "column": 23 }, "identifierName": "player" @@ -174548,15 +178364,15 @@ }, "property": { "type": "Identifier", - "start": 37757, - "end": 37767, + "start": 38420, + "end": 38430, "loc": { "start": { - "line": 1022, + "line": 1038, "column": 24 }, "end": { - "line": 1022, + "line": 1038, "column": 34 }, "identifierName": "controlBar" @@ -174568,15 +178384,15 @@ }, "property": { "type": "Identifier", - "start": 37768, - "end": 37778, + "start": 38431, + "end": 38441, "loc": { "start": { - "line": 1022, + "line": 1038, "column": 35 }, "end": { - "line": 1022, + "line": 1038, "column": 45 }, "identifierName": "playToggle" @@ -174589,15 +178405,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 37783, - "end": 37792, + "start": 38446, + "end": 38455, "loc": { "start": { - "line": 1022, + "line": 1038, "column": 50 }, "end": { - "line": 1022, + "line": 1038, "column": 59 }, "identifierName": "undefined" @@ -174608,129 +178424,129 @@ }, "consequent": { "type": "BlockStatement", - "start": 37794, - "end": 37931, + "start": 38457, + "end": 38594, "loc": { "start": { - "line": 1022, + "line": 1038, "column": 61 }, "end": { - "line": 1025, + "line": 1041, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 37808, - "end": 37867, + "start": 38471, + "end": 38530, "loc": { "start": { - "line": 1023, + "line": 1039, "column": 12 }, "end": { - "line": 1023, + "line": 1039, "column": 71 } }, "expression": { "type": "CallExpression", - "start": 37808, - "end": 37866, + "start": 38471, + "end": 38529, "loc": { "start": { - "line": 1023, + "line": 1039, "column": 12 }, "end": { - "line": 1023, + "line": 1039, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 37808, - "end": 37853, + "start": 38471, + "end": 38516, "loc": { "start": { - "line": 1023, + "line": 1039, "column": 12 }, "end": { - "line": 1023, + "line": 1039, "column": 57 } }, "object": { "type": "MemberExpression", - "start": 37808, - "end": 37841, + "start": 38471, + "end": 38504, "loc": { "start": { - "line": 1023, + "line": 1039, "column": 12 }, "end": { - "line": 1023, + "line": 1039, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 37808, - "end": 37830, + "start": 38471, + "end": 38493, "loc": { "start": { - "line": 1023, + "line": 1039, "column": 12 }, "end": { - "line": 1023, + "line": 1039, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 37808, - "end": 37819, + "start": 38471, + "end": 38482, "loc": { "start": { - "line": 1023, + "line": 1039, "column": 12 }, "end": { - "line": 1023, + "line": 1039, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 37808, - "end": 37812, + "start": 38471, + "end": 38475, "loc": { "start": { - "line": 1023, + "line": 1039, "column": 12 }, "end": { - "line": 1023, + "line": 1039, "column": 16 } } }, "property": { "type": "Identifier", - "start": 37813, - "end": 37819, + "start": 38476, + "end": 38482, "loc": { "start": { - "line": 1023, + "line": 1039, "column": 17 }, "end": { - "line": 1023, + "line": 1039, "column": 23 }, "identifierName": "player" @@ -174741,15 +178557,15 @@ }, "property": { "type": "Identifier", - "start": 37820, - "end": 37830, + "start": 38483, + "end": 38493, "loc": { "start": { - "line": 1023, + "line": 1039, "column": 24 }, "end": { - "line": 1023, + "line": 1039, "column": 34 }, "identifierName": "controlBar" @@ -174760,15 +178576,15 @@ }, "property": { "type": "Identifier", - "start": 37831, - "end": 37841, + "start": 38494, + "end": 38504, "loc": { "start": { - "line": 1023, + "line": 1039, "column": 35 }, "end": { - "line": 1023, + "line": 1039, "column": 45 }, "identifierName": "playToggle" @@ -174779,15 +178595,15 @@ }, "property": { "type": "Identifier", - "start": 37842, - "end": 37853, + "start": 38505, + "end": 38516, "loc": { "start": { - "line": 1023, + "line": 1039, "column": 46 }, "end": { - "line": 1023, + "line": 1039, "column": 57 }, "identifierName": "removeClass" @@ -174799,15 +178615,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 37854, - "end": 37865, + "start": 38517, + "end": 38528, "loc": { "start": { - "line": 1023, + "line": 1039, "column": 58 }, "end": { - "line": 1023, + "line": 1039, "column": 69 } }, @@ -174822,114 +178638,114 @@ }, { "type": "ExpressionStatement", - "start": 37880, - "end": 37921, + "start": 38543, + "end": 38584, "loc": { "start": { - "line": 1024, + "line": 1040, "column": 12 }, "end": { - "line": 1024, + "line": 1040, "column": 53 } }, "expression": { "type": "CallExpression", - "start": 37880, - "end": 37920, + "start": 38543, + "end": 38583, "loc": { "start": { - "line": 1024, + "line": 1040, "column": 12 }, "end": { - "line": 1024, + "line": 1040, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 37880, - "end": 37918, + "start": 38543, + "end": 38581, "loc": { "start": { - "line": 1024, + "line": 1040, "column": 12 }, "end": { - "line": 1024, + "line": 1040, "column": 50 } }, "object": { "type": "MemberExpression", - "start": 37880, - "end": 37913, + "start": 38543, + "end": 38576, "loc": { "start": { - "line": 1024, + "line": 1040, "column": 12 }, "end": { - "line": 1024, + "line": 1040, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 37880, - "end": 37902, + "start": 38543, + "end": 38565, "loc": { "start": { - "line": 1024, + "line": 1040, "column": 12 }, "end": { - "line": 1024, + "line": 1040, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 37880, - "end": 37891, + "start": 38543, + "end": 38554, "loc": { "start": { - "line": 1024, + "line": 1040, "column": 12 }, "end": { - "line": 1024, + "line": 1040, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 37880, - "end": 37884, + "start": 38543, + "end": 38547, "loc": { "start": { - "line": 1024, + "line": 1040, "column": 12 }, "end": { - "line": 1024, + "line": 1040, "column": 16 } } }, "property": { "type": "Identifier", - "start": 37885, - "end": 37891, + "start": 38548, + "end": 38554, "loc": { "start": { - "line": 1024, + "line": 1040, "column": 17 }, "end": { - "line": 1024, + "line": 1040, "column": 23 }, "identifierName": "player" @@ -174940,15 +178756,15 @@ }, "property": { "type": "Identifier", - "start": 37892, - "end": 37902, + "start": 38555, + "end": 38565, "loc": { "start": { - "line": 1024, + "line": 1040, "column": 24 }, "end": { - "line": 1024, + "line": 1040, "column": 34 }, "identifierName": "controlBar" @@ -174959,15 +178775,15 @@ }, "property": { "type": "Identifier", - "start": 37903, - "end": 37913, + "start": 38566, + "end": 38576, "loc": { "start": { - "line": 1024, + "line": 1040, "column": 35 }, "end": { - "line": 1024, + "line": 1040, "column": 45 }, "identifierName": "playToggle" @@ -174978,15 +178794,15 @@ }, "property": { "type": "Identifier", - "start": 37914, - "end": 37918, + "start": 38577, + "end": 38581, "loc": { "start": { - "line": 1024, + "line": 1040, "column": 46 }, "end": { - "line": 1024, + "line": 1040, "column": 50 }, "identifierName": "show" @@ -175007,15 +178823,15 @@ { "type": "CommentLine", "value": " change the replay button back to a play button", - "start": 37683, - "end": 37732, + "start": 38346, + "end": 38395, "loc": { "start": { - "line": 1021, + "line": 1037, "column": 8 }, "end": { - "line": 1021, + "line": 1037, "column": 57 } } @@ -175025,15 +178841,15 @@ { "type": "CommentLine", "value": " notify converter", - "start": 37941, - "end": 37960, + "start": 38604, + "end": 38623, "loc": { "start": { - "line": 1027, + "line": 1043, "column": 8 }, "end": { - "line": 1027, + "line": 1043, "column": 27 } } @@ -175042,57 +178858,57 @@ }, { "type": "IfStatement", - "start": 37969, - "end": 38076, + "start": 38632, + "end": 38739, "loc": { "start": { - "line": 1028, + "line": 1044, "column": 8 }, "end": { - "line": 1030, + "line": 1046, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 37973, - "end": 38001, + "start": 38636, + "end": 38664, "loc": { "start": { - "line": 1028, + "line": 1044, "column": 12 }, "end": { - "line": 1028, + "line": 1044, "column": 40 } }, "left": { "type": "MemberExpression", - "start": 37973, - "end": 37987, + "start": 38636, + "end": 38650, "loc": { "start": { - "line": 1028, + "line": 1044, "column": 12 }, "end": { - "line": 1028, + "line": 1044, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 37973, - "end": 37977, + "start": 38636, + "end": 38640, "loc": { "start": { - "line": 1028, + "line": 1044, "column": 12 }, "end": { - "line": 1028, + "line": 1044, "column": 16 } }, @@ -175100,15 +178916,15 @@ }, "property": { "type": "Identifier", - "start": 37978, - "end": 37987, + "start": 38641, + "end": 38650, "loc": { "start": { - "line": 1028, + "line": 1044, "column": 17 }, "end": { - "line": 1028, + "line": 1044, "column": 26 }, "identifierName": "converter" @@ -175121,15 +178937,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 37992, - "end": 38001, + "start": 38655, + "end": 38664, "loc": { "start": { - "line": 1028, + "line": 1044, "column": 31 }, "end": { - "line": 1028, + "line": 1044, "column": 40 }, "identifierName": "undefined" @@ -175140,101 +178956,101 @@ }, "consequent": { "type": "BlockStatement", - "start": 38003, - "end": 38076, + "start": 38666, + "end": 38739, "loc": { "start": { - "line": 1028, + "line": 1044, "column": 42 }, "end": { - "line": 1030, + "line": 1046, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 38017, - "end": 38066, + "start": 38680, + "end": 38729, "loc": { "start": { - "line": 1029, + "line": 1045, "column": 12 }, "end": { - "line": 1029, + "line": 1045, "column": 61 } }, "expression": { "type": "CallExpression", - "start": 38017, - "end": 38065, + "start": 38680, + "end": 38728, "loc": { "start": { - "line": 1029, + "line": 1045, "column": 12 }, "end": { - "line": 1029, + "line": 1045, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 38017, - "end": 38039, + "start": 38680, + "end": 38702, "loc": { "start": { - "line": 1029, + "line": 1045, "column": 12 }, "end": { - "line": 1029, + "line": 1045, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 38017, - "end": 38031, + "start": 38680, + "end": 38694, "loc": { "start": { - "line": 1029, + "line": 1045, "column": 12 }, "end": { - "line": 1029, + "line": 1045, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 38017, - "end": 38021, + "start": 38680, + "end": 38684, "loc": { "start": { - "line": 1029, + "line": 1045, "column": 12 }, "end": { - "line": 1029, + "line": 1045, "column": 16 } } }, "property": { "type": "Identifier", - "start": 38022, - "end": 38031, + "start": 38685, + "end": 38694, "loc": { "start": { - "line": 1029, + "line": 1045, "column": 17 }, "end": { - "line": 1029, + "line": 1045, "column": 26 }, "identifierName": "converter" @@ -175245,15 +179061,15 @@ }, "property": { "type": "Identifier", - "start": 38032, - "end": 38039, + "start": 38695, + "end": 38702, "loc": { "start": { - "line": 1029, + "line": 1045, "column": 27 }, "end": { - "line": 1029, + "line": 1045, "column": 34 }, "identifierName": "convert" @@ -175265,58 +179081,58 @@ "arguments": [ { "type": "MemberExpression", - "start": 38040, - "end": 38064, + "start": 38703, + "end": 38727, "loc": { "start": { - "line": 1029, + "line": 1045, "column": 35 }, "end": { - "line": 1029, + "line": 1045, "column": 59 } }, "object": { "type": "MemberExpression", - "start": 38040, - "end": 38051, + "start": 38703, + "end": 38714, "loc": { "start": { - "line": 1029, + "line": 1045, "column": 35 }, "end": { - "line": 1029, + "line": 1045, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 38040, - "end": 38044, + "start": 38703, + "end": 38707, "loc": { "start": { - "line": 1029, + "line": 1045, "column": 35 }, "end": { - "line": 1029, + "line": 1045, "column": 39 } } }, "property": { "type": "Identifier", - "start": 38045, - "end": 38051, + "start": 38708, + "end": 38714, "loc": { "start": { - "line": 1029, + "line": 1045, "column": 40 }, "end": { - "line": 1029, + "line": 1045, "column": 46 }, "identifierName": "player" @@ -175327,15 +179143,15 @@ }, "property": { "type": "Identifier", - "start": 38052, - "end": 38064, + "start": 38715, + "end": 38727, "loc": { "start": { - "line": 1029, + "line": 1045, "column": 47 }, "end": { - "line": 1029, + "line": 1045, "column": 59 }, "identifierName": "recordedData" @@ -175356,15 +179172,15 @@ { "type": "CommentLine", "value": " notify converter", - "start": 37941, - "end": 37960, + "start": 38604, + "end": 38623, "loc": { "start": { - "line": 1027, + "line": 1043, "column": 8 }, "end": { - "line": 1027, + "line": 1043, "column": 27 } } @@ -175374,15 +179190,15 @@ { "type": "CommentLine", "value": " notify listeners that data is available", - "start": 38086, - "end": 38128, + "start": 38749, + "end": 38791, "loc": { "start": { - "line": 1032, + "line": 1048, "column": 8 }, "end": { - "line": 1032, + "line": 1048, "column": 50 } } @@ -175391,71 +179207,71 @@ }, { "type": "ExpressionStatement", - "start": 38137, - "end": 38178, + "start": 38800, + "end": 38841, "loc": { "start": { - "line": 1033, + "line": 1049, "column": 8 }, "end": { - "line": 1033, + "line": 1049, "column": 49 } }, "expression": { "type": "CallExpression", - "start": 38137, - "end": 38177, + "start": 38800, + "end": 38840, "loc": { "start": { - "line": 1033, + "line": 1049, "column": 8 }, "end": { - "line": 1033, + "line": 1049, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 38137, - "end": 38156, + "start": 38800, + "end": 38819, "loc": { "start": { - "line": 1033, + "line": 1049, "column": 8 }, "end": { - "line": 1033, + "line": 1049, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 38137, - "end": 38148, + "start": 38800, + "end": 38811, "loc": { "start": { - "line": 1033, + "line": 1049, "column": 8 }, "end": { - "line": 1033, + "line": 1049, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 38137, - "end": 38141, + "start": 38800, + "end": 38804, "loc": { "start": { - "line": 1033, + "line": 1049, "column": 8 }, "end": { - "line": 1033, + "line": 1049, "column": 12 } }, @@ -175463,15 +179279,15 @@ }, "property": { "type": "Identifier", - "start": 38142, - "end": 38148, + "start": 38805, + "end": 38811, "loc": { "start": { - "line": 1033, + "line": 1049, "column": 13 }, "end": { - "line": 1033, + "line": 1049, "column": 19 }, "identifierName": "player" @@ -175483,15 +179299,15 @@ }, "property": { "type": "Identifier", - "start": 38149, - "end": 38156, + "start": 38812, + "end": 38819, "loc": { "start": { - "line": 1033, + "line": 1049, "column": 20 }, "end": { - "line": 1033, + "line": 1049, "column": 27 }, "identifierName": "trigger" @@ -175504,29 +179320,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 38157, - "end": 38176, + "start": 38820, + "end": 38839, "loc": { "start": { - "line": 1033, + "line": 1049, "column": 28 }, "end": { - "line": 1033, + "line": 1049, "column": 47 } }, "object": { "type": "Identifier", - "start": 38157, - "end": 38162, + "start": 38820, + "end": 38825, "loc": { "start": { - "line": 1033, + "line": 1049, "column": 28 }, "end": { - "line": 1033, + "line": 1049, "column": 33 }, "identifierName": "Event" @@ -175535,15 +179351,15 @@ }, "property": { "type": "Identifier", - "start": 38163, - "end": 38176, + "start": 38826, + "end": 38839, "loc": { "start": { - "line": 1033, + "line": 1049, "column": 34 }, "end": { - "line": 1033, + "line": 1049, "column": 47 }, "identifierName": "FINISH_RECORD" @@ -175559,15 +179375,15 @@ { "type": "CommentLine", "value": " notify listeners that data is available", - "start": 38086, - "end": 38128, + "start": 38749, + "end": 38791, "loc": { "start": { - "line": 1032, + "line": 1048, "column": 8 }, "end": { - "line": 1032, + "line": 1048, "column": 50 } } @@ -175577,15 +179393,15 @@ { "type": "CommentLine", "value": " skip loading when player is destroyed after finishRecord event", - "start": 38188, - "end": 38253, + "start": 38851, + "end": 38916, "loc": { "start": { - "line": 1035, + "line": 1051, "column": 8 }, "end": { - "line": 1035, + "line": 1051, "column": 73 } } @@ -175594,57 +179410,57 @@ }, { "type": "IfStatement", - "start": 38262, - "end": 38317, + "start": 38925, + "end": 38980, "loc": { "start": { - "line": 1036, + "line": 1052, "column": 8 }, "end": { - "line": 1038, + "line": 1054, "column": 9 } }, "test": { "type": "CallExpression", - "start": 38266, - "end": 38284, + "start": 38929, + "end": 38947, "loc": { "start": { - "line": 1036, + "line": 1052, "column": 12 }, "end": { - "line": 1036, + "line": 1052, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 38266, - "end": 38282, + "start": 38929, + "end": 38945, "loc": { "start": { - "line": 1036, + "line": 1052, "column": 12 }, "end": { - "line": 1036, + "line": 1052, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 38266, - "end": 38270, + "start": 38929, + "end": 38933, "loc": { "start": { - "line": 1036, + "line": 1052, "column": 12 }, "end": { - "line": 1036, + "line": 1052, "column": 16 } }, @@ -175652,15 +179468,15 @@ }, "property": { "type": "Identifier", - "start": 38271, - "end": 38282, + "start": 38934, + "end": 38945, "loc": { "start": { - "line": 1036, + "line": 1052, "column": 17 }, "end": { - "line": 1036, + "line": 1052, "column": 28 }, "identifierName": "isDestroyed" @@ -175675,30 +179491,30 @@ }, "consequent": { "type": "BlockStatement", - "start": 38286, - "end": 38317, + "start": 38949, + "end": 38980, "loc": { "start": { - "line": 1036, + "line": 1052, "column": 32 }, "end": { - "line": 1038, + "line": 1054, "column": 9 } }, "body": [ { "type": "ReturnStatement", - "start": 38300, - "end": 38307, + "start": 38963, + "end": 38970, "loc": { "start": { - "line": 1037, + "line": 1053, "column": 12 }, "end": { - "line": 1037, + "line": 1053, "column": 19 } }, @@ -175713,15 +179529,15 @@ { "type": "CommentLine", "value": " skip loading when player is destroyed after finishRecord event", - "start": 38188, - "end": 38253, + "start": 38851, + "end": 38916, "loc": { "start": { - "line": 1035, + "line": 1051, "column": 8 }, "end": { - "line": 1035, + "line": 1051, "column": 73 } } @@ -175731,15 +179547,15 @@ { "type": "CommentLine", "value": " load and display recorded data", - "start": 38327, - "end": 38360, + "start": 38990, + "end": 39023, "loc": { "start": { - "line": 1040, + "line": 1056, "column": 8 }, "end": { - "line": 1040, + "line": 1056, "column": 41 } } @@ -175748,57 +179564,57 @@ }, { "type": "SwitchStatement", - "start": 38369, - "end": 41450, + "start": 39032, + "end": 42113, "loc": { "start": { - "line": 1041, + "line": 1057, "column": 8 }, "end": { - "line": 1126, + "line": 1142, "column": 9 } }, "discriminant": { "type": "CallExpression", - "start": 38377, - "end": 38397, + "start": 39040, + "end": 39060, "loc": { "start": { - "line": 1041, + "line": 1057, "column": 16 }, "end": { - "line": 1041, + "line": 1057, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 38377, - "end": 38395, + "start": 39040, + "end": 39058, "loc": { "start": { - "line": 1041, + "line": 1057, "column": 16 }, "end": { - "line": 1041, + "line": 1057, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 38377, - "end": 38381, + "start": 39040, + "end": 39044, "loc": { "start": { - "line": 1041, + "line": 1057, "column": 16 }, "end": { - "line": 1041, + "line": 1057, "column": 20 } }, @@ -175806,15 +179622,15 @@ }, "property": { "type": "Identifier", - "start": 38382, - "end": 38395, + "start": 39045, + "end": 39058, "loc": { "start": { - "line": 1041, + "line": 1057, "column": 21 }, "end": { - "line": 1041, + "line": 1057, "column": 34 }, "identifierName": "getRecordType" @@ -175830,86 +179646,86 @@ "cases": [ { "type": "SwitchCase", - "start": 38413, - "end": 39071, + "start": 39076, + "end": 39734, "loc": { "start": { - "line": 1042, + "line": 1058, "column": 12 }, "end": { - "line": 1060, + "line": 1076, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 38505, - "end": 38525, + "start": 39168, + "end": 39188, "loc": { "start": { - "line": 1044, + "line": 1060, "column": 16 }, "end": { - "line": 1044, + "line": 1060, "column": 36 } }, "expression": { "type": "CallExpression", - "start": 38505, - "end": 38524, + "start": 39168, + "end": 39187, "loc": { "start": { - "line": 1044, + "line": 1060, "column": 16 }, "end": { - "line": 1044, + "line": 1060, "column": 35 } }, "callee": { "type": "MemberExpression", - "start": 38505, - "end": 38522, + "start": 39168, + "end": 39185, "loc": { "start": { - "line": 1044, + "line": 1060, "column": 16 }, "end": { - "line": 1044, + "line": 1060, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 38505, - "end": 38516, + "start": 39168, + "end": 39179, "loc": { "start": { - "line": 1044, + "line": 1060, "column": 16 }, "end": { - "line": 1044, + "line": 1060, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 38505, - "end": 38509, + "start": 39168, + "end": 39172, "loc": { "start": { - "line": 1044, + "line": 1060, "column": 16 }, "end": { - "line": 1044, + "line": 1060, "column": 20 } }, @@ -175917,15 +179733,15 @@ }, "property": { "type": "Identifier", - "start": 38510, - "end": 38516, + "start": 39173, + "end": 39179, "loc": { "start": { - "line": 1044, + "line": 1060, "column": 21 }, "end": { - "line": 1044, + "line": 1060, "column": 27 }, "identifierName": "surfer" @@ -175937,15 +179753,15 @@ }, "property": { "type": "Identifier", - "start": 38517, - "end": 38522, + "start": 39180, + "end": 39185, "loc": { "start": { - "line": 1044, + "line": 1060, "column": 28 }, "end": { - "line": 1044, + "line": 1060, "column": 33 }, "identifierName": "pause" @@ -175962,15 +179778,15 @@ { "type": "CommentLine", "value": " pause player so user can start playback", - "start": 38446, - "end": 38488, + "start": 39109, + "end": 39151, "loc": { "start": { - "line": 1043, + "line": 1059, "column": 16 }, "end": { - "line": 1043, + "line": 1059, "column": 58 } } @@ -175980,15 +179796,15 @@ { "type": "CommentLine", "value": " setup events for playback", - "start": 38543, - "end": 38571, + "start": 39206, + "end": 39234, "loc": { "start": { - "line": 1046, + "line": 1062, "column": 16 }, "end": { - "line": 1046, + "line": 1062, "column": 44 } } @@ -175997,71 +179813,71 @@ }, { "type": "ExpressionStatement", - "start": 38588, - "end": 38626, + "start": 39251, + "end": 39289, "loc": { "start": { - "line": 1047, + "line": 1063, "column": 16 }, "end": { - "line": 1047, + "line": 1063, "column": 54 } }, "expression": { "type": "CallExpression", - "start": 38588, - "end": 38625, + "start": 39251, + "end": 39288, "loc": { "start": { - "line": 1047, + "line": 1063, "column": 16 }, "end": { - "line": 1047, + "line": 1063, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 38588, - "end": 38619, + "start": 39251, + "end": 39282, "loc": { "start": { - "line": 1047, + "line": 1063, "column": 16 }, "end": { - "line": 1047, + "line": 1063, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 38588, - "end": 38599, + "start": 39251, + "end": 39262, "loc": { "start": { - "line": 1047, + "line": 1063, "column": 16 }, "end": { - "line": 1047, + "line": 1063, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 38588, - "end": 38592, + "start": 39251, + "end": 39255, "loc": { "start": { - "line": 1047, + "line": 1063, "column": 16 }, "end": { - "line": 1047, + "line": 1063, "column": 20 } }, @@ -176069,15 +179885,15 @@ }, "property": { "type": "Identifier", - "start": 38593, - "end": 38599, + "start": 39256, + "end": 39262, "loc": { "start": { - "line": 1047, + "line": 1063, "column": 21 }, "end": { - "line": 1047, + "line": 1063, "column": 27 }, "identifierName": "surfer" @@ -176089,15 +179905,15 @@ }, "property": { "type": "Identifier", - "start": 38600, - "end": 38619, + "start": 39263, + "end": 39282, "loc": { "start": { - "line": 1047, + "line": 1063, "column": 28 }, "end": { - "line": 1047, + "line": 1063, "column": 47 }, "identifierName": "setupPlaybackEvents" @@ -176110,15 +179926,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 38620, - "end": 38624, + "start": 39283, + "end": 39287, "loc": { "start": { - "line": 1047, + "line": 1063, "column": 48 }, "end": { - "line": 1047, + "line": 1063, "column": 52 } }, @@ -176131,15 +179947,15 @@ { "type": "CommentLine", "value": " setup events for playback", - "start": 38543, - "end": 38571, + "start": 39206, + "end": 39234, "loc": { "start": { - "line": 1046, + "line": 1062, "column": 16 }, "end": { - "line": 1046, + "line": 1062, "column": 44 } } @@ -176149,15 +179965,15 @@ { "type": "CommentLine", "value": " display loader", - "start": 38644, - "end": 38661, + "start": 39307, + "end": 39324, "loc": { "start": { - "line": 1049, + "line": 1065, "column": 16 }, "end": { - "line": 1049, + "line": 1065, "column": 33 } } @@ -176166,85 +179982,85 @@ }, { "type": "ExpressionStatement", - "start": 38678, - "end": 38712, + "start": 39341, + "end": 39375, "loc": { "start": { - "line": 1050, + "line": 1066, "column": 16 }, "end": { - "line": 1050, + "line": 1066, "column": 50 } }, "expression": { "type": "CallExpression", - "start": 38678, - "end": 38711, + "start": 39341, + "end": 39374, "loc": { "start": { - "line": 1050, + "line": 1066, "column": 16 }, "end": { - "line": 1050, + "line": 1066, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 38678, - "end": 38709, + "start": 39341, + "end": 39372, "loc": { "start": { - "line": 1050, + "line": 1066, "column": 16 }, "end": { - "line": 1050, + "line": 1066, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 38678, - "end": 38704, + "start": 39341, + "end": 39367, "loc": { "start": { - "line": 1050, + "line": 1066, "column": 16 }, "end": { - "line": 1050, + "line": 1066, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 38678, - "end": 38689, + "start": 39341, + "end": 39352, "loc": { "start": { - "line": 1050, + "line": 1066, "column": 16 }, "end": { - "line": 1050, + "line": 1066, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 38678, - "end": 38682, + "start": 39341, + "end": 39345, "loc": { "start": { - "line": 1050, + "line": 1066, "column": 16 }, "end": { - "line": 1050, + "line": 1066, "column": 20 } }, @@ -176252,15 +180068,15 @@ }, "property": { "type": "Identifier", - "start": 38683, - "end": 38689, + "start": 39346, + "end": 39352, "loc": { "start": { - "line": 1050, + "line": 1066, "column": 21 }, "end": { - "line": 1050, + "line": 1066, "column": 27 }, "identifierName": "player" @@ -176272,15 +180088,15 @@ }, "property": { "type": "Identifier", - "start": 38690, - "end": 38704, + "start": 39353, + "end": 39367, "loc": { "start": { - "line": 1050, + "line": 1066, "column": 28 }, "end": { - "line": 1050, + "line": 1066, "column": 42 }, "identifierName": "loadingSpinner" @@ -176292,15 +180108,15 @@ }, "property": { "type": "Identifier", - "start": 38705, - "end": 38709, + "start": 39368, + "end": 39372, "loc": { "start": { - "line": 1050, + "line": 1066, "column": 43 }, "end": { - "line": 1050, + "line": 1066, "column": 47 }, "identifierName": "show" @@ -176317,15 +180133,15 @@ { "type": "CommentLine", "value": " display loader", - "start": 38644, - "end": 38661, + "start": 39307, + "end": 39324, "loc": { "start": { - "line": 1049, + "line": 1065, "column": 16 }, "end": { - "line": 1049, + "line": 1065, "column": 33 } } @@ -176335,15 +180151,15 @@ { "type": "CommentLine", "value": " restore interaction with controls after waveform", - "start": 38730, - "end": 38781, + "start": 39393, + "end": 39444, "loc": { "start": { - "line": 1052, + "line": 1068, "column": 16 }, "end": { - "line": 1052, + "line": 1068, "column": 67 } } @@ -176351,15 +180167,15 @@ { "type": "CommentLine", "value": " rendering is complete", - "start": 38798, - "end": 38822, + "start": 39461, + "end": 39485, "loc": { "start": { - "line": 1053, + "line": 1069, "column": 16 }, "end": { - "line": 1053, + "line": 1069, "column": 40 } } @@ -176368,85 +180184,85 @@ }, { "type": "ExpressionStatement", - "start": 38839, - "end": 38949, + "start": 39502, + "end": 39612, "loc": { "start": { - "line": 1054, + "line": 1070, "column": 16 }, "end": { - "line": 1056, + "line": 1072, "column": 19 } }, "expression": { "type": "CallExpression", - "start": 38839, - "end": 38948, + "start": 39502, + "end": 39611, "loc": { "start": { - "line": 1054, + "line": 1070, "column": 16 }, "end": { - "line": 1056, + "line": 1072, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 38839, - "end": 38862, + "start": 39502, + "end": 39525, "loc": { "start": { - "line": 1054, + "line": 1070, "column": 16 }, "end": { - "line": 1054, + "line": 1070, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 38839, - "end": 38857, + "start": 39502, + "end": 39520, "loc": { "start": { - "line": 1054, + "line": 1070, "column": 16 }, "end": { - "line": 1054, + "line": 1070, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 38839, - "end": 38850, + "start": 39502, + "end": 39513, "loc": { "start": { - "line": 1054, + "line": 1070, "column": 16 }, "end": { - "line": 1054, + "line": 1070, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 38839, - "end": 38843, + "start": 39502, + "end": 39506, "loc": { "start": { - "line": 1054, + "line": 1070, "column": 16 }, "end": { - "line": 1054, + "line": 1070, "column": 20 } }, @@ -176454,15 +180270,15 @@ }, "property": { "type": "Identifier", - "start": 38844, - "end": 38850, + "start": 39507, + "end": 39513, "loc": { "start": { - "line": 1054, + "line": 1070, "column": 21 }, "end": { - "line": 1054, + "line": 1070, "column": 27 }, "identifierName": "surfer" @@ -176474,15 +180290,15 @@ }, "property": { "type": "Identifier", - "start": 38851, - "end": 38857, + "start": 39514, + "end": 39520, "loc": { "start": { - "line": 1054, + "line": 1070, "column": 28 }, "end": { - "line": 1054, + "line": 1070, "column": 34 }, "identifierName": "surfer" @@ -176494,15 +180310,15 @@ }, "property": { "type": "Identifier", - "start": 38858, - "end": 38862, + "start": 39521, + "end": 39525, "loc": { "start": { - "line": 1054, + "line": 1070, "column": 35 }, "end": { - "line": 1054, + "line": 1070, "column": 39 }, "identifierName": "once" @@ -176515,29 +180331,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 38863, - "end": 38874, + "start": 39526, + "end": 39537, "loc": { "start": { - "line": 1054, + "line": 1070, "column": 40 }, "end": { - "line": 1054, + "line": 1070, "column": 51 } }, "object": { "type": "Identifier", - "start": 38863, - "end": 38868, + "start": 39526, + "end": 39531, "loc": { "start": { - "line": 1054, + "line": 1070, "column": 40 }, "end": { - "line": 1054, + "line": 1070, "column": 45 }, "identifierName": "Event" @@ -176546,15 +180362,15 @@ }, "property": { "type": "Identifier", - "start": 38869, - "end": 38874, + "start": 39532, + "end": 39537, "loc": { "start": { - "line": 1054, + "line": 1070, "column": 46 }, "end": { - "line": 1054, + "line": 1070, "column": 51 }, "identifierName": "READY" @@ -176565,15 +180381,15 @@ }, { "type": "ArrowFunctionExpression", - "start": 38876, - "end": 38947, + "start": 39539, + "end": 39610, "loc": { "start": { - "line": 1054, + "line": 1070, "column": 53 }, "end": { - "line": 1056, + "line": 1072, "column": 17 } }, @@ -176584,88 +180400,88 @@ "params": [], "body": { "type": "BlockStatement", - "start": 38882, - "end": 38947, + "start": 39545, + "end": 39610, "loc": { "start": { - "line": 1054, + "line": 1070, "column": 59 }, "end": { - "line": 1056, + "line": 1072, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 38904, - "end": 38929, + "start": 39567, + "end": 39592, "loc": { "start": { - "line": 1055, + "line": 1071, "column": 20 }, "end": { - "line": 1055, + "line": 1071, "column": 45 } }, "expression": { "type": "AssignmentExpression", - "start": 38904, - "end": 38928, + "start": 39567, + "end": 39591, "loc": { "start": { - "line": 1055, + "line": 1071, "column": 20 }, "end": { - "line": 1055, + "line": 1071, "column": 44 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 38904, - "end": 38920, + "start": 39567, + "end": 39583, "loc": { "start": { - "line": 1055, + "line": 1071, "column": 20 }, "end": { - "line": 1055, + "line": 1071, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 38904, - "end": 38908, + "start": 39567, + "end": 39571, "loc": { "start": { - "line": 1055, + "line": 1071, "column": 20 }, "end": { - "line": 1055, + "line": 1071, "column": 24 } } }, "property": { "type": "Identifier", - "start": 38909, - "end": 38920, + "start": 39572, + "end": 39583, "loc": { "start": { - "line": 1055, + "line": 1071, "column": 25 }, "end": { - "line": 1055, + "line": 1071, "column": 36 }, "identifierName": "_processing" @@ -176676,15 +180492,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 38923, - "end": 38928, + "start": 39586, + "end": 39591, "loc": { "start": { - "line": 1055, + "line": 1071, "column": 39 }, "end": { - "line": 1055, + "line": 1071, "column": 44 } }, @@ -176703,15 +180519,15 @@ { "type": "CommentLine", "value": " restore interaction with controls after waveform", - "start": 38730, - "end": 38781, + "start": 39393, + "end": 39444, "loc": { "start": { - "line": 1052, + "line": 1068, "column": 16 }, "end": { - "line": 1052, + "line": 1068, "column": 67 } } @@ -176719,15 +180535,15 @@ { "type": "CommentLine", "value": " rendering is complete", - "start": 38798, - "end": 38822, + "start": 39461, + "end": 39485, "loc": { "start": { - "line": 1053, + "line": 1069, "column": 16 }, "end": { - "line": 1053, + "line": 1069, "column": 40 } } @@ -176737,15 +180553,15 @@ { "type": "CommentLine", "value": " visualize recorded stream", - "start": 38967, - "end": 38995, + "start": 39630, + "end": 39658, "loc": { "start": { - "line": 1058, + "line": 1074, "column": 16 }, "end": { - "line": 1058, + "line": 1074, "column": 44 } } @@ -176754,57 +180570,57 @@ }, { "type": "ExpressionStatement", - "start": 39012, - "end": 39048, + "start": 39675, + "end": 39711, "loc": { "start": { - "line": 1059, + "line": 1075, "column": 16 }, "end": { - "line": 1059, + "line": 1075, "column": 52 } }, "expression": { "type": "CallExpression", - "start": 39012, - "end": 39047, + "start": 39675, + "end": 39710, "loc": { "start": { - "line": 1059, + "line": 1075, "column": 16 }, "end": { - "line": 1059, + "line": 1075, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 39012, - "end": 39021, + "start": 39675, + "end": 39684, "loc": { "start": { - "line": 1059, + "line": 1075, "column": 16 }, "end": { - "line": 1059, + "line": 1075, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 39012, - "end": 39016, + "start": 39675, + "end": 39679, "loc": { "start": { - "line": 1059, + "line": 1075, "column": 16 }, "end": { - "line": 1059, + "line": 1075, "column": 20 } }, @@ -176812,15 +180628,15 @@ }, "property": { "type": "Identifier", - "start": 39017, - "end": 39021, + "start": 39680, + "end": 39684, "loc": { "start": { - "line": 1059, + "line": 1075, "column": 21 }, "end": { - "line": 1059, + "line": 1075, "column": 25 }, "identifierName": "load" @@ -176833,58 +180649,58 @@ "arguments": [ { "type": "MemberExpression", - "start": 39022, - "end": 39046, + "start": 39685, + "end": 39709, "loc": { "start": { - "line": 1059, + "line": 1075, "column": 26 }, "end": { - "line": 1059, + "line": 1075, "column": 50 } }, "object": { "type": "MemberExpression", - "start": 39022, - "end": 39033, + "start": 39685, + "end": 39696, "loc": { "start": { - "line": 1059, + "line": 1075, "column": 26 }, "end": { - "line": 1059, + "line": 1075, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 39022, - "end": 39026, + "start": 39685, + "end": 39689, "loc": { "start": { - "line": 1059, + "line": 1075, "column": 26 }, "end": { - "line": 1059, + "line": 1075, "column": 30 } } }, "property": { "type": "Identifier", - "start": 39027, - "end": 39033, + "start": 39690, + "end": 39696, "loc": { "start": { - "line": 1059, + "line": 1075, "column": 31 }, "end": { - "line": 1059, + "line": 1075, "column": 37 }, "identifierName": "player" @@ -176895,15 +180711,15 @@ }, "property": { "type": "Identifier", - "start": 39034, - "end": 39046, + "start": 39697, + "end": 39709, "loc": { "start": { - "line": 1059, + "line": 1075, "column": 38 }, "end": { - "line": 1059, + "line": 1075, "column": 50 }, "identifierName": "recordedData" @@ -176919,15 +180735,15 @@ { "type": "CommentLine", "value": " visualize recorded stream", - "start": 38967, - "end": 38995, + "start": 39630, + "end": 39658, "loc": { "start": { - "line": 1058, + "line": 1074, "column": 16 }, "end": { - "line": 1058, + "line": 1074, "column": 44 } } @@ -176936,15 +180752,15 @@ }, { "type": "BreakStatement", - "start": 39065, - "end": 39071, + "start": 39728, + "end": 39734, "loc": { "start": { - "line": 1060, + "line": 1076, "column": 16 }, "end": { - "line": 1060, + "line": 1076, "column": 22 } }, @@ -176953,15 +180769,15 @@ ], "test": { "type": "Identifier", - "start": 38418, - "end": 38428, + "start": 39081, + "end": 39091, "loc": { "start": { - "line": 1042, + "line": 1058, "column": 17 }, "end": { - "line": 1042, + "line": 1058, "column": 27 }, "identifierName": "AUDIO_ONLY" @@ -176971,30 +180787,30 @@ }, { "type": "SwitchCase", - "start": 39085, - "end": 39101, + "start": 39748, + "end": 39764, "loc": { "start": { - "line": 1062, + "line": 1078, "column": 12 }, "end": { - "line": 1062, + "line": 1078, "column": 28 } }, "consequent": [], "test": { "type": "Identifier", - "start": 39090, - "end": 39100, + "start": 39753, + "end": 39763, "loc": { "start": { - "line": 1062, + "line": 1078, "column": 17 }, "end": { - "line": 1062, + "line": 1078, "column": 27 }, "identifierName": "VIDEO_ONLY" @@ -177004,30 +180820,30 @@ }, { "type": "SwitchCase", - "start": 39114, - "end": 39131, + "start": 39777, + "end": 39794, "loc": { "start": { - "line": 1063, + "line": 1079, "column": 12 }, "end": { - "line": 1063, + "line": 1079, "column": 29 } }, "consequent": [], "test": { "type": "Identifier", - "start": 39119, - "end": 39130, + "start": 39782, + "end": 39793, "loc": { "start": { - "line": 1063, + "line": 1079, "column": 17 }, "end": { - "line": 1063, + "line": 1079, "column": 28 }, "identifierName": "AUDIO_VIDEO" @@ -177037,30 +180853,30 @@ }, { "type": "SwitchCase", - "start": 39144, - "end": 39162, + "start": 39807, + "end": 39825, "loc": { "start": { - "line": 1064, + "line": 1080, "column": 12 }, "end": { - "line": 1064, + "line": 1080, "column": 30 } }, "consequent": [], "test": { "type": "Identifier", - "start": 39149, - "end": 39161, + "start": 39812, + "end": 39824, "loc": { "start": { - "line": 1064, + "line": 1080, "column": 17 }, "end": { - "line": 1064, + "line": 1080, "column": 29 }, "identifierName": "AUDIO_SCREEN" @@ -177070,86 +180886,86 @@ }, { "type": "SwitchCase", - "start": 39175, - "end": 40603, + "start": 39838, + "end": 41266, "loc": { "start": { - "line": 1065, + "line": 1081, "column": 12 }, "end": { - "line": 1099, + "line": 1115, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 39394, - "end": 40483, + "start": 40057, + "end": 41146, "loc": { "start": { - "line": 1069, + "line": 1085, "column": 16 }, "end": { - "line": 1095, + "line": 1111, "column": 19 } }, "expression": { "type": "CallExpression", - "start": 39394, - "end": 40482, + "start": 40057, + "end": 41145, "loc": { "start": { - "line": 1069, + "line": 1085, "column": 16 }, "end": { - "line": 1095, + "line": 1111, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 39394, - "end": 39409, + "start": 40057, + "end": 40072, "loc": { "start": { - "line": 1069, + "line": 1085, "column": 16 }, "end": { - "line": 1069, + "line": 1085, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 39394, - "end": 39405, + "start": 40057, + "end": 40068, "loc": { "start": { - "line": 1069, + "line": 1085, "column": 16 }, "end": { - "line": 1069, + "line": 1085, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 39394, - "end": 39398, + "start": 40057, + "end": 40061, "loc": { "start": { - "line": 1069, + "line": 1085, "column": 16 }, "end": { - "line": 1069, + "line": 1085, "column": 20 } }, @@ -177157,15 +180973,15 @@ }, "property": { "type": "Identifier", - "start": 39399, - "end": 39405, + "start": 40062, + "end": 40068, "loc": { "start": { - "line": 1069, + "line": 1085, "column": 21 }, "end": { - "line": 1069, + "line": 1085, "column": 27 }, "identifierName": "player" @@ -177177,15 +180993,15 @@ }, "property": { "type": "Identifier", - "start": 39406, - "end": 39409, + "start": 40069, + "end": 40072, "loc": { "start": { - "line": 1069, + "line": 1085, "column": 28 }, "end": { - "line": 1069, + "line": 1085, "column": 31 }, "identifierName": "one" @@ -177198,29 +181014,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 39410, - "end": 39421, + "start": 40073, + "end": 40084, "loc": { "start": { - "line": 1069, + "line": 1085, "column": 32 }, "end": { - "line": 1069, + "line": 1085, "column": 43 } }, "object": { "type": "Identifier", - "start": 39410, - "end": 39415, + "start": 40073, + "end": 40078, "loc": { "start": { - "line": 1069, + "line": 1085, "column": 32 }, "end": { - "line": 1069, + "line": 1085, "column": 37 }, "identifierName": "Event" @@ -177229,15 +181045,15 @@ }, "property": { "type": "Identifier", - "start": 39416, - "end": 39421, + "start": 40079, + "end": 40084, "loc": { "start": { - "line": 1069, + "line": 1085, "column": 38 }, "end": { - "line": 1069, + "line": 1085, "column": 43 }, "identifierName": "PAUSE" @@ -177248,15 +181064,15 @@ }, { "type": "ArrowFunctionExpression", - "start": 39423, - "end": 40481, + "start": 40086, + "end": 41144, "loc": { "start": { - "line": 1069, + "line": 1085, "column": 45 }, "end": { - "line": 1095, + "line": 1111, "column": 17 } }, @@ -177267,73 +181083,73 @@ "params": [], "body": { "type": "BlockStatement", - "start": 39429, - "end": 40481, + "start": 40092, + "end": 41144, "loc": { "start": { - "line": 1069, + "line": 1085, "column": 51 }, "end": { - "line": 1095, + "line": 1111, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 39494, - "end": 39519, + "start": 40157, + "end": 40182, "loc": { "start": { - "line": 1071, + "line": 1087, "column": 20 }, "end": { - "line": 1071, + "line": 1087, "column": 45 } }, "expression": { "type": "AssignmentExpression", - "start": 39494, - "end": 39518, + "start": 40157, + "end": 40181, "loc": { "start": { - "line": 1071, + "line": 1087, "column": 20 }, "end": { - "line": 1071, + "line": 1087, "column": 44 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 39494, - "end": 39510, + "start": 40157, + "end": 40173, "loc": { "start": { - "line": 1071, + "line": 1087, "column": 20 }, "end": { - "line": 1071, + "line": 1087, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 39494, - "end": 39498, + "start": 40157, + "end": 40161, "loc": { "start": { - "line": 1071, + "line": 1087, "column": 20 }, "end": { - "line": 1071, + "line": 1087, "column": 24 } }, @@ -177341,15 +181157,15 @@ }, "property": { "type": "Identifier", - "start": 39499, - "end": 39510, + "start": 40162, + "end": 40173, "loc": { "start": { - "line": 1071, + "line": 1087, "column": 25 }, "end": { - "line": 1071, + "line": 1087, "column": 36 }, "identifierName": "_processing" @@ -177361,15 +181177,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 39513, - "end": 39518, + "start": 40176, + "end": 40181, "loc": { "start": { - "line": 1071, + "line": 1087, "column": 39 }, "end": { - "line": 1071, + "line": 1087, "column": 44 } }, @@ -177381,15 +181197,15 @@ { "type": "CommentLine", "value": " video data is ready", - "start": 39451, - "end": 39473, + "start": 40114, + "end": 40136, "loc": { "start": { - "line": 1070, + "line": 1086, "column": 20 }, "end": { - "line": 1070, + "line": 1086, "column": 42 } } @@ -177399,15 +181215,15 @@ { "type": "CommentLine", "value": " hide loader", - "start": 39541, - "end": 39555, + "start": 40204, + "end": 40218, "loc": { "start": { - "line": 1073, + "line": 1089, "column": 20 }, "end": { - "line": 1073, + "line": 1089, "column": 34 } } @@ -177416,85 +181232,85 @@ }, { "type": "ExpressionStatement", - "start": 39576, - "end": 39610, + "start": 40239, + "end": 40273, "loc": { "start": { - "line": 1074, + "line": 1090, "column": 20 }, "end": { - "line": 1074, + "line": 1090, "column": 54 } }, "expression": { "type": "CallExpression", - "start": 39576, - "end": 39609, + "start": 40239, + "end": 40272, "loc": { "start": { - "line": 1074, + "line": 1090, "column": 20 }, "end": { - "line": 1074, + "line": 1090, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 39576, - "end": 39607, + "start": 40239, + "end": 40270, "loc": { "start": { - "line": 1074, + "line": 1090, "column": 20 }, "end": { - "line": 1074, + "line": 1090, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 39576, - "end": 39602, + "start": 40239, + "end": 40265, "loc": { "start": { - "line": 1074, + "line": 1090, "column": 20 }, "end": { - "line": 1074, + "line": 1090, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 39576, - "end": 39587, + "start": 40239, + "end": 40250, "loc": { "start": { - "line": 1074, + "line": 1090, "column": 20 }, "end": { - "line": 1074, + "line": 1090, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 39576, - "end": 39580, + "start": 40239, + "end": 40243, "loc": { "start": { - "line": 1074, + "line": 1090, "column": 20 }, "end": { - "line": 1074, + "line": 1090, "column": 24 } }, @@ -177502,15 +181318,15 @@ }, "property": { "type": "Identifier", - "start": 39581, - "end": 39587, + "start": 40244, + "end": 40250, "loc": { "start": { - "line": 1074, + "line": 1090, "column": 25 }, "end": { - "line": 1074, + "line": 1090, "column": 31 }, "identifierName": "player" @@ -177522,15 +181338,15 @@ }, "property": { "type": "Identifier", - "start": 39588, - "end": 39602, + "start": 40251, + "end": 40265, "loc": { "start": { - "line": 1074, + "line": 1090, "column": 32 }, "end": { - "line": 1074, + "line": 1090, "column": 46 }, "identifierName": "loadingSpinner" @@ -177542,15 +181358,15 @@ }, "property": { "type": "Identifier", - "start": 39603, - "end": 39607, + "start": 40266, + "end": 40270, "loc": { "start": { - "line": 1074, + "line": 1090, "column": 47 }, "end": { - "line": 1074, + "line": 1090, "column": 51 }, "identifierName": "hide" @@ -177567,15 +181383,15 @@ { "type": "CommentLine", "value": " hide loader", - "start": 39541, - "end": 39555, + "start": 40204, + "end": 40218, "loc": { "start": { - "line": 1073, + "line": 1089, "column": 20 }, "end": { - "line": 1073, + "line": 1089, "column": 34 } } @@ -177585,15 +181401,15 @@ { "type": "CommentLine", "value": " show stream total duration", - "start": 39632, - "end": 39661, + "start": 40295, + "end": 40324, "loc": { "start": { - "line": 1076, + "line": 1092, "column": 20 }, "end": { - "line": 1076, + "line": 1092, "column": 49 } } @@ -177602,57 +181418,57 @@ }, { "type": "ExpressionStatement", - "start": 39682, - "end": 39720, + "start": 40345, + "end": 40383, "loc": { "start": { - "line": 1077, + "line": 1093, "column": 20 }, "end": { - "line": 1077, + "line": 1093, "column": 58 } }, "expression": { "type": "CallExpression", - "start": 39682, - "end": 39719, + "start": 40345, + "end": 40382, "loc": { "start": { - "line": 1077, + "line": 1093, "column": 20 }, "end": { - "line": 1077, + "line": 1093, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 39682, - "end": 39698, + "start": 40345, + "end": 40361, "loc": { "start": { - "line": 1077, + "line": 1093, "column": 20 }, "end": { - "line": 1077, + "line": 1093, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 39682, - "end": 39686, + "start": 40345, + "end": 40349, "loc": { "start": { - "line": 1077, + "line": 1093, "column": 20 }, "end": { - "line": 1077, + "line": 1093, "column": 24 } }, @@ -177660,15 +181476,15 @@ }, "property": { "type": "Identifier", - "start": 39687, - "end": 39698, + "start": 40350, + "end": 40361, "loc": { "start": { - "line": 1077, + "line": 1093, "column": 25 }, "end": { - "line": 1077, + "line": 1093, "column": 36 }, "identifierName": "setDuration" @@ -177681,44 +181497,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 39699, - "end": 39718, + "start": 40362, + "end": 40381, "loc": { "start": { - "line": 1077, + "line": 1093, "column": 37 }, "end": { - "line": 1077, + "line": 1093, "column": 56 } }, "object": { "type": "ThisExpression", - "start": 39699, - "end": 39703, + "start": 40362, + "end": 40366, "loc": { "start": { - "line": 1077, + "line": 1093, "column": 37 }, "end": { - "line": 1077, + "line": 1093, "column": 41 } } }, "property": { "type": "Identifier", - "start": 39704, - "end": 39718, + "start": 40367, + "end": 40381, "loc": { "start": { - "line": 1077, + "line": 1093, "column": 42 }, "end": { - "line": 1077, + "line": 1093, "column": 56 }, "identifierName": "streamDuration" @@ -177734,15 +181550,15 @@ { "type": "CommentLine", "value": " show stream total duration", - "start": 39632, - "end": 39661, + "start": 40295, + "end": 40324, "loc": { "start": { - "line": 1076, + "line": 1092, "column": 20 }, "end": { - "line": 1076, + "line": 1092, "column": 49 } } @@ -177752,15 +181568,15 @@ { "type": "CommentLine", "value": " update time during playback and at end", - "start": 39742, - "end": 39783, + "start": 40405, + "end": 40446, "loc": { "start": { - "line": 1079, + "line": 1095, "column": 20 }, "end": { - "line": 1079, + "line": 1095, "column": 61 } } @@ -177769,57 +181585,57 @@ }, { "type": "ExpressionStatement", - "start": 39804, - "end": 39892, + "start": 40467, + "end": 40555, "loc": { "start": { - "line": 1080, + "line": 1096, "column": 20 }, "end": { - "line": 1081, + "line": 1097, "column": 49 } }, "expression": { "type": "CallExpression", - "start": 39804, - "end": 39891, + "start": 40467, + "end": 40554, "loc": { "start": { - "line": 1080, + "line": 1096, "column": 20 }, "end": { - "line": 1081, + "line": 1097, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 39804, - "end": 39811, + "start": 40467, + "end": 40474, "loc": { "start": { - "line": 1080, + "line": 1096, "column": 20 }, "end": { - "line": 1080, + "line": 1096, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 39804, - "end": 39808, + "start": 40467, + "end": 40471, "loc": { "start": { - "line": 1080, + "line": 1096, "column": 20 }, "end": { - "line": 1080, + "line": 1096, "column": 24 } }, @@ -177827,15 +181643,15 @@ }, "property": { "type": "Identifier", - "start": 39809, - "end": 39811, + "start": 40472, + "end": 40474, "loc": { "start": { - "line": 1080, + "line": 1096, "column": 25 }, "end": { - "line": 1080, + "line": 1096, "column": 27 }, "identifierName": "on" @@ -177848,44 +181664,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 39812, - "end": 39823, + "start": 40475, + "end": 40486, "loc": { "start": { - "line": 1080, + "line": 1096, "column": 28 }, "end": { - "line": 1080, + "line": 1096, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 39812, - "end": 39816, + "start": 40475, + "end": 40479, "loc": { "start": { - "line": 1080, + "line": 1096, "column": 28 }, "end": { - "line": 1080, + "line": 1096, "column": 32 } } }, "property": { "type": "Identifier", - "start": 39817, - "end": 39823, + "start": 40480, + "end": 40486, "loc": { "start": { - "line": 1080, + "line": 1096, "column": 33 }, "end": { - "line": 1080, + "line": 1096, "column": 39 }, "identifierName": "player" @@ -177896,29 +181712,29 @@ }, { "type": "MemberExpression", - "start": 39825, - "end": 39841, + "start": 40488, + "end": 40504, "loc": { "start": { - "line": 1080, + "line": 1096, "column": 41 }, "end": { - "line": 1080, + "line": 1096, "column": 57 } }, "object": { "type": "Identifier", - "start": 39825, - "end": 39830, + "start": 40488, + "end": 40493, "loc": { "start": { - "line": 1080, + "line": 1096, "column": 41 }, "end": { - "line": 1080, + "line": 1096, "column": 46 }, "identifierName": "Event" @@ -177927,15 +181743,15 @@ }, "property": { "type": "Identifier", - "start": 39831, - "end": 39841, + "start": 40494, + "end": 40504, "loc": { "start": { - "line": 1080, + "line": 1096, "column": 47 }, "end": { - "line": 1080, + "line": 1096, "column": 57 }, "identifierName": "TIMEUPDATE" @@ -177946,44 +181762,44 @@ }, { "type": "MemberExpression", - "start": 39867, - "end": 39890, + "start": 40530, + "end": 40553, "loc": { "start": { - "line": 1081, + "line": 1097, "column": 24 }, "end": { - "line": 1081, + "line": 1097, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 39867, - "end": 39871, + "start": 40530, + "end": 40534, "loc": { "start": { - "line": 1081, + "line": 1097, "column": 24 }, "end": { - "line": 1081, + "line": 1097, "column": 28 } } }, "property": { "type": "Identifier", - "start": 39872, - "end": 39890, + "start": 40535, + "end": 40553, "loc": { "start": { - "line": 1081, + "line": 1097, "column": 29 }, "end": { - "line": 1081, + "line": 1097, "column": 47 }, "identifierName": "playbackTimeUpdate" @@ -177999,15 +181815,15 @@ { "type": "CommentLine", "value": " update time during playback and at end", - "start": 39742, - "end": 39783, + "start": 40405, + "end": 40446, "loc": { "start": { - "line": 1079, + "line": 1095, "column": 20 }, "end": { - "line": 1079, + "line": 1095, "column": 61 } } @@ -178016,72 +181832,72 @@ }, { "type": "ExpressionStatement", - "start": 39913, - "end": 39996, + "start": 40576, + "end": 40659, "loc": { "start": { - "line": 1082, + "line": 1098, "column": 20 }, "end": { - "line": 1083, + "line": 1099, "column": 49 } }, "expression": { "type": "CallExpression", - "start": 39913, - "end": 39995, + "start": 40576, + "end": 40658, "loc": { "start": { - "line": 1082, + "line": 1098, "column": 20 }, "end": { - "line": 1083, + "line": 1099, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 39913, - "end": 39920, + "start": 40576, + "end": 40583, "loc": { "start": { - "line": 1082, + "line": 1098, "column": 20 }, "end": { - "line": 1082, + "line": 1098, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 39913, - "end": 39917, + "start": 40576, + "end": 40580, "loc": { "start": { - "line": 1082, + "line": 1098, "column": 20 }, "end": { - "line": 1082, + "line": 1098, "column": 24 } } }, "property": { "type": "Identifier", - "start": 39918, - "end": 39920, + "start": 40581, + "end": 40583, "loc": { "start": { - "line": 1082, + "line": 1098, "column": 25 }, "end": { - "line": 1082, + "line": 1098, "column": 27 }, "identifierName": "on" @@ -178093,44 +181909,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 39921, - "end": 39932, + "start": 40584, + "end": 40595, "loc": { "start": { - "line": 1082, + "line": 1098, "column": 28 }, "end": { - "line": 1082, + "line": 1098, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 39921, - "end": 39925, + "start": 40584, + "end": 40588, "loc": { "start": { - "line": 1082, + "line": 1098, "column": 28 }, "end": { - "line": 1082, + "line": 1098, "column": 32 } } }, "property": { "type": "Identifier", - "start": 39926, - "end": 39932, + "start": 40589, + "end": 40595, "loc": { "start": { - "line": 1082, + "line": 1098, "column": 33 }, "end": { - "line": 1082, + "line": 1098, "column": 39 }, "identifierName": "player" @@ -178141,29 +181957,29 @@ }, { "type": "MemberExpression", - "start": 39934, - "end": 39945, + "start": 40597, + "end": 40608, "loc": { "start": { - "line": 1082, + "line": 1098, "column": 41 }, "end": { - "line": 1082, + "line": 1098, "column": 52 } }, "object": { "type": "Identifier", - "start": 39934, - "end": 39939, + "start": 40597, + "end": 40602, "loc": { "start": { - "line": 1082, + "line": 1098, "column": 41 }, "end": { - "line": 1082, + "line": 1098, "column": 46 }, "identifierName": "Event" @@ -178172,15 +181988,15 @@ }, "property": { "type": "Identifier", - "start": 39940, - "end": 39945, + "start": 40603, + "end": 40608, "loc": { "start": { - "line": 1082, + "line": 1098, "column": 47 }, "end": { - "line": 1082, + "line": 1098, "column": 52 }, "identifierName": "ENDED" @@ -178191,44 +182007,44 @@ }, { "type": "MemberExpression", - "start": 39971, - "end": 39994, + "start": 40634, + "end": 40657, "loc": { "start": { - "line": 1083, + "line": 1099, "column": 24 }, "end": { - "line": 1083, + "line": 1099, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 39971, - "end": 39975, + "start": 40634, + "end": 40638, "loc": { "start": { - "line": 1083, + "line": 1099, "column": 24 }, "end": { - "line": 1083, + "line": 1099, "column": 28 } } }, "property": { "type": "Identifier", - "start": 39976, - "end": 39994, + "start": 40639, + "end": 40657, "loc": { "start": { - "line": 1083, + "line": 1099, "column": 29 }, "end": { - "line": 1083, + "line": 1099, "column": 47 }, "identifierName": "playbackTimeUpdate" @@ -178243,15 +182059,15 @@ { "type": "CommentLine", "value": " unmute local audio during playback", - "start": 40018, - "end": 40055, + "start": 40681, + "end": 40718, "loc": { "start": { - "line": 1085, + "line": 1101, "column": 20 }, "end": { - "line": 1085, + "line": 1101, "column": 57 } } @@ -178260,85 +182076,85 @@ }, { "type": "IfStatement", - "start": 40076, - "end": 40362, + "start": 40739, + "end": 41025, "loc": { "start": { - "line": 1086, + "line": 1102, "column": 20 }, "end": { - "line": 1091, + "line": 1107, "column": 21 } }, "test": { "type": "LogicalExpression", - "start": 40080, - "end": 40157, + "start": 40743, + "end": 40820, "loc": { "start": { - "line": 1086, + "line": 1102, "column": 24 }, "end": { - "line": 1086, + "line": 1102, "column": 101 } }, "left": { "type": "BinaryExpression", - "start": 40080, - "end": 40116, + "start": 40743, + "end": 40779, "loc": { "start": { - "line": 1086, + "line": 1102, "column": 24 }, "end": { - "line": 1086, + "line": 1102, "column": 60 } }, "left": { "type": "CallExpression", - "start": 40080, - "end": 40100, + "start": 40743, + "end": 40763, "loc": { "start": { - "line": 1086, + "line": 1102, "column": 24 }, "end": { - "line": 1086, + "line": 1102, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 40080, - "end": 40098, + "start": 40743, + "end": 40761, "loc": { "start": { - "line": 1086, + "line": 1102, "column": 24 }, "end": { - "line": 1086, + "line": 1102, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 40080, - "end": 40084, + "start": 40743, + "end": 40747, "loc": { "start": { - "line": 1086, + "line": 1102, "column": 24 }, "end": { - "line": 1086, + "line": 1102, "column": 28 } }, @@ -178346,15 +182162,15 @@ }, "property": { "type": "Identifier", - "start": 40085, - "end": 40098, + "start": 40748, + "end": 40761, "loc": { "start": { - "line": 1086, + "line": 1102, "column": 29 }, "end": { - "line": 1086, + "line": 1102, "column": 42 }, "identifierName": "getRecordType" @@ -178370,15 +182186,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 40105, - "end": 40116, + "start": 40768, + "end": 40779, "loc": { "start": { - "line": 1086, + "line": 1102, "column": 49 }, "end": { - "line": 1086, + "line": 1102, "column": 60 }, "identifierName": "AUDIO_VIDEO" @@ -178390,72 +182206,72 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 40120, - "end": 40157, + "start": 40783, + "end": 40820, "loc": { "start": { - "line": 1086, + "line": 1102, "column": 64 }, "end": { - "line": 1086, + "line": 1102, "column": 101 } }, "left": { "type": "CallExpression", - "start": 40120, - "end": 40140, + "start": 40783, + "end": 40803, "loc": { "start": { - "line": 1086, + "line": 1102, "column": 64 }, "end": { - "line": 1086, + "line": 1102, "column": 84 } }, "callee": { "type": "MemberExpression", - "start": 40120, - "end": 40138, + "start": 40783, + "end": 40801, "loc": { "start": { - "line": 1086, + "line": 1102, "column": 64 }, "end": { - "line": 1086, + "line": 1102, "column": 82 } }, "object": { "type": "ThisExpression", - "start": 40120, - "end": 40124, + "start": 40783, + "end": 40787, "loc": { "start": { - "line": 1086, + "line": 1102, "column": 64 }, "end": { - "line": 1086, + "line": 1102, "column": 68 } } }, "property": { "type": "Identifier", - "start": 40125, - "end": 40138, + "start": 40788, + "end": 40801, "loc": { "start": { - "line": 1086, + "line": 1102, "column": 69 }, "end": { - "line": 1086, + "line": 1102, "column": 82 }, "identifierName": "getRecordType" @@ -178469,15 +182285,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 40145, - "end": 40157, + "start": 40808, + "end": 40820, "loc": { "start": { - "line": 1086, + "line": 1102, "column": 89 }, "end": { - "line": 1086, + "line": 1102, "column": 101 }, "identifierName": "AUDIO_SCREEN" @@ -178489,102 +182305,102 @@ }, "consequent": { "type": "BlockStatement", - "start": 40159, - "end": 40362, + "start": 40822, + "end": 41025, "loc": { "start": { - "line": 1086, + "line": 1102, "column": 103 }, "end": { - "line": 1091, + "line": 1107, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 40185, - "end": 40217, + "start": 40848, + "end": 40880, "loc": { "start": { - "line": 1087, + "line": 1103, "column": 24 }, "end": { - "line": 1087, + "line": 1103, "column": 56 } }, "expression": { "type": "AssignmentExpression", - "start": 40185, - "end": 40216, + "start": 40848, + "end": 40879, "loc": { "start": { - "line": 1087, + "line": 1103, "column": 24 }, "end": { - "line": 1087, + "line": 1103, "column": 55 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 40185, - "end": 40208, + "start": 40848, + "end": 40871, "loc": { "start": { - "line": 1087, + "line": 1103, "column": 24 }, "end": { - "line": 1087, + "line": 1103, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 40185, - "end": 40202, + "start": 40848, + "end": 40865, "loc": { "start": { - "line": 1087, + "line": 1103, "column": 24 }, "end": { - "line": 1087, + "line": 1103, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 40185, - "end": 40189, + "start": 40848, + "end": 40852, "loc": { "start": { - "line": 1087, + "line": 1103, "column": 24 }, "end": { - "line": 1087, + "line": 1103, "column": 28 } } }, "property": { "type": "Identifier", - "start": 40190, - "end": 40202, + "start": 40853, + "end": 40865, "loc": { "start": { - "line": 1087, + "line": 1103, "column": 29 }, "end": { - "line": 1087, + "line": 1103, "column": 41 }, "identifierName": "mediaElement" @@ -178595,15 +182411,15 @@ }, "property": { "type": "Identifier", - "start": 40203, - "end": 40208, + "start": 40866, + "end": 40871, "loc": { "start": { - "line": 1087, + "line": 1103, "column": 42 }, "end": { - "line": 1087, + "line": 1103, "column": 47 }, "identifierName": "muted" @@ -178614,15 +182430,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 40211, - "end": 40216, + "start": 40874, + "end": 40879, "loc": { "start": { - "line": 1087, + "line": 1103, "column": 50 }, "end": { - "line": 1087, + "line": 1103, "column": 55 } }, @@ -178633,15 +182449,15 @@ { "type": "CommentLine", "value": " show the volume bar when it's unmuted", - "start": 40243, - "end": 40283, + "start": 40906, + "end": 40946, "loc": { "start": { - "line": 1089, + "line": 1105, "column": 24 }, "end": { - "line": 1089, + "line": 1105, "column": 64 } } @@ -178650,57 +182466,57 @@ }, { "type": "ExpressionStatement", - "start": 40308, - "end": 40340, + "start": 40971, + "end": 41003, "loc": { "start": { - "line": 1090, + "line": 1106, "column": 24 }, "end": { - "line": 1090, + "line": 1106, "column": 56 } }, "expression": { "type": "CallExpression", - "start": 40308, - "end": 40339, + "start": 40971, + "end": 41002, "loc": { "start": { - "line": 1090, + "line": 1106, "column": 24 }, "end": { - "line": 1090, + "line": 1106, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 40308, - "end": 40333, + "start": 40971, + "end": 40996, "loc": { "start": { - "line": 1090, + "line": 1106, "column": 24 }, "end": { - "line": 1090, + "line": 1106, "column": 49 } }, "object": { "type": "ThisExpression", - "start": 40308, - "end": 40312, + "start": 40971, + "end": 40975, "loc": { "start": { - "line": 1090, + "line": 1106, "column": 24 }, "end": { - "line": 1090, + "line": 1106, "column": 28 } }, @@ -178708,15 +182524,15 @@ }, "property": { "type": "Identifier", - "start": 40313, - "end": 40333, + "start": 40976, + "end": 40996, "loc": { "start": { - "line": 1090, + "line": 1106, "column": 29 }, "end": { - "line": 1090, + "line": 1106, "column": 49 }, "identifierName": "displayVolumeControl" @@ -178729,15 +182545,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 40334, - "end": 40338, + "start": 40997, + "end": 41001, "loc": { "start": { - "line": 1090, + "line": 1106, "column": 50 }, "end": { - "line": 1090, + "line": 1106, "column": 54 } }, @@ -178750,15 +182566,15 @@ { "type": "CommentLine", "value": " show the volume bar when it's unmuted", - "start": 40243, - "end": 40283, + "start": 40906, + "end": 40946, "loc": { "start": { - "line": 1089, + "line": 1105, "column": 24 }, "end": { - "line": 1089, + "line": 1105, "column": 64 } } @@ -178774,15 +182590,15 @@ { "type": "CommentLine", "value": " unmute local audio during playback", - "start": 40018, - "end": 40055, + "start": 40681, + "end": 40718, "loc": { "start": { - "line": 1085, + "line": 1101, "column": 20 }, "end": { - "line": 1085, + "line": 1101, "column": 57 } } @@ -178792,15 +182608,15 @@ { "type": "CommentLine", "value": " load recorded media", - "start": 40384, - "end": 40406, + "start": 41047, + "end": 41069, "loc": { "start": { - "line": 1093, + "line": 1109, "column": 20 }, "end": { - "line": 1093, + "line": 1109, "column": 42 } } @@ -178809,57 +182625,57 @@ }, { "type": "ExpressionStatement", - "start": 40427, - "end": 40463, + "start": 41090, + "end": 41126, "loc": { "start": { - "line": 1094, + "line": 1110, "column": 20 }, "end": { - "line": 1094, + "line": 1110, "column": 56 } }, "expression": { "type": "CallExpression", - "start": 40427, - "end": 40462, + "start": 41090, + "end": 41125, "loc": { "start": { - "line": 1094, + "line": 1110, "column": 20 }, "end": { - "line": 1094, + "line": 1110, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 40427, - "end": 40436, + "start": 41090, + "end": 41099, "loc": { "start": { - "line": 1094, + "line": 1110, "column": 20 }, "end": { - "line": 1094, + "line": 1110, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 40427, - "end": 40431, + "start": 41090, + "end": 41094, "loc": { "start": { - "line": 1094, + "line": 1110, "column": 20 }, "end": { - "line": 1094, + "line": 1110, "column": 24 } }, @@ -178867,15 +182683,15 @@ }, "property": { "type": "Identifier", - "start": 40432, - "end": 40436, + "start": 41095, + "end": 41099, "loc": { "start": { - "line": 1094, + "line": 1110, "column": 25 }, "end": { - "line": 1094, + "line": 1110, "column": 29 }, "identifierName": "load" @@ -178888,58 +182704,58 @@ "arguments": [ { "type": "MemberExpression", - "start": 40437, - "end": 40461, + "start": 41100, + "end": 41124, "loc": { "start": { - "line": 1094, + "line": 1110, "column": 30 }, "end": { - "line": 1094, + "line": 1110, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 40437, - "end": 40448, + "start": 41100, + "end": 41111, "loc": { "start": { - "line": 1094, + "line": 1110, "column": 30 }, "end": { - "line": 1094, + "line": 1110, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 40437, - "end": 40441, + "start": 41100, + "end": 41104, "loc": { "start": { - "line": 1094, + "line": 1110, "column": 30 }, "end": { - "line": 1094, + "line": 1110, "column": 34 } } }, "property": { "type": "Identifier", - "start": 40442, - "end": 40448, + "start": 41105, + "end": 41111, "loc": { "start": { - "line": 1094, + "line": 1110, "column": 35 }, "end": { - "line": 1094, + "line": 1110, "column": 41 }, "identifierName": "player" @@ -178950,15 +182766,15 @@ }, "property": { "type": "Identifier", - "start": 40449, - "end": 40461, + "start": 41112, + "end": 41124, "loc": { "start": { - "line": 1094, + "line": 1110, "column": 42 }, "end": { - "line": 1094, + "line": 1110, "column": 54 }, "identifierName": "recordedData" @@ -178974,15 +182790,15 @@ { "type": "CommentLine", "value": " load recorded media", - "start": 40384, - "end": 40406, + "start": 41047, + "end": 41069, "loc": { "start": { - "line": 1093, + "line": 1109, "column": 20 }, "end": { - "line": 1093, + "line": 1109, "column": 42 } } @@ -179000,15 +182816,15 @@ { "type": "CommentLine", "value": " pausing the player so we can visualize the recorded data", - "start": 39209, - "end": 39268, + "start": 39872, + "end": 39931, "loc": { "start": { - "line": 1066, + "line": 1082, "column": 16 }, "end": { - "line": 1066, + "line": 1082, "column": 75 } } @@ -179016,15 +182832,15 @@ { "type": "CommentLine", "value": " will trigger an async video.js 'pause' event that we", - "start": 39285, - "end": 39340, + "start": 39948, + "end": 40003, "loc": { "start": { - "line": 1067, + "line": 1083, "column": 16 }, "end": { - "line": 1067, + "line": 1083, "column": 71 } } @@ -179032,15 +182848,15 @@ { "type": "CommentLine", "value": " have to wait for.", - "start": 39357, - "end": 39377, + "start": 40020, + "end": 40040, "loc": { "start": { - "line": 1068, + "line": 1084, "column": 16 }, "end": { - "line": 1068, + "line": 1084, "column": 36 } } @@ -179050,15 +182866,15 @@ { "type": "CommentLine", "value": " pause player so user can start playback", - "start": 40501, - "end": 40543, + "start": 41164, + "end": 41206, "loc": { "start": { - "line": 1097, + "line": 1113, "column": 16 }, "end": { - "line": 1097, + "line": 1113, "column": 58 } } @@ -179067,71 +182883,71 @@ }, { "type": "ExpressionStatement", - "start": 40560, - "end": 40580, + "start": 41223, + "end": 41243, "loc": { "start": { - "line": 1098, + "line": 1114, "column": 16 }, "end": { - "line": 1098, + "line": 1114, "column": 36 } }, "expression": { "type": "CallExpression", - "start": 40560, - "end": 40579, + "start": 41223, + "end": 41242, "loc": { "start": { - "line": 1098, + "line": 1114, "column": 16 }, "end": { - "line": 1098, + "line": 1114, "column": 35 } }, "callee": { "type": "MemberExpression", - "start": 40560, - "end": 40577, + "start": 41223, + "end": 41240, "loc": { "start": { - "line": 1098, + "line": 1114, "column": 16 }, "end": { - "line": 1098, + "line": 1114, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 40560, - "end": 40571, + "start": 41223, + "end": 41234, "loc": { "start": { - "line": 1098, + "line": 1114, "column": 16 }, "end": { - "line": 1098, + "line": 1114, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 40560, - "end": 40564, + "start": 41223, + "end": 41227, "loc": { "start": { - "line": 1098, + "line": 1114, "column": 16 }, "end": { - "line": 1098, + "line": 1114, "column": 20 } }, @@ -179139,15 +182955,15 @@ }, "property": { "type": "Identifier", - "start": 40565, - "end": 40571, + "start": 41228, + "end": 41234, "loc": { "start": { - "line": 1098, + "line": 1114, "column": 21 }, "end": { - "line": 1098, + "line": 1114, "column": 27 }, "identifierName": "player" @@ -179159,15 +182975,15 @@ }, "property": { "type": "Identifier", - "start": 40572, - "end": 40577, + "start": 41235, + "end": 41240, "loc": { "start": { - "line": 1098, + "line": 1114, "column": 28 }, "end": { - "line": 1098, + "line": 1114, "column": 33 }, "identifierName": "pause" @@ -179184,15 +183000,15 @@ { "type": "CommentLine", "value": " pause player so user can start playback", - "start": 40501, - "end": 40543, + "start": 41164, + "end": 41206, "loc": { "start": { - "line": 1097, + "line": 1113, "column": 16 }, "end": { - "line": 1097, + "line": 1113, "column": 58 } } @@ -179201,15 +183017,15 @@ }, { "type": "BreakStatement", - "start": 40597, - "end": 40603, + "start": 41260, + "end": 41266, "loc": { "start": { - "line": 1099, + "line": 1115, "column": 16 }, "end": { - "line": 1099, + "line": 1115, "column": 22 } }, @@ -179218,15 +183034,15 @@ ], "test": { "type": "Identifier", - "start": 39180, - "end": 39191, + "start": 39843, + "end": 39854, "loc": { "start": { - "line": 1065, + "line": 1081, "column": 17 }, "end": { - "line": 1065, + "line": 1081, "column": 28 }, "identifierName": "SCREEN_ONLY" @@ -179236,73 +183052,73 @@ }, { "type": "SwitchCase", - "start": 40617, - "end": 41440, + "start": 41280, + "end": 42103, "loc": { "start": { - "line": 1101, + "line": 1117, "column": 12 }, "end": { - "line": 1125, + "line": 1141, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 40692, - "end": 40717, + "start": 41355, + "end": 41380, "loc": { "start": { - "line": 1103, + "line": 1119, "column": 16 }, "end": { - "line": 1103, + "line": 1119, "column": 41 } }, "expression": { "type": "AssignmentExpression", - "start": 40692, - "end": 40716, + "start": 41355, + "end": 41379, "loc": { "start": { - "line": 1103, + "line": 1119, "column": 16 }, "end": { - "line": 1103, + "line": 1119, "column": 40 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 40692, - "end": 40708, + "start": 41355, + "end": 41371, "loc": { "start": { - "line": 1103, + "line": 1119, "column": 16 }, "end": { - "line": 1103, + "line": 1119, "column": 32 } }, "object": { "type": "ThisExpression", - "start": 40692, - "end": 40696, + "start": 41355, + "end": 41359, "loc": { "start": { - "line": 1103, + "line": 1119, "column": 16 }, "end": { - "line": 1103, + "line": 1119, "column": 20 } }, @@ -179310,15 +183126,15 @@ }, "property": { "type": "Identifier", - "start": 40697, - "end": 40708, + "start": 41360, + "end": 41371, "loc": { "start": { - "line": 1103, + "line": 1119, "column": 21 }, "end": { - "line": 1103, + "line": 1119, "column": 32 }, "identifierName": "_processing" @@ -179330,15 +183146,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 40711, - "end": 40716, + "start": 41374, + "end": 41379, "loc": { "start": { - "line": 1103, + "line": 1119, "column": 35 }, "end": { - "line": 1103, + "line": 1119, "column": 40 } }, @@ -179350,15 +183166,15 @@ { "type": "CommentLine", "value": " animation data is ready", - "start": 40649, - "end": 40675, + "start": 41312, + "end": 41338, "loc": { "start": { - "line": 1102, + "line": 1118, "column": 16 }, "end": { - "line": 1102, + "line": 1118, "column": 42 } } @@ -179368,15 +183184,15 @@ { "type": "CommentLine", "value": " hide loader", - "start": 40735, - "end": 40749, + "start": 41398, + "end": 41412, "loc": { "start": { - "line": 1105, + "line": 1121, "column": 16 }, "end": { - "line": 1105, + "line": 1121, "column": 30 } } @@ -179385,85 +183201,85 @@ }, { "type": "ExpressionStatement", - "start": 40766, - "end": 40800, + "start": 41429, + "end": 41463, "loc": { "start": { - "line": 1106, + "line": 1122, "column": 16 }, "end": { - "line": 1106, + "line": 1122, "column": 50 } }, "expression": { "type": "CallExpression", - "start": 40766, - "end": 40799, + "start": 41429, + "end": 41462, "loc": { "start": { - "line": 1106, + "line": 1122, "column": 16 }, "end": { - "line": 1106, + "line": 1122, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 40766, - "end": 40797, + "start": 41429, + "end": 41460, "loc": { "start": { - "line": 1106, + "line": 1122, "column": 16 }, "end": { - "line": 1106, + "line": 1122, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 40766, - "end": 40792, + "start": 41429, + "end": 41455, "loc": { "start": { - "line": 1106, + "line": 1122, "column": 16 }, "end": { - "line": 1106, + "line": 1122, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 40766, - "end": 40777, + "start": 41429, + "end": 41440, "loc": { "start": { - "line": 1106, + "line": 1122, "column": 16 }, "end": { - "line": 1106, + "line": 1122, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 40766, - "end": 40770, + "start": 41429, + "end": 41433, "loc": { "start": { - "line": 1106, + "line": 1122, "column": 16 }, "end": { - "line": 1106, + "line": 1122, "column": 20 } }, @@ -179471,15 +183287,15 @@ }, "property": { "type": "Identifier", - "start": 40771, - "end": 40777, + "start": 41434, + "end": 41440, "loc": { "start": { - "line": 1106, + "line": 1122, "column": 21 }, "end": { - "line": 1106, + "line": 1122, "column": 27 }, "identifierName": "player" @@ -179491,15 +183307,15 @@ }, "property": { "type": "Identifier", - "start": 40778, - "end": 40792, + "start": 41441, + "end": 41455, "loc": { "start": { - "line": 1106, + "line": 1122, "column": 28 }, "end": { - "line": 1106, + "line": 1122, "column": 42 }, "identifierName": "loadingSpinner" @@ -179511,15 +183327,15 @@ }, "property": { "type": "Identifier", - "start": 40793, - "end": 40797, + "start": 41456, + "end": 41460, "loc": { "start": { - "line": 1106, + "line": 1122, "column": 43 }, "end": { - "line": 1106, + "line": 1122, "column": 47 }, "identifierName": "hide" @@ -179536,15 +183352,15 @@ { "type": "CommentLine", "value": " hide loader", - "start": 40735, - "end": 40749, + "start": 41398, + "end": 41412, "loc": { "start": { - "line": 1105, + "line": 1121, "column": 16 }, "end": { - "line": 1105, + "line": 1121, "column": 30 } } @@ -179554,15 +183370,15 @@ { "type": "CommentLine", "value": " show animation total duration", - "start": 40818, - "end": 40850, + "start": 41481, + "end": 41513, "loc": { "start": { - "line": 1108, + "line": 1124, "column": 16 }, "end": { - "line": 1108, + "line": 1124, "column": 48 } } @@ -179571,57 +183387,57 @@ }, { "type": "ExpressionStatement", - "start": 40867, - "end": 40905, + "start": 41530, + "end": 41568, "loc": { "start": { - "line": 1109, + "line": 1125, "column": 16 }, "end": { - "line": 1109, + "line": 1125, "column": 54 } }, "expression": { "type": "CallExpression", - "start": 40867, - "end": 40904, + "start": 41530, + "end": 41567, "loc": { "start": { - "line": 1109, + "line": 1125, "column": 16 }, "end": { - "line": 1109, + "line": 1125, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 40867, - "end": 40883, + "start": 41530, + "end": 41546, "loc": { "start": { - "line": 1109, + "line": 1125, "column": 16 }, "end": { - "line": 1109, + "line": 1125, "column": 32 } }, "object": { "type": "ThisExpression", - "start": 40867, - "end": 40871, + "start": 41530, + "end": 41534, "loc": { "start": { - "line": 1109, + "line": 1125, "column": 16 }, "end": { - "line": 1109, + "line": 1125, "column": 20 } }, @@ -179629,15 +183445,15 @@ }, "property": { "type": "Identifier", - "start": 40872, - "end": 40883, + "start": 41535, + "end": 41546, "loc": { "start": { - "line": 1109, + "line": 1125, "column": 21 }, "end": { - "line": 1109, + "line": 1125, "column": 32 }, "identifierName": "setDuration" @@ -179650,44 +183466,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 40884, - "end": 40903, + "start": 41547, + "end": 41566, "loc": { "start": { - "line": 1109, + "line": 1125, "column": 33 }, "end": { - "line": 1109, + "line": 1125, "column": 52 } }, "object": { "type": "ThisExpression", - "start": 40884, - "end": 40888, + "start": 41547, + "end": 41551, "loc": { "start": { - "line": 1109, + "line": 1125, "column": 33 }, "end": { - "line": 1109, + "line": 1125, "column": 37 } } }, "property": { "type": "Identifier", - "start": 40889, - "end": 40903, + "start": 41552, + "end": 41566, "loc": { "start": { - "line": 1109, + "line": 1125, "column": 38 }, "end": { - "line": 1109, + "line": 1125, "column": 52 }, "identifierName": "streamDuration" @@ -179703,15 +183519,15 @@ { "type": "CommentLine", "value": " show animation total duration", - "start": 40818, - "end": 40850, + "start": 41481, + "end": 41513, "loc": { "start": { - "line": 1108, + "line": 1124, "column": 16 }, "end": { - "line": 1108, + "line": 1124, "column": 48 } } @@ -179721,15 +183537,15 @@ { "type": "CommentLine", "value": " hide preview video", - "start": 40923, - "end": 40944, + "start": 41586, + "end": 41607, "loc": { "start": { - "line": 1111, + "line": 1127, "column": 16 }, "end": { - "line": 1111, + "line": 1127, "column": 37 } } @@ -179738,86 +183554,86 @@ }, { "type": "ExpressionStatement", - "start": 40961, - "end": 41002, + "start": 41624, + "end": 41665, "loc": { "start": { - "line": 1112, + "line": 1128, "column": 16 }, "end": { - "line": 1112, + "line": 1128, "column": 57 } }, "expression": { "type": "AssignmentExpression", - "start": 40961, - "end": 41001, + "start": 41624, + "end": 41664, "loc": { "start": { - "line": 1112, + "line": 1128, "column": 16 }, "end": { - "line": 1112, + "line": 1128, "column": 56 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 40961, - "end": 40992, + "start": 41624, + "end": 41655, "loc": { "start": { - "line": 1112, + "line": 1128, "column": 16 }, "end": { - "line": 1112, + "line": 1128, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 40961, - "end": 40984, + "start": 41624, + "end": 41647, "loc": { "start": { - "line": 1112, + "line": 1128, "column": 16 }, "end": { - "line": 1112, + "line": 1128, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 40961, - "end": 40978, + "start": 41624, + "end": 41641, "loc": { "start": { - "line": 1112, + "line": 1128, "column": 16 }, "end": { - "line": 1112, + "line": 1128, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 40961, - "end": 40965, + "start": 41624, + "end": 41628, "loc": { "start": { - "line": 1112, + "line": 1128, "column": 16 }, "end": { - "line": 1112, + "line": 1128, "column": 20 } }, @@ -179825,15 +183641,15 @@ }, "property": { "type": "Identifier", - "start": 40966, - "end": 40978, + "start": 41629, + "end": 41641, "loc": { "start": { - "line": 1112, + "line": 1128, "column": 21 }, "end": { - "line": 1112, + "line": 1128, "column": 33 }, "identifierName": "mediaElement" @@ -179845,15 +183661,15 @@ }, "property": { "type": "Identifier", - "start": 40979, - "end": 40984, + "start": 41642, + "end": 41647, "loc": { "start": { - "line": 1112, + "line": 1128, "column": 34 }, "end": { - "line": 1112, + "line": 1128, "column": 39 }, "identifierName": "style" @@ -179865,15 +183681,15 @@ }, "property": { "type": "Identifier", - "start": 40985, - "end": 40992, + "start": 41648, + "end": 41655, "loc": { "start": { - "line": 1112, + "line": 1128, "column": 40 }, "end": { - "line": 1112, + "line": 1128, "column": 47 }, "identifierName": "display" @@ -179885,15 +183701,15 @@ }, "right": { "type": "StringLiteral", - "start": 40995, - "end": 41001, + "start": 41658, + "end": 41664, "loc": { "start": { - "line": 1112, + "line": 1128, "column": 50 }, "end": { - "line": 1112, + "line": 1128, "column": 56 } }, @@ -179909,15 +183725,15 @@ { "type": "CommentLine", "value": " hide preview video", - "start": 40923, - "end": 40944, + "start": 41586, + "end": 41607, "loc": { "start": { - "line": 1111, + "line": 1127, "column": 16 }, "end": { - "line": 1111, + "line": 1127, "column": 37 } } @@ -179927,15 +183743,15 @@ { "type": "CommentLine", "value": " show the first frame", - "start": 41020, - "end": 41043, + "start": 41683, + "end": 41706, "loc": { "start": { - "line": 1114, + "line": 1130, "column": 16 }, "end": { - "line": 1114, + "line": 1130, "column": 39 } } @@ -179944,85 +183760,85 @@ }, { "type": "ExpressionStatement", - "start": 41060, - "end": 41092, + "start": 41723, + "end": 41755, "loc": { "start": { - "line": 1115, + "line": 1131, "column": 16 }, "end": { - "line": 1115, + "line": 1131, "column": 48 } }, "expression": { "type": "CallExpression", - "start": 41060, - "end": 41091, + "start": 41723, + "end": 41754, "loc": { "start": { - "line": 1115, + "line": 1131, "column": 16 }, "end": { - "line": 1115, + "line": 1131, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 41060, - "end": 41089, + "start": 41723, + "end": 41752, "loc": { "start": { - "line": 1115, + "line": 1131, "column": 16 }, "end": { - "line": 1115, + "line": 1131, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 41060, - "end": 41084, + "start": 41723, + "end": 41747, "loc": { "start": { - "line": 1115, + "line": 1131, "column": 16 }, "end": { - "line": 1115, + "line": 1131, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 41060, - "end": 41071, + "start": 41723, + "end": 41734, "loc": { "start": { - "line": 1115, + "line": 1131, "column": 16 }, "end": { - "line": 1115, + "line": 1131, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 41060, - "end": 41064, + "start": 41723, + "end": 41727, "loc": { "start": { - "line": 1115, + "line": 1131, "column": 16 }, "end": { - "line": 1115, + "line": 1131, "column": 20 } }, @@ -180030,15 +183846,15 @@ }, "property": { "type": "Identifier", - "start": 41065, - "end": 41071, + "start": 41728, + "end": 41734, "loc": { "start": { - "line": 1115, + "line": 1131, "column": 21 }, "end": { - "line": 1115, + "line": 1131, "column": 27 }, "identifierName": "player" @@ -180050,15 +183866,15 @@ }, "property": { "type": "Identifier", - "start": 41072, - "end": 41084, + "start": 41735, + "end": 41747, "loc": { "start": { - "line": 1115, + "line": 1131, "column": 28 }, "end": { - "line": 1115, + "line": 1131, "column": 40 }, "identifierName": "recordCanvas" @@ -180070,15 +183886,15 @@ }, "property": { "type": "Identifier", - "start": 41085, - "end": 41089, + "start": 41748, + "end": 41752, "loc": { "start": { - "line": 1115, + "line": 1131, "column": 41 }, "end": { - "line": 1115, + "line": 1131, "column": 45 }, "identifierName": "show" @@ -180095,15 +183911,15 @@ { "type": "CommentLine", "value": " show the first frame", - "start": 41020, - "end": 41043, + "start": 41683, + "end": 41706, "loc": { "start": { - "line": 1114, + "line": 1130, "column": 16 }, "end": { - "line": 1114, + "line": 1130, "column": 39 } } @@ -180113,15 +183929,15 @@ { "type": "CommentLine", "value": " pause player so user can start playback", - "start": 41110, - "end": 41152, + "start": 41773, + "end": 41815, "loc": { "start": { - "line": 1117, + "line": 1133, "column": 16 }, "end": { - "line": 1117, + "line": 1133, "column": 58 } } @@ -180130,71 +183946,71 @@ }, { "type": "ExpressionStatement", - "start": 41169, - "end": 41189, + "start": 41832, + "end": 41852, "loc": { "start": { - "line": 1118, + "line": 1134, "column": 16 }, "end": { - "line": 1118, + "line": 1134, "column": 36 } }, "expression": { "type": "CallExpression", - "start": 41169, - "end": 41188, + "start": 41832, + "end": 41851, "loc": { "start": { - "line": 1118, + "line": 1134, "column": 16 }, "end": { - "line": 1118, + "line": 1134, "column": 35 } }, "callee": { "type": "MemberExpression", - "start": 41169, - "end": 41186, + "start": 41832, + "end": 41849, "loc": { "start": { - "line": 1118, + "line": 1134, "column": 16 }, "end": { - "line": 1118, + "line": 1134, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 41169, - "end": 41180, + "start": 41832, + "end": 41843, "loc": { "start": { - "line": 1118, + "line": 1134, "column": 16 }, "end": { - "line": 1118, + "line": 1134, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 41169, - "end": 41173, + "start": 41832, + "end": 41836, "loc": { "start": { - "line": 1118, + "line": 1134, "column": 16 }, "end": { - "line": 1118, + "line": 1134, "column": 20 } }, @@ -180202,15 +184018,15 @@ }, "property": { "type": "Identifier", - "start": 41174, - "end": 41180, + "start": 41837, + "end": 41843, "loc": { "start": { - "line": 1118, + "line": 1134, "column": 21 }, "end": { - "line": 1118, + "line": 1134, "column": 27 }, "identifierName": "player" @@ -180222,15 +184038,15 @@ }, "property": { "type": "Identifier", - "start": 41181, - "end": 41186, + "start": 41844, + "end": 41849, "loc": { "start": { - "line": 1118, + "line": 1134, "column": 28 }, "end": { - "line": 1118, + "line": 1134, "column": 33 }, "identifierName": "pause" @@ -180247,15 +184063,15 @@ { "type": "CommentLine", "value": " pause player so user can start playback", - "start": 41110, - "end": 41152, + "start": 41773, + "end": 41815, "loc": { "start": { - "line": 1117, + "line": 1133, "column": 16 }, "end": { - "line": 1117, + "line": 1133, "column": 58 } } @@ -180265,15 +184081,15 @@ { "type": "CommentLine", "value": " show animation on play", - "start": 41207, - "end": 41232, + "start": 41870, + "end": 41895, "loc": { "start": { - "line": 1120, + "line": 1136, "column": 16 }, "end": { - "line": 1120, + "line": 1136, "column": 41 } } @@ -180282,57 +184098,57 @@ }, { "type": "ExpressionStatement", - "start": 41249, - "end": 41302, + "start": 41912, + "end": 41965, "loc": { "start": { - "line": 1121, + "line": 1137, "column": 16 }, "end": { - "line": 1121, + "line": 1137, "column": 69 } }, "expression": { "type": "CallExpression", - "start": 41249, - "end": 41301, + "start": 41912, + "end": 41964, "loc": { "start": { - "line": 1121, + "line": 1137, "column": 16 }, "end": { - "line": 1121, + "line": 1137, "column": 68 } }, "callee": { "type": "MemberExpression", - "start": 41249, - "end": 41256, + "start": 41912, + "end": 41919, "loc": { "start": { - "line": 1121, + "line": 1137, "column": 16 }, "end": { - "line": 1121, + "line": 1137, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 41249, - "end": 41253, + "start": 41912, + "end": 41916, "loc": { "start": { - "line": 1121, + "line": 1137, "column": 16 }, "end": { - "line": 1121, + "line": 1137, "column": 20 } }, @@ -180340,15 +184156,15 @@ }, "property": { "type": "Identifier", - "start": 41254, - "end": 41256, + "start": 41917, + "end": 41919, "loc": { "start": { - "line": 1121, + "line": 1137, "column": 21 }, "end": { - "line": 1121, + "line": 1137, "column": 23 }, "identifierName": "on" @@ -180361,44 +184177,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 41257, - "end": 41268, + "start": 41920, + "end": 41931, "loc": { "start": { - "line": 1121, + "line": 1137, "column": 24 }, "end": { - "line": 1121, + "line": 1137, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 41257, - "end": 41261, + "start": 41920, + "end": 41924, "loc": { "start": { - "line": 1121, + "line": 1137, "column": 24 }, "end": { - "line": 1121, + "line": 1137, "column": 28 } } }, "property": { "type": "Identifier", - "start": 41262, - "end": 41268, + "start": 41925, + "end": 41931, "loc": { "start": { - "line": 1121, + "line": 1137, "column": 29 }, "end": { - "line": 1121, + "line": 1137, "column": 35 }, "identifierName": "player" @@ -180409,29 +184225,29 @@ }, { "type": "MemberExpression", - "start": 41270, - "end": 41280, + "start": 41933, + "end": 41943, "loc": { "start": { - "line": 1121, + "line": 1137, "column": 37 }, "end": { - "line": 1121, + "line": 1137, "column": 47 } }, "object": { "type": "Identifier", - "start": 41270, - "end": 41275, + "start": 41933, + "end": 41938, "loc": { "start": { - "line": 1121, + "line": 1137, "column": 37 }, "end": { - "line": 1121, + "line": 1137, "column": 42 }, "identifierName": "Event" @@ -180440,15 +184256,15 @@ }, "property": { "type": "Identifier", - "start": 41276, - "end": 41280, + "start": 41939, + "end": 41943, "loc": { "start": { - "line": 1121, + "line": 1137, "column": 43 }, "end": { - "line": 1121, + "line": 1137, "column": 47 }, "identifierName": "PLAY" @@ -180459,44 +184275,44 @@ }, { "type": "MemberExpression", - "start": 41282, - "end": 41300, + "start": 41945, + "end": 41963, "loc": { "start": { - "line": 1121, + "line": 1137, "column": 49 }, "end": { - "line": 1121, + "line": 1137, "column": 67 } }, "object": { "type": "ThisExpression", - "start": 41282, - "end": 41286, + "start": 41945, + "end": 41949, "loc": { "start": { - "line": 1121, + "line": 1137, "column": 49 }, "end": { - "line": 1121, + "line": 1137, "column": 53 } } }, "property": { "type": "Identifier", - "start": 41287, - "end": 41300, + "start": 41950, + "end": 41963, "loc": { "start": { - "line": 1121, + "line": 1137, "column": 54 }, "end": { - "line": 1121, + "line": 1137, "column": 67 }, "identifierName": "showAnimation" @@ -180512,15 +184328,15 @@ { "type": "CommentLine", "value": " show animation on play", - "start": 41207, - "end": 41232, + "start": 41870, + "end": 41895, "loc": { "start": { - "line": 1120, + "line": 1136, "column": 16 }, "end": { - "line": 1120, + "line": 1136, "column": 41 } } @@ -180530,15 +184346,15 @@ { "type": "CommentLine", "value": " hide animation on pause", - "start": 41320, - "end": 41346, + "start": 41983, + "end": 42009, "loc": { "start": { - "line": 1123, + "line": 1139, "column": 16 }, "end": { - "line": 1123, + "line": 1139, "column": 42 } } @@ -180547,57 +184363,57 @@ }, { "type": "ExpressionStatement", - "start": 41363, - "end": 41417, + "start": 42026, + "end": 42080, "loc": { "start": { - "line": 1124, + "line": 1140, "column": 16 }, "end": { - "line": 1124, + "line": 1140, "column": 70 } }, "expression": { "type": "CallExpression", - "start": 41363, - "end": 41416, + "start": 42026, + "end": 42079, "loc": { "start": { - "line": 1124, + "line": 1140, "column": 16 }, "end": { - "line": 1124, + "line": 1140, "column": 69 } }, "callee": { "type": "MemberExpression", - "start": 41363, - "end": 41370, + "start": 42026, + "end": 42033, "loc": { "start": { - "line": 1124, + "line": 1140, "column": 16 }, "end": { - "line": 1124, + "line": 1140, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 41363, - "end": 41367, + "start": 42026, + "end": 42030, "loc": { "start": { - "line": 1124, + "line": 1140, "column": 16 }, "end": { - "line": 1124, + "line": 1140, "column": 20 } }, @@ -180605,15 +184421,15 @@ }, "property": { "type": "Identifier", - "start": 41368, - "end": 41370, + "start": 42031, + "end": 42033, "loc": { "start": { - "line": 1124, + "line": 1140, "column": 21 }, "end": { - "line": 1124, + "line": 1140, "column": 23 }, "identifierName": "on" @@ -180626,44 +184442,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 41371, - "end": 41382, + "start": 42034, + "end": 42045, "loc": { "start": { - "line": 1124, + "line": 1140, "column": 24 }, "end": { - "line": 1124, + "line": 1140, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 41371, - "end": 41375, + "start": 42034, + "end": 42038, "loc": { "start": { - "line": 1124, + "line": 1140, "column": 24 }, "end": { - "line": 1124, + "line": 1140, "column": 28 } } }, "property": { "type": "Identifier", - "start": 41376, - "end": 41382, + "start": 42039, + "end": 42045, "loc": { "start": { - "line": 1124, + "line": 1140, "column": 29 }, "end": { - "line": 1124, + "line": 1140, "column": 35 }, "identifierName": "player" @@ -180674,29 +184490,29 @@ }, { "type": "MemberExpression", - "start": 41384, - "end": 41395, + "start": 42047, + "end": 42058, "loc": { "start": { - "line": 1124, + "line": 1140, "column": 37 }, "end": { - "line": 1124, + "line": 1140, "column": 48 } }, "object": { "type": "Identifier", - "start": 41384, - "end": 41389, + "start": 42047, + "end": 42052, "loc": { "start": { - "line": 1124, + "line": 1140, "column": 37 }, "end": { - "line": 1124, + "line": 1140, "column": 42 }, "identifierName": "Event" @@ -180705,15 +184521,15 @@ }, "property": { "type": "Identifier", - "start": 41390, - "end": 41395, + "start": 42053, + "end": 42058, "loc": { "start": { - "line": 1124, + "line": 1140, "column": 43 }, "end": { - "line": 1124, + "line": 1140, "column": 48 }, "identifierName": "PAUSE" @@ -180724,44 +184540,44 @@ }, { "type": "MemberExpression", - "start": 41397, - "end": 41415, + "start": 42060, + "end": 42078, "loc": { "start": { - "line": 1124, + "line": 1140, "column": 50 }, "end": { - "line": 1124, + "line": 1140, "column": 68 } }, "object": { "type": "ThisExpression", - "start": 41397, - "end": 41401, + "start": 42060, + "end": 42064, "loc": { "start": { - "line": 1124, + "line": 1140, "column": 50 }, "end": { - "line": 1124, + "line": 1140, "column": 54 } } }, "property": { "type": "Identifier", - "start": 41402, - "end": 41415, + "start": 42065, + "end": 42078, "loc": { "start": { - "line": 1124, + "line": 1140, "column": 55 }, "end": { - "line": 1124, + "line": 1140, "column": 68 }, "identifierName": "hideAnimation" @@ -180777,15 +184593,15 @@ { "type": "CommentLine", "value": " hide animation on pause", - "start": 41320, - "end": 41346, + "start": 41983, + "end": 42009, "loc": { "start": { - "line": 1123, + "line": 1139, "column": 16 }, "end": { - "line": 1123, + "line": 1139, "column": 42 } } @@ -180794,15 +184610,15 @@ }, { "type": "BreakStatement", - "start": 41434, - "end": 41440, + "start": 42097, + "end": 42103, "loc": { "start": { - "line": 1125, + "line": 1141, "column": 16 }, "end": { - "line": 1125, + "line": 1141, "column": 22 } }, @@ -180811,15 +184627,15 @@ ], "test": { "type": "Identifier", - "start": 40622, - "end": 40631, + "start": 41285, + "end": 41294, "loc": { "start": { - "line": 1101, + "line": 1117, "column": 17 }, "end": { - "line": 1101, + "line": 1117, "column": 26 }, "identifierName": "ANIMATION" @@ -180832,15 +184648,15 @@ { "type": "CommentLine", "value": " load and display recorded data", - "start": 38327, - "end": 38360, + "start": 38990, + "end": 39023, "loc": { "start": { - "line": 1040, + "line": 1056, "column": 8 }, "end": { - "line": 1040, + "line": 1056, "column": 41 } } @@ -180855,15 +184671,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when recording completed and the resulting stream is\n * available.\n * @private\n ", - "start": 37423, - "end": 37536, + "start": 38086, + "end": 38199, "loc": { "start": { - "line": 1012, + "line": 1028, "column": 4 }, "end": { - "line": 1016, + "line": 1032, "column": 7 } } @@ -180873,15 +184689,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked during recording and displays the remaining time.\n * @private\n ", - "start": 41462, - "end": 41554, + "start": 42125, + "end": 42217, "loc": { "start": { - "line": 1129, + "line": 1145, "column": 4 }, "end": { - "line": 1132, + "line": 1148, "column": 7 } } @@ -180890,15 +184706,15 @@ }, { "type": "ClassMethod", - "start": 41559, - "end": 42313, + "start": 42222, + "end": 42976, "loc": { "start": { - "line": 1133, + "line": 1149, "column": 4 }, "end": { - "line": 1159, + "line": 1175, "column": 5 } }, @@ -180906,15 +184722,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 41559, - "end": 41570, + "start": 42222, + "end": 42233, "loc": { "start": { - "line": 1133, + "line": 1149, "column": 4 }, "end": { - "line": 1133, + "line": 1149, "column": 15 }, "identifierName": "onCountDown" @@ -180930,44 +184746,44 @@ "params": [], "body": { "type": "BlockStatement", - "start": 41573, - "end": 42313, + "start": 42236, + "end": 42976, "loc": { "start": { - "line": 1133, + "line": 1149, "column": 18 }, "end": { - "line": 1159, + "line": 1175, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 41583, - "end": 42307, + "start": 42246, + "end": 42970, "loc": { "start": { - "line": 1134, + "line": 1150, "column": 8 }, "end": { - "line": 1158, + "line": 1174, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 41587, - "end": 41599, + "start": 42250, + "end": 42262, "loc": { "start": { - "line": 1134, + "line": 1150, "column": 12 }, "end": { - "line": 1134, + "line": 1150, "column": 24 } }, @@ -180975,44 +184791,44 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 41588, - "end": 41599, + "start": 42251, + "end": 42262, "loc": { "start": { - "line": 1134, + "line": 1150, "column": 13 }, "end": { - "line": 1134, + "line": 1150, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 41588, - "end": 41592, + "start": 42251, + "end": 42255, "loc": { "start": { - "line": 1134, + "line": 1150, "column": 13 }, "end": { - "line": 1134, + "line": 1150, "column": 17 } } }, "property": { "type": "Identifier", - "start": 41593, - "end": 41599, + "start": 42256, + "end": 42262, "loc": { "start": { - "line": 1134, + "line": 1150, "column": 18 }, "end": { - "line": 1134, + "line": 1150, "column": 24 }, "identifierName": "paused" @@ -181027,59 +184843,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 41601, - "end": 42307, + "start": 42264, + "end": 42970, "loc": { "start": { - "line": 1134, + "line": 1150, "column": 26 }, "end": { - "line": 1158, + "line": 1174, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 41615, - "end": 41643, + "start": 42278, + "end": 42306, "loc": { "start": { - "line": 1135, + "line": 1151, "column": 12 }, "end": { - "line": 1135, + "line": 1151, "column": 40 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 41619, - "end": 41642, + "start": 42282, + "end": 42305, "loc": { "start": { - "line": 1135, + "line": 1151, "column": 16 }, "end": { - "line": 1135, + "line": 1151, "column": 39 } }, "id": { "type": "Identifier", - "start": 41619, - "end": 41622, + "start": 42282, + "end": 42285, "loc": { "start": { - "line": 1135, + "line": 1151, "column": 16 }, "end": { - "line": 1135, + "line": 1151, "column": 19 }, "identifierName": "now" @@ -181088,43 +184904,43 @@ }, "init": { "type": "CallExpression", - "start": 41625, - "end": 41642, + "start": 42288, + "end": 42305, "loc": { "start": { - "line": 1135, + "line": 1151, "column": 22 }, "end": { - "line": 1135, + "line": 1151, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 41625, - "end": 41640, + "start": 42288, + "end": 42303, "loc": { "start": { - "line": 1135, + "line": 1151, "column": 22 }, "end": { - "line": 1135, + "line": 1151, "column": 37 } }, "object": { "type": "Identifier", - "start": 41625, - "end": 41636, + "start": 42288, + "end": 42299, "loc": { "start": { - "line": 1135, + "line": 1151, "column": 22 }, "end": { - "line": 1135, + "line": 1151, "column": 33 }, "identifierName": "performance" @@ -181133,15 +184949,15 @@ }, "property": { "type": "Identifier", - "start": 41637, - "end": 41640, + "start": 42300, + "end": 42303, "loc": { "start": { - "line": 1135, + "line": 1151, "column": 34 }, "end": { - "line": 1135, + "line": 1151, "column": 37 }, "identifierName": "now" @@ -181158,44 +184974,44 @@ }, { "type": "VariableDeclaration", - "start": 41656, - "end": 41686, + "start": 42319, + "end": 42349, "loc": { "start": { - "line": 1136, + "line": 1152, "column": 12 }, "end": { - "line": 1136, + "line": 1152, "column": 42 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 41660, - "end": 41685, + "start": 42323, + "end": 42348, "loc": { "start": { - "line": 1136, + "line": 1152, "column": 16 }, "end": { - "line": 1136, + "line": 1152, "column": 41 } }, "id": { "type": "Identifier", - "start": 41660, - "end": 41668, + "start": 42323, + "end": 42331, "loc": { "start": { - "line": 1136, + "line": 1152, "column": 16 }, "end": { - "line": 1136, + "line": 1152, "column": 24 }, "identifierName": "duration" @@ -181204,44 +185020,44 @@ }, "init": { "type": "MemberExpression", - "start": 41671, - "end": 41685, + "start": 42334, + "end": 42348, "loc": { "start": { - "line": 1136, + "line": 1152, "column": 27 }, "end": { - "line": 1136, + "line": 1152, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 41671, - "end": 41675, + "start": 42334, + "end": 42338, "loc": { "start": { - "line": 1136, + "line": 1152, "column": 27 }, "end": { - "line": 1136, + "line": 1152, "column": 31 } } }, "property": { "type": "Identifier", - "start": 41676, - "end": 41685, + "start": 42339, + "end": 42348, "loc": { "start": { - "line": 1136, + "line": 1152, "column": 32 }, "end": { - "line": 1136, + "line": 1152, "column": 41 }, "identifierName": "maxLength" @@ -181256,44 +185072,44 @@ }, { "type": "VariableDeclaration", - "start": 41699, - "end": 41783, + "start": 42362, + "end": 42446, "loc": { "start": { - "line": 1137, + "line": 1153, "column": 12 }, "end": { - "line": 1138, + "line": 1154, "column": 41 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 41703, - "end": 41782, + "start": 42366, + "end": 42445, "loc": { "start": { - "line": 1137, + "line": 1153, "column": 16 }, "end": { - "line": 1138, + "line": 1154, "column": 40 } }, "id": { "type": "Identifier", - "start": 41703, - "end": 41714, + "start": 42366, + "end": 42377, "loc": { "start": { - "line": 1137, + "line": 1153, "column": 16 }, "end": { - "line": 1137, + "line": 1153, "column": 27 }, "identifierName": "currentTime" @@ -181302,43 +185118,43 @@ }, "init": { "type": "BinaryExpression", - "start": 41717, - "end": 41782, + "start": 42380, + "end": 42445, "loc": { "start": { - "line": 1137, + "line": 1153, "column": 30 }, "end": { - "line": 1138, + "line": 1154, "column": 40 } }, "left": { "type": "BinaryExpression", - "start": 41718, - "end": 41774, + "start": 42381, + "end": 42437, "loc": { "start": { - "line": 1137, + "line": 1153, "column": 31 }, "end": { - "line": 1138, + "line": 1154, "column": 32 } }, "left": { "type": "Identifier", - "start": 41718, - "end": 41721, + "start": 42381, + "end": 42384, "loc": { "start": { - "line": 1137, + "line": 1153, "column": 31 }, "end": { - "line": 1137, + "line": 1153, "column": 34 }, "identifierName": "now" @@ -181348,58 +185164,58 @@ "operator": "-", "right": { "type": "BinaryExpression", - "start": 41725, - "end": 41773, + "start": 42388, + "end": 42436, "loc": { "start": { - "line": 1137, + "line": 1153, "column": 38 }, "end": { - "line": 1138, + "line": 1154, "column": 31 } }, "left": { "type": "MemberExpression", - "start": 41725, - "end": 41739, + "start": 42388, + "end": 42402, "loc": { "start": { - "line": 1137, + "line": 1153, "column": 38 }, "end": { - "line": 1137, + "line": 1153, "column": 52 } }, "object": { "type": "ThisExpression", - "start": 41725, - "end": 41729, + "start": 42388, + "end": 42392, "loc": { "start": { - "line": 1137, + "line": 1153, "column": 38 }, "end": { - "line": 1137, + "line": 1153, "column": 42 } } }, "property": { "type": "Identifier", - "start": 41730, - "end": 41739, + "start": 42393, + "end": 42402, "loc": { "start": { - "line": 1137, + "line": 1153, "column": 43 }, "end": { - "line": 1137, + "line": 1153, "column": 52 }, "identifierName": "startTime" @@ -181411,44 +185227,44 @@ "operator": "+", "right": { "type": "MemberExpression", - "start": 41758, - "end": 41773, + "start": 42421, + "end": 42436, "loc": { "start": { - "line": 1138, + "line": 1154, "column": 16 }, "end": { - "line": 1138, + "line": 1154, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 41758, - "end": 41762, + "start": 42421, + "end": 42425, "loc": { "start": { - "line": 1138, + "line": 1154, "column": 16 }, "end": { - "line": 1138, + "line": 1154, "column": 20 } } }, "property": { "type": "Identifier", - "start": 41763, - "end": 41773, + "start": 42426, + "end": 42436, "loc": { "start": { - "line": 1138, + "line": 1154, "column": 21 }, "end": { - "line": 1138, + "line": 1154, "column": 31 }, "identifierName": "pausedTime" @@ -181459,26 +185275,26 @@ }, "extra": { "parenthesized": true, - "parenStart": 41724 + "parenStart": 42387 } }, "extra": { "parenthesized": true, - "parenStart": 41717 + "parenStart": 42380 } }, "operator": "/", "right": { "type": "NumericLiteral", - "start": 41778, - "end": 41782, + "start": 42441, + "end": 42445, "loc": { "start": { - "line": 1138, + "line": 1154, "column": 36 }, "end": { - "line": 1138, + "line": 1154, "column": 40 } }, @@ -181496,15 +185312,15 @@ { "type": "CommentLine", "value": " buddy ignore:line", - "start": 41784, - "end": 41804, + "start": 42447, + "end": 42467, "loc": { "start": { - "line": 1138, + "line": 1154, "column": 42 }, "end": { - "line": 1138, + "line": 1154, "column": 62 } } @@ -181513,58 +185329,58 @@ }, { "type": "ExpressionStatement", - "start": 41818, - "end": 41852, + "start": 42481, + "end": 42515, "loc": { "start": { - "line": 1140, + "line": 1156, "column": 12 }, "end": { - "line": 1140, + "line": 1156, "column": 46 } }, "expression": { "type": "AssignmentExpression", - "start": 41818, - "end": 41851, + "start": 42481, + "end": 42514, "loc": { "start": { - "line": 1140, + "line": 1156, "column": 12 }, "end": { - "line": 1140, + "line": 1156, "column": 45 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 41818, - "end": 41837, + "start": 42481, + "end": 42500, "loc": { "start": { - "line": 1140, + "line": 1156, "column": 12 }, "end": { - "line": 1140, + "line": 1156, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 41818, - "end": 41822, + "start": 42481, + "end": 42485, "loc": { "start": { - "line": 1140, + "line": 1156, "column": 12 }, "end": { - "line": 1140, + "line": 1156, "column": 16 } }, @@ -181572,15 +185388,15 @@ }, "property": { "type": "Identifier", - "start": 41823, - "end": 41837, + "start": 42486, + "end": 42500, "loc": { "start": { - "line": 1140, + "line": 1156, "column": 17 }, "end": { - "line": 1140, + "line": 1156, "column": 31 }, "identifierName": "streamDuration" @@ -181592,15 +185408,15 @@ }, "right": { "type": "Identifier", - "start": 41840, - "end": 41851, + "start": 42503, + "end": 42514, "loc": { "start": { - "line": 1140, + "line": 1156, "column": 34 }, "end": { - "line": 1140, + "line": 1156, "column": 45 }, "identifierName": "currentTime" @@ -181613,15 +185429,15 @@ { "type": "CommentLine", "value": " buddy ignore:line", - "start": 41784, - "end": 41804, + "start": 42447, + "end": 42467, "loc": { "start": { - "line": 1138, + "line": 1154, "column": 42 }, "end": { - "line": 1138, + "line": 1154, "column": 62 } } @@ -181630,43 +185446,43 @@ }, { "type": "IfStatement", - "start": 41866, - "end": 42044, + "start": 42529, + "end": 42707, "loc": { "start": { - "line": 1142, + "line": 1158, "column": 12 }, "end": { - "line": 1148, + "line": 1164, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 41870, - "end": 41893, + "start": 42533, + "end": 42556, "loc": { "start": { - "line": 1142, + "line": 1158, "column": 16 }, "end": { - "line": 1142, + "line": 1158, "column": 39 } }, "left": { "type": "Identifier", - "start": 41870, - "end": 41881, + "start": 42533, + "end": 42544, "loc": { "start": { - "line": 1142, + "line": 1158, "column": 16 }, "end": { - "line": 1142, + "line": 1158, "column": 27 }, "identifierName": "currentTime" @@ -181676,15 +185492,15 @@ "operator": ">=", "right": { "type": "Identifier", - "start": 41885, - "end": 41893, + "start": 42548, + "end": 42556, "loc": { "start": { - "line": 1142, + "line": 1158, "column": 31 }, "end": { - "line": 1142, + "line": 1158, "column": 39 }, "identifierName": "duration" @@ -181694,59 +185510,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 41895, - "end": 42044, + "start": 42558, + "end": 42707, "loc": { "start": { - "line": 1142, + "line": 1158, "column": 41 }, "end": { - "line": 1148, + "line": 1164, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 41943, - "end": 41966, + "start": 42606, + "end": 42629, "loc": { "start": { - "line": 1144, + "line": 1160, "column": 16 }, "end": { - "line": 1144, + "line": 1160, "column": 39 } }, "expression": { "type": "AssignmentExpression", - "start": 41943, - "end": 41965, + "start": 42606, + "end": 42628, "loc": { "start": { - "line": 1144, + "line": 1160, "column": 16 }, "end": { - "line": 1144, + "line": 1160, "column": 38 } }, "operator": "=", "left": { "type": "Identifier", - "start": 41943, - "end": 41954, + "start": 42606, + "end": 42617, "loc": { "start": { - "line": 1144, + "line": 1160, "column": 16 }, "end": { - "line": 1144, + "line": 1160, "column": 27 }, "identifierName": "currentTime" @@ -181756,15 +185572,15 @@ }, "right": { "type": "Identifier", - "start": 41957, - "end": 41965, + "start": 42620, + "end": 42628, "loc": { "start": { - "line": 1144, + "line": 1160, "column": 30 }, "end": { - "line": 1144, + "line": 1160, "column": 38 }, "identifierName": "duration" @@ -181777,15 +185593,15 @@ { "type": "CommentLine", "value": " at the end", - "start": 41913, - "end": 41926, + "start": 42576, + "end": 42589, "loc": { "start": { - "line": 1143, + "line": 1159, "column": 16 }, "end": { - "line": 1143, + "line": 1159, "column": 29 } } @@ -181795,15 +185611,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 41984, - "end": 42001, + "start": 42647, + "end": 42664, "loc": { "start": { - "line": 1146, + "line": 1162, "column": 16 }, "end": { - "line": 1146, + "line": 1162, "column": 33 } } @@ -181812,57 +185628,57 @@ }, { "type": "ExpressionStatement", - "start": 42018, - "end": 42030, + "start": 42681, + "end": 42693, "loc": { "start": { - "line": 1147, + "line": 1163, "column": 16 }, "end": { - "line": 1147, + "line": 1163, "column": 28 } }, "expression": { "type": "CallExpression", - "start": 42018, - "end": 42029, + "start": 42681, + "end": 42692, "loc": { "start": { - "line": 1147, + "line": 1163, "column": 16 }, "end": { - "line": 1147, + "line": 1163, "column": 27 } }, "callee": { "type": "MemberExpression", - "start": 42018, - "end": 42027, + "start": 42681, + "end": 42690, "loc": { "start": { - "line": 1147, + "line": 1163, "column": 16 }, "end": { - "line": 1147, + "line": 1163, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 42018, - "end": 42022, + "start": 42681, + "end": 42685, "loc": { "start": { - "line": 1147, + "line": 1163, "column": 16 }, "end": { - "line": 1147, + "line": 1163, "column": 20 } }, @@ -181870,15 +185686,15 @@ }, "property": { "type": "Identifier", - "start": 42023, - "end": 42027, + "start": 42686, + "end": 42690, "loc": { "start": { - "line": 1147, + "line": 1163, "column": 21 }, "end": { - "line": 1147, + "line": 1163, "column": 25 }, "identifierName": "stop" @@ -181895,15 +185711,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 41984, - "end": 42001, + "start": 42647, + "end": 42664, "loc": { "start": { - "line": 1146, + "line": 1162, "column": 16 }, "end": { - "line": 1146, + "line": 1162, "column": 33 } } @@ -181919,15 +185735,15 @@ { "type": "CommentLine", "value": " update duration", - "start": 42058, - "end": 42076, + "start": 42721, + "end": 42739, "loc": { "start": { - "line": 1150, + "line": 1166, "column": 12 }, "end": { - "line": 1150, + "line": 1166, "column": 30 } } @@ -181936,57 +185752,57 @@ }, { "type": "ExpressionStatement", - "start": 42089, - "end": 42116, + "start": 42752, + "end": 42779, "loc": { "start": { - "line": 1151, + "line": 1167, "column": 12 }, "end": { - "line": 1151, + "line": 1167, "column": 39 } }, "expression": { "type": "CallExpression", - "start": 42089, - "end": 42115, + "start": 42752, + "end": 42778, "loc": { "start": { - "line": 1151, + "line": 1167, "column": 12 }, "end": { - "line": 1151, + "line": 1167, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 42089, - "end": 42105, + "start": 42752, + "end": 42768, "loc": { "start": { - "line": 1151, + "line": 1167, "column": 12 }, "end": { - "line": 1151, + "line": 1167, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 42089, - "end": 42093, + "start": 42752, + "end": 42756, "loc": { "start": { - "line": 1151, + "line": 1167, "column": 12 }, "end": { - "line": 1151, + "line": 1167, "column": 16 } }, @@ -181994,15 +185810,15 @@ }, "property": { "type": "Identifier", - "start": 42094, - "end": 42105, + "start": 42757, + "end": 42768, "loc": { "start": { - "line": 1151, + "line": 1167, "column": 17 }, "end": { - "line": 1151, + "line": 1167, "column": 28 }, "identifierName": "setDuration" @@ -182015,15 +185831,15 @@ "arguments": [ { "type": "Identifier", - "start": 42106, - "end": 42114, + "start": 42769, + "end": 42777, "loc": { "start": { - "line": 1151, + "line": 1167, "column": 29 }, "end": { - "line": 1151, + "line": 1167, "column": 37 }, "identifierName": "duration" @@ -182037,15 +185853,15 @@ { "type": "CommentLine", "value": " update duration", - "start": 42058, - "end": 42076, + "start": 42721, + "end": 42739, "loc": { "start": { - "line": 1150, + "line": 1166, "column": 12 }, "end": { - "line": 1150, + "line": 1166, "column": 30 } } @@ -182055,15 +185871,15 @@ { "type": "CommentLine", "value": " update current time", - "start": 42130, - "end": 42152, + "start": 42793, + "end": 42815, "loc": { "start": { - "line": 1153, + "line": 1169, "column": 12 }, "end": { - "line": 1153, + "line": 1169, "column": 34 } } @@ -182072,57 +185888,57 @@ }, { "type": "ExpressionStatement", - "start": 42165, - "end": 42208, + "start": 42828, + "end": 42871, "loc": { "start": { - "line": 1154, + "line": 1170, "column": 12 }, "end": { - "line": 1154, + "line": 1170, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 42165, - "end": 42207, + "start": 42828, + "end": 42870, "loc": { "start": { - "line": 1154, + "line": 1170, "column": 12 }, "end": { - "line": 1154, + "line": 1170, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 42165, - "end": 42184, + "start": 42828, + "end": 42847, "loc": { "start": { - "line": 1154, + "line": 1170, "column": 12 }, "end": { - "line": 1154, + "line": 1170, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 42165, - "end": 42169, + "start": 42828, + "end": 42832, "loc": { "start": { - "line": 1154, + "line": 1170, "column": 12 }, "end": { - "line": 1154, + "line": 1170, "column": 16 } }, @@ -182130,15 +185946,15 @@ }, "property": { "type": "Identifier", - "start": 42170, - "end": 42184, + "start": 42833, + "end": 42847, "loc": { "start": { - "line": 1154, + "line": 1170, "column": 17 }, "end": { - "line": 1154, + "line": 1170, "column": 31 }, "identifierName": "setCurrentTime" @@ -182151,15 +185967,15 @@ "arguments": [ { "type": "Identifier", - "start": 42185, - "end": 42196, + "start": 42848, + "end": 42859, "loc": { "start": { - "line": 1154, + "line": 1170, "column": 32 }, "end": { - "line": 1154, + "line": 1170, "column": 43 }, "identifierName": "currentTime" @@ -182168,15 +185984,15 @@ }, { "type": "Identifier", - "start": 42198, - "end": 42206, + "start": 42861, + "end": 42869, "loc": { "start": { - "line": 1154, + "line": 1170, "column": 45 }, "end": { - "line": 1154, + "line": 1170, "column": 53 }, "identifierName": "duration" @@ -182190,15 +186006,15 @@ { "type": "CommentLine", "value": " update current time", - "start": 42130, - "end": 42152, + "start": 42793, + "end": 42815, "loc": { "start": { - "line": 1153, + "line": 1169, "column": 12 }, "end": { - "line": 1153, + "line": 1169, "column": 34 } } @@ -182208,15 +186024,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 42222, - "end": 42241, + "start": 42885, + "end": 42904, "loc": { "start": { - "line": 1156, + "line": 1172, "column": 12 }, "end": { - "line": 1156, + "line": 1172, "column": 31 } } @@ -182225,71 +186041,71 @@ }, { "type": "ExpressionStatement", - "start": 42254, - "end": 42297, + "start": 42917, + "end": 42960, "loc": { "start": { - "line": 1157, + "line": 1173, "column": 12 }, "end": { - "line": 1157, + "line": 1173, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 42254, - "end": 42296, + "start": 42917, + "end": 42959, "loc": { "start": { - "line": 1157, + "line": 1173, "column": 12 }, "end": { - "line": 1157, + "line": 1173, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 42254, - "end": 42273, + "start": 42917, + "end": 42936, "loc": { "start": { - "line": 1157, + "line": 1173, "column": 12 }, "end": { - "line": 1157, + "line": 1173, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 42254, - "end": 42265, + "start": 42917, + "end": 42928, "loc": { "start": { - "line": 1157, + "line": 1173, "column": 12 }, "end": { - "line": 1157, + "line": 1173, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 42254, - "end": 42258, + "start": 42917, + "end": 42921, "loc": { "start": { - "line": 1157, + "line": 1173, "column": 12 }, "end": { - "line": 1157, + "line": 1173, "column": 16 } }, @@ -182297,15 +186113,15 @@ }, "property": { "type": "Identifier", - "start": 42259, - "end": 42265, + "start": 42922, + "end": 42928, "loc": { "start": { - "line": 1157, + "line": 1173, "column": 17 }, "end": { - "line": 1157, + "line": 1173, "column": 23 }, "identifierName": "player" @@ -182317,15 +186133,15 @@ }, "property": { "type": "Identifier", - "start": 42266, - "end": 42273, + "start": 42929, + "end": 42936, "loc": { "start": { - "line": 1157, + "line": 1173, "column": 24 }, "end": { - "line": 1157, + "line": 1173, "column": 31 }, "identifierName": "trigger" @@ -182338,29 +186154,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 42274, - "end": 42295, + "start": 42937, + "end": 42958, "loc": { "start": { - "line": 1157, + "line": 1173, "column": 32 }, "end": { - "line": 1157, + "line": 1173, "column": 53 } }, "object": { "type": "Identifier", - "start": 42274, - "end": 42279, + "start": 42937, + "end": 42942, "loc": { "start": { - "line": 1157, + "line": 1173, "column": 32 }, "end": { - "line": 1157, + "line": 1173, "column": 37 }, "identifierName": "Event" @@ -182369,15 +186185,15 @@ }, "property": { "type": "Identifier", - "start": 42280, - "end": 42295, + "start": 42943, + "end": 42958, "loc": { "start": { - "line": 1157, + "line": 1173, "column": 38 }, "end": { - "line": 1157, + "line": 1173, "column": 53 }, "identifierName": "PROGRESS_RECORD" @@ -182393,15 +186209,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 42222, - "end": 42241, + "start": 42885, + "end": 42904, "loc": { "start": { - "line": 1156, + "line": 1172, "column": 12 }, "end": { - "line": 1156, + "line": 1172, "column": 31 } } @@ -182421,15 +186237,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked during recording and displays the remaining time.\n * @private\n ", - "start": 41462, - "end": 41554, + "start": 42125, + "end": 42217, "loc": { "start": { - "line": 1129, + "line": 1145, "column": 4 }, "end": { - "line": 1132, + "line": 1148, "column": 7 } } @@ -182439,15 +186255,15 @@ { "type": "CommentBlock", "value": "*\n * Get the current time of the recorded stream during playback.\n *\n * Returns 0 if no recording is available (yet).\n *\n * @returns {float} Current time of the recorded stream.\n ", - "start": 42319, - "end": 42526, + "start": 42982, + "end": 43189, "loc": { "start": { - "line": 1161, + "line": 1177, "column": 4 }, "end": { - "line": 1167, + "line": 1183, "column": 7 } } @@ -182456,15 +186272,15 @@ }, { "type": "ClassMethod", - "start": 42531, - "end": 42788, + "start": 43194, + "end": 43451, "loc": { "start": { - "line": 1168, + "line": 1184, "column": 4 }, "end": { - "line": 1176, + "line": 1192, "column": 5 } }, @@ -182472,15 +186288,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 42531, - "end": 42545, + "start": 43194, + "end": 43208, "loc": { "start": { - "line": 1168, + "line": 1184, "column": 4 }, "end": { - "line": 1168, + "line": 1184, "column": 18 }, "identifierName": "getCurrentTime" @@ -182496,59 +186312,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 42548, - "end": 42788, + "start": 43211, + "end": 43451, "loc": { "start": { - "line": 1168, + "line": 1184, "column": 21 }, "end": { - "line": 1176, + "line": 1192, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 42558, - "end": 42635, + "start": 43221, + "end": 43298, "loc": { "start": { - "line": 1169, + "line": 1185, "column": 8 }, "end": { - "line": 1169, + "line": 1185, "column": 85 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 42562, - "end": 42634, + "start": 43225, + "end": 43297, "loc": { "start": { - "line": 1169, + "line": 1185, "column": 12 }, "end": { - "line": 1169, + "line": 1185, "column": 84 } }, "id": { "type": "Identifier", - "start": 42562, - "end": 42573, + "start": 43225, + "end": 43236, "loc": { "start": { - "line": 1169, + "line": 1185, "column": 12 }, "end": { - "line": 1169, + "line": 1185, "column": 23 }, "identifierName": "currentTime" @@ -182557,43 +186373,43 @@ }, "init": { "type": "ConditionalExpression", - "start": 42576, - "end": 42634, + "start": 43239, + "end": 43297, "loc": { "start": { - "line": 1169, + "line": 1185, "column": 26 }, "end": { - "line": 1169, + "line": 1185, "column": 84 } }, "test": { "type": "CallExpression", - "start": 42576, - "end": 42605, + "start": 43239, + "end": 43268, "loc": { "start": { - "line": 1169, + "line": 1185, "column": 26 }, "end": { - "line": 1169, + "line": 1185, "column": 55 } }, "callee": { "type": "Identifier", - "start": 42576, - "end": 42581, + "start": 43239, + "end": 43244, "loc": { "start": { - "line": 1169, + "line": 1185, "column": 26 }, "end": { - "line": 1169, + "line": 1185, "column": 31 }, "identifierName": "isNaN" @@ -182603,44 +186419,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 42582, - "end": 42604, + "start": 43245, + "end": 43267, "loc": { "start": { - "line": 1169, + "line": 1185, "column": 32 }, "end": { - "line": 1169, + "line": 1185, "column": 54 } }, "object": { "type": "ThisExpression", - "start": 42582, - "end": 42586, + "start": 43245, + "end": 43249, "loc": { "start": { - "line": 1169, + "line": 1185, "column": 32 }, "end": { - "line": 1169, + "line": 1185, "column": 36 } } }, "property": { "type": "Identifier", - "start": 42587, - "end": 42604, + "start": 43250, + "end": 43267, "loc": { "start": { - "line": 1169, + "line": 1185, "column": 37 }, "end": { - "line": 1169, + "line": 1185, "column": 54 }, "identifierName": "streamCurrentTime" @@ -182653,15 +186469,15 @@ }, "consequent": { "type": "NumericLiteral", - "start": 42608, - "end": 42609, + "start": 43271, + "end": 43272, "loc": { "start": { - "line": 1169, + "line": 1185, "column": 58 }, "end": { - "line": 1169, + "line": 1185, "column": 59 } }, @@ -182673,44 +186489,44 @@ }, "alternate": { "type": "MemberExpression", - "start": 42612, - "end": 42634, + "start": 43275, + "end": 43297, "loc": { "start": { - "line": 1169, + "line": 1185, "column": 62 }, "end": { - "line": 1169, + "line": 1185, "column": 84 } }, "object": { "type": "ThisExpression", - "start": 42612, - "end": 42616, + "start": 43275, + "end": 43279, "loc": { "start": { - "line": 1169, + "line": 1185, "column": 62 }, "end": { - "line": 1169, + "line": 1185, "column": 66 } } }, "property": { "type": "Identifier", - "start": 42617, - "end": 42634, + "start": 43280, + "end": 43297, "loc": { "start": { - "line": 1169, + "line": 1185, "column": 67 }, "end": { - "line": 1169, + "line": 1185, "column": 84 }, "identifierName": "streamCurrentTime" @@ -182726,86 +186542,86 @@ }, { "type": "IfStatement", - "start": 42645, - "end": 42753, + "start": 43308, + "end": 43416, "loc": { "start": { - "line": 1171, + "line": 1187, "column": 8 }, "end": { - "line": 1173, + "line": 1189, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 42649, - "end": 42684, + "start": 43312, + "end": 43347, "loc": { "start": { - "line": 1171, + "line": 1187, "column": 12 }, "end": { - "line": 1171, + "line": 1187, "column": 47 } }, "left": { "type": "CallExpression", - "start": 42649, - "end": 42669, + "start": 43312, + "end": 43332, "loc": { "start": { - "line": 1171, + "line": 1187, "column": 12 }, "end": { - "line": 1171, + "line": 1187, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 42649, - "end": 42667, + "start": 43312, + "end": 43330, "loc": { "start": { - "line": 1171, + "line": 1187, "column": 12 }, "end": { - "line": 1171, + "line": 1187, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 42649, - "end": 42653, + "start": 43312, + "end": 43316, "loc": { "start": { - "line": 1171, + "line": 1187, "column": 12 }, "end": { - "line": 1171, + "line": 1187, "column": 16 } } }, "property": { "type": "Identifier", - "start": 42654, - "end": 42667, + "start": 43317, + "end": 43330, "loc": { "start": { - "line": 1171, + "line": 1187, "column": 17 }, "end": { - "line": 1171, + "line": 1187, "column": 30 }, "identifierName": "getRecordType" @@ -182819,15 +186635,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 42674, - "end": 42684, + "start": 43337, + "end": 43347, "loc": { "start": { - "line": 1171, + "line": 1187, "column": 37 }, "end": { - "line": 1171, + "line": 1187, "column": 47 }, "identifierName": "AUDIO_ONLY" @@ -182837,59 +186653,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 42686, - "end": 42753, + "start": 43349, + "end": 43416, "loc": { "start": { - "line": 1171, + "line": 1187, "column": 49 }, "end": { - "line": 1173, + "line": 1189, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 42700, - "end": 42743, + "start": 43363, + "end": 43406, "loc": { "start": { - "line": 1172, + "line": 1188, "column": 12 }, "end": { - "line": 1172, + "line": 1188, "column": 55 } }, "expression": { "type": "AssignmentExpression", - "start": 42700, - "end": 42742, + "start": 43363, + "end": 43405, "loc": { "start": { - "line": 1172, + "line": 1188, "column": 12 }, "end": { - "line": 1172, + "line": 1188, "column": 54 } }, "operator": "=", "left": { "type": "Identifier", - "start": 42700, - "end": 42711, + "start": 43363, + "end": 43374, "loc": { "start": { - "line": 1172, + "line": 1188, "column": 12 }, "end": { - "line": 1172, + "line": 1188, "column": 23 }, "identifierName": "currentTime" @@ -182898,72 +186714,72 @@ }, "right": { "type": "CallExpression", - "start": 42714, - "end": 42742, + "start": 43377, + "end": 43405, "loc": { "start": { - "line": 1172, + "line": 1188, "column": 26 }, "end": { - "line": 1172, + "line": 1188, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 42714, - "end": 42740, + "start": 43377, + "end": 43403, "loc": { "start": { - "line": 1172, + "line": 1188, "column": 26 }, "end": { - "line": 1172, + "line": 1188, "column": 52 } }, "object": { "type": "MemberExpression", - "start": 42714, - "end": 42725, + "start": 43377, + "end": 43388, "loc": { "start": { - "line": 1172, + "line": 1188, "column": 26 }, "end": { - "line": 1172, + "line": 1188, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 42714, - "end": 42718, + "start": 43377, + "end": 43381, "loc": { "start": { - "line": 1172, + "line": 1188, "column": 26 }, "end": { - "line": 1172, + "line": 1188, "column": 30 } } }, "property": { "type": "Identifier", - "start": 42719, - "end": 42725, + "start": 43382, + "end": 43388, "loc": { "start": { - "line": 1172, + "line": 1188, "column": 31 }, "end": { - "line": 1172, + "line": 1188, "column": 37 }, "identifierName": "surfer" @@ -182974,15 +186790,15 @@ }, "property": { "type": "Identifier", - "start": 42726, - "end": 42740, + "start": 43389, + "end": 43403, "loc": { "start": { - "line": 1172, + "line": 1188, "column": 38 }, "end": { - "line": 1172, + "line": 1188, "column": 52 }, "identifierName": "getCurrentTime" @@ -183002,29 +186818,29 @@ }, { "type": "ReturnStatement", - "start": 42763, - "end": 42782, + "start": 43426, + "end": 43445, "loc": { "start": { - "line": 1175, + "line": 1191, "column": 8 }, "end": { - "line": 1175, + "line": 1191, "column": 27 } }, "argument": { "type": "Identifier", - "start": 42770, - "end": 42781, + "start": 43433, + "end": 43444, "loc": { "start": { - "line": 1175, + "line": 1191, "column": 15 }, "end": { - "line": 1175, + "line": 1191, "column": 26 }, "identifierName": "currentTime" @@ -183040,15 +186856,15 @@ { "type": "CommentBlock", "value": "*\n * Get the current time of the recorded stream during playback.\n *\n * Returns 0 if no recording is available (yet).\n *\n * @returns {float} Current time of the recorded stream.\n ", - "start": 42319, - "end": 42526, + "start": 42982, + "end": 43189, "loc": { "start": { - "line": 1161, + "line": 1177, "column": 4 }, "end": { - "line": 1167, + "line": 1183, "column": 7 } } @@ -183058,15 +186874,15 @@ { "type": "CommentBlock", "value": "*\n * Updates the player's element displaying the current time.\n *\n * @private\n * @param {number} [currentTime=0] - Current position of the\n * playhead (in seconds).\n * @param {number} [duration=0] - Duration in seconds.\n ", - "start": 42794, - "end": 43050, + "start": 43457, + "end": 43713, "loc": { "start": { - "line": 1178, + "line": 1194, "column": 4 }, "end": { - "line": 1185, + "line": 1201, "column": 7 } } @@ -183075,15 +186891,15 @@ }, { "type": "ClassMethod", - "start": 43055, - "end": 44127, + "start": 43718, + "end": 44884, "loc": { "start": { - "line": 1186, + "line": 1202, "column": 4 }, "end": { - "line": 1211, + "line": 1228, "column": 5 } }, @@ -183091,15 +186907,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 43055, - "end": 43069, + "start": 43718, + "end": 43732, "loc": { "start": { - "line": 1186, + "line": 1202, "column": 4 }, "end": { - "line": 1186, + "line": 1202, "column": 18 }, "identifierName": "setCurrentTime" @@ -183115,15 +186931,15 @@ "params": [ { "type": "Identifier", - "start": 43070, - "end": 43081, + "start": 43733, + "end": 43744, "loc": { "start": { - "line": 1186, + "line": 1202, "column": 19 }, "end": { - "line": 1186, + "line": 1202, "column": 30 }, "identifierName": "currentTime" @@ -183132,15 +186948,15 @@ }, { "type": "Identifier", - "start": 43083, - "end": 43091, + "start": 43746, + "end": 43754, "loc": { "start": { - "line": 1186, + "line": 1202, "column": 32 }, "end": { - "line": 1186, + "line": 1202, "column": 40 }, "identifierName": "duration" @@ -183150,59 +186966,59 @@ ], "body": { "type": "BlockStatement", - "start": 43093, - "end": 44127, + "start": 43756, + "end": 44884, "loc": { "start": { - "line": 1186, + "line": 1202, "column": 42 }, "end": { - "line": 1211, + "line": 1228, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 43103, - "end": 43154, + "start": 43766, + "end": 43817, "loc": { "start": { - "line": 1187, + "line": 1203, "column": 8 }, "end": { - "line": 1187, + "line": 1203, "column": 59 } }, "expression": { "type": "AssignmentExpression", - "start": 43103, - "end": 43153, + "start": 43766, + "end": 43816, "loc": { "start": { - "line": 1187, + "line": 1203, "column": 8 }, "end": { - "line": 1187, + "line": 1203, "column": 58 } }, "operator": "=", "left": { "type": "Identifier", - "start": 43103, - "end": 43114, + "start": 43766, + "end": 43777, "loc": { "start": { - "line": 1187, + "line": 1203, "column": 8 }, "end": { - "line": 1187, + "line": 1203, "column": 19 }, "identifierName": "currentTime" @@ -183211,43 +187027,43 @@ }, "right": { "type": "ConditionalExpression", - "start": 43117, - "end": 43153, + "start": 43780, + "end": 43816, "loc": { "start": { - "line": 1187, + "line": 1203, "column": 22 }, "end": { - "line": 1187, + "line": 1203, "column": 58 } }, "test": { "type": "CallExpression", - "start": 43117, - "end": 43135, + "start": 43780, + "end": 43798, "loc": { "start": { - "line": 1187, + "line": 1203, "column": 22 }, "end": { - "line": 1187, + "line": 1203, "column": 40 } }, "callee": { "type": "Identifier", - "start": 43117, - "end": 43122, + "start": 43780, + "end": 43785, "loc": { "start": { - "line": 1187, + "line": 1203, "column": 22 }, "end": { - "line": 1187, + "line": 1203, "column": 27 }, "identifierName": "isNaN" @@ -183257,15 +187073,15 @@ "arguments": [ { "type": "Identifier", - "start": 43123, - "end": 43134, + "start": 43786, + "end": 43797, "loc": { "start": { - "line": 1187, + "line": 1203, "column": 28 }, "end": { - "line": 1187, + "line": 1203, "column": 39 }, "identifierName": "currentTime" @@ -183276,15 +187092,15 @@ }, "consequent": { "type": "NumericLiteral", - "start": 43138, - "end": 43139, + "start": 43801, + "end": 43802, "loc": { "start": { - "line": 1187, + "line": 1203, "column": 43 }, "end": { - "line": 1187, + "line": 1203, "column": 44 } }, @@ -183296,15 +187112,15 @@ }, "alternate": { "type": "Identifier", - "start": 43142, - "end": 43153, + "start": 43805, + "end": 43816, "loc": { "start": { - "line": 1187, + "line": 1203, "column": 47 }, "end": { - "line": 1187, + "line": 1203, "column": 58 }, "identifierName": "currentTime" @@ -183316,44 +187132,44 @@ }, { "type": "ExpressionStatement", - "start": 43163, - "end": 43205, + "start": 43826, + "end": 43868, "loc": { "start": { - "line": 1188, + "line": 1204, "column": 8 }, "end": { - "line": 1188, + "line": 1204, "column": 50 } }, "expression": { "type": "AssignmentExpression", - "start": 43163, - "end": 43204, + "start": 43826, + "end": 43867, "loc": { "start": { - "line": 1188, + "line": 1204, "column": 8 }, "end": { - "line": 1188, + "line": 1204, "column": 49 } }, "operator": "=", "left": { "type": "Identifier", - "start": 43163, - "end": 43171, + "start": 43826, + "end": 43834, "loc": { "start": { - "line": 1188, + "line": 1204, "column": 8 }, "end": { - "line": 1188, + "line": 1204, "column": 16 }, "identifierName": "duration" @@ -183362,43 +187178,43 @@ }, "right": { "type": "ConditionalExpression", - "start": 43174, - "end": 43204, + "start": 43837, + "end": 43867, "loc": { "start": { - "line": 1188, + "line": 1204, "column": 19 }, "end": { - "line": 1188, + "line": 1204, "column": 49 } }, "test": { "type": "CallExpression", - "start": 43174, - "end": 43189, + "start": 43837, + "end": 43852, "loc": { "start": { - "line": 1188, + "line": 1204, "column": 19 }, "end": { - "line": 1188, + "line": 1204, "column": 34 } }, "callee": { "type": "Identifier", - "start": 43174, - "end": 43179, + "start": 43837, + "end": 43842, "loc": { "start": { - "line": 1188, + "line": 1204, "column": 19 }, "end": { - "line": 1188, + "line": 1204, "column": 24 }, "identifierName": "isNaN" @@ -183408,15 +187224,15 @@ "arguments": [ { "type": "Identifier", - "start": 43180, - "end": 43188, + "start": 43843, + "end": 43851, "loc": { "start": { - "line": 1188, + "line": 1204, "column": 25 }, "end": { - "line": 1188, + "line": 1204, "column": 33 }, "identifierName": "duration" @@ -183427,15 +187243,15 @@ }, "consequent": { "type": "NumericLiteral", - "start": 43192, - "end": 43193, + "start": 43855, + "end": 43856, "loc": { "start": { - "line": 1188, + "line": 1204, "column": 37 }, "end": { - "line": 1188, + "line": 1204, "column": 38 } }, @@ -183447,15 +187263,15 @@ }, "alternate": { "type": "Identifier", - "start": 43196, - "end": 43204, + "start": 43859, + "end": 43867, "loc": { "start": { - "line": 1188, + "line": 1204, "column": 41 }, "end": { - "line": 1188, + "line": 1204, "column": 49 }, "identifierName": "duration" @@ -183467,72 +187283,72 @@ }, { "type": "SwitchStatement", - "start": 43215, - "end": 44121, + "start": 43878, + "end": 44878, "loc": { "start": { - "line": 1190, + "line": 1206, "column": 8 }, "end": { - "line": 1210, + "line": 1227, "column": 9 } }, "discriminant": { "type": "CallExpression", - "start": 43223, - "end": 43243, + "start": 43886, + "end": 43906, "loc": { "start": { - "line": 1190, + "line": 1206, "column": 16 }, "end": { - "line": 1190, + "line": 1206, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 43223, - "end": 43241, + "start": 43886, + "end": 43904, "loc": { "start": { - "line": 1190, + "line": 1206, "column": 16 }, "end": { - "line": 1190, + "line": 1206, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 43223, - "end": 43227, + "start": 43886, + "end": 43890, "loc": { "start": { - "line": 1190, + "line": 1206, "column": 16 }, "end": { - "line": 1190, + "line": 1206, "column": 20 } } }, "property": { "type": "Identifier", - "start": 43228, - "end": 43241, + "start": 43891, + "end": 43904, "loc": { "start": { - "line": 1190, + "line": 1206, "column": 21 }, "end": { - "line": 1190, + "line": 1206, "column": 34 }, "identifierName": "getRecordType" @@ -183546,101 +187362,101 @@ "cases": [ { "type": "SwitchCase", - "start": 43259, - "end": 43365, + "start": 43922, + "end": 44028, "loc": { "start": { - "line": 1191, + "line": 1207, "column": 12 }, "end": { - "line": 1193, + "line": 1209, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 43292, - "end": 43342, + "start": 43955, + "end": 44005, "loc": { "start": { - "line": 1192, + "line": 1208, "column": 16 }, "end": { - "line": 1192, + "line": 1208, "column": 66 } }, "expression": { "type": "CallExpression", - "start": 43292, - "end": 43341, + "start": 43955, + "end": 44004, "loc": { "start": { - "line": 1192, + "line": 1208, "column": 16 }, "end": { - "line": 1192, + "line": 1208, "column": 65 } }, "callee": { "type": "MemberExpression", - "start": 43292, - "end": 43318, + "start": 43955, + "end": 43981, "loc": { "start": { - "line": 1192, + "line": 1208, "column": 16 }, "end": { - "line": 1192, + "line": 1208, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 43292, - "end": 43303, + "start": 43955, + "end": 43966, "loc": { "start": { - "line": 1192, + "line": 1208, "column": 16 }, "end": { - "line": 1192, + "line": 1208, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 43292, - "end": 43296, + "start": 43955, + "end": 43959, "loc": { "start": { - "line": 1192, + "line": 1208, "column": 16 }, "end": { - "line": 1192, + "line": 1208, "column": 20 } } }, "property": { "type": "Identifier", - "start": 43297, - "end": 43303, + "start": 43960, + "end": 43966, "loc": { "start": { - "line": 1192, + "line": 1208, "column": 21 }, "end": { - "line": 1192, + "line": 1208, "column": 27 }, "identifierName": "surfer" @@ -183651,15 +187467,15 @@ }, "property": { "type": "Identifier", - "start": 43304, - "end": 43318, + "start": 43967, + "end": 43981, "loc": { "start": { - "line": 1192, + "line": 1208, "column": 28 }, "end": { - "line": 1192, + "line": 1208, "column": 42 }, "identifierName": "setCurrentTime" @@ -183671,15 +187487,15 @@ "arguments": [ { "type": "Identifier", - "start": 43319, - "end": 43330, + "start": 43982, + "end": 43993, "loc": { "start": { - "line": 1192, + "line": 1208, "column": 43 }, "end": { - "line": 1192, + "line": 1208, "column": 54 }, "identifierName": "currentTime" @@ -183688,15 +187504,15 @@ }, { "type": "Identifier", - "start": 43332, - "end": 43340, + "start": 43995, + "end": 44003, "loc": { "start": { - "line": 1192, + "line": 1208, "column": 56 }, "end": { - "line": 1192, + "line": 1208, "column": 64 }, "identifierName": "duration" @@ -183708,15 +187524,15 @@ }, { "type": "BreakStatement", - "start": 43359, - "end": 43365, + "start": 44022, + "end": 44028, "loc": { "start": { - "line": 1193, + "line": 1209, "column": 16 }, "end": { - "line": 1193, + "line": 1209, "column": 22 } }, @@ -183725,15 +187541,15 @@ ], "test": { "type": "Identifier", - "start": 43264, - "end": 43274, + "start": 43927, + "end": 43937, "loc": { "start": { - "line": 1191, + "line": 1207, "column": 17 }, "end": { - "line": 1191, + "line": 1207, "column": 27 }, "identifierName": "AUDIO_ONLY" @@ -183743,30 +187559,30 @@ }, { "type": "SwitchCase", - "start": 43379, - "end": 43395, + "start": 44042, + "end": 44058, "loc": { "start": { - "line": 1195, + "line": 1211, "column": 12 }, "end": { - "line": 1195, + "line": 1211, "column": 28 } }, "consequent": [], "test": { "type": "Identifier", - "start": 43384, - "end": 43394, + "start": 44047, + "end": 44057, "loc": { "start": { - "line": 1195, + "line": 1211, "column": 17 }, "end": { - "line": 1195, + "line": 1211, "column": 27 }, "identifierName": "VIDEO_ONLY" @@ -183776,30 +187592,30 @@ }, { "type": "SwitchCase", - "start": 43408, - "end": 43425, + "start": 44071, + "end": 44088, "loc": { "start": { - "line": 1196, + "line": 1212, "column": 12 }, "end": { - "line": 1196, + "line": 1212, "column": 29 } }, "consequent": [], "test": { "type": "Identifier", - "start": 43413, - "end": 43424, + "start": 44076, + "end": 44087, "loc": { "start": { - "line": 1196, + "line": 1212, "column": 17 }, "end": { - "line": 1196, + "line": 1212, "column": 28 }, "identifierName": "AUDIO_VIDEO" @@ -183809,30 +187625,30 @@ }, { "type": "SwitchCase", - "start": 43438, - "end": 43456, + "start": 44101, + "end": 44119, "loc": { "start": { - "line": 1197, + "line": 1213, "column": 12 }, "end": { - "line": 1197, + "line": 1213, "column": 30 } }, "consequent": [], "test": { "type": "Identifier", - "start": 43443, - "end": 43455, + "start": 44106, + "end": 44118, "loc": { "start": { - "line": 1197, + "line": 1213, "column": 17 }, "end": { - "line": 1197, + "line": 1213, "column": 29 }, "identifierName": "AUDIO_SCREEN" @@ -183842,30 +187658,30 @@ }, { "type": "SwitchCase", - "start": 43469, - "end": 43484, + "start": 44132, + "end": 44147, "loc": { "start": { - "line": 1198, + "line": 1214, "column": 12 }, "end": { - "line": 1198, + "line": 1214, "column": 27 } }, "consequent": [], "test": { "type": "Identifier", - "start": 43474, - "end": 43483, + "start": 44137, + "end": 44146, "loc": { "start": { - "line": 1198, + "line": 1214, "column": 17 }, "end": { - "line": 1198, + "line": 1214, "column": 26 }, "identifierName": "ANIMATION" @@ -183875,410 +187691,622 @@ }, { "type": "SwitchCase", - "start": 43497, - "end": 44111, + "start": 44160, + "end": 44868, "loc": { "start": { - "line": 1199, + "line": 1215, "column": 12 }, "end": { - "line": 1209, + "line": 1226, "column": 22 } }, "consequent": [ { "type": "IfStatement", - "start": 43531, - "end": 44088, + "start": 44194, + "end": 44845, "loc": { "start": { - "line": 1200, + "line": 1216, "column": 16 }, "end": { - "line": 1208, + "line": 1225, "column": 17 } }, "test": { "type": "LogicalExpression", - "start": 43535, - "end": 43653, + "start": 44198, + "end": 44403, "loc": { "start": { - "line": 1200, + "line": 1216, "column": 20 }, "end": { - "line": 1201, - "column": 73 + "line": 1218, + "column": 83 } }, "left": { - "type": "MemberExpression", - "start": 43535, - "end": 43576, + "type": "LogicalExpression", + "start": 44198, + "end": 44316, "loc": { "start": { - "line": 1200, + "line": 1216, "column": 20 }, "end": { - "line": 1200, - "column": 61 + "line": 1217, + "column": 73 } }, - "object": { + "left": { "type": "MemberExpression", - "start": 43535, - "end": 43557, + "start": 44198, + "end": 44239, "loc": { "start": { - "line": 1200, + "line": 1216, "column": 20 }, "end": { - "line": 1200, - "column": 42 + "line": 1216, + "column": 61 } }, "object": { "type": "MemberExpression", - "start": 43535, - "end": 43546, + "start": 44198, + "end": 44220, "loc": { "start": { - "line": 1200, + "line": 1216, "column": 20 }, "end": { - "line": 1200, - "column": 31 + "line": 1216, + "column": 42 } }, "object": { - "type": "ThisExpression", - "start": 43535, - "end": 43539, + "type": "MemberExpression", + "start": 44198, + "end": 44209, "loc": { "start": { - "line": 1200, + "line": 1216, "column": 20 }, "end": { - "line": 1200, - "column": 24 + "line": 1216, + "column": 31 } - } + }, + "object": { + "type": "ThisExpression", + "start": 44198, + "end": 44202, + "loc": { + "start": { + "line": 1216, + "column": 20 + }, + "end": { + "line": 1216, + "column": 24 + } + } + }, + "property": { + "type": "Identifier", + "start": 44203, + "end": 44209, + "loc": { + "start": { + "line": 1216, + "column": 25 + }, + "end": { + "line": 1216, + "column": 31 + }, + "identifierName": "player" + }, + "name": "player" + }, + "computed": false }, "property": { "type": "Identifier", - "start": 43540, - "end": 43546, + "start": 44210, + "end": 44220, "loc": { "start": { - "line": 1200, - "column": 25 + "line": 1216, + "column": 32 }, "end": { - "line": 1200, - "column": 31 + "line": 1216, + "column": 42 }, - "identifierName": "player" + "identifierName": "controlBar" }, - "name": "player" + "name": "controlBar" }, "computed": false }, "property": { "type": "Identifier", - "start": 43547, - "end": 43557, + "start": 44221, + "end": 44239, "loc": { "start": { - "line": 1200, - "column": 32 + "line": 1216, + "column": 43 }, "end": { - "line": 1200, - "column": 42 + "line": 1216, + "column": 61 }, - "identifierName": "controlBar" + "identifierName": "currentTimeDisplay" }, - "name": "controlBar" + "name": "currentTimeDisplay" }, "computed": false }, - "property": { - "type": "Identifier", - "start": 43558, - "end": 43576, + "operator": "&&", + "right": { + "type": "CallExpression", + "start": 44263, + "end": 44316, "loc": { "start": { - "line": 1200, - "column": 43 + "line": 1217, + "column": 20 }, "end": { - "line": 1200, - "column": 61 + "line": 1217, + "column": 73 + } + }, + "callee": { + "type": "MemberExpression", + "start": 44263, + "end": 44314, + "loc": { + "start": { + "line": 1217, + "column": 20 + }, + "end": { + "line": 1217, + "column": 71 + } }, - "identifierName": "currentTimeDisplay" + "object": { + "type": "MemberExpression", + "start": 44263, + "end": 44304, + "loc": { + "start": { + "line": 1217, + "column": 20 + }, + "end": { + "line": 1217, + "column": 61 + } + }, + "object": { + "type": "MemberExpression", + "start": 44263, + "end": 44285, + "loc": { + "start": { + "line": 1217, + "column": 20 + }, + "end": { + "line": 1217, + "column": 42 + } + }, + "object": { + "type": "MemberExpression", + "start": 44263, + "end": 44274, + "loc": { + "start": { + "line": 1217, + "column": 20 + }, + "end": { + "line": 1217, + "column": 31 + } + }, + "object": { + "type": "ThisExpression", + "start": 44263, + "end": 44267, + "loc": { + "start": { + "line": 1217, + "column": 20 + }, + "end": { + "line": 1217, + "column": 24 + } + } + }, + "property": { + "type": "Identifier", + "start": 44268, + "end": 44274, + "loc": { + "start": { + "line": 1217, + "column": 25 + }, + "end": { + "line": 1217, + "column": 31 + }, + "identifierName": "player" + }, + "name": "player" + }, + "computed": false + }, + "property": { + "type": "Identifier", + "start": 44275, + "end": 44285, + "loc": { + "start": { + "line": 1217, + "column": 32 + }, + "end": { + "line": 1217, + "column": 42 + }, + "identifierName": "controlBar" + }, + "name": "controlBar" + }, + "computed": false + }, + "property": { + "type": "Identifier", + "start": 44286, + "end": 44304, + "loc": { + "start": { + "line": 1217, + "column": 43 + }, + "end": { + "line": 1217, + "column": 61 + }, + "identifierName": "currentTimeDisplay" + }, + "name": "currentTimeDisplay" + }, + "computed": false + }, + "property": { + "type": "Identifier", + "start": 44305, + "end": 44314, + "loc": { + "start": { + "line": 1217, + "column": 62 + }, + "end": { + "line": 1217, + "column": 71 + }, + "identifierName": "contentEl" + }, + "name": "contentEl" + }, + "computed": false }, - "name": "currentTimeDisplay" - }, - "computed": false + "arguments": [] + } }, "operator": "&&", "right": { - "type": "CallExpression", - "start": 43600, - "end": 43653, + "type": "MemberExpression", + "start": 44340, + "end": 44403, "loc": { "start": { - "line": 1201, + "line": 1218, "column": 20 }, "end": { - "line": 1201, - "column": 73 + "line": 1218, + "column": 83 } }, - "callee": { - "type": "MemberExpression", - "start": 43600, - "end": 43651, + "object": { + "type": "CallExpression", + "start": 44340, + "end": 44393, "loc": { "start": { - "line": 1201, + "line": 1218, "column": 20 }, "end": { - "line": 1201, - "column": 71 + "line": 1218, + "column": 73 } }, - "object": { + "callee": { "type": "MemberExpression", - "start": 43600, - "end": 43641, + "start": 44340, + "end": 44391, "loc": { "start": { - "line": 1201, + "line": 1218, "column": 20 }, "end": { - "line": 1201, - "column": 61 + "line": 1218, + "column": 71 } }, "object": { "type": "MemberExpression", - "start": 43600, - "end": 43622, + "start": 44340, + "end": 44381, "loc": { "start": { - "line": 1201, + "line": 1218, "column": 20 }, "end": { - "line": 1201, - "column": 42 + "line": 1218, + "column": 61 } }, "object": { "type": "MemberExpression", - "start": 43600, - "end": 43611, + "start": 44340, + "end": 44362, "loc": { "start": { - "line": 1201, + "line": 1218, "column": 20 }, "end": { - "line": 1201, - "column": 31 + "line": 1218, + "column": 42 } }, "object": { - "type": "ThisExpression", - "start": 43600, - "end": 43604, + "type": "MemberExpression", + "start": 44340, + "end": 44351, "loc": { "start": { - "line": 1201, + "line": 1218, "column": 20 }, "end": { - "line": 1201, - "column": 24 + "line": 1218, + "column": 31 } - } + }, + "object": { + "type": "ThisExpression", + "start": 44340, + "end": 44344, + "loc": { + "start": { + "line": 1218, + "column": 20 + }, + "end": { + "line": 1218, + "column": 24 + } + } + }, + "property": { + "type": "Identifier", + "start": 44345, + "end": 44351, + "loc": { + "start": { + "line": 1218, + "column": 25 + }, + "end": { + "line": 1218, + "column": 31 + }, + "identifierName": "player" + }, + "name": "player" + }, + "computed": false }, "property": { "type": "Identifier", - "start": 43605, - "end": 43611, + "start": 44352, + "end": 44362, "loc": { "start": { - "line": 1201, - "column": 25 + "line": 1218, + "column": 32 }, "end": { - "line": 1201, - "column": 31 + "line": 1218, + "column": 42 }, - "identifierName": "player" + "identifierName": "controlBar" }, - "name": "player" + "name": "controlBar" }, "computed": false }, "property": { "type": "Identifier", - "start": 43612, - "end": 43622, + "start": 44363, + "end": 44381, "loc": { "start": { - "line": 1201, - "column": 32 + "line": 1218, + "column": 43 }, "end": { - "line": 1201, - "column": 42 + "line": 1218, + "column": 61 }, - "identifierName": "controlBar" + "identifierName": "currentTimeDisplay" }, - "name": "controlBar" + "name": "currentTimeDisplay" }, "computed": false }, "property": { "type": "Identifier", - "start": 43623, - "end": 43641, + "start": 44382, + "end": 44391, "loc": { "start": { - "line": 1201, - "column": 43 + "line": 1218, + "column": 62 }, "end": { - "line": 1201, - "column": 61 + "line": 1218, + "column": 71 }, - "identifierName": "currentTimeDisplay" + "identifierName": "contentEl" }, - "name": "currentTimeDisplay" + "name": "contentEl" }, "computed": false }, - "property": { - "type": "Identifier", - "start": 43642, - "end": 43651, - "loc": { - "start": { - "line": 1201, - "column": 62 - }, - "end": { - "line": 1201, - "column": 71 - }, - "identifierName": "contentEl" + "arguments": [] + }, + "property": { + "type": "Identifier", + "start": 44394, + "end": 44403, + "loc": { + "start": { + "line": 1218, + "column": 74 }, - "name": "contentEl" + "end": { + "line": 1218, + "column": 83 + }, + "identifierName": "lastChild" }, - "computed": false + "name": "lastChild" }, - "arguments": [] + "computed": false } }, "consequent": { "type": "BlockStatement", - "start": 43655, - "end": 44088, + "start": 44405, + "end": 44845, "loc": { "start": { - "line": 1201, - "column": 75 + "line": 1218, + "column": 85 }, "end": { - "line": 1208, + "line": 1225, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 43677, - "end": 43734, + "start": 44427, + "end": 44484, "loc": { "start": { - "line": 1202, + "line": 1219, "column": 20 }, "end": { - "line": 1202, + "line": 1219, "column": 77 } }, "expression": { "type": "AssignmentExpression", - "start": 43677, - "end": 43733, + "start": 44427, + "end": 44483, "loc": { "start": { - "line": 1202, + "line": 1219, "column": 20 }, "end": { - "line": 1202, + "line": 1219, "column": 76 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 43677, - "end": 43699, + "start": 44427, + "end": 44449, "loc": { "start": { - "line": 1202, + "line": 1219, "column": 20 }, "end": { - "line": 1202, + "line": 1219, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 43677, - "end": 43681, + "start": 44427, + "end": 44431, "loc": { "start": { - "line": 1202, + "line": 1219, "column": 20 }, "end": { - "line": 1202, + "line": 1219, "column": 24 } } }, "property": { "type": "Identifier", - "start": 43682, - "end": 43699, + "start": 44432, + "end": 44449, "loc": { "start": { - "line": 1202, + "line": 1219, "column": 25 }, "end": { - "line": 1202, + "line": 1219, "column": 42 }, "identifierName": "streamCurrentTime" @@ -184289,43 +188317,43 @@ }, "right": { "type": "CallExpression", - "start": 43702, - "end": 43733, + "start": 44452, + "end": 44483, "loc": { "start": { - "line": 1202, + "line": 1219, "column": 45 }, "end": { - "line": 1202, + "line": 1219, "column": 76 } }, "callee": { "type": "MemberExpression", - "start": 43702, - "end": 43710, + "start": 44452, + "end": 44460, "loc": { "start": { - "line": 1202, + "line": 1219, "column": 45 }, "end": { - "line": 1202, + "line": 1219, "column": 53 } }, "object": { "type": "Identifier", - "start": 43702, - "end": 43706, + "start": 44452, + "end": 44456, "loc": { "start": { - "line": 1202, + "line": 1219, "column": 45 }, "end": { - "line": 1202, + "line": 1219, "column": 49 }, "identifierName": "Math" @@ -184334,15 +188362,15 @@ }, "property": { "type": "Identifier", - "start": 43707, - "end": 43710, + "start": 44457, + "end": 44460, "loc": { "start": { - "line": 1202, + "line": 1219, "column": 50 }, "end": { - "line": 1202, + "line": 1219, "column": 53 }, "identifierName": "min" @@ -184354,15 +188382,15 @@ "arguments": [ { "type": "Identifier", - "start": 43711, - "end": 43722, + "start": 44461, + "end": 44472, "loc": { "start": { - "line": 1202, + "line": 1219, "column": 54 }, "end": { - "line": 1202, + "line": 1219, "column": 65 }, "identifierName": "currentTime" @@ -184371,15 +188399,15 @@ }, { "type": "Identifier", - "start": 43724, - "end": 43732, + "start": 44474, + "end": 44482, "loc": { "start": { - "line": 1202, + "line": 1219, "column": 67 }, "end": { - "line": 1202, + "line": 1219, "column": 75 }, "identifierName": "duration" @@ -184393,15 +188421,15 @@ { "type": "CommentLine", "value": " update current time display component", - "start": 43756, - "end": 43796, + "start": 44506, + "end": 44546, "loc": { "start": { - "line": 1204, + "line": 1221, "column": 20 }, "end": { - "line": 1204, + "line": 1221, "column": 60 } } @@ -184410,100 +188438,100 @@ }, { "type": "ExpressionStatement", - "start": 43817, - "end": 44070, + "start": 44567, + "end": 44827, "loc": { "start": { - "line": 1205, + "line": 1222, "column": 20 }, "end": { - "line": 1207, - "column": 92 + "line": 1224, + "column": 99 } }, "expression": { "type": "AssignmentExpression", - "start": 43817, - "end": 44069, + "start": 44567, + "end": 44826, "loc": { "start": { - "line": 1205, + "line": 1222, "column": 20 }, "end": { - "line": 1207, - "column": 91 + "line": 1224, + "column": 98 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 43817, - "end": 43873, + "start": 44567, + "end": 44623, "loc": { "start": { - "line": 1205, + "line": 1222, "column": 20 }, "end": { - "line": 1205, + "line": 1222, "column": 76 } }, "object": { "type": "MemberExpression", - "start": 43817, - "end": 43858, + "start": 44567, + "end": 44608, "loc": { "start": { - "line": 1205, + "line": 1222, "column": 20 }, "end": { - "line": 1205, + "line": 1222, "column": 61 } }, "object": { "type": "MemberExpression", - "start": 43817, - "end": 43839, + "start": 44567, + "end": 44589, "loc": { "start": { - "line": 1205, + "line": 1222, "column": 20 }, "end": { - "line": 1205, + "line": 1222, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 43817, - "end": 43828, + "start": 44567, + "end": 44578, "loc": { "start": { - "line": 1205, + "line": 1222, "column": 20 }, "end": { - "line": 1205, + "line": 1222, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 43817, - "end": 43821, + "start": 44567, + "end": 44571, "loc": { "start": { - "line": 1205, + "line": 1222, "column": 20 }, "end": { - "line": 1205, + "line": 1222, "column": 24 } }, @@ -184511,15 +188539,15 @@ }, "property": { "type": "Identifier", - "start": 43822, - "end": 43828, + "start": 44572, + "end": 44578, "loc": { "start": { - "line": 1205, + "line": 1222, "column": 25 }, "end": { - "line": 1205, + "line": 1222, "column": 31 }, "identifierName": "player" @@ -184531,15 +188559,15 @@ }, "property": { "type": "Identifier", - "start": 43829, - "end": 43839, + "start": 44579, + "end": 44589, "loc": { "start": { - "line": 1205, + "line": 1222, "column": 32 }, "end": { - "line": 1205, + "line": 1222, "column": 42 }, "identifierName": "controlBar" @@ -184551,15 +188579,15 @@ }, "property": { "type": "Identifier", - "start": 43840, - "end": 43858, + "start": 44590, + "end": 44608, "loc": { "start": { - "line": 1205, + "line": 1222, "column": 43 }, "end": { - "line": 1205, + "line": 1222, "column": 61 }, "identifierName": "currentTimeDisplay" @@ -184571,15 +188599,15 @@ }, "property": { "type": "Identifier", - "start": 43859, - "end": 43873, + "start": 44609, + "end": 44623, "loc": { "start": { - "line": 1205, + "line": 1222, "column": 62 }, "end": { - "line": 1205, + "line": 1222, "column": 76 }, "identifierName": "formattedTime_" @@ -184591,143 +188619,143 @@ }, "right": { "type": "AssignmentExpression", - "start": 43900, - "end": 44069, + "start": 44650, + "end": 44826, "loc": { "start": { - "line": 1206, + "line": 1223, "column": 24 }, "end": { - "line": 1207, - "column": 91 + "line": 1224, + "column": 98 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 43900, - "end": 43975, + "start": 44650, + "end": 44725, "loc": { "start": { - "line": 1206, + "line": 1223, "column": 24 }, "end": { - "line": 1206, + "line": 1223, "column": 99 } }, "object": { "type": "MemberExpression", - "start": 43900, - "end": 43963, + "start": 44650, + "end": 44713, "loc": { "start": { - "line": 1206, + "line": 1223, "column": 24 }, "end": { - "line": 1206, + "line": 1223, "column": 87 } }, "object": { "type": "CallExpression", - "start": 43900, - "end": 43953, + "start": 44650, + "end": 44703, "loc": { "start": { - "line": 1206, + "line": 1223, "column": 24 }, "end": { - "line": 1206, + "line": 1223, "column": 77 } }, "callee": { "type": "MemberExpression", - "start": 43900, - "end": 43951, + "start": 44650, + "end": 44701, "loc": { "start": { - "line": 1206, + "line": 1223, "column": 24 }, "end": { - "line": 1206, + "line": 1223, "column": 75 } }, "object": { "type": "MemberExpression", - "start": 43900, - "end": 43941, + "start": 44650, + "end": 44691, "loc": { "start": { - "line": 1206, + "line": 1223, "column": 24 }, "end": { - "line": 1206, + "line": 1223, "column": 65 } }, "object": { "type": "MemberExpression", - "start": 43900, - "end": 43922, + "start": 44650, + "end": 44672, "loc": { "start": { - "line": 1206, + "line": 1223, "column": 24 }, "end": { - "line": 1206, + "line": 1223, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 43900, - "end": 43911, + "start": 44650, + "end": 44661, "loc": { "start": { - "line": 1206, + "line": 1223, "column": 24 }, "end": { - "line": 1206, + "line": 1223, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 43900, - "end": 43904, + "start": 44650, + "end": 44654, "loc": { "start": { - "line": 1206, + "line": 1223, "column": 24 }, "end": { - "line": 1206, + "line": 1223, "column": 28 } } }, "property": { "type": "Identifier", - "start": 43905, - "end": 43911, + "start": 44655, + "end": 44661, "loc": { "start": { - "line": 1206, + "line": 1223, "column": 29 }, "end": { - "line": 1206, + "line": 1223, "column": 35 }, "identifierName": "player" @@ -184738,15 +188766,15 @@ }, "property": { "type": "Identifier", - "start": 43912, - "end": 43922, + "start": 44662, + "end": 44672, "loc": { "start": { - "line": 1206, + "line": 1223, "column": 36 }, "end": { - "line": 1206, + "line": 1223, "column": 46 }, "identifierName": "controlBar" @@ -184757,15 +188785,15 @@ }, "property": { "type": "Identifier", - "start": 43923, - "end": 43941, + "start": 44673, + "end": 44691, "loc": { "start": { - "line": 1206, + "line": 1223, "column": 47 }, "end": { - "line": 1206, + "line": 1223, "column": 65 }, "identifierName": "currentTimeDisplay" @@ -184776,15 +188804,15 @@ }, "property": { "type": "Identifier", - "start": 43942, - "end": 43951, + "start": 44692, + "end": 44701, "loc": { "start": { - "line": 1206, + "line": 1223, "column": 66 }, "end": { - "line": 1206, + "line": 1223, "column": 75 }, "identifierName": "contentEl" @@ -184797,15 +188825,15 @@ }, "property": { "type": "Identifier", - "start": 43954, - "end": 43963, + "start": 44704, + "end": 44713, "loc": { "start": { - "line": 1206, + "line": 1223, "column": 78 }, "end": { - "line": 1206, + "line": 1223, "column": 87 }, "identifierName": "lastChild" @@ -184816,15 +188844,15 @@ }, "property": { "type": "Identifier", - "start": 43964, - "end": 43975, + "start": 44714, + "end": 44725, "loc": { "start": { - "line": 1206, + "line": 1223, "column": 88 }, "end": { - "line": 1206, + "line": 1223, "column": 99 }, "identifierName": "textContent" @@ -184835,29 +188863,29 @@ }, "right": { "type": "CallExpression", - "start": 44006, - "end": 44069, + "start": 44756, + "end": 44826, "loc": { "start": { - "line": 1207, + "line": 1224, "column": 28 }, "end": { - "line": 1207, - "column": 91 + "line": 1224, + "column": 98 } }, "callee": { "type": "Identifier", - "start": 44006, - "end": 44016, + "start": 44756, + "end": 44766, "loc": { "start": { - "line": 1207, + "line": 1224, "column": 28 }, "end": { - "line": 1207, + "line": 1224, "column": 38 }, "identifierName": "formatTime" @@ -184867,44 +188895,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 44017, - "end": 44039, + "start": 44767, + "end": 44789, "loc": { "start": { - "line": 1207, + "line": 1224, "column": 39 }, "end": { - "line": 1207, + "line": 1224, "column": 61 } }, "object": { "type": "ThisExpression", - "start": 44017, - "end": 44021, + "start": 44767, + "end": 44771, "loc": { "start": { - "line": 1207, + "line": 1224, "column": 39 }, "end": { - "line": 1207, + "line": 1224, "column": 43 } } }, "property": { "type": "Identifier", - "start": 44022, - "end": 44039, + "start": 44772, + "end": 44789, "loc": { "start": { - "line": 1207, + "line": 1224, "column": 44 }, "end": { - "line": 1207, + "line": 1224, "column": 61 }, "identifierName": "streamCurrentTime" @@ -184915,15 +188943,15 @@ }, { "type": "Identifier", - "start": 44041, - "end": 44049, + "start": 44791, + "end": 44799, "loc": { "start": { - "line": 1207, + "line": 1224, "column": 63 }, "end": { - "line": 1207, + "line": 1224, "column": 71 }, "identifierName": "duration" @@ -184932,49 +188960,49 @@ }, { "type": "MemberExpression", - "start": 44051, - "end": 44068, + "start": 44801, + "end": 44825, "loc": { "start": { - "line": 1207, + "line": 1224, "column": 73 }, "end": { - "line": 1207, - "column": 90 + "line": 1224, + "column": 97 } }, "object": { "type": "ThisExpression", - "start": 44051, - "end": 44055, + "start": 44801, + "end": 44805, "loc": { "start": { - "line": 1207, + "line": 1224, "column": 73 }, "end": { - "line": 1207, + "line": 1224, "column": 77 } } }, "property": { "type": "Identifier", - "start": 44056, - "end": 44068, + "start": 44806, + "end": 44825, "loc": { "start": { - "line": 1207, + "line": 1224, "column": 78 }, "end": { - "line": 1207, - "column": 90 + "line": 1224, + "column": 97 }, - "identifierName": "msDisplayMax" + "identifierName": "displayMilliseconds" }, - "name": "msDisplayMax" + "name": "displayMilliseconds" }, "computed": false } @@ -184987,15 +189015,15 @@ { "type": "CommentLine", "value": " update current time display component", - "start": 43756, - "end": 43796, + "start": 44506, + "end": 44546, "loc": { "start": { - "line": 1204, + "line": 1221, "column": 20 }, "end": { - "line": 1204, + "line": 1221, "column": 60 } } @@ -185009,15 +189037,15 @@ }, { "type": "BreakStatement", - "start": 44105, - "end": 44111, + "start": 44862, + "end": 44868, "loc": { "start": { - "line": 1209, + "line": 1226, "column": 16 }, "end": { - "line": 1209, + "line": 1226, "column": 22 } }, @@ -185026,15 +189054,15 @@ ], "test": { "type": "Identifier", - "start": 43502, - "end": 43513, + "start": 44165, + "end": 44176, "loc": { "start": { - "line": 1199, + "line": 1215, "column": 17 }, "end": { - "line": 1199, + "line": 1215, "column": 28 }, "identifierName": "SCREEN_ONLY" @@ -185052,15 +189080,15 @@ { "type": "CommentBlock", "value": "*\n * Updates the player's element displaying the current time.\n *\n * @private\n * @param {number} [currentTime=0] - Current position of the\n * playhead (in seconds).\n * @param {number} [duration=0] - Duration in seconds.\n ", - "start": 42794, - "end": 43050, + "start": 43457, + "end": 43713, "loc": { "start": { - "line": 1178, + "line": 1194, "column": 4 }, "end": { - "line": 1185, + "line": 1201, "column": 7 } } @@ -185070,15 +189098,15 @@ { "type": "CommentBlock", "value": "*\n * Get the length of the recorded stream in seconds.\n *\n * Returns 0 if no recording is available (yet).\n *\n * @returns {float} Duration of the recorded stream.\n ", - "start": 44133, - "end": 44325, + "start": 44890, + "end": 45082, "loc": { "start": { - "line": 1213, + "line": 1230, "column": 4 }, "end": { - "line": 1219, + "line": 1236, "column": 7 } } @@ -185087,15 +189115,15 @@ }, { "type": "ClassMethod", - "start": 44330, - "end": 44454, + "start": 45087, + "end": 45211, "loc": { "start": { - "line": 1220, + "line": 1237, "column": 4 }, "end": { - "line": 1224, + "line": 1241, "column": 5 } }, @@ -185103,15 +189131,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 44330, - "end": 44341, + "start": 45087, + "end": 45098, "loc": { "start": { - "line": 1220, + "line": 1237, "column": 4 }, "end": { - "line": 1220, + "line": 1237, "column": 15 }, "identifierName": "getDuration" @@ -185127,59 +189155,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 44344, - "end": 44454, + "start": 45101, + "end": 45211, "loc": { "start": { - "line": 1220, + "line": 1237, "column": 18 }, "end": { - "line": 1224, + "line": 1241, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 44354, - "end": 44422, + "start": 45111, + "end": 45179, "loc": { "start": { - "line": 1221, + "line": 1238, "column": 8 }, "end": { - "line": 1221, + "line": 1238, "column": 76 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 44358, - "end": 44421, + "start": 45115, + "end": 45178, "loc": { "start": { - "line": 1221, + "line": 1238, "column": 12 }, "end": { - "line": 1221, + "line": 1238, "column": 75 } }, "id": { "type": "Identifier", - "start": 44358, - "end": 44366, + "start": 45115, + "end": 45123, "loc": { "start": { - "line": 1221, + "line": 1238, "column": 12 }, "end": { - "line": 1221, + "line": 1238, "column": 20 }, "identifierName": "duration" @@ -185188,43 +189216,43 @@ }, "init": { "type": "ConditionalExpression", - "start": 44369, - "end": 44421, + "start": 45126, + "end": 45178, "loc": { "start": { - "line": 1221, + "line": 1238, "column": 23 }, "end": { - "line": 1221, + "line": 1238, "column": 75 } }, "test": { "type": "CallExpression", - "start": 44369, - "end": 44395, + "start": 45126, + "end": 45152, "loc": { "start": { - "line": 1221, + "line": 1238, "column": 23 }, "end": { - "line": 1221, + "line": 1238, "column": 49 } }, "callee": { "type": "Identifier", - "start": 44369, - "end": 44374, + "start": 45126, + "end": 45131, "loc": { "start": { - "line": 1221, + "line": 1238, "column": 23 }, "end": { - "line": 1221, + "line": 1238, "column": 28 }, "identifierName": "isNaN" @@ -185234,44 +189262,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 44375, - "end": 44394, + "start": 45132, + "end": 45151, "loc": { "start": { - "line": 1221, + "line": 1238, "column": 29 }, "end": { - "line": 1221, + "line": 1238, "column": 48 } }, "object": { "type": "ThisExpression", - "start": 44375, - "end": 44379, + "start": 45132, + "end": 45136, "loc": { "start": { - "line": 1221, + "line": 1238, "column": 29 }, "end": { - "line": 1221, + "line": 1238, "column": 33 } } }, "property": { "type": "Identifier", - "start": 44380, - "end": 44394, + "start": 45137, + "end": 45151, "loc": { "start": { - "line": 1221, + "line": 1238, "column": 34 }, "end": { - "line": 1221, + "line": 1238, "column": 48 }, "identifierName": "streamDuration" @@ -185284,15 +189312,15 @@ }, "consequent": { "type": "NumericLiteral", - "start": 44398, - "end": 44399, + "start": 45155, + "end": 45156, "loc": { "start": { - "line": 1221, + "line": 1238, "column": 52 }, "end": { - "line": 1221, + "line": 1238, "column": 53 } }, @@ -185304,44 +189332,44 @@ }, "alternate": { "type": "MemberExpression", - "start": 44402, - "end": 44421, + "start": 45159, + "end": 45178, "loc": { "start": { - "line": 1221, + "line": 1238, "column": 56 }, "end": { - "line": 1221, + "line": 1238, "column": 75 } }, "object": { "type": "ThisExpression", - "start": 44402, - "end": 44406, + "start": 45159, + "end": 45163, "loc": { "start": { - "line": 1221, + "line": 1238, "column": 56 }, "end": { - "line": 1221, + "line": 1238, "column": 60 } } }, "property": { "type": "Identifier", - "start": 44407, - "end": 44421, + "start": 45164, + "end": 45178, "loc": { "start": { - "line": 1221, + "line": 1238, "column": 61 }, "end": { - "line": 1221, + "line": 1238, "column": 75 }, "identifierName": "streamDuration" @@ -185357,29 +189385,29 @@ }, { "type": "ReturnStatement", - "start": 44432, - "end": 44448, + "start": 45189, + "end": 45205, "loc": { "start": { - "line": 1223, + "line": 1240, "column": 8 }, "end": { - "line": 1223, + "line": 1240, "column": 24 } }, "argument": { "type": "Identifier", - "start": 44439, - "end": 44447, + "start": 45196, + "end": 45204, "loc": { "start": { - "line": 1223, + "line": 1240, "column": 15 }, "end": { - "line": 1223, + "line": 1240, "column": 23 }, "identifierName": "duration" @@ -185395,15 +189423,15 @@ { "type": "CommentBlock", "value": "*\n * Get the length of the recorded stream in seconds.\n *\n * Returns 0 if no recording is available (yet).\n *\n * @returns {float} Duration of the recorded stream.\n ", - "start": 44133, - "end": 44325, + "start": 44890, + "end": 45082, "loc": { "start": { - "line": 1213, + "line": 1230, "column": 4 }, "end": { - "line": 1219, + "line": 1236, "column": 7 } } @@ -185413,15 +189441,15 @@ { "type": "CommentBlock", "value": "*\n * Updates the player's element displaying the duration time.\n *\n * @param {number} [duration=0] - Duration in seconds.\n * @private\n ", - "start": 44460, - "end": 44619, + "start": 45217, + "end": 45376, "loc": { "start": { - "line": 1226, + "line": 1243, "column": 4 }, "end": { - "line": 1231, + "line": 1248, "column": 7 } } @@ -185430,15 +189458,15 @@ }, { "type": "ClassMethod", - "start": 44624, - "end": 45483, + "start": 45381, + "end": 46331, "loc": { "start": { - "line": 1232, + "line": 1249, "column": 4 }, "end": { - "line": 1254, + "line": 1272, "column": 5 } }, @@ -185446,15 +189474,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 44624, - "end": 44635, + "start": 45381, + "end": 45392, "loc": { "start": { - "line": 1232, + "line": 1249, "column": 4 }, "end": { - "line": 1232, + "line": 1249, "column": 15 }, "identifierName": "setDuration" @@ -185470,15 +189498,15 @@ "params": [ { "type": "Identifier", - "start": 44636, - "end": 44644, + "start": 45393, + "end": 45401, "loc": { "start": { - "line": 1232, + "line": 1249, "column": 16 }, "end": { - "line": 1232, + "line": 1249, "column": 24 }, "identifierName": "duration" @@ -185488,59 +189516,59 @@ ], "body": { "type": "BlockStatement", - "start": 44646, - "end": 45483, + "start": 45403, + "end": 46331, "loc": { "start": { - "line": 1232, + "line": 1249, "column": 26 }, "end": { - "line": 1254, + "line": 1272, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 44656, - "end": 44698, + "start": 45413, + "end": 45455, "loc": { "start": { - "line": 1233, + "line": 1250, "column": 8 }, "end": { - "line": 1233, + "line": 1250, "column": 50 } }, "expression": { "type": "AssignmentExpression", - "start": 44656, - "end": 44697, + "start": 45413, + "end": 45454, "loc": { "start": { - "line": 1233, + "line": 1250, "column": 8 }, "end": { - "line": 1233, + "line": 1250, "column": 49 } }, "operator": "=", "left": { "type": "Identifier", - "start": 44656, - "end": 44664, + "start": 45413, + "end": 45421, "loc": { "start": { - "line": 1233, + "line": 1250, "column": 8 }, "end": { - "line": 1233, + "line": 1250, "column": 16 }, "identifierName": "duration" @@ -185549,43 +189577,43 @@ }, "right": { "type": "ConditionalExpression", - "start": 44667, - "end": 44697, + "start": 45424, + "end": 45454, "loc": { "start": { - "line": 1233, + "line": 1250, "column": 19 }, "end": { - "line": 1233, + "line": 1250, "column": 49 } }, "test": { "type": "CallExpression", - "start": 44667, - "end": 44682, + "start": 45424, + "end": 45439, "loc": { "start": { - "line": 1233, + "line": 1250, "column": 19 }, "end": { - "line": 1233, + "line": 1250, "column": 34 } }, "callee": { "type": "Identifier", - "start": 44667, - "end": 44672, + "start": 45424, + "end": 45429, "loc": { "start": { - "line": 1233, + "line": 1250, "column": 19 }, "end": { - "line": 1233, + "line": 1250, "column": 24 }, "identifierName": "isNaN" @@ -185595,15 +189623,15 @@ "arguments": [ { "type": "Identifier", - "start": 44673, - "end": 44681, + "start": 45430, + "end": 45438, "loc": { "start": { - "line": 1233, + "line": 1250, "column": 25 }, "end": { - "line": 1233, + "line": 1250, "column": 33 }, "identifierName": "duration" @@ -185614,15 +189642,15 @@ }, "consequent": { "type": "NumericLiteral", - "start": 44685, - "end": 44686, + "start": 45442, + "end": 45443, "loc": { "start": { - "line": 1233, + "line": 1250, "column": 37 }, "end": { - "line": 1233, + "line": 1250, "column": 38 } }, @@ -185634,15 +189662,15 @@ }, "alternate": { "type": "Identifier", - "start": 44689, - "end": 44697, + "start": 45446, + "end": 45454, "loc": { "start": { - "line": 1233, + "line": 1250, "column": 41 }, "end": { - "line": 1233, + "line": 1250, "column": 49 }, "identifierName": "duration" @@ -185654,72 +189682,72 @@ }, { "type": "SwitchStatement", - "start": 44708, - "end": 45477, + "start": 45465, + "end": 46325, "loc": { "start": { - "line": 1235, + "line": 1252, "column": 8 }, "end": { - "line": 1253, + "line": 1271, "column": 9 } }, "discriminant": { "type": "CallExpression", - "start": 44716, - "end": 44736, + "start": 45473, + "end": 45493, "loc": { "start": { - "line": 1235, + "line": 1252, "column": 16 }, "end": { - "line": 1235, + "line": 1252, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 44716, - "end": 44734, + "start": 45473, + "end": 45491, "loc": { "start": { - "line": 1235, + "line": 1252, "column": 16 }, "end": { - "line": 1235, + "line": 1252, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 44716, - "end": 44720, + "start": 45473, + "end": 45477, "loc": { "start": { - "line": 1235, + "line": 1252, "column": 16 }, "end": { - "line": 1235, + "line": 1252, "column": 20 } } }, "property": { "type": "Identifier", - "start": 44721, - "end": 44734, + "start": 45478, + "end": 45491, "loc": { "start": { - "line": 1235, + "line": 1252, "column": 21 }, "end": { - "line": 1235, + "line": 1252, "column": 34 }, "identifierName": "getRecordType" @@ -185733,101 +189761,101 @@ "cases": [ { "type": "SwitchCase", - "start": 44752, - "end": 44842, + "start": 45509, + "end": 45599, "loc": { "start": { - "line": 1236, + "line": 1253, "column": 12 }, "end": { - "line": 1238, + "line": 1255, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 44785, - "end": 44819, + "start": 45542, + "end": 45576, "loc": { "start": { - "line": 1237, + "line": 1254, "column": 16 }, "end": { - "line": 1237, + "line": 1254, "column": 50 } }, "expression": { "type": "CallExpression", - "start": 44785, - "end": 44818, + "start": 45542, + "end": 45575, "loc": { "start": { - "line": 1237, + "line": 1254, "column": 16 }, "end": { - "line": 1237, + "line": 1254, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 44785, - "end": 44808, + "start": 45542, + "end": 45565, "loc": { "start": { - "line": 1237, + "line": 1254, "column": 16 }, "end": { - "line": 1237, + "line": 1254, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 44785, - "end": 44796, + "start": 45542, + "end": 45553, "loc": { "start": { - "line": 1237, + "line": 1254, "column": 16 }, "end": { - "line": 1237, + "line": 1254, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 44785, - "end": 44789, + "start": 45542, + "end": 45546, "loc": { "start": { - "line": 1237, + "line": 1254, "column": 16 }, "end": { - "line": 1237, + "line": 1254, "column": 20 } } }, "property": { "type": "Identifier", - "start": 44790, - "end": 44796, + "start": 45547, + "end": 45553, "loc": { "start": { - "line": 1237, + "line": 1254, "column": 21 }, "end": { - "line": 1237, + "line": 1254, "column": 27 }, "identifierName": "surfer" @@ -185838,15 +189866,15 @@ }, "property": { "type": "Identifier", - "start": 44797, - "end": 44808, + "start": 45554, + "end": 45565, "loc": { "start": { - "line": 1237, + "line": 1254, "column": 28 }, "end": { - "line": 1237, + "line": 1254, "column": 39 }, "identifierName": "setDuration" @@ -185858,15 +189886,15 @@ "arguments": [ { "type": "Identifier", - "start": 44809, - "end": 44817, + "start": 45566, + "end": 45574, "loc": { "start": { - "line": 1237, + "line": 1254, "column": 40 }, "end": { - "line": 1237, + "line": 1254, "column": 48 }, "identifierName": "duration" @@ -185878,15 +189906,15 @@ }, { "type": "BreakStatement", - "start": 44836, - "end": 44842, + "start": 45593, + "end": 45599, "loc": { "start": { - "line": 1238, + "line": 1255, "column": 16 }, "end": { - "line": 1238, + "line": 1255, "column": 22 } }, @@ -185895,15 +189923,15 @@ ], "test": { "type": "Identifier", - "start": 44757, - "end": 44767, + "start": 45514, + "end": 45524, "loc": { "start": { - "line": 1236, + "line": 1253, "column": 17 }, "end": { - "line": 1236, + "line": 1253, "column": 27 }, "identifierName": "AUDIO_ONLY" @@ -185913,30 +189941,30 @@ }, { "type": "SwitchCase", - "start": 44856, - "end": 44872, + "start": 45613, + "end": 45629, "loc": { "start": { - "line": 1240, + "line": 1257, "column": 12 }, "end": { - "line": 1240, + "line": 1257, "column": 28 } }, "consequent": [], "test": { "type": "Identifier", - "start": 44861, - "end": 44871, + "start": 45618, + "end": 45628, "loc": { "start": { - "line": 1240, + "line": 1257, "column": 17 }, "end": { - "line": 1240, + "line": 1257, "column": 27 }, "identifierName": "VIDEO_ONLY" @@ -185946,30 +189974,30 @@ }, { "type": "SwitchCase", - "start": 44885, - "end": 44902, + "start": 45642, + "end": 45659, "loc": { "start": { - "line": 1241, + "line": 1258, "column": 12 }, "end": { - "line": 1241, + "line": 1258, "column": 29 } }, "consequent": [], "test": { "type": "Identifier", - "start": 44890, - "end": 44901, + "start": 45647, + "end": 45658, "loc": { "start": { - "line": 1241, + "line": 1258, "column": 17 }, "end": { - "line": 1241, + "line": 1258, "column": 28 }, "identifierName": "AUDIO_VIDEO" @@ -185979,30 +190007,30 @@ }, { "type": "SwitchCase", - "start": 44915, - "end": 44933, + "start": 45672, + "end": 45690, "loc": { "start": { - "line": 1242, + "line": 1259, "column": 12 }, "end": { - "line": 1242, + "line": 1259, "column": 30 } }, "consequent": [], "test": { "type": "Identifier", - "start": 44920, - "end": 44932, + "start": 45677, + "end": 45689, "loc": { "start": { - "line": 1242, + "line": 1259, "column": 17 }, "end": { - "line": 1242, + "line": 1259, "column": 29 }, "identifierName": "AUDIO_SCREEN" @@ -186012,30 +190040,30 @@ }, { "type": "SwitchCase", - "start": 44946, - "end": 44961, + "start": 45703, + "end": 45718, "loc": { "start": { - "line": 1243, + "line": 1260, "column": 12 }, "end": { - "line": 1243, + "line": 1260, "column": 27 } }, "consequent": [], "test": { "type": "Identifier", - "start": 44951, - "end": 44960, + "start": 45708, + "end": 45717, "loc": { "start": { - "line": 1243, + "line": 1260, "column": 17 }, "end": { - "line": 1243, + "line": 1260, "column": 26 }, "identifierName": "ANIMATION" @@ -186045,457 +190073,670 @@ }, { "type": "SwitchCase", - "start": 44974, - "end": 45467, + "start": 45731, + "end": 46315, "loc": { "start": { - "line": 1244, + "line": 1261, "column": 12 }, "end": { - "line": 1252, + "line": 1270, "column": 22 } }, "consequent": [ { "type": "IfStatement", - "start": 45061, - "end": 45444, + "start": 45818, + "end": 46292, "loc": { "start": { - "line": 1246, + "line": 1263, "column": 16 }, "end": { - "line": 1251, + "line": 1269, "column": 17 } }, "test": { "type": "LogicalExpression", - "start": 45065, - "end": 45177, + "start": 45822, + "end": 46018, "loc": { "start": { - "line": 1246, + "line": 1263, "column": 20 }, "end": { - "line": 1247, - "column": 70 + "line": 1265, + "column": 80 } }, "left": { - "type": "MemberExpression", - "start": 45065, - "end": 45103, + "type": "LogicalExpression", + "start": 45822, + "end": 45934, "loc": { "start": { - "line": 1246, + "line": 1263, "column": 20 }, "end": { - "line": 1246, - "column": 58 + "line": 1264, + "column": 70 } }, - "object": { + "left": { "type": "MemberExpression", - "start": 45065, - "end": 45087, + "start": 45822, + "end": 45860, "loc": { "start": { - "line": 1246, + "line": 1263, "column": 20 }, "end": { - "line": 1246, - "column": 42 + "line": 1263, + "column": 58 } }, "object": { "type": "MemberExpression", - "start": 45065, - "end": 45076, + "start": 45822, + "end": 45844, "loc": { "start": { - "line": 1246, + "line": 1263, "column": 20 }, "end": { - "line": 1246, - "column": 31 + "line": 1263, + "column": 42 } }, "object": { - "type": "ThisExpression", - "start": 45065, - "end": 45069, + "type": "MemberExpression", + "start": 45822, + "end": 45833, "loc": { "start": { - "line": 1246, + "line": 1263, "column": 20 }, "end": { - "line": 1246, - "column": 24 + "line": 1263, + "column": 31 } }, + "object": { + "type": "ThisExpression", + "start": 45822, + "end": 45826, + "loc": { + "start": { + "line": 1263, + "column": 20 + }, + "end": { + "line": 1263, + "column": 24 + } + }, + "leadingComments": null + }, + "property": { + "type": "Identifier", + "start": 45827, + "end": 45833, + "loc": { + "start": { + "line": 1263, + "column": 25 + }, + "end": { + "line": 1263, + "column": 31 + }, + "identifierName": "player" + }, + "name": "player" + }, + "computed": false, "leadingComments": null }, "property": { "type": "Identifier", - "start": 45070, - "end": 45076, + "start": 45834, + "end": 45844, "loc": { "start": { - "line": 1246, - "column": 25 + "line": 1263, + "column": 32 }, "end": { - "line": 1246, - "column": 31 + "line": 1263, + "column": 42 }, - "identifierName": "player" + "identifierName": "controlBar" }, - "name": "player" + "name": "controlBar" }, "computed": false, "leadingComments": null }, "property": { "type": "Identifier", - "start": 45077, - "end": 45087, + "start": 45845, + "end": 45860, "loc": { "start": { - "line": 1246, - "column": 32 + "line": 1263, + "column": 43 }, "end": { - "line": 1246, - "column": 42 + "line": 1263, + "column": 58 }, - "identifierName": "controlBar" + "identifierName": "durationDisplay" }, - "name": "controlBar" + "name": "durationDisplay" }, "computed": false, "leadingComments": null }, - "property": { - "type": "Identifier", - "start": 45088, - "end": 45103, + "operator": "&&", + "right": { + "type": "CallExpression", + "start": 45884, + "end": 45934, "loc": { "start": { - "line": 1246, - "column": 43 + "line": 1264, + "column": 20 }, "end": { - "line": 1246, - "column": 58 + "line": 1264, + "column": 70 + } + }, + "callee": { + "type": "MemberExpression", + "start": 45884, + "end": 45932, + "loc": { + "start": { + "line": 1264, + "column": 20 + }, + "end": { + "line": 1264, + "column": 68 + } }, - "identifierName": "durationDisplay" + "object": { + "type": "MemberExpression", + "start": 45884, + "end": 45922, + "loc": { + "start": { + "line": 1264, + "column": 20 + }, + "end": { + "line": 1264, + "column": 58 + } + }, + "object": { + "type": "MemberExpression", + "start": 45884, + "end": 45906, + "loc": { + "start": { + "line": 1264, + "column": 20 + }, + "end": { + "line": 1264, + "column": 42 + } + }, + "object": { + "type": "MemberExpression", + "start": 45884, + "end": 45895, + "loc": { + "start": { + "line": 1264, + "column": 20 + }, + "end": { + "line": 1264, + "column": 31 + } + }, + "object": { + "type": "ThisExpression", + "start": 45884, + "end": 45888, + "loc": { + "start": { + "line": 1264, + "column": 20 + }, + "end": { + "line": 1264, + "column": 24 + } + } + }, + "property": { + "type": "Identifier", + "start": 45889, + "end": 45895, + "loc": { + "start": { + "line": 1264, + "column": 25 + }, + "end": { + "line": 1264, + "column": 31 + }, + "identifierName": "player" + }, + "name": "player" + }, + "computed": false + }, + "property": { + "type": "Identifier", + "start": 45896, + "end": 45906, + "loc": { + "start": { + "line": 1264, + "column": 32 + }, + "end": { + "line": 1264, + "column": 42 + }, + "identifierName": "controlBar" + }, + "name": "controlBar" + }, + "computed": false + }, + "property": { + "type": "Identifier", + "start": 45907, + "end": 45922, + "loc": { + "start": { + "line": 1264, + "column": 43 + }, + "end": { + "line": 1264, + "column": 58 + }, + "identifierName": "durationDisplay" + }, + "name": "durationDisplay" + }, + "computed": false + }, + "property": { + "type": "Identifier", + "start": 45923, + "end": 45932, + "loc": { + "start": { + "line": 1264, + "column": 59 + }, + "end": { + "line": 1264, + "column": 68 + }, + "identifierName": "contentEl" + }, + "name": "contentEl" + }, + "computed": false }, - "name": "durationDisplay" + "arguments": [] }, - "computed": false, "leadingComments": null }, "operator": "&&", "right": { - "type": "CallExpression", - "start": 45127, - "end": 45177, + "type": "MemberExpression", + "start": 45958, + "end": 46018, "loc": { "start": { - "line": 1247, + "line": 1265, "column": 20 }, "end": { - "line": 1247, - "column": 70 + "line": 1265, + "column": 80 } }, - "callee": { - "type": "MemberExpression", - "start": 45127, - "end": 45175, + "object": { + "type": "CallExpression", + "start": 45958, + "end": 46008, "loc": { "start": { - "line": 1247, + "line": 1265, "column": 20 }, "end": { - "line": 1247, - "column": 68 + "line": 1265, + "column": 70 } }, - "object": { + "callee": { "type": "MemberExpression", - "start": 45127, - "end": 45165, + "start": 45958, + "end": 46006, "loc": { "start": { - "line": 1247, + "line": 1265, "column": 20 }, "end": { - "line": 1247, - "column": 58 + "line": 1265, + "column": 68 } }, "object": { "type": "MemberExpression", - "start": 45127, - "end": 45149, + "start": 45958, + "end": 45996, "loc": { "start": { - "line": 1247, + "line": 1265, "column": 20 }, "end": { - "line": 1247, - "column": 42 + "line": 1265, + "column": 58 } }, "object": { "type": "MemberExpression", - "start": 45127, - "end": 45138, + "start": 45958, + "end": 45980, "loc": { "start": { - "line": 1247, + "line": 1265, "column": 20 }, "end": { - "line": 1247, - "column": 31 + "line": 1265, + "column": 42 } }, "object": { - "type": "ThisExpression", - "start": 45127, - "end": 45131, + "type": "MemberExpression", + "start": 45958, + "end": 45969, "loc": { "start": { - "line": 1247, + "line": 1265, "column": 20 }, "end": { - "line": 1247, - "column": 24 + "line": 1265, + "column": 31 } - } + }, + "object": { + "type": "ThisExpression", + "start": 45958, + "end": 45962, + "loc": { + "start": { + "line": 1265, + "column": 20 + }, + "end": { + "line": 1265, + "column": 24 + } + } + }, + "property": { + "type": "Identifier", + "start": 45963, + "end": 45969, + "loc": { + "start": { + "line": 1265, + "column": 25 + }, + "end": { + "line": 1265, + "column": 31 + }, + "identifierName": "player" + }, + "name": "player" + }, + "computed": false }, "property": { "type": "Identifier", - "start": 45132, - "end": 45138, + "start": 45970, + "end": 45980, "loc": { "start": { - "line": 1247, - "column": 25 + "line": 1265, + "column": 32 }, "end": { - "line": 1247, - "column": 31 + "line": 1265, + "column": 42 }, - "identifierName": "player" + "identifierName": "controlBar" }, - "name": "player" + "name": "controlBar" }, "computed": false }, "property": { "type": "Identifier", - "start": 45139, - "end": 45149, + "start": 45981, + "end": 45996, "loc": { "start": { - "line": 1247, - "column": 32 + "line": 1265, + "column": 43 }, "end": { - "line": 1247, - "column": 42 + "line": 1265, + "column": 58 }, - "identifierName": "controlBar" + "identifierName": "durationDisplay" }, - "name": "controlBar" + "name": "durationDisplay" }, "computed": false }, "property": { "type": "Identifier", - "start": 45150, - "end": 45165, + "start": 45997, + "end": 46006, "loc": { "start": { - "line": 1247, - "column": 43 + "line": 1265, + "column": 59 }, "end": { - "line": 1247, - "column": 58 + "line": 1265, + "column": 68 }, - "identifierName": "durationDisplay" + "identifierName": "contentEl" }, - "name": "durationDisplay" + "name": "contentEl" }, "computed": false }, - "property": { - "type": "Identifier", - "start": 45166, - "end": 45175, - "loc": { - "start": { - "line": 1247, - "column": 59 - }, - "end": { - "line": 1247, - "column": 68 - }, - "identifierName": "contentEl" + "arguments": [] + }, + "property": { + "type": "Identifier", + "start": 46009, + "end": 46018, + "loc": { + "start": { + "line": 1265, + "column": 71 }, - "name": "contentEl" + "end": { + "line": 1265, + "column": 80 + }, + "identifierName": "lastChild" }, - "computed": false + "name": "lastChild" }, - "arguments": [] + "computed": false }, "leadingComments": null }, "consequent": { "type": "BlockStatement", - "start": 45179, - "end": 45444, + "start": 46020, + "end": 46292, "loc": { "start": { - "line": 1247, - "column": 72 + "line": 1265, + "column": 82 }, "end": { - "line": 1251, + "line": 1269, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 45201, - "end": 45426, + "start": 46042, + "end": 46274, "loc": { "start": { - "line": 1248, + "line": 1266, "column": 20 }, "end": { - "line": 1250, - "column": 74 + "line": 1268, + "column": 81 } }, "expression": { "type": "AssignmentExpression", - "start": 45201, - "end": 45425, + "start": 46042, + "end": 46273, "loc": { "start": { - "line": 1248, + "line": 1266, "column": 20 }, "end": { - "line": 1250, - "column": 73 + "line": 1268, + "column": 80 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 45201, - "end": 45254, + "start": 46042, + "end": 46095, "loc": { "start": { - "line": 1248, + "line": 1266, "column": 20 }, "end": { - "line": 1248, + "line": 1266, "column": 73 } }, "object": { "type": "MemberExpression", - "start": 45201, - "end": 45239, + "start": 46042, + "end": 46080, "loc": { "start": { - "line": 1248, + "line": 1266, "column": 20 }, "end": { - "line": 1248, + "line": 1266, "column": 58 } }, "object": { "type": "MemberExpression", - "start": 45201, - "end": 45223, + "start": 46042, + "end": 46064, "loc": { "start": { - "line": 1248, + "line": 1266, "column": 20 }, "end": { - "line": 1248, + "line": 1266, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 45201, - "end": 45212, + "start": 46042, + "end": 46053, "loc": { "start": { - "line": 1248, + "line": 1266, "column": 20 }, "end": { - "line": 1248, + "line": 1266, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 45201, - "end": 45205, + "start": 46042, + "end": 46046, "loc": { "start": { - "line": 1248, + "line": 1266, "column": 20 }, "end": { - "line": 1248, + "line": 1266, "column": 24 } } }, "property": { "type": "Identifier", - "start": 45206, - "end": 45212, + "start": 46047, + "end": 46053, "loc": { "start": { - "line": 1248, + "line": 1266, "column": 25 }, "end": { - "line": 1248, + "line": 1266, "column": 31 }, "identifierName": "player" @@ -186506,15 +190747,15 @@ }, "property": { "type": "Identifier", - "start": 45213, - "end": 45223, + "start": 46054, + "end": 46064, "loc": { "start": { - "line": 1248, + "line": 1266, "column": 32 }, "end": { - "line": 1248, + "line": 1266, "column": 42 }, "identifierName": "controlBar" @@ -186525,15 +190766,15 @@ }, "property": { "type": "Identifier", - "start": 45224, - "end": 45239, + "start": 46065, + "end": 46080, "loc": { "start": { - "line": 1248, + "line": 1266, "column": 43 }, "end": { - "line": 1248, + "line": 1266, "column": 58 }, "identifierName": "durationDisplay" @@ -186544,15 +190785,15 @@ }, "property": { "type": "Identifier", - "start": 45240, - "end": 45254, + "start": 46081, + "end": 46095, "loc": { "start": { - "line": 1248, + "line": 1266, "column": 59 }, "end": { - "line": 1248, + "line": 1266, "column": 73 }, "identifierName": "formattedTime_" @@ -186563,143 +190804,143 @@ }, "right": { "type": "AssignmentExpression", - "start": 45277, - "end": 45425, + "start": 46118, + "end": 46273, "loc": { "start": { - "line": 1249, + "line": 1267, "column": 20 }, "end": { - "line": 1250, - "column": 73 + "line": 1268, + "column": 80 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 45277, - "end": 45349, + "start": 46118, + "end": 46190, "loc": { "start": { - "line": 1249, + "line": 1267, "column": 20 }, "end": { - "line": 1249, + "line": 1267, "column": 92 } }, "object": { "type": "MemberExpression", - "start": 45277, - "end": 45337, + "start": 46118, + "end": 46178, "loc": { "start": { - "line": 1249, + "line": 1267, "column": 20 }, "end": { - "line": 1249, + "line": 1267, "column": 80 } }, "object": { "type": "CallExpression", - "start": 45277, - "end": 45327, + "start": 46118, + "end": 46168, "loc": { "start": { - "line": 1249, + "line": 1267, "column": 20 }, "end": { - "line": 1249, + "line": 1267, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 45277, - "end": 45325, + "start": 46118, + "end": 46166, "loc": { "start": { - "line": 1249, + "line": 1267, "column": 20 }, "end": { - "line": 1249, + "line": 1267, "column": 68 } }, "object": { "type": "MemberExpression", - "start": 45277, - "end": 45315, + "start": 46118, + "end": 46156, "loc": { "start": { - "line": 1249, + "line": 1267, "column": 20 }, "end": { - "line": 1249, + "line": 1267, "column": 58 } }, "object": { "type": "MemberExpression", - "start": 45277, - "end": 45299, + "start": 46118, + "end": 46140, "loc": { "start": { - "line": 1249, + "line": 1267, "column": 20 }, "end": { - "line": 1249, + "line": 1267, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 45277, - "end": 45288, + "start": 46118, + "end": 46129, "loc": { "start": { - "line": 1249, + "line": 1267, "column": 20 }, "end": { - "line": 1249, + "line": 1267, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 45277, - "end": 45281, + "start": 46118, + "end": 46122, "loc": { "start": { - "line": 1249, + "line": 1267, "column": 20 }, "end": { - "line": 1249, + "line": 1267, "column": 24 } } }, "property": { "type": "Identifier", - "start": 45282, - "end": 45288, + "start": 46123, + "end": 46129, "loc": { "start": { - "line": 1249, + "line": 1267, "column": 25 }, "end": { - "line": 1249, + "line": 1267, "column": 31 }, "identifierName": "player" @@ -186710,15 +190951,15 @@ }, "property": { "type": "Identifier", - "start": 45289, - "end": 45299, + "start": 46130, + "end": 46140, "loc": { "start": { - "line": 1249, + "line": 1267, "column": 32 }, "end": { - "line": 1249, + "line": 1267, "column": 42 }, "identifierName": "controlBar" @@ -186729,15 +190970,15 @@ }, "property": { "type": "Identifier", - "start": 45300, - "end": 45315, + "start": 46141, + "end": 46156, "loc": { "start": { - "line": 1249, + "line": 1267, "column": 43 }, "end": { - "line": 1249, + "line": 1267, "column": 58 }, "identifierName": "durationDisplay" @@ -186748,15 +190989,15 @@ }, "property": { "type": "Identifier", - "start": 45316, - "end": 45325, + "start": 46157, + "end": 46166, "loc": { "start": { - "line": 1249, + "line": 1267, "column": 59 }, "end": { - "line": 1249, + "line": 1267, "column": 68 }, "identifierName": "contentEl" @@ -186769,15 +191010,15 @@ }, "property": { "type": "Identifier", - "start": 45328, - "end": 45337, + "start": 46169, + "end": 46178, "loc": { "start": { - "line": 1249, + "line": 1267, "column": 71 }, "end": { - "line": 1249, + "line": 1267, "column": 80 }, "identifierName": "lastChild" @@ -186788,15 +191029,15 @@ }, "property": { "type": "Identifier", - "start": 45338, - "end": 45349, + "start": 46179, + "end": 46190, "loc": { "start": { - "line": 1249, + "line": 1267, "column": 81 }, "end": { - "line": 1249, + "line": 1267, "column": 92 }, "identifierName": "textContent" @@ -186807,29 +191048,29 @@ }, "right": { "type": "CallExpression", - "start": 45376, - "end": 45425, + "start": 46217, + "end": 46273, "loc": { "start": { - "line": 1250, + "line": 1268, "column": 24 }, "end": { - "line": 1250, - "column": 73 + "line": 1268, + "column": 80 } }, "callee": { "type": "Identifier", - "start": 45376, - "end": 45386, + "start": 46217, + "end": 46227, "loc": { "start": { - "line": 1250, + "line": 1268, "column": 24 }, "end": { - "line": 1250, + "line": 1268, "column": 34 }, "identifierName": "formatTime" @@ -186839,15 +191080,15 @@ "arguments": [ { "type": "Identifier", - "start": 45387, - "end": 45395, + "start": 46228, + "end": 46236, "loc": { "start": { - "line": 1250, + "line": 1268, "column": 35 }, "end": { - "line": 1250, + "line": 1268, "column": 43 }, "identifierName": "duration" @@ -186856,15 +191097,15 @@ }, { "type": "Identifier", - "start": 45397, - "end": 45405, + "start": 46238, + "end": 46246, "loc": { "start": { - "line": 1250, + "line": 1268, "column": 45 }, "end": { - "line": 1250, + "line": 1268, "column": 53 }, "identifierName": "duration" @@ -186873,49 +191114,49 @@ }, { "type": "MemberExpression", - "start": 45407, - "end": 45424, + "start": 46248, + "end": 46272, "loc": { "start": { - "line": 1250, + "line": 1268, "column": 55 }, "end": { - "line": 1250, - "column": 72 + "line": 1268, + "column": 79 } }, "object": { "type": "ThisExpression", - "start": 45407, - "end": 45411, + "start": 46248, + "end": 46252, "loc": { "start": { - "line": 1250, + "line": 1268, "column": 55 }, "end": { - "line": 1250, + "line": 1268, "column": 59 } } }, "property": { "type": "Identifier", - "start": 45412, - "end": 45424, + "start": 46253, + "end": 46272, "loc": { "start": { - "line": 1250, + "line": 1268, "column": 60 }, "end": { - "line": 1250, - "column": 72 + "line": 1268, + "column": 79 }, - "identifierName": "msDisplayMax" + "identifierName": "displayMilliseconds" }, - "name": "msDisplayMax" + "name": "displayMilliseconds" }, "computed": false } @@ -186932,15 +191173,15 @@ { "type": "CommentLine", "value": " update duration display component", - "start": 45008, - "end": 45044, + "start": 45765, + "end": 45801, "loc": { "start": { - "line": 1245, + "line": 1262, "column": 16 }, "end": { - "line": 1245, + "line": 1262, "column": 52 } } @@ -186949,15 +191190,15 @@ }, { "type": "BreakStatement", - "start": 45461, - "end": 45467, + "start": 46309, + "end": 46315, "loc": { "start": { - "line": 1252, + "line": 1270, "column": 16 }, "end": { - "line": 1252, + "line": 1270, "column": 22 } }, @@ -186966,15 +191207,15 @@ ], "test": { "type": "Identifier", - "start": 44979, - "end": 44990, + "start": 45736, + "end": 45747, "loc": { "start": { - "line": 1244, + "line": 1261, "column": 17 }, "end": { - "line": 1244, + "line": 1261, "column": 28 }, "identifierName": "SCREEN_ONLY" @@ -186992,15 +191233,15 @@ { "type": "CommentBlock", "value": "*\n * Updates the player's element displaying the duration time.\n *\n * @param {number} [duration=0] - Duration in seconds.\n * @private\n ", - "start": 44460, - "end": 44619, + "start": 45217, + "end": 45376, "loc": { "start": { - "line": 1226, + "line": 1243, "column": 4 }, "end": { - "line": 1231, + "line": 1248, "column": 7 } } @@ -187010,15 +191251,15 @@ { "type": "CommentBlock", "value": "*\n * Start loading data.\n *\n * @param {(string|blob|file)} url - Either the URL of the media file,\n * a Blob, a File object or MediaStream.\n ", - "start": 45489, - "end": 45658, + "start": 46337, + "end": 46506, "loc": { "start": { - "line": 1256, + "line": 1274, "column": 4 }, "end": { - "line": 1261, + "line": 1279, "column": 7 } } @@ -187027,15 +191268,15 @@ }, { "type": "ClassMethod", - "start": 45663, - "end": 46526, + "start": 46511, + "end": 47374, "loc": { "start": { - "line": 1262, + "line": 1280, "column": 4 }, "end": { - "line": 1286, + "line": 1304, "column": 5 } }, @@ -187043,15 +191284,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 45663, - "end": 45667, + "start": 46511, + "end": 46515, "loc": { "start": { - "line": 1262, + "line": 1280, "column": 4 }, "end": { - "line": 1262, + "line": 1280, "column": 8 }, "identifierName": "load" @@ -187067,15 +191308,15 @@ "params": [ { "type": "Identifier", - "start": 45668, - "end": 45671, + "start": 46516, + "end": 46519, "loc": { "start": { - "line": 1262, + "line": 1280, "column": 9 }, "end": { - "line": 1262, + "line": 1280, "column": 12 }, "identifierName": "url" @@ -187085,87 +191326,87 @@ ], "body": { "type": "BlockStatement", - "start": 45673, - "end": 46526, + "start": 46521, + "end": 47374, "loc": { "start": { - "line": 1262, + "line": 1280, "column": 14 }, "end": { - "line": 1286, + "line": 1304, "column": 5 } }, "body": [ { "type": "SwitchStatement", - "start": 45683, - "end": 46520, + "start": 46531, + "end": 47368, "loc": { "start": { - "line": 1263, + "line": 1281, "column": 8 }, "end": { - "line": 1285, + "line": 1303, "column": 9 } }, "discriminant": { "type": "CallExpression", - "start": 45691, - "end": 45711, + "start": 46539, + "end": 46559, "loc": { "start": { - "line": 1263, + "line": 1281, "column": 16 }, "end": { - "line": 1263, + "line": 1281, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 45691, - "end": 45709, + "start": 46539, + "end": 46557, "loc": { "start": { - "line": 1263, + "line": 1281, "column": 16 }, "end": { - "line": 1263, + "line": 1281, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 45691, - "end": 45695, + "start": 46539, + "end": 46543, "loc": { "start": { - "line": 1263, + "line": 1281, "column": 16 }, "end": { - "line": 1263, + "line": 1281, "column": 20 } } }, "property": { "type": "Identifier", - "start": 45696, - "end": 45709, + "start": 46544, + "end": 46557, "loc": { "start": { - "line": 1263, + "line": 1281, "column": 21 }, "end": { - "line": 1263, + "line": 1281, "column": 34 }, "identifierName": "getRecordType" @@ -187179,86 +191420,86 @@ "cases": [ { "type": "SwitchCase", - "start": 45727, - "end": 45855, + "start": 46575, + "end": 46703, "loc": { "start": { - "line": 1264, + "line": 1282, "column": 12 }, "end": { - "line": 1267, + "line": 1285, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 45810, - "end": 45832, + "start": 46658, + "end": 46680, "loc": { "start": { - "line": 1266, + "line": 1284, "column": 16 }, "end": { - "line": 1266, + "line": 1284, "column": 38 } }, "expression": { "type": "CallExpression", - "start": 45810, - "end": 45831, + "start": 46658, + "end": 46679, "loc": { "start": { - "line": 1266, + "line": 1284, "column": 16 }, "end": { - "line": 1266, + "line": 1284, "column": 37 } }, "callee": { "type": "MemberExpression", - "start": 45810, - "end": 45826, + "start": 46658, + "end": 46674, "loc": { "start": { - "line": 1266, + "line": 1284, "column": 16 }, "end": { - "line": 1266, + "line": 1284, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 45810, - "end": 45821, + "start": 46658, + "end": 46669, "loc": { "start": { - "line": 1266, + "line": 1284, "column": 16 }, "end": { - "line": 1266, + "line": 1284, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 45810, - "end": 45814, + "start": 46658, + "end": 46662, "loc": { "start": { - "line": 1266, + "line": 1284, "column": 16 }, "end": { - "line": 1266, + "line": 1284, "column": 20 } }, @@ -187266,15 +191507,15 @@ }, "property": { "type": "Identifier", - "start": 45815, - "end": 45821, + "start": 46663, + "end": 46669, "loc": { "start": { - "line": 1266, + "line": 1284, "column": 21 }, "end": { - "line": 1266, + "line": 1284, "column": 27 }, "identifierName": "surfer" @@ -187286,15 +191527,15 @@ }, "property": { "type": "Identifier", - "start": 45822, - "end": 45826, + "start": 46670, + "end": 46674, "loc": { "start": { - "line": 1266, + "line": 1284, "column": 28 }, "end": { - "line": 1266, + "line": 1284, "column": 32 }, "identifierName": "load" @@ -187307,15 +191548,15 @@ "arguments": [ { "type": "Identifier", - "start": 45827, - "end": 45830, + "start": 46675, + "end": 46678, "loc": { "start": { - "line": 1266, + "line": 1284, "column": 33 }, "end": { - "line": 1266, + "line": 1284, "column": 36 }, "identifierName": "url" @@ -187329,15 +191570,15 @@ { "type": "CommentLine", "value": " visualize recorded Blob stream", - "start": 45760, - "end": 45793, + "start": 46608, + "end": 46641, "loc": { "start": { - "line": 1265, + "line": 1283, "column": 16 }, "end": { - "line": 1265, + "line": 1283, "column": 49 } } @@ -187346,15 +191587,15 @@ }, { "type": "BreakStatement", - "start": 45849, - "end": 45855, + "start": 46697, + "end": 46703, "loc": { "start": { - "line": 1267, + "line": 1285, "column": 16 }, "end": { - "line": 1267, + "line": 1285, "column": 22 } }, @@ -187363,15 +191604,15 @@ ], "test": { "type": "Identifier", - "start": 45732, - "end": 45742, + "start": 46580, + "end": 46590, "loc": { "start": { - "line": 1264, + "line": 1282, "column": 17 }, "end": { - "line": 1264, + "line": 1282, "column": 27 }, "identifierName": "AUDIO_ONLY" @@ -187381,30 +191622,30 @@ }, { "type": "SwitchCase", - "start": 45869, - "end": 45885, + "start": 46717, + "end": 46733, "loc": { "start": { - "line": 1269, + "line": 1287, "column": 12 }, "end": { - "line": 1269, + "line": 1287, "column": 28 } }, "consequent": [], "test": { "type": "Identifier", - "start": 45874, - "end": 45884, + "start": 46722, + "end": 46732, "loc": { "start": { - "line": 1269, + "line": 1287, "column": 17 }, "end": { - "line": 1269, + "line": 1287, "column": 27 }, "identifierName": "IMAGE_ONLY" @@ -187414,30 +191655,30 @@ }, { "type": "SwitchCase", - "start": 45898, - "end": 45914, + "start": 46746, + "end": 46762, "loc": { "start": { - "line": 1270, + "line": 1288, "column": 12 }, "end": { - "line": 1270, + "line": 1288, "column": 28 } }, "consequent": [], "test": { "type": "Identifier", - "start": 45903, - "end": 45913, + "start": 46751, + "end": 46761, "loc": { "start": { - "line": 1270, + "line": 1288, "column": 17 }, "end": { - "line": 1270, + "line": 1288, "column": 27 }, "identifierName": "VIDEO_ONLY" @@ -187447,30 +191688,30 @@ }, { "type": "SwitchCase", - "start": 45927, - "end": 45944, + "start": 46775, + "end": 46792, "loc": { "start": { - "line": 1271, + "line": 1289, "column": 12 }, "end": { - "line": 1271, + "line": 1289, "column": 29 } }, "consequent": [], "test": { "type": "Identifier", - "start": 45932, - "end": 45943, + "start": 46780, + "end": 46791, "loc": { "start": { - "line": 1271, + "line": 1289, "column": 17 }, "end": { - "line": 1271, + "line": 1289, "column": 28 }, "identifierName": "AUDIO_VIDEO" @@ -187480,30 +191721,30 @@ }, { "type": "SwitchCase", - "start": 45957, - "end": 45975, + "start": 46805, + "end": 46823, "loc": { "start": { - "line": 1272, + "line": 1290, "column": 12 }, "end": { - "line": 1272, + "line": 1290, "column": 30 } }, "consequent": [], "test": { "type": "Identifier", - "start": 45962, - "end": 45974, + "start": 46810, + "end": 46822, "loc": { "start": { - "line": 1272, + "line": 1290, "column": 17 }, "end": { - "line": 1272, + "line": 1290, "column": 29 }, "identifierName": "AUDIO_SCREEN" @@ -187513,30 +191754,30 @@ }, { "type": "SwitchCase", - "start": 45988, - "end": 46003, + "start": 46836, + "end": 46851, "loc": { "start": { - "line": 1273, + "line": 1291, "column": 12 }, "end": { - "line": 1273, + "line": 1291, "column": 27 } }, "consequent": [], "test": { "type": "Identifier", - "start": 45993, - "end": 46002, + "start": 46841, + "end": 46850, "loc": { "start": { - "line": 1273, + "line": 1291, "column": 17 }, "end": { - "line": 1273, + "line": 1291, "column": 26 }, "identifierName": "ANIMATION" @@ -187546,72 +191787,72 @@ }, { "type": "SwitchCase", - "start": 46016, - "end": 46510, + "start": 46864, + "end": 47358, "loc": { "start": { - "line": 1274, + "line": 1292, "column": 12 }, "end": { - "line": 1284, + "line": 1302, "column": 22 } }, "consequent": [ { "type": "IfStatement", - "start": 46050, - "end": 46487, + "start": 46898, + "end": 47335, "loc": { "start": { - "line": 1275, + "line": 1293, "column": 16 }, "end": { - "line": 1283, + "line": 1301, "column": 17 } }, "test": { "type": "LogicalExpression", - "start": 46054, - "end": 46096, + "start": 46902, + "end": 46944, "loc": { "start": { - "line": 1275, + "line": 1293, "column": 20 }, "end": { - "line": 1275, + "line": 1293, "column": 62 } }, "left": { "type": "BinaryExpression", - "start": 46054, - "end": 46073, + "start": 46902, + "end": 46921, "loc": { "start": { - "line": 1275, + "line": 1293, "column": 20 }, "end": { - "line": 1275, + "line": 1293, "column": 39 } }, "left": { "type": "Identifier", - "start": 46054, - "end": 46057, + "start": 46902, + "end": 46905, "loc": { "start": { - "line": 1275, + "line": 1293, "column": 20 }, "end": { - "line": 1275, + "line": 1293, "column": 23 }, "identifierName": "url" @@ -187621,15 +191862,15 @@ "operator": "instanceof", "right": { "type": "Identifier", - "start": 46069, - "end": 46073, + "start": 46917, + "end": 46921, "loc": { "start": { - "line": 1275, + "line": 1293, "column": 35 }, "end": { - "line": 1275, + "line": 1293, "column": 39 }, "identifierName": "Blob" @@ -187640,29 +191881,29 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 46077, - "end": 46096, + "start": 46925, + "end": 46944, "loc": { "start": { - "line": 1275, + "line": 1293, "column": 43 }, "end": { - "line": 1275, + "line": 1293, "column": 62 } }, "left": { "type": "Identifier", - "start": 46077, - "end": 46080, + "start": 46925, + "end": 46928, "loc": { "start": { - "line": 1275, + "line": 1293, "column": 43 }, "end": { - "line": 1275, + "line": 1293, "column": 46 }, "identifierName": "url" @@ -187672,15 +191913,15 @@ "operator": "instanceof", "right": { "type": "Identifier", - "start": 46092, - "end": 46096, + "start": 46940, + "end": 46944, "loc": { "start": { - "line": 1275, + "line": 1293, "column": 58 }, "end": { - "line": 1275, + "line": 1293, "column": 62 }, "identifierName": "File" @@ -187691,87 +191932,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 46098, - "end": 46352, + "start": 46946, + "end": 47200, "loc": { "start": { - "line": 1275, + "line": 1293, "column": 64 }, "end": { - "line": 1280, + "line": 1298, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 46172, - "end": 46207, + "start": 47020, + "end": 47055, "loc": { "start": { - "line": 1277, + "line": 1295, "column": 20 }, "end": { - "line": 1277, + "line": 1295, "column": 55 } }, "expression": { "type": "AssignmentExpression", - "start": 46172, - "end": 46206, + "start": 47020, + "end": 47054, "loc": { "start": { - "line": 1277, + "line": 1295, "column": 20 }, "end": { - "line": 1277, + "line": 1295, "column": 54 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 46172, - "end": 46199, + "start": 47020, + "end": 47047, "loc": { "start": { - "line": 1277, + "line": 1295, "column": 20 }, "end": { - "line": 1277, + "line": 1295, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 46172, - "end": 46189, + "start": 47020, + "end": 47037, "loc": { "start": { - "line": 1277, + "line": 1295, "column": 20 }, "end": { - "line": 1277, + "line": 1295, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 46172, - "end": 46176, + "start": 47020, + "end": 47024, "loc": { "start": { - "line": 1277, + "line": 1295, "column": 20 }, "end": { - "line": 1277, + "line": 1295, "column": 24 } }, @@ -187779,15 +192020,15 @@ }, "property": { "type": "Identifier", - "start": 46177, - "end": 46189, + "start": 47025, + "end": 47037, "loc": { "start": { - "line": 1277, + "line": 1295, "column": 25 }, "end": { - "line": 1277, + "line": 1295, "column": 37 }, "identifierName": "mediaElement" @@ -187799,15 +192040,15 @@ }, "property": { "type": "Identifier", - "start": 46190, - "end": 46199, + "start": 47038, + "end": 47047, "loc": { "start": { - "line": 1277, + "line": 1295, "column": 38 }, "end": { - "line": 1277, + "line": 1295, "column": 47 }, "identifierName": "srcObject" @@ -187819,15 +192060,15 @@ }, "right": { "type": "NullLiteral", - "start": 46202, - "end": 46206, + "start": 47050, + "end": 47054, "loc": { "start": { - "line": 1277, + "line": 1295, "column": 50 }, "end": { - "line": 1277, + "line": 1295, "column": 54 } } @@ -187838,15 +192079,15 @@ { "type": "CommentLine", "value": " make sure to reset it (#312)", - "start": 46120, - "end": 46151, + "start": 46968, + "end": 46999, "loc": { "start": { - "line": 1276, + "line": 1294, "column": 20 }, "end": { - "line": 1276, + "line": 1294, "column": 51 } } @@ -187856,15 +192097,15 @@ { "type": "CommentLine", "value": " assign blob using createObjectURL", - "start": 46228, - "end": 46264, + "start": 47076, + "end": 47112, "loc": { "start": { - "line": 1278, + "line": 1296, "column": 20 }, "end": { - "line": 1278, + "line": 1296, "column": 56 } } @@ -187873,72 +192114,72 @@ }, { "type": "ExpressionStatement", - "start": 46285, - "end": 46334, + "start": 47133, + "end": 47182, "loc": { "start": { - "line": 1279, + "line": 1297, "column": 20 }, "end": { - "line": 1279, + "line": 1297, "column": 69 } }, "expression": { "type": "AssignmentExpression", - "start": 46285, - "end": 46333, + "start": 47133, + "end": 47181, "loc": { "start": { - "line": 1279, + "line": 1297, "column": 20 }, "end": { - "line": 1279, + "line": 1297, "column": 68 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 46285, - "end": 46306, + "start": 47133, + "end": 47154, "loc": { "start": { - "line": 1279, + "line": 1297, "column": 20 }, "end": { - "line": 1279, + "line": 1297, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 46285, - "end": 46302, + "start": 47133, + "end": 47150, "loc": { "start": { - "line": 1279, + "line": 1297, "column": 20 }, "end": { - "line": 1279, + "line": 1297, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 46285, - "end": 46289, + "start": 47133, + "end": 47137, "loc": { "start": { - "line": 1279, + "line": 1297, "column": 20 }, "end": { - "line": 1279, + "line": 1297, "column": 24 } }, @@ -187946,15 +192187,15 @@ }, "property": { "type": "Identifier", - "start": 46290, - "end": 46302, + "start": 47138, + "end": 47150, "loc": { "start": { - "line": 1279, + "line": 1297, "column": 25 }, "end": { - "line": 1279, + "line": 1297, "column": 37 }, "identifierName": "mediaElement" @@ -187966,15 +192207,15 @@ }, "property": { "type": "Identifier", - "start": 46303, - "end": 46306, + "start": 47151, + "end": 47154, "loc": { "start": { - "line": 1279, + "line": 1297, "column": 38 }, "end": { - "line": 1279, + "line": 1297, "column": 41 }, "identifierName": "src" @@ -187986,43 +192227,43 @@ }, "right": { "type": "CallExpression", - "start": 46309, - "end": 46333, + "start": 47157, + "end": 47181, "loc": { "start": { - "line": 1279, + "line": 1297, "column": 44 }, "end": { - "line": 1279, + "line": 1297, "column": 68 } }, "callee": { "type": "MemberExpression", - "start": 46309, - "end": 46328, + "start": 47157, + "end": 47176, "loc": { "start": { - "line": 1279, + "line": 1297, "column": 44 }, "end": { - "line": 1279, + "line": 1297, "column": 63 } }, "object": { "type": "Identifier", - "start": 46309, - "end": 46312, + "start": 47157, + "end": 47160, "loc": { "start": { - "line": 1279, + "line": 1297, "column": 44 }, "end": { - "line": 1279, + "line": 1297, "column": 47 }, "identifierName": "URL" @@ -188031,15 +192272,15 @@ }, "property": { "type": "Identifier", - "start": 46313, - "end": 46328, + "start": 47161, + "end": 47176, "loc": { "start": { - "line": 1279, + "line": 1297, "column": 48 }, "end": { - "line": 1279, + "line": 1297, "column": 63 }, "identifierName": "createObjectURL" @@ -188051,15 +192292,15 @@ "arguments": [ { "type": "Identifier", - "start": 46329, - "end": 46332, + "start": 47177, + "end": 47180, "loc": { "start": { - "line": 1279, + "line": 1297, "column": 64 }, "end": { - "line": 1279, + "line": 1297, "column": 67 }, "identifierName": "url" @@ -188074,15 +192315,15 @@ { "type": "CommentLine", "value": " assign blob using createObjectURL", - "start": 46228, - "end": 46264, + "start": 47076, + "end": 47112, "loc": { "start": { - "line": 1278, + "line": 1296, "column": 20 }, "end": { - "line": 1278, + "line": 1296, "column": 56 } } @@ -188094,58 +192335,58 @@ }, "alternate": { "type": "BlockStatement", - "start": 46358, - "end": 46487, + "start": 47206, + "end": 47335, "loc": { "start": { - "line": 1280, + "line": 1298, "column": 23 }, "end": { - "line": 1283, + "line": 1301, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 46432, - "end": 46469, + "start": 47280, + "end": 47317, "loc": { "start": { - "line": 1282, + "line": 1300, "column": 20 }, "end": { - "line": 1282, + "line": 1300, "column": 57 } }, "expression": { "type": "CallExpression", - "start": 46432, - "end": 46468, + "start": 47280, + "end": 47316, "loc": { "start": { - "line": 1282, + "line": 1300, "column": 20 }, "end": { - "line": 1282, + "line": 1300, "column": 56 } }, "callee": { "type": "Identifier", - "start": 46432, - "end": 46444, + "start": 47280, + "end": 47292, "loc": { "start": { - "line": 1282, + "line": 1300, "column": 20 }, "end": { - "line": 1282, + "line": 1300, "column": 32 }, "identifierName": "setSrcObject" @@ -188156,15 +192397,15 @@ "arguments": [ { "type": "Identifier", - "start": 46445, - "end": 46448, + "start": 47293, + "end": 47296, "loc": { "start": { - "line": 1282, + "line": 1300, "column": 33 }, "end": { - "line": 1282, + "line": 1300, "column": 36 }, "identifierName": "url" @@ -188173,44 +192414,44 @@ }, { "type": "MemberExpression", - "start": 46450, - "end": 46467, + "start": 47298, + "end": 47315, "loc": { "start": { - "line": 1282, + "line": 1300, "column": 38 }, "end": { - "line": 1282, + "line": 1300, "column": 55 } }, "object": { "type": "ThisExpression", - "start": 46450, - "end": 46454, + "start": 47298, + "end": 47302, "loc": { "start": { - "line": 1282, + "line": 1300, "column": 38 }, "end": { - "line": 1282, + "line": 1300, "column": 42 } } }, "property": { "type": "Identifier", - "start": 46455, - "end": 46467, + "start": 47303, + "end": 47315, "loc": { "start": { - "line": 1282, + "line": 1300, "column": 43 }, "end": { - "line": 1282, + "line": 1300, "column": 55 }, "identifierName": "mediaElement" @@ -188226,15 +192467,15 @@ { "type": "CommentLine", "value": " assign stream with srcObject", - "start": 46380, - "end": 46411, + "start": 47228, + "end": 47259, "loc": { "start": { - "line": 1281, + "line": 1299, "column": 20 }, "end": { - "line": 1281, + "line": 1299, "column": 51 } } @@ -188247,15 +192488,15 @@ }, { "type": "BreakStatement", - "start": 46504, - "end": 46510, + "start": 47352, + "end": 47358, "loc": { "start": { - "line": 1284, + "line": 1302, "column": 16 }, "end": { - "line": 1284, + "line": 1302, "column": 22 } }, @@ -188264,15 +192505,15 @@ ], "test": { "type": "Identifier", - "start": 46021, - "end": 46032, + "start": 46869, + "end": 46880, "loc": { "start": { - "line": 1274, + "line": 1292, "column": 17 }, "end": { - "line": 1274, + "line": 1292, "column": 28 }, "identifierName": "SCREEN_ONLY" @@ -188290,15 +192531,15 @@ { "type": "CommentBlock", "value": "*\n * Start loading data.\n *\n * @param {(string|blob|file)} url - Either the URL of the media file,\n * a Blob, a File object or MediaStream.\n ", - "start": 45489, - "end": 45658, + "start": 46337, + "end": 46506, "loc": { "start": { - "line": 1256, + "line": 1274, "column": 4 }, "end": { - "line": 1261, + "line": 1279, "column": 7 } } @@ -188308,15 +192549,15 @@ { "type": "CommentBlock", "value": "*\n * Show save as dialog in browser so the user can store the recorded media\n * locally.\n *\n * @param {object} name - Object with one or more names for the particular\n * blob(s) you want to save. File extensions are added automatically.\n * For example: {'video': 'name-of-video-file'}. Supported keys are\n * 'audio', 'video' and 'gif'.\n * @example\n * // save video file as 'foo.webm'\n * player.record().saveAs({'video': 'foo'});\n ", - "start": 46532, - "end": 47022, + "start": 47380, + "end": 47870, "loc": { "start": { - "line": 1288, + "line": 1306, "column": 4 }, "end": { - "line": 1299, + "line": 1317, "column": 7 } } @@ -188325,15 +192566,15 @@ }, { "type": "ClassMethod", - "start": 47027, - "end": 47144, + "start": 47875, + "end": 47992, "loc": { "start": { - "line": 1300, + "line": 1318, "column": 4 }, "end": { - "line": 1304, + "line": 1322, "column": 5 } }, @@ -188341,15 +192582,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 47027, - "end": 47033, + "start": 47875, + "end": 47881, "loc": { "start": { - "line": 1300, + "line": 1318, "column": 4 }, "end": { - "line": 1300, + "line": 1318, "column": 10 }, "identifierName": "saveAs" @@ -188365,15 +192606,15 @@ "params": [ { "type": "Identifier", - "start": 47034, - "end": 47038, + "start": 47882, + "end": 47886, "loc": { "start": { - "line": 1300, + "line": 1318, "column": 11 }, "end": { - "line": 1300, + "line": 1318, "column": 15 }, "identifierName": "name" @@ -188383,87 +192624,87 @@ ], "body": { "type": "BlockStatement", - "start": 47040, - "end": 47144, + "start": 47888, + "end": 47992, "loc": { "start": { - "line": 1300, + "line": 1318, "column": 17 }, "end": { - "line": 1304, + "line": 1322, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 47050, - "end": 47138, + "start": 47898, + "end": 47986, "loc": { "start": { - "line": 1301, + "line": 1319, "column": 8 }, "end": { - "line": 1303, + "line": 1321, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 47054, - "end": 47087, + "start": 47902, + "end": 47935, "loc": { "start": { - "line": 1301, + "line": 1319, "column": 12 }, "end": { - "line": 1301, + "line": 1319, "column": 45 } }, "left": { "type": "MemberExpression", - "start": 47054, - "end": 47065, + "start": 47902, + "end": 47913, "loc": { "start": { - "line": 1301, + "line": 1319, "column": 12 }, "end": { - "line": 1301, + "line": 1319, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 47054, - "end": 47058, + "start": 47902, + "end": 47906, "loc": { "start": { - "line": 1301, + "line": 1319, "column": 12 }, "end": { - "line": 1301, + "line": 1319, "column": 16 } } }, "property": { "type": "Identifier", - "start": 47059, - "end": 47065, + "start": 47907, + "end": 47913, "loc": { "start": { - "line": 1301, + "line": 1319, "column": 17 }, "end": { - "line": 1301, + "line": 1319, "column": 23 }, "identifierName": "engine" @@ -188475,29 +192716,29 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 47069, - "end": 47087, + "start": 47917, + "end": 47935, "loc": { "start": { - "line": 1301, + "line": 1319, "column": 27 }, "end": { - "line": 1301, + "line": 1319, "column": 45 } }, "left": { "type": "Identifier", - "start": 47069, - "end": 47073, + "start": 47917, + "end": 47921, "loc": { "start": { - "line": 1301, + "line": 1319, "column": 27 }, "end": { - "line": 1301, + "line": 1319, "column": 31 }, "identifierName": "name" @@ -188507,15 +192748,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 47078, - "end": 47087, + "start": 47926, + "end": 47935, "loc": { "start": { - "line": 1301, + "line": 1319, "column": 36 }, "end": { - "line": 1301, + "line": 1319, "column": 45 }, "identifierName": "undefined" @@ -188526,101 +192767,101 @@ }, "consequent": { "type": "BlockStatement", - "start": 47089, - "end": 47138, + "start": 47937, + "end": 47986, "loc": { "start": { - "line": 1301, + "line": 1319, "column": 47 }, "end": { - "line": 1303, + "line": 1321, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 47103, - "end": 47128, + "start": 47951, + "end": 47976, "loc": { "start": { - "line": 1302, + "line": 1320, "column": 12 }, "end": { - "line": 1302, + "line": 1320, "column": 37 } }, "expression": { "type": "CallExpression", - "start": 47103, - "end": 47127, + "start": 47951, + "end": 47975, "loc": { "start": { - "line": 1302, + "line": 1320, "column": 12 }, "end": { - "line": 1302, + "line": 1320, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 47103, - "end": 47121, + "start": 47951, + "end": 47969, "loc": { "start": { - "line": 1302, + "line": 1320, "column": 12 }, "end": { - "line": 1302, + "line": 1320, "column": 30 } }, "object": { "type": "MemberExpression", - "start": 47103, - "end": 47114, + "start": 47951, + "end": 47962, "loc": { "start": { - "line": 1302, + "line": 1320, "column": 12 }, "end": { - "line": 1302, + "line": 1320, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 47103, - "end": 47107, + "start": 47951, + "end": 47955, "loc": { "start": { - "line": 1302, + "line": 1320, "column": 12 }, "end": { - "line": 1302, + "line": 1320, "column": 16 } } }, "property": { "type": "Identifier", - "start": 47108, - "end": 47114, + "start": 47956, + "end": 47962, "loc": { "start": { - "line": 1302, + "line": 1320, "column": 17 }, "end": { - "line": 1302, + "line": 1320, "column": 23 }, "identifierName": "engine" @@ -188631,15 +192872,15 @@ }, "property": { "type": "Identifier", - "start": 47115, - "end": 47121, + "start": 47963, + "end": 47969, "loc": { "start": { - "line": 1302, + "line": 1320, "column": 24 }, "end": { - "line": 1302, + "line": 1320, "column": 30 }, "identifierName": "saveAs" @@ -188651,15 +192892,15 @@ "arguments": [ { "type": "Identifier", - "start": 47122, - "end": 47126, + "start": 47970, + "end": 47974, "loc": { "start": { - "line": 1302, + "line": 1320, "column": 31 }, "end": { - "line": 1302, + "line": 1320, "column": 35 }, "identifierName": "name" @@ -188682,15 +192923,15 @@ { "type": "CommentBlock", "value": "*\n * Show save as dialog in browser so the user can store the recorded media\n * locally.\n *\n * @param {object} name - Object with one or more names for the particular\n * blob(s) you want to save. File extensions are added automatically.\n * For example: {'video': 'name-of-video-file'}. Supported keys are\n * 'audio', 'video' and 'gif'.\n * @example\n * // save video file as 'foo.webm'\n * player.record().saveAs({'video': 'foo'});\n ", - "start": 46532, - "end": 47022, + "start": 47380, + "end": 47870, "loc": { "start": { - "line": 1288, + "line": 1306, "column": 4 }, "end": { - "line": 1299, + "line": 1317, "column": 7 } } @@ -188700,15 +192941,15 @@ { "type": "CommentBlock", "value": "*\n * Destroy plugin only.\n *\n * Use [destroy]{@link Record#destroy} to remove the plugin and the player\n * as well.\n ", - "start": 47150, - "end": 47291, + "start": 47998, + "end": 48139, "loc": { "start": { - "line": 1306, + "line": 1324, "column": 4 }, "end": { - "line": 1311, + "line": 1329, "column": 7 } } @@ -188717,15 +192958,15 @@ }, { "type": "ClassMethod", - "start": 47296, - "end": 48528, + "start": 48144, + "end": 49376, "loc": { "start": { - "line": 1312, + "line": 1330, "column": 4 }, "end": { - "line": 1352, + "line": 1370, "column": 5 } }, @@ -188733,15 +192974,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 47296, - "end": 47303, + "start": 48144, + "end": 48151, "loc": { "start": { - "line": 1312, + "line": 1330, "column": 4 }, "end": { - "line": 1312, + "line": 1330, "column": 11 }, "identifierName": "dispose" @@ -188757,86 +192998,86 @@ "params": [], "body": { "type": "BlockStatement", - "start": 47306, - "end": 48528, + "start": 48154, + "end": 49376, "loc": { "start": { - "line": 1312, + "line": 1330, "column": 14 }, "end": { - "line": 1352, + "line": 1370, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 47358, - "end": 47387, + "start": 48206, + "end": 48235, "loc": { "start": { - "line": 1314, + "line": 1332, "column": 8 }, "end": { - "line": 1314, + "line": 1332, "column": 37 } }, "expression": { "type": "CallExpression", - "start": 47358, - "end": 47386, + "start": 48206, + "end": 48234, "loc": { "start": { - "line": 1314, + "line": 1332, "column": 8 }, "end": { - "line": 1314, + "line": 1332, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 47358, - "end": 47373, + "start": 48206, + "end": 48221, "loc": { "start": { - "line": 1314, + "line": 1332, "column": 8 }, "end": { - "line": 1314, + "line": 1332, "column": 23 } }, "object": { "type": "MemberExpression", - "start": 47358, - "end": 47369, + "start": 48206, + "end": 48217, "loc": { "start": { - "line": 1314, + "line": 1332, "column": 8 }, "end": { - "line": 1314, + "line": 1332, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 47358, - "end": 47362, + "start": 48206, + "end": 48210, "loc": { "start": { - "line": 1314, + "line": 1332, "column": 8 }, "end": { - "line": 1314, + "line": 1332, "column": 12 } }, @@ -188844,15 +193085,15 @@ }, "property": { "type": "Identifier", - "start": 47363, - "end": 47369, + "start": 48211, + "end": 48217, "loc": { "start": { - "line": 1314, + "line": 1332, "column": 13 }, "end": { - "line": 1314, + "line": 1332, "column": 19 }, "identifierName": "player" @@ -188864,15 +193105,15 @@ }, "property": { "type": "Identifier", - "start": 47370, - "end": 47373, + "start": 48218, + "end": 48221, "loc": { "start": { - "line": 1314, + "line": 1332, "column": 20 }, "end": { - "line": 1314, + "line": 1332, "column": 23 }, "identifierName": "off" @@ -188885,29 +193126,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 47374, - "end": 47385, + "start": 48222, + "end": 48233, "loc": { "start": { - "line": 1314, + "line": 1332, "column": 24 }, "end": { - "line": 1314, + "line": 1332, "column": 35 } }, "object": { "type": "Identifier", - "start": 47374, - "end": 47379, + "start": 48222, + "end": 48227, "loc": { "start": { - "line": 1314, + "line": 1332, "column": 24 }, "end": { - "line": 1314, + "line": 1332, "column": 29 }, "identifierName": "Event" @@ -188916,15 +193157,15 @@ }, "property": { "type": "Identifier", - "start": 47380, - "end": 47385, + "start": 48228, + "end": 48233, "loc": { "start": { - "line": 1314, + "line": 1332, "column": 30 }, "end": { - "line": 1314, + "line": 1332, "column": 35 }, "identifierName": "READY" @@ -188940,15 +193181,15 @@ { "type": "CommentLine", "value": " disable common event listeners", - "start": 47316, - "end": 47349, + "start": 48164, + "end": 48197, "loc": { "start": { - "line": 1313, + "line": 1331, "column": 8 }, "end": { - "line": 1313, + "line": 1331, "column": 41 } } @@ -188957,86 +193198,86 @@ }, { "type": "ExpressionStatement", - "start": 47396, - "end": 47432, + "start": 48244, + "end": 48280, "loc": { "start": { - "line": 1315, + "line": 1333, "column": 8 }, "end": { - "line": 1315, + "line": 1333, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 47396, - "end": 47431, + "start": 48244, + "end": 48279, "loc": { "start": { - "line": 1315, + "line": 1333, "column": 8 }, "end": { - "line": 1315, + "line": 1333, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 47396, - "end": 47411, + "start": 48244, + "end": 48259, "loc": { "start": { - "line": 1315, + "line": 1333, "column": 8 }, "end": { - "line": 1315, + "line": 1333, "column": 23 } }, "object": { "type": "MemberExpression", - "start": 47396, - "end": 47407, + "start": 48244, + "end": 48255, "loc": { "start": { - "line": 1315, + "line": 1333, "column": 8 }, "end": { - "line": 1315, + "line": 1333, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 47396, - "end": 47400, + "start": 48244, + "end": 48248, "loc": { "start": { - "line": 1315, + "line": 1333, "column": 8 }, "end": { - "line": 1315, + "line": 1333, "column": 12 } } }, "property": { "type": "Identifier", - "start": 47401, - "end": 47407, + "start": 48249, + "end": 48255, "loc": { "start": { - "line": 1315, + "line": 1333, "column": 13 }, "end": { - "line": 1315, + "line": 1333, "column": 19 }, "identifierName": "player" @@ -189047,15 +193288,15 @@ }, "property": { "type": "Identifier", - "start": 47408, - "end": 47411, + "start": 48256, + "end": 48259, "loc": { "start": { - "line": 1315, + "line": 1333, "column": 20 }, "end": { - "line": 1315, + "line": 1333, "column": 23 }, "identifierName": "off" @@ -189067,29 +193308,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 47412, - "end": 47430, + "start": 48260, + "end": 48278, "loc": { "start": { - "line": 1315, + "line": 1333, "column": 24 }, "end": { - "line": 1315, + "line": 1333, "column": 42 } }, "object": { "type": "Identifier", - "start": 47412, - "end": 47417, + "start": 48260, + "end": 48265, "loc": { "start": { - "line": 1315, + "line": 1333, "column": 24 }, "end": { - "line": 1315, + "line": 1333, "column": 29 }, "identifierName": "Event" @@ -189098,15 +193339,15 @@ }, "property": { "type": "Identifier", - "start": 47418, - "end": 47430, + "start": 48266, + "end": 48278, "loc": { "start": { - "line": 1315, + "line": 1333, "column": 30 }, "end": { - "line": 1315, + "line": 1333, "column": 42 }, "identifierName": "USERINACTIVE" @@ -189120,86 +193361,86 @@ }, { "type": "ExpressionStatement", - "start": 47441, - "end": 47479, + "start": 48289, + "end": 48327, "loc": { "start": { - "line": 1316, + "line": 1334, "column": 8 }, "end": { - "line": 1316, + "line": 1334, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 47441, - "end": 47478, + "start": 48289, + "end": 48326, "loc": { "start": { - "line": 1316, + "line": 1334, "column": 8 }, "end": { - "line": 1316, + "line": 1334, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 47441, - "end": 47456, + "start": 48289, + "end": 48304, "loc": { "start": { - "line": 1316, + "line": 1334, "column": 8 }, "end": { - "line": 1316, + "line": 1334, "column": 23 } }, "object": { "type": "MemberExpression", - "start": 47441, - "end": 47452, + "start": 48289, + "end": 48300, "loc": { "start": { - "line": 1316, + "line": 1334, "column": 8 }, "end": { - "line": 1316, + "line": 1334, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 47441, - "end": 47445, + "start": 48289, + "end": 48293, "loc": { "start": { - "line": 1316, + "line": 1334, "column": 8 }, "end": { - "line": 1316, + "line": 1334, "column": 12 } } }, "property": { "type": "Identifier", - "start": 47446, - "end": 47452, + "start": 48294, + "end": 48300, "loc": { "start": { - "line": 1316, + "line": 1334, "column": 13 }, "end": { - "line": 1316, + "line": 1334, "column": 19 }, "identifierName": "player" @@ -189210,15 +193451,15 @@ }, "property": { "type": "Identifier", - "start": 47453, - "end": 47456, + "start": 48301, + "end": 48304, "loc": { "start": { - "line": 1316, + "line": 1334, "column": 20 }, "end": { - "line": 1316, + "line": 1334, "column": 23 }, "identifierName": "off" @@ -189230,29 +193471,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 47457, - "end": 47477, + "start": 48305, + "end": 48325, "loc": { "start": { - "line": 1316, + "line": 1334, "column": 24 }, "end": { - "line": 1316, + "line": 1334, "column": 44 } }, "object": { "type": "Identifier", - "start": 47457, - "end": 47462, + "start": 48305, + "end": 48310, "loc": { "start": { - "line": 1316, + "line": 1334, "column": 24 }, "end": { - "line": 1316, + "line": 1334, "column": 29 }, "identifierName": "Event" @@ -189261,15 +193502,15 @@ }, "property": { "type": "Identifier", - "start": 47463, - "end": 47477, + "start": 48311, + "end": 48325, "loc": { "start": { - "line": 1316, + "line": 1334, "column": 30 }, "end": { - "line": 1316, + "line": 1334, "column": 44 }, "identifierName": "LOADEDMETADATA" @@ -189284,15 +193525,15 @@ { "type": "CommentLine", "value": " prevent callbacks if recording is in progress", - "start": 47489, - "end": 47537, + "start": 48337, + "end": 48385, "loc": { "start": { - "line": 1318, + "line": 1336, "column": 8 }, "end": { - "line": 1318, + "line": 1336, "column": 56 } } @@ -189301,43 +193542,43 @@ }, { "type": "IfStatement", - "start": 47546, - "end": 47721, + "start": 48394, + "end": 48569, "loc": { "start": { - "line": 1319, + "line": 1337, "column": 8 }, "end": { - "line": 1323, + "line": 1341, "column": 9 } }, "test": { "type": "MemberExpression", - "start": 47550, - "end": 47561, + "start": 48398, + "end": 48409, "loc": { "start": { - "line": 1319, + "line": 1337, "column": 12 }, "end": { - "line": 1319, + "line": 1337, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 47550, - "end": 47554, + "start": 48398, + "end": 48402, "loc": { "start": { - "line": 1319, + "line": 1337, "column": 12 }, "end": { - "line": 1319, + "line": 1337, "column": 16 } }, @@ -189345,15 +193586,15 @@ }, "property": { "type": "Identifier", - "start": 47555, - "end": 47561, + "start": 48403, + "end": 48409, "loc": { "start": { - "line": 1319, + "line": 1337, "column": 17 }, "end": { - "line": 1319, + "line": 1337, "column": 23 }, "identifierName": "engine" @@ -189365,101 +193606,101 @@ }, "consequent": { "type": "BlockStatement", - "start": 47563, - "end": 47721, + "start": 48411, + "end": 48569, "loc": { "start": { - "line": 1319, + "line": 1337, "column": 25 }, "end": { - "line": 1323, + "line": 1341, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 47577, - "end": 47599, + "start": 48425, + "end": 48447, "loc": { "start": { - "line": 1320, + "line": 1338, "column": 12 }, "end": { - "line": 1320, + "line": 1338, "column": 34 } }, "expression": { "type": "CallExpression", - "start": 47577, - "end": 47598, + "start": 48425, + "end": 48446, "loc": { "start": { - "line": 1320, + "line": 1338, "column": 12 }, "end": { - "line": 1320, + "line": 1338, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 47577, - "end": 47596, + "start": 48425, + "end": 48444, "loc": { "start": { - "line": 1320, + "line": 1338, "column": 12 }, "end": { - "line": 1320, + "line": 1338, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 47577, - "end": 47588, + "start": 48425, + "end": 48436, "loc": { "start": { - "line": 1320, + "line": 1338, "column": 12 }, "end": { - "line": 1320, + "line": 1338, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 47577, - "end": 47581, + "start": 48425, + "end": 48429, "loc": { "start": { - "line": 1320, + "line": 1338, "column": 12 }, "end": { - "line": 1320, + "line": 1338, "column": 16 } } }, "property": { "type": "Identifier", - "start": 47582, - "end": 47588, + "start": 48430, + "end": 48436, "loc": { "start": { - "line": 1320, + "line": 1338, "column": 17 }, "end": { - "line": 1320, + "line": 1338, "column": 23 }, "identifierName": "engine" @@ -189470,15 +193711,15 @@ }, "property": { "type": "Identifier", - "start": 47589, - "end": 47596, + "start": 48437, + "end": 48444, "loc": { "start": { - "line": 1320, + "line": 1338, "column": 24 }, "end": { - "line": 1320, + "line": 1338, "column": 31 }, "identifierName": "dispose" @@ -189492,86 +193733,86 @@ }, { "type": "ExpressionStatement", - "start": 47612, - "end": 47634, + "start": 48460, + "end": 48482, "loc": { "start": { - "line": 1321, + "line": 1339, "column": 12 }, "end": { - "line": 1321, + "line": 1339, "column": 34 } }, "expression": { "type": "CallExpression", - "start": 47612, - "end": 47633, + "start": 48460, + "end": 48481, "loc": { "start": { - "line": 1321, + "line": 1339, "column": 12 }, "end": { - "line": 1321, + "line": 1339, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 47612, - "end": 47631, + "start": 48460, + "end": 48479, "loc": { "start": { - "line": 1321, + "line": 1339, "column": 12 }, "end": { - "line": 1321, + "line": 1339, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 47612, - "end": 47623, + "start": 48460, + "end": 48471, "loc": { "start": { - "line": 1321, + "line": 1339, "column": 12 }, "end": { - "line": 1321, + "line": 1339, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 47612, - "end": 47616, + "start": 48460, + "end": 48464, "loc": { "start": { - "line": 1321, + "line": 1339, "column": 12 }, "end": { - "line": 1321, + "line": 1339, "column": 16 } } }, "property": { "type": "Identifier", - "start": 47617, - "end": 47623, + "start": 48465, + "end": 48471, "loc": { "start": { - "line": 1321, + "line": 1339, "column": 17 }, "end": { - "line": 1321, + "line": 1339, "column": 23 }, "identifierName": "engine" @@ -189582,15 +193823,15 @@ }, "property": { "type": "Identifier", - "start": 47624, - "end": 47631, + "start": 48472, + "end": 48479, "loc": { "start": { - "line": 1321, + "line": 1339, "column": 24 }, "end": { - "line": 1321, + "line": 1339, "column": 31 }, "identifierName": "destroy" @@ -189604,86 +193845,86 @@ }, { "type": "ExpressionStatement", - "start": 47647, - "end": 47711, + "start": 48495, + "end": 48559, "loc": { "start": { - "line": 1322, + "line": 1340, "column": 12 }, "end": { - "line": 1322, + "line": 1340, "column": 76 } }, "expression": { "type": "CallExpression", - "start": 47647, - "end": 47710, + "start": 48495, + "end": 48558, "loc": { "start": { - "line": 1322, + "line": 1340, "column": 12 }, "end": { - "line": 1322, + "line": 1340, "column": 75 } }, "callee": { "type": "MemberExpression", - "start": 47647, - "end": 47662, + "start": 48495, + "end": 48510, "loc": { "start": { - "line": 1322, + "line": 1340, "column": 12 }, "end": { - "line": 1322, + "line": 1340, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 47647, - "end": 47658, + "start": 48495, + "end": 48506, "loc": { "start": { - "line": 1322, + "line": 1340, "column": 12 }, "end": { - "line": 1322, + "line": 1340, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 47647, - "end": 47651, + "start": 48495, + "end": 48499, "loc": { "start": { - "line": 1322, + "line": 1340, "column": 12 }, "end": { - "line": 1322, + "line": 1340, "column": 16 } } }, "property": { "type": "Identifier", - "start": 47652, - "end": 47658, + "start": 48500, + "end": 48506, "loc": { "start": { - "line": 1322, + "line": 1340, "column": 17 }, "end": { - "line": 1322, + "line": 1340, "column": 23 }, "identifierName": "engine" @@ -189694,15 +193935,15 @@ }, "property": { "type": "Identifier", - "start": 47659, - "end": 47662, + "start": 48507, + "end": 48510, "loc": { "start": { - "line": 1322, + "line": 1340, "column": 24 }, "end": { - "line": 1322, + "line": 1340, "column": 27 }, "identifierName": "off" @@ -189714,29 +193955,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 47663, - "end": 47684, + "start": 48511, + "end": 48532, "loc": { "start": { - "line": 1322, + "line": 1340, "column": 28 }, "end": { - "line": 1322, + "line": 1340, "column": 49 } }, "object": { "type": "Identifier", - "start": 47663, - "end": 47668, + "start": 48511, + "end": 48516, "loc": { "start": { - "line": 1322, + "line": 1340, "column": 28 }, "end": { - "line": 1322, + "line": 1340, "column": 33 }, "identifierName": "Event" @@ -189745,15 +193986,15 @@ }, "property": { "type": "Identifier", - "start": 47669, - "end": 47684, + "start": 48517, + "end": 48532, "loc": { "start": { - "line": 1322, + "line": 1340, "column": 34 }, "end": { - "line": 1322, + "line": 1340, "column": 49 }, "identifierName": "RECORD_COMPLETE" @@ -189764,44 +194005,44 @@ }, { "type": "MemberExpression", - "start": 47686, - "end": 47709, + "start": 48534, + "end": 48557, "loc": { "start": { - "line": 1322, + "line": 1340, "column": 51 }, "end": { - "line": 1322, + "line": 1340, "column": 74 } }, "object": { "type": "ThisExpression", - "start": 47686, - "end": 47690, + "start": 48534, + "end": 48538, "loc": { "start": { - "line": 1322, + "line": 1340, "column": 51 }, "end": { - "line": 1322, + "line": 1340, "column": 55 } } }, "property": { "type": "Identifier", - "start": 47691, - "end": 47709, + "start": 48539, + "end": 48557, "loc": { "start": { - "line": 1322, + "line": 1340, "column": 56 }, "end": { - "line": 1322, + "line": 1340, "column": 74 }, "identifierName": "engineStopCallback" @@ -189822,15 +194063,15 @@ { "type": "CommentLine", "value": " prevent callbacks if recording is in progress", - "start": 47489, - "end": 47537, + "start": 48337, + "end": 48385, "loc": { "start": { - "line": 1318, + "line": 1336, "column": 8 }, "end": { - "line": 1318, + "line": 1336, "column": 56 } } @@ -189840,15 +194081,15 @@ { "type": "CommentLine", "value": " stop recording and device", - "start": 47731, - "end": 47759, + "start": 48579, + "end": 48607, "loc": { "start": { - "line": 1325, + "line": 1343, "column": 8 }, "end": { - "line": 1325, + "line": 1343, "column": 36 } } @@ -189857,57 +194098,57 @@ }, { "type": "ExpressionStatement", - "start": 47768, - "end": 47780, + "start": 48616, + "end": 48628, "loc": { "start": { - "line": 1326, + "line": 1344, "column": 8 }, "end": { - "line": 1326, + "line": 1344, "column": 20 } }, "expression": { "type": "CallExpression", - "start": 47768, - "end": 47779, + "start": 48616, + "end": 48627, "loc": { "start": { - "line": 1326, + "line": 1344, "column": 8 }, "end": { - "line": 1326, + "line": 1344, "column": 19 } }, "callee": { "type": "MemberExpression", - "start": 47768, - "end": 47777, + "start": 48616, + "end": 48625, "loc": { "start": { - "line": 1326, + "line": 1344, "column": 8 }, "end": { - "line": 1326, + "line": 1344, "column": 17 } }, "object": { "type": "ThisExpression", - "start": 47768, - "end": 47772, + "start": 48616, + "end": 48620, "loc": { "start": { - "line": 1326, + "line": 1344, "column": 8 }, "end": { - "line": 1326, + "line": 1344, "column": 12 } }, @@ -189915,15 +194156,15 @@ }, "property": { "type": "Identifier", - "start": 47773, - "end": 47777, + "start": 48621, + "end": 48625, "loc": { "start": { - "line": 1326, + "line": 1344, "column": 13 }, "end": { - "line": 1326, + "line": 1344, "column": 17 }, "identifierName": "stop" @@ -189940,15 +194181,15 @@ { "type": "CommentLine", "value": " stop recording and device", - "start": 47731, - "end": 47759, + "start": 48579, + "end": 48607, "loc": { "start": { - "line": 1325, + "line": 1343, "column": 8 }, "end": { - "line": 1325, + "line": 1343, "column": 36 } } @@ -189957,72 +194198,72 @@ }, { "type": "ExpressionStatement", - "start": 47789, - "end": 47807, + "start": 48637, + "end": 48655, "loc": { "start": { - "line": 1327, + "line": 1345, "column": 8 }, "end": { - "line": 1327, + "line": 1345, "column": 26 } }, "expression": { "type": "CallExpression", - "start": 47789, - "end": 47806, + "start": 48637, + "end": 48654, "loc": { "start": { - "line": 1327, + "line": 1345, "column": 8 }, "end": { - "line": 1327, + "line": 1345, "column": 25 } }, "callee": { "type": "MemberExpression", - "start": 47789, - "end": 47804, + "start": 48637, + "end": 48652, "loc": { "start": { - "line": 1327, + "line": 1345, "column": 8 }, "end": { - "line": 1327, + "line": 1345, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 47789, - "end": 47793, + "start": 48637, + "end": 48641, "loc": { "start": { - "line": 1327, + "line": 1345, "column": 8 }, "end": { - "line": 1327, + "line": 1345, "column": 12 } } }, "property": { "type": "Identifier", - "start": 47794, - "end": 47804, + "start": 48642, + "end": 48652, "loc": { "start": { - "line": 1327, + "line": 1345, "column": 13 }, "end": { - "line": 1327, + "line": 1345, "column": 23 }, "identifierName": "stopDevice" @@ -190037,15 +194278,15 @@ { "type": "CommentLine", "value": " garbage collect recording", - "start": 47817, - "end": 47845, + "start": 48665, + "end": 48693, "loc": { "start": { - "line": 1329, + "line": 1347, "column": 8 }, "end": { - "line": 1329, + "line": 1347, "column": 36 } } @@ -190054,57 +194295,57 @@ }, { "type": "ExpressionStatement", - "start": 47854, - "end": 47877, + "start": 48702, + "end": 48725, "loc": { "start": { - "line": 1330, + "line": 1348, "column": 8 }, "end": { - "line": 1330, + "line": 1348, "column": 31 } }, "expression": { "type": "CallExpression", - "start": 47854, - "end": 47876, + "start": 48702, + "end": 48724, "loc": { "start": { - "line": 1330, + "line": 1348, "column": 8 }, "end": { - "line": 1330, + "line": 1348, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 47854, - "end": 47874, + "start": 48702, + "end": 48722, "loc": { "start": { - "line": 1330, + "line": 1348, "column": 8 }, "end": { - "line": 1330, + "line": 1348, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 47854, - "end": 47858, + "start": 48702, + "end": 48706, "loc": { "start": { - "line": 1330, + "line": 1348, "column": 8 }, "end": { - "line": 1330, + "line": 1348, "column": 12 } }, @@ -190112,15 +194353,15 @@ }, "property": { "type": "Identifier", - "start": 47859, - "end": 47874, + "start": 48707, + "end": 48722, "loc": { "start": { - "line": 1330, + "line": 1348, "column": 13 }, "end": { - "line": 1330, + "line": 1348, "column": 28 }, "identifierName": "removeRecording" @@ -190137,15 +194378,15 @@ { "type": "CommentLine", "value": " garbage collect recording", - "start": 47817, - "end": 47845, + "start": 48665, + "end": 48693, "loc": { "start": { - "line": 1329, + "line": 1347, "column": 8 }, "end": { - "line": 1329, + "line": 1347, "column": 36 } } @@ -190155,15 +194396,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 47887, - "end": 47904, + "start": 48735, + "end": 48752, "loc": { "start": { - "line": 1332, + "line": 1350, "column": 8 }, "end": { - "line": 1332, + "line": 1350, "column": 25 } } @@ -190172,71 +194413,71 @@ }, { "type": "ExpressionStatement", - "start": 47913, - "end": 47955, + "start": 48761, + "end": 48803, "loc": { "start": { - "line": 1333, + "line": 1351, "column": 8 }, "end": { - "line": 1333, + "line": 1351, "column": 50 } }, "expression": { "type": "CallExpression", - "start": 47913, - "end": 47954, + "start": 48761, + "end": 48802, "loc": { "start": { - "line": 1333, + "line": 1351, "column": 8 }, "end": { - "line": 1333, + "line": 1351, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 47913, - "end": 47938, + "start": 48761, + "end": 48786, "loc": { "start": { - "line": 1333, + "line": 1351, "column": 8 }, "end": { - "line": 1333, + "line": 1351, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 47913, - "end": 47924, + "start": 48761, + "end": 48772, "loc": { "start": { - "line": 1333, + "line": 1351, "column": 8 }, "end": { - "line": 1333, + "line": 1351, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 47913, - "end": 47917, + "start": 48761, + "end": 48765, "loc": { "start": { - "line": 1333, + "line": 1351, "column": 8 }, "end": { - "line": 1333, + "line": 1351, "column": 12 } }, @@ -190244,15 +194485,15 @@ }, "property": { "type": "Identifier", - "start": 47918, - "end": 47924, + "start": 48766, + "end": 48772, "loc": { "start": { - "line": 1333, + "line": 1351, "column": 13 }, "end": { - "line": 1333, + "line": 1351, "column": 19 }, "identifierName": "player" @@ -190264,15 +194505,15 @@ }, "property": { "type": "Identifier", - "start": 47925, - "end": 47938, + "start": 48773, + "end": 48786, "loc": { "start": { - "line": 1333, + "line": 1351, "column": 20 }, "end": { - "line": 1333, + "line": 1351, "column": 33 }, "identifierName": "clearInterval" @@ -190285,44 +194526,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 47939, - "end": 47953, + "start": 48787, + "end": 48801, "loc": { "start": { - "line": 1333, + "line": 1351, "column": 34 }, "end": { - "line": 1333, + "line": 1351, "column": 48 } }, "object": { "type": "ThisExpression", - "start": 47939, - "end": 47943, + "start": 48787, + "end": 48791, "loc": { "start": { - "line": 1333, + "line": 1351, "column": 34 }, "end": { - "line": 1333, + "line": 1351, "column": 38 } } }, "property": { "type": "Identifier", - "start": 47944, - "end": 47953, + "start": 48792, + "end": 48801, "loc": { "start": { - "line": 1333, + "line": 1351, "column": 39 }, "end": { - "line": 1333, + "line": 1351, "column": 48 }, "identifierName": "countDown" @@ -190338,15 +194579,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 47887, - "end": 47904, + "start": 48735, + "end": 48752, "loc": { "start": { - "line": 1332, + "line": 1350, "column": 8 }, "end": { - "line": 1332, + "line": 1350, "column": 25 } } @@ -190356,15 +194597,15 @@ { "type": "CommentLine", "value": " dispose wavesurfer.js", - "start": 47965, - "end": 47989, + "start": 48813, + "end": 48837, "loc": { "start": { - "line": 1335, + "line": 1353, "column": 8 }, "end": { - "line": 1335, + "line": 1353, "column": 32 } } @@ -190373,71 +194614,71 @@ }, { "type": "IfStatement", - "start": 47998, - "end": 48468, + "start": 48846, + "end": 49316, "loc": { "start": { - "line": 1336, + "line": 1354, "column": 8 }, "end": { - "line": 1347, + "line": 1365, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 48002, - "end": 48037, + "start": 48850, + "end": 48885, "loc": { "start": { - "line": 1336, + "line": 1354, "column": 12 }, "end": { - "line": 1336, + "line": 1354, "column": 47 } }, "left": { "type": "CallExpression", - "start": 48002, - "end": 48022, + "start": 48850, + "end": 48870, "loc": { "start": { - "line": 1336, + "line": 1354, "column": 12 }, "end": { - "line": 1336, + "line": 1354, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 48002, - "end": 48020, + "start": 48850, + "end": 48868, "loc": { "start": { - "line": 1336, + "line": 1354, "column": 12 }, "end": { - "line": 1336, + "line": 1354, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 48002, - "end": 48006, + "start": 48850, + "end": 48854, "loc": { "start": { - "line": 1336, + "line": 1354, "column": 12 }, "end": { - "line": 1336, + "line": 1354, "column": 16 } }, @@ -190445,15 +194686,15 @@ }, "property": { "type": "Identifier", - "start": 48007, - "end": 48020, + "start": 48855, + "end": 48868, "loc": { "start": { - "line": 1336, + "line": 1354, "column": 17 }, "end": { - "line": 1336, + "line": 1354, "column": 30 }, "identifierName": "getRecordType" @@ -190469,15 +194710,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 48027, - "end": 48037, + "start": 48875, + "end": 48885, "loc": { "start": { - "line": 1336, + "line": 1354, "column": 37 }, "end": { - "line": 1336, + "line": 1354, "column": 47 }, "identifierName": "AUDIO_ONLY" @@ -190488,73 +194729,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 48039, - "end": 48174, + "start": 48887, + "end": 49022, "loc": { "start": { - "line": 1336, + "line": 1354, "column": 49 }, "end": { - "line": 1341, + "line": 1359, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 48053, - "end": 48164, + "start": 48901, + "end": 49012, "loc": { "start": { - "line": 1337, + "line": 1355, "column": 12 }, "end": { - "line": 1340, + "line": 1358, "column": 13 } }, "test": { "type": "MemberExpression", - "start": 48057, - "end": 48068, + "start": 48905, + "end": 48916, "loc": { "start": { - "line": 1337, + "line": 1355, "column": 16 }, "end": { - "line": 1337, + "line": 1355, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 48057, - "end": 48061, + "start": 48905, + "end": 48909, "loc": { "start": { - "line": 1337, + "line": 1355, "column": 16 }, "end": { - "line": 1337, + "line": 1355, "column": 20 } } }, "property": { "type": "Identifier", - "start": 48062, - "end": 48068, + "start": 48910, + "end": 48916, "loc": { "start": { - "line": 1337, + "line": 1355, "column": 21 }, "end": { - "line": 1337, + "line": 1355, "column": 27 }, "identifierName": "surfer" @@ -190565,86 +194806,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 48070, - "end": 48164, + "start": 48918, + "end": 49012, "loc": { "start": { - "line": 1337, + "line": 1355, "column": 29 }, "end": { - "line": 1340, + "line": 1358, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 48128, - "end": 48150, + "start": 48976, + "end": 48998, "loc": { "start": { - "line": 1339, + "line": 1357, "column": 16 }, "end": { - "line": 1339, + "line": 1357, "column": 38 } }, "expression": { "type": "CallExpression", - "start": 48128, - "end": 48149, + "start": 48976, + "end": 48997, "loc": { "start": { - "line": 1339, + "line": 1357, "column": 16 }, "end": { - "line": 1339, + "line": 1357, "column": 37 } }, "callee": { "type": "MemberExpression", - "start": 48128, - "end": 48147, + "start": 48976, + "end": 48995, "loc": { "start": { - "line": 1339, + "line": 1357, "column": 16 }, "end": { - "line": 1339, + "line": 1357, "column": 35 } }, "object": { "type": "MemberExpression", - "start": 48128, - "end": 48139, + "start": 48976, + "end": 48987, "loc": { "start": { - "line": 1339, + "line": 1357, "column": 16 }, "end": { - "line": 1339, + "line": 1357, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 48128, - "end": 48132, + "start": 48976, + "end": 48980, "loc": { "start": { - "line": 1339, + "line": 1357, "column": 16 }, "end": { - "line": 1339, + "line": 1357, "column": 20 } }, @@ -190652,15 +194893,15 @@ }, "property": { "type": "Identifier", - "start": 48133, - "end": 48139, + "start": 48981, + "end": 48987, "loc": { "start": { - "line": 1339, + "line": 1357, "column": 21 }, "end": { - "line": 1339, + "line": 1357, "column": 27 }, "identifierName": "surfer" @@ -190672,15 +194913,15 @@ }, "property": { "type": "Identifier", - "start": 48140, - "end": 48147, + "start": 48988, + "end": 48995, "loc": { "start": { - "line": 1339, + "line": 1357, "column": 28 }, "end": { - "line": 1339, + "line": 1357, "column": 35 }, "identifierName": "destroy" @@ -190697,15 +194938,15 @@ { "type": "CommentLine", "value": " also disposes player", - "start": 48088, - "end": 48111, + "start": 48936, + "end": 48959, "loc": { "start": { - "line": 1338, + "line": 1356, "column": 16 }, "end": { - "line": 1338, + "line": 1356, "column": 39 } } @@ -190722,86 +194963,86 @@ }, "alternate": { "type": "IfStatement", - "start": 48180, - "end": 48468, + "start": 49028, + "end": 49316, "loc": { "start": { - "line": 1341, + "line": 1359, "column": 15 }, "end": { - "line": 1347, + "line": 1365, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 48184, - "end": 48219, + "start": 49032, + "end": 49067, "loc": { "start": { - "line": 1341, + "line": 1359, "column": 19 }, "end": { - "line": 1341, + "line": 1359, "column": 54 } }, "left": { "type": "CallExpression", - "start": 48184, - "end": 48204, + "start": 49032, + "end": 49052, "loc": { "start": { - "line": 1341, + "line": 1359, "column": 19 }, "end": { - "line": 1341, + "line": 1359, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 48184, - "end": 48202, + "start": 49032, + "end": 49050, "loc": { "start": { - "line": 1341, + "line": 1359, "column": 19 }, "end": { - "line": 1341, + "line": 1359, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 48184, - "end": 48188, + "start": 49032, + "end": 49036, "loc": { "start": { - "line": 1341, + "line": 1359, "column": 19 }, "end": { - "line": 1341, + "line": 1359, "column": 23 } } }, "property": { "type": "Identifier", - "start": 48189, - "end": 48202, + "start": 49037, + "end": 49050, "loc": { "start": { - "line": 1341, + "line": 1359, "column": 24 }, "end": { - "line": 1341, + "line": 1359, "column": 37 }, "identifierName": "getRecordType" @@ -190815,15 +195056,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 48209, - "end": 48219, + "start": 49057, + "end": 49067, "loc": { "start": { - "line": 1341, + "line": 1359, "column": 44 }, "end": { - "line": 1341, + "line": 1359, "column": 54 }, "identifierName": "IMAGE_ONLY" @@ -190833,87 +195074,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 48221, - "end": 48468, + "start": 49069, + "end": 49316, "loc": { "start": { - "line": 1341, + "line": 1359, "column": 56 }, "end": { - "line": 1347, + "line": 1365, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 48235, - "end": 48458, + "start": 49083, + "end": 49306, "loc": { "start": { - "line": 1342, + "line": 1360, "column": 12 }, "end": { - "line": 1346, + "line": 1364, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 48239, - "end": 48286, + "start": 49087, + "end": 49134, "loc": { "start": { - "line": 1342, + "line": 1360, "column": 16 }, "end": { - "line": 1342, + "line": 1360, "column": 63 } }, "left": { "type": "MemberExpression", - "start": 48239, - "end": 48256, + "start": 49087, + "end": 49104, "loc": { "start": { - "line": 1342, + "line": 1360, "column": 16 }, "end": { - "line": 1342, + "line": 1360, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 48239, - "end": 48243, + "start": 49087, + "end": 49091, "loc": { "start": { - "line": 1342, + "line": 1360, "column": 16 }, "end": { - "line": 1342, + "line": 1360, "column": 20 } } }, "property": { "type": "Identifier", - "start": 48244, - "end": 48256, + "start": 49092, + "end": 49104, "loc": { "start": { - "line": 1342, + "line": 1360, "column": 21 }, "end": { - "line": 1342, + "line": 1360, "column": 33 }, "identifierName": "mediaElement" @@ -190925,44 +195166,44 @@ "operator": "&&", "right": { "type": "MemberExpression", - "start": 48260, - "end": 48286, + "start": 49108, + "end": 49134, "loc": { "start": { - "line": 1342, + "line": 1360, "column": 37 }, "end": { - "line": 1342, + "line": 1360, "column": 63 } }, "object": { "type": "ThisExpression", - "start": 48260, - "end": 48264, + "start": 49108, + "end": 49112, "loc": { "start": { - "line": 1342, + "line": 1360, "column": 37 }, "end": { - "line": 1342, + "line": 1360, "column": 41 } } }, "property": { "type": "Identifier", - "start": 48265, - "end": 48286, + "start": 49113, + "end": 49134, "loc": { "start": { - "line": 1342, + "line": 1360, "column": 42 }, "end": { - "line": 1342, + "line": 1360, "column": 63 }, "identifierName": "streamVisibleCallback" @@ -190974,86 +195215,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 48288, - "end": 48458, + "start": 49136, + "end": 49306, "loc": { "start": { - "line": 1342, + "line": 1360, "column": 65 }, "end": { - "line": 1346, + "line": 1364, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 48343, - "end": 48444, + "start": 49191, + "end": 49292, "loc": { "start": { - "line": 1344, + "line": 1362, "column": 16 }, "end": { - "line": 1345, + "line": 1363, "column": 48 } }, "expression": { "type": "CallExpression", - "start": 48343, - "end": 48443, + "start": 49191, + "end": 49291, "loc": { "start": { - "line": 1344, + "line": 1362, "column": 16 }, "end": { - "line": 1345, + "line": 1363, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 48343, - "end": 48380, + "start": 49191, + "end": 49228, "loc": { "start": { - "line": 1344, + "line": 1362, "column": 16 }, "end": { - "line": 1344, + "line": 1362, "column": 53 } }, "object": { "type": "MemberExpression", - "start": 48343, - "end": 48360, + "start": 49191, + "end": 49208, "loc": { "start": { - "line": 1344, + "line": 1362, "column": 16 }, "end": { - "line": 1344, + "line": 1362, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 48343, - "end": 48347, + "start": 49191, + "end": 49195, "loc": { "start": { - "line": 1344, + "line": 1362, "column": 16 }, "end": { - "line": 1344, + "line": 1362, "column": 20 } }, @@ -191061,15 +195302,15 @@ }, "property": { "type": "Identifier", - "start": 48348, - "end": 48360, + "start": 49196, + "end": 49208, "loc": { "start": { - "line": 1344, + "line": 1362, "column": 21 }, "end": { - "line": 1344, + "line": 1362, "column": 33 }, "identifierName": "mediaElement" @@ -191081,15 +195322,15 @@ }, "property": { "type": "Identifier", - "start": 48361, - "end": 48380, + "start": 49209, + "end": 49228, "loc": { "start": { - "line": 1344, + "line": 1362, "column": 34 }, "end": { - "line": 1344, + "line": 1362, "column": 53 }, "identifierName": "removeEventListener" @@ -191102,29 +195343,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 48381, - "end": 48394, + "start": 49229, + "end": 49242, "loc": { "start": { - "line": 1344, + "line": 1362, "column": 54 }, "end": { - "line": 1344, + "line": 1362, "column": 67 } }, "object": { "type": "Identifier", - "start": 48381, - "end": 48386, + "start": 49229, + "end": 49234, "loc": { "start": { - "line": 1344, + "line": 1362, "column": 54 }, "end": { - "line": 1344, + "line": 1362, "column": 59 }, "identifierName": "Event" @@ -191133,15 +195374,15 @@ }, "property": { "type": "Identifier", - "start": 48387, - "end": 48394, + "start": 49235, + "end": 49242, "loc": { "start": { - "line": 1344, + "line": 1362, "column": 60 }, "end": { - "line": 1344, + "line": 1362, "column": 67 }, "identifierName": "PLAYING" @@ -191152,44 +195393,44 @@ }, { "type": "MemberExpression", - "start": 48416, - "end": 48442, + "start": 49264, + "end": 49290, "loc": { "start": { - "line": 1345, + "line": 1363, "column": 20 }, "end": { - "line": 1345, + "line": 1363, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 48416, - "end": 48420, + "start": 49264, + "end": 49268, "loc": { "start": { - "line": 1345, + "line": 1363, "column": 20 }, "end": { - "line": 1345, + "line": 1363, "column": 24 } } }, "property": { "type": "Identifier", - "start": 48421, - "end": 48442, + "start": 49269, + "end": 49290, "loc": { "start": { - "line": 1345, + "line": 1363, "column": 25 }, "end": { - "line": 1345, + "line": 1363, "column": 46 }, "identifierName": "streamVisibleCallback" @@ -191205,15 +195446,15 @@ { "type": "CommentLine", "value": " cleanup listeners", - "start": 48306, - "end": 48326, + "start": 49154, + "end": 49174, "loc": { "start": { - "line": 1343, + "line": 1361, "column": 16 }, "end": { - "line": 1343, + "line": 1361, "column": 36 } } @@ -191234,15 +195475,15 @@ { "type": "CommentLine", "value": " dispose wavesurfer.js", - "start": 47965, - "end": 47989, + "start": 48813, + "end": 48837, "loc": { "start": { - "line": 1335, + "line": 1353, "column": 8 }, "end": { - "line": 1335, + "line": 1353, "column": 32 } } @@ -191251,72 +195492,72 @@ }, { "type": "ExpressionStatement", - "start": 48478, - "end": 48496, + "start": 49326, + "end": 49344, "loc": { "start": { - "line": 1349, + "line": 1367, "column": 8 }, "end": { - "line": 1349, + "line": 1367, "column": 26 } }, "expression": { "type": "CallExpression", - "start": 48478, - "end": 48495, + "start": 49326, + "end": 49343, "loc": { "start": { - "line": 1349, + "line": 1367, "column": 8 }, "end": { - "line": 1349, + "line": 1367, "column": 25 } }, "callee": { "type": "MemberExpression", - "start": 48478, - "end": 48493, + "start": 49326, + "end": 49341, "loc": { "start": { - "line": 1349, + "line": 1367, "column": 8 }, "end": { - "line": 1349, + "line": 1367, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 48478, - "end": 48482, + "start": 49326, + "end": 49330, "loc": { "start": { - "line": 1349, + "line": 1367, "column": 8 }, "end": { - "line": 1349, + "line": 1367, "column": 12 } } }, "property": { "type": "Identifier", - "start": 48483, - "end": 48493, + "start": 49331, + "end": 49341, "loc": { "start": { - "line": 1349, + "line": 1367, "column": 13 }, "end": { - "line": 1349, + "line": 1367, "column": 23 }, "identifierName": "resetState" @@ -191330,72 +195571,72 @@ }, { "type": "ExpressionStatement", - "start": 48506, - "end": 48522, + "start": 49354, + "end": 49370, "loc": { "start": { - "line": 1351, + "line": 1369, "column": 8 }, "end": { - "line": 1351, + "line": 1369, "column": 24 } }, "expression": { "type": "CallExpression", - "start": 48506, - "end": 48521, + "start": 49354, + "end": 49369, "loc": { "start": { - "line": 1351, + "line": 1369, "column": 8 }, "end": { - "line": 1351, + "line": 1369, "column": 23 } }, "callee": { "type": "MemberExpression", - "start": 48506, - "end": 48519, + "start": 49354, + "end": 49367, "loc": { "start": { - "line": 1351, + "line": 1369, "column": 8 }, "end": { - "line": 1351, + "line": 1369, "column": 21 } }, "object": { "type": "Super", - "start": 48506, - "end": 48511, + "start": 49354, + "end": 49359, "loc": { "start": { - "line": 1351, + "line": 1369, "column": 8 }, "end": { - "line": 1351, + "line": 1369, "column": 13 } } }, "property": { "type": "Identifier", - "start": 48512, - "end": 48519, + "start": 49360, + "end": 49367, "loc": { "start": { - "line": 1351, + "line": 1369, "column": 14 }, "end": { - "line": 1351, + "line": 1369, "column": 21 }, "identifierName": "dispose" @@ -191415,15 +195656,15 @@ { "type": "CommentBlock", "value": "*\n * Destroy plugin only.\n *\n * Use [destroy]{@link Record#destroy} to remove the plugin and the player\n * as well.\n ", - "start": 47150, - "end": 47291, + "start": 47998, + "end": 48139, "loc": { "start": { - "line": 1306, + "line": 1324, "column": 4 }, "end": { - "line": 1311, + "line": 1329, "column": 7 } } @@ -191433,15 +195674,15 @@ { "type": "CommentBlock", "value": "*\n * Destroy plugin and players and cleanup resources.\n ", - "start": 48534, - "end": 48602, + "start": 49382, + "end": 49450, "loc": { "start": { - "line": 1354, + "line": 1372, "column": 4 }, "end": { - "line": 1356, + "line": 1374, "column": 7 } } @@ -191450,15 +195691,15 @@ }, { "type": "ClassMethod", - "start": 48607, - "end": 48655, + "start": 49455, + "end": 49503, "loc": { "start": { - "line": 1357, + "line": 1375, "column": 4 }, "end": { - "line": 1359, + "line": 1377, "column": 5 } }, @@ -191466,15 +195707,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 48607, - "end": 48614, + "start": 49455, + "end": 49462, "loc": { "start": { - "line": 1357, + "line": 1375, "column": 4 }, "end": { - "line": 1357, + "line": 1375, "column": 11 }, "identifierName": "destroy" @@ -191490,101 +195731,101 @@ "params": [], "body": { "type": "BlockStatement", - "start": 48617, - "end": 48655, + "start": 49465, + "end": 49503, "loc": { "start": { - "line": 1357, + "line": 1375, "column": 14 }, "end": { - "line": 1359, + "line": 1377, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 48627, - "end": 48649, + "start": 49475, + "end": 49497, "loc": { "start": { - "line": 1358, + "line": 1376, "column": 8 }, "end": { - "line": 1358, + "line": 1376, "column": 30 } }, "expression": { "type": "CallExpression", - "start": 48627, - "end": 48648, + "start": 49475, + "end": 49496, "loc": { "start": { - "line": 1358, + "line": 1376, "column": 8 }, "end": { - "line": 1358, + "line": 1376, "column": 29 } }, "callee": { "type": "MemberExpression", - "start": 48627, - "end": 48646, + "start": 49475, + "end": 49494, "loc": { "start": { - "line": 1358, + "line": 1376, "column": 8 }, "end": { - "line": 1358, + "line": 1376, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 48627, - "end": 48638, + "start": 49475, + "end": 49486, "loc": { "start": { - "line": 1358, + "line": 1376, "column": 8 }, "end": { - "line": 1358, + "line": 1376, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 48627, - "end": 48631, + "start": 49475, + "end": 49479, "loc": { "start": { - "line": 1358, + "line": 1376, "column": 8 }, "end": { - "line": 1358, + "line": 1376, "column": 12 } } }, "property": { "type": "Identifier", - "start": 48632, - "end": 48638, + "start": 49480, + "end": 49486, "loc": { "start": { - "line": 1358, + "line": 1376, "column": 13 }, "end": { - "line": 1358, + "line": 1376, "column": 19 }, "identifierName": "player" @@ -191595,15 +195836,15 @@ }, "property": { "type": "Identifier", - "start": 48639, - "end": 48646, + "start": 49487, + "end": 49494, "loc": { "start": { - "line": 1358, + "line": 1376, "column": 20 }, "end": { - "line": 1358, + "line": 1376, "column": 27 }, "identifierName": "dispose" @@ -191623,15 +195864,15 @@ { "type": "CommentBlock", "value": "*\n * Destroy plugin and players and cleanup resources.\n ", - "start": 48534, - "end": 48602, + "start": 49382, + "end": 49450, "loc": { "start": { - "line": 1354, + "line": 1372, "column": 4 }, "end": { - "line": 1356, + "line": 1374, "column": 7 } } @@ -191641,15 +195882,15 @@ { "type": "CommentBlock", "value": "*\n * Reset the plugin.\n ", - "start": 48661, - "end": 48697, + "start": 49509, + "end": 49545, "loc": { "start": { - "line": 1361, + "line": 1379, "column": 4 }, "end": { - "line": 1363, + "line": 1381, "column": 7 } } @@ -191658,15 +195899,15 @@ }, { "type": "ClassMethod", - "start": 48702, - "end": 50447, + "start": 49550, + "end": 51295, "loc": { "start": { - "line": 1364, + "line": 1382, "column": 4 }, "end": { - "line": 1426, + "line": 1444, "column": 5 } }, @@ -191674,15 +195915,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 48702, - "end": 48707, + "start": 49550, + "end": 49555, "loc": { "start": { - "line": 1364, + "line": 1382, "column": 4 }, "end": { - "line": 1364, + "line": 1382, "column": 9 }, "identifierName": "reset" @@ -191698,58 +195939,58 @@ "params": [], "body": { "type": "BlockStatement", - "start": 48710, - "end": 50447, + "start": 49558, + "end": 51295, "loc": { "start": { - "line": 1364, + "line": 1382, "column": 12 }, "end": { - "line": 1426, + "line": 1444, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 48777, - "end": 48917, + "start": 49625, + "end": 49765, "loc": { "start": { - "line": 1366, + "line": 1384, "column": 8 }, "end": { - "line": 1369, + "line": 1387, "column": 9 } }, "test": { "type": "MemberExpression", - "start": 48781, - "end": 48792, + "start": 49629, + "end": 49640, "loc": { "start": { - "line": 1366, + "line": 1384, "column": 12 }, "end": { - "line": 1366, + "line": 1384, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 48781, - "end": 48785, + "start": 49629, + "end": 49633, "loc": { "start": { - "line": 1366, + "line": 1384, "column": 12 }, "end": { - "line": 1366, + "line": 1384, "column": 16 } }, @@ -191757,15 +195998,15 @@ }, "property": { "type": "Identifier", - "start": 48786, - "end": 48792, + "start": 49634, + "end": 49640, "loc": { "start": { - "line": 1366, + "line": 1384, "column": 17 }, "end": { - "line": 1366, + "line": 1384, "column": 23 }, "identifierName": "engine" @@ -191777,101 +196018,101 @@ }, "consequent": { "type": "BlockStatement", - "start": 48794, - "end": 48917, + "start": 49642, + "end": 49765, "loc": { "start": { - "line": 1366, + "line": 1384, "column": 25 }, "end": { - "line": 1369, + "line": 1387, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 48808, - "end": 48830, + "start": 49656, + "end": 49678, "loc": { "start": { - "line": 1367, + "line": 1385, "column": 12 }, "end": { - "line": 1367, + "line": 1385, "column": 34 } }, "expression": { "type": "CallExpression", - "start": 48808, - "end": 48829, + "start": 49656, + "end": 49677, "loc": { "start": { - "line": 1367, + "line": 1385, "column": 12 }, "end": { - "line": 1367, + "line": 1385, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 48808, - "end": 48827, + "start": 49656, + "end": 49675, "loc": { "start": { - "line": 1367, + "line": 1385, "column": 12 }, "end": { - "line": 1367, + "line": 1385, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 48808, - "end": 48819, + "start": 49656, + "end": 49667, "loc": { "start": { - "line": 1367, + "line": 1385, "column": 12 }, "end": { - "line": 1367, + "line": 1385, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 48808, - "end": 48812, + "start": 49656, + "end": 49660, "loc": { "start": { - "line": 1367, + "line": 1385, "column": 12 }, "end": { - "line": 1367, + "line": 1385, "column": 16 } } }, "property": { "type": "Identifier", - "start": 48813, - "end": 48819, + "start": 49661, + "end": 49667, "loc": { "start": { - "line": 1367, + "line": 1385, "column": 17 }, "end": { - "line": 1367, + "line": 1385, "column": 23 }, "identifierName": "engine" @@ -191882,15 +196123,15 @@ }, "property": { "type": "Identifier", - "start": 48820, - "end": 48827, + "start": 49668, + "end": 49675, "loc": { "start": { - "line": 1367, + "line": 1385, "column": 24 }, "end": { - "line": 1367, + "line": 1385, "column": 31 }, "identifierName": "dispose" @@ -191904,86 +196145,86 @@ }, { "type": "ExpressionStatement", - "start": 48843, - "end": 48907, + "start": 49691, + "end": 49755, "loc": { "start": { - "line": 1368, + "line": 1386, "column": 12 }, "end": { - "line": 1368, + "line": 1386, "column": 76 } }, "expression": { "type": "CallExpression", - "start": 48843, - "end": 48906, + "start": 49691, + "end": 49754, "loc": { "start": { - "line": 1368, + "line": 1386, "column": 12 }, "end": { - "line": 1368, + "line": 1386, "column": 75 } }, "callee": { "type": "MemberExpression", - "start": 48843, - "end": 48858, + "start": 49691, + "end": 49706, "loc": { "start": { - "line": 1368, + "line": 1386, "column": 12 }, "end": { - "line": 1368, + "line": 1386, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 48843, - "end": 48854, + "start": 49691, + "end": 49702, "loc": { "start": { - "line": 1368, + "line": 1386, "column": 12 }, "end": { - "line": 1368, + "line": 1386, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 48843, - "end": 48847, + "start": 49691, + "end": 49695, "loc": { "start": { - "line": 1368, + "line": 1386, "column": 12 }, "end": { - "line": 1368, + "line": 1386, "column": 16 } } }, "property": { "type": "Identifier", - "start": 48848, - "end": 48854, + "start": 49696, + "end": 49702, "loc": { "start": { - "line": 1368, + "line": 1386, "column": 17 }, "end": { - "line": 1368, + "line": 1386, "column": 23 }, "identifierName": "engine" @@ -191994,15 +196235,15 @@ }, "property": { "type": "Identifier", - "start": 48855, - "end": 48858, + "start": 49703, + "end": 49706, "loc": { "start": { - "line": 1368, + "line": 1386, "column": 24 }, "end": { - "line": 1368, + "line": 1386, "column": 27 }, "identifierName": "off" @@ -192014,29 +196255,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 48859, - "end": 48880, + "start": 49707, + "end": 49728, "loc": { "start": { - "line": 1368, + "line": 1386, "column": 28 }, "end": { - "line": 1368, + "line": 1386, "column": 49 } }, "object": { "type": "Identifier", - "start": 48859, - "end": 48864, + "start": 49707, + "end": 49712, "loc": { "start": { - "line": 1368, + "line": 1386, "column": 28 }, "end": { - "line": 1368, + "line": 1386, "column": 33 }, "identifierName": "Event" @@ -192045,15 +196286,15 @@ }, "property": { "type": "Identifier", - "start": 48865, - "end": 48880, + "start": 49713, + "end": 49728, "loc": { "start": { - "line": 1368, + "line": 1386, "column": 34 }, "end": { - "line": 1368, + "line": 1386, "column": 49 }, "identifierName": "RECORD_COMPLETE" @@ -192064,44 +196305,44 @@ }, { "type": "MemberExpression", - "start": 48882, - "end": 48905, + "start": 49730, + "end": 49753, "loc": { "start": { - "line": 1368, + "line": 1386, "column": 51 }, "end": { - "line": 1368, + "line": 1386, "column": 74 } }, "object": { "type": "ThisExpression", - "start": 48882, - "end": 48886, + "start": 49730, + "end": 49734, "loc": { "start": { - "line": 1368, + "line": 1386, "column": 51 }, "end": { - "line": 1368, + "line": 1386, "column": 55 } } }, "property": { "type": "Identifier", - "start": 48887, - "end": 48905, + "start": 49735, + "end": 49753, "loc": { "start": { - "line": 1368, + "line": 1386, "column": 56 }, "end": { - "line": 1368, + "line": 1386, "column": 74 }, "identifierName": "engineStopCallback" @@ -192122,15 +196363,15 @@ { "type": "CommentLine", "value": " prevent callbacks if recording is in progress", - "start": 48720, - "end": 48768, + "start": 49568, + "end": 49616, "loc": { "start": { - "line": 1365, + "line": 1383, "column": 8 }, "end": { - "line": 1365, + "line": 1383, "column": 56 } } @@ -192140,15 +196381,15 @@ { "type": "CommentLine", "value": " stop recording and device", - "start": 48927, - "end": 48955, + "start": 49775, + "end": 49803, "loc": { "start": { - "line": 1371, + "line": 1389, "column": 8 }, "end": { - "line": 1371, + "line": 1389, "column": 36 } } @@ -192157,57 +196398,57 @@ }, { "type": "ExpressionStatement", - "start": 48964, - "end": 48976, + "start": 49812, + "end": 49824, "loc": { "start": { - "line": 1372, + "line": 1390, "column": 8 }, "end": { - "line": 1372, + "line": 1390, "column": 20 } }, "expression": { "type": "CallExpression", - "start": 48964, - "end": 48975, + "start": 49812, + "end": 49823, "loc": { "start": { - "line": 1372, + "line": 1390, "column": 8 }, "end": { - "line": 1372, + "line": 1390, "column": 19 } }, "callee": { "type": "MemberExpression", - "start": 48964, - "end": 48973, + "start": 49812, + "end": 49821, "loc": { "start": { - "line": 1372, + "line": 1390, "column": 8 }, "end": { - "line": 1372, + "line": 1390, "column": 17 } }, "object": { "type": "ThisExpression", - "start": 48964, - "end": 48968, + "start": 49812, + "end": 49816, "loc": { "start": { - "line": 1372, + "line": 1390, "column": 8 }, "end": { - "line": 1372, + "line": 1390, "column": 12 } }, @@ -192215,15 +196456,15 @@ }, "property": { "type": "Identifier", - "start": 48969, - "end": 48973, + "start": 49817, + "end": 49821, "loc": { "start": { - "line": 1372, + "line": 1390, "column": 13 }, "end": { - "line": 1372, + "line": 1390, "column": 17 }, "identifierName": "stop" @@ -192240,15 +196481,15 @@ { "type": "CommentLine", "value": " stop recording and device", - "start": 48927, - "end": 48955, + "start": 49775, + "end": 49803, "loc": { "start": { - "line": 1371, + "line": 1389, "column": 8 }, "end": { - "line": 1371, + "line": 1389, "column": 36 } } @@ -192257,72 +196498,72 @@ }, { "type": "ExpressionStatement", - "start": 48985, - "end": 49003, + "start": 49833, + "end": 49851, "loc": { "start": { - "line": 1373, + "line": 1391, "column": 8 }, "end": { - "line": 1373, + "line": 1391, "column": 26 } }, "expression": { "type": "CallExpression", - "start": 48985, - "end": 49002, + "start": 49833, + "end": 49850, "loc": { "start": { - "line": 1373, + "line": 1391, "column": 8 }, "end": { - "line": 1373, + "line": 1391, "column": 25 } }, "callee": { "type": "MemberExpression", - "start": 48985, - "end": 49000, + "start": 49833, + "end": 49848, "loc": { "start": { - "line": 1373, + "line": 1391, "column": 8 }, "end": { - "line": 1373, + "line": 1391, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 48985, - "end": 48989, + "start": 49833, + "end": 49837, "loc": { "start": { - "line": 1373, + "line": 1391, "column": 8 }, "end": { - "line": 1373, + "line": 1391, "column": 12 } } }, "property": { "type": "Identifier", - "start": 48990, - "end": 49000, + "start": 49838, + "end": 49848, "loc": { "start": { - "line": 1373, + "line": 1391, "column": 13 }, "end": { - "line": 1373, + "line": 1391, "column": 23 }, "identifierName": "stopDevice" @@ -192337,15 +196578,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 49013, - "end": 49030, + "start": 49861, + "end": 49878, "loc": { "start": { - "line": 1375, + "line": 1393, "column": 8 }, "end": { - "line": 1375, + "line": 1393, "column": 25 } } @@ -192354,71 +196595,71 @@ }, { "type": "ExpressionStatement", - "start": 49039, - "end": 49081, + "start": 49887, + "end": 49929, "loc": { "start": { - "line": 1376, + "line": 1394, "column": 8 }, "end": { - "line": 1376, + "line": 1394, "column": 50 } }, "expression": { "type": "CallExpression", - "start": 49039, - "end": 49080, + "start": 49887, + "end": 49928, "loc": { "start": { - "line": 1376, + "line": 1394, "column": 8 }, "end": { - "line": 1376, + "line": 1394, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 49039, - "end": 49064, + "start": 49887, + "end": 49912, "loc": { "start": { - "line": 1376, + "line": 1394, "column": 8 }, "end": { - "line": 1376, + "line": 1394, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 49039, - "end": 49050, + "start": 49887, + "end": 49898, "loc": { "start": { - "line": 1376, + "line": 1394, "column": 8 }, "end": { - "line": 1376, + "line": 1394, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 49039, - "end": 49043, + "start": 49887, + "end": 49891, "loc": { "start": { - "line": 1376, + "line": 1394, "column": 8 }, "end": { - "line": 1376, + "line": 1394, "column": 12 } }, @@ -192426,15 +196667,15 @@ }, "property": { "type": "Identifier", - "start": 49044, - "end": 49050, + "start": 49892, + "end": 49898, "loc": { "start": { - "line": 1376, + "line": 1394, "column": 13 }, "end": { - "line": 1376, + "line": 1394, "column": 19 }, "identifierName": "player" @@ -192446,15 +196687,15 @@ }, "property": { "type": "Identifier", - "start": 49051, - "end": 49064, + "start": 49899, + "end": 49912, "loc": { "start": { - "line": 1376, + "line": 1394, "column": 20 }, "end": { - "line": 1376, + "line": 1394, "column": 33 }, "identifierName": "clearInterval" @@ -192467,44 +196708,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 49065, - "end": 49079, + "start": 49913, + "end": 49927, "loc": { "start": { - "line": 1376, + "line": 1394, "column": 34 }, "end": { - "line": 1376, + "line": 1394, "column": 48 } }, "object": { "type": "ThisExpression", - "start": 49065, - "end": 49069, + "start": 49913, + "end": 49917, "loc": { "start": { - "line": 1376, + "line": 1394, "column": 34 }, "end": { - "line": 1376, + "line": 1394, "column": 38 } } }, "property": { "type": "Identifier", - "start": 49070, - "end": 49079, + "start": 49918, + "end": 49927, "loc": { "start": { - "line": 1376, + "line": 1394, "column": 39 }, "end": { - "line": 1376, + "line": 1394, "column": 48 }, "identifierName": "countDown" @@ -192520,15 +196761,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 49013, - "end": 49030, + "start": 49861, + "end": 49878, "loc": { "start": { - "line": 1375, + "line": 1393, "column": 8 }, "end": { - "line": 1375, + "line": 1393, "column": 25 } } @@ -192538,15 +196779,15 @@ { "type": "CommentLine", "value": " garbage collect recording", - "start": 49091, - "end": 49119, + "start": 49939, + "end": 49967, "loc": { "start": { - "line": 1378, + "line": 1396, "column": 8 }, "end": { - "line": 1378, + "line": 1396, "column": 36 } } @@ -192555,57 +196796,57 @@ }, { "type": "ExpressionStatement", - "start": 49128, - "end": 49151, + "start": 49976, + "end": 49999, "loc": { "start": { - "line": 1379, + "line": 1397, "column": 8 }, "end": { - "line": 1379, + "line": 1397, "column": 31 } }, "expression": { "type": "CallExpression", - "start": 49128, - "end": 49150, + "start": 49976, + "end": 49998, "loc": { "start": { - "line": 1379, + "line": 1397, "column": 8 }, "end": { - "line": 1379, + "line": 1397, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 49128, - "end": 49148, + "start": 49976, + "end": 49996, "loc": { "start": { - "line": 1379, + "line": 1397, "column": 8 }, "end": { - "line": 1379, + "line": 1397, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 49128, - "end": 49132, + "start": 49976, + "end": 49980, "loc": { "start": { - "line": 1379, + "line": 1397, "column": 8 }, "end": { - "line": 1379, + "line": 1397, "column": 12 } }, @@ -192613,15 +196854,15 @@ }, "property": { "type": "Identifier", - "start": 49133, - "end": 49148, + "start": 49981, + "end": 49996, "loc": { "start": { - "line": 1379, + "line": 1397, "column": 13 }, "end": { - "line": 1379, + "line": 1397, "column": 28 }, "identifierName": "removeRecording" @@ -192638,15 +196879,15 @@ { "type": "CommentLine", "value": " garbage collect recording", - "start": 49091, - "end": 49119, + "start": 49939, + "end": 49967, "loc": { "start": { - "line": 1378, + "line": 1396, "column": 8 }, "end": { - "line": 1378, + "line": 1396, "column": 36 } } @@ -192656,15 +196897,15 @@ { "type": "CommentLine", "value": " reset options", - "start": 49161, - "end": 49177, + "start": 50009, + "end": 50025, "loc": { "start": { - "line": 1381, + "line": 1399, "column": 8 }, "end": { - "line": 1381, + "line": 1399, "column": 24 } } @@ -192673,57 +196914,57 @@ }, { "type": "ExpressionStatement", - "start": 49186, - "end": 49205, + "start": 50034, + "end": 50053, "loc": { "start": { - "line": 1382, + "line": 1400, "column": 8 }, "end": { - "line": 1382, + "line": 1400, "column": 27 } }, "expression": { "type": "CallExpression", - "start": 49186, - "end": 49204, + "start": 50034, + "end": 50052, "loc": { "start": { - "line": 1382, + "line": 1400, "column": 8 }, "end": { - "line": 1382, + "line": 1400, "column": 26 } }, "callee": { "type": "MemberExpression", - "start": 49186, - "end": 49202, + "start": 50034, + "end": 50050, "loc": { "start": { - "line": 1382, + "line": 1400, "column": 8 }, "end": { - "line": 1382, + "line": 1400, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 49186, - "end": 49190, + "start": 50034, + "end": 50038, "loc": { "start": { - "line": 1382, + "line": 1400, "column": 8 }, "end": { - "line": 1382, + "line": 1400, "column": 12 } }, @@ -192731,15 +196972,15 @@ }, "property": { "type": "Identifier", - "start": 49191, - "end": 49202, + "start": 50039, + "end": 50050, "loc": { "start": { - "line": 1382, + "line": 1400, "column": 13 }, "end": { - "line": 1382, + "line": 1400, "column": 24 }, "identifierName": "loadOptions" @@ -192756,15 +196997,15 @@ { "type": "CommentLine", "value": " reset options", - "start": 49161, - "end": 49177, + "start": 50009, + "end": 50025, "loc": { "start": { - "line": 1381, + "line": 1399, "column": 8 }, "end": { - "line": 1381, + "line": 1399, "column": 24 } } @@ -192774,15 +197015,15 @@ { "type": "CommentLine", "value": " reset recorder state", - "start": 49215, - "end": 49238, + "start": 50063, + "end": 50086, "loc": { "start": { - "line": 1384, + "line": 1402, "column": 8 }, "end": { - "line": 1384, + "line": 1402, "column": 31 } } @@ -192791,57 +197032,57 @@ }, { "type": "ExpressionStatement", - "start": 49247, - "end": 49265, + "start": 50095, + "end": 50113, "loc": { "start": { - "line": 1385, + "line": 1403, "column": 8 }, "end": { - "line": 1385, + "line": 1403, "column": 26 } }, "expression": { "type": "CallExpression", - "start": 49247, - "end": 49264, + "start": 50095, + "end": 50112, "loc": { "start": { - "line": 1385, + "line": 1403, "column": 8 }, "end": { - "line": 1385, + "line": 1403, "column": 25 } }, "callee": { "type": "MemberExpression", - "start": 49247, - "end": 49262, + "start": 50095, + "end": 50110, "loc": { "start": { - "line": 1385, + "line": 1403, "column": 8 }, "end": { - "line": 1385, + "line": 1403, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 49247, - "end": 49251, + "start": 50095, + "end": 50099, "loc": { "start": { - "line": 1385, + "line": 1403, "column": 8 }, "end": { - "line": 1385, + "line": 1403, "column": 12 } }, @@ -192849,15 +197090,15 @@ }, "property": { "type": "Identifier", - "start": 49252, - "end": 49262, + "start": 50100, + "end": 50110, "loc": { "start": { - "line": 1385, + "line": 1403, "column": 13 }, "end": { - "line": 1385, + "line": 1403, "column": 23 }, "identifierName": "resetState" @@ -192874,15 +197115,15 @@ { "type": "CommentLine", "value": " reset recorder state", - "start": 49215, - "end": 49238, + "start": 50063, + "end": 50086, "loc": { "start": { - "line": 1384, + "line": 1402, "column": 8 }, "end": { - "line": 1384, + "line": 1402, "column": 31 } } @@ -192892,15 +197133,15 @@ { "type": "CommentLine", "value": " reset record time", - "start": 49275, - "end": 49295, + "start": 50123, + "end": 50143, "loc": { "start": { - "line": 1387, + "line": 1405, "column": 8 }, "end": { - "line": 1387, + "line": 1405, "column": 28 } } @@ -192909,57 +197150,57 @@ }, { "type": "ExpressionStatement", - "start": 49304, - "end": 49337, + "start": 50152, + "end": 50185, "loc": { "start": { - "line": 1388, + "line": 1406, "column": 8 }, "end": { - "line": 1388, + "line": 1406, "column": 41 } }, "expression": { "type": "CallExpression", - "start": 49304, - "end": 49336, + "start": 50152, + "end": 50184, "loc": { "start": { - "line": 1388, + "line": 1406, "column": 8 }, "end": { - "line": 1388, + "line": 1406, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 49304, - "end": 49320, + "start": 50152, + "end": 50168, "loc": { "start": { - "line": 1388, + "line": 1406, "column": 8 }, "end": { - "line": 1388, + "line": 1406, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 49304, - "end": 49308, + "start": 50152, + "end": 50156, "loc": { "start": { - "line": 1388, + "line": 1406, "column": 8 }, "end": { - "line": 1388, + "line": 1406, "column": 12 } }, @@ -192967,15 +197208,15 @@ }, "property": { "type": "Identifier", - "start": 49309, - "end": 49320, + "start": 50157, + "end": 50168, "loc": { "start": { - "line": 1388, + "line": 1406, "column": 13 }, "end": { - "line": 1388, + "line": 1406, "column": 24 }, "identifierName": "setDuration" @@ -192988,44 +197229,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 49321, - "end": 49335, + "start": 50169, + "end": 50183, "loc": { "start": { - "line": 1388, + "line": 1406, "column": 25 }, "end": { - "line": 1388, + "line": 1406, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 49321, - "end": 49325, + "start": 50169, + "end": 50173, "loc": { "start": { - "line": 1388, + "line": 1406, "column": 25 }, "end": { - "line": 1388, + "line": 1406, "column": 29 } } }, "property": { "type": "Identifier", - "start": 49326, - "end": 49335, + "start": 50174, + "end": 50183, "loc": { "start": { - "line": 1388, + "line": 1406, "column": 30 }, "end": { - "line": 1388, + "line": 1406, "column": 39 }, "identifierName": "maxLength" @@ -193041,15 +197282,15 @@ { "type": "CommentLine", "value": " reset record time", - "start": 49275, - "end": 49295, + "start": 50123, + "end": 50143, "loc": { "start": { - "line": 1387, + "line": 1405, "column": 8 }, "end": { - "line": 1387, + "line": 1405, "column": 28 } } @@ -193058,72 +197299,72 @@ }, { "type": "ExpressionStatement", - "start": 49346, - "end": 49369, + "start": 50194, + "end": 50217, "loc": { "start": { - "line": 1389, + "line": 1407, "column": 8 }, "end": { - "line": 1389, + "line": 1407, "column": 31 } }, "expression": { "type": "CallExpression", - "start": 49346, - "end": 49368, + "start": 50194, + "end": 50216, "loc": { "start": { - "line": 1389, + "line": 1407, "column": 8 }, "end": { - "line": 1389, + "line": 1407, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 49346, - "end": 49365, + "start": 50194, + "end": 50213, "loc": { "start": { - "line": 1389, + "line": 1407, "column": 8 }, "end": { - "line": 1389, + "line": 1407, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 49346, - "end": 49350, + "start": 50194, + "end": 50198, "loc": { "start": { - "line": 1389, + "line": 1407, "column": 8 }, "end": { - "line": 1389, + "line": 1407, "column": 12 } } }, "property": { "type": "Identifier", - "start": 49351, - "end": 49365, + "start": 50199, + "end": 50213, "loc": { "start": { - "line": 1389, + "line": 1407, "column": 13 }, "end": { - "line": 1389, + "line": 1407, "column": 27 }, "identifierName": "setCurrentTime" @@ -193135,15 +197376,15 @@ "arguments": [ { "type": "NumericLiteral", - "start": 49366, - "end": 49367, + "start": 50214, + "end": 50215, "loc": { "start": { - "line": 1389, + "line": 1407, "column": 28 }, "end": { - "line": 1389, + "line": 1407, "column": 29 } }, @@ -193159,15 +197400,15 @@ { "type": "CommentLine", "value": " reset player", - "start": 49379, - "end": 49394, + "start": 50227, + "end": 50242, "loc": { "start": { - "line": 1391, + "line": 1409, "column": 8 }, "end": { - "line": 1391, + "line": 1409, "column": 23 } } @@ -193176,71 +197417,71 @@ }, { "type": "ExpressionStatement", - "start": 49403, - "end": 49423, + "start": 50251, + "end": 50271, "loc": { "start": { - "line": 1392, + "line": 1410, "column": 8 }, "end": { - "line": 1392, + "line": 1410, "column": 28 } }, "expression": { "type": "CallExpression", - "start": 49403, - "end": 49422, + "start": 50251, + "end": 50270, "loc": { "start": { - "line": 1392, + "line": 1410, "column": 8 }, "end": { - "line": 1392, + "line": 1410, "column": 27 } }, "callee": { "type": "MemberExpression", - "start": 49403, - "end": 49420, + "start": 50251, + "end": 50268, "loc": { "start": { - "line": 1392, + "line": 1410, "column": 8 }, "end": { - "line": 1392, + "line": 1410, "column": 25 } }, "object": { "type": "MemberExpression", - "start": 49403, - "end": 49414, + "start": 50251, + "end": 50262, "loc": { "start": { - "line": 1392, + "line": 1410, "column": 8 }, "end": { - "line": 1392, + "line": 1410, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 49403, - "end": 49407, + "start": 50251, + "end": 50255, "loc": { "start": { - "line": 1392, + "line": 1410, "column": 8 }, "end": { - "line": 1392, + "line": 1410, "column": 12 } }, @@ -193248,15 +197489,15 @@ }, "property": { "type": "Identifier", - "start": 49408, - "end": 49414, + "start": 50256, + "end": 50262, "loc": { "start": { - "line": 1392, + "line": 1410, "column": 13 }, "end": { - "line": 1392, + "line": 1410, "column": 19 }, "identifierName": "player" @@ -193268,15 +197509,15 @@ }, "property": { "type": "Identifier", - "start": 49415, - "end": 49420, + "start": 50263, + "end": 50268, "loc": { "start": { - "line": 1392, + "line": 1410, "column": 20 }, "end": { - "line": 1392, + "line": 1410, "column": 25 }, "identifierName": "reset" @@ -193293,15 +197534,15 @@ { "type": "CommentLine", "value": " reset player", - "start": 49379, - "end": 49394, + "start": 50227, + "end": 50242, "loc": { "start": { - "line": 1391, + "line": 1409, "column": 8 }, "end": { - "line": 1391, + "line": 1409, "column": 23 } } @@ -193310,72 +197551,72 @@ }, { "type": "SwitchStatement", - "start": 49432, - "end": 49895, + "start": 50280, + "end": 50743, "loc": { "start": { - "line": 1393, + "line": 1411, "column": 8 }, "end": { - "line": 1407, + "line": 1425, "column": 9 } }, "discriminant": { "type": "CallExpression", - "start": 49440, - "end": 49460, + "start": 50288, + "end": 50308, "loc": { "start": { - "line": 1393, + "line": 1411, "column": 16 }, "end": { - "line": 1393, + "line": 1411, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 49440, - "end": 49458, + "start": 50288, + "end": 50306, "loc": { "start": { - "line": 1393, + "line": 1411, "column": 16 }, "end": { - "line": 1393, + "line": 1411, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 49440, - "end": 49444, + "start": 50288, + "end": 50292, "loc": { "start": { - "line": 1393, + "line": 1411, "column": 16 }, "end": { - "line": 1393, + "line": 1411, "column": 20 } } }, "property": { "type": "Identifier", - "start": 49445, - "end": 49458, + "start": 50293, + "end": 50306, "loc": { "start": { - "line": 1393, + "line": 1411, "column": 21 }, "end": { - "line": 1393, + "line": 1411, "column": 34 }, "identifierName": "getRecordType" @@ -193389,87 +197630,87 @@ "cases": [ { "type": "SwitchCase", - "start": 49476, - "end": 49678, + "start": 50324, + "end": 50526, "loc": { "start": { - "line": 1394, + "line": 1412, "column": 12 }, "end": { - "line": 1399, + "line": 1417, "column": 22 } }, "consequent": [ { "type": "IfStatement", - "start": 49509, - "end": 49655, + "start": 50357, + "end": 50503, "loc": { "start": { - "line": 1395, + "line": 1413, "column": 16 }, "end": { - "line": 1398, + "line": 1416, "column": 17 } }, "test": { "type": "LogicalExpression", - "start": 49513, - "end": 49546, + "start": 50361, + "end": 50394, "loc": { "start": { - "line": 1395, + "line": 1413, "column": 20 }, "end": { - "line": 1395, + "line": 1413, "column": 53 } }, "left": { "type": "MemberExpression", - "start": 49513, - "end": 49524, + "start": 50361, + "end": 50372, "loc": { "start": { - "line": 1395, + "line": 1413, "column": 20 }, "end": { - "line": 1395, + "line": 1413, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 49513, - "end": 49517, + "start": 50361, + "end": 50365, "loc": { "start": { - "line": 1395, + "line": 1413, "column": 20 }, "end": { - "line": 1395, + "line": 1413, "column": 24 } } }, "property": { "type": "Identifier", - "start": 49518, - "end": 49524, + "start": 50366, + "end": 50372, "loc": { "start": { - "line": 1395, + "line": 1413, "column": 25 }, "end": { - "line": 1395, + "line": 1413, "column": 31 }, "identifierName": "surfer" @@ -193481,58 +197722,58 @@ "operator": "&&", "right": { "type": "MemberExpression", - "start": 49528, - "end": 49546, + "start": 50376, + "end": 50394, "loc": { "start": { - "line": 1395, + "line": 1413, "column": 35 }, "end": { - "line": 1395, + "line": 1413, "column": 53 } }, "object": { "type": "MemberExpression", - "start": 49528, - "end": 49539, + "start": 50376, + "end": 50387, "loc": { "start": { - "line": 1395, + "line": 1413, "column": 35 }, "end": { - "line": 1395, + "line": 1413, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 49528, - "end": 49532, + "start": 50376, + "end": 50380, "loc": { "start": { - "line": 1395, + "line": 1413, "column": 35 }, "end": { - "line": 1395, + "line": 1413, "column": 39 } } }, "property": { "type": "Identifier", - "start": 49533, - "end": 49539, + "start": 50381, + "end": 50387, "loc": { "start": { - "line": 1395, + "line": 1413, "column": 40 }, "end": { - "line": 1395, + "line": 1413, "column": 46 }, "identifierName": "surfer" @@ -193543,15 +197784,15 @@ }, "property": { "type": "Identifier", - "start": 49540, - "end": 49546, + "start": 50388, + "end": 50394, "loc": { "start": { - "line": 1395, + "line": 1413, "column": 47 }, "end": { - "line": 1395, + "line": 1413, "column": 53 }, "identifierName": "surfer" @@ -193563,100 +197804,100 @@ }, "consequent": { "type": "BlockStatement", - "start": 49548, - "end": 49655, + "start": 50396, + "end": 50503, "loc": { "start": { - "line": 1395, + "line": 1413, "column": 55 }, "end": { - "line": 1398, + "line": 1416, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 49610, - "end": 49637, + "start": 50458, + "end": 50485, "loc": { "start": { - "line": 1397, + "line": 1415, "column": 20 }, "end": { - "line": 1397, + "line": 1415, "column": 47 } }, "expression": { "type": "CallExpression", - "start": 49610, - "end": 49636, + "start": 50458, + "end": 50484, "loc": { "start": { - "line": 1397, + "line": 1415, "column": 20 }, "end": { - "line": 1397, + "line": 1415, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 49610, - "end": 49634, + "start": 50458, + "end": 50482, "loc": { "start": { - "line": 1397, + "line": 1415, "column": 20 }, "end": { - "line": 1397, + "line": 1415, "column": 44 } }, "object": { "type": "MemberExpression", - "start": 49610, - "end": 49628, + "start": 50458, + "end": 50476, "loc": { "start": { - "line": 1397, + "line": 1415, "column": 20 }, "end": { - "line": 1397, + "line": 1415, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 49610, - "end": 49621, + "start": 50458, + "end": 50469, "loc": { "start": { - "line": 1397, + "line": 1415, "column": 20 }, "end": { - "line": 1397, + "line": 1415, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 49610, - "end": 49614, + "start": 50458, + "end": 50462, "loc": { "start": { - "line": 1397, + "line": 1415, "column": 20 }, "end": { - "line": 1397, + "line": 1415, "column": 24 } }, @@ -193664,15 +197905,15 @@ }, "property": { "type": "Identifier", - "start": 49615, - "end": 49621, + "start": 50463, + "end": 50469, "loc": { "start": { - "line": 1397, + "line": 1415, "column": 25 }, "end": { - "line": 1397, + "line": 1415, "column": 31 }, "identifierName": "surfer" @@ -193684,15 +197925,15 @@ }, "property": { "type": "Identifier", - "start": 49622, - "end": 49628, + "start": 50470, + "end": 50476, "loc": { "start": { - "line": 1397, + "line": 1415, "column": 32 }, "end": { - "line": 1397, + "line": 1415, "column": 38 }, "identifierName": "surfer" @@ -193704,15 +197945,15 @@ }, "property": { "type": "Identifier", - "start": 49629, - "end": 49634, + "start": 50477, + "end": 50482, "loc": { "start": { - "line": 1397, + "line": 1415, "column": 39 }, "end": { - "line": 1397, + "line": 1415, "column": 44 }, "identifierName": "empty" @@ -193729,15 +197970,15 @@ { "type": "CommentLine", "value": " empty last frame", - "start": 49570, - "end": 49589, + "start": 50418, + "end": 50437, "loc": { "start": { - "line": 1396, + "line": 1414, "column": 20 }, "end": { - "line": 1396, + "line": 1414, "column": 39 } } @@ -193751,15 +197992,15 @@ }, { "type": "BreakStatement", - "start": 49672, - "end": 49678, + "start": 50520, + "end": 50526, "loc": { "start": { - "line": 1399, + "line": 1417, "column": 16 }, "end": { - "line": 1399, + "line": 1417, "column": 22 } }, @@ -193768,15 +198009,15 @@ ], "test": { "type": "Identifier", - "start": 49481, - "end": 49491, + "start": 50329, + "end": 50339, "loc": { "start": { - "line": 1394, + "line": 1412, "column": 17 }, "end": { - "line": 1394, + "line": 1412, "column": 27 }, "identifierName": "AUDIO_ONLY" @@ -193786,30 +198027,30 @@ }, { "type": "SwitchCase", - "start": 49692, - "end": 49708, + "start": 50540, + "end": 50556, "loc": { "start": { - "line": 1401, + "line": 1419, "column": 12 }, "end": { - "line": 1401, + "line": 1419, "column": 28 } }, "consequent": [], "test": { "type": "Identifier", - "start": 49697, - "end": 49707, + "start": 50545, + "end": 50555, "loc": { "start": { - "line": 1401, + "line": 1419, "column": 17 }, "end": { - "line": 1401, + "line": 1419, "column": 27 }, "identifierName": "IMAGE_ONLY" @@ -193819,100 +198060,100 @@ }, { "type": "SwitchCase", - "start": 49721, - "end": 49885, + "start": 50569, + "end": 50733, "loc": { "start": { - "line": 1402, + "line": 1420, "column": 12 }, "end": { - "line": 1406, + "line": 1424, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 49781, - "end": 49813, + "start": 50629, + "end": 50661, "loc": { "start": { - "line": 1404, + "line": 1422, "column": 16 }, "end": { - "line": 1404, + "line": 1422, "column": 48 } }, "expression": { "type": "CallExpression", - "start": 49781, - "end": 49812, + "start": 50629, + "end": 50660, "loc": { "start": { - "line": 1404, + "line": 1422, "column": 16 }, "end": { - "line": 1404, + "line": 1422, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 49781, - "end": 49810, + "start": 50629, + "end": 50658, "loc": { "start": { - "line": 1404, + "line": 1422, "column": 16 }, "end": { - "line": 1404, + "line": 1422, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 49781, - "end": 49805, + "start": 50629, + "end": 50653, "loc": { "start": { - "line": 1404, + "line": 1422, "column": 16 }, "end": { - "line": 1404, + "line": 1422, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 49781, - "end": 49792, + "start": 50629, + "end": 50640, "loc": { "start": { - "line": 1404, + "line": 1422, "column": 16 }, "end": { - "line": 1404, + "line": 1422, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 49781, - "end": 49785, + "start": 50629, + "end": 50633, "loc": { "start": { - "line": 1404, + "line": 1422, "column": 16 }, "end": { - "line": 1404, + "line": 1422, "column": 20 } }, @@ -193920,15 +198161,15 @@ }, "property": { "type": "Identifier", - "start": 49786, - "end": 49792, + "start": 50634, + "end": 50640, "loc": { "start": { - "line": 1404, + "line": 1422, "column": 21 }, "end": { - "line": 1404, + "line": 1422, "column": 27 }, "identifierName": "player" @@ -193940,15 +198181,15 @@ }, "property": { "type": "Identifier", - "start": 49793, - "end": 49805, + "start": 50641, + "end": 50653, "loc": { "start": { - "line": 1404, + "line": 1422, "column": 28 }, "end": { - "line": 1404, + "line": 1422, "column": 40 }, "identifierName": "recordCanvas" @@ -193960,15 +198201,15 @@ }, "property": { "type": "Identifier", - "start": 49806, - "end": 49810, + "start": 50654, + "end": 50658, "loc": { "start": { - "line": 1404, + "line": 1422, "column": 41 }, "end": { - "line": 1404, + "line": 1422, "column": 45 }, "identifierName": "hide" @@ -193985,15 +198226,15 @@ { "type": "CommentLine", "value": " reset UI", - "start": 49753, - "end": 49764, + "start": 50601, + "end": 50612, "loc": { "start": { - "line": 1403, + "line": 1421, "column": 16 }, "end": { - "line": 1403, + "line": 1421, "column": 27 } } @@ -194002,100 +198243,100 @@ }, { "type": "ExpressionStatement", - "start": 49830, - "end": 49862, + "start": 50678, + "end": 50710, "loc": { "start": { - "line": 1405, + "line": 1423, "column": 16 }, "end": { - "line": 1405, + "line": 1423, "column": 48 } }, "expression": { "type": "CallExpression", - "start": 49830, - "end": 49861, + "start": 50678, + "end": 50709, "loc": { "start": { - "line": 1405, + "line": 1423, "column": 16 }, "end": { - "line": 1405, + "line": 1423, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 49830, - "end": 49859, + "start": 50678, + "end": 50707, "loc": { "start": { - "line": 1405, + "line": 1423, "column": 16 }, "end": { - "line": 1405, + "line": 1423, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 49830, - "end": 49854, + "start": 50678, + "end": 50702, "loc": { "start": { - "line": 1405, + "line": 1423, "column": 16 }, "end": { - "line": 1405, + "line": 1423, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 49830, - "end": 49841, + "start": 50678, + "end": 50689, "loc": { "start": { - "line": 1405, + "line": 1423, "column": 16 }, "end": { - "line": 1405, + "line": 1423, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 49830, - "end": 49834, + "start": 50678, + "end": 50682, "loc": { "start": { - "line": 1405, + "line": 1423, "column": 16 }, "end": { - "line": 1405, + "line": 1423, "column": 20 } } }, "property": { "type": "Identifier", - "start": 49835, - "end": 49841, + "start": 50683, + "end": 50689, "loc": { "start": { - "line": 1405, + "line": 1423, "column": 21 }, "end": { - "line": 1405, + "line": 1423, "column": 27 }, "identifierName": "player" @@ -194106,15 +198347,15 @@ }, "property": { "type": "Identifier", - "start": 49842, - "end": 49854, + "start": 50690, + "end": 50702, "loc": { "start": { - "line": 1405, + "line": 1423, "column": 28 }, "end": { - "line": 1405, + "line": 1423, "column": 40 }, "identifierName": "cameraButton" @@ -194125,15 +198366,15 @@ }, "property": { "type": "Identifier", - "start": 49855, - "end": 49859, + "start": 50703, + "end": 50707, "loc": { "start": { - "line": 1405, + "line": 1423, "column": 41 }, "end": { - "line": 1405, + "line": 1423, "column": 45 }, "identifierName": "hide" @@ -194147,15 +198388,15 @@ }, { "type": "BreakStatement", - "start": 49879, - "end": 49885, + "start": 50727, + "end": 50733, "loc": { "start": { - "line": 1406, + "line": 1424, "column": 16 }, "end": { - "line": 1406, + "line": 1424, "column": 22 } }, @@ -194164,15 +198405,15 @@ ], "test": { "type": "Identifier", - "start": 49726, - "end": 49735, + "start": 50574, + "end": 50583, "loc": { "start": { - "line": 1402, + "line": 1420, "column": 17 }, "end": { - "line": 1402, + "line": 1420, "column": 26 }, "identifierName": "ANIMATION" @@ -194185,15 +198426,15 @@ { "type": "CommentLine", "value": " hide play control", - "start": 49905, - "end": 49925, + "start": 50753, + "end": 50773, "loc": { "start": { - "line": 1409, + "line": 1427, "column": 8 }, "end": { - "line": 1409, + "line": 1427, "column": 28 } } @@ -194202,85 +198443,85 @@ }, { "type": "IfStatement", - "start": 49934, - "end": 50052, + "start": 50782, + "end": 50900, "loc": { "start": { - "line": 1410, + "line": 1428, "column": 8 }, "end": { - "line": 1412, + "line": 1430, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 49938, - "end": 49985, + "start": 50786, + "end": 50833, "loc": { "start": { - "line": 1410, + "line": 1428, "column": 12 }, "end": { - "line": 1410, + "line": 1428, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 49938, - "end": 49971, + "start": 50786, + "end": 50819, "loc": { "start": { - "line": 1410, + "line": 1428, "column": 12 }, "end": { - "line": 1410, + "line": 1428, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 49938, - "end": 49960, + "start": 50786, + "end": 50808, "loc": { "start": { - "line": 1410, + "line": 1428, "column": 12 }, "end": { - "line": 1410, + "line": 1428, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 49938, - "end": 49949, + "start": 50786, + "end": 50797, "loc": { "start": { - "line": 1410, + "line": 1428, "column": 12 }, "end": { - "line": 1410, + "line": 1428, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 49938, - "end": 49942, + "start": 50786, + "end": 50790, "loc": { "start": { - "line": 1410, + "line": 1428, "column": 12 }, "end": { - "line": 1410, + "line": 1428, "column": 16 } }, @@ -194288,15 +198529,15 @@ }, "property": { "type": "Identifier", - "start": 49943, - "end": 49949, + "start": 50791, + "end": 50797, "loc": { "start": { - "line": 1410, + "line": 1428, "column": 17 }, "end": { - "line": 1410, + "line": 1428, "column": 23 }, "identifierName": "player" @@ -194308,15 +198549,15 @@ }, "property": { "type": "Identifier", - "start": 49950, - "end": 49960, + "start": 50798, + "end": 50808, "loc": { "start": { - "line": 1410, + "line": 1428, "column": 24 }, "end": { - "line": 1410, + "line": 1428, "column": 34 }, "identifierName": "controlBar" @@ -194328,15 +198569,15 @@ }, "property": { "type": "Identifier", - "start": 49961, - "end": 49971, + "start": 50809, + "end": 50819, "loc": { "start": { - "line": 1410, + "line": 1428, "column": 35 }, "end": { - "line": 1410, + "line": 1428, "column": 45 }, "identifierName": "playToggle" @@ -194349,15 +198590,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 49976, - "end": 49985, + "start": 50824, + "end": 50833, "loc": { "start": { - "line": 1410, + "line": 1428, "column": 50 }, "end": { - "line": 1410, + "line": 1428, "column": 59 }, "identifierName": "undefined" @@ -194368,129 +198609,129 @@ }, "consequent": { "type": "BlockStatement", - "start": 49987, - "end": 50052, + "start": 50835, + "end": 50900, "loc": { "start": { - "line": 1410, + "line": 1428, "column": 61 }, "end": { - "line": 1412, + "line": 1430, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 50001, - "end": 50042, + "start": 50849, + "end": 50890, "loc": { "start": { - "line": 1411, + "line": 1429, "column": 12 }, "end": { - "line": 1411, + "line": 1429, "column": 53 } }, "expression": { "type": "CallExpression", - "start": 50001, - "end": 50041, + "start": 50849, + "end": 50889, "loc": { "start": { - "line": 1411, + "line": 1429, "column": 12 }, "end": { - "line": 1411, + "line": 1429, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 50001, - "end": 50039, + "start": 50849, + "end": 50887, "loc": { "start": { - "line": 1411, + "line": 1429, "column": 12 }, "end": { - "line": 1411, + "line": 1429, "column": 50 } }, "object": { "type": "MemberExpression", - "start": 50001, - "end": 50034, + "start": 50849, + "end": 50882, "loc": { "start": { - "line": 1411, + "line": 1429, "column": 12 }, "end": { - "line": 1411, + "line": 1429, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 50001, - "end": 50023, + "start": 50849, + "end": 50871, "loc": { "start": { - "line": 1411, + "line": 1429, "column": 12 }, "end": { - "line": 1411, + "line": 1429, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 50001, - "end": 50012, + "start": 50849, + "end": 50860, "loc": { "start": { - "line": 1411, + "line": 1429, "column": 12 }, "end": { - "line": 1411, + "line": 1429, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 50001, - "end": 50005, + "start": 50849, + "end": 50853, "loc": { "start": { - "line": 1411, + "line": 1429, "column": 12 }, "end": { - "line": 1411, + "line": 1429, "column": 16 } } }, "property": { "type": "Identifier", - "start": 50006, - "end": 50012, + "start": 50854, + "end": 50860, "loc": { "start": { - "line": 1411, + "line": 1429, "column": 17 }, "end": { - "line": 1411, + "line": 1429, "column": 23 }, "identifierName": "player" @@ -194501,15 +198742,15 @@ }, "property": { "type": "Identifier", - "start": 50013, - "end": 50023, + "start": 50861, + "end": 50871, "loc": { "start": { - "line": 1411, + "line": 1429, "column": 24 }, "end": { - "line": 1411, + "line": 1429, "column": 34 }, "identifierName": "controlBar" @@ -194520,15 +198761,15 @@ }, "property": { "type": "Identifier", - "start": 50024, - "end": 50034, + "start": 50872, + "end": 50882, "loc": { "start": { - "line": 1411, + "line": 1429, "column": 35 }, "end": { - "line": 1411, + "line": 1429, "column": 45 }, "identifierName": "playToggle" @@ -194539,15 +198780,15 @@ }, "property": { "type": "Identifier", - "start": 50035, - "end": 50039, + "start": 50883, + "end": 50887, "loc": { "start": { - "line": 1411, + "line": 1429, "column": 46 }, "end": { - "line": 1411, + "line": 1429, "column": 50 }, "identifierName": "hide" @@ -194568,15 +198809,15 @@ { "type": "CommentLine", "value": " hide play control", - "start": 49905, - "end": 49925, + "start": 50753, + "end": 50773, "loc": { "start": { - "line": 1409, + "line": 1427, "column": 8 }, "end": { - "line": 1409, + "line": 1427, "column": 28 } } @@ -194586,15 +198827,15 @@ { "type": "CommentLine", "value": " show device selection button", - "start": 50062, - "end": 50093, + "start": 50910, + "end": 50941, "loc": { "start": { - "line": 1414, + "line": 1432, "column": 8 }, "end": { - "line": 1414, + "line": 1432, "column": 39 } } @@ -194603,85 +198844,85 @@ }, { "type": "ExpressionStatement", - "start": 50102, - "end": 50134, + "start": 50950, + "end": 50982, "loc": { "start": { - "line": 1415, + "line": 1433, "column": 8 }, "end": { - "line": 1415, + "line": 1433, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 50102, - "end": 50133, + "start": 50950, + "end": 50981, "loc": { "start": { - "line": 1415, + "line": 1433, "column": 8 }, "end": { - "line": 1415, + "line": 1433, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 50102, - "end": 50131, + "start": 50950, + "end": 50979, "loc": { "start": { - "line": 1415, + "line": 1433, "column": 8 }, "end": { - "line": 1415, + "line": 1433, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 50102, - "end": 50126, + "start": 50950, + "end": 50974, "loc": { "start": { - "line": 1415, + "line": 1433, "column": 8 }, "end": { - "line": 1415, + "line": 1433, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 50102, - "end": 50113, + "start": 50950, + "end": 50961, "loc": { "start": { - "line": 1415, + "line": 1433, "column": 8 }, "end": { - "line": 1415, + "line": 1433, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 50102, - "end": 50106, + "start": 50950, + "end": 50954, "loc": { "start": { - "line": 1415, + "line": 1433, "column": 8 }, "end": { - "line": 1415, + "line": 1433, "column": 12 } }, @@ -194689,15 +198930,15 @@ }, "property": { "type": "Identifier", - "start": 50107, - "end": 50113, + "start": 50955, + "end": 50961, "loc": { "start": { - "line": 1415, + "line": 1433, "column": 13 }, "end": { - "line": 1415, + "line": 1433, "column": 19 }, "identifierName": "player" @@ -194709,15 +198950,15 @@ }, "property": { "type": "Identifier", - "start": 50114, - "end": 50126, + "start": 50962, + "end": 50974, "loc": { "start": { - "line": 1415, + "line": 1433, "column": 20 }, "end": { - "line": 1415, + "line": 1433, "column": 32 }, "identifierName": "deviceButton" @@ -194729,15 +198970,15 @@ }, "property": { "type": "Identifier", - "start": 50127, - "end": 50131, + "start": 50975, + "end": 50979, "loc": { "start": { - "line": 1415, + "line": 1433, "column": 33 }, "end": { - "line": 1415, + "line": 1433, "column": 37 }, "identifierName": "show" @@ -194754,15 +198995,15 @@ { "type": "CommentLine", "value": " show device selection button", - "start": 50062, - "end": 50093, + "start": 50910, + "end": 50941, "loc": { "start": { - "line": 1414, + "line": 1432, "column": 8 }, "end": { - "line": 1414, + "line": 1432, "column": 39 } } @@ -194772,15 +199013,15 @@ { "type": "CommentLine", "value": " hide record button", - "start": 50144, - "end": 50165, + "start": 50992, + "end": 51013, "loc": { "start": { - "line": 1417, + "line": 1435, "column": 8 }, "end": { - "line": 1417, + "line": 1435, "column": 29 } } @@ -194789,85 +199030,85 @@ }, { "type": "ExpressionStatement", - "start": 50174, - "end": 50206, + "start": 51022, + "end": 51054, "loc": { "start": { - "line": 1418, + "line": 1436, "column": 8 }, "end": { - "line": 1418, + "line": 1436, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 50174, - "end": 50205, + "start": 51022, + "end": 51053, "loc": { "start": { - "line": 1418, + "line": 1436, "column": 8 }, "end": { - "line": 1418, + "line": 1436, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 50174, - "end": 50203, + "start": 51022, + "end": 51051, "loc": { "start": { - "line": 1418, + "line": 1436, "column": 8 }, "end": { - "line": 1418, + "line": 1436, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 50174, - "end": 50198, + "start": 51022, + "end": 51046, "loc": { "start": { - "line": 1418, + "line": 1436, "column": 8 }, "end": { - "line": 1418, + "line": 1436, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 50174, - "end": 50185, + "start": 51022, + "end": 51033, "loc": { "start": { - "line": 1418, + "line": 1436, "column": 8 }, "end": { - "line": 1418, + "line": 1436, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 50174, - "end": 50178, + "start": 51022, + "end": 51026, "loc": { "start": { - "line": 1418, + "line": 1436, "column": 8 }, "end": { - "line": 1418, + "line": 1436, "column": 12 } }, @@ -194875,15 +199116,15 @@ }, "property": { "type": "Identifier", - "start": 50179, - "end": 50185, + "start": 51027, + "end": 51033, "loc": { "start": { - "line": 1418, + "line": 1436, "column": 13 }, "end": { - "line": 1418, + "line": 1436, "column": 19 }, "identifierName": "player" @@ -194895,15 +199136,15 @@ }, "property": { "type": "Identifier", - "start": 50186, - "end": 50198, + "start": 51034, + "end": 51046, "loc": { "start": { - "line": 1418, + "line": 1436, "column": 20 }, "end": { - "line": 1418, + "line": 1436, "column": 32 }, "identifierName": "recordToggle" @@ -194915,15 +199156,15 @@ }, "property": { "type": "Identifier", - "start": 50199, - "end": 50203, + "start": 51047, + "end": 51051, "loc": { "start": { - "line": 1418, + "line": 1436, "column": 33 }, "end": { - "line": 1418, + "line": 1436, "column": 37 }, "identifierName": "hide" @@ -194940,15 +199181,15 @@ { "type": "CommentLine", "value": " hide record button", - "start": 50144, - "end": 50165, + "start": 50992, + "end": 51013, "loc": { "start": { - "line": 1417, + "line": 1435, "column": 8 }, "end": { - "line": 1417, + "line": 1435, "column": 29 } } @@ -194958,15 +199199,15 @@ { "type": "CommentLine", "value": " loadedmetadata resets the durationDisplay for the", - "start": 50216, - "end": 50268, + "start": 51064, + "end": 51116, "loc": { "start": { - "line": 1420, + "line": 1438, "column": 8 }, "end": { - "line": 1420, + "line": 1438, "column": 60 } } @@ -194974,15 +199215,15 @@ { "type": "CommentLine", "value": " first time", - "start": 50277, - "end": 50290, + "start": 51125, + "end": 51138, "loc": { "start": { - "line": 1421, + "line": 1439, "column": 8 }, "end": { - "line": 1421, + "line": 1439, "column": 21 } } @@ -194991,71 +199232,71 @@ }, { "type": "ExpressionStatement", - "start": 50299, - "end": 50441, + "start": 51147, + "end": 51289, "loc": { "start": { - "line": 1422, + "line": 1440, "column": 8 }, "end": { - "line": 1425, + "line": 1443, "column": 11 } }, "expression": { "type": "CallExpression", - "start": 50299, - "end": 50440, + "start": 51147, + "end": 51288, "loc": { "start": { - "line": 1422, + "line": 1440, "column": 8 }, "end": { - "line": 1425, + "line": 1443, "column": 10 } }, "callee": { "type": "MemberExpression", - "start": 50299, - "end": 50314, + "start": 51147, + "end": 51162, "loc": { "start": { - "line": 1422, + "line": 1440, "column": 8 }, "end": { - "line": 1422, + "line": 1440, "column": 23 } }, "object": { "type": "MemberExpression", - "start": 50299, - "end": 50310, + "start": 51147, + "end": 51158, "loc": { "start": { - "line": 1422, + "line": 1440, "column": 8 }, "end": { - "line": 1422, + "line": 1440, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 50299, - "end": 50303, + "start": 51147, + "end": 51151, "loc": { "start": { - "line": 1422, + "line": 1440, "column": 8 }, "end": { - "line": 1422, + "line": 1440, "column": 12 } }, @@ -195063,15 +199304,15 @@ }, "property": { "type": "Identifier", - "start": 50304, - "end": 50310, + "start": 51152, + "end": 51158, "loc": { "start": { - "line": 1422, + "line": 1440, "column": 13 }, "end": { - "line": 1422, + "line": 1440, "column": 19 }, "identifierName": "player" @@ -195083,15 +199324,15 @@ }, "property": { "type": "Identifier", - "start": 50311, - "end": 50314, + "start": 51159, + "end": 51162, "loc": { "start": { - "line": 1422, + "line": 1440, "column": 20 }, "end": { - "line": 1422, + "line": 1440, "column": 23 }, "identifierName": "one" @@ -195104,29 +199345,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 50315, - "end": 50335, + "start": 51163, + "end": 51183, "loc": { "start": { - "line": 1422, + "line": 1440, "column": 24 }, "end": { - "line": 1422, + "line": 1440, "column": 44 } }, "object": { "type": "Identifier", - "start": 50315, - "end": 50320, + "start": 51163, + "end": 51168, "loc": { "start": { - "line": 1422, + "line": 1440, "column": 24 }, "end": { - "line": 1422, + "line": 1440, "column": 29 }, "identifierName": "Event" @@ -195135,15 +199376,15 @@ }, "property": { "type": "Identifier", - "start": 50321, - "end": 50335, + "start": 51169, + "end": 51183, "loc": { "start": { - "line": 1422, + "line": 1440, "column": 30 }, "end": { - "line": 1422, + "line": 1440, "column": 44 }, "identifierName": "LOADEDMETADATA" @@ -195154,15 +199395,15 @@ }, { "type": "ArrowFunctionExpression", - "start": 50337, - "end": 50439, + "start": 51185, + "end": 51287, "loc": { "start": { - "line": 1422, + "line": 1440, "column": 46 }, "end": { - "line": 1425, + "line": 1443, "column": 9 } }, @@ -195173,72 +199414,72 @@ "params": [], "body": { "type": "BlockStatement", - "start": 50343, - "end": 50439, + "start": 51191, + "end": 51287, "loc": { "start": { - "line": 1422, + "line": 1440, "column": 52 }, "end": { - "line": 1425, + "line": 1443, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 50396, - "end": 50429, + "start": 51244, + "end": 51277, "loc": { "start": { - "line": 1424, + "line": 1442, "column": 12 }, "end": { - "line": 1424, + "line": 1442, "column": 45 } }, "expression": { "type": "CallExpression", - "start": 50396, - "end": 50428, + "start": 51244, + "end": 51276, "loc": { "start": { - "line": 1424, + "line": 1442, "column": 12 }, "end": { - "line": 1424, + "line": 1442, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 50396, - "end": 50412, + "start": 51244, + "end": 51260, "loc": { "start": { - "line": 1424, + "line": 1442, "column": 12 }, "end": { - "line": 1424, + "line": 1442, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 50396, - "end": 50400, + "start": 51244, + "end": 51248, "loc": { "start": { - "line": 1424, + "line": 1442, "column": 12 }, "end": { - "line": 1424, + "line": 1442, "column": 16 } }, @@ -195246,15 +199487,15 @@ }, "property": { "type": "Identifier", - "start": 50401, - "end": 50412, + "start": 51249, + "end": 51260, "loc": { "start": { - "line": 1424, + "line": 1442, "column": 17 }, "end": { - "line": 1424, + "line": 1442, "column": 28 }, "identifierName": "setDuration" @@ -195267,44 +199508,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 50413, - "end": 50427, + "start": 51261, + "end": 51275, "loc": { "start": { - "line": 1424, + "line": 1442, "column": 29 }, "end": { - "line": 1424, + "line": 1442, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 50413, - "end": 50417, + "start": 51261, + "end": 51265, "loc": { "start": { - "line": 1424, + "line": 1442, "column": 29 }, "end": { - "line": 1424, + "line": 1442, "column": 33 } } }, "property": { "type": "Identifier", - "start": 50418, - "end": 50427, + "start": 51266, + "end": 51275, "loc": { "start": { - "line": 1424, + "line": 1442, "column": 34 }, "end": { - "line": 1424, + "line": 1442, "column": 43 }, "identifierName": "maxLength" @@ -195320,15 +199561,15 @@ { "type": "CommentLine", "value": " display max record time", - "start": 50357, - "end": 50383, + "start": 51205, + "end": 51231, "loc": { "start": { - "line": 1423, + "line": 1441, "column": 12 }, "end": { - "line": 1423, + "line": 1441, "column": 38 } } @@ -195346,15 +199587,15 @@ { "type": "CommentLine", "value": " loadedmetadata resets the durationDisplay for the", - "start": 50216, - "end": 50268, + "start": 51064, + "end": 51116, "loc": { "start": { - "line": 1420, + "line": 1438, "column": 8 }, "end": { - "line": 1420, + "line": 1438, "column": 60 } } @@ -195362,15 +199603,15 @@ { "type": "CommentLine", "value": " first time", - "start": 50277, - "end": 50290, + "start": 51125, + "end": 51138, "loc": { "start": { - "line": 1421, + "line": 1439, "column": 8 }, "end": { - "line": 1421, + "line": 1439, "column": 21 } } @@ -195385,15 +199626,15 @@ { "type": "CommentBlock", "value": "*\n * Reset the plugin.\n ", - "start": 48661, - "end": 48697, + "start": 49509, + "end": 49545, "loc": { "start": { - "line": 1361, + "line": 1379, "column": 4 }, "end": { - "line": 1363, + "line": 1381, "column": 7 } } @@ -195403,15 +199644,15 @@ { "type": "CommentBlock", "value": "*\n * Reset the plugin recorder state.\n * @private\n ", - "start": 50453, - "end": 50520, + "start": 51301, + "end": 51368, "loc": { "start": { - "line": 1428, + "line": 1446, "column": 4 }, "end": { - "line": 1431, + "line": 1449, "column": 7 } } @@ -195420,15 +199661,15 @@ }, { "type": "ClassMethod", - "start": 50525, - "end": 50675, + "start": 51373, + "end": 51523, "loc": { "start": { - "line": 1432, + "line": 1450, "column": 4 }, "end": { - "line": 1437, + "line": 1455, "column": 5 } }, @@ -195436,15 +199677,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 50525, - "end": 50535, + "start": 51373, + "end": 51383, "loc": { "start": { - "line": 1432, + "line": 1450, "column": 4 }, "end": { - "line": 1432, + "line": 1450, "column": 14 }, "identifierName": "resetState" @@ -195460,88 +199701,88 @@ "params": [], "body": { "type": "BlockStatement", - "start": 50538, - "end": 50675, + "start": 51386, + "end": 51523, "loc": { "start": { - "line": 1432, + "line": 1450, "column": 17 }, "end": { - "line": 1437, + "line": 1455, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 50548, - "end": 50572, + "start": 51396, + "end": 51420, "loc": { "start": { - "line": 1433, + "line": 1451, "column": 8 }, "end": { - "line": 1433, + "line": 1451, "column": 32 } }, "expression": { "type": "AssignmentExpression", - "start": 50548, - "end": 50571, + "start": 51396, + "end": 51419, "loc": { "start": { - "line": 1433, + "line": 1451, "column": 8 }, "end": { - "line": 1433, + "line": 1451, "column": 31 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 50548, - "end": 50563, + "start": 51396, + "end": 51411, "loc": { "start": { - "line": 1433, + "line": 1451, "column": 8 }, "end": { - "line": 1433, + "line": 1451, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 50548, - "end": 50552, + "start": 51396, + "end": 51400, "loc": { "start": { - "line": 1433, + "line": 1451, "column": 8 }, "end": { - "line": 1433, + "line": 1451, "column": 12 } } }, "property": { "type": "Identifier", - "start": 50553, - "end": 50563, + "start": 51401, + "end": 51411, "loc": { "start": { - "line": 1433, + "line": 1451, "column": 13 }, "end": { - "line": 1433, + "line": 1451, "column": 23 }, "identifierName": "_recording" @@ -195552,15 +199793,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 50566, - "end": 50571, + "start": 51414, + "end": 51419, "loc": { "start": { - "line": 1433, + "line": 1451, "column": 26 }, "end": { - "line": 1433, + "line": 1451, "column": 31 } }, @@ -195570,73 +199811,73 @@ }, { "type": "ExpressionStatement", - "start": 50581, - "end": 50606, + "start": 51429, + "end": 51454, "loc": { "start": { - "line": 1434, + "line": 1452, "column": 8 }, "end": { - "line": 1434, + "line": 1452, "column": 33 } }, "expression": { "type": "AssignmentExpression", - "start": 50581, - "end": 50605, + "start": 51429, + "end": 51453, "loc": { "start": { - "line": 1434, + "line": 1452, "column": 8 }, "end": { - "line": 1434, + "line": 1452, "column": 32 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 50581, - "end": 50597, + "start": 51429, + "end": 51445, "loc": { "start": { - "line": 1434, + "line": 1452, "column": 8 }, "end": { - "line": 1434, + "line": 1452, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 50581, - "end": 50585, + "start": 51429, + "end": 51433, "loc": { "start": { - "line": 1434, + "line": 1452, "column": 8 }, "end": { - "line": 1434, + "line": 1452, "column": 12 } } }, "property": { "type": "Identifier", - "start": 50586, - "end": 50597, + "start": 51434, + "end": 51445, "loc": { "start": { - "line": 1434, + "line": 1452, "column": 13 }, "end": { - "line": 1434, + "line": 1452, "column": 24 }, "identifierName": "_processing" @@ -195647,15 +199888,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 50600, - "end": 50605, + "start": 51448, + "end": 51453, "loc": { "start": { - "line": 1434, + "line": 1452, "column": 27 }, "end": { - "line": 1434, + "line": 1452, "column": 32 } }, @@ -195665,73 +199906,73 @@ }, { "type": "ExpressionStatement", - "start": 50615, - "end": 50642, + "start": 51463, + "end": 51490, "loc": { "start": { - "line": 1435, + "line": 1453, "column": 8 }, "end": { - "line": 1435, + "line": 1453, "column": 35 } }, "expression": { "type": "AssignmentExpression", - "start": 50615, - "end": 50641, + "start": 51463, + "end": 51489, "loc": { "start": { - "line": 1435, + "line": 1453, "column": 8 }, "end": { - "line": 1435, + "line": 1453, "column": 34 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 50615, - "end": 50633, + "start": 51463, + "end": 51481, "loc": { "start": { - "line": 1435, + "line": 1453, "column": 8 }, "end": { - "line": 1435, + "line": 1453, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 50615, - "end": 50619, + "start": 51463, + "end": 51467, "loc": { "start": { - "line": 1435, + "line": 1453, "column": 8 }, "end": { - "line": 1435, + "line": 1453, "column": 12 } } }, "property": { "type": "Identifier", - "start": 50620, - "end": 50633, + "start": 51468, + "end": 51481, "loc": { "start": { - "line": 1435, + "line": 1453, "column": 13 }, "end": { - "line": 1435, + "line": 1453, "column": 26 }, "identifierName": "_deviceActive" @@ -195742,15 +199983,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 50636, - "end": 50641, + "start": 51484, + "end": 51489, "loc": { "start": { - "line": 1435, + "line": 1453, "column": 29 }, "end": { - "line": 1435, + "line": 1453, "column": 34 } }, @@ -195760,73 +200001,73 @@ }, { "type": "ExpressionStatement", - "start": 50651, - "end": 50669, + "start": 51499, + "end": 51517, "loc": { "start": { - "line": 1436, + "line": 1454, "column": 8 }, "end": { - "line": 1436, + "line": 1454, "column": 26 } }, "expression": { "type": "AssignmentExpression", - "start": 50651, - "end": 50668, + "start": 51499, + "end": 51516, "loc": { "start": { - "line": 1436, + "line": 1454, "column": 8 }, "end": { - "line": 1436, + "line": 1454, "column": 25 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 50651, - "end": 50663, + "start": 51499, + "end": 51511, "loc": { "start": { - "line": 1436, + "line": 1454, "column": 8 }, "end": { - "line": 1436, + "line": 1454, "column": 20 } }, "object": { "type": "ThisExpression", - "start": 50651, - "end": 50655, + "start": 51499, + "end": 51503, "loc": { "start": { - "line": 1436, + "line": 1454, "column": 8 }, "end": { - "line": 1436, + "line": 1454, "column": 12 } } }, "property": { "type": "Identifier", - "start": 50656, - "end": 50663, + "start": 51504, + "end": 51511, "loc": { "start": { - "line": 1436, + "line": 1454, "column": 13 }, "end": { - "line": 1436, + "line": 1454, "column": 20 }, "identifierName": "devices" @@ -195837,15 +200078,15 @@ }, "right": { "type": "ArrayExpression", - "start": 50666, - "end": 50668, + "start": 51514, + "end": 51516, "loc": { "start": { - "line": 1436, + "line": 1454, "column": 23 }, "end": { - "line": 1436, + "line": 1454, "column": 25 } }, @@ -195861,15 +200102,15 @@ { "type": "CommentBlock", "value": "*\n * Reset the plugin recorder state.\n * @private\n ", - "start": 50453, - "end": 50520, + "start": 51301, + "end": 51368, "loc": { "start": { - "line": 1428, + "line": 1446, "column": 4 }, "end": { - "line": 1431, + "line": 1449, "column": 7 } } @@ -195879,15 +200120,15 @@ { "type": "CommentBlock", "value": "*\n * Removes recorded `Blob` from cache.\n * @private\n ", - "start": 50681, - "end": 50751, + "start": 51529, + "end": 51599, "loc": { "start": { - "line": 1439, + "line": 1457, "column": 4 }, "end": { - "line": 1442, + "line": 1460, "column": 7 } } @@ -195896,15 +200137,15 @@ }, { "type": "ClassMethod", - "start": 50756, - "end": 50974, + "start": 51604, + "end": 51822, "loc": { "start": { - "line": 1443, + "line": 1461, "column": 4 }, "end": { - "line": 1448, + "line": 1466, "column": 5 } }, @@ -195912,15 +200153,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 50756, - "end": 50771, + "start": 51604, + "end": 51619, "loc": { "start": { - "line": 1443, + "line": 1461, "column": 4 }, "end": { - "line": 1443, + "line": 1461, "column": 19 }, "identifierName": "removeRecording" @@ -195936,87 +200177,87 @@ "params": [], "body": { "type": "BlockStatement", - "start": 50774, - "end": 50974, + "start": 51622, + "end": 51822, "loc": { "start": { - "line": 1443, + "line": 1461, "column": 22 }, "end": { - "line": 1448, + "line": 1466, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 50784, - "end": 50968, + "start": 51632, + "end": 51816, "loc": { "start": { - "line": 1444, + "line": 1462, "column": 8 }, "end": { - "line": 1447, + "line": 1465, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 50788, - "end": 50859, + "start": 51636, + "end": 51707, "loc": { "start": { - "line": 1444, + "line": 1462, "column": 12 }, "end": { - "line": 1444, + "line": 1462, "column": 83 } }, "left": { "type": "MemberExpression", - "start": 50788, - "end": 50805, + "start": 51636, + "end": 51653, "loc": { "start": { - "line": 1444, + "line": 1462, "column": 12 }, "end": { - "line": 1444, + "line": 1462, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 50788, - "end": 50792, + "start": 51636, + "end": 51640, "loc": { "start": { - "line": 1444, + "line": 1462, "column": 12 }, "end": { - "line": 1444, + "line": 1462, "column": 16 } } }, "property": { "type": "Identifier", - "start": 50793, - "end": 50805, + "start": 51641, + "end": 51653, "loc": { "start": { - "line": 1444, + "line": 1462, "column": 17 }, "end": { - "line": 1444, + "line": 1462, "column": 29 }, "identifierName": "mediaElement" @@ -196028,100 +200269,100 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 50809, - "end": 50859, + "start": 51657, + "end": 51707, "loc": { "start": { - "line": 1444, + "line": 1462, "column": 33 }, "end": { - "line": 1444, + "line": 1462, "column": 83 } }, "left": { "type": "CallExpression", - "start": 50809, - "end": 50850, + "start": 51657, + "end": 51698, "loc": { "start": { - "line": 1444, + "line": 1462, "column": 33 }, "end": { - "line": 1444, + "line": 1462, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 50809, - "end": 50841, + "start": 51657, + "end": 51689, "loc": { "start": { - "line": 1444, + "line": 1462, "column": 33 }, "end": { - "line": 1444, + "line": 1462, "column": 65 } }, "object": { "type": "MemberExpression", - "start": 50809, - "end": 50830, + "start": 51657, + "end": 51678, "loc": { "start": { - "line": 1444, + "line": 1462, "column": 33 }, "end": { - "line": 1444, + "line": 1462, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 50809, - "end": 50826, + "start": 51657, + "end": 51674, "loc": { "start": { - "line": 1444, + "line": 1462, "column": 33 }, "end": { - "line": 1444, + "line": 1462, "column": 50 } }, "object": { "type": "ThisExpression", - "start": 50809, - "end": 50813, + "start": 51657, + "end": 51661, "loc": { "start": { - "line": 1444, + "line": 1462, "column": 33 }, "end": { - "line": 1444, + "line": 1462, "column": 37 } } }, "property": { "type": "Identifier", - "start": 50814, - "end": 50826, + "start": 51662, + "end": 51674, "loc": { "start": { - "line": 1444, + "line": 1462, "column": 38 }, "end": { - "line": 1444, + "line": 1462, "column": 50 }, "identifierName": "mediaElement" @@ -196132,15 +200373,15 @@ }, "property": { "type": "Identifier", - "start": 50827, - "end": 50830, + "start": 51675, + "end": 51678, "loc": { "start": { - "line": 1444, + "line": 1462, "column": 51 }, "end": { - "line": 1444, + "line": 1462, "column": 54 }, "identifierName": "src" @@ -196151,15 +200392,15 @@ }, "property": { "type": "Identifier", - "start": 50831, - "end": 50841, + "start": 51679, + "end": 51689, "loc": { "start": { - "line": 1444, + "line": 1462, "column": 55 }, "end": { - "line": 1444, + "line": 1462, "column": 65 }, "identifierName": "startsWith" @@ -196171,15 +200412,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 50842, - "end": 50849, + "start": 51690, + "end": 51697, "loc": { "start": { - "line": 1444, + "line": 1462, "column": 66 }, "end": { - "line": 1444, + "line": 1462, "column": 73 } }, @@ -196194,15 +200435,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 50855, - "end": 50859, + "start": 51703, + "end": 51707, "loc": { "start": { - "line": 1444, + "line": 1462, "column": 79 }, "end": { - "line": 1444, + "line": 1462, "column": 83 } }, @@ -196212,72 +200453,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 50861, - "end": 50968, + "start": 51709, + "end": 51816, "loc": { "start": { - "line": 1444, + "line": 1462, "column": 85 }, "end": { - "line": 1447, + "line": 1465, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 50875, - "end": 50918, + "start": 51723, + "end": 51766, "loc": { "start": { - "line": 1445, + "line": 1463, "column": 12 }, "end": { - "line": 1445, + "line": 1463, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 50875, - "end": 50917, + "start": 51723, + "end": 51765, "loc": { "start": { - "line": 1445, + "line": 1463, "column": 12 }, "end": { - "line": 1445, + "line": 1463, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 50875, - "end": 50894, + "start": 51723, + "end": 51742, "loc": { "start": { - "line": 1445, + "line": 1463, "column": 12 }, "end": { - "line": 1445, + "line": 1463, "column": 31 } }, "object": { "type": "Identifier", - "start": 50875, - "end": 50878, + "start": 51723, + "end": 51726, "loc": { "start": { - "line": 1445, + "line": 1463, "column": 12 }, "end": { - "line": 1445, + "line": 1463, "column": 15 }, "identifierName": "URL" @@ -196286,15 +200527,15 @@ }, "property": { "type": "Identifier", - "start": 50879, - "end": 50894, + "start": 51727, + "end": 51742, "loc": { "start": { - "line": 1445, + "line": 1463, "column": 16 }, "end": { - "line": 1445, + "line": 1463, "column": 31 }, "identifierName": "revokeObjectURL" @@ -196306,58 +200547,58 @@ "arguments": [ { "type": "MemberExpression", - "start": 50895, - "end": 50916, + "start": 51743, + "end": 51764, "loc": { "start": { - "line": 1445, + "line": 1463, "column": 32 }, "end": { - "line": 1445, + "line": 1463, "column": 53 } }, "object": { "type": "MemberExpression", - "start": 50895, - "end": 50912, + "start": 51743, + "end": 51760, "loc": { "start": { - "line": 1445, + "line": 1463, "column": 32 }, "end": { - "line": 1445, + "line": 1463, "column": 49 } }, "object": { "type": "ThisExpression", - "start": 50895, - "end": 50899, + "start": 51743, + "end": 51747, "loc": { "start": { - "line": 1445, + "line": 1463, "column": 32 }, "end": { - "line": 1445, + "line": 1463, "column": 36 } } }, "property": { "type": "Identifier", - "start": 50900, - "end": 50912, + "start": 51748, + "end": 51760, "loc": { "start": { - "line": 1445, + "line": 1463, "column": 37 }, "end": { - "line": 1445, + "line": 1463, "column": 49 }, "identifierName": "mediaElement" @@ -196368,15 +200609,15 @@ }, "property": { "type": "Identifier", - "start": 50913, - "end": 50916, + "start": 51761, + "end": 51764, "loc": { "start": { - "line": 1445, + "line": 1463, "column": 50 }, "end": { - "line": 1445, + "line": 1463, "column": 53 }, "identifierName": "src" @@ -196390,87 +200631,87 @@ }, { "type": "ExpressionStatement", - "start": 50931, - "end": 50958, + "start": 51779, + "end": 51806, "loc": { "start": { - "line": 1446, + "line": 1464, "column": 12 }, "end": { - "line": 1446, + "line": 1464, "column": 39 } }, "expression": { "type": "AssignmentExpression", - "start": 50931, - "end": 50957, + "start": 51779, + "end": 51805, "loc": { "start": { - "line": 1446, + "line": 1464, "column": 12 }, "end": { - "line": 1446, + "line": 1464, "column": 38 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 50931, - "end": 50952, + "start": 51779, + "end": 51800, "loc": { "start": { - "line": 1446, + "line": 1464, "column": 12 }, "end": { - "line": 1446, + "line": 1464, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 50931, - "end": 50948, + "start": 51779, + "end": 51796, "loc": { "start": { - "line": 1446, + "line": 1464, "column": 12 }, "end": { - "line": 1446, + "line": 1464, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 50931, - "end": 50935, + "start": 51779, + "end": 51783, "loc": { "start": { - "line": 1446, + "line": 1464, "column": 12 }, "end": { - "line": 1446, + "line": 1464, "column": 16 } } }, "property": { "type": "Identifier", - "start": 50936, - "end": 50948, + "start": 51784, + "end": 51796, "loc": { "start": { - "line": 1446, + "line": 1464, "column": 17 }, "end": { - "line": 1446, + "line": 1464, "column": 29 }, "identifierName": "mediaElement" @@ -196481,15 +200722,15 @@ }, "property": { "type": "Identifier", - "start": 50949, - "end": 50952, + "start": 51797, + "end": 51800, "loc": { "start": { - "line": 1446, + "line": 1464, "column": 30 }, "end": { - "line": 1446, + "line": 1464, "column": 33 }, "identifierName": "src" @@ -196500,15 +200741,15 @@ }, "right": { "type": "StringLiteral", - "start": 50955, - "end": 50957, + "start": 51803, + "end": 51805, "loc": { "start": { - "line": 1446, + "line": 1464, "column": 36 }, "end": { - "line": 1446, + "line": 1464, "column": 38 } }, @@ -196533,15 +200774,1180 @@ { "type": "CommentBlock", "value": "*\n * Removes recorded `Blob` from cache.\n * @private\n ", - "start": 50681, - "end": 50751, + "start": 51529, + "end": 51599, + "loc": { + "start": { + "line": 1457, + "column": 4 + }, + "end": { + "line": 1460, + "column": 7 + } + } + } + ], + "trailingComments": [ + { + "type": "CommentBlock", + "value": "*\n * Export image data of waveform (audio-only) or current video frame.\n *\n * The default format is `'image/png'`. Other supported types are\n * `'image/jpeg'` and `'image/webp'`.\n *\n * @param {string} format='image/png' A string indicating the image format.\n * The default format type is `'image/png'`.\n * @param {number} quality=1 A number between 0 and 1 indicating the image\n * quality to use for image formats that use lossy compression such as\n * `'image/jpeg'`` and `'image/webp'`.\n * @return {Promise} Returns a `Promise` resolving with an\n * array of `Blob` instances.\n ", + "start": 51828, + "end": 52462, + "loc": { + "start": { + "line": 1468, + "column": 4 + }, + "end": { + "line": 1481, + "column": 7 + } + } + } + ] + }, + { + "type": "ClassMethod", + "start": 52467, + "end": 52989, + "loc": { + "start": { + "line": 1482, + "column": 4 + }, + "end": { + "line": 1494, + "column": 5 + } + }, + "static": false, + "computed": false, + "key": { + "type": "Identifier", + "start": 52467, + "end": 52478, + "loc": { + "start": { + "line": 1482, + "column": 4 + }, + "end": { + "line": 1482, + "column": 15 + }, + "identifierName": "exportImage" + }, + "name": "exportImage", + "leadingComments": null + }, + "kind": "method", + "id": null, + "generator": false, + "expression": false, + "async": false, + "params": [ + { + "type": "AssignmentPattern", + "start": 52479, + "end": 52499, + "loc": { + "start": { + "line": 1482, + "column": 16 + }, + "end": { + "line": 1482, + "column": 36 + } + }, + "left": { + "type": "Identifier", + "start": 52479, + "end": 52485, + "loc": { + "start": { + "line": 1482, + "column": 16 + }, + "end": { + "line": 1482, + "column": 22 + }, + "identifierName": "format" + }, + "name": "format" + }, + "right": { + "type": "StringLiteral", + "start": 52488, + "end": 52499, + "loc": { + "start": { + "line": 1482, + "column": 25 + }, + "end": { + "line": 1482, + "column": 36 + } + }, + "extra": { + "rawValue": "image/png", + "raw": "'image/png'" + }, + "value": "image/png" + } + }, + { + "type": "AssignmentPattern", + "start": 52501, + "end": 52512, + "loc": { + "start": { + "line": 1482, + "column": 38 + }, + "end": { + "line": 1482, + "column": 49 + } + }, + "left": { + "type": "Identifier", + "start": 52501, + "end": 52508, + "loc": { + "start": { + "line": 1482, + "column": 38 + }, + "end": { + "line": 1482, + "column": 45 + }, + "identifierName": "quality" + }, + "name": "quality" + }, + "right": { + "type": "NumericLiteral", + "start": 52511, + "end": 52512, + "loc": { + "start": { + "line": 1482, + "column": 48 + }, + "end": { + "line": 1482, + "column": 49 + } + }, + "extra": { + "rawValue": 1, + "raw": "1" + }, + "value": 1 + } + } + ], + "body": { + "type": "BlockStatement", + "start": 52514, + "end": 52989, + "loc": { + "start": { + "line": 1482, + "column": 51 + }, + "end": { + "line": 1494, + "column": 5 + } + }, + "body": [ + { + "type": "IfStatement", + "start": 52524, + "end": 52983, + "loc": { + "start": { + "line": 1483, + "column": 8 + }, + "end": { + "line": 1493, + "column": 9 + } + }, + "test": { + "type": "BinaryExpression", + "start": 52528, + "end": 52563, + "loc": { + "start": { + "line": 1483, + "column": 12 + }, + "end": { + "line": 1483, + "column": 47 + } + }, + "left": { + "type": "CallExpression", + "start": 52528, + "end": 52548, + "loc": { + "start": { + "line": 1483, + "column": 12 + }, + "end": { + "line": 1483, + "column": 32 + } + }, + "callee": { + "type": "MemberExpression", + "start": 52528, + "end": 52546, + "loc": { + "start": { + "line": 1483, + "column": 12 + }, + "end": { + "line": 1483, + "column": 30 + } + }, + "object": { + "type": "ThisExpression", + "start": 52528, + "end": 52532, + "loc": { + "start": { + "line": 1483, + "column": 12 + }, + "end": { + "line": 1483, + "column": 16 + } + } + }, + "property": { + "type": "Identifier", + "start": 52533, + "end": 52546, + "loc": { + "start": { + "line": 1483, + "column": 17 + }, + "end": { + "line": 1483, + "column": 30 + }, + "identifierName": "getRecordType" + }, + "name": "getRecordType" + }, + "computed": false + }, + "arguments": [] + }, + "operator": "===", + "right": { + "type": "Identifier", + "start": 52553, + "end": 52563, + "loc": { + "start": { + "line": 1483, + "column": 37 + }, + "end": { + "line": 1483, + "column": 47 + }, + "identifierName": "AUDIO_ONLY" + }, + "name": "AUDIO_ONLY" + } + }, + "consequent": { + "type": "BlockStatement", + "start": 52565, + "end": 52652, + "loc": { + "start": { + "line": 1483, + "column": 49 + }, + "end": { + "line": 1485, + "column": 9 + } + }, + "body": [ + { + "type": "ReturnStatement", + "start": 52579, + "end": 52642, + "loc": { + "start": { + "line": 1484, + "column": 12 + }, + "end": { + "line": 1484, + "column": 75 + } + }, + "argument": { + "type": "CallExpression", + "start": 52586, + "end": 52641, + "loc": { + "start": { + "line": 1484, + "column": 19 + }, + "end": { + "line": 1484, + "column": 74 + } + }, + "callee": { + "type": "MemberExpression", + "start": 52586, + "end": 52616, + "loc": { + "start": { + "line": 1484, + "column": 19 + }, + "end": { + "line": 1484, + "column": 49 + } + }, + "object": { + "type": "MemberExpression", + "start": 52586, + "end": 52604, + "loc": { + "start": { + "line": 1484, + "column": 19 + }, + "end": { + "line": 1484, + "column": 37 + } + }, + "object": { + "type": "MemberExpression", + "start": 52586, + "end": 52597, + "loc": { + "start": { + "line": 1484, + "column": 19 + }, + "end": { + "line": 1484, + "column": 30 + } + }, + "object": { + "type": "ThisExpression", + "start": 52586, + "end": 52590, + "loc": { + "start": { + "line": 1484, + "column": 19 + }, + "end": { + "line": 1484, + "column": 23 + } + } + }, + "property": { + "type": "Identifier", + "start": 52591, + "end": 52597, + "loc": { + "start": { + "line": 1484, + "column": 24 + }, + "end": { + "line": 1484, + "column": 30 + }, + "identifierName": "surfer" + }, + "name": "surfer" + }, + "computed": false + }, + "property": { + "type": "Identifier", + "start": 52598, + "end": 52604, + "loc": { + "start": { + "line": 1484, + "column": 31 + }, + "end": { + "line": 1484, + "column": 37 + }, + "identifierName": "surfer" + }, + "name": "surfer" + }, + "computed": false + }, + "property": { + "type": "Identifier", + "start": 52605, + "end": 52616, + "loc": { + "start": { + "line": 1484, + "column": 38 + }, + "end": { + "line": 1484, + "column": 49 + }, + "identifierName": "exportImage" + }, + "name": "exportImage" + }, + "computed": false + }, + "arguments": [ + { + "type": "Identifier", + "start": 52617, + "end": 52623, + "loc": { + "start": { + "line": 1484, + "column": 50 + }, + "end": { + "line": 1484, + "column": 56 + }, + "identifierName": "format" + }, + "name": "format" + }, + { + "type": "Identifier", + "start": 52625, + "end": 52632, + "loc": { + "start": { + "line": 1484, + "column": 58 + }, + "end": { + "line": 1484, + "column": 65 + }, + "identifierName": "quality" + }, + "name": "quality" + }, + { + "type": "StringLiteral", + "start": 52634, + "end": 52640, + "loc": { + "start": { + "line": 1484, + "column": 67 + }, + "end": { + "line": 1484, + "column": 73 + } + }, + "extra": { + "rawValue": "blob", + "raw": "'blob'" + }, + "value": "blob" + } + ] + } + } + ], + "directives": [] + }, + "alternate": { + "type": "BlockStatement", + "start": 52658, + "end": 52983, + "loc": { + "start": { + "line": 1485, + "column": 15 + }, + "end": { + "line": 1493, + "column": 9 + } + }, + "body": [ + { + "type": "VariableDeclaration", + "start": 52727, + "end": 52787, + "loc": { + "start": { + "line": 1487, + "column": 12 + }, + "end": { + "line": 1487, + "column": 72 + } + }, + "declarations": [ + { + "type": "VariableDeclarator", + "start": 52731, + "end": 52786, + "loc": { + "start": { + "line": 1487, + "column": 16 + }, + "end": { + "line": 1487, + "column": 71 + } + }, + "id": { + "type": "Identifier", + "start": 52731, + "end": 52743, + "loc": { + "start": { + "line": 1487, + "column": 16 + }, + "end": { + "line": 1487, + "column": 28 + }, + "identifierName": "recordCanvas" + }, + "name": "recordCanvas", + "leadingComments": null + }, + "init": { + "type": "MemberExpression", + "start": 52746, + "end": 52786, + "loc": { + "start": { + "line": 1487, + "column": 31 + }, + "end": { + "line": 1487, + "column": 71 + } + }, + "object": { + "type": "CallExpression", + "start": 52746, + "end": 52775, + "loc": { + "start": { + "line": 1487, + "column": 31 + }, + "end": { + "line": 1487, + "column": 60 + } + }, + "callee": { + "type": "MemberExpression", + "start": 52746, + "end": 52773, + "loc": { + "start": { + "line": 1487, + "column": 31 + }, + "end": { + "line": 1487, + "column": 58 + } + }, + "object": { + "type": "MemberExpression", + "start": 52746, + "end": 52770, + "loc": { + "start": { + "line": 1487, + "column": 31 + }, + "end": { + "line": 1487, + "column": 55 + } + }, + "object": { + "type": "MemberExpression", + "start": 52746, + "end": 52757, + "loc": { + "start": { + "line": 1487, + "column": 31 + }, + "end": { + "line": 1487, + "column": 42 + } + }, + "object": { + "type": "ThisExpression", + "start": 52746, + "end": 52750, + "loc": { + "start": { + "line": 1487, + "column": 31 + }, + "end": { + "line": 1487, + "column": 35 + } + } + }, + "property": { + "type": "Identifier", + "start": 52751, + "end": 52757, + "loc": { + "start": { + "line": 1487, + "column": 36 + }, + "end": { + "line": 1487, + "column": 42 + }, + "identifierName": "player" + }, + "name": "player" + }, + "computed": false + }, + "property": { + "type": "Identifier", + "start": 52758, + "end": 52770, + "loc": { + "start": { + "line": 1487, + "column": 43 + }, + "end": { + "line": 1487, + "column": 55 + }, + "identifierName": "recordCanvas" + }, + "name": "recordCanvas" + }, + "computed": false + }, + "property": { + "type": "Identifier", + "start": 52771, + "end": 52773, + "loc": { + "start": { + "line": 1487, + "column": 56 + }, + "end": { + "line": 1487, + "column": 58 + }, + "identifierName": "el" + }, + "name": "el" + }, + "computed": false + }, + "arguments": [] + }, + "property": { + "type": "Identifier", + "start": 52776, + "end": 52786, + "loc": { + "start": { + "line": 1487, + "column": 61 + }, + "end": { + "line": 1487, + "column": 71 + }, + "identifierName": "firstChild" + }, + "name": "firstChild" + }, + "computed": false + }, + "leadingComments": null + } + ], + "kind": "let", + "leadingComments": [ + { + "type": "CommentLine", + "value": " get a frame and copy it onto the canvas", + "start": 52672, + "end": 52714, + "loc": { + "start": { + "line": 1486, + "column": 12 + }, + "end": { + "line": 1486, + "column": 54 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "start": 52800, + "end": 52849, + "loc": { + "start": { + "line": 1488, + "column": 12 + }, + "end": { + "line": 1488, + "column": 61 + } + }, + "expression": { + "type": "CallExpression", + "start": 52800, + "end": 52848, + "loc": { + "start": { + "line": 1488, + "column": 12 + }, + "end": { + "line": 1488, + "column": 60 + } + }, + "callee": { + "type": "MemberExpression", + "start": 52800, + "end": 52815, + "loc": { + "start": { + "line": 1488, + "column": 12 + }, + "end": { + "line": 1488, + "column": 27 + } + }, + "object": { + "type": "ThisExpression", + "start": 52800, + "end": 52804, + "loc": { + "start": { + "line": 1488, + "column": 12 + }, + "end": { + "line": 1488, + "column": 16 + } + } + }, + "property": { + "type": "Identifier", + "start": 52805, + "end": 52815, + "loc": { + "start": { + "line": 1488, + "column": 17 + }, + "end": { + "line": 1488, + "column": 27 + }, + "identifierName": "drawCanvas" + }, + "name": "drawCanvas" + }, + "computed": false + }, + "arguments": [ + { + "type": "Identifier", + "start": 52816, + "end": 52828, + "loc": { + "start": { + "line": 1488, + "column": 28 + }, + "end": { + "line": 1488, + "column": 40 + }, + "identifierName": "recordCanvas" + }, + "name": "recordCanvas" + }, + { + "type": "MemberExpression", + "start": 52830, + "end": 52847, + "loc": { + "start": { + "line": 1488, + "column": 42 + }, + "end": { + "line": 1488, + "column": 59 + } + }, + "object": { + "type": "ThisExpression", + "start": 52830, + "end": 52834, + "loc": { + "start": { + "line": 1488, + "column": 42 + }, + "end": { + "line": 1488, + "column": 46 + } + } + }, + "property": { + "type": "Identifier", + "start": 52835, + "end": 52847, + "loc": { + "start": { + "line": 1488, + "column": 47 + }, + "end": { + "line": 1488, + "column": 59 + }, + "identifierName": "mediaElement" + }, + "name": "mediaElement" + }, + "computed": false + } + ] + } + }, + { + "type": "ReturnStatement", + "start": 52863, + "end": 52973, + "loc": { + "start": { + "line": 1490, + "column": 12 + }, + "end": { + "line": 1492, + "column": 15 + } + }, + "argument": { + "type": "NewExpression", + "start": 52870, + "end": 52972, + "loc": { + "start": { + "line": 1490, + "column": 19 + }, + "end": { + "line": 1492, + "column": 14 + } + }, + "callee": { + "type": "Identifier", + "start": 52874, + "end": 52881, + "loc": { + "start": { + "line": 1490, + "column": 23 + }, + "end": { + "line": 1490, + "column": 30 + }, + "identifierName": "Promise" + }, + "name": "Promise" + }, + "arguments": [ + { + "type": "ArrowFunctionExpression", + "start": 52882, + "end": 52971, + "loc": { + "start": { + "line": 1490, + "column": 31 + }, + "end": { + "line": 1492, + "column": 13 + } + }, + "id": null, + "generator": false, + "expression": false, + "async": false, + "params": [ + { + "type": "Identifier", + "start": 52882, + "end": 52889, + "loc": { + "start": { + "line": 1490, + "column": 31 + }, + "end": { + "line": 1490, + "column": 38 + }, + "identifierName": "resolve" + }, + "name": "resolve" + } + ], + "body": { + "type": "BlockStatement", + "start": 52893, + "end": 52971, + "loc": { + "start": { + "line": 1490, + "column": 42 + }, + "end": { + "line": 1492, + "column": 13 + } + }, + "body": [ + { + "type": "ExpressionStatement", + "start": 52911, + "end": 52957, + "loc": { + "start": { + "line": 1491, + "column": 16 + }, + "end": { + "line": 1491, + "column": 62 + } + }, + "expression": { + "type": "CallExpression", + "start": 52911, + "end": 52956, + "loc": { + "start": { + "line": 1491, + "column": 16 + }, + "end": { + "line": 1491, + "column": 61 + } + }, + "callee": { + "type": "MemberExpression", + "start": 52911, + "end": 52930, + "loc": { + "start": { + "line": 1491, + "column": 16 + }, + "end": { + "line": 1491, + "column": 35 + } + }, + "object": { + "type": "Identifier", + "start": 52911, + "end": 52923, + "loc": { + "start": { + "line": 1491, + "column": 16 + }, + "end": { + "line": 1491, + "column": 28 + }, + "identifierName": "recordCanvas" + }, + "name": "recordCanvas" + }, + "property": { + "type": "Identifier", + "start": 52924, + "end": 52930, + "loc": { + "start": { + "line": 1491, + "column": 29 + }, + "end": { + "line": 1491, + "column": 35 + }, + "identifierName": "toBlob" + }, + "name": "toBlob" + }, + "computed": false + }, + "arguments": [ + { + "type": "Identifier", + "start": 52931, + "end": 52938, + "loc": { + "start": { + "line": 1491, + "column": 36 + }, + "end": { + "line": 1491, + "column": 43 + }, + "identifierName": "resolve" + }, + "name": "resolve" + }, + { + "type": "Identifier", + "start": 52940, + "end": 52946, + "loc": { + "start": { + "line": 1491, + "column": 45 + }, + "end": { + "line": 1491, + "column": 51 + }, + "identifierName": "format" + }, + "name": "format" + }, + { + "type": "Identifier", + "start": 52948, + "end": 52955, + "loc": { + "start": { + "line": 1491, + "column": 53 + }, + "end": { + "line": 1491, + "column": 60 + }, + "identifierName": "quality" + }, + "name": "quality" + } + ] + } + } + ], + "directives": [] + } + } + ] + } + } + ], + "directives": [] + } + } + ], + "directives": [], + "trailingComments": null + }, + "leadingComments": [ + { + "type": "CommentBlock", + "value": "*\n * Export image data of waveform (audio-only) or current video frame.\n *\n * The default format is `'image/png'`. Other supported types are\n * `'image/jpeg'` and `'image/webp'`.\n *\n * @param {string} format='image/png' A string indicating the image format.\n * The default format type is `'image/png'`.\n * @param {number} quality=1 A number between 0 and 1 indicating the image\n * quality to use for image formats that use lossy compression such as\n * `'image/jpeg'`` and `'image/webp'`.\n * @return {Promise} Returns a `Promise` resolving with an\n * array of `Blob` instances.\n ", + "start": 51828, + "end": 52462, "loc": { "start": { - "line": 1439, + "line": 1468, "column": 4 }, "end": { - "line": 1442, + "line": 1481, "column": 7 } } @@ -196551,15 +201957,15 @@ { "type": "CommentBlock", "value": "*\n * Mute LocalMediaStream audio and video tracks.\n *\n * @param {boolean} mute - Whether or not the mute the track(s).\n ", - "start": 50980, - "end": 51120, + "start": 52995, + "end": 53135, "loc": { "start": { - "line": 1450, + "line": 1496, "column": 4 }, "end": { - "line": 1454, + "line": 1500, "column": 7 } } @@ -196568,15 +201974,15 @@ }, { "type": "ClassMethod", - "start": 51125, - "end": 51611, + "start": 53140, + "end": 53626, "loc": { "start": { - "line": 1455, + "line": 1501, "column": 4 }, "end": { - "line": 1467, + "line": 1513, "column": 5 } }, @@ -196584,15 +201990,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 51125, - "end": 51135, + "start": 53140, + "end": 53150, "loc": { "start": { - "line": 1455, + "line": 1501, "column": 4 }, "end": { - "line": 1455, + "line": 1501, "column": 14 }, "identifierName": "muteTracks" @@ -196608,15 +202014,15 @@ "params": [ { "type": "Identifier", - "start": 51136, - "end": 51140, + "start": 53151, + "end": 53155, "loc": { "start": { - "line": 1455, + "line": 1501, "column": 15 }, "end": { - "line": 1455, + "line": 1501, "column": 19 }, "identifierName": "mute" @@ -196626,143 +202032,143 @@ ], "body": { "type": "BlockStatement", - "start": 51142, - "end": 51611, + "start": 53157, + "end": 53626, "loc": { "start": { - "line": 1455, + "line": 1501, "column": 21 }, "end": { - "line": 1467, + "line": 1513, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 51152, - "end": 51427, + "start": 53167, + "end": 53442, "loc": { "start": { - "line": 1456, + "line": 1502, "column": 8 }, "end": { - "line": 1461, + "line": 1507, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 51156, - "end": 51353, + "start": 53171, + "end": 53368, "loc": { "start": { - "line": 1456, + "line": 1502, "column": 12 }, "end": { - "line": 1459, + "line": 1505, "column": 51 } }, "left": { "type": "LogicalExpression", - "start": 51157, - "end": 51297, + "start": 53172, + "end": 53312, "loc": { "start": { - "line": 1456, + "line": 1502, "column": 13 }, "end": { - "line": 1458, + "line": 1504, "column": 48 } }, "left": { "type": "LogicalExpression", - "start": 51157, - "end": 51245, + "start": 53172, + "end": 53260, "loc": { "start": { - "line": 1456, + "line": 1502, "column": 13 }, "end": { - "line": 1457, + "line": 1503, "column": 49 } }, "left": { "type": "BinaryExpression", - "start": 51157, - "end": 51192, + "start": 53172, + "end": 53207, "loc": { "start": { - "line": 1456, + "line": 1502, "column": 13 }, "end": { - "line": 1456, + "line": 1502, "column": 48 } }, "left": { "type": "CallExpression", - "start": 51157, - "end": 51177, + "start": 53172, + "end": 53192, "loc": { "start": { - "line": 1456, + "line": 1502, "column": 13 }, "end": { - "line": 1456, + "line": 1502, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 51157, - "end": 51175, + "start": 53172, + "end": 53190, "loc": { "start": { - "line": 1456, + "line": 1502, "column": 13 }, "end": { - "line": 1456, + "line": 1502, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 51157, - "end": 51161, + "start": 53172, + "end": 53176, "loc": { "start": { - "line": 1456, + "line": 1502, "column": 13 }, "end": { - "line": 1456, + "line": 1502, "column": 17 } } }, "property": { "type": "Identifier", - "start": 51162, - "end": 51175, + "start": 53177, + "end": 53190, "loc": { "start": { - "line": 1456, + "line": 1502, "column": 18 }, "end": { - "line": 1456, + "line": 1502, "column": 31 }, "identifierName": "getRecordType" @@ -196776,15 +202182,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 51182, - "end": 51192, + "start": 53197, + "end": 53207, "loc": { "start": { - "line": 1456, + "line": 1502, "column": 38 }, "end": { - "line": 1456, + "line": 1502, "column": 48 }, "identifierName": "AUDIO_ONLY" @@ -196795,72 +202201,72 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 51208, - "end": 51245, + "start": 53223, + "end": 53260, "loc": { "start": { - "line": 1457, + "line": 1503, "column": 12 }, "end": { - "line": 1457, + "line": 1503, "column": 49 } }, "left": { "type": "CallExpression", - "start": 51208, - "end": 51228, + "start": 53223, + "end": 53243, "loc": { "start": { - "line": 1457, + "line": 1503, "column": 12 }, "end": { - "line": 1457, + "line": 1503, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 51208, - "end": 51226, + "start": 53223, + "end": 53241, "loc": { "start": { - "line": 1457, + "line": 1503, "column": 12 }, "end": { - "line": 1457, + "line": 1503, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 51208, - "end": 51212, + "start": 53223, + "end": 53227, "loc": { "start": { - "line": 1457, + "line": 1503, "column": 12 }, "end": { - "line": 1457, + "line": 1503, "column": 16 } } }, "property": { "type": "Identifier", - "start": 51213, - "end": 51226, + "start": 53228, + "end": 53241, "loc": { "start": { - "line": 1457, + "line": 1503, "column": 17 }, "end": { - "line": 1457, + "line": 1503, "column": 30 }, "identifierName": "getRecordType" @@ -196874,15 +202280,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 51233, - "end": 51245, + "start": 53248, + "end": 53260, "loc": { "start": { - "line": 1457, + "line": 1503, "column": 37 }, "end": { - "line": 1457, + "line": 1503, "column": 49 }, "identifierName": "AUDIO_SCREEN" @@ -196894,72 +202300,72 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 51261, - "end": 51297, + "start": 53276, + "end": 53312, "loc": { "start": { - "line": 1458, + "line": 1504, "column": 12 }, "end": { - "line": 1458, + "line": 1504, "column": 48 } }, "left": { "type": "CallExpression", - "start": 51261, - "end": 51281, + "start": 53276, + "end": 53296, "loc": { "start": { - "line": 1458, + "line": 1504, "column": 12 }, "end": { - "line": 1458, + "line": 1504, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 51261, - "end": 51279, + "start": 53276, + "end": 53294, "loc": { "start": { - "line": 1458, + "line": 1504, "column": 12 }, "end": { - "line": 1458, + "line": 1504, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 51261, - "end": 51265, + "start": 53276, + "end": 53280, "loc": { "start": { - "line": 1458, + "line": 1504, "column": 12 }, "end": { - "line": 1458, + "line": 1504, "column": 16 } } }, "property": { "type": "Identifier", - "start": 51266, - "end": 51279, + "start": 53281, + "end": 53294, "loc": { "start": { - "line": 1458, + "line": 1504, "column": 17 }, "end": { - "line": 1458, + "line": 1504, "column": 30 }, "identifierName": "getRecordType" @@ -196973,15 +202379,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 51286, - "end": 51297, + "start": 53301, + "end": 53312, "loc": { "start": { - "line": 1458, + "line": 1504, "column": 37 }, "end": { - "line": 1458, + "line": 1504, "column": 48 }, "identifierName": "AUDIO_VIDEO" @@ -196991,106 +202397,106 @@ }, "extra": { "parenthesized": true, - "parenStart": 51156 + "parenStart": 53171 } }, "operator": "&&", "right": { "type": "BinaryExpression", - "start": 51314, - "end": 51353, + "start": 53329, + "end": 53368, "loc": { "start": { - "line": 1459, + "line": 1505, "column": 12 }, "end": { - "line": 1459, + "line": 1505, "column": 51 } }, "left": { "type": "MemberExpression", - "start": 51314, - "end": 51349, + "start": 53329, + "end": 53364, "loc": { "start": { - "line": 1459, + "line": 1505, "column": 12 }, "end": { - "line": 1459, + "line": 1505, "column": 47 } }, "object": { "type": "CallExpression", - "start": 51314, - "end": 51342, + "start": 53329, + "end": 53357, "loc": { "start": { - "line": 1459, + "line": 1505, "column": 12 }, "end": { - "line": 1459, + "line": 1505, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 51314, - "end": 51340, + "start": 53329, + "end": 53355, "loc": { "start": { - "line": 1459, + "line": 1505, "column": 12 }, "end": { - "line": 1459, + "line": 1505, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 51314, - "end": 51325, + "start": 53329, + "end": 53340, "loc": { "start": { - "line": 1459, + "line": 1505, "column": 12 }, "end": { - "line": 1459, + "line": 1505, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 51314, - "end": 51318, + "start": 53329, + "end": 53333, "loc": { "start": { - "line": 1459, + "line": 1505, "column": 12 }, "end": { - "line": 1459, + "line": 1505, "column": 16 } } }, "property": { "type": "Identifier", - "start": 51319, - "end": 51325, + "start": 53334, + "end": 53340, "loc": { "start": { - "line": 1459, + "line": 1505, "column": 17 }, "end": { - "line": 1459, + "line": 1505, "column": 23 }, "identifierName": "stream" @@ -197101,15 +202507,15 @@ }, "property": { "type": "Identifier", - "start": 51326, - "end": 51340, + "start": 53341, + "end": 53355, "loc": { "start": { - "line": 1459, + "line": 1505, "column": 24 }, "end": { - "line": 1459, + "line": 1505, "column": 38 }, "identifierName": "getAudioTracks" @@ -197122,15 +202528,15 @@ }, "property": { "type": "Identifier", - "start": 51343, - "end": 51349, + "start": 53358, + "end": 53364, "loc": { "start": { - "line": 1459, + "line": 1505, "column": 41 }, "end": { - "line": 1459, + "line": 1505, "column": 47 }, "identifierName": "length" @@ -197142,15 +202548,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 51352, - "end": 51353, + "start": 53367, + "end": 53368, "loc": { "start": { - "line": 1459, + "line": 1505, "column": 50 }, "end": { - "line": 1459, + "line": 1505, "column": 51 } }, @@ -197164,144 +202570,144 @@ }, "consequent": { "type": "BlockStatement", - "start": 51355, - "end": 51427, + "start": 53370, + "end": 53442, "loc": { "start": { - "line": 1459, + "line": 1505, "column": 53 }, "end": { - "line": 1461, + "line": 1507, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 51369, - "end": 51417, + "start": 53384, + "end": 53432, "loc": { "start": { - "line": 1460, + "line": 1506, "column": 12 }, "end": { - "line": 1460, + "line": 1506, "column": 60 } }, "expression": { "type": "AssignmentExpression", - "start": 51369, - "end": 51416, + "start": 53384, + "end": 53431, "loc": { "start": { - "line": 1460, + "line": 1506, "column": 12 }, "end": { - "line": 1460, + "line": 1506, "column": 59 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 51369, - "end": 51408, + "start": 53384, + "end": 53423, "loc": { "start": { - "line": 1460, + "line": 1506, "column": 12 }, "end": { - "line": 1460, + "line": 1506, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 51369, - "end": 51400, + "start": 53384, + "end": 53415, "loc": { "start": { - "line": 1460, + "line": 1506, "column": 12 }, "end": { - "line": 1460, + "line": 1506, "column": 43 } }, "object": { "type": "CallExpression", - "start": 51369, - "end": 51397, + "start": 53384, + "end": 53412, "loc": { "start": { - "line": 1460, + "line": 1506, "column": 12 }, "end": { - "line": 1460, + "line": 1506, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 51369, - "end": 51395, + "start": 53384, + "end": 53410, "loc": { "start": { - "line": 1460, + "line": 1506, "column": 12 }, "end": { - "line": 1460, + "line": 1506, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 51369, - "end": 51380, + "start": 53384, + "end": 53395, "loc": { "start": { - "line": 1460, + "line": 1506, "column": 12 }, "end": { - "line": 1460, + "line": 1506, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 51369, - "end": 51373, + "start": 53384, + "end": 53388, "loc": { "start": { - "line": 1460, + "line": 1506, "column": 12 }, "end": { - "line": 1460, + "line": 1506, "column": 16 } } }, "property": { "type": "Identifier", - "start": 51374, - "end": 51380, + "start": 53389, + "end": 53395, "loc": { "start": { - "line": 1460, + "line": 1506, "column": 17 }, "end": { - "line": 1460, + "line": 1506, "column": 23 }, "identifierName": "stream" @@ -197312,15 +202718,15 @@ }, "property": { "type": "Identifier", - "start": 51381, - "end": 51395, + "start": 53396, + "end": 53410, "loc": { "start": { - "line": 1460, + "line": 1506, "column": 24 }, "end": { - "line": 1460, + "line": 1506, "column": 38 }, "identifierName": "getAudioTracks" @@ -197333,15 +202739,15 @@ }, "property": { "type": "NumericLiteral", - "start": 51398, - "end": 51399, + "start": 53413, + "end": 53414, "loc": { "start": { - "line": 1460, + "line": 1506, "column": 41 }, "end": { - "line": 1460, + "line": 1506, "column": 42 } }, @@ -197355,15 +202761,15 @@ }, "property": { "type": "Identifier", - "start": 51401, - "end": 51408, + "start": 53416, + "end": 53423, "loc": { "start": { - "line": 1460, + "line": 1506, "column": 44 }, "end": { - "line": 1460, + "line": 1506, "column": 51 }, "identifierName": "enabled" @@ -197374,15 +202780,15 @@ }, "right": { "type": "UnaryExpression", - "start": 51411, - "end": 51416, + "start": 53426, + "end": 53431, "loc": { "start": { - "line": 1460, + "line": 1506, "column": 54 }, "end": { - "line": 1460, + "line": 1506, "column": 59 } }, @@ -197390,15 +202796,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 51412, - "end": 51416, + "start": 53427, + "end": 53431, "loc": { "start": { - "line": 1460, + "line": 1506, "column": 55 }, "end": { - "line": 1460, + "line": 1506, "column": 59 }, "identifierName": "mute" @@ -197418,100 +202824,100 @@ }, { "type": "IfStatement", - "start": 51437, - "end": 51605, + "start": 53452, + "end": 53620, "loc": { "start": { - "line": 1463, + "line": 1509, "column": 8 }, "end": { - "line": 1466, + "line": 1512, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 51441, - "end": 51531, + "start": 53456, + "end": 53546, "loc": { "start": { - "line": 1463, + "line": 1509, "column": 12 }, "end": { - "line": 1464, + "line": 1510, "column": 51 } }, "left": { "type": "BinaryExpression", - "start": 51441, - "end": 51476, + "start": 53456, + "end": 53491, "loc": { "start": { - "line": 1463, + "line": 1509, "column": 12 }, "end": { - "line": 1463, + "line": 1509, "column": 47 } }, "left": { "type": "CallExpression", - "start": 51441, - "end": 51461, + "start": 53456, + "end": 53476, "loc": { "start": { - "line": 1463, + "line": 1509, "column": 12 }, "end": { - "line": 1463, + "line": 1509, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 51441, - "end": 51459, + "start": 53456, + "end": 53474, "loc": { "start": { - "line": 1463, + "line": 1509, "column": 12 }, "end": { - "line": 1463, + "line": 1509, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 51441, - "end": 51445, + "start": 53456, + "end": 53460, "loc": { "start": { - "line": 1463, + "line": 1509, "column": 12 }, "end": { - "line": 1463, + "line": 1509, "column": 16 } } }, "property": { "type": "Identifier", - "start": 51446, - "end": 51459, + "start": 53461, + "end": 53474, "loc": { "start": { - "line": 1463, + "line": 1509, "column": 17 }, "end": { - "line": 1463, + "line": 1509, "column": 30 }, "identifierName": "getRecordType" @@ -197525,15 +202931,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 51466, - "end": 51476, + "start": 53481, + "end": 53491, "loc": { "start": { - "line": 1463, + "line": 1509, "column": 37 }, "end": { - "line": 1463, + "line": 1509, "column": 47 }, "identifierName": "AUDIO_ONLY" @@ -197544,100 +202950,100 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 51492, - "end": 51531, + "start": 53507, + "end": 53546, "loc": { "start": { - "line": 1464, + "line": 1510, "column": 12 }, "end": { - "line": 1464, + "line": 1510, "column": 51 } }, "left": { "type": "MemberExpression", - "start": 51492, - "end": 51527, + "start": 53507, + "end": 53542, "loc": { "start": { - "line": 1464, + "line": 1510, "column": 12 }, "end": { - "line": 1464, + "line": 1510, "column": 47 } }, "object": { "type": "CallExpression", - "start": 51492, - "end": 51520, + "start": 53507, + "end": 53535, "loc": { "start": { - "line": 1464, + "line": 1510, "column": 12 }, "end": { - "line": 1464, + "line": 1510, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 51492, - "end": 51518, + "start": 53507, + "end": 53533, "loc": { "start": { - "line": 1464, + "line": 1510, "column": 12 }, "end": { - "line": 1464, + "line": 1510, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 51492, - "end": 51503, + "start": 53507, + "end": 53518, "loc": { "start": { - "line": 1464, + "line": 1510, "column": 12 }, "end": { - "line": 1464, + "line": 1510, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 51492, - "end": 51496, + "start": 53507, + "end": 53511, "loc": { "start": { - "line": 1464, + "line": 1510, "column": 12 }, "end": { - "line": 1464, + "line": 1510, "column": 16 } } }, "property": { "type": "Identifier", - "start": 51497, - "end": 51503, + "start": 53512, + "end": 53518, "loc": { "start": { - "line": 1464, + "line": 1510, "column": 17 }, "end": { - "line": 1464, + "line": 1510, "column": 23 }, "identifierName": "stream" @@ -197648,15 +203054,15 @@ }, "property": { "type": "Identifier", - "start": 51504, - "end": 51518, + "start": 53519, + "end": 53533, "loc": { "start": { - "line": 1464, + "line": 1510, "column": 24 }, "end": { - "line": 1464, + "line": 1510, "column": 38 }, "identifierName": "getVideoTracks" @@ -197669,15 +203075,15 @@ }, "property": { "type": "Identifier", - "start": 51521, - "end": 51527, + "start": 53536, + "end": 53542, "loc": { "start": { - "line": 1464, + "line": 1510, "column": 41 }, "end": { - "line": 1464, + "line": 1510, "column": 47 }, "identifierName": "length" @@ -197689,15 +203095,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 51530, - "end": 51531, + "start": 53545, + "end": 53546, "loc": { "start": { - "line": 1464, + "line": 1510, "column": 50 }, "end": { - "line": 1464, + "line": 1510, "column": 51 } }, @@ -197711,144 +203117,144 @@ }, "consequent": { "type": "BlockStatement", - "start": 51533, - "end": 51605, + "start": 53548, + "end": 53620, "loc": { "start": { - "line": 1464, + "line": 1510, "column": 53 }, "end": { - "line": 1466, + "line": 1512, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 51547, - "end": 51595, + "start": 53562, + "end": 53610, "loc": { "start": { - "line": 1465, + "line": 1511, "column": 12 }, "end": { - "line": 1465, + "line": 1511, "column": 60 } }, "expression": { "type": "AssignmentExpression", - "start": 51547, - "end": 51594, + "start": 53562, + "end": 53609, "loc": { "start": { - "line": 1465, + "line": 1511, "column": 12 }, "end": { - "line": 1465, + "line": 1511, "column": 59 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 51547, - "end": 51586, + "start": 53562, + "end": 53601, "loc": { "start": { - "line": 1465, + "line": 1511, "column": 12 }, "end": { - "line": 1465, + "line": 1511, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 51547, - "end": 51578, + "start": 53562, + "end": 53593, "loc": { "start": { - "line": 1465, + "line": 1511, "column": 12 }, "end": { - "line": 1465, + "line": 1511, "column": 43 } }, "object": { "type": "CallExpression", - "start": 51547, - "end": 51575, + "start": 53562, + "end": 53590, "loc": { "start": { - "line": 1465, + "line": 1511, "column": 12 }, "end": { - "line": 1465, + "line": 1511, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 51547, - "end": 51573, + "start": 53562, + "end": 53588, "loc": { "start": { - "line": 1465, + "line": 1511, "column": 12 }, "end": { - "line": 1465, + "line": 1511, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 51547, - "end": 51558, + "start": 53562, + "end": 53573, "loc": { "start": { - "line": 1465, + "line": 1511, "column": 12 }, "end": { - "line": 1465, + "line": 1511, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 51547, - "end": 51551, + "start": 53562, + "end": 53566, "loc": { "start": { - "line": 1465, + "line": 1511, "column": 12 }, "end": { - "line": 1465, + "line": 1511, "column": 16 } } }, "property": { "type": "Identifier", - "start": 51552, - "end": 51558, + "start": 53567, + "end": 53573, "loc": { "start": { - "line": 1465, + "line": 1511, "column": 17 }, "end": { - "line": 1465, + "line": 1511, "column": 23 }, "identifierName": "stream" @@ -197859,15 +203265,15 @@ }, "property": { "type": "Identifier", - "start": 51559, - "end": 51573, + "start": 53574, + "end": 53588, "loc": { "start": { - "line": 1465, + "line": 1511, "column": 24 }, "end": { - "line": 1465, + "line": 1511, "column": 38 }, "identifierName": "getVideoTracks" @@ -197880,15 +203286,15 @@ }, "property": { "type": "NumericLiteral", - "start": 51576, - "end": 51577, + "start": 53591, + "end": 53592, "loc": { "start": { - "line": 1465, + "line": 1511, "column": 41 }, "end": { - "line": 1465, + "line": 1511, "column": 42 } }, @@ -197902,15 +203308,15 @@ }, "property": { "type": "Identifier", - "start": 51579, - "end": 51586, + "start": 53594, + "end": 53601, "loc": { "start": { - "line": 1465, + "line": 1511, "column": 44 }, "end": { - "line": 1465, + "line": 1511, "column": 51 }, "identifierName": "enabled" @@ -197921,15 +203327,15 @@ }, "right": { "type": "UnaryExpression", - "start": 51589, - "end": 51594, + "start": 53604, + "end": 53609, "loc": { "start": { - "line": 1465, + "line": 1511, "column": 54 }, "end": { - "line": 1465, + "line": 1511, "column": 59 } }, @@ -197937,15 +203343,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 51590, - "end": 51594, + "start": 53605, + "end": 53609, "loc": { "start": { - "line": 1465, + "line": 1511, "column": 55 }, "end": { - "line": 1465, + "line": 1511, "column": 59 }, "identifierName": "mute" @@ -197971,15 +203377,15 @@ { "type": "CommentBlock", "value": "*\n * Mute LocalMediaStream audio and video tracks.\n *\n * @param {boolean} mute - Whether or not the mute the track(s).\n ", - "start": 50980, - "end": 51120, + "start": 52995, + "end": 53135, "loc": { "start": { - "line": 1450, + "line": 1496, "column": 4 }, "end": { - "line": 1454, + "line": 1500, "column": 7 } } @@ -197989,15 +203395,15 @@ { "type": "CommentBlock", "value": "*\n * Get recorder type.\n *\n * @returns {string} Recorder type constant.\n * @example\n * console.log(player.record().getRecordType()); // 'audio_video'\n ", - "start": 51617, - "end": 51796, + "start": 53632, + "end": 53811, "loc": { "start": { - "line": 1469, + "line": 1515, "column": 4 }, "end": { - "line": 1475, + "line": 1521, "column": 7 } } @@ -198006,15 +203412,15 @@ }, { "type": "ClassMethod", - "start": 51801, - "end": 51963, + "start": 53816, + "end": 53978, "loc": { "start": { - "line": 1476, + "line": 1522, "column": 4 }, "end": { - "line": 1479, + "line": 1525, "column": 5 } }, @@ -198022,15 +203428,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 51801, - "end": 51814, + "start": 53816, + "end": 53829, "loc": { "start": { - "line": 1476, + "line": 1522, "column": 4 }, "end": { - "line": 1476, + "line": 1522, "column": 17 }, "identifierName": "getRecordType" @@ -198046,58 +203452,58 @@ "params": [], "body": { "type": "BlockStatement", - "start": 51817, - "end": 51963, + "start": 53832, + "end": 53978, "loc": { "start": { - "line": 1476, + "line": 1522, "column": 20 }, "end": { - "line": 1479, + "line": 1525, "column": 5 } }, "body": [ { "type": "ReturnStatement", - "start": 51827, - "end": 51957, + "start": 53842, + "end": 53972, "loc": { "start": { - "line": 1477, + "line": 1523, "column": 8 }, "end": { - "line": 1478, + "line": 1524, "column": 71 } }, "argument": { "type": "CallExpression", - "start": 51834, - "end": 51956, + "start": 53849, + "end": 53971, "loc": { "start": { - "line": 1477, + "line": 1523, "column": 15 }, "end": { - "line": 1478, + "line": 1524, "column": 70 } }, "callee": { "type": "Identifier", - "start": 51834, - "end": 51849, + "start": 53849, + "end": 53864, "loc": { "start": { - "line": 1477, + "line": 1523, "column": 15 }, "end": { - "line": 1477, + "line": 1523, "column": 30 }, "identifierName": "getRecorderMode" @@ -198107,44 +203513,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 51850, - "end": 51866, + "start": 53865, + "end": 53881, "loc": { "start": { - "line": 1477, + "line": 1523, "column": 31 }, "end": { - "line": 1477, + "line": 1523, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 51850, - "end": 51854, + "start": 53865, + "end": 53869, "loc": { "start": { - "line": 1477, + "line": 1523, "column": 31 }, "end": { - "line": 1477, + "line": 1523, "column": 35 } } }, "property": { "type": "Identifier", - "start": 51855, - "end": 51866, + "start": 53870, + "end": 53881, "loc": { "start": { - "line": 1477, + "line": 1523, "column": 36 }, "end": { - "line": 1477, + "line": 1523, "column": 47 }, "identifierName": "recordImage" @@ -198155,44 +203561,44 @@ }, { "type": "MemberExpression", - "start": 51868, - "end": 51884, + "start": 53883, + "end": 53899, "loc": { "start": { - "line": 1477, + "line": 1523, "column": 49 }, "end": { - "line": 1477, + "line": 1523, "column": 65 } }, "object": { "type": "ThisExpression", - "start": 51868, - "end": 51872, + "start": 53883, + "end": 53887, "loc": { "start": { - "line": 1477, + "line": 1523, "column": 49 }, "end": { - "line": 1477, + "line": 1523, "column": 53 } } }, "property": { "type": "Identifier", - "start": 51873, - "end": 51884, + "start": 53888, + "end": 53899, "loc": { "start": { - "line": 1477, + "line": 1523, "column": 54 }, "end": { - "line": 1477, + "line": 1523, "column": 65 }, "identifierName": "recordAudio" @@ -198203,44 +203609,44 @@ }, { "type": "MemberExpression", - "start": 51898, - "end": 51914, + "start": 53913, + "end": 53929, "loc": { "start": { - "line": 1478, + "line": 1524, "column": 12 }, "end": { - "line": 1478, + "line": 1524, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 51898, - "end": 51902, + "start": 53913, + "end": 53917, "loc": { "start": { - "line": 1478, + "line": 1524, "column": 12 }, "end": { - "line": 1478, + "line": 1524, "column": 16 } } }, "property": { "type": "Identifier", - "start": 51903, - "end": 51914, + "start": 53918, + "end": 53929, "loc": { "start": { - "line": 1478, + "line": 1524, "column": 17 }, "end": { - "line": 1478, + "line": 1524, "column": 28 }, "identifierName": "recordVideo" @@ -198251,44 +203657,44 @@ }, { "type": "MemberExpression", - "start": 51916, - "end": 51936, + "start": 53931, + "end": 53951, "loc": { "start": { - "line": 1478, + "line": 1524, "column": 30 }, "end": { - "line": 1478, + "line": 1524, "column": 50 } }, "object": { "type": "ThisExpression", - "start": 51916, - "end": 51920, + "start": 53931, + "end": 53935, "loc": { "start": { - "line": 1478, + "line": 1524, "column": 30 }, "end": { - "line": 1478, + "line": 1524, "column": 34 } } }, "property": { "type": "Identifier", - "start": 51921, - "end": 51936, + "start": 53936, + "end": 53951, "loc": { "start": { - "line": 1478, + "line": 1524, "column": 35 }, "end": { - "line": 1478, + "line": 1524, "column": 50 }, "identifierName": "recordAnimation" @@ -198299,44 +203705,44 @@ }, { "type": "MemberExpression", - "start": 51938, - "end": 51955, + "start": 53953, + "end": 53970, "loc": { "start": { - "line": 1478, + "line": 1524, "column": 52 }, "end": { - "line": 1478, + "line": 1524, "column": 69 } }, "object": { "type": "ThisExpression", - "start": 51938, - "end": 51942, + "start": 53953, + "end": 53957, "loc": { "start": { - "line": 1478, + "line": 1524, "column": 52 }, "end": { - "line": 1478, + "line": 1524, "column": 56 } } }, "property": { "type": "Identifier", - "start": 51943, - "end": 51955, + "start": 53958, + "end": 53970, "loc": { "start": { - "line": 1478, + "line": 1524, "column": 57 }, "end": { - "line": 1478, + "line": 1524, "column": 69 }, "identifierName": "recordScreen" @@ -198356,15 +203762,15 @@ { "type": "CommentBlock", "value": "*\n * Get recorder type.\n *\n * @returns {string} Recorder type constant.\n * @example\n * console.log(player.record().getRecordType()); // 'audio_video'\n ", - "start": 51617, - "end": 51796, + "start": 53632, + "end": 53811, "loc": { "start": { - "line": 1469, + "line": 1515, "column": 4 }, "end": { - "line": 1475, + "line": 1521, "column": 7 } } @@ -198374,15 +203780,15 @@ { "type": "CommentBlock", "value": "*\n * Create and display snapshot image.\n * @private\n ", - "start": 51969, - "end": 52038, + "start": 53984, + "end": 54053, "loc": { "start": { - "line": 1481, + "line": 1527, "column": 4 }, "end": { - "line": 1484, + "line": 1530, "column": 7 } } @@ -198391,15 +203797,15 @@ }, { "type": "ClassMethod", - "start": 52043, - "end": 52826, + "start": 54058, + "end": 54841, "loc": { "start": { - "line": 1485, + "line": 1531, "column": 4 }, "end": { - "line": 1504, + "line": 1550, "column": 5 } }, @@ -198407,15 +203813,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 52043, - "end": 52057, + "start": 54058, + "end": 54072, "loc": { "start": { - "line": 1485, + "line": 1531, "column": 4 }, "end": { - "line": 1485, + "line": 1531, "column": 18 }, "identifierName": "createSnapshot" @@ -198431,115 +203837,115 @@ "params": [], "body": { "type": "BlockStatement", - "start": 52060, - "end": 52826, + "start": 54075, + "end": 54841, "loc": { "start": { - "line": 1485, + "line": 1531, "column": 21 }, "end": { - "line": 1504, + "line": 1550, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 52070, - "end": 52820, + "start": 54085, + "end": 54835, "loc": { "start": { - "line": 1486, + "line": 1532, "column": 8 }, "end": { - "line": 1503, + "line": 1549, "column": 60 } }, "expression": { "type": "CallExpression", - "start": 52070, - "end": 52819, + "start": 54085, + "end": 54834, "loc": { "start": { - "line": 1486, + "line": 1532, "column": 8 }, "end": { - "line": 1503, + "line": 1549, "column": 59 } }, "callee": { "type": "MemberExpression", - "start": 52070, - "end": 52094, + "start": 54085, + "end": 54109, "loc": { "start": { - "line": 1486, + "line": 1532, "column": 8 }, "end": { - "line": 1486, + "line": 1532, "column": 32 } }, "object": { "type": "CallExpression", - "start": 52070, - "end": 52089, + "start": 54085, + "end": 54104, "loc": { "start": { - "line": 1486, + "line": 1532, "column": 8 }, "end": { - "line": 1486, + "line": 1532, "column": 27 } }, "callee": { "type": "MemberExpression", - "start": 52070, - "end": 52087, + "start": 54085, + "end": 54102, "loc": { "start": { - "line": 1486, + "line": 1532, "column": 8 }, "end": { - "line": 1486, + "line": 1532, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 52070, - "end": 52074, + "start": 54085, + "end": 54089, "loc": { "start": { - "line": 1486, + "line": 1532, "column": 8 }, "end": { - "line": 1486, + "line": 1532, "column": 12 } } }, "property": { "type": "Identifier", - "start": 52075, - "end": 52087, + "start": 54090, + "end": 54102, "loc": { "start": { - "line": 1486, + "line": 1532, "column": 13 }, "end": { - "line": 1486, + "line": 1532, "column": 25 }, "identifierName": "captureFrame" @@ -198552,15 +203958,15 @@ }, "property": { "type": "Identifier", - "start": 52090, - "end": 52094, + "start": 54105, + "end": 54109, "loc": { "start": { - "line": 1486, + "line": 1532, "column": 28 }, "end": { - "line": 1486, + "line": 1532, "column": 32 }, "identifierName": "then" @@ -198572,15 +203978,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 52095, - "end": 52769, + "start": 54110, + "end": 54784, "loc": { "start": { - "line": 1486, + "line": 1532, "column": 33 }, "end": { - "line": 1503, + "line": 1549, "column": 9 } }, @@ -198591,15 +203997,15 @@ "params": [ { "type": "Identifier", - "start": 52096, - "end": 52102, + "start": 54111, + "end": 54117, "loc": { "start": { - "line": 1486, + "line": 1532, "column": 34 }, "end": { - "line": 1486, + "line": 1532, "column": 40 }, "identifierName": "result" @@ -198609,87 +204015,87 @@ ], "body": { "type": "BlockStatement", - "start": 52107, - "end": 52769, + "start": 54122, + "end": 54784, "loc": { "start": { - "line": 1486, + "line": 1532, "column": 45 }, "end": { - "line": 1503, + "line": 1549, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 52121, - "end": 52759, + "start": 54136, + "end": 54774, "loc": { "start": { - "line": 1487, + "line": 1533, "column": 12 }, "end": { - "line": 1502, + "line": 1548, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 52125, - "end": 52156, + "start": 54140, + "end": 54171, "loc": { "start": { - "line": 1487, + "line": 1533, "column": 16 }, "end": { - "line": 1487, + "line": 1533, "column": 47 } }, "left": { "type": "MemberExpression", - "start": 52125, - "end": 52145, + "start": 54140, + "end": 54160, "loc": { "start": { - "line": 1487, + "line": 1533, "column": 16 }, "end": { - "line": 1487, + "line": 1533, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 52125, - "end": 52129, + "start": 54140, + "end": 54144, "loc": { "start": { - "line": 1487, + "line": 1533, "column": 16 }, "end": { - "line": 1487, + "line": 1533, "column": 20 } } }, "property": { "type": "Identifier", - "start": 52130, - "end": 52145, + "start": 54145, + "end": 54160, "loc": { "start": { - "line": 1487, + "line": 1533, "column": 21 }, "end": { - "line": 1487, + "line": 1533, "column": 36 }, "identifierName": "imageOutputType" @@ -198701,15 +204107,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 52150, - "end": 52156, + "start": 54165, + "end": 54171, "loc": { "start": { - "line": 1487, + "line": 1533, "column": 41 }, "end": { - "line": 1487, + "line": 1533, "column": 47 } }, @@ -198722,72 +204128,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 52158, - "end": 52429, + "start": 54173, + "end": 54444, "loc": { "start": { - "line": 1487, + "line": 1533, "column": 49 }, "end": { - "line": 1495, + "line": 1541, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 52228, - "end": 52415, + "start": 54243, + "end": 54430, "loc": { "start": { - "line": 1489, + "line": 1535, "column": 16 }, "end": { - "line": 1494, + "line": 1540, "column": 19 } }, "expression": { "type": "CallExpression", - "start": 52228, - "end": 52414, + "start": 54243, + "end": 54429, "loc": { "start": { - "line": 1489, + "line": 1535, "column": 16 }, "end": { - "line": 1494, + "line": 1540, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 52228, - "end": 52241, + "start": 54243, + "end": 54256, "loc": { "start": { - "line": 1489, + "line": 1535, "column": 16 }, "end": { - "line": 1489, + "line": 1535, "column": 29 } }, "object": { "type": "Identifier", - "start": 52228, - "end": 52234, + "start": 54243, + "end": 54249, "loc": { "start": { - "line": 1489, + "line": 1535, "column": 16 }, "end": { - "line": 1489, + "line": 1535, "column": 22 }, "identifierName": "result" @@ -198797,15 +204203,15 @@ }, "property": { "type": "Identifier", - "start": 52235, - "end": 52241, + "start": 54250, + "end": 54256, "loc": { "start": { - "line": 1489, + "line": 1535, "column": 23 }, "end": { - "line": 1489, + "line": 1535, "column": 29 }, "identifierName": "toBlob" @@ -198818,15 +204224,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 52242, - "end": 52413, + "start": 54257, + "end": 54428, "loc": { "start": { - "line": 1489, + "line": 1535, "column": 30 }, "end": { - "line": 1494, + "line": 1540, "column": 17 } }, @@ -198837,15 +204243,15 @@ "params": [ { "type": "Identifier", - "start": 52243, - "end": 52247, + "start": 54258, + "end": 54262, "loc": { "start": { - "line": 1489, + "line": 1535, "column": 31 }, "end": { - "line": 1489, + "line": 1535, "column": 35 }, "identifierName": "blob" @@ -198855,102 +204261,102 @@ ], "body": { "type": "BlockStatement", - "start": 52252, - "end": 52413, + "start": 54267, + "end": 54428, "loc": { "start": { - "line": 1489, + "line": 1535, "column": 40 }, "end": { - "line": 1494, + "line": 1540, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 52274, - "end": 52306, + "start": 54289, + "end": 54321, "loc": { "start": { - "line": 1490, + "line": 1536, "column": 20 }, "end": { - "line": 1490, + "line": 1536, "column": 52 } }, "expression": { "type": "AssignmentExpression", - "start": 52274, - "end": 52305, + "start": 54289, + "end": 54320, "loc": { "start": { - "line": 1490, + "line": 1536, "column": 20 }, "end": { - "line": 1490, + "line": 1536, "column": 51 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 52274, - "end": 52298, + "start": 54289, + "end": 54313, "loc": { "start": { - "line": 1490, + "line": 1536, "column": 20 }, "end": { - "line": 1490, + "line": 1536, "column": 44 } }, "object": { "type": "MemberExpression", - "start": 52274, - "end": 52285, + "start": 54289, + "end": 54300, "loc": { "start": { - "line": 1490, + "line": 1536, "column": 20 }, "end": { - "line": 1490, + "line": 1536, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 52274, - "end": 52278, + "start": 54289, + "end": 54293, "loc": { "start": { - "line": 1490, + "line": 1536, "column": 20 }, "end": { - "line": 1490, + "line": 1536, "column": 24 } } }, "property": { "type": "Identifier", - "start": 52279, - "end": 52285, + "start": 54294, + "end": 54300, "loc": { "start": { - "line": 1490, + "line": 1536, "column": 25 }, "end": { - "line": 1490, + "line": 1536, "column": 31 }, "identifierName": "player" @@ -198961,15 +204367,15 @@ }, "property": { "type": "Identifier", - "start": 52286, - "end": 52298, + "start": 54301, + "end": 54313, "loc": { "start": { - "line": 1490, + "line": 1536, "column": 32 }, "end": { - "line": 1490, + "line": 1536, "column": 44 }, "identifierName": "recordedData" @@ -198980,15 +204386,15 @@ }, "right": { "type": "Identifier", - "start": 52301, - "end": 52305, + "start": 54316, + "end": 54320, "loc": { "start": { - "line": 1490, + "line": 1536, "column": 47 }, "end": { - "line": 1490, + "line": 1536, "column": 51 }, "identifierName": "blob" @@ -199000,15 +204406,15 @@ { "type": "CommentLine", "value": " display the snapshot", - "start": 52328, - "end": 52351, + "start": 54343, + "end": 54366, "loc": { "start": { - "line": 1492, + "line": 1538, "column": 20 }, "end": { - "line": 1492, + "line": 1538, "column": 43 } } @@ -199017,57 +204423,57 @@ }, { "type": "ExpressionStatement", - "start": 52372, - "end": 52395, + "start": 54387, + "end": 54410, "loc": { "start": { - "line": 1493, + "line": 1539, "column": 20 }, "end": { - "line": 1493, + "line": 1539, "column": 43 } }, "expression": { "type": "CallExpression", - "start": 52372, - "end": 52394, + "start": 54387, + "end": 54409, "loc": { "start": { - "line": 1493, + "line": 1539, "column": 20 }, "end": { - "line": 1493, + "line": 1539, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 52372, - "end": 52392, + "start": 54387, + "end": 54407, "loc": { "start": { - "line": 1493, + "line": 1539, "column": 20 }, "end": { - "line": 1493, + "line": 1539, "column": 40 } }, "object": { "type": "ThisExpression", - "start": 52372, - "end": 52376, + "start": 54387, + "end": 54391, "loc": { "start": { - "line": 1493, + "line": 1539, "column": 20 }, "end": { - "line": 1493, + "line": 1539, "column": 24 } }, @@ -199075,15 +204481,15 @@ }, "property": { "type": "Identifier", - "start": 52377, - "end": 52392, + "start": 54392, + "end": 54407, "loc": { "start": { - "line": 1493, + "line": 1539, "column": 25 }, "end": { - "line": 1493, + "line": 1539, "column": 40 }, "identifierName": "displaySnapshot" @@ -199100,15 +204506,15 @@ { "type": "CommentLine", "value": " display the snapshot", - "start": 52328, - "end": 52351, + "start": 54343, + "end": 54366, "loc": { "start": { - "line": 1492, + "line": 1538, "column": 20 }, "end": { - "line": 1492, + "line": 1538, "column": 43 } } @@ -199126,15 +204532,15 @@ { "type": "CommentLine", "value": " turn the canvas data into a Blob", - "start": 52176, - "end": 52211, + "start": 54191, + "end": 54226, "loc": { "start": { - "line": 1488, + "line": 1534, "column": 16 }, "end": { - "line": 1488, + "line": 1534, "column": 51 } } @@ -199146,72 +204552,72 @@ }, "alternate": { "type": "IfStatement", - "start": 52435, - "end": 52759, + "start": 54450, + "end": 54774, "loc": { "start": { - "line": 1495, + "line": 1541, "column": 19 }, "end": { - "line": 1502, + "line": 1548, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 52439, - "end": 52473, + "start": 54454, + "end": 54488, "loc": { "start": { - "line": 1495, + "line": 1541, "column": 23 }, "end": { - "line": 1495, + "line": 1541, "column": 57 } }, "left": { "type": "MemberExpression", - "start": 52439, - "end": 52459, + "start": 54454, + "end": 54474, "loc": { "start": { - "line": 1495, + "line": 1541, "column": 23 }, "end": { - "line": 1495, + "line": 1541, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 52439, - "end": 52443, + "start": 54454, + "end": 54458, "loc": { "start": { - "line": 1495, + "line": 1541, "column": 23 }, "end": { - "line": 1495, + "line": 1541, "column": 27 } } }, "property": { "type": "Identifier", - "start": 52444, - "end": 52459, + "start": 54459, + "end": 54474, "loc": { "start": { - "line": 1495, + "line": 1541, "column": 28 }, "end": { - "line": 1495, + "line": 1541, "column": 43 }, "identifierName": "imageOutputType" @@ -199223,15 +204629,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 52464, - "end": 52473, + "start": 54479, + "end": 54488, "loc": { "start": { - "line": 1495, + "line": 1541, "column": 48 }, "end": { - "line": 1495, + "line": 1541, "column": 57 } }, @@ -199244,87 +204650,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 52475, - "end": 52759, + "start": 54490, + "end": 54774, "loc": { "start": { - "line": 1495, + "line": 1541, "column": 59 }, "end": { - "line": 1502, + "line": 1548, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 52550, - "end": 52664, + "start": 54565, + "end": 54679, "loc": { "start": { - "line": 1497, + "line": 1543, "column": 16 }, "end": { - "line": 1498, + "line": 1544, "column": 69 } }, "expression": { "type": "AssignmentExpression", - "start": 52550, - "end": 52663, + "start": 54565, + "end": 54678, "loc": { "start": { - "line": 1497, + "line": 1543, "column": 16 }, "end": { - "line": 1498, + "line": 1544, "column": 68 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 52550, - "end": 52574, + "start": 54565, + "end": 54589, "loc": { "start": { - "line": 1497, + "line": 1543, "column": 16 }, "end": { - "line": 1497, + "line": 1543, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 52550, - "end": 52561, + "start": 54565, + "end": 54576, "loc": { "start": { - "line": 1497, + "line": 1543, "column": 16 }, "end": { - "line": 1497, + "line": 1543, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 52550, - "end": 52554, + "start": 54565, + "end": 54569, "loc": { "start": { - "line": 1497, + "line": 1543, "column": 16 }, "end": { - "line": 1497, + "line": 1543, "column": 20 } }, @@ -199332,15 +204738,15 @@ }, "property": { "type": "Identifier", - "start": 52555, - "end": 52561, + "start": 54570, + "end": 54576, "loc": { "start": { - "line": 1497, + "line": 1543, "column": 21 }, "end": { - "line": 1497, + "line": 1543, "column": 27 }, "identifierName": "player" @@ -199352,15 +204758,15 @@ }, "property": { "type": "Identifier", - "start": 52562, - "end": 52574, + "start": 54577, + "end": 54589, "loc": { "start": { - "line": 1497, + "line": 1543, "column": 28 }, "end": { - "line": 1497, + "line": 1543, "column": 40 }, "identifierName": "recordedData" @@ -199372,43 +204778,43 @@ }, "right": { "type": "CallExpression", - "start": 52577, - "end": 52663, + "start": 54592, + "end": 54678, "loc": { "start": { - "line": 1497, + "line": 1543, "column": 43 }, "end": { - "line": 1498, + "line": 1544, "column": 68 } }, "callee": { "type": "MemberExpression", - "start": 52577, - "end": 52593, + "start": 54592, + "end": 54608, "loc": { "start": { - "line": 1497, + "line": 1543, "column": 43 }, "end": { - "line": 1497, + "line": 1543, "column": 59 } }, "object": { "type": "Identifier", - "start": 52577, - "end": 52583, + "start": 54592, + "end": 54598, "loc": { "start": { - "line": 1497, + "line": 1543, "column": 43 }, "end": { - "line": 1497, + "line": 1543, "column": 49 }, "identifierName": "result" @@ -199417,15 +204823,15 @@ }, "property": { "type": "Identifier", - "start": 52584, - "end": 52593, + "start": 54599, + "end": 54608, "loc": { "start": { - "line": 1497, + "line": 1543, "column": 50 }, "end": { - "line": 1497, + "line": 1543, "column": 59 }, "identifierName": "toDataURL" @@ -199437,44 +204843,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 52615, - "end": 52637, + "start": 54630, + "end": 54652, "loc": { "start": { - "line": 1498, + "line": 1544, "column": 20 }, "end": { - "line": 1498, + "line": 1544, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 52615, - "end": 52619, + "start": 54630, + "end": 54634, "loc": { "start": { - "line": 1498, + "line": 1544, "column": 20 }, "end": { - "line": 1498, + "line": 1544, "column": 24 } } }, "property": { "type": "Identifier", - "start": 52620, - "end": 52637, + "start": 54635, + "end": 54652, "loc": { "start": { - "line": 1498, + "line": 1544, "column": 25 }, "end": { - "line": 1498, + "line": 1544, "column": 42 }, "identifierName": "imageOutputFormat" @@ -199485,44 +204891,44 @@ }, { "type": "MemberExpression", - "start": 52639, - "end": 52662, + "start": 54654, + "end": 54677, "loc": { "start": { - "line": 1498, + "line": 1544, "column": 44 }, "end": { - "line": 1498, + "line": 1544, "column": 67 } }, "object": { "type": "ThisExpression", - "start": 52639, - "end": 52643, + "start": 54654, + "end": 54658, "loc": { "start": { - "line": 1498, + "line": 1544, "column": 44 }, "end": { - "line": 1498, + "line": 1544, "column": 48 } } }, "property": { "type": "Identifier", - "start": 52644, - "end": 52662, + "start": 54659, + "end": 54677, "loc": { "start": { - "line": 1498, + "line": 1544, "column": 49 }, "end": { - "line": 1498, + "line": 1544, "column": 67 }, "identifierName": "imageOutputQuality" @@ -199539,15 +204945,15 @@ { "type": "CommentLine", "value": " turn the canvas data into base64 data", - "start": 52493, - "end": 52533, + "start": 54508, + "end": 54548, "loc": { "start": { - "line": 1496, + "line": 1542, "column": 16 }, "end": { - "line": 1496, + "line": 1542, "column": 56 } } @@ -199557,15 +204963,15 @@ { "type": "CommentLine", "value": " display the snapshot", - "start": 52682, - "end": 52705, + "start": 54697, + "end": 54720, "loc": { "start": { - "line": 1500, + "line": 1546, "column": 16 }, "end": { - "line": 1500, + "line": 1546, "column": 39 } } @@ -199574,57 +204980,57 @@ }, { "type": "ExpressionStatement", - "start": 52722, - "end": 52745, + "start": 54737, + "end": 54760, "loc": { "start": { - "line": 1501, + "line": 1547, "column": 16 }, "end": { - "line": 1501, + "line": 1547, "column": 39 } }, "expression": { "type": "CallExpression", - "start": 52722, - "end": 52744, + "start": 54737, + "end": 54759, "loc": { "start": { - "line": 1501, + "line": 1547, "column": 16 }, "end": { - "line": 1501, + "line": 1547, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 52722, - "end": 52742, + "start": 54737, + "end": 54757, "loc": { "start": { - "line": 1501, + "line": 1547, "column": 16 }, "end": { - "line": 1501, + "line": 1547, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 52722, - "end": 52726, + "start": 54737, + "end": 54741, "loc": { "start": { - "line": 1501, + "line": 1547, "column": 16 }, "end": { - "line": 1501, + "line": 1547, "column": 20 } }, @@ -199632,15 +205038,15 @@ }, "property": { "type": "Identifier", - "start": 52727, - "end": 52742, + "start": 54742, + "end": 54757, "loc": { "start": { - "line": 1501, + "line": 1547, "column": 21 }, "end": { - "line": 1501, + "line": 1547, "column": 36 }, "identifierName": "displaySnapshot" @@ -199657,15 +205063,15 @@ { "type": "CommentLine", "value": " display the snapshot", - "start": 52682, - "end": 52705, + "start": 54697, + "end": 54720, "loc": { "start": { - "line": 1500, + "line": 1546, "column": 16 }, "end": { - "line": 1500, + "line": 1546, "column": 39 } } @@ -199684,44 +205090,44 @@ }, { "type": "MemberExpression", - "start": 52771, - "end": 52793, + "start": 54786, + "end": 54808, "loc": { "start": { - "line": 1503, + "line": 1549, "column": 11 }, "end": { - "line": 1503, + "line": 1549, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 52771, - "end": 52775, + "start": 54786, + "end": 54790, "loc": { "start": { - "line": 1503, + "line": 1549, "column": 11 }, "end": { - "line": 1503, + "line": 1549, "column": 15 } } }, "property": { "type": "Identifier", - "start": 52776, - "end": 52793, + "start": 54791, + "end": 54808, "loc": { "start": { - "line": 1503, + "line": 1549, "column": 16 }, "end": { - "line": 1503, + "line": 1549, "column": 33 }, "identifierName": "imageOutputFormat" @@ -199732,44 +205138,44 @@ }, { "type": "MemberExpression", - "start": 52795, - "end": 52818, + "start": 54810, + "end": 54833, "loc": { "start": { - "line": 1503, + "line": 1549, "column": 35 }, "end": { - "line": 1503, + "line": 1549, "column": 58 } }, "object": { "type": "ThisExpression", - "start": 52795, - "end": 52799, + "start": 54810, + "end": 54814, "loc": { "start": { - "line": 1503, + "line": 1549, "column": 35 }, "end": { - "line": 1503, + "line": 1549, "column": 39 } } }, "property": { "type": "Identifier", - "start": 52800, - "end": 52818, + "start": 54815, + "end": 54833, "loc": { "start": { - "line": 1503, + "line": 1549, "column": 40 }, "end": { - "line": 1503, + "line": 1549, "column": 58 }, "identifierName": "imageOutputQuality" @@ -199789,15 +205195,15 @@ { "type": "CommentBlock", "value": "*\n * Create and display snapshot image.\n * @private\n ", - "start": 51969, - "end": 52038, + "start": 53984, + "end": 54053, "loc": { "start": { - "line": 1481, + "line": 1527, "column": 4 }, "end": { - "line": 1484, + "line": 1530, "column": 7 } } @@ -199807,15 +205213,15 @@ { "type": "CommentBlock", "value": "*\n * Display snapshot image.\n * @private\n ", - "start": 52832, - "end": 52890, + "start": 54847, + "end": 54905, "loc": { "start": { - "line": 1506, + "line": 1552, "column": 4 }, "end": { - "line": 1509, + "line": 1555, "column": 7 } } @@ -199824,15 +205230,15 @@ }, { "type": "ClassMethod", - "start": 52895, - "end": 53119, + "start": 54910, + "end": 55134, "loc": { "start": { - "line": 1510, + "line": 1556, "column": 4 }, "end": { - "line": 1519, + "line": 1565, "column": 5 } }, @@ -199840,15 +205246,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 52895, - "end": 52910, + "start": 54910, + "end": 54925, "loc": { "start": { - "line": 1510, + "line": 1556, "column": 4 }, "end": { - "line": 1510, + "line": 1556, "column": 19 }, "identifierName": "displaySnapshot" @@ -199864,101 +205270,101 @@ "params": [], "body": { "type": "BlockStatement", - "start": 52913, - "end": 53119, + "start": 54928, + "end": 55134, "loc": { "start": { - "line": 1510, + "line": 1556, "column": 22 }, "end": { - "line": 1519, + "line": 1565, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 52953, - "end": 52994, + "start": 54968, + "end": 55009, "loc": { "start": { - "line": 1512, + "line": 1558, "column": 8 }, "end": { - "line": 1512, + "line": 1558, "column": 49 } }, "expression": { "type": "AssignmentExpression", - "start": 52953, - "end": 52993, + "start": 54968, + "end": 55008, "loc": { "start": { - "line": 1512, + "line": 1558, "column": 8 }, "end": { - "line": 1512, + "line": 1558, "column": 48 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 52953, - "end": 52984, + "start": 54968, + "end": 54999, "loc": { "start": { - "line": 1512, + "line": 1558, "column": 8 }, "end": { - "line": 1512, + "line": 1558, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 52953, - "end": 52976, + "start": 54968, + "end": 54991, "loc": { "start": { - "line": 1512, + "line": 1558, "column": 8 }, "end": { - "line": 1512, + "line": 1558, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 52953, - "end": 52970, + "start": 54968, + "end": 54985, "loc": { "start": { - "line": 1512, + "line": 1558, "column": 8 }, "end": { - "line": 1512, + "line": 1558, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 52953, - "end": 52957, + "start": 54968, + "end": 54972, "loc": { "start": { - "line": 1512, + "line": 1558, "column": 8 }, "end": { - "line": 1512, + "line": 1558, "column": 12 } }, @@ -199966,15 +205372,15 @@ }, "property": { "type": "Identifier", - "start": 52958, - "end": 52970, + "start": 54973, + "end": 54985, "loc": { "start": { - "line": 1512, + "line": 1558, "column": 13 }, "end": { - "line": 1512, + "line": 1558, "column": 25 }, "identifierName": "mediaElement" @@ -199986,15 +205392,15 @@ }, "property": { "type": "Identifier", - "start": 52971, - "end": 52976, + "start": 54986, + "end": 54991, "loc": { "start": { - "line": 1512, + "line": 1558, "column": 26 }, "end": { - "line": 1512, + "line": 1558, "column": 31 }, "identifierName": "style" @@ -200006,15 +205412,15 @@ }, "property": { "type": "Identifier", - "start": 52977, - "end": 52984, + "start": 54992, + "end": 54999, "loc": { "start": { - "line": 1512, + "line": 1558, "column": 32 }, "end": { - "line": 1512, + "line": 1558, "column": 39 }, "identifierName": "display" @@ -200026,15 +205432,15 @@ }, "right": { "type": "StringLiteral", - "start": 52987, - "end": 52993, + "start": 55002, + "end": 55008, "loc": { "start": { - "line": 1512, + "line": 1558, "column": 42 }, "end": { - "line": 1512, + "line": 1558, "column": 48 } }, @@ -200050,15 +205456,15 @@ { "type": "CommentLine", "value": " hide preview video", - "start": 52923, - "end": 52944, + "start": 54938, + "end": 54959, "loc": { "start": { - "line": 1511, + "line": 1557, "column": 8 }, "end": { - "line": 1511, + "line": 1557, "column": 29 } } @@ -200068,15 +205474,15 @@ { "type": "CommentLine", "value": " show the snapshot", - "start": 53004, - "end": 53024, + "start": 55019, + "end": 55039, "loc": { "start": { - "line": 1514, + "line": 1560, "column": 8 }, "end": { - "line": 1514, + "line": 1560, "column": 28 } } @@ -200085,85 +205491,85 @@ }, { "type": "ExpressionStatement", - "start": 53033, - "end": 53065, + "start": 55048, + "end": 55080, "loc": { "start": { - "line": 1515, + "line": 1561, "column": 8 }, "end": { - "line": 1515, + "line": 1561, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 53033, - "end": 53064, + "start": 55048, + "end": 55079, "loc": { "start": { - "line": 1515, + "line": 1561, "column": 8 }, "end": { - "line": 1515, + "line": 1561, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 53033, - "end": 53062, + "start": 55048, + "end": 55077, "loc": { "start": { - "line": 1515, + "line": 1561, "column": 8 }, "end": { - "line": 1515, + "line": 1561, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 53033, - "end": 53057, + "start": 55048, + "end": 55072, "loc": { "start": { - "line": 1515, + "line": 1561, "column": 8 }, "end": { - "line": 1515, + "line": 1561, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 53033, - "end": 53044, + "start": 55048, + "end": 55059, "loc": { "start": { - "line": 1515, + "line": 1561, "column": 8 }, "end": { - "line": 1515, + "line": 1561, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 53033, - "end": 53037, + "start": 55048, + "end": 55052, "loc": { "start": { - "line": 1515, + "line": 1561, "column": 8 }, "end": { - "line": 1515, + "line": 1561, "column": 12 } }, @@ -200171,15 +205577,15 @@ }, "property": { "type": "Identifier", - "start": 53038, - "end": 53044, + "start": 55053, + "end": 55059, "loc": { "start": { - "line": 1515, + "line": 1561, "column": 13 }, "end": { - "line": 1515, + "line": 1561, "column": 19 }, "identifierName": "player" @@ -200191,15 +205597,15 @@ }, "property": { "type": "Identifier", - "start": 53045, - "end": 53057, + "start": 55060, + "end": 55072, "loc": { "start": { - "line": 1515, + "line": 1561, "column": 20 }, "end": { - "line": 1515, + "line": 1561, "column": 32 }, "identifierName": "recordCanvas" @@ -200211,15 +205617,15 @@ }, "property": { "type": "Identifier", - "start": 53058, - "end": 53062, + "start": 55073, + "end": 55077, "loc": { "start": { - "line": 1515, + "line": 1561, "column": 33 }, "end": { - "line": 1515, + "line": 1561, "column": 37 }, "identifierName": "show" @@ -200236,15 +205642,15 @@ { "type": "CommentLine", "value": " show the snapshot", - "start": 53004, - "end": 53024, + "start": 55019, + "end": 55039, "loc": { "start": { - "line": 1514, + "line": 1560, "column": 8 }, "end": { - "line": 1514, + "line": 1560, "column": 28 } } @@ -200254,15 +205660,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 53075, - "end": 53092, + "start": 55090, + "end": 55107, "loc": { "start": { - "line": 1517, + "line": 1563, "column": 8 }, "end": { - "line": 1517, + "line": 1563, "column": 25 } } @@ -200271,57 +205677,57 @@ }, { "type": "ExpressionStatement", - "start": 53101, - "end": 53113, + "start": 55116, + "end": 55128, "loc": { "start": { - "line": 1518, + "line": 1564, "column": 8 }, "end": { - "line": 1518, + "line": 1564, "column": 20 } }, "expression": { "type": "CallExpression", - "start": 53101, - "end": 53112, + "start": 55116, + "end": 55127, "loc": { "start": { - "line": 1518, + "line": 1564, "column": 8 }, "end": { - "line": 1518, + "line": 1564, "column": 19 } }, "callee": { "type": "MemberExpression", - "start": 53101, - "end": 53110, + "start": 55116, + "end": 55125, "loc": { "start": { - "line": 1518, + "line": 1564, "column": 8 }, "end": { - "line": 1518, + "line": 1564, "column": 17 } }, "object": { "type": "ThisExpression", - "start": 53101, - "end": 53105, + "start": 55116, + "end": 55120, "loc": { "start": { - "line": 1518, + "line": 1564, "column": 8 }, "end": { - "line": 1518, + "line": 1564, "column": 12 } }, @@ -200329,15 +205735,15 @@ }, "property": { "type": "Identifier", - "start": 53106, - "end": 53110, + "start": 55121, + "end": 55125, "loc": { "start": { - "line": 1518, + "line": 1564, "column": 13 }, "end": { - "line": 1518, + "line": 1564, "column": 17 }, "identifierName": "stop" @@ -200354,15 +205760,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 53075, - "end": 53092, + "start": 55090, + "end": 55107, "loc": { "start": { - "line": 1517, + "line": 1563, "column": 8 }, "end": { - "line": 1517, + "line": 1563, "column": 25 } } @@ -200377,15 +205783,15 @@ { "type": "CommentBlock", "value": "*\n * Display snapshot image.\n * @private\n ", - "start": 52832, - "end": 52890, + "start": 54847, + "end": 54905, "loc": { "start": { - "line": 1506, + "line": 1552, "column": 4 }, "end": { - "line": 1509, + "line": 1555, "column": 7 } } @@ -200395,15 +205801,15 @@ { "type": "CommentBlock", "value": "*\n * Reset UI for retrying a snapshot image.\n * @private\n ", - "start": 53125, - "end": 53199, + "start": 55140, + "end": 55214, "loc": { "start": { - "line": 1521, + "line": 1567, "column": 4 }, "end": { - "line": 1524, + "line": 1570, "column": 7 } } @@ -200412,15 +205818,15 @@ }, { "type": "ClassMethod", - "start": 53204, - "end": 53431, + "start": 55219, + "end": 55446, "loc": { "start": { - "line": 1525, + "line": 1571, "column": 4 }, "end": { - "line": 1533, + "line": 1579, "column": 5 } }, @@ -200428,15 +205834,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 53204, - "end": 53217, + "start": 55219, + "end": 55232, "loc": { "start": { - "line": 1525, + "line": 1571, "column": 4 }, "end": { - "line": 1525, + "line": 1571, "column": 17 }, "identifierName": "retrySnapshot" @@ -200452,88 +205858,88 @@ "params": [], "body": { "type": "BlockStatement", - "start": 53220, - "end": 53431, + "start": 55235, + "end": 55446, "loc": { "start": { - "line": 1525, + "line": 1571, "column": 20 }, "end": { - "line": 1533, + "line": 1579, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 53230, - "end": 53255, + "start": 55245, + "end": 55270, "loc": { "start": { - "line": 1526, + "line": 1572, "column": 8 }, "end": { - "line": 1526, + "line": 1572, "column": 33 } }, "expression": { "type": "AssignmentExpression", - "start": 53230, - "end": 53254, + "start": 55245, + "end": 55269, "loc": { "start": { - "line": 1526, + "line": 1572, "column": 8 }, "end": { - "line": 1526, + "line": 1572, "column": 32 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 53230, - "end": 53246, + "start": 55245, + "end": 55261, "loc": { "start": { - "line": 1526, + "line": 1572, "column": 8 }, "end": { - "line": 1526, + "line": 1572, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 53230, - "end": 53234, + "start": 55245, + "end": 55249, "loc": { "start": { - "line": 1526, + "line": 1572, "column": 8 }, "end": { - "line": 1526, + "line": 1572, "column": 12 } } }, "property": { "type": "Identifier", - "start": 53235, - "end": 53246, + "start": 55250, + "end": 55261, "loc": { "start": { - "line": 1526, + "line": 1572, "column": 13 }, "end": { - "line": 1526, + "line": 1572, "column": 24 }, "identifierName": "_processing" @@ -200544,15 +205950,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 53249, - "end": 53254, + "start": 55264, + "end": 55269, "loc": { "start": { - "line": 1526, + "line": 1572, "column": 27 }, "end": { - "line": 1526, + "line": 1572, "column": 32 } }, @@ -200563,15 +205969,15 @@ { "type": "CommentLine", "value": " retry: hide the snapshot", - "start": 53265, - "end": 53292, + "start": 55280, + "end": 55307, "loc": { "start": { - "line": 1528, + "line": 1574, "column": 8 }, "end": { - "line": 1528, + "line": 1574, "column": 35 } } @@ -200580,85 +205986,85 @@ }, { "type": "ExpressionStatement", - "start": 53301, - "end": 53333, + "start": 55316, + "end": 55348, "loc": { "start": { - "line": 1529, + "line": 1575, "column": 8 }, "end": { - "line": 1529, + "line": 1575, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 53301, - "end": 53332, + "start": 55316, + "end": 55347, "loc": { "start": { - "line": 1529, + "line": 1575, "column": 8 }, "end": { - "line": 1529, + "line": 1575, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 53301, - "end": 53330, + "start": 55316, + "end": 55345, "loc": { "start": { - "line": 1529, + "line": 1575, "column": 8 }, "end": { - "line": 1529, + "line": 1575, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 53301, - "end": 53325, + "start": 55316, + "end": 55340, "loc": { "start": { - "line": 1529, + "line": 1575, "column": 8 }, "end": { - "line": 1529, + "line": 1575, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 53301, - "end": 53312, + "start": 55316, + "end": 55327, "loc": { "start": { - "line": 1529, + "line": 1575, "column": 8 }, "end": { - "line": 1529, + "line": 1575, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 53301, - "end": 53305, + "start": 55316, + "end": 55320, "loc": { "start": { - "line": 1529, + "line": 1575, "column": 8 }, "end": { - "line": 1529, + "line": 1575, "column": 12 } }, @@ -200666,15 +206072,15 @@ }, "property": { "type": "Identifier", - "start": 53306, - "end": 53312, + "start": 55321, + "end": 55327, "loc": { "start": { - "line": 1529, + "line": 1575, "column": 13 }, "end": { - "line": 1529, + "line": 1575, "column": 19 }, "identifierName": "player" @@ -200686,15 +206092,15 @@ }, "property": { "type": "Identifier", - "start": 53313, - "end": 53325, + "start": 55328, + "end": 55340, "loc": { "start": { - "line": 1529, + "line": 1575, "column": 20 }, "end": { - "line": 1529, + "line": 1575, "column": 32 }, "identifierName": "recordCanvas" @@ -200706,15 +206112,15 @@ }, "property": { "type": "Identifier", - "start": 53326, - "end": 53330, + "start": 55341, + "end": 55345, "loc": { "start": { - "line": 1529, + "line": 1575, "column": 33 }, "end": { - "line": 1529, + "line": 1575, "column": 37 }, "identifierName": "hide" @@ -200731,15 +206137,15 @@ { "type": "CommentLine", "value": " retry: hide the snapshot", - "start": 53265, - "end": 53292, + "start": 55280, + "end": 55307, "loc": { "start": { - "line": 1528, + "line": 1574, "column": 8 }, "end": { - "line": 1528, + "line": 1574, "column": 35 } } @@ -200749,15 +206155,15 @@ { "type": "CommentLine", "value": " show preview video", - "start": 53343, - "end": 53364, + "start": 55358, + "end": 55379, "loc": { "start": { - "line": 1531, + "line": 1577, "column": 8 }, "end": { - "line": 1531, + "line": 1577, "column": 29 } } @@ -200766,128 +206172,128 @@ }, { "type": "ExpressionStatement", - "start": 53373, - "end": 53425, + "start": 55388, + "end": 55440, "loc": { "start": { - "line": 1532, + "line": 1578, "column": 8 }, "end": { - "line": 1532, + "line": 1578, "column": 60 } }, "expression": { "type": "AssignmentExpression", - "start": 53373, - "end": 53424, + "start": 55388, + "end": 55439, "loc": { "start": { - "line": 1532, + "line": 1578, "column": 8 }, "end": { - "line": 1532, + "line": 1578, "column": 59 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 53373, - "end": 53414, + "start": 55388, + "end": 55429, "loc": { "start": { - "line": 1532, + "line": 1578, "column": 8 }, "end": { - "line": 1532, + "line": 1578, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 53373, - "end": 53406, + "start": 55388, + "end": 55421, "loc": { "start": { - "line": 1532, + "line": 1578, "column": 8 }, "end": { - "line": 1532, + "line": 1578, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 53373, - "end": 53400, + "start": 55388, + "end": 55415, "loc": { "start": { - "line": 1532, + "line": 1578, "column": 8 }, "end": { - "line": 1532, + "line": 1578, "column": 35 } }, "object": { "type": "CallExpression", - "start": 53373, - "end": 53389, + "start": 55388, + "end": 55404, "loc": { "start": { - "line": 1532, + "line": 1578, "column": 8 }, "end": { - "line": 1532, + "line": 1578, "column": 24 } }, "callee": { "type": "MemberExpression", - "start": 53373, - "end": 53387, + "start": 55388, + "end": 55402, "loc": { "start": { - "line": 1532, + "line": 1578, "column": 8 }, "end": { - "line": 1532, + "line": 1578, "column": 22 } }, "object": { "type": "MemberExpression", - "start": 53373, - "end": 53384, + "start": 55388, + "end": 55399, "loc": { "start": { - "line": 1532, + "line": 1578, "column": 8 }, "end": { - "line": 1532, + "line": 1578, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 53373, - "end": 53377, + "start": 55388, + "end": 55392, "loc": { "start": { - "line": 1532, + "line": 1578, "column": 8 }, "end": { - "line": 1532, + "line": 1578, "column": 12 } }, @@ -200895,15 +206301,15 @@ }, "property": { "type": "Identifier", - "start": 53378, - "end": 53384, + "start": 55393, + "end": 55399, "loc": { "start": { - "line": 1532, + "line": 1578, "column": 13 }, "end": { - "line": 1532, + "line": 1578, "column": 19 }, "identifierName": "player" @@ -200915,15 +206321,15 @@ }, "property": { "type": "Identifier", - "start": 53385, - "end": 53387, + "start": 55400, + "end": 55402, "loc": { "start": { - "line": 1532, + "line": 1578, "column": 20 }, "end": { - "line": 1532, + "line": 1578, "column": 22 }, "identifierName": "el" @@ -200938,15 +206344,15 @@ }, "property": { "type": "Identifier", - "start": 53390, - "end": 53400, + "start": 55405, + "end": 55415, "loc": { "start": { - "line": 1532, + "line": 1578, "column": 25 }, "end": { - "line": 1532, + "line": 1578, "column": 35 }, "identifierName": "firstChild" @@ -200958,15 +206364,15 @@ }, "property": { "type": "Identifier", - "start": 53401, - "end": 53406, + "start": 55416, + "end": 55421, "loc": { "start": { - "line": 1532, + "line": 1578, "column": 36 }, "end": { - "line": 1532, + "line": 1578, "column": 41 }, "identifierName": "style" @@ -200978,15 +206384,15 @@ }, "property": { "type": "Identifier", - "start": 53407, - "end": 53414, + "start": 55422, + "end": 55429, "loc": { "start": { - "line": 1532, + "line": 1578, "column": 42 }, "end": { - "line": 1532, + "line": 1578, "column": 49 }, "identifierName": "display" @@ -200998,15 +206404,15 @@ }, "right": { "type": "StringLiteral", - "start": 53417, - "end": 53424, + "start": 55432, + "end": 55439, "loc": { "start": { - "line": 1532, + "line": 1578, "column": 52 }, "end": { - "line": 1532, + "line": 1578, "column": 59 } }, @@ -201022,15 +206428,15 @@ { "type": "CommentLine", "value": " show preview video", - "start": 53343, - "end": 53364, + "start": 55358, + "end": 55379, "loc": { "start": { - "line": 1531, + "line": 1577, "column": 8 }, "end": { - "line": 1531, + "line": 1577, "column": 29 } } @@ -201045,15 +206451,15 @@ { "type": "CommentBlock", "value": "*\n * Reset UI for retrying a snapshot image.\n * @private\n ", - "start": 53125, - "end": 53199, + "start": 55140, + "end": 55214, "loc": { "start": { - "line": 1521, + "line": 1567, "column": 4 }, "end": { - "line": 1524, + "line": 1570, "column": 7 } } @@ -201063,15 +206469,15 @@ { "type": "CommentBlock", "value": "*\n * Capture frame from camera and copy data to canvas.\n * @private\n * @returns {void}\n ", - "start": 53437, - "end": 53545, + "start": 55452, + "end": 55560, "loc": { "start": { - "line": 1535, + "line": 1581, "column": 4 }, "end": { - "line": 1539, + "line": 1585, "column": 7 } } @@ -201080,15 +206486,15 @@ }, { "type": "ClassMethod", - "start": 53550, - "end": 55420, + "start": 55565, + "end": 57435, "loc": { "start": { - "line": 1540, + "line": 1586, "column": 4 }, "end": { - "line": 1582, + "line": 1628, "column": 5 } }, @@ -201096,15 +206502,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 53550, - "end": 53562, + "start": 55565, + "end": 55577, "loc": { "start": { - "line": 1540, + "line": 1586, "column": 4 }, "end": { - "line": 1540, + "line": 1586, "column": 16 }, "identifierName": "captureFrame" @@ -201120,59 +206526,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 53565, - "end": 55420, + "start": 55580, + "end": 57435, "loc": { "start": { - "line": 1540, + "line": 1586, "column": 19 }, "end": { - "line": 1582, + "line": 1628, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 53575, - "end": 53606, + "start": 55590, + "end": 55621, "loc": { "start": { - "line": 1541, + "line": 1587, "column": 8 }, "end": { - "line": 1541, + "line": 1587, "column": 39 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 53579, - "end": 53605, + "start": 55594, + "end": 55620, "loc": { "start": { - "line": 1541, + "line": 1587, "column": 12 }, "end": { - "line": 1541, + "line": 1587, "column": 38 } }, "id": { "type": "Identifier", - "start": 53579, - "end": 53587, + "start": 55594, + "end": 55602, "loc": { "start": { - "line": 1541, + "line": 1587, "column": 12 }, "end": { - "line": 1541, + "line": 1587, "column": 20 }, "identifierName": "detected" @@ -201181,29 +206587,29 @@ }, "init": { "type": "CallExpression", - "start": 53590, - "end": 53605, + "start": 55605, + "end": 55620, "loc": { "start": { - "line": 1541, + "line": 1587, "column": 23 }, "end": { - "line": 1541, + "line": 1587, "column": 38 } }, "callee": { "type": "Identifier", - "start": 53590, - "end": 53603, + "start": 55605, + "end": 55618, "loc": { "start": { - "line": 1541, + "line": 1587, "column": 23 }, "end": { - "line": 1541, + "line": 1587, "column": 36 }, "identifierName": "detectBrowser" @@ -201218,44 +206624,44 @@ }, { "type": "VariableDeclaration", - "start": 53615, - "end": 53675, + "start": 55630, + "end": 55690, "loc": { "start": { - "line": 1542, + "line": 1588, "column": 8 }, "end": { - "line": 1542, + "line": 1588, "column": 68 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 53619, - "end": 53674, + "start": 55634, + "end": 55689, "loc": { "start": { - "line": 1542, + "line": 1588, "column": 12 }, "end": { - "line": 1542, + "line": 1588, "column": 67 } }, "id": { "type": "Identifier", - "start": 53619, - "end": 53631, + "start": 55634, + "end": 55646, "loc": { "start": { - "line": 1542, + "line": 1588, "column": 12 }, "end": { - "line": 1542, + "line": 1588, "column": 24 }, "identifierName": "recordCanvas" @@ -201264,100 +206670,100 @@ }, "init": { "type": "MemberExpression", - "start": 53634, - "end": 53674, + "start": 55649, + "end": 55689, "loc": { "start": { - "line": 1542, + "line": 1588, "column": 27 }, "end": { - "line": 1542, + "line": 1588, "column": 67 } }, "object": { "type": "CallExpression", - "start": 53634, - "end": 53663, + "start": 55649, + "end": 55678, "loc": { "start": { - "line": 1542, + "line": 1588, "column": 27 }, "end": { - "line": 1542, + "line": 1588, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 53634, - "end": 53661, + "start": 55649, + "end": 55676, "loc": { "start": { - "line": 1542, + "line": 1588, "column": 27 }, "end": { - "line": 1542, + "line": 1588, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 53634, - "end": 53658, + "start": 55649, + "end": 55673, "loc": { "start": { - "line": 1542, + "line": 1588, "column": 27 }, "end": { - "line": 1542, + "line": 1588, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 53634, - "end": 53645, + "start": 55649, + "end": 55660, "loc": { "start": { - "line": 1542, + "line": 1588, "column": 27 }, "end": { - "line": 1542, + "line": 1588, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 53634, - "end": 53638, + "start": 55649, + "end": 55653, "loc": { "start": { - "line": 1542, + "line": 1588, "column": 27 }, "end": { - "line": 1542, + "line": 1588, "column": 31 } } }, "property": { "type": "Identifier", - "start": 53639, - "end": 53645, + "start": 55654, + "end": 55660, "loc": { "start": { - "line": 1542, + "line": 1588, "column": 32 }, "end": { - "line": 1542, + "line": 1588, "column": 38 }, "identifierName": "player" @@ -201368,15 +206774,15 @@ }, "property": { "type": "Identifier", - "start": 53646, - "end": 53658, + "start": 55661, + "end": 55673, "loc": { "start": { - "line": 1542, + "line": 1588, "column": 39 }, "end": { - "line": 1542, + "line": 1588, "column": 51 }, "identifierName": "recordCanvas" @@ -201387,15 +206793,15 @@ }, "property": { "type": "Identifier", - "start": 53659, - "end": 53661, + "start": 55674, + "end": 55676, "loc": { "start": { - "line": 1542, + "line": 1588, "column": 52 }, "end": { - "line": 1542, + "line": 1588, "column": 54 }, "identifierName": "el" @@ -201408,15 +206814,15 @@ }, "property": { "type": "Identifier", - "start": 53664, - "end": 53674, + "start": 55679, + "end": 55689, "loc": { "start": { - "line": 1542, + "line": 1588, "column": 57 }, "end": { - "line": 1542, + "line": 1588, "column": 67 }, "identifierName": "firstChild" @@ -201432,15 +206838,15 @@ { "type": "CommentLine", "value": " set the canvas size to the dimensions of the camera,", - "start": 53685, - "end": 53740, + "start": 55700, + "end": 55755, "loc": { "start": { - "line": 1544, + "line": 1590, "column": 8 }, "end": { - "line": 1544, + "line": 1590, "column": 63 } } @@ -201448,15 +206854,15 @@ { "type": "CommentLine", "value": " which also wipes the content of the canvas", - "start": 53749, - "end": 53794, + "start": 55764, + "end": 55809, "loc": { "start": { - "line": 1545, + "line": 1591, "column": 8 }, "end": { - "line": 1545, + "line": 1591, "column": 53 } } @@ -201465,58 +206871,58 @@ }, { "type": "ExpressionStatement", - "start": 53803, - "end": 53844, + "start": 55818, + "end": 55859, "loc": { "start": { - "line": 1546, + "line": 1592, "column": 8 }, "end": { - "line": 1546, + "line": 1592, "column": 49 } }, "expression": { "type": "AssignmentExpression", - "start": 53803, - "end": 53843, + "start": 55818, + "end": 55858, "loc": { "start": { - "line": 1546, + "line": 1592, "column": 8 }, "end": { - "line": 1546, + "line": 1592, "column": 48 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 53803, - "end": 53821, + "start": 55818, + "end": 55836, "loc": { "start": { - "line": 1546, + "line": 1592, "column": 8 }, "end": { - "line": 1546, + "line": 1592, "column": 26 } }, "object": { "type": "Identifier", - "start": 53803, - "end": 53815, + "start": 55818, + "end": 55830, "loc": { "start": { - "line": 1546, + "line": 1592, "column": 8 }, "end": { - "line": 1546, + "line": 1592, "column": 20 }, "identifierName": "recordCanvas" @@ -201526,15 +206932,15 @@ }, "property": { "type": "Identifier", - "start": 53816, - "end": 53821, + "start": 55831, + "end": 55836, "loc": { "start": { - "line": 1546, + "line": 1592, "column": 21 }, "end": { - "line": 1546, + "line": 1592, "column": 26 }, "identifierName": "width" @@ -201546,72 +206952,72 @@ }, "right": { "type": "CallExpression", - "start": 53824, - "end": 53843, + "start": 55839, + "end": 55858, "loc": { "start": { - "line": 1546, + "line": 1592, "column": 29 }, "end": { - "line": 1546, + "line": 1592, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 53824, - "end": 53841, + "start": 55839, + "end": 55856, "loc": { "start": { - "line": 1546, + "line": 1592, "column": 29 }, "end": { - "line": 1546, + "line": 1592, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 53824, - "end": 53835, + "start": 55839, + "end": 55850, "loc": { "start": { - "line": 1546, + "line": 1592, "column": 29 }, "end": { - "line": 1546, + "line": 1592, "column": 40 } }, "object": { "type": "ThisExpression", - "start": 53824, - "end": 53828, + "start": 55839, + "end": 55843, "loc": { "start": { - "line": 1546, + "line": 1592, "column": 29 }, "end": { - "line": 1546, + "line": 1592, "column": 33 } } }, "property": { "type": "Identifier", - "start": 53829, - "end": 53835, + "start": 55844, + "end": 55850, "loc": { "start": { - "line": 1546, + "line": 1592, "column": 34 }, "end": { - "line": 1546, + "line": 1592, "column": 40 }, "identifierName": "player" @@ -201622,15 +207028,15 @@ }, "property": { "type": "Identifier", - "start": 53836, - "end": 53841, + "start": 55851, + "end": 55856, "loc": { "start": { - "line": 1546, + "line": 1592, "column": 41 }, "end": { - "line": 1546, + "line": 1592, "column": 46 }, "identifierName": "width" @@ -201647,15 +207053,15 @@ { "type": "CommentLine", "value": " set the canvas size to the dimensions of the camera,", - "start": 53685, - "end": 53740, + "start": 55700, + "end": 55755, "loc": { "start": { - "line": 1544, + "line": 1590, "column": 8 }, "end": { - "line": 1544, + "line": 1590, "column": 63 } } @@ -201663,15 +207069,15 @@ { "type": "CommentLine", "value": " which also wipes the content of the canvas", - "start": 53749, - "end": 53794, + "start": 55764, + "end": 55809, "loc": { "start": { - "line": 1545, + "line": 1591, "column": 8 }, "end": { - "line": 1545, + "line": 1591, "column": 53 } } @@ -201680,58 +207086,58 @@ }, { "type": "ExpressionStatement", - "start": 53853, - "end": 53896, + "start": 55868, + "end": 55911, "loc": { "start": { - "line": 1547, + "line": 1593, "column": 8 }, "end": { - "line": 1547, + "line": 1593, "column": 51 } }, "expression": { "type": "AssignmentExpression", - "start": 53853, - "end": 53895, + "start": 55868, + "end": 55910, "loc": { "start": { - "line": 1547, + "line": 1593, "column": 8 }, "end": { - "line": 1547, + "line": 1593, "column": 50 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 53853, - "end": 53872, + "start": 55868, + "end": 55887, "loc": { "start": { - "line": 1547, + "line": 1593, "column": 8 }, "end": { - "line": 1547, + "line": 1593, "column": 27 } }, "object": { "type": "Identifier", - "start": 53853, - "end": 53865, + "start": 55868, + "end": 55880, "loc": { "start": { - "line": 1547, + "line": 1593, "column": 8 }, "end": { - "line": 1547, + "line": 1593, "column": 20 }, "identifierName": "recordCanvas" @@ -201740,15 +207146,15 @@ }, "property": { "type": "Identifier", - "start": 53866, - "end": 53872, + "start": 55881, + "end": 55887, "loc": { "start": { - "line": 1547, + "line": 1593, "column": 21 }, "end": { - "line": 1547, + "line": 1593, "column": 27 }, "identifierName": "height" @@ -201759,72 +207165,72 @@ }, "right": { "type": "CallExpression", - "start": 53875, - "end": 53895, + "start": 55890, + "end": 55910, "loc": { "start": { - "line": 1547, + "line": 1593, "column": 30 }, "end": { - "line": 1547, + "line": 1593, "column": 50 } }, "callee": { "type": "MemberExpression", - "start": 53875, - "end": 53893, + "start": 55890, + "end": 55908, "loc": { "start": { - "line": 1547, + "line": 1593, "column": 30 }, "end": { - "line": 1547, + "line": 1593, "column": 48 } }, "object": { "type": "MemberExpression", - "start": 53875, - "end": 53886, + "start": 55890, + "end": 55901, "loc": { "start": { - "line": 1547, + "line": 1593, "column": 30 }, "end": { - "line": 1547, + "line": 1593, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 53875, - "end": 53879, + "start": 55890, + "end": 55894, "loc": { "start": { - "line": 1547, + "line": 1593, "column": 30 }, "end": { - "line": 1547, + "line": 1593, "column": 34 } } }, "property": { "type": "Identifier", - "start": 53880, - "end": 53886, + "start": 55895, + "end": 55901, "loc": { "start": { - "line": 1547, + "line": 1593, "column": 35 }, "end": { - "line": 1547, + "line": 1593, "column": 41 }, "identifierName": "player" @@ -201835,15 +207241,15 @@ }, "property": { "type": "Identifier", - "start": 53887, - "end": 53893, + "start": 55902, + "end": 55908, "loc": { "start": { - "line": 1547, + "line": 1593, "column": 42 }, "end": { - "line": 1547, + "line": 1593, "column": 48 }, "identifierName": "height" @@ -201858,43 +207264,43 @@ }, { "type": "ReturnStatement", - "start": 53906, - "end": 55414, + "start": 55921, + "end": 57429, "loc": { "start": { - "line": 1549, + "line": 1595, "column": 8 }, "end": { - "line": 1581, + "line": 1627, "column": 11 } }, "argument": { "type": "NewExpression", - "start": 53913, - "end": 55413, + "start": 55928, + "end": 57428, "loc": { "start": { - "line": 1549, + "line": 1595, "column": 15 }, "end": { - "line": 1581, + "line": 1627, "column": 10 } }, "callee": { "type": "Identifier", - "start": 53917, - "end": 53924, + "start": 55932, + "end": 55939, "loc": { "start": { - "line": 1549, + "line": 1595, "column": 19 }, "end": { - "line": 1549, + "line": 1595, "column": 26 }, "identifierName": "Promise" @@ -201904,15 +207310,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 53925, - "end": 55412, + "start": 55940, + "end": 57427, "loc": { "start": { - "line": 1549, + "line": 1595, "column": 27 }, "end": { - "line": 1581, + "line": 1627, "column": 9 } }, @@ -201923,15 +207329,15 @@ "params": [ { "type": "Identifier", - "start": 53926, - "end": 53933, + "start": 55941, + "end": 55948, "loc": { "start": { - "line": 1549, + "line": 1595, "column": 28 }, "end": { - "line": 1549, + "line": 1595, "column": 35 }, "identifierName": "resolve" @@ -201940,15 +207346,15 @@ }, { "type": "Identifier", - "start": 53935, - "end": 53941, + "start": 55950, + "end": 55956, "loc": { "start": { - "line": 1549, + "line": 1595, "column": 37 }, "end": { - "line": 1549, + "line": 1595, "column": 43 }, "identifierName": "reject" @@ -201958,100 +207364,100 @@ ], "body": { "type": "BlockStatement", - "start": 53946, - "end": 55412, + "start": 55961, + "end": 57427, "loc": { "start": { - "line": 1549, + "line": 1595, "column": 48 }, "end": { - "line": 1581, + "line": 1627, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 54389, - "end": 55154, + "start": 56404, + "end": 57169, "loc": { "start": { - "line": 1557, + "line": 1603, "column": 12 }, "end": { - "line": 1573, + "line": 1619, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 54393, - "end": 54510, + "start": 56408, + "end": 56525, "loc": { "start": { - "line": 1557, + "line": 1603, "column": 16 }, "end": { - "line": 1558, + "line": 1604, "column": 56 } }, "left": { "type": "LogicalExpression", - "start": 54394, - "end": 54449, + "start": 56409, + "end": 56464, "loc": { "start": { - "line": 1557, + "line": 1603, "column": 17 }, "end": { - "line": 1557, + "line": 1603, "column": 72 } }, "left": { "type": "BinaryExpression", - "start": 54394, - "end": 54423, + "start": 56409, + "end": 56438, "loc": { "start": { - "line": 1557, + "line": 1603, "column": 17 }, "end": { - "line": 1557, + "line": 1603, "column": 46 } }, "left": { "type": "MemberExpression", - "start": 54394, - "end": 54410, + "start": 56409, + "end": 56425, "loc": { "start": { - "line": 1557, + "line": 1603, "column": 17 }, "end": { - "line": 1557, + "line": 1603, "column": 33 } }, "object": { "type": "Identifier", - "start": 54394, - "end": 54402, + "start": 56409, + "end": 56417, "loc": { "start": { - "line": 1557, + "line": 1603, "column": 17 }, "end": { - "line": 1557, + "line": 1603, "column": 25 }, "identifierName": "detected" @@ -202061,15 +207467,15 @@ }, "property": { "type": "Identifier", - "start": 54403, - "end": 54410, + "start": 56418, + "end": 56425, "loc": { "start": { - "line": 1557, + "line": 1603, "column": 26 }, "end": { - "line": 1557, + "line": 1603, "column": 33 }, "identifierName": "browser" @@ -202082,15 +207488,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 54415, - "end": 54423, + "start": 56430, + "end": 56438, "loc": { "start": { - "line": 1557, + "line": 1603, "column": 38 }, "end": { - "line": 1557, + "line": 1603, "column": 46 } }, @@ -202105,43 +207511,43 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 54427, - "end": 54449, + "start": 56442, + "end": 56464, "loc": { "start": { - "line": 1557, + "line": 1603, "column": 50 }, "end": { - "line": 1557, + "line": 1603, "column": 72 } }, "left": { "type": "MemberExpression", - "start": 54427, - "end": 54443, + "start": 56442, + "end": 56458, "loc": { "start": { - "line": 1557, + "line": 1603, "column": 50 }, "end": { - "line": 1557, + "line": 1603, "column": 66 } }, "object": { "type": "Identifier", - "start": 54427, - "end": 54435, + "start": 56442, + "end": 56450, "loc": { "start": { - "line": 1557, + "line": 1603, "column": 50 }, "end": { - "line": 1557, + "line": 1603, "column": 58 }, "identifierName": "detected" @@ -202150,15 +207556,15 @@ }, "property": { "type": "Identifier", - "start": 54436, - "end": 54443, + "start": 56451, + "end": 56458, "loc": { "start": { - "line": 1557, + "line": 1603, "column": 59 }, "end": { - "line": 1557, + "line": 1603, "column": 66 }, "identifierName": "version" @@ -202170,15 +207576,15 @@ "operator": ">=", "right": { "type": "NumericLiteral", - "start": 54447, - "end": 54449, + "start": 56462, + "end": 56464, "loc": { "start": { - "line": 1557, + "line": 1603, "column": 70 }, "end": { - "line": 1557, + "line": 1603, "column": 72 } }, @@ -202192,35 +207598,35 @@ "leadingComments": null, "extra": { "parenthesized": true, - "parenStart": 54393 + "parenStart": 56408 } }, "operator": "&&", "right": { "type": "BinaryExpression", - "start": 54470, - "end": 54509, + "start": 56485, + "end": 56524, "loc": { "start": { - "line": 1558, + "line": 1604, "column": 16 }, "end": { - "line": 1558, + "line": 1604, "column": 55 } }, "left": { "type": "UnaryExpression", - "start": 54470, - "end": 54489, + "start": 56485, + "end": 56504, "loc": { "start": { - "line": 1558, + "line": 1604, "column": 16 }, "end": { - "line": 1558, + "line": 1604, "column": 35 } }, @@ -202228,15 +207634,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 54477, - "end": 54489, + "start": 56492, + "end": 56504, "loc": { "start": { - "line": 1558, + "line": 1604, "column": 23 }, "end": { - "line": 1558, + "line": 1604, "column": 35 }, "identifierName": "ImageCapture" @@ -202250,15 +207656,15 @@ "operator": "===", "right": { "type": "UnaryExpression", - "start": 54494, - "end": 54509, + "start": 56509, + "end": 56524, "loc": { "start": { - "line": 1558, + "line": 1604, "column": 40 }, "end": { - "line": 1558, + "line": 1604, "column": 55 } }, @@ -202266,15 +207672,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 54501, - "end": 54509, + "start": 56516, + "end": 56524, "loc": { "start": { - "line": 1558, + "line": 1604, "column": 47 }, "end": { - "line": 1558, + "line": 1604, "column": 55 }, "identifierName": "Function" @@ -202287,95 +207693,95 @@ }, "extra": { "parenthesized": true, - "parenStart": 54469 + "parenStart": 56484 } }, "leadingComments": null }, "consequent": { "type": "BlockStatement", - "start": 54512, - "end": 55154, + "start": 56527, + "end": 57169, "loc": { "start": { - "line": 1558, + "line": 1604, "column": 58 }, "end": { - "line": 1573, + "line": 1619, "column": 13 } }, "body": [ { "type": "TryStatement", - "start": 54530, - "end": 55140, + "start": 56545, + "end": 57155, "loc": { "start": { - "line": 1559, + "line": 1605, "column": 16 }, "end": { - "line": 1572, + "line": 1618, "column": 32 } }, "block": { "type": "BlockStatement", - "start": 54534, - "end": 55125, + "start": 56549, + "end": 57140, "loc": { "start": { - "line": 1559, + "line": 1605, "column": 20 }, "end": { - "line": 1572, + "line": 1618, "column": 17 } }, "body": [ { "type": "VariableDeclaration", - "start": 54556, - "end": 54600, + "start": 56571, + "end": 56615, "loc": { "start": { - "line": 1560, + "line": 1606, "column": 20 }, "end": { - "line": 1560, + "line": 1606, "column": 64 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 54560, - "end": 54599, + "start": 56575, + "end": 56614, "loc": { "start": { - "line": 1560, + "line": 1606, "column": 24 }, "end": { - "line": 1560, + "line": 1606, "column": 63 } }, "id": { "type": "Identifier", - "start": 54560, - "end": 54565, + "start": 56575, + "end": 56580, "loc": { "start": { - "line": 1560, + "line": 1606, "column": 24 }, "end": { - "line": 1560, + "line": 1606, "column": 29 }, "identifierName": "track" @@ -202384,86 +207790,86 @@ }, "init": { "type": "MemberExpression", - "start": 54568, - "end": 54599, + "start": 56583, + "end": 56614, "loc": { "start": { - "line": 1560, + "line": 1606, "column": 32 }, "end": { - "line": 1560, + "line": 1606, "column": 63 } }, "object": { "type": "CallExpression", - "start": 54568, - "end": 54596, + "start": 56583, + "end": 56611, "loc": { "start": { - "line": 1560, + "line": 1606, "column": 32 }, "end": { - "line": 1560, + "line": 1606, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 54568, - "end": 54594, + "start": 56583, + "end": 56609, "loc": { "start": { - "line": 1560, + "line": 1606, "column": 32 }, "end": { - "line": 1560, + "line": 1606, "column": 58 } }, "object": { "type": "MemberExpression", - "start": 54568, - "end": 54579, + "start": 56583, + "end": 56594, "loc": { "start": { - "line": 1560, + "line": 1606, "column": 32 }, "end": { - "line": 1560, + "line": 1606, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 54568, - "end": 54572, + "start": 56583, + "end": 56587, "loc": { "start": { - "line": 1560, + "line": 1606, "column": 32 }, "end": { - "line": 1560, + "line": 1606, "column": 36 } } }, "property": { "type": "Identifier", - "start": 54573, - "end": 54579, + "start": 56588, + "end": 56594, "loc": { "start": { - "line": 1560, + "line": 1606, "column": 37 }, "end": { - "line": 1560, + "line": 1606, "column": 43 }, "identifierName": "stream" @@ -202474,15 +207880,15 @@ }, "property": { "type": "Identifier", - "start": 54580, - "end": 54594, + "start": 56595, + "end": 56609, "loc": { "start": { - "line": 1560, + "line": 1606, "column": 44 }, "end": { - "line": 1560, + "line": 1606, "column": 58 }, "identifierName": "getVideoTracks" @@ -202495,15 +207901,15 @@ }, "property": { "type": "NumericLiteral", - "start": 54597, - "end": 54598, + "start": 56612, + "end": 56613, "loc": { "start": { - "line": 1560, + "line": 1606, "column": 61 }, "end": { - "line": 1560, + "line": 1606, "column": 62 } }, @@ -202521,44 +207927,44 @@ }, { "type": "VariableDeclaration", - "start": 54621, - "end": 54664, + "start": 56636, + "end": 56679, "loc": { "start": { - "line": 1561, + "line": 1607, "column": 20 }, "end": { - "line": 1561, + "line": 1607, "column": 63 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 54625, - "end": 54663, + "start": 56640, + "end": 56678, "loc": { "start": { - "line": 1561, + "line": 1607, "column": 24 }, "end": { - "line": 1561, + "line": 1607, "column": 62 } }, "id": { "type": "Identifier", - "start": 54625, - "end": 54637, + "start": 56640, + "end": 56652, "loc": { "start": { - "line": 1561, + "line": 1607, "column": 24 }, "end": { - "line": 1561, + "line": 1607, "column": 36 }, "identifierName": "imageCapture" @@ -202567,29 +207973,29 @@ }, "init": { "type": "NewExpression", - "start": 54640, - "end": 54663, + "start": 56655, + "end": 56678, "loc": { "start": { - "line": 1561, + "line": 1607, "column": 39 }, "end": { - "line": 1561, + "line": 1607, "column": 62 } }, "callee": { "type": "Identifier", - "start": 54644, - "end": 54656, + "start": 56659, + "end": 56671, "loc": { "start": { - "line": 1561, + "line": 1607, "column": 43 }, "end": { - "line": 1561, + "line": 1607, "column": 55 }, "identifierName": "ImageCapture" @@ -202599,15 +208005,15 @@ "arguments": [ { "type": "Identifier", - "start": 54657, - "end": 54662, + "start": 56672, + "end": 56677, "loc": { "start": { - "line": 1561, + "line": 1607, "column": 56 }, "end": { - "line": 1561, + "line": 1607, "column": 61 }, "identifierName": "track" @@ -202623,15 +208029,15 @@ { "type": "CommentLine", "value": " take picture", - "start": 54685, - "end": 54700, + "start": 56700, + "end": 56715, "loc": { "start": { - "line": 1562, + "line": 1608, "column": 20 }, "end": { - "line": 1562, + "line": 1608, "column": 35 } } @@ -202640,113 +208046,113 @@ }, { "type": "ExpressionStatement", - "start": 54721, - "end": 55107, + "start": 56736, + "end": 57122, "loc": { "start": { - "line": 1563, + "line": 1609, "column": 20 }, "end": { - "line": 1571, + "line": 1617, "column": 23 } }, "expression": { "type": "CallExpression", - "start": 54721, - "end": 55106, + "start": 56736, + "end": 57121, "loc": { "start": { - "line": 1563, + "line": 1609, "column": 20 }, "end": { - "line": 1571, + "line": 1617, "column": 22 } }, "callee": { "type": "MemberExpression", - "start": 54721, - "end": 55022, + "start": 56736, + "end": 57037, "loc": { "start": { - "line": 1563, + "line": 1609, "column": 20 }, "end": { - "line": 1569, + "line": 1615, "column": 28 } }, "object": { "type": "CallExpression", - "start": 54721, - "end": 55016, + "start": 56736, + "end": 57031, "loc": { "start": { - "line": 1563, + "line": 1609, "column": 20 }, "end": { - "line": 1569, + "line": 1615, "column": 22 } }, "callee": { "type": "MemberExpression", - "start": 54721, - "end": 54750, + "start": 56736, + "end": 56765, "loc": { "start": { - "line": 1563, + "line": 1609, "column": 20 }, "end": { - "line": 1563, + "line": 1609, "column": 49 } }, "object": { "type": "CallExpression", - "start": 54721, - "end": 54745, + "start": 56736, + "end": 56760, "loc": { "start": { - "line": 1563, + "line": 1609, "column": 20 }, "end": { - "line": 1563, + "line": 1609, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 54721, - "end": 54743, + "start": 56736, + "end": 56758, "loc": { "start": { - "line": 1563, + "line": 1609, "column": 20 }, "end": { - "line": 1563, + "line": 1609, "column": 42 } }, "object": { "type": "Identifier", - "start": 54721, - "end": 54733, + "start": 56736, + "end": 56748, "loc": { "start": { - "line": 1563, + "line": 1609, "column": 20 }, "end": { - "line": 1563, + "line": 1609, "column": 32 }, "identifierName": "imageCapture" @@ -202756,15 +208162,15 @@ }, "property": { "type": "Identifier", - "start": 54734, - "end": 54743, + "start": 56749, + "end": 56758, "loc": { "start": { - "line": 1563, + "line": 1609, "column": 33 }, "end": { - "line": 1563, + "line": 1609, "column": 42 }, "identifierName": "grabFrame" @@ -202779,15 +208185,15 @@ }, "property": { "type": "Identifier", - "start": 54746, - "end": 54750, + "start": 56761, + "end": 56765, "loc": { "start": { - "line": 1563, + "line": 1609, "column": 45 }, "end": { - "line": 1563, + "line": 1609, "column": 49 }, "identifierName": "then" @@ -202800,15 +208206,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 54751, - "end": 55015, + "start": 56766, + "end": 57030, "loc": { "start": { - "line": 1563, + "line": 1609, "column": 50 }, "end": { - "line": 1569, + "line": 1615, "column": 21 } }, @@ -202819,15 +208225,15 @@ "params": [ { "type": "Identifier", - "start": 54752, - "end": 54763, + "start": 56767, + "end": 56778, "loc": { "start": { - "line": 1563, + "line": 1609, "column": 51 }, "end": { - "line": 1563, + "line": 1609, "column": 62 }, "identifierName": "imageBitmap" @@ -202837,72 +208243,72 @@ ], "body": { "type": "BlockStatement", - "start": 54768, - "end": 55015, + "start": 56783, + "end": 57030, "loc": { "start": { - "line": 1563, + "line": 1609, "column": 67 }, "end": { - "line": 1569, + "line": 1615, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 54861, - "end": 54904, + "start": 56876, + "end": 56919, "loc": { "start": { - "line": 1565, + "line": 1611, "column": 24 }, "end": { - "line": 1565, + "line": 1611, "column": 67 } }, "expression": { "type": "CallExpression", - "start": 54861, - "end": 54903, + "start": 56876, + "end": 56918, "loc": { "start": { - "line": 1565, + "line": 1611, "column": 24 }, "end": { - "line": 1565, + "line": 1611, "column": 66 } }, "callee": { "type": "MemberExpression", - "start": 54861, - "end": 54876, + "start": 56876, + "end": 56891, "loc": { "start": { - "line": 1565, + "line": 1611, "column": 24 }, "end": { - "line": 1565, + "line": 1611, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 54861, - "end": 54865, + "start": 56876, + "end": 56880, "loc": { "start": { - "line": 1565, + "line": 1611, "column": 24 }, "end": { - "line": 1565, + "line": 1611, "column": 28 } }, @@ -202910,15 +208316,15 @@ }, "property": { "type": "Identifier", - "start": 54866, - "end": 54876, + "start": 56881, + "end": 56891, "loc": { "start": { - "line": 1565, + "line": 1611, "column": 29 }, "end": { - "line": 1565, + "line": 1611, "column": 39 }, "identifierName": "drawCanvas" @@ -202931,15 +208337,15 @@ "arguments": [ { "type": "Identifier", - "start": 54877, - "end": 54889, + "start": 56892, + "end": 56904, "loc": { "start": { - "line": 1565, + "line": 1611, "column": 40 }, "end": { - "line": 1565, + "line": 1611, "column": 52 }, "identifierName": "recordCanvas" @@ -202948,15 +208354,15 @@ }, { "type": "Identifier", - "start": 54891, - "end": 54902, + "start": 56906, + "end": 56917, "loc": { "start": { - "line": 1565, + "line": 1611, "column": 54 }, "end": { - "line": 1565, + "line": 1611, "column": 65 }, "identifierName": "imageBitmap" @@ -202970,15 +208376,15 @@ { "type": "CommentLine", "value": " get a frame and copy it onto the canvas", - "start": 54794, - "end": 54836, + "start": 56809, + "end": 56851, "loc": { "start": { - "line": 1564, + "line": 1610, "column": 24 }, "end": { - "line": 1564, + "line": 1610, "column": 66 } } @@ -202988,15 +208394,15 @@ { "type": "CommentLine", "value": " notify others", - "start": 54930, - "end": 54946, + "start": 56945, + "end": 56961, "loc": { "start": { - "line": 1567, + "line": 1613, "column": 24 }, "end": { - "line": 1567, + "line": 1613, "column": 40 } } @@ -203005,43 +208411,43 @@ }, { "type": "ExpressionStatement", - "start": 54971, - "end": 54993, + "start": 56986, + "end": 57008, "loc": { "start": { - "line": 1568, + "line": 1614, "column": 24 }, "end": { - "line": 1568, + "line": 1614, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 54971, - "end": 54992, + "start": 56986, + "end": 57007, "loc": { "start": { - "line": 1568, + "line": 1614, "column": 24 }, "end": { - "line": 1568, + "line": 1614, "column": 45 } }, "callee": { "type": "Identifier", - "start": 54971, - "end": 54978, + "start": 56986, + "end": 56993, "loc": { "start": { - "line": 1568, + "line": 1614, "column": 24 }, "end": { - "line": 1568, + "line": 1614, "column": 31 }, "identifierName": "resolve" @@ -203052,15 +208458,15 @@ "arguments": [ { "type": "Identifier", - "start": 54979, - "end": 54991, + "start": 56994, + "end": 57006, "loc": { "start": { - "line": 1568, + "line": 1614, "column": 32 }, "end": { - "line": 1568, + "line": 1614, "column": 44 }, "identifierName": "recordCanvas" @@ -203074,15 +208480,15 @@ { "type": "CommentLine", "value": " notify others", - "start": 54930, - "end": 54946, + "start": 56945, + "end": 56961, "loc": { "start": { - "line": 1567, + "line": 1613, "column": 24 }, "end": { - "line": 1567, + "line": 1613, "column": 40 } } @@ -203098,15 +208504,15 @@ }, "property": { "type": "Identifier", - "start": 55017, - "end": 55022, + "start": 57032, + "end": 57037, "loc": { "start": { - "line": 1569, + "line": 1615, "column": 23 }, "end": { - "line": 1569, + "line": 1615, "column": 28 }, "identifierName": "catch" @@ -203119,15 +208525,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 55023, - "end": 55105, + "start": 57038, + "end": 57120, "loc": { "start": { - "line": 1569, + "line": 1615, "column": 29 }, "end": { - "line": 1571, + "line": 1617, "column": 21 } }, @@ -203138,15 +208544,15 @@ "params": [ { "type": "Identifier", - "start": 55024, - "end": 55029, + "start": 57039, + "end": 57044, "loc": { "start": { - "line": 1569, + "line": 1615, "column": 30 }, "end": { - "line": 1569, + "line": 1615, "column": 35 }, "identifierName": "error" @@ -203156,15 +208562,15 @@ ], "body": { "type": "BlockStatement", - "start": 55034, - "end": 55105, + "start": 57049, + "end": 57120, "loc": { "start": { - "line": 1569, + "line": 1615, "column": 40 }, "end": { - "line": 1571, + "line": 1617, "column": 21 } }, @@ -203175,15 +208581,15 @@ { "type": "CommentLine", "value": " ignore, try oldskool", - "start": 55060, - "end": 55083, + "start": 57075, + "end": 57098, "loc": { "start": { - "line": 1570, + "line": 1616, "column": 24 }, "end": { - "line": 1570, + "line": 1616, "column": 47 } } @@ -203194,15 +208600,15 @@ { "type": "CommentLine", "value": " ignore, try oldskool", - "start": 55060, - "end": 55083, + "start": 57075, + "end": 57098, "loc": { "start": { - "line": 1570, + "line": 1616, "column": 24 }, "end": { - "line": 1570, + "line": 1616, "column": 47 } } @@ -203216,15 +208622,15 @@ { "type": "CommentLine", "value": " take picture", - "start": 54685, - "end": 54700, + "start": 56700, + "end": 56715, "loc": { "start": { - "line": 1562, + "line": 1608, "column": 20 }, "end": { - "line": 1562, + "line": 1608, "column": 35 } } @@ -203236,29 +208642,29 @@ }, "handler": { "type": "CatchClause", - "start": 55126, - "end": 55140, + "start": 57141, + "end": 57155, "loc": { "start": { - "line": 1572, + "line": 1618, "column": 18 }, "end": { - "line": 1572, + "line": 1618, "column": 32 } }, "param": { "type": "Identifier", - "start": 55133, - "end": 55136, + "start": 57148, + "end": 57151, "loc": { "start": { - "line": 1572, + "line": 1618, "column": 25 }, "end": { - "line": 1572, + "line": 1618, "column": 28 }, "identifierName": "err" @@ -203267,15 +208673,15 @@ }, "body": { "type": "BlockStatement", - "start": 55138, - "end": 55140, + "start": 57153, + "end": 57155, "loc": { "start": { - "line": 1572, + "line": 1618, "column": 30 }, "end": { - "line": 1572, + "line": 1618, "column": 32 } }, @@ -203295,15 +208701,15 @@ { "type": "CommentLine", "value": " MediaCapture is only supported on:", - "start": 53960, - "end": 53997, + "start": 55975, + "end": 56012, "loc": { "start": { - "line": 1550, + "line": 1596, "column": 12 }, "end": { - "line": 1550, + "line": 1596, "column": 49 } } @@ -203311,15 +208717,15 @@ { "type": "CommentLine", "value": " - Chrome 60 and newer (see", - "start": 54010, - "end": 54039, + "start": 56025, + "end": 56054, "loc": { "start": { - "line": 1551, + "line": 1597, "column": 12 }, "end": { - "line": 1551, + "line": 1597, "column": 41 } } @@ -203327,15 +208733,15 @@ { "type": "CommentLine", "value": " https://github.com/w3c/mediacapture-image/blob/gh-pages/implementation-status.md)", - "start": 54052, - "end": 54136, + "start": 56067, + "end": 56151, "loc": { "start": { - "line": 1552, + "line": 1598, "column": 12 }, "end": { - "line": 1552, + "line": 1598, "column": 96 } } @@ -203343,15 +208749,15 @@ { "type": "CommentLine", "value": " - Firefox behind flag (https://bugzilla.mozilla.org/show_bug.cgi?id=888177)", - "start": 54149, - "end": 54227, + "start": 56164, + "end": 56242, "loc": { "start": { - "line": 1553, + "line": 1599, "column": 12 }, "end": { - "line": 1553, + "line": 1599, "column": 90 } } @@ -203359,15 +208765,15 @@ { "type": "CommentLine", "value": "", - "start": 54240, - "end": 54242, + "start": 56255, + "end": 56257, "loc": { "start": { - "line": 1554, + "line": 1600, "column": 12 }, "end": { - "line": 1554, + "line": 1600, "column": 14 } } @@ -203375,15 +208781,15 @@ { "type": "CommentLine", "value": " importing ImageCapture can fail when enabling chrome flag is still required.", - "start": 54255, - "end": 54334, + "start": 56270, + "end": 56349, "loc": { "start": { - "line": 1555, + "line": 1601, "column": 12 }, "end": { - "line": 1555, + "line": 1601, "column": 91 } } @@ -203391,15 +208797,15 @@ { "type": "CommentLine", "value": " if so; ignore and continue", - "start": 54347, - "end": 54376, + "start": 56362, + "end": 56391, "loc": { "start": { - "line": 1556, + "line": 1602, "column": 12 }, "end": { - "line": 1556, + "line": 1602, "column": 41 } } @@ -203409,15 +208815,15 @@ { "type": "CommentLine", "value": " no ImageCapture available: do it the oldskool way", - "start": 55167, - "end": 55219, + "start": 57182, + "end": 57234, "loc": { "start": { - "line": 1574, + "line": 1620, "column": 12 }, "end": { - "line": 1574, + "line": 1620, "column": 64 } } @@ -203425,15 +208831,15 @@ { "type": "CommentLine", "value": " get a frame and copy it onto the canvas", - "start": 55233, - "end": 55275, + "start": 57248, + "end": 57290, "loc": { "start": { - "line": 1576, + "line": 1622, "column": 12 }, "end": { - "line": 1576, + "line": 1622, "column": 54 } } @@ -203442,57 +208848,57 @@ }, { "type": "ExpressionStatement", - "start": 55288, - "end": 55337, + "start": 57303, + "end": 57352, "loc": { "start": { - "line": 1577, + "line": 1623, "column": 12 }, "end": { - "line": 1577, + "line": 1623, "column": 61 } }, "expression": { "type": "CallExpression", - "start": 55288, - "end": 55336, + "start": 57303, + "end": 57351, "loc": { "start": { - "line": 1577, + "line": 1623, "column": 12 }, "end": { - "line": 1577, + "line": 1623, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 55288, - "end": 55303, + "start": 57303, + "end": 57318, "loc": { "start": { - "line": 1577, + "line": 1623, "column": 12 }, "end": { - "line": 1577, + "line": 1623, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 55288, - "end": 55292, + "start": 57303, + "end": 57307, "loc": { "start": { - "line": 1577, + "line": 1623, "column": 12 }, "end": { - "line": 1577, + "line": 1623, "column": 16 } }, @@ -203500,15 +208906,15 @@ }, "property": { "type": "Identifier", - "start": 55293, - "end": 55303, + "start": 57308, + "end": 57318, "loc": { "start": { - "line": 1577, + "line": 1623, "column": 17 }, "end": { - "line": 1577, + "line": 1623, "column": 27 }, "identifierName": "drawCanvas" @@ -203521,15 +208927,15 @@ "arguments": [ { "type": "Identifier", - "start": 55304, - "end": 55316, + "start": 57319, + "end": 57331, "loc": { "start": { - "line": 1577, + "line": 1623, "column": 28 }, "end": { - "line": 1577, + "line": 1623, "column": 40 }, "identifierName": "recordCanvas" @@ -203538,44 +208944,44 @@ }, { "type": "MemberExpression", - "start": 55318, - "end": 55335, + "start": 57333, + "end": 57350, "loc": { "start": { - "line": 1577, + "line": 1623, "column": 42 }, "end": { - "line": 1577, + "line": 1623, "column": 59 } }, "object": { "type": "ThisExpression", - "start": 55318, - "end": 55322, + "start": 57333, + "end": 57337, "loc": { "start": { - "line": 1577, + "line": 1623, "column": 42 }, "end": { - "line": 1577, + "line": 1623, "column": 46 } } }, "property": { "type": "Identifier", - "start": 55323, - "end": 55335, + "start": 57338, + "end": 57350, "loc": { "start": { - "line": 1577, + "line": 1623, "column": 47 }, "end": { - "line": 1577, + "line": 1623, "column": 59 }, "identifierName": "mediaElement" @@ -203591,15 +208997,15 @@ { "type": "CommentLine", "value": " no ImageCapture available: do it the oldskool way", - "start": 55167, - "end": 55219, + "start": 57182, + "end": 57234, "loc": { "start": { - "line": 1574, + "line": 1620, "column": 12 }, "end": { - "line": 1574, + "line": 1620, "column": 64 } } @@ -203607,15 +209013,15 @@ { "type": "CommentLine", "value": " get a frame and copy it onto the canvas", - "start": 55233, - "end": 55275, + "start": 57248, + "end": 57290, "loc": { "start": { - "line": 1576, + "line": 1622, "column": 12 }, "end": { - "line": 1576, + "line": 1622, "column": 54 } } @@ -203625,15 +209031,15 @@ { "type": "CommentLine", "value": " notify others", - "start": 55351, - "end": 55367, + "start": 57366, + "end": 57382, "loc": { "start": { - "line": 1579, + "line": 1625, "column": 12 }, "end": { - "line": 1579, + "line": 1625, "column": 28 } } @@ -203642,43 +209048,43 @@ }, { "type": "ExpressionStatement", - "start": 55380, - "end": 55402, + "start": 57395, + "end": 57417, "loc": { "start": { - "line": 1580, + "line": 1626, "column": 12 }, "end": { - "line": 1580, + "line": 1626, "column": 34 } }, "expression": { "type": "CallExpression", - "start": 55380, - "end": 55401, + "start": 57395, + "end": 57416, "loc": { "start": { - "line": 1580, + "line": 1626, "column": 12 }, "end": { - "line": 1580, + "line": 1626, "column": 33 } }, "callee": { "type": "Identifier", - "start": 55380, - "end": 55387, + "start": 57395, + "end": 57402, "loc": { "start": { - "line": 1580, + "line": 1626, "column": 12 }, "end": { - "line": 1580, + "line": 1626, "column": 19 }, "identifierName": "resolve" @@ -203689,15 +209095,15 @@ "arguments": [ { "type": "Identifier", - "start": 55388, - "end": 55400, + "start": 57403, + "end": 57415, "loc": { "start": { - "line": 1580, + "line": 1626, "column": 20 }, "end": { - "line": 1580, + "line": 1626, "column": 32 }, "identifierName": "recordCanvas" @@ -203711,15 +209117,15 @@ { "type": "CommentLine", "value": " notify others", - "start": 55351, - "end": 55367, + "start": 57366, + "end": 57382, "loc": { "start": { - "line": 1579, + "line": 1625, "column": 12 }, "end": { - "line": 1579, + "line": 1625, "column": 28 } } @@ -203741,15 +209147,15 @@ { "type": "CommentBlock", "value": "*\n * Capture frame from camera and copy data to canvas.\n * @private\n * @returns {void}\n ", - "start": 53437, - "end": 53545, + "start": 55452, + "end": 55560, "loc": { "start": { - "line": 1535, + "line": 1581, "column": 4 }, "end": { - "line": 1539, + "line": 1585, "column": 7 } } @@ -203759,15 +209165,15 @@ { "type": "CommentBlock", "value": "*\n * Draw image frame on canvas element.\n * @private\n * @param {HTMLCanvasElement} canvas - Canvas to draw on.\n * @param {HTMLElement} element - Element to draw onto the canvas.\n ", - "start": 55426, - "end": 55629, + "start": 57441, + "end": 57644, "loc": { "start": { - "line": 1584, + "line": 1630, "column": 4 }, "end": { - "line": 1589, + "line": 1635, "column": 7 } } @@ -203776,15 +209182,15 @@ }, { "type": "ClassMethod", - "start": 55634, - "end": 55802, + "start": 57649, + "end": 57817, "loc": { "start": { - "line": 1590, + "line": 1636, "column": 4 }, "end": { - "line": 1596, + "line": 1642, "column": 5 } }, @@ -203792,15 +209198,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 55634, - "end": 55644, + "start": 57649, + "end": 57659, "loc": { "start": { - "line": 1590, + "line": 1636, "column": 4 }, "end": { - "line": 1590, + "line": 1636, "column": 14 }, "identifierName": "drawCanvas" @@ -203816,15 +209222,15 @@ "params": [ { "type": "Identifier", - "start": 55645, - "end": 55651, + "start": 57660, + "end": 57666, "loc": { "start": { - "line": 1590, + "line": 1636, "column": 15 }, "end": { - "line": 1590, + "line": 1636, "column": 21 }, "identifierName": "canvas" @@ -203833,15 +209239,15 @@ }, { "type": "Identifier", - "start": 55653, - "end": 55660, + "start": 57668, + "end": 57675, "loc": { "start": { - "line": 1590, + "line": 1636, "column": 23 }, "end": { - "line": 1590, + "line": 1636, "column": 30 }, "identifierName": "element" @@ -203851,100 +209257,100 @@ ], "body": { "type": "BlockStatement", - "start": 55662, - "end": 55802, + "start": 57677, + "end": 57817, "loc": { "start": { - "line": 1590, + "line": 1636, "column": 32 }, "end": { - "line": 1596, + "line": 1642, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 55672, - "end": 55796, + "start": 57687, + "end": 57811, "loc": { "start": { - "line": 1591, + "line": 1637, "column": 8 }, "end": { - "line": 1595, + "line": 1641, "column": 10 } }, "expression": { "type": "CallExpression", - "start": 55672, - "end": 55795, + "start": 57687, + "end": 57810, "loc": { "start": { - "line": 1591, + "line": 1637, "column": 8 }, "end": { - "line": 1595, + "line": 1641, "column": 9 } }, "callee": { "type": "MemberExpression", - "start": 55672, - "end": 55705, + "start": 57687, + "end": 57720, "loc": { "start": { - "line": 1591, + "line": 1637, "column": 8 }, "end": { - "line": 1591, + "line": 1637, "column": 41 } }, "object": { "type": "CallExpression", - "start": 55672, - "end": 55695, + "start": 57687, + "end": 57710, "loc": { "start": { - "line": 1591, + "line": 1637, "column": 8 }, "end": { - "line": 1591, + "line": 1637, "column": 31 } }, "callee": { "type": "MemberExpression", - "start": 55672, - "end": 55689, + "start": 57687, + "end": 57704, "loc": { "start": { - "line": 1591, + "line": 1637, "column": 8 }, "end": { - "line": 1591, + "line": 1637, "column": 25 } }, "object": { "type": "Identifier", - "start": 55672, - "end": 55678, + "start": 57687, + "end": 57693, "loc": { "start": { - "line": 1591, + "line": 1637, "column": 8 }, "end": { - "line": 1591, + "line": 1637, "column": 14 }, "identifierName": "canvas" @@ -203953,15 +209359,15 @@ }, "property": { "type": "Identifier", - "start": 55679, - "end": 55689, + "start": 57694, + "end": 57704, "loc": { "start": { - "line": 1591, + "line": 1637, "column": 15 }, "end": { - "line": 1591, + "line": 1637, "column": 25 }, "identifierName": "getContext" @@ -203973,15 +209379,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 55690, - "end": 55694, + "start": 57705, + "end": 57709, "loc": { "start": { - "line": 1591, + "line": 1637, "column": 26 }, "end": { - "line": 1591, + "line": 1637, "column": 30 } }, @@ -203995,15 +209401,15 @@ }, "property": { "type": "Identifier", - "start": 55696, - "end": 55705, + "start": 57711, + "end": 57720, "loc": { "start": { - "line": 1591, + "line": 1637, "column": 32 }, "end": { - "line": 1591, + "line": 1637, "column": 41 }, "identifierName": "drawImage" @@ -204015,15 +209421,15 @@ "arguments": [ { "type": "Identifier", - "start": 55719, - "end": 55726, + "start": 57734, + "end": 57741, "loc": { "start": { - "line": 1592, + "line": 1638, "column": 12 }, "end": { - "line": 1592, + "line": 1638, "column": 19 }, "identifierName": "element" @@ -204032,15 +209438,15 @@ }, { "type": "NumericLiteral", - "start": 55728, - "end": 55729, + "start": 57743, + "end": 57744, "loc": { "start": { - "line": 1592, + "line": 1638, "column": 21 }, "end": { - "line": 1592, + "line": 1638, "column": 22 } }, @@ -204052,15 +209458,15 @@ }, { "type": "NumericLiteral", - "start": 55731, - "end": 55732, + "start": 57746, + "end": 57747, "loc": { "start": { - "line": 1592, + "line": 1638, "column": 24 }, "end": { - "line": 1592, + "line": 1638, "column": 25 } }, @@ -204072,29 +209478,29 @@ }, { "type": "MemberExpression", - "start": 55746, - "end": 55758, + "start": 57761, + "end": 57773, "loc": { "start": { - "line": 1593, + "line": 1639, "column": 12 }, "end": { - "line": 1593, + "line": 1639, "column": 24 } }, "object": { "type": "Identifier", - "start": 55746, - "end": 55752, + "start": 57761, + "end": 57767, "loc": { "start": { - "line": 1593, + "line": 1639, "column": 12 }, "end": { - "line": 1593, + "line": 1639, "column": 18 }, "identifierName": "canvas" @@ -204103,15 +209509,15 @@ }, "property": { "type": "Identifier", - "start": 55753, - "end": 55758, + "start": 57768, + "end": 57773, "loc": { "start": { - "line": 1593, + "line": 1639, "column": 19 }, "end": { - "line": 1593, + "line": 1639, "column": 24 }, "identifierName": "width" @@ -204122,29 +209528,29 @@ }, { "type": "MemberExpression", - "start": 55772, - "end": 55785, + "start": 57787, + "end": 57800, "loc": { "start": { - "line": 1594, + "line": 1640, "column": 12 }, "end": { - "line": 1594, + "line": 1640, "column": 25 } }, "object": { "type": "Identifier", - "start": 55772, - "end": 55778, + "start": 57787, + "end": 57793, "loc": { "start": { - "line": 1594, + "line": 1640, "column": 12 }, "end": { - "line": 1594, + "line": 1640, "column": 18 }, "identifierName": "canvas" @@ -204153,15 +209559,15 @@ }, "property": { "type": "Identifier", - "start": 55779, - "end": 55785, + "start": 57794, + "end": 57800, "loc": { "start": { - "line": 1594, + "line": 1640, "column": 19 }, "end": { - "line": 1594, + "line": 1640, "column": 25 }, "identifierName": "height" @@ -204181,15 +209587,15 @@ { "type": "CommentBlock", "value": "*\n * Draw image frame on canvas element.\n * @private\n * @param {HTMLCanvasElement} canvas - Canvas to draw on.\n * @param {HTMLElement} element - Element to draw onto the canvas.\n ", - "start": 55426, - "end": 55629, + "start": 57441, + "end": 57644, "loc": { "start": { - "line": 1584, + "line": 1630, "column": 4 }, "end": { - "line": 1589, + "line": 1635, "column": 7 } } @@ -204199,15 +209605,15 @@ { "type": "CommentBlock", "value": "*\n * Start preview of video stream.\n * @private\n ", - "start": 55808, - "end": 55873, + "start": 57823, + "end": 57888, "loc": { "start": { - "line": 1598, + "line": 1644, "column": 4 }, "end": { - "line": 1601, + "line": 1647, "column": 7 } } @@ -204216,15 +209622,15 @@ }, { "type": "ClassMethod", - "start": 55878, - "end": 56435, + "start": 57893, + "end": 58450, "loc": { "start": { - "line": 1602, + "line": 1648, "column": 4 }, "end": { - "line": 1621, + "line": 1667, "column": 5 } }, @@ -204232,15 +209638,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 55878, - "end": 55895, + "start": 57893, + "end": 57910, "loc": { "start": { - "line": 1602, + "line": 1648, "column": 4 }, "end": { - "line": 1602, + "line": 1648, "column": 21 }, "identifierName": "startVideoPreview" @@ -204256,72 +209662,72 @@ "params": [], "body": { "type": "BlockStatement", - "start": 55898, - "end": 56435, + "start": 57913, + "end": 58450, "loc": { "start": { - "line": 1602, + "line": 1648, "column": 24 }, "end": { - "line": 1621, + "line": 1667, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 55943, - "end": 55970, + "start": 57958, + "end": 57985, "loc": { "start": { - "line": 1604, + "line": 1650, "column": 8 }, "end": { - "line": 1604, + "line": 1650, "column": 35 } }, "expression": { "type": "CallExpression", - "start": 55943, - "end": 55969, + "start": 57958, + "end": 57984, "loc": { "start": { - "line": 1604, + "line": 1650, "column": 8 }, "end": { - "line": 1604, + "line": 1650, "column": 34 } }, "callee": { "type": "MemberExpression", - "start": 55943, - "end": 55951, + "start": 57958, + "end": 57966, "loc": { "start": { - "line": 1604, + "line": 1650, "column": 8 }, "end": { - "line": 1604, + "line": 1650, "column": 16 } }, "object": { "type": "ThisExpression", - "start": 55943, - "end": 55947, + "start": 57958, + "end": 57962, "loc": { "start": { - "line": 1604, + "line": 1650, "column": 8 }, "end": { - "line": 1604, + "line": 1650, "column": 12 } }, @@ -204329,15 +209735,15 @@ }, "property": { "type": "Identifier", - "start": 55948, - "end": 55951, + "start": 57963, + "end": 57966, "loc": { "start": { - "line": 1604, + "line": 1650, "column": 13 }, "end": { - "line": 1604, + "line": 1650, "column": 16 }, "identifierName": "off" @@ -204350,29 +209756,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 55952, - "end": 55968, + "start": 57967, + "end": 57983, "loc": { "start": { - "line": 1604, + "line": 1650, "column": 17 }, "end": { - "line": 1604, + "line": 1650, "column": 33 } }, "object": { "type": "Identifier", - "start": 55952, - "end": 55957, + "start": 57967, + "end": 57972, "loc": { "start": { - "line": 1604, + "line": 1650, "column": 17 }, "end": { - "line": 1604, + "line": 1650, "column": 22 }, "identifierName": "Event" @@ -204381,15 +209787,15 @@ }, "property": { "type": "Identifier", - "start": 55958, - "end": 55968, + "start": 57973, + "end": 57983, "loc": { "start": { - "line": 1604, + "line": 1650, "column": 23 }, "end": { - "line": 1604, + "line": 1650, "column": 33 }, "identifierName": "TIMEUPDATE" @@ -204405,15 +209811,15 @@ { "type": "CommentLine", "value": " disable playback events", - "start": 55908, - "end": 55934, + "start": 57923, + "end": 57949, "loc": { "start": { - "line": 1603, + "line": 1649, "column": 8 }, "end": { - "line": 1603, + "line": 1649, "column": 34 } } @@ -204422,72 +209828,72 @@ }, { "type": "ExpressionStatement", - "start": 55979, - "end": 56010, + "start": 57994, + "end": 58025, "loc": { "start": { - "line": 1605, + "line": 1651, "column": 8 }, "end": { - "line": 1605, + "line": 1651, "column": 39 } }, "expression": { "type": "CallExpression", - "start": 55979, - "end": 56009, + "start": 57994, + "end": 58024, "loc": { "start": { - "line": 1605, + "line": 1651, "column": 8 }, "end": { - "line": 1605, + "line": 1651, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 55979, - "end": 55987, + "start": 57994, + "end": 58002, "loc": { "start": { - "line": 1605, + "line": 1651, "column": 8 }, "end": { - "line": 1605, + "line": 1651, "column": 16 } }, "object": { "type": "ThisExpression", - "start": 55979, - "end": 55983, + "start": 57994, + "end": 57998, "loc": { "start": { - "line": 1605, + "line": 1651, "column": 8 }, "end": { - "line": 1605, + "line": 1651, "column": 12 } } }, "property": { "type": "Identifier", - "start": 55984, - "end": 55987, + "start": 57999, + "end": 58002, "loc": { "start": { - "line": 1605, + "line": 1651, "column": 13 }, "end": { - "line": 1605, + "line": 1651, "column": 16 }, "identifierName": "off" @@ -204499,29 +209905,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 55988, - "end": 56008, + "start": 58003, + "end": 58023, "loc": { "start": { - "line": 1605, + "line": 1651, "column": 17 }, "end": { - "line": 1605, + "line": 1651, "column": 37 } }, "object": { "type": "Identifier", - "start": 55988, - "end": 55993, + "start": 58003, + "end": 58008, "loc": { "start": { - "line": 1605, + "line": 1651, "column": 17 }, "end": { - "line": 1605, + "line": 1651, "column": 22 }, "identifierName": "Event" @@ -204530,15 +209936,15 @@ }, "property": { "type": "Identifier", - "start": 55994, - "end": 56008, + "start": 58009, + "end": 58023, "loc": { "start": { - "line": 1605, + "line": 1651, "column": 23 }, "end": { - "line": 1605, + "line": 1651, "column": 37 }, "identifierName": "DURATIONCHANGE" @@ -204552,72 +209958,72 @@ }, { "type": "ExpressionStatement", - "start": 56019, - "end": 56050, + "start": 58034, + "end": 58065, "loc": { "start": { - "line": 1606, + "line": 1652, "column": 8 }, "end": { - "line": 1606, + "line": 1652, "column": 39 } }, "expression": { "type": "CallExpression", - "start": 56019, - "end": 56049, + "start": 58034, + "end": 58064, "loc": { "start": { - "line": 1606, + "line": 1652, "column": 8 }, "end": { - "line": 1606, + "line": 1652, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 56019, - "end": 56027, + "start": 58034, + "end": 58042, "loc": { "start": { - "line": 1606, + "line": 1652, "column": 8 }, "end": { - "line": 1606, + "line": 1652, "column": 16 } }, "object": { "type": "ThisExpression", - "start": 56019, - "end": 56023, + "start": 58034, + "end": 58038, "loc": { "start": { - "line": 1606, + "line": 1652, "column": 8 }, "end": { - "line": 1606, + "line": 1652, "column": 12 } } }, "property": { "type": "Identifier", - "start": 56024, - "end": 56027, + "start": 58039, + "end": 58042, "loc": { "start": { - "line": 1606, + "line": 1652, "column": 13 }, "end": { - "line": 1606, + "line": 1652, "column": 16 }, "identifierName": "off" @@ -204629,29 +210035,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 56028, - "end": 56048, + "start": 58043, + "end": 58063, "loc": { "start": { - "line": 1606, + "line": 1652, "column": 17 }, "end": { - "line": 1606, + "line": 1652, "column": 37 } }, "object": { "type": "Identifier", - "start": 56028, - "end": 56033, + "start": 58043, + "end": 58048, "loc": { "start": { - "line": 1606, + "line": 1652, "column": 17 }, "end": { - "line": 1606, + "line": 1652, "column": 22 }, "identifierName": "Event" @@ -204660,15 +210066,15 @@ }, "property": { "type": "Identifier", - "start": 56034, - "end": 56048, + "start": 58049, + "end": 58063, "loc": { "start": { - "line": 1606, + "line": 1652, "column": 23 }, "end": { - "line": 1606, + "line": 1652, "column": 37 }, "identifierName": "LOADEDMETADATA" @@ -204682,72 +210088,72 @@ }, { "type": "ExpressionStatement", - "start": 56059, - "end": 56080, + "start": 58074, + "end": 58095, "loc": { "start": { - "line": 1607, + "line": 1653, "column": 8 }, "end": { - "line": 1607, + "line": 1653, "column": 29 } }, "expression": { "type": "CallExpression", - "start": 56059, - "end": 56079, + "start": 58074, + "end": 58094, "loc": { "start": { - "line": 1607, + "line": 1653, "column": 8 }, "end": { - "line": 1607, + "line": 1653, "column": 28 } }, "callee": { "type": "MemberExpression", - "start": 56059, - "end": 56067, + "start": 58074, + "end": 58082, "loc": { "start": { - "line": 1607, + "line": 1653, "column": 8 }, "end": { - "line": 1607, + "line": 1653, "column": 16 } }, "object": { "type": "ThisExpression", - "start": 56059, - "end": 56063, + "start": 58074, + "end": 58078, "loc": { "start": { - "line": 1607, + "line": 1653, "column": 8 }, "end": { - "line": 1607, + "line": 1653, "column": 12 } } }, "property": { "type": "Identifier", - "start": 56064, - "end": 56067, + "start": 58079, + "end": 58082, "loc": { "start": { - "line": 1607, + "line": 1653, "column": 13 }, "end": { - "line": 1607, + "line": 1653, "column": 16 }, "identifierName": "off" @@ -204759,29 +210165,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 56068, - "end": 56078, + "start": 58083, + "end": 58093, "loc": { "start": { - "line": 1607, + "line": 1653, "column": 17 }, "end": { - "line": 1607, + "line": 1653, "column": 27 } }, "object": { "type": "Identifier", - "start": 56068, - "end": 56073, + "start": 58083, + "end": 58088, "loc": { "start": { - "line": 1607, + "line": 1653, "column": 17 }, "end": { - "line": 1607, + "line": 1653, "column": 22 }, "identifierName": "Event" @@ -204790,15 +210196,15 @@ }, "property": { "type": "Identifier", - "start": 56074, - "end": 56078, + "start": 58089, + "end": 58093, "loc": { "start": { - "line": 1607, + "line": 1653, "column": 23 }, "end": { - "line": 1607, + "line": 1653, "column": 27 }, "identifierName": "PLAY" @@ -204813,15 +210219,15 @@ { "type": "CommentLine", "value": " mute local audio", - "start": 56090, - "end": 56109, + "start": 58105, + "end": 58124, "loc": { "start": { - "line": 1609, + "line": 1655, "column": 8 }, "end": { - "line": 1609, + "line": 1655, "column": 27 } } @@ -204830,72 +210236,72 @@ }, { "type": "ExpressionStatement", - "start": 56118, - "end": 56149, + "start": 58133, + "end": 58164, "loc": { "start": { - "line": 1610, + "line": 1656, "column": 8 }, "end": { - "line": 1610, + "line": 1656, "column": 39 } }, "expression": { "type": "AssignmentExpression", - "start": 56118, - "end": 56148, + "start": 58133, + "end": 58163, "loc": { "start": { - "line": 1610, + "line": 1656, "column": 8 }, "end": { - "line": 1610, + "line": 1656, "column": 38 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 56118, - "end": 56141, + "start": 58133, + "end": 58156, "loc": { "start": { - "line": 1610, + "line": 1656, "column": 8 }, "end": { - "line": 1610, + "line": 1656, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 56118, - "end": 56135, + "start": 58133, + "end": 58150, "loc": { "start": { - "line": 1610, + "line": 1656, "column": 8 }, "end": { - "line": 1610, + "line": 1656, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 56118, - "end": 56122, + "start": 58133, + "end": 58137, "loc": { "start": { - "line": 1610, + "line": 1656, "column": 8 }, "end": { - "line": 1610, + "line": 1656, "column": 12 } }, @@ -204903,15 +210309,15 @@ }, "property": { "type": "Identifier", - "start": 56123, - "end": 56135, + "start": 58138, + "end": 58150, "loc": { "start": { - "line": 1610, + "line": 1656, "column": 13 }, "end": { - "line": 1610, + "line": 1656, "column": 25 }, "identifierName": "mediaElement" @@ -204923,15 +210329,15 @@ }, "property": { "type": "Identifier", - "start": 56136, - "end": 56141, + "start": 58151, + "end": 58156, "loc": { "start": { - "line": 1610, + "line": 1656, "column": 26 }, "end": { - "line": 1610, + "line": 1656, "column": 31 }, "identifierName": "muted" @@ -204943,15 +210349,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 56144, - "end": 56148, + "start": 58159, + "end": 58163, "loc": { "start": { - "line": 1610, + "line": 1656, "column": 34 }, "end": { - "line": 1610, + "line": 1656, "column": 38 } }, @@ -204963,15 +210369,15 @@ { "type": "CommentLine", "value": " mute local audio", - "start": 56090, - "end": 56109, + "start": 58105, + "end": 58124, "loc": { "start": { - "line": 1609, + "line": 1655, "column": 8 }, "end": { - "line": 1609, + "line": 1655, "column": 27 } } @@ -204981,15 +210387,15 @@ { "type": "CommentLine", "value": " hide volume control to prevent feedback", - "start": 56159, - "end": 56201, + "start": 58174, + "end": 58216, "loc": { "start": { - "line": 1612, + "line": 1658, "column": 8 }, "end": { - "line": 1612, + "line": 1658, "column": 50 } } @@ -204998,57 +210404,57 @@ }, { "type": "ExpressionStatement", - "start": 56210, - "end": 56243, + "start": 58225, + "end": 58258, "loc": { "start": { - "line": 1613, + "line": 1659, "column": 8 }, "end": { - "line": 1613, + "line": 1659, "column": 41 } }, "expression": { "type": "CallExpression", - "start": 56210, - "end": 56242, + "start": 58225, + "end": 58257, "loc": { "start": { - "line": 1613, + "line": 1659, "column": 8 }, "end": { - "line": 1613, + "line": 1659, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 56210, - "end": 56235, + "start": 58225, + "end": 58250, "loc": { "start": { - "line": 1613, + "line": 1659, "column": 8 }, "end": { - "line": 1613, + "line": 1659, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 56210, - "end": 56214, + "start": 58225, + "end": 58229, "loc": { "start": { - "line": 1613, + "line": 1659, "column": 8 }, "end": { - "line": 1613, + "line": 1659, "column": 12 } }, @@ -205056,15 +210462,15 @@ }, "property": { "type": "Identifier", - "start": 56215, - "end": 56235, + "start": 58230, + "end": 58250, "loc": { "start": { - "line": 1613, + "line": 1659, "column": 13 }, "end": { - "line": 1613, + "line": 1659, "column": 33 }, "identifierName": "displayVolumeControl" @@ -205077,15 +210483,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 56236, - "end": 56241, + "start": 58251, + "end": 58256, "loc": { "start": { - "line": 1613, + "line": 1659, "column": 34 }, "end": { - "line": 1613, + "line": 1659, "column": 39 } }, @@ -205098,15 +210504,15 @@ { "type": "CommentLine", "value": " hide volume control to prevent feedback", - "start": 56159, - "end": 56201, + "start": 58174, + "end": 58216, "loc": { "start": { - "line": 1612, + "line": 1658, "column": 8 }, "end": { - "line": 1612, + "line": 1658, "column": 50 } } @@ -205116,15 +210522,15 @@ { "type": "CommentLine", "value": " garbage collect previous recording", - "start": 56253, - "end": 56290, + "start": 58268, + "end": 58305, "loc": { "start": { - "line": 1615, + "line": 1661, "column": 8 }, "end": { - "line": 1615, + "line": 1661, "column": 45 } } @@ -205133,57 +210539,57 @@ }, { "type": "ExpressionStatement", - "start": 56299, - "end": 56322, + "start": 58314, + "end": 58337, "loc": { "start": { - "line": 1616, + "line": 1662, "column": 8 }, "end": { - "line": 1616, + "line": 1662, "column": 31 } }, "expression": { "type": "CallExpression", - "start": 56299, - "end": 56321, + "start": 58314, + "end": 58336, "loc": { "start": { - "line": 1616, + "line": 1662, "column": 8 }, "end": { - "line": 1616, + "line": 1662, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 56299, - "end": 56319, + "start": 58314, + "end": 58334, "loc": { "start": { - "line": 1616, + "line": 1662, "column": 8 }, "end": { - "line": 1616, + "line": 1662, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 56299, - "end": 56303, + "start": 58314, + "end": 58318, "loc": { "start": { - "line": 1616, + "line": 1662, "column": 8 }, "end": { - "line": 1616, + "line": 1662, "column": 12 } }, @@ -205191,15 +210597,15 @@ }, "property": { "type": "Identifier", - "start": 56304, - "end": 56319, + "start": 58319, + "end": 58334, "loc": { "start": { - "line": 1616, + "line": 1662, "column": 13 }, "end": { - "line": 1616, + "line": 1662, "column": 28 }, "identifierName": "removeRecording" @@ -205216,15 +210622,15 @@ { "type": "CommentLine", "value": " garbage collect previous recording", - "start": 56253, - "end": 56290, + "start": 58268, + "end": 58305, "loc": { "start": { - "line": 1615, + "line": 1661, "column": 8 }, "end": { - "line": 1615, + "line": 1661, "column": 45 } } @@ -205234,15 +210640,15 @@ { "type": "CommentLine", "value": " start or resume live preview", - "start": 56332, - "end": 56363, + "start": 58347, + "end": 58378, "loc": { "start": { - "line": 1618, + "line": 1664, "column": 8 }, "end": { - "line": 1618, + "line": 1664, "column": 39 } } @@ -205251,57 +210657,57 @@ }, { "type": "ExpressionStatement", - "start": 56372, - "end": 56395, + "start": 58387, + "end": 58410, "loc": { "start": { - "line": 1619, + "line": 1665, "column": 8 }, "end": { - "line": 1619, + "line": 1665, "column": 31 } }, "expression": { "type": "CallExpression", - "start": 56372, - "end": 56394, + "start": 58387, + "end": 58409, "loc": { "start": { - "line": 1619, + "line": 1665, "column": 8 }, "end": { - "line": 1619, + "line": 1665, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 56372, - "end": 56381, + "start": 58387, + "end": 58396, "loc": { "start": { - "line": 1619, + "line": 1665, "column": 8 }, "end": { - "line": 1619, + "line": 1665, "column": 17 } }, "object": { "type": "ThisExpression", - "start": 56372, - "end": 56376, + "start": 58387, + "end": 58391, "loc": { "start": { - "line": 1619, + "line": 1665, "column": 8 }, "end": { - "line": 1619, + "line": 1665, "column": 12 } }, @@ -205309,15 +210715,15 @@ }, "property": { "type": "Identifier", - "start": 56377, - "end": 56381, + "start": 58392, + "end": 58396, "loc": { "start": { - "line": 1619, + "line": 1665, "column": 13 }, "end": { - "line": 1619, + "line": 1665, "column": 17 }, "identifierName": "load" @@ -205330,44 +210736,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 56382, - "end": 56393, + "start": 58397, + "end": 58408, "loc": { "start": { - "line": 1619, + "line": 1665, "column": 18 }, "end": { - "line": 1619, + "line": 1665, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 56382, - "end": 56386, + "start": 58397, + "end": 58401, "loc": { "start": { - "line": 1619, + "line": 1665, "column": 18 }, "end": { - "line": 1619, + "line": 1665, "column": 22 } } }, "property": { "type": "Identifier", - "start": 56387, - "end": 56393, + "start": 58402, + "end": 58408, "loc": { "start": { - "line": 1619, + "line": 1665, "column": 23 }, "end": { - "line": 1619, + "line": 1665, "column": 29 }, "identifierName": "stream" @@ -205383,15 +210789,15 @@ { "type": "CommentLine", "value": " start or resume live preview", - "start": 56332, - "end": 56363, + "start": 58347, + "end": 58378, "loc": { "start": { - "line": 1618, + "line": 1664, "column": 8 }, "end": { - "line": 1618, + "line": 1664, "column": 39 } } @@ -205400,86 +210806,86 @@ }, { "type": "ExpressionStatement", - "start": 56404, - "end": 56429, + "start": 58419, + "end": 58444, "loc": { "start": { - "line": 1620, + "line": 1666, "column": 8 }, "end": { - "line": 1620, + "line": 1666, "column": 33 } }, "expression": { "type": "CallExpression", - "start": 56404, - "end": 56428, + "start": 58419, + "end": 58443, "loc": { "start": { - "line": 1620, + "line": 1666, "column": 8 }, "end": { - "line": 1620, + "line": 1666, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 56404, - "end": 56426, + "start": 58419, + "end": 58441, "loc": { "start": { - "line": 1620, + "line": 1666, "column": 8 }, "end": { - "line": 1620, + "line": 1666, "column": 30 } }, "object": { "type": "MemberExpression", - "start": 56404, - "end": 56421, + "start": 58419, + "end": 58436, "loc": { "start": { - "line": 1620, + "line": 1666, "column": 8 }, "end": { - "line": 1620, + "line": 1666, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 56404, - "end": 56408, + "start": 58419, + "end": 58423, "loc": { "start": { - "line": 1620, + "line": 1666, "column": 8 }, "end": { - "line": 1620, + "line": 1666, "column": 12 } } }, "property": { "type": "Identifier", - "start": 56409, - "end": 56421, + "start": 58424, + "end": 58436, "loc": { "start": { - "line": 1620, + "line": 1666, "column": 13 }, "end": { - "line": 1620, + "line": 1666, "column": 25 }, "identifierName": "mediaElement" @@ -205490,15 +210896,15 @@ }, "property": { "type": "Identifier", - "start": 56422, - "end": 56426, + "start": 58437, + "end": 58441, "loc": { "start": { - "line": 1620, + "line": 1666, "column": 26 }, "end": { - "line": 1620, + "line": 1666, "column": 30 }, "identifierName": "play" @@ -205518,15 +210924,15 @@ { "type": "CommentBlock", "value": "*\n * Start preview of video stream.\n * @private\n ", - "start": 55808, - "end": 55873, + "start": 57823, + "end": 57888, "loc": { "start": { - "line": 1598, + "line": 1644, "column": 4 }, "end": { - "line": 1601, + "line": 1647, "column": 7 } } @@ -205536,15 +210942,15 @@ { "type": "CommentBlock", "value": "*\n * Show animated GIF.\n * @private\n ", - "start": 56441, - "end": 56494, + "start": 58456, + "end": 58509, "loc": { "start": { - "line": 1623, + "line": 1669, "column": 4 }, "end": { - "line": 1626, + "line": 1672, "column": 7 } } @@ -205553,15 +210959,15 @@ }, { "type": "ClassMethod", - "start": 56499, - "end": 57000, + "start": 58514, + "end": 59015, "loc": { "start": { - "line": 1627, + "line": 1673, "column": 4 }, "end": { - "line": 1640, + "line": 1686, "column": 5 } }, @@ -205569,15 +210975,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 56499, - "end": 56512, + "start": 58514, + "end": 58527, "loc": { "start": { - "line": 1627, + "line": 1673, "column": 4 }, "end": { - "line": 1627, + "line": 1673, "column": 17 }, "identifierName": "showAnimation" @@ -205593,59 +210999,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 56515, - "end": 57000, + "start": 58530, + "end": 59015, "loc": { "start": { - "line": 1627, + "line": 1673, "column": 20 }, "end": { - "line": 1640, + "line": 1686, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 56525, - "end": 56593, + "start": 58540, + "end": 58608, "loc": { "start": { - "line": 1628, + "line": 1674, "column": 8 }, "end": { - "line": 1628, + "line": 1674, "column": 76 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 56529, - "end": 56592, + "start": 58544, + "end": 58607, "loc": { "start": { - "line": 1628, + "line": 1674, "column": 12 }, "end": { - "line": 1628, + "line": 1674, "column": 75 } }, "id": { "type": "Identifier", - "start": 56529, - "end": 56545, + "start": 58544, + "end": 58560, "loc": { "start": { - "line": 1628, + "line": 1674, "column": 12 }, "end": { - "line": 1628, + "line": 1674, "column": 28 }, "identifierName": "animationDisplay" @@ -205654,100 +211060,100 @@ }, "init": { "type": "MemberExpression", - "start": 56548, - "end": 56592, + "start": 58563, + "end": 58607, "loc": { "start": { - "line": 1628, + "line": 1674, "column": 31 }, "end": { - "line": 1628, + "line": 1674, "column": 75 } }, "object": { "type": "CallExpression", - "start": 56548, - "end": 56581, + "start": 58563, + "end": 58596, "loc": { "start": { - "line": 1628, + "line": 1674, "column": 31 }, "end": { - "line": 1628, + "line": 1674, "column": 64 } }, "callee": { "type": "MemberExpression", - "start": 56548, - "end": 56579, + "start": 58563, + "end": 58594, "loc": { "start": { - "line": 1628, + "line": 1674, "column": 31 }, "end": { - "line": 1628, + "line": 1674, "column": 62 } }, "object": { "type": "MemberExpression", - "start": 56548, - "end": 56576, + "start": 58563, + "end": 58591, "loc": { "start": { - "line": 1628, + "line": 1674, "column": 31 }, "end": { - "line": 1628, + "line": 1674, "column": 59 } }, "object": { "type": "MemberExpression", - "start": 56548, - "end": 56559, + "start": 58563, + "end": 58574, "loc": { "start": { - "line": 1628, + "line": 1674, "column": 31 }, "end": { - "line": 1628, + "line": 1674, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 56548, - "end": 56552, + "start": 58563, + "end": 58567, "loc": { "start": { - "line": 1628, + "line": 1674, "column": 31 }, "end": { - "line": 1628, + "line": 1674, "column": 35 } } }, "property": { "type": "Identifier", - "start": 56553, - "end": 56559, + "start": 58568, + "end": 58574, "loc": { "start": { - "line": 1628, + "line": 1674, "column": 36 }, "end": { - "line": 1628, + "line": 1674, "column": 42 }, "identifierName": "player" @@ -205758,15 +211164,15 @@ }, "property": { "type": "Identifier", - "start": 56560, - "end": 56576, + "start": 58575, + "end": 58591, "loc": { "start": { - "line": 1628, + "line": 1674, "column": 43 }, "end": { - "line": 1628, + "line": 1674, "column": 59 }, "identifierName": "animationDisplay" @@ -205777,15 +211183,15 @@ }, "property": { "type": "Identifier", - "start": 56577, - "end": 56579, + "start": 58592, + "end": 58594, "loc": { "start": { - "line": 1628, + "line": 1674, "column": 60 }, "end": { - "line": 1628, + "line": 1674, "column": 62 }, "identifierName": "el" @@ -205798,15 +211204,15 @@ }, "property": { "type": "Identifier", - "start": 56582, - "end": 56592, + "start": 58597, + "end": 58607, "loc": { "start": { - "line": 1628, + "line": 1674, "column": 65 }, "end": { - "line": 1628, + "line": 1674, "column": 75 }, "identifierName": "firstChild" @@ -205822,15 +211228,15 @@ { "type": "CommentLine", "value": " set the image size to the dimensions of the recorded animation", - "start": 56603, - "end": 56668, + "start": 58618, + "end": 58683, "loc": { "start": { - "line": 1630, + "line": 1676, "column": 8 }, "end": { - "line": 1630, + "line": 1676, "column": 73 } } @@ -205839,58 +211245,58 @@ }, { "type": "ExpressionStatement", - "start": 56677, - "end": 56722, + "start": 58692, + "end": 58737, "loc": { "start": { - "line": 1631, + "line": 1677, "column": 8 }, "end": { - "line": 1631, + "line": 1677, "column": 53 } }, "expression": { "type": "AssignmentExpression", - "start": 56677, - "end": 56721, + "start": 58692, + "end": 58736, "loc": { "start": { - "line": 1631, + "line": 1677, "column": 8 }, "end": { - "line": 1631, + "line": 1677, "column": 52 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 56677, - "end": 56699, + "start": 58692, + "end": 58714, "loc": { "start": { - "line": 1631, + "line": 1677, "column": 8 }, "end": { - "line": 1631, + "line": 1677, "column": 30 } }, "object": { "type": "Identifier", - "start": 56677, - "end": 56693, + "start": 58692, + "end": 58708, "loc": { "start": { - "line": 1631, + "line": 1677, "column": 8 }, "end": { - "line": 1631, + "line": 1677, "column": 24 }, "identifierName": "animationDisplay" @@ -205900,15 +211306,15 @@ }, "property": { "type": "Identifier", - "start": 56694, - "end": 56699, + "start": 58709, + "end": 58714, "loc": { "start": { - "line": 1631, + "line": 1677, "column": 25 }, "end": { - "line": 1631, + "line": 1677, "column": 30 }, "identifierName": "width" @@ -205920,72 +211326,72 @@ }, "right": { "type": "CallExpression", - "start": 56702, - "end": 56721, + "start": 58717, + "end": 58736, "loc": { "start": { - "line": 1631, + "line": 1677, "column": 33 }, "end": { - "line": 1631, + "line": 1677, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 56702, - "end": 56719, + "start": 58717, + "end": 58734, "loc": { "start": { - "line": 1631, + "line": 1677, "column": 33 }, "end": { - "line": 1631, + "line": 1677, "column": 50 } }, "object": { "type": "MemberExpression", - "start": 56702, - "end": 56713, + "start": 58717, + "end": 58728, "loc": { "start": { - "line": 1631, + "line": 1677, "column": 33 }, "end": { - "line": 1631, + "line": 1677, "column": 44 } }, "object": { "type": "ThisExpression", - "start": 56702, - "end": 56706, + "start": 58717, + "end": 58721, "loc": { "start": { - "line": 1631, + "line": 1677, "column": 33 }, "end": { - "line": 1631, + "line": 1677, "column": 37 } } }, "property": { "type": "Identifier", - "start": 56707, - "end": 56713, + "start": 58722, + "end": 58728, "loc": { "start": { - "line": 1631, + "line": 1677, "column": 38 }, "end": { - "line": 1631, + "line": 1677, "column": 44 }, "identifierName": "player" @@ -205996,15 +211402,15 @@ }, "property": { "type": "Identifier", - "start": 56714, - "end": 56719, + "start": 58729, + "end": 58734, "loc": { "start": { - "line": 1631, + "line": 1677, "column": 45 }, "end": { - "line": 1631, + "line": 1677, "column": 50 }, "identifierName": "width" @@ -206021,15 +211427,15 @@ { "type": "CommentLine", "value": " set the image size to the dimensions of the recorded animation", - "start": 56603, - "end": 56668, + "start": 58618, + "end": 58683, "loc": { "start": { - "line": 1630, + "line": 1676, "column": 8 }, "end": { - "line": 1630, + "line": 1676, "column": 73 } } @@ -206038,58 +211444,58 @@ }, { "type": "ExpressionStatement", - "start": 56731, - "end": 56778, + "start": 58746, + "end": 58793, "loc": { "start": { - "line": 1632, + "line": 1678, "column": 8 }, "end": { - "line": 1632, + "line": 1678, "column": 55 } }, "expression": { "type": "AssignmentExpression", - "start": 56731, - "end": 56777, + "start": 58746, + "end": 58792, "loc": { "start": { - "line": 1632, + "line": 1678, "column": 8 }, "end": { - "line": 1632, + "line": 1678, "column": 54 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 56731, - "end": 56754, + "start": 58746, + "end": 58769, "loc": { "start": { - "line": 1632, + "line": 1678, "column": 8 }, "end": { - "line": 1632, + "line": 1678, "column": 31 } }, "object": { "type": "Identifier", - "start": 56731, - "end": 56747, + "start": 58746, + "end": 58762, "loc": { "start": { - "line": 1632, + "line": 1678, "column": 8 }, "end": { - "line": 1632, + "line": 1678, "column": 24 }, "identifierName": "animationDisplay" @@ -206098,15 +211504,15 @@ }, "property": { "type": "Identifier", - "start": 56748, - "end": 56754, + "start": 58763, + "end": 58769, "loc": { "start": { - "line": 1632, + "line": 1678, "column": 25 }, "end": { - "line": 1632, + "line": 1678, "column": 31 }, "identifierName": "height" @@ -206117,72 +211523,72 @@ }, "right": { "type": "CallExpression", - "start": 56757, - "end": 56777, + "start": 58772, + "end": 58792, "loc": { "start": { - "line": 1632, + "line": 1678, "column": 34 }, "end": { - "line": 1632, + "line": 1678, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 56757, - "end": 56775, + "start": 58772, + "end": 58790, "loc": { "start": { - "line": 1632, + "line": 1678, "column": 34 }, "end": { - "line": 1632, + "line": 1678, "column": 52 } }, "object": { "type": "MemberExpression", - "start": 56757, - "end": 56768, + "start": 58772, + "end": 58783, "loc": { "start": { - "line": 1632, + "line": 1678, "column": 34 }, "end": { - "line": 1632, + "line": 1678, "column": 45 } }, "object": { "type": "ThisExpression", - "start": 56757, - "end": 56761, + "start": 58772, + "end": 58776, "loc": { "start": { - "line": 1632, + "line": 1678, "column": 34 }, "end": { - "line": 1632, + "line": 1678, "column": 38 } } }, "property": { "type": "Identifier", - "start": 56762, - "end": 56768, + "start": 58777, + "end": 58783, "loc": { "start": { - "line": 1632, + "line": 1678, "column": 39 }, "end": { - "line": 1632, + "line": 1678, "column": 45 }, "identifierName": "player" @@ -206193,15 +211599,15 @@ }, "property": { "type": "Identifier", - "start": 56769, - "end": 56775, + "start": 58784, + "end": 58790, "loc": { "start": { - "line": 1632, + "line": 1678, "column": 46 }, "end": { - "line": 1632, + "line": 1678, "column": 52 }, "identifierName": "height" @@ -206217,15 +211623,15 @@ { "type": "CommentLine", "value": " hide the first frame", - "start": 56788, - "end": 56811, + "start": 58803, + "end": 58826, "loc": { "start": { - "line": 1634, + "line": 1680, "column": 8 }, "end": { - "line": 1634, + "line": 1680, "column": 31 } } @@ -206234,85 +211640,85 @@ }, { "type": "ExpressionStatement", - "start": 56820, - "end": 56852, + "start": 58835, + "end": 58867, "loc": { "start": { - "line": 1635, + "line": 1681, "column": 8 }, "end": { - "line": 1635, + "line": 1681, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 56820, - "end": 56851, + "start": 58835, + "end": 58866, "loc": { "start": { - "line": 1635, + "line": 1681, "column": 8 }, "end": { - "line": 1635, + "line": 1681, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 56820, - "end": 56849, + "start": 58835, + "end": 58864, "loc": { "start": { - "line": 1635, + "line": 1681, "column": 8 }, "end": { - "line": 1635, + "line": 1681, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 56820, - "end": 56844, + "start": 58835, + "end": 58859, "loc": { "start": { - "line": 1635, + "line": 1681, "column": 8 }, "end": { - "line": 1635, + "line": 1681, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 56820, - "end": 56831, + "start": 58835, + "end": 58846, "loc": { "start": { - "line": 1635, + "line": 1681, "column": 8 }, "end": { - "line": 1635, + "line": 1681, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 56820, - "end": 56824, + "start": 58835, + "end": 58839, "loc": { "start": { - "line": 1635, + "line": 1681, "column": 8 }, "end": { - "line": 1635, + "line": 1681, "column": 12 } }, @@ -206320,15 +211726,15 @@ }, "property": { "type": "Identifier", - "start": 56825, - "end": 56831, + "start": 58840, + "end": 58846, "loc": { "start": { - "line": 1635, + "line": 1681, "column": 13 }, "end": { - "line": 1635, + "line": 1681, "column": 19 }, "identifierName": "player" @@ -206340,15 +211746,15 @@ }, "property": { "type": "Identifier", - "start": 56832, - "end": 56844, + "start": 58847, + "end": 58859, "loc": { "start": { - "line": 1635, + "line": 1681, "column": 20 }, "end": { - "line": 1635, + "line": 1681, "column": 32 }, "identifierName": "recordCanvas" @@ -206360,15 +211766,15 @@ }, "property": { "type": "Identifier", - "start": 56845, - "end": 56849, + "start": 58860, + "end": 58864, "loc": { "start": { - "line": 1635, + "line": 1681, "column": 33 }, "end": { - "line": 1635, + "line": 1681, "column": 37 }, "identifierName": "hide" @@ -206385,15 +211791,15 @@ { "type": "CommentLine", "value": " hide the first frame", - "start": 56788, - "end": 56811, + "start": 58803, + "end": 58826, "loc": { "start": { - "line": 1634, + "line": 1680, "column": 8 }, "end": { - "line": 1634, + "line": 1680, "column": 31 } } @@ -206403,15 +211809,15 @@ { "type": "CommentLine", "value": " show the animation", - "start": 56862, - "end": 56883, + "start": 58877, + "end": 58898, "loc": { "start": { - "line": 1637, + "line": 1683, "column": 8 }, "end": { - "line": 1637, + "line": 1683, "column": 29 } } @@ -206420,43 +211826,43 @@ }, { "type": "ExpressionStatement", - "start": 56892, - "end": 56949, + "start": 58907, + "end": 58964, "loc": { "start": { - "line": 1638, + "line": 1684, "column": 8 }, "end": { - "line": 1638, + "line": 1684, "column": 65 } }, "expression": { "type": "CallExpression", - "start": 56892, - "end": 56948, + "start": 58907, + "end": 58963, "loc": { "start": { - "line": 1638, + "line": 1684, "column": 8 }, "end": { - "line": 1638, + "line": 1684, "column": 64 } }, "callee": { "type": "Identifier", - "start": 56892, - "end": 56904, + "start": 58907, + "end": 58919, "loc": { "start": { - "line": 1638, + "line": 1684, "column": 8 }, "end": { - "line": 1638, + "line": 1684, "column": 20 }, "identifierName": "setSrcObject" @@ -206467,58 +211873,58 @@ "arguments": [ { "type": "MemberExpression", - "start": 56905, - "end": 56929, + "start": 58920, + "end": 58944, "loc": { "start": { - "line": 1638, + "line": 1684, "column": 21 }, "end": { - "line": 1638, + "line": 1684, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 56905, - "end": 56916, + "start": 58920, + "end": 58931, "loc": { "start": { - "line": 1638, + "line": 1684, "column": 21 }, "end": { - "line": 1638, + "line": 1684, "column": 32 } }, "object": { "type": "ThisExpression", - "start": 56905, - "end": 56909, + "start": 58920, + "end": 58924, "loc": { "start": { - "line": 1638, + "line": 1684, "column": 21 }, "end": { - "line": 1638, + "line": 1684, "column": 25 } } }, "property": { "type": "Identifier", - "start": 56910, - "end": 56916, + "start": 58925, + "end": 58931, "loc": { "start": { - "line": 1638, + "line": 1684, "column": 26 }, "end": { - "line": 1638, + "line": 1684, "column": 32 }, "identifierName": "player" @@ -206529,15 +211935,15 @@ }, "property": { "type": "Identifier", - "start": 56917, - "end": 56929, + "start": 58932, + "end": 58944, "loc": { "start": { - "line": 1638, + "line": 1684, "column": 33 }, "end": { - "line": 1638, + "line": 1684, "column": 45 }, "identifierName": "recordedData" @@ -206548,15 +211954,15 @@ }, { "type": "Identifier", - "start": 56931, - "end": 56947, + "start": 58946, + "end": 58962, "loc": { "start": { - "line": 1638, + "line": 1684, "column": 47 }, "end": { - "line": 1638, + "line": 1684, "column": 63 }, "identifierName": "animationDisplay" @@ -206570,15 +211976,15 @@ { "type": "CommentLine", "value": " show the animation", - "start": 56862, - "end": 56883, + "start": 58877, + "end": 58898, "loc": { "start": { - "line": 1637, + "line": 1683, "column": 8 }, "end": { - "line": 1637, + "line": 1683, "column": 29 } } @@ -206587,100 +211993,100 @@ }, { "type": "ExpressionStatement", - "start": 56958, - "end": 56994, + "start": 58973, + "end": 59009, "loc": { "start": { - "line": 1639, + "line": 1685, "column": 8 }, "end": { - "line": 1639, + "line": 1685, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 56958, - "end": 56993, + "start": 58973, + "end": 59008, "loc": { "start": { - "line": 1639, + "line": 1685, "column": 8 }, "end": { - "line": 1639, + "line": 1685, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 56958, - "end": 56991, + "start": 58973, + "end": 59006, "loc": { "start": { - "line": 1639, + "line": 1685, "column": 8 }, "end": { - "line": 1639, + "line": 1685, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 56958, - "end": 56986, + "start": 58973, + "end": 59001, "loc": { "start": { - "line": 1639, + "line": 1685, "column": 8 }, "end": { - "line": 1639, + "line": 1685, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 56958, - "end": 56969, + "start": 58973, + "end": 58984, "loc": { "start": { - "line": 1639, + "line": 1685, "column": 8 }, "end": { - "line": 1639, + "line": 1685, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 56958, - "end": 56962, + "start": 58973, + "end": 58977, "loc": { "start": { - "line": 1639, + "line": 1685, "column": 8 }, "end": { - "line": 1639, + "line": 1685, "column": 12 } } }, "property": { "type": "Identifier", - "start": 56963, - "end": 56969, + "start": 58978, + "end": 58984, "loc": { "start": { - "line": 1639, + "line": 1685, "column": 13 }, "end": { - "line": 1639, + "line": 1685, "column": 19 }, "identifierName": "player" @@ -206691,15 +212097,15 @@ }, "property": { "type": "Identifier", - "start": 56970, - "end": 56986, + "start": 58985, + "end": 59001, "loc": { "start": { - "line": 1639, + "line": 1685, "column": 20 }, "end": { - "line": 1639, + "line": 1685, "column": 36 }, "identifierName": "animationDisplay" @@ -206710,15 +212116,15 @@ }, "property": { "type": "Identifier", - "start": 56987, - "end": 56991, + "start": 59002, + "end": 59006, "loc": { "start": { - "line": 1639, + "line": 1685, "column": 37 }, "end": { - "line": 1639, + "line": 1685, "column": 41 }, "identifierName": "show" @@ -206738,15 +212144,15 @@ { "type": "CommentBlock", "value": "*\n * Show animated GIF.\n * @private\n ", - "start": 56441, - "end": 56494, + "start": 58456, + "end": 58509, "loc": { "start": { - "line": 1623, + "line": 1669, "column": 4 }, "end": { - "line": 1626, + "line": 1672, "column": 7 } } @@ -206756,15 +212162,15 @@ { "type": "CommentBlock", "value": "*\n * Hide animated GIF.\n * @private\n ", - "start": 57006, - "end": 57059, + "start": 59021, + "end": 59074, "loc": { "start": { - "line": 1642, + "line": 1688, "column": 4 }, "end": { - "line": 1645, + "line": 1691, "column": 7 } } @@ -206773,15 +212179,15 @@ }, { "type": "ClassMethod", - "start": 57064, - "end": 57236, + "start": 59079, + "end": 59251, "loc": { "start": { - "line": 1646, + "line": 1692, "column": 4 }, "end": { - "line": 1652, + "line": 1698, "column": 5 } }, @@ -206789,15 +212195,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 57064, - "end": 57077, + "start": 59079, + "end": 59092, "loc": { "start": { - "line": 1646, + "line": 1692, "column": 4 }, "end": { - "line": 1646, + "line": 1692, "column": 17 }, "identifierName": "hideAnimation" @@ -206813,100 +212219,100 @@ "params": [], "body": { "type": "BlockStatement", - "start": 57080, - "end": 57236, + "start": 59095, + "end": 59251, "loc": { "start": { - "line": 1646, + "line": 1692, "column": 20 }, "end": { - "line": 1652, + "line": 1698, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 57122, - "end": 57154, + "start": 59137, + "end": 59169, "loc": { "start": { - "line": 1648, + "line": 1694, "column": 8 }, "end": { - "line": 1648, + "line": 1694, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 57122, - "end": 57153, + "start": 59137, + "end": 59168, "loc": { "start": { - "line": 1648, + "line": 1694, "column": 8 }, "end": { - "line": 1648, + "line": 1694, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 57122, - "end": 57151, + "start": 59137, + "end": 59166, "loc": { "start": { - "line": 1648, + "line": 1694, "column": 8 }, "end": { - "line": 1648, + "line": 1694, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 57122, - "end": 57146, + "start": 59137, + "end": 59161, "loc": { "start": { - "line": 1648, + "line": 1694, "column": 8 }, "end": { - "line": 1648, + "line": 1694, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 57122, - "end": 57133, + "start": 59137, + "end": 59148, "loc": { "start": { - "line": 1648, + "line": 1694, "column": 8 }, "end": { - "line": 1648, + "line": 1694, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 57122, - "end": 57126, + "start": 59137, + "end": 59141, "loc": { "start": { - "line": 1648, + "line": 1694, "column": 8 }, "end": { - "line": 1648, + "line": 1694, "column": 12 } }, @@ -206914,15 +212320,15 @@ }, "property": { "type": "Identifier", - "start": 57127, - "end": 57133, + "start": 59142, + "end": 59148, "loc": { "start": { - "line": 1648, + "line": 1694, "column": 13 }, "end": { - "line": 1648, + "line": 1694, "column": 19 }, "identifierName": "player" @@ -206934,15 +212340,15 @@ }, "property": { "type": "Identifier", - "start": 57134, - "end": 57146, + "start": 59149, + "end": 59161, "loc": { "start": { - "line": 1648, + "line": 1694, "column": 20 }, "end": { - "line": 1648, + "line": 1694, "column": 32 }, "identifierName": "recordCanvas" @@ -206954,15 +212360,15 @@ }, "property": { "type": "Identifier", - "start": 57147, - "end": 57151, + "start": 59162, + "end": 59166, "loc": { "start": { - "line": 1648, + "line": 1694, "column": 33 }, "end": { - "line": 1648, + "line": 1694, "column": 37 }, "identifierName": "show" @@ -206979,15 +212385,15 @@ { "type": "CommentLine", "value": " show the first frame", - "start": 57090, - "end": 57113, + "start": 59105, + "end": 59128, "loc": { "start": { - "line": 1647, + "line": 1693, "column": 8 }, "end": { - "line": 1647, + "line": 1693, "column": 31 } } @@ -206997,15 +212403,15 @@ { "type": "CommentLine", "value": " hide the animation", - "start": 57164, - "end": 57185, + "start": 59179, + "end": 59200, "loc": { "start": { - "line": 1650, + "line": 1696, "column": 8 }, "end": { - "line": 1650, + "line": 1696, "column": 29 } } @@ -207014,85 +212420,85 @@ }, { "type": "ExpressionStatement", - "start": 57194, - "end": 57230, + "start": 59209, + "end": 59245, "loc": { "start": { - "line": 1651, + "line": 1697, "column": 8 }, "end": { - "line": 1651, + "line": 1697, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 57194, - "end": 57229, + "start": 59209, + "end": 59244, "loc": { "start": { - "line": 1651, + "line": 1697, "column": 8 }, "end": { - "line": 1651, + "line": 1697, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 57194, - "end": 57227, + "start": 59209, + "end": 59242, "loc": { "start": { - "line": 1651, + "line": 1697, "column": 8 }, "end": { - "line": 1651, + "line": 1697, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 57194, - "end": 57222, + "start": 59209, + "end": 59237, "loc": { "start": { - "line": 1651, + "line": 1697, "column": 8 }, "end": { - "line": 1651, + "line": 1697, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 57194, - "end": 57205, + "start": 59209, + "end": 59220, "loc": { "start": { - "line": 1651, + "line": 1697, "column": 8 }, "end": { - "line": 1651, + "line": 1697, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 57194, - "end": 57198, + "start": 59209, + "end": 59213, "loc": { "start": { - "line": 1651, + "line": 1697, "column": 8 }, "end": { - "line": 1651, + "line": 1697, "column": 12 } }, @@ -207100,15 +212506,15 @@ }, "property": { "type": "Identifier", - "start": 57199, - "end": 57205, + "start": 59214, + "end": 59220, "loc": { "start": { - "line": 1651, + "line": 1697, "column": 13 }, "end": { - "line": 1651, + "line": 1697, "column": 19 }, "identifierName": "player" @@ -207120,15 +212526,15 @@ }, "property": { "type": "Identifier", - "start": 57206, - "end": 57222, + "start": 59221, + "end": 59237, "loc": { "start": { - "line": 1651, + "line": 1697, "column": 20 }, "end": { - "line": 1651, + "line": 1697, "column": 36 }, "identifierName": "animationDisplay" @@ -207140,15 +212546,15 @@ }, "property": { "type": "Identifier", - "start": 57223, - "end": 57227, + "start": 59238, + "end": 59242, "loc": { "start": { - "line": 1651, + "line": 1697, "column": 37 }, "end": { - "line": 1651, + "line": 1697, "column": 41 }, "identifierName": "hide" @@ -207165,15 +212571,15 @@ { "type": "CommentLine", "value": " hide the animation", - "start": 57164, - "end": 57185, + "start": 59179, + "end": 59200, "loc": { "start": { - "line": 1650, + "line": 1696, "column": 8 }, "end": { - "line": 1650, + "line": 1696, "column": 29 } } @@ -207188,15 +212594,15 @@ { "type": "CommentBlock", "value": "*\n * Hide animated GIF.\n * @private\n ", - "start": 57006, - "end": 57059, + "start": 59021, + "end": 59074, "loc": { "start": { - "line": 1642, + "line": 1688, "column": 4 }, "end": { - "line": 1645, + "line": 1691, "column": 7 } } @@ -207206,15 +212612,15 @@ { "type": "CommentBlock", "value": "*\n * Update time during playback.\n * @private\n ", - "start": 57242, - "end": 57305, + "start": 59257, + "end": 59320, "loc": { "start": { - "line": 1654, + "line": 1700, "column": 4 }, "end": { - "line": 1657, + "line": 1703, "column": 7 } } @@ -207223,15 +212629,15 @@ }, { "type": "ClassMethod", - "start": 57310, - "end": 57427, + "start": 59325, + "end": 59442, "loc": { "start": { - "line": 1658, + "line": 1704, "column": 4 }, "end": { - "line": 1661, + "line": 1707, "column": 5 } }, @@ -207239,15 +212645,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 57310, - "end": 57328, + "start": 59325, + "end": 59343, "loc": { "start": { - "line": 1658, + "line": 1704, "column": 4 }, "end": { - "line": 1658, + "line": 1704, "column": 22 }, "identifierName": "playbackTimeUpdate" @@ -207263,87 +212669,87 @@ "params": [], "body": { "type": "BlockStatement", - "start": 57331, - "end": 57427, + "start": 59346, + "end": 59442, "loc": { "start": { - "line": 1658, + "line": 1704, "column": 25 }, "end": { - "line": 1661, + "line": 1707, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 57341, - "end": 57421, + "start": 59356, + "end": 59436, "loc": { "start": { - "line": 1659, + "line": 1705, "column": 8 }, "end": { - "line": 1660, + "line": 1706, "column": 33 } }, "expression": { "type": "CallExpression", - "start": 57341, - "end": 57420, + "start": 59356, + "end": 59435, "loc": { "start": { - "line": 1659, + "line": 1705, "column": 8 }, "end": { - "line": 1660, + "line": 1706, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 57341, - "end": 57360, + "start": 59356, + "end": 59375, "loc": { "start": { - "line": 1659, + "line": 1705, "column": 8 }, "end": { - "line": 1659, + "line": 1705, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 57341, - "end": 57345, + "start": 59356, + "end": 59360, "loc": { "start": { - "line": 1659, + "line": 1705, "column": 8 }, "end": { - "line": 1659, + "line": 1705, "column": 12 } } }, "property": { "type": "Identifier", - "start": 57346, - "end": 57360, + "start": 59361, + "end": 59375, "loc": { "start": { - "line": 1659, + "line": 1705, "column": 13 }, "end": { - "line": 1659, + "line": 1705, "column": 27 }, "identifierName": "setCurrentTime" @@ -207355,72 +212761,72 @@ "arguments": [ { "type": "CallExpression", - "start": 57361, - "end": 57386, + "start": 59376, + "end": 59401, "loc": { "start": { - "line": 1659, + "line": 1705, "column": 28 }, "end": { - "line": 1659, + "line": 1705, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 57361, - "end": 57384, + "start": 59376, + "end": 59399, "loc": { "start": { - "line": 1659, + "line": 1705, "column": 28 }, "end": { - "line": 1659, + "line": 1705, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 57361, - "end": 57372, + "start": 59376, + "end": 59387, "loc": { "start": { - "line": 1659, + "line": 1705, "column": 28 }, "end": { - "line": 1659, + "line": 1705, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 57361, - "end": 57365, + "start": 59376, + "end": 59380, "loc": { "start": { - "line": 1659, + "line": 1705, "column": 28 }, "end": { - "line": 1659, + "line": 1705, "column": 32 } } }, "property": { "type": "Identifier", - "start": 57366, - "end": 57372, + "start": 59381, + "end": 59387, "loc": { "start": { - "line": 1659, + "line": 1705, "column": 33 }, "end": { - "line": 1659, + "line": 1705, "column": 39 }, "identifierName": "player" @@ -207431,15 +212837,15 @@ }, "property": { "type": "Identifier", - "start": 57373, - "end": 57384, + "start": 59388, + "end": 59399, "loc": { "start": { - "line": 1659, + "line": 1705, "column": 40 }, "end": { - "line": 1659, + "line": 1705, "column": 51 }, "identifierName": "currentTime" @@ -207452,44 +212858,44 @@ }, { "type": "MemberExpression", - "start": 57400, - "end": 57419, + "start": 59415, + "end": 59434, "loc": { "start": { - "line": 1660, + "line": 1706, "column": 12 }, "end": { - "line": 1660, + "line": 1706, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 57400, - "end": 57404, + "start": 59415, + "end": 59419, "loc": { "start": { - "line": 1660, + "line": 1706, "column": 12 }, "end": { - "line": 1660, + "line": 1706, "column": 16 } } }, "property": { "type": "Identifier", - "start": 57405, - "end": 57419, + "start": 59420, + "end": 59434, "loc": { "start": { - "line": 1660, + "line": 1706, "column": 17 }, "end": { - "line": 1660, + "line": 1706, "column": 31 }, "identifierName": "streamDuration" @@ -207509,15 +212915,15 @@ { "type": "CommentBlock", "value": "*\n * Update time during playback.\n * @private\n ", - "start": 57242, - "end": 57305, + "start": 59257, + "end": 59320, "loc": { "start": { - "line": 1654, + "line": 1700, "column": 4 }, "end": { - "line": 1657, + "line": 1703, "column": 7 } } @@ -207527,15 +212933,15 @@ { "type": "CommentBlock", "value": "*\n * Collects information about the media input and output devices\n * available on the system.\n ", - "start": 57433, - "end": 57545, + "start": 59448, + "end": 59560, "loc": { "start": { - "line": 1663, + "line": 1709, "column": 4 }, "end": { - "line": 1666, + "line": 1712, "column": 7 } } @@ -207544,15 +212950,15 @@ }, { "type": "ClassMethod", - "start": 57550, - "end": 58309, + "start": 59565, + "end": 60324, "loc": { "start": { - "line": 1667, + "line": 1713, "column": 4 }, "end": { - "line": 1687, + "line": 1733, "column": 5 } }, @@ -207560,15 +212966,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 57550, - "end": 57566, + "start": 59565, + "end": 59581, "loc": { "start": { - "line": 1667, + "line": 1713, "column": 4 }, "end": { - "line": 1667, + "line": 1713, "column": 20 }, "identifierName": "enumerateDevices" @@ -207584,58 +212990,58 @@ "params": [], "body": { "type": "BlockStatement", - "start": 57569, - "end": 58309, + "start": 59584, + "end": 60324, "loc": { "start": { - "line": 1667, + "line": 1713, "column": 23 }, "end": { - "line": 1687, + "line": 1733, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 57579, - "end": 57821, + "start": 59594, + "end": 59836, "loc": { "start": { - "line": 1668, + "line": 1714, "column": 8 }, "end": { - "line": 1672, + "line": 1718, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 57583, - "end": 57650, + "start": 59598, + "end": 59665, "loc": { "start": { - "line": 1668, + "line": 1714, "column": 12 }, "end": { - "line": 1668, + "line": 1714, "column": 79 } }, "left": { "type": "UnaryExpression", - "start": 57583, - "end": 57606, + "start": 59598, + "end": 59621, "loc": { "start": { - "line": 1668, + "line": 1714, "column": 12 }, "end": { - "line": 1668, + "line": 1714, "column": 35 } }, @@ -207643,29 +213049,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 57584, - "end": 57606, + "start": 59599, + "end": 59621, "loc": { "start": { - "line": 1668, + "line": 1714, "column": 13 }, "end": { - "line": 1668, + "line": 1714, "column": 35 } }, "object": { "type": "Identifier", - "start": 57584, - "end": 57593, + "start": 59599, + "end": 59608, "loc": { "start": { - "line": 1668, + "line": 1714, "column": 13 }, "end": { - "line": 1668, + "line": 1714, "column": 22 }, "identifierName": "navigator" @@ -207674,15 +213080,15 @@ }, "property": { "type": "Identifier", - "start": 57594, - "end": 57606, + "start": 59609, + "end": 59621, "loc": { "start": { - "line": 1668, + "line": 1714, "column": 23 }, "end": { - "line": 1668, + "line": 1714, "column": 35 }, "identifierName": "mediaDevices" @@ -207698,15 +213104,15 @@ "operator": "||", "right": { "type": "UnaryExpression", - "start": 57610, - "end": 57650, + "start": 59625, + "end": 59665, "loc": { "start": { - "line": 1668, + "line": 1714, "column": 39 }, "end": { - "line": 1668, + "line": 1714, "column": 79 } }, @@ -207714,43 +213120,43 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 57611, - "end": 57650, + "start": 59626, + "end": 59665, "loc": { "start": { - "line": 1668, + "line": 1714, "column": 40 }, "end": { - "line": 1668, + "line": 1714, "column": 79 } }, "object": { "type": "MemberExpression", - "start": 57611, - "end": 57633, + "start": 59626, + "end": 59648, "loc": { "start": { - "line": 1668, + "line": 1714, "column": 40 }, "end": { - "line": 1668, + "line": 1714, "column": 62 } }, "object": { "type": "Identifier", - "start": 57611, - "end": 57620, + "start": 59626, + "end": 59635, "loc": { "start": { - "line": 1668, + "line": 1714, "column": 40 }, "end": { - "line": 1668, + "line": 1714, "column": 49 }, "identifierName": "navigator" @@ -207759,15 +213165,15 @@ }, "property": { "type": "Identifier", - "start": 57621, - "end": 57633, + "start": 59636, + "end": 59648, "loc": { "start": { - "line": 1668, + "line": 1714, "column": 50 }, "end": { - "line": 1668, + "line": 1714, "column": 62 }, "identifierName": "mediaDevices" @@ -207778,15 +213184,15 @@ }, "property": { "type": "Identifier", - "start": 57634, - "end": 57650, + "start": 59649, + "end": 59665, "loc": { "start": { - "line": 1668, + "line": 1714, "column": 63 }, "end": { - "line": 1668, + "line": 1714, "column": 79 }, "identifierName": "enumerateDevices" @@ -207802,102 +213208,102 @@ }, "consequent": { "type": "BlockStatement", - "start": 57652, - "end": 57821, + "start": 59667, + "end": 59836, "loc": { "start": { - "line": 1668, + "line": 1714, "column": 81 }, "end": { - "line": 1672, + "line": 1718, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 57666, - "end": 57735, + "start": 59681, + "end": 59750, "loc": { "start": { - "line": 1669, + "line": 1715, "column": 12 }, "end": { - "line": 1669, + "line": 1715, "column": 81 } }, "expression": { "type": "AssignmentExpression", - "start": 57666, - "end": 57734, + "start": 59681, + "end": 59749, "loc": { "start": { - "line": 1669, + "line": 1715, "column": 12 }, "end": { - "line": 1669, + "line": 1715, "column": 80 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 57666, - "end": 57696, + "start": 59681, + "end": 59711, "loc": { "start": { - "line": 1669, + "line": 1715, "column": 12 }, "end": { - "line": 1669, + "line": 1715, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 57666, - "end": 57677, + "start": 59681, + "end": 59692, "loc": { "start": { - "line": 1669, + "line": 1715, "column": 12 }, "end": { - "line": 1669, + "line": 1715, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 57666, - "end": 57670, + "start": 59681, + "end": 59685, "loc": { "start": { - "line": 1669, + "line": 1715, "column": 12 }, "end": { - "line": 1669, + "line": 1715, "column": 16 } } }, "property": { "type": "Identifier", - "start": 57671, - "end": 57677, + "start": 59686, + "end": 59692, "loc": { "start": { - "line": 1669, + "line": 1715, "column": 17 }, "end": { - "line": 1669, + "line": 1715, "column": 23 }, "identifierName": "player" @@ -207908,15 +213314,15 @@ }, "property": { "type": "Identifier", - "start": 57678, - "end": 57696, + "start": 59693, + "end": 59711, "loc": { "start": { - "line": 1669, + "line": 1715, "column": 24 }, "end": { - "line": 1669, + "line": 1715, "column": 42 }, "identifierName": "enumerateErrorCode" @@ -207927,15 +213333,15 @@ }, "right": { "type": "StringLiteral", - "start": 57699, - "end": 57734, + "start": 59714, + "end": 59749, "loc": { "start": { - "line": 1669, + "line": 1715, "column": 45 }, "end": { - "line": 1669, + "line": 1715, "column": 80 } }, @@ -207949,86 +213355,86 @@ }, { "type": "ExpressionStatement", - "start": 57748, - "end": 57791, + "start": 59763, + "end": 59806, "loc": { "start": { - "line": 1670, + "line": 1716, "column": 12 }, "end": { - "line": 1670, + "line": 1716, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 57748, - "end": 57790, + "start": 59763, + "end": 59805, "loc": { "start": { - "line": 1670, + "line": 1716, "column": 12 }, "end": { - "line": 1670, + "line": 1716, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 57748, - "end": 57767, + "start": 59763, + "end": 59782, "loc": { "start": { - "line": 1670, + "line": 1716, "column": 12 }, "end": { - "line": 1670, + "line": 1716, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 57748, - "end": 57759, + "start": 59763, + "end": 59774, "loc": { "start": { - "line": 1670, + "line": 1716, "column": 12 }, "end": { - "line": 1670, + "line": 1716, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 57748, - "end": 57752, + "start": 59763, + "end": 59767, "loc": { "start": { - "line": 1670, + "line": 1716, "column": 12 }, "end": { - "line": 1670, + "line": 1716, "column": 16 } } }, "property": { "type": "Identifier", - "start": 57753, - "end": 57759, + "start": 59768, + "end": 59774, "loc": { "start": { - "line": 1670, + "line": 1716, "column": 17 }, "end": { - "line": 1670, + "line": 1716, "column": 23 }, "identifierName": "player" @@ -208039,15 +213445,15 @@ }, "property": { "type": "Identifier", - "start": 57760, - "end": 57767, + "start": 59775, + "end": 59782, "loc": { "start": { - "line": 1670, + "line": 1716, "column": 24 }, "end": { - "line": 1670, + "line": 1716, "column": 31 }, "identifierName": "trigger" @@ -208059,29 +213465,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 57768, - "end": 57789, + "start": 59783, + "end": 59804, "loc": { "start": { - "line": 1670, + "line": 1716, "column": 32 }, "end": { - "line": 1670, + "line": 1716, "column": 53 } }, "object": { "type": "Identifier", - "start": 57768, - "end": 57773, + "start": 59783, + "end": 59788, "loc": { "start": { - "line": 1670, + "line": 1716, "column": 32 }, "end": { - "line": 1670, + "line": 1716, "column": 37 }, "identifierName": "Event" @@ -208090,15 +213496,15 @@ }, "property": { "type": "Identifier", - "start": 57774, - "end": 57789, + "start": 59789, + "end": 59804, "loc": { "start": { - "line": 1670, + "line": 1716, "column": 38 }, "end": { - "line": 1670, + "line": 1716, "column": 53 }, "identifierName": "ENUMERATE_ERROR" @@ -208112,15 +213518,15 @@ }, { "type": "ReturnStatement", - "start": 57804, - "end": 57811, + "start": 59819, + "end": 59826, "loc": { "start": { - "line": 1671, + "line": 1717, "column": 12 }, "end": { - "line": 1671, + "line": 1717, "column": 19 } }, @@ -208135,15 +213541,15 @@ { "type": "CommentLine", "value": " list video and audio devices", - "start": 57831, - "end": 57862, + "start": 59846, + "end": 59877, "loc": { "start": { - "line": 1674, + "line": 1720, "column": 8 }, "end": { - "line": 1674, + "line": 1720, "column": 39 } } @@ -208152,127 +213558,127 @@ }, { "type": "ExpressionStatement", - "start": 57871, - "end": 58303, + "start": 59886, + "end": 60318, "loc": { "start": { - "line": 1675, + "line": 1721, "column": 8 }, "end": { - "line": 1686, + "line": 1732, "column": 11 } }, "expression": { "type": "CallExpression", - "start": 57871, - "end": 58302, + "start": 59886, + "end": 60317, "loc": { "start": { - "line": 1675, + "line": 1721, "column": 8 }, "end": { - "line": 1686, + "line": 1732, "column": 10 } }, "callee": { "type": "MemberExpression", - "start": 57871, - "end": 58174, + "start": 59886, + "end": 60189, "loc": { "start": { - "line": 1675, + "line": 1721, "column": 8 }, "end": { - "line": 1683, + "line": 1729, "column": 16 } }, "object": { "type": "CallExpression", - "start": 57871, - "end": 58168, + "start": 59886, + "end": 60183, "loc": { "start": { - "line": 1675, + "line": 1721, "column": 8 }, "end": { - "line": 1683, + "line": 1729, "column": 10 } }, "callee": { "type": "MemberExpression", - "start": 57871, - "end": 57921, + "start": 59886, + "end": 59936, "loc": { "start": { - "line": 1675, + "line": 1721, "column": 8 }, "end": { - "line": 1675, + "line": 1721, "column": 58 } }, "object": { "type": "CallExpression", - "start": 57871, - "end": 57916, + "start": 59886, + "end": 59931, "loc": { "start": { - "line": 1675, + "line": 1721, "column": 8 }, "end": { - "line": 1675, + "line": 1721, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 57871, - "end": 57910, + "start": 59886, + "end": 59925, "loc": { "start": { - "line": 1675, + "line": 1721, "column": 8 }, "end": { - "line": 1675, + "line": 1721, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 57871, - "end": 57893, + "start": 59886, + "end": 59908, "loc": { "start": { - "line": 1675, + "line": 1721, "column": 8 }, "end": { - "line": 1675, + "line": 1721, "column": 30 } }, "object": { "type": "Identifier", - "start": 57871, - "end": 57880, + "start": 59886, + "end": 59895, "loc": { "start": { - "line": 1675, + "line": 1721, "column": 8 }, "end": { - "line": 1675, + "line": 1721, "column": 17 }, "identifierName": "navigator" @@ -208282,15 +213688,15 @@ }, "property": { "type": "Identifier", - "start": 57881, - "end": 57893, + "start": 59896, + "end": 59908, "loc": { "start": { - "line": 1675, + "line": 1721, "column": 18 }, "end": { - "line": 1675, + "line": 1721, "column": 30 }, "identifierName": "mediaDevices" @@ -208302,15 +213708,15 @@ }, "property": { "type": "Identifier", - "start": 57894, - "end": 57910, + "start": 59909, + "end": 59925, "loc": { "start": { - "line": 1675, + "line": 1721, "column": 31 }, "end": { - "line": 1675, + "line": 1721, "column": 47 }, "identifierName": "enumerateDevices" @@ -208323,15 +213729,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 57911, - "end": 57915, + "start": 59926, + "end": 59930, "loc": { "start": { - "line": 1675, + "line": 1721, "column": 48 }, "end": { - "line": 1675, + "line": 1721, "column": 52 } } @@ -208341,15 +213747,15 @@ }, "property": { "type": "Identifier", - "start": 57917, - "end": 57921, + "start": 59932, + "end": 59936, "loc": { "start": { - "line": 1675, + "line": 1721, "column": 54 }, "end": { - "line": 1675, + "line": 1721, "column": 58 }, "identifierName": "then" @@ -208362,15 +213768,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 57922, - "end": 58167, + "start": 59937, + "end": 60182, "loc": { "start": { - "line": 1675, + "line": 1721, "column": 59 }, "end": { - "line": 1683, + "line": 1729, "column": 9 } }, @@ -208381,15 +213787,15 @@ "params": [ { "type": "Identifier", - "start": 57923, - "end": 57930, + "start": 59938, + "end": 59945, "loc": { "start": { - "line": 1675, + "line": 1721, "column": 60 }, "end": { - "line": 1675, + "line": 1721, "column": 67 }, "identifierName": "devices" @@ -208399,88 +213805,88 @@ ], "body": { "type": "BlockStatement", - "start": 57935, - "end": 58167, + "start": 59950, + "end": 60182, "loc": { "start": { - "line": 1675, + "line": 1721, "column": 72 }, "end": { - "line": 1683, + "line": 1729, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 57949, - "end": 57967, + "start": 59964, + "end": 59982, "loc": { "start": { - "line": 1676, + "line": 1722, "column": 12 }, "end": { - "line": 1676, + "line": 1722, "column": 30 } }, "expression": { "type": "AssignmentExpression", - "start": 57949, - "end": 57966, + "start": 59964, + "end": 59981, "loc": { "start": { - "line": 1676, + "line": 1722, "column": 12 }, "end": { - "line": 1676, + "line": 1722, "column": 29 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 57949, - "end": 57961, + "start": 59964, + "end": 59976, "loc": { "start": { - "line": 1676, + "line": 1722, "column": 12 }, "end": { - "line": 1676, + "line": 1722, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 57949, - "end": 57953, + "start": 59964, + "end": 59968, "loc": { "start": { - "line": 1676, + "line": 1722, "column": 12 }, "end": { - "line": 1676, + "line": 1722, "column": 16 } } }, "property": { "type": "Identifier", - "start": 57954, - "end": 57961, + "start": 59969, + "end": 59976, "loc": { "start": { - "line": 1676, + "line": 1722, "column": 17 }, "end": { - "line": 1676, + "line": 1722, "column": 24 }, "identifierName": "devices" @@ -208491,15 +213897,15 @@ }, "right": { "type": "ArrayExpression", - "start": 57964, - "end": 57966, + "start": 59979, + "end": 59981, "loc": { "start": { - "line": 1676, + "line": 1722, "column": 27 }, "end": { - "line": 1676, + "line": 1722, "column": 29 } }, @@ -208509,57 +213915,57 @@ }, { "type": "ExpressionStatement", - "start": 57980, - "end": 58068, + "start": 59995, + "end": 60083, "loc": { "start": { - "line": 1677, + "line": 1723, "column": 12 }, "end": { - "line": 1679, + "line": 1725, "column": 15 } }, "expression": { "type": "CallExpression", - "start": 57980, - "end": 58067, + "start": 59995, + "end": 60082, "loc": { "start": { - "line": 1677, + "line": 1723, "column": 12 }, "end": { - "line": 1679, + "line": 1725, "column": 14 } }, "callee": { "type": "MemberExpression", - "start": 57980, - "end": 57995, + "start": 59995, + "end": 60010, "loc": { "start": { - "line": 1677, + "line": 1723, "column": 12 }, "end": { - "line": 1677, + "line": 1723, "column": 27 } }, "object": { "type": "Identifier", - "start": 57980, - "end": 57987, + "start": 59995, + "end": 60002, "loc": { "start": { - "line": 1677, + "line": 1723, "column": 12 }, "end": { - "line": 1677, + "line": 1723, "column": 19 }, "identifierName": "devices" @@ -208568,15 +213974,15 @@ }, "property": { "type": "Identifier", - "start": 57988, - "end": 57995, + "start": 60003, + "end": 60010, "loc": { "start": { - "line": 1677, + "line": 1723, "column": 20 }, "end": { - "line": 1677, + "line": 1723, "column": 27 }, "identifierName": "forEach" @@ -208588,15 +213994,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 57996, - "end": 58066, + "start": 60011, + "end": 60081, "loc": { "start": { - "line": 1677, + "line": 1723, "column": 28 }, "end": { - "line": 1679, + "line": 1725, "column": 13 } }, @@ -208607,15 +214013,15 @@ "params": [ { "type": "Identifier", - "start": 57997, - "end": 58003, + "start": 60012, + "end": 60018, "loc": { "start": { - "line": 1677, + "line": 1723, "column": 29 }, "end": { - "line": 1677, + "line": 1723, "column": 35 }, "identifierName": "device" @@ -208625,101 +214031,101 @@ ], "body": { "type": "BlockStatement", - "start": 58008, - "end": 58066, + "start": 60023, + "end": 60081, "loc": { "start": { - "line": 1677, + "line": 1723, "column": 40 }, "end": { - "line": 1679, + "line": 1725, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 58026, - "end": 58052, + "start": 60041, + "end": 60067, "loc": { "start": { - "line": 1678, + "line": 1724, "column": 16 }, "end": { - "line": 1678, + "line": 1724, "column": 42 } }, "expression": { "type": "CallExpression", - "start": 58026, - "end": 58051, + "start": 60041, + "end": 60066, "loc": { "start": { - "line": 1678, + "line": 1724, "column": 16 }, "end": { - "line": 1678, + "line": 1724, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 58026, - "end": 58043, + "start": 60041, + "end": 60058, "loc": { "start": { - "line": 1678, + "line": 1724, "column": 16 }, "end": { - "line": 1678, + "line": 1724, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 58026, - "end": 58038, + "start": 60041, + "end": 60053, "loc": { "start": { - "line": 1678, + "line": 1724, "column": 16 }, "end": { - "line": 1678, + "line": 1724, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 58026, - "end": 58030, + "start": 60041, + "end": 60045, "loc": { "start": { - "line": 1678, + "line": 1724, "column": 16 }, "end": { - "line": 1678, + "line": 1724, "column": 20 } } }, "property": { "type": "Identifier", - "start": 58031, - "end": 58038, + "start": 60046, + "end": 60053, "loc": { "start": { - "line": 1678, + "line": 1724, "column": 21 }, "end": { - "line": 1678, + "line": 1724, "column": 28 }, "identifierName": "devices" @@ -208730,15 +214136,15 @@ }, "property": { "type": "Identifier", - "start": 58039, - "end": 58043, + "start": 60054, + "end": 60058, "loc": { "start": { - "line": 1678, + "line": 1724, "column": 29 }, "end": { - "line": 1678, + "line": 1724, "column": 33 }, "identifierName": "push" @@ -208750,15 +214156,15 @@ "arguments": [ { "type": "Identifier", - "start": 58044, - "end": 58050, + "start": 60059, + "end": 60065, "loc": { "start": { - "line": 1678, + "line": 1724, "column": 34 }, "end": { - "line": 1678, + "line": 1724, "column": 40 }, "identifierName": "device" @@ -208778,15 +214184,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 58082, - "end": 58101, + "start": 60097, + "end": 60116, "loc": { "start": { - "line": 1681, + "line": 1727, "column": 12 }, "end": { - "line": 1681, + "line": 1727, "column": 31 } } @@ -208795,71 +214201,71 @@ }, { "type": "ExpressionStatement", - "start": 58114, - "end": 58157, + "start": 60129, + "end": 60172, "loc": { "start": { - "line": 1682, + "line": 1728, "column": 12 }, "end": { - "line": 1682, + "line": 1728, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 58114, - "end": 58156, + "start": 60129, + "end": 60171, "loc": { "start": { - "line": 1682, + "line": 1728, "column": 12 }, "end": { - "line": 1682, + "line": 1728, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 58114, - "end": 58133, + "start": 60129, + "end": 60148, "loc": { "start": { - "line": 1682, + "line": 1728, "column": 12 }, "end": { - "line": 1682, + "line": 1728, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 58114, - "end": 58125, + "start": 60129, + "end": 60140, "loc": { "start": { - "line": 1682, + "line": 1728, "column": 12 }, "end": { - "line": 1682, + "line": 1728, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 58114, - "end": 58118, + "start": 60129, + "end": 60133, "loc": { "start": { - "line": 1682, + "line": 1728, "column": 12 }, "end": { - "line": 1682, + "line": 1728, "column": 16 } }, @@ -208867,15 +214273,15 @@ }, "property": { "type": "Identifier", - "start": 58119, - "end": 58125, + "start": 60134, + "end": 60140, "loc": { "start": { - "line": 1682, + "line": 1728, "column": 17 }, "end": { - "line": 1682, + "line": 1728, "column": 23 }, "identifierName": "player" @@ -208887,15 +214293,15 @@ }, "property": { "type": "Identifier", - "start": 58126, - "end": 58133, + "start": 60141, + "end": 60148, "loc": { "start": { - "line": 1682, + "line": 1728, "column": 24 }, "end": { - "line": 1682, + "line": 1728, "column": 31 }, "identifierName": "trigger" @@ -208908,29 +214314,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 58134, - "end": 58155, + "start": 60149, + "end": 60170, "loc": { "start": { - "line": 1682, + "line": 1728, "column": 32 }, "end": { - "line": 1682, + "line": 1728, "column": 53 } }, "object": { "type": "Identifier", - "start": 58134, - "end": 58139, + "start": 60149, + "end": 60154, "loc": { "start": { - "line": 1682, + "line": 1728, "column": 32 }, "end": { - "line": 1682, + "line": 1728, "column": 37 }, "identifierName": "Event" @@ -208939,15 +214345,15 @@ }, "property": { "type": "Identifier", - "start": 58140, - "end": 58155, + "start": 60155, + "end": 60170, "loc": { "start": { - "line": 1682, + "line": 1728, "column": 38 }, "end": { - "line": 1682, + "line": 1728, "column": 53 }, "identifierName": "ENUMERATE_READY" @@ -208963,15 +214369,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 58082, - "end": 58101, + "start": 60097, + "end": 60116, "loc": { "start": { - "line": 1681, + "line": 1727, "column": 12 }, "end": { - "line": 1681, + "line": 1727, "column": 31 } } @@ -208987,15 +214393,15 @@ }, "property": { "type": "Identifier", - "start": 58169, - "end": 58174, + "start": 60184, + "end": 60189, "loc": { "start": { - "line": 1683, + "line": 1729, "column": 11 }, "end": { - "line": 1683, + "line": 1729, "column": 16 }, "identifierName": "catch" @@ -209008,15 +214414,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 58175, - "end": 58301, + "start": 60190, + "end": 60316, "loc": { "start": { - "line": 1683, + "line": 1729, "column": 17 }, "end": { - "line": 1686, + "line": 1732, "column": 9 } }, @@ -209027,15 +214433,15 @@ "params": [ { "type": "Identifier", - "start": 58176, - "end": 58179, + "start": 60191, + "end": 60194, "loc": { "start": { - "line": 1683, + "line": 1729, "column": 18 }, "end": { - "line": 1683, + "line": 1729, "column": 21 }, "identifierName": "err" @@ -209045,102 +214451,102 @@ ], "body": { "type": "BlockStatement", - "start": 58184, - "end": 58301, + "start": 60199, + "end": 60316, "loc": { "start": { - "line": 1683, + "line": 1729, "column": 26 }, "end": { - "line": 1686, + "line": 1732, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 58198, - "end": 58235, + "start": 60213, + "end": 60250, "loc": { "start": { - "line": 1684, + "line": 1730, "column": 12 }, "end": { - "line": 1684, + "line": 1730, "column": 49 } }, "expression": { "type": "AssignmentExpression", - "start": 58198, - "end": 58234, + "start": 60213, + "end": 60249, "loc": { "start": { - "line": 1684, + "line": 1730, "column": 12 }, "end": { - "line": 1684, + "line": 1730, "column": 48 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 58198, - "end": 58228, + "start": 60213, + "end": 60243, "loc": { "start": { - "line": 1684, + "line": 1730, "column": 12 }, "end": { - "line": 1684, + "line": 1730, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 58198, - "end": 58209, + "start": 60213, + "end": 60224, "loc": { "start": { - "line": 1684, + "line": 1730, "column": 12 }, "end": { - "line": 1684, + "line": 1730, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 58198, - "end": 58202, + "start": 60213, + "end": 60217, "loc": { "start": { - "line": 1684, + "line": 1730, "column": 12 }, "end": { - "line": 1684, + "line": 1730, "column": 16 } } }, "property": { "type": "Identifier", - "start": 58203, - "end": 58209, + "start": 60218, + "end": 60224, "loc": { "start": { - "line": 1684, + "line": 1730, "column": 17 }, "end": { - "line": 1684, + "line": 1730, "column": 23 }, "identifierName": "player" @@ -209151,15 +214557,15 @@ }, "property": { "type": "Identifier", - "start": 58210, - "end": 58228, + "start": 60225, + "end": 60243, "loc": { "start": { - "line": 1684, + "line": 1730, "column": 24 }, "end": { - "line": 1684, + "line": 1730, "column": 42 }, "identifierName": "enumerateErrorCode" @@ -209170,15 +214576,15 @@ }, "right": { "type": "Identifier", - "start": 58231, - "end": 58234, + "start": 60246, + "end": 60249, "loc": { "start": { - "line": 1684, + "line": 1730, "column": 45 }, "end": { - "line": 1684, + "line": 1730, "column": 48 }, "identifierName": "err" @@ -209189,86 +214595,86 @@ }, { "type": "ExpressionStatement", - "start": 58248, - "end": 58291, + "start": 60263, + "end": 60306, "loc": { "start": { - "line": 1685, + "line": 1731, "column": 12 }, "end": { - "line": 1685, + "line": 1731, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 58248, - "end": 58290, + "start": 60263, + "end": 60305, "loc": { "start": { - "line": 1685, + "line": 1731, "column": 12 }, "end": { - "line": 1685, + "line": 1731, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 58248, - "end": 58267, + "start": 60263, + "end": 60282, "loc": { "start": { - "line": 1685, + "line": 1731, "column": 12 }, "end": { - "line": 1685, + "line": 1731, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 58248, - "end": 58259, + "start": 60263, + "end": 60274, "loc": { "start": { - "line": 1685, + "line": 1731, "column": 12 }, "end": { - "line": 1685, + "line": 1731, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 58248, - "end": 58252, + "start": 60263, + "end": 60267, "loc": { "start": { - "line": 1685, + "line": 1731, "column": 12 }, "end": { - "line": 1685, + "line": 1731, "column": 16 } } }, "property": { "type": "Identifier", - "start": 58253, - "end": 58259, + "start": 60268, + "end": 60274, "loc": { "start": { - "line": 1685, + "line": 1731, "column": 17 }, "end": { - "line": 1685, + "line": 1731, "column": 23 }, "identifierName": "player" @@ -209279,15 +214685,15 @@ }, "property": { "type": "Identifier", - "start": 58260, - "end": 58267, + "start": 60275, + "end": 60282, "loc": { "start": { - "line": 1685, + "line": 1731, "column": 24 }, "end": { - "line": 1685, + "line": 1731, "column": 31 }, "identifierName": "trigger" @@ -209299,29 +214705,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 58268, - "end": 58289, + "start": 60283, + "end": 60304, "loc": { "start": { - "line": 1685, + "line": 1731, "column": 32 }, "end": { - "line": 1685, + "line": 1731, "column": 53 } }, "object": { "type": "Identifier", - "start": 58268, - "end": 58273, + "start": 60283, + "end": 60288, "loc": { "start": { - "line": 1685, + "line": 1731, "column": 32 }, "end": { - "line": 1685, + "line": 1731, "column": 37 }, "identifierName": "Event" @@ -209330,15 +214736,15 @@ }, "property": { "type": "Identifier", - "start": 58274, - "end": 58289, + "start": 60289, + "end": 60304, "loc": { "start": { - "line": 1685, + "line": 1731, "column": 38 }, "end": { - "line": 1685, + "line": 1731, "column": 53 }, "identifierName": "ENUMERATE_ERROR" @@ -209361,15 +214767,15 @@ { "type": "CommentLine", "value": " list video and audio devices", - "start": 57831, - "end": 57862, + "start": 59846, + "end": 59877, "loc": { "start": { - "line": 1674, + "line": 1720, "column": 8 }, "end": { - "line": 1674, + "line": 1720, "column": 39 } } @@ -209384,15 +214790,15 @@ { "type": "CommentBlock", "value": "*\n * Collects information about the media input and output devices\n * available on the system.\n ", - "start": 57433, - "end": 57545, + "start": 59448, + "end": 59560, "loc": { "start": { - "line": 1663, + "line": 1709, "column": 4 }, "end": { - "line": 1666, + "line": 1712, "column": 7 } } @@ -209402,15 +214808,15 @@ { "type": "CommentBlock", "value": "*\n * Change the video input device.\n *\n * @param {string} deviceId - Id of the video input device.\n ", - "start": 58315, - "end": 58435, + "start": 60330, + "end": 60450, "loc": { "start": { - "line": 1689, + "line": 1735, "column": 4 }, "end": { - "line": 1693, + "line": 1739, "column": 7 } } @@ -209419,15 +214825,15 @@ }, { "type": "ClassMethod", - "start": 58440, - "end": 59010, + "start": 60455, + "end": 61025, "loc": { "start": { - "line": 1694, + "line": 1740, "column": 4 }, "end": { - "line": 1711, + "line": 1757, "column": 5 } }, @@ -209435,15 +214841,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 58440, - "end": 58453, + "start": 60455, + "end": 60468, "loc": { "start": { - "line": 1694, + "line": 1740, "column": 4 }, "end": { - "line": 1694, + "line": 1740, "column": 17 }, "identifierName": "setVideoInput" @@ -209459,15 +214865,15 @@ "params": [ { "type": "Identifier", - "start": 58454, - "end": 58462, + "start": 60469, + "end": 60477, "loc": { "start": { - "line": 1694, + "line": 1740, "column": 18 }, "end": { - "line": 1694, + "line": 1740, "column": 26 }, "identifierName": "deviceId" @@ -209477,87 +214883,87 @@ ], "body": { "type": "BlockStatement", - "start": 58464, - "end": 59010, + "start": 60479, + "end": 61025, "loc": { "start": { - "line": 1694, + "line": 1740, "column": 28 }, "end": { - "line": 1711, + "line": 1757, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 58474, - "end": 58847, + "start": 60489, + "end": 60862, "loc": { "start": { - "line": 1695, + "line": 1741, "column": 8 }, "end": { - "line": 1704, + "line": 1750, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 58478, - "end": 58523, + "start": 60493, + "end": 60538, "loc": { "start": { - "line": 1695, + "line": 1741, "column": 12 }, "end": { - "line": 1695, + "line": 1741, "column": 57 } }, "left": { "type": "MemberExpression", - "start": 58478, - "end": 58494, + "start": 60493, + "end": 60509, "loc": { "start": { - "line": 1695, + "line": 1741, "column": 12 }, "end": { - "line": 1695, + "line": 1741, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 58478, - "end": 58482, + "start": 60493, + "end": 60497, "loc": { "start": { - "line": 1695, + "line": 1741, "column": 12 }, "end": { - "line": 1695, + "line": 1741, "column": 16 } } }, "property": { "type": "Identifier", - "start": 58483, - "end": 58494, + "start": 60498, + "end": 60509, "loc": { "start": { - "line": 1695, + "line": 1741, "column": 17 }, "end": { - "line": 1695, + "line": 1741, "column": 28 }, "identifierName": "recordVideo" @@ -209569,29 +214975,29 @@ "operator": "===", "right": { "type": "CallExpression", - "start": 58499, - "end": 58523, + "start": 60514, + "end": 60538, "loc": { "start": { - "line": 1695, + "line": 1741, "column": 33 }, "end": { - "line": 1695, + "line": 1741, "column": 57 } }, "callee": { "type": "Identifier", - "start": 58499, - "end": 58505, + "start": 60514, + "end": 60520, "loc": { "start": { - "line": 1695, + "line": 1741, "column": 33 }, "end": { - "line": 1695, + "line": 1741, "column": 39 }, "identifierName": "Object" @@ -209601,44 +215007,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 58506, - "end": 58522, + "start": 60521, + "end": 60537, "loc": { "start": { - "line": 1695, + "line": 1741, "column": 40 }, "end": { - "line": 1695, + "line": 1741, "column": 56 } }, "object": { "type": "ThisExpression", - "start": 58506, - "end": 58510, + "start": 60521, + "end": 60525, "loc": { "start": { - "line": 1695, + "line": 1741, "column": 40 }, "end": { - "line": 1695, + "line": 1741, "column": 44 } } }, "property": { "type": "Identifier", - "start": 58511, - "end": 58522, + "start": 60526, + "end": 60537, "loc": { "start": { - "line": 1695, + "line": 1741, "column": 45 }, "end": { - "line": 1695, + "line": 1741, "column": 56 }, "identifierName": "recordVideo" @@ -209652,87 +215058,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 58525, - "end": 58643, + "start": 60540, + "end": 60658, "loc": { "start": { - "line": 1695, + "line": 1741, "column": 59 }, "end": { - "line": 1699, + "line": 1745, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 58586, - "end": 58632, + "start": 60601, + "end": 60647, "loc": { "start": { - "line": 1697, + "line": 1743, "column": 12 }, "end": { - "line": 1697, + "line": 1743, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 58586, - "end": 58631, + "start": 60601, + "end": 60646, "loc": { "start": { - "line": 1697, + "line": 1743, "column": 12 }, "end": { - "line": 1697, + "line": 1743, "column": 57 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 58586, - "end": 58611, + "start": 60601, + "end": 60626, "loc": { "start": { - "line": 1697, + "line": 1743, "column": 12 }, "end": { - "line": 1697, + "line": 1743, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 58586, - "end": 58602, + "start": 60601, + "end": 60617, "loc": { "start": { - "line": 1697, + "line": 1743, "column": 12 }, "end": { - "line": 1697, + "line": 1743, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 58586, - "end": 58590, + "start": 60601, + "end": 60605, "loc": { "start": { - "line": 1697, + "line": 1743, "column": 12 }, "end": { - "line": 1697, + "line": 1743, "column": 16 } }, @@ -209740,15 +215146,15 @@ }, "property": { "type": "Identifier", - "start": 58591, - "end": 58602, + "start": 60606, + "end": 60617, "loc": { "start": { - "line": 1697, + "line": 1743, "column": 17 }, "end": { - "line": 1697, + "line": 1743, "column": 28 }, "identifierName": "recordVideo" @@ -209760,15 +215166,15 @@ }, "property": { "type": "Identifier", - "start": 58603, - "end": 58611, + "start": 60618, + "end": 60626, "loc": { "start": { - "line": 1697, + "line": 1743, "column": 29 }, "end": { - "line": 1697, + "line": 1743, "column": 37 }, "identifierName": "deviceId" @@ -209780,30 +215186,30 @@ }, "right": { "type": "ObjectExpression", - "start": 58614, - "end": 58631, + "start": 60629, + "end": 60646, "loc": { "start": { - "line": 1697, + "line": 1743, "column": 40 }, "end": { - "line": 1697, + "line": 1743, "column": 57 } }, "properties": [ { "type": "ObjectProperty", - "start": 58615, - "end": 58630, + "start": 60630, + "end": 60645, "loc": { "start": { - "line": 1697, + "line": 1743, "column": 41 }, "end": { - "line": 1697, + "line": 1743, "column": 56 } }, @@ -209812,15 +215218,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 58615, - "end": 58620, + "start": 60630, + "end": 60635, "loc": { "start": { - "line": 1697, + "line": 1743, "column": 41 }, "end": { - "line": 1697, + "line": 1743, "column": 46 }, "identifierName": "exact" @@ -209829,15 +215235,15 @@ }, "value": { "type": "Identifier", - "start": 58622, - "end": 58630, + "start": 60637, + "end": 60645, "loc": { "start": { - "line": 1697, + "line": 1743, "column": 48 }, "end": { - "line": 1697, + "line": 1743, "column": 56 }, "identifierName": "deviceId" @@ -209853,15 +215259,15 @@ { "type": "CommentLine", "value": " already using video constraints", - "start": 58539, - "end": 58573, + "start": 60554, + "end": 60588, "loc": { "start": { - "line": 1696, + "line": 1742, "column": 12 }, "end": { - "line": 1696, + "line": 1742, "column": 46 } } @@ -209873,72 +215279,72 @@ }, "alternate": { "type": "IfStatement", - "start": 58649, - "end": 58847, + "start": 60664, + "end": 60862, "loc": { "start": { - "line": 1699, + "line": 1745, "column": 15 }, "end": { - "line": 1704, + "line": 1750, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 58653, - "end": 58678, + "start": 60668, + "end": 60693, "loc": { "start": { - "line": 1699, + "line": 1745, "column": 19 }, "end": { - "line": 1699, + "line": 1745, "column": 44 } }, "left": { "type": "MemberExpression", - "start": 58653, - "end": 58669, + "start": 60668, + "end": 60684, "loc": { "start": { - "line": 1699, + "line": 1745, "column": 19 }, "end": { - "line": 1699, + "line": 1745, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 58653, - "end": 58657, + "start": 60668, + "end": 60672, "loc": { "start": { - "line": 1699, + "line": 1745, "column": 19 }, "end": { - "line": 1699, + "line": 1745, "column": 23 } } }, "property": { "type": "Identifier", - "start": 58658, - "end": 58669, + "start": 60673, + "end": 60684, "loc": { "start": { - "line": 1699, + "line": 1745, "column": 24 }, "end": { - "line": 1699, + "line": 1745, "column": 35 }, "identifierName": "recordVideo" @@ -209950,15 +215356,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 58674, - "end": 58678, + "start": 60689, + "end": 60693, "loc": { "start": { - "line": 1699, + "line": 1745, "column": 40 }, "end": { - "line": 1699, + "line": 1745, "column": 44 } }, @@ -209967,73 +215373,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 58680, - "end": 58847, + "start": 60695, + "end": 60862, "loc": { "start": { - "line": 1699, + "line": 1745, "column": 46 }, "end": { - "line": 1704, + "line": 1750, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 58758, - "end": 58837, + "start": 60773, + "end": 60852, "loc": { "start": { - "line": 1701, + "line": 1747, "column": 12 }, "end": { - "line": 1703, + "line": 1749, "column": 14 } }, "expression": { "type": "AssignmentExpression", - "start": 58758, - "end": 58836, + "start": 60773, + "end": 60851, "loc": { "start": { - "line": 1701, + "line": 1747, "column": 12 }, "end": { - "line": 1703, + "line": 1749, "column": 13 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 58758, - "end": 58774, + "start": 60773, + "end": 60789, "loc": { "start": { - "line": 1701, + "line": 1747, "column": 12 }, "end": { - "line": 1701, + "line": 1747, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 58758, - "end": 58762, + "start": 60773, + "end": 60777, "loc": { "start": { - "line": 1701, + "line": 1747, "column": 12 }, "end": { - "line": 1701, + "line": 1747, "column": 16 } }, @@ -210041,15 +215447,15 @@ }, "property": { "type": "Identifier", - "start": 58763, - "end": 58774, + "start": 60778, + "end": 60789, "loc": { "start": { - "line": 1701, + "line": 1747, "column": 17 }, "end": { - "line": 1701, + "line": 1747, "column": 28 }, "identifierName": "recordVideo" @@ -210061,30 +215467,30 @@ }, "right": { "type": "ObjectExpression", - "start": 58777, - "end": 58836, + "start": 60792, + "end": 60851, "loc": { "start": { - "line": 1701, + "line": 1747, "column": 31 }, "end": { - "line": 1703, + "line": 1749, "column": 13 } }, "properties": [ { "type": "ObjectProperty", - "start": 58795, - "end": 58822, + "start": 60810, + "end": 60837, "loc": { "start": { - "line": 1702, + "line": 1748, "column": 16 }, "end": { - "line": 1702, + "line": 1748, "column": 43 } }, @@ -210093,15 +215499,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 58795, - "end": 58803, + "start": 60810, + "end": 60818, "loc": { "start": { - "line": 1702, + "line": 1748, "column": 16 }, "end": { - "line": 1702, + "line": 1748, "column": 24 }, "identifierName": "deviceId" @@ -210110,30 +215516,30 @@ }, "value": { "type": "ObjectExpression", - "start": 58805, - "end": 58822, + "start": 60820, + "end": 60837, "loc": { "start": { - "line": 1702, + "line": 1748, "column": 26 }, "end": { - "line": 1702, + "line": 1748, "column": 43 } }, "properties": [ { "type": "ObjectProperty", - "start": 58806, - "end": 58821, + "start": 60821, + "end": 60836, "loc": { "start": { - "line": 1702, + "line": 1748, "column": 27 }, "end": { - "line": 1702, + "line": 1748, "column": 42 } }, @@ -210142,15 +215548,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 58806, - "end": 58811, + "start": 60821, + "end": 60826, "loc": { "start": { - "line": 1702, + "line": 1748, "column": 27 }, "end": { - "line": 1702, + "line": 1748, "column": 32 }, "identifierName": "exact" @@ -210159,15 +215565,15 @@ }, "value": { "type": "Identifier", - "start": 58813, - "end": 58821, + "start": 60828, + "end": 60836, "loc": { "start": { - "line": 1702, + "line": 1748, "column": 34 }, "end": { - "line": 1702, + "line": 1748, "column": 42 }, "identifierName": "deviceId" @@ -210186,15 +215592,15 @@ { "type": "CommentLine", "value": " not using video constraints already, so force it", - "start": 58694, - "end": 58745, + "start": 60709, + "end": 60760, "loc": { "start": { - "line": 1700, + "line": 1746, "column": 12 }, "end": { - "line": 1700, + "line": 1746, "column": 63 } } @@ -210212,15 +215618,15 @@ { "type": "CommentLine", "value": " release existing device", - "start": 58857, - "end": 58883, + "start": 60872, + "end": 60898, "loc": { "start": { - "line": 1706, + "line": 1752, "column": 8 }, "end": { - "line": 1706, + "line": 1752, "column": 34 } } @@ -210229,57 +215635,57 @@ }, { "type": "ExpressionStatement", - "start": 58892, - "end": 58910, + "start": 60907, + "end": 60925, "loc": { "start": { - "line": 1707, + "line": 1753, "column": 8 }, "end": { - "line": 1707, + "line": 1753, "column": 26 } }, "expression": { "type": "CallExpression", - "start": 58892, - "end": 58909, + "start": 60907, + "end": 60924, "loc": { "start": { - "line": 1707, + "line": 1753, "column": 8 }, "end": { - "line": 1707, + "line": 1753, "column": 25 } }, "callee": { "type": "MemberExpression", - "start": 58892, - "end": 58907, + "start": 60907, + "end": 60922, "loc": { "start": { - "line": 1707, + "line": 1753, "column": 8 }, "end": { - "line": 1707, + "line": 1753, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 58892, - "end": 58896, + "start": 60907, + "end": 60911, "loc": { "start": { - "line": 1707, + "line": 1753, "column": 8 }, "end": { - "line": 1707, + "line": 1753, "column": 12 } }, @@ -210287,15 +215693,15 @@ }, "property": { "type": "Identifier", - "start": 58897, - "end": 58907, + "start": 60912, + "end": 60922, "loc": { "start": { - "line": 1707, + "line": 1753, "column": 13 }, "end": { - "line": 1707, + "line": 1753, "column": 23 }, "identifierName": "stopDevice" @@ -210312,15 +215718,15 @@ { "type": "CommentLine", "value": " release existing device", - "start": 58857, - "end": 58883, + "start": 60872, + "end": 60898, "loc": { "start": { - "line": 1706, + "line": 1752, "column": 8 }, "end": { - "line": 1706, + "line": 1752, "column": 34 } } @@ -210330,15 +215736,15 @@ { "type": "CommentLine", "value": " ask for video input device permissions and start device", - "start": 58920, - "end": 58978, + "start": 60935, + "end": 60993, "loc": { "start": { - "line": 1709, + "line": 1755, "column": 8 }, "end": { - "line": 1709, + "line": 1755, "column": 66 } } @@ -210347,57 +215753,57 @@ }, { "type": "ExpressionStatement", - "start": 58987, - "end": 59004, + "start": 61002, + "end": 61019, "loc": { "start": { - "line": 1710, + "line": 1756, "column": 8 }, "end": { - "line": 1710, + "line": 1756, "column": 25 } }, "expression": { "type": "CallExpression", - "start": 58987, - "end": 59003, + "start": 61002, + "end": 61018, "loc": { "start": { - "line": 1710, + "line": 1756, "column": 8 }, "end": { - "line": 1710, + "line": 1756, "column": 24 } }, "callee": { "type": "MemberExpression", - "start": 58987, - "end": 59001, + "start": 61002, + "end": 61016, "loc": { "start": { - "line": 1710, + "line": 1756, "column": 8 }, "end": { - "line": 1710, + "line": 1756, "column": 22 } }, "object": { "type": "ThisExpression", - "start": 58987, - "end": 58991, + "start": 61002, + "end": 61006, "loc": { "start": { - "line": 1710, + "line": 1756, "column": 8 }, "end": { - "line": 1710, + "line": 1756, "column": 12 } }, @@ -210405,15 +215811,15 @@ }, "property": { "type": "Identifier", - "start": 58992, - "end": 59001, + "start": 61007, + "end": 61016, "loc": { "start": { - "line": 1710, + "line": 1756, "column": 13 }, "end": { - "line": 1710, + "line": 1756, "column": 22 }, "identifierName": "getDevice" @@ -210430,15 +215836,15 @@ { "type": "CommentLine", "value": " ask for video input device permissions and start device", - "start": 58920, - "end": 58978, + "start": 60935, + "end": 60993, "loc": { "start": { - "line": 1709, + "line": 1755, "column": 8 }, "end": { - "line": 1709, + "line": 1755, "column": 66 } } @@ -210453,15 +215859,15 @@ { "type": "CommentBlock", "value": "*\n * Change the video input device.\n *\n * @param {string} deviceId - Id of the video input device.\n ", - "start": 58315, - "end": 58435, + "start": 60330, + "end": 60450, "loc": { "start": { - "line": 1689, + "line": 1735, "column": 4 }, "end": { - "line": 1693, + "line": 1739, "column": 7 } } @@ -210471,15 +215877,15 @@ { "type": "CommentBlock", "value": "*\n * Change the audio input device.\n *\n * @param {string} deviceId - Id of the audio input device.\n ", - "start": 59016, - "end": 59136, + "start": 61031, + "end": 61151, "loc": { "start": { - "line": 1713, + "line": 1759, "column": 4 }, "end": { - "line": 1717, + "line": 1763, "column": 7 } } @@ -210488,15 +215894,15 @@ }, { "type": "ClassMethod", - "start": 59141, - "end": 60032, + "start": 61156, + "end": 62047, "loc": { "start": { - "line": 1718, + "line": 1764, "column": 4 }, "end": { - "line": 1745, + "line": 1791, "column": 5 } }, @@ -210504,15 +215910,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 59141, - "end": 59154, + "start": 61156, + "end": 61169, "loc": { "start": { - "line": 1718, + "line": 1764, "column": 4 }, "end": { - "line": 1718, + "line": 1764, "column": 17 }, "identifierName": "setAudioInput" @@ -210528,15 +215934,15 @@ "params": [ { "type": "Identifier", - "start": 59155, - "end": 59163, + "start": 61170, + "end": 61178, "loc": { "start": { - "line": 1718, + "line": 1764, "column": 18 }, "end": { - "line": 1718, + "line": 1764, "column": 26 }, "identifierName": "deviceId" @@ -210546,87 +215952,87 @@ ], "body": { "type": "BlockStatement", - "start": 59165, - "end": 60032, + "start": 61180, + "end": 62047, "loc": { "start": { - "line": 1718, + "line": 1764, "column": 28 }, "end": { - "line": 1745, + "line": 1791, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 59175, - "end": 59548, + "start": 61190, + "end": 61563, "loc": { "start": { - "line": 1719, + "line": 1765, "column": 8 }, "end": { - "line": 1728, + "line": 1774, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 59179, - "end": 59224, + "start": 61194, + "end": 61239, "loc": { "start": { - "line": 1719, + "line": 1765, "column": 12 }, "end": { - "line": 1719, + "line": 1765, "column": 57 } }, "left": { "type": "MemberExpression", - "start": 59179, - "end": 59195, + "start": 61194, + "end": 61210, "loc": { "start": { - "line": 1719, + "line": 1765, "column": 12 }, "end": { - "line": 1719, + "line": 1765, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 59179, - "end": 59183, + "start": 61194, + "end": 61198, "loc": { "start": { - "line": 1719, + "line": 1765, "column": 12 }, "end": { - "line": 1719, + "line": 1765, "column": 16 } } }, "property": { "type": "Identifier", - "start": 59184, - "end": 59195, + "start": 61199, + "end": 61210, "loc": { "start": { - "line": 1719, + "line": 1765, "column": 17 }, "end": { - "line": 1719, + "line": 1765, "column": 28 }, "identifierName": "recordAudio" @@ -210638,29 +216044,29 @@ "operator": "===", "right": { "type": "CallExpression", - "start": 59200, - "end": 59224, + "start": 61215, + "end": 61239, "loc": { "start": { - "line": 1719, + "line": 1765, "column": 33 }, "end": { - "line": 1719, + "line": 1765, "column": 57 } }, "callee": { "type": "Identifier", - "start": 59200, - "end": 59206, + "start": 61215, + "end": 61221, "loc": { "start": { - "line": 1719, + "line": 1765, "column": 33 }, "end": { - "line": 1719, + "line": 1765, "column": 39 }, "identifierName": "Object" @@ -210670,44 +216076,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 59207, - "end": 59223, + "start": 61222, + "end": 61238, "loc": { "start": { - "line": 1719, + "line": 1765, "column": 40 }, "end": { - "line": 1719, + "line": 1765, "column": 56 } }, "object": { "type": "ThisExpression", - "start": 59207, - "end": 59211, + "start": 61222, + "end": 61226, "loc": { "start": { - "line": 1719, + "line": 1765, "column": 40 }, "end": { - "line": 1719, + "line": 1765, "column": 44 } } }, "property": { "type": "Identifier", - "start": 59212, - "end": 59223, + "start": 61227, + "end": 61238, "loc": { "start": { - "line": 1719, + "line": 1765, "column": 45 }, "end": { - "line": 1719, + "line": 1765, "column": 56 }, "identifierName": "recordAudio" @@ -210721,87 +216127,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 59226, - "end": 59344, + "start": 61241, + "end": 61359, "loc": { "start": { - "line": 1719, + "line": 1765, "column": 59 }, "end": { - "line": 1723, + "line": 1769, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 59287, - "end": 59333, + "start": 61302, + "end": 61348, "loc": { "start": { - "line": 1721, + "line": 1767, "column": 12 }, "end": { - "line": 1721, + "line": 1767, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 59287, - "end": 59332, + "start": 61302, + "end": 61347, "loc": { "start": { - "line": 1721, + "line": 1767, "column": 12 }, "end": { - "line": 1721, + "line": 1767, "column": 57 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 59287, - "end": 59312, + "start": 61302, + "end": 61327, "loc": { "start": { - "line": 1721, + "line": 1767, "column": 12 }, "end": { - "line": 1721, + "line": 1767, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 59287, - "end": 59303, + "start": 61302, + "end": 61318, "loc": { "start": { - "line": 1721, + "line": 1767, "column": 12 }, "end": { - "line": 1721, + "line": 1767, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 59287, - "end": 59291, + "start": 61302, + "end": 61306, "loc": { "start": { - "line": 1721, + "line": 1767, "column": 12 }, "end": { - "line": 1721, + "line": 1767, "column": 16 } }, @@ -210809,15 +216215,15 @@ }, "property": { "type": "Identifier", - "start": 59292, - "end": 59303, + "start": 61307, + "end": 61318, "loc": { "start": { - "line": 1721, + "line": 1767, "column": 17 }, "end": { - "line": 1721, + "line": 1767, "column": 28 }, "identifierName": "recordAudio" @@ -210829,15 +216235,15 @@ }, "property": { "type": "Identifier", - "start": 59304, - "end": 59312, + "start": 61319, + "end": 61327, "loc": { "start": { - "line": 1721, + "line": 1767, "column": 29 }, "end": { - "line": 1721, + "line": 1767, "column": 37 }, "identifierName": "deviceId" @@ -210849,30 +216255,30 @@ }, "right": { "type": "ObjectExpression", - "start": 59315, - "end": 59332, + "start": 61330, + "end": 61347, "loc": { "start": { - "line": 1721, + "line": 1767, "column": 40 }, "end": { - "line": 1721, + "line": 1767, "column": 57 } }, "properties": [ { "type": "ObjectProperty", - "start": 59316, - "end": 59331, + "start": 61331, + "end": 61346, "loc": { "start": { - "line": 1721, + "line": 1767, "column": 41 }, "end": { - "line": 1721, + "line": 1767, "column": 56 } }, @@ -210881,15 +216287,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 59316, - "end": 59321, + "start": 61331, + "end": 61336, "loc": { "start": { - "line": 1721, + "line": 1767, "column": 41 }, "end": { - "line": 1721, + "line": 1767, "column": 46 }, "identifierName": "exact" @@ -210898,15 +216304,15 @@ }, "value": { "type": "Identifier", - "start": 59323, - "end": 59331, + "start": 61338, + "end": 61346, "loc": { "start": { - "line": 1721, + "line": 1767, "column": 48 }, "end": { - "line": 1721, + "line": 1767, "column": 56 }, "identifierName": "deviceId" @@ -210922,15 +216328,15 @@ { "type": "CommentLine", "value": " already using audio constraints", - "start": 59240, - "end": 59274, + "start": 61255, + "end": 61289, "loc": { "start": { - "line": 1720, + "line": 1766, "column": 12 }, "end": { - "line": 1720, + "line": 1766, "column": 46 } } @@ -210942,72 +216348,72 @@ }, "alternate": { "type": "IfStatement", - "start": 59350, - "end": 59548, + "start": 61365, + "end": 61563, "loc": { "start": { - "line": 1723, + "line": 1769, "column": 15 }, "end": { - "line": 1728, + "line": 1774, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 59354, - "end": 59379, + "start": 61369, + "end": 61394, "loc": { "start": { - "line": 1723, + "line": 1769, "column": 19 }, "end": { - "line": 1723, + "line": 1769, "column": 44 } }, "left": { "type": "MemberExpression", - "start": 59354, - "end": 59370, + "start": 61369, + "end": 61385, "loc": { "start": { - "line": 1723, + "line": 1769, "column": 19 }, "end": { - "line": 1723, + "line": 1769, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 59354, - "end": 59358, + "start": 61369, + "end": 61373, "loc": { "start": { - "line": 1723, + "line": 1769, "column": 19 }, "end": { - "line": 1723, + "line": 1769, "column": 23 } } }, "property": { "type": "Identifier", - "start": 59359, - "end": 59370, + "start": 61374, + "end": 61385, "loc": { "start": { - "line": 1723, + "line": 1769, "column": 24 }, "end": { - "line": 1723, + "line": 1769, "column": 35 }, "identifierName": "recordAudio" @@ -211019,15 +216425,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 59375, - "end": 59379, + "start": 61390, + "end": 61394, "loc": { "start": { - "line": 1723, + "line": 1769, "column": 40 }, "end": { - "line": 1723, + "line": 1769, "column": 44 } }, @@ -211036,73 +216442,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 59381, - "end": 59548, + "start": 61396, + "end": 61563, "loc": { "start": { - "line": 1723, + "line": 1769, "column": 46 }, "end": { - "line": 1728, + "line": 1774, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 59459, - "end": 59538, + "start": 61474, + "end": 61553, "loc": { "start": { - "line": 1725, + "line": 1771, "column": 12 }, "end": { - "line": 1727, + "line": 1773, "column": 14 } }, "expression": { "type": "AssignmentExpression", - "start": 59459, - "end": 59537, + "start": 61474, + "end": 61552, "loc": { "start": { - "line": 1725, + "line": 1771, "column": 12 }, "end": { - "line": 1727, + "line": 1773, "column": 13 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 59459, - "end": 59475, + "start": 61474, + "end": 61490, "loc": { "start": { - "line": 1725, + "line": 1771, "column": 12 }, "end": { - "line": 1725, + "line": 1771, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 59459, - "end": 59463, + "start": 61474, + "end": 61478, "loc": { "start": { - "line": 1725, + "line": 1771, "column": 12 }, "end": { - "line": 1725, + "line": 1771, "column": 16 } }, @@ -211110,15 +216516,15 @@ }, "property": { "type": "Identifier", - "start": 59464, - "end": 59475, + "start": 61479, + "end": 61490, "loc": { "start": { - "line": 1725, + "line": 1771, "column": 17 }, "end": { - "line": 1725, + "line": 1771, "column": 28 }, "identifierName": "recordAudio" @@ -211130,30 +216536,30 @@ }, "right": { "type": "ObjectExpression", - "start": 59478, - "end": 59537, + "start": 61493, + "end": 61552, "loc": { "start": { - "line": 1725, + "line": 1771, "column": 31 }, "end": { - "line": 1727, + "line": 1773, "column": 13 } }, "properties": [ { "type": "ObjectProperty", - "start": 59496, - "end": 59523, + "start": 61511, + "end": 61538, "loc": { "start": { - "line": 1726, + "line": 1772, "column": 16 }, "end": { - "line": 1726, + "line": 1772, "column": 43 } }, @@ -211162,15 +216568,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 59496, - "end": 59504, + "start": 61511, + "end": 61519, "loc": { "start": { - "line": 1726, + "line": 1772, "column": 16 }, "end": { - "line": 1726, + "line": 1772, "column": 24 }, "identifierName": "deviceId" @@ -211179,30 +216585,30 @@ }, "value": { "type": "ObjectExpression", - "start": 59506, - "end": 59523, + "start": 61521, + "end": 61538, "loc": { "start": { - "line": 1726, + "line": 1772, "column": 26 }, "end": { - "line": 1726, + "line": 1772, "column": 43 } }, "properties": [ { "type": "ObjectProperty", - "start": 59507, - "end": 59522, + "start": 61522, + "end": 61537, "loc": { "start": { - "line": 1726, + "line": 1772, "column": 27 }, "end": { - "line": 1726, + "line": 1772, "column": 42 } }, @@ -211211,15 +216617,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 59507, - "end": 59512, + "start": 61522, + "end": 61527, "loc": { "start": { - "line": 1726, + "line": 1772, "column": 27 }, "end": { - "line": 1726, + "line": 1772, "column": 32 }, "identifierName": "exact" @@ -211228,15 +216634,15 @@ }, "value": { "type": "Identifier", - "start": 59514, - "end": 59522, + "start": 61529, + "end": 61537, "loc": { "start": { - "line": 1726, + "line": 1772, "column": 34 }, "end": { - "line": 1726, + "line": 1772, "column": 42 }, "identifierName": "deviceId" @@ -211255,15 +216661,15 @@ { "type": "CommentLine", "value": " not using audio constraints already, so force it", - "start": 59395, - "end": 59446, + "start": 61410, + "end": 61461, "loc": { "start": { - "line": 1724, + "line": 1770, "column": 12 }, "end": { - "line": 1724, + "line": 1770, "column": 63 } } @@ -211281,15 +216687,15 @@ { "type": "CommentLine", "value": " update wavesurfer microphone plugin constraints", - "start": 59558, - "end": 59608, + "start": 61573, + "end": 61623, "loc": { "start": { - "line": 1730, + "line": 1776, "column": 8 }, "end": { - "line": 1730, + "line": 1776, "column": 58 } } @@ -211298,57 +216704,57 @@ }, { "type": "SwitchStatement", - "start": 59617, - "end": 59869, + "start": 61632, + "end": 61884, "loc": { "start": { - "line": 1731, + "line": 1777, "column": 8 }, "end": { - "line": 1738, + "line": 1784, "column": 9 } }, "discriminant": { "type": "CallExpression", - "start": 59625, - "end": 59645, + "start": 61640, + "end": 61660, "loc": { "start": { - "line": 1731, + "line": 1777, "column": 16 }, "end": { - "line": 1731, + "line": 1777, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 59625, - "end": 59643, + "start": 61640, + "end": 61658, "loc": { "start": { - "line": 1731, + "line": 1777, "column": 16 }, "end": { - "line": 1731, + "line": 1777, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 59625, - "end": 59629, + "start": 61640, + "end": 61644, "loc": { "start": { - "line": 1731, + "line": 1777, "column": 16 }, "end": { - "line": 1731, + "line": 1777, "column": 20 } }, @@ -211356,15 +216762,15 @@ }, "property": { "type": "Identifier", - "start": 59630, - "end": 59643, + "start": 61645, + "end": 61658, "loc": { "start": { - "line": 1731, + "line": 1777, "column": 21 }, "end": { - "line": 1731, + "line": 1777, "column": 34 }, "identifierName": "getRecordType" @@ -211380,130 +216786,130 @@ "cases": [ { "type": "SwitchCase", - "start": 59661, - "end": 59859, + "start": 61676, + "end": 61874, "loc": { "start": { - "line": 1732, + "line": 1778, "column": 12 }, "end": { - "line": 1737, + "line": 1783, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 59694, - "end": 59836, + "start": 61709, + "end": 61851, "loc": { "start": { - "line": 1733, + "line": 1779, "column": 16 }, "end": { - "line": 1736, + "line": 1782, "column": 18 } }, "expression": { "type": "AssignmentExpression", - "start": 59694, - "end": 59835, + "start": 61709, + "end": 61850, "loc": { "start": { - "line": 1733, + "line": 1779, "column": 16 }, "end": { - "line": 1736, + "line": 1782, "column": 17 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 59694, - "end": 59735, + "start": 61709, + "end": 61750, "loc": { "start": { - "line": 1733, + "line": 1779, "column": 16 }, "end": { - "line": 1733, + "line": 1779, "column": 57 } }, "object": { "type": "MemberExpression", - "start": 59694, - "end": 59723, + "start": 61709, + "end": 61738, "loc": { "start": { - "line": 1733, + "line": 1779, "column": 16 }, "end": { - "line": 1733, + "line": 1779, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 59694, - "end": 59712, + "start": 61709, + "end": 61727, "loc": { "start": { - "line": 1733, + "line": 1779, "column": 16 }, "end": { - "line": 1733, + "line": 1779, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 59694, - "end": 59705, + "start": 61709, + "end": 61720, "loc": { "start": { - "line": 1733, + "line": 1779, "column": 16 }, "end": { - "line": 1733, + "line": 1779, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 59694, - "end": 59698, + "start": 61709, + "end": 61713, "loc": { "start": { - "line": 1733, + "line": 1779, "column": 16 }, "end": { - "line": 1733, + "line": 1779, "column": 20 } } }, "property": { "type": "Identifier", - "start": 59699, - "end": 59705, + "start": 61714, + "end": 61720, "loc": { "start": { - "line": 1733, + "line": 1779, "column": 21 }, "end": { - "line": 1733, + "line": 1779, "column": 27 }, "identifierName": "surfer" @@ -211514,15 +216920,15 @@ }, "property": { "type": "Identifier", - "start": 59706, - "end": 59712, + "start": 61721, + "end": 61727, "loc": { "start": { - "line": 1733, + "line": 1779, "column": 28 }, "end": { - "line": 1733, + "line": 1779, "column": 34 }, "identifierName": "surfer" @@ -211533,15 +216939,15 @@ }, "property": { "type": "Identifier", - "start": 59713, - "end": 59723, + "start": 61728, + "end": 61738, "loc": { "start": { - "line": 1733, + "line": 1779, "column": 35 }, "end": { - "line": 1733, + "line": 1779, "column": 45 }, "identifierName": "microphone" @@ -211552,15 +216958,15 @@ }, "property": { "type": "Identifier", - "start": 59724, - "end": 59735, + "start": 61739, + "end": 61750, "loc": { "start": { - "line": 1733, + "line": 1779, "column": 46 }, "end": { - "line": 1733, + "line": 1779, "column": 57 }, "identifierName": "constraints" @@ -211571,30 +216977,30 @@ }, "right": { "type": "ObjectExpression", - "start": 59738, - "end": 59835, + "start": 61753, + "end": 61850, "loc": { "start": { - "line": 1733, + "line": 1779, "column": 60 }, "end": { - "line": 1736, + "line": 1782, "column": 17 } }, "properties": [ { "type": "ObjectProperty", - "start": 59760, - "end": 59772, + "start": 61775, + "end": 61787, "loc": { "start": { - "line": 1734, + "line": 1780, "column": 20 }, "end": { - "line": 1734, + "line": 1780, "column": 32 } }, @@ -211603,15 +217009,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 59760, - "end": 59765, + "start": 61775, + "end": 61780, "loc": { "start": { - "line": 1734, + "line": 1780, "column": 20 }, "end": { - "line": 1734, + "line": 1780, "column": 25 }, "identifierName": "video" @@ -211620,15 +217026,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 59767, - "end": 59772, + "start": 61782, + "end": 61787, "loc": { "start": { - "line": 1734, + "line": 1780, "column": 27 }, "end": { - "line": 1734, + "line": 1780, "column": 32 } }, @@ -211637,15 +217043,15 @@ }, { "type": "ObjectProperty", - "start": 59794, - "end": 59817, + "start": 61809, + "end": 61832, "loc": { "start": { - "line": 1735, + "line": 1781, "column": 20 }, "end": { - "line": 1735, + "line": 1781, "column": 43 } }, @@ -211654,15 +217060,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 59794, - "end": 59799, + "start": 61809, + "end": 61814, "loc": { "start": { - "line": 1735, + "line": 1781, "column": 20 }, "end": { - "line": 1735, + "line": 1781, "column": 25 }, "identifierName": "audio" @@ -211671,44 +217077,44 @@ }, "value": { "type": "MemberExpression", - "start": 59801, - "end": 59817, + "start": 61816, + "end": 61832, "loc": { "start": { - "line": 1735, + "line": 1781, "column": 27 }, "end": { - "line": 1735, + "line": 1781, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 59801, - "end": 59805, + "start": 61816, + "end": 61820, "loc": { "start": { - "line": 1735, + "line": 1781, "column": 27 }, "end": { - "line": 1735, + "line": 1781, "column": 31 } } }, "property": { "type": "Identifier", - "start": 59806, - "end": 59817, + "start": 61821, + "end": 61832, "loc": { "start": { - "line": 1735, + "line": 1781, "column": 32 }, "end": { - "line": 1735, + "line": 1781, "column": 43 }, "identifierName": "recordAudio" @@ -211724,15 +217130,15 @@ }, { "type": "BreakStatement", - "start": 59853, - "end": 59859, + "start": 61868, + "end": 61874, "loc": { "start": { - "line": 1737, + "line": 1783, "column": 16 }, "end": { - "line": 1737, + "line": 1783, "column": 22 } }, @@ -211741,15 +217147,15 @@ ], "test": { "type": "Identifier", - "start": 59666, - "end": 59676, + "start": 61681, + "end": 61691, "loc": { "start": { - "line": 1732, + "line": 1778, "column": 17 }, "end": { - "line": 1732, + "line": 1778, "column": 27 }, "identifierName": "AUDIO_ONLY" @@ -211762,15 +217168,15 @@ { "type": "CommentLine", "value": " update wavesurfer microphone plugin constraints", - "start": 59558, - "end": 59608, + "start": 61573, + "end": 61623, "loc": { "start": { - "line": 1730, + "line": 1776, "column": 8 }, "end": { - "line": 1730, + "line": 1776, "column": 58 } } @@ -211780,15 +217186,15 @@ { "type": "CommentLine", "value": " release existing device", - "start": 59879, - "end": 59905, + "start": 61894, + "end": 61920, "loc": { "start": { - "line": 1740, + "line": 1786, "column": 8 }, "end": { - "line": 1740, + "line": 1786, "column": 34 } } @@ -211797,57 +217203,57 @@ }, { "type": "ExpressionStatement", - "start": 59914, - "end": 59932, + "start": 61929, + "end": 61947, "loc": { "start": { - "line": 1741, + "line": 1787, "column": 8 }, "end": { - "line": 1741, + "line": 1787, "column": 26 } }, "expression": { "type": "CallExpression", - "start": 59914, - "end": 59931, + "start": 61929, + "end": 61946, "loc": { "start": { - "line": 1741, + "line": 1787, "column": 8 }, "end": { - "line": 1741, + "line": 1787, "column": 25 } }, "callee": { "type": "MemberExpression", - "start": 59914, - "end": 59929, + "start": 61929, + "end": 61944, "loc": { "start": { - "line": 1741, + "line": 1787, "column": 8 }, "end": { - "line": 1741, + "line": 1787, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 59914, - "end": 59918, + "start": 61929, + "end": 61933, "loc": { "start": { - "line": 1741, + "line": 1787, "column": 8 }, "end": { - "line": 1741, + "line": 1787, "column": 12 } }, @@ -211855,15 +217261,15 @@ }, "property": { "type": "Identifier", - "start": 59919, - "end": 59929, + "start": 61934, + "end": 61944, "loc": { "start": { - "line": 1741, + "line": 1787, "column": 13 }, "end": { - "line": 1741, + "line": 1787, "column": 23 }, "identifierName": "stopDevice" @@ -211880,15 +217286,15 @@ { "type": "CommentLine", "value": " release existing device", - "start": 59879, - "end": 59905, + "start": 61894, + "end": 61920, "loc": { "start": { - "line": 1740, + "line": 1786, "column": 8 }, "end": { - "line": 1740, + "line": 1786, "column": 34 } } @@ -211898,15 +217304,15 @@ { "type": "CommentLine", "value": " ask for audio input device permissions and start device", - "start": 59942, - "end": 60000, + "start": 61957, + "end": 62015, "loc": { "start": { - "line": 1743, + "line": 1789, "column": 8 }, "end": { - "line": 1743, + "line": 1789, "column": 66 } } @@ -211915,57 +217321,57 @@ }, { "type": "ExpressionStatement", - "start": 60009, - "end": 60026, + "start": 62024, + "end": 62041, "loc": { "start": { - "line": 1744, + "line": 1790, "column": 8 }, "end": { - "line": 1744, + "line": 1790, "column": 25 } }, "expression": { "type": "CallExpression", - "start": 60009, - "end": 60025, + "start": 62024, + "end": 62040, "loc": { "start": { - "line": 1744, + "line": 1790, "column": 8 }, "end": { - "line": 1744, + "line": 1790, "column": 24 } }, "callee": { "type": "MemberExpression", - "start": 60009, - "end": 60023, + "start": 62024, + "end": 62038, "loc": { "start": { - "line": 1744, + "line": 1790, "column": 8 }, "end": { - "line": 1744, + "line": 1790, "column": 22 } }, "object": { "type": "ThisExpression", - "start": 60009, - "end": 60013, + "start": 62024, + "end": 62028, "loc": { "start": { - "line": 1744, + "line": 1790, "column": 8 }, "end": { - "line": 1744, + "line": 1790, "column": 12 } }, @@ -211973,15 +217379,15 @@ }, "property": { "type": "Identifier", - "start": 60014, - "end": 60023, + "start": 62029, + "end": 62038, "loc": { "start": { - "line": 1744, + "line": 1790, "column": 13 }, "end": { - "line": 1744, + "line": 1790, "column": 22 }, "identifierName": "getDevice" @@ -211998,15 +217404,15 @@ { "type": "CommentLine", "value": " ask for audio input device permissions and start device", - "start": 59942, - "end": 60000, + "start": 61957, + "end": 62015, "loc": { "start": { - "line": 1743, + "line": 1789, "column": 8 }, "end": { - "line": 1743, + "line": 1789, "column": 66 } } @@ -212021,15 +217427,15 @@ { "type": "CommentBlock", "value": "*\n * Change the audio input device.\n *\n * @param {string} deviceId - Id of the audio input device.\n ", - "start": 59016, - "end": 59136, + "start": 61031, + "end": 61151, "loc": { "start": { - "line": 1713, + "line": 1759, "column": 4 }, "end": { - "line": 1717, + "line": 1763, "column": 7 } } @@ -212039,15 +217445,15 @@ { "type": "CommentBlock", "value": "*\n * Change the audio output device.\n *\n * @param {string} deviceId - Id of audio output device.\n ", - "start": 60038, - "end": 60156, + "start": 62053, + "end": 62171, "loc": { "start": { - "line": 1747, + "line": 1793, "column": 4 }, "end": { - "line": 1751, + "line": 1797, "column": 7 } } @@ -212056,15 +217462,15 @@ }, { "type": "ClassMethod", - "start": 60161, - "end": 61567, + "start": 62176, + "end": 63582, "loc": { "start": { - "line": 1752, + "line": 1798, "column": 4 }, "end": { - "line": 1788, + "line": 1834, "column": 5 } }, @@ -212072,15 +217478,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 60161, - "end": 60175, + "start": 62176, + "end": 62190, "loc": { "start": { - "line": 1752, + "line": 1798, "column": 4 }, "end": { - "line": 1752, + "line": 1798, "column": 18 }, "identifierName": "setAudioOutput" @@ -212096,15 +217502,15 @@ "params": [ { "type": "Identifier", - "start": 60176, - "end": 60184, + "start": 62191, + "end": 62199, "loc": { "start": { - "line": 1752, + "line": 1798, "column": 19 }, "end": { - "line": 1752, + "line": 1798, "column": 27 }, "identifierName": "deviceId" @@ -212114,59 +217520,59 @@ ], "body": { "type": "BlockStatement", - "start": 60186, - "end": 61567, + "start": 62201, + "end": 63582, "loc": { "start": { - "line": 1752, + "line": 1798, "column": 29 }, "end": { - "line": 1788, + "line": 1834, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 60196, - "end": 60213, + "start": 62211, + "end": 62228, "loc": { "start": { - "line": 1753, + "line": 1799, "column": 8 }, "end": { - "line": 1753, + "line": 1799, "column": 25 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 60200, - "end": 60212, + "start": 62215, + "end": 62227, "loc": { "start": { - "line": 1753, + "line": 1799, "column": 12 }, "end": { - "line": 1753, + "line": 1799, "column": 24 } }, "id": { "type": "Identifier", - "start": 60200, - "end": 60212, + "start": 62215, + "end": 62227, "loc": { "start": { - "line": 1753, + "line": 1799, "column": 12 }, "end": { - "line": 1753, + "line": 1799, "column": 24 }, "identifierName": "errorMessage" @@ -212180,72 +217586,72 @@ }, { "type": "SwitchStatement", - "start": 60222, - "end": 61454, + "start": 62237, + "end": 63469, "loc": { "start": { - "line": 1754, + "line": 1800, "column": 8 }, "end": { - "line": 1784, + "line": 1830, "column": 9 } }, "discriminant": { "type": "CallExpression", - "start": 60230, - "end": 60250, + "start": 62245, + "end": 62265, "loc": { "start": { - "line": 1754, + "line": 1800, "column": 16 }, "end": { - "line": 1754, + "line": 1800, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 60230, - "end": 60248, + "start": 62245, + "end": 62263, "loc": { "start": { - "line": 1754, + "line": 1800, "column": 16 }, "end": { - "line": 1754, + "line": 1800, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 60230, - "end": 60234, + "start": 62245, + "end": 62249, "loc": { "start": { - "line": 1754, + "line": 1800, "column": 16 }, "end": { - "line": 1754, + "line": 1800, "column": 20 } } }, "property": { "type": "Identifier", - "start": 60235, - "end": 60248, + "start": 62250, + "end": 62263, "loc": { "start": { - "line": 1754, + "line": 1800, "column": 21 }, "end": { - "line": 1754, + "line": 1800, "column": 34 }, "identifierName": "getRecordType" @@ -212259,156 +217665,156 @@ "cases": [ { "type": "SwitchCase", - "start": 60266, - "end": 60644, + "start": 62281, + "end": 62659, "loc": { "start": { - "line": 1755, + "line": 1801, "column": 12 }, "end": { - "line": 1764, + "line": 1810, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 60333, - "end": 60621, + "start": 62348, + "end": 62636, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 16 }, "end": { - "line": 1763, + "line": 1809, "column": 19 } }, "expression": { "type": "CallExpression", - "start": 60333, - "end": 60620, + "start": 62348, + "end": 62635, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 16 }, "end": { - "line": 1763, + "line": 1809, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 60333, - "end": 60550, + "start": 62348, + "end": 62565, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 16 }, "end": { - "line": 1761, + "line": 1807, "column": 24 } }, "object": { "type": "CallExpression", - "start": 60333, - "end": 60544, + "start": 62348, + "end": 62559, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 16 }, "end": { - "line": 1761, + "line": 1807, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 60333, - "end": 60376, + "start": 62348, + "end": 62391, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 16 }, "end": { - "line": 1757, + "line": 1803, "column": 59 } }, "object": { "type": "CallExpression", - "start": 60333, - "end": 60371, + "start": 62348, + "end": 62386, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 16 }, "end": { - "line": 1757, + "line": 1803, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 60333, - "end": 60361, + "start": 62348, + "end": 62376, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 16 }, "end": { - "line": 1757, + "line": 1803, "column": 44 } }, "object": { "type": "MemberExpression", - "start": 60333, - "end": 60351, + "start": 62348, + "end": 62366, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 16 }, "end": { - "line": 1757, + "line": 1803, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 60333, - "end": 60344, + "start": 62348, + "end": 62359, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 16 }, "end": { - "line": 1757, + "line": 1803, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 60333, - "end": 60337, + "start": 62348, + "end": 62352, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 16 }, "end": { - "line": 1757, + "line": 1803, "column": 20 } }, @@ -212416,15 +217822,15 @@ }, "property": { "type": "Identifier", - "start": 60338, - "end": 60344, + "start": 62353, + "end": 62359, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 21 }, "end": { - "line": 1757, + "line": 1803, "column": 27 }, "identifierName": "surfer" @@ -212436,15 +217842,15 @@ }, "property": { "type": "Identifier", - "start": 60345, - "end": 60351, + "start": 62360, + "end": 62366, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 28 }, "end": { - "line": 1757, + "line": 1803, "column": 34 }, "identifierName": "surfer" @@ -212456,15 +217862,15 @@ }, "property": { "type": "Identifier", - "start": 60352, - "end": 60361, + "start": 62367, + "end": 62376, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 35 }, "end": { - "line": 1757, + "line": 1803, "column": 44 }, "identifierName": "setSinkId" @@ -212477,15 +217883,15 @@ "arguments": [ { "type": "Identifier", - "start": 60362, - "end": 60370, + "start": 62377, + "end": 62385, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 45 }, "end": { - "line": 1757, + "line": 1803, "column": 53 }, "identifierName": "deviceId" @@ -212497,15 +217903,15 @@ }, "property": { "type": "Identifier", - "start": 60372, - "end": 60376, + "start": 62387, + "end": 62391, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 55 }, "end": { - "line": 1757, + "line": 1803, "column": 59 }, "identifierName": "then" @@ -212518,15 +217924,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 60377, - "end": 60543, + "start": 62392, + "end": 62558, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 60 }, "end": { - "line": 1761, + "line": 1807, "column": 17 } }, @@ -212537,15 +217943,15 @@ "params": [ { "type": "Identifier", - "start": 60378, - "end": 60384, + "start": 62393, + "end": 62399, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 61 }, "end": { - "line": 1757, + "line": 1803, "column": 67 }, "identifierName": "result" @@ -212555,86 +217961,86 @@ ], "body": { "type": "BlockStatement", - "start": 60389, - "end": 60543, + "start": 62404, + "end": 62558, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 72 }, "end": { - "line": 1761, + "line": 1807, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 60451, - "end": 60497, + "start": 62466, + "end": 62512, "loc": { "start": { - "line": 1759, + "line": 1805, "column": 20 }, "end": { - "line": 1759, + "line": 1805, "column": 66 } }, "expression": { "type": "CallExpression", - "start": 60451, - "end": 60496, + "start": 62466, + "end": 62511, "loc": { "start": { - "line": 1759, + "line": 1805, "column": 20 }, "end": { - "line": 1759, + "line": 1805, "column": 65 } }, "callee": { "type": "MemberExpression", - "start": 60451, - "end": 60470, + "start": 62466, + "end": 62485, "loc": { "start": { - "line": 1759, + "line": 1805, "column": 20 }, "end": { - "line": 1759, + "line": 1805, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 60451, - "end": 60462, + "start": 62466, + "end": 62477, "loc": { "start": { - "line": 1759, + "line": 1805, "column": 20 }, "end": { - "line": 1759, + "line": 1805, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 60451, - "end": 60455, + "start": 62466, + "end": 62470, "loc": { "start": { - "line": 1759, + "line": 1805, "column": 20 }, "end": { - "line": 1759, + "line": 1805, "column": 24 } }, @@ -212642,15 +218048,15 @@ }, "property": { "type": "Identifier", - "start": 60456, - "end": 60462, + "start": 62471, + "end": 62477, "loc": { "start": { - "line": 1759, + "line": 1805, "column": 25 }, "end": { - "line": 1759, + "line": 1805, "column": 31 }, "identifierName": "player" @@ -212662,15 +218068,15 @@ }, "property": { "type": "Identifier", - "start": 60463, - "end": 60470, + "start": 62478, + "end": 62485, "loc": { "start": { - "line": 1759, + "line": 1805, "column": 32 }, "end": { - "line": 1759, + "line": 1805, "column": 39 }, "identifierName": "trigger" @@ -212683,29 +218089,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 60471, - "end": 60495, + "start": 62486, + "end": 62510, "loc": { "start": { - "line": 1759, + "line": 1805, "column": 40 }, "end": { - "line": 1759, + "line": 1805, "column": 64 } }, "object": { "type": "Identifier", - "start": 60471, - "end": 60476, + "start": 62486, + "end": 62491, "loc": { "start": { - "line": 1759, + "line": 1805, "column": 40 }, "end": { - "line": 1759, + "line": 1805, "column": 45 }, "identifierName": "Event" @@ -212714,15 +218120,15 @@ }, "property": { "type": "Identifier", - "start": 60477, - "end": 60495, + "start": 62492, + "end": 62510, "loc": { "start": { - "line": 1759, + "line": 1805, "column": 46 }, "end": { - "line": 1759, + "line": 1805, "column": 64 }, "identifierName": "AUDIO_OUTPUT_READY" @@ -212738,15 +218144,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 60411, - "end": 60430, + "start": 62426, + "end": 62445, "loc": { "start": { - "line": 1758, + "line": 1804, "column": 20 }, "end": { - "line": 1758, + "line": 1804, "column": 39 } } @@ -212755,15 +218161,15 @@ }, { "type": "ReturnStatement", - "start": 60518, - "end": 60525, + "start": 62533, + "end": 62540, "loc": { "start": { - "line": 1760, + "line": 1806, "column": 20 }, "end": { - "line": 1760, + "line": 1806, "column": 27 } }, @@ -212778,15 +218184,15 @@ }, "property": { "type": "Identifier", - "start": 60545, - "end": 60550, + "start": 62560, + "end": 62565, "loc": { "start": { - "line": 1761, + "line": 1807, "column": 19 }, "end": { - "line": 1761, + "line": 1807, "column": 24 }, "identifierName": "catch" @@ -212799,15 +218205,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 60551, - "end": 60619, + "start": 62566, + "end": 62634, "loc": { "start": { - "line": 1761, + "line": 1807, "column": 25 }, "end": { - "line": 1763, + "line": 1809, "column": 17 } }, @@ -212818,15 +218224,15 @@ "params": [ { "type": "Identifier", - "start": 60552, - "end": 60555, + "start": 62567, + "end": 62570, "loc": { "start": { - "line": 1761, + "line": 1807, "column": 26 }, "end": { - "line": 1761, + "line": 1807, "column": 29 }, "identifierName": "err" @@ -212836,59 +218242,59 @@ ], "body": { "type": "BlockStatement", - "start": 60560, - "end": 60619, + "start": 62575, + "end": 62634, "loc": { "start": { - "line": 1761, + "line": 1807, "column": 34 }, "end": { - "line": 1763, + "line": 1809, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 60582, - "end": 60601, + "start": 62597, + "end": 62616, "loc": { "start": { - "line": 1762, + "line": 1808, "column": 20 }, "end": { - "line": 1762, + "line": 1808, "column": 39 } }, "expression": { "type": "AssignmentExpression", - "start": 60582, - "end": 60600, + "start": 62597, + "end": 62615, "loc": { "start": { - "line": 1762, + "line": 1808, "column": 20 }, "end": { - "line": 1762, + "line": 1808, "column": 38 } }, "operator": "=", "left": { "type": "Identifier", - "start": 60582, - "end": 60594, + "start": 62597, + "end": 62609, "loc": { "start": { - "line": 1762, + "line": 1808, "column": 20 }, "end": { - "line": 1762, + "line": 1808, "column": 32 }, "identifierName": "errorMessage" @@ -212897,15 +218303,15 @@ }, "right": { "type": "Identifier", - "start": 60597, - "end": 60600, + "start": 62612, + "end": 62615, "loc": { "start": { - "line": 1762, + "line": 1808, "column": 35 }, "end": { - "line": 1762, + "line": 1808, "column": 38 }, "identifierName": "err" @@ -212925,15 +218331,15 @@ { "type": "CommentLine", "value": " use wavesurfer", - "start": 60299, - "end": 60316, + "start": 62314, + "end": 62331, "loc": { "start": { - "line": 1756, + "line": 1802, "column": 16 }, "end": { - "line": 1756, + "line": 1802, "column": 33 } } @@ -212942,15 +218348,15 @@ }, { "type": "BreakStatement", - "start": 60638, - "end": 60644, + "start": 62653, + "end": 62659, "loc": { "start": { - "line": 1764, + "line": 1810, "column": 16 }, "end": { - "line": 1764, + "line": 1810, "column": 22 } }, @@ -212959,15 +218365,15 @@ ], "test": { "type": "Identifier", - "start": 60271, - "end": 60281, + "start": 62286, + "end": 62296, "loc": { "start": { - "line": 1755, + "line": 1801, "column": 17 }, "end": { - "line": 1755, + "line": 1801, "column": 27 }, "identifierName": "AUDIO_ONLY" @@ -212977,59 +218383,59 @@ }, { "type": "SwitchCase", - "start": 60658, - "end": 61444, + "start": 62673, + "end": 63459, "loc": { "start": { - "line": 1766, + "line": 1812, "column": 12 }, "end": { - "line": 1783, + "line": 1829, "column": 22 } }, "consequent": [ { "type": "VariableDeclaration", - "start": 60683, - "end": 60714, + "start": 62698, + "end": 62729, "loc": { "start": { - "line": 1767, + "line": 1813, "column": 16 }, "end": { - "line": 1767, + "line": 1813, "column": 47 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 60687, - "end": 60713, + "start": 62702, + "end": 62728, "loc": { "start": { - "line": 1767, + "line": 1813, "column": 20 }, "end": { - "line": 1767, + "line": 1813, "column": 46 } }, "id": { "type": "Identifier", - "start": 60687, - "end": 60694, + "start": 62702, + "end": 62709, "loc": { "start": { - "line": 1767, + "line": 1813, "column": 20 }, "end": { - "line": 1767, + "line": 1813, "column": 27 }, "identifierName": "element" @@ -213038,43 +218444,43 @@ }, "init": { "type": "MemberExpression", - "start": 60697, - "end": 60713, + "start": 62712, + "end": 62728, "loc": { "start": { - "line": 1767, + "line": 1813, "column": 30 }, "end": { - "line": 1767, + "line": 1813, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 60697, - "end": 60709, + "start": 62712, + "end": 62724, "loc": { "start": { - "line": 1767, + "line": 1813, "column": 30 }, "end": { - "line": 1767, + "line": 1813, "column": 42 } }, "object": { "type": "Identifier", - "start": 60697, - "end": 60703, + "start": 62712, + "end": 62718, "loc": { "start": { - "line": 1767, + "line": 1813, "column": 30 }, "end": { - "line": 1767, + "line": 1813, "column": 36 }, "identifierName": "player" @@ -213083,15 +218489,15 @@ }, "property": { "type": "Identifier", - "start": 60704, - "end": 60709, + "start": 62719, + "end": 62724, "loc": { "start": { - "line": 1767, + "line": 1813, "column": 37 }, "end": { - "line": 1767, + "line": 1813, "column": 42 }, "identifierName": "tech_" @@ -213102,15 +218508,15 @@ }, "property": { "type": "Identifier", - "start": 60710, - "end": 60713, + "start": 62725, + "end": 62728, "loc": { "start": { - "line": 1767, + "line": 1813, "column": 43 }, "end": { - "line": 1767, + "line": 1813, "column": 46 }, "identifierName": "el_" @@ -213125,29 +218531,29 @@ }, { "type": "IfStatement", - "start": 60731, - "end": 61421, + "start": 62746, + "end": 63436, "loc": { "start": { - "line": 1768, + "line": 1814, "column": 16 }, "end": { - "line": 1782, + "line": 1828, "column": 17 } }, "test": { "type": "Identifier", - "start": 60735, - "end": 60743, + "start": 62750, + "end": 62758, "loc": { "start": { - "line": 1768, + "line": 1814, "column": 20 }, "end": { - "line": 1768, + "line": 1814, "column": 28 }, "identifierName": "deviceId" @@ -213156,58 +218562,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 60745, - "end": 61328, + "start": 62760, + "end": 63343, "loc": { "start": { - "line": 1768, + "line": 1814, "column": 30 }, "end": { - "line": 1780, + "line": 1826, "column": 17 } }, "body": [ { "type": "IfStatement", - "start": 60767, - "end": 61310, + "start": 62782, + "end": 63325, "loc": { "start": { - "line": 1769, + "line": 1815, "column": 20 }, "end": { - "line": 1779, + "line": 1825, "column": 21 } }, "test": { "type": "BinaryExpression", - "start": 60771, - "end": 60808, + "start": 62786, + "end": 62823, "loc": { "start": { - "line": 1769, + "line": 1815, "column": 24 }, "end": { - "line": 1769, + "line": 1815, "column": 61 } }, "left": { "type": "UnaryExpression", - "start": 60771, - "end": 60792, + "start": 62786, + "end": 62807, "loc": { "start": { - "line": 1769, + "line": 1815, "column": 24 }, "end": { - "line": 1769, + "line": 1815, "column": 45 } }, @@ -213215,29 +218621,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 60778, - "end": 60792, + "start": 62793, + "end": 62807, "loc": { "start": { - "line": 1769, + "line": 1815, "column": 31 }, "end": { - "line": 1769, + "line": 1815, "column": 45 } }, "object": { "type": "Identifier", - "start": 60778, - "end": 60785, + "start": 62793, + "end": 62800, "loc": { "start": { - "line": 1769, + "line": 1815, "column": 31 }, "end": { - "line": 1769, + "line": 1815, "column": 38 }, "identifierName": "element" @@ -213246,15 +218652,15 @@ }, "property": { "type": "Identifier", - "start": 60786, - "end": 60792, + "start": 62801, + "end": 62807, "loc": { "start": { - "line": 1769, + "line": 1815, "column": 39 }, "end": { - "line": 1769, + "line": 1815, "column": 45 }, "identifierName": "sinkId" @@ -213270,15 +218676,15 @@ "operator": "!==", "right": { "type": "StringLiteral", - "start": 60797, - "end": 60808, + "start": 62812, + "end": 62823, "loc": { "start": { - "line": 1769, + "line": 1815, "column": 50 }, "end": { - "line": 1769, + "line": 1815, "column": 61 } }, @@ -213291,128 +218697,128 @@ }, "consequent": { "type": "BlockStatement", - "start": 60810, - "end": 61183, + "start": 62825, + "end": 63198, "loc": { "start": { - "line": 1769, + "line": 1815, "column": 63 }, "end": { - "line": 1777, + "line": 1823, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 60836, - "end": 61161, + "start": 62851, + "end": 63176, "loc": { "start": { - "line": 1770, + "line": 1816, "column": 24 }, "end": { - "line": 1776, + "line": 1822, "column": 27 } }, "expression": { "type": "CallExpression", - "start": 60836, - "end": 61160, + "start": 62851, + "end": 63175, "loc": { "start": { - "line": 1770, + "line": 1816, "column": 24 }, "end": { - "line": 1776, + "line": 1822, "column": 26 } }, "callee": { "type": "MemberExpression", - "start": 60836, - "end": 61074, + "start": 62851, + "end": 63089, "loc": { "start": { - "line": 1770, + "line": 1816, "column": 24 }, "end": { - "line": 1774, + "line": 1820, "column": 32 } }, "object": { "type": "CallExpression", - "start": 60836, - "end": 61068, + "start": 62851, + "end": 63083, "loc": { "start": { - "line": 1770, + "line": 1816, "column": 24 }, "end": { - "line": 1774, + "line": 1820, "column": 26 } }, "callee": { "type": "MemberExpression", - "start": 60836, - "end": 60868, + "start": 62851, + "end": 62883, "loc": { "start": { - "line": 1770, + "line": 1816, "column": 24 }, "end": { - "line": 1770, + "line": 1816, "column": 56 } }, "object": { "type": "CallExpression", - "start": 60836, - "end": 60863, + "start": 62851, + "end": 62878, "loc": { "start": { - "line": 1770, + "line": 1816, "column": 24 }, "end": { - "line": 1770, + "line": 1816, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 60836, - "end": 60853, + "start": 62851, + "end": 62868, "loc": { "start": { - "line": 1770, + "line": 1816, "column": 24 }, "end": { - "line": 1770, + "line": 1816, "column": 41 } }, "object": { "type": "Identifier", - "start": 60836, - "end": 60843, + "start": 62851, + "end": 62858, "loc": { "start": { - "line": 1770, + "line": 1816, "column": 24 }, "end": { - "line": 1770, + "line": 1816, "column": 31 }, "identifierName": "element" @@ -213421,15 +218827,15 @@ }, "property": { "type": "Identifier", - "start": 60844, - "end": 60853, + "start": 62859, + "end": 62868, "loc": { "start": { - "line": 1770, + "line": 1816, "column": 32 }, "end": { - "line": 1770, + "line": 1816, "column": 41 }, "identifierName": "setSinkId" @@ -213441,15 +218847,15 @@ "arguments": [ { "type": "Identifier", - "start": 60854, - "end": 60862, + "start": 62869, + "end": 62877, "loc": { "start": { - "line": 1770, + "line": 1816, "column": 42 }, "end": { - "line": 1770, + "line": 1816, "column": 50 }, "identifierName": "deviceId" @@ -213460,15 +218866,15 @@ }, "property": { "type": "Identifier", - "start": 60864, - "end": 60868, + "start": 62879, + "end": 62883, "loc": { "start": { - "line": 1770, + "line": 1816, "column": 52 }, "end": { - "line": 1770, + "line": 1816, "column": 56 }, "identifierName": "then" @@ -213480,15 +218886,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 60869, - "end": 61067, + "start": 62884, + "end": 63082, "loc": { "start": { - "line": 1770, + "line": 1816, "column": 57 }, "end": { - "line": 1774, + "line": 1820, "column": 25 } }, @@ -213499,15 +218905,15 @@ "params": [ { "type": "Identifier", - "start": 60870, - "end": 60876, + "start": 62885, + "end": 62891, "loc": { "start": { - "line": 1770, + "line": 1816, "column": 58 }, "end": { - "line": 1770, + "line": 1816, "column": 64 }, "identifierName": "result" @@ -213517,86 +218923,86 @@ ], "body": { "type": "BlockStatement", - "start": 60881, - "end": 61067, + "start": 62896, + "end": 63082, "loc": { "start": { - "line": 1770, + "line": 1816, "column": 69 }, "end": { - "line": 1774, + "line": 1820, "column": 25 } }, "body": [ { "type": "ExpressionStatement", - "start": 60959, - "end": 61005, + "start": 62974, + "end": 63020, "loc": { "start": { - "line": 1772, + "line": 1818, "column": 28 }, "end": { - "line": 1772, + "line": 1818, "column": 74 } }, "expression": { "type": "CallExpression", - "start": 60959, - "end": 61004, + "start": 62974, + "end": 63019, "loc": { "start": { - "line": 1772, + "line": 1818, "column": 28 }, "end": { - "line": 1772, + "line": 1818, "column": 73 } }, "callee": { "type": "MemberExpression", - "start": 60959, - "end": 60978, + "start": 62974, + "end": 62993, "loc": { "start": { - "line": 1772, + "line": 1818, "column": 28 }, "end": { - "line": 1772, + "line": 1818, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 60959, - "end": 60970, + "start": 62974, + "end": 62985, "loc": { "start": { - "line": 1772, + "line": 1818, "column": 28 }, "end": { - "line": 1772, + "line": 1818, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 60959, - "end": 60963, + "start": 62974, + "end": 62978, "loc": { "start": { - "line": 1772, + "line": 1818, "column": 28 }, "end": { - "line": 1772, + "line": 1818, "column": 32 } }, @@ -213604,15 +219010,15 @@ }, "property": { "type": "Identifier", - "start": 60964, - "end": 60970, + "start": 62979, + "end": 62985, "loc": { "start": { - "line": 1772, + "line": 1818, "column": 33 }, "end": { - "line": 1772, + "line": 1818, "column": 39 }, "identifierName": "player" @@ -213624,15 +219030,15 @@ }, "property": { "type": "Identifier", - "start": 60971, - "end": 60978, + "start": 62986, + "end": 62993, "loc": { "start": { - "line": 1772, + "line": 1818, "column": 40 }, "end": { - "line": 1772, + "line": 1818, "column": 47 }, "identifierName": "trigger" @@ -213645,29 +219051,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 60979, - "end": 61003, + "start": 62994, + "end": 63018, "loc": { "start": { - "line": 1772, + "line": 1818, "column": 48 }, "end": { - "line": 1772, + "line": 1818, "column": 72 } }, "object": { "type": "Identifier", - "start": 60979, - "end": 60984, + "start": 62994, + "end": 62999, "loc": { "start": { - "line": 1772, + "line": 1818, "column": 48 }, "end": { - "line": 1772, + "line": 1818, "column": 53 }, "identifierName": "Event" @@ -213676,15 +219082,15 @@ }, "property": { "type": "Identifier", - "start": 60985, - "end": 61003, + "start": 63000, + "end": 63018, "loc": { "start": { - "line": 1772, + "line": 1818, "column": 54 }, "end": { - "line": 1772, + "line": 1818, "column": 72 }, "identifierName": "AUDIO_OUTPUT_READY" @@ -213700,15 +219106,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 60911, - "end": 60930, + "start": 62926, + "end": 62945, "loc": { "start": { - "line": 1771, + "line": 1817, "column": 28 }, "end": { - "line": 1771, + "line": 1817, "column": 47 } } @@ -213717,15 +219123,15 @@ }, { "type": "ReturnStatement", - "start": 61034, - "end": 61041, + "start": 63049, + "end": 63056, "loc": { "start": { - "line": 1773, + "line": 1819, "column": 28 }, "end": { - "line": 1773, + "line": 1819, "column": 35 } }, @@ -213739,15 +219145,15 @@ }, "property": { "type": "Identifier", - "start": 61069, - "end": 61074, + "start": 63084, + "end": 63089, "loc": { "start": { - "line": 1774, + "line": 1820, "column": 27 }, "end": { - "line": 1774, + "line": 1820, "column": 32 }, "identifierName": "catch" @@ -213759,15 +219165,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 61075, - "end": 61159, + "start": 63090, + "end": 63174, "loc": { "start": { - "line": 1774, + "line": 1820, "column": 33 }, "end": { - "line": 1776, + "line": 1822, "column": 25 } }, @@ -213778,15 +219184,15 @@ "params": [ { "type": "Identifier", - "start": 61076, - "end": 61079, + "start": 63091, + "end": 63094, "loc": { "start": { - "line": 1774, + "line": 1820, "column": 34 }, "end": { - "line": 1774, + "line": 1820, "column": 37 }, "identifierName": "err" @@ -213796,59 +219202,59 @@ ], "body": { "type": "BlockStatement", - "start": 61084, - "end": 61159, + "start": 63099, + "end": 63174, "loc": { "start": { - "line": 1774, + "line": 1820, "column": 42 }, "end": { - "line": 1776, + "line": 1822, "column": 25 } }, "body": [ { "type": "ExpressionStatement", - "start": 61114, - "end": 61133, + "start": 63129, + "end": 63148, "loc": { "start": { - "line": 1775, + "line": 1821, "column": 28 }, "end": { - "line": 1775, + "line": 1821, "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 61114, - "end": 61132, + "start": 63129, + "end": 63147, "loc": { "start": { - "line": 1775, + "line": 1821, "column": 28 }, "end": { - "line": 1775, + "line": 1821, "column": 46 } }, "operator": "=", "left": { "type": "Identifier", - "start": 61114, - "end": 61126, + "start": 63129, + "end": 63141, "loc": { "start": { - "line": 1775, + "line": 1821, "column": 28 }, "end": { - "line": 1775, + "line": 1821, "column": 40 }, "identifierName": "errorMessage" @@ -213857,15 +219263,15 @@ }, "right": { "type": "Identifier", - "start": 61129, - "end": 61132, + "start": 63144, + "end": 63147, "loc": { "start": { - "line": 1775, + "line": 1821, "column": 43 }, "end": { - "line": 1775, + "line": 1821, "column": 46 }, "identifierName": "err" @@ -213886,59 +219292,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 61189, - "end": 61310, + "start": 63204, + "end": 63325, "loc": { "start": { - "line": 1777, + "line": 1823, "column": 27 }, "end": { - "line": 1779, + "line": 1825, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 61215, - "end": 61288, + "start": 63230, + "end": 63303, "loc": { "start": { - "line": 1778, + "line": 1824, "column": 24 }, "end": { - "line": 1778, + "line": 1824, "column": 97 } }, "expression": { "type": "AssignmentExpression", - "start": 61215, - "end": 61287, + "start": 63230, + "end": 63302, "loc": { "start": { - "line": 1778, + "line": 1824, "column": 24 }, "end": { - "line": 1778, + "line": 1824, "column": 96 } }, "operator": "=", "left": { "type": "Identifier", - "start": 61215, - "end": 61227, + "start": 63230, + "end": 63242, "loc": { "start": { - "line": 1778, + "line": 1824, "column": 24 }, "end": { - "line": 1778, + "line": 1824, "column": 36 }, "identifierName": "errorMessage" @@ -213947,15 +219353,15 @@ }, "right": { "type": "StringLiteral", - "start": 61230, - "end": 61287, + "start": 63245, + "end": 63302, "loc": { "start": { - "line": 1778, + "line": 1824, "column": 39 }, "end": { - "line": 1778, + "line": 1824, "column": 96 } }, @@ -213976,59 +219382,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 61334, - "end": 61421, + "start": 63349, + "end": 63436, "loc": { "start": { - "line": 1780, + "line": 1826, "column": 23 }, "end": { - "line": 1782, + "line": 1828, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 61356, - "end": 61403, + "start": 63371, + "end": 63418, "loc": { "start": { - "line": 1781, + "line": 1827, "column": 20 }, "end": { - "line": 1781, + "line": 1827, "column": 67 } }, "expression": { "type": "AssignmentExpression", - "start": 61356, - "end": 61402, + "start": 63371, + "end": 63417, "loc": { "start": { - "line": 1781, + "line": 1827, "column": 20 }, "end": { - "line": 1781, + "line": 1827, "column": 66 } }, "operator": "=", "left": { "type": "Identifier", - "start": 61356, - "end": 61368, + "start": 63371, + "end": 63383, "loc": { "start": { - "line": 1781, + "line": 1827, "column": 20 }, "end": { - "line": 1781, + "line": 1827, "column": 32 }, "identifierName": "errorMessage" @@ -214037,30 +219443,30 @@ }, "right": { "type": "TemplateLiteral", - "start": 61371, - "end": 61402, + "start": 63386, + "end": 63417, "loc": { "start": { - "line": 1781, + "line": 1827, "column": 35 }, "end": { - "line": 1781, + "line": 1827, "column": 66 } }, "expressions": [ { "type": "Identifier", - "start": 61392, - "end": 61400, + "start": 63407, + "end": 63415, "loc": { "start": { - "line": 1781, + "line": 1827, "column": 56 }, "end": { - "line": 1781, + "line": 1827, "column": 64 }, "identifierName": "deviceId" @@ -214071,15 +219477,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 61372, - "end": 61390, + "start": 63387, + "end": 63405, "loc": { "start": { - "line": 1781, + "line": 1827, "column": 36 }, "end": { - "line": 1781, + "line": 1827, "column": 54 } }, @@ -214091,15 +219497,15 @@ }, { "type": "TemplateElement", - "start": 61401, - "end": 61401, + "start": 63416, + "end": 63416, "loc": { "start": { - "line": 1781, + "line": 1827, "column": 65 }, "end": { - "line": 1781, + "line": 1827, "column": 65 } }, @@ -214119,15 +219525,15 @@ }, { "type": "BreakStatement", - "start": 61438, - "end": 61444, + "start": 63453, + "end": 63459, "loc": { "start": { - "line": 1783, + "line": 1829, "column": 16 }, "end": { - "line": 1783, + "line": 1829, "column": 22 } }, @@ -214141,15 +219547,15 @@ { "type": "CommentLine", "value": " error if we get here: notify listeners", - "start": 61464, - "end": 61505, + "start": 63479, + "end": 63520, "loc": { "start": { - "line": 1786, + "line": 1832, "column": 8 }, "end": { - "line": 1786, + "line": 1832, "column": 49 } } @@ -214158,71 +219564,71 @@ }, { "type": "ExpressionStatement", - "start": 61514, - "end": 61561, + "start": 63529, + "end": 63576, "loc": { "start": { - "line": 1787, + "line": 1833, "column": 8 }, "end": { - "line": 1787, + "line": 1833, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 61514, - "end": 61560, + "start": 63529, + "end": 63575, "loc": { "start": { - "line": 1787, + "line": 1833, "column": 8 }, "end": { - "line": 1787, + "line": 1833, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 61514, - "end": 61533, + "start": 63529, + "end": 63548, "loc": { "start": { - "line": 1787, + "line": 1833, "column": 8 }, "end": { - "line": 1787, + "line": 1833, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 61514, - "end": 61525, + "start": 63529, + "end": 63540, "loc": { "start": { - "line": 1787, + "line": 1833, "column": 8 }, "end": { - "line": 1787, + "line": 1833, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 61514, - "end": 61518, + "start": 63529, + "end": 63533, "loc": { "start": { - "line": 1787, + "line": 1833, "column": 8 }, "end": { - "line": 1787, + "line": 1833, "column": 12 } }, @@ -214230,15 +219636,15 @@ }, "property": { "type": "Identifier", - "start": 61519, - "end": 61525, + "start": 63534, + "end": 63540, "loc": { "start": { - "line": 1787, + "line": 1833, "column": 13 }, "end": { - "line": 1787, + "line": 1833, "column": 19 }, "identifierName": "player" @@ -214250,15 +219656,15 @@ }, "property": { "type": "Identifier", - "start": 61526, - "end": 61533, + "start": 63541, + "end": 63548, "loc": { "start": { - "line": 1787, + "line": 1833, "column": 20 }, "end": { - "line": 1787, + "line": 1833, "column": 27 }, "identifierName": "trigger" @@ -214271,29 +219677,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 61534, - "end": 61545, + "start": 63549, + "end": 63560, "loc": { "start": { - "line": 1787, + "line": 1833, "column": 28 }, "end": { - "line": 1787, + "line": 1833, "column": 39 } }, "object": { "type": "Identifier", - "start": 61534, - "end": 61539, + "start": 63549, + "end": 63554, "loc": { "start": { - "line": 1787, + "line": 1833, "column": 28 }, "end": { - "line": 1787, + "line": 1833, "column": 33 }, "identifierName": "Event" @@ -214302,15 +219708,15 @@ }, "property": { "type": "Identifier", - "start": 61540, - "end": 61545, + "start": 63555, + "end": 63560, "loc": { "start": { - "line": 1787, + "line": 1833, "column": 34 }, "end": { - "line": 1787, + "line": 1833, "column": 39 }, "identifierName": "ERROR" @@ -214321,15 +219727,15 @@ }, { "type": "Identifier", - "start": 61547, - "end": 61559, + "start": 63562, + "end": 63574, "loc": { "start": { - "line": 1787, + "line": 1833, "column": 41 }, "end": { - "line": 1787, + "line": 1833, "column": 53 }, "identifierName": "errorMessage" @@ -214343,15 +219749,15 @@ { "type": "CommentLine", "value": " error if we get here: notify listeners", - "start": 61464, - "end": 61505, + "start": 63479, + "end": 63520, "loc": { "start": { - "line": 1786, + "line": 1832, "column": 8 }, "end": { - "line": 1786, + "line": 1832, "column": 49 } } @@ -214366,15 +219772,15 @@ { "type": "CommentBlock", "value": "*\n * Change the audio output device.\n *\n * @param {string} deviceId - Id of audio output device.\n ", - "start": 60038, - "end": 60156, + "start": 62053, + "end": 62171, "loc": { "start": { - "line": 1747, + "line": 1793, "column": 4 }, "end": { - "line": 1751, + "line": 1797, "column": 7 } } @@ -214384,15 +219790,15 @@ { "type": "CommentBlock", "value": "*\n * Show or hide the volume menu.\n *\n * @private\n * @param {boolean} display - Hide/show volume control.\n ", - "start": 61573, - "end": 61704, + "start": 63588, + "end": 63719, "loc": { "start": { - "line": 1790, + "line": 1836, "column": 4 }, "end": { - "line": 1795, + "line": 1841, "column": 7 } } @@ -214401,15 +219807,15 @@ }, { "type": "ClassMethod", - "start": 61709, - "end": 62036, + "start": 63724, + "end": 64051, "loc": { "start": { - "line": 1796, + "line": 1842, "column": 4 }, "end": { - "line": 1805, + "line": 1851, "column": 5 } }, @@ -214417,15 +219823,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 61709, - "end": 61729, + "start": 63724, + "end": 63744, "loc": { "start": { - "line": 1796, + "line": 1842, "column": 4 }, "end": { - "line": 1796, + "line": 1842, "column": 24 }, "identifierName": "displayVolumeControl" @@ -214441,15 +219847,15 @@ "params": [ { "type": "Identifier", - "start": 61730, - "end": 61737, + "start": 63745, + "end": 63752, "loc": { "start": { - "line": 1796, + "line": 1842, "column": 25 }, "end": { - "line": 1796, + "line": 1842, "column": 32 }, "identifierName": "display" @@ -214459,115 +219865,115 @@ ], "body": { "type": "BlockStatement", - "start": 61739, - "end": 62036, + "start": 63754, + "end": 64051, "loc": { "start": { - "line": 1796, + "line": 1842, "column": 34 }, "end": { - "line": 1805, + "line": 1851, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 61749, - "end": 62030, + "start": 63764, + "end": 64045, "loc": { "start": { - "line": 1797, + "line": 1843, "column": 8 }, "end": { - "line": 1804, + "line": 1850, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 61753, - "end": 61801, + "start": 63768, + "end": 63816, "loc": { "start": { - "line": 1797, + "line": 1843, "column": 12 }, "end": { - "line": 1797, + "line": 1843, "column": 60 } }, "left": { "type": "MemberExpression", - "start": 61753, - "end": 61787, + "start": 63768, + "end": 63802, "loc": { "start": { - "line": 1797, + "line": 1843, "column": 12 }, "end": { - "line": 1797, + "line": 1843, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 61753, - "end": 61775, + "start": 63768, + "end": 63790, "loc": { "start": { - "line": 1797, + "line": 1843, "column": 12 }, "end": { - "line": 1797, + "line": 1843, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 61753, - "end": 61764, + "start": 63768, + "end": 63779, "loc": { "start": { - "line": 1797, + "line": 1843, "column": 12 }, "end": { - "line": 1797, + "line": 1843, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 61753, - "end": 61757, + "start": 63768, + "end": 63772, "loc": { "start": { - "line": 1797, + "line": 1843, "column": 12 }, "end": { - "line": 1797, + "line": 1843, "column": 16 } } }, "property": { "type": "Identifier", - "start": 61758, - "end": 61764, + "start": 63773, + "end": 63779, "loc": { "start": { - "line": 1797, + "line": 1843, "column": 17 }, "end": { - "line": 1797, + "line": 1843, "column": 23 }, "identifierName": "player" @@ -214578,15 +219984,15 @@ }, "property": { "type": "Identifier", - "start": 61765, - "end": 61775, + "start": 63780, + "end": 63790, "loc": { "start": { - "line": 1797, + "line": 1843, "column": 24 }, "end": { - "line": 1797, + "line": 1843, "column": 34 }, "identifierName": "controlBar" @@ -214597,15 +220003,15 @@ }, "property": { "type": "Identifier", - "start": 61776, - "end": 61787, + "start": 63791, + "end": 63802, "loc": { "start": { - "line": 1797, + "line": 1843, "column": 35 }, "end": { - "line": 1797, + "line": 1843, "column": 46 }, "identifierName": "volumePanel" @@ -214617,15 +220023,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 61792, - "end": 61801, + "start": 63807, + "end": 63816, "loc": { "start": { - "line": 1797, + "line": 1843, "column": 51 }, "end": { - "line": 1797, + "line": 1843, "column": 60 }, "identifierName": "undefined" @@ -214635,58 +220041,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 61803, - "end": 62030, + "start": 63818, + "end": 64045, "loc": { "start": { - "line": 1797, + "line": 1843, "column": 62 }, "end": { - "line": 1804, + "line": 1850, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 61817, - "end": 61943, + "start": 63832, + "end": 63958, "loc": { "start": { - "line": 1798, + "line": 1844, "column": 12 }, "end": { - "line": 1802, + "line": 1848, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 61821, - "end": 61837, + "start": 63836, + "end": 63852, "loc": { "start": { - "line": 1798, + "line": 1844, "column": 16 }, "end": { - "line": 1798, + "line": 1844, "column": 32 } }, "left": { "type": "Identifier", - "start": 61821, - "end": 61828, + "start": 63836, + "end": 63843, "loc": { "start": { - "line": 1798, + "line": 1844, "column": 16 }, "end": { - "line": 1798, + "line": 1844, "column": 23 }, "identifierName": "display" @@ -214696,15 +220102,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 61833, - "end": 61837, + "start": 63848, + "end": 63852, "loc": { "start": { - "line": 1798, + "line": 1844, "column": 28 }, "end": { - "line": 1798, + "line": 1844, "column": 32 } }, @@ -214713,59 +220119,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 61839, - "end": 61888, + "start": 63854, + "end": 63903, "loc": { "start": { - "line": 1798, + "line": 1844, "column": 34 }, "end": { - "line": 1800, + "line": 1846, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 61857, - "end": 61874, + "start": 63872, + "end": 63889, "loc": { "start": { - "line": 1799, + "line": 1845, "column": 16 }, "end": { - "line": 1799, + "line": 1845, "column": 33 } }, "expression": { "type": "AssignmentExpression", - "start": 61857, - "end": 61873, + "start": 63872, + "end": 63888, "loc": { "start": { - "line": 1799, + "line": 1845, "column": 16 }, "end": { - "line": 1799, + "line": 1845, "column": 32 } }, "operator": "=", "left": { "type": "Identifier", - "start": 61857, - "end": 61864, + "start": 63872, + "end": 63879, "loc": { "start": { - "line": 1799, + "line": 1845, "column": 16 }, "end": { - "line": 1799, + "line": 1845, "column": 23 }, "identifierName": "display" @@ -214774,15 +220180,15 @@ }, "right": { "type": "StringLiteral", - "start": 61867, - "end": 61873, + "start": 63882, + "end": 63888, "loc": { "start": { - "line": 1799, + "line": 1845, "column": 26 }, "end": { - "line": 1799, + "line": 1845, "column": 32 } }, @@ -214799,59 +220205,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 61894, - "end": 61943, + "start": 63909, + "end": 63958, "loc": { "start": { - "line": 1800, + "line": 1846, "column": 19 }, "end": { - "line": 1802, + "line": 1848, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 61912, - "end": 61929, + "start": 63927, + "end": 63944, "loc": { "start": { - "line": 1801, + "line": 1847, "column": 16 }, "end": { - "line": 1801, + "line": 1847, "column": 33 } }, "expression": { "type": "AssignmentExpression", - "start": 61912, - "end": 61928, + "start": 63927, + "end": 63943, "loc": { "start": { - "line": 1801, + "line": 1847, "column": 16 }, "end": { - "line": 1801, + "line": 1847, "column": 32 } }, "operator": "=", "left": { "type": "Identifier", - "start": 61912, - "end": 61919, + "start": 63927, + "end": 63934, "loc": { "start": { - "line": 1801, + "line": 1847, "column": 16 }, "end": { - "line": 1801, + "line": 1847, "column": 23 }, "identifierName": "display" @@ -214860,15 +220266,15 @@ }, "right": { "type": "StringLiteral", - "start": 61922, - "end": 61928, + "start": 63937, + "end": 63943, "loc": { "start": { - "line": 1801, + "line": 1847, "column": 26 }, "end": { - "line": 1801, + "line": 1847, "column": 32 } }, @@ -214886,157 +220292,157 @@ }, { "type": "ExpressionStatement", - "start": 61956, - "end": 62020, + "start": 63971, + "end": 64035, "loc": { "start": { - "line": 1803, + "line": 1849, "column": 12 }, "end": { - "line": 1803, + "line": 1849, "column": 76 } }, "expression": { "type": "AssignmentExpression", - "start": 61956, - "end": 62019, + "start": 63971, + "end": 64034, "loc": { "start": { - "line": 1803, + "line": 1849, "column": 12 }, "end": { - "line": 1803, + "line": 1849, "column": 75 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 61956, - "end": 62009, + "start": 63971, + "end": 64024, "loc": { "start": { - "line": 1803, + "line": 1849, "column": 12 }, "end": { - "line": 1803, + "line": 1849, "column": 65 } }, "object": { "type": "MemberExpression", - "start": 61956, - "end": 62001, + "start": 63971, + "end": 64016, "loc": { "start": { - "line": 1803, + "line": 1849, "column": 12 }, "end": { - "line": 1803, + "line": 1849, "column": 57 } }, "object": { "type": "CallExpression", - "start": 61956, - "end": 61995, + "start": 63971, + "end": 64010, "loc": { "start": { - "line": 1803, + "line": 1849, "column": 12 }, "end": { - "line": 1803, + "line": 1849, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 61956, - "end": 61993, + "start": 63971, + "end": 64008, "loc": { "start": { - "line": 1803, + "line": 1849, "column": 12 }, "end": { - "line": 1803, + "line": 1849, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 61956, - "end": 61990, + "start": 63971, + "end": 64005, "loc": { "start": { - "line": 1803, + "line": 1849, "column": 12 }, "end": { - "line": 1803, + "line": 1849, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 61956, - "end": 61978, + "start": 63971, + "end": 63993, "loc": { "start": { - "line": 1803, + "line": 1849, "column": 12 }, "end": { - "line": 1803, + "line": 1849, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 61956, - "end": 61967, + "start": 63971, + "end": 63982, "loc": { "start": { - "line": 1803, + "line": 1849, "column": 12 }, "end": { - "line": 1803, + "line": 1849, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 61956, - "end": 61960, + "start": 63971, + "end": 63975, "loc": { "start": { - "line": 1803, + "line": 1849, "column": 12 }, "end": { - "line": 1803, + "line": 1849, "column": 16 } } }, "property": { "type": "Identifier", - "start": 61961, - "end": 61967, + "start": 63976, + "end": 63982, "loc": { "start": { - "line": 1803, + "line": 1849, "column": 17 }, "end": { - "line": 1803, + "line": 1849, "column": 23 }, "identifierName": "player" @@ -215047,15 +220453,15 @@ }, "property": { "type": "Identifier", - "start": 61968, - "end": 61978, + "start": 63983, + "end": 63993, "loc": { "start": { - "line": 1803, + "line": 1849, "column": 24 }, "end": { - "line": 1803, + "line": 1849, "column": 34 }, "identifierName": "controlBar" @@ -215066,15 +220472,15 @@ }, "property": { "type": "Identifier", - "start": 61979, - "end": 61990, + "start": 63994, + "end": 64005, "loc": { "start": { - "line": 1803, + "line": 1849, "column": 35 }, "end": { - "line": 1803, + "line": 1849, "column": 46 }, "identifierName": "volumePanel" @@ -215085,15 +220491,15 @@ }, "property": { "type": "Identifier", - "start": 61991, - "end": 61993, + "start": 64006, + "end": 64008, "loc": { "start": { - "line": 1803, + "line": 1849, "column": 47 }, "end": { - "line": 1803, + "line": 1849, "column": 49 }, "identifierName": "el" @@ -215106,15 +220512,15 @@ }, "property": { "type": "Identifier", - "start": 61996, - "end": 62001, + "start": 64011, + "end": 64016, "loc": { "start": { - "line": 1803, + "line": 1849, "column": 52 }, "end": { - "line": 1803, + "line": 1849, "column": 57 }, "identifierName": "style" @@ -215125,15 +220531,15 @@ }, "property": { "type": "Identifier", - "start": 62002, - "end": 62009, + "start": 64017, + "end": 64024, "loc": { "start": { - "line": 1803, + "line": 1849, "column": 58 }, "end": { - "line": 1803, + "line": 1849, "column": 65 }, "identifierName": "display" @@ -215144,15 +220550,15 @@ }, "right": { "type": "Identifier", - "start": 62012, - "end": 62019, + "start": 64027, + "end": 64034, "loc": { "start": { - "line": 1803, + "line": 1849, "column": 68 }, "end": { - "line": 1803, + "line": 1849, "column": 75 }, "identifierName": "display" @@ -215174,15 +220580,15 @@ { "type": "CommentBlock", "value": "*\n * Show or hide the volume menu.\n *\n * @private\n * @param {boolean} display - Hide/show volume control.\n ", - "start": 61573, - "end": 61704, + "start": 63588, + "end": 63719, "loc": { "start": { - "line": 1790, + "line": 1836, "column": 4 }, "end": { - "line": 1795, + "line": 1841, "column": 7 } } @@ -215192,15 +220598,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when the video device is ready and stream is visible.\n *\n * @private\n * @param {Event} event - `playing` event\n ", - "start": 62042, - "end": 62191, + "start": 64057, + "end": 64206, "loc": { "start": { - "line": 1807, + "line": 1853, "column": 4 }, "end": { - "line": 1812, + "line": 1858, "column": 7 } } @@ -215209,15 +220615,15 @@ }, { "type": "ClassMethod", - "start": 62196, - "end": 62495, + "start": 64211, + "end": 64510, "loc": { "start": { - "line": 1813, + "line": 1859, "column": 4 }, "end": { - "line": 1820, + "line": 1866, "column": 5 } }, @@ -215225,15 +220631,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 62196, - "end": 62211, + "start": 64211, + "end": 64226, "loc": { "start": { - "line": 1813, + "line": 1859, "column": 4 }, "end": { - "line": 1813, + "line": 1859, "column": 19 }, "identifierName": "onStreamVisible" @@ -215249,15 +220655,15 @@ "params": [ { "type": "Identifier", - "start": 62212, - "end": 62217, + "start": 64227, + "end": 64232, "loc": { "start": { - "line": 1813, + "line": 1859, "column": 20 }, "end": { - "line": 1813, + "line": 1859, "column": 25 }, "identifierName": "event" @@ -215267,86 +220673,86 @@ ], "body": { "type": "BlockStatement", - "start": 62219, - "end": 62495, + "start": 64234, + "end": 64510, "loc": { "start": { - "line": 1813, + "line": 1859, "column": 27 }, "end": { - "line": 1820, + "line": 1866, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 62283, - "end": 62364, + "start": 64298, + "end": 64379, "loc": { "start": { - "line": 1815, + "line": 1861, "column": 8 }, "end": { - "line": 1815, + "line": 1861, "column": 89 } }, "expression": { "type": "CallExpression", - "start": 62283, - "end": 62363, + "start": 64298, + "end": 64378, "loc": { "start": { - "line": 1815, + "line": 1861, "column": 8 }, "end": { - "line": 1815, + "line": 1861, "column": 88 } }, "callee": { "type": "MemberExpression", - "start": 62283, - "end": 62320, + "start": 64298, + "end": 64335, "loc": { "start": { - "line": 1815, + "line": 1861, "column": 8 }, "end": { - "line": 1815, + "line": 1861, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 62283, - "end": 62300, + "start": 64298, + "end": 64315, "loc": { "start": { - "line": 1815, + "line": 1861, "column": 8 }, "end": { - "line": 1815, + "line": 1861, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 62283, - "end": 62287, + "start": 64298, + "end": 64302, "loc": { "start": { - "line": 1815, + "line": 1861, "column": 8 }, "end": { - "line": 1815, + "line": 1861, "column": 12 } }, @@ -215354,15 +220760,15 @@ }, "property": { "type": "Identifier", - "start": 62288, - "end": 62300, + "start": 64303, + "end": 64315, "loc": { "start": { - "line": 1815, + "line": 1861, "column": 13 }, "end": { - "line": 1815, + "line": 1861, "column": 25 }, "identifierName": "mediaElement" @@ -215374,15 +220780,15 @@ }, "property": { "type": "Identifier", - "start": 62301, - "end": 62320, + "start": 64316, + "end": 64335, "loc": { "start": { - "line": 1815, + "line": 1861, "column": 26 }, "end": { - "line": 1815, + "line": 1861, "column": 45 }, "identifierName": "removeEventListener" @@ -215395,29 +220801,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 62321, - "end": 62334, + "start": 64336, + "end": 64349, "loc": { "start": { - "line": 1815, + "line": 1861, "column": 46 }, "end": { - "line": 1815, + "line": 1861, "column": 59 } }, "object": { "type": "Identifier", - "start": 62321, - "end": 62326, + "start": 64336, + "end": 64341, "loc": { "start": { - "line": 1815, + "line": 1861, "column": 46 }, "end": { - "line": 1815, + "line": 1861, "column": 51 }, "identifierName": "Event" @@ -215426,15 +220832,15 @@ }, "property": { "type": "Identifier", - "start": 62327, - "end": 62334, + "start": 64342, + "end": 64349, "loc": { "start": { - "line": 1815, + "line": 1861, "column": 52 }, "end": { - "line": 1815, + "line": 1861, "column": 59 }, "identifierName": "PLAYING" @@ -215445,44 +220851,44 @@ }, { "type": "MemberExpression", - "start": 62336, - "end": 62362, + "start": 64351, + "end": 64377, "loc": { "start": { - "line": 1815, + "line": 1861, "column": 61 }, "end": { - "line": 1815, + "line": 1861, "column": 87 } }, "object": { "type": "ThisExpression", - "start": 62336, - "end": 62340, + "start": 64351, + "end": 64355, "loc": { "start": { - "line": 1815, + "line": 1861, "column": 61 }, "end": { - "line": 1815, + "line": 1861, "column": 65 } } }, "property": { "type": "Identifier", - "start": 62341, - "end": 62362, + "start": 64356, + "end": 64377, "loc": { "start": { - "line": 1815, + "line": 1861, "column": 66 }, "end": { - "line": 1815, + "line": 1861, "column": 87 }, "identifierName": "streamVisibleCallback" @@ -215498,15 +220904,15 @@ { "type": "CommentLine", "value": " only listen for this once; remove listener", - "start": 62229, - "end": 62274, + "start": 64244, + "end": 64289, "loc": { "start": { - "line": 1814, + "line": 1860, "column": 8 }, "end": { - "line": 1814, + "line": 1860, "column": 53 } } @@ -215516,15 +220922,15 @@ { "type": "CommentLine", "value": " reset and show camera button", - "start": 62374, - "end": 62405, + "start": 64389, + "end": 64420, "loc": { "start": { - "line": 1817, + "line": 1863, "column": 8 }, "end": { - "line": 1817, + "line": 1863, "column": 39 } } @@ -215533,85 +220939,85 @@ }, { "type": "ExpressionStatement", - "start": 62414, - "end": 62448, + "start": 64429, + "end": 64463, "loc": { "start": { - "line": 1818, + "line": 1864, "column": 8 }, "end": { - "line": 1818, + "line": 1864, "column": 42 } }, "expression": { "type": "CallExpression", - "start": 62414, - "end": 62447, + "start": 64429, + "end": 64462, "loc": { "start": { - "line": 1818, + "line": 1864, "column": 8 }, "end": { - "line": 1818, + "line": 1864, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 62414, - "end": 62445, + "start": 64429, + "end": 64460, "loc": { "start": { - "line": 1818, + "line": 1864, "column": 8 }, "end": { - "line": 1818, + "line": 1864, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 62414, - "end": 62438, + "start": 64429, + "end": 64453, "loc": { "start": { - "line": 1818, + "line": 1864, "column": 8 }, "end": { - "line": 1818, + "line": 1864, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 62414, - "end": 62425, + "start": 64429, + "end": 64440, "loc": { "start": { - "line": 1818, + "line": 1864, "column": 8 }, "end": { - "line": 1818, + "line": 1864, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 62414, - "end": 62418, + "start": 64429, + "end": 64433, "loc": { "start": { - "line": 1818, + "line": 1864, "column": 8 }, "end": { - "line": 1818, + "line": 1864, "column": 12 } }, @@ -215619,15 +221025,15 @@ }, "property": { "type": "Identifier", - "start": 62419, - "end": 62425, + "start": 64434, + "end": 64440, "loc": { "start": { - "line": 1818, + "line": 1864, "column": 13 }, "end": { - "line": 1818, + "line": 1864, "column": 19 }, "identifierName": "player" @@ -215639,15 +221045,15 @@ }, "property": { "type": "Identifier", - "start": 62426, - "end": 62438, + "start": 64441, + "end": 64453, "loc": { "start": { - "line": 1818, + "line": 1864, "column": 20 }, "end": { - "line": 1818, + "line": 1864, "column": 32 }, "identifierName": "cameraButton" @@ -215659,15 +221065,15 @@ }, "property": { "type": "Identifier", - "start": 62439, - "end": 62445, + "start": 64454, + "end": 64460, "loc": { "start": { - "line": 1818, + "line": 1864, "column": 33 }, "end": { - "line": 1818, + "line": 1864, "column": 39 }, "identifierName": "onStop" @@ -215684,15 +221090,15 @@ { "type": "CommentLine", "value": " reset and show camera button", - "start": 62374, - "end": 62405, + "start": 64389, + "end": 64420, "loc": { "start": { - "line": 1817, + "line": 1863, "column": 8 }, "end": { - "line": 1817, + "line": 1863, "column": 39 } } @@ -215701,100 +221107,100 @@ }, { "type": "ExpressionStatement", - "start": 62457, - "end": 62489, + "start": 64472, + "end": 64504, "loc": { "start": { - "line": 1819, + "line": 1865, "column": 8 }, "end": { - "line": 1819, + "line": 1865, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 62457, - "end": 62488, + "start": 64472, + "end": 64503, "loc": { "start": { - "line": 1819, + "line": 1865, "column": 8 }, "end": { - "line": 1819, + "line": 1865, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 62457, - "end": 62486, + "start": 64472, + "end": 64501, "loc": { "start": { - "line": 1819, + "line": 1865, "column": 8 }, "end": { - "line": 1819, + "line": 1865, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 62457, - "end": 62481, + "start": 64472, + "end": 64496, "loc": { "start": { - "line": 1819, + "line": 1865, "column": 8 }, "end": { - "line": 1819, + "line": 1865, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 62457, - "end": 62468, + "start": 64472, + "end": 64483, "loc": { "start": { - "line": 1819, + "line": 1865, "column": 8 }, "end": { - "line": 1819, + "line": 1865, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 62457, - "end": 62461, + "start": 64472, + "end": 64476, "loc": { "start": { - "line": 1819, + "line": 1865, "column": 8 }, "end": { - "line": 1819, + "line": 1865, "column": 12 } } }, "property": { "type": "Identifier", - "start": 62462, - "end": 62468, + "start": 64477, + "end": 64483, "loc": { "start": { - "line": 1819, + "line": 1865, "column": 13 }, "end": { - "line": 1819, + "line": 1865, "column": 19 }, "identifierName": "player" @@ -215805,15 +221211,15 @@ }, "property": { "type": "Identifier", - "start": 62469, - "end": 62481, + "start": 64484, + "end": 64496, "loc": { "start": { - "line": 1819, + "line": 1865, "column": 20 }, "end": { - "line": 1819, + "line": 1865, "column": 32 }, "identifierName": "cameraButton" @@ -215824,15 +221230,15 @@ }, "property": { "type": "Identifier", - "start": 62482, - "end": 62486, + "start": 64497, + "end": 64501, "loc": { "start": { - "line": 1819, + "line": 1865, "column": 33 }, "end": { - "line": 1819, + "line": 1865, "column": 37 }, "identifierName": "show" @@ -215852,15 +221258,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when the video device is ready and stream is visible.\n *\n * @private\n * @param {Event} event - `playing` event\n ", - "start": 62042, - "end": 62191, + "start": 64057, + "end": 64206, "loc": { "start": { - "line": 1807, + "line": 1853, "column": 4 }, "end": { - "line": 1812, + "line": 1858, "column": 7 } } @@ -215870,15 +221276,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when entering picture-in-picture mode.\n *\n * @private\n * @param {object} event - Event data.\n ", - "start": 62501, - "end": 62632, + "start": 64516, + "end": 64647, "loc": { "start": { - "line": 1822, + "line": 1868, "column": 4 }, "end": { - "line": 1827, + "line": 1873, "column": 7 } } @@ -215887,15 +221293,15 @@ }, { "type": "ClassMethod", - "start": 62637, - "end": 62715, + "start": 64652, + "end": 64730, "loc": { "start": { - "line": 1828, + "line": 1874, "column": 4 }, "end": { - "line": 1830, + "line": 1876, "column": 5 } }, @@ -215903,15 +221309,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 62637, - "end": 62647, + "start": 64652, + "end": 64662, "loc": { "start": { - "line": 1828, + "line": 1874, "column": 4 }, "end": { - "line": 1828, + "line": 1874, "column": 14 }, "identifierName": "onEnterPiP" @@ -215927,15 +221333,15 @@ "params": [ { "type": "Identifier", - "start": 62648, - "end": 62653, + "start": 64663, + "end": 64668, "loc": { "start": { - "line": 1828, + "line": 1874, "column": 15 }, "end": { - "line": 1828, + "line": 1874, "column": 20 }, "identifierName": "event" @@ -215945,101 +221351,101 @@ ], "body": { "type": "BlockStatement", - "start": 62655, - "end": 62715, + "start": 64670, + "end": 64730, "loc": { "start": { - "line": 1828, + "line": 1874, "column": 22 }, "end": { - "line": 1830, + "line": 1876, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 62665, - "end": 62709, + "start": 64680, + "end": 64724, "loc": { "start": { - "line": 1829, + "line": 1875, "column": 8 }, "end": { - "line": 1829, + "line": 1875, "column": 52 } }, "expression": { "type": "CallExpression", - "start": 62665, - "end": 62708, + "start": 64680, + "end": 64723, "loc": { "start": { - "line": 1829, + "line": 1875, "column": 8 }, "end": { - "line": 1829, + "line": 1875, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 62665, - "end": 62684, + "start": 64680, + "end": 64699, "loc": { "start": { - "line": 1829, + "line": 1875, "column": 8 }, "end": { - "line": 1829, + "line": 1875, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 62665, - "end": 62676, + "start": 64680, + "end": 64691, "loc": { "start": { - "line": 1829, + "line": 1875, "column": 8 }, "end": { - "line": 1829, + "line": 1875, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 62665, - "end": 62669, + "start": 64680, + "end": 64684, "loc": { "start": { - "line": 1829, + "line": 1875, "column": 8 }, "end": { - "line": 1829, + "line": 1875, "column": 12 } } }, "property": { "type": "Identifier", - "start": 62670, - "end": 62676, + "start": 64685, + "end": 64691, "loc": { "start": { - "line": 1829, + "line": 1875, "column": 13 }, "end": { - "line": 1829, + "line": 1875, "column": 19 }, "identifierName": "player" @@ -216050,15 +221456,15 @@ }, "property": { "type": "Identifier", - "start": 62677, - "end": 62684, + "start": 64692, + "end": 64699, "loc": { "start": { - "line": 1829, + "line": 1875, "column": 20 }, "end": { - "line": 1829, + "line": 1875, "column": 27 }, "identifierName": "trigger" @@ -216070,29 +221476,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 62685, - "end": 62700, + "start": 64700, + "end": 64715, "loc": { "start": { - "line": 1829, + "line": 1875, "column": 28 }, "end": { - "line": 1829, + "line": 1875, "column": 43 } }, "object": { "type": "Identifier", - "start": 62685, - "end": 62690, + "start": 64700, + "end": 64705, "loc": { "start": { - "line": 1829, + "line": 1875, "column": 28 }, "end": { - "line": 1829, + "line": 1875, "column": 33 }, "identifierName": "Event" @@ -216101,15 +221507,15 @@ }, "property": { "type": "Identifier", - "start": 62691, - "end": 62700, + "start": 64706, + "end": 64715, "loc": { "start": { - "line": 1829, + "line": 1875, "column": 34 }, "end": { - "line": 1829, + "line": 1875, "column": 43 }, "identifierName": "ENTER_PIP" @@ -216120,15 +221526,15 @@ }, { "type": "Identifier", - "start": 62702, - "end": 62707, + "start": 64717, + "end": 64722, "loc": { "start": { - "line": 1829, + "line": 1875, "column": 45 }, "end": { - "line": 1829, + "line": 1875, "column": 50 }, "identifierName": "event" @@ -216146,15 +221552,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when entering picture-in-picture mode.\n *\n * @private\n * @param {object} event - Event data.\n ", - "start": 62501, - "end": 62632, + "start": 64516, + "end": 64647, "loc": { "start": { - "line": 1822, + "line": 1868, "column": 4 }, "end": { - "line": 1827, + "line": 1873, "column": 7 } } @@ -216164,15 +221570,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when leaving picture-in-picture mode.\n *\n * @private\n * @param {object} event - Event data.\n ", - "start": 62721, - "end": 62851, + "start": 64736, + "end": 64866, "loc": { "start": { - "line": 1832, + "line": 1878, "column": 4 }, "end": { - "line": 1837, + "line": 1883, "column": 7 } } @@ -216181,15 +221587,15 @@ }, { "type": "ClassMethod", - "start": 62856, - "end": 62927, + "start": 64871, + "end": 64942, "loc": { "start": { - "line": 1838, + "line": 1884, "column": 4 }, "end": { - "line": 1840, + "line": 1886, "column": 5 } }, @@ -216197,15 +221603,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 62856, - "end": 62866, + "start": 64871, + "end": 64881, "loc": { "start": { - "line": 1838, + "line": 1884, "column": 4 }, "end": { - "line": 1838, + "line": 1884, "column": 14 }, "identifierName": "onLeavePiP" @@ -216221,15 +221627,15 @@ "params": [ { "type": "Identifier", - "start": 62867, - "end": 62872, + "start": 64882, + "end": 64887, "loc": { "start": { - "line": 1838, + "line": 1884, "column": 15 }, "end": { - "line": 1838, + "line": 1884, "column": 20 }, "identifierName": "event" @@ -216239,101 +221645,101 @@ ], "body": { "type": "BlockStatement", - "start": 62874, - "end": 62927, + "start": 64889, + "end": 64942, "loc": { "start": { - "line": 1838, + "line": 1884, "column": 22 }, "end": { - "line": 1840, + "line": 1886, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 62884, - "end": 62921, + "start": 64899, + "end": 64936, "loc": { "start": { - "line": 1839, + "line": 1885, "column": 8 }, "end": { - "line": 1839, + "line": 1885, "column": 45 } }, "expression": { "type": "CallExpression", - "start": 62884, - "end": 62920, + "start": 64899, + "end": 64935, "loc": { "start": { - "line": 1839, + "line": 1885, "column": 8 }, "end": { - "line": 1839, + "line": 1885, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 62884, - "end": 62903, + "start": 64899, + "end": 64918, "loc": { "start": { - "line": 1839, + "line": 1885, "column": 8 }, "end": { - "line": 1839, + "line": 1885, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 62884, - "end": 62895, + "start": 64899, + "end": 64910, "loc": { "start": { - "line": 1839, + "line": 1885, "column": 8 }, "end": { - "line": 1839, + "line": 1885, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 62884, - "end": 62888, + "start": 64899, + "end": 64903, "loc": { "start": { - "line": 1839, + "line": 1885, "column": 8 }, "end": { - "line": 1839, + "line": 1885, "column": 12 } } }, "property": { "type": "Identifier", - "start": 62889, - "end": 62895, + "start": 64904, + "end": 64910, "loc": { "start": { - "line": 1839, + "line": 1885, "column": 13 }, "end": { - "line": 1839, + "line": 1885, "column": 19 }, "identifierName": "player" @@ -216344,15 +221750,15 @@ }, "property": { "type": "Identifier", - "start": 62896, - "end": 62903, + "start": 64911, + "end": 64918, "loc": { "start": { - "line": 1839, + "line": 1885, "column": 20 }, "end": { - "line": 1839, + "line": 1885, "column": 27 }, "identifierName": "trigger" @@ -216364,29 +221770,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 62904, - "end": 62919, + "start": 64919, + "end": 64934, "loc": { "start": { - "line": 1839, + "line": 1885, "column": 28 }, "end": { - "line": 1839, + "line": 1885, "column": 43 } }, "object": { "type": "Identifier", - "start": 62904, - "end": 62909, + "start": 64919, + "end": 64924, "loc": { "start": { - "line": 1839, + "line": 1885, "column": 28 }, "end": { - "line": 1839, + "line": 1885, "column": 33 }, "identifierName": "Event" @@ -216395,15 +221801,15 @@ }, "property": { "type": "Identifier", - "start": 62910, - "end": 62919, + "start": 64925, + "end": 64934, "loc": { "start": { - "line": 1839, + "line": 1885, "column": 34 }, "end": { - "line": 1839, + "line": 1885, "column": 43 }, "identifierName": "LEAVE_PIP" @@ -216422,15 +221828,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when leaving picture-in-picture mode.\n *\n * @private\n * @param {object} event - Event data.\n ", - "start": 62721, - "end": 62851, + "start": 64736, + "end": 64866, "loc": { "start": { - "line": 1832, + "line": 1878, "column": 4 }, "end": { - "line": 1837, + "line": 1883, "column": 7 } } @@ -216462,15 +221868,15 @@ { "type": "CommentLine", "value": " version nr is injected during build", - "start": 62931, - "end": 62969, + "start": 64946, + "end": 64984, "loc": { "start": { - "line": 1843, + "line": 1889, "column": 0 }, "end": { - "line": 1843, + "line": 1889, "column": 38 } } @@ -216616,9 +222022,9 @@ }, { "type": "CommentLine", - "value": " add device button with icon based on type", + "value": " use custom video.js time format", "start": 2268, - "end": 2312, + "end": 2302, "loc": { "start": { "line": 69, @@ -216626,6 +222032,22 @@ }, "end": { "line": 69, + "column": 42 + } + } + }, + { + "type": "CommentLine", + "value": " add device button with icon based on type", + "start": 2449, + "end": 2493, + "loc": { + "start": { + "line": 74, + "column": 8 + }, + "end": { + "line": 74, "column": 52 } } @@ -216633,15 +222055,15 @@ { "type": "CommentLine", "value": " add custom interface elements", - "start": 2847, - "end": 2879, + "start": 3028, + "end": 3060, "loc": { "start": { - "line": 89, + "line": 94, "column": 8 }, "end": { - "line": 89, + "line": 94, "column": 40 } } @@ -216649,15 +222071,15 @@ { "type": "CommentLine", "value": " use dynamic icon class", - "start": 2947, - "end": 2972, + "start": 3128, + "end": 3153, "loc": { "start": { - "line": 91, + "line": 96, "column": 12 }, "end": { - "line": 91, + "line": 96, "column": 37 } } @@ -216665,15 +222087,15 @@ { "type": "CommentLine", "value": " add blinking record indicator", - "start": 3190, - "end": 3222, + "start": 3371, + "end": 3403, "loc": { "start": { - "line": 97, + "line": 102, "column": 8 }, "end": { - "line": 97, + "line": 102, "column": 40 } } @@ -216681,15 +222103,15 @@ { "type": "CommentLine", "value": " add canvas for recording and displaying image", - "start": 3391, - "end": 3439, + "start": 3572, + "end": 3620, "loc": { "start": { - "line": 102, + "line": 107, "column": 8 }, "end": { - "line": 102, + "line": 107, "column": 56 } } @@ -216697,15 +222119,15 @@ { "type": "CommentLine", "value": " add image for animation display", - "start": 3596, - "end": 3630, + "start": 3777, + "end": 3811, "loc": { "start": { - "line": 107, + "line": 112, "column": 8 }, "end": { - "line": 107, + "line": 112, "column": 42 } } @@ -216713,15 +222135,15 @@ { "type": "CommentLine", "value": " add camera button", - "start": 3803, - "end": 3823, + "start": 3984, + "end": 4004, "loc": { "start": { - "line": 112, + "line": 117, "column": 8 }, "end": { - "line": 112, + "line": 117, "column": 28 } } @@ -216729,15 +222151,15 @@ { "type": "CommentLine", "value": " add record toggle button", - "start": 3934, - "end": 3961, + "start": 4115, + "end": 4142, "loc": { "start": { - "line": 116, + "line": 121, "column": 8 }, "end": { - "line": 116, + "line": 121, "column": 35 } } @@ -216745,15 +222167,15 @@ { "type": "CommentLine", "value": " picture-in-picture", - "start": 4072, - "end": 4093, + "start": 4253, + "end": 4274, "loc": { "start": { - "line": 120, + "line": 125, "column": 8 }, "end": { - "line": 120, + "line": 125, "column": 29 } } @@ -216761,15 +222183,15 @@ { "type": "CommentLine", "value": " no support for picture-in-picture, disable pip", - "start": 4266, - "end": 4315, + "start": 4447, + "end": 4496, "loc": { "start": { - "line": 123, + "line": 128, "column": 12 }, "end": { - "line": 123, + "line": 128, "column": 61 } } @@ -216777,15 +222199,15 @@ { "type": "CommentLine", "value": " add picture-in-picture toggle button for older video.js versions", - "start": 4404, - "end": 4471, + "start": 4585, + "end": 4652, "loc": { "start": { - "line": 126, + "line": 131, "column": 12 }, "end": { - "line": 126, + "line": 131, "column": 79 } } @@ -216793,15 +222215,15 @@ { "type": "CommentLine", "value": " in browsers that support PIP", - "start": 4484, - "end": 4515, + "start": 4665, + "end": 4696, "loc": { "start": { - "line": 127, + "line": 132, "column": 12 }, "end": { - "line": 127, + "line": 132, "column": 43 } } @@ -216809,15 +222231,15 @@ { "type": "CommentLine", "value": " define Picture-in-Picture event handlers once", - "start": 4697, - "end": 4745, + "start": 4878, + "end": 4926, "loc": { "start": { - "line": 132, + "line": 137, "column": 12 }, "end": { - "line": 132, + "line": 137, "column": 60 } } @@ -216825,15 +222247,15 @@ { "type": "CommentLine", "value": " exclude custom UI elements", - "start": 4895, - "end": 4924, + "start": 5076, + "end": 5105, "loc": { "start": { - "line": 137, + "line": 142, "column": 8 }, "end": { - "line": 137, + "line": 142, "column": 37 } } @@ -216841,15 +222263,15 @@ { "type": "CommentLine", "value": " wait until player ui is ready", - "start": 5490, - "end": 5522, + "start": 5671, + "end": 5703, "loc": { "start": { - "line": 153, + "line": 158, "column": 8 }, "end": { - "line": 153, + "line": 158, "column": 40 } } @@ -216857,15 +222279,15 @@ { "type": "CommentBlock", "value": "*\n * Setup plugin options.\n *\n * @param {Object} newOptions - Optional new player options.\n ", - "start": 5597, - "end": 5709, + "start": 5778, + "end": 5890, "loc": { "start": { - "line": 157, + "line": 162, "column": 4 }, "end": { - "line": 161, + "line": 166, "column": 7 } } @@ -216873,15 +222295,15 @@ { "type": "CommentLine", "value": " record settings", - "start": 5887, - "end": 5905, + "start": 6068, + "end": 6086, "loc": { "start": { - "line": 166, + "line": 171, "column": 8 }, "end": { - "line": 166, + "line": 171, "column": 26 } } @@ -216889,15 +222311,15 @@ { "type": "CommentLine", "value": " video/canvas settings", - "start": 6618, - "end": 6642, + "start": 6801, + "end": 6825, "loc": { "start": { - "line": 181, + "line": 186, "column": 8 }, "end": { - "line": 181, + "line": 186, "column": 32 } } @@ -216905,15 +222327,15 @@ { "type": "CommentLine", "value": " convert settings", - "start": 7192, - "end": 7211, + "start": 7375, + "end": 7394, "loc": { "start": { - "line": 192, + "line": 197, "column": 8 }, "end": { - "line": 192, + "line": 197, "column": 27 } } @@ -216921,15 +222343,15 @@ { "type": "CommentLine", "value": " audio settings", - "start": 7403, - "end": 7420, + "start": 7586, + "end": 7603, "loc": { "start": { - "line": 197, + "line": 202, "column": 8 }, "end": { - "line": 197, + "line": 202, "column": 25 } } @@ -216937,15 +222359,15 @@ { "type": "CommentLine", "value": " image settings", - "start": 8042, - "end": 8059, + "start": 8225, + "end": 8242, "loc": { "start": { - "line": 209, + "line": 214, "column": 8 }, "end": { - "line": 209, + "line": 214, "column": 25 } } @@ -216953,15 +222375,15 @@ { "type": "CommentLine", "value": " animation settings", - "start": 8265, - "end": 8286, + "start": 8448, + "end": 8469, "loc": { "start": { - "line": 214, + "line": 219, "column": 8 }, "end": { - "line": 214, + "line": 219, "column": 29 } } @@ -216969,15 +222391,15 @@ { "type": "CommentBlock", "value": "*\n * Player UI is ready.\n * @private\n ", - "start": 8430, - "end": 8484, + "start": 8613, + "end": 8667, "loc": { "start": { - "line": 219, + "line": 224, "column": 4 }, "end": { - "line": 222, + "line": 227, "column": 7 } } @@ -216985,15 +222407,15 @@ { "type": "CommentLine", "value": " insert custom controls on left-side of controlbar", - "start": 8509, - "end": 8561, + "start": 8692, + "end": 8744, "loc": { "start": { - "line": 224, + "line": 229, "column": 8 }, "end": { - "line": 224, + "line": 229, "column": 60 } } @@ -217001,15 +222423,15 @@ { "type": "CommentLine", "value": " picture-in-picture", - "start": 8930, - "end": 8951, + "start": 9113, + "end": 9134, "loc": { "start": { - "line": 233, + "line": 238, "column": 8 }, "end": { - "line": 233, + "line": 238, "column": 29 } } @@ -217017,15 +222439,15 @@ { "type": "CommentLine", "value": " add custom PiP toggle", - "start": 9148, - "end": 9172, + "start": 9331, + "end": 9355, "loc": { "start": { - "line": 237, + "line": 242, "column": 16 }, "end": { - "line": 237, + "line": 242, "column": 40 } } @@ -217033,15 +222455,15 @@ { "type": "CommentLine", "value": " use video.js PiP toggle", - "start": 9347, - "end": 9373, + "start": 9530, + "end": 9556, "loc": { "start": { - "line": 240, + "line": 245, "column": 16 }, "end": { - "line": 240, + "line": 245, "column": 42 } } @@ -217049,15 +222471,15 @@ { "type": "CommentLine", "value": " get rid of unused controls", - "start": 9540, - "end": 9569, + "start": 9723, + "end": 9752, "loc": { "start": { - "line": 246, + "line": 251, "column": 8 }, "end": { - "line": 246, + "line": 251, "column": 37 } } @@ -217065,15 +222487,15 @@ { "type": "CommentLine", "value": " loop feature is never used in this plugin", - "start": 9897, - "end": 9941, + "start": 10080, + "end": 10124, "loc": { "start": { - "line": 254, + "line": 259, "column": 8 }, "end": { - "line": 254, + "line": 259, "column": 52 } } @@ -217081,15 +222503,15 @@ { "type": "CommentLine", "value": " tweak player UI based on type", - "start": 9984, - "end": 10016, + "start": 10167, + "end": 10199, "loc": { "start": { - "line": 257, + "line": 262, "column": 8 }, "end": { - "line": 257, + "line": 262, "column": 40 } } @@ -217097,15 +222519,15 @@ { "type": "CommentLine", "value": " reference to videojs-wavesurfer plugin", - "start": 10102, - "end": 10143, + "start": 10285, + "end": 10326, "loc": { "start": { - "line": 260, + "line": 265, "column": 16 }, "end": { - "line": 260, + "line": 265, "column": 57 } } @@ -217113,15 +222535,15 @@ { "type": "CommentLine", "value": " customize controls", - "start": 10417, - "end": 10438, + "start": 10600, + "end": 10621, "loc": { "start": { - "line": 270, + "line": 275, "column": 16 }, "end": { - "line": 270, + "line": 275, "column": 37 } } @@ -217129,15 +222551,15 @@ { "type": "CommentLine", "value": " 'loadedmetadata' and 'loadstart' events reset the", - "start": 10506, - "end": 10558, + "start": 10774, + "end": 10826, "loc": { "start": { - "line": 273, + "line": 280, "column": 16 }, "end": { - "line": 273, + "line": 280, "column": 68 } } @@ -217145,15 +222567,15 @@ { "type": "CommentLine", "value": " durationDisplay for the first time: prevent this", - "start": 10575, - "end": 10626, + "start": 10843, + "end": 10894, "loc": { "start": { - "line": 274, + "line": 281, "column": 16 }, "end": { - "line": 274, + "line": 281, "column": 67 } } @@ -217161,15 +222583,15 @@ { "type": "CommentLine", "value": " display max record time", - "start": 10709, - "end": 10735, + "start": 10977, + "end": 11003, "loc": { "start": { - "line": 276, + "line": 283, "column": 20 }, "end": { - "line": 276, + "line": 283, "column": 46 } } @@ -217177,15 +222599,15 @@ { "type": "CommentLine", "value": " display max record time", - "start": 10887, - "end": 10913, + "start": 11155, + "end": 11181, "loc": { "start": { - "line": 280, + "line": 287, "column": 20 }, "end": { - "line": 280, + "line": 287, "column": 46 } } @@ -217193,15 +222615,15 @@ { "type": "CommentLine", "value": " the native controls don't work for this UI so disable", - "start": 11005, - "end": 11061, + "start": 11273, + "end": 11329, "loc": { "start": { - "line": 284, + "line": 291, "column": 16 }, "end": { - "line": 284, + "line": 291, "column": 72 } } @@ -217209,15 +222631,15 @@ { "type": "CommentLine", "value": " them no matter what", - "start": 11078, - "end": 11100, + "start": 11346, + "end": 11368, "loc": { "start": { - "line": 285, + "line": 292, "column": 16 }, "end": { - "line": 285, + "line": 292, "column": 38 } } @@ -217225,15 +222647,15 @@ { "type": "CommentLine", "value": " clicking or tapping the player video element should not try", - "start": 11350, - "end": 11412, + "start": 11618, + "end": 11680, "loc": { "start": { - "line": 292, + "line": 299, "column": 16 }, "end": { - "line": 292, + "line": 299, "column": 78 } } @@ -217241,15 +222663,15 @@ { "type": "CommentLine", "value": " to start playback", - "start": 11429, - "end": 11449, + "start": 11697, + "end": 11717, "loc": { "start": { - "line": 293, + "line": 300, "column": 16 }, "end": { - "line": 293, + "line": 300, "column": 36 } } @@ -217257,15 +222679,15 @@ { "type": "CommentLine", "value": " progress control isn't used by this plugin, hide if present", - "start": 11584, - "end": 11646, + "start": 11852, + "end": 11914, "loc": { "start": { - "line": 297, + "line": 304, "column": 20 }, "end": { - "line": 297, + "line": 304, "column": 82 } } @@ -217273,15 +222695,15 @@ { "type": "CommentLine", "value": " prevent controlbar fadeout", - "start": 11841, - "end": 11870, + "start": 12109, + "end": 12138, "loc": { "start": { - "line": 302, + "line": 309, "column": 20 }, "end": { - "line": 302, + "line": 309, "column": 49 } } @@ -217289,15 +222711,15 @@ { "type": "CommentLine", "value": " videojs automatically hides the controls when no valid 'source'", - "start": 12038, - "end": 12104, + "start": 12306, + "end": 12372, "loc": { "start": { - "line": 307, + "line": 314, "column": 20 }, "end": { - "line": 307, + "line": 314, "column": 86 } } @@ -217305,15 +222727,15 @@ { "type": "CommentLine", "value": " element is included in the video or audio tag. Don't. Ever again.", - "start": 12125, - "end": 12193, + "start": 12393, + "end": 12461, "loc": { "start": { - "line": 308, + "line": 315, "column": 20 }, "end": { - "line": 308, + "line": 315, "column": 88 } } @@ -217321,15 +222743,15 @@ { "type": "CommentLine", "value": " disable time display events that constantly try to reset the current time", - "start": 12377, - "end": 12453, + "start": 12645, + "end": 12721, "loc": { "start": { - "line": 315, + "line": 322, "column": 8 }, "end": { - "line": 315, + "line": 322, "column": 84 } } @@ -217337,15 +222759,15 @@ { "type": "CommentLine", "value": " and duration values", - "start": 12462, - "end": 12484, + "start": 12730, + "end": 12752, "loc": { "start": { - "line": 316, + "line": 323, "column": 8 }, "end": { - "line": 316, + "line": 323, "column": 30 } } @@ -217353,15 +222775,15 @@ { "type": "CommentLine", "value": " display max record time", - "start": 12673, - "end": 12699, + "start": 12979, + "end": 13005, "loc": { "start": { - "line": 322, + "line": 330, "column": 8 }, "end": { - "line": 322, + "line": 330, "column": 34 } } @@ -217369,15 +222791,15 @@ { "type": "CommentLine", "value": " hot keys", - "start": 12751, - "end": 12762, + "start": 13057, + "end": 13068, "loc": { "start": { - "line": 325, + "line": 333, "column": 8 }, "end": { - "line": 325, + "line": 333, "column": 19 } } @@ -217385,15 +222807,15 @@ { "type": "CommentLine", "value": " enable video.js user action", - "start": 13123, - "end": 13153, + "start": 13429, + "end": 13459, "loc": { "start": { - "line": 334, + "line": 342, "column": 12 }, "end": { - "line": 334, + "line": 342, "column": 42 } } @@ -217401,15 +222823,15 @@ { "type": "CommentLine", "value": " hide play control (if present)", - "start": 13270, - "end": 13303, + "start": 13576, + "end": 13609, "loc": { "start": { - "line": 340, + "line": 348, "column": 8 }, "end": { - "line": 340, + "line": 348, "column": 41 } } @@ -217417,15 +222839,15 @@ { "type": "CommentBlock", "value": "*\n * Indicates whether the plugin is currently recording or not.\n *\n * @return {boolean} Plugin currently recording or not.\n ", - "start": 13442, - "end": 13587, + "start": 13748, + "end": 13893, "loc": { "start": { - "line": 346, + "line": 354, "column": 4 }, "end": { - "line": 350, + "line": 358, "column": 7 } } @@ -217433,15 +222855,15 @@ { "type": "CommentBlock", "value": "*\n * Indicates whether the plugin is currently processing recorded data\n * or not.\n *\n * @return {boolean} Plugin processing or not.\n ", - "start": 13651, - "end": 13809, + "start": 13957, + "end": 14115, "loc": { "start": { - "line": 355, + "line": 363, "column": 4 }, "end": { - "line": 360, + "line": 368, "column": 7 } } @@ -217449,15 +222871,15 @@ { "type": "CommentBlock", "value": "*\n * Indicates whether the plugin is destroyed or not.\n *\n * @return {boolean} Plugin destroyed or not.\n ", - "start": 13875, - "end": 14000, + "start": 14181, + "end": 14306, "loc": { "start": { - "line": 365, + "line": 373, "column": 4 }, "end": { - "line": 369, + "line": 377, "column": 7 } } @@ -217465,15 +222887,15 @@ { "type": "CommentBlock", "value": "*\n * Open the browser's recording device selection dialog and start the\n * device.\n ", - "start": 14210, - "end": 14310, + "start": 14516, + "end": 14616, "loc": { "start": { - "line": 378, + "line": 386, "column": 4 }, "end": { - "line": 381, + "line": 389, "column": 7 } } @@ -217481,15 +222903,15 @@ { "type": "CommentLine", "value": " define device callbacks once", - "start": 14337, - "end": 14368, + "start": 14643, + "end": 14674, "loc": { "start": { - "line": 383, + "line": 391, "column": 8 }, "end": { - "line": 383, + "line": 391, "column": 39 } } @@ -217497,15 +222919,15 @@ { "type": "CommentLine", "value": " check for support because some browsers still do not support", - "start": 14921, - "end": 14984, + "start": 15227, + "end": 15290, "loc": { "start": { - "line": 397, + "line": 405, "column": 8 }, "end": { - "line": 397, + "line": 405, "column": 71 } } @@ -217513,15 +222935,15 @@ { "type": "CommentLine", "value": " getDisplayMedia or getUserMedia (like Chrome iOS, see:", - "start": 14993, - "end": 15050, + "start": 15299, + "end": 15356, "loc": { "start": { - "line": 398, + "line": 406, "column": 8 }, "end": { - "line": 398, + "line": 406, "column": 65 } } @@ -217529,15 +222951,15 @@ { "type": "CommentLine", "value": " https://bugs.chromium.org/p/chromium/issues/detail?id=752458)", - "start": 15059, - "end": 15123, + "start": 15365, + "end": 15429, "loc": { "start": { - "line": 399, + "line": 407, "column": 8 }, "end": { - "line": 399, + "line": 407, "column": 72 } } @@ -217545,15 +222967,15 @@ { "type": "CommentLine", "value": " ask the browser to give the user access to the media device", - "start": 15863, - "end": 15925, + "start": 16169, + "end": 16231, "loc": { "start": { - "line": 416, + "line": 424, "column": 8 }, "end": { - "line": 416, + "line": 424, "column": 70 } } @@ -217561,15 +222983,15 @@ { "type": "CommentLine", "value": " and get a stream reference in the callback function", - "start": 15934, - "end": 15988, + "start": 16240, + "end": 16294, "loc": { "start": { - "line": 417, + "line": 425, "column": 8 }, "end": { - "line": 417, + "line": 425, "column": 62 } } @@ -217577,15 +222999,15 @@ { "type": "CommentLine", "value": " setup microphone", - "start": 16074, - "end": 16093, + "start": 16380, + "end": 16399, "loc": { "start": { - "line": 420, + "line": 428, "column": 16 }, "end": { - "line": 420, + "line": 428, "column": 35 } } @@ -217593,15 +223015,15 @@ { "type": "CommentLine", "value": " remove existing microphone listeners", - "start": 16291, - "end": 16330, + "start": 16597, + "end": 16636, "loc": { "start": { - "line": 425, + "line": 433, "column": 16 }, "end": { - "line": 425, + "line": 433, "column": 55 } } @@ -217609,15 +223031,15 @@ { "type": "CommentLine", "value": " setup new microphone listeners", - "start": 16580, - "end": 16613, + "start": 16886, + "end": 16919, "loc": { "start": { - "line": 431, + "line": 439, "column": 16 }, "end": { - "line": 431, + "line": 439, "column": 49 } } @@ -217625,15 +223047,15 @@ { "type": "CommentLine", "value": " disable existing playback events", - "start": 16863, - "end": 16898, + "start": 17169, + "end": 17204, "loc": { "start": { - "line": 437, + "line": 445, "column": 16 }, "end": { - "line": 437, + "line": 445, "column": 51 } } @@ -217641,15 +223063,15 @@ { "type": "CommentLine", "value": " (re)set surfer liveMode", - "start": 16972, - "end": 16998, + "start": 17278, + "end": 17304, "loc": { "start": { - "line": 440, + "line": 448, "column": 16 }, "end": { - "line": 440, + "line": 448, "column": 42 } } @@ -217657,15 +223079,15 @@ { "type": "CommentLine", "value": " resume AudioContext when it's suspended by the browser, due to", - "start": 17123, - "end": 17188, + "start": 17429, + "end": 17494, "loc": { "start": { - "line": 444, + "line": 452, "column": 16 }, "end": { - "line": 444, + "line": 452, "column": 81 } } @@ -217673,15 +223095,15 @@ { "type": "CommentLine", "value": " autoplay rules. Chrome warns with the following message:", - "start": 17205, - "end": 17264, + "start": 17511, + "end": 17570, "loc": { "start": { - "line": 445, + "line": 453, "column": 16 }, "end": { - "line": 445, + "line": 453, "column": 75 } } @@ -217689,15 +223111,15 @@ { "type": "CommentLine", "value": " \"The AudioContext was not allowed to start. It must be resumed", - "start": 17281, - "end": 17346, + "start": 17587, + "end": 17652, "loc": { "start": { - "line": 446, + "line": 454, "column": 16 }, "end": { - "line": 446, + "line": 454, "column": 81 } } @@ -217705,15 +223127,15 @@ { "type": "CommentLine", "value": " (or created) after a user gesture on the page.\"", - "start": 17363, - "end": 17413, + "start": 17669, + "end": 17719, "loc": { "start": { - "line": 447, + "line": 455, "column": 16 }, "end": { - "line": 447, + "line": 455, "column": 66 } } @@ -217721,15 +223143,15 @@ { "type": "CommentLine", "value": " assign custom reloadBufferFunction for microphone plugin to", - "start": 17584, - "end": 17646, + "start": 17890, + "end": 17952, "loc": { "start": { - "line": 452, + "line": 460, "column": 16 }, "end": { - "line": 452, + "line": 460, "column": 78 } } @@ -217737,15 +223159,15 @@ { "type": "CommentLine", "value": " obtain AudioBuffer chunks", - "start": 17663, - "end": 17691, + "start": 17969, + "end": 17997, "loc": { "start": { - "line": 453, + "line": 461, "column": 16 }, "end": { - "line": 453, + "line": 461, "column": 44 } } @@ -217753,15 +223175,15 @@ { "type": "CommentLine", "value": " redraw", - "start": 17930, - "end": 17939, + "start": 18236, + "end": 18245, "loc": { "start": { - "line": 457, + "line": 465, "column": 28 }, "end": { - "line": 457, + "line": 465, "column": 37 } } @@ -217769,47 +223191,47 @@ { "type": "CommentLine", "value": " store data and notify others", - "start": 18110, - "end": 18141, + "start": 18416, + "end": 18447, "loc": { "start": { - "line": 461, + "line": 469, "column": 28 }, "end": { - "line": 461, + "line": 469, "column": 59 } } }, { "type": "CommentLine", - "value": " open browser device selection dialog", - "start": 18375, - "end": 18414, + "value": " open browser device selection/permissions dialog", + "start": 18681, + "end": 18732, "loc": { "start": { - "line": 467, + "line": 475, "column": 16 }, "end": { - "line": 467, - "column": 55 + "line": 475, + "column": 67 } } }, { "type": "CommentLine", "value": " using player.el() here because this.mediaElement is not available yet", - "start": 18631, - "end": 18703, + "start": 18949, + "end": 19021, "loc": { "start": { - "line": 474, + "line": 482, "column": 20 }, "end": { - "line": 474, + "line": 482, "column": 92 } } @@ -217817,15 +223239,15 @@ { "type": "CommentLine", "value": " setup camera", - "start": 18872, - "end": 18887, + "start": 19190, + "end": 19205, "loc": { "start": { - "line": 479, + "line": 487, "column": 16 }, "end": { - "line": 479, + "line": 487, "column": 31 } } @@ -217833,15 +223255,15 @@ { "type": "CommentLine", "value": " setup camera and microphone", - "start": 19500, - "end": 19530, + "start": 19818, + "end": 19848, "loc": { "start": { - "line": 495, + "line": 503, "column": 16 }, "end": { - "line": 495, + "line": 503, "column": 46 } } @@ -217849,31 +223271,31 @@ { "type": "CommentLine", "value": " needs to be true for it to work in Firefox", - "start": 19954, - "end": 19999, + "start": 20272, + "end": 20317, "loc": { "start": { - "line": 503, + "line": 511, "column": 36 }, "end": { - "line": 503, + "line": 511, "column": 81 } } }, { "type": "CommentLine", - "value": " Join microphone track with screencast stream (order matters)", - "start": 20508, - "end": 20571, + "value": " join microphone track with screencast stream (order matters)", + "start": 20826, + "end": 20889, "loc": { "start": { - "line": 513, + "line": 521, "column": 24 }, "end": { - "line": 513, + "line": 521, "column": 87 } } @@ -217881,15 +223303,15 @@ { "type": "CommentLine", "value": " setup camera and microphone", - "start": 20897, - "end": 20927, + "start": 21298, + "end": 21328, "loc": { "start": { - "line": 523, + "line": 533, "column": 16 }, "end": { - "line": 523, + "line": 533, "column": 46 } } @@ -217897,15 +223319,15 @@ { "type": "CommentLine", "value": " setup camera", - "start": 21549, - "end": 21564, + "start": 21950, + "end": 21965, "loc": { "start": { - "line": 539, + "line": 549, "column": 16 }, "end": { - "line": 539, + "line": 549, "column": 31 } } @@ -217913,15 +223335,15 @@ { "type": "CommentLine", "value": " animated GIF", - "start": 21620, - "end": 21635, + "start": 22021, + "end": 22036, "loc": { "start": { - "line": 541, + "line": 551, "column": 20 }, "end": { - "line": 541, + "line": 551, "column": 35 } } @@ -217929,15 +223351,15 @@ { "type": "CommentLine", "value": " setup screen", - "start": 22128, - "end": 22143, + "start": 22529, + "end": 22544, "loc": { "start": { - "line": 557, + "line": 567, "column": 16 }, "end": { - "line": 557, + "line": 567, "column": 31 } } @@ -217945,15 +223367,15 @@ { "type": "CommentLine", "value": " screen capture", - "start": 22199, - "end": 22216, + "start": 22600, + "end": 22617, "loc": { "start": { - "line": 559, + "line": 569, "column": 20 }, "end": { - "line": 559, + "line": 569, "column": 37 } } @@ -217961,15 +223383,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when the device is ready.\n *\n * @private\n * @param {LocalMediaStream} stream - Local media stream from device.\n ", - "start": 23057, - "end": 23206, + "start": 23458, + "end": 23607, "loc": { "start": { - "line": 583, + "line": 593, "column": 4 }, "end": { - "line": 588, + "line": 598, "column": 7 } } @@ -217977,15 +223399,15 @@ { "type": "CommentLine", "value": " store reference to stream for stopping etc.", - "start": 23279, - "end": 23325, + "start": 23680, + "end": 23726, "loc": { "start": { - "line": 592, + "line": 602, "column": 8 }, "end": { - "line": 592, + "line": 602, "column": 54 } } @@ -217993,15 +223415,15 @@ { "type": "CommentLine", "value": " hide device selection button", - "start": 23365, - "end": 23396, + "start": 23766, + "end": 23797, "loc": { "start": { - "line": 595, + "line": 605, "column": 8 }, "end": { - "line": 595, + "line": 605, "column": 39 } } @@ -218009,15 +223431,15 @@ { "type": "CommentLine", "value": " reset time (e.g. when stopDevice was used)", - "start": 23447, - "end": 23492, + "start": 23848, + "end": 23893, "loc": { "start": { - "line": 598, + "line": 608, "column": 8 }, "end": { - "line": 598, + "line": 608, "column": 53 } } @@ -218025,15 +223447,15 @@ { "type": "CommentLine", "value": " hide play/pause control (e.g. when stopDevice was used)", - "start": 23576, - "end": 23634, + "start": 23977, + "end": 24035, "loc": { "start": { - "line": 602, + "line": 612, "column": 8 }, "end": { - "line": 602, + "line": 612, "column": 66 } } @@ -218041,15 +223463,15 @@ { "type": "CommentLine", "value": " reset playback listeners", - "start": 23771, - "end": 23798, + "start": 24172, + "end": 24199, "loc": { "start": { - "line": 607, + "line": 617, "column": 8 }, "end": { - "line": 607, + "line": 617, "column": 35 } } @@ -218057,15 +223479,15 @@ { "type": "CommentLine", "value": " setup recording engine", - "start": 23951, - "end": 23976, + "start": 24352, + "end": 24377, "loc": { "start": { - "line": 611, + "line": 621, "column": 8 }, "end": { - "line": 611, + "line": 621, "column": 33 } } @@ -218073,15 +223495,15 @@ { "type": "CommentLine", "value": " currently record plugins are only supported in audio-only mode", - "start": 24040, - "end": 24105, + "start": 24441, + "end": 24506, "loc": { "start": { - "line": 613, + "line": 623, "column": 12 }, "end": { - "line": 613, + "line": 623, "column": 77 } } @@ -218089,15 +223511,15 @@ { "type": "CommentLine", "value": " load plugins, if any", - "start": 24358, - "end": 24381, + "start": 24759, + "end": 24782, "loc": { "start": { - "line": 619, + "line": 629, "column": 12 }, "end": { - "line": 619, + "line": 629, "column": 35 } } @@ -218105,15 +223527,15 @@ { "type": "CommentLine", "value": " get audio plugin engine class (or default recordrtc engine)", - "start": 24520, - "end": 24582, + "start": 24921, + "end": 24983, "loc": { "start": { - "line": 623, + "line": 633, "column": 20 }, "end": { - "line": 623, + "line": 633, "column": 82 } } @@ -218121,15 +223543,15 @@ { "type": "CommentLine", "value": " get video plugin engine class (or default recordrtc engine)", - "start": 24775, - "end": 24837, + "start": 25176, + "end": 25238, "loc": { "start": { - "line": 629, + "line": 639, "column": 20 }, "end": { - "line": 629, + "line": 639, "column": 82 } } @@ -218137,15 +223559,15 @@ { "type": "CommentLine", "value": " create recording engine", - "start": 24984, - "end": 25010, + "start": 25385, + "end": 25411, "loc": { "start": { - "line": 634, + "line": 644, "column": 12 }, "end": { - "line": 634, + "line": 644, "column": 38 } } @@ -218153,15 +223575,15 @@ { "type": "CommentLine", "value": " connect stream to recording engine", - "start": 25045, - "end": 25082, + "start": 25446, + "end": 25483, "loc": { "start": { - "line": 636, + "line": 646, "column": 16 }, "end": { - "line": 636, + "line": 646, "column": 53 } } @@ -218169,15 +223591,15 @@ { "type": "CommentLine", "value": " listen for events", - "start": 25297, - "end": 25317, + "start": 25698, + "end": 25718, "loc": { "start": { - "line": 642, + "line": 652, "column": 12 }, "end": { - "line": 642, + "line": 652, "column": 32 } } @@ -218185,15 +223607,15 @@ { "type": "CommentLine", "value": " audio settings", - "start": 25407, - "end": 25424, + "start": 25808, + "end": 25825, "loc": { "start": { - "line": 645, + "line": 655, "column": 12 }, "end": { - "line": 645, + "line": 655, "column": 29 } } @@ -218201,15 +223623,15 @@ { "type": "CommentLine", "value": " mime type", - "start": 25803, - "end": 25815, + "start": 26204, + "end": 26216, "loc": { "start": { - "line": 653, + "line": 663, "column": 12 }, "end": { - "line": 653, + "line": 663, "column": 24 } } @@ -218217,15 +223639,15 @@ { "type": "CommentLine", "value": " video/canvas settings", - "start": 26130, - "end": 26154, + "start": 26531, + "end": 26555, "loc": { "start": { - "line": 663, + "line": 673, "column": 12 }, "end": { - "line": 663, + "line": 673, "column": 36 } } @@ -218233,15 +223655,15 @@ { "type": "CommentLine", "value": " animated GIF settings", - "start": 26703, - "end": 26727, + "start": 27104, + "end": 27128, "loc": { "start": { - "line": 677, + "line": 687, "column": 12 }, "end": { - "line": 677, + "line": 687, "column": 36 } } @@ -218249,15 +223671,15 @@ { "type": "CommentLine", "value": " timeSlice", - "start": 26859, - "end": 26871, + "start": 27260, + "end": 27272, "loc": { "start": { - "line": 681, + "line": 691, "column": 12 }, "end": { - "line": 681, + "line": 691, "column": 24 } } @@ -218265,15 +223687,15 @@ { "type": "CommentLine", "value": " additional 3rd-party library options", - "start": 27089, - "end": 27128, + "start": 27490, + "end": 27529, "loc": { "start": { - "line": 687, + "line": 697, "column": 12 }, "end": { - "line": 687, + "line": 697, "column": 51 } } @@ -218281,15 +223703,15 @@ { "type": "CommentLine", "value": " initialize recorder", - "start": 27216, - "end": 27238, + "start": 27617, + "end": 27639, "loc": { "start": { - "line": 690, + "line": 700, "column": 12 }, "end": { - "line": 690, + "line": 700, "column": 34 } } @@ -218297,15 +223719,15 @@ { "type": "CommentLine", "value": " create converter engine", - "start": 27324, - "end": 27350, + "start": 27725, + "end": 27751, "loc": { "start": { - "line": 693, + "line": 703, "column": 12 }, "end": { - "line": 693, + "line": 703, "column": 38 } } @@ -218313,15 +223735,15 @@ { "type": "CommentLine", "value": " convert settings", - "start": 27813, - "end": 27832, + "start": 28214, + "end": 28233, "loc": { "start": { - "line": 705, + "line": 715, "column": 16 }, "end": { - "line": 705, + "line": 715, "column": 35 } } @@ -218329,15 +223751,15 @@ { "type": "CommentLine", "value": " initialize converter", - "start": 28073, - "end": 28096, + "start": 28474, + "end": 28497, "loc": { "start": { - "line": 710, + "line": 720, "column": 16 }, "end": { - "line": 710, + "line": 720, "column": 39 } } @@ -218345,15 +223767,15 @@ { "type": "CommentLine", "value": " show elements that should never be hidden in animation,", - "start": 28190, - "end": 28248, + "start": 28591, + "end": 28649, "loc": { "start": { - "line": 714, + "line": 724, "column": 12 }, "end": { - "line": 714, + "line": 724, "column": 70 } } @@ -218361,15 +223783,15 @@ { "type": "CommentLine", "value": " audio and/or video modus", - "start": 28261, - "end": 28288, + "start": 28662, + "end": 28689, "loc": { "start": { - "line": 715, + "line": 725, "column": 12 }, "end": { - "line": 715, + "line": 725, "column": 39 } } @@ -218377,15 +223799,15 @@ { "type": "CommentLine", "value": " show record button", - "start": 28667, - "end": 28688, + "start": 29068, + "end": 29089, "loc": { "start": { - "line": 725, + "line": 735, "column": 12 }, "end": { - "line": 725, + "line": 735, "column": 33 } } @@ -218393,15 +223815,15 @@ { "type": "CommentLine", "value": " disable record indicator", - "start": 28763, - "end": 28790, + "start": 29164, + "end": 29191, "loc": { "start": { - "line": 728, + "line": 738, "column": 12 }, "end": { - "line": 728, + "line": 738, "column": 39 } } @@ -218409,15 +223831,15 @@ { "type": "CommentLine", "value": " setup UI for retrying snapshot (e.g. when stopDevice was", - "start": 28855, - "end": 28914, + "start": 29256, + "end": 29315, "loc": { "start": { - "line": 731, + "line": 741, "column": 12 }, "end": { - "line": 731, + "line": 741, "column": 71 } } @@ -218425,15 +223847,15 @@ { "type": "CommentLine", "value": " used)", - "start": 28927, - "end": 28935, + "start": 29328, + "end": 29336, "loc": { "start": { - "line": 732, + "line": 742, "column": 12 }, "end": { - "line": 732, + "line": 742, "column": 20 } } @@ -218441,15 +223863,15 @@ { "type": "CommentLine", "value": " camera button will be displayed as soon as this.onStreamVisible fires", - "start": 28983, - "end": 29055, + "start": 29384, + "end": 29456, "loc": { "start": { - "line": 735, + "line": 745, "column": 12 }, "end": { - "line": 735, + "line": 745, "column": 84 } } @@ -218457,15 +223879,15 @@ { "type": "CommentLine", "value": " setup preview", - "start": 29075, - "end": 29091, + "start": 29476, + "end": 29492, "loc": { "start": { - "line": 738, + "line": 748, "column": 8 }, "end": { - "line": 738, + "line": 748, "column": 24 } } @@ -218473,15 +223895,15 @@ { "type": "CommentLine", "value": " show live preview", - "start": 29155, - "end": 29175, + "start": 29556, + "end": 29576, "loc": { "start": { - "line": 740, + "line": 750, "column": 12 }, "end": { - "line": 740, + "line": 750, "column": 32 } } @@ -218489,15 +223911,15 @@ { "type": "CommentLine", "value": " mute incoming audio for feedback loops", - "start": 29298, - "end": 29339, + "start": 29699, + "end": 29740, "loc": { "start": { - "line": 744, + "line": 754, "column": 12 }, "end": { - "line": 744, + "line": 754, "column": 53 } } @@ -218505,15 +223927,15 @@ { "type": "CommentLine", "value": " hide the volume bar while it's muted", - "start": 29397, - "end": 29436, + "start": 29798, + "end": 29837, "loc": { "start": { - "line": 747, + "line": 757, "column": 12 }, "end": { - "line": 747, + "line": 757, "column": 51 } } @@ -218521,15 +223943,15 @@ { "type": "CommentLine", "value": " picture-in-picture", - "start": 29496, - "end": 29517, + "start": 29897, + "end": 29918, "loc": { "start": { - "line": 750, + "line": 760, "column": 12 }, "end": { - "line": 750, + "line": 760, "column": 33 } } @@ -218537,15 +223959,15 @@ { "type": "CommentLine", "value": " show button", - "start": 29584, - "end": 29598, + "start": 29985, + "end": 29999, "loc": { "start": { - "line": 752, + "line": 762, "column": 16 }, "end": { - "line": 752, + "line": 762, "column": 30 } } @@ -218553,15 +223975,15 @@ { "type": "CommentLine", "value": " listen to and forward Picture-in-Picture events", - "start": 29662, - "end": 29712, + "start": 30063, + "end": 30113, "loc": { "start": { - "line": 755, + "line": 765, "column": 16 }, "end": { - "line": 755, + "line": 765, "column": 66 } } @@ -218569,15 +223991,15 @@ { "type": "CommentLine", "value": " load stream", - "start": 30245, - "end": 30259, + "start": 30646, + "end": 30660, "loc": { "start": { - "line": 765, + "line": 775, "column": 12 }, "end": { - "line": 765, + "line": 775, "column": 26 } } @@ -218585,15 +224007,15 @@ { "type": "CommentLine", "value": " stream loading is async, so we wait until it's ready to play", - "start": 30309, - "end": 30372, + "start": 30710, + "end": 30773, "loc": { "start": { - "line": 768, + "line": 778, "column": 12 }, "end": { - "line": 768, + "line": 778, "column": 75 } } @@ -218601,15 +224023,15 @@ { "type": "CommentLine", "value": " the stream", - "start": 30385, - "end": 30398, + "start": 30786, + "end": 30799, "loc": { "start": { - "line": 769, + "line": 779, "column": 12 }, "end": { - "line": 769, + "line": 779, "column": 25 } } @@ -218617,15 +224039,15 @@ { "type": "CommentLine", "value": " start stream", - "start": 30473, - "end": 30488, + "start": 30874, + "end": 30889, "loc": { "start": { - "line": 771, + "line": 781, "column": 16 }, "end": { - "line": 771, + "line": 781, "column": 31 } } @@ -218633,15 +224055,15 @@ { "type": "CommentLine", "value": " forward to listeners", - "start": 30548, - "end": 30571, + "start": 30949, + "end": 30972, "loc": { "start": { - "line": 774, + "line": 784, "column": 16 }, "end": { - "line": 774, + "line": 784, "column": 39 } } @@ -218649,15 +224071,15 @@ { "type": "CommentLine", "value": " forward to listeners", - "start": 30674, - "end": 30697, + "start": 31075, + "end": 31098, "loc": { "start": { - "line": 778, + "line": 788, "column": 12 }, "end": { - "line": 778, + "line": 788, "column": 35 } } @@ -218665,15 +224087,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when an device error occurred.\n *\n * @private\n * @param {(string|number)} code - Error code/description.\n ", - "start": 30772, - "end": 30915, + "start": 31173, + "end": 31316, "loc": { "start": { - "line": 783, + "line": 793, "column": 4 }, "end": { - "line": 788, + "line": 798, "column": 7 } } @@ -218681,15 +224103,15 @@ { "type": "CommentLine", "value": " store code", - "start": 31026, - "end": 31039, + "start": 31427, + "end": 31440, "loc": { "start": { - "line": 793, + "line": 803, "column": 12 }, "end": { - "line": 793, + "line": 803, "column": 25 } } @@ -218697,15 +224119,15 @@ { "type": "CommentLine", "value": " forward error to player", - "start": 31101, - "end": 31127, + "start": 31502, + "end": 31528, "loc": { "start": { - "line": 796, + "line": 806, "column": 12 }, "end": { - "line": 796, + "line": 806, "column": 38 } } @@ -218713,31 +224135,63 @@ { "type": "CommentBlock", "value": "*\n * Start recording.\n ", - "start": 31202, - "end": 31237, + "start": 31603, + "end": 31638, "loc": { "start": { - "line": 801, + "line": 811, "column": 4 }, "end": { - "line": 803, + "line": 813, "column": 7 } } }, + { + "type": "CommentLine", + "value": " check if user didn't revoke permissions after a previous recording", + "start": 31701, + "end": 31770, + "loc": { + "start": { + "line": 816, + "column": 12 + }, + "end": { + "line": 816, + "column": 81 + } + } + }, + { + "type": "CommentLine", + "value": " ask for permissions again", + "start": 31850, + "end": 31878, + "loc": { + "start": { + "line": 818, + "column": 16 + }, + "end": { + "line": 818, + "column": 44 + } + } + }, { "type": "CommentLine", "value": " hide play/pause control", - "start": 31337, - "end": 31363, + "start": 32000, + "end": 32026, "loc": { "start": { - "line": 808, + "line": 824, "column": 12 }, "end": { - "line": 808, + "line": 824, "column": 38 } } @@ -218745,15 +224199,15 @@ { "type": "CommentLine", "value": " reset playback listeners", - "start": 31516, - "end": 31543, + "start": 32179, + "end": 32206, "loc": { "start": { - "line": 813, + "line": 829, "column": 12 }, "end": { - "line": 813, + "line": 829, "column": 39 } } @@ -218761,15 +224215,15 @@ { "type": "CommentLine", "value": " start preview", - "start": 31708, - "end": 31724, + "start": 32371, + "end": 32387, "loc": { "start": { - "line": 817, + "line": 833, "column": 12 }, "end": { - "line": 817, + "line": 833, "column": 28 } } @@ -218777,15 +224231,15 @@ { "type": "CommentLine", "value": " disable playback events", - "start": 31822, - "end": 31848, + "start": 32485, + "end": 32511, "loc": { "start": { - "line": 820, + "line": 836, "column": 20 }, "end": { - "line": 820, + "line": 836, "column": 46 } } @@ -218793,15 +224247,15 @@ { "type": "CommentLine", "value": " start/resume live audio visualization", - "start": 31930, - "end": 31970, + "start": 32593, + "end": 32633, "loc": { "start": { - "line": 823, + "line": 839, "column": 20 }, "end": { - "line": 823, + "line": 839, "column": 60 } } @@ -218809,15 +224263,15 @@ { "type": "CommentLine", "value": " preview video stream in video element", - "start": 32328, - "end": 32368, + "start": 32991, + "end": 33031, "loc": { "start": { - "line": 833, + "line": 849, "column": 20 }, "end": { - "line": 833, + "line": 849, "column": 60 } } @@ -218825,15 +224279,15 @@ { "type": "CommentLine", "value": " hide the first frame", - "start": 32495, - "end": 32518, + "start": 33158, + "end": 33181, "loc": { "start": { - "line": 838, + "line": 854, "column": 20 }, "end": { - "line": 838, + "line": 854, "column": 43 } } @@ -218841,15 +224295,15 @@ { "type": "CommentLine", "value": " hide the animation", - "start": 32593, - "end": 32614, + "start": 33256, + "end": 33277, "loc": { "start": { - "line": 841, + "line": 857, "column": 20 }, "end": { - "line": 841, + "line": 857, "column": 41 } } @@ -218857,15 +224311,15 @@ { "type": "CommentLine", "value": " show preview video", - "start": 32693, - "end": 32714, + "start": 33356, + "end": 33377, "loc": { "start": { - "line": 844, + "line": 860, "column": 20 }, "end": { - "line": 844, + "line": 860, "column": 41 } } @@ -218873,15 +224327,15 @@ { "type": "CommentLine", "value": " for animations, capture the first frame", - "start": 32799, - "end": 32841, + "start": 33462, + "end": 33504, "loc": { "start": { - "line": 847, + "line": 863, "column": 20 }, "end": { - "line": 847, + "line": 863, "column": 62 } } @@ -218889,15 +224343,15 @@ { "type": "CommentLine", "value": " that can be displayed as soon as recording", - "start": 32862, - "end": 32907, + "start": 33525, + "end": 33570, "loc": { "start": { - "line": 848, + "line": 864, "column": 20 }, "end": { - "line": 848, + "line": 864, "column": 65 } } @@ -218905,15 +224359,15 @@ { "type": "CommentLine", "value": " is complete", - "start": 32928, - "end": 32942, + "start": 33591, + "end": 33605, "loc": { "start": { - "line": 849, + "line": 865, "column": 20 }, "end": { - "line": 849, + "line": 865, "column": 34 } } @@ -218921,15 +224375,15 @@ { "type": "CommentLine", "value": " start video preview **after** capturing first frame", - "start": 33026, - "end": 33080, + "start": 33689, + "end": 33743, "loc": { "start": { - "line": 851, + "line": 867, "column": 24 }, "end": { - "line": 851, + "line": 867, "column": 78 } } @@ -218937,15 +224391,15 @@ { "type": "CommentLine", "value": " unmute device", - "start": 33252, - "end": 33268, + "start": 33915, + "end": 33931, "loc": { "start": { - "line": 858, + "line": 874, "column": 16 }, "end": { - "line": 858, + "line": 874, "column": 32 } } @@ -218953,15 +224407,15 @@ { "type": "CommentLine", "value": " start recording", - "start": 33336, - "end": 33354, + "start": 33999, + "end": 34017, "loc": { "start": { - "line": 862, + "line": 878, "column": 12 }, "end": { - "line": 862, + "line": 878, "column": 30 } } @@ -218969,15 +224423,15 @@ { "type": "CommentLine", "value": " create snapshot", - "start": 33452, - "end": 33470, + "start": 34115, + "end": 34133, "loc": { "start": { - "line": 865, + "line": 881, "column": 20 }, "end": { - "line": 865, + "line": 881, "column": 38 } } @@ -218985,15 +224439,15 @@ { "type": "CommentLine", "value": " notify UI", - "start": 33535, - "end": 33547, + "start": 34198, + "end": 34210, "loc": { "start": { - "line": 868, + "line": 884, "column": 20 }, "end": { - "line": 868, + "line": 884, "column": 32 } } @@ -219001,15 +224455,15 @@ { "type": "CommentLine", "value": " wait for media stream on video element to actually load", - "start": 33825, - "end": 33883, + "start": 34488, + "end": 34546, "loc": { "start": { - "line": 877, + "line": 893, "column": 20 }, "end": { - "line": 877, + "line": 893, "column": 78 } } @@ -219017,15 +224471,15 @@ { "type": "CommentLine", "value": " start actually recording process", - "start": 33974, - "end": 34009, + "start": 34637, + "end": 34672, "loc": { "start": { - "line": 879, + "line": 895, "column": 24 }, "end": { - "line": 879, + "line": 895, "column": 59 } } @@ -219033,15 +224487,15 @@ { "type": "CommentLine", "value": " all resources have already loaded, so we can start", - "start": 34154, - "end": 34207, + "start": 34817, + "end": 34870, "loc": { "start": { - "line": 885, + "line": 901, "column": 20 }, "end": { - "line": 885, + "line": 901, "column": 73 } } @@ -219049,15 +224503,15 @@ { "type": "CommentLine", "value": " recording right away", - "start": 34228, - "end": 34251, + "start": 34891, + "end": 34914, "loc": { "start": { - "line": 886, + "line": 902, "column": 20 }, "end": { - "line": 886, + "line": 902, "column": 43 } } @@ -219065,15 +224519,15 @@ { "type": "CommentBlock", "value": "*\n * Start recording.\n * @private\n ", - "start": 34330, - "end": 34381, + "start": 34993, + "end": 35044, "loc": { "start": { - "line": 892, + "line": 908, "column": 4 }, "end": { - "line": 895, + "line": 911, "column": 7 } } @@ -219081,15 +224535,15 @@ { "type": "CommentLine", "value": " register starting point", - "start": 34413, - "end": 34439, + "start": 35076, + "end": 35102, "loc": { "start": { - "line": 897, + "line": 913, "column": 8 }, "end": { - "line": 897, + "line": 913, "column": 34 } } @@ -219097,15 +224551,15 @@ { "type": "CommentLine", "value": " start countdown", - "start": 34568, - "end": 34586, + "start": 35231, + "end": 35249, "loc": { "start": { - "line": 902, + "line": 918, "column": 8 }, "end": { - "line": 902, + "line": 918, "column": 26 } } @@ -219113,15 +224567,15 @@ { "type": "CommentLine", "value": " ms", - "start": 34624, - "end": 34629, + "start": 35287, + "end": 35292, "loc": { "start": { - "line": 903, + "line": 919, "column": 37 }, "end": { - "line": 903, + "line": 919, "column": 42 } } @@ -219129,15 +224583,15 @@ { "type": "CommentLine", "value": " cleanup previous recording", - "start": 34748, - "end": 34777, + "start": 35411, + "end": 35440, "loc": { "start": { - "line": 907, + "line": 923, "column": 8 }, "end": { - "line": 907, + "line": 923, "column": 37 } } @@ -219145,15 +224599,15 @@ { "type": "CommentLine", "value": " start recording stream", - "start": 34873, - "end": 34898, + "start": 35536, + "end": 35561, "loc": { "start": { - "line": 912, + "line": 928, "column": 8 }, "end": { - "line": 912, + "line": 928, "column": 33 } } @@ -219161,15 +224615,15 @@ { "type": "CommentLine", "value": " notify UI", - "start": 34937, - "end": 34949, + "start": 35600, + "end": 35612, "loc": { "start": { - "line": 915, + "line": 931, "column": 8 }, "end": { - "line": 915, + "line": 931, "column": 20 } } @@ -219177,15 +224631,15 @@ { "type": "CommentBlock", "value": "*\n * Stop recording.\n ", - "start": 35010, - "end": 35044, + "start": 35673, + "end": 35707, "loc": { "start": { - "line": 919, + "line": 935, "column": 4 }, "end": { - "line": 921, + "line": 937, "column": 7 } } @@ -219193,15 +224647,15 @@ { "type": "CommentLine", "value": " notify UI", - "start": 35240, - "end": 35252, + "start": 35903, + "end": 35915, "loc": { "start": { - "line": 928, + "line": 944, "column": 16 }, "end": { - "line": 928, + "line": 944, "column": 28 } } @@ -219209,15 +224663,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 35326, - "end": 35343, + "start": 35989, + "end": 36006, "loc": { "start": { - "line": 931, + "line": 947, "column": 16 }, "end": { - "line": 931, + "line": 947, "column": 33 } } @@ -219225,15 +224679,15 @@ { "type": "CommentLine", "value": " stop recording stream (result will be available async)", - "start": 35420, - "end": 35477, + "start": 36083, + "end": 36140, "loc": { "start": { - "line": 934, + "line": 950, "column": 16 }, "end": { - "line": 934, + "line": 950, "column": 73 } } @@ -219241,15 +224695,15 @@ { "type": "CommentLine", "value": " mute device", - "start": 35635, - "end": 35649, + "start": 36298, + "end": 36312, "loc": { "start": { - "line": 940, + "line": 956, "column": 20 }, "end": { - "line": 940, + "line": 956, "column": 34 } } @@ -219257,15 +224711,15 @@ { "type": "CommentLine", "value": " notify listeners that image data is (already) available", - "start": 35800, - "end": 35858, + "start": 36463, + "end": 36521, "loc": { "start": { - "line": 945, + "line": 961, "column": 20 }, "end": { - "line": 945, + "line": 961, "column": 78 } } @@ -219273,15 +224727,15 @@ { "type": "CommentBlock", "value": "*\n * Stop device(s) and recording if active.\n ", - "start": 35974, - "end": 36032, + "start": 36637, + "end": 36695, "loc": { "start": { - "line": 952, + "line": 968, "column": 4 }, "end": { - "line": 954, + "line": 970, "column": 7 } } @@ -219289,15 +224743,15 @@ { "type": "CommentLine", "value": " stop stream once recorded data is available,", - "start": 36098, - "end": 36145, + "start": 36761, + "end": 36808, "loc": { "start": { - "line": 957, + "line": 973, "column": 12 }, "end": { - "line": 957, + "line": 973, "column": 59 } } @@ -219305,15 +224759,15 @@ { "type": "CommentLine", "value": " otherwise it'll break recording", - "start": 36158, - "end": 36192, + "start": 36821, + "end": 36855, "loc": { "start": { - "line": 958, + "line": 974, "column": 12 }, "end": { - "line": 958, + "line": 974, "column": 46 } } @@ -219321,15 +224775,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 36284, - "end": 36301, + "start": 36947, + "end": 36964, "loc": { "start": { - "line": 961, + "line": 977, "column": 12 }, "end": { - "line": 961, + "line": 977, "column": 29 } } @@ -219337,15 +224791,15 @@ { "type": "CommentLine", "value": " stop stream now, since there's no recorded data available", - "start": 36356, - "end": 36416, + "start": 37019, + "end": 37079, "loc": { "start": { - "line": 964, + "line": 980, "column": 12 }, "end": { - "line": 964, + "line": 980, "column": 72 } } @@ -219353,15 +224807,15 @@ { "type": "CommentBlock", "value": "*\n * Stop stream and device.\n ", - "start": 36469, - "end": 36511, + "start": 37132, + "end": 37174, "loc": { "start": { - "line": 969, + "line": 985, "column": 4 }, "end": { - "line": 971, + "line": 987, "column": 7 } } @@ -219369,15 +224823,15 @@ { "type": "CommentLine", "value": " stop stream and device", - "start": 36539, - "end": 36564, + "start": 37202, + "end": 37227, "loc": { "start": { - "line": 973, + "line": 989, "column": 8 }, "end": { - "line": 973, + "line": 989, "column": 33 } } @@ -219385,15 +224839,15 @@ { "type": "CommentLine", "value": " make the microphone plugin stop it's device", - "start": 36704, - "end": 36750, + "start": 37367, + "end": 37413, "loc": { "start": { - "line": 978, + "line": 994, "column": 16 }, "end": { - "line": 978, + "line": 994, "column": 62 } } @@ -219401,15 +224855,15 @@ { "type": "CommentBlock", "value": "*\n * Pause recording.\n ", - "start": 36975, - "end": 37010, + "start": 37638, + "end": 37673, "loc": { "start": { - "line": 988, + "line": 1004, "column": 4 }, "end": { - "line": 990, + "line": 1006, "column": 7 } } @@ -219417,15 +224871,15 @@ { "type": "CommentBlock", "value": "*\n * Resume recording.\n ", - "start": 37188, - "end": 37224, + "start": 37851, + "end": 37887, "loc": { "start": { - "line": 1000, + "line": 1016, "column": 4 }, "end": { - "line": 1002, + "line": 1018, "column": 7 } } @@ -219433,15 +224887,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when recording completed and the resulting stream is\n * available.\n * @private\n ", - "start": 37423, - "end": 37536, + "start": 38086, + "end": 38199, "loc": { "start": { - "line": 1012, + "line": 1028, "column": 4 }, "end": { - "line": 1016, + "line": 1032, "column": 7 } } @@ -219449,15 +224903,15 @@ { "type": "CommentLine", "value": " store reference to recorded stream data", - "start": 37570, - "end": 37612, + "start": 38233, + "end": 38275, "loc": { "start": { - "line": 1018, + "line": 1034, "column": 8 }, "end": { - "line": 1018, + "line": 1034, "column": 50 } } @@ -219465,15 +224919,15 @@ { "type": "CommentLine", "value": " change the replay button back to a play button", - "start": 37683, - "end": 37732, + "start": 38346, + "end": 38395, "loc": { "start": { - "line": 1021, + "line": 1037, "column": 8 }, "end": { - "line": 1021, + "line": 1037, "column": 57 } } @@ -219481,15 +224935,15 @@ { "type": "CommentLine", "value": " notify converter", - "start": 37941, - "end": 37960, + "start": 38604, + "end": 38623, "loc": { "start": { - "line": 1027, + "line": 1043, "column": 8 }, "end": { - "line": 1027, + "line": 1043, "column": 27 } } @@ -219497,15 +224951,15 @@ { "type": "CommentLine", "value": " notify listeners that data is available", - "start": 38086, - "end": 38128, + "start": 38749, + "end": 38791, "loc": { "start": { - "line": 1032, + "line": 1048, "column": 8 }, "end": { - "line": 1032, + "line": 1048, "column": 50 } } @@ -219513,15 +224967,15 @@ { "type": "CommentLine", "value": " skip loading when player is destroyed after finishRecord event", - "start": 38188, - "end": 38253, + "start": 38851, + "end": 38916, "loc": { "start": { - "line": 1035, + "line": 1051, "column": 8 }, "end": { - "line": 1035, + "line": 1051, "column": 73 } } @@ -219529,15 +224983,15 @@ { "type": "CommentLine", "value": " load and display recorded data", - "start": 38327, - "end": 38360, + "start": 38990, + "end": 39023, "loc": { "start": { - "line": 1040, + "line": 1056, "column": 8 }, "end": { - "line": 1040, + "line": 1056, "column": 41 } } @@ -219545,15 +224999,15 @@ { "type": "CommentLine", "value": " pause player so user can start playback", - "start": 38446, - "end": 38488, + "start": 39109, + "end": 39151, "loc": { "start": { - "line": 1043, + "line": 1059, "column": 16 }, "end": { - "line": 1043, + "line": 1059, "column": 58 } } @@ -219561,15 +225015,15 @@ { "type": "CommentLine", "value": " setup events for playback", - "start": 38543, - "end": 38571, + "start": 39206, + "end": 39234, "loc": { "start": { - "line": 1046, + "line": 1062, "column": 16 }, "end": { - "line": 1046, + "line": 1062, "column": 44 } } @@ -219577,15 +225031,15 @@ { "type": "CommentLine", "value": " display loader", - "start": 38644, - "end": 38661, + "start": 39307, + "end": 39324, "loc": { "start": { - "line": 1049, + "line": 1065, "column": 16 }, "end": { - "line": 1049, + "line": 1065, "column": 33 } } @@ -219593,15 +225047,15 @@ { "type": "CommentLine", "value": " restore interaction with controls after waveform", - "start": 38730, - "end": 38781, + "start": 39393, + "end": 39444, "loc": { "start": { - "line": 1052, + "line": 1068, "column": 16 }, "end": { - "line": 1052, + "line": 1068, "column": 67 } } @@ -219609,15 +225063,15 @@ { "type": "CommentLine", "value": " rendering is complete", - "start": 38798, - "end": 38822, + "start": 39461, + "end": 39485, "loc": { "start": { - "line": 1053, + "line": 1069, "column": 16 }, "end": { - "line": 1053, + "line": 1069, "column": 40 } } @@ -219625,15 +225079,15 @@ { "type": "CommentLine", "value": " visualize recorded stream", - "start": 38967, - "end": 38995, + "start": 39630, + "end": 39658, "loc": { "start": { - "line": 1058, + "line": 1074, "column": 16 }, "end": { - "line": 1058, + "line": 1074, "column": 44 } } @@ -219641,15 +225095,15 @@ { "type": "CommentLine", "value": " pausing the player so we can visualize the recorded data", - "start": 39209, - "end": 39268, + "start": 39872, + "end": 39931, "loc": { "start": { - "line": 1066, + "line": 1082, "column": 16 }, "end": { - "line": 1066, + "line": 1082, "column": 75 } } @@ -219657,15 +225111,15 @@ { "type": "CommentLine", "value": " will trigger an async video.js 'pause' event that we", - "start": 39285, - "end": 39340, + "start": 39948, + "end": 40003, "loc": { "start": { - "line": 1067, + "line": 1083, "column": 16 }, "end": { - "line": 1067, + "line": 1083, "column": 71 } } @@ -219673,15 +225127,15 @@ { "type": "CommentLine", "value": " have to wait for.", - "start": 39357, - "end": 39377, + "start": 40020, + "end": 40040, "loc": { "start": { - "line": 1068, + "line": 1084, "column": 16 }, "end": { - "line": 1068, + "line": 1084, "column": 36 } } @@ -219689,15 +225143,15 @@ { "type": "CommentLine", "value": " video data is ready", - "start": 39451, - "end": 39473, + "start": 40114, + "end": 40136, "loc": { "start": { - "line": 1070, + "line": 1086, "column": 20 }, "end": { - "line": 1070, + "line": 1086, "column": 42 } } @@ -219705,15 +225159,15 @@ { "type": "CommentLine", "value": " hide loader", - "start": 39541, - "end": 39555, + "start": 40204, + "end": 40218, "loc": { "start": { - "line": 1073, + "line": 1089, "column": 20 }, "end": { - "line": 1073, + "line": 1089, "column": 34 } } @@ -219721,15 +225175,15 @@ { "type": "CommentLine", "value": " show stream total duration", - "start": 39632, - "end": 39661, + "start": 40295, + "end": 40324, "loc": { "start": { - "line": 1076, + "line": 1092, "column": 20 }, "end": { - "line": 1076, + "line": 1092, "column": 49 } } @@ -219737,15 +225191,15 @@ { "type": "CommentLine", "value": " update time during playback and at end", - "start": 39742, - "end": 39783, + "start": 40405, + "end": 40446, "loc": { "start": { - "line": 1079, + "line": 1095, "column": 20 }, "end": { - "line": 1079, + "line": 1095, "column": 61 } } @@ -219753,15 +225207,15 @@ { "type": "CommentLine", "value": " unmute local audio during playback", - "start": 40018, - "end": 40055, + "start": 40681, + "end": 40718, "loc": { "start": { - "line": 1085, + "line": 1101, "column": 20 }, "end": { - "line": 1085, + "line": 1101, "column": 57 } } @@ -219769,15 +225223,15 @@ { "type": "CommentLine", "value": " show the volume bar when it's unmuted", - "start": 40243, - "end": 40283, + "start": 40906, + "end": 40946, "loc": { "start": { - "line": 1089, + "line": 1105, "column": 24 }, "end": { - "line": 1089, + "line": 1105, "column": 64 } } @@ -219785,15 +225239,15 @@ { "type": "CommentLine", "value": " load recorded media", - "start": 40384, - "end": 40406, + "start": 41047, + "end": 41069, "loc": { "start": { - "line": 1093, + "line": 1109, "column": 20 }, "end": { - "line": 1093, + "line": 1109, "column": 42 } } @@ -219801,15 +225255,15 @@ { "type": "CommentLine", "value": " pause player so user can start playback", - "start": 40501, - "end": 40543, + "start": 41164, + "end": 41206, "loc": { "start": { - "line": 1097, + "line": 1113, "column": 16 }, "end": { - "line": 1097, + "line": 1113, "column": 58 } } @@ -219817,15 +225271,15 @@ { "type": "CommentLine", "value": " animation data is ready", - "start": 40649, - "end": 40675, + "start": 41312, + "end": 41338, "loc": { "start": { - "line": 1102, + "line": 1118, "column": 16 }, "end": { - "line": 1102, + "line": 1118, "column": 42 } } @@ -219833,15 +225287,15 @@ { "type": "CommentLine", "value": " hide loader", - "start": 40735, - "end": 40749, + "start": 41398, + "end": 41412, "loc": { "start": { - "line": 1105, + "line": 1121, "column": 16 }, "end": { - "line": 1105, + "line": 1121, "column": 30 } } @@ -219849,15 +225303,15 @@ { "type": "CommentLine", "value": " show animation total duration", - "start": 40818, - "end": 40850, + "start": 41481, + "end": 41513, "loc": { "start": { - "line": 1108, + "line": 1124, "column": 16 }, "end": { - "line": 1108, + "line": 1124, "column": 48 } } @@ -219865,15 +225319,15 @@ { "type": "CommentLine", "value": " hide preview video", - "start": 40923, - "end": 40944, + "start": 41586, + "end": 41607, "loc": { "start": { - "line": 1111, + "line": 1127, "column": 16 }, "end": { - "line": 1111, + "line": 1127, "column": 37 } } @@ -219881,15 +225335,15 @@ { "type": "CommentLine", "value": " show the first frame", - "start": 41020, - "end": 41043, + "start": 41683, + "end": 41706, "loc": { "start": { - "line": 1114, + "line": 1130, "column": 16 }, "end": { - "line": 1114, + "line": 1130, "column": 39 } } @@ -219897,15 +225351,15 @@ { "type": "CommentLine", "value": " pause player so user can start playback", - "start": 41110, - "end": 41152, + "start": 41773, + "end": 41815, "loc": { "start": { - "line": 1117, + "line": 1133, "column": 16 }, "end": { - "line": 1117, + "line": 1133, "column": 58 } } @@ -219913,15 +225367,15 @@ { "type": "CommentLine", "value": " show animation on play", - "start": 41207, - "end": 41232, + "start": 41870, + "end": 41895, "loc": { "start": { - "line": 1120, + "line": 1136, "column": 16 }, "end": { - "line": 1120, + "line": 1136, "column": 41 } } @@ -219929,15 +225383,15 @@ { "type": "CommentLine", "value": " hide animation on pause", - "start": 41320, - "end": 41346, + "start": 41983, + "end": 42009, "loc": { "start": { - "line": 1123, + "line": 1139, "column": 16 }, "end": { - "line": 1123, + "line": 1139, "column": 42 } } @@ -219945,15 +225399,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked during recording and displays the remaining time.\n * @private\n ", - "start": 41462, - "end": 41554, + "start": 42125, + "end": 42217, "loc": { "start": { - "line": 1129, + "line": 1145, "column": 4 }, "end": { - "line": 1132, + "line": 1148, "column": 7 } } @@ -219961,15 +225415,15 @@ { "type": "CommentLine", "value": " buddy ignore:line", - "start": 41784, - "end": 41804, + "start": 42447, + "end": 42467, "loc": { "start": { - "line": 1138, + "line": 1154, "column": 42 }, "end": { - "line": 1138, + "line": 1154, "column": 62 } } @@ -219977,15 +225431,15 @@ { "type": "CommentLine", "value": " at the end", - "start": 41913, - "end": 41926, + "start": 42576, + "end": 42589, "loc": { "start": { - "line": 1143, + "line": 1159, "column": 16 }, "end": { - "line": 1143, + "line": 1159, "column": 29 } } @@ -219993,15 +225447,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 41984, - "end": 42001, + "start": 42647, + "end": 42664, "loc": { "start": { - "line": 1146, + "line": 1162, "column": 16 }, "end": { - "line": 1146, + "line": 1162, "column": 33 } } @@ -220009,15 +225463,15 @@ { "type": "CommentLine", "value": " update duration", - "start": 42058, - "end": 42076, + "start": 42721, + "end": 42739, "loc": { "start": { - "line": 1150, + "line": 1166, "column": 12 }, "end": { - "line": 1150, + "line": 1166, "column": 30 } } @@ -220025,15 +225479,15 @@ { "type": "CommentLine", "value": " update current time", - "start": 42130, - "end": 42152, + "start": 42793, + "end": 42815, "loc": { "start": { - "line": 1153, + "line": 1169, "column": 12 }, "end": { - "line": 1153, + "line": 1169, "column": 34 } } @@ -220041,15 +225495,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 42222, - "end": 42241, + "start": 42885, + "end": 42904, "loc": { "start": { - "line": 1156, + "line": 1172, "column": 12 }, "end": { - "line": 1156, + "line": 1172, "column": 31 } } @@ -220057,15 +225511,15 @@ { "type": "CommentBlock", "value": "*\n * Get the current time of the recorded stream during playback.\n *\n * Returns 0 if no recording is available (yet).\n *\n * @returns {float} Current time of the recorded stream.\n ", - "start": 42319, - "end": 42526, + "start": 42982, + "end": 43189, "loc": { "start": { - "line": 1161, + "line": 1177, "column": 4 }, "end": { - "line": 1167, + "line": 1183, "column": 7 } } @@ -220073,15 +225527,15 @@ { "type": "CommentBlock", "value": "*\n * Updates the player's element displaying the current time.\n *\n * @private\n * @param {number} [currentTime=0] - Current position of the\n * playhead (in seconds).\n * @param {number} [duration=0] - Duration in seconds.\n ", - "start": 42794, - "end": 43050, + "start": 43457, + "end": 43713, "loc": { "start": { - "line": 1178, + "line": 1194, "column": 4 }, "end": { - "line": 1185, + "line": 1201, "column": 7 } } @@ -220089,15 +225543,15 @@ { "type": "CommentLine", "value": " update current time display component", - "start": 43756, - "end": 43796, + "start": 44506, + "end": 44546, "loc": { "start": { - "line": 1204, + "line": 1221, "column": 20 }, "end": { - "line": 1204, + "line": 1221, "column": 60 } } @@ -220105,15 +225559,15 @@ { "type": "CommentBlock", "value": "*\n * Get the length of the recorded stream in seconds.\n *\n * Returns 0 if no recording is available (yet).\n *\n * @returns {float} Duration of the recorded stream.\n ", - "start": 44133, - "end": 44325, + "start": 44890, + "end": 45082, "loc": { "start": { - "line": 1213, + "line": 1230, "column": 4 }, "end": { - "line": 1219, + "line": 1236, "column": 7 } } @@ -220121,15 +225575,15 @@ { "type": "CommentBlock", "value": "*\n * Updates the player's element displaying the duration time.\n *\n * @param {number} [duration=0] - Duration in seconds.\n * @private\n ", - "start": 44460, - "end": 44619, + "start": 45217, + "end": 45376, "loc": { "start": { - "line": 1226, + "line": 1243, "column": 4 }, "end": { - "line": 1231, + "line": 1248, "column": 7 } } @@ -220137,15 +225591,15 @@ { "type": "CommentLine", "value": " update duration display component", - "start": 45008, - "end": 45044, + "start": 45765, + "end": 45801, "loc": { "start": { - "line": 1245, + "line": 1262, "column": 16 }, "end": { - "line": 1245, + "line": 1262, "column": 52 } } @@ -220153,15 +225607,15 @@ { "type": "CommentBlock", "value": "*\n * Start loading data.\n *\n * @param {(string|blob|file)} url - Either the URL of the media file,\n * a Blob, a File object or MediaStream.\n ", - "start": 45489, - "end": 45658, + "start": 46337, + "end": 46506, "loc": { "start": { - "line": 1256, + "line": 1274, "column": 4 }, "end": { - "line": 1261, + "line": 1279, "column": 7 } } @@ -220169,15 +225623,15 @@ { "type": "CommentLine", "value": " visualize recorded Blob stream", - "start": 45760, - "end": 45793, + "start": 46608, + "end": 46641, "loc": { "start": { - "line": 1265, + "line": 1283, "column": 16 }, "end": { - "line": 1265, + "line": 1283, "column": 49 } } @@ -220185,15 +225639,15 @@ { "type": "CommentLine", "value": " make sure to reset it (#312)", - "start": 46120, - "end": 46151, + "start": 46968, + "end": 46999, "loc": { "start": { - "line": 1276, + "line": 1294, "column": 20 }, "end": { - "line": 1276, + "line": 1294, "column": 51 } } @@ -220201,15 +225655,15 @@ { "type": "CommentLine", "value": " assign blob using createObjectURL", - "start": 46228, - "end": 46264, + "start": 47076, + "end": 47112, "loc": { "start": { - "line": 1278, + "line": 1296, "column": 20 }, "end": { - "line": 1278, + "line": 1296, "column": 56 } } @@ -220217,15 +225671,15 @@ { "type": "CommentLine", "value": " assign stream with srcObject", - "start": 46380, - "end": 46411, + "start": 47228, + "end": 47259, "loc": { "start": { - "line": 1281, + "line": 1299, "column": 20 }, "end": { - "line": 1281, + "line": 1299, "column": 51 } } @@ -220233,15 +225687,15 @@ { "type": "CommentBlock", "value": "*\n * Show save as dialog in browser so the user can store the recorded media\n * locally.\n *\n * @param {object} name - Object with one or more names for the particular\n * blob(s) you want to save. File extensions are added automatically.\n * For example: {'video': 'name-of-video-file'}. Supported keys are\n * 'audio', 'video' and 'gif'.\n * @example\n * // save video file as 'foo.webm'\n * player.record().saveAs({'video': 'foo'});\n ", - "start": 46532, - "end": 47022, + "start": 47380, + "end": 47870, "loc": { "start": { - "line": 1288, + "line": 1306, "column": 4 }, "end": { - "line": 1299, + "line": 1317, "column": 7 } } @@ -220249,15 +225703,15 @@ { "type": "CommentBlock", "value": "*\n * Destroy plugin only.\n *\n * Use [destroy]{@link Record#destroy} to remove the plugin and the player\n * as well.\n ", - "start": 47150, - "end": 47291, + "start": 47998, + "end": 48139, "loc": { "start": { - "line": 1306, + "line": 1324, "column": 4 }, "end": { - "line": 1311, + "line": 1329, "column": 7 } } @@ -220265,15 +225719,15 @@ { "type": "CommentLine", "value": " disable common event listeners", - "start": 47316, - "end": 47349, + "start": 48164, + "end": 48197, "loc": { "start": { - "line": 1313, + "line": 1331, "column": 8 }, "end": { - "line": 1313, + "line": 1331, "column": 41 } } @@ -220281,15 +225735,15 @@ { "type": "CommentLine", "value": " prevent callbacks if recording is in progress", - "start": 47489, - "end": 47537, + "start": 48337, + "end": 48385, "loc": { "start": { - "line": 1318, + "line": 1336, "column": 8 }, "end": { - "line": 1318, + "line": 1336, "column": 56 } } @@ -220297,15 +225751,15 @@ { "type": "CommentLine", "value": " stop recording and device", - "start": 47731, - "end": 47759, + "start": 48579, + "end": 48607, "loc": { "start": { - "line": 1325, + "line": 1343, "column": 8 }, "end": { - "line": 1325, + "line": 1343, "column": 36 } } @@ -220313,15 +225767,15 @@ { "type": "CommentLine", "value": " garbage collect recording", - "start": 47817, - "end": 47845, + "start": 48665, + "end": 48693, "loc": { "start": { - "line": 1329, + "line": 1347, "column": 8 }, "end": { - "line": 1329, + "line": 1347, "column": 36 } } @@ -220329,15 +225783,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 47887, - "end": 47904, + "start": 48735, + "end": 48752, "loc": { "start": { - "line": 1332, + "line": 1350, "column": 8 }, "end": { - "line": 1332, + "line": 1350, "column": 25 } } @@ -220345,15 +225799,15 @@ { "type": "CommentLine", "value": " dispose wavesurfer.js", - "start": 47965, - "end": 47989, + "start": 48813, + "end": 48837, "loc": { "start": { - "line": 1335, + "line": 1353, "column": 8 }, "end": { - "line": 1335, + "line": 1353, "column": 32 } } @@ -220361,15 +225815,15 @@ { "type": "CommentLine", "value": " also disposes player", - "start": 48088, - "end": 48111, + "start": 48936, + "end": 48959, "loc": { "start": { - "line": 1338, + "line": 1356, "column": 16 }, "end": { - "line": 1338, + "line": 1356, "column": 39 } } @@ -220377,15 +225831,15 @@ { "type": "CommentLine", "value": " cleanup listeners", - "start": 48306, - "end": 48326, + "start": 49154, + "end": 49174, "loc": { "start": { - "line": 1343, + "line": 1361, "column": 16 }, "end": { - "line": 1343, + "line": 1361, "column": 36 } } @@ -220393,15 +225847,15 @@ { "type": "CommentBlock", "value": "*\n * Destroy plugin and players and cleanup resources.\n ", - "start": 48534, - "end": 48602, + "start": 49382, + "end": 49450, "loc": { "start": { - "line": 1354, + "line": 1372, "column": 4 }, "end": { - "line": 1356, + "line": 1374, "column": 7 } } @@ -220409,15 +225863,15 @@ { "type": "CommentBlock", "value": "*\n * Reset the plugin.\n ", - "start": 48661, - "end": 48697, + "start": 49509, + "end": 49545, "loc": { "start": { - "line": 1361, + "line": 1379, "column": 4 }, "end": { - "line": 1363, + "line": 1381, "column": 7 } } @@ -220425,15 +225879,15 @@ { "type": "CommentLine", "value": " prevent callbacks if recording is in progress", - "start": 48720, - "end": 48768, + "start": 49568, + "end": 49616, "loc": { "start": { - "line": 1365, + "line": 1383, "column": 8 }, "end": { - "line": 1365, + "line": 1383, "column": 56 } } @@ -220441,15 +225895,15 @@ { "type": "CommentLine", "value": " stop recording and device", - "start": 48927, - "end": 48955, + "start": 49775, + "end": 49803, "loc": { "start": { - "line": 1371, + "line": 1389, "column": 8 }, "end": { - "line": 1371, + "line": 1389, "column": 36 } } @@ -220457,15 +225911,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 49013, - "end": 49030, + "start": 49861, + "end": 49878, "loc": { "start": { - "line": 1375, + "line": 1393, "column": 8 }, "end": { - "line": 1375, + "line": 1393, "column": 25 } } @@ -220473,15 +225927,15 @@ { "type": "CommentLine", "value": " garbage collect recording", - "start": 49091, - "end": 49119, + "start": 49939, + "end": 49967, "loc": { "start": { - "line": 1378, + "line": 1396, "column": 8 }, "end": { - "line": 1378, + "line": 1396, "column": 36 } } @@ -220489,15 +225943,15 @@ { "type": "CommentLine", "value": " reset options", - "start": 49161, - "end": 49177, + "start": 50009, + "end": 50025, "loc": { "start": { - "line": 1381, + "line": 1399, "column": 8 }, "end": { - "line": 1381, + "line": 1399, "column": 24 } } @@ -220505,15 +225959,15 @@ { "type": "CommentLine", "value": " reset recorder state", - "start": 49215, - "end": 49238, + "start": 50063, + "end": 50086, "loc": { "start": { - "line": 1384, + "line": 1402, "column": 8 }, "end": { - "line": 1384, + "line": 1402, "column": 31 } } @@ -220521,15 +225975,15 @@ { "type": "CommentLine", "value": " reset record time", - "start": 49275, - "end": 49295, + "start": 50123, + "end": 50143, "loc": { "start": { - "line": 1387, + "line": 1405, "column": 8 }, "end": { - "line": 1387, + "line": 1405, "column": 28 } } @@ -220537,15 +225991,15 @@ { "type": "CommentLine", "value": " reset player", - "start": 49379, - "end": 49394, + "start": 50227, + "end": 50242, "loc": { "start": { - "line": 1391, + "line": 1409, "column": 8 }, "end": { - "line": 1391, + "line": 1409, "column": 23 } } @@ -220553,15 +226007,15 @@ { "type": "CommentLine", "value": " empty last frame", - "start": 49570, - "end": 49589, + "start": 50418, + "end": 50437, "loc": { "start": { - "line": 1396, + "line": 1414, "column": 20 }, "end": { - "line": 1396, + "line": 1414, "column": 39 } } @@ -220569,15 +226023,15 @@ { "type": "CommentLine", "value": " reset UI", - "start": 49753, - "end": 49764, + "start": 50601, + "end": 50612, "loc": { "start": { - "line": 1403, + "line": 1421, "column": 16 }, "end": { - "line": 1403, + "line": 1421, "column": 27 } } @@ -220585,15 +226039,15 @@ { "type": "CommentLine", "value": " hide play control", - "start": 49905, - "end": 49925, + "start": 50753, + "end": 50773, "loc": { "start": { - "line": 1409, + "line": 1427, "column": 8 }, "end": { - "line": 1409, + "line": 1427, "column": 28 } } @@ -220601,15 +226055,15 @@ { "type": "CommentLine", "value": " show device selection button", - "start": 50062, - "end": 50093, + "start": 50910, + "end": 50941, "loc": { "start": { - "line": 1414, + "line": 1432, "column": 8 }, "end": { - "line": 1414, + "line": 1432, "column": 39 } } @@ -220617,15 +226071,15 @@ { "type": "CommentLine", "value": " hide record button", - "start": 50144, - "end": 50165, + "start": 50992, + "end": 51013, "loc": { "start": { - "line": 1417, + "line": 1435, "column": 8 }, "end": { - "line": 1417, + "line": 1435, "column": 29 } } @@ -220633,15 +226087,15 @@ { "type": "CommentLine", "value": " loadedmetadata resets the durationDisplay for the", - "start": 50216, - "end": 50268, + "start": 51064, + "end": 51116, "loc": { "start": { - "line": 1420, + "line": 1438, "column": 8 }, "end": { - "line": 1420, + "line": 1438, "column": 60 } } @@ -220649,15 +226103,15 @@ { "type": "CommentLine", "value": " first time", - "start": 50277, - "end": 50290, + "start": 51125, + "end": 51138, "loc": { "start": { - "line": 1421, + "line": 1439, "column": 8 }, "end": { - "line": 1421, + "line": 1439, "column": 21 } } @@ -220665,15 +226119,15 @@ { "type": "CommentLine", "value": " display max record time", - "start": 50357, - "end": 50383, + "start": 51205, + "end": 51231, "loc": { "start": { - "line": 1423, + "line": 1441, "column": 12 }, "end": { - "line": 1423, + "line": 1441, "column": 38 } } @@ -220681,15 +226135,15 @@ { "type": "CommentBlock", "value": "*\n * Reset the plugin recorder state.\n * @private\n ", - "start": 50453, - "end": 50520, + "start": 51301, + "end": 51368, "loc": { "start": { - "line": 1428, + "line": 1446, "column": 4 }, "end": { - "line": 1431, + "line": 1449, "column": 7 } } @@ -220697,31 +226151,63 @@ { "type": "CommentBlock", "value": "*\n * Removes recorded `Blob` from cache.\n * @private\n ", - "start": 50681, - "end": 50751, + "start": 51529, + "end": 51599, "loc": { "start": { - "line": 1439, + "line": 1457, "column": 4 }, "end": { - "line": 1442, + "line": 1460, "column": 7 } } }, + { + "type": "CommentBlock", + "value": "*\n * Export image data of waveform (audio-only) or current video frame.\n *\n * The default format is `'image/png'`. Other supported types are\n * `'image/jpeg'` and `'image/webp'`.\n *\n * @param {string} format='image/png' A string indicating the image format.\n * The default format type is `'image/png'`.\n * @param {number} quality=1 A number between 0 and 1 indicating the image\n * quality to use for image formats that use lossy compression such as\n * `'image/jpeg'`` and `'image/webp'`.\n * @return {Promise} Returns a `Promise` resolving with an\n * array of `Blob` instances.\n ", + "start": 51828, + "end": 52462, + "loc": { + "start": { + "line": 1468, + "column": 4 + }, + "end": { + "line": 1481, + "column": 7 + } + } + }, + { + "type": "CommentLine", + "value": " get a frame and copy it onto the canvas", + "start": 52672, + "end": 52714, + "loc": { + "start": { + "line": 1486, + "column": 12 + }, + "end": { + "line": 1486, + "column": 54 + } + } + }, { "type": "CommentBlock", "value": "*\n * Mute LocalMediaStream audio and video tracks.\n *\n * @param {boolean} mute - Whether or not the mute the track(s).\n ", - "start": 50980, - "end": 51120, + "start": 52995, + "end": 53135, "loc": { "start": { - "line": 1450, + "line": 1496, "column": 4 }, "end": { - "line": 1454, + "line": 1500, "column": 7 } } @@ -220729,15 +226215,15 @@ { "type": "CommentBlock", "value": "*\n * Get recorder type.\n *\n * @returns {string} Recorder type constant.\n * @example\n * console.log(player.record().getRecordType()); // 'audio_video'\n ", - "start": 51617, - "end": 51796, + "start": 53632, + "end": 53811, "loc": { "start": { - "line": 1469, + "line": 1515, "column": 4 }, "end": { - "line": 1475, + "line": 1521, "column": 7 } } @@ -220745,15 +226231,15 @@ { "type": "CommentBlock", "value": "*\n * Create and display snapshot image.\n * @private\n ", - "start": 51969, - "end": 52038, + "start": 53984, + "end": 54053, "loc": { "start": { - "line": 1481, + "line": 1527, "column": 4 }, "end": { - "line": 1484, + "line": 1530, "column": 7 } } @@ -220761,15 +226247,15 @@ { "type": "CommentLine", "value": " turn the canvas data into a Blob", - "start": 52176, - "end": 52211, + "start": 54191, + "end": 54226, "loc": { "start": { - "line": 1488, + "line": 1534, "column": 16 }, "end": { - "line": 1488, + "line": 1534, "column": 51 } } @@ -220777,15 +226263,15 @@ { "type": "CommentLine", "value": " display the snapshot", - "start": 52328, - "end": 52351, + "start": 54343, + "end": 54366, "loc": { "start": { - "line": 1492, + "line": 1538, "column": 20 }, "end": { - "line": 1492, + "line": 1538, "column": 43 } } @@ -220793,15 +226279,15 @@ { "type": "CommentLine", "value": " turn the canvas data into base64 data", - "start": 52493, - "end": 52533, + "start": 54508, + "end": 54548, "loc": { "start": { - "line": 1496, + "line": 1542, "column": 16 }, "end": { - "line": 1496, + "line": 1542, "column": 56 } } @@ -220809,15 +226295,15 @@ { "type": "CommentLine", "value": " display the snapshot", - "start": 52682, - "end": 52705, + "start": 54697, + "end": 54720, "loc": { "start": { - "line": 1500, + "line": 1546, "column": 16 }, "end": { - "line": 1500, + "line": 1546, "column": 39 } } @@ -220825,15 +226311,15 @@ { "type": "CommentBlock", "value": "*\n * Display snapshot image.\n * @private\n ", - "start": 52832, - "end": 52890, + "start": 54847, + "end": 54905, "loc": { "start": { - "line": 1506, + "line": 1552, "column": 4 }, "end": { - "line": 1509, + "line": 1555, "column": 7 } } @@ -220841,15 +226327,15 @@ { "type": "CommentLine", "value": " hide preview video", - "start": 52923, - "end": 52944, + "start": 54938, + "end": 54959, "loc": { "start": { - "line": 1511, + "line": 1557, "column": 8 }, "end": { - "line": 1511, + "line": 1557, "column": 29 } } @@ -220857,15 +226343,15 @@ { "type": "CommentLine", "value": " show the snapshot", - "start": 53004, - "end": 53024, + "start": 55019, + "end": 55039, "loc": { "start": { - "line": 1514, + "line": 1560, "column": 8 }, "end": { - "line": 1514, + "line": 1560, "column": 28 } } @@ -220873,15 +226359,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 53075, - "end": 53092, + "start": 55090, + "end": 55107, "loc": { "start": { - "line": 1517, + "line": 1563, "column": 8 }, "end": { - "line": 1517, + "line": 1563, "column": 25 } } @@ -220889,15 +226375,15 @@ { "type": "CommentBlock", "value": "*\n * Reset UI for retrying a snapshot image.\n * @private\n ", - "start": 53125, - "end": 53199, + "start": 55140, + "end": 55214, "loc": { "start": { - "line": 1521, + "line": 1567, "column": 4 }, "end": { - "line": 1524, + "line": 1570, "column": 7 } } @@ -220905,15 +226391,15 @@ { "type": "CommentLine", "value": " retry: hide the snapshot", - "start": 53265, - "end": 53292, + "start": 55280, + "end": 55307, "loc": { "start": { - "line": 1528, + "line": 1574, "column": 8 }, "end": { - "line": 1528, + "line": 1574, "column": 35 } } @@ -220921,15 +226407,15 @@ { "type": "CommentLine", "value": " show preview video", - "start": 53343, - "end": 53364, + "start": 55358, + "end": 55379, "loc": { "start": { - "line": 1531, + "line": 1577, "column": 8 }, "end": { - "line": 1531, + "line": 1577, "column": 29 } } @@ -220937,15 +226423,15 @@ { "type": "CommentBlock", "value": "*\n * Capture frame from camera and copy data to canvas.\n * @private\n * @returns {void}\n ", - "start": 53437, - "end": 53545, + "start": 55452, + "end": 55560, "loc": { "start": { - "line": 1535, + "line": 1581, "column": 4 }, "end": { - "line": 1539, + "line": 1585, "column": 7 } } @@ -220953,15 +226439,15 @@ { "type": "CommentLine", "value": " set the canvas size to the dimensions of the camera,", - "start": 53685, - "end": 53740, + "start": 55700, + "end": 55755, "loc": { "start": { - "line": 1544, + "line": 1590, "column": 8 }, "end": { - "line": 1544, + "line": 1590, "column": 63 } } @@ -220969,15 +226455,15 @@ { "type": "CommentLine", "value": " which also wipes the content of the canvas", - "start": 53749, - "end": 53794, + "start": 55764, + "end": 55809, "loc": { "start": { - "line": 1545, + "line": 1591, "column": 8 }, "end": { - "line": 1545, + "line": 1591, "column": 53 } } @@ -220985,15 +226471,15 @@ { "type": "CommentLine", "value": " MediaCapture is only supported on:", - "start": 53960, - "end": 53997, + "start": 55975, + "end": 56012, "loc": { "start": { - "line": 1550, + "line": 1596, "column": 12 }, "end": { - "line": 1550, + "line": 1596, "column": 49 } } @@ -221001,15 +226487,15 @@ { "type": "CommentLine", "value": " - Chrome 60 and newer (see", - "start": 54010, - "end": 54039, + "start": 56025, + "end": 56054, "loc": { "start": { - "line": 1551, + "line": 1597, "column": 12 }, "end": { - "line": 1551, + "line": 1597, "column": 41 } } @@ -221017,15 +226503,15 @@ { "type": "CommentLine", "value": " https://github.com/w3c/mediacapture-image/blob/gh-pages/implementation-status.md)", - "start": 54052, - "end": 54136, + "start": 56067, + "end": 56151, "loc": { "start": { - "line": 1552, + "line": 1598, "column": 12 }, "end": { - "line": 1552, + "line": 1598, "column": 96 } } @@ -221033,15 +226519,15 @@ { "type": "CommentLine", "value": " - Firefox behind flag (https://bugzilla.mozilla.org/show_bug.cgi?id=888177)", - "start": 54149, - "end": 54227, + "start": 56164, + "end": 56242, "loc": { "start": { - "line": 1553, + "line": 1599, "column": 12 }, "end": { - "line": 1553, + "line": 1599, "column": 90 } } @@ -221049,15 +226535,15 @@ { "type": "CommentLine", "value": "", - "start": 54240, - "end": 54242, + "start": 56255, + "end": 56257, "loc": { "start": { - "line": 1554, + "line": 1600, "column": 12 }, "end": { - "line": 1554, + "line": 1600, "column": 14 } } @@ -221065,15 +226551,15 @@ { "type": "CommentLine", "value": " importing ImageCapture can fail when enabling chrome flag is still required.", - "start": 54255, - "end": 54334, + "start": 56270, + "end": 56349, "loc": { "start": { - "line": 1555, + "line": 1601, "column": 12 }, "end": { - "line": 1555, + "line": 1601, "column": 91 } } @@ -221081,15 +226567,15 @@ { "type": "CommentLine", "value": " if so; ignore and continue", - "start": 54347, - "end": 54376, + "start": 56362, + "end": 56391, "loc": { "start": { - "line": 1556, + "line": 1602, "column": 12 }, "end": { - "line": 1556, + "line": 1602, "column": 41 } } @@ -221097,15 +226583,15 @@ { "type": "CommentLine", "value": " take picture", - "start": 54685, - "end": 54700, + "start": 56700, + "end": 56715, "loc": { "start": { - "line": 1562, + "line": 1608, "column": 20 }, "end": { - "line": 1562, + "line": 1608, "column": 35 } } @@ -221113,15 +226599,15 @@ { "type": "CommentLine", "value": " get a frame and copy it onto the canvas", - "start": 54794, - "end": 54836, + "start": 56809, + "end": 56851, "loc": { "start": { - "line": 1564, + "line": 1610, "column": 24 }, "end": { - "line": 1564, + "line": 1610, "column": 66 } } @@ -221129,15 +226615,15 @@ { "type": "CommentLine", "value": " notify others", - "start": 54930, - "end": 54946, + "start": 56945, + "end": 56961, "loc": { "start": { - "line": 1567, + "line": 1613, "column": 24 }, "end": { - "line": 1567, + "line": 1613, "column": 40 } } @@ -221145,15 +226631,15 @@ { "type": "CommentLine", "value": " ignore, try oldskool", - "start": 55060, - "end": 55083, + "start": 57075, + "end": 57098, "loc": { "start": { - "line": 1570, + "line": 1616, "column": 24 }, "end": { - "line": 1570, + "line": 1616, "column": 47 } } @@ -221161,15 +226647,15 @@ { "type": "CommentLine", "value": " no ImageCapture available: do it the oldskool way", - "start": 55167, - "end": 55219, + "start": 57182, + "end": 57234, "loc": { "start": { - "line": 1574, + "line": 1620, "column": 12 }, "end": { - "line": 1574, + "line": 1620, "column": 64 } } @@ -221177,15 +226663,15 @@ { "type": "CommentLine", "value": " get a frame and copy it onto the canvas", - "start": 55233, - "end": 55275, + "start": 57248, + "end": 57290, "loc": { "start": { - "line": 1576, + "line": 1622, "column": 12 }, "end": { - "line": 1576, + "line": 1622, "column": 54 } } @@ -221193,15 +226679,15 @@ { "type": "CommentLine", "value": " notify others", - "start": 55351, - "end": 55367, + "start": 57366, + "end": 57382, "loc": { "start": { - "line": 1579, + "line": 1625, "column": 12 }, "end": { - "line": 1579, + "line": 1625, "column": 28 } } @@ -221209,15 +226695,15 @@ { "type": "CommentBlock", "value": "*\n * Draw image frame on canvas element.\n * @private\n * @param {HTMLCanvasElement} canvas - Canvas to draw on.\n * @param {HTMLElement} element - Element to draw onto the canvas.\n ", - "start": 55426, - "end": 55629, + "start": 57441, + "end": 57644, "loc": { "start": { - "line": 1584, + "line": 1630, "column": 4 }, "end": { - "line": 1589, + "line": 1635, "column": 7 } } @@ -221225,15 +226711,15 @@ { "type": "CommentBlock", "value": "*\n * Start preview of video stream.\n * @private\n ", - "start": 55808, - "end": 55873, + "start": 57823, + "end": 57888, "loc": { "start": { - "line": 1598, + "line": 1644, "column": 4 }, "end": { - "line": 1601, + "line": 1647, "column": 7 } } @@ -221241,15 +226727,15 @@ { "type": "CommentLine", "value": " disable playback events", - "start": 55908, - "end": 55934, + "start": 57923, + "end": 57949, "loc": { "start": { - "line": 1603, + "line": 1649, "column": 8 }, "end": { - "line": 1603, + "line": 1649, "column": 34 } } @@ -221257,15 +226743,15 @@ { "type": "CommentLine", "value": " mute local audio", - "start": 56090, - "end": 56109, + "start": 58105, + "end": 58124, "loc": { "start": { - "line": 1609, + "line": 1655, "column": 8 }, "end": { - "line": 1609, + "line": 1655, "column": 27 } } @@ -221273,15 +226759,15 @@ { "type": "CommentLine", "value": " hide volume control to prevent feedback", - "start": 56159, - "end": 56201, + "start": 58174, + "end": 58216, "loc": { "start": { - "line": 1612, + "line": 1658, "column": 8 }, "end": { - "line": 1612, + "line": 1658, "column": 50 } } @@ -221289,15 +226775,15 @@ { "type": "CommentLine", "value": " garbage collect previous recording", - "start": 56253, - "end": 56290, + "start": 58268, + "end": 58305, "loc": { "start": { - "line": 1615, + "line": 1661, "column": 8 }, "end": { - "line": 1615, + "line": 1661, "column": 45 } } @@ -221305,15 +226791,15 @@ { "type": "CommentLine", "value": " start or resume live preview", - "start": 56332, - "end": 56363, + "start": 58347, + "end": 58378, "loc": { "start": { - "line": 1618, + "line": 1664, "column": 8 }, "end": { - "line": 1618, + "line": 1664, "column": 39 } } @@ -221321,15 +226807,15 @@ { "type": "CommentBlock", "value": "*\n * Show animated GIF.\n * @private\n ", - "start": 56441, - "end": 56494, + "start": 58456, + "end": 58509, "loc": { "start": { - "line": 1623, + "line": 1669, "column": 4 }, "end": { - "line": 1626, + "line": 1672, "column": 7 } } @@ -221337,15 +226823,15 @@ { "type": "CommentLine", "value": " set the image size to the dimensions of the recorded animation", - "start": 56603, - "end": 56668, + "start": 58618, + "end": 58683, "loc": { "start": { - "line": 1630, + "line": 1676, "column": 8 }, "end": { - "line": 1630, + "line": 1676, "column": 73 } } @@ -221353,15 +226839,15 @@ { "type": "CommentLine", "value": " hide the first frame", - "start": 56788, - "end": 56811, + "start": 58803, + "end": 58826, "loc": { "start": { - "line": 1634, + "line": 1680, "column": 8 }, "end": { - "line": 1634, + "line": 1680, "column": 31 } } @@ -221369,15 +226855,15 @@ { "type": "CommentLine", "value": " show the animation", - "start": 56862, - "end": 56883, + "start": 58877, + "end": 58898, "loc": { "start": { - "line": 1637, + "line": 1683, "column": 8 }, "end": { - "line": 1637, + "line": 1683, "column": 29 } } @@ -221385,15 +226871,15 @@ { "type": "CommentBlock", "value": "*\n * Hide animated GIF.\n * @private\n ", - "start": 57006, - "end": 57059, + "start": 59021, + "end": 59074, "loc": { "start": { - "line": 1642, + "line": 1688, "column": 4 }, "end": { - "line": 1645, + "line": 1691, "column": 7 } } @@ -221401,15 +226887,15 @@ { "type": "CommentLine", "value": " show the first frame", - "start": 57090, - "end": 57113, + "start": 59105, + "end": 59128, "loc": { "start": { - "line": 1647, + "line": 1693, "column": 8 }, "end": { - "line": 1647, + "line": 1693, "column": 31 } } @@ -221417,15 +226903,15 @@ { "type": "CommentLine", "value": " hide the animation", - "start": 57164, - "end": 57185, + "start": 59179, + "end": 59200, "loc": { "start": { - "line": 1650, + "line": 1696, "column": 8 }, "end": { - "line": 1650, + "line": 1696, "column": 29 } } @@ -221433,15 +226919,15 @@ { "type": "CommentBlock", "value": "*\n * Update time during playback.\n * @private\n ", - "start": 57242, - "end": 57305, + "start": 59257, + "end": 59320, "loc": { "start": { - "line": 1654, + "line": 1700, "column": 4 }, "end": { - "line": 1657, + "line": 1703, "column": 7 } } @@ -221449,15 +226935,15 @@ { "type": "CommentBlock", "value": "*\n * Collects information about the media input and output devices\n * available on the system.\n ", - "start": 57433, - "end": 57545, + "start": 59448, + "end": 59560, "loc": { "start": { - "line": 1663, + "line": 1709, "column": 4 }, "end": { - "line": 1666, + "line": 1712, "column": 7 } } @@ -221465,15 +226951,15 @@ { "type": "CommentLine", "value": " list video and audio devices", - "start": 57831, - "end": 57862, + "start": 59846, + "end": 59877, "loc": { "start": { - "line": 1674, + "line": 1720, "column": 8 }, "end": { - "line": 1674, + "line": 1720, "column": 39 } } @@ -221481,15 +226967,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 58082, - "end": 58101, + "start": 60097, + "end": 60116, "loc": { "start": { - "line": 1681, + "line": 1727, "column": 12 }, "end": { - "line": 1681, + "line": 1727, "column": 31 } } @@ -221497,15 +226983,15 @@ { "type": "CommentBlock", "value": "*\n * Change the video input device.\n *\n * @param {string} deviceId - Id of the video input device.\n ", - "start": 58315, - "end": 58435, + "start": 60330, + "end": 60450, "loc": { "start": { - "line": 1689, + "line": 1735, "column": 4 }, "end": { - "line": 1693, + "line": 1739, "column": 7 } } @@ -221513,15 +226999,15 @@ { "type": "CommentLine", "value": " already using video constraints", - "start": 58539, - "end": 58573, + "start": 60554, + "end": 60588, "loc": { "start": { - "line": 1696, + "line": 1742, "column": 12 }, "end": { - "line": 1696, + "line": 1742, "column": 46 } } @@ -221529,15 +227015,15 @@ { "type": "CommentLine", "value": " not using video constraints already, so force it", - "start": 58694, - "end": 58745, + "start": 60709, + "end": 60760, "loc": { "start": { - "line": 1700, + "line": 1746, "column": 12 }, "end": { - "line": 1700, + "line": 1746, "column": 63 } } @@ -221545,15 +227031,15 @@ { "type": "CommentLine", "value": " release existing device", - "start": 58857, - "end": 58883, + "start": 60872, + "end": 60898, "loc": { "start": { - "line": 1706, + "line": 1752, "column": 8 }, "end": { - "line": 1706, + "line": 1752, "column": 34 } } @@ -221561,15 +227047,15 @@ { "type": "CommentLine", "value": " ask for video input device permissions and start device", - "start": 58920, - "end": 58978, + "start": 60935, + "end": 60993, "loc": { "start": { - "line": 1709, + "line": 1755, "column": 8 }, "end": { - "line": 1709, + "line": 1755, "column": 66 } } @@ -221577,15 +227063,15 @@ { "type": "CommentBlock", "value": "*\n * Change the audio input device.\n *\n * @param {string} deviceId - Id of the audio input device.\n ", - "start": 59016, - "end": 59136, + "start": 61031, + "end": 61151, "loc": { "start": { - "line": 1713, + "line": 1759, "column": 4 }, "end": { - "line": 1717, + "line": 1763, "column": 7 } } @@ -221593,15 +227079,15 @@ { "type": "CommentLine", "value": " already using audio constraints", - "start": 59240, - "end": 59274, + "start": 61255, + "end": 61289, "loc": { "start": { - "line": 1720, + "line": 1766, "column": 12 }, "end": { - "line": 1720, + "line": 1766, "column": 46 } } @@ -221609,15 +227095,15 @@ { "type": "CommentLine", "value": " not using audio constraints already, so force it", - "start": 59395, - "end": 59446, + "start": 61410, + "end": 61461, "loc": { "start": { - "line": 1724, + "line": 1770, "column": 12 }, "end": { - "line": 1724, + "line": 1770, "column": 63 } } @@ -221625,15 +227111,15 @@ { "type": "CommentLine", "value": " update wavesurfer microphone plugin constraints", - "start": 59558, - "end": 59608, + "start": 61573, + "end": 61623, "loc": { "start": { - "line": 1730, + "line": 1776, "column": 8 }, "end": { - "line": 1730, + "line": 1776, "column": 58 } } @@ -221641,15 +227127,15 @@ { "type": "CommentLine", "value": " release existing device", - "start": 59879, - "end": 59905, + "start": 61894, + "end": 61920, "loc": { "start": { - "line": 1740, + "line": 1786, "column": 8 }, "end": { - "line": 1740, + "line": 1786, "column": 34 } } @@ -221657,15 +227143,15 @@ { "type": "CommentLine", "value": " ask for audio input device permissions and start device", - "start": 59942, - "end": 60000, + "start": 61957, + "end": 62015, "loc": { "start": { - "line": 1743, + "line": 1789, "column": 8 }, "end": { - "line": 1743, + "line": 1789, "column": 66 } } @@ -221673,15 +227159,15 @@ { "type": "CommentBlock", "value": "*\n * Change the audio output device.\n *\n * @param {string} deviceId - Id of audio output device.\n ", - "start": 60038, - "end": 60156, + "start": 62053, + "end": 62171, "loc": { "start": { - "line": 1747, + "line": 1793, "column": 4 }, "end": { - "line": 1751, + "line": 1797, "column": 7 } } @@ -221689,15 +227175,15 @@ { "type": "CommentLine", "value": " use wavesurfer", - "start": 60299, - "end": 60316, + "start": 62314, + "end": 62331, "loc": { "start": { - "line": 1756, + "line": 1802, "column": 16 }, "end": { - "line": 1756, + "line": 1802, "column": 33 } } @@ -221705,15 +227191,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 60411, - "end": 60430, + "start": 62426, + "end": 62445, "loc": { "start": { - "line": 1758, + "line": 1804, "column": 20 }, "end": { - "line": 1758, + "line": 1804, "column": 39 } } @@ -221721,15 +227207,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 60911, - "end": 60930, + "start": 62926, + "end": 62945, "loc": { "start": { - "line": 1771, + "line": 1817, "column": 28 }, "end": { - "line": 1771, + "line": 1817, "column": 47 } } @@ -221737,15 +227223,15 @@ { "type": "CommentLine", "value": " error if we get here: notify listeners", - "start": 61464, - "end": 61505, + "start": 63479, + "end": 63520, "loc": { "start": { - "line": 1786, + "line": 1832, "column": 8 }, "end": { - "line": 1786, + "line": 1832, "column": 49 } } @@ -221753,15 +227239,15 @@ { "type": "CommentBlock", "value": "*\n * Show or hide the volume menu.\n *\n * @private\n * @param {boolean} display - Hide/show volume control.\n ", - "start": 61573, - "end": 61704, + "start": 63588, + "end": 63719, "loc": { "start": { - "line": 1790, + "line": 1836, "column": 4 }, "end": { - "line": 1795, + "line": 1841, "column": 7 } } @@ -221769,15 +227255,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when the video device is ready and stream is visible.\n *\n * @private\n * @param {Event} event - `playing` event\n ", - "start": 62042, - "end": 62191, + "start": 64057, + "end": 64206, "loc": { "start": { - "line": 1807, + "line": 1853, "column": 4 }, "end": { - "line": 1812, + "line": 1858, "column": 7 } } @@ -221785,15 +227271,15 @@ { "type": "CommentLine", "value": " only listen for this once; remove listener", - "start": 62229, - "end": 62274, + "start": 64244, + "end": 64289, "loc": { "start": { - "line": 1814, + "line": 1860, "column": 8 }, "end": { - "line": 1814, + "line": 1860, "column": 53 } } @@ -221801,15 +227287,15 @@ { "type": "CommentLine", "value": " reset and show camera button", - "start": 62374, - "end": 62405, + "start": 64389, + "end": 64420, "loc": { "start": { - "line": 1817, + "line": 1863, "column": 8 }, "end": { - "line": 1817, + "line": 1863, "column": 39 } } @@ -221817,15 +227303,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when entering picture-in-picture mode.\n *\n * @private\n * @param {object} event - Event data.\n ", - "start": 62501, - "end": 62632, + "start": 64516, + "end": 64647, "loc": { "start": { - "line": 1822, + "line": 1868, "column": 4 }, "end": { - "line": 1827, + "line": 1873, "column": 7 } } @@ -221833,15 +227319,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when leaving picture-in-picture mode.\n *\n * @private\n * @param {object} event - Event data.\n ", - "start": 62721, - "end": 62851, + "start": 64736, + "end": 64866, "loc": { "start": { - "line": 1832, + "line": 1878, "column": 4 }, "end": { - "line": 1837, + "line": 1883, "column": 7 } } @@ -221849,15 +227335,15 @@ { "type": "CommentLine", "value": " version nr is injected during build", - "start": 62931, - "end": 62969, + "start": 64946, + "end": 64984, "loc": { "start": { - "line": 1843, + "line": 1889, "column": 0 }, "end": { - "line": 1843, + "line": 1889, "column": 38 } } @@ -221865,15 +227351,15 @@ { "type": "CommentLine", "value": " register plugin", - "start": 63001, - "end": 63019, + "start": 65016, + "end": 65034, "loc": { "start": { - "line": 1846, + "line": 1892, "column": 0 }, "end": { - "line": 1846, + "line": 1892, "column": 18 } } @@ -221881,15 +227367,15 @@ { "type": "CommentLine", "value": " export plugin", - "start": 63143, - "end": 63159, + "start": 65158, + "end": 65174, "loc": { "start": { - "line": 1852, + "line": 1898, "column": 0 }, "end": { - "line": 1852, + "line": 1898, "column": 16 } } @@ -228036,9 +233522,9 @@ }, { "type": "CommentLine", - "value": " add device button with icon based on type", + "value": " use custom video.js time format", "start": 2268, - "end": 2312, + "end": 2302, "loc": { "start": { "line": 69, @@ -228046,14 +233532,39 @@ }, "end": { "line": 69, - "column": 52 + "column": 42 } } }, { "type": { - "label": "let", - "keyword": "let", + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "videojs", + "start": 2311, + "end": 2318, + "loc": { + "start": { + "line": 70, + "column": 8 + }, + "end": { + "line": 70, + "column": 15 + } + } + }, + { + "type": { + "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -228064,17 +233575,16 @@ "binop": null, "updateContext": null }, - "value": "let", - "start": 2321, - "end": 2324, + "start": 2318, + "end": 2319, "loc": { "start": { "line": 70, - "column": 8 + "column": 15 }, "end": { "line": 70, - "column": 11 + "column": 16 } } }, @@ -228090,50 +233600,73 @@ "postfix": false, "binop": null }, - "value": "deviceIcon", - "start": 2325, - "end": 2335, + "value": "setFormatTime", + "start": 2319, + "end": 2332, "loc": { "start": { "line": 70, - "column": 12 + "column": 16 }, "end": { "line": 70, - "column": 22 + "column": 29 } } }, { "type": { - "label": "=", + "label": "(", "beforeExpr": true, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, - "isAssign": true, + "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "=", - "start": 2336, - "end": 2337, + "start": 2332, + "end": 2333, "loc": { "start": { "line": 70, - "column": 23 + "column": 29 }, "end": { "line": 70, - "column": 24 + "column": 30 } } }, { "type": { - "label": "string", + "label": "(", + "beforeExpr": true, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 2333, + "end": 2334, + "loc": { + "start": { + "line": 70, + "column": 30 + }, + "end": { + "line": 70, + "column": 31 + } + } + }, + { + "type": { + "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -228141,26 +233674,25 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "av-perm", - "start": 2338, - "end": 2347, + "value": "seconds", + "start": 2334, + "end": 2341, "loc": { "start": { "line": 70, - "column": 25 + "column": 31 }, "end": { "line": 70, - "column": 34 + "column": 38 } } }, { "type": { - "label": ";", + "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, @@ -228171,23 +233703,48 @@ "binop": null, "updateContext": null }, - "start": 2347, + "start": 2341, + "end": 2342, + "loc": { + "start": { + "line": 70, + "column": 38 + }, + "end": { + "line": 70, + "column": 39 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "guide", + "start": 2343, "end": 2348, "loc": { "start": { "line": 70, - "column": 34 + "column": 40 }, "end": { "line": 70, - "column": 35 + "column": 45 } } }, { "type": { - "label": "switch", - "keyword": "switch", + "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -228195,80 +233752,77 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "switch", - "start": 2358, - "end": 2364, + "start": 2348, + "end": 2349, "loc": { "start": { - "line": 72, - "column": 8 + "line": 70, + "column": 45 }, "end": { - "line": 72, - "column": 14 + "line": 70, + "column": 46 } } }, { "type": { - "label": "(", + "label": "=>", "beforeExpr": true, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 2365, - "end": 2366, + "start": 2350, + "end": 2352, "loc": { "start": { - "line": 72, - "column": 15 + "line": 70, + "column": 47 }, "end": { - "line": 72, - "column": 16 + "line": 70, + "column": 49 } } }, { "type": { - "label": "this", - "keyword": "this", - "beforeExpr": false, + "label": "{", + "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "this", - "start": 2366, - "end": 2370, + "start": 2353, + "end": 2354, "loc": { "start": { - "line": 72, - "column": 16 + "line": 70, + "column": 50 }, "end": { - "line": 72, - "column": 20 + "line": 70, + "column": 51 } } }, { "type": { - "label": ".", - "beforeExpr": false, + "label": "return", + "keyword": "return", + "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, @@ -228278,16 +233832,17 @@ "binop": null, "updateContext": null }, - "start": 2370, - "end": 2371, + "value": "return", + "start": 2367, + "end": 2373, "loc": { "start": { - "line": 72, - "column": 20 + "line": 71, + "column": 12 }, "end": { - "line": 72, - "column": 21 + "line": 71, + "column": 18 } } }, @@ -228303,17 +233858,17 @@ "postfix": false, "binop": null }, - "value": "getRecordType", - "start": 2371, + "value": "formatTime", + "start": 2374, "end": 2384, "loc": { "start": { - "line": 72, - "column": 21 + "line": 71, + "column": 19 }, "end": { - "line": 72, - "column": 34 + "line": 71, + "column": 29 } } }, @@ -228333,20 +233888,20 @@ "end": 2385, "loc": { "start": { - "line": 72, - "column": 34 + "line": 71, + "column": 29 }, "end": { - "line": 72, - "column": 35 + "line": 71, + "column": 30 } } }, { "type": { - "label": ")", + "label": "name", "beforeExpr": false, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -228354,48 +233909,50 @@ "postfix": false, "binop": null }, + "value": "seconds", "start": 2385, - "end": 2386, + "end": 2392, "loc": { "start": { - "line": 72, - "column": 35 + "line": 71, + "column": 30 }, "end": { - "line": 72, - "column": 36 + "line": 71, + "column": 37 } } }, { "type": { - "label": ")", - "beforeExpr": false, + "label": ",", + "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 2386, - "end": 2387, + "start": 2392, + "end": 2393, "loc": { "start": { - "line": 72, - "column": 36 + "line": 71, + "column": 37 }, "end": { - "line": 72, - "column": 37 + "line": 71, + "column": 38 } } }, { "type": { - "label": "{", - "beforeExpr": true, + "label": "name", + "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, @@ -228404,23 +233961,23 @@ "postfix": false, "binop": null }, - "start": 2388, - "end": 2389, + "value": "guide", + "start": 2394, + "end": 2399, "loc": { "start": { - "line": 72, - "column": 38 + "line": 71, + "column": 39 }, "end": { - "line": 72, - "column": 39 + "line": 71, + "column": 44 } } }, { "type": { - "label": "case", - "keyword": "case", + "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, @@ -228431,17 +233988,70 @@ "binop": null, "updateContext": null }, - "value": "case", - "start": 2402, + "start": 2399, + "end": 2400, + "loc": { + "start": { + "line": 71, + "column": 44 + }, + "end": { + "line": 71, + "column": 45 + } + } + }, + { + "type": { + "label": "this", + "keyword": "this", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "this", + "start": 2401, + "end": 2405, + "loc": { + "start": { + "line": 71, + "column": 46 + }, + "end": { + "line": 71, + "column": 50 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 2405, "end": 2406, "loc": { "start": { - "line": 73, - "column": 12 + "line": 71, + "column": 50 }, "end": { - "line": 73, - "column": 16 + "line": 71, + "column": 51 } } }, @@ -228457,50 +234067,48 @@ "postfix": false, "binop": null }, - "value": "IMAGE_ONLY", - "start": 2407, - "end": 2417, + "value": "displayMilliseconds", + "start": 2406, + "end": 2425, "loc": { "start": { - "line": 73, - "column": 17 + "line": 71, + "column": 51 }, "end": { - "line": 73, - "column": 27 + "line": 71, + "column": 70 } } }, { "type": { - "label": ":", - "beforeExpr": true, + "label": ")", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 2417, - "end": 2418, + "start": 2425, + "end": 2426, "loc": { "start": { - "line": 73, - "column": 27 + "line": 71, + "column": 70 }, "end": { - "line": 73, - "column": 28 + "line": 71, + "column": 71 } } }, { "type": { - "label": "case", - "keyword": "case", + "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, @@ -228511,25 +234119,24 @@ "binop": null, "updateContext": null }, - "value": "case", - "start": 2431, - "end": 2435, + "start": 2426, + "end": 2427, "loc": { "start": { - "line": 74, - "column": 12 + "line": 71, + "column": 71 }, "end": { - "line": 74, - "column": 16 + "line": 71, + "column": 72 } } }, { "type": { - "label": "name", + "label": "}", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -228537,23 +234144,47 @@ "postfix": false, "binop": null }, - "value": "VIDEO_ONLY", "start": 2436, - "end": 2446, + "end": 2437, "loc": { "start": { - "line": 74, - "column": 17 + "line": 72, + "column": 8 }, "end": { - "line": 74, - "column": 27 + "line": 72, + "column": 9 } } }, { "type": { - "label": ":", + "label": ")", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 2437, + "end": 2438, + "loc": { + "start": { + "line": 72, + "column": 9 + }, + "end": { + "line": 72, + "column": 10 + } + } + }, + { + "type": { + "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, @@ -228564,24 +234195,40 @@ "binop": null, "updateContext": null }, - "start": 2446, - "end": 2447, + "start": 2438, + "end": 2439, + "loc": { + "start": { + "line": 72, + "column": 10 + }, + "end": { + "line": 72, + "column": 11 + } + } + }, + { + "type": "CommentLine", + "value": " add device button with icon based on type", + "start": 2449, + "end": 2493, "loc": { "start": { "line": 74, - "column": 27 + "column": 8 }, "end": { "line": 74, - "column": 28 + "column": 52 } } }, { "type": { - "label": "case", - "keyword": "case", - "beforeExpr": true, + "label": "let", + "keyword": "let", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, @@ -228591,17 +234238,17 @@ "binop": null, "updateContext": null }, - "value": "case", - "start": 2460, - "end": 2464, + "value": "let", + "start": 2502, + "end": 2505, "loc": { "start": { "line": 75, - "column": 12 + "column": 8 }, "end": { "line": 75, - "column": 16 + "column": 11 } } }, @@ -228617,49 +234264,50 @@ "postfix": false, "binop": null }, - "value": "ANIMATION", - "start": 2465, - "end": 2474, + "value": "deviceIcon", + "start": 2506, + "end": 2516, "loc": { "start": { "line": 75, - "column": 17 + "column": 12 }, "end": { "line": 75, - "column": 26 + "column": 22 } } }, { "type": { - "label": ":", + "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, - "isAssign": false, + "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, - "start": 2474, - "end": 2475, + "value": "=", + "start": 2517, + "end": 2518, "loc": { "start": { "line": 75, - "column": 26 + "column": 23 }, "end": { "line": 75, - "column": 27 + "column": 24 } } }, { "type": { - "label": "name", + "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -228667,54 +234315,55 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "value": "deviceIcon", - "start": 2492, - "end": 2502, + "value": "av-perm", + "start": 2519, + "end": 2528, "loc": { "start": { - "line": 76, - "column": 16 + "line": 75, + "column": 25 }, "end": { - "line": 76, - "column": 26 + "line": 75, + "column": 34 } } }, { "type": { - "label": "=", + "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, - "isAssign": true, + "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, - "value": "=", - "start": 2503, - "end": 2504, + "start": 2528, + "end": 2529, "loc": { "start": { - "line": 76, - "column": 27 + "line": 75, + "column": 34 }, "end": { - "line": 76, - "column": 28 + "line": 75, + "column": 35 } } }, { "type": { - "label": "string", + "label": "switch", + "keyword": "switch", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -228723,25 +234372,51 @@ "binop": null, "updateContext": null }, - "value": "video-perm", - "start": 2505, - "end": 2517, + "value": "switch", + "start": 2539, + "end": 2545, "loc": { "start": { - "line": 76, - "column": 29 + "line": 77, + "column": 8 }, "end": { - "line": 76, - "column": 41 + "line": 77, + "column": 14 } } }, { "type": { - "label": ";", + "label": "(", "beforeExpr": true, - "startsExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 2546, + "end": 2547, + "loc": { + "start": { + "line": 77, + "column": 15 + }, + "end": { + "line": 77, + "column": 16 + } + } + }, + { + "type": { + "label": "this", + "keyword": "this", + "beforeExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -228750,23 +234425,23 @@ "binop": null, "updateContext": null }, - "start": 2517, - "end": 2518, + "value": "this", + "start": 2547, + "end": 2551, "loc": { "start": { - "line": 76, - "column": 41 + "line": 77, + "column": 16 }, "end": { - "line": 76, - "column": 42 + "line": 77, + "column": 20 } } }, { "type": { - "label": "break", - "keyword": "break", + "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -228777,13 +234452,12 @@ "binop": null, "updateContext": null }, - "value": "break", - "start": 2535, - "end": 2540, + "start": 2551, + "end": 2552, "loc": { "start": { "line": 77, - "column": 16 + "column": 20 }, "end": { "line": 77, @@ -228793,27 +234467,127 @@ }, { "type": { - "label": ";", + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "getRecordType", + "start": 2552, + "end": 2565, + "loc": { + "start": { + "line": 77, + "column": 21 + }, + "end": { + "line": 77, + "column": 34 + } + } + }, + { + "type": { + "label": "(", "beforeExpr": true, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 2565, + "end": 2566, + "loc": { + "start": { + "line": 77, + "column": 34 + }, + "end": { + "line": 77, + "column": 35 + } + } + }, + { + "type": { + "label": ")", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 2540, - "end": 2541, + "start": 2566, + "end": 2567, "loc": { "start": { "line": 77, - "column": 21 + "column": 35 }, "end": { "line": 77, - "column": 22 + "column": 36 + } + } + }, + { + "type": { + "label": ")", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 2567, + "end": 2568, + "loc": { + "start": { + "line": 77, + "column": 36 + }, + "end": { + "line": 77, + "column": 37 + } + } + }, + { + "type": { + "label": "{", + "beforeExpr": true, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 2569, + "end": 2570, + "loc": { + "start": { + "line": 77, + "column": 38 + }, + "end": { + "line": 77, + "column": 39 } } }, @@ -228832,8 +234606,8 @@ "updateContext": null }, "value": "case", - "start": 2554, - "end": 2558, + "start": 2583, + "end": 2587, "loc": { "start": { "line": 78, @@ -228857,9 +234631,9 @@ "postfix": false, "binop": null }, - "value": "AUDIO_ONLY", - "start": 2559, - "end": 2569, + "value": "IMAGE_ONLY", + "start": 2588, + "end": 2598, "loc": { "start": { "line": 78, @@ -228884,8 +234658,8 @@ "binop": null, "updateContext": null }, - "start": 2569, - "end": 2570, + "start": 2598, + "end": 2599, "loc": { "start": { "line": 78, @@ -228897,6 +234671,34 @@ } } }, + { + "type": { + "label": "case", + "keyword": "case", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "case", + "start": 2612, + "end": 2616, + "loc": { + "start": { + "line": 79, + "column": 12 + }, + "end": { + "line": 79, + "column": 16 + } + } + }, { "type": { "label": "name", @@ -228909,16 +234711,148 @@ "postfix": false, "binop": null }, - "value": "deviceIcon", - "start": 2587, - "end": 2597, + "value": "VIDEO_ONLY", + "start": 2617, + "end": 2627, "loc": { "start": { "line": 79, - "column": 16 + "column": 17 + }, + "end": { + "line": 79, + "column": 27 + } + } + }, + { + "type": { + "label": ":", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 2627, + "end": 2628, + "loc": { + "start": { + "line": 79, + "column": 27 }, "end": { "line": 79, + "column": 28 + } + } + }, + { + "type": { + "label": "case", + "keyword": "case", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "case", + "start": 2641, + "end": 2645, + "loc": { + "start": { + "line": 80, + "column": 12 + }, + "end": { + "line": 80, + "column": 16 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "ANIMATION", + "start": 2646, + "end": 2655, + "loc": { + "start": { + "line": 80, + "column": 17 + }, + "end": { + "line": 80, + "column": 26 + } + } + }, + { + "type": { + "label": ":", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 2655, + "end": 2656, + "loc": { + "start": { + "line": 80, + "column": 26 + }, + "end": { + "line": 80, + "column": 27 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "deviceIcon", + "start": 2673, + "end": 2683, + "loc": { + "start": { + "line": 81, + "column": 16 + }, + "end": { + "line": 81, "column": 26 } } @@ -228937,15 +234871,255 @@ "updateContext": null }, "value": "=", - "start": 2598, - "end": 2599, + "start": 2684, + "end": 2685, "loc": { "start": { - "line": 79, + "line": 81, "column": 27 }, "end": { - "line": 79, + "line": 81, + "column": 28 + } + } + }, + { + "type": { + "label": "string", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "video-perm", + "start": 2686, + "end": 2698, + "loc": { + "start": { + "line": 81, + "column": 29 + }, + "end": { + "line": 81, + "column": 41 + } + } + }, + { + "type": { + "label": ";", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 2698, + "end": 2699, + "loc": { + "start": { + "line": 81, + "column": 41 + }, + "end": { + "line": 81, + "column": 42 + } + } + }, + { + "type": { + "label": "break", + "keyword": "break", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "break", + "start": 2716, + "end": 2721, + "loc": { + "start": { + "line": 82, + "column": 16 + }, + "end": { + "line": 82, + "column": 21 + } + } + }, + { + "type": { + "label": ";", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 2721, + "end": 2722, + "loc": { + "start": { + "line": 82, + "column": 21 + }, + "end": { + "line": 82, + "column": 22 + } + } + }, + { + "type": { + "label": "case", + "keyword": "case", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "case", + "start": 2735, + "end": 2739, + "loc": { + "start": { + "line": 83, + "column": 12 + }, + "end": { + "line": 83, + "column": 16 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "AUDIO_ONLY", + "start": 2740, + "end": 2750, + "loc": { + "start": { + "line": 83, + "column": 17 + }, + "end": { + "line": 83, + "column": 27 + } + } + }, + { + "type": { + "label": ":", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 2750, + "end": 2751, + "loc": { + "start": { + "line": 83, + "column": 27 + }, + "end": { + "line": 83, + "column": 28 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "deviceIcon", + "start": 2768, + "end": 2778, + "loc": { + "start": { + "line": 84, + "column": 16 + }, + "end": { + "line": 84, + "column": 26 + } + } + }, + { + "type": { + "label": "=", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": true, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "=", + "start": 2779, + "end": 2780, + "loc": { + "start": { + "line": 84, + "column": 27 + }, + "end": { + "line": 84, "column": 28 } } @@ -228964,15 +235138,15 @@ "updateContext": null }, "value": "audio-perm", - "start": 2600, - "end": 2612, + "start": 2781, + "end": 2793, "loc": { "start": { - "line": 79, + "line": 84, "column": 29 }, "end": { - "line": 79, + "line": 84, "column": 41 } } @@ -228990,15 +235164,15 @@ "binop": null, "updateContext": null }, - "start": 2612, - "end": 2613, + "start": 2793, + "end": 2794, "loc": { "start": { - "line": 79, + "line": 84, "column": 41 }, "end": { - "line": 79, + "line": 84, "column": 42 } } @@ -229018,15 +235192,15 @@ "updateContext": null }, "value": "break", - "start": 2630, - "end": 2635, + "start": 2811, + "end": 2816, "loc": { "start": { - "line": 80, + "line": 85, "column": 16 }, "end": { - "line": 80, + "line": 85, "column": 21 } } @@ -229044,15 +235218,15 @@ "binop": null, "updateContext": null }, - "start": 2635, - "end": 2636, + "start": 2816, + "end": 2817, "loc": { "start": { - "line": 80, + "line": 85, "column": 21 }, "end": { - "line": 80, + "line": 85, "column": 22 } } @@ -229072,15 +235246,15 @@ "updateContext": null }, "value": "case", - "start": 2649, - "end": 2653, + "start": 2830, + "end": 2834, "loc": { "start": { - "line": 81, + "line": 86, "column": 12 }, "end": { - "line": 81, + "line": 86, "column": 16 } } @@ -229098,15 +235272,15 @@ "binop": null }, "value": "SCREEN_ONLY", - "start": 2654, - "end": 2665, + "start": 2835, + "end": 2846, "loc": { "start": { - "line": 81, + "line": 86, "column": 17 }, "end": { - "line": 81, + "line": 86, "column": 28 } } @@ -229124,15 +235298,15 @@ "binop": null, "updateContext": null }, - "start": 2665, - "end": 2666, + "start": 2846, + "end": 2847, "loc": { "start": { - "line": 81, + "line": 86, "column": 28 }, "end": { - "line": 81, + "line": 86, "column": 29 } } @@ -229150,15 +235324,15 @@ "binop": null }, "value": "deviceIcon", - "start": 2683, - "end": 2693, + "start": 2864, + "end": 2874, "loc": { "start": { - "line": 82, + "line": 87, "column": 16 }, "end": { - "line": 82, + "line": 87, "column": 26 } } @@ -229177,15 +235351,15 @@ "updateContext": null }, "value": "=", - "start": 2694, - "end": 2695, + "start": 2875, + "end": 2876, "loc": { "start": { - "line": 82, + "line": 87, "column": 27 }, "end": { - "line": 82, + "line": 87, "column": 28 } } @@ -229204,15 +235378,15 @@ "updateContext": null }, "value": "screen-perm", - "start": 2696, - "end": 2709, + "start": 2877, + "end": 2890, "loc": { "start": { - "line": 82, + "line": 87, "column": 29 }, "end": { - "line": 82, + "line": 87, "column": 42 } } @@ -229230,15 +235404,15 @@ "binop": null, "updateContext": null }, - "start": 2709, - "end": 2710, + "start": 2890, + "end": 2891, "loc": { "start": { - "line": 82, + "line": 87, "column": 42 }, "end": { - "line": 82, + "line": 87, "column": 43 } } @@ -229258,15 +235432,15 @@ "updateContext": null }, "value": "break", - "start": 2727, - "end": 2732, + "start": 2908, + "end": 2913, "loc": { "start": { - "line": 83, + "line": 88, "column": 16 }, "end": { - "line": 83, + "line": 88, "column": 21 } } @@ -229284,15 +235458,15 @@ "binop": null, "updateContext": null }, - "start": 2732, - "end": 2733, + "start": 2913, + "end": 2914, "loc": { "start": { - "line": 83, + "line": 88, "column": 21 }, "end": { - "line": 83, + "line": 88, "column": 22 } } @@ -229312,15 +235486,15 @@ "updateContext": null }, "value": "case", - "start": 2746, - "end": 2750, + "start": 2927, + "end": 2931, "loc": { "start": { - "line": 84, + "line": 89, "column": 12 }, "end": { - "line": 84, + "line": 89, "column": 16 } } @@ -229338,15 +235512,15 @@ "binop": null }, "value": "AUDIO_SCREEN", - "start": 2751, - "end": 2763, + "start": 2932, + "end": 2944, "loc": { "start": { - "line": 84, + "line": 89, "column": 17 }, "end": { - "line": 84, + "line": 89, "column": 29 } } @@ -229364,15 +235538,15 @@ "binop": null, "updateContext": null }, - "start": 2763, - "end": 2764, + "start": 2944, + "end": 2945, "loc": { "start": { - "line": 84, + "line": 89, "column": 29 }, "end": { - "line": 84, + "line": 89, "column": 30 } } @@ -229390,15 +235564,15 @@ "binop": null }, "value": "deviceIcon", - "start": 2781, - "end": 2791, + "start": 2962, + "end": 2972, "loc": { "start": { - "line": 85, + "line": 90, "column": 16 }, "end": { - "line": 85, + "line": 90, "column": 26 } } @@ -229417,15 +235591,15 @@ "updateContext": null }, "value": "=", - "start": 2792, - "end": 2793, + "start": 2973, + "end": 2974, "loc": { "start": { - "line": 85, + "line": 90, "column": 27 }, "end": { - "line": 85, + "line": 90, "column": 28 } } @@ -229444,15 +235618,15 @@ "updateContext": null }, "value": "sv-perm", - "start": 2794, - "end": 2803, + "start": 2975, + "end": 2984, "loc": { "start": { - "line": 85, + "line": 90, "column": 29 }, "end": { - "line": 85, + "line": 90, "column": 38 } } @@ -229470,15 +235644,15 @@ "binop": null, "updateContext": null }, - "start": 2803, - "end": 2804, + "start": 2984, + "end": 2985, "loc": { "start": { - "line": 85, + "line": 90, "column": 38 }, "end": { - "line": 85, + "line": 90, "column": 39 } } @@ -229498,15 +235672,15 @@ "updateContext": null }, "value": "break", - "start": 2821, - "end": 2826, + "start": 3002, + "end": 3007, "loc": { "start": { - "line": 86, + "line": 91, "column": 16 }, "end": { - "line": 86, + "line": 91, "column": 21 } } @@ -229524,15 +235698,15 @@ "binop": null, "updateContext": null }, - "start": 2826, - "end": 2827, + "start": 3007, + "end": 3008, "loc": { "start": { - "line": 86, + "line": 91, "column": 21 }, "end": { - "line": 86, + "line": 91, "column": 22 } } @@ -229549,15 +235723,15 @@ "postfix": false, "binop": null }, - "start": 2836, - "end": 2837, + "start": 3017, + "end": 3018, "loc": { "start": { - "line": 87, + "line": 92, "column": 8 }, "end": { - "line": 87, + "line": 92, "column": 9 } } @@ -229565,15 +235739,15 @@ { "type": "CommentLine", "value": " add custom interface elements", - "start": 2847, - "end": 2879, + "start": 3028, + "end": 3060, "loc": { "start": { - "line": 89, + "line": 94, "column": 8 }, "end": { - "line": 89, + "line": 94, "column": 40 } } @@ -229591,15 +235765,15 @@ "binop": null }, "value": "DeviceButton", - "start": 2888, - "end": 2900, + "start": 3069, + "end": 3081, "loc": { "start": { - "line": 90, + "line": 95, "column": 8 }, "end": { - "line": 90, + "line": 95, "column": 20 } } @@ -229617,15 +235791,15 @@ "binop": null, "updateContext": null }, - "start": 2900, - "end": 2901, + "start": 3081, + "end": 3082, "loc": { "start": { - "line": 90, + "line": 95, "column": 20 }, "end": { - "line": 90, + "line": 95, "column": 21 } } @@ -229643,15 +235817,15 @@ "binop": null }, "value": "prototype", - "start": 2901, - "end": 2910, + "start": 3082, + "end": 3091, "loc": { "start": { - "line": 90, + "line": 95, "column": 21 }, "end": { - "line": 90, + "line": 95, "column": 30 } } @@ -229669,15 +235843,15 @@ "binop": null, "updateContext": null }, - "start": 2910, - "end": 2911, + "start": 3091, + "end": 3092, "loc": { "start": { - "line": 90, + "line": 95, "column": 30 }, "end": { - "line": 90, + "line": 95, "column": 31 } } @@ -229695,15 +235869,15 @@ "binop": null }, "value": "buildCSSClass", - "start": 2911, - "end": 2924, + "start": 3092, + "end": 3105, "loc": { "start": { - "line": 90, + "line": 95, "column": 31 }, "end": { - "line": 90, + "line": 95, "column": 44 } } @@ -229722,15 +235896,15 @@ "updateContext": null }, "value": "=", - "start": 2925, - "end": 2926, + "start": 3106, + "end": 3107, "loc": { "start": { - "line": 90, + "line": 95, "column": 45 }, "end": { - "line": 90, + "line": 95, "column": 46 } } @@ -229747,15 +235921,15 @@ "postfix": false, "binop": null }, - "start": 2927, - "end": 2928, + "start": 3108, + "end": 3109, "loc": { "start": { - "line": 90, + "line": 95, "column": 47 }, "end": { - "line": 90, + "line": 95, "column": 48 } } @@ -229772,15 +235946,15 @@ "postfix": false, "binop": null }, - "start": 2928, - "end": 2929, + "start": 3109, + "end": 3110, "loc": { "start": { - "line": 90, + "line": 95, "column": 48 }, "end": { - "line": 90, + "line": 95, "column": 49 } } @@ -229798,15 +235972,15 @@ "binop": null, "updateContext": null }, - "start": 2930, - "end": 2932, + "start": 3111, + "end": 3113, "loc": { "start": { - "line": 90, + "line": 95, "column": 50 }, "end": { - "line": 90, + "line": 95, "column": 52 } } @@ -229823,15 +235997,15 @@ "postfix": false, "binop": null }, - "start": 2933, - "end": 2934, + "start": 3114, + "end": 3115, "loc": { "start": { - "line": 90, + "line": 95, "column": 53 }, "end": { - "line": 90, + "line": 95, "column": 54 } } @@ -229839,15 +236013,15 @@ { "type": "CommentLine", "value": " use dynamic icon class", - "start": 2947, - "end": 2972, + "start": 3128, + "end": 3153, "loc": { "start": { - "line": 91, + "line": 96, "column": 12 }, "end": { - "line": 91, + "line": 96, "column": 37 } } @@ -229867,15 +236041,15 @@ "updateContext": null }, "value": "return", - "start": 2985, - "end": 2991, + "start": 3166, + "end": 3172, "loc": { "start": { - "line": 92, + "line": 97, "column": 12 }, "end": { - "line": 92, + "line": 97, "column": 18 } } @@ -229894,15 +236068,15 @@ "updateContext": null }, "value": "vjs-record vjs-device-button vjs-control vjs-icon-", - "start": 2992, - "end": 3044, + "start": 3173, + "end": 3225, "loc": { "start": { - "line": 92, + "line": 97, "column": 19 }, "end": { - "line": 92, + "line": 97, "column": 71 } } @@ -229921,15 +236095,15 @@ "updateContext": null }, "value": "+", - "start": 3045, - "end": 3046, + "start": 3226, + "end": 3227, "loc": { "start": { - "line": 92, + "line": 97, "column": 72 }, "end": { - "line": 92, + "line": 97, "column": 73 } } @@ -229947,15 +236121,15 @@ "binop": null }, "value": "deviceIcon", - "start": 3047, - "end": 3057, + "start": 3228, + "end": 3238, "loc": { "start": { - "line": 92, + "line": 97, "column": 74 }, "end": { - "line": 92, + "line": 97, "column": 84 } } @@ -229973,15 +236147,15 @@ "binop": null, "updateContext": null }, - "start": 3057, - "end": 3058, + "start": 3238, + "end": 3239, "loc": { "start": { - "line": 92, + "line": 97, "column": 84 }, "end": { - "line": 92, + "line": 97, "column": 85 } } @@ -229998,15 +236172,15 @@ "postfix": false, "binop": null }, - "start": 3067, - "end": 3068, + "start": 3248, + "end": 3249, "loc": { "start": { - "line": 93, + "line": 98, "column": 8 }, "end": { - "line": 93, + "line": 98, "column": 9 } } @@ -230024,15 +236198,15 @@ "binop": null, "updateContext": null }, - "start": 3068, - "end": 3069, + "start": 3249, + "end": 3250, "loc": { "start": { - "line": 93, + "line": 98, "column": 9 }, "end": { - "line": 93, + "line": 98, "column": 10 } } @@ -230050,15 +236224,15 @@ "binop": null }, "value": "player", - "start": 3078, - "end": 3084, + "start": 3259, + "end": 3265, "loc": { "start": { - "line": 94, + "line": 99, "column": 8 }, "end": { - "line": 94, + "line": 99, "column": 14 } } @@ -230076,15 +236250,15 @@ "binop": null, "updateContext": null }, - "start": 3084, - "end": 3085, + "start": 3265, + "end": 3266, "loc": { "start": { - "line": 94, + "line": 99, "column": 14 }, "end": { - "line": 94, + "line": 99, "column": 15 } } @@ -230102,15 +236276,15 @@ "binop": null }, "value": "deviceButton", - "start": 3085, - "end": 3097, + "start": 3266, + "end": 3278, "loc": { "start": { - "line": 94, + "line": 99, "column": 15 }, "end": { - "line": 94, + "line": 99, "column": 27 } } @@ -230129,15 +236303,15 @@ "updateContext": null }, "value": "=", - "start": 3098, - "end": 3099, + "start": 3279, + "end": 3280, "loc": { "start": { - "line": 94, + "line": 99, "column": 28 }, "end": { - "line": 94, + "line": 99, "column": 29 } } @@ -230157,15 +236331,15 @@ "updateContext": null }, "value": "new", - "start": 3100, - "end": 3103, + "start": 3281, + "end": 3284, "loc": { "start": { - "line": 94, + "line": 99, "column": 30 }, "end": { - "line": 94, + "line": 99, "column": 33 } } @@ -230183,15 +236357,15 @@ "binop": null }, "value": "DeviceButton", - "start": 3104, - "end": 3116, + "start": 3285, + "end": 3297, "loc": { "start": { - "line": 94, + "line": 99, "column": 34 }, "end": { - "line": 94, + "line": 99, "column": 46 } } @@ -230208,15 +236382,15 @@ "postfix": false, "binop": null }, - "start": 3116, - "end": 3117, + "start": 3297, + "end": 3298, "loc": { "start": { - "line": 94, + "line": 99, "column": 46 }, "end": { - "line": 94, + "line": 99, "column": 47 } } @@ -230234,15 +236408,15 @@ "binop": null }, "value": "player", - "start": 3117, - "end": 3123, + "start": 3298, + "end": 3304, "loc": { "start": { - "line": 94, + "line": 99, "column": 47 }, "end": { - "line": 94, + "line": 99, "column": 53 } } @@ -230260,15 +236434,15 @@ "binop": null, "updateContext": null }, - "start": 3123, - "end": 3124, + "start": 3304, + "end": 3305, "loc": { "start": { - "line": 94, + "line": 99, "column": 53 }, "end": { - "line": 94, + "line": 99, "column": 54 } } @@ -230286,15 +236460,15 @@ "binop": null }, "value": "options", - "start": 3125, - "end": 3132, + "start": 3306, + "end": 3313, "loc": { "start": { - "line": 94, + "line": 99, "column": 55 }, "end": { - "line": 94, + "line": 99, "column": 62 } } @@ -230311,15 +236485,15 @@ "postfix": false, "binop": null }, - "start": 3132, - "end": 3133, + "start": 3313, + "end": 3314, "loc": { "start": { - "line": 94, + "line": 99, "column": 62 }, "end": { - "line": 94, + "line": 99, "column": 63 } } @@ -230337,15 +236511,15 @@ "binop": null, "updateContext": null }, - "start": 3133, - "end": 3134, + "start": 3314, + "end": 3315, "loc": { "start": { - "line": 94, + "line": 99, "column": 63 }, "end": { - "line": 94, + "line": 99, "column": 64 } } @@ -230363,15 +236537,15 @@ "binop": null }, "value": "player", - "start": 3143, - "end": 3149, + "start": 3324, + "end": 3330, "loc": { "start": { - "line": 95, + "line": 100, "column": 8 }, "end": { - "line": 95, + "line": 100, "column": 14 } } @@ -230389,15 +236563,15 @@ "binop": null, "updateContext": null }, - "start": 3149, - "end": 3150, + "start": 3330, + "end": 3331, "loc": { "start": { - "line": 95, + "line": 100, "column": 14 }, "end": { - "line": 95, + "line": 100, "column": 15 } } @@ -230415,15 +236589,15 @@ "binop": null }, "value": "addChild", - "start": 3150, - "end": 3158, + "start": 3331, + "end": 3339, "loc": { "start": { - "line": 95, + "line": 100, "column": 15 }, "end": { - "line": 95, + "line": 100, "column": 23 } } @@ -230440,15 +236614,15 @@ "postfix": false, "binop": null }, - "start": 3158, - "end": 3159, + "start": 3339, + "end": 3340, "loc": { "start": { - "line": 95, + "line": 100, "column": 23 }, "end": { - "line": 95, + "line": 100, "column": 24 } } @@ -230466,15 +236640,15 @@ "binop": null }, "value": "player", - "start": 3159, - "end": 3165, + "start": 3340, + "end": 3346, "loc": { "start": { - "line": 95, + "line": 100, "column": 24 }, "end": { - "line": 95, + "line": 100, "column": 30 } } @@ -230492,15 +236666,15 @@ "binop": null, "updateContext": null }, - "start": 3165, - "end": 3166, + "start": 3346, + "end": 3347, "loc": { "start": { - "line": 95, + "line": 100, "column": 30 }, "end": { - "line": 95, + "line": 100, "column": 31 } } @@ -230518,15 +236692,15 @@ "binop": null }, "value": "deviceButton", - "start": 3166, - "end": 3178, + "start": 3347, + "end": 3359, "loc": { "start": { - "line": 95, + "line": 100, "column": 31 }, "end": { - "line": 95, + "line": 100, "column": 43 } } @@ -230543,15 +236717,15 @@ "postfix": false, "binop": null }, - "start": 3178, - "end": 3179, + "start": 3359, + "end": 3360, "loc": { "start": { - "line": 95, + "line": 100, "column": 43 }, "end": { - "line": 95, + "line": 100, "column": 44 } } @@ -230569,15 +236743,15 @@ "binop": null, "updateContext": null }, - "start": 3179, - "end": 3180, + "start": 3360, + "end": 3361, "loc": { "start": { - "line": 95, + "line": 100, "column": 44 }, "end": { - "line": 95, + "line": 100, "column": 45 } } @@ -230585,15 +236759,15 @@ { "type": "CommentLine", "value": " add blinking record indicator", - "start": 3190, - "end": 3222, + "start": 3371, + "end": 3403, "loc": { "start": { - "line": 97, + "line": 102, "column": 8 }, "end": { - "line": 97, + "line": 102, "column": 40 } } @@ -230611,15 +236785,15 @@ "binop": null }, "value": "player", - "start": 3231, - "end": 3237, + "start": 3412, + "end": 3418, "loc": { "start": { - "line": 98, + "line": 103, "column": 8 }, "end": { - "line": 98, + "line": 103, "column": 14 } } @@ -230637,15 +236811,15 @@ "binop": null, "updateContext": null }, - "start": 3237, - "end": 3238, + "start": 3418, + "end": 3419, "loc": { "start": { - "line": 98, + "line": 103, "column": 14 }, "end": { - "line": 98, + "line": 103, "column": 15 } } @@ -230663,15 +236837,15 @@ "binop": null }, "value": "recordIndicator", - "start": 3238, - "end": 3253, + "start": 3419, + "end": 3434, "loc": { "start": { - "line": 98, + "line": 103, "column": 15 }, "end": { - "line": 98, + "line": 103, "column": 30 } } @@ -230690,15 +236864,15 @@ "updateContext": null }, "value": "=", - "start": 3254, - "end": 3255, + "start": 3435, + "end": 3436, "loc": { "start": { - "line": 98, + "line": 103, "column": 31 }, "end": { - "line": 98, + "line": 103, "column": 32 } } @@ -230718,15 +236892,15 @@ "updateContext": null }, "value": "new", - "start": 3256, - "end": 3259, + "start": 3437, + "end": 3440, "loc": { "start": { - "line": 98, + "line": 103, "column": 33 }, "end": { - "line": 98, + "line": 103, "column": 36 } } @@ -230744,15 +236918,15 @@ "binop": null }, "value": "RecordIndicator", - "start": 3260, - "end": 3275, + "start": 3441, + "end": 3456, "loc": { "start": { - "line": 98, + "line": 103, "column": 37 }, "end": { - "line": 98, + "line": 103, "column": 52 } } @@ -230769,15 +236943,15 @@ "postfix": false, "binop": null }, - "start": 3275, - "end": 3276, + "start": 3456, + "end": 3457, "loc": { "start": { - "line": 98, + "line": 103, "column": 52 }, "end": { - "line": 98, + "line": 103, "column": 53 } } @@ -230795,15 +236969,15 @@ "binop": null }, "value": "player", - "start": 3276, - "end": 3282, + "start": 3457, + "end": 3463, "loc": { "start": { - "line": 98, + "line": 103, "column": 53 }, "end": { - "line": 98, + "line": 103, "column": 59 } } @@ -230821,15 +236995,15 @@ "binop": null, "updateContext": null }, - "start": 3282, - "end": 3283, + "start": 3463, + "end": 3464, "loc": { "start": { - "line": 98, + "line": 103, "column": 59 }, "end": { - "line": 98, + "line": 103, "column": 60 } } @@ -230847,15 +237021,15 @@ "binop": null }, "value": "options", - "start": 3284, - "end": 3291, + "start": 3465, + "end": 3472, "loc": { "start": { - "line": 98, + "line": 103, "column": 61 }, "end": { - "line": 98, + "line": 103, "column": 68 } } @@ -230872,15 +237046,15 @@ "postfix": false, "binop": null }, - "start": 3291, - "end": 3292, + "start": 3472, + "end": 3473, "loc": { "start": { - "line": 98, + "line": 103, "column": 68 }, "end": { - "line": 98, + "line": 103, "column": 69 } } @@ -230898,15 +237072,15 @@ "binop": null, "updateContext": null }, - "start": 3292, - "end": 3293, + "start": 3473, + "end": 3474, "loc": { "start": { - "line": 98, + "line": 103, "column": 69 }, "end": { - "line": 98, + "line": 103, "column": 70 } } @@ -230924,15 +237098,15 @@ "binop": null }, "value": "player", - "start": 3302, - "end": 3308, + "start": 3483, + "end": 3489, "loc": { "start": { - "line": 99, + "line": 104, "column": 8 }, "end": { - "line": 99, + "line": 104, "column": 14 } } @@ -230950,15 +237124,15 @@ "binop": null, "updateContext": null }, - "start": 3308, - "end": 3309, + "start": 3489, + "end": 3490, "loc": { "start": { - "line": 99, + "line": 104, "column": 14 }, "end": { - "line": 99, + "line": 104, "column": 15 } } @@ -230976,15 +237150,15 @@ "binop": null }, "value": "recordIndicator", - "start": 3309, - "end": 3324, + "start": 3490, + "end": 3505, "loc": { "start": { - "line": 99, + "line": 104, "column": 15 }, "end": { - "line": 99, + "line": 104, "column": 30 } } @@ -231002,15 +237176,15 @@ "binop": null, "updateContext": null }, - "start": 3324, - "end": 3325, + "start": 3505, + "end": 3506, "loc": { "start": { - "line": 99, + "line": 104, "column": 30 }, "end": { - "line": 99, + "line": 104, "column": 31 } } @@ -231028,15 +237202,15 @@ "binop": null }, "value": "hide", - "start": 3325, - "end": 3329, + "start": 3506, + "end": 3510, "loc": { "start": { - "line": 99, + "line": 104, "column": 31 }, "end": { - "line": 99, + "line": 104, "column": 35 } } @@ -231053,15 +237227,15 @@ "postfix": false, "binop": null }, - "start": 3329, - "end": 3330, + "start": 3510, + "end": 3511, "loc": { "start": { - "line": 99, + "line": 104, "column": 35 }, "end": { - "line": 99, + "line": 104, "column": 36 } } @@ -231078,15 +237252,15 @@ "postfix": false, "binop": null }, - "start": 3330, - "end": 3331, + "start": 3511, + "end": 3512, "loc": { "start": { - "line": 99, + "line": 104, "column": 36 }, "end": { - "line": 99, + "line": 104, "column": 37 } } @@ -231104,15 +237278,15 @@ "binop": null, "updateContext": null }, - "start": 3331, - "end": 3332, + "start": 3512, + "end": 3513, "loc": { "start": { - "line": 99, + "line": 104, "column": 37 }, "end": { - "line": 99, + "line": 104, "column": 38 } } @@ -231130,15 +237304,15 @@ "binop": null }, "value": "player", - "start": 3341, - "end": 3347, + "start": 3522, + "end": 3528, "loc": { "start": { - "line": 100, + "line": 105, "column": 8 }, "end": { - "line": 100, + "line": 105, "column": 14 } } @@ -231156,15 +237330,15 @@ "binop": null, "updateContext": null }, - "start": 3347, - "end": 3348, + "start": 3528, + "end": 3529, "loc": { "start": { - "line": 100, + "line": 105, "column": 14 }, "end": { - "line": 100, + "line": 105, "column": 15 } } @@ -231182,15 +237356,15 @@ "binop": null }, "value": "addChild", - "start": 3348, - "end": 3356, + "start": 3529, + "end": 3537, "loc": { "start": { - "line": 100, + "line": 105, "column": 15 }, "end": { - "line": 100, + "line": 105, "column": 23 } } @@ -231207,15 +237381,15 @@ "postfix": false, "binop": null }, - "start": 3356, - "end": 3357, + "start": 3537, + "end": 3538, "loc": { "start": { - "line": 100, + "line": 105, "column": 23 }, "end": { - "line": 100, + "line": 105, "column": 24 } } @@ -231233,15 +237407,15 @@ "binop": null }, "value": "player", - "start": 3357, - "end": 3363, + "start": 3538, + "end": 3544, "loc": { "start": { - "line": 100, + "line": 105, "column": 24 }, "end": { - "line": 100, + "line": 105, "column": 30 } } @@ -231259,15 +237433,15 @@ "binop": null, "updateContext": null }, - "start": 3363, - "end": 3364, + "start": 3544, + "end": 3545, "loc": { "start": { - "line": 100, + "line": 105, "column": 30 }, "end": { - "line": 100, + "line": 105, "column": 31 } } @@ -231285,15 +237459,15 @@ "binop": null }, "value": "recordIndicator", - "start": 3364, - "end": 3379, + "start": 3545, + "end": 3560, "loc": { "start": { - "line": 100, + "line": 105, "column": 31 }, "end": { - "line": 100, + "line": 105, "column": 46 } } @@ -231310,15 +237484,15 @@ "postfix": false, "binop": null }, - "start": 3379, - "end": 3380, + "start": 3560, + "end": 3561, "loc": { "start": { - "line": 100, + "line": 105, "column": 46 }, "end": { - "line": 100, + "line": 105, "column": 47 } } @@ -231336,15 +237510,15 @@ "binop": null, "updateContext": null }, - "start": 3380, - "end": 3381, + "start": 3561, + "end": 3562, "loc": { "start": { - "line": 100, + "line": 105, "column": 47 }, "end": { - "line": 100, + "line": 105, "column": 48 } } @@ -231352,15 +237526,15 @@ { "type": "CommentLine", "value": " add canvas for recording and displaying image", - "start": 3391, - "end": 3439, + "start": 3572, + "end": 3620, "loc": { "start": { - "line": 102, + "line": 107, "column": 8 }, "end": { - "line": 102, + "line": 107, "column": 56 } } @@ -231378,15 +237552,15 @@ "binop": null }, "value": "player", - "start": 3448, - "end": 3454, + "start": 3629, + "end": 3635, "loc": { "start": { - "line": 103, + "line": 108, "column": 8 }, "end": { - "line": 103, + "line": 108, "column": 14 } } @@ -231404,15 +237578,15 @@ "binop": null, "updateContext": null }, - "start": 3454, - "end": 3455, + "start": 3635, + "end": 3636, "loc": { "start": { - "line": 103, + "line": 108, "column": 14 }, "end": { - "line": 103, + "line": 108, "column": 15 } } @@ -231430,15 +237604,15 @@ "binop": null }, "value": "recordCanvas", - "start": 3455, - "end": 3467, + "start": 3636, + "end": 3648, "loc": { "start": { - "line": 103, + "line": 108, "column": 15 }, "end": { - "line": 103, + "line": 108, "column": 27 } } @@ -231457,15 +237631,15 @@ "updateContext": null }, "value": "=", - "start": 3468, - "end": 3469, + "start": 3649, + "end": 3650, "loc": { "start": { - "line": 103, + "line": 108, "column": 28 }, "end": { - "line": 103, + "line": 108, "column": 29 } } @@ -231485,15 +237659,15 @@ "updateContext": null }, "value": "new", - "start": 3470, - "end": 3473, + "start": 3651, + "end": 3654, "loc": { "start": { - "line": 103, + "line": 108, "column": 30 }, "end": { - "line": 103, + "line": 108, "column": 33 } } @@ -231511,15 +237685,15 @@ "binop": null }, "value": "RecordCanvas", - "start": 3474, - "end": 3486, + "start": 3655, + "end": 3667, "loc": { "start": { - "line": 103, + "line": 108, "column": 34 }, "end": { - "line": 103, + "line": 108, "column": 46 } } @@ -231536,15 +237710,15 @@ "postfix": false, "binop": null }, - "start": 3486, - "end": 3487, + "start": 3667, + "end": 3668, "loc": { "start": { - "line": 103, + "line": 108, "column": 46 }, "end": { - "line": 103, + "line": 108, "column": 47 } } @@ -231562,15 +237736,15 @@ "binop": null }, "value": "player", - "start": 3487, - "end": 3493, + "start": 3668, + "end": 3674, "loc": { "start": { - "line": 103, + "line": 108, "column": 47 }, "end": { - "line": 103, + "line": 108, "column": 53 } } @@ -231588,15 +237762,15 @@ "binop": null, "updateContext": null }, - "start": 3493, - "end": 3494, + "start": 3674, + "end": 3675, "loc": { "start": { - "line": 103, + "line": 108, "column": 53 }, "end": { - "line": 103, + "line": 108, "column": 54 } } @@ -231614,15 +237788,15 @@ "binop": null }, "value": "options", - "start": 3495, - "end": 3502, + "start": 3676, + "end": 3683, "loc": { "start": { - "line": 103, + "line": 108, "column": 55 }, "end": { - "line": 103, + "line": 108, "column": 62 } } @@ -231639,15 +237813,15 @@ "postfix": false, "binop": null }, - "start": 3502, - "end": 3503, + "start": 3683, + "end": 3684, "loc": { "start": { - "line": 103, + "line": 108, "column": 62 }, "end": { - "line": 103, + "line": 108, "column": 63 } } @@ -231665,15 +237839,15 @@ "binop": null, "updateContext": null }, - "start": 3503, - "end": 3504, + "start": 3684, + "end": 3685, "loc": { "start": { - "line": 103, + "line": 108, "column": 63 }, "end": { - "line": 103, + "line": 108, "column": 64 } } @@ -231691,15 +237865,15 @@ "binop": null }, "value": "player", - "start": 3513, - "end": 3519, + "start": 3694, + "end": 3700, "loc": { "start": { - "line": 104, + "line": 109, "column": 8 }, "end": { - "line": 104, + "line": 109, "column": 14 } } @@ -231717,15 +237891,15 @@ "binop": null, "updateContext": null }, - "start": 3519, - "end": 3520, + "start": 3700, + "end": 3701, "loc": { "start": { - "line": 104, + "line": 109, "column": 14 }, "end": { - "line": 104, + "line": 109, "column": 15 } } @@ -231743,15 +237917,15 @@ "binop": null }, "value": "recordCanvas", - "start": 3520, - "end": 3532, + "start": 3701, + "end": 3713, "loc": { "start": { - "line": 104, + "line": 109, "column": 15 }, "end": { - "line": 104, + "line": 109, "column": 27 } } @@ -231769,15 +237943,15 @@ "binop": null, "updateContext": null }, - "start": 3532, - "end": 3533, + "start": 3713, + "end": 3714, "loc": { "start": { - "line": 104, + "line": 109, "column": 27 }, "end": { - "line": 104, + "line": 109, "column": 28 } } @@ -231795,15 +237969,15 @@ "binop": null }, "value": "hide", - "start": 3533, - "end": 3537, + "start": 3714, + "end": 3718, "loc": { "start": { - "line": 104, + "line": 109, "column": 28 }, "end": { - "line": 104, + "line": 109, "column": 32 } } @@ -231820,15 +237994,15 @@ "postfix": false, "binop": null }, - "start": 3537, - "end": 3538, + "start": 3718, + "end": 3719, "loc": { "start": { - "line": 104, + "line": 109, "column": 32 }, "end": { - "line": 104, + "line": 109, "column": 33 } } @@ -231845,15 +238019,15 @@ "postfix": false, "binop": null }, - "start": 3538, - "end": 3539, + "start": 3719, + "end": 3720, "loc": { "start": { - "line": 104, + "line": 109, "column": 33 }, "end": { - "line": 104, + "line": 109, "column": 34 } } @@ -231871,15 +238045,15 @@ "binop": null, "updateContext": null }, - "start": 3539, - "end": 3540, + "start": 3720, + "end": 3721, "loc": { "start": { - "line": 104, + "line": 109, "column": 34 }, "end": { - "line": 104, + "line": 109, "column": 35 } } @@ -231897,15 +238071,15 @@ "binop": null }, "value": "player", - "start": 3549, - "end": 3555, + "start": 3730, + "end": 3736, "loc": { "start": { - "line": 105, + "line": 110, "column": 8 }, "end": { - "line": 105, + "line": 110, "column": 14 } } @@ -231923,15 +238097,15 @@ "binop": null, "updateContext": null }, - "start": 3555, - "end": 3556, + "start": 3736, + "end": 3737, "loc": { "start": { - "line": 105, + "line": 110, "column": 14 }, "end": { - "line": 105, + "line": 110, "column": 15 } } @@ -231949,15 +238123,15 @@ "binop": null }, "value": "addChild", - "start": 3556, - "end": 3564, + "start": 3737, + "end": 3745, "loc": { "start": { - "line": 105, + "line": 110, "column": 15 }, "end": { - "line": 105, + "line": 110, "column": 23 } } @@ -231974,15 +238148,15 @@ "postfix": false, "binop": null }, - "start": 3564, - "end": 3565, + "start": 3745, + "end": 3746, "loc": { "start": { - "line": 105, + "line": 110, "column": 23 }, "end": { - "line": 105, + "line": 110, "column": 24 } } @@ -232000,15 +238174,15 @@ "binop": null }, "value": "player", - "start": 3565, - "end": 3571, + "start": 3746, + "end": 3752, "loc": { "start": { - "line": 105, + "line": 110, "column": 24 }, "end": { - "line": 105, + "line": 110, "column": 30 } } @@ -232026,15 +238200,15 @@ "binop": null, "updateContext": null }, - "start": 3571, - "end": 3572, + "start": 3752, + "end": 3753, "loc": { "start": { - "line": 105, + "line": 110, "column": 30 }, "end": { - "line": 105, + "line": 110, "column": 31 } } @@ -232052,15 +238226,15 @@ "binop": null }, "value": "recordCanvas", - "start": 3572, - "end": 3584, + "start": 3753, + "end": 3765, "loc": { "start": { - "line": 105, + "line": 110, "column": 31 }, "end": { - "line": 105, + "line": 110, "column": 43 } } @@ -232077,15 +238251,15 @@ "postfix": false, "binop": null }, - "start": 3584, - "end": 3585, + "start": 3765, + "end": 3766, "loc": { "start": { - "line": 105, + "line": 110, "column": 43 }, "end": { - "line": 105, + "line": 110, "column": 44 } } @@ -232103,15 +238277,15 @@ "binop": null, "updateContext": null }, - "start": 3585, - "end": 3586, + "start": 3766, + "end": 3767, "loc": { "start": { - "line": 105, + "line": 110, "column": 44 }, "end": { - "line": 105, + "line": 110, "column": 45 } } @@ -232119,15 +238293,15 @@ { "type": "CommentLine", "value": " add image for animation display", - "start": 3596, - "end": 3630, + "start": 3777, + "end": 3811, "loc": { "start": { - "line": 107, + "line": 112, "column": 8 }, "end": { - "line": 107, + "line": 112, "column": 42 } } @@ -232145,15 +238319,15 @@ "binop": null }, "value": "player", - "start": 3639, - "end": 3645, + "start": 3820, + "end": 3826, "loc": { "start": { - "line": 108, + "line": 113, "column": 8 }, "end": { - "line": 108, + "line": 113, "column": 14 } } @@ -232171,15 +238345,15 @@ "binop": null, "updateContext": null }, - "start": 3645, - "end": 3646, + "start": 3826, + "end": 3827, "loc": { "start": { - "line": 108, + "line": 113, "column": 14 }, "end": { - "line": 108, + "line": 113, "column": 15 } } @@ -232197,15 +238371,15 @@ "binop": null }, "value": "animationDisplay", - "start": 3646, - "end": 3662, + "start": 3827, + "end": 3843, "loc": { "start": { - "line": 108, + "line": 113, "column": 15 }, "end": { - "line": 108, + "line": 113, "column": 31 } } @@ -232224,15 +238398,15 @@ "updateContext": null }, "value": "=", - "start": 3663, - "end": 3664, + "start": 3844, + "end": 3845, "loc": { "start": { - "line": 108, + "line": 113, "column": 32 }, "end": { - "line": 108, + "line": 113, "column": 33 } } @@ -232252,15 +238426,15 @@ "updateContext": null }, "value": "new", - "start": 3665, - "end": 3668, + "start": 3846, + "end": 3849, "loc": { "start": { - "line": 108, + "line": 113, "column": 34 }, "end": { - "line": 108, + "line": 113, "column": 37 } } @@ -232278,15 +238452,15 @@ "binop": null }, "value": "AnimationDisplay", - "start": 3669, - "end": 3685, + "start": 3850, + "end": 3866, "loc": { "start": { - "line": 108, + "line": 113, "column": 38 }, "end": { - "line": 108, + "line": 113, "column": 54 } } @@ -232303,15 +238477,15 @@ "postfix": false, "binop": null }, - "start": 3685, - "end": 3686, + "start": 3866, + "end": 3867, "loc": { "start": { - "line": 108, + "line": 113, "column": 54 }, "end": { - "line": 108, + "line": 113, "column": 55 } } @@ -232329,15 +238503,15 @@ "binop": null }, "value": "player", - "start": 3686, - "end": 3692, + "start": 3867, + "end": 3873, "loc": { "start": { - "line": 108, + "line": 113, "column": 55 }, "end": { - "line": 108, + "line": 113, "column": 61 } } @@ -232355,15 +238529,15 @@ "binop": null, "updateContext": null }, - "start": 3692, - "end": 3693, + "start": 3873, + "end": 3874, "loc": { "start": { - "line": 108, + "line": 113, "column": 61 }, "end": { - "line": 108, + "line": 113, "column": 62 } } @@ -232381,15 +238555,15 @@ "binop": null }, "value": "options", - "start": 3694, - "end": 3701, + "start": 3875, + "end": 3882, "loc": { "start": { - "line": 108, + "line": 113, "column": 63 }, "end": { - "line": 108, + "line": 113, "column": 70 } } @@ -232406,15 +238580,15 @@ "postfix": false, "binop": null }, - "start": 3701, - "end": 3702, + "start": 3882, + "end": 3883, "loc": { "start": { - "line": 108, + "line": 113, "column": 70 }, "end": { - "line": 108, + "line": 113, "column": 71 } } @@ -232432,15 +238606,15 @@ "binop": null, "updateContext": null }, - "start": 3702, - "end": 3703, + "start": 3883, + "end": 3884, "loc": { "start": { - "line": 108, + "line": 113, "column": 71 }, "end": { - "line": 108, + "line": 113, "column": 72 } } @@ -232458,15 +238632,15 @@ "binop": null }, "value": "player", - "start": 3712, - "end": 3718, + "start": 3893, + "end": 3899, "loc": { "start": { - "line": 109, + "line": 114, "column": 8 }, "end": { - "line": 109, + "line": 114, "column": 14 } } @@ -232484,15 +238658,15 @@ "binop": null, "updateContext": null }, - "start": 3718, - "end": 3719, + "start": 3899, + "end": 3900, "loc": { "start": { - "line": 109, + "line": 114, "column": 14 }, "end": { - "line": 109, + "line": 114, "column": 15 } } @@ -232510,15 +238684,15 @@ "binop": null }, "value": "animationDisplay", - "start": 3719, - "end": 3735, + "start": 3900, + "end": 3916, "loc": { "start": { - "line": 109, + "line": 114, "column": 15 }, "end": { - "line": 109, + "line": 114, "column": 31 } } @@ -232536,15 +238710,15 @@ "binop": null, "updateContext": null }, - "start": 3735, - "end": 3736, + "start": 3916, + "end": 3917, "loc": { "start": { - "line": 109, + "line": 114, "column": 31 }, "end": { - "line": 109, + "line": 114, "column": 32 } } @@ -232562,15 +238736,15 @@ "binop": null }, "value": "hide", - "start": 3736, - "end": 3740, + "start": 3917, + "end": 3921, "loc": { "start": { - "line": 109, + "line": 114, "column": 32 }, "end": { - "line": 109, + "line": 114, "column": 36 } } @@ -232587,15 +238761,15 @@ "postfix": false, "binop": null }, - "start": 3740, - "end": 3741, + "start": 3921, + "end": 3922, "loc": { "start": { - "line": 109, + "line": 114, "column": 36 }, "end": { - "line": 109, + "line": 114, "column": 37 } } @@ -232612,15 +238786,15 @@ "postfix": false, "binop": null }, - "start": 3741, - "end": 3742, + "start": 3922, + "end": 3923, "loc": { "start": { - "line": 109, + "line": 114, "column": 37 }, "end": { - "line": 109, + "line": 114, "column": 38 } } @@ -232638,15 +238812,15 @@ "binop": null, "updateContext": null }, - "start": 3742, - "end": 3743, + "start": 3923, + "end": 3924, "loc": { "start": { - "line": 109, + "line": 114, "column": 38 }, "end": { - "line": 109, + "line": 114, "column": 39 } } @@ -232664,15 +238838,15 @@ "binop": null }, "value": "player", - "start": 3752, - "end": 3758, + "start": 3933, + "end": 3939, "loc": { "start": { - "line": 110, + "line": 115, "column": 8 }, "end": { - "line": 110, + "line": 115, "column": 14 } } @@ -232690,15 +238864,15 @@ "binop": null, "updateContext": null }, - "start": 3758, - "end": 3759, + "start": 3939, + "end": 3940, "loc": { "start": { - "line": 110, + "line": 115, "column": 14 }, "end": { - "line": 110, + "line": 115, "column": 15 } } @@ -232716,15 +238890,15 @@ "binop": null }, "value": "addChild", - "start": 3759, - "end": 3767, + "start": 3940, + "end": 3948, "loc": { "start": { - "line": 110, + "line": 115, "column": 15 }, "end": { - "line": 110, + "line": 115, "column": 23 } } @@ -232741,15 +238915,15 @@ "postfix": false, "binop": null }, - "start": 3767, - "end": 3768, + "start": 3948, + "end": 3949, "loc": { "start": { - "line": 110, + "line": 115, "column": 23 }, "end": { - "line": 110, + "line": 115, "column": 24 } } @@ -232767,15 +238941,15 @@ "binop": null }, "value": "player", - "start": 3768, - "end": 3774, + "start": 3949, + "end": 3955, "loc": { "start": { - "line": 110, + "line": 115, "column": 24 }, "end": { - "line": 110, + "line": 115, "column": 30 } } @@ -232793,15 +238967,15 @@ "binop": null, "updateContext": null }, - "start": 3774, - "end": 3775, + "start": 3955, + "end": 3956, "loc": { "start": { - "line": 110, + "line": 115, "column": 30 }, "end": { - "line": 110, + "line": 115, "column": 31 } } @@ -232819,15 +238993,15 @@ "binop": null }, "value": "animationDisplay", - "start": 3775, - "end": 3791, + "start": 3956, + "end": 3972, "loc": { "start": { - "line": 110, + "line": 115, "column": 31 }, "end": { - "line": 110, + "line": 115, "column": 47 } } @@ -232844,15 +239018,15 @@ "postfix": false, "binop": null }, - "start": 3791, - "end": 3792, + "start": 3972, + "end": 3973, "loc": { "start": { - "line": 110, + "line": 115, "column": 47 }, "end": { - "line": 110, + "line": 115, "column": 48 } } @@ -232870,15 +239044,15 @@ "binop": null, "updateContext": null }, - "start": 3792, - "end": 3793, + "start": 3973, + "end": 3974, "loc": { "start": { - "line": 110, + "line": 115, "column": 48 }, "end": { - "line": 110, + "line": 115, "column": 49 } } @@ -232886,15 +239060,15 @@ { "type": "CommentLine", "value": " add camera button", - "start": 3803, - "end": 3823, + "start": 3984, + "end": 4004, "loc": { "start": { - "line": 112, + "line": 117, "column": 8 }, "end": { - "line": 112, + "line": 117, "column": 28 } } @@ -232912,15 +239086,15 @@ "binop": null }, "value": "player", - "start": 3832, - "end": 3838, + "start": 4013, + "end": 4019, "loc": { "start": { - "line": 113, + "line": 118, "column": 8 }, "end": { - "line": 113, + "line": 118, "column": 14 } } @@ -232938,15 +239112,15 @@ "binop": null, "updateContext": null }, - "start": 3838, - "end": 3839, + "start": 4019, + "end": 4020, "loc": { "start": { - "line": 113, + "line": 118, "column": 14 }, "end": { - "line": 113, + "line": 118, "column": 15 } } @@ -232964,15 +239138,15 @@ "binop": null }, "value": "cameraButton", - "start": 3839, - "end": 3851, + "start": 4020, + "end": 4032, "loc": { "start": { - "line": 113, + "line": 118, "column": 15 }, "end": { - "line": 113, + "line": 118, "column": 27 } } @@ -232991,15 +239165,15 @@ "updateContext": null }, "value": "=", - "start": 3852, - "end": 3853, + "start": 4033, + "end": 4034, "loc": { "start": { - "line": 113, + "line": 118, "column": 28 }, "end": { - "line": 113, + "line": 118, "column": 29 } } @@ -233019,15 +239193,15 @@ "updateContext": null }, "value": "new", - "start": 3854, - "end": 3857, + "start": 4035, + "end": 4038, "loc": { "start": { - "line": 113, + "line": 118, "column": 30 }, "end": { - "line": 113, + "line": 118, "column": 33 } } @@ -233045,15 +239219,15 @@ "binop": null }, "value": "CameraButton", - "start": 3858, - "end": 3870, + "start": 4039, + "end": 4051, "loc": { "start": { - "line": 113, + "line": 118, "column": 34 }, "end": { - "line": 113, + "line": 118, "column": 46 } } @@ -233070,15 +239244,15 @@ "postfix": false, "binop": null }, - "start": 3870, - "end": 3871, + "start": 4051, + "end": 4052, "loc": { "start": { - "line": 113, + "line": 118, "column": 46 }, "end": { - "line": 113, + "line": 118, "column": 47 } } @@ -233096,15 +239270,15 @@ "binop": null }, "value": "player", - "start": 3871, - "end": 3877, + "start": 4052, + "end": 4058, "loc": { "start": { - "line": 113, + "line": 118, "column": 47 }, "end": { - "line": 113, + "line": 118, "column": 53 } } @@ -233122,15 +239296,15 @@ "binop": null, "updateContext": null }, - "start": 3877, - "end": 3878, + "start": 4058, + "end": 4059, "loc": { "start": { - "line": 113, + "line": 118, "column": 53 }, "end": { - "line": 113, + "line": 118, "column": 54 } } @@ -233148,15 +239322,15 @@ "binop": null }, "value": "options", - "start": 3879, - "end": 3886, + "start": 4060, + "end": 4067, "loc": { "start": { - "line": 113, + "line": 118, "column": 55 }, "end": { - "line": 113, + "line": 118, "column": 62 } } @@ -233173,15 +239347,15 @@ "postfix": false, "binop": null }, - "start": 3886, - "end": 3887, + "start": 4067, + "end": 4068, "loc": { "start": { - "line": 113, + "line": 118, "column": 62 }, "end": { - "line": 113, + "line": 118, "column": 63 } } @@ -233199,15 +239373,15 @@ "binop": null, "updateContext": null }, - "start": 3887, - "end": 3888, + "start": 4068, + "end": 4069, "loc": { "start": { - "line": 113, + "line": 118, "column": 63 }, "end": { - "line": 113, + "line": 118, "column": 64 } } @@ -233225,15 +239399,15 @@ "binop": null }, "value": "player", - "start": 3897, - "end": 3903, + "start": 4078, + "end": 4084, "loc": { "start": { - "line": 114, + "line": 119, "column": 8 }, "end": { - "line": 114, + "line": 119, "column": 14 } } @@ -233251,15 +239425,15 @@ "binop": null, "updateContext": null }, - "start": 3903, - "end": 3904, + "start": 4084, + "end": 4085, "loc": { "start": { - "line": 114, + "line": 119, "column": 14 }, "end": { - "line": 114, + "line": 119, "column": 15 } } @@ -233277,15 +239451,15 @@ "binop": null }, "value": "cameraButton", - "start": 3904, - "end": 3916, + "start": 4085, + "end": 4097, "loc": { "start": { - "line": 114, + "line": 119, "column": 15 }, "end": { - "line": 114, + "line": 119, "column": 27 } } @@ -233303,15 +239477,15 @@ "binop": null, "updateContext": null }, - "start": 3916, - "end": 3917, + "start": 4097, + "end": 4098, "loc": { "start": { - "line": 114, + "line": 119, "column": 27 }, "end": { - "line": 114, + "line": 119, "column": 28 } } @@ -233329,15 +239503,15 @@ "binop": null }, "value": "hide", - "start": 3917, - "end": 3921, + "start": 4098, + "end": 4102, "loc": { "start": { - "line": 114, + "line": 119, "column": 28 }, "end": { - "line": 114, + "line": 119, "column": 32 } } @@ -233354,15 +239528,15 @@ "postfix": false, "binop": null }, - "start": 3921, - "end": 3922, + "start": 4102, + "end": 4103, "loc": { "start": { - "line": 114, + "line": 119, "column": 32 }, "end": { - "line": 114, + "line": 119, "column": 33 } } @@ -233379,15 +239553,15 @@ "postfix": false, "binop": null }, - "start": 3922, - "end": 3923, + "start": 4103, + "end": 4104, "loc": { "start": { - "line": 114, + "line": 119, "column": 33 }, "end": { - "line": 114, + "line": 119, "column": 34 } } @@ -233405,15 +239579,15 @@ "binop": null, "updateContext": null }, - "start": 3923, - "end": 3924, + "start": 4104, + "end": 4105, "loc": { "start": { - "line": 114, + "line": 119, "column": 34 }, "end": { - "line": 114, + "line": 119, "column": 35 } } @@ -233421,15 +239595,15 @@ { "type": "CommentLine", "value": " add record toggle button", - "start": 3934, - "end": 3961, + "start": 4115, + "end": 4142, "loc": { "start": { - "line": 116, + "line": 121, "column": 8 }, "end": { - "line": 116, + "line": 121, "column": 35 } } @@ -233447,15 +239621,15 @@ "binop": null }, "value": "player", - "start": 3970, - "end": 3976, + "start": 4151, + "end": 4157, "loc": { "start": { - "line": 117, + "line": 122, "column": 8 }, "end": { - "line": 117, + "line": 122, "column": 14 } } @@ -233473,15 +239647,15 @@ "binop": null, "updateContext": null }, - "start": 3976, - "end": 3977, + "start": 4157, + "end": 4158, "loc": { "start": { - "line": 117, + "line": 122, "column": 14 }, "end": { - "line": 117, + "line": 122, "column": 15 } } @@ -233499,15 +239673,15 @@ "binop": null }, "value": "recordToggle", - "start": 3977, - "end": 3989, + "start": 4158, + "end": 4170, "loc": { "start": { - "line": 117, + "line": 122, "column": 15 }, "end": { - "line": 117, + "line": 122, "column": 27 } } @@ -233526,15 +239700,15 @@ "updateContext": null }, "value": "=", - "start": 3990, - "end": 3991, + "start": 4171, + "end": 4172, "loc": { "start": { - "line": 117, + "line": 122, "column": 28 }, "end": { - "line": 117, + "line": 122, "column": 29 } } @@ -233554,15 +239728,15 @@ "updateContext": null }, "value": "new", - "start": 3992, - "end": 3995, + "start": 4173, + "end": 4176, "loc": { "start": { - "line": 117, + "line": 122, "column": 30 }, "end": { - "line": 117, + "line": 122, "column": 33 } } @@ -233580,15 +239754,15 @@ "binop": null }, "value": "RecordToggle", - "start": 3996, - "end": 4008, + "start": 4177, + "end": 4189, "loc": { "start": { - "line": 117, + "line": 122, "column": 34 }, "end": { - "line": 117, + "line": 122, "column": 46 } } @@ -233605,15 +239779,15 @@ "postfix": false, "binop": null }, - "start": 4008, - "end": 4009, + "start": 4189, + "end": 4190, "loc": { "start": { - "line": 117, + "line": 122, "column": 46 }, "end": { - "line": 117, + "line": 122, "column": 47 } } @@ -233631,15 +239805,15 @@ "binop": null }, "value": "player", - "start": 4009, - "end": 4015, + "start": 4190, + "end": 4196, "loc": { "start": { - "line": 117, + "line": 122, "column": 47 }, "end": { - "line": 117, + "line": 122, "column": 53 } } @@ -233657,15 +239831,15 @@ "binop": null, "updateContext": null }, - "start": 4015, - "end": 4016, + "start": 4196, + "end": 4197, "loc": { "start": { - "line": 117, + "line": 122, "column": 53 }, "end": { - "line": 117, + "line": 122, "column": 54 } } @@ -233683,15 +239857,15 @@ "binop": null }, "value": "options", - "start": 4017, - "end": 4024, + "start": 4198, + "end": 4205, "loc": { "start": { - "line": 117, + "line": 122, "column": 55 }, "end": { - "line": 117, + "line": 122, "column": 62 } } @@ -233708,15 +239882,15 @@ "postfix": false, "binop": null }, - "start": 4024, - "end": 4025, + "start": 4205, + "end": 4206, "loc": { "start": { - "line": 117, + "line": 122, "column": 62 }, "end": { - "line": 117, + "line": 122, "column": 63 } } @@ -233734,15 +239908,15 @@ "binop": null, "updateContext": null }, - "start": 4025, - "end": 4026, + "start": 4206, + "end": 4207, "loc": { "start": { - "line": 117, + "line": 122, "column": 63 }, "end": { - "line": 117, + "line": 122, "column": 64 } } @@ -233760,15 +239934,15 @@ "binop": null }, "value": "player", - "start": 4035, - "end": 4041, + "start": 4216, + "end": 4222, "loc": { "start": { - "line": 118, + "line": 123, "column": 8 }, "end": { - "line": 118, + "line": 123, "column": 14 } } @@ -233786,15 +239960,15 @@ "binop": null, "updateContext": null }, - "start": 4041, - "end": 4042, + "start": 4222, + "end": 4223, "loc": { "start": { - "line": 118, + "line": 123, "column": 14 }, "end": { - "line": 118, + "line": 123, "column": 15 } } @@ -233812,15 +239986,15 @@ "binop": null }, "value": "recordToggle", - "start": 4042, - "end": 4054, + "start": 4223, + "end": 4235, "loc": { "start": { - "line": 118, + "line": 123, "column": 15 }, "end": { - "line": 118, + "line": 123, "column": 27 } } @@ -233838,15 +240012,15 @@ "binop": null, "updateContext": null }, - "start": 4054, - "end": 4055, + "start": 4235, + "end": 4236, "loc": { "start": { - "line": 118, + "line": 123, "column": 27 }, "end": { - "line": 118, + "line": 123, "column": 28 } } @@ -233864,15 +240038,15 @@ "binop": null }, "value": "hide", - "start": 4055, - "end": 4059, + "start": 4236, + "end": 4240, "loc": { "start": { - "line": 118, + "line": 123, "column": 28 }, "end": { - "line": 118, + "line": 123, "column": 32 } } @@ -233889,15 +240063,15 @@ "postfix": false, "binop": null }, - "start": 4059, - "end": 4060, + "start": 4240, + "end": 4241, "loc": { "start": { - "line": 118, + "line": 123, "column": 32 }, "end": { - "line": 118, + "line": 123, "column": 33 } } @@ -233914,15 +240088,15 @@ "postfix": false, "binop": null }, - "start": 4060, - "end": 4061, + "start": 4241, + "end": 4242, "loc": { "start": { - "line": 118, + "line": 123, "column": 33 }, "end": { - "line": 118, + "line": 123, "column": 34 } } @@ -233940,15 +240114,15 @@ "binop": null, "updateContext": null }, - "start": 4061, - "end": 4062, + "start": 4242, + "end": 4243, "loc": { "start": { - "line": 118, + "line": 123, "column": 34 }, "end": { - "line": 118, + "line": 123, "column": 35 } } @@ -233956,15 +240130,15 @@ { "type": "CommentLine", "value": " picture-in-picture", - "start": 4072, - "end": 4093, + "start": 4253, + "end": 4274, "loc": { "start": { - "line": 120, + "line": 125, "column": 8 }, "end": { - "line": 120, + "line": 125, "column": 29 } } @@ -233984,15 +240158,15 @@ "updateContext": null }, "value": "let", - "start": 4102, - "end": 4105, + "start": 4283, + "end": 4286, "loc": { "start": { - "line": 121, + "line": 126, "column": 8 }, "end": { - "line": 121, + "line": 126, "column": 11 } } @@ -234010,15 +240184,15 @@ "binop": null }, "value": "oldVideoJS", - "start": 4106, - "end": 4116, + "start": 4287, + "end": 4297, "loc": { "start": { - "line": 121, + "line": 126, "column": 12 }, "end": { - "line": 121, + "line": 126, "column": 22 } } @@ -234037,15 +240211,15 @@ "updateContext": null }, "value": "=", - "start": 4117, - "end": 4118, + "start": 4298, + "end": 4299, "loc": { "start": { - "line": 121, + "line": 126, "column": 23 }, "end": { - "line": 121, + "line": 126, "column": 24 } } @@ -234063,15 +240237,15 @@ "binop": null }, "value": "videojs", - "start": 4119, - "end": 4126, + "start": 4300, + "end": 4307, "loc": { "start": { - "line": 121, + "line": 126, "column": 25 }, "end": { - "line": 121, + "line": 126, "column": 32 } } @@ -234089,15 +240263,15 @@ "binop": null, "updateContext": null }, - "start": 4126, - "end": 4127, + "start": 4307, + "end": 4308, "loc": { "start": { - "line": 121, + "line": 126, "column": 32 }, "end": { - "line": 121, + "line": 126, "column": 33 } } @@ -234115,15 +240289,15 @@ "binop": null }, "value": "VERSION", - "start": 4127, - "end": 4134, + "start": 4308, + "end": 4315, "loc": { "start": { - "line": 121, + "line": 126, "column": 33 }, "end": { - "line": 121, + "line": 126, "column": 40 } } @@ -234142,15 +240316,15 @@ "updateContext": null }, "value": "===", - "start": 4135, - "end": 4138, + "start": 4316, + "end": 4319, "loc": { "start": { - "line": 121, + "line": 126, "column": 41 }, "end": { - "line": 121, + "line": 126, "column": 44 } } @@ -234168,15 +240342,15 @@ "binop": null }, "value": "undefined", - "start": 4139, - "end": 4148, + "start": 4320, + "end": 4329, "loc": { "start": { - "line": 121, + "line": 126, "column": 45 }, "end": { - "line": 121, + "line": 126, "column": 54 } } @@ -234195,15 +240369,15 @@ "updateContext": null }, "value": "||", - "start": 4149, - "end": 4151, + "start": 4330, + "end": 4332, "loc": { "start": { - "line": 121, + "line": 126, "column": 55 }, "end": { - "line": 121, + "line": 126, "column": 57 } } @@ -234221,15 +240395,15 @@ "binop": null }, "value": "compareVersion", - "start": 4152, - "end": 4166, + "start": 4333, + "end": 4347, "loc": { "start": { - "line": 121, + "line": 126, "column": 58 }, "end": { - "line": 121, + "line": 126, "column": 72 } } @@ -234246,15 +240420,15 @@ "postfix": false, "binop": null }, - "start": 4166, - "end": 4167, + "start": 4347, + "end": 4348, "loc": { "start": { - "line": 121, + "line": 126, "column": 72 }, "end": { - "line": 121, + "line": 126, "column": 73 } } @@ -234272,15 +240446,15 @@ "binop": null }, "value": "videojs", - "start": 4167, - "end": 4174, + "start": 4348, + "end": 4355, "loc": { "start": { - "line": 121, + "line": 126, "column": 73 }, "end": { - "line": 121, + "line": 126, "column": 80 } } @@ -234298,15 +240472,15 @@ "binop": null, "updateContext": null }, - "start": 4174, - "end": 4175, + "start": 4355, + "end": 4356, "loc": { "start": { - "line": 121, + "line": 126, "column": 80 }, "end": { - "line": 121, + "line": 126, "column": 81 } } @@ -234324,15 +240498,15 @@ "binop": null }, "value": "VERSION", - "start": 4175, - "end": 4182, + "start": 4356, + "end": 4363, "loc": { "start": { - "line": 121, + "line": 126, "column": 81 }, "end": { - "line": 121, + "line": 126, "column": 88 } } @@ -234350,15 +240524,15 @@ "binop": null, "updateContext": null }, - "start": 4182, - "end": 4183, + "start": 4363, + "end": 4364, "loc": { "start": { - "line": 121, + "line": 126, "column": 88 }, "end": { - "line": 121, + "line": 126, "column": 89 } } @@ -234377,15 +240551,15 @@ "updateContext": null }, "value": "7.6.0", - "start": 4184, - "end": 4191, + "start": 4365, + "end": 4372, "loc": { "start": { - "line": 121, + "line": 126, "column": 90 }, "end": { - "line": 121, + "line": 126, "column": 97 } } @@ -234402,15 +240576,15 @@ "postfix": false, "binop": null }, - "start": 4191, - "end": 4192, + "start": 4372, + "end": 4373, "loc": { "start": { - "line": 121, + "line": 126, "column": 97 }, "end": { - "line": 121, + "line": 126, "column": 98 } } @@ -234429,15 +240603,15 @@ "updateContext": null }, "value": "===", - "start": 4193, - "end": 4196, + "start": 4374, + "end": 4377, "loc": { "start": { - "line": 121, + "line": 126, "column": 99 }, "end": { - "line": 121, + "line": 126, "column": 102 } } @@ -234456,15 +240630,15 @@ "updateContext": null }, "value": "-", - "start": 4197, - "end": 4198, + "start": 4378, + "end": 4379, "loc": { "start": { - "line": 121, + "line": 126, "column": 103 }, "end": { - "line": 121, + "line": 126, "column": 104 } } @@ -234483,15 +240657,15 @@ "updateContext": null }, "value": 1, - "start": 4198, - "end": 4199, + "start": 4379, + "end": 4380, "loc": { "start": { - "line": 121, + "line": 126, "column": 104 }, "end": { - "line": 121, + "line": 126, "column": 105 } } @@ -234509,15 +240683,15 @@ "binop": null, "updateContext": null }, - "start": 4199, - "end": 4200, + "start": 4380, + "end": 4381, "loc": { "start": { - "line": 121, + "line": 126, "column": 105 }, "end": { - "line": 121, + "line": 126, "column": 106 } } @@ -234537,15 +240711,15 @@ "updateContext": null }, "value": "if", - "start": 4209, - "end": 4211, + "start": 4390, + "end": 4392, "loc": { "start": { - "line": 122, + "line": 127, "column": 8 }, "end": { - "line": 122, + "line": 127, "column": 10 } } @@ -234562,15 +240736,15 @@ "postfix": false, "binop": null }, - "start": 4212, - "end": 4213, + "start": 4393, + "end": 4394, "loc": { "start": { - "line": 122, + "line": 127, "column": 11 }, "end": { - "line": 122, + "line": 127, "column": 12 } } @@ -234589,15 +240763,15 @@ "updateContext": null }, "value": "!", - "start": 4213, - "end": 4214, + "start": 4394, + "end": 4395, "loc": { "start": { - "line": 122, + "line": 127, "column": 12 }, "end": { - "line": 122, + "line": 127, "column": 13 } } @@ -234614,15 +240788,15 @@ "postfix": false, "binop": null }, - "start": 4214, - "end": 4215, + "start": 4395, + "end": 4396, "loc": { "start": { - "line": 122, + "line": 127, "column": 13 }, "end": { - "line": 122, + "line": 127, "column": 14 } } @@ -234641,15 +240815,15 @@ "updateContext": null }, "value": "exitPictureInPicture", - "start": 4215, - "end": 4237, + "start": 4396, + "end": 4418, "loc": { "start": { - "line": 122, + "line": 127, "column": 14 }, "end": { - "line": 122, + "line": 127, "column": 36 } } @@ -234669,15 +240843,15 @@ "updateContext": null }, "value": "in", - "start": 4238, - "end": 4240, + "start": 4419, + "end": 4421, "loc": { "start": { - "line": 122, + "line": 127, "column": 37 }, "end": { - "line": 122, + "line": 127, "column": 39 } } @@ -234695,15 +240869,15 @@ "binop": null }, "value": "document", - "start": 4241, - "end": 4249, + "start": 4422, + "end": 4430, "loc": { "start": { - "line": 122, + "line": 127, "column": 40 }, "end": { - "line": 122, + "line": 127, "column": 48 } } @@ -234720,15 +240894,15 @@ "postfix": false, "binop": null }, - "start": 4249, - "end": 4250, + "start": 4430, + "end": 4431, "loc": { "start": { - "line": 122, + "line": 127, "column": 48 }, "end": { - "line": 122, + "line": 127, "column": 49 } } @@ -234745,15 +240919,15 @@ "postfix": false, "binop": null }, - "start": 4250, - "end": 4251, + "start": 4431, + "end": 4432, "loc": { "start": { - "line": 122, + "line": 127, "column": 49 }, "end": { - "line": 122, + "line": 127, "column": 50 } } @@ -234770,15 +240944,15 @@ "postfix": false, "binop": null }, - "start": 4252, - "end": 4253, + "start": 4433, + "end": 4434, "loc": { "start": { - "line": 122, + "line": 127, "column": 51 }, "end": { - "line": 122, + "line": 127, "column": 52 } } @@ -234786,15 +240960,15 @@ { "type": "CommentLine", "value": " no support for picture-in-picture, disable pip", - "start": 4266, - "end": 4315, + "start": 4447, + "end": 4496, "loc": { "start": { - "line": 123, + "line": 128, "column": 12 }, "end": { - "line": 123, + "line": 128, "column": 61 } } @@ -234814,15 +240988,15 @@ "updateContext": null }, "value": "this", - "start": 4328, - "end": 4332, + "start": 4509, + "end": 4513, "loc": { "start": { - "line": 124, + "line": 129, "column": 12 }, "end": { - "line": 124, + "line": 129, "column": 16 } } @@ -234840,15 +241014,15 @@ "binop": null, "updateContext": null }, - "start": 4332, - "end": 4333, + "start": 4513, + "end": 4514, "loc": { "start": { - "line": 124, + "line": 129, "column": 16 }, "end": { - "line": 124, + "line": 129, "column": 17 } } @@ -234866,15 +241040,15 @@ "binop": null }, "value": "pictureInPicture", - "start": 4333, - "end": 4349, + "start": 4514, + "end": 4530, "loc": { "start": { - "line": 124, + "line": 129, "column": 17 }, "end": { - "line": 124, + "line": 129, "column": 33 } } @@ -234893,15 +241067,15 @@ "updateContext": null }, "value": "=", - "start": 4350, - "end": 4351, + "start": 4531, + "end": 4532, "loc": { "start": { - "line": 124, + "line": 129, "column": 34 }, "end": { - "line": 124, + "line": 129, "column": 35 } } @@ -234921,15 +241095,15 @@ "updateContext": null }, "value": "false", - "start": 4352, - "end": 4357, + "start": 4533, + "end": 4538, "loc": { "start": { - "line": 124, + "line": 129, "column": 36 }, "end": { - "line": 124, + "line": 129, "column": 41 } } @@ -234947,15 +241121,15 @@ "binop": null, "updateContext": null }, - "start": 4357, - "end": 4358, + "start": 4538, + "end": 4539, "loc": { "start": { - "line": 124, + "line": 129, "column": 41 }, "end": { - "line": 124, + "line": 129, "column": 42 } } @@ -234972,15 +241146,15 @@ "postfix": false, "binop": null }, - "start": 4367, - "end": 4368, + "start": 4548, + "end": 4549, "loc": { "start": { - "line": 125, + "line": 130, "column": 8 }, "end": { - "line": 125, + "line": 130, "column": 9 } } @@ -235000,15 +241174,15 @@ "updateContext": null }, "value": "else", - "start": 4369, - "end": 4373, + "start": 4550, + "end": 4554, "loc": { "start": { - "line": 125, + "line": 130, "column": 10 }, "end": { - "line": 125, + "line": 130, "column": 14 } } @@ -235028,15 +241202,15 @@ "updateContext": null }, "value": "if", - "start": 4374, - "end": 4376, + "start": 4555, + "end": 4557, "loc": { "start": { - "line": 125, + "line": 130, "column": 15 }, "end": { - "line": 125, + "line": 130, "column": 17 } } @@ -235053,15 +241227,15 @@ "postfix": false, "binop": null }, - "start": 4377, - "end": 4378, + "start": 4558, + "end": 4559, "loc": { "start": { - "line": 125, + "line": 130, "column": 18 }, "end": { - "line": 125, + "line": 130, "column": 19 } } @@ -235079,15 +241253,15 @@ "binop": null }, "value": "oldVideoJS", - "start": 4378, - "end": 4388, + "start": 4559, + "end": 4569, "loc": { "start": { - "line": 125, + "line": 130, "column": 19 }, "end": { - "line": 125, + "line": 130, "column": 29 } } @@ -235104,15 +241278,15 @@ "postfix": false, "binop": null }, - "start": 4388, - "end": 4389, + "start": 4569, + "end": 4570, "loc": { "start": { - "line": 125, + "line": 130, "column": 29 }, "end": { - "line": 125, + "line": 130, "column": 30 } } @@ -235129,15 +241303,15 @@ "postfix": false, "binop": null }, - "start": 4390, - "end": 4391, + "start": 4571, + "end": 4572, "loc": { "start": { - "line": 125, + "line": 130, "column": 31 }, "end": { - "line": 125, + "line": 130, "column": 32 } } @@ -235145,15 +241319,15 @@ { "type": "CommentLine", "value": " add picture-in-picture toggle button for older video.js versions", - "start": 4404, - "end": 4471, + "start": 4585, + "end": 4652, "loc": { "start": { - "line": 126, + "line": 131, "column": 12 }, "end": { - "line": 126, + "line": 131, "column": 79 } } @@ -235161,15 +241335,15 @@ { "type": "CommentLine", "value": " in browsers that support PIP", - "start": 4484, - "end": 4515, + "start": 4665, + "end": 4696, "loc": { "start": { - "line": 127, + "line": 132, "column": 12 }, "end": { - "line": 127, + "line": 132, "column": 43 } } @@ -235187,15 +241361,15 @@ "binop": null }, "value": "player", - "start": 4528, - "end": 4534, + "start": 4709, + "end": 4715, "loc": { "start": { - "line": 128, + "line": 133, "column": 12 }, "end": { - "line": 128, + "line": 133, "column": 18 } } @@ -235213,15 +241387,15 @@ "binop": null, "updateContext": null }, - "start": 4534, - "end": 4535, + "start": 4715, + "end": 4716, "loc": { "start": { - "line": 128, + "line": 133, "column": 18 }, "end": { - "line": 128, + "line": 133, "column": 19 } } @@ -235239,15 +241413,15 @@ "binop": null }, "value": "pipToggle", - "start": 4535, - "end": 4544, + "start": 4716, + "end": 4725, "loc": { "start": { - "line": 128, + "line": 133, "column": 19 }, "end": { - "line": 128, + "line": 133, "column": 28 } } @@ -235266,15 +241440,15 @@ "updateContext": null }, "value": "=", - "start": 4545, - "end": 4546, + "start": 4726, + "end": 4727, "loc": { "start": { - "line": 128, + "line": 133, "column": 29 }, "end": { - "line": 128, + "line": 133, "column": 30 } } @@ -235294,15 +241468,15 @@ "updateContext": null }, "value": "new", - "start": 4547, - "end": 4550, + "start": 4728, + "end": 4731, "loc": { "start": { - "line": 128, + "line": 133, "column": 31 }, "end": { - "line": 128, + "line": 133, "column": 34 } } @@ -235320,15 +241494,15 @@ "binop": null }, "value": "PictureInPictureToggle", - "start": 4551, - "end": 4573, + "start": 4732, + "end": 4754, "loc": { "start": { - "line": 128, + "line": 133, "column": 35 }, "end": { - "line": 128, + "line": 133, "column": 57 } } @@ -235345,15 +241519,15 @@ "postfix": false, "binop": null }, - "start": 4573, - "end": 4574, + "start": 4754, + "end": 4755, "loc": { "start": { - "line": 128, + "line": 133, "column": 57 }, "end": { - "line": 128, + "line": 133, "column": 58 } } @@ -235371,15 +241545,15 @@ "binop": null }, "value": "player", - "start": 4574, - "end": 4580, + "start": 4755, + "end": 4761, "loc": { "start": { - "line": 128, + "line": 133, "column": 58 }, "end": { - "line": 128, + "line": 133, "column": 64 } } @@ -235397,15 +241571,15 @@ "binop": null, "updateContext": null }, - "start": 4580, - "end": 4581, + "start": 4761, + "end": 4762, "loc": { "start": { - "line": 128, + "line": 133, "column": 64 }, "end": { - "line": 128, + "line": 133, "column": 65 } } @@ -235423,15 +241597,15 @@ "binop": null }, "value": "options", - "start": 4582, - "end": 4589, + "start": 4763, + "end": 4770, "loc": { "start": { - "line": 128, + "line": 133, "column": 66 }, "end": { - "line": 128, + "line": 133, "column": 73 } } @@ -235448,15 +241622,15 @@ "postfix": false, "binop": null }, - "start": 4589, - "end": 4590, + "start": 4770, + "end": 4771, "loc": { "start": { - "line": 128, + "line": 133, "column": 73 }, "end": { - "line": 128, + "line": 133, "column": 74 } } @@ -235474,15 +241648,15 @@ "binop": null, "updateContext": null }, - "start": 4590, - "end": 4591, + "start": 4771, + "end": 4772, "loc": { "start": { - "line": 128, + "line": 133, "column": 74 }, "end": { - "line": 128, + "line": 133, "column": 75 } } @@ -235500,15 +241674,15 @@ "binop": null }, "value": "player", - "start": 4604, - "end": 4610, + "start": 4785, + "end": 4791, "loc": { "start": { - "line": 129, + "line": 134, "column": 12 }, "end": { - "line": 129, + "line": 134, "column": 18 } } @@ -235526,15 +241700,15 @@ "binop": null, "updateContext": null }, - "start": 4610, - "end": 4611, + "start": 4791, + "end": 4792, "loc": { "start": { - "line": 129, + "line": 134, "column": 18 }, "end": { - "line": 129, + "line": 134, "column": 19 } } @@ -235552,15 +241726,15 @@ "binop": null }, "value": "pipToggle", - "start": 4611, - "end": 4620, + "start": 4792, + "end": 4801, "loc": { "start": { - "line": 129, + "line": 134, "column": 19 }, "end": { - "line": 129, + "line": 134, "column": 28 } } @@ -235578,15 +241752,15 @@ "binop": null, "updateContext": null }, - "start": 4620, - "end": 4621, + "start": 4801, + "end": 4802, "loc": { "start": { - "line": 129, + "line": 134, "column": 28 }, "end": { - "line": 129, + "line": 134, "column": 29 } } @@ -235604,15 +241778,15 @@ "binop": null }, "value": "hide", - "start": 4621, - "end": 4625, + "start": 4802, + "end": 4806, "loc": { "start": { - "line": 129, + "line": 134, "column": 29 }, "end": { - "line": 129, + "line": 134, "column": 33 } } @@ -235629,15 +241803,15 @@ "postfix": false, "binop": null }, - "start": 4625, - "end": 4626, + "start": 4806, + "end": 4807, "loc": { "start": { - "line": 129, + "line": 134, "column": 33 }, "end": { - "line": 129, + "line": 134, "column": 34 } } @@ -235654,15 +241828,15 @@ "postfix": false, "binop": null }, - "start": 4626, - "end": 4627, + "start": 4807, + "end": 4808, "loc": { "start": { - "line": 129, + "line": 134, "column": 34 }, "end": { - "line": 129, + "line": 134, "column": 35 } } @@ -235680,15 +241854,15 @@ "binop": null, "updateContext": null }, - "start": 4627, - "end": 4628, + "start": 4808, + "end": 4809, "loc": { "start": { - "line": 129, + "line": 134, "column": 35 }, "end": { - "line": 129, + "line": 134, "column": 36 } } @@ -235705,15 +241879,15 @@ "postfix": false, "binop": null }, - "start": 4637, - "end": 4638, + "start": 4818, + "end": 4819, "loc": { "start": { - "line": 130, + "line": 135, "column": 8 }, "end": { - "line": 130, + "line": 135, "column": 9 } } @@ -235733,15 +241907,15 @@ "updateContext": null }, "value": "if", - "start": 4647, - "end": 4649, + "start": 4828, + "end": 4830, "loc": { "start": { - "line": 131, + "line": 136, "column": 8 }, "end": { - "line": 131, + "line": 136, "column": 10 } } @@ -235758,15 +241932,15 @@ "postfix": false, "binop": null }, - "start": 4650, - "end": 4651, + "start": 4831, + "end": 4832, "loc": { "start": { - "line": 131, + "line": 136, "column": 11 }, "end": { - "line": 131, + "line": 136, "column": 12 } } @@ -235786,15 +241960,15 @@ "updateContext": null }, "value": "this", - "start": 4651, - "end": 4655, + "start": 4832, + "end": 4836, "loc": { "start": { - "line": 131, + "line": 136, "column": 12 }, "end": { - "line": 131, + "line": 136, "column": 16 } } @@ -235812,15 +241986,15 @@ "binop": null, "updateContext": null }, - "start": 4655, - "end": 4656, + "start": 4836, + "end": 4837, "loc": { "start": { - "line": 131, + "line": 136, "column": 16 }, "end": { - "line": 131, + "line": 136, "column": 17 } } @@ -235838,15 +242012,15 @@ "binop": null }, "value": "pictureInPicture", - "start": 4656, - "end": 4672, + "start": 4837, + "end": 4853, "loc": { "start": { - "line": 131, + "line": 136, "column": 17 }, "end": { - "line": 131, + "line": 136, "column": 33 } } @@ -235865,15 +242039,15 @@ "updateContext": null }, "value": "===", - "start": 4673, - "end": 4676, + "start": 4854, + "end": 4857, "loc": { "start": { - "line": 131, + "line": 136, "column": 34 }, "end": { - "line": 131, + "line": 136, "column": 37 } } @@ -235893,15 +242067,15 @@ "updateContext": null }, "value": "true", - "start": 4677, - "end": 4681, + "start": 4858, + "end": 4862, "loc": { "start": { - "line": 131, + "line": 136, "column": 38 }, "end": { - "line": 131, + "line": 136, "column": 42 } } @@ -235918,15 +242092,15 @@ "postfix": false, "binop": null }, - "start": 4681, - "end": 4682, + "start": 4862, + "end": 4863, "loc": { "start": { - "line": 131, + "line": 136, "column": 42 }, "end": { - "line": 131, + "line": 136, "column": 43 } } @@ -235943,15 +242117,15 @@ "postfix": false, "binop": null }, - "start": 4683, - "end": 4684, + "start": 4864, + "end": 4865, "loc": { "start": { - "line": 131, + "line": 136, "column": 44 }, "end": { - "line": 131, + "line": 136, "column": 45 } } @@ -235959,15 +242133,15 @@ { "type": "CommentLine", "value": " define Picture-in-Picture event handlers once", - "start": 4697, - "end": 4745, + "start": 4878, + "end": 4926, "loc": { "start": { - "line": 132, + "line": 137, "column": 12 }, "end": { - "line": 132, + "line": 137, "column": 60 } } @@ -235987,15 +242161,15 @@ "updateContext": null }, "value": "this", - "start": 4758, - "end": 4762, + "start": 4939, + "end": 4943, "loc": { "start": { - "line": 133, + "line": 138, "column": 12 }, "end": { - "line": 133, + "line": 138, "column": 16 } } @@ -236013,15 +242187,15 @@ "binop": null, "updateContext": null }, - "start": 4762, - "end": 4763, + "start": 4943, + "end": 4944, "loc": { "start": { - "line": 133, + "line": 138, "column": 16 }, "end": { - "line": 133, + "line": 138, "column": 17 } } @@ -236039,15 +242213,15 @@ "binop": null }, "value": "onEnterPiPHandler", - "start": 4763, - "end": 4780, + "start": 4944, + "end": 4961, "loc": { "start": { - "line": 133, + "line": 138, "column": 17 }, "end": { - "line": 133, + "line": 138, "column": 34 } } @@ -236066,15 +242240,15 @@ "updateContext": null }, "value": "=", - "start": 4781, - "end": 4782, + "start": 4962, + "end": 4963, "loc": { "start": { - "line": 133, + "line": 138, "column": 35 }, "end": { - "line": 133, + "line": 138, "column": 36 } } @@ -236094,15 +242268,15 @@ "updateContext": null }, "value": "this", - "start": 4783, - "end": 4787, + "start": 4964, + "end": 4968, "loc": { "start": { - "line": 133, + "line": 138, "column": 37 }, "end": { - "line": 133, + "line": 138, "column": 41 } } @@ -236120,15 +242294,15 @@ "binop": null, "updateContext": null }, - "start": 4787, - "end": 4788, + "start": 4968, + "end": 4969, "loc": { "start": { - "line": 133, + "line": 138, "column": 41 }, "end": { - "line": 133, + "line": 138, "column": 42 } } @@ -236146,15 +242320,15 @@ "binop": null }, "value": "onEnterPiP", - "start": 4788, - "end": 4798, + "start": 4969, + "end": 4979, "loc": { "start": { - "line": 133, + "line": 138, "column": 42 }, "end": { - "line": 133, + "line": 138, "column": 52 } } @@ -236172,15 +242346,15 @@ "binop": null, "updateContext": null }, - "start": 4798, - "end": 4799, + "start": 4979, + "end": 4980, "loc": { "start": { - "line": 133, + "line": 138, "column": 52 }, "end": { - "line": 133, + "line": 138, "column": 53 } } @@ -236198,15 +242372,15 @@ "binop": null }, "value": "bind", - "start": 4799, - "end": 4803, + "start": 4980, + "end": 4984, "loc": { "start": { - "line": 133, + "line": 138, "column": 53 }, "end": { - "line": 133, + "line": 138, "column": 57 } } @@ -236223,15 +242397,15 @@ "postfix": false, "binop": null }, - "start": 4803, - "end": 4804, + "start": 4984, + "end": 4985, "loc": { "start": { - "line": 133, + "line": 138, "column": 57 }, "end": { - "line": 133, + "line": 138, "column": 58 } } @@ -236251,15 +242425,15 @@ "updateContext": null }, "value": "this", - "start": 4804, - "end": 4808, + "start": 4985, + "end": 4989, "loc": { "start": { - "line": 133, + "line": 138, "column": 58 }, "end": { - "line": 133, + "line": 138, "column": 62 } } @@ -236276,15 +242450,15 @@ "postfix": false, "binop": null }, - "start": 4808, - "end": 4809, + "start": 4989, + "end": 4990, "loc": { "start": { - "line": 133, + "line": 138, "column": 62 }, "end": { - "line": 133, + "line": 138, "column": 63 } } @@ -236302,15 +242476,15 @@ "binop": null, "updateContext": null }, - "start": 4809, - "end": 4810, + "start": 4990, + "end": 4991, "loc": { "start": { - "line": 133, + "line": 138, "column": 63 }, "end": { - "line": 133, + "line": 138, "column": 64 } } @@ -236330,15 +242504,15 @@ "updateContext": null }, "value": "this", - "start": 4823, - "end": 4827, + "start": 5004, + "end": 5008, "loc": { "start": { - "line": 134, + "line": 139, "column": 12 }, "end": { - "line": 134, + "line": 139, "column": 16 } } @@ -236356,15 +242530,15 @@ "binop": null, "updateContext": null }, - "start": 4827, - "end": 4828, + "start": 5008, + "end": 5009, "loc": { "start": { - "line": 134, + "line": 139, "column": 16 }, "end": { - "line": 134, + "line": 139, "column": 17 } } @@ -236382,15 +242556,15 @@ "binop": null }, "value": "onLeavePiPHandler", - "start": 4828, - "end": 4845, + "start": 5009, + "end": 5026, "loc": { "start": { - "line": 134, + "line": 139, "column": 17 }, "end": { - "line": 134, + "line": 139, "column": 34 } } @@ -236409,15 +242583,15 @@ "updateContext": null }, "value": "=", - "start": 4846, - "end": 4847, + "start": 5027, + "end": 5028, "loc": { "start": { - "line": 134, + "line": 139, "column": 35 }, "end": { - "line": 134, + "line": 139, "column": 36 } } @@ -236437,15 +242611,15 @@ "updateContext": null }, "value": "this", - "start": 4848, - "end": 4852, + "start": 5029, + "end": 5033, "loc": { "start": { - "line": 134, + "line": 139, "column": 37 }, "end": { - "line": 134, + "line": 139, "column": 41 } } @@ -236463,15 +242637,15 @@ "binop": null, "updateContext": null }, - "start": 4852, - "end": 4853, + "start": 5033, + "end": 5034, "loc": { "start": { - "line": 134, + "line": 139, "column": 41 }, "end": { - "line": 134, + "line": 139, "column": 42 } } @@ -236489,15 +242663,15 @@ "binop": null }, "value": "onLeavePiP", - "start": 4853, - "end": 4863, + "start": 5034, + "end": 5044, "loc": { "start": { - "line": 134, + "line": 139, "column": 42 }, "end": { - "line": 134, + "line": 139, "column": 52 } } @@ -236515,15 +242689,15 @@ "binop": null, "updateContext": null }, - "start": 4863, - "end": 4864, + "start": 5044, + "end": 5045, "loc": { "start": { - "line": 134, + "line": 139, "column": 52 }, "end": { - "line": 134, + "line": 139, "column": 53 } } @@ -236541,15 +242715,15 @@ "binop": null }, "value": "bind", - "start": 4864, - "end": 4868, + "start": 5045, + "end": 5049, "loc": { "start": { - "line": 134, + "line": 139, "column": 53 }, "end": { - "line": 134, + "line": 139, "column": 57 } } @@ -236566,15 +242740,15 @@ "postfix": false, "binop": null }, - "start": 4868, - "end": 4869, + "start": 5049, + "end": 5050, "loc": { "start": { - "line": 134, + "line": 139, "column": 57 }, "end": { - "line": 134, + "line": 139, "column": 58 } } @@ -236594,15 +242768,15 @@ "updateContext": null }, "value": "this", - "start": 4869, - "end": 4873, + "start": 5050, + "end": 5054, "loc": { "start": { - "line": 134, + "line": 139, "column": 58 }, "end": { - "line": 134, + "line": 139, "column": 62 } } @@ -236619,15 +242793,15 @@ "postfix": false, "binop": null }, - "start": 4873, - "end": 4874, + "start": 5054, + "end": 5055, "loc": { "start": { - "line": 134, + "line": 139, "column": 62 }, "end": { - "line": 134, + "line": 139, "column": 63 } } @@ -236645,15 +242819,15 @@ "binop": null, "updateContext": null }, - "start": 4874, - "end": 4875, + "start": 5055, + "end": 5056, "loc": { "start": { - "line": 134, + "line": 139, "column": 63 }, "end": { - "line": 134, + "line": 139, "column": 64 } } @@ -236670,15 +242844,15 @@ "postfix": false, "binop": null }, - "start": 4884, - "end": 4885, + "start": 5065, + "end": 5066, "loc": { "start": { - "line": 135, + "line": 140, "column": 8 }, "end": { - "line": 135, + "line": 140, "column": 9 } } @@ -236686,15 +242860,15 @@ { "type": "CommentLine", "value": " exclude custom UI elements", - "start": 4895, - "end": 4924, + "start": 5076, + "end": 5105, "loc": { "start": { - "line": 137, + "line": 142, "column": 8 }, "end": { - "line": 137, + "line": 142, "column": 37 } } @@ -236714,15 +242888,15 @@ "updateContext": null }, "value": "if", - "start": 4933, - "end": 4935, + "start": 5114, + "end": 5116, "loc": { "start": { - "line": 138, + "line": 143, "column": 8 }, "end": { - "line": 138, + "line": 143, "column": 10 } } @@ -236739,15 +242913,15 @@ "postfix": false, "binop": null }, - "start": 4936, - "end": 4937, + "start": 5117, + "end": 5118, "loc": { "start": { - "line": 138, + "line": 143, "column": 11 }, "end": { - "line": 138, + "line": 143, "column": 12 } } @@ -236767,15 +242941,15 @@ "updateContext": null }, "value": "this", - "start": 4937, - "end": 4941, + "start": 5118, + "end": 5122, "loc": { "start": { - "line": 138, + "line": 143, "column": 12 }, "end": { - "line": 138, + "line": 143, "column": 16 } } @@ -236793,15 +242967,15 @@ "binop": null, "updateContext": null }, - "start": 4941, - "end": 4942, + "start": 5122, + "end": 5123, "loc": { "start": { - "line": 138, + "line": 143, "column": 16 }, "end": { - "line": 138, + "line": 143, "column": 17 } } @@ -236819,15 +242993,15 @@ "binop": null }, "value": "player", - "start": 4942, - "end": 4948, + "start": 5123, + "end": 5129, "loc": { "start": { - "line": 138, + "line": 143, "column": 17 }, "end": { - "line": 138, + "line": 143, "column": 23 } } @@ -236845,15 +243019,15 @@ "binop": null, "updateContext": null }, - "start": 4948, - "end": 4949, + "start": 5129, + "end": 5130, "loc": { "start": { - "line": 138, + "line": 143, "column": 23 }, "end": { - "line": 138, + "line": 143, "column": 24 } } @@ -236871,15 +243045,15 @@ "binop": null }, "value": "options_", - "start": 4949, - "end": 4957, + "start": 5130, + "end": 5138, "loc": { "start": { - "line": 138, + "line": 143, "column": 24 }, "end": { - "line": 138, + "line": 143, "column": 32 } } @@ -236897,15 +243071,15 @@ "binop": null, "updateContext": null }, - "start": 4957, - "end": 4958, + "start": 5138, + "end": 5139, "loc": { "start": { - "line": 138, + "line": 143, "column": 32 }, "end": { - "line": 138, + "line": 143, "column": 33 } } @@ -236923,15 +243097,15 @@ "binop": null }, "value": "controlBar", - "start": 4958, - "end": 4968, + "start": 5139, + "end": 5149, "loc": { "start": { - "line": 138, + "line": 143, "column": 33 }, "end": { - "line": 138, + "line": 143, "column": 43 } } @@ -236948,15 +243122,15 @@ "postfix": false, "binop": null }, - "start": 4968, - "end": 4969, + "start": 5149, + "end": 5150, "loc": { "start": { - "line": 138, + "line": 143, "column": 43 }, "end": { - "line": 138, + "line": 143, "column": 44 } } @@ -236973,15 +243147,15 @@ "postfix": false, "binop": null }, - "start": 4970, - "end": 4971, + "start": 5151, + "end": 5152, "loc": { "start": { - "line": 138, + "line": 143, "column": 45 }, "end": { - "line": 138, + "line": 143, "column": 46 } } @@ -237001,15 +243175,15 @@ "updateContext": null }, "value": "let", - "start": 4984, - "end": 4987, + "start": 5165, + "end": 5168, "loc": { "start": { - "line": 139, + "line": 144, "column": 12 }, "end": { - "line": 139, + "line": 144, "column": 15 } } @@ -237027,15 +243201,15 @@ "binop": null }, "value": "customUIElements", - "start": 4988, - "end": 5004, + "start": 5169, + "end": 5185, "loc": { "start": { - "line": 139, + "line": 144, "column": 16 }, "end": { - "line": 139, + "line": 144, "column": 32 } } @@ -237054,15 +243228,15 @@ "updateContext": null }, "value": "=", - "start": 5005, - "end": 5006, + "start": 5186, + "end": 5187, "loc": { "start": { - "line": 139, + "line": 144, "column": 33 }, "end": { - "line": 139, + "line": 144, "column": 34 } } @@ -237080,15 +243254,15 @@ "binop": null, "updateContext": null }, - "start": 5007, - "end": 5008, + "start": 5188, + "end": 5189, "loc": { "start": { - "line": 139, + "line": 144, "column": 35 }, "end": { - "line": 139, + "line": 144, "column": 36 } } @@ -237107,15 +243281,15 @@ "updateContext": null }, "value": "deviceButton", - "start": 5008, - "end": 5022, + "start": 5189, + "end": 5203, "loc": { "start": { - "line": 139, + "line": 144, "column": 36 }, "end": { - "line": 139, + "line": 144, "column": 50 } } @@ -237133,15 +243307,15 @@ "binop": null, "updateContext": null }, - "start": 5022, - "end": 5023, + "start": 5203, + "end": 5204, "loc": { "start": { - "line": 139, + "line": 144, "column": 50 }, "end": { - "line": 139, + "line": 144, "column": 51 } } @@ -237160,15 +243334,15 @@ "updateContext": null }, "value": "recordIndicator", - "start": 5024, - "end": 5041, + "start": 5205, + "end": 5222, "loc": { "start": { - "line": 139, + "line": 144, "column": 52 }, "end": { - "line": 139, + "line": 144, "column": 69 } } @@ -237186,15 +243360,15 @@ "binop": null, "updateContext": null }, - "start": 5041, - "end": 5042, + "start": 5222, + "end": 5223, "loc": { "start": { - "line": 139, + "line": 144, "column": 69 }, "end": { - "line": 139, + "line": 144, "column": 70 } } @@ -237213,15 +243387,15 @@ "updateContext": null }, "value": "cameraButton", - "start": 5059, - "end": 5073, + "start": 5240, + "end": 5254, "loc": { "start": { - "line": 140, + "line": 145, "column": 16 }, "end": { - "line": 140, + "line": 145, "column": 30 } } @@ -237239,15 +243413,15 @@ "binop": null, "updateContext": null }, - "start": 5073, - "end": 5074, + "start": 5254, + "end": 5255, "loc": { "start": { - "line": 140, + "line": 145, "column": 30 }, "end": { - "line": 140, + "line": 145, "column": 31 } } @@ -237266,15 +243440,15 @@ "updateContext": null }, "value": "recordToggle", - "start": 5075, - "end": 5089, + "start": 5256, + "end": 5270, "loc": { "start": { - "line": 140, + "line": 145, "column": 32 }, "end": { - "line": 140, + "line": 145, "column": 46 } } @@ -237292,15 +243466,15 @@ "binop": null, "updateContext": null }, - "start": 5089, - "end": 5090, + "start": 5270, + "end": 5271, "loc": { "start": { - "line": 140, + "line": 145, "column": 46 }, "end": { - "line": 140, + "line": 145, "column": 47 } } @@ -237318,15 +243492,15 @@ "binop": null, "updateContext": null }, - "start": 5090, - "end": 5091, + "start": 5271, + "end": 5272, "loc": { "start": { - "line": 140, + "line": 145, "column": 47 }, "end": { - "line": 140, + "line": 145, "column": 48 } } @@ -237346,15 +243520,15 @@ "updateContext": null }, "value": "if", - "start": 5104, - "end": 5106, + "start": 5285, + "end": 5287, "loc": { "start": { - "line": 141, + "line": 146, "column": 12 }, "end": { - "line": 141, + "line": 146, "column": 14 } } @@ -237371,15 +243545,15 @@ "postfix": false, "binop": null }, - "start": 5107, - "end": 5108, + "start": 5288, + "end": 5289, "loc": { "start": { - "line": 141, + "line": 146, "column": 15 }, "end": { - "line": 141, + "line": 146, "column": 16 } } @@ -237397,15 +243571,15 @@ "binop": null }, "value": "player", - "start": 5108, - "end": 5114, + "start": 5289, + "end": 5295, "loc": { "start": { - "line": 141, + "line": 146, "column": 16 }, "end": { - "line": 141, + "line": 146, "column": 22 } } @@ -237423,15 +243597,15 @@ "binop": null, "updateContext": null }, - "start": 5114, - "end": 5115, + "start": 5295, + "end": 5296, "loc": { "start": { - "line": 141, + "line": 146, "column": 22 }, "end": { - "line": 141, + "line": 146, "column": 23 } } @@ -237449,15 +243623,15 @@ "binop": null }, "value": "pipToggle", - "start": 5115, - "end": 5124, + "start": 5296, + "end": 5305, "loc": { "start": { - "line": 141, + "line": 146, "column": 23 }, "end": { - "line": 141, + "line": 146, "column": 32 } } @@ -237474,15 +243648,15 @@ "postfix": false, "binop": null }, - "start": 5124, - "end": 5125, + "start": 5305, + "end": 5306, "loc": { "start": { - "line": 141, + "line": 146, "column": 32 }, "end": { - "line": 141, + "line": 146, "column": 33 } } @@ -237499,15 +243673,15 @@ "postfix": false, "binop": null }, - "start": 5126, - "end": 5127, + "start": 5307, + "end": 5308, "loc": { "start": { - "line": 141, + "line": 146, "column": 34 }, "end": { - "line": 141, + "line": 146, "column": 35 } } @@ -237525,15 +243699,15 @@ "binop": null }, "value": "customUIElements", - "start": 5144, - "end": 5160, + "start": 5325, + "end": 5341, "loc": { "start": { - "line": 142, + "line": 147, "column": 16 }, "end": { - "line": 142, + "line": 147, "column": 32 } } @@ -237551,15 +243725,15 @@ "binop": null, "updateContext": null }, - "start": 5160, - "end": 5161, + "start": 5341, + "end": 5342, "loc": { "start": { - "line": 142, + "line": 147, "column": 32 }, "end": { - "line": 142, + "line": 147, "column": 33 } } @@ -237577,15 +243751,15 @@ "binop": null }, "value": "push", - "start": 5161, - "end": 5165, + "start": 5342, + "end": 5346, "loc": { "start": { - "line": 142, + "line": 147, "column": 33 }, "end": { - "line": 142, + "line": 147, "column": 37 } } @@ -237602,15 +243776,15 @@ "postfix": false, "binop": null }, - "start": 5165, - "end": 5166, + "start": 5346, + "end": 5347, "loc": { "start": { - "line": 142, + "line": 147, "column": 37 }, "end": { - "line": 142, + "line": 147, "column": 38 } } @@ -237629,15 +243803,15 @@ "updateContext": null }, "value": "pipToggle", - "start": 5166, - "end": 5177, + "start": 5347, + "end": 5358, "loc": { "start": { - "line": 142, + "line": 147, "column": 38 }, "end": { - "line": 142, + "line": 147, "column": 49 } } @@ -237654,15 +243828,15 @@ "postfix": false, "binop": null }, - "start": 5177, - "end": 5178, + "start": 5358, + "end": 5359, "loc": { "start": { - "line": 142, + "line": 147, "column": 49 }, "end": { - "line": 142, + "line": 147, "column": 50 } } @@ -237680,15 +243854,15 @@ "binop": null, "updateContext": null }, - "start": 5178, - "end": 5179, + "start": 5359, + "end": 5360, "loc": { "start": { - "line": 142, + "line": 147, "column": 50 }, "end": { - "line": 142, + "line": 147, "column": 51 } } @@ -237705,15 +243879,15 @@ "postfix": false, "binop": null }, - "start": 5192, - "end": 5193, + "start": 5373, + "end": 5374, "loc": { "start": { - "line": 143, + "line": 148, "column": 12 }, "end": { - "line": 143, + "line": 148, "column": 13 } } @@ -237731,15 +243905,15 @@ "binop": null }, "value": "customUIElements", - "start": 5207, - "end": 5223, + "start": 5388, + "end": 5404, "loc": { "start": { - "line": 145, + "line": 150, "column": 12 }, "end": { - "line": 145, + "line": 150, "column": 28 } } @@ -237757,15 +243931,15 @@ "binop": null, "updateContext": null }, - "start": 5223, - "end": 5224, + "start": 5404, + "end": 5405, "loc": { "start": { - "line": 145, + "line": 150, "column": 28 }, "end": { - "line": 145, + "line": 150, "column": 29 } } @@ -237783,15 +243957,15 @@ "binop": null }, "value": "forEach", - "start": 5224, - "end": 5231, + "start": 5405, + "end": 5412, "loc": { "start": { - "line": 145, + "line": 150, "column": 29 }, "end": { - "line": 145, + "line": 150, "column": 36 } } @@ -237808,15 +243982,15 @@ "postfix": false, "binop": null }, - "start": 5231, - "end": 5232, + "start": 5412, + "end": 5413, "loc": { "start": { - "line": 145, + "line": 150, "column": 36 }, "end": { - "line": 145, + "line": 150, "column": 37 } } @@ -237833,15 +244007,15 @@ "postfix": false, "binop": null }, - "start": 5232, - "end": 5233, + "start": 5413, + "end": 5414, "loc": { "start": { - "line": 145, + "line": 150, "column": 37 }, "end": { - "line": 145, + "line": 150, "column": 38 } } @@ -237859,15 +244033,15 @@ "binop": null }, "value": "element", - "start": 5233, - "end": 5240, + "start": 5414, + "end": 5421, "loc": { "start": { - "line": 145, + "line": 150, "column": 38 }, "end": { - "line": 145, + "line": 150, "column": 45 } } @@ -237884,15 +244058,15 @@ "postfix": false, "binop": null }, - "start": 5240, - "end": 5241, + "start": 5421, + "end": 5422, "loc": { "start": { - "line": 145, + "line": 150, "column": 45 }, "end": { - "line": 145, + "line": 150, "column": 46 } } @@ -237910,15 +244084,15 @@ "binop": null, "updateContext": null }, - "start": 5242, - "end": 5244, + "start": 5423, + "end": 5425, "loc": { "start": { - "line": 145, + "line": 150, "column": 47 }, "end": { - "line": 145, + "line": 150, "column": 49 } } @@ -237935,15 +244109,15 @@ "postfix": false, "binop": null }, - "start": 5245, - "end": 5246, + "start": 5426, + "end": 5427, "loc": { "start": { - "line": 145, + "line": 150, "column": 50 }, "end": { - "line": 145, + "line": 150, "column": 51 } } @@ -237963,15 +244137,15 @@ "updateContext": null }, "value": "if", - "start": 5263, - "end": 5265, + "start": 5444, + "end": 5446, "loc": { "start": { - "line": 146, + "line": 151, "column": 16 }, "end": { - "line": 146, + "line": 151, "column": 18 } } @@ -237988,15 +244162,15 @@ "postfix": false, "binop": null }, - "start": 5266, - "end": 5267, + "start": 5447, + "end": 5448, "loc": { "start": { - "line": 146, + "line": 151, "column": 19 }, "end": { - "line": 146, + "line": 151, "column": 20 } } @@ -238016,15 +244190,15 @@ "updateContext": null }, "value": "this", - "start": 5267, - "end": 5271, + "start": 5448, + "end": 5452, "loc": { "start": { - "line": 146, + "line": 151, "column": 20 }, "end": { - "line": 146, + "line": 151, "column": 24 } } @@ -238042,15 +244216,15 @@ "binop": null, "updateContext": null }, - "start": 5271, - "end": 5272, + "start": 5452, + "end": 5453, "loc": { "start": { - "line": 146, + "line": 151, "column": 24 }, "end": { - "line": 146, + "line": 151, "column": 25 } } @@ -238068,15 +244242,15 @@ "binop": null }, "value": "player", - "start": 5272, - "end": 5278, + "start": 5453, + "end": 5459, "loc": { "start": { - "line": 146, + "line": 151, "column": 25 }, "end": { - "line": 146, + "line": 151, "column": 31 } } @@ -238094,15 +244268,15 @@ "binop": null, "updateContext": null }, - "start": 5278, - "end": 5279, + "start": 5459, + "end": 5460, "loc": { "start": { - "line": 146, + "line": 151, "column": 31 }, "end": { - "line": 146, + "line": 151, "column": 32 } } @@ -238120,15 +244294,15 @@ "binop": null }, "value": "options_", - "start": 5279, - "end": 5287, + "start": 5460, + "end": 5468, "loc": { "start": { - "line": 146, + "line": 151, "column": 32 }, "end": { - "line": 146, + "line": 151, "column": 40 } } @@ -238146,15 +244320,15 @@ "binop": null, "updateContext": null }, - "start": 5287, - "end": 5288, + "start": 5468, + "end": 5469, "loc": { "start": { - "line": 146, + "line": 151, "column": 40 }, "end": { - "line": 146, + "line": 151, "column": 41 } } @@ -238172,15 +244346,15 @@ "binop": null }, "value": "controlBar", - "start": 5288, - "end": 5298, + "start": 5469, + "end": 5479, "loc": { "start": { - "line": 146, + "line": 151, "column": 41 }, "end": { - "line": 146, + "line": 151, "column": 51 } } @@ -238198,15 +244372,15 @@ "binop": null, "updateContext": null }, - "start": 5298, - "end": 5299, + "start": 5479, + "end": 5480, "loc": { "start": { - "line": 146, + "line": 151, "column": 51 }, "end": { - "line": 146, + "line": 151, "column": 52 } } @@ -238224,15 +244398,15 @@ "binop": null }, "value": "element", - "start": 5299, - "end": 5306, + "start": 5480, + "end": 5487, "loc": { "start": { - "line": 146, + "line": 151, "column": 52 }, "end": { - "line": 146, + "line": 151, "column": 59 } } @@ -238250,15 +244424,15 @@ "binop": null, "updateContext": null }, - "start": 5306, - "end": 5307, + "start": 5487, + "end": 5488, "loc": { "start": { - "line": 146, + "line": 151, "column": 59 }, "end": { - "line": 146, + "line": 151, "column": 60 } } @@ -238277,15 +244451,15 @@ "updateContext": null }, "value": "!==", - "start": 5308, - "end": 5311, + "start": 5489, + "end": 5492, "loc": { "start": { - "line": 146, + "line": 151, "column": 61 }, "end": { - "line": 146, + "line": 151, "column": 64 } } @@ -238303,15 +244477,15 @@ "binop": null }, "value": "undefined", - "start": 5312, - "end": 5321, + "start": 5493, + "end": 5502, "loc": { "start": { - "line": 146, + "line": 151, "column": 65 }, "end": { - "line": 146, + "line": 151, "column": 74 } } @@ -238328,15 +244502,15 @@ "postfix": false, "binop": null }, - "start": 5321, - "end": 5322, + "start": 5502, + "end": 5503, "loc": { "start": { - "line": 146, + "line": 151, "column": 74 }, "end": { - "line": 146, + "line": 151, "column": 75 } } @@ -238353,15 +244527,15 @@ "postfix": false, "binop": null }, - "start": 5323, - "end": 5324, + "start": 5504, + "end": 5505, "loc": { "start": { - "line": 146, + "line": 151, "column": 76 }, "end": { - "line": 146, + "line": 151, "column": 77 } } @@ -238381,15 +244555,15 @@ "updateContext": null }, "value": "this", - "start": 5345, - "end": 5349, + "start": 5526, + "end": 5530, "loc": { "start": { - "line": 147, + "line": 152, "column": 20 }, "end": { - "line": 147, + "line": 152, "column": 24 } } @@ -238407,15 +244581,15 @@ "binop": null, "updateContext": null }, - "start": 5349, - "end": 5350, + "start": 5530, + "end": 5531, "loc": { "start": { - "line": 147, + "line": 152, "column": 24 }, "end": { - "line": 147, + "line": 152, "column": 25 } } @@ -238433,15 +244607,15 @@ "binop": null }, "value": "player", - "start": 5350, - "end": 5356, + "start": 5531, + "end": 5537, "loc": { "start": { - "line": 147, + "line": 152, "column": 25 }, "end": { - "line": 147, + "line": 152, "column": 31 } } @@ -238459,15 +244633,15 @@ "binop": null, "updateContext": null }, - "start": 5356, - "end": 5357, + "start": 5537, + "end": 5538, "loc": { "start": { - "line": 147, + "line": 152, "column": 31 }, "end": { - "line": 147, + "line": 152, "column": 32 } } @@ -238485,15 +244659,15 @@ "binop": null }, "value": "element", - "start": 5357, - "end": 5364, + "start": 5538, + "end": 5545, "loc": { "start": { - "line": 147, + "line": 152, "column": 32 }, "end": { - "line": 147, + "line": 152, "column": 39 } } @@ -238511,15 +244685,15 @@ "binop": null, "updateContext": null }, - "start": 5364, - "end": 5365, + "start": 5545, + "end": 5546, "loc": { "start": { - "line": 147, + "line": 152, "column": 39 }, "end": { - "line": 147, + "line": 152, "column": 40 } } @@ -238537,15 +244711,15 @@ "binop": null, "updateContext": null }, - "start": 5365, - "end": 5366, + "start": 5546, + "end": 5547, "loc": { "start": { - "line": 147, + "line": 152, "column": 40 }, "end": { - "line": 147, + "line": 152, "column": 41 } } @@ -238563,15 +244737,15 @@ "binop": null }, "value": "layoutExclude", - "start": 5366, - "end": 5379, + "start": 5547, + "end": 5560, "loc": { "start": { - "line": 147, + "line": 152, "column": 41 }, "end": { - "line": 147, + "line": 152, "column": 54 } } @@ -238590,15 +244764,15 @@ "updateContext": null }, "value": "=", - "start": 5380, - "end": 5381, + "start": 5561, + "end": 5562, "loc": { "start": { - "line": 147, + "line": 152, "column": 55 }, "end": { - "line": 147, + "line": 152, "column": 56 } } @@ -238618,15 +244792,15 @@ "updateContext": null }, "value": "true", - "start": 5382, - "end": 5386, + "start": 5563, + "end": 5567, "loc": { "start": { - "line": 147, + "line": 152, "column": 57 }, "end": { - "line": 147, + "line": 152, "column": 61 } } @@ -238644,15 +244818,15 @@ "binop": null, "updateContext": null }, - "start": 5386, - "end": 5387, + "start": 5567, + "end": 5568, "loc": { "start": { - "line": 147, + "line": 152, "column": 61 }, "end": { - "line": 147, + "line": 152, "column": 62 } } @@ -238672,15 +244846,15 @@ "updateContext": null }, "value": "this", - "start": 5408, - "end": 5412, + "start": 5589, + "end": 5593, "loc": { "start": { - "line": 148, + "line": 153, "column": 20 }, "end": { - "line": 148, + "line": 153, "column": 24 } } @@ -238698,15 +244872,15 @@ "binop": null, "updateContext": null }, - "start": 5412, - "end": 5413, + "start": 5593, + "end": 5594, "loc": { "start": { - "line": 148, + "line": 153, "column": 24 }, "end": { - "line": 148, + "line": 153, "column": 25 } } @@ -238724,15 +244898,15 @@ "binop": null }, "value": "player", - "start": 5413, - "end": 5419, + "start": 5594, + "end": 5600, "loc": { "start": { - "line": 148, + "line": 153, "column": 25 }, "end": { - "line": 148, + "line": 153, "column": 31 } } @@ -238750,15 +244924,15 @@ "binop": null, "updateContext": null }, - "start": 5419, - "end": 5420, + "start": 5600, + "end": 5601, "loc": { "start": { - "line": 148, + "line": 153, "column": 31 }, "end": { - "line": 148, + "line": 153, "column": 32 } } @@ -238776,15 +244950,15 @@ "binop": null }, "value": "element", - "start": 5420, - "end": 5427, + "start": 5601, + "end": 5608, "loc": { "start": { - "line": 148, + "line": 153, "column": 32 }, "end": { - "line": 148, + "line": 153, "column": 39 } } @@ -238802,15 +244976,15 @@ "binop": null, "updateContext": null }, - "start": 5427, - "end": 5428, + "start": 5608, + "end": 5609, "loc": { "start": { - "line": 148, + "line": 153, "column": 39 }, "end": { - "line": 148, + "line": 153, "column": 40 } } @@ -238828,15 +245002,15 @@ "binop": null, "updateContext": null }, - "start": 5428, - "end": 5429, + "start": 5609, + "end": 5610, "loc": { "start": { - "line": 148, + "line": 153, "column": 40 }, "end": { - "line": 148, + "line": 153, "column": 41 } } @@ -238854,15 +245028,15 @@ "binop": null }, "value": "hide", - "start": 5429, - "end": 5433, + "start": 5610, + "end": 5614, "loc": { "start": { - "line": 148, + "line": 153, "column": 41 }, "end": { - "line": 148, + "line": 153, "column": 45 } } @@ -238879,15 +245053,15 @@ "postfix": false, "binop": null }, - "start": 5433, - "end": 5434, + "start": 5614, + "end": 5615, "loc": { "start": { - "line": 148, + "line": 153, "column": 45 }, "end": { - "line": 148, + "line": 153, "column": 46 } } @@ -238904,15 +245078,15 @@ "postfix": false, "binop": null }, - "start": 5434, - "end": 5435, + "start": 5615, + "end": 5616, "loc": { "start": { - "line": 148, + "line": 153, "column": 46 }, "end": { - "line": 148, + "line": 153, "column": 47 } } @@ -238930,15 +245104,15 @@ "binop": null, "updateContext": null }, - "start": 5435, - "end": 5436, + "start": 5616, + "end": 5617, "loc": { "start": { - "line": 148, + "line": 153, "column": 47 }, "end": { - "line": 148, + "line": 153, "column": 48 } } @@ -238955,15 +245129,15 @@ "postfix": false, "binop": null }, - "start": 5453, - "end": 5454, + "start": 5634, + "end": 5635, "loc": { "start": { - "line": 149, + "line": 154, "column": 16 }, "end": { - "line": 149, + "line": 154, "column": 17 } } @@ -238980,15 +245154,15 @@ "postfix": false, "binop": null }, - "start": 5467, - "end": 5468, + "start": 5648, + "end": 5649, "loc": { "start": { - "line": 150, + "line": 155, "column": 12 }, "end": { - "line": 150, + "line": 155, "column": 13 } } @@ -239005,15 +245179,15 @@ "postfix": false, "binop": null }, - "start": 5468, - "end": 5469, + "start": 5649, + "end": 5650, "loc": { "start": { - "line": 150, + "line": 155, "column": 13 }, "end": { - "line": 150, + "line": 155, "column": 14 } } @@ -239031,15 +245205,15 @@ "binop": null, "updateContext": null }, - "start": 5469, - "end": 5470, + "start": 5650, + "end": 5651, "loc": { "start": { - "line": 150, + "line": 155, "column": 14 }, "end": { - "line": 150, + "line": 155, "column": 15 } } @@ -239056,15 +245230,15 @@ "postfix": false, "binop": null }, - "start": 5479, - "end": 5480, + "start": 5660, + "end": 5661, "loc": { "start": { - "line": 151, + "line": 156, "column": 8 }, "end": { - "line": 151, + "line": 156, "column": 9 } } @@ -239072,15 +245246,15 @@ { "type": "CommentLine", "value": " wait until player ui is ready", - "start": 5490, - "end": 5522, + "start": 5671, + "end": 5703, "loc": { "start": { - "line": 153, + "line": 158, "column": 8 }, "end": { - "line": 153, + "line": 158, "column": 40 } } @@ -239100,15 +245274,15 @@ "updateContext": null }, "value": "this", - "start": 5531, - "end": 5535, + "start": 5712, + "end": 5716, "loc": { "start": { - "line": 154, + "line": 159, "column": 8 }, "end": { - "line": 154, + "line": 159, "column": 12 } } @@ -239126,15 +245300,15 @@ "binop": null, "updateContext": null }, - "start": 5535, - "end": 5536, + "start": 5716, + "end": 5717, "loc": { "start": { - "line": 154, + "line": 159, "column": 12 }, "end": { - "line": 154, + "line": 159, "column": 13 } } @@ -239152,15 +245326,15 @@ "binop": null }, "value": "player", - "start": 5536, - "end": 5542, + "start": 5717, + "end": 5723, "loc": { "start": { - "line": 154, + "line": 159, "column": 13 }, "end": { - "line": 154, + "line": 159, "column": 19 } } @@ -239178,15 +245352,15 @@ "binop": null, "updateContext": null }, - "start": 5542, - "end": 5543, + "start": 5723, + "end": 5724, "loc": { "start": { - "line": 154, + "line": 159, "column": 19 }, "end": { - "line": 154, + "line": 159, "column": 20 } } @@ -239204,15 +245378,15 @@ "binop": null }, "value": "one", - "start": 5543, - "end": 5546, + "start": 5724, + "end": 5727, "loc": { "start": { - "line": 154, + "line": 159, "column": 20 }, "end": { - "line": 154, + "line": 159, "column": 23 } } @@ -239229,15 +245403,15 @@ "postfix": false, "binop": null }, - "start": 5546, - "end": 5547, + "start": 5727, + "end": 5728, "loc": { "start": { - "line": 154, + "line": 159, "column": 23 }, "end": { - "line": 154, + "line": 159, "column": 24 } } @@ -239255,15 +245429,15 @@ "binop": null }, "value": "Event", - "start": 5547, - "end": 5552, + "start": 5728, + "end": 5733, "loc": { "start": { - "line": 154, + "line": 159, "column": 24 }, "end": { - "line": 154, + "line": 159, "column": 29 } } @@ -239281,15 +245455,15 @@ "binop": null, "updateContext": null }, - "start": 5552, - "end": 5553, + "start": 5733, + "end": 5734, "loc": { "start": { - "line": 154, + "line": 159, "column": 29 }, "end": { - "line": 154, + "line": 159, "column": 30 } } @@ -239307,15 +245481,15 @@ "binop": null }, "value": "READY", - "start": 5553, - "end": 5558, + "start": 5734, + "end": 5739, "loc": { "start": { - "line": 154, + "line": 159, "column": 30 }, "end": { - "line": 154, + "line": 159, "column": 35 } } @@ -239333,15 +245507,15 @@ "binop": null, "updateContext": null }, - "start": 5558, - "end": 5559, + "start": 5739, + "end": 5740, "loc": { "start": { - "line": 154, + "line": 159, "column": 35 }, "end": { - "line": 154, + "line": 159, "column": 36 } } @@ -239361,15 +245535,15 @@ "updateContext": null }, "value": "this", - "start": 5560, - "end": 5564, + "start": 5741, + "end": 5745, "loc": { "start": { - "line": 154, + "line": 159, "column": 37 }, "end": { - "line": 154, + "line": 159, "column": 41 } } @@ -239387,15 +245561,15 @@ "binop": null, "updateContext": null }, - "start": 5564, - "end": 5565, + "start": 5745, + "end": 5746, "loc": { "start": { - "line": 154, + "line": 159, "column": 41 }, "end": { - "line": 154, + "line": 159, "column": 42 } } @@ -239413,15 +245587,15 @@ "binop": null }, "value": "setupUI", - "start": 5565, - "end": 5572, + "start": 5746, + "end": 5753, "loc": { "start": { - "line": 154, + "line": 159, "column": 42 }, "end": { - "line": 154, + "line": 159, "column": 49 } } @@ -239439,15 +245613,15 @@ "binop": null, "updateContext": null }, - "start": 5572, - "end": 5573, + "start": 5753, + "end": 5754, "loc": { "start": { - "line": 154, + "line": 159, "column": 49 }, "end": { - "line": 154, + "line": 159, "column": 50 } } @@ -239465,15 +245639,15 @@ "binop": null }, "value": "bind", - "start": 5573, - "end": 5577, + "start": 5754, + "end": 5758, "loc": { "start": { - "line": 154, + "line": 159, "column": 50 }, "end": { - "line": 154, + "line": 159, "column": 54 } } @@ -239490,15 +245664,15 @@ "postfix": false, "binop": null }, - "start": 5577, - "end": 5578, + "start": 5758, + "end": 5759, "loc": { "start": { - "line": 154, + "line": 159, "column": 54 }, "end": { - "line": 154, + "line": 159, "column": 55 } } @@ -239518,15 +245692,15 @@ "updateContext": null }, "value": "this", - "start": 5578, - "end": 5582, + "start": 5759, + "end": 5763, "loc": { "start": { - "line": 154, + "line": 159, "column": 55 }, "end": { - "line": 154, + "line": 159, "column": 59 } } @@ -239543,15 +245717,15 @@ "postfix": false, "binop": null }, - "start": 5582, - "end": 5583, + "start": 5763, + "end": 5764, "loc": { "start": { - "line": 154, + "line": 159, "column": 59 }, "end": { - "line": 154, + "line": 159, "column": 60 } } @@ -239568,15 +245742,15 @@ "postfix": false, "binop": null }, - "start": 5583, - "end": 5584, + "start": 5764, + "end": 5765, "loc": { "start": { - "line": 154, + "line": 159, "column": 60 }, "end": { - "line": 154, + "line": 159, "column": 61 } } @@ -239594,15 +245768,15 @@ "binop": null, "updateContext": null }, - "start": 5584, - "end": 5585, + "start": 5765, + "end": 5766, "loc": { "start": { - "line": 154, + "line": 159, "column": 61 }, "end": { - "line": 154, + "line": 159, "column": 62 } } @@ -239619,15 +245793,15 @@ "postfix": false, "binop": null }, - "start": 5590, - "end": 5591, + "start": 5771, + "end": 5772, "loc": { "start": { - "line": 155, + "line": 160, "column": 4 }, "end": { - "line": 155, + "line": 160, "column": 5 } } @@ -239635,15 +245809,15 @@ { "type": "CommentBlock", "value": "*\n * Setup plugin options.\n *\n * @param {Object} newOptions - Optional new player options.\n ", - "start": 5597, - "end": 5709, + "start": 5778, + "end": 5890, "loc": { "start": { - "line": 157, + "line": 162, "column": 4 }, "end": { - "line": 161, + "line": 166, "column": 7 } } @@ -239661,15 +245835,15 @@ "binop": null }, "value": "loadOptions", - "start": 5714, - "end": 5725, + "start": 5895, + "end": 5906, "loc": { "start": { - "line": 162, + "line": 167, "column": 4 }, "end": { - "line": 162, + "line": 167, "column": 15 } } @@ -239686,15 +245860,15 @@ "postfix": false, "binop": null }, - "start": 5725, - "end": 5726, + "start": 5906, + "end": 5907, "loc": { "start": { - "line": 162, + "line": 167, "column": 15 }, "end": { - "line": 162, + "line": 167, "column": 16 } } @@ -239712,15 +245886,15 @@ "binop": null }, "value": "newOptions", - "start": 5726, - "end": 5736, + "start": 5907, + "end": 5917, "loc": { "start": { - "line": 162, + "line": 167, "column": 16 }, "end": { - "line": 162, + "line": 167, "column": 26 } } @@ -239739,15 +245913,15 @@ "updateContext": null }, "value": "=", - "start": 5737, - "end": 5738, + "start": 5918, + "end": 5919, "loc": { "start": { - "line": 162, + "line": 167, "column": 27 }, "end": { - "line": 162, + "line": 167, "column": 28 } } @@ -239764,15 +245938,15 @@ "postfix": false, "binop": null }, - "start": 5739, - "end": 5740, + "start": 5920, + "end": 5921, "loc": { "start": { - "line": 162, + "line": 167, "column": 29 }, "end": { - "line": 162, + "line": 167, "column": 30 } } @@ -239789,15 +245963,15 @@ "postfix": false, "binop": null }, - "start": 5740, - "end": 5741, + "start": 5921, + "end": 5922, "loc": { "start": { - "line": 162, + "line": 167, "column": 30 }, "end": { - "line": 162, + "line": 167, "column": 31 } } @@ -239814,15 +245988,15 @@ "postfix": false, "binop": null }, - "start": 5741, - "end": 5742, + "start": 5922, + "end": 5923, "loc": { "start": { - "line": 162, + "line": 167, "column": 31 }, "end": { - "line": 162, + "line": 167, "column": 32 } } @@ -239839,15 +246013,15 @@ "postfix": false, "binop": null }, - "start": 5743, - "end": 5744, + "start": 5924, + "end": 5925, "loc": { "start": { - "line": 162, + "line": 167, "column": 33 }, "end": { - "line": 162, + "line": 167, "column": 34 } } @@ -239867,15 +246041,15 @@ "updateContext": null }, "value": "let", - "start": 5753, - "end": 5756, + "start": 5934, + "end": 5937, "loc": { "start": { - "line": 163, + "line": 168, "column": 8 }, "end": { - "line": 163, + "line": 168, "column": 11 } } @@ -239893,15 +246067,15 @@ "binop": null }, "value": "recordOptions", - "start": 5757, - "end": 5770, + "start": 5938, + "end": 5951, "loc": { "start": { - "line": 163, + "line": 168, "column": 12 }, "end": { - "line": 163, + "line": 168, "column": 25 } } @@ -239920,15 +246094,15 @@ "updateContext": null }, "value": "=", - "start": 5771, - "end": 5772, + "start": 5952, + "end": 5953, "loc": { "start": { - "line": 163, + "line": 168, "column": 26 }, "end": { - "line": 163, + "line": 168, "column": 27 } } @@ -239946,15 +246120,15 @@ "binop": null }, "value": "videojs", - "start": 5773, - "end": 5780, + "start": 5954, + "end": 5961, "loc": { "start": { - "line": 163, + "line": 168, "column": 28 }, "end": { - "line": 163, + "line": 168, "column": 35 } } @@ -239972,15 +246146,15 @@ "binop": null, "updateContext": null }, - "start": 5780, - "end": 5781, + "start": 5961, + "end": 5962, "loc": { "start": { - "line": 163, + "line": 168, "column": 35 }, "end": { - "line": 163, + "line": 168, "column": 36 } } @@ -239998,15 +246172,15 @@ "binop": null }, "value": "mergeOptions", - "start": 5781, - "end": 5793, + "start": 5962, + "end": 5974, "loc": { "start": { - "line": 163, + "line": 168, "column": 36 }, "end": { - "line": 163, + "line": 168, "column": 48 } } @@ -240023,15 +246197,15 @@ "postfix": false, "binop": null }, - "start": 5793, - "end": 5794, + "start": 5974, + "end": 5975, "loc": { "start": { - "line": 163, + "line": 168, "column": 48 }, "end": { - "line": 163, + "line": 168, "column": 49 } } @@ -240049,15 +246223,15 @@ "binop": null }, "value": "pluginDefaultOptions", - "start": 5794, - "end": 5814, + "start": 5975, + "end": 5995, "loc": { "start": { - "line": 163, + "line": 168, "column": 49 }, "end": { - "line": 163, + "line": 168, "column": 69 } } @@ -240075,15 +246249,15 @@ "binop": null, "updateContext": null }, - "start": 5814, - "end": 5815, + "start": 5995, + "end": 5996, "loc": { "start": { - "line": 163, + "line": 168, "column": 69 }, "end": { - "line": 163, + "line": 168, "column": 70 } } @@ -240103,15 +246277,15 @@ "updateContext": null }, "value": "this", - "start": 5828, - "end": 5832, + "start": 6009, + "end": 6013, "loc": { "start": { - "line": 164, + "line": 169, "column": 12 }, "end": { - "line": 164, + "line": 169, "column": 16 } } @@ -240129,15 +246303,15 @@ "binop": null, "updateContext": null }, - "start": 5832, - "end": 5833, + "start": 6013, + "end": 6014, "loc": { "start": { - "line": 164, + "line": 169, "column": 16 }, "end": { - "line": 164, + "line": 169, "column": 17 } } @@ -240155,15 +246329,15 @@ "binop": null }, "value": "player", - "start": 5833, - "end": 5839, + "start": 6014, + "end": 6020, "loc": { "start": { - "line": 164, + "line": 169, "column": 17 }, "end": { - "line": 164, + "line": 169, "column": 23 } } @@ -240181,15 +246355,15 @@ "binop": null, "updateContext": null }, - "start": 5839, - "end": 5840, + "start": 6020, + "end": 6021, "loc": { "start": { - "line": 164, + "line": 169, "column": 23 }, "end": { - "line": 164, + "line": 169, "column": 24 } } @@ -240207,15 +246381,15 @@ "binop": null }, "value": "options_", - "start": 5840, - "end": 5848, + "start": 6021, + "end": 6029, "loc": { "start": { - "line": 164, + "line": 169, "column": 24 }, "end": { - "line": 164, + "line": 169, "column": 32 } } @@ -240233,15 +246407,15 @@ "binop": null, "updateContext": null }, - "start": 5848, - "end": 5849, + "start": 6029, + "end": 6030, "loc": { "start": { - "line": 164, + "line": 169, "column": 32 }, "end": { - "line": 164, + "line": 169, "column": 33 } } @@ -240259,15 +246433,15 @@ "binop": null }, "value": "plugins", - "start": 5849, - "end": 5856, + "start": 6030, + "end": 6037, "loc": { "start": { - "line": 164, + "line": 169, "column": 33 }, "end": { - "line": 164, + "line": 169, "column": 40 } } @@ -240285,15 +246459,15 @@ "binop": null, "updateContext": null }, - "start": 5856, - "end": 5857, + "start": 6037, + "end": 6038, "loc": { "start": { - "line": 164, + "line": 169, "column": 40 }, "end": { - "line": 164, + "line": 169, "column": 41 } } @@ -240311,15 +246485,15 @@ "binop": null }, "value": "record", - "start": 5857, - "end": 5863, + "start": 6038, + "end": 6044, "loc": { "start": { - "line": 164, + "line": 169, "column": 41 }, "end": { - "line": 164, + "line": 169, "column": 47 } } @@ -240337,15 +246511,15 @@ "binop": null, "updateContext": null }, - "start": 5863, - "end": 5864, + "start": 6044, + "end": 6045, "loc": { "start": { - "line": 164, + "line": 169, "column": 47 }, "end": { - "line": 164, + "line": 169, "column": 48 } } @@ -240363,15 +246537,15 @@ "binop": null }, "value": "newOptions", - "start": 5865, - "end": 5875, + "start": 6046, + "end": 6056, "loc": { "start": { - "line": 164, + "line": 169, "column": 49 }, "end": { - "line": 164, + "line": 169, "column": 59 } } @@ -240388,15 +246562,15 @@ "postfix": false, "binop": null }, - "start": 5875, - "end": 5876, + "start": 6056, + "end": 6057, "loc": { "start": { - "line": 164, + "line": 169, "column": 59 }, "end": { - "line": 164, + "line": 169, "column": 60 } } @@ -240414,15 +246588,15 @@ "binop": null, "updateContext": null }, - "start": 5876, - "end": 5877, + "start": 6057, + "end": 6058, "loc": { "start": { - "line": 164, + "line": 169, "column": 60 }, "end": { - "line": 164, + "line": 169, "column": 61 } } @@ -240430,15 +246604,15 @@ { "type": "CommentLine", "value": " record settings", - "start": 5887, - "end": 5905, + "start": 6068, + "end": 6086, "loc": { "start": { - "line": 166, + "line": 171, "column": 8 }, "end": { - "line": 166, + "line": 171, "column": 26 } } @@ -240458,15 +246632,15 @@ "updateContext": null }, "value": "this", - "start": 5914, - "end": 5918, + "start": 6095, + "end": 6099, "loc": { "start": { - "line": 167, + "line": 172, "column": 8 }, "end": { - "line": 167, + "line": 172, "column": 12 } } @@ -240484,15 +246658,15 @@ "binop": null, "updateContext": null }, - "start": 5918, - "end": 5919, + "start": 6099, + "end": 6100, "loc": { "start": { - "line": 167, + "line": 172, "column": 12 }, "end": { - "line": 167, + "line": 172, "column": 13 } } @@ -240510,15 +246684,15 @@ "binop": null }, "value": "recordImage", - "start": 5919, - "end": 5930, + "start": 6100, + "end": 6111, "loc": { "start": { - "line": 167, + "line": 172, "column": 13 }, "end": { - "line": 167, + "line": 172, "column": 24 } } @@ -240537,15 +246711,15 @@ "updateContext": null }, "value": "=", - "start": 5931, - "end": 5932, + "start": 6112, + "end": 6113, "loc": { "start": { - "line": 167, + "line": 172, "column": 25 }, "end": { - "line": 167, + "line": 172, "column": 26 } } @@ -240563,15 +246737,15 @@ "binop": null }, "value": "recordOptions", - "start": 5933, - "end": 5946, + "start": 6114, + "end": 6127, "loc": { "start": { - "line": 167, + "line": 172, "column": 27 }, "end": { - "line": 167, + "line": 172, "column": 40 } } @@ -240589,15 +246763,15 @@ "binop": null, "updateContext": null }, - "start": 5946, - "end": 5947, + "start": 6127, + "end": 6128, "loc": { "start": { - "line": 167, + "line": 172, "column": 40 }, "end": { - "line": 167, + "line": 172, "column": 41 } } @@ -240615,15 +246789,15 @@ "binop": null }, "value": "image", - "start": 5947, - "end": 5952, + "start": 6128, + "end": 6133, "loc": { "start": { - "line": 167, + "line": 172, "column": 41 }, "end": { - "line": 167, + "line": 172, "column": 46 } } @@ -240641,15 +246815,15 @@ "binop": null, "updateContext": null }, - "start": 5952, - "end": 5953, + "start": 6133, + "end": 6134, "loc": { "start": { - "line": 167, + "line": 172, "column": 46 }, "end": { - "line": 167, + "line": 172, "column": 47 } } @@ -240669,15 +246843,15 @@ "updateContext": null }, "value": "this", - "start": 5962, - "end": 5966, + "start": 6143, + "end": 6147, "loc": { "start": { - "line": 168, + "line": 173, "column": 8 }, "end": { - "line": 168, + "line": 173, "column": 12 } } @@ -240695,15 +246869,15 @@ "binop": null, "updateContext": null }, - "start": 5966, - "end": 5967, + "start": 6147, + "end": 6148, "loc": { "start": { - "line": 168, + "line": 173, "column": 12 }, "end": { - "line": 168, + "line": 173, "column": 13 } } @@ -240721,15 +246895,15 @@ "binop": null }, "value": "recordAudio", - "start": 5967, - "end": 5978, + "start": 6148, + "end": 6159, "loc": { "start": { - "line": 168, + "line": 173, "column": 13 }, "end": { - "line": 168, + "line": 173, "column": 24 } } @@ -240748,15 +246922,15 @@ "updateContext": null }, "value": "=", - "start": 5979, - "end": 5980, + "start": 6160, + "end": 6161, "loc": { "start": { - "line": 168, + "line": 173, "column": 25 }, "end": { - "line": 168, + "line": 173, "column": 26 } } @@ -240774,15 +246948,15 @@ "binop": null }, "value": "recordOptions", - "start": 5981, - "end": 5994, + "start": 6162, + "end": 6175, "loc": { "start": { - "line": 168, + "line": 173, "column": 27 }, "end": { - "line": 168, + "line": 173, "column": 40 } } @@ -240800,15 +246974,15 @@ "binop": null, "updateContext": null }, - "start": 5994, - "end": 5995, + "start": 6175, + "end": 6176, "loc": { "start": { - "line": 168, + "line": 173, "column": 40 }, "end": { - "line": 168, + "line": 173, "column": 41 } } @@ -240826,15 +247000,15 @@ "binop": null }, "value": "audio", - "start": 5995, - "end": 6000, + "start": 6176, + "end": 6181, "loc": { "start": { - "line": 168, + "line": 173, "column": 41 }, "end": { - "line": 168, + "line": 173, "column": 46 } } @@ -240852,15 +247026,15 @@ "binop": null, "updateContext": null }, - "start": 6000, - "end": 6001, + "start": 6181, + "end": 6182, "loc": { "start": { - "line": 168, + "line": 173, "column": 46 }, "end": { - "line": 168, + "line": 173, "column": 47 } } @@ -240880,15 +247054,15 @@ "updateContext": null }, "value": "this", - "start": 6010, - "end": 6014, + "start": 6191, + "end": 6195, "loc": { "start": { - "line": 169, + "line": 174, "column": 8 }, "end": { - "line": 169, + "line": 174, "column": 12 } } @@ -240906,15 +247080,15 @@ "binop": null, "updateContext": null }, - "start": 6014, - "end": 6015, + "start": 6195, + "end": 6196, "loc": { "start": { - "line": 169, + "line": 174, "column": 12 }, "end": { - "line": 169, + "line": 174, "column": 13 } } @@ -240932,15 +247106,15 @@ "binop": null }, "value": "recordVideo", - "start": 6015, - "end": 6026, + "start": 6196, + "end": 6207, "loc": { "start": { - "line": 169, + "line": 174, "column": 13 }, "end": { - "line": 169, + "line": 174, "column": 24 } } @@ -240959,15 +247133,15 @@ "updateContext": null }, "value": "=", - "start": 6027, - "end": 6028, + "start": 6208, + "end": 6209, "loc": { "start": { - "line": 169, + "line": 174, "column": 25 }, "end": { - "line": 169, + "line": 174, "column": 26 } } @@ -240985,15 +247159,15 @@ "binop": null }, "value": "recordOptions", - "start": 6029, - "end": 6042, + "start": 6210, + "end": 6223, "loc": { "start": { - "line": 169, + "line": 174, "column": 27 }, "end": { - "line": 169, + "line": 174, "column": 40 } } @@ -241011,15 +247185,15 @@ "binop": null, "updateContext": null }, - "start": 6042, - "end": 6043, + "start": 6223, + "end": 6224, "loc": { "start": { - "line": 169, + "line": 174, "column": 40 }, "end": { - "line": 169, + "line": 174, "column": 41 } } @@ -241037,15 +247211,15 @@ "binop": null }, "value": "video", - "start": 6043, - "end": 6048, + "start": 6224, + "end": 6229, "loc": { "start": { - "line": 169, + "line": 174, "column": 41 }, "end": { - "line": 169, + "line": 174, "column": 46 } } @@ -241063,15 +247237,15 @@ "binop": null, "updateContext": null }, - "start": 6048, - "end": 6049, + "start": 6229, + "end": 6230, "loc": { "start": { - "line": 169, + "line": 174, "column": 46 }, "end": { - "line": 169, + "line": 174, "column": 47 } } @@ -241091,15 +247265,15 @@ "updateContext": null }, "value": "this", - "start": 6058, - "end": 6062, + "start": 6239, + "end": 6243, "loc": { "start": { - "line": 170, + "line": 175, "column": 8 }, "end": { - "line": 170, + "line": 175, "column": 12 } } @@ -241117,15 +247291,15 @@ "binop": null, "updateContext": null }, - "start": 6062, - "end": 6063, + "start": 6243, + "end": 6244, "loc": { "start": { - "line": 170, + "line": 175, "column": 12 }, "end": { - "line": 170, + "line": 175, "column": 13 } } @@ -241143,15 +247317,15 @@ "binop": null }, "value": "recordAnimation", - "start": 6063, - "end": 6078, + "start": 6244, + "end": 6259, "loc": { "start": { - "line": 170, + "line": 175, "column": 13 }, "end": { - "line": 170, + "line": 175, "column": 28 } } @@ -241170,15 +247344,15 @@ "updateContext": null }, "value": "=", - "start": 6079, - "end": 6080, + "start": 6260, + "end": 6261, "loc": { "start": { - "line": 170, + "line": 175, "column": 29 }, "end": { - "line": 170, + "line": 175, "column": 30 } } @@ -241196,15 +247370,15 @@ "binop": null }, "value": "recordOptions", - "start": 6081, - "end": 6094, + "start": 6262, + "end": 6275, "loc": { "start": { - "line": 170, + "line": 175, "column": 31 }, "end": { - "line": 170, + "line": 175, "column": 44 } } @@ -241222,15 +247396,15 @@ "binop": null, "updateContext": null }, - "start": 6094, - "end": 6095, + "start": 6275, + "end": 6276, "loc": { "start": { - "line": 170, + "line": 175, "column": 44 }, "end": { - "line": 170, + "line": 175, "column": 45 } } @@ -241248,15 +247422,15 @@ "binop": null }, "value": "animation", - "start": 6095, - "end": 6104, + "start": 6276, + "end": 6285, "loc": { "start": { - "line": 170, + "line": 175, "column": 45 }, "end": { - "line": 170, + "line": 175, "column": 54 } } @@ -241274,15 +247448,15 @@ "binop": null, "updateContext": null }, - "start": 6104, - "end": 6105, + "start": 6285, + "end": 6286, "loc": { "start": { - "line": 170, + "line": 175, "column": 54 }, "end": { - "line": 170, + "line": 175, "column": 55 } } @@ -241302,15 +247476,15 @@ "updateContext": null }, "value": "this", - "start": 6114, - "end": 6118, + "start": 6295, + "end": 6299, "loc": { "start": { - "line": 171, + "line": 176, "column": 8 }, "end": { - "line": 171, + "line": 176, "column": 12 } } @@ -241328,15 +247502,15 @@ "binop": null, "updateContext": null }, - "start": 6118, - "end": 6119, + "start": 6299, + "end": 6300, "loc": { "start": { - "line": 171, + "line": 176, "column": 12 }, "end": { - "line": 171, + "line": 176, "column": 13 } } @@ -241354,15 +247528,15 @@ "binop": null }, "value": "recordScreen", - "start": 6119, - "end": 6131, + "start": 6300, + "end": 6312, "loc": { "start": { - "line": 171, + "line": 176, "column": 13 }, "end": { - "line": 171, + "line": 176, "column": 25 } } @@ -241381,15 +247555,15 @@ "updateContext": null }, "value": "=", - "start": 6132, - "end": 6133, + "start": 6313, + "end": 6314, "loc": { "start": { - "line": 171, + "line": 176, "column": 26 }, "end": { - "line": 171, + "line": 176, "column": 27 } } @@ -241407,15 +247581,15 @@ "binop": null }, "value": "recordOptions", - "start": 6134, - "end": 6147, + "start": 6315, + "end": 6328, "loc": { "start": { - "line": 171, + "line": 176, "column": 28 }, "end": { - "line": 171, + "line": 176, "column": 41 } } @@ -241433,15 +247607,15 @@ "binop": null, "updateContext": null }, - "start": 6147, - "end": 6148, + "start": 6328, + "end": 6329, "loc": { "start": { - "line": 171, + "line": 176, "column": 41 }, "end": { - "line": 171, + "line": 176, "column": 42 } } @@ -241459,15 +247633,15 @@ "binop": null }, "value": "screen", - "start": 6148, - "end": 6154, + "start": 6329, + "end": 6335, "loc": { "start": { - "line": 171, + "line": 176, "column": 42 }, "end": { - "line": 171, + "line": 176, "column": 48 } } @@ -241485,15 +247659,15 @@ "binop": null, "updateContext": null }, - "start": 6154, - "end": 6155, + "start": 6335, + "end": 6336, "loc": { "start": { - "line": 171, + "line": 176, "column": 48 }, "end": { - "line": 171, + "line": 176, "column": 49 } } @@ -241513,15 +247687,15 @@ "updateContext": null }, "value": "this", - "start": 6164, - "end": 6168, + "start": 6345, + "end": 6349, "loc": { "start": { - "line": 172, + "line": 177, "column": 8 }, "end": { - "line": 172, + "line": 177, "column": 12 } } @@ -241539,15 +247713,15 @@ "binop": null, "updateContext": null }, - "start": 6168, - "end": 6169, + "start": 6349, + "end": 6350, "loc": { "start": { - "line": 172, + "line": 177, "column": 12 }, "end": { - "line": 172, + "line": 177, "column": 13 } } @@ -241565,15 +247739,15 @@ "binop": null }, "value": "maxLength", - "start": 6169, - "end": 6178, + "start": 6350, + "end": 6359, "loc": { "start": { - "line": 172, + "line": 177, "column": 13 }, "end": { - "line": 172, + "line": 177, "column": 22 } } @@ -241592,15 +247766,15 @@ "updateContext": null }, "value": "=", - "start": 6179, - "end": 6180, + "start": 6360, + "end": 6361, "loc": { "start": { - "line": 172, + "line": 177, "column": 23 }, "end": { - "line": 172, + "line": 177, "column": 24 } } @@ -241618,15 +247792,15 @@ "binop": null }, "value": "recordOptions", - "start": 6181, - "end": 6194, + "start": 6362, + "end": 6375, "loc": { "start": { - "line": 172, + "line": 177, "column": 25 }, "end": { - "line": 172, + "line": 177, "column": 38 } } @@ -241644,15 +247818,15 @@ "binop": null, "updateContext": null }, - "start": 6194, - "end": 6195, + "start": 6375, + "end": 6376, "loc": { "start": { - "line": 172, + "line": 177, "column": 38 }, "end": { - "line": 172, + "line": 177, "column": 39 } } @@ -241670,15 +247844,15 @@ "binop": null }, "value": "maxLength", - "start": 6195, - "end": 6204, + "start": 6376, + "end": 6385, "loc": { "start": { - "line": 172, + "line": 177, "column": 39 }, "end": { - "line": 172, + "line": 177, "column": 48 } } @@ -241696,15 +247870,15 @@ "binop": null, "updateContext": null }, - "start": 6204, - "end": 6205, + "start": 6385, + "end": 6386, "loc": { "start": { - "line": 172, + "line": 177, "column": 48 }, "end": { - "line": 172, + "line": 177, "column": 49 } } @@ -241724,15 +247898,15 @@ "updateContext": null }, "value": "this", - "start": 6214, - "end": 6218, + "start": 6395, + "end": 6399, "loc": { "start": { - "line": 173, + "line": 178, "column": 8 }, "end": { - "line": 173, + "line": 178, "column": 12 } } @@ -241750,15 +247924,15 @@ "binop": null, "updateContext": null }, - "start": 6218, - "end": 6219, + "start": 6399, + "end": 6400, "loc": { "start": { - "line": 173, + "line": 178, "column": 12 }, "end": { - "line": 173, + "line": 178, "column": 13 } } @@ -241776,15 +247950,15 @@ "binop": null }, "value": "maxFileSize", - "start": 6219, - "end": 6230, + "start": 6400, + "end": 6411, "loc": { "start": { - "line": 173, + "line": 178, "column": 13 }, "end": { - "line": 173, + "line": 178, "column": 24 } } @@ -241803,15 +247977,15 @@ "updateContext": null }, "value": "=", - "start": 6231, - "end": 6232, + "start": 6412, + "end": 6413, "loc": { "start": { - "line": 173, + "line": 178, "column": 25 }, "end": { - "line": 173, + "line": 178, "column": 26 } } @@ -241829,15 +248003,15 @@ "binop": null }, "value": "recordOptions", - "start": 6233, - "end": 6246, + "start": 6414, + "end": 6427, "loc": { "start": { - "line": 173, + "line": 178, "column": 27 }, "end": { - "line": 173, + "line": 178, "column": 40 } } @@ -241855,15 +248029,15 @@ "binop": null, "updateContext": null }, - "start": 6246, - "end": 6247, + "start": 6427, + "end": 6428, "loc": { "start": { - "line": 173, + "line": 178, "column": 40 }, "end": { - "line": 173, + "line": 178, "column": 41 } } @@ -241881,15 +248055,15 @@ "binop": null }, "value": "maxFileSize", - "start": 6247, - "end": 6258, + "start": 6428, + "end": 6439, "loc": { "start": { - "line": 173, + "line": 178, "column": 41 }, "end": { - "line": 173, + "line": 178, "column": 52 } } @@ -241907,15 +248081,15 @@ "binop": null, "updateContext": null }, - "start": 6258, - "end": 6259, + "start": 6439, + "end": 6440, "loc": { "start": { - "line": 173, + "line": 178, "column": 52 }, "end": { - "line": 173, + "line": 178, "column": 53 } } @@ -241935,15 +248109,15 @@ "updateContext": null }, "value": "this", - "start": 6268, - "end": 6272, + "start": 6449, + "end": 6453, "loc": { "start": { - "line": 174, + "line": 179, "column": 8 }, "end": { - "line": 174, + "line": 179, "column": 12 } } @@ -241961,15 +248135,15 @@ "binop": null, "updateContext": null }, - "start": 6272, - "end": 6273, + "start": 6453, + "end": 6454, "loc": { "start": { - "line": 174, + "line": 179, "column": 12 }, "end": { - "line": 174, + "line": 179, "column": 13 } } @@ -241986,17 +248160,17 @@ "postfix": false, "binop": null }, - "value": "msDisplayMax", - "start": 6273, - "end": 6285, + "value": "displayMilliseconds", + "start": 6454, + "end": 6473, "loc": { "start": { - "line": 174, + "line": 179, "column": 13 }, "end": { - "line": 174, - "column": 25 + "line": 179, + "column": 32 } } }, @@ -242014,67 +248188,16 @@ "updateContext": null }, "value": "=", - "start": 6286, - "end": 6287, - "loc": { - "start": { - "line": 174, - "column": 26 - }, - "end": { - "line": 174, - "column": 27 - } - } - }, - { - "type": { - "label": "name", - "beforeExpr": false, - "startsExpr": true, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "value": "parseFloat", - "start": 6288, - "end": 6298, - "loc": { - "start": { - "line": 174, - "column": 28 - }, - "end": { - "line": 174, - "column": 38 - } - } - }, - { - "type": { - "label": "(", - "beforeExpr": true, - "startsExpr": true, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "start": 6298, - "end": 6299, + "start": 6474, + "end": 6475, "loc": { "start": { - "line": 174, - "column": 38 + "line": 179, + "column": 33 }, "end": { - "line": 174, - "column": 39 + "line": 179, + "column": 34 } } }, @@ -242091,16 +248214,16 @@ "binop": null }, "value": "recordOptions", - "start": 6299, - "end": 6312, + "start": 6476, + "end": 6489, "loc": { "start": { - "line": 174, - "column": 39 + "line": 179, + "column": 35 }, "end": { - "line": 174, - "column": 52 + "line": 179, + "column": 48 } } }, @@ -242117,16 +248240,16 @@ "binop": null, "updateContext": null }, - "start": 6312, - "end": 6313, + "start": 6489, + "end": 6490, "loc": { "start": { - "line": 174, - "column": 52 + "line": 179, + "column": 48 }, "end": { - "line": 174, - "column": 53 + "line": 179, + "column": 49 } } }, @@ -242142,42 +248265,17 @@ "postfix": false, "binop": null }, - "value": "msDisplayMax", - "start": 6313, - "end": 6325, - "loc": { - "start": { - "line": 174, - "column": 53 - }, - "end": { - "line": 174, - "column": 65 - } - } - }, - { - "type": { - "label": ")", - "beforeExpr": false, - "startsExpr": false, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "start": 6325, - "end": 6326, + "value": "displayMilliseconds", + "start": 6490, + "end": 6509, "loc": { "start": { - "line": 174, - "column": 65 + "line": 179, + "column": 49 }, "end": { - "line": 174, - "column": 66 + "line": 179, + "column": 68 } } }, @@ -242194,16 +248292,16 @@ "binop": null, "updateContext": null }, - "start": 6326, - "end": 6327, + "start": 6509, + "end": 6510, "loc": { "start": { - "line": 174, - "column": 66 + "line": 179, + "column": 68 }, "end": { - "line": 174, - "column": 67 + "line": 179, + "column": 69 } } }, @@ -242222,15 +248320,15 @@ "updateContext": null }, "value": "this", - "start": 6336, - "end": 6340, + "start": 6519, + "end": 6523, "loc": { "start": { - "line": 175, + "line": 180, "column": 8 }, "end": { - "line": 175, + "line": 180, "column": 12 } } @@ -242248,15 +248346,15 @@ "binop": null, "updateContext": null }, - "start": 6340, - "end": 6341, + "start": 6523, + "end": 6524, "loc": { "start": { - "line": 175, + "line": 180, "column": 12 }, "end": { - "line": 175, + "line": 180, "column": 13 } } @@ -242274,15 +248372,15 @@ "binop": null }, "value": "debug", - "start": 6341, - "end": 6346, + "start": 6524, + "end": 6529, "loc": { "start": { - "line": 175, + "line": 180, "column": 13 }, "end": { - "line": 175, + "line": 180, "column": 18 } } @@ -242301,15 +248399,15 @@ "updateContext": null }, "value": "=", - "start": 6347, - "end": 6348, + "start": 6530, + "end": 6531, "loc": { "start": { - "line": 175, + "line": 180, "column": 19 }, "end": { - "line": 175, + "line": 180, "column": 20 } } @@ -242327,15 +248425,15 @@ "binop": null }, "value": "recordOptions", - "start": 6349, - "end": 6362, + "start": 6532, + "end": 6545, "loc": { "start": { - "line": 175, + "line": 180, "column": 21 }, "end": { - "line": 175, + "line": 180, "column": 34 } } @@ -242353,15 +248451,15 @@ "binop": null, "updateContext": null }, - "start": 6362, - "end": 6363, + "start": 6545, + "end": 6546, "loc": { "start": { - "line": 175, + "line": 180, "column": 34 }, "end": { - "line": 175, + "line": 180, "column": 35 } } @@ -242379,15 +248477,15 @@ "binop": null }, "value": "debug", - "start": 6363, - "end": 6368, + "start": 6546, + "end": 6551, "loc": { "start": { - "line": 175, + "line": 180, "column": 35 }, "end": { - "line": 175, + "line": 180, "column": 40 } } @@ -242405,15 +248503,15 @@ "binop": null, "updateContext": null }, - "start": 6368, - "end": 6369, + "start": 6551, + "end": 6552, "loc": { "start": { - "line": 175, + "line": 180, "column": 40 }, "end": { - "line": 175, + "line": 180, "column": 41 } } @@ -242433,15 +248531,15 @@ "updateContext": null }, "value": "this", - "start": 6378, - "end": 6382, + "start": 6561, + "end": 6565, "loc": { "start": { - "line": 176, + "line": 181, "column": 8 }, "end": { - "line": 176, + "line": 181, "column": 12 } } @@ -242459,15 +248557,15 @@ "binop": null, "updateContext": null }, - "start": 6382, - "end": 6383, + "start": 6565, + "end": 6566, "loc": { "start": { - "line": 176, + "line": 181, "column": 12 }, "end": { - "line": 176, + "line": 181, "column": 13 } } @@ -242485,15 +248583,15 @@ "binop": null }, "value": "pictureInPicture", - "start": 6383, - "end": 6399, + "start": 6566, + "end": 6582, "loc": { "start": { - "line": 176, + "line": 181, "column": 13 }, "end": { - "line": 176, + "line": 181, "column": 29 } } @@ -242512,15 +248610,15 @@ "updateContext": null }, "value": "=", - "start": 6400, - "end": 6401, + "start": 6583, + "end": 6584, "loc": { "start": { - "line": 176, + "line": 181, "column": 30 }, "end": { - "line": 176, + "line": 181, "column": 31 } } @@ -242538,15 +248636,15 @@ "binop": null }, "value": "recordOptions", - "start": 6402, - "end": 6415, + "start": 6585, + "end": 6598, "loc": { "start": { - "line": 176, + "line": 181, "column": 32 }, "end": { - "line": 176, + "line": 181, "column": 45 } } @@ -242564,15 +248662,15 @@ "binop": null, "updateContext": null }, - "start": 6415, - "end": 6416, + "start": 6598, + "end": 6599, "loc": { "start": { - "line": 176, + "line": 181, "column": 45 }, "end": { - "line": 176, + "line": 181, "column": 46 } } @@ -242590,15 +248688,15 @@ "binop": null }, "value": "pip", - "start": 6416, - "end": 6419, + "start": 6599, + "end": 6602, "loc": { "start": { - "line": 176, + "line": 181, "column": 46 }, "end": { - "line": 176, + "line": 181, "column": 49 } } @@ -242616,15 +248714,15 @@ "binop": null, "updateContext": null }, - "start": 6419, - "end": 6420, + "start": 6602, + "end": 6603, "loc": { "start": { - "line": 176, + "line": 181, "column": 49 }, "end": { - "line": 176, + "line": 181, "column": 50 } } @@ -242644,15 +248742,15 @@ "updateContext": null }, "value": "this", - "start": 6429, - "end": 6433, + "start": 6612, + "end": 6616, "loc": { "start": { - "line": 177, + "line": 182, "column": 8 }, "end": { - "line": 177, + "line": 182, "column": 12 } } @@ -242670,15 +248768,15 @@ "binop": null, "updateContext": null }, - "start": 6433, - "end": 6434, + "start": 6616, + "end": 6617, "loc": { "start": { - "line": 177, + "line": 182, "column": 12 }, "end": { - "line": 177, + "line": 182, "column": 13 } } @@ -242696,15 +248794,15 @@ "binop": null }, "value": "recordTimeSlice", - "start": 6434, - "end": 6449, + "start": 6617, + "end": 6632, "loc": { "start": { - "line": 177, + "line": 182, "column": 13 }, "end": { - "line": 177, + "line": 182, "column": 28 } } @@ -242723,15 +248821,15 @@ "updateContext": null }, "value": "=", - "start": 6450, - "end": 6451, + "start": 6633, + "end": 6634, "loc": { "start": { - "line": 177, + "line": 182, "column": 29 }, "end": { - "line": 177, + "line": 182, "column": 30 } } @@ -242749,15 +248847,15 @@ "binop": null }, "value": "recordOptions", - "start": 6452, - "end": 6465, + "start": 6635, + "end": 6648, "loc": { "start": { - "line": 177, + "line": 182, "column": 31 }, "end": { - "line": 177, + "line": 182, "column": 44 } } @@ -242775,15 +248873,15 @@ "binop": null, "updateContext": null }, - "start": 6465, - "end": 6466, + "start": 6648, + "end": 6649, "loc": { "start": { - "line": 177, + "line": 182, "column": 44 }, "end": { - "line": 177, + "line": 182, "column": 45 } } @@ -242801,15 +248899,15 @@ "binop": null }, "value": "timeSlice", - "start": 6466, - "end": 6475, + "start": 6649, + "end": 6658, "loc": { "start": { - "line": 177, + "line": 182, "column": 45 }, "end": { - "line": 177, + "line": 182, "column": 54 } } @@ -242827,15 +248925,15 @@ "binop": null, "updateContext": null }, - "start": 6475, - "end": 6476, + "start": 6658, + "end": 6659, "loc": { "start": { - "line": 177, + "line": 182, "column": 54 }, "end": { - "line": 177, + "line": 182, "column": 55 } } @@ -242855,15 +248953,15 @@ "updateContext": null }, "value": "this", - "start": 6485, - "end": 6489, + "start": 6668, + "end": 6672, "loc": { "start": { - "line": 178, + "line": 183, "column": 8 }, "end": { - "line": 178, + "line": 183, "column": 12 } } @@ -242881,15 +248979,15 @@ "binop": null, "updateContext": null }, - "start": 6489, - "end": 6490, + "start": 6672, + "end": 6673, "loc": { "start": { - "line": 178, + "line": 183, "column": 12 }, "end": { - "line": 178, + "line": 183, "column": 13 } } @@ -242907,15 +249005,15 @@ "binop": null }, "value": "autoMuteDevice", - "start": 6490, - "end": 6504, + "start": 6673, + "end": 6687, "loc": { "start": { - "line": 178, + "line": 183, "column": 13 }, "end": { - "line": 178, + "line": 183, "column": 27 } } @@ -242934,15 +249032,15 @@ "updateContext": null }, "value": "=", - "start": 6505, - "end": 6506, + "start": 6688, + "end": 6689, "loc": { "start": { - "line": 178, + "line": 183, "column": 28 }, "end": { - "line": 178, + "line": 183, "column": 29 } } @@ -242960,15 +249058,15 @@ "binop": null }, "value": "recordOptions", - "start": 6507, - "end": 6520, + "start": 6690, + "end": 6703, "loc": { "start": { - "line": 178, + "line": 183, "column": 30 }, "end": { - "line": 178, + "line": 183, "column": 43 } } @@ -242986,15 +249084,15 @@ "binop": null, "updateContext": null }, - "start": 6520, - "end": 6521, + "start": 6703, + "end": 6704, "loc": { "start": { - "line": 178, + "line": 183, "column": 43 }, "end": { - "line": 178, + "line": 183, "column": 44 } } @@ -243012,15 +249110,15 @@ "binop": null }, "value": "autoMuteDevice", - "start": 6521, - "end": 6535, + "start": 6704, + "end": 6718, "loc": { "start": { - "line": 178, + "line": 183, "column": 44 }, "end": { - "line": 178, + "line": 183, "column": 58 } } @@ -243038,15 +249136,15 @@ "binop": null, "updateContext": null }, - "start": 6535, - "end": 6536, + "start": 6718, + "end": 6719, "loc": { "start": { - "line": 178, + "line": 183, "column": 58 }, "end": { - "line": 178, + "line": 183, "column": 59 } } @@ -243066,15 +249164,15 @@ "updateContext": null }, "value": "this", - "start": 6545, - "end": 6549, + "start": 6728, + "end": 6732, "loc": { "start": { - "line": 179, + "line": 184, "column": 8 }, "end": { - "line": 179, + "line": 184, "column": 12 } } @@ -243092,15 +249190,15 @@ "binop": null, "updateContext": null }, - "start": 6549, - "end": 6550, + "start": 6732, + "end": 6733, "loc": { "start": { - "line": 179, + "line": 184, "column": 12 }, "end": { - "line": 179, + "line": 184, "column": 13 } } @@ -243118,15 +249216,15 @@ "binop": null }, "value": "pluginLibraryOptions", - "start": 6550, - "end": 6570, + "start": 6733, + "end": 6753, "loc": { "start": { - "line": 179, + "line": 184, "column": 13 }, "end": { - "line": 179, + "line": 184, "column": 33 } } @@ -243145,15 +249243,15 @@ "updateContext": null }, "value": "=", - "start": 6571, - "end": 6572, + "start": 6754, + "end": 6755, "loc": { "start": { - "line": 179, + "line": 184, "column": 34 }, "end": { - "line": 179, + "line": 184, "column": 35 } } @@ -243171,15 +249269,15 @@ "binop": null }, "value": "recordOptions", - "start": 6573, - "end": 6586, + "start": 6756, + "end": 6769, "loc": { "start": { - "line": 179, + "line": 184, "column": 36 }, "end": { - "line": 179, + "line": 184, "column": 49 } } @@ -243197,15 +249295,15 @@ "binop": null, "updateContext": null }, - "start": 6586, - "end": 6587, + "start": 6769, + "end": 6770, "loc": { "start": { - "line": 179, + "line": 184, "column": 49 }, "end": { - "line": 179, + "line": 184, "column": 50 } } @@ -243223,15 +249321,15 @@ "binop": null }, "value": "pluginLibraryOptions", - "start": 6587, - "end": 6607, + "start": 6770, + "end": 6790, "loc": { "start": { - "line": 179, + "line": 184, "column": 50 }, "end": { - "line": 179, + "line": 184, "column": 70 } } @@ -243249,15 +249347,15 @@ "binop": null, "updateContext": null }, - "start": 6607, - "end": 6608, + "start": 6790, + "end": 6791, "loc": { "start": { - "line": 179, + "line": 184, "column": 70 }, "end": { - "line": 179, + "line": 184, "column": 71 } } @@ -243265,15 +249363,15 @@ { "type": "CommentLine", "value": " video/canvas settings", - "start": 6618, - "end": 6642, + "start": 6801, + "end": 6825, "loc": { "start": { - "line": 181, + "line": 186, "column": 8 }, "end": { - "line": 181, + "line": 186, "column": 32 } } @@ -243293,15 +249391,15 @@ "updateContext": null }, "value": "this", - "start": 6651, - "end": 6655, + "start": 6834, + "end": 6838, "loc": { "start": { - "line": 182, + "line": 187, "column": 8 }, "end": { - "line": 182, + "line": 187, "column": 12 } } @@ -243319,15 +249417,15 @@ "binop": null, "updateContext": null }, - "start": 6655, - "end": 6656, + "start": 6838, + "end": 6839, "loc": { "start": { - "line": 182, + "line": 187, "column": 12 }, "end": { - "line": 182, + "line": 187, "column": 13 } } @@ -243345,15 +249443,15 @@ "binop": null }, "value": "videoFrameWidth", - "start": 6656, - "end": 6671, + "start": 6839, + "end": 6854, "loc": { "start": { - "line": 182, + "line": 187, "column": 13 }, "end": { - "line": 182, + "line": 187, "column": 28 } } @@ -243372,15 +249470,15 @@ "updateContext": null }, "value": "=", - "start": 6672, - "end": 6673, + "start": 6855, + "end": 6856, "loc": { "start": { - "line": 182, + "line": 187, "column": 29 }, "end": { - "line": 182, + "line": 187, "column": 30 } } @@ -243398,15 +249496,15 @@ "binop": null }, "value": "recordOptions", - "start": 6674, - "end": 6687, + "start": 6857, + "end": 6870, "loc": { "start": { - "line": 182, + "line": 187, "column": 31 }, "end": { - "line": 182, + "line": 187, "column": 44 } } @@ -243424,15 +249522,15 @@ "binop": null, "updateContext": null }, - "start": 6687, - "end": 6688, + "start": 6870, + "end": 6871, "loc": { "start": { - "line": 182, + "line": 187, "column": 44 }, "end": { - "line": 182, + "line": 187, "column": 45 } } @@ -243450,15 +249548,15 @@ "binop": null }, "value": "frameWidth", - "start": 6688, - "end": 6698, + "start": 6871, + "end": 6881, "loc": { "start": { - "line": 182, + "line": 187, "column": 45 }, "end": { - "line": 182, + "line": 187, "column": 55 } } @@ -243476,15 +249574,15 @@ "binop": null, "updateContext": null }, - "start": 6698, - "end": 6699, + "start": 6881, + "end": 6882, "loc": { "start": { - "line": 182, + "line": 187, "column": 55 }, "end": { - "line": 182, + "line": 187, "column": 56 } } @@ -243504,15 +249602,15 @@ "updateContext": null }, "value": "this", - "start": 6708, - "end": 6712, + "start": 6891, + "end": 6895, "loc": { "start": { - "line": 183, + "line": 188, "column": 8 }, "end": { - "line": 183, + "line": 188, "column": 12 } } @@ -243530,15 +249628,15 @@ "binop": null, "updateContext": null }, - "start": 6712, - "end": 6713, + "start": 6895, + "end": 6896, "loc": { "start": { - "line": 183, + "line": 188, "column": 12 }, "end": { - "line": 183, + "line": 188, "column": 13 } } @@ -243556,15 +249654,15 @@ "binop": null }, "value": "videoFrameHeight", - "start": 6713, - "end": 6729, + "start": 6896, + "end": 6912, "loc": { "start": { - "line": 183, + "line": 188, "column": 13 }, "end": { - "line": 183, + "line": 188, "column": 29 } } @@ -243583,15 +249681,15 @@ "updateContext": null }, "value": "=", - "start": 6730, - "end": 6731, + "start": 6913, + "end": 6914, "loc": { "start": { - "line": 183, + "line": 188, "column": 30 }, "end": { - "line": 183, + "line": 188, "column": 31 } } @@ -243609,15 +249707,15 @@ "binop": null }, "value": "recordOptions", - "start": 6732, - "end": 6745, + "start": 6915, + "end": 6928, "loc": { "start": { - "line": 183, + "line": 188, "column": 32 }, "end": { - "line": 183, + "line": 188, "column": 45 } } @@ -243635,15 +249733,15 @@ "binop": null, "updateContext": null }, - "start": 6745, - "end": 6746, + "start": 6928, + "end": 6929, "loc": { "start": { - "line": 183, + "line": 188, "column": 45 }, "end": { - "line": 183, + "line": 188, "column": 46 } } @@ -243661,15 +249759,15 @@ "binop": null }, "value": "frameHeight", - "start": 6746, - "end": 6757, + "start": 6929, + "end": 6940, "loc": { "start": { - "line": 183, + "line": 188, "column": 46 }, "end": { - "line": 183, + "line": 188, "column": 57 } } @@ -243687,15 +249785,15 @@ "binop": null, "updateContext": null }, - "start": 6757, - "end": 6758, + "start": 6940, + "end": 6941, "loc": { "start": { - "line": 183, + "line": 188, "column": 57 }, "end": { - "line": 183, + "line": 188, "column": 58 } } @@ -243715,15 +249813,15 @@ "updateContext": null }, "value": "this", - "start": 6767, - "end": 6771, + "start": 6950, + "end": 6954, "loc": { "start": { - "line": 184, + "line": 189, "column": 8 }, "end": { - "line": 184, + "line": 189, "column": 12 } } @@ -243741,15 +249839,15 @@ "binop": null, "updateContext": null }, - "start": 6771, - "end": 6772, + "start": 6954, + "end": 6955, "loc": { "start": { - "line": 184, + "line": 189, "column": 12 }, "end": { - "line": 184, + "line": 189, "column": 13 } } @@ -243767,15 +249865,15 @@ "binop": null }, "value": "videoFrameRate", - "start": 6772, - "end": 6786, + "start": 6955, + "end": 6969, "loc": { "start": { - "line": 184, + "line": 189, "column": 13 }, "end": { - "line": 184, + "line": 189, "column": 27 } } @@ -243794,15 +249892,15 @@ "updateContext": null }, "value": "=", - "start": 6787, - "end": 6788, + "start": 6970, + "end": 6971, "loc": { "start": { - "line": 184, + "line": 189, "column": 28 }, "end": { - "line": 184, + "line": 189, "column": 29 } } @@ -243820,15 +249918,15 @@ "binop": null }, "value": "recordOptions", - "start": 6789, - "end": 6802, + "start": 6972, + "end": 6985, "loc": { "start": { - "line": 184, + "line": 189, "column": 30 }, "end": { - "line": 184, + "line": 189, "column": 43 } } @@ -243846,15 +249944,15 @@ "binop": null, "updateContext": null }, - "start": 6802, - "end": 6803, + "start": 6985, + "end": 6986, "loc": { "start": { - "line": 184, + "line": 189, "column": 43 }, "end": { - "line": 184, + "line": 189, "column": 44 } } @@ -243872,15 +249970,15 @@ "binop": null }, "value": "videoFrameRate", - "start": 6803, - "end": 6817, + "start": 6986, + "end": 7000, "loc": { "start": { - "line": 184, + "line": 189, "column": 44 }, "end": { - "line": 184, + "line": 189, "column": 58 } } @@ -243898,15 +249996,15 @@ "binop": null, "updateContext": null }, - "start": 6817, - "end": 6818, + "start": 7000, + "end": 7001, "loc": { "start": { - "line": 184, + "line": 189, "column": 58 }, "end": { - "line": 184, + "line": 189, "column": 59 } } @@ -243926,15 +250024,15 @@ "updateContext": null }, "value": "this", - "start": 6827, - "end": 6831, + "start": 7010, + "end": 7014, "loc": { "start": { - "line": 185, + "line": 190, "column": 8 }, "end": { - "line": 185, + "line": 190, "column": 12 } } @@ -243952,15 +250050,15 @@ "binop": null, "updateContext": null }, - "start": 6831, - "end": 6832, + "start": 7014, + "end": 7015, "loc": { "start": { - "line": 185, + "line": 190, "column": 12 }, "end": { - "line": 185, + "line": 190, "column": 13 } } @@ -243978,15 +250076,15 @@ "binop": null }, "value": "videoBitRate", - "start": 6832, - "end": 6844, + "start": 7015, + "end": 7027, "loc": { "start": { - "line": 185, + "line": 190, "column": 13 }, "end": { - "line": 185, + "line": 190, "column": 25 } } @@ -244005,15 +250103,15 @@ "updateContext": null }, "value": "=", - "start": 6845, - "end": 6846, + "start": 7028, + "end": 7029, "loc": { "start": { - "line": 185, + "line": 190, "column": 26 }, "end": { - "line": 185, + "line": 190, "column": 27 } } @@ -244031,15 +250129,15 @@ "binop": null }, "value": "recordOptions", - "start": 6847, - "end": 6860, + "start": 7030, + "end": 7043, "loc": { "start": { - "line": 185, + "line": 190, "column": 28 }, "end": { - "line": 185, + "line": 190, "column": 41 } } @@ -244057,15 +250155,15 @@ "binop": null, "updateContext": null }, - "start": 6860, - "end": 6861, + "start": 7043, + "end": 7044, "loc": { "start": { - "line": 185, + "line": 190, "column": 41 }, "end": { - "line": 185, + "line": 190, "column": 42 } } @@ -244083,15 +250181,15 @@ "binop": null }, "value": "videoBitRate", - "start": 6861, - "end": 6873, + "start": 7044, + "end": 7056, "loc": { "start": { - "line": 185, + "line": 190, "column": 42 }, "end": { - "line": 185, + "line": 190, "column": 54 } } @@ -244109,15 +250207,15 @@ "binop": null, "updateContext": null }, - "start": 6873, - "end": 6874, + "start": 7056, + "end": 7057, "loc": { "start": { - "line": 185, + "line": 190, "column": 54 }, "end": { - "line": 185, + "line": 190, "column": 55 } } @@ -244137,15 +250235,15 @@ "updateContext": null }, "value": "this", - "start": 6883, - "end": 6887, + "start": 7066, + "end": 7070, "loc": { "start": { - "line": 186, + "line": 191, "column": 8 }, "end": { - "line": 186, + "line": 191, "column": 12 } } @@ -244163,15 +250261,15 @@ "binop": null, "updateContext": null }, - "start": 6887, - "end": 6888, + "start": 7070, + "end": 7071, "loc": { "start": { - "line": 186, + "line": 191, "column": 12 }, "end": { - "line": 186, + "line": 191, "column": 13 } } @@ -244189,15 +250287,15 @@ "binop": null }, "value": "videoEngine", - "start": 6888, - "end": 6899, + "start": 7071, + "end": 7082, "loc": { "start": { - "line": 186, + "line": 191, "column": 13 }, "end": { - "line": 186, + "line": 191, "column": 24 } } @@ -244216,15 +250314,15 @@ "updateContext": null }, "value": "=", - "start": 6900, - "end": 6901, + "start": 7083, + "end": 7084, "loc": { "start": { - "line": 186, + "line": 191, "column": 25 }, "end": { - "line": 186, + "line": 191, "column": 26 } } @@ -244242,15 +250340,15 @@ "binop": null }, "value": "recordOptions", - "start": 6902, - "end": 6915, + "start": 7085, + "end": 7098, "loc": { "start": { - "line": 186, + "line": 191, "column": 27 }, "end": { - "line": 186, + "line": 191, "column": 40 } } @@ -244268,15 +250366,15 @@ "binop": null, "updateContext": null }, - "start": 6915, - "end": 6916, + "start": 7098, + "end": 7099, "loc": { "start": { - "line": 186, + "line": 191, "column": 40 }, "end": { - "line": 186, + "line": 191, "column": 41 } } @@ -244294,15 +250392,15 @@ "binop": null }, "value": "videoEngine", - "start": 6916, - "end": 6927, + "start": 7099, + "end": 7110, "loc": { "start": { - "line": 186, + "line": 191, "column": 41 }, "end": { - "line": 186, + "line": 191, "column": 52 } } @@ -244320,15 +250418,15 @@ "binop": null, "updateContext": null }, - "start": 6927, - "end": 6928, + "start": 7110, + "end": 7111, "loc": { "start": { - "line": 186, + "line": 191, "column": 52 }, "end": { - "line": 186, + "line": 191, "column": 53 } } @@ -244348,15 +250446,15 @@ "updateContext": null }, "value": "this", - "start": 6937, - "end": 6941, + "start": 7120, + "end": 7124, "loc": { "start": { - "line": 187, + "line": 192, "column": 8 }, "end": { - "line": 187, + "line": 192, "column": 12 } } @@ -244374,15 +250472,15 @@ "binop": null, "updateContext": null }, - "start": 6941, - "end": 6942, + "start": 7124, + "end": 7125, "loc": { "start": { - "line": 187, + "line": 192, "column": 12 }, "end": { - "line": 187, + "line": 192, "column": 13 } } @@ -244400,15 +250498,15 @@ "binop": null }, "value": "videoRecorderType", - "start": 6942, - "end": 6959, + "start": 7125, + "end": 7142, "loc": { "start": { - "line": 187, + "line": 192, "column": 13 }, "end": { - "line": 187, + "line": 192, "column": 30 } } @@ -244427,15 +250525,15 @@ "updateContext": null }, "value": "=", - "start": 6960, - "end": 6961, + "start": 7143, + "end": 7144, "loc": { "start": { - "line": 187, + "line": 192, "column": 31 }, "end": { - "line": 187, + "line": 192, "column": 32 } } @@ -244453,15 +250551,15 @@ "binop": null }, "value": "recordOptions", - "start": 6962, - "end": 6975, + "start": 7145, + "end": 7158, "loc": { "start": { - "line": 187, + "line": 192, "column": 33 }, "end": { - "line": 187, + "line": 192, "column": 46 } } @@ -244479,15 +250577,15 @@ "binop": null, "updateContext": null }, - "start": 6975, - "end": 6976, + "start": 7158, + "end": 7159, "loc": { "start": { - "line": 187, + "line": 192, "column": 46 }, "end": { - "line": 187, + "line": 192, "column": 47 } } @@ -244505,15 +250603,15 @@ "binop": null }, "value": "videoRecorderType", - "start": 6976, - "end": 6993, + "start": 7159, + "end": 7176, "loc": { "start": { - "line": 187, + "line": 192, "column": 47 }, "end": { - "line": 187, + "line": 192, "column": 64 } } @@ -244531,15 +250629,15 @@ "binop": null, "updateContext": null }, - "start": 6993, - "end": 6994, + "start": 7176, + "end": 7177, "loc": { "start": { - "line": 187, + "line": 192, "column": 64 }, "end": { - "line": 187, + "line": 192, "column": 65 } } @@ -244559,15 +250657,15 @@ "updateContext": null }, "value": "this", - "start": 7003, - "end": 7007, + "start": 7186, + "end": 7190, "loc": { "start": { - "line": 188, + "line": 193, "column": 8 }, "end": { - "line": 188, + "line": 193, "column": 12 } } @@ -244585,15 +250683,15 @@ "binop": null, "updateContext": null }, - "start": 7007, - "end": 7008, + "start": 7190, + "end": 7191, "loc": { "start": { - "line": 188, + "line": 193, "column": 12 }, "end": { - "line": 188, + "line": 193, "column": 13 } } @@ -244611,15 +250709,15 @@ "binop": null }, "value": "videoMimeType", - "start": 7008, - "end": 7021, + "start": 7191, + "end": 7204, "loc": { "start": { - "line": 188, + "line": 193, "column": 13 }, "end": { - "line": 188, + "line": 193, "column": 26 } } @@ -244638,15 +250736,15 @@ "updateContext": null }, "value": "=", - "start": 7022, - "end": 7023, + "start": 7205, + "end": 7206, "loc": { "start": { - "line": 188, + "line": 193, "column": 27 }, "end": { - "line": 188, + "line": 193, "column": 28 } } @@ -244664,15 +250762,15 @@ "binop": null }, "value": "recordOptions", - "start": 7024, - "end": 7037, + "start": 7207, + "end": 7220, "loc": { "start": { - "line": 188, + "line": 193, "column": 29 }, "end": { - "line": 188, + "line": 193, "column": 42 } } @@ -244690,15 +250788,15 @@ "binop": null, "updateContext": null }, - "start": 7037, - "end": 7038, + "start": 7220, + "end": 7221, "loc": { "start": { - "line": 188, + "line": 193, "column": 42 }, "end": { - "line": 188, + "line": 193, "column": 43 } } @@ -244716,15 +250814,15 @@ "binop": null }, "value": "videoMimeType", - "start": 7038, - "end": 7051, + "start": 7221, + "end": 7234, "loc": { "start": { - "line": 188, + "line": 193, "column": 43 }, "end": { - "line": 188, + "line": 193, "column": 56 } } @@ -244742,15 +250840,15 @@ "binop": null, "updateContext": null }, - "start": 7051, - "end": 7052, + "start": 7234, + "end": 7235, "loc": { "start": { - "line": 188, + "line": 193, "column": 56 }, "end": { - "line": 188, + "line": 193, "column": 57 } } @@ -244770,15 +250868,15 @@ "updateContext": null }, "value": "this", - "start": 7061, - "end": 7065, + "start": 7244, + "end": 7248, "loc": { "start": { - "line": 189, + "line": 194, "column": 8 }, "end": { - "line": 189, + "line": 194, "column": 12 } } @@ -244796,15 +250894,15 @@ "binop": null, "updateContext": null }, - "start": 7065, - "end": 7066, + "start": 7248, + "end": 7249, "loc": { "start": { - "line": 189, + "line": 194, "column": 12 }, "end": { - "line": 189, + "line": 194, "column": 13 } } @@ -244822,15 +250920,15 @@ "binop": null }, "value": "videoWorkerURL", - "start": 7066, - "end": 7080, + "start": 7249, + "end": 7263, "loc": { "start": { - "line": 189, + "line": 194, "column": 13 }, "end": { - "line": 189, + "line": 194, "column": 27 } } @@ -244849,15 +250947,15 @@ "updateContext": null }, "value": "=", - "start": 7081, - "end": 7082, + "start": 7264, + "end": 7265, "loc": { "start": { - "line": 189, + "line": 194, "column": 28 }, "end": { - "line": 189, + "line": 194, "column": 29 } } @@ -244875,15 +250973,15 @@ "binop": null }, "value": "recordOptions", - "start": 7083, - "end": 7096, + "start": 7266, + "end": 7279, "loc": { "start": { - "line": 189, + "line": 194, "column": 30 }, "end": { - "line": 189, + "line": 194, "column": 43 } } @@ -244901,15 +250999,15 @@ "binop": null, "updateContext": null }, - "start": 7096, - "end": 7097, + "start": 7279, + "end": 7280, "loc": { "start": { - "line": 189, + "line": 194, "column": 43 }, "end": { - "line": 189, + "line": 194, "column": 44 } } @@ -244927,15 +251025,15 @@ "binop": null }, "value": "videoWorkerURL", - "start": 7097, - "end": 7111, + "start": 7280, + "end": 7294, "loc": { "start": { - "line": 189, + "line": 194, "column": 44 }, "end": { - "line": 189, + "line": 194, "column": 58 } } @@ -244953,15 +251051,15 @@ "binop": null, "updateContext": null }, - "start": 7111, - "end": 7112, + "start": 7294, + "end": 7295, "loc": { "start": { - "line": 189, + "line": 194, "column": 58 }, "end": { - "line": 189, + "line": 194, "column": 59 } } @@ -244981,15 +251079,15 @@ "updateContext": null }, "value": "this", - "start": 7121, - "end": 7125, + "start": 7304, + "end": 7308, "loc": { "start": { - "line": 190, + "line": 195, "column": 8 }, "end": { - "line": 190, + "line": 195, "column": 12 } } @@ -245007,15 +251105,15 @@ "binop": null, "updateContext": null }, - "start": 7125, - "end": 7126, + "start": 7308, + "end": 7309, "loc": { "start": { - "line": 190, + "line": 195, "column": 12 }, "end": { - "line": 190, + "line": 195, "column": 13 } } @@ -245033,15 +251131,15 @@ "binop": null }, "value": "videoWebAssemblyURL", - "start": 7126, - "end": 7145, + "start": 7309, + "end": 7328, "loc": { "start": { - "line": 190, + "line": 195, "column": 13 }, "end": { - "line": 190, + "line": 195, "column": 32 } } @@ -245060,15 +251158,15 @@ "updateContext": null }, "value": "=", - "start": 7146, - "end": 7147, + "start": 7329, + "end": 7330, "loc": { "start": { - "line": 190, + "line": 195, "column": 33 }, "end": { - "line": 190, + "line": 195, "column": 34 } } @@ -245086,15 +251184,15 @@ "binop": null }, "value": "recordOptions", - "start": 7148, - "end": 7161, + "start": 7331, + "end": 7344, "loc": { "start": { - "line": 190, + "line": 195, "column": 35 }, "end": { - "line": 190, + "line": 195, "column": 48 } } @@ -245112,15 +251210,15 @@ "binop": null, "updateContext": null }, - "start": 7161, - "end": 7162, + "start": 7344, + "end": 7345, "loc": { "start": { - "line": 190, + "line": 195, "column": 48 }, "end": { - "line": 190, + "line": 195, "column": 49 } } @@ -245138,15 +251236,15 @@ "binop": null }, "value": "videoWebAssemblyURL", - "start": 7162, - "end": 7181, + "start": 7345, + "end": 7364, "loc": { "start": { - "line": 190, + "line": 195, "column": 49 }, "end": { - "line": 190, + "line": 195, "column": 68 } } @@ -245164,15 +251262,15 @@ "binop": null, "updateContext": null }, - "start": 7181, - "end": 7182, + "start": 7364, + "end": 7365, "loc": { "start": { - "line": 190, + "line": 195, "column": 68 }, "end": { - "line": 190, + "line": 195, "column": 69 } } @@ -245180,15 +251278,15 @@ { "type": "CommentLine", "value": " convert settings", - "start": 7192, - "end": 7211, + "start": 7375, + "end": 7394, "loc": { "start": { - "line": 192, + "line": 197, "column": 8 }, "end": { - "line": 192, + "line": 197, "column": 27 } } @@ -245208,15 +251306,15 @@ "updateContext": null }, "value": "this", - "start": 7220, - "end": 7224, + "start": 7403, + "end": 7407, "loc": { "start": { - "line": 193, + "line": 198, "column": 8 }, "end": { - "line": 193, + "line": 198, "column": 12 } } @@ -245234,15 +251332,15 @@ "binop": null, "updateContext": null }, - "start": 7224, - "end": 7225, + "start": 7407, + "end": 7408, "loc": { "start": { - "line": 193, + "line": 198, "column": 12 }, "end": { - "line": 193, + "line": 198, "column": 13 } } @@ -245260,15 +251358,15 @@ "binop": null }, "value": "convertEngine", - "start": 7225, - "end": 7238, + "start": 7408, + "end": 7421, "loc": { "start": { - "line": 193, + "line": 198, "column": 13 }, "end": { - "line": 193, + "line": 198, "column": 26 } } @@ -245287,15 +251385,15 @@ "updateContext": null }, "value": "=", - "start": 7239, - "end": 7240, + "start": 7422, + "end": 7423, "loc": { "start": { - "line": 193, + "line": 198, "column": 27 }, "end": { - "line": 193, + "line": 198, "column": 28 } } @@ -245313,15 +251411,15 @@ "binop": null }, "value": "recordOptions", - "start": 7241, - "end": 7254, + "start": 7424, + "end": 7437, "loc": { "start": { - "line": 193, + "line": 198, "column": 29 }, "end": { - "line": 193, + "line": 198, "column": 42 } } @@ -245339,15 +251437,15 @@ "binop": null, "updateContext": null }, - "start": 7254, - "end": 7255, + "start": 7437, + "end": 7438, "loc": { "start": { - "line": 193, + "line": 198, "column": 42 }, "end": { - "line": 193, + "line": 198, "column": 43 } } @@ -245365,15 +251463,15 @@ "binop": null }, "value": "convertEngine", - "start": 7255, - "end": 7268, + "start": 7438, + "end": 7451, "loc": { "start": { - "line": 193, + "line": 198, "column": 43 }, "end": { - "line": 193, + "line": 198, "column": 56 } } @@ -245391,15 +251489,15 @@ "binop": null, "updateContext": null }, - "start": 7268, - "end": 7269, + "start": 7451, + "end": 7452, "loc": { "start": { - "line": 193, + "line": 198, "column": 56 }, "end": { - "line": 193, + "line": 198, "column": 57 } } @@ -245419,15 +251517,15 @@ "updateContext": null }, "value": "this", - "start": 7278, - "end": 7282, + "start": 7461, + "end": 7465, "loc": { "start": { - "line": 194, + "line": 199, "column": 8 }, "end": { - "line": 194, + "line": 199, "column": 12 } } @@ -245445,15 +251543,15 @@ "binop": null, "updateContext": null }, - "start": 7282, - "end": 7283, + "start": 7465, + "end": 7466, "loc": { "start": { - "line": 194, + "line": 199, "column": 12 }, "end": { - "line": 194, + "line": 199, "column": 13 } } @@ -245471,15 +251569,15 @@ "binop": null }, "value": "convertWorkerURL", - "start": 7283, - "end": 7299, + "start": 7466, + "end": 7482, "loc": { "start": { - "line": 194, + "line": 199, "column": 13 }, "end": { - "line": 194, + "line": 199, "column": 29 } } @@ -245498,15 +251596,15 @@ "updateContext": null }, "value": "=", - "start": 7300, - "end": 7301, + "start": 7483, + "end": 7484, "loc": { "start": { - "line": 194, + "line": 199, "column": 30 }, "end": { - "line": 194, + "line": 199, "column": 31 } } @@ -245524,15 +251622,15 @@ "binop": null }, "value": "recordOptions", - "start": 7302, - "end": 7315, + "start": 7485, + "end": 7498, "loc": { "start": { - "line": 194, + "line": 199, "column": 32 }, "end": { - "line": 194, + "line": 199, "column": 45 } } @@ -245550,15 +251648,15 @@ "binop": null, "updateContext": null }, - "start": 7315, - "end": 7316, + "start": 7498, + "end": 7499, "loc": { "start": { - "line": 194, + "line": 199, "column": 45 }, "end": { - "line": 194, + "line": 199, "column": 46 } } @@ -245576,15 +251674,15 @@ "binop": null }, "value": "convertWorkerURL", - "start": 7316, - "end": 7332, + "start": 7499, + "end": 7515, "loc": { "start": { - "line": 194, + "line": 199, "column": 46 }, "end": { - "line": 194, + "line": 199, "column": 62 } } @@ -245602,15 +251700,15 @@ "binop": null, "updateContext": null }, - "start": 7332, - "end": 7333, + "start": 7515, + "end": 7516, "loc": { "start": { - "line": 194, + "line": 199, "column": 62 }, "end": { - "line": 194, + "line": 199, "column": 63 } } @@ -245630,15 +251728,15 @@ "updateContext": null }, "value": "this", - "start": 7342, - "end": 7346, + "start": 7525, + "end": 7529, "loc": { "start": { - "line": 195, + "line": 200, "column": 8 }, "end": { - "line": 195, + "line": 200, "column": 12 } } @@ -245656,15 +251754,15 @@ "binop": null, "updateContext": null }, - "start": 7346, - "end": 7347, + "start": 7529, + "end": 7530, "loc": { "start": { - "line": 195, + "line": 200, "column": 12 }, "end": { - "line": 195, + "line": 200, "column": 13 } } @@ -245682,15 +251780,15 @@ "binop": null }, "value": "convertOptions", - "start": 7347, - "end": 7361, + "start": 7530, + "end": 7544, "loc": { "start": { - "line": 195, + "line": 200, "column": 13 }, "end": { - "line": 195, + "line": 200, "column": 27 } } @@ -245709,15 +251807,15 @@ "updateContext": null }, "value": "=", - "start": 7362, - "end": 7363, + "start": 7545, + "end": 7546, "loc": { "start": { - "line": 195, + "line": 200, "column": 28 }, "end": { - "line": 195, + "line": 200, "column": 29 } } @@ -245735,15 +251833,15 @@ "binop": null }, "value": "recordOptions", - "start": 7364, - "end": 7377, + "start": 7547, + "end": 7560, "loc": { "start": { - "line": 195, + "line": 200, "column": 30 }, "end": { - "line": 195, + "line": 200, "column": 43 } } @@ -245761,15 +251859,15 @@ "binop": null, "updateContext": null }, - "start": 7377, - "end": 7378, + "start": 7560, + "end": 7561, "loc": { "start": { - "line": 195, + "line": 200, "column": 43 }, "end": { - "line": 195, + "line": 200, "column": 44 } } @@ -245787,15 +251885,15 @@ "binop": null }, "value": "convertOptions", - "start": 7378, - "end": 7392, + "start": 7561, + "end": 7575, "loc": { "start": { - "line": 195, + "line": 200, "column": 44 }, "end": { - "line": 195, + "line": 200, "column": 58 } } @@ -245813,15 +251911,15 @@ "binop": null, "updateContext": null }, - "start": 7392, - "end": 7393, + "start": 7575, + "end": 7576, "loc": { "start": { - "line": 195, + "line": 200, "column": 58 }, "end": { - "line": 195, + "line": 200, "column": 59 } } @@ -245829,15 +251927,15 @@ { "type": "CommentLine", "value": " audio settings", - "start": 7403, - "end": 7420, + "start": 7586, + "end": 7603, "loc": { "start": { - "line": 197, + "line": 202, "column": 8 }, "end": { - "line": 197, + "line": 202, "column": 25 } } @@ -245857,15 +251955,15 @@ "updateContext": null }, "value": "this", - "start": 7429, - "end": 7433, + "start": 7612, + "end": 7616, "loc": { "start": { - "line": 198, + "line": 203, "column": 8 }, "end": { - "line": 198, + "line": 203, "column": 12 } } @@ -245883,15 +251981,15 @@ "binop": null, "updateContext": null }, - "start": 7433, - "end": 7434, + "start": 7616, + "end": 7617, "loc": { "start": { - "line": 198, + "line": 203, "column": 12 }, "end": { - "line": 198, + "line": 203, "column": 13 } } @@ -245909,15 +252007,15 @@ "binop": null }, "value": "audioEngine", - "start": 7434, - "end": 7445, + "start": 7617, + "end": 7628, "loc": { "start": { - "line": 198, + "line": 203, "column": 13 }, "end": { - "line": 198, + "line": 203, "column": 24 } } @@ -245936,15 +252034,15 @@ "updateContext": null }, "value": "=", - "start": 7446, - "end": 7447, + "start": 7629, + "end": 7630, "loc": { "start": { - "line": 198, + "line": 203, "column": 25 }, "end": { - "line": 198, + "line": 203, "column": 26 } } @@ -245962,15 +252060,15 @@ "binop": null }, "value": "recordOptions", - "start": 7448, - "end": 7461, + "start": 7631, + "end": 7644, "loc": { "start": { - "line": 198, + "line": 203, "column": 27 }, "end": { - "line": 198, + "line": 203, "column": 40 } } @@ -245988,15 +252086,15 @@ "binop": null, "updateContext": null }, - "start": 7461, - "end": 7462, + "start": 7644, + "end": 7645, "loc": { "start": { - "line": 198, + "line": 203, "column": 40 }, "end": { - "line": 198, + "line": 203, "column": 41 } } @@ -246014,15 +252112,15 @@ "binop": null }, "value": "audioEngine", - "start": 7462, - "end": 7473, + "start": 7645, + "end": 7656, "loc": { "start": { - "line": 198, + "line": 203, "column": 41 }, "end": { - "line": 198, + "line": 203, "column": 52 } } @@ -246040,15 +252138,15 @@ "binop": null, "updateContext": null }, - "start": 7473, - "end": 7474, + "start": 7656, + "end": 7657, "loc": { "start": { - "line": 198, + "line": 203, "column": 52 }, "end": { - "line": 198, + "line": 203, "column": 53 } } @@ -246068,15 +252166,15 @@ "updateContext": null }, "value": "this", - "start": 7483, - "end": 7487, + "start": 7666, + "end": 7670, "loc": { "start": { - "line": 199, + "line": 204, "column": 8 }, "end": { - "line": 199, + "line": 204, "column": 12 } } @@ -246094,15 +252192,15 @@ "binop": null, "updateContext": null }, - "start": 7487, - "end": 7488, + "start": 7670, + "end": 7671, "loc": { "start": { - "line": 199, + "line": 204, "column": 12 }, "end": { - "line": 199, + "line": 204, "column": 13 } } @@ -246120,15 +252218,15 @@ "binop": null }, "value": "audioRecorderType", - "start": 7488, - "end": 7505, + "start": 7671, + "end": 7688, "loc": { "start": { - "line": 199, + "line": 204, "column": 13 }, "end": { - "line": 199, + "line": 204, "column": 30 } } @@ -246147,15 +252245,15 @@ "updateContext": null }, "value": "=", - "start": 7506, - "end": 7507, + "start": 7689, + "end": 7690, "loc": { "start": { - "line": 199, + "line": 204, "column": 31 }, "end": { - "line": 199, + "line": 204, "column": 32 } } @@ -246173,15 +252271,15 @@ "binop": null }, "value": "recordOptions", - "start": 7508, - "end": 7521, + "start": 7691, + "end": 7704, "loc": { "start": { - "line": 199, + "line": 204, "column": 33 }, "end": { - "line": 199, + "line": 204, "column": 46 } } @@ -246199,15 +252297,15 @@ "binop": null, "updateContext": null }, - "start": 7521, - "end": 7522, + "start": 7704, + "end": 7705, "loc": { "start": { - "line": 199, + "line": 204, "column": 46 }, "end": { - "line": 199, + "line": 204, "column": 47 } } @@ -246225,15 +252323,15 @@ "binop": null }, "value": "audioRecorderType", - "start": 7522, - "end": 7539, + "start": 7705, + "end": 7722, "loc": { "start": { - "line": 199, + "line": 204, "column": 47 }, "end": { - "line": 199, + "line": 204, "column": 64 } } @@ -246251,15 +252349,15 @@ "binop": null, "updateContext": null }, - "start": 7539, - "end": 7540, + "start": 7722, + "end": 7723, "loc": { "start": { - "line": 199, + "line": 204, "column": 64 }, "end": { - "line": 199, + "line": 204, "column": 65 } } @@ -246279,15 +252377,15 @@ "updateContext": null }, "value": "this", - "start": 7549, - "end": 7553, + "start": 7732, + "end": 7736, "loc": { "start": { - "line": 200, + "line": 205, "column": 8 }, "end": { - "line": 200, + "line": 205, "column": 12 } } @@ -246305,15 +252403,15 @@ "binop": null, "updateContext": null }, - "start": 7553, - "end": 7554, + "start": 7736, + "end": 7737, "loc": { "start": { - "line": 200, + "line": 205, "column": 12 }, "end": { - "line": 200, + "line": 205, "column": 13 } } @@ -246331,15 +252429,15 @@ "binop": null }, "value": "audioWorkerURL", - "start": 7554, - "end": 7568, + "start": 7737, + "end": 7751, "loc": { "start": { - "line": 200, + "line": 205, "column": 13 }, "end": { - "line": 200, + "line": 205, "column": 27 } } @@ -246358,15 +252456,15 @@ "updateContext": null }, "value": "=", - "start": 7569, - "end": 7570, + "start": 7752, + "end": 7753, "loc": { "start": { - "line": 200, + "line": 205, "column": 28 }, "end": { - "line": 200, + "line": 205, "column": 29 } } @@ -246384,15 +252482,15 @@ "binop": null }, "value": "recordOptions", - "start": 7571, - "end": 7584, + "start": 7754, + "end": 7767, "loc": { "start": { - "line": 200, + "line": 205, "column": 30 }, "end": { - "line": 200, + "line": 205, "column": 43 } } @@ -246410,15 +252508,15 @@ "binop": null, "updateContext": null }, - "start": 7584, - "end": 7585, + "start": 7767, + "end": 7768, "loc": { "start": { - "line": 200, + "line": 205, "column": 43 }, "end": { - "line": 200, + "line": 205, "column": 44 } } @@ -246436,15 +252534,15 @@ "binop": null }, "value": "audioWorkerURL", - "start": 7585, - "end": 7599, + "start": 7768, + "end": 7782, "loc": { "start": { - "line": 200, + "line": 205, "column": 44 }, "end": { - "line": 200, + "line": 205, "column": 58 } } @@ -246462,15 +252560,15 @@ "binop": null, "updateContext": null }, - "start": 7599, - "end": 7600, + "start": 7782, + "end": 7783, "loc": { "start": { - "line": 200, + "line": 205, "column": 58 }, "end": { - "line": 200, + "line": 205, "column": 59 } } @@ -246490,15 +252588,15 @@ "updateContext": null }, "value": "this", - "start": 7609, - "end": 7613, + "start": 7792, + "end": 7796, "loc": { "start": { - "line": 201, + "line": 206, "column": 8 }, "end": { - "line": 201, + "line": 206, "column": 12 } } @@ -246516,15 +252614,15 @@ "binop": null, "updateContext": null }, - "start": 7613, - "end": 7614, + "start": 7796, + "end": 7797, "loc": { "start": { - "line": 201, + "line": 206, "column": 12 }, "end": { - "line": 201, + "line": 206, "column": 13 } } @@ -246542,15 +252640,15 @@ "binop": null }, "value": "audioWebAssemblyURL", - "start": 7614, - "end": 7633, + "start": 7797, + "end": 7816, "loc": { "start": { - "line": 201, + "line": 206, "column": 13 }, "end": { - "line": 201, + "line": 206, "column": 32 } } @@ -246569,15 +252667,15 @@ "updateContext": null }, "value": "=", - "start": 7634, - "end": 7635, + "start": 7817, + "end": 7818, "loc": { "start": { - "line": 201, + "line": 206, "column": 33 }, "end": { - "line": 201, + "line": 206, "column": 34 } } @@ -246595,15 +252693,15 @@ "binop": null }, "value": "recordOptions", - "start": 7636, - "end": 7649, + "start": 7819, + "end": 7832, "loc": { "start": { - "line": 201, + "line": 206, "column": 35 }, "end": { - "line": 201, + "line": 206, "column": 48 } } @@ -246621,15 +252719,15 @@ "binop": null, "updateContext": null }, - "start": 7649, - "end": 7650, + "start": 7832, + "end": 7833, "loc": { "start": { - "line": 201, + "line": 206, "column": 48 }, "end": { - "line": 201, + "line": 206, "column": 49 } } @@ -246647,15 +252745,15 @@ "binop": null }, "value": "audioWebAssemblyURL", - "start": 7650, - "end": 7669, + "start": 7833, + "end": 7852, "loc": { "start": { - "line": 201, + "line": 206, "column": 49 }, "end": { - "line": 201, + "line": 206, "column": 68 } } @@ -246673,15 +252771,15 @@ "binop": null, "updateContext": null }, - "start": 7669, - "end": 7670, + "start": 7852, + "end": 7853, "loc": { "start": { - "line": 201, + "line": 206, "column": 68 }, "end": { - "line": 201, + "line": 206, "column": 69 } } @@ -246701,15 +252799,15 @@ "updateContext": null }, "value": "this", - "start": 7679, - "end": 7683, + "start": 7862, + "end": 7866, "loc": { "start": { - "line": 202, + "line": 207, "column": 8 }, "end": { - "line": 202, + "line": 207, "column": 12 } } @@ -246727,15 +252825,15 @@ "binop": null, "updateContext": null }, - "start": 7683, - "end": 7684, + "start": 7866, + "end": 7867, "loc": { "start": { - "line": 202, + "line": 207, "column": 12 }, "end": { - "line": 202, + "line": 207, "column": 13 } } @@ -246753,15 +252851,15 @@ "binop": null }, "value": "audioBufferSize", - "start": 7684, - "end": 7699, + "start": 7867, + "end": 7882, "loc": { "start": { - "line": 202, + "line": 207, "column": 13 }, "end": { - "line": 202, + "line": 207, "column": 28 } } @@ -246780,15 +252878,15 @@ "updateContext": null }, "value": "=", - "start": 7700, - "end": 7701, + "start": 7883, + "end": 7884, "loc": { "start": { - "line": 202, + "line": 207, "column": 29 }, "end": { - "line": 202, + "line": 207, "column": 30 } } @@ -246806,15 +252904,15 @@ "binop": null }, "value": "recordOptions", - "start": 7702, - "end": 7715, + "start": 7885, + "end": 7898, "loc": { "start": { - "line": 202, + "line": 207, "column": 31 }, "end": { - "line": 202, + "line": 207, "column": 44 } } @@ -246832,15 +252930,15 @@ "binop": null, "updateContext": null }, - "start": 7715, - "end": 7716, + "start": 7898, + "end": 7899, "loc": { "start": { - "line": 202, + "line": 207, "column": 44 }, "end": { - "line": 202, + "line": 207, "column": 45 } } @@ -246858,15 +252956,15 @@ "binop": null }, "value": "audioBufferSize", - "start": 7716, - "end": 7731, + "start": 7899, + "end": 7914, "loc": { "start": { - "line": 202, + "line": 207, "column": 45 }, "end": { - "line": 202, + "line": 207, "column": 60 } } @@ -246884,15 +252982,15 @@ "binop": null, "updateContext": null }, - "start": 7731, - "end": 7732, + "start": 7914, + "end": 7915, "loc": { "start": { - "line": 202, + "line": 207, "column": 60 }, "end": { - "line": 202, + "line": 207, "column": 61 } } @@ -246912,15 +253010,15 @@ "updateContext": null }, "value": "this", - "start": 7741, - "end": 7745, + "start": 7924, + "end": 7928, "loc": { "start": { - "line": 203, + "line": 208, "column": 8 }, "end": { - "line": 203, + "line": 208, "column": 12 } } @@ -246938,15 +253036,15 @@ "binop": null, "updateContext": null }, - "start": 7745, - "end": 7746, + "start": 7928, + "end": 7929, "loc": { "start": { - "line": 203, + "line": 208, "column": 12 }, "end": { - "line": 203, + "line": 208, "column": 13 } } @@ -246964,15 +253062,15 @@ "binop": null }, "value": "audioSampleRate", - "start": 7746, - "end": 7761, + "start": 7929, + "end": 7944, "loc": { "start": { - "line": 203, + "line": 208, "column": 13 }, "end": { - "line": 203, + "line": 208, "column": 28 } } @@ -246991,15 +253089,15 @@ "updateContext": null }, "value": "=", - "start": 7762, - "end": 7763, + "start": 7945, + "end": 7946, "loc": { "start": { - "line": 203, + "line": 208, "column": 29 }, "end": { - "line": 203, + "line": 208, "column": 30 } } @@ -247017,15 +253115,15 @@ "binop": null }, "value": "recordOptions", - "start": 7764, - "end": 7777, + "start": 7947, + "end": 7960, "loc": { "start": { - "line": 203, + "line": 208, "column": 31 }, "end": { - "line": 203, + "line": 208, "column": 44 } } @@ -247043,15 +253141,15 @@ "binop": null, "updateContext": null }, - "start": 7777, - "end": 7778, + "start": 7960, + "end": 7961, "loc": { "start": { - "line": 203, + "line": 208, "column": 44 }, "end": { - "line": 203, + "line": 208, "column": 45 } } @@ -247069,15 +253167,15 @@ "binop": null }, "value": "audioSampleRate", - "start": 7778, - "end": 7793, + "start": 7961, + "end": 7976, "loc": { "start": { - "line": 203, + "line": 208, "column": 45 }, "end": { - "line": 203, + "line": 208, "column": 60 } } @@ -247095,15 +253193,15 @@ "binop": null, "updateContext": null }, - "start": 7793, - "end": 7794, + "start": 7976, + "end": 7977, "loc": { "start": { - "line": 203, + "line": 208, "column": 60 }, "end": { - "line": 203, + "line": 208, "column": 61 } } @@ -247123,15 +253221,15 @@ "updateContext": null }, "value": "this", - "start": 7803, - "end": 7807, + "start": 7986, + "end": 7990, "loc": { "start": { - "line": 204, + "line": 209, "column": 8 }, "end": { - "line": 204, + "line": 209, "column": 12 } } @@ -247149,15 +253247,15 @@ "binop": null, "updateContext": null }, - "start": 7807, - "end": 7808, + "start": 7990, + "end": 7991, "loc": { "start": { - "line": 204, + "line": 209, "column": 12 }, "end": { - "line": 204, + "line": 209, "column": 13 } } @@ -247175,15 +253273,15 @@ "binop": null }, "value": "audioBitRate", - "start": 7808, - "end": 7820, + "start": 7991, + "end": 8003, "loc": { "start": { - "line": 204, + "line": 209, "column": 13 }, "end": { - "line": 204, + "line": 209, "column": 25 } } @@ -247202,15 +253300,15 @@ "updateContext": null }, "value": "=", - "start": 7821, - "end": 7822, + "start": 8004, + "end": 8005, "loc": { "start": { - "line": 204, + "line": 209, "column": 26 }, "end": { - "line": 204, + "line": 209, "column": 27 } } @@ -247228,15 +253326,15 @@ "binop": null }, "value": "recordOptions", - "start": 7823, - "end": 7836, + "start": 8006, + "end": 8019, "loc": { "start": { - "line": 204, + "line": 209, "column": 28 }, "end": { - "line": 204, + "line": 209, "column": 41 } } @@ -247254,15 +253352,15 @@ "binop": null, "updateContext": null }, - "start": 7836, - "end": 7837, + "start": 8019, + "end": 8020, "loc": { "start": { - "line": 204, + "line": 209, "column": 41 }, "end": { - "line": 204, + "line": 209, "column": 42 } } @@ -247280,15 +253378,15 @@ "binop": null }, "value": "audioBitRate", - "start": 7837, - "end": 7849, + "start": 8020, + "end": 8032, "loc": { "start": { - "line": 204, + "line": 209, "column": 42 }, "end": { - "line": 204, + "line": 209, "column": 54 } } @@ -247306,15 +253404,15 @@ "binop": null, "updateContext": null }, - "start": 7849, - "end": 7850, + "start": 8032, + "end": 8033, "loc": { "start": { - "line": 204, + "line": 209, "column": 54 }, "end": { - "line": 204, + "line": 209, "column": 55 } } @@ -247334,15 +253432,15 @@ "updateContext": null }, "value": "this", - "start": 7859, - "end": 7863, + "start": 8042, + "end": 8046, "loc": { "start": { - "line": 205, + "line": 210, "column": 8 }, "end": { - "line": 205, + "line": 210, "column": 12 } } @@ -247360,15 +253458,15 @@ "binop": null, "updateContext": null }, - "start": 7863, - "end": 7864, + "start": 8046, + "end": 8047, "loc": { "start": { - "line": 205, + "line": 210, "column": 12 }, "end": { - "line": 205, + "line": 210, "column": 13 } } @@ -247386,15 +253484,15 @@ "binop": null }, "value": "audioChannels", - "start": 7864, - "end": 7877, + "start": 8047, + "end": 8060, "loc": { "start": { - "line": 205, + "line": 210, "column": 13 }, "end": { - "line": 205, + "line": 210, "column": 26 } } @@ -247413,15 +253511,15 @@ "updateContext": null }, "value": "=", - "start": 7878, - "end": 7879, + "start": 8061, + "end": 8062, "loc": { "start": { - "line": 205, + "line": 210, "column": 27 }, "end": { - "line": 205, + "line": 210, "column": 28 } } @@ -247439,15 +253537,15 @@ "binop": null }, "value": "recordOptions", - "start": 7880, - "end": 7893, + "start": 8063, + "end": 8076, "loc": { "start": { - "line": 205, + "line": 210, "column": 29 }, "end": { - "line": 205, + "line": 210, "column": 42 } } @@ -247465,15 +253563,15 @@ "binop": null, "updateContext": null }, - "start": 7893, - "end": 7894, + "start": 8076, + "end": 8077, "loc": { "start": { - "line": 205, + "line": 210, "column": 42 }, "end": { - "line": 205, + "line": 210, "column": 43 } } @@ -247491,15 +253589,15 @@ "binop": null }, "value": "audioChannels", - "start": 7894, - "end": 7907, + "start": 8077, + "end": 8090, "loc": { "start": { - "line": 205, + "line": 210, "column": 43 }, "end": { - "line": 205, + "line": 210, "column": 56 } } @@ -247517,15 +253615,15 @@ "binop": null, "updateContext": null }, - "start": 7907, - "end": 7908, + "start": 8090, + "end": 8091, "loc": { "start": { - "line": 205, + "line": 210, "column": 56 }, "end": { - "line": 205, + "line": 210, "column": 57 } } @@ -247545,15 +253643,15 @@ "updateContext": null }, "value": "this", - "start": 7917, - "end": 7921, + "start": 8100, + "end": 8104, "loc": { "start": { - "line": 206, + "line": 211, "column": 8 }, "end": { - "line": 206, + "line": 211, "column": 12 } } @@ -247571,15 +253669,15 @@ "binop": null, "updateContext": null }, - "start": 7921, - "end": 7922, + "start": 8104, + "end": 8105, "loc": { "start": { - "line": 206, + "line": 211, "column": 12 }, "end": { - "line": 206, + "line": 211, "column": 13 } } @@ -247597,15 +253695,15 @@ "binop": null }, "value": "audioMimeType", - "start": 7922, - "end": 7935, + "start": 8105, + "end": 8118, "loc": { "start": { - "line": 206, + "line": 211, "column": 13 }, "end": { - "line": 206, + "line": 211, "column": 26 } } @@ -247624,15 +253722,15 @@ "updateContext": null }, "value": "=", - "start": 7936, - "end": 7937, + "start": 8119, + "end": 8120, "loc": { "start": { - "line": 206, + "line": 211, "column": 27 }, "end": { - "line": 206, + "line": 211, "column": 28 } } @@ -247650,15 +253748,15 @@ "binop": null }, "value": "recordOptions", - "start": 7938, - "end": 7951, + "start": 8121, + "end": 8134, "loc": { "start": { - "line": 206, + "line": 211, "column": 29 }, "end": { - "line": 206, + "line": 211, "column": 42 } } @@ -247676,15 +253774,15 @@ "binop": null, "updateContext": null }, - "start": 7951, - "end": 7952, + "start": 8134, + "end": 8135, "loc": { "start": { - "line": 206, + "line": 211, "column": 42 }, "end": { - "line": 206, + "line": 211, "column": 43 } } @@ -247702,15 +253800,15 @@ "binop": null }, "value": "audioMimeType", - "start": 7952, - "end": 7965, + "start": 8135, + "end": 8148, "loc": { "start": { - "line": 206, + "line": 211, "column": 43 }, "end": { - "line": 206, + "line": 211, "column": 56 } } @@ -247728,15 +253826,15 @@ "binop": null, "updateContext": null }, - "start": 7965, - "end": 7966, + "start": 8148, + "end": 8149, "loc": { "start": { - "line": 206, + "line": 211, "column": 56 }, "end": { - "line": 206, + "line": 211, "column": 57 } } @@ -247756,15 +253854,15 @@ "updateContext": null }, "value": "this", - "start": 7975, - "end": 7979, + "start": 8158, + "end": 8162, "loc": { "start": { - "line": 207, + "line": 212, "column": 8 }, "end": { - "line": 207, + "line": 212, "column": 12 } } @@ -247782,15 +253880,15 @@ "binop": null, "updateContext": null }, - "start": 7979, - "end": 7980, + "start": 8162, + "end": 8163, "loc": { "start": { - "line": 207, + "line": 212, "column": 12 }, "end": { - "line": 207, + "line": 212, "column": 13 } } @@ -247808,15 +253906,15 @@ "binop": null }, "value": "audioBufferUpdate", - "start": 7980, - "end": 7997, + "start": 8163, + "end": 8180, "loc": { "start": { - "line": 207, + "line": 212, "column": 13 }, "end": { - "line": 207, + "line": 212, "column": 30 } } @@ -247835,15 +253933,15 @@ "updateContext": null }, "value": "=", - "start": 7998, - "end": 7999, + "start": 8181, + "end": 8182, "loc": { "start": { - "line": 207, + "line": 212, "column": 31 }, "end": { - "line": 207, + "line": 212, "column": 32 } } @@ -247861,15 +253959,15 @@ "binop": null }, "value": "recordOptions", - "start": 8000, - "end": 8013, + "start": 8183, + "end": 8196, "loc": { "start": { - "line": 207, + "line": 212, "column": 33 }, "end": { - "line": 207, + "line": 212, "column": 46 } } @@ -247887,15 +253985,15 @@ "binop": null, "updateContext": null }, - "start": 8013, - "end": 8014, + "start": 8196, + "end": 8197, "loc": { "start": { - "line": 207, + "line": 212, "column": 46 }, "end": { - "line": 207, + "line": 212, "column": 47 } } @@ -247913,15 +254011,15 @@ "binop": null }, "value": "audioBufferUpdate", - "start": 8014, - "end": 8031, + "start": 8197, + "end": 8214, "loc": { "start": { - "line": 207, + "line": 212, "column": 47 }, "end": { - "line": 207, + "line": 212, "column": 64 } } @@ -247939,15 +254037,15 @@ "binop": null, "updateContext": null }, - "start": 8031, - "end": 8032, + "start": 8214, + "end": 8215, "loc": { "start": { - "line": 207, + "line": 212, "column": 64 }, "end": { - "line": 207, + "line": 212, "column": 65 } } @@ -247955,15 +254053,15 @@ { "type": "CommentLine", "value": " image settings", - "start": 8042, - "end": 8059, + "start": 8225, + "end": 8242, "loc": { "start": { - "line": 209, + "line": 214, "column": 8 }, "end": { - "line": 209, + "line": 214, "column": 25 } } @@ -247983,15 +254081,15 @@ "updateContext": null }, "value": "this", - "start": 8068, - "end": 8072, + "start": 8251, + "end": 8255, "loc": { "start": { - "line": 210, + "line": 215, "column": 8 }, "end": { - "line": 210, + "line": 215, "column": 12 } } @@ -248009,15 +254107,15 @@ "binop": null, "updateContext": null }, - "start": 8072, - "end": 8073, + "start": 8255, + "end": 8256, "loc": { "start": { - "line": 210, + "line": 215, "column": 12 }, "end": { - "line": 210, + "line": 215, "column": 13 } } @@ -248035,15 +254133,15 @@ "binop": null }, "value": "imageOutputType", - "start": 8073, - "end": 8088, + "start": 8256, + "end": 8271, "loc": { "start": { - "line": 210, + "line": 215, "column": 13 }, "end": { - "line": 210, + "line": 215, "column": 28 } } @@ -248062,15 +254160,15 @@ "updateContext": null }, "value": "=", - "start": 8089, - "end": 8090, + "start": 8272, + "end": 8273, "loc": { "start": { - "line": 210, + "line": 215, "column": 29 }, "end": { - "line": 210, + "line": 215, "column": 30 } } @@ -248088,15 +254186,15 @@ "binop": null }, "value": "recordOptions", - "start": 8091, - "end": 8104, + "start": 8274, + "end": 8287, "loc": { "start": { - "line": 210, + "line": 215, "column": 31 }, "end": { - "line": 210, + "line": 215, "column": 44 } } @@ -248114,15 +254212,15 @@ "binop": null, "updateContext": null }, - "start": 8104, - "end": 8105, + "start": 8287, + "end": 8288, "loc": { "start": { - "line": 210, + "line": 215, "column": 44 }, "end": { - "line": 210, + "line": 215, "column": 45 } } @@ -248140,15 +254238,15 @@ "binop": null }, "value": "imageOutputType", - "start": 8105, - "end": 8120, + "start": 8288, + "end": 8303, "loc": { "start": { - "line": 210, + "line": 215, "column": 45 }, "end": { - "line": 210, + "line": 215, "column": 60 } } @@ -248166,15 +254264,15 @@ "binop": null, "updateContext": null }, - "start": 8120, - "end": 8121, + "start": 8303, + "end": 8304, "loc": { "start": { - "line": 210, + "line": 215, "column": 60 }, "end": { - "line": 210, + "line": 215, "column": 61 } } @@ -248194,15 +254292,15 @@ "updateContext": null }, "value": "this", - "start": 8130, - "end": 8134, + "start": 8313, + "end": 8317, "loc": { "start": { - "line": 211, + "line": 216, "column": 8 }, "end": { - "line": 211, + "line": 216, "column": 12 } } @@ -248220,15 +254318,15 @@ "binop": null, "updateContext": null }, - "start": 8134, - "end": 8135, + "start": 8317, + "end": 8318, "loc": { "start": { - "line": 211, + "line": 216, "column": 12 }, "end": { - "line": 211, + "line": 216, "column": 13 } } @@ -248246,15 +254344,15 @@ "binop": null }, "value": "imageOutputFormat", - "start": 8135, - "end": 8152, + "start": 8318, + "end": 8335, "loc": { "start": { - "line": 211, + "line": 216, "column": 13 }, "end": { - "line": 211, + "line": 216, "column": 30 } } @@ -248273,15 +254371,15 @@ "updateContext": null }, "value": "=", - "start": 8153, - "end": 8154, + "start": 8336, + "end": 8337, "loc": { "start": { - "line": 211, + "line": 216, "column": 31 }, "end": { - "line": 211, + "line": 216, "column": 32 } } @@ -248299,15 +254397,15 @@ "binop": null }, "value": "recordOptions", - "start": 8155, - "end": 8168, + "start": 8338, + "end": 8351, "loc": { "start": { - "line": 211, + "line": 216, "column": 33 }, "end": { - "line": 211, + "line": 216, "column": 46 } } @@ -248325,15 +254423,15 @@ "binop": null, "updateContext": null }, - "start": 8168, - "end": 8169, + "start": 8351, + "end": 8352, "loc": { "start": { - "line": 211, + "line": 216, "column": 46 }, "end": { - "line": 211, + "line": 216, "column": 47 } } @@ -248351,15 +254449,15 @@ "binop": null }, "value": "imageOutputFormat", - "start": 8169, - "end": 8186, + "start": 8352, + "end": 8369, "loc": { "start": { - "line": 211, + "line": 216, "column": 47 }, "end": { - "line": 211, + "line": 216, "column": 64 } } @@ -248377,15 +254475,15 @@ "binop": null, "updateContext": null }, - "start": 8186, - "end": 8187, + "start": 8369, + "end": 8370, "loc": { "start": { - "line": 211, + "line": 216, "column": 64 }, "end": { - "line": 211, + "line": 216, "column": 65 } } @@ -248405,15 +254503,15 @@ "updateContext": null }, "value": "this", - "start": 8196, - "end": 8200, + "start": 8379, + "end": 8383, "loc": { "start": { - "line": 212, + "line": 217, "column": 8 }, "end": { - "line": 212, + "line": 217, "column": 12 } } @@ -248431,15 +254529,15 @@ "binop": null, "updateContext": null }, - "start": 8200, - "end": 8201, + "start": 8383, + "end": 8384, "loc": { "start": { - "line": 212, + "line": 217, "column": 12 }, "end": { - "line": 212, + "line": 217, "column": 13 } } @@ -248457,15 +254555,15 @@ "binop": null }, "value": "imageOutputQuality", - "start": 8201, - "end": 8219, + "start": 8384, + "end": 8402, "loc": { "start": { - "line": 212, + "line": 217, "column": 13 }, "end": { - "line": 212, + "line": 217, "column": 31 } } @@ -248484,15 +254582,15 @@ "updateContext": null }, "value": "=", - "start": 8220, - "end": 8221, + "start": 8403, + "end": 8404, "loc": { "start": { - "line": 212, + "line": 217, "column": 32 }, "end": { - "line": 212, + "line": 217, "column": 33 } } @@ -248510,15 +254608,15 @@ "binop": null }, "value": "recordOptions", - "start": 8222, - "end": 8235, + "start": 8405, + "end": 8418, "loc": { "start": { - "line": 212, + "line": 217, "column": 34 }, "end": { - "line": 212, + "line": 217, "column": 47 } } @@ -248536,15 +254634,15 @@ "binop": null, "updateContext": null }, - "start": 8235, - "end": 8236, + "start": 8418, + "end": 8419, "loc": { "start": { - "line": 212, + "line": 217, "column": 47 }, "end": { - "line": 212, + "line": 217, "column": 48 } } @@ -248562,15 +254660,15 @@ "binop": null }, "value": "imageOutputQuality", - "start": 8236, - "end": 8254, + "start": 8419, + "end": 8437, "loc": { "start": { - "line": 212, + "line": 217, "column": 48 }, "end": { - "line": 212, + "line": 217, "column": 66 } } @@ -248588,15 +254686,15 @@ "binop": null, "updateContext": null }, - "start": 8254, - "end": 8255, + "start": 8437, + "end": 8438, "loc": { "start": { - "line": 212, + "line": 217, "column": 66 }, "end": { - "line": 212, + "line": 217, "column": 67 } } @@ -248604,15 +254702,15 @@ { "type": "CommentLine", "value": " animation settings", - "start": 8265, - "end": 8286, + "start": 8448, + "end": 8469, "loc": { "start": { - "line": 214, + "line": 219, "column": 8 }, "end": { - "line": 214, + "line": 219, "column": 29 } } @@ -248632,15 +254730,15 @@ "updateContext": null }, "value": "this", - "start": 8295, - "end": 8299, + "start": 8478, + "end": 8482, "loc": { "start": { - "line": 215, + "line": 220, "column": 8 }, "end": { - "line": 215, + "line": 220, "column": 12 } } @@ -248658,15 +254756,15 @@ "binop": null, "updateContext": null }, - "start": 8299, - "end": 8300, + "start": 8482, + "end": 8483, "loc": { "start": { - "line": 215, + "line": 220, "column": 12 }, "end": { - "line": 215, + "line": 220, "column": 13 } } @@ -248684,15 +254782,15 @@ "binop": null }, "value": "animationFrameRate", - "start": 8300, - "end": 8318, + "start": 8483, + "end": 8501, "loc": { "start": { - "line": 215, + "line": 220, "column": 13 }, "end": { - "line": 215, + "line": 220, "column": 31 } } @@ -248711,15 +254809,15 @@ "updateContext": null }, "value": "=", - "start": 8319, - "end": 8320, + "start": 8502, + "end": 8503, "loc": { "start": { - "line": 215, + "line": 220, "column": 32 }, "end": { - "line": 215, + "line": 220, "column": 33 } } @@ -248737,15 +254835,15 @@ "binop": null }, "value": "recordOptions", - "start": 8321, - "end": 8334, + "start": 8504, + "end": 8517, "loc": { "start": { - "line": 215, + "line": 220, "column": 34 }, "end": { - "line": 215, + "line": 220, "column": 47 } } @@ -248763,15 +254861,15 @@ "binop": null, "updateContext": null }, - "start": 8334, - "end": 8335, + "start": 8517, + "end": 8518, "loc": { "start": { - "line": 215, + "line": 220, "column": 47 }, "end": { - "line": 215, + "line": 220, "column": 48 } } @@ -248789,15 +254887,15 @@ "binop": null }, "value": "animationFrameRate", - "start": 8335, - "end": 8353, + "start": 8518, + "end": 8536, "loc": { "start": { - "line": 215, + "line": 220, "column": 48 }, "end": { - "line": 215, + "line": 220, "column": 66 } } @@ -248815,15 +254913,15 @@ "binop": null, "updateContext": null }, - "start": 8353, - "end": 8354, + "start": 8536, + "end": 8537, "loc": { "start": { - "line": 215, + "line": 220, "column": 66 }, "end": { - "line": 215, + "line": 220, "column": 67 } } @@ -248843,15 +254941,15 @@ "updateContext": null }, "value": "this", - "start": 8363, - "end": 8367, + "start": 8546, + "end": 8550, "loc": { "start": { - "line": 216, + "line": 221, "column": 8 }, "end": { - "line": 216, + "line": 221, "column": 12 } } @@ -248869,15 +254967,15 @@ "binop": null, "updateContext": null }, - "start": 8367, - "end": 8368, + "start": 8550, + "end": 8551, "loc": { "start": { - "line": 216, + "line": 221, "column": 12 }, "end": { - "line": 216, + "line": 221, "column": 13 } } @@ -248895,15 +254993,15 @@ "binop": null }, "value": "animationQuality", - "start": 8368, - "end": 8384, + "start": 8551, + "end": 8567, "loc": { "start": { - "line": 216, + "line": 221, "column": 13 }, "end": { - "line": 216, + "line": 221, "column": 29 } } @@ -248922,15 +255020,15 @@ "updateContext": null }, "value": "=", - "start": 8385, - "end": 8386, + "start": 8568, + "end": 8569, "loc": { "start": { - "line": 216, + "line": 221, "column": 30 }, "end": { - "line": 216, + "line": 221, "column": 31 } } @@ -248948,15 +255046,15 @@ "binop": null }, "value": "recordOptions", - "start": 8387, - "end": 8400, + "start": 8570, + "end": 8583, "loc": { "start": { - "line": 216, + "line": 221, "column": 32 }, "end": { - "line": 216, + "line": 221, "column": 45 } } @@ -248974,15 +255072,15 @@ "binop": null, "updateContext": null }, - "start": 8400, - "end": 8401, + "start": 8583, + "end": 8584, "loc": { "start": { - "line": 216, + "line": 221, "column": 45 }, "end": { - "line": 216, + "line": 221, "column": 46 } } @@ -249000,15 +255098,15 @@ "binop": null }, "value": "animationQuality", - "start": 8401, - "end": 8417, + "start": 8584, + "end": 8600, "loc": { "start": { - "line": 216, + "line": 221, "column": 46 }, "end": { - "line": 216, + "line": 221, "column": 62 } } @@ -249026,15 +255124,15 @@ "binop": null, "updateContext": null }, - "start": 8417, - "end": 8418, + "start": 8600, + "end": 8601, "loc": { "start": { - "line": 216, + "line": 221, "column": 62 }, "end": { - "line": 216, + "line": 221, "column": 63 } } @@ -249051,15 +255149,15 @@ "postfix": false, "binop": null }, - "start": 8423, - "end": 8424, + "start": 8606, + "end": 8607, "loc": { "start": { - "line": 217, + "line": 222, "column": 4 }, "end": { - "line": 217, + "line": 222, "column": 5 } } @@ -249067,15 +255165,15 @@ { "type": "CommentBlock", "value": "*\n * Player UI is ready.\n * @private\n ", - "start": 8430, - "end": 8484, + "start": 8613, + "end": 8667, "loc": { "start": { - "line": 219, + "line": 224, "column": 4 }, "end": { - "line": 222, + "line": 227, "column": 7 } } @@ -249093,15 +255191,15 @@ "binop": null }, "value": "setupUI", - "start": 8489, - "end": 8496, + "start": 8672, + "end": 8679, "loc": { "start": { - "line": 223, + "line": 228, "column": 4 }, "end": { - "line": 223, + "line": 228, "column": 11 } } @@ -249118,15 +255216,15 @@ "postfix": false, "binop": null }, - "start": 8496, - "end": 8497, + "start": 8679, + "end": 8680, "loc": { "start": { - "line": 223, + "line": 228, "column": 11 }, "end": { - "line": 223, + "line": 228, "column": 12 } } @@ -249143,15 +255241,15 @@ "postfix": false, "binop": null }, - "start": 8497, - "end": 8498, + "start": 8680, + "end": 8681, "loc": { "start": { - "line": 223, + "line": 228, "column": 12 }, "end": { - "line": 223, + "line": 228, "column": 13 } } @@ -249168,15 +255266,15 @@ "postfix": false, "binop": null }, - "start": 8499, - "end": 8500, + "start": 8682, + "end": 8683, "loc": { "start": { - "line": 223, + "line": 228, "column": 14 }, "end": { - "line": 223, + "line": 228, "column": 15 } } @@ -249184,15 +255282,15 @@ { "type": "CommentLine", "value": " insert custom controls on left-side of controlbar", - "start": 8509, - "end": 8561, + "start": 8692, + "end": 8744, "loc": { "start": { - "line": 224, + "line": 229, "column": 8 }, "end": { - "line": 224, + "line": 229, "column": 60 } } @@ -249212,15 +255310,15 @@ "updateContext": null }, "value": "this", - "start": 8570, - "end": 8574, + "start": 8753, + "end": 8757, "loc": { "start": { - "line": 225, + "line": 230, "column": 8 }, "end": { - "line": 225, + "line": 230, "column": 12 } } @@ -249238,15 +255336,15 @@ "binop": null, "updateContext": null }, - "start": 8574, - "end": 8575, + "start": 8757, + "end": 8758, "loc": { "start": { - "line": 225, + "line": 230, "column": 12 }, "end": { - "line": 225, + "line": 230, "column": 13 } } @@ -249264,15 +255362,15 @@ "binop": null }, "value": "player", - "start": 8575, - "end": 8581, + "start": 8758, + "end": 8764, "loc": { "start": { - "line": 225, + "line": 230, "column": 13 }, "end": { - "line": 225, + "line": 230, "column": 19 } } @@ -249290,15 +255388,15 @@ "binop": null, "updateContext": null }, - "start": 8581, - "end": 8582, + "start": 8764, + "end": 8765, "loc": { "start": { - "line": 225, + "line": 230, "column": 19 }, "end": { - "line": 225, + "line": 230, "column": 20 } } @@ -249316,15 +255414,15 @@ "binop": null }, "value": "controlBar", - "start": 8582, - "end": 8592, + "start": 8765, + "end": 8775, "loc": { "start": { - "line": 225, + "line": 230, "column": 20 }, "end": { - "line": 225, + "line": 230, "column": 30 } } @@ -249342,15 +255440,15 @@ "binop": null, "updateContext": null }, - "start": 8592, - "end": 8593, + "start": 8775, + "end": 8776, "loc": { "start": { - "line": 225, + "line": 230, "column": 30 }, "end": { - "line": 225, + "line": 230, "column": 31 } } @@ -249368,15 +255466,15 @@ "binop": null }, "value": "addChild", - "start": 8593, - "end": 8601, + "start": 8776, + "end": 8784, "loc": { "start": { - "line": 225, + "line": 230, "column": 31 }, "end": { - "line": 225, + "line": 230, "column": 39 } } @@ -249393,15 +255491,15 @@ "postfix": false, "binop": null }, - "start": 8601, - "end": 8602, + "start": 8784, + "end": 8785, "loc": { "start": { - "line": 225, + "line": 230, "column": 39 }, "end": { - "line": 225, + "line": 230, "column": 40 } } @@ -249421,15 +255519,15 @@ "updateContext": null }, "value": "this", - "start": 8602, - "end": 8606, + "start": 8785, + "end": 8789, "loc": { "start": { - "line": 225, + "line": 230, "column": 40 }, "end": { - "line": 225, + "line": 230, "column": 44 } } @@ -249447,15 +255545,15 @@ "binop": null, "updateContext": null }, - "start": 8606, - "end": 8607, + "start": 8789, + "end": 8790, "loc": { "start": { - "line": 225, + "line": 230, "column": 44 }, "end": { - "line": 225, + "line": 230, "column": 45 } } @@ -249473,15 +255571,15 @@ "binop": null }, "value": "player", - "start": 8607, - "end": 8613, + "start": 8790, + "end": 8796, "loc": { "start": { - "line": 225, + "line": 230, "column": 45 }, "end": { - "line": 225, + "line": 230, "column": 51 } } @@ -249499,15 +255597,15 @@ "binop": null, "updateContext": null }, - "start": 8613, - "end": 8614, + "start": 8796, + "end": 8797, "loc": { "start": { - "line": 225, + "line": 230, "column": 51 }, "end": { - "line": 225, + "line": 230, "column": 52 } } @@ -249525,15 +255623,15 @@ "binop": null }, "value": "cameraButton", - "start": 8614, - "end": 8626, + "start": 8797, + "end": 8809, "loc": { "start": { - "line": 225, + "line": 230, "column": 52 }, "end": { - "line": 225, + "line": 230, "column": 64 } } @@ -249550,15 +255648,15 @@ "postfix": false, "binop": null }, - "start": 8626, - "end": 8627, + "start": 8809, + "end": 8810, "loc": { "start": { - "line": 225, + "line": 230, "column": 64 }, "end": { - "line": 225, + "line": 230, "column": 65 } } @@ -249576,15 +255674,15 @@ "binop": null, "updateContext": null }, - "start": 8627, - "end": 8628, + "start": 8810, + "end": 8811, "loc": { "start": { - "line": 225, + "line": 230, "column": 65 }, "end": { - "line": 225, + "line": 230, "column": 66 } } @@ -249604,15 +255702,15 @@ "updateContext": null }, "value": "this", - "start": 8637, - "end": 8641, + "start": 8820, + "end": 8824, "loc": { "start": { - "line": 226, + "line": 231, "column": 8 }, "end": { - "line": 226, + "line": 231, "column": 12 } } @@ -249630,15 +255728,15 @@ "binop": null, "updateContext": null }, - "start": 8641, - "end": 8642, + "start": 8824, + "end": 8825, "loc": { "start": { - "line": 226, + "line": 231, "column": 12 }, "end": { - "line": 226, + "line": 231, "column": 13 } } @@ -249656,15 +255754,15 @@ "binop": null }, "value": "player", - "start": 8642, - "end": 8648, + "start": 8825, + "end": 8831, "loc": { "start": { - "line": 226, + "line": 231, "column": 13 }, "end": { - "line": 226, + "line": 231, "column": 19 } } @@ -249682,15 +255780,15 @@ "binop": null, "updateContext": null }, - "start": 8648, - "end": 8649, + "start": 8831, + "end": 8832, "loc": { "start": { - "line": 226, + "line": 231, "column": 19 }, "end": { - "line": 226, + "line": 231, "column": 20 } } @@ -249708,15 +255806,15 @@ "binop": null }, "value": "controlBar", - "start": 8649, - "end": 8659, + "start": 8832, + "end": 8842, "loc": { "start": { - "line": 226, + "line": 231, "column": 20 }, "end": { - "line": 226, + "line": 231, "column": 30 } } @@ -249734,15 +255832,15 @@ "binop": null, "updateContext": null }, - "start": 8659, - "end": 8660, + "start": 8842, + "end": 8843, "loc": { "start": { - "line": 226, + "line": 231, "column": 30 }, "end": { - "line": 226, + "line": 231, "column": 31 } } @@ -249760,15 +255858,15 @@ "binop": null }, "value": "el", - "start": 8660, - "end": 8662, + "start": 8843, + "end": 8845, "loc": { "start": { - "line": 226, + "line": 231, "column": 31 }, "end": { - "line": 226, + "line": 231, "column": 33 } } @@ -249785,15 +255883,15 @@ "postfix": false, "binop": null }, - "start": 8662, - "end": 8663, + "start": 8845, + "end": 8846, "loc": { "start": { - "line": 226, + "line": 231, "column": 33 }, "end": { - "line": 226, + "line": 231, "column": 34 } } @@ -249810,15 +255908,15 @@ "postfix": false, "binop": null }, - "start": 8663, - "end": 8664, + "start": 8846, + "end": 8847, "loc": { "start": { - "line": 226, + "line": 231, "column": 34 }, "end": { - "line": 226, + "line": 231, "column": 35 } } @@ -249836,15 +255934,15 @@ "binop": null, "updateContext": null }, - "start": 8664, - "end": 8665, + "start": 8847, + "end": 8848, "loc": { "start": { - "line": 226, + "line": 231, "column": 35 }, "end": { - "line": 226, + "line": 231, "column": 36 } } @@ -249862,15 +255960,15 @@ "binop": null }, "value": "insertBefore", - "start": 8665, - "end": 8677, + "start": 8848, + "end": 8860, "loc": { "start": { - "line": 226, + "line": 231, "column": 36 }, "end": { - "line": 226, + "line": 231, "column": 48 } } @@ -249887,15 +255985,15 @@ "postfix": false, "binop": null }, - "start": 8677, - "end": 8678, + "start": 8860, + "end": 8861, "loc": { "start": { - "line": 226, + "line": 231, "column": 48 }, "end": { - "line": 226, + "line": 231, "column": 49 } } @@ -249915,15 +256013,15 @@ "updateContext": null }, "value": "this", - "start": 8691, - "end": 8695, + "start": 8874, + "end": 8878, "loc": { "start": { - "line": 227, + "line": 232, "column": 12 }, "end": { - "line": 227, + "line": 232, "column": 16 } } @@ -249941,15 +256039,15 @@ "binop": null, "updateContext": null }, - "start": 8695, - "end": 8696, + "start": 8878, + "end": 8879, "loc": { "start": { - "line": 227, + "line": 232, "column": 16 }, "end": { - "line": 227, + "line": 232, "column": 17 } } @@ -249967,15 +256065,15 @@ "binop": null }, "value": "player", - "start": 8696, - "end": 8702, + "start": 8879, + "end": 8885, "loc": { "start": { - "line": 227, + "line": 232, "column": 17 }, "end": { - "line": 227, + "line": 232, "column": 23 } } @@ -249993,15 +256091,15 @@ "binop": null, "updateContext": null }, - "start": 8702, - "end": 8703, + "start": 8885, + "end": 8886, "loc": { "start": { - "line": 227, + "line": 232, "column": 23 }, "end": { - "line": 227, + "line": 232, "column": 24 } } @@ -250019,15 +256117,15 @@ "binop": null }, "value": "cameraButton", - "start": 8703, - "end": 8715, + "start": 8886, + "end": 8898, "loc": { "start": { - "line": 227, + "line": 232, "column": 24 }, "end": { - "line": 227, + "line": 232, "column": 36 } } @@ -250045,15 +256143,15 @@ "binop": null, "updateContext": null }, - "start": 8715, - "end": 8716, + "start": 8898, + "end": 8899, "loc": { "start": { - "line": 227, + "line": 232, "column": 36 }, "end": { - "line": 227, + "line": 232, "column": 37 } } @@ -250071,15 +256169,15 @@ "binop": null }, "value": "el", - "start": 8716, - "end": 8718, + "start": 8899, + "end": 8901, "loc": { "start": { - "line": 227, + "line": 232, "column": 37 }, "end": { - "line": 227, + "line": 232, "column": 39 } } @@ -250096,15 +256194,15 @@ "postfix": false, "binop": null }, - "start": 8718, - "end": 8719, + "start": 8901, + "end": 8902, "loc": { "start": { - "line": 227, + "line": 232, "column": 39 }, "end": { - "line": 227, + "line": 232, "column": 40 } } @@ -250121,15 +256219,15 @@ "postfix": false, "binop": null }, - "start": 8719, - "end": 8720, + "start": 8902, + "end": 8903, "loc": { "start": { - "line": 227, + "line": 232, "column": 40 }, "end": { - "line": 227, + "line": 232, "column": 41 } } @@ -250147,15 +256245,15 @@ "binop": null, "updateContext": null }, - "start": 8720, - "end": 8721, + "start": 8903, + "end": 8904, "loc": { "start": { - "line": 227, + "line": 232, "column": 41 }, "end": { - "line": 227, + "line": 232, "column": 42 } } @@ -250175,15 +256273,15 @@ "updateContext": null }, "value": "this", - "start": 8734, - "end": 8738, + "start": 8917, + "end": 8921, "loc": { "start": { - "line": 228, + "line": 233, "column": 12 }, "end": { - "line": 228, + "line": 233, "column": 16 } } @@ -250201,15 +256299,15 @@ "binop": null, "updateContext": null }, - "start": 8738, - "end": 8739, + "start": 8921, + "end": 8922, "loc": { "start": { - "line": 228, + "line": 233, "column": 16 }, "end": { - "line": 228, + "line": 233, "column": 17 } } @@ -250227,15 +256325,15 @@ "binop": null }, "value": "player", - "start": 8739, - "end": 8745, + "start": 8922, + "end": 8928, "loc": { "start": { - "line": 228, + "line": 233, "column": 17 }, "end": { - "line": 228, + "line": 233, "column": 23 } } @@ -250253,15 +256351,15 @@ "binop": null, "updateContext": null }, - "start": 8745, - "end": 8746, + "start": 8928, + "end": 8929, "loc": { "start": { - "line": 228, + "line": 233, "column": 23 }, "end": { - "line": 228, + "line": 233, "column": 24 } } @@ -250279,15 +256377,15 @@ "binop": null }, "value": "controlBar", - "start": 8746, - "end": 8756, + "start": 8929, + "end": 8939, "loc": { "start": { - "line": 228, + "line": 233, "column": 24 }, "end": { - "line": 228, + "line": 233, "column": 34 } } @@ -250305,15 +256403,15 @@ "binop": null, "updateContext": null }, - "start": 8756, - "end": 8757, + "start": 8939, + "end": 8940, "loc": { "start": { - "line": 228, + "line": 233, "column": 34 }, "end": { - "line": 228, + "line": 233, "column": 35 } } @@ -250331,15 +256429,15 @@ "binop": null }, "value": "el", - "start": 8757, - "end": 8759, + "start": 8940, + "end": 8942, "loc": { "start": { - "line": 228, + "line": 233, "column": 35 }, "end": { - "line": 228, + "line": 233, "column": 37 } } @@ -250356,15 +256454,15 @@ "postfix": false, "binop": null }, - "start": 8759, - "end": 8760, + "start": 8942, + "end": 8943, "loc": { "start": { - "line": 228, + "line": 233, "column": 37 }, "end": { - "line": 228, + "line": 233, "column": 38 } } @@ -250381,15 +256479,15 @@ "postfix": false, "binop": null }, - "start": 8760, - "end": 8761, + "start": 8943, + "end": 8944, "loc": { "start": { - "line": 228, + "line": 233, "column": 38 }, "end": { - "line": 228, + "line": 233, "column": 39 } } @@ -250407,15 +256505,15 @@ "binop": null, "updateContext": null }, - "start": 8761, - "end": 8762, + "start": 8944, + "end": 8945, "loc": { "start": { - "line": 228, + "line": 233, "column": 39 }, "end": { - "line": 228, + "line": 233, "column": 40 } } @@ -250433,15 +256531,15 @@ "binop": null }, "value": "firstChild", - "start": 8762, - "end": 8772, + "start": 8945, + "end": 8955, "loc": { "start": { - "line": 228, + "line": 233, "column": 40 }, "end": { - "line": 228, + "line": 233, "column": 50 } } @@ -250458,15 +256556,15 @@ "postfix": false, "binop": null }, - "start": 8772, - "end": 8773, + "start": 8955, + "end": 8956, "loc": { "start": { - "line": 228, + "line": 233, "column": 50 }, "end": { - "line": 228, + "line": 233, "column": 51 } } @@ -250484,15 +256582,15 @@ "binop": null, "updateContext": null }, - "start": 8773, - "end": 8774, + "start": 8956, + "end": 8957, "loc": { "start": { - "line": 228, + "line": 233, "column": 51 }, "end": { - "line": 228, + "line": 233, "column": 52 } } @@ -250512,15 +256610,15 @@ "updateContext": null }, "value": "this", - "start": 8783, - "end": 8787, + "start": 8966, + "end": 8970, "loc": { "start": { - "line": 229, + "line": 234, "column": 8 }, "end": { - "line": 229, + "line": 234, "column": 12 } } @@ -250538,15 +256636,15 @@ "binop": null, "updateContext": null }, - "start": 8787, - "end": 8788, + "start": 8970, + "end": 8971, "loc": { "start": { - "line": 229, + "line": 234, "column": 12 }, "end": { - "line": 229, + "line": 234, "column": 13 } } @@ -250564,15 +256662,15 @@ "binop": null }, "value": "player", - "start": 8788, - "end": 8794, + "start": 8971, + "end": 8977, "loc": { "start": { - "line": 229, + "line": 234, "column": 13 }, "end": { - "line": 229, + "line": 234, "column": 19 } } @@ -250590,15 +256688,15 @@ "binop": null, "updateContext": null }, - "start": 8794, - "end": 8795, + "start": 8977, + "end": 8978, "loc": { "start": { - "line": 229, + "line": 234, "column": 19 }, "end": { - "line": 229, + "line": 234, "column": 20 } } @@ -250616,15 +256714,15 @@ "binop": null }, "value": "controlBar", - "start": 8795, - "end": 8805, + "start": 8978, + "end": 8988, "loc": { "start": { - "line": 229, + "line": 234, "column": 20 }, "end": { - "line": 229, + "line": 234, "column": 30 } } @@ -250642,15 +256740,15 @@ "binop": null, "updateContext": null }, - "start": 8805, - "end": 8806, + "start": 8988, + "end": 8989, "loc": { "start": { - "line": 229, + "line": 234, "column": 30 }, "end": { - "line": 229, + "line": 234, "column": 31 } } @@ -250668,15 +256766,15 @@ "binop": null }, "value": "el", - "start": 8806, - "end": 8808, + "start": 8989, + "end": 8991, "loc": { "start": { - "line": 229, + "line": 234, "column": 31 }, "end": { - "line": 229, + "line": 234, "column": 33 } } @@ -250693,15 +256791,15 @@ "postfix": false, "binop": null }, - "start": 8808, - "end": 8809, + "start": 8991, + "end": 8992, "loc": { "start": { - "line": 229, + "line": 234, "column": 33 }, "end": { - "line": 229, + "line": 234, "column": 34 } } @@ -250718,15 +256816,15 @@ "postfix": false, "binop": null }, - "start": 8809, - "end": 8810, + "start": 8992, + "end": 8993, "loc": { "start": { - "line": 229, + "line": 234, "column": 34 }, "end": { - "line": 229, + "line": 234, "column": 35 } } @@ -250744,15 +256842,15 @@ "binop": null, "updateContext": null }, - "start": 8810, - "end": 8811, + "start": 8993, + "end": 8994, "loc": { "start": { - "line": 229, + "line": 234, "column": 35 }, "end": { - "line": 229, + "line": 234, "column": 36 } } @@ -250770,15 +256868,15 @@ "binop": null }, "value": "insertBefore", - "start": 8811, - "end": 8823, + "start": 8994, + "end": 9006, "loc": { "start": { - "line": 229, + "line": 234, "column": 36 }, "end": { - "line": 229, + "line": 234, "column": 48 } } @@ -250795,15 +256893,15 @@ "postfix": false, "binop": null }, - "start": 8823, - "end": 8824, + "start": 9006, + "end": 9007, "loc": { "start": { - "line": 229, + "line": 234, "column": 48 }, "end": { - "line": 229, + "line": 234, "column": 49 } } @@ -250823,15 +256921,15 @@ "updateContext": null }, "value": "this", - "start": 8837, - "end": 8841, + "start": 9020, + "end": 9024, "loc": { "start": { - "line": 230, + "line": 235, "column": 12 }, "end": { - "line": 230, + "line": 235, "column": 16 } } @@ -250849,15 +256947,15 @@ "binop": null, "updateContext": null }, - "start": 8841, - "end": 8842, + "start": 9024, + "end": 9025, "loc": { "start": { - "line": 230, + "line": 235, "column": 16 }, "end": { - "line": 230, + "line": 235, "column": 17 } } @@ -250875,15 +256973,15 @@ "binop": null }, "value": "player", - "start": 8842, - "end": 8848, + "start": 9025, + "end": 9031, "loc": { "start": { - "line": 230, + "line": 235, "column": 17 }, "end": { - "line": 230, + "line": 235, "column": 23 } } @@ -250901,15 +256999,15 @@ "binop": null, "updateContext": null }, - "start": 8848, - "end": 8849, + "start": 9031, + "end": 9032, "loc": { "start": { - "line": 230, + "line": 235, "column": 23 }, "end": { - "line": 230, + "line": 235, "column": 24 } } @@ -250927,15 +257025,15 @@ "binop": null }, "value": "recordToggle", - "start": 8849, - "end": 8861, + "start": 9032, + "end": 9044, "loc": { "start": { - "line": 230, + "line": 235, "column": 24 }, "end": { - "line": 230, + "line": 235, "column": 36 } } @@ -250953,15 +257051,15 @@ "binop": null, "updateContext": null }, - "start": 8861, - "end": 8862, + "start": 9044, + "end": 9045, "loc": { "start": { - "line": 230, + "line": 235, "column": 36 }, "end": { - "line": 230, + "line": 235, "column": 37 } } @@ -250979,15 +257077,15 @@ "binop": null }, "value": "el", - "start": 8862, - "end": 8864, + "start": 9045, + "end": 9047, "loc": { "start": { - "line": 230, + "line": 235, "column": 37 }, "end": { - "line": 230, + "line": 235, "column": 39 } } @@ -251004,15 +257102,15 @@ "postfix": false, "binop": null }, - "start": 8864, - "end": 8865, + "start": 9047, + "end": 9048, "loc": { "start": { - "line": 230, + "line": 235, "column": 39 }, "end": { - "line": 230, + "line": 235, "column": 40 } } @@ -251029,15 +257127,15 @@ "postfix": false, "binop": null }, - "start": 8865, - "end": 8866, + "start": 9048, + "end": 9049, "loc": { "start": { - "line": 230, + "line": 235, "column": 40 }, "end": { - "line": 230, + "line": 235, "column": 41 } } @@ -251055,15 +257153,15 @@ "binop": null, "updateContext": null }, - "start": 8866, - "end": 8867, + "start": 9049, + "end": 9050, "loc": { "start": { - "line": 230, + "line": 235, "column": 41 }, "end": { - "line": 230, + "line": 235, "column": 42 } } @@ -251083,15 +257181,15 @@ "updateContext": null }, "value": "this", - "start": 8880, - "end": 8884, + "start": 9063, + "end": 9067, "loc": { "start": { - "line": 231, + "line": 236, "column": 12 }, "end": { - "line": 231, + "line": 236, "column": 16 } } @@ -251109,15 +257207,15 @@ "binop": null, "updateContext": null }, - "start": 8884, - "end": 8885, + "start": 9067, + "end": 9068, "loc": { "start": { - "line": 231, + "line": 236, "column": 16 }, "end": { - "line": 231, + "line": 236, "column": 17 } } @@ -251135,15 +257233,15 @@ "binop": null }, "value": "player", - "start": 8885, - "end": 8891, + "start": 9068, + "end": 9074, "loc": { "start": { - "line": 231, + "line": 236, "column": 17 }, "end": { - "line": 231, + "line": 236, "column": 23 } } @@ -251161,15 +257259,15 @@ "binop": null, "updateContext": null }, - "start": 8891, - "end": 8892, + "start": 9074, + "end": 9075, "loc": { "start": { - "line": 231, + "line": 236, "column": 23 }, "end": { - "line": 231, + "line": 236, "column": 24 } } @@ -251187,15 +257285,15 @@ "binop": null }, "value": "controlBar", - "start": 8892, - "end": 8902, + "start": 9075, + "end": 9085, "loc": { "start": { - "line": 231, + "line": 236, "column": 24 }, "end": { - "line": 231, + "line": 236, "column": 34 } } @@ -251213,15 +257311,15 @@ "binop": null, "updateContext": null }, - "start": 8902, - "end": 8903, + "start": 9085, + "end": 9086, "loc": { "start": { - "line": 231, + "line": 236, "column": 34 }, "end": { - "line": 231, + "line": 236, "column": 35 } } @@ -251239,15 +257337,15 @@ "binop": null }, "value": "el", - "start": 8903, - "end": 8905, + "start": 9086, + "end": 9088, "loc": { "start": { - "line": 231, + "line": 236, "column": 35 }, "end": { - "line": 231, + "line": 236, "column": 37 } } @@ -251264,15 +257362,15 @@ "postfix": false, "binop": null }, - "start": 8905, - "end": 8906, + "start": 9088, + "end": 9089, "loc": { "start": { - "line": 231, + "line": 236, "column": 37 }, "end": { - "line": 231, + "line": 236, "column": 38 } } @@ -251289,15 +257387,15 @@ "postfix": false, "binop": null }, - "start": 8906, - "end": 8907, + "start": 9089, + "end": 9090, "loc": { "start": { - "line": 231, + "line": 236, "column": 38 }, "end": { - "line": 231, + "line": 236, "column": 39 } } @@ -251315,15 +257413,15 @@ "binop": null, "updateContext": null }, - "start": 8907, - "end": 8908, + "start": 9090, + "end": 9091, "loc": { "start": { - "line": 231, + "line": 236, "column": 39 }, "end": { - "line": 231, + "line": 236, "column": 40 } } @@ -251341,15 +257439,15 @@ "binop": null }, "value": "firstChild", - "start": 8908, - "end": 8918, + "start": 9091, + "end": 9101, "loc": { "start": { - "line": 231, + "line": 236, "column": 40 }, "end": { - "line": 231, + "line": 236, "column": 50 } } @@ -251366,15 +257464,15 @@ "postfix": false, "binop": null }, - "start": 8918, - "end": 8919, + "start": 9101, + "end": 9102, "loc": { "start": { - "line": 231, + "line": 236, "column": 50 }, "end": { - "line": 231, + "line": 236, "column": 51 } } @@ -251392,15 +257490,15 @@ "binop": null, "updateContext": null }, - "start": 8919, - "end": 8920, + "start": 9102, + "end": 9103, "loc": { "start": { - "line": 231, + "line": 236, "column": 51 }, "end": { - "line": 231, + "line": 236, "column": 52 } } @@ -251408,15 +257506,15 @@ { "type": "CommentLine", "value": " picture-in-picture", - "start": 8930, - "end": 8951, + "start": 9113, + "end": 9134, "loc": { "start": { - "line": 233, + "line": 238, "column": 8 }, "end": { - "line": 233, + "line": 238, "column": 29 } } @@ -251436,15 +257534,15 @@ "updateContext": null }, "value": "if", - "start": 8960, - "end": 8962, + "start": 9143, + "end": 9145, "loc": { "start": { - "line": 234, + "line": 239, "column": 8 }, "end": { - "line": 234, + "line": 239, "column": 10 } } @@ -251461,15 +257559,15 @@ "postfix": false, "binop": null }, - "start": 8963, - "end": 8964, + "start": 9146, + "end": 9147, "loc": { "start": { - "line": 234, + "line": 239, "column": 11 }, "end": { - "line": 234, + "line": 239, "column": 12 } } @@ -251489,15 +257587,15 @@ "updateContext": null }, "value": "this", - "start": 8964, - "end": 8968, + "start": 9147, + "end": 9151, "loc": { "start": { - "line": 234, + "line": 239, "column": 12 }, "end": { - "line": 234, + "line": 239, "column": 16 } } @@ -251515,15 +257613,15 @@ "binop": null, "updateContext": null }, - "start": 8968, - "end": 8969, + "start": 9151, + "end": 9152, "loc": { "start": { - "line": 234, + "line": 239, "column": 16 }, "end": { - "line": 234, + "line": 239, "column": 17 } } @@ -251541,15 +257639,15 @@ "binop": null }, "value": "pictureInPicture", - "start": 8969, - "end": 8985, + "start": 9152, + "end": 9168, "loc": { "start": { - "line": 234, + "line": 239, "column": 17 }, "end": { - "line": 234, + "line": 239, "column": 33 } } @@ -251568,15 +257666,15 @@ "updateContext": null }, "value": "===", - "start": 8986, - "end": 8989, + "start": 9169, + "end": 9172, "loc": { "start": { - "line": 234, + "line": 239, "column": 34 }, "end": { - "line": 234, + "line": 239, "column": 37 } } @@ -251596,15 +257694,15 @@ "updateContext": null }, "value": "true", - "start": 8990, - "end": 8994, + "start": 9173, + "end": 9177, "loc": { "start": { - "line": 234, + "line": 239, "column": 38 }, "end": { - "line": 234, + "line": 239, "column": 42 } } @@ -251621,15 +257719,15 @@ "postfix": false, "binop": null }, - "start": 8994, - "end": 8995, + "start": 9177, + "end": 9178, "loc": { "start": { - "line": 234, + "line": 239, "column": 42 }, "end": { - "line": 234, + "line": 239, "column": 43 } } @@ -251646,15 +257744,15 @@ "postfix": false, "binop": null }, - "start": 8996, - "end": 8997, + "start": 9179, + "end": 9180, "loc": { "start": { - "line": 234, + "line": 239, "column": 44 }, "end": { - "line": 234, + "line": 239, "column": 45 } } @@ -251674,15 +257772,15 @@ "updateContext": null }, "value": "if", - "start": 9010, - "end": 9012, + "start": 9193, + "end": 9195, "loc": { "start": { - "line": 235, + "line": 240, "column": 12 }, "end": { - "line": 235, + "line": 240, "column": 14 } } @@ -251699,15 +257797,15 @@ "postfix": false, "binop": null }, - "start": 9013, - "end": 9014, + "start": 9196, + "end": 9197, "loc": { "start": { - "line": 235, + "line": 240, "column": 15 }, "end": { - "line": 235, + "line": 240, "column": 16 } } @@ -251727,15 +257825,15 @@ "updateContext": null }, "value": "this", - "start": 9014, - "end": 9018, + "start": 9197, + "end": 9201, "loc": { "start": { - "line": 235, + "line": 240, "column": 16 }, "end": { - "line": 235, + "line": 240, "column": 20 } } @@ -251753,15 +257851,15 @@ "binop": null, "updateContext": null }, - "start": 9018, - "end": 9019, + "start": 9201, + "end": 9202, "loc": { "start": { - "line": 235, + "line": 240, "column": 20 }, "end": { - "line": 235, + "line": 240, "column": 21 } } @@ -251779,15 +257877,15 @@ "binop": null }, "value": "player", - "start": 9019, - "end": 9025, + "start": 9202, + "end": 9208, "loc": { "start": { - "line": 235, + "line": 240, "column": 21 }, "end": { - "line": 235, + "line": 240, "column": 27 } } @@ -251805,15 +257903,15 @@ "binop": null, "updateContext": null }, - "start": 9025, - "end": 9026, + "start": 9208, + "end": 9209, "loc": { "start": { - "line": 235, + "line": 240, "column": 27 }, "end": { - "line": 235, + "line": 240, "column": 28 } } @@ -251831,15 +257929,15 @@ "binop": null }, "value": "controlBar", - "start": 9026, - "end": 9036, + "start": 9209, + "end": 9219, "loc": { "start": { - "line": 235, + "line": 240, "column": 28 }, "end": { - "line": 235, + "line": 240, "column": 38 } } @@ -251857,15 +257955,15 @@ "binop": null, "updateContext": null }, - "start": 9036, - "end": 9037, + "start": 9219, + "end": 9220, "loc": { "start": { - "line": 235, + "line": 240, "column": 38 }, "end": { - "line": 235, + "line": 240, "column": 39 } } @@ -251883,15 +257981,15 @@ "binop": null }, "value": "pictureInPictureToggle", - "start": 9037, - "end": 9059, + "start": 9220, + "end": 9242, "loc": { "start": { - "line": 235, + "line": 240, "column": 39 }, "end": { - "line": 235, + "line": 240, "column": 61 } } @@ -251910,15 +258008,15 @@ "updateContext": null }, "value": "===", - "start": 9060, - "end": 9063, + "start": 9243, + "end": 9246, "loc": { "start": { - "line": 235, + "line": 240, "column": 62 }, "end": { - "line": 235, + "line": 240, "column": 65 } } @@ -251936,15 +258034,15 @@ "binop": null }, "value": "undefined", - "start": 9064, - "end": 9073, + "start": 9247, + "end": 9256, "loc": { "start": { - "line": 235, + "line": 240, "column": 66 }, "end": { - "line": 235, + "line": 240, "column": 75 } } @@ -251963,15 +258061,15 @@ "updateContext": null }, "value": "&&", - "start": 9074, - "end": 9076, + "start": 9257, + "end": 9259, "loc": { "start": { - "line": 235, + "line": 240, "column": 76 }, "end": { - "line": 235, + "line": 240, "column": 78 } } @@ -251991,15 +258089,15 @@ "updateContext": null }, "value": "this", - "start": 9093, - "end": 9097, + "start": 9276, + "end": 9280, "loc": { "start": { - "line": 236, + "line": 241, "column": 16 }, "end": { - "line": 236, + "line": 241, "column": 20 } } @@ -252017,15 +258115,15 @@ "binop": null, "updateContext": null }, - "start": 9097, - "end": 9098, + "start": 9280, + "end": 9281, "loc": { "start": { - "line": 236, + "line": 241, "column": 20 }, "end": { - "line": 236, + "line": 241, "column": 21 } } @@ -252043,15 +258141,15 @@ "binop": null }, "value": "player", - "start": 9098, - "end": 9104, + "start": 9281, + "end": 9287, "loc": { "start": { - "line": 236, + "line": 241, "column": 21 }, "end": { - "line": 236, + "line": 241, "column": 27 } } @@ -252069,15 +258167,15 @@ "binop": null, "updateContext": null }, - "start": 9104, - "end": 9105, + "start": 9287, + "end": 9288, "loc": { "start": { - "line": 236, + "line": 241, "column": 27 }, "end": { - "line": 236, + "line": 241, "column": 28 } } @@ -252095,15 +258193,15 @@ "binop": null }, "value": "pipToggle", - "start": 9105, - "end": 9114, + "start": 9288, + "end": 9297, "loc": { "start": { - "line": 236, + "line": 241, "column": 28 }, "end": { - "line": 236, + "line": 241, "column": 37 } } @@ -252122,15 +258220,15 @@ "updateContext": null }, "value": "!==", - "start": 9115, - "end": 9118, + "start": 9298, + "end": 9301, "loc": { "start": { - "line": 236, + "line": 241, "column": 38 }, "end": { - "line": 236, + "line": 241, "column": 41 } } @@ -252148,15 +258246,15 @@ "binop": null }, "value": "undefined", - "start": 9119, - "end": 9128, + "start": 9302, + "end": 9311, "loc": { "start": { - "line": 236, + "line": 241, "column": 42 }, "end": { - "line": 236, + "line": 241, "column": 51 } } @@ -252173,15 +258271,15 @@ "postfix": false, "binop": null }, - "start": 9128, - "end": 9129, + "start": 9311, + "end": 9312, "loc": { "start": { - "line": 236, + "line": 241, "column": 51 }, "end": { - "line": 236, + "line": 241, "column": 52 } } @@ -252198,15 +258296,15 @@ "postfix": false, "binop": null }, - "start": 9130, - "end": 9131, + "start": 9313, + "end": 9314, "loc": { "start": { - "line": 236, + "line": 241, "column": 53 }, "end": { - "line": 236, + "line": 241, "column": 54 } } @@ -252214,15 +258312,15 @@ { "type": "CommentLine", "value": " add custom PiP toggle", - "start": 9148, - "end": 9172, + "start": 9331, + "end": 9355, "loc": { "start": { - "line": 237, + "line": 242, "column": 16 }, "end": { - "line": 237, + "line": 242, "column": 40 } } @@ -252242,15 +258340,15 @@ "updateContext": null }, "value": "this", - "start": 9189, - "end": 9193, + "start": 9372, + "end": 9376, "loc": { "start": { - "line": 238, + "line": 243, "column": 16 }, "end": { - "line": 238, + "line": 243, "column": 20 } } @@ -252268,15 +258366,15 @@ "binop": null, "updateContext": null }, - "start": 9193, - "end": 9194, + "start": 9376, + "end": 9377, "loc": { "start": { - "line": 238, + "line": 243, "column": 20 }, "end": { - "line": 238, + "line": 243, "column": 21 } } @@ -252294,15 +258392,15 @@ "binop": null }, "value": "player", - "start": 9194, - "end": 9200, + "start": 9377, + "end": 9383, "loc": { "start": { - "line": 238, + "line": 243, "column": 21 }, "end": { - "line": 238, + "line": 243, "column": 27 } } @@ -252320,15 +258418,15 @@ "binop": null, "updateContext": null }, - "start": 9200, - "end": 9201, + "start": 9383, + "end": 9384, "loc": { "start": { - "line": 238, + "line": 243, "column": 27 }, "end": { - "line": 238, + "line": 243, "column": 28 } } @@ -252346,15 +258444,15 @@ "binop": null }, "value": "controlBar", - "start": 9201, - "end": 9211, + "start": 9384, + "end": 9394, "loc": { "start": { - "line": 238, + "line": 243, "column": 28 }, "end": { - "line": 238, + "line": 243, "column": 38 } } @@ -252372,15 +258470,15 @@ "binop": null, "updateContext": null }, - "start": 9211, - "end": 9212, + "start": 9394, + "end": 9395, "loc": { "start": { - "line": 238, + "line": 243, "column": 38 }, "end": { - "line": 238, + "line": 243, "column": 39 } } @@ -252398,15 +258496,15 @@ "binop": null }, "value": "addChild", - "start": 9212, - "end": 9220, + "start": 9395, + "end": 9403, "loc": { "start": { - "line": 238, + "line": 243, "column": 39 }, "end": { - "line": 238, + "line": 243, "column": 47 } } @@ -252423,15 +258521,15 @@ "postfix": false, "binop": null }, - "start": 9220, - "end": 9221, + "start": 9403, + "end": 9404, "loc": { "start": { - "line": 238, + "line": 243, "column": 47 }, "end": { - "line": 238, + "line": 243, "column": 48 } } @@ -252451,15 +258549,15 @@ "updateContext": null }, "value": "this", - "start": 9221, - "end": 9225, + "start": 9404, + "end": 9408, "loc": { "start": { - "line": 238, + "line": 243, "column": 48 }, "end": { - "line": 238, + "line": 243, "column": 52 } } @@ -252477,15 +258575,15 @@ "binop": null, "updateContext": null }, - "start": 9225, - "end": 9226, + "start": 9408, + "end": 9409, "loc": { "start": { - "line": 238, + "line": 243, "column": 52 }, "end": { - "line": 238, + "line": 243, "column": 53 } } @@ -252503,15 +258601,15 @@ "binop": null }, "value": "player", - "start": 9226, - "end": 9232, + "start": 9409, + "end": 9415, "loc": { "start": { - "line": 238, + "line": 243, "column": 53 }, "end": { - "line": 238, + "line": 243, "column": 59 } } @@ -252529,15 +258627,15 @@ "binop": null, "updateContext": null }, - "start": 9232, - "end": 9233, + "start": 9415, + "end": 9416, "loc": { "start": { - "line": 238, + "line": 243, "column": 59 }, "end": { - "line": 238, + "line": 243, "column": 60 } } @@ -252555,15 +258653,15 @@ "binop": null }, "value": "pipToggle", - "start": 9233, - "end": 9242, + "start": 9416, + "end": 9425, "loc": { "start": { - "line": 238, + "line": 243, "column": 60 }, "end": { - "line": 238, + "line": 243, "column": 69 } } @@ -252580,15 +258678,15 @@ "postfix": false, "binop": null }, - "start": 9242, - "end": 9243, + "start": 9425, + "end": 9426, "loc": { "start": { - "line": 238, + "line": 243, "column": 69 }, "end": { - "line": 238, + "line": 243, "column": 70 } } @@ -252606,15 +258704,15 @@ "binop": null, "updateContext": null }, - "start": 9243, - "end": 9244, + "start": 9426, + "end": 9427, "loc": { "start": { - "line": 238, + "line": 243, "column": 70 }, "end": { - "line": 238, + "line": 243, "column": 71 } } @@ -252631,15 +258729,15 @@ "postfix": false, "binop": null }, - "start": 9257, - "end": 9258, + "start": 9440, + "end": 9441, "loc": { "start": { - "line": 239, + "line": 244, "column": 12 }, "end": { - "line": 239, + "line": 244, "column": 13 } } @@ -252659,15 +258757,15 @@ "updateContext": null }, "value": "else", - "start": 9259, - "end": 9263, + "start": 9442, + "end": 9446, "loc": { "start": { - "line": 239, + "line": 244, "column": 14 }, "end": { - "line": 239, + "line": 244, "column": 18 } } @@ -252687,15 +258785,15 @@ "updateContext": null }, "value": "if", - "start": 9264, - "end": 9266, + "start": 9447, + "end": 9449, "loc": { "start": { - "line": 239, + "line": 244, "column": 19 }, "end": { - "line": 239, + "line": 244, "column": 21 } } @@ -252712,15 +258810,15 @@ "postfix": false, "binop": null }, - "start": 9267, - "end": 9268, + "start": 9450, + "end": 9451, "loc": { "start": { - "line": 239, + "line": 244, "column": 22 }, "end": { - "line": 239, + "line": 244, "column": 23 } } @@ -252740,15 +258838,15 @@ "updateContext": null }, "value": "this", - "start": 9268, - "end": 9272, + "start": 9451, + "end": 9455, "loc": { "start": { - "line": 239, + "line": 244, "column": 23 }, "end": { - "line": 239, + "line": 244, "column": 27 } } @@ -252766,15 +258864,15 @@ "binop": null, "updateContext": null }, - "start": 9272, - "end": 9273, + "start": 9455, + "end": 9456, "loc": { "start": { - "line": 239, + "line": 244, "column": 27 }, "end": { - "line": 239, + "line": 244, "column": 28 } } @@ -252792,15 +258890,15 @@ "binop": null }, "value": "player", - "start": 9273, - "end": 9279, + "start": 9456, + "end": 9462, "loc": { "start": { - "line": 239, + "line": 244, "column": 28 }, "end": { - "line": 239, + "line": 244, "column": 34 } } @@ -252818,15 +258916,15 @@ "binop": null, "updateContext": null }, - "start": 9279, - "end": 9280, + "start": 9462, + "end": 9463, "loc": { "start": { - "line": 239, + "line": 244, "column": 34 }, "end": { - "line": 239, + "line": 244, "column": 35 } } @@ -252844,15 +258942,15 @@ "binop": null }, "value": "controlBar", - "start": 9280, - "end": 9290, + "start": 9463, + "end": 9473, "loc": { "start": { - "line": 239, + "line": 244, "column": 35 }, "end": { - "line": 239, + "line": 244, "column": 45 } } @@ -252870,15 +258968,15 @@ "binop": null, "updateContext": null }, - "start": 9290, - "end": 9291, + "start": 9473, + "end": 9474, "loc": { "start": { - "line": 239, + "line": 244, "column": 45 }, "end": { - "line": 239, + "line": 244, "column": 46 } } @@ -252896,15 +258994,15 @@ "binop": null }, "value": "pictureInPictureToggle", - "start": 9291, - "end": 9313, + "start": 9474, + "end": 9496, "loc": { "start": { - "line": 239, + "line": 244, "column": 46 }, "end": { - "line": 239, + "line": 244, "column": 68 } } @@ -252923,15 +259021,15 @@ "updateContext": null }, "value": "!==", - "start": 9314, - "end": 9317, + "start": 9497, + "end": 9500, "loc": { "start": { - "line": 239, + "line": 244, "column": 69 }, "end": { - "line": 239, + "line": 244, "column": 72 } } @@ -252949,15 +259047,15 @@ "binop": null }, "value": "undefined", - "start": 9318, - "end": 9327, + "start": 9501, + "end": 9510, "loc": { "start": { - "line": 239, + "line": 244, "column": 73 }, "end": { - "line": 239, + "line": 244, "column": 82 } } @@ -252974,15 +259072,15 @@ "postfix": false, "binop": null }, - "start": 9327, - "end": 9328, + "start": 9510, + "end": 9511, "loc": { "start": { - "line": 239, + "line": 244, "column": 82 }, "end": { - "line": 239, + "line": 244, "column": 83 } } @@ -252999,15 +259097,15 @@ "postfix": false, "binop": null }, - "start": 9329, - "end": 9330, + "start": 9512, + "end": 9513, "loc": { "start": { - "line": 239, + "line": 244, "column": 84 }, "end": { - "line": 239, + "line": 244, "column": 85 } } @@ -253015,15 +259113,15 @@ { "type": "CommentLine", "value": " use video.js PiP toggle", - "start": 9347, - "end": 9373, + "start": 9530, + "end": 9556, "loc": { "start": { - "line": 240, + "line": 245, "column": 16 }, "end": { - "line": 240, + "line": 245, "column": 42 } } @@ -253043,15 +259141,15 @@ "updateContext": null }, "value": "this", - "start": 9390, - "end": 9394, + "start": 9573, + "end": 9577, "loc": { "start": { - "line": 241, + "line": 246, "column": 16 }, "end": { - "line": 241, + "line": 246, "column": 20 } } @@ -253069,15 +259167,15 @@ "binop": null, "updateContext": null }, - "start": 9394, - "end": 9395, + "start": 9577, + "end": 9578, "loc": { "start": { - "line": 241, + "line": 246, "column": 20 }, "end": { - "line": 241, + "line": 246, "column": 21 } } @@ -253095,15 +259193,15 @@ "binop": null }, "value": "player", - "start": 9395, - "end": 9401, + "start": 9578, + "end": 9584, "loc": { "start": { - "line": 241, + "line": 246, "column": 21 }, "end": { - "line": 241, + "line": 246, "column": 27 } } @@ -253121,15 +259219,15 @@ "binop": null, "updateContext": null }, - "start": 9401, - "end": 9402, + "start": 9584, + "end": 9585, "loc": { "start": { - "line": 241, + "line": 246, "column": 27 }, "end": { - "line": 241, + "line": 246, "column": 28 } } @@ -253147,15 +259245,15 @@ "binop": null }, "value": "pipToggle", - "start": 9402, - "end": 9411, + "start": 9585, + "end": 9594, "loc": { "start": { - "line": 241, + "line": 246, "column": 28 }, "end": { - "line": 241, + "line": 246, "column": 37 } } @@ -253174,15 +259272,15 @@ "updateContext": null }, "value": "=", - "start": 9412, - "end": 9413, + "start": 9595, + "end": 9596, "loc": { "start": { - "line": 241, + "line": 246, "column": 38 }, "end": { - "line": 241, + "line": 246, "column": 39 } } @@ -253202,15 +259300,15 @@ "updateContext": null }, "value": "this", - "start": 9414, - "end": 9418, + "start": 9597, + "end": 9601, "loc": { "start": { - "line": 241, + "line": 246, "column": 40 }, "end": { - "line": 241, + "line": 246, "column": 44 } } @@ -253228,15 +259326,15 @@ "binop": null, "updateContext": null }, - "start": 9418, - "end": 9419, + "start": 9601, + "end": 9602, "loc": { "start": { - "line": 241, + "line": 246, "column": 44 }, "end": { - "line": 241, + "line": 246, "column": 45 } } @@ -253254,15 +259352,15 @@ "binop": null }, "value": "player", - "start": 9419, - "end": 9425, + "start": 9602, + "end": 9608, "loc": { "start": { - "line": 241, + "line": 246, "column": 45 }, "end": { - "line": 241, + "line": 246, "column": 51 } } @@ -253280,15 +259378,15 @@ "binop": null, "updateContext": null }, - "start": 9425, - "end": 9426, + "start": 9608, + "end": 9609, "loc": { "start": { - "line": 241, + "line": 246, "column": 51 }, "end": { - "line": 241, + "line": 246, "column": 52 } } @@ -253306,15 +259404,15 @@ "binop": null }, "value": "controlBar", - "start": 9426, - "end": 9436, + "start": 9609, + "end": 9619, "loc": { "start": { - "line": 241, + "line": 246, "column": 52 }, "end": { - "line": 241, + "line": 246, "column": 62 } } @@ -253332,15 +259430,15 @@ "binop": null, "updateContext": null }, - "start": 9436, - "end": 9437, + "start": 9619, + "end": 9620, "loc": { "start": { - "line": 241, + "line": 246, "column": 62 }, "end": { - "line": 241, + "line": 246, "column": 63 } } @@ -253358,15 +259456,15 @@ "binop": null }, "value": "pictureInPictureToggle", - "start": 9437, - "end": 9459, + "start": 9620, + "end": 9642, "loc": { "start": { - "line": 241, + "line": 246, "column": 63 }, "end": { - "line": 241, + "line": 246, "column": 85 } } @@ -253384,15 +259482,15 @@ "binop": null, "updateContext": null }, - "start": 9459, - "end": 9460, + "start": 9642, + "end": 9643, "loc": { "start": { - "line": 241, + "line": 246, "column": 85 }, "end": { - "line": 241, + "line": 246, "column": 86 } } @@ -253412,15 +259510,15 @@ "updateContext": null }, "value": "this", - "start": 9477, - "end": 9481, + "start": 9660, + "end": 9664, "loc": { "start": { - "line": 242, + "line": 247, "column": 16 }, "end": { - "line": 242, + "line": 247, "column": 20 } } @@ -253438,15 +259536,15 @@ "binop": null, "updateContext": null }, - "start": 9481, - "end": 9482, + "start": 9664, + "end": 9665, "loc": { "start": { - "line": 242, + "line": 247, "column": 20 }, "end": { - "line": 242, + "line": 247, "column": 21 } } @@ -253464,15 +259562,15 @@ "binop": null }, "value": "player", - "start": 9482, - "end": 9488, + "start": 9665, + "end": 9671, "loc": { "start": { - "line": 242, + "line": 247, "column": 21 }, "end": { - "line": 242, + "line": 247, "column": 27 } } @@ -253490,15 +259588,15 @@ "binop": null, "updateContext": null }, - "start": 9488, - "end": 9489, + "start": 9671, + "end": 9672, "loc": { "start": { - "line": 242, + "line": 247, "column": 27 }, "end": { - "line": 242, + "line": 247, "column": 28 } } @@ -253516,15 +259614,15 @@ "binop": null }, "value": "pipToggle", - "start": 9489, - "end": 9498, + "start": 9672, + "end": 9681, "loc": { "start": { - "line": 242, + "line": 247, "column": 28 }, "end": { - "line": 242, + "line": 247, "column": 37 } } @@ -253542,15 +259640,15 @@ "binop": null, "updateContext": null }, - "start": 9498, - "end": 9499, + "start": 9681, + "end": 9682, "loc": { "start": { - "line": 242, + "line": 247, "column": 37 }, "end": { - "line": 242, + "line": 247, "column": 38 } } @@ -253568,15 +259666,15 @@ "binop": null }, "value": "hide", - "start": 9499, - "end": 9503, + "start": 9682, + "end": 9686, "loc": { "start": { - "line": 242, + "line": 247, "column": 38 }, "end": { - "line": 242, + "line": 247, "column": 42 } } @@ -253593,15 +259691,15 @@ "postfix": false, "binop": null }, - "start": 9503, - "end": 9504, + "start": 9686, + "end": 9687, "loc": { "start": { - "line": 242, + "line": 247, "column": 42 }, "end": { - "line": 242, + "line": 247, "column": 43 } } @@ -253618,15 +259716,15 @@ "postfix": false, "binop": null }, - "start": 9504, - "end": 9505, + "start": 9687, + "end": 9688, "loc": { "start": { - "line": 242, + "line": 247, "column": 43 }, "end": { - "line": 242, + "line": 247, "column": 44 } } @@ -253644,15 +259742,15 @@ "binop": null, "updateContext": null }, - "start": 9505, - "end": 9506, + "start": 9688, + "end": 9689, "loc": { "start": { - "line": 242, + "line": 247, "column": 44 }, "end": { - "line": 242, + "line": 247, "column": 45 } } @@ -253669,15 +259767,15 @@ "postfix": false, "binop": null }, - "start": 9519, - "end": 9520, + "start": 9702, + "end": 9703, "loc": { "start": { - "line": 243, + "line": 248, "column": 12 }, "end": { - "line": 243, + "line": 248, "column": 13 } } @@ -253694,15 +259792,15 @@ "postfix": false, "binop": null }, - "start": 9529, - "end": 9530, + "start": 9712, + "end": 9713, "loc": { "start": { - "line": 244, + "line": 249, "column": 8 }, "end": { - "line": 244, + "line": 249, "column": 9 } } @@ -253710,15 +259808,15 @@ { "type": "CommentLine", "value": " get rid of unused controls", - "start": 9540, - "end": 9569, + "start": 9723, + "end": 9752, "loc": { "start": { - "line": 246, + "line": 251, "column": 8 }, "end": { - "line": 246, + "line": 251, "column": 37 } } @@ -253738,15 +259836,15 @@ "updateContext": null }, "value": "if", - "start": 9578, - "end": 9580, + "start": 9761, + "end": 9763, "loc": { "start": { - "line": 247, + "line": 252, "column": 8 }, "end": { - "line": 247, + "line": 252, "column": 10 } } @@ -253763,15 +259861,15 @@ "postfix": false, "binop": null }, - "start": 9581, - "end": 9582, + "start": 9764, + "end": 9765, "loc": { "start": { - "line": 247, + "line": 252, "column": 11 }, "end": { - "line": 247, + "line": 252, "column": 12 } } @@ -253791,15 +259889,15 @@ "updateContext": null }, "value": "this", - "start": 9582, - "end": 9586, + "start": 9765, + "end": 9769, "loc": { "start": { - "line": 247, + "line": 252, "column": 12 }, "end": { - "line": 247, + "line": 252, "column": 16 } } @@ -253817,15 +259915,15 @@ "binop": null, "updateContext": null }, - "start": 9586, - "end": 9587, + "start": 9769, + "end": 9770, "loc": { "start": { - "line": 247, + "line": 252, "column": 16 }, "end": { - "line": 247, + "line": 252, "column": 17 } } @@ -253843,15 +259941,15 @@ "binop": null }, "value": "player", - "start": 9587, - "end": 9593, + "start": 9770, + "end": 9776, "loc": { "start": { - "line": 247, + "line": 252, "column": 17 }, "end": { - "line": 247, + "line": 252, "column": 23 } } @@ -253869,15 +259967,15 @@ "binop": null, "updateContext": null }, - "start": 9593, - "end": 9594, + "start": 9776, + "end": 9777, "loc": { "start": { - "line": 247, + "line": 252, "column": 23 }, "end": { - "line": 247, + "line": 252, "column": 24 } } @@ -253895,15 +259993,15 @@ "binop": null }, "value": "controlBar", - "start": 9594, - "end": 9604, + "start": 9777, + "end": 9787, "loc": { "start": { - "line": 247, + "line": 252, "column": 24 }, "end": { - "line": 247, + "line": 252, "column": 34 } } @@ -253921,15 +260019,15 @@ "binop": null, "updateContext": null }, - "start": 9604, - "end": 9605, + "start": 9787, + "end": 9788, "loc": { "start": { - "line": 247, + "line": 252, "column": 34 }, "end": { - "line": 247, + "line": 252, "column": 35 } } @@ -253947,15 +260045,15 @@ "binop": null }, "value": "remainingTimeDisplay", - "start": 9605, - "end": 9625, + "start": 9788, + "end": 9808, "loc": { "start": { - "line": 247, + "line": 252, "column": 35 }, "end": { - "line": 247, + "line": 252, "column": 55 } } @@ -253974,15 +260072,15 @@ "updateContext": null }, "value": "!==", - "start": 9626, - "end": 9629, + "start": 9809, + "end": 9812, "loc": { "start": { - "line": 247, + "line": 252, "column": 56 }, "end": { - "line": 247, + "line": 252, "column": 59 } } @@ -254000,15 +260098,15 @@ "binop": null }, "value": "undefined", - "start": 9630, - "end": 9639, + "start": 9813, + "end": 9822, "loc": { "start": { - "line": 247, + "line": 252, "column": 60 }, "end": { - "line": 247, + "line": 252, "column": 69 } } @@ -254025,15 +260123,15 @@ "postfix": false, "binop": null }, - "start": 9639, - "end": 9640, + "start": 9822, + "end": 9823, "loc": { "start": { - "line": 247, + "line": 252, "column": 69 }, "end": { - "line": 247, + "line": 252, "column": 70 } } @@ -254050,15 +260148,15 @@ "postfix": false, "binop": null }, - "start": 9641, - "end": 9642, + "start": 9824, + "end": 9825, "loc": { "start": { - "line": 247, + "line": 252, "column": 71 }, "end": { - "line": 247, + "line": 252, "column": 72 } } @@ -254078,15 +260176,15 @@ "updateContext": null }, "value": "this", - "start": 9655, - "end": 9659, + "start": 9838, + "end": 9842, "loc": { "start": { - "line": 248, + "line": 253, "column": 12 }, "end": { - "line": 248, + "line": 253, "column": 16 } } @@ -254104,15 +260202,15 @@ "binop": null, "updateContext": null }, - "start": 9659, - "end": 9660, + "start": 9842, + "end": 9843, "loc": { "start": { - "line": 248, + "line": 253, "column": 16 }, "end": { - "line": 248, + "line": 253, "column": 17 } } @@ -254130,15 +260228,15 @@ "binop": null }, "value": "player", - "start": 9660, - "end": 9666, + "start": 9843, + "end": 9849, "loc": { "start": { - "line": 248, + "line": 253, "column": 17 }, "end": { - "line": 248, + "line": 253, "column": 23 } } @@ -254156,15 +260254,15 @@ "binop": null, "updateContext": null }, - "start": 9666, - "end": 9667, + "start": 9849, + "end": 9850, "loc": { "start": { - "line": 248, + "line": 253, "column": 23 }, "end": { - "line": 248, + "line": 253, "column": 24 } } @@ -254182,15 +260280,15 @@ "binop": null }, "value": "controlBar", - "start": 9667, - "end": 9677, + "start": 9850, + "end": 9860, "loc": { "start": { - "line": 248, + "line": 253, "column": 24 }, "end": { - "line": 248, + "line": 253, "column": 34 } } @@ -254208,15 +260306,15 @@ "binop": null, "updateContext": null }, - "start": 9677, - "end": 9678, + "start": 9860, + "end": 9861, "loc": { "start": { - "line": 248, + "line": 253, "column": 34 }, "end": { - "line": 248, + "line": 253, "column": 35 } } @@ -254234,15 +260332,15 @@ "binop": null }, "value": "remainingTimeDisplay", - "start": 9678, - "end": 9698, + "start": 9861, + "end": 9881, "loc": { "start": { - "line": 248, + "line": 253, "column": 35 }, "end": { - "line": 248, + "line": 253, "column": 55 } } @@ -254260,15 +260358,15 @@ "binop": null, "updateContext": null }, - "start": 9698, - "end": 9699, + "start": 9881, + "end": 9882, "loc": { "start": { - "line": 248, + "line": 253, "column": 55 }, "end": { - "line": 248, + "line": 253, "column": 56 } } @@ -254286,15 +260384,15 @@ "binop": null }, "value": "el", - "start": 9699, - "end": 9701, + "start": 9882, + "end": 9884, "loc": { "start": { - "line": 248, + "line": 253, "column": 56 }, "end": { - "line": 248, + "line": 253, "column": 58 } } @@ -254311,15 +260409,15 @@ "postfix": false, "binop": null }, - "start": 9701, - "end": 9702, + "start": 9884, + "end": 9885, "loc": { "start": { - "line": 248, + "line": 253, "column": 58 }, "end": { - "line": 248, + "line": 253, "column": 59 } } @@ -254336,15 +260434,15 @@ "postfix": false, "binop": null }, - "start": 9702, - "end": 9703, + "start": 9885, + "end": 9886, "loc": { "start": { - "line": 248, + "line": 253, "column": 59 }, "end": { - "line": 248, + "line": 253, "column": 60 } } @@ -254362,15 +260460,15 @@ "binop": null, "updateContext": null }, - "start": 9703, - "end": 9704, + "start": 9886, + "end": 9887, "loc": { "start": { - "line": 248, + "line": 253, "column": 60 }, "end": { - "line": 248, + "line": 253, "column": 61 } } @@ -254388,15 +260486,15 @@ "binop": null }, "value": "style", - "start": 9704, - "end": 9709, + "start": 9887, + "end": 9892, "loc": { "start": { - "line": 248, + "line": 253, "column": 61 }, "end": { - "line": 248, + "line": 253, "column": 66 } } @@ -254414,15 +260512,15 @@ "binop": null, "updateContext": null }, - "start": 9709, - "end": 9710, + "start": 9892, + "end": 9893, "loc": { "start": { - "line": 248, + "line": 253, "column": 66 }, "end": { - "line": 248, + "line": 253, "column": 67 } } @@ -254440,15 +260538,15 @@ "binop": null }, "value": "display", - "start": 9710, - "end": 9717, + "start": 9893, + "end": 9900, "loc": { "start": { - "line": 248, + "line": 253, "column": 67 }, "end": { - "line": 248, + "line": 253, "column": 74 } } @@ -254467,15 +260565,15 @@ "updateContext": null }, "value": "=", - "start": 9718, - "end": 9719, + "start": 9901, + "end": 9902, "loc": { "start": { - "line": 248, + "line": 253, "column": 75 }, "end": { - "line": 248, + "line": 253, "column": 76 } } @@ -254494,15 +260592,15 @@ "updateContext": null }, "value": "none", - "start": 9720, - "end": 9726, + "start": 9903, + "end": 9909, "loc": { "start": { - "line": 248, + "line": 253, "column": 77 }, "end": { - "line": 248, + "line": 253, "column": 83 } } @@ -254520,15 +260618,15 @@ "binop": null, "updateContext": null }, - "start": 9726, - "end": 9727, + "start": 9909, + "end": 9910, "loc": { "start": { - "line": 248, + "line": 253, "column": 83 }, "end": { - "line": 248, + "line": 253, "column": 84 } } @@ -254545,15 +260643,15 @@ "postfix": false, "binop": null }, - "start": 9736, - "end": 9737, + "start": 9919, + "end": 9920, "loc": { "start": { - "line": 249, + "line": 254, "column": 8 }, "end": { - "line": 249, + "line": 254, "column": 9 } } @@ -254573,15 +260671,15 @@ "updateContext": null }, "value": "if", - "start": 9746, - "end": 9748, + "start": 9929, + "end": 9931, "loc": { "start": { - "line": 250, + "line": 255, "column": 8 }, "end": { - "line": 250, + "line": 255, "column": 10 } } @@ -254598,15 +260696,15 @@ "postfix": false, "binop": null }, - "start": 9749, - "end": 9750, + "start": 9932, + "end": 9933, "loc": { "start": { - "line": 250, + "line": 255, "column": 11 }, "end": { - "line": 250, + "line": 255, "column": 12 } } @@ -254626,15 +260724,15 @@ "updateContext": null }, "value": "this", - "start": 9750, - "end": 9754, + "start": 9933, + "end": 9937, "loc": { "start": { - "line": 250, + "line": 255, "column": 12 }, "end": { - "line": 250, + "line": 255, "column": 16 } } @@ -254652,15 +260750,15 @@ "binop": null, "updateContext": null }, - "start": 9754, - "end": 9755, + "start": 9937, + "end": 9938, "loc": { "start": { - "line": 250, + "line": 255, "column": 16 }, "end": { - "line": 250, + "line": 255, "column": 17 } } @@ -254678,15 +260776,15 @@ "binop": null }, "value": "player", - "start": 9755, - "end": 9761, + "start": 9938, + "end": 9944, "loc": { "start": { - "line": 250, + "line": 255, "column": 17 }, "end": { - "line": 250, + "line": 255, "column": 23 } } @@ -254704,15 +260802,15 @@ "binop": null, "updateContext": null }, - "start": 9761, - "end": 9762, + "start": 9944, + "end": 9945, "loc": { "start": { - "line": 250, + "line": 255, "column": 23 }, "end": { - "line": 250, + "line": 255, "column": 24 } } @@ -254730,15 +260828,15 @@ "binop": null }, "value": "controlBar", - "start": 9762, - "end": 9772, + "start": 9945, + "end": 9955, "loc": { "start": { - "line": 250, + "line": 255, "column": 24 }, "end": { - "line": 250, + "line": 255, "column": 34 } } @@ -254756,15 +260854,15 @@ "binop": null, "updateContext": null }, - "start": 9772, - "end": 9773, + "start": 9955, + "end": 9956, "loc": { "start": { - "line": 250, + "line": 255, "column": 34 }, "end": { - "line": 250, + "line": 255, "column": 35 } } @@ -254782,15 +260880,15 @@ "binop": null }, "value": "liveDisplay", - "start": 9773, - "end": 9784, + "start": 9956, + "end": 9967, "loc": { "start": { - "line": 250, + "line": 255, "column": 35 }, "end": { - "line": 250, + "line": 255, "column": 46 } } @@ -254809,15 +260907,15 @@ "updateContext": null }, "value": "!==", - "start": 9785, - "end": 9788, + "start": 9968, + "end": 9971, "loc": { "start": { - "line": 250, + "line": 255, "column": 47 }, "end": { - "line": 250, + "line": 255, "column": 50 } } @@ -254835,15 +260933,15 @@ "binop": null }, "value": "undefined", - "start": 9789, - "end": 9798, + "start": 9972, + "end": 9981, "loc": { "start": { - "line": 250, + "line": 255, "column": 51 }, "end": { - "line": 250, + "line": 255, "column": 60 } } @@ -254860,15 +260958,15 @@ "postfix": false, "binop": null }, - "start": 9798, - "end": 9799, + "start": 9981, + "end": 9982, "loc": { "start": { - "line": 250, + "line": 255, "column": 60 }, "end": { - "line": 250, + "line": 255, "column": 61 } } @@ -254885,15 +260983,15 @@ "postfix": false, "binop": null }, - "start": 9800, - "end": 9801, + "start": 9983, + "end": 9984, "loc": { "start": { - "line": 250, + "line": 255, "column": 62 }, "end": { - "line": 250, + "line": 255, "column": 63 } } @@ -254913,15 +261011,15 @@ "updateContext": null }, "value": "this", - "start": 9814, - "end": 9818, + "start": 9997, + "end": 10001, "loc": { "start": { - "line": 251, + "line": 256, "column": 12 }, "end": { - "line": 251, + "line": 256, "column": 16 } } @@ -254939,15 +261037,15 @@ "binop": null, "updateContext": null }, - "start": 9818, - "end": 9819, + "start": 10001, + "end": 10002, "loc": { "start": { - "line": 251, + "line": 256, "column": 16 }, "end": { - "line": 251, + "line": 256, "column": 17 } } @@ -254965,15 +261063,15 @@ "binop": null }, "value": "player", - "start": 9819, - "end": 9825, + "start": 10002, + "end": 10008, "loc": { "start": { - "line": 251, + "line": 256, "column": 17 }, "end": { - "line": 251, + "line": 256, "column": 23 } } @@ -254991,15 +261089,15 @@ "binop": null, "updateContext": null }, - "start": 9825, - "end": 9826, + "start": 10008, + "end": 10009, "loc": { "start": { - "line": 251, + "line": 256, "column": 23 }, "end": { - "line": 251, + "line": 256, "column": 24 } } @@ -255017,15 +261115,15 @@ "binop": null }, "value": "controlBar", - "start": 9826, - "end": 9836, + "start": 10009, + "end": 10019, "loc": { "start": { - "line": 251, + "line": 256, "column": 24 }, "end": { - "line": 251, + "line": 256, "column": 34 } } @@ -255043,15 +261141,15 @@ "binop": null, "updateContext": null }, - "start": 9836, - "end": 9837, + "start": 10019, + "end": 10020, "loc": { "start": { - "line": 251, + "line": 256, "column": 34 }, "end": { - "line": 251, + "line": 256, "column": 35 } } @@ -255069,15 +261167,15 @@ "binop": null }, "value": "liveDisplay", - "start": 9837, - "end": 9848, + "start": 10020, + "end": 10031, "loc": { "start": { - "line": 251, + "line": 256, "column": 35 }, "end": { - "line": 251, + "line": 256, "column": 46 } } @@ -255095,15 +261193,15 @@ "binop": null, "updateContext": null }, - "start": 9848, - "end": 9849, + "start": 10031, + "end": 10032, "loc": { "start": { - "line": 251, + "line": 256, "column": 46 }, "end": { - "line": 251, + "line": 256, "column": 47 } } @@ -255121,15 +261219,15 @@ "binop": null }, "value": "el", - "start": 9849, - "end": 9851, + "start": 10032, + "end": 10034, "loc": { "start": { - "line": 251, + "line": 256, "column": 47 }, "end": { - "line": 251, + "line": 256, "column": 49 } } @@ -255146,15 +261244,15 @@ "postfix": false, "binop": null }, - "start": 9851, - "end": 9852, + "start": 10034, + "end": 10035, "loc": { "start": { - "line": 251, + "line": 256, "column": 49 }, "end": { - "line": 251, + "line": 256, "column": 50 } } @@ -255171,15 +261269,15 @@ "postfix": false, "binop": null }, - "start": 9852, - "end": 9853, + "start": 10035, + "end": 10036, "loc": { "start": { - "line": 251, + "line": 256, "column": 50 }, "end": { - "line": 251, + "line": 256, "column": 51 } } @@ -255197,15 +261295,15 @@ "binop": null, "updateContext": null }, - "start": 9853, - "end": 9854, + "start": 10036, + "end": 10037, "loc": { "start": { - "line": 251, + "line": 256, "column": 51 }, "end": { - "line": 251, + "line": 256, "column": 52 } } @@ -255223,15 +261321,15 @@ "binop": null }, "value": "style", - "start": 9854, - "end": 9859, + "start": 10037, + "end": 10042, "loc": { "start": { - "line": 251, + "line": 256, "column": 52 }, "end": { - "line": 251, + "line": 256, "column": 57 } } @@ -255249,15 +261347,15 @@ "binop": null, "updateContext": null }, - "start": 9859, - "end": 9860, + "start": 10042, + "end": 10043, "loc": { "start": { - "line": 251, + "line": 256, "column": 57 }, "end": { - "line": 251, + "line": 256, "column": 58 } } @@ -255275,15 +261373,15 @@ "binop": null }, "value": "display", - "start": 9860, - "end": 9867, + "start": 10043, + "end": 10050, "loc": { "start": { - "line": 251, + "line": 256, "column": 58 }, "end": { - "line": 251, + "line": 256, "column": 65 } } @@ -255302,15 +261400,15 @@ "updateContext": null }, "value": "=", - "start": 9868, - "end": 9869, + "start": 10051, + "end": 10052, "loc": { "start": { - "line": 251, + "line": 256, "column": 66 }, "end": { - "line": 251, + "line": 256, "column": 67 } } @@ -255329,15 +261427,15 @@ "updateContext": null }, "value": "none", - "start": 9870, - "end": 9876, + "start": 10053, + "end": 10059, "loc": { "start": { - "line": 251, + "line": 256, "column": 68 }, "end": { - "line": 251, + "line": 256, "column": 74 } } @@ -255355,15 +261453,15 @@ "binop": null, "updateContext": null }, - "start": 9876, - "end": 9877, + "start": 10059, + "end": 10060, "loc": { "start": { - "line": 251, + "line": 256, "column": 74 }, "end": { - "line": 251, + "line": 256, "column": 75 } } @@ -255380,15 +261478,15 @@ "postfix": false, "binop": null }, - "start": 9886, - "end": 9887, + "start": 10069, + "end": 10070, "loc": { "start": { - "line": 252, + "line": 257, "column": 8 }, "end": { - "line": 252, + "line": 257, "column": 9 } } @@ -255396,15 +261494,15 @@ { "type": "CommentLine", "value": " loop feature is never used in this plugin", - "start": 9897, - "end": 9941, + "start": 10080, + "end": 10124, "loc": { "start": { - "line": 254, + "line": 259, "column": 8 }, "end": { - "line": 254, + "line": 259, "column": 52 } } @@ -255424,15 +261522,15 @@ "updateContext": null }, "value": "this", - "start": 9950, - "end": 9954, + "start": 10133, + "end": 10137, "loc": { "start": { - "line": 255, + "line": 260, "column": 8 }, "end": { - "line": 255, + "line": 260, "column": 12 } } @@ -255450,15 +261548,15 @@ "binop": null, "updateContext": null }, - "start": 9954, - "end": 9955, + "start": 10137, + "end": 10138, "loc": { "start": { - "line": 255, + "line": 260, "column": 12 }, "end": { - "line": 255, + "line": 260, "column": 13 } } @@ -255476,15 +261574,15 @@ "binop": null }, "value": "player", - "start": 9955, - "end": 9961, + "start": 10138, + "end": 10144, "loc": { "start": { - "line": 255, + "line": 260, "column": 13 }, "end": { - "line": 255, + "line": 260, "column": 19 } } @@ -255502,15 +261600,15 @@ "binop": null, "updateContext": null }, - "start": 9961, - "end": 9962, + "start": 10144, + "end": 10145, "loc": { "start": { - "line": 255, + "line": 260, "column": 19 }, "end": { - "line": 255, + "line": 260, "column": 20 } } @@ -255528,15 +261626,15 @@ "binop": null }, "value": "loop", - "start": 9962, - "end": 9966, + "start": 10145, + "end": 10149, "loc": { "start": { - "line": 255, + "line": 260, "column": 20 }, "end": { - "line": 255, + "line": 260, "column": 24 } } @@ -255553,15 +261651,15 @@ "postfix": false, "binop": null }, - "start": 9966, - "end": 9967, + "start": 10149, + "end": 10150, "loc": { "start": { - "line": 255, + "line": 260, "column": 24 }, "end": { - "line": 255, + "line": 260, "column": 25 } } @@ -255581,15 +261679,15 @@ "updateContext": null }, "value": "false", - "start": 9967, - "end": 9972, + "start": 10150, + "end": 10155, "loc": { "start": { - "line": 255, + "line": 260, "column": 25 }, "end": { - "line": 255, + "line": 260, "column": 30 } } @@ -255606,15 +261704,15 @@ "postfix": false, "binop": null }, - "start": 9972, - "end": 9973, + "start": 10155, + "end": 10156, "loc": { "start": { - "line": 255, + "line": 260, "column": 30 }, "end": { - "line": 255, + "line": 260, "column": 31 } } @@ -255632,15 +261730,15 @@ "binop": null, "updateContext": null }, - "start": 9973, - "end": 9974, + "start": 10156, + "end": 10157, "loc": { "start": { - "line": 255, + "line": 260, "column": 31 }, "end": { - "line": 255, + "line": 260, "column": 32 } } @@ -255648,15 +261746,15 @@ { "type": "CommentLine", "value": " tweak player UI based on type", - "start": 9984, - "end": 10016, + "start": 10167, + "end": 10199, "loc": { "start": { - "line": 257, + "line": 262, "column": 8 }, "end": { - "line": 257, + "line": 262, "column": 40 } } @@ -255676,15 +261774,15 @@ "updateContext": null }, "value": "switch", - "start": 10025, - "end": 10031, + "start": 10208, + "end": 10214, "loc": { "start": { - "line": 258, + "line": 263, "column": 8 }, "end": { - "line": 258, + "line": 263, "column": 14 } } @@ -255701,15 +261799,15 @@ "postfix": false, "binop": null }, - "start": 10032, - "end": 10033, + "start": 10215, + "end": 10216, "loc": { "start": { - "line": 258, + "line": 263, "column": 15 }, "end": { - "line": 258, + "line": 263, "column": 16 } } @@ -255729,15 +261827,15 @@ "updateContext": null }, "value": "this", - "start": 10033, - "end": 10037, + "start": 10216, + "end": 10220, "loc": { "start": { - "line": 258, + "line": 263, "column": 16 }, "end": { - "line": 258, + "line": 263, "column": 20 } } @@ -255755,15 +261853,15 @@ "binop": null, "updateContext": null }, - "start": 10037, - "end": 10038, + "start": 10220, + "end": 10221, "loc": { "start": { - "line": 258, + "line": 263, "column": 20 }, "end": { - "line": 258, + "line": 263, "column": 21 } } @@ -255781,15 +261879,15 @@ "binop": null }, "value": "getRecordType", - "start": 10038, - "end": 10051, + "start": 10221, + "end": 10234, "loc": { "start": { - "line": 258, + "line": 263, "column": 21 }, "end": { - "line": 258, + "line": 263, "column": 34 } } @@ -255806,15 +261904,15 @@ "postfix": false, "binop": null }, - "start": 10051, - "end": 10052, + "start": 10234, + "end": 10235, "loc": { "start": { - "line": 258, + "line": 263, "column": 34 }, "end": { - "line": 258, + "line": 263, "column": 35 } } @@ -255831,15 +261929,15 @@ "postfix": false, "binop": null }, - "start": 10052, - "end": 10053, + "start": 10235, + "end": 10236, "loc": { "start": { - "line": 258, + "line": 263, "column": 35 }, "end": { - "line": 258, + "line": 263, "column": 36 } } @@ -255856,15 +261954,15 @@ "postfix": false, "binop": null }, - "start": 10053, - "end": 10054, + "start": 10236, + "end": 10237, "loc": { "start": { - "line": 258, + "line": 263, "column": 36 }, "end": { - "line": 258, + "line": 263, "column": 37 } } @@ -255881,15 +261979,15 @@ "postfix": false, "binop": null }, - "start": 10055, - "end": 10056, + "start": 10238, + "end": 10239, "loc": { "start": { - "line": 258, + "line": 263, "column": 38 }, "end": { - "line": 258, + "line": 263, "column": 39 } } @@ -255909,15 +262007,15 @@ "updateContext": null }, "value": "case", - "start": 10069, - "end": 10073, + "start": 10252, + "end": 10256, "loc": { "start": { - "line": 259, + "line": 264, "column": 12 }, "end": { - "line": 259, + "line": 264, "column": 16 } } @@ -255935,15 +262033,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 10074, - "end": 10084, + "start": 10257, + "end": 10267, "loc": { "start": { - "line": 259, + "line": 264, "column": 17 }, "end": { - "line": 259, + "line": 264, "column": 27 } } @@ -255961,15 +262059,15 @@ "binop": null, "updateContext": null }, - "start": 10084, - "end": 10085, + "start": 10267, + "end": 10268, "loc": { "start": { - "line": 259, + "line": 264, "column": 27 }, "end": { - "line": 259, + "line": 264, "column": 28 } } @@ -255977,15 +262075,15 @@ { "type": "CommentLine", "value": " reference to videojs-wavesurfer plugin", - "start": 10102, - "end": 10143, + "start": 10285, + "end": 10326, "loc": { "start": { - "line": 260, + "line": 265, "column": 16 }, "end": { - "line": 260, + "line": 265, "column": 57 } } @@ -256005,15 +262103,15 @@ "updateContext": null }, "value": "this", - "start": 10160, - "end": 10164, + "start": 10343, + "end": 10347, "loc": { "start": { - "line": 261, + "line": 266, "column": 16 }, "end": { - "line": 261, + "line": 266, "column": 20 } } @@ -256031,15 +262129,15 @@ "binop": null, "updateContext": null }, - "start": 10164, - "end": 10165, + "start": 10347, + "end": 10348, "loc": { "start": { - "line": 261, + "line": 266, "column": 20 }, "end": { - "line": 261, + "line": 266, "column": 21 } } @@ -256057,15 +262155,15 @@ "binop": null }, "value": "surfer", - "start": 10165, - "end": 10171, + "start": 10348, + "end": 10354, "loc": { "start": { - "line": 261, + "line": 266, "column": 21 }, "end": { - "line": 261, + "line": 266, "column": 27 } } @@ -256084,15 +262182,15 @@ "updateContext": null }, "value": "=", - "start": 10172, - "end": 10173, + "start": 10355, + "end": 10356, "loc": { "start": { - "line": 261, + "line": 266, "column": 28 }, "end": { - "line": 261, + "line": 266, "column": 29 } } @@ -256112,15 +262210,15 @@ "updateContext": null }, "value": "this", - "start": 10174, - "end": 10178, + "start": 10357, + "end": 10361, "loc": { "start": { - "line": 261, + "line": 266, "column": 30 }, "end": { - "line": 261, + "line": 266, "column": 34 } } @@ -256138,15 +262236,15 @@ "binop": null, "updateContext": null }, - "start": 10178, - "end": 10179, + "start": 10361, + "end": 10362, "loc": { "start": { - "line": 261, + "line": 266, "column": 34 }, "end": { - "line": 261, + "line": 266, "column": 35 } } @@ -256164,15 +262262,15 @@ "binop": null }, "value": "player", - "start": 10179, - "end": 10185, + "start": 10362, + "end": 10368, "loc": { "start": { - "line": 261, + "line": 266, "column": 35 }, "end": { - "line": 261, + "line": 266, "column": 41 } } @@ -256190,15 +262288,15 @@ "binop": null, "updateContext": null }, - "start": 10185, - "end": 10186, + "start": 10368, + "end": 10369, "loc": { "start": { - "line": 261, + "line": 266, "column": 41 }, "end": { - "line": 261, + "line": 266, "column": 42 } } @@ -256216,15 +262314,15 @@ "binop": null }, "value": "wavesurfer", - "start": 10186, - "end": 10196, + "start": 10369, + "end": 10379, "loc": { "start": { - "line": 261, + "line": 266, "column": 42 }, "end": { - "line": 261, + "line": 266, "column": 52 } } @@ -256241,15 +262339,15 @@ "postfix": false, "binop": null }, - "start": 10196, - "end": 10197, + "start": 10379, + "end": 10380, "loc": { "start": { - "line": 261, + "line": 266, "column": 52 }, "end": { - "line": 261, + "line": 266, "column": 53 } } @@ -256266,15 +262364,15 @@ "postfix": false, "binop": null }, - "start": 10197, - "end": 10198, + "start": 10380, + "end": 10381, "loc": { "start": { - "line": 261, + "line": 266, "column": 53 }, "end": { - "line": 261, + "line": 266, "column": 54 } } @@ -256292,15 +262390,15 @@ "binop": null, "updateContext": null }, - "start": 10198, - "end": 10199, + "start": 10381, + "end": 10382, "loc": { "start": { - "line": 261, + "line": 266, "column": 54 }, "end": { - "line": 261, + "line": 266, "column": 55 } } @@ -256320,15 +262418,15 @@ "updateContext": null }, "value": "break", - "start": 10216, - "end": 10221, + "start": 10399, + "end": 10404, "loc": { "start": { - "line": 262, + "line": 267, "column": 16 }, "end": { - "line": 262, + "line": 267, "column": 21 } } @@ -256346,15 +262444,15 @@ "binop": null, "updateContext": null }, - "start": 10221, - "end": 10222, + "start": 10404, + "end": 10405, "loc": { "start": { - "line": 262, + "line": 267, "column": 21 }, "end": { - "line": 262, + "line": 267, "column": 22 } } @@ -256374,15 +262472,15 @@ "updateContext": null }, "value": "case", - "start": 10236, - "end": 10240, + "start": 10419, + "end": 10423, "loc": { "start": { - "line": 264, + "line": 269, "column": 12 }, "end": { - "line": 264, + "line": 269, "column": 16 } } @@ -256400,15 +262498,15 @@ "binop": null }, "value": "IMAGE_ONLY", - "start": 10241, - "end": 10251, + "start": 10424, + "end": 10434, "loc": { "start": { - "line": 264, + "line": 269, "column": 17 }, "end": { - "line": 264, + "line": 269, "column": 27 } } @@ -256426,15 +262524,15 @@ "binop": null, "updateContext": null }, - "start": 10251, - "end": 10252, + "start": 10434, + "end": 10435, "loc": { "start": { - "line": 264, + "line": 269, "column": 27 }, "end": { - "line": 264, + "line": 269, "column": 28 } } @@ -256454,15 +262552,15 @@ "updateContext": null }, "value": "case", - "start": 10265, - "end": 10269, + "start": 10448, + "end": 10452, "loc": { "start": { - "line": 265, + "line": 270, "column": 12 }, "end": { - "line": 265, + "line": 270, "column": 16 } } @@ -256480,15 +262578,15 @@ "binop": null }, "value": "VIDEO_ONLY", - "start": 10270, - "end": 10280, + "start": 10453, + "end": 10463, "loc": { "start": { - "line": 265, + "line": 270, "column": 17 }, "end": { - "line": 265, + "line": 270, "column": 27 } } @@ -256506,15 +262604,15 @@ "binop": null, "updateContext": null }, - "start": 10280, - "end": 10281, + "start": 10463, + "end": 10464, "loc": { "start": { - "line": 265, + "line": 270, "column": 27 }, "end": { - "line": 265, + "line": 270, "column": 28 } } @@ -256534,15 +262632,15 @@ "updateContext": null }, "value": "case", - "start": 10294, - "end": 10298, + "start": 10477, + "end": 10481, "loc": { "start": { - "line": 266, + "line": 271, "column": 12 }, "end": { - "line": 266, + "line": 271, "column": 16 } } @@ -256560,15 +262658,15 @@ "binop": null }, "value": "AUDIO_VIDEO", - "start": 10299, - "end": 10310, + "start": 10482, + "end": 10493, "loc": { "start": { - "line": 266, + "line": 271, "column": 17 }, "end": { - "line": 266, + "line": 271, "column": 28 } } @@ -256586,15 +262684,15 @@ "binop": null, "updateContext": null }, - "start": 10310, - "end": 10311, + "start": 10493, + "end": 10494, "loc": { "start": { - "line": 266, + "line": 271, "column": 28 }, "end": { - "line": 266, + "line": 271, "column": 29 } } @@ -256614,15 +262712,15 @@ "updateContext": null }, "value": "case", - "start": 10324, - "end": 10328, + "start": 10507, + "end": 10511, "loc": { "start": { - "line": 267, + "line": 272, "column": 12 }, "end": { - "line": 267, + "line": 272, "column": 16 } } @@ -256640,15 +262738,15 @@ "binop": null }, "value": "ANIMATION", - "start": 10329, - "end": 10338, + "start": 10512, + "end": 10521, "loc": { "start": { - "line": 267, + "line": 272, "column": 17 }, "end": { - "line": 267, + "line": 272, "column": 26 } } @@ -256666,15 +262764,15 @@ "binop": null, "updateContext": null }, - "start": 10338, - "end": 10339, + "start": 10521, + "end": 10522, "loc": { "start": { - "line": 267, + "line": 272, "column": 26 }, "end": { - "line": 267, + "line": 272, "column": 27 } } @@ -256694,15 +262792,15 @@ "updateContext": null }, "value": "case", - "start": 10352, - "end": 10356, + "start": 10535, + "end": 10539, "loc": { "start": { - "line": 268, + "line": 273, "column": 12 }, "end": { - "line": 268, + "line": 273, "column": 16 } } @@ -256720,15 +262818,15 @@ "binop": null }, "value": "SCREEN_ONLY", - "start": 10357, - "end": 10368, + "start": 10540, + "end": 10551, "loc": { "start": { - "line": 268, + "line": 273, "column": 17 }, "end": { - "line": 268, + "line": 273, "column": 28 } } @@ -256746,15 +262844,15 @@ "binop": null, "updateContext": null }, - "start": 10368, - "end": 10369, + "start": 10551, + "end": 10552, "loc": { "start": { - "line": 268, + "line": 273, "column": 28 }, "end": { - "line": 268, + "line": 273, "column": 29 } } @@ -256774,15 +262872,15 @@ "updateContext": null }, "value": "case", - "start": 10382, - "end": 10386, + "start": 10565, + "end": 10569, "loc": { "start": { - "line": 269, + "line": 274, "column": 12 }, "end": { - "line": 269, + "line": 274, "column": 16 } } @@ -256800,15 +262898,15 @@ "binop": null }, "value": "AUDIO_SCREEN", - "start": 10387, - "end": 10399, + "start": 10570, + "end": 10582, "loc": { "start": { - "line": 269, + "line": 274, "column": 17 }, "end": { - "line": 269, + "line": 274, "column": 29 } } @@ -256826,15 +262924,15 @@ "binop": null, "updateContext": null }, - "start": 10399, - "end": 10400, + "start": 10582, + "end": 10583, "loc": { "start": { - "line": 269, + "line": 274, "column": 29 }, "end": { - "line": 269, + "line": 274, "column": 30 } } @@ -256842,19 +262940,72 @@ { "type": "CommentLine", "value": " customize controls", - "start": 10417, - "end": 10438, + "start": 10600, + "end": 10621, "loc": { "start": { - "line": 270, + "line": 275, "column": 16 }, "end": { - "line": 270, + "line": 275, "column": 37 } } }, + { + "type": { + "label": "if", + "keyword": "if", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "if", + "start": 10638, + "end": 10640, + "loc": { + "start": { + "line": 276, + "column": 16 + }, + "end": { + "line": 276, + "column": 18 + } + } + }, + { + "type": { + "label": "(", + "beforeExpr": true, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 10641, + "end": 10642, + "loc": { + "start": { + "line": 276, + "column": 19 + }, + "end": { + "line": 276, + "column": 20 + } + } + }, { "type": { "label": "this", @@ -256870,16 +263021,16 @@ "updateContext": null }, "value": "this", - "start": 10455, - "end": 10459, + "start": 10642, + "end": 10646, "loc": { "start": { - "line": 271, - "column": 16 + "line": 276, + "column": 20 }, "end": { - "line": 271, - "column": 20 + "line": 276, + "column": 24 } } }, @@ -256896,16 +263047,251 @@ "binop": null, "updateContext": null }, - "start": 10459, - "end": 10460, + "start": 10646, + "end": 10647, "loc": { "start": { - "line": 271, + "line": 276, + "column": 24 + }, + "end": { + "line": 276, + "column": 25 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "player", + "start": 10647, + "end": 10653, + "loc": { + "start": { + "line": 276, + "column": 25 + }, + "end": { + "line": 276, + "column": 31 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 10653, + "end": 10654, + "loc": { + "start": { + "line": 276, + "column": 31 + }, + "end": { + "line": 276, + "column": 32 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "bigPlayButton", + "start": 10654, + "end": 10667, + "loc": { + "start": { + "line": 276, + "column": 32 + }, + "end": { + "line": 276, + "column": 45 + } + } + }, + { + "type": { + "label": "==/!=", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": 6, + "updateContext": null + }, + "value": "!==", + "start": 10668, + "end": 10671, + "loc": { + "start": { + "line": 276, + "column": 46 + }, + "end": { + "line": 276, + "column": 49 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "undefined", + "start": 10672, + "end": 10681, + "loc": { + "start": { + "line": 276, + "column": 50 + }, + "end": { + "line": 276, + "column": 59 + } + } + }, + { + "type": { + "label": ")", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 10681, + "end": 10682, + "loc": { + "start": { + "line": 276, + "column": 59 + }, + "end": { + "line": 276, + "column": 60 + } + } + }, + { + "type": { + "label": "{", + "beforeExpr": true, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 10683, + "end": 10684, + "loc": { + "start": { + "line": 276, + "column": 61 + }, + "end": { + "line": 276, + "column": 62 + } + } + }, + { + "type": { + "label": "this", + "keyword": "this", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "this", + "start": 10705, + "end": 10709, + "loc": { + "start": { + "line": 277, "column": 20 }, "end": { - "line": 271, - "column": 21 + "line": 277, + "column": 24 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 10709, + "end": 10710, + "loc": { + "start": { + "line": 277, + "column": 24 + }, + "end": { + "line": 277, + "column": 25 } } }, @@ -256922,16 +263308,16 @@ "binop": null }, "value": "player", - "start": 10460, - "end": 10466, + "start": 10710, + "end": 10716, "loc": { "start": { - "line": 271, - "column": 21 + "line": 277, + "column": 25 }, "end": { - "line": 271, - "column": 27 + "line": 277, + "column": 31 } } }, @@ -256948,16 +263334,16 @@ "binop": null, "updateContext": null }, - "start": 10466, - "end": 10467, + "start": 10716, + "end": 10717, "loc": { "start": { - "line": 271, - "column": 27 + "line": 277, + "column": 31 }, "end": { - "line": 271, - "column": 28 + "line": 277, + "column": 32 } } }, @@ -256974,16 +263360,16 @@ "binop": null }, "value": "bigPlayButton", - "start": 10467, - "end": 10480, + "start": 10717, + "end": 10730, "loc": { "start": { - "line": 271, - "column": 28 + "line": 277, + "column": 32 }, "end": { - "line": 271, - "column": 41 + "line": 277, + "column": 45 } } }, @@ -257000,16 +263386,16 @@ "binop": null, "updateContext": null }, - "start": 10480, - "end": 10481, + "start": 10730, + "end": 10731, "loc": { "start": { - "line": 271, - "column": 41 + "line": 277, + "column": 45 }, "end": { - "line": 271, - "column": 42 + "line": 277, + "column": 46 } } }, @@ -257026,16 +263412,16 @@ "binop": null }, "value": "hide", - "start": 10481, - "end": 10485, + "start": 10731, + "end": 10735, "loc": { "start": { - "line": 271, - "column": 42 + "line": 277, + "column": 46 }, "end": { - "line": 271, - "column": 46 + "line": 277, + "column": 50 } } }, @@ -257051,16 +263437,16 @@ "postfix": false, "binop": null }, - "start": 10485, - "end": 10486, + "start": 10735, + "end": 10736, "loc": { "start": { - "line": 271, - "column": 46 + "line": 277, + "column": 50 }, "end": { - "line": 271, - "column": 47 + "line": 277, + "column": 51 } } }, @@ -257076,16 +263462,16 @@ "postfix": false, "binop": null }, - "start": 10486, - "end": 10487, + "start": 10736, + "end": 10737, "loc": { "start": { - "line": 271, - "column": 47 + "line": 277, + "column": 51 }, "end": { - "line": 271, - "column": 48 + "line": 277, + "column": 52 } } }, @@ -257102,31 +263488,56 @@ "binop": null, "updateContext": null }, - "start": 10487, - "end": 10488, + "start": 10737, + "end": 10738, "loc": { "start": { - "line": 271, - "column": 48 + "line": 277, + "column": 52 }, "end": { - "line": 271, - "column": 49 + "line": 277, + "column": 53 + } + } + }, + { + "type": { + "label": "}", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 10755, + "end": 10756, + "loc": { + "start": { + "line": 278, + "column": 16 + }, + "end": { + "line": 278, + "column": 17 } } }, { "type": "CommentLine", "value": " 'loadedmetadata' and 'loadstart' events reset the", - "start": 10506, - "end": 10558, + "start": 10774, + "end": 10826, "loc": { "start": { - "line": 273, + "line": 280, "column": 16 }, "end": { - "line": 273, + "line": 280, "column": 68 } } @@ -257134,15 +263545,15 @@ { "type": "CommentLine", "value": " durationDisplay for the first time: prevent this", - "start": 10575, - "end": 10626, + "start": 10843, + "end": 10894, "loc": { "start": { - "line": 274, + "line": 281, "column": 16 }, "end": { - "line": 274, + "line": 281, "column": 67 } } @@ -257162,15 +263573,15 @@ "updateContext": null }, "value": "this", - "start": 10643, - "end": 10647, + "start": 10911, + "end": 10915, "loc": { "start": { - "line": 275, + "line": 282, "column": 16 }, "end": { - "line": 275, + "line": 282, "column": 20 } } @@ -257188,15 +263599,15 @@ "binop": null, "updateContext": null }, - "start": 10647, - "end": 10648, + "start": 10915, + "end": 10916, "loc": { "start": { - "line": 275, + "line": 282, "column": 20 }, "end": { - "line": 275, + "line": 282, "column": 21 } } @@ -257214,15 +263625,15 @@ "binop": null }, "value": "player", - "start": 10648, - "end": 10654, + "start": 10916, + "end": 10922, "loc": { "start": { - "line": 275, + "line": 282, "column": 21 }, "end": { - "line": 275, + "line": 282, "column": 27 } } @@ -257240,15 +263651,15 @@ "binop": null, "updateContext": null }, - "start": 10654, - "end": 10655, + "start": 10922, + "end": 10923, "loc": { "start": { - "line": 275, + "line": 282, "column": 27 }, "end": { - "line": 275, + "line": 282, "column": 28 } } @@ -257266,15 +263677,15 @@ "binop": null }, "value": "one", - "start": 10655, - "end": 10658, + "start": 10923, + "end": 10926, "loc": { "start": { - "line": 275, + "line": 282, "column": 28 }, "end": { - "line": 275, + "line": 282, "column": 31 } } @@ -257291,15 +263702,15 @@ "postfix": false, "binop": null }, - "start": 10658, - "end": 10659, + "start": 10926, + "end": 10927, "loc": { "start": { - "line": 275, + "line": 282, "column": 31 }, "end": { - "line": 275, + "line": 282, "column": 32 } } @@ -257317,15 +263728,15 @@ "binop": null }, "value": "Event", - "start": 10659, - "end": 10664, + "start": 10927, + "end": 10932, "loc": { "start": { - "line": 275, + "line": 282, "column": 32 }, "end": { - "line": 275, + "line": 282, "column": 37 } } @@ -257343,15 +263754,15 @@ "binop": null, "updateContext": null }, - "start": 10664, - "end": 10665, + "start": 10932, + "end": 10933, "loc": { "start": { - "line": 275, + "line": 282, "column": 37 }, "end": { - "line": 275, + "line": 282, "column": 38 } } @@ -257369,15 +263780,15 @@ "binop": null }, "value": "LOADEDMETADATA", - "start": 10665, - "end": 10679, + "start": 10933, + "end": 10947, "loc": { "start": { - "line": 275, + "line": 282, "column": 38 }, "end": { - "line": 275, + "line": 282, "column": 52 } } @@ -257395,15 +263806,15 @@ "binop": null, "updateContext": null }, - "start": 10679, - "end": 10680, + "start": 10947, + "end": 10948, "loc": { "start": { - "line": 275, + "line": 282, "column": 52 }, "end": { - "line": 275, + "line": 282, "column": 53 } } @@ -257420,15 +263831,15 @@ "postfix": false, "binop": null }, - "start": 10681, - "end": 10682, + "start": 10949, + "end": 10950, "loc": { "start": { - "line": 275, + "line": 282, "column": 54 }, "end": { - "line": 275, + "line": 282, "column": 55 } } @@ -257445,15 +263856,15 @@ "postfix": false, "binop": null }, - "start": 10682, - "end": 10683, + "start": 10950, + "end": 10951, "loc": { "start": { - "line": 275, + "line": 282, "column": 55 }, "end": { - "line": 275, + "line": 282, "column": 56 } } @@ -257471,15 +263882,15 @@ "binop": null, "updateContext": null }, - "start": 10684, - "end": 10686, + "start": 10952, + "end": 10954, "loc": { "start": { - "line": 275, + "line": 282, "column": 57 }, "end": { - "line": 275, + "line": 282, "column": 59 } } @@ -257496,15 +263907,15 @@ "postfix": false, "binop": null }, - "start": 10687, - "end": 10688, + "start": 10955, + "end": 10956, "loc": { "start": { - "line": 275, + "line": 282, "column": 60 }, "end": { - "line": 275, + "line": 282, "column": 61 } } @@ -257512,15 +263923,15 @@ { "type": "CommentLine", "value": " display max record time", - "start": 10709, - "end": 10735, + "start": 10977, + "end": 11003, "loc": { "start": { - "line": 276, + "line": 283, "column": 20 }, "end": { - "line": 276, + "line": 283, "column": 46 } } @@ -257540,15 +263951,15 @@ "updateContext": null }, "value": "this", - "start": 10756, - "end": 10760, + "start": 11024, + "end": 11028, "loc": { "start": { - "line": 277, + "line": 284, "column": 20 }, "end": { - "line": 277, + "line": 284, "column": 24 } } @@ -257566,15 +263977,15 @@ "binop": null, "updateContext": null }, - "start": 10760, - "end": 10761, + "start": 11028, + "end": 11029, "loc": { "start": { - "line": 277, + "line": 284, "column": 24 }, "end": { - "line": 277, + "line": 284, "column": 25 } } @@ -257592,15 +264003,15 @@ "binop": null }, "value": "setDuration", - "start": 10761, - "end": 10772, + "start": 11029, + "end": 11040, "loc": { "start": { - "line": 277, + "line": 284, "column": 25 }, "end": { - "line": 277, + "line": 284, "column": 36 } } @@ -257617,15 +264028,15 @@ "postfix": false, "binop": null }, - "start": 10772, - "end": 10773, + "start": 11040, + "end": 11041, "loc": { "start": { - "line": 277, + "line": 284, "column": 36 }, "end": { - "line": 277, + "line": 284, "column": 37 } } @@ -257645,15 +264056,15 @@ "updateContext": null }, "value": "this", - "start": 10773, - "end": 10777, + "start": 11041, + "end": 11045, "loc": { "start": { - "line": 277, + "line": 284, "column": 37 }, "end": { - "line": 277, + "line": 284, "column": 41 } } @@ -257671,15 +264082,15 @@ "binop": null, "updateContext": null }, - "start": 10777, - "end": 10778, + "start": 11045, + "end": 11046, "loc": { "start": { - "line": 277, + "line": 284, "column": 41 }, "end": { - "line": 277, + "line": 284, "column": 42 } } @@ -257697,15 +264108,15 @@ "binop": null }, "value": "maxLength", - "start": 10778, - "end": 10787, + "start": 11046, + "end": 11055, "loc": { "start": { - "line": 277, + "line": 284, "column": 42 }, "end": { - "line": 277, + "line": 284, "column": 51 } } @@ -257722,15 +264133,15 @@ "postfix": false, "binop": null }, - "start": 10787, - "end": 10788, + "start": 11055, + "end": 11056, "loc": { "start": { - "line": 277, + "line": 284, "column": 51 }, "end": { - "line": 277, + "line": 284, "column": 52 } } @@ -257748,15 +264159,15 @@ "binop": null, "updateContext": null }, - "start": 10788, - "end": 10789, + "start": 11056, + "end": 11057, "loc": { "start": { - "line": 277, + "line": 284, "column": 52 }, "end": { - "line": 277, + "line": 284, "column": 53 } } @@ -257773,15 +264184,15 @@ "postfix": false, "binop": null }, - "start": 10806, - "end": 10807, + "start": 11074, + "end": 11075, "loc": { "start": { - "line": 278, + "line": 285, "column": 16 }, "end": { - "line": 278, + "line": 285, "column": 17 } } @@ -257798,15 +264209,15 @@ "postfix": false, "binop": null }, - "start": 10807, - "end": 10808, + "start": 11075, + "end": 11076, "loc": { "start": { - "line": 278, + "line": 285, "column": 17 }, "end": { - "line": 278, + "line": 285, "column": 18 } } @@ -257824,15 +264235,15 @@ "binop": null, "updateContext": null }, - "start": 10808, - "end": 10809, + "start": 11076, + "end": 11077, "loc": { "start": { - "line": 278, + "line": 285, "column": 18 }, "end": { - "line": 278, + "line": 285, "column": 19 } } @@ -257852,15 +264263,15 @@ "updateContext": null }, "value": "this", - "start": 10826, - "end": 10830, + "start": 11094, + "end": 11098, "loc": { "start": { - "line": 279, + "line": 286, "column": 16 }, "end": { - "line": 279, + "line": 286, "column": 20 } } @@ -257878,15 +264289,15 @@ "binop": null, "updateContext": null }, - "start": 10830, - "end": 10831, + "start": 11098, + "end": 11099, "loc": { "start": { - "line": 279, + "line": 286, "column": 20 }, "end": { - "line": 279, + "line": 286, "column": 21 } } @@ -257904,15 +264315,15 @@ "binop": null }, "value": "player", - "start": 10831, - "end": 10837, + "start": 11099, + "end": 11105, "loc": { "start": { - "line": 279, + "line": 286, "column": 21 }, "end": { - "line": 279, + "line": 286, "column": 27 } } @@ -257930,15 +264341,15 @@ "binop": null, "updateContext": null }, - "start": 10837, - "end": 10838, + "start": 11105, + "end": 11106, "loc": { "start": { - "line": 279, + "line": 286, "column": 27 }, "end": { - "line": 279, + "line": 286, "column": 28 } } @@ -257956,15 +264367,15 @@ "binop": null }, "value": "one", - "start": 10838, - "end": 10841, + "start": 11106, + "end": 11109, "loc": { "start": { - "line": 279, + "line": 286, "column": 28 }, "end": { - "line": 279, + "line": 286, "column": 31 } } @@ -257981,15 +264392,15 @@ "postfix": false, "binop": null }, - "start": 10841, - "end": 10842, + "start": 11109, + "end": 11110, "loc": { "start": { - "line": 279, + "line": 286, "column": 31 }, "end": { - "line": 279, + "line": 286, "column": 32 } } @@ -258007,15 +264418,15 @@ "binop": null }, "value": "Event", - "start": 10842, - "end": 10847, + "start": 11110, + "end": 11115, "loc": { "start": { - "line": 279, + "line": 286, "column": 32 }, "end": { - "line": 279, + "line": 286, "column": 37 } } @@ -258033,15 +264444,15 @@ "binop": null, "updateContext": null }, - "start": 10847, - "end": 10848, + "start": 11115, + "end": 11116, "loc": { "start": { - "line": 279, + "line": 286, "column": 37 }, "end": { - "line": 279, + "line": 286, "column": 38 } } @@ -258059,15 +264470,15 @@ "binop": null }, "value": "LOADSTART", - "start": 10848, - "end": 10857, + "start": 11116, + "end": 11125, "loc": { "start": { - "line": 279, + "line": 286, "column": 38 }, "end": { - "line": 279, + "line": 286, "column": 47 } } @@ -258085,15 +264496,15 @@ "binop": null, "updateContext": null }, - "start": 10857, - "end": 10858, + "start": 11125, + "end": 11126, "loc": { "start": { - "line": 279, + "line": 286, "column": 47 }, "end": { - "line": 279, + "line": 286, "column": 48 } } @@ -258110,15 +264521,15 @@ "postfix": false, "binop": null }, - "start": 10859, - "end": 10860, + "start": 11127, + "end": 11128, "loc": { "start": { - "line": 279, + "line": 286, "column": 49 }, "end": { - "line": 279, + "line": 286, "column": 50 } } @@ -258135,15 +264546,15 @@ "postfix": false, "binop": null }, - "start": 10860, - "end": 10861, + "start": 11128, + "end": 11129, "loc": { "start": { - "line": 279, + "line": 286, "column": 50 }, "end": { - "line": 279, + "line": 286, "column": 51 } } @@ -258161,15 +264572,15 @@ "binop": null, "updateContext": null }, - "start": 10862, - "end": 10864, + "start": 11130, + "end": 11132, "loc": { "start": { - "line": 279, + "line": 286, "column": 52 }, "end": { - "line": 279, + "line": 286, "column": 54 } } @@ -258186,15 +264597,15 @@ "postfix": false, "binop": null }, - "start": 10865, - "end": 10866, + "start": 11133, + "end": 11134, "loc": { "start": { - "line": 279, + "line": 286, "column": 55 }, "end": { - "line": 279, + "line": 286, "column": 56 } } @@ -258202,15 +264613,15 @@ { "type": "CommentLine", "value": " display max record time", - "start": 10887, - "end": 10913, + "start": 11155, + "end": 11181, "loc": { "start": { - "line": 280, + "line": 287, "column": 20 }, "end": { - "line": 280, + "line": 287, "column": 46 } } @@ -258230,15 +264641,15 @@ "updateContext": null }, "value": "this", - "start": 10934, - "end": 10938, + "start": 11202, + "end": 11206, "loc": { "start": { - "line": 281, + "line": 288, "column": 20 }, "end": { - "line": 281, + "line": 288, "column": 24 } } @@ -258256,15 +264667,15 @@ "binop": null, "updateContext": null }, - "start": 10938, - "end": 10939, + "start": 11206, + "end": 11207, "loc": { "start": { - "line": 281, + "line": 288, "column": 24 }, "end": { - "line": 281, + "line": 288, "column": 25 } } @@ -258282,15 +264693,15 @@ "binop": null }, "value": "setDuration", - "start": 10939, - "end": 10950, + "start": 11207, + "end": 11218, "loc": { "start": { - "line": 281, + "line": 288, "column": 25 }, "end": { - "line": 281, + "line": 288, "column": 36 } } @@ -258307,15 +264718,15 @@ "postfix": false, "binop": null }, - "start": 10950, - "end": 10951, + "start": 11218, + "end": 11219, "loc": { "start": { - "line": 281, + "line": 288, "column": 36 }, "end": { - "line": 281, + "line": 288, "column": 37 } } @@ -258335,15 +264746,15 @@ "updateContext": null }, "value": "this", - "start": 10951, - "end": 10955, + "start": 11219, + "end": 11223, "loc": { "start": { - "line": 281, + "line": 288, "column": 37 }, "end": { - "line": 281, + "line": 288, "column": 41 } } @@ -258361,15 +264772,15 @@ "binop": null, "updateContext": null }, - "start": 10955, - "end": 10956, + "start": 11223, + "end": 11224, "loc": { "start": { - "line": 281, + "line": 288, "column": 41 }, "end": { - "line": 281, + "line": 288, "column": 42 } } @@ -258387,15 +264798,15 @@ "binop": null }, "value": "maxLength", - "start": 10956, - "end": 10965, + "start": 11224, + "end": 11233, "loc": { "start": { - "line": 281, + "line": 288, "column": 42 }, "end": { - "line": 281, + "line": 288, "column": 51 } } @@ -258412,15 +264823,15 @@ "postfix": false, "binop": null }, - "start": 10965, - "end": 10966, + "start": 11233, + "end": 11234, "loc": { "start": { - "line": 281, + "line": 288, "column": 51 }, "end": { - "line": 281, + "line": 288, "column": 52 } } @@ -258438,15 +264849,15 @@ "binop": null, "updateContext": null }, - "start": 10966, - "end": 10967, + "start": 11234, + "end": 11235, "loc": { "start": { - "line": 281, + "line": 288, "column": 52 }, "end": { - "line": 281, + "line": 288, "column": 53 } } @@ -258463,15 +264874,15 @@ "postfix": false, "binop": null }, - "start": 10984, - "end": 10985, + "start": 11252, + "end": 11253, "loc": { "start": { - "line": 282, + "line": 289, "column": 16 }, "end": { - "line": 282, + "line": 289, "column": 17 } } @@ -258488,15 +264899,15 @@ "postfix": false, "binop": null }, - "start": 10985, - "end": 10986, + "start": 11253, + "end": 11254, "loc": { "start": { - "line": 282, + "line": 289, "column": 17 }, "end": { - "line": 282, + "line": 289, "column": 18 } } @@ -258514,15 +264925,15 @@ "binop": null, "updateContext": null }, - "start": 10986, - "end": 10987, + "start": 11254, + "end": 11255, "loc": { "start": { - "line": 282, + "line": 289, "column": 18 }, "end": { - "line": 282, + "line": 289, "column": 19 } } @@ -258530,15 +264941,15 @@ { "type": "CommentLine", "value": " the native controls don't work for this UI so disable", - "start": 11005, - "end": 11061, + "start": 11273, + "end": 11329, "loc": { "start": { - "line": 284, + "line": 291, "column": 16 }, "end": { - "line": 284, + "line": 291, "column": 72 } } @@ -258546,15 +264957,15 @@ { "type": "CommentLine", "value": " them no matter what", - "start": 11078, - "end": 11100, + "start": 11346, + "end": 11368, "loc": { "start": { - "line": 285, + "line": 292, "column": 16 }, "end": { - "line": 285, + "line": 292, "column": 38 } } @@ -258574,15 +264985,15 @@ "updateContext": null }, "value": "if", - "start": 11117, - "end": 11119, + "start": 11385, + "end": 11387, "loc": { "start": { - "line": 286, + "line": 293, "column": 16 }, "end": { - "line": 286, + "line": 293, "column": 18 } } @@ -258599,15 +265010,15 @@ "postfix": false, "binop": null }, - "start": 11120, - "end": 11121, + "start": 11388, + "end": 11389, "loc": { "start": { - "line": 286, + "line": 293, "column": 19 }, "end": { - "line": 286, + "line": 293, "column": 20 } } @@ -258627,15 +265038,15 @@ "updateContext": null }, "value": "this", - "start": 11121, - "end": 11125, + "start": 11389, + "end": 11393, "loc": { "start": { - "line": 286, + "line": 293, "column": 20 }, "end": { - "line": 286, + "line": 293, "column": 24 } } @@ -258653,15 +265064,15 @@ "binop": null, "updateContext": null }, - "start": 11125, - "end": 11126, + "start": 11393, + "end": 11394, "loc": { "start": { - "line": 286, + "line": 293, "column": 24 }, "end": { - "line": 286, + "line": 293, "column": 25 } } @@ -258679,15 +265090,15 @@ "binop": null }, "value": "player", - "start": 11126, - "end": 11132, + "start": 11394, + "end": 11400, "loc": { "start": { - "line": 286, + "line": 293, "column": 25 }, "end": { - "line": 286, + "line": 293, "column": 31 } } @@ -258705,15 +265116,15 @@ "binop": null, "updateContext": null }, - "start": 11132, - "end": 11133, + "start": 11400, + "end": 11401, "loc": { "start": { - "line": 286, + "line": 293, "column": 31 }, "end": { - "line": 286, + "line": 293, "column": 32 } } @@ -258731,15 +265142,15 @@ "binop": null }, "value": "usingNativeControls_", - "start": 11133, - "end": 11153, + "start": 11401, + "end": 11421, "loc": { "start": { - "line": 286, + "line": 293, "column": 32 }, "end": { - "line": 286, + "line": 293, "column": 52 } } @@ -258758,15 +265169,15 @@ "updateContext": null }, "value": "===", - "start": 11154, - "end": 11157, + "start": 11422, + "end": 11425, "loc": { "start": { - "line": 286, + "line": 293, "column": 53 }, "end": { - "line": 286, + "line": 293, "column": 56 } } @@ -258786,15 +265197,15 @@ "updateContext": null }, "value": "true", - "start": 11158, - "end": 11162, + "start": 11426, + "end": 11430, "loc": { "start": { - "line": 286, + "line": 293, "column": 57 }, "end": { - "line": 286, + "line": 293, "column": 61 } } @@ -258811,15 +265222,15 @@ "postfix": false, "binop": null }, - "start": 11162, - "end": 11163, + "start": 11430, + "end": 11431, "loc": { "start": { - "line": 286, + "line": 293, "column": 61 }, "end": { - "line": 286, + "line": 293, "column": 62 } } @@ -258836,15 +265247,15 @@ "postfix": false, "binop": null }, - "start": 11164, - "end": 11165, + "start": 11432, + "end": 11433, "loc": { "start": { - "line": 286, + "line": 293, "column": 63 }, "end": { - "line": 286, + "line": 293, "column": 64 } } @@ -258864,15 +265275,15 @@ "updateContext": null }, "value": "if", - "start": 11186, - "end": 11188, + "start": 11454, + "end": 11456, "loc": { "start": { - "line": 287, + "line": 294, "column": 20 }, "end": { - "line": 287, + "line": 294, "column": 22 } } @@ -258889,15 +265300,15 @@ "postfix": false, "binop": null }, - "start": 11189, - "end": 11190, + "start": 11457, + "end": 11458, "loc": { "start": { - "line": 287, + "line": 294, "column": 23 }, "end": { - "line": 287, + "line": 294, "column": 24 } } @@ -258917,15 +265328,15 @@ "updateContext": null }, "value": "this", - "start": 11190, - "end": 11194, + "start": 11458, + "end": 11462, "loc": { "start": { - "line": 287, + "line": 294, "column": 24 }, "end": { - "line": 287, + "line": 294, "column": 28 } } @@ -258943,15 +265354,15 @@ "binop": null, "updateContext": null }, - "start": 11194, - "end": 11195, + "start": 11462, + "end": 11463, "loc": { "start": { - "line": 287, + "line": 294, "column": 28 }, "end": { - "line": 287, + "line": 294, "column": 29 } } @@ -258969,15 +265380,15 @@ "binop": null }, "value": "player", - "start": 11195, - "end": 11201, + "start": 11463, + "end": 11469, "loc": { "start": { - "line": 287, + "line": 294, "column": 29 }, "end": { - "line": 287, + "line": 294, "column": 35 } } @@ -258995,15 +265406,15 @@ "binop": null, "updateContext": null }, - "start": 11201, - "end": 11202, + "start": 11469, + "end": 11470, "loc": { "start": { - "line": 287, + "line": 294, "column": 35 }, "end": { - "line": 287, + "line": 294, "column": 36 } } @@ -259021,15 +265432,15 @@ "binop": null }, "value": "tech_", - "start": 11202, - "end": 11207, + "start": 11470, + "end": 11475, "loc": { "start": { - "line": 287, + "line": 294, "column": 36 }, "end": { - "line": 287, + "line": 294, "column": 41 } } @@ -259047,15 +265458,15 @@ "binop": null, "updateContext": null }, - "start": 11207, - "end": 11208, + "start": 11475, + "end": 11476, "loc": { "start": { - "line": 287, + "line": 294, "column": 41 }, "end": { - "line": 287, + "line": 294, "column": 42 } } @@ -259073,15 +265484,15 @@ "binop": null }, "value": "el_", - "start": 11208, - "end": 11211, + "start": 11476, + "end": 11479, "loc": { "start": { - "line": 287, + "line": 294, "column": 42 }, "end": { - "line": 287, + "line": 294, "column": 45 } } @@ -259100,15 +265511,15 @@ "updateContext": null }, "value": "!==", - "start": 11212, - "end": 11215, + "start": 11480, + "end": 11483, "loc": { "start": { - "line": 287, + "line": 294, "column": 46 }, "end": { - "line": 287, + "line": 294, "column": 49 } } @@ -259126,15 +265537,15 @@ "binop": null }, "value": "undefined", - "start": 11216, - "end": 11225, + "start": 11484, + "end": 11493, "loc": { "start": { - "line": 287, + "line": 294, "column": 50 }, "end": { - "line": 287, + "line": 294, "column": 59 } } @@ -259151,15 +265562,15 @@ "postfix": false, "binop": null }, - "start": 11225, - "end": 11226, + "start": 11493, + "end": 11494, "loc": { "start": { - "line": 287, + "line": 294, "column": 59 }, "end": { - "line": 287, + "line": 294, "column": 60 } } @@ -259176,15 +265587,15 @@ "postfix": false, "binop": null }, - "start": 11227, - "end": 11228, + "start": 11495, + "end": 11496, "loc": { "start": { - "line": 287, + "line": 294, "column": 61 }, "end": { - "line": 287, + "line": 294, "column": 62 } } @@ -259204,15 +265615,15 @@ "updateContext": null }, "value": "this", - "start": 11253, - "end": 11257, + "start": 11521, + "end": 11525, "loc": { "start": { - "line": 288, + "line": 295, "column": 24 }, "end": { - "line": 288, + "line": 295, "column": 28 } } @@ -259230,15 +265641,15 @@ "binop": null, "updateContext": null }, - "start": 11257, - "end": 11258, + "start": 11525, + "end": 11526, "loc": { "start": { - "line": 288, + "line": 295, "column": 28 }, "end": { - "line": 288, + "line": 295, "column": 29 } } @@ -259256,15 +265667,15 @@ "binop": null }, "value": "player", - "start": 11258, - "end": 11264, + "start": 11526, + "end": 11532, "loc": { "start": { - "line": 288, + "line": 295, "column": 29 }, "end": { - "line": 288, + "line": 295, "column": 35 } } @@ -259282,15 +265693,15 @@ "binop": null, "updateContext": null }, - "start": 11264, - "end": 11265, + "start": 11532, + "end": 11533, "loc": { "start": { - "line": 288, + "line": 295, "column": 35 }, "end": { - "line": 288, + "line": 295, "column": 36 } } @@ -259308,15 +265719,15 @@ "binop": null }, "value": "tech_", - "start": 11265, - "end": 11270, + "start": 11533, + "end": 11538, "loc": { "start": { - "line": 288, + "line": 295, "column": 36 }, "end": { - "line": 288, + "line": 295, "column": 41 } } @@ -259334,15 +265745,15 @@ "binop": null, "updateContext": null }, - "start": 11270, - "end": 11271, + "start": 11538, + "end": 11539, "loc": { "start": { - "line": 288, + "line": 295, "column": 41 }, "end": { - "line": 288, + "line": 295, "column": 42 } } @@ -259360,15 +265771,15 @@ "binop": null }, "value": "el_", - "start": 11271, - "end": 11274, + "start": 11539, + "end": 11542, "loc": { "start": { - "line": 288, + "line": 295, "column": 42 }, "end": { - "line": 288, + "line": 295, "column": 45 } } @@ -259386,15 +265797,15 @@ "binop": null, "updateContext": null }, - "start": 11274, - "end": 11275, + "start": 11542, + "end": 11543, "loc": { "start": { - "line": 288, + "line": 295, "column": 45 }, "end": { - "line": 288, + "line": 295, "column": 46 } } @@ -259412,15 +265823,15 @@ "binop": null }, "value": "controls", - "start": 11275, - "end": 11283, + "start": 11543, + "end": 11551, "loc": { "start": { - "line": 288, + "line": 295, "column": 46 }, "end": { - "line": 288, + "line": 295, "column": 54 } } @@ -259439,15 +265850,15 @@ "updateContext": null }, "value": "=", - "start": 11284, - "end": 11285, + "start": 11552, + "end": 11553, "loc": { "start": { - "line": 288, + "line": 295, "column": 55 }, "end": { - "line": 288, + "line": 295, "column": 56 } } @@ -259467,15 +265878,15 @@ "updateContext": null }, "value": "false", - "start": 11286, - "end": 11291, + "start": 11554, + "end": 11559, "loc": { "start": { - "line": 288, + "line": 295, "column": 57 }, "end": { - "line": 288, + "line": 295, "column": 62 } } @@ -259493,15 +265904,15 @@ "binop": null, "updateContext": null }, - "start": 11291, - "end": 11292, + "start": 11559, + "end": 11560, "loc": { "start": { - "line": 288, + "line": 295, "column": 62 }, "end": { - "line": 288, + "line": 295, "column": 63 } } @@ -259518,15 +265929,15 @@ "postfix": false, "binop": null }, - "start": 11313, - "end": 11314, + "start": 11581, + "end": 11582, "loc": { "start": { - "line": 289, + "line": 296, "column": 20 }, "end": { - "line": 289, + "line": 296, "column": 21 } } @@ -259543,15 +265954,15 @@ "postfix": false, "binop": null }, - "start": 11331, - "end": 11332, + "start": 11599, + "end": 11600, "loc": { "start": { - "line": 290, + "line": 297, "column": 16 }, "end": { - "line": 290, + "line": 297, "column": 17 } } @@ -259559,15 +265970,15 @@ { "type": "CommentLine", "value": " clicking or tapping the player video element should not try", - "start": 11350, - "end": 11412, + "start": 11618, + "end": 11680, "loc": { "start": { - "line": 292, + "line": 299, "column": 16 }, "end": { - "line": 292, + "line": 299, "column": 78 } } @@ -259575,15 +265986,15 @@ { "type": "CommentLine", "value": " to start playback", - "start": 11429, - "end": 11449, + "start": 11697, + "end": 11717, "loc": { "start": { - "line": 293, + "line": 300, "column": 16 }, "end": { - "line": 293, + "line": 300, "column": 36 } } @@ -259603,15 +266014,15 @@ "updateContext": null }, "value": "this", - "start": 11466, - "end": 11470, + "start": 11734, + "end": 11738, "loc": { "start": { - "line": 294, + "line": 301, "column": 16 }, "end": { - "line": 294, + "line": 301, "column": 20 } } @@ -259629,15 +266040,15 @@ "binop": null, "updateContext": null }, - "start": 11470, - "end": 11471, + "start": 11738, + "end": 11739, "loc": { "start": { - "line": 294, + "line": 301, "column": 20 }, "end": { - "line": 294, + "line": 301, "column": 21 } } @@ -259655,15 +266066,15 @@ "binop": null }, "value": "player", - "start": 11471, - "end": 11477, + "start": 11739, + "end": 11745, "loc": { "start": { - "line": 294, + "line": 301, "column": 21 }, "end": { - "line": 294, + "line": 301, "column": 27 } } @@ -259681,15 +266092,15 @@ "binop": null, "updateContext": null }, - "start": 11477, - "end": 11478, + "start": 11745, + "end": 11746, "loc": { "start": { - "line": 294, + "line": 301, "column": 27 }, "end": { - "line": 294, + "line": 301, "column": 28 } } @@ -259707,15 +266118,15 @@ "binop": null }, "value": "removeTechControlsListeners_", - "start": 11478, - "end": 11506, + "start": 11746, + "end": 11774, "loc": { "start": { - "line": 294, + "line": 301, "column": 28 }, "end": { - "line": 294, + "line": 301, "column": 56 } } @@ -259732,15 +266143,15 @@ "postfix": false, "binop": null }, - "start": 11506, - "end": 11507, + "start": 11774, + "end": 11775, "loc": { "start": { - "line": 294, + "line": 301, "column": 56 }, "end": { - "line": 294, + "line": 301, "column": 57 } } @@ -259757,15 +266168,15 @@ "postfix": false, "binop": null }, - "start": 11507, - "end": 11508, + "start": 11775, + "end": 11776, "loc": { "start": { - "line": 294, + "line": 301, "column": 57 }, "end": { - "line": 294, + "line": 301, "column": 58 } } @@ -259783,15 +266194,15 @@ "binop": null, "updateContext": null }, - "start": 11508, - "end": 11509, + "start": 11776, + "end": 11777, "loc": { "start": { - "line": 294, + "line": 301, "column": 58 }, "end": { - "line": 294, + "line": 301, "column": 59 } } @@ -259811,15 +266222,15 @@ "updateContext": null }, "value": "if", - "start": 11527, - "end": 11529, + "start": 11795, + "end": 11797, "loc": { "start": { - "line": 296, + "line": 303, "column": 16 }, "end": { - "line": 296, + "line": 303, "column": 18 } } @@ -259836,15 +266247,15 @@ "postfix": false, "binop": null }, - "start": 11530, - "end": 11531, + "start": 11798, + "end": 11799, "loc": { "start": { - "line": 296, + "line": 303, "column": 19 }, "end": { - "line": 296, + "line": 303, "column": 20 } } @@ -259864,15 +266275,15 @@ "updateContext": null }, "value": "this", - "start": 11531, - "end": 11535, + "start": 11799, + "end": 11803, "loc": { "start": { - "line": 296, + "line": 303, "column": 20 }, "end": { - "line": 296, + "line": 303, "column": 24 } } @@ -259890,15 +266301,15 @@ "binop": null, "updateContext": null }, - "start": 11535, - "end": 11536, + "start": 11803, + "end": 11804, "loc": { "start": { - "line": 296, + "line": 303, "column": 24 }, "end": { - "line": 296, + "line": 303, "column": 25 } } @@ -259916,15 +266327,15 @@ "binop": null }, "value": "player", - "start": 11536, - "end": 11542, + "start": 11804, + "end": 11810, "loc": { "start": { - "line": 296, + "line": 303, "column": 25 }, "end": { - "line": 296, + "line": 303, "column": 31 } } @@ -259942,15 +266353,15 @@ "binop": null, "updateContext": null }, - "start": 11542, - "end": 11543, + "start": 11810, + "end": 11811, "loc": { "start": { - "line": 296, + "line": 303, "column": 31 }, "end": { - "line": 296, + "line": 303, "column": 32 } } @@ -259968,15 +266379,15 @@ "binop": null }, "value": "options_", - "start": 11543, - "end": 11551, + "start": 11811, + "end": 11819, "loc": { "start": { - "line": 296, + "line": 303, "column": 32 }, "end": { - "line": 296, + "line": 303, "column": 40 } } @@ -259994,15 +266405,15 @@ "binop": null, "updateContext": null }, - "start": 11551, - "end": 11552, + "start": 11819, + "end": 11820, "loc": { "start": { - "line": 296, + "line": 303, "column": 40 }, "end": { - "line": 296, + "line": 303, "column": 41 } } @@ -260020,15 +266431,15 @@ "binop": null }, "value": "controls", - "start": 11552, - "end": 11560, + "start": 11820, + "end": 11828, "loc": { "start": { - "line": 296, + "line": 303, "column": 41 }, "end": { - "line": 296, + "line": 303, "column": 49 } } @@ -260045,15 +266456,15 @@ "postfix": false, "binop": null }, - "start": 11560, - "end": 11561, + "start": 11828, + "end": 11829, "loc": { "start": { - "line": 296, + "line": 303, "column": 49 }, "end": { - "line": 296, + "line": 303, "column": 50 } } @@ -260070,15 +266481,15 @@ "postfix": false, "binop": null }, - "start": 11562, - "end": 11563, + "start": 11830, + "end": 11831, "loc": { "start": { - "line": 296, + "line": 303, "column": 51 }, "end": { - "line": 296, + "line": 303, "column": 52 } } @@ -260086,15 +266497,15 @@ { "type": "CommentLine", "value": " progress control isn't used by this plugin, hide if present", - "start": 11584, - "end": 11646, + "start": 11852, + "end": 11914, "loc": { "start": { - "line": 297, + "line": 304, "column": 20 }, "end": { - "line": 297, + "line": 304, "column": 82 } } @@ -260114,15 +266525,15 @@ "updateContext": null }, "value": "if", - "start": 11667, - "end": 11669, + "start": 11935, + "end": 11937, "loc": { "start": { - "line": 298, + "line": 305, "column": 20 }, "end": { - "line": 298, + "line": 305, "column": 22 } } @@ -260139,15 +266550,15 @@ "postfix": false, "binop": null }, - "start": 11670, - "end": 11671, + "start": 11938, + "end": 11939, "loc": { "start": { - "line": 298, + "line": 305, "column": 23 }, "end": { - "line": 298, + "line": 305, "column": 24 } } @@ -260167,15 +266578,15 @@ "updateContext": null }, "value": "this", - "start": 11671, - "end": 11675, + "start": 11939, + "end": 11943, "loc": { "start": { - "line": 298, + "line": 305, "column": 24 }, "end": { - "line": 298, + "line": 305, "column": 28 } } @@ -260193,15 +266604,15 @@ "binop": null, "updateContext": null }, - "start": 11675, - "end": 11676, + "start": 11943, + "end": 11944, "loc": { "start": { - "line": 298, + "line": 305, "column": 28 }, "end": { - "line": 298, + "line": 305, "column": 29 } } @@ -260219,15 +266630,15 @@ "binop": null }, "value": "player", - "start": 11676, - "end": 11682, + "start": 11944, + "end": 11950, "loc": { "start": { - "line": 298, + "line": 305, "column": 29 }, "end": { - "line": 298, + "line": 305, "column": 35 } } @@ -260245,15 +266656,15 @@ "binop": null, "updateContext": null }, - "start": 11682, - "end": 11683, + "start": 11950, + "end": 11951, "loc": { "start": { - "line": 298, + "line": 305, "column": 35 }, "end": { - "line": 298, + "line": 305, "column": 36 } } @@ -260271,15 +266682,15 @@ "binop": null }, "value": "controlBar", - "start": 11683, - "end": 11693, + "start": 11951, + "end": 11961, "loc": { "start": { - "line": 298, + "line": 305, "column": 36 }, "end": { - "line": 298, + "line": 305, "column": 46 } } @@ -260297,15 +266708,15 @@ "binop": null, "updateContext": null }, - "start": 11693, - "end": 11694, + "start": 11961, + "end": 11962, "loc": { "start": { - "line": 298, + "line": 305, "column": 46 }, "end": { - "line": 298, + "line": 305, "column": 47 } } @@ -260323,15 +266734,15 @@ "binop": null }, "value": "progressControl", - "start": 11694, - "end": 11709, + "start": 11962, + "end": 11977, "loc": { "start": { - "line": 298, + "line": 305, "column": 47 }, "end": { - "line": 298, + "line": 305, "column": 62 } } @@ -260350,15 +266761,15 @@ "updateContext": null }, "value": "!==", - "start": 11710, - "end": 11713, + "start": 11978, + "end": 11981, "loc": { "start": { - "line": 298, + "line": 305, "column": 63 }, "end": { - "line": 298, + "line": 305, "column": 66 } } @@ -260376,15 +266787,15 @@ "binop": null }, "value": "undefined", - "start": 11714, - "end": 11723, + "start": 11982, + "end": 11991, "loc": { "start": { - "line": 298, + "line": 305, "column": 67 }, "end": { - "line": 298, + "line": 305, "column": 76 } } @@ -260401,15 +266812,15 @@ "postfix": false, "binop": null }, - "start": 11723, - "end": 11724, + "start": 11991, + "end": 11992, "loc": { "start": { - "line": 298, + "line": 305, "column": 76 }, "end": { - "line": 298, + "line": 305, "column": 77 } } @@ -260426,15 +266837,15 @@ "postfix": false, "binop": null }, - "start": 11725, - "end": 11726, + "start": 11993, + "end": 11994, "loc": { "start": { - "line": 298, + "line": 305, "column": 78 }, "end": { - "line": 298, + "line": 305, "column": 79 } } @@ -260454,15 +266865,15 @@ "updateContext": null }, "value": "this", - "start": 11751, - "end": 11755, + "start": 12019, + "end": 12023, "loc": { "start": { - "line": 299, + "line": 306, "column": 24 }, "end": { - "line": 299, + "line": 306, "column": 28 } } @@ -260480,15 +266891,15 @@ "binop": null, "updateContext": null }, - "start": 11755, - "end": 11756, + "start": 12023, + "end": 12024, "loc": { "start": { - "line": 299, + "line": 306, "column": 28 }, "end": { - "line": 299, + "line": 306, "column": 29 } } @@ -260506,15 +266917,15 @@ "binop": null }, "value": "player", - "start": 11756, - "end": 11762, + "start": 12024, + "end": 12030, "loc": { "start": { - "line": 299, + "line": 306, "column": 29 }, "end": { - "line": 299, + "line": 306, "column": 35 } } @@ -260532,15 +266943,15 @@ "binop": null, "updateContext": null }, - "start": 11762, - "end": 11763, + "start": 12030, + "end": 12031, "loc": { "start": { - "line": 299, + "line": 306, "column": 35 }, "end": { - "line": 299, + "line": 306, "column": 36 } } @@ -260558,15 +266969,15 @@ "binop": null }, "value": "controlBar", - "start": 11763, - "end": 11773, + "start": 12031, + "end": 12041, "loc": { "start": { - "line": 299, + "line": 306, "column": 36 }, "end": { - "line": 299, + "line": 306, "column": 46 } } @@ -260584,15 +266995,15 @@ "binop": null, "updateContext": null }, - "start": 11773, - "end": 11774, + "start": 12041, + "end": 12042, "loc": { "start": { - "line": 299, + "line": 306, "column": 46 }, "end": { - "line": 299, + "line": 306, "column": 47 } } @@ -260610,15 +267021,15 @@ "binop": null }, "value": "progressControl", - "start": 11774, - "end": 11789, + "start": 12042, + "end": 12057, "loc": { "start": { - "line": 299, + "line": 306, "column": 47 }, "end": { - "line": 299, + "line": 306, "column": 62 } } @@ -260636,15 +267047,15 @@ "binop": null, "updateContext": null }, - "start": 11789, - "end": 11790, + "start": 12057, + "end": 12058, "loc": { "start": { - "line": 299, + "line": 306, "column": 62 }, "end": { - "line": 299, + "line": 306, "column": 63 } } @@ -260662,15 +267073,15 @@ "binop": null }, "value": "hide", - "start": 11790, - "end": 11794, + "start": 12058, + "end": 12062, "loc": { "start": { - "line": 299, + "line": 306, "column": 63 }, "end": { - "line": 299, + "line": 306, "column": 67 } } @@ -260687,15 +267098,15 @@ "postfix": false, "binop": null }, - "start": 11794, - "end": 11795, + "start": 12062, + "end": 12063, "loc": { "start": { - "line": 299, + "line": 306, "column": 67 }, "end": { - "line": 299, + "line": 306, "column": 68 } } @@ -260712,15 +267123,15 @@ "postfix": false, "binop": null }, - "start": 11795, - "end": 11796, + "start": 12063, + "end": 12064, "loc": { "start": { - "line": 299, + "line": 306, "column": 68 }, "end": { - "line": 299, + "line": 306, "column": 69 } } @@ -260738,15 +267149,15 @@ "binop": null, "updateContext": null }, - "start": 11796, - "end": 11797, + "start": 12064, + "end": 12065, "loc": { "start": { - "line": 299, + "line": 306, "column": 69 }, "end": { - "line": 299, + "line": 306, "column": 70 } } @@ -260763,15 +267174,15 @@ "postfix": false, "binop": null }, - "start": 11818, - "end": 11819, + "start": 12086, + "end": 12087, "loc": { "start": { - "line": 300, + "line": 307, "column": 20 }, "end": { - "line": 300, + "line": 307, "column": 21 } } @@ -260779,15 +267190,15 @@ { "type": "CommentLine", "value": " prevent controlbar fadeout", - "start": 11841, - "end": 11870, + "start": 12109, + "end": 12138, "loc": { "start": { - "line": 302, + "line": 309, "column": 20 }, "end": { - "line": 302, + "line": 309, "column": 49 } } @@ -260807,15 +267218,15 @@ "updateContext": null }, "value": "this", - "start": 11891, - "end": 11895, + "start": 12159, + "end": 12163, "loc": { "start": { - "line": 303, + "line": 310, "column": 20 }, "end": { - "line": 303, + "line": 310, "column": 24 } } @@ -260833,15 +267244,15 @@ "binop": null, "updateContext": null }, - "start": 11895, - "end": 11896, + "start": 12163, + "end": 12164, "loc": { "start": { - "line": 303, + "line": 310, "column": 24 }, "end": { - "line": 303, + "line": 310, "column": 25 } } @@ -260859,15 +267270,15 @@ "binop": null }, "value": "player", - "start": 11896, - "end": 11902, + "start": 12164, + "end": 12170, "loc": { "start": { - "line": 303, + "line": 310, "column": 25 }, "end": { - "line": 303, + "line": 310, "column": 31 } } @@ -260885,15 +267296,15 @@ "binop": null, "updateContext": null }, - "start": 11902, - "end": 11903, + "start": 12170, + "end": 12171, "loc": { "start": { - "line": 303, + "line": 310, "column": 31 }, "end": { - "line": 303, + "line": 310, "column": 32 } } @@ -260911,15 +267322,15 @@ "binop": null }, "value": "on", - "start": 11903, - "end": 11905, + "start": 12171, + "end": 12173, "loc": { "start": { - "line": 303, + "line": 310, "column": 32 }, "end": { - "line": 303, + "line": 310, "column": 34 } } @@ -260936,15 +267347,15 @@ "postfix": false, "binop": null }, - "start": 11905, - "end": 11906, + "start": 12173, + "end": 12174, "loc": { "start": { - "line": 303, + "line": 310, "column": 34 }, "end": { - "line": 303, + "line": 310, "column": 35 } } @@ -260962,15 +267373,15 @@ "binop": null }, "value": "Event", - "start": 11906, - "end": 11911, + "start": 12174, + "end": 12179, "loc": { "start": { - "line": 303, + "line": 310, "column": 35 }, "end": { - "line": 303, + "line": 310, "column": 40 } } @@ -260988,15 +267399,15 @@ "binop": null, "updateContext": null }, - "start": 11911, - "end": 11912, + "start": 12179, + "end": 12180, "loc": { "start": { - "line": 303, + "line": 310, "column": 40 }, "end": { - "line": 303, + "line": 310, "column": 41 } } @@ -261014,15 +267425,15 @@ "binop": null }, "value": "USERINACTIVE", - "start": 11912, - "end": 11924, + "start": 12180, + "end": 12192, "loc": { "start": { - "line": 303, + "line": 310, "column": 41 }, "end": { - "line": 303, + "line": 310, "column": 53 } } @@ -261040,15 +267451,15 @@ "binop": null, "updateContext": null }, - "start": 11924, - "end": 11925, + "start": 12192, + "end": 12193, "loc": { "start": { - "line": 303, + "line": 310, "column": 53 }, "end": { - "line": 303, + "line": 310, "column": 54 } } @@ -261065,15 +267476,15 @@ "postfix": false, "binop": null }, - "start": 11926, - "end": 11927, + "start": 12194, + "end": 12195, "loc": { "start": { - "line": 303, + "line": 310, "column": 55 }, "end": { - "line": 303, + "line": 310, "column": 56 } } @@ -261091,15 +267502,15 @@ "binop": null }, "value": "event", - "start": 11927, - "end": 11932, + "start": 12195, + "end": 12200, "loc": { "start": { - "line": 303, + "line": 310, "column": 56 }, "end": { - "line": 303, + "line": 310, "column": 61 } } @@ -261116,15 +267527,15 @@ "postfix": false, "binop": null }, - "start": 11932, - "end": 11933, + "start": 12200, + "end": 12201, "loc": { "start": { - "line": 303, + "line": 310, "column": 61 }, "end": { - "line": 303, + "line": 310, "column": 62 } } @@ -261142,15 +267553,15 @@ "binop": null, "updateContext": null }, - "start": 11934, - "end": 11936, + "start": 12202, + "end": 12204, "loc": { "start": { - "line": 303, + "line": 310, "column": 63 }, "end": { - "line": 303, + "line": 310, "column": 65 } } @@ -261167,15 +267578,15 @@ "postfix": false, "binop": null }, - "start": 11937, - "end": 11938, + "start": 12205, + "end": 12206, "loc": { "start": { - "line": 303, + "line": 310, "column": 66 }, "end": { - "line": 303, + "line": 310, "column": 67 } } @@ -261195,15 +267606,15 @@ "updateContext": null }, "value": "this", - "start": 11963, - "end": 11967, + "start": 12231, + "end": 12235, "loc": { "start": { - "line": 304, + "line": 311, "column": 24 }, "end": { - "line": 304, + "line": 311, "column": 28 } } @@ -261221,15 +267632,15 @@ "binop": null, "updateContext": null }, - "start": 11967, - "end": 11968, + "start": 12235, + "end": 12236, "loc": { "start": { - "line": 304, + "line": 311, "column": 28 }, "end": { - "line": 304, + "line": 311, "column": 29 } } @@ -261247,15 +267658,15 @@ "binop": null }, "value": "player", - "start": 11968, - "end": 11974, + "start": 12236, + "end": 12242, "loc": { "start": { - "line": 304, + "line": 311, "column": 29 }, "end": { - "line": 304, + "line": 311, "column": 35 } } @@ -261273,15 +267684,15 @@ "binop": null, "updateContext": null }, - "start": 11974, - "end": 11975, + "start": 12242, + "end": 12243, "loc": { "start": { - "line": 304, + "line": 311, "column": 35 }, "end": { - "line": 304, + "line": 311, "column": 36 } } @@ -261299,15 +267710,15 @@ "binop": null }, "value": "userActive", - "start": 11975, - "end": 11985, + "start": 12243, + "end": 12253, "loc": { "start": { - "line": 304, + "line": 311, "column": 36 }, "end": { - "line": 304, + "line": 311, "column": 46 } } @@ -261324,15 +267735,15 @@ "postfix": false, "binop": null }, - "start": 11985, - "end": 11986, + "start": 12253, + "end": 12254, "loc": { "start": { - "line": 304, + "line": 311, "column": 46 }, "end": { - "line": 304, + "line": 311, "column": 47 } } @@ -261352,15 +267763,15 @@ "updateContext": null }, "value": "true", - "start": 11986, - "end": 11990, + "start": 12254, + "end": 12258, "loc": { "start": { - "line": 304, + "line": 311, "column": 47 }, "end": { - "line": 304, + "line": 311, "column": 51 } } @@ -261377,15 +267788,15 @@ "postfix": false, "binop": null }, - "start": 11990, - "end": 11991, + "start": 12258, + "end": 12259, "loc": { "start": { - "line": 304, + "line": 311, "column": 51 }, "end": { - "line": 304, + "line": 311, "column": 52 } } @@ -261403,15 +267814,15 @@ "binop": null, "updateContext": null }, - "start": 11991, - "end": 11992, + "start": 12259, + "end": 12260, "loc": { "start": { - "line": 304, + "line": 311, "column": 52 }, "end": { - "line": 304, + "line": 311, "column": 53 } } @@ -261428,15 +267839,15 @@ "postfix": false, "binop": null }, - "start": 12013, - "end": 12014, + "start": 12281, + "end": 12282, "loc": { "start": { - "line": 305, + "line": 312, "column": 20 }, "end": { - "line": 305, + "line": 312, "column": 21 } } @@ -261453,15 +267864,15 @@ "postfix": false, "binop": null }, - "start": 12014, - "end": 12015, + "start": 12282, + "end": 12283, "loc": { "start": { - "line": 305, + "line": 312, "column": 21 }, "end": { - "line": 305, + "line": 312, "column": 22 } } @@ -261479,15 +267890,15 @@ "binop": null, "updateContext": null }, - "start": 12015, - "end": 12016, + "start": 12283, + "end": 12284, "loc": { "start": { - "line": 305, + "line": 312, "column": 22 }, "end": { - "line": 305, + "line": 312, "column": 23 } } @@ -261495,15 +267906,15 @@ { "type": "CommentLine", "value": " videojs automatically hides the controls when no valid 'source'", - "start": 12038, - "end": 12104, + "start": 12306, + "end": 12372, "loc": { "start": { - "line": 307, + "line": 314, "column": 20 }, "end": { - "line": 307, + "line": 314, "column": 86 } } @@ -261511,15 +267922,15 @@ { "type": "CommentLine", "value": " element is included in the video or audio tag. Don't. Ever again.", - "start": 12125, - "end": 12193, + "start": 12393, + "end": 12461, "loc": { "start": { - "line": 308, + "line": 315, "column": 20 }, "end": { - "line": 308, + "line": 315, "column": 88 } } @@ -261539,15 +267950,15 @@ "updateContext": null }, "value": "this", - "start": 12214, - "end": 12218, + "start": 12482, + "end": 12486, "loc": { "start": { - "line": 309, + "line": 316, "column": 20 }, "end": { - "line": 309, + "line": 316, "column": 24 } } @@ -261565,15 +267976,15 @@ "binop": null, "updateContext": null }, - "start": 12218, - "end": 12219, + "start": 12486, + "end": 12487, "loc": { "start": { - "line": 309, + "line": 316, "column": 24 }, "end": { - "line": 309, + "line": 316, "column": 25 } } @@ -261591,15 +268002,15 @@ "binop": null }, "value": "player", - "start": 12219, - "end": 12225, + "start": 12487, + "end": 12493, "loc": { "start": { - "line": 309, + "line": 316, "column": 25 }, "end": { - "line": 309, + "line": 316, "column": 31 } } @@ -261617,15 +268028,15 @@ "binop": null, "updateContext": null }, - "start": 12225, - "end": 12226, + "start": 12493, + "end": 12494, "loc": { "start": { - "line": 309, + "line": 316, "column": 31 }, "end": { - "line": 309, + "line": 316, "column": 32 } } @@ -261643,15 +268054,15 @@ "binop": null }, "value": "controlBar", - "start": 12226, - "end": 12236, + "start": 12494, + "end": 12504, "loc": { "start": { - "line": 309, + "line": 316, "column": 32 }, "end": { - "line": 309, + "line": 316, "column": 42 } } @@ -261669,15 +268080,15 @@ "binop": null, "updateContext": null }, - "start": 12236, - "end": 12237, + "start": 12504, + "end": 12505, "loc": { "start": { - "line": 309, + "line": 316, "column": 42 }, "end": { - "line": 309, + "line": 316, "column": 43 } } @@ -261695,15 +268106,15 @@ "binop": null }, "value": "show", - "start": 12237, - "end": 12241, + "start": 12505, + "end": 12509, "loc": { "start": { - "line": 309, + "line": 316, "column": 43 }, "end": { - "line": 309, + "line": 316, "column": 47 } } @@ -261720,15 +268131,15 @@ "postfix": false, "binop": null }, - "start": 12241, - "end": 12242, + "start": 12509, + "end": 12510, "loc": { "start": { - "line": 309, + "line": 316, "column": 47 }, "end": { - "line": 309, + "line": 316, "column": 48 } } @@ -261745,15 +268156,15 @@ "postfix": false, "binop": null }, - "start": 12242, - "end": 12243, + "start": 12510, + "end": 12511, "loc": { "start": { - "line": 309, + "line": 316, "column": 48 }, "end": { - "line": 309, + "line": 316, "column": 49 } } @@ -261771,15 +268182,15 @@ "binop": null, "updateContext": null }, - "start": 12243, - "end": 12244, + "start": 12511, + "end": 12512, "loc": { "start": { - "line": 309, + "line": 316, "column": 49 }, "end": { - "line": 309, + "line": 316, "column": 50 } } @@ -261799,15 +268210,15 @@ "updateContext": null }, "value": "this", - "start": 12265, - "end": 12269, + "start": 12533, + "end": 12537, "loc": { "start": { - "line": 310, + "line": 317, "column": 20 }, "end": { - "line": 310, + "line": 317, "column": 24 } } @@ -261825,15 +268236,15 @@ "binop": null, "updateContext": null }, - "start": 12269, - "end": 12270, + "start": 12537, + "end": 12538, "loc": { "start": { - "line": 310, + "line": 317, "column": 24 }, "end": { - "line": 310, + "line": 317, "column": 25 } } @@ -261851,15 +268262,15 @@ "binop": null }, "value": "player", - "start": 12270, - "end": 12276, + "start": 12538, + "end": 12544, "loc": { "start": { - "line": 310, + "line": 317, "column": 25 }, "end": { - "line": 310, + "line": 317, "column": 31 } } @@ -261877,15 +268288,15 @@ "binop": null, "updateContext": null }, - "start": 12276, - "end": 12277, + "start": 12544, + "end": 12545, "loc": { "start": { - "line": 310, + "line": 317, "column": 31 }, "end": { - "line": 310, + "line": 317, "column": 32 } } @@ -261903,15 +268314,15 @@ "binop": null }, "value": "controlBar", - "start": 12277, - "end": 12287, + "start": 12545, + "end": 12555, "loc": { "start": { - "line": 310, + "line": 317, "column": 32 }, "end": { - "line": 310, + "line": 317, "column": 42 } } @@ -261929,15 +268340,15 @@ "binop": null, "updateContext": null }, - "start": 12287, - "end": 12288, + "start": 12555, + "end": 12556, "loc": { "start": { - "line": 310, + "line": 317, "column": 42 }, "end": { - "line": 310, + "line": 317, "column": 43 } } @@ -261955,15 +268366,15 @@ "binop": null }, "value": "el", - "start": 12288, - "end": 12290, + "start": 12556, + "end": 12558, "loc": { "start": { - "line": 310, + "line": 317, "column": 43 }, "end": { - "line": 310, + "line": 317, "column": 45 } } @@ -261980,15 +268391,15 @@ "postfix": false, "binop": null }, - "start": 12290, - "end": 12291, + "start": 12558, + "end": 12559, "loc": { "start": { - "line": 310, + "line": 317, "column": 45 }, "end": { - "line": 310, + "line": 317, "column": 46 } } @@ -262005,15 +268416,15 @@ "postfix": false, "binop": null }, - "start": 12291, - "end": 12292, + "start": 12559, + "end": 12560, "loc": { "start": { - "line": 310, + "line": 317, "column": 46 }, "end": { - "line": 310, + "line": 317, "column": 47 } } @@ -262031,15 +268442,15 @@ "binop": null, "updateContext": null }, - "start": 12292, - "end": 12293, + "start": 12560, + "end": 12561, "loc": { "start": { - "line": 310, + "line": 317, "column": 47 }, "end": { - "line": 310, + "line": 317, "column": 48 } } @@ -262057,15 +268468,15 @@ "binop": null }, "value": "style", - "start": 12293, - "end": 12298, + "start": 12561, + "end": 12566, "loc": { "start": { - "line": 310, + "line": 317, "column": 48 }, "end": { - "line": 310, + "line": 317, "column": 53 } } @@ -262083,15 +268494,15 @@ "binop": null, "updateContext": null }, - "start": 12298, - "end": 12299, + "start": 12566, + "end": 12567, "loc": { "start": { - "line": 310, + "line": 317, "column": 53 }, "end": { - "line": 310, + "line": 317, "column": 54 } } @@ -262109,15 +268520,15 @@ "binop": null }, "value": "display", - "start": 12299, - "end": 12306, + "start": 12567, + "end": 12574, "loc": { "start": { - "line": 310, + "line": 317, "column": 54 }, "end": { - "line": 310, + "line": 317, "column": 61 } } @@ -262136,15 +268547,15 @@ "updateContext": null }, "value": "=", - "start": 12307, - "end": 12308, + "start": 12575, + "end": 12576, "loc": { "start": { - "line": 310, + "line": 317, "column": 62 }, "end": { - "line": 310, + "line": 317, "column": 63 } } @@ -262163,15 +268574,15 @@ "updateContext": null }, "value": "flex", - "start": 12309, - "end": 12315, + "start": 12577, + "end": 12583, "loc": { "start": { - "line": 310, + "line": 317, "column": 64 }, "end": { - "line": 310, + "line": 317, "column": 70 } } @@ -262189,15 +268600,15 @@ "binop": null, "updateContext": null }, - "start": 12315, - "end": 12316, + "start": 12583, + "end": 12584, "loc": { "start": { - "line": 310, + "line": 317, "column": 70 }, "end": { - "line": 310, + "line": 317, "column": 71 } } @@ -262214,15 +268625,15 @@ "postfix": false, "binop": null }, - "start": 12333, - "end": 12334, + "start": 12601, + "end": 12602, "loc": { "start": { - "line": 311, + "line": 318, "column": 16 }, "end": { - "line": 311, + "line": 318, "column": 17 } } @@ -262242,15 +268653,15 @@ "updateContext": null }, "value": "break", - "start": 12351, - "end": 12356, + "start": 12619, + "end": 12624, "loc": { "start": { - "line": 312, + "line": 319, "column": 16 }, "end": { - "line": 312, + "line": 319, "column": 21 } } @@ -262268,15 +268679,15 @@ "binop": null, "updateContext": null }, - "start": 12356, - "end": 12357, + "start": 12624, + "end": 12625, "loc": { "start": { - "line": 312, + "line": 319, "column": 21 }, "end": { - "line": 312, + "line": 319, "column": 22 } } @@ -262293,15 +268704,15 @@ "postfix": false, "binop": null }, - "start": 12366, - "end": 12367, + "start": 12634, + "end": 12635, "loc": { "start": { - "line": 313, + "line": 320, "column": 8 }, "end": { - "line": 313, + "line": 320, "column": 9 } } @@ -262309,15 +268720,15 @@ { "type": "CommentLine", "value": " disable time display events that constantly try to reset the current time", - "start": 12377, - "end": 12453, + "start": 12645, + "end": 12721, "loc": { "start": { - "line": 315, + "line": 322, "column": 8 }, "end": { - "line": 315, + "line": 322, "column": 84 } } @@ -262325,15 +268736,15 @@ { "type": "CommentLine", "value": " and duration values", - "start": 12462, - "end": 12484, + "start": 12730, + "end": 12752, "loc": { "start": { - "line": 316, + "line": 323, "column": 8 }, "end": { - "line": 316, + "line": 323, "column": 30 } } @@ -262353,15 +268764,15 @@ "updateContext": null }, "value": "this", - "start": 12493, - "end": 12497, + "start": 12761, + "end": 12765, "loc": { "start": { - "line": 317, + "line": 324, "column": 8 }, "end": { - "line": 317, + "line": 324, "column": 12 } } @@ -262379,15 +268790,15 @@ "binop": null, "updateContext": null }, - "start": 12497, - "end": 12498, + "start": 12765, + "end": 12766, "loc": { "start": { - "line": 317, + "line": 324, "column": 12 }, "end": { - "line": 317, + "line": 324, "column": 13 } } @@ -262405,15 +268816,15 @@ "binop": null }, "value": "player", - "start": 12498, - "end": 12504, + "start": 12766, + "end": 12772, "loc": { "start": { - "line": 317, + "line": 324, "column": 13 }, "end": { - "line": 317, + "line": 324, "column": 19 } } @@ -262431,15 +268842,15 @@ "binop": null, "updateContext": null }, - "start": 12504, - "end": 12505, + "start": 12772, + "end": 12773, "loc": { "start": { - "line": 317, + "line": 324, "column": 19 }, "end": { - "line": 317, + "line": 324, "column": 20 } } @@ -262457,15 +268868,15 @@ "binop": null }, "value": "off", - "start": 12505, - "end": 12508, + "start": 12773, + "end": 12776, "loc": { "start": { - "line": 317, + "line": 324, "column": 20 }, "end": { - "line": 317, + "line": 324, "column": 23 } } @@ -262482,15 +268893,15 @@ "postfix": false, "binop": null }, - "start": 12508, - "end": 12509, + "start": 12776, + "end": 12777, "loc": { "start": { - "line": 317, + "line": 324, "column": 23 }, "end": { - "line": 317, + "line": 324, "column": 24 } } @@ -262508,15 +268919,15 @@ "binop": null }, "value": "Event", - "start": 12509, - "end": 12514, + "start": 12777, + "end": 12782, "loc": { "start": { - "line": 317, + "line": 324, "column": 24 }, "end": { - "line": 317, + "line": 324, "column": 29 } } @@ -262534,15 +268945,15 @@ "binop": null, "updateContext": null }, - "start": 12514, - "end": 12515, + "start": 12782, + "end": 12783, "loc": { "start": { - "line": 317, + "line": 324, "column": 29 }, "end": { - "line": 317, + "line": 324, "column": 30 } } @@ -262560,15 +268971,15 @@ "binop": null }, "value": "TIMEUPDATE", - "start": 12515, - "end": 12525, + "start": 12783, + "end": 12793, "loc": { "start": { - "line": 317, + "line": 324, "column": 30 }, "end": { - "line": 317, + "line": 324, "column": 40 } } @@ -262585,15 +268996,15 @@ "postfix": false, "binop": null }, - "start": 12525, - "end": 12526, + "start": 12793, + "end": 12794, "loc": { "start": { - "line": 317, + "line": 324, "column": 40 }, "end": { - "line": 317, + "line": 324, "column": 41 } } @@ -262611,15 +269022,15 @@ "binop": null, "updateContext": null }, - "start": 12526, - "end": 12527, + "start": 12794, + "end": 12795, "loc": { "start": { - "line": 317, + "line": 324, "column": 41 }, "end": { - "line": 317, + "line": 324, "column": 42 } } @@ -262639,15 +269050,15 @@ "updateContext": null }, "value": "this", - "start": 12536, - "end": 12540, + "start": 12804, + "end": 12808, "loc": { "start": { - "line": 318, + "line": 325, "column": 8 }, "end": { - "line": 318, + "line": 325, "column": 12 } } @@ -262665,15 +269076,15 @@ "binop": null, "updateContext": null }, - "start": 12540, - "end": 12541, + "start": 12808, + "end": 12809, "loc": { "start": { - "line": 318, + "line": 325, "column": 12 }, "end": { - "line": 318, + "line": 325, "column": 13 } } @@ -262691,15 +269102,15 @@ "binop": null }, "value": "player", - "start": 12541, - "end": 12547, + "start": 12809, + "end": 12815, "loc": { "start": { - "line": 318, + "line": 325, "column": 13 }, "end": { - "line": 318, + "line": 325, "column": 19 } } @@ -262717,15 +269128,15 @@ "binop": null, "updateContext": null }, - "start": 12547, - "end": 12548, + "start": 12815, + "end": 12816, "loc": { "start": { - "line": 318, + "line": 325, "column": 19 }, "end": { - "line": 318, + "line": 325, "column": 20 } } @@ -262743,15 +269154,15 @@ "binop": null }, "value": "off", - "start": 12548, - "end": 12551, + "start": 12816, + "end": 12819, "loc": { "start": { - "line": 318, + "line": 325, "column": 20 }, "end": { - "line": 318, + "line": 325, "column": 23 } } @@ -262768,15 +269179,15 @@ "postfix": false, "binop": null }, - "start": 12551, - "end": 12552, + "start": 12819, + "end": 12820, "loc": { "start": { - "line": 318, + "line": 325, "column": 23 }, "end": { - "line": 318, + "line": 325, "column": 24 } } @@ -262794,15 +269205,15 @@ "binop": null }, "value": "Event", - "start": 12552, - "end": 12557, + "start": 12820, + "end": 12825, "loc": { "start": { - "line": 318, + "line": 325, "column": 24 }, "end": { - "line": 318, + "line": 325, "column": 29 } } @@ -262820,15 +269231,15 @@ "binop": null, "updateContext": null }, - "start": 12557, - "end": 12558, + "start": 12825, + "end": 12826, "loc": { "start": { - "line": 318, + "line": 325, "column": 29 }, "end": { - "line": 318, + "line": 325, "column": 30 } } @@ -262846,15 +269257,15 @@ "binop": null }, "value": "DURATIONCHANGE", - "start": 12558, - "end": 12572, + "start": 12826, + "end": 12840, "loc": { "start": { - "line": 318, + "line": 325, "column": 30 }, "end": { - "line": 318, + "line": 325, "column": 44 } } @@ -262871,15 +269282,15 @@ "postfix": false, "binop": null }, - "start": 12572, - "end": 12573, + "start": 12840, + "end": 12841, "loc": { "start": { - "line": 318, + "line": 325, "column": 44 }, "end": { - "line": 318, + "line": 325, "column": 45 } } @@ -262897,15 +269308,15 @@ "binop": null, "updateContext": null }, - "start": 12573, - "end": 12574, + "start": 12841, + "end": 12842, "loc": { "start": { - "line": 318, + "line": 325, "column": 45 }, "end": { - "line": 318, + "line": 325, "column": 46 } } @@ -262925,15 +269336,15 @@ "updateContext": null }, "value": "this", - "start": 12583, - "end": 12587, + "start": 12851, + "end": 12855, "loc": { "start": { - "line": 319, + "line": 326, "column": 8 }, "end": { - "line": 319, + "line": 326, "column": 12 } } @@ -262951,15 +269362,15 @@ "binop": null, "updateContext": null }, - "start": 12587, - "end": 12588, + "start": 12855, + "end": 12856, "loc": { "start": { - "line": 319, + "line": 326, "column": 12 }, "end": { - "line": 319, + "line": 326, "column": 13 } } @@ -262977,15 +269388,15 @@ "binop": null }, "value": "player", - "start": 12588, - "end": 12594, + "start": 12856, + "end": 12862, "loc": { "start": { - "line": 319, + "line": 326, "column": 13 }, "end": { - "line": 319, + "line": 326, "column": 19 } } @@ -263003,15 +269414,15 @@ "binop": null, "updateContext": null }, - "start": 12594, - "end": 12595, + "start": 12862, + "end": 12863, "loc": { "start": { - "line": 319, + "line": 326, "column": 19 }, "end": { - "line": 319, + "line": 326, "column": 20 } } @@ -263029,15 +269440,15 @@ "binop": null }, "value": "off", - "start": 12595, - "end": 12598, + "start": 12863, + "end": 12866, "loc": { "start": { - "line": 319, + "line": 326, "column": 20 }, "end": { - "line": 319, + "line": 326, "column": 23 } } @@ -263054,15 +269465,15 @@ "postfix": false, "binop": null }, - "start": 12598, - "end": 12599, + "start": 12866, + "end": 12867, "loc": { "start": { - "line": 319, + "line": 326, "column": 23 }, "end": { - "line": 319, + "line": 326, "column": 24 } } @@ -263080,15 +269491,15 @@ "binop": null }, "value": "Event", - "start": 12599, - "end": 12604, + "start": 12867, + "end": 12872, "loc": { "start": { - "line": 319, + "line": 326, "column": 24 }, "end": { - "line": 319, + "line": 326, "column": 29 } } @@ -263106,15 +269517,15 @@ "binop": null, "updateContext": null }, - "start": 12604, - "end": 12605, + "start": 12872, + "end": 12873, "loc": { "start": { - "line": 319, + "line": 326, "column": 29 }, "end": { - "line": 319, + "line": 326, "column": 30 } } @@ -263132,15 +269543,15 @@ "binop": null }, "value": "LOADEDMETADATA", - "start": 12605, - "end": 12619, + "start": 12873, + "end": 12887, "loc": { "start": { - "line": 319, + "line": 326, "column": 30 }, "end": { - "line": 319, + "line": 326, "column": 44 } } @@ -263157,15 +269568,15 @@ "postfix": false, "binop": null }, - "start": 12619, - "end": 12620, + "start": 12887, + "end": 12888, "loc": { "start": { - "line": 319, + "line": 326, "column": 44 }, "end": { - "line": 319, + "line": 326, "column": 45 } } @@ -263183,15 +269594,15 @@ "binop": null, "updateContext": null }, - "start": 12620, - "end": 12621, + "start": 12888, + "end": 12889, "loc": { "start": { - "line": 319, + "line": 326, "column": 45 }, "end": { - "line": 319, + "line": 326, "column": 46 } } @@ -263211,15 +269622,15 @@ "updateContext": null }, "value": "this", - "start": 12630, - "end": 12634, + "start": 12898, + "end": 12902, "loc": { "start": { - "line": 320, + "line": 327, "column": 8 }, "end": { - "line": 320, + "line": 327, "column": 12 } } @@ -263237,15 +269648,15 @@ "binop": null, "updateContext": null }, - "start": 12634, - "end": 12635, + "start": 12902, + "end": 12903, "loc": { "start": { - "line": 320, + "line": 327, "column": 12 }, "end": { - "line": 320, + "line": 327, "column": 13 } } @@ -263263,15 +269674,15 @@ "binop": null }, "value": "player", - "start": 12635, - "end": 12641, + "start": 12903, + "end": 12909, "loc": { "start": { - "line": 320, + "line": 327, "column": 13 }, "end": { - "line": 320, + "line": 327, "column": 19 } } @@ -263289,15 +269700,15 @@ "binop": null, "updateContext": null }, - "start": 12641, - "end": 12642, + "start": 12909, + "end": 12910, "loc": { "start": { - "line": 320, + "line": 327, "column": 19 }, "end": { - "line": 320, + "line": 327, "column": 20 } } @@ -263315,15 +269726,15 @@ "binop": null }, "value": "off", - "start": 12642, - "end": 12645, + "start": 12910, + "end": 12913, "loc": { "start": { - "line": 320, + "line": 327, "column": 20 }, "end": { - "line": 320, + "line": 327, "column": 23 } } @@ -263340,15 +269751,15 @@ "postfix": false, "binop": null }, - "start": 12645, - "end": 12646, + "start": 12913, + "end": 12914, "loc": { "start": { - "line": 320, + "line": 327, "column": 23 }, "end": { - "line": 320, + "line": 327, "column": 24 } } @@ -263366,15 +269777,15 @@ "binop": null }, "value": "Event", - "start": 12646, - "end": 12651, + "start": 12914, + "end": 12919, "loc": { "start": { - "line": 320, + "line": 327, "column": 24 }, "end": { - "line": 320, + "line": 327, "column": 29 } } @@ -263392,15 +269803,15 @@ "binop": null, "updateContext": null }, - "start": 12651, - "end": 12652, + "start": 12919, + "end": 12920, "loc": { "start": { - "line": 320, + "line": 327, "column": 29 }, "end": { - "line": 320, + "line": 327, "column": 30 } } @@ -263418,15 +269829,15 @@ "binop": null }, "value": "LOADSTART", - "start": 12652, - "end": 12661, + "start": 12920, + "end": 12929, "loc": { "start": { - "line": 320, + "line": 327, "column": 30 }, "end": { - "line": 320, + "line": 327, "column": 39 } } @@ -263443,15 +269854,15 @@ "postfix": false, "binop": null }, - "start": 12661, - "end": 12662, + "start": 12929, + "end": 12930, "loc": { "start": { - "line": 320, + "line": 327, "column": 39 }, "end": { - "line": 320, + "line": 327, "column": 40 } } @@ -263469,31 +269880,317 @@ "binop": null, "updateContext": null }, - "start": 12662, - "end": 12663, + "start": 12930, + "end": 12931, "loc": { "start": { - "line": 320, + "line": 327, "column": 40 }, "end": { - "line": 320, + "line": 327, "column": 41 } } }, + { + "type": { + "label": "this", + "keyword": "this", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "this", + "start": 12940, + "end": 12944, + "loc": { + "start": { + "line": 328, + "column": 8 + }, + "end": { + "line": 328, + "column": 12 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 12944, + "end": 12945, + "loc": { + "start": { + "line": 328, + "column": 12 + }, + "end": { + "line": 328, + "column": 13 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "player", + "start": 12945, + "end": 12951, + "loc": { + "start": { + "line": 328, + "column": 13 + }, + "end": { + "line": 328, + "column": 19 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 12951, + "end": 12952, + "loc": { + "start": { + "line": 328, + "column": 19 + }, + "end": { + "line": 328, + "column": 20 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "off", + "start": 12952, + "end": 12955, + "loc": { + "start": { + "line": 328, + "column": 20 + }, + "end": { + "line": 328, + "column": 23 + } + } + }, + { + "type": { + "label": "(", + "beforeExpr": true, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 12955, + "end": 12956, + "loc": { + "start": { + "line": 328, + "column": 23 + }, + "end": { + "line": 328, + "column": 24 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "Event", + "start": 12956, + "end": 12961, + "loc": { + "start": { + "line": 328, + "column": 24 + }, + "end": { + "line": 328, + "column": 29 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 12961, + "end": 12962, + "loc": { + "start": { + "line": 328, + "column": 29 + }, + "end": { + "line": 328, + "column": 30 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "ENDED", + "start": 12962, + "end": 12967, + "loc": { + "start": { + "line": 328, + "column": 30 + }, + "end": { + "line": 328, + "column": 35 + } + } + }, + { + "type": { + "label": ")", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 12967, + "end": 12968, + "loc": { + "start": { + "line": 328, + "column": 35 + }, + "end": { + "line": 328, + "column": 36 + } + } + }, + { + "type": { + "label": ";", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 12968, + "end": 12969, + "loc": { + "start": { + "line": 328, + "column": 36 + }, + "end": { + "line": 328, + "column": 37 + } + } + }, { "type": "CommentLine", "value": " display max record time", - "start": 12673, - "end": 12699, + "start": 12979, + "end": 13005, "loc": { "start": { - "line": 322, + "line": 330, "column": 8 }, "end": { - "line": 322, + "line": 330, "column": 34 } } @@ -263513,15 +270210,15 @@ "updateContext": null }, "value": "this", - "start": 12708, - "end": 12712, + "start": 13014, + "end": 13018, "loc": { "start": { - "line": 323, + "line": 331, "column": 8 }, "end": { - "line": 323, + "line": 331, "column": 12 } } @@ -263539,15 +270236,15 @@ "binop": null, "updateContext": null }, - "start": 12712, - "end": 12713, + "start": 13018, + "end": 13019, "loc": { "start": { - "line": 323, + "line": 331, "column": 12 }, "end": { - "line": 323, + "line": 331, "column": 13 } } @@ -263565,15 +270262,15 @@ "binop": null }, "value": "setDuration", - "start": 12713, - "end": 12724, + "start": 13019, + "end": 13030, "loc": { "start": { - "line": 323, + "line": 331, "column": 13 }, "end": { - "line": 323, + "line": 331, "column": 24 } } @@ -263590,15 +270287,15 @@ "postfix": false, "binop": null }, - "start": 12724, - "end": 12725, + "start": 13030, + "end": 13031, "loc": { "start": { - "line": 323, + "line": 331, "column": 24 }, "end": { - "line": 323, + "line": 331, "column": 25 } } @@ -263618,15 +270315,15 @@ "updateContext": null }, "value": "this", - "start": 12725, - "end": 12729, + "start": 13031, + "end": 13035, "loc": { "start": { - "line": 323, + "line": 331, "column": 25 }, "end": { - "line": 323, + "line": 331, "column": 29 } } @@ -263644,15 +270341,15 @@ "binop": null, "updateContext": null }, - "start": 12729, - "end": 12730, + "start": 13035, + "end": 13036, "loc": { "start": { - "line": 323, + "line": 331, "column": 29 }, "end": { - "line": 323, + "line": 331, "column": 30 } } @@ -263670,15 +270367,15 @@ "binop": null }, "value": "maxLength", - "start": 12730, - "end": 12739, + "start": 13036, + "end": 13045, "loc": { "start": { - "line": 323, + "line": 331, "column": 30 }, "end": { - "line": 323, + "line": 331, "column": 39 } } @@ -263695,15 +270392,15 @@ "postfix": false, "binop": null }, - "start": 12739, - "end": 12740, + "start": 13045, + "end": 13046, "loc": { "start": { - "line": 323, + "line": 331, "column": 39 }, "end": { - "line": 323, + "line": 331, "column": 40 } } @@ -263721,15 +270418,15 @@ "binop": null, "updateContext": null }, - "start": 12740, - "end": 12741, + "start": 13046, + "end": 13047, "loc": { "start": { - "line": 323, + "line": 331, "column": 40 }, "end": { - "line": 323, + "line": 331, "column": 41 } } @@ -263737,15 +270434,15 @@ { "type": "CommentLine", "value": " hot keys", - "start": 12751, - "end": 12762, + "start": 13057, + "end": 13068, "loc": { "start": { - "line": 325, + "line": 333, "column": 8 }, "end": { - "line": 325, + "line": 333, "column": 19 } } @@ -263765,15 +270462,15 @@ "updateContext": null }, "value": "if", - "start": 12771, - "end": 12773, + "start": 13077, + "end": 13079, "loc": { "start": { - "line": 326, + "line": 334, "column": 8 }, "end": { - "line": 326, + "line": 334, "column": 10 } } @@ -263790,15 +270487,15 @@ "postfix": false, "binop": null }, - "start": 12774, - "end": 12775, + "start": 13080, + "end": 13081, "loc": { "start": { - "line": 326, + "line": 334, "column": 11 }, "end": { - "line": 326, + "line": 334, "column": 12 } } @@ -263818,15 +270515,15 @@ "updateContext": null }, "value": "this", - "start": 12775, - "end": 12779, + "start": 13081, + "end": 13085, "loc": { "start": { - "line": 326, + "line": 334, "column": 12 }, "end": { - "line": 326, + "line": 334, "column": 16 } } @@ -263844,15 +270541,15 @@ "binop": null, "updateContext": null }, - "start": 12779, - "end": 12780, + "start": 13085, + "end": 13086, "loc": { "start": { - "line": 326, + "line": 334, "column": 16 }, "end": { - "line": 326, + "line": 334, "column": 17 } } @@ -263870,15 +270567,15 @@ "binop": null }, "value": "player", - "start": 12780, - "end": 12786, + "start": 13086, + "end": 13092, "loc": { "start": { - "line": 326, + "line": 334, "column": 17 }, "end": { - "line": 326, + "line": 334, "column": 23 } } @@ -263896,15 +270593,15 @@ "binop": null, "updateContext": null }, - "start": 12786, - "end": 12787, + "start": 13092, + "end": 13093, "loc": { "start": { - "line": 326, + "line": 334, "column": 23 }, "end": { - "line": 326, + "line": 334, "column": 24 } } @@ -263922,15 +270619,15 @@ "binop": null }, "value": "options_", - "start": 12787, - "end": 12795, + "start": 13093, + "end": 13101, "loc": { "start": { - "line": 326, + "line": 334, "column": 24 }, "end": { - "line": 326, + "line": 334, "column": 32 } } @@ -263948,15 +270645,15 @@ "binop": null, "updateContext": null }, - "start": 12795, - "end": 12796, + "start": 13101, + "end": 13102, "loc": { "start": { - "line": 326, + "line": 334, "column": 32 }, "end": { - "line": 326, + "line": 334, "column": 33 } } @@ -263974,15 +270671,15 @@ "binop": null }, "value": "plugins", - "start": 12796, - "end": 12803, + "start": 13102, + "end": 13109, "loc": { "start": { - "line": 326, + "line": 334, "column": 33 }, "end": { - "line": 326, + "line": 334, "column": 40 } } @@ -264000,15 +270697,15 @@ "binop": null, "updateContext": null }, - "start": 12803, - "end": 12804, + "start": 13109, + "end": 13110, "loc": { "start": { - "line": 326, + "line": 334, "column": 40 }, "end": { - "line": 326, + "line": 334, "column": 41 } } @@ -264026,15 +270723,15 @@ "binop": null }, "value": "record", - "start": 12804, - "end": 12810, + "start": 13110, + "end": 13116, "loc": { "start": { - "line": 326, + "line": 334, "column": 41 }, "end": { - "line": 326, + "line": 334, "column": 47 } } @@ -264053,15 +270750,15 @@ "updateContext": null }, "value": "&&", - "start": 12811, - "end": 12813, + "start": 13117, + "end": 13119, "loc": { "start": { - "line": 326, + "line": 334, "column": 48 }, "end": { - "line": 326, + "line": 334, "column": 50 } } @@ -264081,15 +270778,15 @@ "updateContext": null }, "value": "this", - "start": 12826, - "end": 12830, + "start": 13132, + "end": 13136, "loc": { "start": { - "line": 327, + "line": 335, "column": 12 }, "end": { - "line": 327, + "line": 335, "column": 16 } } @@ -264107,15 +270804,15 @@ "binop": null, "updateContext": null }, - "start": 12830, - "end": 12831, + "start": 13136, + "end": 13137, "loc": { "start": { - "line": 327, + "line": 335, "column": 16 }, "end": { - "line": 327, + "line": 335, "column": 17 } } @@ -264133,15 +270830,15 @@ "binop": null }, "value": "player", - "start": 12831, - "end": 12837, + "start": 13137, + "end": 13143, "loc": { "start": { - "line": 327, + "line": 335, "column": 17 }, "end": { - "line": 327, + "line": 335, "column": 23 } } @@ -264159,15 +270856,15 @@ "binop": null, "updateContext": null }, - "start": 12837, - "end": 12838, + "start": 13143, + "end": 13144, "loc": { "start": { - "line": 327, + "line": 335, "column": 23 }, "end": { - "line": 327, + "line": 335, "column": 24 } } @@ -264185,15 +270882,15 @@ "binop": null }, "value": "options_", - "start": 12838, - "end": 12846, + "start": 13144, + "end": 13152, "loc": { "start": { - "line": 327, + "line": 335, "column": 24 }, "end": { - "line": 327, + "line": 335, "column": 32 } } @@ -264211,15 +270908,15 @@ "binop": null, "updateContext": null }, - "start": 12846, - "end": 12847, + "start": 13152, + "end": 13153, "loc": { "start": { - "line": 327, + "line": 335, "column": 32 }, "end": { - "line": 327, + "line": 335, "column": 33 } } @@ -264237,15 +270934,15 @@ "binop": null }, "value": "plugins", - "start": 12847, - "end": 12854, + "start": 13153, + "end": 13160, "loc": { "start": { - "line": 327, + "line": 335, "column": 33 }, "end": { - "line": 327, + "line": 335, "column": 40 } } @@ -264263,15 +270960,15 @@ "binop": null, "updateContext": null }, - "start": 12854, - "end": 12855, + "start": 13160, + "end": 13161, "loc": { "start": { - "line": 327, + "line": 335, "column": 40 }, "end": { - "line": 327, + "line": 335, "column": 41 } } @@ -264289,15 +270986,15 @@ "binop": null }, "value": "record", - "start": 12855, - "end": 12861, + "start": 13161, + "end": 13167, "loc": { "start": { - "line": 327, + "line": 335, "column": 41 }, "end": { - "line": 327, + "line": 335, "column": 47 } } @@ -264315,15 +271012,15 @@ "binop": null, "updateContext": null }, - "start": 12861, - "end": 12862, + "start": 13167, + "end": 13168, "loc": { "start": { - "line": 327, + "line": 335, "column": 47 }, "end": { - "line": 327, + "line": 335, "column": 48 } } @@ -264341,15 +271038,15 @@ "binop": null }, "value": "hotKeys", - "start": 12862, - "end": 12869, + "start": 13168, + "end": 13175, "loc": { "start": { - "line": 327, + "line": 335, "column": 48 }, "end": { - "line": 327, + "line": 335, "column": 55 } } @@ -264368,15 +271065,15 @@ "updateContext": null }, "value": "&&", - "start": 12870, - "end": 12872, + "start": 13176, + "end": 13178, "loc": { "start": { - "line": 327, + "line": 335, "column": 56 }, "end": { - "line": 327, + "line": 335, "column": 58 } } @@ -264393,15 +271090,15 @@ "postfix": false, "binop": null }, - "start": 12885, - "end": 12886, + "start": 13191, + "end": 13192, "loc": { "start": { - "line": 328, + "line": 336, "column": 12 }, "end": { - "line": 328, + "line": 336, "column": 13 } } @@ -264421,15 +271118,15 @@ "updateContext": null }, "value": "this", - "start": 12886, - "end": 12890, + "start": 13192, + "end": 13196, "loc": { "start": { - "line": 328, + "line": 336, "column": 13 }, "end": { - "line": 328, + "line": 336, "column": 17 } } @@ -264447,15 +271144,15 @@ "binop": null, "updateContext": null }, - "start": 12890, - "end": 12891, + "start": 13196, + "end": 13197, "loc": { "start": { - "line": 328, + "line": 336, "column": 17 }, "end": { - "line": 328, + "line": 336, "column": 18 } } @@ -264473,15 +271170,15 @@ "binop": null }, "value": "player", - "start": 12891, - "end": 12897, + "start": 13197, + "end": 13203, "loc": { "start": { - "line": 328, + "line": 336, "column": 18 }, "end": { - "line": 328, + "line": 336, "column": 24 } } @@ -264499,15 +271196,15 @@ "binop": null, "updateContext": null }, - "start": 12897, - "end": 12898, + "start": 13203, + "end": 13204, "loc": { "start": { - "line": 328, + "line": 336, "column": 24 }, "end": { - "line": 328, + "line": 336, "column": 25 } } @@ -264525,15 +271222,15 @@ "binop": null }, "value": "options_", - "start": 12898, - "end": 12906, + "start": 13204, + "end": 13212, "loc": { "start": { - "line": 328, + "line": 336, "column": 25 }, "end": { - "line": 328, + "line": 336, "column": 33 } } @@ -264551,15 +271248,15 @@ "binop": null, "updateContext": null }, - "start": 12906, - "end": 12907, + "start": 13212, + "end": 13213, "loc": { "start": { - "line": 328, + "line": 336, "column": 33 }, "end": { - "line": 328, + "line": 336, "column": 34 } } @@ -264577,15 +271274,15 @@ "binop": null }, "value": "plugins", - "start": 12907, - "end": 12914, + "start": 13213, + "end": 13220, "loc": { "start": { - "line": 328, + "line": 336, "column": 34 }, "end": { - "line": 328, + "line": 336, "column": 41 } } @@ -264603,15 +271300,15 @@ "binop": null, "updateContext": null }, - "start": 12914, - "end": 12915, + "start": 13220, + "end": 13221, "loc": { "start": { - "line": 328, + "line": 336, "column": 41 }, "end": { - "line": 328, + "line": 336, "column": 42 } } @@ -264629,15 +271326,15 @@ "binop": null }, "value": "record", - "start": 12915, - "end": 12921, + "start": 13221, + "end": 13227, "loc": { "start": { - "line": 328, + "line": 336, "column": 42 }, "end": { - "line": 328, + "line": 336, "column": 48 } } @@ -264655,15 +271352,15 @@ "binop": null, "updateContext": null }, - "start": 12921, - "end": 12922, + "start": 13227, + "end": 13228, "loc": { "start": { - "line": 328, + "line": 336, "column": 48 }, "end": { - "line": 328, + "line": 336, "column": 49 } } @@ -264681,15 +271378,15 @@ "binop": null }, "value": "hotKeys", - "start": 12922, - "end": 12929, + "start": 13228, + "end": 13235, "loc": { "start": { - "line": 328, + "line": 336, "column": 49 }, "end": { - "line": 328, + "line": 336, "column": 56 } } @@ -264708,15 +271405,15 @@ "updateContext": null }, "value": "!==", - "start": 12930, - "end": 12933, + "start": 13236, + "end": 13239, "loc": { "start": { - "line": 328, + "line": 336, "column": 57 }, "end": { - "line": 328, + "line": 336, "column": 60 } } @@ -264736,15 +271433,15 @@ "updateContext": null }, "value": "false", - "start": 12934, - "end": 12939, + "start": 13240, + "end": 13245, "loc": { "start": { - "line": 328, + "line": 336, "column": 61 }, "end": { - "line": 328, + "line": 336, "column": 66 } } @@ -264761,15 +271458,15 @@ "postfix": false, "binop": null }, - "start": 12939, - "end": 12940, + "start": 13245, + "end": 13246, "loc": { "start": { - "line": 328, + "line": 336, "column": 66 }, "end": { - "line": 328, + "line": 336, "column": 67 } } @@ -264786,15 +271483,15 @@ "postfix": false, "binop": null }, - "start": 12940, - "end": 12941, + "start": 13246, + "end": 13247, "loc": { "start": { - "line": 328, + "line": 336, "column": 67 }, "end": { - "line": 328, + "line": 336, "column": 68 } } @@ -264811,15 +271508,15 @@ "postfix": false, "binop": null }, - "start": 12942, - "end": 12943, + "start": 13248, + "end": 13249, "loc": { "start": { - "line": 328, + "line": 336, "column": 69 }, "end": { - "line": 328, + "line": 336, "column": 70 } } @@ -264839,15 +271536,15 @@ "updateContext": null }, "value": "let", - "start": 12957, - "end": 12960, + "start": 13263, + "end": 13266, "loc": { "start": { - "line": 330, + "line": 338, "column": 12 }, "end": { - "line": 330, + "line": 338, "column": 15 } } @@ -264865,15 +271562,15 @@ "binop": null }, "value": "handler", - "start": 12961, - "end": 12968, + "start": 13267, + "end": 13274, "loc": { "start": { - "line": 330, + "line": 338, "column": 16 }, "end": { - "line": 330, + "line": 338, "column": 23 } } @@ -264892,15 +271589,15 @@ "updateContext": null }, "value": "=", - "start": 12969, - "end": 12970, + "start": 13275, + "end": 13276, "loc": { "start": { - "line": 330, + "line": 338, "column": 24 }, "end": { - "line": 330, + "line": 338, "column": 25 } } @@ -264920,15 +271617,15 @@ "updateContext": null }, "value": "this", - "start": 12971, - "end": 12975, + "start": 13277, + "end": 13281, "loc": { "start": { - "line": 330, + "line": 338, "column": 26 }, "end": { - "line": 330, + "line": 338, "column": 30 } } @@ -264946,15 +271643,15 @@ "binop": null, "updateContext": null }, - "start": 12975, - "end": 12976, + "start": 13281, + "end": 13282, "loc": { "start": { - "line": 330, + "line": 338, "column": 30 }, "end": { - "line": 330, + "line": 338, "column": 31 } } @@ -264972,15 +271669,15 @@ "binop": null }, "value": "player", - "start": 12976, - "end": 12982, + "start": 13282, + "end": 13288, "loc": { "start": { - "line": 330, + "line": 338, "column": 31 }, "end": { - "line": 330, + "line": 338, "column": 37 } } @@ -264998,15 +271695,15 @@ "binop": null, "updateContext": null }, - "start": 12982, - "end": 12983, + "start": 13288, + "end": 13289, "loc": { "start": { - "line": 330, + "line": 338, "column": 37 }, "end": { - "line": 330, + "line": 338, "column": 38 } } @@ -265024,15 +271721,15 @@ "binop": null }, "value": "options_", - "start": 12983, - "end": 12991, + "start": 13289, + "end": 13297, "loc": { "start": { - "line": 330, + "line": 338, "column": 38 }, "end": { - "line": 330, + "line": 338, "column": 46 } } @@ -265050,15 +271747,15 @@ "binop": null, "updateContext": null }, - "start": 12991, - "end": 12992, + "start": 13297, + "end": 13298, "loc": { "start": { - "line": 330, + "line": 338, "column": 46 }, "end": { - "line": 330, + "line": 338, "column": 47 } } @@ -265076,15 +271773,15 @@ "binop": null }, "value": "plugins", - "start": 12992, - "end": 12999, + "start": 13298, + "end": 13305, "loc": { "start": { - "line": 330, + "line": 338, "column": 47 }, "end": { - "line": 330, + "line": 338, "column": 54 } } @@ -265102,15 +271799,15 @@ "binop": null, "updateContext": null }, - "start": 12999, - "end": 13000, + "start": 13305, + "end": 13306, "loc": { "start": { - "line": 330, + "line": 338, "column": 54 }, "end": { - "line": 330, + "line": 338, "column": 55 } } @@ -265128,15 +271825,15 @@ "binop": null }, "value": "record", - "start": 13000, - "end": 13006, + "start": 13306, + "end": 13312, "loc": { "start": { - "line": 330, + "line": 338, "column": 55 }, "end": { - "line": 330, + "line": 338, "column": 61 } } @@ -265154,15 +271851,15 @@ "binop": null, "updateContext": null }, - "start": 13006, - "end": 13007, + "start": 13312, + "end": 13313, "loc": { "start": { - "line": 330, + "line": 338, "column": 61 }, "end": { - "line": 330, + "line": 338, "column": 62 } } @@ -265180,15 +271877,15 @@ "binop": null }, "value": "hotKeys", - "start": 13007, - "end": 13014, + "start": 13313, + "end": 13320, "loc": { "start": { - "line": 330, + "line": 338, "column": 62 }, "end": { - "line": 330, + "line": 338, "column": 69 } } @@ -265206,15 +271903,15 @@ "binop": null, "updateContext": null }, - "start": 13014, - "end": 13015, + "start": 13320, + "end": 13321, "loc": { "start": { - "line": 330, + "line": 338, "column": 69 }, "end": { - "line": 330, + "line": 338, "column": 70 } } @@ -265234,15 +271931,15 @@ "updateContext": null }, "value": "if", - "start": 13028, - "end": 13030, + "start": 13334, + "end": 13336, "loc": { "start": { - "line": 331, + "line": 339, "column": 12 }, "end": { - "line": 331, + "line": 339, "column": 14 } } @@ -265259,15 +271956,15 @@ "postfix": false, "binop": null }, - "start": 13031, - "end": 13032, + "start": 13337, + "end": 13338, "loc": { "start": { - "line": 331, + "line": 339, "column": 15 }, "end": { - "line": 331, + "line": 339, "column": 16 } } @@ -265285,15 +271982,15 @@ "binop": null }, "value": "handler", - "start": 13032, - "end": 13039, + "start": 13338, + "end": 13345, "loc": { "start": { - "line": 331, + "line": 339, "column": 16 }, "end": { - "line": 331, + "line": 339, "column": 23 } } @@ -265312,15 +272009,15 @@ "updateContext": null }, "value": "===", - "start": 13040, - "end": 13043, + "start": 13346, + "end": 13349, "loc": { "start": { - "line": 331, + "line": 339, "column": 24 }, "end": { - "line": 331, + "line": 339, "column": 27 } } @@ -265340,15 +272037,15 @@ "updateContext": null }, "value": "true", - "start": 13044, - "end": 13048, + "start": 13350, + "end": 13354, "loc": { "start": { - "line": 331, + "line": 339, "column": 28 }, "end": { - "line": 331, + "line": 339, "column": 32 } } @@ -265365,15 +272062,15 @@ "postfix": false, "binop": null }, - "start": 13048, - "end": 13049, + "start": 13354, + "end": 13355, "loc": { "start": { - "line": 331, + "line": 339, "column": 32 }, "end": { - "line": 331, + "line": 339, "column": 33 } } @@ -265390,15 +272087,15 @@ "postfix": false, "binop": null }, - "start": 13050, - "end": 13051, + "start": 13356, + "end": 13357, "loc": { "start": { - "line": 331, + "line": 339, "column": 34 }, "end": { - "line": 331, + "line": 339, "column": 35 } } @@ -265416,15 +272113,15 @@ "binop": null }, "value": "handler", - "start": 13068, - "end": 13075, + "start": 13374, + "end": 13381, "loc": { "start": { - "line": 332, + "line": 340, "column": 16 }, "end": { - "line": 332, + "line": 340, "column": 23 } } @@ -265443,15 +272140,15 @@ "updateContext": null }, "value": "=", - "start": 13076, - "end": 13077, + "start": 13382, + "end": 13383, "loc": { "start": { - "line": 332, + "line": 340, "column": 24 }, "end": { - "line": 332, + "line": 340, "column": 25 } } @@ -265469,15 +272166,15 @@ "binop": null }, "value": "defaultKeyHandler", - "start": 13078, - "end": 13095, + "start": 13384, + "end": 13401, "loc": { "start": { - "line": 332, + "line": 340, "column": 26 }, "end": { - "line": 332, + "line": 340, "column": 43 } } @@ -265495,15 +272192,15 @@ "binop": null, "updateContext": null }, - "start": 13095, - "end": 13096, + "start": 13401, + "end": 13402, "loc": { "start": { - "line": 332, + "line": 340, "column": 43 }, "end": { - "line": 332, + "line": 340, "column": 44 } } @@ -265520,15 +272217,15 @@ "postfix": false, "binop": null }, - "start": 13109, - "end": 13110, + "start": 13415, + "end": 13416, "loc": { "start": { - "line": 333, + "line": 341, "column": 12 }, "end": { - "line": 333, + "line": 341, "column": 13 } } @@ -265536,15 +272233,15 @@ { "type": "CommentLine", "value": " enable video.js user action", - "start": 13123, - "end": 13153, + "start": 13429, + "end": 13459, "loc": { "start": { - "line": 334, + "line": 342, "column": 12 }, "end": { - "line": 334, + "line": 342, "column": 42 } } @@ -265564,15 +272261,15 @@ "updateContext": null }, "value": "this", - "start": 13166, - "end": 13170, + "start": 13472, + "end": 13476, "loc": { "start": { - "line": 335, + "line": 343, "column": 12 }, "end": { - "line": 335, + "line": 343, "column": 16 } } @@ -265590,15 +272287,15 @@ "binop": null, "updateContext": null }, - "start": 13170, - "end": 13171, + "start": 13476, + "end": 13477, "loc": { "start": { - "line": 335, + "line": 343, "column": 16 }, "end": { - "line": 335, + "line": 343, "column": 17 } } @@ -265616,15 +272313,15 @@ "binop": null }, "value": "player", - "start": 13171, - "end": 13177, + "start": 13477, + "end": 13483, "loc": { "start": { - "line": 335, + "line": 343, "column": 17 }, "end": { - "line": 335, + "line": 343, "column": 23 } } @@ -265642,15 +272339,15 @@ "binop": null, "updateContext": null }, - "start": 13177, - "end": 13178, + "start": 13483, + "end": 13484, "loc": { "start": { - "line": 335, + "line": 343, "column": 23 }, "end": { - "line": 335, + "line": 343, "column": 24 } } @@ -265668,15 +272365,15 @@ "binop": null }, "value": "options_", - "start": 13178, - "end": 13186, + "start": 13484, + "end": 13492, "loc": { "start": { - "line": 335, + "line": 343, "column": 24 }, "end": { - "line": 335, + "line": 343, "column": 32 } } @@ -265694,15 +272391,15 @@ "binop": null, "updateContext": null }, - "start": 13186, - "end": 13187, + "start": 13492, + "end": 13493, "loc": { "start": { - "line": 335, + "line": 343, "column": 32 }, "end": { - "line": 335, + "line": 343, "column": 33 } } @@ -265720,15 +272417,15 @@ "binop": null }, "value": "userActions", - "start": 13187, - "end": 13198, + "start": 13493, + "end": 13504, "loc": { "start": { - "line": 335, + "line": 343, "column": 33 }, "end": { - "line": 335, + "line": 343, "column": 44 } } @@ -265747,15 +272444,15 @@ "updateContext": null }, "value": "=", - "start": 13199, - "end": 13200, + "start": 13505, + "end": 13506, "loc": { "start": { - "line": 335, + "line": 343, "column": 45 }, "end": { - "line": 335, + "line": 343, "column": 46 } } @@ -265772,15 +272469,15 @@ "postfix": false, "binop": null }, - "start": 13201, - "end": 13202, + "start": 13507, + "end": 13508, "loc": { "start": { - "line": 335, + "line": 343, "column": 47 }, "end": { - "line": 335, + "line": 343, "column": 48 } } @@ -265798,15 +272495,15 @@ "binop": null }, "value": "hotkeys", - "start": 13219, - "end": 13226, + "start": 13525, + "end": 13532, "loc": { "start": { - "line": 336, + "line": 344, "column": 16 }, "end": { - "line": 336, + "line": 344, "column": 23 } } @@ -265824,15 +272521,15 @@ "binop": null, "updateContext": null }, - "start": 13226, - "end": 13227, + "start": 13532, + "end": 13533, "loc": { "start": { - "line": 336, + "line": 344, "column": 23 }, "end": { - "line": 336, + "line": 344, "column": 24 } } @@ -265850,15 +272547,15 @@ "binop": null }, "value": "handler", - "start": 13228, - "end": 13235, + "start": 13534, + "end": 13541, "loc": { "start": { - "line": 336, + "line": 344, "column": 25 }, "end": { - "line": 336, + "line": 344, "column": 32 } } @@ -265875,15 +272572,15 @@ "postfix": false, "binop": null }, - "start": 13248, - "end": 13249, + "start": 13554, + "end": 13555, "loc": { "start": { - "line": 337, + "line": 345, "column": 12 }, "end": { - "line": 337, + "line": 345, "column": 13 } } @@ -265901,15 +272598,15 @@ "binop": null, "updateContext": null }, - "start": 13249, - "end": 13250, + "start": 13555, + "end": 13556, "loc": { "start": { - "line": 337, + "line": 345, "column": 13 }, "end": { - "line": 337, + "line": 345, "column": 14 } } @@ -265926,15 +272623,15 @@ "postfix": false, "binop": null }, - "start": 13259, - "end": 13260, + "start": 13565, + "end": 13566, "loc": { "start": { - "line": 338, + "line": 346, "column": 8 }, "end": { - "line": 338, + "line": 346, "column": 9 } } @@ -265942,15 +272639,15 @@ { "type": "CommentLine", "value": " hide play control (if present)", - "start": 13270, - "end": 13303, + "start": 13576, + "end": 13609, "loc": { "start": { - "line": 340, + "line": 348, "column": 8 }, "end": { - "line": 340, + "line": 348, "column": 41 } } @@ -265970,15 +272667,15 @@ "updateContext": null }, "value": "if", - "start": 13312, - "end": 13314, + "start": 13618, + "end": 13620, "loc": { "start": { - "line": 341, + "line": 349, "column": 8 }, "end": { - "line": 341, + "line": 349, "column": 10 } } @@ -265995,15 +272692,15 @@ "postfix": false, "binop": null }, - "start": 13315, - "end": 13316, + "start": 13621, + "end": 13622, "loc": { "start": { - "line": 341, + "line": 349, "column": 11 }, "end": { - "line": 341, + "line": 349, "column": 12 } } @@ -266023,15 +272720,15 @@ "updateContext": null }, "value": "this", - "start": 13316, - "end": 13320, + "start": 13622, + "end": 13626, "loc": { "start": { - "line": 341, + "line": 349, "column": 12 }, "end": { - "line": 341, + "line": 349, "column": 16 } } @@ -266049,15 +272746,15 @@ "binop": null, "updateContext": null }, - "start": 13320, - "end": 13321, + "start": 13626, + "end": 13627, "loc": { "start": { - "line": 341, + "line": 349, "column": 16 }, "end": { - "line": 341, + "line": 349, "column": 17 } } @@ -266075,15 +272772,15 @@ "binop": null }, "value": "player", - "start": 13321, - "end": 13327, + "start": 13627, + "end": 13633, "loc": { "start": { - "line": 341, + "line": 349, "column": 17 }, "end": { - "line": 341, + "line": 349, "column": 23 } } @@ -266101,15 +272798,15 @@ "binop": null, "updateContext": null }, - "start": 13327, - "end": 13328, + "start": 13633, + "end": 13634, "loc": { "start": { - "line": 341, + "line": 349, "column": 23 }, "end": { - "line": 341, + "line": 349, "column": 24 } } @@ -266127,15 +272824,15 @@ "binop": null }, "value": "controlBar", - "start": 13328, - "end": 13338, + "start": 13634, + "end": 13644, "loc": { "start": { - "line": 341, + "line": 349, "column": 24 }, "end": { - "line": 341, + "line": 349, "column": 34 } } @@ -266153,15 +272850,15 @@ "binop": null, "updateContext": null }, - "start": 13338, - "end": 13339, + "start": 13644, + "end": 13645, "loc": { "start": { - "line": 341, + "line": 349, "column": 34 }, "end": { - "line": 341, + "line": 349, "column": 35 } } @@ -266179,15 +272876,15 @@ "binop": null }, "value": "playToggle", - "start": 13339, - "end": 13349, + "start": 13645, + "end": 13655, "loc": { "start": { - "line": 341, + "line": 349, "column": 35 }, "end": { - "line": 341, + "line": 349, "column": 45 } } @@ -266206,15 +272903,15 @@ "updateContext": null }, "value": "!==", - "start": 13350, - "end": 13353, + "start": 13656, + "end": 13659, "loc": { "start": { - "line": 341, + "line": 349, "column": 46 }, "end": { - "line": 341, + "line": 349, "column": 49 } } @@ -266232,15 +272929,15 @@ "binop": null }, "value": "undefined", - "start": 13354, - "end": 13363, + "start": 13660, + "end": 13669, "loc": { "start": { - "line": 341, + "line": 349, "column": 50 }, "end": { - "line": 341, + "line": 349, "column": 59 } } @@ -266257,15 +272954,15 @@ "postfix": false, "binop": null }, - "start": 13363, - "end": 13364, + "start": 13669, + "end": 13670, "loc": { "start": { - "line": 341, + "line": 349, "column": 59 }, "end": { - "line": 341, + "line": 349, "column": 60 } } @@ -266282,15 +272979,15 @@ "postfix": false, "binop": null }, - "start": 13365, - "end": 13366, + "start": 13671, + "end": 13672, "loc": { "start": { - "line": 341, + "line": 349, "column": 61 }, "end": { - "line": 341, + "line": 349, "column": 62 } } @@ -266310,15 +273007,15 @@ "updateContext": null }, "value": "this", - "start": 13379, - "end": 13383, + "start": 13685, + "end": 13689, "loc": { "start": { - "line": 342, + "line": 350, "column": 12 }, "end": { - "line": 342, + "line": 350, "column": 16 } } @@ -266336,15 +273033,15 @@ "binop": null, "updateContext": null }, - "start": 13383, - "end": 13384, + "start": 13689, + "end": 13690, "loc": { "start": { - "line": 342, + "line": 350, "column": 16 }, "end": { - "line": 342, + "line": 350, "column": 17 } } @@ -266362,15 +273059,15 @@ "binop": null }, "value": "player", - "start": 13384, - "end": 13390, + "start": 13690, + "end": 13696, "loc": { "start": { - "line": 342, + "line": 350, "column": 17 }, "end": { - "line": 342, + "line": 350, "column": 23 } } @@ -266388,15 +273085,15 @@ "binop": null, "updateContext": null }, - "start": 13390, - "end": 13391, + "start": 13696, + "end": 13697, "loc": { "start": { - "line": 342, + "line": 350, "column": 23 }, "end": { - "line": 342, + "line": 350, "column": 24 } } @@ -266414,15 +273111,15 @@ "binop": null }, "value": "controlBar", - "start": 13391, - "end": 13401, + "start": 13697, + "end": 13707, "loc": { "start": { - "line": 342, + "line": 350, "column": 24 }, "end": { - "line": 342, + "line": 350, "column": 34 } } @@ -266440,15 +273137,15 @@ "binop": null, "updateContext": null }, - "start": 13401, - "end": 13402, + "start": 13707, + "end": 13708, "loc": { "start": { - "line": 342, + "line": 350, "column": 34 }, "end": { - "line": 342, + "line": 350, "column": 35 } } @@ -266466,15 +273163,15 @@ "binop": null }, "value": "playToggle", - "start": 13402, - "end": 13412, + "start": 13708, + "end": 13718, "loc": { "start": { - "line": 342, + "line": 350, "column": 35 }, "end": { - "line": 342, + "line": 350, "column": 45 } } @@ -266492,15 +273189,15 @@ "binop": null, "updateContext": null }, - "start": 13412, - "end": 13413, + "start": 13718, + "end": 13719, "loc": { "start": { - "line": 342, + "line": 350, "column": 45 }, "end": { - "line": 342, + "line": 350, "column": 46 } } @@ -266518,15 +273215,15 @@ "binop": null }, "value": "hide", - "start": 13413, - "end": 13417, + "start": 13719, + "end": 13723, "loc": { "start": { - "line": 342, + "line": 350, "column": 46 }, "end": { - "line": 342, + "line": 350, "column": 50 } } @@ -266543,15 +273240,15 @@ "postfix": false, "binop": null }, - "start": 13417, - "end": 13418, + "start": 13723, + "end": 13724, "loc": { "start": { - "line": 342, + "line": 350, "column": 50 }, "end": { - "line": 342, + "line": 350, "column": 51 } } @@ -266568,15 +273265,15 @@ "postfix": false, "binop": null }, - "start": 13418, - "end": 13419, + "start": 13724, + "end": 13725, "loc": { "start": { - "line": 342, + "line": 350, "column": 51 }, "end": { - "line": 342, + "line": 350, "column": 52 } } @@ -266594,15 +273291,15 @@ "binop": null, "updateContext": null }, - "start": 13419, - "end": 13420, + "start": 13725, + "end": 13726, "loc": { "start": { - "line": 342, + "line": 350, "column": 52 }, "end": { - "line": 342, + "line": 350, "column": 53 } } @@ -266619,15 +273316,15 @@ "postfix": false, "binop": null }, - "start": 13429, - "end": 13430, + "start": 13735, + "end": 13736, "loc": { "start": { - "line": 343, + "line": 351, "column": 8 }, "end": { - "line": 343, + "line": 351, "column": 9 } } @@ -266644,15 +273341,15 @@ "postfix": false, "binop": null }, - "start": 13435, - "end": 13436, + "start": 13741, + "end": 13742, "loc": { "start": { - "line": 344, + "line": 352, "column": 4 }, "end": { - "line": 344, + "line": 352, "column": 5 } } @@ -266660,15 +273357,15 @@ { "type": "CommentBlock", "value": "*\n * Indicates whether the plugin is currently recording or not.\n *\n * @return {boolean} Plugin currently recording or not.\n ", - "start": 13442, - "end": 13587, + "start": 13748, + "end": 13893, "loc": { "start": { - "line": 346, + "line": 354, "column": 4 }, "end": { - "line": 350, + "line": 358, "column": 7 } } @@ -266686,15 +273383,15 @@ "binop": null }, "value": "isRecording", - "start": 13592, - "end": 13603, + "start": 13898, + "end": 13909, "loc": { "start": { - "line": 351, + "line": 359, "column": 4 }, "end": { - "line": 351, + "line": 359, "column": 15 } } @@ -266711,15 +273408,15 @@ "postfix": false, "binop": null }, - "start": 13603, - "end": 13604, + "start": 13909, + "end": 13910, "loc": { "start": { - "line": 351, + "line": 359, "column": 15 }, "end": { - "line": 351, + "line": 359, "column": 16 } } @@ -266736,15 +273433,15 @@ "postfix": false, "binop": null }, - "start": 13604, - "end": 13605, + "start": 13910, + "end": 13911, "loc": { "start": { - "line": 351, + "line": 359, "column": 16 }, "end": { - "line": 351, + "line": 359, "column": 17 } } @@ -266761,15 +273458,15 @@ "postfix": false, "binop": null }, - "start": 13606, - "end": 13607, + "start": 13912, + "end": 13913, "loc": { "start": { - "line": 351, + "line": 359, "column": 18 }, "end": { - "line": 351, + "line": 359, "column": 19 } } @@ -266789,15 +273486,15 @@ "updateContext": null }, "value": "return", - "start": 13616, - "end": 13622, + "start": 13922, + "end": 13928, "loc": { "start": { - "line": 352, + "line": 360, "column": 8 }, "end": { - "line": 352, + "line": 360, "column": 14 } } @@ -266817,15 +273514,15 @@ "updateContext": null }, "value": "this", - "start": 13623, - "end": 13627, + "start": 13929, + "end": 13933, "loc": { "start": { - "line": 352, + "line": 360, "column": 15 }, "end": { - "line": 352, + "line": 360, "column": 19 } } @@ -266843,15 +273540,15 @@ "binop": null, "updateContext": null }, - "start": 13627, - "end": 13628, + "start": 13933, + "end": 13934, "loc": { "start": { - "line": 352, + "line": 360, "column": 19 }, "end": { - "line": 352, + "line": 360, "column": 20 } } @@ -266869,15 +273566,15 @@ "binop": null }, "value": "_recording", - "start": 13628, - "end": 13638, + "start": 13934, + "end": 13944, "loc": { "start": { - "line": 352, + "line": 360, "column": 20 }, "end": { - "line": 352, + "line": 360, "column": 30 } } @@ -266895,15 +273592,15 @@ "binop": null, "updateContext": null }, - "start": 13638, - "end": 13639, + "start": 13944, + "end": 13945, "loc": { "start": { - "line": 352, + "line": 360, "column": 30 }, "end": { - "line": 352, + "line": 360, "column": 31 } } @@ -266920,15 +273617,15 @@ "postfix": false, "binop": null }, - "start": 13644, - "end": 13645, + "start": 13950, + "end": 13951, "loc": { "start": { - "line": 353, + "line": 361, "column": 4 }, "end": { - "line": 353, + "line": 361, "column": 5 } } @@ -266936,15 +273633,15 @@ { "type": "CommentBlock", "value": "*\n * Indicates whether the plugin is currently processing recorded data\n * or not.\n *\n * @return {boolean} Plugin processing or not.\n ", - "start": 13651, - "end": 13809, + "start": 13957, + "end": 14115, "loc": { "start": { - "line": 355, + "line": 363, "column": 4 }, "end": { - "line": 360, + "line": 368, "column": 7 } } @@ -266962,15 +273659,15 @@ "binop": null }, "value": "isProcessing", - "start": 13814, - "end": 13826, + "start": 14120, + "end": 14132, "loc": { "start": { - "line": 361, + "line": 369, "column": 4 }, "end": { - "line": 361, + "line": 369, "column": 16 } } @@ -266987,15 +273684,15 @@ "postfix": false, "binop": null }, - "start": 13826, - "end": 13827, + "start": 14132, + "end": 14133, "loc": { "start": { - "line": 361, + "line": 369, "column": 16 }, "end": { - "line": 361, + "line": 369, "column": 17 } } @@ -267012,15 +273709,15 @@ "postfix": false, "binop": null }, - "start": 13827, - "end": 13828, + "start": 14133, + "end": 14134, "loc": { "start": { - "line": 361, + "line": 369, "column": 17 }, "end": { - "line": 361, + "line": 369, "column": 18 } } @@ -267037,15 +273734,15 @@ "postfix": false, "binop": null }, - "start": 13829, - "end": 13830, + "start": 14135, + "end": 14136, "loc": { "start": { - "line": 361, + "line": 369, "column": 19 }, "end": { - "line": 361, + "line": 369, "column": 20 } } @@ -267065,15 +273762,15 @@ "updateContext": null }, "value": "return", - "start": 13839, - "end": 13845, + "start": 14145, + "end": 14151, "loc": { "start": { - "line": 362, + "line": 370, "column": 8 }, "end": { - "line": 362, + "line": 370, "column": 14 } } @@ -267093,15 +273790,15 @@ "updateContext": null }, "value": "this", - "start": 13846, - "end": 13850, + "start": 14152, + "end": 14156, "loc": { "start": { - "line": 362, + "line": 370, "column": 15 }, "end": { - "line": 362, + "line": 370, "column": 19 } } @@ -267119,15 +273816,15 @@ "binop": null, "updateContext": null }, - "start": 13850, - "end": 13851, + "start": 14156, + "end": 14157, "loc": { "start": { - "line": 362, + "line": 370, "column": 19 }, "end": { - "line": 362, + "line": 370, "column": 20 } } @@ -267145,15 +273842,15 @@ "binop": null }, "value": "_processing", - "start": 13851, - "end": 13862, + "start": 14157, + "end": 14168, "loc": { "start": { - "line": 362, + "line": 370, "column": 20 }, "end": { - "line": 362, + "line": 370, "column": 31 } } @@ -267171,15 +273868,15 @@ "binop": null, "updateContext": null }, - "start": 13862, - "end": 13863, + "start": 14168, + "end": 14169, "loc": { "start": { - "line": 362, + "line": 370, "column": 31 }, "end": { - "line": 362, + "line": 370, "column": 32 } } @@ -267196,15 +273893,15 @@ "postfix": false, "binop": null }, - "start": 13868, - "end": 13869, + "start": 14174, + "end": 14175, "loc": { "start": { - "line": 363, + "line": 371, "column": 4 }, "end": { - "line": 363, + "line": 371, "column": 5 } } @@ -267212,15 +273909,15 @@ { "type": "CommentBlock", "value": "*\n * Indicates whether the plugin is destroyed or not.\n *\n * @return {boolean} Plugin destroyed or not.\n ", - "start": 13875, - "end": 14000, + "start": 14181, + "end": 14306, "loc": { "start": { - "line": 365, + "line": 373, "column": 4 }, "end": { - "line": 369, + "line": 377, "column": 7 } } @@ -267238,15 +273935,15 @@ "binop": null }, "value": "isDestroyed", - "start": 14005, - "end": 14016, + "start": 14311, + "end": 14322, "loc": { "start": { - "line": 370, + "line": 378, "column": 4 }, "end": { - "line": 370, + "line": 378, "column": 15 } } @@ -267263,15 +273960,15 @@ "postfix": false, "binop": null }, - "start": 14016, - "end": 14017, + "start": 14322, + "end": 14323, "loc": { "start": { - "line": 370, + "line": 378, "column": 15 }, "end": { - "line": 370, + "line": 378, "column": 16 } } @@ -267288,15 +273985,15 @@ "postfix": false, "binop": null }, - "start": 14017, - "end": 14018, + "start": 14323, + "end": 14324, "loc": { "start": { - "line": 370, + "line": 378, "column": 16 }, "end": { - "line": 370, + "line": 378, "column": 17 } } @@ -267313,15 +274010,15 @@ "postfix": false, "binop": null }, - "start": 14019, - "end": 14020, + "start": 14325, + "end": 14326, "loc": { "start": { - "line": 370, + "line": 378, "column": 18 }, "end": { - "line": 370, + "line": 378, "column": 19 } } @@ -267341,15 +274038,15 @@ "updateContext": null }, "value": "let", - "start": 14029, - "end": 14032, + "start": 14335, + "end": 14338, "loc": { "start": { - "line": 371, + "line": 379, "column": 8 }, "end": { - "line": 371, + "line": 379, "column": 11 } } @@ -267367,15 +274064,15 @@ "binop": null }, "value": "destroyed", - "start": 14033, - "end": 14042, + "start": 14339, + "end": 14348, "loc": { "start": { - "line": 371, + "line": 379, "column": 12 }, "end": { - "line": 371, + "line": 379, "column": 21 } } @@ -267394,15 +274091,15 @@ "updateContext": null }, "value": "=", - "start": 14043, - "end": 14044, + "start": 14349, + "end": 14350, "loc": { "start": { - "line": 371, + "line": 379, "column": 22 }, "end": { - "line": 371, + "line": 379, "column": 23 } } @@ -267419,15 +274116,15 @@ "postfix": false, "binop": null }, - "start": 14045, - "end": 14046, + "start": 14351, + "end": 14352, "loc": { "start": { - "line": 371, + "line": 379, "column": 24 }, "end": { - "line": 371, + "line": 379, "column": 25 } } @@ -267447,15 +274144,15 @@ "updateContext": null }, "value": "this", - "start": 14046, - "end": 14050, + "start": 14352, + "end": 14356, "loc": { "start": { - "line": 371, + "line": 379, "column": 25 }, "end": { - "line": 371, + "line": 379, "column": 29 } } @@ -267473,15 +274170,15 @@ "binop": null, "updateContext": null }, - "start": 14050, - "end": 14051, + "start": 14356, + "end": 14357, "loc": { "start": { - "line": 371, + "line": 379, "column": 29 }, "end": { - "line": 371, + "line": 379, "column": 30 } } @@ -267499,15 +274196,15 @@ "binop": null }, "value": "player", - "start": 14051, - "end": 14057, + "start": 14357, + "end": 14363, "loc": { "start": { - "line": 371, + "line": 379, "column": 30 }, "end": { - "line": 371, + "line": 379, "column": 36 } } @@ -267526,15 +274223,15 @@ "updateContext": null }, "value": "===", - "start": 14058, - "end": 14061, + "start": 14364, + "end": 14367, "loc": { "start": { - "line": 371, + "line": 379, "column": 37 }, "end": { - "line": 371, + "line": 379, "column": 40 } } @@ -267554,15 +274251,15 @@ "updateContext": null }, "value": "null", - "start": 14062, - "end": 14066, + "start": 14368, + "end": 14372, "loc": { "start": { - "line": 371, + "line": 379, "column": 41 }, "end": { - "line": 371, + "line": 379, "column": 45 } } @@ -267579,15 +274276,15 @@ "postfix": false, "binop": null }, - "start": 14066, - "end": 14067, + "start": 14372, + "end": 14373, "loc": { "start": { - "line": 371, + "line": 379, "column": 45 }, "end": { - "line": 371, + "line": 379, "column": 46 } } @@ -267605,15 +274302,15 @@ "binop": null, "updateContext": null }, - "start": 14067, - "end": 14068, + "start": 14373, + "end": 14374, "loc": { "start": { - "line": 371, + "line": 379, "column": 46 }, "end": { - "line": 371, + "line": 379, "column": 47 } } @@ -267633,15 +274330,15 @@ "updateContext": null }, "value": "if", - "start": 14077, - "end": 14079, + "start": 14383, + "end": 14385, "loc": { "start": { - "line": 372, + "line": 380, "column": 8 }, "end": { - "line": 372, + "line": 380, "column": 10 } } @@ -267658,15 +274355,15 @@ "postfix": false, "binop": null }, - "start": 14080, - "end": 14081, + "start": 14386, + "end": 14387, "loc": { "start": { - "line": 372, + "line": 380, "column": 11 }, "end": { - "line": 372, + "line": 380, "column": 12 } } @@ -267684,15 +274381,15 @@ "binop": null }, "value": "destroyed", - "start": 14081, - "end": 14090, + "start": 14387, + "end": 14396, "loc": { "start": { - "line": 372, + "line": 380, "column": 12 }, "end": { - "line": 372, + "line": 380, "column": 21 } } @@ -267711,15 +274408,15 @@ "updateContext": null }, "value": "===", - "start": 14091, - "end": 14094, + "start": 14397, + "end": 14400, "loc": { "start": { - "line": 372, + "line": 380, "column": 22 }, "end": { - "line": 372, + "line": 380, "column": 25 } } @@ -267739,15 +274436,15 @@ "updateContext": null }, "value": "false", - "start": 14095, - "end": 14100, + "start": 14401, + "end": 14406, "loc": { "start": { - "line": 372, + "line": 380, "column": 26 }, "end": { - "line": 372, + "line": 380, "column": 31 } } @@ -267764,15 +274461,15 @@ "postfix": false, "binop": null }, - "start": 14100, - "end": 14101, + "start": 14406, + "end": 14407, "loc": { "start": { - "line": 372, + "line": 380, "column": 31 }, "end": { - "line": 372, + "line": 380, "column": 32 } } @@ -267789,15 +274486,15 @@ "postfix": false, "binop": null }, - "start": 14102, - "end": 14103, + "start": 14408, + "end": 14409, "loc": { "start": { - "line": 372, + "line": 380, "column": 33 }, "end": { - "line": 372, + "line": 380, "column": 34 } } @@ -267815,15 +274512,15 @@ "binop": null }, "value": "destroyed", - "start": 14116, - "end": 14125, + "start": 14422, + "end": 14431, "loc": { "start": { - "line": 373, + "line": 381, "column": 12 }, "end": { - "line": 373, + "line": 381, "column": 21 } } @@ -267842,15 +274539,15 @@ "updateContext": null }, "value": "=", - "start": 14126, - "end": 14127, + "start": 14432, + "end": 14433, "loc": { "start": { - "line": 373, + "line": 381, "column": 22 }, "end": { - "line": 373, + "line": 381, "column": 23 } } @@ -267867,15 +274564,15 @@ "postfix": false, "binop": null }, - "start": 14128, - "end": 14129, + "start": 14434, + "end": 14435, "loc": { "start": { - "line": 373, + "line": 381, "column": 24 }, "end": { - "line": 373, + "line": 381, "column": 25 } } @@ -267895,15 +274592,15 @@ "updateContext": null }, "value": "this", - "start": 14129, - "end": 14133, + "start": 14435, + "end": 14439, "loc": { "start": { - "line": 373, + "line": 381, "column": 25 }, "end": { - "line": 373, + "line": 381, "column": 29 } } @@ -267921,15 +274618,15 @@ "binop": null, "updateContext": null }, - "start": 14133, - "end": 14134, + "start": 14439, + "end": 14440, "loc": { "start": { - "line": 373, + "line": 381, "column": 29 }, "end": { - "line": 373, + "line": 381, "column": 30 } } @@ -267947,15 +274644,15 @@ "binop": null }, "value": "player", - "start": 14134, - "end": 14140, + "start": 14440, + "end": 14446, "loc": { "start": { - "line": 373, + "line": 381, "column": 30 }, "end": { - "line": 373, + "line": 381, "column": 36 } } @@ -267973,15 +274670,15 @@ "binop": null, "updateContext": null }, - "start": 14140, - "end": 14141, + "start": 14446, + "end": 14447, "loc": { "start": { - "line": 373, + "line": 381, "column": 36 }, "end": { - "line": 373, + "line": 381, "column": 37 } } @@ -267999,15 +274696,15 @@ "binop": null }, "value": "children", - "start": 14141, - "end": 14149, + "start": 14447, + "end": 14455, "loc": { "start": { - "line": 373, + "line": 381, "column": 37 }, "end": { - "line": 373, + "line": 381, "column": 45 } } @@ -268024,15 +274721,15 @@ "postfix": false, "binop": null }, - "start": 14149, - "end": 14150, + "start": 14455, + "end": 14456, "loc": { "start": { - "line": 373, + "line": 381, "column": 45 }, "end": { - "line": 373, + "line": 381, "column": 46 } } @@ -268049,15 +274746,15 @@ "postfix": false, "binop": null }, - "start": 14150, - "end": 14151, + "start": 14456, + "end": 14457, "loc": { "start": { - "line": 373, + "line": 381, "column": 46 }, "end": { - "line": 373, + "line": 381, "column": 47 } } @@ -268076,15 +274773,15 @@ "updateContext": null }, "value": "===", - "start": 14152, - "end": 14155, + "start": 14458, + "end": 14461, "loc": { "start": { - "line": 373, + "line": 381, "column": 48 }, "end": { - "line": 373, + "line": 381, "column": 51 } } @@ -268104,15 +274801,15 @@ "updateContext": null }, "value": "null", - "start": 14156, - "end": 14160, + "start": 14462, + "end": 14466, "loc": { "start": { - "line": 373, + "line": 381, "column": 52 }, "end": { - "line": 373, + "line": 381, "column": 56 } } @@ -268129,15 +274826,15 @@ "postfix": false, "binop": null }, - "start": 14160, - "end": 14161, + "start": 14466, + "end": 14467, "loc": { "start": { - "line": 373, + "line": 381, "column": 56 }, "end": { - "line": 373, + "line": 381, "column": 57 } } @@ -268155,15 +274852,15 @@ "binop": null, "updateContext": null }, - "start": 14161, - "end": 14162, + "start": 14467, + "end": 14468, "loc": { "start": { - "line": 373, + "line": 381, "column": 57 }, "end": { - "line": 373, + "line": 381, "column": 58 } } @@ -268180,15 +274877,15 @@ "postfix": false, "binop": null }, - "start": 14171, - "end": 14172, + "start": 14477, + "end": 14478, "loc": { "start": { - "line": 374, + "line": 382, "column": 8 }, "end": { - "line": 374, + "line": 382, "column": 9 } } @@ -268208,15 +274905,15 @@ "updateContext": null }, "value": "return", - "start": 14181, - "end": 14187, + "start": 14487, + "end": 14493, "loc": { "start": { - "line": 375, + "line": 383, "column": 8 }, "end": { - "line": 375, + "line": 383, "column": 14 } } @@ -268234,15 +274931,15 @@ "binop": null }, "value": "destroyed", - "start": 14188, - "end": 14197, + "start": 14494, + "end": 14503, "loc": { "start": { - "line": 375, + "line": 383, "column": 15 }, "end": { - "line": 375, + "line": 383, "column": 24 } } @@ -268260,15 +274957,15 @@ "binop": null, "updateContext": null }, - "start": 14197, - "end": 14198, + "start": 14503, + "end": 14504, "loc": { "start": { - "line": 375, + "line": 383, "column": 24 }, "end": { - "line": 375, + "line": 383, "column": 25 } } @@ -268285,15 +274982,15 @@ "postfix": false, "binop": null }, - "start": 14203, - "end": 14204, + "start": 14509, + "end": 14510, "loc": { "start": { - "line": 376, + "line": 384, "column": 4 }, "end": { - "line": 376, + "line": 384, "column": 5 } } @@ -268301,15 +274998,15 @@ { "type": "CommentBlock", "value": "*\n * Open the browser's recording device selection dialog and start the\n * device.\n ", - "start": 14210, - "end": 14310, + "start": 14516, + "end": 14616, "loc": { "start": { - "line": 378, + "line": 386, "column": 4 }, "end": { - "line": 381, + "line": 389, "column": 7 } } @@ -268327,15 +275024,15 @@ "binop": null }, "value": "getDevice", - "start": 14315, - "end": 14324, + "start": 14621, + "end": 14630, "loc": { "start": { - "line": 382, + "line": 390, "column": 4 }, "end": { - "line": 382, + "line": 390, "column": 13 } } @@ -268352,15 +275049,15 @@ "postfix": false, "binop": null }, - "start": 14324, - "end": 14325, + "start": 14630, + "end": 14631, "loc": { "start": { - "line": 382, + "line": 390, "column": 13 }, "end": { - "line": 382, + "line": 390, "column": 14 } } @@ -268377,15 +275074,15 @@ "postfix": false, "binop": null }, - "start": 14325, - "end": 14326, + "start": 14631, + "end": 14632, "loc": { "start": { - "line": 382, + "line": 390, "column": 14 }, "end": { - "line": 382, + "line": 390, "column": 15 } } @@ -268402,15 +275099,15 @@ "postfix": false, "binop": null }, - "start": 14327, - "end": 14328, + "start": 14633, + "end": 14634, "loc": { "start": { - "line": 382, + "line": 390, "column": 16 }, "end": { - "line": 382, + "line": 390, "column": 17 } } @@ -268418,15 +275115,15 @@ { "type": "CommentLine", "value": " define device callbacks once", - "start": 14337, - "end": 14368, + "start": 14643, + "end": 14674, "loc": { "start": { - "line": 383, + "line": 391, "column": 8 }, "end": { - "line": 383, + "line": 391, "column": 39 } } @@ -268446,15 +275143,15 @@ "updateContext": null }, "value": "if", - "start": 14377, - "end": 14379, + "start": 14683, + "end": 14685, "loc": { "start": { - "line": 384, + "line": 392, "column": 8 }, "end": { - "line": 384, + "line": 392, "column": 10 } } @@ -268471,15 +275168,15 @@ "postfix": false, "binop": null }, - "start": 14380, - "end": 14381, + "start": 14686, + "end": 14687, "loc": { "start": { - "line": 384, + "line": 392, "column": 11 }, "end": { - "line": 384, + "line": 392, "column": 12 } } @@ -268499,15 +275196,15 @@ "updateContext": null }, "value": "this", - "start": 14381, - "end": 14385, + "start": 14687, + "end": 14691, "loc": { "start": { - "line": 384, + "line": 392, "column": 12 }, "end": { - "line": 384, + "line": 392, "column": 16 } } @@ -268525,15 +275222,15 @@ "binop": null, "updateContext": null }, - "start": 14385, - "end": 14386, + "start": 14691, + "end": 14692, "loc": { "start": { - "line": 384, + "line": 392, "column": 16 }, "end": { - "line": 384, + "line": 392, "column": 17 } } @@ -268551,15 +275248,15 @@ "binop": null }, "value": "deviceReadyCallback", - "start": 14386, - "end": 14405, + "start": 14692, + "end": 14711, "loc": { "start": { - "line": 384, + "line": 392, "column": 17 }, "end": { - "line": 384, + "line": 392, "column": 36 } } @@ -268578,15 +275275,15 @@ "updateContext": null }, "value": "===", - "start": 14406, - "end": 14409, + "start": 14712, + "end": 14715, "loc": { "start": { - "line": 384, + "line": 392, "column": 37 }, "end": { - "line": 384, + "line": 392, "column": 40 } } @@ -268604,15 +275301,15 @@ "binop": null }, "value": "undefined", - "start": 14410, - "end": 14419, + "start": 14716, + "end": 14725, "loc": { "start": { - "line": 384, + "line": 392, "column": 41 }, "end": { - "line": 384, + "line": 392, "column": 50 } } @@ -268629,15 +275326,15 @@ "postfix": false, "binop": null }, - "start": 14419, - "end": 14420, + "start": 14725, + "end": 14726, "loc": { "start": { - "line": 384, + "line": 392, "column": 50 }, "end": { - "line": 384, + "line": 392, "column": 51 } } @@ -268654,15 +275351,15 @@ "postfix": false, "binop": null }, - "start": 14421, - "end": 14422, + "start": 14727, + "end": 14728, "loc": { "start": { - "line": 384, + "line": 392, "column": 52 }, "end": { - "line": 384, + "line": 392, "column": 53 } } @@ -268682,15 +275379,15 @@ "updateContext": null }, "value": "this", - "start": 14435, - "end": 14439, + "start": 14741, + "end": 14745, "loc": { "start": { - "line": 385, + "line": 393, "column": 12 }, "end": { - "line": 385, + "line": 393, "column": 16 } } @@ -268708,15 +275405,15 @@ "binop": null, "updateContext": null }, - "start": 14439, - "end": 14440, + "start": 14745, + "end": 14746, "loc": { "start": { - "line": 385, + "line": 393, "column": 16 }, "end": { - "line": 385, + "line": 393, "column": 17 } } @@ -268734,15 +275431,15 @@ "binop": null }, "value": "deviceReadyCallback", - "start": 14440, - "end": 14459, + "start": 14746, + "end": 14765, "loc": { "start": { - "line": 385, + "line": 393, "column": 17 }, "end": { - "line": 385, + "line": 393, "column": 36 } } @@ -268761,15 +275458,15 @@ "updateContext": null }, "value": "=", - "start": 14460, - "end": 14461, + "start": 14766, + "end": 14767, "loc": { "start": { - "line": 385, + "line": 393, "column": 37 }, "end": { - "line": 385, + "line": 393, "column": 38 } } @@ -268789,15 +275486,15 @@ "updateContext": null }, "value": "this", - "start": 14462, - "end": 14466, + "start": 14768, + "end": 14772, "loc": { "start": { - "line": 385, + "line": 393, "column": 39 }, "end": { - "line": 385, + "line": 393, "column": 43 } } @@ -268815,15 +275512,15 @@ "binop": null, "updateContext": null }, - "start": 14466, - "end": 14467, + "start": 14772, + "end": 14773, "loc": { "start": { - "line": 385, + "line": 393, "column": 43 }, "end": { - "line": 385, + "line": 393, "column": 44 } } @@ -268841,15 +275538,15 @@ "binop": null }, "value": "onDeviceReady", - "start": 14467, - "end": 14480, + "start": 14773, + "end": 14786, "loc": { "start": { - "line": 385, + "line": 393, "column": 44 }, "end": { - "line": 385, + "line": 393, "column": 57 } } @@ -268867,15 +275564,15 @@ "binop": null, "updateContext": null }, - "start": 14480, - "end": 14481, + "start": 14786, + "end": 14787, "loc": { "start": { - "line": 385, + "line": 393, "column": 57 }, "end": { - "line": 385, + "line": 393, "column": 58 } } @@ -268893,15 +275590,15 @@ "binop": null }, "value": "bind", - "start": 14481, - "end": 14485, + "start": 14787, + "end": 14791, "loc": { "start": { - "line": 385, + "line": 393, "column": 58 }, "end": { - "line": 385, + "line": 393, "column": 62 } } @@ -268918,15 +275615,15 @@ "postfix": false, "binop": null }, - "start": 14485, - "end": 14486, + "start": 14791, + "end": 14792, "loc": { "start": { - "line": 385, + "line": 393, "column": 62 }, "end": { - "line": 385, + "line": 393, "column": 63 } } @@ -268946,15 +275643,15 @@ "updateContext": null }, "value": "this", - "start": 14486, - "end": 14490, + "start": 14792, + "end": 14796, "loc": { "start": { - "line": 385, + "line": 393, "column": 63 }, "end": { - "line": 385, + "line": 393, "column": 67 } } @@ -268971,15 +275668,15 @@ "postfix": false, "binop": null }, - "start": 14490, - "end": 14491, + "start": 14796, + "end": 14797, "loc": { "start": { - "line": 385, + "line": 393, "column": 67 }, "end": { - "line": 385, + "line": 393, "column": 68 } } @@ -268997,15 +275694,15 @@ "binop": null, "updateContext": null }, - "start": 14491, - "end": 14492, + "start": 14797, + "end": 14798, "loc": { "start": { - "line": 385, + "line": 393, "column": 68 }, "end": { - "line": 385, + "line": 393, "column": 69 } } @@ -269022,15 +275719,15 @@ "postfix": false, "binop": null }, - "start": 14501, - "end": 14502, + "start": 14807, + "end": 14808, "loc": { "start": { - "line": 386, + "line": 394, "column": 8 }, "end": { - "line": 386, + "line": 394, "column": 9 } } @@ -269050,15 +275747,15 @@ "updateContext": null }, "value": "if", - "start": 14511, - "end": 14513, + "start": 14817, + "end": 14819, "loc": { "start": { - "line": 387, + "line": 395, "column": 8 }, "end": { - "line": 387, + "line": 395, "column": 10 } } @@ -269075,15 +275772,15 @@ "postfix": false, "binop": null }, - "start": 14514, - "end": 14515, + "start": 14820, + "end": 14821, "loc": { "start": { - "line": 387, + "line": 395, "column": 11 }, "end": { - "line": 387, + "line": 395, "column": 12 } } @@ -269103,15 +275800,15 @@ "updateContext": null }, "value": "this", - "start": 14515, - "end": 14519, + "start": 14821, + "end": 14825, "loc": { "start": { - "line": 387, + "line": 395, "column": 12 }, "end": { - "line": 387, + "line": 395, "column": 16 } } @@ -269129,15 +275826,15 @@ "binop": null, "updateContext": null }, - "start": 14519, - "end": 14520, + "start": 14825, + "end": 14826, "loc": { "start": { - "line": 387, + "line": 395, "column": 16 }, "end": { - "line": 387, + "line": 395, "column": 17 } } @@ -269155,15 +275852,15 @@ "binop": null }, "value": "deviceErrorCallback", - "start": 14520, - "end": 14539, + "start": 14826, + "end": 14845, "loc": { "start": { - "line": 387, + "line": 395, "column": 17 }, "end": { - "line": 387, + "line": 395, "column": 36 } } @@ -269182,15 +275879,15 @@ "updateContext": null }, "value": "===", - "start": 14540, - "end": 14543, + "start": 14846, + "end": 14849, "loc": { "start": { - "line": 387, + "line": 395, "column": 37 }, "end": { - "line": 387, + "line": 395, "column": 40 } } @@ -269208,15 +275905,15 @@ "binop": null }, "value": "undefined", - "start": 14544, - "end": 14553, + "start": 14850, + "end": 14859, "loc": { "start": { - "line": 387, + "line": 395, "column": 41 }, "end": { - "line": 387, + "line": 395, "column": 50 } } @@ -269233,15 +275930,15 @@ "postfix": false, "binop": null }, - "start": 14553, - "end": 14554, + "start": 14859, + "end": 14860, "loc": { "start": { - "line": 387, + "line": 395, "column": 50 }, "end": { - "line": 387, + "line": 395, "column": 51 } } @@ -269258,15 +275955,15 @@ "postfix": false, "binop": null }, - "start": 14555, - "end": 14556, + "start": 14861, + "end": 14862, "loc": { "start": { - "line": 387, + "line": 395, "column": 52 }, "end": { - "line": 387, + "line": 395, "column": 53 } } @@ -269286,15 +275983,15 @@ "updateContext": null }, "value": "this", - "start": 14569, - "end": 14573, + "start": 14875, + "end": 14879, "loc": { "start": { - "line": 388, + "line": 396, "column": 12 }, "end": { - "line": 388, + "line": 396, "column": 16 } } @@ -269312,15 +276009,15 @@ "binop": null, "updateContext": null }, - "start": 14573, - "end": 14574, + "start": 14879, + "end": 14880, "loc": { "start": { - "line": 388, + "line": 396, "column": 16 }, "end": { - "line": 388, + "line": 396, "column": 17 } } @@ -269338,15 +276035,15 @@ "binop": null }, "value": "deviceErrorCallback", - "start": 14574, - "end": 14593, + "start": 14880, + "end": 14899, "loc": { "start": { - "line": 388, + "line": 396, "column": 17 }, "end": { - "line": 388, + "line": 396, "column": 36 } } @@ -269365,15 +276062,15 @@ "updateContext": null }, "value": "=", - "start": 14594, - "end": 14595, + "start": 14900, + "end": 14901, "loc": { "start": { - "line": 388, + "line": 396, "column": 37 }, "end": { - "line": 388, + "line": 396, "column": 38 } } @@ -269393,15 +276090,15 @@ "updateContext": null }, "value": "this", - "start": 14596, - "end": 14600, + "start": 14902, + "end": 14906, "loc": { "start": { - "line": 388, + "line": 396, "column": 39 }, "end": { - "line": 388, + "line": 396, "column": 43 } } @@ -269419,15 +276116,15 @@ "binop": null, "updateContext": null }, - "start": 14600, - "end": 14601, + "start": 14906, + "end": 14907, "loc": { "start": { - "line": 388, + "line": 396, "column": 43 }, "end": { - "line": 388, + "line": 396, "column": 44 } } @@ -269445,15 +276142,15 @@ "binop": null }, "value": "onDeviceError", - "start": 14601, - "end": 14614, + "start": 14907, + "end": 14920, "loc": { "start": { - "line": 388, + "line": 396, "column": 44 }, "end": { - "line": 388, + "line": 396, "column": 57 } } @@ -269471,15 +276168,15 @@ "binop": null, "updateContext": null }, - "start": 14614, - "end": 14615, + "start": 14920, + "end": 14921, "loc": { "start": { - "line": 388, + "line": 396, "column": 57 }, "end": { - "line": 388, + "line": 396, "column": 58 } } @@ -269497,15 +276194,15 @@ "binop": null }, "value": "bind", - "start": 14615, - "end": 14619, + "start": 14921, + "end": 14925, "loc": { "start": { - "line": 388, + "line": 396, "column": 58 }, "end": { - "line": 388, + "line": 396, "column": 62 } } @@ -269522,15 +276219,15 @@ "postfix": false, "binop": null }, - "start": 14619, - "end": 14620, + "start": 14925, + "end": 14926, "loc": { "start": { - "line": 388, + "line": 396, "column": 62 }, "end": { - "line": 388, + "line": 396, "column": 63 } } @@ -269550,15 +276247,15 @@ "updateContext": null }, "value": "this", - "start": 14620, - "end": 14624, + "start": 14926, + "end": 14930, "loc": { "start": { - "line": 388, + "line": 396, "column": 63 }, "end": { - "line": 388, + "line": 396, "column": 67 } } @@ -269575,15 +276272,15 @@ "postfix": false, "binop": null }, - "start": 14624, - "end": 14625, + "start": 14930, + "end": 14931, "loc": { "start": { - "line": 388, + "line": 396, "column": 67 }, "end": { - "line": 388, + "line": 396, "column": 68 } } @@ -269601,15 +276298,15 @@ "binop": null, "updateContext": null }, - "start": 14625, - "end": 14626, + "start": 14931, + "end": 14932, "loc": { "start": { - "line": 388, + "line": 396, "column": 68 }, "end": { - "line": 388, + "line": 396, "column": 69 } } @@ -269626,15 +276323,15 @@ "postfix": false, "binop": null }, - "start": 14635, - "end": 14636, + "start": 14941, + "end": 14942, "loc": { "start": { - "line": 389, + "line": 397, "column": 8 }, "end": { - "line": 389, + "line": 397, "column": 9 } } @@ -269654,15 +276351,15 @@ "updateContext": null }, "value": "if", - "start": 14645, - "end": 14647, + "start": 14951, + "end": 14953, "loc": { "start": { - "line": 390, + "line": 398, "column": 8 }, "end": { - "line": 390, + "line": 398, "column": 10 } } @@ -269679,15 +276376,15 @@ "postfix": false, "binop": null }, - "start": 14648, - "end": 14649, + "start": 14954, + "end": 14955, "loc": { "start": { - "line": 390, + "line": 398, "column": 11 }, "end": { - "line": 390, + "line": 398, "column": 12 } } @@ -269707,15 +276404,15 @@ "updateContext": null }, "value": "this", - "start": 14649, - "end": 14653, + "start": 14955, + "end": 14959, "loc": { "start": { - "line": 390, + "line": 398, "column": 12 }, "end": { - "line": 390, + "line": 398, "column": 16 } } @@ -269733,15 +276430,15 @@ "binop": null, "updateContext": null }, - "start": 14653, - "end": 14654, + "start": 14959, + "end": 14960, "loc": { "start": { - "line": 390, + "line": 398, "column": 16 }, "end": { - "line": 390, + "line": 398, "column": 17 } } @@ -269759,15 +276456,15 @@ "binop": null }, "value": "engineStopCallback", - "start": 14654, - "end": 14672, + "start": 14960, + "end": 14978, "loc": { "start": { - "line": 390, + "line": 398, "column": 17 }, "end": { - "line": 390, + "line": 398, "column": 35 } } @@ -269786,15 +276483,15 @@ "updateContext": null }, "value": "===", - "start": 14673, - "end": 14676, + "start": 14979, + "end": 14982, "loc": { "start": { - "line": 390, + "line": 398, "column": 36 }, "end": { - "line": 390, + "line": 398, "column": 39 } } @@ -269812,15 +276509,15 @@ "binop": null }, "value": "undefined", - "start": 14677, - "end": 14686, + "start": 14983, + "end": 14992, "loc": { "start": { - "line": 390, + "line": 398, "column": 40 }, "end": { - "line": 390, + "line": 398, "column": 49 } } @@ -269837,15 +276534,15 @@ "postfix": false, "binop": null }, - "start": 14686, - "end": 14687, + "start": 14992, + "end": 14993, "loc": { "start": { - "line": 390, + "line": 398, "column": 49 }, "end": { - "line": 390, + "line": 398, "column": 50 } } @@ -269862,15 +276559,15 @@ "postfix": false, "binop": null }, - "start": 14688, - "end": 14689, + "start": 14994, + "end": 14995, "loc": { "start": { - "line": 390, + "line": 398, "column": 51 }, "end": { - "line": 390, + "line": 398, "column": 52 } } @@ -269890,15 +276587,15 @@ "updateContext": null }, "value": "this", - "start": 14702, - "end": 14706, + "start": 15008, + "end": 15012, "loc": { "start": { - "line": 391, + "line": 399, "column": 12 }, "end": { - "line": 391, + "line": 399, "column": 16 } } @@ -269916,15 +276613,15 @@ "binop": null, "updateContext": null }, - "start": 14706, - "end": 14707, + "start": 15012, + "end": 15013, "loc": { "start": { - "line": 391, + "line": 399, "column": 16 }, "end": { - "line": 391, + "line": 399, "column": 17 } } @@ -269942,15 +276639,15 @@ "binop": null }, "value": "engineStopCallback", - "start": 14707, - "end": 14725, + "start": 15013, + "end": 15031, "loc": { "start": { - "line": 391, + "line": 399, "column": 17 }, "end": { - "line": 391, + "line": 399, "column": 35 } } @@ -269969,15 +276666,15 @@ "updateContext": null }, "value": "=", - "start": 14726, - "end": 14727, + "start": 15032, + "end": 15033, "loc": { "start": { - "line": 391, + "line": 399, "column": 36 }, "end": { - "line": 391, + "line": 399, "column": 37 } } @@ -269997,15 +276694,15 @@ "updateContext": null }, "value": "this", - "start": 14728, - "end": 14732, + "start": 15034, + "end": 15038, "loc": { "start": { - "line": 391, + "line": 399, "column": 38 }, "end": { - "line": 391, + "line": 399, "column": 42 } } @@ -270023,15 +276720,15 @@ "binop": null, "updateContext": null }, - "start": 14732, - "end": 14733, + "start": 15038, + "end": 15039, "loc": { "start": { - "line": 391, + "line": 399, "column": 42 }, "end": { - "line": 391, + "line": 399, "column": 43 } } @@ -270049,15 +276746,15 @@ "binop": null }, "value": "onRecordComplete", - "start": 14733, - "end": 14749, + "start": 15039, + "end": 15055, "loc": { "start": { - "line": 391, + "line": 399, "column": 43 }, "end": { - "line": 391, + "line": 399, "column": 59 } } @@ -270075,15 +276772,15 @@ "binop": null, "updateContext": null }, - "start": 14749, - "end": 14750, + "start": 15055, + "end": 15056, "loc": { "start": { - "line": 391, + "line": 399, "column": 59 }, "end": { - "line": 391, + "line": 399, "column": 60 } } @@ -270101,15 +276798,15 @@ "binop": null }, "value": "bind", - "start": 14750, - "end": 14754, + "start": 15056, + "end": 15060, "loc": { "start": { - "line": 391, + "line": 399, "column": 60 }, "end": { - "line": 391, + "line": 399, "column": 64 } } @@ -270126,15 +276823,15 @@ "postfix": false, "binop": null }, - "start": 14754, - "end": 14755, + "start": 15060, + "end": 15061, "loc": { "start": { - "line": 391, + "line": 399, "column": 64 }, "end": { - "line": 391, + "line": 399, "column": 65 } } @@ -270154,15 +276851,15 @@ "updateContext": null }, "value": "this", - "start": 14755, - "end": 14759, + "start": 15061, + "end": 15065, "loc": { "start": { - "line": 391, + "line": 399, "column": 65 }, "end": { - "line": 391, + "line": 399, "column": 69 } } @@ -270179,15 +276876,15 @@ "postfix": false, "binop": null }, - "start": 14759, - "end": 14760, + "start": 15065, + "end": 15066, "loc": { "start": { - "line": 391, + "line": 399, "column": 69 }, "end": { - "line": 391, + "line": 399, "column": 70 } } @@ -270205,15 +276902,15 @@ "binop": null, "updateContext": null }, - "start": 14760, - "end": 14761, + "start": 15066, + "end": 15067, "loc": { "start": { - "line": 391, + "line": 399, "column": 70 }, "end": { - "line": 391, + "line": 399, "column": 71 } } @@ -270230,15 +276927,15 @@ "postfix": false, "binop": null }, - "start": 14770, - "end": 14771, + "start": 15076, + "end": 15077, "loc": { "start": { - "line": 392, + "line": 400, "column": 8 }, "end": { - "line": 392, + "line": 400, "column": 9 } } @@ -270258,15 +276955,15 @@ "updateContext": null }, "value": "if", - "start": 14780, - "end": 14782, + "start": 15086, + "end": 15088, "loc": { "start": { - "line": 393, + "line": 401, "column": 8 }, "end": { - "line": 393, + "line": 401, "column": 10 } } @@ -270283,15 +276980,15 @@ "postfix": false, "binop": null }, - "start": 14783, - "end": 14784, + "start": 15089, + "end": 15090, "loc": { "start": { - "line": 393, + "line": 401, "column": 11 }, "end": { - "line": 393, + "line": 401, "column": 12 } } @@ -270311,15 +277008,15 @@ "updateContext": null }, "value": "this", - "start": 14784, - "end": 14788, + "start": 15090, + "end": 15094, "loc": { "start": { - "line": 393, + "line": 401, "column": 12 }, "end": { - "line": 393, + "line": 401, "column": 16 } } @@ -270337,15 +277034,15 @@ "binop": null, "updateContext": null }, - "start": 14788, - "end": 14789, + "start": 15094, + "end": 15095, "loc": { "start": { - "line": 393, + "line": 401, "column": 16 }, "end": { - "line": 393, + "line": 401, "column": 17 } } @@ -270363,15 +277060,15 @@ "binop": null }, "value": "streamVisibleCallback", - "start": 14789, - "end": 14810, + "start": 15095, + "end": 15116, "loc": { "start": { - "line": 393, + "line": 401, "column": 17 }, "end": { - "line": 393, + "line": 401, "column": 38 } } @@ -270390,15 +277087,15 @@ "updateContext": null }, "value": "===", - "start": 14811, - "end": 14814, + "start": 15117, + "end": 15120, "loc": { "start": { - "line": 393, + "line": 401, "column": 39 }, "end": { - "line": 393, + "line": 401, "column": 42 } } @@ -270416,15 +277113,15 @@ "binop": null }, "value": "undefined", - "start": 14815, - "end": 14824, + "start": 15121, + "end": 15130, "loc": { "start": { - "line": 393, + "line": 401, "column": 43 }, "end": { - "line": 393, + "line": 401, "column": 52 } } @@ -270441,15 +277138,15 @@ "postfix": false, "binop": null }, - "start": 14824, - "end": 14825, + "start": 15130, + "end": 15131, "loc": { "start": { - "line": 393, + "line": 401, "column": 52 }, "end": { - "line": 393, + "line": 401, "column": 53 } } @@ -270466,15 +277163,15 @@ "postfix": false, "binop": null }, - "start": 14826, - "end": 14827, + "start": 15132, + "end": 15133, "loc": { "start": { - "line": 393, + "line": 401, "column": 54 }, "end": { - "line": 393, + "line": 401, "column": 55 } } @@ -270494,15 +277191,15 @@ "updateContext": null }, "value": "this", - "start": 14840, - "end": 14844, + "start": 15146, + "end": 15150, "loc": { "start": { - "line": 394, + "line": 402, "column": 12 }, "end": { - "line": 394, + "line": 402, "column": 16 } } @@ -270520,15 +277217,15 @@ "binop": null, "updateContext": null }, - "start": 14844, - "end": 14845, + "start": 15150, + "end": 15151, "loc": { "start": { - "line": 394, + "line": 402, "column": 16 }, "end": { - "line": 394, + "line": 402, "column": 17 } } @@ -270546,15 +277243,15 @@ "binop": null }, "value": "streamVisibleCallback", - "start": 14845, - "end": 14866, + "start": 15151, + "end": 15172, "loc": { "start": { - "line": 394, + "line": 402, "column": 17 }, "end": { - "line": 394, + "line": 402, "column": 38 } } @@ -270573,15 +277270,15 @@ "updateContext": null }, "value": "=", - "start": 14867, - "end": 14868, + "start": 15173, + "end": 15174, "loc": { "start": { - "line": 394, + "line": 402, "column": 39 }, "end": { - "line": 394, + "line": 402, "column": 40 } } @@ -270601,15 +277298,15 @@ "updateContext": null }, "value": "this", - "start": 14869, - "end": 14873, + "start": 15175, + "end": 15179, "loc": { "start": { - "line": 394, + "line": 402, "column": 41 }, "end": { - "line": 394, + "line": 402, "column": 45 } } @@ -270627,15 +277324,15 @@ "binop": null, "updateContext": null }, - "start": 14873, - "end": 14874, + "start": 15179, + "end": 15180, "loc": { "start": { - "line": 394, + "line": 402, "column": 45 }, "end": { - "line": 394, + "line": 402, "column": 46 } } @@ -270653,15 +277350,15 @@ "binop": null }, "value": "onStreamVisible", - "start": 14874, - "end": 14889, + "start": 15180, + "end": 15195, "loc": { "start": { - "line": 394, + "line": 402, "column": 46 }, "end": { - "line": 394, + "line": 402, "column": 61 } } @@ -270679,15 +277376,15 @@ "binop": null, "updateContext": null }, - "start": 14889, - "end": 14890, + "start": 15195, + "end": 15196, "loc": { "start": { - "line": 394, + "line": 402, "column": 61 }, "end": { - "line": 394, + "line": 402, "column": 62 } } @@ -270705,15 +277402,15 @@ "binop": null }, "value": "bind", - "start": 14890, - "end": 14894, + "start": 15196, + "end": 15200, "loc": { "start": { - "line": 394, + "line": 402, "column": 62 }, "end": { - "line": 394, + "line": 402, "column": 66 } } @@ -270730,15 +277427,15 @@ "postfix": false, "binop": null }, - "start": 14894, - "end": 14895, + "start": 15200, + "end": 15201, "loc": { "start": { - "line": 394, + "line": 402, "column": 66 }, "end": { - "line": 394, + "line": 402, "column": 67 } } @@ -270758,15 +277455,15 @@ "updateContext": null }, "value": "this", - "start": 14895, - "end": 14899, + "start": 15201, + "end": 15205, "loc": { "start": { - "line": 394, + "line": 402, "column": 67 }, "end": { - "line": 394, + "line": 402, "column": 71 } } @@ -270783,15 +277480,15 @@ "postfix": false, "binop": null }, - "start": 14899, - "end": 14900, + "start": 15205, + "end": 15206, "loc": { "start": { - "line": 394, + "line": 402, "column": 71 }, "end": { - "line": 394, + "line": 402, "column": 72 } } @@ -270809,15 +277506,15 @@ "binop": null, "updateContext": null }, - "start": 14900, - "end": 14901, + "start": 15206, + "end": 15207, "loc": { "start": { - "line": 394, + "line": 402, "column": 72 }, "end": { - "line": 394, + "line": 402, "column": 73 } } @@ -270834,15 +277531,15 @@ "postfix": false, "binop": null }, - "start": 14910, - "end": 14911, + "start": 15216, + "end": 15217, "loc": { "start": { - "line": 395, + "line": 403, "column": 8 }, "end": { - "line": 395, + "line": 403, "column": 9 } } @@ -270850,15 +277547,15 @@ { "type": "CommentLine", "value": " check for support because some browsers still do not support", - "start": 14921, - "end": 14984, + "start": 15227, + "end": 15290, "loc": { "start": { - "line": 397, + "line": 405, "column": 8 }, "end": { - "line": 397, + "line": 405, "column": 71 } } @@ -270866,15 +277563,15 @@ { "type": "CommentLine", "value": " getDisplayMedia or getUserMedia (like Chrome iOS, see:", - "start": 14993, - "end": 15050, + "start": 15299, + "end": 15356, "loc": { "start": { - "line": 398, + "line": 406, "column": 8 }, "end": { - "line": 398, + "line": 406, "column": 65 } } @@ -270882,15 +277579,15 @@ { "type": "CommentLine", "value": " https://bugs.chromium.org/p/chromium/issues/detail?id=752458)", - "start": 15059, - "end": 15123, + "start": 15365, + "end": 15429, "loc": { "start": { - "line": 399, + "line": 407, "column": 8 }, "end": { - "line": 399, + "line": 407, "column": 72 } } @@ -270910,15 +277607,15 @@ "updateContext": null }, "value": "if", - "start": 15132, - "end": 15134, + "start": 15438, + "end": 15440, "loc": { "start": { - "line": 400, + "line": 408, "column": 8 }, "end": { - "line": 400, + "line": 408, "column": 10 } } @@ -270935,15 +277632,15 @@ "postfix": false, "binop": null }, - "start": 15135, - "end": 15136, + "start": 15441, + "end": 15442, "loc": { "start": { - "line": 400, + "line": 408, "column": 11 }, "end": { - "line": 400, + "line": 408, "column": 12 } } @@ -270963,15 +277660,15 @@ "updateContext": null }, "value": "this", - "start": 15136, - "end": 15140, + "start": 15442, + "end": 15446, "loc": { "start": { - "line": 400, + "line": 408, "column": 12 }, "end": { - "line": 400, + "line": 408, "column": 16 } } @@ -270989,15 +277686,15 @@ "binop": null, "updateContext": null }, - "start": 15140, - "end": 15141, + "start": 15446, + "end": 15447, "loc": { "start": { - "line": 400, + "line": 408, "column": 16 }, "end": { - "line": 400, + "line": 408, "column": 17 } } @@ -271015,15 +277712,15 @@ "binop": null }, "value": "getRecordType", - "start": 15141, - "end": 15154, + "start": 15447, + "end": 15460, "loc": { "start": { - "line": 400, + "line": 408, "column": 17 }, "end": { - "line": 400, + "line": 408, "column": 30 } } @@ -271040,15 +277737,15 @@ "postfix": false, "binop": null }, - "start": 15154, - "end": 15155, + "start": 15460, + "end": 15461, "loc": { "start": { - "line": 400, + "line": 408, "column": 30 }, "end": { - "line": 400, + "line": 408, "column": 31 } } @@ -271065,15 +277762,15 @@ "postfix": false, "binop": null }, - "start": 15155, - "end": 15156, + "start": 15461, + "end": 15462, "loc": { "start": { - "line": 400, + "line": 408, "column": 31 }, "end": { - "line": 400, + "line": 408, "column": 32 } } @@ -271092,15 +277789,15 @@ "updateContext": null }, "value": "===", - "start": 15157, - "end": 15160, + "start": 15463, + "end": 15466, "loc": { "start": { - "line": 400, + "line": 408, "column": 33 }, "end": { - "line": 400, + "line": 408, "column": 36 } } @@ -271118,15 +277815,15 @@ "binop": null }, "value": "SCREEN_ONLY", - "start": 15161, - "end": 15172, + "start": 15467, + "end": 15478, "loc": { "start": { - "line": 400, + "line": 408, "column": 37 }, "end": { - "line": 400, + "line": 408, "column": 48 } } @@ -271145,15 +277842,15 @@ "updateContext": null }, "value": "||", - "start": 15173, - "end": 15175, + "start": 15479, + "end": 15481, "loc": { "start": { - "line": 400, + "line": 408, "column": 49 }, "end": { - "line": 400, + "line": 408, "column": 51 } } @@ -271173,15 +277870,15 @@ "updateContext": null }, "value": "this", - "start": 15176, - "end": 15180, + "start": 15482, + "end": 15486, "loc": { "start": { - "line": 400, + "line": 408, "column": 52 }, "end": { - "line": 400, + "line": 408, "column": 56 } } @@ -271199,15 +277896,15 @@ "binop": null, "updateContext": null }, - "start": 15180, - "end": 15181, + "start": 15486, + "end": 15487, "loc": { "start": { - "line": 400, + "line": 408, "column": 56 }, "end": { - "line": 400, + "line": 408, "column": 57 } } @@ -271225,15 +277922,15 @@ "binop": null }, "value": "getRecordType", - "start": 15181, - "end": 15194, + "start": 15487, + "end": 15500, "loc": { "start": { - "line": 400, + "line": 408, "column": 57 }, "end": { - "line": 400, + "line": 408, "column": 70 } } @@ -271250,15 +277947,15 @@ "postfix": false, "binop": null }, - "start": 15194, - "end": 15195, + "start": 15500, + "end": 15501, "loc": { "start": { - "line": 400, + "line": 408, "column": 70 }, "end": { - "line": 400, + "line": 408, "column": 71 } } @@ -271275,15 +277972,15 @@ "postfix": false, "binop": null }, - "start": 15195, - "end": 15196, + "start": 15501, + "end": 15502, "loc": { "start": { - "line": 400, + "line": 408, "column": 71 }, "end": { - "line": 400, + "line": 408, "column": 72 } } @@ -271302,15 +277999,15 @@ "updateContext": null }, "value": "===", - "start": 15197, - "end": 15200, + "start": 15503, + "end": 15506, "loc": { "start": { - "line": 400, + "line": 408, "column": 73 }, "end": { - "line": 400, + "line": 408, "column": 76 } } @@ -271328,15 +278025,15 @@ "binop": null }, "value": "AUDIO_SCREEN", - "start": 15201, - "end": 15213, + "start": 15507, + "end": 15519, "loc": { "start": { - "line": 400, + "line": 408, "column": 77 }, "end": { - "line": 400, + "line": 408, "column": 89 } } @@ -271353,15 +278050,15 @@ "postfix": false, "binop": null }, - "start": 15213, - "end": 15214, + "start": 15519, + "end": 15520, "loc": { "start": { - "line": 400, + "line": 408, "column": 89 }, "end": { - "line": 400, + "line": 408, "column": 90 } } @@ -271378,15 +278075,15 @@ "postfix": false, "binop": null }, - "start": 15215, - "end": 15216, + "start": 15521, + "end": 15522, "loc": { "start": { - "line": 400, + "line": 408, "column": 91 }, "end": { - "line": 400, + "line": 408, "column": 92 } } @@ -271406,15 +278103,15 @@ "updateContext": null }, "value": "if", - "start": 15229, - "end": 15231, + "start": 15535, + "end": 15537, "loc": { "start": { - "line": 401, + "line": 409, "column": 12 }, "end": { - "line": 401, + "line": 409, "column": 14 } } @@ -271431,15 +278128,15 @@ "postfix": false, "binop": null }, - "start": 15232, - "end": 15233, + "start": 15538, + "end": 15539, "loc": { "start": { - "line": 401, + "line": 409, "column": 15 }, "end": { - "line": 401, + "line": 409, "column": 16 } } @@ -271457,15 +278154,15 @@ "binop": null }, "value": "navigator", - "start": 15233, - "end": 15242, + "start": 15539, + "end": 15548, "loc": { "start": { - "line": 401, + "line": 409, "column": 16 }, "end": { - "line": 401, + "line": 409, "column": 25 } } @@ -271483,15 +278180,15 @@ "binop": null, "updateContext": null }, - "start": 15242, - "end": 15243, + "start": 15548, + "end": 15549, "loc": { "start": { - "line": 401, + "line": 409, "column": 25 }, "end": { - "line": 401, + "line": 409, "column": 26 } } @@ -271509,15 +278206,15 @@ "binop": null }, "value": "mediaDevices", - "start": 15243, - "end": 15255, + "start": 15549, + "end": 15561, "loc": { "start": { - "line": 401, + "line": 409, "column": 26 }, "end": { - "line": 401, + "line": 409, "column": 38 } } @@ -271536,15 +278233,15 @@ "updateContext": null }, "value": "===", - "start": 15256, - "end": 15259, + "start": 15562, + "end": 15565, "loc": { "start": { - "line": 401, + "line": 409, "column": 39 }, "end": { - "line": 401, + "line": 409, "column": 42 } } @@ -271562,15 +278259,15 @@ "binop": null }, "value": "undefined", - "start": 15260, - "end": 15269, + "start": 15566, + "end": 15575, "loc": { "start": { - "line": 401, + "line": 409, "column": 43 }, "end": { - "line": 401, + "line": 409, "column": 52 } } @@ -271589,15 +278286,15 @@ "updateContext": null }, "value": "||", - "start": 15270, - "end": 15272, + "start": 15576, + "end": 15578, "loc": { "start": { - "line": 401, + "line": 409, "column": 53 }, "end": { - "line": 401, + "line": 409, "column": 55 } } @@ -271615,15 +278312,15 @@ "binop": null }, "value": "navigator", - "start": 15289, - "end": 15298, + "start": 15595, + "end": 15604, "loc": { "start": { - "line": 402, + "line": 410, "column": 16 }, "end": { - "line": 402, + "line": 410, "column": 25 } } @@ -271641,15 +278338,15 @@ "binop": null, "updateContext": null }, - "start": 15298, - "end": 15299, + "start": 15604, + "end": 15605, "loc": { "start": { - "line": 402, + "line": 410, "column": 25 }, "end": { - "line": 402, + "line": 410, "column": 26 } } @@ -271667,15 +278364,15 @@ "binop": null }, "value": "mediaDevices", - "start": 15299, - "end": 15311, + "start": 15605, + "end": 15617, "loc": { "start": { - "line": 402, + "line": 410, "column": 26 }, "end": { - "line": 402, + "line": 410, "column": 38 } } @@ -271693,15 +278390,15 @@ "binop": null, "updateContext": null }, - "start": 15311, - "end": 15312, + "start": 15617, + "end": 15618, "loc": { "start": { - "line": 402, + "line": 410, "column": 38 }, "end": { - "line": 402, + "line": 410, "column": 39 } } @@ -271719,15 +278416,15 @@ "binop": null }, "value": "getDisplayMedia", - "start": 15312, - "end": 15327, + "start": 15618, + "end": 15633, "loc": { "start": { - "line": 402, + "line": 410, "column": 39 }, "end": { - "line": 402, + "line": 410, "column": 54 } } @@ -271746,15 +278443,15 @@ "updateContext": null }, "value": "===", - "start": 15328, - "end": 15331, + "start": 15634, + "end": 15637, "loc": { "start": { - "line": 402, + "line": 410, "column": 55 }, "end": { - "line": 402, + "line": 410, "column": 58 } } @@ -271772,15 +278469,15 @@ "binop": null }, "value": "undefined", - "start": 15332, - "end": 15341, + "start": 15638, + "end": 15647, "loc": { "start": { - "line": 402, + "line": 410, "column": 59 }, "end": { - "line": 402, + "line": 410, "column": 68 } } @@ -271797,15 +278494,15 @@ "postfix": false, "binop": null }, - "start": 15341, - "end": 15342, + "start": 15647, + "end": 15648, "loc": { "start": { - "line": 402, + "line": 410, "column": 68 }, "end": { - "line": 402, + "line": 410, "column": 69 } } @@ -271822,15 +278519,15 @@ "postfix": false, "binop": null }, - "start": 15343, - "end": 15344, + "start": 15649, + "end": 15650, "loc": { "start": { - "line": 402, + "line": 410, "column": 70 }, "end": { - "line": 402, + "line": 410, "column": 71 } } @@ -271850,15 +278547,15 @@ "updateContext": null }, "value": "this", - "start": 15361, - "end": 15365, + "start": 15667, + "end": 15671, "loc": { "start": { - "line": 403, + "line": 411, "column": 16 }, "end": { - "line": 403, + "line": 411, "column": 20 } } @@ -271876,15 +278573,15 @@ "binop": null, "updateContext": null }, - "start": 15365, - "end": 15366, + "start": 15671, + "end": 15672, "loc": { "start": { - "line": 403, + "line": 411, "column": 20 }, "end": { - "line": 403, + "line": 411, "column": 21 } } @@ -271902,15 +278599,15 @@ "binop": null }, "value": "player", - "start": 15366, - "end": 15372, + "start": 15672, + "end": 15678, "loc": { "start": { - "line": 403, + "line": 411, "column": 21 }, "end": { - "line": 403, + "line": 411, "column": 27 } } @@ -271928,15 +278625,15 @@ "binop": null, "updateContext": null }, - "start": 15372, - "end": 15373, + "start": 15678, + "end": 15679, "loc": { "start": { - "line": 403, + "line": 411, "column": 27 }, "end": { - "line": 403, + "line": 411, "column": 28 } } @@ -271954,15 +278651,15 @@ "binop": null }, "value": "trigger", - "start": 15373, - "end": 15380, + "start": 15679, + "end": 15686, "loc": { "start": { - "line": 403, + "line": 411, "column": 28 }, "end": { - "line": 403, + "line": 411, "column": 35 } } @@ -271979,15 +278676,15 @@ "postfix": false, "binop": null }, - "start": 15380, - "end": 15381, + "start": 15686, + "end": 15687, "loc": { "start": { - "line": 403, + "line": 411, "column": 35 }, "end": { - "line": 403, + "line": 411, "column": 36 } } @@ -272005,15 +278702,15 @@ "binop": null }, "value": "Event", - "start": 15381, - "end": 15386, + "start": 15687, + "end": 15692, "loc": { "start": { - "line": 403, + "line": 411, "column": 36 }, "end": { - "line": 403, + "line": 411, "column": 41 } } @@ -272031,15 +278728,15 @@ "binop": null, "updateContext": null }, - "start": 15386, - "end": 15387, + "start": 15692, + "end": 15693, "loc": { "start": { - "line": 403, + "line": 411, "column": 41 }, "end": { - "line": 403, + "line": 411, "column": 42 } } @@ -272057,15 +278754,15 @@ "binop": null }, "value": "ERROR", - "start": 15387, - "end": 15392, + "start": 15693, + "end": 15698, "loc": { "start": { - "line": 403, + "line": 411, "column": 42 }, "end": { - "line": 403, + "line": 411, "column": 47 } } @@ -272083,15 +278780,15 @@ "binop": null, "updateContext": null }, - "start": 15392, - "end": 15393, + "start": 15698, + "end": 15699, "loc": { "start": { - "line": 403, + "line": 411, "column": 47 }, "end": { - "line": 403, + "line": 411, "column": 48 } } @@ -272110,15 +278807,15 @@ "updateContext": null }, "value": "This browser does not support navigator.mediaDevices.getDisplayMedia", - "start": 15414, - "end": 15484, + "start": 15720, + "end": 15790, "loc": { "start": { - "line": 404, + "line": 412, "column": 20 }, "end": { - "line": 404, + "line": 412, "column": 90 } } @@ -272135,15 +278832,15 @@ "postfix": false, "binop": null }, - "start": 15484, - "end": 15485, + "start": 15790, + "end": 15791, "loc": { "start": { - "line": 404, + "line": 412, "column": 90 }, "end": { - "line": 404, + "line": 412, "column": 91 } } @@ -272161,15 +278858,15 @@ "binop": null, "updateContext": null }, - "start": 15485, - "end": 15486, + "start": 15791, + "end": 15792, "loc": { "start": { - "line": 404, + "line": 412, "column": 91 }, "end": { - "line": 404, + "line": 412, "column": 92 } } @@ -272189,15 +278886,15 @@ "updateContext": null }, "value": "return", - "start": 15503, - "end": 15509, + "start": 15809, + "end": 15815, "loc": { "start": { - "line": 405, + "line": 413, "column": 16 }, "end": { - "line": 405, + "line": 413, "column": 22 } } @@ -272215,15 +278912,15 @@ "binop": null, "updateContext": null }, - "start": 15509, - "end": 15510, + "start": 15815, + "end": 15816, "loc": { "start": { - "line": 405, + "line": 413, "column": 22 }, "end": { - "line": 405, + "line": 413, "column": 23 } } @@ -272240,15 +278937,15 @@ "postfix": false, "binop": null }, - "start": 15523, - "end": 15524, + "start": 15829, + "end": 15830, "loc": { "start": { - "line": 406, + "line": 414, "column": 12 }, "end": { - "line": 406, + "line": 414, "column": 13 } } @@ -272265,15 +278962,15 @@ "postfix": false, "binop": null }, - "start": 15533, - "end": 15534, + "start": 15839, + "end": 15840, "loc": { "start": { - "line": 407, + "line": 415, "column": 8 }, "end": { - "line": 407, + "line": 415, "column": 9 } } @@ -272293,15 +278990,15 @@ "updateContext": null }, "value": "else", - "start": 15535, - "end": 15539, + "start": 15841, + "end": 15845, "loc": { "start": { - "line": 407, + "line": 415, "column": 10 }, "end": { - "line": 407, + "line": 415, "column": 14 } } @@ -272318,15 +279015,15 @@ "postfix": false, "binop": null }, - "start": 15540, - "end": 15541, + "start": 15846, + "end": 15847, "loc": { "start": { - "line": 407, + "line": 415, "column": 15 }, "end": { - "line": 407, + "line": 415, "column": 16 } } @@ -272346,15 +279043,15 @@ "updateContext": null }, "value": "if", - "start": 15554, - "end": 15556, + "start": 15860, + "end": 15862, "loc": { "start": { - "line": 408, + "line": 416, "column": 12 }, "end": { - "line": 408, + "line": 416, "column": 14 } } @@ -272371,15 +279068,15 @@ "postfix": false, "binop": null }, - "start": 15557, - "end": 15558, + "start": 15863, + "end": 15864, "loc": { "start": { - "line": 408, + "line": 416, "column": 15 }, "end": { - "line": 408, + "line": 416, "column": 16 } } @@ -272397,15 +279094,15 @@ "binop": null }, "value": "navigator", - "start": 15558, - "end": 15567, + "start": 15864, + "end": 15873, "loc": { "start": { - "line": 408, + "line": 416, "column": 16 }, "end": { - "line": 408, + "line": 416, "column": 25 } } @@ -272423,15 +279120,15 @@ "binop": null, "updateContext": null }, - "start": 15567, - "end": 15568, + "start": 15873, + "end": 15874, "loc": { "start": { - "line": 408, + "line": 416, "column": 25 }, "end": { - "line": 408, + "line": 416, "column": 26 } } @@ -272449,15 +279146,15 @@ "binop": null }, "value": "mediaDevices", - "start": 15568, - "end": 15580, + "start": 15874, + "end": 15886, "loc": { "start": { - "line": 408, + "line": 416, "column": 26 }, "end": { - "line": 408, + "line": 416, "column": 38 } } @@ -272476,15 +279173,15 @@ "updateContext": null }, "value": "===", - "start": 15581, - "end": 15584, + "start": 15887, + "end": 15890, "loc": { "start": { - "line": 408, + "line": 416, "column": 39 }, "end": { - "line": 408, + "line": 416, "column": 42 } } @@ -272502,15 +279199,15 @@ "binop": null }, "value": "undefined", - "start": 15585, - "end": 15594, + "start": 15891, + "end": 15900, "loc": { "start": { - "line": 408, + "line": 416, "column": 43 }, "end": { - "line": 408, + "line": 416, "column": 52 } } @@ -272529,15 +279226,15 @@ "updateContext": null }, "value": "||", - "start": 15595, - "end": 15597, + "start": 15901, + "end": 15903, "loc": { "start": { - "line": 408, + "line": 416, "column": 53 }, "end": { - "line": 408, + "line": 416, "column": 55 } } @@ -272555,15 +279252,15 @@ "binop": null }, "value": "navigator", - "start": 15614, - "end": 15623, + "start": 15920, + "end": 15929, "loc": { "start": { - "line": 409, + "line": 417, "column": 16 }, "end": { - "line": 409, + "line": 417, "column": 25 } } @@ -272581,15 +279278,15 @@ "binop": null, "updateContext": null }, - "start": 15623, - "end": 15624, + "start": 15929, + "end": 15930, "loc": { "start": { - "line": 409, + "line": 417, "column": 25 }, "end": { - "line": 409, + "line": 417, "column": 26 } } @@ -272607,15 +279304,15 @@ "binop": null }, "value": "mediaDevices", - "start": 15624, - "end": 15636, + "start": 15930, + "end": 15942, "loc": { "start": { - "line": 409, + "line": 417, "column": 26 }, "end": { - "line": 409, + "line": 417, "column": 38 } } @@ -272633,15 +279330,15 @@ "binop": null, "updateContext": null }, - "start": 15636, - "end": 15637, + "start": 15942, + "end": 15943, "loc": { "start": { - "line": 409, + "line": 417, "column": 38 }, "end": { - "line": 409, + "line": 417, "column": 39 } } @@ -272659,15 +279356,15 @@ "binop": null }, "value": "getUserMedia", - "start": 15637, - "end": 15649, + "start": 15943, + "end": 15955, "loc": { "start": { - "line": 409, + "line": 417, "column": 39 }, "end": { - "line": 409, + "line": 417, "column": 51 } } @@ -272686,15 +279383,15 @@ "updateContext": null }, "value": "===", - "start": 15650, - "end": 15653, + "start": 15956, + "end": 15959, "loc": { "start": { - "line": 409, + "line": 417, "column": 52 }, "end": { - "line": 409, + "line": 417, "column": 55 } } @@ -272712,15 +279409,15 @@ "binop": null }, "value": "undefined", - "start": 15654, - "end": 15663, + "start": 15960, + "end": 15969, "loc": { "start": { - "line": 409, + "line": 417, "column": 56 }, "end": { - "line": 409, + "line": 417, "column": 65 } } @@ -272737,15 +279434,15 @@ "postfix": false, "binop": null }, - "start": 15663, - "end": 15664, + "start": 15969, + "end": 15970, "loc": { "start": { - "line": 409, + "line": 417, "column": 65 }, "end": { - "line": 409, + "line": 417, "column": 66 } } @@ -272762,15 +279459,15 @@ "postfix": false, "binop": null }, - "start": 15665, - "end": 15666, + "start": 15971, + "end": 15972, "loc": { "start": { - "line": 409, + "line": 417, "column": 67 }, "end": { - "line": 409, + "line": 417, "column": 68 } } @@ -272790,15 +279487,15 @@ "updateContext": null }, "value": "this", - "start": 15683, - "end": 15687, + "start": 15989, + "end": 15993, "loc": { "start": { - "line": 410, + "line": 418, "column": 16 }, "end": { - "line": 410, + "line": 418, "column": 20 } } @@ -272816,15 +279513,15 @@ "binop": null, "updateContext": null }, - "start": 15687, - "end": 15688, + "start": 15993, + "end": 15994, "loc": { "start": { - "line": 410, + "line": 418, "column": 20 }, "end": { - "line": 410, + "line": 418, "column": 21 } } @@ -272842,15 +279539,15 @@ "binop": null }, "value": "player", - "start": 15688, - "end": 15694, + "start": 15994, + "end": 16000, "loc": { "start": { - "line": 410, + "line": 418, "column": 21 }, "end": { - "line": 410, + "line": 418, "column": 27 } } @@ -272868,15 +279565,15 @@ "binop": null, "updateContext": null }, - "start": 15694, - "end": 15695, + "start": 16000, + "end": 16001, "loc": { "start": { - "line": 410, + "line": 418, "column": 27 }, "end": { - "line": 410, + "line": 418, "column": 28 } } @@ -272894,15 +279591,15 @@ "binop": null }, "value": "trigger", - "start": 15695, - "end": 15702, + "start": 16001, + "end": 16008, "loc": { "start": { - "line": 410, + "line": 418, "column": 28 }, "end": { - "line": 410, + "line": 418, "column": 35 } } @@ -272919,15 +279616,15 @@ "postfix": false, "binop": null }, - "start": 15702, - "end": 15703, + "start": 16008, + "end": 16009, "loc": { "start": { - "line": 410, + "line": 418, "column": 35 }, "end": { - "line": 410, + "line": 418, "column": 36 } } @@ -272945,15 +279642,15 @@ "binop": null }, "value": "Event", - "start": 15703, - "end": 15708, + "start": 16009, + "end": 16014, "loc": { "start": { - "line": 410, + "line": 418, "column": 36 }, "end": { - "line": 410, + "line": 418, "column": 41 } } @@ -272971,15 +279668,15 @@ "binop": null, "updateContext": null }, - "start": 15708, - "end": 15709, + "start": 16014, + "end": 16015, "loc": { "start": { - "line": 410, + "line": 418, "column": 41 }, "end": { - "line": 410, + "line": 418, "column": 42 } } @@ -272997,15 +279694,15 @@ "binop": null }, "value": "ERROR", - "start": 15709, - "end": 15714, + "start": 16015, + "end": 16020, "loc": { "start": { - "line": 410, + "line": 418, "column": 42 }, "end": { - "line": 410, + "line": 418, "column": 47 } } @@ -273023,15 +279720,15 @@ "binop": null, "updateContext": null }, - "start": 15714, - "end": 15715, + "start": 16020, + "end": 16021, "loc": { "start": { - "line": 410, + "line": 418, "column": 47 }, "end": { - "line": 410, + "line": 418, "column": 48 } } @@ -273050,15 +279747,15 @@ "updateContext": null }, "value": "This browser does not support navigator.mediaDevices.getUserMedia", - "start": 15736, - "end": 15803, + "start": 16042, + "end": 16109, "loc": { "start": { - "line": 411, + "line": 419, "column": 20 }, "end": { - "line": 411, + "line": 419, "column": 87 } } @@ -273075,15 +279772,15 @@ "postfix": false, "binop": null }, - "start": 15803, - "end": 15804, + "start": 16109, + "end": 16110, "loc": { "start": { - "line": 411, + "line": 419, "column": 87 }, "end": { - "line": 411, + "line": 419, "column": 88 } } @@ -273101,15 +279798,15 @@ "binop": null, "updateContext": null }, - "start": 15804, - "end": 15805, + "start": 16110, + "end": 16111, "loc": { "start": { - "line": 411, + "line": 419, "column": 88 }, "end": { - "line": 411, + "line": 419, "column": 89 } } @@ -273129,15 +279826,15 @@ "updateContext": null }, "value": "return", - "start": 15822, - "end": 15828, + "start": 16128, + "end": 16134, "loc": { "start": { - "line": 412, + "line": 420, "column": 16 }, "end": { - "line": 412, + "line": 420, "column": 22 } } @@ -273155,15 +279852,15 @@ "binop": null, "updateContext": null }, - "start": 15828, - "end": 15829, + "start": 16134, + "end": 16135, "loc": { "start": { - "line": 412, + "line": 420, "column": 22 }, "end": { - "line": 412, + "line": 420, "column": 23 } } @@ -273180,15 +279877,15 @@ "postfix": false, "binop": null }, - "start": 15842, - "end": 15843, + "start": 16148, + "end": 16149, "loc": { "start": { - "line": 413, + "line": 421, "column": 12 }, "end": { - "line": 413, + "line": 421, "column": 13 } } @@ -273205,15 +279902,15 @@ "postfix": false, "binop": null }, - "start": 15852, - "end": 15853, + "start": 16158, + "end": 16159, "loc": { "start": { - "line": 414, + "line": 422, "column": 8 }, "end": { - "line": 414, + "line": 422, "column": 9 } } @@ -273221,15 +279918,15 @@ { "type": "CommentLine", "value": " ask the browser to give the user access to the media device", - "start": 15863, - "end": 15925, + "start": 16169, + "end": 16231, "loc": { "start": { - "line": 416, + "line": 424, "column": 8 }, "end": { - "line": 416, + "line": 424, "column": 70 } } @@ -273237,15 +279934,15 @@ { "type": "CommentLine", "value": " and get a stream reference in the callback function", - "start": 15934, - "end": 15988, + "start": 16240, + "end": 16294, "loc": { "start": { - "line": 417, + "line": 425, "column": 8 }, "end": { - "line": 417, + "line": 425, "column": 62 } } @@ -273265,15 +279962,15 @@ "updateContext": null }, "value": "switch", - "start": 15997, - "end": 16003, + "start": 16303, + "end": 16309, "loc": { "start": { - "line": 418, + "line": 426, "column": 8 }, "end": { - "line": 418, + "line": 426, "column": 14 } } @@ -273290,15 +279987,15 @@ "postfix": false, "binop": null }, - "start": 16004, - "end": 16005, + "start": 16310, + "end": 16311, "loc": { "start": { - "line": 418, + "line": 426, "column": 15 }, "end": { - "line": 418, + "line": 426, "column": 16 } } @@ -273318,15 +280015,15 @@ "updateContext": null }, "value": "this", - "start": 16005, - "end": 16009, + "start": 16311, + "end": 16315, "loc": { "start": { - "line": 418, + "line": 426, "column": 16 }, "end": { - "line": 418, + "line": 426, "column": 20 } } @@ -273344,15 +280041,15 @@ "binop": null, "updateContext": null }, - "start": 16009, - "end": 16010, + "start": 16315, + "end": 16316, "loc": { "start": { - "line": 418, + "line": 426, "column": 20 }, "end": { - "line": 418, + "line": 426, "column": 21 } } @@ -273370,15 +280067,15 @@ "binop": null }, "value": "getRecordType", - "start": 16010, - "end": 16023, + "start": 16316, + "end": 16329, "loc": { "start": { - "line": 418, + "line": 426, "column": 21 }, "end": { - "line": 418, + "line": 426, "column": 34 } } @@ -273395,15 +280092,15 @@ "postfix": false, "binop": null }, - "start": 16023, - "end": 16024, + "start": 16329, + "end": 16330, "loc": { "start": { - "line": 418, + "line": 426, "column": 34 }, "end": { - "line": 418, + "line": 426, "column": 35 } } @@ -273420,15 +280117,15 @@ "postfix": false, "binop": null }, - "start": 16024, - "end": 16025, + "start": 16330, + "end": 16331, "loc": { "start": { - "line": 418, + "line": 426, "column": 35 }, "end": { - "line": 418, + "line": 426, "column": 36 } } @@ -273445,15 +280142,15 @@ "postfix": false, "binop": null }, - "start": 16025, - "end": 16026, + "start": 16331, + "end": 16332, "loc": { "start": { - "line": 418, + "line": 426, "column": 36 }, "end": { - "line": 418, + "line": 426, "column": 37 } } @@ -273470,15 +280167,15 @@ "postfix": false, "binop": null }, - "start": 16027, - "end": 16028, + "start": 16333, + "end": 16334, "loc": { "start": { - "line": 418, + "line": 426, "column": 38 }, "end": { - "line": 418, + "line": 426, "column": 39 } } @@ -273498,15 +280195,15 @@ "updateContext": null }, "value": "case", - "start": 16041, - "end": 16045, + "start": 16347, + "end": 16351, "loc": { "start": { - "line": 419, + "line": 427, "column": 12 }, "end": { - "line": 419, + "line": 427, "column": 16 } } @@ -273524,15 +280221,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 16046, - "end": 16056, + "start": 16352, + "end": 16362, "loc": { "start": { - "line": 419, + "line": 427, "column": 17 }, "end": { - "line": 419, + "line": 427, "column": 27 } } @@ -273550,15 +280247,15 @@ "binop": null, "updateContext": null }, - "start": 16056, - "end": 16057, + "start": 16362, + "end": 16363, "loc": { "start": { - "line": 419, + "line": 427, "column": 27 }, "end": { - "line": 419, + "line": 427, "column": 28 } } @@ -273566,15 +280263,15 @@ { "type": "CommentLine", "value": " setup microphone", - "start": 16074, - "end": 16093, + "start": 16380, + "end": 16399, "loc": { "start": { - "line": 420, + "line": 428, "column": 16 }, "end": { - "line": 420, + "line": 428, "column": 35 } } @@ -273594,15 +280291,15 @@ "updateContext": null }, "value": "this", - "start": 16110, - "end": 16114, + "start": 16416, + "end": 16420, "loc": { "start": { - "line": 421, + "line": 429, "column": 16 }, "end": { - "line": 421, + "line": 429, "column": 20 } } @@ -273620,15 +280317,15 @@ "binop": null, "updateContext": null }, - "start": 16114, - "end": 16115, + "start": 16420, + "end": 16421, "loc": { "start": { - "line": 421, + "line": 429, "column": 20 }, "end": { - "line": 421, + "line": 429, "column": 21 } } @@ -273646,15 +280343,15 @@ "binop": null }, "value": "mediaType", - "start": 16115, - "end": 16124, + "start": 16421, + "end": 16430, "loc": { "start": { - "line": 421, + "line": 429, "column": 21 }, "end": { - "line": 421, + "line": 429, "column": 30 } } @@ -273673,15 +280370,15 @@ "updateContext": null }, "value": "=", - "start": 16125, - "end": 16126, + "start": 16431, + "end": 16432, "loc": { "start": { - "line": 421, + "line": 429, "column": 31 }, "end": { - "line": 421, + "line": 429, "column": 32 } } @@ -273698,15 +280395,15 @@ "postfix": false, "binop": null }, - "start": 16127, - "end": 16128, + "start": 16433, + "end": 16434, "loc": { "start": { - "line": 421, + "line": 429, "column": 33 }, "end": { - "line": 421, + "line": 429, "column": 34 } } @@ -273724,15 +280421,15 @@ "binop": null }, "value": "audio", - "start": 16149, - "end": 16154, + "start": 16455, + "end": 16460, "loc": { "start": { - "line": 422, + "line": 430, "column": 20 }, "end": { - "line": 422, + "line": 430, "column": 25 } } @@ -273750,15 +280447,15 @@ "binop": null, "updateContext": null }, - "start": 16154, - "end": 16155, + "start": 16460, + "end": 16461, "loc": { "start": { - "line": 422, + "line": 430, "column": 25 }, "end": { - "line": 422, + "line": 430, "column": 26 } } @@ -273775,15 +280472,15 @@ "postfix": false, "binop": null }, - "start": 16156, - "end": 16157, + "start": 16462, + "end": 16463, "loc": { "start": { - "line": 422, + "line": 430, "column": 27 }, "end": { - "line": 422, + "line": 430, "column": 28 } } @@ -273803,15 +280500,15 @@ "updateContext": null }, "value": "this", - "start": 16157, - "end": 16161, + "start": 16463, + "end": 16467, "loc": { "start": { - "line": 422, + "line": 430, "column": 28 }, "end": { - "line": 422, + "line": 430, "column": 32 } } @@ -273829,15 +280526,15 @@ "binop": null, "updateContext": null }, - "start": 16161, - "end": 16162, + "start": 16467, + "end": 16468, "loc": { "start": { - "line": 422, + "line": 430, "column": 32 }, "end": { - "line": 422, + "line": 430, "column": 33 } } @@ -273855,15 +280552,15 @@ "binop": null }, "value": "audioRecorderType", - "start": 16162, - "end": 16179, + "start": 16468, + "end": 16485, "loc": { "start": { - "line": 422, + "line": 430, "column": 33 }, "end": { - "line": 422, + "line": 430, "column": 50 } } @@ -273882,15 +280579,15 @@ "updateContext": null }, "value": "===", - "start": 16180, - "end": 16183, + "start": 16486, + "end": 16489, "loc": { "start": { - "line": 422, + "line": 430, "column": 51 }, "end": { - "line": 422, + "line": 430, "column": 54 } } @@ -273908,15 +280605,15 @@ "binop": null }, "value": "AUTO", - "start": 16184, - "end": 16188, + "start": 16490, + "end": 16494, "loc": { "start": { - "line": 422, + "line": 430, "column": 55 }, "end": { - "line": 422, + "line": 430, "column": 59 } } @@ -273933,15 +280630,15 @@ "postfix": false, "binop": null }, - "start": 16188, - "end": 16189, + "start": 16494, + "end": 16495, "loc": { "start": { - "line": 422, + "line": 430, "column": 59 }, "end": { - "line": 422, + "line": 430, "column": 60 } } @@ -273959,15 +280656,15 @@ "binop": null, "updateContext": null }, - "start": 16190, - "end": 16191, + "start": 16496, + "end": 16497, "loc": { "start": { - "line": 422, + "line": 430, "column": 61 }, "end": { - "line": 422, + "line": 430, "column": 62 } } @@ -273987,15 +280684,15 @@ "updateContext": null }, "value": "true", - "start": 16192, - "end": 16196, + "start": 16498, + "end": 16502, "loc": { "start": { - "line": 422, + "line": 430, "column": 63 }, "end": { - "line": 422, + "line": 430, "column": 67 } } @@ -274013,15 +280710,15 @@ "binop": null, "updateContext": null }, - "start": 16197, - "end": 16198, + "start": 16503, + "end": 16504, "loc": { "start": { - "line": 422, + "line": 430, "column": 68 }, "end": { - "line": 422, + "line": 430, "column": 69 } } @@ -274041,15 +280738,15 @@ "updateContext": null }, "value": "this", - "start": 16199, - "end": 16203, + "start": 16505, + "end": 16509, "loc": { "start": { - "line": 422, + "line": 430, "column": 70 }, "end": { - "line": 422, + "line": 430, "column": 74 } } @@ -274067,15 +280764,15 @@ "binop": null, "updateContext": null }, - "start": 16203, - "end": 16204, + "start": 16509, + "end": 16510, "loc": { "start": { - "line": 422, + "line": 430, "column": 74 }, "end": { - "line": 422, + "line": 430, "column": 75 } } @@ -274093,15 +280790,15 @@ "binop": null }, "value": "audioRecorderType", - "start": 16204, - "end": 16221, + "start": 16510, + "end": 16527, "loc": { "start": { - "line": 422, + "line": 430, "column": 75 }, "end": { - "line": 422, + "line": 430, "column": 92 } } @@ -274119,15 +280816,15 @@ "binop": null, "updateContext": null }, - "start": 16221, - "end": 16222, + "start": 16527, + "end": 16528, "loc": { "start": { - "line": 422, + "line": 430, "column": 92 }, "end": { - "line": 422, + "line": 430, "column": 93 } } @@ -274145,15 +280842,15 @@ "binop": null }, "value": "video", - "start": 16243, - "end": 16248, + "start": 16549, + "end": 16554, "loc": { "start": { - "line": 423, + "line": 431, "column": 20 }, "end": { - "line": 423, + "line": 431, "column": 25 } } @@ -274171,15 +280868,15 @@ "binop": null, "updateContext": null }, - "start": 16248, - "end": 16249, + "start": 16554, + "end": 16555, "loc": { "start": { - "line": 423, + "line": 431, "column": 25 }, "end": { - "line": 423, + "line": 431, "column": 26 } } @@ -274199,15 +280896,15 @@ "updateContext": null }, "value": "false", - "start": 16250, - "end": 16255, + "start": 16556, + "end": 16561, "loc": { "start": { - "line": 423, + "line": 431, "column": 27 }, "end": { - "line": 423, + "line": 431, "column": 32 } } @@ -274224,15 +280921,15 @@ "postfix": false, "binop": null }, - "start": 16272, - "end": 16273, + "start": 16578, + "end": 16579, "loc": { "start": { - "line": 424, + "line": 432, "column": 16 }, "end": { - "line": 424, + "line": 432, "column": 17 } } @@ -274250,15 +280947,15 @@ "binop": null, "updateContext": null }, - "start": 16273, - "end": 16274, + "start": 16579, + "end": 16580, "loc": { "start": { - "line": 424, + "line": 432, "column": 17 }, "end": { - "line": 424, + "line": 432, "column": 18 } } @@ -274266,15 +280963,15 @@ { "type": "CommentLine", "value": " remove existing microphone listeners", - "start": 16291, - "end": 16330, + "start": 16597, + "end": 16636, "loc": { "start": { - "line": 425, + "line": 433, "column": 16 }, "end": { - "line": 425, + "line": 433, "column": 55 } } @@ -274294,15 +280991,15 @@ "updateContext": null }, "value": "this", - "start": 16347, - "end": 16351, + "start": 16653, + "end": 16657, "loc": { "start": { - "line": 426, + "line": 434, "column": 16 }, "end": { - "line": 426, + "line": 434, "column": 20 } } @@ -274320,15 +281017,15 @@ "binop": null, "updateContext": null }, - "start": 16351, - "end": 16352, + "start": 16657, + "end": 16658, "loc": { "start": { - "line": 426, + "line": 434, "column": 20 }, "end": { - "line": 426, + "line": 434, "column": 21 } } @@ -274346,15 +281043,15 @@ "binop": null }, "value": "surfer", - "start": 16352, - "end": 16358, + "start": 16658, + "end": 16664, "loc": { "start": { - "line": 426, + "line": 434, "column": 21 }, "end": { - "line": 426, + "line": 434, "column": 27 } } @@ -274372,15 +281069,15 @@ "binop": null, "updateContext": null }, - "start": 16358, - "end": 16359, + "start": 16664, + "end": 16665, "loc": { "start": { - "line": 426, + "line": 434, "column": 27 }, "end": { - "line": 426, + "line": 434, "column": 28 } } @@ -274398,15 +281095,15 @@ "binop": null }, "value": "surfer", - "start": 16359, - "end": 16365, + "start": 16665, + "end": 16671, "loc": { "start": { - "line": 426, + "line": 434, "column": 28 }, "end": { - "line": 426, + "line": 434, "column": 34 } } @@ -274424,15 +281121,15 @@ "binop": null, "updateContext": null }, - "start": 16365, - "end": 16366, + "start": 16671, + "end": 16672, "loc": { "start": { - "line": 426, + "line": 434, "column": 34 }, "end": { - "line": 426, + "line": 434, "column": 35 } } @@ -274450,15 +281147,15 @@ "binop": null }, "value": "microphone", - "start": 16366, - "end": 16376, + "start": 16672, + "end": 16682, "loc": { "start": { - "line": 426, + "line": 434, "column": 35 }, "end": { - "line": 426, + "line": 434, "column": 45 } } @@ -274476,15 +281173,15 @@ "binop": null, "updateContext": null }, - "start": 16376, - "end": 16377, + "start": 16682, + "end": 16683, "loc": { "start": { - "line": 426, + "line": 434, "column": 45 }, "end": { - "line": 426, + "line": 434, "column": 46 } } @@ -274502,15 +281199,15 @@ "binop": null }, "value": "un", - "start": 16377, - "end": 16379, + "start": 16683, + "end": 16685, "loc": { "start": { - "line": 426, + "line": 434, "column": 46 }, "end": { - "line": 426, + "line": 434, "column": 48 } } @@ -274527,15 +281224,15 @@ "postfix": false, "binop": null }, - "start": 16379, - "end": 16380, + "start": 16685, + "end": 16686, "loc": { "start": { - "line": 426, + "line": 434, "column": 48 }, "end": { - "line": 426, + "line": 434, "column": 49 } } @@ -274553,15 +281250,15 @@ "binop": null }, "value": "Event", - "start": 16380, - "end": 16385, + "start": 16686, + "end": 16691, "loc": { "start": { - "line": 426, + "line": 434, "column": 49 }, "end": { - "line": 426, + "line": 434, "column": 54 } } @@ -274579,15 +281276,15 @@ "binop": null, "updateContext": null }, - "start": 16385, - "end": 16386, + "start": 16691, + "end": 16692, "loc": { "start": { - "line": 426, + "line": 434, "column": 54 }, "end": { - "line": 426, + "line": 434, "column": 55 } } @@ -274605,15 +281302,15 @@ "binop": null }, "value": "DEVICE_READY", - "start": 16386, - "end": 16398, + "start": 16692, + "end": 16704, "loc": { "start": { - "line": 426, + "line": 434, "column": 55 }, "end": { - "line": 426, + "line": 434, "column": 67 } } @@ -274631,15 +281328,15 @@ "binop": null, "updateContext": null }, - "start": 16398, - "end": 16399, + "start": 16704, + "end": 16705, "loc": { "start": { - "line": 426, + "line": 434, "column": 67 }, "end": { - "line": 426, + "line": 434, "column": 68 } } @@ -274659,15 +281356,15 @@ "updateContext": null }, "value": "this", - "start": 16420, - "end": 16424, + "start": 16726, + "end": 16730, "loc": { "start": { - "line": 427, + "line": 435, "column": 20 }, "end": { - "line": 427, + "line": 435, "column": 24 } } @@ -274685,15 +281382,15 @@ "binop": null, "updateContext": null }, - "start": 16424, - "end": 16425, + "start": 16730, + "end": 16731, "loc": { "start": { - "line": 427, + "line": 435, "column": 24 }, "end": { - "line": 427, + "line": 435, "column": 25 } } @@ -274711,15 +281408,15 @@ "binop": null }, "value": "deviceReadyCallback", - "start": 16425, - "end": 16444, + "start": 16731, + "end": 16750, "loc": { "start": { - "line": 427, + "line": 435, "column": 25 }, "end": { - "line": 427, + "line": 435, "column": 44 } } @@ -274736,15 +281433,15 @@ "postfix": false, "binop": null }, - "start": 16444, - "end": 16445, + "start": 16750, + "end": 16751, "loc": { "start": { - "line": 427, + "line": 435, "column": 44 }, "end": { - "line": 427, + "line": 435, "column": 45 } } @@ -274762,15 +281459,15 @@ "binop": null, "updateContext": null }, - "start": 16445, - "end": 16446, + "start": 16751, + "end": 16752, "loc": { "start": { - "line": 427, + "line": 435, "column": 45 }, "end": { - "line": 427, + "line": 435, "column": 46 } } @@ -274790,15 +281487,15 @@ "updateContext": null }, "value": "this", - "start": 16463, - "end": 16467, + "start": 16769, + "end": 16773, "loc": { "start": { - "line": 428, + "line": 436, "column": 16 }, "end": { - "line": 428, + "line": 436, "column": 20 } } @@ -274816,15 +281513,15 @@ "binop": null, "updateContext": null }, - "start": 16467, - "end": 16468, + "start": 16773, + "end": 16774, "loc": { "start": { - "line": 428, + "line": 436, "column": 20 }, "end": { - "line": 428, + "line": 436, "column": 21 } } @@ -274842,15 +281539,15 @@ "binop": null }, "value": "surfer", - "start": 16468, - "end": 16474, + "start": 16774, + "end": 16780, "loc": { "start": { - "line": 428, + "line": 436, "column": 21 }, "end": { - "line": 428, + "line": 436, "column": 27 } } @@ -274868,15 +281565,15 @@ "binop": null, "updateContext": null }, - "start": 16474, - "end": 16475, + "start": 16780, + "end": 16781, "loc": { "start": { - "line": 428, + "line": 436, "column": 27 }, "end": { - "line": 428, + "line": 436, "column": 28 } } @@ -274894,15 +281591,15 @@ "binop": null }, "value": "surfer", - "start": 16475, - "end": 16481, + "start": 16781, + "end": 16787, "loc": { "start": { - "line": 428, + "line": 436, "column": 28 }, "end": { - "line": 428, + "line": 436, "column": 34 } } @@ -274920,15 +281617,15 @@ "binop": null, "updateContext": null }, - "start": 16481, - "end": 16482, + "start": 16787, + "end": 16788, "loc": { "start": { - "line": 428, + "line": 436, "column": 34 }, "end": { - "line": 428, + "line": 436, "column": 35 } } @@ -274946,15 +281643,15 @@ "binop": null }, "value": "microphone", - "start": 16482, - "end": 16492, + "start": 16788, + "end": 16798, "loc": { "start": { - "line": 428, + "line": 436, "column": 35 }, "end": { - "line": 428, + "line": 436, "column": 45 } } @@ -274972,15 +281669,15 @@ "binop": null, "updateContext": null }, - "start": 16492, - "end": 16493, + "start": 16798, + "end": 16799, "loc": { "start": { - "line": 428, + "line": 436, "column": 45 }, "end": { - "line": 428, + "line": 436, "column": 46 } } @@ -274998,15 +281695,15 @@ "binop": null }, "value": "un", - "start": 16493, - "end": 16495, + "start": 16799, + "end": 16801, "loc": { "start": { - "line": 428, + "line": 436, "column": 46 }, "end": { - "line": 428, + "line": 436, "column": 48 } } @@ -275023,15 +281720,15 @@ "postfix": false, "binop": null }, - "start": 16495, - "end": 16496, + "start": 16801, + "end": 16802, "loc": { "start": { - "line": 428, + "line": 436, "column": 48 }, "end": { - "line": 428, + "line": 436, "column": 49 } } @@ -275049,15 +281746,15 @@ "binop": null }, "value": "Event", - "start": 16496, - "end": 16501, + "start": 16802, + "end": 16807, "loc": { "start": { - "line": 428, + "line": 436, "column": 49 }, "end": { - "line": 428, + "line": 436, "column": 54 } } @@ -275075,15 +281772,15 @@ "binop": null, "updateContext": null }, - "start": 16501, - "end": 16502, + "start": 16807, + "end": 16808, "loc": { "start": { - "line": 428, + "line": 436, "column": 54 }, "end": { - "line": 428, + "line": 436, "column": 55 } } @@ -275101,15 +281798,15 @@ "binop": null }, "value": "DEVICE_ERROR", - "start": 16502, - "end": 16514, + "start": 16808, + "end": 16820, "loc": { "start": { - "line": 428, + "line": 436, "column": 55 }, "end": { - "line": 428, + "line": 436, "column": 67 } } @@ -275127,15 +281824,15 @@ "binop": null, "updateContext": null }, - "start": 16514, - "end": 16515, + "start": 16820, + "end": 16821, "loc": { "start": { - "line": 428, + "line": 436, "column": 67 }, "end": { - "line": 428, + "line": 436, "column": 68 } } @@ -275155,15 +281852,15 @@ "updateContext": null }, "value": "this", - "start": 16536, - "end": 16540, + "start": 16842, + "end": 16846, "loc": { "start": { - "line": 429, + "line": 437, "column": 20 }, "end": { - "line": 429, + "line": 437, "column": 24 } } @@ -275181,15 +281878,15 @@ "binop": null, "updateContext": null }, - "start": 16540, - "end": 16541, + "start": 16846, + "end": 16847, "loc": { "start": { - "line": 429, + "line": 437, "column": 24 }, "end": { - "line": 429, + "line": 437, "column": 25 } } @@ -275207,15 +281904,15 @@ "binop": null }, "value": "deviceErrorCallback", - "start": 16541, - "end": 16560, + "start": 16847, + "end": 16866, "loc": { "start": { - "line": 429, + "line": 437, "column": 25 }, "end": { - "line": 429, + "line": 437, "column": 44 } } @@ -275232,15 +281929,15 @@ "postfix": false, "binop": null }, - "start": 16560, - "end": 16561, + "start": 16866, + "end": 16867, "loc": { "start": { - "line": 429, + "line": 437, "column": 44 }, "end": { - "line": 429, + "line": 437, "column": 45 } } @@ -275258,15 +281955,15 @@ "binop": null, "updateContext": null }, - "start": 16561, - "end": 16562, + "start": 16867, + "end": 16868, "loc": { "start": { - "line": 429, + "line": 437, "column": 45 }, "end": { - "line": 429, + "line": 437, "column": 46 } } @@ -275274,15 +281971,15 @@ { "type": "CommentLine", "value": " setup new microphone listeners", - "start": 16580, - "end": 16613, + "start": 16886, + "end": 16919, "loc": { "start": { - "line": 431, + "line": 439, "column": 16 }, "end": { - "line": 431, + "line": 439, "column": 49 } } @@ -275302,15 +281999,15 @@ "updateContext": null }, "value": "this", - "start": 16630, - "end": 16634, + "start": 16936, + "end": 16940, "loc": { "start": { - "line": 432, + "line": 440, "column": 16 }, "end": { - "line": 432, + "line": 440, "column": 20 } } @@ -275328,15 +282025,15 @@ "binop": null, "updateContext": null }, - "start": 16634, - "end": 16635, + "start": 16940, + "end": 16941, "loc": { "start": { - "line": 432, + "line": 440, "column": 20 }, "end": { - "line": 432, + "line": 440, "column": 21 } } @@ -275354,15 +282051,15 @@ "binop": null }, "value": "surfer", - "start": 16635, - "end": 16641, + "start": 16941, + "end": 16947, "loc": { "start": { - "line": 432, + "line": 440, "column": 21 }, "end": { - "line": 432, + "line": 440, "column": 27 } } @@ -275380,15 +282077,15 @@ "binop": null, "updateContext": null }, - "start": 16641, - "end": 16642, + "start": 16947, + "end": 16948, "loc": { "start": { - "line": 432, + "line": 440, "column": 27 }, "end": { - "line": 432, + "line": 440, "column": 28 } } @@ -275406,15 +282103,15 @@ "binop": null }, "value": "surfer", - "start": 16642, - "end": 16648, + "start": 16948, + "end": 16954, "loc": { "start": { - "line": 432, + "line": 440, "column": 28 }, "end": { - "line": 432, + "line": 440, "column": 34 } } @@ -275432,15 +282129,15 @@ "binop": null, "updateContext": null }, - "start": 16648, - "end": 16649, + "start": 16954, + "end": 16955, "loc": { "start": { - "line": 432, + "line": 440, "column": 34 }, "end": { - "line": 432, + "line": 440, "column": 35 } } @@ -275458,15 +282155,15 @@ "binop": null }, "value": "microphone", - "start": 16649, - "end": 16659, + "start": 16955, + "end": 16965, "loc": { "start": { - "line": 432, + "line": 440, "column": 35 }, "end": { - "line": 432, + "line": 440, "column": 45 } } @@ -275484,15 +282181,15 @@ "binop": null, "updateContext": null }, - "start": 16659, - "end": 16660, + "start": 16965, + "end": 16966, "loc": { "start": { - "line": 432, + "line": 440, "column": 45 }, "end": { - "line": 432, + "line": 440, "column": 46 } } @@ -275510,15 +282207,15 @@ "binop": null }, "value": "on", - "start": 16660, - "end": 16662, + "start": 16966, + "end": 16968, "loc": { "start": { - "line": 432, + "line": 440, "column": 46 }, "end": { - "line": 432, + "line": 440, "column": 48 } } @@ -275535,15 +282232,15 @@ "postfix": false, "binop": null }, - "start": 16662, - "end": 16663, + "start": 16968, + "end": 16969, "loc": { "start": { - "line": 432, + "line": 440, "column": 48 }, "end": { - "line": 432, + "line": 440, "column": 49 } } @@ -275561,15 +282258,15 @@ "binop": null }, "value": "Event", - "start": 16663, - "end": 16668, + "start": 16969, + "end": 16974, "loc": { "start": { - "line": 432, + "line": 440, "column": 49 }, "end": { - "line": 432, + "line": 440, "column": 54 } } @@ -275587,15 +282284,15 @@ "binop": null, "updateContext": null }, - "start": 16668, - "end": 16669, + "start": 16974, + "end": 16975, "loc": { "start": { - "line": 432, + "line": 440, "column": 54 }, "end": { - "line": 432, + "line": 440, "column": 55 } } @@ -275613,15 +282310,15 @@ "binop": null }, "value": "DEVICE_READY", - "start": 16669, - "end": 16681, + "start": 16975, + "end": 16987, "loc": { "start": { - "line": 432, + "line": 440, "column": 55 }, "end": { - "line": 432, + "line": 440, "column": 67 } } @@ -275639,15 +282336,15 @@ "binop": null, "updateContext": null }, - "start": 16681, - "end": 16682, + "start": 16987, + "end": 16988, "loc": { "start": { - "line": 432, + "line": 440, "column": 67 }, "end": { - "line": 432, + "line": 440, "column": 68 } } @@ -275667,15 +282364,15 @@ "updateContext": null }, "value": "this", - "start": 16703, - "end": 16707, + "start": 17009, + "end": 17013, "loc": { "start": { - "line": 433, + "line": 441, "column": 20 }, "end": { - "line": 433, + "line": 441, "column": 24 } } @@ -275693,15 +282390,15 @@ "binop": null, "updateContext": null }, - "start": 16707, - "end": 16708, + "start": 17013, + "end": 17014, "loc": { "start": { - "line": 433, + "line": 441, "column": 24 }, "end": { - "line": 433, + "line": 441, "column": 25 } } @@ -275719,15 +282416,15 @@ "binop": null }, "value": "deviceReadyCallback", - "start": 16708, - "end": 16727, + "start": 17014, + "end": 17033, "loc": { "start": { - "line": 433, + "line": 441, "column": 25 }, "end": { - "line": 433, + "line": 441, "column": 44 } } @@ -275744,15 +282441,15 @@ "postfix": false, "binop": null }, - "start": 16727, - "end": 16728, + "start": 17033, + "end": 17034, "loc": { "start": { - "line": 433, + "line": 441, "column": 44 }, "end": { - "line": 433, + "line": 441, "column": 45 } } @@ -275770,15 +282467,15 @@ "binop": null, "updateContext": null }, - "start": 16728, - "end": 16729, + "start": 17034, + "end": 17035, "loc": { "start": { - "line": 433, + "line": 441, "column": 45 }, "end": { - "line": 433, + "line": 441, "column": 46 } } @@ -275798,15 +282495,15 @@ "updateContext": null }, "value": "this", - "start": 16746, - "end": 16750, + "start": 17052, + "end": 17056, "loc": { "start": { - "line": 434, + "line": 442, "column": 16 }, "end": { - "line": 434, + "line": 442, "column": 20 } } @@ -275824,15 +282521,15 @@ "binop": null, "updateContext": null }, - "start": 16750, - "end": 16751, + "start": 17056, + "end": 17057, "loc": { "start": { - "line": 434, + "line": 442, "column": 20 }, "end": { - "line": 434, + "line": 442, "column": 21 } } @@ -275850,15 +282547,15 @@ "binop": null }, "value": "surfer", - "start": 16751, - "end": 16757, + "start": 17057, + "end": 17063, "loc": { "start": { - "line": 434, + "line": 442, "column": 21 }, "end": { - "line": 434, + "line": 442, "column": 27 } } @@ -275876,15 +282573,15 @@ "binop": null, "updateContext": null }, - "start": 16757, - "end": 16758, + "start": 17063, + "end": 17064, "loc": { "start": { - "line": 434, + "line": 442, "column": 27 }, "end": { - "line": 434, + "line": 442, "column": 28 } } @@ -275902,15 +282599,15 @@ "binop": null }, "value": "surfer", - "start": 16758, - "end": 16764, + "start": 17064, + "end": 17070, "loc": { "start": { - "line": 434, + "line": 442, "column": 28 }, "end": { - "line": 434, + "line": 442, "column": 34 } } @@ -275928,15 +282625,15 @@ "binop": null, "updateContext": null }, - "start": 16764, - "end": 16765, + "start": 17070, + "end": 17071, "loc": { "start": { - "line": 434, + "line": 442, "column": 34 }, "end": { - "line": 434, + "line": 442, "column": 35 } } @@ -275954,15 +282651,15 @@ "binop": null }, "value": "microphone", - "start": 16765, - "end": 16775, + "start": 17071, + "end": 17081, "loc": { "start": { - "line": 434, + "line": 442, "column": 35 }, "end": { - "line": 434, + "line": 442, "column": 45 } } @@ -275980,15 +282677,15 @@ "binop": null, "updateContext": null }, - "start": 16775, - "end": 16776, + "start": 17081, + "end": 17082, "loc": { "start": { - "line": 434, + "line": 442, "column": 45 }, "end": { - "line": 434, + "line": 442, "column": 46 } } @@ -276006,15 +282703,15 @@ "binop": null }, "value": "on", - "start": 16776, - "end": 16778, + "start": 17082, + "end": 17084, "loc": { "start": { - "line": 434, + "line": 442, "column": 46 }, "end": { - "line": 434, + "line": 442, "column": 48 } } @@ -276031,15 +282728,15 @@ "postfix": false, "binop": null }, - "start": 16778, - "end": 16779, + "start": 17084, + "end": 17085, "loc": { "start": { - "line": 434, + "line": 442, "column": 48 }, "end": { - "line": 434, + "line": 442, "column": 49 } } @@ -276057,15 +282754,15 @@ "binop": null }, "value": "Event", - "start": 16779, - "end": 16784, + "start": 17085, + "end": 17090, "loc": { "start": { - "line": 434, + "line": 442, "column": 49 }, "end": { - "line": 434, + "line": 442, "column": 54 } } @@ -276083,15 +282780,15 @@ "binop": null, "updateContext": null }, - "start": 16784, - "end": 16785, + "start": 17090, + "end": 17091, "loc": { "start": { - "line": 434, + "line": 442, "column": 54 }, "end": { - "line": 434, + "line": 442, "column": 55 } } @@ -276109,15 +282806,15 @@ "binop": null }, "value": "DEVICE_ERROR", - "start": 16785, - "end": 16797, + "start": 17091, + "end": 17103, "loc": { "start": { - "line": 434, + "line": 442, "column": 55 }, "end": { - "line": 434, + "line": 442, "column": 67 } } @@ -276135,15 +282832,15 @@ "binop": null, "updateContext": null }, - "start": 16797, - "end": 16798, + "start": 17103, + "end": 17104, "loc": { "start": { - "line": 434, + "line": 442, "column": 67 }, "end": { - "line": 434, + "line": 442, "column": 68 } } @@ -276163,15 +282860,15 @@ "updateContext": null }, "value": "this", - "start": 16819, - "end": 16823, + "start": 17125, + "end": 17129, "loc": { "start": { - "line": 435, + "line": 443, "column": 20 }, "end": { - "line": 435, + "line": 443, "column": 24 } } @@ -276189,15 +282886,15 @@ "binop": null, "updateContext": null }, - "start": 16823, - "end": 16824, + "start": 17129, + "end": 17130, "loc": { "start": { - "line": 435, + "line": 443, "column": 24 }, "end": { - "line": 435, + "line": 443, "column": 25 } } @@ -276215,15 +282912,15 @@ "binop": null }, "value": "deviceErrorCallback", - "start": 16824, - "end": 16843, + "start": 17130, + "end": 17149, "loc": { "start": { - "line": 435, + "line": 443, "column": 25 }, "end": { - "line": 435, + "line": 443, "column": 44 } } @@ -276240,15 +282937,15 @@ "postfix": false, "binop": null }, - "start": 16843, - "end": 16844, + "start": 17149, + "end": 17150, "loc": { "start": { - "line": 435, + "line": 443, "column": 44 }, "end": { - "line": 435, + "line": 443, "column": 45 } } @@ -276266,15 +282963,15 @@ "binop": null, "updateContext": null }, - "start": 16844, - "end": 16845, + "start": 17150, + "end": 17151, "loc": { "start": { - "line": 435, + "line": 443, "column": 45 }, "end": { - "line": 435, + "line": 443, "column": 46 } } @@ -276282,15 +282979,15 @@ { "type": "CommentLine", "value": " disable existing playback events", - "start": 16863, - "end": 16898, + "start": 17169, + "end": 17204, "loc": { "start": { - "line": 437, + "line": 445, "column": 16 }, "end": { - "line": 437, + "line": 445, "column": 51 } } @@ -276310,15 +283007,15 @@ "updateContext": null }, "value": "this", - "start": 16915, - "end": 16919, + "start": 17221, + "end": 17225, "loc": { "start": { - "line": 438, + "line": 446, "column": 16 }, "end": { - "line": 438, + "line": 446, "column": 20 } } @@ -276336,15 +283033,15 @@ "binop": null, "updateContext": null }, - "start": 16919, - "end": 16920, + "start": 17225, + "end": 17226, "loc": { "start": { - "line": 438, + "line": 446, "column": 20 }, "end": { - "line": 438, + "line": 446, "column": 21 } } @@ -276362,15 +283059,15 @@ "binop": null }, "value": "surfer", - "start": 16920, - "end": 16926, + "start": 17226, + "end": 17232, "loc": { "start": { - "line": 438, + "line": 446, "column": 21 }, "end": { - "line": 438, + "line": 446, "column": 27 } } @@ -276388,15 +283085,15 @@ "binop": null, "updateContext": null }, - "start": 16926, - "end": 16927, + "start": 17232, + "end": 17233, "loc": { "start": { - "line": 438, + "line": 446, "column": 27 }, "end": { - "line": 438, + "line": 446, "column": 28 } } @@ -276414,15 +283111,15 @@ "binop": null }, "value": "setupPlaybackEvents", - "start": 16927, - "end": 16946, + "start": 17233, + "end": 17252, "loc": { "start": { - "line": 438, + "line": 446, "column": 28 }, "end": { - "line": 438, + "line": 446, "column": 47 } } @@ -276439,15 +283136,15 @@ "postfix": false, "binop": null }, - "start": 16946, - "end": 16947, + "start": 17252, + "end": 17253, "loc": { "start": { - "line": 438, + "line": 446, "column": 47 }, "end": { - "line": 438, + "line": 446, "column": 48 } } @@ -276467,15 +283164,15 @@ "updateContext": null }, "value": "false", - "start": 16947, - "end": 16952, + "start": 17253, + "end": 17258, "loc": { "start": { - "line": 438, + "line": 446, "column": 48 }, "end": { - "line": 438, + "line": 446, "column": 53 } } @@ -276492,15 +283189,15 @@ "postfix": false, "binop": null }, - "start": 16952, - "end": 16953, + "start": 17258, + "end": 17259, "loc": { "start": { - "line": 438, + "line": 446, "column": 53 }, "end": { - "line": 438, + "line": 446, "column": 54 } } @@ -276518,15 +283215,15 @@ "binop": null, "updateContext": null }, - "start": 16953, - "end": 16954, + "start": 17259, + "end": 17260, "loc": { "start": { - "line": 438, + "line": 446, "column": 54 }, "end": { - "line": 438, + "line": 446, "column": 55 } } @@ -276534,15 +283231,15 @@ { "type": "CommentLine", "value": " (re)set surfer liveMode", - "start": 16972, - "end": 16998, + "start": 17278, + "end": 17304, "loc": { "start": { - "line": 440, + "line": 448, "column": 16 }, "end": { - "line": 440, + "line": 448, "column": 42 } } @@ -276562,15 +283259,15 @@ "updateContext": null }, "value": "this", - "start": 17015, - "end": 17019, + "start": 17321, + "end": 17325, "loc": { "start": { - "line": 441, + "line": 449, "column": 16 }, "end": { - "line": 441, + "line": 449, "column": 20 } } @@ -276588,15 +283285,15 @@ "binop": null, "updateContext": null }, - "start": 17019, - "end": 17020, + "start": 17325, + "end": 17326, "loc": { "start": { - "line": 441, + "line": 449, "column": 20 }, "end": { - "line": 441, + "line": 449, "column": 21 } } @@ -276614,15 +283311,15 @@ "binop": null }, "value": "surfer", - "start": 17020, - "end": 17026, + "start": 17326, + "end": 17332, "loc": { "start": { - "line": 441, + "line": 449, "column": 21 }, "end": { - "line": 441, + "line": 449, "column": 27 } } @@ -276640,15 +283337,15 @@ "binop": null, "updateContext": null }, - "start": 17026, - "end": 17027, + "start": 17332, + "end": 17333, "loc": { "start": { - "line": 441, + "line": 449, "column": 27 }, "end": { - "line": 441, + "line": 449, "column": 28 } } @@ -276666,15 +283363,15 @@ "binop": null }, "value": "liveMode", - "start": 17027, - "end": 17035, + "start": 17333, + "end": 17341, "loc": { "start": { - "line": 441, + "line": 449, "column": 28 }, "end": { - "line": 441, + "line": 449, "column": 36 } } @@ -276693,15 +283390,15 @@ "updateContext": null }, "value": "=", - "start": 17036, - "end": 17037, + "start": 17342, + "end": 17343, "loc": { "start": { - "line": 441, + "line": 449, "column": 37 }, "end": { - "line": 441, + "line": 449, "column": 38 } } @@ -276721,15 +283418,15 @@ "updateContext": null }, "value": "true", - "start": 17038, - "end": 17042, + "start": 17344, + "end": 17348, "loc": { "start": { - "line": 441, + "line": 449, "column": 39 }, "end": { - "line": 441, + "line": 449, "column": 43 } } @@ -276747,15 +283444,15 @@ "binop": null, "updateContext": null }, - "start": 17042, - "end": 17043, + "start": 17348, + "end": 17349, "loc": { "start": { - "line": 441, + "line": 449, "column": 43 }, "end": { - "line": 441, + "line": 449, "column": 44 } } @@ -276775,15 +283472,15 @@ "updateContext": null }, "value": "this", - "start": 17060, - "end": 17064, + "start": 17366, + "end": 17370, "loc": { "start": { - "line": 442, + "line": 450, "column": 16 }, "end": { - "line": 442, + "line": 450, "column": 20 } } @@ -276801,15 +283498,15 @@ "binop": null, "updateContext": null }, - "start": 17064, - "end": 17065, + "start": 17370, + "end": 17371, "loc": { "start": { - "line": 442, + "line": 450, "column": 20 }, "end": { - "line": 442, + "line": 450, "column": 21 } } @@ -276827,15 +283524,15 @@ "binop": null }, "value": "surfer", - "start": 17065, - "end": 17071, + "start": 17371, + "end": 17377, "loc": { "start": { - "line": 442, + "line": 450, "column": 21 }, "end": { - "line": 442, + "line": 450, "column": 27 } } @@ -276853,15 +283550,15 @@ "binop": null, "updateContext": null }, - "start": 17071, - "end": 17072, + "start": 17377, + "end": 17378, "loc": { "start": { - "line": 442, + "line": 450, "column": 27 }, "end": { - "line": 442, + "line": 450, "column": 28 } } @@ -276879,15 +283576,15 @@ "binop": null }, "value": "surfer", - "start": 17072, - "end": 17078, + "start": 17378, + "end": 17384, "loc": { "start": { - "line": 442, + "line": 450, "column": 28 }, "end": { - "line": 442, + "line": 450, "column": 34 } } @@ -276905,15 +283602,15 @@ "binop": null, "updateContext": null }, - "start": 17078, - "end": 17079, + "start": 17384, + "end": 17385, "loc": { "start": { - "line": 442, + "line": 450, "column": 34 }, "end": { - "line": 442, + "line": 450, "column": 35 } } @@ -276931,15 +283628,15 @@ "binop": null }, "value": "microphone", - "start": 17079, - "end": 17089, + "start": 17385, + "end": 17395, "loc": { "start": { - "line": 442, + "line": 450, "column": 35 }, "end": { - "line": 442, + "line": 450, "column": 45 } } @@ -276957,15 +283654,15 @@ "binop": null, "updateContext": null }, - "start": 17089, - "end": 17090, + "start": 17395, + "end": 17396, "loc": { "start": { - "line": 442, + "line": 450, "column": 45 }, "end": { - "line": 442, + "line": 450, "column": 46 } } @@ -276983,15 +283680,15 @@ "binop": null }, "value": "paused", - "start": 17090, - "end": 17096, + "start": 17396, + "end": 17402, "loc": { "start": { - "line": 442, + "line": 450, "column": 46 }, "end": { - "line": 442, + "line": 450, "column": 52 } } @@ -277010,15 +283707,15 @@ "updateContext": null }, "value": "=", - "start": 17097, - "end": 17098, + "start": 17403, + "end": 17404, "loc": { "start": { - "line": 442, + "line": 450, "column": 53 }, "end": { - "line": 442, + "line": 450, "column": 54 } } @@ -277038,15 +283735,15 @@ "updateContext": null }, "value": "false", - "start": 17099, - "end": 17104, + "start": 17405, + "end": 17410, "loc": { "start": { - "line": 442, + "line": 450, "column": 55 }, "end": { - "line": 442, + "line": 450, "column": 60 } } @@ -277064,15 +283761,15 @@ "binop": null, "updateContext": null }, - "start": 17104, - "end": 17105, + "start": 17410, + "end": 17411, "loc": { "start": { - "line": 442, + "line": 450, "column": 60 }, "end": { - "line": 442, + "line": 450, "column": 61 } } @@ -277080,15 +283777,15 @@ { "type": "CommentLine", "value": " resume AudioContext when it's suspended by the browser, due to", - "start": 17123, - "end": 17188, + "start": 17429, + "end": 17494, "loc": { "start": { - "line": 444, + "line": 452, "column": 16 }, "end": { - "line": 444, + "line": 452, "column": 81 } } @@ -277096,15 +283793,15 @@ { "type": "CommentLine", "value": " autoplay rules. Chrome warns with the following message:", - "start": 17205, - "end": 17264, + "start": 17511, + "end": 17570, "loc": { "start": { - "line": 445, + "line": 453, "column": 16 }, "end": { - "line": 445, + "line": 453, "column": 75 } } @@ -277112,15 +283809,15 @@ { "type": "CommentLine", "value": " \"The AudioContext was not allowed to start. It must be resumed", - "start": 17281, - "end": 17346, + "start": 17587, + "end": 17652, "loc": { "start": { - "line": 446, + "line": 454, "column": 16 }, "end": { - "line": 446, + "line": 454, "column": 81 } } @@ -277128,15 +283825,15 @@ { "type": "CommentLine", "value": " (or created) after a user gesture on the page.\"", - "start": 17363, - "end": 17413, + "start": 17669, + "end": 17719, "loc": { "start": { - "line": 447, + "line": 455, "column": 16 }, "end": { - "line": 447, + "line": 455, "column": 66 } } @@ -277156,15 +283853,15 @@ "updateContext": null }, "value": "if", - "start": 17430, - "end": 17432, + "start": 17736, + "end": 17738, "loc": { "start": { - "line": 448, + "line": 456, "column": 16 }, "end": { - "line": 448, + "line": 456, "column": 18 } } @@ -277181,15 +283878,15 @@ "postfix": false, "binop": null }, - "start": 17433, - "end": 17434, + "start": 17739, + "end": 17740, "loc": { "start": { - "line": 448, + "line": 456, "column": 19 }, "end": { - "line": 448, + "line": 456, "column": 20 } } @@ -277209,15 +283906,15 @@ "updateContext": null }, "value": "this", - "start": 17434, - "end": 17438, + "start": 17740, + "end": 17744, "loc": { "start": { - "line": 448, + "line": 456, "column": 20 }, "end": { - "line": 448, + "line": 456, "column": 24 } } @@ -277235,15 +283932,15 @@ "binop": null, "updateContext": null }, - "start": 17438, - "end": 17439, + "start": 17744, + "end": 17745, "loc": { "start": { - "line": 448, + "line": 456, "column": 24 }, "end": { - "line": 448, + "line": 456, "column": 25 } } @@ -277261,15 +283958,15 @@ "binop": null }, "value": "surfer", - "start": 17439, - "end": 17445, + "start": 17745, + "end": 17751, "loc": { "start": { - "line": 448, + "line": 456, "column": 25 }, "end": { - "line": 448, + "line": 456, "column": 31 } } @@ -277287,15 +283984,15 @@ "binop": null, "updateContext": null }, - "start": 17445, - "end": 17446, + "start": 17751, + "end": 17752, "loc": { "start": { - "line": 448, + "line": 456, "column": 31 }, "end": { - "line": 448, + "line": 456, "column": 32 } } @@ -277313,15 +284010,15 @@ "binop": null }, "value": "surfer", - "start": 17446, - "end": 17452, + "start": 17752, + "end": 17758, "loc": { "start": { - "line": 448, + "line": 456, "column": 32 }, "end": { - "line": 448, + "line": 456, "column": 38 } } @@ -277339,15 +284036,15 @@ "binop": null, "updateContext": null }, - "start": 17452, - "end": 17453, + "start": 17758, + "end": 17759, "loc": { "start": { - "line": 448, + "line": 456, "column": 38 }, "end": { - "line": 448, + "line": 456, "column": 39 } } @@ -277365,15 +284062,15 @@ "binop": null }, "value": "backend", - "start": 17453, - "end": 17460, + "start": 17759, + "end": 17766, "loc": { "start": { - "line": 448, + "line": 456, "column": 39 }, "end": { - "line": 448, + "line": 456, "column": 46 } } @@ -277391,15 +284088,15 @@ "binop": null, "updateContext": null }, - "start": 17460, - "end": 17461, + "start": 17766, + "end": 17767, "loc": { "start": { - "line": 448, + "line": 456, "column": 46 }, "end": { - "line": 448, + "line": 456, "column": 47 } } @@ -277417,15 +284114,15 @@ "binop": null }, "value": "ac", - "start": 17461, - "end": 17463, + "start": 17767, + "end": 17769, "loc": { "start": { - "line": 448, + "line": 456, "column": 47 }, "end": { - "line": 448, + "line": 456, "column": 49 } } @@ -277443,15 +284140,15 @@ "binop": null, "updateContext": null }, - "start": 17463, - "end": 17464, + "start": 17769, + "end": 17770, "loc": { "start": { - "line": 448, + "line": 456, "column": 49 }, "end": { - "line": 448, + "line": 456, "column": 50 } } @@ -277469,15 +284166,15 @@ "binop": null }, "value": "state", - "start": 17464, - "end": 17469, + "start": 17770, + "end": 17775, "loc": { "start": { - "line": 448, + "line": 456, "column": 50 }, "end": { - "line": 448, + "line": 456, "column": 55 } } @@ -277496,15 +284193,15 @@ "updateContext": null }, "value": "===", - "start": 17470, - "end": 17473, + "start": 17776, + "end": 17779, "loc": { "start": { - "line": 448, + "line": 456, "column": 56 }, "end": { - "line": 448, + "line": 456, "column": 59 } } @@ -277523,15 +284220,15 @@ "updateContext": null }, "value": "suspended", - "start": 17474, - "end": 17485, + "start": 17780, + "end": 17791, "loc": { "start": { - "line": 448, + "line": 456, "column": 60 }, "end": { - "line": 448, + "line": 456, "column": 71 } } @@ -277548,15 +284245,15 @@ "postfix": false, "binop": null }, - "start": 17485, - "end": 17486, + "start": 17791, + "end": 17792, "loc": { "start": { - "line": 448, + "line": 456, "column": 71 }, "end": { - "line": 448, + "line": 456, "column": 72 } } @@ -277573,15 +284270,15 @@ "postfix": false, "binop": null }, - "start": 17487, - "end": 17488, + "start": 17793, + "end": 17794, "loc": { "start": { - "line": 448, + "line": 456, "column": 73 }, "end": { - "line": 448, + "line": 456, "column": 74 } } @@ -277601,15 +284298,15 @@ "updateContext": null }, "value": "this", - "start": 17509, - "end": 17513, + "start": 17815, + "end": 17819, "loc": { "start": { - "line": 449, + "line": 457, "column": 20 }, "end": { - "line": 449, + "line": 457, "column": 24 } } @@ -277627,15 +284324,15 @@ "binop": null, "updateContext": null }, - "start": 17513, - "end": 17514, + "start": 17819, + "end": 17820, "loc": { "start": { - "line": 449, + "line": 457, "column": 24 }, "end": { - "line": 449, + "line": 457, "column": 25 } } @@ -277653,15 +284350,15 @@ "binop": null }, "value": "surfer", - "start": 17514, - "end": 17520, + "start": 17820, + "end": 17826, "loc": { "start": { - "line": 449, + "line": 457, "column": 25 }, "end": { - "line": 449, + "line": 457, "column": 31 } } @@ -277679,15 +284376,15 @@ "binop": null, "updateContext": null }, - "start": 17520, - "end": 17521, + "start": 17826, + "end": 17827, "loc": { "start": { - "line": 449, + "line": 457, "column": 31 }, "end": { - "line": 449, + "line": 457, "column": 32 } } @@ -277705,15 +284402,15 @@ "binop": null }, "value": "surfer", - "start": 17521, - "end": 17527, + "start": 17827, + "end": 17833, "loc": { "start": { - "line": 449, + "line": 457, "column": 32 }, "end": { - "line": 449, + "line": 457, "column": 38 } } @@ -277731,15 +284428,15 @@ "binop": null, "updateContext": null }, - "start": 17527, - "end": 17528, + "start": 17833, + "end": 17834, "loc": { "start": { - "line": 449, + "line": 457, "column": 38 }, "end": { - "line": 449, + "line": 457, "column": 39 } } @@ -277757,15 +284454,15 @@ "binop": null }, "value": "backend", - "start": 17528, - "end": 17535, + "start": 17834, + "end": 17841, "loc": { "start": { - "line": 449, + "line": 457, "column": 39 }, "end": { - "line": 449, + "line": 457, "column": 46 } } @@ -277783,15 +284480,15 @@ "binop": null, "updateContext": null }, - "start": 17535, - "end": 17536, + "start": 17841, + "end": 17842, "loc": { "start": { - "line": 449, + "line": 457, "column": 46 }, "end": { - "line": 449, + "line": 457, "column": 47 } } @@ -277809,15 +284506,15 @@ "binop": null }, "value": "ac", - "start": 17536, - "end": 17538, + "start": 17842, + "end": 17844, "loc": { "start": { - "line": 449, + "line": 457, "column": 47 }, "end": { - "line": 449, + "line": 457, "column": 49 } } @@ -277835,15 +284532,15 @@ "binop": null, "updateContext": null }, - "start": 17538, - "end": 17539, + "start": 17844, + "end": 17845, "loc": { "start": { - "line": 449, + "line": 457, "column": 49 }, "end": { - "line": 449, + "line": 457, "column": 50 } } @@ -277861,15 +284558,15 @@ "binop": null }, "value": "resume", - "start": 17539, - "end": 17545, + "start": 17845, + "end": 17851, "loc": { "start": { - "line": 449, + "line": 457, "column": 50 }, "end": { - "line": 449, + "line": 457, "column": 56 } } @@ -277886,15 +284583,15 @@ "postfix": false, "binop": null }, - "start": 17545, - "end": 17546, + "start": 17851, + "end": 17852, "loc": { "start": { - "line": 449, + "line": 457, "column": 56 }, "end": { - "line": 449, + "line": 457, "column": 57 } } @@ -277911,15 +284608,15 @@ "postfix": false, "binop": null }, - "start": 17546, - "end": 17547, + "start": 17852, + "end": 17853, "loc": { "start": { - "line": 449, + "line": 457, "column": 57 }, "end": { - "line": 449, + "line": 457, "column": 58 } } @@ -277937,15 +284634,15 @@ "binop": null, "updateContext": null }, - "start": 17547, - "end": 17548, + "start": 17853, + "end": 17854, "loc": { "start": { - "line": 449, + "line": 457, "column": 58 }, "end": { - "line": 449, + "line": 457, "column": 59 } } @@ -277962,15 +284659,15 @@ "postfix": false, "binop": null }, - "start": 17565, - "end": 17566, + "start": 17871, + "end": 17872, "loc": { "start": { - "line": 450, + "line": 458, "column": 16 }, "end": { - "line": 450, + "line": 458, "column": 17 } } @@ -277978,15 +284675,15 @@ { "type": "CommentLine", "value": " assign custom reloadBufferFunction for microphone plugin to", - "start": 17584, - "end": 17646, + "start": 17890, + "end": 17952, "loc": { "start": { - "line": 452, + "line": 460, "column": 16 }, "end": { - "line": 452, + "line": 460, "column": 78 } } @@ -277994,15 +284691,15 @@ { "type": "CommentLine", "value": " obtain AudioBuffer chunks", - "start": 17663, - "end": 17691, + "start": 17969, + "end": 17997, "loc": { "start": { - "line": 453, + "line": 461, "column": 16 }, "end": { - "line": 453, + "line": 461, "column": 44 } } @@ -278022,15 +284719,15 @@ "updateContext": null }, "value": "if", - "start": 17708, - "end": 17710, + "start": 18014, + "end": 18016, "loc": { "start": { - "line": 454, + "line": 462, "column": 16 }, "end": { - "line": 454, + "line": 462, "column": 18 } } @@ -278047,15 +284744,15 @@ "postfix": false, "binop": null }, - "start": 17711, - "end": 17712, + "start": 18017, + "end": 18018, "loc": { "start": { - "line": 454, + "line": 462, "column": 19 }, "end": { - "line": 454, + "line": 462, "column": 20 } } @@ -278075,15 +284772,15 @@ "updateContext": null }, "value": "this", - "start": 17712, - "end": 17716, + "start": 18018, + "end": 18022, "loc": { "start": { - "line": 454, + "line": 462, "column": 20 }, "end": { - "line": 454, + "line": 462, "column": 24 } } @@ -278101,15 +284798,15 @@ "binop": null, "updateContext": null }, - "start": 17716, - "end": 17717, + "start": 18022, + "end": 18023, "loc": { "start": { - "line": 454, + "line": 462, "column": 24 }, "end": { - "line": 454, + "line": 462, "column": 25 } } @@ -278127,15 +284824,15 @@ "binop": null }, "value": "audioBufferUpdate", - "start": 17717, - "end": 17734, + "start": 18023, + "end": 18040, "loc": { "start": { - "line": 454, + "line": 462, "column": 25 }, "end": { - "line": 454, + "line": 462, "column": 42 } } @@ -278154,15 +284851,15 @@ "updateContext": null }, "value": "===", - "start": 17735, - "end": 17738, + "start": 18041, + "end": 18044, "loc": { "start": { - "line": 454, + "line": 462, "column": 43 }, "end": { - "line": 454, + "line": 462, "column": 46 } } @@ -278182,15 +284879,15 @@ "updateContext": null }, "value": "true", - "start": 17739, - "end": 17743, + "start": 18045, + "end": 18049, "loc": { "start": { - "line": 454, + "line": 462, "column": 47 }, "end": { - "line": 454, + "line": 462, "column": 51 } } @@ -278207,15 +284904,15 @@ "postfix": false, "binop": null }, - "start": 17743, - "end": 17744, + "start": 18049, + "end": 18050, "loc": { "start": { - "line": 454, + "line": 462, "column": 51 }, "end": { - "line": 454, + "line": 462, "column": 52 } } @@ -278232,15 +284929,15 @@ "postfix": false, "binop": null }, - "start": 17745, - "end": 17746, + "start": 18051, + "end": 18052, "loc": { "start": { - "line": 454, + "line": 462, "column": 53 }, "end": { - "line": 454, + "line": 462, "column": 54 } } @@ -278260,15 +284957,15 @@ "updateContext": null }, "value": "this", - "start": 17767, - "end": 17771, + "start": 18073, + "end": 18077, "loc": { "start": { - "line": 455, + "line": 463, "column": 20 }, "end": { - "line": 455, + "line": 463, "column": 24 } } @@ -278286,15 +284983,15 @@ "binop": null, "updateContext": null }, - "start": 17771, - "end": 17772, + "start": 18077, + "end": 18078, "loc": { "start": { - "line": 455, + "line": 463, "column": 24 }, "end": { - "line": 455, + "line": 463, "column": 25 } } @@ -278312,15 +285009,15 @@ "binop": null }, "value": "surfer", - "start": 17772, - "end": 17778, + "start": 18078, + "end": 18084, "loc": { "start": { - "line": 455, + "line": 463, "column": 25 }, "end": { - "line": 455, + "line": 463, "column": 31 } } @@ -278338,15 +285035,15 @@ "binop": null, "updateContext": null }, - "start": 17778, - "end": 17779, + "start": 18084, + "end": 18085, "loc": { "start": { - "line": 455, + "line": 463, "column": 31 }, "end": { - "line": 455, + "line": 463, "column": 32 } } @@ -278364,15 +285061,15 @@ "binop": null }, "value": "surfer", - "start": 17779, - "end": 17785, + "start": 18085, + "end": 18091, "loc": { "start": { - "line": 455, + "line": 463, "column": 32 }, "end": { - "line": 455, + "line": 463, "column": 38 } } @@ -278390,15 +285087,15 @@ "binop": null, "updateContext": null }, - "start": 17785, - "end": 17786, + "start": 18091, + "end": 18092, "loc": { "start": { - "line": 455, + "line": 463, "column": 38 }, "end": { - "line": 455, + "line": 463, "column": 39 } } @@ -278416,15 +285113,15 @@ "binop": null }, "value": "microphone", - "start": 17786, - "end": 17796, + "start": 18092, + "end": 18102, "loc": { "start": { - "line": 455, + "line": 463, "column": 39 }, "end": { - "line": 455, + "line": 463, "column": 49 } } @@ -278442,15 +285139,15 @@ "binop": null, "updateContext": null }, - "start": 17796, - "end": 17797, + "start": 18102, + "end": 18103, "loc": { "start": { - "line": 455, + "line": 463, "column": 49 }, "end": { - "line": 455, + "line": 463, "column": 50 } } @@ -278468,15 +285165,15 @@ "binop": null }, "value": "reloadBufferFunction", - "start": 17797, - "end": 17817, + "start": 18103, + "end": 18123, "loc": { "start": { - "line": 455, + "line": 463, "column": 50 }, "end": { - "line": 455, + "line": 463, "column": 70 } } @@ -278495,15 +285192,15 @@ "updateContext": null }, "value": "=", - "start": 17818, - "end": 17819, + "start": 18124, + "end": 18125, "loc": { "start": { - "line": 455, + "line": 463, "column": 71 }, "end": { - "line": 455, + "line": 463, "column": 72 } } @@ -278520,15 +285217,15 @@ "postfix": false, "binop": null }, - "start": 17820, - "end": 17821, + "start": 18126, + "end": 18127, "loc": { "start": { - "line": 455, + "line": 463, "column": 73 }, "end": { - "line": 455, + "line": 463, "column": 74 } } @@ -278546,15 +285243,15 @@ "binop": null }, "value": "event", - "start": 17821, - "end": 17826, + "start": 18127, + "end": 18132, "loc": { "start": { - "line": 455, + "line": 463, "column": 74 }, "end": { - "line": 455, + "line": 463, "column": 79 } } @@ -278571,15 +285268,15 @@ "postfix": false, "binop": null }, - "start": 17826, - "end": 17827, + "start": 18132, + "end": 18133, "loc": { "start": { - "line": 455, + "line": 463, "column": 79 }, "end": { - "line": 455, + "line": 463, "column": 80 } } @@ -278597,15 +285294,15 @@ "binop": null, "updateContext": null }, - "start": 17828, - "end": 17830, + "start": 18134, + "end": 18136, "loc": { "start": { - "line": 455, + "line": 463, "column": 81 }, "end": { - "line": 455, + "line": 463, "column": 83 } } @@ -278622,15 +285319,15 @@ "postfix": false, "binop": null }, - "start": 17831, - "end": 17832, + "start": 18137, + "end": 18138, "loc": { "start": { - "line": 455, + "line": 463, "column": 84 }, "end": { - "line": 455, + "line": 463, "column": 85 } } @@ -278650,15 +285347,15 @@ "updateContext": null }, "value": "if", - "start": 17857, - "end": 17859, + "start": 18163, + "end": 18165, "loc": { "start": { - "line": 456, + "line": 464, "column": 24 }, "end": { - "line": 456, + "line": 464, "column": 26 } } @@ -278675,15 +285372,15 @@ "postfix": false, "binop": null }, - "start": 17860, - "end": 17861, + "start": 18166, + "end": 18167, "loc": { "start": { - "line": 456, + "line": 464, "column": 27 }, "end": { - "line": 456, + "line": 464, "column": 28 } } @@ -278702,15 +285399,15 @@ "updateContext": null }, "value": "!", - "start": 17861, - "end": 17862, + "start": 18167, + "end": 18168, "loc": { "start": { - "line": 456, + "line": 464, "column": 28 }, "end": { - "line": 456, + "line": 464, "column": 29 } } @@ -278730,15 +285427,15 @@ "updateContext": null }, "value": "this", - "start": 17862, - "end": 17866, + "start": 18168, + "end": 18172, "loc": { "start": { - "line": 456, + "line": 464, "column": 29 }, "end": { - "line": 456, + "line": 464, "column": 33 } } @@ -278756,15 +285453,15 @@ "binop": null, "updateContext": null }, - "start": 17866, - "end": 17867, + "start": 18172, + "end": 18173, "loc": { "start": { - "line": 456, + "line": 464, "column": 33 }, "end": { - "line": 456, + "line": 464, "column": 34 } } @@ -278782,15 +285479,15 @@ "binop": null }, "value": "surfer", - "start": 17867, - "end": 17873, + "start": 18173, + "end": 18179, "loc": { "start": { - "line": 456, + "line": 464, "column": 34 }, "end": { - "line": 456, + "line": 464, "column": 40 } } @@ -278808,15 +285505,15 @@ "binop": null, "updateContext": null }, - "start": 17873, - "end": 17874, + "start": 18179, + "end": 18180, "loc": { "start": { - "line": 456, + "line": 464, "column": 40 }, "end": { - "line": 456, + "line": 464, "column": 41 } } @@ -278834,15 +285531,15 @@ "binop": null }, "value": "surfer", - "start": 17874, - "end": 17880, + "start": 18180, + "end": 18186, "loc": { "start": { - "line": 456, + "line": 464, "column": 41 }, "end": { - "line": 456, + "line": 464, "column": 47 } } @@ -278860,15 +285557,15 @@ "binop": null, "updateContext": null }, - "start": 17880, - "end": 17881, + "start": 18186, + "end": 18187, "loc": { "start": { - "line": 456, + "line": 464, "column": 47 }, "end": { - "line": 456, + "line": 464, "column": 48 } } @@ -278886,15 +285583,15 @@ "binop": null }, "value": "microphone", - "start": 17881, - "end": 17891, + "start": 18187, + "end": 18197, "loc": { "start": { - "line": 456, + "line": 464, "column": 48 }, "end": { - "line": 456, + "line": 464, "column": 58 } } @@ -278912,15 +285609,15 @@ "binop": null, "updateContext": null }, - "start": 17891, - "end": 17892, + "start": 18197, + "end": 18198, "loc": { "start": { - "line": 456, + "line": 464, "column": 58 }, "end": { - "line": 456, + "line": 464, "column": 59 } } @@ -278938,15 +285635,15 @@ "binop": null }, "value": "paused", - "start": 17892, - "end": 17898, + "start": 18198, + "end": 18204, "loc": { "start": { - "line": 456, + "line": 464, "column": 59 }, "end": { - "line": 456, + "line": 464, "column": 65 } } @@ -278963,15 +285660,15 @@ "postfix": false, "binop": null }, - "start": 17898, - "end": 17899, + "start": 18204, + "end": 18205, "loc": { "start": { - "line": 456, + "line": 464, "column": 65 }, "end": { - "line": 456, + "line": 464, "column": 66 } } @@ -278988,15 +285685,15 @@ "postfix": false, "binop": null }, - "start": 17900, - "end": 17901, + "start": 18206, + "end": 18207, "loc": { "start": { - "line": 456, + "line": 464, "column": 67 }, "end": { - "line": 456, + "line": 464, "column": 68 } } @@ -279004,15 +285701,15 @@ { "type": "CommentLine", "value": " redraw", - "start": 17930, - "end": 17939, + "start": 18236, + "end": 18245, "loc": { "start": { - "line": 457, + "line": 465, "column": 28 }, "end": { - "line": 457, + "line": 465, "column": 37 } } @@ -279032,15 +285729,15 @@ "updateContext": null }, "value": "this", - "start": 17968, - "end": 17972, + "start": 18274, + "end": 18278, "loc": { "start": { - "line": 458, + "line": 466, "column": 28 }, "end": { - "line": 458, + "line": 466, "column": 32 } } @@ -279058,15 +285755,15 @@ "binop": null, "updateContext": null }, - "start": 17972, - "end": 17973, + "start": 18278, + "end": 18279, "loc": { "start": { - "line": 458, + "line": 466, "column": 32 }, "end": { - "line": 458, + "line": 466, "column": 33 } } @@ -279084,15 +285781,15 @@ "binop": null }, "value": "surfer", - "start": 17973, - "end": 17979, + "start": 18279, + "end": 18285, "loc": { "start": { - "line": 458, + "line": 466, "column": 33 }, "end": { - "line": 458, + "line": 466, "column": 39 } } @@ -279110,15 +285807,15 @@ "binop": null, "updateContext": null }, - "start": 17979, - "end": 17980, + "start": 18285, + "end": 18286, "loc": { "start": { - "line": 458, + "line": 466, "column": 39 }, "end": { - "line": 458, + "line": 466, "column": 40 } } @@ -279136,15 +285833,15 @@ "binop": null }, "value": "surfer", - "start": 17980, - "end": 17986, + "start": 18286, + "end": 18292, "loc": { "start": { - "line": 458, + "line": 466, "column": 40 }, "end": { - "line": 458, + "line": 466, "column": 46 } } @@ -279162,15 +285859,15 @@ "binop": null, "updateContext": null }, - "start": 17986, - "end": 17987, + "start": 18292, + "end": 18293, "loc": { "start": { - "line": 458, + "line": 466, "column": 46 }, "end": { - "line": 458, + "line": 466, "column": 47 } } @@ -279188,15 +285885,15 @@ "binop": null }, "value": "empty", - "start": 17987, - "end": 17992, + "start": 18293, + "end": 18298, "loc": { "start": { - "line": 458, + "line": 466, "column": 47 }, "end": { - "line": 458, + "line": 466, "column": 52 } } @@ -279213,15 +285910,15 @@ "postfix": false, "binop": null }, - "start": 17992, - "end": 17993, + "start": 18298, + "end": 18299, "loc": { "start": { - "line": 458, + "line": 466, "column": 52 }, "end": { - "line": 458, + "line": 466, "column": 53 } } @@ -279238,15 +285935,15 @@ "postfix": false, "binop": null }, - "start": 17993, - "end": 17994, + "start": 18299, + "end": 18300, "loc": { "start": { - "line": 458, + "line": 466, "column": 53 }, "end": { - "line": 458, + "line": 466, "column": 54 } } @@ -279264,15 +285961,15 @@ "binop": null, "updateContext": null }, - "start": 17994, - "end": 17995, + "start": 18300, + "end": 18301, "loc": { "start": { - "line": 458, + "line": 466, "column": 54 }, "end": { - "line": 458, + "line": 466, "column": 55 } } @@ -279292,15 +285989,15 @@ "updateContext": null }, "value": "this", - "start": 18024, - "end": 18028, + "start": 18330, + "end": 18334, "loc": { "start": { - "line": 459, + "line": 467, "column": 28 }, "end": { - "line": 459, + "line": 467, "column": 32 } } @@ -279318,15 +286015,15 @@ "binop": null, "updateContext": null }, - "start": 18028, - "end": 18029, + "start": 18334, + "end": 18335, "loc": { "start": { - "line": 459, + "line": 467, "column": 32 }, "end": { - "line": 459, + "line": 467, "column": 33 } } @@ -279344,15 +286041,15 @@ "binop": null }, "value": "surfer", - "start": 18029, - "end": 18035, + "start": 18335, + "end": 18341, "loc": { "start": { - "line": 459, + "line": 467, "column": 33 }, "end": { - "line": 459, + "line": 467, "column": 39 } } @@ -279370,15 +286067,15 @@ "binop": null, "updateContext": null }, - "start": 18035, - "end": 18036, + "start": 18341, + "end": 18342, "loc": { "start": { - "line": 459, + "line": 467, "column": 39 }, "end": { - "line": 459, + "line": 467, "column": 40 } } @@ -279396,15 +286093,15 @@ "binop": null }, "value": "surfer", - "start": 18036, - "end": 18042, + "start": 18342, + "end": 18348, "loc": { "start": { - "line": 459, + "line": 467, "column": 40 }, "end": { - "line": 459, + "line": 467, "column": 46 } } @@ -279422,15 +286119,15 @@ "binop": null, "updateContext": null }, - "start": 18042, - "end": 18043, + "start": 18348, + "end": 18349, "loc": { "start": { - "line": 459, + "line": 467, "column": 46 }, "end": { - "line": 459, + "line": 467, "column": 47 } } @@ -279448,15 +286145,15 @@ "binop": null }, "value": "loadDecodedBuffer", - "start": 18043, - "end": 18060, + "start": 18349, + "end": 18366, "loc": { "start": { - "line": 459, + "line": 467, "column": 47 }, "end": { - "line": 459, + "line": 467, "column": 64 } } @@ -279473,15 +286170,15 @@ "postfix": false, "binop": null }, - "start": 18060, - "end": 18061, + "start": 18366, + "end": 18367, "loc": { "start": { - "line": 459, + "line": 467, "column": 64 }, "end": { - "line": 459, + "line": 467, "column": 65 } } @@ -279499,15 +286196,15 @@ "binop": null }, "value": "event", - "start": 18061, - "end": 18066, + "start": 18367, + "end": 18372, "loc": { "start": { - "line": 459, + "line": 467, "column": 65 }, "end": { - "line": 459, + "line": 467, "column": 70 } } @@ -279525,15 +286222,15 @@ "binop": null, "updateContext": null }, - "start": 18066, - "end": 18067, + "start": 18372, + "end": 18373, "loc": { "start": { - "line": 459, + "line": 467, "column": 70 }, "end": { - "line": 459, + "line": 467, "column": 71 } } @@ -279551,15 +286248,15 @@ "binop": null }, "value": "inputBuffer", - "start": 18067, - "end": 18078, + "start": 18373, + "end": 18384, "loc": { "start": { - "line": 459, + "line": 467, "column": 71 }, "end": { - "line": 459, + "line": 467, "column": 82 } } @@ -279576,15 +286273,15 @@ "postfix": false, "binop": null }, - "start": 18078, - "end": 18079, + "start": 18384, + "end": 18385, "loc": { "start": { - "line": 459, + "line": 467, "column": 82 }, "end": { - "line": 459, + "line": 467, "column": 83 } } @@ -279602,15 +286299,15 @@ "binop": null, "updateContext": null }, - "start": 18079, - "end": 18080, + "start": 18385, + "end": 18386, "loc": { "start": { - "line": 459, + "line": 467, "column": 83 }, "end": { - "line": 459, + "line": 467, "column": 84 } } @@ -279618,15 +286315,15 @@ { "type": "CommentLine", "value": " store data and notify others", - "start": 18110, - "end": 18141, + "start": 18416, + "end": 18447, "loc": { "start": { - "line": 461, + "line": 469, "column": 28 }, "end": { - "line": 461, + "line": 469, "column": 59 } } @@ -279646,15 +286343,15 @@ "updateContext": null }, "value": "this", - "start": 18170, - "end": 18174, + "start": 18476, + "end": 18480, "loc": { "start": { - "line": 462, + "line": 470, "column": 28 }, "end": { - "line": 462, + "line": 470, "column": 32 } } @@ -279672,15 +286369,15 @@ "binop": null, "updateContext": null }, - "start": 18174, - "end": 18175, + "start": 18480, + "end": 18481, "loc": { "start": { - "line": 462, + "line": 470, "column": 32 }, "end": { - "line": 462, + "line": 470, "column": 33 } } @@ -279698,15 +286395,15 @@ "binop": null }, "value": "player", - "start": 18175, - "end": 18181, + "start": 18481, + "end": 18487, "loc": { "start": { - "line": 462, + "line": 470, "column": 33 }, "end": { - "line": 462, + "line": 470, "column": 39 } } @@ -279724,15 +286421,15 @@ "binop": null, "updateContext": null }, - "start": 18181, - "end": 18182, + "start": 18487, + "end": 18488, "loc": { "start": { - "line": 462, + "line": 470, "column": 39 }, "end": { - "line": 462, + "line": 470, "column": 40 } } @@ -279750,15 +286447,15 @@ "binop": null }, "value": "recordedData", - "start": 18182, - "end": 18194, + "start": 18488, + "end": 18500, "loc": { "start": { - "line": 462, + "line": 470, "column": 40 }, "end": { - "line": 462, + "line": 470, "column": 52 } } @@ -279777,15 +286474,15 @@ "updateContext": null }, "value": "=", - "start": 18195, - "end": 18196, + "start": 18501, + "end": 18502, "loc": { "start": { - "line": 462, + "line": 470, "column": 53 }, "end": { - "line": 462, + "line": 470, "column": 54 } } @@ -279803,15 +286500,15 @@ "binop": null }, "value": "event", - "start": 18197, - "end": 18202, + "start": 18503, + "end": 18508, "loc": { "start": { - "line": 462, + "line": 470, "column": 55 }, "end": { - "line": 462, + "line": 470, "column": 60 } } @@ -279829,15 +286526,15 @@ "binop": null, "updateContext": null }, - "start": 18202, - "end": 18203, + "start": 18508, + "end": 18509, "loc": { "start": { - "line": 462, + "line": 470, "column": 60 }, "end": { - "line": 462, + "line": 470, "column": 61 } } @@ -279855,15 +286552,15 @@ "binop": null }, "value": "inputBuffer", - "start": 18203, - "end": 18214, + "start": 18509, + "end": 18520, "loc": { "start": { - "line": 462, + "line": 470, "column": 61 }, "end": { - "line": 462, + "line": 470, "column": 72 } } @@ -279881,15 +286578,15 @@ "binop": null, "updateContext": null }, - "start": 18214, - "end": 18215, + "start": 18520, + "end": 18521, "loc": { "start": { - "line": 462, + "line": 470, "column": 72 }, "end": { - "line": 462, + "line": 470, "column": 73 } } @@ -279909,15 +286606,15 @@ "updateContext": null }, "value": "this", - "start": 18244, - "end": 18248, + "start": 18550, + "end": 18554, "loc": { "start": { - "line": 463, + "line": 471, "column": 28 }, "end": { - "line": 463, + "line": 471, "column": 32 } } @@ -279935,15 +286632,15 @@ "binop": null, "updateContext": null }, - "start": 18248, - "end": 18249, + "start": 18554, + "end": 18555, "loc": { "start": { - "line": 463, + "line": 471, "column": 32 }, "end": { - "line": 463, + "line": 471, "column": 33 } } @@ -279961,15 +286658,15 @@ "binop": null }, "value": "player", - "start": 18249, - "end": 18255, + "start": 18555, + "end": 18561, "loc": { "start": { - "line": 463, + "line": 471, "column": 33 }, "end": { - "line": 463, + "line": 471, "column": 39 } } @@ -279987,15 +286684,15 @@ "binop": null, "updateContext": null }, - "start": 18255, - "end": 18256, + "start": 18561, + "end": 18562, "loc": { "start": { - "line": 463, + "line": 471, "column": 39 }, "end": { - "line": 463, + "line": 471, "column": 40 } } @@ -280013,15 +286710,15 @@ "binop": null }, "value": "trigger", - "start": 18256, - "end": 18263, + "start": 18562, + "end": 18569, "loc": { "start": { - "line": 463, + "line": 471, "column": 40 }, "end": { - "line": 463, + "line": 471, "column": 47 } } @@ -280038,15 +286735,15 @@ "postfix": false, "binop": null }, - "start": 18263, - "end": 18264, + "start": 18569, + "end": 18570, "loc": { "start": { - "line": 463, + "line": 471, "column": 47 }, "end": { - "line": 463, + "line": 471, "column": 48 } } @@ -280064,15 +286761,15 @@ "binop": null }, "value": "Event", - "start": 18264, - "end": 18269, + "start": 18570, + "end": 18575, "loc": { "start": { - "line": 463, + "line": 471, "column": 48 }, "end": { - "line": 463, + "line": 471, "column": 53 } } @@ -280090,15 +286787,15 @@ "binop": null, "updateContext": null }, - "start": 18269, - "end": 18270, + "start": 18575, + "end": 18576, "loc": { "start": { - "line": 463, + "line": 471, "column": 53 }, "end": { - "line": 463, + "line": 471, "column": 54 } } @@ -280116,15 +286813,15 @@ "binop": null }, "value": "AUDIO_BUFFER_UPDATE", - "start": 18270, - "end": 18289, + "start": 18576, + "end": 18595, "loc": { "start": { - "line": 463, + "line": 471, "column": 54 }, "end": { - "line": 463, + "line": 471, "column": 73 } } @@ -280141,15 +286838,15 @@ "postfix": false, "binop": null }, - "start": 18289, - "end": 18290, + "start": 18595, + "end": 18596, "loc": { "start": { - "line": 463, + "line": 471, "column": 73 }, "end": { - "line": 463, + "line": 471, "column": 74 } } @@ -280167,15 +286864,15 @@ "binop": null, "updateContext": null }, - "start": 18290, - "end": 18291, + "start": 18596, + "end": 18597, "loc": { "start": { - "line": 463, + "line": 471, "column": 74 }, "end": { - "line": 463, + "line": 471, "column": 75 } } @@ -280192,15 +286889,15 @@ "postfix": false, "binop": null }, - "start": 18316, - "end": 18317, + "start": 18622, + "end": 18623, "loc": { "start": { - "line": 464, + "line": 472, "column": 24 }, "end": { - "line": 464, + "line": 472, "column": 25 } } @@ -280217,15 +286914,15 @@ "postfix": false, "binop": null }, - "start": 18338, - "end": 18339, + "start": 18644, + "end": 18645, "loc": { "start": { - "line": 465, + "line": 473, "column": 20 }, "end": { - "line": 465, + "line": 473, "column": 21 } } @@ -280243,15 +286940,15 @@ "binop": null, "updateContext": null }, - "start": 18339, - "end": 18340, + "start": 18645, + "end": 18646, "loc": { "start": { - "line": 465, + "line": 473, "column": 21 }, "end": { - "line": 465, + "line": 473, "column": 22 } } @@ -280268,32 +286965,32 @@ "postfix": false, "binop": null }, - "start": 18357, - "end": 18358, + "start": 18663, + "end": 18664, "loc": { "start": { - "line": 466, + "line": 474, "column": 16 }, "end": { - "line": 466, + "line": 474, "column": 17 } } }, { "type": "CommentLine", - "value": " open browser device selection dialog", - "start": 18375, - "end": 18414, + "value": " open browser device selection/permissions dialog", + "start": 18681, + "end": 18732, "loc": { "start": { - "line": 467, + "line": 475, "column": 16 }, "end": { - "line": 467, - "column": 55 + "line": 475, + "column": 67 } } }, @@ -280312,15 +287009,15 @@ "updateContext": null }, "value": "this", - "start": 18431, - "end": 18435, + "start": 18749, + "end": 18753, "loc": { "start": { - "line": 468, + "line": 476, "column": 16 }, "end": { - "line": 468, + "line": 476, "column": 20 } } @@ -280338,15 +287035,15 @@ "binop": null, "updateContext": null }, - "start": 18435, - "end": 18436, + "start": 18753, + "end": 18754, "loc": { "start": { - "line": 468, + "line": 476, "column": 20 }, "end": { - "line": 468, + "line": 476, "column": 21 } } @@ -280364,15 +287061,15 @@ "binop": null }, "value": "surfer", - "start": 18436, - "end": 18442, + "start": 18754, + "end": 18760, "loc": { "start": { - "line": 468, + "line": 476, "column": 21 }, "end": { - "line": 468, + "line": 476, "column": 27 } } @@ -280390,15 +287087,15 @@ "binop": null, "updateContext": null }, - "start": 18442, - "end": 18443, + "start": 18760, + "end": 18761, "loc": { "start": { - "line": 468, + "line": 476, "column": 27 }, "end": { - "line": 468, + "line": 476, "column": 28 } } @@ -280416,15 +287113,15 @@ "binop": null }, "value": "surfer", - "start": 18443, - "end": 18449, + "start": 18761, + "end": 18767, "loc": { "start": { - "line": 468, + "line": 476, "column": 28 }, "end": { - "line": 468, + "line": 476, "column": 34 } } @@ -280442,15 +287139,15 @@ "binop": null, "updateContext": null }, - "start": 18449, - "end": 18450, + "start": 18767, + "end": 18768, "loc": { "start": { - "line": 468, + "line": 476, "column": 34 }, "end": { - "line": 468, + "line": 476, "column": 35 } } @@ -280468,15 +287165,15 @@ "binop": null }, "value": "microphone", - "start": 18450, - "end": 18460, + "start": 18768, + "end": 18778, "loc": { "start": { - "line": 468, + "line": 476, "column": 35 }, "end": { - "line": 468, + "line": 476, "column": 45 } } @@ -280494,15 +287191,15 @@ "binop": null, "updateContext": null }, - "start": 18460, - "end": 18461, + "start": 18778, + "end": 18779, "loc": { "start": { - "line": 468, + "line": 476, "column": 45 }, "end": { - "line": 468, + "line": 476, "column": 46 } } @@ -280520,15 +287217,15 @@ "binop": null }, "value": "start", - "start": 18461, - "end": 18466, + "start": 18779, + "end": 18784, "loc": { "start": { - "line": 468, + "line": 476, "column": 46 }, "end": { - "line": 468, + "line": 476, "column": 51 } } @@ -280545,15 +287242,15 @@ "postfix": false, "binop": null }, - "start": 18466, - "end": 18467, + "start": 18784, + "end": 18785, "loc": { "start": { - "line": 468, + "line": 476, "column": 51 }, "end": { - "line": 468, + "line": 476, "column": 52 } } @@ -280570,15 +287267,15 @@ "postfix": false, "binop": null }, - "start": 18467, - "end": 18468, + "start": 18785, + "end": 18786, "loc": { "start": { - "line": 468, + "line": 476, "column": 52 }, "end": { - "line": 468, + "line": 476, "column": 53 } } @@ -280596,15 +287293,15 @@ "binop": null, "updateContext": null }, - "start": 18468, - "end": 18469, + "start": 18786, + "end": 18787, "loc": { "start": { - "line": 468, + "line": 476, "column": 53 }, "end": { - "line": 468, + "line": 476, "column": 54 } } @@ -280624,15 +287321,15 @@ "updateContext": null }, "value": "break", - "start": 18486, - "end": 18491, + "start": 18804, + "end": 18809, "loc": { "start": { - "line": 469, + "line": 477, "column": 16 }, "end": { - "line": 469, + "line": 477, "column": 21 } } @@ -280650,15 +287347,15 @@ "binop": null, "updateContext": null }, - "start": 18491, - "end": 18492, + "start": 18809, + "end": 18810, "loc": { "start": { - "line": 469, + "line": 477, "column": 21 }, "end": { - "line": 469, + "line": 477, "column": 22 } } @@ -280678,15 +287375,15 @@ "updateContext": null }, "value": "case", - "start": 18506, - "end": 18510, + "start": 18824, + "end": 18828, "loc": { "start": { - "line": 471, + "line": 479, "column": 12 }, "end": { - "line": 471, + "line": 479, "column": 16 } } @@ -280704,15 +287401,15 @@ "binop": null }, "value": "IMAGE_ONLY", - "start": 18511, - "end": 18521, + "start": 18829, + "end": 18839, "loc": { "start": { - "line": 471, + "line": 479, "column": 17 }, "end": { - "line": 471, + "line": 479, "column": 27 } } @@ -280730,15 +287427,15 @@ "binop": null, "updateContext": null }, - "start": 18521, - "end": 18522, + "start": 18839, + "end": 18840, "loc": { "start": { - "line": 471, + "line": 479, "column": 27 }, "end": { - "line": 471, + "line": 479, "column": 28 } } @@ -280758,15 +287455,15 @@ "updateContext": null }, "value": "case", - "start": 18535, - "end": 18539, + "start": 18853, + "end": 18857, "loc": { "start": { - "line": 472, + "line": 480, "column": 12 }, "end": { - "line": 472, + "line": 480, "column": 16 } } @@ -280784,15 +287481,15 @@ "binop": null }, "value": "VIDEO_ONLY", - "start": 18540, - "end": 18550, + "start": 18858, + "end": 18868, "loc": { "start": { - "line": 472, + "line": 480, "column": 17 }, "end": { - "line": 472, + "line": 480, "column": 27 } } @@ -280810,15 +287507,15 @@ "binop": null, "updateContext": null }, - "start": 18550, - "end": 18551, + "start": 18868, + "end": 18869, "loc": { "start": { - "line": 472, + "line": 480, "column": 27 }, "end": { - "line": 472, + "line": 480, "column": 28 } } @@ -280838,15 +287535,15 @@ "updateContext": null }, "value": "if", - "start": 18568, - "end": 18570, + "start": 18886, + "end": 18888, "loc": { "start": { - "line": 473, + "line": 481, "column": 16 }, "end": { - "line": 473, + "line": 481, "column": 18 } } @@ -280863,15 +287560,15 @@ "postfix": false, "binop": null }, - "start": 18571, - "end": 18572, + "start": 18889, + "end": 18890, "loc": { "start": { - "line": 473, + "line": 481, "column": 19 }, "end": { - "line": 473, + "line": 481, "column": 20 } } @@ -280891,15 +287588,15 @@ "updateContext": null }, "value": "this", - "start": 18572, - "end": 18576, + "start": 18890, + "end": 18894, "loc": { "start": { - "line": 473, + "line": 481, "column": 20 }, "end": { - "line": 473, + "line": 481, "column": 24 } } @@ -280917,15 +287614,15 @@ "binop": null, "updateContext": null }, - "start": 18576, - "end": 18577, + "start": 18894, + "end": 18895, "loc": { "start": { - "line": 473, + "line": 481, "column": 24 }, "end": { - "line": 473, + "line": 481, "column": 25 } } @@ -280943,15 +287640,15 @@ "binop": null }, "value": "getRecordType", - "start": 18577, - "end": 18590, + "start": 18895, + "end": 18908, "loc": { "start": { - "line": 473, + "line": 481, "column": 25 }, "end": { - "line": 473, + "line": 481, "column": 38 } } @@ -280968,15 +287665,15 @@ "postfix": false, "binop": null }, - "start": 18590, - "end": 18591, + "start": 18908, + "end": 18909, "loc": { "start": { - "line": 473, + "line": 481, "column": 38 }, "end": { - "line": 473, + "line": 481, "column": 39 } } @@ -280993,15 +287690,15 @@ "postfix": false, "binop": null }, - "start": 18591, - "end": 18592, + "start": 18909, + "end": 18910, "loc": { "start": { - "line": 473, + "line": 481, "column": 39 }, "end": { - "line": 473, + "line": 481, "column": 40 } } @@ -281020,15 +287717,15 @@ "updateContext": null }, "value": "===", - "start": 18593, - "end": 18596, + "start": 18911, + "end": 18914, "loc": { "start": { - "line": 473, + "line": 481, "column": 41 }, "end": { - "line": 473, + "line": 481, "column": 44 } } @@ -281046,15 +287743,15 @@ "binop": null }, "value": "IMAGE_ONLY", - "start": 18597, - "end": 18607, + "start": 18915, + "end": 18925, "loc": { "start": { - "line": 473, + "line": 481, "column": 45 }, "end": { - "line": 473, + "line": 481, "column": 55 } } @@ -281071,15 +287768,15 @@ "postfix": false, "binop": null }, - "start": 18607, - "end": 18608, + "start": 18925, + "end": 18926, "loc": { "start": { - "line": 473, + "line": 481, "column": 55 }, "end": { - "line": 473, + "line": 481, "column": 56 } } @@ -281096,15 +287793,15 @@ "postfix": false, "binop": null }, - "start": 18609, - "end": 18610, + "start": 18927, + "end": 18928, "loc": { "start": { - "line": 473, + "line": 481, "column": 57 }, "end": { - "line": 473, + "line": 481, "column": 58 } } @@ -281112,15 +287809,15 @@ { "type": "CommentLine", "value": " using player.el() here because this.mediaElement is not available yet", - "start": 18631, - "end": 18703, + "start": 18949, + "end": 19021, "loc": { "start": { - "line": 474, + "line": 482, "column": 20 }, "end": { - "line": 474, + "line": 482, "column": 92 } } @@ -281140,15 +287837,15 @@ "updateContext": null }, "value": "this", - "start": 18724, - "end": 18728, + "start": 19042, + "end": 19046, "loc": { "start": { - "line": 475, + "line": 483, "column": 20 }, "end": { - "line": 475, + "line": 483, "column": 24 } } @@ -281166,15 +287863,15 @@ "binop": null, "updateContext": null }, - "start": 18728, - "end": 18729, + "start": 19046, + "end": 19047, "loc": { "start": { - "line": 475, + "line": 483, "column": 24 }, "end": { - "line": 475, + "line": 483, "column": 25 } } @@ -281192,15 +287889,15 @@ "binop": null }, "value": "player", - "start": 18729, - "end": 18735, + "start": 19047, + "end": 19053, "loc": { "start": { - "line": 475, + "line": 483, "column": 25 }, "end": { - "line": 475, + "line": 483, "column": 31 } } @@ -281218,15 +287915,15 @@ "binop": null, "updateContext": null }, - "start": 18735, - "end": 18736, + "start": 19053, + "end": 19054, "loc": { "start": { - "line": 475, + "line": 483, "column": 31 }, "end": { - "line": 475, + "line": 483, "column": 32 } } @@ -281244,15 +287941,15 @@ "binop": null }, "value": "el", - "start": 18736, - "end": 18738, + "start": 19054, + "end": 19056, "loc": { "start": { - "line": 475, + "line": 483, "column": 32 }, "end": { - "line": 475, + "line": 483, "column": 34 } } @@ -281269,15 +287966,15 @@ "postfix": false, "binop": null }, - "start": 18738, - "end": 18739, + "start": 19056, + "end": 19057, "loc": { "start": { - "line": 475, + "line": 483, "column": 34 }, "end": { - "line": 475, + "line": 483, "column": 35 } } @@ -281294,15 +287991,15 @@ "postfix": false, "binop": null }, - "start": 18739, - "end": 18740, + "start": 19057, + "end": 19058, "loc": { "start": { - "line": 475, + "line": 483, "column": 35 }, "end": { - "line": 475, + "line": 483, "column": 36 } } @@ -281320,15 +288017,15 @@ "binop": null, "updateContext": null }, - "start": 18740, - "end": 18741, + "start": 19058, + "end": 19059, "loc": { "start": { - "line": 475, + "line": 483, "column": 36 }, "end": { - "line": 475, + "line": 483, "column": 37 } } @@ -281346,15 +288043,15 @@ "binop": null }, "value": "firstChild", - "start": 18741, - "end": 18751, + "start": 19059, + "end": 19069, "loc": { "start": { - "line": 475, + "line": 483, "column": 37 }, "end": { - "line": 475, + "line": 483, "column": 47 } } @@ -281372,15 +288069,15 @@ "binop": null, "updateContext": null }, - "start": 18751, - "end": 18752, + "start": 19069, + "end": 19070, "loc": { "start": { - "line": 475, + "line": 483, "column": 47 }, "end": { - "line": 475, + "line": 483, "column": 48 } } @@ -281398,15 +288095,15 @@ "binop": null }, "value": "addEventListener", - "start": 18752, - "end": 18768, + "start": 19070, + "end": 19086, "loc": { "start": { - "line": 475, + "line": 483, "column": 48 }, "end": { - "line": 475, + "line": 483, "column": 64 } } @@ -281423,15 +288120,15 @@ "postfix": false, "binop": null }, - "start": 18768, - "end": 18769, + "start": 19086, + "end": 19087, "loc": { "start": { - "line": 475, + "line": 483, "column": 64 }, "end": { - "line": 475, + "line": 483, "column": 65 } } @@ -281449,15 +288146,15 @@ "binop": null }, "value": "Event", - "start": 18769, - "end": 18774, + "start": 19087, + "end": 19092, "loc": { "start": { - "line": 475, + "line": 483, "column": 65 }, "end": { - "line": 475, + "line": 483, "column": 70 } } @@ -281475,15 +288172,15 @@ "binop": null, "updateContext": null }, - "start": 18774, - "end": 18775, + "start": 19092, + "end": 19093, "loc": { "start": { - "line": 475, + "line": 483, "column": 70 }, "end": { - "line": 475, + "line": 483, "column": 71 } } @@ -281501,15 +288198,15 @@ "binop": null }, "value": "PLAYING", - "start": 18775, - "end": 18782, + "start": 19093, + "end": 19100, "loc": { "start": { - "line": 475, + "line": 483, "column": 71 }, "end": { - "line": 475, + "line": 483, "column": 78 } } @@ -281527,15 +288224,15 @@ "binop": null, "updateContext": null }, - "start": 18782, - "end": 18783, + "start": 19100, + "end": 19101, "loc": { "start": { - "line": 475, + "line": 483, "column": 78 }, "end": { - "line": 475, + "line": 483, "column": 79 } } @@ -281555,15 +288252,15 @@ "updateContext": null }, "value": "this", - "start": 18808, - "end": 18812, + "start": 19126, + "end": 19130, "loc": { "start": { - "line": 476, + "line": 484, "column": 24 }, "end": { - "line": 476, + "line": 484, "column": 28 } } @@ -281581,15 +288278,15 @@ "binop": null, "updateContext": null }, - "start": 18812, - "end": 18813, + "start": 19130, + "end": 19131, "loc": { "start": { - "line": 476, + "line": 484, "column": 28 }, "end": { - "line": 476, + "line": 484, "column": 29 } } @@ -281607,15 +288304,15 @@ "binop": null }, "value": "streamVisibleCallback", - "start": 18813, - "end": 18834, + "start": 19131, + "end": 19152, "loc": { "start": { - "line": 476, + "line": 484, "column": 29 }, "end": { - "line": 476, + "line": 484, "column": 50 } } @@ -281632,15 +288329,15 @@ "postfix": false, "binop": null }, - "start": 18834, - "end": 18835, + "start": 19152, + "end": 19153, "loc": { "start": { - "line": 476, + "line": 484, "column": 50 }, "end": { - "line": 476, + "line": 484, "column": 51 } } @@ -281658,15 +288355,15 @@ "binop": null, "updateContext": null }, - "start": 18835, - "end": 18836, + "start": 19153, + "end": 19154, "loc": { "start": { - "line": 476, + "line": 484, "column": 51 }, "end": { - "line": 476, + "line": 484, "column": 52 } } @@ -281683,15 +288380,15 @@ "postfix": false, "binop": null }, - "start": 18853, - "end": 18854, + "start": 19171, + "end": 19172, "loc": { "start": { - "line": 477, + "line": 485, "column": 16 }, "end": { - "line": 477, + "line": 485, "column": 17 } } @@ -281699,15 +288396,15 @@ { "type": "CommentLine", "value": " setup camera", - "start": 18872, - "end": 18887, + "start": 19190, + "end": 19205, "loc": { "start": { - "line": 479, + "line": 487, "column": 16 }, "end": { - "line": 479, + "line": 487, "column": 31 } } @@ -281727,15 +288424,15 @@ "updateContext": null }, "value": "this", - "start": 18904, - "end": 18908, + "start": 19222, + "end": 19226, "loc": { "start": { - "line": 480, + "line": 488, "column": 16 }, "end": { - "line": 480, + "line": 488, "column": 20 } } @@ -281753,15 +288450,15 @@ "binop": null, "updateContext": null }, - "start": 18908, - "end": 18909, + "start": 19226, + "end": 19227, "loc": { "start": { - "line": 480, + "line": 488, "column": 20 }, "end": { - "line": 480, + "line": 488, "column": 21 } } @@ -281779,15 +288476,15 @@ "binop": null }, "value": "mediaType", - "start": 18909, - "end": 18918, + "start": 19227, + "end": 19236, "loc": { "start": { - "line": 480, + "line": 488, "column": 21 }, "end": { - "line": 480, + "line": 488, "column": 30 } } @@ -281806,15 +288503,15 @@ "updateContext": null }, "value": "=", - "start": 18919, - "end": 18920, + "start": 19237, + "end": 19238, "loc": { "start": { - "line": 480, + "line": 488, "column": 31 }, "end": { - "line": 480, + "line": 488, "column": 32 } } @@ -281831,15 +288528,15 @@ "postfix": false, "binop": null }, - "start": 18921, - "end": 18922, + "start": 19239, + "end": 19240, "loc": { "start": { - "line": 480, + "line": 488, "column": 33 }, "end": { - "line": 480, + "line": 488, "column": 34 } } @@ -281857,15 +288554,15 @@ "binop": null }, "value": "audio", - "start": 18943, - "end": 18948, + "start": 19261, + "end": 19266, "loc": { "start": { - "line": 481, + "line": 489, "column": 20 }, "end": { - "line": 481, + "line": 489, "column": 25 } } @@ -281883,15 +288580,15 @@ "binop": null, "updateContext": null }, - "start": 18948, - "end": 18949, + "start": 19266, + "end": 19267, "loc": { "start": { - "line": 481, + "line": 489, "column": 25 }, "end": { - "line": 481, + "line": 489, "column": 26 } } @@ -281911,15 +288608,15 @@ "updateContext": null }, "value": "false", - "start": 18950, - "end": 18955, + "start": 19268, + "end": 19273, "loc": { "start": { - "line": 481, + "line": 489, "column": 27 }, "end": { - "line": 481, + "line": 489, "column": 32 } } @@ -281937,15 +288634,15 @@ "binop": null, "updateContext": null }, - "start": 18955, - "end": 18956, + "start": 19273, + "end": 19274, "loc": { "start": { - "line": 481, + "line": 489, "column": 32 }, "end": { - "line": 481, + "line": 489, "column": 33 } } @@ -281963,15 +288660,15 @@ "binop": null }, "value": "video", - "start": 18977, - "end": 18982, + "start": 19295, + "end": 19300, "loc": { "start": { - "line": 482, + "line": 490, "column": 20 }, "end": { - "line": 482, + "line": 490, "column": 25 } } @@ -281989,15 +288686,15 @@ "binop": null, "updateContext": null }, - "start": 18982, - "end": 18983, + "start": 19300, + "end": 19301, "loc": { "start": { - "line": 482, + "line": 490, "column": 25 }, "end": { - "line": 482, + "line": 490, "column": 26 } } @@ -282014,15 +288711,15 @@ "postfix": false, "binop": null }, - "start": 18984, - "end": 18985, + "start": 19302, + "end": 19303, "loc": { "start": { - "line": 482, + "line": 490, "column": 27 }, "end": { - "line": 482, + "line": 490, "column": 28 } } @@ -282042,15 +288739,15 @@ "updateContext": null }, "value": "this", - "start": 18985, - "end": 18989, + "start": 19303, + "end": 19307, "loc": { "start": { - "line": 482, + "line": 490, "column": 28 }, "end": { - "line": 482, + "line": 490, "column": 32 } } @@ -282068,15 +288765,15 @@ "binop": null, "updateContext": null }, - "start": 18989, - "end": 18990, + "start": 19307, + "end": 19308, "loc": { "start": { - "line": 482, + "line": 490, "column": 32 }, "end": { - "line": 482, + "line": 490, "column": 33 } } @@ -282094,15 +288791,15 @@ "binop": null }, "value": "videoRecorderType", - "start": 18990, - "end": 19007, + "start": 19308, + "end": 19325, "loc": { "start": { - "line": 482, + "line": 490, "column": 33 }, "end": { - "line": 482, + "line": 490, "column": 50 } } @@ -282121,15 +288818,15 @@ "updateContext": null }, "value": "===", - "start": 19008, - "end": 19011, + "start": 19326, + "end": 19329, "loc": { "start": { - "line": 482, + "line": 490, "column": 51 }, "end": { - "line": 482, + "line": 490, "column": 54 } } @@ -282147,15 +288844,15 @@ "binop": null }, "value": "AUTO", - "start": 19012, - "end": 19016, + "start": 19330, + "end": 19334, "loc": { "start": { - "line": 482, + "line": 490, "column": 55 }, "end": { - "line": 482, + "line": 490, "column": 59 } } @@ -282172,15 +288869,15 @@ "postfix": false, "binop": null }, - "start": 19016, - "end": 19017, + "start": 19334, + "end": 19335, "loc": { "start": { - "line": 482, + "line": 490, "column": 59 }, "end": { - "line": 482, + "line": 490, "column": 60 } } @@ -282198,15 +288895,15 @@ "binop": null, "updateContext": null }, - "start": 19018, - "end": 19019, + "start": 19336, + "end": 19337, "loc": { "start": { - "line": 482, + "line": 490, "column": 61 }, "end": { - "line": 482, + "line": 490, "column": 62 } } @@ -282226,15 +288923,15 @@ "updateContext": null }, "value": "true", - "start": 19020, - "end": 19024, + "start": 19338, + "end": 19342, "loc": { "start": { - "line": 482, + "line": 490, "column": 63 }, "end": { - "line": 482, + "line": 490, "column": 67 } } @@ -282252,15 +288949,15 @@ "binop": null, "updateContext": null }, - "start": 19025, - "end": 19026, + "start": 19343, + "end": 19344, "loc": { "start": { - "line": 482, + "line": 490, "column": 68 }, "end": { - "line": 482, + "line": 490, "column": 69 } } @@ -282280,15 +288977,15 @@ "updateContext": null }, "value": "this", - "start": 19027, - "end": 19031, + "start": 19345, + "end": 19349, "loc": { "start": { - "line": 482, + "line": 490, "column": 70 }, "end": { - "line": 482, + "line": 490, "column": 74 } } @@ -282306,15 +289003,15 @@ "binop": null, "updateContext": null }, - "start": 19031, - "end": 19032, + "start": 19349, + "end": 19350, "loc": { "start": { - "line": 482, + "line": 490, "column": 74 }, "end": { - "line": 482, + "line": 490, "column": 75 } } @@ -282332,15 +289029,15 @@ "binop": null }, "value": "videoRecorderType", - "start": 19032, - "end": 19049, + "start": 19350, + "end": 19367, "loc": { "start": { - "line": 482, + "line": 490, "column": 75 }, "end": { - "line": 482, + "line": 490, "column": 92 } } @@ -282357,15 +289054,15 @@ "postfix": false, "binop": null }, - "start": 19066, - "end": 19067, + "start": 19384, + "end": 19385, "loc": { "start": { - "line": 483, + "line": 491, "column": 16 }, "end": { - "line": 483, + "line": 491, "column": 17 } } @@ -282383,15 +289080,15 @@ "binop": null, "updateContext": null }, - "start": 19067, - "end": 19068, + "start": 19385, + "end": 19386, "loc": { "start": { - "line": 483, + "line": 491, "column": 17 }, "end": { - "line": 483, + "line": 491, "column": 18 } } @@ -282409,15 +289106,15 @@ "binop": null }, "value": "navigator", - "start": 19085, - "end": 19094, + "start": 19403, + "end": 19412, "loc": { "start": { - "line": 484, + "line": 492, "column": 16 }, "end": { - "line": 484, + "line": 492, "column": 25 } } @@ -282435,15 +289132,15 @@ "binop": null, "updateContext": null }, - "start": 19094, - "end": 19095, + "start": 19412, + "end": 19413, "loc": { "start": { - "line": 484, + "line": 492, "column": 25 }, "end": { - "line": 484, + "line": 492, "column": 26 } } @@ -282461,15 +289158,15 @@ "binop": null }, "value": "mediaDevices", - "start": 19095, - "end": 19107, + "start": 19413, + "end": 19425, "loc": { "start": { - "line": 484, + "line": 492, "column": 26 }, "end": { - "line": 484, + "line": 492, "column": 38 } } @@ -282487,15 +289184,15 @@ "binop": null, "updateContext": null }, - "start": 19107, - "end": 19108, + "start": 19425, + "end": 19426, "loc": { "start": { - "line": 484, + "line": 492, "column": 38 }, "end": { - "line": 484, + "line": 492, "column": 39 } } @@ -282513,15 +289210,15 @@ "binop": null }, "value": "getUserMedia", - "start": 19108, - "end": 19120, + "start": 19426, + "end": 19438, "loc": { "start": { - "line": 484, + "line": 492, "column": 39 }, "end": { - "line": 484, + "line": 492, "column": 51 } } @@ -282538,15 +289235,15 @@ "postfix": false, "binop": null }, - "start": 19120, - "end": 19121, + "start": 19438, + "end": 19439, "loc": { "start": { - "line": 484, + "line": 492, "column": 51 }, "end": { - "line": 484, + "line": 492, "column": 52 } } @@ -282563,15 +289260,15 @@ "postfix": false, "binop": null }, - "start": 19121, - "end": 19122, + "start": 19439, + "end": 19440, "loc": { "start": { - "line": 484, + "line": 492, "column": 52 }, "end": { - "line": 484, + "line": 492, "column": 53 } } @@ -282589,15 +289286,15 @@ "binop": null }, "value": "audio", - "start": 19143, - "end": 19148, + "start": 19461, + "end": 19466, "loc": { "start": { - "line": 485, + "line": 493, "column": 20 }, "end": { - "line": 485, + "line": 493, "column": 25 } } @@ -282615,15 +289312,15 @@ "binop": null, "updateContext": null }, - "start": 19148, - "end": 19149, + "start": 19466, + "end": 19467, "loc": { "start": { - "line": 485, + "line": 493, "column": 25 }, "end": { - "line": 485, + "line": 493, "column": 26 } } @@ -282643,15 +289340,15 @@ "updateContext": null }, "value": "false", - "start": 19150, - "end": 19155, + "start": 19468, + "end": 19473, "loc": { "start": { - "line": 485, + "line": 493, "column": 27 }, "end": { - "line": 485, + "line": 493, "column": 32 } } @@ -282669,15 +289366,15 @@ "binop": null, "updateContext": null }, - "start": 19155, - "end": 19156, + "start": 19473, + "end": 19474, "loc": { "start": { - "line": 485, + "line": 493, "column": 32 }, "end": { - "line": 485, + "line": 493, "column": 33 } } @@ -282695,15 +289392,15 @@ "binop": null }, "value": "video", - "start": 19177, - "end": 19182, + "start": 19495, + "end": 19500, "loc": { "start": { - "line": 486, + "line": 494, "column": 20 }, "end": { - "line": 486, + "line": 494, "column": 25 } } @@ -282721,15 +289418,15 @@ "binop": null, "updateContext": null }, - "start": 19182, - "end": 19183, + "start": 19500, + "end": 19501, "loc": { "start": { - "line": 486, + "line": 494, "column": 25 }, "end": { - "line": 486, + "line": 494, "column": 26 } } @@ -282746,15 +289443,15 @@ "postfix": false, "binop": null }, - "start": 19184, - "end": 19185, + "start": 19502, + "end": 19503, "loc": { "start": { - "line": 486, + "line": 494, "column": 27 }, "end": { - "line": 486, + "line": 494, "column": 28 } } @@ -282774,15 +289471,15 @@ "updateContext": null }, "value": "this", - "start": 19185, - "end": 19189, + "start": 19503, + "end": 19507, "loc": { "start": { - "line": 486, + "line": 494, "column": 28 }, "end": { - "line": 486, + "line": 494, "column": 32 } } @@ -282800,15 +289497,15 @@ "binop": null, "updateContext": null }, - "start": 19189, - "end": 19190, + "start": 19507, + "end": 19508, "loc": { "start": { - "line": 486, + "line": 494, "column": 32 }, "end": { - "line": 486, + "line": 494, "column": 33 } } @@ -282826,15 +289523,15 @@ "binop": null }, "value": "getRecordType", - "start": 19190, - "end": 19203, + "start": 19508, + "end": 19521, "loc": { "start": { - "line": 486, + "line": 494, "column": 33 }, "end": { - "line": 486, + "line": 494, "column": 46 } } @@ -282851,15 +289548,15 @@ "postfix": false, "binop": null }, - "start": 19203, - "end": 19204, + "start": 19521, + "end": 19522, "loc": { "start": { - "line": 486, + "line": 494, "column": 46 }, "end": { - "line": 486, + "line": 494, "column": 47 } } @@ -282876,15 +289573,15 @@ "postfix": false, "binop": null }, - "start": 19204, - "end": 19205, + "start": 19522, + "end": 19523, "loc": { "start": { - "line": 486, + "line": 494, "column": 47 }, "end": { - "line": 486, + "line": 494, "column": 48 } } @@ -282903,15 +289600,15 @@ "updateContext": null }, "value": "===", - "start": 19206, - "end": 19209, + "start": 19524, + "end": 19527, "loc": { "start": { - "line": 486, + "line": 494, "column": 49 }, "end": { - "line": 486, + "line": 494, "column": 52 } } @@ -282929,15 +289626,15 @@ "binop": null }, "value": "IMAGE_ONLY", - "start": 19210, - "end": 19220, + "start": 19528, + "end": 19538, "loc": { "start": { - "line": 486, + "line": 494, "column": 53 }, "end": { - "line": 486, + "line": 494, "column": 63 } } @@ -282954,15 +289651,15 @@ "postfix": false, "binop": null }, - "start": 19220, - "end": 19221, + "start": 19538, + "end": 19539, "loc": { "start": { - "line": 486, + "line": 494, "column": 63 }, "end": { - "line": 486, + "line": 494, "column": 64 } } @@ -282980,15 +289677,15 @@ "binop": null, "updateContext": null }, - "start": 19222, - "end": 19223, + "start": 19540, + "end": 19541, "loc": { "start": { - "line": 486, + "line": 494, "column": 65 }, "end": { - "line": 486, + "line": 494, "column": 66 } } @@ -283008,15 +289705,15 @@ "updateContext": null }, "value": "this", - "start": 19224, - "end": 19228, + "start": 19542, + "end": 19546, "loc": { "start": { - "line": 486, + "line": 494, "column": 67 }, "end": { - "line": 486, + "line": 494, "column": 71 } } @@ -283034,15 +289731,15 @@ "binop": null, "updateContext": null }, - "start": 19228, - "end": 19229, + "start": 19546, + "end": 19547, "loc": { "start": { - "line": 486, + "line": 494, "column": 71 }, "end": { - "line": 486, + "line": 494, "column": 72 } } @@ -283060,15 +289757,15 @@ "binop": null }, "value": "recordImage", - "start": 19229, - "end": 19240, + "start": 19547, + "end": 19558, "loc": { "start": { - "line": 486, + "line": 494, "column": 72 }, "end": { - "line": 486, + "line": 494, "column": 83 } } @@ -283086,15 +289783,15 @@ "binop": null, "updateContext": null }, - "start": 19241, - "end": 19242, + "start": 19559, + "end": 19560, "loc": { "start": { - "line": 486, + "line": 494, "column": 84 }, "end": { - "line": 486, + "line": 494, "column": 85 } } @@ -283114,15 +289811,15 @@ "updateContext": null }, "value": "this", - "start": 19243, - "end": 19247, + "start": 19561, + "end": 19565, "loc": { "start": { - "line": 486, + "line": 494, "column": 86 }, "end": { - "line": 486, + "line": 494, "column": 90 } } @@ -283140,15 +289837,15 @@ "binop": null, "updateContext": null }, - "start": 19247, - "end": 19248, + "start": 19565, + "end": 19566, "loc": { "start": { - "line": 486, + "line": 494, "column": 90 }, "end": { - "line": 486, + "line": 494, "column": 91 } } @@ -283166,15 +289863,15 @@ "binop": null }, "value": "recordVideo", - "start": 19248, - "end": 19259, + "start": 19566, + "end": 19577, "loc": { "start": { - "line": 486, + "line": 494, "column": 91 }, "end": { - "line": 486, + "line": 494, "column": 102 } } @@ -283191,15 +289888,15 @@ "postfix": false, "binop": null }, - "start": 19276, - "end": 19277, + "start": 19594, + "end": 19595, "loc": { "start": { - "line": 487, + "line": 495, "column": 16 }, "end": { - "line": 487, + "line": 495, "column": 17 } } @@ -283216,15 +289913,15 @@ "postfix": false, "binop": null }, - "start": 19277, - "end": 19278, + "start": 19595, + "end": 19596, "loc": { "start": { - "line": 487, + "line": 495, "column": 17 }, "end": { - "line": 487, + "line": 495, "column": 18 } } @@ -283242,15 +289939,15 @@ "binop": null, "updateContext": null }, - "start": 19278, - "end": 19279, + "start": 19596, + "end": 19597, "loc": { "start": { - "line": 487, + "line": 495, "column": 18 }, "end": { - "line": 487, + "line": 495, "column": 19 } } @@ -283268,15 +289965,15 @@ "binop": null }, "value": "then", - "start": 19279, - "end": 19283, + "start": 19597, + "end": 19601, "loc": { "start": { - "line": 487, + "line": 495, "column": 19 }, "end": { - "line": 487, + "line": 495, "column": 23 } } @@ -283293,15 +289990,15 @@ "postfix": false, "binop": null }, - "start": 19283, - "end": 19284, + "start": 19601, + "end": 19602, "loc": { "start": { - "line": 487, + "line": 495, "column": 23 }, "end": { - "line": 487, + "line": 495, "column": 24 } } @@ -283321,15 +290018,15 @@ "updateContext": null }, "value": "this", - "start": 19305, - "end": 19309, + "start": 19623, + "end": 19627, "loc": { "start": { - "line": 488, + "line": 496, "column": 20 }, "end": { - "line": 488, + "line": 496, "column": 24 } } @@ -283347,15 +290044,15 @@ "binop": null, "updateContext": null }, - "start": 19309, - "end": 19310, + "start": 19627, + "end": 19628, "loc": { "start": { - "line": 488, + "line": 496, "column": 24 }, "end": { - "line": 488, + "line": 496, "column": 25 } } @@ -283373,15 +290070,15 @@ "binop": null }, "value": "onDeviceReady", - "start": 19310, - "end": 19323, + "start": 19628, + "end": 19641, "loc": { "start": { - "line": 488, + "line": 496, "column": 25 }, "end": { - "line": 488, + "line": 496, "column": 38 } } @@ -283399,15 +290096,15 @@ "binop": null, "updateContext": null }, - "start": 19323, - "end": 19324, + "start": 19641, + "end": 19642, "loc": { "start": { - "line": 488, + "line": 496, "column": 38 }, "end": { - "line": 488, + "line": 496, "column": 39 } } @@ -283425,15 +290122,15 @@ "binop": null }, "value": "bind", - "start": 19324, - "end": 19328, + "start": 19642, + "end": 19646, "loc": { "start": { - "line": 488, + "line": 496, "column": 39 }, "end": { - "line": 488, + "line": 496, "column": 43 } } @@ -283450,15 +290147,15 @@ "postfix": false, "binop": null }, - "start": 19328, - "end": 19329, + "start": 19646, + "end": 19647, "loc": { "start": { - "line": 488, + "line": 496, "column": 43 }, "end": { - "line": 488, + "line": 496, "column": 44 } } @@ -283478,15 +290175,15 @@ "updateContext": null }, "value": "this", - "start": 19329, - "end": 19333, + "start": 19647, + "end": 19651, "loc": { "start": { - "line": 488, + "line": 496, "column": 44 }, "end": { - "line": 488, + "line": 496, "column": 48 } } @@ -283503,15 +290200,15 @@ "postfix": false, "binop": null }, - "start": 19333, - "end": 19334, + "start": 19651, + "end": 19652, "loc": { "start": { - "line": 488, + "line": 496, "column": 48 }, "end": { - "line": 488, + "line": 496, "column": 49 } } @@ -283528,15 +290225,15 @@ "postfix": false, "binop": null }, - "start": 19351, - "end": 19352, + "start": 19669, + "end": 19670, "loc": { "start": { - "line": 489, + "line": 497, "column": 16 }, "end": { - "line": 489, + "line": 497, "column": 17 } } @@ -283554,15 +290251,15 @@ "binop": null, "updateContext": null }, - "start": 19352, - "end": 19353, + "start": 19670, + "end": 19671, "loc": { "start": { - "line": 489, + "line": 497, "column": 17 }, "end": { - "line": 489, + "line": 497, "column": 18 } } @@ -283582,15 +290279,15 @@ "updateContext": null }, "value": "catch", - "start": 19353, - "end": 19358, + "start": 19671, + "end": 19676, "loc": { "start": { - "line": 489, + "line": 497, "column": 18 }, "end": { - "line": 489, + "line": 497, "column": 23 } } @@ -283607,15 +290304,15 @@ "postfix": false, "binop": null }, - "start": 19358, - "end": 19359, + "start": 19676, + "end": 19677, "loc": { "start": { - "line": 489, + "line": 497, "column": 23 }, "end": { - "line": 489, + "line": 497, "column": 24 } } @@ -283635,15 +290332,15 @@ "updateContext": null }, "value": "this", - "start": 19380, - "end": 19384, + "start": 19698, + "end": 19702, "loc": { "start": { - "line": 490, + "line": 498, "column": 20 }, "end": { - "line": 490, + "line": 498, "column": 24 } } @@ -283661,15 +290358,15 @@ "binop": null, "updateContext": null }, - "start": 19384, - "end": 19385, + "start": 19702, + "end": 19703, "loc": { "start": { - "line": 490, + "line": 498, "column": 24 }, "end": { - "line": 490, + "line": 498, "column": 25 } } @@ -283687,15 +290384,15 @@ "binop": null }, "value": "onDeviceError", - "start": 19385, - "end": 19398, + "start": 19703, + "end": 19716, "loc": { "start": { - "line": 490, + "line": 498, "column": 25 }, "end": { - "line": 490, + "line": 498, "column": 38 } } @@ -283713,15 +290410,15 @@ "binop": null, "updateContext": null }, - "start": 19398, - "end": 19399, + "start": 19716, + "end": 19717, "loc": { "start": { - "line": 490, + "line": 498, "column": 38 }, "end": { - "line": 490, + "line": 498, "column": 39 } } @@ -283739,15 +290436,15 @@ "binop": null }, "value": "bind", - "start": 19399, - "end": 19403, + "start": 19717, + "end": 19721, "loc": { "start": { - "line": 490, + "line": 498, "column": 39 }, "end": { - "line": 490, + "line": 498, "column": 43 } } @@ -283764,15 +290461,15 @@ "postfix": false, "binop": null }, - "start": 19403, - "end": 19404, + "start": 19721, + "end": 19722, "loc": { "start": { - "line": 490, + "line": 498, "column": 43 }, "end": { - "line": 490, + "line": 498, "column": 44 } } @@ -283792,15 +290489,15 @@ "updateContext": null }, "value": "this", - "start": 19404, - "end": 19408, + "start": 19722, + "end": 19726, "loc": { "start": { - "line": 490, + "line": 498, "column": 44 }, "end": { - "line": 490, + "line": 498, "column": 48 } } @@ -283817,15 +290514,15 @@ "postfix": false, "binop": null }, - "start": 19408, - "end": 19409, + "start": 19726, + "end": 19727, "loc": { "start": { - "line": 490, + "line": 498, "column": 48 }, "end": { - "line": 490, + "line": 498, "column": 49 } } @@ -283842,15 +290539,15 @@ "postfix": false, "binop": null }, - "start": 19426, - "end": 19427, + "start": 19744, + "end": 19745, "loc": { "start": { - "line": 491, + "line": 499, "column": 16 }, "end": { - "line": 491, + "line": 499, "column": 17 } } @@ -283868,15 +290565,15 @@ "binop": null, "updateContext": null }, - "start": 19427, - "end": 19428, + "start": 19745, + "end": 19746, "loc": { "start": { - "line": 491, + "line": 499, "column": 17 }, "end": { - "line": 491, + "line": 499, "column": 18 } } @@ -283896,15 +290593,15 @@ "updateContext": null }, "value": "break", - "start": 19445, - "end": 19450, + "start": 19763, + "end": 19768, "loc": { "start": { - "line": 492, + "line": 500, "column": 16 }, "end": { - "line": 492, + "line": 500, "column": 21 } } @@ -283922,15 +290619,15 @@ "binop": null, "updateContext": null }, - "start": 19450, - "end": 19451, + "start": 19768, + "end": 19769, "loc": { "start": { - "line": 492, + "line": 500, "column": 21 }, "end": { - "line": 492, + "line": 500, "column": 22 } } @@ -283950,15 +290647,15 @@ "updateContext": null }, "value": "case", - "start": 19465, - "end": 19469, + "start": 19783, + "end": 19787, "loc": { "start": { - "line": 494, + "line": 502, "column": 12 }, "end": { - "line": 494, + "line": 502, "column": 16 } } @@ -283976,15 +290673,15 @@ "binop": null }, "value": "AUDIO_SCREEN", - "start": 19470, - "end": 19482, + "start": 19788, + "end": 19800, "loc": { "start": { - "line": 494, + "line": 502, "column": 17 }, "end": { - "line": 494, + "line": 502, "column": 29 } } @@ -284002,15 +290699,15 @@ "binop": null, "updateContext": null }, - "start": 19482, - "end": 19483, + "start": 19800, + "end": 19801, "loc": { "start": { - "line": 494, + "line": 502, "column": 29 }, "end": { - "line": 494, + "line": 502, "column": 30 } } @@ -284018,15 +290715,15 @@ { "type": "CommentLine", "value": " setup camera and microphone", - "start": 19500, - "end": 19530, + "start": 19818, + "end": 19848, "loc": { "start": { - "line": 495, + "line": 503, "column": 16 }, "end": { - "line": 495, + "line": 503, "column": 46 } } @@ -284046,15 +290743,15 @@ "updateContext": null }, "value": "this", - "start": 19547, - "end": 19551, + "start": 19865, + "end": 19869, "loc": { "start": { - "line": 496, + "line": 504, "column": 16 }, "end": { - "line": 496, + "line": 504, "column": 20 } } @@ -284072,15 +290769,15 @@ "binop": null, "updateContext": null }, - "start": 19551, - "end": 19552, + "start": 19869, + "end": 19870, "loc": { "start": { - "line": 496, + "line": 504, "column": 20 }, "end": { - "line": 496, + "line": 504, "column": 21 } } @@ -284098,15 +290795,15 @@ "binop": null }, "value": "mediaType", - "start": 19552, - "end": 19561, + "start": 19870, + "end": 19879, "loc": { "start": { - "line": 496, + "line": 504, "column": 21 }, "end": { - "line": 496, + "line": 504, "column": 30 } } @@ -284125,15 +290822,15 @@ "updateContext": null }, "value": "=", - "start": 19562, - "end": 19563, + "start": 19880, + "end": 19881, "loc": { "start": { - "line": 496, + "line": 504, "column": 31 }, "end": { - "line": 496, + "line": 504, "column": 32 } } @@ -284150,15 +290847,15 @@ "postfix": false, "binop": null }, - "start": 19564, - "end": 19565, + "start": 19882, + "end": 19883, "loc": { "start": { - "line": 496, + "line": 504, "column": 33 }, "end": { - "line": 496, + "line": 504, "column": 34 } } @@ -284176,15 +290873,15 @@ "binop": null }, "value": "audio", - "start": 19586, - "end": 19591, + "start": 19904, + "end": 19909, "loc": { "start": { - "line": 497, + "line": 505, "column": 20 }, "end": { - "line": 497, + "line": 505, "column": 25 } } @@ -284202,15 +290899,15 @@ "binop": null, "updateContext": null }, - "start": 19591, - "end": 19592, + "start": 19909, + "end": 19910, "loc": { "start": { - "line": 497, + "line": 505, "column": 25 }, "end": { - "line": 497, + "line": 505, "column": 26 } } @@ -284227,15 +290924,15 @@ "postfix": false, "binop": null }, - "start": 19593, - "end": 19594, + "start": 19911, + "end": 19912, "loc": { "start": { - "line": 497, + "line": 505, "column": 27 }, "end": { - "line": 497, + "line": 505, "column": 28 } } @@ -284255,15 +290952,15 @@ "updateContext": null }, "value": "this", - "start": 19594, - "end": 19598, + "start": 19912, + "end": 19916, "loc": { "start": { - "line": 497, + "line": 505, "column": 28 }, "end": { - "line": 497, + "line": 505, "column": 32 } } @@ -284281,15 +290978,15 @@ "binop": null, "updateContext": null }, - "start": 19598, - "end": 19599, + "start": 19916, + "end": 19917, "loc": { "start": { - "line": 497, + "line": 505, "column": 32 }, "end": { - "line": 497, + "line": 505, "column": 33 } } @@ -284307,15 +291004,15 @@ "binop": null }, "value": "audioRecorderType", - "start": 19599, - "end": 19616, + "start": 19917, + "end": 19934, "loc": { "start": { - "line": 497, + "line": 505, "column": 33 }, "end": { - "line": 497, + "line": 505, "column": 50 } } @@ -284334,15 +291031,15 @@ "updateContext": null }, "value": "===", - "start": 19617, - "end": 19620, + "start": 19935, + "end": 19938, "loc": { "start": { - "line": 497, + "line": 505, "column": 51 }, "end": { - "line": 497, + "line": 505, "column": 54 } } @@ -284360,15 +291057,15 @@ "binop": null }, "value": "AUTO", - "start": 19621, - "end": 19625, + "start": 19939, + "end": 19943, "loc": { "start": { - "line": 497, + "line": 505, "column": 55 }, "end": { - "line": 497, + "line": 505, "column": 59 } } @@ -284385,15 +291082,15 @@ "postfix": false, "binop": null }, - "start": 19625, - "end": 19626, + "start": 19943, + "end": 19944, "loc": { "start": { - "line": 497, + "line": 505, "column": 59 }, "end": { - "line": 497, + "line": 505, "column": 60 } } @@ -284411,15 +291108,15 @@ "binop": null, "updateContext": null }, - "start": 19627, - "end": 19628, + "start": 19945, + "end": 19946, "loc": { "start": { - "line": 497, + "line": 505, "column": 61 }, "end": { - "line": 497, + "line": 505, "column": 62 } } @@ -284439,15 +291136,15 @@ "updateContext": null }, "value": "true", - "start": 19629, - "end": 19633, + "start": 19947, + "end": 19951, "loc": { "start": { - "line": 497, + "line": 505, "column": 63 }, "end": { - "line": 497, + "line": 505, "column": 67 } } @@ -284465,15 +291162,15 @@ "binop": null, "updateContext": null }, - "start": 19634, - "end": 19635, + "start": 19952, + "end": 19953, "loc": { "start": { - "line": 497, + "line": 505, "column": 68 }, "end": { - "line": 497, + "line": 505, "column": 69 } } @@ -284493,15 +291190,15 @@ "updateContext": null }, "value": "this", - "start": 19636, - "end": 19640, + "start": 19954, + "end": 19958, "loc": { "start": { - "line": 497, + "line": 505, "column": 70 }, "end": { - "line": 497, + "line": 505, "column": 74 } } @@ -284519,15 +291216,15 @@ "binop": null, "updateContext": null }, - "start": 19640, - "end": 19641, + "start": 19958, + "end": 19959, "loc": { "start": { - "line": 497, + "line": 505, "column": 74 }, "end": { - "line": 497, + "line": 505, "column": 75 } } @@ -284545,15 +291242,15 @@ "binop": null }, "value": "audioRecorderType", - "start": 19641, - "end": 19658, + "start": 19959, + "end": 19976, "loc": { "start": { - "line": 497, + "line": 505, "column": 75 }, "end": { - "line": 497, + "line": 505, "column": 92 } } @@ -284571,15 +291268,15 @@ "binop": null, "updateContext": null }, - "start": 19658, - "end": 19659, + "start": 19976, + "end": 19977, "loc": { "start": { - "line": 497, + "line": 505, "column": 92 }, "end": { - "line": 497, + "line": 505, "column": 93 } } @@ -284597,15 +291294,15 @@ "binop": null }, "value": "video", - "start": 19680, - "end": 19685, + "start": 19998, + "end": 20003, "loc": { "start": { - "line": 498, + "line": 506, "column": 20 }, "end": { - "line": 498, + "line": 506, "column": 25 } } @@ -284623,15 +291320,15 @@ "binop": null, "updateContext": null }, - "start": 19685, - "end": 19686, + "start": 20003, + "end": 20004, "loc": { "start": { - "line": 498, + "line": 506, "column": 25 }, "end": { - "line": 498, + "line": 506, "column": 26 } } @@ -284648,15 +291345,15 @@ "postfix": false, "binop": null }, - "start": 19687, - "end": 19688, + "start": 20005, + "end": 20006, "loc": { "start": { - "line": 498, + "line": 506, "column": 27 }, "end": { - "line": 498, + "line": 506, "column": 28 } } @@ -284676,15 +291373,15 @@ "updateContext": null }, "value": "this", - "start": 19688, - "end": 19692, + "start": 20006, + "end": 20010, "loc": { "start": { - "line": 498, + "line": 506, "column": 28 }, "end": { - "line": 498, + "line": 506, "column": 32 } } @@ -284702,15 +291399,15 @@ "binop": null, "updateContext": null }, - "start": 19692, - "end": 19693, + "start": 20010, + "end": 20011, "loc": { "start": { - "line": 498, + "line": 506, "column": 32 }, "end": { - "line": 498, + "line": 506, "column": 33 } } @@ -284728,15 +291425,15 @@ "binop": null }, "value": "videoRecorderType", - "start": 19693, - "end": 19710, + "start": 20011, + "end": 20028, "loc": { "start": { - "line": 498, + "line": 506, "column": 33 }, "end": { - "line": 498, + "line": 506, "column": 50 } } @@ -284755,15 +291452,15 @@ "updateContext": null }, "value": "===", - "start": 19711, - "end": 19714, + "start": 20029, + "end": 20032, "loc": { "start": { - "line": 498, + "line": 506, "column": 51 }, "end": { - "line": 498, + "line": 506, "column": 54 } } @@ -284781,15 +291478,15 @@ "binop": null }, "value": "AUTO", - "start": 19715, - "end": 19719, + "start": 20033, + "end": 20037, "loc": { "start": { - "line": 498, + "line": 506, "column": 55 }, "end": { - "line": 498, + "line": 506, "column": 59 } } @@ -284806,15 +291503,15 @@ "postfix": false, "binop": null }, - "start": 19719, - "end": 19720, + "start": 20037, + "end": 20038, "loc": { "start": { - "line": 498, + "line": 506, "column": 59 }, "end": { - "line": 498, + "line": 506, "column": 60 } } @@ -284832,15 +291529,15 @@ "binop": null, "updateContext": null }, - "start": 19721, - "end": 19722, + "start": 20039, + "end": 20040, "loc": { "start": { - "line": 498, + "line": 506, "column": 61 }, "end": { - "line": 498, + "line": 506, "column": 62 } } @@ -284860,15 +291557,15 @@ "updateContext": null }, "value": "true", - "start": 19723, - "end": 19727, + "start": 20041, + "end": 20045, "loc": { "start": { - "line": 498, + "line": 506, "column": 63 }, "end": { - "line": 498, + "line": 506, "column": 67 } } @@ -284886,15 +291583,15 @@ "binop": null, "updateContext": null }, - "start": 19728, - "end": 19729, + "start": 20046, + "end": 20047, "loc": { "start": { - "line": 498, + "line": 506, "column": 68 }, "end": { - "line": 498, + "line": 506, "column": 69 } } @@ -284914,15 +291611,15 @@ "updateContext": null }, "value": "this", - "start": 19730, - "end": 19734, + "start": 20048, + "end": 20052, "loc": { "start": { - "line": 498, + "line": 506, "column": 70 }, "end": { - "line": 498, + "line": 506, "column": 74 } } @@ -284940,15 +291637,15 @@ "binop": null, "updateContext": null }, - "start": 19734, - "end": 19735, + "start": 20052, + "end": 20053, "loc": { "start": { - "line": 498, + "line": 506, "column": 74 }, "end": { - "line": 498, + "line": 506, "column": 75 } } @@ -284966,15 +291663,15 @@ "binop": null }, "value": "videoRecorderType", - "start": 19735, - "end": 19752, + "start": 20053, + "end": 20070, "loc": { "start": { - "line": 498, + "line": 506, "column": 75 }, "end": { - "line": 498, + "line": 506, "column": 92 } } @@ -284991,15 +291688,15 @@ "postfix": false, "binop": null }, - "start": 19769, - "end": 19770, + "start": 20087, + "end": 20088, "loc": { "start": { - "line": 499, + "line": 507, "column": 16 }, "end": { - "line": 499, + "line": 507, "column": 17 } } @@ -285017,15 +291714,15 @@ "binop": null, "updateContext": null }, - "start": 19770, - "end": 19771, + "start": 20088, + "end": 20089, "loc": { "start": { - "line": 499, + "line": 507, "column": 17 }, "end": { - "line": 499, + "line": 507, "column": 18 } } @@ -285045,15 +291742,15 @@ "updateContext": null }, "value": "let", - "start": 19788, - "end": 19791, + "start": 20106, + "end": 20109, "loc": { "start": { - "line": 500, + "line": 508, "column": 16 }, "end": { - "line": 500, + "line": 508, "column": 19 } } @@ -285071,15 +291768,15 @@ "binop": null }, "value": "audioScreenConstraints", - "start": 19792, - "end": 19814, + "start": 20110, + "end": 20132, "loc": { "start": { - "line": 500, + "line": 508, "column": 20 }, "end": { - "line": 500, + "line": 508, "column": 42 } } @@ -285098,15 +291795,15 @@ "updateContext": null }, "value": "=", - "start": 19815, - "end": 19816, + "start": 20133, + "end": 20134, "loc": { "start": { - "line": 500, + "line": 508, "column": 43 }, "end": { - "line": 500, + "line": 508, "column": 44 } } @@ -285123,15 +291820,15 @@ "postfix": false, "binop": null }, - "start": 19817, - "end": 19818, + "start": 20135, + "end": 20136, "loc": { "start": { - "line": 500, + "line": 508, "column": 45 }, "end": { - "line": 500, + "line": 508, "column": 46 } } @@ -285148,15 +291845,15 @@ "postfix": false, "binop": null }, - "start": 19818, - "end": 19819, + "start": 20136, + "end": 20137, "loc": { "start": { - "line": 500, + "line": 508, "column": 46 }, "end": { - "line": 500, + "line": 508, "column": 47 } } @@ -285174,15 +291871,15 @@ "binop": null, "updateContext": null }, - "start": 19819, - "end": 19820, + "start": 20137, + "end": 20138, "loc": { "start": { - "line": 500, + "line": 508, "column": 47 }, "end": { - "line": 500, + "line": 508, "column": 48 } } @@ -285202,15 +291899,15 @@ "updateContext": null }, "value": "if", - "start": 19837, - "end": 19839, + "start": 20155, + "end": 20157, "loc": { "start": { - "line": 501, + "line": 509, "column": 16 }, "end": { - "line": 501, + "line": 509, "column": 18 } } @@ -285227,15 +291924,15 @@ "postfix": false, "binop": null }, - "start": 19840, - "end": 19841, + "start": 20158, + "end": 20159, "loc": { "start": { - "line": 501, + "line": 509, "column": 19 }, "end": { - "line": 501, + "line": 509, "column": 20 } } @@ -285255,15 +291952,15 @@ "updateContext": null }, "value": "this", - "start": 19841, - "end": 19845, + "start": 20159, + "end": 20163, "loc": { "start": { - "line": 501, + "line": 509, "column": 20 }, "end": { - "line": 501, + "line": 509, "column": 24 } } @@ -285281,15 +291978,15 @@ "binop": null, "updateContext": null }, - "start": 19845, - "end": 19846, + "start": 20163, + "end": 20164, "loc": { "start": { - "line": 501, + "line": 509, "column": 24 }, "end": { - "line": 501, + "line": 509, "column": 25 } } @@ -285307,15 +292004,15 @@ "binop": null }, "value": "recordScreen", - "start": 19846, - "end": 19858, + "start": 20164, + "end": 20176, "loc": { "start": { - "line": 501, + "line": 509, "column": 25 }, "end": { - "line": 501, + "line": 509, "column": 37 } } @@ -285334,15 +292031,15 @@ "updateContext": null }, "value": "===", - "start": 19859, - "end": 19862, + "start": 20177, + "end": 20180, "loc": { "start": { - "line": 501, + "line": 509, "column": 38 }, "end": { - "line": 501, + "line": 509, "column": 41 } } @@ -285362,15 +292059,15 @@ "updateContext": null }, "value": "true", - "start": 19863, - "end": 19867, + "start": 20181, + "end": 20185, "loc": { "start": { - "line": 501, + "line": 509, "column": 42 }, "end": { - "line": 501, + "line": 509, "column": 46 } } @@ -285387,15 +292084,15 @@ "postfix": false, "binop": null }, - "start": 19867, - "end": 19868, + "start": 20185, + "end": 20186, "loc": { "start": { - "line": 501, + "line": 509, "column": 46 }, "end": { - "line": 501, + "line": 509, "column": 47 } } @@ -285412,15 +292109,15 @@ "postfix": false, "binop": null }, - "start": 19869, - "end": 19870, + "start": 20187, + "end": 20188, "loc": { "start": { - "line": 501, + "line": 509, "column": 48 }, "end": { - "line": 501, + "line": 509, "column": 49 } } @@ -285438,15 +292135,15 @@ "binop": null }, "value": "audioScreenConstraints", - "start": 19891, - "end": 19913, + "start": 20209, + "end": 20231, "loc": { "start": { - "line": 502, + "line": 510, "column": 20 }, "end": { - "line": 502, + "line": 510, "column": 42 } } @@ -285465,15 +292162,15 @@ "updateContext": null }, "value": "=", - "start": 19914, - "end": 19915, + "start": 20232, + "end": 20233, "loc": { "start": { - "line": 502, + "line": 510, "column": 43 }, "end": { - "line": 502, + "line": 510, "column": 44 } } @@ -285490,15 +292187,15 @@ "postfix": false, "binop": null }, - "start": 19916, - "end": 19917, + "start": 20234, + "end": 20235, "loc": { "start": { - "line": 502, + "line": 510, "column": 45 }, "end": { - "line": 502, + "line": 510, "column": 46 } } @@ -285516,15 +292213,15 @@ "binop": null }, "value": "video", - "start": 19942, - "end": 19947, + "start": 20260, + "end": 20265, "loc": { "start": { - "line": 503, + "line": 511, "column": 24 }, "end": { - "line": 503, + "line": 511, "column": 29 } } @@ -285542,15 +292239,15 @@ "binop": null, "updateContext": null }, - "start": 19947, - "end": 19948, + "start": 20265, + "end": 20266, "loc": { "start": { - "line": 503, + "line": 511, "column": 29 }, "end": { - "line": 503, + "line": 511, "column": 30 } } @@ -285570,15 +292267,15 @@ "updateContext": null }, "value": "true", - "start": 19949, - "end": 19953, + "start": 20267, + "end": 20271, "loc": { "start": { - "line": 503, + "line": 511, "column": 31 }, "end": { - "line": 503, + "line": 511, "column": 35 } } @@ -285586,15 +292283,15 @@ { "type": "CommentLine", "value": " needs to be true for it to work in Firefox", - "start": 19954, - "end": 19999, + "start": 20272, + "end": 20317, "loc": { "start": { - "line": 503, + "line": 511, "column": 36 }, "end": { - "line": 503, + "line": 511, "column": 81 } } @@ -285611,15 +292308,15 @@ "postfix": false, "binop": null }, - "start": 20020, - "end": 20021, + "start": 20338, + "end": 20339, "loc": { "start": { - "line": 504, + "line": 512, "column": 20 }, "end": { - "line": 504, + "line": 512, "column": 21 } } @@ -285637,15 +292334,15 @@ "binop": null, "updateContext": null }, - "start": 20021, - "end": 20022, + "start": 20339, + "end": 20340, "loc": { "start": { - "line": 504, + "line": 512, "column": 21 }, "end": { - "line": 504, + "line": 512, "column": 22 } } @@ -285662,15 +292359,15 @@ "postfix": false, "binop": null }, - "start": 20039, - "end": 20040, + "start": 20357, + "end": 20358, "loc": { "start": { - "line": 505, + "line": 513, "column": 16 }, "end": { - "line": 505, + "line": 513, "column": 17 } } @@ -285690,15 +292387,15 @@ "updateContext": null }, "value": "else", - "start": 20041, - "end": 20045, + "start": 20359, + "end": 20363, "loc": { "start": { - "line": 505, + "line": 513, "column": 18 }, "end": { - "line": 505, + "line": 513, "column": 22 } } @@ -285718,15 +292415,15 @@ "updateContext": null }, "value": "if", - "start": 20046, - "end": 20048, + "start": 20364, + "end": 20366, "loc": { "start": { - "line": 505, + "line": 513, "column": 23 }, "end": { - "line": 505, + "line": 513, "column": 25 } } @@ -285743,15 +292440,15 @@ "postfix": false, "binop": null }, - "start": 20049, - "end": 20050, + "start": 20367, + "end": 20368, "loc": { "start": { - "line": 505, + "line": 513, "column": 26 }, "end": { - "line": 505, + "line": 513, "column": 27 } } @@ -285771,15 +292468,15 @@ "updateContext": null }, "value": "typeof", - "start": 20050, - "end": 20056, + "start": 20368, + "end": 20374, "loc": { "start": { - "line": 505, + "line": 513, "column": 27 }, "end": { - "line": 505, + "line": 513, "column": 33 } } @@ -285799,15 +292496,15 @@ "updateContext": null }, "value": "this", - "start": 20057, - "end": 20061, + "start": 20375, + "end": 20379, "loc": { "start": { - "line": 505, + "line": 513, "column": 34 }, "end": { - "line": 505, + "line": 513, "column": 38 } } @@ -285825,15 +292522,15 @@ "binop": null, "updateContext": null }, - "start": 20061, - "end": 20062, + "start": 20379, + "end": 20380, "loc": { "start": { - "line": 505, + "line": 513, "column": 38 }, "end": { - "line": 505, + "line": 513, "column": 39 } } @@ -285851,15 +292548,15 @@ "binop": null }, "value": "recordScreen", - "start": 20062, - "end": 20074, + "start": 20380, + "end": 20392, "loc": { "start": { - "line": 505, + "line": 513, "column": 39 }, "end": { - "line": 505, + "line": 513, "column": 51 } } @@ -285878,15 +292575,15 @@ "updateContext": null }, "value": "===", - "start": 20075, - "end": 20078, + "start": 20393, + "end": 20396, "loc": { "start": { - "line": 505, + "line": 513, "column": 52 }, "end": { - "line": 505, + "line": 513, "column": 55 } } @@ -285905,15 +292602,15 @@ "updateContext": null }, "value": "object", - "start": 20079, - "end": 20087, + "start": 20397, + "end": 20405, "loc": { "start": { - "line": 505, + "line": 513, "column": 56 }, "end": { - "line": 505, + "line": 513, "column": 64 } } @@ -285932,15 +292629,15 @@ "updateContext": null }, "value": "&&", - "start": 20088, - "end": 20090, + "start": 20406, + "end": 20408, "loc": { "start": { - "line": 505, + "line": 513, "column": 65 }, "end": { - "line": 505, + "line": 513, "column": 67 } } @@ -285960,15 +292657,15 @@ "updateContext": null }, "value": "this", - "start": 20111, - "end": 20115, + "start": 20429, + "end": 20433, "loc": { "start": { - "line": 506, + "line": 514, "column": 20 }, "end": { - "line": 506, + "line": 514, "column": 24 } } @@ -285986,15 +292683,15 @@ "binop": null, "updateContext": null }, - "start": 20115, - "end": 20116, + "start": 20433, + "end": 20434, "loc": { "start": { - "line": 506, + "line": 514, "column": 24 }, "end": { - "line": 506, + "line": 514, "column": 25 } } @@ -286012,15 +292709,15 @@ "binop": null }, "value": "recordScreen", - "start": 20116, - "end": 20128, + "start": 20434, + "end": 20446, "loc": { "start": { - "line": 506, + "line": 514, "column": 25 }, "end": { - "line": 506, + "line": 514, "column": 37 } } @@ -286038,15 +292735,15 @@ "binop": null, "updateContext": null }, - "start": 20128, - "end": 20129, + "start": 20446, + "end": 20447, "loc": { "start": { - "line": 506, + "line": 514, "column": 37 }, "end": { - "line": 506, + "line": 514, "column": 38 } } @@ -286064,15 +292761,15 @@ "binop": null }, "value": "constructor", - "start": 20129, - "end": 20140, + "start": 20447, + "end": 20458, "loc": { "start": { - "line": 506, + "line": 514, "column": 38 }, "end": { - "line": 506, + "line": 514, "column": 49 } } @@ -286091,15 +292788,15 @@ "updateContext": null }, "value": "===", - "start": 20141, - "end": 20144, + "start": 20459, + "end": 20462, "loc": { "start": { - "line": 506, + "line": 514, "column": 50 }, "end": { - "line": 506, + "line": 514, "column": 53 } } @@ -286117,15 +292814,15 @@ "binop": null }, "value": "Object", - "start": 20145, - "end": 20151, + "start": 20463, + "end": 20469, "loc": { "start": { - "line": 506, + "line": 514, "column": 54 }, "end": { - "line": 506, + "line": 514, "column": 60 } } @@ -286142,15 +292839,15 @@ "postfix": false, "binop": null }, - "start": 20151, - "end": 20152, + "start": 20469, + "end": 20470, "loc": { "start": { - "line": 506, + "line": 514, "column": 60 }, "end": { - "line": 506, + "line": 514, "column": 61 } } @@ -286167,15 +292864,15 @@ "postfix": false, "binop": null }, - "start": 20153, - "end": 20154, + "start": 20471, + "end": 20472, "loc": { "start": { - "line": 506, + "line": 514, "column": 62 }, "end": { - "line": 506, + "line": 514, "column": 63 } } @@ -286193,15 +292890,15 @@ "binop": null }, "value": "audioScreenConstraints", - "start": 20175, - "end": 20197, + "start": 20493, + "end": 20515, "loc": { "start": { - "line": 507, + "line": 515, "column": 20 }, "end": { - "line": 507, + "line": 515, "column": 42 } } @@ -286220,15 +292917,15 @@ "updateContext": null }, "value": "=", - "start": 20198, - "end": 20199, + "start": 20516, + "end": 20517, "loc": { "start": { - "line": 507, + "line": 515, "column": 43 }, "end": { - "line": 507, + "line": 515, "column": 44 } } @@ -286248,15 +292945,15 @@ "updateContext": null }, "value": "this", - "start": 20200, - "end": 20204, + "start": 20518, + "end": 20522, "loc": { "start": { - "line": 507, + "line": 515, "column": 45 }, "end": { - "line": 507, + "line": 515, "column": 49 } } @@ -286274,15 +292971,15 @@ "binop": null, "updateContext": null }, - "start": 20204, - "end": 20205, + "start": 20522, + "end": 20523, "loc": { "start": { - "line": 507, + "line": 515, "column": 49 }, "end": { - "line": 507, + "line": 515, "column": 50 } } @@ -286300,15 +292997,15 @@ "binop": null }, "value": "recordScreen", - "start": 20205, - "end": 20217, + "start": 20523, + "end": 20535, "loc": { "start": { - "line": 507, + "line": 515, "column": 50 }, "end": { - "line": 507, + "line": 515, "column": 62 } } @@ -286326,15 +293023,15 @@ "binop": null, "updateContext": null }, - "start": 20217, - "end": 20218, + "start": 20535, + "end": 20536, "loc": { "start": { - "line": 507, + "line": 515, "column": 62 }, "end": { - "line": 507, + "line": 515, "column": 63 } } @@ -286351,15 +293048,15 @@ "postfix": false, "binop": null }, - "start": 20235, - "end": 20236, + "start": 20553, + "end": 20554, "loc": { "start": { - "line": 508, + "line": 516, "column": 16 }, "end": { - "line": 508, + "line": 516, "column": 17 } } @@ -286377,15 +293074,15 @@ "binop": null }, "value": "navigator", - "start": 20253, - "end": 20262, + "start": 20571, + "end": 20580, "loc": { "start": { - "line": 509, + "line": 517, "column": 16 }, "end": { - "line": 509, + "line": 517, "column": 25 } } @@ -286403,15 +293100,15 @@ "binop": null, "updateContext": null }, - "start": 20262, - "end": 20263, + "start": 20580, + "end": 20581, "loc": { "start": { - "line": 509, + "line": 517, "column": 25 }, "end": { - "line": 509, + "line": 517, "column": 26 } } @@ -286429,15 +293126,15 @@ "binop": null }, "value": "mediaDevices", - "start": 20263, - "end": 20275, + "start": 20581, + "end": 20593, "loc": { "start": { - "line": 509, + "line": 517, "column": 26 }, "end": { - "line": 509, + "line": 517, "column": 38 } } @@ -286455,15 +293152,15 @@ "binop": null, "updateContext": null }, - "start": 20275, - "end": 20276, + "start": 20593, + "end": 20594, "loc": { "start": { - "line": 509, + "line": 517, "column": 38 }, "end": { - "line": 509, + "line": 517, "column": 39 } } @@ -286481,15 +293178,15 @@ "binop": null }, "value": "getDisplayMedia", - "start": 20276, - "end": 20291, + "start": 20594, + "end": 20609, "loc": { "start": { - "line": 509, + "line": 517, "column": 39 }, "end": { - "line": 509, + "line": 517, "column": 54 } } @@ -286506,15 +293203,15 @@ "postfix": false, "binop": null }, - "start": 20291, - "end": 20292, + "start": 20609, + "end": 20610, "loc": { "start": { - "line": 509, + "line": 517, "column": 54 }, "end": { - "line": 509, + "line": 517, "column": 55 } } @@ -286532,15 +293229,15 @@ "binop": null }, "value": "audioScreenConstraints", - "start": 20292, - "end": 20314, + "start": 20610, + "end": 20632, "loc": { "start": { - "line": 509, + "line": 517, "column": 55 }, "end": { - "line": 509, + "line": 517, "column": 77 } } @@ -286557,15 +293254,15 @@ "postfix": false, "binop": null }, - "start": 20314, - "end": 20315, + "start": 20632, + "end": 20633, "loc": { "start": { - "line": 509, + "line": 517, "column": 77 }, "end": { - "line": 509, + "line": 517, "column": 78 } } @@ -286583,15 +293280,15 @@ "binop": null, "updateContext": null }, - "start": 20315, - "end": 20316, + "start": 20633, + "end": 20634, "loc": { "start": { - "line": 509, + "line": 517, "column": 78 }, "end": { - "line": 509, + "line": 517, "column": 79 } } @@ -286609,15 +293306,15 @@ "binop": null }, "value": "then", - "start": 20316, - "end": 20320, + "start": 20634, + "end": 20638, "loc": { "start": { - "line": 509, + "line": 517, "column": 79 }, "end": { - "line": 509, + "line": 517, "column": 83 } } @@ -286634,15 +293331,15 @@ "postfix": false, "binop": null }, - "start": 20320, - "end": 20321, + "start": 20638, + "end": 20639, "loc": { "start": { - "line": 509, + "line": 517, "column": 83 }, "end": { - "line": 509, + "line": 517, "column": 84 } } @@ -286660,15 +293357,15 @@ "binop": null }, "value": "screenStream", - "start": 20321, - "end": 20333, + "start": 20639, + "end": 20651, "loc": { "start": { - "line": 509, + "line": 517, "column": 84 }, "end": { - "line": 509, + "line": 517, "column": 96 } } @@ -286686,15 +293383,15 @@ "binop": null, "updateContext": null }, - "start": 20334, - "end": 20336, + "start": 20652, + "end": 20654, "loc": { "start": { - "line": 509, + "line": 517, "column": 97 }, "end": { - "line": 509, + "line": 517, "column": 99 } } @@ -286711,15 +293408,15 @@ "postfix": false, "binop": null }, - "start": 20337, - "end": 20338, + "start": 20655, + "end": 20656, "loc": { "start": { - "line": 509, + "line": 517, "column": 100 }, "end": { - "line": 509, + "line": 517, "column": 101 } } @@ -286737,15 +293434,15 @@ "binop": null }, "value": "navigator", - "start": 20359, - "end": 20368, + "start": 20677, + "end": 20686, "loc": { "start": { - "line": 510, + "line": 518, "column": 20 }, "end": { - "line": 510, + "line": 518, "column": 29 } } @@ -286763,15 +293460,15 @@ "binop": null, "updateContext": null }, - "start": 20368, - "end": 20369, + "start": 20686, + "end": 20687, "loc": { "start": { - "line": 510, + "line": 518, "column": 29 }, "end": { - "line": 510, + "line": 518, "column": 30 } } @@ -286789,15 +293486,15 @@ "binop": null }, "value": "mediaDevices", - "start": 20369, - "end": 20381, + "start": 20687, + "end": 20699, "loc": { "start": { - "line": 510, + "line": 518, "column": 30 }, "end": { - "line": 510, + "line": 518, "column": 42 } } @@ -286815,15 +293512,15 @@ "binop": null, "updateContext": null }, - "start": 20381, - "end": 20382, + "start": 20699, + "end": 20700, "loc": { "start": { - "line": 510, + "line": 518, "column": 42 }, "end": { - "line": 510, + "line": 518, "column": 43 } } @@ -286841,15 +293538,15 @@ "binop": null }, "value": "getUserMedia", - "start": 20382, - "end": 20394, + "start": 20700, + "end": 20712, "loc": { "start": { - "line": 510, + "line": 518, "column": 43 }, "end": { - "line": 510, + "line": 518, "column": 55 } } @@ -286866,15 +293563,15 @@ "postfix": false, "binop": null }, - "start": 20394, - "end": 20395, + "start": 20712, + "end": 20713, "loc": { "start": { - "line": 510, + "line": 518, "column": 55 }, "end": { - "line": 510, + "line": 518, "column": 56 } } @@ -286891,15 +293588,15 @@ "postfix": false, "binop": null }, - "start": 20395, - "end": 20396, + "start": 20713, + "end": 20714, "loc": { "start": { - "line": 510, + "line": 518, "column": 56 }, "end": { - "line": 510, + "line": 518, "column": 57 } } @@ -286917,15 +293614,15 @@ "binop": null }, "value": "audio", - "start": 20421, - "end": 20426, + "start": 20739, + "end": 20744, "loc": { "start": { - "line": 511, + "line": 519, "column": 24 }, "end": { - "line": 511, + "line": 519, "column": 29 } } @@ -286943,15 +293640,15 @@ "binop": null, "updateContext": null }, - "start": 20426, - "end": 20427, + "start": 20744, + "end": 20745, "loc": { "start": { - "line": 511, + "line": 519, "column": 29 }, "end": { - "line": 511, + "line": 519, "column": 30 } } @@ -286971,15 +293668,15 @@ "updateContext": null }, "value": "this", - "start": 20428, - "end": 20432, + "start": 20746, + "end": 20750, "loc": { "start": { - "line": 511, + "line": 519, "column": 31 }, "end": { - "line": 511, + "line": 519, "column": 35 } } @@ -286997,15 +293694,15 @@ "binop": null, "updateContext": null }, - "start": 20432, - "end": 20433, + "start": 20750, + "end": 20751, "loc": { "start": { - "line": 511, + "line": 519, "column": 35 }, "end": { - "line": 511, + "line": 519, "column": 36 } } @@ -287023,15 +293720,15 @@ "binop": null }, "value": "recordAudio", - "start": 20433, - "end": 20444, + "start": 20751, + "end": 20762, "loc": { "start": { - "line": 511, + "line": 519, "column": 36 }, "end": { - "line": 511, + "line": 519, "column": 47 } } @@ -287048,15 +293745,15 @@ "postfix": false, "binop": null }, - "start": 20465, - "end": 20466, + "start": 20783, + "end": 20784, "loc": { "start": { - "line": 512, + "line": 520, "column": 20 }, "end": { - "line": 512, + "line": 520, "column": 21 } } @@ -287073,15 +293770,15 @@ "postfix": false, "binop": null }, - "start": 20466, - "end": 20467, + "start": 20784, + "end": 20785, "loc": { "start": { - "line": 512, + "line": 520, "column": 21 }, "end": { - "line": 512, + "line": 520, "column": 22 } } @@ -287099,15 +293796,15 @@ "binop": null, "updateContext": null }, - "start": 20467, - "end": 20468, + "start": 20785, + "end": 20786, "loc": { "start": { - "line": 512, + "line": 520, "column": 22 }, "end": { - "line": 512, + "line": 520, "column": 23 } } @@ -287125,15 +293822,15 @@ "binop": null }, "value": "then", - "start": 20468, - "end": 20472, + "start": 20786, + "end": 20790, "loc": { "start": { - "line": 512, + "line": 520, "column": 23 }, "end": { - "line": 512, + "line": 520, "column": 27 } } @@ -287150,15 +293847,15 @@ "postfix": false, "binop": null }, - "start": 20472, - "end": 20473, + "start": 20790, + "end": 20791, "loc": { "start": { - "line": 512, + "line": 520, "column": 27 }, "end": { - "line": 512, + "line": 520, "column": 28 } } @@ -287175,15 +293872,15 @@ "postfix": false, "binop": null }, - "start": 20473, - "end": 20474, + "start": 20791, + "end": 20792, "loc": { "start": { - "line": 512, + "line": 520, "column": 28 }, "end": { - "line": 512, + "line": 520, "column": 29 } } @@ -287201,15 +293898,15 @@ "binop": null }, "value": "mic", - "start": 20474, - "end": 20477, + "start": 20792, + "end": 20795, "loc": { "start": { - "line": 512, + "line": 520, "column": 29 }, "end": { - "line": 512, + "line": 520, "column": 32 } } @@ -287226,15 +293923,15 @@ "postfix": false, "binop": null }, - "start": 20477, - "end": 20478, + "start": 20795, + "end": 20796, "loc": { "start": { - "line": 512, + "line": 520, "column": 32 }, "end": { - "line": 512, + "line": 520, "column": 33 } } @@ -287252,15 +293949,15 @@ "binop": null, "updateContext": null }, - "start": 20479, - "end": 20481, + "start": 20797, + "end": 20799, "loc": { "start": { - "line": 512, + "line": 520, "column": 34 }, "end": { - "line": 512, + "line": 520, "column": 36 } } @@ -287277,31 +293974,31 @@ "postfix": false, "binop": null }, - "start": 20482, - "end": 20483, + "start": 20800, + "end": 20801, "loc": { "start": { - "line": 512, + "line": 520, "column": 37 }, "end": { - "line": 512, + "line": 520, "column": 38 } } }, { "type": "CommentLine", - "value": " Join microphone track with screencast stream (order matters)", - "start": 20508, - "end": 20571, + "value": " join microphone track with screencast stream (order matters)", + "start": 20826, + "end": 20889, "loc": { "start": { - "line": 513, + "line": 521, "column": 24 }, "end": { - "line": 513, + "line": 521, "column": 87 } } @@ -287319,15 +294016,15 @@ "binop": null }, "value": "screenStream", - "start": 20596, - "end": 20608, + "start": 20914, + "end": 20926, "loc": { "start": { - "line": 514, + "line": 522, "column": 24 }, "end": { - "line": 514, + "line": 522, "column": 36 } } @@ -287345,15 +294042,15 @@ "binop": null, "updateContext": null }, - "start": 20608, - "end": 20609, + "start": 20926, + "end": 20927, "loc": { "start": { - "line": 514, + "line": 522, "column": 36 }, "end": { - "line": 514, + "line": 522, "column": 37 } } @@ -287371,15 +294068,15 @@ "binop": null }, "value": "addTrack", - "start": 20609, - "end": 20617, + "start": 20927, + "end": 20935, "loc": { "start": { - "line": 514, + "line": 522, "column": 37 }, "end": { - "line": 514, + "line": 522, "column": 45 } } @@ -287396,15 +294093,15 @@ "postfix": false, "binop": null }, - "start": 20617, - "end": 20618, + "start": 20935, + "end": 20936, "loc": { "start": { - "line": 514, + "line": 522, "column": 45 }, "end": { - "line": 514, + "line": 522, "column": 46 } } @@ -287422,15 +294119,15 @@ "binop": null }, "value": "mic", - "start": 20618, - "end": 20621, + "start": 20936, + "end": 20939, "loc": { "start": { - "line": 514, + "line": 522, "column": 46 }, "end": { - "line": 514, + "line": 522, "column": 49 } } @@ -287448,15 +294145,15 @@ "binop": null, "updateContext": null }, - "start": 20621, - "end": 20622, + "start": 20939, + "end": 20940, "loc": { "start": { - "line": 514, + "line": 522, "column": 49 }, "end": { - "line": 514, + "line": 522, "column": 50 } } @@ -287474,15 +294171,15 @@ "binop": null }, "value": "getTracks", - "start": 20622, - "end": 20631, + "start": 20940, + "end": 20949, "loc": { "start": { - "line": 514, + "line": 522, "column": 50 }, "end": { - "line": 514, + "line": 522, "column": 59 } } @@ -287499,15 +294196,15 @@ "postfix": false, "binop": null }, - "start": 20631, - "end": 20632, + "start": 20949, + "end": 20950, "loc": { "start": { - "line": 514, + "line": 522, "column": 59 }, "end": { - "line": 514, + "line": 522, "column": 60 } } @@ -287524,15 +294221,15 @@ "postfix": false, "binop": null }, - "start": 20632, - "end": 20633, + "start": 20950, + "end": 20951, "loc": { "start": { - "line": 514, + "line": 522, "column": 60 }, "end": { - "line": 514, + "line": 522, "column": 61 } } @@ -287550,15 +294247,15 @@ "binop": null, "updateContext": null }, - "start": 20633, - "end": 20634, + "start": 20951, + "end": 20952, "loc": { "start": { - "line": 514, + "line": 522, "column": 61 }, "end": { - "line": 514, + "line": 522, "column": 62 } } @@ -287577,15 +294274,15 @@ "updateContext": null }, "value": 0, - "start": 20634, - "end": 20635, + "start": 20952, + "end": 20953, "loc": { "start": { - "line": 514, + "line": 522, "column": 62 }, "end": { - "line": 514, + "line": 522, "column": 63 } } @@ -287603,15 +294300,15 @@ "binop": null, "updateContext": null }, - "start": 20635, - "end": 20636, + "start": 20953, + "end": 20954, "loc": { "start": { - "line": 514, + "line": 522, "column": 63 }, "end": { - "line": 514, + "line": 522, "column": 64 } } @@ -287628,15 +294325,15 @@ "postfix": false, "binop": null }, - "start": 20636, - "end": 20637, + "start": 20954, + "end": 20955, "loc": { "start": { - "line": 514, + "line": 522, "column": 64 }, "end": { - "line": 514, + "line": 522, "column": 65 } } @@ -287654,15 +294351,15 @@ "binop": null, "updateContext": null }, - "start": 20637, - "end": 20638, + "start": 20955, + "end": 20956, "loc": { "start": { - "line": 514, + "line": 522, "column": 65 }, "end": { - "line": 514, + "line": 522, "column": 66 } } @@ -287682,15 +294379,15 @@ "updateContext": null }, "value": "this", - "start": 20663, - "end": 20667, + "start": 20981, + "end": 20985, "loc": { "start": { - "line": 515, + "line": 523, "column": 24 }, "end": { - "line": 515, + "line": 523, "column": 28 } } @@ -287708,15 +294405,15 @@ "binop": null, "updateContext": null }, - "start": 20667, - "end": 20668, + "start": 20985, + "end": 20986, "loc": { "start": { - "line": 515, + "line": 523, "column": 28 }, "end": { - "line": 515, + "line": 523, "column": 29 } } @@ -287734,15 +294431,15 @@ "binop": null }, "value": "onDeviceReady", - "start": 20668, - "end": 20681, + "start": 20986, + "end": 20999, "loc": { "start": { - "line": 515, + "line": 523, "column": 29 }, "end": { - "line": 515, + "line": 523, "column": 42 } } @@ -287760,15 +294457,15 @@ "binop": null, "updateContext": null }, - "start": 20681, - "end": 20682, + "start": 20999, + "end": 21000, "loc": { "start": { - "line": 515, + "line": 523, "column": 42 }, "end": { - "line": 515, + "line": 523, "column": 43 } } @@ -287786,15 +294483,15 @@ "binop": null }, "value": "bind", - "start": 20682, - "end": 20686, + "start": 21000, + "end": 21004, "loc": { "start": { - "line": 515, + "line": 523, "column": 43 }, "end": { - "line": 515, + "line": 523, "column": 47 } } @@ -287811,15 +294508,15 @@ "postfix": false, "binop": null }, - "start": 20686, - "end": 20687, + "start": 21004, + "end": 21005, "loc": { "start": { - "line": 515, + "line": 523, "column": 47 }, "end": { - "line": 515, + "line": 523, "column": 48 } } @@ -287839,15 +294536,15 @@ "updateContext": null }, "value": "this", - "start": 20687, - "end": 20691, + "start": 21005, + "end": 21009, "loc": { "start": { - "line": 515, + "line": 523, "column": 48 }, "end": { - "line": 515, + "line": 523, "column": 52 } } @@ -287864,15 +294561,15 @@ "postfix": false, "binop": null }, - "start": 20691, - "end": 20692, + "start": 21009, + "end": 21010, "loc": { "start": { - "line": 515, + "line": 523, "column": 52 }, "end": { - "line": 515, + "line": 523, "column": 53 } } @@ -287889,15 +294586,15 @@ "postfix": false, "binop": null }, - "start": 20692, - "end": 20693, + "start": 21010, + "end": 21011, "loc": { "start": { - "line": 515, + "line": 523, "column": 53 }, "end": { - "line": 515, + "line": 523, "column": 54 } } @@ -287915,15 +294612,15 @@ "binop": null }, "value": "screenStream", - "start": 20693, - "end": 20705, + "start": 21011, + "end": 21023, "loc": { "start": { - "line": 515, + "line": 523, "column": 54 }, "end": { - "line": 515, + "line": 523, "column": 66 } } @@ -287940,15 +294637,15 @@ "postfix": false, "binop": null }, - "start": 20705, - "end": 20706, + "start": 21023, + "end": 21024, "loc": { "start": { - "line": 515, + "line": 523, "column": 66 }, "end": { - "line": 515, + "line": 523, "column": 67 } } @@ -287966,15 +294663,15 @@ "binop": null, "updateContext": null }, - "start": 20706, - "end": 20707, + "start": 21024, + "end": 21025, "loc": { "start": { - "line": 515, + "line": 523, "column": 67 }, "end": { - "line": 515, + "line": 523, "column": 68 } } @@ -287991,15 +294688,15 @@ "postfix": false, "binop": null }, - "start": 20728, - "end": 20729, + "start": 21046, + "end": 21047, "loc": { "start": { - "line": 516, + "line": 524, "column": 20 }, "end": { - "line": 516, + "line": 524, "column": 21 } } @@ -288016,23 +294713,23 @@ "postfix": false, "binop": null }, - "start": 20729, - "end": 20730, + "start": 21047, + "end": 21048, "loc": { "start": { - "line": 516, + "line": 524, "column": 21 }, "end": { - "line": 516, + "line": 524, "column": 22 } } }, { "type": { - "label": ";", - "beforeExpr": true, + "label": ".", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, @@ -288042,16 +294739,330 @@ "binop": null, "updateContext": null }, - "start": 20730, - "end": 20731, + "start": 21048, + "end": 21049, "loc": { "start": { - "line": 516, + "line": 524, "column": 22 }, "end": { - "line": 516, + "line": 524, + "column": 23 + } + } + }, + { + "type": { + "label": "catch", + "keyword": "catch", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "catch", + "start": 21049, + "end": 21054, + "loc": { + "start": { + "line": 524, "column": 23 + }, + "end": { + "line": 524, + "column": 28 + } + } + }, + { + "type": { + "label": "(", + "beforeExpr": true, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 21054, + "end": 21055, + "loc": { + "start": { + "line": 524, + "column": 28 + }, + "end": { + "line": 524, + "column": 29 + } + } + }, + { + "type": { + "label": "this", + "keyword": "this", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "this", + "start": 21080, + "end": 21084, + "loc": { + "start": { + "line": 525, + "column": 24 + }, + "end": { + "line": 525, + "column": 28 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 21084, + "end": 21085, + "loc": { + "start": { + "line": 525, + "column": 28 + }, + "end": { + "line": 525, + "column": 29 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "onDeviceError", + "start": 21085, + "end": 21098, + "loc": { + "start": { + "line": 525, + "column": 29 + }, + "end": { + "line": 525, + "column": 42 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 21098, + "end": 21099, + "loc": { + "start": { + "line": 525, + "column": 42 + }, + "end": { + "line": 525, + "column": 43 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "bind", + "start": 21099, + "end": 21103, + "loc": { + "start": { + "line": 525, + "column": 43 + }, + "end": { + "line": 525, + "column": 47 + } + } + }, + { + "type": { + "label": "(", + "beforeExpr": true, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 21103, + "end": 21104, + "loc": { + "start": { + "line": 525, + "column": 47 + }, + "end": { + "line": 525, + "column": 48 + } + } + }, + { + "type": { + "label": "this", + "keyword": "this", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "this", + "start": 21104, + "end": 21108, + "loc": { + "start": { + "line": 525, + "column": 48 + }, + "end": { + "line": 525, + "column": 52 + } + } + }, + { + "type": { + "label": ")", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 21108, + "end": 21109, + "loc": { + "start": { + "line": 525, + "column": 52 + }, + "end": { + "line": 525, + "column": 53 + } + } + }, + { + "type": { + "label": ")", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 21130, + "end": 21131, + "loc": { + "start": { + "line": 526, + "column": 20 + }, + "end": { + "line": 526, + "column": 21 + } + } + }, + { + "type": { + "label": ";", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 21131, + "end": 21132, + "loc": { + "start": { + "line": 526, + "column": 21 + }, + "end": { + "line": 526, + "column": 22 } } }, @@ -288067,15 +295078,15 @@ "postfix": false, "binop": null }, - "start": 20748, - "end": 20749, + "start": 21149, + "end": 21150, "loc": { "start": { - "line": 517, + "line": 527, "column": 16 }, "end": { - "line": 517, + "line": 527, "column": 17 } } @@ -288092,15 +295103,15 @@ "postfix": false, "binop": null }, - "start": 20749, - "end": 20750, + "start": 21150, + "end": 21151, "loc": { "start": { - "line": 517, + "line": 527, "column": 17 }, "end": { - "line": 517, + "line": 527, "column": 18 } } @@ -288118,15 +295129,15 @@ "binop": null, "updateContext": null }, - "start": 20750, - "end": 20751, + "start": 21151, + "end": 21152, "loc": { "start": { - "line": 517, + "line": 527, "column": 18 }, "end": { - "line": 517, + "line": 527, "column": 19 } } @@ -288146,15 +295157,15 @@ "updateContext": null }, "value": "catch", - "start": 20751, - "end": 20756, + "start": 21152, + "end": 21157, "loc": { "start": { - "line": 517, + "line": 527, "column": 19 }, "end": { - "line": 517, + "line": 527, "column": 24 } } @@ -288171,15 +295182,15 @@ "postfix": false, "binop": null }, - "start": 20756, - "end": 20757, + "start": 21157, + "end": 21158, "loc": { "start": { - "line": 517, + "line": 527, "column": 24 }, "end": { - "line": 517, + "line": 527, "column": 25 } } @@ -288199,15 +295210,15 @@ "updateContext": null }, "value": "this", - "start": 20778, - "end": 20782, + "start": 21179, + "end": 21183, "loc": { "start": { - "line": 518, + "line": 528, "column": 20 }, "end": { - "line": 518, + "line": 528, "column": 24 } } @@ -288225,15 +295236,15 @@ "binop": null, "updateContext": null }, - "start": 20782, - "end": 20783, + "start": 21183, + "end": 21184, "loc": { "start": { - "line": 518, + "line": 528, "column": 24 }, "end": { - "line": 518, + "line": 528, "column": 25 } } @@ -288251,15 +295262,15 @@ "binop": null }, "value": "onDeviceError", - "start": 20783, - "end": 20796, + "start": 21184, + "end": 21197, "loc": { "start": { - "line": 518, + "line": 528, "column": 25 }, "end": { - "line": 518, + "line": 528, "column": 38 } } @@ -288277,15 +295288,15 @@ "binop": null, "updateContext": null }, - "start": 20796, - "end": 20797, + "start": 21197, + "end": 21198, "loc": { "start": { - "line": 518, + "line": 528, "column": 38 }, "end": { - "line": 518, + "line": 528, "column": 39 } } @@ -288303,15 +295314,15 @@ "binop": null }, "value": "bind", - "start": 20797, - "end": 20801, + "start": 21198, + "end": 21202, "loc": { "start": { - "line": 518, + "line": 528, "column": 39 }, "end": { - "line": 518, + "line": 528, "column": 43 } } @@ -288328,15 +295339,15 @@ "postfix": false, "binop": null }, - "start": 20801, - "end": 20802, + "start": 21202, + "end": 21203, "loc": { "start": { - "line": 518, + "line": 528, "column": 43 }, "end": { - "line": 518, + "line": 528, "column": 44 } } @@ -288356,15 +295367,15 @@ "updateContext": null }, "value": "this", - "start": 20802, - "end": 20806, + "start": 21203, + "end": 21207, "loc": { "start": { - "line": 518, + "line": 528, "column": 44 }, "end": { - "line": 518, + "line": 528, "column": 48 } } @@ -288381,15 +295392,15 @@ "postfix": false, "binop": null }, - "start": 20806, - "end": 20807, + "start": 21207, + "end": 21208, "loc": { "start": { - "line": 518, + "line": 528, "column": 48 }, "end": { - "line": 518, + "line": 528, "column": 49 } } @@ -288406,15 +295417,15 @@ "postfix": false, "binop": null }, - "start": 20824, - "end": 20825, + "start": 21225, + "end": 21226, "loc": { "start": { - "line": 519, + "line": 529, "column": 16 }, "end": { - "line": 519, + "line": 529, "column": 17 } } @@ -288432,15 +295443,15 @@ "binop": null, "updateContext": null }, - "start": 20825, - "end": 20826, + "start": 21226, + "end": 21227, "loc": { "start": { - "line": 519, + "line": 529, "column": 17 }, "end": { - "line": 519, + "line": 529, "column": 18 } } @@ -288460,15 +295471,15 @@ "updateContext": null }, "value": "break", - "start": 20843, - "end": 20848, + "start": 21244, + "end": 21249, "loc": { "start": { - "line": 520, + "line": 530, "column": 16 }, "end": { - "line": 520, + "line": 530, "column": 21 } } @@ -288486,15 +295497,15 @@ "binop": null, "updateContext": null }, - "start": 20848, - "end": 20849, + "start": 21249, + "end": 21250, "loc": { "start": { - "line": 520, + "line": 530, "column": 21 }, "end": { - "line": 520, + "line": 530, "column": 22 } } @@ -288514,15 +295525,15 @@ "updateContext": null }, "value": "case", - "start": 20863, - "end": 20867, + "start": 21264, + "end": 21268, "loc": { "start": { - "line": 522, + "line": 532, "column": 12 }, "end": { - "line": 522, + "line": 532, "column": 16 } } @@ -288540,15 +295551,15 @@ "binop": null }, "value": "AUDIO_VIDEO", - "start": 20868, - "end": 20879, + "start": 21269, + "end": 21280, "loc": { "start": { - "line": 522, + "line": 532, "column": 17 }, "end": { - "line": 522, + "line": 532, "column": 28 } } @@ -288566,15 +295577,15 @@ "binop": null, "updateContext": null }, - "start": 20879, - "end": 20880, + "start": 21280, + "end": 21281, "loc": { "start": { - "line": 522, + "line": 532, "column": 28 }, "end": { - "line": 522, + "line": 532, "column": 29 } } @@ -288582,15 +295593,15 @@ { "type": "CommentLine", "value": " setup camera and microphone", - "start": 20897, - "end": 20927, + "start": 21298, + "end": 21328, "loc": { "start": { - "line": 523, + "line": 533, "column": 16 }, "end": { - "line": 523, + "line": 533, "column": 46 } } @@ -288610,15 +295621,15 @@ "updateContext": null }, "value": "this", - "start": 20944, - "end": 20948, + "start": 21345, + "end": 21349, "loc": { "start": { - "line": 524, + "line": 534, "column": 16 }, "end": { - "line": 524, + "line": 534, "column": 20 } } @@ -288636,15 +295647,15 @@ "binop": null, "updateContext": null }, - "start": 20948, - "end": 20949, + "start": 21349, + "end": 21350, "loc": { "start": { - "line": 524, + "line": 534, "column": 20 }, "end": { - "line": 524, + "line": 534, "column": 21 } } @@ -288662,15 +295673,15 @@ "binop": null }, "value": "mediaType", - "start": 20949, - "end": 20958, + "start": 21350, + "end": 21359, "loc": { "start": { - "line": 524, + "line": 534, "column": 21 }, "end": { - "line": 524, + "line": 534, "column": 30 } } @@ -288689,15 +295700,15 @@ "updateContext": null }, "value": "=", - "start": 20959, - "end": 20960, + "start": 21360, + "end": 21361, "loc": { "start": { - "line": 524, + "line": 534, "column": 31 }, "end": { - "line": 524, + "line": 534, "column": 32 } } @@ -288714,15 +295725,15 @@ "postfix": false, "binop": null }, - "start": 20961, - "end": 20962, + "start": 21362, + "end": 21363, "loc": { "start": { - "line": 524, + "line": 534, "column": 33 }, "end": { - "line": 524, + "line": 534, "column": 34 } } @@ -288740,15 +295751,15 @@ "binop": null }, "value": "audio", - "start": 20983, - "end": 20988, + "start": 21384, + "end": 21389, "loc": { "start": { - "line": 525, + "line": 535, "column": 20 }, "end": { - "line": 525, + "line": 535, "column": 25 } } @@ -288766,15 +295777,15 @@ "binop": null, "updateContext": null }, - "start": 20988, - "end": 20989, + "start": 21389, + "end": 21390, "loc": { "start": { - "line": 525, + "line": 535, "column": 25 }, "end": { - "line": 525, + "line": 535, "column": 26 } } @@ -288791,15 +295802,15 @@ "postfix": false, "binop": null }, - "start": 20990, - "end": 20991, + "start": 21391, + "end": 21392, "loc": { "start": { - "line": 525, + "line": 535, "column": 27 }, "end": { - "line": 525, + "line": 535, "column": 28 } } @@ -288819,15 +295830,15 @@ "updateContext": null }, "value": "this", - "start": 20991, - "end": 20995, + "start": 21392, + "end": 21396, "loc": { "start": { - "line": 525, + "line": 535, "column": 28 }, "end": { - "line": 525, + "line": 535, "column": 32 } } @@ -288845,15 +295856,15 @@ "binop": null, "updateContext": null }, - "start": 20995, - "end": 20996, + "start": 21396, + "end": 21397, "loc": { "start": { - "line": 525, + "line": 535, "column": 32 }, "end": { - "line": 525, + "line": 535, "column": 33 } } @@ -288871,15 +295882,15 @@ "binop": null }, "value": "audioRecorderType", - "start": 20996, - "end": 21013, + "start": 21397, + "end": 21414, "loc": { "start": { - "line": 525, + "line": 535, "column": 33 }, "end": { - "line": 525, + "line": 535, "column": 50 } } @@ -288898,15 +295909,15 @@ "updateContext": null }, "value": "===", - "start": 21014, - "end": 21017, + "start": 21415, + "end": 21418, "loc": { "start": { - "line": 525, + "line": 535, "column": 51 }, "end": { - "line": 525, + "line": 535, "column": 54 } } @@ -288924,15 +295935,15 @@ "binop": null }, "value": "AUTO", - "start": 21018, - "end": 21022, + "start": 21419, + "end": 21423, "loc": { "start": { - "line": 525, + "line": 535, "column": 55 }, "end": { - "line": 525, + "line": 535, "column": 59 } } @@ -288949,15 +295960,15 @@ "postfix": false, "binop": null }, - "start": 21022, - "end": 21023, + "start": 21423, + "end": 21424, "loc": { "start": { - "line": 525, + "line": 535, "column": 59 }, "end": { - "line": 525, + "line": 535, "column": 60 } } @@ -288975,15 +295986,15 @@ "binop": null, "updateContext": null }, - "start": 21024, - "end": 21025, + "start": 21425, + "end": 21426, "loc": { "start": { - "line": 525, + "line": 535, "column": 61 }, "end": { - "line": 525, + "line": 535, "column": 62 } } @@ -289003,15 +296014,15 @@ "updateContext": null }, "value": "true", - "start": 21026, - "end": 21030, + "start": 21427, + "end": 21431, "loc": { "start": { - "line": 525, + "line": 535, "column": 63 }, "end": { - "line": 525, + "line": 535, "column": 67 } } @@ -289029,15 +296040,15 @@ "binop": null, "updateContext": null }, - "start": 21031, - "end": 21032, + "start": 21432, + "end": 21433, "loc": { "start": { - "line": 525, + "line": 535, "column": 68 }, "end": { - "line": 525, + "line": 535, "column": 69 } } @@ -289057,15 +296068,15 @@ "updateContext": null }, "value": "this", - "start": 21033, - "end": 21037, + "start": 21434, + "end": 21438, "loc": { "start": { - "line": 525, + "line": 535, "column": 70 }, "end": { - "line": 525, + "line": 535, "column": 74 } } @@ -289083,15 +296094,15 @@ "binop": null, "updateContext": null }, - "start": 21037, - "end": 21038, + "start": 21438, + "end": 21439, "loc": { "start": { - "line": 525, + "line": 535, "column": 74 }, "end": { - "line": 525, + "line": 535, "column": 75 } } @@ -289109,15 +296120,15 @@ "binop": null }, "value": "audioRecorderType", - "start": 21038, - "end": 21055, + "start": 21439, + "end": 21456, "loc": { "start": { - "line": 525, + "line": 535, "column": 75 }, "end": { - "line": 525, + "line": 535, "column": 92 } } @@ -289135,15 +296146,15 @@ "binop": null, "updateContext": null }, - "start": 21055, - "end": 21056, + "start": 21456, + "end": 21457, "loc": { "start": { - "line": 525, + "line": 535, "column": 92 }, "end": { - "line": 525, + "line": 535, "column": 93 } } @@ -289161,15 +296172,15 @@ "binop": null }, "value": "video", - "start": 21077, - "end": 21082, + "start": 21478, + "end": 21483, "loc": { "start": { - "line": 526, + "line": 536, "column": 20 }, "end": { - "line": 526, + "line": 536, "column": 25 } } @@ -289187,15 +296198,15 @@ "binop": null, "updateContext": null }, - "start": 21082, - "end": 21083, + "start": 21483, + "end": 21484, "loc": { "start": { - "line": 526, + "line": 536, "column": 25 }, "end": { - "line": 526, + "line": 536, "column": 26 } } @@ -289212,15 +296223,15 @@ "postfix": false, "binop": null }, - "start": 21084, - "end": 21085, + "start": 21485, + "end": 21486, "loc": { "start": { - "line": 526, + "line": 536, "column": 27 }, "end": { - "line": 526, + "line": 536, "column": 28 } } @@ -289240,15 +296251,15 @@ "updateContext": null }, "value": "this", - "start": 21085, - "end": 21089, + "start": 21486, + "end": 21490, "loc": { "start": { - "line": 526, + "line": 536, "column": 28 }, "end": { - "line": 526, + "line": 536, "column": 32 } } @@ -289266,15 +296277,15 @@ "binop": null, "updateContext": null }, - "start": 21089, - "end": 21090, + "start": 21490, + "end": 21491, "loc": { "start": { - "line": 526, + "line": 536, "column": 32 }, "end": { - "line": 526, + "line": 536, "column": 33 } } @@ -289292,15 +296303,15 @@ "binop": null }, "value": "videoRecorderType", - "start": 21090, - "end": 21107, + "start": 21491, + "end": 21508, "loc": { "start": { - "line": 526, + "line": 536, "column": 33 }, "end": { - "line": 526, + "line": 536, "column": 50 } } @@ -289319,15 +296330,15 @@ "updateContext": null }, "value": "===", - "start": 21108, - "end": 21111, + "start": 21509, + "end": 21512, "loc": { "start": { - "line": 526, + "line": 536, "column": 51 }, "end": { - "line": 526, + "line": 536, "column": 54 } } @@ -289345,15 +296356,15 @@ "binop": null }, "value": "AUTO", - "start": 21112, - "end": 21116, + "start": 21513, + "end": 21517, "loc": { "start": { - "line": 526, + "line": 536, "column": 55 }, "end": { - "line": 526, + "line": 536, "column": 59 } } @@ -289370,15 +296381,15 @@ "postfix": false, "binop": null }, - "start": 21116, - "end": 21117, + "start": 21517, + "end": 21518, "loc": { "start": { - "line": 526, + "line": 536, "column": 59 }, "end": { - "line": 526, + "line": 536, "column": 60 } } @@ -289396,15 +296407,15 @@ "binop": null, "updateContext": null }, - "start": 21118, - "end": 21119, + "start": 21519, + "end": 21520, "loc": { "start": { - "line": 526, + "line": 536, "column": 61 }, "end": { - "line": 526, + "line": 536, "column": 62 } } @@ -289424,15 +296435,15 @@ "updateContext": null }, "value": "true", - "start": 21120, - "end": 21124, + "start": 21521, + "end": 21525, "loc": { "start": { - "line": 526, + "line": 536, "column": 63 }, "end": { - "line": 526, + "line": 536, "column": 67 } } @@ -289450,15 +296461,15 @@ "binop": null, "updateContext": null }, - "start": 21125, - "end": 21126, + "start": 21526, + "end": 21527, "loc": { "start": { - "line": 526, + "line": 536, "column": 68 }, "end": { - "line": 526, + "line": 536, "column": 69 } } @@ -289478,15 +296489,15 @@ "updateContext": null }, "value": "this", - "start": 21127, - "end": 21131, + "start": 21528, + "end": 21532, "loc": { "start": { - "line": 526, + "line": 536, "column": 70 }, "end": { - "line": 526, + "line": 536, "column": 74 } } @@ -289504,15 +296515,15 @@ "binop": null, "updateContext": null }, - "start": 21131, - "end": 21132, + "start": 21532, + "end": 21533, "loc": { "start": { - "line": 526, + "line": 536, "column": 74 }, "end": { - "line": 526, + "line": 536, "column": 75 } } @@ -289530,15 +296541,15 @@ "binop": null }, "value": "videoRecorderType", - "start": 21132, - "end": 21149, + "start": 21533, + "end": 21550, "loc": { "start": { - "line": 526, + "line": 536, "column": 75 }, "end": { - "line": 526, + "line": 536, "column": 92 } } @@ -289555,15 +296566,15 @@ "postfix": false, "binop": null }, - "start": 21166, - "end": 21167, + "start": 21567, + "end": 21568, "loc": { "start": { - "line": 527, + "line": 537, "column": 16 }, "end": { - "line": 527, + "line": 537, "column": 17 } } @@ -289581,15 +296592,15 @@ "binop": null, "updateContext": null }, - "start": 21167, - "end": 21168, + "start": 21568, + "end": 21569, "loc": { "start": { - "line": 527, + "line": 537, "column": 17 }, "end": { - "line": 527, + "line": 537, "column": 18 } } @@ -289607,15 +296618,15 @@ "binop": null }, "value": "navigator", - "start": 21185, - "end": 21194, + "start": 21586, + "end": 21595, "loc": { "start": { - "line": 528, + "line": 538, "column": 16 }, "end": { - "line": 528, + "line": 538, "column": 25 } } @@ -289633,15 +296644,15 @@ "binop": null, "updateContext": null }, - "start": 21194, - "end": 21195, + "start": 21595, + "end": 21596, "loc": { "start": { - "line": 528, + "line": 538, "column": 25 }, "end": { - "line": 528, + "line": 538, "column": 26 } } @@ -289659,15 +296670,15 @@ "binop": null }, "value": "mediaDevices", - "start": 21195, - "end": 21207, + "start": 21596, + "end": 21608, "loc": { "start": { - "line": 528, + "line": 538, "column": 26 }, "end": { - "line": 528, + "line": 538, "column": 38 } } @@ -289685,15 +296696,15 @@ "binop": null, "updateContext": null }, - "start": 21207, - "end": 21208, + "start": 21608, + "end": 21609, "loc": { "start": { - "line": 528, + "line": 538, "column": 38 }, "end": { - "line": 528, + "line": 538, "column": 39 } } @@ -289711,15 +296722,15 @@ "binop": null }, "value": "getUserMedia", - "start": 21208, - "end": 21220, + "start": 21609, + "end": 21621, "loc": { "start": { - "line": 528, + "line": 538, "column": 39 }, "end": { - "line": 528, + "line": 538, "column": 51 } } @@ -289736,15 +296747,15 @@ "postfix": false, "binop": null }, - "start": 21220, - "end": 21221, + "start": 21621, + "end": 21622, "loc": { "start": { - "line": 528, + "line": 538, "column": 51 }, "end": { - "line": 528, + "line": 538, "column": 52 } } @@ -289761,15 +296772,15 @@ "postfix": false, "binop": null }, - "start": 21221, - "end": 21222, + "start": 21622, + "end": 21623, "loc": { "start": { - "line": 528, + "line": 538, "column": 52 }, "end": { - "line": 528, + "line": 538, "column": 53 } } @@ -289787,15 +296798,15 @@ "binop": null }, "value": "audio", - "start": 21243, - "end": 21248, + "start": 21644, + "end": 21649, "loc": { "start": { - "line": 529, + "line": 539, "column": 20 }, "end": { - "line": 529, + "line": 539, "column": 25 } } @@ -289813,15 +296824,15 @@ "binop": null, "updateContext": null }, - "start": 21248, - "end": 21249, + "start": 21649, + "end": 21650, "loc": { "start": { - "line": 529, + "line": 539, "column": 25 }, "end": { - "line": 529, + "line": 539, "column": 26 } } @@ -289841,15 +296852,15 @@ "updateContext": null }, "value": "this", - "start": 21250, - "end": 21254, + "start": 21651, + "end": 21655, "loc": { "start": { - "line": 529, + "line": 539, "column": 27 }, "end": { - "line": 529, + "line": 539, "column": 31 } } @@ -289867,15 +296878,15 @@ "binop": null, "updateContext": null }, - "start": 21254, - "end": 21255, + "start": 21655, + "end": 21656, "loc": { "start": { - "line": 529, + "line": 539, "column": 31 }, "end": { - "line": 529, + "line": 539, "column": 32 } } @@ -289893,15 +296904,15 @@ "binop": null }, "value": "recordAudio", - "start": 21255, - "end": 21266, + "start": 21656, + "end": 21667, "loc": { "start": { - "line": 529, + "line": 539, "column": 32 }, "end": { - "line": 529, + "line": 539, "column": 43 } } @@ -289919,15 +296930,15 @@ "binop": null, "updateContext": null }, - "start": 21266, - "end": 21267, + "start": 21667, + "end": 21668, "loc": { "start": { - "line": 529, + "line": 539, "column": 43 }, "end": { - "line": 529, + "line": 539, "column": 44 } } @@ -289945,15 +296956,15 @@ "binop": null }, "value": "video", - "start": 21288, - "end": 21293, + "start": 21689, + "end": 21694, "loc": { "start": { - "line": 530, + "line": 540, "column": 20 }, "end": { - "line": 530, + "line": 540, "column": 25 } } @@ -289971,15 +296982,15 @@ "binop": null, "updateContext": null }, - "start": 21293, - "end": 21294, + "start": 21694, + "end": 21695, "loc": { "start": { - "line": 530, + "line": 540, "column": 25 }, "end": { - "line": 530, + "line": 540, "column": 26 } } @@ -289999,15 +297010,15 @@ "updateContext": null }, "value": "this", - "start": 21295, - "end": 21299, + "start": 21696, + "end": 21700, "loc": { "start": { - "line": 530, + "line": 540, "column": 27 }, "end": { - "line": 530, + "line": 540, "column": 31 } } @@ -290025,15 +297036,15 @@ "binop": null, "updateContext": null }, - "start": 21299, - "end": 21300, + "start": 21700, + "end": 21701, "loc": { "start": { - "line": 530, + "line": 540, "column": 31 }, "end": { - "line": 530, + "line": 540, "column": 32 } } @@ -290051,15 +297062,15 @@ "binop": null }, "value": "recordVideo", - "start": 21300, - "end": 21311, + "start": 21701, + "end": 21712, "loc": { "start": { - "line": 530, + "line": 540, "column": 32 }, "end": { - "line": 530, + "line": 540, "column": 43 } } @@ -290076,15 +297087,15 @@ "postfix": false, "binop": null }, - "start": 21328, - "end": 21329, + "start": 21729, + "end": 21730, "loc": { "start": { - "line": 531, + "line": 541, "column": 16 }, "end": { - "line": 531, + "line": 541, "column": 17 } } @@ -290101,15 +297112,15 @@ "postfix": false, "binop": null }, - "start": 21329, - "end": 21330, + "start": 21730, + "end": 21731, "loc": { "start": { - "line": 531, + "line": 541, "column": 17 }, "end": { - "line": 531, + "line": 541, "column": 18 } } @@ -290127,15 +297138,15 @@ "binop": null, "updateContext": null }, - "start": 21330, - "end": 21331, + "start": 21731, + "end": 21732, "loc": { "start": { - "line": 531, + "line": 541, "column": 18 }, "end": { - "line": 531, + "line": 541, "column": 19 } } @@ -290153,15 +297164,15 @@ "binop": null }, "value": "then", - "start": 21331, - "end": 21335, + "start": 21732, + "end": 21736, "loc": { "start": { - "line": 531, + "line": 541, "column": 19 }, "end": { - "line": 531, + "line": 541, "column": 23 } } @@ -290178,15 +297189,15 @@ "postfix": false, "binop": null }, - "start": 21335, - "end": 21336, + "start": 21736, + "end": 21737, "loc": { "start": { - "line": 531, + "line": 541, "column": 23 }, "end": { - "line": 531, + "line": 541, "column": 24 } } @@ -290206,15 +297217,15 @@ "updateContext": null }, "value": "this", - "start": 21357, - "end": 21361, + "start": 21758, + "end": 21762, "loc": { "start": { - "line": 532, + "line": 542, "column": 20 }, "end": { - "line": 532, + "line": 542, "column": 24 } } @@ -290232,15 +297243,15 @@ "binop": null, "updateContext": null }, - "start": 21361, - "end": 21362, + "start": 21762, + "end": 21763, "loc": { "start": { - "line": 532, + "line": 542, "column": 24 }, "end": { - "line": 532, + "line": 542, "column": 25 } } @@ -290258,15 +297269,15 @@ "binop": null }, "value": "onDeviceReady", - "start": 21362, - "end": 21375, + "start": 21763, + "end": 21776, "loc": { "start": { - "line": 532, + "line": 542, "column": 25 }, "end": { - "line": 532, + "line": 542, "column": 38 } } @@ -290284,15 +297295,15 @@ "binop": null, "updateContext": null }, - "start": 21375, - "end": 21376, + "start": 21776, + "end": 21777, "loc": { "start": { - "line": 532, + "line": 542, "column": 38 }, "end": { - "line": 532, + "line": 542, "column": 39 } } @@ -290310,15 +297321,15 @@ "binop": null }, "value": "bind", - "start": 21376, - "end": 21380, + "start": 21777, + "end": 21781, "loc": { "start": { - "line": 532, + "line": 542, "column": 39 }, "end": { - "line": 532, + "line": 542, "column": 43 } } @@ -290335,15 +297346,15 @@ "postfix": false, "binop": null }, - "start": 21380, - "end": 21381, + "start": 21781, + "end": 21782, "loc": { "start": { - "line": 532, + "line": 542, "column": 43 }, "end": { - "line": 532, + "line": 542, "column": 44 } } @@ -290363,15 +297374,15 @@ "updateContext": null }, "value": "this", - "start": 21381, - "end": 21385, + "start": 21782, + "end": 21786, "loc": { "start": { - "line": 532, + "line": 542, "column": 44 }, "end": { - "line": 532, + "line": 542, "column": 48 } } @@ -290388,15 +297399,15 @@ "postfix": false, "binop": null }, - "start": 21385, - "end": 21386, + "start": 21786, + "end": 21787, "loc": { "start": { - "line": 532, + "line": 542, "column": 48 }, "end": { - "line": 532, + "line": 542, "column": 49 } } @@ -290413,15 +297424,15 @@ "postfix": false, "binop": null }, - "start": 21403, - "end": 21404, + "start": 21804, + "end": 21805, "loc": { "start": { - "line": 533, + "line": 543, "column": 16 }, "end": { - "line": 533, + "line": 543, "column": 17 } } @@ -290439,15 +297450,15 @@ "binop": null, "updateContext": null }, - "start": 21404, - "end": 21405, + "start": 21805, + "end": 21806, "loc": { "start": { - "line": 533, + "line": 543, "column": 17 }, "end": { - "line": 533, + "line": 543, "column": 18 } } @@ -290467,15 +297478,15 @@ "updateContext": null }, "value": "catch", - "start": 21405, - "end": 21410, + "start": 21806, + "end": 21811, "loc": { "start": { - "line": 533, + "line": 543, "column": 18 }, "end": { - "line": 533, + "line": 543, "column": 23 } } @@ -290492,15 +297503,15 @@ "postfix": false, "binop": null }, - "start": 21410, - "end": 21411, + "start": 21811, + "end": 21812, "loc": { "start": { - "line": 533, + "line": 543, "column": 23 }, "end": { - "line": 533, + "line": 543, "column": 24 } } @@ -290520,15 +297531,15 @@ "updateContext": null }, "value": "this", - "start": 21432, - "end": 21436, + "start": 21833, + "end": 21837, "loc": { "start": { - "line": 534, + "line": 544, "column": 20 }, "end": { - "line": 534, + "line": 544, "column": 24 } } @@ -290546,15 +297557,15 @@ "binop": null, "updateContext": null }, - "start": 21436, - "end": 21437, + "start": 21837, + "end": 21838, "loc": { "start": { - "line": 534, + "line": 544, "column": 24 }, "end": { - "line": 534, + "line": 544, "column": 25 } } @@ -290572,15 +297583,15 @@ "binop": null }, "value": "onDeviceError", - "start": 21437, - "end": 21450, + "start": 21838, + "end": 21851, "loc": { "start": { - "line": 534, + "line": 544, "column": 25 }, "end": { - "line": 534, + "line": 544, "column": 38 } } @@ -290598,15 +297609,15 @@ "binop": null, "updateContext": null }, - "start": 21450, - "end": 21451, + "start": 21851, + "end": 21852, "loc": { "start": { - "line": 534, + "line": 544, "column": 38 }, "end": { - "line": 534, + "line": 544, "column": 39 } } @@ -290624,15 +297635,15 @@ "binop": null }, "value": "bind", - "start": 21451, - "end": 21455, + "start": 21852, + "end": 21856, "loc": { "start": { - "line": 534, + "line": 544, "column": 39 }, "end": { - "line": 534, + "line": 544, "column": 43 } } @@ -290649,15 +297660,15 @@ "postfix": false, "binop": null }, - "start": 21455, - "end": 21456, + "start": 21856, + "end": 21857, "loc": { "start": { - "line": 534, + "line": 544, "column": 43 }, "end": { - "line": 534, + "line": 544, "column": 44 } } @@ -290677,15 +297688,15 @@ "updateContext": null }, "value": "this", - "start": 21456, - "end": 21460, + "start": 21857, + "end": 21861, "loc": { "start": { - "line": 534, + "line": 544, "column": 44 }, "end": { - "line": 534, + "line": 544, "column": 48 } } @@ -290702,15 +297713,15 @@ "postfix": false, "binop": null }, - "start": 21460, - "end": 21461, + "start": 21861, + "end": 21862, "loc": { "start": { - "line": 534, + "line": 544, "column": 48 }, "end": { - "line": 534, + "line": 544, "column": 49 } } @@ -290727,15 +297738,15 @@ "postfix": false, "binop": null }, - "start": 21478, - "end": 21479, + "start": 21879, + "end": 21880, "loc": { "start": { - "line": 535, + "line": 545, "column": 16 }, "end": { - "line": 535, + "line": 545, "column": 17 } } @@ -290753,15 +297764,15 @@ "binop": null, "updateContext": null }, - "start": 21479, - "end": 21480, + "start": 21880, + "end": 21881, "loc": { "start": { - "line": 535, + "line": 545, "column": 17 }, "end": { - "line": 535, + "line": 545, "column": 18 } } @@ -290781,15 +297792,15 @@ "updateContext": null }, "value": "break", - "start": 21497, - "end": 21502, + "start": 21898, + "end": 21903, "loc": { "start": { - "line": 536, + "line": 546, "column": 16 }, "end": { - "line": 536, + "line": 546, "column": 21 } } @@ -290807,15 +297818,15 @@ "binop": null, "updateContext": null }, - "start": 21502, - "end": 21503, + "start": 21903, + "end": 21904, "loc": { "start": { - "line": 536, + "line": 546, "column": 21 }, "end": { - "line": 536, + "line": 546, "column": 22 } } @@ -290835,15 +297846,15 @@ "updateContext": null }, "value": "case", - "start": 21517, - "end": 21521, + "start": 21918, + "end": 21922, "loc": { "start": { - "line": 538, + "line": 548, "column": 12 }, "end": { - "line": 538, + "line": 548, "column": 16 } } @@ -290861,15 +297872,15 @@ "binop": null }, "value": "ANIMATION", - "start": 21522, - "end": 21531, + "start": 21923, + "end": 21932, "loc": { "start": { - "line": 538, + "line": 548, "column": 17 }, "end": { - "line": 538, + "line": 548, "column": 26 } } @@ -290887,15 +297898,15 @@ "binop": null, "updateContext": null }, - "start": 21531, - "end": 21532, + "start": 21932, + "end": 21933, "loc": { "start": { - "line": 538, + "line": 548, "column": 26 }, "end": { - "line": 538, + "line": 548, "column": 27 } } @@ -290903,15 +297914,15 @@ { "type": "CommentLine", "value": " setup camera", - "start": 21549, - "end": 21564, + "start": 21950, + "end": 21965, "loc": { "start": { - "line": 539, + "line": 549, "column": 16 }, "end": { - "line": 539, + "line": 549, "column": 31 } } @@ -290931,15 +297942,15 @@ "updateContext": null }, "value": "this", - "start": 21581, - "end": 21585, + "start": 21982, + "end": 21986, "loc": { "start": { - "line": 540, + "line": 550, "column": 16 }, "end": { - "line": 540, + "line": 550, "column": 20 } } @@ -290957,15 +297968,15 @@ "binop": null, "updateContext": null }, - "start": 21585, - "end": 21586, + "start": 21986, + "end": 21987, "loc": { "start": { - "line": 540, + "line": 550, "column": 20 }, "end": { - "line": 540, + "line": 550, "column": 21 } } @@ -290983,15 +297994,15 @@ "binop": null }, "value": "mediaType", - "start": 21586, - "end": 21595, + "start": 21987, + "end": 21996, "loc": { "start": { - "line": 540, + "line": 550, "column": 21 }, "end": { - "line": 540, + "line": 550, "column": 30 } } @@ -291010,15 +298021,15 @@ "updateContext": null }, "value": "=", - "start": 21596, - "end": 21597, + "start": 21997, + "end": 21998, "loc": { "start": { - "line": 540, + "line": 550, "column": 31 }, "end": { - "line": 540, + "line": 550, "column": 32 } } @@ -291035,15 +298046,15 @@ "postfix": false, "binop": null }, - "start": 21598, - "end": 21599, + "start": 21999, + "end": 22000, "loc": { "start": { - "line": 540, + "line": 550, "column": 33 }, "end": { - "line": 540, + "line": 550, "column": 34 } } @@ -291051,15 +298062,15 @@ { "type": "CommentLine", "value": " animated GIF", - "start": 21620, - "end": 21635, + "start": 22021, + "end": 22036, "loc": { "start": { - "line": 541, + "line": 551, "column": 20 }, "end": { - "line": 541, + "line": 551, "column": 35 } } @@ -291077,15 +298088,15 @@ "binop": null }, "value": "audio", - "start": 21656, - "end": 21661, + "start": 22057, + "end": 22062, "loc": { "start": { - "line": 542, + "line": 552, "column": 20 }, "end": { - "line": 542, + "line": 552, "column": 25 } } @@ -291103,15 +298114,15 @@ "binop": null, "updateContext": null }, - "start": 21661, - "end": 21662, + "start": 22062, + "end": 22063, "loc": { "start": { - "line": 542, + "line": 552, "column": 25 }, "end": { - "line": 542, + "line": 552, "column": 26 } } @@ -291131,15 +298142,15 @@ "updateContext": null }, "value": "false", - "start": 21663, - "end": 21668, + "start": 22064, + "end": 22069, "loc": { "start": { - "line": 542, + "line": 552, "column": 27 }, "end": { - "line": 542, + "line": 552, "column": 32 } } @@ -291157,15 +298168,15 @@ "binop": null, "updateContext": null }, - "start": 21668, - "end": 21669, + "start": 22069, + "end": 22070, "loc": { "start": { - "line": 542, + "line": 552, "column": 32 }, "end": { - "line": 542, + "line": 552, "column": 33 } } @@ -291183,15 +298194,15 @@ "binop": null }, "value": "video", - "start": 21690, - "end": 21695, + "start": 22091, + "end": 22096, "loc": { "start": { - "line": 543, + "line": 553, "column": 20 }, "end": { - "line": 543, + "line": 553, "column": 25 } } @@ -291209,15 +298220,15 @@ "binop": null, "updateContext": null }, - "start": 21695, - "end": 21696, + "start": 22096, + "end": 22097, "loc": { "start": { - "line": 543, + "line": 553, "column": 25 }, "end": { - "line": 543, + "line": 553, "column": 26 } } @@ -291237,15 +298248,15 @@ "updateContext": null }, "value": "false", - "start": 21697, - "end": 21702, + "start": 22098, + "end": 22103, "loc": { "start": { - "line": 543, + "line": 553, "column": 27 }, "end": { - "line": 543, + "line": 553, "column": 32 } } @@ -291263,15 +298274,15 @@ "binop": null, "updateContext": null }, - "start": 21702, - "end": 21703, + "start": 22103, + "end": 22104, "loc": { "start": { - "line": 543, + "line": 553, "column": 32 }, "end": { - "line": 543, + "line": 553, "column": 33 } } @@ -291289,15 +298300,15 @@ "binop": null }, "value": "gif", - "start": 21724, - "end": 21727, + "start": 22125, + "end": 22128, "loc": { "start": { - "line": 544, + "line": 554, "column": 20 }, "end": { - "line": 544, + "line": 554, "column": 23 } } @@ -291315,15 +298326,15 @@ "binop": null, "updateContext": null }, - "start": 21727, - "end": 21728, + "start": 22128, + "end": 22129, "loc": { "start": { - "line": 544, + "line": 554, "column": 23 }, "end": { - "line": 544, + "line": 554, "column": 24 } } @@ -291343,15 +298354,15 @@ "updateContext": null }, "value": "true", - "start": 21729, - "end": 21733, + "start": 22130, + "end": 22134, "loc": { "start": { - "line": 544, + "line": 554, "column": 25 }, "end": { - "line": 544, + "line": 554, "column": 29 } } @@ -291368,15 +298379,15 @@ "postfix": false, "binop": null }, - "start": 21750, - "end": 21751, + "start": 22151, + "end": 22152, "loc": { "start": { - "line": 545, + "line": 555, "column": 16 }, "end": { - "line": 545, + "line": 555, "column": 17 } } @@ -291394,15 +298405,15 @@ "binop": null, "updateContext": null }, - "start": 21751, - "end": 21752, + "start": 22152, + "end": 22153, "loc": { "start": { - "line": 545, + "line": 555, "column": 17 }, "end": { - "line": 545, + "line": 555, "column": 18 } } @@ -291420,15 +298431,15 @@ "binop": null }, "value": "navigator", - "start": 21769, - "end": 21778, + "start": 22170, + "end": 22179, "loc": { "start": { - "line": 546, + "line": 556, "column": 16 }, "end": { - "line": 546, + "line": 556, "column": 25 } } @@ -291446,15 +298457,15 @@ "binop": null, "updateContext": null }, - "start": 21778, - "end": 21779, + "start": 22179, + "end": 22180, "loc": { "start": { - "line": 546, + "line": 556, "column": 25 }, "end": { - "line": 546, + "line": 556, "column": 26 } } @@ -291472,15 +298483,15 @@ "binop": null }, "value": "mediaDevices", - "start": 21779, - "end": 21791, + "start": 22180, + "end": 22192, "loc": { "start": { - "line": 546, + "line": 556, "column": 26 }, "end": { - "line": 546, + "line": 556, "column": 38 } } @@ -291498,15 +298509,15 @@ "binop": null, "updateContext": null }, - "start": 21791, - "end": 21792, + "start": 22192, + "end": 22193, "loc": { "start": { - "line": 546, + "line": 556, "column": 38 }, "end": { - "line": 546, + "line": 556, "column": 39 } } @@ -291524,15 +298535,15 @@ "binop": null }, "value": "getUserMedia", - "start": 21792, - "end": 21804, + "start": 22193, + "end": 22205, "loc": { "start": { - "line": 546, + "line": 556, "column": 39 }, "end": { - "line": 546, + "line": 556, "column": 51 } } @@ -291549,15 +298560,15 @@ "postfix": false, "binop": null }, - "start": 21804, - "end": 21805, + "start": 22205, + "end": 22206, "loc": { "start": { - "line": 546, + "line": 556, "column": 51 }, "end": { - "line": 546, + "line": 556, "column": 52 } } @@ -291574,15 +298585,15 @@ "postfix": false, "binop": null }, - "start": 21805, - "end": 21806, + "start": 22206, + "end": 22207, "loc": { "start": { - "line": 546, + "line": 556, "column": 52 }, "end": { - "line": 546, + "line": 556, "column": 53 } } @@ -291600,15 +298611,15 @@ "binop": null }, "value": "audio", - "start": 21827, - "end": 21832, + "start": 22228, + "end": 22233, "loc": { "start": { - "line": 547, + "line": 557, "column": 20 }, "end": { - "line": 547, + "line": 557, "column": 25 } } @@ -291626,15 +298637,15 @@ "binop": null, "updateContext": null }, - "start": 21832, - "end": 21833, + "start": 22233, + "end": 22234, "loc": { "start": { - "line": 547, + "line": 557, "column": 25 }, "end": { - "line": 547, + "line": 557, "column": 26 } } @@ -291654,15 +298665,15 @@ "updateContext": null }, "value": "false", - "start": 21834, - "end": 21839, + "start": 22235, + "end": 22240, "loc": { "start": { - "line": 547, + "line": 557, "column": 27 }, "end": { - "line": 547, + "line": 557, "column": 32 } } @@ -291680,15 +298691,15 @@ "binop": null, "updateContext": null }, - "start": 21839, - "end": 21840, + "start": 22240, + "end": 22241, "loc": { "start": { - "line": 547, + "line": 557, "column": 32 }, "end": { - "line": 547, + "line": 557, "column": 33 } } @@ -291706,15 +298717,15 @@ "binop": null }, "value": "video", - "start": 21861, - "end": 21866, + "start": 22262, + "end": 22267, "loc": { "start": { - "line": 548, + "line": 558, "column": 20 }, "end": { - "line": 548, + "line": 558, "column": 25 } } @@ -291732,15 +298743,15 @@ "binop": null, "updateContext": null }, - "start": 21866, - "end": 21867, + "start": 22267, + "end": 22268, "loc": { "start": { - "line": 548, + "line": 558, "column": 25 }, "end": { - "line": 548, + "line": 558, "column": 26 } } @@ -291760,15 +298771,15 @@ "updateContext": null }, "value": "this", - "start": 21868, - "end": 21872, + "start": 22269, + "end": 22273, "loc": { "start": { - "line": 548, + "line": 558, "column": 27 }, "end": { - "line": 548, + "line": 558, "column": 31 } } @@ -291786,15 +298797,15 @@ "binop": null, "updateContext": null }, - "start": 21872, - "end": 21873, + "start": 22273, + "end": 22274, "loc": { "start": { - "line": 548, + "line": 558, "column": 31 }, "end": { - "line": 548, + "line": 558, "column": 32 } } @@ -291812,15 +298823,15 @@ "binop": null }, "value": "recordAnimation", - "start": 21873, - "end": 21888, + "start": 22274, + "end": 22289, "loc": { "start": { - "line": 548, + "line": 558, "column": 32 }, "end": { - "line": 548, + "line": 558, "column": 47 } } @@ -291837,15 +298848,15 @@ "postfix": false, "binop": null }, - "start": 21905, - "end": 21906, + "start": 22306, + "end": 22307, "loc": { "start": { - "line": 549, + "line": 559, "column": 16 }, "end": { - "line": 549, + "line": 559, "column": 17 } } @@ -291862,15 +298873,15 @@ "postfix": false, "binop": null }, - "start": 21906, - "end": 21907, + "start": 22307, + "end": 22308, "loc": { "start": { - "line": 549, + "line": 559, "column": 17 }, "end": { - "line": 549, + "line": 559, "column": 18 } } @@ -291888,15 +298899,15 @@ "binop": null, "updateContext": null }, - "start": 21907, - "end": 21908, + "start": 22308, + "end": 22309, "loc": { "start": { - "line": 549, + "line": 559, "column": 18 }, "end": { - "line": 549, + "line": 559, "column": 19 } } @@ -291914,15 +298925,15 @@ "binop": null }, "value": "then", - "start": 21908, - "end": 21912, + "start": 22309, + "end": 22313, "loc": { "start": { - "line": 549, + "line": 559, "column": 19 }, "end": { - "line": 549, + "line": 559, "column": 23 } } @@ -291939,15 +298950,15 @@ "postfix": false, "binop": null }, - "start": 21912, - "end": 21913, + "start": 22313, + "end": 22314, "loc": { "start": { - "line": 549, + "line": 559, "column": 23 }, "end": { - "line": 549, + "line": 559, "column": 24 } } @@ -291967,15 +298978,15 @@ "updateContext": null }, "value": "this", - "start": 21934, - "end": 21938, + "start": 22335, + "end": 22339, "loc": { "start": { - "line": 550, + "line": 560, "column": 20 }, "end": { - "line": 550, + "line": 560, "column": 24 } } @@ -291993,15 +299004,15 @@ "binop": null, "updateContext": null }, - "start": 21938, - "end": 21939, + "start": 22339, + "end": 22340, "loc": { "start": { - "line": 550, + "line": 560, "column": 24 }, "end": { - "line": 550, + "line": 560, "column": 25 } } @@ -292019,15 +299030,15 @@ "binop": null }, "value": "onDeviceReady", - "start": 21939, - "end": 21952, + "start": 22340, + "end": 22353, "loc": { "start": { - "line": 550, + "line": 560, "column": 25 }, "end": { - "line": 550, + "line": 560, "column": 38 } } @@ -292045,15 +299056,15 @@ "binop": null, "updateContext": null }, - "start": 21952, - "end": 21953, + "start": 22353, + "end": 22354, "loc": { "start": { - "line": 550, + "line": 560, "column": 38 }, "end": { - "line": 550, + "line": 560, "column": 39 } } @@ -292071,15 +299082,15 @@ "binop": null }, "value": "bind", - "start": 21953, - "end": 21957, + "start": 22354, + "end": 22358, "loc": { "start": { - "line": 550, + "line": 560, "column": 39 }, "end": { - "line": 550, + "line": 560, "column": 43 } } @@ -292096,15 +299107,15 @@ "postfix": false, "binop": null }, - "start": 21957, - "end": 21958, + "start": 22358, + "end": 22359, "loc": { "start": { - "line": 550, + "line": 560, "column": 43 }, "end": { - "line": 550, + "line": 560, "column": 44 } } @@ -292124,15 +299135,15 @@ "updateContext": null }, "value": "this", - "start": 21958, - "end": 21962, + "start": 22359, + "end": 22363, "loc": { "start": { - "line": 550, + "line": 560, "column": 44 }, "end": { - "line": 550, + "line": 560, "column": 48 } } @@ -292149,15 +299160,15 @@ "postfix": false, "binop": null }, - "start": 21962, - "end": 21963, + "start": 22363, + "end": 22364, "loc": { "start": { - "line": 550, + "line": 560, "column": 48 }, "end": { - "line": 550, + "line": 560, "column": 49 } } @@ -292174,15 +299185,15 @@ "postfix": false, "binop": null }, - "start": 21980, - "end": 21981, + "start": 22381, + "end": 22382, "loc": { "start": { - "line": 551, + "line": 561, "column": 16 }, "end": { - "line": 551, + "line": 561, "column": 17 } } @@ -292200,15 +299211,15 @@ "binop": null, "updateContext": null }, - "start": 21981, - "end": 21982, + "start": 22382, + "end": 22383, "loc": { "start": { - "line": 551, + "line": 561, "column": 17 }, "end": { - "line": 551, + "line": 561, "column": 18 } } @@ -292228,15 +299239,15 @@ "updateContext": null }, "value": "catch", - "start": 21982, - "end": 21987, + "start": 22383, + "end": 22388, "loc": { "start": { - "line": 551, + "line": 561, "column": 18 }, "end": { - "line": 551, + "line": 561, "column": 23 } } @@ -292253,15 +299264,15 @@ "postfix": false, "binop": null }, - "start": 21987, - "end": 21988, + "start": 22388, + "end": 22389, "loc": { "start": { - "line": 551, + "line": 561, "column": 23 }, "end": { - "line": 551, + "line": 561, "column": 24 } } @@ -292281,15 +299292,15 @@ "updateContext": null }, "value": "this", - "start": 22009, - "end": 22013, + "start": 22410, + "end": 22414, "loc": { "start": { - "line": 552, + "line": 562, "column": 20 }, "end": { - "line": 552, + "line": 562, "column": 24 } } @@ -292307,15 +299318,15 @@ "binop": null, "updateContext": null }, - "start": 22013, - "end": 22014, + "start": 22414, + "end": 22415, "loc": { "start": { - "line": 552, + "line": 562, "column": 24 }, "end": { - "line": 552, + "line": 562, "column": 25 } } @@ -292333,15 +299344,15 @@ "binop": null }, "value": "onDeviceError", - "start": 22014, - "end": 22027, + "start": 22415, + "end": 22428, "loc": { "start": { - "line": 552, + "line": 562, "column": 25 }, "end": { - "line": 552, + "line": 562, "column": 38 } } @@ -292359,15 +299370,15 @@ "binop": null, "updateContext": null }, - "start": 22027, - "end": 22028, + "start": 22428, + "end": 22429, "loc": { "start": { - "line": 552, + "line": 562, "column": 38 }, "end": { - "line": 552, + "line": 562, "column": 39 } } @@ -292385,15 +299396,15 @@ "binop": null }, "value": "bind", - "start": 22028, - "end": 22032, + "start": 22429, + "end": 22433, "loc": { "start": { - "line": 552, + "line": 562, "column": 39 }, "end": { - "line": 552, + "line": 562, "column": 43 } } @@ -292410,15 +299421,15 @@ "postfix": false, "binop": null }, - "start": 22032, - "end": 22033, + "start": 22433, + "end": 22434, "loc": { "start": { - "line": 552, + "line": 562, "column": 43 }, "end": { - "line": 552, + "line": 562, "column": 44 } } @@ -292438,15 +299449,15 @@ "updateContext": null }, "value": "this", - "start": 22033, - "end": 22037, + "start": 22434, + "end": 22438, "loc": { "start": { - "line": 552, + "line": 562, "column": 44 }, "end": { - "line": 552, + "line": 562, "column": 48 } } @@ -292463,15 +299474,15 @@ "postfix": false, "binop": null }, - "start": 22037, - "end": 22038, + "start": 22438, + "end": 22439, "loc": { "start": { - "line": 552, + "line": 562, "column": 48 }, "end": { - "line": 552, + "line": 562, "column": 49 } } @@ -292488,15 +299499,15 @@ "postfix": false, "binop": null }, - "start": 22055, - "end": 22056, + "start": 22456, + "end": 22457, "loc": { "start": { - "line": 553, + "line": 563, "column": 16 }, "end": { - "line": 553, + "line": 563, "column": 17 } } @@ -292514,15 +299525,15 @@ "binop": null, "updateContext": null }, - "start": 22056, - "end": 22057, + "start": 22457, + "end": 22458, "loc": { "start": { - "line": 553, + "line": 563, "column": 17 }, "end": { - "line": 553, + "line": 563, "column": 18 } } @@ -292542,15 +299553,15 @@ "updateContext": null }, "value": "break", - "start": 22074, - "end": 22079, + "start": 22475, + "end": 22480, "loc": { "start": { - "line": 554, + "line": 564, "column": 16 }, "end": { - "line": 554, + "line": 564, "column": 21 } } @@ -292568,15 +299579,15 @@ "binop": null, "updateContext": null }, - "start": 22079, - "end": 22080, + "start": 22480, + "end": 22481, "loc": { "start": { - "line": 554, + "line": 564, "column": 21 }, "end": { - "line": 554, + "line": 564, "column": 22 } } @@ -292596,15 +299607,15 @@ "updateContext": null }, "value": "case", - "start": 22094, - "end": 22098, + "start": 22495, + "end": 22499, "loc": { "start": { - "line": 556, + "line": 566, "column": 12 }, "end": { - "line": 556, + "line": 566, "column": 16 } } @@ -292622,15 +299633,15 @@ "binop": null }, "value": "SCREEN_ONLY", - "start": 22099, - "end": 22110, + "start": 22500, + "end": 22511, "loc": { "start": { - "line": 556, + "line": 566, "column": 17 }, "end": { - "line": 556, + "line": 566, "column": 28 } } @@ -292648,15 +299659,15 @@ "binop": null, "updateContext": null }, - "start": 22110, - "end": 22111, + "start": 22511, + "end": 22512, "loc": { "start": { - "line": 556, + "line": 566, "column": 28 }, "end": { - "line": 556, + "line": 566, "column": 29 } } @@ -292664,15 +299675,15 @@ { "type": "CommentLine", "value": " setup screen", - "start": 22128, - "end": 22143, + "start": 22529, + "end": 22544, "loc": { "start": { - "line": 557, + "line": 567, "column": 16 }, "end": { - "line": 557, + "line": 567, "column": 31 } } @@ -292692,15 +299703,15 @@ "updateContext": null }, "value": "this", - "start": 22160, - "end": 22164, + "start": 22561, + "end": 22565, "loc": { "start": { - "line": 558, + "line": 568, "column": 16 }, "end": { - "line": 558, + "line": 568, "column": 20 } } @@ -292718,15 +299729,15 @@ "binop": null, "updateContext": null }, - "start": 22164, - "end": 22165, + "start": 22565, + "end": 22566, "loc": { "start": { - "line": 558, + "line": 568, "column": 20 }, "end": { - "line": 558, + "line": 568, "column": 21 } } @@ -292744,15 +299755,15 @@ "binop": null }, "value": "mediaType", - "start": 22165, - "end": 22174, + "start": 22566, + "end": 22575, "loc": { "start": { - "line": 558, + "line": 568, "column": 21 }, "end": { - "line": 558, + "line": 568, "column": 30 } } @@ -292771,15 +299782,15 @@ "updateContext": null }, "value": "=", - "start": 22175, - "end": 22176, + "start": 22576, + "end": 22577, "loc": { "start": { - "line": 558, + "line": 568, "column": 31 }, "end": { - "line": 558, + "line": 568, "column": 32 } } @@ -292796,15 +299807,15 @@ "postfix": false, "binop": null }, - "start": 22177, - "end": 22178, + "start": 22578, + "end": 22579, "loc": { "start": { - "line": 558, + "line": 568, "column": 33 }, "end": { - "line": 558, + "line": 568, "column": 34 } } @@ -292812,15 +299823,15 @@ { "type": "CommentLine", "value": " screen capture", - "start": 22199, - "end": 22216, + "start": 22600, + "end": 22617, "loc": { "start": { - "line": 559, + "line": 569, "column": 20 }, "end": { - "line": 559, + "line": 569, "column": 37 } } @@ -292838,15 +299849,15 @@ "binop": null }, "value": "audio", - "start": 22237, - "end": 22242, + "start": 22638, + "end": 22643, "loc": { "start": { - "line": 560, + "line": 570, "column": 20 }, "end": { - "line": 560, + "line": 570, "column": 25 } } @@ -292864,15 +299875,15 @@ "binop": null, "updateContext": null }, - "start": 22242, - "end": 22243, + "start": 22643, + "end": 22644, "loc": { "start": { - "line": 560, + "line": 570, "column": 25 }, "end": { - "line": 560, + "line": 570, "column": 26 } } @@ -292892,15 +299903,15 @@ "updateContext": null }, "value": "false", - "start": 22244, - "end": 22249, + "start": 22645, + "end": 22650, "loc": { "start": { - "line": 560, + "line": 570, "column": 27 }, "end": { - "line": 560, + "line": 570, "column": 32 } } @@ -292918,15 +299929,15 @@ "binop": null, "updateContext": null }, - "start": 22249, - "end": 22250, + "start": 22650, + "end": 22651, "loc": { "start": { - "line": 560, + "line": 570, "column": 32 }, "end": { - "line": 560, + "line": 570, "column": 33 } } @@ -292944,15 +299955,15 @@ "binop": null }, "value": "video", - "start": 22271, - "end": 22276, + "start": 22672, + "end": 22677, "loc": { "start": { - "line": 561, + "line": 571, "column": 20 }, "end": { - "line": 561, + "line": 571, "column": 25 } } @@ -292970,15 +299981,15 @@ "binop": null, "updateContext": null }, - "start": 22276, - "end": 22277, + "start": 22677, + "end": 22678, "loc": { "start": { - "line": 561, + "line": 571, "column": 25 }, "end": { - "line": 561, + "line": 571, "column": 26 } } @@ -292998,15 +300009,15 @@ "updateContext": null }, "value": "false", - "start": 22278, - "end": 22283, + "start": 22679, + "end": 22684, "loc": { "start": { - "line": 561, + "line": 571, "column": 27 }, "end": { - "line": 561, + "line": 571, "column": 32 } } @@ -293024,15 +300035,15 @@ "binop": null, "updateContext": null }, - "start": 22283, - "end": 22284, + "start": 22684, + "end": 22685, "loc": { "start": { - "line": 561, + "line": 571, "column": 32 }, "end": { - "line": 561, + "line": 571, "column": 33 } } @@ -293050,15 +300061,15 @@ "binop": null }, "value": "screen", - "start": 22305, - "end": 22311, + "start": 22706, + "end": 22712, "loc": { "start": { - "line": 562, + "line": 572, "column": 20 }, "end": { - "line": 562, + "line": 572, "column": 26 } } @@ -293076,15 +300087,15 @@ "binop": null, "updateContext": null }, - "start": 22311, - "end": 22312, + "start": 22712, + "end": 22713, "loc": { "start": { - "line": 562, + "line": 572, "column": 26 }, "end": { - "line": 562, + "line": 572, "column": 27 } } @@ -293104,15 +300115,15 @@ "updateContext": null }, "value": "true", - "start": 22313, - "end": 22317, + "start": 22714, + "end": 22718, "loc": { "start": { - "line": 562, + "line": 572, "column": 28 }, "end": { - "line": 562, + "line": 572, "column": 32 } } @@ -293130,15 +300141,15 @@ "binop": null, "updateContext": null }, - "start": 22317, - "end": 22318, + "start": 22718, + "end": 22719, "loc": { "start": { - "line": 562, + "line": 572, "column": 32 }, "end": { - "line": 562, + "line": 572, "column": 33 } } @@ -293156,15 +300167,15 @@ "binop": null }, "value": "gif", - "start": 22339, - "end": 22342, + "start": 22740, + "end": 22743, "loc": { "start": { - "line": 563, + "line": 573, "column": 20 }, "end": { - "line": 563, + "line": 573, "column": 23 } } @@ -293182,15 +300193,15 @@ "binop": null, "updateContext": null }, - "start": 22342, - "end": 22343, + "start": 22743, + "end": 22744, "loc": { "start": { - "line": 563, + "line": 573, "column": 23 }, "end": { - "line": 563, + "line": 573, "column": 24 } } @@ -293210,15 +300221,15 @@ "updateContext": null }, "value": "false", - "start": 22344, - "end": 22349, + "start": 22745, + "end": 22750, "loc": { "start": { - "line": 563, + "line": 573, "column": 25 }, "end": { - "line": 563, + "line": 573, "column": 30 } } @@ -293235,15 +300246,15 @@ "postfix": false, "binop": null }, - "start": 22366, - "end": 22367, + "start": 22767, + "end": 22768, "loc": { "start": { - "line": 564, + "line": 574, "column": 16 }, "end": { - "line": 564, + "line": 574, "column": 17 } } @@ -293261,15 +300272,15 @@ "binop": null, "updateContext": null }, - "start": 22367, - "end": 22368, + "start": 22768, + "end": 22769, "loc": { "start": { - "line": 564, + "line": 574, "column": 17 }, "end": { - "line": 564, + "line": 574, "column": 18 } } @@ -293289,15 +300300,15 @@ "updateContext": null }, "value": "let", - "start": 22385, - "end": 22388, + "start": 22786, + "end": 22789, "loc": { "start": { - "line": 565, + "line": 575, "column": 16 }, "end": { - "line": 565, + "line": 575, "column": 19 } } @@ -293315,15 +300326,15 @@ "binop": null }, "value": "screenOnlyConstraints", - "start": 22389, - "end": 22410, + "start": 22790, + "end": 22811, "loc": { "start": { - "line": 565, + "line": 575, "column": 20 }, "end": { - "line": 565, + "line": 575, "column": 41 } } @@ -293342,15 +300353,15 @@ "updateContext": null }, "value": "=", - "start": 22411, - "end": 22412, + "start": 22812, + "end": 22813, "loc": { "start": { - "line": 565, + "line": 575, "column": 42 }, "end": { - "line": 565, + "line": 575, "column": 43 } } @@ -293367,15 +300378,15 @@ "postfix": false, "binop": null }, - "start": 22413, - "end": 22414, + "start": 22814, + "end": 22815, "loc": { "start": { - "line": 565, + "line": 575, "column": 44 }, "end": { - "line": 565, + "line": 575, "column": 45 } } @@ -293392,15 +300403,15 @@ "postfix": false, "binop": null }, - "start": 22414, - "end": 22415, + "start": 22815, + "end": 22816, "loc": { "start": { - "line": 565, + "line": 575, "column": 45 }, "end": { - "line": 565, + "line": 575, "column": 46 } } @@ -293418,15 +300429,15 @@ "binop": null, "updateContext": null }, - "start": 22415, - "end": 22416, + "start": 22816, + "end": 22817, "loc": { "start": { - "line": 565, + "line": 575, "column": 46 }, "end": { - "line": 565, + "line": 575, "column": 47 } } @@ -293446,15 +300457,15 @@ "updateContext": null }, "value": "if", - "start": 22433, - "end": 22435, + "start": 22834, + "end": 22836, "loc": { "start": { - "line": 566, + "line": 576, "column": 16 }, "end": { - "line": 566, + "line": 576, "column": 18 } } @@ -293471,15 +300482,15 @@ "postfix": false, "binop": null }, - "start": 22436, - "end": 22437, + "start": 22837, + "end": 22838, "loc": { "start": { - "line": 566, + "line": 576, "column": 19 }, "end": { - "line": 566, + "line": 576, "column": 20 } } @@ -293499,15 +300510,15 @@ "updateContext": null }, "value": "this", - "start": 22437, - "end": 22441, + "start": 22838, + "end": 22842, "loc": { "start": { - "line": 566, + "line": 576, "column": 20 }, "end": { - "line": 566, + "line": 576, "column": 24 } } @@ -293525,15 +300536,15 @@ "binop": null, "updateContext": null }, - "start": 22441, - "end": 22442, + "start": 22842, + "end": 22843, "loc": { "start": { - "line": 566, + "line": 576, "column": 24 }, "end": { - "line": 566, + "line": 576, "column": 25 } } @@ -293551,15 +300562,15 @@ "binop": null }, "value": "recordScreen", - "start": 22442, - "end": 22454, + "start": 22843, + "end": 22855, "loc": { "start": { - "line": 566, + "line": 576, "column": 25 }, "end": { - "line": 566, + "line": 576, "column": 37 } } @@ -293578,15 +300589,15 @@ "updateContext": null }, "value": "===", - "start": 22455, - "end": 22458, + "start": 22856, + "end": 22859, "loc": { "start": { - "line": 566, + "line": 576, "column": 38 }, "end": { - "line": 566, + "line": 576, "column": 41 } } @@ -293606,15 +300617,15 @@ "updateContext": null }, "value": "true", - "start": 22459, - "end": 22463, + "start": 22860, + "end": 22864, "loc": { "start": { - "line": 566, + "line": 576, "column": 42 }, "end": { - "line": 566, + "line": 576, "column": 46 } } @@ -293631,15 +300642,15 @@ "postfix": false, "binop": null }, - "start": 22463, - "end": 22464, + "start": 22864, + "end": 22865, "loc": { "start": { - "line": 566, + "line": 576, "column": 46 }, "end": { - "line": 566, + "line": 576, "column": 47 } } @@ -293656,15 +300667,15 @@ "postfix": false, "binop": null }, - "start": 22465, - "end": 22466, + "start": 22866, + "end": 22867, "loc": { "start": { - "line": 566, + "line": 576, "column": 48 }, "end": { - "line": 566, + "line": 576, "column": 49 } } @@ -293682,15 +300693,15 @@ "binop": null }, "value": "screenOnlyConstraints", - "start": 22487, - "end": 22508, + "start": 22888, + "end": 22909, "loc": { "start": { - "line": 567, + "line": 577, "column": 20 }, "end": { - "line": 567, + "line": 577, "column": 41 } } @@ -293709,15 +300720,15 @@ "updateContext": null }, "value": "=", - "start": 22509, - "end": 22510, + "start": 22910, + "end": 22911, "loc": { "start": { - "line": 567, + "line": 577, "column": 42 }, "end": { - "line": 567, + "line": 577, "column": 43 } } @@ -293734,15 +300745,15 @@ "postfix": false, "binop": null }, - "start": 22511, - "end": 22512, + "start": 22912, + "end": 22913, "loc": { "start": { - "line": 567, + "line": 577, "column": 44 }, "end": { - "line": 567, + "line": 577, "column": 45 } } @@ -293760,15 +300771,15 @@ "binop": null }, "value": "video", - "start": 22537, - "end": 22542, + "start": 22938, + "end": 22943, "loc": { "start": { - "line": 568, + "line": 578, "column": 24 }, "end": { - "line": 568, + "line": 578, "column": 29 } } @@ -293786,15 +300797,15 @@ "binop": null, "updateContext": null }, - "start": 22542, - "end": 22543, + "start": 22943, + "end": 22944, "loc": { "start": { - "line": 568, + "line": 578, "column": 29 }, "end": { - "line": 568, + "line": 578, "column": 30 } } @@ -293814,15 +300825,15 @@ "updateContext": null }, "value": "true", - "start": 22544, - "end": 22548, + "start": 22945, + "end": 22949, "loc": { "start": { - "line": 568, + "line": 578, "column": 31 }, "end": { - "line": 568, + "line": 578, "column": 35 } } @@ -293839,15 +300850,15 @@ "postfix": false, "binop": null }, - "start": 22569, - "end": 22570, + "start": 22970, + "end": 22971, "loc": { "start": { - "line": 569, + "line": 579, "column": 20 }, "end": { - "line": 569, + "line": 579, "column": 21 } } @@ -293865,15 +300876,15 @@ "binop": null, "updateContext": null }, - "start": 22570, - "end": 22571, + "start": 22971, + "end": 22972, "loc": { "start": { - "line": 569, + "line": 579, "column": 21 }, "end": { - "line": 569, + "line": 579, "column": 22 } } @@ -293890,15 +300901,15 @@ "postfix": false, "binop": null }, - "start": 22588, - "end": 22589, + "start": 22989, + "end": 22990, "loc": { "start": { - "line": 570, + "line": 580, "column": 16 }, "end": { - "line": 570, + "line": 580, "column": 17 } } @@ -293918,15 +300929,15 @@ "updateContext": null }, "value": "else", - "start": 22590, - "end": 22594, + "start": 22991, + "end": 22995, "loc": { "start": { - "line": 570, + "line": 580, "column": 18 }, "end": { - "line": 570, + "line": 580, "column": 22 } } @@ -293946,15 +300957,15 @@ "updateContext": null }, "value": "if", - "start": 22595, - "end": 22597, + "start": 22996, + "end": 22998, "loc": { "start": { - "line": 570, + "line": 580, "column": 23 }, "end": { - "line": 570, + "line": 580, "column": 25 } } @@ -293971,15 +300982,15 @@ "postfix": false, "binop": null }, - "start": 22598, - "end": 22599, + "start": 22999, + "end": 23000, "loc": { "start": { - "line": 570, + "line": 580, "column": 26 }, "end": { - "line": 570, + "line": 580, "column": 27 } } @@ -293999,15 +301010,15 @@ "updateContext": null }, "value": "typeof", - "start": 22599, - "end": 22605, + "start": 23000, + "end": 23006, "loc": { "start": { - "line": 570, + "line": 580, "column": 27 }, "end": { - "line": 570, + "line": 580, "column": 33 } } @@ -294027,15 +301038,15 @@ "updateContext": null }, "value": "this", - "start": 22606, - "end": 22610, + "start": 23007, + "end": 23011, "loc": { "start": { - "line": 570, + "line": 580, "column": 34 }, "end": { - "line": 570, + "line": 580, "column": 38 } } @@ -294053,15 +301064,15 @@ "binop": null, "updateContext": null }, - "start": 22610, - "end": 22611, + "start": 23011, + "end": 23012, "loc": { "start": { - "line": 570, + "line": 580, "column": 38 }, "end": { - "line": 570, + "line": 580, "column": 39 } } @@ -294079,15 +301090,15 @@ "binop": null }, "value": "recordScreen", - "start": 22611, - "end": 22623, + "start": 23012, + "end": 23024, "loc": { "start": { - "line": 570, + "line": 580, "column": 39 }, "end": { - "line": 570, + "line": 580, "column": 51 } } @@ -294106,15 +301117,15 @@ "updateContext": null }, "value": "===", - "start": 22624, - "end": 22627, + "start": 23025, + "end": 23028, "loc": { "start": { - "line": 570, + "line": 580, "column": 52 }, "end": { - "line": 570, + "line": 580, "column": 55 } } @@ -294133,15 +301144,15 @@ "updateContext": null }, "value": "object", - "start": 22628, - "end": 22636, + "start": 23029, + "end": 23037, "loc": { "start": { - "line": 570, + "line": 580, "column": 56 }, "end": { - "line": 570, + "line": 580, "column": 64 } } @@ -294160,15 +301171,15 @@ "updateContext": null }, "value": "&&", - "start": 22637, - "end": 22639, + "start": 23038, + "end": 23040, "loc": { "start": { - "line": 570, + "line": 580, "column": 65 }, "end": { - "line": 570, + "line": 580, "column": 67 } } @@ -294188,15 +301199,15 @@ "updateContext": null }, "value": "this", - "start": 22660, - "end": 22664, + "start": 23061, + "end": 23065, "loc": { "start": { - "line": 571, + "line": 581, "column": 20 }, "end": { - "line": 571, + "line": 581, "column": 24 } } @@ -294214,15 +301225,15 @@ "binop": null, "updateContext": null }, - "start": 22664, - "end": 22665, + "start": 23065, + "end": 23066, "loc": { "start": { - "line": 571, + "line": 581, "column": 24 }, "end": { - "line": 571, + "line": 581, "column": 25 } } @@ -294240,15 +301251,15 @@ "binop": null }, "value": "recordScreen", - "start": 22665, - "end": 22677, + "start": 23066, + "end": 23078, "loc": { "start": { - "line": 571, + "line": 581, "column": 25 }, "end": { - "line": 571, + "line": 581, "column": 37 } } @@ -294266,15 +301277,15 @@ "binop": null, "updateContext": null }, - "start": 22677, - "end": 22678, + "start": 23078, + "end": 23079, "loc": { "start": { - "line": 571, + "line": 581, "column": 37 }, "end": { - "line": 571, + "line": 581, "column": 38 } } @@ -294292,15 +301303,15 @@ "binop": null }, "value": "constructor", - "start": 22678, - "end": 22689, + "start": 23079, + "end": 23090, "loc": { "start": { - "line": 571, + "line": 581, "column": 38 }, "end": { - "line": 571, + "line": 581, "column": 49 } } @@ -294319,15 +301330,15 @@ "updateContext": null }, "value": "===", - "start": 22690, - "end": 22693, + "start": 23091, + "end": 23094, "loc": { "start": { - "line": 571, + "line": 581, "column": 50 }, "end": { - "line": 571, + "line": 581, "column": 53 } } @@ -294345,15 +301356,15 @@ "binop": null }, "value": "Object", - "start": 22694, - "end": 22700, + "start": 23095, + "end": 23101, "loc": { "start": { - "line": 571, + "line": 581, "column": 54 }, "end": { - "line": 571, + "line": 581, "column": 60 } } @@ -294370,15 +301381,15 @@ "postfix": false, "binop": null }, - "start": 22700, - "end": 22701, + "start": 23101, + "end": 23102, "loc": { "start": { - "line": 571, + "line": 581, "column": 60 }, "end": { - "line": 571, + "line": 581, "column": 61 } } @@ -294395,15 +301406,15 @@ "postfix": false, "binop": null }, - "start": 22702, - "end": 22703, + "start": 23103, + "end": 23104, "loc": { "start": { - "line": 571, + "line": 581, "column": 62 }, "end": { - "line": 571, + "line": 581, "column": 63 } } @@ -294421,15 +301432,15 @@ "binop": null }, "value": "screenOnlyConstraints", - "start": 22724, - "end": 22745, + "start": 23125, + "end": 23146, "loc": { "start": { - "line": 572, + "line": 582, "column": 20 }, "end": { - "line": 572, + "line": 582, "column": 41 } } @@ -294448,15 +301459,15 @@ "updateContext": null }, "value": "=", - "start": 22746, - "end": 22747, + "start": 23147, + "end": 23148, "loc": { "start": { - "line": 572, + "line": 582, "column": 42 }, "end": { - "line": 572, + "line": 582, "column": 43 } } @@ -294476,15 +301487,15 @@ "updateContext": null }, "value": "this", - "start": 22748, - "end": 22752, + "start": 23149, + "end": 23153, "loc": { "start": { - "line": 572, + "line": 582, "column": 44 }, "end": { - "line": 572, + "line": 582, "column": 48 } } @@ -294502,15 +301513,15 @@ "binop": null, "updateContext": null }, - "start": 22752, - "end": 22753, + "start": 23153, + "end": 23154, "loc": { "start": { - "line": 572, + "line": 582, "column": 48 }, "end": { - "line": 572, + "line": 582, "column": 49 } } @@ -294528,15 +301539,15 @@ "binop": null }, "value": "recordScreen", - "start": 22753, - "end": 22765, + "start": 23154, + "end": 23166, "loc": { "start": { - "line": 572, + "line": 582, "column": 49 }, "end": { - "line": 572, + "line": 582, "column": 61 } } @@ -294554,15 +301565,15 @@ "binop": null, "updateContext": null }, - "start": 22765, - "end": 22766, + "start": 23166, + "end": 23167, "loc": { "start": { - "line": 572, + "line": 582, "column": 61 }, "end": { - "line": 572, + "line": 582, "column": 62 } } @@ -294579,15 +301590,15 @@ "postfix": false, "binop": null }, - "start": 22783, - "end": 22784, + "start": 23184, + "end": 23185, "loc": { "start": { - "line": 573, + "line": 583, "column": 16 }, "end": { - "line": 573, + "line": 583, "column": 17 } } @@ -294605,15 +301616,15 @@ "binop": null }, "value": "navigator", - "start": 22801, - "end": 22810, + "start": 23202, + "end": 23211, "loc": { "start": { - "line": 574, + "line": 584, "column": 16 }, "end": { - "line": 574, + "line": 584, "column": 25 } } @@ -294631,15 +301642,15 @@ "binop": null, "updateContext": null }, - "start": 22810, - "end": 22811, + "start": 23211, + "end": 23212, "loc": { "start": { - "line": 574, + "line": 584, "column": 25 }, "end": { - "line": 574, + "line": 584, "column": 26 } } @@ -294657,15 +301668,15 @@ "binop": null }, "value": "mediaDevices", - "start": 22811, - "end": 22823, + "start": 23212, + "end": 23224, "loc": { "start": { - "line": 574, + "line": 584, "column": 26 }, "end": { - "line": 574, + "line": 584, "column": 38 } } @@ -294683,15 +301694,15 @@ "binop": null, "updateContext": null }, - "start": 22823, - "end": 22824, + "start": 23224, + "end": 23225, "loc": { "start": { - "line": 574, + "line": 584, "column": 38 }, "end": { - "line": 574, + "line": 584, "column": 39 } } @@ -294709,15 +301720,15 @@ "binop": null }, "value": "getDisplayMedia", - "start": 22824, - "end": 22839, + "start": 23225, + "end": 23240, "loc": { "start": { - "line": 574, + "line": 584, "column": 39 }, "end": { - "line": 574, + "line": 584, "column": 54 } } @@ -294734,15 +301745,15 @@ "postfix": false, "binop": null }, - "start": 22839, - "end": 22840, + "start": 23240, + "end": 23241, "loc": { "start": { - "line": 574, + "line": 584, "column": 54 }, "end": { - "line": 574, + "line": 584, "column": 55 } } @@ -294760,15 +301771,15 @@ "binop": null }, "value": "screenOnlyConstraints", - "start": 22840, - "end": 22861, + "start": 23241, + "end": 23262, "loc": { "start": { - "line": 574, + "line": 584, "column": 55 }, "end": { - "line": 574, + "line": 584, "column": 76 } } @@ -294785,15 +301796,15 @@ "postfix": false, "binop": null }, - "start": 22861, - "end": 22862, + "start": 23262, + "end": 23263, "loc": { "start": { - "line": 574, + "line": 584, "column": 76 }, "end": { - "line": 574, + "line": 584, "column": 77 } } @@ -294811,15 +301822,15 @@ "binop": null, "updateContext": null }, - "start": 22862, - "end": 22863, + "start": 23263, + "end": 23264, "loc": { "start": { - "line": 574, + "line": 584, "column": 77 }, "end": { - "line": 574, + "line": 584, "column": 78 } } @@ -294837,15 +301848,15 @@ "binop": null }, "value": "then", - "start": 22863, - "end": 22867, + "start": 23264, + "end": 23268, "loc": { "start": { - "line": 574, + "line": 584, "column": 78 }, "end": { - "line": 574, + "line": 584, "column": 82 } } @@ -294862,15 +301873,15 @@ "postfix": false, "binop": null }, - "start": 22867, - "end": 22868, + "start": 23268, + "end": 23269, "loc": { "start": { - "line": 574, + "line": 584, "column": 82 }, "end": { - "line": 574, + "line": 584, "column": 83 } } @@ -294890,15 +301901,15 @@ "updateContext": null }, "value": "this", - "start": 22889, - "end": 22893, + "start": 23290, + "end": 23294, "loc": { "start": { - "line": 575, + "line": 585, "column": 20 }, "end": { - "line": 575, + "line": 585, "column": 24 } } @@ -294916,15 +301927,15 @@ "binop": null, "updateContext": null }, - "start": 22893, - "end": 22894, + "start": 23294, + "end": 23295, "loc": { "start": { - "line": 575, + "line": 585, "column": 24 }, "end": { - "line": 575, + "line": 585, "column": 25 } } @@ -294942,15 +301953,15 @@ "binop": null }, "value": "onDeviceReady", - "start": 22894, - "end": 22907, + "start": 23295, + "end": 23308, "loc": { "start": { - "line": 575, + "line": 585, "column": 25 }, "end": { - "line": 575, + "line": 585, "column": 38 } } @@ -294968,15 +301979,15 @@ "binop": null, "updateContext": null }, - "start": 22907, - "end": 22908, + "start": 23308, + "end": 23309, "loc": { "start": { - "line": 575, + "line": 585, "column": 38 }, "end": { - "line": 575, + "line": 585, "column": 39 } } @@ -294994,15 +302005,15 @@ "binop": null }, "value": "bind", - "start": 22908, - "end": 22912, + "start": 23309, + "end": 23313, "loc": { "start": { - "line": 575, + "line": 585, "column": 39 }, "end": { - "line": 575, + "line": 585, "column": 43 } } @@ -295019,15 +302030,15 @@ "postfix": false, "binop": null }, - "start": 22912, - "end": 22913, + "start": 23313, + "end": 23314, "loc": { "start": { - "line": 575, + "line": 585, "column": 43 }, "end": { - "line": 575, + "line": 585, "column": 44 } } @@ -295047,15 +302058,15 @@ "updateContext": null }, "value": "this", - "start": 22913, - "end": 22917, + "start": 23314, + "end": 23318, "loc": { "start": { - "line": 575, + "line": 585, "column": 44 }, "end": { - "line": 575, + "line": 585, "column": 48 } } @@ -295072,15 +302083,15 @@ "postfix": false, "binop": null }, - "start": 22917, - "end": 22918, + "start": 23318, + "end": 23319, "loc": { "start": { - "line": 575, + "line": 585, "column": 48 }, "end": { - "line": 575, + "line": 585, "column": 49 } } @@ -295097,15 +302108,15 @@ "postfix": false, "binop": null }, - "start": 22935, - "end": 22936, + "start": 23336, + "end": 23337, "loc": { "start": { - "line": 576, + "line": 586, "column": 16 }, "end": { - "line": 576, + "line": 586, "column": 17 } } @@ -295123,15 +302134,15 @@ "binop": null, "updateContext": null }, - "start": 22936, - "end": 22937, + "start": 23337, + "end": 23338, "loc": { "start": { - "line": 576, + "line": 586, "column": 17 }, "end": { - "line": 576, + "line": 586, "column": 18 } } @@ -295151,15 +302162,15 @@ "updateContext": null }, "value": "catch", - "start": 22937, - "end": 22942, + "start": 23338, + "end": 23343, "loc": { "start": { - "line": 576, + "line": 586, "column": 18 }, "end": { - "line": 576, + "line": 586, "column": 23 } } @@ -295176,15 +302187,15 @@ "postfix": false, "binop": null }, - "start": 22942, - "end": 22943, + "start": 23343, + "end": 23344, "loc": { "start": { - "line": 576, + "line": 586, "column": 23 }, "end": { - "line": 576, + "line": 586, "column": 24 } } @@ -295204,15 +302215,15 @@ "updateContext": null }, "value": "this", - "start": 22964, - "end": 22968, + "start": 23365, + "end": 23369, "loc": { "start": { - "line": 577, + "line": 587, "column": 20 }, "end": { - "line": 577, + "line": 587, "column": 24 } } @@ -295230,15 +302241,15 @@ "binop": null, "updateContext": null }, - "start": 22968, - "end": 22969, + "start": 23369, + "end": 23370, "loc": { "start": { - "line": 577, + "line": 587, "column": 24 }, "end": { - "line": 577, + "line": 587, "column": 25 } } @@ -295256,15 +302267,15 @@ "binop": null }, "value": "onDeviceError", - "start": 22969, - "end": 22982, + "start": 23370, + "end": 23383, "loc": { "start": { - "line": 577, + "line": 587, "column": 25 }, "end": { - "line": 577, + "line": 587, "column": 38 } } @@ -295282,15 +302293,15 @@ "binop": null, "updateContext": null }, - "start": 22982, - "end": 22983, + "start": 23383, + "end": 23384, "loc": { "start": { - "line": 577, + "line": 587, "column": 38 }, "end": { - "line": 577, + "line": 587, "column": 39 } } @@ -295308,15 +302319,15 @@ "binop": null }, "value": "bind", - "start": 22983, - "end": 22987, + "start": 23384, + "end": 23388, "loc": { "start": { - "line": 577, + "line": 587, "column": 39 }, "end": { - "line": 577, + "line": 587, "column": 43 } } @@ -295333,15 +302344,15 @@ "postfix": false, "binop": null }, - "start": 22987, - "end": 22988, + "start": 23388, + "end": 23389, "loc": { "start": { - "line": 577, + "line": 587, "column": 43 }, "end": { - "line": 577, + "line": 587, "column": 44 } } @@ -295361,15 +302372,15 @@ "updateContext": null }, "value": "this", - "start": 22988, - "end": 22992, + "start": 23389, + "end": 23393, "loc": { "start": { - "line": 577, + "line": 587, "column": 44 }, "end": { - "line": 577, + "line": 587, "column": 48 } } @@ -295386,15 +302397,15 @@ "postfix": false, "binop": null }, - "start": 22992, - "end": 22993, + "start": 23393, + "end": 23394, "loc": { "start": { - "line": 577, + "line": 587, "column": 48 }, "end": { - "line": 577, + "line": 587, "column": 49 } } @@ -295411,15 +302422,15 @@ "postfix": false, "binop": null }, - "start": 23010, - "end": 23011, + "start": 23411, + "end": 23412, "loc": { "start": { - "line": 578, + "line": 588, "column": 16 }, "end": { - "line": 578, + "line": 588, "column": 17 } } @@ -295437,15 +302448,15 @@ "binop": null, "updateContext": null }, - "start": 23011, - "end": 23012, + "start": 23412, + "end": 23413, "loc": { "start": { - "line": 578, + "line": 588, "column": 17 }, "end": { - "line": 578, + "line": 588, "column": 18 } } @@ -295465,15 +302476,15 @@ "updateContext": null }, "value": "break", - "start": 23029, - "end": 23034, + "start": 23430, + "end": 23435, "loc": { "start": { - "line": 579, + "line": 589, "column": 16 }, "end": { - "line": 579, + "line": 589, "column": 21 } } @@ -295491,15 +302502,15 @@ "binop": null, "updateContext": null }, - "start": 23034, - "end": 23035, + "start": 23435, + "end": 23436, "loc": { "start": { - "line": 579, + "line": 589, "column": 21 }, "end": { - "line": 579, + "line": 589, "column": 22 } } @@ -295516,15 +302527,15 @@ "postfix": false, "binop": null }, - "start": 23044, - "end": 23045, + "start": 23445, + "end": 23446, "loc": { "start": { - "line": 580, + "line": 590, "column": 8 }, "end": { - "line": 580, + "line": 590, "column": 9 } } @@ -295541,15 +302552,15 @@ "postfix": false, "binop": null }, - "start": 23050, - "end": 23051, + "start": 23451, + "end": 23452, "loc": { "start": { - "line": 581, + "line": 591, "column": 4 }, "end": { - "line": 581, + "line": 591, "column": 5 } } @@ -295557,15 +302568,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when the device is ready.\n *\n * @private\n * @param {LocalMediaStream} stream - Local media stream from device.\n ", - "start": 23057, - "end": 23206, + "start": 23458, + "end": 23607, "loc": { "start": { - "line": 583, + "line": 593, "column": 4 }, "end": { - "line": 588, + "line": 598, "column": 7 } } @@ -295583,15 +302594,15 @@ "binop": null }, "value": "onDeviceReady", - "start": 23211, - "end": 23224, + "start": 23612, + "end": 23625, "loc": { "start": { - "line": 589, + "line": 599, "column": 4 }, "end": { - "line": 589, + "line": 599, "column": 17 } } @@ -295608,15 +302619,15 @@ "postfix": false, "binop": null }, - "start": 23224, - "end": 23225, + "start": 23625, + "end": 23626, "loc": { "start": { - "line": 589, + "line": 599, "column": 17 }, "end": { - "line": 589, + "line": 599, "column": 18 } } @@ -295634,15 +302645,15 @@ "binop": null }, "value": "stream", - "start": 23225, - "end": 23231, + "start": 23626, + "end": 23632, "loc": { "start": { - "line": 589, + "line": 599, "column": 18 }, "end": { - "line": 589, + "line": 599, "column": 24 } } @@ -295659,15 +302670,15 @@ "postfix": false, "binop": null }, - "start": 23231, - "end": 23232, + "start": 23632, + "end": 23633, "loc": { "start": { - "line": 589, + "line": 599, "column": 24 }, "end": { - "line": 589, + "line": 599, "column": 25 } } @@ -295684,15 +302695,15 @@ "postfix": false, "binop": null }, - "start": 23233, - "end": 23234, + "start": 23634, + "end": 23635, "loc": { "start": { - "line": 589, + "line": 599, "column": 26 }, "end": { - "line": 589, + "line": 599, "column": 27 } } @@ -295712,15 +302723,15 @@ "updateContext": null }, "value": "this", - "start": 23243, - "end": 23247, + "start": 23644, + "end": 23648, "loc": { "start": { - "line": 590, + "line": 600, "column": 8 }, "end": { - "line": 590, + "line": 600, "column": 12 } } @@ -295738,15 +302749,15 @@ "binop": null, "updateContext": null }, - "start": 23247, - "end": 23248, + "start": 23648, + "end": 23649, "loc": { "start": { - "line": 590, + "line": 600, "column": 12 }, "end": { - "line": 590, + "line": 600, "column": 13 } } @@ -295764,15 +302775,15 @@ "binop": null }, "value": "_deviceActive", - "start": 23248, - "end": 23261, + "start": 23649, + "end": 23662, "loc": { "start": { - "line": 590, + "line": 600, "column": 13 }, "end": { - "line": 590, + "line": 600, "column": 26 } } @@ -295791,15 +302802,15 @@ "updateContext": null }, "value": "=", - "start": 23262, - "end": 23263, + "start": 23663, + "end": 23664, "loc": { "start": { - "line": 590, + "line": 600, "column": 27 }, "end": { - "line": 590, + "line": 600, "column": 28 } } @@ -295819,15 +302830,15 @@ "updateContext": null }, "value": "true", - "start": 23264, - "end": 23268, + "start": 23665, + "end": 23669, "loc": { "start": { - "line": 590, + "line": 600, "column": 29 }, "end": { - "line": 590, + "line": 600, "column": 33 } } @@ -295845,15 +302856,15 @@ "binop": null, "updateContext": null }, - "start": 23268, - "end": 23269, + "start": 23669, + "end": 23670, "loc": { "start": { - "line": 590, + "line": 600, "column": 33 }, "end": { - "line": 590, + "line": 600, "column": 34 } } @@ -295861,15 +302872,15 @@ { "type": "CommentLine", "value": " store reference to stream for stopping etc.", - "start": 23279, - "end": 23325, + "start": 23680, + "end": 23726, "loc": { "start": { - "line": 592, + "line": 602, "column": 8 }, "end": { - "line": 592, + "line": 602, "column": 54 } } @@ -295889,15 +302900,15 @@ "updateContext": null }, "value": "this", - "start": 23334, - "end": 23338, + "start": 23735, + "end": 23739, "loc": { "start": { - "line": 593, + "line": 603, "column": 8 }, "end": { - "line": 593, + "line": 603, "column": 12 } } @@ -295915,15 +302926,15 @@ "binop": null, "updateContext": null }, - "start": 23338, - "end": 23339, + "start": 23739, + "end": 23740, "loc": { "start": { - "line": 593, + "line": 603, "column": 12 }, "end": { - "line": 593, + "line": 603, "column": 13 } } @@ -295941,15 +302952,15 @@ "binop": null }, "value": "stream", - "start": 23339, - "end": 23345, + "start": 23740, + "end": 23746, "loc": { "start": { - "line": 593, + "line": 603, "column": 13 }, "end": { - "line": 593, + "line": 603, "column": 19 } } @@ -295968,15 +302979,15 @@ "updateContext": null }, "value": "=", - "start": 23346, - "end": 23347, + "start": 23747, + "end": 23748, "loc": { "start": { - "line": 593, + "line": 603, "column": 20 }, "end": { - "line": 593, + "line": 603, "column": 21 } } @@ -295994,15 +303005,15 @@ "binop": null }, "value": "stream", - "start": 23348, - "end": 23354, + "start": 23749, + "end": 23755, "loc": { "start": { - "line": 593, + "line": 603, "column": 22 }, "end": { - "line": 593, + "line": 603, "column": 28 } } @@ -296020,15 +303031,15 @@ "binop": null, "updateContext": null }, - "start": 23354, - "end": 23355, + "start": 23755, + "end": 23756, "loc": { "start": { - "line": 593, + "line": 603, "column": 28 }, "end": { - "line": 593, + "line": 603, "column": 29 } } @@ -296036,15 +303047,15 @@ { "type": "CommentLine", "value": " hide device selection button", - "start": 23365, - "end": 23396, + "start": 23766, + "end": 23797, "loc": { "start": { - "line": 595, + "line": 605, "column": 8 }, "end": { - "line": 595, + "line": 605, "column": 39 } } @@ -296064,15 +303075,15 @@ "updateContext": null }, "value": "this", - "start": 23405, - "end": 23409, + "start": 23806, + "end": 23810, "loc": { "start": { - "line": 596, + "line": 606, "column": 8 }, "end": { - "line": 596, + "line": 606, "column": 12 } } @@ -296090,15 +303101,15 @@ "binop": null, "updateContext": null }, - "start": 23409, - "end": 23410, + "start": 23810, + "end": 23811, "loc": { "start": { - "line": 596, + "line": 606, "column": 12 }, "end": { - "line": 596, + "line": 606, "column": 13 } } @@ -296116,15 +303127,15 @@ "binop": null }, "value": "player", - "start": 23410, - "end": 23416, + "start": 23811, + "end": 23817, "loc": { "start": { - "line": 596, + "line": 606, "column": 13 }, "end": { - "line": 596, + "line": 606, "column": 19 } } @@ -296142,15 +303153,15 @@ "binop": null, "updateContext": null }, - "start": 23416, - "end": 23417, + "start": 23817, + "end": 23818, "loc": { "start": { - "line": 596, + "line": 606, "column": 19 }, "end": { - "line": 596, + "line": 606, "column": 20 } } @@ -296168,15 +303179,15 @@ "binop": null }, "value": "deviceButton", - "start": 23417, - "end": 23429, + "start": 23818, + "end": 23830, "loc": { "start": { - "line": 596, + "line": 606, "column": 20 }, "end": { - "line": 596, + "line": 606, "column": 32 } } @@ -296194,15 +303205,15 @@ "binop": null, "updateContext": null }, - "start": 23429, - "end": 23430, + "start": 23830, + "end": 23831, "loc": { "start": { - "line": 596, + "line": 606, "column": 32 }, "end": { - "line": 596, + "line": 606, "column": 33 } } @@ -296220,15 +303231,15 @@ "binop": null }, "value": "hide", - "start": 23430, - "end": 23434, + "start": 23831, + "end": 23835, "loc": { "start": { - "line": 596, + "line": 606, "column": 33 }, "end": { - "line": 596, + "line": 606, "column": 37 } } @@ -296245,15 +303256,15 @@ "postfix": false, "binop": null }, - "start": 23434, - "end": 23435, + "start": 23835, + "end": 23836, "loc": { "start": { - "line": 596, + "line": 606, "column": 37 }, "end": { - "line": 596, + "line": 606, "column": 38 } } @@ -296270,15 +303281,15 @@ "postfix": false, "binop": null }, - "start": 23435, - "end": 23436, + "start": 23836, + "end": 23837, "loc": { "start": { - "line": 596, + "line": 606, "column": 38 }, "end": { - "line": 596, + "line": 606, "column": 39 } } @@ -296296,15 +303307,15 @@ "binop": null, "updateContext": null }, - "start": 23436, - "end": 23437, + "start": 23837, + "end": 23838, "loc": { "start": { - "line": 596, + "line": 606, "column": 39 }, "end": { - "line": 596, + "line": 606, "column": 40 } } @@ -296312,15 +303323,15 @@ { "type": "CommentLine", "value": " reset time (e.g. when stopDevice was used)", - "start": 23447, - "end": 23492, + "start": 23848, + "end": 23893, "loc": { "start": { - "line": 598, + "line": 608, "column": 8 }, "end": { - "line": 598, + "line": 608, "column": 53 } } @@ -296340,15 +303351,15 @@ "updateContext": null }, "value": "this", - "start": 23501, - "end": 23505, + "start": 23902, + "end": 23906, "loc": { "start": { - "line": 599, + "line": 609, "column": 8 }, "end": { - "line": 599, + "line": 609, "column": 12 } } @@ -296366,15 +303377,15 @@ "binop": null, "updateContext": null }, - "start": 23505, - "end": 23506, + "start": 23906, + "end": 23907, "loc": { "start": { - "line": 599, + "line": 609, "column": 12 }, "end": { - "line": 599, + "line": 609, "column": 13 } } @@ -296392,15 +303403,15 @@ "binop": null }, "value": "setDuration", - "start": 23506, - "end": 23517, + "start": 23907, + "end": 23918, "loc": { "start": { - "line": 599, + "line": 609, "column": 13 }, "end": { - "line": 599, + "line": 609, "column": 24 } } @@ -296417,15 +303428,15 @@ "postfix": false, "binop": null }, - "start": 23517, - "end": 23518, + "start": 23918, + "end": 23919, "loc": { "start": { - "line": 599, + "line": 609, "column": 24 }, "end": { - "line": 599, + "line": 609, "column": 25 } } @@ -296445,15 +303456,15 @@ "updateContext": null }, "value": "this", - "start": 23518, - "end": 23522, + "start": 23919, + "end": 23923, "loc": { "start": { - "line": 599, + "line": 609, "column": 25 }, "end": { - "line": 599, + "line": 609, "column": 29 } } @@ -296471,15 +303482,15 @@ "binop": null, "updateContext": null }, - "start": 23522, - "end": 23523, + "start": 23923, + "end": 23924, "loc": { "start": { - "line": 599, + "line": 609, "column": 29 }, "end": { - "line": 599, + "line": 609, "column": 30 } } @@ -296497,15 +303508,15 @@ "binop": null }, "value": "maxLength", - "start": 23523, - "end": 23532, + "start": 23924, + "end": 23933, "loc": { "start": { - "line": 599, + "line": 609, "column": 30 }, "end": { - "line": 599, + "line": 609, "column": 39 } } @@ -296522,15 +303533,15 @@ "postfix": false, "binop": null }, - "start": 23532, - "end": 23533, + "start": 23933, + "end": 23934, "loc": { "start": { - "line": 599, + "line": 609, "column": 39 }, "end": { - "line": 599, + "line": 609, "column": 40 } } @@ -296548,15 +303559,15 @@ "binop": null, "updateContext": null }, - "start": 23533, - "end": 23534, + "start": 23934, + "end": 23935, "loc": { "start": { - "line": 599, + "line": 609, "column": 40 }, "end": { - "line": 599, + "line": 609, "column": 41 } } @@ -296576,15 +303587,15 @@ "updateContext": null }, "value": "this", - "start": 23543, - "end": 23547, + "start": 23944, + "end": 23948, "loc": { "start": { - "line": 600, + "line": 610, "column": 8 }, "end": { - "line": 600, + "line": 610, "column": 12 } } @@ -296602,15 +303613,15 @@ "binop": null, "updateContext": null }, - "start": 23547, - "end": 23548, + "start": 23948, + "end": 23949, "loc": { "start": { - "line": 600, + "line": 610, "column": 12 }, "end": { - "line": 600, + "line": 610, "column": 13 } } @@ -296628,15 +303639,15 @@ "binop": null }, "value": "setCurrentTime", - "start": 23548, - "end": 23562, + "start": 23949, + "end": 23963, "loc": { "start": { - "line": 600, + "line": 610, "column": 13 }, "end": { - "line": 600, + "line": 610, "column": 27 } } @@ -296653,15 +303664,15 @@ "postfix": false, "binop": null }, - "start": 23562, - "end": 23563, + "start": 23963, + "end": 23964, "loc": { "start": { - "line": 600, + "line": 610, "column": 27 }, "end": { - "line": 600, + "line": 610, "column": 28 } } @@ -296680,15 +303691,15 @@ "updateContext": null }, "value": 0, - "start": 23563, - "end": 23564, + "start": 23964, + "end": 23965, "loc": { "start": { - "line": 600, + "line": 610, "column": 28 }, "end": { - "line": 600, + "line": 610, "column": 29 } } @@ -296705,15 +303716,15 @@ "postfix": false, "binop": null }, - "start": 23564, - "end": 23565, + "start": 23965, + "end": 23966, "loc": { "start": { - "line": 600, + "line": 610, "column": 29 }, "end": { - "line": 600, + "line": 610, "column": 30 } } @@ -296731,15 +303742,15 @@ "binop": null, "updateContext": null }, - "start": 23565, - "end": 23566, + "start": 23966, + "end": 23967, "loc": { "start": { - "line": 600, + "line": 610, "column": 30 }, "end": { - "line": 600, + "line": 610, "column": 31 } } @@ -296747,15 +303758,15 @@ { "type": "CommentLine", "value": " hide play/pause control (e.g. when stopDevice was used)", - "start": 23576, - "end": 23634, + "start": 23977, + "end": 24035, "loc": { "start": { - "line": 602, + "line": 612, "column": 8 }, "end": { - "line": 602, + "line": 612, "column": 66 } } @@ -296775,15 +303786,15 @@ "updateContext": null }, "value": "if", - "start": 23643, - "end": 23645, + "start": 24044, + "end": 24046, "loc": { "start": { - "line": 603, + "line": 613, "column": 8 }, "end": { - "line": 603, + "line": 613, "column": 10 } } @@ -296800,15 +303811,15 @@ "postfix": false, "binop": null }, - "start": 23646, - "end": 23647, + "start": 24047, + "end": 24048, "loc": { "start": { - "line": 603, + "line": 613, "column": 11 }, "end": { - "line": 603, + "line": 613, "column": 12 } } @@ -296828,15 +303839,15 @@ "updateContext": null }, "value": "this", - "start": 23647, - "end": 23651, + "start": 24048, + "end": 24052, "loc": { "start": { - "line": 603, + "line": 613, "column": 12 }, "end": { - "line": 603, + "line": 613, "column": 16 } } @@ -296854,15 +303865,15 @@ "binop": null, "updateContext": null }, - "start": 23651, - "end": 23652, + "start": 24052, + "end": 24053, "loc": { "start": { - "line": 603, + "line": 613, "column": 16 }, "end": { - "line": 603, + "line": 613, "column": 17 } } @@ -296880,15 +303891,15 @@ "binop": null }, "value": "player", - "start": 23652, - "end": 23658, + "start": 24053, + "end": 24059, "loc": { "start": { - "line": 603, + "line": 613, "column": 17 }, "end": { - "line": 603, + "line": 613, "column": 23 } } @@ -296906,15 +303917,15 @@ "binop": null, "updateContext": null }, - "start": 23658, - "end": 23659, + "start": 24059, + "end": 24060, "loc": { "start": { - "line": 603, + "line": 613, "column": 23 }, "end": { - "line": 603, + "line": 613, "column": 24 } } @@ -296932,15 +303943,15 @@ "binop": null }, "value": "controlBar", - "start": 23659, - "end": 23669, + "start": 24060, + "end": 24070, "loc": { "start": { - "line": 603, + "line": 613, "column": 24 }, "end": { - "line": 603, + "line": 613, "column": 34 } } @@ -296958,15 +303969,15 @@ "binop": null, "updateContext": null }, - "start": 23669, - "end": 23670, + "start": 24070, + "end": 24071, "loc": { "start": { - "line": 603, + "line": 613, "column": 34 }, "end": { - "line": 603, + "line": 613, "column": 35 } } @@ -296984,15 +303995,15 @@ "binop": null }, "value": "playToggle", - "start": 23670, - "end": 23680, + "start": 24071, + "end": 24081, "loc": { "start": { - "line": 603, + "line": 613, "column": 35 }, "end": { - "line": 603, + "line": 613, "column": 45 } } @@ -297011,15 +304022,15 @@ "updateContext": null }, "value": "!==", - "start": 23681, - "end": 23684, + "start": 24082, + "end": 24085, "loc": { "start": { - "line": 603, + "line": 613, "column": 46 }, "end": { - "line": 603, + "line": 613, "column": 49 } } @@ -297037,15 +304048,15 @@ "binop": null }, "value": "undefined", - "start": 23685, - "end": 23694, + "start": 24086, + "end": 24095, "loc": { "start": { - "line": 603, + "line": 613, "column": 50 }, "end": { - "line": 603, + "line": 613, "column": 59 } } @@ -297062,15 +304073,15 @@ "postfix": false, "binop": null }, - "start": 23694, - "end": 23695, + "start": 24095, + "end": 24096, "loc": { "start": { - "line": 603, + "line": 613, "column": 59 }, "end": { - "line": 603, + "line": 613, "column": 60 } } @@ -297087,15 +304098,15 @@ "postfix": false, "binop": null }, - "start": 23696, - "end": 23697, + "start": 24097, + "end": 24098, "loc": { "start": { - "line": 603, + "line": 613, "column": 61 }, "end": { - "line": 603, + "line": 613, "column": 62 } } @@ -297115,15 +304126,15 @@ "updateContext": null }, "value": "this", - "start": 23710, - "end": 23714, + "start": 24111, + "end": 24115, "loc": { "start": { - "line": 604, + "line": 614, "column": 12 }, "end": { - "line": 604, + "line": 614, "column": 16 } } @@ -297141,15 +304152,15 @@ "binop": null, "updateContext": null }, - "start": 23714, - "end": 23715, + "start": 24115, + "end": 24116, "loc": { "start": { - "line": 604, + "line": 614, "column": 16 }, "end": { - "line": 604, + "line": 614, "column": 17 } } @@ -297167,15 +304178,15 @@ "binop": null }, "value": "player", - "start": 23715, - "end": 23721, + "start": 24116, + "end": 24122, "loc": { "start": { - "line": 604, + "line": 614, "column": 17 }, "end": { - "line": 604, + "line": 614, "column": 23 } } @@ -297193,15 +304204,15 @@ "binop": null, "updateContext": null }, - "start": 23721, - "end": 23722, + "start": 24122, + "end": 24123, "loc": { "start": { - "line": 604, + "line": 614, "column": 23 }, "end": { - "line": 604, + "line": 614, "column": 24 } } @@ -297219,15 +304230,15 @@ "binop": null }, "value": "controlBar", - "start": 23722, - "end": 23732, + "start": 24123, + "end": 24133, "loc": { "start": { - "line": 604, + "line": 614, "column": 24 }, "end": { - "line": 604, + "line": 614, "column": 34 } } @@ -297245,15 +304256,15 @@ "binop": null, "updateContext": null }, - "start": 23732, - "end": 23733, + "start": 24133, + "end": 24134, "loc": { "start": { - "line": 604, + "line": 614, "column": 34 }, "end": { - "line": 604, + "line": 614, "column": 35 } } @@ -297271,15 +304282,15 @@ "binop": null }, "value": "playToggle", - "start": 23733, - "end": 23743, + "start": 24134, + "end": 24144, "loc": { "start": { - "line": 604, + "line": 614, "column": 35 }, "end": { - "line": 604, + "line": 614, "column": 45 } } @@ -297297,15 +304308,15 @@ "binop": null, "updateContext": null }, - "start": 23743, - "end": 23744, + "start": 24144, + "end": 24145, "loc": { "start": { - "line": 604, + "line": 614, "column": 45 }, "end": { - "line": 604, + "line": 614, "column": 46 } } @@ -297323,15 +304334,15 @@ "binop": null }, "value": "hide", - "start": 23744, - "end": 23748, + "start": 24145, + "end": 24149, "loc": { "start": { - "line": 604, + "line": 614, "column": 46 }, "end": { - "line": 604, + "line": 614, "column": 50 } } @@ -297348,15 +304359,15 @@ "postfix": false, "binop": null }, - "start": 23748, - "end": 23749, + "start": 24149, + "end": 24150, "loc": { "start": { - "line": 604, + "line": 614, "column": 50 }, "end": { - "line": 604, + "line": 614, "column": 51 } } @@ -297373,15 +304384,15 @@ "postfix": false, "binop": null }, - "start": 23749, - "end": 23750, + "start": 24150, + "end": 24151, "loc": { "start": { - "line": 604, + "line": 614, "column": 51 }, "end": { - "line": 604, + "line": 614, "column": 52 } } @@ -297399,15 +304410,15 @@ "binop": null, "updateContext": null }, - "start": 23750, - "end": 23751, + "start": 24151, + "end": 24152, "loc": { "start": { - "line": 604, + "line": 614, "column": 52 }, "end": { - "line": 604, + "line": 614, "column": 53 } } @@ -297424,15 +304435,15 @@ "postfix": false, "binop": null }, - "start": 23760, - "end": 23761, + "start": 24161, + "end": 24162, "loc": { "start": { - "line": 605, + "line": 615, "column": 8 }, "end": { - "line": 605, + "line": 615, "column": 9 } } @@ -297440,15 +304451,15 @@ { "type": "CommentLine", "value": " reset playback listeners", - "start": 23771, - "end": 23798, + "start": 24172, + "end": 24199, "loc": { "start": { - "line": 607, + "line": 617, "column": 8 }, "end": { - "line": 607, + "line": 617, "column": 35 } } @@ -297468,15 +304479,15 @@ "updateContext": null }, "value": "this", - "start": 23807, - "end": 23811, + "start": 24208, + "end": 24212, "loc": { "start": { - "line": 608, + "line": 618, "column": 8 }, "end": { - "line": 608, + "line": 618, "column": 12 } } @@ -297494,15 +304505,15 @@ "binop": null, "updateContext": null }, - "start": 23811, - "end": 23812, + "start": 24212, + "end": 24213, "loc": { "start": { - "line": 608, + "line": 618, "column": 12 }, "end": { - "line": 608, + "line": 618, "column": 13 } } @@ -297520,15 +304531,15 @@ "binop": null }, "value": "off", - "start": 23812, - "end": 23815, + "start": 24213, + "end": 24216, "loc": { "start": { - "line": 608, + "line": 618, "column": 13 }, "end": { - "line": 608, + "line": 618, "column": 16 } } @@ -297545,15 +304556,15 @@ "postfix": false, "binop": null }, - "start": 23815, - "end": 23816, + "start": 24216, + "end": 24217, "loc": { "start": { - "line": 608, + "line": 618, "column": 16 }, "end": { - "line": 608, + "line": 618, "column": 17 } } @@ -297573,15 +304584,15 @@ "updateContext": null }, "value": "this", - "start": 23816, - "end": 23820, + "start": 24217, + "end": 24221, "loc": { "start": { - "line": 608, + "line": 618, "column": 17 }, "end": { - "line": 608, + "line": 618, "column": 21 } } @@ -297599,15 +304610,15 @@ "binop": null, "updateContext": null }, - "start": 23820, - "end": 23821, + "start": 24221, + "end": 24222, "loc": { "start": { - "line": 608, + "line": 618, "column": 21 }, "end": { - "line": 608, + "line": 618, "column": 22 } } @@ -297625,15 +304636,15 @@ "binop": null }, "value": "player", - "start": 23821, - "end": 23827, + "start": 24222, + "end": 24228, "loc": { "start": { - "line": 608, + "line": 618, "column": 22 }, "end": { - "line": 608, + "line": 618, "column": 28 } } @@ -297651,15 +304662,15 @@ "binop": null, "updateContext": null }, - "start": 23827, - "end": 23828, + "start": 24228, + "end": 24229, "loc": { "start": { - "line": 608, + "line": 618, "column": 28 }, "end": { - "line": 608, + "line": 618, "column": 29 } } @@ -297677,15 +304688,15 @@ "binop": null }, "value": "Event", - "start": 23829, - "end": 23834, + "start": 24230, + "end": 24235, "loc": { "start": { - "line": 608, + "line": 618, "column": 30 }, "end": { - "line": 608, + "line": 618, "column": 35 } } @@ -297703,15 +304714,15 @@ "binop": null, "updateContext": null }, - "start": 23834, - "end": 23835, + "start": 24235, + "end": 24236, "loc": { "start": { - "line": 608, + "line": 618, "column": 35 }, "end": { - "line": 608, + "line": 618, "column": 36 } } @@ -297729,15 +304740,15 @@ "binop": null }, "value": "TIMEUPDATE", - "start": 23835, - "end": 23845, + "start": 24236, + "end": 24246, "loc": { "start": { - "line": 608, + "line": 618, "column": 36 }, "end": { - "line": 608, + "line": 618, "column": 46 } } @@ -297755,15 +304766,15 @@ "binop": null, "updateContext": null }, - "start": 23845, - "end": 23846, + "start": 24246, + "end": 24247, "loc": { "start": { - "line": 608, + "line": 618, "column": 46 }, "end": { - "line": 608, + "line": 618, "column": 47 } } @@ -297783,15 +304794,15 @@ "updateContext": null }, "value": "this", - "start": 23847, - "end": 23851, + "start": 24248, + "end": 24252, "loc": { "start": { - "line": 608, + "line": 618, "column": 48 }, "end": { - "line": 608, + "line": 618, "column": 52 } } @@ -297809,15 +304820,15 @@ "binop": null, "updateContext": null }, - "start": 23851, - "end": 23852, + "start": 24252, + "end": 24253, "loc": { "start": { - "line": 608, + "line": 618, "column": 52 }, "end": { - "line": 608, + "line": 618, "column": 53 } } @@ -297835,15 +304846,15 @@ "binop": null }, "value": "playbackTimeUpdate", - "start": 23852, - "end": 23870, + "start": 24253, + "end": 24271, "loc": { "start": { - "line": 608, + "line": 618, "column": 53 }, "end": { - "line": 608, + "line": 618, "column": 71 } } @@ -297860,15 +304871,15 @@ "postfix": false, "binop": null }, - "start": 23870, - "end": 23871, + "start": 24271, + "end": 24272, "loc": { "start": { - "line": 608, + "line": 618, "column": 71 }, "end": { - "line": 608, + "line": 618, "column": 72 } } @@ -297886,15 +304897,15 @@ "binop": null, "updateContext": null }, - "start": 23871, - "end": 23872, + "start": 24272, + "end": 24273, "loc": { "start": { - "line": 608, + "line": 618, "column": 72 }, "end": { - "line": 608, + "line": 618, "column": 73 } } @@ -297914,15 +304925,15 @@ "updateContext": null }, "value": "this", - "start": 23881, - "end": 23885, + "start": 24282, + "end": 24286, "loc": { "start": { - "line": 609, + "line": 619, "column": 8 }, "end": { - "line": 609, + "line": 619, "column": 12 } } @@ -297940,15 +304951,15 @@ "binop": null, "updateContext": null }, - "start": 23885, - "end": 23886, + "start": 24286, + "end": 24287, "loc": { "start": { - "line": 609, + "line": 619, "column": 12 }, "end": { - "line": 609, + "line": 619, "column": 13 } } @@ -297966,15 +304977,15 @@ "binop": null }, "value": "off", - "start": 23886, - "end": 23889, + "start": 24287, + "end": 24290, "loc": { "start": { - "line": 609, + "line": 619, "column": 13 }, "end": { - "line": 609, + "line": 619, "column": 16 } } @@ -297991,15 +305002,15 @@ "postfix": false, "binop": null }, - "start": 23889, - "end": 23890, + "start": 24290, + "end": 24291, "loc": { "start": { - "line": 609, + "line": 619, "column": 16 }, "end": { - "line": 609, + "line": 619, "column": 17 } } @@ -298019,15 +305030,15 @@ "updateContext": null }, "value": "this", - "start": 23890, - "end": 23894, + "start": 24291, + "end": 24295, "loc": { "start": { - "line": 609, + "line": 619, "column": 17 }, "end": { - "line": 609, + "line": 619, "column": 21 } } @@ -298045,15 +305056,15 @@ "binop": null, "updateContext": null }, - "start": 23894, - "end": 23895, + "start": 24295, + "end": 24296, "loc": { "start": { - "line": 609, + "line": 619, "column": 21 }, "end": { - "line": 609, + "line": 619, "column": 22 } } @@ -298071,15 +305082,15 @@ "binop": null }, "value": "player", - "start": 23895, - "end": 23901, + "start": 24296, + "end": 24302, "loc": { "start": { - "line": 609, + "line": 619, "column": 22 }, "end": { - "line": 609, + "line": 619, "column": 28 } } @@ -298097,15 +305108,15 @@ "binop": null, "updateContext": null }, - "start": 23901, - "end": 23902, + "start": 24302, + "end": 24303, "loc": { "start": { - "line": 609, + "line": 619, "column": 28 }, "end": { - "line": 609, + "line": 619, "column": 29 } } @@ -298123,15 +305134,15 @@ "binop": null }, "value": "Event", - "start": 23903, - "end": 23908, + "start": 24304, + "end": 24309, "loc": { "start": { - "line": 609, + "line": 619, "column": 30 }, "end": { - "line": 609, + "line": 619, "column": 35 } } @@ -298149,15 +305160,15 @@ "binop": null, "updateContext": null }, - "start": 23908, - "end": 23909, + "start": 24309, + "end": 24310, "loc": { "start": { - "line": 609, + "line": 619, "column": 35 }, "end": { - "line": 609, + "line": 619, "column": 36 } } @@ -298175,15 +305186,15 @@ "binop": null }, "value": "ENDED", - "start": 23909, - "end": 23914, + "start": 24310, + "end": 24315, "loc": { "start": { - "line": 609, + "line": 619, "column": 36 }, "end": { - "line": 609, + "line": 619, "column": 41 } } @@ -298201,15 +305212,15 @@ "binop": null, "updateContext": null }, - "start": 23914, - "end": 23915, + "start": 24315, + "end": 24316, "loc": { "start": { - "line": 609, + "line": 619, "column": 41 }, "end": { - "line": 609, + "line": 619, "column": 42 } } @@ -298229,15 +305240,15 @@ "updateContext": null }, "value": "this", - "start": 23916, - "end": 23920, + "start": 24317, + "end": 24321, "loc": { "start": { - "line": 609, + "line": 619, "column": 43 }, "end": { - "line": 609, + "line": 619, "column": 47 } } @@ -298255,15 +305266,15 @@ "binop": null, "updateContext": null }, - "start": 23920, - "end": 23921, + "start": 24321, + "end": 24322, "loc": { "start": { - "line": 609, + "line": 619, "column": 47 }, "end": { - "line": 609, + "line": 619, "column": 48 } } @@ -298281,15 +305292,15 @@ "binop": null }, "value": "playbackTimeUpdate", - "start": 23921, - "end": 23939, + "start": 24322, + "end": 24340, "loc": { "start": { - "line": 609, + "line": 619, "column": 48 }, "end": { - "line": 609, + "line": 619, "column": 66 } } @@ -298306,15 +305317,15 @@ "postfix": false, "binop": null }, - "start": 23939, - "end": 23940, + "start": 24340, + "end": 24341, "loc": { "start": { - "line": 609, + "line": 619, "column": 66 }, "end": { - "line": 609, + "line": 619, "column": 67 } } @@ -298332,15 +305343,15 @@ "binop": null, "updateContext": null }, - "start": 23940, - "end": 23941, + "start": 24341, + "end": 24342, "loc": { "start": { - "line": 609, + "line": 619, "column": 67 }, "end": { - "line": 609, + "line": 619, "column": 68 } } @@ -298348,15 +305359,15 @@ { "type": "CommentLine", "value": " setup recording engine", - "start": 23951, - "end": 23976, + "start": 24352, + "end": 24377, "loc": { "start": { - "line": 611, + "line": 621, "column": 8 }, "end": { - "line": 611, + "line": 621, "column": 33 } } @@ -298376,15 +305387,15 @@ "updateContext": null }, "value": "if", - "start": 23985, - "end": 23987, + "start": 24386, + "end": 24388, "loc": { "start": { - "line": 612, + "line": 622, "column": 8 }, "end": { - "line": 612, + "line": 622, "column": 10 } } @@ -298401,15 +305412,15 @@ "postfix": false, "binop": null }, - "start": 23988, - "end": 23989, + "start": 24389, + "end": 24390, "loc": { "start": { - "line": 612, + "line": 622, "column": 11 }, "end": { - "line": 612, + "line": 622, "column": 12 } } @@ -298429,15 +305440,15 @@ "updateContext": null }, "value": "this", - "start": 23989, - "end": 23993, + "start": 24390, + "end": 24394, "loc": { "start": { - "line": 612, + "line": 622, "column": 12 }, "end": { - "line": 612, + "line": 622, "column": 16 } } @@ -298455,15 +305466,15 @@ "binop": null, "updateContext": null }, - "start": 23993, - "end": 23994, + "start": 24394, + "end": 24395, "loc": { "start": { - "line": 612, + "line": 622, "column": 16 }, "end": { - "line": 612, + "line": 622, "column": 17 } } @@ -298481,15 +305492,15 @@ "binop": null }, "value": "getRecordType", - "start": 23994, - "end": 24007, + "start": 24395, + "end": 24408, "loc": { "start": { - "line": 612, + "line": 622, "column": 17 }, "end": { - "line": 612, + "line": 622, "column": 30 } } @@ -298506,15 +305517,15 @@ "postfix": false, "binop": null }, - "start": 24007, - "end": 24008, + "start": 24408, + "end": 24409, "loc": { "start": { - "line": 612, + "line": 622, "column": 30 }, "end": { - "line": 612, + "line": 622, "column": 31 } } @@ -298531,15 +305542,15 @@ "postfix": false, "binop": null }, - "start": 24008, - "end": 24009, + "start": 24409, + "end": 24410, "loc": { "start": { - "line": 612, + "line": 622, "column": 31 }, "end": { - "line": 612, + "line": 622, "column": 32 } } @@ -298558,15 +305569,15 @@ "updateContext": null }, "value": "!==", - "start": 24010, - "end": 24013, + "start": 24411, + "end": 24414, "loc": { "start": { - "line": 612, + "line": 622, "column": 33 }, "end": { - "line": 612, + "line": 622, "column": 36 } } @@ -298584,15 +305595,15 @@ "binop": null }, "value": "IMAGE_ONLY", - "start": 24014, - "end": 24024, + "start": 24415, + "end": 24425, "loc": { "start": { - "line": 612, + "line": 622, "column": 37 }, "end": { - "line": 612, + "line": 622, "column": 47 } } @@ -298609,15 +305620,15 @@ "postfix": false, "binop": null }, - "start": 24024, - "end": 24025, + "start": 24425, + "end": 24426, "loc": { "start": { - "line": 612, + "line": 622, "column": 47 }, "end": { - "line": 612, + "line": 622, "column": 48 } } @@ -298634,15 +305645,15 @@ "postfix": false, "binop": null }, - "start": 24026, - "end": 24027, + "start": 24427, + "end": 24428, "loc": { "start": { - "line": 612, + "line": 622, "column": 49 }, "end": { - "line": 612, + "line": 622, "column": 50 } } @@ -298650,15 +305661,15 @@ { "type": "CommentLine", "value": " currently record plugins are only supported in audio-only mode", - "start": 24040, - "end": 24105, + "start": 24441, + "end": 24506, "loc": { "start": { - "line": 613, + "line": 623, "column": 12 }, "end": { - "line": 613, + "line": 623, "column": 77 } } @@ -298678,15 +305689,15 @@ "updateContext": null }, "value": "if", - "start": 24118, - "end": 24120, + "start": 24519, + "end": 24521, "loc": { "start": { - "line": 614, + "line": 624, "column": 12 }, "end": { - "line": 614, + "line": 624, "column": 14 } } @@ -298703,15 +305714,15 @@ "postfix": false, "binop": null }, - "start": 24121, - "end": 24122, + "start": 24522, + "end": 24523, "loc": { "start": { - "line": 614, + "line": 624, "column": 15 }, "end": { - "line": 614, + "line": 624, "column": 16 } } @@ -298731,15 +305742,15 @@ "updateContext": null }, "value": "this", - "start": 24122, - "end": 24126, + "start": 24523, + "end": 24527, "loc": { "start": { - "line": 614, + "line": 624, "column": 16 }, "end": { - "line": 614, + "line": 624, "column": 20 } } @@ -298757,15 +305768,15 @@ "binop": null, "updateContext": null }, - "start": 24126, - "end": 24127, + "start": 24527, + "end": 24528, "loc": { "start": { - "line": 614, + "line": 624, "column": 20 }, "end": { - "line": 614, + "line": 624, "column": 21 } } @@ -298783,15 +305794,15 @@ "binop": null }, "value": "getRecordType", - "start": 24127, - "end": 24140, + "start": 24528, + "end": 24541, "loc": { "start": { - "line": 614, + "line": 624, "column": 21 }, "end": { - "line": 614, + "line": 624, "column": 34 } } @@ -298808,15 +305819,15 @@ "postfix": false, "binop": null }, - "start": 24140, - "end": 24141, + "start": 24541, + "end": 24542, "loc": { "start": { - "line": 614, + "line": 624, "column": 34 }, "end": { - "line": 614, + "line": 624, "column": 35 } } @@ -298833,15 +305844,15 @@ "postfix": false, "binop": null }, - "start": 24141, - "end": 24142, + "start": 24542, + "end": 24543, "loc": { "start": { - "line": 614, + "line": 624, "column": 35 }, "end": { - "line": 614, + "line": 624, "column": 36 } } @@ -298860,15 +305871,15 @@ "updateContext": null }, "value": "!==", - "start": 24143, - "end": 24146, + "start": 24544, + "end": 24547, "loc": { "start": { - "line": 614, + "line": 624, "column": 37 }, "end": { - "line": 614, + "line": 624, "column": 40 } } @@ -298886,15 +305897,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 24147, - "end": 24157, + "start": 24548, + "end": 24558, "loc": { "start": { - "line": 614, + "line": 624, "column": 41 }, "end": { - "line": 614, + "line": 624, "column": 51 } } @@ -298913,15 +305924,15 @@ "updateContext": null }, "value": "&&", - "start": 24158, - "end": 24160, + "start": 24559, + "end": 24561, "loc": { "start": { - "line": 614, + "line": 624, "column": 52 }, "end": { - "line": 614, + "line": 624, "column": 54 } } @@ -298939,15 +305950,15 @@ "binop": null }, "value": "isAudioPluginActive", - "start": 24161, - "end": 24180, + "start": 24562, + "end": 24581, "loc": { "start": { - "line": 614, + "line": 624, "column": 55 }, "end": { - "line": 614, + "line": 624, "column": 74 } } @@ -298964,15 +305975,15 @@ "postfix": false, "binop": null }, - "start": 24180, - "end": 24181, + "start": 24581, + "end": 24582, "loc": { "start": { - "line": 614, + "line": 624, "column": 74 }, "end": { - "line": 614, + "line": 624, "column": 75 } } @@ -298992,15 +306003,15 @@ "updateContext": null }, "value": "this", - "start": 24181, - "end": 24185, + "start": 24582, + "end": 24586, "loc": { "start": { - "line": 614, + "line": 624, "column": 75 }, "end": { - "line": 614, + "line": 624, "column": 79 } } @@ -299018,15 +306029,15 @@ "binop": null, "updateContext": null }, - "start": 24185, - "end": 24186, + "start": 24586, + "end": 24587, "loc": { "start": { - "line": 614, + "line": 624, "column": 79 }, "end": { - "line": 614, + "line": 624, "column": 80 } } @@ -299044,15 +306055,15 @@ "binop": null }, "value": "audioEngine", - "start": 24186, - "end": 24197, + "start": 24587, + "end": 24598, "loc": { "start": { - "line": 614, + "line": 624, "column": 80 }, "end": { - "line": 614, + "line": 624, "column": 91 } } @@ -299069,15 +306080,15 @@ "postfix": false, "binop": null }, - "start": 24197, - "end": 24198, + "start": 24598, + "end": 24599, "loc": { "start": { - "line": 614, + "line": 624, "column": 91 }, "end": { - "line": 614, + "line": 624, "column": 92 } } @@ -299094,15 +306105,15 @@ "postfix": false, "binop": null }, - "start": 24198, - "end": 24199, + "start": 24599, + "end": 24600, "loc": { "start": { - "line": 614, + "line": 624, "column": 92 }, "end": { - "line": 614, + "line": 624, "column": 93 } } @@ -299119,15 +306130,15 @@ "postfix": false, "binop": null }, - "start": 24200, - "end": 24201, + "start": 24601, + "end": 24602, "loc": { "start": { - "line": 614, + "line": 624, "column": 94 }, "end": { - "line": 614, + "line": 624, "column": 95 } } @@ -299147,15 +306158,15 @@ "updateContext": null }, "value": "throw", - "start": 24218, - "end": 24223, + "start": 24619, + "end": 24624, "loc": { "start": { - "line": 615, + "line": 625, "column": 16 }, "end": { - "line": 615, + "line": 625, "column": 21 } } @@ -299175,15 +306186,15 @@ "updateContext": null }, "value": "new", - "start": 24224, - "end": 24227, + "start": 24625, + "end": 24628, "loc": { "start": { - "line": 615, + "line": 625, "column": 22 }, "end": { - "line": 615, + "line": 625, "column": 25 } } @@ -299201,15 +306212,15 @@ "binop": null }, "value": "Error", - "start": 24228, - "end": 24233, + "start": 24629, + "end": 24634, "loc": { "start": { - "line": 615, + "line": 625, "column": 26 }, "end": { - "line": 615, + "line": 625, "column": 31 } } @@ -299226,15 +306237,15 @@ "postfix": false, "binop": null }, - "start": 24233, - "end": 24234, + "start": 24634, + "end": 24635, "loc": { "start": { - "line": 615, + "line": 625, "column": 31 }, "end": { - "line": 615, + "line": 625, "column": 32 } } @@ -299253,15 +306264,15 @@ "updateContext": null }, "value": "Currently ", - "start": 24234, - "end": 24246, + "start": 24635, + "end": 24647, "loc": { "start": { - "line": 615, + "line": 625, "column": 32 }, "end": { - "line": 615, + "line": 625, "column": 44 } } @@ -299280,15 +306291,15 @@ "updateContext": null }, "value": "+", - "start": 24247, - "end": 24248, + "start": 24648, + "end": 24649, "loc": { "start": { - "line": 615, + "line": 625, "column": 45 }, "end": { - "line": 615, + "line": 625, "column": 46 } } @@ -299308,15 +306319,15 @@ "updateContext": null }, "value": "this", - "start": 24249, - "end": 24253, + "start": 24650, + "end": 24654, "loc": { "start": { - "line": 615, + "line": 625, "column": 47 }, "end": { - "line": 615, + "line": 625, "column": 51 } } @@ -299334,15 +306345,15 @@ "binop": null, "updateContext": null }, - "start": 24253, - "end": 24254, + "start": 24654, + "end": 24655, "loc": { "start": { - "line": 615, + "line": 625, "column": 51 }, "end": { - "line": 615, + "line": 625, "column": 52 } } @@ -299360,15 +306371,15 @@ "binop": null }, "value": "audioEngine", - "start": 24254, - "end": 24265, + "start": 24655, + "end": 24666, "loc": { "start": { - "line": 615, + "line": 625, "column": 52 }, "end": { - "line": 615, + "line": 625, "column": 63 } } @@ -299387,15 +306398,15 @@ "updateContext": null }, "value": "+", - "start": 24266, - "end": 24267, + "start": 24667, + "end": 24668, "loc": { "start": { - "line": 615, + "line": 625, "column": 64 }, "end": { - "line": 615, + "line": 625, "column": 65 } } @@ -299414,15 +306425,15 @@ "updateContext": null }, "value": " is only supported in audio-only mode.", - "start": 24288, - "end": 24328, + "start": 24689, + "end": 24729, "loc": { "start": { - "line": 616, + "line": 626, "column": 20 }, "end": { - "line": 616, + "line": 626, "column": 60 } } @@ -299439,15 +306450,15 @@ "postfix": false, "binop": null }, - "start": 24328, - "end": 24329, + "start": 24729, + "end": 24730, "loc": { "start": { - "line": 616, + "line": 626, "column": 60 }, "end": { - "line": 616, + "line": 626, "column": 61 } } @@ -299465,15 +306476,15 @@ "binop": null, "updateContext": null }, - "start": 24329, - "end": 24330, + "start": 24730, + "end": 24731, "loc": { "start": { - "line": 616, + "line": 626, "column": 61 }, "end": { - "line": 616, + "line": 626, "column": 62 } } @@ -299490,15 +306501,15 @@ "postfix": false, "binop": null }, - "start": 24343, - "end": 24344, + "start": 24744, + "end": 24745, "loc": { "start": { - "line": 617, + "line": 627, "column": 12 }, "end": { - "line": 617, + "line": 627, "column": 13 } } @@ -299506,15 +306517,15 @@ { "type": "CommentLine", "value": " load plugins, if any", - "start": 24358, - "end": 24381, + "start": 24759, + "end": 24782, "loc": { "start": { - "line": 619, + "line": 629, "column": 12 }, "end": { - "line": 619, + "line": 629, "column": 35 } } @@ -299534,15 +306545,15 @@ "updateContext": null }, "value": "let", - "start": 24394, - "end": 24397, + "start": 24795, + "end": 24798, "loc": { "start": { - "line": 620, + "line": 630, "column": 12 }, "end": { - "line": 620, + "line": 630, "column": 15 } } @@ -299560,15 +306571,15 @@ "binop": null }, "value": "EngineClass", - "start": 24398, - "end": 24409, + "start": 24799, + "end": 24810, "loc": { "start": { - "line": 620, + "line": 630, "column": 16 }, "end": { - "line": 620, + "line": 630, "column": 27 } } @@ -299586,15 +306597,15 @@ "binop": null, "updateContext": null }, - "start": 24409, - "end": 24410, + "start": 24810, + "end": 24811, "loc": { "start": { - "line": 620, + "line": 630, "column": 27 }, "end": { - "line": 620, + "line": 630, "column": 28 } } @@ -299612,15 +306623,15 @@ "binop": null }, "value": "engineType", - "start": 24411, - "end": 24421, + "start": 24812, + "end": 24822, "loc": { "start": { - "line": 620, + "line": 630, "column": 29 }, "end": { - "line": 620, + "line": 630, "column": 39 } } @@ -299638,15 +306649,15 @@ "binop": null, "updateContext": null }, - "start": 24421, - "end": 24422, + "start": 24822, + "end": 24823, "loc": { "start": { - "line": 620, + "line": 630, "column": 39 }, "end": { - "line": 620, + "line": 630, "column": 40 } } @@ -299666,15 +306677,15 @@ "updateContext": null }, "value": "switch", - "start": 24435, - "end": 24441, + "start": 24836, + "end": 24842, "loc": { "start": { - "line": 621, + "line": 631, "column": 12 }, "end": { - "line": 621, + "line": 631, "column": 18 } } @@ -299691,15 +306702,15 @@ "postfix": false, "binop": null }, - "start": 24442, - "end": 24443, + "start": 24843, + "end": 24844, "loc": { "start": { - "line": 621, + "line": 631, "column": 19 }, "end": { - "line": 621, + "line": 631, "column": 20 } } @@ -299719,15 +306730,15 @@ "updateContext": null }, "value": "this", - "start": 24443, - "end": 24447, + "start": 24844, + "end": 24848, "loc": { "start": { - "line": 621, + "line": 631, "column": 20 }, "end": { - "line": 621, + "line": 631, "column": 24 } } @@ -299745,15 +306756,15 @@ "binop": null, "updateContext": null }, - "start": 24447, - "end": 24448, + "start": 24848, + "end": 24849, "loc": { "start": { - "line": 621, + "line": 631, "column": 24 }, "end": { - "line": 621, + "line": 631, "column": 25 } } @@ -299771,15 +306782,15 @@ "binop": null }, "value": "getRecordType", - "start": 24448, - "end": 24461, + "start": 24849, + "end": 24862, "loc": { "start": { - "line": 621, + "line": 631, "column": 25 }, "end": { - "line": 621, + "line": 631, "column": 38 } } @@ -299796,15 +306807,15 @@ "postfix": false, "binop": null }, - "start": 24461, - "end": 24462, + "start": 24862, + "end": 24863, "loc": { "start": { - "line": 621, + "line": 631, "column": 38 }, "end": { - "line": 621, + "line": 631, "column": 39 } } @@ -299821,15 +306832,15 @@ "postfix": false, "binop": null }, - "start": 24462, - "end": 24463, + "start": 24863, + "end": 24864, "loc": { "start": { - "line": 621, + "line": 631, "column": 39 }, "end": { - "line": 621, + "line": 631, "column": 40 } } @@ -299846,15 +306857,15 @@ "postfix": false, "binop": null }, - "start": 24463, - "end": 24464, + "start": 24864, + "end": 24865, "loc": { "start": { - "line": 621, + "line": 631, "column": 40 }, "end": { - "line": 621, + "line": 631, "column": 41 } } @@ -299871,15 +306882,15 @@ "postfix": false, "binop": null }, - "start": 24465, - "end": 24466, + "start": 24866, + "end": 24867, "loc": { "start": { - "line": 621, + "line": 631, "column": 42 }, "end": { - "line": 621, + "line": 631, "column": 43 } } @@ -299899,15 +306910,15 @@ "updateContext": null }, "value": "case", - "start": 24483, - "end": 24487, + "start": 24884, + "end": 24888, "loc": { "start": { - "line": 622, + "line": 632, "column": 16 }, "end": { - "line": 622, + "line": 632, "column": 20 } } @@ -299925,15 +306936,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 24488, - "end": 24498, + "start": 24889, + "end": 24899, "loc": { "start": { - "line": 622, + "line": 632, "column": 21 }, "end": { - "line": 622, + "line": 632, "column": 31 } } @@ -299951,15 +306962,15 @@ "binop": null, "updateContext": null }, - "start": 24498, - "end": 24499, + "start": 24899, + "end": 24900, "loc": { "start": { - "line": 622, + "line": 632, "column": 31 }, "end": { - "line": 622, + "line": 632, "column": 32 } } @@ -299967,15 +306978,15 @@ { "type": "CommentLine", "value": " get audio plugin engine class (or default recordrtc engine)", - "start": 24520, - "end": 24582, + "start": 24921, + "end": 24983, "loc": { "start": { - "line": 623, + "line": 633, "column": 20 }, "end": { - "line": 623, + "line": 633, "column": 82 } } @@ -299993,15 +307004,15 @@ "binop": null }, "value": "EngineClass", - "start": 24603, - "end": 24614, + "start": 25004, + "end": 25015, "loc": { "start": { - "line": 624, + "line": 634, "column": 20 }, "end": { - "line": 624, + "line": 634, "column": 31 } } @@ -300020,15 +307031,15 @@ "updateContext": null }, "value": "=", - "start": 24615, - "end": 24616, + "start": 25016, + "end": 25017, "loc": { "start": { - "line": 624, + "line": 634, "column": 32 }, "end": { - "line": 624, + "line": 634, "column": 33 } } @@ -300046,15 +307057,15 @@ "binop": null }, "value": "getAudioEngine", - "start": 24617, - "end": 24631, + "start": 25018, + "end": 25032, "loc": { "start": { - "line": 624, + "line": 634, "column": 34 }, "end": { - "line": 624, + "line": 634, "column": 48 } } @@ -300071,15 +307082,15 @@ "postfix": false, "binop": null }, - "start": 24631, - "end": 24632, + "start": 25032, + "end": 25033, "loc": { "start": { - "line": 624, + "line": 634, "column": 48 }, "end": { - "line": 624, + "line": 634, "column": 49 } } @@ -300099,15 +307110,15 @@ "updateContext": null }, "value": "this", - "start": 24632, - "end": 24636, + "start": 25033, + "end": 25037, "loc": { "start": { - "line": 624, + "line": 634, "column": 49 }, "end": { - "line": 624, + "line": 634, "column": 53 } } @@ -300125,15 +307136,15 @@ "binop": null, "updateContext": null }, - "start": 24636, - "end": 24637, + "start": 25037, + "end": 25038, "loc": { "start": { - "line": 624, + "line": 634, "column": 53 }, "end": { - "line": 624, + "line": 634, "column": 54 } } @@ -300151,15 +307162,15 @@ "binop": null }, "value": "audioEngine", - "start": 24637, - "end": 24648, + "start": 25038, + "end": 25049, "loc": { "start": { - "line": 624, + "line": 634, "column": 54 }, "end": { - "line": 624, + "line": 634, "column": 65 } } @@ -300176,15 +307187,15 @@ "postfix": false, "binop": null }, - "start": 24648, - "end": 24649, + "start": 25049, + "end": 25050, "loc": { "start": { - "line": 624, + "line": 634, "column": 65 }, "end": { - "line": 624, + "line": 634, "column": 66 } } @@ -300202,15 +307213,15 @@ "binop": null, "updateContext": null }, - "start": 24649, - "end": 24650, + "start": 25050, + "end": 25051, "loc": { "start": { - "line": 624, + "line": 634, "column": 66 }, "end": { - "line": 624, + "line": 634, "column": 67 } } @@ -300228,15 +307239,15 @@ "binop": null }, "value": "engineType", - "start": 24671, - "end": 24681, + "start": 25072, + "end": 25082, "loc": { "start": { - "line": 625, + "line": 635, "column": 20 }, "end": { - "line": 625, + "line": 635, "column": 30 } } @@ -300255,15 +307266,15 @@ "updateContext": null }, "value": "=", - "start": 24682, - "end": 24683, + "start": 25083, + "end": 25084, "loc": { "start": { - "line": 625, + "line": 635, "column": 31 }, "end": { - "line": 625, + "line": 635, "column": 32 } } @@ -300283,15 +307294,15 @@ "updateContext": null }, "value": "this", - "start": 24684, - "end": 24688, + "start": 25085, + "end": 25089, "loc": { "start": { - "line": 625, + "line": 635, "column": 33 }, "end": { - "line": 625, + "line": 635, "column": 37 } } @@ -300309,15 +307320,15 @@ "binop": null, "updateContext": null }, - "start": 24688, - "end": 24689, + "start": 25089, + "end": 25090, "loc": { "start": { - "line": 625, + "line": 635, "column": 37 }, "end": { - "line": 625, + "line": 635, "column": 38 } } @@ -300335,15 +307346,15 @@ "binop": null }, "value": "audioEngine", - "start": 24689, - "end": 24700, + "start": 25090, + "end": 25101, "loc": { "start": { - "line": 625, + "line": 635, "column": 38 }, "end": { - "line": 625, + "line": 635, "column": 49 } } @@ -300361,15 +307372,15 @@ "binop": null, "updateContext": null }, - "start": 24700, - "end": 24701, + "start": 25101, + "end": 25102, "loc": { "start": { - "line": 625, + "line": 635, "column": 49 }, "end": { - "line": 625, + "line": 635, "column": 50 } } @@ -300389,15 +307400,15 @@ "updateContext": null }, "value": "break", - "start": 24722, - "end": 24727, + "start": 25123, + "end": 25128, "loc": { "start": { - "line": 626, + "line": 636, "column": 20 }, "end": { - "line": 626, + "line": 636, "column": 25 } } @@ -300415,15 +307426,15 @@ "binop": null, "updateContext": null }, - "start": 24727, - "end": 24728, + "start": 25128, + "end": 25129, "loc": { "start": { - "line": 626, + "line": 636, "column": 25 }, "end": { - "line": 626, + "line": 636, "column": 26 } } @@ -300443,15 +307454,15 @@ "updateContext": null }, "value": "default", - "start": 24746, - "end": 24753, + "start": 25147, + "end": 25154, "loc": { "start": { - "line": 628, + "line": 638, "column": 16 }, "end": { - "line": 628, + "line": 638, "column": 23 } } @@ -300469,15 +307480,15 @@ "binop": null, "updateContext": null }, - "start": 24753, - "end": 24754, + "start": 25154, + "end": 25155, "loc": { "start": { - "line": 628, + "line": 638, "column": 23 }, "end": { - "line": 628, + "line": 638, "column": 24 } } @@ -300485,15 +307496,15 @@ { "type": "CommentLine", "value": " get video plugin engine class (or default recordrtc engine)", - "start": 24775, - "end": 24837, + "start": 25176, + "end": 25238, "loc": { "start": { - "line": 629, + "line": 639, "column": 20 }, "end": { - "line": 629, + "line": 639, "column": 82 } } @@ -300511,15 +307522,15 @@ "binop": null }, "value": "EngineClass", - "start": 24858, - "end": 24869, + "start": 25259, + "end": 25270, "loc": { "start": { - "line": 630, + "line": 640, "column": 20 }, "end": { - "line": 630, + "line": 640, "column": 31 } } @@ -300538,15 +307549,15 @@ "updateContext": null }, "value": "=", - "start": 24870, - "end": 24871, + "start": 25271, + "end": 25272, "loc": { "start": { - "line": 630, + "line": 640, "column": 32 }, "end": { - "line": 630, + "line": 640, "column": 33 } } @@ -300564,15 +307575,15 @@ "binop": null }, "value": "getVideoEngine", - "start": 24872, - "end": 24886, + "start": 25273, + "end": 25287, "loc": { "start": { - "line": 630, + "line": 640, "column": 34 }, "end": { - "line": 630, + "line": 640, "column": 48 } } @@ -300589,15 +307600,15 @@ "postfix": false, "binop": null }, - "start": 24886, - "end": 24887, + "start": 25287, + "end": 25288, "loc": { "start": { - "line": 630, + "line": 640, "column": 48 }, "end": { - "line": 630, + "line": 640, "column": 49 } } @@ -300617,15 +307628,15 @@ "updateContext": null }, "value": "this", - "start": 24887, - "end": 24891, + "start": 25288, + "end": 25292, "loc": { "start": { - "line": 630, + "line": 640, "column": 49 }, "end": { - "line": 630, + "line": 640, "column": 53 } } @@ -300643,15 +307654,15 @@ "binop": null, "updateContext": null }, - "start": 24891, - "end": 24892, + "start": 25292, + "end": 25293, "loc": { "start": { - "line": 630, + "line": 640, "column": 53 }, "end": { - "line": 630, + "line": 640, "column": 54 } } @@ -300669,15 +307680,15 @@ "binop": null }, "value": "videoEngine", - "start": 24892, - "end": 24903, + "start": 25293, + "end": 25304, "loc": { "start": { - "line": 630, + "line": 640, "column": 54 }, "end": { - "line": 630, + "line": 640, "column": 65 } } @@ -300694,15 +307705,15 @@ "postfix": false, "binop": null }, - "start": 24903, - "end": 24904, + "start": 25304, + "end": 25305, "loc": { "start": { - "line": 630, + "line": 640, "column": 65 }, "end": { - "line": 630, + "line": 640, "column": 66 } } @@ -300720,15 +307731,15 @@ "binop": null, "updateContext": null }, - "start": 24904, - "end": 24905, + "start": 25305, + "end": 25306, "loc": { "start": { - "line": 630, + "line": 640, "column": 66 }, "end": { - "line": 630, + "line": 640, "column": 67 } } @@ -300746,15 +307757,15 @@ "binop": null }, "value": "engineType", - "start": 24926, - "end": 24936, + "start": 25327, + "end": 25337, "loc": { "start": { - "line": 631, + "line": 641, "column": 20 }, "end": { - "line": 631, + "line": 641, "column": 30 } } @@ -300773,15 +307784,15 @@ "updateContext": null }, "value": "=", - "start": 24937, - "end": 24938, + "start": 25338, + "end": 25339, "loc": { "start": { - "line": 631, + "line": 641, "column": 31 }, "end": { - "line": 631, + "line": 641, "column": 32 } } @@ -300801,15 +307812,15 @@ "updateContext": null }, "value": "this", - "start": 24939, - "end": 24943, + "start": 25340, + "end": 25344, "loc": { "start": { - "line": 631, + "line": 641, "column": 33 }, "end": { - "line": 631, + "line": 641, "column": 37 } } @@ -300827,15 +307838,15 @@ "binop": null, "updateContext": null }, - "start": 24943, - "end": 24944, + "start": 25344, + "end": 25345, "loc": { "start": { - "line": 631, + "line": 641, "column": 37 }, "end": { - "line": 631, + "line": 641, "column": 38 } } @@ -300853,15 +307864,15 @@ "binop": null }, "value": "videoEngine", - "start": 24944, - "end": 24955, + "start": 25345, + "end": 25356, "loc": { "start": { - "line": 631, + "line": 641, "column": 38 }, "end": { - "line": 631, + "line": 641, "column": 49 } } @@ -300879,15 +307890,15 @@ "binop": null, "updateContext": null }, - "start": 24955, - "end": 24956, + "start": 25356, + "end": 25357, "loc": { "start": { - "line": 631, + "line": 641, "column": 49 }, "end": { - "line": 631, + "line": 641, "column": 50 } } @@ -300904,15 +307915,15 @@ "postfix": false, "binop": null }, - "start": 24969, - "end": 24970, + "start": 25370, + "end": 25371, "loc": { "start": { - "line": 632, + "line": 642, "column": 12 }, "end": { - "line": 632, + "line": 642, "column": 13 } } @@ -300920,15 +307931,15 @@ { "type": "CommentLine", "value": " create recording engine", - "start": 24984, - "end": 25010, + "start": 25385, + "end": 25411, "loc": { "start": { - "line": 634, + "line": 644, "column": 12 }, "end": { - "line": 634, + "line": 644, "column": 38 } } @@ -300948,15 +307959,15 @@ "updateContext": null }, "value": "try", - "start": 25023, - "end": 25026, + "start": 25424, + "end": 25427, "loc": { "start": { - "line": 635, + "line": 645, "column": 12 }, "end": { - "line": 635, + "line": 645, "column": 15 } } @@ -300973,15 +307984,15 @@ "postfix": false, "binop": null }, - "start": 25027, - "end": 25028, + "start": 25428, + "end": 25429, "loc": { "start": { - "line": 635, + "line": 645, "column": 16 }, "end": { - "line": 635, + "line": 645, "column": 17 } } @@ -300989,15 +308000,15 @@ { "type": "CommentLine", "value": " connect stream to recording engine", - "start": 25045, - "end": 25082, + "start": 25446, + "end": 25483, "loc": { "start": { - "line": 636, + "line": 646, "column": 16 }, "end": { - "line": 636, + "line": 646, "column": 53 } } @@ -301017,15 +308028,15 @@ "updateContext": null }, "value": "this", - "start": 25099, - "end": 25103, + "start": 25500, + "end": 25504, "loc": { "start": { - "line": 637, + "line": 647, "column": 16 }, "end": { - "line": 637, + "line": 647, "column": 20 } } @@ -301043,15 +308054,15 @@ "binop": null, "updateContext": null }, - "start": 25103, - "end": 25104, + "start": 25504, + "end": 25505, "loc": { "start": { - "line": 637, + "line": 647, "column": 20 }, "end": { - "line": 637, + "line": 647, "column": 21 } } @@ -301069,15 +308080,15 @@ "binop": null }, "value": "engine", - "start": 25104, - "end": 25110, + "start": 25505, + "end": 25511, "loc": { "start": { - "line": 637, + "line": 647, "column": 21 }, "end": { - "line": 637, + "line": 647, "column": 27 } } @@ -301096,15 +308107,15 @@ "updateContext": null }, "value": "=", - "start": 25111, - "end": 25112, + "start": 25512, + "end": 25513, "loc": { "start": { - "line": 637, + "line": 647, "column": 28 }, "end": { - "line": 637, + "line": 647, "column": 29 } } @@ -301124,15 +308135,15 @@ "updateContext": null }, "value": "new", - "start": 25113, - "end": 25116, + "start": 25514, + "end": 25517, "loc": { "start": { - "line": 637, + "line": 647, "column": 30 }, "end": { - "line": 637, + "line": 647, "column": 33 } } @@ -301150,15 +308161,15 @@ "binop": null }, "value": "EngineClass", - "start": 25117, - "end": 25128, + "start": 25518, + "end": 25529, "loc": { "start": { - "line": 637, + "line": 647, "column": 34 }, "end": { - "line": 637, + "line": 647, "column": 45 } } @@ -301175,15 +308186,15 @@ "postfix": false, "binop": null }, - "start": 25128, - "end": 25129, + "start": 25529, + "end": 25530, "loc": { "start": { - "line": 637, + "line": 647, "column": 45 }, "end": { - "line": 637, + "line": 647, "column": 46 } } @@ -301203,15 +308214,15 @@ "updateContext": null }, "value": "this", - "start": 25129, - "end": 25133, + "start": 25530, + "end": 25534, "loc": { "start": { - "line": 637, + "line": 647, "column": 46 }, "end": { - "line": 637, + "line": 647, "column": 50 } } @@ -301229,15 +308240,15 @@ "binop": null, "updateContext": null }, - "start": 25133, - "end": 25134, + "start": 25534, + "end": 25535, "loc": { "start": { - "line": 637, + "line": 647, "column": 50 }, "end": { - "line": 637, + "line": 647, "column": 51 } } @@ -301255,15 +308266,15 @@ "binop": null }, "value": "player", - "start": 25134, - "end": 25140, + "start": 25535, + "end": 25541, "loc": { "start": { - "line": 637, + "line": 647, "column": 51 }, "end": { - "line": 637, + "line": 647, "column": 57 } } @@ -301281,15 +308292,15 @@ "binop": null, "updateContext": null }, - "start": 25140, - "end": 25141, + "start": 25541, + "end": 25542, "loc": { "start": { - "line": 637, + "line": 647, "column": 57 }, "end": { - "line": 637, + "line": 647, "column": 58 } } @@ -301309,15 +308320,15 @@ "updateContext": null }, "value": "this", - "start": 25142, - "end": 25146, + "start": 25543, + "end": 25547, "loc": { "start": { - "line": 637, + "line": 647, "column": 59 }, "end": { - "line": 637, + "line": 647, "column": 63 } } @@ -301335,15 +308346,15 @@ "binop": null, "updateContext": null }, - "start": 25146, - "end": 25147, + "start": 25547, + "end": 25548, "loc": { "start": { - "line": 637, + "line": 647, "column": 63 }, "end": { - "line": 637, + "line": 647, "column": 64 } } @@ -301361,15 +308372,15 @@ "binop": null }, "value": "player", - "start": 25147, - "end": 25153, + "start": 25548, + "end": 25554, "loc": { "start": { - "line": 637, + "line": 647, "column": 64 }, "end": { - "line": 637, + "line": 647, "column": 70 } } @@ -301387,15 +308398,15 @@ "binop": null, "updateContext": null }, - "start": 25153, - "end": 25154, + "start": 25554, + "end": 25555, "loc": { "start": { - "line": 637, + "line": 647, "column": 70 }, "end": { - "line": 637, + "line": 647, "column": 71 } } @@ -301413,15 +308424,15 @@ "binop": null }, "value": "options_", - "start": 25154, - "end": 25162, + "start": 25555, + "end": 25563, "loc": { "start": { - "line": 637, + "line": 647, "column": 71 }, "end": { - "line": 637, + "line": 647, "column": 79 } } @@ -301438,15 +308449,15 @@ "postfix": false, "binop": null }, - "start": 25162, - "end": 25163, + "start": 25563, + "end": 25564, "loc": { "start": { - "line": 637, + "line": 647, "column": 79 }, "end": { - "line": 637, + "line": 647, "column": 80 } } @@ -301464,15 +308475,15 @@ "binop": null, "updateContext": null }, - "start": 25163, - "end": 25164, + "start": 25564, + "end": 25565, "loc": { "start": { - "line": 637, + "line": 647, "column": 80 }, "end": { - "line": 637, + "line": 647, "column": 81 } } @@ -301489,15 +308500,15 @@ "postfix": false, "binop": null }, - "start": 25177, - "end": 25178, + "start": 25578, + "end": 25579, "loc": { "start": { - "line": 638, + "line": 648, "column": 12 }, "end": { - "line": 638, + "line": 648, "column": 13 } } @@ -301517,15 +308528,15 @@ "updateContext": null }, "value": "catch", - "start": 25179, - "end": 25184, + "start": 25580, + "end": 25585, "loc": { "start": { - "line": 638, + "line": 648, "column": 14 }, "end": { - "line": 638, + "line": 648, "column": 19 } } @@ -301542,15 +308553,15 @@ "postfix": false, "binop": null }, - "start": 25185, - "end": 25186, + "start": 25586, + "end": 25587, "loc": { "start": { - "line": 638, + "line": 648, "column": 20 }, "end": { - "line": 638, + "line": 648, "column": 21 } } @@ -301568,15 +308579,15 @@ "binop": null }, "value": "err", - "start": 25186, - "end": 25189, + "start": 25587, + "end": 25590, "loc": { "start": { - "line": 638, + "line": 648, "column": 21 }, "end": { - "line": 638, + "line": 648, "column": 24 } } @@ -301593,15 +308604,15 @@ "postfix": false, "binop": null }, - "start": 25189, - "end": 25190, + "start": 25590, + "end": 25591, "loc": { "start": { - "line": 638, + "line": 648, "column": 24 }, "end": { - "line": 638, + "line": 648, "column": 25 } } @@ -301618,15 +308629,15 @@ "postfix": false, "binop": null }, - "start": 25191, - "end": 25192, + "start": 25592, + "end": 25593, "loc": { "start": { - "line": 638, + "line": 648, "column": 26 }, "end": { - "line": 638, + "line": 648, "column": 27 } } @@ -301646,15 +308657,15 @@ "updateContext": null }, "value": "throw", - "start": 25209, - "end": 25214, + "start": 25610, + "end": 25615, "loc": { "start": { - "line": 639, + "line": 649, "column": 16 }, "end": { - "line": 639, + "line": 649, "column": 21 } } @@ -301674,15 +308685,15 @@ "updateContext": null }, "value": "new", - "start": 25215, - "end": 25218, + "start": 25616, + "end": 25619, "loc": { "start": { - "line": 639, + "line": 649, "column": 22 }, "end": { - "line": 639, + "line": 649, "column": 25 } } @@ -301700,15 +308711,15 @@ "binop": null }, "value": "Error", - "start": 25219, - "end": 25224, + "start": 25620, + "end": 25625, "loc": { "start": { - "line": 639, + "line": 649, "column": 26 }, "end": { - "line": 639, + "line": 649, "column": 31 } } @@ -301725,15 +308736,15 @@ "postfix": false, "binop": null }, - "start": 25224, - "end": 25225, + "start": 25625, + "end": 25626, "loc": { "start": { - "line": 639, + "line": 649, "column": 31 }, "end": { - "line": 639, + "line": 649, "column": 32 } } @@ -301752,15 +308763,15 @@ "updateContext": null }, "value": "Could not load ", - "start": 25225, - "end": 25242, + "start": 25626, + "end": 25643, "loc": { "start": { - "line": 639, + "line": 649, "column": 32 }, "end": { - "line": 639, + "line": 649, "column": 49 } } @@ -301779,15 +308790,15 @@ "updateContext": null }, "value": "+", - "start": 25243, - "end": 25244, + "start": 25644, + "end": 25645, "loc": { "start": { - "line": 639, + "line": 649, "column": 50 }, "end": { - "line": 639, + "line": 649, "column": 51 } } @@ -301805,15 +308816,15 @@ "binop": null }, "value": "engineType", - "start": 25245, - "end": 25255, + "start": 25646, + "end": 25656, "loc": { "start": { - "line": 639, + "line": 649, "column": 52 }, "end": { - "line": 639, + "line": 649, "column": 62 } } @@ -301832,15 +308843,15 @@ "updateContext": null }, "value": "+", - "start": 25256, - "end": 25257, + "start": 25657, + "end": 25658, "loc": { "start": { - "line": 639, + "line": 649, "column": 63 }, "end": { - "line": 639, + "line": 649, "column": 64 } } @@ -301859,15 +308870,15 @@ "updateContext": null }, "value": " plugin", - "start": 25258, - "end": 25267, + "start": 25659, + "end": 25668, "loc": { "start": { - "line": 639, + "line": 649, "column": 65 }, "end": { - "line": 639, + "line": 649, "column": 74 } } @@ -301884,15 +308895,15 @@ "postfix": false, "binop": null }, - "start": 25267, - "end": 25268, + "start": 25668, + "end": 25669, "loc": { "start": { - "line": 639, + "line": 649, "column": 74 }, "end": { - "line": 639, + "line": 649, "column": 75 } } @@ -301910,15 +308921,15 @@ "binop": null, "updateContext": null }, - "start": 25268, - "end": 25269, + "start": 25669, + "end": 25670, "loc": { "start": { - "line": 639, + "line": 649, "column": 75 }, "end": { - "line": 639, + "line": 649, "column": 76 } } @@ -301935,15 +308946,15 @@ "postfix": false, "binop": null }, - "start": 25282, - "end": 25283, + "start": 25683, + "end": 25684, "loc": { "start": { - "line": 640, + "line": 650, "column": 12 }, "end": { - "line": 640, + "line": 650, "column": 13 } } @@ -301951,15 +308962,15 @@ { "type": "CommentLine", "value": " listen for events", - "start": 25297, - "end": 25317, + "start": 25698, + "end": 25718, "loc": { "start": { - "line": 642, + "line": 652, "column": 12 }, "end": { - "line": 642, + "line": 652, "column": 32 } } @@ -301979,15 +308990,15 @@ "updateContext": null }, "value": "this", - "start": 25330, - "end": 25334, + "start": 25731, + "end": 25735, "loc": { "start": { - "line": 643, + "line": 653, "column": 12 }, "end": { - "line": 643, + "line": 653, "column": 16 } } @@ -302005,15 +309016,15 @@ "binop": null, "updateContext": null }, - "start": 25334, - "end": 25335, + "start": 25735, + "end": 25736, "loc": { "start": { - "line": 643, + "line": 653, "column": 16 }, "end": { - "line": 643, + "line": 653, "column": 17 } } @@ -302031,15 +309042,15 @@ "binop": null }, "value": "engine", - "start": 25335, - "end": 25341, + "start": 25736, + "end": 25742, "loc": { "start": { - "line": 643, + "line": 653, "column": 17 }, "end": { - "line": 643, + "line": 653, "column": 23 } } @@ -302057,15 +309068,15 @@ "binop": null, "updateContext": null }, - "start": 25341, - "end": 25342, + "start": 25742, + "end": 25743, "loc": { "start": { - "line": 643, + "line": 653, "column": 23 }, "end": { - "line": 643, + "line": 653, "column": 24 } } @@ -302083,15 +309094,15 @@ "binop": null }, "value": "on", - "start": 25342, - "end": 25344, + "start": 25743, + "end": 25745, "loc": { "start": { - "line": 643, + "line": 653, "column": 24 }, "end": { - "line": 643, + "line": 653, "column": 26 } } @@ -302108,15 +309119,15 @@ "postfix": false, "binop": null }, - "start": 25344, - "end": 25345, + "start": 25745, + "end": 25746, "loc": { "start": { - "line": 643, + "line": 653, "column": 26 }, "end": { - "line": 643, + "line": 653, "column": 27 } } @@ -302134,15 +309145,15 @@ "binop": null }, "value": "Event", - "start": 25345, - "end": 25350, + "start": 25746, + "end": 25751, "loc": { "start": { - "line": 643, + "line": 653, "column": 27 }, "end": { - "line": 643, + "line": 653, "column": 32 } } @@ -302160,15 +309171,15 @@ "binop": null, "updateContext": null }, - "start": 25350, - "end": 25351, + "start": 25751, + "end": 25752, "loc": { "start": { - "line": 643, + "line": 653, "column": 32 }, "end": { - "line": 643, + "line": 653, "column": 33 } } @@ -302186,15 +309197,15 @@ "binop": null }, "value": "RECORD_COMPLETE", - "start": 25351, - "end": 25366, + "start": 25752, + "end": 25767, "loc": { "start": { - "line": 643, + "line": 653, "column": 33 }, "end": { - "line": 643, + "line": 653, "column": 48 } } @@ -302212,15 +309223,15 @@ "binop": null, "updateContext": null }, - "start": 25366, - "end": 25367, + "start": 25767, + "end": 25768, "loc": { "start": { - "line": 643, + "line": 653, "column": 48 }, "end": { - "line": 643, + "line": 653, "column": 49 } } @@ -302240,15 +309251,15 @@ "updateContext": null }, "value": "this", - "start": 25368, - "end": 25372, + "start": 25769, + "end": 25773, "loc": { "start": { - "line": 643, + "line": 653, "column": 50 }, "end": { - "line": 643, + "line": 653, "column": 54 } } @@ -302266,15 +309277,15 @@ "binop": null, "updateContext": null }, - "start": 25372, - "end": 25373, + "start": 25773, + "end": 25774, "loc": { "start": { - "line": 643, + "line": 653, "column": 54 }, "end": { - "line": 643, + "line": 653, "column": 55 } } @@ -302292,15 +309303,15 @@ "binop": null }, "value": "engineStopCallback", - "start": 25373, - "end": 25391, + "start": 25774, + "end": 25792, "loc": { "start": { - "line": 643, + "line": 653, "column": 55 }, "end": { - "line": 643, + "line": 653, "column": 73 } } @@ -302317,15 +309328,15 @@ "postfix": false, "binop": null }, - "start": 25391, - "end": 25392, + "start": 25792, + "end": 25793, "loc": { "start": { - "line": 643, + "line": 653, "column": 73 }, "end": { - "line": 643, + "line": 653, "column": 74 } } @@ -302343,15 +309354,15 @@ "binop": null, "updateContext": null }, - "start": 25392, - "end": 25393, + "start": 25793, + "end": 25794, "loc": { "start": { - "line": 643, + "line": 653, "column": 74 }, "end": { - "line": 643, + "line": 653, "column": 75 } } @@ -302359,15 +309370,15 @@ { "type": "CommentLine", "value": " audio settings", - "start": 25407, - "end": 25424, + "start": 25808, + "end": 25825, "loc": { "start": { - "line": 645, + "line": 655, "column": 12 }, "end": { - "line": 645, + "line": 655, "column": 29 } } @@ -302387,15 +309398,15 @@ "updateContext": null }, "value": "this", - "start": 25437, - "end": 25441, + "start": 25838, + "end": 25842, "loc": { "start": { - "line": 646, + "line": 656, "column": 12 }, "end": { - "line": 646, + "line": 656, "column": 16 } } @@ -302413,15 +309424,15 @@ "binop": null, "updateContext": null }, - "start": 25441, - "end": 25442, + "start": 25842, + "end": 25843, "loc": { "start": { - "line": 646, + "line": 656, "column": 16 }, "end": { - "line": 646, + "line": 656, "column": 17 } } @@ -302439,15 +309450,15 @@ "binop": null }, "value": "engine", - "start": 25442, - "end": 25448, + "start": 25843, + "end": 25849, "loc": { "start": { - "line": 646, + "line": 656, "column": 17 }, "end": { - "line": 646, + "line": 656, "column": 23 } } @@ -302465,15 +309476,15 @@ "binop": null, "updateContext": null }, - "start": 25448, - "end": 25449, + "start": 25849, + "end": 25850, "loc": { "start": { - "line": 646, + "line": 656, "column": 23 }, "end": { - "line": 646, + "line": 656, "column": 24 } } @@ -302491,15 +309502,15 @@ "binop": null }, "value": "bufferSize", - "start": 25449, - "end": 25459, + "start": 25850, + "end": 25860, "loc": { "start": { - "line": 646, + "line": 656, "column": 24 }, "end": { - "line": 646, + "line": 656, "column": 34 } } @@ -302518,15 +309529,15 @@ "updateContext": null }, "value": "=", - "start": 25460, - "end": 25461, + "start": 25861, + "end": 25862, "loc": { "start": { - "line": 646, + "line": 656, "column": 35 }, "end": { - "line": 646, + "line": 656, "column": 36 } } @@ -302546,15 +309557,15 @@ "updateContext": null }, "value": "this", - "start": 25462, - "end": 25466, + "start": 25863, + "end": 25867, "loc": { "start": { - "line": 646, + "line": 656, "column": 37 }, "end": { - "line": 646, + "line": 656, "column": 41 } } @@ -302572,15 +309583,15 @@ "binop": null, "updateContext": null }, - "start": 25466, - "end": 25467, + "start": 25867, + "end": 25868, "loc": { "start": { - "line": 646, + "line": 656, "column": 41 }, "end": { - "line": 646, + "line": 656, "column": 42 } } @@ -302598,15 +309609,15 @@ "binop": null }, "value": "audioBufferSize", - "start": 25467, - "end": 25482, + "start": 25868, + "end": 25883, "loc": { "start": { - "line": 646, + "line": 656, "column": 42 }, "end": { - "line": 646, + "line": 656, "column": 57 } } @@ -302624,15 +309635,15 @@ "binop": null, "updateContext": null }, - "start": 25482, - "end": 25483, + "start": 25883, + "end": 25884, "loc": { "start": { - "line": 646, + "line": 656, "column": 57 }, "end": { - "line": 646, + "line": 656, "column": 58 } } @@ -302652,15 +309663,15 @@ "updateContext": null }, "value": "this", - "start": 25496, - "end": 25500, + "start": 25897, + "end": 25901, "loc": { "start": { - "line": 647, + "line": 657, "column": 12 }, "end": { - "line": 647, + "line": 657, "column": 16 } } @@ -302678,15 +309689,15 @@ "binop": null, "updateContext": null }, - "start": 25500, - "end": 25501, + "start": 25901, + "end": 25902, "loc": { "start": { - "line": 647, + "line": 657, "column": 16 }, "end": { - "line": 647, + "line": 657, "column": 17 } } @@ -302704,15 +309715,15 @@ "binop": null }, "value": "engine", - "start": 25501, - "end": 25507, + "start": 25902, + "end": 25908, "loc": { "start": { - "line": 647, + "line": 657, "column": 17 }, "end": { - "line": 647, + "line": 657, "column": 23 } } @@ -302730,15 +309741,15 @@ "binop": null, "updateContext": null }, - "start": 25507, - "end": 25508, + "start": 25908, + "end": 25909, "loc": { "start": { - "line": 647, + "line": 657, "column": 23 }, "end": { - "line": 647, + "line": 657, "column": 24 } } @@ -302756,15 +309767,15 @@ "binop": null }, "value": "sampleRate", - "start": 25508, - "end": 25518, + "start": 25909, + "end": 25919, "loc": { "start": { - "line": 647, + "line": 657, "column": 24 }, "end": { - "line": 647, + "line": 657, "column": 34 } } @@ -302783,15 +309794,15 @@ "updateContext": null }, "value": "=", - "start": 25519, - "end": 25520, + "start": 25920, + "end": 25921, "loc": { "start": { - "line": 647, + "line": 657, "column": 35 }, "end": { - "line": 647, + "line": 657, "column": 36 } } @@ -302811,15 +309822,15 @@ "updateContext": null }, "value": "this", - "start": 25521, - "end": 25525, + "start": 25922, + "end": 25926, "loc": { "start": { - "line": 647, + "line": 657, "column": 37 }, "end": { - "line": 647, + "line": 657, "column": 41 } } @@ -302837,15 +309848,15 @@ "binop": null, "updateContext": null }, - "start": 25525, - "end": 25526, + "start": 25926, + "end": 25927, "loc": { "start": { - "line": 647, + "line": 657, "column": 41 }, "end": { - "line": 647, + "line": 657, "column": 42 } } @@ -302863,15 +309874,15 @@ "binop": null }, "value": "audioSampleRate", - "start": 25526, - "end": 25541, + "start": 25927, + "end": 25942, "loc": { "start": { - "line": 647, + "line": 657, "column": 42 }, "end": { - "line": 647, + "line": 657, "column": 57 } } @@ -302889,15 +309900,15 @@ "binop": null, "updateContext": null }, - "start": 25541, - "end": 25542, + "start": 25942, + "end": 25943, "loc": { "start": { - "line": 647, + "line": 657, "column": 57 }, "end": { - "line": 647, + "line": 657, "column": 58 } } @@ -302917,15 +309928,15 @@ "updateContext": null }, "value": "this", - "start": 25555, - "end": 25559, + "start": 25956, + "end": 25960, "loc": { "start": { - "line": 648, + "line": 658, "column": 12 }, "end": { - "line": 648, + "line": 658, "column": 16 } } @@ -302943,15 +309954,15 @@ "binop": null, "updateContext": null }, - "start": 25559, - "end": 25560, + "start": 25960, + "end": 25961, "loc": { "start": { - "line": 648, + "line": 658, "column": 16 }, "end": { - "line": 648, + "line": 658, "column": 17 } } @@ -302969,15 +309980,15 @@ "binop": null }, "value": "engine", - "start": 25560, - "end": 25566, + "start": 25961, + "end": 25967, "loc": { "start": { - "line": 648, + "line": 658, "column": 17 }, "end": { - "line": 648, + "line": 658, "column": 23 } } @@ -302995,15 +310006,15 @@ "binop": null, "updateContext": null }, - "start": 25566, - "end": 25567, + "start": 25967, + "end": 25968, "loc": { "start": { - "line": 648, + "line": 658, "column": 23 }, "end": { - "line": 648, + "line": 658, "column": 24 } } @@ -303021,15 +310032,15 @@ "binop": null }, "value": "bitRate", - "start": 25567, - "end": 25574, + "start": 25968, + "end": 25975, "loc": { "start": { - "line": 648, + "line": 658, "column": 24 }, "end": { - "line": 648, + "line": 658, "column": 31 } } @@ -303048,15 +310059,15 @@ "updateContext": null }, "value": "=", - "start": 25575, - "end": 25576, + "start": 25976, + "end": 25977, "loc": { "start": { - "line": 648, + "line": 658, "column": 32 }, "end": { - "line": 648, + "line": 658, "column": 33 } } @@ -303076,15 +310087,15 @@ "updateContext": null }, "value": "this", - "start": 25577, - "end": 25581, + "start": 25978, + "end": 25982, "loc": { "start": { - "line": 648, + "line": 658, "column": 34 }, "end": { - "line": 648, + "line": 658, "column": 38 } } @@ -303102,15 +310113,15 @@ "binop": null, "updateContext": null }, - "start": 25581, - "end": 25582, + "start": 25982, + "end": 25983, "loc": { "start": { - "line": 648, + "line": 658, "column": 38 }, "end": { - "line": 648, + "line": 658, "column": 39 } } @@ -303128,15 +310139,15 @@ "binop": null }, "value": "audioBitRate", - "start": 25582, - "end": 25594, + "start": 25983, + "end": 25995, "loc": { "start": { - "line": 648, + "line": 658, "column": 39 }, "end": { - "line": 648, + "line": 658, "column": 51 } } @@ -303154,15 +310165,15 @@ "binop": null, "updateContext": null }, - "start": 25594, - "end": 25595, + "start": 25995, + "end": 25996, "loc": { "start": { - "line": 648, + "line": 658, "column": 51 }, "end": { - "line": 648, + "line": 658, "column": 52 } } @@ -303182,15 +310193,15 @@ "updateContext": null }, "value": "this", - "start": 25608, - "end": 25612, + "start": 26009, + "end": 26013, "loc": { "start": { - "line": 649, + "line": 659, "column": 12 }, "end": { - "line": 649, + "line": 659, "column": 16 } } @@ -303208,15 +310219,15 @@ "binop": null, "updateContext": null }, - "start": 25612, - "end": 25613, + "start": 26013, + "end": 26014, "loc": { "start": { - "line": 649, + "line": 659, "column": 16 }, "end": { - "line": 649, + "line": 659, "column": 17 } } @@ -303234,15 +310245,15 @@ "binop": null }, "value": "engine", - "start": 25613, - "end": 25619, + "start": 26014, + "end": 26020, "loc": { "start": { - "line": 649, + "line": 659, "column": 17 }, "end": { - "line": 649, + "line": 659, "column": 23 } } @@ -303260,15 +310271,15 @@ "binop": null, "updateContext": null }, - "start": 25619, - "end": 25620, + "start": 26020, + "end": 26021, "loc": { "start": { - "line": 649, + "line": 659, "column": 23 }, "end": { - "line": 649, + "line": 659, "column": 24 } } @@ -303286,15 +310297,15 @@ "binop": null }, "value": "audioChannels", - "start": 25620, - "end": 25633, + "start": 26021, + "end": 26034, "loc": { "start": { - "line": 649, + "line": 659, "column": 24 }, "end": { - "line": 649, + "line": 659, "column": 37 } } @@ -303313,15 +310324,15 @@ "updateContext": null }, "value": "=", - "start": 25634, - "end": 25635, + "start": 26035, + "end": 26036, "loc": { "start": { - "line": 649, + "line": 659, "column": 38 }, "end": { - "line": 649, + "line": 659, "column": 39 } } @@ -303341,15 +310352,15 @@ "updateContext": null }, "value": "this", - "start": 25636, - "end": 25640, + "start": 26037, + "end": 26041, "loc": { "start": { - "line": 649, + "line": 659, "column": 40 }, "end": { - "line": 649, + "line": 659, "column": 44 } } @@ -303367,15 +310378,15 @@ "binop": null, "updateContext": null }, - "start": 25640, - "end": 25641, + "start": 26041, + "end": 26042, "loc": { "start": { - "line": 649, + "line": 659, "column": 44 }, "end": { - "line": 649, + "line": 659, "column": 45 } } @@ -303393,15 +310404,15 @@ "binop": null }, "value": "audioChannels", - "start": 25641, - "end": 25654, + "start": 26042, + "end": 26055, "loc": { "start": { - "line": 649, + "line": 659, "column": 45 }, "end": { - "line": 649, + "line": 659, "column": 58 } } @@ -303419,15 +310430,15 @@ "binop": null, "updateContext": null }, - "start": 25654, - "end": 25655, + "start": 26055, + "end": 26056, "loc": { "start": { - "line": 649, + "line": 659, "column": 58 }, "end": { - "line": 649, + "line": 659, "column": 59 } } @@ -303447,15 +310458,15 @@ "updateContext": null }, "value": "this", - "start": 25668, - "end": 25672, + "start": 26069, + "end": 26073, "loc": { "start": { - "line": 650, + "line": 660, "column": 12 }, "end": { - "line": 650, + "line": 660, "column": 16 } } @@ -303473,15 +310484,15 @@ "binop": null, "updateContext": null }, - "start": 25672, - "end": 25673, + "start": 26073, + "end": 26074, "loc": { "start": { - "line": 650, + "line": 660, "column": 16 }, "end": { - "line": 650, + "line": 660, "column": 17 } } @@ -303499,15 +310510,15 @@ "binop": null }, "value": "engine", - "start": 25673, - "end": 25679, + "start": 26074, + "end": 26080, "loc": { "start": { - "line": 650, + "line": 660, "column": 17 }, "end": { - "line": 650, + "line": 660, "column": 23 } } @@ -303525,15 +310536,15 @@ "binop": null, "updateContext": null }, - "start": 25679, - "end": 25680, + "start": 26080, + "end": 26081, "loc": { "start": { - "line": 650, + "line": 660, "column": 23 }, "end": { - "line": 650, + "line": 660, "column": 24 } } @@ -303551,15 +310562,15 @@ "binop": null }, "value": "audioWorkerURL", - "start": 25680, - "end": 25694, + "start": 26081, + "end": 26095, "loc": { "start": { - "line": 650, + "line": 660, "column": 24 }, "end": { - "line": 650, + "line": 660, "column": 38 } } @@ -303578,15 +310589,15 @@ "updateContext": null }, "value": "=", - "start": 25695, - "end": 25696, + "start": 26096, + "end": 26097, "loc": { "start": { - "line": 650, + "line": 660, "column": 39 }, "end": { - "line": 650, + "line": 660, "column": 40 } } @@ -303606,15 +310617,15 @@ "updateContext": null }, "value": "this", - "start": 25697, - "end": 25701, + "start": 26098, + "end": 26102, "loc": { "start": { - "line": 650, + "line": 660, "column": 41 }, "end": { - "line": 650, + "line": 660, "column": 45 } } @@ -303632,15 +310643,15 @@ "binop": null, "updateContext": null }, - "start": 25701, - "end": 25702, + "start": 26102, + "end": 26103, "loc": { "start": { - "line": 650, + "line": 660, "column": 45 }, "end": { - "line": 650, + "line": 660, "column": 46 } } @@ -303658,15 +310669,15 @@ "binop": null }, "value": "audioWorkerURL", - "start": 25702, - "end": 25716, + "start": 26103, + "end": 26117, "loc": { "start": { - "line": 650, + "line": 660, "column": 46 }, "end": { - "line": 650, + "line": 660, "column": 60 } } @@ -303684,15 +310695,15 @@ "binop": null, "updateContext": null }, - "start": 25716, - "end": 25717, + "start": 26117, + "end": 26118, "loc": { "start": { - "line": 650, + "line": 660, "column": 60 }, "end": { - "line": 650, + "line": 660, "column": 61 } } @@ -303712,15 +310723,15 @@ "updateContext": null }, "value": "this", - "start": 25730, - "end": 25734, + "start": 26131, + "end": 26135, "loc": { "start": { - "line": 651, + "line": 661, "column": 12 }, "end": { - "line": 651, + "line": 661, "column": 16 } } @@ -303738,15 +310749,15 @@ "binop": null, "updateContext": null }, - "start": 25734, - "end": 25735, + "start": 26135, + "end": 26136, "loc": { "start": { - "line": 651, + "line": 661, "column": 16 }, "end": { - "line": 651, + "line": 661, "column": 17 } } @@ -303764,15 +310775,15 @@ "binop": null }, "value": "engine", - "start": 25735, - "end": 25741, + "start": 26136, + "end": 26142, "loc": { "start": { - "line": 651, + "line": 661, "column": 17 }, "end": { - "line": 651, + "line": 661, "column": 23 } } @@ -303790,15 +310801,15 @@ "binop": null, "updateContext": null }, - "start": 25741, - "end": 25742, + "start": 26142, + "end": 26143, "loc": { "start": { - "line": 651, + "line": 661, "column": 23 }, "end": { - "line": 651, + "line": 661, "column": 24 } } @@ -303816,15 +310827,15 @@ "binop": null }, "value": "audioWebAssemblyURL", - "start": 25742, - "end": 25761, + "start": 26143, + "end": 26162, "loc": { "start": { - "line": 651, + "line": 661, "column": 24 }, "end": { - "line": 651, + "line": 661, "column": 43 } } @@ -303843,15 +310854,15 @@ "updateContext": null }, "value": "=", - "start": 25762, - "end": 25763, + "start": 26163, + "end": 26164, "loc": { "start": { - "line": 651, + "line": 661, "column": 44 }, "end": { - "line": 651, + "line": 661, "column": 45 } } @@ -303871,15 +310882,15 @@ "updateContext": null }, "value": "this", - "start": 25764, - "end": 25768, + "start": 26165, + "end": 26169, "loc": { "start": { - "line": 651, + "line": 661, "column": 46 }, "end": { - "line": 651, + "line": 661, "column": 50 } } @@ -303897,15 +310908,15 @@ "binop": null, "updateContext": null }, - "start": 25768, - "end": 25769, + "start": 26169, + "end": 26170, "loc": { "start": { - "line": 651, + "line": 661, "column": 50 }, "end": { - "line": 651, + "line": 661, "column": 51 } } @@ -303923,15 +310934,15 @@ "binop": null }, "value": "audioWebAssemblyURL", - "start": 25769, - "end": 25788, + "start": 26170, + "end": 26189, "loc": { "start": { - "line": 651, + "line": 661, "column": 51 }, "end": { - "line": 651, + "line": 661, "column": 70 } } @@ -303949,15 +310960,15 @@ "binop": null, "updateContext": null }, - "start": 25788, - "end": 25789, + "start": 26189, + "end": 26190, "loc": { "start": { - "line": 651, + "line": 661, "column": 70 }, "end": { - "line": 651, + "line": 661, "column": 71 } } @@ -303965,15 +310976,15 @@ { "type": "CommentLine", "value": " mime type", - "start": 25803, - "end": 25815, + "start": 26204, + "end": 26216, "loc": { "start": { - "line": 653, + "line": 663, "column": 12 }, "end": { - "line": 653, + "line": 663, "column": 24 } } @@ -303993,15 +311004,15 @@ "updateContext": null }, "value": "this", - "start": 25828, - "end": 25832, + "start": 26229, + "end": 26233, "loc": { "start": { - "line": 654, + "line": 664, "column": 12 }, "end": { - "line": 654, + "line": 664, "column": 16 } } @@ -304019,15 +311030,15 @@ "binop": null, "updateContext": null }, - "start": 25832, - "end": 25833, + "start": 26233, + "end": 26234, "loc": { "start": { - "line": 654, + "line": 664, "column": 16 }, "end": { - "line": 654, + "line": 664, "column": 17 } } @@ -304045,15 +311056,15 @@ "binop": null }, "value": "engine", - "start": 25833, - "end": 25839, + "start": 26234, + "end": 26240, "loc": { "start": { - "line": 654, + "line": 664, "column": 17 }, "end": { - "line": 654, + "line": 664, "column": 23 } } @@ -304071,15 +311082,15 @@ "binop": null, "updateContext": null }, - "start": 25839, - "end": 25840, + "start": 26240, + "end": 26241, "loc": { "start": { - "line": 654, + "line": 664, "column": 23 }, "end": { - "line": 654, + "line": 664, "column": 24 } } @@ -304097,15 +311108,15 @@ "binop": null }, "value": "mimeType", - "start": 25840, - "end": 25848, + "start": 26241, + "end": 26249, "loc": { "start": { - "line": 654, + "line": 664, "column": 24 }, "end": { - "line": 654, + "line": 664, "column": 32 } } @@ -304124,15 +311135,15 @@ "updateContext": null }, "value": "=", - "start": 25849, - "end": 25850, + "start": 26250, + "end": 26251, "loc": { "start": { - "line": 654, + "line": 664, "column": 33 }, "end": { - "line": 654, + "line": 664, "column": 34 } } @@ -304149,15 +311160,15 @@ "postfix": false, "binop": null }, - "start": 25851, - "end": 25852, + "start": 26252, + "end": 26253, "loc": { "start": { - "line": 654, + "line": 664, "column": 35 }, "end": { - "line": 654, + "line": 664, "column": 36 } } @@ -304175,15 +311186,15 @@ "binop": null }, "value": "video", - "start": 25869, - "end": 25874, + "start": 26270, + "end": 26275, "loc": { "start": { - "line": 655, + "line": 665, "column": 16 }, "end": { - "line": 655, + "line": 665, "column": 21 } } @@ -304201,15 +311212,15 @@ "binop": null, "updateContext": null }, - "start": 25874, - "end": 25875, + "start": 26275, + "end": 26276, "loc": { "start": { - "line": 655, + "line": 665, "column": 21 }, "end": { - "line": 655, + "line": 665, "column": 22 } } @@ -304229,15 +311240,15 @@ "updateContext": null }, "value": "this", - "start": 25876, - "end": 25880, + "start": 26277, + "end": 26281, "loc": { "start": { - "line": 655, + "line": 665, "column": 23 }, "end": { - "line": 655, + "line": 665, "column": 27 } } @@ -304255,15 +311266,15 @@ "binop": null, "updateContext": null }, - "start": 25880, - "end": 25881, + "start": 26281, + "end": 26282, "loc": { "start": { - "line": 655, + "line": 665, "column": 27 }, "end": { - "line": 655, + "line": 665, "column": 28 } } @@ -304281,15 +311292,15 @@ "binop": null }, "value": "videoMimeType", - "start": 25881, - "end": 25894, + "start": 26282, + "end": 26295, "loc": { "start": { - "line": 655, + "line": 665, "column": 28 }, "end": { - "line": 655, + "line": 665, "column": 41 } } @@ -304307,15 +311318,15 @@ "binop": null, "updateContext": null }, - "start": 25894, - "end": 25895, + "start": 26295, + "end": 26296, "loc": { "start": { - "line": 655, + "line": 665, "column": 41 }, "end": { - "line": 655, + "line": 665, "column": 42 } } @@ -304333,15 +311344,15 @@ "binop": null }, "value": "gif", - "start": 25912, - "end": 25915, + "start": 26313, + "end": 26316, "loc": { "start": { - "line": 656, + "line": 666, "column": 16 }, "end": { - "line": 656, + "line": 666, "column": 19 } } @@ -304359,15 +311370,15 @@ "binop": null, "updateContext": null }, - "start": 25915, - "end": 25916, + "start": 26316, + "end": 26317, "loc": { "start": { - "line": 656, + "line": 666, "column": 19 }, "end": { - "line": 656, + "line": 666, "column": 20 } } @@ -304386,15 +311397,15 @@ "updateContext": null }, "value": "image/gif", - "start": 25917, - "end": 25928, + "start": 26318, + "end": 26329, "loc": { "start": { - "line": 656, + "line": 666, "column": 21 }, "end": { - "line": 656, + "line": 666, "column": 32 } } @@ -304411,15 +311422,15 @@ "postfix": false, "binop": null }, - "start": 25941, - "end": 25942, + "start": 26342, + "end": 26343, "loc": { "start": { - "line": 657, + "line": 667, "column": 12 }, "end": { - "line": 657, + "line": 667, "column": 13 } } @@ -304437,15 +311448,15 @@ "binop": null, "updateContext": null }, - "start": 25942, - "end": 25943, + "start": 26343, + "end": 26344, "loc": { "start": { - "line": 657, + "line": 667, "column": 13 }, "end": { - "line": 657, + "line": 667, "column": 14 } } @@ -304465,15 +311476,15 @@ "updateContext": null }, "value": "if", - "start": 25956, - "end": 25958, + "start": 26357, + "end": 26359, "loc": { "start": { - "line": 658, + "line": 668, "column": 12 }, "end": { - "line": 658, + "line": 668, "column": 14 } } @@ -304490,15 +311501,15 @@ "postfix": false, "binop": null }, - "start": 25959, - "end": 25960, + "start": 26360, + "end": 26361, "loc": { "start": { - "line": 658, + "line": 668, "column": 15 }, "end": { - "line": 658, + "line": 668, "column": 16 } } @@ -304518,15 +311529,15 @@ "updateContext": null }, "value": "this", - "start": 25960, - "end": 25964, + "start": 26361, + "end": 26365, "loc": { "start": { - "line": 658, + "line": 668, "column": 16 }, "end": { - "line": 658, + "line": 668, "column": 20 } } @@ -304544,15 +311555,15 @@ "binop": null, "updateContext": null }, - "start": 25964, - "end": 25965, + "start": 26365, + "end": 26366, "loc": { "start": { - "line": 658, + "line": 668, "column": 20 }, "end": { - "line": 658, + "line": 668, "column": 21 } } @@ -304570,15 +311581,15 @@ "binop": null }, "value": "audioMimeType", - "start": 25965, - "end": 25978, + "start": 26366, + "end": 26379, "loc": { "start": { - "line": 658, + "line": 668, "column": 21 }, "end": { - "line": 658, + "line": 668, "column": 34 } } @@ -304597,15 +311608,15 @@ "updateContext": null }, "value": "!==", - "start": 25979, - "end": 25982, + "start": 26380, + "end": 26383, "loc": { "start": { - "line": 658, + "line": 668, "column": 35 }, "end": { - "line": 658, + "line": 668, "column": 38 } } @@ -304625,15 +311636,15 @@ "updateContext": null }, "value": "null", - "start": 25983, - "end": 25987, + "start": 26384, + "end": 26388, "loc": { "start": { - "line": 658, + "line": 668, "column": 39 }, "end": { - "line": 658, + "line": 668, "column": 43 } } @@ -304652,15 +311663,15 @@ "updateContext": null }, "value": "&&", - "start": 25988, - "end": 25990, + "start": 26389, + "end": 26391, "loc": { "start": { - "line": 658, + "line": 668, "column": 44 }, "end": { - "line": 658, + "line": 668, "column": 46 } } @@ -304680,15 +311691,15 @@ "updateContext": null }, "value": "this", - "start": 26007, - "end": 26011, + "start": 26408, + "end": 26412, "loc": { "start": { - "line": 659, + "line": 669, "column": 16 }, "end": { - "line": 659, + "line": 669, "column": 20 } } @@ -304706,15 +311717,15 @@ "binop": null, "updateContext": null }, - "start": 26011, - "end": 26012, + "start": 26412, + "end": 26413, "loc": { "start": { - "line": 659, + "line": 669, "column": 20 }, "end": { - "line": 659, + "line": 669, "column": 21 } } @@ -304732,15 +311743,15 @@ "binop": null }, "value": "audioMimeType", - "start": 26012, - "end": 26025, + "start": 26413, + "end": 26426, "loc": { "start": { - "line": 659, + "line": 669, "column": 21 }, "end": { - "line": 659, + "line": 669, "column": 34 } } @@ -304759,15 +311770,15 @@ "updateContext": null }, "value": "!==", - "start": 26026, - "end": 26029, + "start": 26427, + "end": 26430, "loc": { "start": { - "line": 659, + "line": 669, "column": 35 }, "end": { - "line": 659, + "line": 669, "column": 38 } } @@ -304785,15 +311796,15 @@ "binop": null }, "value": "AUTO", - "start": 26030, - "end": 26034, + "start": 26431, + "end": 26435, "loc": { "start": { - "line": 659, + "line": 669, "column": 39 }, "end": { - "line": 659, + "line": 669, "column": 43 } } @@ -304810,15 +311821,15 @@ "postfix": false, "binop": null }, - "start": 26034, - "end": 26035, + "start": 26435, + "end": 26436, "loc": { "start": { - "line": 659, + "line": 669, "column": 43 }, "end": { - "line": 659, + "line": 669, "column": 44 } } @@ -304835,15 +311846,15 @@ "postfix": false, "binop": null }, - "start": 26036, - "end": 26037, + "start": 26437, + "end": 26438, "loc": { "start": { - "line": 659, + "line": 669, "column": 45 }, "end": { - "line": 659, + "line": 669, "column": 46 } } @@ -304863,15 +311874,15 @@ "updateContext": null }, "value": "this", - "start": 26054, - "end": 26058, + "start": 26455, + "end": 26459, "loc": { "start": { - "line": 660, + "line": 670, "column": 16 }, "end": { - "line": 660, + "line": 670, "column": 20 } } @@ -304889,15 +311900,15 @@ "binop": null, "updateContext": null }, - "start": 26058, - "end": 26059, + "start": 26459, + "end": 26460, "loc": { "start": { - "line": 660, + "line": 670, "column": 20 }, "end": { - "line": 660, + "line": 670, "column": 21 } } @@ -304915,15 +311926,15 @@ "binop": null }, "value": "engine", - "start": 26059, - "end": 26065, + "start": 26460, + "end": 26466, "loc": { "start": { - "line": 660, + "line": 670, "column": 21 }, "end": { - "line": 660, + "line": 670, "column": 27 } } @@ -304941,15 +311952,15 @@ "binop": null, "updateContext": null }, - "start": 26065, - "end": 26066, + "start": 26466, + "end": 26467, "loc": { "start": { - "line": 660, + "line": 670, "column": 27 }, "end": { - "line": 660, + "line": 670, "column": 28 } } @@ -304967,15 +311978,15 @@ "binop": null }, "value": "mimeType", - "start": 26066, - "end": 26074, + "start": 26467, + "end": 26475, "loc": { "start": { - "line": 660, + "line": 670, "column": 28 }, "end": { - "line": 660, + "line": 670, "column": 36 } } @@ -304993,15 +312004,15 @@ "binop": null, "updateContext": null }, - "start": 26074, - "end": 26075, + "start": 26475, + "end": 26476, "loc": { "start": { - "line": 660, + "line": 670, "column": 36 }, "end": { - "line": 660, + "line": 670, "column": 37 } } @@ -305019,15 +312030,15 @@ "binop": null }, "value": "audio", - "start": 26075, - "end": 26080, + "start": 26476, + "end": 26481, "loc": { "start": { - "line": 660, + "line": 670, "column": 37 }, "end": { - "line": 660, + "line": 670, "column": 42 } } @@ -305046,15 +312057,15 @@ "updateContext": null }, "value": "=", - "start": 26081, - "end": 26082, + "start": 26482, + "end": 26483, "loc": { "start": { - "line": 660, + "line": 670, "column": 43 }, "end": { - "line": 660, + "line": 670, "column": 44 } } @@ -305074,15 +312085,15 @@ "updateContext": null }, "value": "this", - "start": 26083, - "end": 26087, + "start": 26484, + "end": 26488, "loc": { "start": { - "line": 660, + "line": 670, "column": 45 }, "end": { - "line": 660, + "line": 670, "column": 49 } } @@ -305100,15 +312111,15 @@ "binop": null, "updateContext": null }, - "start": 26087, - "end": 26088, + "start": 26488, + "end": 26489, "loc": { "start": { - "line": 660, + "line": 670, "column": 49 }, "end": { - "line": 660, + "line": 670, "column": 50 } } @@ -305126,15 +312137,15 @@ "binop": null }, "value": "audioMimeType", - "start": 26088, - "end": 26101, + "start": 26489, + "end": 26502, "loc": { "start": { - "line": 660, + "line": 670, "column": 50 }, "end": { - "line": 660, + "line": 670, "column": 63 } } @@ -305152,15 +312163,15 @@ "binop": null, "updateContext": null }, - "start": 26101, - "end": 26102, + "start": 26502, + "end": 26503, "loc": { "start": { - "line": 660, + "line": 670, "column": 63 }, "end": { - "line": 660, + "line": 670, "column": 64 } } @@ -305177,15 +312188,15 @@ "postfix": false, "binop": null }, - "start": 26115, - "end": 26116, + "start": 26516, + "end": 26517, "loc": { "start": { - "line": 661, + "line": 671, "column": 12 }, "end": { - "line": 661, + "line": 671, "column": 13 } } @@ -305193,15 +312204,15 @@ { "type": "CommentLine", "value": " video/canvas settings", - "start": 26130, - "end": 26154, + "start": 26531, + "end": 26555, "loc": { "start": { - "line": 663, + "line": 673, "column": 12 }, "end": { - "line": 663, + "line": 673, "column": 36 } } @@ -305221,15 +312232,15 @@ "updateContext": null }, "value": "this", - "start": 26167, - "end": 26171, + "start": 26568, + "end": 26572, "loc": { "start": { - "line": 664, + "line": 674, "column": 12 }, "end": { - "line": 664, + "line": 674, "column": 16 } } @@ -305247,15 +312258,15 @@ "binop": null, "updateContext": null }, - "start": 26171, - "end": 26172, + "start": 26572, + "end": 26573, "loc": { "start": { - "line": 664, + "line": 674, "column": 16 }, "end": { - "line": 664, + "line": 674, "column": 17 } } @@ -305273,15 +312284,15 @@ "binop": null }, "value": "engine", - "start": 26172, - "end": 26178, + "start": 26573, + "end": 26579, "loc": { "start": { - "line": 664, + "line": 674, "column": 17 }, "end": { - "line": 664, + "line": 674, "column": 23 } } @@ -305299,15 +312310,15 @@ "binop": null, "updateContext": null }, - "start": 26178, - "end": 26179, + "start": 26579, + "end": 26580, "loc": { "start": { - "line": 664, + "line": 674, "column": 23 }, "end": { - "line": 664, + "line": 674, "column": 24 } } @@ -305325,15 +312336,15 @@ "binop": null }, "value": "videoWorkerURL", - "start": 26179, - "end": 26193, + "start": 26580, + "end": 26594, "loc": { "start": { - "line": 664, + "line": 674, "column": 24 }, "end": { - "line": 664, + "line": 674, "column": 38 } } @@ -305352,15 +312363,15 @@ "updateContext": null }, "value": "=", - "start": 26194, - "end": 26195, + "start": 26595, + "end": 26596, "loc": { "start": { - "line": 664, + "line": 674, "column": 39 }, "end": { - "line": 664, + "line": 674, "column": 40 } } @@ -305380,15 +312391,15 @@ "updateContext": null }, "value": "this", - "start": 26196, - "end": 26200, + "start": 26597, + "end": 26601, "loc": { "start": { - "line": 664, + "line": 674, "column": 41 }, "end": { - "line": 664, + "line": 674, "column": 45 } } @@ -305406,15 +312417,15 @@ "binop": null, "updateContext": null }, - "start": 26200, - "end": 26201, + "start": 26601, + "end": 26602, "loc": { "start": { - "line": 664, + "line": 674, "column": 45 }, "end": { - "line": 664, + "line": 674, "column": 46 } } @@ -305432,15 +312443,15 @@ "binop": null }, "value": "videoWorkerURL", - "start": 26201, - "end": 26215, + "start": 26602, + "end": 26616, "loc": { "start": { - "line": 664, + "line": 674, "column": 46 }, "end": { - "line": 664, + "line": 674, "column": 60 } } @@ -305458,15 +312469,15 @@ "binop": null, "updateContext": null }, - "start": 26215, - "end": 26216, + "start": 26616, + "end": 26617, "loc": { "start": { - "line": 664, + "line": 674, "column": 60 }, "end": { - "line": 664, + "line": 674, "column": 61 } } @@ -305486,15 +312497,15 @@ "updateContext": null }, "value": "this", - "start": 26229, - "end": 26233, + "start": 26630, + "end": 26634, "loc": { "start": { - "line": 665, + "line": 675, "column": 12 }, "end": { - "line": 665, + "line": 675, "column": 16 } } @@ -305512,15 +312523,15 @@ "binop": null, "updateContext": null }, - "start": 26233, - "end": 26234, + "start": 26634, + "end": 26635, "loc": { "start": { - "line": 665, + "line": 675, "column": 16 }, "end": { - "line": 665, + "line": 675, "column": 17 } } @@ -305538,15 +312549,15 @@ "binop": null }, "value": "engine", - "start": 26234, - "end": 26240, + "start": 26635, + "end": 26641, "loc": { "start": { - "line": 665, + "line": 675, "column": 17 }, "end": { - "line": 665, + "line": 675, "column": 23 } } @@ -305564,15 +312575,15 @@ "binop": null, "updateContext": null }, - "start": 26240, - "end": 26241, + "start": 26641, + "end": 26642, "loc": { "start": { - "line": 665, + "line": 675, "column": 23 }, "end": { - "line": 665, + "line": 675, "column": 24 } } @@ -305590,15 +312601,15 @@ "binop": null }, "value": "videoWebAssemblyURL", - "start": 26241, - "end": 26260, + "start": 26642, + "end": 26661, "loc": { "start": { - "line": 665, + "line": 675, "column": 24 }, "end": { - "line": 665, + "line": 675, "column": 43 } } @@ -305617,15 +312628,15 @@ "updateContext": null }, "value": "=", - "start": 26261, - "end": 26262, + "start": 26662, + "end": 26663, "loc": { "start": { - "line": 665, + "line": 675, "column": 44 }, "end": { - "line": 665, + "line": 675, "column": 45 } } @@ -305645,15 +312656,15 @@ "updateContext": null }, "value": "this", - "start": 26263, - "end": 26267, + "start": 26664, + "end": 26668, "loc": { "start": { - "line": 665, + "line": 675, "column": 46 }, "end": { - "line": 665, + "line": 675, "column": 50 } } @@ -305671,15 +312682,15 @@ "binop": null, "updateContext": null }, - "start": 26267, - "end": 26268, + "start": 26668, + "end": 26669, "loc": { "start": { - "line": 665, + "line": 675, "column": 50 }, "end": { - "line": 665, + "line": 675, "column": 51 } } @@ -305697,15 +312708,15 @@ "binop": null }, "value": "videoWebAssemblyURL", - "start": 26268, - "end": 26287, + "start": 26669, + "end": 26688, "loc": { "start": { - "line": 665, + "line": 675, "column": 51 }, "end": { - "line": 665, + "line": 675, "column": 70 } } @@ -305723,15 +312734,15 @@ "binop": null, "updateContext": null }, - "start": 26287, - "end": 26288, + "start": 26688, + "end": 26689, "loc": { "start": { - "line": 665, + "line": 675, "column": 70 }, "end": { - "line": 665, + "line": 675, "column": 71 } } @@ -305751,15 +312762,15 @@ "updateContext": null }, "value": "this", - "start": 26301, - "end": 26305, + "start": 26702, + "end": 26706, "loc": { "start": { - "line": 666, + "line": 676, "column": 12 }, "end": { - "line": 666, + "line": 676, "column": 16 } } @@ -305777,15 +312788,15 @@ "binop": null, "updateContext": null }, - "start": 26305, - "end": 26306, + "start": 26706, + "end": 26707, "loc": { "start": { - "line": 666, + "line": 676, "column": 16 }, "end": { - "line": 666, + "line": 676, "column": 17 } } @@ -305803,15 +312814,15 @@ "binop": null }, "value": "engine", - "start": 26306, - "end": 26312, + "start": 26707, + "end": 26713, "loc": { "start": { - "line": 666, + "line": 676, "column": 17 }, "end": { - "line": 666, + "line": 676, "column": 23 } } @@ -305829,15 +312840,15 @@ "binop": null, "updateContext": null }, - "start": 26312, - "end": 26313, + "start": 26713, + "end": 26714, "loc": { "start": { - "line": 666, + "line": 676, "column": 23 }, "end": { - "line": 666, + "line": 676, "column": 24 } } @@ -305855,15 +312866,15 @@ "binop": null }, "value": "videoBitRate", - "start": 26313, - "end": 26325, + "start": 26714, + "end": 26726, "loc": { "start": { - "line": 666, + "line": 676, "column": 24 }, "end": { - "line": 666, + "line": 676, "column": 36 } } @@ -305882,15 +312893,15 @@ "updateContext": null }, "value": "=", - "start": 26326, - "end": 26327, + "start": 26727, + "end": 26728, "loc": { "start": { - "line": 666, + "line": 676, "column": 37 }, "end": { - "line": 666, + "line": 676, "column": 38 } } @@ -305910,15 +312921,15 @@ "updateContext": null }, "value": "this", - "start": 26328, - "end": 26332, + "start": 26729, + "end": 26733, "loc": { "start": { - "line": 666, + "line": 676, "column": 39 }, "end": { - "line": 666, + "line": 676, "column": 43 } } @@ -305936,15 +312947,15 @@ "binop": null, "updateContext": null }, - "start": 26332, - "end": 26333, + "start": 26733, + "end": 26734, "loc": { "start": { - "line": 666, + "line": 676, "column": 43 }, "end": { - "line": 666, + "line": 676, "column": 44 } } @@ -305962,15 +312973,15 @@ "binop": null }, "value": "videoBitRate", - "start": 26333, - "end": 26345, + "start": 26734, + "end": 26746, "loc": { "start": { - "line": 666, + "line": 676, "column": 44 }, "end": { - "line": 666, + "line": 676, "column": 56 } } @@ -305988,15 +312999,15 @@ "binop": null, "updateContext": null }, - "start": 26345, - "end": 26346, + "start": 26746, + "end": 26747, "loc": { "start": { - "line": 666, + "line": 676, "column": 56 }, "end": { - "line": 666, + "line": 676, "column": 57 } } @@ -306016,15 +313027,15 @@ "updateContext": null }, "value": "this", - "start": 26359, - "end": 26363, + "start": 26760, + "end": 26764, "loc": { "start": { - "line": 667, + "line": 677, "column": 12 }, "end": { - "line": 667, + "line": 677, "column": 16 } } @@ -306042,15 +313053,15 @@ "binop": null, "updateContext": null }, - "start": 26363, - "end": 26364, + "start": 26764, + "end": 26765, "loc": { "start": { - "line": 667, + "line": 677, "column": 16 }, "end": { - "line": 667, + "line": 677, "column": 17 } } @@ -306068,15 +313079,15 @@ "binop": null }, "value": "engine", - "start": 26364, - "end": 26370, + "start": 26765, + "end": 26771, "loc": { "start": { - "line": 667, + "line": 677, "column": 17 }, "end": { - "line": 667, + "line": 677, "column": 23 } } @@ -306094,15 +313105,15 @@ "binop": null, "updateContext": null }, - "start": 26370, - "end": 26371, + "start": 26771, + "end": 26772, "loc": { "start": { - "line": 667, + "line": 677, "column": 23 }, "end": { - "line": 667, + "line": 677, "column": 24 } } @@ -306120,15 +313131,15 @@ "binop": null }, "value": "videoFrameRate", - "start": 26371, - "end": 26385, + "start": 26772, + "end": 26786, "loc": { "start": { - "line": 667, + "line": 677, "column": 24 }, "end": { - "line": 667, + "line": 677, "column": 38 } } @@ -306147,15 +313158,15 @@ "updateContext": null }, "value": "=", - "start": 26386, - "end": 26387, + "start": 26787, + "end": 26788, "loc": { "start": { - "line": 667, + "line": 677, "column": 39 }, "end": { - "line": 667, + "line": 677, "column": 40 } } @@ -306175,15 +313186,15 @@ "updateContext": null }, "value": "this", - "start": 26388, - "end": 26392, + "start": 26789, + "end": 26793, "loc": { "start": { - "line": 667, + "line": 677, "column": 41 }, "end": { - "line": 667, + "line": 677, "column": 45 } } @@ -306201,15 +313212,15 @@ "binop": null, "updateContext": null }, - "start": 26392, - "end": 26393, + "start": 26793, + "end": 26794, "loc": { "start": { - "line": 667, + "line": 677, "column": 45 }, "end": { - "line": 667, + "line": 677, "column": 46 } } @@ -306227,15 +313238,15 @@ "binop": null }, "value": "videoFrameRate", - "start": 26393, - "end": 26407, + "start": 26794, + "end": 26808, "loc": { "start": { - "line": 667, + "line": 677, "column": 46 }, "end": { - "line": 667, + "line": 677, "column": 60 } } @@ -306253,15 +313264,15 @@ "binop": null, "updateContext": null }, - "start": 26407, - "end": 26408, + "start": 26808, + "end": 26809, "loc": { "start": { - "line": 667, + "line": 677, "column": 60 }, "end": { - "line": 667, + "line": 677, "column": 61 } } @@ -306281,15 +313292,15 @@ "updateContext": null }, "value": "this", - "start": 26421, - "end": 26425, + "start": 26822, + "end": 26826, "loc": { "start": { - "line": 668, + "line": 678, "column": 12 }, "end": { - "line": 668, + "line": 678, "column": 16 } } @@ -306307,15 +313318,15 @@ "binop": null, "updateContext": null }, - "start": 26425, - "end": 26426, + "start": 26826, + "end": 26827, "loc": { "start": { - "line": 668, + "line": 678, "column": 16 }, "end": { - "line": 668, + "line": 678, "column": 17 } } @@ -306333,15 +313344,15 @@ "binop": null }, "value": "engine", - "start": 26426, - "end": 26432, + "start": 26827, + "end": 26833, "loc": { "start": { - "line": 668, + "line": 678, "column": 17 }, "end": { - "line": 668, + "line": 678, "column": 23 } } @@ -306359,15 +313370,15 @@ "binop": null, "updateContext": null }, - "start": 26432, - "end": 26433, + "start": 26833, + "end": 26834, "loc": { "start": { - "line": 668, + "line": 678, "column": 23 }, "end": { - "line": 668, + "line": 678, "column": 24 } } @@ -306385,15 +313396,15 @@ "binop": null }, "value": "video", - "start": 26433, - "end": 26438, + "start": 26834, + "end": 26839, "loc": { "start": { - "line": 668, + "line": 678, "column": 24 }, "end": { - "line": 668, + "line": 678, "column": 29 } } @@ -306412,15 +313423,15 @@ "updateContext": null }, "value": "=", - "start": 26439, - "end": 26440, + "start": 26840, + "end": 26841, "loc": { "start": { - "line": 668, + "line": 678, "column": 30 }, "end": { - "line": 668, + "line": 678, "column": 31 } } @@ -306437,15 +313448,15 @@ "postfix": false, "binop": null }, - "start": 26441, - "end": 26442, + "start": 26842, + "end": 26843, "loc": { "start": { - "line": 668, + "line": 678, "column": 32 }, "end": { - "line": 668, + "line": 678, "column": 33 } } @@ -306463,15 +313474,15 @@ "binop": null }, "value": "width", - "start": 26459, - "end": 26464, + "start": 26860, + "end": 26865, "loc": { "start": { - "line": 669, + "line": 679, "column": 16 }, "end": { - "line": 669, + "line": 679, "column": 21 } } @@ -306489,15 +313500,15 @@ "binop": null, "updateContext": null }, - "start": 26464, - "end": 26465, + "start": 26865, + "end": 26866, "loc": { "start": { - "line": 669, + "line": 679, "column": 21 }, "end": { - "line": 669, + "line": 679, "column": 22 } } @@ -306517,15 +313528,15 @@ "updateContext": null }, "value": "this", - "start": 26466, - "end": 26470, + "start": 26867, + "end": 26871, "loc": { "start": { - "line": 669, + "line": 679, "column": 23 }, "end": { - "line": 669, + "line": 679, "column": 27 } } @@ -306543,15 +313554,15 @@ "binop": null, "updateContext": null }, - "start": 26470, - "end": 26471, + "start": 26871, + "end": 26872, "loc": { "start": { - "line": 669, + "line": 679, "column": 27 }, "end": { - "line": 669, + "line": 679, "column": 28 } } @@ -306569,15 +313580,15 @@ "binop": null }, "value": "videoFrameWidth", - "start": 26471, - "end": 26486, + "start": 26872, + "end": 26887, "loc": { "start": { - "line": 669, + "line": 679, "column": 28 }, "end": { - "line": 669, + "line": 679, "column": 43 } } @@ -306595,15 +313606,15 @@ "binop": null, "updateContext": null }, - "start": 26486, - "end": 26487, + "start": 26887, + "end": 26888, "loc": { "start": { - "line": 669, + "line": 679, "column": 43 }, "end": { - "line": 669, + "line": 679, "column": 44 } } @@ -306621,15 +313632,15 @@ "binop": null }, "value": "height", - "start": 26504, - "end": 26510, + "start": 26905, + "end": 26911, "loc": { "start": { - "line": 670, + "line": 680, "column": 16 }, "end": { - "line": 670, + "line": 680, "column": 22 } } @@ -306647,15 +313658,15 @@ "binop": null, "updateContext": null }, - "start": 26510, - "end": 26511, + "start": 26911, + "end": 26912, "loc": { "start": { - "line": 670, + "line": 680, "column": 22 }, "end": { - "line": 670, + "line": 680, "column": 23 } } @@ -306675,15 +313686,15 @@ "updateContext": null }, "value": "this", - "start": 26512, - "end": 26516, + "start": 26913, + "end": 26917, "loc": { "start": { - "line": 670, + "line": 680, "column": 24 }, "end": { - "line": 670, + "line": 680, "column": 28 } } @@ -306701,15 +313712,15 @@ "binop": null, "updateContext": null }, - "start": 26516, - "end": 26517, + "start": 26917, + "end": 26918, "loc": { "start": { - "line": 670, + "line": 680, "column": 28 }, "end": { - "line": 670, + "line": 680, "column": 29 } } @@ -306727,15 +313738,15 @@ "binop": null }, "value": "videoFrameHeight", - "start": 26517, - "end": 26533, + "start": 26918, + "end": 26934, "loc": { "start": { - "line": 670, + "line": 680, "column": 29 }, "end": { - "line": 670, + "line": 680, "column": 45 } } @@ -306752,15 +313763,15 @@ "postfix": false, "binop": null }, - "start": 26546, - "end": 26547, + "start": 26947, + "end": 26948, "loc": { "start": { - "line": 671, + "line": 681, "column": 12 }, "end": { - "line": 671, + "line": 681, "column": 13 } } @@ -306778,15 +313789,15 @@ "binop": null, "updateContext": null }, - "start": 26547, - "end": 26548, + "start": 26948, + "end": 26949, "loc": { "start": { - "line": 671, + "line": 681, "column": 13 }, "end": { - "line": 671, + "line": 681, "column": 14 } } @@ -306806,15 +313817,15 @@ "updateContext": null }, "value": "this", - "start": 26561, - "end": 26565, + "start": 26962, + "end": 26966, "loc": { "start": { - "line": 672, + "line": 682, "column": 12 }, "end": { - "line": 672, + "line": 682, "column": 16 } } @@ -306832,15 +313843,15 @@ "binop": null, "updateContext": null }, - "start": 26565, - "end": 26566, + "start": 26966, + "end": 26967, "loc": { "start": { - "line": 672, + "line": 682, "column": 16 }, "end": { - "line": 672, + "line": 682, "column": 17 } } @@ -306858,15 +313869,15 @@ "binop": null }, "value": "engine", - "start": 26566, - "end": 26572, + "start": 26967, + "end": 26973, "loc": { "start": { - "line": 672, + "line": 682, "column": 17 }, "end": { - "line": 672, + "line": 682, "column": 23 } } @@ -306884,15 +313895,15 @@ "binop": null, "updateContext": null }, - "start": 26572, - "end": 26573, + "start": 26973, + "end": 26974, "loc": { "start": { - "line": 672, + "line": 682, "column": 23 }, "end": { - "line": 672, + "line": 682, "column": 24 } } @@ -306910,15 +313921,15 @@ "binop": null }, "value": "canvas", - "start": 26573, - "end": 26579, + "start": 26974, + "end": 26980, "loc": { "start": { - "line": 672, + "line": 682, "column": 24 }, "end": { - "line": 672, + "line": 682, "column": 30 } } @@ -306937,15 +313948,15 @@ "updateContext": null }, "value": "=", - "start": 26580, - "end": 26581, + "start": 26981, + "end": 26982, "loc": { "start": { - "line": 672, + "line": 682, "column": 31 }, "end": { - "line": 672, + "line": 682, "column": 32 } } @@ -306962,15 +313973,15 @@ "postfix": false, "binop": null }, - "start": 26582, - "end": 26583, + "start": 26983, + "end": 26984, "loc": { "start": { - "line": 672, + "line": 682, "column": 33 }, "end": { - "line": 672, + "line": 682, "column": 34 } } @@ -306988,15 +313999,15 @@ "binop": null }, "value": "width", - "start": 26600, - "end": 26605, + "start": 27001, + "end": 27006, "loc": { "start": { - "line": 673, + "line": 683, "column": 16 }, "end": { - "line": 673, + "line": 683, "column": 21 } } @@ -307014,15 +314025,15 @@ "binop": null, "updateContext": null }, - "start": 26605, - "end": 26606, + "start": 27006, + "end": 27007, "loc": { "start": { - "line": 673, + "line": 683, "column": 21 }, "end": { - "line": 673, + "line": 683, "column": 22 } } @@ -307042,15 +314053,15 @@ "updateContext": null }, "value": "this", - "start": 26607, - "end": 26611, + "start": 27008, + "end": 27012, "loc": { "start": { - "line": 673, + "line": 683, "column": 23 }, "end": { - "line": 673, + "line": 683, "column": 27 } } @@ -307068,15 +314079,15 @@ "binop": null, "updateContext": null }, - "start": 26611, - "end": 26612, + "start": 27012, + "end": 27013, "loc": { "start": { - "line": 673, + "line": 683, "column": 27 }, "end": { - "line": 673, + "line": 683, "column": 28 } } @@ -307094,15 +314105,15 @@ "binop": null }, "value": "videoFrameWidth", - "start": 26612, - "end": 26627, + "start": 27013, + "end": 27028, "loc": { "start": { - "line": 673, + "line": 683, "column": 28 }, "end": { - "line": 673, + "line": 683, "column": 43 } } @@ -307120,15 +314131,15 @@ "binop": null, "updateContext": null }, - "start": 26627, - "end": 26628, + "start": 27028, + "end": 27029, "loc": { "start": { - "line": 673, + "line": 683, "column": 43 }, "end": { - "line": 673, + "line": 683, "column": 44 } } @@ -307146,15 +314157,15 @@ "binop": null }, "value": "height", - "start": 26645, - "end": 26651, + "start": 27046, + "end": 27052, "loc": { "start": { - "line": 674, + "line": 684, "column": 16 }, "end": { - "line": 674, + "line": 684, "column": 22 } } @@ -307172,15 +314183,15 @@ "binop": null, "updateContext": null }, - "start": 26651, - "end": 26652, + "start": 27052, + "end": 27053, "loc": { "start": { - "line": 674, + "line": 684, "column": 22 }, "end": { - "line": 674, + "line": 684, "column": 23 } } @@ -307200,15 +314211,15 @@ "updateContext": null }, "value": "this", - "start": 26653, - "end": 26657, + "start": 27054, + "end": 27058, "loc": { "start": { - "line": 674, + "line": 684, "column": 24 }, "end": { - "line": 674, + "line": 684, "column": 28 } } @@ -307226,15 +314237,15 @@ "binop": null, "updateContext": null }, - "start": 26657, - "end": 26658, + "start": 27058, + "end": 27059, "loc": { "start": { - "line": 674, + "line": 684, "column": 28 }, "end": { - "line": 674, + "line": 684, "column": 29 } } @@ -307252,15 +314263,15 @@ "binop": null }, "value": "videoFrameHeight", - "start": 26658, - "end": 26674, + "start": 27059, + "end": 27075, "loc": { "start": { - "line": 674, + "line": 684, "column": 29 }, "end": { - "line": 674, + "line": 684, "column": 45 } } @@ -307277,15 +314288,15 @@ "postfix": false, "binop": null }, - "start": 26687, - "end": 26688, + "start": 27088, + "end": 27089, "loc": { "start": { - "line": 675, + "line": 685, "column": 12 }, "end": { - "line": 675, + "line": 685, "column": 13 } } @@ -307303,15 +314314,15 @@ "binop": null, "updateContext": null }, - "start": 26688, - "end": 26689, + "start": 27089, + "end": 27090, "loc": { "start": { - "line": 675, + "line": 685, "column": 13 }, "end": { - "line": 675, + "line": 685, "column": 14 } } @@ -307319,15 +314330,15 @@ { "type": "CommentLine", "value": " animated GIF settings", - "start": 26703, - "end": 26727, + "start": 27104, + "end": 27128, "loc": { "start": { - "line": 677, + "line": 687, "column": 12 }, "end": { - "line": 677, + "line": 687, "column": 36 } } @@ -307347,15 +314358,15 @@ "updateContext": null }, "value": "this", - "start": 26740, - "end": 26744, + "start": 27141, + "end": 27145, "loc": { "start": { - "line": 678, + "line": 688, "column": 12 }, "end": { - "line": 678, + "line": 688, "column": 16 } } @@ -307373,15 +314384,15 @@ "binop": null, "updateContext": null }, - "start": 26744, - "end": 26745, + "start": 27145, + "end": 27146, "loc": { "start": { - "line": 678, + "line": 688, "column": 16 }, "end": { - "line": 678, + "line": 688, "column": 17 } } @@ -307399,15 +314410,15 @@ "binop": null }, "value": "engine", - "start": 26745, - "end": 26751, + "start": 27146, + "end": 27152, "loc": { "start": { - "line": 678, + "line": 688, "column": 17 }, "end": { - "line": 678, + "line": 688, "column": 23 } } @@ -307425,15 +314436,15 @@ "binop": null, "updateContext": null }, - "start": 26751, - "end": 26752, + "start": 27152, + "end": 27153, "loc": { "start": { - "line": 678, + "line": 688, "column": 23 }, "end": { - "line": 678, + "line": 688, "column": 24 } } @@ -307451,15 +314462,15 @@ "binop": null }, "value": "quality", - "start": 26752, - "end": 26759, + "start": 27153, + "end": 27160, "loc": { "start": { - "line": 678, + "line": 688, "column": 24 }, "end": { - "line": 678, + "line": 688, "column": 31 } } @@ -307478,15 +314489,15 @@ "updateContext": null }, "value": "=", - "start": 26760, - "end": 26761, + "start": 27161, + "end": 27162, "loc": { "start": { - "line": 678, + "line": 688, "column": 32 }, "end": { - "line": 678, + "line": 688, "column": 33 } } @@ -307506,15 +314517,15 @@ "updateContext": null }, "value": "this", - "start": 26762, - "end": 26766, + "start": 27163, + "end": 27167, "loc": { "start": { - "line": 678, + "line": 688, "column": 34 }, "end": { - "line": 678, + "line": 688, "column": 38 } } @@ -307532,15 +314543,15 @@ "binop": null, "updateContext": null }, - "start": 26766, - "end": 26767, + "start": 27167, + "end": 27168, "loc": { "start": { - "line": 678, + "line": 688, "column": 38 }, "end": { - "line": 678, + "line": 688, "column": 39 } } @@ -307558,15 +314569,15 @@ "binop": null }, "value": "animationQuality", - "start": 26767, - "end": 26783, + "start": 27168, + "end": 27184, "loc": { "start": { - "line": 678, + "line": 688, "column": 39 }, "end": { - "line": 678, + "line": 688, "column": 55 } } @@ -307584,15 +314595,15 @@ "binop": null, "updateContext": null }, - "start": 26783, - "end": 26784, + "start": 27184, + "end": 27185, "loc": { "start": { - "line": 678, + "line": 688, "column": 55 }, "end": { - "line": 678, + "line": 688, "column": 56 } } @@ -307612,15 +314623,15 @@ "updateContext": null }, "value": "this", - "start": 26797, - "end": 26801, + "start": 27198, + "end": 27202, "loc": { "start": { - "line": 679, + "line": 689, "column": 12 }, "end": { - "line": 679, + "line": 689, "column": 16 } } @@ -307638,15 +314649,15 @@ "binop": null, "updateContext": null }, - "start": 26801, - "end": 26802, + "start": 27202, + "end": 27203, "loc": { "start": { - "line": 679, + "line": 689, "column": 16 }, "end": { - "line": 679, + "line": 689, "column": 17 } } @@ -307664,15 +314675,15 @@ "binop": null }, "value": "engine", - "start": 26802, - "end": 26808, + "start": 27203, + "end": 27209, "loc": { "start": { - "line": 679, + "line": 689, "column": 17 }, "end": { - "line": 679, + "line": 689, "column": 23 } } @@ -307690,15 +314701,15 @@ "binop": null, "updateContext": null }, - "start": 26808, - "end": 26809, + "start": 27209, + "end": 27210, "loc": { "start": { - "line": 679, + "line": 689, "column": 23 }, "end": { - "line": 679, + "line": 689, "column": 24 } } @@ -307716,15 +314727,15 @@ "binop": null }, "value": "frameRate", - "start": 26809, - "end": 26818, + "start": 27210, + "end": 27219, "loc": { "start": { - "line": 679, + "line": 689, "column": 24 }, "end": { - "line": 679, + "line": 689, "column": 33 } } @@ -307743,15 +314754,15 @@ "updateContext": null }, "value": "=", - "start": 26819, - "end": 26820, + "start": 27220, + "end": 27221, "loc": { "start": { - "line": 679, + "line": 689, "column": 34 }, "end": { - "line": 679, + "line": 689, "column": 35 } } @@ -307771,15 +314782,15 @@ "updateContext": null }, "value": "this", - "start": 26821, - "end": 26825, + "start": 27222, + "end": 27226, "loc": { "start": { - "line": 679, + "line": 689, "column": 36 }, "end": { - "line": 679, + "line": 689, "column": 40 } } @@ -307797,15 +314808,15 @@ "binop": null, "updateContext": null }, - "start": 26825, - "end": 26826, + "start": 27226, + "end": 27227, "loc": { "start": { - "line": 679, + "line": 689, "column": 40 }, "end": { - "line": 679, + "line": 689, "column": 41 } } @@ -307823,15 +314834,15 @@ "binop": null }, "value": "animationFrameRate", - "start": 26826, - "end": 26844, + "start": 27227, + "end": 27245, "loc": { "start": { - "line": 679, + "line": 689, "column": 41 }, "end": { - "line": 679, + "line": 689, "column": 59 } } @@ -307849,15 +314860,15 @@ "binop": null, "updateContext": null }, - "start": 26844, - "end": 26845, + "start": 27245, + "end": 27246, "loc": { "start": { - "line": 679, + "line": 689, "column": 59 }, "end": { - "line": 679, + "line": 689, "column": 60 } } @@ -307865,15 +314876,15 @@ { "type": "CommentLine", "value": " timeSlice", - "start": 26859, - "end": 26871, + "start": 27260, + "end": 27272, "loc": { "start": { - "line": 681, + "line": 691, "column": 12 }, "end": { - "line": 681, + "line": 691, "column": 24 } } @@ -307893,15 +314904,15 @@ "updateContext": null }, "value": "if", - "start": 26884, - "end": 26886, + "start": 27285, + "end": 27287, "loc": { "start": { - "line": 682, + "line": 692, "column": 12 }, "end": { - "line": 682, + "line": 692, "column": 14 } } @@ -307918,15 +314929,15 @@ "postfix": false, "binop": null }, - "start": 26887, - "end": 26888, + "start": 27288, + "end": 27289, "loc": { "start": { - "line": 682, + "line": 692, "column": 15 }, "end": { - "line": 682, + "line": 692, "column": 16 } } @@ -307946,15 +314957,15 @@ "updateContext": null }, "value": "this", - "start": 26888, - "end": 26892, + "start": 27289, + "end": 27293, "loc": { "start": { - "line": 682, + "line": 692, "column": 16 }, "end": { - "line": 682, + "line": 692, "column": 20 } } @@ -307972,15 +314983,15 @@ "binop": null, "updateContext": null }, - "start": 26892, - "end": 26893, + "start": 27293, + "end": 27294, "loc": { "start": { - "line": 682, + "line": 692, "column": 20 }, "end": { - "line": 682, + "line": 692, "column": 21 } } @@ -307998,15 +315009,15 @@ "binop": null }, "value": "recordTimeSlice", - "start": 26893, - "end": 26908, + "start": 27294, + "end": 27309, "loc": { "start": { - "line": 682, + "line": 692, "column": 21 }, "end": { - "line": 682, + "line": 692, "column": 36 } } @@ -308025,15 +315036,15 @@ "updateContext": null }, "value": "&&", - "start": 26909, - "end": 26911, + "start": 27310, + "end": 27312, "loc": { "start": { - "line": 682, + "line": 692, "column": 37 }, "end": { - "line": 682, + "line": 692, "column": 39 } } @@ -308053,15 +315064,15 @@ "updateContext": null }, "value": "this", - "start": 26912, - "end": 26916, + "start": 27313, + "end": 27317, "loc": { "start": { - "line": 682, + "line": 692, "column": 40 }, "end": { - "line": 682, + "line": 692, "column": 44 } } @@ -308079,15 +315090,15 @@ "binop": null, "updateContext": null }, - "start": 26916, - "end": 26917, + "start": 27317, + "end": 27318, "loc": { "start": { - "line": 682, + "line": 692, "column": 44 }, "end": { - "line": 682, + "line": 692, "column": 45 } } @@ -308105,15 +315116,15 @@ "binop": null }, "value": "recordTimeSlice", - "start": 26917, - "end": 26932, + "start": 27318, + "end": 27333, "loc": { "start": { - "line": 682, + "line": 692, "column": 45 }, "end": { - "line": 682, + "line": 692, "column": 60 } } @@ -308132,15 +315143,15 @@ "updateContext": null }, "value": ">", - "start": 26933, - "end": 26934, + "start": 27334, + "end": 27335, "loc": { "start": { - "line": 682, + "line": 692, "column": 61 }, "end": { - "line": 682, + "line": 692, "column": 62 } } @@ -308159,15 +315170,15 @@ "updateContext": null }, "value": 0, - "start": 26935, - "end": 26936, + "start": 27336, + "end": 27337, "loc": { "start": { - "line": 682, + "line": 692, "column": 63 }, "end": { - "line": 682, + "line": 692, "column": 64 } } @@ -308184,15 +315195,15 @@ "postfix": false, "binop": null }, - "start": 26936, - "end": 26937, + "start": 27337, + "end": 27338, "loc": { "start": { - "line": 682, + "line": 692, "column": 64 }, "end": { - "line": 682, + "line": 692, "column": 65 } } @@ -308209,15 +315220,15 @@ "postfix": false, "binop": null }, - "start": 26938, - "end": 26939, + "start": 27339, + "end": 27340, "loc": { "start": { - "line": 682, + "line": 692, "column": 66 }, "end": { - "line": 682, + "line": 692, "column": 67 } } @@ -308237,15 +315248,15 @@ "updateContext": null }, "value": "this", - "start": 26956, - "end": 26960, + "start": 27357, + "end": 27361, "loc": { "start": { - "line": 683, + "line": 693, "column": 16 }, "end": { - "line": 683, + "line": 693, "column": 20 } } @@ -308263,15 +315274,15 @@ "binop": null, "updateContext": null }, - "start": 26960, - "end": 26961, + "start": 27361, + "end": 27362, "loc": { "start": { - "line": 683, + "line": 693, "column": 20 }, "end": { - "line": 683, + "line": 693, "column": 21 } } @@ -308289,15 +315300,15 @@ "binop": null }, "value": "engine", - "start": 26961, - "end": 26967, + "start": 27362, + "end": 27368, "loc": { "start": { - "line": 683, + "line": 693, "column": 21 }, "end": { - "line": 683, + "line": 693, "column": 27 } } @@ -308315,15 +315326,15 @@ "binop": null, "updateContext": null }, - "start": 26967, - "end": 26968, + "start": 27368, + "end": 27369, "loc": { "start": { - "line": 683, + "line": 693, "column": 27 }, "end": { - "line": 683, + "line": 693, "column": 28 } } @@ -308341,15 +315352,15 @@ "binop": null }, "value": "timeSlice", - "start": 26968, - "end": 26977, + "start": 27369, + "end": 27378, "loc": { "start": { - "line": 683, + "line": 693, "column": 28 }, "end": { - "line": 683, + "line": 693, "column": 37 } } @@ -308368,15 +315379,15 @@ "updateContext": null }, "value": "=", - "start": 26978, - "end": 26979, + "start": 27379, + "end": 27380, "loc": { "start": { - "line": 683, + "line": 693, "column": 38 }, "end": { - "line": 683, + "line": 693, "column": 39 } } @@ -308396,15 +315407,15 @@ "updateContext": null }, "value": "this", - "start": 26980, - "end": 26984, + "start": 27381, + "end": 27385, "loc": { "start": { - "line": 683, + "line": 693, "column": 40 }, "end": { - "line": 683, + "line": 693, "column": 44 } } @@ -308422,15 +315433,15 @@ "binop": null, "updateContext": null }, - "start": 26984, - "end": 26985, + "start": 27385, + "end": 27386, "loc": { "start": { - "line": 683, + "line": 693, "column": 44 }, "end": { - "line": 683, + "line": 693, "column": 45 } } @@ -308448,15 +315459,15 @@ "binop": null }, "value": "recordTimeSlice", - "start": 26985, - "end": 27000, + "start": 27386, + "end": 27401, "loc": { "start": { - "line": 683, + "line": 693, "column": 45 }, "end": { - "line": 683, + "line": 693, "column": 60 } } @@ -308474,15 +315485,15 @@ "binop": null, "updateContext": null }, - "start": 27000, - "end": 27001, + "start": 27401, + "end": 27402, "loc": { "start": { - "line": 683, + "line": 693, "column": 60 }, "end": { - "line": 683, + "line": 693, "column": 61 } } @@ -308502,15 +315513,15 @@ "updateContext": null }, "value": "this", - "start": 27018, - "end": 27022, + "start": 27419, + "end": 27423, "loc": { "start": { - "line": 684, + "line": 694, "column": 16 }, "end": { - "line": 684, + "line": 694, "column": 20 } } @@ -308528,15 +315539,15 @@ "binop": null, "updateContext": null }, - "start": 27022, - "end": 27023, + "start": 27423, + "end": 27424, "loc": { "start": { - "line": 684, + "line": 694, "column": 20 }, "end": { - "line": 684, + "line": 694, "column": 21 } } @@ -308554,15 +315565,15 @@ "binop": null }, "value": "engine", - "start": 27023, - "end": 27029, + "start": 27424, + "end": 27430, "loc": { "start": { - "line": 684, + "line": 694, "column": 21 }, "end": { - "line": 684, + "line": 694, "column": 27 } } @@ -308580,15 +315591,15 @@ "binop": null, "updateContext": null }, - "start": 27029, - "end": 27030, + "start": 27430, + "end": 27431, "loc": { "start": { - "line": 684, + "line": 694, "column": 27 }, "end": { - "line": 684, + "line": 694, "column": 28 } } @@ -308606,15 +315617,15 @@ "binop": null }, "value": "maxFileSize", - "start": 27030, - "end": 27041, + "start": 27431, + "end": 27442, "loc": { "start": { - "line": 684, + "line": 694, "column": 28 }, "end": { - "line": 684, + "line": 694, "column": 39 } } @@ -308633,15 +315644,15 @@ "updateContext": null }, "value": "=", - "start": 27042, - "end": 27043, + "start": 27443, + "end": 27444, "loc": { "start": { - "line": 684, + "line": 694, "column": 40 }, "end": { - "line": 684, + "line": 694, "column": 41 } } @@ -308661,15 +315672,15 @@ "updateContext": null }, "value": "this", - "start": 27044, - "end": 27048, + "start": 27445, + "end": 27449, "loc": { "start": { - "line": 684, + "line": 694, "column": 42 }, "end": { - "line": 684, + "line": 694, "column": 46 } } @@ -308687,15 +315698,15 @@ "binop": null, "updateContext": null }, - "start": 27048, - "end": 27049, + "start": 27449, + "end": 27450, "loc": { "start": { - "line": 684, + "line": 694, "column": 46 }, "end": { - "line": 684, + "line": 694, "column": 47 } } @@ -308713,15 +315724,15 @@ "binop": null }, "value": "maxFileSize", - "start": 27049, - "end": 27060, + "start": 27450, + "end": 27461, "loc": { "start": { - "line": 684, + "line": 694, "column": 47 }, "end": { - "line": 684, + "line": 694, "column": 58 } } @@ -308739,15 +315750,15 @@ "binop": null, "updateContext": null }, - "start": 27060, - "end": 27061, + "start": 27461, + "end": 27462, "loc": { "start": { - "line": 684, + "line": 694, "column": 58 }, "end": { - "line": 684, + "line": 694, "column": 59 } } @@ -308764,15 +315775,15 @@ "postfix": false, "binop": null }, - "start": 27074, - "end": 27075, + "start": 27475, + "end": 27476, "loc": { "start": { - "line": 685, + "line": 695, "column": 12 }, "end": { - "line": 685, + "line": 695, "column": 13 } } @@ -308780,15 +315791,15 @@ { "type": "CommentLine", "value": " additional 3rd-party library options", - "start": 27089, - "end": 27128, + "start": 27490, + "end": 27529, "loc": { "start": { - "line": 687, + "line": 697, "column": 12 }, "end": { - "line": 687, + "line": 697, "column": 51 } } @@ -308808,15 +315819,15 @@ "updateContext": null }, "value": "this", - "start": 27141, - "end": 27145, + "start": 27542, + "end": 27546, "loc": { "start": { - "line": 688, + "line": 698, "column": 12 }, "end": { - "line": 688, + "line": 698, "column": 16 } } @@ -308834,15 +315845,15 @@ "binop": null, "updateContext": null }, - "start": 27145, - "end": 27146, + "start": 27546, + "end": 27547, "loc": { "start": { - "line": 688, + "line": 698, "column": 16 }, "end": { - "line": 688, + "line": 698, "column": 17 } } @@ -308860,15 +315871,15 @@ "binop": null }, "value": "engine", - "start": 27146, - "end": 27152, + "start": 27547, + "end": 27553, "loc": { "start": { - "line": 688, + "line": 698, "column": 17 }, "end": { - "line": 688, + "line": 698, "column": 23 } } @@ -308886,15 +315897,15 @@ "binop": null, "updateContext": null }, - "start": 27152, - "end": 27153, + "start": 27553, + "end": 27554, "loc": { "start": { - "line": 688, + "line": 698, "column": 23 }, "end": { - "line": 688, + "line": 698, "column": 24 } } @@ -308912,15 +315923,15 @@ "binop": null }, "value": "pluginLibraryOptions", - "start": 27153, - "end": 27173, + "start": 27554, + "end": 27574, "loc": { "start": { - "line": 688, + "line": 698, "column": 24 }, "end": { - "line": 688, + "line": 698, "column": 44 } } @@ -308939,15 +315950,15 @@ "updateContext": null }, "value": "=", - "start": 27174, - "end": 27175, + "start": 27575, + "end": 27576, "loc": { "start": { - "line": 688, + "line": 698, "column": 45 }, "end": { - "line": 688, + "line": 698, "column": 46 } } @@ -308967,15 +315978,15 @@ "updateContext": null }, "value": "this", - "start": 27176, - "end": 27180, + "start": 27577, + "end": 27581, "loc": { "start": { - "line": 688, + "line": 698, "column": 47 }, "end": { - "line": 688, + "line": 698, "column": 51 } } @@ -308993,15 +316004,15 @@ "binop": null, "updateContext": null }, - "start": 27180, - "end": 27181, + "start": 27581, + "end": 27582, "loc": { "start": { - "line": 688, + "line": 698, "column": 51 }, "end": { - "line": 688, + "line": 698, "column": 52 } } @@ -309019,15 +316030,15 @@ "binop": null }, "value": "pluginLibraryOptions", - "start": 27181, - "end": 27201, + "start": 27582, + "end": 27602, "loc": { "start": { - "line": 688, + "line": 698, "column": 52 }, "end": { - "line": 688, + "line": 698, "column": 72 } } @@ -309045,15 +316056,15 @@ "binop": null, "updateContext": null }, - "start": 27201, - "end": 27202, + "start": 27602, + "end": 27603, "loc": { "start": { - "line": 688, + "line": 698, "column": 72 }, "end": { - "line": 688, + "line": 698, "column": 73 } } @@ -309061,15 +316072,15 @@ { "type": "CommentLine", "value": " initialize recorder", - "start": 27216, - "end": 27238, + "start": 27617, + "end": 27639, "loc": { "start": { - "line": 690, + "line": 700, "column": 12 }, "end": { - "line": 690, + "line": 700, "column": 34 } } @@ -309089,15 +316100,15 @@ "updateContext": null }, "value": "this", - "start": 27251, - "end": 27255, + "start": 27652, + "end": 27656, "loc": { "start": { - "line": 691, + "line": 701, "column": 12 }, "end": { - "line": 691, + "line": 701, "column": 16 } } @@ -309115,15 +316126,15 @@ "binop": null, "updateContext": null }, - "start": 27255, - "end": 27256, + "start": 27656, + "end": 27657, "loc": { "start": { - "line": 691, + "line": 701, "column": 16 }, "end": { - "line": 691, + "line": 701, "column": 17 } } @@ -309141,15 +316152,15 @@ "binop": null }, "value": "engine", - "start": 27256, - "end": 27262, + "start": 27657, + "end": 27663, "loc": { "start": { - "line": 691, + "line": 701, "column": 17 }, "end": { - "line": 691, + "line": 701, "column": 23 } } @@ -309167,15 +316178,15 @@ "binop": null, "updateContext": null }, - "start": 27262, - "end": 27263, + "start": 27663, + "end": 27664, "loc": { "start": { - "line": 691, + "line": 701, "column": 23 }, "end": { - "line": 691, + "line": 701, "column": 24 } } @@ -309193,15 +316204,15 @@ "binop": null }, "value": "setup", - "start": 27263, - "end": 27268, + "start": 27664, + "end": 27669, "loc": { "start": { - "line": 691, + "line": 701, "column": 24 }, "end": { - "line": 691, + "line": 701, "column": 29 } } @@ -309218,15 +316229,15 @@ "postfix": false, "binop": null }, - "start": 27268, - "end": 27269, + "start": 27669, + "end": 27670, "loc": { "start": { - "line": 691, + "line": 701, "column": 29 }, "end": { - "line": 691, + "line": 701, "column": 30 } } @@ -309246,15 +316257,15 @@ "updateContext": null }, "value": "this", - "start": 27269, - "end": 27273, + "start": 27670, + "end": 27674, "loc": { "start": { - "line": 691, + "line": 701, "column": 30 }, "end": { - "line": 691, + "line": 701, "column": 34 } } @@ -309272,15 +316283,15 @@ "binop": null, "updateContext": null }, - "start": 27273, - "end": 27274, + "start": 27674, + "end": 27675, "loc": { "start": { - "line": 691, + "line": 701, "column": 34 }, "end": { - "line": 691, + "line": 701, "column": 35 } } @@ -309298,15 +316309,15 @@ "binop": null }, "value": "stream", - "start": 27274, - "end": 27280, + "start": 27675, + "end": 27681, "loc": { "start": { - "line": 691, + "line": 701, "column": 35 }, "end": { - "line": 691, + "line": 701, "column": 41 } } @@ -309324,15 +316335,15 @@ "binop": null, "updateContext": null }, - "start": 27280, - "end": 27281, + "start": 27681, + "end": 27682, "loc": { "start": { - "line": 691, + "line": 701, "column": 41 }, "end": { - "line": 691, + "line": 701, "column": 42 } } @@ -309352,15 +316363,15 @@ "updateContext": null }, "value": "this", - "start": 27282, - "end": 27286, + "start": 27683, + "end": 27687, "loc": { "start": { - "line": 691, + "line": 701, "column": 43 }, "end": { - "line": 691, + "line": 701, "column": 47 } } @@ -309378,15 +316389,15 @@ "binop": null, "updateContext": null }, - "start": 27286, - "end": 27287, + "start": 27687, + "end": 27688, "loc": { "start": { - "line": 691, + "line": 701, "column": 47 }, "end": { - "line": 691, + "line": 701, "column": 48 } } @@ -309404,15 +316415,15 @@ "binop": null }, "value": "mediaType", - "start": 27287, - "end": 27296, + "start": 27688, + "end": 27697, "loc": { "start": { - "line": 691, + "line": 701, "column": 48 }, "end": { - "line": 691, + "line": 701, "column": 57 } } @@ -309430,15 +316441,15 @@ "binop": null, "updateContext": null }, - "start": 27296, - "end": 27297, + "start": 27697, + "end": 27698, "loc": { "start": { - "line": 691, + "line": 701, "column": 57 }, "end": { - "line": 691, + "line": 701, "column": 58 } } @@ -309458,15 +316469,15 @@ "updateContext": null }, "value": "this", - "start": 27298, - "end": 27302, + "start": 27699, + "end": 27703, "loc": { "start": { - "line": 691, + "line": 701, "column": 59 }, "end": { - "line": 691, + "line": 701, "column": 63 } } @@ -309484,15 +316495,15 @@ "binop": null, "updateContext": null }, - "start": 27302, - "end": 27303, + "start": 27703, + "end": 27704, "loc": { "start": { - "line": 691, + "line": 701, "column": 63 }, "end": { - "line": 691, + "line": 701, "column": 64 } } @@ -309510,15 +316521,15 @@ "binop": null }, "value": "debug", - "start": 27303, - "end": 27308, + "start": 27704, + "end": 27709, "loc": { "start": { - "line": 691, + "line": 701, "column": 64 }, "end": { - "line": 691, + "line": 701, "column": 69 } } @@ -309535,15 +316546,15 @@ "postfix": false, "binop": null }, - "start": 27308, - "end": 27309, + "start": 27709, + "end": 27710, "loc": { "start": { - "line": 691, + "line": 701, "column": 69 }, "end": { - "line": 691, + "line": 701, "column": 70 } } @@ -309561,15 +316572,15 @@ "binop": null, "updateContext": null }, - "start": 27309, - "end": 27310, + "start": 27710, + "end": 27711, "loc": { "start": { - "line": 691, + "line": 701, "column": 70 }, "end": { - "line": 691, + "line": 701, "column": 71 } } @@ -309577,15 +316588,15 @@ { "type": "CommentLine", "value": " create converter engine", - "start": 27324, - "end": 27350, + "start": 27725, + "end": 27751, "loc": { "start": { - "line": 693, + "line": 703, "column": 12 }, "end": { - "line": 693, + "line": 703, "column": 38 } } @@ -309605,15 +316616,15 @@ "updateContext": null }, "value": "if", - "start": 27363, - "end": 27365, + "start": 27764, + "end": 27766, "loc": { "start": { - "line": 694, + "line": 704, "column": 12 }, "end": { - "line": 694, + "line": 704, "column": 14 } } @@ -309630,15 +316641,15 @@ "postfix": false, "binop": null }, - "start": 27366, - "end": 27367, + "start": 27767, + "end": 27768, "loc": { "start": { - "line": 694, + "line": 704, "column": 15 }, "end": { - "line": 694, + "line": 704, "column": 16 } } @@ -309658,15 +316669,15 @@ "updateContext": null }, "value": "this", - "start": 27367, - "end": 27371, + "start": 27768, + "end": 27772, "loc": { "start": { - "line": 694, + "line": 704, "column": 16 }, "end": { - "line": 694, + "line": 704, "column": 20 } } @@ -309684,15 +316695,15 @@ "binop": null, "updateContext": null }, - "start": 27371, - "end": 27372, + "start": 27772, + "end": 27773, "loc": { "start": { - "line": 694, + "line": 704, "column": 20 }, "end": { - "line": 694, + "line": 704, "column": 21 } } @@ -309710,15 +316721,15 @@ "binop": null }, "value": "convertEngine", - "start": 27372, - "end": 27385, + "start": 27773, + "end": 27786, "loc": { "start": { - "line": 694, + "line": 704, "column": 21 }, "end": { - "line": 694, + "line": 704, "column": 34 } } @@ -309737,15 +316748,15 @@ "updateContext": null }, "value": "!==", - "start": 27386, - "end": 27389, + "start": 27787, + "end": 27790, "loc": { "start": { - "line": 694, + "line": 704, "column": 35 }, "end": { - "line": 694, + "line": 704, "column": 38 } } @@ -309764,15 +316775,15 @@ "updateContext": null }, "value": "", - "start": 27390, - "end": 27392, + "start": 27791, + "end": 27793, "loc": { "start": { - "line": 694, + "line": 704, "column": 39 }, "end": { - "line": 694, + "line": 704, "column": 41 } } @@ -309789,15 +316800,15 @@ "postfix": false, "binop": null }, - "start": 27392, - "end": 27393, + "start": 27793, + "end": 27794, "loc": { "start": { - "line": 694, + "line": 704, "column": 41 }, "end": { - "line": 694, + "line": 704, "column": 42 } } @@ -309814,15 +316825,15 @@ "postfix": false, "binop": null }, - "start": 27394, - "end": 27395, + "start": 27795, + "end": 27796, "loc": { "start": { - "line": 694, + "line": 704, "column": 43 }, "end": { - "line": 694, + "line": 704, "column": 44 } } @@ -309842,15 +316853,15 @@ "updateContext": null }, "value": "let", - "start": 27412, - "end": 27415, + "start": 27813, + "end": 27816, "loc": { "start": { - "line": 695, + "line": 705, "column": 16 }, "end": { - "line": 695, + "line": 705, "column": 19 } } @@ -309868,15 +316879,15 @@ "binop": null }, "value": "ConvertEngineClass", - "start": 27416, - "end": 27434, + "start": 27817, + "end": 27835, "loc": { "start": { - "line": 695, + "line": 705, "column": 20 }, "end": { - "line": 695, + "line": 705, "column": 38 } } @@ -309895,15 +316906,15 @@ "updateContext": null }, "value": "=", - "start": 27435, - "end": 27436, + "start": 27836, + "end": 27837, "loc": { "start": { - "line": 695, + "line": 705, "column": 39 }, "end": { - "line": 695, + "line": 705, "column": 40 } } @@ -309921,15 +316932,15 @@ "binop": null }, "value": "getConvertEngine", - "start": 27437, - "end": 27453, + "start": 27838, + "end": 27854, "loc": { "start": { - "line": 695, + "line": 705, "column": 41 }, "end": { - "line": 695, + "line": 705, "column": 57 } } @@ -309946,15 +316957,15 @@ "postfix": false, "binop": null }, - "start": 27453, - "end": 27454, + "start": 27854, + "end": 27855, "loc": { "start": { - "line": 695, + "line": 705, "column": 57 }, "end": { - "line": 695, + "line": 705, "column": 58 } } @@ -309974,15 +316985,15 @@ "updateContext": null }, "value": "this", - "start": 27454, - "end": 27458, + "start": 27855, + "end": 27859, "loc": { "start": { - "line": 695, + "line": 705, "column": 58 }, "end": { - "line": 695, + "line": 705, "column": 62 } } @@ -310000,15 +317011,15 @@ "binop": null, "updateContext": null }, - "start": 27458, - "end": 27459, + "start": 27859, + "end": 27860, "loc": { "start": { - "line": 695, + "line": 705, "column": 62 }, "end": { - "line": 695, + "line": 705, "column": 63 } } @@ -310026,15 +317037,15 @@ "binop": null }, "value": "convertEngine", - "start": 27459, - "end": 27472, + "start": 27860, + "end": 27873, "loc": { "start": { - "line": 695, + "line": 705, "column": 63 }, "end": { - "line": 695, + "line": 705, "column": 76 } } @@ -310051,15 +317062,15 @@ "postfix": false, "binop": null }, - "start": 27472, - "end": 27473, + "start": 27873, + "end": 27874, "loc": { "start": { - "line": 695, + "line": 705, "column": 76 }, "end": { - "line": 695, + "line": 705, "column": 77 } } @@ -310077,15 +317088,15 @@ "binop": null, "updateContext": null }, - "start": 27473, - "end": 27474, + "start": 27874, + "end": 27875, "loc": { "start": { - "line": 695, + "line": 705, "column": 77 }, "end": { - "line": 695, + "line": 705, "column": 78 } } @@ -310105,15 +317116,15 @@ "updateContext": null }, "value": "try", - "start": 27491, - "end": 27494, + "start": 27892, + "end": 27895, "loc": { "start": { - "line": 696, + "line": 706, "column": 16 }, "end": { - "line": 696, + "line": 706, "column": 19 } } @@ -310130,15 +317141,15 @@ "postfix": false, "binop": null }, - "start": 27495, - "end": 27496, + "start": 27896, + "end": 27897, "loc": { "start": { - "line": 696, + "line": 706, "column": 20 }, "end": { - "line": 696, + "line": 706, "column": 21 } } @@ -310158,15 +317169,15 @@ "updateContext": null }, "value": "this", - "start": 27517, - "end": 27521, + "start": 27918, + "end": 27922, "loc": { "start": { - "line": 697, + "line": 707, "column": 20 }, "end": { - "line": 697, + "line": 707, "column": 24 } } @@ -310184,15 +317195,15 @@ "binop": null, "updateContext": null }, - "start": 27521, - "end": 27522, + "start": 27922, + "end": 27923, "loc": { "start": { - "line": 697, + "line": 707, "column": 24 }, "end": { - "line": 697, + "line": 707, "column": 25 } } @@ -310210,15 +317221,15 @@ "binop": null }, "value": "converter", - "start": 27522, - "end": 27531, + "start": 27923, + "end": 27932, "loc": { "start": { - "line": 697, + "line": 707, "column": 25 }, "end": { - "line": 697, + "line": 707, "column": 34 } } @@ -310237,15 +317248,15 @@ "updateContext": null }, "value": "=", - "start": 27532, - "end": 27533, + "start": 27933, + "end": 27934, "loc": { "start": { - "line": 697, + "line": 707, "column": 35 }, "end": { - "line": 697, + "line": 707, "column": 36 } } @@ -310265,15 +317276,15 @@ "updateContext": null }, "value": "new", - "start": 27534, - "end": 27537, + "start": 27935, + "end": 27938, "loc": { "start": { - "line": 697, + "line": 707, "column": 37 }, "end": { - "line": 697, + "line": 707, "column": 40 } } @@ -310291,15 +317302,15 @@ "binop": null }, "value": "ConvertEngineClass", - "start": 27538, - "end": 27556, + "start": 27939, + "end": 27957, "loc": { "start": { - "line": 697, + "line": 707, "column": 41 }, "end": { - "line": 697, + "line": 707, "column": 59 } } @@ -310316,15 +317327,15 @@ "postfix": false, "binop": null }, - "start": 27556, - "end": 27557, + "start": 27957, + "end": 27958, "loc": { "start": { - "line": 697, + "line": 707, "column": 59 }, "end": { - "line": 697, + "line": 707, "column": 60 } } @@ -310344,15 +317355,15 @@ "updateContext": null }, "value": "this", - "start": 27557, - "end": 27561, + "start": 27958, + "end": 27962, "loc": { "start": { - "line": 697, + "line": 707, "column": 60 }, "end": { - "line": 697, + "line": 707, "column": 64 } } @@ -310370,15 +317381,15 @@ "binop": null, "updateContext": null }, - "start": 27561, - "end": 27562, + "start": 27962, + "end": 27963, "loc": { "start": { - "line": 697, + "line": 707, "column": 64 }, "end": { - "line": 697, + "line": 707, "column": 65 } } @@ -310396,15 +317407,15 @@ "binop": null }, "value": "player", - "start": 27562, - "end": 27568, + "start": 27963, + "end": 27969, "loc": { "start": { - "line": 697, + "line": 707, "column": 65 }, "end": { - "line": 697, + "line": 707, "column": 71 } } @@ -310422,15 +317433,15 @@ "binop": null, "updateContext": null }, - "start": 27568, - "end": 27569, + "start": 27969, + "end": 27970, "loc": { "start": { - "line": 697, + "line": 707, "column": 71 }, "end": { - "line": 697, + "line": 707, "column": 72 } } @@ -310450,15 +317461,15 @@ "updateContext": null }, "value": "this", - "start": 27594, - "end": 27598, + "start": 27995, + "end": 27999, "loc": { "start": { - "line": 698, + "line": 708, "column": 24 }, "end": { - "line": 698, + "line": 708, "column": 28 } } @@ -310476,15 +317487,15 @@ "binop": null, "updateContext": null }, - "start": 27598, - "end": 27599, + "start": 27999, + "end": 28000, "loc": { "start": { - "line": 698, + "line": 708, "column": 28 }, "end": { - "line": 698, + "line": 708, "column": 29 } } @@ -310502,15 +317513,15 @@ "binop": null }, "value": "player", - "start": 27599, - "end": 27605, + "start": 28000, + "end": 28006, "loc": { "start": { - "line": 698, + "line": 708, "column": 29 }, "end": { - "line": 698, + "line": 708, "column": 35 } } @@ -310528,15 +317539,15 @@ "binop": null, "updateContext": null }, - "start": 27605, - "end": 27606, + "start": 28006, + "end": 28007, "loc": { "start": { - "line": 698, + "line": 708, "column": 35 }, "end": { - "line": 698, + "line": 708, "column": 36 } } @@ -310554,15 +317565,15 @@ "binop": null }, "value": "options_", - "start": 27606, - "end": 27614, + "start": 28007, + "end": 28015, "loc": { "start": { - "line": 698, + "line": 708, "column": 36 }, "end": { - "line": 698, + "line": 708, "column": 44 } } @@ -310579,15 +317590,15 @@ "postfix": false, "binop": null }, - "start": 27614, - "end": 27615, + "start": 28015, + "end": 28016, "loc": { "start": { - "line": 698, + "line": 708, "column": 44 }, "end": { - "line": 698, + "line": 708, "column": 45 } } @@ -310605,15 +317616,15 @@ "binop": null, "updateContext": null }, - "start": 27615, - "end": 27616, + "start": 28016, + "end": 28017, "loc": { "start": { - "line": 698, + "line": 708, "column": 45 }, "end": { - "line": 698, + "line": 708, "column": 46 } } @@ -310630,15 +317641,15 @@ "postfix": false, "binop": null }, - "start": 27633, - "end": 27634, + "start": 28034, + "end": 28035, "loc": { "start": { - "line": 699, + "line": 709, "column": 16 }, "end": { - "line": 699, + "line": 709, "column": 17 } } @@ -310658,15 +317669,15 @@ "updateContext": null }, "value": "catch", - "start": 27651, - "end": 27656, + "start": 28052, + "end": 28057, "loc": { "start": { - "line": 700, + "line": 710, "column": 16 }, "end": { - "line": 700, + "line": 710, "column": 21 } } @@ -310683,15 +317694,15 @@ "postfix": false, "binop": null }, - "start": 27657, - "end": 27658, + "start": 28058, + "end": 28059, "loc": { "start": { - "line": 700, + "line": 710, "column": 22 }, "end": { - "line": 700, + "line": 710, "column": 23 } } @@ -310709,15 +317720,15 @@ "binop": null }, "value": "err", - "start": 27658, - "end": 27661, + "start": 28059, + "end": 28062, "loc": { "start": { - "line": 700, + "line": 710, "column": 23 }, "end": { - "line": 700, + "line": 710, "column": 26 } } @@ -310734,15 +317745,15 @@ "postfix": false, "binop": null }, - "start": 27661, - "end": 27662, + "start": 28062, + "end": 28063, "loc": { "start": { - "line": 700, + "line": 710, "column": 26 }, "end": { - "line": 700, + "line": 710, "column": 27 } } @@ -310759,15 +317770,15 @@ "postfix": false, "binop": null }, - "start": 27663, - "end": 27664, + "start": 28064, + "end": 28065, "loc": { "start": { - "line": 700, + "line": 710, "column": 28 }, "end": { - "line": 700, + "line": 710, "column": 29 } } @@ -310787,15 +317798,15 @@ "updateContext": null }, "value": "throw", - "start": 27685, - "end": 27690, + "start": 28086, + "end": 28091, "loc": { "start": { - "line": 701, + "line": 711, "column": 20 }, "end": { - "line": 701, + "line": 711, "column": 25 } } @@ -310815,15 +317826,15 @@ "updateContext": null }, "value": "new", - "start": 27691, - "end": 27694, + "start": 28092, + "end": 28095, "loc": { "start": { - "line": 701, + "line": 711, "column": 26 }, "end": { - "line": 701, + "line": 711, "column": 29 } } @@ -310841,15 +317852,15 @@ "binop": null }, "value": "Error", - "start": 27695, - "end": 27700, + "start": 28096, + "end": 28101, "loc": { "start": { - "line": 701, + "line": 711, "column": 30 }, "end": { - "line": 701, + "line": 711, "column": 35 } } @@ -310866,15 +317877,15 @@ "postfix": false, "binop": null }, - "start": 27700, - "end": 27701, + "start": 28101, + "end": 28102, "loc": { "start": { - "line": 701, + "line": 711, "column": 35 }, "end": { - "line": 701, + "line": 711, "column": 36 } } @@ -310893,15 +317904,15 @@ "updateContext": null }, "value": "Could not load ", - "start": 27701, - "end": 27718, + "start": 28102, + "end": 28119, "loc": { "start": { - "line": 701, + "line": 711, "column": 36 }, "end": { - "line": 701, + "line": 711, "column": 53 } } @@ -310920,15 +317931,15 @@ "updateContext": null }, "value": "+", - "start": 27719, - "end": 27720, + "start": 28120, + "end": 28121, "loc": { "start": { - "line": 701, + "line": 711, "column": 54 }, "end": { - "line": 701, + "line": 711, "column": 55 } } @@ -310948,15 +317959,15 @@ "updateContext": null }, "value": "this", - "start": 27721, - "end": 27725, + "start": 28122, + "end": 28126, "loc": { "start": { - "line": 701, + "line": 711, "column": 56 }, "end": { - "line": 701, + "line": 711, "column": 60 } } @@ -310974,15 +317985,15 @@ "binop": null, "updateContext": null }, - "start": 27725, - "end": 27726, + "start": 28126, + "end": 28127, "loc": { "start": { - "line": 701, + "line": 711, "column": 60 }, "end": { - "line": 701, + "line": 711, "column": 61 } } @@ -311000,15 +318011,15 @@ "binop": null }, "value": "convertEngine", - "start": 27726, - "end": 27739, + "start": 28127, + "end": 28140, "loc": { "start": { - "line": 701, + "line": 711, "column": 61 }, "end": { - "line": 701, + "line": 711, "column": 74 } } @@ -311027,15 +318038,15 @@ "updateContext": null }, "value": "+", - "start": 27740, - "end": 27741, + "start": 28141, + "end": 28142, "loc": { "start": { - "line": 701, + "line": 711, "column": 75 }, "end": { - "line": 701, + "line": 711, "column": 76 } } @@ -311054,15 +318065,15 @@ "updateContext": null }, "value": " plugin", - "start": 27766, - "end": 27775, + "start": 28167, + "end": 28176, "loc": { "start": { - "line": 702, + "line": 712, "column": 24 }, "end": { - "line": 702, + "line": 712, "column": 33 } } @@ -311079,15 +318090,15 @@ "postfix": false, "binop": null }, - "start": 27775, - "end": 27776, + "start": 28176, + "end": 28177, "loc": { "start": { - "line": 702, + "line": 712, "column": 33 }, "end": { - "line": 702, + "line": 712, "column": 34 } } @@ -311105,15 +318116,15 @@ "binop": null, "updateContext": null }, - "start": 27776, - "end": 27777, + "start": 28177, + "end": 28178, "loc": { "start": { - "line": 702, + "line": 712, "column": 34 }, "end": { - "line": 702, + "line": 712, "column": 35 } } @@ -311130,15 +318141,15 @@ "postfix": false, "binop": null }, - "start": 27794, - "end": 27795, + "start": 28195, + "end": 28196, "loc": { "start": { - "line": 703, + "line": 713, "column": 16 }, "end": { - "line": 703, + "line": 713, "column": 17 } } @@ -311146,15 +318157,15 @@ { "type": "CommentLine", "value": " convert settings", - "start": 27813, - "end": 27832, + "start": 28214, + "end": 28233, "loc": { "start": { - "line": 705, + "line": 715, "column": 16 }, "end": { - "line": 705, + "line": 715, "column": 35 } } @@ -311174,15 +318185,15 @@ "updateContext": null }, "value": "this", - "start": 27849, - "end": 27853, + "start": 28250, + "end": 28254, "loc": { "start": { - "line": 706, + "line": 716, "column": 16 }, "end": { - "line": 706, + "line": 716, "column": 20 } } @@ -311200,15 +318211,15 @@ "binop": null, "updateContext": null }, - "start": 27853, - "end": 27854, + "start": 28254, + "end": 28255, "loc": { "start": { - "line": 706, + "line": 716, "column": 20 }, "end": { - "line": 706, + "line": 716, "column": 21 } } @@ -311226,15 +318237,15 @@ "binop": null }, "value": "converter", - "start": 27854, - "end": 27863, + "start": 28255, + "end": 28264, "loc": { "start": { - "line": 706, + "line": 716, "column": 21 }, "end": { - "line": 706, + "line": 716, "column": 30 } } @@ -311252,15 +318263,15 @@ "binop": null, "updateContext": null }, - "start": 27863, - "end": 27864, + "start": 28264, + "end": 28265, "loc": { "start": { - "line": 706, + "line": 716, "column": 30 }, "end": { - "line": 706, + "line": 716, "column": 31 } } @@ -311278,15 +318289,15 @@ "binop": null }, "value": "convertWorkerURL", - "start": 27864, - "end": 27880, + "start": 28265, + "end": 28281, "loc": { "start": { - "line": 706, + "line": 716, "column": 31 }, "end": { - "line": 706, + "line": 716, "column": 47 } } @@ -311305,15 +318316,15 @@ "updateContext": null }, "value": "=", - "start": 27881, - "end": 27882, + "start": 28282, + "end": 28283, "loc": { "start": { - "line": 706, + "line": 716, "column": 48 }, "end": { - "line": 706, + "line": 716, "column": 49 } } @@ -311333,15 +318344,15 @@ "updateContext": null }, "value": "this", - "start": 27883, - "end": 27887, + "start": 28284, + "end": 28288, "loc": { "start": { - "line": 706, + "line": 716, "column": 50 }, "end": { - "line": 706, + "line": 716, "column": 54 } } @@ -311359,15 +318370,15 @@ "binop": null, "updateContext": null }, - "start": 27887, - "end": 27888, + "start": 28288, + "end": 28289, "loc": { "start": { - "line": 706, + "line": 716, "column": 54 }, "end": { - "line": 706, + "line": 716, "column": 55 } } @@ -311385,15 +318396,15 @@ "binop": null }, "value": "convertWorkerURL", - "start": 27888, - "end": 27904, + "start": 28289, + "end": 28305, "loc": { "start": { - "line": 706, + "line": 716, "column": 55 }, "end": { - "line": 706, + "line": 716, "column": 71 } } @@ -311411,15 +318422,15 @@ "binop": null, "updateContext": null }, - "start": 27904, - "end": 27905, + "start": 28305, + "end": 28306, "loc": { "start": { - "line": 706, + "line": 716, "column": 71 }, "end": { - "line": 706, + "line": 716, "column": 72 } } @@ -311439,15 +318450,15 @@ "updateContext": null }, "value": "this", - "start": 27922, - "end": 27926, + "start": 28323, + "end": 28327, "loc": { "start": { - "line": 707, + "line": 717, "column": 16 }, "end": { - "line": 707, + "line": 717, "column": 20 } } @@ -311465,15 +318476,15 @@ "binop": null, "updateContext": null }, - "start": 27926, - "end": 27927, + "start": 28327, + "end": 28328, "loc": { "start": { - "line": 707, + "line": 717, "column": 20 }, "end": { - "line": 707, + "line": 717, "column": 21 } } @@ -311491,15 +318502,15 @@ "binop": null }, "value": "converter", - "start": 27927, - "end": 27936, + "start": 28328, + "end": 28337, "loc": { "start": { - "line": 707, + "line": 717, "column": 21 }, "end": { - "line": 707, + "line": 717, "column": 30 } } @@ -311517,15 +318528,15 @@ "binop": null, "updateContext": null }, - "start": 27936, - "end": 27937, + "start": 28337, + "end": 28338, "loc": { "start": { - "line": 707, + "line": 717, "column": 30 }, "end": { - "line": 707, + "line": 717, "column": 31 } } @@ -311543,15 +318554,15 @@ "binop": null }, "value": "convertOptions", - "start": 27937, - "end": 27951, + "start": 28338, + "end": 28352, "loc": { "start": { - "line": 707, + "line": 717, "column": 31 }, "end": { - "line": 707, + "line": 717, "column": 45 } } @@ -311570,15 +318581,15 @@ "updateContext": null }, "value": "=", - "start": 27952, - "end": 27953, + "start": 28353, + "end": 28354, "loc": { "start": { - "line": 707, + "line": 717, "column": 46 }, "end": { - "line": 707, + "line": 717, "column": 47 } } @@ -311598,15 +318609,15 @@ "updateContext": null }, "value": "this", - "start": 27954, - "end": 27958, + "start": 28355, + "end": 28359, "loc": { "start": { - "line": 707, + "line": 717, "column": 48 }, "end": { - "line": 707, + "line": 717, "column": 52 } } @@ -311624,15 +318635,15 @@ "binop": null, "updateContext": null }, - "start": 27958, - "end": 27959, + "start": 28359, + "end": 28360, "loc": { "start": { - "line": 707, + "line": 717, "column": 52 }, "end": { - "line": 707, + "line": 717, "column": 53 } } @@ -311650,15 +318661,15 @@ "binop": null }, "value": "convertOptions", - "start": 27959, - "end": 27973, + "start": 28360, + "end": 28374, "loc": { "start": { - "line": 707, + "line": 717, "column": 53 }, "end": { - "line": 707, + "line": 717, "column": 67 } } @@ -311676,15 +318687,15 @@ "binop": null, "updateContext": null }, - "start": 27973, - "end": 27974, + "start": 28374, + "end": 28375, "loc": { "start": { - "line": 707, + "line": 717, "column": 67 }, "end": { - "line": 707, + "line": 717, "column": 68 } } @@ -311704,15 +318715,15 @@ "updateContext": null }, "value": "this", - "start": 27991, - "end": 27995, + "start": 28392, + "end": 28396, "loc": { "start": { - "line": 708, + "line": 718, "column": 16 }, "end": { - "line": 708, + "line": 718, "column": 20 } } @@ -311730,15 +318741,15 @@ "binop": null, "updateContext": null }, - "start": 27995, - "end": 27996, + "start": 28396, + "end": 28397, "loc": { "start": { - "line": 708, + "line": 718, "column": 20 }, "end": { - "line": 708, + "line": 718, "column": 21 } } @@ -311756,15 +318767,15 @@ "binop": null }, "value": "converter", - "start": 27996, - "end": 28005, + "start": 28397, + "end": 28406, "loc": { "start": { - "line": 708, + "line": 718, "column": 21 }, "end": { - "line": 708, + "line": 718, "column": 30 } } @@ -311782,15 +318793,15 @@ "binop": null, "updateContext": null }, - "start": 28005, - "end": 28006, + "start": 28406, + "end": 28407, "loc": { "start": { - "line": 708, + "line": 718, "column": 30 }, "end": { - "line": 708, + "line": 718, "column": 31 } } @@ -311808,15 +318819,15 @@ "binop": null }, "value": "pluginLibraryOptions", - "start": 28006, - "end": 28026, + "start": 28407, + "end": 28427, "loc": { "start": { - "line": 708, + "line": 718, "column": 31 }, "end": { - "line": 708, + "line": 718, "column": 51 } } @@ -311835,15 +318846,15 @@ "updateContext": null }, "value": "=", - "start": 28027, - "end": 28028, + "start": 28428, + "end": 28429, "loc": { "start": { - "line": 708, + "line": 718, "column": 52 }, "end": { - "line": 708, + "line": 718, "column": 53 } } @@ -311863,15 +318874,15 @@ "updateContext": null }, "value": "this", - "start": 28029, - "end": 28033, + "start": 28430, + "end": 28434, "loc": { "start": { - "line": 708, + "line": 718, "column": 54 }, "end": { - "line": 708, + "line": 718, "column": 58 } } @@ -311889,15 +318900,15 @@ "binop": null, "updateContext": null }, - "start": 28033, - "end": 28034, + "start": 28434, + "end": 28435, "loc": { "start": { - "line": 708, + "line": 718, "column": 58 }, "end": { - "line": 708, + "line": 718, "column": 59 } } @@ -311915,15 +318926,15 @@ "binop": null }, "value": "pluginLibraryOptions", - "start": 28034, - "end": 28054, + "start": 28435, + "end": 28455, "loc": { "start": { - "line": 708, + "line": 718, "column": 59 }, "end": { - "line": 708, + "line": 718, "column": 79 } } @@ -311941,15 +318952,15 @@ "binop": null, "updateContext": null }, - "start": 28054, - "end": 28055, + "start": 28455, + "end": 28456, "loc": { "start": { - "line": 708, + "line": 718, "column": 79 }, "end": { - "line": 708, + "line": 718, "column": 80 } } @@ -311957,15 +318968,15 @@ { "type": "CommentLine", "value": " initialize converter", - "start": 28073, - "end": 28096, + "start": 28474, + "end": 28497, "loc": { "start": { - "line": 710, + "line": 720, "column": 16 }, "end": { - "line": 710, + "line": 720, "column": 39 } } @@ -311985,15 +318996,15 @@ "updateContext": null }, "value": "this", - "start": 28113, - "end": 28117, + "start": 28514, + "end": 28518, "loc": { "start": { - "line": 711, + "line": 721, "column": 16 }, "end": { - "line": 711, + "line": 721, "column": 20 } } @@ -312011,15 +319022,15 @@ "binop": null, "updateContext": null }, - "start": 28117, - "end": 28118, + "start": 28518, + "end": 28519, "loc": { "start": { - "line": 711, + "line": 721, "column": 20 }, "end": { - "line": 711, + "line": 721, "column": 21 } } @@ -312037,15 +319048,15 @@ "binop": null }, "value": "converter", - "start": 28118, - "end": 28127, + "start": 28519, + "end": 28528, "loc": { "start": { - "line": 711, + "line": 721, "column": 21 }, "end": { - "line": 711, + "line": 721, "column": 30 } } @@ -312063,15 +319074,15 @@ "binop": null, "updateContext": null }, - "start": 28127, - "end": 28128, + "start": 28528, + "end": 28529, "loc": { "start": { - "line": 711, + "line": 721, "column": 30 }, "end": { - "line": 711, + "line": 721, "column": 31 } } @@ -312089,15 +319100,15 @@ "binop": null }, "value": "setup", - "start": 28128, - "end": 28133, + "start": 28529, + "end": 28534, "loc": { "start": { - "line": 711, + "line": 721, "column": 31 }, "end": { - "line": 711, + "line": 721, "column": 36 } } @@ -312114,15 +319125,15 @@ "postfix": false, "binop": null }, - "start": 28133, - "end": 28134, + "start": 28534, + "end": 28535, "loc": { "start": { - "line": 711, + "line": 721, "column": 36 }, "end": { - "line": 711, + "line": 721, "column": 37 } } @@ -312142,15 +319153,15 @@ "updateContext": null }, "value": "this", - "start": 28134, - "end": 28138, + "start": 28535, + "end": 28539, "loc": { "start": { - "line": 711, + "line": 721, "column": 37 }, "end": { - "line": 711, + "line": 721, "column": 41 } } @@ -312168,15 +319179,15 @@ "binop": null, "updateContext": null }, - "start": 28138, - "end": 28139, + "start": 28539, + "end": 28540, "loc": { "start": { - "line": 711, + "line": 721, "column": 41 }, "end": { - "line": 711, + "line": 721, "column": 42 } } @@ -312194,15 +319205,15 @@ "binop": null }, "value": "mediaType", - "start": 28139, - "end": 28148, + "start": 28540, + "end": 28549, "loc": { "start": { - "line": 711, + "line": 721, "column": 42 }, "end": { - "line": 711, + "line": 721, "column": 51 } } @@ -312220,15 +319231,15 @@ "binop": null, "updateContext": null }, - "start": 28148, - "end": 28149, + "start": 28549, + "end": 28550, "loc": { "start": { - "line": 711, + "line": 721, "column": 51 }, "end": { - "line": 711, + "line": 721, "column": 52 } } @@ -312248,15 +319259,15 @@ "updateContext": null }, "value": "this", - "start": 28150, - "end": 28154, + "start": 28551, + "end": 28555, "loc": { "start": { - "line": 711, + "line": 721, "column": 53 }, "end": { - "line": 711, + "line": 721, "column": 57 } } @@ -312274,15 +319285,15 @@ "binop": null, "updateContext": null }, - "start": 28154, - "end": 28155, + "start": 28555, + "end": 28556, "loc": { "start": { - "line": 711, + "line": 721, "column": 57 }, "end": { - "line": 711, + "line": 721, "column": 58 } } @@ -312300,15 +319311,15 @@ "binop": null }, "value": "debug", - "start": 28155, - "end": 28160, + "start": 28556, + "end": 28561, "loc": { "start": { - "line": 711, + "line": 721, "column": 58 }, "end": { - "line": 711, + "line": 721, "column": 63 } } @@ -312325,15 +319336,15 @@ "postfix": false, "binop": null }, - "start": 28160, - "end": 28161, + "start": 28561, + "end": 28562, "loc": { "start": { - "line": 711, + "line": 721, "column": 63 }, "end": { - "line": 711, + "line": 721, "column": 64 } } @@ -312351,15 +319362,15 @@ "binop": null, "updateContext": null }, - "start": 28161, - "end": 28162, + "start": 28562, + "end": 28563, "loc": { "start": { - "line": 711, + "line": 721, "column": 64 }, "end": { - "line": 711, + "line": 721, "column": 65 } } @@ -312376,15 +319387,15 @@ "postfix": false, "binop": null }, - "start": 28175, - "end": 28176, + "start": 28576, + "end": 28577, "loc": { "start": { - "line": 712, + "line": 722, "column": 12 }, "end": { - "line": 712, + "line": 722, "column": 13 } } @@ -312392,15 +319403,15 @@ { "type": "CommentLine", "value": " show elements that should never be hidden in animation,", - "start": 28190, - "end": 28248, + "start": 28591, + "end": 28649, "loc": { "start": { - "line": 714, + "line": 724, "column": 12 }, "end": { - "line": 714, + "line": 724, "column": 70 } } @@ -312408,15 +319419,15 @@ { "type": "CommentLine", "value": " audio and/or video modus", - "start": 28261, - "end": 28288, + "start": 28662, + "end": 28689, "loc": { "start": { - "line": 715, + "line": 725, "column": 12 }, "end": { - "line": 715, + "line": 725, "column": 39 } } @@ -312436,15 +319447,15 @@ "updateContext": null }, "value": "let", - "start": 28301, - "end": 28304, + "start": 28702, + "end": 28705, "loc": { "start": { - "line": 716, + "line": 726, "column": 12 }, "end": { - "line": 716, + "line": 726, "column": 15 } } @@ -312462,15 +319473,15 @@ "binop": null }, "value": "uiElements", - "start": 28305, - "end": 28315, + "start": 28706, + "end": 28716, "loc": { "start": { - "line": 716, + "line": 726, "column": 16 }, "end": { - "line": 716, + "line": 726, "column": 26 } } @@ -312489,15 +319500,15 @@ "updateContext": null }, "value": "=", - "start": 28316, - "end": 28317, + "start": 28717, + "end": 28718, "loc": { "start": { - "line": 716, + "line": 726, "column": 27 }, "end": { - "line": 716, + "line": 726, "column": 28 } } @@ -312515,15 +319526,15 @@ "binop": null, "updateContext": null }, - "start": 28318, - "end": 28319, + "start": 28719, + "end": 28720, "loc": { "start": { - "line": 716, + "line": 726, "column": 29 }, "end": { - "line": 716, + "line": 726, "column": 30 } } @@ -312542,15 +319553,15 @@ "updateContext": null }, "value": "currentTimeDisplay", - "start": 28319, - "end": 28339, + "start": 28720, + "end": 28740, "loc": { "start": { - "line": 716, + "line": 726, "column": 30 }, "end": { - "line": 716, + "line": 726, "column": 50 } } @@ -312568,15 +319579,15 @@ "binop": null, "updateContext": null }, - "start": 28339, - "end": 28340, + "start": 28740, + "end": 28741, "loc": { "start": { - "line": 716, + "line": 726, "column": 50 }, "end": { - "line": 716, + "line": 726, "column": 51 } } @@ -312595,15 +319606,15 @@ "updateContext": null }, "value": "timeDivider", - "start": 28341, - "end": 28354, + "start": 28742, + "end": 28755, "loc": { "start": { - "line": 716, + "line": 726, "column": 52 }, "end": { - "line": 716, + "line": 726, "column": 65 } } @@ -312621,15 +319632,15 @@ "binop": null, "updateContext": null }, - "start": 28354, - "end": 28355, + "start": 28755, + "end": 28756, "loc": { "start": { - "line": 716, + "line": 726, "column": 65 }, "end": { - "line": 716, + "line": 726, "column": 66 } } @@ -312648,15 +319659,15 @@ "updateContext": null }, "value": "durationDisplay", - "start": 28356, - "end": 28373, + "start": 28757, + "end": 28774, "loc": { "start": { - "line": 716, + "line": 726, "column": 67 }, "end": { - "line": 716, + "line": 726, "column": 84 } } @@ -312674,15 +319685,15 @@ "binop": null, "updateContext": null }, - "start": 28373, - "end": 28374, + "start": 28774, + "end": 28775, "loc": { "start": { - "line": 716, + "line": 726, "column": 84 }, "end": { - "line": 716, + "line": 726, "column": 85 } } @@ -312700,15 +319711,15 @@ "binop": null, "updateContext": null }, - "start": 28374, - "end": 28375, + "start": 28775, + "end": 28776, "loc": { "start": { - "line": 716, + "line": 726, "column": 85 }, "end": { - "line": 716, + "line": 726, "column": 86 } } @@ -312726,15 +319737,15 @@ "binop": null }, "value": "uiElements", - "start": 28388, - "end": 28398, + "start": 28789, + "end": 28799, "loc": { "start": { - "line": 717, + "line": 727, "column": 12 }, "end": { - "line": 717, + "line": 727, "column": 22 } } @@ -312752,15 +319763,15 @@ "binop": null, "updateContext": null }, - "start": 28398, - "end": 28399, + "start": 28799, + "end": 28800, "loc": { "start": { - "line": 717, + "line": 727, "column": 22 }, "end": { - "line": 717, + "line": 727, "column": 23 } } @@ -312778,15 +319789,15 @@ "binop": null }, "value": "forEach", - "start": 28399, - "end": 28406, + "start": 28800, + "end": 28807, "loc": { "start": { - "line": 717, + "line": 727, "column": 23 }, "end": { - "line": 717, + "line": 727, "column": 30 } } @@ -312803,15 +319814,15 @@ "postfix": false, "binop": null }, - "start": 28406, - "end": 28407, + "start": 28807, + "end": 28808, "loc": { "start": { - "line": 717, + "line": 727, "column": 30 }, "end": { - "line": 717, + "line": 727, "column": 31 } } @@ -312828,15 +319839,15 @@ "postfix": false, "binop": null }, - "start": 28407, - "end": 28408, + "start": 28808, + "end": 28809, "loc": { "start": { - "line": 717, + "line": 727, "column": 31 }, "end": { - "line": 717, + "line": 727, "column": 32 } } @@ -312854,15 +319865,15 @@ "binop": null }, "value": "element", - "start": 28408, - "end": 28415, + "start": 28809, + "end": 28816, "loc": { "start": { - "line": 717, + "line": 727, "column": 32 }, "end": { - "line": 717, + "line": 727, "column": 39 } } @@ -312879,15 +319890,15 @@ "postfix": false, "binop": null }, - "start": 28415, - "end": 28416, + "start": 28816, + "end": 28817, "loc": { "start": { - "line": 717, + "line": 727, "column": 39 }, "end": { - "line": 717, + "line": 727, "column": 40 } } @@ -312905,15 +319916,15 @@ "binop": null, "updateContext": null }, - "start": 28417, - "end": 28419, + "start": 28818, + "end": 28820, "loc": { "start": { - "line": 717, + "line": 727, "column": 41 }, "end": { - "line": 717, + "line": 727, "column": 43 } } @@ -312930,15 +319941,15 @@ "postfix": false, "binop": null }, - "start": 28420, - "end": 28421, + "start": 28821, + "end": 28822, "loc": { "start": { - "line": 717, + "line": 727, "column": 44 }, "end": { - "line": 717, + "line": 727, "column": 45 } } @@ -312956,15 +319967,15 @@ "binop": null }, "value": "element", - "start": 28438, - "end": 28445, + "start": 28839, + "end": 28846, "loc": { "start": { - "line": 718, + "line": 728, "column": 16 }, "end": { - "line": 718, + "line": 728, "column": 23 } } @@ -312983,15 +319994,15 @@ "updateContext": null }, "value": "=", - "start": 28446, - "end": 28447, + "start": 28847, + "end": 28848, "loc": { "start": { - "line": 718, + "line": 728, "column": 24 }, "end": { - "line": 718, + "line": 728, "column": 25 } } @@ -313011,15 +320022,15 @@ "updateContext": null }, "value": "this", - "start": 28448, - "end": 28452, + "start": 28849, + "end": 28853, "loc": { "start": { - "line": 718, + "line": 728, "column": 26 }, "end": { - "line": 718, + "line": 728, "column": 30 } } @@ -313037,15 +320048,15 @@ "binop": null, "updateContext": null }, - "start": 28452, - "end": 28453, + "start": 28853, + "end": 28854, "loc": { "start": { - "line": 718, + "line": 728, "column": 30 }, "end": { - "line": 718, + "line": 728, "column": 31 } } @@ -313063,15 +320074,15 @@ "binop": null }, "value": "player", - "start": 28453, - "end": 28459, + "start": 28854, + "end": 28860, "loc": { "start": { - "line": 718, + "line": 728, "column": 31 }, "end": { - "line": 718, + "line": 728, "column": 37 } } @@ -313089,15 +320100,15 @@ "binop": null, "updateContext": null }, - "start": 28459, - "end": 28460, + "start": 28860, + "end": 28861, "loc": { "start": { - "line": 718, + "line": 728, "column": 37 }, "end": { - "line": 718, + "line": 728, "column": 38 } } @@ -313115,15 +320126,15 @@ "binop": null }, "value": "controlBar", - "start": 28460, - "end": 28470, + "start": 28861, + "end": 28871, "loc": { "start": { - "line": 718, + "line": 728, "column": 38 }, "end": { - "line": 718, + "line": 728, "column": 48 } } @@ -313141,15 +320152,15 @@ "binop": null, "updateContext": null }, - "start": 28470, - "end": 28471, + "start": 28871, + "end": 28872, "loc": { "start": { - "line": 718, + "line": 728, "column": 48 }, "end": { - "line": 718, + "line": 728, "column": 49 } } @@ -313167,15 +320178,15 @@ "binop": null }, "value": "element", - "start": 28471, - "end": 28478, + "start": 28872, + "end": 28879, "loc": { "start": { - "line": 718, + "line": 728, "column": 49 }, "end": { - "line": 718, + "line": 728, "column": 56 } } @@ -313193,15 +320204,15 @@ "binop": null, "updateContext": null }, - "start": 28478, - "end": 28479, + "start": 28879, + "end": 28880, "loc": { "start": { - "line": 718, + "line": 728, "column": 56 }, "end": { - "line": 718, + "line": 728, "column": 57 } } @@ -313219,15 +320230,15 @@ "binop": null, "updateContext": null }, - "start": 28479, - "end": 28480, + "start": 28880, + "end": 28881, "loc": { "start": { - "line": 718, + "line": 728, "column": 57 }, "end": { - "line": 718, + "line": 728, "column": 58 } } @@ -313247,15 +320258,15 @@ "updateContext": null }, "value": "if", - "start": 28497, - "end": 28499, + "start": 28898, + "end": 28900, "loc": { "start": { - "line": 719, + "line": 729, "column": 16 }, "end": { - "line": 719, + "line": 729, "column": 18 } } @@ -313272,15 +320283,15 @@ "postfix": false, "binop": null }, - "start": 28500, - "end": 28501, + "start": 28901, + "end": 28902, "loc": { "start": { - "line": 719, + "line": 729, "column": 19 }, "end": { - "line": 719, + "line": 729, "column": 20 } } @@ -313298,15 +320309,15 @@ "binop": null }, "value": "element", - "start": 28501, - "end": 28508, + "start": 28902, + "end": 28909, "loc": { "start": { - "line": 719, + "line": 729, "column": 20 }, "end": { - "line": 719, + "line": 729, "column": 27 } } @@ -313325,15 +320336,15 @@ "updateContext": null }, "value": "!==", - "start": 28509, - "end": 28512, + "start": 28910, + "end": 28913, "loc": { "start": { - "line": 719, + "line": 729, "column": 28 }, "end": { - "line": 719, + "line": 729, "column": 31 } } @@ -313351,15 +320362,15 @@ "binop": null }, "value": "undefined", - "start": 28513, - "end": 28522, + "start": 28914, + "end": 28923, "loc": { "start": { - "line": 719, + "line": 729, "column": 32 }, "end": { - "line": 719, + "line": 729, "column": 41 } } @@ -313376,15 +320387,15 @@ "postfix": false, "binop": null }, - "start": 28522, - "end": 28523, + "start": 28923, + "end": 28924, "loc": { "start": { - "line": 719, + "line": 729, "column": 41 }, "end": { - "line": 719, + "line": 729, "column": 42 } } @@ -313401,15 +320412,15 @@ "postfix": false, "binop": null }, - "start": 28524, - "end": 28525, + "start": 28925, + "end": 28926, "loc": { "start": { - "line": 719, + "line": 729, "column": 43 }, "end": { - "line": 719, + "line": 729, "column": 44 } } @@ -313427,15 +320438,15 @@ "binop": null }, "value": "element", - "start": 28546, - "end": 28553, + "start": 28947, + "end": 28954, "loc": { "start": { - "line": 720, + "line": 730, "column": 20 }, "end": { - "line": 720, + "line": 730, "column": 27 } } @@ -313453,15 +320464,15 @@ "binop": null, "updateContext": null }, - "start": 28553, - "end": 28554, + "start": 28954, + "end": 28955, "loc": { "start": { - "line": 720, + "line": 730, "column": 27 }, "end": { - "line": 720, + "line": 730, "column": 28 } } @@ -313479,15 +320490,15 @@ "binop": null }, "value": "el", - "start": 28554, - "end": 28556, + "start": 28955, + "end": 28957, "loc": { "start": { - "line": 720, + "line": 730, "column": 28 }, "end": { - "line": 720, + "line": 730, "column": 30 } } @@ -313504,15 +320515,15 @@ "postfix": false, "binop": null }, - "start": 28556, - "end": 28557, + "start": 28957, + "end": 28958, "loc": { "start": { - "line": 720, + "line": 730, "column": 30 }, "end": { - "line": 720, + "line": 730, "column": 31 } } @@ -313529,15 +320540,15 @@ "postfix": false, "binop": null }, - "start": 28557, - "end": 28558, + "start": 28958, + "end": 28959, "loc": { "start": { - "line": 720, + "line": 730, "column": 31 }, "end": { - "line": 720, + "line": 730, "column": 32 } } @@ -313555,15 +320566,15 @@ "binop": null, "updateContext": null }, - "start": 28558, - "end": 28559, + "start": 28959, + "end": 28960, "loc": { "start": { - "line": 720, + "line": 730, "column": 32 }, "end": { - "line": 720, + "line": 730, "column": 33 } } @@ -313581,15 +320592,15 @@ "binop": null }, "value": "style", - "start": 28559, - "end": 28564, + "start": 28960, + "end": 28965, "loc": { "start": { - "line": 720, + "line": 730, "column": 33 }, "end": { - "line": 720, + "line": 730, "column": 38 } } @@ -313607,15 +320618,15 @@ "binop": null, "updateContext": null }, - "start": 28564, - "end": 28565, + "start": 28965, + "end": 28966, "loc": { "start": { - "line": 720, + "line": 730, "column": 38 }, "end": { - "line": 720, + "line": 730, "column": 39 } } @@ -313633,15 +320644,15 @@ "binop": null }, "value": "display", - "start": 28565, - "end": 28572, + "start": 28966, + "end": 28973, "loc": { "start": { - "line": 720, + "line": 730, "column": 39 }, "end": { - "line": 720, + "line": 730, "column": 46 } } @@ -313660,15 +320671,15 @@ "updateContext": null }, "value": "=", - "start": 28573, - "end": 28574, + "start": 28974, + "end": 28975, "loc": { "start": { - "line": 720, + "line": 730, "column": 47 }, "end": { - "line": 720, + "line": 730, "column": 48 } } @@ -313687,15 +320698,15 @@ "updateContext": null }, "value": "block", - "start": 28575, - "end": 28582, + "start": 28976, + "end": 28983, "loc": { "start": { - "line": 720, + "line": 730, "column": 49 }, "end": { - "line": 720, + "line": 730, "column": 56 } } @@ -313713,15 +320724,15 @@ "binop": null, "updateContext": null }, - "start": 28582, - "end": 28583, + "start": 28983, + "end": 28984, "loc": { "start": { - "line": 720, + "line": 730, "column": 56 }, "end": { - "line": 720, + "line": 730, "column": 57 } } @@ -313739,15 +320750,15 @@ "binop": null }, "value": "element", - "start": 28604, - "end": 28611, + "start": 29005, + "end": 29012, "loc": { "start": { - "line": 721, + "line": 731, "column": 20 }, "end": { - "line": 721, + "line": 731, "column": 27 } } @@ -313765,15 +320776,15 @@ "binop": null, "updateContext": null }, - "start": 28611, - "end": 28612, + "start": 29012, + "end": 29013, "loc": { "start": { - "line": 721, + "line": 731, "column": 27 }, "end": { - "line": 721, + "line": 731, "column": 28 } } @@ -313791,15 +320802,15 @@ "binop": null }, "value": "show", - "start": 28612, - "end": 28616, + "start": 29013, + "end": 29017, "loc": { "start": { - "line": 721, + "line": 731, "column": 28 }, "end": { - "line": 721, + "line": 731, "column": 32 } } @@ -313816,15 +320827,15 @@ "postfix": false, "binop": null }, - "start": 28616, - "end": 28617, + "start": 29017, + "end": 29018, "loc": { "start": { - "line": 721, + "line": 731, "column": 32 }, "end": { - "line": 721, + "line": 731, "column": 33 } } @@ -313841,15 +320852,15 @@ "postfix": false, "binop": null }, - "start": 28617, - "end": 28618, + "start": 29018, + "end": 29019, "loc": { "start": { - "line": 721, + "line": 731, "column": 33 }, "end": { - "line": 721, + "line": 731, "column": 34 } } @@ -313867,15 +320878,15 @@ "binop": null, "updateContext": null }, - "start": 28618, - "end": 28619, + "start": 29019, + "end": 29020, "loc": { "start": { - "line": 721, + "line": 731, "column": 34 }, "end": { - "line": 721, + "line": 731, "column": 35 } } @@ -313892,15 +320903,15 @@ "postfix": false, "binop": null }, - "start": 28636, - "end": 28637, + "start": 29037, + "end": 29038, "loc": { "start": { - "line": 722, + "line": 732, "column": 16 }, "end": { - "line": 722, + "line": 732, "column": 17 } } @@ -313917,15 +320928,15 @@ "postfix": false, "binop": null }, - "start": 28650, - "end": 28651, + "start": 29051, + "end": 29052, "loc": { "start": { - "line": 723, + "line": 733, "column": 12 }, "end": { - "line": 723, + "line": 733, "column": 13 } } @@ -313942,15 +320953,15 @@ "postfix": false, "binop": null }, - "start": 28651, - "end": 28652, + "start": 29052, + "end": 29053, "loc": { "start": { - "line": 723, + "line": 733, "column": 13 }, "end": { - "line": 723, + "line": 733, "column": 14 } } @@ -313968,15 +320979,15 @@ "binop": null, "updateContext": null }, - "start": 28652, - "end": 28653, + "start": 29053, + "end": 29054, "loc": { "start": { - "line": 723, + "line": 733, "column": 14 }, "end": { - "line": 723, + "line": 733, "column": 15 } } @@ -313984,15 +320995,15 @@ { "type": "CommentLine", "value": " show record button", - "start": 28667, - "end": 28688, + "start": 29068, + "end": 29089, "loc": { "start": { - "line": 725, + "line": 735, "column": 12 }, "end": { - "line": 725, + "line": 735, "column": 33 } } @@ -314012,15 +321023,15 @@ "updateContext": null }, "value": "this", - "start": 28701, - "end": 28705, + "start": 29102, + "end": 29106, "loc": { "start": { - "line": 726, + "line": 736, "column": 12 }, "end": { - "line": 726, + "line": 736, "column": 16 } } @@ -314038,15 +321049,15 @@ "binop": null, "updateContext": null }, - "start": 28705, - "end": 28706, + "start": 29106, + "end": 29107, "loc": { "start": { - "line": 726, + "line": 736, "column": 16 }, "end": { - "line": 726, + "line": 736, "column": 17 } } @@ -314064,15 +321075,15 @@ "binop": null }, "value": "player", - "start": 28706, - "end": 28712, + "start": 29107, + "end": 29113, "loc": { "start": { - "line": 726, + "line": 736, "column": 17 }, "end": { - "line": 726, + "line": 736, "column": 23 } } @@ -314090,15 +321101,15 @@ "binop": null, "updateContext": null }, - "start": 28712, - "end": 28713, + "start": 29113, + "end": 29114, "loc": { "start": { - "line": 726, + "line": 736, "column": 23 }, "end": { - "line": 726, + "line": 736, "column": 24 } } @@ -314116,15 +321127,15 @@ "binop": null }, "value": "recordToggle", - "start": 28713, - "end": 28725, + "start": 29114, + "end": 29126, "loc": { "start": { - "line": 726, + "line": 736, "column": 24 }, "end": { - "line": 726, + "line": 736, "column": 36 } } @@ -314142,15 +321153,15 @@ "binop": null, "updateContext": null }, - "start": 28725, - "end": 28726, + "start": 29126, + "end": 29127, "loc": { "start": { - "line": 726, + "line": 736, "column": 36 }, "end": { - "line": 726, + "line": 736, "column": 37 } } @@ -314168,15 +321179,15 @@ "binop": null }, "value": "show", - "start": 28726, - "end": 28730, + "start": 29127, + "end": 29131, "loc": { "start": { - "line": 726, + "line": 736, "column": 37 }, "end": { - "line": 726, + "line": 736, "column": 41 } } @@ -314193,15 +321204,15 @@ "postfix": false, "binop": null }, - "start": 28730, - "end": 28731, + "start": 29131, + "end": 29132, "loc": { "start": { - "line": 726, + "line": 736, "column": 41 }, "end": { - "line": 726, + "line": 736, "column": 42 } } @@ -314218,15 +321229,15 @@ "postfix": false, "binop": null }, - "start": 28731, - "end": 28732, + "start": 29132, + "end": 29133, "loc": { "start": { - "line": 726, + "line": 736, "column": 42 }, "end": { - "line": 726, + "line": 736, "column": 43 } } @@ -314244,15 +321255,15 @@ "binop": null, "updateContext": null }, - "start": 28732, - "end": 28733, + "start": 29133, + "end": 29134, "loc": { "start": { - "line": 726, + "line": 736, "column": 43 }, "end": { - "line": 726, + "line": 736, "column": 44 } } @@ -314269,15 +321280,15 @@ "postfix": false, "binop": null }, - "start": 28742, - "end": 28743, + "start": 29143, + "end": 29144, "loc": { "start": { - "line": 727, + "line": 737, "column": 8 }, "end": { - "line": 727, + "line": 737, "column": 9 } } @@ -314297,15 +321308,15 @@ "updateContext": null }, "value": "else", - "start": 28744, - "end": 28748, + "start": 29145, + "end": 29149, "loc": { "start": { - "line": 727, + "line": 737, "column": 10 }, "end": { - "line": 727, + "line": 737, "column": 14 } } @@ -314322,15 +321333,15 @@ "postfix": false, "binop": null }, - "start": 28749, - "end": 28750, + "start": 29150, + "end": 29151, "loc": { "start": { - "line": 727, + "line": 737, "column": 15 }, "end": { - "line": 727, + "line": 737, "column": 16 } } @@ -314338,15 +321349,15 @@ { "type": "CommentLine", "value": " disable record indicator", - "start": 28763, - "end": 28790, + "start": 29164, + "end": 29191, "loc": { "start": { - "line": 728, + "line": 738, "column": 12 }, "end": { - "line": 728, + "line": 738, "column": 39 } } @@ -314366,15 +321377,15 @@ "updateContext": null }, "value": "this", - "start": 28803, - "end": 28807, + "start": 29204, + "end": 29208, "loc": { "start": { - "line": 729, + "line": 739, "column": 12 }, "end": { - "line": 729, + "line": 739, "column": 16 } } @@ -314392,15 +321403,15 @@ "binop": null, "updateContext": null }, - "start": 28807, - "end": 28808, + "start": 29208, + "end": 29209, "loc": { "start": { - "line": 729, + "line": 739, "column": 16 }, "end": { - "line": 729, + "line": 739, "column": 17 } } @@ -314418,15 +321429,15 @@ "binop": null }, "value": "player", - "start": 28808, - "end": 28814, + "start": 29209, + "end": 29215, "loc": { "start": { - "line": 729, + "line": 739, "column": 17 }, "end": { - "line": 729, + "line": 739, "column": 23 } } @@ -314444,15 +321455,15 @@ "binop": null, "updateContext": null }, - "start": 28814, - "end": 28815, + "start": 29215, + "end": 29216, "loc": { "start": { - "line": 729, + "line": 739, "column": 23 }, "end": { - "line": 729, + "line": 739, "column": 24 } } @@ -314470,15 +321481,15 @@ "binop": null }, "value": "recordIndicator", - "start": 28815, - "end": 28830, + "start": 29216, + "end": 29231, "loc": { "start": { - "line": 729, + "line": 739, "column": 24 }, "end": { - "line": 729, + "line": 739, "column": 39 } } @@ -314496,15 +321507,15 @@ "binop": null, "updateContext": null }, - "start": 28830, - "end": 28831, + "start": 29231, + "end": 29232, "loc": { "start": { - "line": 729, + "line": 739, "column": 39 }, "end": { - "line": 729, + "line": 739, "column": 40 } } @@ -314522,15 +321533,15 @@ "binop": null }, "value": "disable", - "start": 28831, - "end": 28838, + "start": 29232, + "end": 29239, "loc": { "start": { - "line": 729, + "line": 739, "column": 40 }, "end": { - "line": 729, + "line": 739, "column": 47 } } @@ -314547,15 +321558,15 @@ "postfix": false, "binop": null }, - "start": 28838, - "end": 28839, + "start": 29239, + "end": 29240, "loc": { "start": { - "line": 729, + "line": 739, "column": 47 }, "end": { - "line": 729, + "line": 739, "column": 48 } } @@ -314572,15 +321583,15 @@ "postfix": false, "binop": null }, - "start": 28839, - "end": 28840, + "start": 29240, + "end": 29241, "loc": { "start": { - "line": 729, + "line": 739, "column": 48 }, "end": { - "line": 729, + "line": 739, "column": 49 } } @@ -314598,15 +321609,15 @@ "binop": null, "updateContext": null }, - "start": 28840, - "end": 28841, + "start": 29241, + "end": 29242, "loc": { "start": { - "line": 729, + "line": 739, "column": 49 }, "end": { - "line": 729, + "line": 739, "column": 50 } } @@ -314614,15 +321625,15 @@ { "type": "CommentLine", "value": " setup UI for retrying snapshot (e.g. when stopDevice was", - "start": 28855, - "end": 28914, + "start": 29256, + "end": 29315, "loc": { "start": { - "line": 731, + "line": 741, "column": 12 }, "end": { - "line": 731, + "line": 741, "column": 71 } } @@ -314630,15 +321641,15 @@ { "type": "CommentLine", "value": " used)", - "start": 28927, - "end": 28935, + "start": 29328, + "end": 29336, "loc": { "start": { - "line": 732, + "line": 742, "column": 12 }, "end": { - "line": 732, + "line": 742, "column": 20 } } @@ -314658,15 +321669,15 @@ "updateContext": null }, "value": "this", - "start": 28948, - "end": 28952, + "start": 29349, + "end": 29353, "loc": { "start": { - "line": 733, + "line": 743, "column": 12 }, "end": { - "line": 733, + "line": 743, "column": 16 } } @@ -314684,15 +321695,15 @@ "binop": null, "updateContext": null }, - "start": 28952, - "end": 28953, + "start": 29353, + "end": 29354, "loc": { "start": { - "line": 733, + "line": 743, "column": 16 }, "end": { - "line": 733, + "line": 743, "column": 17 } } @@ -314710,15 +321721,15 @@ "binop": null }, "value": "retrySnapshot", - "start": 28953, - "end": 28966, + "start": 29354, + "end": 29367, "loc": { "start": { - "line": 733, + "line": 743, "column": 17 }, "end": { - "line": 733, + "line": 743, "column": 30 } } @@ -314735,15 +321746,15 @@ "postfix": false, "binop": null }, - "start": 28966, - "end": 28967, + "start": 29367, + "end": 29368, "loc": { "start": { - "line": 733, + "line": 743, "column": 30 }, "end": { - "line": 733, + "line": 743, "column": 31 } } @@ -314760,15 +321771,15 @@ "postfix": false, "binop": null }, - "start": 28967, - "end": 28968, + "start": 29368, + "end": 29369, "loc": { "start": { - "line": 733, + "line": 743, "column": 31 }, "end": { - "line": 733, + "line": 743, "column": 32 } } @@ -314786,15 +321797,15 @@ "binop": null, "updateContext": null }, - "start": 28968, - "end": 28969, + "start": 29369, + "end": 29370, "loc": { "start": { - "line": 733, + "line": 743, "column": 32 }, "end": { - "line": 733, + "line": 743, "column": 33 } } @@ -314802,15 +321813,15 @@ { "type": "CommentLine", "value": " camera button will be displayed as soon as this.onStreamVisible fires", - "start": 28983, - "end": 29055, + "start": 29384, + "end": 29456, "loc": { "start": { - "line": 735, + "line": 745, "column": 12 }, "end": { - "line": 735, + "line": 745, "column": 84 } } @@ -314827,15 +321838,15 @@ "postfix": false, "binop": null }, - "start": 29064, - "end": 29065, + "start": 29465, + "end": 29466, "loc": { "start": { - "line": 736, + "line": 746, "column": 8 }, "end": { - "line": 736, + "line": 746, "column": 9 } } @@ -314843,15 +321854,15 @@ { "type": "CommentLine", "value": " setup preview", - "start": 29075, - "end": 29091, + "start": 29476, + "end": 29492, "loc": { "start": { - "line": 738, + "line": 748, "column": 8 }, "end": { - "line": 738, + "line": 748, "column": 24 } } @@ -314871,15 +321882,15 @@ "updateContext": null }, "value": "if", - "start": 29100, - "end": 29102, + "start": 29501, + "end": 29503, "loc": { "start": { - "line": 739, + "line": 749, "column": 8 }, "end": { - "line": 739, + "line": 749, "column": 10 } } @@ -314896,15 +321907,15 @@ "postfix": false, "binop": null }, - "start": 29103, - "end": 29104, + "start": 29504, + "end": 29505, "loc": { "start": { - "line": 739, + "line": 749, "column": 11 }, "end": { - "line": 739, + "line": 749, "column": 12 } } @@ -314924,15 +321935,15 @@ "updateContext": null }, "value": "this", - "start": 29104, - "end": 29108, + "start": 29505, + "end": 29509, "loc": { "start": { - "line": 739, + "line": 749, "column": 12 }, "end": { - "line": 739, + "line": 749, "column": 16 } } @@ -314950,15 +321961,15 @@ "binop": null, "updateContext": null }, - "start": 29108, - "end": 29109, + "start": 29509, + "end": 29510, "loc": { "start": { - "line": 739, + "line": 749, "column": 16 }, "end": { - "line": 739, + "line": 749, "column": 17 } } @@ -314976,15 +321987,15 @@ "binop": null }, "value": "getRecordType", - "start": 29109, - "end": 29122, + "start": 29510, + "end": 29523, "loc": { "start": { - "line": 739, + "line": 749, "column": 17 }, "end": { - "line": 739, + "line": 749, "column": 30 } } @@ -315001,15 +322012,15 @@ "postfix": false, "binop": null }, - "start": 29122, - "end": 29123, + "start": 29523, + "end": 29524, "loc": { "start": { - "line": 739, + "line": 749, "column": 30 }, "end": { - "line": 739, + "line": 749, "column": 31 } } @@ -315026,15 +322037,15 @@ "postfix": false, "binop": null }, - "start": 29123, - "end": 29124, + "start": 29524, + "end": 29525, "loc": { "start": { - "line": 739, + "line": 749, "column": 31 }, "end": { - "line": 739, + "line": 749, "column": 32 } } @@ -315053,15 +322064,15 @@ "updateContext": null }, "value": "!==", - "start": 29125, - "end": 29128, + "start": 29526, + "end": 29529, "loc": { "start": { - "line": 739, + "line": 749, "column": 33 }, "end": { - "line": 739, + "line": 749, "column": 36 } } @@ -315079,15 +322090,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 29129, - "end": 29139, + "start": 29530, + "end": 29540, "loc": { "start": { - "line": 739, + "line": 749, "column": 37 }, "end": { - "line": 739, + "line": 749, "column": 47 } } @@ -315104,15 +322115,15 @@ "postfix": false, "binop": null }, - "start": 29139, - "end": 29140, + "start": 29540, + "end": 29541, "loc": { "start": { - "line": 739, + "line": 749, "column": 47 }, "end": { - "line": 739, + "line": 749, "column": 48 } } @@ -315129,15 +322140,15 @@ "postfix": false, "binop": null }, - "start": 29141, - "end": 29142, + "start": 29542, + "end": 29543, "loc": { "start": { - "line": 739, + "line": 749, "column": 49 }, "end": { - "line": 739, + "line": 749, "column": 50 } } @@ -315145,15 +322156,15 @@ { "type": "CommentLine", "value": " show live preview", - "start": 29155, - "end": 29175, + "start": 29556, + "end": 29576, "loc": { "start": { - "line": 740, + "line": 750, "column": 12 }, "end": { - "line": 740, + "line": 750, "column": 32 } } @@ -315173,15 +322184,15 @@ "updateContext": null }, "value": "this", - "start": 29188, - "end": 29192, + "start": 29589, + "end": 29593, "loc": { "start": { - "line": 741, + "line": 751, "column": 12 }, "end": { - "line": 741, + "line": 751, "column": 16 } } @@ -315199,15 +322210,15 @@ "binop": null, "updateContext": null }, - "start": 29192, - "end": 29193, + "start": 29593, + "end": 29594, "loc": { "start": { - "line": 741, + "line": 751, "column": 16 }, "end": { - "line": 741, + "line": 751, "column": 17 } } @@ -315225,15 +322236,15 @@ "binop": null }, "value": "mediaElement", - "start": 29193, - "end": 29205, + "start": 29594, + "end": 29606, "loc": { "start": { - "line": 741, + "line": 751, "column": 17 }, "end": { - "line": 741, + "line": 751, "column": 29 } } @@ -315252,15 +322263,15 @@ "updateContext": null }, "value": "=", - "start": 29206, - "end": 29207, + "start": 29607, + "end": 29608, "loc": { "start": { - "line": 741, + "line": 751, "column": 30 }, "end": { - "line": 741, + "line": 751, "column": 31 } } @@ -315280,15 +322291,15 @@ "updateContext": null }, "value": "this", - "start": 29208, - "end": 29212, + "start": 29609, + "end": 29613, "loc": { "start": { - "line": 741, + "line": 751, "column": 32 }, "end": { - "line": 741, + "line": 751, "column": 36 } } @@ -315306,15 +322317,15 @@ "binop": null, "updateContext": null }, - "start": 29212, - "end": 29213, + "start": 29613, + "end": 29614, "loc": { "start": { - "line": 741, + "line": 751, "column": 36 }, "end": { - "line": 741, + "line": 751, "column": 37 } } @@ -315332,15 +322343,15 @@ "binop": null }, "value": "player", - "start": 29213, - "end": 29219, + "start": 29614, + "end": 29620, "loc": { "start": { - "line": 741, + "line": 751, "column": 37 }, "end": { - "line": 741, + "line": 751, "column": 43 } } @@ -315358,15 +322369,15 @@ "binop": null, "updateContext": null }, - "start": 29219, - "end": 29220, + "start": 29620, + "end": 29621, "loc": { "start": { - "line": 741, + "line": 751, "column": 43 }, "end": { - "line": 741, + "line": 751, "column": 44 } } @@ -315384,15 +322395,15 @@ "binop": null }, "value": "el", - "start": 29220, - "end": 29222, + "start": 29621, + "end": 29623, "loc": { "start": { - "line": 741, + "line": 751, "column": 44 }, "end": { - "line": 741, + "line": 751, "column": 46 } } @@ -315409,15 +322420,15 @@ "postfix": false, "binop": null }, - "start": 29222, - "end": 29223, + "start": 29623, + "end": 29624, "loc": { "start": { - "line": 741, + "line": 751, "column": 46 }, "end": { - "line": 741, + "line": 751, "column": 47 } } @@ -315434,15 +322445,15 @@ "postfix": false, "binop": null }, - "start": 29223, - "end": 29224, + "start": 29624, + "end": 29625, "loc": { "start": { - "line": 741, + "line": 751, "column": 47 }, "end": { - "line": 741, + "line": 751, "column": 48 } } @@ -315460,15 +322471,15 @@ "binop": null, "updateContext": null }, - "start": 29224, - "end": 29225, + "start": 29625, + "end": 29626, "loc": { "start": { - "line": 741, + "line": 751, "column": 48 }, "end": { - "line": 741, + "line": 751, "column": 49 } } @@ -315486,15 +322497,15 @@ "binop": null }, "value": "firstChild", - "start": 29225, - "end": 29235, + "start": 29626, + "end": 29636, "loc": { "start": { - "line": 741, + "line": 751, "column": 49 }, "end": { - "line": 741, + "line": 751, "column": 59 } } @@ -315512,15 +322523,15 @@ "binop": null, "updateContext": null }, - "start": 29235, - "end": 29236, + "start": 29636, + "end": 29637, "loc": { "start": { - "line": 741, + "line": 751, "column": 59 }, "end": { - "line": 741, + "line": 751, "column": 60 } } @@ -315540,15 +322551,15 @@ "updateContext": null }, "value": "this", - "start": 29249, - "end": 29253, + "start": 29650, + "end": 29654, "loc": { "start": { - "line": 742, + "line": 752, "column": 12 }, "end": { - "line": 742, + "line": 752, "column": 16 } } @@ -315566,15 +322577,15 @@ "binop": null, "updateContext": null }, - "start": 29253, - "end": 29254, + "start": 29654, + "end": 29655, "loc": { "start": { - "line": 742, + "line": 752, "column": 16 }, "end": { - "line": 742, + "line": 752, "column": 17 } } @@ -315592,15 +322603,15 @@ "binop": null }, "value": "mediaElement", - "start": 29254, - "end": 29266, + "start": 29655, + "end": 29667, "loc": { "start": { - "line": 742, + "line": 752, "column": 17 }, "end": { - "line": 742, + "line": 752, "column": 29 } } @@ -315618,15 +322629,15 @@ "binop": null, "updateContext": null }, - "start": 29266, - "end": 29267, + "start": 29667, + "end": 29668, "loc": { "start": { - "line": 742, + "line": 752, "column": 29 }, "end": { - "line": 742, + "line": 752, "column": 30 } } @@ -315644,15 +322655,15 @@ "binop": null }, "value": "controls", - "start": 29267, - "end": 29275, + "start": 29668, + "end": 29676, "loc": { "start": { - "line": 742, + "line": 752, "column": 30 }, "end": { - "line": 742, + "line": 752, "column": 38 } } @@ -315671,15 +322682,15 @@ "updateContext": null }, "value": "=", - "start": 29276, - "end": 29277, + "start": 29677, + "end": 29678, "loc": { "start": { - "line": 742, + "line": 752, "column": 39 }, "end": { - "line": 742, + "line": 752, "column": 40 } } @@ -315699,15 +322710,15 @@ "updateContext": null }, "value": "false", - "start": 29278, - "end": 29283, + "start": 29679, + "end": 29684, "loc": { "start": { - "line": 742, + "line": 752, "column": 41 }, "end": { - "line": 742, + "line": 752, "column": 46 } } @@ -315725,15 +322736,15 @@ "binop": null, "updateContext": null }, - "start": 29283, - "end": 29284, + "start": 29684, + "end": 29685, "loc": { "start": { - "line": 742, + "line": 752, "column": 46 }, "end": { - "line": 742, + "line": 752, "column": 47 } } @@ -315741,15 +322752,15 @@ { "type": "CommentLine", "value": " mute incoming audio for feedback loops", - "start": 29298, - "end": 29339, + "start": 29699, + "end": 29740, "loc": { "start": { - "line": 744, + "line": 754, "column": 12 }, "end": { - "line": 744, + "line": 754, "column": 53 } } @@ -315769,15 +322780,15 @@ "updateContext": null }, "value": "this", - "start": 29352, - "end": 29356, + "start": 29753, + "end": 29757, "loc": { "start": { - "line": 745, + "line": 755, "column": 12 }, "end": { - "line": 745, + "line": 755, "column": 16 } } @@ -315795,15 +322806,15 @@ "binop": null, "updateContext": null }, - "start": 29356, - "end": 29357, + "start": 29757, + "end": 29758, "loc": { "start": { - "line": 745, + "line": 755, "column": 16 }, "end": { - "line": 745, + "line": 755, "column": 17 } } @@ -315821,15 +322832,15 @@ "binop": null }, "value": "mediaElement", - "start": 29357, - "end": 29369, + "start": 29758, + "end": 29770, "loc": { "start": { - "line": 745, + "line": 755, "column": 17 }, "end": { - "line": 745, + "line": 755, "column": 29 } } @@ -315847,15 +322858,15 @@ "binop": null, "updateContext": null }, - "start": 29369, - "end": 29370, + "start": 29770, + "end": 29771, "loc": { "start": { - "line": 745, + "line": 755, "column": 29 }, "end": { - "line": 745, + "line": 755, "column": 30 } } @@ -315873,15 +322884,15 @@ "binop": null }, "value": "muted", - "start": 29370, - "end": 29375, + "start": 29771, + "end": 29776, "loc": { "start": { - "line": 745, + "line": 755, "column": 30 }, "end": { - "line": 745, + "line": 755, "column": 35 } } @@ -315900,15 +322911,15 @@ "updateContext": null }, "value": "=", - "start": 29376, - "end": 29377, + "start": 29777, + "end": 29778, "loc": { "start": { - "line": 745, + "line": 755, "column": 36 }, "end": { - "line": 745, + "line": 755, "column": 37 } } @@ -315928,15 +322939,15 @@ "updateContext": null }, "value": "true", - "start": 29378, - "end": 29382, + "start": 29779, + "end": 29783, "loc": { "start": { - "line": 745, + "line": 755, "column": 38 }, "end": { - "line": 745, + "line": 755, "column": 42 } } @@ -315954,15 +322965,15 @@ "binop": null, "updateContext": null }, - "start": 29382, - "end": 29383, + "start": 29783, + "end": 29784, "loc": { "start": { - "line": 745, + "line": 755, "column": 42 }, "end": { - "line": 745, + "line": 755, "column": 43 } } @@ -315970,15 +322981,15 @@ { "type": "CommentLine", "value": " hide the volume bar while it's muted", - "start": 29397, - "end": 29436, + "start": 29798, + "end": 29837, "loc": { "start": { - "line": 747, + "line": 757, "column": 12 }, "end": { - "line": 747, + "line": 757, "column": 51 } } @@ -315998,15 +323009,15 @@ "updateContext": null }, "value": "this", - "start": 29449, - "end": 29453, + "start": 29850, + "end": 29854, "loc": { "start": { - "line": 748, + "line": 758, "column": 12 }, "end": { - "line": 748, + "line": 758, "column": 16 } } @@ -316024,15 +323035,15 @@ "binop": null, "updateContext": null }, - "start": 29453, - "end": 29454, + "start": 29854, + "end": 29855, "loc": { "start": { - "line": 748, + "line": 758, "column": 16 }, "end": { - "line": 748, + "line": 758, "column": 17 } } @@ -316050,15 +323061,15 @@ "binop": null }, "value": "displayVolumeControl", - "start": 29454, - "end": 29474, + "start": 29855, + "end": 29875, "loc": { "start": { - "line": 748, + "line": 758, "column": 17 }, "end": { - "line": 748, + "line": 758, "column": 37 } } @@ -316075,15 +323086,15 @@ "postfix": false, "binop": null }, - "start": 29474, - "end": 29475, + "start": 29875, + "end": 29876, "loc": { "start": { - "line": 748, + "line": 758, "column": 37 }, "end": { - "line": 748, + "line": 758, "column": 38 } } @@ -316103,15 +323114,15 @@ "updateContext": null }, "value": "false", - "start": 29475, - "end": 29480, + "start": 29876, + "end": 29881, "loc": { "start": { - "line": 748, + "line": 758, "column": 38 }, "end": { - "line": 748, + "line": 758, "column": 43 } } @@ -316128,15 +323139,15 @@ "postfix": false, "binop": null }, - "start": 29480, - "end": 29481, + "start": 29881, + "end": 29882, "loc": { "start": { - "line": 748, + "line": 758, "column": 43 }, "end": { - "line": 748, + "line": 758, "column": 44 } } @@ -316154,15 +323165,15 @@ "binop": null, "updateContext": null }, - "start": 29481, - "end": 29482, + "start": 29882, + "end": 29883, "loc": { "start": { - "line": 748, + "line": 758, "column": 44 }, "end": { - "line": 748, + "line": 758, "column": 45 } } @@ -316170,15 +323181,15 @@ { "type": "CommentLine", "value": " picture-in-picture", - "start": 29496, - "end": 29517, + "start": 29897, + "end": 29918, "loc": { "start": { - "line": 750, + "line": 760, "column": 12 }, "end": { - "line": 750, + "line": 760, "column": 33 } } @@ -316198,15 +323209,15 @@ "updateContext": null }, "value": "if", - "start": 29530, - "end": 29532, + "start": 29931, + "end": 29933, "loc": { "start": { - "line": 751, + "line": 761, "column": 12 }, "end": { - "line": 751, + "line": 761, "column": 14 } } @@ -316223,15 +323234,15 @@ "postfix": false, "binop": null }, - "start": 29533, - "end": 29534, + "start": 29934, + "end": 29935, "loc": { "start": { - "line": 751, + "line": 761, "column": 15 }, "end": { - "line": 751, + "line": 761, "column": 16 } } @@ -316251,15 +323262,15 @@ "updateContext": null }, "value": "this", - "start": 29534, - "end": 29538, + "start": 29935, + "end": 29939, "loc": { "start": { - "line": 751, + "line": 761, "column": 16 }, "end": { - "line": 751, + "line": 761, "column": 20 } } @@ -316277,15 +323288,15 @@ "binop": null, "updateContext": null }, - "start": 29538, - "end": 29539, + "start": 29939, + "end": 29940, "loc": { "start": { - "line": 751, + "line": 761, "column": 20 }, "end": { - "line": 751, + "line": 761, "column": 21 } } @@ -316303,15 +323314,15 @@ "binop": null }, "value": "pictureInPicture", - "start": 29539, - "end": 29555, + "start": 29940, + "end": 29956, "loc": { "start": { - "line": 751, + "line": 761, "column": 21 }, "end": { - "line": 751, + "line": 761, "column": 37 } } @@ -316330,15 +323341,15 @@ "updateContext": null }, "value": "===", - "start": 29556, - "end": 29559, + "start": 29957, + "end": 29960, "loc": { "start": { - "line": 751, + "line": 761, "column": 38 }, "end": { - "line": 751, + "line": 761, "column": 41 } } @@ -316358,15 +323369,15 @@ "updateContext": null }, "value": "true", - "start": 29560, - "end": 29564, + "start": 29961, + "end": 29965, "loc": { "start": { - "line": 751, + "line": 761, "column": 42 }, "end": { - "line": 751, + "line": 761, "column": 46 } } @@ -316383,15 +323394,15 @@ "postfix": false, "binop": null }, - "start": 29564, - "end": 29565, + "start": 29965, + "end": 29966, "loc": { "start": { - "line": 751, + "line": 761, "column": 46 }, "end": { - "line": 751, + "line": 761, "column": 47 } } @@ -316408,15 +323419,15 @@ "postfix": false, "binop": null }, - "start": 29566, - "end": 29567, + "start": 29967, + "end": 29968, "loc": { "start": { - "line": 751, + "line": 761, "column": 48 }, "end": { - "line": 751, + "line": 761, "column": 49 } } @@ -316424,15 +323435,15 @@ { "type": "CommentLine", "value": " show button", - "start": 29584, - "end": 29598, + "start": 29985, + "end": 29999, "loc": { "start": { - "line": 752, + "line": 762, "column": 16 }, "end": { - "line": 752, + "line": 762, "column": 30 } } @@ -316452,15 +323463,15 @@ "updateContext": null }, "value": "this", - "start": 29615, - "end": 29619, + "start": 30016, + "end": 30020, "loc": { "start": { - "line": 753, + "line": 763, "column": 16 }, "end": { - "line": 753, + "line": 763, "column": 20 } } @@ -316478,15 +323489,15 @@ "binop": null, "updateContext": null }, - "start": 29619, - "end": 29620, + "start": 30020, + "end": 30021, "loc": { "start": { - "line": 753, + "line": 763, "column": 20 }, "end": { - "line": 753, + "line": 763, "column": 21 } } @@ -316504,15 +323515,15 @@ "binop": null }, "value": "player", - "start": 29620, - "end": 29626, + "start": 30021, + "end": 30027, "loc": { "start": { - "line": 753, + "line": 763, "column": 21 }, "end": { - "line": 753, + "line": 763, "column": 27 } } @@ -316530,15 +323541,15 @@ "binop": null, "updateContext": null }, - "start": 29626, - "end": 29627, + "start": 30027, + "end": 30028, "loc": { "start": { - "line": 753, + "line": 763, "column": 27 }, "end": { - "line": 753, + "line": 763, "column": 28 } } @@ -316556,15 +323567,15 @@ "binop": null }, "value": "pipToggle", - "start": 29627, - "end": 29636, + "start": 30028, + "end": 30037, "loc": { "start": { - "line": 753, + "line": 763, "column": 28 }, "end": { - "line": 753, + "line": 763, "column": 37 } } @@ -316582,15 +323593,15 @@ "binop": null, "updateContext": null }, - "start": 29636, - "end": 29637, + "start": 30037, + "end": 30038, "loc": { "start": { - "line": 753, + "line": 763, "column": 37 }, "end": { - "line": 753, + "line": 763, "column": 38 } } @@ -316608,15 +323619,15 @@ "binop": null }, "value": "show", - "start": 29637, - "end": 29641, + "start": 30038, + "end": 30042, "loc": { "start": { - "line": 753, + "line": 763, "column": 38 }, "end": { - "line": 753, + "line": 763, "column": 42 } } @@ -316633,15 +323644,15 @@ "postfix": false, "binop": null }, - "start": 29641, - "end": 29642, + "start": 30042, + "end": 30043, "loc": { "start": { - "line": 753, + "line": 763, "column": 42 }, "end": { - "line": 753, + "line": 763, "column": 43 } } @@ -316658,15 +323669,15 @@ "postfix": false, "binop": null }, - "start": 29642, - "end": 29643, + "start": 30043, + "end": 30044, "loc": { "start": { - "line": 753, + "line": 763, "column": 43 }, "end": { - "line": 753, + "line": 763, "column": 44 } } @@ -316684,15 +323695,15 @@ "binop": null, "updateContext": null }, - "start": 29643, - "end": 29644, + "start": 30044, + "end": 30045, "loc": { "start": { - "line": 753, + "line": 763, "column": 44 }, "end": { - "line": 753, + "line": 763, "column": 45 } } @@ -316700,15 +323711,15 @@ { "type": "CommentLine", "value": " listen to and forward Picture-in-Picture events", - "start": 29662, - "end": 29712, + "start": 30063, + "end": 30113, "loc": { "start": { - "line": 755, + "line": 765, "column": 16 }, "end": { - "line": 755, + "line": 765, "column": 66 } } @@ -316728,15 +323739,15 @@ "updateContext": null }, "value": "this", - "start": 29729, - "end": 29733, + "start": 30130, + "end": 30134, "loc": { "start": { - "line": 756, + "line": 766, "column": 16 }, "end": { - "line": 756, + "line": 766, "column": 20 } } @@ -316754,15 +323765,15 @@ "binop": null, "updateContext": null }, - "start": 29733, - "end": 29734, + "start": 30134, + "end": 30135, "loc": { "start": { - "line": 756, + "line": 766, "column": 20 }, "end": { - "line": 756, + "line": 766, "column": 21 } } @@ -316780,15 +323791,15 @@ "binop": null }, "value": "mediaElement", - "start": 29734, - "end": 29746, + "start": 30135, + "end": 30147, "loc": { "start": { - "line": 756, + "line": 766, "column": 21 }, "end": { - "line": 756, + "line": 766, "column": 33 } } @@ -316806,15 +323817,15 @@ "binop": null, "updateContext": null }, - "start": 29746, - "end": 29747, + "start": 30147, + "end": 30148, "loc": { "start": { - "line": 756, + "line": 766, "column": 33 }, "end": { - "line": 756, + "line": 766, "column": 34 } } @@ -316832,15 +323843,15 @@ "binop": null }, "value": "removeEventListener", - "start": 29747, - "end": 29766, + "start": 30148, + "end": 30167, "loc": { "start": { - "line": 756, + "line": 766, "column": 34 }, "end": { - "line": 756, + "line": 766, "column": 53 } } @@ -316857,15 +323868,15 @@ "postfix": false, "binop": null }, - "start": 29766, - "end": 29767, + "start": 30167, + "end": 30168, "loc": { "start": { - "line": 756, + "line": 766, "column": 53 }, "end": { - "line": 756, + "line": 766, "column": 54 } } @@ -316883,15 +323894,15 @@ "binop": null }, "value": "Event", - "start": 29767, - "end": 29772, + "start": 30168, + "end": 30173, "loc": { "start": { - "line": 756, + "line": 766, "column": 54 }, "end": { - "line": 756, + "line": 766, "column": 59 } } @@ -316909,15 +323920,15 @@ "binop": null, "updateContext": null }, - "start": 29772, - "end": 29773, + "start": 30173, + "end": 30174, "loc": { "start": { - "line": 756, + "line": 766, "column": 59 }, "end": { - "line": 756, + "line": 766, "column": 60 } } @@ -316935,15 +323946,15 @@ "binop": null }, "value": "ENTERPICTUREINPICTURE", - "start": 29773, - "end": 29794, + "start": 30174, + "end": 30195, "loc": { "start": { - "line": 756, + "line": 766, "column": 60 }, "end": { - "line": 756, + "line": 766, "column": 81 } } @@ -316961,15 +323972,15 @@ "binop": null, "updateContext": null }, - "start": 29794, - "end": 29795, + "start": 30195, + "end": 30196, "loc": { "start": { - "line": 756, + "line": 766, "column": 81 }, "end": { - "line": 756, + "line": 766, "column": 82 } } @@ -316989,15 +324000,15 @@ "updateContext": null }, "value": "this", - "start": 29816, - "end": 29820, + "start": 30217, + "end": 30221, "loc": { "start": { - "line": 757, + "line": 767, "column": 20 }, "end": { - "line": 757, + "line": 767, "column": 24 } } @@ -317015,15 +324026,15 @@ "binop": null, "updateContext": null }, - "start": 29820, - "end": 29821, + "start": 30221, + "end": 30222, "loc": { "start": { - "line": 757, + "line": 767, "column": 24 }, "end": { - "line": 757, + "line": 767, "column": 25 } } @@ -317041,15 +324052,15 @@ "binop": null }, "value": "onEnterPiPHandler", - "start": 29821, - "end": 29838, + "start": 30222, + "end": 30239, "loc": { "start": { - "line": 757, + "line": 767, "column": 25 }, "end": { - "line": 757, + "line": 767, "column": 42 } } @@ -317066,15 +324077,15 @@ "postfix": false, "binop": null }, - "start": 29838, - "end": 29839, + "start": 30239, + "end": 30240, "loc": { "start": { - "line": 757, + "line": 767, "column": 42 }, "end": { - "line": 757, + "line": 767, "column": 43 } } @@ -317092,15 +324103,15 @@ "binop": null, "updateContext": null }, - "start": 29839, - "end": 29840, + "start": 30240, + "end": 30241, "loc": { "start": { - "line": 757, + "line": 767, "column": 43 }, "end": { - "line": 757, + "line": 767, "column": 44 } } @@ -317120,15 +324131,15 @@ "updateContext": null }, "value": "this", - "start": 29857, - "end": 29861, + "start": 30258, + "end": 30262, "loc": { "start": { - "line": 758, + "line": 768, "column": 16 }, "end": { - "line": 758, + "line": 768, "column": 20 } } @@ -317146,15 +324157,15 @@ "binop": null, "updateContext": null }, - "start": 29861, - "end": 29862, + "start": 30262, + "end": 30263, "loc": { "start": { - "line": 758, + "line": 768, "column": 20 }, "end": { - "line": 758, + "line": 768, "column": 21 } } @@ -317172,15 +324183,15 @@ "binop": null }, "value": "mediaElement", - "start": 29862, - "end": 29874, + "start": 30263, + "end": 30275, "loc": { "start": { - "line": 758, + "line": 768, "column": 21 }, "end": { - "line": 758, + "line": 768, "column": 33 } } @@ -317198,15 +324209,15 @@ "binop": null, "updateContext": null }, - "start": 29874, - "end": 29875, + "start": 30275, + "end": 30276, "loc": { "start": { - "line": 758, + "line": 768, "column": 33 }, "end": { - "line": 758, + "line": 768, "column": 34 } } @@ -317224,15 +324235,15 @@ "binop": null }, "value": "removeEventListener", - "start": 29875, - "end": 29894, + "start": 30276, + "end": 30295, "loc": { "start": { - "line": 758, + "line": 768, "column": 34 }, "end": { - "line": 758, + "line": 768, "column": 53 } } @@ -317249,15 +324260,15 @@ "postfix": false, "binop": null }, - "start": 29894, - "end": 29895, + "start": 30295, + "end": 30296, "loc": { "start": { - "line": 758, + "line": 768, "column": 53 }, "end": { - "line": 758, + "line": 768, "column": 54 } } @@ -317275,15 +324286,15 @@ "binop": null }, "value": "Event", - "start": 29895, - "end": 29900, + "start": 30296, + "end": 30301, "loc": { "start": { - "line": 758, + "line": 768, "column": 54 }, "end": { - "line": 758, + "line": 768, "column": 59 } } @@ -317301,15 +324312,15 @@ "binop": null, "updateContext": null }, - "start": 29900, - "end": 29901, + "start": 30301, + "end": 30302, "loc": { "start": { - "line": 758, + "line": 768, "column": 59 }, "end": { - "line": 758, + "line": 768, "column": 60 } } @@ -317327,15 +324338,15 @@ "binop": null }, "value": "LEAVEPICTUREINPICTURE", - "start": 29901, - "end": 29922, + "start": 30302, + "end": 30323, "loc": { "start": { - "line": 758, + "line": 768, "column": 60 }, "end": { - "line": 758, + "line": 768, "column": 81 } } @@ -317353,15 +324364,15 @@ "binop": null, "updateContext": null }, - "start": 29922, - "end": 29923, + "start": 30323, + "end": 30324, "loc": { "start": { - "line": 758, + "line": 768, "column": 81 }, "end": { - "line": 758, + "line": 768, "column": 82 } } @@ -317381,15 +324392,15 @@ "updateContext": null }, "value": "this", - "start": 29944, - "end": 29948, + "start": 30345, + "end": 30349, "loc": { "start": { - "line": 759, + "line": 769, "column": 20 }, "end": { - "line": 759, + "line": 769, "column": 24 } } @@ -317407,15 +324418,15 @@ "binop": null, "updateContext": null }, - "start": 29948, - "end": 29949, + "start": 30349, + "end": 30350, "loc": { "start": { - "line": 759, + "line": 769, "column": 24 }, "end": { - "line": 759, + "line": 769, "column": 25 } } @@ -317433,15 +324444,15 @@ "binop": null }, "value": "onLeavePiPHandler", - "start": 29949, - "end": 29966, + "start": 30350, + "end": 30367, "loc": { "start": { - "line": 759, + "line": 769, "column": 25 }, "end": { - "line": 759, + "line": 769, "column": 42 } } @@ -317458,15 +324469,15 @@ "postfix": false, "binop": null }, - "start": 29966, - "end": 29967, + "start": 30367, + "end": 30368, "loc": { "start": { - "line": 759, + "line": 769, "column": 42 }, "end": { - "line": 759, + "line": 769, "column": 43 } } @@ -317484,15 +324495,15 @@ "binop": null, "updateContext": null }, - "start": 29967, - "end": 29968, + "start": 30368, + "end": 30369, "loc": { "start": { - "line": 759, + "line": 769, "column": 43 }, "end": { - "line": 759, + "line": 769, "column": 44 } } @@ -317512,15 +324523,15 @@ "updateContext": null }, "value": "this", - "start": 29985, - "end": 29989, + "start": 30386, + "end": 30390, "loc": { "start": { - "line": 760, + "line": 770, "column": 16 }, "end": { - "line": 760, + "line": 770, "column": 20 } } @@ -317538,15 +324549,15 @@ "binop": null, "updateContext": null }, - "start": 29989, - "end": 29990, + "start": 30390, + "end": 30391, "loc": { "start": { - "line": 760, + "line": 770, "column": 20 }, "end": { - "line": 760, + "line": 770, "column": 21 } } @@ -317564,15 +324575,15 @@ "binop": null }, "value": "mediaElement", - "start": 29990, - "end": 30002, + "start": 30391, + "end": 30403, "loc": { "start": { - "line": 760, + "line": 770, "column": 21 }, "end": { - "line": 760, + "line": 770, "column": 33 } } @@ -317590,15 +324601,15 @@ "binop": null, "updateContext": null }, - "start": 30002, - "end": 30003, + "start": 30403, + "end": 30404, "loc": { "start": { - "line": 760, + "line": 770, "column": 33 }, "end": { - "line": 760, + "line": 770, "column": 34 } } @@ -317616,15 +324627,15 @@ "binop": null }, "value": "addEventListener", - "start": 30003, - "end": 30019, + "start": 30404, + "end": 30420, "loc": { "start": { - "line": 760, + "line": 770, "column": 34 }, "end": { - "line": 760, + "line": 770, "column": 50 } } @@ -317641,15 +324652,15 @@ "postfix": false, "binop": null }, - "start": 30019, - "end": 30020, + "start": 30420, + "end": 30421, "loc": { "start": { - "line": 760, + "line": 770, "column": 50 }, "end": { - "line": 760, + "line": 770, "column": 51 } } @@ -317667,15 +324678,15 @@ "binop": null }, "value": "Event", - "start": 30020, - "end": 30025, + "start": 30421, + "end": 30426, "loc": { "start": { - "line": 760, + "line": 770, "column": 51 }, "end": { - "line": 760, + "line": 770, "column": 56 } } @@ -317693,15 +324704,15 @@ "binop": null, "updateContext": null }, - "start": 30025, - "end": 30026, + "start": 30426, + "end": 30427, "loc": { "start": { - "line": 760, + "line": 770, "column": 56 }, "end": { - "line": 760, + "line": 770, "column": 57 } } @@ -317719,15 +324730,15 @@ "binop": null }, "value": "ENTERPICTUREINPICTURE", - "start": 30026, - "end": 30047, + "start": 30427, + "end": 30448, "loc": { "start": { - "line": 760, + "line": 770, "column": 57 }, "end": { - "line": 760, + "line": 770, "column": 78 } } @@ -317745,15 +324756,15 @@ "binop": null, "updateContext": null }, - "start": 30047, - "end": 30048, + "start": 30448, + "end": 30449, "loc": { "start": { - "line": 760, + "line": 770, "column": 78 }, "end": { - "line": 760, + "line": 770, "column": 79 } } @@ -317773,15 +324784,15 @@ "updateContext": null }, "value": "this", - "start": 30069, - "end": 30073, + "start": 30470, + "end": 30474, "loc": { "start": { - "line": 761, + "line": 771, "column": 20 }, "end": { - "line": 761, + "line": 771, "column": 24 } } @@ -317799,15 +324810,15 @@ "binop": null, "updateContext": null }, - "start": 30073, - "end": 30074, + "start": 30474, + "end": 30475, "loc": { "start": { - "line": 761, + "line": 771, "column": 24 }, "end": { - "line": 761, + "line": 771, "column": 25 } } @@ -317825,15 +324836,15 @@ "binop": null }, "value": "onEnterPiPHandler", - "start": 30074, - "end": 30091, + "start": 30475, + "end": 30492, "loc": { "start": { - "line": 761, + "line": 771, "column": 25 }, "end": { - "line": 761, + "line": 771, "column": 42 } } @@ -317850,15 +324861,15 @@ "postfix": false, "binop": null }, - "start": 30091, - "end": 30092, + "start": 30492, + "end": 30493, "loc": { "start": { - "line": 761, + "line": 771, "column": 42 }, "end": { - "line": 761, + "line": 771, "column": 43 } } @@ -317876,15 +324887,15 @@ "binop": null, "updateContext": null }, - "start": 30092, - "end": 30093, + "start": 30493, + "end": 30494, "loc": { "start": { - "line": 761, + "line": 771, "column": 43 }, "end": { - "line": 761, + "line": 771, "column": 44 } } @@ -317904,15 +324915,15 @@ "updateContext": null }, "value": "this", - "start": 30110, - "end": 30114, + "start": 30511, + "end": 30515, "loc": { "start": { - "line": 762, + "line": 772, "column": 16 }, "end": { - "line": 762, + "line": 772, "column": 20 } } @@ -317930,15 +324941,15 @@ "binop": null, "updateContext": null }, - "start": 30114, - "end": 30115, + "start": 30515, + "end": 30516, "loc": { "start": { - "line": 762, + "line": 772, "column": 20 }, "end": { - "line": 762, + "line": 772, "column": 21 } } @@ -317956,15 +324967,15 @@ "binop": null }, "value": "mediaElement", - "start": 30115, - "end": 30127, + "start": 30516, + "end": 30528, "loc": { "start": { - "line": 762, + "line": 772, "column": 21 }, "end": { - "line": 762, + "line": 772, "column": 33 } } @@ -317982,15 +324993,15 @@ "binop": null, "updateContext": null }, - "start": 30127, - "end": 30128, + "start": 30528, + "end": 30529, "loc": { "start": { - "line": 762, + "line": 772, "column": 33 }, "end": { - "line": 762, + "line": 772, "column": 34 } } @@ -318008,15 +325019,15 @@ "binop": null }, "value": "addEventListener", - "start": 30128, - "end": 30144, + "start": 30529, + "end": 30545, "loc": { "start": { - "line": 762, + "line": 772, "column": 34 }, "end": { - "line": 762, + "line": 772, "column": 50 } } @@ -318033,15 +325044,15 @@ "postfix": false, "binop": null }, - "start": 30144, - "end": 30145, + "start": 30545, + "end": 30546, "loc": { "start": { - "line": 762, + "line": 772, "column": 50 }, "end": { - "line": 762, + "line": 772, "column": 51 } } @@ -318059,15 +325070,15 @@ "binop": null }, "value": "Event", - "start": 30145, - "end": 30150, + "start": 30546, + "end": 30551, "loc": { "start": { - "line": 762, + "line": 772, "column": 51 }, "end": { - "line": 762, + "line": 772, "column": 56 } } @@ -318085,15 +325096,15 @@ "binop": null, "updateContext": null }, - "start": 30150, - "end": 30151, + "start": 30551, + "end": 30552, "loc": { "start": { - "line": 762, + "line": 772, "column": 56 }, "end": { - "line": 762, + "line": 772, "column": 57 } } @@ -318111,15 +325122,15 @@ "binop": null }, "value": "LEAVEPICTUREINPICTURE", - "start": 30151, - "end": 30172, + "start": 30552, + "end": 30573, "loc": { "start": { - "line": 762, + "line": 772, "column": 57 }, "end": { - "line": 762, + "line": 772, "column": 78 } } @@ -318137,15 +325148,15 @@ "binop": null, "updateContext": null }, - "start": 30172, - "end": 30173, + "start": 30573, + "end": 30574, "loc": { "start": { - "line": 762, + "line": 772, "column": 78 }, "end": { - "line": 762, + "line": 772, "column": 79 } } @@ -318165,15 +325176,15 @@ "updateContext": null }, "value": "this", - "start": 30194, - "end": 30198, + "start": 30595, + "end": 30599, "loc": { "start": { - "line": 763, + "line": 773, "column": 20 }, "end": { - "line": 763, + "line": 773, "column": 24 } } @@ -318191,15 +325202,15 @@ "binop": null, "updateContext": null }, - "start": 30198, - "end": 30199, + "start": 30599, + "end": 30600, "loc": { "start": { - "line": 763, + "line": 773, "column": 24 }, "end": { - "line": 763, + "line": 773, "column": 25 } } @@ -318217,15 +325228,15 @@ "binop": null }, "value": "onLeavePiPHandler", - "start": 30199, - "end": 30216, + "start": 30600, + "end": 30617, "loc": { "start": { - "line": 763, + "line": 773, "column": 25 }, "end": { - "line": 763, + "line": 773, "column": 42 } } @@ -318242,15 +325253,15 @@ "postfix": false, "binop": null }, - "start": 30216, - "end": 30217, + "start": 30617, + "end": 30618, "loc": { "start": { - "line": 763, + "line": 773, "column": 42 }, "end": { - "line": 763, + "line": 773, "column": 43 } } @@ -318268,15 +325279,15 @@ "binop": null, "updateContext": null }, - "start": 30217, - "end": 30218, + "start": 30618, + "end": 30619, "loc": { "start": { - "line": 763, + "line": 773, "column": 43 }, "end": { - "line": 763, + "line": 773, "column": 44 } } @@ -318293,15 +325304,15 @@ "postfix": false, "binop": null }, - "start": 30231, - "end": 30232, + "start": 30632, + "end": 30633, "loc": { "start": { - "line": 764, + "line": 774, "column": 12 }, "end": { - "line": 764, + "line": 774, "column": 13 } } @@ -318309,15 +325320,15 @@ { "type": "CommentLine", "value": " load stream", - "start": 30245, - "end": 30259, + "start": 30646, + "end": 30660, "loc": { "start": { - "line": 765, + "line": 775, "column": 12 }, "end": { - "line": 765, + "line": 775, "column": 26 } } @@ -318337,15 +325348,15 @@ "updateContext": null }, "value": "this", - "start": 30272, - "end": 30276, + "start": 30673, + "end": 30677, "loc": { "start": { - "line": 766, + "line": 776, "column": 12 }, "end": { - "line": 766, + "line": 776, "column": 16 } } @@ -318363,15 +325374,15 @@ "binop": null, "updateContext": null }, - "start": 30276, - "end": 30277, + "start": 30677, + "end": 30678, "loc": { "start": { - "line": 766, + "line": 776, "column": 16 }, "end": { - "line": 766, + "line": 776, "column": 17 } } @@ -318389,15 +325400,15 @@ "binop": null }, "value": "load", - "start": 30277, - "end": 30281, + "start": 30678, + "end": 30682, "loc": { "start": { - "line": 766, + "line": 776, "column": 17 }, "end": { - "line": 766, + "line": 776, "column": 21 } } @@ -318414,15 +325425,15 @@ "postfix": false, "binop": null }, - "start": 30281, - "end": 30282, + "start": 30682, + "end": 30683, "loc": { "start": { - "line": 766, + "line": 776, "column": 21 }, "end": { - "line": 766, + "line": 776, "column": 22 } } @@ -318442,15 +325453,15 @@ "updateContext": null }, "value": "this", - "start": 30282, - "end": 30286, + "start": 30683, + "end": 30687, "loc": { "start": { - "line": 766, + "line": 776, "column": 22 }, "end": { - "line": 766, + "line": 776, "column": 26 } } @@ -318468,15 +325479,15 @@ "binop": null, "updateContext": null }, - "start": 30286, - "end": 30287, + "start": 30687, + "end": 30688, "loc": { "start": { - "line": 766, + "line": 776, "column": 26 }, "end": { - "line": 766, + "line": 776, "column": 27 } } @@ -318494,15 +325505,15 @@ "binop": null }, "value": "stream", - "start": 30287, - "end": 30293, + "start": 30688, + "end": 30694, "loc": { "start": { - "line": 766, + "line": 776, "column": 27 }, "end": { - "line": 766, + "line": 776, "column": 33 } } @@ -318519,15 +325530,15 @@ "postfix": false, "binop": null }, - "start": 30293, - "end": 30294, + "start": 30694, + "end": 30695, "loc": { "start": { - "line": 766, + "line": 776, "column": 33 }, "end": { - "line": 766, + "line": 776, "column": 34 } } @@ -318545,15 +325556,15 @@ "binop": null, "updateContext": null }, - "start": 30294, - "end": 30295, + "start": 30695, + "end": 30696, "loc": { "start": { - "line": 766, + "line": 776, "column": 34 }, "end": { - "line": 766, + "line": 776, "column": 35 } } @@ -318561,15 +325572,15 @@ { "type": "CommentLine", "value": " stream loading is async, so we wait until it's ready to play", - "start": 30309, - "end": 30372, + "start": 30710, + "end": 30773, "loc": { "start": { - "line": 768, + "line": 778, "column": 12 }, "end": { - "line": 768, + "line": 778, "column": 75 } } @@ -318577,15 +325588,15 @@ { "type": "CommentLine", "value": " the stream", - "start": 30385, - "end": 30398, + "start": 30786, + "end": 30799, "loc": { "start": { - "line": 769, + "line": 779, "column": 12 }, "end": { - "line": 769, + "line": 779, "column": 25 } } @@ -318605,15 +325616,15 @@ "updateContext": null }, "value": "this", - "start": 30411, - "end": 30415, + "start": 30812, + "end": 30816, "loc": { "start": { - "line": 770, + "line": 780, "column": 12 }, "end": { - "line": 770, + "line": 780, "column": 16 } } @@ -318631,15 +325642,15 @@ "binop": null, "updateContext": null }, - "start": 30415, - "end": 30416, + "start": 30816, + "end": 30817, "loc": { "start": { - "line": 770, + "line": 780, "column": 16 }, "end": { - "line": 770, + "line": 780, "column": 17 } } @@ -318657,15 +325668,15 @@ "binop": null }, "value": "player", - "start": 30416, - "end": 30422, + "start": 30817, + "end": 30823, "loc": { "start": { - "line": 770, + "line": 780, "column": 17 }, "end": { - "line": 770, + "line": 780, "column": 23 } } @@ -318683,15 +325694,15 @@ "binop": null, "updateContext": null }, - "start": 30422, - "end": 30423, + "start": 30823, + "end": 30824, "loc": { "start": { - "line": 770, + "line": 780, "column": 23 }, "end": { - "line": 770, + "line": 780, "column": 24 } } @@ -318709,15 +325720,15 @@ "binop": null }, "value": "one", - "start": 30423, - "end": 30426, + "start": 30824, + "end": 30827, "loc": { "start": { - "line": 770, + "line": 780, "column": 24 }, "end": { - "line": 770, + "line": 780, "column": 27 } } @@ -318734,15 +325745,15 @@ "postfix": false, "binop": null }, - "start": 30426, - "end": 30427, + "start": 30827, + "end": 30828, "loc": { "start": { - "line": 770, + "line": 780, "column": 27 }, "end": { - "line": 770, + "line": 780, "column": 28 } } @@ -318760,15 +325771,15 @@ "binop": null }, "value": "Event", - "start": 30427, - "end": 30432, + "start": 30828, + "end": 30833, "loc": { "start": { - "line": 770, + "line": 780, "column": 28 }, "end": { - "line": 770, + "line": 780, "column": 33 } } @@ -318786,15 +325797,15 @@ "binop": null, "updateContext": null }, - "start": 30432, - "end": 30433, + "start": 30833, + "end": 30834, "loc": { "start": { - "line": 770, + "line": 780, "column": 33 }, "end": { - "line": 770, + "line": 780, "column": 34 } } @@ -318812,15 +325823,15 @@ "binop": null }, "value": "LOADEDMETADATA", - "start": 30433, - "end": 30447, + "start": 30834, + "end": 30848, "loc": { "start": { - "line": 770, + "line": 780, "column": 34 }, "end": { - "line": 770, + "line": 780, "column": 48 } } @@ -318838,15 +325849,15 @@ "binop": null, "updateContext": null }, - "start": 30447, - "end": 30448, + "start": 30848, + "end": 30849, "loc": { "start": { - "line": 770, + "line": 780, "column": 48 }, "end": { - "line": 770, + "line": 780, "column": 49 } } @@ -318863,15 +325874,15 @@ "postfix": false, "binop": null }, - "start": 30449, - "end": 30450, + "start": 30850, + "end": 30851, "loc": { "start": { - "line": 770, + "line": 780, "column": 50 }, "end": { - "line": 770, + "line": 780, "column": 51 } } @@ -318888,15 +325899,15 @@ "postfix": false, "binop": null }, - "start": 30450, - "end": 30451, + "start": 30851, + "end": 30852, "loc": { "start": { - "line": 770, + "line": 780, "column": 51 }, "end": { - "line": 770, + "line": 780, "column": 52 } } @@ -318914,15 +325925,15 @@ "binop": null, "updateContext": null }, - "start": 30452, - "end": 30454, + "start": 30853, + "end": 30855, "loc": { "start": { - "line": 770, + "line": 780, "column": 53 }, "end": { - "line": 770, + "line": 780, "column": 55 } } @@ -318939,15 +325950,15 @@ "postfix": false, "binop": null }, - "start": 30455, - "end": 30456, + "start": 30856, + "end": 30857, "loc": { "start": { - "line": 770, + "line": 780, "column": 56 }, "end": { - "line": 770, + "line": 780, "column": 57 } } @@ -318955,15 +325966,15 @@ { "type": "CommentLine", "value": " start stream", - "start": 30473, - "end": 30488, + "start": 30874, + "end": 30889, "loc": { "start": { - "line": 771, + "line": 781, "column": 16 }, "end": { - "line": 771, + "line": 781, "column": 31 } } @@ -318983,15 +325994,15 @@ "updateContext": null }, "value": "this", - "start": 30505, - "end": 30509, + "start": 30906, + "end": 30910, "loc": { "start": { - "line": 772, + "line": 782, "column": 16 }, "end": { - "line": 772, + "line": 782, "column": 20 } } @@ -319009,15 +326020,15 @@ "binop": null, "updateContext": null }, - "start": 30509, - "end": 30510, + "start": 30910, + "end": 30911, "loc": { "start": { - "line": 772, + "line": 782, "column": 20 }, "end": { - "line": 772, + "line": 782, "column": 21 } } @@ -319035,15 +326046,15 @@ "binop": null }, "value": "mediaElement", - "start": 30510, - "end": 30522, + "start": 30911, + "end": 30923, "loc": { "start": { - "line": 772, + "line": 782, "column": 21 }, "end": { - "line": 772, + "line": 782, "column": 33 } } @@ -319061,15 +326072,15 @@ "binop": null, "updateContext": null }, - "start": 30522, - "end": 30523, + "start": 30923, + "end": 30924, "loc": { "start": { - "line": 772, + "line": 782, "column": 33 }, "end": { - "line": 772, + "line": 782, "column": 34 } } @@ -319087,15 +326098,15 @@ "binop": null }, "value": "play", - "start": 30523, - "end": 30527, + "start": 30924, + "end": 30928, "loc": { "start": { - "line": 772, + "line": 782, "column": 34 }, "end": { - "line": 772, + "line": 782, "column": 38 } } @@ -319112,15 +326123,15 @@ "postfix": false, "binop": null }, - "start": 30527, - "end": 30528, + "start": 30928, + "end": 30929, "loc": { "start": { - "line": 772, + "line": 782, "column": 38 }, "end": { - "line": 772, + "line": 782, "column": 39 } } @@ -319137,15 +326148,15 @@ "postfix": false, "binop": null }, - "start": 30528, - "end": 30529, + "start": 30929, + "end": 30930, "loc": { "start": { - "line": 772, + "line": 782, "column": 39 }, "end": { - "line": 772, + "line": 782, "column": 40 } } @@ -319163,15 +326174,15 @@ "binop": null, "updateContext": null }, - "start": 30529, - "end": 30530, + "start": 30930, + "end": 30931, "loc": { "start": { - "line": 772, + "line": 782, "column": 40 }, "end": { - "line": 772, + "line": 782, "column": 41 } } @@ -319179,15 +326190,15 @@ { "type": "CommentLine", "value": " forward to listeners", - "start": 30548, - "end": 30571, + "start": 30949, + "end": 30972, "loc": { "start": { - "line": 774, + "line": 784, "column": 16 }, "end": { - "line": 774, + "line": 784, "column": 39 } } @@ -319207,15 +326218,15 @@ "updateContext": null }, "value": "this", - "start": 30588, - "end": 30592, + "start": 30989, + "end": 30993, "loc": { "start": { - "line": 775, + "line": 785, "column": 16 }, "end": { - "line": 775, + "line": 785, "column": 20 } } @@ -319233,15 +326244,15 @@ "binop": null, "updateContext": null }, - "start": 30592, - "end": 30593, + "start": 30993, + "end": 30994, "loc": { "start": { - "line": 775, + "line": 785, "column": 20 }, "end": { - "line": 775, + "line": 785, "column": 21 } } @@ -319259,15 +326270,15 @@ "binop": null }, "value": "player", - "start": 30593, - "end": 30599, + "start": 30994, + "end": 31000, "loc": { "start": { - "line": 775, + "line": 785, "column": 21 }, "end": { - "line": 775, + "line": 785, "column": 27 } } @@ -319285,15 +326296,15 @@ "binop": null, "updateContext": null }, - "start": 30599, - "end": 30600, + "start": 31000, + "end": 31001, "loc": { "start": { - "line": 775, + "line": 785, "column": 27 }, "end": { - "line": 775, + "line": 785, "column": 28 } } @@ -319311,15 +326322,15 @@ "binop": null }, "value": "trigger", - "start": 30600, - "end": 30607, + "start": 31001, + "end": 31008, "loc": { "start": { - "line": 775, + "line": 785, "column": 28 }, "end": { - "line": 775, + "line": 785, "column": 35 } } @@ -319336,15 +326347,15 @@ "postfix": false, "binop": null }, - "start": 30607, - "end": 30608, + "start": 31008, + "end": 31009, "loc": { "start": { - "line": 775, + "line": 785, "column": 35 }, "end": { - "line": 775, + "line": 785, "column": 36 } } @@ -319362,15 +326373,15 @@ "binop": null }, "value": "Event", - "start": 30608, - "end": 30613, + "start": 31009, + "end": 31014, "loc": { "start": { - "line": 775, + "line": 785, "column": 36 }, "end": { - "line": 775, + "line": 785, "column": 41 } } @@ -319388,15 +326399,15 @@ "binop": null, "updateContext": null }, - "start": 30613, - "end": 30614, + "start": 31014, + "end": 31015, "loc": { "start": { - "line": 775, + "line": 785, "column": 41 }, "end": { - "line": 775, + "line": 785, "column": 42 } } @@ -319414,15 +326425,15 @@ "binop": null }, "value": "DEVICE_READY", - "start": 30614, - "end": 30626, + "start": 31015, + "end": 31027, "loc": { "start": { - "line": 775, + "line": 785, "column": 42 }, "end": { - "line": 775, + "line": 785, "column": 54 } } @@ -319439,15 +326450,15 @@ "postfix": false, "binop": null }, - "start": 30626, - "end": 30627, + "start": 31027, + "end": 31028, "loc": { "start": { - "line": 775, + "line": 785, "column": 54 }, "end": { - "line": 775, + "line": 785, "column": 55 } } @@ -319465,15 +326476,15 @@ "binop": null, "updateContext": null }, - "start": 30627, - "end": 30628, + "start": 31028, + "end": 31029, "loc": { "start": { - "line": 775, + "line": 785, "column": 55 }, "end": { - "line": 775, + "line": 785, "column": 56 } } @@ -319490,15 +326501,15 @@ "postfix": false, "binop": null }, - "start": 30641, - "end": 30642, + "start": 31042, + "end": 31043, "loc": { "start": { - "line": 776, + "line": 786, "column": 12 }, "end": { - "line": 776, + "line": 786, "column": 13 } } @@ -319515,15 +326526,15 @@ "postfix": false, "binop": null }, - "start": 30642, - "end": 30643, + "start": 31043, + "end": 31044, "loc": { "start": { - "line": 776, + "line": 786, "column": 13 }, "end": { - "line": 776, + "line": 786, "column": 14 } } @@ -319541,15 +326552,15 @@ "binop": null, "updateContext": null }, - "start": 30643, - "end": 30644, + "start": 31044, + "end": 31045, "loc": { "start": { - "line": 776, + "line": 786, "column": 14 }, "end": { - "line": 776, + "line": 786, "column": 15 } } @@ -319566,15 +326577,15 @@ "postfix": false, "binop": null }, - "start": 30653, - "end": 30654, + "start": 31054, + "end": 31055, "loc": { "start": { - "line": 777, + "line": 787, "column": 8 }, "end": { - "line": 777, + "line": 787, "column": 9 } } @@ -319594,15 +326605,15 @@ "updateContext": null }, "value": "else", - "start": 30655, - "end": 30659, + "start": 31056, + "end": 31060, "loc": { "start": { - "line": 777, + "line": 787, "column": 10 }, "end": { - "line": 777, + "line": 787, "column": 14 } } @@ -319619,15 +326630,15 @@ "postfix": false, "binop": null }, - "start": 30660, - "end": 30661, + "start": 31061, + "end": 31062, "loc": { "start": { - "line": 777, + "line": 787, "column": 15 }, "end": { - "line": 777, + "line": 787, "column": 16 } } @@ -319635,15 +326646,15 @@ { "type": "CommentLine", "value": " forward to listeners", - "start": 30674, - "end": 30697, + "start": 31075, + "end": 31098, "loc": { "start": { - "line": 778, + "line": 788, "column": 12 }, "end": { - "line": 778, + "line": 788, "column": 35 } } @@ -319663,15 +326674,15 @@ "updateContext": null }, "value": "this", - "start": 30710, - "end": 30714, + "start": 31111, + "end": 31115, "loc": { "start": { - "line": 779, + "line": 789, "column": 12 }, "end": { - "line": 779, + "line": 789, "column": 16 } } @@ -319689,15 +326700,15 @@ "binop": null, "updateContext": null }, - "start": 30714, - "end": 30715, + "start": 31115, + "end": 31116, "loc": { "start": { - "line": 779, + "line": 789, "column": 16 }, "end": { - "line": 779, + "line": 789, "column": 17 } } @@ -319715,15 +326726,15 @@ "binop": null }, "value": "player", - "start": 30715, - "end": 30721, + "start": 31116, + "end": 31122, "loc": { "start": { - "line": 779, + "line": 789, "column": 17 }, "end": { - "line": 779, + "line": 789, "column": 23 } } @@ -319741,15 +326752,15 @@ "binop": null, "updateContext": null }, - "start": 30721, - "end": 30722, + "start": 31122, + "end": 31123, "loc": { "start": { - "line": 779, + "line": 789, "column": 23 }, "end": { - "line": 779, + "line": 789, "column": 24 } } @@ -319767,15 +326778,15 @@ "binop": null }, "value": "trigger", - "start": 30722, - "end": 30729, + "start": 31123, + "end": 31130, "loc": { "start": { - "line": 779, + "line": 789, "column": 24 }, "end": { - "line": 779, + "line": 789, "column": 31 } } @@ -319792,15 +326803,15 @@ "postfix": false, "binop": null }, - "start": 30729, - "end": 30730, + "start": 31130, + "end": 31131, "loc": { "start": { - "line": 779, + "line": 789, "column": 31 }, "end": { - "line": 779, + "line": 789, "column": 32 } } @@ -319818,15 +326829,15 @@ "binop": null }, "value": "Event", - "start": 30730, - "end": 30735, + "start": 31131, + "end": 31136, "loc": { "start": { - "line": 779, + "line": 789, "column": 32 }, "end": { - "line": 779, + "line": 789, "column": 37 } } @@ -319844,15 +326855,15 @@ "binop": null, "updateContext": null }, - "start": 30735, - "end": 30736, + "start": 31136, + "end": 31137, "loc": { "start": { - "line": 779, + "line": 789, "column": 37 }, "end": { - "line": 779, + "line": 789, "column": 38 } } @@ -319870,15 +326881,15 @@ "binop": null }, "value": "DEVICE_READY", - "start": 30736, - "end": 30748, + "start": 31137, + "end": 31149, "loc": { "start": { - "line": 779, + "line": 789, "column": 38 }, "end": { - "line": 779, + "line": 789, "column": 50 } } @@ -319895,15 +326906,15 @@ "postfix": false, "binop": null }, - "start": 30748, - "end": 30749, + "start": 31149, + "end": 31150, "loc": { "start": { - "line": 779, + "line": 789, "column": 50 }, "end": { - "line": 779, + "line": 789, "column": 51 } } @@ -319921,15 +326932,15 @@ "binop": null, "updateContext": null }, - "start": 30749, - "end": 30750, + "start": 31150, + "end": 31151, "loc": { "start": { - "line": 779, + "line": 789, "column": 51 }, "end": { - "line": 779, + "line": 789, "column": 52 } } @@ -319946,15 +326957,15 @@ "postfix": false, "binop": null }, - "start": 30759, - "end": 30760, + "start": 31160, + "end": 31161, "loc": { "start": { - "line": 780, + "line": 790, "column": 8 }, "end": { - "line": 780, + "line": 790, "column": 9 } } @@ -319971,15 +326982,15 @@ "postfix": false, "binop": null }, - "start": 30765, - "end": 30766, + "start": 31166, + "end": 31167, "loc": { "start": { - "line": 781, + "line": 791, "column": 4 }, "end": { - "line": 781, + "line": 791, "column": 5 } } @@ -319987,15 +326998,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when an device error occurred.\n *\n * @private\n * @param {(string|number)} code - Error code/description.\n ", - "start": 30772, - "end": 30915, + "start": 31173, + "end": 31316, "loc": { "start": { - "line": 783, + "line": 793, "column": 4 }, "end": { - "line": 788, + "line": 798, "column": 7 } } @@ -320013,15 +327024,15 @@ "binop": null }, "value": "onDeviceError", - "start": 30920, - "end": 30933, + "start": 31321, + "end": 31334, "loc": { "start": { - "line": 789, + "line": 799, "column": 4 }, "end": { - "line": 789, + "line": 799, "column": 17 } } @@ -320038,15 +327049,15 @@ "postfix": false, "binop": null }, - "start": 30933, - "end": 30934, + "start": 31334, + "end": 31335, "loc": { "start": { - "line": 789, + "line": 799, "column": 17 }, "end": { - "line": 789, + "line": 799, "column": 18 } } @@ -320064,15 +327075,15 @@ "binop": null }, "value": "code", - "start": 30934, - "end": 30938, + "start": 31335, + "end": 31339, "loc": { "start": { - "line": 789, + "line": 799, "column": 18 }, "end": { - "line": 789, + "line": 799, "column": 22 } } @@ -320089,15 +327100,15 @@ "postfix": false, "binop": null }, - "start": 30938, - "end": 30939, + "start": 31339, + "end": 31340, "loc": { "start": { - "line": 789, + "line": 799, "column": 22 }, "end": { - "line": 789, + "line": 799, "column": 23 } } @@ -320114,15 +327125,15 @@ "postfix": false, "binop": null }, - "start": 30940, - "end": 30941, + "start": 31341, + "end": 31342, "loc": { "start": { - "line": 789, + "line": 799, "column": 24 }, "end": { - "line": 789, + "line": 799, "column": 25 } } @@ -320142,15 +327153,15 @@ "updateContext": null }, "value": "this", - "start": 30950, - "end": 30954, + "start": 31351, + "end": 31355, "loc": { "start": { - "line": 790, + "line": 800, "column": 8 }, "end": { - "line": 790, + "line": 800, "column": 12 } } @@ -320168,15 +327179,15 @@ "binop": null, "updateContext": null }, - "start": 30954, - "end": 30955, + "start": 31355, + "end": 31356, "loc": { "start": { - "line": 790, + "line": 800, "column": 12 }, "end": { - "line": 790, + "line": 800, "column": 13 } } @@ -320194,15 +327205,15 @@ "binop": null }, "value": "_deviceActive", - "start": 30955, - "end": 30968, + "start": 31356, + "end": 31369, "loc": { "start": { - "line": 790, + "line": 800, "column": 13 }, "end": { - "line": 790, + "line": 800, "column": 26 } } @@ -320221,15 +327232,15 @@ "updateContext": null }, "value": "=", - "start": 30969, - "end": 30970, + "start": 31370, + "end": 31371, "loc": { "start": { - "line": 790, + "line": 800, "column": 27 }, "end": { - "line": 790, + "line": 800, "column": 28 } } @@ -320249,15 +327260,15 @@ "updateContext": null }, "value": "false", - "start": 30971, - "end": 30976, + "start": 31372, + "end": 31377, "loc": { "start": { - "line": 790, + "line": 800, "column": 29 }, "end": { - "line": 790, + "line": 800, "column": 34 } } @@ -320275,15 +327286,15 @@ "binop": null, "updateContext": null }, - "start": 30976, - "end": 30977, + "start": 31377, + "end": 31378, "loc": { "start": { - "line": 790, + "line": 800, "column": 34 }, "end": { - "line": 790, + "line": 800, "column": 35 } } @@ -320303,15 +327314,15 @@ "updateContext": null }, "value": "if", - "start": 30987, - "end": 30989, + "start": 31388, + "end": 31390, "loc": { "start": { - "line": 792, + "line": 802, "column": 8 }, "end": { - "line": 792, + "line": 802, "column": 10 } } @@ -320328,15 +327339,15 @@ "postfix": false, "binop": null }, - "start": 30990, - "end": 30991, + "start": 31391, + "end": 31392, "loc": { "start": { - "line": 792, + "line": 802, "column": 11 }, "end": { - "line": 792, + "line": 802, "column": 12 } } @@ -320355,15 +327366,15 @@ "updateContext": null }, "value": "!", - "start": 30991, - "end": 30992, + "start": 31392, + "end": 31393, "loc": { "start": { - "line": 792, + "line": 802, "column": 12 }, "end": { - "line": 792, + "line": 802, "column": 13 } } @@ -320383,15 +327394,15 @@ "updateContext": null }, "value": "this", - "start": 30992, - "end": 30996, + "start": 31393, + "end": 31397, "loc": { "start": { - "line": 792, + "line": 802, "column": 13 }, "end": { - "line": 792, + "line": 802, "column": 17 } } @@ -320409,15 +327420,15 @@ "binop": null, "updateContext": null }, - "start": 30996, - "end": 30997, + "start": 31397, + "end": 31398, "loc": { "start": { - "line": 792, + "line": 802, "column": 17 }, "end": { - "line": 792, + "line": 802, "column": 18 } } @@ -320435,15 +327446,15 @@ "binop": null }, "value": "isDestroyed", - "start": 30997, - "end": 31008, + "start": 31398, + "end": 31409, "loc": { "start": { - "line": 792, + "line": 802, "column": 18 }, "end": { - "line": 792, + "line": 802, "column": 29 } } @@ -320460,15 +327471,15 @@ "postfix": false, "binop": null }, - "start": 31008, - "end": 31009, + "start": 31409, + "end": 31410, "loc": { "start": { - "line": 792, + "line": 802, "column": 29 }, "end": { - "line": 792, + "line": 802, "column": 30 } } @@ -320485,15 +327496,15 @@ "postfix": false, "binop": null }, - "start": 31009, - "end": 31010, + "start": 31410, + "end": 31411, "loc": { "start": { - "line": 792, + "line": 802, "column": 30 }, "end": { - "line": 792, + "line": 802, "column": 31 } } @@ -320510,15 +327521,15 @@ "postfix": false, "binop": null }, - "start": 31010, - "end": 31011, + "start": 31411, + "end": 31412, "loc": { "start": { - "line": 792, + "line": 802, "column": 31 }, "end": { - "line": 792, + "line": 802, "column": 32 } } @@ -320535,15 +327546,15 @@ "postfix": false, "binop": null }, - "start": 31012, - "end": 31013, + "start": 31413, + "end": 31414, "loc": { "start": { - "line": 792, + "line": 802, "column": 33 }, "end": { - "line": 792, + "line": 802, "column": 34 } } @@ -320551,15 +327562,15 @@ { "type": "CommentLine", "value": " store code", - "start": 31026, - "end": 31039, + "start": 31427, + "end": 31440, "loc": { "start": { - "line": 793, + "line": 803, "column": 12 }, "end": { - "line": 793, + "line": 803, "column": 25 } } @@ -320579,15 +327590,15 @@ "updateContext": null }, "value": "this", - "start": 31052, - "end": 31056, + "start": 31453, + "end": 31457, "loc": { "start": { - "line": 794, + "line": 804, "column": 12 }, "end": { - "line": 794, + "line": 804, "column": 16 } } @@ -320605,15 +327616,15 @@ "binop": null, "updateContext": null }, - "start": 31056, - "end": 31057, + "start": 31457, + "end": 31458, "loc": { "start": { - "line": 794, + "line": 804, "column": 16 }, "end": { - "line": 794, + "line": 804, "column": 17 } } @@ -320631,15 +327642,15 @@ "binop": null }, "value": "player", - "start": 31057, - "end": 31063, + "start": 31458, + "end": 31464, "loc": { "start": { - "line": 794, + "line": 804, "column": 17 }, "end": { - "line": 794, + "line": 804, "column": 23 } } @@ -320657,15 +327668,15 @@ "binop": null, "updateContext": null }, - "start": 31063, - "end": 31064, + "start": 31464, + "end": 31465, "loc": { "start": { - "line": 794, + "line": 804, "column": 23 }, "end": { - "line": 794, + "line": 804, "column": 24 } } @@ -320683,15 +327694,15 @@ "binop": null }, "value": "deviceErrorCode", - "start": 31064, - "end": 31079, + "start": 31465, + "end": 31480, "loc": { "start": { - "line": 794, + "line": 804, "column": 24 }, "end": { - "line": 794, + "line": 804, "column": 39 } } @@ -320710,15 +327721,15 @@ "updateContext": null }, "value": "=", - "start": 31080, - "end": 31081, + "start": 31481, + "end": 31482, "loc": { "start": { - "line": 794, + "line": 804, "column": 40 }, "end": { - "line": 794, + "line": 804, "column": 41 } } @@ -320736,15 +327747,15 @@ "binop": null }, "value": "code", - "start": 31082, - "end": 31086, + "start": 31483, + "end": 31487, "loc": { "start": { - "line": 794, + "line": 804, "column": 42 }, "end": { - "line": 794, + "line": 804, "column": 46 } } @@ -320762,15 +327773,15 @@ "binop": null, "updateContext": null }, - "start": 31086, - "end": 31087, + "start": 31487, + "end": 31488, "loc": { "start": { - "line": 794, + "line": 804, "column": 46 }, "end": { - "line": 794, + "line": 804, "column": 47 } } @@ -320778,15 +327789,15 @@ { "type": "CommentLine", "value": " forward error to player", - "start": 31101, - "end": 31127, + "start": 31502, + "end": 31528, "loc": { "start": { - "line": 796, + "line": 806, "column": 12 }, "end": { - "line": 796, + "line": 806, "column": 38 } } @@ -320806,15 +327817,15 @@ "updateContext": null }, "value": "this", - "start": 31140, - "end": 31144, + "start": 31541, + "end": 31545, "loc": { "start": { - "line": 797, + "line": 807, "column": 12 }, "end": { - "line": 797, + "line": 807, "column": 16 } } @@ -320832,15 +327843,15 @@ "binop": null, "updateContext": null }, - "start": 31144, - "end": 31145, + "start": 31545, + "end": 31546, "loc": { "start": { - "line": 797, + "line": 807, "column": 16 }, "end": { - "line": 797, + "line": 807, "column": 17 } } @@ -320858,15 +327869,15 @@ "binop": null }, "value": "player", - "start": 31145, - "end": 31151, + "start": 31546, + "end": 31552, "loc": { "start": { - "line": 797, + "line": 807, "column": 17 }, "end": { - "line": 797, + "line": 807, "column": 23 } } @@ -320884,15 +327895,15 @@ "binop": null, "updateContext": null }, - "start": 31151, - "end": 31152, + "start": 31552, + "end": 31553, "loc": { "start": { - "line": 797, + "line": 807, "column": 23 }, "end": { - "line": 797, + "line": 807, "column": 24 } } @@ -320910,15 +327921,15 @@ "binop": null }, "value": "trigger", - "start": 31152, - "end": 31159, + "start": 31553, + "end": 31560, "loc": { "start": { - "line": 797, + "line": 807, "column": 24 }, "end": { - "line": 797, + "line": 807, "column": 31 } } @@ -320935,15 +327946,15 @@ "postfix": false, "binop": null }, - "start": 31159, - "end": 31160, + "start": 31560, + "end": 31561, "loc": { "start": { - "line": 797, + "line": 807, "column": 31 }, "end": { - "line": 797, + "line": 807, "column": 32 } } @@ -320961,15 +327972,15 @@ "binop": null }, "value": "Event", - "start": 31160, - "end": 31165, + "start": 31561, + "end": 31566, "loc": { "start": { - "line": 797, + "line": 807, "column": 32 }, "end": { - "line": 797, + "line": 807, "column": 37 } } @@ -320987,15 +327998,15 @@ "binop": null, "updateContext": null }, - "start": 31165, - "end": 31166, + "start": 31566, + "end": 31567, "loc": { "start": { - "line": 797, + "line": 807, "column": 37 }, "end": { - "line": 797, + "line": 807, "column": 38 } } @@ -321013,15 +328024,15 @@ "binop": null }, "value": "DEVICE_ERROR", - "start": 31166, - "end": 31178, + "start": 31567, + "end": 31579, "loc": { "start": { - "line": 797, + "line": 807, "column": 38 }, "end": { - "line": 797, + "line": 807, "column": 50 } } @@ -321038,15 +328049,15 @@ "postfix": false, "binop": null }, - "start": 31178, - "end": 31179, + "start": 31579, + "end": 31580, "loc": { "start": { - "line": 797, + "line": 807, "column": 50 }, "end": { - "line": 797, + "line": 807, "column": 51 } } @@ -321064,15 +328075,15 @@ "binop": null, "updateContext": null }, - "start": 31179, - "end": 31180, + "start": 31580, + "end": 31581, "loc": { "start": { - "line": 797, + "line": 807, "column": 51 }, "end": { - "line": 797, + "line": 807, "column": 52 } } @@ -321089,15 +328100,15 @@ "postfix": false, "binop": null }, - "start": 31189, - "end": 31190, + "start": 31590, + "end": 31591, "loc": { "start": { - "line": 798, + "line": 808, "column": 8 }, "end": { - "line": 798, + "line": 808, "column": 9 } } @@ -321114,15 +328125,15 @@ "postfix": false, "binop": null }, - "start": 31195, - "end": 31196, + "start": 31596, + "end": 31597, "loc": { "start": { - "line": 799, + "line": 809, "column": 4 }, "end": { - "line": 799, + "line": 809, "column": 5 } } @@ -321130,15 +328141,15 @@ { "type": "CommentBlock", "value": "*\n * Start recording.\n ", - "start": 31202, - "end": 31237, + "start": 31603, + "end": 31638, "loc": { "start": { - "line": 801, + "line": 811, "column": 4 }, "end": { - "line": 803, + "line": 813, "column": 7 } } @@ -321156,15 +328167,15 @@ "binop": null }, "value": "start", - "start": 31242, - "end": 31247, + "start": 31643, + "end": 31648, "loc": { "start": { - "line": 804, + "line": 814, "column": 4 }, "end": { - "line": 804, + "line": 814, "column": 9 } } @@ -321181,15 +328192,15 @@ "postfix": false, "binop": null }, - "start": 31247, - "end": 31248, + "start": 31648, + "end": 31649, "loc": { "start": { - "line": 804, + "line": 814, "column": 9 }, "end": { - "line": 804, + "line": 814, "column": 10 } } @@ -321206,15 +328217,15 @@ "postfix": false, "binop": null }, - "start": 31248, - "end": 31249, + "start": 31649, + "end": 31650, "loc": { "start": { - "line": 804, + "line": 814, "column": 10 }, "end": { - "line": 804, + "line": 814, "column": 11 } } @@ -321231,15 +328242,15 @@ "postfix": false, "binop": null }, - "start": 31250, - "end": 31251, + "start": 31651, + "end": 31652, "loc": { "start": { - "line": 804, + "line": 814, "column": 12 }, "end": { - "line": 804, + "line": 814, "column": 13 } } @@ -321259,15 +328270,15 @@ "updateContext": null }, "value": "if", - "start": 31260, - "end": 31262, + "start": 31661, + "end": 31663, "loc": { "start": { - "line": 805, + "line": 815, "column": 8 }, "end": { - "line": 805, + "line": 815, "column": 10 } } @@ -321284,15 +328295,15 @@ "postfix": false, "binop": null }, - "start": 31263, - "end": 31264, + "start": 31664, + "end": 31665, "loc": { "start": { - "line": 805, + "line": 815, "column": 11 }, "end": { - "line": 805, + "line": 815, "column": 12 } } @@ -321311,15 +328322,15 @@ "updateContext": null }, "value": "!", - "start": 31264, - "end": 31265, + "start": 31665, + "end": 31666, "loc": { "start": { - "line": 805, + "line": 815, "column": 12 }, "end": { - "line": 805, + "line": 815, "column": 13 } } @@ -321339,15 +328350,15 @@ "updateContext": null }, "value": "this", - "start": 31265, - "end": 31269, + "start": 31666, + "end": 31670, "loc": { "start": { - "line": 805, + "line": 815, "column": 13 }, "end": { - "line": 805, + "line": 815, "column": 17 } } @@ -321365,15 +328376,15 @@ "binop": null, "updateContext": null }, - "start": 31269, - "end": 31270, + "start": 31670, + "end": 31671, "loc": { "start": { - "line": 805, + "line": 815, "column": 17 }, "end": { - "line": 805, + "line": 815, "column": 18 } } @@ -321391,15 +328402,15 @@ "binop": null }, "value": "isProcessing", - "start": 31270, - "end": 31282, + "start": 31671, + "end": 31683, "loc": { "start": { - "line": 805, + "line": 815, "column": 18 }, "end": { - "line": 805, + "line": 815, "column": 30 } } @@ -321416,15 +328427,15 @@ "postfix": false, "binop": null }, - "start": 31282, - "end": 31283, + "start": 31683, + "end": 31684, "loc": { "start": { - "line": 805, + "line": 815, "column": 30 }, "end": { - "line": 805, + "line": 815, "column": 31 } } @@ -321441,15 +328452,15 @@ "postfix": false, "binop": null }, - "start": 31283, - "end": 31284, + "start": 31684, + "end": 31685, "loc": { "start": { - "line": 805, + "line": 815, "column": 31 }, "end": { - "line": 805, + "line": 815, "column": 32 } } @@ -321466,15 +328477,15 @@ "postfix": false, "binop": null }, - "start": 31284, - "end": 31285, + "start": 31685, + "end": 31686, "loc": { "start": { - "line": 805, + "line": 815, "column": 32 }, "end": { - "line": 805, + "line": 815, "column": 33 } } @@ -321491,193 +328502,32 @@ "postfix": false, "binop": null }, - "start": 31286, - "end": 31287, - "loc": { - "start": { - "line": 805, - "column": 34 - }, - "end": { - "line": 805, - "column": 35 - } - } - }, - { - "type": { - "label": "this", - "keyword": "this", - "beforeExpr": false, - "startsExpr": true, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null, - "updateContext": null - }, - "value": "this", - "start": 31300, - "end": 31304, - "loc": { - "start": { - "line": 806, - "column": 12 - }, - "end": { - "line": 806, - "column": 16 - } - } - }, - { - "type": { - "label": ".", - "beforeExpr": false, - "startsExpr": false, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null, - "updateContext": null - }, - "start": 31304, - "end": 31305, + "start": 31687, + "end": 31688, "loc": { "start": { - "line": 806, - "column": 16 - }, - "end": { - "line": 806, - "column": 17 - } - } - }, - { - "type": { - "label": "name", - "beforeExpr": false, - "startsExpr": true, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "value": "_recording", - "start": 31305, - "end": 31315, - "loc": { - "start": { - "line": 806, - "column": 17 - }, - "end": { - "line": 806, - "column": 27 - } - } - }, - { - "type": { - "label": "=", - "beforeExpr": true, - "startsExpr": false, - "rightAssociative": false, - "isLoop": false, - "isAssign": true, - "prefix": false, - "postfix": false, - "binop": null, - "updateContext": null - }, - "value": "=", - "start": 31316, - "end": 31317, - "loc": { - "start": { - "line": 806, - "column": 28 - }, - "end": { - "line": 806, - "column": 29 - } - } - }, - { - "type": { - "label": "true", - "keyword": "true", - "beforeExpr": false, - "startsExpr": true, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null, - "updateContext": null - }, - "value": "true", - "start": 31318, - "end": 31322, - "loc": { - "start": { - "line": 806, - "column": 30 - }, - "end": { - "line": 806, - "column": 34 - } - } - }, - { - "type": { - "label": ";", - "beforeExpr": true, - "startsExpr": false, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null, - "updateContext": null - }, - "start": 31322, - "end": 31323, - "loc": { - "start": { - "line": 806, + "line": 815, "column": 34 }, "end": { - "line": 806, + "line": 815, "column": 35 } } }, { "type": "CommentLine", - "value": " hide play/pause control", - "start": 31337, - "end": 31363, + "value": " check if user didn't revoke permissions after a previous recording", + "start": 31701, + "end": 31770, "loc": { "start": { - "line": 808, + "line": 816, "column": 12 }, "end": { - "line": 808, - "column": 38 + "line": 816, + "column": 81 } } }, @@ -321696,15 +328546,15 @@ "updateContext": null }, "value": "if", - "start": 31376, - "end": 31378, + "start": 31783, + "end": 31785, "loc": { "start": { - "line": 809, + "line": 817, "column": 12 }, "end": { - "line": 809, + "line": 817, "column": 14 } } @@ -321721,15 +328571,15 @@ "postfix": false, "binop": null }, - "start": 31379, - "end": 31380, + "start": 31786, + "end": 31787, "loc": { "start": { - "line": 809, + "line": 817, "column": 15 }, "end": { - "line": 809, + "line": 817, "column": 16 } } @@ -321749,15 +328599,15 @@ "updateContext": null }, "value": "this", - "start": 31380, - "end": 31384, + "start": 31787, + "end": 31791, "loc": { "start": { - "line": 809, + "line": 817, "column": 16 }, "end": { - "line": 809, + "line": 817, "column": 20 } } @@ -321775,15 +328625,840 @@ "binop": null, "updateContext": null }, - "start": 31384, - "end": 31385, + "start": 31791, + "end": 31792, "loc": { "start": { - "line": 809, + "line": 817, "column": 20 }, "end": { - "line": 809, + "line": 817, + "column": 21 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "stream", + "start": 31792, + "end": 31798, + "loc": { + "start": { + "line": 817, + "column": 21 + }, + "end": { + "line": 817, + "column": 27 + } + } + }, + { + "type": { + "label": "&&", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": 2, + "updateContext": null + }, + "value": "&&", + "start": 31799, + "end": 31801, + "loc": { + "start": { + "line": 817, + "column": 28 + }, + "end": { + "line": 817, + "column": 30 + } + } + }, + { + "type": { + "label": "this", + "keyword": "this", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "this", + "start": 31802, + "end": 31806, + "loc": { + "start": { + "line": 817, + "column": 31 + }, + "end": { + "line": 817, + "column": 35 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 31806, + "end": 31807, + "loc": { + "start": { + "line": 817, + "column": 35 + }, + "end": { + "line": 817, + "column": 36 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "stream", + "start": 31807, + "end": 31813, + "loc": { + "start": { + "line": 817, + "column": 36 + }, + "end": { + "line": 817, + "column": 42 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 31813, + "end": 31814, + "loc": { + "start": { + "line": 817, + "column": 42 + }, + "end": { + "line": 817, + "column": 43 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "active", + "start": 31814, + "end": 31820, + "loc": { + "start": { + "line": 817, + "column": 43 + }, + "end": { + "line": 817, + "column": 49 + } + } + }, + { + "type": { + "label": "==/!=", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": 6, + "updateContext": null + }, + "value": "===", + "start": 31821, + "end": 31824, + "loc": { + "start": { + "line": 817, + "column": 50 + }, + "end": { + "line": 817, + "column": 53 + } + } + }, + { + "type": { + "label": "false", + "keyword": "false", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "false", + "start": 31825, + "end": 31830, + "loc": { + "start": { + "line": 817, + "column": 54 + }, + "end": { + "line": 817, + "column": 59 + } + } + }, + { + "type": { + "label": ")", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 31830, + "end": 31831, + "loc": { + "start": { + "line": 817, + "column": 59 + }, + "end": { + "line": 817, + "column": 60 + } + } + }, + { + "type": { + "label": "{", + "beforeExpr": true, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 31832, + "end": 31833, + "loc": { + "start": { + "line": 817, + "column": 61 + }, + "end": { + "line": 817, + "column": 62 + } + } + }, + { + "type": "CommentLine", + "value": " ask for permissions again", + "start": 31850, + "end": 31878, + "loc": { + "start": { + "line": 818, + "column": 16 + }, + "end": { + "line": 818, + "column": 44 + } + } + }, + { + "type": { + "label": "this", + "keyword": "this", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "this", + "start": 31895, + "end": 31899, + "loc": { + "start": { + "line": 819, + "column": 16 + }, + "end": { + "line": 819, + "column": 20 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 31899, + "end": 31900, + "loc": { + "start": { + "line": 819, + "column": 20 + }, + "end": { + "line": 819, + "column": 21 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "getDevice", + "start": 31900, + "end": 31909, + "loc": { + "start": { + "line": 819, + "column": 21 + }, + "end": { + "line": 819, + "column": 30 + } + } + }, + { + "type": { + "label": "(", + "beforeExpr": true, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 31909, + "end": 31910, + "loc": { + "start": { + "line": 819, + "column": 30 + }, + "end": { + "line": 819, + "column": 31 + } + } + }, + { + "type": { + "label": ")", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 31910, + "end": 31911, + "loc": { + "start": { + "line": 819, + "column": 31 + }, + "end": { + "line": 819, + "column": 32 + } + } + }, + { + "type": { + "label": ";", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 31911, + "end": 31912, + "loc": { + "start": { + "line": 819, + "column": 32 + }, + "end": { + "line": 819, + "column": 33 + } + } + }, + { + "type": { + "label": "return", + "keyword": "return", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "return", + "start": 31929, + "end": 31935, + "loc": { + "start": { + "line": 820, + "column": 16 + }, + "end": { + "line": 820, + "column": 22 + } + } + }, + { + "type": { + "label": ";", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 31935, + "end": 31936, + "loc": { + "start": { + "line": 820, + "column": 22 + }, + "end": { + "line": 820, + "column": 23 + } + } + }, + { + "type": { + "label": "}", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 31949, + "end": 31950, + "loc": { + "start": { + "line": 821, + "column": 12 + }, + "end": { + "line": 821, + "column": 13 + } + } + }, + { + "type": { + "label": "this", + "keyword": "this", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "this", + "start": 31963, + "end": 31967, + "loc": { + "start": { + "line": 822, + "column": 12 + }, + "end": { + "line": 822, + "column": 16 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 31967, + "end": 31968, + "loc": { + "start": { + "line": 822, + "column": 16 + }, + "end": { + "line": 822, + "column": 17 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "_recording", + "start": 31968, + "end": 31978, + "loc": { + "start": { + "line": 822, + "column": 17 + }, + "end": { + "line": 822, + "column": 27 + } + } + }, + { + "type": { + "label": "=", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": true, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "=", + "start": 31979, + "end": 31980, + "loc": { + "start": { + "line": 822, + "column": 28 + }, + "end": { + "line": 822, + "column": 29 + } + } + }, + { + "type": { + "label": "true", + "keyword": "true", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "true", + "start": 31981, + "end": 31985, + "loc": { + "start": { + "line": 822, + "column": 30 + }, + "end": { + "line": 822, + "column": 34 + } + } + }, + { + "type": { + "label": ";", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 31985, + "end": 31986, + "loc": { + "start": { + "line": 822, + "column": 34 + }, + "end": { + "line": 822, + "column": 35 + } + } + }, + { + "type": "CommentLine", + "value": " hide play/pause control", + "start": 32000, + "end": 32026, + "loc": { + "start": { + "line": 824, + "column": 12 + }, + "end": { + "line": 824, + "column": 38 + } + } + }, + { + "type": { + "label": "if", + "keyword": "if", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "if", + "start": 32039, + "end": 32041, + "loc": { + "start": { + "line": 825, + "column": 12 + }, + "end": { + "line": 825, + "column": 14 + } + } + }, + { + "type": { + "label": "(", + "beforeExpr": true, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 32042, + "end": 32043, + "loc": { + "start": { + "line": 825, + "column": 15 + }, + "end": { + "line": 825, + "column": 16 + } + } + }, + { + "type": { + "label": "this", + "keyword": "this", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "this", + "start": 32043, + "end": 32047, + "loc": { + "start": { + "line": 825, + "column": 16 + }, + "end": { + "line": 825, + "column": 20 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 32047, + "end": 32048, + "loc": { + "start": { + "line": 825, + "column": 20 + }, + "end": { + "line": 825, "column": 21 } } @@ -321801,15 +329476,15 @@ "binop": null }, "value": "player", - "start": 31385, - "end": 31391, + "start": 32048, + "end": 32054, "loc": { "start": { - "line": 809, + "line": 825, "column": 21 }, "end": { - "line": 809, + "line": 825, "column": 27 } } @@ -321827,15 +329502,15 @@ "binop": null, "updateContext": null }, - "start": 31391, - "end": 31392, + "start": 32054, + "end": 32055, "loc": { "start": { - "line": 809, + "line": 825, "column": 27 }, "end": { - "line": 809, + "line": 825, "column": 28 } } @@ -321853,15 +329528,15 @@ "binop": null }, "value": "controlBar", - "start": 31392, - "end": 31402, + "start": 32055, + "end": 32065, "loc": { "start": { - "line": 809, + "line": 825, "column": 28 }, "end": { - "line": 809, + "line": 825, "column": 38 } } @@ -321879,15 +329554,15 @@ "binop": null, "updateContext": null }, - "start": 31402, - "end": 31403, + "start": 32065, + "end": 32066, "loc": { "start": { - "line": 809, + "line": 825, "column": 38 }, "end": { - "line": 809, + "line": 825, "column": 39 } } @@ -321905,15 +329580,15 @@ "binop": null }, "value": "playToggle", - "start": 31403, - "end": 31413, + "start": 32066, + "end": 32076, "loc": { "start": { - "line": 809, + "line": 825, "column": 39 }, "end": { - "line": 809, + "line": 825, "column": 49 } } @@ -321932,15 +329607,15 @@ "updateContext": null }, "value": "!==", - "start": 31414, - "end": 31417, + "start": 32077, + "end": 32080, "loc": { "start": { - "line": 809, + "line": 825, "column": 50 }, "end": { - "line": 809, + "line": 825, "column": 53 } } @@ -321958,15 +329633,15 @@ "binop": null }, "value": "undefined", - "start": 31418, - "end": 31427, + "start": 32081, + "end": 32090, "loc": { "start": { - "line": 809, + "line": 825, "column": 54 }, "end": { - "line": 809, + "line": 825, "column": 63 } } @@ -321983,15 +329658,15 @@ "postfix": false, "binop": null }, - "start": 31427, - "end": 31428, + "start": 32090, + "end": 32091, "loc": { "start": { - "line": 809, + "line": 825, "column": 63 }, "end": { - "line": 809, + "line": 825, "column": 64 } } @@ -322008,15 +329683,15 @@ "postfix": false, "binop": null }, - "start": 31429, - "end": 31430, + "start": 32092, + "end": 32093, "loc": { "start": { - "line": 809, + "line": 825, "column": 65 }, "end": { - "line": 809, + "line": 825, "column": 66 } } @@ -322036,15 +329711,15 @@ "updateContext": null }, "value": "this", - "start": 31447, - "end": 31451, + "start": 32110, + "end": 32114, "loc": { "start": { - "line": 810, + "line": 826, "column": 16 }, "end": { - "line": 810, + "line": 826, "column": 20 } } @@ -322062,15 +329737,15 @@ "binop": null, "updateContext": null }, - "start": 31451, - "end": 31452, + "start": 32114, + "end": 32115, "loc": { "start": { - "line": 810, + "line": 826, "column": 20 }, "end": { - "line": 810, + "line": 826, "column": 21 } } @@ -322088,15 +329763,15 @@ "binop": null }, "value": "player", - "start": 31452, - "end": 31458, + "start": 32115, + "end": 32121, "loc": { "start": { - "line": 810, + "line": 826, "column": 21 }, "end": { - "line": 810, + "line": 826, "column": 27 } } @@ -322114,15 +329789,15 @@ "binop": null, "updateContext": null }, - "start": 31458, - "end": 31459, + "start": 32121, + "end": 32122, "loc": { "start": { - "line": 810, + "line": 826, "column": 27 }, "end": { - "line": 810, + "line": 826, "column": 28 } } @@ -322140,15 +329815,15 @@ "binop": null }, "value": "controlBar", - "start": 31459, - "end": 31469, + "start": 32122, + "end": 32132, "loc": { "start": { - "line": 810, + "line": 826, "column": 28 }, "end": { - "line": 810, + "line": 826, "column": 38 } } @@ -322166,15 +329841,15 @@ "binop": null, "updateContext": null }, - "start": 31469, - "end": 31470, + "start": 32132, + "end": 32133, "loc": { "start": { - "line": 810, + "line": 826, "column": 38 }, "end": { - "line": 810, + "line": 826, "column": 39 } } @@ -322192,15 +329867,15 @@ "binop": null }, "value": "playToggle", - "start": 31470, - "end": 31480, + "start": 32133, + "end": 32143, "loc": { "start": { - "line": 810, + "line": 826, "column": 39 }, "end": { - "line": 810, + "line": 826, "column": 49 } } @@ -322218,15 +329893,15 @@ "binop": null, "updateContext": null }, - "start": 31480, - "end": 31481, + "start": 32143, + "end": 32144, "loc": { "start": { - "line": 810, + "line": 826, "column": 49 }, "end": { - "line": 810, + "line": 826, "column": 50 } } @@ -322244,15 +329919,15 @@ "binop": null }, "value": "hide", - "start": 31481, - "end": 31485, + "start": 32144, + "end": 32148, "loc": { "start": { - "line": 810, + "line": 826, "column": 50 }, "end": { - "line": 810, + "line": 826, "column": 54 } } @@ -322269,15 +329944,15 @@ "postfix": false, "binop": null }, - "start": 31485, - "end": 31486, + "start": 32148, + "end": 32149, "loc": { "start": { - "line": 810, + "line": 826, "column": 54 }, "end": { - "line": 810, + "line": 826, "column": 55 } } @@ -322294,15 +329969,15 @@ "postfix": false, "binop": null }, - "start": 31486, - "end": 31487, + "start": 32149, + "end": 32150, "loc": { "start": { - "line": 810, + "line": 826, "column": 55 }, "end": { - "line": 810, + "line": 826, "column": 56 } } @@ -322320,15 +329995,15 @@ "binop": null, "updateContext": null }, - "start": 31487, - "end": 31488, + "start": 32150, + "end": 32151, "loc": { "start": { - "line": 810, + "line": 826, "column": 56 }, "end": { - "line": 810, + "line": 826, "column": 57 } } @@ -322345,15 +330020,15 @@ "postfix": false, "binop": null }, - "start": 31501, - "end": 31502, + "start": 32164, + "end": 32165, "loc": { "start": { - "line": 811, + "line": 827, "column": 12 }, "end": { - "line": 811, + "line": 827, "column": 13 } } @@ -322361,15 +330036,15 @@ { "type": "CommentLine", "value": " reset playback listeners", - "start": 31516, - "end": 31543, + "start": 32179, + "end": 32206, "loc": { "start": { - "line": 813, + "line": 829, "column": 12 }, "end": { - "line": 813, + "line": 829, "column": 39 } } @@ -322389,15 +330064,15 @@ "updateContext": null }, "value": "this", - "start": 31556, - "end": 31560, + "start": 32219, + "end": 32223, "loc": { "start": { - "line": 814, + "line": 830, "column": 12 }, "end": { - "line": 814, + "line": 830, "column": 16 } } @@ -322415,15 +330090,15 @@ "binop": null, "updateContext": null }, - "start": 31560, - "end": 31561, + "start": 32223, + "end": 32224, "loc": { "start": { - "line": 814, + "line": 830, "column": 16 }, "end": { - "line": 814, + "line": 830, "column": 17 } } @@ -322441,15 +330116,15 @@ "binop": null }, "value": "off", - "start": 31561, - "end": 31564, + "start": 32224, + "end": 32227, "loc": { "start": { - "line": 814, + "line": 830, "column": 17 }, "end": { - "line": 814, + "line": 830, "column": 20 } } @@ -322466,15 +330141,15 @@ "postfix": false, "binop": null }, - "start": 31564, - "end": 31565, + "start": 32227, + "end": 32228, "loc": { "start": { - "line": 814, + "line": 830, "column": 20 }, "end": { - "line": 814, + "line": 830, "column": 21 } } @@ -322494,15 +330169,15 @@ "updateContext": null }, "value": "this", - "start": 31565, - "end": 31569, + "start": 32228, + "end": 32232, "loc": { "start": { - "line": 814, + "line": 830, "column": 21 }, "end": { - "line": 814, + "line": 830, "column": 25 } } @@ -322520,15 +330195,15 @@ "binop": null, "updateContext": null }, - "start": 31569, - "end": 31570, + "start": 32232, + "end": 32233, "loc": { "start": { - "line": 814, + "line": 830, "column": 25 }, "end": { - "line": 814, + "line": 830, "column": 26 } } @@ -322546,15 +330221,15 @@ "binop": null }, "value": "player", - "start": 31570, - "end": 31576, + "start": 32233, + "end": 32239, "loc": { "start": { - "line": 814, + "line": 830, "column": 26 }, "end": { - "line": 814, + "line": 830, "column": 32 } } @@ -322572,15 +330247,15 @@ "binop": null, "updateContext": null }, - "start": 31576, - "end": 31577, + "start": 32239, + "end": 32240, "loc": { "start": { - "line": 814, + "line": 830, "column": 32 }, "end": { - "line": 814, + "line": 830, "column": 33 } } @@ -322598,15 +330273,15 @@ "binop": null }, "value": "Event", - "start": 31578, - "end": 31583, + "start": 32241, + "end": 32246, "loc": { "start": { - "line": 814, + "line": 830, "column": 34 }, "end": { - "line": 814, + "line": 830, "column": 39 } } @@ -322624,15 +330299,15 @@ "binop": null, "updateContext": null }, - "start": 31583, - "end": 31584, + "start": 32246, + "end": 32247, "loc": { "start": { - "line": 814, + "line": 830, "column": 39 }, "end": { - "line": 814, + "line": 830, "column": 40 } } @@ -322650,15 +330325,15 @@ "binop": null }, "value": "TIMEUPDATE", - "start": 31584, - "end": 31594, + "start": 32247, + "end": 32257, "loc": { "start": { - "line": 814, + "line": 830, "column": 40 }, "end": { - "line": 814, + "line": 830, "column": 50 } } @@ -322676,15 +330351,15 @@ "binop": null, "updateContext": null }, - "start": 31594, - "end": 31595, + "start": 32257, + "end": 32258, "loc": { "start": { - "line": 814, + "line": 830, "column": 50 }, "end": { - "line": 814, + "line": 830, "column": 51 } } @@ -322704,15 +330379,15 @@ "updateContext": null }, "value": "this", - "start": 31596, - "end": 31600, + "start": 32259, + "end": 32263, "loc": { "start": { - "line": 814, + "line": 830, "column": 52 }, "end": { - "line": 814, + "line": 830, "column": 56 } } @@ -322730,15 +330405,15 @@ "binop": null, "updateContext": null }, - "start": 31600, - "end": 31601, + "start": 32263, + "end": 32264, "loc": { "start": { - "line": 814, + "line": 830, "column": 56 }, "end": { - "line": 814, + "line": 830, "column": 57 } } @@ -322756,15 +330431,15 @@ "binop": null }, "value": "playbackTimeUpdate", - "start": 31601, - "end": 31619, + "start": 32264, + "end": 32282, "loc": { "start": { - "line": 814, + "line": 830, "column": 57 }, "end": { - "line": 814, + "line": 830, "column": 75 } } @@ -322781,15 +330456,15 @@ "postfix": false, "binop": null }, - "start": 31619, - "end": 31620, + "start": 32282, + "end": 32283, "loc": { "start": { - "line": 814, + "line": 830, "column": 75 }, "end": { - "line": 814, + "line": 830, "column": 76 } } @@ -322807,15 +330482,15 @@ "binop": null, "updateContext": null }, - "start": 31620, - "end": 31621, + "start": 32283, + "end": 32284, "loc": { "start": { - "line": 814, + "line": 830, "column": 76 }, "end": { - "line": 814, + "line": 830, "column": 77 } } @@ -322835,15 +330510,15 @@ "updateContext": null }, "value": "this", - "start": 31634, - "end": 31638, + "start": 32297, + "end": 32301, "loc": { "start": { - "line": 815, + "line": 831, "column": 12 }, "end": { - "line": 815, + "line": 831, "column": 16 } } @@ -322861,15 +330536,15 @@ "binop": null, "updateContext": null }, - "start": 31638, - "end": 31639, + "start": 32301, + "end": 32302, "loc": { "start": { - "line": 815, + "line": 831, "column": 16 }, "end": { - "line": 815, + "line": 831, "column": 17 } } @@ -322887,15 +330562,15 @@ "binop": null }, "value": "off", - "start": 31639, - "end": 31642, + "start": 32302, + "end": 32305, "loc": { "start": { - "line": 815, + "line": 831, "column": 17 }, "end": { - "line": 815, + "line": 831, "column": 20 } } @@ -322912,15 +330587,15 @@ "postfix": false, "binop": null }, - "start": 31642, - "end": 31643, + "start": 32305, + "end": 32306, "loc": { "start": { - "line": 815, + "line": 831, "column": 20 }, "end": { - "line": 815, + "line": 831, "column": 21 } } @@ -322940,15 +330615,15 @@ "updateContext": null }, "value": "this", - "start": 31643, - "end": 31647, + "start": 32306, + "end": 32310, "loc": { "start": { - "line": 815, + "line": 831, "column": 21 }, "end": { - "line": 815, + "line": 831, "column": 25 } } @@ -322966,15 +330641,15 @@ "binop": null, "updateContext": null }, - "start": 31647, - "end": 31648, + "start": 32310, + "end": 32311, "loc": { "start": { - "line": 815, + "line": 831, "column": 25 }, "end": { - "line": 815, + "line": 831, "column": 26 } } @@ -322992,15 +330667,15 @@ "binop": null }, "value": "player", - "start": 31648, - "end": 31654, + "start": 32311, + "end": 32317, "loc": { "start": { - "line": 815, + "line": 831, "column": 26 }, "end": { - "line": 815, + "line": 831, "column": 32 } } @@ -323018,15 +330693,15 @@ "binop": null, "updateContext": null }, - "start": 31654, - "end": 31655, + "start": 32317, + "end": 32318, "loc": { "start": { - "line": 815, + "line": 831, "column": 32 }, "end": { - "line": 815, + "line": 831, "column": 33 } } @@ -323044,15 +330719,15 @@ "binop": null }, "value": "Event", - "start": 31656, - "end": 31661, + "start": 32319, + "end": 32324, "loc": { "start": { - "line": 815, + "line": 831, "column": 34 }, "end": { - "line": 815, + "line": 831, "column": 39 } } @@ -323070,15 +330745,15 @@ "binop": null, "updateContext": null }, - "start": 31661, - "end": 31662, + "start": 32324, + "end": 32325, "loc": { "start": { - "line": 815, + "line": 831, "column": 39 }, "end": { - "line": 815, + "line": 831, "column": 40 } } @@ -323096,15 +330771,15 @@ "binop": null }, "value": "ENDED", - "start": 31662, - "end": 31667, + "start": 32325, + "end": 32330, "loc": { "start": { - "line": 815, + "line": 831, "column": 40 }, "end": { - "line": 815, + "line": 831, "column": 45 } } @@ -323122,15 +330797,15 @@ "binop": null, "updateContext": null }, - "start": 31667, - "end": 31668, + "start": 32330, + "end": 32331, "loc": { "start": { - "line": 815, + "line": 831, "column": 45 }, "end": { - "line": 815, + "line": 831, "column": 46 } } @@ -323150,15 +330825,15 @@ "updateContext": null }, "value": "this", - "start": 31669, - "end": 31673, + "start": 32332, + "end": 32336, "loc": { "start": { - "line": 815, + "line": 831, "column": 47 }, "end": { - "line": 815, + "line": 831, "column": 51 } } @@ -323176,15 +330851,15 @@ "binop": null, "updateContext": null }, - "start": 31673, - "end": 31674, + "start": 32336, + "end": 32337, "loc": { "start": { - "line": 815, + "line": 831, "column": 51 }, "end": { - "line": 815, + "line": 831, "column": 52 } } @@ -323202,15 +330877,15 @@ "binop": null }, "value": "playbackTimeUpdate", - "start": 31674, - "end": 31692, + "start": 32337, + "end": 32355, "loc": { "start": { - "line": 815, + "line": 831, "column": 52 }, "end": { - "line": 815, + "line": 831, "column": 70 } } @@ -323227,15 +330902,15 @@ "postfix": false, "binop": null }, - "start": 31692, - "end": 31693, + "start": 32355, + "end": 32356, "loc": { "start": { - "line": 815, + "line": 831, "column": 70 }, "end": { - "line": 815, + "line": 831, "column": 71 } } @@ -323253,15 +330928,15 @@ "binop": null, "updateContext": null }, - "start": 31693, - "end": 31694, + "start": 32356, + "end": 32357, "loc": { "start": { - "line": 815, + "line": 831, "column": 71 }, "end": { - "line": 815, + "line": 831, "column": 72 } } @@ -323269,15 +330944,15 @@ { "type": "CommentLine", "value": " start preview", - "start": 31708, - "end": 31724, + "start": 32371, + "end": 32387, "loc": { "start": { - "line": 817, + "line": 833, "column": 12 }, "end": { - "line": 817, + "line": 833, "column": 28 } } @@ -323297,15 +330972,15 @@ "updateContext": null }, "value": "switch", - "start": 31737, - "end": 31743, + "start": 32400, + "end": 32406, "loc": { "start": { - "line": 818, + "line": 834, "column": 12 }, "end": { - "line": 818, + "line": 834, "column": 18 } } @@ -323322,15 +330997,15 @@ "postfix": false, "binop": null }, - "start": 31744, - "end": 31745, + "start": 32407, + "end": 32408, "loc": { "start": { - "line": 818, + "line": 834, "column": 19 }, "end": { - "line": 818, + "line": 834, "column": 20 } } @@ -323350,15 +331025,15 @@ "updateContext": null }, "value": "this", - "start": 31745, - "end": 31749, + "start": 32408, + "end": 32412, "loc": { "start": { - "line": 818, + "line": 834, "column": 20 }, "end": { - "line": 818, + "line": 834, "column": 24 } } @@ -323376,15 +331051,15 @@ "binop": null, "updateContext": null }, - "start": 31749, - "end": 31750, + "start": 32412, + "end": 32413, "loc": { "start": { - "line": 818, + "line": 834, "column": 24 }, "end": { - "line": 818, + "line": 834, "column": 25 } } @@ -323402,15 +331077,15 @@ "binop": null }, "value": "getRecordType", - "start": 31750, - "end": 31763, + "start": 32413, + "end": 32426, "loc": { "start": { - "line": 818, + "line": 834, "column": 25 }, "end": { - "line": 818, + "line": 834, "column": 38 } } @@ -323427,15 +331102,15 @@ "postfix": false, "binop": null }, - "start": 31763, - "end": 31764, + "start": 32426, + "end": 32427, "loc": { "start": { - "line": 818, + "line": 834, "column": 38 }, "end": { - "line": 818, + "line": 834, "column": 39 } } @@ -323452,15 +331127,15 @@ "postfix": false, "binop": null }, - "start": 31764, - "end": 31765, + "start": 32427, + "end": 32428, "loc": { "start": { - "line": 818, + "line": 834, "column": 39 }, "end": { - "line": 818, + "line": 834, "column": 40 } } @@ -323477,15 +331152,15 @@ "postfix": false, "binop": null }, - "start": 31765, - "end": 31766, + "start": 32428, + "end": 32429, "loc": { "start": { - "line": 818, + "line": 834, "column": 40 }, "end": { - "line": 818, + "line": 834, "column": 41 } } @@ -323502,15 +331177,15 @@ "postfix": false, "binop": null }, - "start": 31767, - "end": 31768, + "start": 32430, + "end": 32431, "loc": { "start": { - "line": 818, + "line": 834, "column": 42 }, "end": { - "line": 818, + "line": 834, "column": 43 } } @@ -323530,15 +331205,15 @@ "updateContext": null }, "value": "case", - "start": 31785, - "end": 31789, + "start": 32448, + "end": 32452, "loc": { "start": { - "line": 819, + "line": 835, "column": 16 }, "end": { - "line": 819, + "line": 835, "column": 20 } } @@ -323556,15 +331231,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 31790, - "end": 31800, + "start": 32453, + "end": 32463, "loc": { "start": { - "line": 819, + "line": 835, "column": 21 }, "end": { - "line": 819, + "line": 835, "column": 31 } } @@ -323582,15 +331257,15 @@ "binop": null, "updateContext": null }, - "start": 31800, - "end": 31801, + "start": 32463, + "end": 32464, "loc": { "start": { - "line": 819, + "line": 835, "column": 31 }, "end": { - "line": 819, + "line": 835, "column": 32 } } @@ -323598,15 +331273,15 @@ { "type": "CommentLine", "value": " disable playback events", - "start": 31822, - "end": 31848, + "start": 32485, + "end": 32511, "loc": { "start": { - "line": 820, + "line": 836, "column": 20 }, "end": { - "line": 820, + "line": 836, "column": 46 } } @@ -323626,15 +331301,15 @@ "updateContext": null }, "value": "this", - "start": 31869, - "end": 31873, + "start": 32532, + "end": 32536, "loc": { "start": { - "line": 821, + "line": 837, "column": 20 }, "end": { - "line": 821, + "line": 837, "column": 24 } } @@ -323652,15 +331327,15 @@ "binop": null, "updateContext": null }, - "start": 31873, - "end": 31874, + "start": 32536, + "end": 32537, "loc": { "start": { - "line": 821, + "line": 837, "column": 24 }, "end": { - "line": 821, + "line": 837, "column": 25 } } @@ -323678,15 +331353,15 @@ "binop": null }, "value": "surfer", - "start": 31874, - "end": 31880, + "start": 32537, + "end": 32543, "loc": { "start": { - "line": 821, + "line": 837, "column": 25 }, "end": { - "line": 821, + "line": 837, "column": 31 } } @@ -323704,15 +331379,15 @@ "binop": null, "updateContext": null }, - "start": 31880, - "end": 31881, + "start": 32543, + "end": 32544, "loc": { "start": { - "line": 821, + "line": 837, "column": 31 }, "end": { - "line": 821, + "line": 837, "column": 32 } } @@ -323730,15 +331405,15 @@ "binop": null }, "value": "setupPlaybackEvents", - "start": 31881, - "end": 31900, + "start": 32544, + "end": 32563, "loc": { "start": { - "line": 821, + "line": 837, "column": 32 }, "end": { - "line": 821, + "line": 837, "column": 51 } } @@ -323755,15 +331430,15 @@ "postfix": false, "binop": null }, - "start": 31900, - "end": 31901, + "start": 32563, + "end": 32564, "loc": { "start": { - "line": 821, + "line": 837, "column": 51 }, "end": { - "line": 821, + "line": 837, "column": 52 } } @@ -323783,15 +331458,15 @@ "updateContext": null }, "value": "false", - "start": 31901, - "end": 31906, + "start": 32564, + "end": 32569, "loc": { "start": { - "line": 821, + "line": 837, "column": 52 }, "end": { - "line": 821, + "line": 837, "column": 57 } } @@ -323808,15 +331483,15 @@ "postfix": false, "binop": null }, - "start": 31906, - "end": 31907, + "start": 32569, + "end": 32570, "loc": { "start": { - "line": 821, + "line": 837, "column": 57 }, "end": { - "line": 821, + "line": 837, "column": 58 } } @@ -323834,15 +331509,15 @@ "binop": null, "updateContext": null }, - "start": 31907, - "end": 31908, + "start": 32570, + "end": 32571, "loc": { "start": { - "line": 821, + "line": 837, "column": 58 }, "end": { - "line": 821, + "line": 837, "column": 59 } } @@ -323850,15 +331525,15 @@ { "type": "CommentLine", "value": " start/resume live audio visualization", - "start": 31930, - "end": 31970, + "start": 32593, + "end": 32633, "loc": { "start": { - "line": 823, + "line": 839, "column": 20 }, "end": { - "line": 823, + "line": 839, "column": 60 } } @@ -323878,15 +331553,15 @@ "updateContext": null }, "value": "this", - "start": 31991, - "end": 31995, + "start": 32654, + "end": 32658, "loc": { "start": { - "line": 824, + "line": 840, "column": 20 }, "end": { - "line": 824, + "line": 840, "column": 24 } } @@ -323904,15 +331579,15 @@ "binop": null, "updateContext": null }, - "start": 31995, - "end": 31996, + "start": 32658, + "end": 32659, "loc": { "start": { - "line": 824, + "line": 840, "column": 24 }, "end": { - "line": 824, + "line": 840, "column": 25 } } @@ -323930,15 +331605,15 @@ "binop": null }, "value": "surfer", - "start": 31996, - "end": 32002, + "start": 32659, + "end": 32665, "loc": { "start": { - "line": 824, + "line": 840, "column": 25 }, "end": { - "line": 824, + "line": 840, "column": 31 } } @@ -323956,15 +331631,15 @@ "binop": null, "updateContext": null }, - "start": 32002, - "end": 32003, + "start": 32665, + "end": 32666, "loc": { "start": { - "line": 824, + "line": 840, "column": 31 }, "end": { - "line": 824, + "line": 840, "column": 32 } } @@ -323982,15 +331657,15 @@ "binop": null }, "value": "surfer", - "start": 32003, - "end": 32009, + "start": 32666, + "end": 32672, "loc": { "start": { - "line": 824, + "line": 840, "column": 32 }, "end": { - "line": 824, + "line": 840, "column": 38 } } @@ -324008,15 +331683,15 @@ "binop": null, "updateContext": null }, - "start": 32009, - "end": 32010, + "start": 32672, + "end": 32673, "loc": { "start": { - "line": 824, + "line": 840, "column": 38 }, "end": { - "line": 824, + "line": 840, "column": 39 } } @@ -324034,15 +331709,15 @@ "binop": null }, "value": "microphone", - "start": 32010, - "end": 32020, + "start": 32673, + "end": 32683, "loc": { "start": { - "line": 824, + "line": 840, "column": 39 }, "end": { - "line": 824, + "line": 840, "column": 49 } } @@ -324060,15 +331735,15 @@ "binop": null, "updateContext": null }, - "start": 32020, - "end": 32021, + "start": 32683, + "end": 32684, "loc": { "start": { - "line": 824, + "line": 840, "column": 49 }, "end": { - "line": 824, + "line": 840, "column": 50 } } @@ -324086,15 +331761,15 @@ "binop": null }, "value": "paused", - "start": 32021, - "end": 32027, + "start": 32684, + "end": 32690, "loc": { "start": { - "line": 824, + "line": 840, "column": 50 }, "end": { - "line": 824, + "line": 840, "column": 56 } } @@ -324113,15 +331788,15 @@ "updateContext": null }, "value": "=", - "start": 32028, - "end": 32029, + "start": 32691, + "end": 32692, "loc": { "start": { - "line": 824, + "line": 840, "column": 57 }, "end": { - "line": 824, + "line": 840, "column": 58 } } @@ -324141,15 +331816,15 @@ "updateContext": null }, "value": "false", - "start": 32030, - "end": 32035, + "start": 32693, + "end": 32698, "loc": { "start": { - "line": 824, + "line": 840, "column": 59 }, "end": { - "line": 824, + "line": 840, "column": 64 } } @@ -324167,15 +331842,15 @@ "binop": null, "updateContext": null }, - "start": 32035, - "end": 32036, + "start": 32698, + "end": 32699, "loc": { "start": { - "line": 824, + "line": 840, "column": 64 }, "end": { - "line": 824, + "line": 840, "column": 65 } } @@ -324195,15 +331870,15 @@ "updateContext": null }, "value": "this", - "start": 32057, - "end": 32061, + "start": 32720, + "end": 32724, "loc": { "start": { - "line": 825, + "line": 841, "column": 20 }, "end": { - "line": 825, + "line": 841, "column": 24 } } @@ -324221,15 +331896,15 @@ "binop": null, "updateContext": null }, - "start": 32061, - "end": 32062, + "start": 32724, + "end": 32725, "loc": { "start": { - "line": 825, + "line": 841, "column": 24 }, "end": { - "line": 825, + "line": 841, "column": 25 } } @@ -324247,15 +331922,15 @@ "binop": null }, "value": "surfer", - "start": 32062, - "end": 32068, + "start": 32725, + "end": 32731, "loc": { "start": { - "line": 825, + "line": 841, "column": 25 }, "end": { - "line": 825, + "line": 841, "column": 31 } } @@ -324273,15 +331948,15 @@ "binop": null, "updateContext": null }, - "start": 32068, - "end": 32069, + "start": 32731, + "end": 32732, "loc": { "start": { - "line": 825, + "line": 841, "column": 31 }, "end": { - "line": 825, + "line": 841, "column": 32 } } @@ -324299,15 +331974,15 @@ "binop": null }, "value": "liveMode", - "start": 32069, - "end": 32077, + "start": 32732, + "end": 32740, "loc": { "start": { - "line": 825, + "line": 841, "column": 32 }, "end": { - "line": 825, + "line": 841, "column": 40 } } @@ -324326,15 +332001,15 @@ "updateContext": null }, "value": "=", - "start": 32078, - "end": 32079, + "start": 32741, + "end": 32742, "loc": { "start": { - "line": 825, + "line": 841, "column": 41 }, "end": { - "line": 825, + "line": 841, "column": 42 } } @@ -324354,15 +332029,15 @@ "updateContext": null }, "value": "true", - "start": 32080, - "end": 32084, + "start": 32743, + "end": 32747, "loc": { "start": { - "line": 825, + "line": 841, "column": 43 }, "end": { - "line": 825, + "line": 841, "column": 47 } } @@ -324380,15 +332055,15 @@ "binop": null, "updateContext": null }, - "start": 32084, - "end": 32085, + "start": 32747, + "end": 32748, "loc": { "start": { - "line": 825, + "line": 841, "column": 47 }, "end": { - "line": 825, + "line": 841, "column": 48 } } @@ -324408,15 +332083,15 @@ "updateContext": null }, "value": "this", - "start": 32106, - "end": 32110, + "start": 32769, + "end": 32773, "loc": { "start": { - "line": 826, + "line": 842, "column": 20 }, "end": { - "line": 826, + "line": 842, "column": 24 } } @@ -324434,15 +332109,15 @@ "binop": null, "updateContext": null }, - "start": 32110, - "end": 32111, + "start": 32773, + "end": 32774, "loc": { "start": { - "line": 826, + "line": 842, "column": 24 }, "end": { - "line": 826, + "line": 842, "column": 25 } } @@ -324460,15 +332135,15 @@ "binop": null }, "value": "surfer", - "start": 32111, - "end": 32117, + "start": 32774, + "end": 32780, "loc": { "start": { - "line": 826, + "line": 842, "column": 25 }, "end": { - "line": 826, + "line": 842, "column": 31 } } @@ -324486,15 +332161,15 @@ "binop": null, "updateContext": null }, - "start": 32117, - "end": 32118, + "start": 32780, + "end": 32781, "loc": { "start": { - "line": 826, + "line": 842, "column": 31 }, "end": { - "line": 826, + "line": 842, "column": 32 } } @@ -324512,15 +332187,15 @@ "binop": null }, "value": "surfer", - "start": 32118, - "end": 32124, + "start": 32781, + "end": 32787, "loc": { "start": { - "line": 826, + "line": 842, "column": 32 }, "end": { - "line": 826, + "line": 842, "column": 38 } } @@ -324538,15 +332213,15 @@ "binop": null, "updateContext": null }, - "start": 32124, - "end": 32125, + "start": 32787, + "end": 32788, "loc": { "start": { - "line": 826, + "line": 842, "column": 38 }, "end": { - "line": 826, + "line": 842, "column": 39 } } @@ -324564,15 +332239,15 @@ "binop": null }, "value": "microphone", - "start": 32125, - "end": 32135, + "start": 32788, + "end": 32798, "loc": { "start": { - "line": 826, + "line": 842, "column": 39 }, "end": { - "line": 826, + "line": 842, "column": 49 } } @@ -324590,15 +332265,15 @@ "binop": null, "updateContext": null }, - "start": 32135, - "end": 32136, + "start": 32798, + "end": 32799, "loc": { "start": { - "line": 826, + "line": 842, "column": 49 }, "end": { - "line": 826, + "line": 842, "column": 50 } } @@ -324616,15 +332291,15 @@ "binop": null }, "value": "play", - "start": 32136, - "end": 32140, + "start": 32799, + "end": 32803, "loc": { "start": { - "line": 826, + "line": 842, "column": 50 }, "end": { - "line": 826, + "line": 842, "column": 54 } } @@ -324641,15 +332316,15 @@ "postfix": false, "binop": null }, - "start": 32140, - "end": 32141, + "start": 32803, + "end": 32804, "loc": { "start": { - "line": 826, + "line": 842, "column": 54 }, "end": { - "line": 826, + "line": 842, "column": 55 } } @@ -324666,15 +332341,15 @@ "postfix": false, "binop": null }, - "start": 32141, - "end": 32142, + "start": 32804, + "end": 32805, "loc": { "start": { - "line": 826, + "line": 842, "column": 55 }, "end": { - "line": 826, + "line": 842, "column": 56 } } @@ -324692,15 +332367,15 @@ "binop": null, "updateContext": null }, - "start": 32142, - "end": 32143, + "start": 32805, + "end": 32806, "loc": { "start": { - "line": 826, + "line": 842, "column": 56 }, "end": { - "line": 826, + "line": 842, "column": 57 } } @@ -324720,15 +332395,15 @@ "updateContext": null }, "value": "break", - "start": 32164, - "end": 32169, + "start": 32827, + "end": 32832, "loc": { "start": { - "line": 827, + "line": 843, "column": 20 }, "end": { - "line": 827, + "line": 843, "column": 25 } } @@ -324746,15 +332421,15 @@ "binop": null, "updateContext": null }, - "start": 32169, - "end": 32170, + "start": 32832, + "end": 32833, "loc": { "start": { - "line": 827, + "line": 843, "column": 25 }, "end": { - "line": 827, + "line": 843, "column": 26 } } @@ -324774,15 +332449,15 @@ "updateContext": null }, "value": "case", - "start": 32188, - "end": 32192, + "start": 32851, + "end": 32855, "loc": { "start": { - "line": 829, + "line": 845, "column": 16 }, "end": { - "line": 829, + "line": 845, "column": 20 } } @@ -324800,15 +332475,15 @@ "binop": null }, "value": "VIDEO_ONLY", - "start": 32193, - "end": 32203, + "start": 32856, + "end": 32866, "loc": { "start": { - "line": 829, + "line": 845, "column": 21 }, "end": { - "line": 829, + "line": 845, "column": 31 } } @@ -324826,15 +332501,15 @@ "binop": null, "updateContext": null }, - "start": 32203, - "end": 32204, + "start": 32866, + "end": 32867, "loc": { "start": { - "line": 829, + "line": 845, "column": 31 }, "end": { - "line": 829, + "line": 845, "column": 32 } } @@ -324854,15 +332529,15 @@ "updateContext": null }, "value": "case", - "start": 32221, - "end": 32225, + "start": 32884, + "end": 32888, "loc": { "start": { - "line": 830, + "line": 846, "column": 16 }, "end": { - "line": 830, + "line": 846, "column": 20 } } @@ -324880,15 +332555,15 @@ "binop": null }, "value": "AUDIO_VIDEO", - "start": 32226, - "end": 32237, + "start": 32889, + "end": 32900, "loc": { "start": { - "line": 830, + "line": 846, "column": 21 }, "end": { - "line": 830, + "line": 846, "column": 32 } } @@ -324906,15 +332581,15 @@ "binop": null, "updateContext": null }, - "start": 32237, - "end": 32238, + "start": 32900, + "end": 32901, "loc": { "start": { - "line": 830, + "line": 846, "column": 32 }, "end": { - "line": 830, + "line": 846, "column": 33 } } @@ -324934,15 +332609,15 @@ "updateContext": null }, "value": "case", - "start": 32255, - "end": 32259, + "start": 32918, + "end": 32922, "loc": { "start": { - "line": 831, + "line": 847, "column": 16 }, "end": { - "line": 831, + "line": 847, "column": 20 } } @@ -324960,15 +332635,15 @@ "binop": null }, "value": "AUDIO_SCREEN", - "start": 32260, - "end": 32272, + "start": 32923, + "end": 32935, "loc": { "start": { - "line": 831, + "line": 847, "column": 21 }, "end": { - "line": 831, + "line": 847, "column": 33 } } @@ -324986,15 +332661,15 @@ "binop": null, "updateContext": null }, - "start": 32272, - "end": 32273, + "start": 32935, + "end": 32936, "loc": { "start": { - "line": 831, + "line": 847, "column": 33 }, "end": { - "line": 831, + "line": 847, "column": 34 } } @@ -325014,15 +332689,15 @@ "updateContext": null }, "value": "case", - "start": 32290, - "end": 32294, + "start": 32953, + "end": 32957, "loc": { "start": { - "line": 832, + "line": 848, "column": 16 }, "end": { - "line": 832, + "line": 848, "column": 20 } } @@ -325040,15 +332715,15 @@ "binop": null }, "value": "SCREEN_ONLY", - "start": 32295, - "end": 32306, + "start": 32958, + "end": 32969, "loc": { "start": { - "line": 832, + "line": 848, "column": 21 }, "end": { - "line": 832, + "line": 848, "column": 32 } } @@ -325066,15 +332741,15 @@ "binop": null, "updateContext": null }, - "start": 32306, - "end": 32307, + "start": 32969, + "end": 32970, "loc": { "start": { - "line": 832, + "line": 848, "column": 32 }, "end": { - "line": 832, + "line": 848, "column": 33 } } @@ -325082,15 +332757,15 @@ { "type": "CommentLine", "value": " preview video stream in video element", - "start": 32328, - "end": 32368, + "start": 32991, + "end": 33031, "loc": { "start": { - "line": 833, + "line": 849, "column": 20 }, "end": { - "line": 833, + "line": 849, "column": 60 } } @@ -325110,15 +332785,15 @@ "updateContext": null }, "value": "this", - "start": 32389, - "end": 32393, + "start": 33052, + "end": 33056, "loc": { "start": { - "line": 834, + "line": 850, "column": 20 }, "end": { - "line": 834, + "line": 850, "column": 24 } } @@ -325136,15 +332811,15 @@ "binop": null, "updateContext": null }, - "start": 32393, - "end": 32394, + "start": 33056, + "end": 33057, "loc": { "start": { - "line": 834, + "line": 850, "column": 24 }, "end": { - "line": 834, + "line": 850, "column": 25 } } @@ -325162,15 +332837,15 @@ "binop": null }, "value": "startVideoPreview", - "start": 32394, - "end": 32411, + "start": 33057, + "end": 33074, "loc": { "start": { - "line": 834, + "line": 850, "column": 25 }, "end": { - "line": 834, + "line": 850, "column": 42 } } @@ -325187,15 +332862,15 @@ "postfix": false, "binop": null }, - "start": 32411, - "end": 32412, + "start": 33074, + "end": 33075, "loc": { "start": { - "line": 834, + "line": 850, "column": 42 }, "end": { - "line": 834, + "line": 850, "column": 43 } } @@ -325212,15 +332887,15 @@ "postfix": false, "binop": null }, - "start": 32412, - "end": 32413, + "start": 33075, + "end": 33076, "loc": { "start": { - "line": 834, + "line": 850, "column": 43 }, "end": { - "line": 834, + "line": 850, "column": 44 } } @@ -325238,15 +332913,15 @@ "binop": null, "updateContext": null }, - "start": 32413, - "end": 32414, + "start": 33076, + "end": 33077, "loc": { "start": { - "line": 834, + "line": 850, "column": 44 }, "end": { - "line": 834, + "line": 850, "column": 45 } } @@ -325266,15 +332941,15 @@ "updateContext": null }, "value": "break", - "start": 32435, - "end": 32440, + "start": 33098, + "end": 33103, "loc": { "start": { - "line": 835, + "line": 851, "column": 20 }, "end": { - "line": 835, + "line": 851, "column": 25 } } @@ -325292,15 +332967,15 @@ "binop": null, "updateContext": null }, - "start": 32440, - "end": 32441, + "start": 33103, + "end": 33104, "loc": { "start": { - "line": 835, + "line": 851, "column": 25 }, "end": { - "line": 835, + "line": 851, "column": 26 } } @@ -325320,15 +332995,15 @@ "updateContext": null }, "value": "case", - "start": 32459, - "end": 32463, + "start": 33122, + "end": 33126, "loc": { "start": { - "line": 837, + "line": 853, "column": 16 }, "end": { - "line": 837, + "line": 853, "column": 20 } } @@ -325346,15 +333021,15 @@ "binop": null }, "value": "ANIMATION", - "start": 32464, - "end": 32473, + "start": 33127, + "end": 33136, "loc": { "start": { - "line": 837, + "line": 853, "column": 21 }, "end": { - "line": 837, + "line": 853, "column": 30 } } @@ -325372,15 +333047,15 @@ "binop": null, "updateContext": null }, - "start": 32473, - "end": 32474, + "start": 33136, + "end": 33137, "loc": { "start": { - "line": 837, + "line": 853, "column": 30 }, "end": { - "line": 837, + "line": 853, "column": 31 } } @@ -325388,15 +333063,15 @@ { "type": "CommentLine", "value": " hide the first frame", - "start": 32495, - "end": 32518, + "start": 33158, + "end": 33181, "loc": { "start": { - "line": 838, + "line": 854, "column": 20 }, "end": { - "line": 838, + "line": 854, "column": 43 } } @@ -325416,15 +333091,15 @@ "updateContext": null }, "value": "this", - "start": 32539, - "end": 32543, + "start": 33202, + "end": 33206, "loc": { "start": { - "line": 839, + "line": 855, "column": 20 }, "end": { - "line": 839, + "line": 855, "column": 24 } } @@ -325442,15 +333117,15 @@ "binop": null, "updateContext": null }, - "start": 32543, - "end": 32544, + "start": 33206, + "end": 33207, "loc": { "start": { - "line": 839, + "line": 855, "column": 24 }, "end": { - "line": 839, + "line": 855, "column": 25 } } @@ -325468,15 +333143,15 @@ "binop": null }, "value": "player", - "start": 32544, - "end": 32550, + "start": 33207, + "end": 33213, "loc": { "start": { - "line": 839, + "line": 855, "column": 25 }, "end": { - "line": 839, + "line": 855, "column": 31 } } @@ -325494,15 +333169,15 @@ "binop": null, "updateContext": null }, - "start": 32550, - "end": 32551, + "start": 33213, + "end": 33214, "loc": { "start": { - "line": 839, + "line": 855, "column": 31 }, "end": { - "line": 839, + "line": 855, "column": 32 } } @@ -325520,15 +333195,15 @@ "binop": null }, "value": "recordCanvas", - "start": 32551, - "end": 32563, + "start": 33214, + "end": 33226, "loc": { "start": { - "line": 839, + "line": 855, "column": 32 }, "end": { - "line": 839, + "line": 855, "column": 44 } } @@ -325546,15 +333221,15 @@ "binop": null, "updateContext": null }, - "start": 32563, - "end": 32564, + "start": 33226, + "end": 33227, "loc": { "start": { - "line": 839, + "line": 855, "column": 44 }, "end": { - "line": 839, + "line": 855, "column": 45 } } @@ -325572,15 +333247,15 @@ "binop": null }, "value": "hide", - "start": 32564, - "end": 32568, + "start": 33227, + "end": 33231, "loc": { "start": { - "line": 839, + "line": 855, "column": 45 }, "end": { - "line": 839, + "line": 855, "column": 49 } } @@ -325597,15 +333272,15 @@ "postfix": false, "binop": null }, - "start": 32568, - "end": 32569, + "start": 33231, + "end": 33232, "loc": { "start": { - "line": 839, + "line": 855, "column": 49 }, "end": { - "line": 839, + "line": 855, "column": 50 } } @@ -325622,15 +333297,15 @@ "postfix": false, "binop": null }, - "start": 32569, - "end": 32570, + "start": 33232, + "end": 33233, "loc": { "start": { - "line": 839, + "line": 855, "column": 50 }, "end": { - "line": 839, + "line": 855, "column": 51 } } @@ -325648,15 +333323,15 @@ "binop": null, "updateContext": null }, - "start": 32570, - "end": 32571, + "start": 33233, + "end": 33234, "loc": { "start": { - "line": 839, + "line": 855, "column": 51 }, "end": { - "line": 839, + "line": 855, "column": 52 } } @@ -325664,15 +333339,15 @@ { "type": "CommentLine", "value": " hide the animation", - "start": 32593, - "end": 32614, + "start": 33256, + "end": 33277, "loc": { "start": { - "line": 841, + "line": 857, "column": 20 }, "end": { - "line": 841, + "line": 857, "column": 41 } } @@ -325692,15 +333367,15 @@ "updateContext": null }, "value": "this", - "start": 32635, - "end": 32639, + "start": 33298, + "end": 33302, "loc": { "start": { - "line": 842, + "line": 858, "column": 20 }, "end": { - "line": 842, + "line": 858, "column": 24 } } @@ -325718,15 +333393,15 @@ "binop": null, "updateContext": null }, - "start": 32639, - "end": 32640, + "start": 33302, + "end": 33303, "loc": { "start": { - "line": 842, + "line": 858, "column": 24 }, "end": { - "line": 842, + "line": 858, "column": 25 } } @@ -325744,15 +333419,15 @@ "binop": null }, "value": "player", - "start": 32640, - "end": 32646, + "start": 33303, + "end": 33309, "loc": { "start": { - "line": 842, + "line": 858, "column": 25 }, "end": { - "line": 842, + "line": 858, "column": 31 } } @@ -325770,15 +333445,15 @@ "binop": null, "updateContext": null }, - "start": 32646, - "end": 32647, + "start": 33309, + "end": 33310, "loc": { "start": { - "line": 842, + "line": 858, "column": 31 }, "end": { - "line": 842, + "line": 858, "column": 32 } } @@ -325796,15 +333471,15 @@ "binop": null }, "value": "animationDisplay", - "start": 32647, - "end": 32663, + "start": 33310, + "end": 33326, "loc": { "start": { - "line": 842, + "line": 858, "column": 32 }, "end": { - "line": 842, + "line": 858, "column": 48 } } @@ -325822,15 +333497,15 @@ "binop": null, "updateContext": null }, - "start": 32663, - "end": 32664, + "start": 33326, + "end": 33327, "loc": { "start": { - "line": 842, + "line": 858, "column": 48 }, "end": { - "line": 842, + "line": 858, "column": 49 } } @@ -325848,15 +333523,15 @@ "binop": null }, "value": "hide", - "start": 32664, - "end": 32668, + "start": 33327, + "end": 33331, "loc": { "start": { - "line": 842, + "line": 858, "column": 49 }, "end": { - "line": 842, + "line": 858, "column": 53 } } @@ -325873,15 +333548,15 @@ "postfix": false, "binop": null }, - "start": 32668, - "end": 32669, + "start": 33331, + "end": 33332, "loc": { "start": { - "line": 842, + "line": 858, "column": 53 }, "end": { - "line": 842, + "line": 858, "column": 54 } } @@ -325898,15 +333573,15 @@ "postfix": false, "binop": null }, - "start": 32669, - "end": 32670, + "start": 33332, + "end": 33333, "loc": { "start": { - "line": 842, + "line": 858, "column": 54 }, "end": { - "line": 842, + "line": 858, "column": 55 } } @@ -325924,15 +333599,15 @@ "binop": null, "updateContext": null }, - "start": 32670, - "end": 32671, + "start": 33333, + "end": 33334, "loc": { "start": { - "line": 842, + "line": 858, "column": 55 }, "end": { - "line": 842, + "line": 858, "column": 56 } } @@ -325940,15 +333615,15 @@ { "type": "CommentLine", "value": " show preview video", - "start": 32693, - "end": 32714, + "start": 33356, + "end": 33377, "loc": { "start": { - "line": 844, + "line": 860, "column": 20 }, "end": { - "line": 844, + "line": 860, "column": 41 } } @@ -325968,15 +333643,15 @@ "updateContext": null }, "value": "this", - "start": 32735, - "end": 32739, + "start": 33398, + "end": 33402, "loc": { "start": { - "line": 845, + "line": 861, "column": 20 }, "end": { - "line": 845, + "line": 861, "column": 24 } } @@ -325994,15 +333669,15 @@ "binop": null, "updateContext": null }, - "start": 32739, - "end": 32740, + "start": 33402, + "end": 33403, "loc": { "start": { - "line": 845, + "line": 861, "column": 24 }, "end": { - "line": 845, + "line": 861, "column": 25 } } @@ -326020,15 +333695,15 @@ "binop": null }, "value": "mediaElement", - "start": 32740, - "end": 32752, + "start": 33403, + "end": 33415, "loc": { "start": { - "line": 845, + "line": 861, "column": 25 }, "end": { - "line": 845, + "line": 861, "column": 37 } } @@ -326046,15 +333721,15 @@ "binop": null, "updateContext": null }, - "start": 32752, - "end": 32753, + "start": 33415, + "end": 33416, "loc": { "start": { - "line": 845, + "line": 861, "column": 37 }, "end": { - "line": 845, + "line": 861, "column": 38 } } @@ -326072,15 +333747,15 @@ "binop": null }, "value": "style", - "start": 32753, - "end": 32758, + "start": 33416, + "end": 33421, "loc": { "start": { - "line": 845, + "line": 861, "column": 38 }, "end": { - "line": 845, + "line": 861, "column": 43 } } @@ -326098,15 +333773,15 @@ "binop": null, "updateContext": null }, - "start": 32758, - "end": 32759, + "start": 33421, + "end": 33422, "loc": { "start": { - "line": 845, + "line": 861, "column": 43 }, "end": { - "line": 845, + "line": 861, "column": 44 } } @@ -326124,15 +333799,15 @@ "binop": null }, "value": "display", - "start": 32759, - "end": 32766, + "start": 33422, + "end": 33429, "loc": { "start": { - "line": 845, + "line": 861, "column": 44 }, "end": { - "line": 845, + "line": 861, "column": 51 } } @@ -326151,15 +333826,15 @@ "updateContext": null }, "value": "=", - "start": 32767, - "end": 32768, + "start": 33430, + "end": 33431, "loc": { "start": { - "line": 845, + "line": 861, "column": 52 }, "end": { - "line": 845, + "line": 861, "column": 53 } } @@ -326178,15 +333853,15 @@ "updateContext": null }, "value": "block", - "start": 32769, - "end": 32776, + "start": 33432, + "end": 33439, "loc": { "start": { - "line": 845, + "line": 861, "column": 54 }, "end": { - "line": 845, + "line": 861, "column": 61 } } @@ -326204,15 +333879,15 @@ "binop": null, "updateContext": null }, - "start": 32776, - "end": 32777, + "start": 33439, + "end": 33440, "loc": { "start": { - "line": 845, + "line": 861, "column": 61 }, "end": { - "line": 845, + "line": 861, "column": 62 } } @@ -326220,15 +333895,15 @@ { "type": "CommentLine", "value": " for animations, capture the first frame", - "start": 32799, - "end": 32841, + "start": 33462, + "end": 33504, "loc": { "start": { - "line": 847, + "line": 863, "column": 20 }, "end": { - "line": 847, + "line": 863, "column": 62 } } @@ -326236,15 +333911,15 @@ { "type": "CommentLine", "value": " that can be displayed as soon as recording", - "start": 32862, - "end": 32907, + "start": 33525, + "end": 33570, "loc": { "start": { - "line": 848, + "line": 864, "column": 20 }, "end": { - "line": 848, + "line": 864, "column": 65 } } @@ -326252,15 +333927,15 @@ { "type": "CommentLine", "value": " is complete", - "start": 32928, - "end": 32942, + "start": 33591, + "end": 33605, "loc": { "start": { - "line": 849, + "line": 865, "column": 20 }, "end": { - "line": 849, + "line": 865, "column": 34 } } @@ -326280,15 +333955,15 @@ "updateContext": null }, "value": "this", - "start": 32963, - "end": 32967, + "start": 33626, + "end": 33630, "loc": { "start": { - "line": 850, + "line": 866, "column": 20 }, "end": { - "line": 850, + "line": 866, "column": 24 } } @@ -326306,15 +333981,15 @@ "binop": null, "updateContext": null }, - "start": 32967, - "end": 32968, + "start": 33630, + "end": 33631, "loc": { "start": { - "line": 850, + "line": 866, "column": 24 }, "end": { - "line": 850, + "line": 866, "column": 25 } } @@ -326332,15 +334007,15 @@ "binop": null }, "value": "captureFrame", - "start": 32968, - "end": 32980, + "start": 33631, + "end": 33643, "loc": { "start": { - "line": 850, + "line": 866, "column": 25 }, "end": { - "line": 850, + "line": 866, "column": 37 } } @@ -326357,15 +334032,15 @@ "postfix": false, "binop": null }, - "start": 32980, - "end": 32981, + "start": 33643, + "end": 33644, "loc": { "start": { - "line": 850, + "line": 866, "column": 37 }, "end": { - "line": 850, + "line": 866, "column": 38 } } @@ -326382,15 +334057,15 @@ "postfix": false, "binop": null }, - "start": 32981, - "end": 32982, + "start": 33644, + "end": 33645, "loc": { "start": { - "line": 850, + "line": 866, "column": 38 }, "end": { - "line": 850, + "line": 866, "column": 39 } } @@ -326408,15 +334083,15 @@ "binop": null, "updateContext": null }, - "start": 32982, - "end": 32983, + "start": 33645, + "end": 33646, "loc": { "start": { - "line": 850, + "line": 866, "column": 39 }, "end": { - "line": 850, + "line": 866, "column": 40 } } @@ -326434,15 +334109,15 @@ "binop": null }, "value": "then", - "start": 32983, - "end": 32987, + "start": 33646, + "end": 33650, "loc": { "start": { - "line": 850, + "line": 866, "column": 40 }, "end": { - "line": 850, + "line": 866, "column": 44 } } @@ -326459,15 +334134,15 @@ "postfix": false, "binop": null }, - "start": 32987, - "end": 32988, + "start": 33650, + "end": 33651, "loc": { "start": { - "line": 850, + "line": 866, "column": 44 }, "end": { - "line": 850, + "line": 866, "column": 45 } } @@ -326484,15 +334159,15 @@ "postfix": false, "binop": null }, - "start": 32988, - "end": 32989, + "start": 33651, + "end": 33652, "loc": { "start": { - "line": 850, + "line": 866, "column": 45 }, "end": { - "line": 850, + "line": 866, "column": 46 } } @@ -326510,15 +334185,15 @@ "binop": null }, "value": "result", - "start": 32989, - "end": 32995, + "start": 33652, + "end": 33658, "loc": { "start": { - "line": 850, + "line": 866, "column": 46 }, "end": { - "line": 850, + "line": 866, "column": 52 } } @@ -326535,15 +334210,15 @@ "postfix": false, "binop": null }, - "start": 32995, - "end": 32996, + "start": 33658, + "end": 33659, "loc": { "start": { - "line": 850, + "line": 866, "column": 52 }, "end": { - "line": 850, + "line": 866, "column": 53 } } @@ -326561,15 +334236,15 @@ "binop": null, "updateContext": null }, - "start": 32997, - "end": 32999, + "start": 33660, + "end": 33662, "loc": { "start": { - "line": 850, + "line": 866, "column": 54 }, "end": { - "line": 850, + "line": 866, "column": 56 } } @@ -326586,15 +334261,15 @@ "postfix": false, "binop": null }, - "start": 33000, - "end": 33001, + "start": 33663, + "end": 33664, "loc": { "start": { - "line": 850, + "line": 866, "column": 57 }, "end": { - "line": 850, + "line": 866, "column": 58 } } @@ -326602,15 +334277,15 @@ { "type": "CommentLine", "value": " start video preview **after** capturing first frame", - "start": 33026, - "end": 33080, + "start": 33689, + "end": 33743, "loc": { "start": { - "line": 851, + "line": 867, "column": 24 }, "end": { - "line": 851, + "line": 867, "column": 78 } } @@ -326630,15 +334305,15 @@ "updateContext": null }, "value": "this", - "start": 33105, - "end": 33109, + "start": 33768, + "end": 33772, "loc": { "start": { - "line": 852, + "line": 868, "column": 24 }, "end": { - "line": 852, + "line": 868, "column": 28 } } @@ -326656,15 +334331,15 @@ "binop": null, "updateContext": null }, - "start": 33109, - "end": 33110, + "start": 33772, + "end": 33773, "loc": { "start": { - "line": 852, + "line": 868, "column": 28 }, "end": { - "line": 852, + "line": 868, "column": 29 } } @@ -326682,15 +334357,15 @@ "binop": null }, "value": "startVideoPreview", - "start": 33110, - "end": 33127, + "start": 33773, + "end": 33790, "loc": { "start": { - "line": 852, + "line": 868, "column": 29 }, "end": { - "line": 852, + "line": 868, "column": 46 } } @@ -326707,15 +334382,15 @@ "postfix": false, "binop": null }, - "start": 33127, - "end": 33128, + "start": 33790, + "end": 33791, "loc": { "start": { - "line": 852, + "line": 868, "column": 46 }, "end": { - "line": 852, + "line": 868, "column": 47 } } @@ -326732,15 +334407,15 @@ "postfix": false, "binop": null }, - "start": 33128, - "end": 33129, + "start": 33791, + "end": 33792, "loc": { "start": { - "line": 852, + "line": 868, "column": 47 }, "end": { - "line": 852, + "line": 868, "column": 48 } } @@ -326758,15 +334433,15 @@ "binop": null, "updateContext": null }, - "start": 33129, - "end": 33130, + "start": 33792, + "end": 33793, "loc": { "start": { - "line": 852, + "line": 868, "column": 48 }, "end": { - "line": 852, + "line": 868, "column": 49 } } @@ -326783,15 +334458,15 @@ "postfix": false, "binop": null }, - "start": 33151, - "end": 33152, + "start": 33814, + "end": 33815, "loc": { "start": { - "line": 853, + "line": 869, "column": 20 }, "end": { - "line": 853, + "line": 869, "column": 21 } } @@ -326808,15 +334483,15 @@ "postfix": false, "binop": null }, - "start": 33152, - "end": 33153, + "start": 33815, + "end": 33816, "loc": { "start": { - "line": 853, + "line": 869, "column": 21 }, "end": { - "line": 853, + "line": 869, "column": 22 } } @@ -326834,15 +334509,15 @@ "binop": null, "updateContext": null }, - "start": 33153, - "end": 33154, + "start": 33816, + "end": 33817, "loc": { "start": { - "line": 853, + "line": 869, "column": 22 }, "end": { - "line": 853, + "line": 869, "column": 23 } } @@ -326862,15 +334537,15 @@ "updateContext": null }, "value": "break", - "start": 33175, - "end": 33180, + "start": 33838, + "end": 33843, "loc": { "start": { - "line": 854, + "line": 870, "column": 20 }, "end": { - "line": 854, + "line": 870, "column": 25 } } @@ -326888,15 +334563,15 @@ "binop": null, "updateContext": null }, - "start": 33180, - "end": 33181, + "start": 33843, + "end": 33844, "loc": { "start": { - "line": 854, + "line": 870, "column": 25 }, "end": { - "line": 854, + "line": 870, "column": 26 } } @@ -326913,15 +334588,15 @@ "postfix": false, "binop": null }, - "start": 33194, - "end": 33195, + "start": 33857, + "end": 33858, "loc": { "start": { - "line": 855, + "line": 871, "column": 12 }, "end": { - "line": 855, + "line": 871, "column": 13 } } @@ -326941,15 +334616,15 @@ "updateContext": null }, "value": "if", - "start": 33209, - "end": 33211, + "start": 33872, + "end": 33874, "loc": { "start": { - "line": 857, + "line": 873, "column": 12 }, "end": { - "line": 857, + "line": 873, "column": 14 } } @@ -326966,15 +334641,15 @@ "postfix": false, "binop": null }, - "start": 33212, - "end": 33213, + "start": 33875, + "end": 33876, "loc": { "start": { - "line": 857, + "line": 873, "column": 15 }, "end": { - "line": 857, + "line": 873, "column": 16 } } @@ -326994,15 +334669,15 @@ "updateContext": null }, "value": "this", - "start": 33213, - "end": 33217, + "start": 33876, + "end": 33880, "loc": { "start": { - "line": 857, + "line": 873, "column": 16 }, "end": { - "line": 857, + "line": 873, "column": 20 } } @@ -327020,15 +334695,15 @@ "binop": null, "updateContext": null }, - "start": 33217, - "end": 33218, + "start": 33880, + "end": 33881, "loc": { "start": { - "line": 857, + "line": 873, "column": 20 }, "end": { - "line": 857, + "line": 873, "column": 21 } } @@ -327046,15 +334721,15 @@ "binop": null }, "value": "autoMuteDevice", - "start": 33218, - "end": 33232, + "start": 33881, + "end": 33895, "loc": { "start": { - "line": 857, + "line": 873, "column": 21 }, "end": { - "line": 857, + "line": 873, "column": 35 } } @@ -327071,15 +334746,15 @@ "postfix": false, "binop": null }, - "start": 33232, - "end": 33233, + "start": 33895, + "end": 33896, "loc": { "start": { - "line": 857, + "line": 873, "column": 35 }, "end": { - "line": 857, + "line": 873, "column": 36 } } @@ -327096,15 +334771,15 @@ "postfix": false, "binop": null }, - "start": 33234, - "end": 33235, + "start": 33897, + "end": 33898, "loc": { "start": { - "line": 857, + "line": 873, "column": 37 }, "end": { - "line": 857, + "line": 873, "column": 38 } } @@ -327112,15 +334787,15 @@ { "type": "CommentLine", "value": " unmute device", - "start": 33252, - "end": 33268, + "start": 33915, + "end": 33931, "loc": { "start": { - "line": 858, + "line": 874, "column": 16 }, "end": { - "line": 858, + "line": 874, "column": 32 } } @@ -327140,15 +334815,15 @@ "updateContext": null }, "value": "this", - "start": 33285, - "end": 33289, + "start": 33948, + "end": 33952, "loc": { "start": { - "line": 859, + "line": 875, "column": 16 }, "end": { - "line": 859, + "line": 875, "column": 20 } } @@ -327166,15 +334841,15 @@ "binop": null, "updateContext": null }, - "start": 33289, - "end": 33290, + "start": 33952, + "end": 33953, "loc": { "start": { - "line": 859, + "line": 875, "column": 20 }, "end": { - "line": 859, + "line": 875, "column": 21 } } @@ -327192,15 +334867,15 @@ "binop": null }, "value": "muteTracks", - "start": 33290, - "end": 33300, + "start": 33953, + "end": 33963, "loc": { "start": { - "line": 859, + "line": 875, "column": 21 }, "end": { - "line": 859, + "line": 875, "column": 31 } } @@ -327217,15 +334892,15 @@ "postfix": false, "binop": null }, - "start": 33300, - "end": 33301, + "start": 33963, + "end": 33964, "loc": { "start": { - "line": 859, + "line": 875, "column": 31 }, "end": { - "line": 859, + "line": 875, "column": 32 } } @@ -327245,15 +334920,15 @@ "updateContext": null }, "value": "false", - "start": 33301, - "end": 33306, + "start": 33964, + "end": 33969, "loc": { "start": { - "line": 859, + "line": 875, "column": 32 }, "end": { - "line": 859, + "line": 875, "column": 37 } } @@ -327270,15 +334945,15 @@ "postfix": false, "binop": null }, - "start": 33306, - "end": 33307, + "start": 33969, + "end": 33970, "loc": { "start": { - "line": 859, + "line": 875, "column": 37 }, "end": { - "line": 859, + "line": 875, "column": 38 } } @@ -327296,15 +334971,15 @@ "binop": null, "updateContext": null }, - "start": 33307, - "end": 33308, + "start": 33970, + "end": 33971, "loc": { "start": { - "line": 859, + "line": 875, "column": 38 }, "end": { - "line": 859, + "line": 875, "column": 39 } } @@ -327321,15 +334996,15 @@ "postfix": false, "binop": null }, - "start": 33321, - "end": 33322, + "start": 33984, + "end": 33985, "loc": { "start": { - "line": 860, + "line": 876, "column": 12 }, "end": { - "line": 860, + "line": 876, "column": 13 } } @@ -327337,15 +335012,15 @@ { "type": "CommentLine", "value": " start recording", - "start": 33336, - "end": 33354, + "start": 33999, + "end": 34017, "loc": { "start": { - "line": 862, + "line": 878, "column": 12 }, "end": { - "line": 862, + "line": 878, "column": 30 } } @@ -327365,15 +335040,15 @@ "updateContext": null }, "value": "switch", - "start": 33367, - "end": 33373, + "start": 34030, + "end": 34036, "loc": { "start": { - "line": 863, + "line": 879, "column": 12 }, "end": { - "line": 863, + "line": 879, "column": 18 } } @@ -327390,15 +335065,15 @@ "postfix": false, "binop": null }, - "start": 33374, - "end": 33375, + "start": 34037, + "end": 34038, "loc": { "start": { - "line": 863, + "line": 879, "column": 19 }, "end": { - "line": 863, + "line": 879, "column": 20 } } @@ -327418,15 +335093,15 @@ "updateContext": null }, "value": "this", - "start": 33375, - "end": 33379, + "start": 34038, + "end": 34042, "loc": { "start": { - "line": 863, + "line": 879, "column": 20 }, "end": { - "line": 863, + "line": 879, "column": 24 } } @@ -327444,15 +335119,15 @@ "binop": null, "updateContext": null }, - "start": 33379, - "end": 33380, + "start": 34042, + "end": 34043, "loc": { "start": { - "line": 863, + "line": 879, "column": 24 }, "end": { - "line": 863, + "line": 879, "column": 25 } } @@ -327470,15 +335145,15 @@ "binop": null }, "value": "getRecordType", - "start": 33380, - "end": 33393, + "start": 34043, + "end": 34056, "loc": { "start": { - "line": 863, + "line": 879, "column": 25 }, "end": { - "line": 863, + "line": 879, "column": 38 } } @@ -327495,15 +335170,15 @@ "postfix": false, "binop": null }, - "start": 33393, - "end": 33394, + "start": 34056, + "end": 34057, "loc": { "start": { - "line": 863, + "line": 879, "column": 38 }, "end": { - "line": 863, + "line": 879, "column": 39 } } @@ -327520,15 +335195,15 @@ "postfix": false, "binop": null }, - "start": 33394, - "end": 33395, + "start": 34057, + "end": 34058, "loc": { "start": { - "line": 863, + "line": 879, "column": 39 }, "end": { - "line": 863, + "line": 879, "column": 40 } } @@ -327545,15 +335220,15 @@ "postfix": false, "binop": null }, - "start": 33395, - "end": 33396, + "start": 34058, + "end": 34059, "loc": { "start": { - "line": 863, + "line": 879, "column": 40 }, "end": { - "line": 863, + "line": 879, "column": 41 } } @@ -327570,15 +335245,15 @@ "postfix": false, "binop": null }, - "start": 33397, - "end": 33398, + "start": 34060, + "end": 34061, "loc": { "start": { - "line": 863, + "line": 879, "column": 42 }, "end": { - "line": 863, + "line": 879, "column": 43 } } @@ -327598,15 +335273,15 @@ "updateContext": null }, "value": "case", - "start": 33415, - "end": 33419, + "start": 34078, + "end": 34082, "loc": { "start": { - "line": 864, + "line": 880, "column": 16 }, "end": { - "line": 864, + "line": 880, "column": 20 } } @@ -327624,15 +335299,15 @@ "binop": null }, "value": "IMAGE_ONLY", - "start": 33420, - "end": 33430, + "start": 34083, + "end": 34093, "loc": { "start": { - "line": 864, + "line": 880, "column": 21 }, "end": { - "line": 864, + "line": 880, "column": 31 } } @@ -327650,15 +335325,15 @@ "binop": null, "updateContext": null }, - "start": 33430, - "end": 33431, + "start": 34093, + "end": 34094, "loc": { "start": { - "line": 864, + "line": 880, "column": 31 }, "end": { - "line": 864, + "line": 880, "column": 32 } } @@ -327666,15 +335341,15 @@ { "type": "CommentLine", "value": " create snapshot", - "start": 33452, - "end": 33470, + "start": 34115, + "end": 34133, "loc": { "start": { - "line": 865, + "line": 881, "column": 20 }, "end": { - "line": 865, + "line": 881, "column": 38 } } @@ -327694,15 +335369,15 @@ "updateContext": null }, "value": "this", - "start": 33491, - "end": 33495, + "start": 34154, + "end": 34158, "loc": { "start": { - "line": 866, + "line": 882, "column": 20 }, "end": { - "line": 866, + "line": 882, "column": 24 } } @@ -327720,15 +335395,15 @@ "binop": null, "updateContext": null }, - "start": 33495, - "end": 33496, + "start": 34158, + "end": 34159, "loc": { "start": { - "line": 866, + "line": 882, "column": 24 }, "end": { - "line": 866, + "line": 882, "column": 25 } } @@ -327746,15 +335421,15 @@ "binop": null }, "value": "createSnapshot", - "start": 33496, - "end": 33510, + "start": 34159, + "end": 34173, "loc": { "start": { - "line": 866, + "line": 882, "column": 25 }, "end": { - "line": 866, + "line": 882, "column": 39 } } @@ -327771,15 +335446,15 @@ "postfix": false, "binop": null }, - "start": 33510, - "end": 33511, + "start": 34173, + "end": 34174, "loc": { "start": { - "line": 866, + "line": 882, "column": 39 }, "end": { - "line": 866, + "line": 882, "column": 40 } } @@ -327796,15 +335471,15 @@ "postfix": false, "binop": null }, - "start": 33511, - "end": 33512, + "start": 34174, + "end": 34175, "loc": { "start": { - "line": 866, + "line": 882, "column": 40 }, "end": { - "line": 866, + "line": 882, "column": 41 } } @@ -327822,15 +335497,15 @@ "binop": null, "updateContext": null }, - "start": 33512, - "end": 33513, + "start": 34175, + "end": 34176, "loc": { "start": { - "line": 866, + "line": 882, "column": 41 }, "end": { - "line": 866, + "line": 882, "column": 42 } } @@ -327838,15 +335513,15 @@ { "type": "CommentLine", "value": " notify UI", - "start": 33535, - "end": 33547, + "start": 34198, + "end": 34210, "loc": { "start": { - "line": 868, + "line": 884, "column": 20 }, "end": { - "line": 868, + "line": 884, "column": 32 } } @@ -327866,15 +335541,15 @@ "updateContext": null }, "value": "this", - "start": 33568, - "end": 33572, + "start": 34231, + "end": 34235, "loc": { "start": { - "line": 869, + "line": 885, "column": 20 }, "end": { - "line": 869, + "line": 885, "column": 24 } } @@ -327892,15 +335567,15 @@ "binop": null, "updateContext": null }, - "start": 33572, - "end": 33573, + "start": 34235, + "end": 34236, "loc": { "start": { - "line": 869, + "line": 885, "column": 24 }, "end": { - "line": 869, + "line": 885, "column": 25 } } @@ -327918,15 +335593,15 @@ "binop": null }, "value": "player", - "start": 33573, - "end": 33579, + "start": 34236, + "end": 34242, "loc": { "start": { - "line": 869, + "line": 885, "column": 25 }, "end": { - "line": 869, + "line": 885, "column": 31 } } @@ -327944,15 +335619,15 @@ "binop": null, "updateContext": null }, - "start": 33579, - "end": 33580, + "start": 34242, + "end": 34243, "loc": { "start": { - "line": 869, + "line": 885, "column": 31 }, "end": { - "line": 869, + "line": 885, "column": 32 } } @@ -327970,15 +335645,15 @@ "binop": null }, "value": "trigger", - "start": 33580, - "end": 33587, + "start": 34243, + "end": 34250, "loc": { "start": { - "line": 869, + "line": 885, "column": 32 }, "end": { - "line": 869, + "line": 885, "column": 39 } } @@ -327995,15 +335670,15 @@ "postfix": false, "binop": null }, - "start": 33587, - "end": 33588, + "start": 34250, + "end": 34251, "loc": { "start": { - "line": 869, + "line": 885, "column": 39 }, "end": { - "line": 869, + "line": 885, "column": 40 } } @@ -328021,15 +335696,15 @@ "binop": null }, "value": "Event", - "start": 33588, - "end": 33593, + "start": 34251, + "end": 34256, "loc": { "start": { - "line": 869, + "line": 885, "column": 40 }, "end": { - "line": 869, + "line": 885, "column": 45 } } @@ -328047,15 +335722,15 @@ "binop": null, "updateContext": null }, - "start": 33593, - "end": 33594, + "start": 34256, + "end": 34257, "loc": { "start": { - "line": 869, + "line": 885, "column": 45 }, "end": { - "line": 869, + "line": 885, "column": 46 } } @@ -328073,15 +335748,15 @@ "binop": null }, "value": "START_RECORD", - "start": 33594, - "end": 33606, + "start": 34257, + "end": 34269, "loc": { "start": { - "line": 869, + "line": 885, "column": 46 }, "end": { - "line": 869, + "line": 885, "column": 58 } } @@ -328098,15 +335773,15 @@ "postfix": false, "binop": null }, - "start": 33606, - "end": 33607, + "start": 34269, + "end": 34270, "loc": { "start": { - "line": 869, + "line": 885, "column": 58 }, "end": { - "line": 869, + "line": 885, "column": 59 } } @@ -328124,15 +335799,15 @@ "binop": null, "updateContext": null }, - "start": 33607, - "end": 33608, + "start": 34270, + "end": 34271, "loc": { "start": { - "line": 869, + "line": 885, "column": 59 }, "end": { - "line": 869, + "line": 885, "column": 60 } } @@ -328152,15 +335827,15 @@ "updateContext": null }, "value": "break", - "start": 33629, - "end": 33634, + "start": 34292, + "end": 34297, "loc": { "start": { - "line": 870, + "line": 886, "column": 20 }, "end": { - "line": 870, + "line": 886, "column": 25 } } @@ -328178,15 +335853,15 @@ "binop": null, "updateContext": null }, - "start": 33634, - "end": 33635, + "start": 34297, + "end": 34298, "loc": { "start": { - "line": 870, + "line": 886, "column": 25 }, "end": { - "line": 870, + "line": 886, "column": 26 } } @@ -328206,15 +335881,15 @@ "updateContext": null }, "value": "case", - "start": 33653, - "end": 33657, + "start": 34316, + "end": 34320, "loc": { "start": { - "line": 872, + "line": 888, "column": 16 }, "end": { - "line": 872, + "line": 888, "column": 20 } } @@ -328232,15 +335907,15 @@ "binop": null }, "value": "VIDEO_ONLY", - "start": 33658, - "end": 33668, + "start": 34321, + "end": 34331, "loc": { "start": { - "line": 872, + "line": 888, "column": 21 }, "end": { - "line": 872, + "line": 888, "column": 31 } } @@ -328258,15 +335933,15 @@ "binop": null, "updateContext": null }, - "start": 33668, - "end": 33669, + "start": 34331, + "end": 34332, "loc": { "start": { - "line": 872, + "line": 888, "column": 31 }, "end": { - "line": 872, + "line": 888, "column": 32 } } @@ -328286,15 +335961,15 @@ "updateContext": null }, "value": "case", - "start": 33686, - "end": 33690, + "start": 34349, + "end": 34353, "loc": { "start": { - "line": 873, + "line": 889, "column": 16 }, "end": { - "line": 873, + "line": 889, "column": 20 } } @@ -328312,15 +335987,15 @@ "binop": null }, "value": "AUDIO_VIDEO", - "start": 33691, - "end": 33702, + "start": 34354, + "end": 34365, "loc": { "start": { - "line": 873, + "line": 889, "column": 21 }, "end": { - "line": 873, + "line": 889, "column": 32 } } @@ -328338,15 +336013,15 @@ "binop": null, "updateContext": null }, - "start": 33702, - "end": 33703, + "start": 34365, + "end": 34366, "loc": { "start": { - "line": 873, + "line": 889, "column": 32 }, "end": { - "line": 873, + "line": 889, "column": 33 } } @@ -328366,15 +336041,15 @@ "updateContext": null }, "value": "case", - "start": 33720, - "end": 33724, + "start": 34383, + "end": 34387, "loc": { "start": { - "line": 874, + "line": 890, "column": 16 }, "end": { - "line": 874, + "line": 890, "column": 20 } } @@ -328392,15 +336067,15 @@ "binop": null }, "value": "AUDIO_SCREEN", - "start": 33725, - "end": 33737, + "start": 34388, + "end": 34400, "loc": { "start": { - "line": 874, + "line": 890, "column": 21 }, "end": { - "line": 874, + "line": 890, "column": 33 } } @@ -328418,15 +336093,15 @@ "binop": null, "updateContext": null }, - "start": 33737, - "end": 33738, + "start": 34400, + "end": 34401, "loc": { "start": { - "line": 874, + "line": 890, "column": 33 }, "end": { - "line": 874, + "line": 890, "column": 34 } } @@ -328446,15 +336121,15 @@ "updateContext": null }, "value": "case", - "start": 33755, - "end": 33759, + "start": 34418, + "end": 34422, "loc": { "start": { - "line": 875, + "line": 891, "column": 16 }, "end": { - "line": 875, + "line": 891, "column": 20 } } @@ -328472,15 +336147,15 @@ "binop": null }, "value": "ANIMATION", - "start": 33760, - "end": 33769, + "start": 34423, + "end": 34432, "loc": { "start": { - "line": 875, + "line": 891, "column": 21 }, "end": { - "line": 875, + "line": 891, "column": 30 } } @@ -328498,15 +336173,15 @@ "binop": null, "updateContext": null }, - "start": 33769, - "end": 33770, + "start": 34432, + "end": 34433, "loc": { "start": { - "line": 875, + "line": 891, "column": 30 }, "end": { - "line": 875, + "line": 891, "column": 31 } } @@ -328526,15 +336201,15 @@ "updateContext": null }, "value": "case", - "start": 33787, - "end": 33791, + "start": 34450, + "end": 34454, "loc": { "start": { - "line": 876, + "line": 892, "column": 16 }, "end": { - "line": 876, + "line": 892, "column": 20 } } @@ -328552,15 +336227,15 @@ "binop": null }, "value": "SCREEN_ONLY", - "start": 33792, - "end": 33803, + "start": 34455, + "end": 34466, "loc": { "start": { - "line": 876, + "line": 892, "column": 21 }, "end": { - "line": 876, + "line": 892, "column": 32 } } @@ -328578,15 +336253,15 @@ "binop": null, "updateContext": null }, - "start": 33803, - "end": 33804, + "start": 34466, + "end": 34467, "loc": { "start": { - "line": 876, + "line": 892, "column": 32 }, "end": { - "line": 876, + "line": 892, "column": 33 } } @@ -328594,15 +336269,15 @@ { "type": "CommentLine", "value": " wait for media stream on video element to actually load", - "start": 33825, - "end": 33883, + "start": 34488, + "end": 34546, "loc": { "start": { - "line": 877, + "line": 893, "column": 20 }, "end": { - "line": 877, + "line": 893, "column": 78 } } @@ -328622,15 +336297,15 @@ "updateContext": null }, "value": "this", - "start": 33904, - "end": 33908, + "start": 34567, + "end": 34571, "loc": { "start": { - "line": 878, + "line": 894, "column": 20 }, "end": { - "line": 878, + "line": 894, "column": 24 } } @@ -328648,15 +336323,15 @@ "binop": null, "updateContext": null }, - "start": 33908, - "end": 33909, + "start": 34571, + "end": 34572, "loc": { "start": { - "line": 878, + "line": 894, "column": 24 }, "end": { - "line": 878, + "line": 894, "column": 25 } } @@ -328674,15 +336349,15 @@ "binop": null }, "value": "player", - "start": 33909, - "end": 33915, + "start": 34572, + "end": 34578, "loc": { "start": { - "line": 878, + "line": 894, "column": 25 }, "end": { - "line": 878, + "line": 894, "column": 31 } } @@ -328700,15 +336375,15 @@ "binop": null, "updateContext": null }, - "start": 33915, - "end": 33916, + "start": 34578, + "end": 34579, "loc": { "start": { - "line": 878, + "line": 894, "column": 31 }, "end": { - "line": 878, + "line": 894, "column": 32 } } @@ -328726,15 +336401,15 @@ "binop": null }, "value": "one", - "start": 33916, - "end": 33919, + "start": 34579, + "end": 34582, "loc": { "start": { - "line": 878, + "line": 894, "column": 32 }, "end": { - "line": 878, + "line": 894, "column": 35 } } @@ -328751,15 +336426,15 @@ "postfix": false, "binop": null }, - "start": 33919, - "end": 33920, + "start": 34582, + "end": 34583, "loc": { "start": { - "line": 878, + "line": 894, "column": 35 }, "end": { - "line": 878, + "line": 894, "column": 36 } } @@ -328777,15 +336452,15 @@ "binop": null }, "value": "Event", - "start": 33920, - "end": 33925, + "start": 34583, + "end": 34588, "loc": { "start": { - "line": 878, + "line": 894, "column": 36 }, "end": { - "line": 878, + "line": 894, "column": 41 } } @@ -328803,15 +336478,15 @@ "binop": null, "updateContext": null }, - "start": 33925, - "end": 33926, + "start": 34588, + "end": 34589, "loc": { "start": { - "line": 878, + "line": 894, "column": 41 }, "end": { - "line": 878, + "line": 894, "column": 42 } } @@ -328829,15 +336504,15 @@ "binop": null }, "value": "LOADEDMETADATA", - "start": 33926, - "end": 33940, + "start": 34589, + "end": 34603, "loc": { "start": { - "line": 878, + "line": 894, "column": 42 }, "end": { - "line": 878, + "line": 894, "column": 56 } } @@ -328855,15 +336530,15 @@ "binop": null, "updateContext": null }, - "start": 33940, - "end": 33941, + "start": 34603, + "end": 34604, "loc": { "start": { - "line": 878, + "line": 894, "column": 56 }, "end": { - "line": 878, + "line": 894, "column": 57 } } @@ -328880,15 +336555,15 @@ "postfix": false, "binop": null }, - "start": 33942, - "end": 33943, + "start": 34605, + "end": 34606, "loc": { "start": { - "line": 878, + "line": 894, "column": 58 }, "end": { - "line": 878, + "line": 894, "column": 59 } } @@ -328905,15 +336580,15 @@ "postfix": false, "binop": null }, - "start": 33943, - "end": 33944, + "start": 34606, + "end": 34607, "loc": { "start": { - "line": 878, + "line": 894, "column": 59 }, "end": { - "line": 878, + "line": 894, "column": 60 } } @@ -328931,15 +336606,15 @@ "binop": null, "updateContext": null }, - "start": 33945, - "end": 33947, + "start": 34608, + "end": 34610, "loc": { "start": { - "line": 878, + "line": 894, "column": 61 }, "end": { - "line": 878, + "line": 894, "column": 63 } } @@ -328956,15 +336631,15 @@ "postfix": false, "binop": null }, - "start": 33948, - "end": 33949, + "start": 34611, + "end": 34612, "loc": { "start": { - "line": 878, + "line": 894, "column": 64 }, "end": { - "line": 878, + "line": 894, "column": 65 } } @@ -328972,15 +336647,15 @@ { "type": "CommentLine", "value": " start actually recording process", - "start": 33974, - "end": 34009, + "start": 34637, + "end": 34672, "loc": { "start": { - "line": 879, + "line": 895, "column": 24 }, "end": { - "line": 879, + "line": 895, "column": 59 } } @@ -329000,15 +336675,15 @@ "updateContext": null }, "value": "this", - "start": 34034, - "end": 34038, + "start": 34697, + "end": 34701, "loc": { "start": { - "line": 880, + "line": 896, "column": 24 }, "end": { - "line": 880, + "line": 896, "column": 28 } } @@ -329026,15 +336701,15 @@ "binop": null, "updateContext": null }, - "start": 34038, - "end": 34039, + "start": 34701, + "end": 34702, "loc": { "start": { - "line": 880, + "line": 896, "column": 28 }, "end": { - "line": 880, + "line": 896, "column": 29 } } @@ -329052,15 +336727,15 @@ "binop": null }, "value": "startRecording", - "start": 34039, - "end": 34053, + "start": 34702, + "end": 34716, "loc": { "start": { - "line": 880, + "line": 896, "column": 29 }, "end": { - "line": 880, + "line": 896, "column": 43 } } @@ -329077,15 +336752,15 @@ "postfix": false, "binop": null }, - "start": 34053, - "end": 34054, + "start": 34716, + "end": 34717, "loc": { "start": { - "line": 880, + "line": 896, "column": 43 }, "end": { - "line": 880, + "line": 896, "column": 44 } } @@ -329102,15 +336777,15 @@ "postfix": false, "binop": null }, - "start": 34054, - "end": 34055, + "start": 34717, + "end": 34718, "loc": { "start": { - "line": 880, + "line": 896, "column": 44 }, "end": { - "line": 880, + "line": 896, "column": 45 } } @@ -329128,15 +336803,15 @@ "binop": null, "updateContext": null }, - "start": 34055, - "end": 34056, + "start": 34718, + "end": 34719, "loc": { "start": { - "line": 880, + "line": 896, "column": 45 }, "end": { - "line": 880, + "line": 896, "column": 46 } } @@ -329153,15 +336828,15 @@ "postfix": false, "binop": null }, - "start": 34077, - "end": 34078, + "start": 34740, + "end": 34741, "loc": { "start": { - "line": 881, + "line": 897, "column": 20 }, "end": { - "line": 881, + "line": 897, "column": 21 } } @@ -329178,15 +336853,15 @@ "postfix": false, "binop": null }, - "start": 34078, - "end": 34079, + "start": 34741, + "end": 34742, "loc": { "start": { - "line": 881, + "line": 897, "column": 21 }, "end": { - "line": 881, + "line": 897, "column": 22 } } @@ -329204,15 +336879,15 @@ "binop": null, "updateContext": null }, - "start": 34079, - "end": 34080, + "start": 34742, + "end": 34743, "loc": { "start": { - "line": 881, + "line": 897, "column": 22 }, "end": { - "line": 881, + "line": 897, "column": 23 } } @@ -329232,15 +336907,15 @@ "updateContext": null }, "value": "break", - "start": 34101, - "end": 34106, + "start": 34764, + "end": 34769, "loc": { "start": { - "line": 882, + "line": 898, "column": 20 }, "end": { - "line": 882, + "line": 898, "column": 25 } } @@ -329258,15 +336933,15 @@ "binop": null, "updateContext": null }, - "start": 34106, - "end": 34107, + "start": 34769, + "end": 34770, "loc": { "start": { - "line": 882, + "line": 898, "column": 25 }, "end": { - "line": 882, + "line": 898, "column": 26 } } @@ -329286,15 +336961,15 @@ "updateContext": null }, "value": "default", - "start": 34125, - "end": 34132, + "start": 34788, + "end": 34795, "loc": { "start": { - "line": 884, + "line": 900, "column": 16 }, "end": { - "line": 884, + "line": 900, "column": 23 } } @@ -329312,15 +336987,15 @@ "binop": null, "updateContext": null }, - "start": 34132, - "end": 34133, + "start": 34795, + "end": 34796, "loc": { "start": { - "line": 884, + "line": 900, "column": 23 }, "end": { - "line": 884, + "line": 900, "column": 24 } } @@ -329328,15 +337003,15 @@ { "type": "CommentLine", "value": " all resources have already loaded, so we can start", - "start": 34154, - "end": 34207, + "start": 34817, + "end": 34870, "loc": { "start": { - "line": 885, + "line": 901, "column": 20 }, "end": { - "line": 885, + "line": 901, "column": 73 } } @@ -329344,15 +337019,15 @@ { "type": "CommentLine", "value": " recording right away", - "start": 34228, - "end": 34251, + "start": 34891, + "end": 34914, "loc": { "start": { - "line": 886, + "line": 902, "column": 20 }, "end": { - "line": 886, + "line": 902, "column": 43 } } @@ -329372,15 +337047,15 @@ "updateContext": null }, "value": "this", - "start": 34272, - "end": 34276, + "start": 34935, + "end": 34939, "loc": { "start": { - "line": 887, + "line": 903, "column": 20 }, "end": { - "line": 887, + "line": 903, "column": 24 } } @@ -329398,15 +337073,15 @@ "binop": null, "updateContext": null }, - "start": 34276, - "end": 34277, + "start": 34939, + "end": 34940, "loc": { "start": { - "line": 887, + "line": 903, "column": 24 }, "end": { - "line": 887, + "line": 903, "column": 25 } } @@ -329424,15 +337099,15 @@ "binop": null }, "value": "startRecording", - "start": 34277, - "end": 34291, + "start": 34940, + "end": 34954, "loc": { "start": { - "line": 887, + "line": 903, "column": 25 }, "end": { - "line": 887, + "line": 903, "column": 39 } } @@ -329449,15 +337124,15 @@ "postfix": false, "binop": null }, - "start": 34291, - "end": 34292, + "start": 34954, + "end": 34955, "loc": { "start": { - "line": 887, + "line": 903, "column": 39 }, "end": { - "line": 887, + "line": 903, "column": 40 } } @@ -329474,15 +337149,15 @@ "postfix": false, "binop": null }, - "start": 34292, - "end": 34293, + "start": 34955, + "end": 34956, "loc": { "start": { - "line": 887, + "line": 903, "column": 40 }, "end": { - "line": 887, + "line": 903, "column": 41 } } @@ -329500,15 +337175,15 @@ "binop": null, "updateContext": null }, - "start": 34293, - "end": 34294, + "start": 34956, + "end": 34957, "loc": { "start": { - "line": 887, + "line": 903, "column": 41 }, "end": { - "line": 887, + "line": 903, "column": 42 } } @@ -329525,15 +337200,15 @@ "postfix": false, "binop": null }, - "start": 34307, - "end": 34308, + "start": 34970, + "end": 34971, "loc": { "start": { - "line": 888, + "line": 904, "column": 12 }, "end": { - "line": 888, + "line": 904, "column": 13 } } @@ -329550,15 +337225,15 @@ "postfix": false, "binop": null }, - "start": 34317, - "end": 34318, + "start": 34980, + "end": 34981, "loc": { "start": { - "line": 889, + "line": 905, "column": 8 }, "end": { - "line": 889, + "line": 905, "column": 9 } } @@ -329575,15 +337250,15 @@ "postfix": false, "binop": null }, - "start": 34323, - "end": 34324, + "start": 34986, + "end": 34987, "loc": { "start": { - "line": 890, + "line": 906, "column": 4 }, "end": { - "line": 890, + "line": 906, "column": 5 } } @@ -329591,15 +337266,15 @@ { "type": "CommentBlock", "value": "*\n * Start recording.\n * @private\n ", - "start": 34330, - "end": 34381, + "start": 34993, + "end": 35044, "loc": { "start": { - "line": 892, + "line": 908, "column": 4 }, "end": { - "line": 895, + "line": 911, "column": 7 } } @@ -329617,15 +337292,15 @@ "binop": null }, "value": "startRecording", - "start": 34386, - "end": 34400, + "start": 35049, + "end": 35063, "loc": { "start": { - "line": 896, + "line": 912, "column": 4 }, "end": { - "line": 896, + "line": 912, "column": 18 } } @@ -329642,15 +337317,15 @@ "postfix": false, "binop": null }, - "start": 34400, - "end": 34401, + "start": 35063, + "end": 35064, "loc": { "start": { - "line": 896, + "line": 912, "column": 18 }, "end": { - "line": 896, + "line": 912, "column": 19 } } @@ -329667,15 +337342,15 @@ "postfix": false, "binop": null }, - "start": 34401, - "end": 34402, + "start": 35064, + "end": 35065, "loc": { "start": { - "line": 896, + "line": 912, "column": 19 }, "end": { - "line": 896, + "line": 912, "column": 20 } } @@ -329692,15 +337367,15 @@ "postfix": false, "binop": null }, - "start": 34403, - "end": 34404, + "start": 35066, + "end": 35067, "loc": { "start": { - "line": 896, + "line": 912, "column": 21 }, "end": { - "line": 896, + "line": 912, "column": 22 } } @@ -329708,15 +337383,15 @@ { "type": "CommentLine", "value": " register starting point", - "start": 34413, - "end": 34439, + "start": 35076, + "end": 35102, "loc": { "start": { - "line": 897, + "line": 913, "column": 8 }, "end": { - "line": 897, + "line": 913, "column": 34 } } @@ -329736,15 +337411,15 @@ "updateContext": null }, "value": "this", - "start": 34448, - "end": 34452, + "start": 35111, + "end": 35115, "loc": { "start": { - "line": 898, + "line": 914, "column": 8 }, "end": { - "line": 898, + "line": 914, "column": 12 } } @@ -329762,15 +337437,15 @@ "binop": null, "updateContext": null }, - "start": 34452, - "end": 34453, + "start": 35115, + "end": 35116, "loc": { "start": { - "line": 898, + "line": 914, "column": 12 }, "end": { - "line": 898, + "line": 914, "column": 13 } } @@ -329788,15 +337463,15 @@ "binop": null }, "value": "paused", - "start": 34453, - "end": 34459, + "start": 35116, + "end": 35122, "loc": { "start": { - "line": 898, + "line": 914, "column": 13 }, "end": { - "line": 898, + "line": 914, "column": 19 } } @@ -329815,15 +337490,15 @@ "updateContext": null }, "value": "=", - "start": 34460, - "end": 34461, + "start": 35123, + "end": 35124, "loc": { "start": { - "line": 898, + "line": 914, "column": 20 }, "end": { - "line": 898, + "line": 914, "column": 21 } } @@ -329843,15 +337518,15 @@ "updateContext": null }, "value": "false", - "start": 34462, - "end": 34467, + "start": 35125, + "end": 35130, "loc": { "start": { - "line": 898, + "line": 914, "column": 22 }, "end": { - "line": 898, + "line": 914, "column": 27 } } @@ -329869,15 +337544,15 @@ "binop": null, "updateContext": null }, - "start": 34467, - "end": 34468, + "start": 35130, + "end": 35131, "loc": { "start": { - "line": 898, + "line": 914, "column": 27 }, "end": { - "line": 898, + "line": 914, "column": 28 } } @@ -329897,15 +337572,15 @@ "updateContext": null }, "value": "this", - "start": 34477, - "end": 34481, + "start": 35140, + "end": 35144, "loc": { "start": { - "line": 899, + "line": 915, "column": 8 }, "end": { - "line": 899, + "line": 915, "column": 12 } } @@ -329923,15 +337598,15 @@ "binop": null, "updateContext": null }, - "start": 34481, - "end": 34482, + "start": 35144, + "end": 35145, "loc": { "start": { - "line": 899, + "line": 915, "column": 12 }, "end": { - "line": 899, + "line": 915, "column": 13 } } @@ -329949,15 +337624,15 @@ "binop": null }, "value": "pauseTime", - "start": 34482, - "end": 34491, + "start": 35145, + "end": 35154, "loc": { "start": { - "line": 899, + "line": 915, "column": 13 }, "end": { - "line": 899, + "line": 915, "column": 22 } } @@ -329976,15 +337651,15 @@ "updateContext": null }, "value": "=", - "start": 34492, - "end": 34493, + "start": 35155, + "end": 35156, "loc": { "start": { - "line": 899, + "line": 915, "column": 23 }, "end": { - "line": 899, + "line": 915, "column": 24 } } @@ -330004,15 +337679,15 @@ "updateContext": null }, "value": "this", - "start": 34494, - "end": 34498, + "start": 35157, + "end": 35161, "loc": { "start": { - "line": 899, + "line": 915, "column": 25 }, "end": { - "line": 899, + "line": 915, "column": 29 } } @@ -330030,15 +337705,15 @@ "binop": null, "updateContext": null }, - "start": 34498, - "end": 34499, + "start": 35161, + "end": 35162, "loc": { "start": { - "line": 899, + "line": 915, "column": 29 }, "end": { - "line": 899, + "line": 915, "column": 30 } } @@ -330056,15 +337731,15 @@ "binop": null }, "value": "pausedTime", - "start": 34499, - "end": 34509, + "start": 35162, + "end": 35172, "loc": { "start": { - "line": 899, + "line": 915, "column": 30 }, "end": { - "line": 899, + "line": 915, "column": 40 } } @@ -330083,15 +337758,15 @@ "updateContext": null }, "value": "=", - "start": 34510, - "end": 34511, + "start": 35173, + "end": 35174, "loc": { "start": { - "line": 899, + "line": 915, "column": 41 }, "end": { - "line": 899, + "line": 915, "column": 42 } } @@ -330110,15 +337785,15 @@ "updateContext": null }, "value": 0, - "start": 34512, - "end": 34513, + "start": 35175, + "end": 35176, "loc": { "start": { - "line": 899, + "line": 915, "column": 43 }, "end": { - "line": 899, + "line": 915, "column": 44 } } @@ -330136,15 +337811,15 @@ "binop": null, "updateContext": null }, - "start": 34513, - "end": 34514, + "start": 35176, + "end": 35177, "loc": { "start": { - "line": 899, + "line": 915, "column": 44 }, "end": { - "line": 899, + "line": 915, "column": 45 } } @@ -330164,15 +337839,15 @@ "updateContext": null }, "value": "this", - "start": 34523, - "end": 34527, + "start": 35186, + "end": 35190, "loc": { "start": { - "line": 900, + "line": 916, "column": 8 }, "end": { - "line": 900, + "line": 916, "column": 12 } } @@ -330190,15 +337865,15 @@ "binop": null, "updateContext": null }, - "start": 34527, - "end": 34528, + "start": 35190, + "end": 35191, "loc": { "start": { - "line": 900, + "line": 916, "column": 12 }, "end": { - "line": 900, + "line": 916, "column": 13 } } @@ -330216,15 +337891,15 @@ "binop": null }, "value": "startTime", - "start": 34528, - "end": 34537, + "start": 35191, + "end": 35200, "loc": { "start": { - "line": 900, + "line": 916, "column": 13 }, "end": { - "line": 900, + "line": 916, "column": 22 } } @@ -330243,15 +337918,15 @@ "updateContext": null }, "value": "=", - "start": 34538, - "end": 34539, + "start": 35201, + "end": 35202, "loc": { "start": { - "line": 900, + "line": 916, "column": 23 }, "end": { - "line": 900, + "line": 916, "column": 24 } } @@ -330269,15 +337944,15 @@ "binop": null }, "value": "performance", - "start": 34540, - "end": 34551, + "start": 35203, + "end": 35214, "loc": { "start": { - "line": 900, + "line": 916, "column": 25 }, "end": { - "line": 900, + "line": 916, "column": 36 } } @@ -330295,15 +337970,15 @@ "binop": null, "updateContext": null }, - "start": 34551, - "end": 34552, + "start": 35214, + "end": 35215, "loc": { "start": { - "line": 900, + "line": 916, "column": 36 }, "end": { - "line": 900, + "line": 916, "column": 37 } } @@ -330321,15 +337996,15 @@ "binop": null }, "value": "now", - "start": 34552, - "end": 34555, + "start": 35215, + "end": 35218, "loc": { "start": { - "line": 900, + "line": 916, "column": 37 }, "end": { - "line": 900, + "line": 916, "column": 40 } } @@ -330346,15 +338021,15 @@ "postfix": false, "binop": null }, - "start": 34555, - "end": 34556, + "start": 35218, + "end": 35219, "loc": { "start": { - "line": 900, + "line": 916, "column": 40 }, "end": { - "line": 900, + "line": 916, "column": 41 } } @@ -330371,15 +338046,15 @@ "postfix": false, "binop": null }, - "start": 34556, - "end": 34557, + "start": 35219, + "end": 35220, "loc": { "start": { - "line": 900, + "line": 916, "column": 41 }, "end": { - "line": 900, + "line": 916, "column": 42 } } @@ -330397,15 +338072,15 @@ "binop": null, "updateContext": null }, - "start": 34557, - "end": 34558, + "start": 35220, + "end": 35221, "loc": { "start": { - "line": 900, + "line": 916, "column": 42 }, "end": { - "line": 900, + "line": 916, "column": 43 } } @@ -330413,15 +338088,15 @@ { "type": "CommentLine", "value": " start countdown", - "start": 34568, - "end": 34586, + "start": 35231, + "end": 35249, "loc": { "start": { - "line": 902, + "line": 918, "column": 8 }, "end": { - "line": 902, + "line": 918, "column": 26 } } @@ -330441,15 +338116,15 @@ "updateContext": null }, "value": "const", - "start": 34595, - "end": 34600, + "start": 35258, + "end": 35263, "loc": { "start": { - "line": 903, + "line": 919, "column": 8 }, "end": { - "line": 903, + "line": 919, "column": 13 } } @@ -330467,15 +338142,15 @@ "binop": null }, "value": "COUNTDOWN_SPEED", - "start": 34601, - "end": 34616, + "start": 35264, + "end": 35279, "loc": { "start": { - "line": 903, + "line": 919, "column": 14 }, "end": { - "line": 903, + "line": 919, "column": 29 } } @@ -330494,15 +338169,15 @@ "updateContext": null }, "value": "=", - "start": 34617, - "end": 34618, + "start": 35280, + "end": 35281, "loc": { "start": { - "line": 903, + "line": 919, "column": 30 }, "end": { - "line": 903, + "line": 919, "column": 31 } } @@ -330521,15 +338196,15 @@ "updateContext": null }, "value": 100, - "start": 34619, - "end": 34622, + "start": 35282, + "end": 35285, "loc": { "start": { - "line": 903, + "line": 919, "column": 32 }, "end": { - "line": 903, + "line": 919, "column": 35 } } @@ -330547,15 +338222,15 @@ "binop": null, "updateContext": null }, - "start": 34622, - "end": 34623, + "start": 35285, + "end": 35286, "loc": { "start": { - "line": 903, + "line": 919, "column": 35 }, "end": { - "line": 903, + "line": 919, "column": 36 } } @@ -330563,15 +338238,15 @@ { "type": "CommentLine", "value": " ms", - "start": 34624, - "end": 34629, + "start": 35287, + "end": 35292, "loc": { "start": { - "line": 903, + "line": 919, "column": 37 }, "end": { - "line": 903, + "line": 919, "column": 42 } } @@ -330591,15 +338266,15 @@ "updateContext": null }, "value": "this", - "start": 34638, - "end": 34642, + "start": 35301, + "end": 35305, "loc": { "start": { - "line": 904, + "line": 920, "column": 8 }, "end": { - "line": 904, + "line": 920, "column": 12 } } @@ -330617,15 +338292,15 @@ "binop": null, "updateContext": null }, - "start": 34642, - "end": 34643, + "start": 35305, + "end": 35306, "loc": { "start": { - "line": 904, + "line": 920, "column": 12 }, "end": { - "line": 904, + "line": 920, "column": 13 } } @@ -330643,15 +338318,15 @@ "binop": null }, "value": "countDown", - "start": 34643, - "end": 34652, + "start": 35306, + "end": 35315, "loc": { "start": { - "line": 904, + "line": 920, "column": 13 }, "end": { - "line": 904, + "line": 920, "column": 22 } } @@ -330670,15 +338345,15 @@ "updateContext": null }, "value": "=", - "start": 34653, - "end": 34654, + "start": 35316, + "end": 35317, "loc": { "start": { - "line": 904, + "line": 920, "column": 23 }, "end": { - "line": 904, + "line": 920, "column": 24 } } @@ -330698,15 +338373,15 @@ "updateContext": null }, "value": "this", - "start": 34655, - "end": 34659, + "start": 35318, + "end": 35322, "loc": { "start": { - "line": 904, + "line": 920, "column": 25 }, "end": { - "line": 904, + "line": 920, "column": 29 } } @@ -330724,15 +338399,15 @@ "binop": null, "updateContext": null }, - "start": 34659, - "end": 34660, + "start": 35322, + "end": 35323, "loc": { "start": { - "line": 904, + "line": 920, "column": 29 }, "end": { - "line": 904, + "line": 920, "column": 30 } } @@ -330750,15 +338425,15 @@ "binop": null }, "value": "player", - "start": 34660, - "end": 34666, + "start": 35323, + "end": 35329, "loc": { "start": { - "line": 904, + "line": 920, "column": 30 }, "end": { - "line": 904, + "line": 920, "column": 36 } } @@ -330776,15 +338451,15 @@ "binop": null, "updateContext": null }, - "start": 34666, - "end": 34667, + "start": 35329, + "end": 35330, "loc": { "start": { - "line": 904, + "line": 920, "column": 36 }, "end": { - "line": 904, + "line": 920, "column": 37 } } @@ -330802,15 +338477,15 @@ "binop": null }, "value": "setInterval", - "start": 34667, - "end": 34678, + "start": 35330, + "end": 35341, "loc": { "start": { - "line": 904, + "line": 920, "column": 37 }, "end": { - "line": 904, + "line": 920, "column": 48 } } @@ -330827,15 +338502,15 @@ "postfix": false, "binop": null }, - "start": 34678, - "end": 34679, + "start": 35341, + "end": 35342, "loc": { "start": { - "line": 904, + "line": 920, "column": 48 }, "end": { - "line": 904, + "line": 920, "column": 49 } } @@ -330855,15 +338530,15 @@ "updateContext": null }, "value": "this", - "start": 34692, - "end": 34696, + "start": 35355, + "end": 35359, "loc": { "start": { - "line": 905, + "line": 921, "column": 12 }, "end": { - "line": 905, + "line": 921, "column": 16 } } @@ -330881,15 +338556,15 @@ "binop": null, "updateContext": null }, - "start": 34696, - "end": 34697, + "start": 35359, + "end": 35360, "loc": { "start": { - "line": 905, + "line": 921, "column": 16 }, "end": { - "line": 905, + "line": 921, "column": 17 } } @@ -330907,15 +338582,15 @@ "binop": null }, "value": "onCountDown", - "start": 34697, - "end": 34708, + "start": 35360, + "end": 35371, "loc": { "start": { - "line": 905, + "line": 921, "column": 17 }, "end": { - "line": 905, + "line": 921, "column": 28 } } @@ -330933,15 +338608,15 @@ "binop": null, "updateContext": null }, - "start": 34708, - "end": 34709, + "start": 35371, + "end": 35372, "loc": { "start": { - "line": 905, + "line": 921, "column": 28 }, "end": { - "line": 905, + "line": 921, "column": 29 } } @@ -330959,15 +338634,15 @@ "binop": null }, "value": "bind", - "start": 34709, - "end": 34713, + "start": 35372, + "end": 35376, "loc": { "start": { - "line": 905, + "line": 921, "column": 29 }, "end": { - "line": 905, + "line": 921, "column": 33 } } @@ -330984,15 +338659,15 @@ "postfix": false, "binop": null }, - "start": 34713, - "end": 34714, + "start": 35376, + "end": 35377, "loc": { "start": { - "line": 905, + "line": 921, "column": 33 }, "end": { - "line": 905, + "line": 921, "column": 34 } } @@ -331012,15 +338687,15 @@ "updateContext": null }, "value": "this", - "start": 34714, - "end": 34718, + "start": 35377, + "end": 35381, "loc": { "start": { - "line": 905, + "line": 921, "column": 34 }, "end": { - "line": 905, + "line": 921, "column": 38 } } @@ -331037,15 +338712,15 @@ "postfix": false, "binop": null }, - "start": 34718, - "end": 34719, + "start": 35381, + "end": 35382, "loc": { "start": { - "line": 905, + "line": 921, "column": 38 }, "end": { - "line": 905, + "line": 921, "column": 39 } } @@ -331063,15 +338738,15 @@ "binop": null, "updateContext": null }, - "start": 34719, - "end": 34720, + "start": 35382, + "end": 35383, "loc": { "start": { - "line": 905, + "line": 921, "column": 39 }, "end": { - "line": 905, + "line": 921, "column": 40 } } @@ -331089,15 +338764,15 @@ "binop": null }, "value": "COUNTDOWN_SPEED", - "start": 34721, - "end": 34736, + "start": 35384, + "end": 35399, "loc": { "start": { - "line": 905, + "line": 921, "column": 41 }, "end": { - "line": 905, + "line": 921, "column": 56 } } @@ -331114,15 +338789,15 @@ "postfix": false, "binop": null }, - "start": 34736, - "end": 34737, + "start": 35399, + "end": 35400, "loc": { "start": { - "line": 905, + "line": 921, "column": 56 }, "end": { - "line": 905, + "line": 921, "column": 57 } } @@ -331140,15 +338815,15 @@ "binop": null, "updateContext": null }, - "start": 34737, - "end": 34738, + "start": 35400, + "end": 35401, "loc": { "start": { - "line": 905, + "line": 921, "column": 57 }, "end": { - "line": 905, + "line": 921, "column": 58 } } @@ -331156,15 +338831,15 @@ { "type": "CommentLine", "value": " cleanup previous recording", - "start": 34748, - "end": 34777, + "start": 35411, + "end": 35440, "loc": { "start": { - "line": 907, + "line": 923, "column": 8 }, "end": { - "line": 907, + "line": 923, "column": 37 } } @@ -331184,15 +338859,15 @@ "updateContext": null }, "value": "if", - "start": 34786, - "end": 34788, + "start": 35449, + "end": 35451, "loc": { "start": { - "line": 908, + "line": 924, "column": 8 }, "end": { - "line": 908, + "line": 924, "column": 10 } } @@ -331209,15 +338884,15 @@ "postfix": false, "binop": null }, - "start": 34789, - "end": 34790, + "start": 35452, + "end": 35453, "loc": { "start": { - "line": 908, + "line": 924, "column": 11 }, "end": { - "line": 908, + "line": 924, "column": 12 } } @@ -331237,15 +338912,15 @@ "updateContext": null }, "value": "this", - "start": 34790, - "end": 34794, + "start": 35453, + "end": 35457, "loc": { "start": { - "line": 908, + "line": 924, "column": 12 }, "end": { - "line": 908, + "line": 924, "column": 16 } } @@ -331263,15 +338938,15 @@ "binop": null, "updateContext": null }, - "start": 34794, - "end": 34795, + "start": 35457, + "end": 35458, "loc": { "start": { - "line": 908, + "line": 924, "column": 16 }, "end": { - "line": 908, + "line": 924, "column": 17 } } @@ -331289,15 +338964,15 @@ "binop": null }, "value": "engine", - "start": 34795, - "end": 34801, + "start": 35458, + "end": 35464, "loc": { "start": { - "line": 908, + "line": 924, "column": 17 }, "end": { - "line": 908, + "line": 924, "column": 23 } } @@ -331316,15 +338991,15 @@ "updateContext": null }, "value": "!==", - "start": 34802, - "end": 34805, + "start": 35465, + "end": 35468, "loc": { "start": { - "line": 908, + "line": 924, "column": 24 }, "end": { - "line": 908, + "line": 924, "column": 27 } } @@ -331342,15 +339017,15 @@ "binop": null }, "value": "undefined", - "start": 34806, - "end": 34815, + "start": 35469, + "end": 35478, "loc": { "start": { - "line": 908, + "line": 924, "column": 28 }, "end": { - "line": 908, + "line": 924, "column": 37 } } @@ -331367,15 +339042,15 @@ "postfix": false, "binop": null }, - "start": 34815, - "end": 34816, + "start": 35478, + "end": 35479, "loc": { "start": { - "line": 908, + "line": 924, "column": 37 }, "end": { - "line": 908, + "line": 924, "column": 38 } } @@ -331392,15 +339067,15 @@ "postfix": false, "binop": null }, - "start": 34817, - "end": 34818, + "start": 35480, + "end": 35481, "loc": { "start": { - "line": 908, + "line": 924, "column": 39 }, "end": { - "line": 908, + "line": 924, "column": 40 } } @@ -331420,15 +339095,15 @@ "updateContext": null }, "value": "this", - "start": 34831, - "end": 34835, + "start": 35494, + "end": 35498, "loc": { "start": { - "line": 909, + "line": 925, "column": 12 }, "end": { - "line": 909, + "line": 925, "column": 16 } } @@ -331446,15 +339121,15 @@ "binop": null, "updateContext": null }, - "start": 34835, - "end": 34836, + "start": 35498, + "end": 35499, "loc": { "start": { - "line": 909, + "line": 925, "column": 16 }, "end": { - "line": 909, + "line": 925, "column": 17 } } @@ -331472,15 +339147,15 @@ "binop": null }, "value": "engine", - "start": 34836, - "end": 34842, + "start": 35499, + "end": 35505, "loc": { "start": { - "line": 909, + "line": 925, "column": 17 }, "end": { - "line": 909, + "line": 925, "column": 23 } } @@ -331498,15 +339173,15 @@ "binop": null, "updateContext": null }, - "start": 34842, - "end": 34843, + "start": 35505, + "end": 35506, "loc": { "start": { - "line": 909, + "line": 925, "column": 23 }, "end": { - "line": 909, + "line": 925, "column": 24 } } @@ -331524,15 +339199,15 @@ "binop": null }, "value": "dispose", - "start": 34843, - "end": 34850, + "start": 35506, + "end": 35513, "loc": { "start": { - "line": 909, + "line": 925, "column": 24 }, "end": { - "line": 909, + "line": 925, "column": 31 } } @@ -331549,15 +339224,15 @@ "postfix": false, "binop": null }, - "start": 34850, - "end": 34851, + "start": 35513, + "end": 35514, "loc": { "start": { - "line": 909, + "line": 925, "column": 31 }, "end": { - "line": 909, + "line": 925, "column": 32 } } @@ -331574,15 +339249,15 @@ "postfix": false, "binop": null }, - "start": 34851, - "end": 34852, + "start": 35514, + "end": 35515, "loc": { "start": { - "line": 909, + "line": 925, "column": 32 }, "end": { - "line": 909, + "line": 925, "column": 33 } } @@ -331600,15 +339275,15 @@ "binop": null, "updateContext": null }, - "start": 34852, - "end": 34853, + "start": 35515, + "end": 35516, "loc": { "start": { - "line": 909, + "line": 925, "column": 33 }, "end": { - "line": 909, + "line": 925, "column": 34 } } @@ -331625,15 +339300,15 @@ "postfix": false, "binop": null }, - "start": 34862, - "end": 34863, + "start": 35525, + "end": 35526, "loc": { "start": { - "line": 910, + "line": 926, "column": 8 }, "end": { - "line": 910, + "line": 926, "column": 9 } } @@ -331641,15 +339316,15 @@ { "type": "CommentLine", "value": " start recording stream", - "start": 34873, - "end": 34898, + "start": 35536, + "end": 35561, "loc": { "start": { - "line": 912, + "line": 928, "column": 8 }, "end": { - "line": 912, + "line": 928, "column": 33 } } @@ -331669,15 +339344,15 @@ "updateContext": null }, "value": "this", - "start": 34907, - "end": 34911, + "start": 35570, + "end": 35574, "loc": { "start": { - "line": 913, + "line": 929, "column": 8 }, "end": { - "line": 913, + "line": 929, "column": 12 } } @@ -331695,15 +339370,15 @@ "binop": null, "updateContext": null }, - "start": 34911, - "end": 34912, + "start": 35574, + "end": 35575, "loc": { "start": { - "line": 913, + "line": 929, "column": 12 }, "end": { - "line": 913, + "line": 929, "column": 13 } } @@ -331721,15 +339396,15 @@ "binop": null }, "value": "engine", - "start": 34912, - "end": 34918, + "start": 35575, + "end": 35581, "loc": { "start": { - "line": 913, + "line": 929, "column": 13 }, "end": { - "line": 913, + "line": 929, "column": 19 } } @@ -331747,15 +339422,15 @@ "binop": null, "updateContext": null }, - "start": 34918, - "end": 34919, + "start": 35581, + "end": 35582, "loc": { "start": { - "line": 913, + "line": 929, "column": 19 }, "end": { - "line": 913, + "line": 929, "column": 20 } } @@ -331773,15 +339448,15 @@ "binop": null }, "value": "start", - "start": 34919, - "end": 34924, + "start": 35582, + "end": 35587, "loc": { "start": { - "line": 913, + "line": 929, "column": 20 }, "end": { - "line": 913, + "line": 929, "column": 25 } } @@ -331798,15 +339473,15 @@ "postfix": false, "binop": null }, - "start": 34924, - "end": 34925, + "start": 35587, + "end": 35588, "loc": { "start": { - "line": 913, + "line": 929, "column": 25 }, "end": { - "line": 913, + "line": 929, "column": 26 } } @@ -331823,15 +339498,15 @@ "postfix": false, "binop": null }, - "start": 34925, - "end": 34926, + "start": 35588, + "end": 35589, "loc": { "start": { - "line": 913, + "line": 929, "column": 26 }, "end": { - "line": 913, + "line": 929, "column": 27 } } @@ -331849,15 +339524,15 @@ "binop": null, "updateContext": null }, - "start": 34926, - "end": 34927, + "start": 35589, + "end": 35590, "loc": { "start": { - "line": 913, + "line": 929, "column": 27 }, "end": { - "line": 913, + "line": 929, "column": 28 } } @@ -331865,15 +339540,15 @@ { "type": "CommentLine", "value": " notify UI", - "start": 34937, - "end": 34949, + "start": 35600, + "end": 35612, "loc": { "start": { - "line": 915, + "line": 931, "column": 8 }, "end": { - "line": 915, + "line": 931, "column": 20 } } @@ -331893,15 +339568,15 @@ "updateContext": null }, "value": "this", - "start": 34958, - "end": 34962, + "start": 35621, + "end": 35625, "loc": { "start": { - "line": 916, + "line": 932, "column": 8 }, "end": { - "line": 916, + "line": 932, "column": 12 } } @@ -331919,15 +339594,15 @@ "binop": null, "updateContext": null }, - "start": 34962, - "end": 34963, + "start": 35625, + "end": 35626, "loc": { "start": { - "line": 916, + "line": 932, "column": 12 }, "end": { - "line": 916, + "line": 932, "column": 13 } } @@ -331945,15 +339620,15 @@ "binop": null }, "value": "player", - "start": 34963, - "end": 34969, + "start": 35626, + "end": 35632, "loc": { "start": { - "line": 916, + "line": 932, "column": 13 }, "end": { - "line": 916, + "line": 932, "column": 19 } } @@ -331971,15 +339646,15 @@ "binop": null, "updateContext": null }, - "start": 34969, - "end": 34970, + "start": 35632, + "end": 35633, "loc": { "start": { - "line": 916, + "line": 932, "column": 19 }, "end": { - "line": 916, + "line": 932, "column": 20 } } @@ -331997,15 +339672,15 @@ "binop": null }, "value": "trigger", - "start": 34970, - "end": 34977, + "start": 35633, + "end": 35640, "loc": { "start": { - "line": 916, + "line": 932, "column": 20 }, "end": { - "line": 916, + "line": 932, "column": 27 } } @@ -332022,15 +339697,15 @@ "postfix": false, "binop": null }, - "start": 34977, - "end": 34978, + "start": 35640, + "end": 35641, "loc": { "start": { - "line": 916, + "line": 932, "column": 27 }, "end": { - "line": 916, + "line": 932, "column": 28 } } @@ -332048,15 +339723,15 @@ "binop": null }, "value": "Event", - "start": 34978, - "end": 34983, + "start": 35641, + "end": 35646, "loc": { "start": { - "line": 916, + "line": 932, "column": 28 }, "end": { - "line": 916, + "line": 932, "column": 33 } } @@ -332074,15 +339749,15 @@ "binop": null, "updateContext": null }, - "start": 34983, - "end": 34984, + "start": 35646, + "end": 35647, "loc": { "start": { - "line": 916, + "line": 932, "column": 33 }, "end": { - "line": 916, + "line": 932, "column": 34 } } @@ -332100,15 +339775,15 @@ "binop": null }, "value": "START_RECORD", - "start": 34984, - "end": 34996, + "start": 35647, + "end": 35659, "loc": { "start": { - "line": 916, + "line": 932, "column": 34 }, "end": { - "line": 916, + "line": 932, "column": 46 } } @@ -332125,15 +339800,15 @@ "postfix": false, "binop": null }, - "start": 34996, - "end": 34997, + "start": 35659, + "end": 35660, "loc": { "start": { - "line": 916, + "line": 932, "column": 46 }, "end": { - "line": 916, + "line": 932, "column": 47 } } @@ -332151,15 +339826,15 @@ "binop": null, "updateContext": null }, - "start": 34997, - "end": 34998, + "start": 35660, + "end": 35661, "loc": { "start": { - "line": 916, + "line": 932, "column": 47 }, "end": { - "line": 916, + "line": 932, "column": 48 } } @@ -332176,15 +339851,15 @@ "postfix": false, "binop": null }, - "start": 35003, - "end": 35004, + "start": 35666, + "end": 35667, "loc": { "start": { - "line": 917, + "line": 933, "column": 4 }, "end": { - "line": 917, + "line": 933, "column": 5 } } @@ -332192,15 +339867,15 @@ { "type": "CommentBlock", "value": "*\n * Stop recording.\n ", - "start": 35010, - "end": 35044, + "start": 35673, + "end": 35707, "loc": { "start": { - "line": 919, + "line": 935, "column": 4 }, "end": { - "line": 921, + "line": 937, "column": 7 } } @@ -332218,15 +339893,15 @@ "binop": null }, "value": "stop", - "start": 35049, - "end": 35053, + "start": 35712, + "end": 35716, "loc": { "start": { - "line": 922, + "line": 938, "column": 4 }, "end": { - "line": 922, + "line": 938, "column": 8 } } @@ -332243,15 +339918,15 @@ "postfix": false, "binop": null }, - "start": 35053, - "end": 35054, + "start": 35716, + "end": 35717, "loc": { "start": { - "line": 922, + "line": 938, "column": 8 }, "end": { - "line": 922, + "line": 938, "column": 9 } } @@ -332268,15 +339943,15 @@ "postfix": false, "binop": null }, - "start": 35054, - "end": 35055, + "start": 35717, + "end": 35718, "loc": { "start": { - "line": 922, + "line": 938, "column": 9 }, "end": { - "line": 922, + "line": 938, "column": 10 } } @@ -332293,15 +339968,15 @@ "postfix": false, "binop": null }, - "start": 35056, - "end": 35057, + "start": 35719, + "end": 35720, "loc": { "start": { - "line": 922, + "line": 938, "column": 11 }, "end": { - "line": 922, + "line": 938, "column": 12 } } @@ -332321,15 +339996,15 @@ "updateContext": null }, "value": "if", - "start": 35066, - "end": 35068, + "start": 35729, + "end": 35731, "loc": { "start": { - "line": 923, + "line": 939, "column": 8 }, "end": { - "line": 923, + "line": 939, "column": 10 } } @@ -332346,15 +340021,15 @@ "postfix": false, "binop": null }, - "start": 35069, - "end": 35070, + "start": 35732, + "end": 35733, "loc": { "start": { - "line": 923, + "line": 939, "column": 11 }, "end": { - "line": 923, + "line": 939, "column": 12 } } @@ -332373,15 +340048,15 @@ "updateContext": null }, "value": "!", - "start": 35070, - "end": 35071, + "start": 35733, + "end": 35734, "loc": { "start": { - "line": 923, + "line": 939, "column": 12 }, "end": { - "line": 923, + "line": 939, "column": 13 } } @@ -332401,15 +340076,15 @@ "updateContext": null }, "value": "this", - "start": 35071, - "end": 35075, + "start": 35734, + "end": 35738, "loc": { "start": { - "line": 923, + "line": 939, "column": 13 }, "end": { - "line": 923, + "line": 939, "column": 17 } } @@ -332427,15 +340102,15 @@ "binop": null, "updateContext": null }, - "start": 35075, - "end": 35076, + "start": 35738, + "end": 35739, "loc": { "start": { - "line": 923, + "line": 939, "column": 17 }, "end": { - "line": 923, + "line": 939, "column": 18 } } @@ -332453,15 +340128,15 @@ "binop": null }, "value": "isProcessing", - "start": 35076, - "end": 35088, + "start": 35739, + "end": 35751, "loc": { "start": { - "line": 923, + "line": 939, "column": 18 }, "end": { - "line": 923, + "line": 939, "column": 30 } } @@ -332478,15 +340153,15 @@ "postfix": false, "binop": null }, - "start": 35088, - "end": 35089, + "start": 35751, + "end": 35752, "loc": { "start": { - "line": 923, + "line": 939, "column": 30 }, "end": { - "line": 923, + "line": 939, "column": 31 } } @@ -332503,15 +340178,15 @@ "postfix": false, "binop": null }, - "start": 35089, - "end": 35090, + "start": 35752, + "end": 35753, "loc": { "start": { - "line": 923, + "line": 939, "column": 31 }, "end": { - "line": 923, + "line": 939, "column": 32 } } @@ -332528,15 +340203,15 @@ "postfix": false, "binop": null }, - "start": 35090, - "end": 35091, + "start": 35753, + "end": 35754, "loc": { "start": { - "line": 923, + "line": 939, "column": 32 }, "end": { - "line": 923, + "line": 939, "column": 33 } } @@ -332553,15 +340228,15 @@ "postfix": false, "binop": null }, - "start": 35092, - "end": 35093, + "start": 35755, + "end": 35756, "loc": { "start": { - "line": 923, + "line": 939, "column": 34 }, "end": { - "line": 923, + "line": 939, "column": 35 } } @@ -332581,15 +340256,15 @@ "updateContext": null }, "value": "this", - "start": 35106, - "end": 35110, + "start": 35769, + "end": 35773, "loc": { "start": { - "line": 924, + "line": 940, "column": 12 }, "end": { - "line": 924, + "line": 940, "column": 16 } } @@ -332607,15 +340282,15 @@ "binop": null, "updateContext": null }, - "start": 35110, - "end": 35111, + "start": 35773, + "end": 35774, "loc": { "start": { - "line": 924, + "line": 940, "column": 16 }, "end": { - "line": 924, + "line": 940, "column": 17 } } @@ -332633,15 +340308,15 @@ "binop": null }, "value": "_recording", - "start": 35111, - "end": 35121, + "start": 35774, + "end": 35784, "loc": { "start": { - "line": 924, + "line": 940, "column": 17 }, "end": { - "line": 924, + "line": 940, "column": 27 } } @@ -332660,15 +340335,15 @@ "updateContext": null }, "value": "=", - "start": 35122, - "end": 35123, + "start": 35785, + "end": 35786, "loc": { "start": { - "line": 924, + "line": 940, "column": 28 }, "end": { - "line": 924, + "line": 940, "column": 29 } } @@ -332688,15 +340363,15 @@ "updateContext": null }, "value": "false", - "start": 35124, - "end": 35129, + "start": 35787, + "end": 35792, "loc": { "start": { - "line": 924, + "line": 940, "column": 30 }, "end": { - "line": 924, + "line": 940, "column": 35 } } @@ -332714,15 +340389,15 @@ "binop": null, "updateContext": null }, - "start": 35129, - "end": 35130, + "start": 35792, + "end": 35793, "loc": { "start": { - "line": 924, + "line": 940, "column": 35 }, "end": { - "line": 924, + "line": 940, "column": 36 } } @@ -332742,15 +340417,15 @@ "updateContext": null }, "value": "this", - "start": 35143, - "end": 35147, + "start": 35806, + "end": 35810, "loc": { "start": { - "line": 925, + "line": 941, "column": 12 }, "end": { - "line": 925, + "line": 941, "column": 16 } } @@ -332768,15 +340443,15 @@ "binop": null, "updateContext": null }, - "start": 35147, - "end": 35148, + "start": 35810, + "end": 35811, "loc": { "start": { - "line": 925, + "line": 941, "column": 16 }, "end": { - "line": 925, + "line": 941, "column": 17 } } @@ -332794,15 +340469,15 @@ "binop": null }, "value": "_processing", - "start": 35148, - "end": 35159, + "start": 35811, + "end": 35822, "loc": { "start": { - "line": 925, + "line": 941, "column": 17 }, "end": { - "line": 925, + "line": 941, "column": 28 } } @@ -332821,15 +340496,15 @@ "updateContext": null }, "value": "=", - "start": 35160, - "end": 35161, + "start": 35823, + "end": 35824, "loc": { "start": { - "line": 925, + "line": 941, "column": 29 }, "end": { - "line": 925, + "line": 941, "column": 30 } } @@ -332849,15 +340524,15 @@ "updateContext": null }, "value": "true", - "start": 35162, - "end": 35166, + "start": 35825, + "end": 35829, "loc": { "start": { - "line": 925, + "line": 941, "column": 31 }, "end": { - "line": 925, + "line": 941, "column": 35 } } @@ -332875,15 +340550,15 @@ "binop": null, "updateContext": null }, - "start": 35166, - "end": 35167, + "start": 35829, + "end": 35830, "loc": { "start": { - "line": 925, + "line": 941, "column": 35 }, "end": { - "line": 925, + "line": 941, "column": 36 } } @@ -332903,15 +340578,15 @@ "updateContext": null }, "value": "if", - "start": 35181, - "end": 35183, + "start": 35844, + "end": 35846, "loc": { "start": { - "line": 927, + "line": 943, "column": 12 }, "end": { - "line": 927, + "line": 943, "column": 14 } } @@ -332928,15 +340603,15 @@ "postfix": false, "binop": null }, - "start": 35184, - "end": 35185, + "start": 35847, + "end": 35848, "loc": { "start": { - "line": 927, + "line": 943, "column": 15 }, "end": { - "line": 927, + "line": 943, "column": 16 } } @@ -332956,15 +340631,15 @@ "updateContext": null }, "value": "this", - "start": 35185, - "end": 35189, + "start": 35848, + "end": 35852, "loc": { "start": { - "line": 927, + "line": 943, "column": 16 }, "end": { - "line": 927, + "line": 943, "column": 20 } } @@ -332982,15 +340657,15 @@ "binop": null, "updateContext": null }, - "start": 35189, - "end": 35190, + "start": 35852, + "end": 35853, "loc": { "start": { - "line": 927, + "line": 943, "column": 20 }, "end": { - "line": 927, + "line": 943, "column": 21 } } @@ -333008,15 +340683,15 @@ "binop": null }, "value": "getRecordType", - "start": 35190, - "end": 35203, + "start": 35853, + "end": 35866, "loc": { "start": { - "line": 927, + "line": 943, "column": 21 }, "end": { - "line": 927, + "line": 943, "column": 34 } } @@ -333033,15 +340708,15 @@ "postfix": false, "binop": null }, - "start": 35203, - "end": 35204, + "start": 35866, + "end": 35867, "loc": { "start": { - "line": 927, + "line": 943, "column": 34 }, "end": { - "line": 927, + "line": 943, "column": 35 } } @@ -333058,15 +340733,15 @@ "postfix": false, "binop": null }, - "start": 35204, - "end": 35205, + "start": 35867, + "end": 35868, "loc": { "start": { - "line": 927, + "line": 943, "column": 35 }, "end": { - "line": 927, + "line": 943, "column": 36 } } @@ -333085,15 +340760,15 @@ "updateContext": null }, "value": "!==", - "start": 35206, - "end": 35209, + "start": 35869, + "end": 35872, "loc": { "start": { - "line": 927, + "line": 943, "column": 37 }, "end": { - "line": 927, + "line": 943, "column": 40 } } @@ -333111,15 +340786,15 @@ "binop": null }, "value": "IMAGE_ONLY", - "start": 35210, - "end": 35220, + "start": 35873, + "end": 35883, "loc": { "start": { - "line": 927, + "line": 943, "column": 41 }, "end": { - "line": 927, + "line": 943, "column": 51 } } @@ -333136,15 +340811,15 @@ "postfix": false, "binop": null }, - "start": 35220, - "end": 35221, + "start": 35883, + "end": 35884, "loc": { "start": { - "line": 927, + "line": 943, "column": 51 }, "end": { - "line": 927, + "line": 943, "column": 52 } } @@ -333161,15 +340836,15 @@ "postfix": false, "binop": null }, - "start": 35222, - "end": 35223, + "start": 35885, + "end": 35886, "loc": { "start": { - "line": 927, + "line": 943, "column": 53 }, "end": { - "line": 927, + "line": 943, "column": 54 } } @@ -333177,15 +340852,15 @@ { "type": "CommentLine", "value": " notify UI", - "start": 35240, - "end": 35252, + "start": 35903, + "end": 35915, "loc": { "start": { - "line": 928, + "line": 944, "column": 16 }, "end": { - "line": 928, + "line": 944, "column": 28 } } @@ -333205,15 +340880,15 @@ "updateContext": null }, "value": "this", - "start": 35269, - "end": 35273, + "start": 35932, + "end": 35936, "loc": { "start": { - "line": 929, + "line": 945, "column": 16 }, "end": { - "line": 929, + "line": 945, "column": 20 } } @@ -333231,15 +340906,15 @@ "binop": null, "updateContext": null }, - "start": 35273, - "end": 35274, + "start": 35936, + "end": 35937, "loc": { "start": { - "line": 929, + "line": 945, "column": 20 }, "end": { - "line": 929, + "line": 945, "column": 21 } } @@ -333257,15 +340932,15 @@ "binop": null }, "value": "player", - "start": 35274, - "end": 35280, + "start": 35937, + "end": 35943, "loc": { "start": { - "line": 929, + "line": 945, "column": 21 }, "end": { - "line": 929, + "line": 945, "column": 27 } } @@ -333283,15 +340958,15 @@ "binop": null, "updateContext": null }, - "start": 35280, - "end": 35281, + "start": 35943, + "end": 35944, "loc": { "start": { - "line": 929, + "line": 945, "column": 27 }, "end": { - "line": 929, + "line": 945, "column": 28 } } @@ -333309,15 +340984,15 @@ "binop": null }, "value": "trigger", - "start": 35281, - "end": 35288, + "start": 35944, + "end": 35951, "loc": { "start": { - "line": 929, + "line": 945, "column": 28 }, "end": { - "line": 929, + "line": 945, "column": 35 } } @@ -333334,15 +341009,15 @@ "postfix": false, "binop": null }, - "start": 35288, - "end": 35289, + "start": 35951, + "end": 35952, "loc": { "start": { - "line": 929, + "line": 945, "column": 35 }, "end": { - "line": 929, + "line": 945, "column": 36 } } @@ -333360,15 +341035,15 @@ "binop": null }, "value": "Event", - "start": 35289, - "end": 35294, + "start": 35952, + "end": 35957, "loc": { "start": { - "line": 929, + "line": 945, "column": 36 }, "end": { - "line": 929, + "line": 945, "column": 41 } } @@ -333386,15 +341061,15 @@ "binop": null, "updateContext": null }, - "start": 35294, - "end": 35295, + "start": 35957, + "end": 35958, "loc": { "start": { - "line": 929, + "line": 945, "column": 41 }, "end": { - "line": 929, + "line": 945, "column": 42 } } @@ -333412,15 +341087,15 @@ "binop": null }, "value": "STOP_RECORD", - "start": 35295, - "end": 35306, + "start": 35958, + "end": 35969, "loc": { "start": { - "line": 929, + "line": 945, "column": 42 }, "end": { - "line": 929, + "line": 945, "column": 53 } } @@ -333437,15 +341112,15 @@ "postfix": false, "binop": null }, - "start": 35306, - "end": 35307, + "start": 35969, + "end": 35970, "loc": { "start": { - "line": 929, + "line": 945, "column": 53 }, "end": { - "line": 929, + "line": 945, "column": 54 } } @@ -333463,15 +341138,15 @@ "binop": null, "updateContext": null }, - "start": 35307, - "end": 35308, + "start": 35970, + "end": 35971, "loc": { "start": { - "line": 929, + "line": 945, "column": 54 }, "end": { - "line": 929, + "line": 945, "column": 55 } } @@ -333479,15 +341154,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 35326, - "end": 35343, + "start": 35989, + "end": 36006, "loc": { "start": { - "line": 931, + "line": 947, "column": 16 }, "end": { - "line": 931, + "line": 947, "column": 33 } } @@ -333507,15 +341182,15 @@ "updateContext": null }, "value": "this", - "start": 35360, - "end": 35364, + "start": 36023, + "end": 36027, "loc": { "start": { - "line": 932, + "line": 948, "column": 16 }, "end": { - "line": 932, + "line": 948, "column": 20 } } @@ -333533,15 +341208,15 @@ "binop": null, "updateContext": null }, - "start": 35364, - "end": 35365, + "start": 36027, + "end": 36028, "loc": { "start": { - "line": 932, + "line": 948, "column": 20 }, "end": { - "line": 932, + "line": 948, "column": 21 } } @@ -333559,15 +341234,15 @@ "binop": null }, "value": "player", - "start": 35365, - "end": 35371, + "start": 36028, + "end": 36034, "loc": { "start": { - "line": 932, + "line": 948, "column": 21 }, "end": { - "line": 932, + "line": 948, "column": 27 } } @@ -333585,15 +341260,15 @@ "binop": null, "updateContext": null }, - "start": 35371, - "end": 35372, + "start": 36034, + "end": 36035, "loc": { "start": { - "line": 932, + "line": 948, "column": 27 }, "end": { - "line": 932, + "line": 948, "column": 28 } } @@ -333611,15 +341286,15 @@ "binop": null }, "value": "clearInterval", - "start": 35372, - "end": 35385, + "start": 36035, + "end": 36048, "loc": { "start": { - "line": 932, + "line": 948, "column": 28 }, "end": { - "line": 932, + "line": 948, "column": 41 } } @@ -333636,15 +341311,15 @@ "postfix": false, "binop": null }, - "start": 35385, - "end": 35386, + "start": 36048, + "end": 36049, "loc": { "start": { - "line": 932, + "line": 948, "column": 41 }, "end": { - "line": 932, + "line": 948, "column": 42 } } @@ -333664,15 +341339,15 @@ "updateContext": null }, "value": "this", - "start": 35386, - "end": 35390, + "start": 36049, + "end": 36053, "loc": { "start": { - "line": 932, + "line": 948, "column": 42 }, "end": { - "line": 932, + "line": 948, "column": 46 } } @@ -333690,15 +341365,15 @@ "binop": null, "updateContext": null }, - "start": 35390, - "end": 35391, + "start": 36053, + "end": 36054, "loc": { "start": { - "line": 932, + "line": 948, "column": 46 }, "end": { - "line": 932, + "line": 948, "column": 47 } } @@ -333716,15 +341391,15 @@ "binop": null }, "value": "countDown", - "start": 35391, - "end": 35400, + "start": 36054, + "end": 36063, "loc": { "start": { - "line": 932, + "line": 948, "column": 47 }, "end": { - "line": 932, + "line": 948, "column": 56 } } @@ -333741,15 +341416,15 @@ "postfix": false, "binop": null }, - "start": 35400, - "end": 35401, + "start": 36063, + "end": 36064, "loc": { "start": { - "line": 932, + "line": 948, "column": 56 }, "end": { - "line": 932, + "line": 948, "column": 57 } } @@ -333767,15 +341442,15 @@ "binop": null, "updateContext": null }, - "start": 35401, - "end": 35402, + "start": 36064, + "end": 36065, "loc": { "start": { - "line": 932, + "line": 948, "column": 57 }, "end": { - "line": 932, + "line": 948, "column": 58 } } @@ -333783,15 +341458,15 @@ { "type": "CommentLine", "value": " stop recording stream (result will be available async)", - "start": 35420, - "end": 35477, + "start": 36083, + "end": 36140, "loc": { "start": { - "line": 934, + "line": 950, "column": 16 }, "end": { - "line": 934, + "line": 950, "column": 73 } } @@ -333811,15 +341486,15 @@ "updateContext": null }, "value": "if", - "start": 35494, - "end": 35496, + "start": 36157, + "end": 36159, "loc": { "start": { - "line": 935, + "line": 951, "column": 16 }, "end": { - "line": 935, + "line": 951, "column": 18 } } @@ -333836,15 +341511,15 @@ "postfix": false, "binop": null }, - "start": 35497, - "end": 35498, + "start": 36160, + "end": 36161, "loc": { "start": { - "line": 935, + "line": 951, "column": 19 }, "end": { - "line": 935, + "line": 951, "column": 20 } } @@ -333864,15 +341539,15 @@ "updateContext": null }, "value": "this", - "start": 35498, - "end": 35502, + "start": 36161, + "end": 36165, "loc": { "start": { - "line": 935, + "line": 951, "column": 20 }, "end": { - "line": 935, + "line": 951, "column": 24 } } @@ -333890,15 +341565,15 @@ "binop": null, "updateContext": null }, - "start": 35502, - "end": 35503, + "start": 36165, + "end": 36166, "loc": { "start": { - "line": 935, + "line": 951, "column": 24 }, "end": { - "line": 935, + "line": 951, "column": 25 } } @@ -333916,15 +341591,15 @@ "binop": null }, "value": "engine", - "start": 35503, - "end": 35509, + "start": 36166, + "end": 36172, "loc": { "start": { - "line": 935, + "line": 951, "column": 25 }, "end": { - "line": 935, + "line": 951, "column": 31 } } @@ -333941,15 +341616,15 @@ "postfix": false, "binop": null }, - "start": 35509, - "end": 35510, + "start": 36172, + "end": 36173, "loc": { "start": { - "line": 935, + "line": 951, "column": 31 }, "end": { - "line": 935, + "line": 951, "column": 32 } } @@ -333966,15 +341641,15 @@ "postfix": false, "binop": null }, - "start": 35511, - "end": 35512, + "start": 36174, + "end": 36175, "loc": { "start": { - "line": 935, + "line": 951, "column": 33 }, "end": { - "line": 935, + "line": 951, "column": 34 } } @@ -333994,15 +341669,15 @@ "updateContext": null }, "value": "this", - "start": 35533, - "end": 35537, + "start": 36196, + "end": 36200, "loc": { "start": { - "line": 936, + "line": 952, "column": 20 }, "end": { - "line": 936, + "line": 952, "column": 24 } } @@ -334020,15 +341695,15 @@ "binop": null, "updateContext": null }, - "start": 35537, - "end": 35538, + "start": 36200, + "end": 36201, "loc": { "start": { - "line": 936, + "line": 952, "column": 24 }, "end": { - "line": 936, + "line": 952, "column": 25 } } @@ -334046,15 +341721,15 @@ "binop": null }, "value": "engine", - "start": 35538, - "end": 35544, + "start": 36201, + "end": 36207, "loc": { "start": { - "line": 936, + "line": 952, "column": 25 }, "end": { - "line": 936, + "line": 952, "column": 31 } } @@ -334072,15 +341747,15 @@ "binop": null, "updateContext": null }, - "start": 35544, - "end": 35545, + "start": 36207, + "end": 36208, "loc": { "start": { - "line": 936, + "line": 952, "column": 31 }, "end": { - "line": 936, + "line": 952, "column": 32 } } @@ -334098,15 +341773,15 @@ "binop": null }, "value": "stop", - "start": 35545, - "end": 35549, + "start": 36208, + "end": 36212, "loc": { "start": { - "line": 936, + "line": 952, "column": 32 }, "end": { - "line": 936, + "line": 952, "column": 36 } } @@ -334123,15 +341798,15 @@ "postfix": false, "binop": null }, - "start": 35549, - "end": 35550, + "start": 36212, + "end": 36213, "loc": { "start": { - "line": 936, + "line": 952, "column": 36 }, "end": { - "line": 936, + "line": 952, "column": 37 } } @@ -334148,15 +341823,15 @@ "postfix": false, "binop": null }, - "start": 35550, - "end": 35551, + "start": 36213, + "end": 36214, "loc": { "start": { - "line": 936, + "line": 952, "column": 37 }, "end": { - "line": 936, + "line": 952, "column": 38 } } @@ -334174,15 +341849,15 @@ "binop": null, "updateContext": null }, - "start": 35551, - "end": 35552, + "start": 36214, + "end": 36215, "loc": { "start": { - "line": 936, + "line": 952, "column": 38 }, "end": { - "line": 936, + "line": 952, "column": 39 } } @@ -334199,15 +341874,15 @@ "postfix": false, "binop": null }, - "start": 35569, - "end": 35570, + "start": 36232, + "end": 36233, "loc": { "start": { - "line": 937, + "line": 953, "column": 16 }, "end": { - "line": 937, + "line": 953, "column": 17 } } @@ -334227,15 +341902,15 @@ "updateContext": null }, "value": "if", - "start": 35588, - "end": 35590, + "start": 36251, + "end": 36253, "loc": { "start": { - "line": 939, + "line": 955, "column": 16 }, "end": { - "line": 939, + "line": 955, "column": 18 } } @@ -334252,15 +341927,15 @@ "postfix": false, "binop": null }, - "start": 35591, - "end": 35592, + "start": 36254, + "end": 36255, "loc": { "start": { - "line": 939, + "line": 955, "column": 19 }, "end": { - "line": 939, + "line": 955, "column": 20 } } @@ -334280,15 +341955,15 @@ "updateContext": null }, "value": "this", - "start": 35592, - "end": 35596, + "start": 36255, + "end": 36259, "loc": { "start": { - "line": 939, + "line": 955, "column": 20 }, "end": { - "line": 939, + "line": 955, "column": 24 } } @@ -334306,15 +341981,15 @@ "binop": null, "updateContext": null }, - "start": 35596, - "end": 35597, + "start": 36259, + "end": 36260, "loc": { "start": { - "line": 939, + "line": 955, "column": 24 }, "end": { - "line": 939, + "line": 955, "column": 25 } } @@ -334332,15 +342007,15 @@ "binop": null }, "value": "autoMuteDevice", - "start": 35597, - "end": 35611, + "start": 36260, + "end": 36274, "loc": { "start": { - "line": 939, + "line": 955, "column": 25 }, "end": { - "line": 939, + "line": 955, "column": 39 } } @@ -334357,15 +342032,15 @@ "postfix": false, "binop": null }, - "start": 35611, - "end": 35612, + "start": 36274, + "end": 36275, "loc": { "start": { - "line": 939, + "line": 955, "column": 39 }, "end": { - "line": 939, + "line": 955, "column": 40 } } @@ -334382,15 +342057,15 @@ "postfix": false, "binop": null }, - "start": 35613, - "end": 35614, + "start": 36276, + "end": 36277, "loc": { "start": { - "line": 939, + "line": 955, "column": 41 }, "end": { - "line": 939, + "line": 955, "column": 42 } } @@ -334398,15 +342073,15 @@ { "type": "CommentLine", "value": " mute device", - "start": 35635, - "end": 35649, + "start": 36298, + "end": 36312, "loc": { "start": { - "line": 940, + "line": 956, "column": 20 }, "end": { - "line": 940, + "line": 956, "column": 34 } } @@ -334426,15 +342101,15 @@ "updateContext": null }, "value": "this", - "start": 35670, - "end": 35674, + "start": 36333, + "end": 36337, "loc": { "start": { - "line": 941, + "line": 957, "column": 20 }, "end": { - "line": 941, + "line": 957, "column": 24 } } @@ -334452,15 +342127,15 @@ "binop": null, "updateContext": null }, - "start": 35674, - "end": 35675, + "start": 36337, + "end": 36338, "loc": { "start": { - "line": 941, + "line": 957, "column": 24 }, "end": { - "line": 941, + "line": 957, "column": 25 } } @@ -334478,15 +342153,15 @@ "binop": null }, "value": "muteTracks", - "start": 35675, - "end": 35685, + "start": 36338, + "end": 36348, "loc": { "start": { - "line": 941, + "line": 957, "column": 25 }, "end": { - "line": 941, + "line": 957, "column": 35 } } @@ -334503,15 +342178,15 @@ "postfix": false, "binop": null }, - "start": 35685, - "end": 35686, + "start": 36348, + "end": 36349, "loc": { "start": { - "line": 941, + "line": 957, "column": 35 }, "end": { - "line": 941, + "line": 957, "column": 36 } } @@ -334531,15 +342206,15 @@ "updateContext": null }, "value": "true", - "start": 35686, - "end": 35690, + "start": 36349, + "end": 36353, "loc": { "start": { - "line": 941, + "line": 957, "column": 36 }, "end": { - "line": 941, + "line": 957, "column": 40 } } @@ -334556,15 +342231,15 @@ "postfix": false, "binop": null }, - "start": 35690, - "end": 35691, + "start": 36353, + "end": 36354, "loc": { "start": { - "line": 941, + "line": 957, "column": 40 }, "end": { - "line": 941, + "line": 957, "column": 41 } } @@ -334582,15 +342257,15 @@ "binop": null, "updateContext": null }, - "start": 35691, - "end": 35692, + "start": 36354, + "end": 36355, "loc": { "start": { - "line": 941, + "line": 957, "column": 41 }, "end": { - "line": 941, + "line": 957, "column": 42 } } @@ -334607,15 +342282,15 @@ "postfix": false, "binop": null }, - "start": 35709, - "end": 35710, + "start": 36372, + "end": 36373, "loc": { "start": { - "line": 942, + "line": 958, "column": 16 }, "end": { - "line": 942, + "line": 958, "column": 17 } } @@ -334632,15 +342307,15 @@ "postfix": false, "binop": null }, - "start": 35723, - "end": 35724, + "start": 36386, + "end": 36387, "loc": { "start": { - "line": 943, + "line": 959, "column": 12 }, "end": { - "line": 943, + "line": 959, "column": 13 } } @@ -334660,15 +342335,15 @@ "updateContext": null }, "value": "else", - "start": 35725, - "end": 35729, + "start": 36388, + "end": 36392, "loc": { "start": { - "line": 943, + "line": 959, "column": 14 }, "end": { - "line": 943, + "line": 959, "column": 18 } } @@ -334685,15 +342360,15 @@ "postfix": false, "binop": null }, - "start": 35730, - "end": 35731, + "start": 36393, + "end": 36394, "loc": { "start": { - "line": 943, + "line": 959, "column": 19 }, "end": { - "line": 943, + "line": 959, "column": 20 } } @@ -334713,15 +342388,15 @@ "updateContext": null }, "value": "if", - "start": 35748, - "end": 35750, + "start": 36411, + "end": 36413, "loc": { "start": { - "line": 944, + "line": 960, "column": 16 }, "end": { - "line": 944, + "line": 960, "column": 18 } } @@ -334738,15 +342413,15 @@ "postfix": false, "binop": null }, - "start": 35751, - "end": 35752, + "start": 36414, + "end": 36415, "loc": { "start": { - "line": 944, + "line": 960, "column": 19 }, "end": { - "line": 944, + "line": 960, "column": 20 } } @@ -334766,15 +342441,15 @@ "updateContext": null }, "value": "this", - "start": 35752, - "end": 35756, + "start": 36415, + "end": 36419, "loc": { "start": { - "line": 944, + "line": 960, "column": 20 }, "end": { - "line": 944, + "line": 960, "column": 24 } } @@ -334792,15 +342467,15 @@ "binop": null, "updateContext": null }, - "start": 35756, - "end": 35757, + "start": 36419, + "end": 36420, "loc": { "start": { - "line": 944, + "line": 960, "column": 24 }, "end": { - "line": 944, + "line": 960, "column": 25 } } @@ -334818,15 +342493,15 @@ "binop": null }, "value": "player", - "start": 35757, - "end": 35763, + "start": 36420, + "end": 36426, "loc": { "start": { - "line": 944, + "line": 960, "column": 25 }, "end": { - "line": 944, + "line": 960, "column": 31 } } @@ -334844,15 +342519,15 @@ "binop": null, "updateContext": null }, - "start": 35763, - "end": 35764, + "start": 36426, + "end": 36427, "loc": { "start": { - "line": 944, + "line": 960, "column": 31 }, "end": { - "line": 944, + "line": 960, "column": 32 } } @@ -334870,15 +342545,15 @@ "binop": null }, "value": "recordedData", - "start": 35764, - "end": 35776, + "start": 36427, + "end": 36439, "loc": { "start": { - "line": 944, + "line": 960, "column": 32 }, "end": { - "line": 944, + "line": 960, "column": 44 } } @@ -334895,15 +342570,15 @@ "postfix": false, "binop": null }, - "start": 35776, - "end": 35777, + "start": 36439, + "end": 36440, "loc": { "start": { - "line": 944, + "line": 960, "column": 44 }, "end": { - "line": 944, + "line": 960, "column": 45 } } @@ -334920,15 +342595,15 @@ "postfix": false, "binop": null }, - "start": 35778, - "end": 35779, + "start": 36441, + "end": 36442, "loc": { "start": { - "line": 944, + "line": 960, "column": 46 }, "end": { - "line": 944, + "line": 960, "column": 47 } } @@ -334936,15 +342611,15 @@ { "type": "CommentLine", "value": " notify listeners that image data is (already) available", - "start": 35800, - "end": 35858, + "start": 36463, + "end": 36521, "loc": { "start": { - "line": 945, + "line": 961, "column": 20 }, "end": { - "line": 945, + "line": 961, "column": 78 } } @@ -334964,15 +342639,15 @@ "updateContext": null }, "value": "this", - "start": 35879, - "end": 35883, + "start": 36542, + "end": 36546, "loc": { "start": { - "line": 946, + "line": 962, "column": 20 }, "end": { - "line": 946, + "line": 962, "column": 24 } } @@ -334990,15 +342665,15 @@ "binop": null, "updateContext": null }, - "start": 35883, - "end": 35884, + "start": 36546, + "end": 36547, "loc": { "start": { - "line": 946, + "line": 962, "column": 24 }, "end": { - "line": 946, + "line": 962, "column": 25 } } @@ -335016,15 +342691,15 @@ "binop": null }, "value": "player", - "start": 35884, - "end": 35890, + "start": 36547, + "end": 36553, "loc": { "start": { - "line": 946, + "line": 962, "column": 25 }, "end": { - "line": 946, + "line": 962, "column": 31 } } @@ -335042,15 +342717,15 @@ "binop": null, "updateContext": null }, - "start": 35890, - "end": 35891, + "start": 36553, + "end": 36554, "loc": { "start": { - "line": 946, + "line": 962, "column": 31 }, "end": { - "line": 946, + "line": 962, "column": 32 } } @@ -335068,15 +342743,15 @@ "binop": null }, "value": "trigger", - "start": 35891, - "end": 35898, + "start": 36554, + "end": 36561, "loc": { "start": { - "line": 946, + "line": 962, "column": 32 }, "end": { - "line": 946, + "line": 962, "column": 39 } } @@ -335093,15 +342768,15 @@ "postfix": false, "binop": null }, - "start": 35898, - "end": 35899, + "start": 36561, + "end": 36562, "loc": { "start": { - "line": 946, + "line": 962, "column": 39 }, "end": { - "line": 946, + "line": 962, "column": 40 } } @@ -335119,15 +342794,15 @@ "binop": null }, "value": "Event", - "start": 35899, - "end": 35904, + "start": 36562, + "end": 36567, "loc": { "start": { - "line": 946, + "line": 962, "column": 40 }, "end": { - "line": 946, + "line": 962, "column": 45 } } @@ -335145,15 +342820,15 @@ "binop": null, "updateContext": null }, - "start": 35904, - "end": 35905, + "start": 36567, + "end": 36568, "loc": { "start": { - "line": 946, + "line": 962, "column": 45 }, "end": { - "line": 946, + "line": 962, "column": 46 } } @@ -335171,15 +342846,15 @@ "binop": null }, "value": "FINISH_RECORD", - "start": 35905, - "end": 35918, + "start": 36568, + "end": 36581, "loc": { "start": { - "line": 946, + "line": 962, "column": 46 }, "end": { - "line": 946, + "line": 962, "column": 59 } } @@ -335196,15 +342871,15 @@ "postfix": false, "binop": null }, - "start": 35918, - "end": 35919, + "start": 36581, + "end": 36582, "loc": { "start": { - "line": 946, + "line": 962, "column": 59 }, "end": { - "line": 946, + "line": 962, "column": 60 } } @@ -335222,15 +342897,15 @@ "binop": null, "updateContext": null }, - "start": 35919, - "end": 35920, + "start": 36582, + "end": 36583, "loc": { "start": { - "line": 946, + "line": 962, "column": 60 }, "end": { - "line": 946, + "line": 962, "column": 61 } } @@ -335247,15 +342922,15 @@ "postfix": false, "binop": null }, - "start": 35937, - "end": 35938, + "start": 36600, + "end": 36601, "loc": { "start": { - "line": 947, + "line": 963, "column": 16 }, "end": { - "line": 947, + "line": 963, "column": 17 } } @@ -335272,15 +342947,15 @@ "postfix": false, "binop": null }, - "start": 35951, - "end": 35952, + "start": 36614, + "end": 36615, "loc": { "start": { - "line": 948, + "line": 964, "column": 12 }, "end": { - "line": 948, + "line": 964, "column": 13 } } @@ -335297,15 +342972,15 @@ "postfix": false, "binop": null }, - "start": 35961, - "end": 35962, + "start": 36624, + "end": 36625, "loc": { "start": { - "line": 949, + "line": 965, "column": 8 }, "end": { - "line": 949, + "line": 965, "column": 9 } } @@ -335322,15 +342997,15 @@ "postfix": false, "binop": null }, - "start": 35967, - "end": 35968, + "start": 36630, + "end": 36631, "loc": { "start": { - "line": 950, + "line": 966, "column": 4 }, "end": { - "line": 950, + "line": 966, "column": 5 } } @@ -335338,15 +343013,15 @@ { "type": "CommentBlock", "value": "*\n * Stop device(s) and recording if active.\n ", - "start": 35974, - "end": 36032, + "start": 36637, + "end": 36695, "loc": { "start": { - "line": 952, + "line": 968, "column": 4 }, "end": { - "line": 954, + "line": 970, "column": 7 } } @@ -335364,15 +343039,15 @@ "binop": null }, "value": "stopDevice", - "start": 36037, - "end": 36047, + "start": 36700, + "end": 36710, "loc": { "start": { - "line": 955, + "line": 971, "column": 4 }, "end": { - "line": 955, + "line": 971, "column": 14 } } @@ -335389,15 +343064,15 @@ "postfix": false, "binop": null }, - "start": 36047, - "end": 36048, + "start": 36710, + "end": 36711, "loc": { "start": { - "line": 955, + "line": 971, "column": 14 }, "end": { - "line": 955, + "line": 971, "column": 15 } } @@ -335414,15 +343089,15 @@ "postfix": false, "binop": null }, - "start": 36048, - "end": 36049, + "start": 36711, + "end": 36712, "loc": { "start": { - "line": 955, + "line": 971, "column": 15 }, "end": { - "line": 955, + "line": 971, "column": 16 } } @@ -335439,15 +343114,15 @@ "postfix": false, "binop": null }, - "start": 36050, - "end": 36051, + "start": 36713, + "end": 36714, "loc": { "start": { - "line": 955, + "line": 971, "column": 17 }, "end": { - "line": 955, + "line": 971, "column": 18 } } @@ -335467,15 +343142,15 @@ "updateContext": null }, "value": "if", - "start": 36060, - "end": 36062, + "start": 36723, + "end": 36725, "loc": { "start": { - "line": 956, + "line": 972, "column": 8 }, "end": { - "line": 956, + "line": 972, "column": 10 } } @@ -335492,15 +343167,15 @@ "postfix": false, "binop": null }, - "start": 36063, - "end": 36064, + "start": 36726, + "end": 36727, "loc": { "start": { - "line": 956, + "line": 972, "column": 11 }, "end": { - "line": 956, + "line": 972, "column": 12 } } @@ -335520,15 +343195,15 @@ "updateContext": null }, "value": "this", - "start": 36064, - "end": 36068, + "start": 36727, + "end": 36731, "loc": { "start": { - "line": 956, + "line": 972, "column": 12 }, "end": { - "line": 956, + "line": 972, "column": 16 } } @@ -335546,15 +343221,15 @@ "binop": null, "updateContext": null }, - "start": 36068, - "end": 36069, + "start": 36731, + "end": 36732, "loc": { "start": { - "line": 956, + "line": 972, "column": 16 }, "end": { - "line": 956, + "line": 972, "column": 17 } } @@ -335572,15 +343247,15 @@ "binop": null }, "value": "isRecording", - "start": 36069, - "end": 36080, + "start": 36732, + "end": 36743, "loc": { "start": { - "line": 956, + "line": 972, "column": 17 }, "end": { - "line": 956, + "line": 972, "column": 28 } } @@ -335597,15 +343272,15 @@ "postfix": false, "binop": null }, - "start": 36080, - "end": 36081, + "start": 36743, + "end": 36744, "loc": { "start": { - "line": 956, + "line": 972, "column": 28 }, "end": { - "line": 956, + "line": 972, "column": 29 } } @@ -335622,15 +343297,15 @@ "postfix": false, "binop": null }, - "start": 36081, - "end": 36082, + "start": 36744, + "end": 36745, "loc": { "start": { - "line": 956, + "line": 972, "column": 29 }, "end": { - "line": 956, + "line": 972, "column": 30 } } @@ -335647,15 +343322,15 @@ "postfix": false, "binop": null }, - "start": 36082, - "end": 36083, + "start": 36745, + "end": 36746, "loc": { "start": { - "line": 956, + "line": 972, "column": 30 }, "end": { - "line": 956, + "line": 972, "column": 31 } } @@ -335672,15 +343347,15 @@ "postfix": false, "binop": null }, - "start": 36084, - "end": 36085, + "start": 36747, + "end": 36748, "loc": { "start": { - "line": 956, + "line": 972, "column": 32 }, "end": { - "line": 956, + "line": 972, "column": 33 } } @@ -335688,15 +343363,15 @@ { "type": "CommentLine", "value": " stop stream once recorded data is available,", - "start": 36098, - "end": 36145, + "start": 36761, + "end": 36808, "loc": { "start": { - "line": 957, + "line": 973, "column": 12 }, "end": { - "line": 957, + "line": 973, "column": 59 } } @@ -335704,15 +343379,15 @@ { "type": "CommentLine", "value": " otherwise it'll break recording", - "start": 36158, - "end": 36192, + "start": 36821, + "end": 36855, "loc": { "start": { - "line": 958, + "line": 974, "column": 12 }, "end": { - "line": 958, + "line": 974, "column": 46 } } @@ -335732,15 +343407,15 @@ "updateContext": null }, "value": "this", - "start": 36205, - "end": 36209, + "start": 36868, + "end": 36872, "loc": { "start": { - "line": 959, + "line": 975, "column": 12 }, "end": { - "line": 959, + "line": 975, "column": 16 } } @@ -335758,15 +343433,15 @@ "binop": null, "updateContext": null }, - "start": 36209, - "end": 36210, + "start": 36872, + "end": 36873, "loc": { "start": { - "line": 959, + "line": 975, "column": 16 }, "end": { - "line": 959, + "line": 975, "column": 17 } } @@ -335784,15 +343459,15 @@ "binop": null }, "value": "player", - "start": 36210, - "end": 36216, + "start": 36873, + "end": 36879, "loc": { "start": { - "line": 959, + "line": 975, "column": 17 }, "end": { - "line": 959, + "line": 975, "column": 23 } } @@ -335810,15 +343485,15 @@ "binop": null, "updateContext": null }, - "start": 36216, - "end": 36217, + "start": 36879, + "end": 36880, "loc": { "start": { - "line": 959, + "line": 975, "column": 23 }, "end": { - "line": 959, + "line": 975, "column": 24 } } @@ -335836,15 +343511,15 @@ "binop": null }, "value": "one", - "start": 36217, - "end": 36220, + "start": 36880, + "end": 36883, "loc": { "start": { - "line": 959, + "line": 975, "column": 24 }, "end": { - "line": 959, + "line": 975, "column": 27 } } @@ -335861,15 +343536,15 @@ "postfix": false, "binop": null }, - "start": 36220, - "end": 36221, + "start": 36883, + "end": 36884, "loc": { "start": { - "line": 959, + "line": 975, "column": 27 }, "end": { - "line": 959, + "line": 975, "column": 28 } } @@ -335887,15 +343562,15 @@ "binop": null }, "value": "Event", - "start": 36221, - "end": 36226, + "start": 36884, + "end": 36889, "loc": { "start": { - "line": 959, + "line": 975, "column": 28 }, "end": { - "line": 959, + "line": 975, "column": 33 } } @@ -335913,15 +343588,15 @@ "binop": null, "updateContext": null }, - "start": 36226, - "end": 36227, + "start": 36889, + "end": 36890, "loc": { "start": { - "line": 959, + "line": 975, "column": 33 }, "end": { - "line": 959, + "line": 975, "column": 34 } } @@ -335939,15 +343614,15 @@ "binop": null }, "value": "FINISH_RECORD", - "start": 36227, - "end": 36240, + "start": 36890, + "end": 36903, "loc": { "start": { - "line": 959, + "line": 975, "column": 34 }, "end": { - "line": 959, + "line": 975, "column": 47 } } @@ -335965,15 +343640,15 @@ "binop": null, "updateContext": null }, - "start": 36240, - "end": 36241, + "start": 36903, + "end": 36904, "loc": { "start": { - "line": 959, + "line": 975, "column": 47 }, "end": { - "line": 959, + "line": 975, "column": 48 } } @@ -335993,15 +343668,15 @@ "updateContext": null }, "value": "this", - "start": 36242, - "end": 36246, + "start": 36905, + "end": 36909, "loc": { "start": { - "line": 959, + "line": 975, "column": 49 }, "end": { - "line": 959, + "line": 975, "column": 53 } } @@ -336019,15 +343694,15 @@ "binop": null, "updateContext": null }, - "start": 36246, - "end": 36247, + "start": 36909, + "end": 36910, "loc": { "start": { - "line": 959, + "line": 975, "column": 53 }, "end": { - "line": 959, + "line": 975, "column": 54 } } @@ -336045,15 +343720,15 @@ "binop": null }, "value": "stopStream", - "start": 36247, - "end": 36257, + "start": 36910, + "end": 36920, "loc": { "start": { - "line": 959, + "line": 975, "column": 54 }, "end": { - "line": 959, + "line": 975, "column": 64 } } @@ -336071,15 +343746,15 @@ "binop": null, "updateContext": null }, - "start": 36257, - "end": 36258, + "start": 36920, + "end": 36921, "loc": { "start": { - "line": 959, + "line": 975, "column": 64 }, "end": { - "line": 959, + "line": 975, "column": 65 } } @@ -336097,15 +343772,15 @@ "binop": null }, "value": "bind", - "start": 36258, - "end": 36262, + "start": 36921, + "end": 36925, "loc": { "start": { - "line": 959, + "line": 975, "column": 65 }, "end": { - "line": 959, + "line": 975, "column": 69 } } @@ -336122,15 +343797,15 @@ "postfix": false, "binop": null }, - "start": 36262, - "end": 36263, + "start": 36925, + "end": 36926, "loc": { "start": { - "line": 959, + "line": 975, "column": 69 }, "end": { - "line": 959, + "line": 975, "column": 70 } } @@ -336150,15 +343825,15 @@ "updateContext": null }, "value": "this", - "start": 36263, - "end": 36267, + "start": 36926, + "end": 36930, "loc": { "start": { - "line": 959, + "line": 975, "column": 70 }, "end": { - "line": 959, + "line": 975, "column": 74 } } @@ -336175,15 +343850,15 @@ "postfix": false, "binop": null }, - "start": 36267, - "end": 36268, + "start": 36930, + "end": 36931, "loc": { "start": { - "line": 959, + "line": 975, "column": 74 }, "end": { - "line": 959, + "line": 975, "column": 75 } } @@ -336200,15 +343875,15 @@ "postfix": false, "binop": null }, - "start": 36268, - "end": 36269, + "start": 36931, + "end": 36932, "loc": { "start": { - "line": 959, + "line": 975, "column": 75 }, "end": { - "line": 959, + "line": 975, "column": 76 } } @@ -336226,15 +343901,15 @@ "binop": null, "updateContext": null }, - "start": 36269, - "end": 36270, + "start": 36932, + "end": 36933, "loc": { "start": { - "line": 959, + "line": 975, "column": 76 }, "end": { - "line": 959, + "line": 975, "column": 77 } } @@ -336242,15 +343917,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 36284, - "end": 36301, + "start": 36947, + "end": 36964, "loc": { "start": { - "line": 961, + "line": 977, "column": 12 }, "end": { - "line": 961, + "line": 977, "column": 29 } } @@ -336270,15 +343945,15 @@ "updateContext": null }, "value": "this", - "start": 36314, - "end": 36318, + "start": 36977, + "end": 36981, "loc": { "start": { - "line": 962, + "line": 978, "column": 12 }, "end": { - "line": 962, + "line": 978, "column": 16 } } @@ -336296,15 +343971,15 @@ "binop": null, "updateContext": null }, - "start": 36318, - "end": 36319, + "start": 36981, + "end": 36982, "loc": { "start": { - "line": 962, + "line": 978, "column": 16 }, "end": { - "line": 962, + "line": 978, "column": 17 } } @@ -336322,15 +343997,15 @@ "binop": null }, "value": "stop", - "start": 36319, - "end": 36323, + "start": 36982, + "end": 36986, "loc": { "start": { - "line": 962, + "line": 978, "column": 17 }, "end": { - "line": 962, + "line": 978, "column": 21 } } @@ -336347,15 +344022,15 @@ "postfix": false, "binop": null }, - "start": 36323, - "end": 36324, + "start": 36986, + "end": 36987, "loc": { "start": { - "line": 962, + "line": 978, "column": 21 }, "end": { - "line": 962, + "line": 978, "column": 22 } } @@ -336372,15 +344047,15 @@ "postfix": false, "binop": null }, - "start": 36324, - "end": 36325, + "start": 36987, + "end": 36988, "loc": { "start": { - "line": 962, + "line": 978, "column": 22 }, "end": { - "line": 962, + "line": 978, "column": 23 } } @@ -336398,15 +344073,15 @@ "binop": null, "updateContext": null }, - "start": 36325, - "end": 36326, + "start": 36988, + "end": 36989, "loc": { "start": { - "line": 962, + "line": 978, "column": 23 }, "end": { - "line": 962, + "line": 978, "column": 24 } } @@ -336423,15 +344098,15 @@ "postfix": false, "binop": null }, - "start": 36335, - "end": 36336, + "start": 36998, + "end": 36999, "loc": { "start": { - "line": 963, + "line": 979, "column": 8 }, "end": { - "line": 963, + "line": 979, "column": 9 } } @@ -336451,15 +344126,15 @@ "updateContext": null }, "value": "else", - "start": 36337, - "end": 36341, + "start": 37000, + "end": 37004, "loc": { "start": { - "line": 963, + "line": 979, "column": 10 }, "end": { - "line": 963, + "line": 979, "column": 14 } } @@ -336476,15 +344151,15 @@ "postfix": false, "binop": null }, - "start": 36342, - "end": 36343, + "start": 37005, + "end": 37006, "loc": { "start": { - "line": 963, + "line": 979, "column": 15 }, "end": { - "line": 963, + "line": 979, "column": 16 } } @@ -336492,15 +344167,15 @@ { "type": "CommentLine", "value": " stop stream now, since there's no recorded data available", - "start": 36356, - "end": 36416, + "start": 37019, + "end": 37079, "loc": { "start": { - "line": 964, + "line": 980, "column": 12 }, "end": { - "line": 964, + "line": 980, "column": 72 } } @@ -336520,15 +344195,15 @@ "updateContext": null }, "value": "this", - "start": 36429, - "end": 36433, + "start": 37092, + "end": 37096, "loc": { "start": { - "line": 965, + "line": 981, "column": 12 }, "end": { - "line": 965, + "line": 981, "column": 16 } } @@ -336546,15 +344221,15 @@ "binop": null, "updateContext": null }, - "start": 36433, - "end": 36434, + "start": 37096, + "end": 37097, "loc": { "start": { - "line": 965, + "line": 981, "column": 16 }, "end": { - "line": 965, + "line": 981, "column": 17 } } @@ -336572,15 +344247,15 @@ "binop": null }, "value": "stopStream", - "start": 36434, - "end": 36444, + "start": 37097, + "end": 37107, "loc": { "start": { - "line": 965, + "line": 981, "column": 17 }, "end": { - "line": 965, + "line": 981, "column": 27 } } @@ -336597,15 +344272,15 @@ "postfix": false, "binop": null }, - "start": 36444, - "end": 36445, + "start": 37107, + "end": 37108, "loc": { "start": { - "line": 965, + "line": 981, "column": 27 }, "end": { - "line": 965, + "line": 981, "column": 28 } } @@ -336622,15 +344297,15 @@ "postfix": false, "binop": null }, - "start": 36445, - "end": 36446, + "start": 37108, + "end": 37109, "loc": { "start": { - "line": 965, + "line": 981, "column": 28 }, "end": { - "line": 965, + "line": 981, "column": 29 } } @@ -336648,15 +344323,15 @@ "binop": null, "updateContext": null }, - "start": 36446, - "end": 36447, + "start": 37109, + "end": 37110, "loc": { "start": { - "line": 965, + "line": 981, "column": 29 }, "end": { - "line": 965, + "line": 981, "column": 30 } } @@ -336673,15 +344348,15 @@ "postfix": false, "binop": null }, - "start": 36456, - "end": 36457, + "start": 37119, + "end": 37120, "loc": { "start": { - "line": 966, + "line": 982, "column": 8 }, "end": { - "line": 966, + "line": 982, "column": 9 } } @@ -336698,15 +344373,15 @@ "postfix": false, "binop": null }, - "start": 36462, - "end": 36463, + "start": 37125, + "end": 37126, "loc": { "start": { - "line": 967, + "line": 983, "column": 4 }, "end": { - "line": 967, + "line": 983, "column": 5 } } @@ -336714,15 +344389,15 @@ { "type": "CommentBlock", "value": "*\n * Stop stream and device.\n ", - "start": 36469, - "end": 36511, + "start": 37132, + "end": 37174, "loc": { "start": { - "line": 969, + "line": 985, "column": 4 }, "end": { - "line": 971, + "line": 987, "column": 7 } } @@ -336740,15 +344415,15 @@ "binop": null }, "value": "stopStream", - "start": 36516, - "end": 36526, + "start": 37179, + "end": 37189, "loc": { "start": { - "line": 972, + "line": 988, "column": 4 }, "end": { - "line": 972, + "line": 988, "column": 14 } } @@ -336765,15 +344440,15 @@ "postfix": false, "binop": null }, - "start": 36526, - "end": 36527, + "start": 37189, + "end": 37190, "loc": { "start": { - "line": 972, + "line": 988, "column": 14 }, "end": { - "line": 972, + "line": 988, "column": 15 } } @@ -336790,15 +344465,15 @@ "postfix": false, "binop": null }, - "start": 36527, - "end": 36528, + "start": 37190, + "end": 37191, "loc": { "start": { - "line": 972, + "line": 988, "column": 15 }, "end": { - "line": 972, + "line": 988, "column": 16 } } @@ -336815,15 +344490,15 @@ "postfix": false, "binop": null }, - "start": 36529, - "end": 36530, + "start": 37192, + "end": 37193, "loc": { "start": { - "line": 972, + "line": 988, "column": 17 }, "end": { - "line": 972, + "line": 988, "column": 18 } } @@ -336831,15 +344506,15 @@ { "type": "CommentLine", "value": " stop stream and device", - "start": 36539, - "end": 36564, + "start": 37202, + "end": 37227, "loc": { "start": { - "line": 973, + "line": 989, "column": 8 }, "end": { - "line": 973, + "line": 989, "column": 33 } } @@ -336859,15 +344534,15 @@ "updateContext": null }, "value": "if", - "start": 36573, - "end": 36575, + "start": 37236, + "end": 37238, "loc": { "start": { - "line": 974, + "line": 990, "column": 8 }, "end": { - "line": 974, + "line": 990, "column": 10 } } @@ -336884,15 +344559,15 @@ "postfix": false, "binop": null }, - "start": 36576, - "end": 36577, + "start": 37239, + "end": 37240, "loc": { "start": { - "line": 974, + "line": 990, "column": 11 }, "end": { - "line": 974, + "line": 990, "column": 12 } } @@ -336912,15 +344587,15 @@ "updateContext": null }, "value": "this", - "start": 36577, - "end": 36581, + "start": 37240, + "end": 37244, "loc": { "start": { - "line": 974, + "line": 990, "column": 12 }, "end": { - "line": 974, + "line": 990, "column": 16 } } @@ -336938,15 +344613,15 @@ "binop": null, "updateContext": null }, - "start": 36581, - "end": 36582, + "start": 37244, + "end": 37245, "loc": { "start": { - "line": 974, + "line": 990, "column": 16 }, "end": { - "line": 974, + "line": 990, "column": 17 } } @@ -336964,15 +344639,15 @@ "binop": null }, "value": "stream", - "start": 36582, - "end": 36588, + "start": 37245, + "end": 37251, "loc": { "start": { - "line": 974, + "line": 990, "column": 17 }, "end": { - "line": 974, + "line": 990, "column": 23 } } @@ -336989,15 +344664,15 @@ "postfix": false, "binop": null }, - "start": 36588, - "end": 36589, + "start": 37251, + "end": 37252, "loc": { "start": { - "line": 974, + "line": 990, "column": 23 }, "end": { - "line": 974, + "line": 990, "column": 24 } } @@ -337014,15 +344689,15 @@ "postfix": false, "binop": null }, - "start": 36590, - "end": 36591, + "start": 37253, + "end": 37254, "loc": { "start": { - "line": 974, + "line": 990, "column": 25 }, "end": { - "line": 974, + "line": 990, "column": 26 } } @@ -337042,15 +344717,15 @@ "updateContext": null }, "value": "this", - "start": 36604, - "end": 36608, + "start": 37267, + "end": 37271, "loc": { "start": { - "line": 975, + "line": 991, "column": 12 }, "end": { - "line": 975, + "line": 991, "column": 16 } } @@ -337068,15 +344743,15 @@ "binop": null, "updateContext": null }, - "start": 36608, - "end": 36609, + "start": 37271, + "end": 37272, "loc": { "start": { - "line": 975, + "line": 991, "column": 16 }, "end": { - "line": 975, + "line": 991, "column": 17 } } @@ -337094,15 +344769,15 @@ "binop": null }, "value": "_deviceActive", - "start": 36609, - "end": 36622, + "start": 37272, + "end": 37285, "loc": { "start": { - "line": 975, + "line": 991, "column": 17 }, "end": { - "line": 975, + "line": 991, "column": 30 } } @@ -337121,15 +344796,15 @@ "updateContext": null }, "value": "=", - "start": 36623, - "end": 36624, + "start": 37286, + "end": 37287, "loc": { "start": { - "line": 975, + "line": 991, "column": 31 }, "end": { - "line": 975, + "line": 991, "column": 32 } } @@ -337149,15 +344824,15 @@ "updateContext": null }, "value": "false", - "start": 36625, - "end": 36630, + "start": 37288, + "end": 37293, "loc": { "start": { - "line": 975, + "line": 991, "column": 33 }, "end": { - "line": 975, + "line": 991, "column": 38 } } @@ -337175,15 +344850,15 @@ "binop": null, "updateContext": null }, - "start": 36630, - "end": 36631, + "start": 37293, + "end": 37294, "loc": { "start": { - "line": 975, + "line": 991, "column": 38 }, "end": { - "line": 975, + "line": 991, "column": 39 } } @@ -337203,15 +344878,15 @@ "updateContext": null }, "value": "if", - "start": 36645, - "end": 36647, + "start": 37308, + "end": 37310, "loc": { "start": { - "line": 977, + "line": 993, "column": 12 }, "end": { - "line": 977, + "line": 993, "column": 14 } } @@ -337228,15 +344903,15 @@ "postfix": false, "binop": null }, - "start": 36648, - "end": 36649, + "start": 37311, + "end": 37312, "loc": { "start": { - "line": 977, + "line": 993, "column": 15 }, "end": { - "line": 977, + "line": 993, "column": 16 } } @@ -337256,15 +344931,15 @@ "updateContext": null }, "value": "this", - "start": 36649, - "end": 36653, + "start": 37312, + "end": 37316, "loc": { "start": { - "line": 977, + "line": 993, "column": 16 }, "end": { - "line": 977, + "line": 993, "column": 20 } } @@ -337282,15 +344957,15 @@ "binop": null, "updateContext": null }, - "start": 36653, - "end": 36654, + "start": 37316, + "end": 37317, "loc": { "start": { - "line": 977, + "line": 993, "column": 20 }, "end": { - "line": 977, + "line": 993, "column": 21 } } @@ -337308,15 +344983,15 @@ "binop": null }, "value": "getRecordType", - "start": 36654, - "end": 36667, + "start": 37317, + "end": 37330, "loc": { "start": { - "line": 977, + "line": 993, "column": 21 }, "end": { - "line": 977, + "line": 993, "column": 34 } } @@ -337333,15 +345008,15 @@ "postfix": false, "binop": null }, - "start": 36667, - "end": 36668, + "start": 37330, + "end": 37331, "loc": { "start": { - "line": 977, + "line": 993, "column": 34 }, "end": { - "line": 977, + "line": 993, "column": 35 } } @@ -337358,15 +345033,15 @@ "postfix": false, "binop": null }, - "start": 36668, - "end": 36669, + "start": 37331, + "end": 37332, "loc": { "start": { - "line": 977, + "line": 993, "column": 35 }, "end": { - "line": 977, + "line": 993, "column": 36 } } @@ -337385,15 +345060,15 @@ "updateContext": null }, "value": "===", - "start": 36670, - "end": 36673, + "start": 37333, + "end": 37336, "loc": { "start": { - "line": 977, + "line": 993, "column": 37 }, "end": { - "line": 977, + "line": 993, "column": 40 } } @@ -337411,15 +345086,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 36674, - "end": 36684, + "start": 37337, + "end": 37347, "loc": { "start": { - "line": 977, + "line": 993, "column": 41 }, "end": { - "line": 977, + "line": 993, "column": 51 } } @@ -337436,15 +345111,15 @@ "postfix": false, "binop": null }, - "start": 36684, - "end": 36685, + "start": 37347, + "end": 37348, "loc": { "start": { - "line": 977, + "line": 993, "column": 51 }, "end": { - "line": 977, + "line": 993, "column": 52 } } @@ -337461,15 +345136,15 @@ "postfix": false, "binop": null }, - "start": 36686, - "end": 36687, + "start": 37349, + "end": 37350, "loc": { "start": { - "line": 977, + "line": 993, "column": 53 }, "end": { - "line": 977, + "line": 993, "column": 54 } } @@ -337477,15 +345152,15 @@ { "type": "CommentLine", "value": " make the microphone plugin stop it's device", - "start": 36704, - "end": 36750, + "start": 37367, + "end": 37413, "loc": { "start": { - "line": 978, + "line": 994, "column": 16 }, "end": { - "line": 978, + "line": 994, "column": 62 } } @@ -337505,15 +345180,15 @@ "updateContext": null }, "value": "this", - "start": 36767, - "end": 36771, + "start": 37430, + "end": 37434, "loc": { "start": { - "line": 979, + "line": 995, "column": 16 }, "end": { - "line": 979, + "line": 995, "column": 20 } } @@ -337531,15 +345206,15 @@ "binop": null, "updateContext": null }, - "start": 36771, - "end": 36772, + "start": 37434, + "end": 37435, "loc": { "start": { - "line": 979, + "line": 995, "column": 20 }, "end": { - "line": 979, + "line": 995, "column": 21 } } @@ -337557,15 +345232,15 @@ "binop": null }, "value": "surfer", - "start": 36772, - "end": 36778, + "start": 37435, + "end": 37441, "loc": { "start": { - "line": 979, + "line": 995, "column": 21 }, "end": { - "line": 979, + "line": 995, "column": 27 } } @@ -337583,15 +345258,15 @@ "binop": null, "updateContext": null }, - "start": 36778, - "end": 36779, + "start": 37441, + "end": 37442, "loc": { "start": { - "line": 979, + "line": 995, "column": 27 }, "end": { - "line": 979, + "line": 995, "column": 28 } } @@ -337609,15 +345284,15 @@ "binop": null }, "value": "surfer", - "start": 36779, - "end": 36785, + "start": 37442, + "end": 37448, "loc": { "start": { - "line": 979, + "line": 995, "column": 28 }, "end": { - "line": 979, + "line": 995, "column": 34 } } @@ -337635,15 +345310,15 @@ "binop": null, "updateContext": null }, - "start": 36785, - "end": 36786, + "start": 37448, + "end": 37449, "loc": { "start": { - "line": 979, + "line": 995, "column": 34 }, "end": { - "line": 979, + "line": 995, "column": 35 } } @@ -337661,15 +345336,15 @@ "binop": null }, "value": "microphone", - "start": 36786, - "end": 36796, + "start": 37449, + "end": 37459, "loc": { "start": { - "line": 979, + "line": 995, "column": 35 }, "end": { - "line": 979, + "line": 995, "column": 45 } } @@ -337687,15 +345362,15 @@ "binop": null, "updateContext": null }, - "start": 36796, - "end": 36797, + "start": 37459, + "end": 37460, "loc": { "start": { - "line": 979, + "line": 995, "column": 45 }, "end": { - "line": 979, + "line": 995, "column": 46 } } @@ -337713,15 +345388,15 @@ "binop": null }, "value": "stopDevice", - "start": 36797, - "end": 36807, + "start": 37460, + "end": 37470, "loc": { "start": { - "line": 979, + "line": 995, "column": 46 }, "end": { - "line": 979, + "line": 995, "column": 56 } } @@ -337738,15 +345413,15 @@ "postfix": false, "binop": null }, - "start": 36807, - "end": 36808, + "start": 37470, + "end": 37471, "loc": { "start": { - "line": 979, + "line": 995, "column": 56 }, "end": { - "line": 979, + "line": 995, "column": 57 } } @@ -337763,15 +345438,15 @@ "postfix": false, "binop": null }, - "start": 36808, - "end": 36809, + "start": 37471, + "end": 37472, "loc": { "start": { - "line": 979, + "line": 995, "column": 57 }, "end": { - "line": 979, + "line": 995, "column": 58 } } @@ -337789,15 +345464,15 @@ "binop": null, "updateContext": null }, - "start": 36809, - "end": 36810, + "start": 37472, + "end": 37473, "loc": { "start": { - "line": 979, + "line": 995, "column": 58 }, "end": { - "line": 979, + "line": 995, "column": 59 } } @@ -337817,15 +345492,15 @@ "updateContext": null }, "value": "return", - "start": 36827, - "end": 36833, + "start": 37490, + "end": 37496, "loc": { "start": { - "line": 980, + "line": 996, "column": 16 }, "end": { - "line": 980, + "line": 996, "column": 22 } } @@ -337843,15 +345518,15 @@ "binop": null, "updateContext": null }, - "start": 36833, - "end": 36834, + "start": 37496, + "end": 37497, "loc": { "start": { - "line": 980, + "line": 996, "column": 22 }, "end": { - "line": 980, + "line": 996, "column": 23 } } @@ -337868,15 +345543,15 @@ "postfix": false, "binop": null }, - "start": 36847, - "end": 36848, + "start": 37510, + "end": 37511, "loc": { "start": { - "line": 981, + "line": 997, "column": 12 }, "end": { - "line": 981, + "line": 997, "column": 13 } } @@ -337896,15 +345571,15 @@ "updateContext": null }, "value": "this", - "start": 36861, - "end": 36865, + "start": 37524, + "end": 37528, "loc": { "start": { - "line": 982, + "line": 998, "column": 12 }, "end": { - "line": 982, + "line": 998, "column": 16 } } @@ -337922,15 +345597,15 @@ "binop": null, "updateContext": null }, - "start": 36865, - "end": 36866, + "start": 37528, + "end": 37529, "loc": { "start": { - "line": 982, + "line": 998, "column": 16 }, "end": { - "line": 982, + "line": 998, "column": 17 } } @@ -337948,15 +345623,15 @@ "binop": null }, "value": "stream", - "start": 36866, - "end": 36872, + "start": 37529, + "end": 37535, "loc": { "start": { - "line": 982, + "line": 998, "column": 17 }, "end": { - "line": 982, + "line": 998, "column": 23 } } @@ -337974,15 +345649,15 @@ "binop": null, "updateContext": null }, - "start": 36872, - "end": 36873, + "start": 37535, + "end": 37536, "loc": { "start": { - "line": 982, + "line": 998, "column": 23 }, "end": { - "line": 982, + "line": 998, "column": 24 } } @@ -338000,15 +345675,15 @@ "binop": null }, "value": "getTracks", - "start": 36873, - "end": 36882, + "start": 37536, + "end": 37545, "loc": { "start": { - "line": 982, + "line": 998, "column": 24 }, "end": { - "line": 982, + "line": 998, "column": 33 } } @@ -338025,15 +345700,15 @@ "postfix": false, "binop": null }, - "start": 36882, - "end": 36883, + "start": 37545, + "end": 37546, "loc": { "start": { - "line": 982, + "line": 998, "column": 33 }, "end": { - "line": 982, + "line": 998, "column": 34 } } @@ -338050,15 +345725,15 @@ "postfix": false, "binop": null }, - "start": 36883, - "end": 36884, + "start": 37546, + "end": 37547, "loc": { "start": { - "line": 982, + "line": 998, "column": 34 }, "end": { - "line": 982, + "line": 998, "column": 35 } } @@ -338076,15 +345751,15 @@ "binop": null, "updateContext": null }, - "start": 36884, - "end": 36885, + "start": 37547, + "end": 37548, "loc": { "start": { - "line": 982, + "line": 998, "column": 35 }, "end": { - "line": 982, + "line": 998, "column": 36 } } @@ -338102,15 +345777,15 @@ "binop": null }, "value": "forEach", - "start": 36885, - "end": 36892, + "start": 37548, + "end": 37555, "loc": { "start": { - "line": 982, + "line": 998, "column": 36 }, "end": { - "line": 982, + "line": 998, "column": 43 } } @@ -338127,15 +345802,15 @@ "postfix": false, "binop": null }, - "start": 36892, - "end": 36893, + "start": 37555, + "end": 37556, "loc": { "start": { - "line": 982, + "line": 998, "column": 43 }, "end": { - "line": 982, + "line": 998, "column": 44 } } @@ -338152,15 +345827,15 @@ "postfix": false, "binop": null }, - "start": 36893, - "end": 36894, + "start": 37556, + "end": 37557, "loc": { "start": { - "line": 982, + "line": 998, "column": 44 }, "end": { - "line": 982, + "line": 998, "column": 45 } } @@ -338178,15 +345853,15 @@ "binop": null }, "value": "stream", - "start": 36894, - "end": 36900, + "start": 37557, + "end": 37563, "loc": { "start": { - "line": 982, + "line": 998, "column": 45 }, "end": { - "line": 982, + "line": 998, "column": 51 } } @@ -338203,15 +345878,15 @@ "postfix": false, "binop": null }, - "start": 36900, - "end": 36901, + "start": 37563, + "end": 37564, "loc": { "start": { - "line": 982, + "line": 998, "column": 51 }, "end": { - "line": 982, + "line": 998, "column": 52 } } @@ -338229,15 +345904,15 @@ "binop": null, "updateContext": null }, - "start": 36902, - "end": 36904, + "start": 37565, + "end": 37567, "loc": { "start": { - "line": 982, + "line": 998, "column": 53 }, "end": { - "line": 982, + "line": 998, "column": 55 } } @@ -338254,15 +345929,15 @@ "postfix": false, "binop": null }, - "start": 36905, - "end": 36906, + "start": 37568, + "end": 37569, "loc": { "start": { - "line": 982, + "line": 998, "column": 56 }, "end": { - "line": 982, + "line": 998, "column": 57 } } @@ -338280,15 +345955,15 @@ "binop": null }, "value": "stream", - "start": 36923, - "end": 36929, + "start": 37586, + "end": 37592, "loc": { "start": { - "line": 983, + "line": 999, "column": 16 }, "end": { - "line": 983, + "line": 999, "column": 22 } } @@ -338306,15 +345981,15 @@ "binop": null, "updateContext": null }, - "start": 36929, - "end": 36930, + "start": 37592, + "end": 37593, "loc": { "start": { - "line": 983, + "line": 999, "column": 22 }, "end": { - "line": 983, + "line": 999, "column": 23 } } @@ -338332,15 +346007,15 @@ "binop": null }, "value": "stop", - "start": 36930, - "end": 36934, + "start": 37593, + "end": 37597, "loc": { "start": { - "line": 983, + "line": 999, "column": 23 }, "end": { - "line": 983, + "line": 999, "column": 27 } } @@ -338357,15 +346032,15 @@ "postfix": false, "binop": null }, - "start": 36934, - "end": 36935, + "start": 37597, + "end": 37598, "loc": { "start": { - "line": 983, + "line": 999, "column": 27 }, "end": { - "line": 983, + "line": 999, "column": 28 } } @@ -338382,15 +346057,15 @@ "postfix": false, "binop": null }, - "start": 36935, - "end": 36936, + "start": 37598, + "end": 37599, "loc": { "start": { - "line": 983, + "line": 999, "column": 28 }, "end": { - "line": 983, + "line": 999, "column": 29 } } @@ -338408,15 +346083,15 @@ "binop": null, "updateContext": null }, - "start": 36936, - "end": 36937, + "start": 37599, + "end": 37600, "loc": { "start": { - "line": 983, + "line": 999, "column": 29 }, "end": { - "line": 983, + "line": 999, "column": 30 } } @@ -338433,15 +346108,15 @@ "postfix": false, "binop": null }, - "start": 36950, - "end": 36951, + "start": 37613, + "end": 37614, "loc": { "start": { - "line": 984, + "line": 1000, "column": 12 }, "end": { - "line": 984, + "line": 1000, "column": 13 } } @@ -338458,15 +346133,15 @@ "postfix": false, "binop": null }, - "start": 36951, - "end": 36952, + "start": 37614, + "end": 37615, "loc": { "start": { - "line": 984, + "line": 1000, "column": 13 }, "end": { - "line": 984, + "line": 1000, "column": 14 } } @@ -338484,15 +346159,15 @@ "binop": null, "updateContext": null }, - "start": 36952, - "end": 36953, + "start": 37615, + "end": 37616, "loc": { "start": { - "line": 984, + "line": 1000, "column": 14 }, "end": { - "line": 984, + "line": 1000, "column": 15 } } @@ -338509,15 +346184,15 @@ "postfix": false, "binop": null }, - "start": 36962, - "end": 36963, + "start": 37625, + "end": 37626, "loc": { "start": { - "line": 985, + "line": 1001, "column": 8 }, "end": { - "line": 985, + "line": 1001, "column": 9 } } @@ -338534,15 +346209,15 @@ "postfix": false, "binop": null }, - "start": 36968, - "end": 36969, + "start": 37631, + "end": 37632, "loc": { "start": { - "line": 986, + "line": 1002, "column": 4 }, "end": { - "line": 986, + "line": 1002, "column": 5 } } @@ -338550,15 +346225,15 @@ { "type": "CommentBlock", "value": "*\n * Pause recording.\n ", - "start": 36975, - "end": 37010, + "start": 37638, + "end": 37673, "loc": { "start": { - "line": 988, + "line": 1004, "column": 4 }, "end": { - "line": 990, + "line": 1006, "column": 7 } } @@ -338576,15 +346251,15 @@ "binop": null }, "value": "pause", - "start": 37015, - "end": 37020, + "start": 37678, + "end": 37683, "loc": { "start": { - "line": 991, + "line": 1007, "column": 4 }, "end": { - "line": 991, + "line": 1007, "column": 9 } } @@ -338601,15 +346276,15 @@ "postfix": false, "binop": null }, - "start": 37020, - "end": 37021, + "start": 37683, + "end": 37684, "loc": { "start": { - "line": 991, + "line": 1007, "column": 9 }, "end": { - "line": 991, + "line": 1007, "column": 10 } } @@ -338626,15 +346301,15 @@ "postfix": false, "binop": null }, - "start": 37021, - "end": 37022, + "start": 37684, + "end": 37685, "loc": { "start": { - "line": 991, + "line": 1007, "column": 10 }, "end": { - "line": 991, + "line": 1007, "column": 11 } } @@ -338651,15 +346326,15 @@ "postfix": false, "binop": null }, - "start": 37023, - "end": 37024, + "start": 37686, + "end": 37687, "loc": { "start": { - "line": 991, + "line": 1007, "column": 12 }, "end": { - "line": 991, + "line": 1007, "column": 13 } } @@ -338679,15 +346354,15 @@ "updateContext": null }, "value": "if", - "start": 37033, - "end": 37035, + "start": 37696, + "end": 37698, "loc": { "start": { - "line": 992, + "line": 1008, "column": 8 }, "end": { - "line": 992, + "line": 1008, "column": 10 } } @@ -338704,15 +346379,15 @@ "postfix": false, "binop": null }, - "start": 37036, - "end": 37037, + "start": 37699, + "end": 37700, "loc": { "start": { - "line": 992, + "line": 1008, "column": 11 }, "end": { - "line": 992, + "line": 1008, "column": 12 } } @@ -338731,15 +346406,15 @@ "updateContext": null }, "value": "!", - "start": 37037, - "end": 37038, + "start": 37700, + "end": 37701, "loc": { "start": { - "line": 992, + "line": 1008, "column": 12 }, "end": { - "line": 992, + "line": 1008, "column": 13 } } @@ -338759,15 +346434,15 @@ "updateContext": null }, "value": "this", - "start": 37038, - "end": 37042, + "start": 37701, + "end": 37705, "loc": { "start": { - "line": 992, + "line": 1008, "column": 13 }, "end": { - "line": 992, + "line": 1008, "column": 17 } } @@ -338785,15 +346460,15 @@ "binop": null, "updateContext": null }, - "start": 37042, - "end": 37043, + "start": 37705, + "end": 37706, "loc": { "start": { - "line": 992, + "line": 1008, "column": 17 }, "end": { - "line": 992, + "line": 1008, "column": 18 } } @@ -338811,15 +346486,15 @@ "binop": null }, "value": "paused", - "start": 37043, - "end": 37049, + "start": 37706, + "end": 37712, "loc": { "start": { - "line": 992, + "line": 1008, "column": 18 }, "end": { - "line": 992, + "line": 1008, "column": 24 } } @@ -338836,15 +346511,15 @@ "postfix": false, "binop": null }, - "start": 37049, - "end": 37050, + "start": 37712, + "end": 37713, "loc": { "start": { - "line": 992, + "line": 1008, "column": 24 }, "end": { - "line": 992, + "line": 1008, "column": 25 } } @@ -338861,15 +346536,15 @@ "postfix": false, "binop": null }, - "start": 37051, - "end": 37052, + "start": 37714, + "end": 37715, "loc": { "start": { - "line": 992, + "line": 1008, "column": 26 }, "end": { - "line": 992, + "line": 1008, "column": 27 } } @@ -338889,15 +346564,15 @@ "updateContext": null }, "value": "this", - "start": 37065, - "end": 37069, + "start": 37728, + "end": 37732, "loc": { "start": { - "line": 993, + "line": 1009, "column": 12 }, "end": { - "line": 993, + "line": 1009, "column": 16 } } @@ -338915,15 +346590,15 @@ "binop": null, "updateContext": null }, - "start": 37069, - "end": 37070, + "start": 37732, + "end": 37733, "loc": { "start": { - "line": 993, + "line": 1009, "column": 16 }, "end": { - "line": 993, + "line": 1009, "column": 17 } } @@ -338941,15 +346616,15 @@ "binop": null }, "value": "pauseTime", - "start": 37070, - "end": 37079, + "start": 37733, + "end": 37742, "loc": { "start": { - "line": 993, + "line": 1009, "column": 17 }, "end": { - "line": 993, + "line": 1009, "column": 26 } } @@ -338968,15 +346643,15 @@ "updateContext": null }, "value": "=", - "start": 37080, - "end": 37081, + "start": 37743, + "end": 37744, "loc": { "start": { - "line": 993, + "line": 1009, "column": 27 }, "end": { - "line": 993, + "line": 1009, "column": 28 } } @@ -338994,15 +346669,15 @@ "binop": null }, "value": "performance", - "start": 37082, - "end": 37093, + "start": 37745, + "end": 37756, "loc": { "start": { - "line": 993, + "line": 1009, "column": 29 }, "end": { - "line": 993, + "line": 1009, "column": 40 } } @@ -339020,15 +346695,15 @@ "binop": null, "updateContext": null }, - "start": 37093, - "end": 37094, + "start": 37756, + "end": 37757, "loc": { "start": { - "line": 993, + "line": 1009, "column": 40 }, "end": { - "line": 993, + "line": 1009, "column": 41 } } @@ -339046,15 +346721,15 @@ "binop": null }, "value": "now", - "start": 37094, - "end": 37097, + "start": 37757, + "end": 37760, "loc": { "start": { - "line": 993, + "line": 1009, "column": 41 }, "end": { - "line": 993, + "line": 1009, "column": 44 } } @@ -339071,15 +346746,15 @@ "postfix": false, "binop": null }, - "start": 37097, - "end": 37098, + "start": 37760, + "end": 37761, "loc": { "start": { - "line": 993, + "line": 1009, "column": 44 }, "end": { - "line": 993, + "line": 1009, "column": 45 } } @@ -339096,15 +346771,15 @@ "postfix": false, "binop": null }, - "start": 37098, - "end": 37099, + "start": 37761, + "end": 37762, "loc": { "start": { - "line": 993, + "line": 1009, "column": 45 }, "end": { - "line": 993, + "line": 1009, "column": 46 } } @@ -339122,15 +346797,15 @@ "binop": null, "updateContext": null }, - "start": 37099, - "end": 37100, + "start": 37762, + "end": 37763, "loc": { "start": { - "line": 993, + "line": 1009, "column": 46 }, "end": { - "line": 993, + "line": 1009, "column": 47 } } @@ -339150,15 +346825,15 @@ "updateContext": null }, "value": "this", - "start": 37113, - "end": 37117, + "start": 37776, + "end": 37780, "loc": { "start": { - "line": 994, + "line": 1010, "column": 12 }, "end": { - "line": 994, + "line": 1010, "column": 16 } } @@ -339176,15 +346851,15 @@ "binop": null, "updateContext": null }, - "start": 37117, - "end": 37118, + "start": 37780, + "end": 37781, "loc": { "start": { - "line": 994, + "line": 1010, "column": 16 }, "end": { - "line": 994, + "line": 1010, "column": 17 } } @@ -339202,15 +346877,15 @@ "binop": null }, "value": "paused", - "start": 37118, - "end": 37124, + "start": 37781, + "end": 37787, "loc": { "start": { - "line": 994, + "line": 1010, "column": 17 }, "end": { - "line": 994, + "line": 1010, "column": 23 } } @@ -339229,15 +346904,15 @@ "updateContext": null }, "value": "=", - "start": 37125, - "end": 37126, + "start": 37788, + "end": 37789, "loc": { "start": { - "line": 994, + "line": 1010, "column": 24 }, "end": { - "line": 994, + "line": 1010, "column": 25 } } @@ -339257,15 +346932,15 @@ "updateContext": null }, "value": "true", - "start": 37127, - "end": 37131, + "start": 37790, + "end": 37794, "loc": { "start": { - "line": 994, + "line": 1010, "column": 26 }, "end": { - "line": 994, + "line": 1010, "column": 30 } } @@ -339283,15 +346958,15 @@ "binop": null, "updateContext": null }, - "start": 37131, - "end": 37132, + "start": 37794, + "end": 37795, "loc": { "start": { - "line": 994, + "line": 1010, "column": 30 }, "end": { - "line": 994, + "line": 1010, "column": 31 } } @@ -339311,15 +346986,15 @@ "updateContext": null }, "value": "this", - "start": 37146, - "end": 37150, + "start": 37809, + "end": 37813, "loc": { "start": { - "line": 996, + "line": 1012, "column": 12 }, "end": { - "line": 996, + "line": 1012, "column": 16 } } @@ -339337,15 +347012,15 @@ "binop": null, "updateContext": null }, - "start": 37150, - "end": 37151, + "start": 37813, + "end": 37814, "loc": { "start": { - "line": 996, + "line": 1012, "column": 16 }, "end": { - "line": 996, + "line": 1012, "column": 17 } } @@ -339363,15 +347038,15 @@ "binop": null }, "value": "engine", - "start": 37151, - "end": 37157, + "start": 37814, + "end": 37820, "loc": { "start": { - "line": 996, + "line": 1012, "column": 17 }, "end": { - "line": 996, + "line": 1012, "column": 23 } } @@ -339389,15 +347064,15 @@ "binop": null, "updateContext": null }, - "start": 37157, - "end": 37158, + "start": 37820, + "end": 37821, "loc": { "start": { - "line": 996, + "line": 1012, "column": 23 }, "end": { - "line": 996, + "line": 1012, "column": 24 } } @@ -339415,15 +347090,15 @@ "binop": null }, "value": "pause", - "start": 37158, - "end": 37163, + "start": 37821, + "end": 37826, "loc": { "start": { - "line": 996, + "line": 1012, "column": 24 }, "end": { - "line": 996, + "line": 1012, "column": 29 } } @@ -339440,15 +347115,15 @@ "postfix": false, "binop": null }, - "start": 37163, - "end": 37164, + "start": 37826, + "end": 37827, "loc": { "start": { - "line": 996, + "line": 1012, "column": 29 }, "end": { - "line": 996, + "line": 1012, "column": 30 } } @@ -339465,15 +347140,15 @@ "postfix": false, "binop": null }, - "start": 37164, - "end": 37165, + "start": 37827, + "end": 37828, "loc": { "start": { - "line": 996, + "line": 1012, "column": 30 }, "end": { - "line": 996, + "line": 1012, "column": 31 } } @@ -339491,15 +347166,15 @@ "binop": null, "updateContext": null }, - "start": 37165, - "end": 37166, + "start": 37828, + "end": 37829, "loc": { "start": { - "line": 996, + "line": 1012, "column": 31 }, "end": { - "line": 996, + "line": 1012, "column": 32 } } @@ -339516,15 +347191,15 @@ "postfix": false, "binop": null }, - "start": 37175, - "end": 37176, + "start": 37838, + "end": 37839, "loc": { "start": { - "line": 997, + "line": 1013, "column": 8 }, "end": { - "line": 997, + "line": 1013, "column": 9 } } @@ -339541,15 +347216,15 @@ "postfix": false, "binop": null }, - "start": 37181, - "end": 37182, + "start": 37844, + "end": 37845, "loc": { "start": { - "line": 998, + "line": 1014, "column": 4 }, "end": { - "line": 998, + "line": 1014, "column": 5 } } @@ -339557,15 +347232,15 @@ { "type": "CommentBlock", "value": "*\n * Resume recording.\n ", - "start": 37188, - "end": 37224, + "start": 37851, + "end": 37887, "loc": { "start": { - "line": 1000, + "line": 1016, "column": 4 }, "end": { - "line": 1002, + "line": 1018, "column": 7 } } @@ -339583,15 +347258,15 @@ "binop": null }, "value": "resume", - "start": 37229, - "end": 37235, + "start": 37892, + "end": 37898, "loc": { "start": { - "line": 1003, + "line": 1019, "column": 4 }, "end": { - "line": 1003, + "line": 1019, "column": 10 } } @@ -339608,15 +347283,15 @@ "postfix": false, "binop": null }, - "start": 37235, - "end": 37236, + "start": 37898, + "end": 37899, "loc": { "start": { - "line": 1003, + "line": 1019, "column": 10 }, "end": { - "line": 1003, + "line": 1019, "column": 11 } } @@ -339633,15 +347308,15 @@ "postfix": false, "binop": null }, - "start": 37236, - "end": 37237, + "start": 37899, + "end": 37900, "loc": { "start": { - "line": 1003, + "line": 1019, "column": 11 }, "end": { - "line": 1003, + "line": 1019, "column": 12 } } @@ -339658,15 +347333,15 @@ "postfix": false, "binop": null }, - "start": 37238, - "end": 37239, + "start": 37901, + "end": 37902, "loc": { "start": { - "line": 1003, + "line": 1019, "column": 13 }, "end": { - "line": 1003, + "line": 1019, "column": 14 } } @@ -339686,15 +347361,15 @@ "updateContext": null }, "value": "if", - "start": 37248, - "end": 37250, + "start": 37911, + "end": 37913, "loc": { "start": { - "line": 1004, + "line": 1020, "column": 8 }, "end": { - "line": 1004, + "line": 1020, "column": 10 } } @@ -339711,15 +347386,15 @@ "postfix": false, "binop": null }, - "start": 37251, - "end": 37252, + "start": 37914, + "end": 37915, "loc": { "start": { - "line": 1004, + "line": 1020, "column": 11 }, "end": { - "line": 1004, + "line": 1020, "column": 12 } } @@ -339739,15 +347414,15 @@ "updateContext": null }, "value": "this", - "start": 37252, - "end": 37256, + "start": 37915, + "end": 37919, "loc": { "start": { - "line": 1004, + "line": 1020, "column": 12 }, "end": { - "line": 1004, + "line": 1020, "column": 16 } } @@ -339765,15 +347440,15 @@ "binop": null, "updateContext": null }, - "start": 37256, - "end": 37257, + "start": 37919, + "end": 37920, "loc": { "start": { - "line": 1004, + "line": 1020, "column": 16 }, "end": { - "line": 1004, + "line": 1020, "column": 17 } } @@ -339791,15 +347466,15 @@ "binop": null }, "value": "paused", - "start": 37257, - "end": 37263, + "start": 37920, + "end": 37926, "loc": { "start": { - "line": 1004, + "line": 1020, "column": 17 }, "end": { - "line": 1004, + "line": 1020, "column": 23 } } @@ -339816,15 +347491,15 @@ "postfix": false, "binop": null }, - "start": 37263, - "end": 37264, + "start": 37926, + "end": 37927, "loc": { "start": { - "line": 1004, + "line": 1020, "column": 23 }, "end": { - "line": 1004, + "line": 1020, "column": 24 } } @@ -339841,15 +347516,15 @@ "postfix": false, "binop": null }, - "start": 37265, - "end": 37266, + "start": 37928, + "end": 37929, "loc": { "start": { - "line": 1004, + "line": 1020, "column": 25 }, "end": { - "line": 1004, + "line": 1020, "column": 26 } } @@ -339869,15 +347544,15 @@ "updateContext": null }, "value": "this", - "start": 37279, - "end": 37283, + "start": 37942, + "end": 37946, "loc": { "start": { - "line": 1005, + "line": 1021, "column": 12 }, "end": { - "line": 1005, + "line": 1021, "column": 16 } } @@ -339895,15 +347570,15 @@ "binop": null, "updateContext": null }, - "start": 37283, - "end": 37284, + "start": 37946, + "end": 37947, "loc": { "start": { - "line": 1005, + "line": 1021, "column": 16 }, "end": { - "line": 1005, + "line": 1021, "column": 17 } } @@ -339921,15 +347596,15 @@ "binop": null }, "value": "pausedTime", - "start": 37284, - "end": 37294, + "start": 37947, + "end": 37957, "loc": { "start": { - "line": 1005, + "line": 1021, "column": 17 }, "end": { - "line": 1005, + "line": 1021, "column": 27 } } @@ -339948,15 +347623,15 @@ "updateContext": null }, "value": "+=", - "start": 37295, - "end": 37297, + "start": 37958, + "end": 37960, "loc": { "start": { - "line": 1005, + "line": 1021, "column": 28 }, "end": { - "line": 1005, + "line": 1021, "column": 30 } } @@ -339974,15 +347649,15 @@ "binop": null }, "value": "performance", - "start": 37298, - "end": 37309, + "start": 37961, + "end": 37972, "loc": { "start": { - "line": 1005, + "line": 1021, "column": 31 }, "end": { - "line": 1005, + "line": 1021, "column": 42 } } @@ -340000,15 +347675,15 @@ "binop": null, "updateContext": null }, - "start": 37309, - "end": 37310, + "start": 37972, + "end": 37973, "loc": { "start": { - "line": 1005, + "line": 1021, "column": 42 }, "end": { - "line": 1005, + "line": 1021, "column": 43 } } @@ -340026,15 +347701,15 @@ "binop": null }, "value": "now", - "start": 37310, - "end": 37313, + "start": 37973, + "end": 37976, "loc": { "start": { - "line": 1005, + "line": 1021, "column": 43 }, "end": { - "line": 1005, + "line": 1021, "column": 46 } } @@ -340051,15 +347726,15 @@ "postfix": false, "binop": null }, - "start": 37313, - "end": 37314, + "start": 37976, + "end": 37977, "loc": { "start": { - "line": 1005, + "line": 1021, "column": 46 }, "end": { - "line": 1005, + "line": 1021, "column": 47 } } @@ -340076,15 +347751,15 @@ "postfix": false, "binop": null }, - "start": 37314, - "end": 37315, + "start": 37977, + "end": 37978, "loc": { "start": { - "line": 1005, + "line": 1021, "column": 47 }, "end": { - "line": 1005, + "line": 1021, "column": 48 } } @@ -340103,15 +347778,15 @@ "updateContext": null }, "value": "-", - "start": 37316, - "end": 37317, + "start": 37979, + "end": 37980, "loc": { "start": { - "line": 1005, + "line": 1021, "column": 49 }, "end": { - "line": 1005, + "line": 1021, "column": 50 } } @@ -340131,15 +347806,15 @@ "updateContext": null }, "value": "this", - "start": 37318, - "end": 37322, + "start": 37981, + "end": 37985, "loc": { "start": { - "line": 1005, + "line": 1021, "column": 51 }, "end": { - "line": 1005, + "line": 1021, "column": 55 } } @@ -340157,15 +347832,15 @@ "binop": null, "updateContext": null }, - "start": 37322, - "end": 37323, + "start": 37985, + "end": 37986, "loc": { "start": { - "line": 1005, + "line": 1021, "column": 55 }, "end": { - "line": 1005, + "line": 1021, "column": 56 } } @@ -340183,15 +347858,15 @@ "binop": null }, "value": "pauseTime", - "start": 37323, - "end": 37332, + "start": 37986, + "end": 37995, "loc": { "start": { - "line": 1005, + "line": 1021, "column": 56 }, "end": { - "line": 1005, + "line": 1021, "column": 65 } } @@ -340209,15 +347884,15 @@ "binop": null, "updateContext": null }, - "start": 37332, - "end": 37333, + "start": 37995, + "end": 37996, "loc": { "start": { - "line": 1005, + "line": 1021, "column": 65 }, "end": { - "line": 1005, + "line": 1021, "column": 66 } } @@ -340237,15 +347912,15 @@ "updateContext": null }, "value": "this", - "start": 37347, - "end": 37351, + "start": 38010, + "end": 38014, "loc": { "start": { - "line": 1007, + "line": 1023, "column": 12 }, "end": { - "line": 1007, + "line": 1023, "column": 16 } } @@ -340263,15 +347938,15 @@ "binop": null, "updateContext": null }, - "start": 37351, - "end": 37352, + "start": 38014, + "end": 38015, "loc": { "start": { - "line": 1007, + "line": 1023, "column": 16 }, "end": { - "line": 1007, + "line": 1023, "column": 17 } } @@ -340289,15 +347964,15 @@ "binop": null }, "value": "engine", - "start": 37352, - "end": 37358, + "start": 38015, + "end": 38021, "loc": { "start": { - "line": 1007, + "line": 1023, "column": 17 }, "end": { - "line": 1007, + "line": 1023, "column": 23 } } @@ -340315,15 +347990,15 @@ "binop": null, "updateContext": null }, - "start": 37358, - "end": 37359, + "start": 38021, + "end": 38022, "loc": { "start": { - "line": 1007, + "line": 1023, "column": 23 }, "end": { - "line": 1007, + "line": 1023, "column": 24 } } @@ -340341,15 +348016,15 @@ "binop": null }, "value": "resume", - "start": 37359, - "end": 37365, + "start": 38022, + "end": 38028, "loc": { "start": { - "line": 1007, + "line": 1023, "column": 24 }, "end": { - "line": 1007, + "line": 1023, "column": 30 } } @@ -340366,15 +348041,15 @@ "postfix": false, "binop": null }, - "start": 37365, - "end": 37366, + "start": 38028, + "end": 38029, "loc": { "start": { - "line": 1007, + "line": 1023, "column": 30 }, "end": { - "line": 1007, + "line": 1023, "column": 31 } } @@ -340391,15 +348066,15 @@ "postfix": false, "binop": null }, - "start": 37366, - "end": 37367, + "start": 38029, + "end": 38030, "loc": { "start": { - "line": 1007, + "line": 1023, "column": 31 }, "end": { - "line": 1007, + "line": 1023, "column": 32 } } @@ -340417,15 +348092,15 @@ "binop": null, "updateContext": null }, - "start": 37367, - "end": 37368, + "start": 38030, + "end": 38031, "loc": { "start": { - "line": 1007, + "line": 1023, "column": 32 }, "end": { - "line": 1007, + "line": 1023, "column": 33 } } @@ -340445,15 +348120,15 @@ "updateContext": null }, "value": "this", - "start": 37381, - "end": 37385, + "start": 38044, + "end": 38048, "loc": { "start": { - "line": 1008, + "line": 1024, "column": 12 }, "end": { - "line": 1008, + "line": 1024, "column": 16 } } @@ -340471,15 +348146,15 @@ "binop": null, "updateContext": null }, - "start": 37385, - "end": 37386, + "start": 38048, + "end": 38049, "loc": { "start": { - "line": 1008, + "line": 1024, "column": 16 }, "end": { - "line": 1008, + "line": 1024, "column": 17 } } @@ -340497,15 +348172,15 @@ "binop": null }, "value": "paused", - "start": 37386, - "end": 37392, + "start": 38049, + "end": 38055, "loc": { "start": { - "line": 1008, + "line": 1024, "column": 17 }, "end": { - "line": 1008, + "line": 1024, "column": 23 } } @@ -340524,15 +348199,15 @@ "updateContext": null }, "value": "=", - "start": 37393, - "end": 37394, + "start": 38056, + "end": 38057, "loc": { "start": { - "line": 1008, + "line": 1024, "column": 24 }, "end": { - "line": 1008, + "line": 1024, "column": 25 } } @@ -340552,15 +348227,15 @@ "updateContext": null }, "value": "false", - "start": 37395, - "end": 37400, + "start": 38058, + "end": 38063, "loc": { "start": { - "line": 1008, + "line": 1024, "column": 26 }, "end": { - "line": 1008, + "line": 1024, "column": 31 } } @@ -340578,15 +348253,15 @@ "binop": null, "updateContext": null }, - "start": 37400, - "end": 37401, + "start": 38063, + "end": 38064, "loc": { "start": { - "line": 1008, + "line": 1024, "column": 31 }, "end": { - "line": 1008, + "line": 1024, "column": 32 } } @@ -340603,15 +348278,15 @@ "postfix": false, "binop": null }, - "start": 37410, - "end": 37411, + "start": 38073, + "end": 38074, "loc": { "start": { - "line": 1009, + "line": 1025, "column": 8 }, "end": { - "line": 1009, + "line": 1025, "column": 9 } } @@ -340628,15 +348303,15 @@ "postfix": false, "binop": null }, - "start": 37416, - "end": 37417, + "start": 38079, + "end": 38080, "loc": { "start": { - "line": 1010, + "line": 1026, "column": 4 }, "end": { - "line": 1010, + "line": 1026, "column": 5 } } @@ -340644,15 +348319,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when recording completed and the resulting stream is\n * available.\n * @private\n ", - "start": 37423, - "end": 37536, + "start": 38086, + "end": 38199, "loc": { "start": { - "line": 1012, + "line": 1028, "column": 4 }, "end": { - "line": 1016, + "line": 1032, "column": 7 } } @@ -340670,15 +348345,15 @@ "binop": null }, "value": "onRecordComplete", - "start": 37541, - "end": 37557, + "start": 38204, + "end": 38220, "loc": { "start": { - "line": 1017, + "line": 1033, "column": 4 }, "end": { - "line": 1017, + "line": 1033, "column": 20 } } @@ -340695,15 +348370,15 @@ "postfix": false, "binop": null }, - "start": 37557, - "end": 37558, + "start": 38220, + "end": 38221, "loc": { "start": { - "line": 1017, + "line": 1033, "column": 20 }, "end": { - "line": 1017, + "line": 1033, "column": 21 } } @@ -340720,15 +348395,15 @@ "postfix": false, "binop": null }, - "start": 37558, - "end": 37559, + "start": 38221, + "end": 38222, "loc": { "start": { - "line": 1017, + "line": 1033, "column": 21 }, "end": { - "line": 1017, + "line": 1033, "column": 22 } } @@ -340745,15 +348420,15 @@ "postfix": false, "binop": null }, - "start": 37560, - "end": 37561, + "start": 38223, + "end": 38224, "loc": { "start": { - "line": 1017, + "line": 1033, "column": 23 }, "end": { - "line": 1017, + "line": 1033, "column": 24 } } @@ -340761,15 +348436,15 @@ { "type": "CommentLine", "value": " store reference to recorded stream data", - "start": 37570, - "end": 37612, + "start": 38233, + "end": 38275, "loc": { "start": { - "line": 1018, + "line": 1034, "column": 8 }, "end": { - "line": 1018, + "line": 1034, "column": 50 } } @@ -340789,15 +348464,15 @@ "updateContext": null }, "value": "this", - "start": 37621, - "end": 37625, + "start": 38284, + "end": 38288, "loc": { "start": { - "line": 1019, + "line": 1035, "column": 8 }, "end": { - "line": 1019, + "line": 1035, "column": 12 } } @@ -340815,15 +348490,15 @@ "binop": null, "updateContext": null }, - "start": 37625, - "end": 37626, + "start": 38288, + "end": 38289, "loc": { "start": { - "line": 1019, + "line": 1035, "column": 12 }, "end": { - "line": 1019, + "line": 1035, "column": 13 } } @@ -340841,15 +348516,15 @@ "binop": null }, "value": "player", - "start": 37626, - "end": 37632, + "start": 38289, + "end": 38295, "loc": { "start": { - "line": 1019, + "line": 1035, "column": 13 }, "end": { - "line": 1019, + "line": 1035, "column": 19 } } @@ -340867,15 +348542,15 @@ "binop": null, "updateContext": null }, - "start": 37632, - "end": 37633, + "start": 38295, + "end": 38296, "loc": { "start": { - "line": 1019, + "line": 1035, "column": 19 }, "end": { - "line": 1019, + "line": 1035, "column": 20 } } @@ -340893,15 +348568,15 @@ "binop": null }, "value": "recordedData", - "start": 37633, - "end": 37645, + "start": 38296, + "end": 38308, "loc": { "start": { - "line": 1019, + "line": 1035, "column": 20 }, "end": { - "line": 1019, + "line": 1035, "column": 32 } } @@ -340920,15 +348595,15 @@ "updateContext": null }, "value": "=", - "start": 37646, - "end": 37647, + "start": 38309, + "end": 38310, "loc": { "start": { - "line": 1019, + "line": 1035, "column": 33 }, "end": { - "line": 1019, + "line": 1035, "column": 34 } } @@ -340948,15 +348623,15 @@ "updateContext": null }, "value": "this", - "start": 37648, - "end": 37652, + "start": 38311, + "end": 38315, "loc": { "start": { - "line": 1019, + "line": 1035, "column": 35 }, "end": { - "line": 1019, + "line": 1035, "column": 39 } } @@ -340974,15 +348649,15 @@ "binop": null, "updateContext": null }, - "start": 37652, - "end": 37653, + "start": 38315, + "end": 38316, "loc": { "start": { - "line": 1019, + "line": 1035, "column": 39 }, "end": { - "line": 1019, + "line": 1035, "column": 40 } } @@ -341000,15 +348675,15 @@ "binop": null }, "value": "engine", - "start": 37653, - "end": 37659, + "start": 38316, + "end": 38322, "loc": { "start": { - "line": 1019, + "line": 1035, "column": 40 }, "end": { - "line": 1019, + "line": 1035, "column": 46 } } @@ -341026,15 +348701,15 @@ "binop": null, "updateContext": null }, - "start": 37659, - "end": 37660, + "start": 38322, + "end": 38323, "loc": { "start": { - "line": 1019, + "line": 1035, "column": 46 }, "end": { - "line": 1019, + "line": 1035, "column": 47 } } @@ -341052,15 +348727,15 @@ "binop": null }, "value": "recordedData", - "start": 37660, - "end": 37672, + "start": 38323, + "end": 38335, "loc": { "start": { - "line": 1019, + "line": 1035, "column": 47 }, "end": { - "line": 1019, + "line": 1035, "column": 59 } } @@ -341078,15 +348753,15 @@ "binop": null, "updateContext": null }, - "start": 37672, - "end": 37673, + "start": 38335, + "end": 38336, "loc": { "start": { - "line": 1019, + "line": 1035, "column": 59 }, "end": { - "line": 1019, + "line": 1035, "column": 60 } } @@ -341094,15 +348769,15 @@ { "type": "CommentLine", "value": " change the replay button back to a play button", - "start": 37683, - "end": 37732, + "start": 38346, + "end": 38395, "loc": { "start": { - "line": 1021, + "line": 1037, "column": 8 }, "end": { - "line": 1021, + "line": 1037, "column": 57 } } @@ -341122,15 +348797,15 @@ "updateContext": null }, "value": "if", - "start": 37741, - "end": 37743, + "start": 38404, + "end": 38406, "loc": { "start": { - "line": 1022, + "line": 1038, "column": 8 }, "end": { - "line": 1022, + "line": 1038, "column": 10 } } @@ -341147,15 +348822,15 @@ "postfix": false, "binop": null }, - "start": 37744, - "end": 37745, + "start": 38407, + "end": 38408, "loc": { "start": { - "line": 1022, + "line": 1038, "column": 11 }, "end": { - "line": 1022, + "line": 1038, "column": 12 } } @@ -341175,15 +348850,15 @@ "updateContext": null }, "value": "this", - "start": 37745, - "end": 37749, + "start": 38408, + "end": 38412, "loc": { "start": { - "line": 1022, + "line": 1038, "column": 12 }, "end": { - "line": 1022, + "line": 1038, "column": 16 } } @@ -341201,15 +348876,15 @@ "binop": null, "updateContext": null }, - "start": 37749, - "end": 37750, + "start": 38412, + "end": 38413, "loc": { "start": { - "line": 1022, + "line": 1038, "column": 16 }, "end": { - "line": 1022, + "line": 1038, "column": 17 } } @@ -341227,15 +348902,15 @@ "binop": null }, "value": "player", - "start": 37750, - "end": 37756, + "start": 38413, + "end": 38419, "loc": { "start": { - "line": 1022, + "line": 1038, "column": 17 }, "end": { - "line": 1022, + "line": 1038, "column": 23 } } @@ -341253,15 +348928,15 @@ "binop": null, "updateContext": null }, - "start": 37756, - "end": 37757, + "start": 38419, + "end": 38420, "loc": { "start": { - "line": 1022, + "line": 1038, "column": 23 }, "end": { - "line": 1022, + "line": 1038, "column": 24 } } @@ -341279,15 +348954,15 @@ "binop": null }, "value": "controlBar", - "start": 37757, - "end": 37767, + "start": 38420, + "end": 38430, "loc": { "start": { - "line": 1022, + "line": 1038, "column": 24 }, "end": { - "line": 1022, + "line": 1038, "column": 34 } } @@ -341305,15 +348980,15 @@ "binop": null, "updateContext": null }, - "start": 37767, - "end": 37768, + "start": 38430, + "end": 38431, "loc": { "start": { - "line": 1022, + "line": 1038, "column": 34 }, "end": { - "line": 1022, + "line": 1038, "column": 35 } } @@ -341331,15 +349006,15 @@ "binop": null }, "value": "playToggle", - "start": 37768, - "end": 37778, + "start": 38431, + "end": 38441, "loc": { "start": { - "line": 1022, + "line": 1038, "column": 35 }, "end": { - "line": 1022, + "line": 1038, "column": 45 } } @@ -341358,15 +349033,15 @@ "updateContext": null }, "value": "!==", - "start": 37779, - "end": 37782, + "start": 38442, + "end": 38445, "loc": { "start": { - "line": 1022, + "line": 1038, "column": 46 }, "end": { - "line": 1022, + "line": 1038, "column": 49 } } @@ -341384,15 +349059,15 @@ "binop": null }, "value": "undefined", - "start": 37783, - "end": 37792, + "start": 38446, + "end": 38455, "loc": { "start": { - "line": 1022, + "line": 1038, "column": 50 }, "end": { - "line": 1022, + "line": 1038, "column": 59 } } @@ -341409,15 +349084,15 @@ "postfix": false, "binop": null }, - "start": 37792, - "end": 37793, + "start": 38455, + "end": 38456, "loc": { "start": { - "line": 1022, + "line": 1038, "column": 59 }, "end": { - "line": 1022, + "line": 1038, "column": 60 } } @@ -341434,15 +349109,15 @@ "postfix": false, "binop": null }, - "start": 37794, - "end": 37795, + "start": 38457, + "end": 38458, "loc": { "start": { - "line": 1022, + "line": 1038, "column": 61 }, "end": { - "line": 1022, + "line": 1038, "column": 62 } } @@ -341462,15 +349137,15 @@ "updateContext": null }, "value": "this", - "start": 37808, - "end": 37812, + "start": 38471, + "end": 38475, "loc": { "start": { - "line": 1023, + "line": 1039, "column": 12 }, "end": { - "line": 1023, + "line": 1039, "column": 16 } } @@ -341488,15 +349163,15 @@ "binop": null, "updateContext": null }, - "start": 37812, - "end": 37813, + "start": 38475, + "end": 38476, "loc": { "start": { - "line": 1023, + "line": 1039, "column": 16 }, "end": { - "line": 1023, + "line": 1039, "column": 17 } } @@ -341514,15 +349189,15 @@ "binop": null }, "value": "player", - "start": 37813, - "end": 37819, + "start": 38476, + "end": 38482, "loc": { "start": { - "line": 1023, + "line": 1039, "column": 17 }, "end": { - "line": 1023, + "line": 1039, "column": 23 } } @@ -341540,15 +349215,15 @@ "binop": null, "updateContext": null }, - "start": 37819, - "end": 37820, + "start": 38482, + "end": 38483, "loc": { "start": { - "line": 1023, + "line": 1039, "column": 23 }, "end": { - "line": 1023, + "line": 1039, "column": 24 } } @@ -341566,15 +349241,15 @@ "binop": null }, "value": "controlBar", - "start": 37820, - "end": 37830, + "start": 38483, + "end": 38493, "loc": { "start": { - "line": 1023, + "line": 1039, "column": 24 }, "end": { - "line": 1023, + "line": 1039, "column": 34 } } @@ -341592,15 +349267,15 @@ "binop": null, "updateContext": null }, - "start": 37830, - "end": 37831, + "start": 38493, + "end": 38494, "loc": { "start": { - "line": 1023, + "line": 1039, "column": 34 }, "end": { - "line": 1023, + "line": 1039, "column": 35 } } @@ -341618,15 +349293,15 @@ "binop": null }, "value": "playToggle", - "start": 37831, - "end": 37841, + "start": 38494, + "end": 38504, "loc": { "start": { - "line": 1023, + "line": 1039, "column": 35 }, "end": { - "line": 1023, + "line": 1039, "column": 45 } } @@ -341644,15 +349319,15 @@ "binop": null, "updateContext": null }, - "start": 37841, - "end": 37842, + "start": 38504, + "end": 38505, "loc": { "start": { - "line": 1023, + "line": 1039, "column": 45 }, "end": { - "line": 1023, + "line": 1039, "column": 46 } } @@ -341670,15 +349345,15 @@ "binop": null }, "value": "removeClass", - "start": 37842, - "end": 37853, + "start": 38505, + "end": 38516, "loc": { "start": { - "line": 1023, + "line": 1039, "column": 46 }, "end": { - "line": 1023, + "line": 1039, "column": 57 } } @@ -341695,15 +349370,15 @@ "postfix": false, "binop": null }, - "start": 37853, - "end": 37854, + "start": 38516, + "end": 38517, "loc": { "start": { - "line": 1023, + "line": 1039, "column": 57 }, "end": { - "line": 1023, + "line": 1039, "column": 58 } } @@ -341722,15 +349397,15 @@ "updateContext": null }, "value": "vjs-ended", - "start": 37854, - "end": 37865, + "start": 38517, + "end": 38528, "loc": { "start": { - "line": 1023, + "line": 1039, "column": 58 }, "end": { - "line": 1023, + "line": 1039, "column": 69 } } @@ -341747,15 +349422,15 @@ "postfix": false, "binop": null }, - "start": 37865, - "end": 37866, + "start": 38528, + "end": 38529, "loc": { "start": { - "line": 1023, + "line": 1039, "column": 69 }, "end": { - "line": 1023, + "line": 1039, "column": 70 } } @@ -341773,15 +349448,15 @@ "binop": null, "updateContext": null }, - "start": 37866, - "end": 37867, + "start": 38529, + "end": 38530, "loc": { "start": { - "line": 1023, + "line": 1039, "column": 70 }, "end": { - "line": 1023, + "line": 1039, "column": 71 } } @@ -341801,15 +349476,15 @@ "updateContext": null }, "value": "this", - "start": 37880, - "end": 37884, + "start": 38543, + "end": 38547, "loc": { "start": { - "line": 1024, + "line": 1040, "column": 12 }, "end": { - "line": 1024, + "line": 1040, "column": 16 } } @@ -341827,15 +349502,15 @@ "binop": null, "updateContext": null }, - "start": 37884, - "end": 37885, + "start": 38547, + "end": 38548, "loc": { "start": { - "line": 1024, + "line": 1040, "column": 16 }, "end": { - "line": 1024, + "line": 1040, "column": 17 } } @@ -341853,15 +349528,15 @@ "binop": null }, "value": "player", - "start": 37885, - "end": 37891, + "start": 38548, + "end": 38554, "loc": { "start": { - "line": 1024, + "line": 1040, "column": 17 }, "end": { - "line": 1024, + "line": 1040, "column": 23 } } @@ -341879,15 +349554,15 @@ "binop": null, "updateContext": null }, - "start": 37891, - "end": 37892, + "start": 38554, + "end": 38555, "loc": { "start": { - "line": 1024, + "line": 1040, "column": 23 }, "end": { - "line": 1024, + "line": 1040, "column": 24 } } @@ -341905,15 +349580,15 @@ "binop": null }, "value": "controlBar", - "start": 37892, - "end": 37902, + "start": 38555, + "end": 38565, "loc": { "start": { - "line": 1024, + "line": 1040, "column": 24 }, "end": { - "line": 1024, + "line": 1040, "column": 34 } } @@ -341931,15 +349606,15 @@ "binop": null, "updateContext": null }, - "start": 37902, - "end": 37903, + "start": 38565, + "end": 38566, "loc": { "start": { - "line": 1024, + "line": 1040, "column": 34 }, "end": { - "line": 1024, + "line": 1040, "column": 35 } } @@ -341957,15 +349632,15 @@ "binop": null }, "value": "playToggle", - "start": 37903, - "end": 37913, + "start": 38566, + "end": 38576, "loc": { "start": { - "line": 1024, + "line": 1040, "column": 35 }, "end": { - "line": 1024, + "line": 1040, "column": 45 } } @@ -341983,15 +349658,15 @@ "binop": null, "updateContext": null }, - "start": 37913, - "end": 37914, + "start": 38576, + "end": 38577, "loc": { "start": { - "line": 1024, + "line": 1040, "column": 45 }, "end": { - "line": 1024, + "line": 1040, "column": 46 } } @@ -342009,15 +349684,15 @@ "binop": null }, "value": "show", - "start": 37914, - "end": 37918, + "start": 38577, + "end": 38581, "loc": { "start": { - "line": 1024, + "line": 1040, "column": 46 }, "end": { - "line": 1024, + "line": 1040, "column": 50 } } @@ -342034,15 +349709,15 @@ "postfix": false, "binop": null }, - "start": 37918, - "end": 37919, + "start": 38581, + "end": 38582, "loc": { "start": { - "line": 1024, + "line": 1040, "column": 50 }, "end": { - "line": 1024, + "line": 1040, "column": 51 } } @@ -342059,15 +349734,15 @@ "postfix": false, "binop": null }, - "start": 37919, - "end": 37920, + "start": 38582, + "end": 38583, "loc": { "start": { - "line": 1024, + "line": 1040, "column": 51 }, "end": { - "line": 1024, + "line": 1040, "column": 52 } } @@ -342085,15 +349760,15 @@ "binop": null, "updateContext": null }, - "start": 37920, - "end": 37921, + "start": 38583, + "end": 38584, "loc": { "start": { - "line": 1024, + "line": 1040, "column": 52 }, "end": { - "line": 1024, + "line": 1040, "column": 53 } } @@ -342110,15 +349785,15 @@ "postfix": false, "binop": null }, - "start": 37930, - "end": 37931, + "start": 38593, + "end": 38594, "loc": { "start": { - "line": 1025, + "line": 1041, "column": 8 }, "end": { - "line": 1025, + "line": 1041, "column": 9 } } @@ -342126,15 +349801,15 @@ { "type": "CommentLine", "value": " notify converter", - "start": 37941, - "end": 37960, + "start": 38604, + "end": 38623, "loc": { "start": { - "line": 1027, + "line": 1043, "column": 8 }, "end": { - "line": 1027, + "line": 1043, "column": 27 } } @@ -342154,15 +349829,15 @@ "updateContext": null }, "value": "if", - "start": 37969, - "end": 37971, + "start": 38632, + "end": 38634, "loc": { "start": { - "line": 1028, + "line": 1044, "column": 8 }, "end": { - "line": 1028, + "line": 1044, "column": 10 } } @@ -342179,15 +349854,15 @@ "postfix": false, "binop": null }, - "start": 37972, - "end": 37973, + "start": 38635, + "end": 38636, "loc": { "start": { - "line": 1028, + "line": 1044, "column": 11 }, "end": { - "line": 1028, + "line": 1044, "column": 12 } } @@ -342207,15 +349882,15 @@ "updateContext": null }, "value": "this", - "start": 37973, - "end": 37977, + "start": 38636, + "end": 38640, "loc": { "start": { - "line": 1028, + "line": 1044, "column": 12 }, "end": { - "line": 1028, + "line": 1044, "column": 16 } } @@ -342233,15 +349908,15 @@ "binop": null, "updateContext": null }, - "start": 37977, - "end": 37978, + "start": 38640, + "end": 38641, "loc": { "start": { - "line": 1028, + "line": 1044, "column": 16 }, "end": { - "line": 1028, + "line": 1044, "column": 17 } } @@ -342259,15 +349934,15 @@ "binop": null }, "value": "converter", - "start": 37978, - "end": 37987, + "start": 38641, + "end": 38650, "loc": { "start": { - "line": 1028, + "line": 1044, "column": 17 }, "end": { - "line": 1028, + "line": 1044, "column": 26 } } @@ -342286,15 +349961,15 @@ "updateContext": null }, "value": "!==", - "start": 37988, - "end": 37991, + "start": 38651, + "end": 38654, "loc": { "start": { - "line": 1028, + "line": 1044, "column": 27 }, "end": { - "line": 1028, + "line": 1044, "column": 30 } } @@ -342312,15 +349987,15 @@ "binop": null }, "value": "undefined", - "start": 37992, - "end": 38001, + "start": 38655, + "end": 38664, "loc": { "start": { - "line": 1028, + "line": 1044, "column": 31 }, "end": { - "line": 1028, + "line": 1044, "column": 40 } } @@ -342337,15 +350012,15 @@ "postfix": false, "binop": null }, - "start": 38001, - "end": 38002, + "start": 38664, + "end": 38665, "loc": { "start": { - "line": 1028, + "line": 1044, "column": 40 }, "end": { - "line": 1028, + "line": 1044, "column": 41 } } @@ -342362,15 +350037,15 @@ "postfix": false, "binop": null }, - "start": 38003, - "end": 38004, + "start": 38666, + "end": 38667, "loc": { "start": { - "line": 1028, + "line": 1044, "column": 42 }, "end": { - "line": 1028, + "line": 1044, "column": 43 } } @@ -342390,15 +350065,15 @@ "updateContext": null }, "value": "this", - "start": 38017, - "end": 38021, + "start": 38680, + "end": 38684, "loc": { "start": { - "line": 1029, + "line": 1045, "column": 12 }, "end": { - "line": 1029, + "line": 1045, "column": 16 } } @@ -342416,15 +350091,15 @@ "binop": null, "updateContext": null }, - "start": 38021, - "end": 38022, + "start": 38684, + "end": 38685, "loc": { "start": { - "line": 1029, + "line": 1045, "column": 16 }, "end": { - "line": 1029, + "line": 1045, "column": 17 } } @@ -342442,15 +350117,15 @@ "binop": null }, "value": "converter", - "start": 38022, - "end": 38031, + "start": 38685, + "end": 38694, "loc": { "start": { - "line": 1029, + "line": 1045, "column": 17 }, "end": { - "line": 1029, + "line": 1045, "column": 26 } } @@ -342468,15 +350143,15 @@ "binop": null, "updateContext": null }, - "start": 38031, - "end": 38032, + "start": 38694, + "end": 38695, "loc": { "start": { - "line": 1029, + "line": 1045, "column": 26 }, "end": { - "line": 1029, + "line": 1045, "column": 27 } } @@ -342494,15 +350169,15 @@ "binop": null }, "value": "convert", - "start": 38032, - "end": 38039, + "start": 38695, + "end": 38702, "loc": { "start": { - "line": 1029, + "line": 1045, "column": 27 }, "end": { - "line": 1029, + "line": 1045, "column": 34 } } @@ -342519,15 +350194,15 @@ "postfix": false, "binop": null }, - "start": 38039, - "end": 38040, + "start": 38702, + "end": 38703, "loc": { "start": { - "line": 1029, + "line": 1045, "column": 34 }, "end": { - "line": 1029, + "line": 1045, "column": 35 } } @@ -342547,15 +350222,15 @@ "updateContext": null }, "value": "this", - "start": 38040, - "end": 38044, + "start": 38703, + "end": 38707, "loc": { "start": { - "line": 1029, + "line": 1045, "column": 35 }, "end": { - "line": 1029, + "line": 1045, "column": 39 } } @@ -342573,15 +350248,15 @@ "binop": null, "updateContext": null }, - "start": 38044, - "end": 38045, + "start": 38707, + "end": 38708, "loc": { "start": { - "line": 1029, + "line": 1045, "column": 39 }, "end": { - "line": 1029, + "line": 1045, "column": 40 } } @@ -342599,15 +350274,15 @@ "binop": null }, "value": "player", - "start": 38045, - "end": 38051, + "start": 38708, + "end": 38714, "loc": { "start": { - "line": 1029, + "line": 1045, "column": 40 }, "end": { - "line": 1029, + "line": 1045, "column": 46 } } @@ -342625,15 +350300,15 @@ "binop": null, "updateContext": null }, - "start": 38051, - "end": 38052, + "start": 38714, + "end": 38715, "loc": { "start": { - "line": 1029, + "line": 1045, "column": 46 }, "end": { - "line": 1029, + "line": 1045, "column": 47 } } @@ -342651,15 +350326,15 @@ "binop": null }, "value": "recordedData", - "start": 38052, - "end": 38064, + "start": 38715, + "end": 38727, "loc": { "start": { - "line": 1029, + "line": 1045, "column": 47 }, "end": { - "line": 1029, + "line": 1045, "column": 59 } } @@ -342676,15 +350351,15 @@ "postfix": false, "binop": null }, - "start": 38064, - "end": 38065, + "start": 38727, + "end": 38728, "loc": { "start": { - "line": 1029, + "line": 1045, "column": 59 }, "end": { - "line": 1029, + "line": 1045, "column": 60 } } @@ -342702,15 +350377,15 @@ "binop": null, "updateContext": null }, - "start": 38065, - "end": 38066, + "start": 38728, + "end": 38729, "loc": { "start": { - "line": 1029, + "line": 1045, "column": 60 }, "end": { - "line": 1029, + "line": 1045, "column": 61 } } @@ -342727,15 +350402,15 @@ "postfix": false, "binop": null }, - "start": 38075, - "end": 38076, + "start": 38738, + "end": 38739, "loc": { "start": { - "line": 1030, + "line": 1046, "column": 8 }, "end": { - "line": 1030, + "line": 1046, "column": 9 } } @@ -342743,15 +350418,15 @@ { "type": "CommentLine", "value": " notify listeners that data is available", - "start": 38086, - "end": 38128, + "start": 38749, + "end": 38791, "loc": { "start": { - "line": 1032, + "line": 1048, "column": 8 }, "end": { - "line": 1032, + "line": 1048, "column": 50 } } @@ -342771,15 +350446,15 @@ "updateContext": null }, "value": "this", - "start": 38137, - "end": 38141, + "start": 38800, + "end": 38804, "loc": { "start": { - "line": 1033, + "line": 1049, "column": 8 }, "end": { - "line": 1033, + "line": 1049, "column": 12 } } @@ -342797,15 +350472,15 @@ "binop": null, "updateContext": null }, - "start": 38141, - "end": 38142, + "start": 38804, + "end": 38805, "loc": { "start": { - "line": 1033, + "line": 1049, "column": 12 }, "end": { - "line": 1033, + "line": 1049, "column": 13 } } @@ -342823,15 +350498,15 @@ "binop": null }, "value": "player", - "start": 38142, - "end": 38148, + "start": 38805, + "end": 38811, "loc": { "start": { - "line": 1033, + "line": 1049, "column": 13 }, "end": { - "line": 1033, + "line": 1049, "column": 19 } } @@ -342849,15 +350524,15 @@ "binop": null, "updateContext": null }, - "start": 38148, - "end": 38149, + "start": 38811, + "end": 38812, "loc": { "start": { - "line": 1033, + "line": 1049, "column": 19 }, "end": { - "line": 1033, + "line": 1049, "column": 20 } } @@ -342875,15 +350550,15 @@ "binop": null }, "value": "trigger", - "start": 38149, - "end": 38156, + "start": 38812, + "end": 38819, "loc": { "start": { - "line": 1033, + "line": 1049, "column": 20 }, "end": { - "line": 1033, + "line": 1049, "column": 27 } } @@ -342900,15 +350575,15 @@ "postfix": false, "binop": null }, - "start": 38156, - "end": 38157, + "start": 38819, + "end": 38820, "loc": { "start": { - "line": 1033, + "line": 1049, "column": 27 }, "end": { - "line": 1033, + "line": 1049, "column": 28 } } @@ -342926,15 +350601,15 @@ "binop": null }, "value": "Event", - "start": 38157, - "end": 38162, + "start": 38820, + "end": 38825, "loc": { "start": { - "line": 1033, + "line": 1049, "column": 28 }, "end": { - "line": 1033, + "line": 1049, "column": 33 } } @@ -342952,15 +350627,15 @@ "binop": null, "updateContext": null }, - "start": 38162, - "end": 38163, + "start": 38825, + "end": 38826, "loc": { "start": { - "line": 1033, + "line": 1049, "column": 33 }, "end": { - "line": 1033, + "line": 1049, "column": 34 } } @@ -342978,15 +350653,15 @@ "binop": null }, "value": "FINISH_RECORD", - "start": 38163, - "end": 38176, + "start": 38826, + "end": 38839, "loc": { "start": { - "line": 1033, + "line": 1049, "column": 34 }, "end": { - "line": 1033, + "line": 1049, "column": 47 } } @@ -343003,15 +350678,15 @@ "postfix": false, "binop": null }, - "start": 38176, - "end": 38177, + "start": 38839, + "end": 38840, "loc": { "start": { - "line": 1033, + "line": 1049, "column": 47 }, "end": { - "line": 1033, + "line": 1049, "column": 48 } } @@ -343029,15 +350704,15 @@ "binop": null, "updateContext": null }, - "start": 38177, - "end": 38178, + "start": 38840, + "end": 38841, "loc": { "start": { - "line": 1033, + "line": 1049, "column": 48 }, "end": { - "line": 1033, + "line": 1049, "column": 49 } } @@ -343045,15 +350720,15 @@ { "type": "CommentLine", "value": " skip loading when player is destroyed after finishRecord event", - "start": 38188, - "end": 38253, + "start": 38851, + "end": 38916, "loc": { "start": { - "line": 1035, + "line": 1051, "column": 8 }, "end": { - "line": 1035, + "line": 1051, "column": 73 } } @@ -343073,15 +350748,15 @@ "updateContext": null }, "value": "if", - "start": 38262, - "end": 38264, + "start": 38925, + "end": 38927, "loc": { "start": { - "line": 1036, + "line": 1052, "column": 8 }, "end": { - "line": 1036, + "line": 1052, "column": 10 } } @@ -343098,15 +350773,15 @@ "postfix": false, "binop": null }, - "start": 38265, - "end": 38266, + "start": 38928, + "end": 38929, "loc": { "start": { - "line": 1036, + "line": 1052, "column": 11 }, "end": { - "line": 1036, + "line": 1052, "column": 12 } } @@ -343126,15 +350801,15 @@ "updateContext": null }, "value": "this", - "start": 38266, - "end": 38270, + "start": 38929, + "end": 38933, "loc": { "start": { - "line": 1036, + "line": 1052, "column": 12 }, "end": { - "line": 1036, + "line": 1052, "column": 16 } } @@ -343152,15 +350827,15 @@ "binop": null, "updateContext": null }, - "start": 38270, - "end": 38271, + "start": 38933, + "end": 38934, "loc": { "start": { - "line": 1036, + "line": 1052, "column": 16 }, "end": { - "line": 1036, + "line": 1052, "column": 17 } } @@ -343178,15 +350853,15 @@ "binop": null }, "value": "isDestroyed", - "start": 38271, - "end": 38282, + "start": 38934, + "end": 38945, "loc": { "start": { - "line": 1036, + "line": 1052, "column": 17 }, "end": { - "line": 1036, + "line": 1052, "column": 28 } } @@ -343203,15 +350878,15 @@ "postfix": false, "binop": null }, - "start": 38282, - "end": 38283, + "start": 38945, + "end": 38946, "loc": { "start": { - "line": 1036, + "line": 1052, "column": 28 }, "end": { - "line": 1036, + "line": 1052, "column": 29 } } @@ -343228,15 +350903,15 @@ "postfix": false, "binop": null }, - "start": 38283, - "end": 38284, + "start": 38946, + "end": 38947, "loc": { "start": { - "line": 1036, + "line": 1052, "column": 29 }, "end": { - "line": 1036, + "line": 1052, "column": 30 } } @@ -343253,15 +350928,15 @@ "postfix": false, "binop": null }, - "start": 38284, - "end": 38285, + "start": 38947, + "end": 38948, "loc": { "start": { - "line": 1036, + "line": 1052, "column": 30 }, "end": { - "line": 1036, + "line": 1052, "column": 31 } } @@ -343278,15 +350953,15 @@ "postfix": false, "binop": null }, - "start": 38286, - "end": 38287, + "start": 38949, + "end": 38950, "loc": { "start": { - "line": 1036, + "line": 1052, "column": 32 }, "end": { - "line": 1036, + "line": 1052, "column": 33 } } @@ -343306,15 +350981,15 @@ "updateContext": null }, "value": "return", - "start": 38300, - "end": 38306, + "start": 38963, + "end": 38969, "loc": { "start": { - "line": 1037, + "line": 1053, "column": 12 }, "end": { - "line": 1037, + "line": 1053, "column": 18 } } @@ -343332,15 +351007,15 @@ "binop": null, "updateContext": null }, - "start": 38306, - "end": 38307, + "start": 38969, + "end": 38970, "loc": { "start": { - "line": 1037, + "line": 1053, "column": 18 }, "end": { - "line": 1037, + "line": 1053, "column": 19 } } @@ -343357,15 +351032,15 @@ "postfix": false, "binop": null }, - "start": 38316, - "end": 38317, + "start": 38979, + "end": 38980, "loc": { "start": { - "line": 1038, + "line": 1054, "column": 8 }, "end": { - "line": 1038, + "line": 1054, "column": 9 } } @@ -343373,15 +351048,15 @@ { "type": "CommentLine", "value": " load and display recorded data", - "start": 38327, - "end": 38360, + "start": 38990, + "end": 39023, "loc": { "start": { - "line": 1040, + "line": 1056, "column": 8 }, "end": { - "line": 1040, + "line": 1056, "column": 41 } } @@ -343401,15 +351076,15 @@ "updateContext": null }, "value": "switch", - "start": 38369, - "end": 38375, + "start": 39032, + "end": 39038, "loc": { "start": { - "line": 1041, + "line": 1057, "column": 8 }, "end": { - "line": 1041, + "line": 1057, "column": 14 } } @@ -343426,15 +351101,15 @@ "postfix": false, "binop": null }, - "start": 38376, - "end": 38377, + "start": 39039, + "end": 39040, "loc": { "start": { - "line": 1041, + "line": 1057, "column": 15 }, "end": { - "line": 1041, + "line": 1057, "column": 16 } } @@ -343454,15 +351129,15 @@ "updateContext": null }, "value": "this", - "start": 38377, - "end": 38381, + "start": 39040, + "end": 39044, "loc": { "start": { - "line": 1041, + "line": 1057, "column": 16 }, "end": { - "line": 1041, + "line": 1057, "column": 20 } } @@ -343480,15 +351155,15 @@ "binop": null, "updateContext": null }, - "start": 38381, - "end": 38382, + "start": 39044, + "end": 39045, "loc": { "start": { - "line": 1041, + "line": 1057, "column": 20 }, "end": { - "line": 1041, + "line": 1057, "column": 21 } } @@ -343506,15 +351181,15 @@ "binop": null }, "value": "getRecordType", - "start": 38382, - "end": 38395, + "start": 39045, + "end": 39058, "loc": { "start": { - "line": 1041, + "line": 1057, "column": 21 }, "end": { - "line": 1041, + "line": 1057, "column": 34 } } @@ -343531,15 +351206,15 @@ "postfix": false, "binop": null }, - "start": 38395, - "end": 38396, + "start": 39058, + "end": 39059, "loc": { "start": { - "line": 1041, + "line": 1057, "column": 34 }, "end": { - "line": 1041, + "line": 1057, "column": 35 } } @@ -343556,15 +351231,15 @@ "postfix": false, "binop": null }, - "start": 38396, - "end": 38397, + "start": 39059, + "end": 39060, "loc": { "start": { - "line": 1041, + "line": 1057, "column": 35 }, "end": { - "line": 1041, + "line": 1057, "column": 36 } } @@ -343581,15 +351256,15 @@ "postfix": false, "binop": null }, - "start": 38397, - "end": 38398, + "start": 39060, + "end": 39061, "loc": { "start": { - "line": 1041, + "line": 1057, "column": 36 }, "end": { - "line": 1041, + "line": 1057, "column": 37 } } @@ -343606,15 +351281,15 @@ "postfix": false, "binop": null }, - "start": 38399, - "end": 38400, + "start": 39062, + "end": 39063, "loc": { "start": { - "line": 1041, + "line": 1057, "column": 38 }, "end": { - "line": 1041, + "line": 1057, "column": 39 } } @@ -343634,15 +351309,15 @@ "updateContext": null }, "value": "case", - "start": 38413, - "end": 38417, + "start": 39076, + "end": 39080, "loc": { "start": { - "line": 1042, + "line": 1058, "column": 12 }, "end": { - "line": 1042, + "line": 1058, "column": 16 } } @@ -343660,15 +351335,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 38418, - "end": 38428, + "start": 39081, + "end": 39091, "loc": { "start": { - "line": 1042, + "line": 1058, "column": 17 }, "end": { - "line": 1042, + "line": 1058, "column": 27 } } @@ -343686,15 +351361,15 @@ "binop": null, "updateContext": null }, - "start": 38428, - "end": 38429, + "start": 39091, + "end": 39092, "loc": { "start": { - "line": 1042, + "line": 1058, "column": 27 }, "end": { - "line": 1042, + "line": 1058, "column": 28 } } @@ -343702,15 +351377,15 @@ { "type": "CommentLine", "value": " pause player so user can start playback", - "start": 38446, - "end": 38488, + "start": 39109, + "end": 39151, "loc": { "start": { - "line": 1043, + "line": 1059, "column": 16 }, "end": { - "line": 1043, + "line": 1059, "column": 58 } } @@ -343730,15 +351405,15 @@ "updateContext": null }, "value": "this", - "start": 38505, - "end": 38509, + "start": 39168, + "end": 39172, "loc": { "start": { - "line": 1044, + "line": 1060, "column": 16 }, "end": { - "line": 1044, + "line": 1060, "column": 20 } } @@ -343756,15 +351431,15 @@ "binop": null, "updateContext": null }, - "start": 38509, - "end": 38510, + "start": 39172, + "end": 39173, "loc": { "start": { - "line": 1044, + "line": 1060, "column": 20 }, "end": { - "line": 1044, + "line": 1060, "column": 21 } } @@ -343782,15 +351457,15 @@ "binop": null }, "value": "surfer", - "start": 38510, - "end": 38516, + "start": 39173, + "end": 39179, "loc": { "start": { - "line": 1044, + "line": 1060, "column": 21 }, "end": { - "line": 1044, + "line": 1060, "column": 27 } } @@ -343808,15 +351483,15 @@ "binop": null, "updateContext": null }, - "start": 38516, - "end": 38517, + "start": 39179, + "end": 39180, "loc": { "start": { - "line": 1044, + "line": 1060, "column": 27 }, "end": { - "line": 1044, + "line": 1060, "column": 28 } } @@ -343834,15 +351509,15 @@ "binop": null }, "value": "pause", - "start": 38517, - "end": 38522, + "start": 39180, + "end": 39185, "loc": { "start": { - "line": 1044, + "line": 1060, "column": 28 }, "end": { - "line": 1044, + "line": 1060, "column": 33 } } @@ -343859,15 +351534,15 @@ "postfix": false, "binop": null }, - "start": 38522, - "end": 38523, + "start": 39185, + "end": 39186, "loc": { "start": { - "line": 1044, + "line": 1060, "column": 33 }, "end": { - "line": 1044, + "line": 1060, "column": 34 } } @@ -343884,15 +351559,15 @@ "postfix": false, "binop": null }, - "start": 38523, - "end": 38524, + "start": 39186, + "end": 39187, "loc": { "start": { - "line": 1044, + "line": 1060, "column": 34 }, "end": { - "line": 1044, + "line": 1060, "column": 35 } } @@ -343910,15 +351585,15 @@ "binop": null, "updateContext": null }, - "start": 38524, - "end": 38525, + "start": 39187, + "end": 39188, "loc": { "start": { - "line": 1044, + "line": 1060, "column": 35 }, "end": { - "line": 1044, + "line": 1060, "column": 36 } } @@ -343926,15 +351601,15 @@ { "type": "CommentLine", "value": " setup events for playback", - "start": 38543, - "end": 38571, + "start": 39206, + "end": 39234, "loc": { "start": { - "line": 1046, + "line": 1062, "column": 16 }, "end": { - "line": 1046, + "line": 1062, "column": 44 } } @@ -343954,15 +351629,15 @@ "updateContext": null }, "value": "this", - "start": 38588, - "end": 38592, + "start": 39251, + "end": 39255, "loc": { "start": { - "line": 1047, + "line": 1063, "column": 16 }, "end": { - "line": 1047, + "line": 1063, "column": 20 } } @@ -343980,15 +351655,15 @@ "binop": null, "updateContext": null }, - "start": 38592, - "end": 38593, + "start": 39255, + "end": 39256, "loc": { "start": { - "line": 1047, + "line": 1063, "column": 20 }, "end": { - "line": 1047, + "line": 1063, "column": 21 } } @@ -344006,15 +351681,15 @@ "binop": null }, "value": "surfer", - "start": 38593, - "end": 38599, + "start": 39256, + "end": 39262, "loc": { "start": { - "line": 1047, + "line": 1063, "column": 21 }, "end": { - "line": 1047, + "line": 1063, "column": 27 } } @@ -344032,15 +351707,15 @@ "binop": null, "updateContext": null }, - "start": 38599, - "end": 38600, + "start": 39262, + "end": 39263, "loc": { "start": { - "line": 1047, + "line": 1063, "column": 27 }, "end": { - "line": 1047, + "line": 1063, "column": 28 } } @@ -344058,15 +351733,15 @@ "binop": null }, "value": "setupPlaybackEvents", - "start": 38600, - "end": 38619, + "start": 39263, + "end": 39282, "loc": { "start": { - "line": 1047, + "line": 1063, "column": 28 }, "end": { - "line": 1047, + "line": 1063, "column": 47 } } @@ -344083,15 +351758,15 @@ "postfix": false, "binop": null }, - "start": 38619, - "end": 38620, + "start": 39282, + "end": 39283, "loc": { "start": { - "line": 1047, + "line": 1063, "column": 47 }, "end": { - "line": 1047, + "line": 1063, "column": 48 } } @@ -344111,15 +351786,15 @@ "updateContext": null }, "value": "true", - "start": 38620, - "end": 38624, + "start": 39283, + "end": 39287, "loc": { "start": { - "line": 1047, + "line": 1063, "column": 48 }, "end": { - "line": 1047, + "line": 1063, "column": 52 } } @@ -344136,15 +351811,15 @@ "postfix": false, "binop": null }, - "start": 38624, - "end": 38625, + "start": 39287, + "end": 39288, "loc": { "start": { - "line": 1047, + "line": 1063, "column": 52 }, "end": { - "line": 1047, + "line": 1063, "column": 53 } } @@ -344162,15 +351837,15 @@ "binop": null, "updateContext": null }, - "start": 38625, - "end": 38626, + "start": 39288, + "end": 39289, "loc": { "start": { - "line": 1047, + "line": 1063, "column": 53 }, "end": { - "line": 1047, + "line": 1063, "column": 54 } } @@ -344178,15 +351853,15 @@ { "type": "CommentLine", "value": " display loader", - "start": 38644, - "end": 38661, + "start": 39307, + "end": 39324, "loc": { "start": { - "line": 1049, + "line": 1065, "column": 16 }, "end": { - "line": 1049, + "line": 1065, "column": 33 } } @@ -344206,15 +351881,15 @@ "updateContext": null }, "value": "this", - "start": 38678, - "end": 38682, + "start": 39341, + "end": 39345, "loc": { "start": { - "line": 1050, + "line": 1066, "column": 16 }, "end": { - "line": 1050, + "line": 1066, "column": 20 } } @@ -344232,15 +351907,15 @@ "binop": null, "updateContext": null }, - "start": 38682, - "end": 38683, + "start": 39345, + "end": 39346, "loc": { "start": { - "line": 1050, + "line": 1066, "column": 20 }, "end": { - "line": 1050, + "line": 1066, "column": 21 } } @@ -344258,15 +351933,15 @@ "binop": null }, "value": "player", - "start": 38683, - "end": 38689, + "start": 39346, + "end": 39352, "loc": { "start": { - "line": 1050, + "line": 1066, "column": 21 }, "end": { - "line": 1050, + "line": 1066, "column": 27 } } @@ -344284,15 +351959,15 @@ "binop": null, "updateContext": null }, - "start": 38689, - "end": 38690, + "start": 39352, + "end": 39353, "loc": { "start": { - "line": 1050, + "line": 1066, "column": 27 }, "end": { - "line": 1050, + "line": 1066, "column": 28 } } @@ -344310,15 +351985,15 @@ "binop": null }, "value": "loadingSpinner", - "start": 38690, - "end": 38704, + "start": 39353, + "end": 39367, "loc": { "start": { - "line": 1050, + "line": 1066, "column": 28 }, "end": { - "line": 1050, + "line": 1066, "column": 42 } } @@ -344336,15 +352011,15 @@ "binop": null, "updateContext": null }, - "start": 38704, - "end": 38705, + "start": 39367, + "end": 39368, "loc": { "start": { - "line": 1050, + "line": 1066, "column": 42 }, "end": { - "line": 1050, + "line": 1066, "column": 43 } } @@ -344362,15 +352037,15 @@ "binop": null }, "value": "show", - "start": 38705, - "end": 38709, + "start": 39368, + "end": 39372, "loc": { "start": { - "line": 1050, + "line": 1066, "column": 43 }, "end": { - "line": 1050, + "line": 1066, "column": 47 } } @@ -344387,15 +352062,15 @@ "postfix": false, "binop": null }, - "start": 38709, - "end": 38710, + "start": 39372, + "end": 39373, "loc": { "start": { - "line": 1050, + "line": 1066, "column": 47 }, "end": { - "line": 1050, + "line": 1066, "column": 48 } } @@ -344412,15 +352087,15 @@ "postfix": false, "binop": null }, - "start": 38710, - "end": 38711, + "start": 39373, + "end": 39374, "loc": { "start": { - "line": 1050, + "line": 1066, "column": 48 }, "end": { - "line": 1050, + "line": 1066, "column": 49 } } @@ -344438,15 +352113,15 @@ "binop": null, "updateContext": null }, - "start": 38711, - "end": 38712, + "start": 39374, + "end": 39375, "loc": { "start": { - "line": 1050, + "line": 1066, "column": 49 }, "end": { - "line": 1050, + "line": 1066, "column": 50 } } @@ -344454,15 +352129,15 @@ { "type": "CommentLine", "value": " restore interaction with controls after waveform", - "start": 38730, - "end": 38781, + "start": 39393, + "end": 39444, "loc": { "start": { - "line": 1052, + "line": 1068, "column": 16 }, "end": { - "line": 1052, + "line": 1068, "column": 67 } } @@ -344470,15 +352145,15 @@ { "type": "CommentLine", "value": " rendering is complete", - "start": 38798, - "end": 38822, + "start": 39461, + "end": 39485, "loc": { "start": { - "line": 1053, + "line": 1069, "column": 16 }, "end": { - "line": 1053, + "line": 1069, "column": 40 } } @@ -344498,15 +352173,15 @@ "updateContext": null }, "value": "this", - "start": 38839, - "end": 38843, + "start": 39502, + "end": 39506, "loc": { "start": { - "line": 1054, + "line": 1070, "column": 16 }, "end": { - "line": 1054, + "line": 1070, "column": 20 } } @@ -344524,15 +352199,15 @@ "binop": null, "updateContext": null }, - "start": 38843, - "end": 38844, + "start": 39506, + "end": 39507, "loc": { "start": { - "line": 1054, + "line": 1070, "column": 20 }, "end": { - "line": 1054, + "line": 1070, "column": 21 } } @@ -344550,15 +352225,15 @@ "binop": null }, "value": "surfer", - "start": 38844, - "end": 38850, + "start": 39507, + "end": 39513, "loc": { "start": { - "line": 1054, + "line": 1070, "column": 21 }, "end": { - "line": 1054, + "line": 1070, "column": 27 } } @@ -344576,15 +352251,15 @@ "binop": null, "updateContext": null }, - "start": 38850, - "end": 38851, + "start": 39513, + "end": 39514, "loc": { "start": { - "line": 1054, + "line": 1070, "column": 27 }, "end": { - "line": 1054, + "line": 1070, "column": 28 } } @@ -344602,15 +352277,15 @@ "binop": null }, "value": "surfer", - "start": 38851, - "end": 38857, + "start": 39514, + "end": 39520, "loc": { "start": { - "line": 1054, + "line": 1070, "column": 28 }, "end": { - "line": 1054, + "line": 1070, "column": 34 } } @@ -344628,15 +352303,15 @@ "binop": null, "updateContext": null }, - "start": 38857, - "end": 38858, + "start": 39520, + "end": 39521, "loc": { "start": { - "line": 1054, + "line": 1070, "column": 34 }, "end": { - "line": 1054, + "line": 1070, "column": 35 } } @@ -344654,15 +352329,15 @@ "binop": null }, "value": "once", - "start": 38858, - "end": 38862, + "start": 39521, + "end": 39525, "loc": { "start": { - "line": 1054, + "line": 1070, "column": 35 }, "end": { - "line": 1054, + "line": 1070, "column": 39 } } @@ -344679,15 +352354,15 @@ "postfix": false, "binop": null }, - "start": 38862, - "end": 38863, + "start": 39525, + "end": 39526, "loc": { "start": { - "line": 1054, + "line": 1070, "column": 39 }, "end": { - "line": 1054, + "line": 1070, "column": 40 } } @@ -344705,15 +352380,15 @@ "binop": null }, "value": "Event", - "start": 38863, - "end": 38868, + "start": 39526, + "end": 39531, "loc": { "start": { - "line": 1054, + "line": 1070, "column": 40 }, "end": { - "line": 1054, + "line": 1070, "column": 45 } } @@ -344731,15 +352406,15 @@ "binop": null, "updateContext": null }, - "start": 38868, - "end": 38869, + "start": 39531, + "end": 39532, "loc": { "start": { - "line": 1054, + "line": 1070, "column": 45 }, "end": { - "line": 1054, + "line": 1070, "column": 46 } } @@ -344757,15 +352432,15 @@ "binop": null }, "value": "READY", - "start": 38869, - "end": 38874, + "start": 39532, + "end": 39537, "loc": { "start": { - "line": 1054, + "line": 1070, "column": 46 }, "end": { - "line": 1054, + "line": 1070, "column": 51 } } @@ -344783,15 +352458,15 @@ "binop": null, "updateContext": null }, - "start": 38874, - "end": 38875, + "start": 39537, + "end": 39538, "loc": { "start": { - "line": 1054, + "line": 1070, "column": 51 }, "end": { - "line": 1054, + "line": 1070, "column": 52 } } @@ -344808,15 +352483,15 @@ "postfix": false, "binop": null }, - "start": 38876, - "end": 38877, + "start": 39539, + "end": 39540, "loc": { "start": { - "line": 1054, + "line": 1070, "column": 53 }, "end": { - "line": 1054, + "line": 1070, "column": 54 } } @@ -344833,15 +352508,15 @@ "postfix": false, "binop": null }, - "start": 38877, - "end": 38878, + "start": 39540, + "end": 39541, "loc": { "start": { - "line": 1054, + "line": 1070, "column": 54 }, "end": { - "line": 1054, + "line": 1070, "column": 55 } } @@ -344859,15 +352534,15 @@ "binop": null, "updateContext": null }, - "start": 38879, - "end": 38881, + "start": 39542, + "end": 39544, "loc": { "start": { - "line": 1054, + "line": 1070, "column": 56 }, "end": { - "line": 1054, + "line": 1070, "column": 58 } } @@ -344884,15 +352559,15 @@ "postfix": false, "binop": null }, - "start": 38882, - "end": 38883, + "start": 39545, + "end": 39546, "loc": { "start": { - "line": 1054, + "line": 1070, "column": 59 }, "end": { - "line": 1054, + "line": 1070, "column": 60 } } @@ -344912,15 +352587,15 @@ "updateContext": null }, "value": "this", - "start": 38904, - "end": 38908, + "start": 39567, + "end": 39571, "loc": { "start": { - "line": 1055, + "line": 1071, "column": 20 }, "end": { - "line": 1055, + "line": 1071, "column": 24 } } @@ -344938,15 +352613,15 @@ "binop": null, "updateContext": null }, - "start": 38908, - "end": 38909, + "start": 39571, + "end": 39572, "loc": { "start": { - "line": 1055, + "line": 1071, "column": 24 }, "end": { - "line": 1055, + "line": 1071, "column": 25 } } @@ -344964,15 +352639,15 @@ "binop": null }, "value": "_processing", - "start": 38909, - "end": 38920, + "start": 39572, + "end": 39583, "loc": { "start": { - "line": 1055, + "line": 1071, "column": 25 }, "end": { - "line": 1055, + "line": 1071, "column": 36 } } @@ -344991,15 +352666,15 @@ "updateContext": null }, "value": "=", - "start": 38921, - "end": 38922, + "start": 39584, + "end": 39585, "loc": { "start": { - "line": 1055, + "line": 1071, "column": 37 }, "end": { - "line": 1055, + "line": 1071, "column": 38 } } @@ -345019,15 +352694,15 @@ "updateContext": null }, "value": "false", - "start": 38923, - "end": 38928, + "start": 39586, + "end": 39591, "loc": { "start": { - "line": 1055, + "line": 1071, "column": 39 }, "end": { - "line": 1055, + "line": 1071, "column": 44 } } @@ -345045,15 +352720,15 @@ "binop": null, "updateContext": null }, - "start": 38928, - "end": 38929, + "start": 39591, + "end": 39592, "loc": { "start": { - "line": 1055, + "line": 1071, "column": 44 }, "end": { - "line": 1055, + "line": 1071, "column": 45 } } @@ -345070,15 +352745,15 @@ "postfix": false, "binop": null }, - "start": 38946, - "end": 38947, + "start": 39609, + "end": 39610, "loc": { "start": { - "line": 1056, + "line": 1072, "column": 16 }, "end": { - "line": 1056, + "line": 1072, "column": 17 } } @@ -345095,15 +352770,15 @@ "postfix": false, "binop": null }, - "start": 38947, - "end": 38948, + "start": 39610, + "end": 39611, "loc": { "start": { - "line": 1056, + "line": 1072, "column": 17 }, "end": { - "line": 1056, + "line": 1072, "column": 18 } } @@ -345121,15 +352796,15 @@ "binop": null, "updateContext": null }, - "start": 38948, - "end": 38949, + "start": 39611, + "end": 39612, "loc": { "start": { - "line": 1056, + "line": 1072, "column": 18 }, "end": { - "line": 1056, + "line": 1072, "column": 19 } } @@ -345137,15 +352812,15 @@ { "type": "CommentLine", "value": " visualize recorded stream", - "start": 38967, - "end": 38995, + "start": 39630, + "end": 39658, "loc": { "start": { - "line": 1058, + "line": 1074, "column": 16 }, "end": { - "line": 1058, + "line": 1074, "column": 44 } } @@ -345165,15 +352840,15 @@ "updateContext": null }, "value": "this", - "start": 39012, - "end": 39016, + "start": 39675, + "end": 39679, "loc": { "start": { - "line": 1059, + "line": 1075, "column": 16 }, "end": { - "line": 1059, + "line": 1075, "column": 20 } } @@ -345191,15 +352866,15 @@ "binop": null, "updateContext": null }, - "start": 39016, - "end": 39017, + "start": 39679, + "end": 39680, "loc": { "start": { - "line": 1059, + "line": 1075, "column": 20 }, "end": { - "line": 1059, + "line": 1075, "column": 21 } } @@ -345217,15 +352892,15 @@ "binop": null }, "value": "load", - "start": 39017, - "end": 39021, + "start": 39680, + "end": 39684, "loc": { "start": { - "line": 1059, + "line": 1075, "column": 21 }, "end": { - "line": 1059, + "line": 1075, "column": 25 } } @@ -345242,15 +352917,15 @@ "postfix": false, "binop": null }, - "start": 39021, - "end": 39022, + "start": 39684, + "end": 39685, "loc": { "start": { - "line": 1059, + "line": 1075, "column": 25 }, "end": { - "line": 1059, + "line": 1075, "column": 26 } } @@ -345270,15 +352945,15 @@ "updateContext": null }, "value": "this", - "start": 39022, - "end": 39026, + "start": 39685, + "end": 39689, "loc": { "start": { - "line": 1059, + "line": 1075, "column": 26 }, "end": { - "line": 1059, + "line": 1075, "column": 30 } } @@ -345296,15 +352971,15 @@ "binop": null, "updateContext": null }, - "start": 39026, - "end": 39027, + "start": 39689, + "end": 39690, "loc": { "start": { - "line": 1059, + "line": 1075, "column": 30 }, "end": { - "line": 1059, + "line": 1075, "column": 31 } } @@ -345322,15 +352997,15 @@ "binop": null }, "value": "player", - "start": 39027, - "end": 39033, + "start": 39690, + "end": 39696, "loc": { "start": { - "line": 1059, + "line": 1075, "column": 31 }, "end": { - "line": 1059, + "line": 1075, "column": 37 } } @@ -345348,15 +353023,15 @@ "binop": null, "updateContext": null }, - "start": 39033, - "end": 39034, + "start": 39696, + "end": 39697, "loc": { "start": { - "line": 1059, + "line": 1075, "column": 37 }, "end": { - "line": 1059, + "line": 1075, "column": 38 } } @@ -345374,15 +353049,15 @@ "binop": null }, "value": "recordedData", - "start": 39034, - "end": 39046, + "start": 39697, + "end": 39709, "loc": { "start": { - "line": 1059, + "line": 1075, "column": 38 }, "end": { - "line": 1059, + "line": 1075, "column": 50 } } @@ -345399,15 +353074,15 @@ "postfix": false, "binop": null }, - "start": 39046, - "end": 39047, + "start": 39709, + "end": 39710, "loc": { "start": { - "line": 1059, + "line": 1075, "column": 50 }, "end": { - "line": 1059, + "line": 1075, "column": 51 } } @@ -345425,15 +353100,15 @@ "binop": null, "updateContext": null }, - "start": 39047, - "end": 39048, + "start": 39710, + "end": 39711, "loc": { "start": { - "line": 1059, + "line": 1075, "column": 51 }, "end": { - "line": 1059, + "line": 1075, "column": 52 } } @@ -345453,15 +353128,15 @@ "updateContext": null }, "value": "break", - "start": 39065, - "end": 39070, + "start": 39728, + "end": 39733, "loc": { "start": { - "line": 1060, + "line": 1076, "column": 16 }, "end": { - "line": 1060, + "line": 1076, "column": 21 } } @@ -345479,15 +353154,15 @@ "binop": null, "updateContext": null }, - "start": 39070, - "end": 39071, + "start": 39733, + "end": 39734, "loc": { "start": { - "line": 1060, + "line": 1076, "column": 21 }, "end": { - "line": 1060, + "line": 1076, "column": 22 } } @@ -345507,15 +353182,15 @@ "updateContext": null }, "value": "case", - "start": 39085, - "end": 39089, + "start": 39748, + "end": 39752, "loc": { "start": { - "line": 1062, + "line": 1078, "column": 12 }, "end": { - "line": 1062, + "line": 1078, "column": 16 } } @@ -345533,15 +353208,15 @@ "binop": null }, "value": "VIDEO_ONLY", - "start": 39090, - "end": 39100, + "start": 39753, + "end": 39763, "loc": { "start": { - "line": 1062, + "line": 1078, "column": 17 }, "end": { - "line": 1062, + "line": 1078, "column": 27 } } @@ -345559,15 +353234,15 @@ "binop": null, "updateContext": null }, - "start": 39100, - "end": 39101, + "start": 39763, + "end": 39764, "loc": { "start": { - "line": 1062, + "line": 1078, "column": 27 }, "end": { - "line": 1062, + "line": 1078, "column": 28 } } @@ -345587,15 +353262,15 @@ "updateContext": null }, "value": "case", - "start": 39114, - "end": 39118, + "start": 39777, + "end": 39781, "loc": { "start": { - "line": 1063, + "line": 1079, "column": 12 }, "end": { - "line": 1063, + "line": 1079, "column": 16 } } @@ -345613,15 +353288,15 @@ "binop": null }, "value": "AUDIO_VIDEO", - "start": 39119, - "end": 39130, + "start": 39782, + "end": 39793, "loc": { "start": { - "line": 1063, + "line": 1079, "column": 17 }, "end": { - "line": 1063, + "line": 1079, "column": 28 } } @@ -345639,15 +353314,15 @@ "binop": null, "updateContext": null }, - "start": 39130, - "end": 39131, + "start": 39793, + "end": 39794, "loc": { "start": { - "line": 1063, + "line": 1079, "column": 28 }, "end": { - "line": 1063, + "line": 1079, "column": 29 } } @@ -345667,15 +353342,15 @@ "updateContext": null }, "value": "case", - "start": 39144, - "end": 39148, + "start": 39807, + "end": 39811, "loc": { "start": { - "line": 1064, + "line": 1080, "column": 12 }, "end": { - "line": 1064, + "line": 1080, "column": 16 } } @@ -345693,15 +353368,15 @@ "binop": null }, "value": "AUDIO_SCREEN", - "start": 39149, - "end": 39161, + "start": 39812, + "end": 39824, "loc": { "start": { - "line": 1064, + "line": 1080, "column": 17 }, "end": { - "line": 1064, + "line": 1080, "column": 29 } } @@ -345719,15 +353394,15 @@ "binop": null, "updateContext": null }, - "start": 39161, - "end": 39162, + "start": 39824, + "end": 39825, "loc": { "start": { - "line": 1064, + "line": 1080, "column": 29 }, "end": { - "line": 1064, + "line": 1080, "column": 30 } } @@ -345747,15 +353422,15 @@ "updateContext": null }, "value": "case", - "start": 39175, - "end": 39179, + "start": 39838, + "end": 39842, "loc": { "start": { - "line": 1065, + "line": 1081, "column": 12 }, "end": { - "line": 1065, + "line": 1081, "column": 16 } } @@ -345773,15 +353448,15 @@ "binop": null }, "value": "SCREEN_ONLY", - "start": 39180, - "end": 39191, + "start": 39843, + "end": 39854, "loc": { "start": { - "line": 1065, + "line": 1081, "column": 17 }, "end": { - "line": 1065, + "line": 1081, "column": 28 } } @@ -345799,15 +353474,15 @@ "binop": null, "updateContext": null }, - "start": 39191, - "end": 39192, + "start": 39854, + "end": 39855, "loc": { "start": { - "line": 1065, + "line": 1081, "column": 28 }, "end": { - "line": 1065, + "line": 1081, "column": 29 } } @@ -345815,15 +353490,15 @@ { "type": "CommentLine", "value": " pausing the player so we can visualize the recorded data", - "start": 39209, - "end": 39268, + "start": 39872, + "end": 39931, "loc": { "start": { - "line": 1066, + "line": 1082, "column": 16 }, "end": { - "line": 1066, + "line": 1082, "column": 75 } } @@ -345831,15 +353506,15 @@ { "type": "CommentLine", "value": " will trigger an async video.js 'pause' event that we", - "start": 39285, - "end": 39340, + "start": 39948, + "end": 40003, "loc": { "start": { - "line": 1067, + "line": 1083, "column": 16 }, "end": { - "line": 1067, + "line": 1083, "column": 71 } } @@ -345847,15 +353522,15 @@ { "type": "CommentLine", "value": " have to wait for.", - "start": 39357, - "end": 39377, + "start": 40020, + "end": 40040, "loc": { "start": { - "line": 1068, + "line": 1084, "column": 16 }, "end": { - "line": 1068, + "line": 1084, "column": 36 } } @@ -345875,15 +353550,15 @@ "updateContext": null }, "value": "this", - "start": 39394, - "end": 39398, + "start": 40057, + "end": 40061, "loc": { "start": { - "line": 1069, + "line": 1085, "column": 16 }, "end": { - "line": 1069, + "line": 1085, "column": 20 } } @@ -345901,15 +353576,15 @@ "binop": null, "updateContext": null }, - "start": 39398, - "end": 39399, + "start": 40061, + "end": 40062, "loc": { "start": { - "line": 1069, + "line": 1085, "column": 20 }, "end": { - "line": 1069, + "line": 1085, "column": 21 } } @@ -345927,15 +353602,15 @@ "binop": null }, "value": "player", - "start": 39399, - "end": 39405, + "start": 40062, + "end": 40068, "loc": { "start": { - "line": 1069, + "line": 1085, "column": 21 }, "end": { - "line": 1069, + "line": 1085, "column": 27 } } @@ -345953,15 +353628,15 @@ "binop": null, "updateContext": null }, - "start": 39405, - "end": 39406, + "start": 40068, + "end": 40069, "loc": { "start": { - "line": 1069, + "line": 1085, "column": 27 }, "end": { - "line": 1069, + "line": 1085, "column": 28 } } @@ -345979,15 +353654,15 @@ "binop": null }, "value": "one", - "start": 39406, - "end": 39409, + "start": 40069, + "end": 40072, "loc": { "start": { - "line": 1069, + "line": 1085, "column": 28 }, "end": { - "line": 1069, + "line": 1085, "column": 31 } } @@ -346004,15 +353679,15 @@ "postfix": false, "binop": null }, - "start": 39409, - "end": 39410, + "start": 40072, + "end": 40073, "loc": { "start": { - "line": 1069, + "line": 1085, "column": 31 }, "end": { - "line": 1069, + "line": 1085, "column": 32 } } @@ -346030,15 +353705,15 @@ "binop": null }, "value": "Event", - "start": 39410, - "end": 39415, + "start": 40073, + "end": 40078, "loc": { "start": { - "line": 1069, + "line": 1085, "column": 32 }, "end": { - "line": 1069, + "line": 1085, "column": 37 } } @@ -346056,15 +353731,15 @@ "binop": null, "updateContext": null }, - "start": 39415, - "end": 39416, + "start": 40078, + "end": 40079, "loc": { "start": { - "line": 1069, + "line": 1085, "column": 37 }, "end": { - "line": 1069, + "line": 1085, "column": 38 } } @@ -346082,15 +353757,15 @@ "binop": null }, "value": "PAUSE", - "start": 39416, - "end": 39421, + "start": 40079, + "end": 40084, "loc": { "start": { - "line": 1069, + "line": 1085, "column": 38 }, "end": { - "line": 1069, + "line": 1085, "column": 43 } } @@ -346108,15 +353783,15 @@ "binop": null, "updateContext": null }, - "start": 39421, - "end": 39422, + "start": 40084, + "end": 40085, "loc": { "start": { - "line": 1069, + "line": 1085, "column": 43 }, "end": { - "line": 1069, + "line": 1085, "column": 44 } } @@ -346133,15 +353808,15 @@ "postfix": false, "binop": null }, - "start": 39423, - "end": 39424, + "start": 40086, + "end": 40087, "loc": { "start": { - "line": 1069, + "line": 1085, "column": 45 }, "end": { - "line": 1069, + "line": 1085, "column": 46 } } @@ -346158,15 +353833,15 @@ "postfix": false, "binop": null }, - "start": 39424, - "end": 39425, + "start": 40087, + "end": 40088, "loc": { "start": { - "line": 1069, + "line": 1085, "column": 46 }, "end": { - "line": 1069, + "line": 1085, "column": 47 } } @@ -346184,15 +353859,15 @@ "binop": null, "updateContext": null }, - "start": 39426, - "end": 39428, + "start": 40089, + "end": 40091, "loc": { "start": { - "line": 1069, + "line": 1085, "column": 48 }, "end": { - "line": 1069, + "line": 1085, "column": 50 } } @@ -346209,15 +353884,15 @@ "postfix": false, "binop": null }, - "start": 39429, - "end": 39430, + "start": 40092, + "end": 40093, "loc": { "start": { - "line": 1069, + "line": 1085, "column": 51 }, "end": { - "line": 1069, + "line": 1085, "column": 52 } } @@ -346225,15 +353900,15 @@ { "type": "CommentLine", "value": " video data is ready", - "start": 39451, - "end": 39473, + "start": 40114, + "end": 40136, "loc": { "start": { - "line": 1070, + "line": 1086, "column": 20 }, "end": { - "line": 1070, + "line": 1086, "column": 42 } } @@ -346253,15 +353928,15 @@ "updateContext": null }, "value": "this", - "start": 39494, - "end": 39498, + "start": 40157, + "end": 40161, "loc": { "start": { - "line": 1071, + "line": 1087, "column": 20 }, "end": { - "line": 1071, + "line": 1087, "column": 24 } } @@ -346279,15 +353954,15 @@ "binop": null, "updateContext": null }, - "start": 39498, - "end": 39499, + "start": 40161, + "end": 40162, "loc": { "start": { - "line": 1071, + "line": 1087, "column": 24 }, "end": { - "line": 1071, + "line": 1087, "column": 25 } } @@ -346305,15 +353980,15 @@ "binop": null }, "value": "_processing", - "start": 39499, - "end": 39510, + "start": 40162, + "end": 40173, "loc": { "start": { - "line": 1071, + "line": 1087, "column": 25 }, "end": { - "line": 1071, + "line": 1087, "column": 36 } } @@ -346332,15 +354007,15 @@ "updateContext": null }, "value": "=", - "start": 39511, - "end": 39512, + "start": 40174, + "end": 40175, "loc": { "start": { - "line": 1071, + "line": 1087, "column": 37 }, "end": { - "line": 1071, + "line": 1087, "column": 38 } } @@ -346360,15 +354035,15 @@ "updateContext": null }, "value": "false", - "start": 39513, - "end": 39518, + "start": 40176, + "end": 40181, "loc": { "start": { - "line": 1071, + "line": 1087, "column": 39 }, "end": { - "line": 1071, + "line": 1087, "column": 44 } } @@ -346386,15 +354061,15 @@ "binop": null, "updateContext": null }, - "start": 39518, - "end": 39519, + "start": 40181, + "end": 40182, "loc": { "start": { - "line": 1071, + "line": 1087, "column": 44 }, "end": { - "line": 1071, + "line": 1087, "column": 45 } } @@ -346402,15 +354077,15 @@ { "type": "CommentLine", "value": " hide loader", - "start": 39541, - "end": 39555, + "start": 40204, + "end": 40218, "loc": { "start": { - "line": 1073, + "line": 1089, "column": 20 }, "end": { - "line": 1073, + "line": 1089, "column": 34 } } @@ -346430,15 +354105,15 @@ "updateContext": null }, "value": "this", - "start": 39576, - "end": 39580, + "start": 40239, + "end": 40243, "loc": { "start": { - "line": 1074, + "line": 1090, "column": 20 }, "end": { - "line": 1074, + "line": 1090, "column": 24 } } @@ -346456,15 +354131,15 @@ "binop": null, "updateContext": null }, - "start": 39580, - "end": 39581, + "start": 40243, + "end": 40244, "loc": { "start": { - "line": 1074, + "line": 1090, "column": 24 }, "end": { - "line": 1074, + "line": 1090, "column": 25 } } @@ -346482,15 +354157,15 @@ "binop": null }, "value": "player", - "start": 39581, - "end": 39587, + "start": 40244, + "end": 40250, "loc": { "start": { - "line": 1074, + "line": 1090, "column": 25 }, "end": { - "line": 1074, + "line": 1090, "column": 31 } } @@ -346508,15 +354183,15 @@ "binop": null, "updateContext": null }, - "start": 39587, - "end": 39588, + "start": 40250, + "end": 40251, "loc": { "start": { - "line": 1074, + "line": 1090, "column": 31 }, "end": { - "line": 1074, + "line": 1090, "column": 32 } } @@ -346534,15 +354209,15 @@ "binop": null }, "value": "loadingSpinner", - "start": 39588, - "end": 39602, + "start": 40251, + "end": 40265, "loc": { "start": { - "line": 1074, + "line": 1090, "column": 32 }, "end": { - "line": 1074, + "line": 1090, "column": 46 } } @@ -346560,15 +354235,15 @@ "binop": null, "updateContext": null }, - "start": 39602, - "end": 39603, + "start": 40265, + "end": 40266, "loc": { "start": { - "line": 1074, + "line": 1090, "column": 46 }, "end": { - "line": 1074, + "line": 1090, "column": 47 } } @@ -346586,15 +354261,15 @@ "binop": null }, "value": "hide", - "start": 39603, - "end": 39607, + "start": 40266, + "end": 40270, "loc": { "start": { - "line": 1074, + "line": 1090, "column": 47 }, "end": { - "line": 1074, + "line": 1090, "column": 51 } } @@ -346611,15 +354286,15 @@ "postfix": false, "binop": null }, - "start": 39607, - "end": 39608, + "start": 40270, + "end": 40271, "loc": { "start": { - "line": 1074, + "line": 1090, "column": 51 }, "end": { - "line": 1074, + "line": 1090, "column": 52 } } @@ -346636,15 +354311,15 @@ "postfix": false, "binop": null }, - "start": 39608, - "end": 39609, + "start": 40271, + "end": 40272, "loc": { "start": { - "line": 1074, + "line": 1090, "column": 52 }, "end": { - "line": 1074, + "line": 1090, "column": 53 } } @@ -346662,15 +354337,15 @@ "binop": null, "updateContext": null }, - "start": 39609, - "end": 39610, + "start": 40272, + "end": 40273, "loc": { "start": { - "line": 1074, + "line": 1090, "column": 53 }, "end": { - "line": 1074, + "line": 1090, "column": 54 } } @@ -346678,15 +354353,15 @@ { "type": "CommentLine", "value": " show stream total duration", - "start": 39632, - "end": 39661, + "start": 40295, + "end": 40324, "loc": { "start": { - "line": 1076, + "line": 1092, "column": 20 }, "end": { - "line": 1076, + "line": 1092, "column": 49 } } @@ -346706,15 +354381,15 @@ "updateContext": null }, "value": "this", - "start": 39682, - "end": 39686, + "start": 40345, + "end": 40349, "loc": { "start": { - "line": 1077, + "line": 1093, "column": 20 }, "end": { - "line": 1077, + "line": 1093, "column": 24 } } @@ -346732,15 +354407,15 @@ "binop": null, "updateContext": null }, - "start": 39686, - "end": 39687, + "start": 40349, + "end": 40350, "loc": { "start": { - "line": 1077, + "line": 1093, "column": 24 }, "end": { - "line": 1077, + "line": 1093, "column": 25 } } @@ -346758,15 +354433,15 @@ "binop": null }, "value": "setDuration", - "start": 39687, - "end": 39698, + "start": 40350, + "end": 40361, "loc": { "start": { - "line": 1077, + "line": 1093, "column": 25 }, "end": { - "line": 1077, + "line": 1093, "column": 36 } } @@ -346783,15 +354458,15 @@ "postfix": false, "binop": null }, - "start": 39698, - "end": 39699, + "start": 40361, + "end": 40362, "loc": { "start": { - "line": 1077, + "line": 1093, "column": 36 }, "end": { - "line": 1077, + "line": 1093, "column": 37 } } @@ -346811,15 +354486,15 @@ "updateContext": null }, "value": "this", - "start": 39699, - "end": 39703, + "start": 40362, + "end": 40366, "loc": { "start": { - "line": 1077, + "line": 1093, "column": 37 }, "end": { - "line": 1077, + "line": 1093, "column": 41 } } @@ -346837,15 +354512,15 @@ "binop": null, "updateContext": null }, - "start": 39703, - "end": 39704, + "start": 40366, + "end": 40367, "loc": { "start": { - "line": 1077, + "line": 1093, "column": 41 }, "end": { - "line": 1077, + "line": 1093, "column": 42 } } @@ -346863,15 +354538,15 @@ "binop": null }, "value": "streamDuration", - "start": 39704, - "end": 39718, + "start": 40367, + "end": 40381, "loc": { "start": { - "line": 1077, + "line": 1093, "column": 42 }, "end": { - "line": 1077, + "line": 1093, "column": 56 } } @@ -346888,15 +354563,15 @@ "postfix": false, "binop": null }, - "start": 39718, - "end": 39719, + "start": 40381, + "end": 40382, "loc": { "start": { - "line": 1077, + "line": 1093, "column": 56 }, "end": { - "line": 1077, + "line": 1093, "column": 57 } } @@ -346914,15 +354589,15 @@ "binop": null, "updateContext": null }, - "start": 39719, - "end": 39720, + "start": 40382, + "end": 40383, "loc": { "start": { - "line": 1077, + "line": 1093, "column": 57 }, "end": { - "line": 1077, + "line": 1093, "column": 58 } } @@ -346930,15 +354605,15 @@ { "type": "CommentLine", "value": " update time during playback and at end", - "start": 39742, - "end": 39783, + "start": 40405, + "end": 40446, "loc": { "start": { - "line": 1079, + "line": 1095, "column": 20 }, "end": { - "line": 1079, + "line": 1095, "column": 61 } } @@ -346958,15 +354633,15 @@ "updateContext": null }, "value": "this", - "start": 39804, - "end": 39808, + "start": 40467, + "end": 40471, "loc": { "start": { - "line": 1080, + "line": 1096, "column": 20 }, "end": { - "line": 1080, + "line": 1096, "column": 24 } } @@ -346984,15 +354659,15 @@ "binop": null, "updateContext": null }, - "start": 39808, - "end": 39809, + "start": 40471, + "end": 40472, "loc": { "start": { - "line": 1080, + "line": 1096, "column": 24 }, "end": { - "line": 1080, + "line": 1096, "column": 25 } } @@ -347010,15 +354685,15 @@ "binop": null }, "value": "on", - "start": 39809, - "end": 39811, + "start": 40472, + "end": 40474, "loc": { "start": { - "line": 1080, + "line": 1096, "column": 25 }, "end": { - "line": 1080, + "line": 1096, "column": 27 } } @@ -347035,15 +354710,15 @@ "postfix": false, "binop": null }, - "start": 39811, - "end": 39812, + "start": 40474, + "end": 40475, "loc": { "start": { - "line": 1080, + "line": 1096, "column": 27 }, "end": { - "line": 1080, + "line": 1096, "column": 28 } } @@ -347063,15 +354738,15 @@ "updateContext": null }, "value": "this", - "start": 39812, - "end": 39816, + "start": 40475, + "end": 40479, "loc": { "start": { - "line": 1080, + "line": 1096, "column": 28 }, "end": { - "line": 1080, + "line": 1096, "column": 32 } } @@ -347089,15 +354764,15 @@ "binop": null, "updateContext": null }, - "start": 39816, - "end": 39817, + "start": 40479, + "end": 40480, "loc": { "start": { - "line": 1080, + "line": 1096, "column": 32 }, "end": { - "line": 1080, + "line": 1096, "column": 33 } } @@ -347115,15 +354790,15 @@ "binop": null }, "value": "player", - "start": 39817, - "end": 39823, + "start": 40480, + "end": 40486, "loc": { "start": { - "line": 1080, + "line": 1096, "column": 33 }, "end": { - "line": 1080, + "line": 1096, "column": 39 } } @@ -347141,15 +354816,15 @@ "binop": null, "updateContext": null }, - "start": 39823, - "end": 39824, + "start": 40486, + "end": 40487, "loc": { "start": { - "line": 1080, + "line": 1096, "column": 39 }, "end": { - "line": 1080, + "line": 1096, "column": 40 } } @@ -347167,15 +354842,15 @@ "binop": null }, "value": "Event", - "start": 39825, - "end": 39830, + "start": 40488, + "end": 40493, "loc": { "start": { - "line": 1080, + "line": 1096, "column": 41 }, "end": { - "line": 1080, + "line": 1096, "column": 46 } } @@ -347193,15 +354868,15 @@ "binop": null, "updateContext": null }, - "start": 39830, - "end": 39831, + "start": 40493, + "end": 40494, "loc": { "start": { - "line": 1080, + "line": 1096, "column": 46 }, "end": { - "line": 1080, + "line": 1096, "column": 47 } } @@ -347219,15 +354894,15 @@ "binop": null }, "value": "TIMEUPDATE", - "start": 39831, - "end": 39841, + "start": 40494, + "end": 40504, "loc": { "start": { - "line": 1080, + "line": 1096, "column": 47 }, "end": { - "line": 1080, + "line": 1096, "column": 57 } } @@ -347245,15 +354920,15 @@ "binop": null, "updateContext": null }, - "start": 39841, - "end": 39842, + "start": 40504, + "end": 40505, "loc": { "start": { - "line": 1080, + "line": 1096, "column": 57 }, "end": { - "line": 1080, + "line": 1096, "column": 58 } } @@ -347273,15 +354948,15 @@ "updateContext": null }, "value": "this", - "start": 39867, - "end": 39871, + "start": 40530, + "end": 40534, "loc": { "start": { - "line": 1081, + "line": 1097, "column": 24 }, "end": { - "line": 1081, + "line": 1097, "column": 28 } } @@ -347299,15 +354974,15 @@ "binop": null, "updateContext": null }, - "start": 39871, - "end": 39872, + "start": 40534, + "end": 40535, "loc": { "start": { - "line": 1081, + "line": 1097, "column": 28 }, "end": { - "line": 1081, + "line": 1097, "column": 29 } } @@ -347325,15 +355000,15 @@ "binop": null }, "value": "playbackTimeUpdate", - "start": 39872, - "end": 39890, + "start": 40535, + "end": 40553, "loc": { "start": { - "line": 1081, + "line": 1097, "column": 29 }, "end": { - "line": 1081, + "line": 1097, "column": 47 } } @@ -347350,15 +355025,15 @@ "postfix": false, "binop": null }, - "start": 39890, - "end": 39891, + "start": 40553, + "end": 40554, "loc": { "start": { - "line": 1081, + "line": 1097, "column": 47 }, "end": { - "line": 1081, + "line": 1097, "column": 48 } } @@ -347376,15 +355051,15 @@ "binop": null, "updateContext": null }, - "start": 39891, - "end": 39892, + "start": 40554, + "end": 40555, "loc": { "start": { - "line": 1081, + "line": 1097, "column": 48 }, "end": { - "line": 1081, + "line": 1097, "column": 49 } } @@ -347404,15 +355079,15 @@ "updateContext": null }, "value": "this", - "start": 39913, - "end": 39917, + "start": 40576, + "end": 40580, "loc": { "start": { - "line": 1082, + "line": 1098, "column": 20 }, "end": { - "line": 1082, + "line": 1098, "column": 24 } } @@ -347430,15 +355105,15 @@ "binop": null, "updateContext": null }, - "start": 39917, - "end": 39918, + "start": 40580, + "end": 40581, "loc": { "start": { - "line": 1082, + "line": 1098, "column": 24 }, "end": { - "line": 1082, + "line": 1098, "column": 25 } } @@ -347456,15 +355131,15 @@ "binop": null }, "value": "on", - "start": 39918, - "end": 39920, + "start": 40581, + "end": 40583, "loc": { "start": { - "line": 1082, + "line": 1098, "column": 25 }, "end": { - "line": 1082, + "line": 1098, "column": 27 } } @@ -347481,15 +355156,15 @@ "postfix": false, "binop": null }, - "start": 39920, - "end": 39921, + "start": 40583, + "end": 40584, "loc": { "start": { - "line": 1082, + "line": 1098, "column": 27 }, "end": { - "line": 1082, + "line": 1098, "column": 28 } } @@ -347509,15 +355184,15 @@ "updateContext": null }, "value": "this", - "start": 39921, - "end": 39925, + "start": 40584, + "end": 40588, "loc": { "start": { - "line": 1082, + "line": 1098, "column": 28 }, "end": { - "line": 1082, + "line": 1098, "column": 32 } } @@ -347535,15 +355210,15 @@ "binop": null, "updateContext": null }, - "start": 39925, - "end": 39926, + "start": 40588, + "end": 40589, "loc": { "start": { - "line": 1082, + "line": 1098, "column": 32 }, "end": { - "line": 1082, + "line": 1098, "column": 33 } } @@ -347561,15 +355236,15 @@ "binop": null }, "value": "player", - "start": 39926, - "end": 39932, + "start": 40589, + "end": 40595, "loc": { "start": { - "line": 1082, + "line": 1098, "column": 33 }, "end": { - "line": 1082, + "line": 1098, "column": 39 } } @@ -347587,15 +355262,15 @@ "binop": null, "updateContext": null }, - "start": 39932, - "end": 39933, + "start": 40595, + "end": 40596, "loc": { "start": { - "line": 1082, + "line": 1098, "column": 39 }, "end": { - "line": 1082, + "line": 1098, "column": 40 } } @@ -347613,15 +355288,15 @@ "binop": null }, "value": "Event", - "start": 39934, - "end": 39939, + "start": 40597, + "end": 40602, "loc": { "start": { - "line": 1082, + "line": 1098, "column": 41 }, "end": { - "line": 1082, + "line": 1098, "column": 46 } } @@ -347639,15 +355314,15 @@ "binop": null, "updateContext": null }, - "start": 39939, - "end": 39940, + "start": 40602, + "end": 40603, "loc": { "start": { - "line": 1082, + "line": 1098, "column": 46 }, "end": { - "line": 1082, + "line": 1098, "column": 47 } } @@ -347665,15 +355340,15 @@ "binop": null }, "value": "ENDED", - "start": 39940, - "end": 39945, + "start": 40603, + "end": 40608, "loc": { "start": { - "line": 1082, + "line": 1098, "column": 47 }, "end": { - "line": 1082, + "line": 1098, "column": 52 } } @@ -347691,15 +355366,15 @@ "binop": null, "updateContext": null }, - "start": 39945, - "end": 39946, + "start": 40608, + "end": 40609, "loc": { "start": { - "line": 1082, + "line": 1098, "column": 52 }, "end": { - "line": 1082, + "line": 1098, "column": 53 } } @@ -347719,15 +355394,15 @@ "updateContext": null }, "value": "this", - "start": 39971, - "end": 39975, + "start": 40634, + "end": 40638, "loc": { "start": { - "line": 1083, + "line": 1099, "column": 24 }, "end": { - "line": 1083, + "line": 1099, "column": 28 } } @@ -347745,15 +355420,15 @@ "binop": null, "updateContext": null }, - "start": 39975, - "end": 39976, + "start": 40638, + "end": 40639, "loc": { "start": { - "line": 1083, + "line": 1099, "column": 28 }, "end": { - "line": 1083, + "line": 1099, "column": 29 } } @@ -347771,15 +355446,15 @@ "binop": null }, "value": "playbackTimeUpdate", - "start": 39976, - "end": 39994, + "start": 40639, + "end": 40657, "loc": { "start": { - "line": 1083, + "line": 1099, "column": 29 }, "end": { - "line": 1083, + "line": 1099, "column": 47 } } @@ -347796,15 +355471,15 @@ "postfix": false, "binop": null }, - "start": 39994, - "end": 39995, + "start": 40657, + "end": 40658, "loc": { "start": { - "line": 1083, + "line": 1099, "column": 47 }, "end": { - "line": 1083, + "line": 1099, "column": 48 } } @@ -347822,15 +355497,15 @@ "binop": null, "updateContext": null }, - "start": 39995, - "end": 39996, + "start": 40658, + "end": 40659, "loc": { "start": { - "line": 1083, + "line": 1099, "column": 48 }, "end": { - "line": 1083, + "line": 1099, "column": 49 } } @@ -347838,15 +355513,15 @@ { "type": "CommentLine", "value": " unmute local audio during playback", - "start": 40018, - "end": 40055, + "start": 40681, + "end": 40718, "loc": { "start": { - "line": 1085, + "line": 1101, "column": 20 }, "end": { - "line": 1085, + "line": 1101, "column": 57 } } @@ -347866,15 +355541,15 @@ "updateContext": null }, "value": "if", - "start": 40076, - "end": 40078, + "start": 40739, + "end": 40741, "loc": { "start": { - "line": 1086, + "line": 1102, "column": 20 }, "end": { - "line": 1086, + "line": 1102, "column": 22 } } @@ -347891,15 +355566,15 @@ "postfix": false, "binop": null }, - "start": 40079, - "end": 40080, + "start": 40742, + "end": 40743, "loc": { "start": { - "line": 1086, + "line": 1102, "column": 23 }, "end": { - "line": 1086, + "line": 1102, "column": 24 } } @@ -347919,15 +355594,15 @@ "updateContext": null }, "value": "this", - "start": 40080, - "end": 40084, + "start": 40743, + "end": 40747, "loc": { "start": { - "line": 1086, + "line": 1102, "column": 24 }, "end": { - "line": 1086, + "line": 1102, "column": 28 } } @@ -347945,15 +355620,15 @@ "binop": null, "updateContext": null }, - "start": 40084, - "end": 40085, + "start": 40747, + "end": 40748, "loc": { "start": { - "line": 1086, + "line": 1102, "column": 28 }, "end": { - "line": 1086, + "line": 1102, "column": 29 } } @@ -347971,15 +355646,15 @@ "binop": null }, "value": "getRecordType", - "start": 40085, - "end": 40098, + "start": 40748, + "end": 40761, "loc": { "start": { - "line": 1086, + "line": 1102, "column": 29 }, "end": { - "line": 1086, + "line": 1102, "column": 42 } } @@ -347996,15 +355671,15 @@ "postfix": false, "binop": null }, - "start": 40098, - "end": 40099, + "start": 40761, + "end": 40762, "loc": { "start": { - "line": 1086, + "line": 1102, "column": 42 }, "end": { - "line": 1086, + "line": 1102, "column": 43 } } @@ -348021,15 +355696,15 @@ "postfix": false, "binop": null }, - "start": 40099, - "end": 40100, + "start": 40762, + "end": 40763, "loc": { "start": { - "line": 1086, + "line": 1102, "column": 43 }, "end": { - "line": 1086, + "line": 1102, "column": 44 } } @@ -348048,15 +355723,15 @@ "updateContext": null }, "value": "===", - "start": 40101, - "end": 40104, + "start": 40764, + "end": 40767, "loc": { "start": { - "line": 1086, + "line": 1102, "column": 45 }, "end": { - "line": 1086, + "line": 1102, "column": 48 } } @@ -348074,15 +355749,15 @@ "binop": null }, "value": "AUDIO_VIDEO", - "start": 40105, - "end": 40116, + "start": 40768, + "end": 40779, "loc": { "start": { - "line": 1086, + "line": 1102, "column": 49 }, "end": { - "line": 1086, + "line": 1102, "column": 60 } } @@ -348101,15 +355776,15 @@ "updateContext": null }, "value": "||", - "start": 40117, - "end": 40119, + "start": 40780, + "end": 40782, "loc": { "start": { - "line": 1086, + "line": 1102, "column": 61 }, "end": { - "line": 1086, + "line": 1102, "column": 63 } } @@ -348129,15 +355804,15 @@ "updateContext": null }, "value": "this", - "start": 40120, - "end": 40124, + "start": 40783, + "end": 40787, "loc": { "start": { - "line": 1086, + "line": 1102, "column": 64 }, "end": { - "line": 1086, + "line": 1102, "column": 68 } } @@ -348155,15 +355830,15 @@ "binop": null, "updateContext": null }, - "start": 40124, - "end": 40125, + "start": 40787, + "end": 40788, "loc": { "start": { - "line": 1086, + "line": 1102, "column": 68 }, "end": { - "line": 1086, + "line": 1102, "column": 69 } } @@ -348181,15 +355856,15 @@ "binop": null }, "value": "getRecordType", - "start": 40125, - "end": 40138, + "start": 40788, + "end": 40801, "loc": { "start": { - "line": 1086, + "line": 1102, "column": 69 }, "end": { - "line": 1086, + "line": 1102, "column": 82 } } @@ -348206,15 +355881,15 @@ "postfix": false, "binop": null }, - "start": 40138, - "end": 40139, + "start": 40801, + "end": 40802, "loc": { "start": { - "line": 1086, + "line": 1102, "column": 82 }, "end": { - "line": 1086, + "line": 1102, "column": 83 } } @@ -348231,15 +355906,15 @@ "postfix": false, "binop": null }, - "start": 40139, - "end": 40140, + "start": 40802, + "end": 40803, "loc": { "start": { - "line": 1086, + "line": 1102, "column": 83 }, "end": { - "line": 1086, + "line": 1102, "column": 84 } } @@ -348258,15 +355933,15 @@ "updateContext": null }, "value": "===", - "start": 40141, - "end": 40144, + "start": 40804, + "end": 40807, "loc": { "start": { - "line": 1086, + "line": 1102, "column": 85 }, "end": { - "line": 1086, + "line": 1102, "column": 88 } } @@ -348284,15 +355959,15 @@ "binop": null }, "value": "AUDIO_SCREEN", - "start": 40145, - "end": 40157, + "start": 40808, + "end": 40820, "loc": { "start": { - "line": 1086, + "line": 1102, "column": 89 }, "end": { - "line": 1086, + "line": 1102, "column": 101 } } @@ -348309,15 +355984,15 @@ "postfix": false, "binop": null }, - "start": 40157, - "end": 40158, + "start": 40820, + "end": 40821, "loc": { "start": { - "line": 1086, + "line": 1102, "column": 101 }, "end": { - "line": 1086, + "line": 1102, "column": 102 } } @@ -348334,15 +356009,15 @@ "postfix": false, "binop": null }, - "start": 40159, - "end": 40160, + "start": 40822, + "end": 40823, "loc": { "start": { - "line": 1086, + "line": 1102, "column": 103 }, "end": { - "line": 1086, + "line": 1102, "column": 104 } } @@ -348362,15 +356037,15 @@ "updateContext": null }, "value": "this", - "start": 40185, - "end": 40189, + "start": 40848, + "end": 40852, "loc": { "start": { - "line": 1087, + "line": 1103, "column": 24 }, "end": { - "line": 1087, + "line": 1103, "column": 28 } } @@ -348388,15 +356063,15 @@ "binop": null, "updateContext": null }, - "start": 40189, - "end": 40190, + "start": 40852, + "end": 40853, "loc": { "start": { - "line": 1087, + "line": 1103, "column": 28 }, "end": { - "line": 1087, + "line": 1103, "column": 29 } } @@ -348414,15 +356089,15 @@ "binop": null }, "value": "mediaElement", - "start": 40190, - "end": 40202, + "start": 40853, + "end": 40865, "loc": { "start": { - "line": 1087, + "line": 1103, "column": 29 }, "end": { - "line": 1087, + "line": 1103, "column": 41 } } @@ -348440,15 +356115,15 @@ "binop": null, "updateContext": null }, - "start": 40202, - "end": 40203, + "start": 40865, + "end": 40866, "loc": { "start": { - "line": 1087, + "line": 1103, "column": 41 }, "end": { - "line": 1087, + "line": 1103, "column": 42 } } @@ -348466,15 +356141,15 @@ "binop": null }, "value": "muted", - "start": 40203, - "end": 40208, + "start": 40866, + "end": 40871, "loc": { "start": { - "line": 1087, + "line": 1103, "column": 42 }, "end": { - "line": 1087, + "line": 1103, "column": 47 } } @@ -348493,15 +356168,15 @@ "updateContext": null }, "value": "=", - "start": 40209, - "end": 40210, + "start": 40872, + "end": 40873, "loc": { "start": { - "line": 1087, + "line": 1103, "column": 48 }, "end": { - "line": 1087, + "line": 1103, "column": 49 } } @@ -348521,15 +356196,15 @@ "updateContext": null }, "value": "false", - "start": 40211, - "end": 40216, + "start": 40874, + "end": 40879, "loc": { "start": { - "line": 1087, + "line": 1103, "column": 50 }, "end": { - "line": 1087, + "line": 1103, "column": 55 } } @@ -348547,15 +356222,15 @@ "binop": null, "updateContext": null }, - "start": 40216, - "end": 40217, + "start": 40879, + "end": 40880, "loc": { "start": { - "line": 1087, + "line": 1103, "column": 55 }, "end": { - "line": 1087, + "line": 1103, "column": 56 } } @@ -348563,15 +356238,15 @@ { "type": "CommentLine", "value": " show the volume bar when it's unmuted", - "start": 40243, - "end": 40283, + "start": 40906, + "end": 40946, "loc": { "start": { - "line": 1089, + "line": 1105, "column": 24 }, "end": { - "line": 1089, + "line": 1105, "column": 64 } } @@ -348591,15 +356266,15 @@ "updateContext": null }, "value": "this", - "start": 40308, - "end": 40312, + "start": 40971, + "end": 40975, "loc": { "start": { - "line": 1090, + "line": 1106, "column": 24 }, "end": { - "line": 1090, + "line": 1106, "column": 28 } } @@ -348617,15 +356292,15 @@ "binop": null, "updateContext": null }, - "start": 40312, - "end": 40313, + "start": 40975, + "end": 40976, "loc": { "start": { - "line": 1090, + "line": 1106, "column": 28 }, "end": { - "line": 1090, + "line": 1106, "column": 29 } } @@ -348643,15 +356318,15 @@ "binop": null }, "value": "displayVolumeControl", - "start": 40313, - "end": 40333, + "start": 40976, + "end": 40996, "loc": { "start": { - "line": 1090, + "line": 1106, "column": 29 }, "end": { - "line": 1090, + "line": 1106, "column": 49 } } @@ -348668,15 +356343,15 @@ "postfix": false, "binop": null }, - "start": 40333, - "end": 40334, + "start": 40996, + "end": 40997, "loc": { "start": { - "line": 1090, + "line": 1106, "column": 49 }, "end": { - "line": 1090, + "line": 1106, "column": 50 } } @@ -348696,15 +356371,15 @@ "updateContext": null }, "value": "true", - "start": 40334, - "end": 40338, + "start": 40997, + "end": 41001, "loc": { "start": { - "line": 1090, + "line": 1106, "column": 50 }, "end": { - "line": 1090, + "line": 1106, "column": 54 } } @@ -348721,15 +356396,15 @@ "postfix": false, "binop": null }, - "start": 40338, - "end": 40339, + "start": 41001, + "end": 41002, "loc": { "start": { - "line": 1090, + "line": 1106, "column": 54 }, "end": { - "line": 1090, + "line": 1106, "column": 55 } } @@ -348747,15 +356422,15 @@ "binop": null, "updateContext": null }, - "start": 40339, - "end": 40340, + "start": 41002, + "end": 41003, "loc": { "start": { - "line": 1090, + "line": 1106, "column": 55 }, "end": { - "line": 1090, + "line": 1106, "column": 56 } } @@ -348772,15 +356447,15 @@ "postfix": false, "binop": null }, - "start": 40361, - "end": 40362, + "start": 41024, + "end": 41025, "loc": { "start": { - "line": 1091, + "line": 1107, "column": 20 }, "end": { - "line": 1091, + "line": 1107, "column": 21 } } @@ -348788,15 +356463,15 @@ { "type": "CommentLine", "value": " load recorded media", - "start": 40384, - "end": 40406, + "start": 41047, + "end": 41069, "loc": { "start": { - "line": 1093, + "line": 1109, "column": 20 }, "end": { - "line": 1093, + "line": 1109, "column": 42 } } @@ -348816,15 +356491,15 @@ "updateContext": null }, "value": "this", - "start": 40427, - "end": 40431, + "start": 41090, + "end": 41094, "loc": { "start": { - "line": 1094, + "line": 1110, "column": 20 }, "end": { - "line": 1094, + "line": 1110, "column": 24 } } @@ -348842,15 +356517,15 @@ "binop": null, "updateContext": null }, - "start": 40431, - "end": 40432, + "start": 41094, + "end": 41095, "loc": { "start": { - "line": 1094, + "line": 1110, "column": 24 }, "end": { - "line": 1094, + "line": 1110, "column": 25 } } @@ -348868,15 +356543,15 @@ "binop": null }, "value": "load", - "start": 40432, - "end": 40436, + "start": 41095, + "end": 41099, "loc": { "start": { - "line": 1094, + "line": 1110, "column": 25 }, "end": { - "line": 1094, + "line": 1110, "column": 29 } } @@ -348893,15 +356568,15 @@ "postfix": false, "binop": null }, - "start": 40436, - "end": 40437, + "start": 41099, + "end": 41100, "loc": { "start": { - "line": 1094, + "line": 1110, "column": 29 }, "end": { - "line": 1094, + "line": 1110, "column": 30 } } @@ -348921,15 +356596,15 @@ "updateContext": null }, "value": "this", - "start": 40437, - "end": 40441, + "start": 41100, + "end": 41104, "loc": { "start": { - "line": 1094, + "line": 1110, "column": 30 }, "end": { - "line": 1094, + "line": 1110, "column": 34 } } @@ -348947,15 +356622,15 @@ "binop": null, "updateContext": null }, - "start": 40441, - "end": 40442, + "start": 41104, + "end": 41105, "loc": { "start": { - "line": 1094, + "line": 1110, "column": 34 }, "end": { - "line": 1094, + "line": 1110, "column": 35 } } @@ -348973,15 +356648,15 @@ "binop": null }, "value": "player", - "start": 40442, - "end": 40448, + "start": 41105, + "end": 41111, "loc": { "start": { - "line": 1094, + "line": 1110, "column": 35 }, "end": { - "line": 1094, + "line": 1110, "column": 41 } } @@ -348999,15 +356674,15 @@ "binop": null, "updateContext": null }, - "start": 40448, - "end": 40449, + "start": 41111, + "end": 41112, "loc": { "start": { - "line": 1094, + "line": 1110, "column": 41 }, "end": { - "line": 1094, + "line": 1110, "column": 42 } } @@ -349025,15 +356700,15 @@ "binop": null }, "value": "recordedData", - "start": 40449, - "end": 40461, + "start": 41112, + "end": 41124, "loc": { "start": { - "line": 1094, + "line": 1110, "column": 42 }, "end": { - "line": 1094, + "line": 1110, "column": 54 } } @@ -349050,15 +356725,15 @@ "postfix": false, "binop": null }, - "start": 40461, - "end": 40462, + "start": 41124, + "end": 41125, "loc": { "start": { - "line": 1094, + "line": 1110, "column": 54 }, "end": { - "line": 1094, + "line": 1110, "column": 55 } } @@ -349076,15 +356751,15 @@ "binop": null, "updateContext": null }, - "start": 40462, - "end": 40463, + "start": 41125, + "end": 41126, "loc": { "start": { - "line": 1094, + "line": 1110, "column": 55 }, "end": { - "line": 1094, + "line": 1110, "column": 56 } } @@ -349101,15 +356776,15 @@ "postfix": false, "binop": null }, - "start": 40480, - "end": 40481, + "start": 41143, + "end": 41144, "loc": { "start": { - "line": 1095, + "line": 1111, "column": 16 }, "end": { - "line": 1095, + "line": 1111, "column": 17 } } @@ -349126,15 +356801,15 @@ "postfix": false, "binop": null }, - "start": 40481, - "end": 40482, + "start": 41144, + "end": 41145, "loc": { "start": { - "line": 1095, + "line": 1111, "column": 17 }, "end": { - "line": 1095, + "line": 1111, "column": 18 } } @@ -349152,15 +356827,15 @@ "binop": null, "updateContext": null }, - "start": 40482, - "end": 40483, + "start": 41145, + "end": 41146, "loc": { "start": { - "line": 1095, + "line": 1111, "column": 18 }, "end": { - "line": 1095, + "line": 1111, "column": 19 } } @@ -349168,15 +356843,15 @@ { "type": "CommentLine", "value": " pause player so user can start playback", - "start": 40501, - "end": 40543, + "start": 41164, + "end": 41206, "loc": { "start": { - "line": 1097, + "line": 1113, "column": 16 }, "end": { - "line": 1097, + "line": 1113, "column": 58 } } @@ -349196,15 +356871,15 @@ "updateContext": null }, "value": "this", - "start": 40560, - "end": 40564, + "start": 41223, + "end": 41227, "loc": { "start": { - "line": 1098, + "line": 1114, "column": 16 }, "end": { - "line": 1098, + "line": 1114, "column": 20 } } @@ -349222,15 +356897,15 @@ "binop": null, "updateContext": null }, - "start": 40564, - "end": 40565, + "start": 41227, + "end": 41228, "loc": { "start": { - "line": 1098, + "line": 1114, "column": 20 }, "end": { - "line": 1098, + "line": 1114, "column": 21 } } @@ -349248,15 +356923,15 @@ "binop": null }, "value": "player", - "start": 40565, - "end": 40571, + "start": 41228, + "end": 41234, "loc": { "start": { - "line": 1098, + "line": 1114, "column": 21 }, "end": { - "line": 1098, + "line": 1114, "column": 27 } } @@ -349274,15 +356949,15 @@ "binop": null, "updateContext": null }, - "start": 40571, - "end": 40572, + "start": 41234, + "end": 41235, "loc": { "start": { - "line": 1098, + "line": 1114, "column": 27 }, "end": { - "line": 1098, + "line": 1114, "column": 28 } } @@ -349300,15 +356975,15 @@ "binop": null }, "value": "pause", - "start": 40572, - "end": 40577, + "start": 41235, + "end": 41240, "loc": { "start": { - "line": 1098, + "line": 1114, "column": 28 }, "end": { - "line": 1098, + "line": 1114, "column": 33 } } @@ -349325,15 +357000,15 @@ "postfix": false, "binop": null }, - "start": 40577, - "end": 40578, + "start": 41240, + "end": 41241, "loc": { "start": { - "line": 1098, + "line": 1114, "column": 33 }, "end": { - "line": 1098, + "line": 1114, "column": 34 } } @@ -349350,15 +357025,15 @@ "postfix": false, "binop": null }, - "start": 40578, - "end": 40579, + "start": 41241, + "end": 41242, "loc": { "start": { - "line": 1098, + "line": 1114, "column": 34 }, "end": { - "line": 1098, + "line": 1114, "column": 35 } } @@ -349376,15 +357051,15 @@ "binop": null, "updateContext": null }, - "start": 40579, - "end": 40580, + "start": 41242, + "end": 41243, "loc": { "start": { - "line": 1098, + "line": 1114, "column": 35 }, "end": { - "line": 1098, + "line": 1114, "column": 36 } } @@ -349404,15 +357079,15 @@ "updateContext": null }, "value": "break", - "start": 40597, - "end": 40602, + "start": 41260, + "end": 41265, "loc": { "start": { - "line": 1099, + "line": 1115, "column": 16 }, "end": { - "line": 1099, + "line": 1115, "column": 21 } } @@ -349430,15 +357105,15 @@ "binop": null, "updateContext": null }, - "start": 40602, - "end": 40603, + "start": 41265, + "end": 41266, "loc": { "start": { - "line": 1099, + "line": 1115, "column": 21 }, "end": { - "line": 1099, + "line": 1115, "column": 22 } } @@ -349458,15 +357133,15 @@ "updateContext": null }, "value": "case", - "start": 40617, - "end": 40621, + "start": 41280, + "end": 41284, "loc": { "start": { - "line": 1101, + "line": 1117, "column": 12 }, "end": { - "line": 1101, + "line": 1117, "column": 16 } } @@ -349484,15 +357159,15 @@ "binop": null }, "value": "ANIMATION", - "start": 40622, - "end": 40631, + "start": 41285, + "end": 41294, "loc": { "start": { - "line": 1101, + "line": 1117, "column": 17 }, "end": { - "line": 1101, + "line": 1117, "column": 26 } } @@ -349510,15 +357185,15 @@ "binop": null, "updateContext": null }, - "start": 40631, - "end": 40632, + "start": 41294, + "end": 41295, "loc": { "start": { - "line": 1101, + "line": 1117, "column": 26 }, "end": { - "line": 1101, + "line": 1117, "column": 27 } } @@ -349526,15 +357201,15 @@ { "type": "CommentLine", "value": " animation data is ready", - "start": 40649, - "end": 40675, + "start": 41312, + "end": 41338, "loc": { "start": { - "line": 1102, + "line": 1118, "column": 16 }, "end": { - "line": 1102, + "line": 1118, "column": 42 } } @@ -349554,15 +357229,15 @@ "updateContext": null }, "value": "this", - "start": 40692, - "end": 40696, + "start": 41355, + "end": 41359, "loc": { "start": { - "line": 1103, + "line": 1119, "column": 16 }, "end": { - "line": 1103, + "line": 1119, "column": 20 } } @@ -349580,15 +357255,15 @@ "binop": null, "updateContext": null }, - "start": 40696, - "end": 40697, + "start": 41359, + "end": 41360, "loc": { "start": { - "line": 1103, + "line": 1119, "column": 20 }, "end": { - "line": 1103, + "line": 1119, "column": 21 } } @@ -349606,15 +357281,15 @@ "binop": null }, "value": "_processing", - "start": 40697, - "end": 40708, + "start": 41360, + "end": 41371, "loc": { "start": { - "line": 1103, + "line": 1119, "column": 21 }, "end": { - "line": 1103, + "line": 1119, "column": 32 } } @@ -349633,15 +357308,15 @@ "updateContext": null }, "value": "=", - "start": 40709, - "end": 40710, + "start": 41372, + "end": 41373, "loc": { "start": { - "line": 1103, + "line": 1119, "column": 33 }, "end": { - "line": 1103, + "line": 1119, "column": 34 } } @@ -349661,15 +357336,15 @@ "updateContext": null }, "value": "false", - "start": 40711, - "end": 40716, + "start": 41374, + "end": 41379, "loc": { "start": { - "line": 1103, + "line": 1119, "column": 35 }, "end": { - "line": 1103, + "line": 1119, "column": 40 } } @@ -349687,15 +357362,15 @@ "binop": null, "updateContext": null }, - "start": 40716, - "end": 40717, + "start": 41379, + "end": 41380, "loc": { "start": { - "line": 1103, + "line": 1119, "column": 40 }, "end": { - "line": 1103, + "line": 1119, "column": 41 } } @@ -349703,15 +357378,15 @@ { "type": "CommentLine", "value": " hide loader", - "start": 40735, - "end": 40749, + "start": 41398, + "end": 41412, "loc": { "start": { - "line": 1105, + "line": 1121, "column": 16 }, "end": { - "line": 1105, + "line": 1121, "column": 30 } } @@ -349731,15 +357406,15 @@ "updateContext": null }, "value": "this", - "start": 40766, - "end": 40770, + "start": 41429, + "end": 41433, "loc": { "start": { - "line": 1106, + "line": 1122, "column": 16 }, "end": { - "line": 1106, + "line": 1122, "column": 20 } } @@ -349757,15 +357432,15 @@ "binop": null, "updateContext": null }, - "start": 40770, - "end": 40771, + "start": 41433, + "end": 41434, "loc": { "start": { - "line": 1106, + "line": 1122, "column": 20 }, "end": { - "line": 1106, + "line": 1122, "column": 21 } } @@ -349783,15 +357458,15 @@ "binop": null }, "value": "player", - "start": 40771, - "end": 40777, + "start": 41434, + "end": 41440, "loc": { "start": { - "line": 1106, + "line": 1122, "column": 21 }, "end": { - "line": 1106, + "line": 1122, "column": 27 } } @@ -349809,15 +357484,15 @@ "binop": null, "updateContext": null }, - "start": 40777, - "end": 40778, + "start": 41440, + "end": 41441, "loc": { "start": { - "line": 1106, + "line": 1122, "column": 27 }, "end": { - "line": 1106, + "line": 1122, "column": 28 } } @@ -349835,15 +357510,15 @@ "binop": null }, "value": "loadingSpinner", - "start": 40778, - "end": 40792, + "start": 41441, + "end": 41455, "loc": { "start": { - "line": 1106, + "line": 1122, "column": 28 }, "end": { - "line": 1106, + "line": 1122, "column": 42 } } @@ -349861,15 +357536,15 @@ "binop": null, "updateContext": null }, - "start": 40792, - "end": 40793, + "start": 41455, + "end": 41456, "loc": { "start": { - "line": 1106, + "line": 1122, "column": 42 }, "end": { - "line": 1106, + "line": 1122, "column": 43 } } @@ -349887,15 +357562,15 @@ "binop": null }, "value": "hide", - "start": 40793, - "end": 40797, + "start": 41456, + "end": 41460, "loc": { "start": { - "line": 1106, + "line": 1122, "column": 43 }, "end": { - "line": 1106, + "line": 1122, "column": 47 } } @@ -349912,15 +357587,15 @@ "postfix": false, "binop": null }, - "start": 40797, - "end": 40798, + "start": 41460, + "end": 41461, "loc": { "start": { - "line": 1106, + "line": 1122, "column": 47 }, "end": { - "line": 1106, + "line": 1122, "column": 48 } } @@ -349937,15 +357612,15 @@ "postfix": false, "binop": null }, - "start": 40798, - "end": 40799, + "start": 41461, + "end": 41462, "loc": { "start": { - "line": 1106, + "line": 1122, "column": 48 }, "end": { - "line": 1106, + "line": 1122, "column": 49 } } @@ -349963,15 +357638,15 @@ "binop": null, "updateContext": null }, - "start": 40799, - "end": 40800, + "start": 41462, + "end": 41463, "loc": { "start": { - "line": 1106, + "line": 1122, "column": 49 }, "end": { - "line": 1106, + "line": 1122, "column": 50 } } @@ -349979,15 +357654,15 @@ { "type": "CommentLine", "value": " show animation total duration", - "start": 40818, - "end": 40850, + "start": 41481, + "end": 41513, "loc": { "start": { - "line": 1108, + "line": 1124, "column": 16 }, "end": { - "line": 1108, + "line": 1124, "column": 48 } } @@ -350007,15 +357682,15 @@ "updateContext": null }, "value": "this", - "start": 40867, - "end": 40871, + "start": 41530, + "end": 41534, "loc": { "start": { - "line": 1109, + "line": 1125, "column": 16 }, "end": { - "line": 1109, + "line": 1125, "column": 20 } } @@ -350033,15 +357708,15 @@ "binop": null, "updateContext": null }, - "start": 40871, - "end": 40872, + "start": 41534, + "end": 41535, "loc": { "start": { - "line": 1109, + "line": 1125, "column": 20 }, "end": { - "line": 1109, + "line": 1125, "column": 21 } } @@ -350059,15 +357734,15 @@ "binop": null }, "value": "setDuration", - "start": 40872, - "end": 40883, + "start": 41535, + "end": 41546, "loc": { "start": { - "line": 1109, + "line": 1125, "column": 21 }, "end": { - "line": 1109, + "line": 1125, "column": 32 } } @@ -350084,15 +357759,15 @@ "postfix": false, "binop": null }, - "start": 40883, - "end": 40884, + "start": 41546, + "end": 41547, "loc": { "start": { - "line": 1109, + "line": 1125, "column": 32 }, "end": { - "line": 1109, + "line": 1125, "column": 33 } } @@ -350112,15 +357787,15 @@ "updateContext": null }, "value": "this", - "start": 40884, - "end": 40888, + "start": 41547, + "end": 41551, "loc": { "start": { - "line": 1109, + "line": 1125, "column": 33 }, "end": { - "line": 1109, + "line": 1125, "column": 37 } } @@ -350138,15 +357813,15 @@ "binop": null, "updateContext": null }, - "start": 40888, - "end": 40889, + "start": 41551, + "end": 41552, "loc": { "start": { - "line": 1109, + "line": 1125, "column": 37 }, "end": { - "line": 1109, + "line": 1125, "column": 38 } } @@ -350164,15 +357839,15 @@ "binop": null }, "value": "streamDuration", - "start": 40889, - "end": 40903, + "start": 41552, + "end": 41566, "loc": { "start": { - "line": 1109, + "line": 1125, "column": 38 }, "end": { - "line": 1109, + "line": 1125, "column": 52 } } @@ -350189,15 +357864,15 @@ "postfix": false, "binop": null }, - "start": 40903, - "end": 40904, + "start": 41566, + "end": 41567, "loc": { "start": { - "line": 1109, + "line": 1125, "column": 52 }, "end": { - "line": 1109, + "line": 1125, "column": 53 } } @@ -350215,15 +357890,15 @@ "binop": null, "updateContext": null }, - "start": 40904, - "end": 40905, + "start": 41567, + "end": 41568, "loc": { "start": { - "line": 1109, + "line": 1125, "column": 53 }, "end": { - "line": 1109, + "line": 1125, "column": 54 } } @@ -350231,15 +357906,15 @@ { "type": "CommentLine", "value": " hide preview video", - "start": 40923, - "end": 40944, + "start": 41586, + "end": 41607, "loc": { "start": { - "line": 1111, + "line": 1127, "column": 16 }, "end": { - "line": 1111, + "line": 1127, "column": 37 } } @@ -350259,15 +357934,15 @@ "updateContext": null }, "value": "this", - "start": 40961, - "end": 40965, + "start": 41624, + "end": 41628, "loc": { "start": { - "line": 1112, + "line": 1128, "column": 16 }, "end": { - "line": 1112, + "line": 1128, "column": 20 } } @@ -350285,15 +357960,15 @@ "binop": null, "updateContext": null }, - "start": 40965, - "end": 40966, + "start": 41628, + "end": 41629, "loc": { "start": { - "line": 1112, + "line": 1128, "column": 20 }, "end": { - "line": 1112, + "line": 1128, "column": 21 } } @@ -350311,15 +357986,15 @@ "binop": null }, "value": "mediaElement", - "start": 40966, - "end": 40978, + "start": 41629, + "end": 41641, "loc": { "start": { - "line": 1112, + "line": 1128, "column": 21 }, "end": { - "line": 1112, + "line": 1128, "column": 33 } } @@ -350337,15 +358012,15 @@ "binop": null, "updateContext": null }, - "start": 40978, - "end": 40979, + "start": 41641, + "end": 41642, "loc": { "start": { - "line": 1112, + "line": 1128, "column": 33 }, "end": { - "line": 1112, + "line": 1128, "column": 34 } } @@ -350363,15 +358038,15 @@ "binop": null }, "value": "style", - "start": 40979, - "end": 40984, + "start": 41642, + "end": 41647, "loc": { "start": { - "line": 1112, + "line": 1128, "column": 34 }, "end": { - "line": 1112, + "line": 1128, "column": 39 } } @@ -350389,15 +358064,15 @@ "binop": null, "updateContext": null }, - "start": 40984, - "end": 40985, + "start": 41647, + "end": 41648, "loc": { "start": { - "line": 1112, + "line": 1128, "column": 39 }, "end": { - "line": 1112, + "line": 1128, "column": 40 } } @@ -350415,15 +358090,15 @@ "binop": null }, "value": "display", - "start": 40985, - "end": 40992, + "start": 41648, + "end": 41655, "loc": { "start": { - "line": 1112, + "line": 1128, "column": 40 }, "end": { - "line": 1112, + "line": 1128, "column": 47 } } @@ -350442,15 +358117,15 @@ "updateContext": null }, "value": "=", - "start": 40993, - "end": 40994, + "start": 41656, + "end": 41657, "loc": { "start": { - "line": 1112, + "line": 1128, "column": 48 }, "end": { - "line": 1112, + "line": 1128, "column": 49 } } @@ -350469,15 +358144,15 @@ "updateContext": null }, "value": "none", - "start": 40995, - "end": 41001, + "start": 41658, + "end": 41664, "loc": { "start": { - "line": 1112, + "line": 1128, "column": 50 }, "end": { - "line": 1112, + "line": 1128, "column": 56 } } @@ -350495,15 +358170,15 @@ "binop": null, "updateContext": null }, - "start": 41001, - "end": 41002, + "start": 41664, + "end": 41665, "loc": { "start": { - "line": 1112, + "line": 1128, "column": 56 }, "end": { - "line": 1112, + "line": 1128, "column": 57 } } @@ -350511,15 +358186,15 @@ { "type": "CommentLine", "value": " show the first frame", - "start": 41020, - "end": 41043, + "start": 41683, + "end": 41706, "loc": { "start": { - "line": 1114, + "line": 1130, "column": 16 }, "end": { - "line": 1114, + "line": 1130, "column": 39 } } @@ -350539,15 +358214,15 @@ "updateContext": null }, "value": "this", - "start": 41060, - "end": 41064, + "start": 41723, + "end": 41727, "loc": { "start": { - "line": 1115, + "line": 1131, "column": 16 }, "end": { - "line": 1115, + "line": 1131, "column": 20 } } @@ -350565,15 +358240,15 @@ "binop": null, "updateContext": null }, - "start": 41064, - "end": 41065, + "start": 41727, + "end": 41728, "loc": { "start": { - "line": 1115, + "line": 1131, "column": 20 }, "end": { - "line": 1115, + "line": 1131, "column": 21 } } @@ -350591,15 +358266,15 @@ "binop": null }, "value": "player", - "start": 41065, - "end": 41071, + "start": 41728, + "end": 41734, "loc": { "start": { - "line": 1115, + "line": 1131, "column": 21 }, "end": { - "line": 1115, + "line": 1131, "column": 27 } } @@ -350617,15 +358292,15 @@ "binop": null, "updateContext": null }, - "start": 41071, - "end": 41072, + "start": 41734, + "end": 41735, "loc": { "start": { - "line": 1115, + "line": 1131, "column": 27 }, "end": { - "line": 1115, + "line": 1131, "column": 28 } } @@ -350643,15 +358318,15 @@ "binop": null }, "value": "recordCanvas", - "start": 41072, - "end": 41084, + "start": 41735, + "end": 41747, "loc": { "start": { - "line": 1115, + "line": 1131, "column": 28 }, "end": { - "line": 1115, + "line": 1131, "column": 40 } } @@ -350669,15 +358344,15 @@ "binop": null, "updateContext": null }, - "start": 41084, - "end": 41085, + "start": 41747, + "end": 41748, "loc": { "start": { - "line": 1115, + "line": 1131, "column": 40 }, "end": { - "line": 1115, + "line": 1131, "column": 41 } } @@ -350695,15 +358370,15 @@ "binop": null }, "value": "show", - "start": 41085, - "end": 41089, + "start": 41748, + "end": 41752, "loc": { "start": { - "line": 1115, + "line": 1131, "column": 41 }, "end": { - "line": 1115, + "line": 1131, "column": 45 } } @@ -350720,15 +358395,15 @@ "postfix": false, "binop": null }, - "start": 41089, - "end": 41090, + "start": 41752, + "end": 41753, "loc": { "start": { - "line": 1115, + "line": 1131, "column": 45 }, "end": { - "line": 1115, + "line": 1131, "column": 46 } } @@ -350745,15 +358420,15 @@ "postfix": false, "binop": null }, - "start": 41090, - "end": 41091, + "start": 41753, + "end": 41754, "loc": { "start": { - "line": 1115, + "line": 1131, "column": 46 }, "end": { - "line": 1115, + "line": 1131, "column": 47 } } @@ -350771,15 +358446,15 @@ "binop": null, "updateContext": null }, - "start": 41091, - "end": 41092, + "start": 41754, + "end": 41755, "loc": { "start": { - "line": 1115, + "line": 1131, "column": 47 }, "end": { - "line": 1115, + "line": 1131, "column": 48 } } @@ -350787,15 +358462,15 @@ { "type": "CommentLine", "value": " pause player so user can start playback", - "start": 41110, - "end": 41152, + "start": 41773, + "end": 41815, "loc": { "start": { - "line": 1117, + "line": 1133, "column": 16 }, "end": { - "line": 1117, + "line": 1133, "column": 58 } } @@ -350815,15 +358490,15 @@ "updateContext": null }, "value": "this", - "start": 41169, - "end": 41173, + "start": 41832, + "end": 41836, "loc": { "start": { - "line": 1118, + "line": 1134, "column": 16 }, "end": { - "line": 1118, + "line": 1134, "column": 20 } } @@ -350841,15 +358516,15 @@ "binop": null, "updateContext": null }, - "start": 41173, - "end": 41174, + "start": 41836, + "end": 41837, "loc": { "start": { - "line": 1118, + "line": 1134, "column": 20 }, "end": { - "line": 1118, + "line": 1134, "column": 21 } } @@ -350867,15 +358542,15 @@ "binop": null }, "value": "player", - "start": 41174, - "end": 41180, + "start": 41837, + "end": 41843, "loc": { "start": { - "line": 1118, + "line": 1134, "column": 21 }, "end": { - "line": 1118, + "line": 1134, "column": 27 } } @@ -350893,15 +358568,15 @@ "binop": null, "updateContext": null }, - "start": 41180, - "end": 41181, + "start": 41843, + "end": 41844, "loc": { "start": { - "line": 1118, + "line": 1134, "column": 27 }, "end": { - "line": 1118, + "line": 1134, "column": 28 } } @@ -350919,15 +358594,15 @@ "binop": null }, "value": "pause", - "start": 41181, - "end": 41186, + "start": 41844, + "end": 41849, "loc": { "start": { - "line": 1118, + "line": 1134, "column": 28 }, "end": { - "line": 1118, + "line": 1134, "column": 33 } } @@ -350944,15 +358619,15 @@ "postfix": false, "binop": null }, - "start": 41186, - "end": 41187, + "start": 41849, + "end": 41850, "loc": { "start": { - "line": 1118, + "line": 1134, "column": 33 }, "end": { - "line": 1118, + "line": 1134, "column": 34 } } @@ -350969,15 +358644,15 @@ "postfix": false, "binop": null }, - "start": 41187, - "end": 41188, + "start": 41850, + "end": 41851, "loc": { "start": { - "line": 1118, + "line": 1134, "column": 34 }, "end": { - "line": 1118, + "line": 1134, "column": 35 } } @@ -350995,15 +358670,15 @@ "binop": null, "updateContext": null }, - "start": 41188, - "end": 41189, + "start": 41851, + "end": 41852, "loc": { "start": { - "line": 1118, + "line": 1134, "column": 35 }, "end": { - "line": 1118, + "line": 1134, "column": 36 } } @@ -351011,15 +358686,15 @@ { "type": "CommentLine", "value": " show animation on play", - "start": 41207, - "end": 41232, + "start": 41870, + "end": 41895, "loc": { "start": { - "line": 1120, + "line": 1136, "column": 16 }, "end": { - "line": 1120, + "line": 1136, "column": 41 } } @@ -351039,15 +358714,15 @@ "updateContext": null }, "value": "this", - "start": 41249, - "end": 41253, + "start": 41912, + "end": 41916, "loc": { "start": { - "line": 1121, + "line": 1137, "column": 16 }, "end": { - "line": 1121, + "line": 1137, "column": 20 } } @@ -351065,15 +358740,15 @@ "binop": null, "updateContext": null }, - "start": 41253, - "end": 41254, + "start": 41916, + "end": 41917, "loc": { "start": { - "line": 1121, + "line": 1137, "column": 20 }, "end": { - "line": 1121, + "line": 1137, "column": 21 } } @@ -351091,15 +358766,15 @@ "binop": null }, "value": "on", - "start": 41254, - "end": 41256, + "start": 41917, + "end": 41919, "loc": { "start": { - "line": 1121, + "line": 1137, "column": 21 }, "end": { - "line": 1121, + "line": 1137, "column": 23 } } @@ -351116,15 +358791,15 @@ "postfix": false, "binop": null }, - "start": 41256, - "end": 41257, + "start": 41919, + "end": 41920, "loc": { "start": { - "line": 1121, + "line": 1137, "column": 23 }, "end": { - "line": 1121, + "line": 1137, "column": 24 } } @@ -351144,15 +358819,15 @@ "updateContext": null }, "value": "this", - "start": 41257, - "end": 41261, + "start": 41920, + "end": 41924, "loc": { "start": { - "line": 1121, + "line": 1137, "column": 24 }, "end": { - "line": 1121, + "line": 1137, "column": 28 } } @@ -351170,15 +358845,15 @@ "binop": null, "updateContext": null }, - "start": 41261, - "end": 41262, + "start": 41924, + "end": 41925, "loc": { "start": { - "line": 1121, + "line": 1137, "column": 28 }, "end": { - "line": 1121, + "line": 1137, "column": 29 } } @@ -351196,15 +358871,15 @@ "binop": null }, "value": "player", - "start": 41262, - "end": 41268, + "start": 41925, + "end": 41931, "loc": { "start": { - "line": 1121, + "line": 1137, "column": 29 }, "end": { - "line": 1121, + "line": 1137, "column": 35 } } @@ -351222,15 +358897,15 @@ "binop": null, "updateContext": null }, - "start": 41268, - "end": 41269, + "start": 41931, + "end": 41932, "loc": { "start": { - "line": 1121, + "line": 1137, "column": 35 }, "end": { - "line": 1121, + "line": 1137, "column": 36 } } @@ -351248,15 +358923,15 @@ "binop": null }, "value": "Event", - "start": 41270, - "end": 41275, + "start": 41933, + "end": 41938, "loc": { "start": { - "line": 1121, + "line": 1137, "column": 37 }, "end": { - "line": 1121, + "line": 1137, "column": 42 } } @@ -351274,15 +358949,15 @@ "binop": null, "updateContext": null }, - "start": 41275, - "end": 41276, + "start": 41938, + "end": 41939, "loc": { "start": { - "line": 1121, + "line": 1137, "column": 42 }, "end": { - "line": 1121, + "line": 1137, "column": 43 } } @@ -351300,15 +358975,15 @@ "binop": null }, "value": "PLAY", - "start": 41276, - "end": 41280, + "start": 41939, + "end": 41943, "loc": { "start": { - "line": 1121, + "line": 1137, "column": 43 }, "end": { - "line": 1121, + "line": 1137, "column": 47 } } @@ -351326,15 +359001,15 @@ "binop": null, "updateContext": null }, - "start": 41280, - "end": 41281, + "start": 41943, + "end": 41944, "loc": { "start": { - "line": 1121, + "line": 1137, "column": 47 }, "end": { - "line": 1121, + "line": 1137, "column": 48 } } @@ -351354,15 +359029,15 @@ "updateContext": null }, "value": "this", - "start": 41282, - "end": 41286, + "start": 41945, + "end": 41949, "loc": { "start": { - "line": 1121, + "line": 1137, "column": 49 }, "end": { - "line": 1121, + "line": 1137, "column": 53 } } @@ -351380,15 +359055,15 @@ "binop": null, "updateContext": null }, - "start": 41286, - "end": 41287, + "start": 41949, + "end": 41950, "loc": { "start": { - "line": 1121, + "line": 1137, "column": 53 }, "end": { - "line": 1121, + "line": 1137, "column": 54 } } @@ -351406,15 +359081,15 @@ "binop": null }, "value": "showAnimation", - "start": 41287, - "end": 41300, + "start": 41950, + "end": 41963, "loc": { "start": { - "line": 1121, + "line": 1137, "column": 54 }, "end": { - "line": 1121, + "line": 1137, "column": 67 } } @@ -351431,15 +359106,15 @@ "postfix": false, "binop": null }, - "start": 41300, - "end": 41301, + "start": 41963, + "end": 41964, "loc": { "start": { - "line": 1121, + "line": 1137, "column": 67 }, "end": { - "line": 1121, + "line": 1137, "column": 68 } } @@ -351457,15 +359132,15 @@ "binop": null, "updateContext": null }, - "start": 41301, - "end": 41302, + "start": 41964, + "end": 41965, "loc": { "start": { - "line": 1121, + "line": 1137, "column": 68 }, "end": { - "line": 1121, + "line": 1137, "column": 69 } } @@ -351473,15 +359148,15 @@ { "type": "CommentLine", "value": " hide animation on pause", - "start": 41320, - "end": 41346, + "start": 41983, + "end": 42009, "loc": { "start": { - "line": 1123, + "line": 1139, "column": 16 }, "end": { - "line": 1123, + "line": 1139, "column": 42 } } @@ -351501,15 +359176,15 @@ "updateContext": null }, "value": "this", - "start": 41363, - "end": 41367, + "start": 42026, + "end": 42030, "loc": { "start": { - "line": 1124, + "line": 1140, "column": 16 }, "end": { - "line": 1124, + "line": 1140, "column": 20 } } @@ -351527,15 +359202,15 @@ "binop": null, "updateContext": null }, - "start": 41367, - "end": 41368, + "start": 42030, + "end": 42031, "loc": { "start": { - "line": 1124, + "line": 1140, "column": 20 }, "end": { - "line": 1124, + "line": 1140, "column": 21 } } @@ -351553,15 +359228,15 @@ "binop": null }, "value": "on", - "start": 41368, - "end": 41370, + "start": 42031, + "end": 42033, "loc": { "start": { - "line": 1124, + "line": 1140, "column": 21 }, "end": { - "line": 1124, + "line": 1140, "column": 23 } } @@ -351578,15 +359253,15 @@ "postfix": false, "binop": null }, - "start": 41370, - "end": 41371, + "start": 42033, + "end": 42034, "loc": { "start": { - "line": 1124, + "line": 1140, "column": 23 }, "end": { - "line": 1124, + "line": 1140, "column": 24 } } @@ -351606,15 +359281,15 @@ "updateContext": null }, "value": "this", - "start": 41371, - "end": 41375, + "start": 42034, + "end": 42038, "loc": { "start": { - "line": 1124, + "line": 1140, "column": 24 }, "end": { - "line": 1124, + "line": 1140, "column": 28 } } @@ -351632,15 +359307,15 @@ "binop": null, "updateContext": null }, - "start": 41375, - "end": 41376, + "start": 42038, + "end": 42039, "loc": { "start": { - "line": 1124, + "line": 1140, "column": 28 }, "end": { - "line": 1124, + "line": 1140, "column": 29 } } @@ -351658,15 +359333,15 @@ "binop": null }, "value": "player", - "start": 41376, - "end": 41382, + "start": 42039, + "end": 42045, "loc": { "start": { - "line": 1124, + "line": 1140, "column": 29 }, "end": { - "line": 1124, + "line": 1140, "column": 35 } } @@ -351684,15 +359359,15 @@ "binop": null, "updateContext": null }, - "start": 41382, - "end": 41383, + "start": 42045, + "end": 42046, "loc": { "start": { - "line": 1124, + "line": 1140, "column": 35 }, "end": { - "line": 1124, + "line": 1140, "column": 36 } } @@ -351710,15 +359385,15 @@ "binop": null }, "value": "Event", - "start": 41384, - "end": 41389, + "start": 42047, + "end": 42052, "loc": { "start": { - "line": 1124, + "line": 1140, "column": 37 }, "end": { - "line": 1124, + "line": 1140, "column": 42 } } @@ -351736,15 +359411,15 @@ "binop": null, "updateContext": null }, - "start": 41389, - "end": 41390, + "start": 42052, + "end": 42053, "loc": { "start": { - "line": 1124, + "line": 1140, "column": 42 }, "end": { - "line": 1124, + "line": 1140, "column": 43 } } @@ -351762,15 +359437,15 @@ "binop": null }, "value": "PAUSE", - "start": 41390, - "end": 41395, + "start": 42053, + "end": 42058, "loc": { "start": { - "line": 1124, + "line": 1140, "column": 43 }, "end": { - "line": 1124, + "line": 1140, "column": 48 } } @@ -351788,15 +359463,15 @@ "binop": null, "updateContext": null }, - "start": 41395, - "end": 41396, + "start": 42058, + "end": 42059, "loc": { "start": { - "line": 1124, + "line": 1140, "column": 48 }, "end": { - "line": 1124, + "line": 1140, "column": 49 } } @@ -351816,15 +359491,15 @@ "updateContext": null }, "value": "this", - "start": 41397, - "end": 41401, + "start": 42060, + "end": 42064, "loc": { "start": { - "line": 1124, + "line": 1140, "column": 50 }, "end": { - "line": 1124, + "line": 1140, "column": 54 } } @@ -351842,15 +359517,15 @@ "binop": null, "updateContext": null }, - "start": 41401, - "end": 41402, + "start": 42064, + "end": 42065, "loc": { "start": { - "line": 1124, + "line": 1140, "column": 54 }, "end": { - "line": 1124, + "line": 1140, "column": 55 } } @@ -351868,15 +359543,15 @@ "binop": null }, "value": "hideAnimation", - "start": 41402, - "end": 41415, + "start": 42065, + "end": 42078, "loc": { "start": { - "line": 1124, + "line": 1140, "column": 55 }, "end": { - "line": 1124, + "line": 1140, "column": 68 } } @@ -351893,15 +359568,15 @@ "postfix": false, "binop": null }, - "start": 41415, - "end": 41416, + "start": 42078, + "end": 42079, "loc": { "start": { - "line": 1124, + "line": 1140, "column": 68 }, "end": { - "line": 1124, + "line": 1140, "column": 69 } } @@ -351919,15 +359594,15 @@ "binop": null, "updateContext": null }, - "start": 41416, - "end": 41417, + "start": 42079, + "end": 42080, "loc": { "start": { - "line": 1124, + "line": 1140, "column": 69 }, "end": { - "line": 1124, + "line": 1140, "column": 70 } } @@ -351947,15 +359622,15 @@ "updateContext": null }, "value": "break", - "start": 41434, - "end": 41439, + "start": 42097, + "end": 42102, "loc": { "start": { - "line": 1125, + "line": 1141, "column": 16 }, "end": { - "line": 1125, + "line": 1141, "column": 21 } } @@ -351973,15 +359648,15 @@ "binop": null, "updateContext": null }, - "start": 41439, - "end": 41440, + "start": 42102, + "end": 42103, "loc": { "start": { - "line": 1125, + "line": 1141, "column": 21 }, "end": { - "line": 1125, + "line": 1141, "column": 22 } } @@ -351998,15 +359673,15 @@ "postfix": false, "binop": null }, - "start": 41449, - "end": 41450, + "start": 42112, + "end": 42113, "loc": { "start": { - "line": 1126, + "line": 1142, "column": 8 }, "end": { - "line": 1126, + "line": 1142, "column": 9 } } @@ -352023,15 +359698,15 @@ "postfix": false, "binop": null }, - "start": 41455, - "end": 41456, + "start": 42118, + "end": 42119, "loc": { "start": { - "line": 1127, + "line": 1143, "column": 4 }, "end": { - "line": 1127, + "line": 1143, "column": 5 } } @@ -352039,15 +359714,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked during recording and displays the remaining time.\n * @private\n ", - "start": 41462, - "end": 41554, + "start": 42125, + "end": 42217, "loc": { "start": { - "line": 1129, + "line": 1145, "column": 4 }, "end": { - "line": 1132, + "line": 1148, "column": 7 } } @@ -352065,15 +359740,15 @@ "binop": null }, "value": "onCountDown", - "start": 41559, - "end": 41570, + "start": 42222, + "end": 42233, "loc": { "start": { - "line": 1133, + "line": 1149, "column": 4 }, "end": { - "line": 1133, + "line": 1149, "column": 15 } } @@ -352090,15 +359765,15 @@ "postfix": false, "binop": null }, - "start": 41570, - "end": 41571, + "start": 42233, + "end": 42234, "loc": { "start": { - "line": 1133, + "line": 1149, "column": 15 }, "end": { - "line": 1133, + "line": 1149, "column": 16 } } @@ -352115,15 +359790,15 @@ "postfix": false, "binop": null }, - "start": 41571, - "end": 41572, + "start": 42234, + "end": 42235, "loc": { "start": { - "line": 1133, + "line": 1149, "column": 16 }, "end": { - "line": 1133, + "line": 1149, "column": 17 } } @@ -352140,15 +359815,15 @@ "postfix": false, "binop": null }, - "start": 41573, - "end": 41574, + "start": 42236, + "end": 42237, "loc": { "start": { - "line": 1133, + "line": 1149, "column": 18 }, "end": { - "line": 1133, + "line": 1149, "column": 19 } } @@ -352168,15 +359843,15 @@ "updateContext": null }, "value": "if", - "start": 41583, - "end": 41585, + "start": 42246, + "end": 42248, "loc": { "start": { - "line": 1134, + "line": 1150, "column": 8 }, "end": { - "line": 1134, + "line": 1150, "column": 10 } } @@ -352193,15 +359868,15 @@ "postfix": false, "binop": null }, - "start": 41586, - "end": 41587, + "start": 42249, + "end": 42250, "loc": { "start": { - "line": 1134, + "line": 1150, "column": 11 }, "end": { - "line": 1134, + "line": 1150, "column": 12 } } @@ -352220,15 +359895,15 @@ "updateContext": null }, "value": "!", - "start": 41587, - "end": 41588, + "start": 42250, + "end": 42251, "loc": { "start": { - "line": 1134, + "line": 1150, "column": 12 }, "end": { - "line": 1134, + "line": 1150, "column": 13 } } @@ -352248,15 +359923,15 @@ "updateContext": null }, "value": "this", - "start": 41588, - "end": 41592, + "start": 42251, + "end": 42255, "loc": { "start": { - "line": 1134, + "line": 1150, "column": 13 }, "end": { - "line": 1134, + "line": 1150, "column": 17 } } @@ -352274,15 +359949,15 @@ "binop": null, "updateContext": null }, - "start": 41592, - "end": 41593, + "start": 42255, + "end": 42256, "loc": { "start": { - "line": 1134, + "line": 1150, "column": 17 }, "end": { - "line": 1134, + "line": 1150, "column": 18 } } @@ -352300,15 +359975,15 @@ "binop": null }, "value": "paused", - "start": 41593, - "end": 41599, + "start": 42256, + "end": 42262, "loc": { "start": { - "line": 1134, + "line": 1150, "column": 18 }, "end": { - "line": 1134, + "line": 1150, "column": 24 } } @@ -352325,15 +360000,15 @@ "postfix": false, "binop": null }, - "start": 41599, - "end": 41600, + "start": 42262, + "end": 42263, "loc": { "start": { - "line": 1134, + "line": 1150, "column": 24 }, "end": { - "line": 1134, + "line": 1150, "column": 25 } } @@ -352350,15 +360025,15 @@ "postfix": false, "binop": null }, - "start": 41601, - "end": 41602, + "start": 42264, + "end": 42265, "loc": { "start": { - "line": 1134, + "line": 1150, "column": 26 }, "end": { - "line": 1134, + "line": 1150, "column": 27 } } @@ -352378,15 +360053,15 @@ "updateContext": null }, "value": "let", - "start": 41615, - "end": 41618, + "start": 42278, + "end": 42281, "loc": { "start": { - "line": 1135, + "line": 1151, "column": 12 }, "end": { - "line": 1135, + "line": 1151, "column": 15 } } @@ -352404,15 +360079,15 @@ "binop": null }, "value": "now", - "start": 41619, - "end": 41622, + "start": 42282, + "end": 42285, "loc": { "start": { - "line": 1135, + "line": 1151, "column": 16 }, "end": { - "line": 1135, + "line": 1151, "column": 19 } } @@ -352431,15 +360106,15 @@ "updateContext": null }, "value": "=", - "start": 41623, - "end": 41624, + "start": 42286, + "end": 42287, "loc": { "start": { - "line": 1135, + "line": 1151, "column": 20 }, "end": { - "line": 1135, + "line": 1151, "column": 21 } } @@ -352457,15 +360132,15 @@ "binop": null }, "value": "performance", - "start": 41625, - "end": 41636, + "start": 42288, + "end": 42299, "loc": { "start": { - "line": 1135, + "line": 1151, "column": 22 }, "end": { - "line": 1135, + "line": 1151, "column": 33 } } @@ -352483,15 +360158,15 @@ "binop": null, "updateContext": null }, - "start": 41636, - "end": 41637, + "start": 42299, + "end": 42300, "loc": { "start": { - "line": 1135, + "line": 1151, "column": 33 }, "end": { - "line": 1135, + "line": 1151, "column": 34 } } @@ -352509,15 +360184,15 @@ "binop": null }, "value": "now", - "start": 41637, - "end": 41640, + "start": 42300, + "end": 42303, "loc": { "start": { - "line": 1135, + "line": 1151, "column": 34 }, "end": { - "line": 1135, + "line": 1151, "column": 37 } } @@ -352534,15 +360209,15 @@ "postfix": false, "binop": null }, - "start": 41640, - "end": 41641, + "start": 42303, + "end": 42304, "loc": { "start": { - "line": 1135, + "line": 1151, "column": 37 }, "end": { - "line": 1135, + "line": 1151, "column": 38 } } @@ -352559,15 +360234,15 @@ "postfix": false, "binop": null }, - "start": 41641, - "end": 41642, + "start": 42304, + "end": 42305, "loc": { "start": { - "line": 1135, + "line": 1151, "column": 38 }, "end": { - "line": 1135, + "line": 1151, "column": 39 } } @@ -352585,15 +360260,15 @@ "binop": null, "updateContext": null }, - "start": 41642, - "end": 41643, + "start": 42305, + "end": 42306, "loc": { "start": { - "line": 1135, + "line": 1151, "column": 39 }, "end": { - "line": 1135, + "line": 1151, "column": 40 } } @@ -352613,15 +360288,15 @@ "updateContext": null }, "value": "let", - "start": 41656, - "end": 41659, + "start": 42319, + "end": 42322, "loc": { "start": { - "line": 1136, + "line": 1152, "column": 12 }, "end": { - "line": 1136, + "line": 1152, "column": 15 } } @@ -352639,15 +360314,15 @@ "binop": null }, "value": "duration", - "start": 41660, - "end": 41668, + "start": 42323, + "end": 42331, "loc": { "start": { - "line": 1136, + "line": 1152, "column": 16 }, "end": { - "line": 1136, + "line": 1152, "column": 24 } } @@ -352666,15 +360341,15 @@ "updateContext": null }, "value": "=", - "start": 41669, - "end": 41670, + "start": 42332, + "end": 42333, "loc": { "start": { - "line": 1136, + "line": 1152, "column": 25 }, "end": { - "line": 1136, + "line": 1152, "column": 26 } } @@ -352694,15 +360369,15 @@ "updateContext": null }, "value": "this", - "start": 41671, - "end": 41675, + "start": 42334, + "end": 42338, "loc": { "start": { - "line": 1136, + "line": 1152, "column": 27 }, "end": { - "line": 1136, + "line": 1152, "column": 31 } } @@ -352720,15 +360395,15 @@ "binop": null, "updateContext": null }, - "start": 41675, - "end": 41676, + "start": 42338, + "end": 42339, "loc": { "start": { - "line": 1136, + "line": 1152, "column": 31 }, "end": { - "line": 1136, + "line": 1152, "column": 32 } } @@ -352746,15 +360421,15 @@ "binop": null }, "value": "maxLength", - "start": 41676, - "end": 41685, + "start": 42339, + "end": 42348, "loc": { "start": { - "line": 1136, + "line": 1152, "column": 32 }, "end": { - "line": 1136, + "line": 1152, "column": 41 } } @@ -352772,15 +360447,15 @@ "binop": null, "updateContext": null }, - "start": 41685, - "end": 41686, + "start": 42348, + "end": 42349, "loc": { "start": { - "line": 1136, + "line": 1152, "column": 41 }, "end": { - "line": 1136, + "line": 1152, "column": 42 } } @@ -352800,15 +360475,15 @@ "updateContext": null }, "value": "let", - "start": 41699, - "end": 41702, + "start": 42362, + "end": 42365, "loc": { "start": { - "line": 1137, + "line": 1153, "column": 12 }, "end": { - "line": 1137, + "line": 1153, "column": 15 } } @@ -352826,15 +360501,15 @@ "binop": null }, "value": "currentTime", - "start": 41703, - "end": 41714, + "start": 42366, + "end": 42377, "loc": { "start": { - "line": 1137, + "line": 1153, "column": 16 }, "end": { - "line": 1137, + "line": 1153, "column": 27 } } @@ -352853,15 +360528,15 @@ "updateContext": null }, "value": "=", - "start": 41715, - "end": 41716, + "start": 42378, + "end": 42379, "loc": { "start": { - "line": 1137, + "line": 1153, "column": 28 }, "end": { - "line": 1137, + "line": 1153, "column": 29 } } @@ -352878,15 +360553,15 @@ "postfix": false, "binop": null }, - "start": 41717, - "end": 41718, + "start": 42380, + "end": 42381, "loc": { "start": { - "line": 1137, + "line": 1153, "column": 30 }, "end": { - "line": 1137, + "line": 1153, "column": 31 } } @@ -352904,15 +360579,15 @@ "binop": null }, "value": "now", - "start": 41718, - "end": 41721, + "start": 42381, + "end": 42384, "loc": { "start": { - "line": 1137, + "line": 1153, "column": 31 }, "end": { - "line": 1137, + "line": 1153, "column": 34 } } @@ -352931,15 +360606,15 @@ "updateContext": null }, "value": "-", - "start": 41722, - "end": 41723, + "start": 42385, + "end": 42386, "loc": { "start": { - "line": 1137, + "line": 1153, "column": 35 }, "end": { - "line": 1137, + "line": 1153, "column": 36 } } @@ -352956,15 +360631,15 @@ "postfix": false, "binop": null }, - "start": 41724, - "end": 41725, + "start": 42387, + "end": 42388, "loc": { "start": { - "line": 1137, + "line": 1153, "column": 37 }, "end": { - "line": 1137, + "line": 1153, "column": 38 } } @@ -352984,15 +360659,15 @@ "updateContext": null }, "value": "this", - "start": 41725, - "end": 41729, + "start": 42388, + "end": 42392, "loc": { "start": { - "line": 1137, + "line": 1153, "column": 38 }, "end": { - "line": 1137, + "line": 1153, "column": 42 } } @@ -353010,15 +360685,15 @@ "binop": null, "updateContext": null }, - "start": 41729, - "end": 41730, + "start": 42392, + "end": 42393, "loc": { "start": { - "line": 1137, + "line": 1153, "column": 42 }, "end": { - "line": 1137, + "line": 1153, "column": 43 } } @@ -353036,15 +360711,15 @@ "binop": null }, "value": "startTime", - "start": 41730, - "end": 41739, + "start": 42393, + "end": 42402, "loc": { "start": { - "line": 1137, + "line": 1153, "column": 43 }, "end": { - "line": 1137, + "line": 1153, "column": 52 } } @@ -353063,15 +360738,15 @@ "updateContext": null }, "value": "+", - "start": 41740, - "end": 41741, + "start": 42403, + "end": 42404, "loc": { "start": { - "line": 1137, + "line": 1153, "column": 53 }, "end": { - "line": 1137, + "line": 1153, "column": 54 } } @@ -353091,15 +360766,15 @@ "updateContext": null }, "value": "this", - "start": 41758, - "end": 41762, + "start": 42421, + "end": 42425, "loc": { "start": { - "line": 1138, + "line": 1154, "column": 16 }, "end": { - "line": 1138, + "line": 1154, "column": 20 } } @@ -353117,15 +360792,15 @@ "binop": null, "updateContext": null }, - "start": 41762, - "end": 41763, + "start": 42425, + "end": 42426, "loc": { "start": { - "line": 1138, + "line": 1154, "column": 20 }, "end": { - "line": 1138, + "line": 1154, "column": 21 } } @@ -353143,15 +360818,15 @@ "binop": null }, "value": "pausedTime", - "start": 41763, - "end": 41773, + "start": 42426, + "end": 42436, "loc": { "start": { - "line": 1138, + "line": 1154, "column": 21 }, "end": { - "line": 1138, + "line": 1154, "column": 31 } } @@ -353168,15 +360843,15 @@ "postfix": false, "binop": null }, - "start": 41773, - "end": 41774, + "start": 42436, + "end": 42437, "loc": { "start": { - "line": 1138, + "line": 1154, "column": 31 }, "end": { - "line": 1138, + "line": 1154, "column": 32 } } @@ -353193,15 +360868,15 @@ "postfix": false, "binop": null }, - "start": 41774, - "end": 41775, + "start": 42437, + "end": 42438, "loc": { "start": { - "line": 1138, + "line": 1154, "column": 32 }, "end": { - "line": 1138, + "line": 1154, "column": 33 } } @@ -353220,15 +360895,15 @@ "updateContext": null }, "value": "/", - "start": 41776, - "end": 41777, + "start": 42439, + "end": 42440, "loc": { "start": { - "line": 1138, + "line": 1154, "column": 34 }, "end": { - "line": 1138, + "line": 1154, "column": 35 } } @@ -353247,15 +360922,15 @@ "updateContext": null }, "value": 1000, - "start": 41778, - "end": 41782, + "start": 42441, + "end": 42445, "loc": { "start": { - "line": 1138, + "line": 1154, "column": 36 }, "end": { - "line": 1138, + "line": 1154, "column": 40 } } @@ -353273,15 +360948,15 @@ "binop": null, "updateContext": null }, - "start": 41782, - "end": 41783, + "start": 42445, + "end": 42446, "loc": { "start": { - "line": 1138, + "line": 1154, "column": 40 }, "end": { - "line": 1138, + "line": 1154, "column": 41 } } @@ -353289,15 +360964,15 @@ { "type": "CommentLine", "value": " buddy ignore:line", - "start": 41784, - "end": 41804, + "start": 42447, + "end": 42467, "loc": { "start": { - "line": 1138, + "line": 1154, "column": 42 }, "end": { - "line": 1138, + "line": 1154, "column": 62 } } @@ -353317,15 +360992,15 @@ "updateContext": null }, "value": "this", - "start": 41818, - "end": 41822, + "start": 42481, + "end": 42485, "loc": { "start": { - "line": 1140, + "line": 1156, "column": 12 }, "end": { - "line": 1140, + "line": 1156, "column": 16 } } @@ -353343,15 +361018,15 @@ "binop": null, "updateContext": null }, - "start": 41822, - "end": 41823, + "start": 42485, + "end": 42486, "loc": { "start": { - "line": 1140, + "line": 1156, "column": 16 }, "end": { - "line": 1140, + "line": 1156, "column": 17 } } @@ -353369,15 +361044,15 @@ "binop": null }, "value": "streamDuration", - "start": 41823, - "end": 41837, + "start": 42486, + "end": 42500, "loc": { "start": { - "line": 1140, + "line": 1156, "column": 17 }, "end": { - "line": 1140, + "line": 1156, "column": 31 } } @@ -353396,15 +361071,15 @@ "updateContext": null }, "value": "=", - "start": 41838, - "end": 41839, + "start": 42501, + "end": 42502, "loc": { "start": { - "line": 1140, + "line": 1156, "column": 32 }, "end": { - "line": 1140, + "line": 1156, "column": 33 } } @@ -353422,15 +361097,15 @@ "binop": null }, "value": "currentTime", - "start": 41840, - "end": 41851, + "start": 42503, + "end": 42514, "loc": { "start": { - "line": 1140, + "line": 1156, "column": 34 }, "end": { - "line": 1140, + "line": 1156, "column": 45 } } @@ -353448,15 +361123,15 @@ "binop": null, "updateContext": null }, - "start": 41851, - "end": 41852, + "start": 42514, + "end": 42515, "loc": { "start": { - "line": 1140, + "line": 1156, "column": 45 }, "end": { - "line": 1140, + "line": 1156, "column": 46 } } @@ -353476,15 +361151,15 @@ "updateContext": null }, "value": "if", - "start": 41866, - "end": 41868, + "start": 42529, + "end": 42531, "loc": { "start": { - "line": 1142, + "line": 1158, "column": 12 }, "end": { - "line": 1142, + "line": 1158, "column": 14 } } @@ -353501,15 +361176,15 @@ "postfix": false, "binop": null }, - "start": 41869, - "end": 41870, + "start": 42532, + "end": 42533, "loc": { "start": { - "line": 1142, + "line": 1158, "column": 15 }, "end": { - "line": 1142, + "line": 1158, "column": 16 } } @@ -353527,15 +361202,15 @@ "binop": null }, "value": "currentTime", - "start": 41870, - "end": 41881, + "start": 42533, + "end": 42544, "loc": { "start": { - "line": 1142, + "line": 1158, "column": 16 }, "end": { - "line": 1142, + "line": 1158, "column": 27 } } @@ -353554,15 +361229,15 @@ "updateContext": null }, "value": ">=", - "start": 41882, - "end": 41884, + "start": 42545, + "end": 42547, "loc": { "start": { - "line": 1142, + "line": 1158, "column": 28 }, "end": { - "line": 1142, + "line": 1158, "column": 30 } } @@ -353580,15 +361255,15 @@ "binop": null }, "value": "duration", - "start": 41885, - "end": 41893, + "start": 42548, + "end": 42556, "loc": { "start": { - "line": 1142, + "line": 1158, "column": 31 }, "end": { - "line": 1142, + "line": 1158, "column": 39 } } @@ -353605,15 +361280,15 @@ "postfix": false, "binop": null }, - "start": 41893, - "end": 41894, + "start": 42556, + "end": 42557, "loc": { "start": { - "line": 1142, + "line": 1158, "column": 39 }, "end": { - "line": 1142, + "line": 1158, "column": 40 } } @@ -353630,15 +361305,15 @@ "postfix": false, "binop": null }, - "start": 41895, - "end": 41896, + "start": 42558, + "end": 42559, "loc": { "start": { - "line": 1142, + "line": 1158, "column": 41 }, "end": { - "line": 1142, + "line": 1158, "column": 42 } } @@ -353646,15 +361321,15 @@ { "type": "CommentLine", "value": " at the end", - "start": 41913, - "end": 41926, + "start": 42576, + "end": 42589, "loc": { "start": { - "line": 1143, + "line": 1159, "column": 16 }, "end": { - "line": 1143, + "line": 1159, "column": 29 } } @@ -353672,15 +361347,15 @@ "binop": null }, "value": "currentTime", - "start": 41943, - "end": 41954, + "start": 42606, + "end": 42617, "loc": { "start": { - "line": 1144, + "line": 1160, "column": 16 }, "end": { - "line": 1144, + "line": 1160, "column": 27 } } @@ -353699,15 +361374,15 @@ "updateContext": null }, "value": "=", - "start": 41955, - "end": 41956, + "start": 42618, + "end": 42619, "loc": { "start": { - "line": 1144, + "line": 1160, "column": 28 }, "end": { - "line": 1144, + "line": 1160, "column": 29 } } @@ -353725,15 +361400,15 @@ "binop": null }, "value": "duration", - "start": 41957, - "end": 41965, + "start": 42620, + "end": 42628, "loc": { "start": { - "line": 1144, + "line": 1160, "column": 30 }, "end": { - "line": 1144, + "line": 1160, "column": 38 } } @@ -353751,15 +361426,15 @@ "binop": null, "updateContext": null }, - "start": 41965, - "end": 41966, + "start": 42628, + "end": 42629, "loc": { "start": { - "line": 1144, + "line": 1160, "column": 38 }, "end": { - "line": 1144, + "line": 1160, "column": 39 } } @@ -353767,15 +361442,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 41984, - "end": 42001, + "start": 42647, + "end": 42664, "loc": { "start": { - "line": 1146, + "line": 1162, "column": 16 }, "end": { - "line": 1146, + "line": 1162, "column": 33 } } @@ -353795,15 +361470,15 @@ "updateContext": null }, "value": "this", - "start": 42018, - "end": 42022, + "start": 42681, + "end": 42685, "loc": { "start": { - "line": 1147, + "line": 1163, "column": 16 }, "end": { - "line": 1147, + "line": 1163, "column": 20 } } @@ -353821,15 +361496,15 @@ "binop": null, "updateContext": null }, - "start": 42022, - "end": 42023, + "start": 42685, + "end": 42686, "loc": { "start": { - "line": 1147, + "line": 1163, "column": 20 }, "end": { - "line": 1147, + "line": 1163, "column": 21 } } @@ -353847,15 +361522,15 @@ "binop": null }, "value": "stop", - "start": 42023, - "end": 42027, + "start": 42686, + "end": 42690, "loc": { "start": { - "line": 1147, + "line": 1163, "column": 21 }, "end": { - "line": 1147, + "line": 1163, "column": 25 } } @@ -353872,15 +361547,15 @@ "postfix": false, "binop": null }, - "start": 42027, - "end": 42028, + "start": 42690, + "end": 42691, "loc": { "start": { - "line": 1147, + "line": 1163, "column": 25 }, "end": { - "line": 1147, + "line": 1163, "column": 26 } } @@ -353897,15 +361572,15 @@ "postfix": false, "binop": null }, - "start": 42028, - "end": 42029, + "start": 42691, + "end": 42692, "loc": { "start": { - "line": 1147, + "line": 1163, "column": 26 }, "end": { - "line": 1147, + "line": 1163, "column": 27 } } @@ -353923,15 +361598,15 @@ "binop": null, "updateContext": null }, - "start": 42029, - "end": 42030, + "start": 42692, + "end": 42693, "loc": { "start": { - "line": 1147, + "line": 1163, "column": 27 }, "end": { - "line": 1147, + "line": 1163, "column": 28 } } @@ -353948,15 +361623,15 @@ "postfix": false, "binop": null }, - "start": 42043, - "end": 42044, + "start": 42706, + "end": 42707, "loc": { "start": { - "line": 1148, + "line": 1164, "column": 12 }, "end": { - "line": 1148, + "line": 1164, "column": 13 } } @@ -353964,15 +361639,15 @@ { "type": "CommentLine", "value": " update duration", - "start": 42058, - "end": 42076, + "start": 42721, + "end": 42739, "loc": { "start": { - "line": 1150, + "line": 1166, "column": 12 }, "end": { - "line": 1150, + "line": 1166, "column": 30 } } @@ -353992,15 +361667,15 @@ "updateContext": null }, "value": "this", - "start": 42089, - "end": 42093, + "start": 42752, + "end": 42756, "loc": { "start": { - "line": 1151, + "line": 1167, "column": 12 }, "end": { - "line": 1151, + "line": 1167, "column": 16 } } @@ -354018,15 +361693,15 @@ "binop": null, "updateContext": null }, - "start": 42093, - "end": 42094, + "start": 42756, + "end": 42757, "loc": { "start": { - "line": 1151, + "line": 1167, "column": 16 }, "end": { - "line": 1151, + "line": 1167, "column": 17 } } @@ -354044,15 +361719,15 @@ "binop": null }, "value": "setDuration", - "start": 42094, - "end": 42105, + "start": 42757, + "end": 42768, "loc": { "start": { - "line": 1151, + "line": 1167, "column": 17 }, "end": { - "line": 1151, + "line": 1167, "column": 28 } } @@ -354069,15 +361744,15 @@ "postfix": false, "binop": null }, - "start": 42105, - "end": 42106, + "start": 42768, + "end": 42769, "loc": { "start": { - "line": 1151, + "line": 1167, "column": 28 }, "end": { - "line": 1151, + "line": 1167, "column": 29 } } @@ -354095,15 +361770,15 @@ "binop": null }, "value": "duration", - "start": 42106, - "end": 42114, + "start": 42769, + "end": 42777, "loc": { "start": { - "line": 1151, + "line": 1167, "column": 29 }, "end": { - "line": 1151, + "line": 1167, "column": 37 } } @@ -354120,15 +361795,15 @@ "postfix": false, "binop": null }, - "start": 42114, - "end": 42115, + "start": 42777, + "end": 42778, "loc": { "start": { - "line": 1151, + "line": 1167, "column": 37 }, "end": { - "line": 1151, + "line": 1167, "column": 38 } } @@ -354146,15 +361821,15 @@ "binop": null, "updateContext": null }, - "start": 42115, - "end": 42116, + "start": 42778, + "end": 42779, "loc": { "start": { - "line": 1151, + "line": 1167, "column": 38 }, "end": { - "line": 1151, + "line": 1167, "column": 39 } } @@ -354162,15 +361837,15 @@ { "type": "CommentLine", "value": " update current time", - "start": 42130, - "end": 42152, + "start": 42793, + "end": 42815, "loc": { "start": { - "line": 1153, + "line": 1169, "column": 12 }, "end": { - "line": 1153, + "line": 1169, "column": 34 } } @@ -354190,15 +361865,15 @@ "updateContext": null }, "value": "this", - "start": 42165, - "end": 42169, + "start": 42828, + "end": 42832, "loc": { "start": { - "line": 1154, + "line": 1170, "column": 12 }, "end": { - "line": 1154, + "line": 1170, "column": 16 } } @@ -354216,15 +361891,15 @@ "binop": null, "updateContext": null }, - "start": 42169, - "end": 42170, + "start": 42832, + "end": 42833, "loc": { "start": { - "line": 1154, + "line": 1170, "column": 16 }, "end": { - "line": 1154, + "line": 1170, "column": 17 } } @@ -354242,15 +361917,15 @@ "binop": null }, "value": "setCurrentTime", - "start": 42170, - "end": 42184, + "start": 42833, + "end": 42847, "loc": { "start": { - "line": 1154, + "line": 1170, "column": 17 }, "end": { - "line": 1154, + "line": 1170, "column": 31 } } @@ -354267,15 +361942,15 @@ "postfix": false, "binop": null }, - "start": 42184, - "end": 42185, + "start": 42847, + "end": 42848, "loc": { "start": { - "line": 1154, + "line": 1170, "column": 31 }, "end": { - "line": 1154, + "line": 1170, "column": 32 } } @@ -354293,15 +361968,15 @@ "binop": null }, "value": "currentTime", - "start": 42185, - "end": 42196, + "start": 42848, + "end": 42859, "loc": { "start": { - "line": 1154, + "line": 1170, "column": 32 }, "end": { - "line": 1154, + "line": 1170, "column": 43 } } @@ -354319,15 +361994,15 @@ "binop": null, "updateContext": null }, - "start": 42196, - "end": 42197, + "start": 42859, + "end": 42860, "loc": { "start": { - "line": 1154, + "line": 1170, "column": 43 }, "end": { - "line": 1154, + "line": 1170, "column": 44 } } @@ -354345,15 +362020,15 @@ "binop": null }, "value": "duration", - "start": 42198, - "end": 42206, + "start": 42861, + "end": 42869, "loc": { "start": { - "line": 1154, + "line": 1170, "column": 45 }, "end": { - "line": 1154, + "line": 1170, "column": 53 } } @@ -354370,15 +362045,15 @@ "postfix": false, "binop": null }, - "start": 42206, - "end": 42207, + "start": 42869, + "end": 42870, "loc": { "start": { - "line": 1154, + "line": 1170, "column": 53 }, "end": { - "line": 1154, + "line": 1170, "column": 54 } } @@ -354396,15 +362071,15 @@ "binop": null, "updateContext": null }, - "start": 42207, - "end": 42208, + "start": 42870, + "end": 42871, "loc": { "start": { - "line": 1154, + "line": 1170, "column": 54 }, "end": { - "line": 1154, + "line": 1170, "column": 55 } } @@ -354412,15 +362087,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 42222, - "end": 42241, + "start": 42885, + "end": 42904, "loc": { "start": { - "line": 1156, + "line": 1172, "column": 12 }, "end": { - "line": 1156, + "line": 1172, "column": 31 } } @@ -354440,15 +362115,15 @@ "updateContext": null }, "value": "this", - "start": 42254, - "end": 42258, + "start": 42917, + "end": 42921, "loc": { "start": { - "line": 1157, + "line": 1173, "column": 12 }, "end": { - "line": 1157, + "line": 1173, "column": 16 } } @@ -354466,15 +362141,15 @@ "binop": null, "updateContext": null }, - "start": 42258, - "end": 42259, + "start": 42921, + "end": 42922, "loc": { "start": { - "line": 1157, + "line": 1173, "column": 16 }, "end": { - "line": 1157, + "line": 1173, "column": 17 } } @@ -354492,15 +362167,15 @@ "binop": null }, "value": "player", - "start": 42259, - "end": 42265, + "start": 42922, + "end": 42928, "loc": { "start": { - "line": 1157, + "line": 1173, "column": 17 }, "end": { - "line": 1157, + "line": 1173, "column": 23 } } @@ -354518,15 +362193,15 @@ "binop": null, "updateContext": null }, - "start": 42265, - "end": 42266, + "start": 42928, + "end": 42929, "loc": { "start": { - "line": 1157, + "line": 1173, "column": 23 }, "end": { - "line": 1157, + "line": 1173, "column": 24 } } @@ -354544,15 +362219,15 @@ "binop": null }, "value": "trigger", - "start": 42266, - "end": 42273, + "start": 42929, + "end": 42936, "loc": { "start": { - "line": 1157, + "line": 1173, "column": 24 }, "end": { - "line": 1157, + "line": 1173, "column": 31 } } @@ -354569,15 +362244,15 @@ "postfix": false, "binop": null }, - "start": 42273, - "end": 42274, + "start": 42936, + "end": 42937, "loc": { "start": { - "line": 1157, + "line": 1173, "column": 31 }, "end": { - "line": 1157, + "line": 1173, "column": 32 } } @@ -354595,15 +362270,15 @@ "binop": null }, "value": "Event", - "start": 42274, - "end": 42279, + "start": 42937, + "end": 42942, "loc": { "start": { - "line": 1157, + "line": 1173, "column": 32 }, "end": { - "line": 1157, + "line": 1173, "column": 37 } } @@ -354621,15 +362296,15 @@ "binop": null, "updateContext": null }, - "start": 42279, - "end": 42280, + "start": 42942, + "end": 42943, "loc": { "start": { - "line": 1157, + "line": 1173, "column": 37 }, "end": { - "line": 1157, + "line": 1173, "column": 38 } } @@ -354647,15 +362322,15 @@ "binop": null }, "value": "PROGRESS_RECORD", - "start": 42280, - "end": 42295, + "start": 42943, + "end": 42958, "loc": { "start": { - "line": 1157, + "line": 1173, "column": 38 }, "end": { - "line": 1157, + "line": 1173, "column": 53 } } @@ -354672,15 +362347,15 @@ "postfix": false, "binop": null }, - "start": 42295, - "end": 42296, + "start": 42958, + "end": 42959, "loc": { "start": { - "line": 1157, + "line": 1173, "column": 53 }, "end": { - "line": 1157, + "line": 1173, "column": 54 } } @@ -354698,15 +362373,15 @@ "binop": null, "updateContext": null }, - "start": 42296, - "end": 42297, + "start": 42959, + "end": 42960, "loc": { "start": { - "line": 1157, + "line": 1173, "column": 54 }, "end": { - "line": 1157, + "line": 1173, "column": 55 } } @@ -354723,15 +362398,15 @@ "postfix": false, "binop": null }, - "start": 42306, - "end": 42307, + "start": 42969, + "end": 42970, "loc": { "start": { - "line": 1158, + "line": 1174, "column": 8 }, "end": { - "line": 1158, + "line": 1174, "column": 9 } } @@ -354748,15 +362423,15 @@ "postfix": false, "binop": null }, - "start": 42312, - "end": 42313, + "start": 42975, + "end": 42976, "loc": { "start": { - "line": 1159, + "line": 1175, "column": 4 }, "end": { - "line": 1159, + "line": 1175, "column": 5 } } @@ -354764,15 +362439,15 @@ { "type": "CommentBlock", "value": "*\n * Get the current time of the recorded stream during playback.\n *\n * Returns 0 if no recording is available (yet).\n *\n * @returns {float} Current time of the recorded stream.\n ", - "start": 42319, - "end": 42526, + "start": 42982, + "end": 43189, "loc": { "start": { - "line": 1161, + "line": 1177, "column": 4 }, "end": { - "line": 1167, + "line": 1183, "column": 7 } } @@ -354790,15 +362465,15 @@ "binop": null }, "value": "getCurrentTime", - "start": 42531, - "end": 42545, + "start": 43194, + "end": 43208, "loc": { "start": { - "line": 1168, + "line": 1184, "column": 4 }, "end": { - "line": 1168, + "line": 1184, "column": 18 } } @@ -354815,15 +362490,15 @@ "postfix": false, "binop": null }, - "start": 42545, - "end": 42546, + "start": 43208, + "end": 43209, "loc": { "start": { - "line": 1168, + "line": 1184, "column": 18 }, "end": { - "line": 1168, + "line": 1184, "column": 19 } } @@ -354840,15 +362515,15 @@ "postfix": false, "binop": null }, - "start": 42546, - "end": 42547, + "start": 43209, + "end": 43210, "loc": { "start": { - "line": 1168, + "line": 1184, "column": 19 }, "end": { - "line": 1168, + "line": 1184, "column": 20 } } @@ -354865,15 +362540,15 @@ "postfix": false, "binop": null }, - "start": 42548, - "end": 42549, + "start": 43211, + "end": 43212, "loc": { "start": { - "line": 1168, + "line": 1184, "column": 21 }, "end": { - "line": 1168, + "line": 1184, "column": 22 } } @@ -354893,15 +362568,15 @@ "updateContext": null }, "value": "let", - "start": 42558, - "end": 42561, + "start": 43221, + "end": 43224, "loc": { "start": { - "line": 1169, + "line": 1185, "column": 8 }, "end": { - "line": 1169, + "line": 1185, "column": 11 } } @@ -354919,15 +362594,15 @@ "binop": null }, "value": "currentTime", - "start": 42562, - "end": 42573, + "start": 43225, + "end": 43236, "loc": { "start": { - "line": 1169, + "line": 1185, "column": 12 }, "end": { - "line": 1169, + "line": 1185, "column": 23 } } @@ -354946,15 +362621,15 @@ "updateContext": null }, "value": "=", - "start": 42574, - "end": 42575, + "start": 43237, + "end": 43238, "loc": { "start": { - "line": 1169, + "line": 1185, "column": 24 }, "end": { - "line": 1169, + "line": 1185, "column": 25 } } @@ -354972,15 +362647,15 @@ "binop": null }, "value": "isNaN", - "start": 42576, - "end": 42581, + "start": 43239, + "end": 43244, "loc": { "start": { - "line": 1169, + "line": 1185, "column": 26 }, "end": { - "line": 1169, + "line": 1185, "column": 31 } } @@ -354997,15 +362672,15 @@ "postfix": false, "binop": null }, - "start": 42581, - "end": 42582, + "start": 43244, + "end": 43245, "loc": { "start": { - "line": 1169, + "line": 1185, "column": 31 }, "end": { - "line": 1169, + "line": 1185, "column": 32 } } @@ -355025,15 +362700,15 @@ "updateContext": null }, "value": "this", - "start": 42582, - "end": 42586, + "start": 43245, + "end": 43249, "loc": { "start": { - "line": 1169, + "line": 1185, "column": 32 }, "end": { - "line": 1169, + "line": 1185, "column": 36 } } @@ -355051,15 +362726,15 @@ "binop": null, "updateContext": null }, - "start": 42586, - "end": 42587, + "start": 43249, + "end": 43250, "loc": { "start": { - "line": 1169, + "line": 1185, "column": 36 }, "end": { - "line": 1169, + "line": 1185, "column": 37 } } @@ -355077,15 +362752,15 @@ "binop": null }, "value": "streamCurrentTime", - "start": 42587, - "end": 42604, + "start": 43250, + "end": 43267, "loc": { "start": { - "line": 1169, + "line": 1185, "column": 37 }, "end": { - "line": 1169, + "line": 1185, "column": 54 } } @@ -355102,15 +362777,15 @@ "postfix": false, "binop": null }, - "start": 42604, - "end": 42605, + "start": 43267, + "end": 43268, "loc": { "start": { - "line": 1169, + "line": 1185, "column": 54 }, "end": { - "line": 1169, + "line": 1185, "column": 55 } } @@ -355128,15 +362803,15 @@ "binop": null, "updateContext": null }, - "start": 42606, - "end": 42607, + "start": 43269, + "end": 43270, "loc": { "start": { - "line": 1169, + "line": 1185, "column": 56 }, "end": { - "line": 1169, + "line": 1185, "column": 57 } } @@ -355155,15 +362830,15 @@ "updateContext": null }, "value": 0, - "start": 42608, - "end": 42609, + "start": 43271, + "end": 43272, "loc": { "start": { - "line": 1169, + "line": 1185, "column": 58 }, "end": { - "line": 1169, + "line": 1185, "column": 59 } } @@ -355181,15 +362856,15 @@ "binop": null, "updateContext": null }, - "start": 42610, - "end": 42611, + "start": 43273, + "end": 43274, "loc": { "start": { - "line": 1169, + "line": 1185, "column": 60 }, "end": { - "line": 1169, + "line": 1185, "column": 61 } } @@ -355209,15 +362884,15 @@ "updateContext": null }, "value": "this", - "start": 42612, - "end": 42616, + "start": 43275, + "end": 43279, "loc": { "start": { - "line": 1169, + "line": 1185, "column": 62 }, "end": { - "line": 1169, + "line": 1185, "column": 66 } } @@ -355235,15 +362910,15 @@ "binop": null, "updateContext": null }, - "start": 42616, - "end": 42617, + "start": 43279, + "end": 43280, "loc": { "start": { - "line": 1169, + "line": 1185, "column": 66 }, "end": { - "line": 1169, + "line": 1185, "column": 67 } } @@ -355261,15 +362936,15 @@ "binop": null }, "value": "streamCurrentTime", - "start": 42617, - "end": 42634, + "start": 43280, + "end": 43297, "loc": { "start": { - "line": 1169, + "line": 1185, "column": 67 }, "end": { - "line": 1169, + "line": 1185, "column": 84 } } @@ -355287,15 +362962,15 @@ "binop": null, "updateContext": null }, - "start": 42634, - "end": 42635, + "start": 43297, + "end": 43298, "loc": { "start": { - "line": 1169, + "line": 1185, "column": 84 }, "end": { - "line": 1169, + "line": 1185, "column": 85 } } @@ -355315,15 +362990,15 @@ "updateContext": null }, "value": "if", - "start": 42645, - "end": 42647, + "start": 43308, + "end": 43310, "loc": { "start": { - "line": 1171, + "line": 1187, "column": 8 }, "end": { - "line": 1171, + "line": 1187, "column": 10 } } @@ -355340,15 +363015,15 @@ "postfix": false, "binop": null }, - "start": 42648, - "end": 42649, + "start": 43311, + "end": 43312, "loc": { "start": { - "line": 1171, + "line": 1187, "column": 11 }, "end": { - "line": 1171, + "line": 1187, "column": 12 } } @@ -355368,15 +363043,15 @@ "updateContext": null }, "value": "this", - "start": 42649, - "end": 42653, + "start": 43312, + "end": 43316, "loc": { "start": { - "line": 1171, + "line": 1187, "column": 12 }, "end": { - "line": 1171, + "line": 1187, "column": 16 } } @@ -355394,15 +363069,15 @@ "binop": null, "updateContext": null }, - "start": 42653, - "end": 42654, + "start": 43316, + "end": 43317, "loc": { "start": { - "line": 1171, + "line": 1187, "column": 16 }, "end": { - "line": 1171, + "line": 1187, "column": 17 } } @@ -355420,15 +363095,15 @@ "binop": null }, "value": "getRecordType", - "start": 42654, - "end": 42667, + "start": 43317, + "end": 43330, "loc": { "start": { - "line": 1171, + "line": 1187, "column": 17 }, "end": { - "line": 1171, + "line": 1187, "column": 30 } } @@ -355445,15 +363120,15 @@ "postfix": false, "binop": null }, - "start": 42667, - "end": 42668, + "start": 43330, + "end": 43331, "loc": { "start": { - "line": 1171, + "line": 1187, "column": 30 }, "end": { - "line": 1171, + "line": 1187, "column": 31 } } @@ -355470,15 +363145,15 @@ "postfix": false, "binop": null }, - "start": 42668, - "end": 42669, + "start": 43331, + "end": 43332, "loc": { "start": { - "line": 1171, + "line": 1187, "column": 31 }, "end": { - "line": 1171, + "line": 1187, "column": 32 } } @@ -355497,15 +363172,15 @@ "updateContext": null }, "value": "===", - "start": 42670, - "end": 42673, + "start": 43333, + "end": 43336, "loc": { "start": { - "line": 1171, + "line": 1187, "column": 33 }, "end": { - "line": 1171, + "line": 1187, "column": 36 } } @@ -355523,15 +363198,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 42674, - "end": 42684, + "start": 43337, + "end": 43347, "loc": { "start": { - "line": 1171, + "line": 1187, "column": 37 }, "end": { - "line": 1171, + "line": 1187, "column": 47 } } @@ -355548,15 +363223,15 @@ "postfix": false, "binop": null }, - "start": 42684, - "end": 42685, + "start": 43347, + "end": 43348, "loc": { "start": { - "line": 1171, + "line": 1187, "column": 47 }, "end": { - "line": 1171, + "line": 1187, "column": 48 } } @@ -355573,15 +363248,15 @@ "postfix": false, "binop": null }, - "start": 42686, - "end": 42687, + "start": 43349, + "end": 43350, "loc": { "start": { - "line": 1171, + "line": 1187, "column": 49 }, "end": { - "line": 1171, + "line": 1187, "column": 50 } } @@ -355599,15 +363274,15 @@ "binop": null }, "value": "currentTime", - "start": 42700, - "end": 42711, + "start": 43363, + "end": 43374, "loc": { "start": { - "line": 1172, + "line": 1188, "column": 12 }, "end": { - "line": 1172, + "line": 1188, "column": 23 } } @@ -355626,15 +363301,15 @@ "updateContext": null }, "value": "=", - "start": 42712, - "end": 42713, + "start": 43375, + "end": 43376, "loc": { "start": { - "line": 1172, + "line": 1188, "column": 24 }, "end": { - "line": 1172, + "line": 1188, "column": 25 } } @@ -355654,15 +363329,15 @@ "updateContext": null }, "value": "this", - "start": 42714, - "end": 42718, + "start": 43377, + "end": 43381, "loc": { "start": { - "line": 1172, + "line": 1188, "column": 26 }, "end": { - "line": 1172, + "line": 1188, "column": 30 } } @@ -355680,15 +363355,15 @@ "binop": null, "updateContext": null }, - "start": 42718, - "end": 42719, + "start": 43381, + "end": 43382, "loc": { "start": { - "line": 1172, + "line": 1188, "column": 30 }, "end": { - "line": 1172, + "line": 1188, "column": 31 } } @@ -355706,15 +363381,15 @@ "binop": null }, "value": "surfer", - "start": 42719, - "end": 42725, + "start": 43382, + "end": 43388, "loc": { "start": { - "line": 1172, + "line": 1188, "column": 31 }, "end": { - "line": 1172, + "line": 1188, "column": 37 } } @@ -355732,15 +363407,15 @@ "binop": null, "updateContext": null }, - "start": 42725, - "end": 42726, + "start": 43388, + "end": 43389, "loc": { "start": { - "line": 1172, + "line": 1188, "column": 37 }, "end": { - "line": 1172, + "line": 1188, "column": 38 } } @@ -355758,15 +363433,15 @@ "binop": null }, "value": "getCurrentTime", - "start": 42726, - "end": 42740, + "start": 43389, + "end": 43403, "loc": { "start": { - "line": 1172, + "line": 1188, "column": 38 }, "end": { - "line": 1172, + "line": 1188, "column": 52 } } @@ -355783,15 +363458,15 @@ "postfix": false, "binop": null }, - "start": 42740, - "end": 42741, + "start": 43403, + "end": 43404, "loc": { "start": { - "line": 1172, + "line": 1188, "column": 52 }, "end": { - "line": 1172, + "line": 1188, "column": 53 } } @@ -355808,15 +363483,15 @@ "postfix": false, "binop": null }, - "start": 42741, - "end": 42742, + "start": 43404, + "end": 43405, "loc": { "start": { - "line": 1172, + "line": 1188, "column": 53 }, "end": { - "line": 1172, + "line": 1188, "column": 54 } } @@ -355834,15 +363509,15 @@ "binop": null, "updateContext": null }, - "start": 42742, - "end": 42743, + "start": 43405, + "end": 43406, "loc": { "start": { - "line": 1172, + "line": 1188, "column": 54 }, "end": { - "line": 1172, + "line": 1188, "column": 55 } } @@ -355859,15 +363534,15 @@ "postfix": false, "binop": null }, - "start": 42752, - "end": 42753, + "start": 43415, + "end": 43416, "loc": { "start": { - "line": 1173, + "line": 1189, "column": 8 }, "end": { - "line": 1173, + "line": 1189, "column": 9 } } @@ -355887,15 +363562,15 @@ "updateContext": null }, "value": "return", - "start": 42763, - "end": 42769, + "start": 43426, + "end": 43432, "loc": { "start": { - "line": 1175, + "line": 1191, "column": 8 }, "end": { - "line": 1175, + "line": 1191, "column": 14 } } @@ -355913,15 +363588,15 @@ "binop": null }, "value": "currentTime", - "start": 42770, - "end": 42781, + "start": 43433, + "end": 43444, "loc": { "start": { - "line": 1175, + "line": 1191, "column": 15 }, "end": { - "line": 1175, + "line": 1191, "column": 26 } } @@ -355939,15 +363614,15 @@ "binop": null, "updateContext": null }, - "start": 42781, - "end": 42782, + "start": 43444, + "end": 43445, "loc": { "start": { - "line": 1175, + "line": 1191, "column": 26 }, "end": { - "line": 1175, + "line": 1191, "column": 27 } } @@ -355964,15 +363639,15 @@ "postfix": false, "binop": null }, - "start": 42787, - "end": 42788, + "start": 43450, + "end": 43451, "loc": { "start": { - "line": 1176, + "line": 1192, "column": 4 }, "end": { - "line": 1176, + "line": 1192, "column": 5 } } @@ -355980,15 +363655,15 @@ { "type": "CommentBlock", "value": "*\n * Updates the player's element displaying the current time.\n *\n * @private\n * @param {number} [currentTime=0] - Current position of the\n * playhead (in seconds).\n * @param {number} [duration=0] - Duration in seconds.\n ", - "start": 42794, - "end": 43050, + "start": 43457, + "end": 43713, "loc": { "start": { - "line": 1178, + "line": 1194, "column": 4 }, "end": { - "line": 1185, + "line": 1201, "column": 7 } } @@ -356006,15 +363681,15 @@ "binop": null }, "value": "setCurrentTime", - "start": 43055, - "end": 43069, + "start": 43718, + "end": 43732, "loc": { "start": { - "line": 1186, + "line": 1202, "column": 4 }, "end": { - "line": 1186, + "line": 1202, "column": 18 } } @@ -356031,15 +363706,15 @@ "postfix": false, "binop": null }, - "start": 43069, - "end": 43070, + "start": 43732, + "end": 43733, "loc": { "start": { - "line": 1186, + "line": 1202, "column": 18 }, "end": { - "line": 1186, + "line": 1202, "column": 19 } } @@ -356057,15 +363732,15 @@ "binop": null }, "value": "currentTime", - "start": 43070, - "end": 43081, + "start": 43733, + "end": 43744, "loc": { "start": { - "line": 1186, + "line": 1202, "column": 19 }, "end": { - "line": 1186, + "line": 1202, "column": 30 } } @@ -356083,15 +363758,15 @@ "binop": null, "updateContext": null }, - "start": 43081, - "end": 43082, + "start": 43744, + "end": 43745, "loc": { "start": { - "line": 1186, + "line": 1202, "column": 30 }, "end": { - "line": 1186, + "line": 1202, "column": 31 } } @@ -356109,15 +363784,15 @@ "binop": null }, "value": "duration", - "start": 43083, - "end": 43091, + "start": 43746, + "end": 43754, "loc": { "start": { - "line": 1186, + "line": 1202, "column": 32 }, "end": { - "line": 1186, + "line": 1202, "column": 40 } } @@ -356134,15 +363809,15 @@ "postfix": false, "binop": null }, - "start": 43091, - "end": 43092, + "start": 43754, + "end": 43755, "loc": { "start": { - "line": 1186, + "line": 1202, "column": 40 }, "end": { - "line": 1186, + "line": 1202, "column": 41 } } @@ -356159,15 +363834,15 @@ "postfix": false, "binop": null }, - "start": 43093, - "end": 43094, + "start": 43756, + "end": 43757, "loc": { "start": { - "line": 1186, + "line": 1202, "column": 42 }, "end": { - "line": 1186, + "line": 1202, "column": 43 } } @@ -356185,15 +363860,15 @@ "binop": null }, "value": "currentTime", - "start": 43103, - "end": 43114, + "start": 43766, + "end": 43777, "loc": { "start": { - "line": 1187, + "line": 1203, "column": 8 }, "end": { - "line": 1187, + "line": 1203, "column": 19 } } @@ -356212,15 +363887,15 @@ "updateContext": null }, "value": "=", - "start": 43115, - "end": 43116, + "start": 43778, + "end": 43779, "loc": { "start": { - "line": 1187, + "line": 1203, "column": 20 }, "end": { - "line": 1187, + "line": 1203, "column": 21 } } @@ -356238,15 +363913,15 @@ "binop": null }, "value": "isNaN", - "start": 43117, - "end": 43122, + "start": 43780, + "end": 43785, "loc": { "start": { - "line": 1187, + "line": 1203, "column": 22 }, "end": { - "line": 1187, + "line": 1203, "column": 27 } } @@ -356263,15 +363938,15 @@ "postfix": false, "binop": null }, - "start": 43122, - "end": 43123, + "start": 43785, + "end": 43786, "loc": { "start": { - "line": 1187, + "line": 1203, "column": 27 }, "end": { - "line": 1187, + "line": 1203, "column": 28 } } @@ -356289,15 +363964,15 @@ "binop": null }, "value": "currentTime", - "start": 43123, - "end": 43134, + "start": 43786, + "end": 43797, "loc": { "start": { - "line": 1187, + "line": 1203, "column": 28 }, "end": { - "line": 1187, + "line": 1203, "column": 39 } } @@ -356314,15 +363989,15 @@ "postfix": false, "binop": null }, - "start": 43134, - "end": 43135, + "start": 43797, + "end": 43798, "loc": { "start": { - "line": 1187, + "line": 1203, "column": 39 }, "end": { - "line": 1187, + "line": 1203, "column": 40 } } @@ -356340,15 +364015,15 @@ "binop": null, "updateContext": null }, - "start": 43136, - "end": 43137, + "start": 43799, + "end": 43800, "loc": { "start": { - "line": 1187, + "line": 1203, "column": 41 }, "end": { - "line": 1187, + "line": 1203, "column": 42 } } @@ -356367,15 +364042,15 @@ "updateContext": null }, "value": 0, - "start": 43138, - "end": 43139, + "start": 43801, + "end": 43802, "loc": { "start": { - "line": 1187, + "line": 1203, "column": 43 }, "end": { - "line": 1187, + "line": 1203, "column": 44 } } @@ -356393,15 +364068,15 @@ "binop": null, "updateContext": null }, - "start": 43140, - "end": 43141, + "start": 43803, + "end": 43804, "loc": { "start": { - "line": 1187, + "line": 1203, "column": 45 }, "end": { - "line": 1187, + "line": 1203, "column": 46 } } @@ -356419,15 +364094,15 @@ "binop": null }, "value": "currentTime", - "start": 43142, - "end": 43153, + "start": 43805, + "end": 43816, "loc": { "start": { - "line": 1187, + "line": 1203, "column": 47 }, "end": { - "line": 1187, + "line": 1203, "column": 58 } } @@ -356445,15 +364120,15 @@ "binop": null, "updateContext": null }, - "start": 43153, - "end": 43154, + "start": 43816, + "end": 43817, "loc": { "start": { - "line": 1187, + "line": 1203, "column": 58 }, "end": { - "line": 1187, + "line": 1203, "column": 59 } } @@ -356471,15 +364146,15 @@ "binop": null }, "value": "duration", - "start": 43163, - "end": 43171, + "start": 43826, + "end": 43834, "loc": { "start": { - "line": 1188, + "line": 1204, "column": 8 }, "end": { - "line": 1188, + "line": 1204, "column": 16 } } @@ -356498,15 +364173,15 @@ "updateContext": null }, "value": "=", - "start": 43172, - "end": 43173, + "start": 43835, + "end": 43836, "loc": { "start": { - "line": 1188, + "line": 1204, "column": 17 }, "end": { - "line": 1188, + "line": 1204, "column": 18 } } @@ -356524,15 +364199,15 @@ "binop": null }, "value": "isNaN", - "start": 43174, - "end": 43179, + "start": 43837, + "end": 43842, "loc": { "start": { - "line": 1188, + "line": 1204, "column": 19 }, "end": { - "line": 1188, + "line": 1204, "column": 24 } } @@ -356549,15 +364224,15 @@ "postfix": false, "binop": null }, - "start": 43179, - "end": 43180, + "start": 43842, + "end": 43843, "loc": { "start": { - "line": 1188, + "line": 1204, "column": 24 }, "end": { - "line": 1188, + "line": 1204, "column": 25 } } @@ -356575,15 +364250,15 @@ "binop": null }, "value": "duration", - "start": 43180, - "end": 43188, + "start": 43843, + "end": 43851, "loc": { "start": { - "line": 1188, + "line": 1204, "column": 25 }, "end": { - "line": 1188, + "line": 1204, "column": 33 } } @@ -356600,15 +364275,15 @@ "postfix": false, "binop": null }, - "start": 43188, - "end": 43189, + "start": 43851, + "end": 43852, "loc": { "start": { - "line": 1188, + "line": 1204, "column": 33 }, "end": { - "line": 1188, + "line": 1204, "column": 34 } } @@ -356626,15 +364301,15 @@ "binop": null, "updateContext": null }, - "start": 43190, - "end": 43191, + "start": 43853, + "end": 43854, "loc": { "start": { - "line": 1188, + "line": 1204, "column": 35 }, "end": { - "line": 1188, + "line": 1204, "column": 36 } } @@ -356653,15 +364328,15 @@ "updateContext": null }, "value": 0, - "start": 43192, - "end": 43193, + "start": 43855, + "end": 43856, "loc": { "start": { - "line": 1188, + "line": 1204, "column": 37 }, "end": { - "line": 1188, + "line": 1204, "column": 38 } } @@ -356679,15 +364354,15 @@ "binop": null, "updateContext": null }, - "start": 43194, - "end": 43195, + "start": 43857, + "end": 43858, "loc": { "start": { - "line": 1188, + "line": 1204, "column": 39 }, "end": { - "line": 1188, + "line": 1204, "column": 40 } } @@ -356705,15 +364380,15 @@ "binop": null }, "value": "duration", - "start": 43196, - "end": 43204, + "start": 43859, + "end": 43867, "loc": { "start": { - "line": 1188, + "line": 1204, "column": 41 }, "end": { - "line": 1188, + "line": 1204, "column": 49 } } @@ -356731,15 +364406,15 @@ "binop": null, "updateContext": null }, - "start": 43204, - "end": 43205, + "start": 43867, + "end": 43868, "loc": { "start": { - "line": 1188, + "line": 1204, "column": 49 }, "end": { - "line": 1188, + "line": 1204, "column": 50 } } @@ -356759,15 +364434,15 @@ "updateContext": null }, "value": "switch", - "start": 43215, - "end": 43221, + "start": 43878, + "end": 43884, "loc": { "start": { - "line": 1190, + "line": 1206, "column": 8 }, "end": { - "line": 1190, + "line": 1206, "column": 14 } } @@ -356784,15 +364459,15 @@ "postfix": false, "binop": null }, - "start": 43222, - "end": 43223, + "start": 43885, + "end": 43886, "loc": { "start": { - "line": 1190, + "line": 1206, "column": 15 }, "end": { - "line": 1190, + "line": 1206, "column": 16 } } @@ -356812,15 +364487,15 @@ "updateContext": null }, "value": "this", - "start": 43223, - "end": 43227, + "start": 43886, + "end": 43890, "loc": { "start": { - "line": 1190, + "line": 1206, "column": 16 }, "end": { - "line": 1190, + "line": 1206, "column": 20 } } @@ -356838,15 +364513,15 @@ "binop": null, "updateContext": null }, - "start": 43227, - "end": 43228, + "start": 43890, + "end": 43891, "loc": { "start": { - "line": 1190, + "line": 1206, "column": 20 }, "end": { - "line": 1190, + "line": 1206, "column": 21 } } @@ -356864,15 +364539,15 @@ "binop": null }, "value": "getRecordType", - "start": 43228, - "end": 43241, + "start": 43891, + "end": 43904, "loc": { "start": { - "line": 1190, + "line": 1206, "column": 21 }, "end": { - "line": 1190, + "line": 1206, "column": 34 } } @@ -356889,15 +364564,15 @@ "postfix": false, "binop": null }, - "start": 43241, - "end": 43242, + "start": 43904, + "end": 43905, "loc": { "start": { - "line": 1190, + "line": 1206, "column": 34 }, "end": { - "line": 1190, + "line": 1206, "column": 35 } } @@ -356914,15 +364589,15 @@ "postfix": false, "binop": null }, - "start": 43242, - "end": 43243, + "start": 43905, + "end": 43906, "loc": { "start": { - "line": 1190, + "line": 1206, "column": 35 }, "end": { - "line": 1190, + "line": 1206, "column": 36 } } @@ -356939,15 +364614,15 @@ "postfix": false, "binop": null }, - "start": 43243, - "end": 43244, + "start": 43906, + "end": 43907, "loc": { "start": { - "line": 1190, + "line": 1206, "column": 36 }, "end": { - "line": 1190, + "line": 1206, "column": 37 } } @@ -356964,15 +364639,15 @@ "postfix": false, "binop": null }, - "start": 43245, - "end": 43246, + "start": 43908, + "end": 43909, "loc": { "start": { - "line": 1190, + "line": 1206, "column": 38 }, "end": { - "line": 1190, + "line": 1206, "column": 39 } } @@ -356992,15 +364667,15 @@ "updateContext": null }, "value": "case", - "start": 43259, - "end": 43263, + "start": 43922, + "end": 43926, "loc": { "start": { - "line": 1191, + "line": 1207, "column": 12 }, "end": { - "line": 1191, + "line": 1207, "column": 16 } } @@ -357018,15 +364693,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 43264, - "end": 43274, + "start": 43927, + "end": 43937, "loc": { "start": { - "line": 1191, + "line": 1207, "column": 17 }, "end": { - "line": 1191, + "line": 1207, "column": 27 } } @@ -357044,15 +364719,15 @@ "binop": null, "updateContext": null }, - "start": 43274, - "end": 43275, + "start": 43937, + "end": 43938, "loc": { "start": { - "line": 1191, + "line": 1207, "column": 27 }, "end": { - "line": 1191, + "line": 1207, "column": 28 } } @@ -357072,15 +364747,15 @@ "updateContext": null }, "value": "this", - "start": 43292, - "end": 43296, + "start": 43955, + "end": 43959, "loc": { "start": { - "line": 1192, + "line": 1208, "column": 16 }, "end": { - "line": 1192, + "line": 1208, "column": 20 } } @@ -357098,15 +364773,15 @@ "binop": null, "updateContext": null }, - "start": 43296, - "end": 43297, + "start": 43959, + "end": 43960, "loc": { "start": { - "line": 1192, + "line": 1208, "column": 20 }, "end": { - "line": 1192, + "line": 1208, "column": 21 } } @@ -357124,15 +364799,15 @@ "binop": null }, "value": "surfer", - "start": 43297, - "end": 43303, + "start": 43960, + "end": 43966, "loc": { "start": { - "line": 1192, + "line": 1208, "column": 21 }, "end": { - "line": 1192, + "line": 1208, "column": 27 } } @@ -357150,15 +364825,15 @@ "binop": null, "updateContext": null }, - "start": 43303, - "end": 43304, + "start": 43966, + "end": 43967, "loc": { "start": { - "line": 1192, + "line": 1208, "column": 27 }, "end": { - "line": 1192, + "line": 1208, "column": 28 } } @@ -357176,15 +364851,15 @@ "binop": null }, "value": "setCurrentTime", - "start": 43304, - "end": 43318, + "start": 43967, + "end": 43981, "loc": { "start": { - "line": 1192, + "line": 1208, "column": 28 }, "end": { - "line": 1192, + "line": 1208, "column": 42 } } @@ -357201,15 +364876,15 @@ "postfix": false, "binop": null }, - "start": 43318, - "end": 43319, + "start": 43981, + "end": 43982, "loc": { "start": { - "line": 1192, + "line": 1208, "column": 42 }, "end": { - "line": 1192, + "line": 1208, "column": 43 } } @@ -357227,15 +364902,15 @@ "binop": null }, "value": "currentTime", - "start": 43319, - "end": 43330, + "start": 43982, + "end": 43993, "loc": { "start": { - "line": 1192, + "line": 1208, "column": 43 }, "end": { - "line": 1192, + "line": 1208, "column": 54 } } @@ -357253,15 +364928,15 @@ "binop": null, "updateContext": null }, - "start": 43330, - "end": 43331, + "start": 43993, + "end": 43994, "loc": { "start": { - "line": 1192, + "line": 1208, "column": 54 }, "end": { - "line": 1192, + "line": 1208, "column": 55 } } @@ -357279,15 +364954,15 @@ "binop": null }, "value": "duration", - "start": 43332, - "end": 43340, + "start": 43995, + "end": 44003, "loc": { "start": { - "line": 1192, + "line": 1208, "column": 56 }, "end": { - "line": 1192, + "line": 1208, "column": 64 } } @@ -357304,15 +364979,15 @@ "postfix": false, "binop": null }, - "start": 43340, - "end": 43341, + "start": 44003, + "end": 44004, "loc": { "start": { - "line": 1192, + "line": 1208, "column": 64 }, "end": { - "line": 1192, + "line": 1208, "column": 65 } } @@ -357330,15 +365005,15 @@ "binop": null, "updateContext": null }, - "start": 43341, - "end": 43342, + "start": 44004, + "end": 44005, "loc": { "start": { - "line": 1192, + "line": 1208, "column": 65 }, "end": { - "line": 1192, + "line": 1208, "column": 66 } } @@ -357358,15 +365033,15 @@ "updateContext": null }, "value": "break", - "start": 43359, - "end": 43364, + "start": 44022, + "end": 44027, "loc": { "start": { - "line": 1193, + "line": 1209, "column": 16 }, "end": { - "line": 1193, + "line": 1209, "column": 21 } } @@ -357384,15 +365059,15 @@ "binop": null, "updateContext": null }, - "start": 43364, - "end": 43365, + "start": 44027, + "end": 44028, "loc": { "start": { - "line": 1193, + "line": 1209, "column": 21 }, "end": { - "line": 1193, + "line": 1209, "column": 22 } } @@ -357412,15 +365087,15 @@ "updateContext": null }, "value": "case", - "start": 43379, - "end": 43383, + "start": 44042, + "end": 44046, "loc": { "start": { - "line": 1195, + "line": 1211, "column": 12 }, "end": { - "line": 1195, + "line": 1211, "column": 16 } } @@ -357438,15 +365113,15 @@ "binop": null }, "value": "VIDEO_ONLY", - "start": 43384, - "end": 43394, + "start": 44047, + "end": 44057, "loc": { "start": { - "line": 1195, + "line": 1211, "column": 17 }, "end": { - "line": 1195, + "line": 1211, "column": 27 } } @@ -357464,15 +365139,15 @@ "binop": null, "updateContext": null }, - "start": 43394, - "end": 43395, + "start": 44057, + "end": 44058, "loc": { "start": { - "line": 1195, + "line": 1211, "column": 27 }, "end": { - "line": 1195, + "line": 1211, "column": 28 } } @@ -357492,15 +365167,15 @@ "updateContext": null }, "value": "case", - "start": 43408, - "end": 43412, + "start": 44071, + "end": 44075, "loc": { "start": { - "line": 1196, + "line": 1212, "column": 12 }, "end": { - "line": 1196, + "line": 1212, "column": 16 } } @@ -357518,15 +365193,15 @@ "binop": null }, "value": "AUDIO_VIDEO", - "start": 43413, - "end": 43424, + "start": 44076, + "end": 44087, "loc": { "start": { - "line": 1196, + "line": 1212, "column": 17 }, "end": { - "line": 1196, + "line": 1212, "column": 28 } } @@ -357544,15 +365219,15 @@ "binop": null, "updateContext": null }, - "start": 43424, - "end": 43425, + "start": 44087, + "end": 44088, "loc": { "start": { - "line": 1196, + "line": 1212, "column": 28 }, "end": { - "line": 1196, + "line": 1212, "column": 29 } } @@ -357572,15 +365247,15 @@ "updateContext": null }, "value": "case", - "start": 43438, - "end": 43442, + "start": 44101, + "end": 44105, "loc": { "start": { - "line": 1197, + "line": 1213, "column": 12 }, "end": { - "line": 1197, + "line": 1213, "column": 16 } } @@ -357598,15 +365273,15 @@ "binop": null }, "value": "AUDIO_SCREEN", - "start": 43443, - "end": 43455, + "start": 44106, + "end": 44118, "loc": { "start": { - "line": 1197, + "line": 1213, "column": 17 }, "end": { - "line": 1197, + "line": 1213, "column": 29 } } @@ -357624,15 +365299,15 @@ "binop": null, "updateContext": null }, - "start": 43455, - "end": 43456, + "start": 44118, + "end": 44119, "loc": { "start": { - "line": 1197, + "line": 1213, "column": 29 }, "end": { - "line": 1197, + "line": 1213, "column": 30 } } @@ -357652,15 +365327,15 @@ "updateContext": null }, "value": "case", - "start": 43469, - "end": 43473, + "start": 44132, + "end": 44136, "loc": { "start": { - "line": 1198, + "line": 1214, "column": 12 }, "end": { - "line": 1198, + "line": 1214, "column": 16 } } @@ -357678,15 +365353,15 @@ "binop": null }, "value": "ANIMATION", - "start": 43474, - "end": 43483, + "start": 44137, + "end": 44146, "loc": { "start": { - "line": 1198, + "line": 1214, "column": 17 }, "end": { - "line": 1198, + "line": 1214, "column": 26 } } @@ -357704,15 +365379,15 @@ "binop": null, "updateContext": null }, - "start": 43483, - "end": 43484, + "start": 44146, + "end": 44147, "loc": { "start": { - "line": 1198, + "line": 1214, "column": 26 }, "end": { - "line": 1198, + "line": 1214, "column": 27 } } @@ -357732,15 +365407,15 @@ "updateContext": null }, "value": "case", - "start": 43497, - "end": 43501, + "start": 44160, + "end": 44164, "loc": { "start": { - "line": 1199, + "line": 1215, "column": 12 }, "end": { - "line": 1199, + "line": 1215, "column": 16 } } @@ -357758,15 +365433,15 @@ "binop": null }, "value": "SCREEN_ONLY", - "start": 43502, - "end": 43513, + "start": 44165, + "end": 44176, "loc": { "start": { - "line": 1199, + "line": 1215, "column": 17 }, "end": { - "line": 1199, + "line": 1215, "column": 28 } } @@ -357784,15 +365459,15 @@ "binop": null, "updateContext": null }, - "start": 43513, - "end": 43514, + "start": 44176, + "end": 44177, "loc": { "start": { - "line": 1199, + "line": 1215, "column": 28 }, "end": { - "line": 1199, + "line": 1215, "column": 29 } } @@ -357812,15 +365487,15 @@ "updateContext": null }, "value": "if", - "start": 43531, - "end": 43533, + "start": 44194, + "end": 44196, "loc": { "start": { - "line": 1200, + "line": 1216, "column": 16 }, "end": { - "line": 1200, + "line": 1216, "column": 18 } } @@ -357837,15 +365512,15 @@ "postfix": false, "binop": null }, - "start": 43534, - "end": 43535, + "start": 44197, + "end": 44198, "loc": { "start": { - "line": 1200, + "line": 1216, "column": 19 }, "end": { - "line": 1200, + "line": 1216, "column": 20 } } @@ -357865,15 +365540,15 @@ "updateContext": null }, "value": "this", - "start": 43535, - "end": 43539, + "start": 44198, + "end": 44202, "loc": { "start": { - "line": 1200, + "line": 1216, "column": 20 }, "end": { - "line": 1200, + "line": 1216, "column": 24 } } @@ -357891,15 +365566,15 @@ "binop": null, "updateContext": null }, - "start": 43539, - "end": 43540, + "start": 44202, + "end": 44203, "loc": { "start": { - "line": 1200, + "line": 1216, "column": 24 }, "end": { - "line": 1200, + "line": 1216, "column": 25 } } @@ -357917,15 +365592,15 @@ "binop": null }, "value": "player", - "start": 43540, - "end": 43546, + "start": 44203, + "end": 44209, "loc": { "start": { - "line": 1200, + "line": 1216, "column": 25 }, "end": { - "line": 1200, + "line": 1216, "column": 31 } } @@ -357943,15 +365618,15 @@ "binop": null, "updateContext": null }, - "start": 43546, - "end": 43547, + "start": 44209, + "end": 44210, "loc": { "start": { - "line": 1200, + "line": 1216, "column": 31 }, "end": { - "line": 1200, + "line": 1216, "column": 32 } } @@ -357969,15 +365644,15 @@ "binop": null }, "value": "controlBar", - "start": 43547, - "end": 43557, + "start": 44210, + "end": 44220, "loc": { "start": { - "line": 1200, + "line": 1216, "column": 32 }, "end": { - "line": 1200, + "line": 1216, "column": 42 } } @@ -357995,15 +365670,15 @@ "binop": null, "updateContext": null }, - "start": 43557, - "end": 43558, + "start": 44220, + "end": 44221, "loc": { "start": { - "line": 1200, + "line": 1216, "column": 42 }, "end": { - "line": 1200, + "line": 1216, "column": 43 } } @@ -358021,15 +365696,15 @@ "binop": null }, "value": "currentTimeDisplay", - "start": 43558, - "end": 43576, + "start": 44221, + "end": 44239, "loc": { "start": { - "line": 1200, + "line": 1216, "column": 43 }, "end": { - "line": 1200, + "line": 1216, "column": 61 } } @@ -358048,15 +365723,15 @@ "updateContext": null }, "value": "&&", - "start": 43577, - "end": 43579, + "start": 44240, + "end": 44242, "loc": { "start": { - "line": 1200, + "line": 1216, "column": 62 }, "end": { - "line": 1200, + "line": 1216, "column": 64 } } @@ -358076,15 +365751,15 @@ "updateContext": null }, "value": "this", - "start": 43600, - "end": 43604, + "start": 44263, + "end": 44267, "loc": { "start": { - "line": 1201, + "line": 1217, "column": 20 }, "end": { - "line": 1201, + "line": 1217, "column": 24 } } @@ -358102,15 +365777,15 @@ "binop": null, "updateContext": null }, - "start": 43604, - "end": 43605, + "start": 44267, + "end": 44268, "loc": { "start": { - "line": 1201, + "line": 1217, "column": 24 }, "end": { - "line": 1201, + "line": 1217, "column": 25 } } @@ -358128,15 +365803,15 @@ "binop": null }, "value": "player", - "start": 43605, - "end": 43611, + "start": 44268, + "end": 44274, "loc": { "start": { - "line": 1201, + "line": 1217, "column": 25 }, "end": { - "line": 1201, + "line": 1217, "column": 31 } } @@ -358154,15 +365829,15 @@ "binop": null, "updateContext": null }, - "start": 43611, - "end": 43612, + "start": 44274, + "end": 44275, "loc": { "start": { - "line": 1201, + "line": 1217, "column": 31 }, "end": { - "line": 1201, + "line": 1217, "column": 32 } } @@ -358180,15 +365855,15 @@ "binop": null }, "value": "controlBar", - "start": 43612, - "end": 43622, + "start": 44275, + "end": 44285, "loc": { "start": { - "line": 1201, + "line": 1217, "column": 32 }, "end": { - "line": 1201, + "line": 1217, "column": 42 } } @@ -358206,15 +365881,15 @@ "binop": null, "updateContext": null }, - "start": 43622, - "end": 43623, + "start": 44285, + "end": 44286, "loc": { "start": { - "line": 1201, + "line": 1217, "column": 42 }, "end": { - "line": 1201, + "line": 1217, "column": 43 } } @@ -358232,15 +365907,15 @@ "binop": null }, "value": "currentTimeDisplay", - "start": 43623, - "end": 43641, + "start": 44286, + "end": 44304, "loc": { "start": { - "line": 1201, + "line": 1217, "column": 43 }, "end": { - "line": 1201, + "line": 1217, "column": 61 } } @@ -358258,15 +365933,15 @@ "binop": null, "updateContext": null }, - "start": 43641, - "end": 43642, + "start": 44304, + "end": 44305, "loc": { "start": { - "line": 1201, + "line": 1217, "column": 61 }, "end": { - "line": 1201, + "line": 1217, "column": 62 } } @@ -358284,15 +365959,15 @@ "binop": null }, "value": "contentEl", - "start": 43642, - "end": 43651, + "start": 44305, + "end": 44314, "loc": { "start": { - "line": 1201, + "line": 1217, "column": 62 }, "end": { - "line": 1201, + "line": 1217, "column": 71 } } @@ -358309,15 +365984,15 @@ "postfix": false, "binop": null }, - "start": 43651, - "end": 43652, + "start": 44314, + "end": 44315, "loc": { "start": { - "line": 1201, + "line": 1217, "column": 71 }, "end": { - "line": 1201, + "line": 1217, "column": 72 } } @@ -358334,308 +366009,22 @@ "postfix": false, "binop": null }, - "start": 43652, - "end": 43653, + "start": 44315, + "end": 44316, "loc": { "start": { - "line": 1201, + "line": 1217, "column": 72 }, "end": { - "line": 1201, - "column": 73 - } - } - }, - { - "type": { - "label": ")", - "beforeExpr": false, - "startsExpr": false, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "start": 43653, - "end": 43654, - "loc": { - "start": { - "line": 1201, + "line": 1217, "column": 73 - }, - "end": { - "line": 1201, - "column": 74 - } - } - }, - { - "type": { - "label": "{", - "beforeExpr": true, - "startsExpr": true, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "start": 43655, - "end": 43656, - "loc": { - "start": { - "line": 1201, - "column": 75 - }, - "end": { - "line": 1201, - "column": 76 - } - } - }, - { - "type": { - "label": "this", - "keyword": "this", - "beforeExpr": false, - "startsExpr": true, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null, - "updateContext": null - }, - "value": "this", - "start": 43677, - "end": 43681, - "loc": { - "start": { - "line": 1202, - "column": 20 - }, - "end": { - "line": 1202, - "column": 24 - } - } - }, - { - "type": { - "label": ".", - "beforeExpr": false, - "startsExpr": false, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null, - "updateContext": null - }, - "start": 43681, - "end": 43682, - "loc": { - "start": { - "line": 1202, - "column": 24 - }, - "end": { - "line": 1202, - "column": 25 - } - } - }, - { - "type": { - "label": "name", - "beforeExpr": false, - "startsExpr": true, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "value": "streamCurrentTime", - "start": 43682, - "end": 43699, - "loc": { - "start": { - "line": 1202, - "column": 25 - }, - "end": { - "line": 1202, - "column": 42 - } - } - }, - { - "type": { - "label": "=", - "beforeExpr": true, - "startsExpr": false, - "rightAssociative": false, - "isLoop": false, - "isAssign": true, - "prefix": false, - "postfix": false, - "binop": null, - "updateContext": null - }, - "value": "=", - "start": 43700, - "end": 43701, - "loc": { - "start": { - "line": 1202, - "column": 43 - }, - "end": { - "line": 1202, - "column": 44 } } }, { "type": { - "label": "name", - "beforeExpr": false, - "startsExpr": true, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "value": "Math", - "start": 43702, - "end": 43706, - "loc": { - "start": { - "line": 1202, - "column": 45 - }, - "end": { - "line": 1202, - "column": 49 - } - } - }, - { - "type": { - "label": ".", - "beforeExpr": false, - "startsExpr": false, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null, - "updateContext": null - }, - "start": 43706, - "end": 43707, - "loc": { - "start": { - "line": 1202, - "column": 49 - }, - "end": { - "line": 1202, - "column": 50 - } - } - }, - { - "type": { - "label": "name", - "beforeExpr": false, - "startsExpr": true, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "value": "min", - "start": 43707, - "end": 43710, - "loc": { - "start": { - "line": 1202, - "column": 50 - }, - "end": { - "line": 1202, - "column": 53 - } - } - }, - { - "type": { - "label": "(", - "beforeExpr": true, - "startsExpr": true, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "start": 43710, - "end": 43711, - "loc": { - "start": { - "line": 1202, - "column": 53 - }, - "end": { - "line": 1202, - "column": 54 - } - } - }, - { - "type": { - "label": "name", - "beforeExpr": false, - "startsExpr": true, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "value": "currentTime", - "start": 43711, - "end": 43722, - "loc": { - "start": { - "line": 1202, - "column": 54 - }, - "end": { - "line": 1202, - "column": 65 - } - } - }, - { - "type": { - "label": ",", + "label": "&&", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, @@ -358643,115 +366032,23 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null, + "binop": 2, "updateContext": null }, - "start": 43722, - "end": 43723, - "loc": { - "start": { - "line": 1202, - "column": 65 - }, - "end": { - "line": 1202, - "column": 66 - } - } - }, - { - "type": { - "label": "name", - "beforeExpr": false, - "startsExpr": true, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "value": "duration", - "start": 43724, - "end": 43732, - "loc": { - "start": { - "line": 1202, - "column": 67 - }, - "end": { - "line": 1202, - "column": 75 - } - } - }, - { - "type": { - "label": ")", - "beforeExpr": false, - "startsExpr": false, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "start": 43732, - "end": 43733, + "value": "&&", + "start": 44317, + "end": 44319, "loc": { "start": { - "line": 1202, - "column": 75 + "line": 1217, + "column": 74 }, "end": { - "line": 1202, + "line": 1217, "column": 76 } } }, - { - "type": { - "label": ";", - "beforeExpr": true, - "startsExpr": false, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null, - "updateContext": null - }, - "start": 43733, - "end": 43734, - "loc": { - "start": { - "line": 1202, - "column": 76 - }, - "end": { - "line": 1202, - "column": 77 - } - } - }, - { - "type": "CommentLine", - "value": " update current time display component", - "start": 43756, - "end": 43796, - "loc": { - "start": { - "line": 1204, - "column": 20 - }, - "end": { - "line": 1204, - "column": 60 - } - } - }, { "type": { "label": "this", @@ -358767,15 +366064,15 @@ "updateContext": null }, "value": "this", - "start": 43817, - "end": 43821, + "start": 44340, + "end": 44344, "loc": { "start": { - "line": 1205, + "line": 1218, "column": 20 }, "end": { - "line": 1205, + "line": 1218, "column": 24 } } @@ -358793,15 +366090,15 @@ "binop": null, "updateContext": null }, - "start": 43821, - "end": 43822, + "start": 44344, + "end": 44345, "loc": { "start": { - "line": 1205, + "line": 1218, "column": 24 }, "end": { - "line": 1205, + "line": 1218, "column": 25 } } @@ -358819,15 +366116,15 @@ "binop": null }, "value": "player", - "start": 43822, - "end": 43828, + "start": 44345, + "end": 44351, "loc": { "start": { - "line": 1205, + "line": 1218, "column": 25 }, "end": { - "line": 1205, + "line": 1218, "column": 31 } } @@ -358845,15 +366142,15 @@ "binop": null, "updateContext": null }, - "start": 43828, - "end": 43829, + "start": 44351, + "end": 44352, "loc": { "start": { - "line": 1205, + "line": 1218, "column": 31 }, "end": { - "line": 1205, + "line": 1218, "column": 32 } } @@ -358871,15 +366168,15 @@ "binop": null }, "value": "controlBar", - "start": 43829, - "end": 43839, + "start": 44352, + "end": 44362, "loc": { "start": { - "line": 1205, + "line": 1218, "column": 32 }, "end": { - "line": 1205, + "line": 1218, "column": 42 } } @@ -358897,15 +366194,15 @@ "binop": null, "updateContext": null }, - "start": 43839, - "end": 43840, + "start": 44362, + "end": 44363, "loc": { "start": { - "line": 1205, + "line": 1218, "column": 42 }, "end": { - "line": 1205, + "line": 1218, "column": 43 } } @@ -358923,15 +366220,758 @@ "binop": null }, "value": "currentTimeDisplay", - "start": 43840, - "end": 43858, + "start": 44363, + "end": 44381, + "loc": { + "start": { + "line": 1218, + "column": 43 + }, + "end": { + "line": 1218, + "column": 61 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 44381, + "end": 44382, + "loc": { + "start": { + "line": 1218, + "column": 61 + }, + "end": { + "line": 1218, + "column": 62 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "contentEl", + "start": 44382, + "end": 44391, + "loc": { + "start": { + "line": 1218, + "column": 62 + }, + "end": { + "line": 1218, + "column": 71 + } + } + }, + { + "type": { + "label": "(", + "beforeExpr": true, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 44391, + "end": 44392, + "loc": { + "start": { + "line": 1218, + "column": 71 + }, + "end": { + "line": 1218, + "column": 72 + } + } + }, + { + "type": { + "label": ")", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 44392, + "end": 44393, + "loc": { + "start": { + "line": 1218, + "column": 72 + }, + "end": { + "line": 1218, + "column": 73 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 44393, + "end": 44394, + "loc": { + "start": { + "line": 1218, + "column": 73 + }, + "end": { + "line": 1218, + "column": 74 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "lastChild", + "start": 44394, + "end": 44403, + "loc": { + "start": { + "line": 1218, + "column": 74 + }, + "end": { + "line": 1218, + "column": 83 + } + } + }, + { + "type": { + "label": ")", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 44403, + "end": 44404, + "loc": { + "start": { + "line": 1218, + "column": 83 + }, + "end": { + "line": 1218, + "column": 84 + } + } + }, + { + "type": { + "label": "{", + "beforeExpr": true, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 44405, + "end": 44406, + "loc": { + "start": { + "line": 1218, + "column": 85 + }, + "end": { + "line": 1218, + "column": 86 + } + } + }, + { + "type": { + "label": "this", + "keyword": "this", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "this", + "start": 44427, + "end": 44431, + "loc": { + "start": { + "line": 1219, + "column": 20 + }, + "end": { + "line": 1219, + "column": 24 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 44431, + "end": 44432, + "loc": { + "start": { + "line": 1219, + "column": 24 + }, + "end": { + "line": 1219, + "column": 25 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "streamCurrentTime", + "start": 44432, + "end": 44449, + "loc": { + "start": { + "line": 1219, + "column": 25 + }, + "end": { + "line": 1219, + "column": 42 + } + } + }, + { + "type": { + "label": "=", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": true, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "=", + "start": 44450, + "end": 44451, + "loc": { + "start": { + "line": 1219, + "column": 43 + }, + "end": { + "line": 1219, + "column": 44 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "Math", + "start": 44452, + "end": 44456, + "loc": { + "start": { + "line": 1219, + "column": 45 + }, + "end": { + "line": 1219, + "column": 49 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 44456, + "end": 44457, + "loc": { + "start": { + "line": 1219, + "column": 49 + }, + "end": { + "line": 1219, + "column": 50 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "min", + "start": 44457, + "end": 44460, + "loc": { + "start": { + "line": 1219, + "column": 50 + }, + "end": { + "line": 1219, + "column": 53 + } + } + }, + { + "type": { + "label": "(", + "beforeExpr": true, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 44460, + "end": 44461, + "loc": { + "start": { + "line": 1219, + "column": 53 + }, + "end": { + "line": 1219, + "column": 54 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "currentTime", + "start": 44461, + "end": 44472, + "loc": { + "start": { + "line": 1219, + "column": 54 + }, + "end": { + "line": 1219, + "column": 65 + } + } + }, + { + "type": { + "label": ",", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 44472, + "end": 44473, + "loc": { + "start": { + "line": 1219, + "column": 65 + }, + "end": { + "line": 1219, + "column": 66 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "duration", + "start": 44474, + "end": 44482, + "loc": { + "start": { + "line": 1219, + "column": 67 + }, + "end": { + "line": 1219, + "column": 75 + } + } + }, + { + "type": { + "label": ")", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 44482, + "end": 44483, + "loc": { + "start": { + "line": 1219, + "column": 75 + }, + "end": { + "line": 1219, + "column": 76 + } + } + }, + { + "type": { + "label": ";", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 44483, + "end": 44484, + "loc": { + "start": { + "line": 1219, + "column": 76 + }, + "end": { + "line": 1219, + "column": 77 + } + } + }, + { + "type": "CommentLine", + "value": " update current time display component", + "start": 44506, + "end": 44546, + "loc": { + "start": { + "line": 1221, + "column": 20 + }, + "end": { + "line": 1221, + "column": 60 + } + } + }, + { + "type": { + "label": "this", + "keyword": "this", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "this", + "start": 44567, + "end": 44571, + "loc": { + "start": { + "line": 1222, + "column": 20 + }, + "end": { + "line": 1222, + "column": 24 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 44571, + "end": 44572, + "loc": { + "start": { + "line": 1222, + "column": 24 + }, + "end": { + "line": 1222, + "column": 25 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "player", + "start": 44572, + "end": 44578, + "loc": { + "start": { + "line": 1222, + "column": 25 + }, + "end": { + "line": 1222, + "column": 31 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 44578, + "end": 44579, "loc": { "start": { - "line": 1205, + "line": 1222, + "column": 31 + }, + "end": { + "line": 1222, + "column": 32 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "controlBar", + "start": 44579, + "end": 44589, + "loc": { + "start": { + "line": 1222, + "column": 32 + }, + "end": { + "line": 1222, + "column": 42 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 44589, + "end": 44590, + "loc": { + "start": { + "line": 1222, + "column": 42 + }, + "end": { + "line": 1222, + "column": 43 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "currentTimeDisplay", + "start": 44590, + "end": 44608, + "loc": { + "start": { + "line": 1222, "column": 43 }, "end": { - "line": 1205, + "line": 1222, "column": 61 } } @@ -358949,15 +366989,15 @@ "binop": null, "updateContext": null }, - "start": 43858, - "end": 43859, + "start": 44608, + "end": 44609, "loc": { "start": { - "line": 1205, + "line": 1222, "column": 61 }, "end": { - "line": 1205, + "line": 1222, "column": 62 } } @@ -358975,15 +367015,15 @@ "binop": null }, "value": "formattedTime_", - "start": 43859, - "end": 43873, + "start": 44609, + "end": 44623, "loc": { "start": { - "line": 1205, + "line": 1222, "column": 62 }, "end": { - "line": 1205, + "line": 1222, "column": 76 } } @@ -359002,15 +367042,15 @@ "updateContext": null }, "value": "=", - "start": 43874, - "end": 43875, + "start": 44624, + "end": 44625, "loc": { "start": { - "line": 1205, + "line": 1222, "column": 77 }, "end": { - "line": 1205, + "line": 1222, "column": 78 } } @@ -359030,15 +367070,15 @@ "updateContext": null }, "value": "this", - "start": 43900, - "end": 43904, + "start": 44650, + "end": 44654, "loc": { "start": { - "line": 1206, + "line": 1223, "column": 24 }, "end": { - "line": 1206, + "line": 1223, "column": 28 } } @@ -359056,15 +367096,15 @@ "binop": null, "updateContext": null }, - "start": 43904, - "end": 43905, + "start": 44654, + "end": 44655, "loc": { "start": { - "line": 1206, + "line": 1223, "column": 28 }, "end": { - "line": 1206, + "line": 1223, "column": 29 } } @@ -359082,15 +367122,15 @@ "binop": null }, "value": "player", - "start": 43905, - "end": 43911, + "start": 44655, + "end": 44661, "loc": { "start": { - "line": 1206, + "line": 1223, "column": 29 }, "end": { - "line": 1206, + "line": 1223, "column": 35 } } @@ -359108,15 +367148,15 @@ "binop": null, "updateContext": null }, - "start": 43911, - "end": 43912, + "start": 44661, + "end": 44662, "loc": { "start": { - "line": 1206, + "line": 1223, "column": 35 }, "end": { - "line": 1206, + "line": 1223, "column": 36 } } @@ -359134,15 +367174,15 @@ "binop": null }, "value": "controlBar", - "start": 43912, - "end": 43922, + "start": 44662, + "end": 44672, "loc": { "start": { - "line": 1206, + "line": 1223, "column": 36 }, "end": { - "line": 1206, + "line": 1223, "column": 46 } } @@ -359160,15 +367200,15 @@ "binop": null, "updateContext": null }, - "start": 43922, - "end": 43923, + "start": 44672, + "end": 44673, "loc": { "start": { - "line": 1206, + "line": 1223, "column": 46 }, "end": { - "line": 1206, + "line": 1223, "column": 47 } } @@ -359186,15 +367226,15 @@ "binop": null }, "value": "currentTimeDisplay", - "start": 43923, - "end": 43941, + "start": 44673, + "end": 44691, "loc": { "start": { - "line": 1206, + "line": 1223, "column": 47 }, "end": { - "line": 1206, + "line": 1223, "column": 65 } } @@ -359212,15 +367252,15 @@ "binop": null, "updateContext": null }, - "start": 43941, - "end": 43942, + "start": 44691, + "end": 44692, "loc": { "start": { - "line": 1206, + "line": 1223, "column": 65 }, "end": { - "line": 1206, + "line": 1223, "column": 66 } } @@ -359238,15 +367278,15 @@ "binop": null }, "value": "contentEl", - "start": 43942, - "end": 43951, + "start": 44692, + "end": 44701, "loc": { "start": { - "line": 1206, + "line": 1223, "column": 66 }, "end": { - "line": 1206, + "line": 1223, "column": 75 } } @@ -359263,15 +367303,15 @@ "postfix": false, "binop": null }, - "start": 43951, - "end": 43952, + "start": 44701, + "end": 44702, "loc": { "start": { - "line": 1206, + "line": 1223, "column": 75 }, "end": { - "line": 1206, + "line": 1223, "column": 76 } } @@ -359288,15 +367328,15 @@ "postfix": false, "binop": null }, - "start": 43952, - "end": 43953, + "start": 44702, + "end": 44703, "loc": { "start": { - "line": 1206, + "line": 1223, "column": 76 }, "end": { - "line": 1206, + "line": 1223, "column": 77 } } @@ -359314,15 +367354,15 @@ "binop": null, "updateContext": null }, - "start": 43953, - "end": 43954, + "start": 44703, + "end": 44704, "loc": { "start": { - "line": 1206, + "line": 1223, "column": 77 }, "end": { - "line": 1206, + "line": 1223, "column": 78 } } @@ -359340,15 +367380,15 @@ "binop": null }, "value": "lastChild", - "start": 43954, - "end": 43963, + "start": 44704, + "end": 44713, "loc": { "start": { - "line": 1206, + "line": 1223, "column": 78 }, "end": { - "line": 1206, + "line": 1223, "column": 87 } } @@ -359366,15 +367406,15 @@ "binop": null, "updateContext": null }, - "start": 43963, - "end": 43964, + "start": 44713, + "end": 44714, "loc": { "start": { - "line": 1206, + "line": 1223, "column": 87 }, "end": { - "line": 1206, + "line": 1223, "column": 88 } } @@ -359392,15 +367432,15 @@ "binop": null }, "value": "textContent", - "start": 43964, - "end": 43975, + "start": 44714, + "end": 44725, "loc": { "start": { - "line": 1206, + "line": 1223, "column": 88 }, "end": { - "line": 1206, + "line": 1223, "column": 99 } } @@ -359419,15 +367459,15 @@ "updateContext": null }, "value": "=", - "start": 43976, - "end": 43977, + "start": 44726, + "end": 44727, "loc": { "start": { - "line": 1206, + "line": 1223, "column": 100 }, "end": { - "line": 1206, + "line": 1223, "column": 101 } } @@ -359445,15 +367485,15 @@ "binop": null }, "value": "formatTime", - "start": 44006, - "end": 44016, + "start": 44756, + "end": 44766, "loc": { "start": { - "line": 1207, + "line": 1224, "column": 28 }, "end": { - "line": 1207, + "line": 1224, "column": 38 } } @@ -359470,15 +367510,15 @@ "postfix": false, "binop": null }, - "start": 44016, - "end": 44017, + "start": 44766, + "end": 44767, "loc": { "start": { - "line": 1207, + "line": 1224, "column": 38 }, "end": { - "line": 1207, + "line": 1224, "column": 39 } } @@ -359498,15 +367538,15 @@ "updateContext": null }, "value": "this", - "start": 44017, - "end": 44021, + "start": 44767, + "end": 44771, "loc": { "start": { - "line": 1207, + "line": 1224, "column": 39 }, "end": { - "line": 1207, + "line": 1224, "column": 43 } } @@ -359524,15 +367564,15 @@ "binop": null, "updateContext": null }, - "start": 44021, - "end": 44022, + "start": 44771, + "end": 44772, "loc": { "start": { - "line": 1207, + "line": 1224, "column": 43 }, "end": { - "line": 1207, + "line": 1224, "column": 44 } } @@ -359550,15 +367590,15 @@ "binop": null }, "value": "streamCurrentTime", - "start": 44022, - "end": 44039, + "start": 44772, + "end": 44789, "loc": { "start": { - "line": 1207, + "line": 1224, "column": 44 }, "end": { - "line": 1207, + "line": 1224, "column": 61 } } @@ -359576,15 +367616,15 @@ "binop": null, "updateContext": null }, - "start": 44039, - "end": 44040, + "start": 44789, + "end": 44790, "loc": { "start": { - "line": 1207, + "line": 1224, "column": 61 }, "end": { - "line": 1207, + "line": 1224, "column": 62 } } @@ -359602,15 +367642,15 @@ "binop": null }, "value": "duration", - "start": 44041, - "end": 44049, + "start": 44791, + "end": 44799, "loc": { "start": { - "line": 1207, + "line": 1224, "column": 63 }, "end": { - "line": 1207, + "line": 1224, "column": 71 } } @@ -359628,15 +367668,15 @@ "binop": null, "updateContext": null }, - "start": 44049, - "end": 44050, + "start": 44799, + "end": 44800, "loc": { "start": { - "line": 1207, + "line": 1224, "column": 71 }, "end": { - "line": 1207, + "line": 1224, "column": 72 } } @@ -359656,15 +367696,15 @@ "updateContext": null }, "value": "this", - "start": 44051, - "end": 44055, + "start": 44801, + "end": 44805, "loc": { "start": { - "line": 1207, + "line": 1224, "column": 73 }, "end": { - "line": 1207, + "line": 1224, "column": 77 } } @@ -359682,15 +367722,15 @@ "binop": null, "updateContext": null }, - "start": 44055, - "end": 44056, + "start": 44805, + "end": 44806, "loc": { "start": { - "line": 1207, + "line": 1224, "column": 77 }, "end": { - "line": 1207, + "line": 1224, "column": 78 } } @@ -359707,17 +367747,17 @@ "postfix": false, "binop": null }, - "value": "msDisplayMax", - "start": 44056, - "end": 44068, + "value": "displayMilliseconds", + "start": 44806, + "end": 44825, "loc": { "start": { - "line": 1207, + "line": 1224, "column": 78 }, "end": { - "line": 1207, - "column": 90 + "line": 1224, + "column": 97 } } }, @@ -359733,16 +367773,16 @@ "postfix": false, "binop": null }, - "start": 44068, - "end": 44069, + "start": 44825, + "end": 44826, "loc": { "start": { - "line": 1207, - "column": 90 + "line": 1224, + "column": 97 }, "end": { - "line": 1207, - "column": 91 + "line": 1224, + "column": 98 } } }, @@ -359759,16 +367799,16 @@ "binop": null, "updateContext": null }, - "start": 44069, - "end": 44070, + "start": 44826, + "end": 44827, "loc": { "start": { - "line": 1207, - "column": 91 + "line": 1224, + "column": 98 }, "end": { - "line": 1207, - "column": 92 + "line": 1224, + "column": 99 } } }, @@ -359784,15 +367824,15 @@ "postfix": false, "binop": null }, - "start": 44087, - "end": 44088, + "start": 44844, + "end": 44845, "loc": { "start": { - "line": 1208, + "line": 1225, "column": 16 }, "end": { - "line": 1208, + "line": 1225, "column": 17 } } @@ -359812,15 +367852,15 @@ "updateContext": null }, "value": "break", - "start": 44105, - "end": 44110, + "start": 44862, + "end": 44867, "loc": { "start": { - "line": 1209, + "line": 1226, "column": 16 }, "end": { - "line": 1209, + "line": 1226, "column": 21 } } @@ -359838,15 +367878,15 @@ "binop": null, "updateContext": null }, - "start": 44110, - "end": 44111, + "start": 44867, + "end": 44868, "loc": { "start": { - "line": 1209, + "line": 1226, "column": 21 }, "end": { - "line": 1209, + "line": 1226, "column": 22 } } @@ -359863,15 +367903,15 @@ "postfix": false, "binop": null }, - "start": 44120, - "end": 44121, + "start": 44877, + "end": 44878, "loc": { "start": { - "line": 1210, + "line": 1227, "column": 8 }, "end": { - "line": 1210, + "line": 1227, "column": 9 } } @@ -359888,15 +367928,15 @@ "postfix": false, "binop": null }, - "start": 44126, - "end": 44127, + "start": 44883, + "end": 44884, "loc": { "start": { - "line": 1211, + "line": 1228, "column": 4 }, "end": { - "line": 1211, + "line": 1228, "column": 5 } } @@ -359904,15 +367944,15 @@ { "type": "CommentBlock", "value": "*\n * Get the length of the recorded stream in seconds.\n *\n * Returns 0 if no recording is available (yet).\n *\n * @returns {float} Duration of the recorded stream.\n ", - "start": 44133, - "end": 44325, + "start": 44890, + "end": 45082, "loc": { "start": { - "line": 1213, + "line": 1230, "column": 4 }, "end": { - "line": 1219, + "line": 1236, "column": 7 } } @@ -359930,15 +367970,15 @@ "binop": null }, "value": "getDuration", - "start": 44330, - "end": 44341, + "start": 45087, + "end": 45098, "loc": { "start": { - "line": 1220, + "line": 1237, "column": 4 }, "end": { - "line": 1220, + "line": 1237, "column": 15 } } @@ -359955,15 +367995,15 @@ "postfix": false, "binop": null }, - "start": 44341, - "end": 44342, + "start": 45098, + "end": 45099, "loc": { "start": { - "line": 1220, + "line": 1237, "column": 15 }, "end": { - "line": 1220, + "line": 1237, "column": 16 } } @@ -359980,15 +368020,15 @@ "postfix": false, "binop": null }, - "start": 44342, - "end": 44343, + "start": 45099, + "end": 45100, "loc": { "start": { - "line": 1220, + "line": 1237, "column": 16 }, "end": { - "line": 1220, + "line": 1237, "column": 17 } } @@ -360005,15 +368045,15 @@ "postfix": false, "binop": null }, - "start": 44344, - "end": 44345, + "start": 45101, + "end": 45102, "loc": { "start": { - "line": 1220, + "line": 1237, "column": 18 }, "end": { - "line": 1220, + "line": 1237, "column": 19 } } @@ -360033,15 +368073,15 @@ "updateContext": null }, "value": "let", - "start": 44354, - "end": 44357, + "start": 45111, + "end": 45114, "loc": { "start": { - "line": 1221, + "line": 1238, "column": 8 }, "end": { - "line": 1221, + "line": 1238, "column": 11 } } @@ -360059,15 +368099,15 @@ "binop": null }, "value": "duration", - "start": 44358, - "end": 44366, + "start": 45115, + "end": 45123, "loc": { "start": { - "line": 1221, + "line": 1238, "column": 12 }, "end": { - "line": 1221, + "line": 1238, "column": 20 } } @@ -360086,15 +368126,15 @@ "updateContext": null }, "value": "=", - "start": 44367, - "end": 44368, + "start": 45124, + "end": 45125, "loc": { "start": { - "line": 1221, + "line": 1238, "column": 21 }, "end": { - "line": 1221, + "line": 1238, "column": 22 } } @@ -360112,15 +368152,15 @@ "binop": null }, "value": "isNaN", - "start": 44369, - "end": 44374, + "start": 45126, + "end": 45131, "loc": { "start": { - "line": 1221, + "line": 1238, "column": 23 }, "end": { - "line": 1221, + "line": 1238, "column": 28 } } @@ -360137,15 +368177,15 @@ "postfix": false, "binop": null }, - "start": 44374, - "end": 44375, + "start": 45131, + "end": 45132, "loc": { "start": { - "line": 1221, + "line": 1238, "column": 28 }, "end": { - "line": 1221, + "line": 1238, "column": 29 } } @@ -360165,15 +368205,15 @@ "updateContext": null }, "value": "this", - "start": 44375, - "end": 44379, + "start": 45132, + "end": 45136, "loc": { "start": { - "line": 1221, + "line": 1238, "column": 29 }, "end": { - "line": 1221, + "line": 1238, "column": 33 } } @@ -360191,15 +368231,15 @@ "binop": null, "updateContext": null }, - "start": 44379, - "end": 44380, + "start": 45136, + "end": 45137, "loc": { "start": { - "line": 1221, + "line": 1238, "column": 33 }, "end": { - "line": 1221, + "line": 1238, "column": 34 } } @@ -360217,15 +368257,15 @@ "binop": null }, "value": "streamDuration", - "start": 44380, - "end": 44394, + "start": 45137, + "end": 45151, "loc": { "start": { - "line": 1221, + "line": 1238, "column": 34 }, "end": { - "line": 1221, + "line": 1238, "column": 48 } } @@ -360242,15 +368282,15 @@ "postfix": false, "binop": null }, - "start": 44394, - "end": 44395, + "start": 45151, + "end": 45152, "loc": { "start": { - "line": 1221, + "line": 1238, "column": 48 }, "end": { - "line": 1221, + "line": 1238, "column": 49 } } @@ -360268,15 +368308,15 @@ "binop": null, "updateContext": null }, - "start": 44396, - "end": 44397, + "start": 45153, + "end": 45154, "loc": { "start": { - "line": 1221, + "line": 1238, "column": 50 }, "end": { - "line": 1221, + "line": 1238, "column": 51 } } @@ -360295,15 +368335,15 @@ "updateContext": null }, "value": 0, - "start": 44398, - "end": 44399, + "start": 45155, + "end": 45156, "loc": { "start": { - "line": 1221, + "line": 1238, "column": 52 }, "end": { - "line": 1221, + "line": 1238, "column": 53 } } @@ -360321,15 +368361,15 @@ "binop": null, "updateContext": null }, - "start": 44400, - "end": 44401, + "start": 45157, + "end": 45158, "loc": { "start": { - "line": 1221, + "line": 1238, "column": 54 }, "end": { - "line": 1221, + "line": 1238, "column": 55 } } @@ -360349,15 +368389,15 @@ "updateContext": null }, "value": "this", - "start": 44402, - "end": 44406, + "start": 45159, + "end": 45163, "loc": { "start": { - "line": 1221, + "line": 1238, "column": 56 }, "end": { - "line": 1221, + "line": 1238, "column": 60 } } @@ -360375,15 +368415,15 @@ "binop": null, "updateContext": null }, - "start": 44406, - "end": 44407, + "start": 45163, + "end": 45164, "loc": { "start": { - "line": 1221, + "line": 1238, "column": 60 }, "end": { - "line": 1221, + "line": 1238, "column": 61 } } @@ -360401,15 +368441,15 @@ "binop": null }, "value": "streamDuration", - "start": 44407, - "end": 44421, + "start": 45164, + "end": 45178, "loc": { "start": { - "line": 1221, + "line": 1238, "column": 61 }, "end": { - "line": 1221, + "line": 1238, "column": 75 } } @@ -360427,15 +368467,15 @@ "binop": null, "updateContext": null }, - "start": 44421, - "end": 44422, + "start": 45178, + "end": 45179, "loc": { "start": { - "line": 1221, + "line": 1238, "column": 75 }, "end": { - "line": 1221, + "line": 1238, "column": 76 } } @@ -360455,15 +368495,15 @@ "updateContext": null }, "value": "return", - "start": 44432, - "end": 44438, + "start": 45189, + "end": 45195, "loc": { "start": { - "line": 1223, + "line": 1240, "column": 8 }, "end": { - "line": 1223, + "line": 1240, "column": 14 } } @@ -360481,15 +368521,15 @@ "binop": null }, "value": "duration", - "start": 44439, - "end": 44447, + "start": 45196, + "end": 45204, "loc": { "start": { - "line": 1223, + "line": 1240, "column": 15 }, "end": { - "line": 1223, + "line": 1240, "column": 23 } } @@ -360507,15 +368547,15 @@ "binop": null, "updateContext": null }, - "start": 44447, - "end": 44448, + "start": 45204, + "end": 45205, "loc": { "start": { - "line": 1223, + "line": 1240, "column": 23 }, "end": { - "line": 1223, + "line": 1240, "column": 24 } } @@ -360532,15 +368572,15 @@ "postfix": false, "binop": null }, - "start": 44453, - "end": 44454, + "start": 45210, + "end": 45211, "loc": { "start": { - "line": 1224, + "line": 1241, "column": 4 }, "end": { - "line": 1224, + "line": 1241, "column": 5 } } @@ -360548,15 +368588,15 @@ { "type": "CommentBlock", "value": "*\n * Updates the player's element displaying the duration time.\n *\n * @param {number} [duration=0] - Duration in seconds.\n * @private\n ", - "start": 44460, - "end": 44619, + "start": 45217, + "end": 45376, "loc": { "start": { - "line": 1226, + "line": 1243, "column": 4 }, "end": { - "line": 1231, + "line": 1248, "column": 7 } } @@ -360574,15 +368614,15 @@ "binop": null }, "value": "setDuration", - "start": 44624, - "end": 44635, + "start": 45381, + "end": 45392, "loc": { "start": { - "line": 1232, + "line": 1249, "column": 4 }, "end": { - "line": 1232, + "line": 1249, "column": 15 } } @@ -360599,15 +368639,15 @@ "postfix": false, "binop": null }, - "start": 44635, - "end": 44636, + "start": 45392, + "end": 45393, "loc": { "start": { - "line": 1232, + "line": 1249, "column": 15 }, "end": { - "line": 1232, + "line": 1249, "column": 16 } } @@ -360625,15 +368665,15 @@ "binop": null }, "value": "duration", - "start": 44636, - "end": 44644, + "start": 45393, + "end": 45401, "loc": { "start": { - "line": 1232, + "line": 1249, "column": 16 }, "end": { - "line": 1232, + "line": 1249, "column": 24 } } @@ -360650,15 +368690,15 @@ "postfix": false, "binop": null }, - "start": 44644, - "end": 44645, + "start": 45401, + "end": 45402, "loc": { "start": { - "line": 1232, + "line": 1249, "column": 24 }, "end": { - "line": 1232, + "line": 1249, "column": 25 } } @@ -360675,15 +368715,15 @@ "postfix": false, "binop": null }, - "start": 44646, - "end": 44647, + "start": 45403, + "end": 45404, "loc": { "start": { - "line": 1232, + "line": 1249, "column": 26 }, "end": { - "line": 1232, + "line": 1249, "column": 27 } } @@ -360701,15 +368741,15 @@ "binop": null }, "value": "duration", - "start": 44656, - "end": 44664, + "start": 45413, + "end": 45421, "loc": { "start": { - "line": 1233, + "line": 1250, "column": 8 }, "end": { - "line": 1233, + "line": 1250, "column": 16 } } @@ -360728,15 +368768,15 @@ "updateContext": null }, "value": "=", - "start": 44665, - "end": 44666, + "start": 45422, + "end": 45423, "loc": { "start": { - "line": 1233, + "line": 1250, "column": 17 }, "end": { - "line": 1233, + "line": 1250, "column": 18 } } @@ -360754,15 +368794,15 @@ "binop": null }, "value": "isNaN", - "start": 44667, - "end": 44672, + "start": 45424, + "end": 45429, "loc": { "start": { - "line": 1233, + "line": 1250, "column": 19 }, "end": { - "line": 1233, + "line": 1250, "column": 24 } } @@ -360779,15 +368819,15 @@ "postfix": false, "binop": null }, - "start": 44672, - "end": 44673, + "start": 45429, + "end": 45430, "loc": { "start": { - "line": 1233, + "line": 1250, "column": 24 }, "end": { - "line": 1233, + "line": 1250, "column": 25 } } @@ -360805,15 +368845,15 @@ "binop": null }, "value": "duration", - "start": 44673, - "end": 44681, + "start": 45430, + "end": 45438, "loc": { "start": { - "line": 1233, + "line": 1250, "column": 25 }, "end": { - "line": 1233, + "line": 1250, "column": 33 } } @@ -360830,15 +368870,15 @@ "postfix": false, "binop": null }, - "start": 44681, - "end": 44682, + "start": 45438, + "end": 45439, "loc": { "start": { - "line": 1233, + "line": 1250, "column": 33 }, "end": { - "line": 1233, + "line": 1250, "column": 34 } } @@ -360856,15 +368896,15 @@ "binop": null, "updateContext": null }, - "start": 44683, - "end": 44684, + "start": 45440, + "end": 45441, "loc": { "start": { - "line": 1233, + "line": 1250, "column": 35 }, "end": { - "line": 1233, + "line": 1250, "column": 36 } } @@ -360883,15 +368923,15 @@ "updateContext": null }, "value": 0, - "start": 44685, - "end": 44686, + "start": 45442, + "end": 45443, "loc": { "start": { - "line": 1233, + "line": 1250, "column": 37 }, "end": { - "line": 1233, + "line": 1250, "column": 38 } } @@ -360909,15 +368949,15 @@ "binop": null, "updateContext": null }, - "start": 44687, - "end": 44688, + "start": 45444, + "end": 45445, "loc": { "start": { - "line": 1233, + "line": 1250, "column": 39 }, "end": { - "line": 1233, + "line": 1250, "column": 40 } } @@ -360935,15 +368975,15 @@ "binop": null }, "value": "duration", - "start": 44689, - "end": 44697, + "start": 45446, + "end": 45454, "loc": { "start": { - "line": 1233, + "line": 1250, "column": 41 }, "end": { - "line": 1233, + "line": 1250, "column": 49 } } @@ -360961,15 +369001,15 @@ "binop": null, "updateContext": null }, - "start": 44697, - "end": 44698, + "start": 45454, + "end": 45455, "loc": { "start": { - "line": 1233, + "line": 1250, "column": 49 }, "end": { - "line": 1233, + "line": 1250, "column": 50 } } @@ -360989,15 +369029,15 @@ "updateContext": null }, "value": "switch", - "start": 44708, - "end": 44714, + "start": 45465, + "end": 45471, "loc": { "start": { - "line": 1235, + "line": 1252, "column": 8 }, "end": { - "line": 1235, + "line": 1252, "column": 14 } } @@ -361014,15 +369054,15 @@ "postfix": false, "binop": null }, - "start": 44715, - "end": 44716, + "start": 45472, + "end": 45473, "loc": { "start": { - "line": 1235, + "line": 1252, "column": 15 }, "end": { - "line": 1235, + "line": 1252, "column": 16 } } @@ -361042,15 +369082,15 @@ "updateContext": null }, "value": "this", - "start": 44716, - "end": 44720, + "start": 45473, + "end": 45477, "loc": { "start": { - "line": 1235, + "line": 1252, "column": 16 }, "end": { - "line": 1235, + "line": 1252, "column": 20 } } @@ -361068,15 +369108,15 @@ "binop": null, "updateContext": null }, - "start": 44720, - "end": 44721, + "start": 45477, + "end": 45478, "loc": { "start": { - "line": 1235, + "line": 1252, "column": 20 }, "end": { - "line": 1235, + "line": 1252, "column": 21 } } @@ -361094,15 +369134,15 @@ "binop": null }, "value": "getRecordType", - "start": 44721, - "end": 44734, + "start": 45478, + "end": 45491, "loc": { "start": { - "line": 1235, + "line": 1252, "column": 21 }, "end": { - "line": 1235, + "line": 1252, "column": 34 } } @@ -361119,15 +369159,15 @@ "postfix": false, "binop": null }, - "start": 44734, - "end": 44735, + "start": 45491, + "end": 45492, "loc": { "start": { - "line": 1235, + "line": 1252, "column": 34 }, "end": { - "line": 1235, + "line": 1252, "column": 35 } } @@ -361144,15 +369184,15 @@ "postfix": false, "binop": null }, - "start": 44735, - "end": 44736, + "start": 45492, + "end": 45493, "loc": { "start": { - "line": 1235, + "line": 1252, "column": 35 }, "end": { - "line": 1235, + "line": 1252, "column": 36 } } @@ -361169,15 +369209,15 @@ "postfix": false, "binop": null }, - "start": 44736, - "end": 44737, + "start": 45493, + "end": 45494, "loc": { "start": { - "line": 1235, + "line": 1252, "column": 36 }, "end": { - "line": 1235, + "line": 1252, "column": 37 } } @@ -361194,15 +369234,15 @@ "postfix": false, "binop": null }, - "start": 44738, - "end": 44739, + "start": 45495, + "end": 45496, "loc": { "start": { - "line": 1235, + "line": 1252, "column": 38 }, "end": { - "line": 1235, + "line": 1252, "column": 39 } } @@ -361222,15 +369262,15 @@ "updateContext": null }, "value": "case", - "start": 44752, - "end": 44756, + "start": 45509, + "end": 45513, "loc": { "start": { - "line": 1236, + "line": 1253, "column": 12 }, "end": { - "line": 1236, + "line": 1253, "column": 16 } } @@ -361248,15 +369288,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 44757, - "end": 44767, + "start": 45514, + "end": 45524, "loc": { "start": { - "line": 1236, + "line": 1253, "column": 17 }, "end": { - "line": 1236, + "line": 1253, "column": 27 } } @@ -361274,15 +369314,15 @@ "binop": null, "updateContext": null }, - "start": 44767, - "end": 44768, + "start": 45524, + "end": 45525, "loc": { "start": { - "line": 1236, + "line": 1253, "column": 27 }, "end": { - "line": 1236, + "line": 1253, "column": 28 } } @@ -361302,15 +369342,15 @@ "updateContext": null }, "value": "this", - "start": 44785, - "end": 44789, + "start": 45542, + "end": 45546, "loc": { "start": { - "line": 1237, + "line": 1254, "column": 16 }, "end": { - "line": 1237, + "line": 1254, "column": 20 } } @@ -361328,15 +369368,15 @@ "binop": null, "updateContext": null }, - "start": 44789, - "end": 44790, + "start": 45546, + "end": 45547, "loc": { "start": { - "line": 1237, + "line": 1254, "column": 20 }, "end": { - "line": 1237, + "line": 1254, "column": 21 } } @@ -361354,15 +369394,15 @@ "binop": null }, "value": "surfer", - "start": 44790, - "end": 44796, + "start": 45547, + "end": 45553, "loc": { "start": { - "line": 1237, + "line": 1254, "column": 21 }, "end": { - "line": 1237, + "line": 1254, "column": 27 } } @@ -361380,15 +369420,15 @@ "binop": null, "updateContext": null }, - "start": 44796, - "end": 44797, + "start": 45553, + "end": 45554, "loc": { "start": { - "line": 1237, + "line": 1254, "column": 27 }, "end": { - "line": 1237, + "line": 1254, "column": 28 } } @@ -361406,15 +369446,15 @@ "binop": null }, "value": "setDuration", - "start": 44797, - "end": 44808, + "start": 45554, + "end": 45565, "loc": { "start": { - "line": 1237, + "line": 1254, "column": 28 }, "end": { - "line": 1237, + "line": 1254, "column": 39 } } @@ -361431,15 +369471,15 @@ "postfix": false, "binop": null }, - "start": 44808, - "end": 44809, + "start": 45565, + "end": 45566, "loc": { "start": { - "line": 1237, + "line": 1254, "column": 39 }, "end": { - "line": 1237, + "line": 1254, "column": 40 } } @@ -361457,15 +369497,15 @@ "binop": null }, "value": "duration", - "start": 44809, - "end": 44817, + "start": 45566, + "end": 45574, "loc": { "start": { - "line": 1237, + "line": 1254, "column": 40 }, "end": { - "line": 1237, + "line": 1254, "column": 48 } } @@ -361482,15 +369522,15 @@ "postfix": false, "binop": null }, - "start": 44817, - "end": 44818, + "start": 45574, + "end": 45575, "loc": { "start": { - "line": 1237, + "line": 1254, "column": 48 }, "end": { - "line": 1237, + "line": 1254, "column": 49 } } @@ -361508,15 +369548,15 @@ "binop": null, "updateContext": null }, - "start": 44818, - "end": 44819, + "start": 45575, + "end": 45576, "loc": { "start": { - "line": 1237, + "line": 1254, "column": 49 }, "end": { - "line": 1237, + "line": 1254, "column": 50 } } @@ -361536,15 +369576,15 @@ "updateContext": null }, "value": "break", - "start": 44836, - "end": 44841, + "start": 45593, + "end": 45598, "loc": { "start": { - "line": 1238, + "line": 1255, "column": 16 }, "end": { - "line": 1238, + "line": 1255, "column": 21 } } @@ -361562,15 +369602,15 @@ "binop": null, "updateContext": null }, - "start": 44841, - "end": 44842, + "start": 45598, + "end": 45599, "loc": { "start": { - "line": 1238, + "line": 1255, "column": 21 }, "end": { - "line": 1238, + "line": 1255, "column": 22 } } @@ -361590,15 +369630,15 @@ "updateContext": null }, "value": "case", - "start": 44856, - "end": 44860, + "start": 45613, + "end": 45617, "loc": { "start": { - "line": 1240, + "line": 1257, "column": 12 }, "end": { - "line": 1240, + "line": 1257, "column": 16 } } @@ -361616,15 +369656,15 @@ "binop": null }, "value": "VIDEO_ONLY", - "start": 44861, - "end": 44871, + "start": 45618, + "end": 45628, "loc": { "start": { - "line": 1240, + "line": 1257, "column": 17 }, "end": { - "line": 1240, + "line": 1257, "column": 27 } } @@ -361642,15 +369682,15 @@ "binop": null, "updateContext": null }, - "start": 44871, - "end": 44872, + "start": 45628, + "end": 45629, "loc": { "start": { - "line": 1240, + "line": 1257, "column": 27 }, "end": { - "line": 1240, + "line": 1257, "column": 28 } } @@ -361670,15 +369710,15 @@ "updateContext": null }, "value": "case", - "start": 44885, - "end": 44889, + "start": 45642, + "end": 45646, "loc": { "start": { - "line": 1241, + "line": 1258, "column": 12 }, "end": { - "line": 1241, + "line": 1258, "column": 16 } } @@ -361696,15 +369736,15 @@ "binop": null }, "value": "AUDIO_VIDEO", - "start": 44890, - "end": 44901, + "start": 45647, + "end": 45658, "loc": { "start": { - "line": 1241, + "line": 1258, "column": 17 }, "end": { - "line": 1241, + "line": 1258, "column": 28 } } @@ -361722,15 +369762,15 @@ "binop": null, "updateContext": null }, - "start": 44901, - "end": 44902, + "start": 45658, + "end": 45659, "loc": { "start": { - "line": 1241, + "line": 1258, "column": 28 }, "end": { - "line": 1241, + "line": 1258, "column": 29 } } @@ -361750,15 +369790,15 @@ "updateContext": null }, "value": "case", - "start": 44915, - "end": 44919, + "start": 45672, + "end": 45676, "loc": { "start": { - "line": 1242, + "line": 1259, "column": 12 }, "end": { - "line": 1242, + "line": 1259, "column": 16 } } @@ -361776,15 +369816,15 @@ "binop": null }, "value": "AUDIO_SCREEN", - "start": 44920, - "end": 44932, + "start": 45677, + "end": 45689, "loc": { "start": { - "line": 1242, + "line": 1259, "column": 17 }, "end": { - "line": 1242, + "line": 1259, "column": 29 } } @@ -361802,15 +369842,15 @@ "binop": null, "updateContext": null }, - "start": 44932, - "end": 44933, + "start": 45689, + "end": 45690, "loc": { "start": { - "line": 1242, + "line": 1259, "column": 29 }, "end": { - "line": 1242, + "line": 1259, "column": 30 } } @@ -361830,15 +369870,15 @@ "updateContext": null }, "value": "case", - "start": 44946, - "end": 44950, + "start": 45703, + "end": 45707, "loc": { "start": { - "line": 1243, + "line": 1260, "column": 12 }, "end": { - "line": 1243, + "line": 1260, "column": 16 } } @@ -361856,15 +369896,15 @@ "binop": null }, "value": "ANIMATION", - "start": 44951, - "end": 44960, + "start": 45708, + "end": 45717, "loc": { "start": { - "line": 1243, + "line": 1260, "column": 17 }, "end": { - "line": 1243, + "line": 1260, "column": 26 } } @@ -361882,15 +369922,15 @@ "binop": null, "updateContext": null }, - "start": 44960, - "end": 44961, + "start": 45717, + "end": 45718, "loc": { "start": { - "line": 1243, + "line": 1260, "column": 26 }, "end": { - "line": 1243, + "line": 1260, "column": 27 } } @@ -361910,15 +369950,15 @@ "updateContext": null }, "value": "case", - "start": 44974, - "end": 44978, + "start": 45731, + "end": 45735, "loc": { "start": { - "line": 1244, + "line": 1261, "column": 12 }, "end": { - "line": 1244, + "line": 1261, "column": 16 } } @@ -361936,15 +369976,15 @@ "binop": null }, "value": "SCREEN_ONLY", - "start": 44979, - "end": 44990, + "start": 45736, + "end": 45747, "loc": { "start": { - "line": 1244, + "line": 1261, "column": 17 }, "end": { - "line": 1244, + "line": 1261, "column": 28 } } @@ -361962,15 +370002,15 @@ "binop": null, "updateContext": null }, - "start": 44990, - "end": 44991, + "start": 45747, + "end": 45748, "loc": { "start": { - "line": 1244, + "line": 1261, "column": 28 }, "end": { - "line": 1244, + "line": 1261, "column": 29 } } @@ -361978,15 +370018,15 @@ { "type": "CommentLine", "value": " update duration display component", - "start": 45008, - "end": 45044, + "start": 45765, + "end": 45801, "loc": { "start": { - "line": 1245, + "line": 1262, "column": 16 }, "end": { - "line": 1245, + "line": 1262, "column": 52 } } @@ -362006,15 +370046,15 @@ "updateContext": null }, "value": "if", - "start": 45061, - "end": 45063, + "start": 45818, + "end": 45820, "loc": { "start": { - "line": 1246, + "line": 1263, "column": 16 }, "end": { - "line": 1246, + "line": 1263, "column": 18 } } @@ -362031,15 +370071,15 @@ "postfix": false, "binop": null }, - "start": 45064, - "end": 45065, + "start": 45821, + "end": 45822, "loc": { "start": { - "line": 1246, + "line": 1263, "column": 19 }, "end": { - "line": 1246, + "line": 1263, "column": 20 } } @@ -362059,15 +370099,15 @@ "updateContext": null }, "value": "this", - "start": 45065, - "end": 45069, + "start": 45822, + "end": 45826, "loc": { "start": { - "line": 1246, + "line": 1263, "column": 20 }, "end": { - "line": 1246, + "line": 1263, "column": 24 } } @@ -362085,15 +370125,15 @@ "binop": null, "updateContext": null }, - "start": 45069, - "end": 45070, + "start": 45826, + "end": 45827, "loc": { "start": { - "line": 1246, + "line": 1263, "column": 24 }, "end": { - "line": 1246, + "line": 1263, "column": 25 } } @@ -362111,15 +370151,15 @@ "binop": null }, "value": "player", - "start": 45070, - "end": 45076, + "start": 45827, + "end": 45833, "loc": { "start": { - "line": 1246, + "line": 1263, "column": 25 }, "end": { - "line": 1246, + "line": 1263, "column": 31 } } @@ -362137,15 +370177,15 @@ "binop": null, "updateContext": null }, - "start": 45076, - "end": 45077, + "start": 45833, + "end": 45834, "loc": { "start": { - "line": 1246, + "line": 1263, "column": 31 }, "end": { - "line": 1246, + "line": 1263, "column": 32 } } @@ -362163,15 +370203,15 @@ "binop": null }, "value": "controlBar", - "start": 45077, - "end": 45087, + "start": 45834, + "end": 45844, "loc": { "start": { - "line": 1246, + "line": 1263, "column": 32 }, "end": { - "line": 1246, + "line": 1263, "column": 42 } } @@ -362189,15 +370229,15 @@ "binop": null, "updateContext": null }, - "start": 45087, - "end": 45088, + "start": 45844, + "end": 45845, "loc": { "start": { - "line": 1246, + "line": 1263, "column": 42 }, "end": { - "line": 1246, + "line": 1263, "column": 43 } } @@ -362215,15 +370255,15 @@ "binop": null }, "value": "durationDisplay", - "start": 45088, - "end": 45103, + "start": 45845, + "end": 45860, "loc": { "start": { - "line": 1246, + "line": 1263, "column": 43 }, "end": { - "line": 1246, + "line": 1263, "column": 58 } } @@ -362242,15 +370282,15 @@ "updateContext": null }, "value": "&&", - "start": 45104, - "end": 45106, + "start": 45861, + "end": 45863, "loc": { "start": { - "line": 1246, + "line": 1263, "column": 59 }, "end": { - "line": 1246, + "line": 1263, "column": 61 } } @@ -362270,15 +370310,15 @@ "updateContext": null }, "value": "this", - "start": 45127, - "end": 45131, + "start": 45884, + "end": 45888, "loc": { "start": { - "line": 1247, + "line": 1264, "column": 20 }, "end": { - "line": 1247, + "line": 1264, "column": 24 } } @@ -362296,15 +370336,15 @@ "binop": null, "updateContext": null }, - "start": 45131, - "end": 45132, + "start": 45888, + "end": 45889, "loc": { "start": { - "line": 1247, + "line": 1264, "column": 24 }, "end": { - "line": 1247, + "line": 1264, "column": 25 } } @@ -362322,15 +370362,15 @@ "binop": null }, "value": "player", - "start": 45132, - "end": 45138, + "start": 45889, + "end": 45895, "loc": { "start": { - "line": 1247, + "line": 1264, "column": 25 }, "end": { - "line": 1247, + "line": 1264, "column": 31 } } @@ -362348,15 +370388,15 @@ "binop": null, "updateContext": null }, - "start": 45138, - "end": 45139, + "start": 45895, + "end": 45896, "loc": { "start": { - "line": 1247, + "line": 1264, "column": 31 }, "end": { - "line": 1247, + "line": 1264, "column": 32 } } @@ -362374,15 +370414,15 @@ "binop": null }, "value": "controlBar", - "start": 45139, - "end": 45149, + "start": 45896, + "end": 45906, "loc": { "start": { - "line": 1247, + "line": 1264, "column": 32 }, "end": { - "line": 1247, + "line": 1264, "column": 42 } } @@ -362400,15 +370440,15 @@ "binop": null, "updateContext": null }, - "start": 45149, - "end": 45150, + "start": 45906, + "end": 45907, "loc": { "start": { - "line": 1247, + "line": 1264, "column": 42 }, "end": { - "line": 1247, + "line": 1264, "column": 43 } } @@ -362426,15 +370466,15 @@ "binop": null }, "value": "durationDisplay", - "start": 45150, - "end": 45165, + "start": 45907, + "end": 45922, "loc": { "start": { - "line": 1247, + "line": 1264, "column": 43 }, "end": { - "line": 1247, + "line": 1264, "column": 58 } } @@ -362452,15 +370492,15 @@ "binop": null, "updateContext": null }, - "start": 45165, - "end": 45166, + "start": 45922, + "end": 45923, "loc": { "start": { - "line": 1247, + "line": 1264, "column": 58 }, "end": { - "line": 1247, + "line": 1264, "column": 59 } } @@ -362478,15 +370518,15 @@ "binop": null }, "value": "contentEl", - "start": 45166, - "end": 45175, + "start": 45923, + "end": 45932, "loc": { "start": { - "line": 1247, + "line": 1264, "column": 59 }, "end": { - "line": 1247, + "line": 1264, "column": 68 } } @@ -362503,15 +370543,15 @@ "postfix": false, "binop": null }, - "start": 45175, - "end": 45176, + "start": 45932, + "end": 45933, "loc": { "start": { - "line": 1247, + "line": 1264, "column": 68 }, "end": { - "line": 1247, + "line": 1264, "column": 69 } } @@ -362528,19 +370568,307 @@ "postfix": false, "binop": null }, - "start": 45176, - "end": 45177, + "start": 45933, + "end": 45934, "loc": { "start": { - "line": 1247, + "line": 1264, "column": 69 }, "end": { - "line": 1247, + "line": 1264, "column": 70 } } }, + { + "type": { + "label": "&&", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": 2, + "updateContext": null + }, + "value": "&&", + "start": 45935, + "end": 45937, + "loc": { + "start": { + "line": 1264, + "column": 71 + }, + "end": { + "line": 1264, + "column": 73 + } + } + }, + { + "type": { + "label": "this", + "keyword": "this", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "this", + "start": 45958, + "end": 45962, + "loc": { + "start": { + "line": 1265, + "column": 20 + }, + "end": { + "line": 1265, + "column": 24 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 45962, + "end": 45963, + "loc": { + "start": { + "line": 1265, + "column": 24 + }, + "end": { + "line": 1265, + "column": 25 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "player", + "start": 45963, + "end": 45969, + "loc": { + "start": { + "line": 1265, + "column": 25 + }, + "end": { + "line": 1265, + "column": 31 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 45969, + "end": 45970, + "loc": { + "start": { + "line": 1265, + "column": 31 + }, + "end": { + "line": 1265, + "column": 32 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "controlBar", + "start": 45970, + "end": 45980, + "loc": { + "start": { + "line": 1265, + "column": 32 + }, + "end": { + "line": 1265, + "column": 42 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 45980, + "end": 45981, + "loc": { + "start": { + "line": 1265, + "column": 42 + }, + "end": { + "line": 1265, + "column": 43 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "durationDisplay", + "start": 45981, + "end": 45996, + "loc": { + "start": { + "line": 1265, + "column": 43 + }, + "end": { + "line": 1265, + "column": 58 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 45996, + "end": 45997, + "loc": { + "start": { + "line": 1265, + "column": 58 + }, + "end": { + "line": 1265, + "column": 59 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "contentEl", + "start": 45997, + "end": 46006, + "loc": { + "start": { + "line": 1265, + "column": 59 + }, + "end": { + "line": 1265, + "column": 68 + } + } + }, + { + "type": { + "label": "(", + "beforeExpr": true, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 46006, + "end": 46007, + "loc": { + "start": { + "line": 1265, + "column": 68 + }, + "end": { + "line": 1265, + "column": 69 + } + } + }, { "type": { "label": ")", @@ -362553,19 +370881,96 @@ "postfix": false, "binop": null }, - "start": 45177, - "end": 45178, + "start": 46007, + "end": 46008, + "loc": { + "start": { + "line": 1265, + "column": 69 + }, + "end": { + "line": 1265, + "column": 70 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 46008, + "end": 46009, "loc": { "start": { - "line": 1247, + "line": 1265, "column": 70 }, "end": { - "line": 1247, + "line": 1265, "column": 71 } } }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "lastChild", + "start": 46009, + "end": 46018, + "loc": { + "start": { + "line": 1265, + "column": 71 + }, + "end": { + "line": 1265, + "column": 80 + } + } + }, + { + "type": { + "label": ")", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 46018, + "end": 46019, + "loc": { + "start": { + "line": 1265, + "column": 80 + }, + "end": { + "line": 1265, + "column": 81 + } + } + }, { "type": { "label": "{", @@ -362578,16 +370983,16 @@ "postfix": false, "binop": null }, - "start": 45179, - "end": 45180, + "start": 46020, + "end": 46021, "loc": { "start": { - "line": 1247, - "column": 72 + "line": 1265, + "column": 82 }, "end": { - "line": 1247, - "column": 73 + "line": 1265, + "column": 83 } } }, @@ -362606,15 +371011,15 @@ "updateContext": null }, "value": "this", - "start": 45201, - "end": 45205, + "start": 46042, + "end": 46046, "loc": { "start": { - "line": 1248, + "line": 1266, "column": 20 }, "end": { - "line": 1248, + "line": 1266, "column": 24 } } @@ -362632,15 +371037,15 @@ "binop": null, "updateContext": null }, - "start": 45205, - "end": 45206, + "start": 46046, + "end": 46047, "loc": { "start": { - "line": 1248, + "line": 1266, "column": 24 }, "end": { - "line": 1248, + "line": 1266, "column": 25 } } @@ -362658,15 +371063,15 @@ "binop": null }, "value": "player", - "start": 45206, - "end": 45212, + "start": 46047, + "end": 46053, "loc": { "start": { - "line": 1248, + "line": 1266, "column": 25 }, "end": { - "line": 1248, + "line": 1266, "column": 31 } } @@ -362684,15 +371089,15 @@ "binop": null, "updateContext": null }, - "start": 45212, - "end": 45213, + "start": 46053, + "end": 46054, "loc": { "start": { - "line": 1248, + "line": 1266, "column": 31 }, "end": { - "line": 1248, + "line": 1266, "column": 32 } } @@ -362710,15 +371115,15 @@ "binop": null }, "value": "controlBar", - "start": 45213, - "end": 45223, + "start": 46054, + "end": 46064, "loc": { "start": { - "line": 1248, + "line": 1266, "column": 32 }, "end": { - "line": 1248, + "line": 1266, "column": 42 } } @@ -362736,15 +371141,15 @@ "binop": null, "updateContext": null }, - "start": 45223, - "end": 45224, + "start": 46064, + "end": 46065, "loc": { "start": { - "line": 1248, + "line": 1266, "column": 42 }, "end": { - "line": 1248, + "line": 1266, "column": 43 } } @@ -362762,15 +371167,15 @@ "binop": null }, "value": "durationDisplay", - "start": 45224, - "end": 45239, + "start": 46065, + "end": 46080, "loc": { "start": { - "line": 1248, + "line": 1266, "column": 43 }, "end": { - "line": 1248, + "line": 1266, "column": 58 } } @@ -362788,15 +371193,15 @@ "binop": null, "updateContext": null }, - "start": 45239, - "end": 45240, + "start": 46080, + "end": 46081, "loc": { "start": { - "line": 1248, + "line": 1266, "column": 58 }, "end": { - "line": 1248, + "line": 1266, "column": 59 } } @@ -362814,15 +371219,15 @@ "binop": null }, "value": "formattedTime_", - "start": 45240, - "end": 45254, + "start": 46081, + "end": 46095, "loc": { "start": { - "line": 1248, + "line": 1266, "column": 59 }, "end": { - "line": 1248, + "line": 1266, "column": 73 } } @@ -362841,15 +371246,15 @@ "updateContext": null }, "value": "=", - "start": 45255, - "end": 45256, + "start": 46096, + "end": 46097, "loc": { "start": { - "line": 1248, + "line": 1266, "column": 74 }, "end": { - "line": 1248, + "line": 1266, "column": 75 } } @@ -362869,15 +371274,15 @@ "updateContext": null }, "value": "this", - "start": 45277, - "end": 45281, + "start": 46118, + "end": 46122, "loc": { "start": { - "line": 1249, + "line": 1267, "column": 20 }, "end": { - "line": 1249, + "line": 1267, "column": 24 } } @@ -362895,15 +371300,15 @@ "binop": null, "updateContext": null }, - "start": 45281, - "end": 45282, + "start": 46122, + "end": 46123, "loc": { "start": { - "line": 1249, + "line": 1267, "column": 24 }, "end": { - "line": 1249, + "line": 1267, "column": 25 } } @@ -362921,15 +371326,15 @@ "binop": null }, "value": "player", - "start": 45282, - "end": 45288, + "start": 46123, + "end": 46129, "loc": { "start": { - "line": 1249, + "line": 1267, "column": 25 }, "end": { - "line": 1249, + "line": 1267, "column": 31 } } @@ -362947,15 +371352,15 @@ "binop": null, "updateContext": null }, - "start": 45288, - "end": 45289, + "start": 46129, + "end": 46130, "loc": { "start": { - "line": 1249, + "line": 1267, "column": 31 }, "end": { - "line": 1249, + "line": 1267, "column": 32 } } @@ -362973,15 +371378,15 @@ "binop": null }, "value": "controlBar", - "start": 45289, - "end": 45299, + "start": 46130, + "end": 46140, "loc": { "start": { - "line": 1249, + "line": 1267, "column": 32 }, "end": { - "line": 1249, + "line": 1267, "column": 42 } } @@ -362999,15 +371404,15 @@ "binop": null, "updateContext": null }, - "start": 45299, - "end": 45300, + "start": 46140, + "end": 46141, "loc": { "start": { - "line": 1249, + "line": 1267, "column": 42 }, "end": { - "line": 1249, + "line": 1267, "column": 43 } } @@ -363025,15 +371430,15 @@ "binop": null }, "value": "durationDisplay", - "start": 45300, - "end": 45315, + "start": 46141, + "end": 46156, "loc": { "start": { - "line": 1249, + "line": 1267, "column": 43 }, "end": { - "line": 1249, + "line": 1267, "column": 58 } } @@ -363051,15 +371456,15 @@ "binop": null, "updateContext": null }, - "start": 45315, - "end": 45316, + "start": 46156, + "end": 46157, "loc": { "start": { - "line": 1249, + "line": 1267, "column": 58 }, "end": { - "line": 1249, + "line": 1267, "column": 59 } } @@ -363077,15 +371482,15 @@ "binop": null }, "value": "contentEl", - "start": 45316, - "end": 45325, + "start": 46157, + "end": 46166, "loc": { "start": { - "line": 1249, + "line": 1267, "column": 59 }, "end": { - "line": 1249, + "line": 1267, "column": 68 } } @@ -363102,15 +371507,15 @@ "postfix": false, "binop": null }, - "start": 45325, - "end": 45326, + "start": 46166, + "end": 46167, "loc": { "start": { - "line": 1249, + "line": 1267, "column": 68 }, "end": { - "line": 1249, + "line": 1267, "column": 69 } } @@ -363127,15 +371532,15 @@ "postfix": false, "binop": null }, - "start": 45326, - "end": 45327, + "start": 46167, + "end": 46168, "loc": { "start": { - "line": 1249, + "line": 1267, "column": 69 }, "end": { - "line": 1249, + "line": 1267, "column": 70 } } @@ -363153,15 +371558,15 @@ "binop": null, "updateContext": null }, - "start": 45327, - "end": 45328, + "start": 46168, + "end": 46169, "loc": { "start": { - "line": 1249, + "line": 1267, "column": 70 }, "end": { - "line": 1249, + "line": 1267, "column": 71 } } @@ -363179,15 +371584,15 @@ "binop": null }, "value": "lastChild", - "start": 45328, - "end": 45337, + "start": 46169, + "end": 46178, "loc": { "start": { - "line": 1249, + "line": 1267, "column": 71 }, "end": { - "line": 1249, + "line": 1267, "column": 80 } } @@ -363205,15 +371610,15 @@ "binop": null, "updateContext": null }, - "start": 45337, - "end": 45338, + "start": 46178, + "end": 46179, "loc": { "start": { - "line": 1249, + "line": 1267, "column": 80 }, "end": { - "line": 1249, + "line": 1267, "column": 81 } } @@ -363231,15 +371636,15 @@ "binop": null }, "value": "textContent", - "start": 45338, - "end": 45349, + "start": 46179, + "end": 46190, "loc": { "start": { - "line": 1249, + "line": 1267, "column": 81 }, "end": { - "line": 1249, + "line": 1267, "column": 92 } } @@ -363258,15 +371663,15 @@ "updateContext": null }, "value": "=", - "start": 45350, - "end": 45351, + "start": 46191, + "end": 46192, "loc": { "start": { - "line": 1249, + "line": 1267, "column": 93 }, "end": { - "line": 1249, + "line": 1267, "column": 94 } } @@ -363284,15 +371689,15 @@ "binop": null }, "value": "formatTime", - "start": 45376, - "end": 45386, + "start": 46217, + "end": 46227, "loc": { "start": { - "line": 1250, + "line": 1268, "column": 24 }, "end": { - "line": 1250, + "line": 1268, "column": 34 } } @@ -363309,15 +371714,15 @@ "postfix": false, "binop": null }, - "start": 45386, - "end": 45387, + "start": 46227, + "end": 46228, "loc": { "start": { - "line": 1250, + "line": 1268, "column": 34 }, "end": { - "line": 1250, + "line": 1268, "column": 35 } } @@ -363335,15 +371740,15 @@ "binop": null }, "value": "duration", - "start": 45387, - "end": 45395, + "start": 46228, + "end": 46236, "loc": { "start": { - "line": 1250, + "line": 1268, "column": 35 }, "end": { - "line": 1250, + "line": 1268, "column": 43 } } @@ -363361,15 +371766,15 @@ "binop": null, "updateContext": null }, - "start": 45395, - "end": 45396, + "start": 46236, + "end": 46237, "loc": { "start": { - "line": 1250, + "line": 1268, "column": 43 }, "end": { - "line": 1250, + "line": 1268, "column": 44 } } @@ -363387,15 +371792,15 @@ "binop": null }, "value": "duration", - "start": 45397, - "end": 45405, + "start": 46238, + "end": 46246, "loc": { "start": { - "line": 1250, + "line": 1268, "column": 45 }, "end": { - "line": 1250, + "line": 1268, "column": 53 } } @@ -363413,15 +371818,15 @@ "binop": null, "updateContext": null }, - "start": 45405, - "end": 45406, + "start": 46246, + "end": 46247, "loc": { "start": { - "line": 1250, + "line": 1268, "column": 53 }, "end": { - "line": 1250, + "line": 1268, "column": 54 } } @@ -363441,15 +371846,15 @@ "updateContext": null }, "value": "this", - "start": 45407, - "end": 45411, + "start": 46248, + "end": 46252, "loc": { "start": { - "line": 1250, + "line": 1268, "column": 55 }, "end": { - "line": 1250, + "line": 1268, "column": 59 } } @@ -363467,15 +371872,15 @@ "binop": null, "updateContext": null }, - "start": 45411, - "end": 45412, + "start": 46252, + "end": 46253, "loc": { "start": { - "line": 1250, + "line": 1268, "column": 59 }, "end": { - "line": 1250, + "line": 1268, "column": 60 } } @@ -363492,17 +371897,17 @@ "postfix": false, "binop": null }, - "value": "msDisplayMax", - "start": 45412, - "end": 45424, + "value": "displayMilliseconds", + "start": 46253, + "end": 46272, "loc": { "start": { - "line": 1250, + "line": 1268, "column": 60 }, "end": { - "line": 1250, - "column": 72 + "line": 1268, + "column": 79 } } }, @@ -363518,16 +371923,16 @@ "postfix": false, "binop": null }, - "start": 45424, - "end": 45425, + "start": 46272, + "end": 46273, "loc": { "start": { - "line": 1250, - "column": 72 + "line": 1268, + "column": 79 }, "end": { - "line": 1250, - "column": 73 + "line": 1268, + "column": 80 } } }, @@ -363544,16 +371949,16 @@ "binop": null, "updateContext": null }, - "start": 45425, - "end": 45426, + "start": 46273, + "end": 46274, "loc": { "start": { - "line": 1250, - "column": 73 + "line": 1268, + "column": 80 }, "end": { - "line": 1250, - "column": 74 + "line": 1268, + "column": 81 } } }, @@ -363569,15 +371974,15 @@ "postfix": false, "binop": null }, - "start": 45443, - "end": 45444, + "start": 46291, + "end": 46292, "loc": { "start": { - "line": 1251, + "line": 1269, "column": 16 }, "end": { - "line": 1251, + "line": 1269, "column": 17 } } @@ -363597,15 +372002,15 @@ "updateContext": null }, "value": "break", - "start": 45461, - "end": 45466, + "start": 46309, + "end": 46314, "loc": { "start": { - "line": 1252, + "line": 1270, "column": 16 }, "end": { - "line": 1252, + "line": 1270, "column": 21 } } @@ -363623,15 +372028,15 @@ "binop": null, "updateContext": null }, - "start": 45466, - "end": 45467, + "start": 46314, + "end": 46315, "loc": { "start": { - "line": 1252, + "line": 1270, "column": 21 }, "end": { - "line": 1252, + "line": 1270, "column": 22 } } @@ -363648,15 +372053,15 @@ "postfix": false, "binop": null }, - "start": 45476, - "end": 45477, + "start": 46324, + "end": 46325, "loc": { "start": { - "line": 1253, + "line": 1271, "column": 8 }, "end": { - "line": 1253, + "line": 1271, "column": 9 } } @@ -363673,15 +372078,15 @@ "postfix": false, "binop": null }, - "start": 45482, - "end": 45483, + "start": 46330, + "end": 46331, "loc": { "start": { - "line": 1254, + "line": 1272, "column": 4 }, "end": { - "line": 1254, + "line": 1272, "column": 5 } } @@ -363689,15 +372094,15 @@ { "type": "CommentBlock", "value": "*\n * Start loading data.\n *\n * @param {(string|blob|file)} url - Either the URL of the media file,\n * a Blob, a File object or MediaStream.\n ", - "start": 45489, - "end": 45658, + "start": 46337, + "end": 46506, "loc": { "start": { - "line": 1256, + "line": 1274, "column": 4 }, "end": { - "line": 1261, + "line": 1279, "column": 7 } } @@ -363715,15 +372120,15 @@ "binop": null }, "value": "load", - "start": 45663, - "end": 45667, + "start": 46511, + "end": 46515, "loc": { "start": { - "line": 1262, + "line": 1280, "column": 4 }, "end": { - "line": 1262, + "line": 1280, "column": 8 } } @@ -363740,15 +372145,15 @@ "postfix": false, "binop": null }, - "start": 45667, - "end": 45668, + "start": 46515, + "end": 46516, "loc": { "start": { - "line": 1262, + "line": 1280, "column": 8 }, "end": { - "line": 1262, + "line": 1280, "column": 9 } } @@ -363766,15 +372171,15 @@ "binop": null }, "value": "url", - "start": 45668, - "end": 45671, + "start": 46516, + "end": 46519, "loc": { "start": { - "line": 1262, + "line": 1280, "column": 9 }, "end": { - "line": 1262, + "line": 1280, "column": 12 } } @@ -363791,15 +372196,15 @@ "postfix": false, "binop": null }, - "start": 45671, - "end": 45672, + "start": 46519, + "end": 46520, "loc": { "start": { - "line": 1262, + "line": 1280, "column": 12 }, "end": { - "line": 1262, + "line": 1280, "column": 13 } } @@ -363816,15 +372221,15 @@ "postfix": false, "binop": null }, - "start": 45673, - "end": 45674, + "start": 46521, + "end": 46522, "loc": { "start": { - "line": 1262, + "line": 1280, "column": 14 }, "end": { - "line": 1262, + "line": 1280, "column": 15 } } @@ -363844,15 +372249,15 @@ "updateContext": null }, "value": "switch", - "start": 45683, - "end": 45689, + "start": 46531, + "end": 46537, "loc": { "start": { - "line": 1263, + "line": 1281, "column": 8 }, "end": { - "line": 1263, + "line": 1281, "column": 14 } } @@ -363869,15 +372274,15 @@ "postfix": false, "binop": null }, - "start": 45690, - "end": 45691, + "start": 46538, + "end": 46539, "loc": { "start": { - "line": 1263, + "line": 1281, "column": 15 }, "end": { - "line": 1263, + "line": 1281, "column": 16 } } @@ -363897,15 +372302,15 @@ "updateContext": null }, "value": "this", - "start": 45691, - "end": 45695, + "start": 46539, + "end": 46543, "loc": { "start": { - "line": 1263, + "line": 1281, "column": 16 }, "end": { - "line": 1263, + "line": 1281, "column": 20 } } @@ -363923,15 +372328,15 @@ "binop": null, "updateContext": null }, - "start": 45695, - "end": 45696, + "start": 46543, + "end": 46544, "loc": { "start": { - "line": 1263, + "line": 1281, "column": 20 }, "end": { - "line": 1263, + "line": 1281, "column": 21 } } @@ -363949,15 +372354,15 @@ "binop": null }, "value": "getRecordType", - "start": 45696, - "end": 45709, + "start": 46544, + "end": 46557, "loc": { "start": { - "line": 1263, + "line": 1281, "column": 21 }, "end": { - "line": 1263, + "line": 1281, "column": 34 } } @@ -363974,15 +372379,15 @@ "postfix": false, "binop": null }, - "start": 45709, - "end": 45710, + "start": 46557, + "end": 46558, "loc": { "start": { - "line": 1263, + "line": 1281, "column": 34 }, "end": { - "line": 1263, + "line": 1281, "column": 35 } } @@ -363999,15 +372404,15 @@ "postfix": false, "binop": null }, - "start": 45710, - "end": 45711, + "start": 46558, + "end": 46559, "loc": { "start": { - "line": 1263, + "line": 1281, "column": 35 }, "end": { - "line": 1263, + "line": 1281, "column": 36 } } @@ -364024,15 +372429,15 @@ "postfix": false, "binop": null }, - "start": 45711, - "end": 45712, + "start": 46559, + "end": 46560, "loc": { "start": { - "line": 1263, + "line": 1281, "column": 36 }, "end": { - "line": 1263, + "line": 1281, "column": 37 } } @@ -364049,15 +372454,15 @@ "postfix": false, "binop": null }, - "start": 45713, - "end": 45714, + "start": 46561, + "end": 46562, "loc": { "start": { - "line": 1263, + "line": 1281, "column": 38 }, "end": { - "line": 1263, + "line": 1281, "column": 39 } } @@ -364077,15 +372482,15 @@ "updateContext": null }, "value": "case", - "start": 45727, - "end": 45731, + "start": 46575, + "end": 46579, "loc": { "start": { - "line": 1264, + "line": 1282, "column": 12 }, "end": { - "line": 1264, + "line": 1282, "column": 16 } } @@ -364103,15 +372508,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 45732, - "end": 45742, + "start": 46580, + "end": 46590, "loc": { "start": { - "line": 1264, + "line": 1282, "column": 17 }, "end": { - "line": 1264, + "line": 1282, "column": 27 } } @@ -364129,15 +372534,15 @@ "binop": null, "updateContext": null }, - "start": 45742, - "end": 45743, + "start": 46590, + "end": 46591, "loc": { "start": { - "line": 1264, + "line": 1282, "column": 27 }, "end": { - "line": 1264, + "line": 1282, "column": 28 } } @@ -364145,15 +372550,15 @@ { "type": "CommentLine", "value": " visualize recorded Blob stream", - "start": 45760, - "end": 45793, + "start": 46608, + "end": 46641, "loc": { "start": { - "line": 1265, + "line": 1283, "column": 16 }, "end": { - "line": 1265, + "line": 1283, "column": 49 } } @@ -364173,15 +372578,15 @@ "updateContext": null }, "value": "this", - "start": 45810, - "end": 45814, + "start": 46658, + "end": 46662, "loc": { "start": { - "line": 1266, + "line": 1284, "column": 16 }, "end": { - "line": 1266, + "line": 1284, "column": 20 } } @@ -364199,15 +372604,15 @@ "binop": null, "updateContext": null }, - "start": 45814, - "end": 45815, + "start": 46662, + "end": 46663, "loc": { "start": { - "line": 1266, + "line": 1284, "column": 20 }, "end": { - "line": 1266, + "line": 1284, "column": 21 } } @@ -364225,15 +372630,15 @@ "binop": null }, "value": "surfer", - "start": 45815, - "end": 45821, + "start": 46663, + "end": 46669, "loc": { "start": { - "line": 1266, + "line": 1284, "column": 21 }, "end": { - "line": 1266, + "line": 1284, "column": 27 } } @@ -364251,15 +372656,15 @@ "binop": null, "updateContext": null }, - "start": 45821, - "end": 45822, + "start": 46669, + "end": 46670, "loc": { "start": { - "line": 1266, + "line": 1284, "column": 27 }, "end": { - "line": 1266, + "line": 1284, "column": 28 } } @@ -364277,15 +372682,15 @@ "binop": null }, "value": "load", - "start": 45822, - "end": 45826, + "start": 46670, + "end": 46674, "loc": { "start": { - "line": 1266, + "line": 1284, "column": 28 }, "end": { - "line": 1266, + "line": 1284, "column": 32 } } @@ -364302,15 +372707,15 @@ "postfix": false, "binop": null }, - "start": 45826, - "end": 45827, + "start": 46674, + "end": 46675, "loc": { "start": { - "line": 1266, + "line": 1284, "column": 32 }, "end": { - "line": 1266, + "line": 1284, "column": 33 } } @@ -364328,15 +372733,15 @@ "binop": null }, "value": "url", - "start": 45827, - "end": 45830, + "start": 46675, + "end": 46678, "loc": { "start": { - "line": 1266, + "line": 1284, "column": 33 }, "end": { - "line": 1266, + "line": 1284, "column": 36 } } @@ -364353,15 +372758,15 @@ "postfix": false, "binop": null }, - "start": 45830, - "end": 45831, + "start": 46678, + "end": 46679, "loc": { "start": { - "line": 1266, + "line": 1284, "column": 36 }, "end": { - "line": 1266, + "line": 1284, "column": 37 } } @@ -364379,15 +372784,15 @@ "binop": null, "updateContext": null }, - "start": 45831, - "end": 45832, + "start": 46679, + "end": 46680, "loc": { "start": { - "line": 1266, + "line": 1284, "column": 37 }, "end": { - "line": 1266, + "line": 1284, "column": 38 } } @@ -364407,15 +372812,15 @@ "updateContext": null }, "value": "break", - "start": 45849, - "end": 45854, + "start": 46697, + "end": 46702, "loc": { "start": { - "line": 1267, + "line": 1285, "column": 16 }, "end": { - "line": 1267, + "line": 1285, "column": 21 } } @@ -364433,15 +372838,15 @@ "binop": null, "updateContext": null }, - "start": 45854, - "end": 45855, + "start": 46702, + "end": 46703, "loc": { "start": { - "line": 1267, + "line": 1285, "column": 21 }, "end": { - "line": 1267, + "line": 1285, "column": 22 } } @@ -364461,15 +372866,15 @@ "updateContext": null }, "value": "case", - "start": 45869, - "end": 45873, + "start": 46717, + "end": 46721, "loc": { "start": { - "line": 1269, + "line": 1287, "column": 12 }, "end": { - "line": 1269, + "line": 1287, "column": 16 } } @@ -364487,15 +372892,15 @@ "binop": null }, "value": "IMAGE_ONLY", - "start": 45874, - "end": 45884, + "start": 46722, + "end": 46732, "loc": { "start": { - "line": 1269, + "line": 1287, "column": 17 }, "end": { - "line": 1269, + "line": 1287, "column": 27 } } @@ -364513,15 +372918,15 @@ "binop": null, "updateContext": null }, - "start": 45884, - "end": 45885, + "start": 46732, + "end": 46733, "loc": { "start": { - "line": 1269, + "line": 1287, "column": 27 }, "end": { - "line": 1269, + "line": 1287, "column": 28 } } @@ -364541,15 +372946,15 @@ "updateContext": null }, "value": "case", - "start": 45898, - "end": 45902, + "start": 46746, + "end": 46750, "loc": { "start": { - "line": 1270, + "line": 1288, "column": 12 }, "end": { - "line": 1270, + "line": 1288, "column": 16 } } @@ -364567,15 +372972,15 @@ "binop": null }, "value": "VIDEO_ONLY", - "start": 45903, - "end": 45913, + "start": 46751, + "end": 46761, "loc": { "start": { - "line": 1270, + "line": 1288, "column": 17 }, "end": { - "line": 1270, + "line": 1288, "column": 27 } } @@ -364593,15 +372998,15 @@ "binop": null, "updateContext": null }, - "start": 45913, - "end": 45914, + "start": 46761, + "end": 46762, "loc": { "start": { - "line": 1270, + "line": 1288, "column": 27 }, "end": { - "line": 1270, + "line": 1288, "column": 28 } } @@ -364621,15 +373026,15 @@ "updateContext": null }, "value": "case", - "start": 45927, - "end": 45931, + "start": 46775, + "end": 46779, "loc": { "start": { - "line": 1271, + "line": 1289, "column": 12 }, "end": { - "line": 1271, + "line": 1289, "column": 16 } } @@ -364647,15 +373052,15 @@ "binop": null }, "value": "AUDIO_VIDEO", - "start": 45932, - "end": 45943, + "start": 46780, + "end": 46791, "loc": { "start": { - "line": 1271, + "line": 1289, "column": 17 }, "end": { - "line": 1271, + "line": 1289, "column": 28 } } @@ -364673,15 +373078,15 @@ "binop": null, "updateContext": null }, - "start": 45943, - "end": 45944, + "start": 46791, + "end": 46792, "loc": { "start": { - "line": 1271, + "line": 1289, "column": 28 }, "end": { - "line": 1271, + "line": 1289, "column": 29 } } @@ -364701,15 +373106,15 @@ "updateContext": null }, "value": "case", - "start": 45957, - "end": 45961, + "start": 46805, + "end": 46809, "loc": { "start": { - "line": 1272, + "line": 1290, "column": 12 }, "end": { - "line": 1272, + "line": 1290, "column": 16 } } @@ -364727,15 +373132,15 @@ "binop": null }, "value": "AUDIO_SCREEN", - "start": 45962, - "end": 45974, + "start": 46810, + "end": 46822, "loc": { "start": { - "line": 1272, + "line": 1290, "column": 17 }, "end": { - "line": 1272, + "line": 1290, "column": 29 } } @@ -364753,15 +373158,15 @@ "binop": null, "updateContext": null }, - "start": 45974, - "end": 45975, + "start": 46822, + "end": 46823, "loc": { "start": { - "line": 1272, + "line": 1290, "column": 29 }, "end": { - "line": 1272, + "line": 1290, "column": 30 } } @@ -364781,15 +373186,15 @@ "updateContext": null }, "value": "case", - "start": 45988, - "end": 45992, + "start": 46836, + "end": 46840, "loc": { "start": { - "line": 1273, + "line": 1291, "column": 12 }, "end": { - "line": 1273, + "line": 1291, "column": 16 } } @@ -364807,15 +373212,15 @@ "binop": null }, "value": "ANIMATION", - "start": 45993, - "end": 46002, + "start": 46841, + "end": 46850, "loc": { "start": { - "line": 1273, + "line": 1291, "column": 17 }, "end": { - "line": 1273, + "line": 1291, "column": 26 } } @@ -364833,15 +373238,15 @@ "binop": null, "updateContext": null }, - "start": 46002, - "end": 46003, + "start": 46850, + "end": 46851, "loc": { "start": { - "line": 1273, + "line": 1291, "column": 26 }, "end": { - "line": 1273, + "line": 1291, "column": 27 } } @@ -364861,15 +373266,15 @@ "updateContext": null }, "value": "case", - "start": 46016, - "end": 46020, + "start": 46864, + "end": 46868, "loc": { "start": { - "line": 1274, + "line": 1292, "column": 12 }, "end": { - "line": 1274, + "line": 1292, "column": 16 } } @@ -364887,15 +373292,15 @@ "binop": null }, "value": "SCREEN_ONLY", - "start": 46021, - "end": 46032, + "start": 46869, + "end": 46880, "loc": { "start": { - "line": 1274, + "line": 1292, "column": 17 }, "end": { - "line": 1274, + "line": 1292, "column": 28 } } @@ -364913,15 +373318,15 @@ "binop": null, "updateContext": null }, - "start": 46032, - "end": 46033, + "start": 46880, + "end": 46881, "loc": { "start": { - "line": 1274, + "line": 1292, "column": 28 }, "end": { - "line": 1274, + "line": 1292, "column": 29 } } @@ -364941,15 +373346,15 @@ "updateContext": null }, "value": "if", - "start": 46050, - "end": 46052, + "start": 46898, + "end": 46900, "loc": { "start": { - "line": 1275, + "line": 1293, "column": 16 }, "end": { - "line": 1275, + "line": 1293, "column": 18 } } @@ -364966,15 +373371,15 @@ "postfix": false, "binop": null }, - "start": 46053, - "end": 46054, + "start": 46901, + "end": 46902, "loc": { "start": { - "line": 1275, + "line": 1293, "column": 19 }, "end": { - "line": 1275, + "line": 1293, "column": 20 } } @@ -364992,15 +373397,15 @@ "binop": null }, "value": "url", - "start": 46054, - "end": 46057, + "start": 46902, + "end": 46905, "loc": { "start": { - "line": 1275, + "line": 1293, "column": 20 }, "end": { - "line": 1275, + "line": 1293, "column": 23 } } @@ -365020,15 +373425,15 @@ "updateContext": null }, "value": "instanceof", - "start": 46058, - "end": 46068, + "start": 46906, + "end": 46916, "loc": { "start": { - "line": 1275, + "line": 1293, "column": 24 }, "end": { - "line": 1275, + "line": 1293, "column": 34 } } @@ -365046,15 +373451,15 @@ "binop": null }, "value": "Blob", - "start": 46069, - "end": 46073, + "start": 46917, + "end": 46921, "loc": { "start": { - "line": 1275, + "line": 1293, "column": 35 }, "end": { - "line": 1275, + "line": 1293, "column": 39 } } @@ -365073,15 +373478,15 @@ "updateContext": null }, "value": "||", - "start": 46074, - "end": 46076, + "start": 46922, + "end": 46924, "loc": { "start": { - "line": 1275, + "line": 1293, "column": 40 }, "end": { - "line": 1275, + "line": 1293, "column": 42 } } @@ -365099,15 +373504,15 @@ "binop": null }, "value": "url", - "start": 46077, - "end": 46080, + "start": 46925, + "end": 46928, "loc": { "start": { - "line": 1275, + "line": 1293, "column": 43 }, "end": { - "line": 1275, + "line": 1293, "column": 46 } } @@ -365127,15 +373532,15 @@ "updateContext": null }, "value": "instanceof", - "start": 46081, - "end": 46091, + "start": 46929, + "end": 46939, "loc": { "start": { - "line": 1275, + "line": 1293, "column": 47 }, "end": { - "line": 1275, + "line": 1293, "column": 57 } } @@ -365153,15 +373558,15 @@ "binop": null }, "value": "File", - "start": 46092, - "end": 46096, + "start": 46940, + "end": 46944, "loc": { "start": { - "line": 1275, + "line": 1293, "column": 58 }, "end": { - "line": 1275, + "line": 1293, "column": 62 } } @@ -365178,15 +373583,15 @@ "postfix": false, "binop": null }, - "start": 46096, - "end": 46097, + "start": 46944, + "end": 46945, "loc": { "start": { - "line": 1275, + "line": 1293, "column": 62 }, "end": { - "line": 1275, + "line": 1293, "column": 63 } } @@ -365203,15 +373608,15 @@ "postfix": false, "binop": null }, - "start": 46098, - "end": 46099, + "start": 46946, + "end": 46947, "loc": { "start": { - "line": 1275, + "line": 1293, "column": 64 }, "end": { - "line": 1275, + "line": 1293, "column": 65 } } @@ -365219,15 +373624,15 @@ { "type": "CommentLine", "value": " make sure to reset it (#312)", - "start": 46120, - "end": 46151, + "start": 46968, + "end": 46999, "loc": { "start": { - "line": 1276, + "line": 1294, "column": 20 }, "end": { - "line": 1276, + "line": 1294, "column": 51 } } @@ -365247,15 +373652,15 @@ "updateContext": null }, "value": "this", - "start": 46172, - "end": 46176, + "start": 47020, + "end": 47024, "loc": { "start": { - "line": 1277, + "line": 1295, "column": 20 }, "end": { - "line": 1277, + "line": 1295, "column": 24 } } @@ -365273,15 +373678,15 @@ "binop": null, "updateContext": null }, - "start": 46176, - "end": 46177, + "start": 47024, + "end": 47025, "loc": { "start": { - "line": 1277, + "line": 1295, "column": 24 }, "end": { - "line": 1277, + "line": 1295, "column": 25 } } @@ -365299,15 +373704,15 @@ "binop": null }, "value": "mediaElement", - "start": 46177, - "end": 46189, + "start": 47025, + "end": 47037, "loc": { "start": { - "line": 1277, + "line": 1295, "column": 25 }, "end": { - "line": 1277, + "line": 1295, "column": 37 } } @@ -365325,15 +373730,15 @@ "binop": null, "updateContext": null }, - "start": 46189, - "end": 46190, + "start": 47037, + "end": 47038, "loc": { "start": { - "line": 1277, + "line": 1295, "column": 37 }, "end": { - "line": 1277, + "line": 1295, "column": 38 } } @@ -365351,15 +373756,15 @@ "binop": null }, "value": "srcObject", - "start": 46190, - "end": 46199, + "start": 47038, + "end": 47047, "loc": { "start": { - "line": 1277, + "line": 1295, "column": 38 }, "end": { - "line": 1277, + "line": 1295, "column": 47 } } @@ -365378,15 +373783,15 @@ "updateContext": null }, "value": "=", - "start": 46200, - "end": 46201, + "start": 47048, + "end": 47049, "loc": { "start": { - "line": 1277, + "line": 1295, "column": 48 }, "end": { - "line": 1277, + "line": 1295, "column": 49 } } @@ -365406,15 +373811,15 @@ "updateContext": null }, "value": "null", - "start": 46202, - "end": 46206, + "start": 47050, + "end": 47054, "loc": { "start": { - "line": 1277, + "line": 1295, "column": 50 }, "end": { - "line": 1277, + "line": 1295, "column": 54 } } @@ -365432,15 +373837,15 @@ "binop": null, "updateContext": null }, - "start": 46206, - "end": 46207, + "start": 47054, + "end": 47055, "loc": { "start": { - "line": 1277, + "line": 1295, "column": 54 }, "end": { - "line": 1277, + "line": 1295, "column": 55 } } @@ -365448,15 +373853,15 @@ { "type": "CommentLine", "value": " assign blob using createObjectURL", - "start": 46228, - "end": 46264, + "start": 47076, + "end": 47112, "loc": { "start": { - "line": 1278, + "line": 1296, "column": 20 }, "end": { - "line": 1278, + "line": 1296, "column": 56 } } @@ -365476,15 +373881,15 @@ "updateContext": null }, "value": "this", - "start": 46285, - "end": 46289, + "start": 47133, + "end": 47137, "loc": { "start": { - "line": 1279, + "line": 1297, "column": 20 }, "end": { - "line": 1279, + "line": 1297, "column": 24 } } @@ -365502,15 +373907,15 @@ "binop": null, "updateContext": null }, - "start": 46289, - "end": 46290, + "start": 47137, + "end": 47138, "loc": { "start": { - "line": 1279, + "line": 1297, "column": 24 }, "end": { - "line": 1279, + "line": 1297, "column": 25 } } @@ -365528,15 +373933,15 @@ "binop": null }, "value": "mediaElement", - "start": 46290, - "end": 46302, + "start": 47138, + "end": 47150, "loc": { "start": { - "line": 1279, + "line": 1297, "column": 25 }, "end": { - "line": 1279, + "line": 1297, "column": 37 } } @@ -365554,15 +373959,15 @@ "binop": null, "updateContext": null }, - "start": 46302, - "end": 46303, + "start": 47150, + "end": 47151, "loc": { "start": { - "line": 1279, + "line": 1297, "column": 37 }, "end": { - "line": 1279, + "line": 1297, "column": 38 } } @@ -365580,15 +373985,15 @@ "binop": null }, "value": "src", - "start": 46303, - "end": 46306, + "start": 47151, + "end": 47154, "loc": { "start": { - "line": 1279, + "line": 1297, "column": 38 }, "end": { - "line": 1279, + "line": 1297, "column": 41 } } @@ -365607,15 +374012,15 @@ "updateContext": null }, "value": "=", - "start": 46307, - "end": 46308, + "start": 47155, + "end": 47156, "loc": { "start": { - "line": 1279, + "line": 1297, "column": 42 }, "end": { - "line": 1279, + "line": 1297, "column": 43 } } @@ -365633,15 +374038,15 @@ "binop": null }, "value": "URL", - "start": 46309, - "end": 46312, + "start": 47157, + "end": 47160, "loc": { "start": { - "line": 1279, + "line": 1297, "column": 44 }, "end": { - "line": 1279, + "line": 1297, "column": 47 } } @@ -365659,15 +374064,15 @@ "binop": null, "updateContext": null }, - "start": 46312, - "end": 46313, + "start": 47160, + "end": 47161, "loc": { "start": { - "line": 1279, + "line": 1297, "column": 47 }, "end": { - "line": 1279, + "line": 1297, "column": 48 } } @@ -365685,15 +374090,15 @@ "binop": null }, "value": "createObjectURL", - "start": 46313, - "end": 46328, + "start": 47161, + "end": 47176, "loc": { "start": { - "line": 1279, + "line": 1297, "column": 48 }, "end": { - "line": 1279, + "line": 1297, "column": 63 } } @@ -365710,15 +374115,15 @@ "postfix": false, "binop": null }, - "start": 46328, - "end": 46329, + "start": 47176, + "end": 47177, "loc": { "start": { - "line": 1279, + "line": 1297, "column": 63 }, "end": { - "line": 1279, + "line": 1297, "column": 64 } } @@ -365736,15 +374141,15 @@ "binop": null }, "value": "url", - "start": 46329, - "end": 46332, + "start": 47177, + "end": 47180, "loc": { "start": { - "line": 1279, + "line": 1297, "column": 64 }, "end": { - "line": 1279, + "line": 1297, "column": 67 } } @@ -365761,15 +374166,15 @@ "postfix": false, "binop": null }, - "start": 46332, - "end": 46333, + "start": 47180, + "end": 47181, "loc": { "start": { - "line": 1279, + "line": 1297, "column": 67 }, "end": { - "line": 1279, + "line": 1297, "column": 68 } } @@ -365787,15 +374192,15 @@ "binop": null, "updateContext": null }, - "start": 46333, - "end": 46334, + "start": 47181, + "end": 47182, "loc": { "start": { - "line": 1279, + "line": 1297, "column": 68 }, "end": { - "line": 1279, + "line": 1297, "column": 69 } } @@ -365812,15 +374217,15 @@ "postfix": false, "binop": null }, - "start": 46351, - "end": 46352, + "start": 47199, + "end": 47200, "loc": { "start": { - "line": 1280, + "line": 1298, "column": 16 }, "end": { - "line": 1280, + "line": 1298, "column": 17 } } @@ -365840,15 +374245,15 @@ "updateContext": null }, "value": "else", - "start": 46353, - "end": 46357, + "start": 47201, + "end": 47205, "loc": { "start": { - "line": 1280, + "line": 1298, "column": 18 }, "end": { - "line": 1280, + "line": 1298, "column": 22 } } @@ -365865,15 +374270,15 @@ "postfix": false, "binop": null }, - "start": 46358, - "end": 46359, + "start": 47206, + "end": 47207, "loc": { "start": { - "line": 1280, + "line": 1298, "column": 23 }, "end": { - "line": 1280, + "line": 1298, "column": 24 } } @@ -365881,15 +374286,15 @@ { "type": "CommentLine", "value": " assign stream with srcObject", - "start": 46380, - "end": 46411, + "start": 47228, + "end": 47259, "loc": { "start": { - "line": 1281, + "line": 1299, "column": 20 }, "end": { - "line": 1281, + "line": 1299, "column": 51 } } @@ -365907,15 +374312,15 @@ "binop": null }, "value": "setSrcObject", - "start": 46432, - "end": 46444, + "start": 47280, + "end": 47292, "loc": { "start": { - "line": 1282, + "line": 1300, "column": 20 }, "end": { - "line": 1282, + "line": 1300, "column": 32 } } @@ -365932,15 +374337,15 @@ "postfix": false, "binop": null }, - "start": 46444, - "end": 46445, + "start": 47292, + "end": 47293, "loc": { "start": { - "line": 1282, + "line": 1300, "column": 32 }, "end": { - "line": 1282, + "line": 1300, "column": 33 } } @@ -365958,15 +374363,15 @@ "binop": null }, "value": "url", - "start": 46445, - "end": 46448, + "start": 47293, + "end": 47296, "loc": { "start": { - "line": 1282, + "line": 1300, "column": 33 }, "end": { - "line": 1282, + "line": 1300, "column": 36 } } @@ -365984,15 +374389,15 @@ "binop": null, "updateContext": null }, - "start": 46448, - "end": 46449, + "start": 47296, + "end": 47297, "loc": { "start": { - "line": 1282, + "line": 1300, "column": 36 }, "end": { - "line": 1282, + "line": 1300, "column": 37 } } @@ -366012,15 +374417,15 @@ "updateContext": null }, "value": "this", - "start": 46450, - "end": 46454, + "start": 47298, + "end": 47302, "loc": { "start": { - "line": 1282, + "line": 1300, "column": 38 }, "end": { - "line": 1282, + "line": 1300, "column": 42 } } @@ -366038,15 +374443,15 @@ "binop": null, "updateContext": null }, - "start": 46454, - "end": 46455, + "start": 47302, + "end": 47303, "loc": { "start": { - "line": 1282, + "line": 1300, "column": 42 }, "end": { - "line": 1282, + "line": 1300, "column": 43 } } @@ -366064,15 +374469,15 @@ "binop": null }, "value": "mediaElement", - "start": 46455, - "end": 46467, + "start": 47303, + "end": 47315, "loc": { "start": { - "line": 1282, + "line": 1300, "column": 43 }, "end": { - "line": 1282, + "line": 1300, "column": 55 } } @@ -366089,15 +374494,15 @@ "postfix": false, "binop": null }, - "start": 46467, - "end": 46468, + "start": 47315, + "end": 47316, "loc": { "start": { - "line": 1282, + "line": 1300, "column": 55 }, "end": { - "line": 1282, + "line": 1300, "column": 56 } } @@ -366115,15 +374520,15 @@ "binop": null, "updateContext": null }, - "start": 46468, - "end": 46469, + "start": 47316, + "end": 47317, "loc": { "start": { - "line": 1282, + "line": 1300, "column": 56 }, "end": { - "line": 1282, + "line": 1300, "column": 57 } } @@ -366140,15 +374545,15 @@ "postfix": false, "binop": null }, - "start": 46486, - "end": 46487, + "start": 47334, + "end": 47335, "loc": { "start": { - "line": 1283, + "line": 1301, "column": 16 }, "end": { - "line": 1283, + "line": 1301, "column": 17 } } @@ -366168,15 +374573,15 @@ "updateContext": null }, "value": "break", - "start": 46504, - "end": 46509, + "start": 47352, + "end": 47357, "loc": { "start": { - "line": 1284, + "line": 1302, "column": 16 }, "end": { - "line": 1284, + "line": 1302, "column": 21 } } @@ -366194,15 +374599,15 @@ "binop": null, "updateContext": null }, - "start": 46509, - "end": 46510, + "start": 47357, + "end": 47358, "loc": { "start": { - "line": 1284, + "line": 1302, "column": 21 }, "end": { - "line": 1284, + "line": 1302, "column": 22 } } @@ -366219,15 +374624,15 @@ "postfix": false, "binop": null }, - "start": 46519, - "end": 46520, + "start": 47367, + "end": 47368, "loc": { "start": { - "line": 1285, + "line": 1303, "column": 8 }, "end": { - "line": 1285, + "line": 1303, "column": 9 } } @@ -366244,15 +374649,15 @@ "postfix": false, "binop": null }, - "start": 46525, - "end": 46526, + "start": 47373, + "end": 47374, "loc": { "start": { - "line": 1286, + "line": 1304, "column": 4 }, "end": { - "line": 1286, + "line": 1304, "column": 5 } } @@ -366260,15 +374665,15 @@ { "type": "CommentBlock", "value": "*\n * Show save as dialog in browser so the user can store the recorded media\n * locally.\n *\n * @param {object} name - Object with one or more names for the particular\n * blob(s) you want to save. File extensions are added automatically.\n * For example: {'video': 'name-of-video-file'}. Supported keys are\n * 'audio', 'video' and 'gif'.\n * @example\n * // save video file as 'foo.webm'\n * player.record().saveAs({'video': 'foo'});\n ", - "start": 46532, - "end": 47022, + "start": 47380, + "end": 47870, "loc": { "start": { - "line": 1288, + "line": 1306, "column": 4 }, "end": { - "line": 1299, + "line": 1317, "column": 7 } } @@ -366286,15 +374691,15 @@ "binop": null }, "value": "saveAs", - "start": 47027, - "end": 47033, + "start": 47875, + "end": 47881, "loc": { "start": { - "line": 1300, + "line": 1318, "column": 4 }, "end": { - "line": 1300, + "line": 1318, "column": 10 } } @@ -366311,15 +374716,15 @@ "postfix": false, "binop": null }, - "start": 47033, - "end": 47034, + "start": 47881, + "end": 47882, "loc": { "start": { - "line": 1300, + "line": 1318, "column": 10 }, "end": { - "line": 1300, + "line": 1318, "column": 11 } } @@ -366337,15 +374742,15 @@ "binop": null }, "value": "name", - "start": 47034, - "end": 47038, + "start": 47882, + "end": 47886, "loc": { "start": { - "line": 1300, + "line": 1318, "column": 11 }, "end": { - "line": 1300, + "line": 1318, "column": 15 } } @@ -366362,15 +374767,15 @@ "postfix": false, "binop": null }, - "start": 47038, - "end": 47039, + "start": 47886, + "end": 47887, "loc": { "start": { - "line": 1300, + "line": 1318, "column": 15 }, "end": { - "line": 1300, + "line": 1318, "column": 16 } } @@ -366387,15 +374792,15 @@ "postfix": false, "binop": null }, - "start": 47040, - "end": 47041, + "start": 47888, + "end": 47889, "loc": { "start": { - "line": 1300, + "line": 1318, "column": 17 }, "end": { - "line": 1300, + "line": 1318, "column": 18 } } @@ -366415,15 +374820,15 @@ "updateContext": null }, "value": "if", - "start": 47050, - "end": 47052, + "start": 47898, + "end": 47900, "loc": { "start": { - "line": 1301, + "line": 1319, "column": 8 }, "end": { - "line": 1301, + "line": 1319, "column": 10 } } @@ -366440,15 +374845,15 @@ "postfix": false, "binop": null }, - "start": 47053, - "end": 47054, + "start": 47901, + "end": 47902, "loc": { "start": { - "line": 1301, + "line": 1319, "column": 11 }, "end": { - "line": 1301, + "line": 1319, "column": 12 } } @@ -366468,15 +374873,15 @@ "updateContext": null }, "value": "this", - "start": 47054, - "end": 47058, + "start": 47902, + "end": 47906, "loc": { "start": { - "line": 1301, + "line": 1319, "column": 12 }, "end": { - "line": 1301, + "line": 1319, "column": 16 } } @@ -366494,15 +374899,15 @@ "binop": null, "updateContext": null }, - "start": 47058, - "end": 47059, + "start": 47906, + "end": 47907, "loc": { "start": { - "line": 1301, + "line": 1319, "column": 16 }, "end": { - "line": 1301, + "line": 1319, "column": 17 } } @@ -366520,15 +374925,15 @@ "binop": null }, "value": "engine", - "start": 47059, - "end": 47065, + "start": 47907, + "end": 47913, "loc": { "start": { - "line": 1301, + "line": 1319, "column": 17 }, "end": { - "line": 1301, + "line": 1319, "column": 23 } } @@ -366547,15 +374952,15 @@ "updateContext": null }, "value": "&&", - "start": 47066, - "end": 47068, + "start": 47914, + "end": 47916, "loc": { "start": { - "line": 1301, + "line": 1319, "column": 24 }, "end": { - "line": 1301, + "line": 1319, "column": 26 } } @@ -366573,15 +374978,15 @@ "binop": null }, "value": "name", - "start": 47069, - "end": 47073, + "start": 47917, + "end": 47921, "loc": { "start": { - "line": 1301, + "line": 1319, "column": 27 }, "end": { - "line": 1301, + "line": 1319, "column": 31 } } @@ -366600,15 +375005,15 @@ "updateContext": null }, "value": "!==", - "start": 47074, - "end": 47077, + "start": 47922, + "end": 47925, "loc": { "start": { - "line": 1301, + "line": 1319, "column": 32 }, "end": { - "line": 1301, + "line": 1319, "column": 35 } } @@ -366626,15 +375031,15 @@ "binop": null }, "value": "undefined", - "start": 47078, - "end": 47087, + "start": 47926, + "end": 47935, "loc": { "start": { - "line": 1301, + "line": 1319, "column": 36 }, "end": { - "line": 1301, + "line": 1319, "column": 45 } } @@ -366651,15 +375056,15 @@ "postfix": false, "binop": null }, - "start": 47087, - "end": 47088, + "start": 47935, + "end": 47936, "loc": { "start": { - "line": 1301, + "line": 1319, "column": 45 }, "end": { - "line": 1301, + "line": 1319, "column": 46 } } @@ -366676,15 +375081,15 @@ "postfix": false, "binop": null }, - "start": 47089, - "end": 47090, + "start": 47937, + "end": 47938, "loc": { "start": { - "line": 1301, + "line": 1319, "column": 47 }, "end": { - "line": 1301, + "line": 1319, "column": 48 } } @@ -366704,15 +375109,15 @@ "updateContext": null }, "value": "this", - "start": 47103, - "end": 47107, + "start": 47951, + "end": 47955, "loc": { "start": { - "line": 1302, + "line": 1320, "column": 12 }, "end": { - "line": 1302, + "line": 1320, "column": 16 } } @@ -366730,15 +375135,15 @@ "binop": null, "updateContext": null }, - "start": 47107, - "end": 47108, + "start": 47955, + "end": 47956, "loc": { "start": { - "line": 1302, + "line": 1320, "column": 16 }, "end": { - "line": 1302, + "line": 1320, "column": 17 } } @@ -366756,15 +375161,15 @@ "binop": null }, "value": "engine", - "start": 47108, - "end": 47114, + "start": 47956, + "end": 47962, "loc": { "start": { - "line": 1302, + "line": 1320, "column": 17 }, "end": { - "line": 1302, + "line": 1320, "column": 23 } } @@ -366782,15 +375187,15 @@ "binop": null, "updateContext": null }, - "start": 47114, - "end": 47115, + "start": 47962, + "end": 47963, "loc": { "start": { - "line": 1302, + "line": 1320, "column": 23 }, "end": { - "line": 1302, + "line": 1320, "column": 24 } } @@ -366808,15 +375213,15 @@ "binop": null }, "value": "saveAs", - "start": 47115, - "end": 47121, + "start": 47963, + "end": 47969, "loc": { "start": { - "line": 1302, + "line": 1320, "column": 24 }, "end": { - "line": 1302, + "line": 1320, "column": 30 } } @@ -366833,15 +375238,15 @@ "postfix": false, "binop": null }, - "start": 47121, - "end": 47122, + "start": 47969, + "end": 47970, "loc": { "start": { - "line": 1302, + "line": 1320, "column": 30 }, "end": { - "line": 1302, + "line": 1320, "column": 31 } } @@ -366859,15 +375264,15 @@ "binop": null }, "value": "name", - "start": 47122, - "end": 47126, + "start": 47970, + "end": 47974, "loc": { "start": { - "line": 1302, + "line": 1320, "column": 31 }, "end": { - "line": 1302, + "line": 1320, "column": 35 } } @@ -366884,15 +375289,15 @@ "postfix": false, "binop": null }, - "start": 47126, - "end": 47127, + "start": 47974, + "end": 47975, "loc": { "start": { - "line": 1302, + "line": 1320, "column": 35 }, "end": { - "line": 1302, + "line": 1320, "column": 36 } } @@ -366910,15 +375315,15 @@ "binop": null, "updateContext": null }, - "start": 47127, - "end": 47128, + "start": 47975, + "end": 47976, "loc": { "start": { - "line": 1302, + "line": 1320, "column": 36 }, "end": { - "line": 1302, + "line": 1320, "column": 37 } } @@ -366935,15 +375340,15 @@ "postfix": false, "binop": null }, - "start": 47137, - "end": 47138, + "start": 47985, + "end": 47986, "loc": { "start": { - "line": 1303, + "line": 1321, "column": 8 }, "end": { - "line": 1303, + "line": 1321, "column": 9 } } @@ -366960,15 +375365,15 @@ "postfix": false, "binop": null }, - "start": 47143, - "end": 47144, + "start": 47991, + "end": 47992, "loc": { "start": { - "line": 1304, + "line": 1322, "column": 4 }, "end": { - "line": 1304, + "line": 1322, "column": 5 } } @@ -366976,15 +375381,15 @@ { "type": "CommentBlock", "value": "*\n * Destroy plugin only.\n *\n * Use [destroy]{@link Record#destroy} to remove the plugin and the player\n * as well.\n ", - "start": 47150, - "end": 47291, + "start": 47998, + "end": 48139, "loc": { "start": { - "line": 1306, + "line": 1324, "column": 4 }, "end": { - "line": 1311, + "line": 1329, "column": 7 } } @@ -367002,15 +375407,15 @@ "binop": null }, "value": "dispose", - "start": 47296, - "end": 47303, + "start": 48144, + "end": 48151, "loc": { "start": { - "line": 1312, + "line": 1330, "column": 4 }, "end": { - "line": 1312, + "line": 1330, "column": 11 } } @@ -367027,15 +375432,15 @@ "postfix": false, "binop": null }, - "start": 47303, - "end": 47304, + "start": 48151, + "end": 48152, "loc": { "start": { - "line": 1312, + "line": 1330, "column": 11 }, "end": { - "line": 1312, + "line": 1330, "column": 12 } } @@ -367052,15 +375457,15 @@ "postfix": false, "binop": null }, - "start": 47304, - "end": 47305, + "start": 48152, + "end": 48153, "loc": { "start": { - "line": 1312, + "line": 1330, "column": 12 }, "end": { - "line": 1312, + "line": 1330, "column": 13 } } @@ -367077,15 +375482,15 @@ "postfix": false, "binop": null }, - "start": 47306, - "end": 47307, + "start": 48154, + "end": 48155, "loc": { "start": { - "line": 1312, + "line": 1330, "column": 14 }, "end": { - "line": 1312, + "line": 1330, "column": 15 } } @@ -367093,15 +375498,15 @@ { "type": "CommentLine", "value": " disable common event listeners", - "start": 47316, - "end": 47349, + "start": 48164, + "end": 48197, "loc": { "start": { - "line": 1313, + "line": 1331, "column": 8 }, "end": { - "line": 1313, + "line": 1331, "column": 41 } } @@ -367121,15 +375526,15 @@ "updateContext": null }, "value": "this", - "start": 47358, - "end": 47362, + "start": 48206, + "end": 48210, "loc": { "start": { - "line": 1314, + "line": 1332, "column": 8 }, "end": { - "line": 1314, + "line": 1332, "column": 12 } } @@ -367147,15 +375552,15 @@ "binop": null, "updateContext": null }, - "start": 47362, - "end": 47363, + "start": 48210, + "end": 48211, "loc": { "start": { - "line": 1314, + "line": 1332, "column": 12 }, "end": { - "line": 1314, + "line": 1332, "column": 13 } } @@ -367173,15 +375578,15 @@ "binop": null }, "value": "player", - "start": 47363, - "end": 47369, + "start": 48211, + "end": 48217, "loc": { "start": { - "line": 1314, + "line": 1332, "column": 13 }, "end": { - "line": 1314, + "line": 1332, "column": 19 } } @@ -367199,15 +375604,15 @@ "binop": null, "updateContext": null }, - "start": 47369, - "end": 47370, + "start": 48217, + "end": 48218, "loc": { "start": { - "line": 1314, + "line": 1332, "column": 19 }, "end": { - "line": 1314, + "line": 1332, "column": 20 } } @@ -367225,15 +375630,15 @@ "binop": null }, "value": "off", - "start": 47370, - "end": 47373, + "start": 48218, + "end": 48221, "loc": { "start": { - "line": 1314, + "line": 1332, "column": 20 }, "end": { - "line": 1314, + "line": 1332, "column": 23 } } @@ -367250,15 +375655,15 @@ "postfix": false, "binop": null }, - "start": 47373, - "end": 47374, + "start": 48221, + "end": 48222, "loc": { "start": { - "line": 1314, + "line": 1332, "column": 23 }, "end": { - "line": 1314, + "line": 1332, "column": 24 } } @@ -367276,15 +375681,15 @@ "binop": null }, "value": "Event", - "start": 47374, - "end": 47379, + "start": 48222, + "end": 48227, "loc": { "start": { - "line": 1314, + "line": 1332, "column": 24 }, "end": { - "line": 1314, + "line": 1332, "column": 29 } } @@ -367302,15 +375707,15 @@ "binop": null, "updateContext": null }, - "start": 47379, - "end": 47380, + "start": 48227, + "end": 48228, "loc": { "start": { - "line": 1314, + "line": 1332, "column": 29 }, "end": { - "line": 1314, + "line": 1332, "column": 30 } } @@ -367328,15 +375733,15 @@ "binop": null }, "value": "READY", - "start": 47380, - "end": 47385, + "start": 48228, + "end": 48233, "loc": { "start": { - "line": 1314, + "line": 1332, "column": 30 }, "end": { - "line": 1314, + "line": 1332, "column": 35 } } @@ -367353,15 +375758,15 @@ "postfix": false, "binop": null }, - "start": 47385, - "end": 47386, + "start": 48233, + "end": 48234, "loc": { "start": { - "line": 1314, + "line": 1332, "column": 35 }, "end": { - "line": 1314, + "line": 1332, "column": 36 } } @@ -367379,15 +375784,15 @@ "binop": null, "updateContext": null }, - "start": 47386, - "end": 47387, + "start": 48234, + "end": 48235, "loc": { "start": { - "line": 1314, + "line": 1332, "column": 36 }, "end": { - "line": 1314, + "line": 1332, "column": 37 } } @@ -367407,15 +375812,15 @@ "updateContext": null }, "value": "this", - "start": 47396, - "end": 47400, + "start": 48244, + "end": 48248, "loc": { "start": { - "line": 1315, + "line": 1333, "column": 8 }, "end": { - "line": 1315, + "line": 1333, "column": 12 } } @@ -367433,15 +375838,15 @@ "binop": null, "updateContext": null }, - "start": 47400, - "end": 47401, + "start": 48248, + "end": 48249, "loc": { "start": { - "line": 1315, + "line": 1333, "column": 12 }, "end": { - "line": 1315, + "line": 1333, "column": 13 } } @@ -367459,15 +375864,15 @@ "binop": null }, "value": "player", - "start": 47401, - "end": 47407, + "start": 48249, + "end": 48255, "loc": { "start": { - "line": 1315, + "line": 1333, "column": 13 }, "end": { - "line": 1315, + "line": 1333, "column": 19 } } @@ -367485,15 +375890,15 @@ "binop": null, "updateContext": null }, - "start": 47407, - "end": 47408, + "start": 48255, + "end": 48256, "loc": { "start": { - "line": 1315, + "line": 1333, "column": 19 }, "end": { - "line": 1315, + "line": 1333, "column": 20 } } @@ -367511,15 +375916,15 @@ "binop": null }, "value": "off", - "start": 47408, - "end": 47411, + "start": 48256, + "end": 48259, "loc": { "start": { - "line": 1315, + "line": 1333, "column": 20 }, "end": { - "line": 1315, + "line": 1333, "column": 23 } } @@ -367536,15 +375941,15 @@ "postfix": false, "binop": null }, - "start": 47411, - "end": 47412, + "start": 48259, + "end": 48260, "loc": { "start": { - "line": 1315, + "line": 1333, "column": 23 }, "end": { - "line": 1315, + "line": 1333, "column": 24 } } @@ -367562,15 +375967,15 @@ "binop": null }, "value": "Event", - "start": 47412, - "end": 47417, + "start": 48260, + "end": 48265, "loc": { "start": { - "line": 1315, + "line": 1333, "column": 24 }, "end": { - "line": 1315, + "line": 1333, "column": 29 } } @@ -367588,15 +375993,15 @@ "binop": null, "updateContext": null }, - "start": 47417, - "end": 47418, + "start": 48265, + "end": 48266, "loc": { "start": { - "line": 1315, + "line": 1333, "column": 29 }, "end": { - "line": 1315, + "line": 1333, "column": 30 } } @@ -367614,15 +376019,15 @@ "binop": null }, "value": "USERINACTIVE", - "start": 47418, - "end": 47430, + "start": 48266, + "end": 48278, "loc": { "start": { - "line": 1315, + "line": 1333, "column": 30 }, "end": { - "line": 1315, + "line": 1333, "column": 42 } } @@ -367639,15 +376044,15 @@ "postfix": false, "binop": null }, - "start": 47430, - "end": 47431, + "start": 48278, + "end": 48279, "loc": { "start": { - "line": 1315, + "line": 1333, "column": 42 }, "end": { - "line": 1315, + "line": 1333, "column": 43 } } @@ -367665,15 +376070,15 @@ "binop": null, "updateContext": null }, - "start": 47431, - "end": 47432, + "start": 48279, + "end": 48280, "loc": { "start": { - "line": 1315, + "line": 1333, "column": 43 }, "end": { - "line": 1315, + "line": 1333, "column": 44 } } @@ -367693,15 +376098,15 @@ "updateContext": null }, "value": "this", - "start": 47441, - "end": 47445, + "start": 48289, + "end": 48293, "loc": { "start": { - "line": 1316, + "line": 1334, "column": 8 }, "end": { - "line": 1316, + "line": 1334, "column": 12 } } @@ -367719,15 +376124,15 @@ "binop": null, "updateContext": null }, - "start": 47445, - "end": 47446, + "start": 48293, + "end": 48294, "loc": { "start": { - "line": 1316, + "line": 1334, "column": 12 }, "end": { - "line": 1316, + "line": 1334, "column": 13 } } @@ -367745,15 +376150,15 @@ "binop": null }, "value": "player", - "start": 47446, - "end": 47452, + "start": 48294, + "end": 48300, "loc": { "start": { - "line": 1316, + "line": 1334, "column": 13 }, "end": { - "line": 1316, + "line": 1334, "column": 19 } } @@ -367771,15 +376176,15 @@ "binop": null, "updateContext": null }, - "start": 47452, - "end": 47453, + "start": 48300, + "end": 48301, "loc": { "start": { - "line": 1316, + "line": 1334, "column": 19 }, "end": { - "line": 1316, + "line": 1334, "column": 20 } } @@ -367797,15 +376202,15 @@ "binop": null }, "value": "off", - "start": 47453, - "end": 47456, + "start": 48301, + "end": 48304, "loc": { "start": { - "line": 1316, + "line": 1334, "column": 20 }, "end": { - "line": 1316, + "line": 1334, "column": 23 } } @@ -367822,15 +376227,15 @@ "postfix": false, "binop": null }, - "start": 47456, - "end": 47457, + "start": 48304, + "end": 48305, "loc": { "start": { - "line": 1316, + "line": 1334, "column": 23 }, "end": { - "line": 1316, + "line": 1334, "column": 24 } } @@ -367848,15 +376253,15 @@ "binop": null }, "value": "Event", - "start": 47457, - "end": 47462, + "start": 48305, + "end": 48310, "loc": { "start": { - "line": 1316, + "line": 1334, "column": 24 }, "end": { - "line": 1316, + "line": 1334, "column": 29 } } @@ -367874,15 +376279,15 @@ "binop": null, "updateContext": null }, - "start": 47462, - "end": 47463, + "start": 48310, + "end": 48311, "loc": { "start": { - "line": 1316, + "line": 1334, "column": 29 }, "end": { - "line": 1316, + "line": 1334, "column": 30 } } @@ -367900,15 +376305,15 @@ "binop": null }, "value": "LOADEDMETADATA", - "start": 47463, - "end": 47477, + "start": 48311, + "end": 48325, "loc": { "start": { - "line": 1316, + "line": 1334, "column": 30 }, "end": { - "line": 1316, + "line": 1334, "column": 44 } } @@ -367925,15 +376330,15 @@ "postfix": false, "binop": null }, - "start": 47477, - "end": 47478, + "start": 48325, + "end": 48326, "loc": { "start": { - "line": 1316, + "line": 1334, "column": 44 }, "end": { - "line": 1316, + "line": 1334, "column": 45 } } @@ -367951,15 +376356,15 @@ "binop": null, "updateContext": null }, - "start": 47478, - "end": 47479, + "start": 48326, + "end": 48327, "loc": { "start": { - "line": 1316, + "line": 1334, "column": 45 }, "end": { - "line": 1316, + "line": 1334, "column": 46 } } @@ -367967,15 +376372,15 @@ { "type": "CommentLine", "value": " prevent callbacks if recording is in progress", - "start": 47489, - "end": 47537, + "start": 48337, + "end": 48385, "loc": { "start": { - "line": 1318, + "line": 1336, "column": 8 }, "end": { - "line": 1318, + "line": 1336, "column": 56 } } @@ -367995,15 +376400,15 @@ "updateContext": null }, "value": "if", - "start": 47546, - "end": 47548, + "start": 48394, + "end": 48396, "loc": { "start": { - "line": 1319, + "line": 1337, "column": 8 }, "end": { - "line": 1319, + "line": 1337, "column": 10 } } @@ -368020,15 +376425,15 @@ "postfix": false, "binop": null }, - "start": 47549, - "end": 47550, + "start": 48397, + "end": 48398, "loc": { "start": { - "line": 1319, + "line": 1337, "column": 11 }, "end": { - "line": 1319, + "line": 1337, "column": 12 } } @@ -368048,15 +376453,15 @@ "updateContext": null }, "value": "this", - "start": 47550, - "end": 47554, + "start": 48398, + "end": 48402, "loc": { "start": { - "line": 1319, + "line": 1337, "column": 12 }, "end": { - "line": 1319, + "line": 1337, "column": 16 } } @@ -368074,15 +376479,15 @@ "binop": null, "updateContext": null }, - "start": 47554, - "end": 47555, + "start": 48402, + "end": 48403, "loc": { "start": { - "line": 1319, + "line": 1337, "column": 16 }, "end": { - "line": 1319, + "line": 1337, "column": 17 } } @@ -368100,15 +376505,15 @@ "binop": null }, "value": "engine", - "start": 47555, - "end": 47561, + "start": 48403, + "end": 48409, "loc": { "start": { - "line": 1319, + "line": 1337, "column": 17 }, "end": { - "line": 1319, + "line": 1337, "column": 23 } } @@ -368125,15 +376530,15 @@ "postfix": false, "binop": null }, - "start": 47561, - "end": 47562, + "start": 48409, + "end": 48410, "loc": { "start": { - "line": 1319, + "line": 1337, "column": 23 }, "end": { - "line": 1319, + "line": 1337, "column": 24 } } @@ -368150,15 +376555,15 @@ "postfix": false, "binop": null }, - "start": 47563, - "end": 47564, + "start": 48411, + "end": 48412, "loc": { "start": { - "line": 1319, + "line": 1337, "column": 25 }, "end": { - "line": 1319, + "line": 1337, "column": 26 } } @@ -368178,15 +376583,15 @@ "updateContext": null }, "value": "this", - "start": 47577, - "end": 47581, + "start": 48425, + "end": 48429, "loc": { "start": { - "line": 1320, + "line": 1338, "column": 12 }, "end": { - "line": 1320, + "line": 1338, "column": 16 } } @@ -368204,15 +376609,15 @@ "binop": null, "updateContext": null }, - "start": 47581, - "end": 47582, + "start": 48429, + "end": 48430, "loc": { "start": { - "line": 1320, + "line": 1338, "column": 16 }, "end": { - "line": 1320, + "line": 1338, "column": 17 } } @@ -368230,15 +376635,15 @@ "binop": null }, "value": "engine", - "start": 47582, - "end": 47588, + "start": 48430, + "end": 48436, "loc": { "start": { - "line": 1320, + "line": 1338, "column": 17 }, "end": { - "line": 1320, + "line": 1338, "column": 23 } } @@ -368256,15 +376661,15 @@ "binop": null, "updateContext": null }, - "start": 47588, - "end": 47589, + "start": 48436, + "end": 48437, "loc": { "start": { - "line": 1320, + "line": 1338, "column": 23 }, "end": { - "line": 1320, + "line": 1338, "column": 24 } } @@ -368282,15 +376687,15 @@ "binop": null }, "value": "dispose", - "start": 47589, - "end": 47596, + "start": 48437, + "end": 48444, "loc": { "start": { - "line": 1320, + "line": 1338, "column": 24 }, "end": { - "line": 1320, + "line": 1338, "column": 31 } } @@ -368307,15 +376712,15 @@ "postfix": false, "binop": null }, - "start": 47596, - "end": 47597, + "start": 48444, + "end": 48445, "loc": { "start": { - "line": 1320, + "line": 1338, "column": 31 }, "end": { - "line": 1320, + "line": 1338, "column": 32 } } @@ -368332,15 +376737,15 @@ "postfix": false, "binop": null }, - "start": 47597, - "end": 47598, + "start": 48445, + "end": 48446, "loc": { "start": { - "line": 1320, + "line": 1338, "column": 32 }, "end": { - "line": 1320, + "line": 1338, "column": 33 } } @@ -368358,15 +376763,15 @@ "binop": null, "updateContext": null }, - "start": 47598, - "end": 47599, + "start": 48446, + "end": 48447, "loc": { "start": { - "line": 1320, + "line": 1338, "column": 33 }, "end": { - "line": 1320, + "line": 1338, "column": 34 } } @@ -368386,15 +376791,15 @@ "updateContext": null }, "value": "this", - "start": 47612, - "end": 47616, + "start": 48460, + "end": 48464, "loc": { "start": { - "line": 1321, + "line": 1339, "column": 12 }, "end": { - "line": 1321, + "line": 1339, "column": 16 } } @@ -368412,15 +376817,15 @@ "binop": null, "updateContext": null }, - "start": 47616, - "end": 47617, + "start": 48464, + "end": 48465, "loc": { "start": { - "line": 1321, + "line": 1339, "column": 16 }, "end": { - "line": 1321, + "line": 1339, "column": 17 } } @@ -368438,15 +376843,15 @@ "binop": null }, "value": "engine", - "start": 47617, - "end": 47623, + "start": 48465, + "end": 48471, "loc": { "start": { - "line": 1321, + "line": 1339, "column": 17 }, "end": { - "line": 1321, + "line": 1339, "column": 23 } } @@ -368464,15 +376869,15 @@ "binop": null, "updateContext": null }, - "start": 47623, - "end": 47624, + "start": 48471, + "end": 48472, "loc": { "start": { - "line": 1321, + "line": 1339, "column": 23 }, "end": { - "line": 1321, + "line": 1339, "column": 24 } } @@ -368490,15 +376895,15 @@ "binop": null }, "value": "destroy", - "start": 47624, - "end": 47631, + "start": 48472, + "end": 48479, "loc": { "start": { - "line": 1321, + "line": 1339, "column": 24 }, "end": { - "line": 1321, + "line": 1339, "column": 31 } } @@ -368515,15 +376920,15 @@ "postfix": false, "binop": null }, - "start": 47631, - "end": 47632, + "start": 48479, + "end": 48480, "loc": { "start": { - "line": 1321, + "line": 1339, "column": 31 }, "end": { - "line": 1321, + "line": 1339, "column": 32 } } @@ -368540,15 +376945,15 @@ "postfix": false, "binop": null }, - "start": 47632, - "end": 47633, + "start": 48480, + "end": 48481, "loc": { "start": { - "line": 1321, + "line": 1339, "column": 32 }, "end": { - "line": 1321, + "line": 1339, "column": 33 } } @@ -368566,15 +376971,15 @@ "binop": null, "updateContext": null }, - "start": 47633, - "end": 47634, + "start": 48481, + "end": 48482, "loc": { "start": { - "line": 1321, + "line": 1339, "column": 33 }, "end": { - "line": 1321, + "line": 1339, "column": 34 } } @@ -368594,15 +376999,15 @@ "updateContext": null }, "value": "this", - "start": 47647, - "end": 47651, + "start": 48495, + "end": 48499, "loc": { "start": { - "line": 1322, + "line": 1340, "column": 12 }, "end": { - "line": 1322, + "line": 1340, "column": 16 } } @@ -368620,15 +377025,15 @@ "binop": null, "updateContext": null }, - "start": 47651, - "end": 47652, + "start": 48499, + "end": 48500, "loc": { "start": { - "line": 1322, + "line": 1340, "column": 16 }, "end": { - "line": 1322, + "line": 1340, "column": 17 } } @@ -368646,15 +377051,15 @@ "binop": null }, "value": "engine", - "start": 47652, - "end": 47658, + "start": 48500, + "end": 48506, "loc": { "start": { - "line": 1322, + "line": 1340, "column": 17 }, "end": { - "line": 1322, + "line": 1340, "column": 23 } } @@ -368672,15 +377077,15 @@ "binop": null, "updateContext": null }, - "start": 47658, - "end": 47659, + "start": 48506, + "end": 48507, "loc": { "start": { - "line": 1322, + "line": 1340, "column": 23 }, "end": { - "line": 1322, + "line": 1340, "column": 24 } } @@ -368698,15 +377103,15 @@ "binop": null }, "value": "off", - "start": 47659, - "end": 47662, + "start": 48507, + "end": 48510, "loc": { "start": { - "line": 1322, + "line": 1340, "column": 24 }, "end": { - "line": 1322, + "line": 1340, "column": 27 } } @@ -368723,15 +377128,15 @@ "postfix": false, "binop": null }, - "start": 47662, - "end": 47663, + "start": 48510, + "end": 48511, "loc": { "start": { - "line": 1322, + "line": 1340, "column": 27 }, "end": { - "line": 1322, + "line": 1340, "column": 28 } } @@ -368749,15 +377154,15 @@ "binop": null }, "value": "Event", - "start": 47663, - "end": 47668, + "start": 48511, + "end": 48516, "loc": { "start": { - "line": 1322, + "line": 1340, "column": 28 }, "end": { - "line": 1322, + "line": 1340, "column": 33 } } @@ -368775,15 +377180,15 @@ "binop": null, "updateContext": null }, - "start": 47668, - "end": 47669, + "start": 48516, + "end": 48517, "loc": { "start": { - "line": 1322, + "line": 1340, "column": 33 }, "end": { - "line": 1322, + "line": 1340, "column": 34 } } @@ -368801,15 +377206,15 @@ "binop": null }, "value": "RECORD_COMPLETE", - "start": 47669, - "end": 47684, + "start": 48517, + "end": 48532, "loc": { "start": { - "line": 1322, + "line": 1340, "column": 34 }, "end": { - "line": 1322, + "line": 1340, "column": 49 } } @@ -368827,15 +377232,15 @@ "binop": null, "updateContext": null }, - "start": 47684, - "end": 47685, + "start": 48532, + "end": 48533, "loc": { "start": { - "line": 1322, + "line": 1340, "column": 49 }, "end": { - "line": 1322, + "line": 1340, "column": 50 } } @@ -368855,15 +377260,15 @@ "updateContext": null }, "value": "this", - "start": 47686, - "end": 47690, + "start": 48534, + "end": 48538, "loc": { "start": { - "line": 1322, + "line": 1340, "column": 51 }, "end": { - "line": 1322, + "line": 1340, "column": 55 } } @@ -368881,15 +377286,15 @@ "binop": null, "updateContext": null }, - "start": 47690, - "end": 47691, + "start": 48538, + "end": 48539, "loc": { "start": { - "line": 1322, + "line": 1340, "column": 55 }, "end": { - "line": 1322, + "line": 1340, "column": 56 } } @@ -368907,15 +377312,15 @@ "binop": null }, "value": "engineStopCallback", - "start": 47691, - "end": 47709, + "start": 48539, + "end": 48557, "loc": { "start": { - "line": 1322, + "line": 1340, "column": 56 }, "end": { - "line": 1322, + "line": 1340, "column": 74 } } @@ -368932,15 +377337,15 @@ "postfix": false, "binop": null }, - "start": 47709, - "end": 47710, + "start": 48557, + "end": 48558, "loc": { "start": { - "line": 1322, + "line": 1340, "column": 74 }, "end": { - "line": 1322, + "line": 1340, "column": 75 } } @@ -368958,15 +377363,15 @@ "binop": null, "updateContext": null }, - "start": 47710, - "end": 47711, + "start": 48558, + "end": 48559, "loc": { "start": { - "line": 1322, + "line": 1340, "column": 75 }, "end": { - "line": 1322, + "line": 1340, "column": 76 } } @@ -368983,15 +377388,15 @@ "postfix": false, "binop": null }, - "start": 47720, - "end": 47721, + "start": 48568, + "end": 48569, "loc": { "start": { - "line": 1323, + "line": 1341, "column": 8 }, "end": { - "line": 1323, + "line": 1341, "column": 9 } } @@ -368999,15 +377404,15 @@ { "type": "CommentLine", "value": " stop recording and device", - "start": 47731, - "end": 47759, + "start": 48579, + "end": 48607, "loc": { "start": { - "line": 1325, + "line": 1343, "column": 8 }, "end": { - "line": 1325, + "line": 1343, "column": 36 } } @@ -369027,15 +377432,15 @@ "updateContext": null }, "value": "this", - "start": 47768, - "end": 47772, + "start": 48616, + "end": 48620, "loc": { "start": { - "line": 1326, + "line": 1344, "column": 8 }, "end": { - "line": 1326, + "line": 1344, "column": 12 } } @@ -369053,15 +377458,15 @@ "binop": null, "updateContext": null }, - "start": 47772, - "end": 47773, + "start": 48620, + "end": 48621, "loc": { "start": { - "line": 1326, + "line": 1344, "column": 12 }, "end": { - "line": 1326, + "line": 1344, "column": 13 } } @@ -369079,15 +377484,15 @@ "binop": null }, "value": "stop", - "start": 47773, - "end": 47777, + "start": 48621, + "end": 48625, "loc": { "start": { - "line": 1326, + "line": 1344, "column": 13 }, "end": { - "line": 1326, + "line": 1344, "column": 17 } } @@ -369104,15 +377509,15 @@ "postfix": false, "binop": null }, - "start": 47777, - "end": 47778, + "start": 48625, + "end": 48626, "loc": { "start": { - "line": 1326, + "line": 1344, "column": 17 }, "end": { - "line": 1326, + "line": 1344, "column": 18 } } @@ -369129,15 +377534,15 @@ "postfix": false, "binop": null }, - "start": 47778, - "end": 47779, + "start": 48626, + "end": 48627, "loc": { "start": { - "line": 1326, + "line": 1344, "column": 18 }, "end": { - "line": 1326, + "line": 1344, "column": 19 } } @@ -369155,15 +377560,15 @@ "binop": null, "updateContext": null }, - "start": 47779, - "end": 47780, + "start": 48627, + "end": 48628, "loc": { "start": { - "line": 1326, + "line": 1344, "column": 19 }, "end": { - "line": 1326, + "line": 1344, "column": 20 } } @@ -369183,15 +377588,15 @@ "updateContext": null }, "value": "this", - "start": 47789, - "end": 47793, + "start": 48637, + "end": 48641, "loc": { "start": { - "line": 1327, + "line": 1345, "column": 8 }, "end": { - "line": 1327, + "line": 1345, "column": 12 } } @@ -369209,15 +377614,15 @@ "binop": null, "updateContext": null }, - "start": 47793, - "end": 47794, + "start": 48641, + "end": 48642, "loc": { "start": { - "line": 1327, + "line": 1345, "column": 12 }, "end": { - "line": 1327, + "line": 1345, "column": 13 } } @@ -369235,15 +377640,15 @@ "binop": null }, "value": "stopDevice", - "start": 47794, - "end": 47804, + "start": 48642, + "end": 48652, "loc": { "start": { - "line": 1327, + "line": 1345, "column": 13 }, "end": { - "line": 1327, + "line": 1345, "column": 23 } } @@ -369260,15 +377665,15 @@ "postfix": false, "binop": null }, - "start": 47804, - "end": 47805, + "start": 48652, + "end": 48653, "loc": { "start": { - "line": 1327, + "line": 1345, "column": 23 }, "end": { - "line": 1327, + "line": 1345, "column": 24 } } @@ -369285,15 +377690,15 @@ "postfix": false, "binop": null }, - "start": 47805, - "end": 47806, + "start": 48653, + "end": 48654, "loc": { "start": { - "line": 1327, + "line": 1345, "column": 24 }, "end": { - "line": 1327, + "line": 1345, "column": 25 } } @@ -369311,15 +377716,15 @@ "binop": null, "updateContext": null }, - "start": 47806, - "end": 47807, + "start": 48654, + "end": 48655, "loc": { "start": { - "line": 1327, + "line": 1345, "column": 25 }, "end": { - "line": 1327, + "line": 1345, "column": 26 } } @@ -369327,15 +377732,15 @@ { "type": "CommentLine", "value": " garbage collect recording", - "start": 47817, - "end": 47845, + "start": 48665, + "end": 48693, "loc": { "start": { - "line": 1329, + "line": 1347, "column": 8 }, "end": { - "line": 1329, + "line": 1347, "column": 36 } } @@ -369355,15 +377760,15 @@ "updateContext": null }, "value": "this", - "start": 47854, - "end": 47858, + "start": 48702, + "end": 48706, "loc": { "start": { - "line": 1330, + "line": 1348, "column": 8 }, "end": { - "line": 1330, + "line": 1348, "column": 12 } } @@ -369381,15 +377786,15 @@ "binop": null, "updateContext": null }, - "start": 47858, - "end": 47859, + "start": 48706, + "end": 48707, "loc": { "start": { - "line": 1330, + "line": 1348, "column": 12 }, "end": { - "line": 1330, + "line": 1348, "column": 13 } } @@ -369407,15 +377812,15 @@ "binop": null }, "value": "removeRecording", - "start": 47859, - "end": 47874, + "start": 48707, + "end": 48722, "loc": { "start": { - "line": 1330, + "line": 1348, "column": 13 }, "end": { - "line": 1330, + "line": 1348, "column": 28 } } @@ -369432,15 +377837,15 @@ "postfix": false, "binop": null }, - "start": 47874, - "end": 47875, + "start": 48722, + "end": 48723, "loc": { "start": { - "line": 1330, + "line": 1348, "column": 28 }, "end": { - "line": 1330, + "line": 1348, "column": 29 } } @@ -369457,15 +377862,15 @@ "postfix": false, "binop": null }, - "start": 47875, - "end": 47876, + "start": 48723, + "end": 48724, "loc": { "start": { - "line": 1330, + "line": 1348, "column": 29 }, "end": { - "line": 1330, + "line": 1348, "column": 30 } } @@ -369483,15 +377888,15 @@ "binop": null, "updateContext": null }, - "start": 47876, - "end": 47877, + "start": 48724, + "end": 48725, "loc": { "start": { - "line": 1330, + "line": 1348, "column": 30 }, "end": { - "line": 1330, + "line": 1348, "column": 31 } } @@ -369499,15 +377904,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 47887, - "end": 47904, + "start": 48735, + "end": 48752, "loc": { "start": { - "line": 1332, + "line": 1350, "column": 8 }, "end": { - "line": 1332, + "line": 1350, "column": 25 } } @@ -369527,15 +377932,15 @@ "updateContext": null }, "value": "this", - "start": 47913, - "end": 47917, + "start": 48761, + "end": 48765, "loc": { "start": { - "line": 1333, + "line": 1351, "column": 8 }, "end": { - "line": 1333, + "line": 1351, "column": 12 } } @@ -369553,15 +377958,15 @@ "binop": null, "updateContext": null }, - "start": 47917, - "end": 47918, + "start": 48765, + "end": 48766, "loc": { "start": { - "line": 1333, + "line": 1351, "column": 12 }, "end": { - "line": 1333, + "line": 1351, "column": 13 } } @@ -369579,15 +377984,15 @@ "binop": null }, "value": "player", - "start": 47918, - "end": 47924, + "start": 48766, + "end": 48772, "loc": { "start": { - "line": 1333, + "line": 1351, "column": 13 }, "end": { - "line": 1333, + "line": 1351, "column": 19 } } @@ -369605,15 +378010,15 @@ "binop": null, "updateContext": null }, - "start": 47924, - "end": 47925, + "start": 48772, + "end": 48773, "loc": { "start": { - "line": 1333, + "line": 1351, "column": 19 }, "end": { - "line": 1333, + "line": 1351, "column": 20 } } @@ -369631,15 +378036,15 @@ "binop": null }, "value": "clearInterval", - "start": 47925, - "end": 47938, + "start": 48773, + "end": 48786, "loc": { "start": { - "line": 1333, + "line": 1351, "column": 20 }, "end": { - "line": 1333, + "line": 1351, "column": 33 } } @@ -369656,15 +378061,15 @@ "postfix": false, "binop": null }, - "start": 47938, - "end": 47939, + "start": 48786, + "end": 48787, "loc": { "start": { - "line": 1333, + "line": 1351, "column": 33 }, "end": { - "line": 1333, + "line": 1351, "column": 34 } } @@ -369684,15 +378089,15 @@ "updateContext": null }, "value": "this", - "start": 47939, - "end": 47943, + "start": 48787, + "end": 48791, "loc": { "start": { - "line": 1333, + "line": 1351, "column": 34 }, "end": { - "line": 1333, + "line": 1351, "column": 38 } } @@ -369710,15 +378115,15 @@ "binop": null, "updateContext": null }, - "start": 47943, - "end": 47944, + "start": 48791, + "end": 48792, "loc": { "start": { - "line": 1333, + "line": 1351, "column": 38 }, "end": { - "line": 1333, + "line": 1351, "column": 39 } } @@ -369736,15 +378141,15 @@ "binop": null }, "value": "countDown", - "start": 47944, - "end": 47953, + "start": 48792, + "end": 48801, "loc": { "start": { - "line": 1333, + "line": 1351, "column": 39 }, "end": { - "line": 1333, + "line": 1351, "column": 48 } } @@ -369761,15 +378166,15 @@ "postfix": false, "binop": null }, - "start": 47953, - "end": 47954, + "start": 48801, + "end": 48802, "loc": { "start": { - "line": 1333, + "line": 1351, "column": 48 }, "end": { - "line": 1333, + "line": 1351, "column": 49 } } @@ -369787,15 +378192,15 @@ "binop": null, "updateContext": null }, - "start": 47954, - "end": 47955, + "start": 48802, + "end": 48803, "loc": { "start": { - "line": 1333, + "line": 1351, "column": 49 }, "end": { - "line": 1333, + "line": 1351, "column": 50 } } @@ -369803,15 +378208,15 @@ { "type": "CommentLine", "value": " dispose wavesurfer.js", - "start": 47965, - "end": 47989, + "start": 48813, + "end": 48837, "loc": { "start": { - "line": 1335, + "line": 1353, "column": 8 }, "end": { - "line": 1335, + "line": 1353, "column": 32 } } @@ -369831,15 +378236,15 @@ "updateContext": null }, "value": "if", - "start": 47998, - "end": 48000, + "start": 48846, + "end": 48848, "loc": { "start": { - "line": 1336, + "line": 1354, "column": 8 }, "end": { - "line": 1336, + "line": 1354, "column": 10 } } @@ -369856,15 +378261,15 @@ "postfix": false, "binop": null }, - "start": 48001, - "end": 48002, + "start": 48849, + "end": 48850, "loc": { "start": { - "line": 1336, + "line": 1354, "column": 11 }, "end": { - "line": 1336, + "line": 1354, "column": 12 } } @@ -369884,15 +378289,15 @@ "updateContext": null }, "value": "this", - "start": 48002, - "end": 48006, + "start": 48850, + "end": 48854, "loc": { "start": { - "line": 1336, + "line": 1354, "column": 12 }, "end": { - "line": 1336, + "line": 1354, "column": 16 } } @@ -369910,15 +378315,15 @@ "binop": null, "updateContext": null }, - "start": 48006, - "end": 48007, + "start": 48854, + "end": 48855, "loc": { "start": { - "line": 1336, + "line": 1354, "column": 16 }, "end": { - "line": 1336, + "line": 1354, "column": 17 } } @@ -369936,15 +378341,15 @@ "binop": null }, "value": "getRecordType", - "start": 48007, - "end": 48020, + "start": 48855, + "end": 48868, "loc": { "start": { - "line": 1336, + "line": 1354, "column": 17 }, "end": { - "line": 1336, + "line": 1354, "column": 30 } } @@ -369961,15 +378366,15 @@ "postfix": false, "binop": null }, - "start": 48020, - "end": 48021, + "start": 48868, + "end": 48869, "loc": { "start": { - "line": 1336, + "line": 1354, "column": 30 }, "end": { - "line": 1336, + "line": 1354, "column": 31 } } @@ -369986,15 +378391,15 @@ "postfix": false, "binop": null }, - "start": 48021, - "end": 48022, + "start": 48869, + "end": 48870, "loc": { "start": { - "line": 1336, + "line": 1354, "column": 31 }, "end": { - "line": 1336, + "line": 1354, "column": 32 } } @@ -370013,15 +378418,15 @@ "updateContext": null }, "value": "===", - "start": 48023, - "end": 48026, + "start": 48871, + "end": 48874, "loc": { "start": { - "line": 1336, + "line": 1354, "column": 33 }, "end": { - "line": 1336, + "line": 1354, "column": 36 } } @@ -370039,15 +378444,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 48027, - "end": 48037, + "start": 48875, + "end": 48885, "loc": { "start": { - "line": 1336, + "line": 1354, "column": 37 }, "end": { - "line": 1336, + "line": 1354, "column": 47 } } @@ -370064,15 +378469,15 @@ "postfix": false, "binop": null }, - "start": 48037, - "end": 48038, + "start": 48885, + "end": 48886, "loc": { "start": { - "line": 1336, + "line": 1354, "column": 47 }, "end": { - "line": 1336, + "line": 1354, "column": 48 } } @@ -370089,15 +378494,15 @@ "postfix": false, "binop": null }, - "start": 48039, - "end": 48040, + "start": 48887, + "end": 48888, "loc": { "start": { - "line": 1336, + "line": 1354, "column": 49 }, "end": { - "line": 1336, + "line": 1354, "column": 50 } } @@ -370117,15 +378522,15 @@ "updateContext": null }, "value": "if", - "start": 48053, - "end": 48055, + "start": 48901, + "end": 48903, "loc": { "start": { - "line": 1337, + "line": 1355, "column": 12 }, "end": { - "line": 1337, + "line": 1355, "column": 14 } } @@ -370142,15 +378547,15 @@ "postfix": false, "binop": null }, - "start": 48056, - "end": 48057, + "start": 48904, + "end": 48905, "loc": { "start": { - "line": 1337, + "line": 1355, "column": 15 }, "end": { - "line": 1337, + "line": 1355, "column": 16 } } @@ -370170,15 +378575,15 @@ "updateContext": null }, "value": "this", - "start": 48057, - "end": 48061, + "start": 48905, + "end": 48909, "loc": { "start": { - "line": 1337, + "line": 1355, "column": 16 }, "end": { - "line": 1337, + "line": 1355, "column": 20 } } @@ -370196,15 +378601,15 @@ "binop": null, "updateContext": null }, - "start": 48061, - "end": 48062, + "start": 48909, + "end": 48910, "loc": { "start": { - "line": 1337, + "line": 1355, "column": 20 }, "end": { - "line": 1337, + "line": 1355, "column": 21 } } @@ -370222,15 +378627,15 @@ "binop": null }, "value": "surfer", - "start": 48062, - "end": 48068, + "start": 48910, + "end": 48916, "loc": { "start": { - "line": 1337, + "line": 1355, "column": 21 }, "end": { - "line": 1337, + "line": 1355, "column": 27 } } @@ -370247,15 +378652,15 @@ "postfix": false, "binop": null }, - "start": 48068, - "end": 48069, + "start": 48916, + "end": 48917, "loc": { "start": { - "line": 1337, + "line": 1355, "column": 27 }, "end": { - "line": 1337, + "line": 1355, "column": 28 } } @@ -370272,15 +378677,15 @@ "postfix": false, "binop": null }, - "start": 48070, - "end": 48071, + "start": 48918, + "end": 48919, "loc": { "start": { - "line": 1337, + "line": 1355, "column": 29 }, "end": { - "line": 1337, + "line": 1355, "column": 30 } } @@ -370288,15 +378693,15 @@ { "type": "CommentLine", "value": " also disposes player", - "start": 48088, - "end": 48111, + "start": 48936, + "end": 48959, "loc": { "start": { - "line": 1338, + "line": 1356, "column": 16 }, "end": { - "line": 1338, + "line": 1356, "column": 39 } } @@ -370316,15 +378721,15 @@ "updateContext": null }, "value": "this", - "start": 48128, - "end": 48132, + "start": 48976, + "end": 48980, "loc": { "start": { - "line": 1339, + "line": 1357, "column": 16 }, "end": { - "line": 1339, + "line": 1357, "column": 20 } } @@ -370342,15 +378747,15 @@ "binop": null, "updateContext": null }, - "start": 48132, - "end": 48133, + "start": 48980, + "end": 48981, "loc": { "start": { - "line": 1339, + "line": 1357, "column": 20 }, "end": { - "line": 1339, + "line": 1357, "column": 21 } } @@ -370368,15 +378773,15 @@ "binop": null }, "value": "surfer", - "start": 48133, - "end": 48139, + "start": 48981, + "end": 48987, "loc": { "start": { - "line": 1339, + "line": 1357, "column": 21 }, "end": { - "line": 1339, + "line": 1357, "column": 27 } } @@ -370394,15 +378799,15 @@ "binop": null, "updateContext": null }, - "start": 48139, - "end": 48140, + "start": 48987, + "end": 48988, "loc": { "start": { - "line": 1339, + "line": 1357, "column": 27 }, "end": { - "line": 1339, + "line": 1357, "column": 28 } } @@ -370420,15 +378825,15 @@ "binop": null }, "value": "destroy", - "start": 48140, - "end": 48147, + "start": 48988, + "end": 48995, "loc": { "start": { - "line": 1339, + "line": 1357, "column": 28 }, "end": { - "line": 1339, + "line": 1357, "column": 35 } } @@ -370445,15 +378850,15 @@ "postfix": false, "binop": null }, - "start": 48147, - "end": 48148, + "start": 48995, + "end": 48996, "loc": { "start": { - "line": 1339, + "line": 1357, "column": 35 }, "end": { - "line": 1339, + "line": 1357, "column": 36 } } @@ -370470,15 +378875,15 @@ "postfix": false, "binop": null }, - "start": 48148, - "end": 48149, + "start": 48996, + "end": 48997, "loc": { "start": { - "line": 1339, + "line": 1357, "column": 36 }, "end": { - "line": 1339, + "line": 1357, "column": 37 } } @@ -370496,15 +378901,15 @@ "binop": null, "updateContext": null }, - "start": 48149, - "end": 48150, + "start": 48997, + "end": 48998, "loc": { "start": { - "line": 1339, + "line": 1357, "column": 37 }, "end": { - "line": 1339, + "line": 1357, "column": 38 } } @@ -370521,15 +378926,15 @@ "postfix": false, "binop": null }, - "start": 48163, - "end": 48164, + "start": 49011, + "end": 49012, "loc": { "start": { - "line": 1340, + "line": 1358, "column": 12 }, "end": { - "line": 1340, + "line": 1358, "column": 13 } } @@ -370546,15 +378951,15 @@ "postfix": false, "binop": null }, - "start": 48173, - "end": 48174, + "start": 49021, + "end": 49022, "loc": { "start": { - "line": 1341, + "line": 1359, "column": 8 }, "end": { - "line": 1341, + "line": 1359, "column": 9 } } @@ -370574,15 +378979,15 @@ "updateContext": null }, "value": "else", - "start": 48175, - "end": 48179, + "start": 49023, + "end": 49027, "loc": { "start": { - "line": 1341, + "line": 1359, "column": 10 }, "end": { - "line": 1341, + "line": 1359, "column": 14 } } @@ -370602,15 +379007,15 @@ "updateContext": null }, "value": "if", - "start": 48180, - "end": 48182, + "start": 49028, + "end": 49030, "loc": { "start": { - "line": 1341, + "line": 1359, "column": 15 }, "end": { - "line": 1341, + "line": 1359, "column": 17 } } @@ -370627,15 +379032,15 @@ "postfix": false, "binop": null }, - "start": 48183, - "end": 48184, + "start": 49031, + "end": 49032, "loc": { "start": { - "line": 1341, + "line": 1359, "column": 18 }, "end": { - "line": 1341, + "line": 1359, "column": 19 } } @@ -370655,15 +379060,15 @@ "updateContext": null }, "value": "this", - "start": 48184, - "end": 48188, + "start": 49032, + "end": 49036, "loc": { "start": { - "line": 1341, + "line": 1359, "column": 19 }, "end": { - "line": 1341, + "line": 1359, "column": 23 } } @@ -370681,15 +379086,15 @@ "binop": null, "updateContext": null }, - "start": 48188, - "end": 48189, + "start": 49036, + "end": 49037, "loc": { "start": { - "line": 1341, + "line": 1359, "column": 23 }, "end": { - "line": 1341, + "line": 1359, "column": 24 } } @@ -370707,15 +379112,15 @@ "binop": null }, "value": "getRecordType", - "start": 48189, - "end": 48202, + "start": 49037, + "end": 49050, "loc": { "start": { - "line": 1341, + "line": 1359, "column": 24 }, "end": { - "line": 1341, + "line": 1359, "column": 37 } } @@ -370732,15 +379137,15 @@ "postfix": false, "binop": null }, - "start": 48202, - "end": 48203, + "start": 49050, + "end": 49051, "loc": { "start": { - "line": 1341, + "line": 1359, "column": 37 }, "end": { - "line": 1341, + "line": 1359, "column": 38 } } @@ -370757,15 +379162,15 @@ "postfix": false, "binop": null }, - "start": 48203, - "end": 48204, + "start": 49051, + "end": 49052, "loc": { "start": { - "line": 1341, + "line": 1359, "column": 38 }, "end": { - "line": 1341, + "line": 1359, "column": 39 } } @@ -370784,15 +379189,15 @@ "updateContext": null }, "value": "===", - "start": 48205, - "end": 48208, + "start": 49053, + "end": 49056, "loc": { "start": { - "line": 1341, + "line": 1359, "column": 40 }, "end": { - "line": 1341, + "line": 1359, "column": 43 } } @@ -370810,15 +379215,15 @@ "binop": null }, "value": "IMAGE_ONLY", - "start": 48209, - "end": 48219, + "start": 49057, + "end": 49067, "loc": { "start": { - "line": 1341, + "line": 1359, "column": 44 }, "end": { - "line": 1341, + "line": 1359, "column": 54 } } @@ -370835,15 +379240,15 @@ "postfix": false, "binop": null }, - "start": 48219, - "end": 48220, + "start": 49067, + "end": 49068, "loc": { "start": { - "line": 1341, + "line": 1359, "column": 54 }, "end": { - "line": 1341, + "line": 1359, "column": 55 } } @@ -370860,15 +379265,15 @@ "postfix": false, "binop": null }, - "start": 48221, - "end": 48222, + "start": 49069, + "end": 49070, "loc": { "start": { - "line": 1341, + "line": 1359, "column": 56 }, "end": { - "line": 1341, + "line": 1359, "column": 57 } } @@ -370888,15 +379293,15 @@ "updateContext": null }, "value": "if", - "start": 48235, - "end": 48237, + "start": 49083, + "end": 49085, "loc": { "start": { - "line": 1342, + "line": 1360, "column": 12 }, "end": { - "line": 1342, + "line": 1360, "column": 14 } } @@ -370913,15 +379318,15 @@ "postfix": false, "binop": null }, - "start": 48238, - "end": 48239, + "start": 49086, + "end": 49087, "loc": { "start": { - "line": 1342, + "line": 1360, "column": 15 }, "end": { - "line": 1342, + "line": 1360, "column": 16 } } @@ -370941,15 +379346,15 @@ "updateContext": null }, "value": "this", - "start": 48239, - "end": 48243, + "start": 49087, + "end": 49091, "loc": { "start": { - "line": 1342, + "line": 1360, "column": 16 }, "end": { - "line": 1342, + "line": 1360, "column": 20 } } @@ -370967,15 +379372,15 @@ "binop": null, "updateContext": null }, - "start": 48243, - "end": 48244, + "start": 49091, + "end": 49092, "loc": { "start": { - "line": 1342, + "line": 1360, "column": 20 }, "end": { - "line": 1342, + "line": 1360, "column": 21 } } @@ -370993,15 +379398,15 @@ "binop": null }, "value": "mediaElement", - "start": 48244, - "end": 48256, + "start": 49092, + "end": 49104, "loc": { "start": { - "line": 1342, + "line": 1360, "column": 21 }, "end": { - "line": 1342, + "line": 1360, "column": 33 } } @@ -371020,15 +379425,15 @@ "updateContext": null }, "value": "&&", - "start": 48257, - "end": 48259, + "start": 49105, + "end": 49107, "loc": { "start": { - "line": 1342, + "line": 1360, "column": 34 }, "end": { - "line": 1342, + "line": 1360, "column": 36 } } @@ -371048,15 +379453,15 @@ "updateContext": null }, "value": "this", - "start": 48260, - "end": 48264, + "start": 49108, + "end": 49112, "loc": { "start": { - "line": 1342, + "line": 1360, "column": 37 }, "end": { - "line": 1342, + "line": 1360, "column": 41 } } @@ -371074,15 +379479,15 @@ "binop": null, "updateContext": null }, - "start": 48264, - "end": 48265, + "start": 49112, + "end": 49113, "loc": { "start": { - "line": 1342, + "line": 1360, "column": 41 }, "end": { - "line": 1342, + "line": 1360, "column": 42 } } @@ -371100,15 +379505,15 @@ "binop": null }, "value": "streamVisibleCallback", - "start": 48265, - "end": 48286, + "start": 49113, + "end": 49134, "loc": { "start": { - "line": 1342, + "line": 1360, "column": 42 }, "end": { - "line": 1342, + "line": 1360, "column": 63 } } @@ -371125,15 +379530,15 @@ "postfix": false, "binop": null }, - "start": 48286, - "end": 48287, + "start": 49134, + "end": 49135, "loc": { "start": { - "line": 1342, + "line": 1360, "column": 63 }, "end": { - "line": 1342, + "line": 1360, "column": 64 } } @@ -371150,15 +379555,15 @@ "postfix": false, "binop": null }, - "start": 48288, - "end": 48289, + "start": 49136, + "end": 49137, "loc": { "start": { - "line": 1342, + "line": 1360, "column": 65 }, "end": { - "line": 1342, + "line": 1360, "column": 66 } } @@ -371166,15 +379571,15 @@ { "type": "CommentLine", "value": " cleanup listeners", - "start": 48306, - "end": 48326, + "start": 49154, + "end": 49174, "loc": { "start": { - "line": 1343, + "line": 1361, "column": 16 }, "end": { - "line": 1343, + "line": 1361, "column": 36 } } @@ -371194,15 +379599,15 @@ "updateContext": null }, "value": "this", - "start": 48343, - "end": 48347, + "start": 49191, + "end": 49195, "loc": { "start": { - "line": 1344, + "line": 1362, "column": 16 }, "end": { - "line": 1344, + "line": 1362, "column": 20 } } @@ -371220,15 +379625,15 @@ "binop": null, "updateContext": null }, - "start": 48347, - "end": 48348, + "start": 49195, + "end": 49196, "loc": { "start": { - "line": 1344, + "line": 1362, "column": 20 }, "end": { - "line": 1344, + "line": 1362, "column": 21 } } @@ -371246,15 +379651,15 @@ "binop": null }, "value": "mediaElement", - "start": 48348, - "end": 48360, + "start": 49196, + "end": 49208, "loc": { "start": { - "line": 1344, + "line": 1362, "column": 21 }, "end": { - "line": 1344, + "line": 1362, "column": 33 } } @@ -371272,15 +379677,15 @@ "binop": null, "updateContext": null }, - "start": 48360, - "end": 48361, + "start": 49208, + "end": 49209, "loc": { "start": { - "line": 1344, + "line": 1362, "column": 33 }, "end": { - "line": 1344, + "line": 1362, "column": 34 } } @@ -371298,15 +379703,15 @@ "binop": null }, "value": "removeEventListener", - "start": 48361, - "end": 48380, + "start": 49209, + "end": 49228, "loc": { "start": { - "line": 1344, + "line": 1362, "column": 34 }, "end": { - "line": 1344, + "line": 1362, "column": 53 } } @@ -371323,15 +379728,15 @@ "postfix": false, "binop": null }, - "start": 48380, - "end": 48381, + "start": 49228, + "end": 49229, "loc": { "start": { - "line": 1344, + "line": 1362, "column": 53 }, "end": { - "line": 1344, + "line": 1362, "column": 54 } } @@ -371349,15 +379754,15 @@ "binop": null }, "value": "Event", - "start": 48381, - "end": 48386, + "start": 49229, + "end": 49234, "loc": { "start": { - "line": 1344, + "line": 1362, "column": 54 }, "end": { - "line": 1344, + "line": 1362, "column": 59 } } @@ -371375,15 +379780,15 @@ "binop": null, "updateContext": null }, - "start": 48386, - "end": 48387, + "start": 49234, + "end": 49235, "loc": { "start": { - "line": 1344, + "line": 1362, "column": 59 }, "end": { - "line": 1344, + "line": 1362, "column": 60 } } @@ -371401,15 +379806,15 @@ "binop": null }, "value": "PLAYING", - "start": 48387, - "end": 48394, + "start": 49235, + "end": 49242, "loc": { "start": { - "line": 1344, + "line": 1362, "column": 60 }, "end": { - "line": 1344, + "line": 1362, "column": 67 } } @@ -371427,15 +379832,15 @@ "binop": null, "updateContext": null }, - "start": 48394, - "end": 48395, + "start": 49242, + "end": 49243, "loc": { "start": { - "line": 1344, + "line": 1362, "column": 67 }, "end": { - "line": 1344, + "line": 1362, "column": 68 } } @@ -371455,15 +379860,15 @@ "updateContext": null }, "value": "this", - "start": 48416, - "end": 48420, + "start": 49264, + "end": 49268, "loc": { "start": { - "line": 1345, + "line": 1363, "column": 20 }, "end": { - "line": 1345, + "line": 1363, "column": 24 } } @@ -371481,15 +379886,15 @@ "binop": null, "updateContext": null }, - "start": 48420, - "end": 48421, + "start": 49268, + "end": 49269, "loc": { "start": { - "line": 1345, + "line": 1363, "column": 24 }, "end": { - "line": 1345, + "line": 1363, "column": 25 } } @@ -371507,15 +379912,15 @@ "binop": null }, "value": "streamVisibleCallback", - "start": 48421, - "end": 48442, + "start": 49269, + "end": 49290, "loc": { "start": { - "line": 1345, + "line": 1363, "column": 25 }, "end": { - "line": 1345, + "line": 1363, "column": 46 } } @@ -371532,15 +379937,15 @@ "postfix": false, "binop": null }, - "start": 48442, - "end": 48443, + "start": 49290, + "end": 49291, "loc": { "start": { - "line": 1345, + "line": 1363, "column": 46 }, "end": { - "line": 1345, + "line": 1363, "column": 47 } } @@ -371558,15 +379963,15 @@ "binop": null, "updateContext": null }, - "start": 48443, - "end": 48444, + "start": 49291, + "end": 49292, "loc": { "start": { - "line": 1345, + "line": 1363, "column": 47 }, "end": { - "line": 1345, + "line": 1363, "column": 48 } } @@ -371583,15 +379988,15 @@ "postfix": false, "binop": null }, - "start": 48457, - "end": 48458, + "start": 49305, + "end": 49306, "loc": { "start": { - "line": 1346, + "line": 1364, "column": 12 }, "end": { - "line": 1346, + "line": 1364, "column": 13 } } @@ -371608,15 +380013,15 @@ "postfix": false, "binop": null }, - "start": 48467, - "end": 48468, + "start": 49315, + "end": 49316, "loc": { "start": { - "line": 1347, + "line": 1365, "column": 8 }, "end": { - "line": 1347, + "line": 1365, "column": 9 } } @@ -371636,15 +380041,15 @@ "updateContext": null }, "value": "this", - "start": 48478, - "end": 48482, + "start": 49326, + "end": 49330, "loc": { "start": { - "line": 1349, + "line": 1367, "column": 8 }, "end": { - "line": 1349, + "line": 1367, "column": 12 } } @@ -371662,15 +380067,15 @@ "binop": null, "updateContext": null }, - "start": 48482, - "end": 48483, + "start": 49330, + "end": 49331, "loc": { "start": { - "line": 1349, + "line": 1367, "column": 12 }, "end": { - "line": 1349, + "line": 1367, "column": 13 } } @@ -371688,15 +380093,15 @@ "binop": null }, "value": "resetState", - "start": 48483, - "end": 48493, + "start": 49331, + "end": 49341, "loc": { "start": { - "line": 1349, + "line": 1367, "column": 13 }, "end": { - "line": 1349, + "line": 1367, "column": 23 } } @@ -371713,15 +380118,15 @@ "postfix": false, "binop": null }, - "start": 48493, - "end": 48494, + "start": 49341, + "end": 49342, "loc": { "start": { - "line": 1349, + "line": 1367, "column": 23 }, "end": { - "line": 1349, + "line": 1367, "column": 24 } } @@ -371738,15 +380143,15 @@ "postfix": false, "binop": null }, - "start": 48494, - "end": 48495, + "start": 49342, + "end": 49343, "loc": { "start": { - "line": 1349, + "line": 1367, "column": 24 }, "end": { - "line": 1349, + "line": 1367, "column": 25 } } @@ -371764,15 +380169,15 @@ "binop": null, "updateContext": null }, - "start": 48495, - "end": 48496, + "start": 49343, + "end": 49344, "loc": { "start": { - "line": 1349, + "line": 1367, "column": 25 }, "end": { - "line": 1349, + "line": 1367, "column": 26 } } @@ -371792,15 +380197,15 @@ "updateContext": null }, "value": "super", - "start": 48506, - "end": 48511, + "start": 49354, + "end": 49359, "loc": { "start": { - "line": 1351, + "line": 1369, "column": 8 }, "end": { - "line": 1351, + "line": 1369, "column": 13 } } @@ -371818,15 +380223,15 @@ "binop": null, "updateContext": null }, - "start": 48511, - "end": 48512, + "start": 49359, + "end": 49360, "loc": { "start": { - "line": 1351, + "line": 1369, "column": 13 }, "end": { - "line": 1351, + "line": 1369, "column": 14 } } @@ -371844,15 +380249,15 @@ "binop": null }, "value": "dispose", - "start": 48512, - "end": 48519, + "start": 49360, + "end": 49367, "loc": { "start": { - "line": 1351, + "line": 1369, "column": 14 }, "end": { - "line": 1351, + "line": 1369, "column": 21 } } @@ -371869,15 +380274,15 @@ "postfix": false, "binop": null }, - "start": 48519, - "end": 48520, + "start": 49367, + "end": 49368, "loc": { "start": { - "line": 1351, + "line": 1369, "column": 21 }, "end": { - "line": 1351, + "line": 1369, "column": 22 } } @@ -371894,15 +380299,15 @@ "postfix": false, "binop": null }, - "start": 48520, - "end": 48521, + "start": 49368, + "end": 49369, "loc": { "start": { - "line": 1351, + "line": 1369, "column": 22 }, "end": { - "line": 1351, + "line": 1369, "column": 23 } } @@ -371920,15 +380325,15 @@ "binop": null, "updateContext": null }, - "start": 48521, - "end": 48522, + "start": 49369, + "end": 49370, "loc": { "start": { - "line": 1351, + "line": 1369, "column": 23 }, "end": { - "line": 1351, + "line": 1369, "column": 24 } } @@ -371945,15 +380350,15 @@ "postfix": false, "binop": null }, - "start": 48527, - "end": 48528, + "start": 49375, + "end": 49376, "loc": { "start": { - "line": 1352, + "line": 1370, "column": 4 }, "end": { - "line": 1352, + "line": 1370, "column": 5 } } @@ -371961,15 +380366,15 @@ { "type": "CommentBlock", "value": "*\n * Destroy plugin and players and cleanup resources.\n ", - "start": 48534, - "end": 48602, + "start": 49382, + "end": 49450, "loc": { "start": { - "line": 1354, + "line": 1372, "column": 4 }, "end": { - "line": 1356, + "line": 1374, "column": 7 } } @@ -371987,15 +380392,15 @@ "binop": null }, "value": "destroy", - "start": 48607, - "end": 48614, + "start": 49455, + "end": 49462, "loc": { "start": { - "line": 1357, + "line": 1375, "column": 4 }, "end": { - "line": 1357, + "line": 1375, "column": 11 } } @@ -372012,15 +380417,15 @@ "postfix": false, "binop": null }, - "start": 48614, - "end": 48615, + "start": 49462, + "end": 49463, "loc": { "start": { - "line": 1357, + "line": 1375, "column": 11 }, "end": { - "line": 1357, + "line": 1375, "column": 12 } } @@ -372037,15 +380442,15 @@ "postfix": false, "binop": null }, - "start": 48615, - "end": 48616, + "start": 49463, + "end": 49464, "loc": { "start": { - "line": 1357, + "line": 1375, "column": 12 }, "end": { - "line": 1357, + "line": 1375, "column": 13 } } @@ -372062,15 +380467,15 @@ "postfix": false, "binop": null }, - "start": 48617, - "end": 48618, + "start": 49465, + "end": 49466, "loc": { "start": { - "line": 1357, + "line": 1375, "column": 14 }, "end": { - "line": 1357, + "line": 1375, "column": 15 } } @@ -372090,15 +380495,15 @@ "updateContext": null }, "value": "this", - "start": 48627, - "end": 48631, + "start": 49475, + "end": 49479, "loc": { "start": { - "line": 1358, + "line": 1376, "column": 8 }, "end": { - "line": 1358, + "line": 1376, "column": 12 } } @@ -372116,15 +380521,15 @@ "binop": null, "updateContext": null }, - "start": 48631, - "end": 48632, + "start": 49479, + "end": 49480, "loc": { "start": { - "line": 1358, + "line": 1376, "column": 12 }, "end": { - "line": 1358, + "line": 1376, "column": 13 } } @@ -372142,15 +380547,15 @@ "binop": null }, "value": "player", - "start": 48632, - "end": 48638, + "start": 49480, + "end": 49486, "loc": { "start": { - "line": 1358, + "line": 1376, "column": 13 }, "end": { - "line": 1358, + "line": 1376, "column": 19 } } @@ -372168,15 +380573,15 @@ "binop": null, "updateContext": null }, - "start": 48638, - "end": 48639, + "start": 49486, + "end": 49487, "loc": { "start": { - "line": 1358, + "line": 1376, "column": 19 }, "end": { - "line": 1358, + "line": 1376, "column": 20 } } @@ -372194,15 +380599,15 @@ "binop": null }, "value": "dispose", - "start": 48639, - "end": 48646, + "start": 49487, + "end": 49494, "loc": { "start": { - "line": 1358, + "line": 1376, "column": 20 }, "end": { - "line": 1358, + "line": 1376, "column": 27 } } @@ -372219,15 +380624,15 @@ "postfix": false, "binop": null }, - "start": 48646, - "end": 48647, + "start": 49494, + "end": 49495, "loc": { "start": { - "line": 1358, + "line": 1376, "column": 27 }, "end": { - "line": 1358, + "line": 1376, "column": 28 } } @@ -372244,15 +380649,15 @@ "postfix": false, "binop": null }, - "start": 48647, - "end": 48648, + "start": 49495, + "end": 49496, "loc": { "start": { - "line": 1358, + "line": 1376, "column": 28 }, "end": { - "line": 1358, + "line": 1376, "column": 29 } } @@ -372270,15 +380675,15 @@ "binop": null, "updateContext": null }, - "start": 48648, - "end": 48649, + "start": 49496, + "end": 49497, "loc": { "start": { - "line": 1358, + "line": 1376, "column": 29 }, "end": { - "line": 1358, + "line": 1376, "column": 30 } } @@ -372295,15 +380700,15 @@ "postfix": false, "binop": null }, - "start": 48654, - "end": 48655, + "start": 49502, + "end": 49503, "loc": { "start": { - "line": 1359, + "line": 1377, "column": 4 }, "end": { - "line": 1359, + "line": 1377, "column": 5 } } @@ -372311,15 +380716,15 @@ { "type": "CommentBlock", "value": "*\n * Reset the plugin.\n ", - "start": 48661, - "end": 48697, + "start": 49509, + "end": 49545, "loc": { "start": { - "line": 1361, + "line": 1379, "column": 4 }, "end": { - "line": 1363, + "line": 1381, "column": 7 } } @@ -372337,15 +380742,15 @@ "binop": null }, "value": "reset", - "start": 48702, - "end": 48707, + "start": 49550, + "end": 49555, "loc": { "start": { - "line": 1364, + "line": 1382, "column": 4 }, "end": { - "line": 1364, + "line": 1382, "column": 9 } } @@ -372362,15 +380767,15 @@ "postfix": false, "binop": null }, - "start": 48707, - "end": 48708, + "start": 49555, + "end": 49556, "loc": { "start": { - "line": 1364, + "line": 1382, "column": 9 }, "end": { - "line": 1364, + "line": 1382, "column": 10 } } @@ -372387,15 +380792,15 @@ "postfix": false, "binop": null }, - "start": 48708, - "end": 48709, + "start": 49556, + "end": 49557, "loc": { "start": { - "line": 1364, + "line": 1382, "column": 10 }, "end": { - "line": 1364, + "line": 1382, "column": 11 } } @@ -372412,15 +380817,15 @@ "postfix": false, "binop": null }, - "start": 48710, - "end": 48711, + "start": 49558, + "end": 49559, "loc": { "start": { - "line": 1364, + "line": 1382, "column": 12 }, "end": { - "line": 1364, + "line": 1382, "column": 13 } } @@ -372428,15 +380833,15 @@ { "type": "CommentLine", "value": " prevent callbacks if recording is in progress", - "start": 48720, - "end": 48768, + "start": 49568, + "end": 49616, "loc": { "start": { - "line": 1365, + "line": 1383, "column": 8 }, "end": { - "line": 1365, + "line": 1383, "column": 56 } } @@ -372456,15 +380861,15 @@ "updateContext": null }, "value": "if", - "start": 48777, - "end": 48779, + "start": 49625, + "end": 49627, "loc": { "start": { - "line": 1366, + "line": 1384, "column": 8 }, "end": { - "line": 1366, + "line": 1384, "column": 10 } } @@ -372481,15 +380886,15 @@ "postfix": false, "binop": null }, - "start": 48780, - "end": 48781, + "start": 49628, + "end": 49629, "loc": { "start": { - "line": 1366, + "line": 1384, "column": 11 }, "end": { - "line": 1366, + "line": 1384, "column": 12 } } @@ -372509,15 +380914,15 @@ "updateContext": null }, "value": "this", - "start": 48781, - "end": 48785, + "start": 49629, + "end": 49633, "loc": { "start": { - "line": 1366, + "line": 1384, "column": 12 }, "end": { - "line": 1366, + "line": 1384, "column": 16 } } @@ -372535,15 +380940,15 @@ "binop": null, "updateContext": null }, - "start": 48785, - "end": 48786, + "start": 49633, + "end": 49634, "loc": { "start": { - "line": 1366, + "line": 1384, "column": 16 }, "end": { - "line": 1366, + "line": 1384, "column": 17 } } @@ -372561,15 +380966,15 @@ "binop": null }, "value": "engine", - "start": 48786, - "end": 48792, + "start": 49634, + "end": 49640, "loc": { "start": { - "line": 1366, + "line": 1384, "column": 17 }, "end": { - "line": 1366, + "line": 1384, "column": 23 } } @@ -372586,15 +380991,15 @@ "postfix": false, "binop": null }, - "start": 48792, - "end": 48793, + "start": 49640, + "end": 49641, "loc": { "start": { - "line": 1366, + "line": 1384, "column": 23 }, "end": { - "line": 1366, + "line": 1384, "column": 24 } } @@ -372611,15 +381016,15 @@ "postfix": false, "binop": null }, - "start": 48794, - "end": 48795, + "start": 49642, + "end": 49643, "loc": { "start": { - "line": 1366, + "line": 1384, "column": 25 }, "end": { - "line": 1366, + "line": 1384, "column": 26 } } @@ -372639,15 +381044,15 @@ "updateContext": null }, "value": "this", - "start": 48808, - "end": 48812, + "start": 49656, + "end": 49660, "loc": { "start": { - "line": 1367, + "line": 1385, "column": 12 }, "end": { - "line": 1367, + "line": 1385, "column": 16 } } @@ -372665,15 +381070,15 @@ "binop": null, "updateContext": null }, - "start": 48812, - "end": 48813, + "start": 49660, + "end": 49661, "loc": { "start": { - "line": 1367, + "line": 1385, "column": 16 }, "end": { - "line": 1367, + "line": 1385, "column": 17 } } @@ -372691,15 +381096,15 @@ "binop": null }, "value": "engine", - "start": 48813, - "end": 48819, + "start": 49661, + "end": 49667, "loc": { "start": { - "line": 1367, + "line": 1385, "column": 17 }, "end": { - "line": 1367, + "line": 1385, "column": 23 } } @@ -372717,15 +381122,15 @@ "binop": null, "updateContext": null }, - "start": 48819, - "end": 48820, + "start": 49667, + "end": 49668, "loc": { "start": { - "line": 1367, + "line": 1385, "column": 23 }, "end": { - "line": 1367, + "line": 1385, "column": 24 } } @@ -372743,15 +381148,15 @@ "binop": null }, "value": "dispose", - "start": 48820, - "end": 48827, + "start": 49668, + "end": 49675, "loc": { "start": { - "line": 1367, + "line": 1385, "column": 24 }, "end": { - "line": 1367, + "line": 1385, "column": 31 } } @@ -372768,15 +381173,15 @@ "postfix": false, "binop": null }, - "start": 48827, - "end": 48828, + "start": 49675, + "end": 49676, "loc": { "start": { - "line": 1367, + "line": 1385, "column": 31 }, "end": { - "line": 1367, + "line": 1385, "column": 32 } } @@ -372793,15 +381198,15 @@ "postfix": false, "binop": null }, - "start": 48828, - "end": 48829, + "start": 49676, + "end": 49677, "loc": { "start": { - "line": 1367, + "line": 1385, "column": 32 }, "end": { - "line": 1367, + "line": 1385, "column": 33 } } @@ -372819,15 +381224,15 @@ "binop": null, "updateContext": null }, - "start": 48829, - "end": 48830, + "start": 49677, + "end": 49678, "loc": { "start": { - "line": 1367, + "line": 1385, "column": 33 }, "end": { - "line": 1367, + "line": 1385, "column": 34 } } @@ -372847,15 +381252,15 @@ "updateContext": null }, "value": "this", - "start": 48843, - "end": 48847, + "start": 49691, + "end": 49695, "loc": { "start": { - "line": 1368, + "line": 1386, "column": 12 }, "end": { - "line": 1368, + "line": 1386, "column": 16 } } @@ -372873,15 +381278,15 @@ "binop": null, "updateContext": null }, - "start": 48847, - "end": 48848, + "start": 49695, + "end": 49696, "loc": { "start": { - "line": 1368, + "line": 1386, "column": 16 }, "end": { - "line": 1368, + "line": 1386, "column": 17 } } @@ -372899,15 +381304,15 @@ "binop": null }, "value": "engine", - "start": 48848, - "end": 48854, + "start": 49696, + "end": 49702, "loc": { "start": { - "line": 1368, + "line": 1386, "column": 17 }, "end": { - "line": 1368, + "line": 1386, "column": 23 } } @@ -372925,15 +381330,15 @@ "binop": null, "updateContext": null }, - "start": 48854, - "end": 48855, + "start": 49702, + "end": 49703, "loc": { "start": { - "line": 1368, + "line": 1386, "column": 23 }, "end": { - "line": 1368, + "line": 1386, "column": 24 } } @@ -372951,15 +381356,15 @@ "binop": null }, "value": "off", - "start": 48855, - "end": 48858, + "start": 49703, + "end": 49706, "loc": { "start": { - "line": 1368, + "line": 1386, "column": 24 }, "end": { - "line": 1368, + "line": 1386, "column": 27 } } @@ -372976,15 +381381,15 @@ "postfix": false, "binop": null }, - "start": 48858, - "end": 48859, + "start": 49706, + "end": 49707, "loc": { "start": { - "line": 1368, + "line": 1386, "column": 27 }, "end": { - "line": 1368, + "line": 1386, "column": 28 } } @@ -373002,15 +381407,15 @@ "binop": null }, "value": "Event", - "start": 48859, - "end": 48864, + "start": 49707, + "end": 49712, "loc": { "start": { - "line": 1368, + "line": 1386, "column": 28 }, "end": { - "line": 1368, + "line": 1386, "column": 33 } } @@ -373028,15 +381433,15 @@ "binop": null, "updateContext": null }, - "start": 48864, - "end": 48865, + "start": 49712, + "end": 49713, "loc": { "start": { - "line": 1368, + "line": 1386, "column": 33 }, "end": { - "line": 1368, + "line": 1386, "column": 34 } } @@ -373054,15 +381459,15 @@ "binop": null }, "value": "RECORD_COMPLETE", - "start": 48865, - "end": 48880, + "start": 49713, + "end": 49728, "loc": { "start": { - "line": 1368, + "line": 1386, "column": 34 }, "end": { - "line": 1368, + "line": 1386, "column": 49 } } @@ -373080,15 +381485,15 @@ "binop": null, "updateContext": null }, - "start": 48880, - "end": 48881, + "start": 49728, + "end": 49729, "loc": { "start": { - "line": 1368, + "line": 1386, "column": 49 }, "end": { - "line": 1368, + "line": 1386, "column": 50 } } @@ -373108,15 +381513,15 @@ "updateContext": null }, "value": "this", - "start": 48882, - "end": 48886, + "start": 49730, + "end": 49734, "loc": { "start": { - "line": 1368, + "line": 1386, "column": 51 }, "end": { - "line": 1368, + "line": 1386, "column": 55 } } @@ -373134,15 +381539,15 @@ "binop": null, "updateContext": null }, - "start": 48886, - "end": 48887, + "start": 49734, + "end": 49735, "loc": { "start": { - "line": 1368, + "line": 1386, "column": 55 }, "end": { - "line": 1368, + "line": 1386, "column": 56 } } @@ -373160,15 +381565,15 @@ "binop": null }, "value": "engineStopCallback", - "start": 48887, - "end": 48905, + "start": 49735, + "end": 49753, "loc": { "start": { - "line": 1368, + "line": 1386, "column": 56 }, "end": { - "line": 1368, + "line": 1386, "column": 74 } } @@ -373185,15 +381590,15 @@ "postfix": false, "binop": null }, - "start": 48905, - "end": 48906, + "start": 49753, + "end": 49754, "loc": { "start": { - "line": 1368, + "line": 1386, "column": 74 }, "end": { - "line": 1368, + "line": 1386, "column": 75 } } @@ -373211,15 +381616,15 @@ "binop": null, "updateContext": null }, - "start": 48906, - "end": 48907, + "start": 49754, + "end": 49755, "loc": { "start": { - "line": 1368, + "line": 1386, "column": 75 }, "end": { - "line": 1368, + "line": 1386, "column": 76 } } @@ -373236,15 +381641,15 @@ "postfix": false, "binop": null }, - "start": 48916, - "end": 48917, + "start": 49764, + "end": 49765, "loc": { "start": { - "line": 1369, + "line": 1387, "column": 8 }, "end": { - "line": 1369, + "line": 1387, "column": 9 } } @@ -373252,15 +381657,15 @@ { "type": "CommentLine", "value": " stop recording and device", - "start": 48927, - "end": 48955, + "start": 49775, + "end": 49803, "loc": { "start": { - "line": 1371, + "line": 1389, "column": 8 }, "end": { - "line": 1371, + "line": 1389, "column": 36 } } @@ -373280,15 +381685,15 @@ "updateContext": null }, "value": "this", - "start": 48964, - "end": 48968, + "start": 49812, + "end": 49816, "loc": { "start": { - "line": 1372, + "line": 1390, "column": 8 }, "end": { - "line": 1372, + "line": 1390, "column": 12 } } @@ -373306,15 +381711,15 @@ "binop": null, "updateContext": null }, - "start": 48968, - "end": 48969, + "start": 49816, + "end": 49817, "loc": { "start": { - "line": 1372, + "line": 1390, "column": 12 }, "end": { - "line": 1372, + "line": 1390, "column": 13 } } @@ -373332,15 +381737,15 @@ "binop": null }, "value": "stop", - "start": 48969, - "end": 48973, + "start": 49817, + "end": 49821, "loc": { "start": { - "line": 1372, + "line": 1390, "column": 13 }, "end": { - "line": 1372, + "line": 1390, "column": 17 } } @@ -373357,15 +381762,15 @@ "postfix": false, "binop": null }, - "start": 48973, - "end": 48974, + "start": 49821, + "end": 49822, "loc": { "start": { - "line": 1372, + "line": 1390, "column": 17 }, "end": { - "line": 1372, + "line": 1390, "column": 18 } } @@ -373382,15 +381787,15 @@ "postfix": false, "binop": null }, - "start": 48974, - "end": 48975, + "start": 49822, + "end": 49823, "loc": { "start": { - "line": 1372, + "line": 1390, "column": 18 }, "end": { - "line": 1372, + "line": 1390, "column": 19 } } @@ -373408,15 +381813,15 @@ "binop": null, "updateContext": null }, - "start": 48975, - "end": 48976, + "start": 49823, + "end": 49824, "loc": { "start": { - "line": 1372, + "line": 1390, "column": 19 }, "end": { - "line": 1372, + "line": 1390, "column": 20 } } @@ -373436,15 +381841,15 @@ "updateContext": null }, "value": "this", - "start": 48985, - "end": 48989, + "start": 49833, + "end": 49837, "loc": { "start": { - "line": 1373, + "line": 1391, "column": 8 }, "end": { - "line": 1373, + "line": 1391, "column": 12 } } @@ -373462,15 +381867,15 @@ "binop": null, "updateContext": null }, - "start": 48989, - "end": 48990, + "start": 49837, + "end": 49838, "loc": { "start": { - "line": 1373, + "line": 1391, "column": 12 }, "end": { - "line": 1373, + "line": 1391, "column": 13 } } @@ -373488,15 +381893,15 @@ "binop": null }, "value": "stopDevice", - "start": 48990, - "end": 49000, + "start": 49838, + "end": 49848, "loc": { "start": { - "line": 1373, + "line": 1391, "column": 13 }, "end": { - "line": 1373, + "line": 1391, "column": 23 } } @@ -373513,15 +381918,15 @@ "postfix": false, "binop": null }, - "start": 49000, - "end": 49001, + "start": 49848, + "end": 49849, "loc": { "start": { - "line": 1373, + "line": 1391, "column": 23 }, "end": { - "line": 1373, + "line": 1391, "column": 24 } } @@ -373538,15 +381943,15 @@ "postfix": false, "binop": null }, - "start": 49001, - "end": 49002, + "start": 49849, + "end": 49850, "loc": { "start": { - "line": 1373, + "line": 1391, "column": 24 }, "end": { - "line": 1373, + "line": 1391, "column": 25 } } @@ -373564,15 +381969,15 @@ "binop": null, "updateContext": null }, - "start": 49002, - "end": 49003, + "start": 49850, + "end": 49851, "loc": { "start": { - "line": 1373, + "line": 1391, "column": 25 }, "end": { - "line": 1373, + "line": 1391, "column": 26 } } @@ -373580,15 +381985,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 49013, - "end": 49030, + "start": 49861, + "end": 49878, "loc": { "start": { - "line": 1375, + "line": 1393, "column": 8 }, "end": { - "line": 1375, + "line": 1393, "column": 25 } } @@ -373608,15 +382013,15 @@ "updateContext": null }, "value": "this", - "start": 49039, - "end": 49043, + "start": 49887, + "end": 49891, "loc": { "start": { - "line": 1376, + "line": 1394, "column": 8 }, "end": { - "line": 1376, + "line": 1394, "column": 12 } } @@ -373634,15 +382039,15 @@ "binop": null, "updateContext": null }, - "start": 49043, - "end": 49044, + "start": 49891, + "end": 49892, "loc": { "start": { - "line": 1376, + "line": 1394, "column": 12 }, "end": { - "line": 1376, + "line": 1394, "column": 13 } } @@ -373660,15 +382065,15 @@ "binop": null }, "value": "player", - "start": 49044, - "end": 49050, + "start": 49892, + "end": 49898, "loc": { "start": { - "line": 1376, + "line": 1394, "column": 13 }, "end": { - "line": 1376, + "line": 1394, "column": 19 } } @@ -373686,15 +382091,15 @@ "binop": null, "updateContext": null }, - "start": 49050, - "end": 49051, + "start": 49898, + "end": 49899, "loc": { "start": { - "line": 1376, + "line": 1394, "column": 19 }, "end": { - "line": 1376, + "line": 1394, "column": 20 } } @@ -373712,15 +382117,15 @@ "binop": null }, "value": "clearInterval", - "start": 49051, - "end": 49064, + "start": 49899, + "end": 49912, "loc": { "start": { - "line": 1376, + "line": 1394, "column": 20 }, "end": { - "line": 1376, + "line": 1394, "column": 33 } } @@ -373737,15 +382142,15 @@ "postfix": false, "binop": null }, - "start": 49064, - "end": 49065, + "start": 49912, + "end": 49913, "loc": { "start": { - "line": 1376, + "line": 1394, "column": 33 }, "end": { - "line": 1376, + "line": 1394, "column": 34 } } @@ -373765,15 +382170,15 @@ "updateContext": null }, "value": "this", - "start": 49065, - "end": 49069, + "start": 49913, + "end": 49917, "loc": { "start": { - "line": 1376, + "line": 1394, "column": 34 }, "end": { - "line": 1376, + "line": 1394, "column": 38 } } @@ -373791,15 +382196,15 @@ "binop": null, "updateContext": null }, - "start": 49069, - "end": 49070, + "start": 49917, + "end": 49918, "loc": { "start": { - "line": 1376, + "line": 1394, "column": 38 }, "end": { - "line": 1376, + "line": 1394, "column": 39 } } @@ -373817,15 +382222,15 @@ "binop": null }, "value": "countDown", - "start": 49070, - "end": 49079, + "start": 49918, + "end": 49927, "loc": { "start": { - "line": 1376, + "line": 1394, "column": 39 }, "end": { - "line": 1376, + "line": 1394, "column": 48 } } @@ -373842,15 +382247,15 @@ "postfix": false, "binop": null }, - "start": 49079, - "end": 49080, + "start": 49927, + "end": 49928, "loc": { "start": { - "line": 1376, + "line": 1394, "column": 48 }, "end": { - "line": 1376, + "line": 1394, "column": 49 } } @@ -373868,15 +382273,15 @@ "binop": null, "updateContext": null }, - "start": 49080, - "end": 49081, + "start": 49928, + "end": 49929, "loc": { "start": { - "line": 1376, + "line": 1394, "column": 49 }, "end": { - "line": 1376, + "line": 1394, "column": 50 } } @@ -373884,15 +382289,15 @@ { "type": "CommentLine", "value": " garbage collect recording", - "start": 49091, - "end": 49119, + "start": 49939, + "end": 49967, "loc": { "start": { - "line": 1378, + "line": 1396, "column": 8 }, "end": { - "line": 1378, + "line": 1396, "column": 36 } } @@ -373912,15 +382317,15 @@ "updateContext": null }, "value": "this", - "start": 49128, - "end": 49132, + "start": 49976, + "end": 49980, "loc": { "start": { - "line": 1379, + "line": 1397, "column": 8 }, "end": { - "line": 1379, + "line": 1397, "column": 12 } } @@ -373938,15 +382343,15 @@ "binop": null, "updateContext": null }, - "start": 49132, - "end": 49133, + "start": 49980, + "end": 49981, "loc": { "start": { - "line": 1379, + "line": 1397, "column": 12 }, "end": { - "line": 1379, + "line": 1397, "column": 13 } } @@ -373964,15 +382369,15 @@ "binop": null }, "value": "removeRecording", - "start": 49133, - "end": 49148, + "start": 49981, + "end": 49996, "loc": { "start": { - "line": 1379, + "line": 1397, "column": 13 }, "end": { - "line": 1379, + "line": 1397, "column": 28 } } @@ -373989,15 +382394,15 @@ "postfix": false, "binop": null }, - "start": 49148, - "end": 49149, + "start": 49996, + "end": 49997, "loc": { "start": { - "line": 1379, + "line": 1397, "column": 28 }, "end": { - "line": 1379, + "line": 1397, "column": 29 } } @@ -374014,15 +382419,15 @@ "postfix": false, "binop": null }, - "start": 49149, - "end": 49150, + "start": 49997, + "end": 49998, "loc": { "start": { - "line": 1379, + "line": 1397, "column": 29 }, "end": { - "line": 1379, + "line": 1397, "column": 30 } } @@ -374040,15 +382445,15 @@ "binop": null, "updateContext": null }, - "start": 49150, - "end": 49151, + "start": 49998, + "end": 49999, "loc": { "start": { - "line": 1379, + "line": 1397, "column": 30 }, "end": { - "line": 1379, + "line": 1397, "column": 31 } } @@ -374056,15 +382461,15 @@ { "type": "CommentLine", "value": " reset options", - "start": 49161, - "end": 49177, + "start": 50009, + "end": 50025, "loc": { "start": { - "line": 1381, + "line": 1399, "column": 8 }, "end": { - "line": 1381, + "line": 1399, "column": 24 } } @@ -374084,15 +382489,15 @@ "updateContext": null }, "value": "this", - "start": 49186, - "end": 49190, + "start": 50034, + "end": 50038, "loc": { "start": { - "line": 1382, + "line": 1400, "column": 8 }, "end": { - "line": 1382, + "line": 1400, "column": 12 } } @@ -374110,15 +382515,15 @@ "binop": null, "updateContext": null }, - "start": 49190, - "end": 49191, + "start": 50038, + "end": 50039, "loc": { "start": { - "line": 1382, + "line": 1400, "column": 12 }, "end": { - "line": 1382, + "line": 1400, "column": 13 } } @@ -374136,15 +382541,15 @@ "binop": null }, "value": "loadOptions", - "start": 49191, - "end": 49202, + "start": 50039, + "end": 50050, "loc": { "start": { - "line": 1382, + "line": 1400, "column": 13 }, "end": { - "line": 1382, + "line": 1400, "column": 24 } } @@ -374161,15 +382566,15 @@ "postfix": false, "binop": null }, - "start": 49202, - "end": 49203, + "start": 50050, + "end": 50051, "loc": { "start": { - "line": 1382, + "line": 1400, "column": 24 }, "end": { - "line": 1382, + "line": 1400, "column": 25 } } @@ -374186,15 +382591,15 @@ "postfix": false, "binop": null }, - "start": 49203, - "end": 49204, + "start": 50051, + "end": 50052, "loc": { "start": { - "line": 1382, + "line": 1400, "column": 25 }, "end": { - "line": 1382, + "line": 1400, "column": 26 } } @@ -374212,15 +382617,15 @@ "binop": null, "updateContext": null }, - "start": 49204, - "end": 49205, + "start": 50052, + "end": 50053, "loc": { "start": { - "line": 1382, + "line": 1400, "column": 26 }, "end": { - "line": 1382, + "line": 1400, "column": 27 } } @@ -374228,15 +382633,15 @@ { "type": "CommentLine", "value": " reset recorder state", - "start": 49215, - "end": 49238, + "start": 50063, + "end": 50086, "loc": { "start": { - "line": 1384, + "line": 1402, "column": 8 }, "end": { - "line": 1384, + "line": 1402, "column": 31 } } @@ -374256,15 +382661,15 @@ "updateContext": null }, "value": "this", - "start": 49247, - "end": 49251, + "start": 50095, + "end": 50099, "loc": { "start": { - "line": 1385, + "line": 1403, "column": 8 }, "end": { - "line": 1385, + "line": 1403, "column": 12 } } @@ -374282,15 +382687,15 @@ "binop": null, "updateContext": null }, - "start": 49251, - "end": 49252, + "start": 50099, + "end": 50100, "loc": { "start": { - "line": 1385, + "line": 1403, "column": 12 }, "end": { - "line": 1385, + "line": 1403, "column": 13 } } @@ -374308,15 +382713,15 @@ "binop": null }, "value": "resetState", - "start": 49252, - "end": 49262, + "start": 50100, + "end": 50110, "loc": { "start": { - "line": 1385, + "line": 1403, "column": 13 }, "end": { - "line": 1385, + "line": 1403, "column": 23 } } @@ -374333,15 +382738,15 @@ "postfix": false, "binop": null }, - "start": 49262, - "end": 49263, + "start": 50110, + "end": 50111, "loc": { "start": { - "line": 1385, + "line": 1403, "column": 23 }, "end": { - "line": 1385, + "line": 1403, "column": 24 } } @@ -374358,15 +382763,15 @@ "postfix": false, "binop": null }, - "start": 49263, - "end": 49264, + "start": 50111, + "end": 50112, "loc": { "start": { - "line": 1385, + "line": 1403, "column": 24 }, "end": { - "line": 1385, + "line": 1403, "column": 25 } } @@ -374384,15 +382789,15 @@ "binop": null, "updateContext": null }, - "start": 49264, - "end": 49265, + "start": 50112, + "end": 50113, "loc": { "start": { - "line": 1385, + "line": 1403, "column": 25 }, "end": { - "line": 1385, + "line": 1403, "column": 26 } } @@ -374400,15 +382805,15 @@ { "type": "CommentLine", "value": " reset record time", - "start": 49275, - "end": 49295, + "start": 50123, + "end": 50143, "loc": { "start": { - "line": 1387, + "line": 1405, "column": 8 }, "end": { - "line": 1387, + "line": 1405, "column": 28 } } @@ -374428,15 +382833,15 @@ "updateContext": null }, "value": "this", - "start": 49304, - "end": 49308, + "start": 50152, + "end": 50156, "loc": { "start": { - "line": 1388, + "line": 1406, "column": 8 }, "end": { - "line": 1388, + "line": 1406, "column": 12 } } @@ -374454,15 +382859,15 @@ "binop": null, "updateContext": null }, - "start": 49308, - "end": 49309, + "start": 50156, + "end": 50157, "loc": { "start": { - "line": 1388, + "line": 1406, "column": 12 }, "end": { - "line": 1388, + "line": 1406, "column": 13 } } @@ -374480,15 +382885,15 @@ "binop": null }, "value": "setDuration", - "start": 49309, - "end": 49320, + "start": 50157, + "end": 50168, "loc": { "start": { - "line": 1388, + "line": 1406, "column": 13 }, "end": { - "line": 1388, + "line": 1406, "column": 24 } } @@ -374505,15 +382910,15 @@ "postfix": false, "binop": null }, - "start": 49320, - "end": 49321, + "start": 50168, + "end": 50169, "loc": { "start": { - "line": 1388, + "line": 1406, "column": 24 }, "end": { - "line": 1388, + "line": 1406, "column": 25 } } @@ -374533,15 +382938,15 @@ "updateContext": null }, "value": "this", - "start": 49321, - "end": 49325, + "start": 50169, + "end": 50173, "loc": { "start": { - "line": 1388, + "line": 1406, "column": 25 }, "end": { - "line": 1388, + "line": 1406, "column": 29 } } @@ -374559,15 +382964,15 @@ "binop": null, "updateContext": null }, - "start": 49325, - "end": 49326, + "start": 50173, + "end": 50174, "loc": { "start": { - "line": 1388, + "line": 1406, "column": 29 }, "end": { - "line": 1388, + "line": 1406, "column": 30 } } @@ -374585,15 +382990,15 @@ "binop": null }, "value": "maxLength", - "start": 49326, - "end": 49335, + "start": 50174, + "end": 50183, "loc": { "start": { - "line": 1388, + "line": 1406, "column": 30 }, "end": { - "line": 1388, + "line": 1406, "column": 39 } } @@ -374610,15 +383015,15 @@ "postfix": false, "binop": null }, - "start": 49335, - "end": 49336, + "start": 50183, + "end": 50184, "loc": { "start": { - "line": 1388, + "line": 1406, "column": 39 }, "end": { - "line": 1388, + "line": 1406, "column": 40 } } @@ -374636,15 +383041,15 @@ "binop": null, "updateContext": null }, - "start": 49336, - "end": 49337, + "start": 50184, + "end": 50185, "loc": { "start": { - "line": 1388, + "line": 1406, "column": 40 }, "end": { - "line": 1388, + "line": 1406, "column": 41 } } @@ -374664,15 +383069,15 @@ "updateContext": null }, "value": "this", - "start": 49346, - "end": 49350, + "start": 50194, + "end": 50198, "loc": { "start": { - "line": 1389, + "line": 1407, "column": 8 }, "end": { - "line": 1389, + "line": 1407, "column": 12 } } @@ -374690,15 +383095,15 @@ "binop": null, "updateContext": null }, - "start": 49350, - "end": 49351, + "start": 50198, + "end": 50199, "loc": { "start": { - "line": 1389, + "line": 1407, "column": 12 }, "end": { - "line": 1389, + "line": 1407, "column": 13 } } @@ -374716,15 +383121,15 @@ "binop": null }, "value": "setCurrentTime", - "start": 49351, - "end": 49365, + "start": 50199, + "end": 50213, "loc": { "start": { - "line": 1389, + "line": 1407, "column": 13 }, "end": { - "line": 1389, + "line": 1407, "column": 27 } } @@ -374741,15 +383146,15 @@ "postfix": false, "binop": null }, - "start": 49365, - "end": 49366, + "start": 50213, + "end": 50214, "loc": { "start": { - "line": 1389, + "line": 1407, "column": 27 }, "end": { - "line": 1389, + "line": 1407, "column": 28 } } @@ -374768,15 +383173,15 @@ "updateContext": null }, "value": 0, - "start": 49366, - "end": 49367, + "start": 50214, + "end": 50215, "loc": { "start": { - "line": 1389, + "line": 1407, "column": 28 }, "end": { - "line": 1389, + "line": 1407, "column": 29 } } @@ -374793,15 +383198,15 @@ "postfix": false, "binop": null }, - "start": 49367, - "end": 49368, + "start": 50215, + "end": 50216, "loc": { "start": { - "line": 1389, + "line": 1407, "column": 29 }, "end": { - "line": 1389, + "line": 1407, "column": 30 } } @@ -374819,15 +383224,15 @@ "binop": null, "updateContext": null }, - "start": 49368, - "end": 49369, + "start": 50216, + "end": 50217, "loc": { "start": { - "line": 1389, + "line": 1407, "column": 30 }, "end": { - "line": 1389, + "line": 1407, "column": 31 } } @@ -374835,15 +383240,15 @@ { "type": "CommentLine", "value": " reset player", - "start": 49379, - "end": 49394, + "start": 50227, + "end": 50242, "loc": { "start": { - "line": 1391, + "line": 1409, "column": 8 }, "end": { - "line": 1391, + "line": 1409, "column": 23 } } @@ -374863,15 +383268,15 @@ "updateContext": null }, "value": "this", - "start": 49403, - "end": 49407, + "start": 50251, + "end": 50255, "loc": { "start": { - "line": 1392, + "line": 1410, "column": 8 }, "end": { - "line": 1392, + "line": 1410, "column": 12 } } @@ -374889,15 +383294,15 @@ "binop": null, "updateContext": null }, - "start": 49407, - "end": 49408, + "start": 50255, + "end": 50256, "loc": { "start": { - "line": 1392, + "line": 1410, "column": 12 }, "end": { - "line": 1392, + "line": 1410, "column": 13 } } @@ -374915,15 +383320,15 @@ "binop": null }, "value": "player", - "start": 49408, - "end": 49414, + "start": 50256, + "end": 50262, "loc": { "start": { - "line": 1392, + "line": 1410, "column": 13 }, "end": { - "line": 1392, + "line": 1410, "column": 19 } } @@ -374941,15 +383346,15 @@ "binop": null, "updateContext": null }, - "start": 49414, - "end": 49415, + "start": 50262, + "end": 50263, "loc": { "start": { - "line": 1392, + "line": 1410, "column": 19 }, "end": { - "line": 1392, + "line": 1410, "column": 20 } } @@ -374967,15 +383372,15 @@ "binop": null }, "value": "reset", - "start": 49415, - "end": 49420, + "start": 50263, + "end": 50268, "loc": { "start": { - "line": 1392, + "line": 1410, "column": 20 }, "end": { - "line": 1392, + "line": 1410, "column": 25 } } @@ -374992,15 +383397,15 @@ "postfix": false, "binop": null }, - "start": 49420, - "end": 49421, + "start": 50268, + "end": 50269, "loc": { "start": { - "line": 1392, + "line": 1410, "column": 25 }, "end": { - "line": 1392, + "line": 1410, "column": 26 } } @@ -375017,15 +383422,15 @@ "postfix": false, "binop": null }, - "start": 49421, - "end": 49422, + "start": 50269, + "end": 50270, "loc": { "start": { - "line": 1392, + "line": 1410, "column": 26 }, "end": { - "line": 1392, + "line": 1410, "column": 27 } } @@ -375043,15 +383448,15 @@ "binop": null, "updateContext": null }, - "start": 49422, - "end": 49423, + "start": 50270, + "end": 50271, "loc": { "start": { - "line": 1392, + "line": 1410, "column": 27 }, "end": { - "line": 1392, + "line": 1410, "column": 28 } } @@ -375071,15 +383476,15 @@ "updateContext": null }, "value": "switch", - "start": 49432, - "end": 49438, + "start": 50280, + "end": 50286, "loc": { "start": { - "line": 1393, + "line": 1411, "column": 8 }, "end": { - "line": 1393, + "line": 1411, "column": 14 } } @@ -375096,15 +383501,15 @@ "postfix": false, "binop": null }, - "start": 49439, - "end": 49440, + "start": 50287, + "end": 50288, "loc": { "start": { - "line": 1393, + "line": 1411, "column": 15 }, "end": { - "line": 1393, + "line": 1411, "column": 16 } } @@ -375124,15 +383529,15 @@ "updateContext": null }, "value": "this", - "start": 49440, - "end": 49444, + "start": 50288, + "end": 50292, "loc": { "start": { - "line": 1393, + "line": 1411, "column": 16 }, "end": { - "line": 1393, + "line": 1411, "column": 20 } } @@ -375150,15 +383555,15 @@ "binop": null, "updateContext": null }, - "start": 49444, - "end": 49445, + "start": 50292, + "end": 50293, "loc": { "start": { - "line": 1393, + "line": 1411, "column": 20 }, "end": { - "line": 1393, + "line": 1411, "column": 21 } } @@ -375176,15 +383581,15 @@ "binop": null }, "value": "getRecordType", - "start": 49445, - "end": 49458, + "start": 50293, + "end": 50306, "loc": { "start": { - "line": 1393, + "line": 1411, "column": 21 }, "end": { - "line": 1393, + "line": 1411, "column": 34 } } @@ -375201,15 +383606,15 @@ "postfix": false, "binop": null }, - "start": 49458, - "end": 49459, + "start": 50306, + "end": 50307, "loc": { "start": { - "line": 1393, + "line": 1411, "column": 34 }, "end": { - "line": 1393, + "line": 1411, "column": 35 } } @@ -375226,15 +383631,15 @@ "postfix": false, "binop": null }, - "start": 49459, - "end": 49460, + "start": 50307, + "end": 50308, "loc": { "start": { - "line": 1393, + "line": 1411, "column": 35 }, "end": { - "line": 1393, + "line": 1411, "column": 36 } } @@ -375251,15 +383656,15 @@ "postfix": false, "binop": null }, - "start": 49460, - "end": 49461, + "start": 50308, + "end": 50309, "loc": { "start": { - "line": 1393, + "line": 1411, "column": 36 }, "end": { - "line": 1393, + "line": 1411, "column": 37 } } @@ -375276,15 +383681,15 @@ "postfix": false, "binop": null }, - "start": 49462, - "end": 49463, + "start": 50310, + "end": 50311, "loc": { "start": { - "line": 1393, + "line": 1411, "column": 38 }, "end": { - "line": 1393, + "line": 1411, "column": 39 } } @@ -375304,15 +383709,15 @@ "updateContext": null }, "value": "case", - "start": 49476, - "end": 49480, + "start": 50324, + "end": 50328, "loc": { "start": { - "line": 1394, + "line": 1412, "column": 12 }, "end": { - "line": 1394, + "line": 1412, "column": 16 } } @@ -375330,15 +383735,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 49481, - "end": 49491, + "start": 50329, + "end": 50339, "loc": { "start": { - "line": 1394, + "line": 1412, "column": 17 }, "end": { - "line": 1394, + "line": 1412, "column": 27 } } @@ -375356,15 +383761,15 @@ "binop": null, "updateContext": null }, - "start": 49491, - "end": 49492, + "start": 50339, + "end": 50340, "loc": { "start": { - "line": 1394, + "line": 1412, "column": 27 }, "end": { - "line": 1394, + "line": 1412, "column": 28 } } @@ -375384,15 +383789,15 @@ "updateContext": null }, "value": "if", - "start": 49509, - "end": 49511, + "start": 50357, + "end": 50359, "loc": { "start": { - "line": 1395, + "line": 1413, "column": 16 }, "end": { - "line": 1395, + "line": 1413, "column": 18 } } @@ -375409,15 +383814,15 @@ "postfix": false, "binop": null }, - "start": 49512, - "end": 49513, + "start": 50360, + "end": 50361, "loc": { "start": { - "line": 1395, + "line": 1413, "column": 19 }, "end": { - "line": 1395, + "line": 1413, "column": 20 } } @@ -375437,15 +383842,15 @@ "updateContext": null }, "value": "this", - "start": 49513, - "end": 49517, + "start": 50361, + "end": 50365, "loc": { "start": { - "line": 1395, + "line": 1413, "column": 20 }, "end": { - "line": 1395, + "line": 1413, "column": 24 } } @@ -375463,15 +383868,15 @@ "binop": null, "updateContext": null }, - "start": 49517, - "end": 49518, + "start": 50365, + "end": 50366, "loc": { "start": { - "line": 1395, + "line": 1413, "column": 24 }, "end": { - "line": 1395, + "line": 1413, "column": 25 } } @@ -375489,15 +383894,15 @@ "binop": null }, "value": "surfer", - "start": 49518, - "end": 49524, + "start": 50366, + "end": 50372, "loc": { "start": { - "line": 1395, + "line": 1413, "column": 25 }, "end": { - "line": 1395, + "line": 1413, "column": 31 } } @@ -375516,15 +383921,15 @@ "updateContext": null }, "value": "&&", - "start": 49525, - "end": 49527, + "start": 50373, + "end": 50375, "loc": { "start": { - "line": 1395, + "line": 1413, "column": 32 }, "end": { - "line": 1395, + "line": 1413, "column": 34 } } @@ -375544,15 +383949,15 @@ "updateContext": null }, "value": "this", - "start": 49528, - "end": 49532, + "start": 50376, + "end": 50380, "loc": { "start": { - "line": 1395, + "line": 1413, "column": 35 }, "end": { - "line": 1395, + "line": 1413, "column": 39 } } @@ -375570,15 +383975,15 @@ "binop": null, "updateContext": null }, - "start": 49532, - "end": 49533, + "start": 50380, + "end": 50381, "loc": { "start": { - "line": 1395, + "line": 1413, "column": 39 }, "end": { - "line": 1395, + "line": 1413, "column": 40 } } @@ -375596,15 +384001,15 @@ "binop": null }, "value": "surfer", - "start": 49533, - "end": 49539, + "start": 50381, + "end": 50387, "loc": { "start": { - "line": 1395, + "line": 1413, "column": 40 }, "end": { - "line": 1395, + "line": 1413, "column": 46 } } @@ -375622,15 +384027,15 @@ "binop": null, "updateContext": null }, - "start": 49539, - "end": 49540, + "start": 50387, + "end": 50388, "loc": { "start": { - "line": 1395, + "line": 1413, "column": 46 }, "end": { - "line": 1395, + "line": 1413, "column": 47 } } @@ -375648,15 +384053,15 @@ "binop": null }, "value": "surfer", - "start": 49540, - "end": 49546, + "start": 50388, + "end": 50394, "loc": { "start": { - "line": 1395, + "line": 1413, "column": 47 }, "end": { - "line": 1395, + "line": 1413, "column": 53 } } @@ -375673,15 +384078,15 @@ "postfix": false, "binop": null }, - "start": 49546, - "end": 49547, + "start": 50394, + "end": 50395, "loc": { "start": { - "line": 1395, + "line": 1413, "column": 53 }, "end": { - "line": 1395, + "line": 1413, "column": 54 } } @@ -375698,15 +384103,15 @@ "postfix": false, "binop": null }, - "start": 49548, - "end": 49549, + "start": 50396, + "end": 50397, "loc": { "start": { - "line": 1395, + "line": 1413, "column": 55 }, "end": { - "line": 1395, + "line": 1413, "column": 56 } } @@ -375714,15 +384119,15 @@ { "type": "CommentLine", "value": " empty last frame", - "start": 49570, - "end": 49589, + "start": 50418, + "end": 50437, "loc": { "start": { - "line": 1396, + "line": 1414, "column": 20 }, "end": { - "line": 1396, + "line": 1414, "column": 39 } } @@ -375742,15 +384147,15 @@ "updateContext": null }, "value": "this", - "start": 49610, - "end": 49614, + "start": 50458, + "end": 50462, "loc": { "start": { - "line": 1397, + "line": 1415, "column": 20 }, "end": { - "line": 1397, + "line": 1415, "column": 24 } } @@ -375768,15 +384173,15 @@ "binop": null, "updateContext": null }, - "start": 49614, - "end": 49615, + "start": 50462, + "end": 50463, "loc": { "start": { - "line": 1397, + "line": 1415, "column": 24 }, "end": { - "line": 1397, + "line": 1415, "column": 25 } } @@ -375794,15 +384199,15 @@ "binop": null }, "value": "surfer", - "start": 49615, - "end": 49621, + "start": 50463, + "end": 50469, "loc": { "start": { - "line": 1397, + "line": 1415, "column": 25 }, "end": { - "line": 1397, + "line": 1415, "column": 31 } } @@ -375820,15 +384225,15 @@ "binop": null, "updateContext": null }, - "start": 49621, - "end": 49622, + "start": 50469, + "end": 50470, "loc": { "start": { - "line": 1397, + "line": 1415, "column": 31 }, "end": { - "line": 1397, + "line": 1415, "column": 32 } } @@ -375846,15 +384251,15 @@ "binop": null }, "value": "surfer", - "start": 49622, - "end": 49628, + "start": 50470, + "end": 50476, "loc": { "start": { - "line": 1397, + "line": 1415, "column": 32 }, "end": { - "line": 1397, + "line": 1415, "column": 38 } } @@ -375872,15 +384277,15 @@ "binop": null, "updateContext": null }, - "start": 49628, - "end": 49629, + "start": 50476, + "end": 50477, "loc": { "start": { - "line": 1397, + "line": 1415, "column": 38 }, "end": { - "line": 1397, + "line": 1415, "column": 39 } } @@ -375898,15 +384303,15 @@ "binop": null }, "value": "empty", - "start": 49629, - "end": 49634, + "start": 50477, + "end": 50482, "loc": { "start": { - "line": 1397, + "line": 1415, "column": 39 }, "end": { - "line": 1397, + "line": 1415, "column": 44 } } @@ -375923,15 +384328,15 @@ "postfix": false, "binop": null }, - "start": 49634, - "end": 49635, + "start": 50482, + "end": 50483, "loc": { "start": { - "line": 1397, + "line": 1415, "column": 44 }, "end": { - "line": 1397, + "line": 1415, "column": 45 } } @@ -375948,15 +384353,15 @@ "postfix": false, "binop": null }, - "start": 49635, - "end": 49636, + "start": 50483, + "end": 50484, "loc": { "start": { - "line": 1397, + "line": 1415, "column": 45 }, "end": { - "line": 1397, + "line": 1415, "column": 46 } } @@ -375974,15 +384379,15 @@ "binop": null, "updateContext": null }, - "start": 49636, - "end": 49637, + "start": 50484, + "end": 50485, "loc": { "start": { - "line": 1397, + "line": 1415, "column": 46 }, "end": { - "line": 1397, + "line": 1415, "column": 47 } } @@ -375999,15 +384404,15 @@ "postfix": false, "binop": null }, - "start": 49654, - "end": 49655, + "start": 50502, + "end": 50503, "loc": { "start": { - "line": 1398, + "line": 1416, "column": 16 }, "end": { - "line": 1398, + "line": 1416, "column": 17 } } @@ -376027,15 +384432,15 @@ "updateContext": null }, "value": "break", - "start": 49672, - "end": 49677, + "start": 50520, + "end": 50525, "loc": { "start": { - "line": 1399, + "line": 1417, "column": 16 }, "end": { - "line": 1399, + "line": 1417, "column": 21 } } @@ -376053,15 +384458,15 @@ "binop": null, "updateContext": null }, - "start": 49677, - "end": 49678, + "start": 50525, + "end": 50526, "loc": { "start": { - "line": 1399, + "line": 1417, "column": 21 }, "end": { - "line": 1399, + "line": 1417, "column": 22 } } @@ -376081,15 +384486,15 @@ "updateContext": null }, "value": "case", - "start": 49692, - "end": 49696, + "start": 50540, + "end": 50544, "loc": { "start": { - "line": 1401, + "line": 1419, "column": 12 }, "end": { - "line": 1401, + "line": 1419, "column": 16 } } @@ -376107,15 +384512,15 @@ "binop": null }, "value": "IMAGE_ONLY", - "start": 49697, - "end": 49707, + "start": 50545, + "end": 50555, "loc": { "start": { - "line": 1401, + "line": 1419, "column": 17 }, "end": { - "line": 1401, + "line": 1419, "column": 27 } } @@ -376133,15 +384538,15 @@ "binop": null, "updateContext": null }, - "start": 49707, - "end": 49708, + "start": 50555, + "end": 50556, "loc": { "start": { - "line": 1401, + "line": 1419, "column": 27 }, "end": { - "line": 1401, + "line": 1419, "column": 28 } } @@ -376161,15 +384566,15 @@ "updateContext": null }, "value": "case", - "start": 49721, - "end": 49725, + "start": 50569, + "end": 50573, "loc": { "start": { - "line": 1402, + "line": 1420, "column": 12 }, "end": { - "line": 1402, + "line": 1420, "column": 16 } } @@ -376187,15 +384592,15 @@ "binop": null }, "value": "ANIMATION", - "start": 49726, - "end": 49735, + "start": 50574, + "end": 50583, "loc": { "start": { - "line": 1402, + "line": 1420, "column": 17 }, "end": { - "line": 1402, + "line": 1420, "column": 26 } } @@ -376213,15 +384618,15 @@ "binop": null, "updateContext": null }, - "start": 49735, - "end": 49736, + "start": 50583, + "end": 50584, "loc": { "start": { - "line": 1402, + "line": 1420, "column": 26 }, "end": { - "line": 1402, + "line": 1420, "column": 27 } } @@ -376229,15 +384634,15 @@ { "type": "CommentLine", "value": " reset UI", - "start": 49753, - "end": 49764, + "start": 50601, + "end": 50612, "loc": { "start": { - "line": 1403, + "line": 1421, "column": 16 }, "end": { - "line": 1403, + "line": 1421, "column": 27 } } @@ -376257,15 +384662,15 @@ "updateContext": null }, "value": "this", - "start": 49781, - "end": 49785, + "start": 50629, + "end": 50633, "loc": { "start": { - "line": 1404, + "line": 1422, "column": 16 }, "end": { - "line": 1404, + "line": 1422, "column": 20 } } @@ -376283,15 +384688,15 @@ "binop": null, "updateContext": null }, - "start": 49785, - "end": 49786, + "start": 50633, + "end": 50634, "loc": { "start": { - "line": 1404, + "line": 1422, "column": 20 }, "end": { - "line": 1404, + "line": 1422, "column": 21 } } @@ -376309,15 +384714,15 @@ "binop": null }, "value": "player", - "start": 49786, - "end": 49792, + "start": 50634, + "end": 50640, "loc": { "start": { - "line": 1404, + "line": 1422, "column": 21 }, "end": { - "line": 1404, + "line": 1422, "column": 27 } } @@ -376335,15 +384740,15 @@ "binop": null, "updateContext": null }, - "start": 49792, - "end": 49793, + "start": 50640, + "end": 50641, "loc": { "start": { - "line": 1404, + "line": 1422, "column": 27 }, "end": { - "line": 1404, + "line": 1422, "column": 28 } } @@ -376361,15 +384766,15 @@ "binop": null }, "value": "recordCanvas", - "start": 49793, - "end": 49805, + "start": 50641, + "end": 50653, "loc": { "start": { - "line": 1404, + "line": 1422, "column": 28 }, "end": { - "line": 1404, + "line": 1422, "column": 40 } } @@ -376387,15 +384792,15 @@ "binop": null, "updateContext": null }, - "start": 49805, - "end": 49806, + "start": 50653, + "end": 50654, "loc": { "start": { - "line": 1404, + "line": 1422, "column": 40 }, "end": { - "line": 1404, + "line": 1422, "column": 41 } } @@ -376413,15 +384818,15 @@ "binop": null }, "value": "hide", - "start": 49806, - "end": 49810, + "start": 50654, + "end": 50658, "loc": { "start": { - "line": 1404, + "line": 1422, "column": 41 }, "end": { - "line": 1404, + "line": 1422, "column": 45 } } @@ -376438,15 +384843,15 @@ "postfix": false, "binop": null }, - "start": 49810, - "end": 49811, + "start": 50658, + "end": 50659, "loc": { "start": { - "line": 1404, + "line": 1422, "column": 45 }, "end": { - "line": 1404, + "line": 1422, "column": 46 } } @@ -376463,15 +384868,15 @@ "postfix": false, "binop": null }, - "start": 49811, - "end": 49812, + "start": 50659, + "end": 50660, "loc": { "start": { - "line": 1404, + "line": 1422, "column": 46 }, "end": { - "line": 1404, + "line": 1422, "column": 47 } } @@ -376489,15 +384894,15 @@ "binop": null, "updateContext": null }, - "start": 49812, - "end": 49813, + "start": 50660, + "end": 50661, "loc": { "start": { - "line": 1404, + "line": 1422, "column": 47 }, "end": { - "line": 1404, + "line": 1422, "column": 48 } } @@ -376517,15 +384922,15 @@ "updateContext": null }, "value": "this", - "start": 49830, - "end": 49834, + "start": 50678, + "end": 50682, "loc": { "start": { - "line": 1405, + "line": 1423, "column": 16 }, "end": { - "line": 1405, + "line": 1423, "column": 20 } } @@ -376543,15 +384948,15 @@ "binop": null, "updateContext": null }, - "start": 49834, - "end": 49835, + "start": 50682, + "end": 50683, "loc": { "start": { - "line": 1405, + "line": 1423, "column": 20 }, "end": { - "line": 1405, + "line": 1423, "column": 21 } } @@ -376569,15 +384974,15 @@ "binop": null }, "value": "player", - "start": 49835, - "end": 49841, + "start": 50683, + "end": 50689, "loc": { "start": { - "line": 1405, + "line": 1423, "column": 21 }, "end": { - "line": 1405, + "line": 1423, "column": 27 } } @@ -376595,15 +385000,15 @@ "binop": null, "updateContext": null }, - "start": 49841, - "end": 49842, + "start": 50689, + "end": 50690, "loc": { "start": { - "line": 1405, + "line": 1423, "column": 27 }, "end": { - "line": 1405, + "line": 1423, "column": 28 } } @@ -376621,15 +385026,15 @@ "binop": null }, "value": "cameraButton", - "start": 49842, - "end": 49854, + "start": 50690, + "end": 50702, "loc": { "start": { - "line": 1405, + "line": 1423, "column": 28 }, "end": { - "line": 1405, + "line": 1423, "column": 40 } } @@ -376647,15 +385052,15 @@ "binop": null, "updateContext": null }, - "start": 49854, - "end": 49855, + "start": 50702, + "end": 50703, "loc": { "start": { - "line": 1405, + "line": 1423, "column": 40 }, "end": { - "line": 1405, + "line": 1423, "column": 41 } } @@ -376673,15 +385078,15 @@ "binop": null }, "value": "hide", - "start": 49855, - "end": 49859, + "start": 50703, + "end": 50707, "loc": { "start": { - "line": 1405, + "line": 1423, "column": 41 }, "end": { - "line": 1405, + "line": 1423, "column": 45 } } @@ -376698,15 +385103,15 @@ "postfix": false, "binop": null }, - "start": 49859, - "end": 49860, + "start": 50707, + "end": 50708, "loc": { "start": { - "line": 1405, + "line": 1423, "column": 45 }, "end": { - "line": 1405, + "line": 1423, "column": 46 } } @@ -376723,15 +385128,15 @@ "postfix": false, "binop": null }, - "start": 49860, - "end": 49861, + "start": 50708, + "end": 50709, "loc": { "start": { - "line": 1405, + "line": 1423, "column": 46 }, "end": { - "line": 1405, + "line": 1423, "column": 47 } } @@ -376749,15 +385154,15 @@ "binop": null, "updateContext": null }, - "start": 49861, - "end": 49862, + "start": 50709, + "end": 50710, "loc": { "start": { - "line": 1405, + "line": 1423, "column": 47 }, "end": { - "line": 1405, + "line": 1423, "column": 48 } } @@ -376777,15 +385182,15 @@ "updateContext": null }, "value": "break", - "start": 49879, - "end": 49884, + "start": 50727, + "end": 50732, "loc": { "start": { - "line": 1406, + "line": 1424, "column": 16 }, "end": { - "line": 1406, + "line": 1424, "column": 21 } } @@ -376803,15 +385208,15 @@ "binop": null, "updateContext": null }, - "start": 49884, - "end": 49885, + "start": 50732, + "end": 50733, "loc": { "start": { - "line": 1406, + "line": 1424, "column": 21 }, "end": { - "line": 1406, + "line": 1424, "column": 22 } } @@ -376828,15 +385233,15 @@ "postfix": false, "binop": null }, - "start": 49894, - "end": 49895, + "start": 50742, + "end": 50743, "loc": { "start": { - "line": 1407, + "line": 1425, "column": 8 }, "end": { - "line": 1407, + "line": 1425, "column": 9 } } @@ -376844,15 +385249,15 @@ { "type": "CommentLine", "value": " hide play control", - "start": 49905, - "end": 49925, + "start": 50753, + "end": 50773, "loc": { "start": { - "line": 1409, + "line": 1427, "column": 8 }, "end": { - "line": 1409, + "line": 1427, "column": 28 } } @@ -376872,15 +385277,15 @@ "updateContext": null }, "value": "if", - "start": 49934, - "end": 49936, + "start": 50782, + "end": 50784, "loc": { "start": { - "line": 1410, + "line": 1428, "column": 8 }, "end": { - "line": 1410, + "line": 1428, "column": 10 } } @@ -376897,15 +385302,15 @@ "postfix": false, "binop": null }, - "start": 49937, - "end": 49938, + "start": 50785, + "end": 50786, "loc": { "start": { - "line": 1410, + "line": 1428, "column": 11 }, "end": { - "line": 1410, + "line": 1428, "column": 12 } } @@ -376925,15 +385330,15 @@ "updateContext": null }, "value": "this", - "start": 49938, - "end": 49942, + "start": 50786, + "end": 50790, "loc": { "start": { - "line": 1410, + "line": 1428, "column": 12 }, "end": { - "line": 1410, + "line": 1428, "column": 16 } } @@ -376951,15 +385356,15 @@ "binop": null, "updateContext": null }, - "start": 49942, - "end": 49943, + "start": 50790, + "end": 50791, "loc": { "start": { - "line": 1410, + "line": 1428, "column": 16 }, "end": { - "line": 1410, + "line": 1428, "column": 17 } } @@ -376977,15 +385382,15 @@ "binop": null }, "value": "player", - "start": 49943, - "end": 49949, + "start": 50791, + "end": 50797, "loc": { "start": { - "line": 1410, + "line": 1428, "column": 17 }, "end": { - "line": 1410, + "line": 1428, "column": 23 } } @@ -377003,15 +385408,15 @@ "binop": null, "updateContext": null }, - "start": 49949, - "end": 49950, + "start": 50797, + "end": 50798, "loc": { "start": { - "line": 1410, + "line": 1428, "column": 23 }, "end": { - "line": 1410, + "line": 1428, "column": 24 } } @@ -377029,15 +385434,15 @@ "binop": null }, "value": "controlBar", - "start": 49950, - "end": 49960, + "start": 50798, + "end": 50808, "loc": { "start": { - "line": 1410, + "line": 1428, "column": 24 }, "end": { - "line": 1410, + "line": 1428, "column": 34 } } @@ -377055,15 +385460,15 @@ "binop": null, "updateContext": null }, - "start": 49960, - "end": 49961, + "start": 50808, + "end": 50809, "loc": { "start": { - "line": 1410, + "line": 1428, "column": 34 }, "end": { - "line": 1410, + "line": 1428, "column": 35 } } @@ -377081,15 +385486,15 @@ "binop": null }, "value": "playToggle", - "start": 49961, - "end": 49971, + "start": 50809, + "end": 50819, "loc": { "start": { - "line": 1410, + "line": 1428, "column": 35 }, "end": { - "line": 1410, + "line": 1428, "column": 45 } } @@ -377108,15 +385513,15 @@ "updateContext": null }, "value": "!==", - "start": 49972, - "end": 49975, + "start": 50820, + "end": 50823, "loc": { "start": { - "line": 1410, + "line": 1428, "column": 46 }, "end": { - "line": 1410, + "line": 1428, "column": 49 } } @@ -377134,15 +385539,15 @@ "binop": null }, "value": "undefined", - "start": 49976, - "end": 49985, + "start": 50824, + "end": 50833, "loc": { "start": { - "line": 1410, + "line": 1428, "column": 50 }, "end": { - "line": 1410, + "line": 1428, "column": 59 } } @@ -377159,15 +385564,15 @@ "postfix": false, "binop": null }, - "start": 49985, - "end": 49986, + "start": 50833, + "end": 50834, "loc": { "start": { - "line": 1410, + "line": 1428, "column": 59 }, "end": { - "line": 1410, + "line": 1428, "column": 60 } } @@ -377184,15 +385589,15 @@ "postfix": false, "binop": null }, - "start": 49987, - "end": 49988, + "start": 50835, + "end": 50836, "loc": { "start": { - "line": 1410, + "line": 1428, "column": 61 }, "end": { - "line": 1410, + "line": 1428, "column": 62 } } @@ -377212,15 +385617,15 @@ "updateContext": null }, "value": "this", - "start": 50001, - "end": 50005, + "start": 50849, + "end": 50853, "loc": { "start": { - "line": 1411, + "line": 1429, "column": 12 }, "end": { - "line": 1411, + "line": 1429, "column": 16 } } @@ -377238,15 +385643,15 @@ "binop": null, "updateContext": null }, - "start": 50005, - "end": 50006, + "start": 50853, + "end": 50854, "loc": { "start": { - "line": 1411, + "line": 1429, "column": 16 }, "end": { - "line": 1411, + "line": 1429, "column": 17 } } @@ -377264,15 +385669,15 @@ "binop": null }, "value": "player", - "start": 50006, - "end": 50012, + "start": 50854, + "end": 50860, "loc": { "start": { - "line": 1411, + "line": 1429, "column": 17 }, "end": { - "line": 1411, + "line": 1429, "column": 23 } } @@ -377290,15 +385695,15 @@ "binop": null, "updateContext": null }, - "start": 50012, - "end": 50013, + "start": 50860, + "end": 50861, "loc": { "start": { - "line": 1411, + "line": 1429, "column": 23 }, "end": { - "line": 1411, + "line": 1429, "column": 24 } } @@ -377316,15 +385721,15 @@ "binop": null }, "value": "controlBar", - "start": 50013, - "end": 50023, + "start": 50861, + "end": 50871, "loc": { "start": { - "line": 1411, + "line": 1429, "column": 24 }, "end": { - "line": 1411, + "line": 1429, "column": 34 } } @@ -377342,15 +385747,15 @@ "binop": null, "updateContext": null }, - "start": 50023, - "end": 50024, + "start": 50871, + "end": 50872, "loc": { "start": { - "line": 1411, + "line": 1429, "column": 34 }, "end": { - "line": 1411, + "line": 1429, "column": 35 } } @@ -377368,15 +385773,15 @@ "binop": null }, "value": "playToggle", - "start": 50024, - "end": 50034, + "start": 50872, + "end": 50882, "loc": { "start": { - "line": 1411, + "line": 1429, "column": 35 }, "end": { - "line": 1411, + "line": 1429, "column": 45 } } @@ -377394,15 +385799,15 @@ "binop": null, "updateContext": null }, - "start": 50034, - "end": 50035, + "start": 50882, + "end": 50883, "loc": { "start": { - "line": 1411, + "line": 1429, "column": 45 }, "end": { - "line": 1411, + "line": 1429, "column": 46 } } @@ -377420,15 +385825,15 @@ "binop": null }, "value": "hide", - "start": 50035, - "end": 50039, + "start": 50883, + "end": 50887, "loc": { "start": { - "line": 1411, + "line": 1429, "column": 46 }, "end": { - "line": 1411, + "line": 1429, "column": 50 } } @@ -377445,15 +385850,15 @@ "postfix": false, "binop": null }, - "start": 50039, - "end": 50040, + "start": 50887, + "end": 50888, "loc": { "start": { - "line": 1411, + "line": 1429, "column": 50 }, "end": { - "line": 1411, + "line": 1429, "column": 51 } } @@ -377470,15 +385875,15 @@ "postfix": false, "binop": null }, - "start": 50040, - "end": 50041, + "start": 50888, + "end": 50889, "loc": { "start": { - "line": 1411, + "line": 1429, "column": 51 }, "end": { - "line": 1411, + "line": 1429, "column": 52 } } @@ -377496,15 +385901,15 @@ "binop": null, "updateContext": null }, - "start": 50041, - "end": 50042, + "start": 50889, + "end": 50890, "loc": { "start": { - "line": 1411, + "line": 1429, "column": 52 }, "end": { - "line": 1411, + "line": 1429, "column": 53 } } @@ -377521,15 +385926,15 @@ "postfix": false, "binop": null }, - "start": 50051, - "end": 50052, + "start": 50899, + "end": 50900, "loc": { "start": { - "line": 1412, + "line": 1430, "column": 8 }, "end": { - "line": 1412, + "line": 1430, "column": 9 } } @@ -377537,15 +385942,15 @@ { "type": "CommentLine", "value": " show device selection button", - "start": 50062, - "end": 50093, + "start": 50910, + "end": 50941, "loc": { "start": { - "line": 1414, + "line": 1432, "column": 8 }, "end": { - "line": 1414, + "line": 1432, "column": 39 } } @@ -377565,15 +385970,15 @@ "updateContext": null }, "value": "this", - "start": 50102, - "end": 50106, + "start": 50950, + "end": 50954, "loc": { "start": { - "line": 1415, + "line": 1433, "column": 8 }, "end": { - "line": 1415, + "line": 1433, "column": 12 } } @@ -377591,15 +385996,15 @@ "binop": null, "updateContext": null }, - "start": 50106, - "end": 50107, + "start": 50954, + "end": 50955, "loc": { "start": { - "line": 1415, + "line": 1433, "column": 12 }, "end": { - "line": 1415, + "line": 1433, "column": 13 } } @@ -377617,15 +386022,15 @@ "binop": null }, "value": "player", - "start": 50107, - "end": 50113, + "start": 50955, + "end": 50961, "loc": { "start": { - "line": 1415, + "line": 1433, "column": 13 }, "end": { - "line": 1415, + "line": 1433, "column": 19 } } @@ -377643,15 +386048,15 @@ "binop": null, "updateContext": null }, - "start": 50113, - "end": 50114, + "start": 50961, + "end": 50962, "loc": { "start": { - "line": 1415, + "line": 1433, "column": 19 }, "end": { - "line": 1415, + "line": 1433, "column": 20 } } @@ -377669,15 +386074,15 @@ "binop": null }, "value": "deviceButton", - "start": 50114, - "end": 50126, + "start": 50962, + "end": 50974, "loc": { "start": { - "line": 1415, + "line": 1433, "column": 20 }, "end": { - "line": 1415, + "line": 1433, "column": 32 } } @@ -377695,15 +386100,15 @@ "binop": null, "updateContext": null }, - "start": 50126, - "end": 50127, + "start": 50974, + "end": 50975, "loc": { "start": { - "line": 1415, + "line": 1433, "column": 32 }, "end": { - "line": 1415, + "line": 1433, "column": 33 } } @@ -377721,15 +386126,15 @@ "binop": null }, "value": "show", - "start": 50127, - "end": 50131, + "start": 50975, + "end": 50979, "loc": { "start": { - "line": 1415, + "line": 1433, "column": 33 }, "end": { - "line": 1415, + "line": 1433, "column": 37 } } @@ -377746,15 +386151,15 @@ "postfix": false, "binop": null }, - "start": 50131, - "end": 50132, + "start": 50979, + "end": 50980, "loc": { "start": { - "line": 1415, + "line": 1433, "column": 37 }, "end": { - "line": 1415, + "line": 1433, "column": 38 } } @@ -377771,15 +386176,15 @@ "postfix": false, "binop": null }, - "start": 50132, - "end": 50133, + "start": 50980, + "end": 50981, "loc": { "start": { - "line": 1415, + "line": 1433, "column": 38 }, "end": { - "line": 1415, + "line": 1433, "column": 39 } } @@ -377797,15 +386202,15 @@ "binop": null, "updateContext": null }, - "start": 50133, - "end": 50134, + "start": 50981, + "end": 50982, "loc": { "start": { - "line": 1415, + "line": 1433, "column": 39 }, "end": { - "line": 1415, + "line": 1433, "column": 40 } } @@ -377813,15 +386218,15 @@ { "type": "CommentLine", "value": " hide record button", - "start": 50144, - "end": 50165, + "start": 50992, + "end": 51013, "loc": { "start": { - "line": 1417, + "line": 1435, "column": 8 }, "end": { - "line": 1417, + "line": 1435, "column": 29 } } @@ -377841,15 +386246,15 @@ "updateContext": null }, "value": "this", - "start": 50174, - "end": 50178, + "start": 51022, + "end": 51026, "loc": { "start": { - "line": 1418, + "line": 1436, "column": 8 }, "end": { - "line": 1418, + "line": 1436, "column": 12 } } @@ -377867,15 +386272,15 @@ "binop": null, "updateContext": null }, - "start": 50178, - "end": 50179, + "start": 51026, + "end": 51027, "loc": { "start": { - "line": 1418, + "line": 1436, "column": 12 }, "end": { - "line": 1418, + "line": 1436, "column": 13 } } @@ -377893,15 +386298,15 @@ "binop": null }, "value": "player", - "start": 50179, - "end": 50185, + "start": 51027, + "end": 51033, "loc": { "start": { - "line": 1418, + "line": 1436, "column": 13 }, "end": { - "line": 1418, + "line": 1436, "column": 19 } } @@ -377919,15 +386324,15 @@ "binop": null, "updateContext": null }, - "start": 50185, - "end": 50186, + "start": 51033, + "end": 51034, "loc": { "start": { - "line": 1418, + "line": 1436, "column": 19 }, "end": { - "line": 1418, + "line": 1436, "column": 20 } } @@ -377945,15 +386350,15 @@ "binop": null }, "value": "recordToggle", - "start": 50186, - "end": 50198, + "start": 51034, + "end": 51046, "loc": { "start": { - "line": 1418, + "line": 1436, "column": 20 }, "end": { - "line": 1418, + "line": 1436, "column": 32 } } @@ -377971,15 +386376,15 @@ "binop": null, "updateContext": null }, - "start": 50198, - "end": 50199, + "start": 51046, + "end": 51047, "loc": { "start": { - "line": 1418, + "line": 1436, "column": 32 }, "end": { - "line": 1418, + "line": 1436, "column": 33 } } @@ -377997,15 +386402,15 @@ "binop": null }, "value": "hide", - "start": 50199, - "end": 50203, + "start": 51047, + "end": 51051, "loc": { "start": { - "line": 1418, + "line": 1436, "column": 33 }, "end": { - "line": 1418, + "line": 1436, "column": 37 } } @@ -378022,15 +386427,15 @@ "postfix": false, "binop": null }, - "start": 50203, - "end": 50204, + "start": 51051, + "end": 51052, "loc": { "start": { - "line": 1418, + "line": 1436, "column": 37 }, "end": { - "line": 1418, + "line": 1436, "column": 38 } } @@ -378047,15 +386452,15 @@ "postfix": false, "binop": null }, - "start": 50204, - "end": 50205, + "start": 51052, + "end": 51053, "loc": { "start": { - "line": 1418, + "line": 1436, "column": 38 }, "end": { - "line": 1418, + "line": 1436, "column": 39 } } @@ -378073,15 +386478,15 @@ "binop": null, "updateContext": null }, - "start": 50205, - "end": 50206, + "start": 51053, + "end": 51054, "loc": { "start": { - "line": 1418, + "line": 1436, "column": 39 }, "end": { - "line": 1418, + "line": 1436, "column": 40 } } @@ -378089,15 +386494,15 @@ { "type": "CommentLine", "value": " loadedmetadata resets the durationDisplay for the", - "start": 50216, - "end": 50268, + "start": 51064, + "end": 51116, "loc": { "start": { - "line": 1420, + "line": 1438, "column": 8 }, "end": { - "line": 1420, + "line": 1438, "column": 60 } } @@ -378105,15 +386510,15 @@ { "type": "CommentLine", "value": " first time", - "start": 50277, - "end": 50290, + "start": 51125, + "end": 51138, "loc": { "start": { - "line": 1421, + "line": 1439, "column": 8 }, "end": { - "line": 1421, + "line": 1439, "column": 21 } } @@ -378133,15 +386538,15 @@ "updateContext": null }, "value": "this", - "start": 50299, - "end": 50303, + "start": 51147, + "end": 51151, "loc": { "start": { - "line": 1422, + "line": 1440, "column": 8 }, "end": { - "line": 1422, + "line": 1440, "column": 12 } } @@ -378159,15 +386564,15 @@ "binop": null, "updateContext": null }, - "start": 50303, - "end": 50304, + "start": 51151, + "end": 51152, "loc": { "start": { - "line": 1422, + "line": 1440, "column": 12 }, "end": { - "line": 1422, + "line": 1440, "column": 13 } } @@ -378185,15 +386590,15 @@ "binop": null }, "value": "player", - "start": 50304, - "end": 50310, + "start": 51152, + "end": 51158, "loc": { "start": { - "line": 1422, + "line": 1440, "column": 13 }, "end": { - "line": 1422, + "line": 1440, "column": 19 } } @@ -378211,15 +386616,15 @@ "binop": null, "updateContext": null }, - "start": 50310, - "end": 50311, + "start": 51158, + "end": 51159, "loc": { "start": { - "line": 1422, + "line": 1440, "column": 19 }, "end": { - "line": 1422, + "line": 1440, "column": 20 } } @@ -378237,15 +386642,15 @@ "binop": null }, "value": "one", - "start": 50311, - "end": 50314, + "start": 51159, + "end": 51162, "loc": { "start": { - "line": 1422, + "line": 1440, "column": 20 }, "end": { - "line": 1422, + "line": 1440, "column": 23 } } @@ -378262,15 +386667,15 @@ "postfix": false, "binop": null }, - "start": 50314, - "end": 50315, + "start": 51162, + "end": 51163, "loc": { "start": { - "line": 1422, + "line": 1440, "column": 23 }, "end": { - "line": 1422, + "line": 1440, "column": 24 } } @@ -378288,15 +386693,15 @@ "binop": null }, "value": "Event", - "start": 50315, - "end": 50320, + "start": 51163, + "end": 51168, "loc": { "start": { - "line": 1422, + "line": 1440, "column": 24 }, "end": { - "line": 1422, + "line": 1440, "column": 29 } } @@ -378314,15 +386719,15 @@ "binop": null, "updateContext": null }, - "start": 50320, - "end": 50321, + "start": 51168, + "end": 51169, "loc": { "start": { - "line": 1422, + "line": 1440, "column": 29 }, "end": { - "line": 1422, + "line": 1440, "column": 30 } } @@ -378340,15 +386745,15 @@ "binop": null }, "value": "LOADEDMETADATA", - "start": 50321, - "end": 50335, + "start": 51169, + "end": 51183, "loc": { "start": { - "line": 1422, + "line": 1440, "column": 30 }, "end": { - "line": 1422, + "line": 1440, "column": 44 } } @@ -378366,15 +386771,15 @@ "binop": null, "updateContext": null }, - "start": 50335, - "end": 50336, + "start": 51183, + "end": 51184, "loc": { "start": { - "line": 1422, + "line": 1440, "column": 44 }, "end": { - "line": 1422, + "line": 1440, "column": 45 } } @@ -378391,15 +386796,15 @@ "postfix": false, "binop": null }, - "start": 50337, - "end": 50338, + "start": 51185, + "end": 51186, "loc": { "start": { - "line": 1422, + "line": 1440, "column": 46 }, "end": { - "line": 1422, + "line": 1440, "column": 47 } } @@ -378416,15 +386821,15 @@ "postfix": false, "binop": null }, - "start": 50338, - "end": 50339, + "start": 51186, + "end": 51187, "loc": { "start": { - "line": 1422, + "line": 1440, "column": 47 }, "end": { - "line": 1422, + "line": 1440, "column": 48 } } @@ -378442,15 +386847,15 @@ "binop": null, "updateContext": null }, - "start": 50340, - "end": 50342, + "start": 51188, + "end": 51190, "loc": { "start": { - "line": 1422, + "line": 1440, "column": 49 }, "end": { - "line": 1422, + "line": 1440, "column": 51 } } @@ -378467,15 +386872,15 @@ "postfix": false, "binop": null }, - "start": 50343, - "end": 50344, + "start": 51191, + "end": 51192, "loc": { "start": { - "line": 1422, + "line": 1440, "column": 52 }, "end": { - "line": 1422, + "line": 1440, "column": 53 } } @@ -378483,15 +386888,15 @@ { "type": "CommentLine", "value": " display max record time", - "start": 50357, - "end": 50383, + "start": 51205, + "end": 51231, "loc": { "start": { - "line": 1423, + "line": 1441, "column": 12 }, "end": { - "line": 1423, + "line": 1441, "column": 38 } } @@ -378511,15 +386916,15 @@ "updateContext": null }, "value": "this", - "start": 50396, - "end": 50400, + "start": 51244, + "end": 51248, "loc": { "start": { - "line": 1424, + "line": 1442, "column": 12 }, "end": { - "line": 1424, + "line": 1442, "column": 16 } } @@ -378537,15 +386942,15 @@ "binop": null, "updateContext": null }, - "start": 50400, - "end": 50401, + "start": 51248, + "end": 51249, "loc": { "start": { - "line": 1424, + "line": 1442, "column": 16 }, "end": { - "line": 1424, + "line": 1442, "column": 17 } } @@ -378563,15 +386968,15 @@ "binop": null }, "value": "setDuration", - "start": 50401, - "end": 50412, + "start": 51249, + "end": 51260, "loc": { "start": { - "line": 1424, + "line": 1442, "column": 17 }, "end": { - "line": 1424, + "line": 1442, "column": 28 } } @@ -378588,15 +386993,15 @@ "postfix": false, "binop": null }, - "start": 50412, - "end": 50413, + "start": 51260, + "end": 51261, "loc": { "start": { - "line": 1424, + "line": 1442, "column": 28 }, "end": { - "line": 1424, + "line": 1442, "column": 29 } } @@ -378616,15 +387021,15 @@ "updateContext": null }, "value": "this", - "start": 50413, - "end": 50417, + "start": 51261, + "end": 51265, "loc": { "start": { - "line": 1424, + "line": 1442, "column": 29 }, "end": { - "line": 1424, + "line": 1442, "column": 33 } } @@ -378642,15 +387047,15 @@ "binop": null, "updateContext": null }, - "start": 50417, - "end": 50418, + "start": 51265, + "end": 51266, "loc": { "start": { - "line": 1424, + "line": 1442, "column": 33 }, "end": { - "line": 1424, + "line": 1442, "column": 34 } } @@ -378668,15 +387073,15 @@ "binop": null }, "value": "maxLength", - "start": 50418, - "end": 50427, + "start": 51266, + "end": 51275, "loc": { "start": { - "line": 1424, + "line": 1442, "column": 34 }, "end": { - "line": 1424, + "line": 1442, "column": 43 } } @@ -378693,15 +387098,15 @@ "postfix": false, "binop": null }, - "start": 50427, - "end": 50428, + "start": 51275, + "end": 51276, "loc": { "start": { - "line": 1424, + "line": 1442, "column": 43 }, "end": { - "line": 1424, + "line": 1442, "column": 44 } } @@ -378719,15 +387124,15 @@ "binop": null, "updateContext": null }, - "start": 50428, - "end": 50429, + "start": 51276, + "end": 51277, "loc": { "start": { - "line": 1424, + "line": 1442, "column": 44 }, "end": { - "line": 1424, + "line": 1442, "column": 45 } } @@ -378744,15 +387149,15 @@ "postfix": false, "binop": null }, - "start": 50438, - "end": 50439, + "start": 51286, + "end": 51287, "loc": { "start": { - "line": 1425, + "line": 1443, "column": 8 }, "end": { - "line": 1425, + "line": 1443, "column": 9 } } @@ -378769,15 +387174,15 @@ "postfix": false, "binop": null }, - "start": 50439, - "end": 50440, + "start": 51287, + "end": 51288, "loc": { "start": { - "line": 1425, + "line": 1443, "column": 9 }, "end": { - "line": 1425, + "line": 1443, "column": 10 } } @@ -378795,15 +387200,15 @@ "binop": null, "updateContext": null }, - "start": 50440, - "end": 50441, + "start": 51288, + "end": 51289, "loc": { "start": { - "line": 1425, + "line": 1443, "column": 10 }, "end": { - "line": 1425, + "line": 1443, "column": 11 } } @@ -378820,15 +387225,15 @@ "postfix": false, "binop": null }, - "start": 50446, - "end": 50447, + "start": 51294, + "end": 51295, "loc": { "start": { - "line": 1426, + "line": 1444, "column": 4 }, "end": { - "line": 1426, + "line": 1444, "column": 5 } } @@ -378836,15 +387241,15 @@ { "type": "CommentBlock", "value": "*\n * Reset the plugin recorder state.\n * @private\n ", - "start": 50453, - "end": 50520, + "start": 51301, + "end": 51368, "loc": { "start": { - "line": 1428, + "line": 1446, "column": 4 }, "end": { - "line": 1431, + "line": 1449, "column": 7 } } @@ -378862,15 +387267,15 @@ "binop": null }, "value": "resetState", - "start": 50525, - "end": 50535, + "start": 51373, + "end": 51383, "loc": { "start": { - "line": 1432, + "line": 1450, "column": 4 }, "end": { - "line": 1432, + "line": 1450, "column": 14 } } @@ -378887,15 +387292,15 @@ "postfix": false, "binop": null }, - "start": 50535, - "end": 50536, + "start": 51383, + "end": 51384, "loc": { "start": { - "line": 1432, + "line": 1450, "column": 14 }, "end": { - "line": 1432, + "line": 1450, "column": 15 } } @@ -378912,15 +387317,15 @@ "postfix": false, "binop": null }, - "start": 50536, - "end": 50537, + "start": 51384, + "end": 51385, "loc": { "start": { - "line": 1432, + "line": 1450, "column": 15 }, "end": { - "line": 1432, + "line": 1450, "column": 16 } } @@ -378937,15 +387342,15 @@ "postfix": false, "binop": null }, - "start": 50538, - "end": 50539, + "start": 51386, + "end": 51387, "loc": { "start": { - "line": 1432, + "line": 1450, "column": 17 }, "end": { - "line": 1432, + "line": 1450, "column": 18 } } @@ -378965,15 +387370,15 @@ "updateContext": null }, "value": "this", - "start": 50548, - "end": 50552, + "start": 51396, + "end": 51400, "loc": { "start": { - "line": 1433, + "line": 1451, "column": 8 }, "end": { - "line": 1433, + "line": 1451, "column": 12 } } @@ -378991,15 +387396,15 @@ "binop": null, "updateContext": null }, - "start": 50552, - "end": 50553, + "start": 51400, + "end": 51401, "loc": { "start": { - "line": 1433, + "line": 1451, "column": 12 }, "end": { - "line": 1433, + "line": 1451, "column": 13 } } @@ -379017,15 +387422,15 @@ "binop": null }, "value": "_recording", - "start": 50553, - "end": 50563, + "start": 51401, + "end": 51411, "loc": { "start": { - "line": 1433, + "line": 1451, "column": 13 }, "end": { - "line": 1433, + "line": 1451, "column": 23 } } @@ -379044,15 +387449,15 @@ "updateContext": null }, "value": "=", - "start": 50564, - "end": 50565, + "start": 51412, + "end": 51413, "loc": { "start": { - "line": 1433, + "line": 1451, "column": 24 }, "end": { - "line": 1433, + "line": 1451, "column": 25 } } @@ -379072,15 +387477,15 @@ "updateContext": null }, "value": "false", - "start": 50566, - "end": 50571, + "start": 51414, + "end": 51419, "loc": { "start": { - "line": 1433, + "line": 1451, "column": 26 }, "end": { - "line": 1433, + "line": 1451, "column": 31 } } @@ -379098,15 +387503,15 @@ "binop": null, "updateContext": null }, - "start": 50571, - "end": 50572, + "start": 51419, + "end": 51420, "loc": { "start": { - "line": 1433, + "line": 1451, "column": 31 }, "end": { - "line": 1433, + "line": 1451, "column": 32 } } @@ -379126,15 +387531,15 @@ "updateContext": null }, "value": "this", - "start": 50581, - "end": 50585, + "start": 51429, + "end": 51433, "loc": { "start": { - "line": 1434, + "line": 1452, "column": 8 }, "end": { - "line": 1434, + "line": 1452, "column": 12 } } @@ -379152,15 +387557,15 @@ "binop": null, "updateContext": null }, - "start": 50585, - "end": 50586, + "start": 51433, + "end": 51434, "loc": { "start": { - "line": 1434, + "line": 1452, "column": 12 }, "end": { - "line": 1434, + "line": 1452, "column": 13 } } @@ -379178,15 +387583,15 @@ "binop": null }, "value": "_processing", - "start": 50586, - "end": 50597, + "start": 51434, + "end": 51445, "loc": { "start": { - "line": 1434, + "line": 1452, "column": 13 }, "end": { - "line": 1434, + "line": 1452, "column": 24 } } @@ -379205,15 +387610,15 @@ "updateContext": null }, "value": "=", - "start": 50598, - "end": 50599, + "start": 51446, + "end": 51447, "loc": { "start": { - "line": 1434, + "line": 1452, "column": 25 }, "end": { - "line": 1434, + "line": 1452, "column": 26 } } @@ -379233,15 +387638,15 @@ "updateContext": null }, "value": "false", - "start": 50600, - "end": 50605, + "start": 51448, + "end": 51453, "loc": { "start": { - "line": 1434, + "line": 1452, "column": 27 }, "end": { - "line": 1434, + "line": 1452, "column": 32 } } @@ -379259,16 +387664,1133 @@ "binop": null, "updateContext": null }, - "start": 50605, - "end": 50606, + "start": 51453, + "end": 51454, "loc": { "start": { - "line": 1434, + "line": 1452, "column": 32 }, "end": { - "line": 1434, + "line": 1452, + "column": 33 + } + } + }, + { + "type": { + "label": "this", + "keyword": "this", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "this", + "start": 51463, + "end": 51467, + "loc": { + "start": { + "line": 1453, + "column": 8 + }, + "end": { + "line": 1453, + "column": 12 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 51467, + "end": 51468, + "loc": { + "start": { + "line": 1453, + "column": 12 + }, + "end": { + "line": 1453, + "column": 13 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "_deviceActive", + "start": 51468, + "end": 51481, + "loc": { + "start": { + "line": 1453, + "column": 13 + }, + "end": { + "line": 1453, + "column": 26 + } + } + }, + { + "type": { + "label": "=", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": true, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "=", + "start": 51482, + "end": 51483, + "loc": { + "start": { + "line": 1453, + "column": 27 + }, + "end": { + "line": 1453, + "column": 28 + } + } + }, + { + "type": { + "label": "false", + "keyword": "false", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "false", + "start": 51484, + "end": 51489, + "loc": { + "start": { + "line": 1453, + "column": 29 + }, + "end": { + "line": 1453, + "column": 34 + } + } + }, + { + "type": { + "label": ";", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 51489, + "end": 51490, + "loc": { + "start": { + "line": 1453, + "column": 34 + }, + "end": { + "line": 1453, + "column": 35 + } + } + }, + { + "type": { + "label": "this", + "keyword": "this", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "this", + "start": 51499, + "end": 51503, + "loc": { + "start": { + "line": 1454, + "column": 8 + }, + "end": { + "line": 1454, + "column": 12 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 51503, + "end": 51504, + "loc": { + "start": { + "line": 1454, + "column": 12 + }, + "end": { + "line": 1454, + "column": 13 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "devices", + "start": 51504, + "end": 51511, + "loc": { + "start": { + "line": 1454, + "column": 13 + }, + "end": { + "line": 1454, + "column": 20 + } + } + }, + { + "type": { + "label": "=", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": true, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "=", + "start": 51512, + "end": 51513, + "loc": { + "start": { + "line": 1454, + "column": 21 + }, + "end": { + "line": 1454, + "column": 22 + } + } + }, + { + "type": { + "label": "[", + "beforeExpr": true, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 51514, + "end": 51515, + "loc": { + "start": { + "line": 1454, + "column": 23 + }, + "end": { + "line": 1454, + "column": 24 + } + } + }, + { + "type": { + "label": "]", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 51515, + "end": 51516, + "loc": { + "start": { + "line": 1454, + "column": 24 + }, + "end": { + "line": 1454, + "column": 25 + } + } + }, + { + "type": { + "label": ";", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 51516, + "end": 51517, + "loc": { + "start": { + "line": 1454, + "column": 25 + }, + "end": { + "line": 1454, + "column": 26 + } + } + }, + { + "type": { + "label": "}", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 51522, + "end": 51523, + "loc": { + "start": { + "line": 1455, + "column": 4 + }, + "end": { + "line": 1455, + "column": 5 + } + } + }, + { + "type": "CommentBlock", + "value": "*\n * Removes recorded `Blob` from cache.\n * @private\n ", + "start": 51529, + "end": 51599, + "loc": { + "start": { + "line": 1457, + "column": 4 + }, + "end": { + "line": 1460, + "column": 7 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "removeRecording", + "start": 51604, + "end": 51619, + "loc": { + "start": { + "line": 1461, + "column": 4 + }, + "end": { + "line": 1461, + "column": 19 + } + } + }, + { + "type": { + "label": "(", + "beforeExpr": true, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 51619, + "end": 51620, + "loc": { + "start": { + "line": 1461, + "column": 19 + }, + "end": { + "line": 1461, + "column": 20 + } + } + }, + { + "type": { + "label": ")", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 51620, + "end": 51621, + "loc": { + "start": { + "line": 1461, + "column": 20 + }, + "end": { + "line": 1461, + "column": 21 + } + } + }, + { + "type": { + "label": "{", + "beforeExpr": true, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 51622, + "end": 51623, + "loc": { + "start": { + "line": 1461, + "column": 22 + }, + "end": { + "line": 1461, + "column": 23 + } + } + }, + { + "type": { + "label": "if", + "keyword": "if", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "if", + "start": 51632, + "end": 51634, + "loc": { + "start": { + "line": 1462, + "column": 8 + }, + "end": { + "line": 1462, + "column": 10 + } + } + }, + { + "type": { + "label": "(", + "beforeExpr": true, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 51635, + "end": 51636, + "loc": { + "start": { + "line": 1462, + "column": 11 + }, + "end": { + "line": 1462, + "column": 12 + } + } + }, + { + "type": { + "label": "this", + "keyword": "this", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "this", + "start": 51636, + "end": 51640, + "loc": { + "start": { + "line": 1462, + "column": 12 + }, + "end": { + "line": 1462, + "column": 16 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 51640, + "end": 51641, + "loc": { + "start": { + "line": 1462, + "column": 16 + }, + "end": { + "line": 1462, + "column": 17 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "mediaElement", + "start": 51641, + "end": 51653, + "loc": { + "start": { + "line": 1462, + "column": 17 + }, + "end": { + "line": 1462, + "column": 29 + } + } + }, + { + "type": { + "label": "&&", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": 2, + "updateContext": null + }, + "value": "&&", + "start": 51654, + "end": 51656, + "loc": { + "start": { + "line": 1462, + "column": 30 + }, + "end": { + "line": 1462, + "column": 32 + } + } + }, + { + "type": { + "label": "this", + "keyword": "this", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "this", + "start": 51657, + "end": 51661, + "loc": { + "start": { + "line": 1462, "column": 33 + }, + "end": { + "line": 1462, + "column": 37 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 51661, + "end": 51662, + "loc": { + "start": { + "line": 1462, + "column": 37 + }, + "end": { + "line": 1462, + "column": 38 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "mediaElement", + "start": 51662, + "end": 51674, + "loc": { + "start": { + "line": 1462, + "column": 38 + }, + "end": { + "line": 1462, + "column": 50 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 51674, + "end": 51675, + "loc": { + "start": { + "line": 1462, + "column": 50 + }, + "end": { + "line": 1462, + "column": 51 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "src", + "start": 51675, + "end": 51678, + "loc": { + "start": { + "line": 1462, + "column": 51 + }, + "end": { + "line": 1462, + "column": 54 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 51678, + "end": 51679, + "loc": { + "start": { + "line": 1462, + "column": 54 + }, + "end": { + "line": 1462, + "column": 55 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "startsWith", + "start": 51679, + "end": 51689, + "loc": { + "start": { + "line": 1462, + "column": 55 + }, + "end": { + "line": 1462, + "column": 65 + } + } + }, + { + "type": { + "label": "(", + "beforeExpr": true, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 51689, + "end": 51690, + "loc": { + "start": { + "line": 1462, + "column": 65 + }, + "end": { + "line": 1462, + "column": 66 + } + } + }, + { + "type": { + "label": "string", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "blob:", + "start": 51690, + "end": 51697, + "loc": { + "start": { + "line": 1462, + "column": 66 + }, + "end": { + "line": 1462, + "column": 73 + } + } + }, + { + "type": { + "label": ")", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 51697, + "end": 51698, + "loc": { + "start": { + "line": 1462, + "column": 73 + }, + "end": { + "line": 1462, + "column": 74 + } + } + }, + { + "type": { + "label": "==/!=", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": 6, + "updateContext": null + }, + "value": "===", + "start": 51699, + "end": 51702, + "loc": { + "start": { + "line": 1462, + "column": 75 + }, + "end": { + "line": 1462, + "column": 78 + } + } + }, + { + "type": { + "label": "true", + "keyword": "true", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "true", + "start": 51703, + "end": 51707, + "loc": { + "start": { + "line": 1462, + "column": 79 + }, + "end": { + "line": 1462, + "column": 83 + } + } + }, + { + "type": { + "label": ")", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 51707, + "end": 51708, + "loc": { + "start": { + "line": 1462, + "column": 83 + }, + "end": { + "line": 1462, + "column": 84 + } + } + }, + { + "type": { + "label": "{", + "beforeExpr": true, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 51709, + "end": 51710, + "loc": { + "start": { + "line": 1462, + "column": 85 + }, + "end": { + "line": 1462, + "column": 86 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "URL", + "start": 51723, + "end": 51726, + "loc": { + "start": { + "line": 1463, + "column": 12 + }, + "end": { + "line": 1463, + "column": 15 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 51726, + "end": 51727, + "loc": { + "start": { + "line": 1463, + "column": 15 + }, + "end": { + "line": 1463, + "column": 16 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "revokeObjectURL", + "start": 51727, + "end": 51742, + "loc": { + "start": { + "line": 1463, + "column": 16 + }, + "end": { + "line": 1463, + "column": 31 + } + } + }, + { + "type": { + "label": "(", + "beforeExpr": true, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 51742, + "end": 51743, + "loc": { + "start": { + "line": 1463, + "column": 31 + }, + "end": { + "line": 1463, + "column": 32 } } }, @@ -379286,25 +388808,1372 @@ "binop": null, "updateContext": null }, - "value": "this", - "start": 50615, - "end": 50619, + "value": "this", + "start": 51743, + "end": 51747, + "loc": { + "start": { + "line": 1463, + "column": 32 + }, + "end": { + "line": 1463, + "column": 36 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 51747, + "end": 51748, + "loc": { + "start": { + "line": 1463, + "column": 36 + }, + "end": { + "line": 1463, + "column": 37 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "mediaElement", + "start": 51748, + "end": 51760, + "loc": { + "start": { + "line": 1463, + "column": 37 + }, + "end": { + "line": 1463, + "column": 49 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 51760, + "end": 51761, + "loc": { + "start": { + "line": 1463, + "column": 49 + }, + "end": { + "line": 1463, + "column": 50 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "src", + "start": 51761, + "end": 51764, + "loc": { + "start": { + "line": 1463, + "column": 50 + }, + "end": { + "line": 1463, + "column": 53 + } + } + }, + { + "type": { + "label": ")", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 51764, + "end": 51765, + "loc": { + "start": { + "line": 1463, + "column": 53 + }, + "end": { + "line": 1463, + "column": 54 + } + } + }, + { + "type": { + "label": ";", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 51765, + "end": 51766, + "loc": { + "start": { + "line": 1463, + "column": 54 + }, + "end": { + "line": 1463, + "column": 55 + } + } + }, + { + "type": { + "label": "this", + "keyword": "this", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "this", + "start": 51779, + "end": 51783, + "loc": { + "start": { + "line": 1464, + "column": 12 + }, + "end": { + "line": 1464, + "column": 16 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 51783, + "end": 51784, + "loc": { + "start": { + "line": 1464, + "column": 16 + }, + "end": { + "line": 1464, + "column": 17 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "mediaElement", + "start": 51784, + "end": 51796, + "loc": { + "start": { + "line": 1464, + "column": 17 + }, + "end": { + "line": 1464, + "column": 29 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 51796, + "end": 51797, + "loc": { + "start": { + "line": 1464, + "column": 29 + }, + "end": { + "line": 1464, + "column": 30 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "src", + "start": 51797, + "end": 51800, + "loc": { + "start": { + "line": 1464, + "column": 30 + }, + "end": { + "line": 1464, + "column": 33 + } + } + }, + { + "type": { + "label": "=", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": true, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "=", + "start": 51801, + "end": 51802, + "loc": { + "start": { + "line": 1464, + "column": 34 + }, + "end": { + "line": 1464, + "column": 35 + } + } + }, + { + "type": { + "label": "string", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "", + "start": 51803, + "end": 51805, + "loc": { + "start": { + "line": 1464, + "column": 36 + }, + "end": { + "line": 1464, + "column": 38 + } + } + }, + { + "type": { + "label": ";", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 51805, + "end": 51806, + "loc": { + "start": { + "line": 1464, + "column": 38 + }, + "end": { + "line": 1464, + "column": 39 + } + } + }, + { + "type": { + "label": "}", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 51815, + "end": 51816, + "loc": { + "start": { + "line": 1465, + "column": 8 + }, + "end": { + "line": 1465, + "column": 9 + } + } + }, + { + "type": { + "label": "}", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 51821, + "end": 51822, + "loc": { + "start": { + "line": 1466, + "column": 4 + }, + "end": { + "line": 1466, + "column": 5 + } + } + }, + { + "type": "CommentBlock", + "value": "*\n * Export image data of waveform (audio-only) or current video frame.\n *\n * The default format is `'image/png'`. Other supported types are\n * `'image/jpeg'` and `'image/webp'`.\n *\n * @param {string} format='image/png' A string indicating the image format.\n * The default format type is `'image/png'`.\n * @param {number} quality=1 A number between 0 and 1 indicating the image\n * quality to use for image formats that use lossy compression such as\n * `'image/jpeg'`` and `'image/webp'`.\n * @return {Promise} Returns a `Promise` resolving with an\n * array of `Blob` instances.\n ", + "start": 51828, + "end": 52462, + "loc": { + "start": { + "line": 1468, + "column": 4 + }, + "end": { + "line": 1481, + "column": 7 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "exportImage", + "start": 52467, + "end": 52478, + "loc": { + "start": { + "line": 1482, + "column": 4 + }, + "end": { + "line": 1482, + "column": 15 + } + } + }, + { + "type": { + "label": "(", + "beforeExpr": true, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 52478, + "end": 52479, + "loc": { + "start": { + "line": 1482, + "column": 15 + }, + "end": { + "line": 1482, + "column": 16 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "format", + "start": 52479, + "end": 52485, + "loc": { + "start": { + "line": 1482, + "column": 16 + }, + "end": { + "line": 1482, + "column": 22 + } + } + }, + { + "type": { + "label": "=", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": true, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "=", + "start": 52486, + "end": 52487, + "loc": { + "start": { + "line": 1482, + "column": 23 + }, + "end": { + "line": 1482, + "column": 24 + } + } + }, + { + "type": { + "label": "string", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "image/png", + "start": 52488, + "end": 52499, + "loc": { + "start": { + "line": 1482, + "column": 25 + }, + "end": { + "line": 1482, + "column": 36 + } + } + }, + { + "type": { + "label": ",", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 52499, + "end": 52500, + "loc": { + "start": { + "line": 1482, + "column": 36 + }, + "end": { + "line": 1482, + "column": 37 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "quality", + "start": 52501, + "end": 52508, + "loc": { + "start": { + "line": 1482, + "column": 38 + }, + "end": { + "line": 1482, + "column": 45 + } + } + }, + { + "type": { + "label": "=", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": true, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "=", + "start": 52509, + "end": 52510, + "loc": { + "start": { + "line": 1482, + "column": 46 + }, + "end": { + "line": 1482, + "column": 47 + } + } + }, + { + "type": { + "label": "num", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": 1, + "start": 52511, + "end": 52512, + "loc": { + "start": { + "line": 1482, + "column": 48 + }, + "end": { + "line": 1482, + "column": 49 + } + } + }, + { + "type": { + "label": ")", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 52512, + "end": 52513, + "loc": { + "start": { + "line": 1482, + "column": 49 + }, + "end": { + "line": 1482, + "column": 50 + } + } + }, + { + "type": { + "label": "{", + "beforeExpr": true, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 52514, + "end": 52515, + "loc": { + "start": { + "line": 1482, + "column": 51 + }, + "end": { + "line": 1482, + "column": 52 + } + } + }, + { + "type": { + "label": "if", + "keyword": "if", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "if", + "start": 52524, + "end": 52526, + "loc": { + "start": { + "line": 1483, + "column": 8 + }, + "end": { + "line": 1483, + "column": 10 + } + } + }, + { + "type": { + "label": "(", + "beforeExpr": true, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 52527, + "end": 52528, + "loc": { + "start": { + "line": 1483, + "column": 11 + }, + "end": { + "line": 1483, + "column": 12 + } + } + }, + { + "type": { + "label": "this", + "keyword": "this", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "this", + "start": 52528, + "end": 52532, + "loc": { + "start": { + "line": 1483, + "column": 12 + }, + "end": { + "line": 1483, + "column": 16 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 52532, + "end": 52533, + "loc": { + "start": { + "line": 1483, + "column": 16 + }, + "end": { + "line": 1483, + "column": 17 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "getRecordType", + "start": 52533, + "end": 52546, + "loc": { + "start": { + "line": 1483, + "column": 17 + }, + "end": { + "line": 1483, + "column": 30 + } + } + }, + { + "type": { + "label": "(", + "beforeExpr": true, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 52546, + "end": 52547, + "loc": { + "start": { + "line": 1483, + "column": 30 + }, + "end": { + "line": 1483, + "column": 31 + } + } + }, + { + "type": { + "label": ")", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 52547, + "end": 52548, + "loc": { + "start": { + "line": 1483, + "column": 31 + }, + "end": { + "line": 1483, + "column": 32 + } + } + }, + { + "type": { + "label": "==/!=", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": 6, + "updateContext": null + }, + "value": "===", + "start": 52549, + "end": 52552, + "loc": { + "start": { + "line": 1483, + "column": 33 + }, + "end": { + "line": 1483, + "column": 36 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "AUDIO_ONLY", + "start": 52553, + "end": 52563, + "loc": { + "start": { + "line": 1483, + "column": 37 + }, + "end": { + "line": 1483, + "column": 47 + } + } + }, + { + "type": { + "label": ")", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 52563, + "end": 52564, + "loc": { + "start": { + "line": 1483, + "column": 47 + }, + "end": { + "line": 1483, + "column": 48 + } + } + }, + { + "type": { + "label": "{", + "beforeExpr": true, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 52565, + "end": 52566, + "loc": { + "start": { + "line": 1483, + "column": 49 + }, + "end": { + "line": 1483, + "column": 50 + } + } + }, + { + "type": { + "label": "return", + "keyword": "return", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "return", + "start": 52579, + "end": 52585, + "loc": { + "start": { + "line": 1484, + "column": 12 + }, + "end": { + "line": 1484, + "column": 18 + } + } + }, + { + "type": { + "label": "this", + "keyword": "this", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "this", + "start": 52586, + "end": 52590, + "loc": { + "start": { + "line": 1484, + "column": 19 + }, + "end": { + "line": 1484, + "column": 23 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 52590, + "end": 52591, + "loc": { + "start": { + "line": 1484, + "column": 23 + }, + "end": { + "line": 1484, + "column": 24 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "surfer", + "start": 52591, + "end": 52597, + "loc": { + "start": { + "line": 1484, + "column": 24 + }, + "end": { + "line": 1484, + "column": 30 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 52597, + "end": 52598, + "loc": { + "start": { + "line": 1484, + "column": 30 + }, + "end": { + "line": 1484, + "column": 31 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "surfer", + "start": 52598, + "end": 52604, + "loc": { + "start": { + "line": 1484, + "column": 31 + }, + "end": { + "line": 1484, + "column": 37 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 52604, + "end": 52605, + "loc": { + "start": { + "line": 1484, + "column": 37 + }, + "end": { + "line": 1484, + "column": 38 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "exportImage", + "start": 52605, + "end": 52616, + "loc": { + "start": { + "line": 1484, + "column": 38 + }, + "end": { + "line": 1484, + "column": 49 + } + } + }, + { + "type": { + "label": "(", + "beforeExpr": true, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 52616, + "end": 52617, + "loc": { + "start": { + "line": 1484, + "column": 49 + }, + "end": { + "line": 1484, + "column": 50 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "format", + "start": 52617, + "end": 52623, + "loc": { + "start": { + "line": 1484, + "column": 50 + }, + "end": { + "line": 1484, + "column": 56 + } + } + }, + { + "type": { + "label": ",", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 52623, + "end": 52624, + "loc": { + "start": { + "line": 1484, + "column": 56 + }, + "end": { + "line": 1484, + "column": 57 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "quality", + "start": 52625, + "end": 52632, + "loc": { + "start": { + "line": 1484, + "column": 58 + }, + "end": { + "line": 1484, + "column": 65 + } + } + }, + { + "type": { + "label": ",", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 52632, + "end": 52633, "loc": { "start": { - "line": 1435, - "column": 8 + "line": 1484, + "column": 65 }, "end": { - "line": 1435, - "column": 12 + "line": 1484, + "column": 66 } } }, { "type": { - "label": ".", + "label": "string", "beforeExpr": false, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -379313,24 +390182,25 @@ "binop": null, "updateContext": null }, - "start": 50619, - "end": 50620, + "value": "blob", + "start": 52634, + "end": 52640, "loc": { "start": { - "line": 1435, - "column": 12 + "line": 1484, + "column": 67 }, "end": { - "line": 1435, - "column": 13 + "line": 1484, + "column": 73 } } }, { "type": { - "label": "name", + "label": ")", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -379338,78 +390208,74 @@ "postfix": false, "binop": null }, - "value": "_deviceActive", - "start": 50620, - "end": 50633, + "start": 52640, + "end": 52641, "loc": { "start": { - "line": 1435, - "column": 13 + "line": 1484, + "column": 73 }, "end": { - "line": 1435, - "column": 26 + "line": 1484, + "column": 74 } } }, { "type": { - "label": "=", + "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, - "isAssign": true, + "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, - "value": "=", - "start": 50634, - "end": 50635, + "start": 52641, + "end": 52642, "loc": { "start": { - "line": 1435, - "column": 27 + "line": 1484, + "column": 74 }, "end": { - "line": 1435, - "column": 28 + "line": 1484, + "column": 75 } } }, { "type": { - "label": "false", - "keyword": "false", + "label": "}", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "false", - "start": 50636, - "end": 50641, + "start": 52651, + "end": 52652, "loc": { "start": { - "line": 1435, - "column": 29 + "line": 1485, + "column": 8 }, "end": { - "line": 1435, - "column": 34 + "line": 1485, + "column": 9 } } }, { "type": { - "label": ";", + "label": "else", + "keyword": "else", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, @@ -379420,50 +390286,65 @@ "binop": null, "updateContext": null }, - "start": 50641, - "end": 50642, + "value": "else", + "start": 52653, + "end": 52657, "loc": { "start": { - "line": 1435, - "column": 34 + "line": 1485, + "column": 10 }, "end": { - "line": 1435, - "column": 35 + "line": 1485, + "column": 14 } } }, { "type": { - "label": "this", - "keyword": "this", - "beforeExpr": false, + "label": "{", + "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "this", - "start": 50651, - "end": 50655, + "start": 52658, + "end": 52659, "loc": { "start": { - "line": 1436, - "column": 8 + "line": 1485, + "column": 15 }, "end": { - "line": 1436, + "line": 1485, + "column": 16 + } + } + }, + { + "type": "CommentLine", + "value": " get a frame and copy it onto the canvas", + "start": 52672, + "end": 52714, + "loc": { + "start": { + "line": 1486, "column": 12 + }, + "end": { + "line": 1486, + "column": 54 } } }, { "type": { - "label": ".", + "label": "let", + "keyword": "let", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -379474,16 +390355,17 @@ "binop": null, "updateContext": null }, - "start": 50655, - "end": 50656, + "value": "let", + "start": 52727, + "end": 52730, "loc": { "start": { - "line": 1436, + "line": 1487, "column": 12 }, "end": { - "line": 1436, - "column": 13 + "line": 1487, + "column": 15 } } }, @@ -379499,17 +390381,17 @@ "postfix": false, "binop": null }, - "value": "devices", - "start": 50656, - "end": 50663, + "value": "recordCanvas", + "start": 52731, + "end": 52743, "loc": { "start": { - "line": 1436, - "column": 13 + "line": 1487, + "column": 16 }, "end": { - "line": 1436, - "column": 20 + "line": 1487, + "column": 28 } } }, @@ -379527,23 +390409,24 @@ "updateContext": null }, "value": "=", - "start": 50664, - "end": 50665, + "start": 52744, + "end": 52745, "loc": { "start": { - "line": 1436, - "column": 21 + "line": 1487, + "column": 29 }, "end": { - "line": 1436, - "column": 22 + "line": 1487, + "column": 30 } } }, { "type": { - "label": "[", - "beforeExpr": true, + "label": "this", + "keyword": "this", + "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, @@ -379553,22 +390436,23 @@ "binop": null, "updateContext": null }, - "start": 50666, - "end": 50667, + "value": "this", + "start": 52746, + "end": 52750, "loc": { "start": { - "line": 1436, - "column": 23 + "line": 1487, + "column": 31 }, "end": { - "line": 1436, - "column": 24 + "line": 1487, + "column": 35 } } }, { "type": { - "label": "]", + "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -379579,48 +390463,48 @@ "binop": null, "updateContext": null }, - "start": 50667, - "end": 50668, + "start": 52750, + "end": 52751, "loc": { "start": { - "line": 1436, - "column": 24 + "line": 1487, + "column": 35 }, "end": { - "line": 1436, - "column": 25 + "line": 1487, + "column": 36 } } }, { "type": { - "label": ";", - "beforeExpr": true, - "startsExpr": false, + "label": "name", + "beforeExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 50668, - "end": 50669, + "value": "player", + "start": 52751, + "end": 52757, "loc": { "start": { - "line": 1436, - "column": 25 + "line": 1487, + "column": 36 }, "end": { - "line": 1436, - "column": 26 + "line": 1487, + "column": 42 } } }, { "type": { - "label": "}", + "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -379628,34 +390512,19 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 50674, - "end": 50675, - "loc": { - "start": { - "line": 1437, - "column": 4 - }, - "end": { - "line": 1437, - "column": 5 - } - } - }, - { - "type": "CommentBlock", - "value": "*\n * Removes recorded `Blob` from cache.\n * @private\n ", - "start": 50681, - "end": 50751, + "start": 52757, + "end": 52758, "loc": { "start": { - "line": 1439, - "column": 4 + "line": 1487, + "column": 42 }, "end": { - "line": 1442, - "column": 7 + "line": 1487, + "column": 43 } } }, @@ -379671,48 +390540,23 @@ "postfix": false, "binop": null }, - "value": "removeRecording", - "start": 50756, - "end": 50771, - "loc": { - "start": { - "line": 1443, - "column": 4 - }, - "end": { - "line": 1443, - "column": 19 - } - } - }, - { - "type": { - "label": "(", - "beforeExpr": true, - "startsExpr": true, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "start": 50771, - "end": 50772, + "value": "recordCanvas", + "start": 52758, + "end": 52770, "loc": { "start": { - "line": 1443, - "column": 19 + "line": 1487, + "column": 43 }, "end": { - "line": 1443, - "column": 20 + "line": 1487, + "column": 55 } } }, { "type": { - "label": ")", + "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -379720,25 +390564,26 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 50772, - "end": 50773, + "start": 52770, + "end": 52771, "loc": { "start": { - "line": 1443, - "column": 20 + "line": 1487, + "column": 55 }, "end": { - "line": 1443, - "column": 21 + "line": 1487, + "column": 56 } } }, { "type": { - "label": "{", - "beforeExpr": true, + "label": "name", + "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, @@ -379747,44 +390592,17 @@ "postfix": false, "binop": null }, - "start": 50774, - "end": 50775, - "loc": { - "start": { - "line": 1443, - "column": 22 - }, - "end": { - "line": 1443, - "column": 23 - } - } - }, - { - "type": { - "label": "if", - "keyword": "if", - "beforeExpr": false, - "startsExpr": false, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null, - "updateContext": null - }, - "value": "if", - "start": 50784, - "end": 50786, + "value": "el", + "start": 52771, + "end": 52773, "loc": { "start": { - "line": 1444, - "column": 8 + "line": 1487, + "column": 56 }, "end": { - "line": 1444, - "column": 10 + "line": 1487, + "column": 58 } } }, @@ -379800,44 +390618,41 @@ "postfix": false, "binop": null }, - "start": 50787, - "end": 50788, + "start": 52773, + "end": 52774, "loc": { "start": { - "line": 1444, - "column": 11 + "line": 1487, + "column": 58 }, "end": { - "line": 1444, - "column": 12 + "line": 1487, + "column": 59 } } }, { "type": { - "label": "this", - "keyword": "this", + "label": ")", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "this", - "start": 50788, - "end": 50792, + "start": 52774, + "end": 52775, "loc": { "start": { - "line": 1444, - "column": 12 + "line": 1487, + "column": 59 }, "end": { - "line": 1444, - "column": 16 + "line": 1487, + "column": 60 } } }, @@ -379854,16 +390669,16 @@ "binop": null, "updateContext": null }, - "start": 50792, - "end": 50793, + "start": 52775, + "end": 52776, "loc": { "start": { - "line": 1444, - "column": 16 + "line": 1487, + "column": 60 }, "end": { - "line": 1444, - "column": 17 + "line": 1487, + "column": 61 } } }, @@ -379879,23 +390694,23 @@ "postfix": false, "binop": null }, - "value": "mediaElement", - "start": 50793, - "end": 50805, + "value": "firstChild", + "start": 52776, + "end": 52786, "loc": { "start": { - "line": 1444, - "column": 17 + "line": 1487, + "column": 61 }, "end": { - "line": 1444, - "column": 29 + "line": 1487, + "column": 71 } } }, { "type": { - "label": "&&", + "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, @@ -379903,20 +390718,19 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": 2, + "binop": null, "updateContext": null }, - "value": "&&", - "start": 50806, - "end": 50808, + "start": 52786, + "end": 52787, "loc": { "start": { - "line": 1444, - "column": 30 + "line": 1487, + "column": 71 }, "end": { - "line": 1444, - "column": 32 + "line": 1487, + "column": 72 } } }, @@ -379935,16 +390749,16 @@ "updateContext": null }, "value": "this", - "start": 50809, - "end": 50813, + "start": 52800, + "end": 52804, "loc": { "start": { - "line": 1444, - "column": 33 + "line": 1488, + "column": 12 }, "end": { - "line": 1444, - "column": 37 + "line": 1488, + "column": 16 } } }, @@ -379961,16 +390775,16 @@ "binop": null, "updateContext": null }, - "start": 50813, - "end": 50814, + "start": 52804, + "end": 52805, "loc": { "start": { - "line": 1444, - "column": 37 + "line": 1488, + "column": 16 }, "end": { - "line": 1444, - "column": 38 + "line": 1488, + "column": 17 } } }, @@ -379986,43 +390800,42 @@ "postfix": false, "binop": null }, - "value": "mediaElement", - "start": 50814, - "end": 50826, + "value": "drawCanvas", + "start": 52805, + "end": 52815, "loc": { "start": { - "line": 1444, - "column": 38 + "line": 1488, + "column": 17 }, "end": { - "line": 1444, - "column": 50 + "line": 1488, + "column": 27 } } }, { "type": { - "label": ".", - "beforeExpr": false, - "startsExpr": false, + "label": "(", + "beforeExpr": true, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 50826, - "end": 50827, + "start": 52815, + "end": 52816, "loc": { "start": { - "line": 1444, - "column": 50 + "line": 1488, + "column": 27 }, "end": { - "line": 1444, - "column": 51 + "line": 1488, + "column": 28 } } }, @@ -380038,24 +390851,24 @@ "postfix": false, "binop": null }, - "value": "src", - "start": 50827, - "end": 50830, + "value": "recordCanvas", + "start": 52816, + "end": 52828, "loc": { "start": { - "line": 1444, - "column": 51 + "line": 1488, + "column": 28 }, "end": { - "line": 1444, - "column": 54 + "line": 1488, + "column": 40 } } }, { "type": { - "label": ".", - "beforeExpr": false, + "label": ",", + "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, @@ -380065,22 +390878,23 @@ "binop": null, "updateContext": null }, - "start": 50830, - "end": 50831, + "start": 52828, + "end": 52829, "loc": { "start": { - "line": 1444, - "column": 54 + "line": 1488, + "column": 40 }, "end": { - "line": 1444, - "column": 55 + "line": 1488, + "column": 41 } } }, { "type": { - "label": "name", + "label": "this", + "keyword": "this", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -380088,50 +390902,52 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "value": "startsWith", - "start": 50831, - "end": 50841, + "value": "this", + "start": 52830, + "end": 52834, "loc": { "start": { - "line": 1444, - "column": 55 + "line": 1488, + "column": 42 }, "end": { - "line": 1444, - "column": 65 + "line": 1488, + "column": 46 } } }, { "type": { - "label": "(", - "beforeExpr": true, - "startsExpr": true, + "label": ".", + "beforeExpr": false, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 50841, - "end": 50842, + "start": 52834, + "end": 52835, "loc": { "start": { - "line": 1444, - "column": 65 + "line": 1488, + "column": 46 }, "end": { - "line": 1444, - "column": 66 + "line": 1488, + "column": 47 } } }, { "type": { - "label": "string", + "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -380139,20 +390955,19 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "blob:", - "start": 50842, - "end": 50849, + "value": "mediaElement", + "start": 52835, + "end": 52847, "loc": { "start": { - "line": 1444, - "column": 66 + "line": 1488, + "column": 47 }, "end": { - "line": 1444, - "column": 73 + "line": 1488, + "column": 59 } } }, @@ -380168,22 +390983,22 @@ "postfix": false, "binop": null }, - "start": 50849, - "end": 50850, + "start": 52847, + "end": 52848, "loc": { "start": { - "line": 1444, - "column": 73 + "line": 1488, + "column": 59 }, "end": { - "line": 1444, - "column": 74 + "line": 1488, + "column": 60 } } }, { "type": { - "label": "==/!=", + "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, @@ -380191,29 +391006,28 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": 6, + "binop": null, "updateContext": null }, - "value": "===", - "start": 50851, - "end": 50854, + "start": 52848, + "end": 52849, "loc": { "start": { - "line": 1444, - "column": 75 + "line": 1488, + "column": 60 }, "end": { - "line": 1444, - "column": 78 + "line": 1488, + "column": 61 } } }, { "type": { - "label": "true", - "keyword": "true", - "beforeExpr": false, - "startsExpr": true, + "label": "return", + "keyword": "return", + "beforeExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -380222,49 +391036,52 @@ "binop": null, "updateContext": null }, - "value": "true", - "start": 50855, - "end": 50859, + "value": "return", + "start": 52863, + "end": 52869, "loc": { "start": { - "line": 1444, - "column": 79 + "line": 1490, + "column": 12 }, "end": { - "line": 1444, - "column": 83 + "line": 1490, + "column": 18 } } }, { "type": { - "label": ")", - "beforeExpr": false, - "startsExpr": false, + "label": "new", + "keyword": "new", + "beforeExpr": true, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 50859, - "end": 50860, + "value": "new", + "start": 52870, + "end": 52873, "loc": { "start": { - "line": 1444, - "column": 83 + "line": 1490, + "column": 19 }, "end": { - "line": 1444, - "column": 84 + "line": 1490, + "column": 22 } } }, { "type": { - "label": "{", - "beforeExpr": true, + "label": "name", + "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, @@ -380273,23 +391090,24 @@ "postfix": false, "binop": null }, - "start": 50861, - "end": 50862, + "value": "Promise", + "start": 52874, + "end": 52881, "loc": { "start": { - "line": 1444, - "column": 85 + "line": 1490, + "column": 23 }, "end": { - "line": 1444, - "column": 86 + "line": 1490, + "column": 30 } } }, { "type": { - "label": "name", - "beforeExpr": false, + "label": "(", + "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, @@ -380298,75 +391116,74 @@ "postfix": false, "binop": null }, - "value": "URL", - "start": 50875, - "end": 50878, + "start": 52881, + "end": 52882, "loc": { "start": { - "line": 1445, - "column": 12 + "line": 1490, + "column": 30 }, "end": { - "line": 1445, - "column": 15 + "line": 1490, + "column": 31 } } }, { "type": { - "label": ".", + "label": "name", "beforeExpr": false, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 50878, - "end": 50879, + "value": "resolve", + "start": 52882, + "end": 52889, "loc": { "start": { - "line": 1445, - "column": 15 + "line": 1490, + "column": 31 }, "end": { - "line": 1445, - "column": 16 + "line": 1490, + "column": 38 } } }, { "type": { - "label": "name", - "beforeExpr": false, - "startsExpr": true, + "label": "=>", + "beforeExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "value": "revokeObjectURL", - "start": 50879, - "end": 50894, + "start": 52890, + "end": 52892, "loc": { "start": { - "line": 1445, - "column": 16 + "line": 1490, + "column": 39 }, "end": { - "line": 1445, - "column": 31 + "line": 1490, + "column": 41 } } }, { "type": { - "label": "(", + "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, @@ -380376,23 +391193,22 @@ "postfix": false, "binop": null }, - "start": 50894, - "end": 50895, + "start": 52893, + "end": 52894, "loc": { "start": { - "line": 1445, - "column": 31 + "line": 1490, + "column": 42 }, "end": { - "line": 1445, - "column": 32 + "line": 1490, + "column": 43 } } }, { "type": { - "label": "this", - "keyword": "this", + "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -380400,20 +391216,19 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "this", - "start": 50895, - "end": 50899, + "value": "recordCanvas", + "start": 52911, + "end": 52923, "loc": { "start": { - "line": 1445, - "column": 32 + "line": 1491, + "column": 16 }, "end": { - "line": 1445, - "column": 36 + "line": 1491, + "column": 28 } } }, @@ -380430,16 +391245,16 @@ "binop": null, "updateContext": null }, - "start": 50899, - "end": 50900, + "start": 52923, + "end": 52924, "loc": { "start": { - "line": 1445, - "column": 36 + "line": 1491, + "column": 28 }, "end": { - "line": 1445, - "column": 37 + "line": 1491, + "column": 29 } } }, @@ -380455,50 +391270,24 @@ "postfix": false, "binop": null }, - "value": "mediaElement", - "start": 50900, - "end": 50912, - "loc": { - "start": { - "line": 1445, - "column": 37 - }, - "end": { - "line": 1445, - "column": 49 - } - } - }, - { - "type": { - "label": ".", - "beforeExpr": false, - "startsExpr": false, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null, - "updateContext": null - }, - "start": 50912, - "end": 50913, + "value": "toBlob", + "start": 52924, + "end": 52930, "loc": { "start": { - "line": 1445, - "column": 49 + "line": 1491, + "column": 29 }, "end": { - "line": 1445, - "column": 50 + "line": 1491, + "column": 35 } } }, { "type": { - "label": "name", - "beforeExpr": false, + "label": "(", + "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, @@ -380507,25 +391296,24 @@ "postfix": false, "binop": null }, - "value": "src", - "start": 50913, - "end": 50916, + "start": 52930, + "end": 52931, "loc": { "start": { - "line": 1445, - "column": 50 + "line": 1491, + "column": 35 }, "end": { - "line": 1445, - "column": 53 + "line": 1491, + "column": 36 } } }, { "type": { - "label": ")", + "label": "name", "beforeExpr": false, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -380533,22 +391321,23 @@ "postfix": false, "binop": null }, - "start": 50916, - "end": 50917, + "value": "resolve", + "start": 52931, + "end": 52938, "loc": { "start": { - "line": 1445, - "column": 53 + "line": 1491, + "column": 36 }, "end": { - "line": 1445, - "column": 54 + "line": 1491, + "column": 43 } } }, { "type": { - "label": ";", + "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, @@ -380559,23 +391348,22 @@ "binop": null, "updateContext": null }, - "start": 50917, - "end": 50918, + "start": 52938, + "end": 52939, "loc": { "start": { - "line": 1445, - "column": 54 + "line": 1491, + "column": 43 }, "end": { - "line": 1445, - "column": 55 + "line": 1491, + "column": 44 } } }, { "type": { - "label": "this", - "keyword": "this", + "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -380583,27 +391371,26 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "this", - "start": 50931, - "end": 50935, + "value": "format", + "start": 52940, + "end": 52946, "loc": { "start": { - "line": 1446, - "column": 12 + "line": 1491, + "column": 45 }, "end": { - "line": 1446, - "column": 16 + "line": 1491, + "column": 51 } } }, { "type": { - "label": ".", - "beforeExpr": false, + "label": ",", + "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, @@ -380613,16 +391400,16 @@ "binop": null, "updateContext": null }, - "start": 50935, - "end": 50936, + "start": 52946, + "end": 52947, "loc": { "start": { - "line": 1446, - "column": 16 + "line": 1491, + "column": 51 }, "end": { - "line": 1446, - "column": 17 + "line": 1491, + "column": 52 } } }, @@ -380638,23 +391425,23 @@ "postfix": false, "binop": null }, - "value": "mediaElement", - "start": 50936, - "end": 50948, + "value": "quality", + "start": 52948, + "end": 52955, "loc": { "start": { - "line": 1446, - "column": 17 + "line": 1491, + "column": 53 }, "end": { - "line": 1446, - "column": 29 + "line": 1491, + "column": 60 } } }, { "type": { - "label": ".", + "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -380662,99 +391449,94 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 50948, - "end": 50949, + "start": 52955, + "end": 52956, "loc": { "start": { - "line": 1446, - "column": 29 + "line": 1491, + "column": 60 }, "end": { - "line": 1446, - "column": 30 + "line": 1491, + "column": 61 } } }, { "type": { - "label": "name", - "beforeExpr": false, - "startsExpr": true, + "label": ";", + "beforeExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "value": "src", - "start": 50949, - "end": 50952, + "start": 52956, + "end": 52957, "loc": { "start": { - "line": 1446, - "column": 30 + "line": 1491, + "column": 61 }, "end": { - "line": 1446, - "column": 33 + "line": 1491, + "column": 62 } } }, { "type": { - "label": "=", - "beforeExpr": true, + "label": "}", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, - "isAssign": true, + "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "=", - "start": 50953, - "end": 50954, + "start": 52970, + "end": 52971, "loc": { "start": { - "line": 1446, - "column": 34 + "line": 1492, + "column": 12 }, "end": { - "line": 1446, - "column": 35 + "line": 1492, + "column": 13 } } }, { "type": { - "label": "string", + "label": ")", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "", - "start": 50955, - "end": 50957, + "start": 52971, + "end": 52972, "loc": { "start": { - "line": 1446, - "column": 36 + "line": 1492, + "column": 13 }, "end": { - "line": 1446, - "column": 38 + "line": 1492, + "column": 14 } } }, @@ -380771,16 +391553,16 @@ "binop": null, "updateContext": null }, - "start": 50957, - "end": 50958, + "start": 52972, + "end": 52973, "loc": { "start": { - "line": 1446, - "column": 38 + "line": 1492, + "column": 14 }, "end": { - "line": 1446, - "column": 39 + "line": 1492, + "column": 15 } } }, @@ -380796,15 +391578,15 @@ "postfix": false, "binop": null }, - "start": 50967, - "end": 50968, + "start": 52982, + "end": 52983, "loc": { "start": { - "line": 1447, + "line": 1493, "column": 8 }, "end": { - "line": 1447, + "line": 1493, "column": 9 } } @@ -380821,15 +391603,15 @@ "postfix": false, "binop": null }, - "start": 50973, - "end": 50974, + "start": 52988, + "end": 52989, "loc": { "start": { - "line": 1448, + "line": 1494, "column": 4 }, "end": { - "line": 1448, + "line": 1494, "column": 5 } } @@ -380837,15 +391619,15 @@ { "type": "CommentBlock", "value": "*\n * Mute LocalMediaStream audio and video tracks.\n *\n * @param {boolean} mute - Whether or not the mute the track(s).\n ", - "start": 50980, - "end": 51120, + "start": 52995, + "end": 53135, "loc": { "start": { - "line": 1450, + "line": 1496, "column": 4 }, "end": { - "line": 1454, + "line": 1500, "column": 7 } } @@ -380863,15 +391645,15 @@ "binop": null }, "value": "muteTracks", - "start": 51125, - "end": 51135, + "start": 53140, + "end": 53150, "loc": { "start": { - "line": 1455, + "line": 1501, "column": 4 }, "end": { - "line": 1455, + "line": 1501, "column": 14 } } @@ -380888,15 +391670,15 @@ "postfix": false, "binop": null }, - "start": 51135, - "end": 51136, + "start": 53150, + "end": 53151, "loc": { "start": { - "line": 1455, + "line": 1501, "column": 14 }, "end": { - "line": 1455, + "line": 1501, "column": 15 } } @@ -380914,15 +391696,15 @@ "binop": null }, "value": "mute", - "start": 51136, - "end": 51140, + "start": 53151, + "end": 53155, "loc": { "start": { - "line": 1455, + "line": 1501, "column": 15 }, "end": { - "line": 1455, + "line": 1501, "column": 19 } } @@ -380939,15 +391721,15 @@ "postfix": false, "binop": null }, - "start": 51140, - "end": 51141, + "start": 53155, + "end": 53156, "loc": { "start": { - "line": 1455, + "line": 1501, "column": 19 }, "end": { - "line": 1455, + "line": 1501, "column": 20 } } @@ -380964,15 +391746,15 @@ "postfix": false, "binop": null }, - "start": 51142, - "end": 51143, + "start": 53157, + "end": 53158, "loc": { "start": { - "line": 1455, + "line": 1501, "column": 21 }, "end": { - "line": 1455, + "line": 1501, "column": 22 } } @@ -380992,15 +391774,15 @@ "updateContext": null }, "value": "if", - "start": 51152, - "end": 51154, + "start": 53167, + "end": 53169, "loc": { "start": { - "line": 1456, + "line": 1502, "column": 8 }, "end": { - "line": 1456, + "line": 1502, "column": 10 } } @@ -381017,15 +391799,15 @@ "postfix": false, "binop": null }, - "start": 51155, - "end": 51156, + "start": 53170, + "end": 53171, "loc": { "start": { - "line": 1456, + "line": 1502, "column": 11 }, "end": { - "line": 1456, + "line": 1502, "column": 12 } } @@ -381042,15 +391824,15 @@ "postfix": false, "binop": null }, - "start": 51156, - "end": 51157, + "start": 53171, + "end": 53172, "loc": { "start": { - "line": 1456, + "line": 1502, "column": 12 }, "end": { - "line": 1456, + "line": 1502, "column": 13 } } @@ -381070,15 +391852,15 @@ "updateContext": null }, "value": "this", - "start": 51157, - "end": 51161, + "start": 53172, + "end": 53176, "loc": { "start": { - "line": 1456, + "line": 1502, "column": 13 }, "end": { - "line": 1456, + "line": 1502, "column": 17 } } @@ -381096,15 +391878,15 @@ "binop": null, "updateContext": null }, - "start": 51161, - "end": 51162, + "start": 53176, + "end": 53177, "loc": { "start": { - "line": 1456, + "line": 1502, "column": 17 }, "end": { - "line": 1456, + "line": 1502, "column": 18 } } @@ -381122,15 +391904,15 @@ "binop": null }, "value": "getRecordType", - "start": 51162, - "end": 51175, + "start": 53177, + "end": 53190, "loc": { "start": { - "line": 1456, + "line": 1502, "column": 18 }, "end": { - "line": 1456, + "line": 1502, "column": 31 } } @@ -381147,15 +391929,15 @@ "postfix": false, "binop": null }, - "start": 51175, - "end": 51176, + "start": 53190, + "end": 53191, "loc": { "start": { - "line": 1456, + "line": 1502, "column": 31 }, "end": { - "line": 1456, + "line": 1502, "column": 32 } } @@ -381172,15 +391954,15 @@ "postfix": false, "binop": null }, - "start": 51176, - "end": 51177, + "start": 53191, + "end": 53192, "loc": { "start": { - "line": 1456, + "line": 1502, "column": 32 }, "end": { - "line": 1456, + "line": 1502, "column": 33 } } @@ -381199,15 +391981,15 @@ "updateContext": null }, "value": "===", - "start": 51178, - "end": 51181, + "start": 53193, + "end": 53196, "loc": { "start": { - "line": 1456, + "line": 1502, "column": 34 }, "end": { - "line": 1456, + "line": 1502, "column": 37 } } @@ -381225,15 +392007,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 51182, - "end": 51192, + "start": 53197, + "end": 53207, "loc": { "start": { - "line": 1456, + "line": 1502, "column": 38 }, "end": { - "line": 1456, + "line": 1502, "column": 48 } } @@ -381252,15 +392034,15 @@ "updateContext": null }, "value": "||", - "start": 51193, - "end": 51195, + "start": 53208, + "end": 53210, "loc": { "start": { - "line": 1456, + "line": 1502, "column": 49 }, "end": { - "line": 1456, + "line": 1502, "column": 51 } } @@ -381280,15 +392062,15 @@ "updateContext": null }, "value": "this", - "start": 51208, - "end": 51212, + "start": 53223, + "end": 53227, "loc": { "start": { - "line": 1457, + "line": 1503, "column": 12 }, "end": { - "line": 1457, + "line": 1503, "column": 16 } } @@ -381306,15 +392088,15 @@ "binop": null, "updateContext": null }, - "start": 51212, - "end": 51213, + "start": 53227, + "end": 53228, "loc": { "start": { - "line": 1457, + "line": 1503, "column": 16 }, "end": { - "line": 1457, + "line": 1503, "column": 17 } } @@ -381332,15 +392114,15 @@ "binop": null }, "value": "getRecordType", - "start": 51213, - "end": 51226, + "start": 53228, + "end": 53241, "loc": { "start": { - "line": 1457, + "line": 1503, "column": 17 }, "end": { - "line": 1457, + "line": 1503, "column": 30 } } @@ -381357,15 +392139,15 @@ "postfix": false, "binop": null }, - "start": 51226, - "end": 51227, + "start": 53241, + "end": 53242, "loc": { "start": { - "line": 1457, + "line": 1503, "column": 30 }, "end": { - "line": 1457, + "line": 1503, "column": 31 } } @@ -381382,15 +392164,15 @@ "postfix": false, "binop": null }, - "start": 51227, - "end": 51228, + "start": 53242, + "end": 53243, "loc": { "start": { - "line": 1457, + "line": 1503, "column": 31 }, "end": { - "line": 1457, + "line": 1503, "column": 32 } } @@ -381409,15 +392191,15 @@ "updateContext": null }, "value": "===", - "start": 51229, - "end": 51232, + "start": 53244, + "end": 53247, "loc": { "start": { - "line": 1457, + "line": 1503, "column": 33 }, "end": { - "line": 1457, + "line": 1503, "column": 36 } } @@ -381435,15 +392217,15 @@ "binop": null }, "value": "AUDIO_SCREEN", - "start": 51233, - "end": 51245, + "start": 53248, + "end": 53260, "loc": { "start": { - "line": 1457, + "line": 1503, "column": 37 }, "end": { - "line": 1457, + "line": 1503, "column": 49 } } @@ -381462,15 +392244,15 @@ "updateContext": null }, "value": "||", - "start": 51246, - "end": 51248, + "start": 53261, + "end": 53263, "loc": { "start": { - "line": 1457, + "line": 1503, "column": 50 }, "end": { - "line": 1457, + "line": 1503, "column": 52 } } @@ -381490,15 +392272,15 @@ "updateContext": null }, "value": "this", - "start": 51261, - "end": 51265, + "start": 53276, + "end": 53280, "loc": { "start": { - "line": 1458, + "line": 1504, "column": 12 }, "end": { - "line": 1458, + "line": 1504, "column": 16 } } @@ -381516,15 +392298,15 @@ "binop": null, "updateContext": null }, - "start": 51265, - "end": 51266, + "start": 53280, + "end": 53281, "loc": { "start": { - "line": 1458, + "line": 1504, "column": 16 }, "end": { - "line": 1458, + "line": 1504, "column": 17 } } @@ -381542,15 +392324,15 @@ "binop": null }, "value": "getRecordType", - "start": 51266, - "end": 51279, + "start": 53281, + "end": 53294, "loc": { "start": { - "line": 1458, + "line": 1504, "column": 17 }, "end": { - "line": 1458, + "line": 1504, "column": 30 } } @@ -381567,15 +392349,15 @@ "postfix": false, "binop": null }, - "start": 51279, - "end": 51280, + "start": 53294, + "end": 53295, "loc": { "start": { - "line": 1458, + "line": 1504, "column": 30 }, "end": { - "line": 1458, + "line": 1504, "column": 31 } } @@ -381592,15 +392374,15 @@ "postfix": false, "binop": null }, - "start": 51280, - "end": 51281, + "start": 53295, + "end": 53296, "loc": { "start": { - "line": 1458, + "line": 1504, "column": 31 }, "end": { - "line": 1458, + "line": 1504, "column": 32 } } @@ -381619,15 +392401,15 @@ "updateContext": null }, "value": "===", - "start": 51282, - "end": 51285, + "start": 53297, + "end": 53300, "loc": { "start": { - "line": 1458, + "line": 1504, "column": 33 }, "end": { - "line": 1458, + "line": 1504, "column": 36 } } @@ -381645,15 +392427,15 @@ "binop": null }, "value": "AUDIO_VIDEO", - "start": 51286, - "end": 51297, + "start": 53301, + "end": 53312, "loc": { "start": { - "line": 1458, + "line": 1504, "column": 37 }, "end": { - "line": 1458, + "line": 1504, "column": 48 } } @@ -381670,15 +392452,15 @@ "postfix": false, "binop": null }, - "start": 51297, - "end": 51298, + "start": 53312, + "end": 53313, "loc": { "start": { - "line": 1458, + "line": 1504, "column": 48 }, "end": { - "line": 1458, + "line": 1504, "column": 49 } } @@ -381697,15 +392479,15 @@ "updateContext": null }, "value": "&&", - "start": 51299, - "end": 51301, + "start": 53314, + "end": 53316, "loc": { "start": { - "line": 1458, + "line": 1504, "column": 50 }, "end": { - "line": 1458, + "line": 1504, "column": 52 } } @@ -381725,15 +392507,15 @@ "updateContext": null }, "value": "this", - "start": 51314, - "end": 51318, + "start": 53329, + "end": 53333, "loc": { "start": { - "line": 1459, + "line": 1505, "column": 12 }, "end": { - "line": 1459, + "line": 1505, "column": 16 } } @@ -381751,15 +392533,15 @@ "binop": null, "updateContext": null }, - "start": 51318, - "end": 51319, + "start": 53333, + "end": 53334, "loc": { "start": { - "line": 1459, + "line": 1505, "column": 16 }, "end": { - "line": 1459, + "line": 1505, "column": 17 } } @@ -381777,15 +392559,15 @@ "binop": null }, "value": "stream", - "start": 51319, - "end": 51325, + "start": 53334, + "end": 53340, "loc": { "start": { - "line": 1459, + "line": 1505, "column": 17 }, "end": { - "line": 1459, + "line": 1505, "column": 23 } } @@ -381803,15 +392585,15 @@ "binop": null, "updateContext": null }, - "start": 51325, - "end": 51326, + "start": 53340, + "end": 53341, "loc": { "start": { - "line": 1459, + "line": 1505, "column": 23 }, "end": { - "line": 1459, + "line": 1505, "column": 24 } } @@ -381829,15 +392611,15 @@ "binop": null }, "value": "getAudioTracks", - "start": 51326, - "end": 51340, + "start": 53341, + "end": 53355, "loc": { "start": { - "line": 1459, + "line": 1505, "column": 24 }, "end": { - "line": 1459, + "line": 1505, "column": 38 } } @@ -381854,15 +392636,15 @@ "postfix": false, "binop": null }, - "start": 51340, - "end": 51341, + "start": 53355, + "end": 53356, "loc": { "start": { - "line": 1459, + "line": 1505, "column": 38 }, "end": { - "line": 1459, + "line": 1505, "column": 39 } } @@ -381879,15 +392661,15 @@ "postfix": false, "binop": null }, - "start": 51341, - "end": 51342, + "start": 53356, + "end": 53357, "loc": { "start": { - "line": 1459, + "line": 1505, "column": 39 }, "end": { - "line": 1459, + "line": 1505, "column": 40 } } @@ -381905,15 +392687,15 @@ "binop": null, "updateContext": null }, - "start": 51342, - "end": 51343, + "start": 53357, + "end": 53358, "loc": { "start": { - "line": 1459, + "line": 1505, "column": 40 }, "end": { - "line": 1459, + "line": 1505, "column": 41 } } @@ -381931,15 +392713,15 @@ "binop": null }, "value": "length", - "start": 51343, - "end": 51349, + "start": 53358, + "end": 53364, "loc": { "start": { - "line": 1459, + "line": 1505, "column": 41 }, "end": { - "line": 1459, + "line": 1505, "column": 47 } } @@ -381958,15 +392740,15 @@ "updateContext": null }, "value": ">", - "start": 51350, - "end": 51351, + "start": 53365, + "end": 53366, "loc": { "start": { - "line": 1459, + "line": 1505, "column": 48 }, "end": { - "line": 1459, + "line": 1505, "column": 49 } } @@ -381985,15 +392767,15 @@ "updateContext": null }, "value": 0, - "start": 51352, - "end": 51353, + "start": 53367, + "end": 53368, "loc": { "start": { - "line": 1459, + "line": 1505, "column": 50 }, "end": { - "line": 1459, + "line": 1505, "column": 51 } } @@ -382010,15 +392792,15 @@ "postfix": false, "binop": null }, - "start": 51353, - "end": 51354, + "start": 53368, + "end": 53369, "loc": { "start": { - "line": 1459, + "line": 1505, "column": 51 }, "end": { - "line": 1459, + "line": 1505, "column": 52 } } @@ -382035,15 +392817,15 @@ "postfix": false, "binop": null }, - "start": 51355, - "end": 51356, + "start": 53370, + "end": 53371, "loc": { "start": { - "line": 1459, + "line": 1505, "column": 53 }, "end": { - "line": 1459, + "line": 1505, "column": 54 } } @@ -382063,15 +392845,15 @@ "updateContext": null }, "value": "this", - "start": 51369, - "end": 51373, + "start": 53384, + "end": 53388, "loc": { "start": { - "line": 1460, + "line": 1506, "column": 12 }, "end": { - "line": 1460, + "line": 1506, "column": 16 } } @@ -382089,15 +392871,15 @@ "binop": null, "updateContext": null }, - "start": 51373, - "end": 51374, + "start": 53388, + "end": 53389, "loc": { "start": { - "line": 1460, + "line": 1506, "column": 16 }, "end": { - "line": 1460, + "line": 1506, "column": 17 } } @@ -382115,15 +392897,15 @@ "binop": null }, "value": "stream", - "start": 51374, - "end": 51380, + "start": 53389, + "end": 53395, "loc": { "start": { - "line": 1460, + "line": 1506, "column": 17 }, "end": { - "line": 1460, + "line": 1506, "column": 23 } } @@ -382141,15 +392923,15 @@ "binop": null, "updateContext": null }, - "start": 51380, - "end": 51381, + "start": 53395, + "end": 53396, "loc": { "start": { - "line": 1460, + "line": 1506, "column": 23 }, "end": { - "line": 1460, + "line": 1506, "column": 24 } } @@ -382167,15 +392949,15 @@ "binop": null }, "value": "getAudioTracks", - "start": 51381, - "end": 51395, + "start": 53396, + "end": 53410, "loc": { "start": { - "line": 1460, + "line": 1506, "column": 24 }, "end": { - "line": 1460, + "line": 1506, "column": 38 } } @@ -382192,15 +392974,15 @@ "postfix": false, "binop": null }, - "start": 51395, - "end": 51396, + "start": 53410, + "end": 53411, "loc": { "start": { - "line": 1460, + "line": 1506, "column": 38 }, "end": { - "line": 1460, + "line": 1506, "column": 39 } } @@ -382217,15 +392999,15 @@ "postfix": false, "binop": null }, - "start": 51396, - "end": 51397, + "start": 53411, + "end": 53412, "loc": { "start": { - "line": 1460, + "line": 1506, "column": 39 }, "end": { - "line": 1460, + "line": 1506, "column": 40 } } @@ -382243,15 +393025,15 @@ "binop": null, "updateContext": null }, - "start": 51397, - "end": 51398, + "start": 53412, + "end": 53413, "loc": { "start": { - "line": 1460, + "line": 1506, "column": 40 }, "end": { - "line": 1460, + "line": 1506, "column": 41 } } @@ -382270,15 +393052,15 @@ "updateContext": null }, "value": 0, - "start": 51398, - "end": 51399, + "start": 53413, + "end": 53414, "loc": { "start": { - "line": 1460, + "line": 1506, "column": 41 }, "end": { - "line": 1460, + "line": 1506, "column": 42 } } @@ -382296,15 +393078,15 @@ "binop": null, "updateContext": null }, - "start": 51399, - "end": 51400, + "start": 53414, + "end": 53415, "loc": { "start": { - "line": 1460, + "line": 1506, "column": 42 }, "end": { - "line": 1460, + "line": 1506, "column": 43 } } @@ -382322,15 +393104,15 @@ "binop": null, "updateContext": null }, - "start": 51400, - "end": 51401, + "start": 53415, + "end": 53416, "loc": { "start": { - "line": 1460, + "line": 1506, "column": 43 }, "end": { - "line": 1460, + "line": 1506, "column": 44 } } @@ -382348,15 +393130,15 @@ "binop": null }, "value": "enabled", - "start": 51401, - "end": 51408, + "start": 53416, + "end": 53423, "loc": { "start": { - "line": 1460, + "line": 1506, "column": 44 }, "end": { - "line": 1460, + "line": 1506, "column": 51 } } @@ -382375,15 +393157,15 @@ "updateContext": null }, "value": "=", - "start": 51409, - "end": 51410, + "start": 53424, + "end": 53425, "loc": { "start": { - "line": 1460, + "line": 1506, "column": 52 }, "end": { - "line": 1460, + "line": 1506, "column": 53 } } @@ -382402,15 +393184,15 @@ "updateContext": null }, "value": "!", - "start": 51411, - "end": 51412, + "start": 53426, + "end": 53427, "loc": { "start": { - "line": 1460, + "line": 1506, "column": 54 }, "end": { - "line": 1460, + "line": 1506, "column": 55 } } @@ -382428,15 +393210,15 @@ "binop": null }, "value": "mute", - "start": 51412, - "end": 51416, + "start": 53427, + "end": 53431, "loc": { "start": { - "line": 1460, + "line": 1506, "column": 55 }, "end": { - "line": 1460, + "line": 1506, "column": 59 } } @@ -382454,15 +393236,15 @@ "binop": null, "updateContext": null }, - "start": 51416, - "end": 51417, + "start": 53431, + "end": 53432, "loc": { "start": { - "line": 1460, + "line": 1506, "column": 59 }, "end": { - "line": 1460, + "line": 1506, "column": 60 } } @@ -382479,15 +393261,15 @@ "postfix": false, "binop": null }, - "start": 51426, - "end": 51427, + "start": 53441, + "end": 53442, "loc": { "start": { - "line": 1461, + "line": 1507, "column": 8 }, "end": { - "line": 1461, + "line": 1507, "column": 9 } } @@ -382507,15 +393289,15 @@ "updateContext": null }, "value": "if", - "start": 51437, - "end": 51439, + "start": 53452, + "end": 53454, "loc": { "start": { - "line": 1463, + "line": 1509, "column": 8 }, "end": { - "line": 1463, + "line": 1509, "column": 10 } } @@ -382532,15 +393314,15 @@ "postfix": false, "binop": null }, - "start": 51440, - "end": 51441, + "start": 53455, + "end": 53456, "loc": { "start": { - "line": 1463, + "line": 1509, "column": 11 }, "end": { - "line": 1463, + "line": 1509, "column": 12 } } @@ -382560,15 +393342,15 @@ "updateContext": null }, "value": "this", - "start": 51441, - "end": 51445, + "start": 53456, + "end": 53460, "loc": { "start": { - "line": 1463, + "line": 1509, "column": 12 }, "end": { - "line": 1463, + "line": 1509, "column": 16 } } @@ -382586,15 +393368,15 @@ "binop": null, "updateContext": null }, - "start": 51445, - "end": 51446, + "start": 53460, + "end": 53461, "loc": { "start": { - "line": 1463, + "line": 1509, "column": 16 }, "end": { - "line": 1463, + "line": 1509, "column": 17 } } @@ -382612,15 +393394,15 @@ "binop": null }, "value": "getRecordType", - "start": 51446, - "end": 51459, + "start": 53461, + "end": 53474, "loc": { "start": { - "line": 1463, + "line": 1509, "column": 17 }, "end": { - "line": 1463, + "line": 1509, "column": 30 } } @@ -382637,15 +393419,15 @@ "postfix": false, "binop": null }, - "start": 51459, - "end": 51460, + "start": 53474, + "end": 53475, "loc": { "start": { - "line": 1463, + "line": 1509, "column": 30 }, "end": { - "line": 1463, + "line": 1509, "column": 31 } } @@ -382662,15 +393444,15 @@ "postfix": false, "binop": null }, - "start": 51460, - "end": 51461, + "start": 53475, + "end": 53476, "loc": { "start": { - "line": 1463, + "line": 1509, "column": 31 }, "end": { - "line": 1463, + "line": 1509, "column": 32 } } @@ -382689,15 +393471,15 @@ "updateContext": null }, "value": "!==", - "start": 51462, - "end": 51465, + "start": 53477, + "end": 53480, "loc": { "start": { - "line": 1463, + "line": 1509, "column": 33 }, "end": { - "line": 1463, + "line": 1509, "column": 36 } } @@ -382715,15 +393497,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 51466, - "end": 51476, + "start": 53481, + "end": 53491, "loc": { "start": { - "line": 1463, + "line": 1509, "column": 37 }, "end": { - "line": 1463, + "line": 1509, "column": 47 } } @@ -382742,15 +393524,15 @@ "updateContext": null }, "value": "&&", - "start": 51477, - "end": 51479, + "start": 53492, + "end": 53494, "loc": { "start": { - "line": 1463, + "line": 1509, "column": 48 }, "end": { - "line": 1463, + "line": 1509, "column": 50 } } @@ -382770,15 +393552,15 @@ "updateContext": null }, "value": "this", - "start": 51492, - "end": 51496, + "start": 53507, + "end": 53511, "loc": { "start": { - "line": 1464, + "line": 1510, "column": 12 }, "end": { - "line": 1464, + "line": 1510, "column": 16 } } @@ -382796,15 +393578,15 @@ "binop": null, "updateContext": null }, - "start": 51496, - "end": 51497, + "start": 53511, + "end": 53512, "loc": { "start": { - "line": 1464, + "line": 1510, "column": 16 }, "end": { - "line": 1464, + "line": 1510, "column": 17 } } @@ -382822,15 +393604,15 @@ "binop": null }, "value": "stream", - "start": 51497, - "end": 51503, + "start": 53512, + "end": 53518, "loc": { "start": { - "line": 1464, + "line": 1510, "column": 17 }, "end": { - "line": 1464, + "line": 1510, "column": 23 } } @@ -382848,15 +393630,15 @@ "binop": null, "updateContext": null }, - "start": 51503, - "end": 51504, + "start": 53518, + "end": 53519, "loc": { "start": { - "line": 1464, + "line": 1510, "column": 23 }, "end": { - "line": 1464, + "line": 1510, "column": 24 } } @@ -382874,15 +393656,15 @@ "binop": null }, "value": "getVideoTracks", - "start": 51504, - "end": 51518, + "start": 53519, + "end": 53533, "loc": { "start": { - "line": 1464, + "line": 1510, "column": 24 }, "end": { - "line": 1464, + "line": 1510, "column": 38 } } @@ -382899,15 +393681,15 @@ "postfix": false, "binop": null }, - "start": 51518, - "end": 51519, + "start": 53533, + "end": 53534, "loc": { "start": { - "line": 1464, + "line": 1510, "column": 38 }, "end": { - "line": 1464, + "line": 1510, "column": 39 } } @@ -382924,15 +393706,15 @@ "postfix": false, "binop": null }, - "start": 51519, - "end": 51520, + "start": 53534, + "end": 53535, "loc": { "start": { - "line": 1464, + "line": 1510, "column": 39 }, "end": { - "line": 1464, + "line": 1510, "column": 40 } } @@ -382950,15 +393732,15 @@ "binop": null, "updateContext": null }, - "start": 51520, - "end": 51521, + "start": 53535, + "end": 53536, "loc": { "start": { - "line": 1464, + "line": 1510, "column": 40 }, "end": { - "line": 1464, + "line": 1510, "column": 41 } } @@ -382976,15 +393758,15 @@ "binop": null }, "value": "length", - "start": 51521, - "end": 51527, + "start": 53536, + "end": 53542, "loc": { "start": { - "line": 1464, + "line": 1510, "column": 41 }, "end": { - "line": 1464, + "line": 1510, "column": 47 } } @@ -383003,15 +393785,15 @@ "updateContext": null }, "value": ">", - "start": 51528, - "end": 51529, + "start": 53543, + "end": 53544, "loc": { "start": { - "line": 1464, + "line": 1510, "column": 48 }, "end": { - "line": 1464, + "line": 1510, "column": 49 } } @@ -383030,15 +393812,15 @@ "updateContext": null }, "value": 0, - "start": 51530, - "end": 51531, + "start": 53545, + "end": 53546, "loc": { "start": { - "line": 1464, + "line": 1510, "column": 50 }, "end": { - "line": 1464, + "line": 1510, "column": 51 } } @@ -383055,15 +393837,15 @@ "postfix": false, "binop": null }, - "start": 51531, - "end": 51532, + "start": 53546, + "end": 53547, "loc": { "start": { - "line": 1464, + "line": 1510, "column": 51 }, "end": { - "line": 1464, + "line": 1510, "column": 52 } } @@ -383080,15 +393862,15 @@ "postfix": false, "binop": null }, - "start": 51533, - "end": 51534, + "start": 53548, + "end": 53549, "loc": { "start": { - "line": 1464, + "line": 1510, "column": 53 }, "end": { - "line": 1464, + "line": 1510, "column": 54 } } @@ -383108,15 +393890,15 @@ "updateContext": null }, "value": "this", - "start": 51547, - "end": 51551, + "start": 53562, + "end": 53566, "loc": { "start": { - "line": 1465, + "line": 1511, "column": 12 }, "end": { - "line": 1465, + "line": 1511, "column": 16 } } @@ -383134,15 +393916,15 @@ "binop": null, "updateContext": null }, - "start": 51551, - "end": 51552, + "start": 53566, + "end": 53567, "loc": { "start": { - "line": 1465, + "line": 1511, "column": 16 }, "end": { - "line": 1465, + "line": 1511, "column": 17 } } @@ -383160,15 +393942,15 @@ "binop": null }, "value": "stream", - "start": 51552, - "end": 51558, + "start": 53567, + "end": 53573, "loc": { "start": { - "line": 1465, + "line": 1511, "column": 17 }, "end": { - "line": 1465, + "line": 1511, "column": 23 } } @@ -383186,15 +393968,15 @@ "binop": null, "updateContext": null }, - "start": 51558, - "end": 51559, + "start": 53573, + "end": 53574, "loc": { "start": { - "line": 1465, + "line": 1511, "column": 23 }, "end": { - "line": 1465, + "line": 1511, "column": 24 } } @@ -383212,15 +393994,15 @@ "binop": null }, "value": "getVideoTracks", - "start": 51559, - "end": 51573, + "start": 53574, + "end": 53588, "loc": { "start": { - "line": 1465, + "line": 1511, "column": 24 }, "end": { - "line": 1465, + "line": 1511, "column": 38 } } @@ -383237,15 +394019,15 @@ "postfix": false, "binop": null }, - "start": 51573, - "end": 51574, + "start": 53588, + "end": 53589, "loc": { "start": { - "line": 1465, + "line": 1511, "column": 38 }, "end": { - "line": 1465, + "line": 1511, "column": 39 } } @@ -383262,15 +394044,15 @@ "postfix": false, "binop": null }, - "start": 51574, - "end": 51575, + "start": 53589, + "end": 53590, "loc": { "start": { - "line": 1465, + "line": 1511, "column": 39 }, "end": { - "line": 1465, + "line": 1511, "column": 40 } } @@ -383288,15 +394070,15 @@ "binop": null, "updateContext": null }, - "start": 51575, - "end": 51576, + "start": 53590, + "end": 53591, "loc": { "start": { - "line": 1465, + "line": 1511, "column": 40 }, "end": { - "line": 1465, + "line": 1511, "column": 41 } } @@ -383315,15 +394097,15 @@ "updateContext": null }, "value": 0, - "start": 51576, - "end": 51577, + "start": 53591, + "end": 53592, "loc": { "start": { - "line": 1465, + "line": 1511, "column": 41 }, "end": { - "line": 1465, + "line": 1511, "column": 42 } } @@ -383341,15 +394123,15 @@ "binop": null, "updateContext": null }, - "start": 51577, - "end": 51578, + "start": 53592, + "end": 53593, "loc": { "start": { - "line": 1465, + "line": 1511, "column": 42 }, "end": { - "line": 1465, + "line": 1511, "column": 43 } } @@ -383367,15 +394149,15 @@ "binop": null, "updateContext": null }, - "start": 51578, - "end": 51579, + "start": 53593, + "end": 53594, "loc": { "start": { - "line": 1465, + "line": 1511, "column": 43 }, "end": { - "line": 1465, + "line": 1511, "column": 44 } } @@ -383393,15 +394175,15 @@ "binop": null }, "value": "enabled", - "start": 51579, - "end": 51586, + "start": 53594, + "end": 53601, "loc": { "start": { - "line": 1465, + "line": 1511, "column": 44 }, "end": { - "line": 1465, + "line": 1511, "column": 51 } } @@ -383420,15 +394202,15 @@ "updateContext": null }, "value": "=", - "start": 51587, - "end": 51588, + "start": 53602, + "end": 53603, "loc": { "start": { - "line": 1465, + "line": 1511, "column": 52 }, "end": { - "line": 1465, + "line": 1511, "column": 53 } } @@ -383447,15 +394229,15 @@ "updateContext": null }, "value": "!", - "start": 51589, - "end": 51590, + "start": 53604, + "end": 53605, "loc": { "start": { - "line": 1465, + "line": 1511, "column": 54 }, "end": { - "line": 1465, + "line": 1511, "column": 55 } } @@ -383473,15 +394255,15 @@ "binop": null }, "value": "mute", - "start": 51590, - "end": 51594, + "start": 53605, + "end": 53609, "loc": { "start": { - "line": 1465, + "line": 1511, "column": 55 }, "end": { - "line": 1465, + "line": 1511, "column": 59 } } @@ -383499,15 +394281,15 @@ "binop": null, "updateContext": null }, - "start": 51594, - "end": 51595, + "start": 53609, + "end": 53610, "loc": { "start": { - "line": 1465, + "line": 1511, "column": 59 }, "end": { - "line": 1465, + "line": 1511, "column": 60 } } @@ -383524,15 +394306,15 @@ "postfix": false, "binop": null }, - "start": 51604, - "end": 51605, + "start": 53619, + "end": 53620, "loc": { "start": { - "line": 1466, + "line": 1512, "column": 8 }, "end": { - "line": 1466, + "line": 1512, "column": 9 } } @@ -383549,15 +394331,15 @@ "postfix": false, "binop": null }, - "start": 51610, - "end": 51611, + "start": 53625, + "end": 53626, "loc": { "start": { - "line": 1467, + "line": 1513, "column": 4 }, "end": { - "line": 1467, + "line": 1513, "column": 5 } } @@ -383565,15 +394347,15 @@ { "type": "CommentBlock", "value": "*\n * Get recorder type.\n *\n * @returns {string} Recorder type constant.\n * @example\n * console.log(player.record().getRecordType()); // 'audio_video'\n ", - "start": 51617, - "end": 51796, + "start": 53632, + "end": 53811, "loc": { "start": { - "line": 1469, + "line": 1515, "column": 4 }, "end": { - "line": 1475, + "line": 1521, "column": 7 } } @@ -383591,15 +394373,15 @@ "binop": null }, "value": "getRecordType", - "start": 51801, - "end": 51814, + "start": 53816, + "end": 53829, "loc": { "start": { - "line": 1476, + "line": 1522, "column": 4 }, "end": { - "line": 1476, + "line": 1522, "column": 17 } } @@ -383616,15 +394398,15 @@ "postfix": false, "binop": null }, - "start": 51814, - "end": 51815, + "start": 53829, + "end": 53830, "loc": { "start": { - "line": 1476, + "line": 1522, "column": 17 }, "end": { - "line": 1476, + "line": 1522, "column": 18 } } @@ -383641,15 +394423,15 @@ "postfix": false, "binop": null }, - "start": 51815, - "end": 51816, + "start": 53830, + "end": 53831, "loc": { "start": { - "line": 1476, + "line": 1522, "column": 18 }, "end": { - "line": 1476, + "line": 1522, "column": 19 } } @@ -383666,15 +394448,15 @@ "postfix": false, "binop": null }, - "start": 51817, - "end": 51818, + "start": 53832, + "end": 53833, "loc": { "start": { - "line": 1476, + "line": 1522, "column": 20 }, "end": { - "line": 1476, + "line": 1522, "column": 21 } } @@ -383694,15 +394476,15 @@ "updateContext": null }, "value": "return", - "start": 51827, - "end": 51833, + "start": 53842, + "end": 53848, "loc": { "start": { - "line": 1477, + "line": 1523, "column": 8 }, "end": { - "line": 1477, + "line": 1523, "column": 14 } } @@ -383720,15 +394502,15 @@ "binop": null }, "value": "getRecorderMode", - "start": 51834, - "end": 51849, + "start": 53849, + "end": 53864, "loc": { "start": { - "line": 1477, + "line": 1523, "column": 15 }, "end": { - "line": 1477, + "line": 1523, "column": 30 } } @@ -383745,15 +394527,15 @@ "postfix": false, "binop": null }, - "start": 51849, - "end": 51850, + "start": 53864, + "end": 53865, "loc": { "start": { - "line": 1477, + "line": 1523, "column": 30 }, "end": { - "line": 1477, + "line": 1523, "column": 31 } } @@ -383773,15 +394555,15 @@ "updateContext": null }, "value": "this", - "start": 51850, - "end": 51854, + "start": 53865, + "end": 53869, "loc": { "start": { - "line": 1477, + "line": 1523, "column": 31 }, "end": { - "line": 1477, + "line": 1523, "column": 35 } } @@ -383799,15 +394581,15 @@ "binop": null, "updateContext": null }, - "start": 51854, - "end": 51855, + "start": 53869, + "end": 53870, "loc": { "start": { - "line": 1477, + "line": 1523, "column": 35 }, "end": { - "line": 1477, + "line": 1523, "column": 36 } } @@ -383825,15 +394607,15 @@ "binop": null }, "value": "recordImage", - "start": 51855, - "end": 51866, + "start": 53870, + "end": 53881, "loc": { "start": { - "line": 1477, + "line": 1523, "column": 36 }, "end": { - "line": 1477, + "line": 1523, "column": 47 } } @@ -383851,15 +394633,15 @@ "binop": null, "updateContext": null }, - "start": 51866, - "end": 51867, + "start": 53881, + "end": 53882, "loc": { "start": { - "line": 1477, + "line": 1523, "column": 47 }, "end": { - "line": 1477, + "line": 1523, "column": 48 } } @@ -383879,15 +394661,15 @@ "updateContext": null }, "value": "this", - "start": 51868, - "end": 51872, + "start": 53883, + "end": 53887, "loc": { "start": { - "line": 1477, + "line": 1523, "column": 49 }, "end": { - "line": 1477, + "line": 1523, "column": 53 } } @@ -383905,15 +394687,15 @@ "binop": null, "updateContext": null }, - "start": 51872, - "end": 51873, + "start": 53887, + "end": 53888, "loc": { "start": { - "line": 1477, + "line": 1523, "column": 53 }, "end": { - "line": 1477, + "line": 1523, "column": 54 } } @@ -383931,15 +394713,15 @@ "binop": null }, "value": "recordAudio", - "start": 51873, - "end": 51884, + "start": 53888, + "end": 53899, "loc": { "start": { - "line": 1477, + "line": 1523, "column": 54 }, "end": { - "line": 1477, + "line": 1523, "column": 65 } } @@ -383957,15 +394739,15 @@ "binop": null, "updateContext": null }, - "start": 51884, - "end": 51885, + "start": 53899, + "end": 53900, "loc": { "start": { - "line": 1477, + "line": 1523, "column": 65 }, "end": { - "line": 1477, + "line": 1523, "column": 66 } } @@ -383985,15 +394767,15 @@ "updateContext": null }, "value": "this", - "start": 51898, - "end": 51902, + "start": 53913, + "end": 53917, "loc": { "start": { - "line": 1478, + "line": 1524, "column": 12 }, "end": { - "line": 1478, + "line": 1524, "column": 16 } } @@ -384011,15 +394793,15 @@ "binop": null, "updateContext": null }, - "start": 51902, - "end": 51903, + "start": 53917, + "end": 53918, "loc": { "start": { - "line": 1478, + "line": 1524, "column": 16 }, "end": { - "line": 1478, + "line": 1524, "column": 17 } } @@ -384037,15 +394819,15 @@ "binop": null }, "value": "recordVideo", - "start": 51903, - "end": 51914, + "start": 53918, + "end": 53929, "loc": { "start": { - "line": 1478, + "line": 1524, "column": 17 }, "end": { - "line": 1478, + "line": 1524, "column": 28 } } @@ -384063,15 +394845,15 @@ "binop": null, "updateContext": null }, - "start": 51914, - "end": 51915, + "start": 53929, + "end": 53930, "loc": { "start": { - "line": 1478, + "line": 1524, "column": 28 }, "end": { - "line": 1478, + "line": 1524, "column": 29 } } @@ -384091,15 +394873,15 @@ "updateContext": null }, "value": "this", - "start": 51916, - "end": 51920, + "start": 53931, + "end": 53935, "loc": { "start": { - "line": 1478, + "line": 1524, "column": 30 }, "end": { - "line": 1478, + "line": 1524, "column": 34 } } @@ -384117,15 +394899,15 @@ "binop": null, "updateContext": null }, - "start": 51920, - "end": 51921, + "start": 53935, + "end": 53936, "loc": { "start": { - "line": 1478, + "line": 1524, "column": 34 }, "end": { - "line": 1478, + "line": 1524, "column": 35 } } @@ -384143,15 +394925,15 @@ "binop": null }, "value": "recordAnimation", - "start": 51921, - "end": 51936, + "start": 53936, + "end": 53951, "loc": { "start": { - "line": 1478, + "line": 1524, "column": 35 }, "end": { - "line": 1478, + "line": 1524, "column": 50 } } @@ -384169,15 +394951,15 @@ "binop": null, "updateContext": null }, - "start": 51936, - "end": 51937, + "start": 53951, + "end": 53952, "loc": { "start": { - "line": 1478, + "line": 1524, "column": 50 }, "end": { - "line": 1478, + "line": 1524, "column": 51 } } @@ -384197,15 +394979,15 @@ "updateContext": null }, "value": "this", - "start": 51938, - "end": 51942, + "start": 53953, + "end": 53957, "loc": { "start": { - "line": 1478, + "line": 1524, "column": 52 }, "end": { - "line": 1478, + "line": 1524, "column": 56 } } @@ -384223,15 +395005,15 @@ "binop": null, "updateContext": null }, - "start": 51942, - "end": 51943, + "start": 53957, + "end": 53958, "loc": { "start": { - "line": 1478, + "line": 1524, "column": 56 }, "end": { - "line": 1478, + "line": 1524, "column": 57 } } @@ -384249,15 +395031,15 @@ "binop": null }, "value": "recordScreen", - "start": 51943, - "end": 51955, + "start": 53958, + "end": 53970, "loc": { "start": { - "line": 1478, + "line": 1524, "column": 57 }, "end": { - "line": 1478, + "line": 1524, "column": 69 } } @@ -384274,15 +395056,15 @@ "postfix": false, "binop": null }, - "start": 51955, - "end": 51956, + "start": 53970, + "end": 53971, "loc": { "start": { - "line": 1478, + "line": 1524, "column": 69 }, "end": { - "line": 1478, + "line": 1524, "column": 70 } } @@ -384300,15 +395082,15 @@ "binop": null, "updateContext": null }, - "start": 51956, - "end": 51957, + "start": 53971, + "end": 53972, "loc": { "start": { - "line": 1478, + "line": 1524, "column": 70 }, "end": { - "line": 1478, + "line": 1524, "column": 71 } } @@ -384325,15 +395107,15 @@ "postfix": false, "binop": null }, - "start": 51962, - "end": 51963, + "start": 53977, + "end": 53978, "loc": { "start": { - "line": 1479, + "line": 1525, "column": 4 }, "end": { - "line": 1479, + "line": 1525, "column": 5 } } @@ -384341,15 +395123,15 @@ { "type": "CommentBlock", "value": "*\n * Create and display snapshot image.\n * @private\n ", - "start": 51969, - "end": 52038, + "start": 53984, + "end": 54053, "loc": { "start": { - "line": 1481, + "line": 1527, "column": 4 }, "end": { - "line": 1484, + "line": 1530, "column": 7 } } @@ -384367,15 +395149,15 @@ "binop": null }, "value": "createSnapshot", - "start": 52043, - "end": 52057, + "start": 54058, + "end": 54072, "loc": { "start": { - "line": 1485, + "line": 1531, "column": 4 }, "end": { - "line": 1485, + "line": 1531, "column": 18 } } @@ -384392,15 +395174,15 @@ "postfix": false, "binop": null }, - "start": 52057, - "end": 52058, + "start": 54072, + "end": 54073, "loc": { "start": { - "line": 1485, + "line": 1531, "column": 18 }, "end": { - "line": 1485, + "line": 1531, "column": 19 } } @@ -384417,15 +395199,15 @@ "postfix": false, "binop": null }, - "start": 52058, - "end": 52059, + "start": 54073, + "end": 54074, "loc": { "start": { - "line": 1485, + "line": 1531, "column": 19 }, "end": { - "line": 1485, + "line": 1531, "column": 20 } } @@ -384442,15 +395224,15 @@ "postfix": false, "binop": null }, - "start": 52060, - "end": 52061, + "start": 54075, + "end": 54076, "loc": { "start": { - "line": 1485, + "line": 1531, "column": 21 }, "end": { - "line": 1485, + "line": 1531, "column": 22 } } @@ -384470,15 +395252,15 @@ "updateContext": null }, "value": "this", - "start": 52070, - "end": 52074, + "start": 54085, + "end": 54089, "loc": { "start": { - "line": 1486, + "line": 1532, "column": 8 }, "end": { - "line": 1486, + "line": 1532, "column": 12 } } @@ -384496,15 +395278,15 @@ "binop": null, "updateContext": null }, - "start": 52074, - "end": 52075, + "start": 54089, + "end": 54090, "loc": { "start": { - "line": 1486, + "line": 1532, "column": 12 }, "end": { - "line": 1486, + "line": 1532, "column": 13 } } @@ -384522,15 +395304,15 @@ "binop": null }, "value": "captureFrame", - "start": 52075, - "end": 52087, + "start": 54090, + "end": 54102, "loc": { "start": { - "line": 1486, + "line": 1532, "column": 13 }, "end": { - "line": 1486, + "line": 1532, "column": 25 } } @@ -384547,15 +395329,15 @@ "postfix": false, "binop": null }, - "start": 52087, - "end": 52088, + "start": 54102, + "end": 54103, "loc": { "start": { - "line": 1486, + "line": 1532, "column": 25 }, "end": { - "line": 1486, + "line": 1532, "column": 26 } } @@ -384572,15 +395354,15 @@ "postfix": false, "binop": null }, - "start": 52088, - "end": 52089, + "start": 54103, + "end": 54104, "loc": { "start": { - "line": 1486, + "line": 1532, "column": 26 }, "end": { - "line": 1486, + "line": 1532, "column": 27 } } @@ -384598,15 +395380,15 @@ "binop": null, "updateContext": null }, - "start": 52089, - "end": 52090, + "start": 54104, + "end": 54105, "loc": { "start": { - "line": 1486, + "line": 1532, "column": 27 }, "end": { - "line": 1486, + "line": 1532, "column": 28 } } @@ -384624,15 +395406,15 @@ "binop": null }, "value": "then", - "start": 52090, - "end": 52094, + "start": 54105, + "end": 54109, "loc": { "start": { - "line": 1486, + "line": 1532, "column": 28 }, "end": { - "line": 1486, + "line": 1532, "column": 32 } } @@ -384649,15 +395431,15 @@ "postfix": false, "binop": null }, - "start": 52094, - "end": 52095, + "start": 54109, + "end": 54110, "loc": { "start": { - "line": 1486, + "line": 1532, "column": 32 }, "end": { - "line": 1486, + "line": 1532, "column": 33 } } @@ -384674,15 +395456,15 @@ "postfix": false, "binop": null }, - "start": 52095, - "end": 52096, + "start": 54110, + "end": 54111, "loc": { "start": { - "line": 1486, + "line": 1532, "column": 33 }, "end": { - "line": 1486, + "line": 1532, "column": 34 } } @@ -384700,15 +395482,15 @@ "binop": null }, "value": "result", - "start": 52096, - "end": 52102, + "start": 54111, + "end": 54117, "loc": { "start": { - "line": 1486, + "line": 1532, "column": 34 }, "end": { - "line": 1486, + "line": 1532, "column": 40 } } @@ -384725,15 +395507,15 @@ "postfix": false, "binop": null }, - "start": 52102, - "end": 52103, + "start": 54117, + "end": 54118, "loc": { "start": { - "line": 1486, + "line": 1532, "column": 40 }, "end": { - "line": 1486, + "line": 1532, "column": 41 } } @@ -384751,15 +395533,15 @@ "binop": null, "updateContext": null }, - "start": 52104, - "end": 52106, + "start": 54119, + "end": 54121, "loc": { "start": { - "line": 1486, + "line": 1532, "column": 42 }, "end": { - "line": 1486, + "line": 1532, "column": 44 } } @@ -384776,15 +395558,15 @@ "postfix": false, "binop": null }, - "start": 52107, - "end": 52108, + "start": 54122, + "end": 54123, "loc": { "start": { - "line": 1486, + "line": 1532, "column": 45 }, "end": { - "line": 1486, + "line": 1532, "column": 46 } } @@ -384804,15 +395586,15 @@ "updateContext": null }, "value": "if", - "start": 52121, - "end": 52123, + "start": 54136, + "end": 54138, "loc": { "start": { - "line": 1487, + "line": 1533, "column": 12 }, "end": { - "line": 1487, + "line": 1533, "column": 14 } } @@ -384829,15 +395611,15 @@ "postfix": false, "binop": null }, - "start": 52124, - "end": 52125, + "start": 54139, + "end": 54140, "loc": { "start": { - "line": 1487, + "line": 1533, "column": 15 }, "end": { - "line": 1487, + "line": 1533, "column": 16 } } @@ -384857,15 +395639,15 @@ "updateContext": null }, "value": "this", - "start": 52125, - "end": 52129, + "start": 54140, + "end": 54144, "loc": { "start": { - "line": 1487, + "line": 1533, "column": 16 }, "end": { - "line": 1487, + "line": 1533, "column": 20 } } @@ -384883,15 +395665,15 @@ "binop": null, "updateContext": null }, - "start": 52129, - "end": 52130, + "start": 54144, + "end": 54145, "loc": { "start": { - "line": 1487, + "line": 1533, "column": 20 }, "end": { - "line": 1487, + "line": 1533, "column": 21 } } @@ -384909,15 +395691,15 @@ "binop": null }, "value": "imageOutputType", - "start": 52130, - "end": 52145, + "start": 54145, + "end": 54160, "loc": { "start": { - "line": 1487, + "line": 1533, "column": 21 }, "end": { - "line": 1487, + "line": 1533, "column": 36 } } @@ -384936,15 +395718,15 @@ "updateContext": null }, "value": "===", - "start": 52146, - "end": 52149, + "start": 54161, + "end": 54164, "loc": { "start": { - "line": 1487, + "line": 1533, "column": 37 }, "end": { - "line": 1487, + "line": 1533, "column": 40 } } @@ -384963,15 +395745,15 @@ "updateContext": null }, "value": "blob", - "start": 52150, - "end": 52156, + "start": 54165, + "end": 54171, "loc": { "start": { - "line": 1487, + "line": 1533, "column": 41 }, "end": { - "line": 1487, + "line": 1533, "column": 47 } } @@ -384988,15 +395770,15 @@ "postfix": false, "binop": null }, - "start": 52156, - "end": 52157, + "start": 54171, + "end": 54172, "loc": { "start": { - "line": 1487, + "line": 1533, "column": 47 }, "end": { - "line": 1487, + "line": 1533, "column": 48 } } @@ -385013,15 +395795,15 @@ "postfix": false, "binop": null }, - "start": 52158, - "end": 52159, + "start": 54173, + "end": 54174, "loc": { "start": { - "line": 1487, + "line": 1533, "column": 49 }, "end": { - "line": 1487, + "line": 1533, "column": 50 } } @@ -385029,15 +395811,15 @@ { "type": "CommentLine", "value": " turn the canvas data into a Blob", - "start": 52176, - "end": 52211, + "start": 54191, + "end": 54226, "loc": { "start": { - "line": 1488, + "line": 1534, "column": 16 }, "end": { - "line": 1488, + "line": 1534, "column": 51 } } @@ -385055,15 +395837,15 @@ "binop": null }, "value": "result", - "start": 52228, - "end": 52234, + "start": 54243, + "end": 54249, "loc": { "start": { - "line": 1489, + "line": 1535, "column": 16 }, "end": { - "line": 1489, + "line": 1535, "column": 22 } } @@ -385081,15 +395863,15 @@ "binop": null, "updateContext": null }, - "start": 52234, - "end": 52235, + "start": 54249, + "end": 54250, "loc": { "start": { - "line": 1489, + "line": 1535, "column": 22 }, "end": { - "line": 1489, + "line": 1535, "column": 23 } } @@ -385107,15 +395889,15 @@ "binop": null }, "value": "toBlob", - "start": 52235, - "end": 52241, + "start": 54250, + "end": 54256, "loc": { "start": { - "line": 1489, + "line": 1535, "column": 23 }, "end": { - "line": 1489, + "line": 1535, "column": 29 } } @@ -385132,15 +395914,15 @@ "postfix": false, "binop": null }, - "start": 52241, - "end": 52242, + "start": 54256, + "end": 54257, "loc": { "start": { - "line": 1489, + "line": 1535, "column": 29 }, "end": { - "line": 1489, + "line": 1535, "column": 30 } } @@ -385157,15 +395939,15 @@ "postfix": false, "binop": null }, - "start": 52242, - "end": 52243, + "start": 54257, + "end": 54258, "loc": { "start": { - "line": 1489, + "line": 1535, "column": 30 }, "end": { - "line": 1489, + "line": 1535, "column": 31 } } @@ -385183,15 +395965,15 @@ "binop": null }, "value": "blob", - "start": 52243, - "end": 52247, + "start": 54258, + "end": 54262, "loc": { "start": { - "line": 1489, + "line": 1535, "column": 31 }, "end": { - "line": 1489, + "line": 1535, "column": 35 } } @@ -385208,15 +395990,15 @@ "postfix": false, "binop": null }, - "start": 52247, - "end": 52248, + "start": 54262, + "end": 54263, "loc": { "start": { - "line": 1489, + "line": 1535, "column": 35 }, "end": { - "line": 1489, + "line": 1535, "column": 36 } } @@ -385234,15 +396016,15 @@ "binop": null, "updateContext": null }, - "start": 52249, - "end": 52251, + "start": 54264, + "end": 54266, "loc": { "start": { - "line": 1489, + "line": 1535, "column": 37 }, "end": { - "line": 1489, + "line": 1535, "column": 39 } } @@ -385259,15 +396041,15 @@ "postfix": false, "binop": null }, - "start": 52252, - "end": 52253, + "start": 54267, + "end": 54268, "loc": { "start": { - "line": 1489, + "line": 1535, "column": 40 }, "end": { - "line": 1489, + "line": 1535, "column": 41 } } @@ -385287,15 +396069,15 @@ "updateContext": null }, "value": "this", - "start": 52274, - "end": 52278, + "start": 54289, + "end": 54293, "loc": { "start": { - "line": 1490, + "line": 1536, "column": 20 }, "end": { - "line": 1490, + "line": 1536, "column": 24 } } @@ -385313,15 +396095,15 @@ "binop": null, "updateContext": null }, - "start": 52278, - "end": 52279, + "start": 54293, + "end": 54294, "loc": { "start": { - "line": 1490, + "line": 1536, "column": 24 }, "end": { - "line": 1490, + "line": 1536, "column": 25 } } @@ -385339,15 +396121,15 @@ "binop": null }, "value": "player", - "start": 52279, - "end": 52285, + "start": 54294, + "end": 54300, "loc": { "start": { - "line": 1490, + "line": 1536, "column": 25 }, "end": { - "line": 1490, + "line": 1536, "column": 31 } } @@ -385365,15 +396147,15 @@ "binop": null, "updateContext": null }, - "start": 52285, - "end": 52286, + "start": 54300, + "end": 54301, "loc": { "start": { - "line": 1490, + "line": 1536, "column": 31 }, "end": { - "line": 1490, + "line": 1536, "column": 32 } } @@ -385391,15 +396173,15 @@ "binop": null }, "value": "recordedData", - "start": 52286, - "end": 52298, + "start": 54301, + "end": 54313, "loc": { "start": { - "line": 1490, + "line": 1536, "column": 32 }, "end": { - "line": 1490, + "line": 1536, "column": 44 } } @@ -385418,15 +396200,15 @@ "updateContext": null }, "value": "=", - "start": 52299, - "end": 52300, + "start": 54314, + "end": 54315, "loc": { "start": { - "line": 1490, + "line": 1536, "column": 45 }, "end": { - "line": 1490, + "line": 1536, "column": 46 } } @@ -385444,15 +396226,15 @@ "binop": null }, "value": "blob", - "start": 52301, - "end": 52305, + "start": 54316, + "end": 54320, "loc": { "start": { - "line": 1490, + "line": 1536, "column": 47 }, "end": { - "line": 1490, + "line": 1536, "column": 51 } } @@ -385470,15 +396252,15 @@ "binop": null, "updateContext": null }, - "start": 52305, - "end": 52306, + "start": 54320, + "end": 54321, "loc": { "start": { - "line": 1490, + "line": 1536, "column": 51 }, "end": { - "line": 1490, + "line": 1536, "column": 52 } } @@ -385486,15 +396268,15 @@ { "type": "CommentLine", "value": " display the snapshot", - "start": 52328, - "end": 52351, + "start": 54343, + "end": 54366, "loc": { "start": { - "line": 1492, + "line": 1538, "column": 20 }, "end": { - "line": 1492, + "line": 1538, "column": 43 } } @@ -385514,15 +396296,15 @@ "updateContext": null }, "value": "this", - "start": 52372, - "end": 52376, + "start": 54387, + "end": 54391, "loc": { "start": { - "line": 1493, + "line": 1539, "column": 20 }, "end": { - "line": 1493, + "line": 1539, "column": 24 } } @@ -385540,15 +396322,15 @@ "binop": null, "updateContext": null }, - "start": 52376, - "end": 52377, + "start": 54391, + "end": 54392, "loc": { "start": { - "line": 1493, + "line": 1539, "column": 24 }, "end": { - "line": 1493, + "line": 1539, "column": 25 } } @@ -385566,15 +396348,15 @@ "binop": null }, "value": "displaySnapshot", - "start": 52377, - "end": 52392, + "start": 54392, + "end": 54407, "loc": { "start": { - "line": 1493, + "line": 1539, "column": 25 }, "end": { - "line": 1493, + "line": 1539, "column": 40 } } @@ -385591,15 +396373,15 @@ "postfix": false, "binop": null }, - "start": 52392, - "end": 52393, + "start": 54407, + "end": 54408, "loc": { "start": { - "line": 1493, + "line": 1539, "column": 40 }, "end": { - "line": 1493, + "line": 1539, "column": 41 } } @@ -385616,15 +396398,15 @@ "postfix": false, "binop": null }, - "start": 52393, - "end": 52394, + "start": 54408, + "end": 54409, "loc": { "start": { - "line": 1493, + "line": 1539, "column": 41 }, "end": { - "line": 1493, + "line": 1539, "column": 42 } } @@ -385642,15 +396424,15 @@ "binop": null, "updateContext": null }, - "start": 52394, - "end": 52395, + "start": 54409, + "end": 54410, "loc": { "start": { - "line": 1493, + "line": 1539, "column": 42 }, "end": { - "line": 1493, + "line": 1539, "column": 43 } } @@ -385667,15 +396449,15 @@ "postfix": false, "binop": null }, - "start": 52412, - "end": 52413, + "start": 54427, + "end": 54428, "loc": { "start": { - "line": 1494, + "line": 1540, "column": 16 }, "end": { - "line": 1494, + "line": 1540, "column": 17 } } @@ -385692,15 +396474,15 @@ "postfix": false, "binop": null }, - "start": 52413, - "end": 52414, + "start": 54428, + "end": 54429, "loc": { "start": { - "line": 1494, + "line": 1540, "column": 17 }, "end": { - "line": 1494, + "line": 1540, "column": 18 } } @@ -385718,15 +396500,15 @@ "binop": null, "updateContext": null }, - "start": 52414, - "end": 52415, + "start": 54429, + "end": 54430, "loc": { "start": { - "line": 1494, + "line": 1540, "column": 18 }, "end": { - "line": 1494, + "line": 1540, "column": 19 } } @@ -385743,15 +396525,15 @@ "postfix": false, "binop": null }, - "start": 52428, - "end": 52429, + "start": 54443, + "end": 54444, "loc": { "start": { - "line": 1495, + "line": 1541, "column": 12 }, "end": { - "line": 1495, + "line": 1541, "column": 13 } } @@ -385771,15 +396553,15 @@ "updateContext": null }, "value": "else", - "start": 52430, - "end": 52434, + "start": 54445, + "end": 54449, "loc": { "start": { - "line": 1495, + "line": 1541, "column": 14 }, "end": { - "line": 1495, + "line": 1541, "column": 18 } } @@ -385799,15 +396581,15 @@ "updateContext": null }, "value": "if", - "start": 52435, - "end": 52437, + "start": 54450, + "end": 54452, "loc": { "start": { - "line": 1495, + "line": 1541, "column": 19 }, "end": { - "line": 1495, + "line": 1541, "column": 21 } } @@ -385824,15 +396606,15 @@ "postfix": false, "binop": null }, - "start": 52438, - "end": 52439, + "start": 54453, + "end": 54454, "loc": { "start": { - "line": 1495, + "line": 1541, "column": 22 }, "end": { - "line": 1495, + "line": 1541, "column": 23 } } @@ -385852,15 +396634,15 @@ "updateContext": null }, "value": "this", - "start": 52439, - "end": 52443, + "start": 54454, + "end": 54458, "loc": { "start": { - "line": 1495, + "line": 1541, "column": 23 }, "end": { - "line": 1495, + "line": 1541, "column": 27 } } @@ -385878,15 +396660,15 @@ "binop": null, "updateContext": null }, - "start": 52443, - "end": 52444, + "start": 54458, + "end": 54459, "loc": { "start": { - "line": 1495, + "line": 1541, "column": 27 }, "end": { - "line": 1495, + "line": 1541, "column": 28 } } @@ -385904,15 +396686,15 @@ "binop": null }, "value": "imageOutputType", - "start": 52444, - "end": 52459, + "start": 54459, + "end": 54474, "loc": { "start": { - "line": 1495, + "line": 1541, "column": 28 }, "end": { - "line": 1495, + "line": 1541, "column": 43 } } @@ -385931,15 +396713,15 @@ "updateContext": null }, "value": "===", - "start": 52460, - "end": 52463, + "start": 54475, + "end": 54478, "loc": { "start": { - "line": 1495, + "line": 1541, "column": 44 }, "end": { - "line": 1495, + "line": 1541, "column": 47 } } @@ -385958,15 +396740,15 @@ "updateContext": null }, "value": "dataURL", - "start": 52464, - "end": 52473, + "start": 54479, + "end": 54488, "loc": { "start": { - "line": 1495, + "line": 1541, "column": 48 }, "end": { - "line": 1495, + "line": 1541, "column": 57 } } @@ -385983,15 +396765,15 @@ "postfix": false, "binop": null }, - "start": 52473, - "end": 52474, + "start": 54488, + "end": 54489, "loc": { "start": { - "line": 1495, + "line": 1541, "column": 57 }, "end": { - "line": 1495, + "line": 1541, "column": 58 } } @@ -386008,15 +396790,15 @@ "postfix": false, "binop": null }, - "start": 52475, - "end": 52476, + "start": 54490, + "end": 54491, "loc": { "start": { - "line": 1495, + "line": 1541, "column": 59 }, "end": { - "line": 1495, + "line": 1541, "column": 60 } } @@ -386024,15 +396806,15 @@ { "type": "CommentLine", "value": " turn the canvas data into base64 data", - "start": 52493, - "end": 52533, + "start": 54508, + "end": 54548, "loc": { "start": { - "line": 1496, + "line": 1542, "column": 16 }, "end": { - "line": 1496, + "line": 1542, "column": 56 } } @@ -386052,15 +396834,15 @@ "updateContext": null }, "value": "this", - "start": 52550, - "end": 52554, + "start": 54565, + "end": 54569, "loc": { "start": { - "line": 1497, + "line": 1543, "column": 16 }, "end": { - "line": 1497, + "line": 1543, "column": 20 } } @@ -386078,15 +396860,15 @@ "binop": null, "updateContext": null }, - "start": 52554, - "end": 52555, + "start": 54569, + "end": 54570, "loc": { "start": { - "line": 1497, + "line": 1543, "column": 20 }, "end": { - "line": 1497, + "line": 1543, "column": 21 } } @@ -386104,15 +396886,15 @@ "binop": null }, "value": "player", - "start": 52555, - "end": 52561, + "start": 54570, + "end": 54576, "loc": { "start": { - "line": 1497, + "line": 1543, "column": 21 }, "end": { - "line": 1497, + "line": 1543, "column": 27 } } @@ -386130,15 +396912,15 @@ "binop": null, "updateContext": null }, - "start": 52561, - "end": 52562, + "start": 54576, + "end": 54577, "loc": { "start": { - "line": 1497, + "line": 1543, "column": 27 }, "end": { - "line": 1497, + "line": 1543, "column": 28 } } @@ -386156,15 +396938,15 @@ "binop": null }, "value": "recordedData", - "start": 52562, - "end": 52574, + "start": 54577, + "end": 54589, "loc": { "start": { - "line": 1497, + "line": 1543, "column": 28 }, "end": { - "line": 1497, + "line": 1543, "column": 40 } } @@ -386183,15 +396965,15 @@ "updateContext": null }, "value": "=", - "start": 52575, - "end": 52576, + "start": 54590, + "end": 54591, "loc": { "start": { - "line": 1497, + "line": 1543, "column": 41 }, "end": { - "line": 1497, + "line": 1543, "column": 42 } } @@ -386209,15 +396991,15 @@ "binop": null }, "value": "result", - "start": 52577, - "end": 52583, + "start": 54592, + "end": 54598, "loc": { "start": { - "line": 1497, + "line": 1543, "column": 43 }, "end": { - "line": 1497, + "line": 1543, "column": 49 } } @@ -386235,15 +397017,15 @@ "binop": null, "updateContext": null }, - "start": 52583, - "end": 52584, + "start": 54598, + "end": 54599, "loc": { "start": { - "line": 1497, + "line": 1543, "column": 49 }, "end": { - "line": 1497, + "line": 1543, "column": 50 } } @@ -386261,15 +397043,15 @@ "binop": null }, "value": "toDataURL", - "start": 52584, - "end": 52593, + "start": 54599, + "end": 54608, "loc": { "start": { - "line": 1497, + "line": 1543, "column": 50 }, "end": { - "line": 1497, + "line": 1543, "column": 59 } } @@ -386286,15 +397068,15 @@ "postfix": false, "binop": null }, - "start": 52593, - "end": 52594, + "start": 54608, + "end": 54609, "loc": { "start": { - "line": 1497, + "line": 1543, "column": 59 }, "end": { - "line": 1497, + "line": 1543, "column": 60 } } @@ -386314,15 +397096,15 @@ "updateContext": null }, "value": "this", - "start": 52615, - "end": 52619, + "start": 54630, + "end": 54634, "loc": { "start": { - "line": 1498, + "line": 1544, "column": 20 }, "end": { - "line": 1498, + "line": 1544, "column": 24 } } @@ -386340,15 +397122,15 @@ "binop": null, "updateContext": null }, - "start": 52619, - "end": 52620, + "start": 54634, + "end": 54635, "loc": { "start": { - "line": 1498, + "line": 1544, "column": 24 }, "end": { - "line": 1498, + "line": 1544, "column": 25 } } @@ -386366,15 +397148,15 @@ "binop": null }, "value": "imageOutputFormat", - "start": 52620, - "end": 52637, + "start": 54635, + "end": 54652, "loc": { "start": { - "line": 1498, + "line": 1544, "column": 25 }, "end": { - "line": 1498, + "line": 1544, "column": 42 } } @@ -386392,15 +397174,15 @@ "binop": null, "updateContext": null }, - "start": 52637, - "end": 52638, + "start": 54652, + "end": 54653, "loc": { "start": { - "line": 1498, + "line": 1544, "column": 42 }, "end": { - "line": 1498, + "line": 1544, "column": 43 } } @@ -386420,15 +397202,15 @@ "updateContext": null }, "value": "this", - "start": 52639, - "end": 52643, + "start": 54654, + "end": 54658, "loc": { "start": { - "line": 1498, + "line": 1544, "column": 44 }, "end": { - "line": 1498, + "line": 1544, "column": 48 } } @@ -386446,15 +397228,15 @@ "binop": null, "updateContext": null }, - "start": 52643, - "end": 52644, + "start": 54658, + "end": 54659, "loc": { "start": { - "line": 1498, + "line": 1544, "column": 48 }, "end": { - "line": 1498, + "line": 1544, "column": 49 } } @@ -386472,15 +397254,15 @@ "binop": null }, "value": "imageOutputQuality", - "start": 52644, - "end": 52662, + "start": 54659, + "end": 54677, "loc": { "start": { - "line": 1498, + "line": 1544, "column": 49 }, "end": { - "line": 1498, + "line": 1544, "column": 67 } } @@ -386497,15 +397279,15 @@ "postfix": false, "binop": null }, - "start": 52662, - "end": 52663, + "start": 54677, + "end": 54678, "loc": { "start": { - "line": 1498, + "line": 1544, "column": 67 }, "end": { - "line": 1498, + "line": 1544, "column": 68 } } @@ -386523,15 +397305,15 @@ "binop": null, "updateContext": null }, - "start": 52663, - "end": 52664, + "start": 54678, + "end": 54679, "loc": { "start": { - "line": 1498, + "line": 1544, "column": 68 }, "end": { - "line": 1498, + "line": 1544, "column": 69 } } @@ -386539,15 +397321,15 @@ { "type": "CommentLine", "value": " display the snapshot", - "start": 52682, - "end": 52705, + "start": 54697, + "end": 54720, "loc": { "start": { - "line": 1500, + "line": 1546, "column": 16 }, "end": { - "line": 1500, + "line": 1546, "column": 39 } } @@ -386567,15 +397349,15 @@ "updateContext": null }, "value": "this", - "start": 52722, - "end": 52726, + "start": 54737, + "end": 54741, "loc": { "start": { - "line": 1501, + "line": 1547, "column": 16 }, "end": { - "line": 1501, + "line": 1547, "column": 20 } } @@ -386593,15 +397375,15 @@ "binop": null, "updateContext": null }, - "start": 52726, - "end": 52727, + "start": 54741, + "end": 54742, "loc": { "start": { - "line": 1501, + "line": 1547, "column": 20 }, "end": { - "line": 1501, + "line": 1547, "column": 21 } } @@ -386619,15 +397401,15 @@ "binop": null }, "value": "displaySnapshot", - "start": 52727, - "end": 52742, + "start": 54742, + "end": 54757, "loc": { "start": { - "line": 1501, + "line": 1547, "column": 21 }, "end": { - "line": 1501, + "line": 1547, "column": 36 } } @@ -386644,15 +397426,15 @@ "postfix": false, "binop": null }, - "start": 52742, - "end": 52743, + "start": 54757, + "end": 54758, "loc": { "start": { - "line": 1501, + "line": 1547, "column": 36 }, "end": { - "line": 1501, + "line": 1547, "column": 37 } } @@ -386669,15 +397451,15 @@ "postfix": false, "binop": null }, - "start": 52743, - "end": 52744, + "start": 54758, + "end": 54759, "loc": { "start": { - "line": 1501, + "line": 1547, "column": 37 }, "end": { - "line": 1501, + "line": 1547, "column": 38 } } @@ -386695,15 +397477,15 @@ "binop": null, "updateContext": null }, - "start": 52744, - "end": 52745, + "start": 54759, + "end": 54760, "loc": { "start": { - "line": 1501, + "line": 1547, "column": 38 }, "end": { - "line": 1501, + "line": 1547, "column": 39 } } @@ -386720,15 +397502,15 @@ "postfix": false, "binop": null }, - "start": 52758, - "end": 52759, + "start": 54773, + "end": 54774, "loc": { "start": { - "line": 1502, + "line": 1548, "column": 12 }, "end": { - "line": 1502, + "line": 1548, "column": 13 } } @@ -386745,15 +397527,15 @@ "postfix": false, "binop": null }, - "start": 52768, - "end": 52769, + "start": 54783, + "end": 54784, "loc": { "start": { - "line": 1503, + "line": 1549, "column": 8 }, "end": { - "line": 1503, + "line": 1549, "column": 9 } } @@ -386771,15 +397553,15 @@ "binop": null, "updateContext": null }, - "start": 52769, - "end": 52770, + "start": 54784, + "end": 54785, "loc": { "start": { - "line": 1503, + "line": 1549, "column": 9 }, "end": { - "line": 1503, + "line": 1549, "column": 10 } } @@ -386799,15 +397581,15 @@ "updateContext": null }, "value": "this", - "start": 52771, - "end": 52775, + "start": 54786, + "end": 54790, "loc": { "start": { - "line": 1503, + "line": 1549, "column": 11 }, "end": { - "line": 1503, + "line": 1549, "column": 15 } } @@ -386825,15 +397607,15 @@ "binop": null, "updateContext": null }, - "start": 52775, - "end": 52776, + "start": 54790, + "end": 54791, "loc": { "start": { - "line": 1503, + "line": 1549, "column": 15 }, "end": { - "line": 1503, + "line": 1549, "column": 16 } } @@ -386851,15 +397633,15 @@ "binop": null }, "value": "imageOutputFormat", - "start": 52776, - "end": 52793, + "start": 54791, + "end": 54808, "loc": { "start": { - "line": 1503, + "line": 1549, "column": 16 }, "end": { - "line": 1503, + "line": 1549, "column": 33 } } @@ -386877,15 +397659,15 @@ "binop": null, "updateContext": null }, - "start": 52793, - "end": 52794, + "start": 54808, + "end": 54809, "loc": { "start": { - "line": 1503, + "line": 1549, "column": 33 }, "end": { - "line": 1503, + "line": 1549, "column": 34 } } @@ -386905,15 +397687,15 @@ "updateContext": null }, "value": "this", - "start": 52795, - "end": 52799, + "start": 54810, + "end": 54814, "loc": { "start": { - "line": 1503, + "line": 1549, "column": 35 }, "end": { - "line": 1503, + "line": 1549, "column": 39 } } @@ -386931,15 +397713,15 @@ "binop": null, "updateContext": null }, - "start": 52799, - "end": 52800, + "start": 54814, + "end": 54815, "loc": { "start": { - "line": 1503, + "line": 1549, "column": 39 }, "end": { - "line": 1503, + "line": 1549, "column": 40 } } @@ -386957,15 +397739,15 @@ "binop": null }, "value": "imageOutputQuality", - "start": 52800, - "end": 52818, + "start": 54815, + "end": 54833, "loc": { "start": { - "line": 1503, + "line": 1549, "column": 40 }, "end": { - "line": 1503, + "line": 1549, "column": 58 } } @@ -386982,15 +397764,15 @@ "postfix": false, "binop": null }, - "start": 52818, - "end": 52819, + "start": 54833, + "end": 54834, "loc": { "start": { - "line": 1503, + "line": 1549, "column": 58 }, "end": { - "line": 1503, + "line": 1549, "column": 59 } } @@ -387008,15 +397790,15 @@ "binop": null, "updateContext": null }, - "start": 52819, - "end": 52820, + "start": 54834, + "end": 54835, "loc": { "start": { - "line": 1503, + "line": 1549, "column": 59 }, "end": { - "line": 1503, + "line": 1549, "column": 60 } } @@ -387033,15 +397815,15 @@ "postfix": false, "binop": null }, - "start": 52825, - "end": 52826, + "start": 54840, + "end": 54841, "loc": { "start": { - "line": 1504, + "line": 1550, "column": 4 }, "end": { - "line": 1504, + "line": 1550, "column": 5 } } @@ -387049,15 +397831,15 @@ { "type": "CommentBlock", "value": "*\n * Display snapshot image.\n * @private\n ", - "start": 52832, - "end": 52890, + "start": 54847, + "end": 54905, "loc": { "start": { - "line": 1506, + "line": 1552, "column": 4 }, "end": { - "line": 1509, + "line": 1555, "column": 7 } } @@ -387075,15 +397857,15 @@ "binop": null }, "value": "displaySnapshot", - "start": 52895, - "end": 52910, + "start": 54910, + "end": 54925, "loc": { "start": { - "line": 1510, + "line": 1556, "column": 4 }, "end": { - "line": 1510, + "line": 1556, "column": 19 } } @@ -387100,15 +397882,15 @@ "postfix": false, "binop": null }, - "start": 52910, - "end": 52911, + "start": 54925, + "end": 54926, "loc": { "start": { - "line": 1510, + "line": 1556, "column": 19 }, "end": { - "line": 1510, + "line": 1556, "column": 20 } } @@ -387125,15 +397907,15 @@ "postfix": false, "binop": null }, - "start": 52911, - "end": 52912, + "start": 54926, + "end": 54927, "loc": { "start": { - "line": 1510, + "line": 1556, "column": 20 }, "end": { - "line": 1510, + "line": 1556, "column": 21 } } @@ -387150,15 +397932,15 @@ "postfix": false, "binop": null }, - "start": 52913, - "end": 52914, + "start": 54928, + "end": 54929, "loc": { "start": { - "line": 1510, + "line": 1556, "column": 22 }, "end": { - "line": 1510, + "line": 1556, "column": 23 } } @@ -387166,15 +397948,15 @@ { "type": "CommentLine", "value": " hide preview video", - "start": 52923, - "end": 52944, + "start": 54938, + "end": 54959, "loc": { "start": { - "line": 1511, + "line": 1557, "column": 8 }, "end": { - "line": 1511, + "line": 1557, "column": 29 } } @@ -387194,15 +397976,15 @@ "updateContext": null }, "value": "this", - "start": 52953, - "end": 52957, + "start": 54968, + "end": 54972, "loc": { "start": { - "line": 1512, + "line": 1558, "column": 8 }, "end": { - "line": 1512, + "line": 1558, "column": 12 } } @@ -387220,15 +398002,15 @@ "binop": null, "updateContext": null }, - "start": 52957, - "end": 52958, + "start": 54972, + "end": 54973, "loc": { "start": { - "line": 1512, + "line": 1558, "column": 12 }, "end": { - "line": 1512, + "line": 1558, "column": 13 } } @@ -387246,15 +398028,15 @@ "binop": null }, "value": "mediaElement", - "start": 52958, - "end": 52970, + "start": 54973, + "end": 54985, "loc": { "start": { - "line": 1512, + "line": 1558, "column": 13 }, "end": { - "line": 1512, + "line": 1558, "column": 25 } } @@ -387272,15 +398054,15 @@ "binop": null, "updateContext": null }, - "start": 52970, - "end": 52971, + "start": 54985, + "end": 54986, "loc": { "start": { - "line": 1512, + "line": 1558, "column": 25 }, "end": { - "line": 1512, + "line": 1558, "column": 26 } } @@ -387298,15 +398080,15 @@ "binop": null }, "value": "style", - "start": 52971, - "end": 52976, + "start": 54986, + "end": 54991, "loc": { "start": { - "line": 1512, + "line": 1558, "column": 26 }, "end": { - "line": 1512, + "line": 1558, "column": 31 } } @@ -387324,15 +398106,15 @@ "binop": null, "updateContext": null }, - "start": 52976, - "end": 52977, + "start": 54991, + "end": 54992, "loc": { "start": { - "line": 1512, + "line": 1558, "column": 31 }, "end": { - "line": 1512, + "line": 1558, "column": 32 } } @@ -387350,15 +398132,15 @@ "binop": null }, "value": "display", - "start": 52977, - "end": 52984, + "start": 54992, + "end": 54999, "loc": { "start": { - "line": 1512, + "line": 1558, "column": 32 }, "end": { - "line": 1512, + "line": 1558, "column": 39 } } @@ -387377,15 +398159,15 @@ "updateContext": null }, "value": "=", - "start": 52985, - "end": 52986, + "start": 55000, + "end": 55001, "loc": { "start": { - "line": 1512, + "line": 1558, "column": 40 }, "end": { - "line": 1512, + "line": 1558, "column": 41 } } @@ -387404,15 +398186,15 @@ "updateContext": null }, "value": "none", - "start": 52987, - "end": 52993, + "start": 55002, + "end": 55008, "loc": { "start": { - "line": 1512, + "line": 1558, "column": 42 }, "end": { - "line": 1512, + "line": 1558, "column": 48 } } @@ -387430,15 +398212,15 @@ "binop": null, "updateContext": null }, - "start": 52993, - "end": 52994, + "start": 55008, + "end": 55009, "loc": { "start": { - "line": 1512, + "line": 1558, "column": 48 }, "end": { - "line": 1512, + "line": 1558, "column": 49 } } @@ -387446,15 +398228,15 @@ { "type": "CommentLine", "value": " show the snapshot", - "start": 53004, - "end": 53024, + "start": 55019, + "end": 55039, "loc": { "start": { - "line": 1514, + "line": 1560, "column": 8 }, "end": { - "line": 1514, + "line": 1560, "column": 28 } } @@ -387474,15 +398256,15 @@ "updateContext": null }, "value": "this", - "start": 53033, - "end": 53037, + "start": 55048, + "end": 55052, "loc": { "start": { - "line": 1515, + "line": 1561, "column": 8 }, "end": { - "line": 1515, + "line": 1561, "column": 12 } } @@ -387500,15 +398282,15 @@ "binop": null, "updateContext": null }, - "start": 53037, - "end": 53038, + "start": 55052, + "end": 55053, "loc": { "start": { - "line": 1515, + "line": 1561, "column": 12 }, "end": { - "line": 1515, + "line": 1561, "column": 13 } } @@ -387526,15 +398308,15 @@ "binop": null }, "value": "player", - "start": 53038, - "end": 53044, + "start": 55053, + "end": 55059, "loc": { "start": { - "line": 1515, + "line": 1561, "column": 13 }, "end": { - "line": 1515, + "line": 1561, "column": 19 } } @@ -387552,15 +398334,15 @@ "binop": null, "updateContext": null }, - "start": 53044, - "end": 53045, + "start": 55059, + "end": 55060, "loc": { "start": { - "line": 1515, + "line": 1561, "column": 19 }, "end": { - "line": 1515, + "line": 1561, "column": 20 } } @@ -387578,15 +398360,15 @@ "binop": null }, "value": "recordCanvas", - "start": 53045, - "end": 53057, + "start": 55060, + "end": 55072, "loc": { "start": { - "line": 1515, + "line": 1561, "column": 20 }, "end": { - "line": 1515, + "line": 1561, "column": 32 } } @@ -387604,15 +398386,15 @@ "binop": null, "updateContext": null }, - "start": 53057, - "end": 53058, + "start": 55072, + "end": 55073, "loc": { "start": { - "line": 1515, + "line": 1561, "column": 32 }, "end": { - "line": 1515, + "line": 1561, "column": 33 } } @@ -387630,15 +398412,15 @@ "binop": null }, "value": "show", - "start": 53058, - "end": 53062, + "start": 55073, + "end": 55077, "loc": { "start": { - "line": 1515, + "line": 1561, "column": 33 }, "end": { - "line": 1515, + "line": 1561, "column": 37 } } @@ -387655,15 +398437,15 @@ "postfix": false, "binop": null }, - "start": 53062, - "end": 53063, + "start": 55077, + "end": 55078, "loc": { "start": { - "line": 1515, + "line": 1561, "column": 37 }, "end": { - "line": 1515, + "line": 1561, "column": 38 } } @@ -387680,15 +398462,15 @@ "postfix": false, "binop": null }, - "start": 53063, - "end": 53064, + "start": 55078, + "end": 55079, "loc": { "start": { - "line": 1515, + "line": 1561, "column": 38 }, "end": { - "line": 1515, + "line": 1561, "column": 39 } } @@ -387706,15 +398488,15 @@ "binop": null, "updateContext": null }, - "start": 53064, - "end": 53065, + "start": 55079, + "end": 55080, "loc": { "start": { - "line": 1515, + "line": 1561, "column": 39 }, "end": { - "line": 1515, + "line": 1561, "column": 40 } } @@ -387722,15 +398504,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 53075, - "end": 53092, + "start": 55090, + "end": 55107, "loc": { "start": { - "line": 1517, + "line": 1563, "column": 8 }, "end": { - "line": 1517, + "line": 1563, "column": 25 } } @@ -387750,15 +398532,15 @@ "updateContext": null }, "value": "this", - "start": 53101, - "end": 53105, + "start": 55116, + "end": 55120, "loc": { "start": { - "line": 1518, + "line": 1564, "column": 8 }, "end": { - "line": 1518, + "line": 1564, "column": 12 } } @@ -387776,15 +398558,15 @@ "binop": null, "updateContext": null }, - "start": 53105, - "end": 53106, + "start": 55120, + "end": 55121, "loc": { "start": { - "line": 1518, + "line": 1564, "column": 12 }, "end": { - "line": 1518, + "line": 1564, "column": 13 } } @@ -387802,15 +398584,15 @@ "binop": null }, "value": "stop", - "start": 53106, - "end": 53110, + "start": 55121, + "end": 55125, "loc": { "start": { - "line": 1518, + "line": 1564, "column": 13 }, "end": { - "line": 1518, + "line": 1564, "column": 17 } } @@ -387827,15 +398609,15 @@ "postfix": false, "binop": null }, - "start": 53110, - "end": 53111, + "start": 55125, + "end": 55126, "loc": { "start": { - "line": 1518, + "line": 1564, "column": 17 }, "end": { - "line": 1518, + "line": 1564, "column": 18 } } @@ -387852,15 +398634,15 @@ "postfix": false, "binop": null }, - "start": 53111, - "end": 53112, + "start": 55126, + "end": 55127, "loc": { "start": { - "line": 1518, + "line": 1564, "column": 18 }, "end": { - "line": 1518, + "line": 1564, "column": 19 } } @@ -387878,15 +398660,15 @@ "binop": null, "updateContext": null }, - "start": 53112, - "end": 53113, + "start": 55127, + "end": 55128, "loc": { "start": { - "line": 1518, + "line": 1564, "column": 19 }, "end": { - "line": 1518, + "line": 1564, "column": 20 } } @@ -387903,15 +398685,15 @@ "postfix": false, "binop": null }, - "start": 53118, - "end": 53119, + "start": 55133, + "end": 55134, "loc": { "start": { - "line": 1519, + "line": 1565, "column": 4 }, "end": { - "line": 1519, + "line": 1565, "column": 5 } } @@ -387919,15 +398701,15 @@ { "type": "CommentBlock", "value": "*\n * Reset UI for retrying a snapshot image.\n * @private\n ", - "start": 53125, - "end": 53199, + "start": 55140, + "end": 55214, "loc": { "start": { - "line": 1521, + "line": 1567, "column": 4 }, "end": { - "line": 1524, + "line": 1570, "column": 7 } } @@ -387945,15 +398727,15 @@ "binop": null }, "value": "retrySnapshot", - "start": 53204, - "end": 53217, + "start": 55219, + "end": 55232, "loc": { "start": { - "line": 1525, + "line": 1571, "column": 4 }, "end": { - "line": 1525, + "line": 1571, "column": 17 } } @@ -387970,15 +398752,15 @@ "postfix": false, "binop": null }, - "start": 53217, - "end": 53218, + "start": 55232, + "end": 55233, "loc": { "start": { - "line": 1525, + "line": 1571, "column": 17 }, "end": { - "line": 1525, + "line": 1571, "column": 18 } } @@ -387995,15 +398777,15 @@ "postfix": false, "binop": null }, - "start": 53218, - "end": 53219, + "start": 55233, + "end": 55234, "loc": { "start": { - "line": 1525, + "line": 1571, "column": 18 }, "end": { - "line": 1525, + "line": 1571, "column": 19 } } @@ -388020,15 +398802,15 @@ "postfix": false, "binop": null }, - "start": 53220, - "end": 53221, + "start": 55235, + "end": 55236, "loc": { "start": { - "line": 1525, + "line": 1571, "column": 20 }, "end": { - "line": 1525, + "line": 1571, "column": 21 } } @@ -388048,15 +398830,15 @@ "updateContext": null }, "value": "this", - "start": 53230, - "end": 53234, + "start": 55245, + "end": 55249, "loc": { "start": { - "line": 1526, + "line": 1572, "column": 8 }, "end": { - "line": 1526, + "line": 1572, "column": 12 } } @@ -388074,15 +398856,15 @@ "binop": null, "updateContext": null }, - "start": 53234, - "end": 53235, + "start": 55249, + "end": 55250, "loc": { "start": { - "line": 1526, + "line": 1572, "column": 12 }, "end": { - "line": 1526, + "line": 1572, "column": 13 } } @@ -388100,15 +398882,15 @@ "binop": null }, "value": "_processing", - "start": 53235, - "end": 53246, + "start": 55250, + "end": 55261, "loc": { "start": { - "line": 1526, + "line": 1572, "column": 13 }, "end": { - "line": 1526, + "line": 1572, "column": 24 } } @@ -388127,15 +398909,15 @@ "updateContext": null }, "value": "=", - "start": 53247, - "end": 53248, + "start": 55262, + "end": 55263, "loc": { "start": { - "line": 1526, + "line": 1572, "column": 25 }, "end": { - "line": 1526, + "line": 1572, "column": 26 } } @@ -388155,15 +398937,15 @@ "updateContext": null }, "value": "false", - "start": 53249, - "end": 53254, + "start": 55264, + "end": 55269, "loc": { "start": { - "line": 1526, + "line": 1572, "column": 27 }, "end": { - "line": 1526, + "line": 1572, "column": 32 } } @@ -388181,15 +398963,15 @@ "binop": null, "updateContext": null }, - "start": 53254, - "end": 53255, + "start": 55269, + "end": 55270, "loc": { "start": { - "line": 1526, + "line": 1572, "column": 32 }, "end": { - "line": 1526, + "line": 1572, "column": 33 } } @@ -388197,15 +398979,15 @@ { "type": "CommentLine", "value": " retry: hide the snapshot", - "start": 53265, - "end": 53292, + "start": 55280, + "end": 55307, "loc": { "start": { - "line": 1528, + "line": 1574, "column": 8 }, "end": { - "line": 1528, + "line": 1574, "column": 35 } } @@ -388225,15 +399007,15 @@ "updateContext": null }, "value": "this", - "start": 53301, - "end": 53305, + "start": 55316, + "end": 55320, "loc": { "start": { - "line": 1529, + "line": 1575, "column": 8 }, "end": { - "line": 1529, + "line": 1575, "column": 12 } } @@ -388251,15 +399033,15 @@ "binop": null, "updateContext": null }, - "start": 53305, - "end": 53306, + "start": 55320, + "end": 55321, "loc": { "start": { - "line": 1529, + "line": 1575, "column": 12 }, "end": { - "line": 1529, + "line": 1575, "column": 13 } } @@ -388277,15 +399059,15 @@ "binop": null }, "value": "player", - "start": 53306, - "end": 53312, + "start": 55321, + "end": 55327, "loc": { "start": { - "line": 1529, + "line": 1575, "column": 13 }, "end": { - "line": 1529, + "line": 1575, "column": 19 } } @@ -388303,15 +399085,15 @@ "binop": null, "updateContext": null }, - "start": 53312, - "end": 53313, + "start": 55327, + "end": 55328, "loc": { "start": { - "line": 1529, + "line": 1575, "column": 19 }, "end": { - "line": 1529, + "line": 1575, "column": 20 } } @@ -388329,15 +399111,15 @@ "binop": null }, "value": "recordCanvas", - "start": 53313, - "end": 53325, + "start": 55328, + "end": 55340, "loc": { "start": { - "line": 1529, + "line": 1575, "column": 20 }, "end": { - "line": 1529, + "line": 1575, "column": 32 } } @@ -388355,15 +399137,15 @@ "binop": null, "updateContext": null }, - "start": 53325, - "end": 53326, + "start": 55340, + "end": 55341, "loc": { "start": { - "line": 1529, + "line": 1575, "column": 32 }, "end": { - "line": 1529, + "line": 1575, "column": 33 } } @@ -388381,15 +399163,15 @@ "binop": null }, "value": "hide", - "start": 53326, - "end": 53330, + "start": 55341, + "end": 55345, "loc": { "start": { - "line": 1529, + "line": 1575, "column": 33 }, "end": { - "line": 1529, + "line": 1575, "column": 37 } } @@ -388406,15 +399188,15 @@ "postfix": false, "binop": null }, - "start": 53330, - "end": 53331, + "start": 55345, + "end": 55346, "loc": { "start": { - "line": 1529, + "line": 1575, "column": 37 }, "end": { - "line": 1529, + "line": 1575, "column": 38 } } @@ -388431,15 +399213,15 @@ "postfix": false, "binop": null }, - "start": 53331, - "end": 53332, + "start": 55346, + "end": 55347, "loc": { "start": { - "line": 1529, + "line": 1575, "column": 38 }, "end": { - "line": 1529, + "line": 1575, "column": 39 } } @@ -388457,15 +399239,15 @@ "binop": null, "updateContext": null }, - "start": 53332, - "end": 53333, + "start": 55347, + "end": 55348, "loc": { "start": { - "line": 1529, + "line": 1575, "column": 39 }, "end": { - "line": 1529, + "line": 1575, "column": 40 } } @@ -388473,15 +399255,15 @@ { "type": "CommentLine", "value": " show preview video", - "start": 53343, - "end": 53364, + "start": 55358, + "end": 55379, "loc": { "start": { - "line": 1531, + "line": 1577, "column": 8 }, "end": { - "line": 1531, + "line": 1577, "column": 29 } } @@ -388501,15 +399283,15 @@ "updateContext": null }, "value": "this", - "start": 53373, - "end": 53377, + "start": 55388, + "end": 55392, "loc": { "start": { - "line": 1532, + "line": 1578, "column": 8 }, "end": { - "line": 1532, + "line": 1578, "column": 12 } } @@ -388527,15 +399309,15 @@ "binop": null, "updateContext": null }, - "start": 53377, - "end": 53378, + "start": 55392, + "end": 55393, "loc": { "start": { - "line": 1532, + "line": 1578, "column": 12 }, "end": { - "line": 1532, + "line": 1578, "column": 13 } } @@ -388553,15 +399335,15 @@ "binop": null }, "value": "player", - "start": 53378, - "end": 53384, + "start": 55393, + "end": 55399, "loc": { "start": { - "line": 1532, + "line": 1578, "column": 13 }, "end": { - "line": 1532, + "line": 1578, "column": 19 } } @@ -388579,15 +399361,15 @@ "binop": null, "updateContext": null }, - "start": 53384, - "end": 53385, + "start": 55399, + "end": 55400, "loc": { "start": { - "line": 1532, + "line": 1578, "column": 19 }, "end": { - "line": 1532, + "line": 1578, "column": 20 } } @@ -388605,15 +399387,15 @@ "binop": null }, "value": "el", - "start": 53385, - "end": 53387, + "start": 55400, + "end": 55402, "loc": { "start": { - "line": 1532, + "line": 1578, "column": 20 }, "end": { - "line": 1532, + "line": 1578, "column": 22 } } @@ -388630,15 +399412,15 @@ "postfix": false, "binop": null }, - "start": 53387, - "end": 53388, + "start": 55402, + "end": 55403, "loc": { "start": { - "line": 1532, + "line": 1578, "column": 22 }, "end": { - "line": 1532, + "line": 1578, "column": 23 } } @@ -388655,15 +399437,15 @@ "postfix": false, "binop": null }, - "start": 53388, - "end": 53389, + "start": 55403, + "end": 55404, "loc": { "start": { - "line": 1532, + "line": 1578, "column": 23 }, "end": { - "line": 1532, + "line": 1578, "column": 24 } } @@ -388681,15 +399463,15 @@ "binop": null, "updateContext": null }, - "start": 53389, - "end": 53390, + "start": 55404, + "end": 55405, "loc": { "start": { - "line": 1532, + "line": 1578, "column": 24 }, "end": { - "line": 1532, + "line": 1578, "column": 25 } } @@ -388707,15 +399489,15 @@ "binop": null }, "value": "firstChild", - "start": 53390, - "end": 53400, + "start": 55405, + "end": 55415, "loc": { "start": { - "line": 1532, + "line": 1578, "column": 25 }, "end": { - "line": 1532, + "line": 1578, "column": 35 } } @@ -388733,15 +399515,15 @@ "binop": null, "updateContext": null }, - "start": 53400, - "end": 53401, + "start": 55415, + "end": 55416, "loc": { "start": { - "line": 1532, + "line": 1578, "column": 35 }, "end": { - "line": 1532, + "line": 1578, "column": 36 } } @@ -388759,15 +399541,15 @@ "binop": null }, "value": "style", - "start": 53401, - "end": 53406, + "start": 55416, + "end": 55421, "loc": { "start": { - "line": 1532, + "line": 1578, "column": 36 }, "end": { - "line": 1532, + "line": 1578, "column": 41 } } @@ -388785,15 +399567,15 @@ "binop": null, "updateContext": null }, - "start": 53406, - "end": 53407, + "start": 55421, + "end": 55422, "loc": { "start": { - "line": 1532, + "line": 1578, "column": 41 }, "end": { - "line": 1532, + "line": 1578, "column": 42 } } @@ -388811,15 +399593,15 @@ "binop": null }, "value": "display", - "start": 53407, - "end": 53414, + "start": 55422, + "end": 55429, "loc": { "start": { - "line": 1532, + "line": 1578, "column": 42 }, "end": { - "line": 1532, + "line": 1578, "column": 49 } } @@ -388838,15 +399620,15 @@ "updateContext": null }, "value": "=", - "start": 53415, - "end": 53416, + "start": 55430, + "end": 55431, "loc": { "start": { - "line": 1532, + "line": 1578, "column": 50 }, "end": { - "line": 1532, + "line": 1578, "column": 51 } } @@ -388865,15 +399647,15 @@ "updateContext": null }, "value": "block", - "start": 53417, - "end": 53424, + "start": 55432, + "end": 55439, "loc": { "start": { - "line": 1532, + "line": 1578, "column": 52 }, "end": { - "line": 1532, + "line": 1578, "column": 59 } } @@ -388891,15 +399673,15 @@ "binop": null, "updateContext": null }, - "start": 53424, - "end": 53425, + "start": 55439, + "end": 55440, "loc": { "start": { - "line": 1532, + "line": 1578, "column": 59 }, "end": { - "line": 1532, + "line": 1578, "column": 60 } } @@ -388916,15 +399698,15 @@ "postfix": false, "binop": null }, - "start": 53430, - "end": 53431, + "start": 55445, + "end": 55446, "loc": { "start": { - "line": 1533, + "line": 1579, "column": 4 }, "end": { - "line": 1533, + "line": 1579, "column": 5 } } @@ -388932,15 +399714,15 @@ { "type": "CommentBlock", "value": "*\n * Capture frame from camera and copy data to canvas.\n * @private\n * @returns {void}\n ", - "start": 53437, - "end": 53545, + "start": 55452, + "end": 55560, "loc": { "start": { - "line": 1535, + "line": 1581, "column": 4 }, "end": { - "line": 1539, + "line": 1585, "column": 7 } } @@ -388958,15 +399740,15 @@ "binop": null }, "value": "captureFrame", - "start": 53550, - "end": 53562, + "start": 55565, + "end": 55577, "loc": { "start": { - "line": 1540, + "line": 1586, "column": 4 }, "end": { - "line": 1540, + "line": 1586, "column": 16 } } @@ -388983,15 +399765,15 @@ "postfix": false, "binop": null }, - "start": 53562, - "end": 53563, + "start": 55577, + "end": 55578, "loc": { "start": { - "line": 1540, + "line": 1586, "column": 16 }, "end": { - "line": 1540, + "line": 1586, "column": 17 } } @@ -389008,15 +399790,15 @@ "postfix": false, "binop": null }, - "start": 53563, - "end": 53564, + "start": 55578, + "end": 55579, "loc": { "start": { - "line": 1540, + "line": 1586, "column": 17 }, "end": { - "line": 1540, + "line": 1586, "column": 18 } } @@ -389033,15 +399815,15 @@ "postfix": false, "binop": null }, - "start": 53565, - "end": 53566, + "start": 55580, + "end": 55581, "loc": { "start": { - "line": 1540, + "line": 1586, "column": 19 }, "end": { - "line": 1540, + "line": 1586, "column": 20 } } @@ -389061,15 +399843,15 @@ "updateContext": null }, "value": "let", - "start": 53575, - "end": 53578, + "start": 55590, + "end": 55593, "loc": { "start": { - "line": 1541, + "line": 1587, "column": 8 }, "end": { - "line": 1541, + "line": 1587, "column": 11 } } @@ -389087,15 +399869,15 @@ "binop": null }, "value": "detected", - "start": 53579, - "end": 53587, + "start": 55594, + "end": 55602, "loc": { "start": { - "line": 1541, + "line": 1587, "column": 12 }, "end": { - "line": 1541, + "line": 1587, "column": 20 } } @@ -389114,15 +399896,15 @@ "updateContext": null }, "value": "=", - "start": 53588, - "end": 53589, + "start": 55603, + "end": 55604, "loc": { "start": { - "line": 1541, + "line": 1587, "column": 21 }, "end": { - "line": 1541, + "line": 1587, "column": 22 } } @@ -389140,15 +399922,15 @@ "binop": null }, "value": "detectBrowser", - "start": 53590, - "end": 53603, + "start": 55605, + "end": 55618, "loc": { "start": { - "line": 1541, + "line": 1587, "column": 23 }, "end": { - "line": 1541, + "line": 1587, "column": 36 } } @@ -389165,15 +399947,15 @@ "postfix": false, "binop": null }, - "start": 53603, - "end": 53604, + "start": 55618, + "end": 55619, "loc": { "start": { - "line": 1541, + "line": 1587, "column": 36 }, "end": { - "line": 1541, + "line": 1587, "column": 37 } } @@ -389190,15 +399972,15 @@ "postfix": false, "binop": null }, - "start": 53604, - "end": 53605, + "start": 55619, + "end": 55620, "loc": { "start": { - "line": 1541, + "line": 1587, "column": 37 }, "end": { - "line": 1541, + "line": 1587, "column": 38 } } @@ -389216,15 +399998,15 @@ "binop": null, "updateContext": null }, - "start": 53605, - "end": 53606, + "start": 55620, + "end": 55621, "loc": { "start": { - "line": 1541, + "line": 1587, "column": 38 }, "end": { - "line": 1541, + "line": 1587, "column": 39 } } @@ -389244,15 +400026,15 @@ "updateContext": null }, "value": "let", - "start": 53615, - "end": 53618, + "start": 55630, + "end": 55633, "loc": { "start": { - "line": 1542, + "line": 1588, "column": 8 }, "end": { - "line": 1542, + "line": 1588, "column": 11 } } @@ -389270,15 +400052,15 @@ "binop": null }, "value": "recordCanvas", - "start": 53619, - "end": 53631, + "start": 55634, + "end": 55646, "loc": { "start": { - "line": 1542, + "line": 1588, "column": 12 }, "end": { - "line": 1542, + "line": 1588, "column": 24 } } @@ -389297,15 +400079,15 @@ "updateContext": null }, "value": "=", - "start": 53632, - "end": 53633, + "start": 55647, + "end": 55648, "loc": { "start": { - "line": 1542, + "line": 1588, "column": 25 }, "end": { - "line": 1542, + "line": 1588, "column": 26 } } @@ -389325,15 +400107,15 @@ "updateContext": null }, "value": "this", - "start": 53634, - "end": 53638, + "start": 55649, + "end": 55653, "loc": { "start": { - "line": 1542, + "line": 1588, "column": 27 }, "end": { - "line": 1542, + "line": 1588, "column": 31 } } @@ -389351,15 +400133,15 @@ "binop": null, "updateContext": null }, - "start": 53638, - "end": 53639, + "start": 55653, + "end": 55654, "loc": { "start": { - "line": 1542, + "line": 1588, "column": 31 }, "end": { - "line": 1542, + "line": 1588, "column": 32 } } @@ -389377,15 +400159,15 @@ "binop": null }, "value": "player", - "start": 53639, - "end": 53645, + "start": 55654, + "end": 55660, "loc": { "start": { - "line": 1542, + "line": 1588, "column": 32 }, "end": { - "line": 1542, + "line": 1588, "column": 38 } } @@ -389403,15 +400185,15 @@ "binop": null, "updateContext": null }, - "start": 53645, - "end": 53646, + "start": 55660, + "end": 55661, "loc": { "start": { - "line": 1542, + "line": 1588, "column": 38 }, "end": { - "line": 1542, + "line": 1588, "column": 39 } } @@ -389429,15 +400211,15 @@ "binop": null }, "value": "recordCanvas", - "start": 53646, - "end": 53658, + "start": 55661, + "end": 55673, "loc": { "start": { - "line": 1542, + "line": 1588, "column": 39 }, "end": { - "line": 1542, + "line": 1588, "column": 51 } } @@ -389455,15 +400237,15 @@ "binop": null, "updateContext": null }, - "start": 53658, - "end": 53659, + "start": 55673, + "end": 55674, "loc": { "start": { - "line": 1542, + "line": 1588, "column": 51 }, "end": { - "line": 1542, + "line": 1588, "column": 52 } } @@ -389481,15 +400263,15 @@ "binop": null }, "value": "el", - "start": 53659, - "end": 53661, + "start": 55674, + "end": 55676, "loc": { "start": { - "line": 1542, + "line": 1588, "column": 52 }, "end": { - "line": 1542, + "line": 1588, "column": 54 } } @@ -389506,15 +400288,15 @@ "postfix": false, "binop": null }, - "start": 53661, - "end": 53662, + "start": 55676, + "end": 55677, "loc": { "start": { - "line": 1542, + "line": 1588, "column": 54 }, "end": { - "line": 1542, + "line": 1588, "column": 55 } } @@ -389531,15 +400313,15 @@ "postfix": false, "binop": null }, - "start": 53662, - "end": 53663, + "start": 55677, + "end": 55678, "loc": { "start": { - "line": 1542, + "line": 1588, "column": 55 }, "end": { - "line": 1542, + "line": 1588, "column": 56 } } @@ -389557,15 +400339,15 @@ "binop": null, "updateContext": null }, - "start": 53663, - "end": 53664, + "start": 55678, + "end": 55679, "loc": { "start": { - "line": 1542, + "line": 1588, "column": 56 }, "end": { - "line": 1542, + "line": 1588, "column": 57 } } @@ -389583,15 +400365,15 @@ "binop": null }, "value": "firstChild", - "start": 53664, - "end": 53674, + "start": 55679, + "end": 55689, "loc": { "start": { - "line": 1542, + "line": 1588, "column": 57 }, "end": { - "line": 1542, + "line": 1588, "column": 67 } } @@ -389609,15 +400391,15 @@ "binop": null, "updateContext": null }, - "start": 53674, - "end": 53675, + "start": 55689, + "end": 55690, "loc": { "start": { - "line": 1542, + "line": 1588, "column": 67 }, "end": { - "line": 1542, + "line": 1588, "column": 68 } } @@ -389625,15 +400407,15 @@ { "type": "CommentLine", "value": " set the canvas size to the dimensions of the camera,", - "start": 53685, - "end": 53740, + "start": 55700, + "end": 55755, "loc": { "start": { - "line": 1544, + "line": 1590, "column": 8 }, "end": { - "line": 1544, + "line": 1590, "column": 63 } } @@ -389641,15 +400423,15 @@ { "type": "CommentLine", "value": " which also wipes the content of the canvas", - "start": 53749, - "end": 53794, + "start": 55764, + "end": 55809, "loc": { "start": { - "line": 1545, + "line": 1591, "column": 8 }, "end": { - "line": 1545, + "line": 1591, "column": 53 } } @@ -389667,15 +400449,15 @@ "binop": null }, "value": "recordCanvas", - "start": 53803, - "end": 53815, + "start": 55818, + "end": 55830, "loc": { "start": { - "line": 1546, + "line": 1592, "column": 8 }, "end": { - "line": 1546, + "line": 1592, "column": 20 } } @@ -389693,15 +400475,15 @@ "binop": null, "updateContext": null }, - "start": 53815, - "end": 53816, + "start": 55830, + "end": 55831, "loc": { "start": { - "line": 1546, + "line": 1592, "column": 20 }, "end": { - "line": 1546, + "line": 1592, "column": 21 } } @@ -389719,15 +400501,15 @@ "binop": null }, "value": "width", - "start": 53816, - "end": 53821, + "start": 55831, + "end": 55836, "loc": { "start": { - "line": 1546, + "line": 1592, "column": 21 }, "end": { - "line": 1546, + "line": 1592, "column": 26 } } @@ -389746,15 +400528,15 @@ "updateContext": null }, "value": "=", - "start": 53822, - "end": 53823, + "start": 55837, + "end": 55838, "loc": { "start": { - "line": 1546, + "line": 1592, "column": 27 }, "end": { - "line": 1546, + "line": 1592, "column": 28 } } @@ -389774,15 +400556,15 @@ "updateContext": null }, "value": "this", - "start": 53824, - "end": 53828, + "start": 55839, + "end": 55843, "loc": { "start": { - "line": 1546, + "line": 1592, "column": 29 }, "end": { - "line": 1546, + "line": 1592, "column": 33 } } @@ -389800,15 +400582,15 @@ "binop": null, "updateContext": null }, - "start": 53828, - "end": 53829, + "start": 55843, + "end": 55844, "loc": { "start": { - "line": 1546, + "line": 1592, "column": 33 }, "end": { - "line": 1546, + "line": 1592, "column": 34 } } @@ -389826,15 +400608,15 @@ "binop": null }, "value": "player", - "start": 53829, - "end": 53835, + "start": 55844, + "end": 55850, "loc": { "start": { - "line": 1546, + "line": 1592, "column": 34 }, "end": { - "line": 1546, + "line": 1592, "column": 40 } } @@ -389852,15 +400634,15 @@ "binop": null, "updateContext": null }, - "start": 53835, - "end": 53836, + "start": 55850, + "end": 55851, "loc": { "start": { - "line": 1546, + "line": 1592, "column": 40 }, "end": { - "line": 1546, + "line": 1592, "column": 41 } } @@ -389878,15 +400660,15 @@ "binop": null }, "value": "width", - "start": 53836, - "end": 53841, + "start": 55851, + "end": 55856, "loc": { "start": { - "line": 1546, + "line": 1592, "column": 41 }, "end": { - "line": 1546, + "line": 1592, "column": 46 } } @@ -389903,15 +400685,15 @@ "postfix": false, "binop": null }, - "start": 53841, - "end": 53842, + "start": 55856, + "end": 55857, "loc": { "start": { - "line": 1546, + "line": 1592, "column": 46 }, "end": { - "line": 1546, + "line": 1592, "column": 47 } } @@ -389928,15 +400710,15 @@ "postfix": false, "binop": null }, - "start": 53842, - "end": 53843, + "start": 55857, + "end": 55858, "loc": { "start": { - "line": 1546, + "line": 1592, "column": 47 }, "end": { - "line": 1546, + "line": 1592, "column": 48 } } @@ -389954,15 +400736,15 @@ "binop": null, "updateContext": null }, - "start": 53843, - "end": 53844, + "start": 55858, + "end": 55859, "loc": { "start": { - "line": 1546, + "line": 1592, "column": 48 }, "end": { - "line": 1546, + "line": 1592, "column": 49 } } @@ -389980,15 +400762,15 @@ "binop": null }, "value": "recordCanvas", - "start": 53853, - "end": 53865, + "start": 55868, + "end": 55880, "loc": { "start": { - "line": 1547, + "line": 1593, "column": 8 }, "end": { - "line": 1547, + "line": 1593, "column": 20 } } @@ -390006,15 +400788,15 @@ "binop": null, "updateContext": null }, - "start": 53865, - "end": 53866, + "start": 55880, + "end": 55881, "loc": { "start": { - "line": 1547, + "line": 1593, "column": 20 }, "end": { - "line": 1547, + "line": 1593, "column": 21 } } @@ -390032,15 +400814,15 @@ "binop": null }, "value": "height", - "start": 53866, - "end": 53872, + "start": 55881, + "end": 55887, "loc": { "start": { - "line": 1547, + "line": 1593, "column": 21 }, "end": { - "line": 1547, + "line": 1593, "column": 27 } } @@ -390059,15 +400841,15 @@ "updateContext": null }, "value": "=", - "start": 53873, - "end": 53874, + "start": 55888, + "end": 55889, "loc": { "start": { - "line": 1547, + "line": 1593, "column": 28 }, "end": { - "line": 1547, + "line": 1593, "column": 29 } } @@ -390087,15 +400869,15 @@ "updateContext": null }, "value": "this", - "start": 53875, - "end": 53879, + "start": 55890, + "end": 55894, "loc": { "start": { - "line": 1547, + "line": 1593, "column": 30 }, "end": { - "line": 1547, + "line": 1593, "column": 34 } } @@ -390113,15 +400895,15 @@ "binop": null, "updateContext": null }, - "start": 53879, - "end": 53880, + "start": 55894, + "end": 55895, "loc": { "start": { - "line": 1547, + "line": 1593, "column": 34 }, "end": { - "line": 1547, + "line": 1593, "column": 35 } } @@ -390139,15 +400921,15 @@ "binop": null }, "value": "player", - "start": 53880, - "end": 53886, + "start": 55895, + "end": 55901, "loc": { "start": { - "line": 1547, + "line": 1593, "column": 35 }, "end": { - "line": 1547, + "line": 1593, "column": 41 } } @@ -390165,15 +400947,15 @@ "binop": null, "updateContext": null }, - "start": 53886, - "end": 53887, + "start": 55901, + "end": 55902, "loc": { "start": { - "line": 1547, + "line": 1593, "column": 41 }, "end": { - "line": 1547, + "line": 1593, "column": 42 } } @@ -390191,15 +400973,15 @@ "binop": null }, "value": "height", - "start": 53887, - "end": 53893, + "start": 55902, + "end": 55908, "loc": { "start": { - "line": 1547, + "line": 1593, "column": 42 }, "end": { - "line": 1547, + "line": 1593, "column": 48 } } @@ -390216,15 +400998,15 @@ "postfix": false, "binop": null }, - "start": 53893, - "end": 53894, + "start": 55908, + "end": 55909, "loc": { "start": { - "line": 1547, + "line": 1593, "column": 48 }, "end": { - "line": 1547, + "line": 1593, "column": 49 } } @@ -390241,15 +401023,15 @@ "postfix": false, "binop": null }, - "start": 53894, - "end": 53895, + "start": 55909, + "end": 55910, "loc": { "start": { - "line": 1547, + "line": 1593, "column": 49 }, "end": { - "line": 1547, + "line": 1593, "column": 50 } } @@ -390267,15 +401049,15 @@ "binop": null, "updateContext": null }, - "start": 53895, - "end": 53896, + "start": 55910, + "end": 55911, "loc": { "start": { - "line": 1547, + "line": 1593, "column": 50 }, "end": { - "line": 1547, + "line": 1593, "column": 51 } } @@ -390295,15 +401077,15 @@ "updateContext": null }, "value": "return", - "start": 53906, - "end": 53912, + "start": 55921, + "end": 55927, "loc": { "start": { - "line": 1549, + "line": 1595, "column": 8 }, "end": { - "line": 1549, + "line": 1595, "column": 14 } } @@ -390323,15 +401105,15 @@ "updateContext": null }, "value": "new", - "start": 53913, - "end": 53916, + "start": 55928, + "end": 55931, "loc": { "start": { - "line": 1549, + "line": 1595, "column": 15 }, "end": { - "line": 1549, + "line": 1595, "column": 18 } } @@ -390349,15 +401131,15 @@ "binop": null }, "value": "Promise", - "start": 53917, - "end": 53924, + "start": 55932, + "end": 55939, "loc": { "start": { - "line": 1549, + "line": 1595, "column": 19 }, "end": { - "line": 1549, + "line": 1595, "column": 26 } } @@ -390374,15 +401156,15 @@ "postfix": false, "binop": null }, - "start": 53924, - "end": 53925, + "start": 55939, + "end": 55940, "loc": { "start": { - "line": 1549, + "line": 1595, "column": 26 }, "end": { - "line": 1549, + "line": 1595, "column": 27 } } @@ -390399,15 +401181,15 @@ "postfix": false, "binop": null }, - "start": 53925, - "end": 53926, + "start": 55940, + "end": 55941, "loc": { "start": { - "line": 1549, + "line": 1595, "column": 27 }, "end": { - "line": 1549, + "line": 1595, "column": 28 } } @@ -390425,15 +401207,15 @@ "binop": null }, "value": "resolve", - "start": 53926, - "end": 53933, + "start": 55941, + "end": 55948, "loc": { "start": { - "line": 1549, + "line": 1595, "column": 28 }, "end": { - "line": 1549, + "line": 1595, "column": 35 } } @@ -390451,15 +401233,15 @@ "binop": null, "updateContext": null }, - "start": 53933, - "end": 53934, + "start": 55948, + "end": 55949, "loc": { "start": { - "line": 1549, + "line": 1595, "column": 35 }, "end": { - "line": 1549, + "line": 1595, "column": 36 } } @@ -390477,15 +401259,15 @@ "binop": null }, "value": "reject", - "start": 53935, - "end": 53941, + "start": 55950, + "end": 55956, "loc": { "start": { - "line": 1549, + "line": 1595, "column": 37 }, "end": { - "line": 1549, + "line": 1595, "column": 43 } } @@ -390502,15 +401284,15 @@ "postfix": false, "binop": null }, - "start": 53941, - "end": 53942, + "start": 55956, + "end": 55957, "loc": { "start": { - "line": 1549, + "line": 1595, "column": 43 }, "end": { - "line": 1549, + "line": 1595, "column": 44 } } @@ -390528,15 +401310,15 @@ "binop": null, "updateContext": null }, - "start": 53943, - "end": 53945, + "start": 55958, + "end": 55960, "loc": { "start": { - "line": 1549, + "line": 1595, "column": 45 }, "end": { - "line": 1549, + "line": 1595, "column": 47 } } @@ -390553,15 +401335,15 @@ "postfix": false, "binop": null }, - "start": 53946, - "end": 53947, + "start": 55961, + "end": 55962, "loc": { "start": { - "line": 1549, + "line": 1595, "column": 48 }, "end": { - "line": 1549, + "line": 1595, "column": 49 } } @@ -390569,15 +401351,15 @@ { "type": "CommentLine", "value": " MediaCapture is only supported on:", - "start": 53960, - "end": 53997, + "start": 55975, + "end": 56012, "loc": { "start": { - "line": 1550, + "line": 1596, "column": 12 }, "end": { - "line": 1550, + "line": 1596, "column": 49 } } @@ -390585,15 +401367,15 @@ { "type": "CommentLine", "value": " - Chrome 60 and newer (see", - "start": 54010, - "end": 54039, + "start": 56025, + "end": 56054, "loc": { "start": { - "line": 1551, + "line": 1597, "column": 12 }, "end": { - "line": 1551, + "line": 1597, "column": 41 } } @@ -390601,15 +401383,15 @@ { "type": "CommentLine", "value": " https://github.com/w3c/mediacapture-image/blob/gh-pages/implementation-status.md)", - "start": 54052, - "end": 54136, + "start": 56067, + "end": 56151, "loc": { "start": { - "line": 1552, + "line": 1598, "column": 12 }, "end": { - "line": 1552, + "line": 1598, "column": 96 } } @@ -390617,15 +401399,15 @@ { "type": "CommentLine", "value": " - Firefox behind flag (https://bugzilla.mozilla.org/show_bug.cgi?id=888177)", - "start": 54149, - "end": 54227, + "start": 56164, + "end": 56242, "loc": { "start": { - "line": 1553, + "line": 1599, "column": 12 }, "end": { - "line": 1553, + "line": 1599, "column": 90 } } @@ -390633,15 +401415,15 @@ { "type": "CommentLine", "value": "", - "start": 54240, - "end": 54242, + "start": 56255, + "end": 56257, "loc": { "start": { - "line": 1554, + "line": 1600, "column": 12 }, "end": { - "line": 1554, + "line": 1600, "column": 14 } } @@ -390649,15 +401431,15 @@ { "type": "CommentLine", "value": " importing ImageCapture can fail when enabling chrome flag is still required.", - "start": 54255, - "end": 54334, + "start": 56270, + "end": 56349, "loc": { "start": { - "line": 1555, + "line": 1601, "column": 12 }, "end": { - "line": 1555, + "line": 1601, "column": 91 } } @@ -390665,15 +401447,15 @@ { "type": "CommentLine", "value": " if so; ignore and continue", - "start": 54347, - "end": 54376, + "start": 56362, + "end": 56391, "loc": { "start": { - "line": 1556, + "line": 1602, "column": 12 }, "end": { - "line": 1556, + "line": 1602, "column": 41 } } @@ -390693,15 +401475,15 @@ "updateContext": null }, "value": "if", - "start": 54389, - "end": 54391, + "start": 56404, + "end": 56406, "loc": { "start": { - "line": 1557, + "line": 1603, "column": 12 }, "end": { - "line": 1557, + "line": 1603, "column": 14 } } @@ -390718,15 +401500,15 @@ "postfix": false, "binop": null }, - "start": 54392, - "end": 54393, + "start": 56407, + "end": 56408, "loc": { "start": { - "line": 1557, + "line": 1603, "column": 15 }, "end": { - "line": 1557, + "line": 1603, "column": 16 } } @@ -390743,15 +401525,15 @@ "postfix": false, "binop": null }, - "start": 54393, - "end": 54394, + "start": 56408, + "end": 56409, "loc": { "start": { - "line": 1557, + "line": 1603, "column": 16 }, "end": { - "line": 1557, + "line": 1603, "column": 17 } } @@ -390769,15 +401551,15 @@ "binop": null }, "value": "detected", - "start": 54394, - "end": 54402, + "start": 56409, + "end": 56417, "loc": { "start": { - "line": 1557, + "line": 1603, "column": 17 }, "end": { - "line": 1557, + "line": 1603, "column": 25 } } @@ -390795,15 +401577,15 @@ "binop": null, "updateContext": null }, - "start": 54402, - "end": 54403, + "start": 56417, + "end": 56418, "loc": { "start": { - "line": 1557, + "line": 1603, "column": 25 }, "end": { - "line": 1557, + "line": 1603, "column": 26 } } @@ -390821,15 +401603,15 @@ "binop": null }, "value": "browser", - "start": 54403, - "end": 54410, + "start": 56418, + "end": 56425, "loc": { "start": { - "line": 1557, + "line": 1603, "column": 26 }, "end": { - "line": 1557, + "line": 1603, "column": 33 } } @@ -390848,15 +401630,15 @@ "updateContext": null }, "value": "===", - "start": 54411, - "end": 54414, + "start": 56426, + "end": 56429, "loc": { "start": { - "line": 1557, + "line": 1603, "column": 34 }, "end": { - "line": 1557, + "line": 1603, "column": 37 } } @@ -390875,15 +401657,15 @@ "updateContext": null }, "value": "chrome", - "start": 54415, - "end": 54423, + "start": 56430, + "end": 56438, "loc": { "start": { - "line": 1557, + "line": 1603, "column": 38 }, "end": { - "line": 1557, + "line": 1603, "column": 46 } } @@ -390902,15 +401684,15 @@ "updateContext": null }, "value": "&&", - "start": 54424, - "end": 54426, + "start": 56439, + "end": 56441, "loc": { "start": { - "line": 1557, + "line": 1603, "column": 47 }, "end": { - "line": 1557, + "line": 1603, "column": 49 } } @@ -390928,15 +401710,15 @@ "binop": null }, "value": "detected", - "start": 54427, - "end": 54435, + "start": 56442, + "end": 56450, "loc": { "start": { - "line": 1557, + "line": 1603, "column": 50 }, "end": { - "line": 1557, + "line": 1603, "column": 58 } } @@ -390954,15 +401736,15 @@ "binop": null, "updateContext": null }, - "start": 54435, - "end": 54436, + "start": 56450, + "end": 56451, "loc": { "start": { - "line": 1557, + "line": 1603, "column": 58 }, "end": { - "line": 1557, + "line": 1603, "column": 59 } } @@ -390980,15 +401762,15 @@ "binop": null }, "value": "version", - "start": 54436, - "end": 54443, + "start": 56451, + "end": 56458, "loc": { "start": { - "line": 1557, + "line": 1603, "column": 59 }, "end": { - "line": 1557, + "line": 1603, "column": 66 } } @@ -391007,15 +401789,15 @@ "updateContext": null }, "value": ">=", - "start": 54444, - "end": 54446, + "start": 56459, + "end": 56461, "loc": { "start": { - "line": 1557, + "line": 1603, "column": 67 }, "end": { - "line": 1557, + "line": 1603, "column": 69 } } @@ -391034,15 +401816,15 @@ "updateContext": null }, "value": 60, - "start": 54447, - "end": 54449, + "start": 56462, + "end": 56464, "loc": { "start": { - "line": 1557, + "line": 1603, "column": 70 }, "end": { - "line": 1557, + "line": 1603, "column": 72 } } @@ -391059,15 +401841,15 @@ "postfix": false, "binop": null }, - "start": 54449, - "end": 54450, + "start": 56464, + "end": 56465, "loc": { "start": { - "line": 1557, + "line": 1603, "column": 72 }, "end": { - "line": 1557, + "line": 1603, "column": 73 } } @@ -391086,15 +401868,15 @@ "updateContext": null }, "value": "&&", - "start": 54451, - "end": 54453, + "start": 56466, + "end": 56468, "loc": { "start": { - "line": 1557, + "line": 1603, "column": 74 }, "end": { - "line": 1557, + "line": 1603, "column": 76 } } @@ -391111,15 +401893,15 @@ "postfix": false, "binop": null }, - "start": 54469, - "end": 54470, + "start": 56484, + "end": 56485, "loc": { "start": { - "line": 1558, + "line": 1604, "column": 15 }, "end": { - "line": 1558, + "line": 1604, "column": 16 } } @@ -391139,15 +401921,15 @@ "updateContext": null }, "value": "typeof", - "start": 54470, - "end": 54476, + "start": 56485, + "end": 56491, "loc": { "start": { - "line": 1558, + "line": 1604, "column": 16 }, "end": { - "line": 1558, + "line": 1604, "column": 22 } } @@ -391165,15 +401947,15 @@ "binop": null }, "value": "ImageCapture", - "start": 54477, - "end": 54489, + "start": 56492, + "end": 56504, "loc": { "start": { - "line": 1558, + "line": 1604, "column": 23 }, "end": { - "line": 1558, + "line": 1604, "column": 35 } } @@ -391192,15 +401974,15 @@ "updateContext": null }, "value": "===", - "start": 54490, - "end": 54493, + "start": 56505, + "end": 56508, "loc": { "start": { - "line": 1558, + "line": 1604, "column": 36 }, "end": { - "line": 1558, + "line": 1604, "column": 39 } } @@ -391220,15 +402002,15 @@ "updateContext": null }, "value": "typeof", - "start": 54494, - "end": 54500, + "start": 56509, + "end": 56515, "loc": { "start": { - "line": 1558, + "line": 1604, "column": 40 }, "end": { - "line": 1558, + "line": 1604, "column": 46 } } @@ -391246,15 +402028,15 @@ "binop": null }, "value": "Function", - "start": 54501, - "end": 54509, + "start": 56516, + "end": 56524, "loc": { "start": { - "line": 1558, + "line": 1604, "column": 47 }, "end": { - "line": 1558, + "line": 1604, "column": 55 } } @@ -391271,15 +402053,15 @@ "postfix": false, "binop": null }, - "start": 54509, - "end": 54510, + "start": 56524, + "end": 56525, "loc": { "start": { - "line": 1558, + "line": 1604, "column": 55 }, "end": { - "line": 1558, + "line": 1604, "column": 56 } } @@ -391296,15 +402078,15 @@ "postfix": false, "binop": null }, - "start": 54510, - "end": 54511, + "start": 56525, + "end": 56526, "loc": { "start": { - "line": 1558, + "line": 1604, "column": 56 }, "end": { - "line": 1558, + "line": 1604, "column": 57 } } @@ -391321,15 +402103,15 @@ "postfix": false, "binop": null }, - "start": 54512, - "end": 54513, + "start": 56527, + "end": 56528, "loc": { "start": { - "line": 1558, + "line": 1604, "column": 58 }, "end": { - "line": 1558, + "line": 1604, "column": 59 } } @@ -391349,15 +402131,15 @@ "updateContext": null }, "value": "try", - "start": 54530, - "end": 54533, + "start": 56545, + "end": 56548, "loc": { "start": { - "line": 1559, + "line": 1605, "column": 16 }, "end": { - "line": 1559, + "line": 1605, "column": 19 } } @@ -391374,15 +402156,15 @@ "postfix": false, "binop": null }, - "start": 54534, - "end": 54535, + "start": 56549, + "end": 56550, "loc": { "start": { - "line": 1559, + "line": 1605, "column": 20 }, "end": { - "line": 1559, + "line": 1605, "column": 21 } } @@ -391402,15 +402184,15 @@ "updateContext": null }, "value": "let", - "start": 54556, - "end": 54559, + "start": 56571, + "end": 56574, "loc": { "start": { - "line": 1560, + "line": 1606, "column": 20 }, "end": { - "line": 1560, + "line": 1606, "column": 23 } } @@ -391428,15 +402210,15 @@ "binop": null }, "value": "track", - "start": 54560, - "end": 54565, + "start": 56575, + "end": 56580, "loc": { "start": { - "line": 1560, + "line": 1606, "column": 24 }, "end": { - "line": 1560, + "line": 1606, "column": 29 } } @@ -391455,15 +402237,15 @@ "updateContext": null }, "value": "=", - "start": 54566, - "end": 54567, + "start": 56581, + "end": 56582, "loc": { "start": { - "line": 1560, + "line": 1606, "column": 30 }, "end": { - "line": 1560, + "line": 1606, "column": 31 } } @@ -391483,15 +402265,15 @@ "updateContext": null }, "value": "this", - "start": 54568, - "end": 54572, + "start": 56583, + "end": 56587, "loc": { "start": { - "line": 1560, + "line": 1606, "column": 32 }, "end": { - "line": 1560, + "line": 1606, "column": 36 } } @@ -391509,15 +402291,15 @@ "binop": null, "updateContext": null }, - "start": 54572, - "end": 54573, + "start": 56587, + "end": 56588, "loc": { "start": { - "line": 1560, + "line": 1606, "column": 36 }, "end": { - "line": 1560, + "line": 1606, "column": 37 } } @@ -391535,15 +402317,15 @@ "binop": null }, "value": "stream", - "start": 54573, - "end": 54579, + "start": 56588, + "end": 56594, "loc": { "start": { - "line": 1560, + "line": 1606, "column": 37 }, "end": { - "line": 1560, + "line": 1606, "column": 43 } } @@ -391561,15 +402343,15 @@ "binop": null, "updateContext": null }, - "start": 54579, - "end": 54580, + "start": 56594, + "end": 56595, "loc": { "start": { - "line": 1560, + "line": 1606, "column": 43 }, "end": { - "line": 1560, + "line": 1606, "column": 44 } } @@ -391587,15 +402369,15 @@ "binop": null }, "value": "getVideoTracks", - "start": 54580, - "end": 54594, + "start": 56595, + "end": 56609, "loc": { "start": { - "line": 1560, + "line": 1606, "column": 44 }, "end": { - "line": 1560, + "line": 1606, "column": 58 } } @@ -391612,15 +402394,15 @@ "postfix": false, "binop": null }, - "start": 54594, - "end": 54595, + "start": 56609, + "end": 56610, "loc": { "start": { - "line": 1560, + "line": 1606, "column": 58 }, "end": { - "line": 1560, + "line": 1606, "column": 59 } } @@ -391637,15 +402419,15 @@ "postfix": false, "binop": null }, - "start": 54595, - "end": 54596, + "start": 56610, + "end": 56611, "loc": { "start": { - "line": 1560, + "line": 1606, "column": 59 }, "end": { - "line": 1560, + "line": 1606, "column": 60 } } @@ -391663,15 +402445,15 @@ "binop": null, "updateContext": null }, - "start": 54596, - "end": 54597, + "start": 56611, + "end": 56612, "loc": { "start": { - "line": 1560, + "line": 1606, "column": 60 }, "end": { - "line": 1560, + "line": 1606, "column": 61 } } @@ -391690,15 +402472,15 @@ "updateContext": null }, "value": 0, - "start": 54597, - "end": 54598, + "start": 56612, + "end": 56613, "loc": { "start": { - "line": 1560, + "line": 1606, "column": 61 }, "end": { - "line": 1560, + "line": 1606, "column": 62 } } @@ -391716,15 +402498,15 @@ "binop": null, "updateContext": null }, - "start": 54598, - "end": 54599, + "start": 56613, + "end": 56614, "loc": { "start": { - "line": 1560, + "line": 1606, "column": 62 }, "end": { - "line": 1560, + "line": 1606, "column": 63 } } @@ -391742,15 +402524,15 @@ "binop": null, "updateContext": null }, - "start": 54599, - "end": 54600, + "start": 56614, + "end": 56615, "loc": { "start": { - "line": 1560, + "line": 1606, "column": 63 }, "end": { - "line": 1560, + "line": 1606, "column": 64 } } @@ -391770,15 +402552,15 @@ "updateContext": null }, "value": "let", - "start": 54621, - "end": 54624, + "start": 56636, + "end": 56639, "loc": { "start": { - "line": 1561, + "line": 1607, "column": 20 }, "end": { - "line": 1561, + "line": 1607, "column": 23 } } @@ -391796,15 +402578,15 @@ "binop": null }, "value": "imageCapture", - "start": 54625, - "end": 54637, + "start": 56640, + "end": 56652, "loc": { "start": { - "line": 1561, + "line": 1607, "column": 24 }, "end": { - "line": 1561, + "line": 1607, "column": 36 } } @@ -391823,15 +402605,15 @@ "updateContext": null }, "value": "=", - "start": 54638, - "end": 54639, + "start": 56653, + "end": 56654, "loc": { "start": { - "line": 1561, + "line": 1607, "column": 37 }, "end": { - "line": 1561, + "line": 1607, "column": 38 } } @@ -391851,15 +402633,15 @@ "updateContext": null }, "value": "new", - "start": 54640, - "end": 54643, + "start": 56655, + "end": 56658, "loc": { "start": { - "line": 1561, + "line": 1607, "column": 39 }, "end": { - "line": 1561, + "line": 1607, "column": 42 } } @@ -391877,15 +402659,15 @@ "binop": null }, "value": "ImageCapture", - "start": 54644, - "end": 54656, + "start": 56659, + "end": 56671, "loc": { "start": { - "line": 1561, + "line": 1607, "column": 43 }, "end": { - "line": 1561, + "line": 1607, "column": 55 } } @@ -391902,15 +402684,15 @@ "postfix": false, "binop": null }, - "start": 54656, - "end": 54657, + "start": 56671, + "end": 56672, "loc": { "start": { - "line": 1561, + "line": 1607, "column": 55 }, "end": { - "line": 1561, + "line": 1607, "column": 56 } } @@ -391928,15 +402710,15 @@ "binop": null }, "value": "track", - "start": 54657, - "end": 54662, + "start": 56672, + "end": 56677, "loc": { "start": { - "line": 1561, + "line": 1607, "column": 56 }, "end": { - "line": 1561, + "line": 1607, "column": 61 } } @@ -391953,15 +402735,15 @@ "postfix": false, "binop": null }, - "start": 54662, - "end": 54663, + "start": 56677, + "end": 56678, "loc": { "start": { - "line": 1561, + "line": 1607, "column": 61 }, "end": { - "line": 1561, + "line": 1607, "column": 62 } } @@ -391979,15 +402761,15 @@ "binop": null, "updateContext": null }, - "start": 54663, - "end": 54664, + "start": 56678, + "end": 56679, "loc": { "start": { - "line": 1561, + "line": 1607, "column": 62 }, "end": { - "line": 1561, + "line": 1607, "column": 63 } } @@ -391995,15 +402777,15 @@ { "type": "CommentLine", "value": " take picture", - "start": 54685, - "end": 54700, + "start": 56700, + "end": 56715, "loc": { "start": { - "line": 1562, + "line": 1608, "column": 20 }, "end": { - "line": 1562, + "line": 1608, "column": 35 } } @@ -392021,15 +402803,15 @@ "binop": null }, "value": "imageCapture", - "start": 54721, - "end": 54733, + "start": 56736, + "end": 56748, "loc": { "start": { - "line": 1563, + "line": 1609, "column": 20 }, "end": { - "line": 1563, + "line": 1609, "column": 32 } } @@ -392047,15 +402829,15 @@ "binop": null, "updateContext": null }, - "start": 54733, - "end": 54734, + "start": 56748, + "end": 56749, "loc": { "start": { - "line": 1563, + "line": 1609, "column": 32 }, "end": { - "line": 1563, + "line": 1609, "column": 33 } } @@ -392073,15 +402855,15 @@ "binop": null }, "value": "grabFrame", - "start": 54734, - "end": 54743, + "start": 56749, + "end": 56758, "loc": { "start": { - "line": 1563, + "line": 1609, "column": 33 }, "end": { - "line": 1563, + "line": 1609, "column": 42 } } @@ -392098,15 +402880,15 @@ "postfix": false, "binop": null }, - "start": 54743, - "end": 54744, + "start": 56758, + "end": 56759, "loc": { "start": { - "line": 1563, + "line": 1609, "column": 42 }, "end": { - "line": 1563, + "line": 1609, "column": 43 } } @@ -392123,15 +402905,15 @@ "postfix": false, "binop": null }, - "start": 54744, - "end": 54745, + "start": 56759, + "end": 56760, "loc": { "start": { - "line": 1563, + "line": 1609, "column": 43 }, "end": { - "line": 1563, + "line": 1609, "column": 44 } } @@ -392149,15 +402931,15 @@ "binop": null, "updateContext": null }, - "start": 54745, - "end": 54746, + "start": 56760, + "end": 56761, "loc": { "start": { - "line": 1563, + "line": 1609, "column": 44 }, "end": { - "line": 1563, + "line": 1609, "column": 45 } } @@ -392175,15 +402957,15 @@ "binop": null }, "value": "then", - "start": 54746, - "end": 54750, + "start": 56761, + "end": 56765, "loc": { "start": { - "line": 1563, + "line": 1609, "column": 45 }, "end": { - "line": 1563, + "line": 1609, "column": 49 } } @@ -392200,15 +402982,15 @@ "postfix": false, "binop": null }, - "start": 54750, - "end": 54751, + "start": 56765, + "end": 56766, "loc": { "start": { - "line": 1563, + "line": 1609, "column": 49 }, "end": { - "line": 1563, + "line": 1609, "column": 50 } } @@ -392225,15 +403007,15 @@ "postfix": false, "binop": null }, - "start": 54751, - "end": 54752, + "start": 56766, + "end": 56767, "loc": { "start": { - "line": 1563, + "line": 1609, "column": 50 }, "end": { - "line": 1563, + "line": 1609, "column": 51 } } @@ -392251,15 +403033,15 @@ "binop": null }, "value": "imageBitmap", - "start": 54752, - "end": 54763, + "start": 56767, + "end": 56778, "loc": { "start": { - "line": 1563, + "line": 1609, "column": 51 }, "end": { - "line": 1563, + "line": 1609, "column": 62 } } @@ -392276,15 +403058,15 @@ "postfix": false, "binop": null }, - "start": 54763, - "end": 54764, + "start": 56778, + "end": 56779, "loc": { "start": { - "line": 1563, + "line": 1609, "column": 62 }, "end": { - "line": 1563, + "line": 1609, "column": 63 } } @@ -392302,15 +403084,15 @@ "binop": null, "updateContext": null }, - "start": 54765, - "end": 54767, + "start": 56780, + "end": 56782, "loc": { "start": { - "line": 1563, + "line": 1609, "column": 64 }, "end": { - "line": 1563, + "line": 1609, "column": 66 } } @@ -392327,15 +403109,15 @@ "postfix": false, "binop": null }, - "start": 54768, - "end": 54769, + "start": 56783, + "end": 56784, "loc": { "start": { - "line": 1563, + "line": 1609, "column": 67 }, "end": { - "line": 1563, + "line": 1609, "column": 68 } } @@ -392343,15 +403125,15 @@ { "type": "CommentLine", "value": " get a frame and copy it onto the canvas", - "start": 54794, - "end": 54836, + "start": 56809, + "end": 56851, "loc": { "start": { - "line": 1564, + "line": 1610, "column": 24 }, "end": { - "line": 1564, + "line": 1610, "column": 66 } } @@ -392371,15 +403153,15 @@ "updateContext": null }, "value": "this", - "start": 54861, - "end": 54865, + "start": 56876, + "end": 56880, "loc": { "start": { - "line": 1565, + "line": 1611, "column": 24 }, "end": { - "line": 1565, + "line": 1611, "column": 28 } } @@ -392397,15 +403179,15 @@ "binop": null, "updateContext": null }, - "start": 54865, - "end": 54866, + "start": 56880, + "end": 56881, "loc": { "start": { - "line": 1565, + "line": 1611, "column": 28 }, "end": { - "line": 1565, + "line": 1611, "column": 29 } } @@ -392423,15 +403205,15 @@ "binop": null }, "value": "drawCanvas", - "start": 54866, - "end": 54876, + "start": 56881, + "end": 56891, "loc": { "start": { - "line": 1565, + "line": 1611, "column": 29 }, "end": { - "line": 1565, + "line": 1611, "column": 39 } } @@ -392448,15 +403230,15 @@ "postfix": false, "binop": null }, - "start": 54876, - "end": 54877, + "start": 56891, + "end": 56892, "loc": { "start": { - "line": 1565, + "line": 1611, "column": 39 }, "end": { - "line": 1565, + "line": 1611, "column": 40 } } @@ -392474,15 +403256,15 @@ "binop": null }, "value": "recordCanvas", - "start": 54877, - "end": 54889, + "start": 56892, + "end": 56904, "loc": { "start": { - "line": 1565, + "line": 1611, "column": 40 }, "end": { - "line": 1565, + "line": 1611, "column": 52 } } @@ -392500,15 +403282,15 @@ "binop": null, "updateContext": null }, - "start": 54889, - "end": 54890, + "start": 56904, + "end": 56905, "loc": { "start": { - "line": 1565, + "line": 1611, "column": 52 }, "end": { - "line": 1565, + "line": 1611, "column": 53 } } @@ -392526,15 +403308,15 @@ "binop": null }, "value": "imageBitmap", - "start": 54891, - "end": 54902, + "start": 56906, + "end": 56917, "loc": { "start": { - "line": 1565, + "line": 1611, "column": 54 }, "end": { - "line": 1565, + "line": 1611, "column": 65 } } @@ -392551,15 +403333,15 @@ "postfix": false, "binop": null }, - "start": 54902, - "end": 54903, + "start": 56917, + "end": 56918, "loc": { "start": { - "line": 1565, + "line": 1611, "column": 65 }, "end": { - "line": 1565, + "line": 1611, "column": 66 } } @@ -392577,15 +403359,15 @@ "binop": null, "updateContext": null }, - "start": 54903, - "end": 54904, + "start": 56918, + "end": 56919, "loc": { "start": { - "line": 1565, + "line": 1611, "column": 66 }, "end": { - "line": 1565, + "line": 1611, "column": 67 } } @@ -392593,15 +403375,15 @@ { "type": "CommentLine", "value": " notify others", - "start": 54930, - "end": 54946, + "start": 56945, + "end": 56961, "loc": { "start": { - "line": 1567, + "line": 1613, "column": 24 }, "end": { - "line": 1567, + "line": 1613, "column": 40 } } @@ -392619,15 +403401,15 @@ "binop": null }, "value": "resolve", - "start": 54971, - "end": 54978, + "start": 56986, + "end": 56993, "loc": { "start": { - "line": 1568, + "line": 1614, "column": 24 }, "end": { - "line": 1568, + "line": 1614, "column": 31 } } @@ -392644,15 +403426,15 @@ "postfix": false, "binop": null }, - "start": 54978, - "end": 54979, + "start": 56993, + "end": 56994, "loc": { "start": { - "line": 1568, + "line": 1614, "column": 31 }, "end": { - "line": 1568, + "line": 1614, "column": 32 } } @@ -392670,15 +403452,15 @@ "binop": null }, "value": "recordCanvas", - "start": 54979, - "end": 54991, + "start": 56994, + "end": 57006, "loc": { "start": { - "line": 1568, + "line": 1614, "column": 32 }, "end": { - "line": 1568, + "line": 1614, "column": 44 } } @@ -392695,15 +403477,15 @@ "postfix": false, "binop": null }, - "start": 54991, - "end": 54992, + "start": 57006, + "end": 57007, "loc": { "start": { - "line": 1568, + "line": 1614, "column": 44 }, "end": { - "line": 1568, + "line": 1614, "column": 45 } } @@ -392721,15 +403503,15 @@ "binop": null, "updateContext": null }, - "start": 54992, - "end": 54993, + "start": 57007, + "end": 57008, "loc": { "start": { - "line": 1568, + "line": 1614, "column": 45 }, "end": { - "line": 1568, + "line": 1614, "column": 46 } } @@ -392746,15 +403528,15 @@ "postfix": false, "binop": null }, - "start": 55014, - "end": 55015, + "start": 57029, + "end": 57030, "loc": { "start": { - "line": 1569, + "line": 1615, "column": 20 }, "end": { - "line": 1569, + "line": 1615, "column": 21 } } @@ -392771,15 +403553,15 @@ "postfix": false, "binop": null }, - "start": 55015, - "end": 55016, + "start": 57030, + "end": 57031, "loc": { "start": { - "line": 1569, + "line": 1615, "column": 21 }, "end": { - "line": 1569, + "line": 1615, "column": 22 } } @@ -392797,15 +403579,15 @@ "binop": null, "updateContext": null }, - "start": 55016, - "end": 55017, + "start": 57031, + "end": 57032, "loc": { "start": { - "line": 1569, + "line": 1615, "column": 22 }, "end": { - "line": 1569, + "line": 1615, "column": 23 } } @@ -392825,15 +403607,15 @@ "updateContext": null }, "value": "catch", - "start": 55017, - "end": 55022, + "start": 57032, + "end": 57037, "loc": { "start": { - "line": 1569, + "line": 1615, "column": 23 }, "end": { - "line": 1569, + "line": 1615, "column": 28 } } @@ -392850,15 +403632,15 @@ "postfix": false, "binop": null }, - "start": 55022, - "end": 55023, + "start": 57037, + "end": 57038, "loc": { "start": { - "line": 1569, + "line": 1615, "column": 28 }, "end": { - "line": 1569, + "line": 1615, "column": 29 } } @@ -392875,15 +403657,15 @@ "postfix": false, "binop": null }, - "start": 55023, - "end": 55024, + "start": 57038, + "end": 57039, "loc": { "start": { - "line": 1569, + "line": 1615, "column": 29 }, "end": { - "line": 1569, + "line": 1615, "column": 30 } } @@ -392901,15 +403683,15 @@ "binop": null }, "value": "error", - "start": 55024, - "end": 55029, + "start": 57039, + "end": 57044, "loc": { "start": { - "line": 1569, + "line": 1615, "column": 30 }, "end": { - "line": 1569, + "line": 1615, "column": 35 } } @@ -392926,15 +403708,15 @@ "postfix": false, "binop": null }, - "start": 55029, - "end": 55030, + "start": 57044, + "end": 57045, "loc": { "start": { - "line": 1569, + "line": 1615, "column": 35 }, "end": { - "line": 1569, + "line": 1615, "column": 36 } } @@ -392952,15 +403734,15 @@ "binop": null, "updateContext": null }, - "start": 55031, - "end": 55033, + "start": 57046, + "end": 57048, "loc": { "start": { - "line": 1569, + "line": 1615, "column": 37 }, "end": { - "line": 1569, + "line": 1615, "column": 39 } } @@ -392977,15 +403759,15 @@ "postfix": false, "binop": null }, - "start": 55034, - "end": 55035, + "start": 57049, + "end": 57050, "loc": { "start": { - "line": 1569, + "line": 1615, "column": 40 }, "end": { - "line": 1569, + "line": 1615, "column": 41 } } @@ -392993,15 +403775,15 @@ { "type": "CommentLine", "value": " ignore, try oldskool", - "start": 55060, - "end": 55083, + "start": 57075, + "end": 57098, "loc": { "start": { - "line": 1570, + "line": 1616, "column": 24 }, "end": { - "line": 1570, + "line": 1616, "column": 47 } } @@ -393018,15 +403800,15 @@ "postfix": false, "binop": null }, - "start": 55104, - "end": 55105, + "start": 57119, + "end": 57120, "loc": { "start": { - "line": 1571, + "line": 1617, "column": 20 }, "end": { - "line": 1571, + "line": 1617, "column": 21 } } @@ -393043,15 +403825,15 @@ "postfix": false, "binop": null }, - "start": 55105, - "end": 55106, + "start": 57120, + "end": 57121, "loc": { "start": { - "line": 1571, + "line": 1617, "column": 21 }, "end": { - "line": 1571, + "line": 1617, "column": 22 } } @@ -393069,15 +403851,15 @@ "binop": null, "updateContext": null }, - "start": 55106, - "end": 55107, + "start": 57121, + "end": 57122, "loc": { "start": { - "line": 1571, + "line": 1617, "column": 22 }, "end": { - "line": 1571, + "line": 1617, "column": 23 } } @@ -393094,15 +403876,15 @@ "postfix": false, "binop": null }, - "start": 55124, - "end": 55125, + "start": 57139, + "end": 57140, "loc": { "start": { - "line": 1572, + "line": 1618, "column": 16 }, "end": { - "line": 1572, + "line": 1618, "column": 17 } } @@ -393122,15 +403904,15 @@ "updateContext": null }, "value": "catch", - "start": 55126, - "end": 55131, + "start": 57141, + "end": 57146, "loc": { "start": { - "line": 1572, + "line": 1618, "column": 18 }, "end": { - "line": 1572, + "line": 1618, "column": 23 } } @@ -393147,15 +403929,15 @@ "postfix": false, "binop": null }, - "start": 55132, - "end": 55133, + "start": 57147, + "end": 57148, "loc": { "start": { - "line": 1572, + "line": 1618, "column": 24 }, "end": { - "line": 1572, + "line": 1618, "column": 25 } } @@ -393173,15 +403955,15 @@ "binop": null }, "value": "err", - "start": 55133, - "end": 55136, + "start": 57148, + "end": 57151, "loc": { "start": { - "line": 1572, + "line": 1618, "column": 25 }, "end": { - "line": 1572, + "line": 1618, "column": 28 } } @@ -393198,15 +403980,15 @@ "postfix": false, "binop": null }, - "start": 55136, - "end": 55137, + "start": 57151, + "end": 57152, "loc": { "start": { - "line": 1572, + "line": 1618, "column": 28 }, "end": { - "line": 1572, + "line": 1618, "column": 29 } } @@ -393223,15 +404005,15 @@ "postfix": false, "binop": null }, - "start": 55138, - "end": 55139, + "start": 57153, + "end": 57154, "loc": { "start": { - "line": 1572, + "line": 1618, "column": 30 }, "end": { - "line": 1572, + "line": 1618, "column": 31 } } @@ -393248,15 +404030,15 @@ "postfix": false, "binop": null }, - "start": 55139, - "end": 55140, + "start": 57154, + "end": 57155, "loc": { "start": { - "line": 1572, + "line": 1618, "column": 31 }, "end": { - "line": 1572, + "line": 1618, "column": 32 } } @@ -393273,15 +404055,15 @@ "postfix": false, "binop": null }, - "start": 55153, - "end": 55154, + "start": 57168, + "end": 57169, "loc": { "start": { - "line": 1573, + "line": 1619, "column": 12 }, "end": { - "line": 1573, + "line": 1619, "column": 13 } } @@ -393289,15 +404071,15 @@ { "type": "CommentLine", "value": " no ImageCapture available: do it the oldskool way", - "start": 55167, - "end": 55219, + "start": 57182, + "end": 57234, "loc": { "start": { - "line": 1574, + "line": 1620, "column": 12 }, "end": { - "line": 1574, + "line": 1620, "column": 64 } } @@ -393305,15 +404087,15 @@ { "type": "CommentLine", "value": " get a frame and copy it onto the canvas", - "start": 55233, - "end": 55275, + "start": 57248, + "end": 57290, "loc": { "start": { - "line": 1576, + "line": 1622, "column": 12 }, "end": { - "line": 1576, + "line": 1622, "column": 54 } } @@ -393333,15 +404115,15 @@ "updateContext": null }, "value": "this", - "start": 55288, - "end": 55292, + "start": 57303, + "end": 57307, "loc": { "start": { - "line": 1577, + "line": 1623, "column": 12 }, "end": { - "line": 1577, + "line": 1623, "column": 16 } } @@ -393359,15 +404141,15 @@ "binop": null, "updateContext": null }, - "start": 55292, - "end": 55293, + "start": 57307, + "end": 57308, "loc": { "start": { - "line": 1577, + "line": 1623, "column": 16 }, "end": { - "line": 1577, + "line": 1623, "column": 17 } } @@ -393385,15 +404167,15 @@ "binop": null }, "value": "drawCanvas", - "start": 55293, - "end": 55303, + "start": 57308, + "end": 57318, "loc": { "start": { - "line": 1577, + "line": 1623, "column": 17 }, "end": { - "line": 1577, + "line": 1623, "column": 27 } } @@ -393410,15 +404192,15 @@ "postfix": false, "binop": null }, - "start": 55303, - "end": 55304, + "start": 57318, + "end": 57319, "loc": { "start": { - "line": 1577, + "line": 1623, "column": 27 }, "end": { - "line": 1577, + "line": 1623, "column": 28 } } @@ -393436,15 +404218,15 @@ "binop": null }, "value": "recordCanvas", - "start": 55304, - "end": 55316, + "start": 57319, + "end": 57331, "loc": { "start": { - "line": 1577, + "line": 1623, "column": 28 }, "end": { - "line": 1577, + "line": 1623, "column": 40 } } @@ -393462,15 +404244,15 @@ "binop": null, "updateContext": null }, - "start": 55316, - "end": 55317, + "start": 57331, + "end": 57332, "loc": { "start": { - "line": 1577, + "line": 1623, "column": 40 }, "end": { - "line": 1577, + "line": 1623, "column": 41 } } @@ -393490,15 +404272,15 @@ "updateContext": null }, "value": "this", - "start": 55318, - "end": 55322, + "start": 57333, + "end": 57337, "loc": { "start": { - "line": 1577, + "line": 1623, "column": 42 }, "end": { - "line": 1577, + "line": 1623, "column": 46 } } @@ -393516,15 +404298,15 @@ "binop": null, "updateContext": null }, - "start": 55322, - "end": 55323, + "start": 57337, + "end": 57338, "loc": { "start": { - "line": 1577, + "line": 1623, "column": 46 }, "end": { - "line": 1577, + "line": 1623, "column": 47 } } @@ -393542,15 +404324,15 @@ "binop": null }, "value": "mediaElement", - "start": 55323, - "end": 55335, + "start": 57338, + "end": 57350, "loc": { "start": { - "line": 1577, + "line": 1623, "column": 47 }, "end": { - "line": 1577, + "line": 1623, "column": 59 } } @@ -393567,15 +404349,15 @@ "postfix": false, "binop": null }, - "start": 55335, - "end": 55336, + "start": 57350, + "end": 57351, "loc": { "start": { - "line": 1577, + "line": 1623, "column": 59 }, "end": { - "line": 1577, + "line": 1623, "column": 60 } } @@ -393593,15 +404375,15 @@ "binop": null, "updateContext": null }, - "start": 55336, - "end": 55337, + "start": 57351, + "end": 57352, "loc": { "start": { - "line": 1577, + "line": 1623, "column": 60 }, "end": { - "line": 1577, + "line": 1623, "column": 61 } } @@ -393609,15 +404391,15 @@ { "type": "CommentLine", "value": " notify others", - "start": 55351, - "end": 55367, + "start": 57366, + "end": 57382, "loc": { "start": { - "line": 1579, + "line": 1625, "column": 12 }, "end": { - "line": 1579, + "line": 1625, "column": 28 } } @@ -393635,15 +404417,15 @@ "binop": null }, "value": "resolve", - "start": 55380, - "end": 55387, + "start": 57395, + "end": 57402, "loc": { "start": { - "line": 1580, + "line": 1626, "column": 12 }, "end": { - "line": 1580, + "line": 1626, "column": 19 } } @@ -393660,15 +404442,15 @@ "postfix": false, "binop": null }, - "start": 55387, - "end": 55388, + "start": 57402, + "end": 57403, "loc": { "start": { - "line": 1580, + "line": 1626, "column": 19 }, "end": { - "line": 1580, + "line": 1626, "column": 20 } } @@ -393686,15 +404468,15 @@ "binop": null }, "value": "recordCanvas", - "start": 55388, - "end": 55400, + "start": 57403, + "end": 57415, "loc": { "start": { - "line": 1580, + "line": 1626, "column": 20 }, "end": { - "line": 1580, + "line": 1626, "column": 32 } } @@ -393711,15 +404493,15 @@ "postfix": false, "binop": null }, - "start": 55400, - "end": 55401, + "start": 57415, + "end": 57416, "loc": { "start": { - "line": 1580, + "line": 1626, "column": 32 }, "end": { - "line": 1580, + "line": 1626, "column": 33 } } @@ -393737,15 +404519,15 @@ "binop": null, "updateContext": null }, - "start": 55401, - "end": 55402, + "start": 57416, + "end": 57417, "loc": { "start": { - "line": 1580, + "line": 1626, "column": 33 }, "end": { - "line": 1580, + "line": 1626, "column": 34 } } @@ -393762,15 +404544,15 @@ "postfix": false, "binop": null }, - "start": 55411, - "end": 55412, + "start": 57426, + "end": 57427, "loc": { "start": { - "line": 1581, + "line": 1627, "column": 8 }, "end": { - "line": 1581, + "line": 1627, "column": 9 } } @@ -393787,15 +404569,15 @@ "postfix": false, "binop": null }, - "start": 55412, - "end": 55413, + "start": 57427, + "end": 57428, "loc": { "start": { - "line": 1581, + "line": 1627, "column": 9 }, "end": { - "line": 1581, + "line": 1627, "column": 10 } } @@ -393813,15 +404595,15 @@ "binop": null, "updateContext": null }, - "start": 55413, - "end": 55414, + "start": 57428, + "end": 57429, "loc": { "start": { - "line": 1581, + "line": 1627, "column": 10 }, "end": { - "line": 1581, + "line": 1627, "column": 11 } } @@ -393838,15 +404620,15 @@ "postfix": false, "binop": null }, - "start": 55419, - "end": 55420, + "start": 57434, + "end": 57435, "loc": { "start": { - "line": 1582, + "line": 1628, "column": 4 }, "end": { - "line": 1582, + "line": 1628, "column": 5 } } @@ -393854,15 +404636,15 @@ { "type": "CommentBlock", "value": "*\n * Draw image frame on canvas element.\n * @private\n * @param {HTMLCanvasElement} canvas - Canvas to draw on.\n * @param {HTMLElement} element - Element to draw onto the canvas.\n ", - "start": 55426, - "end": 55629, + "start": 57441, + "end": 57644, "loc": { "start": { - "line": 1584, + "line": 1630, "column": 4 }, "end": { - "line": 1589, + "line": 1635, "column": 7 } } @@ -393880,15 +404662,15 @@ "binop": null }, "value": "drawCanvas", - "start": 55634, - "end": 55644, + "start": 57649, + "end": 57659, "loc": { "start": { - "line": 1590, + "line": 1636, "column": 4 }, "end": { - "line": 1590, + "line": 1636, "column": 14 } } @@ -393905,15 +404687,15 @@ "postfix": false, "binop": null }, - "start": 55644, - "end": 55645, + "start": 57659, + "end": 57660, "loc": { "start": { - "line": 1590, + "line": 1636, "column": 14 }, "end": { - "line": 1590, + "line": 1636, "column": 15 } } @@ -393931,15 +404713,15 @@ "binop": null }, "value": "canvas", - "start": 55645, - "end": 55651, + "start": 57660, + "end": 57666, "loc": { "start": { - "line": 1590, + "line": 1636, "column": 15 }, "end": { - "line": 1590, + "line": 1636, "column": 21 } } @@ -393957,15 +404739,15 @@ "binop": null, "updateContext": null }, - "start": 55651, - "end": 55652, + "start": 57666, + "end": 57667, "loc": { "start": { - "line": 1590, + "line": 1636, "column": 21 }, "end": { - "line": 1590, + "line": 1636, "column": 22 } } @@ -393983,15 +404765,15 @@ "binop": null }, "value": "element", - "start": 55653, - "end": 55660, + "start": 57668, + "end": 57675, "loc": { "start": { - "line": 1590, + "line": 1636, "column": 23 }, "end": { - "line": 1590, + "line": 1636, "column": 30 } } @@ -394008,15 +404790,15 @@ "postfix": false, "binop": null }, - "start": 55660, - "end": 55661, + "start": 57675, + "end": 57676, "loc": { "start": { - "line": 1590, + "line": 1636, "column": 30 }, "end": { - "line": 1590, + "line": 1636, "column": 31 } } @@ -394033,15 +404815,15 @@ "postfix": false, "binop": null }, - "start": 55662, - "end": 55663, + "start": 57677, + "end": 57678, "loc": { "start": { - "line": 1590, + "line": 1636, "column": 32 }, "end": { - "line": 1590, + "line": 1636, "column": 33 } } @@ -394059,15 +404841,15 @@ "binop": null }, "value": "canvas", - "start": 55672, - "end": 55678, + "start": 57687, + "end": 57693, "loc": { "start": { - "line": 1591, + "line": 1637, "column": 8 }, "end": { - "line": 1591, + "line": 1637, "column": 14 } } @@ -394085,15 +404867,15 @@ "binop": null, "updateContext": null }, - "start": 55678, - "end": 55679, + "start": 57693, + "end": 57694, "loc": { "start": { - "line": 1591, + "line": 1637, "column": 14 }, "end": { - "line": 1591, + "line": 1637, "column": 15 } } @@ -394111,15 +404893,15 @@ "binop": null }, "value": "getContext", - "start": 55679, - "end": 55689, + "start": 57694, + "end": 57704, "loc": { "start": { - "line": 1591, + "line": 1637, "column": 15 }, "end": { - "line": 1591, + "line": 1637, "column": 25 } } @@ -394136,15 +404918,15 @@ "postfix": false, "binop": null }, - "start": 55689, - "end": 55690, + "start": 57704, + "end": 57705, "loc": { "start": { - "line": 1591, + "line": 1637, "column": 25 }, "end": { - "line": 1591, + "line": 1637, "column": 26 } } @@ -394163,15 +404945,15 @@ "updateContext": null }, "value": "2d", - "start": 55690, - "end": 55694, + "start": 57705, + "end": 57709, "loc": { "start": { - "line": 1591, + "line": 1637, "column": 26 }, "end": { - "line": 1591, + "line": 1637, "column": 30 } } @@ -394188,15 +404970,15 @@ "postfix": false, "binop": null }, - "start": 55694, - "end": 55695, + "start": 57709, + "end": 57710, "loc": { "start": { - "line": 1591, + "line": 1637, "column": 30 }, "end": { - "line": 1591, + "line": 1637, "column": 31 } } @@ -394214,15 +404996,15 @@ "binop": null, "updateContext": null }, - "start": 55695, - "end": 55696, + "start": 57710, + "end": 57711, "loc": { "start": { - "line": 1591, + "line": 1637, "column": 31 }, "end": { - "line": 1591, + "line": 1637, "column": 32 } } @@ -394240,15 +405022,15 @@ "binop": null }, "value": "drawImage", - "start": 55696, - "end": 55705, + "start": 57711, + "end": 57720, "loc": { "start": { - "line": 1591, + "line": 1637, "column": 32 }, "end": { - "line": 1591, + "line": 1637, "column": 41 } } @@ -394265,15 +405047,15 @@ "postfix": false, "binop": null }, - "start": 55705, - "end": 55706, + "start": 57720, + "end": 57721, "loc": { "start": { - "line": 1591, + "line": 1637, "column": 41 }, "end": { - "line": 1591, + "line": 1637, "column": 42 } } @@ -394291,15 +405073,15 @@ "binop": null }, "value": "element", - "start": 55719, - "end": 55726, + "start": 57734, + "end": 57741, "loc": { "start": { - "line": 1592, + "line": 1638, "column": 12 }, "end": { - "line": 1592, + "line": 1638, "column": 19 } } @@ -394317,15 +405099,15 @@ "binop": null, "updateContext": null }, - "start": 55726, - "end": 55727, + "start": 57741, + "end": 57742, "loc": { "start": { - "line": 1592, + "line": 1638, "column": 19 }, "end": { - "line": 1592, + "line": 1638, "column": 20 } } @@ -394344,15 +405126,15 @@ "updateContext": null }, "value": 0, - "start": 55728, - "end": 55729, + "start": 57743, + "end": 57744, "loc": { "start": { - "line": 1592, + "line": 1638, "column": 21 }, "end": { - "line": 1592, + "line": 1638, "column": 22 } } @@ -394370,15 +405152,15 @@ "binop": null, "updateContext": null }, - "start": 55729, - "end": 55730, + "start": 57744, + "end": 57745, "loc": { "start": { - "line": 1592, + "line": 1638, "column": 22 }, "end": { - "line": 1592, + "line": 1638, "column": 23 } } @@ -394397,15 +405179,15 @@ "updateContext": null }, "value": 0, - "start": 55731, - "end": 55732, + "start": 57746, + "end": 57747, "loc": { "start": { - "line": 1592, + "line": 1638, "column": 24 }, "end": { - "line": 1592, + "line": 1638, "column": 25 } } @@ -394423,15 +405205,15 @@ "binop": null, "updateContext": null }, - "start": 55732, - "end": 55733, + "start": 57747, + "end": 57748, "loc": { "start": { - "line": 1592, + "line": 1638, "column": 25 }, "end": { - "line": 1592, + "line": 1638, "column": 26 } } @@ -394449,15 +405231,15 @@ "binop": null }, "value": "canvas", - "start": 55746, - "end": 55752, + "start": 57761, + "end": 57767, "loc": { "start": { - "line": 1593, + "line": 1639, "column": 12 }, "end": { - "line": 1593, + "line": 1639, "column": 18 } } @@ -394475,15 +405257,15 @@ "binop": null, "updateContext": null }, - "start": 55752, - "end": 55753, + "start": 57767, + "end": 57768, "loc": { "start": { - "line": 1593, + "line": 1639, "column": 18 }, "end": { - "line": 1593, + "line": 1639, "column": 19 } } @@ -394501,15 +405283,15 @@ "binop": null }, "value": "width", - "start": 55753, - "end": 55758, + "start": 57768, + "end": 57773, "loc": { "start": { - "line": 1593, + "line": 1639, "column": 19 }, "end": { - "line": 1593, + "line": 1639, "column": 24 } } @@ -394527,15 +405309,15 @@ "binop": null, "updateContext": null }, - "start": 55758, - "end": 55759, + "start": 57773, + "end": 57774, "loc": { "start": { - "line": 1593, + "line": 1639, "column": 24 }, "end": { - "line": 1593, + "line": 1639, "column": 25 } } @@ -394553,15 +405335,15 @@ "binop": null }, "value": "canvas", - "start": 55772, - "end": 55778, + "start": 57787, + "end": 57793, "loc": { "start": { - "line": 1594, + "line": 1640, "column": 12 }, "end": { - "line": 1594, + "line": 1640, "column": 18 } } @@ -394579,15 +405361,15 @@ "binop": null, "updateContext": null }, - "start": 55778, - "end": 55779, + "start": 57793, + "end": 57794, "loc": { "start": { - "line": 1594, + "line": 1640, "column": 18 }, "end": { - "line": 1594, + "line": 1640, "column": 19 } } @@ -394605,15 +405387,15 @@ "binop": null }, "value": "height", - "start": 55779, - "end": 55785, + "start": 57794, + "end": 57800, "loc": { "start": { - "line": 1594, + "line": 1640, "column": 19 }, "end": { - "line": 1594, + "line": 1640, "column": 25 } } @@ -394630,15 +405412,15 @@ "postfix": false, "binop": null }, - "start": 55794, - "end": 55795, + "start": 57809, + "end": 57810, "loc": { "start": { - "line": 1595, + "line": 1641, "column": 8 }, "end": { - "line": 1595, + "line": 1641, "column": 9 } } @@ -394656,15 +405438,15 @@ "binop": null, "updateContext": null }, - "start": 55795, - "end": 55796, + "start": 57810, + "end": 57811, "loc": { "start": { - "line": 1595, + "line": 1641, "column": 9 }, "end": { - "line": 1595, + "line": 1641, "column": 10 } } @@ -394681,15 +405463,15 @@ "postfix": false, "binop": null }, - "start": 55801, - "end": 55802, + "start": 57816, + "end": 57817, "loc": { "start": { - "line": 1596, + "line": 1642, "column": 4 }, "end": { - "line": 1596, + "line": 1642, "column": 5 } } @@ -394697,15 +405479,15 @@ { "type": "CommentBlock", "value": "*\n * Start preview of video stream.\n * @private\n ", - "start": 55808, - "end": 55873, + "start": 57823, + "end": 57888, "loc": { "start": { - "line": 1598, + "line": 1644, "column": 4 }, "end": { - "line": 1601, + "line": 1647, "column": 7 } } @@ -394723,15 +405505,15 @@ "binop": null }, "value": "startVideoPreview", - "start": 55878, - "end": 55895, + "start": 57893, + "end": 57910, "loc": { "start": { - "line": 1602, + "line": 1648, "column": 4 }, "end": { - "line": 1602, + "line": 1648, "column": 21 } } @@ -394748,15 +405530,15 @@ "postfix": false, "binop": null }, - "start": 55895, - "end": 55896, + "start": 57910, + "end": 57911, "loc": { "start": { - "line": 1602, + "line": 1648, "column": 21 }, "end": { - "line": 1602, + "line": 1648, "column": 22 } } @@ -394773,15 +405555,15 @@ "postfix": false, "binop": null }, - "start": 55896, - "end": 55897, + "start": 57911, + "end": 57912, "loc": { "start": { - "line": 1602, + "line": 1648, "column": 22 }, "end": { - "line": 1602, + "line": 1648, "column": 23 } } @@ -394798,15 +405580,15 @@ "postfix": false, "binop": null }, - "start": 55898, - "end": 55899, + "start": 57913, + "end": 57914, "loc": { "start": { - "line": 1602, + "line": 1648, "column": 24 }, "end": { - "line": 1602, + "line": 1648, "column": 25 } } @@ -394814,15 +405596,15 @@ { "type": "CommentLine", "value": " disable playback events", - "start": 55908, - "end": 55934, + "start": 57923, + "end": 57949, "loc": { "start": { - "line": 1603, + "line": 1649, "column": 8 }, "end": { - "line": 1603, + "line": 1649, "column": 34 } } @@ -394842,15 +405624,15 @@ "updateContext": null }, "value": "this", - "start": 55943, - "end": 55947, + "start": 57958, + "end": 57962, "loc": { "start": { - "line": 1604, + "line": 1650, "column": 8 }, "end": { - "line": 1604, + "line": 1650, "column": 12 } } @@ -394868,15 +405650,15 @@ "binop": null, "updateContext": null }, - "start": 55947, - "end": 55948, + "start": 57962, + "end": 57963, "loc": { "start": { - "line": 1604, + "line": 1650, "column": 12 }, "end": { - "line": 1604, + "line": 1650, "column": 13 } } @@ -394894,15 +405676,15 @@ "binop": null }, "value": "off", - "start": 55948, - "end": 55951, + "start": 57963, + "end": 57966, "loc": { "start": { - "line": 1604, + "line": 1650, "column": 13 }, "end": { - "line": 1604, + "line": 1650, "column": 16 } } @@ -394919,15 +405701,15 @@ "postfix": false, "binop": null }, - "start": 55951, - "end": 55952, + "start": 57966, + "end": 57967, "loc": { "start": { - "line": 1604, + "line": 1650, "column": 16 }, "end": { - "line": 1604, + "line": 1650, "column": 17 } } @@ -394945,15 +405727,15 @@ "binop": null }, "value": "Event", - "start": 55952, - "end": 55957, + "start": 57967, + "end": 57972, "loc": { "start": { - "line": 1604, + "line": 1650, "column": 17 }, "end": { - "line": 1604, + "line": 1650, "column": 22 } } @@ -394971,15 +405753,15 @@ "binop": null, "updateContext": null }, - "start": 55957, - "end": 55958, + "start": 57972, + "end": 57973, "loc": { "start": { - "line": 1604, + "line": 1650, "column": 22 }, "end": { - "line": 1604, + "line": 1650, "column": 23 } } @@ -394997,15 +405779,15 @@ "binop": null }, "value": "TIMEUPDATE", - "start": 55958, - "end": 55968, + "start": 57973, + "end": 57983, "loc": { "start": { - "line": 1604, + "line": 1650, "column": 23 }, "end": { - "line": 1604, + "line": 1650, "column": 33 } } @@ -395022,15 +405804,15 @@ "postfix": false, "binop": null }, - "start": 55968, - "end": 55969, + "start": 57983, + "end": 57984, "loc": { "start": { - "line": 1604, + "line": 1650, "column": 33 }, "end": { - "line": 1604, + "line": 1650, "column": 34 } } @@ -395048,15 +405830,15 @@ "binop": null, "updateContext": null }, - "start": 55969, - "end": 55970, + "start": 57984, + "end": 57985, "loc": { "start": { - "line": 1604, + "line": 1650, "column": 34 }, "end": { - "line": 1604, + "line": 1650, "column": 35 } } @@ -395076,15 +405858,15 @@ "updateContext": null }, "value": "this", - "start": 55979, - "end": 55983, + "start": 57994, + "end": 57998, "loc": { "start": { - "line": 1605, + "line": 1651, "column": 8 }, "end": { - "line": 1605, + "line": 1651, "column": 12 } } @@ -395102,15 +405884,15 @@ "binop": null, "updateContext": null }, - "start": 55983, - "end": 55984, + "start": 57998, + "end": 57999, "loc": { "start": { - "line": 1605, + "line": 1651, "column": 12 }, "end": { - "line": 1605, + "line": 1651, "column": 13 } } @@ -395128,15 +405910,15 @@ "binop": null }, "value": "off", - "start": 55984, - "end": 55987, + "start": 57999, + "end": 58002, "loc": { "start": { - "line": 1605, + "line": 1651, "column": 13 }, "end": { - "line": 1605, + "line": 1651, "column": 16 } } @@ -395153,15 +405935,15 @@ "postfix": false, "binop": null }, - "start": 55987, - "end": 55988, + "start": 58002, + "end": 58003, "loc": { "start": { - "line": 1605, + "line": 1651, "column": 16 }, "end": { - "line": 1605, + "line": 1651, "column": 17 } } @@ -395179,15 +405961,15 @@ "binop": null }, "value": "Event", - "start": 55988, - "end": 55993, + "start": 58003, + "end": 58008, "loc": { "start": { - "line": 1605, + "line": 1651, "column": 17 }, "end": { - "line": 1605, + "line": 1651, "column": 22 } } @@ -395205,15 +405987,15 @@ "binop": null, "updateContext": null }, - "start": 55993, - "end": 55994, + "start": 58008, + "end": 58009, "loc": { "start": { - "line": 1605, + "line": 1651, "column": 22 }, "end": { - "line": 1605, + "line": 1651, "column": 23 } } @@ -395231,15 +406013,15 @@ "binop": null }, "value": "DURATIONCHANGE", - "start": 55994, - "end": 56008, + "start": 58009, + "end": 58023, "loc": { "start": { - "line": 1605, + "line": 1651, "column": 23 }, "end": { - "line": 1605, + "line": 1651, "column": 37 } } @@ -395256,15 +406038,15 @@ "postfix": false, "binop": null }, - "start": 56008, - "end": 56009, + "start": 58023, + "end": 58024, "loc": { "start": { - "line": 1605, + "line": 1651, "column": 37 }, "end": { - "line": 1605, + "line": 1651, "column": 38 } } @@ -395282,15 +406064,15 @@ "binop": null, "updateContext": null }, - "start": 56009, - "end": 56010, + "start": 58024, + "end": 58025, "loc": { "start": { - "line": 1605, + "line": 1651, "column": 38 }, "end": { - "line": 1605, + "line": 1651, "column": 39 } } @@ -395310,15 +406092,15 @@ "updateContext": null }, "value": "this", - "start": 56019, - "end": 56023, + "start": 58034, + "end": 58038, "loc": { "start": { - "line": 1606, + "line": 1652, "column": 8 }, "end": { - "line": 1606, + "line": 1652, "column": 12 } } @@ -395336,15 +406118,15 @@ "binop": null, "updateContext": null }, - "start": 56023, - "end": 56024, + "start": 58038, + "end": 58039, "loc": { "start": { - "line": 1606, + "line": 1652, "column": 12 }, "end": { - "line": 1606, + "line": 1652, "column": 13 } } @@ -395362,15 +406144,15 @@ "binop": null }, "value": "off", - "start": 56024, - "end": 56027, + "start": 58039, + "end": 58042, "loc": { "start": { - "line": 1606, + "line": 1652, "column": 13 }, "end": { - "line": 1606, + "line": 1652, "column": 16 } } @@ -395387,15 +406169,15 @@ "postfix": false, "binop": null }, - "start": 56027, - "end": 56028, + "start": 58042, + "end": 58043, "loc": { "start": { - "line": 1606, + "line": 1652, "column": 16 }, "end": { - "line": 1606, + "line": 1652, "column": 17 } } @@ -395413,15 +406195,15 @@ "binop": null }, "value": "Event", - "start": 56028, - "end": 56033, + "start": 58043, + "end": 58048, "loc": { "start": { - "line": 1606, + "line": 1652, "column": 17 }, "end": { - "line": 1606, + "line": 1652, "column": 22 } } @@ -395439,15 +406221,15 @@ "binop": null, "updateContext": null }, - "start": 56033, - "end": 56034, + "start": 58048, + "end": 58049, "loc": { "start": { - "line": 1606, + "line": 1652, "column": 22 }, "end": { - "line": 1606, + "line": 1652, "column": 23 } } @@ -395465,15 +406247,15 @@ "binop": null }, "value": "LOADEDMETADATA", - "start": 56034, - "end": 56048, + "start": 58049, + "end": 58063, "loc": { "start": { - "line": 1606, + "line": 1652, "column": 23 }, "end": { - "line": 1606, + "line": 1652, "column": 37 } } @@ -395490,15 +406272,15 @@ "postfix": false, "binop": null }, - "start": 56048, - "end": 56049, + "start": 58063, + "end": 58064, "loc": { "start": { - "line": 1606, + "line": 1652, "column": 37 }, "end": { - "line": 1606, + "line": 1652, "column": 38 } } @@ -395516,15 +406298,15 @@ "binop": null, "updateContext": null }, - "start": 56049, - "end": 56050, + "start": 58064, + "end": 58065, "loc": { "start": { - "line": 1606, + "line": 1652, "column": 38 }, "end": { - "line": 1606, + "line": 1652, "column": 39 } } @@ -395544,15 +406326,15 @@ "updateContext": null }, "value": "this", - "start": 56059, - "end": 56063, + "start": 58074, + "end": 58078, "loc": { "start": { - "line": 1607, + "line": 1653, "column": 8 }, "end": { - "line": 1607, + "line": 1653, "column": 12 } } @@ -395570,15 +406352,15 @@ "binop": null, "updateContext": null }, - "start": 56063, - "end": 56064, + "start": 58078, + "end": 58079, "loc": { "start": { - "line": 1607, + "line": 1653, "column": 12 }, "end": { - "line": 1607, + "line": 1653, "column": 13 } } @@ -395596,15 +406378,15 @@ "binop": null }, "value": "off", - "start": 56064, - "end": 56067, + "start": 58079, + "end": 58082, "loc": { "start": { - "line": 1607, + "line": 1653, "column": 13 }, "end": { - "line": 1607, + "line": 1653, "column": 16 } } @@ -395621,15 +406403,15 @@ "postfix": false, "binop": null }, - "start": 56067, - "end": 56068, + "start": 58082, + "end": 58083, "loc": { "start": { - "line": 1607, + "line": 1653, "column": 16 }, "end": { - "line": 1607, + "line": 1653, "column": 17 } } @@ -395647,15 +406429,15 @@ "binop": null }, "value": "Event", - "start": 56068, - "end": 56073, + "start": 58083, + "end": 58088, "loc": { "start": { - "line": 1607, + "line": 1653, "column": 17 }, "end": { - "line": 1607, + "line": 1653, "column": 22 } } @@ -395673,15 +406455,15 @@ "binop": null, "updateContext": null }, - "start": 56073, - "end": 56074, + "start": 58088, + "end": 58089, "loc": { "start": { - "line": 1607, + "line": 1653, "column": 22 }, "end": { - "line": 1607, + "line": 1653, "column": 23 } } @@ -395699,15 +406481,15 @@ "binop": null }, "value": "PLAY", - "start": 56074, - "end": 56078, + "start": 58089, + "end": 58093, "loc": { "start": { - "line": 1607, + "line": 1653, "column": 23 }, "end": { - "line": 1607, + "line": 1653, "column": 27 } } @@ -395724,15 +406506,15 @@ "postfix": false, "binop": null }, - "start": 56078, - "end": 56079, + "start": 58093, + "end": 58094, "loc": { "start": { - "line": 1607, + "line": 1653, "column": 27 }, "end": { - "line": 1607, + "line": 1653, "column": 28 } } @@ -395750,15 +406532,15 @@ "binop": null, "updateContext": null }, - "start": 56079, - "end": 56080, + "start": 58094, + "end": 58095, "loc": { "start": { - "line": 1607, + "line": 1653, "column": 28 }, "end": { - "line": 1607, + "line": 1653, "column": 29 } } @@ -395766,15 +406548,15 @@ { "type": "CommentLine", "value": " mute local audio", - "start": 56090, - "end": 56109, + "start": 58105, + "end": 58124, "loc": { "start": { - "line": 1609, + "line": 1655, "column": 8 }, "end": { - "line": 1609, + "line": 1655, "column": 27 } } @@ -395794,15 +406576,15 @@ "updateContext": null }, "value": "this", - "start": 56118, - "end": 56122, + "start": 58133, + "end": 58137, "loc": { "start": { - "line": 1610, + "line": 1656, "column": 8 }, "end": { - "line": 1610, + "line": 1656, "column": 12 } } @@ -395820,15 +406602,15 @@ "binop": null, "updateContext": null }, - "start": 56122, - "end": 56123, + "start": 58137, + "end": 58138, "loc": { "start": { - "line": 1610, + "line": 1656, "column": 12 }, "end": { - "line": 1610, + "line": 1656, "column": 13 } } @@ -395846,15 +406628,15 @@ "binop": null }, "value": "mediaElement", - "start": 56123, - "end": 56135, + "start": 58138, + "end": 58150, "loc": { "start": { - "line": 1610, + "line": 1656, "column": 13 }, "end": { - "line": 1610, + "line": 1656, "column": 25 } } @@ -395872,15 +406654,15 @@ "binop": null, "updateContext": null }, - "start": 56135, - "end": 56136, + "start": 58150, + "end": 58151, "loc": { "start": { - "line": 1610, + "line": 1656, "column": 25 }, "end": { - "line": 1610, + "line": 1656, "column": 26 } } @@ -395898,15 +406680,15 @@ "binop": null }, "value": "muted", - "start": 56136, - "end": 56141, + "start": 58151, + "end": 58156, "loc": { "start": { - "line": 1610, + "line": 1656, "column": 26 }, "end": { - "line": 1610, + "line": 1656, "column": 31 } } @@ -395925,15 +406707,15 @@ "updateContext": null }, "value": "=", - "start": 56142, - "end": 56143, + "start": 58157, + "end": 58158, "loc": { "start": { - "line": 1610, + "line": 1656, "column": 32 }, "end": { - "line": 1610, + "line": 1656, "column": 33 } } @@ -395953,15 +406735,15 @@ "updateContext": null }, "value": "true", - "start": 56144, - "end": 56148, + "start": 58159, + "end": 58163, "loc": { "start": { - "line": 1610, + "line": 1656, "column": 34 }, "end": { - "line": 1610, + "line": 1656, "column": 38 } } @@ -395979,15 +406761,15 @@ "binop": null, "updateContext": null }, - "start": 56148, - "end": 56149, + "start": 58163, + "end": 58164, "loc": { "start": { - "line": 1610, + "line": 1656, "column": 38 }, "end": { - "line": 1610, + "line": 1656, "column": 39 } } @@ -395995,15 +406777,15 @@ { "type": "CommentLine", "value": " hide volume control to prevent feedback", - "start": 56159, - "end": 56201, + "start": 58174, + "end": 58216, "loc": { "start": { - "line": 1612, + "line": 1658, "column": 8 }, "end": { - "line": 1612, + "line": 1658, "column": 50 } } @@ -396023,15 +406805,15 @@ "updateContext": null }, "value": "this", - "start": 56210, - "end": 56214, + "start": 58225, + "end": 58229, "loc": { "start": { - "line": 1613, + "line": 1659, "column": 8 }, "end": { - "line": 1613, + "line": 1659, "column": 12 } } @@ -396049,15 +406831,15 @@ "binop": null, "updateContext": null }, - "start": 56214, - "end": 56215, + "start": 58229, + "end": 58230, "loc": { "start": { - "line": 1613, + "line": 1659, "column": 12 }, "end": { - "line": 1613, + "line": 1659, "column": 13 } } @@ -396075,15 +406857,15 @@ "binop": null }, "value": "displayVolumeControl", - "start": 56215, - "end": 56235, + "start": 58230, + "end": 58250, "loc": { "start": { - "line": 1613, + "line": 1659, "column": 13 }, "end": { - "line": 1613, + "line": 1659, "column": 33 } } @@ -396100,15 +406882,15 @@ "postfix": false, "binop": null }, - "start": 56235, - "end": 56236, + "start": 58250, + "end": 58251, "loc": { "start": { - "line": 1613, + "line": 1659, "column": 33 }, "end": { - "line": 1613, + "line": 1659, "column": 34 } } @@ -396128,15 +406910,15 @@ "updateContext": null }, "value": "false", - "start": 56236, - "end": 56241, + "start": 58251, + "end": 58256, "loc": { "start": { - "line": 1613, + "line": 1659, "column": 34 }, "end": { - "line": 1613, + "line": 1659, "column": 39 } } @@ -396153,15 +406935,15 @@ "postfix": false, "binop": null }, - "start": 56241, - "end": 56242, + "start": 58256, + "end": 58257, "loc": { "start": { - "line": 1613, + "line": 1659, "column": 39 }, "end": { - "line": 1613, + "line": 1659, "column": 40 } } @@ -396179,15 +406961,15 @@ "binop": null, "updateContext": null }, - "start": 56242, - "end": 56243, + "start": 58257, + "end": 58258, "loc": { "start": { - "line": 1613, + "line": 1659, "column": 40 }, "end": { - "line": 1613, + "line": 1659, "column": 41 } } @@ -396195,15 +406977,15 @@ { "type": "CommentLine", "value": " garbage collect previous recording", - "start": 56253, - "end": 56290, + "start": 58268, + "end": 58305, "loc": { "start": { - "line": 1615, + "line": 1661, "column": 8 }, "end": { - "line": 1615, + "line": 1661, "column": 45 } } @@ -396223,15 +407005,15 @@ "updateContext": null }, "value": "this", - "start": 56299, - "end": 56303, + "start": 58314, + "end": 58318, "loc": { "start": { - "line": 1616, + "line": 1662, "column": 8 }, "end": { - "line": 1616, + "line": 1662, "column": 12 } } @@ -396249,15 +407031,15 @@ "binop": null, "updateContext": null }, - "start": 56303, - "end": 56304, + "start": 58318, + "end": 58319, "loc": { "start": { - "line": 1616, + "line": 1662, "column": 12 }, "end": { - "line": 1616, + "line": 1662, "column": 13 } } @@ -396275,15 +407057,15 @@ "binop": null }, "value": "removeRecording", - "start": 56304, - "end": 56319, + "start": 58319, + "end": 58334, "loc": { "start": { - "line": 1616, + "line": 1662, "column": 13 }, "end": { - "line": 1616, + "line": 1662, "column": 28 } } @@ -396300,15 +407082,15 @@ "postfix": false, "binop": null }, - "start": 56319, - "end": 56320, + "start": 58334, + "end": 58335, "loc": { "start": { - "line": 1616, + "line": 1662, "column": 28 }, "end": { - "line": 1616, + "line": 1662, "column": 29 } } @@ -396325,15 +407107,15 @@ "postfix": false, "binop": null }, - "start": 56320, - "end": 56321, + "start": 58335, + "end": 58336, "loc": { "start": { - "line": 1616, + "line": 1662, "column": 29 }, "end": { - "line": 1616, + "line": 1662, "column": 30 } } @@ -396351,15 +407133,15 @@ "binop": null, "updateContext": null }, - "start": 56321, - "end": 56322, + "start": 58336, + "end": 58337, "loc": { "start": { - "line": 1616, + "line": 1662, "column": 30 }, "end": { - "line": 1616, + "line": 1662, "column": 31 } } @@ -396367,15 +407149,15 @@ { "type": "CommentLine", "value": " start or resume live preview", - "start": 56332, - "end": 56363, + "start": 58347, + "end": 58378, "loc": { "start": { - "line": 1618, + "line": 1664, "column": 8 }, "end": { - "line": 1618, + "line": 1664, "column": 39 } } @@ -396395,15 +407177,15 @@ "updateContext": null }, "value": "this", - "start": 56372, - "end": 56376, + "start": 58387, + "end": 58391, "loc": { "start": { - "line": 1619, + "line": 1665, "column": 8 }, "end": { - "line": 1619, + "line": 1665, "column": 12 } } @@ -396421,15 +407203,15 @@ "binop": null, "updateContext": null }, - "start": 56376, - "end": 56377, + "start": 58391, + "end": 58392, "loc": { "start": { - "line": 1619, + "line": 1665, "column": 12 }, "end": { - "line": 1619, + "line": 1665, "column": 13 } } @@ -396447,15 +407229,15 @@ "binop": null }, "value": "load", - "start": 56377, - "end": 56381, + "start": 58392, + "end": 58396, "loc": { "start": { - "line": 1619, + "line": 1665, "column": 13 }, "end": { - "line": 1619, + "line": 1665, "column": 17 } } @@ -396472,15 +407254,15 @@ "postfix": false, "binop": null }, - "start": 56381, - "end": 56382, + "start": 58396, + "end": 58397, "loc": { "start": { - "line": 1619, + "line": 1665, "column": 17 }, "end": { - "line": 1619, + "line": 1665, "column": 18 } } @@ -396500,15 +407282,15 @@ "updateContext": null }, "value": "this", - "start": 56382, - "end": 56386, + "start": 58397, + "end": 58401, "loc": { "start": { - "line": 1619, + "line": 1665, "column": 18 }, "end": { - "line": 1619, + "line": 1665, "column": 22 } } @@ -396526,15 +407308,15 @@ "binop": null, "updateContext": null }, - "start": 56386, - "end": 56387, + "start": 58401, + "end": 58402, "loc": { "start": { - "line": 1619, + "line": 1665, "column": 22 }, "end": { - "line": 1619, + "line": 1665, "column": 23 } } @@ -396552,15 +407334,15 @@ "binop": null }, "value": "stream", - "start": 56387, - "end": 56393, + "start": 58402, + "end": 58408, "loc": { "start": { - "line": 1619, + "line": 1665, "column": 23 }, "end": { - "line": 1619, + "line": 1665, "column": 29 } } @@ -396577,15 +407359,15 @@ "postfix": false, "binop": null }, - "start": 56393, - "end": 56394, + "start": 58408, + "end": 58409, "loc": { "start": { - "line": 1619, + "line": 1665, "column": 29 }, "end": { - "line": 1619, + "line": 1665, "column": 30 } } @@ -396603,15 +407385,15 @@ "binop": null, "updateContext": null }, - "start": 56394, - "end": 56395, + "start": 58409, + "end": 58410, "loc": { "start": { - "line": 1619, + "line": 1665, "column": 30 }, "end": { - "line": 1619, + "line": 1665, "column": 31 } } @@ -396631,15 +407413,15 @@ "updateContext": null }, "value": "this", - "start": 56404, - "end": 56408, + "start": 58419, + "end": 58423, "loc": { "start": { - "line": 1620, + "line": 1666, "column": 8 }, "end": { - "line": 1620, + "line": 1666, "column": 12 } } @@ -396657,15 +407439,15 @@ "binop": null, "updateContext": null }, - "start": 56408, - "end": 56409, + "start": 58423, + "end": 58424, "loc": { "start": { - "line": 1620, + "line": 1666, "column": 12 }, "end": { - "line": 1620, + "line": 1666, "column": 13 } } @@ -396683,15 +407465,15 @@ "binop": null }, "value": "mediaElement", - "start": 56409, - "end": 56421, + "start": 58424, + "end": 58436, "loc": { "start": { - "line": 1620, + "line": 1666, "column": 13 }, "end": { - "line": 1620, + "line": 1666, "column": 25 } } @@ -396709,15 +407491,15 @@ "binop": null, "updateContext": null }, - "start": 56421, - "end": 56422, + "start": 58436, + "end": 58437, "loc": { "start": { - "line": 1620, + "line": 1666, "column": 25 }, "end": { - "line": 1620, + "line": 1666, "column": 26 } } @@ -396735,15 +407517,15 @@ "binop": null }, "value": "play", - "start": 56422, - "end": 56426, + "start": 58437, + "end": 58441, "loc": { "start": { - "line": 1620, + "line": 1666, "column": 26 }, "end": { - "line": 1620, + "line": 1666, "column": 30 } } @@ -396760,15 +407542,15 @@ "postfix": false, "binop": null }, - "start": 56426, - "end": 56427, + "start": 58441, + "end": 58442, "loc": { "start": { - "line": 1620, + "line": 1666, "column": 30 }, "end": { - "line": 1620, + "line": 1666, "column": 31 } } @@ -396785,15 +407567,15 @@ "postfix": false, "binop": null }, - "start": 56427, - "end": 56428, + "start": 58442, + "end": 58443, "loc": { "start": { - "line": 1620, + "line": 1666, "column": 31 }, "end": { - "line": 1620, + "line": 1666, "column": 32 } } @@ -396811,15 +407593,15 @@ "binop": null, "updateContext": null }, - "start": 56428, - "end": 56429, + "start": 58443, + "end": 58444, "loc": { "start": { - "line": 1620, + "line": 1666, "column": 32 }, "end": { - "line": 1620, + "line": 1666, "column": 33 } } @@ -396836,15 +407618,15 @@ "postfix": false, "binop": null }, - "start": 56434, - "end": 56435, + "start": 58449, + "end": 58450, "loc": { "start": { - "line": 1621, + "line": 1667, "column": 4 }, "end": { - "line": 1621, + "line": 1667, "column": 5 } } @@ -396852,15 +407634,15 @@ { "type": "CommentBlock", "value": "*\n * Show animated GIF.\n * @private\n ", - "start": 56441, - "end": 56494, + "start": 58456, + "end": 58509, "loc": { "start": { - "line": 1623, + "line": 1669, "column": 4 }, "end": { - "line": 1626, + "line": 1672, "column": 7 } } @@ -396878,15 +407660,15 @@ "binop": null }, "value": "showAnimation", - "start": 56499, - "end": 56512, + "start": 58514, + "end": 58527, "loc": { "start": { - "line": 1627, + "line": 1673, "column": 4 }, "end": { - "line": 1627, + "line": 1673, "column": 17 } } @@ -396903,15 +407685,15 @@ "postfix": false, "binop": null }, - "start": 56512, - "end": 56513, + "start": 58527, + "end": 58528, "loc": { "start": { - "line": 1627, + "line": 1673, "column": 17 }, "end": { - "line": 1627, + "line": 1673, "column": 18 } } @@ -396928,15 +407710,15 @@ "postfix": false, "binop": null }, - "start": 56513, - "end": 56514, + "start": 58528, + "end": 58529, "loc": { "start": { - "line": 1627, + "line": 1673, "column": 18 }, "end": { - "line": 1627, + "line": 1673, "column": 19 } } @@ -396953,15 +407735,15 @@ "postfix": false, "binop": null }, - "start": 56515, - "end": 56516, + "start": 58530, + "end": 58531, "loc": { "start": { - "line": 1627, + "line": 1673, "column": 20 }, "end": { - "line": 1627, + "line": 1673, "column": 21 } } @@ -396981,15 +407763,15 @@ "updateContext": null }, "value": "let", - "start": 56525, - "end": 56528, + "start": 58540, + "end": 58543, "loc": { "start": { - "line": 1628, + "line": 1674, "column": 8 }, "end": { - "line": 1628, + "line": 1674, "column": 11 } } @@ -397007,15 +407789,15 @@ "binop": null }, "value": "animationDisplay", - "start": 56529, - "end": 56545, + "start": 58544, + "end": 58560, "loc": { "start": { - "line": 1628, + "line": 1674, "column": 12 }, "end": { - "line": 1628, + "line": 1674, "column": 28 } } @@ -397034,15 +407816,15 @@ "updateContext": null }, "value": "=", - "start": 56546, - "end": 56547, + "start": 58561, + "end": 58562, "loc": { "start": { - "line": 1628, + "line": 1674, "column": 29 }, "end": { - "line": 1628, + "line": 1674, "column": 30 } } @@ -397062,15 +407844,15 @@ "updateContext": null }, "value": "this", - "start": 56548, - "end": 56552, + "start": 58563, + "end": 58567, "loc": { "start": { - "line": 1628, + "line": 1674, "column": 31 }, "end": { - "line": 1628, + "line": 1674, "column": 35 } } @@ -397088,15 +407870,15 @@ "binop": null, "updateContext": null }, - "start": 56552, - "end": 56553, + "start": 58567, + "end": 58568, "loc": { "start": { - "line": 1628, + "line": 1674, "column": 35 }, "end": { - "line": 1628, + "line": 1674, "column": 36 } } @@ -397114,15 +407896,15 @@ "binop": null }, "value": "player", - "start": 56553, - "end": 56559, + "start": 58568, + "end": 58574, "loc": { "start": { - "line": 1628, + "line": 1674, "column": 36 }, "end": { - "line": 1628, + "line": 1674, "column": 42 } } @@ -397140,15 +407922,15 @@ "binop": null, "updateContext": null }, - "start": 56559, - "end": 56560, + "start": 58574, + "end": 58575, "loc": { "start": { - "line": 1628, + "line": 1674, "column": 42 }, "end": { - "line": 1628, + "line": 1674, "column": 43 } } @@ -397166,15 +407948,15 @@ "binop": null }, "value": "animationDisplay", - "start": 56560, - "end": 56576, + "start": 58575, + "end": 58591, "loc": { "start": { - "line": 1628, + "line": 1674, "column": 43 }, "end": { - "line": 1628, + "line": 1674, "column": 59 } } @@ -397192,15 +407974,15 @@ "binop": null, "updateContext": null }, - "start": 56576, - "end": 56577, + "start": 58591, + "end": 58592, "loc": { "start": { - "line": 1628, + "line": 1674, "column": 59 }, "end": { - "line": 1628, + "line": 1674, "column": 60 } } @@ -397218,15 +408000,15 @@ "binop": null }, "value": "el", - "start": 56577, - "end": 56579, + "start": 58592, + "end": 58594, "loc": { "start": { - "line": 1628, + "line": 1674, "column": 60 }, "end": { - "line": 1628, + "line": 1674, "column": 62 } } @@ -397243,15 +408025,15 @@ "postfix": false, "binop": null }, - "start": 56579, - "end": 56580, + "start": 58594, + "end": 58595, "loc": { "start": { - "line": 1628, + "line": 1674, "column": 62 }, "end": { - "line": 1628, + "line": 1674, "column": 63 } } @@ -397268,15 +408050,15 @@ "postfix": false, "binop": null }, - "start": 56580, - "end": 56581, + "start": 58595, + "end": 58596, "loc": { "start": { - "line": 1628, + "line": 1674, "column": 63 }, "end": { - "line": 1628, + "line": 1674, "column": 64 } } @@ -397294,15 +408076,15 @@ "binop": null, "updateContext": null }, - "start": 56581, - "end": 56582, + "start": 58596, + "end": 58597, "loc": { "start": { - "line": 1628, + "line": 1674, "column": 64 }, "end": { - "line": 1628, + "line": 1674, "column": 65 } } @@ -397320,15 +408102,15 @@ "binop": null }, "value": "firstChild", - "start": 56582, - "end": 56592, + "start": 58597, + "end": 58607, "loc": { "start": { - "line": 1628, + "line": 1674, "column": 65 }, "end": { - "line": 1628, + "line": 1674, "column": 75 } } @@ -397346,15 +408128,15 @@ "binop": null, "updateContext": null }, - "start": 56592, - "end": 56593, + "start": 58607, + "end": 58608, "loc": { "start": { - "line": 1628, + "line": 1674, "column": 75 }, "end": { - "line": 1628, + "line": 1674, "column": 76 } } @@ -397362,15 +408144,15 @@ { "type": "CommentLine", "value": " set the image size to the dimensions of the recorded animation", - "start": 56603, - "end": 56668, + "start": 58618, + "end": 58683, "loc": { "start": { - "line": 1630, + "line": 1676, "column": 8 }, "end": { - "line": 1630, + "line": 1676, "column": 73 } } @@ -397388,15 +408170,15 @@ "binop": null }, "value": "animationDisplay", - "start": 56677, - "end": 56693, + "start": 58692, + "end": 58708, "loc": { "start": { - "line": 1631, + "line": 1677, "column": 8 }, "end": { - "line": 1631, + "line": 1677, "column": 24 } } @@ -397414,15 +408196,15 @@ "binop": null, "updateContext": null }, - "start": 56693, - "end": 56694, + "start": 58708, + "end": 58709, "loc": { "start": { - "line": 1631, + "line": 1677, "column": 24 }, "end": { - "line": 1631, + "line": 1677, "column": 25 } } @@ -397440,15 +408222,15 @@ "binop": null }, "value": "width", - "start": 56694, - "end": 56699, + "start": 58709, + "end": 58714, "loc": { "start": { - "line": 1631, + "line": 1677, "column": 25 }, "end": { - "line": 1631, + "line": 1677, "column": 30 } } @@ -397467,15 +408249,15 @@ "updateContext": null }, "value": "=", - "start": 56700, - "end": 56701, + "start": 58715, + "end": 58716, "loc": { "start": { - "line": 1631, + "line": 1677, "column": 31 }, "end": { - "line": 1631, + "line": 1677, "column": 32 } } @@ -397495,15 +408277,15 @@ "updateContext": null }, "value": "this", - "start": 56702, - "end": 56706, + "start": 58717, + "end": 58721, "loc": { "start": { - "line": 1631, + "line": 1677, "column": 33 }, "end": { - "line": 1631, + "line": 1677, "column": 37 } } @@ -397521,15 +408303,15 @@ "binop": null, "updateContext": null }, - "start": 56706, - "end": 56707, + "start": 58721, + "end": 58722, "loc": { "start": { - "line": 1631, + "line": 1677, "column": 37 }, "end": { - "line": 1631, + "line": 1677, "column": 38 } } @@ -397547,15 +408329,15 @@ "binop": null }, "value": "player", - "start": 56707, - "end": 56713, + "start": 58722, + "end": 58728, "loc": { "start": { - "line": 1631, + "line": 1677, "column": 38 }, "end": { - "line": 1631, + "line": 1677, "column": 44 } } @@ -397573,15 +408355,15 @@ "binop": null, "updateContext": null }, - "start": 56713, - "end": 56714, + "start": 58728, + "end": 58729, "loc": { "start": { - "line": 1631, + "line": 1677, "column": 44 }, "end": { - "line": 1631, + "line": 1677, "column": 45 } } @@ -397599,15 +408381,15 @@ "binop": null }, "value": "width", - "start": 56714, - "end": 56719, + "start": 58729, + "end": 58734, "loc": { "start": { - "line": 1631, + "line": 1677, "column": 45 }, "end": { - "line": 1631, + "line": 1677, "column": 50 } } @@ -397624,15 +408406,15 @@ "postfix": false, "binop": null }, - "start": 56719, - "end": 56720, + "start": 58734, + "end": 58735, "loc": { "start": { - "line": 1631, + "line": 1677, "column": 50 }, "end": { - "line": 1631, + "line": 1677, "column": 51 } } @@ -397649,15 +408431,15 @@ "postfix": false, "binop": null }, - "start": 56720, - "end": 56721, + "start": 58735, + "end": 58736, "loc": { "start": { - "line": 1631, + "line": 1677, "column": 51 }, "end": { - "line": 1631, + "line": 1677, "column": 52 } } @@ -397675,15 +408457,15 @@ "binop": null, "updateContext": null }, - "start": 56721, - "end": 56722, + "start": 58736, + "end": 58737, "loc": { "start": { - "line": 1631, + "line": 1677, "column": 52 }, "end": { - "line": 1631, + "line": 1677, "column": 53 } } @@ -397701,15 +408483,15 @@ "binop": null }, "value": "animationDisplay", - "start": 56731, - "end": 56747, + "start": 58746, + "end": 58762, "loc": { "start": { - "line": 1632, + "line": 1678, "column": 8 }, "end": { - "line": 1632, + "line": 1678, "column": 24 } } @@ -397727,15 +408509,15 @@ "binop": null, "updateContext": null }, - "start": 56747, - "end": 56748, + "start": 58762, + "end": 58763, "loc": { "start": { - "line": 1632, + "line": 1678, "column": 24 }, "end": { - "line": 1632, + "line": 1678, "column": 25 } } @@ -397753,15 +408535,15 @@ "binop": null }, "value": "height", - "start": 56748, - "end": 56754, + "start": 58763, + "end": 58769, "loc": { "start": { - "line": 1632, + "line": 1678, "column": 25 }, "end": { - "line": 1632, + "line": 1678, "column": 31 } } @@ -397780,15 +408562,15 @@ "updateContext": null }, "value": "=", - "start": 56755, - "end": 56756, + "start": 58770, + "end": 58771, "loc": { "start": { - "line": 1632, + "line": 1678, "column": 32 }, "end": { - "line": 1632, + "line": 1678, "column": 33 } } @@ -397808,15 +408590,15 @@ "updateContext": null }, "value": "this", - "start": 56757, - "end": 56761, + "start": 58772, + "end": 58776, "loc": { "start": { - "line": 1632, + "line": 1678, "column": 34 }, "end": { - "line": 1632, + "line": 1678, "column": 38 } } @@ -397834,15 +408616,15 @@ "binop": null, "updateContext": null }, - "start": 56761, - "end": 56762, + "start": 58776, + "end": 58777, "loc": { "start": { - "line": 1632, + "line": 1678, "column": 38 }, "end": { - "line": 1632, + "line": 1678, "column": 39 } } @@ -397860,15 +408642,15 @@ "binop": null }, "value": "player", - "start": 56762, - "end": 56768, + "start": 58777, + "end": 58783, "loc": { "start": { - "line": 1632, + "line": 1678, "column": 39 }, "end": { - "line": 1632, + "line": 1678, "column": 45 } } @@ -397886,15 +408668,15 @@ "binop": null, "updateContext": null }, - "start": 56768, - "end": 56769, + "start": 58783, + "end": 58784, "loc": { "start": { - "line": 1632, + "line": 1678, "column": 45 }, "end": { - "line": 1632, + "line": 1678, "column": 46 } } @@ -397912,15 +408694,15 @@ "binop": null }, "value": "height", - "start": 56769, - "end": 56775, + "start": 58784, + "end": 58790, "loc": { "start": { - "line": 1632, + "line": 1678, "column": 46 }, "end": { - "line": 1632, + "line": 1678, "column": 52 } } @@ -397937,15 +408719,15 @@ "postfix": false, "binop": null }, - "start": 56775, - "end": 56776, + "start": 58790, + "end": 58791, "loc": { "start": { - "line": 1632, + "line": 1678, "column": 52 }, "end": { - "line": 1632, + "line": 1678, "column": 53 } } @@ -397962,15 +408744,15 @@ "postfix": false, "binop": null }, - "start": 56776, - "end": 56777, + "start": 58791, + "end": 58792, "loc": { "start": { - "line": 1632, + "line": 1678, "column": 53 }, "end": { - "line": 1632, + "line": 1678, "column": 54 } } @@ -397988,15 +408770,15 @@ "binop": null, "updateContext": null }, - "start": 56777, - "end": 56778, + "start": 58792, + "end": 58793, "loc": { "start": { - "line": 1632, + "line": 1678, "column": 54 }, "end": { - "line": 1632, + "line": 1678, "column": 55 } } @@ -398004,15 +408786,15 @@ { "type": "CommentLine", "value": " hide the first frame", - "start": 56788, - "end": 56811, + "start": 58803, + "end": 58826, "loc": { "start": { - "line": 1634, + "line": 1680, "column": 8 }, "end": { - "line": 1634, + "line": 1680, "column": 31 } } @@ -398032,15 +408814,15 @@ "updateContext": null }, "value": "this", - "start": 56820, - "end": 56824, + "start": 58835, + "end": 58839, "loc": { "start": { - "line": 1635, + "line": 1681, "column": 8 }, "end": { - "line": 1635, + "line": 1681, "column": 12 } } @@ -398058,15 +408840,15 @@ "binop": null, "updateContext": null }, - "start": 56824, - "end": 56825, + "start": 58839, + "end": 58840, "loc": { "start": { - "line": 1635, + "line": 1681, "column": 12 }, "end": { - "line": 1635, + "line": 1681, "column": 13 } } @@ -398084,15 +408866,15 @@ "binop": null }, "value": "player", - "start": 56825, - "end": 56831, + "start": 58840, + "end": 58846, "loc": { "start": { - "line": 1635, + "line": 1681, "column": 13 }, "end": { - "line": 1635, + "line": 1681, "column": 19 } } @@ -398110,15 +408892,15 @@ "binop": null, "updateContext": null }, - "start": 56831, - "end": 56832, + "start": 58846, + "end": 58847, "loc": { "start": { - "line": 1635, + "line": 1681, "column": 19 }, "end": { - "line": 1635, + "line": 1681, "column": 20 } } @@ -398136,15 +408918,15 @@ "binop": null }, "value": "recordCanvas", - "start": 56832, - "end": 56844, + "start": 58847, + "end": 58859, "loc": { "start": { - "line": 1635, + "line": 1681, "column": 20 }, "end": { - "line": 1635, + "line": 1681, "column": 32 } } @@ -398162,15 +408944,15 @@ "binop": null, "updateContext": null }, - "start": 56844, - "end": 56845, + "start": 58859, + "end": 58860, "loc": { "start": { - "line": 1635, + "line": 1681, "column": 32 }, "end": { - "line": 1635, + "line": 1681, "column": 33 } } @@ -398188,15 +408970,15 @@ "binop": null }, "value": "hide", - "start": 56845, - "end": 56849, + "start": 58860, + "end": 58864, "loc": { "start": { - "line": 1635, + "line": 1681, "column": 33 }, "end": { - "line": 1635, + "line": 1681, "column": 37 } } @@ -398213,15 +408995,15 @@ "postfix": false, "binop": null }, - "start": 56849, - "end": 56850, + "start": 58864, + "end": 58865, "loc": { "start": { - "line": 1635, + "line": 1681, "column": 37 }, "end": { - "line": 1635, + "line": 1681, "column": 38 } } @@ -398238,15 +409020,15 @@ "postfix": false, "binop": null }, - "start": 56850, - "end": 56851, + "start": 58865, + "end": 58866, "loc": { "start": { - "line": 1635, + "line": 1681, "column": 38 }, "end": { - "line": 1635, + "line": 1681, "column": 39 } } @@ -398264,15 +409046,15 @@ "binop": null, "updateContext": null }, - "start": 56851, - "end": 56852, + "start": 58866, + "end": 58867, "loc": { "start": { - "line": 1635, + "line": 1681, "column": 39 }, "end": { - "line": 1635, + "line": 1681, "column": 40 } } @@ -398280,15 +409062,15 @@ { "type": "CommentLine", "value": " show the animation", - "start": 56862, - "end": 56883, + "start": 58877, + "end": 58898, "loc": { "start": { - "line": 1637, + "line": 1683, "column": 8 }, "end": { - "line": 1637, + "line": 1683, "column": 29 } } @@ -398306,15 +409088,15 @@ "binop": null }, "value": "setSrcObject", - "start": 56892, - "end": 56904, + "start": 58907, + "end": 58919, "loc": { "start": { - "line": 1638, + "line": 1684, "column": 8 }, "end": { - "line": 1638, + "line": 1684, "column": 20 } } @@ -398331,15 +409113,15 @@ "postfix": false, "binop": null }, - "start": 56904, - "end": 56905, + "start": 58919, + "end": 58920, "loc": { "start": { - "line": 1638, + "line": 1684, "column": 20 }, "end": { - "line": 1638, + "line": 1684, "column": 21 } } @@ -398359,15 +409141,15 @@ "updateContext": null }, "value": "this", - "start": 56905, - "end": 56909, + "start": 58920, + "end": 58924, "loc": { "start": { - "line": 1638, + "line": 1684, "column": 21 }, "end": { - "line": 1638, + "line": 1684, "column": 25 } } @@ -398385,15 +409167,15 @@ "binop": null, "updateContext": null }, - "start": 56909, - "end": 56910, + "start": 58924, + "end": 58925, "loc": { "start": { - "line": 1638, + "line": 1684, "column": 25 }, "end": { - "line": 1638, + "line": 1684, "column": 26 } } @@ -398411,15 +409193,15 @@ "binop": null }, "value": "player", - "start": 56910, - "end": 56916, + "start": 58925, + "end": 58931, "loc": { "start": { - "line": 1638, + "line": 1684, "column": 26 }, "end": { - "line": 1638, + "line": 1684, "column": 32 } } @@ -398437,15 +409219,15 @@ "binop": null, "updateContext": null }, - "start": 56916, - "end": 56917, + "start": 58931, + "end": 58932, "loc": { "start": { - "line": 1638, + "line": 1684, "column": 32 }, "end": { - "line": 1638, + "line": 1684, "column": 33 } } @@ -398463,15 +409245,15 @@ "binop": null }, "value": "recordedData", - "start": 56917, - "end": 56929, + "start": 58932, + "end": 58944, "loc": { "start": { - "line": 1638, + "line": 1684, "column": 33 }, "end": { - "line": 1638, + "line": 1684, "column": 45 } } @@ -398489,15 +409271,15 @@ "binop": null, "updateContext": null }, - "start": 56929, - "end": 56930, + "start": 58944, + "end": 58945, "loc": { "start": { - "line": 1638, + "line": 1684, "column": 45 }, "end": { - "line": 1638, + "line": 1684, "column": 46 } } @@ -398515,15 +409297,15 @@ "binop": null }, "value": "animationDisplay", - "start": 56931, - "end": 56947, + "start": 58946, + "end": 58962, "loc": { "start": { - "line": 1638, + "line": 1684, "column": 47 }, "end": { - "line": 1638, + "line": 1684, "column": 63 } } @@ -398540,15 +409322,15 @@ "postfix": false, "binop": null }, - "start": 56947, - "end": 56948, + "start": 58962, + "end": 58963, "loc": { "start": { - "line": 1638, + "line": 1684, "column": 63 }, "end": { - "line": 1638, + "line": 1684, "column": 64 } } @@ -398566,15 +409348,15 @@ "binop": null, "updateContext": null }, - "start": 56948, - "end": 56949, + "start": 58963, + "end": 58964, "loc": { "start": { - "line": 1638, + "line": 1684, "column": 64 }, "end": { - "line": 1638, + "line": 1684, "column": 65 } } @@ -398594,15 +409376,15 @@ "updateContext": null }, "value": "this", - "start": 56958, - "end": 56962, + "start": 58973, + "end": 58977, "loc": { "start": { - "line": 1639, + "line": 1685, "column": 8 }, "end": { - "line": 1639, + "line": 1685, "column": 12 } } @@ -398620,15 +409402,15 @@ "binop": null, "updateContext": null }, - "start": 56962, - "end": 56963, + "start": 58977, + "end": 58978, "loc": { "start": { - "line": 1639, + "line": 1685, "column": 12 }, "end": { - "line": 1639, + "line": 1685, "column": 13 } } @@ -398646,15 +409428,15 @@ "binop": null }, "value": "player", - "start": 56963, - "end": 56969, + "start": 58978, + "end": 58984, "loc": { "start": { - "line": 1639, + "line": 1685, "column": 13 }, "end": { - "line": 1639, + "line": 1685, "column": 19 } } @@ -398672,15 +409454,15 @@ "binop": null, "updateContext": null }, - "start": 56969, - "end": 56970, + "start": 58984, + "end": 58985, "loc": { "start": { - "line": 1639, + "line": 1685, "column": 19 }, "end": { - "line": 1639, + "line": 1685, "column": 20 } } @@ -398698,15 +409480,15 @@ "binop": null }, "value": "animationDisplay", - "start": 56970, - "end": 56986, + "start": 58985, + "end": 59001, "loc": { "start": { - "line": 1639, + "line": 1685, "column": 20 }, "end": { - "line": 1639, + "line": 1685, "column": 36 } } @@ -398724,15 +409506,15 @@ "binop": null, "updateContext": null }, - "start": 56986, - "end": 56987, + "start": 59001, + "end": 59002, "loc": { "start": { - "line": 1639, + "line": 1685, "column": 36 }, "end": { - "line": 1639, + "line": 1685, "column": 37 } } @@ -398750,15 +409532,15 @@ "binop": null }, "value": "show", - "start": 56987, - "end": 56991, + "start": 59002, + "end": 59006, "loc": { "start": { - "line": 1639, + "line": 1685, "column": 37 }, "end": { - "line": 1639, + "line": 1685, "column": 41 } } @@ -398775,15 +409557,15 @@ "postfix": false, "binop": null }, - "start": 56991, - "end": 56992, + "start": 59006, + "end": 59007, "loc": { "start": { - "line": 1639, + "line": 1685, "column": 41 }, "end": { - "line": 1639, + "line": 1685, "column": 42 } } @@ -398800,15 +409582,15 @@ "postfix": false, "binop": null }, - "start": 56992, - "end": 56993, + "start": 59007, + "end": 59008, "loc": { "start": { - "line": 1639, + "line": 1685, "column": 42 }, "end": { - "line": 1639, + "line": 1685, "column": 43 } } @@ -398826,15 +409608,15 @@ "binop": null, "updateContext": null }, - "start": 56993, - "end": 56994, + "start": 59008, + "end": 59009, "loc": { "start": { - "line": 1639, + "line": 1685, "column": 43 }, "end": { - "line": 1639, + "line": 1685, "column": 44 } } @@ -398851,15 +409633,15 @@ "postfix": false, "binop": null }, - "start": 56999, - "end": 57000, + "start": 59014, + "end": 59015, "loc": { "start": { - "line": 1640, + "line": 1686, "column": 4 }, "end": { - "line": 1640, + "line": 1686, "column": 5 } } @@ -398867,15 +409649,15 @@ { "type": "CommentBlock", "value": "*\n * Hide animated GIF.\n * @private\n ", - "start": 57006, - "end": 57059, + "start": 59021, + "end": 59074, "loc": { "start": { - "line": 1642, + "line": 1688, "column": 4 }, "end": { - "line": 1645, + "line": 1691, "column": 7 } } @@ -398893,15 +409675,15 @@ "binop": null }, "value": "hideAnimation", - "start": 57064, - "end": 57077, + "start": 59079, + "end": 59092, "loc": { "start": { - "line": 1646, + "line": 1692, "column": 4 }, "end": { - "line": 1646, + "line": 1692, "column": 17 } } @@ -398918,15 +409700,15 @@ "postfix": false, "binop": null }, - "start": 57077, - "end": 57078, + "start": 59092, + "end": 59093, "loc": { "start": { - "line": 1646, + "line": 1692, "column": 17 }, "end": { - "line": 1646, + "line": 1692, "column": 18 } } @@ -398943,15 +409725,15 @@ "postfix": false, "binop": null }, - "start": 57078, - "end": 57079, + "start": 59093, + "end": 59094, "loc": { "start": { - "line": 1646, + "line": 1692, "column": 18 }, "end": { - "line": 1646, + "line": 1692, "column": 19 } } @@ -398968,15 +409750,15 @@ "postfix": false, "binop": null }, - "start": 57080, - "end": 57081, + "start": 59095, + "end": 59096, "loc": { "start": { - "line": 1646, + "line": 1692, "column": 20 }, "end": { - "line": 1646, + "line": 1692, "column": 21 } } @@ -398984,15 +409766,15 @@ { "type": "CommentLine", "value": " show the first frame", - "start": 57090, - "end": 57113, + "start": 59105, + "end": 59128, "loc": { "start": { - "line": 1647, + "line": 1693, "column": 8 }, "end": { - "line": 1647, + "line": 1693, "column": 31 } } @@ -399012,15 +409794,15 @@ "updateContext": null }, "value": "this", - "start": 57122, - "end": 57126, + "start": 59137, + "end": 59141, "loc": { "start": { - "line": 1648, + "line": 1694, "column": 8 }, "end": { - "line": 1648, + "line": 1694, "column": 12 } } @@ -399038,15 +409820,15 @@ "binop": null, "updateContext": null }, - "start": 57126, - "end": 57127, + "start": 59141, + "end": 59142, "loc": { "start": { - "line": 1648, + "line": 1694, "column": 12 }, "end": { - "line": 1648, + "line": 1694, "column": 13 } } @@ -399064,15 +409846,15 @@ "binop": null }, "value": "player", - "start": 57127, - "end": 57133, + "start": 59142, + "end": 59148, "loc": { "start": { - "line": 1648, + "line": 1694, "column": 13 }, "end": { - "line": 1648, + "line": 1694, "column": 19 } } @@ -399090,15 +409872,15 @@ "binop": null, "updateContext": null }, - "start": 57133, - "end": 57134, + "start": 59148, + "end": 59149, "loc": { "start": { - "line": 1648, + "line": 1694, "column": 19 }, "end": { - "line": 1648, + "line": 1694, "column": 20 } } @@ -399116,15 +409898,15 @@ "binop": null }, "value": "recordCanvas", - "start": 57134, - "end": 57146, + "start": 59149, + "end": 59161, "loc": { "start": { - "line": 1648, + "line": 1694, "column": 20 }, "end": { - "line": 1648, + "line": 1694, "column": 32 } } @@ -399142,15 +409924,15 @@ "binop": null, "updateContext": null }, - "start": 57146, - "end": 57147, + "start": 59161, + "end": 59162, "loc": { "start": { - "line": 1648, + "line": 1694, "column": 32 }, "end": { - "line": 1648, + "line": 1694, "column": 33 } } @@ -399168,15 +409950,15 @@ "binop": null }, "value": "show", - "start": 57147, - "end": 57151, + "start": 59162, + "end": 59166, "loc": { "start": { - "line": 1648, + "line": 1694, "column": 33 }, "end": { - "line": 1648, + "line": 1694, "column": 37 } } @@ -399193,15 +409975,15 @@ "postfix": false, "binop": null }, - "start": 57151, - "end": 57152, + "start": 59166, + "end": 59167, "loc": { "start": { - "line": 1648, + "line": 1694, "column": 37 }, "end": { - "line": 1648, + "line": 1694, "column": 38 } } @@ -399218,15 +410000,15 @@ "postfix": false, "binop": null }, - "start": 57152, - "end": 57153, + "start": 59167, + "end": 59168, "loc": { "start": { - "line": 1648, + "line": 1694, "column": 38 }, "end": { - "line": 1648, + "line": 1694, "column": 39 } } @@ -399244,15 +410026,15 @@ "binop": null, "updateContext": null }, - "start": 57153, - "end": 57154, + "start": 59168, + "end": 59169, "loc": { "start": { - "line": 1648, + "line": 1694, "column": 39 }, "end": { - "line": 1648, + "line": 1694, "column": 40 } } @@ -399260,15 +410042,15 @@ { "type": "CommentLine", "value": " hide the animation", - "start": 57164, - "end": 57185, + "start": 59179, + "end": 59200, "loc": { "start": { - "line": 1650, + "line": 1696, "column": 8 }, "end": { - "line": 1650, + "line": 1696, "column": 29 } } @@ -399288,15 +410070,15 @@ "updateContext": null }, "value": "this", - "start": 57194, - "end": 57198, + "start": 59209, + "end": 59213, "loc": { "start": { - "line": 1651, + "line": 1697, "column": 8 }, "end": { - "line": 1651, + "line": 1697, "column": 12 } } @@ -399314,15 +410096,15 @@ "binop": null, "updateContext": null }, - "start": 57198, - "end": 57199, + "start": 59213, + "end": 59214, "loc": { "start": { - "line": 1651, + "line": 1697, "column": 12 }, "end": { - "line": 1651, + "line": 1697, "column": 13 } } @@ -399340,15 +410122,15 @@ "binop": null }, "value": "player", - "start": 57199, - "end": 57205, + "start": 59214, + "end": 59220, "loc": { "start": { - "line": 1651, + "line": 1697, "column": 13 }, "end": { - "line": 1651, + "line": 1697, "column": 19 } } @@ -399366,15 +410148,15 @@ "binop": null, "updateContext": null }, - "start": 57205, - "end": 57206, + "start": 59220, + "end": 59221, "loc": { "start": { - "line": 1651, + "line": 1697, "column": 19 }, "end": { - "line": 1651, + "line": 1697, "column": 20 } } @@ -399392,15 +410174,15 @@ "binop": null }, "value": "animationDisplay", - "start": 57206, - "end": 57222, + "start": 59221, + "end": 59237, "loc": { "start": { - "line": 1651, + "line": 1697, "column": 20 }, "end": { - "line": 1651, + "line": 1697, "column": 36 } } @@ -399418,15 +410200,15 @@ "binop": null, "updateContext": null }, - "start": 57222, - "end": 57223, + "start": 59237, + "end": 59238, "loc": { "start": { - "line": 1651, + "line": 1697, "column": 36 }, "end": { - "line": 1651, + "line": 1697, "column": 37 } } @@ -399444,15 +410226,15 @@ "binop": null }, "value": "hide", - "start": 57223, - "end": 57227, + "start": 59238, + "end": 59242, "loc": { "start": { - "line": 1651, + "line": 1697, "column": 37 }, "end": { - "line": 1651, + "line": 1697, "column": 41 } } @@ -399469,15 +410251,15 @@ "postfix": false, "binop": null }, - "start": 57227, - "end": 57228, + "start": 59242, + "end": 59243, "loc": { "start": { - "line": 1651, + "line": 1697, "column": 41 }, "end": { - "line": 1651, + "line": 1697, "column": 42 } } @@ -399494,15 +410276,15 @@ "postfix": false, "binop": null }, - "start": 57228, - "end": 57229, + "start": 59243, + "end": 59244, "loc": { "start": { - "line": 1651, + "line": 1697, "column": 42 }, "end": { - "line": 1651, + "line": 1697, "column": 43 } } @@ -399520,15 +410302,15 @@ "binop": null, "updateContext": null }, - "start": 57229, - "end": 57230, + "start": 59244, + "end": 59245, "loc": { "start": { - "line": 1651, + "line": 1697, "column": 43 }, "end": { - "line": 1651, + "line": 1697, "column": 44 } } @@ -399545,15 +410327,15 @@ "postfix": false, "binop": null }, - "start": 57235, - "end": 57236, + "start": 59250, + "end": 59251, "loc": { "start": { - "line": 1652, + "line": 1698, "column": 4 }, "end": { - "line": 1652, + "line": 1698, "column": 5 } } @@ -399561,15 +410343,15 @@ { "type": "CommentBlock", "value": "*\n * Update time during playback.\n * @private\n ", - "start": 57242, - "end": 57305, + "start": 59257, + "end": 59320, "loc": { "start": { - "line": 1654, + "line": 1700, "column": 4 }, "end": { - "line": 1657, + "line": 1703, "column": 7 } } @@ -399587,15 +410369,15 @@ "binop": null }, "value": "playbackTimeUpdate", - "start": 57310, - "end": 57328, + "start": 59325, + "end": 59343, "loc": { "start": { - "line": 1658, + "line": 1704, "column": 4 }, "end": { - "line": 1658, + "line": 1704, "column": 22 } } @@ -399612,15 +410394,15 @@ "postfix": false, "binop": null }, - "start": 57328, - "end": 57329, + "start": 59343, + "end": 59344, "loc": { "start": { - "line": 1658, + "line": 1704, "column": 22 }, "end": { - "line": 1658, + "line": 1704, "column": 23 } } @@ -399637,15 +410419,15 @@ "postfix": false, "binop": null }, - "start": 57329, - "end": 57330, + "start": 59344, + "end": 59345, "loc": { "start": { - "line": 1658, + "line": 1704, "column": 23 }, "end": { - "line": 1658, + "line": 1704, "column": 24 } } @@ -399662,15 +410444,15 @@ "postfix": false, "binop": null }, - "start": 57331, - "end": 57332, + "start": 59346, + "end": 59347, "loc": { "start": { - "line": 1658, + "line": 1704, "column": 25 }, "end": { - "line": 1658, + "line": 1704, "column": 26 } } @@ -399690,15 +410472,15 @@ "updateContext": null }, "value": "this", - "start": 57341, - "end": 57345, + "start": 59356, + "end": 59360, "loc": { "start": { - "line": 1659, + "line": 1705, "column": 8 }, "end": { - "line": 1659, + "line": 1705, "column": 12 } } @@ -399716,15 +410498,15 @@ "binop": null, "updateContext": null }, - "start": 57345, - "end": 57346, + "start": 59360, + "end": 59361, "loc": { "start": { - "line": 1659, + "line": 1705, "column": 12 }, "end": { - "line": 1659, + "line": 1705, "column": 13 } } @@ -399742,15 +410524,15 @@ "binop": null }, "value": "setCurrentTime", - "start": 57346, - "end": 57360, + "start": 59361, + "end": 59375, "loc": { "start": { - "line": 1659, + "line": 1705, "column": 13 }, "end": { - "line": 1659, + "line": 1705, "column": 27 } } @@ -399767,15 +410549,15 @@ "postfix": false, "binop": null }, - "start": 57360, - "end": 57361, + "start": 59375, + "end": 59376, "loc": { "start": { - "line": 1659, + "line": 1705, "column": 27 }, "end": { - "line": 1659, + "line": 1705, "column": 28 } } @@ -399795,15 +410577,15 @@ "updateContext": null }, "value": "this", - "start": 57361, - "end": 57365, + "start": 59376, + "end": 59380, "loc": { "start": { - "line": 1659, + "line": 1705, "column": 28 }, "end": { - "line": 1659, + "line": 1705, "column": 32 } } @@ -399821,15 +410603,15 @@ "binop": null, "updateContext": null }, - "start": 57365, - "end": 57366, + "start": 59380, + "end": 59381, "loc": { "start": { - "line": 1659, + "line": 1705, "column": 32 }, "end": { - "line": 1659, + "line": 1705, "column": 33 } } @@ -399847,15 +410629,15 @@ "binop": null }, "value": "player", - "start": 57366, - "end": 57372, + "start": 59381, + "end": 59387, "loc": { "start": { - "line": 1659, + "line": 1705, "column": 33 }, "end": { - "line": 1659, + "line": 1705, "column": 39 } } @@ -399873,15 +410655,15 @@ "binop": null, "updateContext": null }, - "start": 57372, - "end": 57373, + "start": 59387, + "end": 59388, "loc": { "start": { - "line": 1659, + "line": 1705, "column": 39 }, "end": { - "line": 1659, + "line": 1705, "column": 40 } } @@ -399899,15 +410681,15 @@ "binop": null }, "value": "currentTime", - "start": 57373, - "end": 57384, + "start": 59388, + "end": 59399, "loc": { "start": { - "line": 1659, + "line": 1705, "column": 40 }, "end": { - "line": 1659, + "line": 1705, "column": 51 } } @@ -399924,15 +410706,15 @@ "postfix": false, "binop": null }, - "start": 57384, - "end": 57385, + "start": 59399, + "end": 59400, "loc": { "start": { - "line": 1659, + "line": 1705, "column": 51 }, "end": { - "line": 1659, + "line": 1705, "column": 52 } } @@ -399949,15 +410731,15 @@ "postfix": false, "binop": null }, - "start": 57385, - "end": 57386, + "start": 59400, + "end": 59401, "loc": { "start": { - "line": 1659, + "line": 1705, "column": 52 }, "end": { - "line": 1659, + "line": 1705, "column": 53 } } @@ -399975,15 +410757,15 @@ "binop": null, "updateContext": null }, - "start": 57386, - "end": 57387, + "start": 59401, + "end": 59402, "loc": { "start": { - "line": 1659, + "line": 1705, "column": 53 }, "end": { - "line": 1659, + "line": 1705, "column": 54 } } @@ -400003,15 +410785,15 @@ "updateContext": null }, "value": "this", - "start": 57400, - "end": 57404, + "start": 59415, + "end": 59419, "loc": { "start": { - "line": 1660, + "line": 1706, "column": 12 }, "end": { - "line": 1660, + "line": 1706, "column": 16 } } @@ -400029,15 +410811,15 @@ "binop": null, "updateContext": null }, - "start": 57404, - "end": 57405, + "start": 59419, + "end": 59420, "loc": { "start": { - "line": 1660, + "line": 1706, "column": 16 }, "end": { - "line": 1660, + "line": 1706, "column": 17 } } @@ -400055,15 +410837,15 @@ "binop": null }, "value": "streamDuration", - "start": 57405, - "end": 57419, + "start": 59420, + "end": 59434, "loc": { "start": { - "line": 1660, + "line": 1706, "column": 17 }, "end": { - "line": 1660, + "line": 1706, "column": 31 } } @@ -400080,15 +410862,15 @@ "postfix": false, "binop": null }, - "start": 57419, - "end": 57420, + "start": 59434, + "end": 59435, "loc": { "start": { - "line": 1660, + "line": 1706, "column": 31 }, "end": { - "line": 1660, + "line": 1706, "column": 32 } } @@ -400106,15 +410888,15 @@ "binop": null, "updateContext": null }, - "start": 57420, - "end": 57421, + "start": 59435, + "end": 59436, "loc": { "start": { - "line": 1660, + "line": 1706, "column": 32 }, "end": { - "line": 1660, + "line": 1706, "column": 33 } } @@ -400131,15 +410913,15 @@ "postfix": false, "binop": null }, - "start": 57426, - "end": 57427, + "start": 59441, + "end": 59442, "loc": { "start": { - "line": 1661, + "line": 1707, "column": 4 }, "end": { - "line": 1661, + "line": 1707, "column": 5 } } @@ -400147,15 +410929,15 @@ { "type": "CommentBlock", "value": "*\n * Collects information about the media input and output devices\n * available on the system.\n ", - "start": 57433, - "end": 57545, + "start": 59448, + "end": 59560, "loc": { "start": { - "line": 1663, + "line": 1709, "column": 4 }, "end": { - "line": 1666, + "line": 1712, "column": 7 } } @@ -400173,15 +410955,15 @@ "binop": null }, "value": "enumerateDevices", - "start": 57550, - "end": 57566, + "start": 59565, + "end": 59581, "loc": { "start": { - "line": 1667, + "line": 1713, "column": 4 }, "end": { - "line": 1667, + "line": 1713, "column": 20 } } @@ -400198,15 +410980,15 @@ "postfix": false, "binop": null }, - "start": 57566, - "end": 57567, + "start": 59581, + "end": 59582, "loc": { "start": { - "line": 1667, + "line": 1713, "column": 20 }, "end": { - "line": 1667, + "line": 1713, "column": 21 } } @@ -400223,15 +411005,15 @@ "postfix": false, "binop": null }, - "start": 57567, - "end": 57568, + "start": 59582, + "end": 59583, "loc": { "start": { - "line": 1667, + "line": 1713, "column": 21 }, "end": { - "line": 1667, + "line": 1713, "column": 22 } } @@ -400248,15 +411030,15 @@ "postfix": false, "binop": null }, - "start": 57569, - "end": 57570, + "start": 59584, + "end": 59585, "loc": { "start": { - "line": 1667, + "line": 1713, "column": 23 }, "end": { - "line": 1667, + "line": 1713, "column": 24 } } @@ -400276,15 +411058,15 @@ "updateContext": null }, "value": "if", - "start": 57579, - "end": 57581, + "start": 59594, + "end": 59596, "loc": { "start": { - "line": 1668, + "line": 1714, "column": 8 }, "end": { - "line": 1668, + "line": 1714, "column": 10 } } @@ -400301,15 +411083,15 @@ "postfix": false, "binop": null }, - "start": 57582, - "end": 57583, + "start": 59597, + "end": 59598, "loc": { "start": { - "line": 1668, + "line": 1714, "column": 11 }, "end": { - "line": 1668, + "line": 1714, "column": 12 } } @@ -400328,15 +411110,15 @@ "updateContext": null }, "value": "!", - "start": 57583, - "end": 57584, + "start": 59598, + "end": 59599, "loc": { "start": { - "line": 1668, + "line": 1714, "column": 12 }, "end": { - "line": 1668, + "line": 1714, "column": 13 } } @@ -400354,15 +411136,15 @@ "binop": null }, "value": "navigator", - "start": 57584, - "end": 57593, + "start": 59599, + "end": 59608, "loc": { "start": { - "line": 1668, + "line": 1714, "column": 13 }, "end": { - "line": 1668, + "line": 1714, "column": 22 } } @@ -400380,15 +411162,15 @@ "binop": null, "updateContext": null }, - "start": 57593, - "end": 57594, + "start": 59608, + "end": 59609, "loc": { "start": { - "line": 1668, + "line": 1714, "column": 22 }, "end": { - "line": 1668, + "line": 1714, "column": 23 } } @@ -400406,15 +411188,15 @@ "binop": null }, "value": "mediaDevices", - "start": 57594, - "end": 57606, + "start": 59609, + "end": 59621, "loc": { "start": { - "line": 1668, + "line": 1714, "column": 23 }, "end": { - "line": 1668, + "line": 1714, "column": 35 } } @@ -400433,15 +411215,15 @@ "updateContext": null }, "value": "||", - "start": 57607, - "end": 57609, + "start": 59622, + "end": 59624, "loc": { "start": { - "line": 1668, + "line": 1714, "column": 36 }, "end": { - "line": 1668, + "line": 1714, "column": 38 } } @@ -400460,15 +411242,15 @@ "updateContext": null }, "value": "!", - "start": 57610, - "end": 57611, + "start": 59625, + "end": 59626, "loc": { "start": { - "line": 1668, + "line": 1714, "column": 39 }, "end": { - "line": 1668, + "line": 1714, "column": 40 } } @@ -400486,15 +411268,15 @@ "binop": null }, "value": "navigator", - "start": 57611, - "end": 57620, + "start": 59626, + "end": 59635, "loc": { "start": { - "line": 1668, + "line": 1714, "column": 40 }, "end": { - "line": 1668, + "line": 1714, "column": 49 } } @@ -400512,15 +411294,15 @@ "binop": null, "updateContext": null }, - "start": 57620, - "end": 57621, + "start": 59635, + "end": 59636, "loc": { "start": { - "line": 1668, + "line": 1714, "column": 49 }, "end": { - "line": 1668, + "line": 1714, "column": 50 } } @@ -400538,15 +411320,15 @@ "binop": null }, "value": "mediaDevices", - "start": 57621, - "end": 57633, + "start": 59636, + "end": 59648, "loc": { "start": { - "line": 1668, + "line": 1714, "column": 50 }, "end": { - "line": 1668, + "line": 1714, "column": 62 } } @@ -400564,15 +411346,15 @@ "binop": null, "updateContext": null }, - "start": 57633, - "end": 57634, + "start": 59648, + "end": 59649, "loc": { "start": { - "line": 1668, + "line": 1714, "column": 62 }, "end": { - "line": 1668, + "line": 1714, "column": 63 } } @@ -400590,15 +411372,15 @@ "binop": null }, "value": "enumerateDevices", - "start": 57634, - "end": 57650, + "start": 59649, + "end": 59665, "loc": { "start": { - "line": 1668, + "line": 1714, "column": 63 }, "end": { - "line": 1668, + "line": 1714, "column": 79 } } @@ -400615,15 +411397,15 @@ "postfix": false, "binop": null }, - "start": 57650, - "end": 57651, + "start": 59665, + "end": 59666, "loc": { "start": { - "line": 1668, + "line": 1714, "column": 79 }, "end": { - "line": 1668, + "line": 1714, "column": 80 } } @@ -400640,15 +411422,15 @@ "postfix": false, "binop": null }, - "start": 57652, - "end": 57653, + "start": 59667, + "end": 59668, "loc": { "start": { - "line": 1668, + "line": 1714, "column": 81 }, "end": { - "line": 1668, + "line": 1714, "column": 82 } } @@ -400668,15 +411450,15 @@ "updateContext": null }, "value": "this", - "start": 57666, - "end": 57670, + "start": 59681, + "end": 59685, "loc": { "start": { - "line": 1669, + "line": 1715, "column": 12 }, "end": { - "line": 1669, + "line": 1715, "column": 16 } } @@ -400694,15 +411476,15 @@ "binop": null, "updateContext": null }, - "start": 57670, - "end": 57671, + "start": 59685, + "end": 59686, "loc": { "start": { - "line": 1669, + "line": 1715, "column": 16 }, "end": { - "line": 1669, + "line": 1715, "column": 17 } } @@ -400720,15 +411502,15 @@ "binop": null }, "value": "player", - "start": 57671, - "end": 57677, + "start": 59686, + "end": 59692, "loc": { "start": { - "line": 1669, + "line": 1715, "column": 17 }, "end": { - "line": 1669, + "line": 1715, "column": 23 } } @@ -400746,15 +411528,15 @@ "binop": null, "updateContext": null }, - "start": 57677, - "end": 57678, + "start": 59692, + "end": 59693, "loc": { "start": { - "line": 1669, + "line": 1715, "column": 23 }, "end": { - "line": 1669, + "line": 1715, "column": 24 } } @@ -400772,15 +411554,15 @@ "binop": null }, "value": "enumerateErrorCode", - "start": 57678, - "end": 57696, + "start": 59693, + "end": 59711, "loc": { "start": { - "line": 1669, + "line": 1715, "column": 24 }, "end": { - "line": 1669, + "line": 1715, "column": 42 } } @@ -400799,15 +411581,15 @@ "updateContext": null }, "value": "=", - "start": 57697, - "end": 57698, + "start": 59712, + "end": 59713, "loc": { "start": { - "line": 1669, + "line": 1715, "column": 43 }, "end": { - "line": 1669, + "line": 1715, "column": 44 } } @@ -400826,15 +411608,15 @@ "updateContext": null }, "value": "enumerateDevices() not supported.", - "start": 57699, - "end": 57734, + "start": 59714, + "end": 59749, "loc": { "start": { - "line": 1669, + "line": 1715, "column": 45 }, "end": { - "line": 1669, + "line": 1715, "column": 80 } } @@ -400852,15 +411634,15 @@ "binop": null, "updateContext": null }, - "start": 57734, - "end": 57735, + "start": 59749, + "end": 59750, "loc": { "start": { - "line": 1669, + "line": 1715, "column": 80 }, "end": { - "line": 1669, + "line": 1715, "column": 81 } } @@ -400880,15 +411662,15 @@ "updateContext": null }, "value": "this", - "start": 57748, - "end": 57752, + "start": 59763, + "end": 59767, "loc": { "start": { - "line": 1670, + "line": 1716, "column": 12 }, "end": { - "line": 1670, + "line": 1716, "column": 16 } } @@ -400906,15 +411688,15 @@ "binop": null, "updateContext": null }, - "start": 57752, - "end": 57753, + "start": 59767, + "end": 59768, "loc": { "start": { - "line": 1670, + "line": 1716, "column": 16 }, "end": { - "line": 1670, + "line": 1716, "column": 17 } } @@ -400932,15 +411714,15 @@ "binop": null }, "value": "player", - "start": 57753, - "end": 57759, + "start": 59768, + "end": 59774, "loc": { "start": { - "line": 1670, + "line": 1716, "column": 17 }, "end": { - "line": 1670, + "line": 1716, "column": 23 } } @@ -400958,15 +411740,15 @@ "binop": null, "updateContext": null }, - "start": 57759, - "end": 57760, + "start": 59774, + "end": 59775, "loc": { "start": { - "line": 1670, + "line": 1716, "column": 23 }, "end": { - "line": 1670, + "line": 1716, "column": 24 } } @@ -400984,15 +411766,15 @@ "binop": null }, "value": "trigger", - "start": 57760, - "end": 57767, + "start": 59775, + "end": 59782, "loc": { "start": { - "line": 1670, + "line": 1716, "column": 24 }, "end": { - "line": 1670, + "line": 1716, "column": 31 } } @@ -401009,15 +411791,15 @@ "postfix": false, "binop": null }, - "start": 57767, - "end": 57768, + "start": 59782, + "end": 59783, "loc": { "start": { - "line": 1670, + "line": 1716, "column": 31 }, "end": { - "line": 1670, + "line": 1716, "column": 32 } } @@ -401035,15 +411817,15 @@ "binop": null }, "value": "Event", - "start": 57768, - "end": 57773, + "start": 59783, + "end": 59788, "loc": { "start": { - "line": 1670, + "line": 1716, "column": 32 }, "end": { - "line": 1670, + "line": 1716, "column": 37 } } @@ -401061,15 +411843,15 @@ "binop": null, "updateContext": null }, - "start": 57773, - "end": 57774, + "start": 59788, + "end": 59789, "loc": { "start": { - "line": 1670, + "line": 1716, "column": 37 }, "end": { - "line": 1670, + "line": 1716, "column": 38 } } @@ -401087,15 +411869,15 @@ "binop": null }, "value": "ENUMERATE_ERROR", - "start": 57774, - "end": 57789, + "start": 59789, + "end": 59804, "loc": { "start": { - "line": 1670, + "line": 1716, "column": 38 }, "end": { - "line": 1670, + "line": 1716, "column": 53 } } @@ -401112,15 +411894,15 @@ "postfix": false, "binop": null }, - "start": 57789, - "end": 57790, + "start": 59804, + "end": 59805, "loc": { "start": { - "line": 1670, + "line": 1716, "column": 53 }, "end": { - "line": 1670, + "line": 1716, "column": 54 } } @@ -401138,15 +411920,15 @@ "binop": null, "updateContext": null }, - "start": 57790, - "end": 57791, + "start": 59805, + "end": 59806, "loc": { "start": { - "line": 1670, + "line": 1716, "column": 54 }, "end": { - "line": 1670, + "line": 1716, "column": 55 } } @@ -401166,15 +411948,15 @@ "updateContext": null }, "value": "return", - "start": 57804, - "end": 57810, + "start": 59819, + "end": 59825, "loc": { "start": { - "line": 1671, + "line": 1717, "column": 12 }, "end": { - "line": 1671, + "line": 1717, "column": 18 } } @@ -401192,15 +411974,15 @@ "binop": null, "updateContext": null }, - "start": 57810, - "end": 57811, + "start": 59825, + "end": 59826, "loc": { "start": { - "line": 1671, + "line": 1717, "column": 18 }, "end": { - "line": 1671, + "line": 1717, "column": 19 } } @@ -401217,15 +411999,15 @@ "postfix": false, "binop": null }, - "start": 57820, - "end": 57821, + "start": 59835, + "end": 59836, "loc": { "start": { - "line": 1672, + "line": 1718, "column": 8 }, "end": { - "line": 1672, + "line": 1718, "column": 9 } } @@ -401233,15 +412015,15 @@ { "type": "CommentLine", "value": " list video and audio devices", - "start": 57831, - "end": 57862, + "start": 59846, + "end": 59877, "loc": { "start": { - "line": 1674, + "line": 1720, "column": 8 }, "end": { - "line": 1674, + "line": 1720, "column": 39 } } @@ -401259,15 +412041,15 @@ "binop": null }, "value": "navigator", - "start": 57871, - "end": 57880, + "start": 59886, + "end": 59895, "loc": { "start": { - "line": 1675, + "line": 1721, "column": 8 }, "end": { - "line": 1675, + "line": 1721, "column": 17 } } @@ -401285,15 +412067,15 @@ "binop": null, "updateContext": null }, - "start": 57880, - "end": 57881, + "start": 59895, + "end": 59896, "loc": { "start": { - "line": 1675, + "line": 1721, "column": 17 }, "end": { - "line": 1675, + "line": 1721, "column": 18 } } @@ -401311,15 +412093,15 @@ "binop": null }, "value": "mediaDevices", - "start": 57881, - "end": 57893, + "start": 59896, + "end": 59908, "loc": { "start": { - "line": 1675, + "line": 1721, "column": 18 }, "end": { - "line": 1675, + "line": 1721, "column": 30 } } @@ -401337,15 +412119,15 @@ "binop": null, "updateContext": null }, - "start": 57893, - "end": 57894, + "start": 59908, + "end": 59909, "loc": { "start": { - "line": 1675, + "line": 1721, "column": 30 }, "end": { - "line": 1675, + "line": 1721, "column": 31 } } @@ -401363,15 +412145,15 @@ "binop": null }, "value": "enumerateDevices", - "start": 57894, - "end": 57910, + "start": 59909, + "end": 59925, "loc": { "start": { - "line": 1675, + "line": 1721, "column": 31 }, "end": { - "line": 1675, + "line": 1721, "column": 47 } } @@ -401388,15 +412170,15 @@ "postfix": false, "binop": null }, - "start": 57910, - "end": 57911, + "start": 59925, + "end": 59926, "loc": { "start": { - "line": 1675, + "line": 1721, "column": 47 }, "end": { - "line": 1675, + "line": 1721, "column": 48 } } @@ -401416,15 +412198,15 @@ "updateContext": null }, "value": "this", - "start": 57911, - "end": 57915, + "start": 59926, + "end": 59930, "loc": { "start": { - "line": 1675, + "line": 1721, "column": 48 }, "end": { - "line": 1675, + "line": 1721, "column": 52 } } @@ -401441,15 +412223,15 @@ "postfix": false, "binop": null }, - "start": 57915, - "end": 57916, + "start": 59930, + "end": 59931, "loc": { "start": { - "line": 1675, + "line": 1721, "column": 52 }, "end": { - "line": 1675, + "line": 1721, "column": 53 } } @@ -401467,15 +412249,15 @@ "binop": null, "updateContext": null }, - "start": 57916, - "end": 57917, + "start": 59931, + "end": 59932, "loc": { "start": { - "line": 1675, + "line": 1721, "column": 53 }, "end": { - "line": 1675, + "line": 1721, "column": 54 } } @@ -401493,15 +412275,15 @@ "binop": null }, "value": "then", - "start": 57917, - "end": 57921, + "start": 59932, + "end": 59936, "loc": { "start": { - "line": 1675, + "line": 1721, "column": 54 }, "end": { - "line": 1675, + "line": 1721, "column": 58 } } @@ -401518,15 +412300,15 @@ "postfix": false, "binop": null }, - "start": 57921, - "end": 57922, + "start": 59936, + "end": 59937, "loc": { "start": { - "line": 1675, + "line": 1721, "column": 58 }, "end": { - "line": 1675, + "line": 1721, "column": 59 } } @@ -401543,15 +412325,15 @@ "postfix": false, "binop": null }, - "start": 57922, - "end": 57923, + "start": 59937, + "end": 59938, "loc": { "start": { - "line": 1675, + "line": 1721, "column": 59 }, "end": { - "line": 1675, + "line": 1721, "column": 60 } } @@ -401569,15 +412351,15 @@ "binop": null }, "value": "devices", - "start": 57923, - "end": 57930, + "start": 59938, + "end": 59945, "loc": { "start": { - "line": 1675, + "line": 1721, "column": 60 }, "end": { - "line": 1675, + "line": 1721, "column": 67 } } @@ -401594,15 +412376,15 @@ "postfix": false, "binop": null }, - "start": 57930, - "end": 57931, + "start": 59945, + "end": 59946, "loc": { "start": { - "line": 1675, + "line": 1721, "column": 67 }, "end": { - "line": 1675, + "line": 1721, "column": 68 } } @@ -401620,15 +412402,15 @@ "binop": null, "updateContext": null }, - "start": 57932, - "end": 57934, + "start": 59947, + "end": 59949, "loc": { "start": { - "line": 1675, + "line": 1721, "column": 69 }, "end": { - "line": 1675, + "line": 1721, "column": 71 } } @@ -401645,15 +412427,15 @@ "postfix": false, "binop": null }, - "start": 57935, - "end": 57936, + "start": 59950, + "end": 59951, "loc": { "start": { - "line": 1675, + "line": 1721, "column": 72 }, "end": { - "line": 1675, + "line": 1721, "column": 73 } } @@ -401673,15 +412455,15 @@ "updateContext": null }, "value": "this", - "start": 57949, - "end": 57953, + "start": 59964, + "end": 59968, "loc": { "start": { - "line": 1676, + "line": 1722, "column": 12 }, "end": { - "line": 1676, + "line": 1722, "column": 16 } } @@ -401699,15 +412481,15 @@ "binop": null, "updateContext": null }, - "start": 57953, - "end": 57954, + "start": 59968, + "end": 59969, "loc": { "start": { - "line": 1676, + "line": 1722, "column": 16 }, "end": { - "line": 1676, + "line": 1722, "column": 17 } } @@ -401725,15 +412507,15 @@ "binop": null }, "value": "devices", - "start": 57954, - "end": 57961, + "start": 59969, + "end": 59976, "loc": { "start": { - "line": 1676, + "line": 1722, "column": 17 }, "end": { - "line": 1676, + "line": 1722, "column": 24 } } @@ -401752,15 +412534,15 @@ "updateContext": null }, "value": "=", - "start": 57962, - "end": 57963, + "start": 59977, + "end": 59978, "loc": { "start": { - "line": 1676, + "line": 1722, "column": 25 }, "end": { - "line": 1676, + "line": 1722, "column": 26 } } @@ -401778,15 +412560,15 @@ "binop": null, "updateContext": null }, - "start": 57964, - "end": 57965, + "start": 59979, + "end": 59980, "loc": { "start": { - "line": 1676, + "line": 1722, "column": 27 }, "end": { - "line": 1676, + "line": 1722, "column": 28 } } @@ -401804,15 +412586,15 @@ "binop": null, "updateContext": null }, - "start": 57965, - "end": 57966, + "start": 59980, + "end": 59981, "loc": { "start": { - "line": 1676, + "line": 1722, "column": 28 }, "end": { - "line": 1676, + "line": 1722, "column": 29 } } @@ -401830,15 +412612,15 @@ "binop": null, "updateContext": null }, - "start": 57966, - "end": 57967, + "start": 59981, + "end": 59982, "loc": { "start": { - "line": 1676, + "line": 1722, "column": 29 }, "end": { - "line": 1676, + "line": 1722, "column": 30 } } @@ -401856,15 +412638,15 @@ "binop": null }, "value": "devices", - "start": 57980, - "end": 57987, + "start": 59995, + "end": 60002, "loc": { "start": { - "line": 1677, + "line": 1723, "column": 12 }, "end": { - "line": 1677, + "line": 1723, "column": 19 } } @@ -401882,15 +412664,15 @@ "binop": null, "updateContext": null }, - "start": 57987, - "end": 57988, + "start": 60002, + "end": 60003, "loc": { "start": { - "line": 1677, + "line": 1723, "column": 19 }, "end": { - "line": 1677, + "line": 1723, "column": 20 } } @@ -401908,15 +412690,15 @@ "binop": null }, "value": "forEach", - "start": 57988, - "end": 57995, + "start": 60003, + "end": 60010, "loc": { "start": { - "line": 1677, + "line": 1723, "column": 20 }, "end": { - "line": 1677, + "line": 1723, "column": 27 } } @@ -401933,15 +412715,15 @@ "postfix": false, "binop": null }, - "start": 57995, - "end": 57996, + "start": 60010, + "end": 60011, "loc": { "start": { - "line": 1677, + "line": 1723, "column": 27 }, "end": { - "line": 1677, + "line": 1723, "column": 28 } } @@ -401958,15 +412740,15 @@ "postfix": false, "binop": null }, - "start": 57996, - "end": 57997, + "start": 60011, + "end": 60012, "loc": { "start": { - "line": 1677, + "line": 1723, "column": 28 }, "end": { - "line": 1677, + "line": 1723, "column": 29 } } @@ -401984,15 +412766,15 @@ "binop": null }, "value": "device", - "start": 57997, - "end": 58003, + "start": 60012, + "end": 60018, "loc": { "start": { - "line": 1677, + "line": 1723, "column": 29 }, "end": { - "line": 1677, + "line": 1723, "column": 35 } } @@ -402009,15 +412791,15 @@ "postfix": false, "binop": null }, - "start": 58003, - "end": 58004, + "start": 60018, + "end": 60019, "loc": { "start": { - "line": 1677, + "line": 1723, "column": 35 }, "end": { - "line": 1677, + "line": 1723, "column": 36 } } @@ -402035,15 +412817,15 @@ "binop": null, "updateContext": null }, - "start": 58005, - "end": 58007, + "start": 60020, + "end": 60022, "loc": { "start": { - "line": 1677, + "line": 1723, "column": 37 }, "end": { - "line": 1677, + "line": 1723, "column": 39 } } @@ -402060,15 +412842,15 @@ "postfix": false, "binop": null }, - "start": 58008, - "end": 58009, + "start": 60023, + "end": 60024, "loc": { "start": { - "line": 1677, + "line": 1723, "column": 40 }, "end": { - "line": 1677, + "line": 1723, "column": 41 } } @@ -402088,15 +412870,15 @@ "updateContext": null }, "value": "this", - "start": 58026, - "end": 58030, + "start": 60041, + "end": 60045, "loc": { "start": { - "line": 1678, + "line": 1724, "column": 16 }, "end": { - "line": 1678, + "line": 1724, "column": 20 } } @@ -402114,15 +412896,15 @@ "binop": null, "updateContext": null }, - "start": 58030, - "end": 58031, + "start": 60045, + "end": 60046, "loc": { "start": { - "line": 1678, + "line": 1724, "column": 20 }, "end": { - "line": 1678, + "line": 1724, "column": 21 } } @@ -402140,15 +412922,15 @@ "binop": null }, "value": "devices", - "start": 58031, - "end": 58038, + "start": 60046, + "end": 60053, "loc": { "start": { - "line": 1678, + "line": 1724, "column": 21 }, "end": { - "line": 1678, + "line": 1724, "column": 28 } } @@ -402166,15 +412948,15 @@ "binop": null, "updateContext": null }, - "start": 58038, - "end": 58039, + "start": 60053, + "end": 60054, "loc": { "start": { - "line": 1678, + "line": 1724, "column": 28 }, "end": { - "line": 1678, + "line": 1724, "column": 29 } } @@ -402192,15 +412974,15 @@ "binop": null }, "value": "push", - "start": 58039, - "end": 58043, + "start": 60054, + "end": 60058, "loc": { "start": { - "line": 1678, + "line": 1724, "column": 29 }, "end": { - "line": 1678, + "line": 1724, "column": 33 } } @@ -402217,15 +412999,15 @@ "postfix": false, "binop": null }, - "start": 58043, - "end": 58044, + "start": 60058, + "end": 60059, "loc": { "start": { - "line": 1678, + "line": 1724, "column": 33 }, "end": { - "line": 1678, + "line": 1724, "column": 34 } } @@ -402243,15 +413025,15 @@ "binop": null }, "value": "device", - "start": 58044, - "end": 58050, + "start": 60059, + "end": 60065, "loc": { "start": { - "line": 1678, + "line": 1724, "column": 34 }, "end": { - "line": 1678, + "line": 1724, "column": 40 } } @@ -402268,15 +413050,15 @@ "postfix": false, "binop": null }, - "start": 58050, - "end": 58051, + "start": 60065, + "end": 60066, "loc": { "start": { - "line": 1678, + "line": 1724, "column": 40 }, "end": { - "line": 1678, + "line": 1724, "column": 41 } } @@ -402294,15 +413076,15 @@ "binop": null, "updateContext": null }, - "start": 58051, - "end": 58052, + "start": 60066, + "end": 60067, "loc": { "start": { - "line": 1678, + "line": 1724, "column": 41 }, "end": { - "line": 1678, + "line": 1724, "column": 42 } } @@ -402319,15 +413101,15 @@ "postfix": false, "binop": null }, - "start": 58065, - "end": 58066, + "start": 60080, + "end": 60081, "loc": { "start": { - "line": 1679, + "line": 1725, "column": 12 }, "end": { - "line": 1679, + "line": 1725, "column": 13 } } @@ -402344,15 +413126,15 @@ "postfix": false, "binop": null }, - "start": 58066, - "end": 58067, + "start": 60081, + "end": 60082, "loc": { "start": { - "line": 1679, + "line": 1725, "column": 13 }, "end": { - "line": 1679, + "line": 1725, "column": 14 } } @@ -402370,15 +413152,15 @@ "binop": null, "updateContext": null }, - "start": 58067, - "end": 58068, + "start": 60082, + "end": 60083, "loc": { "start": { - "line": 1679, + "line": 1725, "column": 14 }, "end": { - "line": 1679, + "line": 1725, "column": 15 } } @@ -402386,15 +413168,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 58082, - "end": 58101, + "start": 60097, + "end": 60116, "loc": { "start": { - "line": 1681, + "line": 1727, "column": 12 }, "end": { - "line": 1681, + "line": 1727, "column": 31 } } @@ -402414,15 +413196,15 @@ "updateContext": null }, "value": "this", - "start": 58114, - "end": 58118, + "start": 60129, + "end": 60133, "loc": { "start": { - "line": 1682, + "line": 1728, "column": 12 }, "end": { - "line": 1682, + "line": 1728, "column": 16 } } @@ -402440,15 +413222,15 @@ "binop": null, "updateContext": null }, - "start": 58118, - "end": 58119, + "start": 60133, + "end": 60134, "loc": { "start": { - "line": 1682, + "line": 1728, "column": 16 }, "end": { - "line": 1682, + "line": 1728, "column": 17 } } @@ -402466,15 +413248,15 @@ "binop": null }, "value": "player", - "start": 58119, - "end": 58125, + "start": 60134, + "end": 60140, "loc": { "start": { - "line": 1682, + "line": 1728, "column": 17 }, "end": { - "line": 1682, + "line": 1728, "column": 23 } } @@ -402492,15 +413274,15 @@ "binop": null, "updateContext": null }, - "start": 58125, - "end": 58126, + "start": 60140, + "end": 60141, "loc": { "start": { - "line": 1682, + "line": 1728, "column": 23 }, "end": { - "line": 1682, + "line": 1728, "column": 24 } } @@ -402518,15 +413300,15 @@ "binop": null }, "value": "trigger", - "start": 58126, - "end": 58133, + "start": 60141, + "end": 60148, "loc": { "start": { - "line": 1682, + "line": 1728, "column": 24 }, "end": { - "line": 1682, + "line": 1728, "column": 31 } } @@ -402543,15 +413325,15 @@ "postfix": false, "binop": null }, - "start": 58133, - "end": 58134, + "start": 60148, + "end": 60149, "loc": { "start": { - "line": 1682, + "line": 1728, "column": 31 }, "end": { - "line": 1682, + "line": 1728, "column": 32 } } @@ -402569,15 +413351,15 @@ "binop": null }, "value": "Event", - "start": 58134, - "end": 58139, + "start": 60149, + "end": 60154, "loc": { "start": { - "line": 1682, + "line": 1728, "column": 32 }, "end": { - "line": 1682, + "line": 1728, "column": 37 } } @@ -402595,15 +413377,15 @@ "binop": null, "updateContext": null }, - "start": 58139, - "end": 58140, + "start": 60154, + "end": 60155, "loc": { "start": { - "line": 1682, + "line": 1728, "column": 37 }, "end": { - "line": 1682, + "line": 1728, "column": 38 } } @@ -402621,15 +413403,15 @@ "binop": null }, "value": "ENUMERATE_READY", - "start": 58140, - "end": 58155, + "start": 60155, + "end": 60170, "loc": { "start": { - "line": 1682, + "line": 1728, "column": 38 }, "end": { - "line": 1682, + "line": 1728, "column": 53 } } @@ -402646,15 +413428,15 @@ "postfix": false, "binop": null }, - "start": 58155, - "end": 58156, + "start": 60170, + "end": 60171, "loc": { "start": { - "line": 1682, + "line": 1728, "column": 53 }, "end": { - "line": 1682, + "line": 1728, "column": 54 } } @@ -402672,15 +413454,15 @@ "binop": null, "updateContext": null }, - "start": 58156, - "end": 58157, + "start": 60171, + "end": 60172, "loc": { "start": { - "line": 1682, + "line": 1728, "column": 54 }, "end": { - "line": 1682, + "line": 1728, "column": 55 } } @@ -402697,15 +413479,15 @@ "postfix": false, "binop": null }, - "start": 58166, - "end": 58167, + "start": 60181, + "end": 60182, "loc": { "start": { - "line": 1683, + "line": 1729, "column": 8 }, "end": { - "line": 1683, + "line": 1729, "column": 9 } } @@ -402722,15 +413504,15 @@ "postfix": false, "binop": null }, - "start": 58167, - "end": 58168, + "start": 60182, + "end": 60183, "loc": { "start": { - "line": 1683, + "line": 1729, "column": 9 }, "end": { - "line": 1683, + "line": 1729, "column": 10 } } @@ -402748,15 +413530,15 @@ "binop": null, "updateContext": null }, - "start": 58168, - "end": 58169, + "start": 60183, + "end": 60184, "loc": { "start": { - "line": 1683, + "line": 1729, "column": 10 }, "end": { - "line": 1683, + "line": 1729, "column": 11 } } @@ -402776,15 +413558,15 @@ "updateContext": null }, "value": "catch", - "start": 58169, - "end": 58174, + "start": 60184, + "end": 60189, "loc": { "start": { - "line": 1683, + "line": 1729, "column": 11 }, "end": { - "line": 1683, + "line": 1729, "column": 16 } } @@ -402801,15 +413583,15 @@ "postfix": false, "binop": null }, - "start": 58174, - "end": 58175, + "start": 60189, + "end": 60190, "loc": { "start": { - "line": 1683, + "line": 1729, "column": 16 }, "end": { - "line": 1683, + "line": 1729, "column": 17 } } @@ -402826,15 +413608,15 @@ "postfix": false, "binop": null }, - "start": 58175, - "end": 58176, + "start": 60190, + "end": 60191, "loc": { "start": { - "line": 1683, + "line": 1729, "column": 17 }, "end": { - "line": 1683, + "line": 1729, "column": 18 } } @@ -402852,15 +413634,15 @@ "binop": null }, "value": "err", - "start": 58176, - "end": 58179, + "start": 60191, + "end": 60194, "loc": { "start": { - "line": 1683, + "line": 1729, "column": 18 }, "end": { - "line": 1683, + "line": 1729, "column": 21 } } @@ -402877,15 +413659,15 @@ "postfix": false, "binop": null }, - "start": 58179, - "end": 58180, + "start": 60194, + "end": 60195, "loc": { "start": { - "line": 1683, + "line": 1729, "column": 21 }, "end": { - "line": 1683, + "line": 1729, "column": 22 } } @@ -402903,15 +413685,15 @@ "binop": null, "updateContext": null }, - "start": 58181, - "end": 58183, + "start": 60196, + "end": 60198, "loc": { "start": { - "line": 1683, + "line": 1729, "column": 23 }, "end": { - "line": 1683, + "line": 1729, "column": 25 } } @@ -402928,15 +413710,15 @@ "postfix": false, "binop": null }, - "start": 58184, - "end": 58185, + "start": 60199, + "end": 60200, "loc": { "start": { - "line": 1683, + "line": 1729, "column": 26 }, "end": { - "line": 1683, + "line": 1729, "column": 27 } } @@ -402956,15 +413738,15 @@ "updateContext": null }, "value": "this", - "start": 58198, - "end": 58202, + "start": 60213, + "end": 60217, "loc": { "start": { - "line": 1684, + "line": 1730, "column": 12 }, "end": { - "line": 1684, + "line": 1730, "column": 16 } } @@ -402982,15 +413764,15 @@ "binop": null, "updateContext": null }, - "start": 58202, - "end": 58203, + "start": 60217, + "end": 60218, "loc": { "start": { - "line": 1684, + "line": 1730, "column": 16 }, "end": { - "line": 1684, + "line": 1730, "column": 17 } } @@ -403008,15 +413790,15 @@ "binop": null }, "value": "player", - "start": 58203, - "end": 58209, + "start": 60218, + "end": 60224, "loc": { "start": { - "line": 1684, + "line": 1730, "column": 17 }, "end": { - "line": 1684, + "line": 1730, "column": 23 } } @@ -403034,15 +413816,15 @@ "binop": null, "updateContext": null }, - "start": 58209, - "end": 58210, + "start": 60224, + "end": 60225, "loc": { "start": { - "line": 1684, + "line": 1730, "column": 23 }, "end": { - "line": 1684, + "line": 1730, "column": 24 } } @@ -403060,15 +413842,15 @@ "binop": null }, "value": "enumerateErrorCode", - "start": 58210, - "end": 58228, + "start": 60225, + "end": 60243, "loc": { "start": { - "line": 1684, + "line": 1730, "column": 24 }, "end": { - "line": 1684, + "line": 1730, "column": 42 } } @@ -403087,15 +413869,15 @@ "updateContext": null }, "value": "=", - "start": 58229, - "end": 58230, + "start": 60244, + "end": 60245, "loc": { "start": { - "line": 1684, + "line": 1730, "column": 43 }, "end": { - "line": 1684, + "line": 1730, "column": 44 } } @@ -403113,15 +413895,15 @@ "binop": null }, "value": "err", - "start": 58231, - "end": 58234, + "start": 60246, + "end": 60249, "loc": { "start": { - "line": 1684, + "line": 1730, "column": 45 }, "end": { - "line": 1684, + "line": 1730, "column": 48 } } @@ -403139,15 +413921,15 @@ "binop": null, "updateContext": null }, - "start": 58234, - "end": 58235, + "start": 60249, + "end": 60250, "loc": { "start": { - "line": 1684, + "line": 1730, "column": 48 }, "end": { - "line": 1684, + "line": 1730, "column": 49 } } @@ -403167,15 +413949,15 @@ "updateContext": null }, "value": "this", - "start": 58248, - "end": 58252, + "start": 60263, + "end": 60267, "loc": { "start": { - "line": 1685, + "line": 1731, "column": 12 }, "end": { - "line": 1685, + "line": 1731, "column": 16 } } @@ -403193,15 +413975,15 @@ "binop": null, "updateContext": null }, - "start": 58252, - "end": 58253, + "start": 60267, + "end": 60268, "loc": { "start": { - "line": 1685, + "line": 1731, "column": 16 }, "end": { - "line": 1685, + "line": 1731, "column": 17 } } @@ -403219,15 +414001,15 @@ "binop": null }, "value": "player", - "start": 58253, - "end": 58259, + "start": 60268, + "end": 60274, "loc": { "start": { - "line": 1685, + "line": 1731, "column": 17 }, "end": { - "line": 1685, + "line": 1731, "column": 23 } } @@ -403245,15 +414027,15 @@ "binop": null, "updateContext": null }, - "start": 58259, - "end": 58260, + "start": 60274, + "end": 60275, "loc": { "start": { - "line": 1685, + "line": 1731, "column": 23 }, "end": { - "line": 1685, + "line": 1731, "column": 24 } } @@ -403271,15 +414053,15 @@ "binop": null }, "value": "trigger", - "start": 58260, - "end": 58267, + "start": 60275, + "end": 60282, "loc": { "start": { - "line": 1685, + "line": 1731, "column": 24 }, "end": { - "line": 1685, + "line": 1731, "column": 31 } } @@ -403296,15 +414078,15 @@ "postfix": false, "binop": null }, - "start": 58267, - "end": 58268, + "start": 60282, + "end": 60283, "loc": { "start": { - "line": 1685, + "line": 1731, "column": 31 }, "end": { - "line": 1685, + "line": 1731, "column": 32 } } @@ -403322,15 +414104,15 @@ "binop": null }, "value": "Event", - "start": 58268, - "end": 58273, + "start": 60283, + "end": 60288, "loc": { "start": { - "line": 1685, + "line": 1731, "column": 32 }, "end": { - "line": 1685, + "line": 1731, "column": 37 } } @@ -403348,15 +414130,15 @@ "binop": null, "updateContext": null }, - "start": 58273, - "end": 58274, + "start": 60288, + "end": 60289, "loc": { "start": { - "line": 1685, + "line": 1731, "column": 37 }, "end": { - "line": 1685, + "line": 1731, "column": 38 } } @@ -403374,15 +414156,15 @@ "binop": null }, "value": "ENUMERATE_ERROR", - "start": 58274, - "end": 58289, + "start": 60289, + "end": 60304, "loc": { "start": { - "line": 1685, + "line": 1731, "column": 38 }, "end": { - "line": 1685, + "line": 1731, "column": 53 } } @@ -403399,15 +414181,15 @@ "postfix": false, "binop": null }, - "start": 58289, - "end": 58290, + "start": 60304, + "end": 60305, "loc": { "start": { - "line": 1685, + "line": 1731, "column": 53 }, "end": { - "line": 1685, + "line": 1731, "column": 54 } } @@ -403425,15 +414207,15 @@ "binop": null, "updateContext": null }, - "start": 58290, - "end": 58291, + "start": 60305, + "end": 60306, "loc": { "start": { - "line": 1685, + "line": 1731, "column": 54 }, "end": { - "line": 1685, + "line": 1731, "column": 55 } } @@ -403450,15 +414232,15 @@ "postfix": false, "binop": null }, - "start": 58300, - "end": 58301, + "start": 60315, + "end": 60316, "loc": { "start": { - "line": 1686, + "line": 1732, "column": 8 }, "end": { - "line": 1686, + "line": 1732, "column": 9 } } @@ -403475,15 +414257,15 @@ "postfix": false, "binop": null }, - "start": 58301, - "end": 58302, + "start": 60316, + "end": 60317, "loc": { "start": { - "line": 1686, + "line": 1732, "column": 9 }, "end": { - "line": 1686, + "line": 1732, "column": 10 } } @@ -403501,15 +414283,15 @@ "binop": null, "updateContext": null }, - "start": 58302, - "end": 58303, + "start": 60317, + "end": 60318, "loc": { "start": { - "line": 1686, + "line": 1732, "column": 10 }, "end": { - "line": 1686, + "line": 1732, "column": 11 } } @@ -403526,15 +414308,15 @@ "postfix": false, "binop": null }, - "start": 58308, - "end": 58309, + "start": 60323, + "end": 60324, "loc": { "start": { - "line": 1687, + "line": 1733, "column": 4 }, "end": { - "line": 1687, + "line": 1733, "column": 5 } } @@ -403542,15 +414324,15 @@ { "type": "CommentBlock", "value": "*\n * Change the video input device.\n *\n * @param {string} deviceId - Id of the video input device.\n ", - "start": 58315, - "end": 58435, + "start": 60330, + "end": 60450, "loc": { "start": { - "line": 1689, + "line": 1735, "column": 4 }, "end": { - "line": 1693, + "line": 1739, "column": 7 } } @@ -403568,15 +414350,15 @@ "binop": null }, "value": "setVideoInput", - "start": 58440, - "end": 58453, + "start": 60455, + "end": 60468, "loc": { "start": { - "line": 1694, + "line": 1740, "column": 4 }, "end": { - "line": 1694, + "line": 1740, "column": 17 } } @@ -403593,15 +414375,15 @@ "postfix": false, "binop": null }, - "start": 58453, - "end": 58454, + "start": 60468, + "end": 60469, "loc": { "start": { - "line": 1694, + "line": 1740, "column": 17 }, "end": { - "line": 1694, + "line": 1740, "column": 18 } } @@ -403619,15 +414401,15 @@ "binop": null }, "value": "deviceId", - "start": 58454, - "end": 58462, + "start": 60469, + "end": 60477, "loc": { "start": { - "line": 1694, + "line": 1740, "column": 18 }, "end": { - "line": 1694, + "line": 1740, "column": 26 } } @@ -403644,15 +414426,15 @@ "postfix": false, "binop": null }, - "start": 58462, - "end": 58463, + "start": 60477, + "end": 60478, "loc": { "start": { - "line": 1694, + "line": 1740, "column": 26 }, "end": { - "line": 1694, + "line": 1740, "column": 27 } } @@ -403669,15 +414451,15 @@ "postfix": false, "binop": null }, - "start": 58464, - "end": 58465, + "start": 60479, + "end": 60480, "loc": { "start": { - "line": 1694, + "line": 1740, "column": 28 }, "end": { - "line": 1694, + "line": 1740, "column": 29 } } @@ -403697,15 +414479,15 @@ "updateContext": null }, "value": "if", - "start": 58474, - "end": 58476, + "start": 60489, + "end": 60491, "loc": { "start": { - "line": 1695, + "line": 1741, "column": 8 }, "end": { - "line": 1695, + "line": 1741, "column": 10 } } @@ -403722,15 +414504,15 @@ "postfix": false, "binop": null }, - "start": 58477, - "end": 58478, + "start": 60492, + "end": 60493, "loc": { "start": { - "line": 1695, + "line": 1741, "column": 11 }, "end": { - "line": 1695, + "line": 1741, "column": 12 } } @@ -403750,15 +414532,15 @@ "updateContext": null }, "value": "this", - "start": 58478, - "end": 58482, + "start": 60493, + "end": 60497, "loc": { "start": { - "line": 1695, + "line": 1741, "column": 12 }, "end": { - "line": 1695, + "line": 1741, "column": 16 } } @@ -403776,15 +414558,15 @@ "binop": null, "updateContext": null }, - "start": 58482, - "end": 58483, + "start": 60497, + "end": 60498, "loc": { "start": { - "line": 1695, + "line": 1741, "column": 16 }, "end": { - "line": 1695, + "line": 1741, "column": 17 } } @@ -403802,15 +414584,15 @@ "binop": null }, "value": "recordVideo", - "start": 58483, - "end": 58494, + "start": 60498, + "end": 60509, "loc": { "start": { - "line": 1695, + "line": 1741, "column": 17 }, "end": { - "line": 1695, + "line": 1741, "column": 28 } } @@ -403829,15 +414611,15 @@ "updateContext": null }, "value": "===", - "start": 58495, - "end": 58498, + "start": 60510, + "end": 60513, "loc": { "start": { - "line": 1695, + "line": 1741, "column": 29 }, "end": { - "line": 1695, + "line": 1741, "column": 32 } } @@ -403855,15 +414637,15 @@ "binop": null }, "value": "Object", - "start": 58499, - "end": 58505, + "start": 60514, + "end": 60520, "loc": { "start": { - "line": 1695, + "line": 1741, "column": 33 }, "end": { - "line": 1695, + "line": 1741, "column": 39 } } @@ -403880,15 +414662,15 @@ "postfix": false, "binop": null }, - "start": 58505, - "end": 58506, + "start": 60520, + "end": 60521, "loc": { "start": { - "line": 1695, + "line": 1741, "column": 39 }, "end": { - "line": 1695, + "line": 1741, "column": 40 } } @@ -403908,15 +414690,15 @@ "updateContext": null }, "value": "this", - "start": 58506, - "end": 58510, + "start": 60521, + "end": 60525, "loc": { "start": { - "line": 1695, + "line": 1741, "column": 40 }, "end": { - "line": 1695, + "line": 1741, "column": 44 } } @@ -403934,15 +414716,15 @@ "binop": null, "updateContext": null }, - "start": 58510, - "end": 58511, + "start": 60525, + "end": 60526, "loc": { "start": { - "line": 1695, + "line": 1741, "column": 44 }, "end": { - "line": 1695, + "line": 1741, "column": 45 } } @@ -403960,15 +414742,15 @@ "binop": null }, "value": "recordVideo", - "start": 58511, - "end": 58522, + "start": 60526, + "end": 60537, "loc": { "start": { - "line": 1695, + "line": 1741, "column": 45 }, "end": { - "line": 1695, + "line": 1741, "column": 56 } } @@ -403985,15 +414767,15 @@ "postfix": false, "binop": null }, - "start": 58522, - "end": 58523, + "start": 60537, + "end": 60538, "loc": { "start": { - "line": 1695, + "line": 1741, "column": 56 }, "end": { - "line": 1695, + "line": 1741, "column": 57 } } @@ -404010,15 +414792,15 @@ "postfix": false, "binop": null }, - "start": 58523, - "end": 58524, + "start": 60538, + "end": 60539, "loc": { "start": { - "line": 1695, + "line": 1741, "column": 57 }, "end": { - "line": 1695, + "line": 1741, "column": 58 } } @@ -404035,15 +414817,15 @@ "postfix": false, "binop": null }, - "start": 58525, - "end": 58526, + "start": 60540, + "end": 60541, "loc": { "start": { - "line": 1695, + "line": 1741, "column": 59 }, "end": { - "line": 1695, + "line": 1741, "column": 60 } } @@ -404051,15 +414833,15 @@ { "type": "CommentLine", "value": " already using video constraints", - "start": 58539, - "end": 58573, + "start": 60554, + "end": 60588, "loc": { "start": { - "line": 1696, + "line": 1742, "column": 12 }, "end": { - "line": 1696, + "line": 1742, "column": 46 } } @@ -404079,15 +414861,15 @@ "updateContext": null }, "value": "this", - "start": 58586, - "end": 58590, + "start": 60601, + "end": 60605, "loc": { "start": { - "line": 1697, + "line": 1743, "column": 12 }, "end": { - "line": 1697, + "line": 1743, "column": 16 } } @@ -404105,15 +414887,15 @@ "binop": null, "updateContext": null }, - "start": 58590, - "end": 58591, + "start": 60605, + "end": 60606, "loc": { "start": { - "line": 1697, + "line": 1743, "column": 16 }, "end": { - "line": 1697, + "line": 1743, "column": 17 } } @@ -404131,15 +414913,15 @@ "binop": null }, "value": "recordVideo", - "start": 58591, - "end": 58602, + "start": 60606, + "end": 60617, "loc": { "start": { - "line": 1697, + "line": 1743, "column": 17 }, "end": { - "line": 1697, + "line": 1743, "column": 28 } } @@ -404157,15 +414939,15 @@ "binop": null, "updateContext": null }, - "start": 58602, - "end": 58603, + "start": 60617, + "end": 60618, "loc": { "start": { - "line": 1697, + "line": 1743, "column": 28 }, "end": { - "line": 1697, + "line": 1743, "column": 29 } } @@ -404183,15 +414965,15 @@ "binop": null }, "value": "deviceId", - "start": 58603, - "end": 58611, + "start": 60618, + "end": 60626, "loc": { "start": { - "line": 1697, + "line": 1743, "column": 29 }, "end": { - "line": 1697, + "line": 1743, "column": 37 } } @@ -404210,15 +414992,15 @@ "updateContext": null }, "value": "=", - "start": 58612, - "end": 58613, + "start": 60627, + "end": 60628, "loc": { "start": { - "line": 1697, + "line": 1743, "column": 38 }, "end": { - "line": 1697, + "line": 1743, "column": 39 } } @@ -404235,15 +415017,15 @@ "postfix": false, "binop": null }, - "start": 58614, - "end": 58615, + "start": 60629, + "end": 60630, "loc": { "start": { - "line": 1697, + "line": 1743, "column": 40 }, "end": { - "line": 1697, + "line": 1743, "column": 41 } } @@ -404261,15 +415043,15 @@ "binop": null }, "value": "exact", - "start": 58615, - "end": 58620, + "start": 60630, + "end": 60635, "loc": { "start": { - "line": 1697, + "line": 1743, "column": 41 }, "end": { - "line": 1697, + "line": 1743, "column": 46 } } @@ -404287,15 +415069,15 @@ "binop": null, "updateContext": null }, - "start": 58620, - "end": 58621, + "start": 60635, + "end": 60636, "loc": { "start": { - "line": 1697, + "line": 1743, "column": 46 }, "end": { - "line": 1697, + "line": 1743, "column": 47 } } @@ -404313,15 +415095,15 @@ "binop": null }, "value": "deviceId", - "start": 58622, - "end": 58630, + "start": 60637, + "end": 60645, "loc": { "start": { - "line": 1697, + "line": 1743, "column": 48 }, "end": { - "line": 1697, + "line": 1743, "column": 56 } } @@ -404338,15 +415120,15 @@ "postfix": false, "binop": null }, - "start": 58630, - "end": 58631, + "start": 60645, + "end": 60646, "loc": { "start": { - "line": 1697, + "line": 1743, "column": 56 }, "end": { - "line": 1697, + "line": 1743, "column": 57 } } @@ -404364,15 +415146,15 @@ "binop": null, "updateContext": null }, - "start": 58631, - "end": 58632, + "start": 60646, + "end": 60647, "loc": { "start": { - "line": 1697, + "line": 1743, "column": 57 }, "end": { - "line": 1697, + "line": 1743, "column": 58 } } @@ -404389,15 +415171,15 @@ "postfix": false, "binop": null }, - "start": 58642, - "end": 58643, + "start": 60657, + "end": 60658, "loc": { "start": { - "line": 1699, + "line": 1745, "column": 8 }, "end": { - "line": 1699, + "line": 1745, "column": 9 } } @@ -404417,15 +415199,15 @@ "updateContext": null }, "value": "else", - "start": 58644, - "end": 58648, + "start": 60659, + "end": 60663, "loc": { "start": { - "line": 1699, + "line": 1745, "column": 10 }, "end": { - "line": 1699, + "line": 1745, "column": 14 } } @@ -404445,15 +415227,15 @@ "updateContext": null }, "value": "if", - "start": 58649, - "end": 58651, + "start": 60664, + "end": 60666, "loc": { "start": { - "line": 1699, + "line": 1745, "column": 15 }, "end": { - "line": 1699, + "line": 1745, "column": 17 } } @@ -404470,15 +415252,15 @@ "postfix": false, "binop": null }, - "start": 58652, - "end": 58653, + "start": 60667, + "end": 60668, "loc": { "start": { - "line": 1699, + "line": 1745, "column": 18 }, "end": { - "line": 1699, + "line": 1745, "column": 19 } } @@ -404498,15 +415280,15 @@ "updateContext": null }, "value": "this", - "start": 58653, - "end": 58657, + "start": 60668, + "end": 60672, "loc": { "start": { - "line": 1699, + "line": 1745, "column": 19 }, "end": { - "line": 1699, + "line": 1745, "column": 23 } } @@ -404524,15 +415306,15 @@ "binop": null, "updateContext": null }, - "start": 58657, - "end": 58658, + "start": 60672, + "end": 60673, "loc": { "start": { - "line": 1699, + "line": 1745, "column": 23 }, "end": { - "line": 1699, + "line": 1745, "column": 24 } } @@ -404550,15 +415332,15 @@ "binop": null }, "value": "recordVideo", - "start": 58658, - "end": 58669, + "start": 60673, + "end": 60684, "loc": { "start": { - "line": 1699, + "line": 1745, "column": 24 }, "end": { - "line": 1699, + "line": 1745, "column": 35 } } @@ -404577,15 +415359,15 @@ "updateContext": null }, "value": "===", - "start": 58670, - "end": 58673, + "start": 60685, + "end": 60688, "loc": { "start": { - "line": 1699, + "line": 1745, "column": 36 }, "end": { - "line": 1699, + "line": 1745, "column": 39 } } @@ -404605,15 +415387,15 @@ "updateContext": null }, "value": "true", - "start": 58674, - "end": 58678, + "start": 60689, + "end": 60693, "loc": { "start": { - "line": 1699, + "line": 1745, "column": 40 }, "end": { - "line": 1699, + "line": 1745, "column": 44 } } @@ -404630,15 +415412,15 @@ "postfix": false, "binop": null }, - "start": 58678, - "end": 58679, + "start": 60693, + "end": 60694, "loc": { "start": { - "line": 1699, + "line": 1745, "column": 44 }, "end": { - "line": 1699, + "line": 1745, "column": 45 } } @@ -404655,15 +415437,15 @@ "postfix": false, "binop": null }, - "start": 58680, - "end": 58681, + "start": 60695, + "end": 60696, "loc": { "start": { - "line": 1699, + "line": 1745, "column": 46 }, "end": { - "line": 1699, + "line": 1745, "column": 47 } } @@ -404671,15 +415453,15 @@ { "type": "CommentLine", "value": " not using video constraints already, so force it", - "start": 58694, - "end": 58745, + "start": 60709, + "end": 60760, "loc": { "start": { - "line": 1700, + "line": 1746, "column": 12 }, "end": { - "line": 1700, + "line": 1746, "column": 63 } } @@ -404699,15 +415481,15 @@ "updateContext": null }, "value": "this", - "start": 58758, - "end": 58762, + "start": 60773, + "end": 60777, "loc": { "start": { - "line": 1701, + "line": 1747, "column": 12 }, "end": { - "line": 1701, + "line": 1747, "column": 16 } } @@ -404725,15 +415507,15 @@ "binop": null, "updateContext": null }, - "start": 58762, - "end": 58763, + "start": 60777, + "end": 60778, "loc": { "start": { - "line": 1701, + "line": 1747, "column": 16 }, "end": { - "line": 1701, + "line": 1747, "column": 17 } } @@ -404751,15 +415533,15 @@ "binop": null }, "value": "recordVideo", - "start": 58763, - "end": 58774, + "start": 60778, + "end": 60789, "loc": { "start": { - "line": 1701, + "line": 1747, "column": 17 }, "end": { - "line": 1701, + "line": 1747, "column": 28 } } @@ -404778,15 +415560,15 @@ "updateContext": null }, "value": "=", - "start": 58775, - "end": 58776, + "start": 60790, + "end": 60791, "loc": { "start": { - "line": 1701, + "line": 1747, "column": 29 }, "end": { - "line": 1701, + "line": 1747, "column": 30 } } @@ -404803,15 +415585,15 @@ "postfix": false, "binop": null }, - "start": 58777, - "end": 58778, + "start": 60792, + "end": 60793, "loc": { "start": { - "line": 1701, + "line": 1747, "column": 31 }, "end": { - "line": 1701, + "line": 1747, "column": 32 } } @@ -404829,15 +415611,15 @@ "binop": null }, "value": "deviceId", - "start": 58795, - "end": 58803, + "start": 60810, + "end": 60818, "loc": { "start": { - "line": 1702, + "line": 1748, "column": 16 }, "end": { - "line": 1702, + "line": 1748, "column": 24 } } @@ -404855,15 +415637,15 @@ "binop": null, "updateContext": null }, - "start": 58803, - "end": 58804, + "start": 60818, + "end": 60819, "loc": { "start": { - "line": 1702, + "line": 1748, "column": 24 }, "end": { - "line": 1702, + "line": 1748, "column": 25 } } @@ -404880,15 +415662,15 @@ "postfix": false, "binop": null }, - "start": 58805, - "end": 58806, + "start": 60820, + "end": 60821, "loc": { "start": { - "line": 1702, + "line": 1748, "column": 26 }, "end": { - "line": 1702, + "line": 1748, "column": 27 } } @@ -404906,15 +415688,15 @@ "binop": null }, "value": "exact", - "start": 58806, - "end": 58811, + "start": 60821, + "end": 60826, "loc": { "start": { - "line": 1702, + "line": 1748, "column": 27 }, "end": { - "line": 1702, + "line": 1748, "column": 32 } } @@ -404932,15 +415714,15 @@ "binop": null, "updateContext": null }, - "start": 58811, - "end": 58812, + "start": 60826, + "end": 60827, "loc": { "start": { - "line": 1702, + "line": 1748, "column": 32 }, "end": { - "line": 1702, + "line": 1748, "column": 33 } } @@ -404958,15 +415740,15 @@ "binop": null }, "value": "deviceId", - "start": 58813, - "end": 58821, + "start": 60828, + "end": 60836, "loc": { "start": { - "line": 1702, + "line": 1748, "column": 34 }, "end": { - "line": 1702, + "line": 1748, "column": 42 } } @@ -404983,15 +415765,15 @@ "postfix": false, "binop": null }, - "start": 58821, - "end": 58822, + "start": 60836, + "end": 60837, "loc": { "start": { - "line": 1702, + "line": 1748, "column": 42 }, "end": { - "line": 1702, + "line": 1748, "column": 43 } } @@ -405008,15 +415790,15 @@ "postfix": false, "binop": null }, - "start": 58835, - "end": 58836, + "start": 60850, + "end": 60851, "loc": { "start": { - "line": 1703, + "line": 1749, "column": 12 }, "end": { - "line": 1703, + "line": 1749, "column": 13 } } @@ -405034,15 +415816,15 @@ "binop": null, "updateContext": null }, - "start": 58836, - "end": 58837, + "start": 60851, + "end": 60852, "loc": { "start": { - "line": 1703, + "line": 1749, "column": 13 }, "end": { - "line": 1703, + "line": 1749, "column": 14 } } @@ -405059,15 +415841,15 @@ "postfix": false, "binop": null }, - "start": 58846, - "end": 58847, + "start": 60861, + "end": 60862, "loc": { "start": { - "line": 1704, + "line": 1750, "column": 8 }, "end": { - "line": 1704, + "line": 1750, "column": 9 } } @@ -405075,15 +415857,15 @@ { "type": "CommentLine", "value": " release existing device", - "start": 58857, - "end": 58883, + "start": 60872, + "end": 60898, "loc": { "start": { - "line": 1706, + "line": 1752, "column": 8 }, "end": { - "line": 1706, + "line": 1752, "column": 34 } } @@ -405103,15 +415885,15 @@ "updateContext": null }, "value": "this", - "start": 58892, - "end": 58896, + "start": 60907, + "end": 60911, "loc": { "start": { - "line": 1707, + "line": 1753, "column": 8 }, "end": { - "line": 1707, + "line": 1753, "column": 12 } } @@ -405129,15 +415911,15 @@ "binop": null, "updateContext": null }, - "start": 58896, - "end": 58897, + "start": 60911, + "end": 60912, "loc": { "start": { - "line": 1707, + "line": 1753, "column": 12 }, "end": { - "line": 1707, + "line": 1753, "column": 13 } } @@ -405155,15 +415937,15 @@ "binop": null }, "value": "stopDevice", - "start": 58897, - "end": 58907, + "start": 60912, + "end": 60922, "loc": { "start": { - "line": 1707, + "line": 1753, "column": 13 }, "end": { - "line": 1707, + "line": 1753, "column": 23 } } @@ -405180,15 +415962,15 @@ "postfix": false, "binop": null }, - "start": 58907, - "end": 58908, + "start": 60922, + "end": 60923, "loc": { "start": { - "line": 1707, + "line": 1753, "column": 23 }, "end": { - "line": 1707, + "line": 1753, "column": 24 } } @@ -405205,15 +415987,15 @@ "postfix": false, "binop": null }, - "start": 58908, - "end": 58909, + "start": 60923, + "end": 60924, "loc": { "start": { - "line": 1707, + "line": 1753, "column": 24 }, "end": { - "line": 1707, + "line": 1753, "column": 25 } } @@ -405231,15 +416013,15 @@ "binop": null, "updateContext": null }, - "start": 58909, - "end": 58910, + "start": 60924, + "end": 60925, "loc": { "start": { - "line": 1707, + "line": 1753, "column": 25 }, "end": { - "line": 1707, + "line": 1753, "column": 26 } } @@ -405247,15 +416029,15 @@ { "type": "CommentLine", "value": " ask for video input device permissions and start device", - "start": 58920, - "end": 58978, + "start": 60935, + "end": 60993, "loc": { "start": { - "line": 1709, + "line": 1755, "column": 8 }, "end": { - "line": 1709, + "line": 1755, "column": 66 } } @@ -405275,15 +416057,15 @@ "updateContext": null }, "value": "this", - "start": 58987, - "end": 58991, + "start": 61002, + "end": 61006, "loc": { "start": { - "line": 1710, + "line": 1756, "column": 8 }, "end": { - "line": 1710, + "line": 1756, "column": 12 } } @@ -405301,15 +416083,15 @@ "binop": null, "updateContext": null }, - "start": 58991, - "end": 58992, + "start": 61006, + "end": 61007, "loc": { "start": { - "line": 1710, + "line": 1756, "column": 12 }, "end": { - "line": 1710, + "line": 1756, "column": 13 } } @@ -405327,15 +416109,15 @@ "binop": null }, "value": "getDevice", - "start": 58992, - "end": 59001, + "start": 61007, + "end": 61016, "loc": { "start": { - "line": 1710, + "line": 1756, "column": 13 }, "end": { - "line": 1710, + "line": 1756, "column": 22 } } @@ -405352,15 +416134,15 @@ "postfix": false, "binop": null }, - "start": 59001, - "end": 59002, + "start": 61016, + "end": 61017, "loc": { "start": { - "line": 1710, + "line": 1756, "column": 22 }, "end": { - "line": 1710, + "line": 1756, "column": 23 } } @@ -405377,15 +416159,15 @@ "postfix": false, "binop": null }, - "start": 59002, - "end": 59003, + "start": 61017, + "end": 61018, "loc": { "start": { - "line": 1710, + "line": 1756, "column": 23 }, "end": { - "line": 1710, + "line": 1756, "column": 24 } } @@ -405403,15 +416185,15 @@ "binop": null, "updateContext": null }, - "start": 59003, - "end": 59004, + "start": 61018, + "end": 61019, "loc": { "start": { - "line": 1710, + "line": 1756, "column": 24 }, "end": { - "line": 1710, + "line": 1756, "column": 25 } } @@ -405428,15 +416210,15 @@ "postfix": false, "binop": null }, - "start": 59009, - "end": 59010, + "start": 61024, + "end": 61025, "loc": { "start": { - "line": 1711, + "line": 1757, "column": 4 }, "end": { - "line": 1711, + "line": 1757, "column": 5 } } @@ -405444,15 +416226,15 @@ { "type": "CommentBlock", "value": "*\n * Change the audio input device.\n *\n * @param {string} deviceId - Id of the audio input device.\n ", - "start": 59016, - "end": 59136, + "start": 61031, + "end": 61151, "loc": { "start": { - "line": 1713, + "line": 1759, "column": 4 }, "end": { - "line": 1717, + "line": 1763, "column": 7 } } @@ -405470,15 +416252,15 @@ "binop": null }, "value": "setAudioInput", - "start": 59141, - "end": 59154, + "start": 61156, + "end": 61169, "loc": { "start": { - "line": 1718, + "line": 1764, "column": 4 }, "end": { - "line": 1718, + "line": 1764, "column": 17 } } @@ -405495,15 +416277,15 @@ "postfix": false, "binop": null }, - "start": 59154, - "end": 59155, + "start": 61169, + "end": 61170, "loc": { "start": { - "line": 1718, + "line": 1764, "column": 17 }, "end": { - "line": 1718, + "line": 1764, "column": 18 } } @@ -405521,15 +416303,15 @@ "binop": null }, "value": "deviceId", - "start": 59155, - "end": 59163, + "start": 61170, + "end": 61178, "loc": { "start": { - "line": 1718, + "line": 1764, "column": 18 }, "end": { - "line": 1718, + "line": 1764, "column": 26 } } @@ -405546,15 +416328,15 @@ "postfix": false, "binop": null }, - "start": 59163, - "end": 59164, + "start": 61178, + "end": 61179, "loc": { "start": { - "line": 1718, + "line": 1764, "column": 26 }, "end": { - "line": 1718, + "line": 1764, "column": 27 } } @@ -405571,15 +416353,15 @@ "postfix": false, "binop": null }, - "start": 59165, - "end": 59166, + "start": 61180, + "end": 61181, "loc": { "start": { - "line": 1718, + "line": 1764, "column": 28 }, "end": { - "line": 1718, + "line": 1764, "column": 29 } } @@ -405599,15 +416381,15 @@ "updateContext": null }, "value": "if", - "start": 59175, - "end": 59177, + "start": 61190, + "end": 61192, "loc": { "start": { - "line": 1719, + "line": 1765, "column": 8 }, "end": { - "line": 1719, + "line": 1765, "column": 10 } } @@ -405624,15 +416406,15 @@ "postfix": false, "binop": null }, - "start": 59178, - "end": 59179, + "start": 61193, + "end": 61194, "loc": { "start": { - "line": 1719, + "line": 1765, "column": 11 }, "end": { - "line": 1719, + "line": 1765, "column": 12 } } @@ -405652,15 +416434,15 @@ "updateContext": null }, "value": "this", - "start": 59179, - "end": 59183, + "start": 61194, + "end": 61198, "loc": { "start": { - "line": 1719, + "line": 1765, "column": 12 }, "end": { - "line": 1719, + "line": 1765, "column": 16 } } @@ -405678,15 +416460,15 @@ "binop": null, "updateContext": null }, - "start": 59183, - "end": 59184, + "start": 61198, + "end": 61199, "loc": { "start": { - "line": 1719, + "line": 1765, "column": 16 }, "end": { - "line": 1719, + "line": 1765, "column": 17 } } @@ -405704,15 +416486,15 @@ "binop": null }, "value": "recordAudio", - "start": 59184, - "end": 59195, + "start": 61199, + "end": 61210, "loc": { "start": { - "line": 1719, + "line": 1765, "column": 17 }, "end": { - "line": 1719, + "line": 1765, "column": 28 } } @@ -405731,15 +416513,15 @@ "updateContext": null }, "value": "===", - "start": 59196, - "end": 59199, + "start": 61211, + "end": 61214, "loc": { "start": { - "line": 1719, + "line": 1765, "column": 29 }, "end": { - "line": 1719, + "line": 1765, "column": 32 } } @@ -405757,15 +416539,15 @@ "binop": null }, "value": "Object", - "start": 59200, - "end": 59206, + "start": 61215, + "end": 61221, "loc": { "start": { - "line": 1719, + "line": 1765, "column": 33 }, "end": { - "line": 1719, + "line": 1765, "column": 39 } } @@ -405782,15 +416564,15 @@ "postfix": false, "binop": null }, - "start": 59206, - "end": 59207, + "start": 61221, + "end": 61222, "loc": { "start": { - "line": 1719, + "line": 1765, "column": 39 }, "end": { - "line": 1719, + "line": 1765, "column": 40 } } @@ -405810,15 +416592,15 @@ "updateContext": null }, "value": "this", - "start": 59207, - "end": 59211, + "start": 61222, + "end": 61226, "loc": { "start": { - "line": 1719, + "line": 1765, "column": 40 }, "end": { - "line": 1719, + "line": 1765, "column": 44 } } @@ -405836,15 +416618,15 @@ "binop": null, "updateContext": null }, - "start": 59211, - "end": 59212, + "start": 61226, + "end": 61227, "loc": { "start": { - "line": 1719, + "line": 1765, "column": 44 }, "end": { - "line": 1719, + "line": 1765, "column": 45 } } @@ -405862,15 +416644,15 @@ "binop": null }, "value": "recordAudio", - "start": 59212, - "end": 59223, + "start": 61227, + "end": 61238, "loc": { "start": { - "line": 1719, + "line": 1765, "column": 45 }, "end": { - "line": 1719, + "line": 1765, "column": 56 } } @@ -405887,15 +416669,15 @@ "postfix": false, "binop": null }, - "start": 59223, - "end": 59224, + "start": 61238, + "end": 61239, "loc": { "start": { - "line": 1719, + "line": 1765, "column": 56 }, "end": { - "line": 1719, + "line": 1765, "column": 57 } } @@ -405912,15 +416694,15 @@ "postfix": false, "binop": null }, - "start": 59224, - "end": 59225, + "start": 61239, + "end": 61240, "loc": { "start": { - "line": 1719, + "line": 1765, "column": 57 }, "end": { - "line": 1719, + "line": 1765, "column": 58 } } @@ -405937,15 +416719,15 @@ "postfix": false, "binop": null }, - "start": 59226, - "end": 59227, + "start": 61241, + "end": 61242, "loc": { "start": { - "line": 1719, + "line": 1765, "column": 59 }, "end": { - "line": 1719, + "line": 1765, "column": 60 } } @@ -405953,15 +416735,15 @@ { "type": "CommentLine", "value": " already using audio constraints", - "start": 59240, - "end": 59274, + "start": 61255, + "end": 61289, "loc": { "start": { - "line": 1720, + "line": 1766, "column": 12 }, "end": { - "line": 1720, + "line": 1766, "column": 46 } } @@ -405981,15 +416763,15 @@ "updateContext": null }, "value": "this", - "start": 59287, - "end": 59291, + "start": 61302, + "end": 61306, "loc": { "start": { - "line": 1721, + "line": 1767, "column": 12 }, "end": { - "line": 1721, + "line": 1767, "column": 16 } } @@ -406007,15 +416789,15 @@ "binop": null, "updateContext": null }, - "start": 59291, - "end": 59292, + "start": 61306, + "end": 61307, "loc": { "start": { - "line": 1721, + "line": 1767, "column": 16 }, "end": { - "line": 1721, + "line": 1767, "column": 17 } } @@ -406033,15 +416815,15 @@ "binop": null }, "value": "recordAudio", - "start": 59292, - "end": 59303, + "start": 61307, + "end": 61318, "loc": { "start": { - "line": 1721, + "line": 1767, "column": 17 }, "end": { - "line": 1721, + "line": 1767, "column": 28 } } @@ -406059,15 +416841,15 @@ "binop": null, "updateContext": null }, - "start": 59303, - "end": 59304, + "start": 61318, + "end": 61319, "loc": { "start": { - "line": 1721, + "line": 1767, "column": 28 }, "end": { - "line": 1721, + "line": 1767, "column": 29 } } @@ -406085,15 +416867,15 @@ "binop": null }, "value": "deviceId", - "start": 59304, - "end": 59312, + "start": 61319, + "end": 61327, "loc": { "start": { - "line": 1721, + "line": 1767, "column": 29 }, "end": { - "line": 1721, + "line": 1767, "column": 37 } } @@ -406112,15 +416894,15 @@ "updateContext": null }, "value": "=", - "start": 59313, - "end": 59314, + "start": 61328, + "end": 61329, "loc": { "start": { - "line": 1721, + "line": 1767, "column": 38 }, "end": { - "line": 1721, + "line": 1767, "column": 39 } } @@ -406137,15 +416919,15 @@ "postfix": false, "binop": null }, - "start": 59315, - "end": 59316, + "start": 61330, + "end": 61331, "loc": { "start": { - "line": 1721, + "line": 1767, "column": 40 }, "end": { - "line": 1721, + "line": 1767, "column": 41 } } @@ -406163,15 +416945,15 @@ "binop": null }, "value": "exact", - "start": 59316, - "end": 59321, + "start": 61331, + "end": 61336, "loc": { "start": { - "line": 1721, + "line": 1767, "column": 41 }, "end": { - "line": 1721, + "line": 1767, "column": 46 } } @@ -406189,15 +416971,15 @@ "binop": null, "updateContext": null }, - "start": 59321, - "end": 59322, + "start": 61336, + "end": 61337, "loc": { "start": { - "line": 1721, + "line": 1767, "column": 46 }, "end": { - "line": 1721, + "line": 1767, "column": 47 } } @@ -406215,15 +416997,15 @@ "binop": null }, "value": "deviceId", - "start": 59323, - "end": 59331, + "start": 61338, + "end": 61346, "loc": { "start": { - "line": 1721, + "line": 1767, "column": 48 }, "end": { - "line": 1721, + "line": 1767, "column": 56 } } @@ -406240,15 +417022,15 @@ "postfix": false, "binop": null }, - "start": 59331, - "end": 59332, + "start": 61346, + "end": 61347, "loc": { "start": { - "line": 1721, + "line": 1767, "column": 56 }, "end": { - "line": 1721, + "line": 1767, "column": 57 } } @@ -406266,15 +417048,15 @@ "binop": null, "updateContext": null }, - "start": 59332, - "end": 59333, + "start": 61347, + "end": 61348, "loc": { "start": { - "line": 1721, + "line": 1767, "column": 57 }, "end": { - "line": 1721, + "line": 1767, "column": 58 } } @@ -406291,15 +417073,15 @@ "postfix": false, "binop": null }, - "start": 59343, - "end": 59344, + "start": 61358, + "end": 61359, "loc": { "start": { - "line": 1723, + "line": 1769, "column": 8 }, "end": { - "line": 1723, + "line": 1769, "column": 9 } } @@ -406319,15 +417101,15 @@ "updateContext": null }, "value": "else", - "start": 59345, - "end": 59349, + "start": 61360, + "end": 61364, "loc": { "start": { - "line": 1723, + "line": 1769, "column": 10 }, "end": { - "line": 1723, + "line": 1769, "column": 14 } } @@ -406347,15 +417129,15 @@ "updateContext": null }, "value": "if", - "start": 59350, - "end": 59352, + "start": 61365, + "end": 61367, "loc": { "start": { - "line": 1723, + "line": 1769, "column": 15 }, "end": { - "line": 1723, + "line": 1769, "column": 17 } } @@ -406372,15 +417154,15 @@ "postfix": false, "binop": null }, - "start": 59353, - "end": 59354, + "start": 61368, + "end": 61369, "loc": { "start": { - "line": 1723, + "line": 1769, "column": 18 }, "end": { - "line": 1723, + "line": 1769, "column": 19 } } @@ -406400,15 +417182,15 @@ "updateContext": null }, "value": "this", - "start": 59354, - "end": 59358, + "start": 61369, + "end": 61373, "loc": { "start": { - "line": 1723, + "line": 1769, "column": 19 }, "end": { - "line": 1723, + "line": 1769, "column": 23 } } @@ -406426,15 +417208,15 @@ "binop": null, "updateContext": null }, - "start": 59358, - "end": 59359, + "start": 61373, + "end": 61374, "loc": { "start": { - "line": 1723, + "line": 1769, "column": 23 }, "end": { - "line": 1723, + "line": 1769, "column": 24 } } @@ -406452,15 +417234,15 @@ "binop": null }, "value": "recordAudio", - "start": 59359, - "end": 59370, + "start": 61374, + "end": 61385, "loc": { "start": { - "line": 1723, + "line": 1769, "column": 24 }, "end": { - "line": 1723, + "line": 1769, "column": 35 } } @@ -406479,15 +417261,15 @@ "updateContext": null }, "value": "===", - "start": 59371, - "end": 59374, + "start": 61386, + "end": 61389, "loc": { "start": { - "line": 1723, + "line": 1769, "column": 36 }, "end": { - "line": 1723, + "line": 1769, "column": 39 } } @@ -406507,15 +417289,15 @@ "updateContext": null }, "value": "true", - "start": 59375, - "end": 59379, + "start": 61390, + "end": 61394, "loc": { "start": { - "line": 1723, + "line": 1769, "column": 40 }, "end": { - "line": 1723, + "line": 1769, "column": 44 } } @@ -406532,15 +417314,15 @@ "postfix": false, "binop": null }, - "start": 59379, - "end": 59380, + "start": 61394, + "end": 61395, "loc": { "start": { - "line": 1723, + "line": 1769, "column": 44 }, "end": { - "line": 1723, + "line": 1769, "column": 45 } } @@ -406557,15 +417339,15 @@ "postfix": false, "binop": null }, - "start": 59381, - "end": 59382, + "start": 61396, + "end": 61397, "loc": { "start": { - "line": 1723, + "line": 1769, "column": 46 }, "end": { - "line": 1723, + "line": 1769, "column": 47 } } @@ -406573,15 +417355,15 @@ { "type": "CommentLine", "value": " not using audio constraints already, so force it", - "start": 59395, - "end": 59446, + "start": 61410, + "end": 61461, "loc": { "start": { - "line": 1724, + "line": 1770, "column": 12 }, "end": { - "line": 1724, + "line": 1770, "column": 63 } } @@ -406601,15 +417383,15 @@ "updateContext": null }, "value": "this", - "start": 59459, - "end": 59463, + "start": 61474, + "end": 61478, "loc": { "start": { - "line": 1725, + "line": 1771, "column": 12 }, "end": { - "line": 1725, + "line": 1771, "column": 16 } } @@ -406627,15 +417409,15 @@ "binop": null, "updateContext": null }, - "start": 59463, - "end": 59464, + "start": 61478, + "end": 61479, "loc": { "start": { - "line": 1725, + "line": 1771, "column": 16 }, "end": { - "line": 1725, + "line": 1771, "column": 17 } } @@ -406653,15 +417435,15 @@ "binop": null }, "value": "recordAudio", - "start": 59464, - "end": 59475, + "start": 61479, + "end": 61490, "loc": { "start": { - "line": 1725, + "line": 1771, "column": 17 }, "end": { - "line": 1725, + "line": 1771, "column": 28 } } @@ -406680,15 +417462,15 @@ "updateContext": null }, "value": "=", - "start": 59476, - "end": 59477, + "start": 61491, + "end": 61492, "loc": { "start": { - "line": 1725, + "line": 1771, "column": 29 }, "end": { - "line": 1725, + "line": 1771, "column": 30 } } @@ -406705,15 +417487,15 @@ "postfix": false, "binop": null }, - "start": 59478, - "end": 59479, + "start": 61493, + "end": 61494, "loc": { "start": { - "line": 1725, + "line": 1771, "column": 31 }, "end": { - "line": 1725, + "line": 1771, "column": 32 } } @@ -406731,15 +417513,15 @@ "binop": null }, "value": "deviceId", - "start": 59496, - "end": 59504, + "start": 61511, + "end": 61519, "loc": { "start": { - "line": 1726, + "line": 1772, "column": 16 }, "end": { - "line": 1726, + "line": 1772, "column": 24 } } @@ -406757,15 +417539,15 @@ "binop": null, "updateContext": null }, - "start": 59504, - "end": 59505, + "start": 61519, + "end": 61520, "loc": { "start": { - "line": 1726, + "line": 1772, "column": 24 }, "end": { - "line": 1726, + "line": 1772, "column": 25 } } @@ -406782,15 +417564,15 @@ "postfix": false, "binop": null }, - "start": 59506, - "end": 59507, + "start": 61521, + "end": 61522, "loc": { "start": { - "line": 1726, + "line": 1772, "column": 26 }, "end": { - "line": 1726, + "line": 1772, "column": 27 } } @@ -406808,15 +417590,15 @@ "binop": null }, "value": "exact", - "start": 59507, - "end": 59512, + "start": 61522, + "end": 61527, "loc": { "start": { - "line": 1726, + "line": 1772, "column": 27 }, "end": { - "line": 1726, + "line": 1772, "column": 32 } } @@ -406834,15 +417616,15 @@ "binop": null, "updateContext": null }, - "start": 59512, - "end": 59513, + "start": 61527, + "end": 61528, "loc": { "start": { - "line": 1726, + "line": 1772, "column": 32 }, "end": { - "line": 1726, + "line": 1772, "column": 33 } } @@ -406860,15 +417642,15 @@ "binop": null }, "value": "deviceId", - "start": 59514, - "end": 59522, + "start": 61529, + "end": 61537, "loc": { "start": { - "line": 1726, + "line": 1772, "column": 34 }, "end": { - "line": 1726, + "line": 1772, "column": 42 } } @@ -406885,15 +417667,15 @@ "postfix": false, "binop": null }, - "start": 59522, - "end": 59523, + "start": 61537, + "end": 61538, "loc": { "start": { - "line": 1726, + "line": 1772, "column": 42 }, "end": { - "line": 1726, + "line": 1772, "column": 43 } } @@ -406910,15 +417692,15 @@ "postfix": false, "binop": null }, - "start": 59536, - "end": 59537, + "start": 61551, + "end": 61552, "loc": { "start": { - "line": 1727, + "line": 1773, "column": 12 }, "end": { - "line": 1727, + "line": 1773, "column": 13 } } @@ -406936,15 +417718,15 @@ "binop": null, "updateContext": null }, - "start": 59537, - "end": 59538, + "start": 61552, + "end": 61553, "loc": { "start": { - "line": 1727, + "line": 1773, "column": 13 }, "end": { - "line": 1727, + "line": 1773, "column": 14 } } @@ -406961,15 +417743,15 @@ "postfix": false, "binop": null }, - "start": 59547, - "end": 59548, + "start": 61562, + "end": 61563, "loc": { "start": { - "line": 1728, + "line": 1774, "column": 8 }, "end": { - "line": 1728, + "line": 1774, "column": 9 } } @@ -406977,15 +417759,15 @@ { "type": "CommentLine", "value": " update wavesurfer microphone plugin constraints", - "start": 59558, - "end": 59608, + "start": 61573, + "end": 61623, "loc": { "start": { - "line": 1730, + "line": 1776, "column": 8 }, "end": { - "line": 1730, + "line": 1776, "column": 58 } } @@ -407005,15 +417787,15 @@ "updateContext": null }, "value": "switch", - "start": 59617, - "end": 59623, + "start": 61632, + "end": 61638, "loc": { "start": { - "line": 1731, + "line": 1777, "column": 8 }, "end": { - "line": 1731, + "line": 1777, "column": 14 } } @@ -407030,15 +417812,15 @@ "postfix": false, "binop": null }, - "start": 59624, - "end": 59625, + "start": 61639, + "end": 61640, "loc": { "start": { - "line": 1731, + "line": 1777, "column": 15 }, "end": { - "line": 1731, + "line": 1777, "column": 16 } } @@ -407058,15 +417840,15 @@ "updateContext": null }, "value": "this", - "start": 59625, - "end": 59629, + "start": 61640, + "end": 61644, "loc": { "start": { - "line": 1731, + "line": 1777, "column": 16 }, "end": { - "line": 1731, + "line": 1777, "column": 20 } } @@ -407084,15 +417866,15 @@ "binop": null, "updateContext": null }, - "start": 59629, - "end": 59630, + "start": 61644, + "end": 61645, "loc": { "start": { - "line": 1731, + "line": 1777, "column": 20 }, "end": { - "line": 1731, + "line": 1777, "column": 21 } } @@ -407110,15 +417892,15 @@ "binop": null }, "value": "getRecordType", - "start": 59630, - "end": 59643, + "start": 61645, + "end": 61658, "loc": { "start": { - "line": 1731, + "line": 1777, "column": 21 }, "end": { - "line": 1731, + "line": 1777, "column": 34 } } @@ -407135,15 +417917,15 @@ "postfix": false, "binop": null }, - "start": 59643, - "end": 59644, + "start": 61658, + "end": 61659, "loc": { "start": { - "line": 1731, + "line": 1777, "column": 34 }, "end": { - "line": 1731, + "line": 1777, "column": 35 } } @@ -407160,15 +417942,15 @@ "postfix": false, "binop": null }, - "start": 59644, - "end": 59645, + "start": 61659, + "end": 61660, "loc": { "start": { - "line": 1731, + "line": 1777, "column": 35 }, "end": { - "line": 1731, + "line": 1777, "column": 36 } } @@ -407185,15 +417967,15 @@ "postfix": false, "binop": null }, - "start": 59645, - "end": 59646, + "start": 61660, + "end": 61661, "loc": { "start": { - "line": 1731, + "line": 1777, "column": 36 }, "end": { - "line": 1731, + "line": 1777, "column": 37 } } @@ -407210,15 +417992,15 @@ "postfix": false, "binop": null }, - "start": 59647, - "end": 59648, + "start": 61662, + "end": 61663, "loc": { "start": { - "line": 1731, + "line": 1777, "column": 38 }, "end": { - "line": 1731, + "line": 1777, "column": 39 } } @@ -407238,15 +418020,15 @@ "updateContext": null }, "value": "case", - "start": 59661, - "end": 59665, + "start": 61676, + "end": 61680, "loc": { "start": { - "line": 1732, + "line": 1778, "column": 12 }, "end": { - "line": 1732, + "line": 1778, "column": 16 } } @@ -407264,15 +418046,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 59666, - "end": 59676, + "start": 61681, + "end": 61691, "loc": { "start": { - "line": 1732, + "line": 1778, "column": 17 }, "end": { - "line": 1732, + "line": 1778, "column": 27 } } @@ -407290,15 +418072,15 @@ "binop": null, "updateContext": null }, - "start": 59676, - "end": 59677, + "start": 61691, + "end": 61692, "loc": { "start": { - "line": 1732, + "line": 1778, "column": 27 }, "end": { - "line": 1732, + "line": 1778, "column": 28 } } @@ -407318,15 +418100,15 @@ "updateContext": null }, "value": "this", - "start": 59694, - "end": 59698, + "start": 61709, + "end": 61713, "loc": { "start": { - "line": 1733, + "line": 1779, "column": 16 }, "end": { - "line": 1733, + "line": 1779, "column": 20 } } @@ -407344,15 +418126,15 @@ "binop": null, "updateContext": null }, - "start": 59698, - "end": 59699, + "start": 61713, + "end": 61714, "loc": { "start": { - "line": 1733, + "line": 1779, "column": 20 }, "end": { - "line": 1733, + "line": 1779, "column": 21 } } @@ -407370,15 +418152,15 @@ "binop": null }, "value": "surfer", - "start": 59699, - "end": 59705, + "start": 61714, + "end": 61720, "loc": { "start": { - "line": 1733, + "line": 1779, "column": 21 }, "end": { - "line": 1733, + "line": 1779, "column": 27 } } @@ -407396,15 +418178,15 @@ "binop": null, "updateContext": null }, - "start": 59705, - "end": 59706, + "start": 61720, + "end": 61721, "loc": { "start": { - "line": 1733, + "line": 1779, "column": 27 }, "end": { - "line": 1733, + "line": 1779, "column": 28 } } @@ -407422,15 +418204,15 @@ "binop": null }, "value": "surfer", - "start": 59706, - "end": 59712, + "start": 61721, + "end": 61727, "loc": { "start": { - "line": 1733, + "line": 1779, "column": 28 }, "end": { - "line": 1733, + "line": 1779, "column": 34 } } @@ -407448,15 +418230,15 @@ "binop": null, "updateContext": null }, - "start": 59712, - "end": 59713, + "start": 61727, + "end": 61728, "loc": { "start": { - "line": 1733, + "line": 1779, "column": 34 }, "end": { - "line": 1733, + "line": 1779, "column": 35 } } @@ -407474,15 +418256,15 @@ "binop": null }, "value": "microphone", - "start": 59713, - "end": 59723, + "start": 61728, + "end": 61738, "loc": { "start": { - "line": 1733, + "line": 1779, "column": 35 }, "end": { - "line": 1733, + "line": 1779, "column": 45 } } @@ -407500,15 +418282,15 @@ "binop": null, "updateContext": null }, - "start": 59723, - "end": 59724, + "start": 61738, + "end": 61739, "loc": { "start": { - "line": 1733, + "line": 1779, "column": 45 }, "end": { - "line": 1733, + "line": 1779, "column": 46 } } @@ -407526,15 +418308,15 @@ "binop": null }, "value": "constraints", - "start": 59724, - "end": 59735, + "start": 61739, + "end": 61750, "loc": { "start": { - "line": 1733, + "line": 1779, "column": 46 }, "end": { - "line": 1733, + "line": 1779, "column": 57 } } @@ -407553,15 +418335,15 @@ "updateContext": null }, "value": "=", - "start": 59736, - "end": 59737, + "start": 61751, + "end": 61752, "loc": { "start": { - "line": 1733, + "line": 1779, "column": 58 }, "end": { - "line": 1733, + "line": 1779, "column": 59 } } @@ -407578,15 +418360,15 @@ "postfix": false, "binop": null }, - "start": 59738, - "end": 59739, + "start": 61753, + "end": 61754, "loc": { "start": { - "line": 1733, + "line": 1779, "column": 60 }, "end": { - "line": 1733, + "line": 1779, "column": 61 } } @@ -407604,15 +418386,15 @@ "binop": null }, "value": "video", - "start": 59760, - "end": 59765, + "start": 61775, + "end": 61780, "loc": { "start": { - "line": 1734, + "line": 1780, "column": 20 }, "end": { - "line": 1734, + "line": 1780, "column": 25 } } @@ -407630,15 +418412,15 @@ "binop": null, "updateContext": null }, - "start": 59765, - "end": 59766, + "start": 61780, + "end": 61781, "loc": { "start": { - "line": 1734, + "line": 1780, "column": 25 }, "end": { - "line": 1734, + "line": 1780, "column": 26 } } @@ -407658,15 +418440,15 @@ "updateContext": null }, "value": "false", - "start": 59767, - "end": 59772, + "start": 61782, + "end": 61787, "loc": { "start": { - "line": 1734, + "line": 1780, "column": 27 }, "end": { - "line": 1734, + "line": 1780, "column": 32 } } @@ -407684,15 +418466,15 @@ "binop": null, "updateContext": null }, - "start": 59772, - "end": 59773, + "start": 61787, + "end": 61788, "loc": { "start": { - "line": 1734, + "line": 1780, "column": 32 }, "end": { - "line": 1734, + "line": 1780, "column": 33 } } @@ -407710,15 +418492,15 @@ "binop": null }, "value": "audio", - "start": 59794, - "end": 59799, + "start": 61809, + "end": 61814, "loc": { "start": { - "line": 1735, + "line": 1781, "column": 20 }, "end": { - "line": 1735, + "line": 1781, "column": 25 } } @@ -407736,15 +418518,15 @@ "binop": null, "updateContext": null }, - "start": 59799, - "end": 59800, + "start": 61814, + "end": 61815, "loc": { "start": { - "line": 1735, + "line": 1781, "column": 25 }, "end": { - "line": 1735, + "line": 1781, "column": 26 } } @@ -407764,15 +418546,15 @@ "updateContext": null }, "value": "this", - "start": 59801, - "end": 59805, + "start": 61816, + "end": 61820, "loc": { "start": { - "line": 1735, + "line": 1781, "column": 27 }, "end": { - "line": 1735, + "line": 1781, "column": 31 } } @@ -407790,15 +418572,15 @@ "binop": null, "updateContext": null }, - "start": 59805, - "end": 59806, + "start": 61820, + "end": 61821, "loc": { "start": { - "line": 1735, + "line": 1781, "column": 31 }, "end": { - "line": 1735, + "line": 1781, "column": 32 } } @@ -407816,15 +418598,15 @@ "binop": null }, "value": "recordAudio", - "start": 59806, - "end": 59817, + "start": 61821, + "end": 61832, "loc": { "start": { - "line": 1735, + "line": 1781, "column": 32 }, "end": { - "line": 1735, + "line": 1781, "column": 43 } } @@ -407841,15 +418623,15 @@ "postfix": false, "binop": null }, - "start": 59834, - "end": 59835, + "start": 61849, + "end": 61850, "loc": { "start": { - "line": 1736, + "line": 1782, "column": 16 }, "end": { - "line": 1736, + "line": 1782, "column": 17 } } @@ -407867,15 +418649,15 @@ "binop": null, "updateContext": null }, - "start": 59835, - "end": 59836, + "start": 61850, + "end": 61851, "loc": { "start": { - "line": 1736, + "line": 1782, "column": 17 }, "end": { - "line": 1736, + "line": 1782, "column": 18 } } @@ -407895,15 +418677,15 @@ "updateContext": null }, "value": "break", - "start": 59853, - "end": 59858, + "start": 61868, + "end": 61873, "loc": { "start": { - "line": 1737, + "line": 1783, "column": 16 }, "end": { - "line": 1737, + "line": 1783, "column": 21 } } @@ -407921,15 +418703,15 @@ "binop": null, "updateContext": null }, - "start": 59858, - "end": 59859, + "start": 61873, + "end": 61874, "loc": { "start": { - "line": 1737, + "line": 1783, "column": 21 }, "end": { - "line": 1737, + "line": 1783, "column": 22 } } @@ -407946,15 +418728,15 @@ "postfix": false, "binop": null }, - "start": 59868, - "end": 59869, + "start": 61883, + "end": 61884, "loc": { "start": { - "line": 1738, + "line": 1784, "column": 8 }, "end": { - "line": 1738, + "line": 1784, "column": 9 } } @@ -407962,15 +418744,15 @@ { "type": "CommentLine", "value": " release existing device", - "start": 59879, - "end": 59905, + "start": 61894, + "end": 61920, "loc": { "start": { - "line": 1740, + "line": 1786, "column": 8 }, "end": { - "line": 1740, + "line": 1786, "column": 34 } } @@ -407990,15 +418772,15 @@ "updateContext": null }, "value": "this", - "start": 59914, - "end": 59918, + "start": 61929, + "end": 61933, "loc": { "start": { - "line": 1741, + "line": 1787, "column": 8 }, "end": { - "line": 1741, + "line": 1787, "column": 12 } } @@ -408016,15 +418798,15 @@ "binop": null, "updateContext": null }, - "start": 59918, - "end": 59919, + "start": 61933, + "end": 61934, "loc": { "start": { - "line": 1741, + "line": 1787, "column": 12 }, "end": { - "line": 1741, + "line": 1787, "column": 13 } } @@ -408042,15 +418824,15 @@ "binop": null }, "value": "stopDevice", - "start": 59919, - "end": 59929, + "start": 61934, + "end": 61944, "loc": { "start": { - "line": 1741, + "line": 1787, "column": 13 }, "end": { - "line": 1741, + "line": 1787, "column": 23 } } @@ -408067,15 +418849,15 @@ "postfix": false, "binop": null }, - "start": 59929, - "end": 59930, + "start": 61944, + "end": 61945, "loc": { "start": { - "line": 1741, + "line": 1787, "column": 23 }, "end": { - "line": 1741, + "line": 1787, "column": 24 } } @@ -408092,15 +418874,15 @@ "postfix": false, "binop": null }, - "start": 59930, - "end": 59931, + "start": 61945, + "end": 61946, "loc": { "start": { - "line": 1741, + "line": 1787, "column": 24 }, "end": { - "line": 1741, + "line": 1787, "column": 25 } } @@ -408118,15 +418900,15 @@ "binop": null, "updateContext": null }, - "start": 59931, - "end": 59932, + "start": 61946, + "end": 61947, "loc": { "start": { - "line": 1741, + "line": 1787, "column": 25 }, "end": { - "line": 1741, + "line": 1787, "column": 26 } } @@ -408134,15 +418916,15 @@ { "type": "CommentLine", "value": " ask for audio input device permissions and start device", - "start": 59942, - "end": 60000, + "start": 61957, + "end": 62015, "loc": { "start": { - "line": 1743, + "line": 1789, "column": 8 }, "end": { - "line": 1743, + "line": 1789, "column": 66 } } @@ -408162,15 +418944,15 @@ "updateContext": null }, "value": "this", - "start": 60009, - "end": 60013, + "start": 62024, + "end": 62028, "loc": { "start": { - "line": 1744, + "line": 1790, "column": 8 }, "end": { - "line": 1744, + "line": 1790, "column": 12 } } @@ -408188,15 +418970,15 @@ "binop": null, "updateContext": null }, - "start": 60013, - "end": 60014, + "start": 62028, + "end": 62029, "loc": { "start": { - "line": 1744, + "line": 1790, "column": 12 }, "end": { - "line": 1744, + "line": 1790, "column": 13 } } @@ -408214,15 +418996,15 @@ "binop": null }, "value": "getDevice", - "start": 60014, - "end": 60023, + "start": 62029, + "end": 62038, "loc": { "start": { - "line": 1744, + "line": 1790, "column": 13 }, "end": { - "line": 1744, + "line": 1790, "column": 22 } } @@ -408239,15 +419021,15 @@ "postfix": false, "binop": null }, - "start": 60023, - "end": 60024, + "start": 62038, + "end": 62039, "loc": { "start": { - "line": 1744, + "line": 1790, "column": 22 }, "end": { - "line": 1744, + "line": 1790, "column": 23 } } @@ -408264,15 +419046,15 @@ "postfix": false, "binop": null }, - "start": 60024, - "end": 60025, + "start": 62039, + "end": 62040, "loc": { "start": { - "line": 1744, + "line": 1790, "column": 23 }, "end": { - "line": 1744, + "line": 1790, "column": 24 } } @@ -408290,15 +419072,15 @@ "binop": null, "updateContext": null }, - "start": 60025, - "end": 60026, + "start": 62040, + "end": 62041, "loc": { "start": { - "line": 1744, + "line": 1790, "column": 24 }, "end": { - "line": 1744, + "line": 1790, "column": 25 } } @@ -408315,15 +419097,15 @@ "postfix": false, "binop": null }, - "start": 60031, - "end": 60032, + "start": 62046, + "end": 62047, "loc": { "start": { - "line": 1745, + "line": 1791, "column": 4 }, "end": { - "line": 1745, + "line": 1791, "column": 5 } } @@ -408331,15 +419113,15 @@ { "type": "CommentBlock", "value": "*\n * Change the audio output device.\n *\n * @param {string} deviceId - Id of audio output device.\n ", - "start": 60038, - "end": 60156, + "start": 62053, + "end": 62171, "loc": { "start": { - "line": 1747, + "line": 1793, "column": 4 }, "end": { - "line": 1751, + "line": 1797, "column": 7 } } @@ -408357,15 +419139,15 @@ "binop": null }, "value": "setAudioOutput", - "start": 60161, - "end": 60175, + "start": 62176, + "end": 62190, "loc": { "start": { - "line": 1752, + "line": 1798, "column": 4 }, "end": { - "line": 1752, + "line": 1798, "column": 18 } } @@ -408382,15 +419164,15 @@ "postfix": false, "binop": null }, - "start": 60175, - "end": 60176, + "start": 62190, + "end": 62191, "loc": { "start": { - "line": 1752, + "line": 1798, "column": 18 }, "end": { - "line": 1752, + "line": 1798, "column": 19 } } @@ -408408,15 +419190,15 @@ "binop": null }, "value": "deviceId", - "start": 60176, - "end": 60184, + "start": 62191, + "end": 62199, "loc": { "start": { - "line": 1752, + "line": 1798, "column": 19 }, "end": { - "line": 1752, + "line": 1798, "column": 27 } } @@ -408433,15 +419215,15 @@ "postfix": false, "binop": null }, - "start": 60184, - "end": 60185, + "start": 62199, + "end": 62200, "loc": { "start": { - "line": 1752, + "line": 1798, "column": 27 }, "end": { - "line": 1752, + "line": 1798, "column": 28 } } @@ -408458,15 +419240,15 @@ "postfix": false, "binop": null }, - "start": 60186, - "end": 60187, + "start": 62201, + "end": 62202, "loc": { "start": { - "line": 1752, + "line": 1798, "column": 29 }, "end": { - "line": 1752, + "line": 1798, "column": 30 } } @@ -408486,15 +419268,15 @@ "updateContext": null }, "value": "let", - "start": 60196, - "end": 60199, + "start": 62211, + "end": 62214, "loc": { "start": { - "line": 1753, + "line": 1799, "column": 8 }, "end": { - "line": 1753, + "line": 1799, "column": 11 } } @@ -408512,15 +419294,15 @@ "binop": null }, "value": "errorMessage", - "start": 60200, - "end": 60212, + "start": 62215, + "end": 62227, "loc": { "start": { - "line": 1753, + "line": 1799, "column": 12 }, "end": { - "line": 1753, + "line": 1799, "column": 24 } } @@ -408538,15 +419320,15 @@ "binop": null, "updateContext": null }, - "start": 60212, - "end": 60213, + "start": 62227, + "end": 62228, "loc": { "start": { - "line": 1753, + "line": 1799, "column": 24 }, "end": { - "line": 1753, + "line": 1799, "column": 25 } } @@ -408566,15 +419348,15 @@ "updateContext": null }, "value": "switch", - "start": 60222, - "end": 60228, + "start": 62237, + "end": 62243, "loc": { "start": { - "line": 1754, + "line": 1800, "column": 8 }, "end": { - "line": 1754, + "line": 1800, "column": 14 } } @@ -408591,15 +419373,15 @@ "postfix": false, "binop": null }, - "start": 60229, - "end": 60230, + "start": 62244, + "end": 62245, "loc": { "start": { - "line": 1754, + "line": 1800, "column": 15 }, "end": { - "line": 1754, + "line": 1800, "column": 16 } } @@ -408619,15 +419401,15 @@ "updateContext": null }, "value": "this", - "start": 60230, - "end": 60234, + "start": 62245, + "end": 62249, "loc": { "start": { - "line": 1754, + "line": 1800, "column": 16 }, "end": { - "line": 1754, + "line": 1800, "column": 20 } } @@ -408645,15 +419427,15 @@ "binop": null, "updateContext": null }, - "start": 60234, - "end": 60235, + "start": 62249, + "end": 62250, "loc": { "start": { - "line": 1754, + "line": 1800, "column": 20 }, "end": { - "line": 1754, + "line": 1800, "column": 21 } } @@ -408671,15 +419453,15 @@ "binop": null }, "value": "getRecordType", - "start": 60235, - "end": 60248, + "start": 62250, + "end": 62263, "loc": { "start": { - "line": 1754, + "line": 1800, "column": 21 }, "end": { - "line": 1754, + "line": 1800, "column": 34 } } @@ -408696,15 +419478,15 @@ "postfix": false, "binop": null }, - "start": 60248, - "end": 60249, + "start": 62263, + "end": 62264, "loc": { "start": { - "line": 1754, + "line": 1800, "column": 34 }, "end": { - "line": 1754, + "line": 1800, "column": 35 } } @@ -408721,15 +419503,15 @@ "postfix": false, "binop": null }, - "start": 60249, - "end": 60250, + "start": 62264, + "end": 62265, "loc": { "start": { - "line": 1754, + "line": 1800, "column": 35 }, "end": { - "line": 1754, + "line": 1800, "column": 36 } } @@ -408746,15 +419528,15 @@ "postfix": false, "binop": null }, - "start": 60250, - "end": 60251, + "start": 62265, + "end": 62266, "loc": { "start": { - "line": 1754, + "line": 1800, "column": 36 }, "end": { - "line": 1754, + "line": 1800, "column": 37 } } @@ -408771,15 +419553,15 @@ "postfix": false, "binop": null }, - "start": 60252, - "end": 60253, + "start": 62267, + "end": 62268, "loc": { "start": { - "line": 1754, + "line": 1800, "column": 38 }, "end": { - "line": 1754, + "line": 1800, "column": 39 } } @@ -408799,15 +419581,15 @@ "updateContext": null }, "value": "case", - "start": 60266, - "end": 60270, + "start": 62281, + "end": 62285, "loc": { "start": { - "line": 1755, + "line": 1801, "column": 12 }, "end": { - "line": 1755, + "line": 1801, "column": 16 } } @@ -408825,15 +419607,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 60271, - "end": 60281, + "start": 62286, + "end": 62296, "loc": { "start": { - "line": 1755, + "line": 1801, "column": 17 }, "end": { - "line": 1755, + "line": 1801, "column": 27 } } @@ -408851,15 +419633,15 @@ "binop": null, "updateContext": null }, - "start": 60281, - "end": 60282, + "start": 62296, + "end": 62297, "loc": { "start": { - "line": 1755, + "line": 1801, "column": 27 }, "end": { - "line": 1755, + "line": 1801, "column": 28 } } @@ -408867,15 +419649,15 @@ { "type": "CommentLine", "value": " use wavesurfer", - "start": 60299, - "end": 60316, + "start": 62314, + "end": 62331, "loc": { "start": { - "line": 1756, + "line": 1802, "column": 16 }, "end": { - "line": 1756, + "line": 1802, "column": 33 } } @@ -408895,15 +419677,15 @@ "updateContext": null }, "value": "this", - "start": 60333, - "end": 60337, + "start": 62348, + "end": 62352, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 16 }, "end": { - "line": 1757, + "line": 1803, "column": 20 } } @@ -408921,15 +419703,15 @@ "binop": null, "updateContext": null }, - "start": 60337, - "end": 60338, + "start": 62352, + "end": 62353, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 20 }, "end": { - "line": 1757, + "line": 1803, "column": 21 } } @@ -408947,15 +419729,15 @@ "binop": null }, "value": "surfer", - "start": 60338, - "end": 60344, + "start": 62353, + "end": 62359, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 21 }, "end": { - "line": 1757, + "line": 1803, "column": 27 } } @@ -408973,15 +419755,15 @@ "binop": null, "updateContext": null }, - "start": 60344, - "end": 60345, + "start": 62359, + "end": 62360, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 27 }, "end": { - "line": 1757, + "line": 1803, "column": 28 } } @@ -408999,15 +419781,15 @@ "binop": null }, "value": "surfer", - "start": 60345, - "end": 60351, + "start": 62360, + "end": 62366, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 28 }, "end": { - "line": 1757, + "line": 1803, "column": 34 } } @@ -409025,15 +419807,15 @@ "binop": null, "updateContext": null }, - "start": 60351, - "end": 60352, + "start": 62366, + "end": 62367, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 34 }, "end": { - "line": 1757, + "line": 1803, "column": 35 } } @@ -409051,15 +419833,15 @@ "binop": null }, "value": "setSinkId", - "start": 60352, - "end": 60361, + "start": 62367, + "end": 62376, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 35 }, "end": { - "line": 1757, + "line": 1803, "column": 44 } } @@ -409076,15 +419858,15 @@ "postfix": false, "binop": null }, - "start": 60361, - "end": 60362, + "start": 62376, + "end": 62377, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 44 }, "end": { - "line": 1757, + "line": 1803, "column": 45 } } @@ -409102,15 +419884,15 @@ "binop": null }, "value": "deviceId", - "start": 60362, - "end": 60370, + "start": 62377, + "end": 62385, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 45 }, "end": { - "line": 1757, + "line": 1803, "column": 53 } } @@ -409127,15 +419909,15 @@ "postfix": false, "binop": null }, - "start": 60370, - "end": 60371, + "start": 62385, + "end": 62386, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 53 }, "end": { - "line": 1757, + "line": 1803, "column": 54 } } @@ -409153,15 +419935,15 @@ "binop": null, "updateContext": null }, - "start": 60371, - "end": 60372, + "start": 62386, + "end": 62387, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 54 }, "end": { - "line": 1757, + "line": 1803, "column": 55 } } @@ -409179,15 +419961,15 @@ "binop": null }, "value": "then", - "start": 60372, - "end": 60376, + "start": 62387, + "end": 62391, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 55 }, "end": { - "line": 1757, + "line": 1803, "column": 59 } } @@ -409204,15 +419986,15 @@ "postfix": false, "binop": null }, - "start": 60376, - "end": 60377, + "start": 62391, + "end": 62392, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 59 }, "end": { - "line": 1757, + "line": 1803, "column": 60 } } @@ -409229,15 +420011,15 @@ "postfix": false, "binop": null }, - "start": 60377, - "end": 60378, + "start": 62392, + "end": 62393, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 60 }, "end": { - "line": 1757, + "line": 1803, "column": 61 } } @@ -409255,15 +420037,15 @@ "binop": null }, "value": "result", - "start": 60378, - "end": 60384, + "start": 62393, + "end": 62399, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 61 }, "end": { - "line": 1757, + "line": 1803, "column": 67 } } @@ -409280,15 +420062,15 @@ "postfix": false, "binop": null }, - "start": 60384, - "end": 60385, + "start": 62399, + "end": 62400, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 67 }, "end": { - "line": 1757, + "line": 1803, "column": 68 } } @@ -409306,15 +420088,15 @@ "binop": null, "updateContext": null }, - "start": 60386, - "end": 60388, + "start": 62401, + "end": 62403, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 69 }, "end": { - "line": 1757, + "line": 1803, "column": 71 } } @@ -409331,15 +420113,15 @@ "postfix": false, "binop": null }, - "start": 60389, - "end": 60390, + "start": 62404, + "end": 62405, "loc": { "start": { - "line": 1757, + "line": 1803, "column": 72 }, "end": { - "line": 1757, + "line": 1803, "column": 73 } } @@ -409347,15 +420129,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 60411, - "end": 60430, + "start": 62426, + "end": 62445, "loc": { "start": { - "line": 1758, + "line": 1804, "column": 20 }, "end": { - "line": 1758, + "line": 1804, "column": 39 } } @@ -409375,15 +420157,15 @@ "updateContext": null }, "value": "this", - "start": 60451, - "end": 60455, + "start": 62466, + "end": 62470, "loc": { "start": { - "line": 1759, + "line": 1805, "column": 20 }, "end": { - "line": 1759, + "line": 1805, "column": 24 } } @@ -409401,15 +420183,15 @@ "binop": null, "updateContext": null }, - "start": 60455, - "end": 60456, + "start": 62470, + "end": 62471, "loc": { "start": { - "line": 1759, + "line": 1805, "column": 24 }, "end": { - "line": 1759, + "line": 1805, "column": 25 } } @@ -409427,15 +420209,15 @@ "binop": null }, "value": "player", - "start": 60456, - "end": 60462, + "start": 62471, + "end": 62477, "loc": { "start": { - "line": 1759, + "line": 1805, "column": 25 }, "end": { - "line": 1759, + "line": 1805, "column": 31 } } @@ -409453,15 +420235,15 @@ "binop": null, "updateContext": null }, - "start": 60462, - "end": 60463, + "start": 62477, + "end": 62478, "loc": { "start": { - "line": 1759, + "line": 1805, "column": 31 }, "end": { - "line": 1759, + "line": 1805, "column": 32 } } @@ -409479,15 +420261,15 @@ "binop": null }, "value": "trigger", - "start": 60463, - "end": 60470, + "start": 62478, + "end": 62485, "loc": { "start": { - "line": 1759, + "line": 1805, "column": 32 }, "end": { - "line": 1759, + "line": 1805, "column": 39 } } @@ -409504,15 +420286,15 @@ "postfix": false, "binop": null }, - "start": 60470, - "end": 60471, + "start": 62485, + "end": 62486, "loc": { "start": { - "line": 1759, + "line": 1805, "column": 39 }, "end": { - "line": 1759, + "line": 1805, "column": 40 } } @@ -409530,15 +420312,15 @@ "binop": null }, "value": "Event", - "start": 60471, - "end": 60476, + "start": 62486, + "end": 62491, "loc": { "start": { - "line": 1759, + "line": 1805, "column": 40 }, "end": { - "line": 1759, + "line": 1805, "column": 45 } } @@ -409556,15 +420338,15 @@ "binop": null, "updateContext": null }, - "start": 60476, - "end": 60477, + "start": 62491, + "end": 62492, "loc": { "start": { - "line": 1759, + "line": 1805, "column": 45 }, "end": { - "line": 1759, + "line": 1805, "column": 46 } } @@ -409582,15 +420364,15 @@ "binop": null }, "value": "AUDIO_OUTPUT_READY", - "start": 60477, - "end": 60495, + "start": 62492, + "end": 62510, "loc": { "start": { - "line": 1759, + "line": 1805, "column": 46 }, "end": { - "line": 1759, + "line": 1805, "column": 64 } } @@ -409607,15 +420389,15 @@ "postfix": false, "binop": null }, - "start": 60495, - "end": 60496, + "start": 62510, + "end": 62511, "loc": { "start": { - "line": 1759, + "line": 1805, "column": 64 }, "end": { - "line": 1759, + "line": 1805, "column": 65 } } @@ -409633,15 +420415,15 @@ "binop": null, "updateContext": null }, - "start": 60496, - "end": 60497, + "start": 62511, + "end": 62512, "loc": { "start": { - "line": 1759, + "line": 1805, "column": 65 }, "end": { - "line": 1759, + "line": 1805, "column": 66 } } @@ -409661,15 +420443,15 @@ "updateContext": null }, "value": "return", - "start": 60518, - "end": 60524, + "start": 62533, + "end": 62539, "loc": { "start": { - "line": 1760, + "line": 1806, "column": 20 }, "end": { - "line": 1760, + "line": 1806, "column": 26 } } @@ -409687,15 +420469,15 @@ "binop": null, "updateContext": null }, - "start": 60524, - "end": 60525, + "start": 62539, + "end": 62540, "loc": { "start": { - "line": 1760, + "line": 1806, "column": 26 }, "end": { - "line": 1760, + "line": 1806, "column": 27 } } @@ -409712,15 +420494,15 @@ "postfix": false, "binop": null }, - "start": 60542, - "end": 60543, + "start": 62557, + "end": 62558, "loc": { "start": { - "line": 1761, + "line": 1807, "column": 16 }, "end": { - "line": 1761, + "line": 1807, "column": 17 } } @@ -409737,15 +420519,15 @@ "postfix": false, "binop": null }, - "start": 60543, - "end": 60544, + "start": 62558, + "end": 62559, "loc": { "start": { - "line": 1761, + "line": 1807, "column": 17 }, "end": { - "line": 1761, + "line": 1807, "column": 18 } } @@ -409763,15 +420545,15 @@ "binop": null, "updateContext": null }, - "start": 60544, - "end": 60545, + "start": 62559, + "end": 62560, "loc": { "start": { - "line": 1761, + "line": 1807, "column": 18 }, "end": { - "line": 1761, + "line": 1807, "column": 19 } } @@ -409791,15 +420573,15 @@ "updateContext": null }, "value": "catch", - "start": 60545, - "end": 60550, + "start": 62560, + "end": 62565, "loc": { "start": { - "line": 1761, + "line": 1807, "column": 19 }, "end": { - "line": 1761, + "line": 1807, "column": 24 } } @@ -409816,15 +420598,15 @@ "postfix": false, "binop": null }, - "start": 60550, - "end": 60551, + "start": 62565, + "end": 62566, "loc": { "start": { - "line": 1761, + "line": 1807, "column": 24 }, "end": { - "line": 1761, + "line": 1807, "column": 25 } } @@ -409841,15 +420623,15 @@ "postfix": false, "binop": null }, - "start": 60551, - "end": 60552, + "start": 62566, + "end": 62567, "loc": { "start": { - "line": 1761, + "line": 1807, "column": 25 }, "end": { - "line": 1761, + "line": 1807, "column": 26 } } @@ -409867,15 +420649,15 @@ "binop": null }, "value": "err", - "start": 60552, - "end": 60555, + "start": 62567, + "end": 62570, "loc": { "start": { - "line": 1761, + "line": 1807, "column": 26 }, "end": { - "line": 1761, + "line": 1807, "column": 29 } } @@ -409892,15 +420674,15 @@ "postfix": false, "binop": null }, - "start": 60555, - "end": 60556, + "start": 62570, + "end": 62571, "loc": { "start": { - "line": 1761, + "line": 1807, "column": 29 }, "end": { - "line": 1761, + "line": 1807, "column": 30 } } @@ -409918,15 +420700,15 @@ "binop": null, "updateContext": null }, - "start": 60557, - "end": 60559, + "start": 62572, + "end": 62574, "loc": { "start": { - "line": 1761, + "line": 1807, "column": 31 }, "end": { - "line": 1761, + "line": 1807, "column": 33 } } @@ -409943,15 +420725,15 @@ "postfix": false, "binop": null }, - "start": 60560, - "end": 60561, + "start": 62575, + "end": 62576, "loc": { "start": { - "line": 1761, + "line": 1807, "column": 34 }, "end": { - "line": 1761, + "line": 1807, "column": 35 } } @@ -409969,15 +420751,15 @@ "binop": null }, "value": "errorMessage", - "start": 60582, - "end": 60594, + "start": 62597, + "end": 62609, "loc": { "start": { - "line": 1762, + "line": 1808, "column": 20 }, "end": { - "line": 1762, + "line": 1808, "column": 32 } } @@ -409996,15 +420778,15 @@ "updateContext": null }, "value": "=", - "start": 60595, - "end": 60596, + "start": 62610, + "end": 62611, "loc": { "start": { - "line": 1762, + "line": 1808, "column": 33 }, "end": { - "line": 1762, + "line": 1808, "column": 34 } } @@ -410022,15 +420804,15 @@ "binop": null }, "value": "err", - "start": 60597, - "end": 60600, + "start": 62612, + "end": 62615, "loc": { "start": { - "line": 1762, + "line": 1808, "column": 35 }, "end": { - "line": 1762, + "line": 1808, "column": 38 } } @@ -410048,15 +420830,15 @@ "binop": null, "updateContext": null }, - "start": 60600, - "end": 60601, + "start": 62615, + "end": 62616, "loc": { "start": { - "line": 1762, + "line": 1808, "column": 38 }, "end": { - "line": 1762, + "line": 1808, "column": 39 } } @@ -410073,15 +420855,15 @@ "postfix": false, "binop": null }, - "start": 60618, - "end": 60619, + "start": 62633, + "end": 62634, "loc": { "start": { - "line": 1763, + "line": 1809, "column": 16 }, "end": { - "line": 1763, + "line": 1809, "column": 17 } } @@ -410098,15 +420880,15 @@ "postfix": false, "binop": null }, - "start": 60619, - "end": 60620, + "start": 62634, + "end": 62635, "loc": { "start": { - "line": 1763, + "line": 1809, "column": 17 }, "end": { - "line": 1763, + "line": 1809, "column": 18 } } @@ -410124,15 +420906,15 @@ "binop": null, "updateContext": null }, - "start": 60620, - "end": 60621, + "start": 62635, + "end": 62636, "loc": { "start": { - "line": 1763, + "line": 1809, "column": 18 }, "end": { - "line": 1763, + "line": 1809, "column": 19 } } @@ -410152,15 +420934,15 @@ "updateContext": null }, "value": "break", - "start": 60638, - "end": 60643, + "start": 62653, + "end": 62658, "loc": { "start": { - "line": 1764, + "line": 1810, "column": 16 }, "end": { - "line": 1764, + "line": 1810, "column": 21 } } @@ -410178,15 +420960,15 @@ "binop": null, "updateContext": null }, - "start": 60643, - "end": 60644, + "start": 62658, + "end": 62659, "loc": { "start": { - "line": 1764, + "line": 1810, "column": 21 }, "end": { - "line": 1764, + "line": 1810, "column": 22 } } @@ -410206,15 +420988,15 @@ "updateContext": null }, "value": "default", - "start": 60658, - "end": 60665, + "start": 62673, + "end": 62680, "loc": { "start": { - "line": 1766, + "line": 1812, "column": 12 }, "end": { - "line": 1766, + "line": 1812, "column": 19 } } @@ -410232,15 +421014,15 @@ "binop": null, "updateContext": null }, - "start": 60665, - "end": 60666, + "start": 62680, + "end": 62681, "loc": { "start": { - "line": 1766, + "line": 1812, "column": 19 }, "end": { - "line": 1766, + "line": 1812, "column": 20 } } @@ -410260,15 +421042,15 @@ "updateContext": null }, "value": "let", - "start": 60683, - "end": 60686, + "start": 62698, + "end": 62701, "loc": { "start": { - "line": 1767, + "line": 1813, "column": 16 }, "end": { - "line": 1767, + "line": 1813, "column": 19 } } @@ -410286,15 +421068,15 @@ "binop": null }, "value": "element", - "start": 60687, - "end": 60694, + "start": 62702, + "end": 62709, "loc": { "start": { - "line": 1767, + "line": 1813, "column": 20 }, "end": { - "line": 1767, + "line": 1813, "column": 27 } } @@ -410313,15 +421095,15 @@ "updateContext": null }, "value": "=", - "start": 60695, - "end": 60696, + "start": 62710, + "end": 62711, "loc": { "start": { - "line": 1767, + "line": 1813, "column": 28 }, "end": { - "line": 1767, + "line": 1813, "column": 29 } } @@ -410339,15 +421121,15 @@ "binop": null }, "value": "player", - "start": 60697, - "end": 60703, + "start": 62712, + "end": 62718, "loc": { "start": { - "line": 1767, + "line": 1813, "column": 30 }, "end": { - "line": 1767, + "line": 1813, "column": 36 } } @@ -410365,15 +421147,15 @@ "binop": null, "updateContext": null }, - "start": 60703, - "end": 60704, + "start": 62718, + "end": 62719, "loc": { "start": { - "line": 1767, + "line": 1813, "column": 36 }, "end": { - "line": 1767, + "line": 1813, "column": 37 } } @@ -410391,15 +421173,15 @@ "binop": null }, "value": "tech_", - "start": 60704, - "end": 60709, + "start": 62719, + "end": 62724, "loc": { "start": { - "line": 1767, + "line": 1813, "column": 37 }, "end": { - "line": 1767, + "line": 1813, "column": 42 } } @@ -410417,15 +421199,15 @@ "binop": null, "updateContext": null }, - "start": 60709, - "end": 60710, + "start": 62724, + "end": 62725, "loc": { "start": { - "line": 1767, + "line": 1813, "column": 42 }, "end": { - "line": 1767, + "line": 1813, "column": 43 } } @@ -410443,15 +421225,15 @@ "binop": null }, "value": "el_", - "start": 60710, - "end": 60713, + "start": 62725, + "end": 62728, "loc": { "start": { - "line": 1767, + "line": 1813, "column": 43 }, "end": { - "line": 1767, + "line": 1813, "column": 46 } } @@ -410469,15 +421251,15 @@ "binop": null, "updateContext": null }, - "start": 60713, - "end": 60714, + "start": 62728, + "end": 62729, "loc": { "start": { - "line": 1767, + "line": 1813, "column": 46 }, "end": { - "line": 1767, + "line": 1813, "column": 47 } } @@ -410497,15 +421279,15 @@ "updateContext": null }, "value": "if", - "start": 60731, - "end": 60733, + "start": 62746, + "end": 62748, "loc": { "start": { - "line": 1768, + "line": 1814, "column": 16 }, "end": { - "line": 1768, + "line": 1814, "column": 18 } } @@ -410522,15 +421304,15 @@ "postfix": false, "binop": null }, - "start": 60734, - "end": 60735, + "start": 62749, + "end": 62750, "loc": { "start": { - "line": 1768, + "line": 1814, "column": 19 }, "end": { - "line": 1768, + "line": 1814, "column": 20 } } @@ -410548,15 +421330,15 @@ "binop": null }, "value": "deviceId", - "start": 60735, - "end": 60743, + "start": 62750, + "end": 62758, "loc": { "start": { - "line": 1768, + "line": 1814, "column": 20 }, "end": { - "line": 1768, + "line": 1814, "column": 28 } } @@ -410573,15 +421355,15 @@ "postfix": false, "binop": null }, - "start": 60743, - "end": 60744, + "start": 62758, + "end": 62759, "loc": { "start": { - "line": 1768, + "line": 1814, "column": 28 }, "end": { - "line": 1768, + "line": 1814, "column": 29 } } @@ -410598,15 +421380,15 @@ "postfix": false, "binop": null }, - "start": 60745, - "end": 60746, + "start": 62760, + "end": 62761, "loc": { "start": { - "line": 1768, + "line": 1814, "column": 30 }, "end": { - "line": 1768, + "line": 1814, "column": 31 } } @@ -410626,15 +421408,15 @@ "updateContext": null }, "value": "if", - "start": 60767, - "end": 60769, + "start": 62782, + "end": 62784, "loc": { "start": { - "line": 1769, + "line": 1815, "column": 20 }, "end": { - "line": 1769, + "line": 1815, "column": 22 } } @@ -410651,15 +421433,15 @@ "postfix": false, "binop": null }, - "start": 60770, - "end": 60771, + "start": 62785, + "end": 62786, "loc": { "start": { - "line": 1769, + "line": 1815, "column": 23 }, "end": { - "line": 1769, + "line": 1815, "column": 24 } } @@ -410679,15 +421461,15 @@ "updateContext": null }, "value": "typeof", - "start": 60771, - "end": 60777, + "start": 62786, + "end": 62792, "loc": { "start": { - "line": 1769, + "line": 1815, "column": 24 }, "end": { - "line": 1769, + "line": 1815, "column": 30 } } @@ -410705,15 +421487,15 @@ "binop": null }, "value": "element", - "start": 60778, - "end": 60785, + "start": 62793, + "end": 62800, "loc": { "start": { - "line": 1769, + "line": 1815, "column": 31 }, "end": { - "line": 1769, + "line": 1815, "column": 38 } } @@ -410731,15 +421513,15 @@ "binop": null, "updateContext": null }, - "start": 60785, - "end": 60786, + "start": 62800, + "end": 62801, "loc": { "start": { - "line": 1769, + "line": 1815, "column": 38 }, "end": { - "line": 1769, + "line": 1815, "column": 39 } } @@ -410757,15 +421539,15 @@ "binop": null }, "value": "sinkId", - "start": 60786, - "end": 60792, + "start": 62801, + "end": 62807, "loc": { "start": { - "line": 1769, + "line": 1815, "column": 39 }, "end": { - "line": 1769, + "line": 1815, "column": 45 } } @@ -410784,15 +421566,15 @@ "updateContext": null }, "value": "!==", - "start": 60793, - "end": 60796, + "start": 62808, + "end": 62811, "loc": { "start": { - "line": 1769, + "line": 1815, "column": 46 }, "end": { - "line": 1769, + "line": 1815, "column": 49 } } @@ -410811,15 +421593,15 @@ "updateContext": null }, "value": "undefined", - "start": 60797, - "end": 60808, + "start": 62812, + "end": 62823, "loc": { "start": { - "line": 1769, + "line": 1815, "column": 50 }, "end": { - "line": 1769, + "line": 1815, "column": 61 } } @@ -410836,15 +421618,15 @@ "postfix": false, "binop": null }, - "start": 60808, - "end": 60809, + "start": 62823, + "end": 62824, "loc": { "start": { - "line": 1769, + "line": 1815, "column": 61 }, "end": { - "line": 1769, + "line": 1815, "column": 62 } } @@ -410861,15 +421643,15 @@ "postfix": false, "binop": null }, - "start": 60810, - "end": 60811, + "start": 62825, + "end": 62826, "loc": { "start": { - "line": 1769, + "line": 1815, "column": 63 }, "end": { - "line": 1769, + "line": 1815, "column": 64 } } @@ -410887,15 +421669,15 @@ "binop": null }, "value": "element", - "start": 60836, - "end": 60843, + "start": 62851, + "end": 62858, "loc": { "start": { - "line": 1770, + "line": 1816, "column": 24 }, "end": { - "line": 1770, + "line": 1816, "column": 31 } } @@ -410913,15 +421695,15 @@ "binop": null, "updateContext": null }, - "start": 60843, - "end": 60844, + "start": 62858, + "end": 62859, "loc": { "start": { - "line": 1770, + "line": 1816, "column": 31 }, "end": { - "line": 1770, + "line": 1816, "column": 32 } } @@ -410939,15 +421721,15 @@ "binop": null }, "value": "setSinkId", - "start": 60844, - "end": 60853, + "start": 62859, + "end": 62868, "loc": { "start": { - "line": 1770, + "line": 1816, "column": 32 }, "end": { - "line": 1770, + "line": 1816, "column": 41 } } @@ -410964,15 +421746,15 @@ "postfix": false, "binop": null }, - "start": 60853, - "end": 60854, + "start": 62868, + "end": 62869, "loc": { "start": { - "line": 1770, + "line": 1816, "column": 41 }, "end": { - "line": 1770, + "line": 1816, "column": 42 } } @@ -410990,15 +421772,15 @@ "binop": null }, "value": "deviceId", - "start": 60854, - "end": 60862, + "start": 62869, + "end": 62877, "loc": { "start": { - "line": 1770, + "line": 1816, "column": 42 }, "end": { - "line": 1770, + "line": 1816, "column": 50 } } @@ -411015,15 +421797,15 @@ "postfix": false, "binop": null }, - "start": 60862, - "end": 60863, + "start": 62877, + "end": 62878, "loc": { "start": { - "line": 1770, + "line": 1816, "column": 50 }, "end": { - "line": 1770, + "line": 1816, "column": 51 } } @@ -411041,15 +421823,15 @@ "binop": null, "updateContext": null }, - "start": 60863, - "end": 60864, + "start": 62878, + "end": 62879, "loc": { "start": { - "line": 1770, + "line": 1816, "column": 51 }, "end": { - "line": 1770, + "line": 1816, "column": 52 } } @@ -411067,15 +421849,15 @@ "binop": null }, "value": "then", - "start": 60864, - "end": 60868, + "start": 62879, + "end": 62883, "loc": { "start": { - "line": 1770, + "line": 1816, "column": 52 }, "end": { - "line": 1770, + "line": 1816, "column": 56 } } @@ -411092,15 +421874,15 @@ "postfix": false, "binop": null }, - "start": 60868, - "end": 60869, + "start": 62883, + "end": 62884, "loc": { "start": { - "line": 1770, + "line": 1816, "column": 56 }, "end": { - "line": 1770, + "line": 1816, "column": 57 } } @@ -411117,15 +421899,15 @@ "postfix": false, "binop": null }, - "start": 60869, - "end": 60870, + "start": 62884, + "end": 62885, "loc": { "start": { - "line": 1770, + "line": 1816, "column": 57 }, "end": { - "line": 1770, + "line": 1816, "column": 58 } } @@ -411143,15 +421925,15 @@ "binop": null }, "value": "result", - "start": 60870, - "end": 60876, + "start": 62885, + "end": 62891, "loc": { "start": { - "line": 1770, + "line": 1816, "column": 58 }, "end": { - "line": 1770, + "line": 1816, "column": 64 } } @@ -411168,15 +421950,15 @@ "postfix": false, "binop": null }, - "start": 60876, - "end": 60877, + "start": 62891, + "end": 62892, "loc": { "start": { - "line": 1770, + "line": 1816, "column": 64 }, "end": { - "line": 1770, + "line": 1816, "column": 65 } } @@ -411194,15 +421976,15 @@ "binop": null, "updateContext": null }, - "start": 60878, - "end": 60880, + "start": 62893, + "end": 62895, "loc": { "start": { - "line": 1770, + "line": 1816, "column": 66 }, "end": { - "line": 1770, + "line": 1816, "column": 68 } } @@ -411219,15 +422001,15 @@ "postfix": false, "binop": null }, - "start": 60881, - "end": 60882, + "start": 62896, + "end": 62897, "loc": { "start": { - "line": 1770, + "line": 1816, "column": 69 }, "end": { - "line": 1770, + "line": 1816, "column": 70 } } @@ -411235,15 +422017,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 60911, - "end": 60930, + "start": 62926, + "end": 62945, "loc": { "start": { - "line": 1771, + "line": 1817, "column": 28 }, "end": { - "line": 1771, + "line": 1817, "column": 47 } } @@ -411263,15 +422045,15 @@ "updateContext": null }, "value": "this", - "start": 60959, - "end": 60963, + "start": 62974, + "end": 62978, "loc": { "start": { - "line": 1772, + "line": 1818, "column": 28 }, "end": { - "line": 1772, + "line": 1818, "column": 32 } } @@ -411289,15 +422071,15 @@ "binop": null, "updateContext": null }, - "start": 60963, - "end": 60964, + "start": 62978, + "end": 62979, "loc": { "start": { - "line": 1772, + "line": 1818, "column": 32 }, "end": { - "line": 1772, + "line": 1818, "column": 33 } } @@ -411315,15 +422097,15 @@ "binop": null }, "value": "player", - "start": 60964, - "end": 60970, + "start": 62979, + "end": 62985, "loc": { "start": { - "line": 1772, + "line": 1818, "column": 33 }, "end": { - "line": 1772, + "line": 1818, "column": 39 } } @@ -411341,15 +422123,15 @@ "binop": null, "updateContext": null }, - "start": 60970, - "end": 60971, + "start": 62985, + "end": 62986, "loc": { "start": { - "line": 1772, + "line": 1818, "column": 39 }, "end": { - "line": 1772, + "line": 1818, "column": 40 } } @@ -411367,15 +422149,15 @@ "binop": null }, "value": "trigger", - "start": 60971, - "end": 60978, + "start": 62986, + "end": 62993, "loc": { "start": { - "line": 1772, + "line": 1818, "column": 40 }, "end": { - "line": 1772, + "line": 1818, "column": 47 } } @@ -411392,15 +422174,15 @@ "postfix": false, "binop": null }, - "start": 60978, - "end": 60979, + "start": 62993, + "end": 62994, "loc": { "start": { - "line": 1772, + "line": 1818, "column": 47 }, "end": { - "line": 1772, + "line": 1818, "column": 48 } } @@ -411418,15 +422200,15 @@ "binop": null }, "value": "Event", - "start": 60979, - "end": 60984, + "start": 62994, + "end": 62999, "loc": { "start": { - "line": 1772, + "line": 1818, "column": 48 }, "end": { - "line": 1772, + "line": 1818, "column": 53 } } @@ -411444,15 +422226,15 @@ "binop": null, "updateContext": null }, - "start": 60984, - "end": 60985, + "start": 62999, + "end": 63000, "loc": { "start": { - "line": 1772, + "line": 1818, "column": 53 }, "end": { - "line": 1772, + "line": 1818, "column": 54 } } @@ -411470,15 +422252,15 @@ "binop": null }, "value": "AUDIO_OUTPUT_READY", - "start": 60985, - "end": 61003, + "start": 63000, + "end": 63018, "loc": { "start": { - "line": 1772, + "line": 1818, "column": 54 }, "end": { - "line": 1772, + "line": 1818, "column": 72 } } @@ -411495,15 +422277,15 @@ "postfix": false, "binop": null }, - "start": 61003, - "end": 61004, + "start": 63018, + "end": 63019, "loc": { "start": { - "line": 1772, + "line": 1818, "column": 72 }, "end": { - "line": 1772, + "line": 1818, "column": 73 } } @@ -411521,15 +422303,15 @@ "binop": null, "updateContext": null }, - "start": 61004, - "end": 61005, + "start": 63019, + "end": 63020, "loc": { "start": { - "line": 1772, + "line": 1818, "column": 73 }, "end": { - "line": 1772, + "line": 1818, "column": 74 } } @@ -411549,15 +422331,15 @@ "updateContext": null }, "value": "return", - "start": 61034, - "end": 61040, + "start": 63049, + "end": 63055, "loc": { "start": { - "line": 1773, + "line": 1819, "column": 28 }, "end": { - "line": 1773, + "line": 1819, "column": 34 } } @@ -411575,15 +422357,15 @@ "binop": null, "updateContext": null }, - "start": 61040, - "end": 61041, + "start": 63055, + "end": 63056, "loc": { "start": { - "line": 1773, + "line": 1819, "column": 34 }, "end": { - "line": 1773, + "line": 1819, "column": 35 } } @@ -411600,15 +422382,15 @@ "postfix": false, "binop": null }, - "start": 61066, - "end": 61067, + "start": 63081, + "end": 63082, "loc": { "start": { - "line": 1774, + "line": 1820, "column": 24 }, "end": { - "line": 1774, + "line": 1820, "column": 25 } } @@ -411625,15 +422407,15 @@ "postfix": false, "binop": null }, - "start": 61067, - "end": 61068, + "start": 63082, + "end": 63083, "loc": { "start": { - "line": 1774, + "line": 1820, "column": 25 }, "end": { - "line": 1774, + "line": 1820, "column": 26 } } @@ -411651,15 +422433,15 @@ "binop": null, "updateContext": null }, - "start": 61068, - "end": 61069, + "start": 63083, + "end": 63084, "loc": { "start": { - "line": 1774, + "line": 1820, "column": 26 }, "end": { - "line": 1774, + "line": 1820, "column": 27 } } @@ -411679,15 +422461,15 @@ "updateContext": null }, "value": "catch", - "start": 61069, - "end": 61074, + "start": 63084, + "end": 63089, "loc": { "start": { - "line": 1774, + "line": 1820, "column": 27 }, "end": { - "line": 1774, + "line": 1820, "column": 32 } } @@ -411704,15 +422486,15 @@ "postfix": false, "binop": null }, - "start": 61074, - "end": 61075, + "start": 63089, + "end": 63090, "loc": { "start": { - "line": 1774, + "line": 1820, "column": 32 }, "end": { - "line": 1774, + "line": 1820, "column": 33 } } @@ -411729,15 +422511,15 @@ "postfix": false, "binop": null }, - "start": 61075, - "end": 61076, + "start": 63090, + "end": 63091, "loc": { "start": { - "line": 1774, + "line": 1820, "column": 33 }, "end": { - "line": 1774, + "line": 1820, "column": 34 } } @@ -411755,15 +422537,15 @@ "binop": null }, "value": "err", - "start": 61076, - "end": 61079, + "start": 63091, + "end": 63094, "loc": { "start": { - "line": 1774, + "line": 1820, "column": 34 }, "end": { - "line": 1774, + "line": 1820, "column": 37 } } @@ -411780,15 +422562,15 @@ "postfix": false, "binop": null }, - "start": 61079, - "end": 61080, + "start": 63094, + "end": 63095, "loc": { "start": { - "line": 1774, + "line": 1820, "column": 37 }, "end": { - "line": 1774, + "line": 1820, "column": 38 } } @@ -411806,15 +422588,15 @@ "binop": null, "updateContext": null }, - "start": 61081, - "end": 61083, + "start": 63096, + "end": 63098, "loc": { "start": { - "line": 1774, + "line": 1820, "column": 39 }, "end": { - "line": 1774, + "line": 1820, "column": 41 } } @@ -411831,15 +422613,15 @@ "postfix": false, "binop": null }, - "start": 61084, - "end": 61085, + "start": 63099, + "end": 63100, "loc": { "start": { - "line": 1774, + "line": 1820, "column": 42 }, "end": { - "line": 1774, + "line": 1820, "column": 43 } } @@ -411857,15 +422639,15 @@ "binop": null }, "value": "errorMessage", - "start": 61114, - "end": 61126, + "start": 63129, + "end": 63141, "loc": { "start": { - "line": 1775, + "line": 1821, "column": 28 }, "end": { - "line": 1775, + "line": 1821, "column": 40 } } @@ -411884,15 +422666,15 @@ "updateContext": null }, "value": "=", - "start": 61127, - "end": 61128, + "start": 63142, + "end": 63143, "loc": { "start": { - "line": 1775, + "line": 1821, "column": 41 }, "end": { - "line": 1775, + "line": 1821, "column": 42 } } @@ -411910,15 +422692,15 @@ "binop": null }, "value": "err", - "start": 61129, - "end": 61132, + "start": 63144, + "end": 63147, "loc": { "start": { - "line": 1775, + "line": 1821, "column": 43 }, "end": { - "line": 1775, + "line": 1821, "column": 46 } } @@ -411936,15 +422718,15 @@ "binop": null, "updateContext": null }, - "start": 61132, - "end": 61133, + "start": 63147, + "end": 63148, "loc": { "start": { - "line": 1775, + "line": 1821, "column": 46 }, "end": { - "line": 1775, + "line": 1821, "column": 47 } } @@ -411961,15 +422743,15 @@ "postfix": false, "binop": null }, - "start": 61158, - "end": 61159, + "start": 63173, + "end": 63174, "loc": { "start": { - "line": 1776, + "line": 1822, "column": 24 }, "end": { - "line": 1776, + "line": 1822, "column": 25 } } @@ -411986,15 +422768,15 @@ "postfix": false, "binop": null }, - "start": 61159, - "end": 61160, + "start": 63174, + "end": 63175, "loc": { "start": { - "line": 1776, + "line": 1822, "column": 25 }, "end": { - "line": 1776, + "line": 1822, "column": 26 } } @@ -412012,15 +422794,15 @@ "binop": null, "updateContext": null }, - "start": 61160, - "end": 61161, + "start": 63175, + "end": 63176, "loc": { "start": { - "line": 1776, + "line": 1822, "column": 26 }, "end": { - "line": 1776, + "line": 1822, "column": 27 } } @@ -412037,15 +422819,15 @@ "postfix": false, "binop": null }, - "start": 61182, - "end": 61183, + "start": 63197, + "end": 63198, "loc": { "start": { - "line": 1777, + "line": 1823, "column": 20 }, "end": { - "line": 1777, + "line": 1823, "column": 21 } } @@ -412065,15 +422847,15 @@ "updateContext": null }, "value": "else", - "start": 61184, - "end": 61188, + "start": 63199, + "end": 63203, "loc": { "start": { - "line": 1777, + "line": 1823, "column": 22 }, "end": { - "line": 1777, + "line": 1823, "column": 26 } } @@ -412090,15 +422872,15 @@ "postfix": false, "binop": null }, - "start": 61189, - "end": 61190, + "start": 63204, + "end": 63205, "loc": { "start": { - "line": 1777, + "line": 1823, "column": 27 }, "end": { - "line": 1777, + "line": 1823, "column": 28 } } @@ -412116,15 +422898,15 @@ "binop": null }, "value": "errorMessage", - "start": 61215, - "end": 61227, + "start": 63230, + "end": 63242, "loc": { "start": { - "line": 1778, + "line": 1824, "column": 24 }, "end": { - "line": 1778, + "line": 1824, "column": 36 } } @@ -412143,15 +422925,15 @@ "updateContext": null }, "value": "=", - "start": 61228, - "end": 61229, + "start": 63243, + "end": 63244, "loc": { "start": { - "line": 1778, + "line": 1824, "column": 37 }, "end": { - "line": 1778, + "line": 1824, "column": 38 } } @@ -412170,15 +422952,15 @@ "updateContext": null }, "value": "Browser does not support audio output device selection.", - "start": 61230, - "end": 61287, + "start": 63245, + "end": 63302, "loc": { "start": { - "line": 1778, + "line": 1824, "column": 39 }, "end": { - "line": 1778, + "line": 1824, "column": 96 } } @@ -412196,15 +422978,15 @@ "binop": null, "updateContext": null }, - "start": 61287, - "end": 61288, + "start": 63302, + "end": 63303, "loc": { "start": { - "line": 1778, + "line": 1824, "column": 96 }, "end": { - "line": 1778, + "line": 1824, "column": 97 } } @@ -412221,15 +423003,15 @@ "postfix": false, "binop": null }, - "start": 61309, - "end": 61310, + "start": 63324, + "end": 63325, "loc": { "start": { - "line": 1779, + "line": 1825, "column": 20 }, "end": { - "line": 1779, + "line": 1825, "column": 21 } } @@ -412246,15 +423028,15 @@ "postfix": false, "binop": null }, - "start": 61327, - "end": 61328, + "start": 63342, + "end": 63343, "loc": { "start": { - "line": 1780, + "line": 1826, "column": 16 }, "end": { - "line": 1780, + "line": 1826, "column": 17 } } @@ -412274,15 +423056,15 @@ "updateContext": null }, "value": "else", - "start": 61329, - "end": 61333, + "start": 63344, + "end": 63348, "loc": { "start": { - "line": 1780, + "line": 1826, "column": 18 }, "end": { - "line": 1780, + "line": 1826, "column": 22 } } @@ -412299,15 +423081,15 @@ "postfix": false, "binop": null }, - "start": 61334, - "end": 61335, + "start": 63349, + "end": 63350, "loc": { "start": { - "line": 1780, + "line": 1826, "column": 23 }, "end": { - "line": 1780, + "line": 1826, "column": 24 } } @@ -412325,15 +423107,15 @@ "binop": null }, "value": "errorMessage", - "start": 61356, - "end": 61368, + "start": 63371, + "end": 63383, "loc": { "start": { - "line": 1781, + "line": 1827, "column": 20 }, "end": { - "line": 1781, + "line": 1827, "column": 32 } } @@ -412352,15 +423134,15 @@ "updateContext": null }, "value": "=", - "start": 61369, - "end": 61370, + "start": 63384, + "end": 63385, "loc": { "start": { - "line": 1781, + "line": 1827, "column": 33 }, "end": { - "line": 1781, + "line": 1827, "column": 34 } } @@ -412377,15 +423159,15 @@ "postfix": false, "binop": null }, - "start": 61371, - "end": 61372, + "start": 63386, + "end": 63387, "loc": { "start": { - "line": 1781, + "line": 1827, "column": 35 }, "end": { - "line": 1781, + "line": 1827, "column": 36 } } @@ -412404,15 +423186,15 @@ "updateContext": null }, "value": "Invalid deviceId: ", - "start": 61372, - "end": 61390, + "start": 63387, + "end": 63405, "loc": { "start": { - "line": 1781, + "line": 1827, "column": 36 }, "end": { - "line": 1781, + "line": 1827, "column": 54 } } @@ -412429,15 +423211,15 @@ "postfix": false, "binop": null }, - "start": 61390, - "end": 61392, + "start": 63405, + "end": 63407, "loc": { "start": { - "line": 1781, + "line": 1827, "column": 54 }, "end": { - "line": 1781, + "line": 1827, "column": 56 } } @@ -412455,15 +423237,15 @@ "binop": null }, "value": "deviceId", - "start": 61392, - "end": 61400, + "start": 63407, + "end": 63415, "loc": { "start": { - "line": 1781, + "line": 1827, "column": 56 }, "end": { - "line": 1781, + "line": 1827, "column": 64 } } @@ -412480,15 +423262,15 @@ "postfix": false, "binop": null }, - "start": 61400, - "end": 61401, + "start": 63415, + "end": 63416, "loc": { "start": { - "line": 1781, + "line": 1827, "column": 64 }, "end": { - "line": 1781, + "line": 1827, "column": 65 } } @@ -412507,15 +423289,15 @@ "updateContext": null }, "value": "", - "start": 61401, - "end": 61401, + "start": 63416, + "end": 63416, "loc": { "start": { - "line": 1781, + "line": 1827, "column": 65 }, "end": { - "line": 1781, + "line": 1827, "column": 65 } } @@ -412532,15 +423314,15 @@ "postfix": false, "binop": null }, - "start": 61401, - "end": 61402, + "start": 63416, + "end": 63417, "loc": { "start": { - "line": 1781, + "line": 1827, "column": 65 }, "end": { - "line": 1781, + "line": 1827, "column": 66 } } @@ -412558,15 +423340,15 @@ "binop": null, "updateContext": null }, - "start": 61402, - "end": 61403, + "start": 63417, + "end": 63418, "loc": { "start": { - "line": 1781, + "line": 1827, "column": 66 }, "end": { - "line": 1781, + "line": 1827, "column": 67 } } @@ -412583,15 +423365,15 @@ "postfix": false, "binop": null }, - "start": 61420, - "end": 61421, + "start": 63435, + "end": 63436, "loc": { "start": { - "line": 1782, + "line": 1828, "column": 16 }, "end": { - "line": 1782, + "line": 1828, "column": 17 } } @@ -412611,15 +423393,15 @@ "updateContext": null }, "value": "break", - "start": 61438, - "end": 61443, + "start": 63453, + "end": 63458, "loc": { "start": { - "line": 1783, + "line": 1829, "column": 16 }, "end": { - "line": 1783, + "line": 1829, "column": 21 } } @@ -412637,15 +423419,15 @@ "binop": null, "updateContext": null }, - "start": 61443, - "end": 61444, + "start": 63458, + "end": 63459, "loc": { "start": { - "line": 1783, + "line": 1829, "column": 21 }, "end": { - "line": 1783, + "line": 1829, "column": 22 } } @@ -412662,15 +423444,15 @@ "postfix": false, "binop": null }, - "start": 61453, - "end": 61454, + "start": 63468, + "end": 63469, "loc": { "start": { - "line": 1784, + "line": 1830, "column": 8 }, "end": { - "line": 1784, + "line": 1830, "column": 9 } } @@ -412678,15 +423460,15 @@ { "type": "CommentLine", "value": " error if we get here: notify listeners", - "start": 61464, - "end": 61505, + "start": 63479, + "end": 63520, "loc": { "start": { - "line": 1786, + "line": 1832, "column": 8 }, "end": { - "line": 1786, + "line": 1832, "column": 49 } } @@ -412706,15 +423488,15 @@ "updateContext": null }, "value": "this", - "start": 61514, - "end": 61518, + "start": 63529, + "end": 63533, "loc": { "start": { - "line": 1787, + "line": 1833, "column": 8 }, "end": { - "line": 1787, + "line": 1833, "column": 12 } } @@ -412732,15 +423514,15 @@ "binop": null, "updateContext": null }, - "start": 61518, - "end": 61519, + "start": 63533, + "end": 63534, "loc": { "start": { - "line": 1787, + "line": 1833, "column": 12 }, "end": { - "line": 1787, + "line": 1833, "column": 13 } } @@ -412758,15 +423540,15 @@ "binop": null }, "value": "player", - "start": 61519, - "end": 61525, + "start": 63534, + "end": 63540, "loc": { "start": { - "line": 1787, + "line": 1833, "column": 13 }, "end": { - "line": 1787, + "line": 1833, "column": 19 } } @@ -412784,15 +423566,15 @@ "binop": null, "updateContext": null }, - "start": 61525, - "end": 61526, + "start": 63540, + "end": 63541, "loc": { "start": { - "line": 1787, + "line": 1833, "column": 19 }, "end": { - "line": 1787, + "line": 1833, "column": 20 } } @@ -412810,15 +423592,15 @@ "binop": null }, "value": "trigger", - "start": 61526, - "end": 61533, + "start": 63541, + "end": 63548, "loc": { "start": { - "line": 1787, + "line": 1833, "column": 20 }, "end": { - "line": 1787, + "line": 1833, "column": 27 } } @@ -412835,15 +423617,15 @@ "postfix": false, "binop": null }, - "start": 61533, - "end": 61534, + "start": 63548, + "end": 63549, "loc": { "start": { - "line": 1787, + "line": 1833, "column": 27 }, "end": { - "line": 1787, + "line": 1833, "column": 28 } } @@ -412861,15 +423643,15 @@ "binop": null }, "value": "Event", - "start": 61534, - "end": 61539, + "start": 63549, + "end": 63554, "loc": { "start": { - "line": 1787, + "line": 1833, "column": 28 }, "end": { - "line": 1787, + "line": 1833, "column": 33 } } @@ -412887,15 +423669,15 @@ "binop": null, "updateContext": null }, - "start": 61539, - "end": 61540, + "start": 63554, + "end": 63555, "loc": { "start": { - "line": 1787, + "line": 1833, "column": 33 }, "end": { - "line": 1787, + "line": 1833, "column": 34 } } @@ -412913,15 +423695,15 @@ "binop": null }, "value": "ERROR", - "start": 61540, - "end": 61545, + "start": 63555, + "end": 63560, "loc": { "start": { - "line": 1787, + "line": 1833, "column": 34 }, "end": { - "line": 1787, + "line": 1833, "column": 39 } } @@ -412939,15 +423721,15 @@ "binop": null, "updateContext": null }, - "start": 61545, - "end": 61546, + "start": 63560, + "end": 63561, "loc": { "start": { - "line": 1787, + "line": 1833, "column": 39 }, "end": { - "line": 1787, + "line": 1833, "column": 40 } } @@ -412965,15 +423747,15 @@ "binop": null }, "value": "errorMessage", - "start": 61547, - "end": 61559, + "start": 63562, + "end": 63574, "loc": { "start": { - "line": 1787, + "line": 1833, "column": 41 }, "end": { - "line": 1787, + "line": 1833, "column": 53 } } @@ -412990,15 +423772,15 @@ "postfix": false, "binop": null }, - "start": 61559, - "end": 61560, + "start": 63574, + "end": 63575, "loc": { "start": { - "line": 1787, + "line": 1833, "column": 53 }, "end": { - "line": 1787, + "line": 1833, "column": 54 } } @@ -413016,15 +423798,15 @@ "binop": null, "updateContext": null }, - "start": 61560, - "end": 61561, + "start": 63575, + "end": 63576, "loc": { "start": { - "line": 1787, + "line": 1833, "column": 54 }, "end": { - "line": 1787, + "line": 1833, "column": 55 } } @@ -413041,15 +423823,15 @@ "postfix": false, "binop": null }, - "start": 61566, - "end": 61567, + "start": 63581, + "end": 63582, "loc": { "start": { - "line": 1788, + "line": 1834, "column": 4 }, "end": { - "line": 1788, + "line": 1834, "column": 5 } } @@ -413057,15 +423839,15 @@ { "type": "CommentBlock", "value": "*\n * Show or hide the volume menu.\n *\n * @private\n * @param {boolean} display - Hide/show volume control.\n ", - "start": 61573, - "end": 61704, + "start": 63588, + "end": 63719, "loc": { "start": { - "line": 1790, + "line": 1836, "column": 4 }, "end": { - "line": 1795, + "line": 1841, "column": 7 } } @@ -413083,15 +423865,15 @@ "binop": null }, "value": "displayVolumeControl", - "start": 61709, - "end": 61729, + "start": 63724, + "end": 63744, "loc": { "start": { - "line": 1796, + "line": 1842, "column": 4 }, "end": { - "line": 1796, + "line": 1842, "column": 24 } } @@ -413108,15 +423890,15 @@ "postfix": false, "binop": null }, - "start": 61729, - "end": 61730, + "start": 63744, + "end": 63745, "loc": { "start": { - "line": 1796, + "line": 1842, "column": 24 }, "end": { - "line": 1796, + "line": 1842, "column": 25 } } @@ -413134,15 +423916,15 @@ "binop": null }, "value": "display", - "start": 61730, - "end": 61737, + "start": 63745, + "end": 63752, "loc": { "start": { - "line": 1796, + "line": 1842, "column": 25 }, "end": { - "line": 1796, + "line": 1842, "column": 32 } } @@ -413159,15 +423941,15 @@ "postfix": false, "binop": null }, - "start": 61737, - "end": 61738, + "start": 63752, + "end": 63753, "loc": { "start": { - "line": 1796, + "line": 1842, "column": 32 }, "end": { - "line": 1796, + "line": 1842, "column": 33 } } @@ -413184,15 +423966,15 @@ "postfix": false, "binop": null }, - "start": 61739, - "end": 61740, + "start": 63754, + "end": 63755, "loc": { "start": { - "line": 1796, + "line": 1842, "column": 34 }, "end": { - "line": 1796, + "line": 1842, "column": 35 } } @@ -413212,15 +423994,15 @@ "updateContext": null }, "value": "if", - "start": 61749, - "end": 61751, + "start": 63764, + "end": 63766, "loc": { "start": { - "line": 1797, + "line": 1843, "column": 8 }, "end": { - "line": 1797, + "line": 1843, "column": 10 } } @@ -413237,15 +424019,15 @@ "postfix": false, "binop": null }, - "start": 61752, - "end": 61753, + "start": 63767, + "end": 63768, "loc": { "start": { - "line": 1797, + "line": 1843, "column": 11 }, "end": { - "line": 1797, + "line": 1843, "column": 12 } } @@ -413265,15 +424047,15 @@ "updateContext": null }, "value": "this", - "start": 61753, - "end": 61757, + "start": 63768, + "end": 63772, "loc": { "start": { - "line": 1797, + "line": 1843, "column": 12 }, "end": { - "line": 1797, + "line": 1843, "column": 16 } } @@ -413291,15 +424073,15 @@ "binop": null, "updateContext": null }, - "start": 61757, - "end": 61758, + "start": 63772, + "end": 63773, "loc": { "start": { - "line": 1797, + "line": 1843, "column": 16 }, "end": { - "line": 1797, + "line": 1843, "column": 17 } } @@ -413317,15 +424099,15 @@ "binop": null }, "value": "player", - "start": 61758, - "end": 61764, + "start": 63773, + "end": 63779, "loc": { "start": { - "line": 1797, + "line": 1843, "column": 17 }, "end": { - "line": 1797, + "line": 1843, "column": 23 } } @@ -413343,15 +424125,15 @@ "binop": null, "updateContext": null }, - "start": 61764, - "end": 61765, + "start": 63779, + "end": 63780, "loc": { "start": { - "line": 1797, + "line": 1843, "column": 23 }, "end": { - "line": 1797, + "line": 1843, "column": 24 } } @@ -413369,15 +424151,15 @@ "binop": null }, "value": "controlBar", - "start": 61765, - "end": 61775, + "start": 63780, + "end": 63790, "loc": { "start": { - "line": 1797, + "line": 1843, "column": 24 }, "end": { - "line": 1797, + "line": 1843, "column": 34 } } @@ -413395,15 +424177,15 @@ "binop": null, "updateContext": null }, - "start": 61775, - "end": 61776, + "start": 63790, + "end": 63791, "loc": { "start": { - "line": 1797, + "line": 1843, "column": 34 }, "end": { - "line": 1797, + "line": 1843, "column": 35 } } @@ -413421,15 +424203,15 @@ "binop": null }, "value": "volumePanel", - "start": 61776, - "end": 61787, + "start": 63791, + "end": 63802, "loc": { "start": { - "line": 1797, + "line": 1843, "column": 35 }, "end": { - "line": 1797, + "line": 1843, "column": 46 } } @@ -413448,15 +424230,15 @@ "updateContext": null }, "value": "!==", - "start": 61788, - "end": 61791, + "start": 63803, + "end": 63806, "loc": { "start": { - "line": 1797, + "line": 1843, "column": 47 }, "end": { - "line": 1797, + "line": 1843, "column": 50 } } @@ -413474,15 +424256,15 @@ "binop": null }, "value": "undefined", - "start": 61792, - "end": 61801, + "start": 63807, + "end": 63816, "loc": { "start": { - "line": 1797, + "line": 1843, "column": 51 }, "end": { - "line": 1797, + "line": 1843, "column": 60 } } @@ -413499,15 +424281,15 @@ "postfix": false, "binop": null }, - "start": 61801, - "end": 61802, + "start": 63816, + "end": 63817, "loc": { "start": { - "line": 1797, + "line": 1843, "column": 60 }, "end": { - "line": 1797, + "line": 1843, "column": 61 } } @@ -413524,15 +424306,15 @@ "postfix": false, "binop": null }, - "start": 61803, - "end": 61804, + "start": 63818, + "end": 63819, "loc": { "start": { - "line": 1797, + "line": 1843, "column": 62 }, "end": { - "line": 1797, + "line": 1843, "column": 63 } } @@ -413552,15 +424334,15 @@ "updateContext": null }, "value": "if", - "start": 61817, - "end": 61819, + "start": 63832, + "end": 63834, "loc": { "start": { - "line": 1798, + "line": 1844, "column": 12 }, "end": { - "line": 1798, + "line": 1844, "column": 14 } } @@ -413577,15 +424359,15 @@ "postfix": false, "binop": null }, - "start": 61820, - "end": 61821, + "start": 63835, + "end": 63836, "loc": { "start": { - "line": 1798, + "line": 1844, "column": 15 }, "end": { - "line": 1798, + "line": 1844, "column": 16 } } @@ -413603,15 +424385,15 @@ "binop": null }, "value": "display", - "start": 61821, - "end": 61828, + "start": 63836, + "end": 63843, "loc": { "start": { - "line": 1798, + "line": 1844, "column": 16 }, "end": { - "line": 1798, + "line": 1844, "column": 23 } } @@ -413630,15 +424412,15 @@ "updateContext": null }, "value": "===", - "start": 61829, - "end": 61832, + "start": 63844, + "end": 63847, "loc": { "start": { - "line": 1798, + "line": 1844, "column": 24 }, "end": { - "line": 1798, + "line": 1844, "column": 27 } } @@ -413658,15 +424440,15 @@ "updateContext": null }, "value": "true", - "start": 61833, - "end": 61837, + "start": 63848, + "end": 63852, "loc": { "start": { - "line": 1798, + "line": 1844, "column": 28 }, "end": { - "line": 1798, + "line": 1844, "column": 32 } } @@ -413683,15 +424465,15 @@ "postfix": false, "binop": null }, - "start": 61837, - "end": 61838, + "start": 63852, + "end": 63853, "loc": { "start": { - "line": 1798, + "line": 1844, "column": 32 }, "end": { - "line": 1798, + "line": 1844, "column": 33 } } @@ -413708,15 +424490,15 @@ "postfix": false, "binop": null }, - "start": 61839, - "end": 61840, + "start": 63854, + "end": 63855, "loc": { "start": { - "line": 1798, + "line": 1844, "column": 34 }, "end": { - "line": 1798, + "line": 1844, "column": 35 } } @@ -413734,15 +424516,15 @@ "binop": null }, "value": "display", - "start": 61857, - "end": 61864, + "start": 63872, + "end": 63879, "loc": { "start": { - "line": 1799, + "line": 1845, "column": 16 }, "end": { - "line": 1799, + "line": 1845, "column": 23 } } @@ -413761,15 +424543,15 @@ "updateContext": null }, "value": "=", - "start": 61865, - "end": 61866, + "start": 63880, + "end": 63881, "loc": { "start": { - "line": 1799, + "line": 1845, "column": 24 }, "end": { - "line": 1799, + "line": 1845, "column": 25 } } @@ -413788,15 +424570,15 @@ "updateContext": null }, "value": "flex", - "start": 61867, - "end": 61873, + "start": 63882, + "end": 63888, "loc": { "start": { - "line": 1799, + "line": 1845, "column": 26 }, "end": { - "line": 1799, + "line": 1845, "column": 32 } } @@ -413814,15 +424596,15 @@ "binop": null, "updateContext": null }, - "start": 61873, - "end": 61874, + "start": 63888, + "end": 63889, "loc": { "start": { - "line": 1799, + "line": 1845, "column": 32 }, "end": { - "line": 1799, + "line": 1845, "column": 33 } } @@ -413839,15 +424621,15 @@ "postfix": false, "binop": null }, - "start": 61887, - "end": 61888, + "start": 63902, + "end": 63903, "loc": { "start": { - "line": 1800, + "line": 1846, "column": 12 }, "end": { - "line": 1800, + "line": 1846, "column": 13 } } @@ -413867,15 +424649,15 @@ "updateContext": null }, "value": "else", - "start": 61889, - "end": 61893, + "start": 63904, + "end": 63908, "loc": { "start": { - "line": 1800, + "line": 1846, "column": 14 }, "end": { - "line": 1800, + "line": 1846, "column": 18 } } @@ -413892,15 +424674,15 @@ "postfix": false, "binop": null }, - "start": 61894, - "end": 61895, + "start": 63909, + "end": 63910, "loc": { "start": { - "line": 1800, + "line": 1846, "column": 19 }, "end": { - "line": 1800, + "line": 1846, "column": 20 } } @@ -413918,15 +424700,15 @@ "binop": null }, "value": "display", - "start": 61912, - "end": 61919, + "start": 63927, + "end": 63934, "loc": { "start": { - "line": 1801, + "line": 1847, "column": 16 }, "end": { - "line": 1801, + "line": 1847, "column": 23 } } @@ -413945,15 +424727,15 @@ "updateContext": null }, "value": "=", - "start": 61920, - "end": 61921, + "start": 63935, + "end": 63936, "loc": { "start": { - "line": 1801, + "line": 1847, "column": 24 }, "end": { - "line": 1801, + "line": 1847, "column": 25 } } @@ -413972,15 +424754,15 @@ "updateContext": null }, "value": "none", - "start": 61922, - "end": 61928, + "start": 63937, + "end": 63943, "loc": { "start": { - "line": 1801, + "line": 1847, "column": 26 }, "end": { - "line": 1801, + "line": 1847, "column": 32 } } @@ -413998,15 +424780,15 @@ "binop": null, "updateContext": null }, - "start": 61928, - "end": 61929, + "start": 63943, + "end": 63944, "loc": { "start": { - "line": 1801, + "line": 1847, "column": 32 }, "end": { - "line": 1801, + "line": 1847, "column": 33 } } @@ -414023,15 +424805,15 @@ "postfix": false, "binop": null }, - "start": 61942, - "end": 61943, + "start": 63957, + "end": 63958, "loc": { "start": { - "line": 1802, + "line": 1848, "column": 12 }, "end": { - "line": 1802, + "line": 1848, "column": 13 } } @@ -414051,15 +424833,15 @@ "updateContext": null }, "value": "this", - "start": 61956, - "end": 61960, + "start": 63971, + "end": 63975, "loc": { "start": { - "line": 1803, + "line": 1849, "column": 12 }, "end": { - "line": 1803, + "line": 1849, "column": 16 } } @@ -414077,15 +424859,15 @@ "binop": null, "updateContext": null }, - "start": 61960, - "end": 61961, + "start": 63975, + "end": 63976, "loc": { "start": { - "line": 1803, + "line": 1849, "column": 16 }, "end": { - "line": 1803, + "line": 1849, "column": 17 } } @@ -414103,15 +424885,15 @@ "binop": null }, "value": "player", - "start": 61961, - "end": 61967, + "start": 63976, + "end": 63982, "loc": { "start": { - "line": 1803, + "line": 1849, "column": 17 }, "end": { - "line": 1803, + "line": 1849, "column": 23 } } @@ -414129,15 +424911,15 @@ "binop": null, "updateContext": null }, - "start": 61967, - "end": 61968, + "start": 63982, + "end": 63983, "loc": { "start": { - "line": 1803, + "line": 1849, "column": 23 }, "end": { - "line": 1803, + "line": 1849, "column": 24 } } @@ -414155,15 +424937,15 @@ "binop": null }, "value": "controlBar", - "start": 61968, - "end": 61978, + "start": 63983, + "end": 63993, "loc": { "start": { - "line": 1803, + "line": 1849, "column": 24 }, "end": { - "line": 1803, + "line": 1849, "column": 34 } } @@ -414181,15 +424963,15 @@ "binop": null, "updateContext": null }, - "start": 61978, - "end": 61979, + "start": 63993, + "end": 63994, "loc": { "start": { - "line": 1803, + "line": 1849, "column": 34 }, "end": { - "line": 1803, + "line": 1849, "column": 35 } } @@ -414207,15 +424989,15 @@ "binop": null }, "value": "volumePanel", - "start": 61979, - "end": 61990, + "start": 63994, + "end": 64005, "loc": { "start": { - "line": 1803, + "line": 1849, "column": 35 }, "end": { - "line": 1803, + "line": 1849, "column": 46 } } @@ -414233,15 +425015,15 @@ "binop": null, "updateContext": null }, - "start": 61990, - "end": 61991, + "start": 64005, + "end": 64006, "loc": { "start": { - "line": 1803, + "line": 1849, "column": 46 }, "end": { - "line": 1803, + "line": 1849, "column": 47 } } @@ -414259,15 +425041,15 @@ "binop": null }, "value": "el", - "start": 61991, - "end": 61993, + "start": 64006, + "end": 64008, "loc": { "start": { - "line": 1803, + "line": 1849, "column": 47 }, "end": { - "line": 1803, + "line": 1849, "column": 49 } } @@ -414284,15 +425066,15 @@ "postfix": false, "binop": null }, - "start": 61993, - "end": 61994, + "start": 64008, + "end": 64009, "loc": { "start": { - "line": 1803, + "line": 1849, "column": 49 }, "end": { - "line": 1803, + "line": 1849, "column": 50 } } @@ -414309,15 +425091,15 @@ "postfix": false, "binop": null }, - "start": 61994, - "end": 61995, + "start": 64009, + "end": 64010, "loc": { "start": { - "line": 1803, + "line": 1849, "column": 50 }, "end": { - "line": 1803, + "line": 1849, "column": 51 } } @@ -414335,15 +425117,15 @@ "binop": null, "updateContext": null }, - "start": 61995, - "end": 61996, + "start": 64010, + "end": 64011, "loc": { "start": { - "line": 1803, + "line": 1849, "column": 51 }, "end": { - "line": 1803, + "line": 1849, "column": 52 } } @@ -414361,15 +425143,15 @@ "binop": null }, "value": "style", - "start": 61996, - "end": 62001, + "start": 64011, + "end": 64016, "loc": { "start": { - "line": 1803, + "line": 1849, "column": 52 }, "end": { - "line": 1803, + "line": 1849, "column": 57 } } @@ -414387,15 +425169,15 @@ "binop": null, "updateContext": null }, - "start": 62001, - "end": 62002, + "start": 64016, + "end": 64017, "loc": { "start": { - "line": 1803, + "line": 1849, "column": 57 }, "end": { - "line": 1803, + "line": 1849, "column": 58 } } @@ -414413,15 +425195,15 @@ "binop": null }, "value": "display", - "start": 62002, - "end": 62009, + "start": 64017, + "end": 64024, "loc": { "start": { - "line": 1803, + "line": 1849, "column": 58 }, "end": { - "line": 1803, + "line": 1849, "column": 65 } } @@ -414440,15 +425222,15 @@ "updateContext": null }, "value": "=", - "start": 62010, - "end": 62011, + "start": 64025, + "end": 64026, "loc": { "start": { - "line": 1803, + "line": 1849, "column": 66 }, "end": { - "line": 1803, + "line": 1849, "column": 67 } } @@ -414466,15 +425248,15 @@ "binop": null }, "value": "display", - "start": 62012, - "end": 62019, + "start": 64027, + "end": 64034, "loc": { "start": { - "line": 1803, + "line": 1849, "column": 68 }, "end": { - "line": 1803, + "line": 1849, "column": 75 } } @@ -414492,15 +425274,15 @@ "binop": null, "updateContext": null }, - "start": 62019, - "end": 62020, + "start": 64034, + "end": 64035, "loc": { "start": { - "line": 1803, + "line": 1849, "column": 75 }, "end": { - "line": 1803, + "line": 1849, "column": 76 } } @@ -414517,15 +425299,15 @@ "postfix": false, "binop": null }, - "start": 62029, - "end": 62030, + "start": 64044, + "end": 64045, "loc": { "start": { - "line": 1804, + "line": 1850, "column": 8 }, "end": { - "line": 1804, + "line": 1850, "column": 9 } } @@ -414542,15 +425324,15 @@ "postfix": false, "binop": null }, - "start": 62035, - "end": 62036, + "start": 64050, + "end": 64051, "loc": { "start": { - "line": 1805, + "line": 1851, "column": 4 }, "end": { - "line": 1805, + "line": 1851, "column": 5 } } @@ -414558,15 +425340,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when the video device is ready and stream is visible.\n *\n * @private\n * @param {Event} event - `playing` event\n ", - "start": 62042, - "end": 62191, + "start": 64057, + "end": 64206, "loc": { "start": { - "line": 1807, + "line": 1853, "column": 4 }, "end": { - "line": 1812, + "line": 1858, "column": 7 } } @@ -414584,15 +425366,15 @@ "binop": null }, "value": "onStreamVisible", - "start": 62196, - "end": 62211, + "start": 64211, + "end": 64226, "loc": { "start": { - "line": 1813, + "line": 1859, "column": 4 }, "end": { - "line": 1813, + "line": 1859, "column": 19 } } @@ -414609,15 +425391,15 @@ "postfix": false, "binop": null }, - "start": 62211, - "end": 62212, + "start": 64226, + "end": 64227, "loc": { "start": { - "line": 1813, + "line": 1859, "column": 19 }, "end": { - "line": 1813, + "line": 1859, "column": 20 } } @@ -414635,15 +425417,15 @@ "binop": null }, "value": "event", - "start": 62212, - "end": 62217, + "start": 64227, + "end": 64232, "loc": { "start": { - "line": 1813, + "line": 1859, "column": 20 }, "end": { - "line": 1813, + "line": 1859, "column": 25 } } @@ -414660,15 +425442,15 @@ "postfix": false, "binop": null }, - "start": 62217, - "end": 62218, + "start": 64232, + "end": 64233, "loc": { "start": { - "line": 1813, + "line": 1859, "column": 25 }, "end": { - "line": 1813, + "line": 1859, "column": 26 } } @@ -414685,15 +425467,15 @@ "postfix": false, "binop": null }, - "start": 62219, - "end": 62220, + "start": 64234, + "end": 64235, "loc": { "start": { - "line": 1813, + "line": 1859, "column": 27 }, "end": { - "line": 1813, + "line": 1859, "column": 28 } } @@ -414701,15 +425483,15 @@ { "type": "CommentLine", "value": " only listen for this once; remove listener", - "start": 62229, - "end": 62274, + "start": 64244, + "end": 64289, "loc": { "start": { - "line": 1814, + "line": 1860, "column": 8 }, "end": { - "line": 1814, + "line": 1860, "column": 53 } } @@ -414729,15 +425511,15 @@ "updateContext": null }, "value": "this", - "start": 62283, - "end": 62287, + "start": 64298, + "end": 64302, "loc": { "start": { - "line": 1815, + "line": 1861, "column": 8 }, "end": { - "line": 1815, + "line": 1861, "column": 12 } } @@ -414755,15 +425537,15 @@ "binop": null, "updateContext": null }, - "start": 62287, - "end": 62288, + "start": 64302, + "end": 64303, "loc": { "start": { - "line": 1815, + "line": 1861, "column": 12 }, "end": { - "line": 1815, + "line": 1861, "column": 13 } } @@ -414781,15 +425563,15 @@ "binop": null }, "value": "mediaElement", - "start": 62288, - "end": 62300, + "start": 64303, + "end": 64315, "loc": { "start": { - "line": 1815, + "line": 1861, "column": 13 }, "end": { - "line": 1815, + "line": 1861, "column": 25 } } @@ -414807,15 +425589,15 @@ "binop": null, "updateContext": null }, - "start": 62300, - "end": 62301, + "start": 64315, + "end": 64316, "loc": { "start": { - "line": 1815, + "line": 1861, "column": 25 }, "end": { - "line": 1815, + "line": 1861, "column": 26 } } @@ -414833,15 +425615,15 @@ "binop": null }, "value": "removeEventListener", - "start": 62301, - "end": 62320, + "start": 64316, + "end": 64335, "loc": { "start": { - "line": 1815, + "line": 1861, "column": 26 }, "end": { - "line": 1815, + "line": 1861, "column": 45 } } @@ -414858,15 +425640,15 @@ "postfix": false, "binop": null }, - "start": 62320, - "end": 62321, + "start": 64335, + "end": 64336, "loc": { "start": { - "line": 1815, + "line": 1861, "column": 45 }, "end": { - "line": 1815, + "line": 1861, "column": 46 } } @@ -414884,15 +425666,15 @@ "binop": null }, "value": "Event", - "start": 62321, - "end": 62326, + "start": 64336, + "end": 64341, "loc": { "start": { - "line": 1815, + "line": 1861, "column": 46 }, "end": { - "line": 1815, + "line": 1861, "column": 51 } } @@ -414910,15 +425692,15 @@ "binop": null, "updateContext": null }, - "start": 62326, - "end": 62327, + "start": 64341, + "end": 64342, "loc": { "start": { - "line": 1815, + "line": 1861, "column": 51 }, "end": { - "line": 1815, + "line": 1861, "column": 52 } } @@ -414936,15 +425718,15 @@ "binop": null }, "value": "PLAYING", - "start": 62327, - "end": 62334, + "start": 64342, + "end": 64349, "loc": { "start": { - "line": 1815, + "line": 1861, "column": 52 }, "end": { - "line": 1815, + "line": 1861, "column": 59 } } @@ -414962,15 +425744,15 @@ "binop": null, "updateContext": null }, - "start": 62334, - "end": 62335, + "start": 64349, + "end": 64350, "loc": { "start": { - "line": 1815, + "line": 1861, "column": 59 }, "end": { - "line": 1815, + "line": 1861, "column": 60 } } @@ -414990,15 +425772,15 @@ "updateContext": null }, "value": "this", - "start": 62336, - "end": 62340, + "start": 64351, + "end": 64355, "loc": { "start": { - "line": 1815, + "line": 1861, "column": 61 }, "end": { - "line": 1815, + "line": 1861, "column": 65 } } @@ -415016,15 +425798,15 @@ "binop": null, "updateContext": null }, - "start": 62340, - "end": 62341, + "start": 64355, + "end": 64356, "loc": { "start": { - "line": 1815, + "line": 1861, "column": 65 }, "end": { - "line": 1815, + "line": 1861, "column": 66 } } @@ -415042,15 +425824,15 @@ "binop": null }, "value": "streamVisibleCallback", - "start": 62341, - "end": 62362, + "start": 64356, + "end": 64377, "loc": { "start": { - "line": 1815, + "line": 1861, "column": 66 }, "end": { - "line": 1815, + "line": 1861, "column": 87 } } @@ -415067,15 +425849,15 @@ "postfix": false, "binop": null }, - "start": 62362, - "end": 62363, + "start": 64377, + "end": 64378, "loc": { "start": { - "line": 1815, + "line": 1861, "column": 87 }, "end": { - "line": 1815, + "line": 1861, "column": 88 } } @@ -415093,15 +425875,15 @@ "binop": null, "updateContext": null }, - "start": 62363, - "end": 62364, + "start": 64378, + "end": 64379, "loc": { "start": { - "line": 1815, + "line": 1861, "column": 88 }, "end": { - "line": 1815, + "line": 1861, "column": 89 } } @@ -415109,15 +425891,15 @@ { "type": "CommentLine", "value": " reset and show camera button", - "start": 62374, - "end": 62405, + "start": 64389, + "end": 64420, "loc": { "start": { - "line": 1817, + "line": 1863, "column": 8 }, "end": { - "line": 1817, + "line": 1863, "column": 39 } } @@ -415137,15 +425919,15 @@ "updateContext": null }, "value": "this", - "start": 62414, - "end": 62418, + "start": 64429, + "end": 64433, "loc": { "start": { - "line": 1818, + "line": 1864, "column": 8 }, "end": { - "line": 1818, + "line": 1864, "column": 12 } } @@ -415163,15 +425945,15 @@ "binop": null, "updateContext": null }, - "start": 62418, - "end": 62419, + "start": 64433, + "end": 64434, "loc": { "start": { - "line": 1818, + "line": 1864, "column": 12 }, "end": { - "line": 1818, + "line": 1864, "column": 13 } } @@ -415189,15 +425971,15 @@ "binop": null }, "value": "player", - "start": 62419, - "end": 62425, + "start": 64434, + "end": 64440, "loc": { "start": { - "line": 1818, + "line": 1864, "column": 13 }, "end": { - "line": 1818, + "line": 1864, "column": 19 } } @@ -415215,15 +425997,15 @@ "binop": null, "updateContext": null }, - "start": 62425, - "end": 62426, + "start": 64440, + "end": 64441, "loc": { "start": { - "line": 1818, + "line": 1864, "column": 19 }, "end": { - "line": 1818, + "line": 1864, "column": 20 } } @@ -415241,15 +426023,15 @@ "binop": null }, "value": "cameraButton", - "start": 62426, - "end": 62438, + "start": 64441, + "end": 64453, "loc": { "start": { - "line": 1818, + "line": 1864, "column": 20 }, "end": { - "line": 1818, + "line": 1864, "column": 32 } } @@ -415267,15 +426049,15 @@ "binop": null, "updateContext": null }, - "start": 62438, - "end": 62439, + "start": 64453, + "end": 64454, "loc": { "start": { - "line": 1818, + "line": 1864, "column": 32 }, "end": { - "line": 1818, + "line": 1864, "column": 33 } } @@ -415293,15 +426075,15 @@ "binop": null }, "value": "onStop", - "start": 62439, - "end": 62445, + "start": 64454, + "end": 64460, "loc": { "start": { - "line": 1818, + "line": 1864, "column": 33 }, "end": { - "line": 1818, + "line": 1864, "column": 39 } } @@ -415318,15 +426100,15 @@ "postfix": false, "binop": null }, - "start": 62445, - "end": 62446, + "start": 64460, + "end": 64461, "loc": { "start": { - "line": 1818, + "line": 1864, "column": 39 }, "end": { - "line": 1818, + "line": 1864, "column": 40 } } @@ -415343,15 +426125,15 @@ "postfix": false, "binop": null }, - "start": 62446, - "end": 62447, + "start": 64461, + "end": 64462, "loc": { "start": { - "line": 1818, + "line": 1864, "column": 40 }, "end": { - "line": 1818, + "line": 1864, "column": 41 } } @@ -415369,15 +426151,15 @@ "binop": null, "updateContext": null }, - "start": 62447, - "end": 62448, + "start": 64462, + "end": 64463, "loc": { "start": { - "line": 1818, + "line": 1864, "column": 41 }, "end": { - "line": 1818, + "line": 1864, "column": 42 } } @@ -415397,15 +426179,15 @@ "updateContext": null }, "value": "this", - "start": 62457, - "end": 62461, + "start": 64472, + "end": 64476, "loc": { "start": { - "line": 1819, + "line": 1865, "column": 8 }, "end": { - "line": 1819, + "line": 1865, "column": 12 } } @@ -415423,15 +426205,15 @@ "binop": null, "updateContext": null }, - "start": 62461, - "end": 62462, + "start": 64476, + "end": 64477, "loc": { "start": { - "line": 1819, + "line": 1865, "column": 12 }, "end": { - "line": 1819, + "line": 1865, "column": 13 } } @@ -415449,15 +426231,15 @@ "binop": null }, "value": "player", - "start": 62462, - "end": 62468, + "start": 64477, + "end": 64483, "loc": { "start": { - "line": 1819, + "line": 1865, "column": 13 }, "end": { - "line": 1819, + "line": 1865, "column": 19 } } @@ -415475,15 +426257,15 @@ "binop": null, "updateContext": null }, - "start": 62468, - "end": 62469, + "start": 64483, + "end": 64484, "loc": { "start": { - "line": 1819, + "line": 1865, "column": 19 }, "end": { - "line": 1819, + "line": 1865, "column": 20 } } @@ -415501,15 +426283,15 @@ "binop": null }, "value": "cameraButton", - "start": 62469, - "end": 62481, + "start": 64484, + "end": 64496, "loc": { "start": { - "line": 1819, + "line": 1865, "column": 20 }, "end": { - "line": 1819, + "line": 1865, "column": 32 } } @@ -415527,15 +426309,15 @@ "binop": null, "updateContext": null }, - "start": 62481, - "end": 62482, + "start": 64496, + "end": 64497, "loc": { "start": { - "line": 1819, + "line": 1865, "column": 32 }, "end": { - "line": 1819, + "line": 1865, "column": 33 } } @@ -415553,15 +426335,15 @@ "binop": null }, "value": "show", - "start": 62482, - "end": 62486, + "start": 64497, + "end": 64501, "loc": { "start": { - "line": 1819, + "line": 1865, "column": 33 }, "end": { - "line": 1819, + "line": 1865, "column": 37 } } @@ -415578,15 +426360,15 @@ "postfix": false, "binop": null }, - "start": 62486, - "end": 62487, + "start": 64501, + "end": 64502, "loc": { "start": { - "line": 1819, + "line": 1865, "column": 37 }, "end": { - "line": 1819, + "line": 1865, "column": 38 } } @@ -415603,15 +426385,15 @@ "postfix": false, "binop": null }, - "start": 62487, - "end": 62488, + "start": 64502, + "end": 64503, "loc": { "start": { - "line": 1819, + "line": 1865, "column": 38 }, "end": { - "line": 1819, + "line": 1865, "column": 39 } } @@ -415629,15 +426411,15 @@ "binop": null, "updateContext": null }, - "start": 62488, - "end": 62489, + "start": 64503, + "end": 64504, "loc": { "start": { - "line": 1819, + "line": 1865, "column": 39 }, "end": { - "line": 1819, + "line": 1865, "column": 40 } } @@ -415654,15 +426436,15 @@ "postfix": false, "binop": null }, - "start": 62494, - "end": 62495, + "start": 64509, + "end": 64510, "loc": { "start": { - "line": 1820, + "line": 1866, "column": 4 }, "end": { - "line": 1820, + "line": 1866, "column": 5 } } @@ -415670,15 +426452,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when entering picture-in-picture mode.\n *\n * @private\n * @param {object} event - Event data.\n ", - "start": 62501, - "end": 62632, + "start": 64516, + "end": 64647, "loc": { "start": { - "line": 1822, + "line": 1868, "column": 4 }, "end": { - "line": 1827, + "line": 1873, "column": 7 } } @@ -415696,15 +426478,15 @@ "binop": null }, "value": "onEnterPiP", - "start": 62637, - "end": 62647, + "start": 64652, + "end": 64662, "loc": { "start": { - "line": 1828, + "line": 1874, "column": 4 }, "end": { - "line": 1828, + "line": 1874, "column": 14 } } @@ -415721,15 +426503,15 @@ "postfix": false, "binop": null }, - "start": 62647, - "end": 62648, + "start": 64662, + "end": 64663, "loc": { "start": { - "line": 1828, + "line": 1874, "column": 14 }, "end": { - "line": 1828, + "line": 1874, "column": 15 } } @@ -415747,15 +426529,15 @@ "binop": null }, "value": "event", - "start": 62648, - "end": 62653, + "start": 64663, + "end": 64668, "loc": { "start": { - "line": 1828, + "line": 1874, "column": 15 }, "end": { - "line": 1828, + "line": 1874, "column": 20 } } @@ -415772,15 +426554,15 @@ "postfix": false, "binop": null }, - "start": 62653, - "end": 62654, + "start": 64668, + "end": 64669, "loc": { "start": { - "line": 1828, + "line": 1874, "column": 20 }, "end": { - "line": 1828, + "line": 1874, "column": 21 } } @@ -415797,15 +426579,15 @@ "postfix": false, "binop": null }, - "start": 62655, - "end": 62656, + "start": 64670, + "end": 64671, "loc": { "start": { - "line": 1828, + "line": 1874, "column": 22 }, "end": { - "line": 1828, + "line": 1874, "column": 23 } } @@ -415825,15 +426607,15 @@ "updateContext": null }, "value": "this", - "start": 62665, - "end": 62669, + "start": 64680, + "end": 64684, "loc": { "start": { - "line": 1829, + "line": 1875, "column": 8 }, "end": { - "line": 1829, + "line": 1875, "column": 12 } } @@ -415851,15 +426633,15 @@ "binop": null, "updateContext": null }, - "start": 62669, - "end": 62670, + "start": 64684, + "end": 64685, "loc": { "start": { - "line": 1829, + "line": 1875, "column": 12 }, "end": { - "line": 1829, + "line": 1875, "column": 13 } } @@ -415877,15 +426659,15 @@ "binop": null }, "value": "player", - "start": 62670, - "end": 62676, + "start": 64685, + "end": 64691, "loc": { "start": { - "line": 1829, + "line": 1875, "column": 13 }, "end": { - "line": 1829, + "line": 1875, "column": 19 } } @@ -415903,15 +426685,15 @@ "binop": null, "updateContext": null }, - "start": 62676, - "end": 62677, + "start": 64691, + "end": 64692, "loc": { "start": { - "line": 1829, + "line": 1875, "column": 19 }, "end": { - "line": 1829, + "line": 1875, "column": 20 } } @@ -415929,15 +426711,15 @@ "binop": null }, "value": "trigger", - "start": 62677, - "end": 62684, + "start": 64692, + "end": 64699, "loc": { "start": { - "line": 1829, + "line": 1875, "column": 20 }, "end": { - "line": 1829, + "line": 1875, "column": 27 } } @@ -415954,15 +426736,15 @@ "postfix": false, "binop": null }, - "start": 62684, - "end": 62685, + "start": 64699, + "end": 64700, "loc": { "start": { - "line": 1829, + "line": 1875, "column": 27 }, "end": { - "line": 1829, + "line": 1875, "column": 28 } } @@ -415980,15 +426762,15 @@ "binop": null }, "value": "Event", - "start": 62685, - "end": 62690, + "start": 64700, + "end": 64705, "loc": { "start": { - "line": 1829, + "line": 1875, "column": 28 }, "end": { - "line": 1829, + "line": 1875, "column": 33 } } @@ -416006,15 +426788,15 @@ "binop": null, "updateContext": null }, - "start": 62690, - "end": 62691, + "start": 64705, + "end": 64706, "loc": { "start": { - "line": 1829, + "line": 1875, "column": 33 }, "end": { - "line": 1829, + "line": 1875, "column": 34 } } @@ -416032,15 +426814,15 @@ "binop": null }, "value": "ENTER_PIP", - "start": 62691, - "end": 62700, + "start": 64706, + "end": 64715, "loc": { "start": { - "line": 1829, + "line": 1875, "column": 34 }, "end": { - "line": 1829, + "line": 1875, "column": 43 } } @@ -416058,15 +426840,15 @@ "binop": null, "updateContext": null }, - "start": 62700, - "end": 62701, + "start": 64715, + "end": 64716, "loc": { "start": { - "line": 1829, + "line": 1875, "column": 43 }, "end": { - "line": 1829, + "line": 1875, "column": 44 } } @@ -416084,15 +426866,15 @@ "binop": null }, "value": "event", - "start": 62702, - "end": 62707, + "start": 64717, + "end": 64722, "loc": { "start": { - "line": 1829, + "line": 1875, "column": 45 }, "end": { - "line": 1829, + "line": 1875, "column": 50 } } @@ -416109,15 +426891,15 @@ "postfix": false, "binop": null }, - "start": 62707, - "end": 62708, + "start": 64722, + "end": 64723, "loc": { "start": { - "line": 1829, + "line": 1875, "column": 50 }, "end": { - "line": 1829, + "line": 1875, "column": 51 } } @@ -416135,15 +426917,15 @@ "binop": null, "updateContext": null }, - "start": 62708, - "end": 62709, + "start": 64723, + "end": 64724, "loc": { "start": { - "line": 1829, + "line": 1875, "column": 51 }, "end": { - "line": 1829, + "line": 1875, "column": 52 } } @@ -416160,15 +426942,15 @@ "postfix": false, "binop": null }, - "start": 62714, - "end": 62715, + "start": 64729, + "end": 64730, "loc": { "start": { - "line": 1830, + "line": 1876, "column": 4 }, "end": { - "line": 1830, + "line": 1876, "column": 5 } } @@ -416176,15 +426958,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when leaving picture-in-picture mode.\n *\n * @private\n * @param {object} event - Event data.\n ", - "start": 62721, - "end": 62851, + "start": 64736, + "end": 64866, "loc": { "start": { - "line": 1832, + "line": 1878, "column": 4 }, "end": { - "line": 1837, + "line": 1883, "column": 7 } } @@ -416202,15 +426984,15 @@ "binop": null }, "value": "onLeavePiP", - "start": 62856, - "end": 62866, + "start": 64871, + "end": 64881, "loc": { "start": { - "line": 1838, + "line": 1884, "column": 4 }, "end": { - "line": 1838, + "line": 1884, "column": 14 } } @@ -416227,15 +427009,15 @@ "postfix": false, "binop": null }, - "start": 62866, - "end": 62867, + "start": 64881, + "end": 64882, "loc": { "start": { - "line": 1838, + "line": 1884, "column": 14 }, "end": { - "line": 1838, + "line": 1884, "column": 15 } } @@ -416253,15 +427035,15 @@ "binop": null }, "value": "event", - "start": 62867, - "end": 62872, + "start": 64882, + "end": 64887, "loc": { "start": { - "line": 1838, + "line": 1884, "column": 15 }, "end": { - "line": 1838, + "line": 1884, "column": 20 } } @@ -416278,15 +427060,15 @@ "postfix": false, "binop": null }, - "start": 62872, - "end": 62873, + "start": 64887, + "end": 64888, "loc": { "start": { - "line": 1838, + "line": 1884, "column": 20 }, "end": { - "line": 1838, + "line": 1884, "column": 21 } } @@ -416303,15 +427085,15 @@ "postfix": false, "binop": null }, - "start": 62874, - "end": 62875, + "start": 64889, + "end": 64890, "loc": { "start": { - "line": 1838, + "line": 1884, "column": 22 }, "end": { - "line": 1838, + "line": 1884, "column": 23 } } @@ -416331,15 +427113,15 @@ "updateContext": null }, "value": "this", - "start": 62884, - "end": 62888, + "start": 64899, + "end": 64903, "loc": { "start": { - "line": 1839, + "line": 1885, "column": 8 }, "end": { - "line": 1839, + "line": 1885, "column": 12 } } @@ -416357,15 +427139,15 @@ "binop": null, "updateContext": null }, - "start": 62888, - "end": 62889, + "start": 64903, + "end": 64904, "loc": { "start": { - "line": 1839, + "line": 1885, "column": 12 }, "end": { - "line": 1839, + "line": 1885, "column": 13 } } @@ -416383,15 +427165,15 @@ "binop": null }, "value": "player", - "start": 62889, - "end": 62895, + "start": 64904, + "end": 64910, "loc": { "start": { - "line": 1839, + "line": 1885, "column": 13 }, "end": { - "line": 1839, + "line": 1885, "column": 19 } } @@ -416409,15 +427191,15 @@ "binop": null, "updateContext": null }, - "start": 62895, - "end": 62896, + "start": 64910, + "end": 64911, "loc": { "start": { - "line": 1839, + "line": 1885, "column": 19 }, "end": { - "line": 1839, + "line": 1885, "column": 20 } } @@ -416435,15 +427217,15 @@ "binop": null }, "value": "trigger", - "start": 62896, - "end": 62903, + "start": 64911, + "end": 64918, "loc": { "start": { - "line": 1839, + "line": 1885, "column": 20 }, "end": { - "line": 1839, + "line": 1885, "column": 27 } } @@ -416460,15 +427242,15 @@ "postfix": false, "binop": null }, - "start": 62903, - "end": 62904, + "start": 64918, + "end": 64919, "loc": { "start": { - "line": 1839, + "line": 1885, "column": 27 }, "end": { - "line": 1839, + "line": 1885, "column": 28 } } @@ -416486,15 +427268,15 @@ "binop": null }, "value": "Event", - "start": 62904, - "end": 62909, + "start": 64919, + "end": 64924, "loc": { "start": { - "line": 1839, + "line": 1885, "column": 28 }, "end": { - "line": 1839, + "line": 1885, "column": 33 } } @@ -416512,15 +427294,15 @@ "binop": null, "updateContext": null }, - "start": 62909, - "end": 62910, + "start": 64924, + "end": 64925, "loc": { "start": { - "line": 1839, + "line": 1885, "column": 33 }, "end": { - "line": 1839, + "line": 1885, "column": 34 } } @@ -416538,15 +427320,15 @@ "binop": null }, "value": "LEAVE_PIP", - "start": 62910, - "end": 62919, + "start": 64925, + "end": 64934, "loc": { "start": { - "line": 1839, + "line": 1885, "column": 34 }, "end": { - "line": 1839, + "line": 1885, "column": 43 } } @@ -416563,15 +427345,15 @@ "postfix": false, "binop": null }, - "start": 62919, - "end": 62920, + "start": 64934, + "end": 64935, "loc": { "start": { - "line": 1839, + "line": 1885, "column": 43 }, "end": { - "line": 1839, + "line": 1885, "column": 44 } } @@ -416589,15 +427371,15 @@ "binop": null, "updateContext": null }, - "start": 62920, - "end": 62921, + "start": 64935, + "end": 64936, "loc": { "start": { - "line": 1839, + "line": 1885, "column": 44 }, "end": { - "line": 1839, + "line": 1885, "column": 45 } } @@ -416614,15 +427396,15 @@ "postfix": false, "binop": null }, - "start": 62926, - "end": 62927, + "start": 64941, + "end": 64942, "loc": { "start": { - "line": 1840, + "line": 1886, "column": 4 }, "end": { - "line": 1840, + "line": 1886, "column": 5 } } @@ -416639,15 +427421,15 @@ "postfix": false, "binop": null }, - "start": 62928, - "end": 62929, + "start": 64943, + "end": 64944, "loc": { "start": { - "line": 1841, + "line": 1887, "column": 0 }, "end": { - "line": 1841, + "line": 1887, "column": 1 } } @@ -416655,15 +427437,15 @@ { "type": "CommentLine", "value": " version nr is injected during build", - "start": 62931, - "end": 62969, + "start": 64946, + "end": 64984, "loc": { "start": { - "line": 1843, + "line": 1889, "column": 0 }, "end": { - "line": 1843, + "line": 1889, "column": 38 } } @@ -416681,15 +427463,15 @@ "binop": null }, "value": "Record", - "start": 62970, - "end": 62976, + "start": 64985, + "end": 64991, "loc": { "start": { - "line": 1844, + "line": 1890, "column": 0 }, "end": { - "line": 1844, + "line": 1890, "column": 6 } } @@ -416707,15 +427489,15 @@ "binop": null, "updateContext": null }, - "start": 62976, - "end": 62977, + "start": 64991, + "end": 64992, "loc": { "start": { - "line": 1844, + "line": 1890, "column": 6 }, "end": { - "line": 1844, + "line": 1890, "column": 7 } } @@ -416733,15 +427515,15 @@ "binop": null }, "value": "VERSION", - "start": 62977, - "end": 62984, + "start": 64992, + "end": 64999, "loc": { "start": { - "line": 1844, + "line": 1890, "column": 7 }, "end": { - "line": 1844, + "line": 1890, "column": 14 } } @@ -416760,15 +427542,15 @@ "updateContext": null }, "value": "=", - "start": 62985, - "end": 62986, + "start": 65000, + "end": 65001, "loc": { "start": { - "line": 1844, + "line": 1890, "column": 15 }, "end": { - "line": 1844, + "line": 1890, "column": 16 } } @@ -416786,15 +427568,15 @@ "binop": null }, "value": "__VERSION__", - "start": 62987, - "end": 62998, + "start": 65002, + "end": 65013, "loc": { "start": { - "line": 1844, + "line": 1890, "column": 17 }, "end": { - "line": 1844, + "line": 1890, "column": 28 } } @@ -416812,15 +427594,15 @@ "binop": null, "updateContext": null }, - "start": 62998, - "end": 62999, + "start": 65013, + "end": 65014, "loc": { "start": { - "line": 1844, + "line": 1890, "column": 28 }, "end": { - "line": 1844, + "line": 1890, "column": 29 } } @@ -416828,15 +427610,15 @@ { "type": "CommentLine", "value": " register plugin", - "start": 63001, - "end": 63019, + "start": 65016, + "end": 65034, "loc": { "start": { - "line": 1846, + "line": 1892, "column": 0 }, "end": { - "line": 1846, + "line": 1892, "column": 18 } } @@ -416854,15 +427636,15 @@ "binop": null }, "value": "videojs", - "start": 63020, - "end": 63027, + "start": 65035, + "end": 65042, "loc": { "start": { - "line": 1847, + "line": 1893, "column": 0 }, "end": { - "line": 1847, + "line": 1893, "column": 7 } } @@ -416880,15 +427662,15 @@ "binop": null, "updateContext": null }, - "start": 63027, - "end": 63028, + "start": 65042, + "end": 65043, "loc": { "start": { - "line": 1847, + "line": 1893, "column": 7 }, "end": { - "line": 1847, + "line": 1893, "column": 8 } } @@ -416906,15 +427688,15 @@ "binop": null }, "value": "Record", - "start": 63028, - "end": 63034, + "start": 65043, + "end": 65049, "loc": { "start": { - "line": 1847, + "line": 1893, "column": 8 }, "end": { - "line": 1847, + "line": 1893, "column": 14 } } @@ -416933,15 +427715,15 @@ "updateContext": null }, "value": "=", - "start": 63035, - "end": 63036, + "start": 65050, + "end": 65051, "loc": { "start": { - "line": 1847, + "line": 1893, "column": 15 }, "end": { - "line": 1847, + "line": 1893, "column": 16 } } @@ -416959,15 +427741,15 @@ "binop": null }, "value": "Record", - "start": 63037, - "end": 63043, + "start": 65052, + "end": 65058, "loc": { "start": { - "line": 1847, + "line": 1893, "column": 17 }, "end": { - "line": 1847, + "line": 1893, "column": 23 } } @@ -416985,15 +427767,15 @@ "binop": null, "updateContext": null }, - "start": 63043, - "end": 63044, + "start": 65058, + "end": 65059, "loc": { "start": { - "line": 1847, + "line": 1893, "column": 23 }, "end": { - "line": 1847, + "line": 1893, "column": 24 } } @@ -417013,15 +427795,15 @@ "updateContext": null }, "value": "if", - "start": 63045, - "end": 63047, + "start": 65060, + "end": 65062, "loc": { "start": { - "line": 1848, + "line": 1894, "column": 0 }, "end": { - "line": 1848, + "line": 1894, "column": 2 } } @@ -417038,15 +427820,15 @@ "postfix": false, "binop": null }, - "start": 63048, - "end": 63049, + "start": 65063, + "end": 65064, "loc": { "start": { - "line": 1848, + "line": 1894, "column": 3 }, "end": { - "line": 1848, + "line": 1894, "column": 4 } } @@ -417064,15 +427846,15 @@ "binop": null }, "value": "videojs", - "start": 63049, - "end": 63056, + "start": 65064, + "end": 65071, "loc": { "start": { - "line": 1848, + "line": 1894, "column": 4 }, "end": { - "line": 1848, + "line": 1894, "column": 11 } } @@ -417090,15 +427872,15 @@ "binop": null, "updateContext": null }, - "start": 63056, - "end": 63057, + "start": 65071, + "end": 65072, "loc": { "start": { - "line": 1848, + "line": 1894, "column": 11 }, "end": { - "line": 1848, + "line": 1894, "column": 12 } } @@ -417116,15 +427898,15 @@ "binop": null }, "value": "getPlugin", - "start": 63057, - "end": 63066, + "start": 65072, + "end": 65081, "loc": { "start": { - "line": 1848, + "line": 1894, "column": 12 }, "end": { - "line": 1848, + "line": 1894, "column": 21 } } @@ -417141,15 +427923,15 @@ "postfix": false, "binop": null }, - "start": 63066, - "end": 63067, + "start": 65081, + "end": 65082, "loc": { "start": { - "line": 1848, + "line": 1894, "column": 21 }, "end": { - "line": 1848, + "line": 1894, "column": 22 } } @@ -417168,15 +427950,15 @@ "updateContext": null }, "value": "record", - "start": 63067, - "end": 63075, + "start": 65082, + "end": 65090, "loc": { "start": { - "line": 1848, + "line": 1894, "column": 22 }, "end": { - "line": 1848, + "line": 1894, "column": 30 } } @@ -417193,15 +427975,15 @@ "postfix": false, "binop": null }, - "start": 63075, - "end": 63076, + "start": 65090, + "end": 65091, "loc": { "start": { - "line": 1848, + "line": 1894, "column": 30 }, "end": { - "line": 1848, + "line": 1894, "column": 31 } } @@ -417220,15 +428002,15 @@ "updateContext": null }, "value": "===", - "start": 63077, - "end": 63080, + "start": 65092, + "end": 65095, "loc": { "start": { - "line": 1848, + "line": 1894, "column": 32 }, "end": { - "line": 1848, + "line": 1894, "column": 35 } } @@ -417246,15 +428028,15 @@ "binop": null }, "value": "undefined", - "start": 63081, - "end": 63090, + "start": 65096, + "end": 65105, "loc": { "start": { - "line": 1848, + "line": 1894, "column": 36 }, "end": { - "line": 1848, + "line": 1894, "column": 45 } } @@ -417271,15 +428053,15 @@ "postfix": false, "binop": null }, - "start": 63090, - "end": 63091, + "start": 65105, + "end": 65106, "loc": { "start": { - "line": 1848, + "line": 1894, "column": 45 }, "end": { - "line": 1848, + "line": 1894, "column": 46 } } @@ -417296,15 +428078,15 @@ "postfix": false, "binop": null }, - "start": 63092, - "end": 63093, + "start": 65107, + "end": 65108, "loc": { "start": { - "line": 1848, + "line": 1894, "column": 47 }, "end": { - "line": 1848, + "line": 1894, "column": 48 } } @@ -417322,15 +428104,15 @@ "binop": null }, "value": "videojs", - "start": 63098, - "end": 63105, + "start": 65113, + "end": 65120, "loc": { "start": { - "line": 1849, + "line": 1895, "column": 4 }, "end": { - "line": 1849, + "line": 1895, "column": 11 } } @@ -417348,15 +428130,15 @@ "binop": null, "updateContext": null }, - "start": 63105, - "end": 63106, + "start": 65120, + "end": 65121, "loc": { "start": { - "line": 1849, + "line": 1895, "column": 11 }, "end": { - "line": 1849, + "line": 1895, "column": 12 } } @@ -417374,15 +428156,15 @@ "binop": null }, "value": "registerPlugin", - "start": 63106, - "end": 63120, + "start": 65121, + "end": 65135, "loc": { "start": { - "line": 1849, + "line": 1895, "column": 12 }, "end": { - "line": 1849, + "line": 1895, "column": 26 } } @@ -417399,15 +428181,15 @@ "postfix": false, "binop": null }, - "start": 63120, - "end": 63121, + "start": 65135, + "end": 65136, "loc": { "start": { - "line": 1849, + "line": 1895, "column": 26 }, "end": { - "line": 1849, + "line": 1895, "column": 27 } } @@ -417426,15 +428208,15 @@ "updateContext": null }, "value": "record", - "start": 63121, - "end": 63129, + "start": 65136, + "end": 65144, "loc": { "start": { - "line": 1849, + "line": 1895, "column": 27 }, "end": { - "line": 1849, + "line": 1895, "column": 35 } } @@ -417452,15 +428234,15 @@ "binop": null, "updateContext": null }, - "start": 63129, - "end": 63130, + "start": 65144, + "end": 65145, "loc": { "start": { - "line": 1849, + "line": 1895, "column": 35 }, "end": { - "line": 1849, + "line": 1895, "column": 36 } } @@ -417478,15 +428260,15 @@ "binop": null }, "value": "Record", - "start": 63131, - "end": 63137, + "start": 65146, + "end": 65152, "loc": { "start": { - "line": 1849, + "line": 1895, "column": 37 }, "end": { - "line": 1849, + "line": 1895, "column": 43 } } @@ -417503,15 +428285,15 @@ "postfix": false, "binop": null }, - "start": 63137, - "end": 63138, + "start": 65152, + "end": 65153, "loc": { "start": { - "line": 1849, + "line": 1895, "column": 43 }, "end": { - "line": 1849, + "line": 1895, "column": 44 } } @@ -417529,15 +428311,15 @@ "binop": null, "updateContext": null }, - "start": 63138, - "end": 63139, + "start": 65153, + "end": 65154, "loc": { "start": { - "line": 1849, + "line": 1895, "column": 44 }, "end": { - "line": 1849, + "line": 1895, "column": 45 } } @@ -417554,15 +428336,15 @@ "postfix": false, "binop": null }, - "start": 63140, - "end": 63141, + "start": 65155, + "end": 65156, "loc": { "start": { - "line": 1850, + "line": 1896, "column": 0 }, "end": { - "line": 1850, + "line": 1896, "column": 1 } } @@ -417570,15 +428352,15 @@ { "type": "CommentLine", "value": " export plugin", - "start": 63143, - "end": 63159, + "start": 65158, + "end": 65174, "loc": { "start": { - "line": 1852, + "line": 1898, "column": 0 }, "end": { - "line": 1852, + "line": 1898, "column": 16 } } @@ -417598,15 +428380,15 @@ "updateContext": null }, "value": "export", - "start": 63160, - "end": 63166, + "start": 65175, + "end": 65181, "loc": { "start": { - "line": 1853, + "line": 1899, "column": 0 }, "end": { - "line": 1853, + "line": 1899, "column": 6 } } @@ -417623,15 +428405,15 @@ "postfix": false, "binop": null }, - "start": 63167, - "end": 63168, + "start": 65182, + "end": 65183, "loc": { "start": { - "line": 1853, + "line": 1899, "column": 7 }, "end": { - "line": 1853, + "line": 1899, "column": 8 } } @@ -417649,15 +428431,15 @@ "binop": null }, "value": "Record", - "start": 63168, - "end": 63174, + "start": 65183, + "end": 65189, "loc": { "start": { - "line": 1853, + "line": 1899, "column": 8 }, "end": { - "line": 1853, + "line": 1899, "column": 14 } } @@ -417674,15 +428456,15 @@ "postfix": false, "binop": null }, - "start": 63174, - "end": 63175, + "start": 65189, + "end": 65190, "loc": { "start": { - "line": 1853, + "line": 1899, "column": 14 }, "end": { - "line": 1853, + "line": 1899, "column": 15 } } @@ -417700,15 +428482,15 @@ "binop": null, "updateContext": null }, - "start": 63175, - "end": 63176, + "start": 65190, + "end": 65191, "loc": { "start": { - "line": 1853, + "line": 1899, "column": 15 }, "end": { - "line": 1853, + "line": 1899, "column": 16 } } @@ -417726,15 +428508,15 @@ "binop": null, "updateContext": null }, - "start": 63177, - "end": 63177, + "start": 65192, + "end": 65192, "loc": { "start": { - "line": 1854, + "line": 1900, "column": 0 }, "end": { - "line": 1854, + "line": 1900, "column": 0 } } diff --git a/docs/api/class/js/controls/animation-display.js~AnimationDisplay.html b/docs/api/class/js/controls/animation-display.js~AnimationDisplay.html index 6a580ac5..a1b8ba34 100644 --- a/docs/api/class/js/controls/animation-display.js~AnimationDisplay.html +++ b/docs/api/class/js/controls/animation-display.js~AnimationDisplay.html @@ -91,6 +91,7 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • diff --git a/docs/api/class/js/controls/camera-button.js~CameraButton.html b/docs/api/class/js/controls/camera-button.js~CameraButton.html index 3257c669..2a793b3c 100644 --- a/docs/api/class/js/controls/camera-button.js~CameraButton.html +++ b/docs/api/class/js/controls/camera-button.js~CameraButton.html @@ -91,6 +91,7 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • diff --git a/docs/api/class/js/controls/device-button.js~DeviceButton.html b/docs/api/class/js/controls/device-button.js~DeviceButton.html index 34e9f069..40468e30 100644 --- a/docs/api/class/js/controls/device-button.js~DeviceButton.html +++ b/docs/api/class/js/controls/device-button.js~DeviceButton.html @@ -91,6 +91,7 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • diff --git a/docs/api/class/js/controls/picture-in-picture-toggle.js~PictureInPictureToggle.html b/docs/api/class/js/controls/picture-in-picture-toggle.js~PictureInPictureToggle.html index 36bdcff1..9be55b39 100644 --- a/docs/api/class/js/controls/picture-in-picture-toggle.js~PictureInPictureToggle.html +++ b/docs/api/class/js/controls/picture-in-picture-toggle.js~PictureInPictureToggle.html @@ -91,6 +91,7 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • diff --git a/docs/api/class/js/controls/record-canvas.js~RecordCanvas.html b/docs/api/class/js/controls/record-canvas.js~RecordCanvas.html index e0605ea3..c9ee9043 100644 --- a/docs/api/class/js/controls/record-canvas.js~RecordCanvas.html +++ b/docs/api/class/js/controls/record-canvas.js~RecordCanvas.html @@ -91,6 +91,7 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • diff --git a/docs/api/class/js/controls/record-indicator.js~RecordIndicator.html b/docs/api/class/js/controls/record-indicator.js~RecordIndicator.html index 247a0f08..c89b5924 100644 --- a/docs/api/class/js/controls/record-indicator.js~RecordIndicator.html +++ b/docs/api/class/js/controls/record-indicator.js~RecordIndicator.html @@ -91,6 +91,7 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • diff --git a/docs/api/class/js/controls/record-toggle.js~RecordToggle.html b/docs/api/class/js/controls/record-toggle.js~RecordToggle.html index 76858afc..8c6f0603 100644 --- a/docs/api/class/js/controls/record-toggle.js~RecordToggle.html +++ b/docs/api/class/js/controls/record-toggle.js~RecordToggle.html @@ -91,6 +91,7 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • diff --git a/docs/api/class/js/engine/convert-engine.js~ConvertEngine.html b/docs/api/class/js/engine/convert-engine.js~ConvertEngine.html index 61565690..33fe387d 100644 --- a/docs/api/class/js/engine/convert-engine.js~ConvertEngine.html +++ b/docs/api/class/js/engine/convert-engine.js~ConvertEngine.html @@ -91,6 +91,7 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • diff --git a/docs/api/class/js/engine/record-engine.js~RecordEngine.html b/docs/api/class/js/engine/record-engine.js~RecordEngine.html index 7e80b534..a608f8a7 100644 --- a/docs/api/class/js/engine/record-engine.js~RecordEngine.html +++ b/docs/api/class/js/engine/record-engine.js~RecordEngine.html @@ -91,6 +91,7 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • diff --git a/docs/api/class/js/engine/record-rtc.js~RecordRTCEngine.html b/docs/api/class/js/engine/record-rtc.js~RecordRTCEngine.html index ccb22d35..62e754ef 100644 --- a/docs/api/class/js/engine/record-rtc.js~RecordRTCEngine.html +++ b/docs/api/class/js/engine/record-rtc.js~RecordRTCEngine.html @@ -91,6 +91,7 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • diff --git a/docs/api/class/js/event.js~Event.html b/docs/api/class/js/event.js~Event.html index cbe35a70..0e7105ab 100644 --- a/docs/api/class/js/event.js~Event.html +++ b/docs/api/class/js/event.js~Event.html @@ -91,6 +91,7 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • diff --git a/docs/api/class/js/plugins/ffmpegjs-plugin.js~FFmpegjsEngine.html b/docs/api/class/js/plugins/ffmpegjs-plugin.js~FFmpegjsEngine.html index 11e88deb..b4addd50 100644 --- a/docs/api/class/js/plugins/ffmpegjs-plugin.js~FFmpegjsEngine.html +++ b/docs/api/class/js/plugins/ffmpegjs-plugin.js~FFmpegjsEngine.html @@ -91,6 +91,7 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • diff --git a/docs/api/class/js/plugins/lamejs-plugin.js~LamejsEngine.html b/docs/api/class/js/plugins/lamejs-plugin.js~LamejsEngine.html index 6539f501..2cea35cb 100644 --- a/docs/api/class/js/plugins/lamejs-plugin.js~LamejsEngine.html +++ b/docs/api/class/js/plugins/lamejs-plugin.js~LamejsEngine.html @@ -91,6 +91,7 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • diff --git a/docs/api/class/js/plugins/libvorbis-plugin.js~LibVorbisEngine.html b/docs/api/class/js/plugins/libvorbis-plugin.js~LibVorbisEngine.html index ce2443e1..81840532 100644 --- a/docs/api/class/js/plugins/libvorbis-plugin.js~LibVorbisEngine.html +++ b/docs/api/class/js/plugins/libvorbis-plugin.js~LibVorbisEngine.html @@ -91,6 +91,7 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • diff --git a/docs/api/class/js/plugins/opus-recorder-plugin.js~OpusRecorderEngine.html b/docs/api/class/js/plugins/opus-recorder-plugin.js~OpusRecorderEngine.html index 791a4992..fe2125a8 100644 --- a/docs/api/class/js/plugins/opus-recorder-plugin.js~OpusRecorderEngine.html +++ b/docs/api/class/js/plugins/opus-recorder-plugin.js~OpusRecorderEngine.html @@ -91,6 +91,7 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • diff --git a/docs/api/class/js/plugins/recorderjs-plugin.js~RecorderjsEngine.html b/docs/api/class/js/plugins/recorderjs-plugin.js~RecorderjsEngine.html index 3b09dd99..9119e279 100644 --- a/docs/api/class/js/plugins/recorderjs-plugin.js~RecorderjsEngine.html +++ b/docs/api/class/js/plugins/recorderjs-plugin.js~RecorderjsEngine.html @@ -91,6 +91,7 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • diff --git a/docs/api/class/js/plugins/ts-ebml-plugin.js~TsEBMLEngine.html b/docs/api/class/js/plugins/ts-ebml-plugin.js~TsEBMLEngine.html index 6c34dae7..f756d752 100644 --- a/docs/api/class/js/plugins/ts-ebml-plugin.js~TsEBMLEngine.html +++ b/docs/api/class/js/plugins/ts-ebml-plugin.js~TsEBMLEngine.html @@ -91,6 +91,7 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • diff --git a/docs/api/class/js/plugins/vmsg-plugin.js~VmsgEngine.html b/docs/api/class/js/plugins/vmsg-plugin.js~VmsgEngine.html index e55e1936..7709fee2 100644 --- a/docs/api/class/js/plugins/vmsg-plugin.js~VmsgEngine.html +++ b/docs/api/class/js/plugins/vmsg-plugin.js~VmsgEngine.html @@ -91,6 +91,7 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • diff --git a/docs/api/class/js/plugins/webm-wasm-plugin.js~WebmWasmEngine.html b/docs/api/class/js/plugins/webm-wasm-plugin.js~WebmWasmEngine.html index f402c5c1..2a67be5d 100644 --- a/docs/api/class/js/plugins/webm-wasm-plugin.js~WebmWasmEngine.html +++ b/docs/api/class/js/plugins/webm-wasm-plugin.js~WebmWasmEngine.html @@ -91,6 +91,7 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • diff --git a/docs/api/class/js/videojs.record.js~Record.html b/docs/api/class/js/videojs.record.js~Record.html index b8a39d37..fff2099a 100644 --- a/docs/api/class/js/videojs.record.js~Record.html +++ b/docs/api/class/js/videojs.record.js~Record.html @@ -91,6 +91,7 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • @@ -807,7 +808,7 @@

    Record

    - engine: * + displayMilliseconds: *

    @@ -835,7 +836,7 @@

    Record

    - engineStopCallback: * + engine: *

    @@ -863,7 +864,7 @@

    Record

    - imageOutputFormat: * + engineStopCallback: *

    @@ -891,7 +892,7 @@

    Record

    - imageOutputQuality: * + imageOutputFormat: *

    @@ -919,7 +920,7 @@

    Record

    - imageOutputType: * + imageOutputQuality: *

    @@ -947,7 +948,7 @@

    Record

    - maxFileSize: * + imageOutputType: *

    @@ -975,7 +976,7 @@

    Record

    - maxLength: * + maxFileSize: *

    @@ -1003,7 +1004,7 @@

    Record

    - mediaElement: * + maxLength: *

    @@ -1031,7 +1032,7 @@

    Record

    - mediaType: {"audio": *, "video": *} + mediaElement: *

    @@ -1059,7 +1060,7 @@

    Record

    - msDisplayMax: * + mediaType: {"audio": *, "video": *}

    @@ -2048,6 +2049,35 @@

    Record

    + + + +
    +

    + + + + exportImage(format: string, quality: number): Promise +

    +
    +
    + + +

    Export image data of waveform (audio-only) or current video frame.

    +
    +
    + + + + + + + + + public + + + @@ -3421,7 +3451,7 @@

    - source + source

    @@ -3464,7 +3494,7 @@

    - source + source

    @@ -3507,7 +3537,7 @@

    - source + source

    @@ -3550,7 +3580,7 @@

    - source + source

    @@ -3593,7 +3623,7 @@

    - source + source

    @@ -3636,7 +3666,7 @@

    - source + source

    @@ -3679,7 +3709,7 @@

    - source + source

    @@ -3722,7 +3752,7 @@

    - source + source

    @@ -3765,7 +3795,7 @@

    - source + source

    @@ -3808,7 +3838,7 @@

    - source + source

    @@ -3851,7 +3881,7 @@

    - source + source

    @@ -3894,7 +3924,7 @@

    - source + source

    @@ -3937,7 +3967,7 @@

    - source + source

    @@ -3980,7 +4010,7 @@

    - source + source

    @@ -4023,7 +4053,7 @@

    - source + source

    @@ -4066,7 +4096,7 @@

    - source + source

    @@ -4109,7 +4139,7 @@

    - source + source

    @@ -4152,7 +4182,7 @@

    - source + source

    @@ -4195,7 +4225,7 @@

    - source + source

    @@ -4238,7 +4268,7 @@

    - source + source

    @@ -4281,7 +4311,7 @@

    - source + source

    @@ -4324,7 +4354,7 @@

    - source + source

    @@ -4356,18 +4386,18 @@

    -

    +

    public - engine: * + displayMilliseconds: * - source + source

    @@ -4399,18 +4429,18 @@

    -

    +

    public - engineStopCallback: * + engine: * - source + source

    @@ -4442,18 +4472,18 @@

    -

    +

    public - imageOutputFormat: * + engineStopCallback: * - source + source

    @@ -4485,18 +4515,18 @@

    -

    +

    public - imageOutputQuality: * + imageOutputFormat: * - source + source

    @@ -4528,18 +4558,18 @@

    -

    +

    public - imageOutputType: * + imageOutputQuality: * - source + source

    @@ -4571,18 +4601,18 @@

    -

    +

    public - maxFileSize: * + imageOutputType: * - source + source

    @@ -4614,18 +4644,18 @@

    -

    +

    public - maxLength: * + maxFileSize: * - source + source

    @@ -4657,18 +4687,18 @@

    -

    +

    public - mediaElement: * + maxLength: * - source + source

    @@ -4700,18 +4730,18 @@

    -

    +

    public - mediaType: {"audio": *, "video": *} + mediaElement: * - source + source

    @@ -4743,18 +4773,18 @@

    -

    +

    public - msDisplayMax: * + mediaType: {"audio": *, "video": *} - source + source

    @@ -4797,7 +4827,7 @@

    - source + source

    @@ -4840,7 +4870,7 @@

    - source + source

    @@ -4883,7 +4913,7 @@

    - source + source

    @@ -4926,7 +4956,7 @@

    - source + source

    @@ -4969,7 +4999,7 @@

    - source + source

    @@ -5012,7 +5042,7 @@

    - source + source

    @@ -5055,7 +5085,7 @@

    - source + source

    @@ -5098,7 +5128,7 @@

    - source + source

    @@ -5141,7 +5171,7 @@

    - source + source

    @@ -5184,7 +5214,7 @@

    - source + source

    @@ -5227,7 +5257,7 @@

    - source + source

    @@ -5270,7 +5300,7 @@

    - source + source

    @@ -5313,7 +5343,7 @@

    - source + source

    @@ -5356,7 +5386,7 @@

    - source + source

    @@ -5399,7 +5429,7 @@

    - source + source

    @@ -5442,7 +5472,7 @@

    - source + source

    @@ -5485,7 +5515,7 @@

    - source + source

    @@ -5528,7 +5558,7 @@

    - source + source

    @@ -5571,7 +5601,7 @@

    - source + source

    @@ -5614,7 +5644,7 @@

    - source + source

    @@ -5657,7 +5687,7 @@

    - source + source

    @@ -5700,7 +5730,7 @@

    - source + source

    @@ -5743,7 +5773,7 @@

    - source + source

    @@ -5786,7 +5816,7 @@

    - source + source

    @@ -5829,7 +5859,7 @@

    - source + source

    @@ -5872,7 +5902,7 @@

    - source + source

    @@ -5915,7 +5945,7 @@

    - source + source

    @@ -5958,7 +5988,7 @@

    - source + source

    @@ -6003,7 +6033,7 @@

    - source + source

    @@ -6046,7 +6076,7 @@

    - source + source

    @@ -6089,7 +6119,7 @@

    - source + source

    @@ -6135,7 +6165,7 @@

    - source + source

    @@ -6179,7 +6209,7 @@

    - source + source

    @@ -6225,7 +6255,7 @@

    - source + source

    @@ -6257,6 +6287,93 @@

    +

    +
    +

    + public + + + + + + exportImage(format: string, quality: number): Promise + + + + source + +

    + + + + +

    Export image data of waveform (audio-only) or current video frame.

    +

    The default format is 'image/png'. Other supported types are +'image/jpeg' and 'image/webp'.

    +
    + + + +
    +

    Params:

    + + + + + + + + + + + + + + + + + + + +
    NameTypeAttributeDescription
    formatstring
    • default: 'image/png'

    A string indicating the image format. +The default format type is 'image/png'.

    +
    qualitynumber
    • default: 1

    A number between 0 and 1 indicating the image +quality to use for image formats that use lossy compression such as +'image/jpeg'` and 'image/webp'.

    +
    +
    +
    + +
    +

    Return:

    + + + + + + + +
    Promise

    Returns a Promise resolving with an +array of Blob instances.

    +
    +
    +
    +
    + + + + + + + + + + + + + + +

    @@ -6270,7 +6387,7 @@

    - source + source

    @@ -6328,7 +6445,7 @@

    - source + source

    @@ -6373,7 +6490,7 @@

    - source + source

    @@ -6431,7 +6548,7 @@

    - source + source

    @@ -6495,7 +6612,7 @@

    - source + source

    @@ -6552,7 +6669,7 @@

    - source + source

    @@ -6610,7 +6727,7 @@

    - source + source

    @@ -6667,7 +6784,7 @@

    - source + source

    @@ -6729,7 +6846,7 @@

    - source + source

    @@ -6790,7 +6907,7 @@

    - source + source

    @@ -6851,7 +6968,7 @@

    - source + source

    @@ -6895,7 +7012,7 @@

    - source + source

    @@ -6939,7 +7056,7 @@

    - source + source

    @@ -6983,7 +7100,7 @@

    - source + source

    @@ -7056,7 +7173,7 @@

    - source + source

    @@ -7117,7 +7234,7 @@

    - source + source

    @@ -7178,7 +7295,7 @@

    - source + source

    @@ -7239,7 +7356,7 @@

    - source + source

    @@ -7283,7 +7400,7 @@

    - source + source

    @@ -7327,7 +7444,7 @@

    - source + source

    @@ -7371,7 +7488,7 @@

    - source + source

    @@ -7417,7 +7534,7 @@

    - source + source

    @@ -7473,7 +7590,7 @@

    - source + source

    @@ -7517,7 +7634,7 @@

    - source + source

    @@ -7561,7 +7678,7 @@

    - source + source

    @@ -7622,7 +7739,7 @@

    - source + source

    @@ -7690,7 +7807,7 @@

    - source + source

    @@ -7734,7 +7851,7 @@

    - source + source

    @@ -7778,7 +7895,7 @@

    - source + source

    @@ -7839,7 +7956,7 @@

    - source + source

    @@ -7900,7 +8017,7 @@

    - source + source

    @@ -7961,7 +8078,7 @@

    - source + source

    @@ -8022,7 +8139,7 @@

    - source + source

    @@ -8067,7 +8184,7 @@

    - source + source

    @@ -8128,7 +8245,7 @@

    - source + source

    @@ -8172,7 +8289,7 @@

    - source + source

    @@ -8216,7 +8333,7 @@

    - source + source

    @@ -8260,7 +8377,7 @@

    - source + source

    @@ -8304,7 +8421,7 @@

    - source + source

    @@ -8375,7 +8492,7 @@

    - source + source

    @@ -8437,7 +8554,7 @@

    - source + source

    @@ -8481,7 +8598,7 @@

    - source + source

    @@ -8525,7 +8642,7 @@

    - source + source

    @@ -8569,7 +8686,7 @@

    - source + source

    diff --git a/docs/api/coverage.json b/docs/api/coverage.json index 4a70fd45..3866a55d 100644 --- a/docs/api/coverage.json +++ b/docs/api/coverage.json @@ -1,7 +1,7 @@ { - "coverage": "55.09%", - "expectCount": 363, - "actualCount": 200, + "coverage": "55.58%", + "expectCount": 367, + "actualCount": 204, "files": { "js/controls/animation-display.js": { "expectCount": 3, @@ -261,76 +261,81 @@ "actualCount": 1, "undocumentLines": [] }, + "js/utils/mime.js": { + "expectCount": 3, + "actualCount": 3, + "undocumentLines": [] + }, "js/videojs.record.js": { - "expectCount": 115, - "actualCount": 49, + "expectCount": 116, + "actualCount": 50, "undocumentLines": [ 29, 30, 32, - 124, - 133, - 134, - 167, - 168, - 169, - 170, - 171, + 129, + 138, + 139, 172, 173, 174, 175, + 176, 177, 178, 179, + 180, 182, 183, 184, - 185, - 186, 187, 188, 189, 190, + 191, + 192, 193, 194, 195, 198, 199, 200, - 201, - 202, 203, 204, 205, 206, 207, + 208, + 209, 210, 211, 212, 215, 216, - 261, - 385, - 388, - 391, - 394, - 421, - 590, - 593, - 637, - 697, - 741, - 806, - 898, - 899, - 900, - 904, - 925, - 1005, - 1140, - 1202, - 1436 + 217, + 220, + 221, + 266, + 393, + 396, + 399, + 402, + 429, + 600, + 603, + 647, + 707, + 751, + 822, + 914, + 915, + 916, + 920, + 941, + 1021, + 1156, + 1219, + 1454 ] } } diff --git a/docs/api/file/js/controls/animation-display.js.html b/docs/api/file/js/controls/animation-display.js.html index 084dec63..5bb4137c 100644 --- a/docs/api/file/js/controls/animation-display.js.html +++ b/docs/api/file/js/controls/animation-display.js.html @@ -91,6 +91,7 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • diff --git a/docs/api/file/js/controls/camera-button.js.html b/docs/api/file/js/controls/camera-button.js.html index 1b63c018..b2157879 100644 --- a/docs/api/file/js/controls/camera-button.js.html +++ b/docs/api/file/js/controls/camera-button.js.html @@ -91,6 +91,7 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • diff --git a/docs/api/file/js/controls/device-button.js.html b/docs/api/file/js/controls/device-button.js.html index 01309e76..cbfb87ff 100644 --- a/docs/api/file/js/controls/device-button.js.html +++ b/docs/api/file/js/controls/device-button.js.html @@ -91,6 +91,7 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • diff --git a/docs/api/file/js/controls/picture-in-picture-toggle.js.html b/docs/api/file/js/controls/picture-in-picture-toggle.js.html index 6b023128..b2148652 100644 --- a/docs/api/file/js/controls/picture-in-picture-toggle.js.html +++ b/docs/api/file/js/controls/picture-in-picture-toggle.js.html @@ -91,6 +91,7 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • diff --git a/docs/api/file/js/controls/record-canvas.js.html b/docs/api/file/js/controls/record-canvas.js.html index f3efb947..ad0d05d3 100644 --- a/docs/api/file/js/controls/record-canvas.js.html +++ b/docs/api/file/js/controls/record-canvas.js.html @@ -91,6 +91,7 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • diff --git a/docs/api/file/js/controls/record-indicator.js.html b/docs/api/file/js/controls/record-indicator.js.html index 79d61343..ce074d21 100644 --- a/docs/api/file/js/controls/record-indicator.js.html +++ b/docs/api/file/js/controls/record-indicator.js.html @@ -91,6 +91,7 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • diff --git a/docs/api/file/js/controls/record-toggle.js.html b/docs/api/file/js/controls/record-toggle.js.html index 4f853291..44dd6721 100644 --- a/docs/api/file/js/controls/record-toggle.js.html +++ b/docs/api/file/js/controls/record-toggle.js.html @@ -91,6 +91,7 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • diff --git a/docs/api/file/js/defaults.js.html b/docs/api/file/js/defaults.js.html index 379e5379..043dcb60 100644 --- a/docs/api/file/js/defaults.js.html +++ b/docs/api/file/js/defaults.js.html @@ -91,6 +91,7 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • @@ -118,13 +119,9 @@ // Maximum file size of the recorded clip. Works only when the timeSlice // option is also enabled. maxFileSize: 0, - // msDisplayMax indicates the number of seconds that is - // considered the boundary value for displaying milliseconds - // in the time controls. An audio clip with a total length of - // 2 seconds and a msDisplayMax of 3 will use the format - // M:SS:MMM. Clips longer than msDisplayMax will be displayed - // as M:SS or HH:MM:SS. - msDisplayMax: 3, + // Boolean indicating if milliseconds should be included, + // e.g. "00:00:000" vs "00:00". + displayMilliseconds: false, // Width of the recorded video frames. frameWidth: 320, // Height of the recorded video frames. @@ -143,7 +140,7 @@ videoEngine: 'recordrtc', // The video frame rate in frames per second (only used in webm-wasm plugin). videoFrameRate: 30, - // The mime type for the video recorder. Default to 'video/webm'. + // The mime type for the video recorder. // Use 'video/mp4' (Firefox) or 'video/webm;codecs=H264' (Chrome 52 and // newer) for MP4. videoMimeType: 'video/webm', diff --git a/docs/api/file/js/engine/convert-engine.js.html b/docs/api/file/js/engine/convert-engine.js.html index 3f541883..3dd6f223 100644 --- a/docs/api/file/js/engine/convert-engine.js.html +++ b/docs/api/file/js/engine/convert-engine.js.html @@ -91,6 +91,7 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • diff --git a/docs/api/file/js/engine/engine-loader.js.html b/docs/api/file/js/engine/engine-loader.js.html index 32cdfe06..620291aa 100644 --- a/docs/api/file/js/engine/engine-loader.js.html +++ b/docs/api/file/js/engine/engine-loader.js.html @@ -91,6 +91,7 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • diff --git a/docs/api/file/js/engine/record-engine.js.html b/docs/api/file/js/engine/record-engine.js.html index 264a9567..e9bef44e 100644 --- a/docs/api/file/js/engine/record-engine.js.html +++ b/docs/api/file/js/engine/record-engine.js.html @@ -91,6 +91,7 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • diff --git a/docs/api/file/js/engine/record-mode.js.html b/docs/api/file/js/engine/record-mode.js.html index f75acfb4..ef79ba76 100644 --- a/docs/api/file/js/engine/record-mode.js.html +++ b/docs/api/file/js/engine/record-mode.js.html @@ -91,6 +91,7 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • diff --git a/docs/api/file/js/engine/record-rtc.js.html b/docs/api/file/js/engine/record-rtc.js.html index 9bd38782..97babea3 100644 --- a/docs/api/file/js/engine/record-rtc.js.html +++ b/docs/api/file/js/engine/record-rtc.js.html @@ -91,6 +91,7 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • diff --git a/docs/api/file/js/event.js.html b/docs/api/file/js/event.js.html index 84ef0aed..ef8e0ddb 100644 --- a/docs/api/file/js/event.js.html +++ b/docs/api/file/js/event.js.html @@ -91,6 +91,7 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • diff --git a/docs/api/file/js/hot-keys.js.html b/docs/api/file/js/hot-keys.js.html index 175f4feb..aa92ed6b 100644 --- a/docs/api/file/js/hot-keys.js.html +++ b/docs/api/file/js/hot-keys.js.html @@ -91,6 +91,7 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • diff --git a/docs/api/file/js/plugins/ffmpegjs-plugin.js.html b/docs/api/file/js/plugins/ffmpegjs-plugin.js.html index 3de4c1a6..c2af96cd 100644 --- a/docs/api/file/js/plugins/ffmpegjs-plugin.js.html +++ b/docs/api/file/js/plugins/ffmpegjs-plugin.js.html @@ -91,6 +91,7 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • diff --git a/docs/api/file/js/plugins/lamejs-plugin.js.html b/docs/api/file/js/plugins/lamejs-plugin.js.html index c1a7c4f2..4011ba6d 100644 --- a/docs/api/file/js/plugins/lamejs-plugin.js.html +++ b/docs/api/file/js/plugins/lamejs-plugin.js.html @@ -91,6 +91,7 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • @@ -153,7 +154,7 @@ * * @type {string} */ - this.audioType = 'audio/mp3'; + this.audioType = 'audio/mpeg'; } /** diff --git a/docs/api/file/js/plugins/libvorbis-plugin.js.html b/docs/api/file/js/plugins/libvorbis-plugin.js.html index d30e5acc..db0937c2 100644 --- a/docs/api/file/js/plugins/libvorbis-plugin.js.html +++ b/docs/api/file/js/plugins/libvorbis-plugin.js.html @@ -91,6 +91,7 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • diff --git a/docs/api/file/js/plugins/opus-recorder-plugin.js.html b/docs/api/file/js/plugins/opus-recorder-plugin.js.html index 94f075da..0eef3359 100644 --- a/docs/api/file/js/plugins/opus-recorder-plugin.js.html +++ b/docs/api/file/js/plugins/opus-recorder-plugin.js.html @@ -91,6 +91,7 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • diff --git a/docs/api/file/js/plugins/recorderjs-plugin.js.html b/docs/api/file/js/plugins/recorderjs-plugin.js.html index 0d741dbe..59684396 100644 --- a/docs/api/file/js/plugins/recorderjs-plugin.js.html +++ b/docs/api/file/js/plugins/recorderjs-plugin.js.html @@ -91,6 +91,7 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • diff --git a/docs/api/file/js/plugins/ts-ebml-plugin.js.html b/docs/api/file/js/plugins/ts-ebml-plugin.js.html index c6d350e1..4503b7e3 100644 --- a/docs/api/file/js/plugins/ts-ebml-plugin.js.html +++ b/docs/api/file/js/plugins/ts-ebml-plugin.js.html @@ -91,6 +91,7 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • diff --git a/docs/api/file/js/plugins/vmsg-plugin.js.html b/docs/api/file/js/plugins/vmsg-plugin.js.html index 3c3a4215..1e6c6ccc 100644 --- a/docs/api/file/js/plugins/vmsg-plugin.js.html +++ b/docs/api/file/js/plugins/vmsg-plugin.js.html @@ -91,6 +91,7 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • diff --git a/docs/api/file/js/plugins/webm-wasm-plugin.js.html b/docs/api/file/js/plugins/webm-wasm-plugin.js.html index 32b793a3..cae6f89b 100644 --- a/docs/api/file/js/plugins/webm-wasm-plugin.js.html +++ b/docs/api/file/js/plugins/webm-wasm-plugin.js.html @@ -91,6 +91,7 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • diff --git a/docs/api/file/js/utils/browser-shim.js.html b/docs/api/file/js/utils/browser-shim.js.html index 3372d37c..75d5975a 100644 --- a/docs/api/file/js/utils/browser-shim.js.html +++ b/docs/api/file/js/utils/browser-shim.js.html @@ -91,6 +91,7 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • diff --git a/docs/api/file/js/utils/compare-version.js.html b/docs/api/file/js/utils/compare-version.js.html index f20b82d6..7e649292 100644 --- a/docs/api/file/js/utils/compare-version.js.html +++ b/docs/api/file/js/utils/compare-version.js.html @@ -91,6 +91,7 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • diff --git a/docs/api/file/js/utils/detect-browser.js.html b/docs/api/file/js/utils/detect-browser.js.html index 2f67d54f..401594a8 100644 --- a/docs/api/file/js/utils/detect-browser.js.html +++ b/docs/api/file/js/utils/detect-browser.js.html @@ -91,6 +91,7 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • diff --git a/docs/api/file/js/utils/file-util.js.html b/docs/api/file/js/utils/file-util.js.html index 9b07e914..76199937 100644 --- a/docs/api/file/js/utils/file-util.js.html +++ b/docs/api/file/js/utils/file-util.js.html @@ -91,6 +91,7 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • @@ -101,6 +102,8 @@ * @since 3.3.0 */ +import getExtension from './mime'; + /** * Download `Blob` object in browser. * @@ -140,7 +143,7 @@ /** * Read `Blob` as `ArrayBuffer`. * - * @param {(Blob|File)} fileObj - Blob or File object to read. + * @param {(Blob|File)} fileObj - `Blob` or `File` object to read. * @returns {void} * @private */ @@ -158,22 +161,25 @@ }; /** - * Add filename and timestamp to recorded file object. + * Add filename and modification date to recorded file object. * - * @param {(Blob|File)} fileObj - Blob or File object to modify. - * @param {date} [now] - Optional date information, default is - * current timestamp. + * @param {(Blob|File)} fileObj - `Blob` or `File` object to modify. + * @param {date} [dateObj] - Optional modification date information. + * Default is `new Date()`. + * @param {string} [fileExtension] - Optional file extension to use. + * By default the file extension is automatically determined using + * the mime-type. * @private */ -const addFileInfo = function(fileObj, now) { +const addFileInfo = function(fileObj, dateObj, fileExtension) { if (fileObj instanceof Blob || fileObj instanceof File) { // set modification date - if (now === undefined) { - now = new Date(); + if (dateObj === undefined) { + dateObj = new Date(); } try { - fileObj.lastModified = now.getTime(); - fileObj.lastModifiedDate = now; + fileObj.lastModified = dateObj.getTime(); + fileObj.lastModifiedDate = dateObj; } catch (e) { if (e instanceof TypeError) { // ignore: setting getter-only property "lastModifiedDate" @@ -182,17 +188,18 @@ throw e; } } - // guess extension name from mime type, e.g. audio/ogg, but - // any extension is valid here. Chrome also accepts extended - // mime types like video/webm;codecs=h264,vp9,opus - let fileExtension = '.' + fileObj.type.split('/')[1]; - if (fileExtension.indexOf(';') > -1) { - fileExtension = fileExtension.split(';')[0]; + + // file extension + if (fileExtension === undefined) { + // determine file extension using mime type, e.g. audio/ogg, + // but any extension is valid here. Browsers also accept + // extended mime types like video/webm;codecs=h264,vp9,opus + fileExtension = '.' + getExtension(fileObj.type); } // use timestamp in filename, e.g. 1451180941326.ogg try { - fileObj.name = now.getTime() + fileExtension; + fileObj.name = dateObj.getTime() + fileExtension; } catch (e) { if (e instanceof TypeError) { // ignore: setting getter-only property "name" diff --git a/docs/api/file/js/utils/format-time.js.html b/docs/api/file/js/utils/format-time.js.html index 0a8d632f..b2f5b32f 100644 --- a/docs/api/file/js/utils/format-time.js.html +++ b/docs/api/file/js/utils/format-time.js.html @@ -91,6 +91,7 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • @@ -101,67 +102,58 @@ * @since 2.0.0 */ +import parseMilliseconds from 'parse-ms'; +import addZero from 'add-zero'; + /** - * Format seconds as a time string, H:MM:SS, M:SS or M:SS:MMM. + * Format seconds as a duration string. + * + * Either formatted as: + * + * - DD:HH:MM:SS (> 24 hours) + * - HH:MM:SS (> 1 hour) + * - MM:SS:MSS (`displayMilliseconds = true`) + * - MM:SS (`displayMilliseconds = false`) * * Supplying a guide (in seconds) will force a number of leading zeros * to cover the length of the guide. * * @param {number} seconds - Number of seconds to be turned into a * string. - * @param {number} guide - Number (in seconds) to model the string - * after. - * @param {number} msDisplayMax - Number (in milliseconds) to model the string - * after. - * @return {string} Time formatted as H:MM:SS, M:SS or M:SS:MMM, e.g. - * 0:00:12. + * @param {number} guide - Number (in seconds) to model the string after. + * @param {boolean} displayMilliseconds - Display milliseconds or not. + * @return {string} Formatted duration time, e.g '00:12:653'. * @private */ -const formatTime = function(seconds, guide, msDisplayMax) { +const formatTime = function(seconds, guide, displayMilliseconds = false) { // buddy ignore:start - // Default to using seconds as guide seconds = seconds < 0 ? 0 : seconds; - guide = guide || seconds; - let s = Math.floor(seconds % 60), - m = Math.floor(seconds / 60 % 60), - h = Math.floor(seconds / 3600), - gm = Math.floor(guide / 60 % 60), - gh = Math.floor(guide / 3600), - ms = Math.floor((seconds - s) * 1000); - - // handle invalid times if (isNaN(seconds) || seconds === Infinity) { - // '-' is false for all relational operators (e.g. <, >=) so this - // setting will add the minimum number of fields specified by the - // guide - h = m = s = ms = '-'; + seconds = 0; } - - // Check if we need to show milliseconds - if (guide > 0 && guide < msDisplayMax) { - if (ms < 100) { - if (ms < 10) { - ms = '00' + ms; - } else { - ms = '0' + ms; - } - } - ms = ':' + ms; - } else { - ms = ''; + const inputTime = parseMilliseconds(seconds * 1000); + let guideTime = inputTime; + if (guide !== undefined) { + guideTime = parseMilliseconds(guide * 1000); } + const hr = addZero(inputTime.hours); + const min = addZero(inputTime.minutes); + const sec = addZero(inputTime.seconds); + const ms = addZero(inputTime.milliseconds, 3); - // Check if we need to show hours - h = (h > 0 || gh > 0) ? h + ':' : ''; - - // If hours are showing, we may need to add a leading zero. - // Always show at least one digit of minutes. - m = (((h || gm >= 10) && m < 10) ? '0' + m : m) + ':'; + if (inputTime.days > 0 || guideTime.days > 0) { + const day = addZero(inputTime.days); + return `${day}:${hr}:${min}:${sec}`; + } + if (inputTime.hours > 0 || guideTime.hours > 0) { + return `${hr}:${min}:${sec}`; + } + if (displayMilliseconds) { + return `${min}:${sec}:${ms}`; + } - // Check if leading zero is need for seconds - s = ((s < 10) ? '0' + s : s); + return `${min}:${sec}`; // buddy ignore:end - return h + m + s + ms; }; export default formatTime; diff --git a/docs/api/file/js/utils/mime.js.html b/docs/api/file/js/utils/mime.js.html new file mode 100644 index 00000000..6f992cb9 --- /dev/null +++ b/docs/api/file/js/utils/mime.js.html @@ -0,0 +1,161 @@ + + + + + + js/utils/mime.js | videojs-record + + + + + + + +
    + Home + + Reference + Source + + +
    + + + +

    js/utils/mime.js

    +
    /**
    + * @file mime.js
    + * @since 4.0.0
    + */
    +
    +const EXTRACT_TYPE_REGEXP = /^\s*([^;\s]*)(?:;|\s|$)/;
    +
    +/**
    + * Mimetypes
    + * @enum
    + */
    +const Mimetypes = {
    +    'video/ogg': 'ogv',
    +    'video/mp4': 'mp4',
    +    'video/x-matroska': 'mkv',
    +    'video/webm': 'webm',
    +    'audio/mp4': 'm4a',
    +    'audio/mpeg': 'mp3',
    +    'audio/aac': 'aac',
    +    'audio/flac': 'flac',
    +    'audio/ogg': 'oga',
    +    'audio/wav': 'wav',
    +    'audio/webm': 'webm',
    +    'application/x-mpegURL': 'm3u8',
    +    'image/jpeg': 'jpg',
    +    'image/gif': 'gif',
    +    'image/png': 'png',
    +    'image/svg+xml': 'svg',
    +    'image/webp': 'webp'
    +};
    +
    +/**
    + * Get file extension for mime-type.
    + *
    + * @param {string} mimeType - Mime-type to match against.
    + * @returns {string} File extension.
    + * @private
    + */
    +const getExtension = function(mimeType) {
    +    const match = EXTRACT_TYPE_REGEXP.exec(mimeType);
    +    const result = match && match[1].toLowerCase();
    +    return Mimetypes[result];
    +};
    +
    +export default getExtension;
    +
    + +
    + + + + + + + + + + + + diff --git a/docs/api/file/js/videojs.record.js.html b/docs/api/file/js/videojs.record.js.html index 60a95fc0..516109f1 100644 --- a/docs/api/file/js/videojs.record.js.html +++ b/docs/api/file/js/videojs.record.js.html @@ -91,6 +91,7 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • @@ -164,6 +165,11 @@ // (re)set recorder state this.resetState(); + // use custom video.js time format + videojs.setFormatTime((seconds, guide) => { + return formatTime(seconds, guide, this.displayMilliseconds); + }); + // add device button with icon based on type let deviceIcon = 'av-perm'; @@ -269,7 +275,7 @@ this.recordScreen = recordOptions.screen; this.maxLength = recordOptions.maxLength; this.maxFileSize = recordOptions.maxFileSize; - this.msDisplayMax = parseFloat(recordOptions.msDisplayMax); + this.displayMilliseconds = recordOptions.displayMilliseconds; this.debug = recordOptions.debug; this.pictureInPicture = recordOptions.pip; this.recordTimeSlice = recordOptions.timeSlice; @@ -366,7 +372,9 @@ case SCREEN_ONLY: case AUDIO_SCREEN: // customize controls - this.player.bigPlayButton.hide(); + if (this.player.bigPlayButton !== undefined) { + this.player.bigPlayButton.hide(); + } // 'loadedmetadata' and 'loadstart' events reset the // durationDisplay for the first time: prevent this @@ -416,6 +424,7 @@ this.player.off(Event.DURATIONCHANGE); this.player.off(Event.LOADEDMETADATA); this.player.off(Event.LOADSTART); + this.player.off(Event.ENDED); // display max record time this.setDuration(this.maxLength); @@ -562,7 +571,7 @@ } }; } - // open browser device selection dialog + // open browser device selection/permissions dialog this.surfer.surfer.microphone.start(); break; @@ -608,10 +617,12 @@ navigator.mediaDevices.getUserMedia({ audio: this.recordAudio }).then((mic) => { - // Join microphone track with screencast stream (order matters) + // join microphone track with screencast stream (order matters) screenStream.addTrack(mic.getTracks()[0]); this.onDeviceReady.bind(this)(screenStream); - }); + }).catch( + this.onDeviceError.bind(this) + ); }).catch( this.onDeviceError.bind(this) ); @@ -901,6 +912,12 @@ */ start() { if (!this.isProcessing()) { + // check if user didn't revoke permissions after a previous recording + if (this.stream && this.stream.active === false) { + // ask for permissions again + this.getDevice(); + return; + } this._recording = true; // hide play/pause control @@ -1296,13 +1313,14 @@ case ANIMATION: case SCREEN_ONLY: if (this.player.controlBar.currentTimeDisplay && - this.player.controlBar.currentTimeDisplay.contentEl()) { + this.player.controlBar.currentTimeDisplay.contentEl() && + this.player.controlBar.currentTimeDisplay.contentEl().lastChild) { this.streamCurrentTime = Math.min(currentTime, duration); // update current time display component this.player.controlBar.currentTimeDisplay.formattedTime_ = this.player.controlBar.currentTimeDisplay.contentEl().lastChild.textContent = - formatTime(this.streamCurrentTime, duration, this.msDisplayMax); + formatTime(this.streamCurrentTime, duration, this.displayMilliseconds); } break; } @@ -1342,10 +1360,11 @@ case SCREEN_ONLY: // update duration display component if (this.player.controlBar.durationDisplay && - this.player.controlBar.durationDisplay.contentEl()) { + this.player.controlBar.durationDisplay.contentEl() && + this.player.controlBar.durationDisplay.contentEl().lastChild) { this.player.controlBar.durationDisplay.formattedTime_ = this.player.controlBar.durationDisplay.contentEl().lastChild.textContent = - formatTime(duration, duration, this.msDisplayMax); + formatTime(duration, duration, this.displayMilliseconds); } break; } @@ -1545,6 +1564,34 @@ } } + /** + * Export image data of waveform (audio-only) or current video frame. + * + * The default format is `'image/png'`. Other supported types are + * `'image/jpeg'` and `'image/webp'`. + * + * @param {string} format='image/png' A string indicating the image format. + * The default format type is `'image/png'`. + * @param {number} quality=1 A number between 0 and 1 indicating the image + * quality to use for image formats that use lossy compression such as + * `'image/jpeg'`` and `'image/webp'`. + * @return {Promise} Returns a `Promise` resolving with an + * array of `Blob` instances. + */ + exportImage(format = 'image/png', quality = 1) { + if (this.getRecordType() === AUDIO_ONLY) { + return this.surfer.surfer.exportImage(format, quality, 'blob'); + } else { + // get a frame and copy it onto the canvas + let recordCanvas = this.player.recordCanvas.el().firstChild; + this.drawCanvas(recordCanvas, this.mediaElement); + + return new Promise(resolve => { + recordCanvas.toBlob(resolve, format, quality); + }); + } + } + /** * Mute LocalMediaStream audio and video tracks. * diff --git a/docs/api/function/index.html b/docs/api/function/index.html index c8000fb3..c07122cb 100644 --- a/docs/api/function/index.html +++ b/docs/api/function/index.html @@ -91,6 +91,7 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • @@ -345,13 +346,13 @@ - addFileInfo(fileObj: Blob | File, now: date) + addFileInfo(fileObj: Blob | File, dateObj: date, fileExtension: string)

    -

    Add filename and timestamp to recorded file object.

    +

    Add filename and modification date to recorded file object.

    @@ -490,13 +491,13 @@ - formatTime(seconds: number, guide: number, msDisplayMax: number): string + formatTime(seconds: number, guide: number, displayMilliseconds: boolean): string

    -

    Format seconds as a time string, H:MM:SS, M:SS or M:SS:MMM.

    +

    Format seconds as a duration string.

    @@ -569,6 +570,35 @@ + + + +
    +

    + + + + getExtension(mimeType: string): string +

    +
    +
    + + +

    Get file extension for mime-type.

    +
    +
    + + + + + + + + + private + + + @@ -1153,18 +1183,18 @@

    - addFileInfo(fileObj: Blob | File, now: date) + addFileInfo(fileObj: Blob | File, dateObj: date, fileExtension: string) - source + source

    -
    import {addFileInfo} from 'videojs-record/js/utils/file-util.js'
    +
    import {addFileInfo} from 'videojs-record/js/utils/file-util.js'
    -

    Add filename and timestamp to recorded file object.

    +

    Add filename and modification date to recorded file object.

    @@ -1181,15 +1211,24 @@

    Params:

    fileObj Blob | File -

    Blob or File object to modify.

    +

    Blob or File object to modify.

    - now + dateObj date -

    Optional date information, default is - current timestamp.

    +

    Optional modification date information. + Default is new Date().

    + + + + fileExtension + string + +

    Optional file extension to use. + By default the file extension is automatically determined using + the mime-type.

    @@ -1226,11 +1265,11 @@

    - source + source

    -
    import {blobToArrayBuffer} from 'videojs-record/js/utils/file-util.js'
    +
    import {blobToArrayBuffer} from 'videojs-record/js/utils/file-util.js'

    Read Blob as ArrayBuffer.

    @@ -1250,7 +1289,7 @@

    Params:

    fileObj Blob | File -

    Blob or File object to read.

    +

    Blob or File object to read.

    @@ -1430,11 +1469,11 @@

    - source + source

    -
    import {downloadBlob} from 'videojs-record/js/utils/file-util.js'
    +
    import {downloadBlob} from 'videojs-record/js/utils/file-util.js'

    Download Blob object in browser.

    @@ -1506,18 +1545,25 @@

    - formatTime(seconds: number, guide: number, msDisplayMax: number): string + formatTime(seconds: number, guide: number, displayMilliseconds: boolean): string - source + source

    - + -

    Format seconds as a time string, H:MM:SS, M:SS or M:SS:MMM.

    +

    Format seconds as a duration string.

    +

    Either formatted as:

    +
      +
    • DD:HH:MM:SS (> 24 hours)
    • +
    • HH:MM:SS (> 1 hour)
    • +
    • MM:SS:MSS (displayMilliseconds = true)
    • +
    • MM:SS (displayMilliseconds = false)
    • +

    Supplying a guide (in seconds) will force a number of leading zeros to cover the length of the guide.

    @@ -1544,16 +1590,14 @@

    Params:

    guide number -

    Number (in seconds) to model the string - after.

    +

    Number (in seconds) to model the string after.

    - msDisplayMax - number + displayMilliseconds + boolean -

    Number (in milliseconds) to model the string - after.

    +

    Display milliseconds or not.

    @@ -1567,8 +1611,7 @@

    Return:

    string -

    Time formatted as H:MM:SS, M:SS or M:SS:MMM, e.g. - 0:00:12.

    +

    Formatted duration time, e.g '00:12:653'.

    @@ -1739,6 +1782,80 @@

    Return:

    +
    +
    +

    + private + + + + + + getExtension(mimeType: string): string + + + + source + +

    + +
    import getExtension from 'videojs-record/js/utils/mime.js'
    + + +

    Get file extension for mime-type.

    +
    + + + +
    +

    Params:

    + + + + + + + + + + + + + +
    NameTypeAttributeDescription
    mimeTypestring

    Mime-type to match against.

    +
    +
    +
    + +
    +

    Return:

    + + + + + + + +
    string

    File extension.

    +
    +
    +
    +
    + + + + + + + + + + + + + + +

    diff --git a/docs/api/identifiers.html b/docs/api/identifiers.html index c3d8001b..00f9095f 100644 --- a/docs/api/identifiers.html +++ b/docs/api/identifiers.html @@ -91,6 +91,7 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • @@ -206,7 +207,7 @@ V - pluginDefaultOptions: {"image": *, "audio": *, "video": *, "animation": *, "screen": *, "maxLength": number, "maxFileSize": *, "msDisplayMax": number, "frameWidth": number, "frameHeight": number, "debug": *, "pip": *, "autoMuteDevice": *, "videoBitRate": number, "videoEngine": string, "videoFrameRate": number, "videoMimeType": string, "videoRecorderType": string, "videoWorkerURL": *, "videoWebAssemblyURL": *, "audioEngine": string, "audioRecorderType": string, "audioMimeType": string, "audioBufferSize": number, "audioSampleRate": number, "audioBitRate": number, "audioChannels": number, "audioWorkerURL": *, "audioWebAssemblyURL": *, "audioBufferUpdate": *, "animationFrameRate": number, "animationQuality": number, "imageOutputType": string, "imageOutputFormat": string, "imageOutputQuality": number, "timeSlice": *, "convertEngine": *, "convertWorkerURL": *, "convertOptions": *, "hotKeys": *, "pluginLibraryOptions": *} + pluginDefaultOptions: {"image": *, "audio": *, "video": *, "animation": *, "screen": *, "maxLength": number, "maxFileSize": *, "displayMilliseconds": *, "frameWidth": number, "frameHeight": number, "debug": *, "pip": *, "autoMuteDevice": *, "videoBitRate": number, "videoEngine": string, "videoFrameRate": number, "videoMimeType": string, "videoRecorderType": string, "videoWorkerURL": *, "videoWebAssemblyURL": *, "audioEngine": string, "audioRecorderType": string, "audioMimeType": string, "audioBufferSize": number, "audioSampleRate": number, "audioBitRate": number, "audioChannels": number, "audioWorkerURL": *, "audioWebAssemblyURL": *, "audioBufferUpdate": *, "animationFrameRate": number, "animationQuality": number, "imageOutputType": string, "imageOutputFormat": string, "imageOutputQuality": number, "timeSlice": *, "convertEngine": *, "convertWorkerURL": *, "convertOptions": *, "hotKeys": *, "pluginLibraryOptions": *}

    @@ -1726,13 +1727,13 @@

    utils

    F - addFileInfo(fileObj: Blob | File, now: date) + addFileInfo(fileObj: Blob | File, dateObj: date, fileExtension: string)

    -

    Add filename and timestamp to recorded file object.

    +

    Add filename and modification date to recorded file object.

    @@ -1813,13 +1814,42 @@

    utils

    F - formatTime(seconds: number, guide: number, msDisplayMax: number): string + formatTime(seconds: number, guide: number, displayMilliseconds: boolean): string

    -

    Format seconds as a time string, H:MM:SS, M:SS or M:SS:MMM.

    +

    Format seconds as a duration string.

    +
    +
    + + + + + + + + + private + + + + + + +
    +

    + F + + + getExtension(mimeType: string): string +

    +
    +
    + + +

    Get file extension for mime-type.

    diff --git a/docs/api/index.html b/docs/api/index.html index a11b0a9e..2f1267db 100644 --- a/docs/api/index.html +++ b/docs/api/index.html @@ -91,12 +91,14 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • -

    videojs-record

    Video.js plugin for recording audio/video/image files.

    -

    Screenshot

    +

    videojs-record

    A video.js plugin for recording audio/video/image files.

    +

    Screenshot

    +

    Documentation

    The documentation and examples can be found on: https://collab-project.github.io/videojs-record

    npm version npm License @@ -105,11 +107,6 @@ Size Financial Contributors on Open Collective Stars

    -

    Supported browsers

    Check the wiki for -supported browsers information.

    -

    Using with React

    Alternatively, the react example shows how to integrate this plugin in a React component -(demo or -source).

    Financial Contributors

    Become a financial contributor and help us sustain our community. [Contribute]

    Individuals

    Organizations

    Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]

    diff --git a/docs/api/index.json b/docs/api/index.json index c898e5bb..094b0c7b 100644 --- a/docs/api/index.json +++ b/docs/api/index.json @@ -1804,7 +1804,7 @@ "__docId__": 102, "kind": "file", "name": "js/defaults.js", - "content": "/**\n * @file defaults.js\n * @since 2.0.0\n */\n\n// plugin defaults\nconst pluginDefaultOptions = {\n // Single snapshot image.\n image: false,\n // Include audio in the recorded clip.\n audio: false,\n // Include video in the recorded clip.\n video: false,\n // Animated GIF.\n animation: false,\n // Screen capture.\n screen: false,\n // Maximum length of the recorded clip.\n maxLength: 10,\n // Maximum file size of the recorded clip. Works only when the timeSlice\n // option is also enabled.\n maxFileSize: 0,\n // msDisplayMax indicates the number of seconds that is\n // considered the boundary value for displaying milliseconds\n // in the time controls. An audio clip with a total length of\n // 2 seconds and a msDisplayMax of 3 will use the format\n // M:SS:MMM. Clips longer than msDisplayMax will be displayed\n // as M:SS or HH:MM:SS.\n msDisplayMax: 3,\n // Width of the recorded video frames.\n frameWidth: 320,\n // Height of the recorded video frames.\n frameHeight: 240,\n // Enables console logging for debugging purposes.\n debug: false,\n // Enable Picture-in-Picture support.\n pip: false,\n // Turn off the camera/mic (and light) when audio and/or video recording\n // stops, and turns them on again when you resume recording.\n autoMuteDevice: false,\n // The video bitrate in kbps (only used in webm-wasm plugin).\n videoBitRate: 1200,\n // Video recording library to use. Legal values are 'recordrtc' (default)\n // and 'webm-wasm'.\n videoEngine: 'recordrtc',\n // The video frame rate in frames per second (only used in webm-wasm plugin).\n videoFrameRate: 30,\n // The mime type for the video recorder. Default to 'video/webm'.\n // Use 'video/mp4' (Firefox) or 'video/webm;codecs=H264' (Chrome 52 and\n // newer) for MP4.\n videoMimeType: 'video/webm',\n // Video recorder type to use. This allows you to specify an alternative\n // recorder class, e.g. WhammyRecorder from recordrtc. Defaults to 'auto'\n // which let's recordrtc specify the best available recorder type.\n videoRecorderType: 'auto',\n // URL for the video worker. Use an empty string '' to disable (default).\n videoWorkerURL: '',\n // URL for the video worker WebAssembly file. Use an empty string '' to\n // disable (default).\n videoWebAssemblyURL: '',\n // Audio recording library to use. Legal values are 'recordrtc' (default),\n // 'libvorbis.js', 'opus-recorder', 'lamejs', 'vmsg' and 'recorder.js'.\n audioEngine: 'recordrtc',\n // Audio recorder type to use. This allows you to specify an alternative\n // recorder class, e.g. StereoAudioRecorder. Defaults to 'auto' which let's\n // recordrtc specify the best available recorder type. Currently this\n // setting is only used with the 'recordrtc' audioEngine.\n audioRecorderType: 'auto',\n // The mime type for the audio recorder. Defaults to 'auto' which will pick\n // the best option available in the browser (e.g. either 'audio/wav',\n // 'audio/ogg' or 'audio/webm').\n audioMimeType: 'auto',\n // The size of the audio buffer (in sample-frames) which needs to\n // be processed each time onprocessaudio is called.\n // From the spec: This value controls how frequently the audioprocess event is\n // dispatched and how many sample-frames need to be processed each call.\n // Lower values for buffer size will result in a lower (better) latency.\n // Higher values will be necessary to avoid audio breakup and glitches.\n // Legal values are 256, 512, 1024, 2048, 4096, 8192 or 16384.\n audioBufferSize: 4096,\n // The audio sample rate (in sample-frames per second) at which the\n // AudioContext handles audio. It is assumed that all AudioNodes\n // in the context run at this rate. In making this assumption,\n // sample-rate converters or \"varispeed\" processors are not supported\n // in real-time processing.\n // The sampleRate parameter describes the sample-rate of the\n // linear PCM audio data in the buffer in sample-frames per second.\n // An implementation must support sample-rates in at least\n // the range 22050 to 96000.\n audioSampleRate: 44100,\n // The audio bitrate in kbps (only used in lamejs plugin).\n audioBitRate: 128,\n // Allows you to record single-channel audio, which can reduce the\n // file size.\n audioChannels: 2,\n // URL for the audio worker. Use an empty string '' to disable (default).\n audioWorkerURL: '',\n // URL for the audio worker WebAssembly file. Use an empty string '' to\n // disable (default).\n audioWebAssemblyURL: '',\n // Enables the audioBufferUpdate event that provides realtime AudioBuffer\n // instances from the input audio device.\n audioBufferUpdate: false,\n // Frame rate in frames per second.\n animationFrameRate: 200,\n // Sets quality of color quantization (conversion of images to the\n // maximum 256 colors allowed by the GIF specification).\n // Lower values (minimum = 1) produce better colors,\n // but slow processing significantly. 10 is the default,\n // and produces good color mapping at reasonable speeds.\n // Values greater than 20 do not yield significant improvements\n // in speed.\n animationQuality: 10,\n // A string indicating the output type: dataURL (base64 string) or blob.\n // The default output is dataURL.\n imageOutputType: 'dataURL',\n // A string indicating the image format used in image-only mode. The default\n // format type is image/png.\n imageOutputFormat: 'image/png',\n // A number between 0 and 1 indicating the image quality to use for image\n // formats that use lossy compression such as image/jpeg and image/webp.\n // If this argument is anything else, the default value for image quality\n // is used. The default value is 0.92.\n imageOutputQuality: 0.92,\n // Accepts numbers in milliseconds; use this to force intervals-based blobs.\n timeSlice: 0,\n // Media converter library to use. Legal values are 'ts-ebml' and 'ffmpeg.js'.\n // Use an empty string '' to disable (default).\n convertEngine: '',\n // URL for the converter worker.\n convertWorkerURL: '',\n // List of string options to pass to the convert engine.\n convertOptions: [],\n // Enable keyboard hotkeys.\n hotKeys: false,\n // Use this object to specify additional settings for the library used by the\n // plugin (only used in opus-recorder and vmsg plugins).\n pluginLibraryOptions: {}\n};\n\nexport default pluginDefaultOptions;\n", + "content": "/**\n * @file defaults.js\n * @since 2.0.0\n */\n\n// plugin defaults\nconst pluginDefaultOptions = {\n // Single snapshot image.\n image: false,\n // Include audio in the recorded clip.\n audio: false,\n // Include video in the recorded clip.\n video: false,\n // Animated GIF.\n animation: false,\n // Screen capture.\n screen: false,\n // Maximum length of the recorded clip.\n maxLength: 10,\n // Maximum file size of the recorded clip. Works only when the timeSlice\n // option is also enabled.\n maxFileSize: 0,\n // Boolean indicating if milliseconds should be included,\n // e.g. \"00:00:000\" vs \"00:00\".\n displayMilliseconds: false,\n // Width of the recorded video frames.\n frameWidth: 320,\n // Height of the recorded video frames.\n frameHeight: 240,\n // Enables console logging for debugging purposes.\n debug: false,\n // Enable Picture-in-Picture support.\n pip: false,\n // Turn off the camera/mic (and light) when audio and/or video recording\n // stops, and turns them on again when you resume recording.\n autoMuteDevice: false,\n // The video bitrate in kbps (only used in webm-wasm plugin).\n videoBitRate: 1200,\n // Video recording library to use. Legal values are 'recordrtc' (default)\n // and 'webm-wasm'.\n videoEngine: 'recordrtc',\n // The video frame rate in frames per second (only used in webm-wasm plugin).\n videoFrameRate: 30,\n // The mime type for the video recorder.\n // Use 'video/mp4' (Firefox) or 'video/webm;codecs=H264' (Chrome 52 and\n // newer) for MP4.\n videoMimeType: 'video/webm',\n // Video recorder type to use. This allows you to specify an alternative\n // recorder class, e.g. WhammyRecorder from recordrtc. Defaults to 'auto'\n // which let's recordrtc specify the best available recorder type.\n videoRecorderType: 'auto',\n // URL for the video worker. Use an empty string '' to disable (default).\n videoWorkerURL: '',\n // URL for the video worker WebAssembly file. Use an empty string '' to\n // disable (default).\n videoWebAssemblyURL: '',\n // Audio recording library to use. Legal values are 'recordrtc' (default),\n // 'libvorbis.js', 'opus-recorder', 'lamejs', 'vmsg' and 'recorder.js'.\n audioEngine: 'recordrtc',\n // Audio recorder type to use. This allows you to specify an alternative\n // recorder class, e.g. StereoAudioRecorder. Defaults to 'auto' which let's\n // recordrtc specify the best available recorder type. Currently this\n // setting is only used with the 'recordrtc' audioEngine.\n audioRecorderType: 'auto',\n // The mime type for the audio recorder. Defaults to 'auto' which will pick\n // the best option available in the browser (e.g. either 'audio/wav',\n // 'audio/ogg' or 'audio/webm').\n audioMimeType: 'auto',\n // The size of the audio buffer (in sample-frames) which needs to\n // be processed each time onprocessaudio is called.\n // From the spec: This value controls how frequently the audioprocess event is\n // dispatched and how many sample-frames need to be processed each call.\n // Lower values for buffer size will result in a lower (better) latency.\n // Higher values will be necessary to avoid audio breakup and glitches.\n // Legal values are 256, 512, 1024, 2048, 4096, 8192 or 16384.\n audioBufferSize: 4096,\n // The audio sample rate (in sample-frames per second) at which the\n // AudioContext handles audio. It is assumed that all AudioNodes\n // in the context run at this rate. In making this assumption,\n // sample-rate converters or \"varispeed\" processors are not supported\n // in real-time processing.\n // The sampleRate parameter describes the sample-rate of the\n // linear PCM audio data in the buffer in sample-frames per second.\n // An implementation must support sample-rates in at least\n // the range 22050 to 96000.\n audioSampleRate: 44100,\n // The audio bitrate in kbps (only used in lamejs plugin).\n audioBitRate: 128,\n // Allows you to record single-channel audio, which can reduce the\n // file size.\n audioChannels: 2,\n // URL for the audio worker. Use an empty string '' to disable (default).\n audioWorkerURL: '',\n // URL for the audio worker WebAssembly file. Use an empty string '' to\n // disable (default).\n audioWebAssemblyURL: '',\n // Enables the audioBufferUpdate event that provides realtime AudioBuffer\n // instances from the input audio device.\n audioBufferUpdate: false,\n // Frame rate in frames per second.\n animationFrameRate: 200,\n // Sets quality of color quantization (conversion of images to the\n // maximum 256 colors allowed by the GIF specification).\n // Lower values (minimum = 1) produce better colors,\n // but slow processing significantly. 10 is the default,\n // and produces good color mapping at reasonable speeds.\n // Values greater than 20 do not yield significant improvements\n // in speed.\n animationQuality: 10,\n // A string indicating the output type: dataURL (base64 string) or blob.\n // The default output is dataURL.\n imageOutputType: 'dataURL',\n // A string indicating the image format used in image-only mode. The default\n // format type is image/png.\n imageOutputFormat: 'image/png',\n // A number between 0 and 1 indicating the image quality to use for image\n // formats that use lossy compression such as image/jpeg and image/webp.\n // If this argument is anything else, the default value for image quality\n // is used. The default value is 0.92.\n imageOutputQuality: 0.92,\n // Accepts numbers in milliseconds; use this to force intervals-based blobs.\n timeSlice: 0,\n // Media converter library to use. Legal values are 'ts-ebml' and 'ffmpeg.js'.\n // Use an empty string '' to disable (default).\n convertEngine: '',\n // URL for the converter worker.\n convertWorkerURL: '',\n // List of string options to pass to the convert engine.\n convertOptions: [],\n // Enable keyboard hotkeys.\n hotKeys: false,\n // Use this object to specify additional settings for the library used by the\n // plugin (only used in opus-recorder and vmsg plugins).\n pluginLibraryOptions: {}\n};\n\nexport default pluginDefaultOptions;\n", "static": true, "longname": "/home/thijs/projects/videojs-record/src/js/defaults.js", "access": "public", @@ -1833,7 +1833,7 @@ ], "type": { "types": [ - "{\"image\": *, \"audio\": *, \"video\": *, \"animation\": *, \"screen\": *, \"maxLength\": number, \"maxFileSize\": *, \"msDisplayMax\": number, \"frameWidth\": number, \"frameHeight\": number, \"debug\": *, \"pip\": *, \"autoMuteDevice\": *, \"videoBitRate\": number, \"videoEngine\": string, \"videoFrameRate\": number, \"videoMimeType\": string, \"videoRecorderType\": string, \"videoWorkerURL\": *, \"videoWebAssemblyURL\": *, \"audioEngine\": string, \"audioRecorderType\": string, \"audioMimeType\": string, \"audioBufferSize\": number, \"audioSampleRate\": number, \"audioBitRate\": number, \"audioChannels\": number, \"audioWorkerURL\": *, \"audioWebAssemblyURL\": *, \"audioBufferUpdate\": *, \"animationFrameRate\": number, \"animationQuality\": number, \"imageOutputType\": string, \"imageOutputFormat\": string, \"imageOutputQuality\": number, \"timeSlice\": *, \"convertEngine\": *, \"convertWorkerURL\": *, \"convertOptions\": *, \"hotKeys\": *, \"pluginLibraryOptions\": *}" + "{\"image\": *, \"audio\": *, \"video\": *, \"animation\": *, \"screen\": *, \"maxLength\": number, \"maxFileSize\": *, \"displayMilliseconds\": *, \"frameWidth\": number, \"frameHeight\": number, \"debug\": *, \"pip\": *, \"autoMuteDevice\": *, \"videoBitRate\": number, \"videoEngine\": string, \"videoFrameRate\": number, \"videoMimeType\": string, \"videoRecorderType\": string, \"videoWorkerURL\": *, \"videoWebAssemblyURL\": *, \"audioEngine\": string, \"audioRecorderType\": string, \"audioMimeType\": string, \"audioBufferSize\": number, \"audioSampleRate\": number, \"audioBitRate\": number, \"audioChannels\": number, \"audioWorkerURL\": *, \"audioWebAssemblyURL\": *, \"audioBufferUpdate\": *, \"animationFrameRate\": number, \"animationQuality\": number, \"imageOutputType\": string, \"imageOutputFormat\": string, \"imageOutputQuality\": number, \"timeSlice\": *, \"convertEngine\": *, \"convertWorkerURL\": *, \"convertOptions\": *, \"hotKeys\": *, \"pluginLibraryOptions\": *}" ] } }, @@ -3888,7 +3888,7 @@ "__docId__": 197, "kind": "file", "name": "js/plugins/lamejs-plugin.js", - "content": "/**\n * @file lamejs-plugin.js\n * @since 1.1.0\n */\n\nimport videojs from 'video.js';\n\nconst RecordEngine = videojs.getComponent('RecordEngine');\n\n/**\n * Audio-only engine for the lamejs library.\n *\n * @class\n * @augments RecordEngine\n */\nclass LamejsEngine extends RecordEngine {\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n constructor(player, options) {\n super(player, options);\n\n /**\n * Enables console logging for debugging purposes.\n *\n * @type {boolean}\n */\n this.debug = false;\n /**\n * Specifies the sample rate to encode at.\n *\n * @type {number}\n */\n this.sampleRate = 44100;\n /**\n * Specifies the bitrate in kbps.\n *\n * @type {number}\n */\n this.bitRate = 128;\n /**\n * Path to `worker-realtime.js` worker script.\n *\n * @type {string}\n */\n this.audioWorkerURL = 'worker-realtime.js';\n /**\n * Mime-type for audio output.\n *\n * @type {string}\n */\n this.audioType = 'audio/mp3';\n }\n\n /**\n * Setup recording engine.\n *\n * @param {LocalMediaStream} stream - Media stream to record.\n * @param {Object} mediaType - Object describing the media type of this\n * engine.\n * @param {Boolean} debug - Indicating whether or not debug messages should\n * be printed in the console.\n */\n setup(stream, mediaType, debug) {\n this.inputStream = stream;\n this.mediaType = mediaType;\n this.debug = debug;\n\n this.config = {\n debug: this.debug,\n sampleRate: this.sampleRate,\n bitRate: this.bitRate\n };\n\n this.engine = new Worker(this.audioWorkerURL);\n this.engine.onmessage = this.onWorkerMessage.bind(this);\n this.engine.postMessage({cmd: 'init', config: this.config});\n }\n\n /**\n * Start recording.\n */\n start() {\n let AudioContext = window.AudioContext || window.webkitAudioContext;\n this.audioContext = new AudioContext();\n\n this.audioSourceNode = this.audioContext.createMediaStreamSource(\n this.inputStream);\n // a bufferSize of 0 instructs the browser to choose the best bufferSize\n this.processor = this.audioContext.createScriptProcessor(\n 0, 1, 1);\n this.processor.onaudioprocess = this.onAudioProcess.bind(this);\n this.audioSourceNode.connect(this.processor);\n this.processor.connect(this.audioContext.destination);\n }\n\n /**\n * Stop recording.\n */\n stop() {\n if (this.processor && this.audioSourceNode) {\n this.audioSourceNode.disconnect();\n this.processor.disconnect();\n this.processor.onaudioprocess = null;\n }\n if (this.audioContext) {\n // ignore errors about already being closed\n this.audioContext.close().then(() => {}).catch((reason) => {});\n }\n\n // free up memory\n this.engine.postMessage({cmd: 'finish'});\n }\n\n /**\n * Received a message from the worker.\n *\n * @private\n * @param {Object} ev - Worker responded with event object.\n */\n onWorkerMessage(ev) {\n switch (ev.data.cmd) {\n case 'end':\n this.onStopRecording(new Blob(ev.data.buf,\n {type: this.audioType}));\n break;\n\n case 'error':\n this.player().trigger('error', ev.data.error);\n break;\n\n default:\n // invalid message received\n this.player().trigger('error', ev.data);\n break;\n }\n }\n\n /**\n * Continuous encoding of audio data.\n *\n * @private\n * @param {Object} ev - onaudioprocess responded with data object.\n */\n onAudioProcess(ev) {\n // send microphone data to LAME for MP3 encoding while recording\n let data = ev.inputBuffer.getChannelData(0);\n\n this.engine.postMessage({cmd: 'encode', buf: data});\n }\n}\n\n// expose plugin\nvideojs.LamejsEngine = LamejsEngine;\n\nexport default LamejsEngine;\n", + "content": "/**\n * @file lamejs-plugin.js\n * @since 1.1.0\n */\n\nimport videojs from 'video.js';\n\nconst RecordEngine = videojs.getComponent('RecordEngine');\n\n/**\n * Audio-only engine for the lamejs library.\n *\n * @class\n * @augments RecordEngine\n */\nclass LamejsEngine extends RecordEngine {\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n constructor(player, options) {\n super(player, options);\n\n /**\n * Enables console logging for debugging purposes.\n *\n * @type {boolean}\n */\n this.debug = false;\n /**\n * Specifies the sample rate to encode at.\n *\n * @type {number}\n */\n this.sampleRate = 44100;\n /**\n * Specifies the bitrate in kbps.\n *\n * @type {number}\n */\n this.bitRate = 128;\n /**\n * Path to `worker-realtime.js` worker script.\n *\n * @type {string}\n */\n this.audioWorkerURL = 'worker-realtime.js';\n /**\n * Mime-type for audio output.\n *\n * @type {string}\n */\n this.audioType = 'audio/mpeg';\n }\n\n /**\n * Setup recording engine.\n *\n * @param {LocalMediaStream} stream - Media stream to record.\n * @param {Object} mediaType - Object describing the media type of this\n * engine.\n * @param {Boolean} debug - Indicating whether or not debug messages should\n * be printed in the console.\n */\n setup(stream, mediaType, debug) {\n this.inputStream = stream;\n this.mediaType = mediaType;\n this.debug = debug;\n\n this.config = {\n debug: this.debug,\n sampleRate: this.sampleRate,\n bitRate: this.bitRate\n };\n\n this.engine = new Worker(this.audioWorkerURL);\n this.engine.onmessage = this.onWorkerMessage.bind(this);\n this.engine.postMessage({cmd: 'init', config: this.config});\n }\n\n /**\n * Start recording.\n */\n start() {\n let AudioContext = window.AudioContext || window.webkitAudioContext;\n this.audioContext = new AudioContext();\n\n this.audioSourceNode = this.audioContext.createMediaStreamSource(\n this.inputStream);\n // a bufferSize of 0 instructs the browser to choose the best bufferSize\n this.processor = this.audioContext.createScriptProcessor(\n 0, 1, 1);\n this.processor.onaudioprocess = this.onAudioProcess.bind(this);\n this.audioSourceNode.connect(this.processor);\n this.processor.connect(this.audioContext.destination);\n }\n\n /**\n * Stop recording.\n */\n stop() {\n if (this.processor && this.audioSourceNode) {\n this.audioSourceNode.disconnect();\n this.processor.disconnect();\n this.processor.onaudioprocess = null;\n }\n if (this.audioContext) {\n // ignore errors about already being closed\n this.audioContext.close().then(() => {}).catch((reason) => {});\n }\n\n // free up memory\n this.engine.postMessage({cmd: 'finish'});\n }\n\n /**\n * Received a message from the worker.\n *\n * @private\n * @param {Object} ev - Worker responded with event object.\n */\n onWorkerMessage(ev) {\n switch (ev.data.cmd) {\n case 'end':\n this.onStopRecording(new Blob(ev.data.buf,\n {type: this.audioType}));\n break;\n\n case 'error':\n this.player().trigger('error', ev.data.error);\n break;\n\n default:\n // invalid message received\n this.player().trigger('error', ev.data);\n break;\n }\n }\n\n /**\n * Continuous encoding of audio data.\n *\n * @private\n * @param {Object} ev - onaudioprocess responded with data object.\n */\n onAudioProcess(ev) {\n // send microphone data to LAME for MP3 encoding while recording\n let data = ev.inputBuffer.getChannelData(0);\n\n this.engine.postMessage({cmd: 'encode', buf: data});\n }\n}\n\n// expose plugin\nvideojs.LamejsEngine = LamejsEngine;\n\nexport default LamejsEngine;\n", "static": true, "longname": "/home/thijs/projects/videojs-record/src/js/plugins/lamejs-plugin.js", "access": "public", @@ -6567,7 +6567,7 @@ "__docId__": 331, "kind": "file", "name": "js/utils/file-util.js", - "content": "/**\n * @file file-util.js\n * @since 3.3.0\n */\n\n/**\n * Download `Blob` object in browser.\n *\n * @param {string} fileName - Name for the file to download.\n * @param {blob} data - File data.\n * @returns {void}\n * @private\n */\nconst downloadBlob = function(fileName, data) {\n if (typeof navigator.msSaveOrOpenBlob !== 'undefined') {\n return navigator.msSaveOrOpenBlob(data, fileName);\n } else if (typeof navigator.msSaveBlob !== 'undefined') {\n return navigator.msSaveBlob(data, fileName);\n }\n\n let hyperlink = document.createElement('a');\n hyperlink.href = URL.createObjectURL(data);\n hyperlink.download = fileName;\n\n hyperlink.style = 'display:none;opacity:0;color:transparent;';\n (document.body || document.documentElement).appendChild(hyperlink);\n\n if (typeof hyperlink.click === 'function') {\n hyperlink.click();\n } else {\n hyperlink.target = '_blank';\n hyperlink.dispatchEvent(new MouseEvent('click', {\n view: window,\n bubbles: true,\n cancelable: true\n }));\n }\n\n URL.revokeObjectURL(hyperlink.href);\n};\n\n/**\n * Read `Blob` as `ArrayBuffer`.\n *\n * @param {(Blob|File)} fileObj - Blob or File object to read.\n * @returns {void}\n * @private\n */\nconst blobToArrayBuffer = function(fileObj) {\n return new Promise((resolve, reject) => {\n const reader = new FileReader();\n reader.onloadend = () => {\n resolve(reader.result);\n };\n reader.onerror = (ev) => {\n reject(ev.error);\n };\n reader.readAsArrayBuffer(fileObj);\n });\n};\n\n/**\n * Add filename and timestamp to recorded file object.\n *\n * @param {(Blob|File)} fileObj - Blob or File object to modify.\n * @param {date} [now] - Optional date information, default is\n * current timestamp.\n * @private\n */\nconst addFileInfo = function(fileObj, now) {\n if (fileObj instanceof Blob || fileObj instanceof File) {\n // set modification date\n if (now === undefined) {\n now = new Date();\n }\n try {\n fileObj.lastModified = now.getTime();\n fileObj.lastModifiedDate = now;\n } catch (e) {\n if (e instanceof TypeError) {\n // ignore: setting getter-only property \"lastModifiedDate\"\n } else {\n // re-raise error\n throw e;\n }\n }\n // guess extension name from mime type, e.g. audio/ogg, but\n // any extension is valid here. Chrome also accepts extended\n // mime types like video/webm;codecs=h264,vp9,opus\n let fileExtension = '.' + fileObj.type.split('/')[1];\n if (fileExtension.indexOf(';') > -1) {\n fileExtension = fileExtension.split(';')[0];\n }\n\n // use timestamp in filename, e.g. 1451180941326.ogg\n try {\n fileObj.name = now.getTime() + fileExtension;\n } catch (e) {\n if (e instanceof TypeError) {\n // ignore: setting getter-only property \"name\"\n } else {\n // re-raise error\n throw e;\n }\n }\n }\n};\n\nexport {\n downloadBlob, blobToArrayBuffer, addFileInfo\n};", + "content": "/**\n * @file file-util.js\n * @since 3.3.0\n */\n\nimport getExtension from './mime';\n\n/**\n * Download `Blob` object in browser.\n *\n * @param {string} fileName - Name for the file to download.\n * @param {blob} data - File data.\n * @returns {void}\n * @private\n */\nconst downloadBlob = function(fileName, data) {\n if (typeof navigator.msSaveOrOpenBlob !== 'undefined') {\n return navigator.msSaveOrOpenBlob(data, fileName);\n } else if (typeof navigator.msSaveBlob !== 'undefined') {\n return navigator.msSaveBlob(data, fileName);\n }\n\n let hyperlink = document.createElement('a');\n hyperlink.href = URL.createObjectURL(data);\n hyperlink.download = fileName;\n\n hyperlink.style = 'display:none;opacity:0;color:transparent;';\n (document.body || document.documentElement).appendChild(hyperlink);\n\n if (typeof hyperlink.click === 'function') {\n hyperlink.click();\n } else {\n hyperlink.target = '_blank';\n hyperlink.dispatchEvent(new MouseEvent('click', {\n view: window,\n bubbles: true,\n cancelable: true\n }));\n }\n\n URL.revokeObjectURL(hyperlink.href);\n};\n\n/**\n * Read `Blob` as `ArrayBuffer`.\n *\n * @param {(Blob|File)} fileObj - `Blob` or `File` object to read.\n * @returns {void}\n * @private\n */\nconst blobToArrayBuffer = function(fileObj) {\n return new Promise((resolve, reject) => {\n const reader = new FileReader();\n reader.onloadend = () => {\n resolve(reader.result);\n };\n reader.onerror = (ev) => {\n reject(ev.error);\n };\n reader.readAsArrayBuffer(fileObj);\n });\n};\n\n/**\n * Add filename and modification date to recorded file object.\n *\n * @param {(Blob|File)} fileObj - `Blob` or `File` object to modify.\n * @param {date} [dateObj] - Optional modification date information.\n * Default is `new Date()`.\n * @param {string} [fileExtension] - Optional file extension to use.\n * By default the file extension is automatically determined using\n * the mime-type.\n * @private\n */\nconst addFileInfo = function(fileObj, dateObj, fileExtension) {\n if (fileObj instanceof Blob || fileObj instanceof File) {\n // set modification date\n if (dateObj === undefined) {\n dateObj = new Date();\n }\n try {\n fileObj.lastModified = dateObj.getTime();\n fileObj.lastModifiedDate = dateObj;\n } catch (e) {\n if (e instanceof TypeError) {\n // ignore: setting getter-only property \"lastModifiedDate\"\n } else {\n // re-raise error\n throw e;\n }\n }\n\n // file extension\n if (fileExtension === undefined) {\n // determine file extension using mime type, e.g. audio/ogg,\n // but any extension is valid here. Browsers also accept\n // extended mime types like video/webm;codecs=h264,vp9,opus\n fileExtension = '.' + getExtension(fileObj.type);\n }\n\n // use timestamp in filename, e.g. 1451180941326.ogg\n try {\n fileObj.name = dateObj.getTime() + fileExtension;\n } catch (e) {\n if (e instanceof TypeError) {\n // ignore: setting getter-only property \"name\"\n } else {\n // re-raise error\n throw e;\n }\n }\n }\n};\n\nexport {\n downloadBlob, blobToArrayBuffer, addFileInfo\n};", "static": true, "longname": "/home/thijs/projects/videojs-record/src/js/utils/file-util.js", "access": "public", @@ -6588,7 +6588,7 @@ "importPath": "videojs-record/js/utils/file-util.js", "importStyle": "{downloadBlob}", "description": "Download `Blob` object in browser.", - "lineNumber": 14, + "lineNumber": 16, "unknown": [ { "tagName": "@returns", @@ -6640,7 +6640,7 @@ "importPath": "videojs-record/js/utils/file-util.js", "importStyle": "{blobToArrayBuffer}", "description": "Read `Blob` as `ArrayBuffer`.", - "lineNumber": 49, + "lineNumber": 51, "unknown": [ { "tagName": "@returns", @@ -6657,7 +6657,7 @@ "spread": false, "optional": false, "name": "fileObj", - "description": "Blob or File object to read." + "description": "`Blob` or `File` object to read." } ], "return": { @@ -6682,8 +6682,8 @@ "export": true, "importPath": "videojs-record/js/utils/file-util.js", "importStyle": "{addFileInfo}", - "description": "Add filename and timestamp to recorded file object.", - "lineNumber": 70, + "description": "Add filename and modification date to recorded file object.", + "lineNumber": 75, "params": [ { "nullable": null, @@ -6694,7 +6694,7 @@ "spread": false, "optional": false, "name": "fileObj", - "description": "Blob or File object to modify." + "description": "`Blob` or `File` object to modify." }, { "nullable": null, @@ -6703,8 +6703,18 @@ ], "spread": false, "optional": true, - "name": "now", - "description": "Optional date information, default is\n current timestamp." + "name": "dateObj", + "description": "Optional modification date information.\n Default is `new Date()`." + }, + { + "nullable": null, + "types": [ + "string" + ], + "spread": false, + "optional": true, + "name": "fileExtension", + "description": "Optional file extension to use.\n By default the file extension is automatically determined using\n the mime-type." } ], "return": null @@ -6713,7 +6723,7 @@ "__docId__": 335, "kind": "file", "name": "js/utils/format-time.js", - "content": "/**\n * @file format-time.js\n * @since 2.0.0\n */\n\n/**\n * Format seconds as a time string, H:MM:SS, M:SS or M:SS:MMM.\n *\n * Supplying a guide (in seconds) will force a number of leading zeros\n * to cover the length of the guide.\n *\n * @param {number} seconds - Number of seconds to be turned into a\n * string.\n * @param {number} guide - Number (in seconds) to model the string\n * after.\n * @param {number} msDisplayMax - Number (in milliseconds) to model the string\n * after.\n * @return {string} Time formatted as H:MM:SS, M:SS or M:SS:MMM, e.g.\n * 0:00:12.\n * @private\n */\nconst formatTime = function(seconds, guide, msDisplayMax) {\n // buddy ignore:start\n // Default to using seconds as guide\n seconds = seconds < 0 ? 0 : seconds;\n guide = guide || seconds;\n let s = Math.floor(seconds % 60),\n m = Math.floor(seconds / 60 % 60),\n h = Math.floor(seconds / 3600),\n gm = Math.floor(guide / 60 % 60),\n gh = Math.floor(guide / 3600),\n ms = Math.floor((seconds - s) * 1000);\n\n // handle invalid times\n if (isNaN(seconds) || seconds === Infinity) {\n // '-' is false for all relational operators (e.g. <, >=) so this\n // setting will add the minimum number of fields specified by the\n // guide\n h = m = s = ms = '-';\n }\n\n // Check if we need to show milliseconds\n if (guide > 0 && guide < msDisplayMax) {\n if (ms < 100) {\n if (ms < 10) {\n ms = '00' + ms;\n } else {\n ms = '0' + ms;\n }\n }\n ms = ':' + ms;\n } else {\n ms = '';\n }\n\n // Check if we need to show hours\n h = (h > 0 || gh > 0) ? h + ':' : '';\n\n // If hours are showing, we may need to add a leading zero.\n // Always show at least one digit of minutes.\n m = (((h || gm >= 10) && m < 10) ? '0' + m : m) + ':';\n\n // Check if leading zero is need for seconds\n s = ((s < 10) ? '0' + s : s);\n // buddy ignore:end\n return h + m + s + ms;\n};\n\nexport default formatTime;\n", + "content": "/**\n * @file format-time.js\n * @since 2.0.0\n */\n\nimport parseMilliseconds from 'parse-ms';\nimport addZero from 'add-zero';\n\n/**\n * Format seconds as a duration string.\n *\n * Either formatted as:\n *\n * - DD:HH:MM:SS (> 24 hours)\n * - HH:MM:SS (> 1 hour)\n * - MM:SS:MSS (`displayMilliseconds = true`)\n * - MM:SS (`displayMilliseconds = false`)\n *\n * Supplying a guide (in seconds) will force a number of leading zeros\n * to cover the length of the guide.\n *\n * @param {number} seconds - Number of seconds to be turned into a\n * string.\n * @param {number} guide - Number (in seconds) to model the string after.\n * @param {boolean} displayMilliseconds - Display milliseconds or not.\n * @return {string} Formatted duration time, e.g '00:12:653'.\n * @private\n */\nconst formatTime = function(seconds, guide, displayMilliseconds = false) {\n // buddy ignore:start\n seconds = seconds < 0 ? 0 : seconds;\n if (isNaN(seconds) || seconds === Infinity) {\n seconds = 0;\n }\n const inputTime = parseMilliseconds(seconds * 1000);\n let guideTime = inputTime;\n if (guide !== undefined) {\n guideTime = parseMilliseconds(guide * 1000);\n }\n const hr = addZero(inputTime.hours);\n const min = addZero(inputTime.minutes);\n const sec = addZero(inputTime.seconds);\n const ms = addZero(inputTime.milliseconds, 3);\n\n if (inputTime.days > 0 || guideTime.days > 0) {\n const day = addZero(inputTime.days);\n return `${day}:${hr}:${min}:${sec}`;\n }\n if (inputTime.hours > 0 || guideTime.hours > 0) {\n return `${hr}:${min}:${sec}`;\n }\n if (displayMilliseconds) {\n return `${min}:${sec}:${ms}`;\n }\n\n return `${min}:${sec}`;\n // buddy ignore:end\n};\n\nexport default formatTime;\n", "static": true, "longname": "/home/thijs/projects/videojs-record/src/js/utils/format-time.js", "access": "public", @@ -6733,8 +6743,8 @@ "export": true, "importPath": "videojs-record/js/utils/format-time.js", "importStyle": "formatTime", - "description": "Format seconds as a time string, H:MM:SS, M:SS or M:SS:MMM.\n\nSupplying a guide (in seconds) will force a number of leading zeros\nto cover the length of the guide.", - "lineNumber": 22, + "description": "Format seconds as a duration string.\n\nEither formatted as:\n\n- DD:HH:MM:SS (> 24 hours)\n- HH:MM:SS (> 1 hour)\n- MM:SS:MSS (`displayMilliseconds = true`)\n- MM:SS (`displayMilliseconds = false`)\n\nSupplying a guide (in seconds) will force a number of leading zeros\nto cover the length of the guide.", + "lineNumber": 29, "params": [ { "nullable": null, @@ -6754,17 +6764,17 @@ "spread": false, "optional": false, "name": "guide", - "description": "Number (in seconds) to model the string\n after." + "description": "Number (in seconds) to model the string after." }, { "nullable": null, "types": [ - "number" + "boolean" ], "spread": false, "optional": false, - "name": "msDisplayMax", - "description": "Number (in milliseconds) to model the string\n after." + "name": "displayMilliseconds", + "description": "Display milliseconds or not." } ], "return": { @@ -6773,14 +6783,120 @@ "string" ], "spread": false, - "description": "Time formatted as H:MM:SS, M:SS or M:SS:MMM, e.g.\n 0:00:12." + "description": "Formatted duration time, e.g '00:12:653'." } }, { "__docId__": 337, "kind": "file", + "name": "js/utils/mime.js", + "content": "/**\n * @file mime.js\n * @since 4.0.0\n */\n\nconst EXTRACT_TYPE_REGEXP = /^\\s*([^;\\s]*)(?:;|\\s|$)/;\n\n/**\n * Mimetypes\n * @enum\n */\nconst Mimetypes = {\n 'video/ogg': 'ogv',\n 'video/mp4': 'mp4',\n 'video/x-matroska': 'mkv',\n 'video/webm': 'webm',\n 'audio/mp4': 'm4a',\n 'audio/mpeg': 'mp3',\n 'audio/aac': 'aac',\n 'audio/flac': 'flac',\n 'audio/ogg': 'oga',\n 'audio/wav': 'wav',\n 'audio/webm': 'webm',\n 'application/x-mpegURL': 'm3u8',\n 'image/jpeg': 'jpg',\n 'image/gif': 'gif',\n 'image/png': 'png',\n 'image/svg+xml': 'svg',\n 'image/webp': 'webp'\n};\n\n/**\n * Get file extension for mime-type.\n *\n * @param {string} mimeType - Mime-type to match against.\n * @returns {string} File extension.\n * @private\n */\nconst getExtension = function(mimeType) {\n const match = EXTRACT_TYPE_REGEXP.exec(mimeType);\n const result = match && match[1].toLowerCase();\n return Mimetypes[result];\n};\n\nexport default getExtension;\n", + "static": true, + "longname": "/home/thijs/projects/videojs-record/src/js/utils/mime.js", + "access": "public", + "description": null, + "lineNumber": 1 + }, + { + "__docId__": 338, + "kind": "variable", + "name": "EXTRACT_TYPE_REGEXP", + "memberof": "js/utils/mime.js", + "static": true, + "longname": "js/utils/mime.js~EXTRACT_TYPE_REGEXP", + "access": "public", + "export": false, + "importPath": "videojs-record/js/utils/mime.js", + "importStyle": null, + "description": "", + "lineNumber": 6, + "since": "4.0.0", + "unknown": [ + { + "tagName": "@file", + "tagValue": "mime.js" + } + ], + "type": { + "types": [ + "undefined" + ] + }, + "ignore": true + }, + { + "__docId__": 339, + "kind": "variable", + "name": "Mimetypes", + "memberof": "js/utils/mime.js", + "static": true, + "longname": "js/utils/mime.js~Mimetypes", + "access": "public", + "export": false, + "importPath": "videojs-record/js/utils/mime.js", + "importStyle": null, + "description": "Mimetypes", + "lineNumber": 12, + "unknown": [ + { + "tagName": "@enum", + "tagValue": "" + } + ], + "type": { + "types": [ + "{\"video/ogg\": string, \"video/mp4\": string, \"video/x-matroska\": string, \"video/webm\": string, \"audio/mp4\": string, \"audio/mpeg\": string, \"audio/aac\": string, \"audio/flac\": string, \"audio/ogg\": string, \"audio/wav\": string, \"audio/webm\": string, \"application/x-mpegURL\": string, \"image/jpeg\": string, \"image/gif\": string, \"image/png\": string, \"image/svg+xml\": string, \"image/webp\": string}" + ] + }, + "ignore": true + }, + { + "__docId__": 340, + "kind": "function", + "name": "getExtension", + "memberof": "js/utils/mime.js", + "generator": false, + "async": false, + "static": true, + "longname": "js/utils/mime.js~getExtension", + "access": "private", + "export": true, + "importPath": "videojs-record/js/utils/mime.js", + "importStyle": "getExtension", + "description": "Get file extension for mime-type.", + "lineNumber": 39, + "unknown": [ + { + "tagName": "@returns", + "tagValue": "{string} File extension." + } + ], + "params": [ + { + "nullable": null, + "types": [ + "string" + ], + "spread": false, + "optional": false, + "name": "mimeType", + "description": "Mime-type to match against." + } + ], + "return": { + "nullable": null, + "types": [ + "string" + ], + "spread": false, + "description": "File extension." + } + }, + { + "__docId__": 341, + "kind": "file", "name": "js/videojs.record.js", - "content": "/**\n * @file videojs.record.js\n *\n * The main file for the videojs-record project.\n * MIT license: https://github.com/collab-project/videojs-record/blob/master/LICENSE\n */\n\nimport videojs from 'video.js';\n\nimport AnimationDisplay from './controls/animation-display';\nimport RecordCanvas from './controls/record-canvas';\nimport DeviceButton from './controls/device-button';\nimport CameraButton from './controls/camera-button';\nimport RecordToggle from './controls/record-toggle';\nimport RecordIndicator from './controls/record-indicator';\nimport PictureInPictureToggle from './controls/picture-in-picture-toggle';\n\nimport Event from './event';\nimport defaultKeyHandler from './hot-keys';\nimport pluginDefaultOptions from './defaults';\nimport formatTime from './utils/format-time';\nimport setSrcObject from './utils/browser-shim';\nimport compareVersion from './utils/compare-version';\nimport {detectBrowser} from './utils/detect-browser';\n\nimport {getAudioEngine, isAudioPluginActive, getVideoEngine, getConvertEngine} from './engine/engine-loader';\nimport {IMAGE_ONLY, AUDIO_ONLY, VIDEO_ONLY, AUDIO_VIDEO, AUDIO_SCREEN, ANIMATION, SCREEN_ONLY, getRecorderMode} from './engine/record-mode';\n\nconst Plugin = videojs.getPlugin('plugin');\nconst Player = videojs.getComponent('Player');\n\nconst AUTO = 'auto';\n\n/**\n * Record audio/video/images using the Video.js player.\n *\n * @class\n * @augments videojs.Plugin\n */\nclass Record extends Plugin {\n /**\n * The constructor function for the class.\n *\n * @param {(videojs.Player|Object)} player - video.js Player object.\n * @param {Object} options - Player options.\n */\n constructor(player, options) {\n super(player, options);\n\n // monkey-patch play (#152)\n Player.prototype.play = function play() {\n let retval = this.techGet_('play');\n // silence errors (unhandled promise from play)\n if (retval !== undefined && typeof retval.then === 'function') {\n retval.then(null, (e) => {});\n }\n return retval;\n };\n\n // add plugin style\n player.addClass('vjs-record');\n\n // setup plugin options\n this.loadOptions();\n\n // (re)set recorder state\n this.resetState();\n\n // add device button with icon based on type\n let deviceIcon = 'av-perm';\n\n switch (this.getRecordType()) {\n case IMAGE_ONLY:\n case VIDEO_ONLY:\n case ANIMATION:\n deviceIcon = 'video-perm';\n break;\n case AUDIO_ONLY:\n deviceIcon = 'audio-perm';\n break;\n case SCREEN_ONLY:\n deviceIcon = 'screen-perm';\n break;\n case AUDIO_SCREEN:\n deviceIcon = 'sv-perm';\n break;\n }\n\n // add custom interface elements\n DeviceButton.prototype.buildCSSClass = () => {\n // use dynamic icon class\n return 'vjs-record vjs-device-button vjs-control vjs-icon-' + deviceIcon;\n };\n player.deviceButton = new DeviceButton(player, options);\n player.addChild(player.deviceButton);\n\n // add blinking record indicator\n player.recordIndicator = new RecordIndicator(player, options);\n player.recordIndicator.hide();\n player.addChild(player.recordIndicator);\n\n // add canvas for recording and displaying image\n player.recordCanvas = new RecordCanvas(player, options);\n player.recordCanvas.hide();\n player.addChild(player.recordCanvas);\n\n // add image for animation display\n player.animationDisplay = new AnimationDisplay(player, options);\n player.animationDisplay.hide();\n player.addChild(player.animationDisplay);\n\n // add camera button\n player.cameraButton = new CameraButton(player, options);\n player.cameraButton.hide();\n\n // add record toggle button\n player.recordToggle = new RecordToggle(player, options);\n player.recordToggle.hide();\n\n // picture-in-picture\n let oldVideoJS = videojs.VERSION === undefined || compareVersion(videojs.VERSION, '7.6.0') === -1;\n if (!('exitPictureInPicture' in document)) {\n // no support for picture-in-picture, disable pip\n this.pictureInPicture = false;\n } else if (oldVideoJS) {\n // add picture-in-picture toggle button for older video.js versions\n // in browsers that support PIP\n player.pipToggle = new PictureInPictureToggle(player, options);\n player.pipToggle.hide();\n }\n if (this.pictureInPicture === true) {\n // define Picture-in-Picture event handlers once\n this.onEnterPiPHandler = this.onEnterPiP.bind(this);\n this.onLeavePiPHandler = this.onLeavePiP.bind(this);\n }\n\n // exclude custom UI elements\n if (this.player.options_.controlBar) {\n let customUIElements = ['deviceButton', 'recordIndicator',\n 'cameraButton', 'recordToggle'];\n if (player.pipToggle) {\n customUIElements.push('pipToggle');\n }\n\n customUIElements.forEach((element) => {\n if (this.player.options_.controlBar[element] !== undefined) {\n this.player[element].layoutExclude = true;\n this.player[element].hide();\n }\n });\n }\n\n // wait until player ui is ready\n this.player.one(Event.READY, this.setupUI.bind(this));\n }\n\n /**\n * Setup plugin options.\n *\n * @param {Object} newOptions - Optional new player options.\n */\n loadOptions(newOptions = {}) {\n let recordOptions = videojs.mergeOptions(pluginDefaultOptions,\n this.player.options_.plugins.record, newOptions);\n\n // record settings\n this.recordImage = recordOptions.image;\n this.recordAudio = recordOptions.audio;\n this.recordVideo = recordOptions.video;\n this.recordAnimation = recordOptions.animation;\n this.recordScreen = recordOptions.screen;\n this.maxLength = recordOptions.maxLength;\n this.maxFileSize = recordOptions.maxFileSize;\n this.msDisplayMax = parseFloat(recordOptions.msDisplayMax);\n this.debug = recordOptions.debug;\n this.pictureInPicture = recordOptions.pip;\n this.recordTimeSlice = recordOptions.timeSlice;\n this.autoMuteDevice = recordOptions.autoMuteDevice;\n this.pluginLibraryOptions = recordOptions.pluginLibraryOptions;\n\n // video/canvas settings\n this.videoFrameWidth = recordOptions.frameWidth;\n this.videoFrameHeight = recordOptions.frameHeight;\n this.videoFrameRate = recordOptions.videoFrameRate;\n this.videoBitRate = recordOptions.videoBitRate;\n this.videoEngine = recordOptions.videoEngine;\n this.videoRecorderType = recordOptions.videoRecorderType;\n this.videoMimeType = recordOptions.videoMimeType;\n this.videoWorkerURL = recordOptions.videoWorkerURL;\n this.videoWebAssemblyURL = recordOptions.videoWebAssemblyURL;\n\n // convert settings\n this.convertEngine = recordOptions.convertEngine;\n this.convertWorkerURL = recordOptions.convertWorkerURL;\n this.convertOptions = recordOptions.convertOptions;\n\n // audio settings\n this.audioEngine = recordOptions.audioEngine;\n this.audioRecorderType = recordOptions.audioRecorderType;\n this.audioWorkerURL = recordOptions.audioWorkerURL;\n this.audioWebAssemblyURL = recordOptions.audioWebAssemblyURL;\n this.audioBufferSize = recordOptions.audioBufferSize;\n this.audioSampleRate = recordOptions.audioSampleRate;\n this.audioBitRate = recordOptions.audioBitRate;\n this.audioChannels = recordOptions.audioChannels;\n this.audioMimeType = recordOptions.audioMimeType;\n this.audioBufferUpdate = recordOptions.audioBufferUpdate;\n\n // image settings\n this.imageOutputType = recordOptions.imageOutputType;\n this.imageOutputFormat = recordOptions.imageOutputFormat;\n this.imageOutputQuality = recordOptions.imageOutputQuality;\n\n // animation settings\n this.animationFrameRate = recordOptions.animationFrameRate;\n this.animationQuality = recordOptions.animationQuality;\n }\n\n /**\n * Player UI is ready.\n * @private\n */\n setupUI() {\n // insert custom controls on left-side of controlbar\n this.player.controlBar.addChild(this.player.cameraButton);\n this.player.controlBar.el().insertBefore(\n this.player.cameraButton.el(),\n this.player.controlBar.el().firstChild);\n this.player.controlBar.el().insertBefore(\n this.player.recordToggle.el(),\n this.player.controlBar.el().firstChild);\n\n // picture-in-picture\n if (this.pictureInPicture === true) {\n if (this.player.controlBar.pictureInPictureToggle === undefined &&\n this.player.pipToggle !== undefined) {\n // add custom PiP toggle\n this.player.controlBar.addChild(this.player.pipToggle);\n } else if (this.player.controlBar.pictureInPictureToggle !== undefined) {\n // use video.js PiP toggle\n this.player.pipToggle = this.player.controlBar.pictureInPictureToggle;\n this.player.pipToggle.hide();\n }\n }\n\n // get rid of unused controls\n if (this.player.controlBar.remainingTimeDisplay !== undefined) {\n this.player.controlBar.remainingTimeDisplay.el().style.display = 'none';\n }\n if (this.player.controlBar.liveDisplay !== undefined) {\n this.player.controlBar.liveDisplay.el().style.display = 'none';\n }\n\n // loop feature is never used in this plugin\n this.player.loop(false);\n\n // tweak player UI based on type\n switch (this.getRecordType()) {\n case AUDIO_ONLY:\n // reference to videojs-wavesurfer plugin\n this.surfer = this.player.wavesurfer();\n break;\n\n case IMAGE_ONLY:\n case VIDEO_ONLY:\n case AUDIO_VIDEO:\n case ANIMATION:\n case SCREEN_ONLY:\n case AUDIO_SCREEN:\n // customize controls\n this.player.bigPlayButton.hide();\n\n // 'loadedmetadata' and 'loadstart' events reset the\n // durationDisplay for the first time: prevent this\n this.player.one(Event.LOADEDMETADATA, () => {\n // display max record time\n this.setDuration(this.maxLength);\n });\n this.player.one(Event.LOADSTART, () => {\n // display max record time\n this.setDuration(this.maxLength);\n });\n\n // the native controls don't work for this UI so disable\n // them no matter what\n if (this.player.usingNativeControls_ === true) {\n if (this.player.tech_.el_ !== undefined) {\n this.player.tech_.el_.controls = false;\n }\n }\n\n // clicking or tapping the player video element should not try\n // to start playback\n this.player.removeTechControlsListeners_();\n\n if (this.player.options_.controls) {\n // progress control isn't used by this plugin, hide if present\n if (this.player.controlBar.progressControl !== undefined) {\n this.player.controlBar.progressControl.hide();\n }\n\n // prevent controlbar fadeout\n this.player.on(Event.USERINACTIVE, (event) => {\n this.player.userActive(true);\n });\n\n // videojs automatically hides the controls when no valid 'source'\n // element is included in the video or audio tag. Don't. Ever again.\n this.player.controlBar.show();\n this.player.controlBar.el().style.display = 'flex';\n }\n break;\n }\n\n // disable time display events that constantly try to reset the current time\n // and duration values\n this.player.off(Event.TIMEUPDATE);\n this.player.off(Event.DURATIONCHANGE);\n this.player.off(Event.LOADEDMETADATA);\n this.player.off(Event.LOADSTART);\n\n // display max record time\n this.setDuration(this.maxLength);\n\n // hot keys\n if (this.player.options_.plugins.record &&\n this.player.options_.plugins.record.hotKeys &&\n (this.player.options_.plugins.record.hotKeys !== false)) {\n\n let handler = this.player.options_.plugins.record.hotKeys;\n if (handler === true) {\n handler = defaultKeyHandler;\n }\n // enable video.js user action\n this.player.options_.userActions = {\n hotkeys: handler\n };\n }\n\n // hide play control (if present)\n if (this.player.controlBar.playToggle !== undefined) {\n this.player.controlBar.playToggle.hide();\n }\n }\n\n /**\n * Indicates whether the plugin is currently recording or not.\n *\n * @return {boolean} Plugin currently recording or not.\n */\n isRecording() {\n return this._recording;\n }\n\n /**\n * Indicates whether the plugin is currently processing recorded data\n * or not.\n *\n * @return {boolean} Plugin processing or not.\n */\n isProcessing() {\n return this._processing;\n }\n\n /**\n * Indicates whether the plugin is destroyed or not.\n *\n * @return {boolean} Plugin destroyed or not.\n */\n isDestroyed() {\n let destroyed = (this.player === null);\n if (destroyed === false) {\n destroyed = (this.player.children() === null);\n }\n return destroyed;\n }\n\n /**\n * Open the browser's recording device selection dialog and start the\n * device.\n */\n getDevice() {\n // define device callbacks once\n if (this.deviceReadyCallback === undefined) {\n this.deviceReadyCallback = this.onDeviceReady.bind(this);\n }\n if (this.deviceErrorCallback === undefined) {\n this.deviceErrorCallback = this.onDeviceError.bind(this);\n }\n if (this.engineStopCallback === undefined) {\n this.engineStopCallback = this.onRecordComplete.bind(this);\n }\n if (this.streamVisibleCallback === undefined) {\n this.streamVisibleCallback = this.onStreamVisible.bind(this);\n }\n\n // check for support because some browsers still do not support\n // getDisplayMedia or getUserMedia (like Chrome iOS, see:\n // https://bugs.chromium.org/p/chromium/issues/detail?id=752458)\n if (this.getRecordType() === SCREEN_ONLY || this.getRecordType() === AUDIO_SCREEN) {\n if (navigator.mediaDevices === undefined ||\n navigator.mediaDevices.getDisplayMedia === undefined) {\n this.player.trigger(Event.ERROR,\n 'This browser does not support navigator.mediaDevices.getDisplayMedia');\n return;\n }\n } else {\n if (navigator.mediaDevices === undefined ||\n navigator.mediaDevices.getUserMedia === undefined) {\n this.player.trigger(Event.ERROR,\n 'This browser does not support navigator.mediaDevices.getUserMedia');\n return;\n }\n }\n\n // ask the browser to give the user access to the media device\n // and get a stream reference in the callback function\n switch (this.getRecordType()) {\n case AUDIO_ONLY:\n // setup microphone\n this.mediaType = {\n audio: (this.audioRecorderType === AUTO) ? true : this.audioRecorderType,\n video: false\n };\n // remove existing microphone listeners\n this.surfer.surfer.microphone.un(Event.DEVICE_READY,\n this.deviceReadyCallback);\n this.surfer.surfer.microphone.un(Event.DEVICE_ERROR,\n this.deviceErrorCallback);\n\n // setup new microphone listeners\n this.surfer.surfer.microphone.on(Event.DEVICE_READY,\n this.deviceReadyCallback);\n this.surfer.surfer.microphone.on(Event.DEVICE_ERROR,\n this.deviceErrorCallback);\n\n // disable existing playback events\n this.surfer.setupPlaybackEvents(false);\n\n // (re)set surfer liveMode\n this.surfer.liveMode = true;\n this.surfer.surfer.microphone.paused = false;\n\n // resume AudioContext when it's suspended by the browser, due to\n // autoplay rules. Chrome warns with the following message:\n // \"The AudioContext was not allowed to start. It must be resumed\n // (or created) after a user gesture on the page.\"\n if (this.surfer.surfer.backend.ac.state === 'suspended') {\n this.surfer.surfer.backend.ac.resume();\n }\n\n // assign custom reloadBufferFunction for microphone plugin to\n // obtain AudioBuffer chunks\n if (this.audioBufferUpdate === true) {\n this.surfer.surfer.microphone.reloadBufferFunction = (event) => {\n if (!this.surfer.surfer.microphone.paused) {\n // redraw\n this.surfer.surfer.empty();\n this.surfer.surfer.loadDecodedBuffer(event.inputBuffer);\n\n // store data and notify others\n this.player.recordedData = event.inputBuffer;\n this.player.trigger(Event.AUDIO_BUFFER_UPDATE);\n }\n };\n }\n // open browser device selection dialog\n this.surfer.surfer.microphone.start();\n break;\n\n case IMAGE_ONLY:\n case VIDEO_ONLY:\n if (this.getRecordType() === IMAGE_ONLY) {\n // using player.el() here because this.mediaElement is not available yet\n this.player.el().firstChild.addEventListener(Event.PLAYING,\n this.streamVisibleCallback);\n }\n\n // setup camera\n this.mediaType = {\n audio: false,\n video: (this.videoRecorderType === AUTO) ? true : this.videoRecorderType\n };\n navigator.mediaDevices.getUserMedia({\n audio: false,\n video: (this.getRecordType() === IMAGE_ONLY) ? this.recordImage : this.recordVideo\n }).then(\n this.onDeviceReady.bind(this)\n ).catch(\n this.onDeviceError.bind(this)\n );\n break;\n\n case AUDIO_SCREEN:\n // setup camera and microphone\n this.mediaType = {\n audio: (this.audioRecorderType === AUTO) ? true : this.audioRecorderType,\n video: (this.videoRecorderType === AUTO) ? true : this.videoRecorderType\n };\n let audioScreenConstraints = {};\n if (this.recordScreen === true) {\n audioScreenConstraints = {\n video: true // needs to be true for it to work in Firefox\n };\n } else if (typeof this.recordScreen === 'object' &&\n this.recordScreen.constructor === Object) {\n audioScreenConstraints = this.recordScreen;\n }\n navigator.mediaDevices.getDisplayMedia(audioScreenConstraints).then(screenStream => {\n navigator.mediaDevices.getUserMedia({\n audio: this.recordAudio\n }).then((mic) => {\n // Join microphone track with screencast stream (order matters)\n screenStream.addTrack(mic.getTracks()[0]);\n this.onDeviceReady.bind(this)(screenStream);\n });\n }).catch(\n this.onDeviceError.bind(this)\n );\n break;\n\n case AUDIO_VIDEO:\n // setup camera and microphone\n this.mediaType = {\n audio: (this.audioRecorderType === AUTO) ? true : this.audioRecorderType,\n video: (this.videoRecorderType === AUTO) ? true : this.videoRecorderType\n };\n navigator.mediaDevices.getUserMedia({\n audio: this.recordAudio,\n video: this.recordVideo\n }).then(\n this.onDeviceReady.bind(this)\n ).catch(\n this.onDeviceError.bind(this)\n );\n break;\n\n case ANIMATION:\n // setup camera\n this.mediaType = {\n // animated GIF\n audio: false,\n video: false,\n gif: true\n };\n navigator.mediaDevices.getUserMedia({\n audio: false,\n video: this.recordAnimation\n }).then(\n this.onDeviceReady.bind(this)\n ).catch(\n this.onDeviceError.bind(this)\n );\n break;\n\n case SCREEN_ONLY:\n // setup screen\n this.mediaType = {\n // screen capture\n audio: false,\n video: false,\n screen: true,\n gif: false\n };\n let screenOnlyConstraints = {};\n if (this.recordScreen === true) {\n screenOnlyConstraints = {\n video: true\n };\n } else if (typeof this.recordScreen === 'object' &&\n this.recordScreen.constructor === Object) {\n screenOnlyConstraints = this.recordScreen;\n }\n navigator.mediaDevices.getDisplayMedia(screenOnlyConstraints).then(\n this.onDeviceReady.bind(this)\n ).catch(\n this.onDeviceError.bind(this)\n );\n break;\n }\n }\n\n /**\n * Invoked when the device is ready.\n *\n * @private\n * @param {LocalMediaStream} stream - Local media stream from device.\n */\n onDeviceReady(stream) {\n this._deviceActive = true;\n\n // store reference to stream for stopping etc.\n this.stream = stream;\n\n // hide device selection button\n this.player.deviceButton.hide();\n\n // reset time (e.g. when stopDevice was used)\n this.setDuration(this.maxLength);\n this.setCurrentTime(0);\n\n // hide play/pause control (e.g. when stopDevice was used)\n if (this.player.controlBar.playToggle !== undefined) {\n this.player.controlBar.playToggle.hide();\n }\n\n // reset playback listeners\n this.off(this.player, Event.TIMEUPDATE, this.playbackTimeUpdate);\n this.off(this.player, Event.ENDED, this.playbackTimeUpdate);\n\n // setup recording engine\n if (this.getRecordType() !== IMAGE_ONLY) {\n // currently record plugins are only supported in audio-only mode\n if (this.getRecordType() !== AUDIO_ONLY && isAudioPluginActive(this.audioEngine)) {\n throw new Error('Currently ' + this.audioEngine +\n ' is only supported in audio-only mode.');\n }\n\n // load plugins, if any\n let EngineClass, engineType;\n switch (this.getRecordType()) {\n case AUDIO_ONLY:\n // get audio plugin engine class (or default recordrtc engine)\n EngineClass = getAudioEngine(this.audioEngine);\n engineType = this.audioEngine;\n break;\n\n default:\n // get video plugin engine class (or default recordrtc engine)\n EngineClass = getVideoEngine(this.videoEngine);\n engineType = this.videoEngine;\n }\n\n // create recording engine\n try {\n // connect stream to recording engine\n this.engine = new EngineClass(this.player, this.player.options_);\n } catch (err) {\n throw new Error('Could not load ' + engineType + ' plugin');\n }\n\n // listen for events\n this.engine.on(Event.RECORD_COMPLETE, this.engineStopCallback);\n\n // audio settings\n this.engine.bufferSize = this.audioBufferSize;\n this.engine.sampleRate = this.audioSampleRate;\n this.engine.bitRate = this.audioBitRate;\n this.engine.audioChannels = this.audioChannels;\n this.engine.audioWorkerURL = this.audioWorkerURL;\n this.engine.audioWebAssemblyURL = this.audioWebAssemblyURL;\n\n // mime type\n this.engine.mimeType = {\n video: this.videoMimeType,\n gif: 'image/gif'\n };\n if (this.audioMimeType !== null &&\n this.audioMimeType !== AUTO) {\n this.engine.mimeType.audio = this.audioMimeType;\n }\n\n // video/canvas settings\n this.engine.videoWorkerURL = this.videoWorkerURL;\n this.engine.videoWebAssemblyURL = this.videoWebAssemblyURL;\n this.engine.videoBitRate = this.videoBitRate;\n this.engine.videoFrameRate = this.videoFrameRate;\n this.engine.video = {\n width: this.videoFrameWidth,\n height: this.videoFrameHeight\n };\n this.engine.canvas = {\n width: this.videoFrameWidth,\n height: this.videoFrameHeight\n };\n\n // animated GIF settings\n this.engine.quality = this.animationQuality;\n this.engine.frameRate = this.animationFrameRate;\n\n // timeSlice\n if (this.recordTimeSlice && this.recordTimeSlice > 0) {\n this.engine.timeSlice = this.recordTimeSlice;\n this.engine.maxFileSize = this.maxFileSize;\n }\n\n // additional 3rd-party library options\n this.engine.pluginLibraryOptions = this.pluginLibraryOptions;\n\n // initialize recorder\n this.engine.setup(this.stream, this.mediaType, this.debug);\n\n // create converter engine\n if (this.convertEngine !== '') {\n let ConvertEngineClass = getConvertEngine(this.convertEngine);\n try {\n this.converter = new ConvertEngineClass(this.player,\n this.player.options_);\n }\n catch (err) {\n throw new Error('Could not load ' + this.convertEngine +\n ' plugin');\n }\n\n // convert settings\n this.converter.convertWorkerURL = this.convertWorkerURL;\n this.converter.convertOptions = this.convertOptions;\n this.converter.pluginLibraryOptions = this.pluginLibraryOptions;\n\n // initialize converter\n this.converter.setup(this.mediaType, this.debug);\n }\n\n // show elements that should never be hidden in animation,\n // audio and/or video modus\n let uiElements = ['currentTimeDisplay', 'timeDivider', 'durationDisplay'];\n uiElements.forEach((element) => {\n element = this.player.controlBar[element];\n if (element !== undefined) {\n element.el().style.display = 'block';\n element.show();\n }\n });\n\n // show record button\n this.player.recordToggle.show();\n } else {\n // disable record indicator\n this.player.recordIndicator.disable();\n\n // setup UI for retrying snapshot (e.g. when stopDevice was\n // used)\n this.retrySnapshot();\n\n // camera button will be displayed as soon as this.onStreamVisible fires\n }\n\n // setup preview\n if (this.getRecordType() !== AUDIO_ONLY) {\n // show live preview\n this.mediaElement = this.player.el().firstChild;\n this.mediaElement.controls = false;\n\n // mute incoming audio for feedback loops\n this.mediaElement.muted = true;\n\n // hide the volume bar while it's muted\n this.displayVolumeControl(false);\n\n // picture-in-picture\n if (this.pictureInPicture === true) {\n // show button\n this.player.pipToggle.show();\n\n // listen to and forward Picture-in-Picture events\n this.mediaElement.removeEventListener(Event.ENTERPICTUREINPICTURE,\n this.onEnterPiPHandler);\n this.mediaElement.removeEventListener(Event.LEAVEPICTUREINPICTURE,\n this.onLeavePiPHandler);\n this.mediaElement.addEventListener(Event.ENTERPICTUREINPICTURE,\n this.onEnterPiPHandler);\n this.mediaElement.addEventListener(Event.LEAVEPICTUREINPICTURE,\n this.onLeavePiPHandler);\n }\n // load stream\n this.load(this.stream);\n\n // stream loading is async, so we wait until it's ready to play\n // the stream\n this.player.one(Event.LOADEDMETADATA, () => {\n // start stream\n this.mediaElement.play();\n\n // forward to listeners\n this.player.trigger(Event.DEVICE_READY);\n });\n } else {\n // forward to listeners\n this.player.trigger(Event.DEVICE_READY);\n }\n }\n\n /**\n * Invoked when an device error occurred.\n *\n * @private\n * @param {(string|number)} code - Error code/description.\n */\n onDeviceError(code) {\n this._deviceActive = false;\n\n if (!this.isDestroyed()) {\n // store code\n this.player.deviceErrorCode = code;\n\n // forward error to player\n this.player.trigger(Event.DEVICE_ERROR);\n }\n }\n\n /**\n * Start recording.\n */\n start() {\n if (!this.isProcessing()) {\n this._recording = true;\n\n // hide play/pause control\n if (this.player.controlBar.playToggle !== undefined) {\n this.player.controlBar.playToggle.hide();\n }\n\n // reset playback listeners\n this.off(this.player, Event.TIMEUPDATE, this.playbackTimeUpdate);\n this.off(this.player, Event.ENDED, this.playbackTimeUpdate);\n\n // start preview\n switch (this.getRecordType()) {\n case AUDIO_ONLY:\n // disable playback events\n this.surfer.setupPlaybackEvents(false);\n\n // start/resume live audio visualization\n this.surfer.surfer.microphone.paused = false;\n this.surfer.liveMode = true;\n this.surfer.surfer.microphone.play();\n break;\n\n case VIDEO_ONLY:\n case AUDIO_VIDEO:\n case AUDIO_SCREEN:\n case SCREEN_ONLY:\n // preview video stream in video element\n this.startVideoPreview();\n break;\n\n case ANIMATION:\n // hide the first frame\n this.player.recordCanvas.hide();\n\n // hide the animation\n this.player.animationDisplay.hide();\n\n // show preview video\n this.mediaElement.style.display = 'block';\n\n // for animations, capture the first frame\n // that can be displayed as soon as recording\n // is complete\n this.captureFrame().then((result) => {\n // start video preview **after** capturing first frame\n this.startVideoPreview();\n });\n break;\n }\n\n if (this.autoMuteDevice) {\n // unmute device\n this.muteTracks(false);\n }\n\n // start recording\n switch (this.getRecordType()) {\n case IMAGE_ONLY:\n // create snapshot\n this.createSnapshot();\n\n // notify UI\n this.player.trigger(Event.START_RECORD);\n break;\n\n case VIDEO_ONLY:\n case AUDIO_VIDEO:\n case AUDIO_SCREEN:\n case ANIMATION:\n case SCREEN_ONLY:\n // wait for media stream on video element to actually load\n this.player.one(Event.LOADEDMETADATA, () => {\n // start actually recording process\n this.startRecording();\n });\n break;\n\n default:\n // all resources have already loaded, so we can start\n // recording right away\n this.startRecording();\n }\n }\n }\n\n /**\n * Start recording.\n * @private\n */\n startRecording() {\n // register starting point\n this.paused = false;\n this.pauseTime = this.pausedTime = 0;\n this.startTime = performance.now();\n\n // start countdown\n const COUNTDOWN_SPEED = 100; // ms\n this.countDown = this.player.setInterval(\n this.onCountDown.bind(this), COUNTDOWN_SPEED);\n\n // cleanup previous recording\n if (this.engine !== undefined) {\n this.engine.dispose();\n }\n\n // start recording stream\n this.engine.start();\n\n // notify UI\n this.player.trigger(Event.START_RECORD);\n }\n\n /**\n * Stop recording.\n */\n stop() {\n if (!this.isProcessing()) {\n this._recording = false;\n this._processing = true;\n\n if (this.getRecordType() !== IMAGE_ONLY) {\n // notify UI\n this.player.trigger(Event.STOP_RECORD);\n\n // stop countdown\n this.player.clearInterval(this.countDown);\n\n // stop recording stream (result will be available async)\n if (this.engine) {\n this.engine.stop();\n }\n\n if (this.autoMuteDevice) {\n // mute device\n this.muteTracks(true);\n }\n } else {\n if (this.player.recordedData) {\n // notify listeners that image data is (already) available\n this.player.trigger(Event.FINISH_RECORD);\n }\n }\n }\n }\n\n /**\n * Stop device(s) and recording if active.\n */\n stopDevice() {\n if (this.isRecording()) {\n // stop stream once recorded data is available,\n // otherwise it'll break recording\n this.player.one(Event.FINISH_RECORD, this.stopStream.bind(this));\n\n // stop recording\n this.stop();\n } else {\n // stop stream now, since there's no recorded data available\n this.stopStream();\n }\n }\n\n /**\n * Stop stream and device.\n */\n stopStream() {\n // stop stream and device\n if (this.stream) {\n this._deviceActive = false;\n\n if (this.getRecordType() === AUDIO_ONLY) {\n // make the microphone plugin stop it's device\n this.surfer.surfer.microphone.stopDevice();\n return;\n }\n this.stream.getTracks().forEach((stream) => {\n stream.stop();\n });\n }\n }\n\n /**\n * Pause recording.\n */\n pause() {\n if (!this.paused) {\n this.pauseTime = performance.now();\n this.paused = true;\n\n this.engine.pause();\n }\n }\n\n /**\n * Resume recording.\n */\n resume() {\n if (this.paused) {\n this.pausedTime += performance.now() - this.pauseTime;\n\n this.engine.resume();\n this.paused = false;\n }\n }\n\n /**\n * Invoked when recording completed and the resulting stream is\n * available.\n * @private\n */\n onRecordComplete() {\n // store reference to recorded stream data\n this.player.recordedData = this.engine.recordedData;\n\n // change the replay button back to a play button\n if (this.player.controlBar.playToggle !== undefined) {\n this.player.controlBar.playToggle.removeClass('vjs-ended');\n this.player.controlBar.playToggle.show();\n }\n\n // notify converter\n if (this.converter !== undefined) {\n this.converter.convert(this.player.recordedData);\n }\n\n // notify listeners that data is available\n this.player.trigger(Event.FINISH_RECORD);\n\n // skip loading when player is destroyed after finishRecord event\n if (this.isDestroyed()) {\n return;\n }\n\n // load and display recorded data\n switch (this.getRecordType()) {\n case AUDIO_ONLY:\n // pause player so user can start playback\n this.surfer.pause();\n\n // setup events for playback\n this.surfer.setupPlaybackEvents(true);\n\n // display loader\n this.player.loadingSpinner.show();\n\n // restore interaction with controls after waveform\n // rendering is complete\n this.surfer.surfer.once(Event.READY, () => {\n this._processing = false;\n });\n\n // visualize recorded stream\n this.load(this.player.recordedData);\n break;\n\n case VIDEO_ONLY:\n case AUDIO_VIDEO:\n case AUDIO_SCREEN:\n case SCREEN_ONLY:\n // pausing the player so we can visualize the recorded data\n // will trigger an async video.js 'pause' event that we\n // have to wait for.\n this.player.one(Event.PAUSE, () => {\n // video data is ready\n this._processing = false;\n\n // hide loader\n this.player.loadingSpinner.hide();\n\n // show stream total duration\n this.setDuration(this.streamDuration);\n\n // update time during playback and at end\n this.on(this.player, Event.TIMEUPDATE,\n this.playbackTimeUpdate);\n this.on(this.player, Event.ENDED,\n this.playbackTimeUpdate);\n\n // unmute local audio during playback\n if (this.getRecordType() === AUDIO_VIDEO || this.getRecordType() === AUDIO_SCREEN) {\n this.mediaElement.muted = false;\n\n // show the volume bar when it's unmuted\n this.displayVolumeControl(true);\n }\n\n // load recorded media\n this.load(this.player.recordedData);\n });\n\n // pause player so user can start playback\n this.player.pause();\n break;\n\n case ANIMATION:\n // animation data is ready\n this._processing = false;\n\n // hide loader\n this.player.loadingSpinner.hide();\n\n // show animation total duration\n this.setDuration(this.streamDuration);\n\n // hide preview video\n this.mediaElement.style.display = 'none';\n\n // show the first frame\n this.player.recordCanvas.show();\n\n // pause player so user can start playback\n this.player.pause();\n\n // show animation on play\n this.on(this.player, Event.PLAY, this.showAnimation);\n\n // hide animation on pause\n this.on(this.player, Event.PAUSE, this.hideAnimation);\n break;\n }\n }\n\n /**\n * Invoked during recording and displays the remaining time.\n * @private\n */\n onCountDown() {\n if (!this.paused) {\n let now = performance.now();\n let duration = this.maxLength;\n let currentTime = (now - (this.startTime +\n this.pausedTime)) / 1000; // buddy ignore:line\n\n this.streamDuration = currentTime;\n\n if (currentTime >= duration) {\n // at the end\n currentTime = duration;\n\n // stop recording\n this.stop();\n }\n\n // update duration\n this.setDuration(duration);\n\n // update current time\n this.setCurrentTime(currentTime, duration);\n\n // notify listeners\n this.player.trigger(Event.PROGRESS_RECORD);\n }\n }\n\n /**\n * Get the current time of the recorded stream during playback.\n *\n * Returns 0 if no recording is available (yet).\n *\n * @returns {float} Current time of the recorded stream.\n */\n getCurrentTime() {\n let currentTime = isNaN(this.streamCurrentTime) ? 0 : this.streamCurrentTime;\n\n if (this.getRecordType() === AUDIO_ONLY) {\n currentTime = this.surfer.getCurrentTime();\n }\n\n return currentTime;\n }\n\n /**\n * Updates the player's element displaying the current time.\n *\n * @private\n * @param {number} [currentTime=0] - Current position of the\n * playhead (in seconds).\n * @param {number} [duration=0] - Duration in seconds.\n */\n setCurrentTime(currentTime, duration) {\n currentTime = isNaN(currentTime) ? 0 : currentTime;\n duration = isNaN(duration) ? 0 : duration;\n\n switch (this.getRecordType()) {\n case AUDIO_ONLY:\n this.surfer.setCurrentTime(currentTime, duration);\n break;\n\n case VIDEO_ONLY:\n case AUDIO_VIDEO:\n case AUDIO_SCREEN:\n case ANIMATION:\n case SCREEN_ONLY:\n if (this.player.controlBar.currentTimeDisplay &&\n this.player.controlBar.currentTimeDisplay.contentEl()) {\n this.streamCurrentTime = Math.min(currentTime, duration);\n\n // update current time display component\n this.player.controlBar.currentTimeDisplay.formattedTime_ =\n this.player.controlBar.currentTimeDisplay.contentEl().lastChild.textContent =\n formatTime(this.streamCurrentTime, duration, this.msDisplayMax);\n }\n break;\n }\n }\n\n /**\n * Get the length of the recorded stream in seconds.\n *\n * Returns 0 if no recording is available (yet).\n *\n * @returns {float} Duration of the recorded stream.\n */\n getDuration() {\n let duration = isNaN(this.streamDuration) ? 0 : this.streamDuration;\n\n return duration;\n }\n\n /**\n * Updates the player's element displaying the duration time.\n *\n * @param {number} [duration=0] - Duration in seconds.\n * @private\n */\n setDuration(duration) {\n duration = isNaN(duration) ? 0 : duration;\n\n switch (this.getRecordType()) {\n case AUDIO_ONLY:\n this.surfer.setDuration(duration);\n break;\n\n case VIDEO_ONLY:\n case AUDIO_VIDEO:\n case AUDIO_SCREEN:\n case ANIMATION:\n case SCREEN_ONLY:\n // update duration display component\n if (this.player.controlBar.durationDisplay &&\n this.player.controlBar.durationDisplay.contentEl()) {\n this.player.controlBar.durationDisplay.formattedTime_ =\n this.player.controlBar.durationDisplay.contentEl().lastChild.textContent =\n formatTime(duration, duration, this.msDisplayMax);\n }\n break;\n }\n }\n\n /**\n * Start loading data.\n *\n * @param {(string|blob|file)} url - Either the URL of the media file,\n * a Blob, a File object or MediaStream.\n */\n load(url) {\n switch (this.getRecordType()) {\n case AUDIO_ONLY:\n // visualize recorded Blob stream\n this.surfer.load(url);\n break;\n\n case IMAGE_ONLY:\n case VIDEO_ONLY:\n case AUDIO_VIDEO:\n case AUDIO_SCREEN:\n case ANIMATION:\n case SCREEN_ONLY:\n if (url instanceof Blob || url instanceof File) {\n // make sure to reset it (#312)\n this.mediaElement.srcObject = null;\n // assign blob using createObjectURL\n this.mediaElement.src = URL.createObjectURL(url);\n } else {\n // assign stream with srcObject\n setSrcObject(url, this.mediaElement);\n }\n break;\n }\n }\n\n /**\n * Show save as dialog in browser so the user can store the recorded media\n * locally.\n *\n * @param {object} name - Object with one or more names for the particular\n * blob(s) you want to save. File extensions are added automatically.\n * For example: {'video': 'name-of-video-file'}. Supported keys are\n * 'audio', 'video' and 'gif'.\n * @example\n * // save video file as 'foo.webm'\n * player.record().saveAs({'video': 'foo'});\n */\n saveAs(name) {\n if (this.engine && name !== undefined) {\n this.engine.saveAs(name);\n }\n }\n\n /**\n * Destroy plugin only.\n *\n * Use [destroy]{@link Record#destroy} to remove the plugin and the player\n * as well.\n */\n dispose() {\n // disable common event listeners\n this.player.off(Event.READY);\n this.player.off(Event.USERINACTIVE);\n this.player.off(Event.LOADEDMETADATA);\n\n // prevent callbacks if recording is in progress\n if (this.engine) {\n this.engine.dispose();\n this.engine.destroy();\n this.engine.off(Event.RECORD_COMPLETE, this.engineStopCallback);\n }\n\n // stop recording and device\n this.stop();\n this.stopDevice();\n\n // garbage collect recording\n this.removeRecording();\n\n // stop countdown\n this.player.clearInterval(this.countDown);\n\n // dispose wavesurfer.js\n if (this.getRecordType() === AUDIO_ONLY) {\n if (this.surfer) {\n // also disposes player\n this.surfer.destroy();\n }\n } else if (this.getRecordType() === IMAGE_ONLY) {\n if (this.mediaElement && this.streamVisibleCallback) {\n // cleanup listeners\n this.mediaElement.removeEventListener(Event.PLAYING,\n this.streamVisibleCallback);\n }\n }\n\n this.resetState();\n\n super.dispose();\n }\n\n /**\n * Destroy plugin and players and cleanup resources.\n */\n destroy() {\n this.player.dispose();\n }\n\n /**\n * Reset the plugin.\n */\n reset() {\n // prevent callbacks if recording is in progress\n if (this.engine) {\n this.engine.dispose();\n this.engine.off(Event.RECORD_COMPLETE, this.engineStopCallback);\n }\n\n // stop recording and device\n this.stop();\n this.stopDevice();\n\n // stop countdown\n this.player.clearInterval(this.countDown);\n\n // garbage collect recording\n this.removeRecording();\n\n // reset options\n this.loadOptions();\n\n // reset recorder state\n this.resetState();\n\n // reset record time\n this.setDuration(this.maxLength);\n this.setCurrentTime(0);\n\n // reset player\n this.player.reset();\n switch (this.getRecordType()) {\n case AUDIO_ONLY:\n if (this.surfer && this.surfer.surfer) {\n // empty last frame\n this.surfer.surfer.empty();\n }\n break;\n\n case IMAGE_ONLY:\n case ANIMATION:\n // reset UI\n this.player.recordCanvas.hide();\n this.player.cameraButton.hide();\n break;\n }\n\n // hide play control\n if (this.player.controlBar.playToggle !== undefined) {\n this.player.controlBar.playToggle.hide();\n }\n\n // show device selection button\n this.player.deviceButton.show();\n\n // hide record button\n this.player.recordToggle.hide();\n\n // loadedmetadata resets the durationDisplay for the\n // first time\n this.player.one(Event.LOADEDMETADATA, () => {\n // display max record time\n this.setDuration(this.maxLength);\n });\n }\n\n /**\n * Reset the plugin recorder state.\n * @private\n */\n resetState() {\n this._recording = false;\n this._processing = false;\n this._deviceActive = false;\n this.devices = [];\n }\n\n /**\n * Removes recorded `Blob` from cache.\n * @private\n */\n removeRecording() {\n if (this.mediaElement && this.mediaElement.src.startsWith('blob:') === true) {\n URL.revokeObjectURL(this.mediaElement.src);\n this.mediaElement.src = '';\n }\n }\n\n /**\n * Mute LocalMediaStream audio and video tracks.\n *\n * @param {boolean} mute - Whether or not the mute the track(s).\n */\n muteTracks(mute) {\n if ((this.getRecordType() === AUDIO_ONLY ||\n this.getRecordType() === AUDIO_SCREEN ||\n this.getRecordType() === AUDIO_VIDEO) &&\n this.stream.getAudioTracks().length > 0) {\n this.stream.getAudioTracks()[0].enabled = !mute;\n }\n\n if (this.getRecordType() !== AUDIO_ONLY &&\n this.stream.getVideoTracks().length > 0) {\n this.stream.getVideoTracks()[0].enabled = !mute;\n }\n }\n\n /**\n * Get recorder type.\n *\n * @returns {string} Recorder type constant.\n * @example\n * console.log(player.record().getRecordType()); // 'audio_video'\n */\n getRecordType() {\n return getRecorderMode(this.recordImage, this.recordAudio,\n this.recordVideo, this.recordAnimation, this.recordScreen);\n }\n\n /**\n * Create and display snapshot image.\n * @private\n */\n createSnapshot() {\n this.captureFrame().then((result) => {\n if (this.imageOutputType === 'blob') {\n // turn the canvas data into a Blob\n result.toBlob((blob) => {\n this.player.recordedData = blob;\n\n // display the snapshot\n this.displaySnapshot();\n });\n } else if (this.imageOutputType === 'dataURL') {\n // turn the canvas data into base64 data\n this.player.recordedData = result.toDataURL(\n this.imageOutputFormat, this.imageOutputQuality);\n\n // display the snapshot\n this.displaySnapshot();\n }\n }, this.imageOutputFormat, this.imageOutputQuality);\n }\n\n /**\n * Display snapshot image.\n * @private\n */\n displaySnapshot() {\n // hide preview video\n this.mediaElement.style.display = 'none';\n\n // show the snapshot\n this.player.recordCanvas.show();\n\n // stop recording\n this.stop();\n }\n\n /**\n * Reset UI for retrying a snapshot image.\n * @private\n */\n retrySnapshot() {\n this._processing = false;\n\n // retry: hide the snapshot\n this.player.recordCanvas.hide();\n\n // show preview video\n this.player.el().firstChild.style.display = 'block';\n }\n\n /**\n * Capture frame from camera and copy data to canvas.\n * @private\n * @returns {void}\n */\n captureFrame() {\n let detected = detectBrowser();\n let recordCanvas = this.player.recordCanvas.el().firstChild;\n\n // set the canvas size to the dimensions of the camera,\n // which also wipes the content of the canvas\n recordCanvas.width = this.player.width();\n recordCanvas.height = this.player.height();\n\n return new Promise((resolve, reject) => {\n // MediaCapture is only supported on:\n // - Chrome 60 and newer (see\n // https://github.com/w3c/mediacapture-image/blob/gh-pages/implementation-status.md)\n // - Firefox behind flag (https://bugzilla.mozilla.org/show_bug.cgi?id=888177)\n //\n // importing ImageCapture can fail when enabling chrome flag is still required.\n // if so; ignore and continue\n if ((detected.browser === 'chrome' && detected.version >= 60) &&\n (typeof ImageCapture === typeof Function)) {\n try {\n let track = this.stream.getVideoTracks()[0];\n let imageCapture = new ImageCapture(track);\n // take picture\n imageCapture.grabFrame().then((imageBitmap) => {\n // get a frame and copy it onto the canvas\n this.drawCanvas(recordCanvas, imageBitmap);\n\n // notify others\n resolve(recordCanvas);\n }).catch((error) => {\n // ignore, try oldskool\n });\n } catch (err) {}\n }\n // no ImageCapture available: do it the oldskool way\n\n // get a frame and copy it onto the canvas\n this.drawCanvas(recordCanvas, this.mediaElement);\n\n // notify others\n resolve(recordCanvas);\n });\n }\n\n /**\n * Draw image frame on canvas element.\n * @private\n * @param {HTMLCanvasElement} canvas - Canvas to draw on.\n * @param {HTMLElement} element - Element to draw onto the canvas.\n */\n drawCanvas(canvas, element) {\n canvas.getContext('2d').drawImage(\n element, 0, 0,\n canvas.width,\n canvas.height\n );\n }\n\n /**\n * Start preview of video stream.\n * @private\n */\n startVideoPreview() {\n // disable playback events\n this.off(Event.TIMEUPDATE);\n this.off(Event.DURATIONCHANGE);\n this.off(Event.LOADEDMETADATA);\n this.off(Event.PLAY);\n\n // mute local audio\n this.mediaElement.muted = true;\n\n // hide volume control to prevent feedback\n this.displayVolumeControl(false);\n\n // garbage collect previous recording\n this.removeRecording();\n\n // start or resume live preview\n this.load(this.stream);\n this.mediaElement.play();\n }\n\n /**\n * Show animated GIF.\n * @private\n */\n showAnimation() {\n let animationDisplay = this.player.animationDisplay.el().firstChild;\n\n // set the image size to the dimensions of the recorded animation\n animationDisplay.width = this.player.width();\n animationDisplay.height = this.player.height();\n\n // hide the first frame\n this.player.recordCanvas.hide();\n\n // show the animation\n setSrcObject(this.player.recordedData, animationDisplay);\n this.player.animationDisplay.show();\n }\n\n /**\n * Hide animated GIF.\n * @private\n */\n hideAnimation() {\n // show the first frame\n this.player.recordCanvas.show();\n\n // hide the animation\n this.player.animationDisplay.hide();\n }\n\n /**\n * Update time during playback.\n * @private\n */\n playbackTimeUpdate() {\n this.setCurrentTime(this.player.currentTime(),\n this.streamDuration);\n }\n\n /**\n * Collects information about the media input and output devices\n * available on the system.\n */\n enumerateDevices() {\n if (!navigator.mediaDevices || !navigator.mediaDevices.enumerateDevices) {\n this.player.enumerateErrorCode = 'enumerateDevices() not supported.';\n this.player.trigger(Event.ENUMERATE_ERROR);\n return;\n }\n\n // list video and audio devices\n navigator.mediaDevices.enumerateDevices(this).then((devices) => {\n this.devices = [];\n devices.forEach((device) => {\n this.devices.push(device);\n });\n\n // notify listeners\n this.player.trigger(Event.ENUMERATE_READY);\n }).catch((err) => {\n this.player.enumerateErrorCode = err;\n this.player.trigger(Event.ENUMERATE_ERROR);\n });\n }\n\n /**\n * Change the video input device.\n *\n * @param {string} deviceId - Id of the video input device.\n */\n setVideoInput(deviceId) {\n if (this.recordVideo === Object(this.recordVideo)) {\n // already using video constraints\n this.recordVideo.deviceId = {exact: deviceId};\n\n } else if (this.recordVideo === true) {\n // not using video constraints already, so force it\n this.recordVideo = {\n deviceId: {exact: deviceId}\n };\n }\n\n // release existing device\n this.stopDevice();\n\n // ask for video input device permissions and start device\n this.getDevice();\n }\n\n /**\n * Change the audio input device.\n *\n * @param {string} deviceId - Id of the audio input device.\n */\n setAudioInput(deviceId) {\n if (this.recordAudio === Object(this.recordAudio)) {\n // already using audio constraints\n this.recordAudio.deviceId = {exact: deviceId};\n\n } else if (this.recordAudio === true) {\n // not using audio constraints already, so force it\n this.recordAudio = {\n deviceId: {exact: deviceId}\n };\n }\n\n // update wavesurfer microphone plugin constraints\n switch (this.getRecordType()) {\n case AUDIO_ONLY:\n this.surfer.surfer.microphone.constraints = {\n video: false,\n audio: this.recordAudio\n };\n break;\n }\n\n // release existing device\n this.stopDevice();\n\n // ask for audio input device permissions and start device\n this.getDevice();\n }\n\n /**\n * Change the audio output device.\n *\n * @param {string} deviceId - Id of audio output device.\n */\n setAudioOutput(deviceId) {\n let errorMessage;\n switch (this.getRecordType()) {\n case AUDIO_ONLY:\n // use wavesurfer\n this.surfer.surfer.setSinkId(deviceId).then((result) => {\n // notify listeners\n this.player.trigger(Event.AUDIO_OUTPUT_READY);\n return;\n }).catch((err) => {\n errorMessage = err;\n });\n break;\n\n default:\n let element = player.tech_.el_;\n if (deviceId) {\n if (typeof element.sinkId !== 'undefined') {\n element.setSinkId(deviceId).then((result) => {\n // notify listeners\n this.player.trigger(Event.AUDIO_OUTPUT_READY);\n return;\n }).catch((err) => {\n errorMessage = err;\n });\n } else {\n errorMessage = 'Browser does not support audio output device selection.';\n }\n } else {\n errorMessage = `Invalid deviceId: ${deviceId}`;\n }\n break;\n }\n\n // error if we get here: notify listeners\n this.player.trigger(Event.ERROR, errorMessage);\n }\n\n /**\n * Show or hide the volume menu.\n *\n * @private\n * @param {boolean} display - Hide/show volume control.\n */\n displayVolumeControl(display) {\n if (this.player.controlBar.volumePanel !== undefined) {\n if (display === true) {\n display = 'flex';\n } else {\n display = 'none';\n }\n this.player.controlBar.volumePanel.el().style.display = display;\n }\n }\n\n /**\n * Invoked when the video device is ready and stream is visible.\n *\n * @private\n * @param {Event} event - `playing` event\n */\n onStreamVisible(event) {\n // only listen for this once; remove listener\n this.mediaElement.removeEventListener(Event.PLAYING, this.streamVisibleCallback);\n\n // reset and show camera button\n this.player.cameraButton.onStop();\n this.player.cameraButton.show();\n }\n\n /**\n * Invoked when entering picture-in-picture mode.\n *\n * @private\n * @param {object} event - Event data.\n */\n onEnterPiP(event) {\n this.player.trigger(Event.ENTER_PIP, event);\n }\n\n /**\n * Invoked when leaving picture-in-picture mode.\n *\n * @private\n * @param {object} event - Event data.\n */\n onLeavePiP(event) {\n this.player.trigger(Event.LEAVE_PIP);\n }\n}\n\n// version nr is injected during build\nRecord.VERSION = __VERSION__;\n\n// register plugin\nvideojs.Record = Record;\nif (videojs.getPlugin('record') === undefined) {\n videojs.registerPlugin('record', Record);\n}\n\n// export plugin\nexport {Record};\n", + "content": "/**\n * @file videojs.record.js\n *\n * The main file for the videojs-record project.\n * MIT license: https://github.com/collab-project/videojs-record/blob/master/LICENSE\n */\n\nimport videojs from 'video.js';\n\nimport AnimationDisplay from './controls/animation-display';\nimport RecordCanvas from './controls/record-canvas';\nimport DeviceButton from './controls/device-button';\nimport CameraButton from './controls/camera-button';\nimport RecordToggle from './controls/record-toggle';\nimport RecordIndicator from './controls/record-indicator';\nimport PictureInPictureToggle from './controls/picture-in-picture-toggle';\n\nimport Event from './event';\nimport defaultKeyHandler from './hot-keys';\nimport pluginDefaultOptions from './defaults';\nimport formatTime from './utils/format-time';\nimport setSrcObject from './utils/browser-shim';\nimport compareVersion from './utils/compare-version';\nimport {detectBrowser} from './utils/detect-browser';\n\nimport {getAudioEngine, isAudioPluginActive, getVideoEngine, getConvertEngine} from './engine/engine-loader';\nimport {IMAGE_ONLY, AUDIO_ONLY, VIDEO_ONLY, AUDIO_VIDEO, AUDIO_SCREEN, ANIMATION, SCREEN_ONLY, getRecorderMode} from './engine/record-mode';\n\nconst Plugin = videojs.getPlugin('plugin');\nconst Player = videojs.getComponent('Player');\n\nconst AUTO = 'auto';\n\n/**\n * Record audio/video/images using the Video.js player.\n *\n * @class\n * @augments videojs.Plugin\n */\nclass Record extends Plugin {\n /**\n * The constructor function for the class.\n *\n * @param {(videojs.Player|Object)} player - video.js Player object.\n * @param {Object} options - Player options.\n */\n constructor(player, options) {\n super(player, options);\n\n // monkey-patch play (#152)\n Player.prototype.play = function play() {\n let retval = this.techGet_('play');\n // silence errors (unhandled promise from play)\n if (retval !== undefined && typeof retval.then === 'function') {\n retval.then(null, (e) => {});\n }\n return retval;\n };\n\n // add plugin style\n player.addClass('vjs-record');\n\n // setup plugin options\n this.loadOptions();\n\n // (re)set recorder state\n this.resetState();\n\n // use custom video.js time format\n videojs.setFormatTime((seconds, guide) => {\n return formatTime(seconds, guide, this.displayMilliseconds);\n });\n\n // add device button with icon based on type\n let deviceIcon = 'av-perm';\n\n switch (this.getRecordType()) {\n case IMAGE_ONLY:\n case VIDEO_ONLY:\n case ANIMATION:\n deviceIcon = 'video-perm';\n break;\n case AUDIO_ONLY:\n deviceIcon = 'audio-perm';\n break;\n case SCREEN_ONLY:\n deviceIcon = 'screen-perm';\n break;\n case AUDIO_SCREEN:\n deviceIcon = 'sv-perm';\n break;\n }\n\n // add custom interface elements\n DeviceButton.prototype.buildCSSClass = () => {\n // use dynamic icon class\n return 'vjs-record vjs-device-button vjs-control vjs-icon-' + deviceIcon;\n };\n player.deviceButton = new DeviceButton(player, options);\n player.addChild(player.deviceButton);\n\n // add blinking record indicator\n player.recordIndicator = new RecordIndicator(player, options);\n player.recordIndicator.hide();\n player.addChild(player.recordIndicator);\n\n // add canvas for recording and displaying image\n player.recordCanvas = new RecordCanvas(player, options);\n player.recordCanvas.hide();\n player.addChild(player.recordCanvas);\n\n // add image for animation display\n player.animationDisplay = new AnimationDisplay(player, options);\n player.animationDisplay.hide();\n player.addChild(player.animationDisplay);\n\n // add camera button\n player.cameraButton = new CameraButton(player, options);\n player.cameraButton.hide();\n\n // add record toggle button\n player.recordToggle = new RecordToggle(player, options);\n player.recordToggle.hide();\n\n // picture-in-picture\n let oldVideoJS = videojs.VERSION === undefined || compareVersion(videojs.VERSION, '7.6.0') === -1;\n if (!('exitPictureInPicture' in document)) {\n // no support for picture-in-picture, disable pip\n this.pictureInPicture = false;\n } else if (oldVideoJS) {\n // add picture-in-picture toggle button for older video.js versions\n // in browsers that support PIP\n player.pipToggle = new PictureInPictureToggle(player, options);\n player.pipToggle.hide();\n }\n if (this.pictureInPicture === true) {\n // define Picture-in-Picture event handlers once\n this.onEnterPiPHandler = this.onEnterPiP.bind(this);\n this.onLeavePiPHandler = this.onLeavePiP.bind(this);\n }\n\n // exclude custom UI elements\n if (this.player.options_.controlBar) {\n let customUIElements = ['deviceButton', 'recordIndicator',\n 'cameraButton', 'recordToggle'];\n if (player.pipToggle) {\n customUIElements.push('pipToggle');\n }\n\n customUIElements.forEach((element) => {\n if (this.player.options_.controlBar[element] !== undefined) {\n this.player[element].layoutExclude = true;\n this.player[element].hide();\n }\n });\n }\n\n // wait until player ui is ready\n this.player.one(Event.READY, this.setupUI.bind(this));\n }\n\n /**\n * Setup plugin options.\n *\n * @param {Object} newOptions - Optional new player options.\n */\n loadOptions(newOptions = {}) {\n let recordOptions = videojs.mergeOptions(pluginDefaultOptions,\n this.player.options_.plugins.record, newOptions);\n\n // record settings\n this.recordImage = recordOptions.image;\n this.recordAudio = recordOptions.audio;\n this.recordVideo = recordOptions.video;\n this.recordAnimation = recordOptions.animation;\n this.recordScreen = recordOptions.screen;\n this.maxLength = recordOptions.maxLength;\n this.maxFileSize = recordOptions.maxFileSize;\n this.displayMilliseconds = recordOptions.displayMilliseconds;\n this.debug = recordOptions.debug;\n this.pictureInPicture = recordOptions.pip;\n this.recordTimeSlice = recordOptions.timeSlice;\n this.autoMuteDevice = recordOptions.autoMuteDevice;\n this.pluginLibraryOptions = recordOptions.pluginLibraryOptions;\n\n // video/canvas settings\n this.videoFrameWidth = recordOptions.frameWidth;\n this.videoFrameHeight = recordOptions.frameHeight;\n this.videoFrameRate = recordOptions.videoFrameRate;\n this.videoBitRate = recordOptions.videoBitRate;\n this.videoEngine = recordOptions.videoEngine;\n this.videoRecorderType = recordOptions.videoRecorderType;\n this.videoMimeType = recordOptions.videoMimeType;\n this.videoWorkerURL = recordOptions.videoWorkerURL;\n this.videoWebAssemblyURL = recordOptions.videoWebAssemblyURL;\n\n // convert settings\n this.convertEngine = recordOptions.convertEngine;\n this.convertWorkerURL = recordOptions.convertWorkerURL;\n this.convertOptions = recordOptions.convertOptions;\n\n // audio settings\n this.audioEngine = recordOptions.audioEngine;\n this.audioRecorderType = recordOptions.audioRecorderType;\n this.audioWorkerURL = recordOptions.audioWorkerURL;\n this.audioWebAssemblyURL = recordOptions.audioWebAssemblyURL;\n this.audioBufferSize = recordOptions.audioBufferSize;\n this.audioSampleRate = recordOptions.audioSampleRate;\n this.audioBitRate = recordOptions.audioBitRate;\n this.audioChannels = recordOptions.audioChannels;\n this.audioMimeType = recordOptions.audioMimeType;\n this.audioBufferUpdate = recordOptions.audioBufferUpdate;\n\n // image settings\n this.imageOutputType = recordOptions.imageOutputType;\n this.imageOutputFormat = recordOptions.imageOutputFormat;\n this.imageOutputQuality = recordOptions.imageOutputQuality;\n\n // animation settings\n this.animationFrameRate = recordOptions.animationFrameRate;\n this.animationQuality = recordOptions.animationQuality;\n }\n\n /**\n * Player UI is ready.\n * @private\n */\n setupUI() {\n // insert custom controls on left-side of controlbar\n this.player.controlBar.addChild(this.player.cameraButton);\n this.player.controlBar.el().insertBefore(\n this.player.cameraButton.el(),\n this.player.controlBar.el().firstChild);\n this.player.controlBar.el().insertBefore(\n this.player.recordToggle.el(),\n this.player.controlBar.el().firstChild);\n\n // picture-in-picture\n if (this.pictureInPicture === true) {\n if (this.player.controlBar.pictureInPictureToggle === undefined &&\n this.player.pipToggle !== undefined) {\n // add custom PiP toggle\n this.player.controlBar.addChild(this.player.pipToggle);\n } else if (this.player.controlBar.pictureInPictureToggle !== undefined) {\n // use video.js PiP toggle\n this.player.pipToggle = this.player.controlBar.pictureInPictureToggle;\n this.player.pipToggle.hide();\n }\n }\n\n // get rid of unused controls\n if (this.player.controlBar.remainingTimeDisplay !== undefined) {\n this.player.controlBar.remainingTimeDisplay.el().style.display = 'none';\n }\n if (this.player.controlBar.liveDisplay !== undefined) {\n this.player.controlBar.liveDisplay.el().style.display = 'none';\n }\n\n // loop feature is never used in this plugin\n this.player.loop(false);\n\n // tweak player UI based on type\n switch (this.getRecordType()) {\n case AUDIO_ONLY:\n // reference to videojs-wavesurfer plugin\n this.surfer = this.player.wavesurfer();\n break;\n\n case IMAGE_ONLY:\n case VIDEO_ONLY:\n case AUDIO_VIDEO:\n case ANIMATION:\n case SCREEN_ONLY:\n case AUDIO_SCREEN:\n // customize controls\n if (this.player.bigPlayButton !== undefined) {\n this.player.bigPlayButton.hide();\n }\n\n // 'loadedmetadata' and 'loadstart' events reset the\n // durationDisplay for the first time: prevent this\n this.player.one(Event.LOADEDMETADATA, () => {\n // display max record time\n this.setDuration(this.maxLength);\n });\n this.player.one(Event.LOADSTART, () => {\n // display max record time\n this.setDuration(this.maxLength);\n });\n\n // the native controls don't work for this UI so disable\n // them no matter what\n if (this.player.usingNativeControls_ === true) {\n if (this.player.tech_.el_ !== undefined) {\n this.player.tech_.el_.controls = false;\n }\n }\n\n // clicking or tapping the player video element should not try\n // to start playback\n this.player.removeTechControlsListeners_();\n\n if (this.player.options_.controls) {\n // progress control isn't used by this plugin, hide if present\n if (this.player.controlBar.progressControl !== undefined) {\n this.player.controlBar.progressControl.hide();\n }\n\n // prevent controlbar fadeout\n this.player.on(Event.USERINACTIVE, (event) => {\n this.player.userActive(true);\n });\n\n // videojs automatically hides the controls when no valid 'source'\n // element is included in the video or audio tag. Don't. Ever again.\n this.player.controlBar.show();\n this.player.controlBar.el().style.display = 'flex';\n }\n break;\n }\n\n // disable time display events that constantly try to reset the current time\n // and duration values\n this.player.off(Event.TIMEUPDATE);\n this.player.off(Event.DURATIONCHANGE);\n this.player.off(Event.LOADEDMETADATA);\n this.player.off(Event.LOADSTART);\n this.player.off(Event.ENDED);\n\n // display max record time\n this.setDuration(this.maxLength);\n\n // hot keys\n if (this.player.options_.plugins.record &&\n this.player.options_.plugins.record.hotKeys &&\n (this.player.options_.plugins.record.hotKeys !== false)) {\n\n let handler = this.player.options_.plugins.record.hotKeys;\n if (handler === true) {\n handler = defaultKeyHandler;\n }\n // enable video.js user action\n this.player.options_.userActions = {\n hotkeys: handler\n };\n }\n\n // hide play control (if present)\n if (this.player.controlBar.playToggle !== undefined) {\n this.player.controlBar.playToggle.hide();\n }\n }\n\n /**\n * Indicates whether the plugin is currently recording or not.\n *\n * @return {boolean} Plugin currently recording or not.\n */\n isRecording() {\n return this._recording;\n }\n\n /**\n * Indicates whether the plugin is currently processing recorded data\n * or not.\n *\n * @return {boolean} Plugin processing or not.\n */\n isProcessing() {\n return this._processing;\n }\n\n /**\n * Indicates whether the plugin is destroyed or not.\n *\n * @return {boolean} Plugin destroyed or not.\n */\n isDestroyed() {\n let destroyed = (this.player === null);\n if (destroyed === false) {\n destroyed = (this.player.children() === null);\n }\n return destroyed;\n }\n\n /**\n * Open the browser's recording device selection dialog and start the\n * device.\n */\n getDevice() {\n // define device callbacks once\n if (this.deviceReadyCallback === undefined) {\n this.deviceReadyCallback = this.onDeviceReady.bind(this);\n }\n if (this.deviceErrorCallback === undefined) {\n this.deviceErrorCallback = this.onDeviceError.bind(this);\n }\n if (this.engineStopCallback === undefined) {\n this.engineStopCallback = this.onRecordComplete.bind(this);\n }\n if (this.streamVisibleCallback === undefined) {\n this.streamVisibleCallback = this.onStreamVisible.bind(this);\n }\n\n // check for support because some browsers still do not support\n // getDisplayMedia or getUserMedia (like Chrome iOS, see:\n // https://bugs.chromium.org/p/chromium/issues/detail?id=752458)\n if (this.getRecordType() === SCREEN_ONLY || this.getRecordType() === AUDIO_SCREEN) {\n if (navigator.mediaDevices === undefined ||\n navigator.mediaDevices.getDisplayMedia === undefined) {\n this.player.trigger(Event.ERROR,\n 'This browser does not support navigator.mediaDevices.getDisplayMedia');\n return;\n }\n } else {\n if (navigator.mediaDevices === undefined ||\n navigator.mediaDevices.getUserMedia === undefined) {\n this.player.trigger(Event.ERROR,\n 'This browser does not support navigator.mediaDevices.getUserMedia');\n return;\n }\n }\n\n // ask the browser to give the user access to the media device\n // and get a stream reference in the callback function\n switch (this.getRecordType()) {\n case AUDIO_ONLY:\n // setup microphone\n this.mediaType = {\n audio: (this.audioRecorderType === AUTO) ? true : this.audioRecorderType,\n video: false\n };\n // remove existing microphone listeners\n this.surfer.surfer.microphone.un(Event.DEVICE_READY,\n this.deviceReadyCallback);\n this.surfer.surfer.microphone.un(Event.DEVICE_ERROR,\n this.deviceErrorCallback);\n\n // setup new microphone listeners\n this.surfer.surfer.microphone.on(Event.DEVICE_READY,\n this.deviceReadyCallback);\n this.surfer.surfer.microphone.on(Event.DEVICE_ERROR,\n this.deviceErrorCallback);\n\n // disable existing playback events\n this.surfer.setupPlaybackEvents(false);\n\n // (re)set surfer liveMode\n this.surfer.liveMode = true;\n this.surfer.surfer.microphone.paused = false;\n\n // resume AudioContext when it's suspended by the browser, due to\n // autoplay rules. Chrome warns with the following message:\n // \"The AudioContext was not allowed to start. It must be resumed\n // (or created) after a user gesture on the page.\"\n if (this.surfer.surfer.backend.ac.state === 'suspended') {\n this.surfer.surfer.backend.ac.resume();\n }\n\n // assign custom reloadBufferFunction for microphone plugin to\n // obtain AudioBuffer chunks\n if (this.audioBufferUpdate === true) {\n this.surfer.surfer.microphone.reloadBufferFunction = (event) => {\n if (!this.surfer.surfer.microphone.paused) {\n // redraw\n this.surfer.surfer.empty();\n this.surfer.surfer.loadDecodedBuffer(event.inputBuffer);\n\n // store data and notify others\n this.player.recordedData = event.inputBuffer;\n this.player.trigger(Event.AUDIO_BUFFER_UPDATE);\n }\n };\n }\n // open browser device selection/permissions dialog\n this.surfer.surfer.microphone.start();\n break;\n\n case IMAGE_ONLY:\n case VIDEO_ONLY:\n if (this.getRecordType() === IMAGE_ONLY) {\n // using player.el() here because this.mediaElement is not available yet\n this.player.el().firstChild.addEventListener(Event.PLAYING,\n this.streamVisibleCallback);\n }\n\n // setup camera\n this.mediaType = {\n audio: false,\n video: (this.videoRecorderType === AUTO) ? true : this.videoRecorderType\n };\n navigator.mediaDevices.getUserMedia({\n audio: false,\n video: (this.getRecordType() === IMAGE_ONLY) ? this.recordImage : this.recordVideo\n }).then(\n this.onDeviceReady.bind(this)\n ).catch(\n this.onDeviceError.bind(this)\n );\n break;\n\n case AUDIO_SCREEN:\n // setup camera and microphone\n this.mediaType = {\n audio: (this.audioRecorderType === AUTO) ? true : this.audioRecorderType,\n video: (this.videoRecorderType === AUTO) ? true : this.videoRecorderType\n };\n let audioScreenConstraints = {};\n if (this.recordScreen === true) {\n audioScreenConstraints = {\n video: true // needs to be true for it to work in Firefox\n };\n } else if (typeof this.recordScreen === 'object' &&\n this.recordScreen.constructor === Object) {\n audioScreenConstraints = this.recordScreen;\n }\n navigator.mediaDevices.getDisplayMedia(audioScreenConstraints).then(screenStream => {\n navigator.mediaDevices.getUserMedia({\n audio: this.recordAudio\n }).then((mic) => {\n // join microphone track with screencast stream (order matters)\n screenStream.addTrack(mic.getTracks()[0]);\n this.onDeviceReady.bind(this)(screenStream);\n }).catch(\n this.onDeviceError.bind(this)\n );\n }).catch(\n this.onDeviceError.bind(this)\n );\n break;\n\n case AUDIO_VIDEO:\n // setup camera and microphone\n this.mediaType = {\n audio: (this.audioRecorderType === AUTO) ? true : this.audioRecorderType,\n video: (this.videoRecorderType === AUTO) ? true : this.videoRecorderType\n };\n navigator.mediaDevices.getUserMedia({\n audio: this.recordAudio,\n video: this.recordVideo\n }).then(\n this.onDeviceReady.bind(this)\n ).catch(\n this.onDeviceError.bind(this)\n );\n break;\n\n case ANIMATION:\n // setup camera\n this.mediaType = {\n // animated GIF\n audio: false,\n video: false,\n gif: true\n };\n navigator.mediaDevices.getUserMedia({\n audio: false,\n video: this.recordAnimation\n }).then(\n this.onDeviceReady.bind(this)\n ).catch(\n this.onDeviceError.bind(this)\n );\n break;\n\n case SCREEN_ONLY:\n // setup screen\n this.mediaType = {\n // screen capture\n audio: false,\n video: false,\n screen: true,\n gif: false\n };\n let screenOnlyConstraints = {};\n if (this.recordScreen === true) {\n screenOnlyConstraints = {\n video: true\n };\n } else if (typeof this.recordScreen === 'object' &&\n this.recordScreen.constructor === Object) {\n screenOnlyConstraints = this.recordScreen;\n }\n navigator.mediaDevices.getDisplayMedia(screenOnlyConstraints).then(\n this.onDeviceReady.bind(this)\n ).catch(\n this.onDeviceError.bind(this)\n );\n break;\n }\n }\n\n /**\n * Invoked when the device is ready.\n *\n * @private\n * @param {LocalMediaStream} stream - Local media stream from device.\n */\n onDeviceReady(stream) {\n this._deviceActive = true;\n\n // store reference to stream for stopping etc.\n this.stream = stream;\n\n // hide device selection button\n this.player.deviceButton.hide();\n\n // reset time (e.g. when stopDevice was used)\n this.setDuration(this.maxLength);\n this.setCurrentTime(0);\n\n // hide play/pause control (e.g. when stopDevice was used)\n if (this.player.controlBar.playToggle !== undefined) {\n this.player.controlBar.playToggle.hide();\n }\n\n // reset playback listeners\n this.off(this.player, Event.TIMEUPDATE, this.playbackTimeUpdate);\n this.off(this.player, Event.ENDED, this.playbackTimeUpdate);\n\n // setup recording engine\n if (this.getRecordType() !== IMAGE_ONLY) {\n // currently record plugins are only supported in audio-only mode\n if (this.getRecordType() !== AUDIO_ONLY && isAudioPluginActive(this.audioEngine)) {\n throw new Error('Currently ' + this.audioEngine +\n ' is only supported in audio-only mode.');\n }\n\n // load plugins, if any\n let EngineClass, engineType;\n switch (this.getRecordType()) {\n case AUDIO_ONLY:\n // get audio plugin engine class (or default recordrtc engine)\n EngineClass = getAudioEngine(this.audioEngine);\n engineType = this.audioEngine;\n break;\n\n default:\n // get video plugin engine class (or default recordrtc engine)\n EngineClass = getVideoEngine(this.videoEngine);\n engineType = this.videoEngine;\n }\n\n // create recording engine\n try {\n // connect stream to recording engine\n this.engine = new EngineClass(this.player, this.player.options_);\n } catch (err) {\n throw new Error('Could not load ' + engineType + ' plugin');\n }\n\n // listen for events\n this.engine.on(Event.RECORD_COMPLETE, this.engineStopCallback);\n\n // audio settings\n this.engine.bufferSize = this.audioBufferSize;\n this.engine.sampleRate = this.audioSampleRate;\n this.engine.bitRate = this.audioBitRate;\n this.engine.audioChannels = this.audioChannels;\n this.engine.audioWorkerURL = this.audioWorkerURL;\n this.engine.audioWebAssemblyURL = this.audioWebAssemblyURL;\n\n // mime type\n this.engine.mimeType = {\n video: this.videoMimeType,\n gif: 'image/gif'\n };\n if (this.audioMimeType !== null &&\n this.audioMimeType !== AUTO) {\n this.engine.mimeType.audio = this.audioMimeType;\n }\n\n // video/canvas settings\n this.engine.videoWorkerURL = this.videoWorkerURL;\n this.engine.videoWebAssemblyURL = this.videoWebAssemblyURL;\n this.engine.videoBitRate = this.videoBitRate;\n this.engine.videoFrameRate = this.videoFrameRate;\n this.engine.video = {\n width: this.videoFrameWidth,\n height: this.videoFrameHeight\n };\n this.engine.canvas = {\n width: this.videoFrameWidth,\n height: this.videoFrameHeight\n };\n\n // animated GIF settings\n this.engine.quality = this.animationQuality;\n this.engine.frameRate = this.animationFrameRate;\n\n // timeSlice\n if (this.recordTimeSlice && this.recordTimeSlice > 0) {\n this.engine.timeSlice = this.recordTimeSlice;\n this.engine.maxFileSize = this.maxFileSize;\n }\n\n // additional 3rd-party library options\n this.engine.pluginLibraryOptions = this.pluginLibraryOptions;\n\n // initialize recorder\n this.engine.setup(this.stream, this.mediaType, this.debug);\n\n // create converter engine\n if (this.convertEngine !== '') {\n let ConvertEngineClass = getConvertEngine(this.convertEngine);\n try {\n this.converter = new ConvertEngineClass(this.player,\n this.player.options_);\n }\n catch (err) {\n throw new Error('Could not load ' + this.convertEngine +\n ' plugin');\n }\n\n // convert settings\n this.converter.convertWorkerURL = this.convertWorkerURL;\n this.converter.convertOptions = this.convertOptions;\n this.converter.pluginLibraryOptions = this.pluginLibraryOptions;\n\n // initialize converter\n this.converter.setup(this.mediaType, this.debug);\n }\n\n // show elements that should never be hidden in animation,\n // audio and/or video modus\n let uiElements = ['currentTimeDisplay', 'timeDivider', 'durationDisplay'];\n uiElements.forEach((element) => {\n element = this.player.controlBar[element];\n if (element !== undefined) {\n element.el().style.display = 'block';\n element.show();\n }\n });\n\n // show record button\n this.player.recordToggle.show();\n } else {\n // disable record indicator\n this.player.recordIndicator.disable();\n\n // setup UI for retrying snapshot (e.g. when stopDevice was\n // used)\n this.retrySnapshot();\n\n // camera button will be displayed as soon as this.onStreamVisible fires\n }\n\n // setup preview\n if (this.getRecordType() !== AUDIO_ONLY) {\n // show live preview\n this.mediaElement = this.player.el().firstChild;\n this.mediaElement.controls = false;\n\n // mute incoming audio for feedback loops\n this.mediaElement.muted = true;\n\n // hide the volume bar while it's muted\n this.displayVolumeControl(false);\n\n // picture-in-picture\n if (this.pictureInPicture === true) {\n // show button\n this.player.pipToggle.show();\n\n // listen to and forward Picture-in-Picture events\n this.mediaElement.removeEventListener(Event.ENTERPICTUREINPICTURE,\n this.onEnterPiPHandler);\n this.mediaElement.removeEventListener(Event.LEAVEPICTUREINPICTURE,\n this.onLeavePiPHandler);\n this.mediaElement.addEventListener(Event.ENTERPICTUREINPICTURE,\n this.onEnterPiPHandler);\n this.mediaElement.addEventListener(Event.LEAVEPICTUREINPICTURE,\n this.onLeavePiPHandler);\n }\n // load stream\n this.load(this.stream);\n\n // stream loading is async, so we wait until it's ready to play\n // the stream\n this.player.one(Event.LOADEDMETADATA, () => {\n // start stream\n this.mediaElement.play();\n\n // forward to listeners\n this.player.trigger(Event.DEVICE_READY);\n });\n } else {\n // forward to listeners\n this.player.trigger(Event.DEVICE_READY);\n }\n }\n\n /**\n * Invoked when an device error occurred.\n *\n * @private\n * @param {(string|number)} code - Error code/description.\n */\n onDeviceError(code) {\n this._deviceActive = false;\n\n if (!this.isDestroyed()) {\n // store code\n this.player.deviceErrorCode = code;\n\n // forward error to player\n this.player.trigger(Event.DEVICE_ERROR);\n }\n }\n\n /**\n * Start recording.\n */\n start() {\n if (!this.isProcessing()) {\n // check if user didn't revoke permissions after a previous recording\n if (this.stream && this.stream.active === false) {\n // ask for permissions again\n this.getDevice();\n return;\n }\n this._recording = true;\n\n // hide play/pause control\n if (this.player.controlBar.playToggle !== undefined) {\n this.player.controlBar.playToggle.hide();\n }\n\n // reset playback listeners\n this.off(this.player, Event.TIMEUPDATE, this.playbackTimeUpdate);\n this.off(this.player, Event.ENDED, this.playbackTimeUpdate);\n\n // start preview\n switch (this.getRecordType()) {\n case AUDIO_ONLY:\n // disable playback events\n this.surfer.setupPlaybackEvents(false);\n\n // start/resume live audio visualization\n this.surfer.surfer.microphone.paused = false;\n this.surfer.liveMode = true;\n this.surfer.surfer.microphone.play();\n break;\n\n case VIDEO_ONLY:\n case AUDIO_VIDEO:\n case AUDIO_SCREEN:\n case SCREEN_ONLY:\n // preview video stream in video element\n this.startVideoPreview();\n break;\n\n case ANIMATION:\n // hide the first frame\n this.player.recordCanvas.hide();\n\n // hide the animation\n this.player.animationDisplay.hide();\n\n // show preview video\n this.mediaElement.style.display = 'block';\n\n // for animations, capture the first frame\n // that can be displayed as soon as recording\n // is complete\n this.captureFrame().then((result) => {\n // start video preview **after** capturing first frame\n this.startVideoPreview();\n });\n break;\n }\n\n if (this.autoMuteDevice) {\n // unmute device\n this.muteTracks(false);\n }\n\n // start recording\n switch (this.getRecordType()) {\n case IMAGE_ONLY:\n // create snapshot\n this.createSnapshot();\n\n // notify UI\n this.player.trigger(Event.START_RECORD);\n break;\n\n case VIDEO_ONLY:\n case AUDIO_VIDEO:\n case AUDIO_SCREEN:\n case ANIMATION:\n case SCREEN_ONLY:\n // wait for media stream on video element to actually load\n this.player.one(Event.LOADEDMETADATA, () => {\n // start actually recording process\n this.startRecording();\n });\n break;\n\n default:\n // all resources have already loaded, so we can start\n // recording right away\n this.startRecording();\n }\n }\n }\n\n /**\n * Start recording.\n * @private\n */\n startRecording() {\n // register starting point\n this.paused = false;\n this.pauseTime = this.pausedTime = 0;\n this.startTime = performance.now();\n\n // start countdown\n const COUNTDOWN_SPEED = 100; // ms\n this.countDown = this.player.setInterval(\n this.onCountDown.bind(this), COUNTDOWN_SPEED);\n\n // cleanup previous recording\n if (this.engine !== undefined) {\n this.engine.dispose();\n }\n\n // start recording stream\n this.engine.start();\n\n // notify UI\n this.player.trigger(Event.START_RECORD);\n }\n\n /**\n * Stop recording.\n */\n stop() {\n if (!this.isProcessing()) {\n this._recording = false;\n this._processing = true;\n\n if (this.getRecordType() !== IMAGE_ONLY) {\n // notify UI\n this.player.trigger(Event.STOP_RECORD);\n\n // stop countdown\n this.player.clearInterval(this.countDown);\n\n // stop recording stream (result will be available async)\n if (this.engine) {\n this.engine.stop();\n }\n\n if (this.autoMuteDevice) {\n // mute device\n this.muteTracks(true);\n }\n } else {\n if (this.player.recordedData) {\n // notify listeners that image data is (already) available\n this.player.trigger(Event.FINISH_RECORD);\n }\n }\n }\n }\n\n /**\n * Stop device(s) and recording if active.\n */\n stopDevice() {\n if (this.isRecording()) {\n // stop stream once recorded data is available,\n // otherwise it'll break recording\n this.player.one(Event.FINISH_RECORD, this.stopStream.bind(this));\n\n // stop recording\n this.stop();\n } else {\n // stop stream now, since there's no recorded data available\n this.stopStream();\n }\n }\n\n /**\n * Stop stream and device.\n */\n stopStream() {\n // stop stream and device\n if (this.stream) {\n this._deviceActive = false;\n\n if (this.getRecordType() === AUDIO_ONLY) {\n // make the microphone plugin stop it's device\n this.surfer.surfer.microphone.stopDevice();\n return;\n }\n this.stream.getTracks().forEach((stream) => {\n stream.stop();\n });\n }\n }\n\n /**\n * Pause recording.\n */\n pause() {\n if (!this.paused) {\n this.pauseTime = performance.now();\n this.paused = true;\n\n this.engine.pause();\n }\n }\n\n /**\n * Resume recording.\n */\n resume() {\n if (this.paused) {\n this.pausedTime += performance.now() - this.pauseTime;\n\n this.engine.resume();\n this.paused = false;\n }\n }\n\n /**\n * Invoked when recording completed and the resulting stream is\n * available.\n * @private\n */\n onRecordComplete() {\n // store reference to recorded stream data\n this.player.recordedData = this.engine.recordedData;\n\n // change the replay button back to a play button\n if (this.player.controlBar.playToggle !== undefined) {\n this.player.controlBar.playToggle.removeClass('vjs-ended');\n this.player.controlBar.playToggle.show();\n }\n\n // notify converter\n if (this.converter !== undefined) {\n this.converter.convert(this.player.recordedData);\n }\n\n // notify listeners that data is available\n this.player.trigger(Event.FINISH_RECORD);\n\n // skip loading when player is destroyed after finishRecord event\n if (this.isDestroyed()) {\n return;\n }\n\n // load and display recorded data\n switch (this.getRecordType()) {\n case AUDIO_ONLY:\n // pause player so user can start playback\n this.surfer.pause();\n\n // setup events for playback\n this.surfer.setupPlaybackEvents(true);\n\n // display loader\n this.player.loadingSpinner.show();\n\n // restore interaction with controls after waveform\n // rendering is complete\n this.surfer.surfer.once(Event.READY, () => {\n this._processing = false;\n });\n\n // visualize recorded stream\n this.load(this.player.recordedData);\n break;\n\n case VIDEO_ONLY:\n case AUDIO_VIDEO:\n case AUDIO_SCREEN:\n case SCREEN_ONLY:\n // pausing the player so we can visualize the recorded data\n // will trigger an async video.js 'pause' event that we\n // have to wait for.\n this.player.one(Event.PAUSE, () => {\n // video data is ready\n this._processing = false;\n\n // hide loader\n this.player.loadingSpinner.hide();\n\n // show stream total duration\n this.setDuration(this.streamDuration);\n\n // update time during playback and at end\n this.on(this.player, Event.TIMEUPDATE,\n this.playbackTimeUpdate);\n this.on(this.player, Event.ENDED,\n this.playbackTimeUpdate);\n\n // unmute local audio during playback\n if (this.getRecordType() === AUDIO_VIDEO || this.getRecordType() === AUDIO_SCREEN) {\n this.mediaElement.muted = false;\n\n // show the volume bar when it's unmuted\n this.displayVolumeControl(true);\n }\n\n // load recorded media\n this.load(this.player.recordedData);\n });\n\n // pause player so user can start playback\n this.player.pause();\n break;\n\n case ANIMATION:\n // animation data is ready\n this._processing = false;\n\n // hide loader\n this.player.loadingSpinner.hide();\n\n // show animation total duration\n this.setDuration(this.streamDuration);\n\n // hide preview video\n this.mediaElement.style.display = 'none';\n\n // show the first frame\n this.player.recordCanvas.show();\n\n // pause player so user can start playback\n this.player.pause();\n\n // show animation on play\n this.on(this.player, Event.PLAY, this.showAnimation);\n\n // hide animation on pause\n this.on(this.player, Event.PAUSE, this.hideAnimation);\n break;\n }\n }\n\n /**\n * Invoked during recording and displays the remaining time.\n * @private\n */\n onCountDown() {\n if (!this.paused) {\n let now = performance.now();\n let duration = this.maxLength;\n let currentTime = (now - (this.startTime +\n this.pausedTime)) / 1000; // buddy ignore:line\n\n this.streamDuration = currentTime;\n\n if (currentTime >= duration) {\n // at the end\n currentTime = duration;\n\n // stop recording\n this.stop();\n }\n\n // update duration\n this.setDuration(duration);\n\n // update current time\n this.setCurrentTime(currentTime, duration);\n\n // notify listeners\n this.player.trigger(Event.PROGRESS_RECORD);\n }\n }\n\n /**\n * Get the current time of the recorded stream during playback.\n *\n * Returns 0 if no recording is available (yet).\n *\n * @returns {float} Current time of the recorded stream.\n */\n getCurrentTime() {\n let currentTime = isNaN(this.streamCurrentTime) ? 0 : this.streamCurrentTime;\n\n if (this.getRecordType() === AUDIO_ONLY) {\n currentTime = this.surfer.getCurrentTime();\n }\n\n return currentTime;\n }\n\n /**\n * Updates the player's element displaying the current time.\n *\n * @private\n * @param {number} [currentTime=0] - Current position of the\n * playhead (in seconds).\n * @param {number} [duration=0] - Duration in seconds.\n */\n setCurrentTime(currentTime, duration) {\n currentTime = isNaN(currentTime) ? 0 : currentTime;\n duration = isNaN(duration) ? 0 : duration;\n\n switch (this.getRecordType()) {\n case AUDIO_ONLY:\n this.surfer.setCurrentTime(currentTime, duration);\n break;\n\n case VIDEO_ONLY:\n case AUDIO_VIDEO:\n case AUDIO_SCREEN:\n case ANIMATION:\n case SCREEN_ONLY:\n if (this.player.controlBar.currentTimeDisplay &&\n this.player.controlBar.currentTimeDisplay.contentEl() &&\n this.player.controlBar.currentTimeDisplay.contentEl().lastChild) {\n this.streamCurrentTime = Math.min(currentTime, duration);\n\n // update current time display component\n this.player.controlBar.currentTimeDisplay.formattedTime_ =\n this.player.controlBar.currentTimeDisplay.contentEl().lastChild.textContent =\n formatTime(this.streamCurrentTime, duration, this.displayMilliseconds);\n }\n break;\n }\n }\n\n /**\n * Get the length of the recorded stream in seconds.\n *\n * Returns 0 if no recording is available (yet).\n *\n * @returns {float} Duration of the recorded stream.\n */\n getDuration() {\n let duration = isNaN(this.streamDuration) ? 0 : this.streamDuration;\n\n return duration;\n }\n\n /**\n * Updates the player's element displaying the duration time.\n *\n * @param {number} [duration=0] - Duration in seconds.\n * @private\n */\n setDuration(duration) {\n duration = isNaN(duration) ? 0 : duration;\n\n switch (this.getRecordType()) {\n case AUDIO_ONLY:\n this.surfer.setDuration(duration);\n break;\n\n case VIDEO_ONLY:\n case AUDIO_VIDEO:\n case AUDIO_SCREEN:\n case ANIMATION:\n case SCREEN_ONLY:\n // update duration display component\n if (this.player.controlBar.durationDisplay &&\n this.player.controlBar.durationDisplay.contentEl() &&\n this.player.controlBar.durationDisplay.contentEl().lastChild) {\n this.player.controlBar.durationDisplay.formattedTime_ =\n this.player.controlBar.durationDisplay.contentEl().lastChild.textContent =\n formatTime(duration, duration, this.displayMilliseconds);\n }\n break;\n }\n }\n\n /**\n * Start loading data.\n *\n * @param {(string|blob|file)} url - Either the URL of the media file,\n * a Blob, a File object or MediaStream.\n */\n load(url) {\n switch (this.getRecordType()) {\n case AUDIO_ONLY:\n // visualize recorded Blob stream\n this.surfer.load(url);\n break;\n\n case IMAGE_ONLY:\n case VIDEO_ONLY:\n case AUDIO_VIDEO:\n case AUDIO_SCREEN:\n case ANIMATION:\n case SCREEN_ONLY:\n if (url instanceof Blob || url instanceof File) {\n // make sure to reset it (#312)\n this.mediaElement.srcObject = null;\n // assign blob using createObjectURL\n this.mediaElement.src = URL.createObjectURL(url);\n } else {\n // assign stream with srcObject\n setSrcObject(url, this.mediaElement);\n }\n break;\n }\n }\n\n /**\n * Show save as dialog in browser so the user can store the recorded media\n * locally.\n *\n * @param {object} name - Object with one or more names for the particular\n * blob(s) you want to save. File extensions are added automatically.\n * For example: {'video': 'name-of-video-file'}. Supported keys are\n * 'audio', 'video' and 'gif'.\n * @example\n * // save video file as 'foo.webm'\n * player.record().saveAs({'video': 'foo'});\n */\n saveAs(name) {\n if (this.engine && name !== undefined) {\n this.engine.saveAs(name);\n }\n }\n\n /**\n * Destroy plugin only.\n *\n * Use [destroy]{@link Record#destroy} to remove the plugin and the player\n * as well.\n */\n dispose() {\n // disable common event listeners\n this.player.off(Event.READY);\n this.player.off(Event.USERINACTIVE);\n this.player.off(Event.LOADEDMETADATA);\n\n // prevent callbacks if recording is in progress\n if (this.engine) {\n this.engine.dispose();\n this.engine.destroy();\n this.engine.off(Event.RECORD_COMPLETE, this.engineStopCallback);\n }\n\n // stop recording and device\n this.stop();\n this.stopDevice();\n\n // garbage collect recording\n this.removeRecording();\n\n // stop countdown\n this.player.clearInterval(this.countDown);\n\n // dispose wavesurfer.js\n if (this.getRecordType() === AUDIO_ONLY) {\n if (this.surfer) {\n // also disposes player\n this.surfer.destroy();\n }\n } else if (this.getRecordType() === IMAGE_ONLY) {\n if (this.mediaElement && this.streamVisibleCallback) {\n // cleanup listeners\n this.mediaElement.removeEventListener(Event.PLAYING,\n this.streamVisibleCallback);\n }\n }\n\n this.resetState();\n\n super.dispose();\n }\n\n /**\n * Destroy plugin and players and cleanup resources.\n */\n destroy() {\n this.player.dispose();\n }\n\n /**\n * Reset the plugin.\n */\n reset() {\n // prevent callbacks if recording is in progress\n if (this.engine) {\n this.engine.dispose();\n this.engine.off(Event.RECORD_COMPLETE, this.engineStopCallback);\n }\n\n // stop recording and device\n this.stop();\n this.stopDevice();\n\n // stop countdown\n this.player.clearInterval(this.countDown);\n\n // garbage collect recording\n this.removeRecording();\n\n // reset options\n this.loadOptions();\n\n // reset recorder state\n this.resetState();\n\n // reset record time\n this.setDuration(this.maxLength);\n this.setCurrentTime(0);\n\n // reset player\n this.player.reset();\n switch (this.getRecordType()) {\n case AUDIO_ONLY:\n if (this.surfer && this.surfer.surfer) {\n // empty last frame\n this.surfer.surfer.empty();\n }\n break;\n\n case IMAGE_ONLY:\n case ANIMATION:\n // reset UI\n this.player.recordCanvas.hide();\n this.player.cameraButton.hide();\n break;\n }\n\n // hide play control\n if (this.player.controlBar.playToggle !== undefined) {\n this.player.controlBar.playToggle.hide();\n }\n\n // show device selection button\n this.player.deviceButton.show();\n\n // hide record button\n this.player.recordToggle.hide();\n\n // loadedmetadata resets the durationDisplay for the\n // first time\n this.player.one(Event.LOADEDMETADATA, () => {\n // display max record time\n this.setDuration(this.maxLength);\n });\n }\n\n /**\n * Reset the plugin recorder state.\n * @private\n */\n resetState() {\n this._recording = false;\n this._processing = false;\n this._deviceActive = false;\n this.devices = [];\n }\n\n /**\n * Removes recorded `Blob` from cache.\n * @private\n */\n removeRecording() {\n if (this.mediaElement && this.mediaElement.src.startsWith('blob:') === true) {\n URL.revokeObjectURL(this.mediaElement.src);\n this.mediaElement.src = '';\n }\n }\n\n /**\n * Export image data of waveform (audio-only) or current video frame.\n *\n * The default format is `'image/png'`. Other supported types are\n * `'image/jpeg'` and `'image/webp'`.\n *\n * @param {string} format='image/png' A string indicating the image format.\n * The default format type is `'image/png'`.\n * @param {number} quality=1 A number between 0 and 1 indicating the image\n * quality to use for image formats that use lossy compression such as\n * `'image/jpeg'`` and `'image/webp'`.\n * @return {Promise} Returns a `Promise` resolving with an\n * array of `Blob` instances.\n */\n exportImage(format = 'image/png', quality = 1) {\n if (this.getRecordType() === AUDIO_ONLY) {\n return this.surfer.surfer.exportImage(format, quality, 'blob');\n } else {\n // get a frame and copy it onto the canvas\n let recordCanvas = this.player.recordCanvas.el().firstChild;\n this.drawCanvas(recordCanvas, this.mediaElement);\n\n return new Promise(resolve => {\n recordCanvas.toBlob(resolve, format, quality);\n });\n }\n }\n\n /**\n * Mute LocalMediaStream audio and video tracks.\n *\n * @param {boolean} mute - Whether or not the mute the track(s).\n */\n muteTracks(mute) {\n if ((this.getRecordType() === AUDIO_ONLY ||\n this.getRecordType() === AUDIO_SCREEN ||\n this.getRecordType() === AUDIO_VIDEO) &&\n this.stream.getAudioTracks().length > 0) {\n this.stream.getAudioTracks()[0].enabled = !mute;\n }\n\n if (this.getRecordType() !== AUDIO_ONLY &&\n this.stream.getVideoTracks().length > 0) {\n this.stream.getVideoTracks()[0].enabled = !mute;\n }\n }\n\n /**\n * Get recorder type.\n *\n * @returns {string} Recorder type constant.\n * @example\n * console.log(player.record().getRecordType()); // 'audio_video'\n */\n getRecordType() {\n return getRecorderMode(this.recordImage, this.recordAudio,\n this.recordVideo, this.recordAnimation, this.recordScreen);\n }\n\n /**\n * Create and display snapshot image.\n * @private\n */\n createSnapshot() {\n this.captureFrame().then((result) => {\n if (this.imageOutputType === 'blob') {\n // turn the canvas data into a Blob\n result.toBlob((blob) => {\n this.player.recordedData = blob;\n\n // display the snapshot\n this.displaySnapshot();\n });\n } else if (this.imageOutputType === 'dataURL') {\n // turn the canvas data into base64 data\n this.player.recordedData = result.toDataURL(\n this.imageOutputFormat, this.imageOutputQuality);\n\n // display the snapshot\n this.displaySnapshot();\n }\n }, this.imageOutputFormat, this.imageOutputQuality);\n }\n\n /**\n * Display snapshot image.\n * @private\n */\n displaySnapshot() {\n // hide preview video\n this.mediaElement.style.display = 'none';\n\n // show the snapshot\n this.player.recordCanvas.show();\n\n // stop recording\n this.stop();\n }\n\n /**\n * Reset UI for retrying a snapshot image.\n * @private\n */\n retrySnapshot() {\n this._processing = false;\n\n // retry: hide the snapshot\n this.player.recordCanvas.hide();\n\n // show preview video\n this.player.el().firstChild.style.display = 'block';\n }\n\n /**\n * Capture frame from camera and copy data to canvas.\n * @private\n * @returns {void}\n */\n captureFrame() {\n let detected = detectBrowser();\n let recordCanvas = this.player.recordCanvas.el().firstChild;\n\n // set the canvas size to the dimensions of the camera,\n // which also wipes the content of the canvas\n recordCanvas.width = this.player.width();\n recordCanvas.height = this.player.height();\n\n return new Promise((resolve, reject) => {\n // MediaCapture is only supported on:\n // - Chrome 60 and newer (see\n // https://github.com/w3c/mediacapture-image/blob/gh-pages/implementation-status.md)\n // - Firefox behind flag (https://bugzilla.mozilla.org/show_bug.cgi?id=888177)\n //\n // importing ImageCapture can fail when enabling chrome flag is still required.\n // if so; ignore and continue\n if ((detected.browser === 'chrome' && detected.version >= 60) &&\n (typeof ImageCapture === typeof Function)) {\n try {\n let track = this.stream.getVideoTracks()[0];\n let imageCapture = new ImageCapture(track);\n // take picture\n imageCapture.grabFrame().then((imageBitmap) => {\n // get a frame and copy it onto the canvas\n this.drawCanvas(recordCanvas, imageBitmap);\n\n // notify others\n resolve(recordCanvas);\n }).catch((error) => {\n // ignore, try oldskool\n });\n } catch (err) {}\n }\n // no ImageCapture available: do it the oldskool way\n\n // get a frame and copy it onto the canvas\n this.drawCanvas(recordCanvas, this.mediaElement);\n\n // notify others\n resolve(recordCanvas);\n });\n }\n\n /**\n * Draw image frame on canvas element.\n * @private\n * @param {HTMLCanvasElement} canvas - Canvas to draw on.\n * @param {HTMLElement} element - Element to draw onto the canvas.\n */\n drawCanvas(canvas, element) {\n canvas.getContext('2d').drawImage(\n element, 0, 0,\n canvas.width,\n canvas.height\n );\n }\n\n /**\n * Start preview of video stream.\n * @private\n */\n startVideoPreview() {\n // disable playback events\n this.off(Event.TIMEUPDATE);\n this.off(Event.DURATIONCHANGE);\n this.off(Event.LOADEDMETADATA);\n this.off(Event.PLAY);\n\n // mute local audio\n this.mediaElement.muted = true;\n\n // hide volume control to prevent feedback\n this.displayVolumeControl(false);\n\n // garbage collect previous recording\n this.removeRecording();\n\n // start or resume live preview\n this.load(this.stream);\n this.mediaElement.play();\n }\n\n /**\n * Show animated GIF.\n * @private\n */\n showAnimation() {\n let animationDisplay = this.player.animationDisplay.el().firstChild;\n\n // set the image size to the dimensions of the recorded animation\n animationDisplay.width = this.player.width();\n animationDisplay.height = this.player.height();\n\n // hide the first frame\n this.player.recordCanvas.hide();\n\n // show the animation\n setSrcObject(this.player.recordedData, animationDisplay);\n this.player.animationDisplay.show();\n }\n\n /**\n * Hide animated GIF.\n * @private\n */\n hideAnimation() {\n // show the first frame\n this.player.recordCanvas.show();\n\n // hide the animation\n this.player.animationDisplay.hide();\n }\n\n /**\n * Update time during playback.\n * @private\n */\n playbackTimeUpdate() {\n this.setCurrentTime(this.player.currentTime(),\n this.streamDuration);\n }\n\n /**\n * Collects information about the media input and output devices\n * available on the system.\n */\n enumerateDevices() {\n if (!navigator.mediaDevices || !navigator.mediaDevices.enumerateDevices) {\n this.player.enumerateErrorCode = 'enumerateDevices() not supported.';\n this.player.trigger(Event.ENUMERATE_ERROR);\n return;\n }\n\n // list video and audio devices\n navigator.mediaDevices.enumerateDevices(this).then((devices) => {\n this.devices = [];\n devices.forEach((device) => {\n this.devices.push(device);\n });\n\n // notify listeners\n this.player.trigger(Event.ENUMERATE_READY);\n }).catch((err) => {\n this.player.enumerateErrorCode = err;\n this.player.trigger(Event.ENUMERATE_ERROR);\n });\n }\n\n /**\n * Change the video input device.\n *\n * @param {string} deviceId - Id of the video input device.\n */\n setVideoInput(deviceId) {\n if (this.recordVideo === Object(this.recordVideo)) {\n // already using video constraints\n this.recordVideo.deviceId = {exact: deviceId};\n\n } else if (this.recordVideo === true) {\n // not using video constraints already, so force it\n this.recordVideo = {\n deviceId: {exact: deviceId}\n };\n }\n\n // release existing device\n this.stopDevice();\n\n // ask for video input device permissions and start device\n this.getDevice();\n }\n\n /**\n * Change the audio input device.\n *\n * @param {string} deviceId - Id of the audio input device.\n */\n setAudioInput(deviceId) {\n if (this.recordAudio === Object(this.recordAudio)) {\n // already using audio constraints\n this.recordAudio.deviceId = {exact: deviceId};\n\n } else if (this.recordAudio === true) {\n // not using audio constraints already, so force it\n this.recordAudio = {\n deviceId: {exact: deviceId}\n };\n }\n\n // update wavesurfer microphone plugin constraints\n switch (this.getRecordType()) {\n case AUDIO_ONLY:\n this.surfer.surfer.microphone.constraints = {\n video: false,\n audio: this.recordAudio\n };\n break;\n }\n\n // release existing device\n this.stopDevice();\n\n // ask for audio input device permissions and start device\n this.getDevice();\n }\n\n /**\n * Change the audio output device.\n *\n * @param {string} deviceId - Id of audio output device.\n */\n setAudioOutput(deviceId) {\n let errorMessage;\n switch (this.getRecordType()) {\n case AUDIO_ONLY:\n // use wavesurfer\n this.surfer.surfer.setSinkId(deviceId).then((result) => {\n // notify listeners\n this.player.trigger(Event.AUDIO_OUTPUT_READY);\n return;\n }).catch((err) => {\n errorMessage = err;\n });\n break;\n\n default:\n let element = player.tech_.el_;\n if (deviceId) {\n if (typeof element.sinkId !== 'undefined') {\n element.setSinkId(deviceId).then((result) => {\n // notify listeners\n this.player.trigger(Event.AUDIO_OUTPUT_READY);\n return;\n }).catch((err) => {\n errorMessage = err;\n });\n } else {\n errorMessage = 'Browser does not support audio output device selection.';\n }\n } else {\n errorMessage = `Invalid deviceId: ${deviceId}`;\n }\n break;\n }\n\n // error if we get here: notify listeners\n this.player.trigger(Event.ERROR, errorMessage);\n }\n\n /**\n * Show or hide the volume menu.\n *\n * @private\n * @param {boolean} display - Hide/show volume control.\n */\n displayVolumeControl(display) {\n if (this.player.controlBar.volumePanel !== undefined) {\n if (display === true) {\n display = 'flex';\n } else {\n display = 'none';\n }\n this.player.controlBar.volumePanel.el().style.display = display;\n }\n }\n\n /**\n * Invoked when the video device is ready and stream is visible.\n *\n * @private\n * @param {Event} event - `playing` event\n */\n onStreamVisible(event) {\n // only listen for this once; remove listener\n this.mediaElement.removeEventListener(Event.PLAYING, this.streamVisibleCallback);\n\n // reset and show camera button\n this.player.cameraButton.onStop();\n this.player.cameraButton.show();\n }\n\n /**\n * Invoked when entering picture-in-picture mode.\n *\n * @private\n * @param {object} event - Event data.\n */\n onEnterPiP(event) {\n this.player.trigger(Event.ENTER_PIP, event);\n }\n\n /**\n * Invoked when leaving picture-in-picture mode.\n *\n * @private\n * @param {object} event - Event data.\n */\n onLeavePiP(event) {\n this.player.trigger(Event.LEAVE_PIP);\n }\n}\n\n// version nr is injected during build\nRecord.VERSION = __VERSION__;\n\n// register plugin\nvideojs.Record = Record;\nif (videojs.getPlugin('record') === undefined) {\n videojs.registerPlugin('record', Record);\n}\n\n// export plugin\nexport {Record};\n", "static": true, "longname": "/home/thijs/projects/videojs-record/src/js/videojs.record.js", "access": "public", @@ -6788,7 +6904,7 @@ "lineNumber": 1 }, { - "__docId__": 338, + "__docId__": 342, "kind": "variable", "name": "Plugin", "memberof": "js/videojs.record.js", @@ -6809,7 +6925,7 @@ "ignore": true }, { - "__docId__": 339, + "__docId__": 343, "kind": "variable", "name": "Player", "memberof": "js/videojs.record.js", @@ -6830,7 +6946,7 @@ "ignore": true }, { - "__docId__": 340, + "__docId__": 344, "kind": "variable", "name": "AUTO", "memberof": "js/videojs.record.js", @@ -6851,7 +6967,7 @@ "ignore": true }, { - "__docId__": 341, + "__docId__": 345, "kind": "class", "name": "Record", "memberof": "js/videojs.record.js", @@ -6879,7 +6995,7 @@ ] }, { - "__docId__": 342, + "__docId__": 346, "kind": "constructor", "name": "constructor", "memberof": "js/videojs.record.js~Record", @@ -6915,7 +7031,7 @@ ] }, { - "__docId__": 343, + "__docId__": 347, "kind": "member", "name": "pictureInPicture", "memberof": "js/videojs.record.js~Record", @@ -6923,7 +7039,7 @@ "longname": "js/videojs.record.js~Record#pictureInPicture", "access": "public", "description": null, - "lineNumber": 124, + "lineNumber": 129, "undocument": true, "type": { "types": [ @@ -6932,7 +7048,7 @@ } }, { - "__docId__": 344, + "__docId__": 348, "kind": "member", "name": "onEnterPiPHandler", "memberof": "js/videojs.record.js~Record", @@ -6940,7 +7056,7 @@ "longname": "js/videojs.record.js~Record#onEnterPiPHandler", "access": "public", "description": null, - "lineNumber": 133, + "lineNumber": 138, "undocument": true, "type": { "types": [ @@ -6949,7 +7065,7 @@ } }, { - "__docId__": 345, + "__docId__": 349, "kind": "member", "name": "onLeavePiPHandler", "memberof": "js/videojs.record.js~Record", @@ -6957,7 +7073,7 @@ "longname": "js/videojs.record.js~Record#onLeavePiPHandler", "access": "public", "description": null, - "lineNumber": 134, + "lineNumber": 139, "undocument": true, "type": { "types": [ @@ -6966,7 +7082,7 @@ } }, { - "__docId__": 346, + "__docId__": 350, "kind": "method", "name": "loadOptions", "memberof": "js/videojs.record.js~Record", @@ -6976,7 +7092,7 @@ "longname": "js/videojs.record.js~Record#loadOptions", "access": "public", "description": "Setup plugin options.", - "lineNumber": 162, + "lineNumber": 167, "params": [ { "nullable": null, @@ -6992,7 +7108,7 @@ "return": null }, { - "__docId__": 347, + "__docId__": 351, "kind": "member", "name": "recordImage", "memberof": "js/videojs.record.js~Record", @@ -7000,7 +7116,7 @@ "longname": "js/videojs.record.js~Record#recordImage", "access": "public", "description": null, - "lineNumber": 167, + "lineNumber": 172, "undocument": true, "type": { "types": [ @@ -7009,7 +7125,7 @@ } }, { - "__docId__": 348, + "__docId__": 352, "kind": "member", "name": "recordAudio", "memberof": "js/videojs.record.js~Record", @@ -7017,7 +7133,7 @@ "longname": "js/videojs.record.js~Record#recordAudio", "access": "public", "description": null, - "lineNumber": 168, + "lineNumber": 173, "undocument": true, "type": { "types": [ @@ -7026,7 +7142,7 @@ } }, { - "__docId__": 349, + "__docId__": 353, "kind": "member", "name": "recordVideo", "memberof": "js/videojs.record.js~Record", @@ -7034,7 +7150,7 @@ "longname": "js/videojs.record.js~Record#recordVideo", "access": "public", "description": null, - "lineNumber": 169, + "lineNumber": 174, "undocument": true, "type": { "types": [ @@ -7043,7 +7159,7 @@ } }, { - "__docId__": 350, + "__docId__": 354, "kind": "member", "name": "recordAnimation", "memberof": "js/videojs.record.js~Record", @@ -7051,7 +7167,7 @@ "longname": "js/videojs.record.js~Record#recordAnimation", "access": "public", "description": null, - "lineNumber": 170, + "lineNumber": 175, "undocument": true, "type": { "types": [ @@ -7060,7 +7176,7 @@ } }, { - "__docId__": 351, + "__docId__": 355, "kind": "member", "name": "recordScreen", "memberof": "js/videojs.record.js~Record", @@ -7068,7 +7184,7 @@ "longname": "js/videojs.record.js~Record#recordScreen", "access": "public", "description": null, - "lineNumber": 171, + "lineNumber": 176, "undocument": true, "type": { "types": [ @@ -7077,7 +7193,7 @@ } }, { - "__docId__": 352, + "__docId__": 356, "kind": "member", "name": "maxLength", "memberof": "js/videojs.record.js~Record", @@ -7085,7 +7201,7 @@ "longname": "js/videojs.record.js~Record#maxLength", "access": "public", "description": null, - "lineNumber": 172, + "lineNumber": 177, "undocument": true, "type": { "types": [ @@ -7094,7 +7210,7 @@ } }, { - "__docId__": 353, + "__docId__": 357, "kind": "member", "name": "maxFileSize", "memberof": "js/videojs.record.js~Record", @@ -7102,7 +7218,7 @@ "longname": "js/videojs.record.js~Record#maxFileSize", "access": "public", "description": null, - "lineNumber": 173, + "lineNumber": 178, "undocument": true, "type": { "types": [ @@ -7111,15 +7227,15 @@ } }, { - "__docId__": 354, + "__docId__": 358, "kind": "member", - "name": "msDisplayMax", + "name": "displayMilliseconds", "memberof": "js/videojs.record.js~Record", "static": false, - "longname": "js/videojs.record.js~Record#msDisplayMax", + "longname": "js/videojs.record.js~Record#displayMilliseconds", "access": "public", "description": null, - "lineNumber": 174, + "lineNumber": 179, "undocument": true, "type": { "types": [ @@ -7128,7 +7244,7 @@ } }, { - "__docId__": 355, + "__docId__": 359, "kind": "member", "name": "debug", "memberof": "js/videojs.record.js~Record", @@ -7136,7 +7252,7 @@ "longname": "js/videojs.record.js~Record#debug", "access": "public", "description": null, - "lineNumber": 175, + "lineNumber": 180, "undocument": true, "type": { "types": [ @@ -7145,7 +7261,7 @@ } }, { - "__docId__": 357, + "__docId__": 361, "kind": "member", "name": "recordTimeSlice", "memberof": "js/videojs.record.js~Record", @@ -7153,7 +7269,7 @@ "longname": "js/videojs.record.js~Record#recordTimeSlice", "access": "public", "description": null, - "lineNumber": 177, + "lineNumber": 182, "undocument": true, "type": { "types": [ @@ -7162,7 +7278,7 @@ } }, { - "__docId__": 358, + "__docId__": 362, "kind": "member", "name": "autoMuteDevice", "memberof": "js/videojs.record.js~Record", @@ -7170,7 +7286,7 @@ "longname": "js/videojs.record.js~Record#autoMuteDevice", "access": "public", "description": null, - "lineNumber": 178, + "lineNumber": 183, "undocument": true, "type": { "types": [ @@ -7179,7 +7295,7 @@ } }, { - "__docId__": 359, + "__docId__": 363, "kind": "member", "name": "pluginLibraryOptions", "memberof": "js/videojs.record.js~Record", @@ -7187,7 +7303,7 @@ "longname": "js/videojs.record.js~Record#pluginLibraryOptions", "access": "public", "description": null, - "lineNumber": 179, + "lineNumber": 184, "undocument": true, "type": { "types": [ @@ -7196,7 +7312,7 @@ } }, { - "__docId__": 360, + "__docId__": 364, "kind": "member", "name": "videoFrameWidth", "memberof": "js/videojs.record.js~Record", @@ -7204,7 +7320,7 @@ "longname": "js/videojs.record.js~Record#videoFrameWidth", "access": "public", "description": null, - "lineNumber": 182, + "lineNumber": 187, "undocument": true, "type": { "types": [ @@ -7213,7 +7329,7 @@ } }, { - "__docId__": 361, + "__docId__": 365, "kind": "member", "name": "videoFrameHeight", "memberof": "js/videojs.record.js~Record", @@ -7221,7 +7337,7 @@ "longname": "js/videojs.record.js~Record#videoFrameHeight", "access": "public", "description": null, - "lineNumber": 183, + "lineNumber": 188, "undocument": true, "type": { "types": [ @@ -7230,7 +7346,7 @@ } }, { - "__docId__": 362, + "__docId__": 366, "kind": "member", "name": "videoFrameRate", "memberof": "js/videojs.record.js~Record", @@ -7238,7 +7354,7 @@ "longname": "js/videojs.record.js~Record#videoFrameRate", "access": "public", "description": null, - "lineNumber": 184, + "lineNumber": 189, "undocument": true, "type": { "types": [ @@ -7247,7 +7363,7 @@ } }, { - "__docId__": 363, + "__docId__": 367, "kind": "member", "name": "videoBitRate", "memberof": "js/videojs.record.js~Record", @@ -7255,7 +7371,7 @@ "longname": "js/videojs.record.js~Record#videoBitRate", "access": "public", "description": null, - "lineNumber": 185, + "lineNumber": 190, "undocument": true, "type": { "types": [ @@ -7264,7 +7380,7 @@ } }, { - "__docId__": 364, + "__docId__": 368, "kind": "member", "name": "videoEngine", "memberof": "js/videojs.record.js~Record", @@ -7272,7 +7388,7 @@ "longname": "js/videojs.record.js~Record#videoEngine", "access": "public", "description": null, - "lineNumber": 186, + "lineNumber": 191, "undocument": true, "type": { "types": [ @@ -7281,7 +7397,7 @@ } }, { - "__docId__": 365, + "__docId__": 369, "kind": "member", "name": "videoRecorderType", "memberof": "js/videojs.record.js~Record", @@ -7289,7 +7405,7 @@ "longname": "js/videojs.record.js~Record#videoRecorderType", "access": "public", "description": null, - "lineNumber": 187, + "lineNumber": 192, "undocument": true, "type": { "types": [ @@ -7298,7 +7414,7 @@ } }, { - "__docId__": 366, + "__docId__": 370, "kind": "member", "name": "videoMimeType", "memberof": "js/videojs.record.js~Record", @@ -7306,7 +7422,7 @@ "longname": "js/videojs.record.js~Record#videoMimeType", "access": "public", "description": null, - "lineNumber": 188, + "lineNumber": 193, "undocument": true, "type": { "types": [ @@ -7315,7 +7431,7 @@ } }, { - "__docId__": 367, + "__docId__": 371, "kind": "member", "name": "videoWorkerURL", "memberof": "js/videojs.record.js~Record", @@ -7323,7 +7439,7 @@ "longname": "js/videojs.record.js~Record#videoWorkerURL", "access": "public", "description": null, - "lineNumber": 189, + "lineNumber": 194, "undocument": true, "type": { "types": [ @@ -7332,7 +7448,7 @@ } }, { - "__docId__": 368, + "__docId__": 372, "kind": "member", "name": "videoWebAssemblyURL", "memberof": "js/videojs.record.js~Record", @@ -7340,7 +7456,7 @@ "longname": "js/videojs.record.js~Record#videoWebAssemblyURL", "access": "public", "description": null, - "lineNumber": 190, + "lineNumber": 195, "undocument": true, "type": { "types": [ @@ -7349,7 +7465,7 @@ } }, { - "__docId__": 369, + "__docId__": 373, "kind": "member", "name": "convertEngine", "memberof": "js/videojs.record.js~Record", @@ -7357,7 +7473,7 @@ "longname": "js/videojs.record.js~Record#convertEngine", "access": "public", "description": null, - "lineNumber": 193, + "lineNumber": 198, "undocument": true, "type": { "types": [ @@ -7366,7 +7482,7 @@ } }, { - "__docId__": 370, + "__docId__": 374, "kind": "member", "name": "convertWorkerURL", "memberof": "js/videojs.record.js~Record", @@ -7374,7 +7490,7 @@ "longname": "js/videojs.record.js~Record#convertWorkerURL", "access": "public", "description": null, - "lineNumber": 194, + "lineNumber": 199, "undocument": true, "type": { "types": [ @@ -7383,7 +7499,7 @@ } }, { - "__docId__": 371, + "__docId__": 375, "kind": "member", "name": "convertOptions", "memberof": "js/videojs.record.js~Record", @@ -7391,7 +7507,7 @@ "longname": "js/videojs.record.js~Record#convertOptions", "access": "public", "description": null, - "lineNumber": 195, + "lineNumber": 200, "undocument": true, "type": { "types": [ @@ -7400,7 +7516,7 @@ } }, { - "__docId__": 372, + "__docId__": 376, "kind": "member", "name": "audioEngine", "memberof": "js/videojs.record.js~Record", @@ -7408,7 +7524,7 @@ "longname": "js/videojs.record.js~Record#audioEngine", "access": "public", "description": null, - "lineNumber": 198, + "lineNumber": 203, "undocument": true, "type": { "types": [ @@ -7417,7 +7533,7 @@ } }, { - "__docId__": 373, + "__docId__": 377, "kind": "member", "name": "audioRecorderType", "memberof": "js/videojs.record.js~Record", @@ -7425,7 +7541,7 @@ "longname": "js/videojs.record.js~Record#audioRecorderType", "access": "public", "description": null, - "lineNumber": 199, + "lineNumber": 204, "undocument": true, "type": { "types": [ @@ -7434,7 +7550,7 @@ } }, { - "__docId__": 374, + "__docId__": 378, "kind": "member", "name": "audioWorkerURL", "memberof": "js/videojs.record.js~Record", @@ -7442,7 +7558,7 @@ "longname": "js/videojs.record.js~Record#audioWorkerURL", "access": "public", "description": null, - "lineNumber": 200, + "lineNumber": 205, "undocument": true, "type": { "types": [ @@ -7451,7 +7567,7 @@ } }, { - "__docId__": 375, + "__docId__": 379, "kind": "member", "name": "audioWebAssemblyURL", "memberof": "js/videojs.record.js~Record", @@ -7459,7 +7575,7 @@ "longname": "js/videojs.record.js~Record#audioWebAssemblyURL", "access": "public", "description": null, - "lineNumber": 201, + "lineNumber": 206, "undocument": true, "type": { "types": [ @@ -7468,7 +7584,7 @@ } }, { - "__docId__": 376, + "__docId__": 380, "kind": "member", "name": "audioBufferSize", "memberof": "js/videojs.record.js~Record", @@ -7476,7 +7592,7 @@ "longname": "js/videojs.record.js~Record#audioBufferSize", "access": "public", "description": null, - "lineNumber": 202, + "lineNumber": 207, "undocument": true, "type": { "types": [ @@ -7485,7 +7601,7 @@ } }, { - "__docId__": 377, + "__docId__": 381, "kind": "member", "name": "audioSampleRate", "memberof": "js/videojs.record.js~Record", @@ -7493,7 +7609,7 @@ "longname": "js/videojs.record.js~Record#audioSampleRate", "access": "public", "description": null, - "lineNumber": 203, + "lineNumber": 208, "undocument": true, "type": { "types": [ @@ -7502,7 +7618,7 @@ } }, { - "__docId__": 378, + "__docId__": 382, "kind": "member", "name": "audioBitRate", "memberof": "js/videojs.record.js~Record", @@ -7510,7 +7626,7 @@ "longname": "js/videojs.record.js~Record#audioBitRate", "access": "public", "description": null, - "lineNumber": 204, + "lineNumber": 209, "undocument": true, "type": { "types": [ @@ -7519,7 +7635,7 @@ } }, { - "__docId__": 379, + "__docId__": 383, "kind": "member", "name": "audioChannels", "memberof": "js/videojs.record.js~Record", @@ -7527,7 +7643,7 @@ "longname": "js/videojs.record.js~Record#audioChannels", "access": "public", "description": null, - "lineNumber": 205, + "lineNumber": 210, "undocument": true, "type": { "types": [ @@ -7536,7 +7652,7 @@ } }, { - "__docId__": 380, + "__docId__": 384, "kind": "member", "name": "audioMimeType", "memberof": "js/videojs.record.js~Record", @@ -7544,7 +7660,7 @@ "longname": "js/videojs.record.js~Record#audioMimeType", "access": "public", "description": null, - "lineNumber": 206, + "lineNumber": 211, "undocument": true, "type": { "types": [ @@ -7553,7 +7669,7 @@ } }, { - "__docId__": 381, + "__docId__": 385, "kind": "member", "name": "audioBufferUpdate", "memberof": "js/videojs.record.js~Record", @@ -7561,7 +7677,7 @@ "longname": "js/videojs.record.js~Record#audioBufferUpdate", "access": "public", "description": null, - "lineNumber": 207, + "lineNumber": 212, "undocument": true, "type": { "types": [ @@ -7570,7 +7686,7 @@ } }, { - "__docId__": 382, + "__docId__": 386, "kind": "member", "name": "imageOutputType", "memberof": "js/videojs.record.js~Record", @@ -7578,7 +7694,7 @@ "longname": "js/videojs.record.js~Record#imageOutputType", "access": "public", "description": null, - "lineNumber": 210, + "lineNumber": 215, "undocument": true, "type": { "types": [ @@ -7587,7 +7703,7 @@ } }, { - "__docId__": 383, + "__docId__": 387, "kind": "member", "name": "imageOutputFormat", "memberof": "js/videojs.record.js~Record", @@ -7595,7 +7711,7 @@ "longname": "js/videojs.record.js~Record#imageOutputFormat", "access": "public", "description": null, - "lineNumber": 211, + "lineNumber": 216, "undocument": true, "type": { "types": [ @@ -7604,7 +7720,7 @@ } }, { - "__docId__": 384, + "__docId__": 388, "kind": "member", "name": "imageOutputQuality", "memberof": "js/videojs.record.js~Record", @@ -7612,7 +7728,7 @@ "longname": "js/videojs.record.js~Record#imageOutputQuality", "access": "public", "description": null, - "lineNumber": 212, + "lineNumber": 217, "undocument": true, "type": { "types": [ @@ -7621,7 +7737,7 @@ } }, { - "__docId__": 385, + "__docId__": 389, "kind": "member", "name": "animationFrameRate", "memberof": "js/videojs.record.js~Record", @@ -7629,7 +7745,7 @@ "longname": "js/videojs.record.js~Record#animationFrameRate", "access": "public", "description": null, - "lineNumber": 215, + "lineNumber": 220, "undocument": true, "type": { "types": [ @@ -7638,7 +7754,7 @@ } }, { - "__docId__": 386, + "__docId__": 390, "kind": "member", "name": "animationQuality", "memberof": "js/videojs.record.js~Record", @@ -7646,7 +7762,7 @@ "longname": "js/videojs.record.js~Record#animationQuality", "access": "public", "description": null, - "lineNumber": 216, + "lineNumber": 221, "undocument": true, "type": { "types": [ @@ -7655,7 +7771,7 @@ } }, { - "__docId__": 387, + "__docId__": 391, "kind": "method", "name": "setupUI", "memberof": "js/videojs.record.js~Record", @@ -7665,12 +7781,12 @@ "longname": "js/videojs.record.js~Record#setupUI", "access": "private", "description": "Player UI is ready.", - "lineNumber": 223, + "lineNumber": 228, "params": [], "return": null }, { - "__docId__": 388, + "__docId__": 392, "kind": "member", "name": "surfer", "memberof": "js/videojs.record.js~Record", @@ -7678,7 +7794,7 @@ "longname": "js/videojs.record.js~Record#surfer", "access": "public", "description": null, - "lineNumber": 261, + "lineNumber": 266, "undocument": true, "type": { "types": [ @@ -7687,7 +7803,7 @@ } }, { - "__docId__": 389, + "__docId__": 393, "kind": "method", "name": "isRecording", "memberof": "js/videojs.record.js~Record", @@ -7697,7 +7813,7 @@ "longname": "js/videojs.record.js~Record#isRecording", "access": "public", "description": "Indicates whether the plugin is currently recording or not.", - "lineNumber": 351, + "lineNumber": 359, "return": { "nullable": null, "types": [ @@ -7709,7 +7825,7 @@ "params": [] }, { - "__docId__": 390, + "__docId__": 394, "kind": "method", "name": "isProcessing", "memberof": "js/videojs.record.js~Record", @@ -7719,7 +7835,7 @@ "longname": "js/videojs.record.js~Record#isProcessing", "access": "public", "description": "Indicates whether the plugin is currently processing recorded data\nor not.", - "lineNumber": 361, + "lineNumber": 369, "return": { "nullable": null, "types": [ @@ -7731,7 +7847,7 @@ "params": [] }, { - "__docId__": 391, + "__docId__": 395, "kind": "method", "name": "isDestroyed", "memberof": "js/videojs.record.js~Record", @@ -7741,7 +7857,7 @@ "longname": "js/videojs.record.js~Record#isDestroyed", "access": "public", "description": "Indicates whether the plugin is destroyed or not.", - "lineNumber": 370, + "lineNumber": 378, "return": { "nullable": null, "types": [ @@ -7753,7 +7869,7 @@ "params": [] }, { - "__docId__": 392, + "__docId__": 396, "kind": "method", "name": "getDevice", "memberof": "js/videojs.record.js~Record", @@ -7763,12 +7879,12 @@ "longname": "js/videojs.record.js~Record#getDevice", "access": "public", "description": "Open the browser's recording device selection dialog and start the\ndevice.", - "lineNumber": 382, + "lineNumber": 390, "params": [], "return": null }, { - "__docId__": 393, + "__docId__": 397, "kind": "member", "name": "deviceReadyCallback", "memberof": "js/videojs.record.js~Record", @@ -7776,7 +7892,7 @@ "longname": "js/videojs.record.js~Record#deviceReadyCallback", "access": "public", "description": null, - "lineNumber": 385, + "lineNumber": 393, "undocument": true, "type": { "types": [ @@ -7785,7 +7901,7 @@ } }, { - "__docId__": 394, + "__docId__": 398, "kind": "member", "name": "deviceErrorCallback", "memberof": "js/videojs.record.js~Record", @@ -7793,7 +7909,7 @@ "longname": "js/videojs.record.js~Record#deviceErrorCallback", "access": "public", "description": null, - "lineNumber": 388, + "lineNumber": 396, "undocument": true, "type": { "types": [ @@ -7802,7 +7918,7 @@ } }, { - "__docId__": 395, + "__docId__": 399, "kind": "member", "name": "engineStopCallback", "memberof": "js/videojs.record.js~Record", @@ -7810,7 +7926,7 @@ "longname": "js/videojs.record.js~Record#engineStopCallback", "access": "public", "description": null, - "lineNumber": 391, + "lineNumber": 399, "undocument": true, "type": { "types": [ @@ -7819,7 +7935,7 @@ } }, { - "__docId__": 396, + "__docId__": 400, "kind": "member", "name": "streamVisibleCallback", "memberof": "js/videojs.record.js~Record", @@ -7827,7 +7943,7 @@ "longname": "js/videojs.record.js~Record#streamVisibleCallback", "access": "public", "description": null, - "lineNumber": 394, + "lineNumber": 402, "undocument": true, "type": { "types": [ @@ -7836,7 +7952,7 @@ } }, { - "__docId__": 397, + "__docId__": 401, "kind": "member", "name": "mediaType", "memberof": "js/videojs.record.js~Record", @@ -7844,7 +7960,7 @@ "longname": "js/videojs.record.js~Record#mediaType", "access": "public", "description": null, - "lineNumber": 421, + "lineNumber": 429, "undocument": true, "type": { "types": [ @@ -7853,7 +7969,7 @@ } }, { - "__docId__": 403, + "__docId__": 407, "kind": "method", "name": "onDeviceReady", "memberof": "js/videojs.record.js~Record", @@ -7863,7 +7979,7 @@ "longname": "js/videojs.record.js~Record#onDeviceReady", "access": "private", "description": "Invoked when the device is ready.", - "lineNumber": 589, + "lineNumber": 599, "params": [ { "nullable": null, @@ -7879,7 +7995,7 @@ "return": null }, { - "__docId__": 404, + "__docId__": 408, "kind": "member", "name": "_deviceActive", "memberof": "js/videojs.record.js~Record", @@ -7887,7 +8003,7 @@ "longname": "js/videojs.record.js~Record#_deviceActive", "access": "private", "description": null, - "lineNumber": 590, + "lineNumber": 600, "undocument": true, "type": { "types": [ @@ -7896,7 +8012,7 @@ } }, { - "__docId__": 405, + "__docId__": 409, "kind": "member", "name": "stream", "memberof": "js/videojs.record.js~Record", @@ -7904,7 +8020,7 @@ "longname": "js/videojs.record.js~Record#stream", "access": "public", "description": null, - "lineNumber": 593, + "lineNumber": 603, "undocument": true, "type": { "types": [ @@ -7913,7 +8029,7 @@ } }, { - "__docId__": 406, + "__docId__": 410, "kind": "member", "name": "engine", "memberof": "js/videojs.record.js~Record", @@ -7921,7 +8037,7 @@ "longname": "js/videojs.record.js~Record#engine", "access": "public", "description": null, - "lineNumber": 637, + "lineNumber": 647, "undocument": true, "type": { "types": [ @@ -7930,7 +8046,7 @@ } }, { - "__docId__": 407, + "__docId__": 411, "kind": "member", "name": "converter", "memberof": "js/videojs.record.js~Record", @@ -7938,7 +8054,7 @@ "longname": "js/videojs.record.js~Record#converter", "access": "public", "description": null, - "lineNumber": 697, + "lineNumber": 707, "undocument": true, "type": { "types": [ @@ -7947,7 +8063,7 @@ } }, { - "__docId__": 408, + "__docId__": 412, "kind": "member", "name": "mediaElement", "memberof": "js/videojs.record.js~Record", @@ -7955,7 +8071,7 @@ "longname": "js/videojs.record.js~Record#mediaElement", "access": "public", "description": null, - "lineNumber": 741, + "lineNumber": 751, "undocument": true, "type": { "types": [ @@ -7964,7 +8080,7 @@ } }, { - "__docId__": 409, + "__docId__": 413, "kind": "method", "name": "onDeviceError", "memberof": "js/videojs.record.js~Record", @@ -7974,7 +8090,7 @@ "longname": "js/videojs.record.js~Record#onDeviceError", "access": "private", "description": "Invoked when an device error occurred.", - "lineNumber": 789, + "lineNumber": 799, "params": [ { "nullable": null, @@ -7991,7 +8107,7 @@ "return": null }, { - "__docId__": 411, + "__docId__": 415, "kind": "method", "name": "start", "memberof": "js/videojs.record.js~Record", @@ -8001,12 +8117,12 @@ "longname": "js/videojs.record.js~Record#start", "access": "public", "description": "Start recording.", - "lineNumber": 804, + "lineNumber": 814, "params": [], "return": null }, { - "__docId__": 412, + "__docId__": 416, "kind": "member", "name": "_recording", "memberof": "js/videojs.record.js~Record", @@ -8014,7 +8130,7 @@ "longname": "js/videojs.record.js~Record#_recording", "access": "private", "description": null, - "lineNumber": 806, + "lineNumber": 822, "undocument": true, "type": { "types": [ @@ -8023,7 +8139,7 @@ } }, { - "__docId__": 413, + "__docId__": 417, "kind": "method", "name": "startRecording", "memberof": "js/videojs.record.js~Record", @@ -8033,12 +8149,12 @@ "longname": "js/videojs.record.js~Record#startRecording", "access": "private", "description": "Start recording.", - "lineNumber": 896, + "lineNumber": 912, "params": [], "return": null }, { - "__docId__": 414, + "__docId__": 418, "kind": "member", "name": "paused", "memberof": "js/videojs.record.js~Record", @@ -8046,7 +8162,7 @@ "longname": "js/videojs.record.js~Record#paused", "access": "public", "description": null, - "lineNumber": 898, + "lineNumber": 914, "undocument": true, "type": { "types": [ @@ -8055,7 +8171,7 @@ } }, { - "__docId__": 415, + "__docId__": 419, "kind": "member", "name": "pauseTime", "memberof": "js/videojs.record.js~Record", @@ -8063,7 +8179,7 @@ "longname": "js/videojs.record.js~Record#pauseTime", "access": "public", "description": null, - "lineNumber": 899, + "lineNumber": 915, "undocument": true, "type": { "types": [ @@ -8072,7 +8188,7 @@ } }, { - "__docId__": 416, + "__docId__": 420, "kind": "member", "name": "startTime", "memberof": "js/videojs.record.js~Record", @@ -8080,7 +8196,7 @@ "longname": "js/videojs.record.js~Record#startTime", "access": "public", "description": null, - "lineNumber": 900, + "lineNumber": 916, "undocument": true, "type": { "types": [ @@ -8089,7 +8205,7 @@ } }, { - "__docId__": 417, + "__docId__": 421, "kind": "member", "name": "countDown", "memberof": "js/videojs.record.js~Record", @@ -8097,7 +8213,7 @@ "longname": "js/videojs.record.js~Record#countDown", "access": "public", "description": null, - "lineNumber": 904, + "lineNumber": 920, "undocument": true, "type": { "types": [ @@ -8106,7 +8222,7 @@ } }, { - "__docId__": 418, + "__docId__": 422, "kind": "method", "name": "stop", "memberof": "js/videojs.record.js~Record", @@ -8116,12 +8232,12 @@ "longname": "js/videojs.record.js~Record#stop", "access": "public", "description": "Stop recording.", - "lineNumber": 922, + "lineNumber": 938, "params": [], "return": null }, { - "__docId__": 420, + "__docId__": 424, "kind": "member", "name": "_processing", "memberof": "js/videojs.record.js~Record", @@ -8129,7 +8245,7 @@ "longname": "js/videojs.record.js~Record#_processing", "access": "private", "description": null, - "lineNumber": 925, + "lineNumber": 941, "undocument": true, "type": { "types": [ @@ -8138,7 +8254,7 @@ } }, { - "__docId__": 421, + "__docId__": 425, "kind": "method", "name": "stopDevice", "memberof": "js/videojs.record.js~Record", @@ -8148,12 +8264,12 @@ "longname": "js/videojs.record.js~Record#stopDevice", "access": "public", "description": "Stop device(s) and recording if active.", - "lineNumber": 955, + "lineNumber": 971, "params": [], "return": null }, { - "__docId__": 422, + "__docId__": 426, "kind": "method", "name": "stopStream", "memberof": "js/videojs.record.js~Record", @@ -8163,12 +8279,12 @@ "longname": "js/videojs.record.js~Record#stopStream", "access": "public", "description": "Stop stream and device.", - "lineNumber": 972, + "lineNumber": 988, "params": [], "return": null }, { - "__docId__": 424, + "__docId__": 428, "kind": "method", "name": "pause", "memberof": "js/videojs.record.js~Record", @@ -8178,12 +8294,12 @@ "longname": "js/videojs.record.js~Record#pause", "access": "public", "description": "Pause recording.", - "lineNumber": 991, + "lineNumber": 1007, "params": [], "return": null }, { - "__docId__": 427, + "__docId__": 431, "kind": "method", "name": "resume", "memberof": "js/videojs.record.js~Record", @@ -8193,12 +8309,12 @@ "longname": "js/videojs.record.js~Record#resume", "access": "public", "description": "Resume recording.", - "lineNumber": 1003, + "lineNumber": 1019, "params": [], "return": null }, { - "__docId__": 428, + "__docId__": 432, "kind": "member", "name": "pausedTime", "memberof": "js/videojs.record.js~Record", @@ -8206,7 +8322,7 @@ "longname": "js/videojs.record.js~Record#pausedTime", "access": "public", "description": null, - "lineNumber": 1005, + "lineNumber": 1021, "undocument": true, "type": { "types": [ @@ -8215,7 +8331,7 @@ } }, { - "__docId__": 430, + "__docId__": 434, "kind": "method", "name": "onRecordComplete", "memberof": "js/videojs.record.js~Record", @@ -8225,12 +8341,12 @@ "longname": "js/videojs.record.js~Record#onRecordComplete", "access": "private", "description": "Invoked when recording completed and the resulting stream is\navailable.", - "lineNumber": 1017, + "lineNumber": 1033, "params": [], "return": null }, { - "__docId__": 434, + "__docId__": 438, "kind": "method", "name": "onCountDown", "memberof": "js/videojs.record.js~Record", @@ -8240,12 +8356,12 @@ "longname": "js/videojs.record.js~Record#onCountDown", "access": "private", "description": "Invoked during recording and displays the remaining time.", - "lineNumber": 1133, + "lineNumber": 1149, "params": [], "return": null }, { - "__docId__": 435, + "__docId__": 439, "kind": "member", "name": "streamDuration", "memberof": "js/videojs.record.js~Record", @@ -8253,7 +8369,7 @@ "longname": "js/videojs.record.js~Record#streamDuration", "access": "public", "description": null, - "lineNumber": 1140, + "lineNumber": 1156, "undocument": true, "type": { "types": [ @@ -8262,7 +8378,7 @@ } }, { - "__docId__": 436, + "__docId__": 440, "kind": "method", "name": "getCurrentTime", "memberof": "js/videojs.record.js~Record", @@ -8272,7 +8388,7 @@ "longname": "js/videojs.record.js~Record#getCurrentTime", "access": "public", "description": "Get the current time of the recorded stream during playback.\n\nReturns 0 if no recording is available (yet).", - "lineNumber": 1168, + "lineNumber": 1184, "unknown": [ { "tagName": "@returns", @@ -8290,7 +8406,7 @@ "params": [] }, { - "__docId__": 437, + "__docId__": 441, "kind": "method", "name": "setCurrentTime", "memberof": "js/videojs.record.js~Record", @@ -8300,7 +8416,7 @@ "longname": "js/videojs.record.js~Record#setCurrentTime", "access": "private", "description": "Updates the player's element displaying the current time.", - "lineNumber": 1186, + "lineNumber": 1202, "params": [ { "nullable": null, @@ -8330,7 +8446,7 @@ "return": null }, { - "__docId__": 438, + "__docId__": 442, "kind": "member", "name": "streamCurrentTime", "memberof": "js/videojs.record.js~Record", @@ -8338,7 +8454,7 @@ "longname": "js/videojs.record.js~Record#streamCurrentTime", "access": "public", "description": null, - "lineNumber": 1202, + "lineNumber": 1219, "undocument": true, "type": { "types": [ @@ -8347,7 +8463,7 @@ } }, { - "__docId__": 439, + "__docId__": 443, "kind": "method", "name": "getDuration", "memberof": "js/videojs.record.js~Record", @@ -8357,7 +8473,7 @@ "longname": "js/videojs.record.js~Record#getDuration", "access": "public", "description": "Get the length of the recorded stream in seconds.\n\nReturns 0 if no recording is available (yet).", - "lineNumber": 1220, + "lineNumber": 1237, "unknown": [ { "tagName": "@returns", @@ -8375,7 +8491,7 @@ "params": [] }, { - "__docId__": 440, + "__docId__": 444, "kind": "method", "name": "setDuration", "memberof": "js/videojs.record.js~Record", @@ -8385,7 +8501,7 @@ "longname": "js/videojs.record.js~Record#setDuration", "access": "private", "description": "Updates the player's element displaying the duration time.", - "lineNumber": 1232, + "lineNumber": 1249, "params": [ { "nullable": null, @@ -8403,7 +8519,7 @@ "return": null }, { - "__docId__": 441, + "__docId__": 445, "kind": "method", "name": "load", "memberof": "js/videojs.record.js~Record", @@ -8413,7 +8529,7 @@ "longname": "js/videojs.record.js~Record#load", "access": "public", "description": "Start loading data.", - "lineNumber": 1262, + "lineNumber": 1280, "params": [ { "nullable": null, @@ -8431,7 +8547,7 @@ "return": null }, { - "__docId__": 442, + "__docId__": 446, "kind": "method", "name": "saveAs", "memberof": "js/videojs.record.js~Record", @@ -8444,7 +8560,7 @@ "examples": [ "// save video file as 'foo.webm'\nplayer.record().saveAs({'video': 'foo'});" ], - "lineNumber": 1300, + "lineNumber": 1318, "params": [ { "nullable": null, @@ -8460,7 +8576,7 @@ "return": null }, { - "__docId__": 443, + "__docId__": 447, "kind": "method", "name": "dispose", "memberof": "js/videojs.record.js~Record", @@ -8470,12 +8586,12 @@ "longname": "js/videojs.record.js~Record#dispose", "access": "public", "description": "Destroy plugin only.\n\nUse [destroy]{@link Record#destroy} to remove the plugin and the player\nas well.", - "lineNumber": 1312, + "lineNumber": 1330, "params": [], "return": null }, { - "__docId__": 444, + "__docId__": 448, "kind": "method", "name": "destroy", "memberof": "js/videojs.record.js~Record", @@ -8485,12 +8601,12 @@ "longname": "js/videojs.record.js~Record#destroy", "access": "public", "description": "Destroy plugin and players and cleanup resources.", - "lineNumber": 1357, + "lineNumber": 1375, "params": [], "return": null }, { - "__docId__": 445, + "__docId__": 449, "kind": "method", "name": "reset", "memberof": "js/videojs.record.js~Record", @@ -8500,12 +8616,12 @@ "longname": "js/videojs.record.js~Record#reset", "access": "public", "description": "Reset the plugin.", - "lineNumber": 1364, + "lineNumber": 1382, "params": [], "return": null }, { - "__docId__": 446, + "__docId__": 450, "kind": "method", "name": "resetState", "memberof": "js/videojs.record.js~Record", @@ -8515,12 +8631,12 @@ "longname": "js/videojs.record.js~Record#resetState", "access": "private", "description": "Reset the plugin recorder state.", - "lineNumber": 1432, + "lineNumber": 1450, "params": [], "return": null }, { - "__docId__": 450, + "__docId__": 454, "kind": "member", "name": "devices", "memberof": "js/videojs.record.js~Record", @@ -8528,7 +8644,7 @@ "longname": "js/videojs.record.js~Record#devices", "access": "public", "description": null, - "lineNumber": 1436, + "lineNumber": 1454, "undocument": true, "type": { "types": [ @@ -8537,7 +8653,7 @@ } }, { - "__docId__": 451, + "__docId__": 455, "kind": "method", "name": "removeRecording", "memberof": "js/videojs.record.js~Record", @@ -8547,12 +8663,59 @@ "longname": "js/videojs.record.js~Record#removeRecording", "access": "private", "description": "Removes recorded `Blob` from cache.", - "lineNumber": 1443, + "lineNumber": 1461, "params": [], "return": null }, { - "__docId__": 452, + "__docId__": 456, + "kind": "method", + "name": "exportImage", + "memberof": "js/videojs.record.js~Record", + "generator": false, + "async": false, + "static": false, + "longname": "js/videojs.record.js~Record#exportImage", + "access": "public", + "description": "Export image data of waveform (audio-only) or current video frame.\n\nThe default format is `'image/png'`. Other supported types are\n`'image/jpeg'` and `'image/webp'`.", + "lineNumber": 1482, + "params": [ + { + "nullable": null, + "types": [ + "string" + ], + "spread": false, + "optional": false, + "defaultValue": "'image/png'", + "defaultRaw": "'image/png'", + "name": "format", + "description": "A string indicating the image format.\nThe default format type is `'image/png'`." + }, + { + "nullable": null, + "types": [ + "number" + ], + "spread": false, + "optional": false, + "defaultValue": "1", + "defaultRaw": 1, + "name": "quality", + "description": "A number between 0 and 1 indicating the image\nquality to use for image formats that use lossy compression such as\n`'image/jpeg'`` and `'image/webp'`." + } + ], + "return": { + "nullable": null, + "types": [ + "Promise" + ], + "spread": false, + "description": "Returns a `Promise` resolving with an\narray of `Blob` instances." + } + }, + { + "__docId__": 457, "kind": "method", "name": "muteTracks", "memberof": "js/videojs.record.js~Record", @@ -8562,7 +8725,7 @@ "longname": "js/videojs.record.js~Record#muteTracks", "access": "public", "description": "Mute LocalMediaStream audio and video tracks.", - "lineNumber": 1455, + "lineNumber": 1501, "params": [ { "nullable": null, @@ -8578,7 +8741,7 @@ "return": null }, { - "__docId__": 453, + "__docId__": 458, "kind": "method", "name": "getRecordType", "memberof": "js/videojs.record.js~Record", @@ -8591,7 +8754,7 @@ "examples": [ "console.log(player.record().getRecordType()); // 'audio_video'" ], - "lineNumber": 1476, + "lineNumber": 1522, "unknown": [ { "tagName": "@returns", @@ -8609,7 +8772,7 @@ "params": [] }, { - "__docId__": 454, + "__docId__": 459, "kind": "method", "name": "createSnapshot", "memberof": "js/videojs.record.js~Record", @@ -8619,12 +8782,12 @@ "longname": "js/videojs.record.js~Record#createSnapshot", "access": "private", "description": "Create and display snapshot image.", - "lineNumber": 1485, + "lineNumber": 1531, "params": [], "return": null }, { - "__docId__": 455, + "__docId__": 460, "kind": "method", "name": "displaySnapshot", "memberof": "js/videojs.record.js~Record", @@ -8634,12 +8797,12 @@ "longname": "js/videojs.record.js~Record#displaySnapshot", "access": "private", "description": "Display snapshot image.", - "lineNumber": 1510, + "lineNumber": 1556, "params": [], "return": null }, { - "__docId__": 456, + "__docId__": 461, "kind": "method", "name": "retrySnapshot", "memberof": "js/videojs.record.js~Record", @@ -8649,12 +8812,12 @@ "longname": "js/videojs.record.js~Record#retrySnapshot", "access": "private", "description": "Reset UI for retrying a snapshot image.", - "lineNumber": 1525, + "lineNumber": 1571, "params": [], "return": null }, { - "__docId__": 458, + "__docId__": 463, "kind": "method", "name": "captureFrame", "memberof": "js/videojs.record.js~Record", @@ -8664,7 +8827,7 @@ "longname": "js/videojs.record.js~Record#captureFrame", "access": "private", "description": "Capture frame from camera and copy data to canvas.", - "lineNumber": 1540, + "lineNumber": 1586, "unknown": [ { "tagName": "@returns", @@ -8682,7 +8845,7 @@ "params": [] }, { - "__docId__": 459, + "__docId__": 464, "kind": "method", "name": "drawCanvas", "memberof": "js/videojs.record.js~Record", @@ -8692,7 +8855,7 @@ "longname": "js/videojs.record.js~Record#drawCanvas", "access": "private", "description": "Draw image frame on canvas element.", - "lineNumber": 1590, + "lineNumber": 1636, "params": [ { "nullable": null, @@ -8718,7 +8881,7 @@ "return": null }, { - "__docId__": 460, + "__docId__": 465, "kind": "method", "name": "startVideoPreview", "memberof": "js/videojs.record.js~Record", @@ -8728,12 +8891,12 @@ "longname": "js/videojs.record.js~Record#startVideoPreview", "access": "private", "description": "Start preview of video stream.", - "lineNumber": 1602, + "lineNumber": 1648, "params": [], "return": null }, { - "__docId__": 461, + "__docId__": 466, "kind": "method", "name": "showAnimation", "memberof": "js/videojs.record.js~Record", @@ -8743,12 +8906,12 @@ "longname": "js/videojs.record.js~Record#showAnimation", "access": "private", "description": "Show animated GIF.", - "lineNumber": 1627, + "lineNumber": 1673, "params": [], "return": null }, { - "__docId__": 462, + "__docId__": 467, "kind": "method", "name": "hideAnimation", "memberof": "js/videojs.record.js~Record", @@ -8758,12 +8921,12 @@ "longname": "js/videojs.record.js~Record#hideAnimation", "access": "private", "description": "Hide animated GIF.", - "lineNumber": 1646, + "lineNumber": 1692, "params": [], "return": null }, { - "__docId__": 463, + "__docId__": 468, "kind": "method", "name": "playbackTimeUpdate", "memberof": "js/videojs.record.js~Record", @@ -8773,12 +8936,12 @@ "longname": "js/videojs.record.js~Record#playbackTimeUpdate", "access": "private", "description": "Update time during playback.", - "lineNumber": 1658, + "lineNumber": 1704, "params": [], "return": null }, { - "__docId__": 464, + "__docId__": 469, "kind": "method", "name": "enumerateDevices", "memberof": "js/videojs.record.js~Record", @@ -8788,12 +8951,12 @@ "longname": "js/videojs.record.js~Record#enumerateDevices", "access": "public", "description": "Collects information about the media input and output devices\navailable on the system.", - "lineNumber": 1667, + "lineNumber": 1713, "params": [], "return": null }, { - "__docId__": 466, + "__docId__": 471, "kind": "method", "name": "setVideoInput", "memberof": "js/videojs.record.js~Record", @@ -8803,7 +8966,7 @@ "longname": "js/videojs.record.js~Record#setVideoInput", "access": "public", "description": "Change the video input device.", - "lineNumber": 1694, + "lineNumber": 1740, "params": [ { "nullable": null, @@ -8819,7 +8982,7 @@ "return": null }, { - "__docId__": 468, + "__docId__": 473, "kind": "method", "name": "setAudioInput", "memberof": "js/videojs.record.js~Record", @@ -8829,7 +8992,7 @@ "longname": "js/videojs.record.js~Record#setAudioInput", "access": "public", "description": "Change the audio input device.", - "lineNumber": 1718, + "lineNumber": 1764, "params": [ { "nullable": null, @@ -8845,7 +9008,7 @@ "return": null }, { - "__docId__": 470, + "__docId__": 475, "kind": "method", "name": "setAudioOutput", "memberof": "js/videojs.record.js~Record", @@ -8855,7 +9018,7 @@ "longname": "js/videojs.record.js~Record#setAudioOutput", "access": "public", "description": "Change the audio output device.", - "lineNumber": 1752, + "lineNumber": 1798, "params": [ { "nullable": null, @@ -8871,7 +9034,7 @@ "return": null }, { - "__docId__": 471, + "__docId__": 476, "kind": "method", "name": "displayVolumeControl", "memberof": "js/videojs.record.js~Record", @@ -8881,7 +9044,7 @@ "longname": "js/videojs.record.js~Record#displayVolumeControl", "access": "private", "description": "Show or hide the volume menu.", - "lineNumber": 1796, + "lineNumber": 1842, "params": [ { "nullable": null, @@ -8897,7 +9060,7 @@ "return": null }, { - "__docId__": 472, + "__docId__": 477, "kind": "method", "name": "onStreamVisible", "memberof": "js/videojs.record.js~Record", @@ -8907,7 +9070,7 @@ "longname": "js/videojs.record.js~Record#onStreamVisible", "access": "private", "description": "Invoked when the video device is ready and stream is visible.", - "lineNumber": 1813, + "lineNumber": 1859, "params": [ { "nullable": null, @@ -8923,7 +9086,7 @@ "return": null }, { - "__docId__": 473, + "__docId__": 478, "kind": "method", "name": "onEnterPiP", "memberof": "js/videojs.record.js~Record", @@ -8933,7 +9096,7 @@ "longname": "js/videojs.record.js~Record#onEnterPiP", "access": "private", "description": "Invoked when entering picture-in-picture mode.", - "lineNumber": 1828, + "lineNumber": 1874, "params": [ { "nullable": null, @@ -8949,7 +9112,7 @@ "return": null }, { - "__docId__": 474, + "__docId__": 479, "kind": "method", "name": "onLeavePiP", "memberof": "js/videojs.record.js~Record", @@ -8959,7 +9122,7 @@ "longname": "js/videojs.record.js~Record#onLeavePiP", "access": "private", "description": "Invoked when leaving picture-in-picture mode.", - "lineNumber": 1838, + "lineNumber": 1884, "params": [ { "nullable": null, @@ -8976,7 +9139,7 @@ }, { "kind": "index", - "content": "# videojs-record\n\nVideo.js plugin for recording audio/video/image files.\n\n![Screenshot](examples/assets/img/screenshot.png?raw=true \"Screenshot\")\n\n[![npm version](https://img.shields.io/npm/v/videojs-record.svg?style=flat)](https://www.npmjs.com/package/videojs-record)\n[![npm](https://img.shields.io/npm/dm/videojs-record.svg)](https://github.com/collab-project/videojs-record/releases)\n[![License](https://img.shields.io/npm/l/videojs-record.svg)](LICENSE)\n[![Build Status](https://travis-ci.org/collab-project/videojs-record.svg?branch=master)](https://travis-ci.org/collab-project/videojs-record)\n[![Coverage Status](https://coveralls.io/repos/github/collab-project/videojs-record/badge.svg?branch=master)](https://coveralls.io/github/collab-project/videojs-record?branch=master)\n![Size](https://img.shields.io/bundlephobia/minzip/videojs-record.svg?style=flat)\n[![Financial Contributors on Open Collective](https://opencollective.com/collab/all/badge.svg?label=financial+contributors)](https://opencollective.com/collab)\n![Stars](https://img.shields.io/github/stars/collab-project/videojs-record.svg?style=social)\n\nSupported browsers\n------------------\n\nCheck the [wiki](https://github.com/collab-project/videojs-record/wiki/Browser-support) for\nsupported browsers information.\n\n\n\nUsing with React\n----------------\n\nAlternatively, the `react` example shows how to integrate this plugin in a [React](https://reactjs.org) component\n([demo](https://collab-project.github.io/videojs-record/examples/react/index.html) or\n[source](https://github.com/collab-project/videojs-record/blob/master/examples/react/index.html)).\n\n\nDonate\n------\n\n### Financial Contributors\n\nBecome a financial contributor and help us sustain our community. [[Contribute](https://opencollective.com/collab/contribute)]\n\n#### Individuals\n\n\n\n#### Organizations\n\nSupport this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/collab/contribute)]\n\n\n\n\n\n\n\n\n\n\n\n", + "content": "# videojs-record\n\nA [video.js](https://www.videojs.com/) plugin for recording audio/video/image files.\n\n![Screenshot](https://raw.githubusercontent.com/collab-project/videojs-record/master/docs/img/screenshot.png?raw=true \"Screenshot\")\n\n## Documentation\n\nThe documentation and examples can be found on: https://collab-project.github.io/videojs-record\n\n[![npm version](https://img.shields.io/npm/v/videojs-record.svg?style=flat)](https://www.npmjs.com/package/videojs-record)\n[![npm](https://img.shields.io/npm/dm/videojs-record.svg)](https://github.com/collab-project/videojs-record/releases)\n[![License](https://img.shields.io/npm/l/videojs-record.svg)](LICENSE)\n[![Build Status](https://travis-ci.org/collab-project/videojs-record.svg?branch=master)](https://travis-ci.org/collab-project/videojs-record)\n[![Coverage Status](https://coveralls.io/repos/github/collab-project/videojs-record/badge.svg?branch=master)](https://coveralls.io/github/collab-project/videojs-record?branch=master)\n![Size](https://img.shields.io/bundlephobia/minzip/videojs-record.svg?style=flat)\n[![Financial Contributors on Open Collective](https://opencollective.com/collab/all/badge.svg?label=financial+contributors)](https://opencollective.com/collab)\n![Stars](https://img.shields.io/github/stars/collab-project/videojs-record.svg?style=social)\n\nDonate\n------\n\n### Financial Contributors\n\nBecome a financial contributor and help us sustain our community. [[Contribute](https://opencollective.com/collab/contribute)]\n\n#### Individuals\n\n\n\n#### Organizations\n\nSupport this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/collab/contribute)]\n\n\n\n\n\n\n\n\n\n\n\n", "longname": "/home/thijs/projects/videojs-record/README.md", "name": "./README.md", "static": true, @@ -8984,7 +9147,7 @@ }, { "kind": "packageJSON", - "content": "{\n \"name\": \"videojs-record\",\n \"version\": \"3.11.0\",\n \"description\": \"A video.js plugin for recording audio/video/image files.\",\n \"author\": \"Collab\",\n \"license\": \"MIT\",\n \"readmeFilename\": \"README.md\",\n \"bugs\": {\n \"url\": \"https://github.com/collab-project/videojs-record/issues\"\n },\n \"homepage\": \"https://github.com/collab-project/videojs-record\",\n \"main\": \"dist/videojs.record.js\",\n \"style\": \"dist/css/videojs.record.css\",\n \"sass\": \"src/css/videojs.record.scss\",\n \"directories\": {\n \"doc\": \"./docs\",\n \"lib\": \"./src\",\n \"example\": \"./examples\",\n \"test\": \"./test\"\n },\n \"repository\": {\n \"type\": \"git\",\n \"url\": \"https://github.com/collab-project/videojs-record.git\"\n },\n \"scripts\": {\n \"clean\": \"rimraf dist\",\n \"build\": \"npm run clean && npm run build:dev && npm run build:min && npm run build:language\",\n \"build:main\": \"webpack --config ./build-config/webpack.dev.main.js\",\n \"build:main:min\": \"webpack --config ./build-config/webpack.prod.main.js\",\n \"build:plugins\": \"webpack --config ./build-config/webpack.dev.plugins.js\",\n \"build:plugins:min\": \"webpack --config ./build-config/webpack.prod.plugins.js\",\n \"build:dev\": \"npm run build:main && npm run build:plugins\",\n \"build:min\": \"npm run build:main:min && npm run build:plugins:min\",\n \"build:language\": \"vjslang -d dist/lang src/lang/*.json\",\n \"docs\": \"npm-run-all docs:*\",\n \"docs:api\": \"rimraf docs/api && esdoc\",\n \"lint\": \"npm-run-all lint:*\",\n \"lint:js\": \"eslint src/js test build-config\",\n \"lint:buddy\": \"buddy --no-color src/js\",\n \"lint:json\": \"jsonlint-cli src/lang/*.json src/fonts/*.json\",\n \"lint:html\": \"htmlhint examples\",\n \"start\": \"npm run build && webpack-dev-server --config ./build-config/webpack.dev.main.js\",\n \"test\": \"karma start karma.conf.js\",\n \"prepublishOnly\": \"not-in-install && npm run build || in-install\"\n },\n \"files\": [\n \"dist/\",\n \"src/\"\n ],\n \"keywords\": [\n \"waveform\",\n \"audio\",\n \"video\",\n \"wavesurfer\",\n \"videojs\",\n \"videojs-plugin\",\n \"player\",\n \"record\",\n \"stream\",\n \"microphone\",\n \"screen\",\n \"screenshare\",\n \"recorder\",\n \"RecordRTC\",\n \"MediaRecorder\",\n \"libvorbis.js\",\n \"vorbis\",\n \"ogg\",\n \"mp3\",\n \"wav\",\n \"webm\",\n \"opus\"\n ],\n \"dependencies\": {\n \"recordrtc\": \">=5.5.9\",\n \"video.js\": \">=6.2.7\",\n \"videojs-wavesurfer\": \">=2.11.0 <3\",\n \"webrtc-adapter\": \">=7.6.0\"\n },\n \"devDependencies\": {\n \"@babel/core\": \"^7.9.6\",\n \"@babel/plugin-transform-runtime\": \"^7.9.6\",\n \"@babel/preset-env\": \"^7.9.6\",\n \"@babel/register\": \"^7.9.0\",\n \"@mattiasbuelens/web-streams-polyfill\": \"^0.3.2\",\n \"babel-loader\": \"^8.1.0\",\n \"babel-plugin-add-module-exports\": \"^1.0.2\",\n \"babel-plugin-istanbul\": \"^6.0.0\",\n \"browserslist\": \"^4.12.0\",\n \"buddy.js\": \"^0.9.3\",\n \"colors\": \"^1.4.0\",\n \"copy-webpack-plugin\": \"^5.1.1\",\n \"css-loader\": \"^3.5.3\",\n \"date-fns\": \"^2.13.0\",\n \"esdoc\": \"^1.1.0\",\n \"esdoc-standard-plugin\": \"^1.0.0\",\n \"eslint\": \"^7.0.0\",\n \"ffmpeg.js\": \"^3.1.9001\",\n \"file-loader\": \"^6.0.0\",\n \"fine-uploader\": \">=5.16\",\n \"formidable\": \"^1.2.2\",\n \"fs-extra\": \"^9.0.0\",\n \"host-environment\": \"^2.0.3\",\n \"htmlhint\": \"^0.11.0\",\n \"in-publish\": \"^2.0.1\",\n \"jasmine-core\": \"^3.5.0\",\n \"jsonlint-cli\": \"^1.0.1\",\n \"karma\": \"^5.0.5\",\n \"karma-chrome-launcher\": \"^3.1.0\",\n \"karma-coverage\": \"^2.0.2\",\n \"karma-coveralls\": \"^2.1.0\",\n \"karma-detect-browsers\": \"^2.3.3\",\n \"karma-edge-launcher\": \"^0.4.2\",\n \"karma-firefox-launcher\": \"^1.3.0\",\n \"karma-host-environment\": \"^3.0.2\",\n \"karma-jasmine\": \"^3.1.1\",\n \"karma-jasmine-matchers\": \"^4.0.2\",\n \"karma-verbose-reporter\": \"0.0.6\",\n \"karma-webpack\": \"^4.0.2\",\n \"lamejs\": \">=1.2.0\",\n \"libvorbis.js\": \">=1.1.2\",\n \"log-timestamp\": \"^0.3.0\",\n \"mini-css-extract-plugin\": \"^0.9.0\",\n \"node-fs-extra\": \"^0.8.2\",\n \"node-sass\": \"^4.14.1\",\n \"node-static\": \"^0.7.11\",\n \"npm-run-all\": \"^4.1.5\",\n \"optimize-css-assets-webpack-plugin\": \"^5.0.3\",\n \"opus-recorder\": \">=6.2.0\",\n \"recorderjs\": \"git+https://github.com/mattdiamond/Recorderjs.git\",\n \"rimraf\": \"^3.0.2\",\n \"sass-loader\": \"^8.0.2\",\n \"style-loader\": \"^1.2.1\",\n \"terser-webpack-plugin\": \"^3.0.1\",\n \"ts-ebml\": \"^2.0.2\",\n \"url-loader\": \"^4.1.0\",\n \"videojs-languages\": \"^2.0.0\",\n \"vmsg\": \">=0.3.6\",\n \"webm-wasm\": \">=0.4.1\",\n \"webpack\": \"^4.43.0\",\n \"webpack-cli\": \"^3.3.11\",\n \"webpack-dev-server\": \"^3.11.0\",\n \"webpack-merge\": \"^4.2.2\"\n },\n \"collective\": {\n \"type\": \"opencollective\",\n \"url\": \"https://opencollective.com/collab\"\n }\n}\n", + "content": "{\n \"name\": \"videojs-record\",\n \"version\": \"4.0.0\",\n \"description\": \"A video.js plugin for recording audio/video/image files.\",\n \"author\": \"Collab\",\n \"license\": \"MIT\",\n \"readmeFilename\": \"README.md\",\n \"bugs\": {\n \"url\": \"https://github.com/collab-project/videojs-record/issues\"\n },\n \"homepage\": \"https://github.com/collab-project/videojs-record\",\n \"main\": \"dist/videojs.record.js\",\n \"style\": \"dist/css/videojs.record.css\",\n \"sass\": \"src/css/videojs.record.scss\",\n \"directories\": {\n \"doc\": \"./docs\",\n \"lib\": \"./src\",\n \"example\": \"./examples\",\n \"test\": \"./test\"\n },\n \"repository\": {\n \"type\": \"git\",\n \"url\": \"https://github.com/collab-project/videojs-record.git\"\n },\n \"scripts\": {\n \"clean\": \"rimraf dist\",\n \"build\": \"npm run clean && npm run build:dev && npm run build:min && npm run build:language\",\n \"build:main\": \"webpack --config ./build-config/webpack.dev.main.js\",\n \"build:main:min\": \"webpack --config ./build-config/webpack.prod.main.js\",\n \"build:plugins\": \"webpack --config ./build-config/webpack.dev.plugins.js\",\n \"build:plugins:min\": \"webpack --config ./build-config/webpack.prod.plugins.js\",\n \"build:dev\": \"npm run build:main && npm run build:plugins\",\n \"build:min\": \"npm run build:main:min && npm run build:plugins:min\",\n \"build:language\": \"vjslang -d dist/lang src/lang/*.json\",\n \"docs\": \"npm-run-all docs:*\",\n \"docs:api\": \"rimraf docs/api && esdoc\",\n \"lint\": \"npm-run-all lint:*\",\n \"lint:js\": \"eslint src/js test build-config\",\n \"lint:buddy\": \"buddy --no-color src/js\",\n \"lint:json\": \"jsonlint-cli src/lang/*.json src/fonts/*.json\",\n \"lint:html\": \"htmlhint examples\",\n \"start\": \"npm run build && webpack-dev-server --config ./build-config/webpack.dev.main.js\",\n \"test\": \"karma start karma.conf.js\",\n \"prepublishOnly\": \"not-in-install && npm run build || in-install\"\n },\n \"files\": [\n \"dist/\",\n \"src/\"\n ],\n \"keywords\": [\n \"waveform\",\n \"audio\",\n \"video\",\n \"wavesurfer\",\n \"videojs\",\n \"videojs-plugin\",\n \"player\",\n \"record\",\n \"stream\",\n \"microphone\",\n \"screen\",\n \"screenshare\",\n \"recorder\",\n \"RecordRTC\",\n \"MediaRecorder\",\n \"libvorbis.js\",\n \"vorbis\",\n \"ogg\",\n \"mp3\",\n \"wav\",\n \"webm\",\n \"opus\"\n ],\n \"dependencies\": {\n \"recordrtc\": \">=5.6.1\",\n \"video.js\": \">=7.0.5\",\n \"videojs-wavesurfer\": \">=3.2.0\",\n \"webrtc-adapter\": \">=7.6.0\"\n },\n \"devDependencies\": {\n \"@babel/core\": \"^7.9.6\",\n \"@babel/plugin-transform-runtime\": \"^7.9.6\",\n \"@babel/preset-env\": \"^7.9.6\",\n \"@babel/register\": \"^7.9.0\",\n \"@mattiasbuelens/web-streams-polyfill\": \"^0.3.2\",\n \"add-zero\": \"^1.0.0\",\n \"babel-loader\": \"^8.1.0\",\n \"babel-plugin-add-module-exports\": \"^1.0.2\",\n \"babel-plugin-istanbul\": \"^6.0.0\",\n \"browserslist\": \"^4.12.0\",\n \"buddy.js\": \"^0.9.3\",\n \"colors\": \"^1.4.0\",\n \"copy-webpack-plugin\": \"^6.0.1\",\n \"css-loader\": \"^3.5.3\",\n \"date-fns\": \"^2.14.0\",\n \"esdoc\": \"^1.1.0\",\n \"esdoc-standard-plugin\": \"^1.0.0\",\n \"eslint\": \"^7.0.0\",\n \"ffmpeg.js\": \"^4.2.9003\",\n \"file-loader\": \"^6.0.0\",\n \"fine-uploader\": \">=5.16\",\n \"formidable\": \"^1.2.2\",\n \"fs-extra\": \"^9.0.0\",\n \"host-environment\": \"^2.0.3\",\n \"htmlhint\": \"^0.13.0\",\n \"in-publish\": \"^2.0.1\",\n \"jasmine-core\": \"^3.5.0\",\n \"jsonlint-cli\": \"^1.0.1\",\n \"karma\": \"^5.0.9\",\n \"karma-chrome-launcher\": \"^3.1.0\",\n \"karma-coverage\": \"^2.0.2\",\n \"karma-coveralls\": \"^2.1.0\",\n \"karma-detect-browsers\": \"^2.3.3\",\n \"karma-edge-launcher\": \"^0.4.2\",\n \"karma-firefox-launcher\": \"^1.3.0\",\n \"karma-host-environment\": \"^3.0.2\",\n \"karma-jasmine\": \"^3.1.1\",\n \"karma-jasmine-matchers\": \"^4.0.2\",\n \"karma-verbose-reporter\": \"0.0.6\",\n \"karma-webpack\": \"^4.0.2\",\n \"lamejs\": \">=1.2.0\",\n \"libvorbis.js\": \">=1.1.2\",\n \"log-timestamp\": \"^0.3.0\",\n \"mini-css-extract-plugin\": \"^0.9.0\",\n \"node-fs-extra\": \"^0.8.2\",\n \"node-sass\": \"^4.14.1\",\n \"node-static\": \"^0.7.11\",\n \"npm-run-all\": \"^4.1.5\",\n \"optimize-css-assets-webpack-plugin\": \"^5.0.3\",\n \"opus-recorder\": \">=6.2.0\",\n \"parse-ms\": \"^2.1.0\",\n \"recorderjs\": \"git+https://github.com/mattdiamond/Recorderjs.git\",\n \"rimraf\": \"^3.0.2\",\n \"sass-loader\": \"^8.0.2\",\n \"style-loader\": \"^1.2.1\",\n \"terser-webpack-plugin\": \"^3.0.1\",\n \"ts-ebml\": \"^2.0.2\",\n \"url-loader\": \"^4.1.0\",\n \"videojs-languages\": \"^2.0.0\",\n \"vmsg\": \">=0.3.6\",\n \"webm-wasm\": \">=0.4.1\",\n \"webpack\": \"^4.43.0\",\n \"webpack-cli\": \"^3.3.11\",\n \"webpack-dev-server\": \"^3.11.0\",\n \"webpack-merge\": \"^4.2.2\"\n },\n \"collective\": {\n \"type\": \"opencollective\",\n \"url\": \"https://opencollective.com/collab\"\n }\n}\n", "longname": "/home/thijs/projects/videojs-record/package.json", "name": "package.json", "static": true, diff --git a/docs/api/script/search_index.js b/docs/api/script/search_index.js index 4507f834..12fecc46 100644 --- a/docs/api/script/search_index.js +++ b/docs/api/script/search_index.js @@ -311,6 +311,12 @@ window.esdocSearchIndex = [ "getConvertEngine videojs-record/js/engine/engine-loader.js", "function" ], + [ + "videojs-record/js/utils/mime.js~getextension", + "function/index.html#static-function-getExtension", + "getExtension videojs-record/js/utils/mime.js", + "function" + ], [ "videojs-record/js/engine/record-mode.js~getrecordermode", "function/index.html#static-function-getRecorderMode", @@ -1799,6 +1805,12 @@ window.esdocSearchIndex = [ "js/utils/format-time.js", "file" ], + [ + "js/utils/mime.js", + "file/js/utils/mime.js.html", + "js/utils/mime.js", + "file" + ], [ "js/videojs.record.js", "file/js/videojs.record.js.html", @@ -1979,6 +1991,12 @@ window.esdocSearchIndex = [ "js/videojs.record.js~Record#devices", "member" ], + [ + "js/videojs.record.js~record#displaymilliseconds", + "class/js/videojs.record.js~Record.html#instance-member-displayMilliseconds", + "js/videojs.record.js~Record#displayMilliseconds", + "member" + ], [ "js/videojs.record.js~record#displaysnapshot", "class/js/videojs.record.js~Record.html#instance-method-displaySnapshot", @@ -2021,6 +2039,12 @@ window.esdocSearchIndex = [ "js/videojs.record.js~Record#enumerateDevices", "method" ], + [ + "js/videojs.record.js~record#exportimage", + "class/js/videojs.record.js~Record.html#instance-method-exportImage", + "js/videojs.record.js~Record#exportImage", + "method" + ], [ "js/videojs.record.js~record#getcurrenttime", "class/js/videojs.record.js~Record.html#instance-method-getCurrentTime", @@ -2123,12 +2147,6 @@ window.esdocSearchIndex = [ "js/videojs.record.js~Record#mediaType", "member" ], - [ - "js/videojs.record.js~record#msdisplaymax", - "class/js/videojs.record.js~Record.html#instance-member-msDisplayMax", - "js/videojs.record.js~Record#msDisplayMax", - "member" - ], [ "js/videojs.record.js~record#mutetracks", "class/js/videojs.record.js~Record.html#instance-method-muteTracks", diff --git a/docs/api/source.html b/docs/api/source.html index cc94a730..63e86a4d 100644 --- a/docs/api/source.html +++ b/docs/api/source.html @@ -91,11 +91,12 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • -

    Source 200/363

    +

    Source 204/367

    @@ -117,7 +118,7 @@ - + @@ -126,7 +127,7 @@ - + @@ -134,7 +135,7 @@ - + @@ -142,7 +143,7 @@ - + @@ -150,7 +151,7 @@ - + @@ -158,7 +159,7 @@ - + @@ -166,15 +167,15 @@ - + - - - + + + @@ -185,7 +186,7 @@ - + @@ -196,7 +197,7 @@ - + @@ -214,7 +215,7 @@ - + @@ -229,7 +230,7 @@ - + @@ -237,7 +238,7 @@ - + @@ -245,7 +246,7 @@ - + @@ -253,7 +254,7 @@ - + @@ -261,15 +262,15 @@ - + - + - + @@ -277,7 +278,7 @@ - + @@ -285,7 +286,7 @@ - + @@ -293,7 +294,7 @@ - + @@ -301,7 +302,7 @@ - + @@ -309,7 +310,7 @@ - + @@ -317,7 +318,7 @@ - + @@ -325,7 +326,7 @@ - + @@ -333,7 +334,7 @@ - + @@ -346,7 +347,7 @@ - + @@ -354,26 +355,34 @@ blobToArrayBufferdownloadBlob - - - + + + - - - + + + + + + + + + + + - + - - - - + + + +
    66 %2/3 689 byte 342019-08-05 12:55:48 (UTC)2020-05-05 13:50:45 (UTC)
    js/controls/camera-button.js80 %8/10 3405 byte 1352019-12-01 12:48:28 (UTC)2020-05-05 13:50:45 (UTC)
    js/controls/device-button.js60 %3/5 1396 byte 592019-08-05 12:55:48 (UTC)2020-05-05 13:50:45 (UTC)
    js/controls/picture-in-picture-toggle.js77 %7/9 3670 byte 1342019-08-05 12:55:48 (UTC)2020-05-05 13:50:45 (UTC)
    js/controls/record-canvas.js66 %2/3 665 byte 342019-08-05 12:55:48 (UTC)2020-05-05 13:50:45 (UTC)
    js/controls/record-indicator.js85 %6/7 1805 byte 802019-08-05 12:55:48 (UTC)2020-05-05 13:50:45 (UTC)
    js/controls/record-toggle.js80 %8/10 3193 byte 1262019-08-05 12:55:48 (UTC)2020-05-05 13:50:46 (UTC)
    js/defaults.js pluginDefaultOptions 100 %1/16542 byte1412019-12-01 12:09:16 (UTC)6280 byte1372020-05-03 23:02:43 (UTC)
    js/engine/convert-engine.js45 %5/11 2051 byte 802019-08-05 12:55:48 (UTC)2020-05-05 13:50:46 (UTC)
    js/engine/engine-loader.js100 %4/4 3293 byte 1312019-08-05 12:55:48 (UTC)2020-05-05 13:50:46 (UTC)
    js/engine/record-engine.js36 %7/19 3313 byte 1312019-08-05 12:55:48 (UTC)2020-05-03 21:02:18 (UTC)
    js/engine/record-mode.js22 %2/9 1387 byte 542019-08-05 12:55:48 (UTC)2020-05-05 13:50:46 (UTC)
    js/engine/record-rtc.js64 %11/17 7401 byte 2552020-03-02 12:57:42 (UTC)2020-05-05 13:50:46 (UTC)
    js/event.js100 %1/1 1289 byte 472019-12-01 12:48:28 (UTC)2020-05-05 13:50:46 (UTC)
    js/hot-keys.js25 %1/4 1354 byte 542019-08-05 12:55:48 (UTC)2020-05-05 13:50:46 (UTC)
    js/plugins/ffmpegjs-plugin.js60 %9/15 4871 byte 1782019-08-05 12:55:48 (UTC)2020-05-05 13:50:46 (UTC)
    js/plugins/lamejs-plugin.js LamejsEngine 60 %12/204403 byte4404 byte 1622019-08-05 12:55:48 (UTC)2020-05-03 23:02:43 (UTC)
    js/plugins/libvorbis-plugin.js60 %9/15 2501 byte 1072019-08-05 12:55:48 (UTC)2020-05-05 13:50:46 (UTC)
    js/plugins/opus-recorder-plugin.js68 %15/22 4376 byte 1662019-08-05 12:55:48 (UTC)2020-05-05 13:50:46 (UTC)
    js/plugins/recorderjs-plugin.js60 %9/15 2803 byte 1102019-08-05 12:55:48 (UTC)2020-05-05 13:50:46 (UTC)
    js/plugins/ts-ebml-plugin.js66 %2/3 1866 byte 722019-08-05 12:55:48 (UTC)2020-05-05 13:50:46 (UTC)
    js/plugins/vmsg-plugin.js57 %11/19 4077 byte 1542019-08-05 12:55:48 (UTC)2020-05-05 13:50:46 (UTC)
    js/plugins/webm-wasm-plugin.js61 %8/13 2150 byte 852019-08-05 12:55:48 (UTC)2020-05-05 13:50:46 (UTC)
    js/utils/browser-shim.js100 %1/1 341 byte 162019-08-05 12:55:48 (UTC)2020-05-05 13:50:46 (UTC)
    js/utils/compare-version.js100 %1/1 921 byte 322019-08-05 12:55:48 (UTC)2020-05-05 13:50:46 (UTC)
    js/utils/detect-browser.js28 %2/7 2872 byte 972019-08-05 12:55:48 (UTC)2020-05-05 13:50:46 (UTC)
    js/utils/file-util.js 100 %3/33203 byte1102019-08-05 12:55:48 (UTC)3453 byte1162020-05-03 23:02:43 (UTC)
    js/utils/format-time.js formatTime 100 %1/12045 byte692020-02-03 20:07:30 (UTC)1744 byte602020-05-03 23:02:43 (UTC)
    js/utils/mime.jsgetExtension100 %3/3959 byte452020-05-03 23:02:43 (UTC)
    js/videojs.record.jsjs/videojs.record.js Plugin Record42 %49/11563177 byte18532020-02-01 22:00:59 (UTC)43 %50/11665192 byte18992020-05-03 23:02:43 (UTC)
    diff --git a/docs/api/variable/index.html b/docs/api/variable/index.html index fc82f039..33f52094 100644 --- a/docs/api/variable/index.html +++ b/docs/api/variable/index.html @@ -91,6 +91,7 @@
  • FblobToArrayBuffer
  • FdownloadBlob
  • FformatTime
  • +
  • FgetExtension
  • @@ -758,7 +759,7 @@ - pluginDefaultOptions: {"image": *, "audio": *, "video": *, "animation": *, "screen": *, "maxLength": number, "maxFileSize": *, "msDisplayMax": number, "frameWidth": number, "frameHeight": number, "debug": *, "pip": *, "autoMuteDevice": *, "videoBitRate": number, "videoEngine": string, "videoFrameRate": number, "videoMimeType": string, "videoRecorderType": string, "videoWorkerURL": *, "videoWebAssemblyURL": *, "audioEngine": string, "audioRecorderType": string, "audioMimeType": string, "audioBufferSize": number, "audioSampleRate": number, "audioBitRate": number, "audioChannels": number, "audioWorkerURL": *, "audioWebAssemblyURL": *, "audioBufferUpdate": *, "animationFrameRate": number, "animationQuality": number, "imageOutputType": string, "imageOutputFormat": string, "imageOutputQuality": number, "timeSlice": *, "convertEngine": *, "convertWorkerURL": *, "convertOptions": *, "hotKeys": *, "pluginLibraryOptions": *} + pluginDefaultOptions: {"image": *, "audio": *, "video": *, "animation": *, "screen": *, "maxLength": number, "maxFileSize": *, "displayMilliseconds": *, "frameWidth": number, "frameHeight": number, "debug": *, "pip": *, "autoMuteDevice": *, "videoBitRate": number, "videoEngine": string, "videoFrameRate": number, "videoMimeType": string, "videoRecorderType": string, "videoWorkerURL": *, "videoWebAssemblyURL": *, "audioEngine": string, "audioRecorderType": string, "audioMimeType": string, "audioBufferSize": number, "audioSampleRate": number, "audioBitRate": number, "audioChannels": number, "audioWorkerURL": *, "audioWebAssemblyURL": *, "audioBufferUpdate": *, "animationFrameRate": number, "animationQuality": number, "imageOutputType": string, "imageOutputFormat": string, "imageOutputQuality": number, "timeSlice": *, "convertEngine": *, "convertWorkerURL": *, "convertOptions": *, "hotKeys": *, "pluginLibraryOptions": *}

    @@ -1774,7 +1775,7 @@

    - pluginDefaultOptions: {"image": *, "audio": *, "video": *, "animation": *, "screen": *, "maxLength": number, "maxFileSize": *, "msDisplayMax": number, "frameWidth": number, "frameHeight": number, "debug": *, "pip": *, "autoMuteDevice": *, "videoBitRate": number, "videoEngine": string, "videoFrameRate": number, "videoMimeType": string, "videoRecorderType": string, "videoWorkerURL": *, "videoWebAssemblyURL": *, "audioEngine": string, "audioRecorderType": string, "audioMimeType": string, "audioBufferSize": number, "audioSampleRate": number, "audioBitRate": number, "audioChannels": number, "audioWorkerURL": *, "audioWebAssemblyURL": *, "audioBufferUpdate": *, "animationFrameRate": number, "animationQuality": number, "imageOutputType": string, "imageOutputFormat": string, "imageOutputQuality": number, "timeSlice": *, "convertEngine": *, "convertWorkerURL": *, "convertOptions": *, "hotKeys": *, "pluginLibraryOptions": *} + pluginDefaultOptions: {"image": *, "audio": *, "video": *, "animation": *, "screen": *, "maxLength": number, "maxFileSize": *, "displayMilliseconds": *, "frameWidth": number, "frameHeight": number, "debug": *, "pip": *, "autoMuteDevice": *, "videoBitRate": number, "videoEngine": string, "videoFrameRate": number, "videoMimeType": string, "videoRecorderType": string, "videoWorkerURL": *, "videoWebAssemblyURL": *, "audioEngine": string, "audioRecorderType": string, "audioMimeType": string, "audioBufferSize": number, "audioSampleRate": number, "audioBitRate": number, "audioChannels": number, "audioWorkerURL": *, "audioWebAssemblyURL": *, "audioBufferUpdate": *, "animationFrameRate": number, "animationQuality": number, "imageOutputType": string, "imageOutputFormat": string, "imageOutputQuality": number, "timeSlice": *, "convertEngine": *, "convertWorkerURL": *, "convertOptions": *, "hotKeys": *, "pluginLibraryOptions": *} since 2.0.0