LibWeb: Stub out Fetch::Infrastructure::Body::fully_read_as_promise()

This commit is contained in:
Linus Groh 2022-09-25 19:27:02 +01:00
commit 924d7721f0
Notes: sideshowbarker 2024-07-17 06:51:48 +09:00
2 changed files with 19 additions and 0 deletions

View file

@ -31,6 +31,8 @@ public:
[[nodiscard]] WebIDL::ExceptionOr<Body> clone() const;
[[nodiscard]] JS::PromiseCapability fully_read_as_promise() const;
private:
// https://fetch.spec.whatwg.org/#concept-body-stream
// A stream (a ReadableStream object).