UNPKG
unfetch
Version:
latest (5.0.0)
5.0.0
4.2.0
4.1.0
4.0.1
4.0.0
3.1.2
3.1.1
3.1.0
3.0.0
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
1.0.1
1.0.0
Bare minimum fetch polyfill in 500 bytes
github.com/developit/unfetch
developit/unfetch
unfetch
/
polyfill
/
polyfill.mjs
3 lines
(2 loc)
•
65 B
JavaScript
View Raw
1
2
3
import
unfetch
from
'..'
;
if
(!
self
.fetch)
self
.fetch = unfetch;