Stops the platform and disconnect this client from the host when the document is being unloaded.
For this purpose, this class binds to the browser's unload event. It does not bind to the beforeunload
event since the browser fires that event only when navigating to another page, but not when removing the iframe.
Stops the platform and disconnect this client from the host when the document is being unloaded.
For this purpose, this class binds to the browser's
unload
event. It does not bind to thebeforeunload
event since the browser fires that event only when navigating to another page, but not when removing the iframe.