Investigate Uint8Array as replacement for Buffer #273
Labels
1.0
Pullrequests & issues related to the Typescript rewrite and 1.0 release
enhancement
Suggests, requests, or implements a feature or enhancement
We should look into using
Uint8Array
as an alternative toBuffer
since from what I am reading it is supported in both Browser & Node runtimes.Motivation
Simplify usage of rsocket-js in browser environments.
Desired solution
Replace
Buffer
usage withUint8Array
.Considered alternatives
Continue using
Buffer
and provide stronger guidance that Browser use-cases will require polyfill.Additional context
The text was updated successfully, but these errors were encountered: