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 upCache response types in XHR #3919
Closed
Labels
Comments
|
Blocks #2525. |
|
I'll see if I can fix this up. |
|
Blocks #9489. |
bors-servo
added a commit
that referenced
this issue
Feb 15, 2016
Cache XHR JSON responses Fixes #3919. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9621) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
Feb 15, 2016
Cache XHR JSON responses Fixes #3919. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9621) <!-- Reviewable:end -->
|
@Ms2ger So I suppose that we still have ArrayBuffer responses to cache? |
|
I need to double check we got them all |
|
@Ms2ger What's left to do here? |
|
ArrayBuffer is not implemented, and the rest is cached. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See https://xhr.spec.whatwg.org/#response-json-object -- the parsed responses should be cached once calculated.
Should make
/XMLHttpRequest/response-json.htmpass.