mirror of
https://github.com/servo/servo.git
synced 2025-08-13 17:35:36 +01:00
Update Window::open and document::open parameters to match the spec
Fixes #24012
This commit is contained in:
parent
6ff2524781
commit
ec6b478775
7 changed files with 9 additions and 14 deletions
|
@ -122,7 +122,7 @@ partial /*sealed*/ interface Document {
|
|||
[CEReactions, Throws]
|
||||
Document open(optional DOMString unused1, optional DOMString unused2);
|
||||
[CEReactions, Throws]
|
||||
WindowProxy open(DOMString 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