-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: improve documentation for util.types.isNativeError() #46840
Merged
Commits on Feb 25, 2023
-
doc: improve documentation for util.types.isNativeError()
Makes clear what a native error is by linking the spec. Explains that `instanceof Error` and util.types.isNativeError() are not equivalent. Give examples for objects that are `instance of Error` but not native errors and vice versa. Recommends checking for both if one wants to find out if something is an error.
Configuration menu - View commit details
-
Copy full SHA for 0286b65 - Browse repository at this point
Copy the full SHA 0286b65View commit details
Commits on Feb 26, 2023
-
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 170eacf - Browse repository at this point
Copy the full SHA 170eacfView commit details -
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c4e75d6 - Browse repository at this point
Copy the full SHA c4e75d6View commit details -
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1ed4fe9 - Browse repository at this point
Copy the full SHA 1ed4fe9View commit details -
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4f36ecf - Browse repository at this point
Copy the full SHA 4f36ecfView commit details -
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e0315e6 - Browse repository at this point
Copy the full SHA e0315e6View commit details
Commits on Feb 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b7f6043 - Browse repository at this point
Copy the full SHA b7f6043View commit details -
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7799e53 - Browse repository at this point
Copy the full SHA 7799e53View commit details
Commits on Mar 1, 2023
-
Co-authored-by: Luigi Pinca <luigipinca@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 46a1a98 - Browse repository at this point
Copy the full SHA 46a1a98View commit details -
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7d2ad63 - Browse repository at this point
Copy the full SHA 7d2ad63View commit details -
Configuration menu - View commit details
-
Copy full SHA for c82066f - Browse repository at this point
Copy the full SHA c82066fView commit details
Commits on Mar 2, 2023
-
Co-authored-by: James M Snell <jasnell@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 146c632 - Browse repository at this point
Copy the full SHA 146c632View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.