console.exception() and console.error() are not functionally identical #1447
Labels
Content:WebAPI
Web API docs
effort: small
This task is a small effort.
good first issue
A good issue for newcomers to get started with.
@masammut commented on Wed Dec 02 2020
Request type
Details
On the page https://developer.mozilla.org/en-US/docs/Web/API/Console/error it says that:
I have found out that at least on Chrome (Version 86.0.4240.111 64-bit) this is not true because "console.exception()" also throws the exception whereas "console.error()" does not.
Example:
Example on jsfiddle: https://jsfiddle.net/30z6nkhs/
The text was updated successfully, but these errors were encountered: