1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:17:44 +00:00

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
parent a7164f2674
commit 924d7721f0
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).