Browser API: implement iframe.reload()

This commit is contained in:
Paul Rouget 2015-12-08 04:39:37 +01:00
parent 9cccd34bc4
commit 2a86f9d165
6 changed files with 67 additions and 13 deletions

View file

@ -217,7 +217,7 @@ bitflags! {
#[derive(Deserialize, Serialize)]
pub struct IframeLoadInfo {
/// Url to load
pub url: Url,
pub url: Option<Url>,
/// Pipeline ID of the parent of this iframe
pub containing_pipeline_id: PipelineId,
/// The new subpage ID for this load