API to perform an event upon WS disconnect #528
Archmonger
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
So I think the cleanest way to do this would probably be to allow all elements to have a Implementing this in the JS client will be a bit messy but it should be doable. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
There needs to be some API to perform actions on disconnect.
Although this can currently be done by writing custom client websockets with listeners
onclose
, it isn't very convenient.Events may be things such as:
Beta Was this translation helpful? Give feedback.
All reactions