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

Form

import type { Form } from "https://googleapis.deno.dev/v1/websecurityscanner:v1.ts";

! Information about a vulnerability with an HTML.

interface Form {
actionUri?: string;
fields?: string[];
}

§Properties

§
actionUri?: string
[src]

! The URI where to send the form when it's submitted.

§
fields?: string[]
[src]

! The names of form fields related to the vulnerability.