summaryrefslogtreecommitdiffstats
path: root/dom/webidl/URL.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'dom/webidl/URL.webidl')
-rw-r--r--dom/webidl/URL.webidl5
1 files changed, 4 insertions, 1 deletions
diff --git a/dom/webidl/URL.webidl b/dom/webidl/URL.webidl
index 0baa9913c..4d491e1b3 100644
--- a/dom/webidl/URL.webidl
+++ b/dom/webidl/URL.webidl
@@ -44,9 +44,12 @@ interface URL {
attribute USVString pathname;
[Throws]
attribute USVString search;
- readonly attribute URLSearchParams searchParams;
+ [SameObject] readonly attribute URLSearchParams searchParams;
[Throws]
attribute USVString hash;
+
+ [Throws]
+ USVString toJSON();
};
partial interface URL {