mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:47:44 +00:00
LibWeb: Add AbortSignal as a wrappable type
This commit is contained in:
parent
ced7e8ab28
commit
0e6c7eea0f
1 changed files with 2 additions and 0 deletions
|
@ -45,6 +45,8 @@ static bool is_wrappable_type(Type const& type)
|
||||||
return true;
|
return true;
|
||||||
if (type.name == "TextMetrics")
|
if (type.name == "TextMetrics")
|
||||||
return true;
|
return true;
|
||||||
|
if (type.name == "AbortSignal")
|
||||||
|
return true;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue