-
Notifications
You must be signed in to change notification settings - Fork 546
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fetch request body can be async iterable #991
Labels
Comments
ronag
added
good first issue
Good for newcomers
Docs
Changes related to the documentation
fetch
spec
labels
Aug 20, 2021
taking this |
abskrj
added a commit
to abskrj/undici
that referenced
this issue
Feb 3, 2022
Issue: nodejs#991 Added a description and an exmaple of async iterables in the doc
abskrj
added a commit
to abskrj/undici
that referenced
this issue
Feb 3, 2022
Issue: nodejs#991 Added a description and an exmaple of async iterables in the doc
ronag
pushed a commit
that referenced
this issue
Feb 4, 2022
* feat: add asyn iterable section in doc Issue: #991 Added a description and an exmaple of async iterables in the doc * fix: fetch method Co-authored-by: Khafra <[email protected]> * fix: add missing body type in readme Co-authored-by: Khafra <[email protected]>
Since #1202 has landed, should we close this issue? (it didn't get automatically closed because the pr didn't use |
KhafraDev
added a commit
to KhafraDev/undici
that referenced
this issue
Jun 23, 2022
* feat: add asyn iterable section in doc Issue: nodejs#991 Added a description and an exmaple of async iterables in the doc * fix: fetch method Co-authored-by: Khafra <[email protected]> * fix: add missing body type in readme Co-authored-by: Khafra <[email protected]>
metcoder95
pushed a commit
to metcoder95/undici
that referenced
this issue
Dec 26, 2022
* feat: add asyn iterable section in doc Issue: nodejs#991 Added a description and an exmaple of async iterables in the doc * fix: fetch method Co-authored-by: Khafra <[email protected]> * fix: add missing body type in readme Co-authored-by: Khafra <[email protected]>
crysmags
pushed a commit
to crysmags/undici
that referenced
this issue
Feb 27, 2024
* feat: add asyn iterable section in doc Issue: nodejs#991 Added a description and an exmaple of async iterables in the doc * fix: fetch method Co-authored-by: Khafra <[email protected]> * fix: add missing body type in readme Co-authored-by: Khafra <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
The fetch spec does not allow async iterables as request body, we however allow it. The WHATWG doesn't seem to have anything against this per se.
Just needs to add a section in docs describing it.
whatwg/fetch#1291
The text was updated successfully, but these errors were encountered: