Re: [WebStorage] Property enumeration and checking presence

"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.

  --Mike

-- 
Michael(tm) Smith
http://people.w3.org/mike/

Received on Tuesday, 30 June 2009 17:28:27 UTC