Skip to content

Commit 2e49f1f

Browse files
committed
docs(README): further revisions to browser support
1 parent d2e18ad commit 2e49f1f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ TODO:
8383
<script src="https://polyfill.io/v2/polyfill.min.js?features=IntersectionObserver"></script>
8484
```
8585

86+
Alternatively, see the [Intersection Observer polyfill](https://github.com/w3c/IntersectionObserver/tree/master/polyfill).
87+
8688
## Recipes
8789

8890
**Set a custom timeout for prefetching resources**
@@ -127,6 +129,8 @@ quicklink({ priority: 'high' });
127129

128130
## Browser support
129131

132+
The prefetching provided by `quicklink` can be viewed as a progressive enhancement. Cross-browser support is as follows:
133+
130134
* Without polyfills: Chrome, Firefox, Edge, Opera, Android Browser, Samsung Internet.
131135
* With [Intersection Observer polyfill](https://github.com/w3c/IntersectionObserver/tree/master/polyfill) ~6KB gzipped/minified: Safari, IE9+
132136

0 commit comments

Comments
 (0)