We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba74f11 commit c5ed343Copy full SHA for c5ed343
1 file changed
src/prefetch.mjs
@@ -93,6 +93,7 @@ const supportedPrefetchStrategy = support('prefetch')
93
* Prefetch a given URL with an optional preferred fetch priority
94
* @param {String} url - the URL to fetch
95
* @param {Boolean} isPriority - if is "high" priority
96
+ * @param {Object} conn - navigator.connection (internal)
97
* @return {Object} a Promise
98
*/
99
function prefetcher(url, isPriority, conn) {
0 commit comments