Skip to content

[Blazor] Consider passing argsJson as byte[] from the client to dispatcher calls #12280

@pranavkm

Description

@pranavkm

We could avoid doing work on the server to convert UTF16 string -> UTF8 byte array and instead have the client pass in the correctly encoded byte array. There's an API and polyfill to produce a utf8 byte array in the browser - https://github.com/samthor/fast-text-encoding

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions