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 upBrowser API: implement iframe.reload() #8618
Conversation
|
Is there a spec for how this is supposed to behave? Is it supposed to reload the current contents of the iframe, or reload the url specified by the src attribute? |
|
It's supposed to reload the current contents of the iframe… and now I realize that this code reloads the src attribute :) |
|
@bors-servo: r+ |
|
|
Browser API: implement iframe.reload() fixes #8575 The implementation is naive, and doesn't support the `hardreload` parameter. And for the test, I'm not sure how else I can test the reload. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8618) <!-- Reviewable:end -->
|
|
|
|
|
|
|
|
|
|
paulrouget commentedNov 20, 2015
fixes #8575
The implementation is naive, and doesn't support the
hardreloadparameter.And for the test, I'm not sure how else I can test the reload.