Skip to content

URLSearchParams not shown in log #126

Open
@liukaigsx

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

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions