We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
String.repeat is not implemented in older browsers.
String.repeat
sprintf.js/src/sprintf.js
Line 134 in ceb9b80
The text was updated successfully, but these errors were encountered:
Yes, see https://github.com/alexei/sprintf.js#browser
Sorry, something went wrong.
I'm using your library in a context where I can't modify the global environment. Is there some way I could pass repeat in? Alternatively it would be great if you could include a compatibility shim. https://github.com/zloirock/core-js/blob/7586b39efdb16e81a8e54e4d780f402456b3fd4a/packages/core-js/internals/string-repeat.js#L12 seems like a good one.
repeat
No branches or pull requests
String.repeat
is not implemented in older browsers.sprintf.js/src/sprintf.js
Line 134 in ceb9b80
The text was updated successfully, but these errors were encountered: