chongbing / html5rocks

Automatically exported from code.google.com/p/html5rocks
0 stars 0 forks source link

slides: localstorage/sessionstorage should use setItem API #255

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The symbolic dereferencing demonstrated on the slides is not supported by the 
spec and should be avoided because it has the potential of conflicting with 
reserved keys (e.g. 'setItem' or '__proto__'). the setItem API should be used 
instead

Original issue reported on code.google.com by malte...@google.com on 2 Nov 2010 at 10:06

GoogleCodeExporter commented 9 years ago
Fixed: 
http://code.google.com/p/html5rocks/source/detail?r=3c51ca3fdd7f3dded4d5879c913f
7bf265e608d5

Original comment by ericbide...@html5rocks.com on 8 Nov 2010 at 2:08