Re: [JSMentors] localStorage - special setter and getter

2011-02-03 Thread Asen Bozhilov
Juriy Zaytsev : But is it a bug really? As far as I know, web storage spec ( http://dev.w3.org/html5/webstorage/) makes no clarification on whether interface members are writable; or enumerable/configurable for that matter. WebIDL spec, however, does mention something about interface members

Re: [JSMentors] localStorage - special setter and getter

2011-02-03 Thread Juriy Zaytsev
On Thu, Feb 3, 2011 at 8:09 AM, Asen Bozhilov asen.bozhi...@gmail.comwrote: Juriy Zaytsev : But is it a bug really? As far as I know, web storage spec ( http://dev.w3.org/html5/webstorage/) makes no clarification on whether interface members are writable; or enumerable/configurable for

Re: [JSMentors] localStorage - special setter and getter

2011-02-02 Thread Juriy Zaytsev
On Sat, Jan 29, 2011 at 6:35 PM, Asen Bozhilov asen.bozhi...@gmail.comwrote: The last week I explored some things about `localStorage'. The most interesting and meanwhile confusing things are described in two articles about `localStorage': URL:

[JSMentors] localStorage - special setter and getter

2011-01-29 Thread Asen Bozhilov
The last week I explored some things about `localStorage'. The most interesting and meanwhile confusing things are described in two articles about `localStorage': URL: http://www.bennadel.com/blog/2105-Exploring-HTML5-s-localStorage-Persistent-Client-Side-Key-Value-Pairs.htm URL:

Re: [JSMentors] localStorage - special setter and getter

2011-01-29 Thread Guy Royse
Local storage, I think is one of the coolest but least glamorous features of HTML5. It's also one of the most universally supported. If the browser is the new computer, then local storage is the file system -- however simple it might be. So what follows next is a shameless plug, but I think I