mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
implement support for withCredentials
This commit is contained in:
parent
2cfcc26d9e
commit
ce3c9ff57c
4 changed files with 21 additions and 6 deletions
|
@ -1987,6 +1987,7 @@ impl ScriptTask {
|
|||
data: load_data.data,
|
||||
cors: None,
|
||||
pipeline_id: Some(id),
|
||||
credentials_flag: true,
|
||||
}, LoadConsumer::Listener(response_target), None)).unwrap();
|
||||
|
||||
self.incomplete_loads.borrow_mut().push(incomplete);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue