From 218be6a269644a95bdef7fc678b5618d5d7ce9a7 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 23 Jul 2020 11:12:25 -0400 Subject: Don't use window.__base64. Combine deno_ns scripts. (#6858) --- cli/rt/08_text_encoding.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/rt/08_text_encoding.js') diff --git a/cli/rt/08_text_encoding.js b/cli/rt/08_text_encoding.js index f12429641..a7a9a49e4 100644 --- a/cli/rt/08_text_encoding.js +++ b/cli/rt/08_text_encoding.js @@ -26,7 +26,7 @@ ((window) => { const core = Deno.core; - const base64 = window.__base64; + const base64 = window.__bootstrap.base64; const CONTINUE = null; const END_OF_STREAM = -1; -- cgit v1.2.3