Re: [whatwg/webidl] ObservableArray types in namespace (#1000)

Regarding the specific question as to why the backing list is the source of truth instead of the wrapped `Array` object itself, it's because we don't want spec authors (or C++ code authors) to have to mess with with raw ES `Array` objects. There is some discussion of this (if you squint) in the initial few comments of the original PR: https://github.com/whatwg/webidl/pull/840

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/webidl/issues/1000#issuecomment-1116556667
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/webidl/issues/1000/1116556667@github.com>

Received on Tuesday, 3 May 2022 20:23:57 UTC