LibWeb: Add ReadableStreamBYOBReader to ReadableStreamReader type

This commit is contained in:
Matthew Olsson 2023-04-09 01:26:48 -07:00 committed by Andreas Kling
commit b57b3c54cc
Notes: sideshowbarker 2024-07-17 06:39:26 +09:00
8 changed files with 59 additions and 53 deletions

View file

@ -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,