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

Possibly notable:

```js
console.log("cause" in new WebAssembly.CompileError("xxx", {}));
console.log("cause" in new WebAssembly.CompileError("xxx", { cause: 1 }));
```

already prints `false` and `true` in both Chromium & FF.

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

Message ID: <whatwg/webidl/pull/1179/c1250573766@github.com>

Received on Monday, 19 September 2022 05:06:22 UTC