Releases: ardatan/whatwg-node
Releases · ardatan/whatwg-node
October 18, 2023
@whatwg-node/[email protected]
Patch Changes
September 15, 2023
@whatwg-node/[email protected]
Patch Changes
September 11, 2023
@whatwg-node/[email protected]
Patch Changes
September 05, 2023
@whatwg-node/[email protected]
Patch Changes
September 01, 2023
@whatwg-node/[email protected]
Patch Changes
-
a8467ab
Thanks @ardatan! - Fake promise's then method may not take a
callback function -
Updated dependencies
[a8467ab
]:- @whatwg-node/[email protected]
@whatwg-node/[email protected]
Patch Changes
September 01, 2023
@whatwg-node/[email protected]
Patch Changes
-
96efb10
Thanks @ardatan! - Ignore content-length while reading the request
body -
Updated dependencies
[96efb10
]:- @whatwg-node/[email protected]
@whatwg-node/[email protected]
Patch Changes
September 01, 2023
@whatwg-node/[email protected]
Patch Changes
- #806
9b6911a
Thanks @ardatan! - ReturnBuffer
instead ofArrayBuffer
in
.arrayBuffer
due to a bug in Node.js that returns a bigger ArrayBuffer causing memory overflow - Updated dependencies
[9b6911a
]:- @whatwg-node/[email protected]
@whatwg-node/[email protected]
Patch Changes
- #806
9b6911a
Thanks @ardatan! - ReturnBuffer
instead ofArrayBuffer
in
.arrayBuffer
due to a bug in Node.js that returns a bigger ArrayBuffer causing memory overflow
@whatwg-node/[email protected]
Patch Changes
- #806
9b6911a
Thanks @ardatan! - ReturnBuffer
instead ofArrayBuffer
in
.arrayBuffer
due to a bug in Node.js that returns a bigger ArrayBuffer causing memory overflow - Updated dependencies
[9b6911a
]:- @whatwg-node/[email protected]
August 24, 2023
@whatwg-node/[email protected]
Patch Changes
August 21, 2023
@whatwg-node/[email protected]
Patch Changes
- #777
e3ae0a3
Thanks @ardatan! - Do not create a new Buffer to uWS and node-http,
and use the existing Buffer instead for better performance in Node.js.