mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
adding interface for custom responses
This commit is contained in:
parent
bcea0ada27
commit
3766cd1673
17 changed files with 663 additions and 146 deletions
|
@ -1354,7 +1354,7 @@ impl Document {
|
|||
|
||||
pub fn load_async(&self, load: LoadType, listener: AsyncResponseTarget) {
|
||||
let mut loader = self.loader.borrow_mut();
|
||||
loader.load_async(load, listener, self)
|
||||
loader.load_async(load, listener, self);
|
||||
}
|
||||
|
||||
pub fn finish_load(&self, load: LoadType) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue