implement window.location.reload()

This commit is contained in:
Paul Rouget 2015-09-03 08:47:38 +02:00
parent b737bd322e
commit c7e5e785b2
2 changed files with 6 additions and 1 deletions

View file

@ -7,6 +7,6 @@
/*[Unforgeable]*/ interface Location {
void assign(DOMString url);
//void replace(DOMString url);
//void reload();
void reload();
};
Location implements URLUtils;