Re: Allowing IDL attributes to have different types for the getter and setter

On 4/17/13 10:13 PM, Tab Atkins Jr. wrote:
> In other words, it either accepts X and returns [X], or accepts
> [X,Y,Z] and returns [X,Y,Z].  Right?

Slightly more precisely, it accepts X or [X,Y,Z] (where some of X, Y, Z 
can be Blobs) and always returns a list of File objects, autogenerating 
them from the Blobs if need be.

-Boris

Received on Thursday, 18 April 2013 02:19:38 UTC