Stefan DW
Results
1
issues of
Stefan DW
Using the header object in a fetch call ``` headers: new Headers( { "Content-Type": "application/json", } ), ``` instead of just ``` headers: { "Content-Type": "application/json", } ``` will cause...
enhancement
help wanted