mirror of
https://github.com/servo/servo
synced 2026-04-28 02:19:14 +02:00
Implement referrerPolicy for HTMLLinkElement and HTMLScriptElement
This commit is contained in:
@@ -25,6 +25,8 @@ interface HTMLScriptElement : HTMLElement {
|
||||
attribute DOMString text;
|
||||
[CEReactions]
|
||||
attribute DOMString integrity;
|
||||
[CEReactions]
|
||||
attribute DOMString referrerPolicy;
|
||||
|
||||
// also has obsolete members
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user