mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 20:29:11 +00:00
feat(web): FileReader API (#6673)
This commit is contained in:
parent
d7077b9073
commit
eed77aa020
8 changed files with 564 additions and 0 deletions
|
@ -835,4 +835,6 @@
|
|||
window.TextDecoder = TextDecoder;
|
||||
window.atob = atob;
|
||||
window.btoa = btoa;
|
||||
window.__bootstrap = (window.__bootstrap || {});
|
||||
window.__bootstrap.base64 = base64;
|
||||
})(this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue