mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Introduce GlobalScope::pipeline_id
This commit is contained in:
parent
c6ff767625
commit
27f100b1d4
21 changed files with 103 additions and 85 deletions
|
@ -267,7 +267,7 @@ impl HTMLLinkElement {
|
|||
credentials_mode: CredentialsMode::Include,
|
||||
use_url_credentials: true,
|
||||
origin: document.url().clone(),
|
||||
pipeline_id: Some(self.global().r().pipeline_id()),
|
||||
pipeline_id: Some(self.global().r().as_global_scope().pipeline_id()),
|
||||
referrer_url: Some(document.url().clone()),
|
||||
referrer_policy: referrer_policy,
|
||||
.. RequestInit::default()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue