Skip to content

Commit

Permalink
feat: Add timers.promises support
Browse files Browse the repository at this point in the history
  • Loading branch information
scagood committed Feb 7, 2024
1 parent ba25785 commit b0ffbac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/unsupported-features/node-builtins/timers.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ const timers = {
setTimeout: { [READ]: { supported: ["0.0.1"] } },
clearTimeout: { [READ]: { supported: ["0.0.1"] } },

promises: { ...promises_api, [READ]: { supported: ["21.6.0"] } },

// active: [Function: deprecated],
// unenroll: [Function: deprecated],
// enroll: [Function: deprecated]
Expand Down

0 comments on commit b0ffbac

Please sign in to comment.