1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
This commit is contained in:
Leo Chandra 2021-02-16 20:00:41 +07:00 committed by GitHub
parent 879897ada6
commit c6b3982e78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -126,7 +126,7 @@
function btoa(s) {
s = webidl.converters.DOMString(s, {
prefix: "Failed to execute 'bota'",
prefix: "Failed to execute 'btoa'",
context: "Argument 1",
});
const byteArray = [];