Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.rebellapp.com/llms.txt

Use this file to discover all available pages before exploring further.

Remove a WebSocket open event listener.

Parameters

PropertyTypeRequiredDescription
callbackFunctionNoSpecific callback to remove

Code Example

my.offSocketOpen(myOpenHandler);
// or remove all
my.offSocketOpen();