summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'runtime')
-rw-r--r--runtime/js/99_main.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/js/99_main.js b/runtime/js/99_main.js
index 2da5c5398..b21575b8f 100644
--- a/runtime/js/99_main.js
+++ b/runtime/js/99_main.js
@@ -471,6 +471,8 @@ const NOT_IMPORTED_OPS = [
// Related to `Deno.jupyter` API
"op_jupyter_broadcast",
"op_jupyter_input",
+ // Used in jupyter API
+ "op_base64_encode",
// Related to `Deno.test()` API
"op_test_event_step_result_failed",