Skip to content

Commit 7bb81f8

Browse files
autonomeddbeck
andauthored
Add requestIdleCallback feature (#2274)
Co-authored-by: Daniel D. Beck <[email protected]>
1 parent a76c92d commit 7bb81f8

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

features/draft/spec/requestidlecallback.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

features/requestidlecallback.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: requestIdleCallback()
2+
description: "The `requestIdleCallback()` API queues a function that runs in idle browser time, either at the end of a frame or when the user is inactive. Also known as the background tasks API."
3+
spec: https://w3c.github.io/requestidlecallback/
4+
caniuse: requestidlecallback
5+
compat_features:
6+
- api.IdleDeadline
7+
- api.IdleDeadline.didTimeout
8+
- api.IdleDeadline.timeRemaining
9+
- api.Window.cancelIdleCallback
10+
- api.Window.requestIdleCallback

0 commit comments

Comments
 (0)