- From: Timothy Gu <notifications@github.com>
- Date: Fri, 30 Jul 2021 10:50:33 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 30 July 2021 17:50:45 UTC
@TimothyGu 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. Actually, I see the same sentence is used for promise types. Consider this optional then. -- 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_r680122919
Received on Friday, 30 July 2021 17:50:45 UTC