- From: Marcos Caceres <marcosc@opera.com>
- Date: Thu, 20 Aug 2009 20:10:32 +0200
- To: Scott Wilson <scott.bradley.wilson@gmail.com>
- Cc: public-webapps WG <public-webapps@w3.org>
On Thu, Aug 20, 2009 at 2:26 PM, Marcos Caceres<marcosc@opera.com> wrote:
> ...seems a recent change to Web Storage may be even more serious.
> Someone just told me that the Web Storage spec has changed to allow
> storage of things other than strings. Need to confirm that.
To overcome changes in the Web Storage spec, I've changed the
definition of a storage area from:
"A storage area is a data-store that is unique for the origin of a
widget, which a user agent can use to store string-based key-value
pairs."
To:
"A storage area is a data-store that is unique for the origin of a
widget, which a user agent uses to persistently store data."
The new definition is data type agnostic, so hopefully robust enough
to handle future changes to Web Storage.
Kind regards,
Marcos
--
Marcos Caceres
http://datadriven.com.au
Received on Thursday, 20 August 2009 18:11:39 UTC