We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d08e05b commit d23805aCopy full SHA for d23805a
packages/svelte/elements.d.ts
@@ -978,6 +978,7 @@ export interface HTMLImgAttributes extends HTMLAttributes<HTMLImageElement> {
978
alt?: string | undefined | null;
979
crossorigin?: 'anonymous' | 'use-credentials' | '' | undefined | null;
980
decoding?: 'async' | 'auto' | 'sync' | undefined | null;
981
+ fetchpriority?: 'auto' | 'high' | 'low' | undefined | null;
982
height?: number | string | undefined | null;
983
ismap?: boolean | undefined | null;
984
loading?: 'eager' | 'lazy' | undefined | null;
0 commit comments