Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Deprecate the functions associated withRawString and suggest using TextEncoder or TextDecoder instead. #667

@homura

Description

@homura

static fromRawString(s: string): Reader;

export function bytifyRawString(rawString: string): Uint8Array {

static fromRawString(string) {

The TextEncoder and TextDecoder are widely supported in many runtimes

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    📌Planning

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions