Skip to content

Commit

Permalink
docs(README): further revisions to browser support
Browse files Browse the repository at this point in the history
  • Loading branch information
addyosmani committed Dec 4, 2018
1 parent d2e18ad commit 2e49f1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ TODO:
<script src="https://polyfill.io/v2/polyfill.min.js?features=IntersectionObserver"></script>
```

Alternatively, see the [Intersection Observer polyfill](https://github.com/w3c/IntersectionObserver/tree/master/polyfill).

## Recipes

**Set a custom timeout for prefetching resources**
Expand Down Expand Up @@ -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+

Expand Down

0 comments on commit 2e49f1f

Please sign in to comment.