Skip to content

Commit

Permalink
feat: [capricorn86#1176] Adds support for Window.happyDOM.close().
Browse files Browse the repository at this point in the history
  • Loading branch information
capricorn86 committed Feb 21, 2024
1 parent bbdbf88 commit 2e6980a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
const TIMER = {
setImmediate: globalThis.setImmediate.bind(globalThis),
clearImmediate: globalThis.clearImmediate.bind(globalThis),
setTimeout: globalThis.setTimeout.bind(globalThis),
clearTimeout: globalThis.clearTimeout.bind(globalThis)
};

Expand Down

0 comments on commit 2e6980a

Please sign in to comment.