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:
parent
a7164f2674
commit
924d7721f0
2 changed files with 19 additions and 0 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue