key/value-based storage comments

There are several parts of the document not updated with the new  
same-origin model. "Blocking third-party storage" is enforced by the API  
for instance. This also applies to several implementation risks.

I think it may be better to let setItem() return a success boolean rather  
than having it raise a INVALID_ACCESS_ERR exception when there's not  
enough storage space. The latter may unnecessarily break sites if the  
storage is not important for the functionality the site provides for  
instance, but is used for tracking the user in one way or another.


-- 
Anne van Kesteren
<http://annevankesteren.nl/>
<http://www.opera.com/>

Received on Tuesday, 11 December 2007 14:16:37 UTC