<html>
<body>
<script src="something"></script>
<img src="something">
<script>
window.onload = function () {
//code logic here
}
</script>
</body>
</html>
I want to access the http response headers for all the http requests of this page so that I can determine their status.
最初のスクリプト要求の応答ヘッダーなど、その後のその他の要求。
言い換えれば、私は数を数えたいのです。応答ステータスがエラーであった要求の数。