mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Implement Location.replace
This commit is contained in:
parent
9863149043
commit
fb6cc15208
3 changed files with 14 additions and 2 deletions
|
@ -16,7 +16,8 @@
|
|||
|
||||
[Throws]
|
||||
void assign(USVString url);
|
||||
//void replace(USVString url);
|
||||
[Throws]
|
||||
void replace(USVString url);
|
||||
void reload();
|
||||
|
||||
//[SameObject] readonly attribute USVString[] ancestorOrigins;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue