Skip to content

Replace deprecated String.prototype.substr()#23

Merged
UlisesGascon merged 2 commits intojshttp:masterfrom
CommanderRoot:rm-deprecated-substr
Jun 6, 2025
Merged

Replace deprecated String.prototype.substr()#23
UlisesGascon merged 2 commits intojshttp:masterfrom
CommanderRoot:rm-deprecated-substr

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 .slice() which works similarily but isn't deprecated
Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
@ejcheng ejcheng added the pr label Mar 24, 2022
@jshttp jshttp deleted a comment from mull Apr 4, 2023
@UlisesGascon UlisesGascon self-assigned this Jun 6, 2025
@UlisesGascon UlisesGascon merged commit ed17ccd into jshttp:master Jun 6, 2025
28 checks passed
@UlisesGascon UlisesGascon mentioned this pull request Jun 6, 2025
Sign up for free to 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.

4 participants