1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-03 02:12:06 +00:00
serenity/Userland/Libraries/LibFileSystemAccessClient
Ben Wiederhake 8df7b42078 FileSystemAccessServer: Don't transmit unused data
The server cannot use these values anywhere, because this method always
sets 'prompt = ShouldPrompt::No'. This saves a bunch of roundtrips for
all clients that use FSAS to read abritrary files.
2023-05-29 13:17:22 +02:00
..
Client.cpp FileSystemAccessServer: Don't transmit unused data 2023-05-29 13:17:22 +02:00
Client.h
CMakeLists.txt