diff --git a/README.md b/README.md index 88094712..b16d84f1 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,8 @@ TODO: ``` +Alternatively, see the [Intersection Observer polyfill](https://github.com/w3c/IntersectionObserver/tree/master/polyfill). + ## Recipes **Set a custom timeout for prefetching resources** @@ -127,6 +129,8 @@ quicklink({ priority: 'high' }); ## Browser support +The prefetching provided by `quicklink` can be viewed as a progressive enhancement. Cross-browser support is as follows: + * Without polyfills: Chrome, Firefox, Edge, Opera, Android Browser, Samsung Internet. * With [Intersection Observer polyfill](https://github.com/w3c/IntersectionObserver/tree/master/polyfill) ~6KB gzipped/minified: Safari, IE9+