devicescript icon indicating copy to clipboard operation
devicescript copied to clipboard

support for read* on buffer

Open pelikhan opened this issue 2 years ago • 0 comments

Same APIs as node.js. We already support Buffer.getAt, Buffer.setAt that maps internally to the C runtime serialization library; but it needs a friendlier layer. sources: https://github.com/microsoft/devicescript/blob/main/packages/core/src/buffer.ts#L35

pelikhan avatar Apr 17 '23 16:04 pelikhan