Upgrade electron to 35.0.2

Co-authored-by: Fedor Indutny <indutny@signal.org>
This commit is contained in:
ayumi-signal
2025-03-17 14:35:03 -07:00
committed by GitHub
parent 605ddb7b3e
commit a91f429236
11 changed files with 15 additions and 29 deletions

View File

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