mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 17:37:00 +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>.
69 KiB
69 KiB