mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
12 lines
340 B
Text
12 lines
340 B
Text
// 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;
|
|
};
|