LibWeb: Add ReadableStream.locked/cancel()/getReader()

This commit is contained in:
Matthew Olsson 2023-03-28 20:01:04 -07:00 committed by Linus Groh
commit 36ca1386e8
Notes: sideshowbarker 2024-07-17 10:10:18 +09:00
6 changed files with 63 additions and 1 deletions

View file

@ -46,6 +46,7 @@ static bool is_platform_object(Type const& type)
"Path2D"sv,
"PerformanceEntry"sv,
"PerformanceMark"sv,
"ReadableStreamDefaultReader"sv,
"Range"sv,
"ReadableStream"sv,
"Request"sv,