- From: Darien Maillet Valentine <notifications@github.com>
- Date: Sun, 18 Sep 2022 22:06:09 -0700
- To: whatwg/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 19 September 2022 05:06:22 UTC
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