Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: note util.isError() @@toStringTag limitations
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: #2201 PR-URL: #5414 Reviewed-By: Sakthipriyan Vairamani <[email protected]>
- Loading branch information