Re: [heycam/webidl] non-readonly [FrozenArray] attributes are footguns as currently specced (#810)

I don't think that's currently being proposed, especially because there is no concept of "same sequence", really: sequences are passed by value, so the best you could do is define that two sequences are "the same" if the lengths are the same and all the items are "the same", but then you have to define what "the same" means for `Item` in that case...

-- 
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/issues/810#issuecomment-538202004

Received on Friday, 4 October 2019 02:28:25 UTC