import { RenderContext } from "https://deno.land/x/fresh@1.4.3/src/server/mod.ts";
Constructors
Properties
The route matcher (e.g. /blog/:id) that the request matched for this page to be rendered.
State that is persisted between multiple renders with the same render context. This is useful because one logical JIT render could have multiple preact render passes due to suspense.
All of the CSS style rules that should be inlined into the document. Adding to this list across multiple renders is supported (even across suspense!). The CSS rules will always be inserted on the client in the order specified here.
readonly
url: URLThe URL of the page being rendered.