mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
* feat: Working navigationHistory.restore with just title/url * feat: Restore page state, too * chore: Docs, lint, tests * Implement feedback * More magic * Make _awaitNextLoad truly private * Implement API group feedback * One more round of feedback
8 lines
308 B
Markdown
8 lines
308 B
Markdown
# NavigationEntry Object
|
|
|
|
* `url` string
|
|
* `title` string
|
|
* `pageState` string (optional) - A base64 encoded data string containing Chromium page state
|
|
including information like the current scroll position or form values. It is committed by
|
|
Chromium before a navigation event and on a regular interval.
|