Eliminate Buffer
Opened this issue · 0 comments
bookmoons commented
I think it's possible to eliminate all usage of the Node.js Buffer
.
Replace all Buffer
use with ArrayBuffer
and TypedArray
.
Opened this issue · 0 comments
I think it's possible to eliminate all usage of the Node.js Buffer
.
Replace all Buffer
use with ArrayBuffer
and TypedArray
.