You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
has now been mostly superseded by >!<. However, it's only used in these types of fire-and-forget scenarios, and as soon as the user requires more expressiveness they have to fall back to the previous version. The above send would look like the following, using >!<:
sender >!<newMessage(some, arguments)
Clearly a large win in convenience!
The text was updated successfully, but these errors were encountered:
has now been mostly superseded by
>!<
. However, it's only used in these types of fire-and-forget scenarios, and as soon as the user requires more expressiveness they have to fall back to the previous version. The above send would look like the following, using>!<
:Clearly a large win in convenience!
The text was updated successfully, but these errors were encountered: