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

Window.json - setImmediate/clearImmediate deprecated #20919

Merged
merged 3 commits into from
Oct 9, 2023

Conversation

hamishwillee
Copy link
Contributor

@hamishwillee hamishwillee commented Oct 8, 2023

This sets Window.setImmediate and clearImmediate to deprecated.

The discussion in #20917 suggests this should be non-standard and deprecated. The standard exists but is marked as no longer being worked on. Given it is a draft I think non-standard then makes sense. It never got adopted (other than by node) and never will be, so to me deprecated also makes sense.

Fixes #20917

@github-actions github-actions bot added the data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Oct 8, 2023
api/Window.json Outdated Show resolved Hide resolved
api/Window.json Outdated Show resolved Hide resolved
Copy link
Contributor

@teoli2003 teoli2003 left a comment

Choose a reason for hiding this comment

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

Yes, this is clearly deprecated.

@teoli2003 teoli2003 merged commit 31251a6 into main Oct 9, 2023
7 checks passed
@teoli2003 teoli2003 deleted the hamishwillee-patch-1 branch October 9, 2023 08:25
teoli2003 added a commit to teoli2003/browser-compat-data that referenced this pull request Oct 13, 2023
* Window.json - setImmediate/clearImmediate deprecated

* Apply suggestions from code review

* Remove spec urls

---------

Co-authored-by: Jean-Yves Perrier <[email protected]>
Elchi3 pushed a commit to Elchi3/browser-compat-data that referenced this pull request Nov 14, 2023
* Window.json - setImmediate/clearImmediate deprecated

* Apply suggestions from code review

* Remove spec urls

---------

Co-authored-by: Jean-Yves Perrier <[email protected]>
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

api.Window.setImmediate - should be marked as non_standard and deprecated
2 participants