Skip to content

Replace deprecated String.prototype.substr() - #87

Closed
CommanderRoot wants to merge 1 commit into
jshttp:masterfrom
CommanderRoot:rm-deprecated-substr
Closed

Replace deprecated String.prototype.substr()#87
CommanderRoot wants to merge 1 commit into
jshttp:masterfrom
CommanderRoot:rm-deprecated-substr

Conversation

@CommanderRoot

Copy link
Copy Markdown

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 .slice() which works similarily but isn't deprecated
Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
@ejchengejcheng added the pr label Mar 24, 2022
@etroynov

Copy link
Copy Markdown

@dougwilson pls, can you check it?

@mbtools

Copy link
Copy Markdown

Closed by #112

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@CommanderRoot@etroynov@mbtools@jimmywarting@ejcheng