This package is a simple wrapper for node-fetch-native and fetch-cookie. It use conditional import to reduce bundle size. Its behaviour will be like:
- In browser,
fetch
withcredentials: 'include'
- In node (>=18), native
fetch
withfetch-cookie
- In node (<18),
node-fetch
withfetch-cookie