Upgrade electron to 35.0.2
Co-authored-by: Fedor Indutny <indutny@signal.org>
This commit is contained in:
parent
605ddb7b3e
commit
a91f429236
11 changed files with 15 additions and 29 deletions
|
|
@ -11,6 +11,7 @@ describe('toWebStream', () => {
|
|||
const CHUNK_SIZE = 16 * 1024;
|
||||
let pushed = 0;
|
||||
const readable = new Readable({
|
||||
highWaterMark: CHUNK_SIZE,
|
||||
read() {
|
||||
pushed += 1;
|
||||
this.push(Buffer.alloc(CHUNK_SIZE));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue