Runtime
Table of Contents
Classes
- MainWorker
- The Deno main worker. This includes a JsRuntime along with all the standard ops from Deno CLI,
such as Deno.core.* and the web APIs such as TextEncoder etc. Use the MainWorker if you want to
run programs that are written to run in Deno. The Deno provided ops such as `fetch()` uses it's own
TLS and request stack.
- WorkerOptions
- The options to provide to Deno\Runtime\MainWorker.
- BootstrapOptions
- Common bootstrap options for MainWorker & WebWorker
- PermissionsOptions