Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
const url = new URL(window.location.href) url.searchParams.append("afterSending", "1") window.history.pushState(null, null, url); // window.location.href = url.toString() // window.location.replace(url.toString())