mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:57:45 +00:00
LibWeb: Make Fetch::Infrastructure::HeaderList::is_empty() public
This commit is contained in:
parent
906abbdf53
commit
aeffa0d988
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