Images 💾

Last commit ⭐

commit 1011067a60d6d6284c5ffc104d5a3c3dcc7f9900
Author:     Luke Wilde <lukew@serenityos.org>
AuthorDate: Fri Dec 30 23:00:11 2022 +0000
Commit:     Tim Flynn <trflynn89@pm.me>
CommitDate: Fri Dec 30 21:56:54 2022 -0500

    LibWeb: Stub HTMLInputElement.setSelectionRange
    
    Required by Twitter to move the input caret of the 2FA <input> element
    to the start. However, we don't currently handle individual <input>
    element selections.