UNPKG

unfetch

Version:

Bare minimum fetch polyfill in 500 bytes

3 lines (2 loc) 65 B
import unfetch from '..'; if (!self.fetch) self.fetch = unfetch;