diff options
Diffstat (limited to 'core/lib.deno_core.d.ts')
-rw-r--r-- | core/lib.deno_core.d.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/lib.deno_core.d.ts b/core/lib.deno_core.d.ts index efa138d77..6db01df61 100644 --- a/core/lib.deno_core.d.ts +++ b/core/lib.deno_core.d.ts @@ -63,6 +63,8 @@ declare namespace Deno { * compiler. Takes the rid and a `Uint8Array`. * - `op_wasm_streaming_abort`. Aborts the wasm compilation. Takes the rid * and an exception. Invalidates the resource. + * - `op_wasm_streaming_set_url`. Sets a source URL for the wasm module. + * Takes the rid and a string. * - To indicate the end of the resource, use `Deno.core.close()` with the * rid. */ |