Closed
Description
Hey, I'm not sure if this is a ReScript 11 thing or something else, but in order to make fetching work properly, I needed to change this line and this line in such way that neither have underscore as prefix
e.g.
~_method: string=?,
=>
~method: string=?,
The current implementation does not work when using DELETE
as method (at least). It causes an error
TypeError: Failed to construct 'Request': Request with GET/HEAD method cannot have body.
Metadata
Metadata
Assignees
Labels
No labels