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

feat: supported Uint8Array for Reader in toolkit #268

Merged
merged 1 commit into from
Mar 2, 2022

Conversation

liubq7
Copy link
Contributor

@liubq7 liubq7 commented Feb 23, 2022

Move content from this pr

// supported Uint8Array in Reader
// now we can create a Reader without new syntax
var reader = Reader.from(Uint8Array.from([0x12, 0x34, 0x56, 0x78]));

Reader.isReader(reader) // true

@homura homura merged commit 83ffc0d into ckb-js:develop Mar 2, 2022
This was referenced Mar 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants