From e286b78df765526d9a566be148faeb04ed5700a6 Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 15:34:44 +0900 Subject: [PATCH] docs: the ipc main listener being removed can have args (#20807) --- 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 595a9a37c9bfb..ea020c8866588 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`.