mirror of
https://github.com/servo/servo
synced 2026-04-27 18:07:52 +02:00
Adding Name and SetName functions for window
This commit is contained in:
@@ -10,9 +10,8 @@ interface HTMLIFrameElement : HTMLElement {
|
||||
// [CEReactions]
|
||||
// attribute DOMString srcdoc;
|
||||
|
||||
// https://github.com/servo/servo/issues/14453
|
||||
// [CEReactions]
|
||||
// attribute DOMString name;
|
||||
[CEReactions]
|
||||
attribute DOMString name;
|
||||
|
||||
[SameObject, PutForwards=value]
|
||||
readonly attribute DOMTokenList sandbox;
|
||||
|
||||
Reference in New Issue
Block a user