Implement referrerPolicy for HTMLLinkElement and HTMLScriptElement

This commit is contained in:
YUAN LYU 2020-12-01 00:37:16 -05:00
parent 02af8952eb
commit a999850b24
15 changed files with 50 additions and 668 deletions

View file

@ -25,6 +25,8 @@ interface HTMLScriptElement : HTMLElement {
attribute DOMString text;
[CEReactions]
attribute DOMString integrity;
[CEReactions]
attribute DOMString referrerPolicy;
// also has obsolete members
};