fetch
fetch copied to clipboard
Make it possible to extend a Fetch-implementation
One issue I see currently is that there's no way to extend the current Fetch-implementation.
E.g. it'd be nice for consumers to extend with custom functionality:
module Body: {
...
let toJSON = ... => ...
}