Skip to content

Instantly share code, notes, and snippets.

@mhuebert
Created February 17, 2016 18:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mhuebert/942c95e760ed2e6b5f7a to your computer and use it in GitHub Desktop.
Save mhuebert/942c95e760ed2e6b5f7a to your computer and use it in GitHub Desktop.
DOMException: Failed to execute 'btoa' on 'Window': The string to be encoded contains characters outside of the Latin1 range.
at Error (native)
at Object.goog.crypt.base64.encodeString (http://localhost:5000/js/compiled/out/goog/crypt/base64.js:170:24)
at cljs$js$append_source_map (http://localhost:5000/js/compiled/out/cljs/js.js:229:175)
at cljs$js$compile_str_STAR__$_compile_loop (http://localhost:5000/js/compiled/out/cljs/js.js:1355:27)
at cljs$js$compile_str_STAR_ (http://localhost:5000/js/compiled/out/cljs/js.js:1380:2)
at Function.cljs.js.compile_str.cljs$core$IFn$_invoke$arity$5 (http://localhost:5000/js/compiled/out/cljs/js.js:1476:34)
at cljs$js$compile_str (http://localhost:5000/js/compiled/out/cljs/js.js:1433:28)
at cells$compile$compile$compile_as (http://localhost:5000/js/compiled/out/cells/compile/compile.js:397:25)
at cells$compile$compile$compile_BANG_ (http://localhost:5000/js/compiled/out/cells/compile/compile.js:453:52)
at http://localhost:5000/js/compiled/out/cells/compile/compile.js:519:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment