DescriptionMake atob() / btoa() argument non optional
According to the latest specification, the argument to atob() / btoa()
should not be optional:
http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#windowbase64
This patch makes Blink behave according to the specification. The argument
is also mandatory in Firefox and IE10.
atob() / btoa() are also moved to their own WindowBase64 interface which
the Window interface implements. This does not change the behavior but
this is closer to the specification and it will make exposing those
methods to workers easier later on.
BUG=261126
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=154419
Patch Set 1 #
Messages
Total messages: 6 (0 generated)
|