Skip to content

austince/fluently-fetch

Repository files navigation

Fluently Fetch

Build Status npm node NpmLicense codecov

A Fluent library for all your Fetch needs.

Small library, very few dependencies!

Use in the browser

The lib is distributed using the ES module format. The main entrypoint is exposed through a default export.

Caveats

Sending FormData on Node currently cannot merge multiple FormData objects (and will instead throw an error), as the form-data is not nearly isomorphic enough to make the merging-of-bodies implementation clean.

Releases

No releases published

Packages

No packages published

Languages