Skip to content

Commit

Permalink
Add note about manually firing "*" handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
developit authored Feb 21, 2020
1 parent 32145f3 commit cfd246c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cfd246c

Please sign in to comment.