[Webkit-unassigned] [Bug 18774] SQUIRRELFISH: print meaningful error messages
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jun 1 15:37:43 PDT 2008
http://bugs.webkit.org/show_bug.cgi?id=18774
rik24d at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rik24d at gmail.com
------- Comment #6 from rik24d at gmail.com 2008-06-01 15:37 PDT -------
For reference, Firefox says things like that :
>>> document.querySelectorAll('a').forEach()
TypeError: document.querySelectorAll is not a function
>>> document.getElementsByTagName('a').forEach()
TypeError: document.getElementsByTagName("a").forEach is not a function
while WebKit r34271 says:
document.querySelectorAll('a').forEach()
TypeError: Value undefined does not allow function calls.
--
Configure bugmail: http://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