Re: [whatwg/webidl] Normative: Add DOMException cause (PR #1179)

@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