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

ANR

import type { ANR } from "https://googleapis.deno.dev/v1/toolresults:v1beta3.ts";

Additional details for an ANR crash.

interface ANR {
stackTrace?: StackTrace;
}

§Properties

§
stackTrace?: StackTrace
[src]

The stack trace of the ANR crash. Optional.