- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 07 May 2026 00:42:11 -0700
- To: whatwg/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 7 May 2026 07:42:18 UTC
@annevk commented on this pull request.
> @@ -14927,9 +14927,11 @@ has its \[[Prototype]] [=/internal slot=] set to the intrinsic object {{%Error.p
as defined in the [=create an interface prototype object=] abstract operation.
It also has an \[[ErrorData]] slot, like all built-in exceptions.
-Additionally, if an implementation gives native {{Error}} objects special powers or
-nonstandard properties (such as a <code>stack</code> property),
-it should also expose those on {{DOMException}} objects.
Now that I understand why you want to change this I think we should just change the example from "such as a `stack` property" to "such as a hypothetical `howToAddressThisError` property".
> @@ -14927,9 +14927,11 @@ has its \[[Prototype]] [=/internal slot=] set to the intrinsic object {{%Error.p
as defined in the [=create an interface prototype object=] abstract operation.
It also has an \[[ErrorData]] slot, like all built-in exceptions.
Maybe here we need to call out that it has a \[[Stack]] slot as well?
--
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/webidl/pull/1578#pullrequestreview-4237878254
You are receiving this because you are subscribed to this thread.
Message ID: <whatwg/webidl/pull/1578/review/4237878254@github.com>
Received on Thursday, 7 May 2026 07:42:18 UTC