mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 09:26:28 +02:00
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>.
8.1 KiB
8.1 KiB