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.setImmediate() and Window.clearImmediate() should be marked as non_standard and deprecated #29540

Closed
skyclouds2001 opened this issue Oct 8, 2023 · 2 comments · Fixed by #29568
Labels
Content:WebAPI Web API docs effort: small This task is a small effort.

Comments

@skyclouds2001
Copy link
Contributor

skyclouds2001 commented Oct 8, 2023

MDN URL

https://developer.mozilla.org/en-US/docs/Web/API/Window/setImmediate

What specific section or headline is this issue about?

No response

What information was incorrect, unhelpful, or incomplete?

Window.setImmediate() and Window.clearImmediate() should be marked as non_standard and deprecated

  1. none of major browser has finished this api (only node accomplished this api)

  2. the draft standard https://w3c.github.io/setImmediate/ is no longer working on

  3. it seems that chromium and firefox will not accomplish this api

What did you expect to see?

add non_standard and deprecated macros and header

also may update the browser-compat-data if needed

Do you have any supporting links, references, or citations?

https://developer.mozilla.org/en-US/docs/Web/API/Window/setImmediate

https://developer.mozilla.org/en-US/docs/Web/API/Window/clearImmediate

https://w3c.github.io/setImmediate/

https://bugs.chromium.org/p/chromium/issues/detail?id=146172

https://bugzilla.mozilla.org/show_bug.cgi?id=686201

image

image

Do you have anything more you want to share?

No response

MDN metadata

Page report details
@skyclouds2001 skyclouds2001 added the needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. label Oct 8, 2023
@github-actions github-actions bot added the Content:WebAPI Web API docs label Oct 8, 2023
@Josh-Cena
Copy link
Member

These pages and their BCD entries probably qualify for removal already.

@Josh-Cena Josh-Cena added effort: small This task is a small effort. and removed needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. labels Oct 8, 2023
@hamishwillee
Copy link
Collaborator

These pages and their BCD entries probably qualify for removal already.

The criteria for removal as I understand it is "in no browser (I presume including node) for more than 2 years".

Anyway, I've created the PR for BCD here mdn/browser-compat-data#20919 - easier to get PRs evaluated than issues. When that goes in (or not) it will be clear what has to happen here for content.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content:WebAPI Web API docs effort: small This task is a small effort.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants