- From: Kai Ninomiya <notifications@github.com>
- Date: Thu, 01 Jun 2023 18:57:41 -0700
- To: whatwg/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 2 June 2023 01:57:46 UTC
@kainino0x commented on this pull request.
> +
+ readonly attribute unsigned long long errorCode;
+ };
+
+ dictionary ProtocolXErrorOptions {
+ required [EnforceRange] unsigned long long errorCode;
+ };
+ </pre>
+
+ Every <code>ProtocolXError</code> instance has an <dfn for="ProtocolXError">error code</dfn>,
+ a number.
+
+ <div algorithm="ProtocolXError constructor">
+ The <b><code>new ProtocolXError(|message|, |options|)</code></b> constructor steps are:
+
+ 1. Set [=this=]'s [=DOMException/name=] to "<code>ProtocolXError</code>".
OK, I had a suspicion that might be why. But I tried it, and those internal slots are not referenceable from the WebGPU spec. Is there a reason the reference is allowed in this spec but not ours?
--
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/webidl/pull/1211#discussion_r1213840396
You are receiving this because you are subscribed to this thread.
Message ID: <whatwg/webidl/pull/1211/review/1456541551@github.com>
Received on Friday, 2 June 2023 01:57:46 UTC