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.set/clearImmediate deprecated #29568

Merged
merged 1 commit into from
Oct 10, 2023

Conversation

hamishwillee
Copy link
Collaborator

Fixes #29540

They are deprecated and non-standard., as resolved by mdn/browser-compat-data#20919

@hamishwillee hamishwillee requested a review from a team as a code owner October 10, 2023 00:12
@hamishwillee hamishwillee requested review from Elchi3 and removed request for a team October 10, 2023 00:12
@github-actions github-actions bot added the Content:WebAPI Web API docs label Oct 10, 2023
browser-compat: api.Window.clearImmediate
---

{{APIRef("HTML DOM")}}
{{APIRef("HTML DOM")}} {{deprecated_header}}
Copy link
Collaborator Author

@hamishwillee hamishwillee Oct 10, 2023

Choose a reason for hiding this comment

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

Note, only one header gets applied - that's deprecated. I.e. deliberate omission.

@github-actions
Copy link
Contributor

Preview URLs

Flaws (9)

Note! 2 documents with no flaws that don't need to be listed. 🎉

URL: /en-US/docs/Web/API/Window
Title: Window
Flaw count: 9

  • macros:
    • /en-US/docs/Web/API/Window/setResizable does not exist
    • /en-US/docs/Web/API/Window/animationcancel_event redirects to /en-US/docs/Web/API/Element/animationcancel_event
    • /en-US/docs/Web/API/Window/animationend_event redirects to /en-US/docs/Web/API/Element/animationend_event
    • /en-US/docs/Web/API/Window/animationiteration_event redirects to /en-US/docs/Web/API/Element/animationiteration_event
    • /en-US/docs/Web/API/Window/animationstart_event redirects to /en-US/docs/Web/API/Element/animationstart_event
    • and 4 more flaws omitted
External URLs (4)

URL: /en-US/docs/Web/API/Window/setImmediate
Title: Window: setImmediate() method


URL: /en-US/docs/Web/API/Window/clearImmediate
Title: Window: clearImmediate() method

Copy link
Member

@Elchi3 Elchi3 left a comment

Choose a reason for hiding this comment

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

Yes!! Thank you! 👍

@Elchi3 Elchi3 merged commit 6fa75c6 into mdn:main Oct 10, 2023
5 checks passed
@hamishwillee hamishwillee deleted the window_set_clear_immediate branch October 12, 2023 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content:WebAPI Web API docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

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