-
Notifications
You must be signed in to change notification settings - Fork 346
Open
Labels
CODESome other Code related issue and it should clearly describe what it is affecting in a comment.Some other Code related issue and it should clearly describe what it is affecting in a comment.enhancementSomething we do have implemented already but needs improvement upon to the best of knowledge.Something we do have implemented already but needs improvement upon to the best of knowledge.migrationUse this to indicate that it may apply to an existing or announced migration.Use this to indicate that it may apply to an existing or announced migration.
Description
What’s missing?
https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String/substr migration.
Why?
Because JavaScript (ECMAScript) API has issues with keeping constant methods in place and wants to make it look like they are unique outside of C/CPP. 😸
Alternatives you tried
n/a
NOTE(s):
slice
should work with most of ours with a little finagling.
REF(s):
Metadata
Metadata
Assignees
Labels
CODESome other Code related issue and it should clearly describe what it is affecting in a comment.Some other Code related issue and it should clearly describe what it is affecting in a comment.enhancementSomething we do have implemented already but needs improvement upon to the best of knowledge.Something we do have implemented already but needs improvement upon to the best of knowledge.migrationUse this to indicate that it may apply to an existing or announced migration.Use this to indicate that it may apply to an existing or announced migration.