mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:37:34 +00:00
LibWeb: Add ReadableStreamGetReaderOptions to ReadableStream.getReader
Co-Authored-By: Matthew Olsson <mattco@serenityos.org>
This commit is contained in:
parent
729f4838c2
commit
0f040456a7
4 changed files with 26 additions and 8 deletions
|
@ -33,6 +33,7 @@ enum class CanvasFillRule;
|
|||
enum class DOMParserSupportedType;
|
||||
enum class EndingType;
|
||||
enum class ImageSmoothingQuality;
|
||||
enum class ReadableStreamReaderMode;
|
||||
enum class ReferrerPolicy;
|
||||
enum class RequestCache;
|
||||
enum class RequestCredentials;
|
||||
|
@ -553,6 +554,7 @@ class WritableStreamDefaultWriter;
|
|||
struct PullIntoDescriptor;
|
||||
struct QueuingStrategy;
|
||||
struct QueuingStrategyInit;
|
||||
struct ReadableStreamGetReaderOptions;
|
||||
struct UnderlyingSink;
|
||||
struct UnderlyingSource;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue