Skip to content

fix #15243: add URLSearchParams to iterable#15284

Merged
mhegazy merged 2 commits into
microsoft:masterfrom
HerringtonDarkholme:lib
Apr 21, 2017
Merged

fix #15243: add URLSearchParams to iterable#15284
mhegazy merged 2 commits into
microsoft:masterfrom
HerringtonDarkholme:lib

Conversation

@HerringtonDarkholme
Copy link
Copy Markdown
Contributor

Fixes #15243

Comment thread src/lib/dom.iterable.d.ts
/**
* iterate over key/value pairs
*/
[Symbol.iterator](): IterableIterator<[string, string]>;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what about entries, values, and keys?

@mhegazy mhegazy merged commit 0e08e6e into microsoft:master Apr 21, 2017
@microsoft microsoft locked and limited conversation to collaborators Jun 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants