Skip to content
Developer Preview

HistoryMode

What history a lifecycle result actually served. Open on the client side: report-what-was-served means a client treats an unknown mode as “page it yourself”.

  • "anchoredSnapshot"
  • "inline"
  • "none"
  • "snapshot"
Source

schema/msp/experimental/msp.schema.json#/types/HistoryMode

{
"description": "What history a lifecycle result actually served. Open on the\nclient side: report-what-was-served means a client treats an unknown mode\nas \"page it yourself\".",
"enum": [
"anchoredSnapshot",
"inline",
"snapshot",
"none"
],
"type": "string",
"x-msp-openness": "open"
}