← Back to DOM domain

DOM.markUndoableState

Marks last undoable state.

Domain: DOM experimental

Example Request

{
  "id": 1,
  "method": "DOM.markUndoableState"
}

Example Response

{
  "id": 1,
  "result": {}
}

Usage in Node.js

const result = await send('DOM.markUndoableState');
console.log(result);