Почему? Где-то можно почитать об этом? В данном кейсе, можно спокойно работать с атрибутом href...
switchMode.onclick, document.getElementById
SET @search := 'http://site1.ru';
SET @replace := 'http://site2.ru';
UPDATE `table` SET `field_name` = replace(field_name, CONCAT('s:', LENGTH(@search), ':"', @search, '"'), CONCAT('s:', LENGTH(@replace), ':"', @replace, '"'));
(async () => {
const result = await postRequest()
console.log( result )
})()
const result = postRequest()
.then(async function (res) {
return res.text();
})
result.then(res => {
console.log(res)
})