Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(658)

Unified Diff: Source/core/dom/URLUtils.idl

Issue 143313002: Implement URLSearchParams. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Adjust position of HTMLAnchorElement's update() call Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/dom/URLUtils.idl
diff --git a/Source/core/dom/URLUtils.idl b/Source/core/dom/URLUtils.idl
index 26ed382acf8385a2054e3de08d5a4df496c8d413..4c44631dfb848bd7999beffa538c878ae34f0c23 100644
--- a/Source/core/dom/URLUtils.idl
+++ b/Source/core/dom/URLUtils.idl
@@ -42,7 +42,6 @@
attribute DOMString port;
attribute DOMString pathname;
attribute DOMString search;
- // Not yet implemented.
- // attribute URLSearchParams searchParams;
+ [RaisesException=Setter] attribute URLSearchParams searchParams;
attribute DOMString hash;
};

Powered by Google App Engine
This is Rietveld 408576698