-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
padStart/padEnd in current safari is buggy and shouldnt be used #280
Comments
I was hitting this also on iOS (weirdly it doesn't happen so much when the Developer Tools are connected, but much more when they are not); lost over an hour to finding out what the issue in my code was (not least because I couldn't debug it with the devtools and it was Mobile Safari so I had to resort to A buggyfill for this would have saved me a lot of time. |
Is forced replacement for |
Fixed in |
safari: webview: since there is no version string, maybe we better check |
@sunderls it will not work with desktop |
The currently released version of safari has a bug in padStart padEnd that causes it to return null.
https://developer.apple.com/safari/technology-preview/release-notes/ fix in preview 15
While it says its rare we are hitting it about 40% of the time. As far as I can tell there isn't a externally facing way to force a polyfill to override native.
Can you guys mark padStart/end as $export.F until this fix lands?The text was updated successfully, but these errors were encountered: