1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-08 15:07:35 +00:00
serenity/Meta/Lagom/Tools
Shannon Booth e123492470 LibWeb: Allow ArrayBuffer attributes to be used in IDL
The FileReader IDL has the following entry:
```
readonly attribute (DOMString or ArrayBuffer)? result;
```

This change supports the use ArrayBuffer as a JS built-in in this
definition.
2023-09-17 16:37:31 -06:00
..
CodeGenerators LibWeb: Allow ArrayBuffer attributes to be used in IDL 2023-09-17 16:37:31 -06:00
ConfigureComponents ConfigureComponents: Use FileSystem instead of DeprecatedFile 2023-04-09 20:58:54 -06:00
IPCMagicLinter IPCMagicLinter: Add missing format parameter to an error log 2023-07-06 08:55:11 +02:00
LibJSGCVerifier Meta: Update LibJSGCVerifier to build with llvm 16.0.6 2023-09-16 20:51:28 -06:00
CMakeLists.txt Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00