Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ファイル自体をダウンロードせずに、XHR を使用してファイルのヘッダーのみを取得することは可能ですか?
GET メソッドの代わりに http HEAD メソッドを使用できます。
xhr.open("HEAD", url, async)