mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
LibWeb: Add spec link to fetch group concept
This commit is contained in:
parent
c5f1e47883
commit
e36607bdba
Notes:
github-actions[bot]
2024-07-26 08:23:13 +00:00
Author: https://github.com/kennethmyhra Commit: https://github.com/LadybirdBrowser/ladybird/commit/e36607bdbac Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/770
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue