- From: timeless <timeless@gmail.com>
- Date: Thu, 30 Apr 2009 09:21:11 +0300
- To: Ian Hickson <ian@hixie.ch>
- Cc: "John J. Barton" <johnjbarton@johnjbarton.com>, Boris Zbarsky <bzbarsky@mit.edu>, Sean Hogan <shogun70@westnet.com.au>, public-webapps@w3.org
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