DenoRuntimeExtension.host constructor

DenoRuntimeExtension.host()

Creates a host-level extension before the server starts handling requests.

Implementation

factory DenoRuntimeExtension.host() {
  return DenoRuntimeExtension(deno: denoGlobal);
}