From eed77aa0208e603dac908a240dd66ece422e9dd7 Mon Sep 17 00:00:00 2001 From: Paul Thompson Date: Tue, 11 Aug 2020 22:00:53 +1000 Subject: feat(web): FileReader API (#6673) --- op_crates/web/08_text_encoding.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'op_crates/web/08_text_encoding.js') 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); -- cgit v1.2.3