Adding Name and SetName functions for window

This commit is contained in:
paavininanda 2018-02-13 14:51:20 +05:30
parent b1d3d6f632
commit b9f7aa4686
11 changed files with 76 additions and 39 deletions

View file

@ -10,8 +10,7 @@
[BinaryName="Self_", Replaceable] readonly attribute WindowProxy self;
[Unforgeable] readonly attribute Document document;
// https://github.com/servo/servo/issues/14453
// attribute DOMString name;
attribute DOMString name;
[/*PutForwards=href, */Unforgeable] readonly attribute Location location;
readonly attribute History history;