mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Update HTTP-redirect fetch
This commit is contained in:
parent
0ff47c4475
commit
d6c197b40c
2 changed files with 35 additions and 33 deletions
|
@ -220,7 +220,7 @@ pub struct Request {
|
|||
// TODO: target browsing context
|
||||
/// https://fetch.spec.whatwg.org/#request-keepalive-flag
|
||||
pub keep_alive: bool,
|
||||
// https://fetch.spec.whatwg.org/#request-service-workers-mode
|
||||
/// https://fetch.spec.whatwg.org/#request-service-workers-mode
|
||||
pub service_workers_mode: ServiceWorkersMode,
|
||||
/// https://fetch.spec.whatwg.org/#concept-request-initiator
|
||||
pub initiator: Initiator,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue