ladybird/Userland/Libraries/LibWeb/FileAPI
Linus Groh 40a70461a0 LibWeb: Replace GlobalObject with Realm in wrapper functions
Similar to create() in LibJS, wrap() et al. are on a low enough level to
warrant passing a Realm directly instead of relying on the current realm
from the VM, as a wrapper may need to be allocated while no JS is being
executed.
2022-08-23 13:58:30 +01:00
..
Blob.cpp LibWeb: Replace GlobalObject with Realm in wrapper functions 2022-08-23 13:58:30 +01:00
Blob.h LibWeb: Replace GlobalObject with Realm in wrapper functions 2022-08-23 13:58:30 +01:00
Blob.idl LibWeb: Introduce Blob 2022-07-17 00:23:19 +01:00
File.cpp LibWeb: Move is_basic_latin() to Blob.{cpp,h} 2022-08-02 08:20:40 +01:00
File.h LibWeb: Introduce the File interface from the FileAPI spec 2022-07-26 20:54:30 +01:00
File.idl LibWeb: Introduce the File interface from the FileAPI spec 2022-07-26 20:54:30 +01:00