removeListener #
Stop listening to a specific event from the Debug Controller.
This only works using a Websocket connection since notification can only be sent on a persistent connection.
Query Syntax #
Websocket protocol #
{
"controller": "debug",
"action": "removeListener",
"body": {
"event": "<event name>"
}
}
event
: event name to stop listening to.
Response #
{
"status": 200,
"error": null,
"controller": "debug",
"action": "removeListener",
"requestId": "<unique request identifier>",
}
Edit this page on Github (opens new window)