Skip to content

fix(no-unsupported): URL.createObjectURL, URL.revokeObjectURL are supported #471

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

Merged
merged 2 commits into from
Aug 8, 2025

Conversation

xatlasm
Copy link

@xatlasm xatlasm commented Aug 7, 2025

Closes #470

URL.createObjectURL, URL.revokeObjectURL are stable from node >= 22.17.0 (ref PR)

`URL.createObjectURL`, `URL.revokeObjectURL` supported from node `>= 16.7.0`
@scagood scagood self-assigned this Aug 8, 2025
@scagood scagood requested a review from aladdin-add August 8, 2025 01:04
@scagood scagood removed their assignment Aug 8, 2025
@scagood scagood merged commit 844155c into eslint-community:master Aug 8, 2025
29 checks passed
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.

Bug: URL.createObjectURL incorrectly marked as experimental
2 participants