mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Propagate CanGc when interacting with readable streams. (#33975)
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
f553bda7eb
commit
12e6ec25aa
10 changed files with 80 additions and 57 deletions
|
@ -477,7 +477,7 @@ impl RequestMethods for Request {
|
|||
// Step 37.1 TODO "If init["keepalive"] exists and is true..."
|
||||
|
||||
// Step 37.2
|
||||
let mut extracted_body = init_body.extract(global)?;
|
||||
let mut extracted_body = init_body.extract(global, can_gc)?;
|
||||
|
||||
// Step 37.3
|
||||
if let Some(contents) = extracted_body.content_type.take() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue