anonymous-iframe.idl (360B)
1 // GENERATED CONTENT - DO NOT EDIT 2 // Content was automatically extracted by Reffy into webref 3 // (https://github.com/w3c/webref) 4 // Source: Iframe credentialless (https://wicg.github.io/anonymous-iframe/) 5 6 partial interface HTMLIFrameElement { 7 attribute boolean credentialless; 8 }; 9 10 partial interface Window { 11 readonly attribute boolean credentialless; 12 };