diff options
author | Kevin (Kun) "Kassimo" Qian <kevinkassimo@gmail.com> | 2019-08-06 06:22:11 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-08-06 09:22:11 -0400 |
commit | ccee2f01ba2f6304720ab17e99dee17bf6687bd8 (patch) | |
tree | df04bd385c05e13b6a835fc4955cd5eac2c7c582 /cli/msg.fbs | |
parent | 11c850af423f07769f054c494a76cbd9efb8806c (diff) |
Implement Blob url support for worker (#2729)
Diffstat (limited to 'cli/msg.fbs')
-rw-r--r-- | cli/msg.fbs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/msg.fbs b/cli/msg.fbs index 8f6497afc..438fa0cb9 100644 --- a/cli/msg.fbs +++ b/cli/msg.fbs @@ -205,6 +205,8 @@ table FormatErrorRes { table CreateWorker { specifier: string; include_deno_namespace: bool; + has_source_code: bool; + source_code: string; } table CreateWorkerRes { |