mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update window.open() to return fallible result
This commit is contained in:
parent
0b05b5ed87
commit
86a5cf75aa
7 changed files with 15 additions and 137 deletions
|
@ -40,8 +40,8 @@
|
|||
// https://github.com/whatwg/html/issues/2115
|
||||
[Replaceable] readonly attribute WindowProxy? parent;
|
||||
readonly attribute Element? frameElement;
|
||||
WindowProxy? open(optional USVString url = "", optional DOMString target = "_blank",
|
||||
optional DOMString features = "");
|
||||
[Throws] WindowProxy? open(optional USVString url = "", optional DOMString target = "_blank",
|
||||
optional DOMString features = "");
|
||||
//getter WindowProxy (unsigned long index);
|
||||
|
||||
// https://github.com/servo/servo/issues/14453
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue