[Webkit-unassigned] [Bug 25970] The implicit setter for DOM Storage does not handle null correctly.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 29 17:35:28 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=25970





------- Comment #4 from michaeln at google.com  2009-05-29 17:35 PDT -------
Do other non-string values types (in particular undefined) have similar
issues...

var undefinedVar;
var array = [1,2,3];
var number = 1.01;
localStorage.a = T;
localStorage.setItem('b', T);

... where the behavior is different depending on the style of setter used?

Also, I gotta wonder about the utility of translating null to 'null'.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list