Skip to main content
Module

x/fresh/src/server/render.ts>render

The next-gen web framework.
Extremely Popular
Go to Latest
function render
import { render } from "https://deno.land/x/fresh@1.1.4/src/server/render.ts";

This function renders out a page. Rendering is synchronous and non streaming. Suspense boundaries are not supported.

Returns

Promise<[string, ContentSecurityPolicy | undefined]>