docs: the ipc main listener being removed can have args (#20712)

This commit is contained in:
Samuel Attard 2019-10-28 21:18:39 -07:00 committed by Cheng Zhao
parent baaf058380
commit 375e612ac5

View file

@ -77,6 +77,7 @@ only the next time a message is sent to `channel`, after which it is removed.
* `channel` String * `channel` String
* `listener` Function * `listener` Function
* `...args` any[]
Removes the specified `listener` from the listener array for the specified Removes the specified `listener` from the listener array for the specified
`channel`. `channel`.