UI events should provide the corresponding socket ID #4218
falkoschindler
started this conversation in
Ideas / Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As noted by @PeterQuinn396 in #4016, using
ui.download
on the auto-index client will trigger a download on all connected browser tabs. In order to limit the download to a single tab that, e.g., clicked a download button, usingclient.individual_target
, we would need the socket ID of this tab added to the event arguments.Beta Was this translation helpful? Give feedback.
All reactions