Re: [whatwg/webidl] Should `DOMException#stack` be standardized? (Issue #1186)

> So per the spec `stack` is nonstandard and thus it should not be an accessor.

I'm not sure this follows?

The intent of the quoted part of the IDL: if you're adding nonstandard properties, such as `stack`, to `Error`, then *also* add them to `DOMException`.

It doesn't say anything like: if you're adding nonstandard properties, such as `stack`, to `Error`, don't add them to `DOMException` as accessors.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/webidl/issues/1186#issuecomment-1241383196
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/webidl/issues/1186/1241383196@github.com>

Received on Friday, 9 September 2022 01:00:52 UTC