diff options
Diffstat (limited to 'js/dispatch.ts')
-rw-r--r-- | js/dispatch.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/dispatch.ts b/js/dispatch.ts index b5116d68a..5dfec625f 100644 --- a/js/dispatch.ts +++ b/js/dispatch.ts @@ -61,6 +61,7 @@ export const OP_MAKE_TEMP_DIR = 55; export const OP_CWD = 56; export const OP_FETCH_ASSET = 57; export const OP_DIAL_TLS = 58; +export const OP_HOSTNAME = 59; export function asyncMsgFromRust(opId: number, ui8: Uint8Array): void { switch (opId) { |