Skip to content

Conversation

@CommanderRoot
Copy link
Contributor

String.prototype.substr() is deprecated so we replace it with String.prototype.slice() which works similarily but isn't deprecated.
.substr() probably isn't going away anytime soon but the change is trivial so it doesn't hurt to do it.

.substr() is deprecated so we replace it with functions which work similarily but aren't deprecated

Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
@bexsoft bexsoft added the blocked label Apr 5, 2022
@bexsoft
Copy link
Collaborator

bexsoft commented Apr 5, 2022

Blocked until new release is done

@dvaldivia dvaldivia removed the blocked label Apr 5, 2022
@bexsoft bexsoft merged commit 731501b into minio:master Apr 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants