diff options
Diffstat (limited to 'op_crates')
-rw-r--r-- | op_crates/web/08_text_encoding.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/op_crates/web/08_text_encoding.js b/op_crates/web/08_text_encoding.js index b8959142f..bf2e20049 100644 --- a/op_crates/web/08_text_encoding.js +++ b/op_crates/web/08_text_encoding.js @@ -835,4 +835,6 @@ window.TextDecoder = TextDecoder; window.atob = atob; window.btoa = btoa; + window.__bootstrap = (window.__bootstrap || {}); + window.__bootstrap.base64 = base64; })(this); |