mirror of
https://github.com/servo/servo.git
synced 2025-09-03 19:48:21 +01:00
Update document.open to latest spec
This commit is contained in:
parent
e4657c1496
commit
1538587f2f
12 changed files with 59 additions and 163 deletions
|
@ -118,8 +118,9 @@ partial /*sealed*/ interface Document {
|
|||
|
||||
// dynamic markup insertion
|
||||
[CEReactions, Throws]
|
||||
Document open(optional DOMString type, optional DOMString replace = "");
|
||||
// WindowProxy open(DOMString url, DOMString name, DOMString features, optional boolean replace = false);
|
||||
Document open(optional DOMString unused1, optional DOMString unused2);
|
||||
[CEReactions, Throws]
|
||||
WindowProxy open(DOMString url, DOMString name, DOMString features);
|
||||
[CEReactions, Throws]
|
||||
void close();
|
||||
[CEReactions, Throws]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue