tc39/proposal-arraybuffer-base64

FromBase64: Comparison between String and a List of code points

anba opened this issue · 0 comments

anba commented

FromBase64, Step 10.g.

g. If char is not an element of the standard base64 alphabet, throw a SyntaxError exception.

char is a String, but standard base64 alphabet is a List of code points.