Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upImplement document response correctly for XHR #9707
Comments
|
I'd really like to take this one |
|
It's not clear to me there's anything to be done here that we can do right now. |
|
Do we have infra for prescanning? |
|
Can we use parsell or tendrill for this? |
|
@liviuba Have you made any progress here? |
|
@jdm Got stuck with Parsell because of the lack of documentation / usage in general / experience with parsers on my side. Right now I'm trying to at least partially implement prescanning with Nom and once I get that going moving to Parsell should be doable |
|
It's not clear to me that this is a good E-easy issue due to the open questions around how to implement prescanning, so I'm removing the label. |
Code:
components/script/dom/xmlhttprequest.rsSpec: https://xhr.spec.whatwg.org/#document-response
Test:
tests/wpt/web-platform-tests/XMLHttpRequest/responsexml-*.htmcc @liviuba