Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

V7_FormMethod

In v7, active navigation/fetcher form methods are exposed in uppercase on the RouterState. This is to align with the normalization done via fetch().

type V7_FormMethod = UpperCaseFormMethod;

§Type

§
UpperCaseFormMethod
[src]