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

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

Issue 1860623002: Add support for URL.searchParams getter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 8 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
« no previous file with comments | « third_party/WebKit/Source/core/dom/URLSearchParams.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/URLUtils.idl
diff --git a/third_party/WebKit/Source/core/dom/URLUtils.idl b/third_party/WebKit/Source/core/dom/URLUtils.idl
index 8826e1186ce302952acb7fec1aa2d509835909d8..e38f421bb88430606e7a4f2cb6ecd7fea90445d6 100644
--- a/third_party/WebKit/Source/core/dom/URLUtils.idl
+++ b/third_party/WebKit/Source/core/dom/URLUtils.idl
@@ -43,7 +43,5 @@
attribute USVString port;
attribute USVString pathname;
attribute USVString search;
- // Not yet implemented.
- // attribute URLSearchParams searchParams;
attribute USVString hash;
};
« no previous file with comments | « third_party/WebKit/Source/core/dom/URLSearchParams.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698