Sign in
chromium
/
external
/
github.com
/
SeleniumHQ
/
selenium
/
refs/heads/api-docs-4.30.0-all
/
.
/
node_modules
/
dom-helpers
/
cjs
/
animationFrame.d.ts
blob: 7b60bb5f359c1cd778bf5cbfaaff2ba5ab5824a5 [
file
] [
log
] [
blame
] [
edit
]
export
declare
const
cancel
:
(
id
:
number
)
=>
void
;
export
declare
const
request
:
typeof
requestAnimationFrame
;