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 Reader.byteValue() in favor of a new Reader.uInt8ArrayValue() method #559

Closed
pbcornell opened this issue Feb 18, 2020 · 2 comments
Labels
api v5.0.0 issues for v5.0.0 release
Milestone

Comments

@pbcornell
Copy link

src/dom/Value.ts provides a clearer uInt8ArrayValue(): Uint8Array | null method; consider updating the Reader interface to follow suit.

@desaikd
Copy link
Contributor

desaikd commented Mar 2, 2023

Remove the deprecated method for v5.0.0 release.

@desaikd desaikd added the v5.0.0 issues for v5.0.0 release label Mar 2, 2023
@desaikd desaikd added this to the M7 (v5.0.0) milestone Mar 8, 2023
@desaikd
Copy link
Contributor

desaikd commented Mar 9, 2023

Fixed with #750

@desaikd desaikd closed this as completed Mar 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api v5.0.0 issues for v5.0.0 release
Projects
None yet
Development

No branches or pull requests

3 participants