mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:17:44 +00:00
LibWeb: Add TransformStreamDefaultController scaffolding
This adds the scaffolding of TransformStreamDefaultController so we can start implementing the necessary abstract operations for it.
This commit is contained in:
parent
f1d69d789b
commit
0091a60448
6 changed files with 106 additions and 0 deletions
|
@ -197,6 +197,7 @@ libweb_js_bindings(Streams/ReadableStreamBYOBRequest)
|
|||
libweb_js_bindings(Streams/ReadableStreamDefaultController)
|
||||
libweb_js_bindings(Streams/ReadableStreamDefaultReader)
|
||||
libweb_js_bindings(Streams/TransformStream)
|
||||
libweb_js_bindings(Streams/TransformStreamDefaultController)
|
||||
libweb_js_bindings(Streams/WritableStream)
|
||||
libweb_js_bindings(Streams/WritableStreamDefaultWriter)
|
||||
libweb_js_bindings(SVG/SVGAnimatedLength)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue