Summary
fetchpriority was added as a support option as part of react/react#36835, so docs should be updated to include it.
Page
https://react.dev/reference/react-dom/preloadModule#reference
Details
Add an options value for fetchpriority
something like :
fetchPriority: a string. Suggests a [relative priority for fetching](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/fetchpriority) the script. Its possible values are auto, high, and low.
I am not sure if this needs a canary/experimental badge because this is a very new change
Summary
fetchpriority was added as a support option as part of react/react#36835, so docs should be updated to include it.
Page
https://react.dev/reference/react-dom/preloadModule#reference
Details
Add an
optionsvalue for fetchprioritysomething like :
I am not sure if this needs a canary/experimental badge because this is a very new change