| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
|
||
|
|
||
| if (opts && opts.captureRejections) { | ||
| if (opts?.captureRejections) { |
There was a problem hiding this comment.
We'll need to benchmark these changes. The entire events.js file is one of the most performance sensitive in core and changes here can have massive impact throughout. Last I benchmarked, optional chaining still had some performance lag that hadn't been fully optimized out. That's not a block on this on it's own but let's be sure to run benchmarks before this lands.
Sorry, something went wrong.
There was a problem hiding this comment.
I'm also not a fan of the optional chaining operator. I think it hinders readability.
Sorry, something went wrong.
|
@Lxxyx whoops, thanks for telling :) |
Sorry, something went wrong.
|
@RaisinTen BTW if you want to help me resolve the perf regressions of #36304, that's be awesome! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Checklist