0.0.2 • Published 2 years ago
node-fetch-cookie-native v0.0.2
node-fetch-cookie-native
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,
fetchwithcredentials: 'include' - In node (>=18), native
fetchwithfetch-cookie - In node (<18),
node-fetchwithfetch-cookie