Skip to content
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

Missing support for String.prototype.padStart() and padEnd() #429

Closed
aviv86 opened this issue Oct 22, 2017 · 4 comments
Closed

Missing support for String.prototype.padStart() and padEnd() #429

aviv86 opened this issue Oct 22, 2017 · 4 comments

Comments

@aviv86
Copy link

aviv86 commented Oct 22, 2017

No description provided.

@aviv86
Copy link
Author

aviv86 commented Oct 24, 2017

startsWith() and endsWith() are not supported as well

@WestDiscGolf
Copy link
Contributor

Would the suggested implentations here and here be enough if implemented? Or would the more "fullfilled" pollyfills be required?

@sebastienros
Copy link
Owner

@WestDiscGolf if you intend to implement the other two ones, and anything else after all, please follow the reference implementation from the specification, and not MDN. It will be easier to understand. But feel free to use the test cases from MDN.

@WestDiscGolf
Copy link
Contributor

@sebastienros sure thing! 👍

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

No branches or pull requests

3 participants