You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if you could set fetchpriority on van-image components.
Currently this does not work. This property makes the browser fetch images earlier or later with when set on images.
This can be very useful.
What problem does this feature solve?
It would be great if you could set
fetchpriority
onvan-image
components.Currently this does not work. This property makes the browser fetch images earlier or later with when set on images.
This can be very useful.
The possible values would be:
Here is more info on fetchPriority. https://developer.mozilla.org/en-US/docs/Web/API/HTMLImageElement/fetchPriority and https://addyosmani.com/blog/fetch-priority/
What does the proposed API look like?
The text was updated successfully, but these errors were encountered: