Your IP : 18.191.195.2


Current Path : /var/www/www-root/data/www/monolith-realty.ru/bitrix/js/landing/history/src/internal/
Upload File :
Current File : /var/www/www-root/data/www/monolith-realty.ru/bitrix/js/landing/history/src/internal/on-update.js

import type {History} from '../history';

/**
 * Calls on update history stack
 * @param {History} history
 * @return {Promise<History>}
 */
export default function onUpdate(history: History): Promise<History>
{
	const rootWindow = BX.Landing.PageObject.getRootWindow();
	BX.onCustomEvent(rootWindow.window, 'BX.Landing.History:update', [history]);

	return Promise.resolve(history);
}