Fetch polyfill not working with Safari Technology Preview
See original GitHub issueUsing Safari Technology Preview Version 9.1.1 (11601.6.10, 11602.1.25), when I try using fetch:
fetch('/')
It returns a rejected promise:
Promise {status: "rejected", result: "Fetch is not yet implemented"}
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:14 (7 by maintainers)
Top Results From Across the Web
javascript - Safari - An error occurred trying to load the resource
It always throws the red text 'An error occurred trying to load the resource'. My initial thought was that the devtool wouldn't support...
Read more >Mobile Web Inspector doesn't work with Safari 13
I am facing the same problem. I am unable to see my virtual device in safari and also Safari Technology Preview. I am...
Read more >Apple's Safari Technology Preview is a stable test platform for users ...
Apple's Safari Technology Preview is a stable test platform for users and devs ... I'm working on a project that's using GitHub's whatwg-fetch...
Read more >Polyfills: everything you ever wanted to know, or maybe a bit ...
You can use promises and fetch and arrow functions and const and let — all the hip new gear — and it will...
Read more >SystemJS 0.20 - Aligning with browser modules - Guy Bedford
The development loader has to deal with the problem that when ... this mechanism of loading ES modules in the Safari Technology Preview...
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 Free
Top 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
https://twitter.com/jonathandavis/status/715315412791988225
BTW you can force the polyfill taking place if you nulify
window.fetch
before loading the polyfill: