mirror of https://github.com/lukechilds/node.git
Browse Source
util.isError() is the only remaining util.is*() method that depends on Object.prototype.toString() behavior. This commit notes the limitations of isError() related to @@toStringTag. Refs: https://github.com/nodejs/node/pull/2201 PR-URL: https://github.com/nodejs/node/pull/5414 Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>v5.x
cjihrig
9 years ago
committed by
Rod Vagg
1 changed files with 16 additions and 0 deletions
Loading…
Reference in new issue