diff options
| author | Jason Miller <[email protected]> | 2020-02-21 11:49:52 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-02-21 11:49:52 -0500 |
| commit | cfd246c8fa9f6e255b63cb98a832b6501cfaa23d (patch) | |
| tree | 9233a76f8791108a3c8c285a0ca06589b1347c21 | |
| parent | 32145f3cb76c668af1c172fa9cea5ab102ecf565 (diff) | |
Add note about manually firing "*" handlers
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
