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
- This function differs from [`String.prototype.endsWith`][mdn-string-endswith] in the following ways:
90
+
91
+
- The function requires string values for the first and second arguments and requires that the `len` argument is an integer value.
92
+
- The function does **not** clamp positive `len` values to the end of the input string.
93
+
- Except when provided an empty `search` string, the function**always** returns `false` is a `len` resolves to a starting search position which exceeds the bounds of the input string.
0 commit comments