@gcorevideo/player 2.20.16 → 2.20.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/core.js CHANGED
@@ -42541,7 +42541,7 @@ class HTML5Video extends BasePlayback {
42541
42541
  */
42542
42542
  createError(errorData, options) {
42543
42543
  trace(`${T$1} createError`, {
42544
- errorData: structuredClone(errorData),
42544
+ errorData: { ...errorData },
42545
42545
  });
42546
42546
  const i18n = this.i18n ||
42547
42547
  // @ts-ignore
@@ -42559,6 +42559,14 @@ class HTML5Video extends BasePlayback {
42559
42559
  }
42560
42560
  return super.createError(errorData, { ...options, useCodePrefix: false });
42561
42561
  }
42562
+ _onWaiting() {
42563
+ trace(`${T$1} _onWaiting`);
42564
+ super._onWaiting();
42565
+ }
42566
+ _onEnded() {
42567
+ trace(`${T$1} _onEnded`);
42568
+ super._onEnded();
42569
+ }
42562
42570
  }
42563
42571
 
42564
42572
  // TODO consider allowing the variation of the order of playback modules
@@ -43032,7 +43040,7 @@ class Player {
43032
43040
  }
43033
43041
  }
43034
43042
 
43035
- var version$1 = "2.20.16";
43043
+ var version$1 = "2.20.17";
43036
43044
 
43037
43045
  var packages = {
43038
43046
  "node_modules/@clappr/core": {