We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Incorrect support data (example: BrowserX says "86" but support was added in "40")
According to https://bugs.webkit.org/show_bug.cgi?id=164193, WebKit/WebKit#16813, and https://bugs.webkit.org/show_bug.cgi?id=260369
requestIdleCallback is supported by Safari now.
requestIdleCallback
Safari
The minimum version of the support with caveats
I did not but I trust the people in the threads and PRs linked.
https://bugs.webkit.org/show_bug.cgi?id=164193, WebKit/WebKit#16813 https://bugs.webkit.org/show_bug.cgi?id=260369
No response
https://developer.mozilla.org/en-US/docs/Web/API/Window/requestIdleCallback
api.Window.requestIdleCallback
The text was updated successfully, but these errors were encountered:
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
window.requestIdleCallback
Sorry, something went wrong.
No branches or pull requests
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, WebKit/WebKit#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,
WebKit/WebKit#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
api.Window.requestIdleCallback
The text was updated successfully, but these errors were encountered: