Skip to content

bug(fetch): Response.json should set charset type in content type header #15884

@erfanium

Description

@erfanium

res.contentType = "application/json";

shouldn't be something like this?

 res.contentType = "application/json; charset=utf-8"; 

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions