mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:17:46 +00:00
LibWeb: Add ReadableStreamBYOBReader to ReadableStreamReader type
This commit is contained in:
parent
e8ad571082
commit
b57b3c54cc
8 changed files with 59 additions and 53 deletions
|
@ -46,6 +46,7 @@ static bool is_platform_object(Type const& type)
|
|||
"Path2D"sv,
|
||||
"PerformanceEntry"sv,
|
||||
"PerformanceMark"sv,
|
||||
"ReadableStreamBYOBReader"sv,
|
||||
"ReadableStreamDefaultReader"sv,
|
||||
"Range"sv,
|
||||
"ReadableStream"sv,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue