mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-18 23:42:17 +00:00
LibWeb: Implement WritableStreamDefaultWriter.releaseLock()
This commit is contained in:
parent
5f4da20a56
commit
6bbd920008
Notes:
sideshowbarker
2024-07-17 00:49:59 +09:00
Author: https://github.com/mattco98
Commit: 6bbd920008
Pull-request: https://github.com/SerenityOS/serenity/pull/18265
Reviewed-by: https://github.com/linusg ✅
5 changed files with 69 additions and 1 deletions
|
@ -29,6 +29,7 @@ public:
|
|||
JS::GCPtr<JS::Object> ready();
|
||||
WebIDL::ExceptionOr<JS::GCPtr<JS::Object>> abort(JS::Value reason);
|
||||
WebIDL::ExceptionOr<JS::GCPtr<JS::Object>> close();
|
||||
WebIDL::ExceptionOr<void> release_lock();
|
||||
|
||||
JS::GCPtr<WebIDL::Promise> closed_promise() { return m_closed_promise; }
|
||||
void set_closed_promise(JS::GCPtr<WebIDL::Promise> value) { m_closed_promise = value; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue