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.
「foo.jsをキャッシュする」というアプリケーションキャッシュマニフェストを指定し、同じマニフェストを使用すると、2http://example.com/foo.html回キャッシュされますか、それとも同じリソースとして認識できるほどスマートですか?http://example.com/bar.htmlfoo.js
http://example.com/foo.html
http://example.com/bar.html
foo.js
すでにキャッシュされているファイルを認識します。したがって、あなたの例では、一度だけキャッシュされます。