Skip to content

AsakuraMizu/node-fetch-cookie-native

Repository files navigation

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 with credentials: 'include'
  • In node (>=18), native fetch with fetch-cookie
  • In node (<18), node-fetch with fetch-cookie

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published