Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
homura opened this issue Apr 10, 2024 · 0 comments
Milestone

Comments

@homura
Copy link
Collaborator

homura commented Apr 10, 2024

static fromRawString(s: string): Reader;

export function bytifyRawString(rawString: string): Uint8Array {

static fromRawString(string) {

The TextEncoder and TextDecoder are widely supported in many runtimes

@homura homura added this to Lumos Apr 10, 2024
@homura homura moved this to 📌Planning in Lumos Apr 10, 2024
@homura homura added this to the 0.23.0 milestone Apr 10, 2024
@homura homura changed the title Deprecate the XRawString function and suggest using TextEncoder or TextDecoder instead. Deprecate the functions associated withRawString and suggest using TextEncoder or TextDecoder instead. Apr 11, 2024
@homura homura modified the milestones: 0.23.0, 0.24.0 Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📌Planning
Development

No branches or pull requests

1 participant