mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
integrate readablestream with fetch and blob
This commit is contained in:
parent
0281acea95
commit
bd5796c90b
74 changed files with 2219 additions and 899 deletions
|
@ -675,7 +675,7 @@ impl ModuleHandler {
|
|||
}
|
||||
|
||||
impl Callback for ModuleHandler {
|
||||
fn callback(&self, _cx: *mut JSContext, _v: HandleValue, _realm: InRealm) {
|
||||
fn callback(&self, _cx: SafeJSContext, _v: HandleValue, _realm: InRealm) {
|
||||
let task = self.task.borrow_mut().take().unwrap();
|
||||
task.run_box();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue