fetch icon indicating copy to clipboard operation
fetch copied to clipboard

Make it possible to extend a Fetch-implementation

Open lessp opened this issue 5 years ago • 0 comments

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 = ... => ...
}

lessp avatar Mar 30 '20 21:03 lessp