Releases: ardatan/whatwg-node
Releases · ardatan/whatwg-node
November 14, 2024
@whatwg-node/[email protected]
Patch Changes
November 11, 2024
November 09, 2024
@whatwg-node/[email protected]
Patch Changes
-
c68f5ad
Thanks @ardatan! - Pass errors to ReadableStream's cancel method
properly when it is piped, and piped stream is cancelledImplement
ReadableStream.from
-
Updated dependencies
[c68f5ad
]:- @whatwg-node/[email protected]
@whatwg-node/[email protected]
Patch Changes
November 08, 2024
@whatwg-node/[email protected]
Minor Changes
Patch Changes
- Updated dependencies
[6c006e1
]:- @whatwg-node/[email protected]
@whatwg-node/[email protected]
Minor Changes
@whatwg-node/[email protected]
Patch Changes
- Updated dependencies
[6c006e1
]:- @whatwg-node/[email protected]
November 04, 2024
@whatwg-node/[email protected]
Patch Changes
November 04, 2024
@whatwg-node/[email protected]
Patch Changes
- Updated dependencies
[637185f
]:- @whatwg-node/[email protected]
@whatwg-node/[email protected]
Minor Changes
@whatwg-node/[email protected]
Patch Changes
-
Updated dependencies []:
- @whatwg-node/[email protected]
October 21, 2024
@whatwg-node/[email protected]
Patch Changes
-
77dd1c3
Thanks @ardatan! - Use `globalThis` instead of `window` for the
global object referenceFixes the issues with Deno
-
Updated dependencies
[9281e02
]:- @whatwg-node/[email protected]
@whatwg-node/[email protected]
Patch Changes
@whatwg-node/[email protected]
Patch Changes
-
9281e02
Thanks @ardatan! - Improvements with uWS Body handling -
Updated dependencies
[77dd1c3
]:- @whatwg-node/[email protected]
September 01, 2024
@whatwg-node/[email protected]
Patch Changes
-
#1617
ed368bf
Thanks @ardatan! - # Fixes for usage ofnode-libcurl
- Fix `Error: SSL peer certificate or SSH remove key was not ok error`, and use
tls.rootCertificates
as default certificates.
- Fix
API function called from within callback
by preventing the use ofcurl_easy_perform
and
curl_multi_perform
inside callbacks.
- Fix `Error: SSL peer certificate or SSH remove key was not ok error`, and use