1
0
Fork 0
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:
Mukul Mishra 2017-07-25 02:07:38 +05:30
parent 38d566f1e5
commit 568b0b6a42
2 changed files with 10 additions and 1 deletions

View file

@ -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();
});
});