You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dev-pl...@mozilla.org
As of Firefox 138, I intend to enable Error.isError by default
on all platforms. It is currently available in Nightly builds, disabled by default behind the `javascript.options.experimental.error_iserror`
preference. The Error.isError proposal allows determining whether the argument provided is in fact an instance of an error (either a JS Error object or a DOMException). Our
implementation was contributed by a volunteer, Serah Nderi. Thanks Serah :)