diff options
Diffstat (limited to 'core/01_core.js')
-rw-r--r-- | core/01_core.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/01_core.js b/core/01_core.js index 655b4219e..b98e54160 100644 --- a/core/01_core.js +++ b/core/01_core.js @@ -329,6 +329,7 @@ tryClose: (rid) => ops.op_try_close(rid), read: opAsync.bind(null, "op_read"), write: opAsync.bind(null, "op_write"), + writeAll: opAsync.bind(null, "op_write_all"), shutdown: opAsync.bind(null, "op_shutdown"), print: (msg, isErr) => ops.op_print(msg, isErr), setMacrotaskCallback: (fn) => ops.op_set_macrotask_callback(fn), |