- From: Edgar Chen <notifications@github.com>
- Date: Mon, 02 Aug 2021 01:11:07 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 2 August 2021 08:11:19 UTC
@EdgarChen commented on this pull request. > Similar to [=sequence types=] and [=frozen array types=], observable array types wrap around ECMAScript array types, imposing additional semantics on their usage. +Observable array types are non-nullable, but T may be nullable. Yeah, I saw the same sentence is used for promise types, so I added this. But I think you are right. And the nullable type section already mentions inner type could not be an observable array type, it should be clear enough. -- 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/1006#discussion_r680760532
Received on Monday, 2 August 2021 08:11:19 UTC