pub struct ReplayXhr { /* private fields */ }Expand description
This method sends a new XMLHttpRequest which is identical to the original one. The following parameters should be identical: method, url, async, request body, extra headers, withCredentials attribute, user, password. EXPERIMENTAL: This feature is experimental and may change or be removed.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReplayXhr
impl RefUnwindSafe for ReplayXhr
impl Send for ReplayXhr
impl Sync for ReplayXhr
impl Unpin for ReplayXhr
impl UnwindSafe for ReplayXhr
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