Chrome DevTools

CrashReportContext Domain

This domain exposes the current state of the CrashReportContext API.

Experimental

Methods

Types

Methods

Chrome DevTools

CrashReportContext.getEntries #

Returns all entries in the CrashReportContext across all frames in the page.

Return object

entries

Types

Chrome DevTools

CrashReportContext.CrashReportContextEntry #

Key-value pair in CrashReportContext.

Type: object

Properties

key
string
value
string
frameId
Page.FrameId

The ID of the frame where the key-value pair was set.