Ian Hickson wrote:
But earlier you said:On Thu, 30 Apr 2009, Sean Hogan wrote:sessionStore[2] = "howdy"; print(sessionStore[2]); // prints null? print(sessionStore["2"]); // prints "howdy" for(var i = 0; i < sesssionStore.length; i++) foo(i, sessionStore[i]); (0, "2"). I don't think both of these can be true. jjb |
- Re: Storage 'length' and enumeration John J. Barton
- Re: Storage 'length' and enumeration Sean Hogan
- Re: Storage 'length' and enumeration Ian Hickson
- Re: Storage 'length' and enumeration timeless
- Re: Storage 'length' and enumeration Sean Hogan
- Re: Storage 'length' and enumeration Sean Hogan
- Re: Storage 'length' and enumeration Boris Zbarsky
- Re: Storage 'length' and enumeration Sean Hogan
- Re: Storage 'length' and enumeration Boris Zbarsky
- Re: Storage 'length' and enumeration Ian Hickson
- Re: Storage 'length' and enumeration John J Barton
- Re: Storage 'length' and enumeration Ian Hickson
- Re: Storage 'length' and enumeration John J. Barton
