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

Update support info for Node.js support of AbortSignal #17418

Merged
merged 5 commits into from Aug 20, 2022

Conversation

aduh95
Copy link
Contributor

@aduh95 aduh95 commented Aug 17, 2022

Summary

Data was wrong (it showed no support on the Node.js cell, when it fact Node.js does support it), so I updated it to be conform to reality.

Test results and supporting details

Related issues

@github-actions github-actions bot added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Aug 17, 2022
Copy link
Collaborator

@queengooborg queengooborg left a comment

Choose a reason for hiding this comment

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

Hey @aduh95, thank you for your PR! It looks like the feature was also backported to 16.14.0. Could we create two separate release statements to represent this, like so?

{
  "nodejs": [
    {
      "version_added": "17.2.0",
    },
    {
      "version_added": "16.14.0",
      "version_removed": "17.0.0",
    }
  ]
}

@github-actions github-actions bot added the data:browsers 🌍 Data about browsers (versions, release dates, etc). This data is used for validation. label Aug 20, 2022
Copy link
Collaborator

@queengooborg queengooborg left a comment

Choose a reason for hiding this comment

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

Thank you, LGTM!

@queengooborg queengooborg merged commit 56e76d6 into mdn:main Aug 20, 2022
@aduh95 aduh95 deleted the patch-1 branch August 20, 2022 22:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API data:browsers 🌍 Data about browsers (versions, release dates, etc). This data is used for validation.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants