ksa,
рони,
подскажите, пожалуйста, а чем плох тег object?
Почему бы не сделать так:
function XHR(filename) {
var url = filename;
document.getElementById("divSource").setAttribute("data", filename);
/*fetch(url).then(function (response) {//response.json()
response.text().then(function (text) {
document.getElementById("divSource").innerHTML = text;
});
});*/
};
<object id="divSource" style="margin: 20px 20px 10px 20px; height: 480px; width: 75%; overflow-y: auto;" type="text/html"></object>
<!--div id="divSource" style="margin: 20px 20px 10px 20px; height: 480px; width: 75%; overflow-y: auto;"></div-->
vaisan,
попробуйте так, если есть возможность заменить div на object