rsnext/packages
Zack Tanner aa832c3b2d
use fetch priority for app prefetches (#67356)
This leverages [fetch
priority](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#priority)
to ensure automatic prefetching as a result of visiting a page is sent
with "low" priority, to signal to the browser it can prioritize more
important work necessary for rendering the page.

A "temporary" prefetch (ie one that is created when there wasn't an
existing prefetch cache entry on navigation) will use a "high" priority
because it's critical to the navigation event.

All other cases will be "auto" which is the current default.
2024-07-01 14:47:56 -07:00
..
create-next-app v15.0.0-canary.49 2024-06-29 23:22:57 +00:00
eslint-config-next v15.0.0-canary.49 2024-06-29 23:22:57 +00:00
eslint-plugin-next v15.0.0-canary.49 2024-06-29 23:22:57 +00:00
font v15.0.0-canary.49 2024-06-29 23:22:57 +00:00
next use fetch priority for app prefetches (#67356) 2024-07-01 14:47:56 -07:00
next-bundle-analyzer v15.0.0-canary.49 2024-06-29 23:22:57 +00:00
next-codemod v15.0.0-canary.49 2024-06-29 23:22:57 +00:00
next-env v15.0.0-canary.49 2024-06-29 23:22:57 +00:00
next-mdx v15.0.0-canary.49 2024-06-29 23:22:57 +00:00
next-plugin-storybook v15.0.0-canary.49 2024-06-29 23:22:57 +00:00
next-polyfill-module v15.0.0-canary.49 2024-06-29 23:22:57 +00:00
next-polyfill-nomodule v15.0.0-canary.49 2024-06-29 23:22:57 +00:00
next-swc v15.0.0-canary.49 2024-06-29 23:22:57 +00:00
react-refresh-utils v15.0.0-canary.49 2024-06-29 23:22:57 +00:00
third-parties v15.0.0-canary.49 2024-06-29 23:22:57 +00:00