DOM.markUndoableState
Marks last undoable state.
{ "id": 1, "method": "DOM.markUndoableState" }
{ "id": 1, "result": {} }
const result = await send('DOM.markUndoableState'); console.log(result);