node-fetch-cookie-native
v0.0.2
Published
A wrapper around node-fetch-native and fetch-cookie
Downloads
44
Readme
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
