aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Miller <[email protected]>2020-02-21 11:49:52 -0500
committerGitHub <[email protected]>2020-02-21 11:49:52 -0500
commitcfd246c8fa9f6e255b63cb98a832b6501cfaa23d (patch)
tree9233a76f8791108a3c8c285a0ca06589b1347c21
parent32145f3cb76c668af1c172fa9cea5ab102ecf565 (diff)
Add note about manually firing "*" handlers
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
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