unfetch icon indicating copy to clipboard operation
unfetch copied to clipboard

🐕 Bare minimum 500b fetch polyfill.

Results 41 unfetch issues
Sort by recently updated
recently updated
newest added

The conditional exports in package.json points to files which does not exist: https://github.com/developit/unfetch/blob/ee5810e7f9cd769677984b159d7e250adf4611b9/package.json#L16-L20 This causes the following errors when importing `unfetch` with typescript: ``` Cannot find module 'unfetch' or its...