-
Notifications
You must be signed in to change notification settings - Fork 337
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
Define a XMLHttpRequestBodyInit without ReadableStream #1029
Conversation
This one seems to build locally, is the error above pointing to an actual problem with the change? CI seems ok... |
Can you file a bug for each browser? You can refer to the same bugs here and in whatwg/xhr#279. |
Ah sorry, no bugs are needed because this is specifying the current behavior. Can you state that in the description? |
Ok, I have added
Reading Actually can someone add the "impacts documentation label "? Also it appears @whatwg/documentation is not an actual team? |
IIRC, GitHub will only make the text mention-able for a team member's mention so maybe you will need someone (a team member of |
I have added the labels and cc'ed the team on the companion PR in XHR, as I think it's that one affecting docs rather than this one... @annevk thank you for adding me to the org! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me modulo this nit.
fetch.bs
Outdated
typedef (Blob or BufferSource or FormData or URLSearchParams or ReadableStream or USVString) BodyInit;</pre> | ||
typedef (Blob or BufferSource or FormData or URLSearchParams or USVString) XMLHttpRequestBodyInit;</pre> | ||
|
||
<pre class=idl> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<pre class=idl> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, addressed...
cc: @yoichio fyi |
…yInit by adding a stream to it.
7a0fb39
to
70be406
Compare
Following-up on whatwg/fetch#1029. Tests: to be rewritten as part of servo/servo#26723. Fixes #277.
Following-up on whatwg/fetch#1029. Tests: to be rewritten as part of servo/servo#26723. Fixes #277.
Part of whatwg/xhr#277, removing
ReadableStream
from the body init used by XHR, and re-defining aBodyInit
to include the stream option.(See WHATWG Working Mode: Changes for more details.)
💥 Error: 400 Bad Request 💥
PR Preview failed to build. (Last tried on Jun 2, 2020, 4:27 PM UTC).
More
PR Preview relies on a number of web services to run. There seems to be an issue with the following one:
🚨 CSS Spec Preprocessor - CSS Spec Preprocessor is the web service used to build Bikeshed specs.
🔗 Related URL
If you don't have enough information above to solve the error by yourself (or to understand to which web service the error is related to, if any), please file an issue.