-
Couldn't load subscription status.
- Fork 33
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Describe the bug
URLSearchParams not shown in log
To Reproduce
Steps to reproduce the behavior:
await axiosInstance.post('http://xxxxx/hello', new URLSearchParams({ a: 1, b: 2 }));
[Axios][Request] POST http://xxxxx/hello {}
Expected behavior
[Axios][Request] POST http://xxxxx/hello a=1&b=2
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers