Construct URLSearchParams from record<>

This commit is contained in:
JustOff 2019-03-13 21:22:29 +02:00 committed by Roy Tam
commit 1729192b5d
3 changed files with 10 additions and 4 deletions

View file

@ -13,7 +13,7 @@
* http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0.
*/
[Constructor(optional (sequence<sequence<USVString>> or USVString) init = ""),
[Constructor(optional (sequence<sequence<USVString>> or record<USVString, USVString> or USVString) init = ""),
Exposed=(Window,Worker,WorkerDebugger,System)]
interface URLSearchParams {
void append(USVString name, USVString value);