Skip to content

Issue with invalid Base64 decoding? #376

@kikayli

Description

@kikayli

In the getDecoder function, it claims to support obtaining the Base64, but the actual code implements encoding rather than decoding. Is there a problem with this?

return decoders.base64;

return data.base64Slice(0, data.length);

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions