rx-player 4.1.0-dev.2024070800 → 4.1.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/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
4.1.0
|
|
1
|
+
4.1.0
|
|
@@ -164,7 +164,7 @@ var Player = /** @class */ (function (_super) {
|
|
|
164
164
|
// Workaround to support Firefox autoplay on FF 42.
|
|
165
165
|
// See: https://bugzilla.mozilla.org/show_bug.cgi?id=1194624
|
|
166
166
|
videoElement.preload = "auto";
|
|
167
|
-
_this.version = /* PLAYER_VERSION */ "4.1.0
|
|
167
|
+
_this.version = /* PLAYER_VERSION */ "4.1.0";
|
|
168
168
|
_this.log = log_1.default;
|
|
169
169
|
_this.state = "STOPPED";
|
|
170
170
|
_this.videoElement = videoElement;
|
|
@@ -2590,5 +2590,5 @@ var Player = /** @class */ (function (_super) {
|
|
|
2590
2590
|
Player._priv_currentlyUsedVideoElements = new WeakSet();
|
|
2591
2591
|
return Player;
|
|
2592
2592
|
}(event_emitter_1.default));
|
|
2593
|
-
Player.version = /* PLAYER_VERSION */ "4.1.0
|
|
2593
|
+
Player.version = /* PLAYER_VERSION */ "4.1.0";
|
|
2594
2594
|
exports.default = Player;
|
|
@@ -133,7 +133,7 @@ class Player extends EventEmitter {
|
|
|
133
133
|
// Workaround to support Firefox autoplay on FF 42.
|
|
134
134
|
// See: https://bugzilla.mozilla.org/show_bug.cgi?id=1194624
|
|
135
135
|
videoElement.preload = "auto";
|
|
136
|
-
this.version = /* PLAYER_VERSION */ "4.1.0
|
|
136
|
+
this.version = /* PLAYER_VERSION */ "4.1.0";
|
|
137
137
|
this.log = log;
|
|
138
138
|
this.state = "STOPPED";
|
|
139
139
|
this.videoElement = videoElement;
|
|
@@ -2378,5 +2378,5 @@ class Player extends EventEmitter {
|
|
|
2378
2378
|
* Use of a WeakSet ensure the object is garbage collected if it's not used anymore.
|
|
2379
2379
|
*/
|
|
2380
2380
|
Player._priv_currentlyUsedVideoElements = new WeakSet();
|
|
2381
|
-
Player.version = /* PLAYER_VERSION */ "4.1.0
|
|
2381
|
+
Player.version = /* PLAYER_VERSION */ "4.1.0";
|
|
2382
2382
|
export default Player;
|