mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-26 19:28:59 +00:00
LibWeb: Make Fetch::Infrastructure::HeaderList::is_empty() public
This commit is contained in:
parent
906abbdf53
commit
aeffa0d988
Notes:
sideshowbarker
2024-07-16 20:21:48 +09:00
Author: https://github.com/awesomekling
Commit: aeffa0d988
Pull-request: https://github.com/SerenityOS/serenity/pull/19040
Reviewed-by: https://github.com/trflynn89 ✅
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ public:
|
|||
using Vector::begin;
|
||||
using Vector::clear;
|
||||
using Vector::end;
|
||||
using Vector::is_empty;
|
||||
|
||||
[[nodiscard]] static JS::NonnullGCPtr<HeaderList> create(JS::VM&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue