Skip to content

Commit

Permalink
added now required call to close() once fetch() is complete
Browse files Browse the repository at this point in the history
  • Loading branch information
chschnell committed Nov 17, 2024
1 parent 4004a4a commit 7cbd89c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/browser/fetch_network.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ async function on_data_http(data)

this.write(new TextEncoder().encode(lines.join("\r\n")));
this.write(new Uint8Array(ab));
this.close();
}
}

Expand Down

0 comments on commit 7cbd89c

Please sign in to comment.