Highlights
- 1 discussion answered
Pinned
7,900 contributions in the last year
Less
More
Activity overview
Contribution activity
August 2021
Created 186 commits in 5 repositories
Created 4 repositories
- ronag/hwp JavaScript
- ronag/FormData JavaScript
- ronag/fetch HTML
- ronag/node-fetch JavaScript
Created a pull request in nodejs/undici that received 165 comments
Opened 31 other pull requests in 5 repositories
nodejs/undici
1
closed
19
merged
- fix: force gc on request pause
- docs: add notes about gc spec compliance
- fix: lazy load llhttp
- tetst: formdata coverage
- fix(fetch): toUSVString
- test: fix coverage reporter
- feat(fetch): async iterable body
- fix: redirect handler should not modify stream state
- fix: post with paused stream
- feat(fetch): FormData
- fix: request body.body regression
- feat: fetch decompression
- fix: terminate fetch on gc
- fix: improve fetch spec compliance
- feat: support Blob request body
- fix: fetch response is not Readable
- fix: avoid access internal socket state
- test: fix flaky ci
- fix: only redirect if undisturbed body
- feat: implement fetch API
nodejs/node
5
closed
mcollina/hwp
4
merged
pinojs/sonic-boom
1
open
whatwg/fetch
1
open
Reviewed 31 pull requests in 4 repositories
nodejs/undici
16 pull requests
-
feat:
fetchtypes - docs: add notes about gc spec compliance
- feat: onInfo
- fix: servername calculation
- fix(fetch): toUSVString
- doc: add doc for url object
- feat(fetch): FormData
-
Fix
toWebReadablefinishing too early - feat: fetch decompression
- fix: implement fetch per spec
- fix: terminate fetch on gc
-
Fix
blob.typenot having the response type - port Header class changes from core PR#38986
- fix: fetch response is not Readable
- fix: only redirect if undisturbed body
-
add
BodyMixintype
nodejs/node
12 pull requests
- util: expose toUSVString
- readline: add Promise-based API
- streams: pipeline with signal
- doc: fix lint errors in packages.md
- stream: deprecate readableFlowing setter
- stream: ensure text() stream consumer flushes correctly
- stdio: call _undestroy() inside _destroy for stdout and stderr
- console: _undestroy() the stream if it is stdio
- stream: utility consumers for web and node.js streams
- stream: add isDisturbed helper
-
stream: clean
endWritableNT - TLS: improve compliance with shutdown standard, remove hacks
mcollina/hwp
2 pull requests
pinojs/sonic-boom
1 pull request
Created an issue in nodejs/node that received 21 comments
ReadableStream internal state
While working implementing fetch in undici I've noticed a limitation on how compliant we can be towards the spec. In order to "extract" a request body
21
comments
Opened 75 other issues in 8 repositories
nodejs/undici
19
open
23
closed
- Fetch and GC
- Fetch request body can be async iterable
- Fetch body streams are not full duplex
- Coverage Report CI is not working
- Code Coverage
- toUSVString
- CI fail Windows 16.7
- Node extensions
- Implement multipart parsing
- realm vs async context
- browser support
- "invalid this" check?
- Web IDL type checks and conversions
- mac 16 CI is flaky
- Implement FormData parsing
- FormData streaming
- is content-length match after decoding sufficient?
- brotli requires https?
- Implement fetch methods
- What is a "byte sequence"
- mark resource timing
- Test Coverage
- terminate fetch when not observable after GC
- spec doesn't finalize connection on network error
- Make node-fetch tests contribute to coverage report
- Some issues not shown.
whatwg/fetch
11
open
4
closed
-
request.clientmay be null is not taken into account - unsupported codings
- 421 case is missing RST_FRAME
- 407 case can live lock
- Allow request take AsyncIterable body?
- "read object" is not defined
- redirect doesn't cancel or consume current response
- cleanup signal listener
- aborting locked request body
- Modify httpRequest’s header list per HTTP.
- Is is possible to invoke schemeFetch through the API?
- 4.7. HTTP-network fetch references undefined "httpRequest"
- cancelling fetch after promise has been resolved
- Mismatch between body length and user provided content-length header.
- What does "Assert" mean?
nodejs/node
4
open
2
closed
pinojs/sonic-boom
5
open
mcollina/hwp
3
closed
github/fetch
2
closed
pinojs/pino
1
open
node-fetch/node-fetch
1
open
7
contributions
in private repositories
Aug 2 – Aug 26