Images 💾

Last commit ⭐

commit 46b8a3afb70d4e40c112fef69efa656c0e575764
Author:     Timothy Flynn <trflynn89@pm.me>
AuthorDate: Tue Apr 30 07:07:38 2024 -0400
Commit:     Andreas Kling <kling@serenityos.org>
CommitDate: Wed May 1 21:46:45 2024 +0200

    LibWeb: Move the read bytes into ReadLoopReadRequest's success callback
    
    The callback is already specified to take the bytes by value. No need to
    copy the bytes here.