mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:47:47 +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
|
@ -100,7 +100,7 @@ public:
|
|||
[[nodiscard]] Optional<AK::URL const&> url() const;
|
||||
[[nodiscard]] ErrorOr<Optional<AK::URL>> location_url(Optional<String> const& request_fragment) const;
|
||||
|
||||
[[nodiscard]] NonnullOwnPtr<Response> clone() const;
|
||||
[[nodiscard]] WebIDL::ExceptionOr<NonnullOwnPtr<Response>> clone() const;
|
||||
|
||||
private:
|
||||
// https://fetch.spec.whatwg.org/#concept-response-type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue