Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

docs: replace node buffers with uint8arrays #55

Merged

Conversation

achingbrain
Copy link
Member

Node Buffers aren't bundled for the web by default any more and the useful bits of their API is covered by the DataView class, so replace references to Buffers in the interface definition with Uint8Arrays.

Node Buffers aren't bundled for the web by default any more and the
useful bits of their API is covered by the DataView class, so replace
references to Buffers in the interface definition with Uint8Arrays.
@achingbrain
Copy link
Member Author

Submitted from a fork because I can't push branches to this repo.

README.md Outdated Show resolved Hide resolved
Copy link
Member

@rvagg rvagg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fine, with that one minor nit

README.md Outdated Show resolved Hide resolved
@rvagg rvagg self-requested a review August 5, 2020 05:06
@vmx vmx merged commit 0be59be into ipld:master Aug 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants