src: quic by jasnell · Pull Request #44325 · nodejs/node
jasnell
added
semver-minor
labels
Aug 21, 2022This was referenced
Sep 12, 2022jasnell added a commit to jasnell/node that referenced this pull request
Oct 16, 2022Adds 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>
Eomm
mentioned this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters