feat(web): FileReader API (#6673)

This commit is contained in:
Paul Thompson 2020-08-11 22:00:53 +10:00 committed by GitHub
parent d7077b9073
commit eed77aa020
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 564 additions and 0 deletions

View file

@ -835,4 +835,6 @@
window.TextDecoder = TextDecoder;
window.atob = atob;
window.btoa = btoa;
window.__bootstrap = (window.__bootstrap || {});
window.__bootstrap.base64 = base64;
})(this);