We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b416717 commit 32145f3Copy full SHA for 32145f3
src/index.js
@@ -49,6 +49,8 @@ export default function mitt(all: EventHandlerMap) {
49
* Invoke all handlers for the given type.
50
* If present, `"*"` handlers are invoked after type-matched handlers.
51
*
52
+ * Note: Manually firing "*" handlers is not supported.
53
+ *
54
* @param {String} type The event type to invoke
55
* @param {Any} [evt] Any value (object is recommended and powerful), passed to each handler
56
* @memberOf mitt
0 commit comments