Skip to content

Conversation

@CommanderRoot
Copy link

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 <[email protected]>
@dackers86
Copy link
Member

Thank you for taking the time to submit this feature request.

A new release is planned shortly, which should resolve this request.

In the meantime, we will close this request, if this is not resolved in the new version - please feel free to create a new issue.

@dackers86 dackers86 closed this Nov 25, 2025
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.

2 participants