Closed crisbeto closed 22 hours ago
Fixes that some places were raising an error due to the return type of setTimeout being different between the browser and Node.
setTimeout
It's probably a bug if @types/node leaks into those source files; but this change still LGTM
@types/node
Fixes that some places were raising an error due to the return type of
setTimeout
being different between the browser and Node.