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

`undefined` is definitely appropriate in ES semantics. It's what is always used in ES for missing values, e.g. try `anyObject.aaidfjhosdfijdfjdof` and you'll get `undefined`. No way that's changing.

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

Received on Tuesday, 6 October 2015 19:39:29 UTC