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:
parent
a6f9026ab1
commit
042b318cfa
2 changed files with 38 additions and 8 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue