You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ECMA-262 spec has an optional endPosition parameter.
Which means "abcde".endsWith('d', 4) // true -- however this is not currently supported. It is possible to add that feature without non-breaking change.
Please consider adding that support.
The text was updated successfully, but these errors were encountered:
acagastya
added a commit
to acagastya/end-with
that referenced
this issue
Oct 1, 2020
The ECMA-262 spec has an optional
endPosition
parameter.Which means
"abcde".endsWith('d', 4) // true
-- however this is not currently supported. It is possible to add that feature without non-breaking change.Please consider adding that support.
The text was updated successfully, but these errors were encountered: