mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-31 15:32:51 +00:00
LibWeb: Set up the DefaultController when constructing a WritableStream
This commit is contained in:
parent
58f3009faa
commit
0a220a19da
Notes:
sideshowbarker
2024-07-17 02:29:45 +09:00
Author: https://github.com/mattco98
Commit: 0a220a19da
Pull-request: https://github.com/SerenityOS/serenity/pull/18266
Reviewed-by: https://github.com/linusg
5 changed files with 161 additions and 2 deletions
|
@ -43,4 +43,9 @@ void WritableStreamDefaultController::error_steps()
|
|||
reset_queue(*this);
|
||||
}
|
||||
|
||||
WritableStreamDefaultController::WritableStreamDefaultController(JS::Realm& realm)
|
||||
: Bindings::PlatformObject(realm)
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue