1
0
Fork 0
mirror of https://github.com/codedread/bitjs synced 2025-10-05 18:34:17 +02:00

Update readme for streaming and add a TODO for Issue #11

This commit is contained in:
codedread 2018-02-01 09:31:29 -08:00
parent a6f9026ab1
commit 042b318cfa
2 changed files with 38 additions and 8 deletions

View file

@ -354,6 +354,7 @@ function RarReadTables(bstream) {
bstream.readBits( (8 - bstream.bitPtr) & 0x7 );
if (bstream.readBits(1)) {
// TODO: Implement PPM. 07535.
info("Error! PPM not implemented yet");
return;
}