LibWeb: Add spec link to fetch group concept

This commit is contained in:
Kenneth Myhra 2024-07-22 20:26:48 +02:00 committed by Andreas Kling
parent c5f1e47883
commit e36607bdba
Notes: github-actions[bot] 2024-07-26 08:23:13 +00:00

View file

@ -90,6 +90,8 @@ public:
JS::Realm& realm();
JS::Object& global_object();
EventLoop& responsible_event_loop();
// https://fetch.spec.whatwg.org/#concept-fetch-group
Vector<JS::NonnullGCPtr<Fetch::Infrastructure::FetchRecord>>& fetch_group() { return m_fetch_group; }
RunScriptDecision can_run_script();