mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:07:45 +00:00
LibWeb: Add the WritableStreamDefaultWriter interface
This commit is contained in:
parent
e93560b769
commit
bdab61ad93
11 changed files with 270 additions and 3 deletions
|
@ -57,6 +57,7 @@ static bool is_platform_object(Type const& type)
|
|||
"URLSearchParams"sv,
|
||||
"WebGLRenderingContext"sv,
|
||||
"Window"sv,
|
||||
"WritableStream"sv,
|
||||
};
|
||||
if (type.name().ends_with("Element"sv))
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue