LibWeb: Add missing link to Fetch::Infrastructure::Response member

This commit is contained in:
Linus Groh 2022-10-04 23:42:21 +01:00
parent 7b50e96434
commit 72a752685f
Notes: sideshowbarker 2024-07-17 06:21:15 +09:00

View File

@ -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;