diff options
Diffstat (limited to 'core/core.js')
-rw-r--r-- | core/core.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/core.js b/core/core.js index fd9b2c3ea..e5998fbc8 100644 --- a/core/core.js +++ b/core/core.js @@ -124,6 +124,9 @@ opSync("op_close", rid); } + // Provide bootstrap namespace + window.__bootstrap = {}; + // Extra Deno.core.* exports Object.assign(window.Deno.core, { opAsync, opSync, |