mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:07:35 +00:00
LibWeb: Add missing link to Fetch::Infrastructure::Response member
This commit is contained in:
parent
7b50e96434
commit
72a752685f
1 changed files with 1 additions and 0 deletions
|
@ -111,6 +111,7 @@ private:
|
|||
// A response can have an associated aborted flag, which is initially unset.
|
||||
bool m_aborted { false };
|
||||
|
||||
// https://fetch.spec.whatwg.org/#concept-response-url-list
|
||||
// A response has an associated URL list (a list of zero or more URLs). Unless stated otherwise, it is the empty list.
|
||||
Vector<AK::URL> m_url_list;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue