Re: [fetch] Add a URL query example. Fixes #56. (40e68d0)

@annevk this is wrong, Object.keys only returns the keys.

This works:
```
Object.keys(params).forEach(key => { url.searchParams.append(key, params[key]) })
```

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/commit/40e68d01978bd91e566051ab2220a418b3907463#commitcomment-12202707

Received on Thursday, 16 July 2015 13:06:56 UTC