Re: [heycam/webidl] More fixes for observable array type (#1006)

@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