Skip to content

Commit 0025caa

Browse files
authored
docs(README.md): clarify layered support
1 parent ac5f7d9 commit 0025caa

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,10 @@ The prefetching provided by `quicklink` can be viewed as a [progressive enhancem
146146
* Without polyfills: Chrome, Firefox, Edge, Opera, Android Browser, Samsung Internet.
147147
* With [Intersection Observer polyfill](https://github.com/w3c/IntersectionObserver/tree/master/polyfill) ~6KB gzipped/minified: Safari, IE9+
148148

149-
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).
149+
Certain features have layered support:
150+
151+
* The [Network Information API](https://wicg.github.io/netinfo/), which is used to check if the user has a slow effective connection type (via `navigator.connection.effectiveType`) is only available in [Chrome 61+ and Opera 57+](https://caniuse.com/#feat=netinfo)
152+
* If opting for `{priority: true}` and the [Fetch API](https://fetch.spec.whatwg.org/) isn't available, XHR will be used instead.
150153

151154
## Using the prefetcher directly
152155

0 commit comments

Comments
 (0)