File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1169,7 +1169,7 @@ export interface HTMLMediaAttributes<T extends HTMLMediaElement> extends HTMLAtt
1169
1169
mediagroup ?: string | undefined | null ;
1170
1170
muted ?: boolean | undefined | null ;
1171
1171
playsinline ?: boolean | undefined | null ;
1172
- preload ?: string | undefined | null ;
1172
+ preload ?: 'auto' | 'none' | 'metadata' | '' | undefined | null ;
1173
1173
src ?: string | undefined | null ;
1174
1174
/**
1175
1175
* a value between 0 and 1
@@ -1783,7 +1783,7 @@ export interface HTMLWebViewAttributes extends HTMLAttributes<HTMLElement> {
1783
1783
nodeintegration ?: boolean | undefined | null ;
1784
1784
partition ?: string | undefined | null ;
1785
1785
plugins ?: boolean | undefined | null ;
1786
- preload ?: string | undefined | null ;
1786
+ preload ?: 'auto' | 'none' | 'metadata' | '' | undefined | null ;
1787
1787
src ?: string | undefined | null ;
1788
1788
useragent ?: string | undefined | null ;
1789
1789
webpreferences ?: string | undefined | null ;
You can’t perform that action at this time.
0 commit comments