Re: Storage 'length' and enumeration

On Thu, Apr 30, 2009 at 9:12 AM, Ian Hickson <ian@hixie.ch> wrote:
> For Storage objects, I would do an instanceof against the Storage
> prototype. There can't be other objects that implement that interface.

that's wrong. what you mean is that any object which implements
Storage will behave as specified.

not that this helps john much, but....

Received on Thursday, 30 April 2009 06:21:51 UTC