@gcorevideo/player 2.26.9 → 2.27.0

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
@@ -42654,6 +42654,7 @@ class HTML5Video extends BasePlayback {
42654
42654
  super._onEnded();
42655
42655
  }
42656
42656
  _handleBufferingEvents() {
42657
+ // TODO use the logic from the base class to detect if it's stalled or resumed, because in the latter case the current behavior is not correct
42657
42658
  if (!this.stallTimerId) {
42658
42659
  this.stallTimerId = setTimeout(() => {
42659
42660
  this.stallTimerId = null;
@@ -43179,7 +43180,7 @@ class Player {
43179
43180
  }
43180
43181
  }
43181
43182
 
43182
- var version$1 = "2.26.9";
43183
+ var version$1 = "2.27.0";
43183
43184
 
43184
43185
  var packages = {
43185
43186
  "node_modules/@clappr/core": {