pull/13624/head
fcrozatier 2 years ago
parent e8665e54ba
commit a0e5707a76

@ -1169,7 +1169,7 @@ export interface HTMLMediaAttributes<T extends HTMLMediaElement> extends HTMLAtt
mediagroup?: string | undefined | null;
muted?: boolean | undefined | null;
playsinline?: boolean | undefined | null;
preload?: string | undefined | null;
preload?: 'auto' | 'none' | 'metadata' | '' | undefined | null;
src?: string | undefined | null;
/**
* a value between 0 and 1
@ -1783,7 +1783,7 @@ export interface HTMLWebViewAttributes extends HTMLAttributes<HTMLElement> {
nodeintegration?: boolean | undefined | null;
partition?: string | undefined | null;
plugins?: boolean | undefined | null;
preload?: string | undefined | null;
preload?: 'auto' | 'none' | 'metadata' | '' | undefined | null;
src?: string | undefined | null;
useragent?: string | undefined | null;
webpreferences?: string | undefined | null;

Loading…
Cancel
Save