-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Add tests using Request/fetch similar to the XHR ones added in #4953 #7848
Add tests using Request/fetch similar to the XHR ones added in #4953 #7848
Conversation
@annevk does my understanding here match yours? |
Build PASSEDStarted: 2017-11-30 14:47:33 Failing Jobs
View more information about this build on: |
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.
Maybe also test passing the URL directly to fetch()
? Did you file implementation bugs?
This is approved, is there any reason why it isn't merged? (Had CI not finished when it was approved?) |
The reason I didn't merge it is because I asked questions. It's easier to get questions answered if something isn't marked as resolved. |
b0c5490
to
af1c898
Compare
Sorry for the delay, I somehow missed the earlier approval/comments. Added a test passing url directly to fetch(). Haven't filed any implementation bugs, no, as I wasn't sure this was actually the behavior we want to specs to describe. But I think I now agree that it probably is the right behavior. |
As far as I can tell the Request spec has the same behavior where on creating the Request we're supposed to parse the URL and get a reference to the underlying blob, and as such this test is supposed to pass.