mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Adds ready capability rejection logic for stream sink.
This commit is contained in:
parent
38d566f1e5
commit
568b0b6a42
2 changed files with 10 additions and 1 deletions
|
@ -154,7 +154,7 @@ describe('util_stream', function () {
|
|||
expect(log).toEqual('01p2');
|
||||
return reader.cancel();
|
||||
}).then(() => {
|
||||
expect(log).toEqual('01p2c');
|
||||
expect(log).toEqual('01p2c4');
|
||||
done();
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue