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
-
string
- value
-
string
- frameId
-
Page.FrameId
The ID of the frame where the key-value pair was set.