Subresource Integrity and Prefetch

explaination

This demo page is to help you understand behavior of Prefetch and SRI resources.

Prefetch is widely supported in browsers and is intended for prefetching resources that will be used in the next navigation/page load. Stylesheet and script have been prefetched on this page. You could navigate to following pages and see how it behaves:

Unless cache is disabled, Prefetch should ensure that resources can be directly used from cache on next page with or without SRI enabled.

Back