pub struct NavigationWatcher { /* private fields */ }Expand description
Tracks the progress of an issued Page.navigate request until completion.
Implementations§
pub fn until_page_load( id: NavigationId, frame: FrameId, loader_id: Option<LoaderId>, ) -> Self
Sourcepub fn is_lifecycle_complete(&self) -> bool
pub fn is_lifecycle_complete(&self) -> bool
Checks whether the navigation was completed
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more