mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
implement window.stop, improve aborting document load
This commit is contained in:
parent
aab335e543
commit
ff62ca7c01
10 changed files with 49 additions and 18 deletions
|
@ -613,7 +613,7 @@ impl HTMLMediaElement {
|
|||
ROUTER.add_route(action_receiver.to_opaque(), Box::new(move |message| {
|
||||
listener.notify_fetch(message.to().unwrap());
|
||||
}));
|
||||
document.loader().fetch_async_background(request, action_sender);
|
||||
document.loader_mut().fetch_async_background(request, action_sender);
|
||||
},
|
||||
Resource::Object => {
|
||||
// FIXME(nox): Actually do something with the object.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue