mirror of
https://github.com/denoland/deno.git
synced 2025-09-29 05:34:49 +00:00
refactor(core.js): provide window.__bootstrap (#10423)
This commit is contained in:
parent
a50dab683f
commit
8922639c1d
10 changed files with 3 additions and 27 deletions
|
@ -4559,7 +4559,6 @@
|
|||
window.TextDecoder = TextDecoder;
|
||||
window.atob = atob;
|
||||
window.btoa = btoa;
|
||||
window.__bootstrap = window.__bootstrap || {};
|
||||
window.__bootstrap.encoding = { decode };
|
||||
window.__bootstrap.base64 = base64;
|
||||
})(this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue