1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-22 10:45:08 +00:00
serenity/Meta/Lagom/Tools
Luke Wilde 885c6b6678 LibWeb: Return instead of throwing on unknown enums in attribute setters
I saw one site relying on this, where they are trying to set
XHR.responseType to "text/plain", which is not a valid responseType.
However, they also don't expect it to throw. The IDL spec special cases
enumerations to make it return instead of throwing in this case.
2022-06-29 21:21:50 +01:00
..
CodeGenerators LibWeb: Return instead of throwing on unknown enums in attribute setters 2022-06-29 21:21:50 +01:00
ConfigureComponents LibCore+Everywhere: Return ErrorOr from ConfigFile factory methods 2022-02-16 19:49:41 -05:00
IPCMagicLinter Meta: Implement checker for IPC magic number collisions 2021-11-05 00:17:01 +03:30
CMakeLists.txt Meta+Userland: Add jakt as an optional Lagom Tool 2022-05-23 23:05:45 +02:00