CrashReportContext Domain
This domain exposes the current state of the CrashReportContext API.
Methods
Types
Methods
CrashReportContext.getEntries #
Returns all entries in the CrashReportContext across all frames in the page.
Return object
entries array[ CrashReportContextEntry ]Types
CrashReportContext.CrashReportContextEntry #
Key-value pair in CrashReportContext.
Type: object
Properties
key stringvalue stringframeId Page.FrameId
The ID of the frame where the key-value pair was set.