From 375e612ac5a7da51d1c77f837dd9f9cfd1945911 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Mon, 28 Oct 2019 21:18:39 -0700 Subject: [PATCH] docs: the ipc main listener being removed can have args (#20712) --- docs/api/ipc-main.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api/ipc-main.md b/docs/api/ipc-main.md index 595a9a37c9..ea020c8866 100644 --- a/docs/api/ipc-main.md +++ b/docs/api/ipc-main.md @@ -77,6 +77,7 @@ only the next time a message is sent to `channel`, after which it is removed. * `channel` String * `listener` Function + * `...args` any[] Removes the specified `listener` from the listener array for the specified `channel`.