Skip to content

typings: add timeoutInfo to TimersBinding - #65811

Open
greenheadHQ wants to merge 1 commit into
nodejs:mainfrom
greenheadHQ:feat/timers-binding-timeout-info
Open

typings: add timeoutInfo to TimersBinding#65811
greenheadHQ wants to merge 1 commit into
nodejs:mainfrom
greenheadHQ:feat/timers-binding-timeout-info

Conversation

@greenheadHQ

Copy link
Copy Markdown
Contributor

Adds the timeoutInfo property that src/timers.cc already exports and lib/internal/timers.js already uses. It was the only export of internalBinding('timers') missing from the declaration, and it is an Int32Array (backed by AliasedInt32Array in src/env.h, unlike immediateInfo).

Refs: #46014

Signed-off-by: greenhead <greenheadhq@gmail.com>
@nodejs-github-bot nodejs-github-bot added the typings Issues and PRs related to internal TypeScript declarations. label Sep 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

typings Issues and PRs related to internal TypeScript declarations.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants