v1 no longer supports older browsers
See original GitHub issueHi, v1 builds to cjs and still includes the const
keyword. This means anyone installing this library via npm and running it in the browser cannot support <=ie10 and <=safari 9. I haven’t used parcel before but I imagine you just need to tweak the settings to babelify const
to var
.
This worked in v0.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:3
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Is there a list of old browsers that only support TLS 1.0?
I am having trouble finding a list [of old browsers that only support TLS 1.0]. Lists of browsers with specific features.
Read more >Browsers Will Block Sites Using Old Versions of TLS | Decipher
The end is finally near for antiquated versions of TLS. All the major web browsers—Firefox, Chrome, Safari, and Edge—will display warnings ...
Read more >Enable Support for TLS 1.2 or 1.3 on Web Browsers - Pitt IT
Browsers that use TLS version 1.0 or 1.1 will not be supported. To ensure your web browser supports TLS 1.2 or 1.3, complete...
Read more >TLSv1.0 and v1.1 are being deprecated - RedShield
However, some of your users may still use old browsers on Windows XP, old Android phones or other devices that do not support...
Read more >Enabling TLS 1.1 and TLS 1.2 on web browsers
Instructions to enable TLS 1.1 and/or TLS 1.2 protocols on: Microsoft Internet Explorer, Google Chrome, Mozilla Firefox, Opera and Apple ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Shouldn’t have to use babel to transpile a dependency of a dependency of a dependency of a project I’m working on. I think that this is the problem line: https://github.com/spotify/web-scripts/blob/master/packages/web-scripts/config/tsconfig.json#L12 (yes, it’s even further down the dependency chain from the code I’m actually writing)
🎉 This issue has been resolved in version 1.0.4 🎉
The release is available on:
Your semantic-release bot 📦🚀