mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-09 09:34:57 +09:00
LibWeb: Add the IDL for the GenericTransformStream mixin
This commit is contained in:
parent
5a2260a0bc
commit
35ba7c7e00
Notes:
github-actions[bot]
2024-11-17 22:22:14 +00:00
Author: https://github.com/trflynn89
Commit: 35ba7c7e00
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2370
4 changed files with 78 additions and 0 deletions
7
Libraries/LibWeb/Streams/GenericTransformStream.idl
Normal file
7
Libraries/LibWeb/Streams/GenericTransformStream.idl
Normal file
|
@ -0,0 +1,7 @@
|
|||
#import <Streams/ReadableStream.idl>
|
||||
#import <Streams/WritableStream.idl>
|
||||
|
||||
interface mixin GenericTransformStream {
|
||||
readonly attribute ReadableStream readable;
|
||||
readonly attribute WritableStream writable;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue