mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:27:35 +00:00
LibWeb: Stub out Fetch::Infrastructure::Body::clone()
This commit is contained in:
parent
ef5e2eb794
commit
a7164f2674
6 changed files with 38 additions and 14 deletions
|
@ -287,7 +287,7 @@ public:
|
|||
[[nodiscard]] String serialize_origin() const;
|
||||
[[nodiscard]] ErrorOr<ByteBuffer> byte_serialize_origin() const;
|
||||
|
||||
[[nodiscard]] NonnullOwnPtr<Request> clone() const;
|
||||
[[nodiscard]] WebIDL::ExceptionOr<NonnullOwnPtr<Request>> clone() const;
|
||||
|
||||
[[nodiscard]] ErrorOr<void> add_range_reader(u64 first, Optional<u64> const& last);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue