Re: [whatwg/webidl] ObservableArray without assignment (#1027)

I just want to make sure I'm answering the right question. Are you saying that you want to know if this is surprising or not?

```js
const myTextRuns = [];
const text = new FormattedText();

text.textruns = myTextRuns;

assert(myTextRuns !== text.textruns);
```

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

Received on Wednesday, 6 October 2021 03:24:59 UTC