1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 15:18:08 +02:00

Merge pull request #8696 from mukulmishra18/sink-ready-rejection

Adds ready capability rejection logic for stream sink.
This commit is contained in:
Yury Delendik 2017-07-24 16:40:30 -05:00 committed by GitHub
commit bd8c12119a
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();
});
});