2024-08-19 21:46:04 +02:00
|
|
|
# NavigationEntry Object
|
|
|
|
|
|
|
|
* `url` string
|
|
|
|
* `title` string
|
2025-02-11 15:09:38 -08:00
|
|
|
* `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.
|