mdn / browser-compat-data

This repository contains compatibility data for Web technologies as displayed on MDN
https://developer.mozilla.org
Creative Commons Zero v1.0 Universal
5.01k stars 2.01k forks source link

api.Window.requestIdleCallback - Safari is Supported #24573

Open Aghassi opened 2 months ago

Aghassi commented 2 months ago

What type of issue is this?

Incorrect support data (example: BrowserX says "86" but support was added in "40")

What information was incorrect, unhelpful, or incomplete?

According to https://bugs.webkit.org/show_bug.cgi?id=164193, https://github.com/WebKit/WebKit/pull/16813, and https://bugs.webkit.org/show_bug.cgi?id=260369

requestIdleCallback is supported by Safari now.

What browsers does this problem apply to, if applicable?

Safari

What did you expect to see?

The minimum version of the support with caveats

Did you test this? If so, how?

I did not but I trust the people in the threads and PRs linked.

Can you link to any release notes, bugs, pull requests, or MDN pages related to this?

https://bugs.webkit.org/show_bug.cgi?id=164193, https://github.com/WebKit/WebKit/pull/16813 https://bugs.webkit.org/show_bug.cgi?id=260369

Do you have anything more you want to share?

No response

MDN URL

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

MDN metadata

MDN page report details * Query: `api.Window.requestIdleCallback` * Report started: 2024-09-30T04:53:13.762Z
michaelboyles commented 2 weeks ago

I came to report this same issue because I saw the webkit ticket was closed

However I tested on Safari 18.1 and window.requestIdleCallback is undefined, so the MDN docs are correct as it stands