diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-11-08 01:18:21 -0500 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-11-09 07:22:05 -0800 |
commit | 1f2c92c7c88ce6619624520ec7e6b9a1f57d445b (patch) | |
tree | 4948ad4fb6491b67310d02f0fab42eb82c11dca0 /js/repl.ts | |
parent | 98e6366cb5f00b99340466a9adb3aa82850785fa (diff) |
Reader/Writer should use Uint8Array not ArrayBufferView
Because many Reader/Writer implementations (e.g. bufio) assume their
able to use subarray() with byte indexes and often ask for byte values,
it makes sense to simply restrict all implementations to Uint8Array.
Diffstat (limited to 'js/repl.ts')
0 files changed, 0 insertions, 0 deletions