mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
LibWeb: Add missing link to Fetch::Infrastructure::Response member
This commit is contained in:
parent
7b50e96434
commit
72a752685f
Notes:
sideshowbarker
2024-07-17 06:21:15 +09:00
Author: https://github.com/linusg Commit: https://github.com/SerenityOS/serenity/commit/72a752685f Pull-request: https://github.com/SerenityOS/serenity/pull/15478
@ -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…
Reference in New Issue
Block a user