Skip to main content
Module

x/dynamic_import_ponyfill/deps.ts>esbuildNative.ServeOnRequestArgs

🐎 A ponyfill for using dynamic imports within Deno Deploy.
Go to Latest
interface esbuildNative.ServeOnRequestArgs
import { type esbuildNative } from "https://deno.land/x/dynamic_import_ponyfill@v0.1.4/deps.ts";
const { ServeOnRequestArgs } = esbuildNative;

Properties

remoteAddress: string
method: string
path: string
status: number
timeInMS: number

The time to generate the response, not to send it