mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 11:27:35 +00:00
LibWeb: Fix typo in Fetch::Infrastructure::Request::add_range_header()
This commit is contained in:
parent
eca4c51f78
commit
c12c6fd5ea
2 changed files with 2 additions and 2 deletions
|
@ -294,7 +294,7 @@ public:
|
|||
|
||||
[[nodiscard]] WebIDL::ExceptionOr<NonnullRefPtr<Request>> clone() const;
|
||||
|
||||
[[nodiscard]] ErrorOr<void> add_range_reader(u64 first, Optional<u64> const& last);
|
||||
[[nodiscard]] ErrorOr<void> add_range_header(u64 first, Optional<u64> const& last);
|
||||
|
||||
[[nodiscard]] bool cross_origin_embedder_policy_allows_credentials() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue