refactor(core.js): provide window.__bootstrap (#10423)

This commit is contained in:
Aaron O'Mullan 2021-04-30 14:13:23 +02:00 committed by GitHub
parent a50dab683f
commit 8922639c1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 3 additions and 27 deletions

View file

@ -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);