RE: [WebIDL] T[] migration

From: Simon Pieters [mailto:simonp@opera.com] 

> Note that it requires liveness. Does that work for a frozen array?

Frozen array instances are frozen and cannot change. However, you can have the property that returns them start returning a new frozen array. The spec needs to track when these new instances are created.

> Maybe this particular API should be a method instead that returns a sequence<DOMString>?

That does seem potentially better... Either could work, I think?

Received on Friday, 18 December 2015 16:21:28 UTC