diff --git a/files/en-us/web/api/dedicatedworkerglobalscope/index.md b/files/en-us/web/api/dedicatedworkerglobalscope/index.md index 357e11bd263b1a8..a3ebadcfd1d164c 100644 --- a/files/en-us/web/api/dedicatedworkerglobalscope/index.md +++ b/files/en-us/web/api/dedicatedworkerglobalscope/index.md @@ -68,6 +68,10 @@ _This interface inherits methods from the {{domxref("WorkerGlobalScope")}} inter - : Schedules the execution of a function every X milliseconds. - {{domxref("setTimeout")}} - : Sets a delay for executing a function. +- {{domxref("Window/requestAnimationFrame", "requestAnimationFrame")}} + - : Requests the browser to execute a callback function before painting the next frame. +- {{domxref("Window/cancelAnimationFrame", "cancelAnimationFrame")}} + - : Cancels a callback scheduled by requestAnimationFrame. ## Events