Images 💾

Last commit ⭐

commit 97536e468498b91ffa1252e964cbf1ce08eb5944
Author:     Timothy Flynn <trflynn89@pm.me>
AuthorDate: Mon Mar 13 17:30:51 2023 -0400
Commit:     Linus Groh <mail@linusgroh.de>
CommitDate: Mon Mar 13 22:05:22 2023 +0000

    LibWeb+Ladybird+Userland: Port window.[alert,confirm,prompt] to String
    
    LibGUI and WebDriver (read: JSON) API boundaries use DeprecatedString,
    so that is as far as these changes can reach.
    
    The one change which isn't just a DeprecatedString to String replacement
    is handling the "null" prompt response. We previously checked for the
    null DeprecatedString, whereas we now represent this as an empty
    Optional<String>.