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

ProgramError

enum ProgramError {
InsecureContext = "INSECURE_CONTEXT",
UnsupportedBrowser = "UNSUPPORTED_BROWSER",
}

§Members

§
ProgramError.InsecureContext = "INSECURE_CONTEXT"
[src]
§
ProgramError.UnsupportedBrowser = "UNSUPPORTED_BROWSER"
[src]