Skip to content

Commit

Permalink
fixup! lib: add requestAnimationFrame global
Browse files Browse the repository at this point in the history
  • Loading branch information
jasnell committed Mar 29, 2021
1 parent f34ec22 commit e590e78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/common/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@ function platformTimeout(ms) {
return ms; // ARMv8+
}

const requestAnimationFrame = globalThis.requestAnimationFrame;

let knownGlobals = [
atob,
btoa,
Expand Down

0 comments on commit e590e78

Please sign in to comment.