- From: Rob Eisenberg <notifications@github.com>
- Date: Tue, 05 Oct 2021 10:37:46 -0700
- To: whatwg/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 6 October 2021 03:24:59 UTC
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