Re: [WebStorage] Property enumeration and checking presence

On Jun 30, 2009, at 10:28 AM, Michael(tm) Smith wrote:

> "Nikunj R. Mehta" <nikunj.mehta@oracle.com>, 2009-06-30 09:12 -0700:
>
>> My question was not clear
>
> Sorry, after re-reading it, I can see now that it was actually
> pretty clear -- I just misunderstood.
>
>> I was inquiring about the term "property enumeration" and not
>> "storage mutex".
>
> I think in this case it means iterating over the Storage object to
> get a list of all its properties.
>
>> Similarly, I also wanted to know the
>> meaning of "checking the presence of a property".
>
> I think in Javascript terms at least, it means using the "in"
> operator to check if the Storage object has a particular property.

Is the spec complete in regards to this and does it need to clarify  
what is meant by these two conditions? I would imagine that these are  
special ECMAScript cases, am I right?

Received on Tuesday, 30 June 2009 21:56:34 UTC