mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-14 15:56:38 +03:00
Rename v2.6 to v3.0 and v2.7 to v3.1
We have decided to bump the major version number instead of the minor number, based primarily on the fact that this release breaks compatibility with our previous manifest structure. Change-Id: I67e4c8267c6e103cfc7278e09daac186ae5cbbc6
This commit is contained in:
@@ -27,7 +27,7 @@ shaka.util.Uint8ArrayUtils = class {
|
||||
*/
|
||||
static equal(arr1, arr2) {
|
||||
shaka.Deprecate.deprecateFeature(
|
||||
2, 7,
|
||||
3, 1,
|
||||
'shaka.util.Uint8ArrayUtils.equal',
|
||||
'Please use shaka.util.BufferUtils.equal instead.');
|
||||
return shaka.util.BufferUtils.equal(arr1, arr2);
|
||||
|
||||
Reference in New Issue
Block a user