History

Обновлено: 14.03.2023

Об’єкт history

Об’єкт history містить URL-адреси, відвідані користувачем (у вікні браузера).

Об'єкт history є властивістю об'єкта window .

Доступ до об’єкта історії здійснюється за допомогою:

window.historyабо просто history:

Властивості та методи об’єкта історії

  • back()

    back()

    Loads the previous URL (page) in the history list

  • forward()

    forward()

    Loads the next URL (page) in the history list

  • go()

    go()

    Loads a specific URL (page) from the history list

  • length

    length

    Returns the number of URLs (pages) in the history list