diff --git a/features/draft/spec/requestidlecallback.yml b/features/draft/spec/requestidlecallback.yml deleted file mode 100644 index 6419efc235d..00000000000 --- a/features/draft/spec/requestidlecallback.yml +++ /dev/null @@ -1,10 +0,0 @@ -draft_date: 2024-09-09 -name: requestIdleCallback() Cooperative Scheduling of Background Tasks -description: TODO -spec: https://w3c.github.io/requestidlecallback/ -compat_features: - - api.IdleDeadline - - api.IdleDeadline.didTimeout - - api.IdleDeadline.timeRemaining - - api.Window.cancelIdleCallback - - api.Window.requestIdleCallback diff --git a/features/requestidlecallback.yml b/features/requestidlecallback.yml new file mode 100644 index 00000000000..87edea1d731 --- /dev/null +++ b/features/requestidlecallback.yml @@ -0,0 +1,10 @@ +name: requestIdleCallback() +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." +spec: https://w3c.github.io/requestidlecallback/ +caniuse: requestidlecallback +compat_features: + - api.IdleDeadline + - api.IdleDeadline.didTimeout + - api.IdleDeadline.timeRemaining + - api.Window.cancelIdleCallback + - api.Window.requestIdleCallback diff --git a/features/draft/spec/requestidlecallback.yml.dist b/features/requestidlecallback.yml.dist similarity index 100% rename from features/draft/spec/requestidlecallback.yml.dist rename to features/requestidlecallback.yml.dist