From cfd246c8fa9f6e255b63cb98a832b6501cfaa23d Mon Sep 17 00:00:00 2001 From: Jason Miller Date: Fri, 21 Feb 2020 11:49:52 -0500 Subject: Add note about manually firing "*" handlers --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b3c47f9..37a135d 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,8 @@ Remove an event handler for the given type. Invoke all handlers for the given type. If present, `"*"` handlers are invoked after type-matched handlers. +_Note: Manually firing "*" handlers is not supported._ + **Parameters** - `type` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** The event type to invoke -- cgit v1.2.3