src: quic by jasnell · Pull Request #44325 · nodejs/node

@jasnell jasnell added semver-minor

PRs that contain new features and should be released in the next minor version.

experimental

Issues and PRs related to experimental features.

labels

Aug 21, 2022

tniessen

This was referenced

Sep 12, 2022

tniessen

jasnell added a commit to jasnell/node that referenced this pull request

Oct 16, 2022
Adds an optional third argument to `defineEventHandler()` to specify
an event name that is separate from the name used for the property.
This will be used, for instance, by the quic implementation to support
generating the `on...` events where the event name itself is hyphenated.
For instance `defineEventHandler(target, 'streamreset', 'stream-reset')`

Separated out from nodejs#44325

Signed-off-by: James M Snell <jasnell@gmail.com>

bricss

bricss

@Eomm Eomm mentioned this pull request

Jun 20, 2023

splitice