Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
JS: use startsWith()#44593
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
JS: use startsWith()#44593
Uh oh!
There was an error while loading.Please reload this page.
Conversation
stof commentedDec 13, 2021
The JS code running for the toolbar is expected to have the widest browser support possible, because this runs in the app page directly, and we don't want those pages to be restricted in their browser support just because the Symfony debug toolbar breaks the JS. |
alexislefebvre commentedDec 13, 2021
Thanks for the information. My bad, I thought that IE was unsupported for 5+ years, since Edge was released. |
stof commentedDec 14, 2021
@alexislefebvre lots of enterprise tools still need to support IE due to their user base (though this is gradually going down, thanks to Microsoft pushing for the end of support of IE11).
IE 11 is still supported until June 2022 on Windows 10 (after which the IE mode of the new Edge will be the only supported way to run a page needing IE on Windows 10) and until the EOL of Windows 8 (which is in 2023) on Windows 8. |
alexislefebvre commentedDec 14, 2021
Thanks for the detailed report. |
alexislefebvre commentedJun 16, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@stof can we reopen this PR now that IE is unsupported? 🙂https://docs.microsoft.com/en-us/lifecycle/announcements/internet-explorer-11-end-of-support Update: my bad, you already answered:
|
It's standart:https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/startsWith