Skip to content

doc: add timeout.close

Rodrigo Muino Tomonari requested to merge github/fork/galkin/master into master

Hello,

I noticed that the Timeout.close is not documented. We have this method from v0.9.1: https://github.com/nodejs/node/blob/985e3a25cb93f82dbef9b1b4279b8614f508898c/lib/timers.js#L274-L282

Current codebase wraps clearTimeout: https://github.com/nodejs/node/blob/c4096a35d651399f79948395c233747dcacc83aa/lib/timers.js#L251-L254

This pull adds documentation for this method.

Merge request reports

Loading