- From: Shu-yu Guo <notifications@github.com>
- Date: Wed, 19 May 2021 12:30:09 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 19 May 2021 19:30:22 UTC
@syg commented on this pull request. > @@ -8940,6 +8968,10 @@ that unless the type is [=extended attributes associated with|associated with=] [=extended attributes associated with|associated with=] the [{{AllowShared}}] [=extended attribute=], and <a abstract-op>IsSharedArrayBuffer</a>(|V|) is true, then [=ECMAScript/throw=] a {{ECMAScript/TypeError}}. + 1. If the conversion is not to an IDL type + [=extended attributes associated with|associated with=] the [{{AllowResizable}}] + [=extended attribute=], and <a abstract-op>IsResizableArrayBuffer</a>(|V|) is false, Ah oops, you're right. Good catch. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/heycam/webidl/pull/982#discussion_r635526785
Received on Wednesday, 19 May 2021 19:30:22 UTC