A Fluent library for all your Fetch needs.
Small library, very few dependencies!
The lib is distributed using the ES
module format. The main entrypoint is exposed through a default
export.
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.