Skip to content
  • Philip Chimento's avatar
    byteArray: Add backwards-compatible ByteArray class · 2b6d0fbf
    Philip Chimento authored
    This should make it easier to keep old code working. It adds a legacy
    ByteArray.ByteArray class that works just like the old ByteArray class
    but uses Uint8Array internally. It isn't zero-copy, so it will regress
    the performance of old code, but it should keep almost all code at least
    working. To recover the performance, clients can use Uint8Array instead.
    
    See: #5
    2b6d0fbf