Skip to content

Commit

Permalink
docs: clarify Network Information API browser support
Browse files Browse the repository at this point in the history
  • Loading branch information
csabapalfi committed Dec 13, 2018
1 parent f9a2ca7 commit ac5f7d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ The prefetching provided by `quicklink` can be viewed as a [progressive enhancem
* 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+

Certain features have layered support. If opting for `{priority: true}` and `fetch()` isn't available, XHR will be used instead.
Certain features have layered support. If opting for `{priority: true}` and `fetch()` isn't available, XHR will be used instead. Checking if the user is on a slow connection is only available on [Chrome 61+ and certain Android versions](https://caniuse.com/#feat=netinfo).

## Using the prefetcher directly

Expand Down

0 comments on commit ac5f7d9

Please sign in to comment.