[Webkit-unassigned] [Bug 148582] classList.toggle(name, force) treats undefined `force` argument as false

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 28 13:33:15 PDT 2015


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

--- Comment #2 from Chris Dumez <cdumez at apple.com> ---
Yes, this is not specific to this API but a general bug in our JS bindings code. undefined gets converted to 0 / false instead of being treated as no argument when the argument is optional. I will try and address this in the near future.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150828/50b92f60/attachment.html>


More information about the webkit-unassigned mailing list