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

@ -22,7 +22,8 @@ interface HTMLLinkElement : HTMLElement {
attribute DOMString type;
[CEReactions]
attribute DOMString integrity;
// [SameObject, PutForwards=value] readonly attribute DOMTokenList sizes;
[CEReactions]
attribute DOMString referrerPolicy;
// also has obsolete members
};