node-fetch-cookie-native
v0.0.2
Published
A wrapper around node-fetch-native and fetch-cookie
Downloads
77
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,
fetch
withcredentials: 'include'
- In node (>=18), native
fetch
withfetch-cookie
- In node (<18),
node-fetch
withfetch-cookie