mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +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
|
@ -124,7 +124,7 @@ partial /*sealed*/ interface Document {
|
|||
[CEReactions, Throws]
|
||||
Document open(optional DOMString unused1, optional DOMString unused2);
|
||||
[CEReactions, Throws]
|
||||
WindowProxy open(USVString url, DOMString name, DOMString features);
|
||||
WindowProxy? open(USVString url, DOMString name, DOMString features);
|
||||
[CEReactions, Throws]
|
||||
void close();
|
||||
[CEReactions, Throws]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue