Re: Figuring out easier readonly interfaces

On Fri, 18 Oct 2013 15:14:09 +0200, Mark S. Miller <erights@google.com>  
wrote:

> Does anything need DOMRectReadOnly, or would DOMRect and AbstractRect
> satisfy all current needs?

Mutable and read-only are needed. DOMQuad.bounds needs read-only, various  
SVG things need read-only if they are switching to using these objects.

AbstractRect in the quoted email doesn't satisfy the read-only need since  
it's not a thing that is visible to JS.

-- 
Simon Pieters
Opera Software

Received on Monday, 21 October 2013 06:24:47 UTC