Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.11 KB

README.md

File metadata and controls

18 lines (13 loc) · 1.11 KB

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.