Highlights
- 1 discussion answered
Pinned
8,006 contributions in the last year
Less
More
Activity overview
Contribution activity
July 2021
Created 66 commits in 3 repositories
Created a pull request in nodejs/node that received 39 comments
Opened 24 other pull requests in 3 repositories
nodejs/node
3
open
12
closed
- stream: fix toWeb typo
- stream: mark compose as experimental
- stream: introduce Body
- stream: compose with async functions
- stream: forward errored to callback
- meta: fix tls code owners
- stream: validate abort signal
- stream: destroy readable on read error
- tls: refactor legacy
- stream: don't emit prefinish after error or close
- stream: cleanup async handling
- stream: use finished for async iteration
- stream: alternative async generator transform
- tty: enable buffering
- stream: finished should error on errored stream.
nodejs/undici
3
open
4
merged
1
closed
Ethan-Arrowood/undici-fetch
1
open
Reviewed 35 pull requests in 2 repositories
nodejs/node 25 pull requests
- events: allow the options argument to be null
- quic: add quic
- http: decodes url.username and url.password for authorization header
- deps: update V8 to 9.2
- stream: compose with async functions
- stream: add readableDidRead
- streams: fixup property definition to avoid prototype polution
- fs: add FileHandle.prototype.readableStream()
- stream: compose
- http: fix keepAliveTimeout for HTTP server after answering a POST request synchronously
- lib: rename TransferedReadableStream etc.
- stream: add adapters for webstreams to node.js streams
- stream: unify stream utils
- streams: pipeline error if any stream is destroyed
- Error if message is bigger than Content-Length
- clean up HttpParser correctly
- stream: use finished for async iteration
- doc: remove emailing the TSC from offboarding doc
- stream: throw on premature close in Readable[AsyncIterator]
- tty: enable buffering
- Revert "stream: error Duplex write/read if not writable/readable"
- perf: remove duplicate codes
- stream: error Duplex write/read if not writable/readable
- stream: finished should error on errored stream.
-
Introduce
mimemodule
nodejs/undici 10 pull requests
- feat: return body as consumable body2
- always clear the connectTimeout
- feat: return body as consumable body
- Creating util function to validate handlers
- fix: accept URL origin in Agent
- documentation and test for using client certificates
- fix: unify connect options
- feature: add onBodyChunkSent callback to dispatch
-
fix: remove
authorizationheader when redirecting to unknown origins - Fix/bad assert in connect
Created an issue in nodejs/node that received 6 comments
stream: alternative async generator transform
Just an idea for discussion: Currently we support creating transform streams from async generators: async function* toUpper(source) { for await (const
6
comments
Opened 5 other issues in 3 repositories
nodejs/undici
1
closed
1
open
Ethan-Arrowood/undici-fetch
2
open
nodejs/node
1
open
13
contributions
in private repositories
Jul 7 – Jul 23

