RESOLVED FIXED 15424
"null" and "undefined" printing in the Drosera console are poor
https://bugs.webkit.org/show_bug.cgi?id=15424
Summary "null" and "undefined" printing in the Drosera console are poor
Eric Seidel (no email)
Reported Monday, October 8, 2007 5:13:30 PM UTC
"null" and "undefined" printing in the Drosera console are poor var x = undefined undefined x // nothing prints var y = null undefined y // nothing prints var z = "undefined" undefined z undefined This is all very confusing. I would expect "undefined" and "null" to be special values and print the string "undefined" or "null" when printed. Some sort of special (styled) .toString() behavior for the Drosera console.
Attachments
Timothy Hatcher
Comment 1 Saturday, May 17, 2008 5:34:34 PM UTC
Not an issue in the Web Inspector's debugger and the Inspector's console.
Note You need to log in before you can comment on or make changes to this bug.