-
-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Description
Describe the bug
If Fetch RequestInit ...options supplied then the default method: GET overrides supplied.
To Reproduce
Attempt to provide a body; download will error because you can't GET with a body.
useDownloader( { method: "POST", headers: { "Content-Type": "application/json", }, body: JSON.stringify(''), }
olavoparno
Metadata
Metadata
Assignees
Labels
No labels