[Webkit-unassigned] [Bug 68618] btoa() and atob() should stringify null to "null", not ""
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Dec 6 16:36:22 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=68618
--- Comment #2 from Adam Barth <abarth at webkit.org> 2011-12-06 16:36:22 PST ---
(From update of attachment 118133)
View in context: https://bugs.webkit.org/attachment.cgi?id=118133&action=review
> Source/WebCore/page/DOMWindow.idl:252
> - DOMString btoa(in [ConvertNullToNullString,Optional=CallWithDefaultValue] DOMString string)
> + DOMString btoa(in [ConvertNullStringTo=Null,Optional=CallWithDefaultValue] DOMString string)
Can we just drop the attribute? What's the default value?
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list