diff options
Diffstat (limited to 'cli/rt/08_text_encoding.js')
-rw-r--r-- | cli/rt/08_text_encoding.js | 2 |
1 files changed, 1 insertions, 1 deletions
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; |