- From: Anne van Kesteren <notifications@github.com>
- Date: Fri, 02 Sep 2022 00:35:44 -0700
- To: whatwg/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 2 September 2022 07:35:56 UTC
@annevk commented on this pull request. > +<dfn constructor for="DOMException" lt="DOMException(message, nameOrOptions)"> + <code>new DOMException(|message|, |nameOrOptions|)</code> +</dfn> Forgot about this one, sorry. ```suggestion <dfn constructor for="DOMException" lt="DOMException(message, options)"><code>new DOMException(|message|, |options|)</code></dfn> ``` -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/webidl/pull/1179#pullrequestreview-1094434302 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/webidl/pull/1179/review/1094434302@github.com>
Received on Friday, 2 September 2022 07:35:56 UTC