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.

@ejcheng ejcheng added the pr label Mar 24, 2022
@dougwilson dougwilson closed this in c77d6b0 Feb 6, 2023
@dougwilson dougwilson merged commit c77d6b0 into jshttp:master Feb 6, 2023
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.

3 participants