Raw File
SRI.idl
// GENERATED CONTENT - DO NOT EDIT
// Content of this file was automatically extracted from the
// "Subresource Integrity" spec.
// See: https://w3c.github.io/webappsec-subresource-integrity/

partial interface HTMLLinkElement {
  attribute DOMString integrity;
};

partial interface HTMLScriptElement {
  attribute DOMString integrity;
};
back to top