mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 20:07:36 +00:00
LibWeb: Add the WritableStreamDefaultController
This commit is contained in:
parent
83701ec54b
commit
868cd95069
10 changed files with 393 additions and 5 deletions
|
@ -35,6 +35,7 @@ public:
|
|||
void set_ready_promise(JS::GCPtr<WebIDL::Promise> value) { m_ready_promise = value; }
|
||||
|
||||
JS::GCPtr<WritableStream const> stream() const { return m_stream; }
|
||||
JS::GCPtr<WritableStream> stream() { return m_stream; }
|
||||
void set_stream(JS::GCPtr<WritableStream> value) { m_stream = value; }
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue