EvidentlyCube
released this
19 Jul 19:47
·
0 commits
to master
since this release
Fixed a bug in BinaryReader.isEndOfStream
which would return false even if at the end of a stream, if the stream was created from Uint8Array
and it didn't encompass all of the underlying buffer.