We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3fbd76 commit 101f985Copy full SHA for 101f985
types/dom.d.ts
@@ -129,13 +129,15 @@ export interface HtmlHTMLAttributes extends HTMLAttributes {
129
}
130
131
export interface IframeHTMLAttributes extends HTMLAttributes {
132
+ allow?: string;
133
allowfullscreen?: boolean;
134
allowtransparency?: boolean;
135
frameborder?: number | string;
136
height?: number | string;
137
marginheight?: number;
138
marginwidth?: number;
139
name?: string;
140
+ referrerpolicy?: string;
141
sandbox?: string;
142
scrolling?: string;
143
seamless?: boolean;
0 commit comments