mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implemented Location.assign
This commit is contained in:
parent
c360b75e16
commit
75e5c6fcdb
3 changed files with 7 additions and 10 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
// http://www.whatwg.org/html/#location
|
||||
/*[Unforgeable]*/ interface Location {
|
||||
//void assign(DOMString url);
|
||||
void assign(DOMString url);
|
||||
//void replace(DOMString url);
|
||||
//void reload();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue