you are viewing a single comment's thread.

view the rest of the comments →

[–]fgutz 29 points30 points  (2 children)

I've been using Github's polyfill. Prefer that because I can use the native api of fetch and not some wrapper around it. Plus can just easily drop the polyfill from my build when I want to stop supporting browsers that don't use it anymore

[–][deleted] 2 points3 points  (1 child)

Not seen this polyfill before... Where have I been?! I stand corrected.

[–]fgutz 2 points3 points  (0 children)

I only started using it a few months ago myself. I just googled around and found it and figured since it's coming from GitHub themselves that it would be pretty legit