Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

expose MessageEvent in fetch bundle #2770

Merged
merged 2 commits into from
Feb 17, 2024

Conversation

KhafraDev
Copy link
Member

@KhafraDev KhafraDev commented Feb 16, 2024

Fixes: #2769

Tests were added from node core (including one for a bug fix that has not landed, and a bug that hasn't yet been reported) and all pass as expected. Error messages and codes do change, unfortunately, so this will end up being a semver-major change in core.

@KhafraDev KhafraDev changed the title expose MessageEvent expose MessageEvent in fetch bundle Feb 16, 2024
@codecov-commenter
Copy link

codecov-commenter commented Feb 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e39a632) 85.54% compared to head (22c7347) 85.34%.
Report is 311 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2770      +/-   ##
==========================================
- Coverage   85.54%   85.34%   -0.21%     
==========================================
  Files          76       85       +9     
  Lines        6858     7599     +741     
==========================================
+ Hits         5867     6485     +618     
- Misses        991     1114     +123     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@Uzlopak Uzlopak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@KhafraDev KhafraDev merged commit e1195cb into nodejs:main Feb 17, 2024
16 of 17 checks passed
@KhafraDev KhafraDev deleted the expose-messageevent branch February 17, 2024 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

expose MessageEvent for node core
5 participants