Skip to content

Instantly share code, notes, and snippets.

@oney
Last active June 3, 2022 09:28
Show Gist options
  • Save oney/53b02ce1762e1e01a174d485caf6ceb4 to your computer and use it in GitHub Desktop.
Save oney/53b02ce1762e1e01a174d485caf6ceb4 to your computer and use it in GitHub Desktop.
// ...
socket.on('connected', async () => {
await checkConnection(selectedRoom);
showToast($.theme, 'Connected to ' + selectedRoom);
// One line to invoke showToast.
// No one wants to define a new callback.
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment