Zkoušel jsem to takto
fetch('test.html')
.then(response => response.text())
.then(data => console.log(data))
.then(response => console.log(response.headers.get('Last-Modified'))) ;
ale dostanu chybu
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'headers')