Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/sinco/deps.ts>Protocol.Tracing.RequestMemoryDumpResponse

Browser Automation and Testing Tool for Deno, written in full TypeScript
Latest
interface Protocol.Tracing.RequestMemoryDumpResponse
import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts";
const { RequestMemoryDumpResponse } = Protocol.Tracing;

Properties

dumpGuid: string

GUID of the resulting global memory dump.

success: boolean

True iff the global memory dump succeeded.