Make Assign throw error on invalid url

This commit is contained in:
Eric Coan 2016-09-25 22:45:15 -06:00
parent d00639c55f
commit 096c0362fe
3 changed files with 6 additions and 5 deletions

View file

@ -14,6 +14,7 @@
attribute USVString search;
attribute USVString hash;
[Throws]
void assign(USVString url);
//void replace(USVString url);
void reload();