mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +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
|
@ -4453,7 +4453,7 @@ impl DocumentMethods for Document {
|
|||
// https://html.spec.whatwg.org/multipage/#dom-document-open-window
|
||||
fn Open_(
|
||||
&self,
|
||||
url: DOMString,
|
||||
url: USVString,
|
||||
target: DOMString,
|
||||
features: DOMString,
|
||||
) -> Fallible<DomRoot<WindowProxy>> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue