Skip to content

Commit cfd246c

Browse files
authored
Add note about manually firing "*" handlers
1 parent 32145f3 commit cfd246c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ Remove an event handler for the given type.
128128
Invoke all handlers for the given type.
129129
If present, `"*"` handlers are invoked after type-matched handlers.
130130

131+
_Note: Manually firing "*" handlers is not supported._
132+
131133
**Parameters**
132134

133135
- `type` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** The event type to invoke

0 commit comments

Comments
 (0)