h3 icon indicating copy to clipboard operation
h3 copied to clipboard

Custom event class

Open HigherOrderLogic opened this issue 1 year ago • 0 comments

Describe the feature

I notice that some functions (not all) have event type generic.

https://github.com/unjs/h3/blob/09b49d5cd521bb715023ae903ded8a98cdbf65ac/src/utils/request.ts#L13-L17

https://github.com/unjs/h3/blob/09b49d5cd521bb715023ae903ded8a98cdbf65ac/src/utils/request.ts#L21-L25

So is it possible for user to use their own custom event class provided to createApp?

Example:

class MyEvent extends H3Event { ... }

const app = createApp({ eventClass: MyEvent })

Additional information

  • [X] Would you be willing to help implement this feature?

HigherOrderLogic avatar Nov 21 '23 15:11 HigherOrderLogic