-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jerry: does not support String.prototype.startsWith() #472
Comments
@Morrowind Please describe your requirements in English, and answer the questions in our templates. |
我查到ES6官网上的说明,就直接c&p了,下次会用英语。 |
And you should answer the questions in our templates:
|
jerryscript-project/jerryscript@d4ce20d has been implemented these functions as you want, does anybody wanna land this on ShadowNode? |
ES6又提供了三种新方法。
includes():返回布尔值,表示是否找到了参数字符串。
startsWith():返回布尔值,表示参数字符串是否在源字符串的头部。
endsWith():返回布尔值,表示参数字符串是否在源字符串的尾部。
请支持。
Is your feature request related to a problem? Please describe.
Please describe the problem you are trying to solve.
Describe the solution you'd like
Please describe the desired behavior.
Describe alternatives you've considered
Please describe alternative solutions or features you have considered.
The text was updated successfully, but these errors were encountered: