File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1099,6 +1099,7 @@ export interface HTMLLinkAttributes extends HTMLAttributes<HTMLLinkElement> {
10991099 sizes ?: string | undefined | null ;
11001100 type ?: string | undefined | null ;
11011101 charset ?: string | undefined | null ;
1102+ fetchpriority ?: 'auto' | 'high' | 'low' | undefined | null ;
11021103}
11031104
11041105export interface HTMLMapAttributes extends HTMLAttributes < HTMLMapElement > {
@@ -1233,6 +1234,7 @@ export interface HTMLScriptAttributes extends HTMLAttributes<HTMLScriptElement>
12331234 charset ?: string | undefined | null ;
12341235 crossorigin ?: string | undefined | null ;
12351236 defer ?: boolean | undefined | null ;
1237+ fetchpriority ?: 'auto' | 'high' | 'low' | undefined | null ;
12361238 integrity ?: string | undefined | null ;
12371239 nomodule ?: boolean | undefined | null ;
12381240 nonce ?: string | undefined | null ;
You can’t perform that action at this time.
0 commit comments