1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 07:24:58 +00:00
serenity/Userland/Libraries/LibFileSystemAccessClient
Mustafa Quraish 0c98e553e8 FileSystemAccessClient: Add try_* variants returning Core::File
The current implementation is a bit of a hack since we also want to keep
around the previous variants for now, but will be cleaned up later once
all applications have been ported to the new API.
2022-01-20 10:39:12 +01:00
..
Client.cpp FileSystemAccessClient: Add try_* variants returning Core::File 2022-01-20 10:39:12 +01:00
Client.h FileSystemAccessClient: Add try_* variants returning Core::File 2022-01-20 10:39:12 +01:00
CMakeLists.txt FileSystemAccessServer+TextEditor: Implement cross-process modal prompts 2021-07-18 17:21:28 +02:00