@vindral/web-sdk 4.2.0-7-g7d6ca07f → 4.2.0-8-g95ade3ee
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{CodtCCWB.js → B4Xt-UHG.js} +1 -1
- package/{CgCFv2k5.js → B5bZayjf.js} +2 -2
- package/B7hT-BKr.js +32 -0
- package/{DqtwD92q.js → BQPePwt2.js} +4 -4
- package/{1vibAwcB.js → BdFcdkj1.js} +2 -2
- package/{DpGTMfRs.js → Bm-cshdP.js} +4 -4
- package/{zjSBNbgC.js → C01DcfYu.js} +2 -2
- package/CORV18it.js +4361 -0
- package/{CO2zGlac.js → D2u3dh0E.js} +3 -3
- package/DAUPyLMi.js +1761 -0
- package/{R2vG6-bP.js → FYiEDBC4.js} +1 -1
- package/{Dexfb10F.js → RxoWWyzp.js} +1 -1
- package/{D4BVrOMF.js → aK7C-x7Q.js} +2225 -2255
- package/api-client.js +1 -1
- package/cast-sender.js +1 -1
- package/core.d.ts +8 -0
- package/core.js +2 -2
- package/legacy.d.ts +8 -0
- package/legacy.es.js +4 -1
- package/legacy.umd.js +1 -1
- package/package.json +1 -1
- package/player.d.ts +18 -2
- package/player.js +4 -3
- package/react.d.ts +10 -2
- package/vindral-player-component.js +2 -2
- package/wVqDCoXH.js +223 -0
- package/CnCQ_flD.js +0 -4492
- /package/{DTteQSVE.js → BsfwXDui.js} +0 -0
- /package/{BjFDlUkI.js → Bt-ONXfO.js} +0 -0
- /package/{Dps-VoAh.js → Ddby8xU_.js} +0 -0
package/B7hT-BKr.js
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
//#region \0@oxc-project+runtime@0.115.0/helpers/checkPrivateRedeclaration.js
|
|
2
|
+
function e(e, t) {
|
|
3
|
+
if (t.has(e)) throw TypeError("Cannot initialize the same private elements twice on an object");
|
|
4
|
+
}
|
|
5
|
+
//#endregion
|
|
6
|
+
//#region \0@oxc-project+runtime@0.115.0/helpers/classPrivateFieldInitSpec.js
|
|
7
|
+
function t(t, n, r) {
|
|
8
|
+
e(t, n), n.set(t, r);
|
|
9
|
+
}
|
|
10
|
+
//#endregion
|
|
11
|
+
//#region \0@oxc-project+runtime@0.115.0/helpers/assertClassBrand.js
|
|
12
|
+
function n(e, t, n) {
|
|
13
|
+
if (typeof e == "function" ? e === t : e.has(t)) return arguments.length < 3 ? t : n;
|
|
14
|
+
throw TypeError("Private element is not present on this object");
|
|
15
|
+
}
|
|
16
|
+
//#endregion
|
|
17
|
+
//#region \0@oxc-project+runtime@0.115.0/helpers/classPrivateFieldSet2.js
|
|
18
|
+
function r(e, t, r) {
|
|
19
|
+
return e.set(n(e, t), r), r;
|
|
20
|
+
}
|
|
21
|
+
//#endregion
|
|
22
|
+
//#region \0@oxc-project+runtime@0.115.0/helpers/classPrivateFieldGet2.js
|
|
23
|
+
function i(e, t) {
|
|
24
|
+
return e.get(n(e, t));
|
|
25
|
+
}
|
|
26
|
+
//#endregion
|
|
27
|
+
//#region \0@oxc-project+runtime@0.115.0/helpers/classPrivateMethodInitSpec.js
|
|
28
|
+
function a(t, n) {
|
|
29
|
+
e(t, n), n.add(t);
|
|
30
|
+
}
|
|
31
|
+
//#endregion
|
|
32
|
+
export { t as a, n as i, i as n, r, a as t };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { n as e, t } from "./
|
|
2
|
-
import { M as n, v as r } from "./
|
|
3
|
-
import { t as i } from "./
|
|
4
|
-
import { t as a } from "./
|
|
1
|
+
import { n as e, t } from "./BsfwXDui.js";
|
|
2
|
+
import { M as n, v as r } from "./C01DcfYu.js";
|
|
3
|
+
import { t as i } from "./B4Xt-UHG.js";
|
|
4
|
+
import { t as a } from "./RxoWWyzp.js";
|
|
5
5
|
//#region ../../libs/wasm-decoders/src/opus/wasm/opus.js
|
|
6
6
|
var o = (function() {
|
|
7
7
|
var e = typeof document < "u" && document.currentScript ? document.currentScript.src : void 0;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { n as e, t } from "./
|
|
2
|
-
import { t as n } from "./
|
|
1
|
+
import { n as e, t } from "./BsfwXDui.js";
|
|
2
|
+
import { t as n } from "./FYiEDBC4.js";
|
|
3
3
|
//#region ../../libs/cast-sender/src/CastSender.ts
|
|
4
4
|
var r = class extends n {
|
|
5
5
|
constructor(n) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { n as e, t } from "./
|
|
2
|
-
import { t as n } from "./
|
|
3
|
-
import { t as r } from "./
|
|
4
|
-
import { i, n as a, t as o } from "./
|
|
1
|
+
import { n as e, t } from "./BsfwXDui.js";
|
|
2
|
+
import { t as n } from "./B4Xt-UHG.js";
|
|
3
|
+
import { t as r } from "./RxoWWyzp.js";
|
|
4
|
+
import { i, n as a, t as o } from "./Bt-ONXfO.js";
|
|
5
5
|
//#region ../../libs/web-sdk/src/decoders/PendingSampleMap.ts
|
|
6
6
|
var s = class {
|
|
7
7
|
constructor() {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { n as e } from "./
|
|
2
|
-
import { t } from "./
|
|
1
|
+
import { n as e } from "./BsfwXDui.js";
|
|
2
|
+
import { t } from "./RxoWWyzp.js";
|
|
3
3
|
//#region ../../libs/utils/src/noop.ts
|
|
4
4
|
var n = () => {}, r = "connection_failed", i = "connection_failed_will_not_attempt_again", a = "authentication_error", o = "authentication_expired", s = "channel_not_found", c = "no_incoming_data_error", l = "connection_inactivity", u = "missing_init_segment", d = "no_track_context", f = "invalid_track_context_state", p = "disconnected_by_edge", m = "decoder_error", h = "audio_player_error", g = "unsupported_audio_codec", _ = "media_source_error", v = "webgl_context_lost_error", y = "access_forbidden", b = "channel_switch_failed", x = "drm_error", S = class extends Error {
|
|
5
5
|
constructor(n, r, i = {}) {
|