Re: [xhr] FormData.prototype.get should return `undefined` for not-present entries, instead of `null` (#27)

Yeah, I agree with all that. I think it would be better to be consistent though since this is so clearly parallel to a Map. E.g. I can easily see myself or another developer writing code like `const thingy = formData.get("key"); if (thingy !== undefined) { ... }` based on their experiences with Maps.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/xhr/issues/27#issuecomment-145951349

Received on Tuesday, 6 October 2015 18:14:56 UTC