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 JS fetch API #11894
Closed
Implement JS fetch API #11894
Labels
Comments
This was referenced Jun 28, 2016
|
cc myself |
|
Things to be aware of when starting this project:
|
|
cc'ing myself |
|
NOTE: This summary is outdated. The web platform tests have been updated. So far, the Headers, Request, and Response APIs have been mostly implemented. Some web platform tests for these APIs fail:
|
|
Updated summary of failing tests
|
bors-servo
added a commit
that referenced
this issue
Oct 13, 2016
Fix Request's Headers to be cloned correctly <!-- Please describe your changes on the following line: --> Previously, when `Clone()` was called, Headers of the template Request did not get cloned properly. This commit fixes that issue, and updates the expected wpt results. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #11894 (github issue number if applicable). <!-- Either: --> - [X] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13733) <!-- Reviewable:end -->
|
I think filing specific issues for anything that isn't working will be more useful at this point. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue is tracking the implementation of the JS fetch API following the project plan. This is assigned to our RGSoC team, so please talk with me before starting to work on any part of it.