url-polyfill is loaded in Safari when not required
See original GitHub issueSeems to be because Safari escapes the pathname set by url-polyfill.js#L173, causing the comparison (u.href === 'http://a/c%20d')
to return false:
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Loading Polyfills Only When Needed - Philip Walton
The solution to this problem is to only load polyfills when they're ... The solution must not require supporting browsers to download any ......
Read more >intersection observer polyfill not working Safari - Stack Overflow
This works fine native in Chromem,Firefox and IE called Intersection Observer. However this is not working in Safari. There has been created a...
Read more >Polyfills: everything you ever wanted to know, or maybe a bit ...
No polyfills, no transpiling, it will Just Work. ... visitors use ye olde internet explorer, or UC browser, or Safari from two weeks...
Read more >How to load polyfills only when needed
I know three ready-to-use approaches for that: polyfill.io; the module / nomodule pattern; the useBuiltIns option in @babel/preset-env ...
Read more >Polyfill.io
Why do I need it? There are lots of differing browsers and browser versions in use throughout the world, each one has a...
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
I don’t have Safari on the hand. Could you fix it on your side, run the tests and create a pull request please ?
Ok, version 1.1.8 released. Tell if everything is OK