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