Closed carlbennettnz closed 9 years ago
Thanks for this. However, I don't think we want to remove all parameter checks entirely, as it's still important that other parameters cause errors. Instead, we just need to ignore the charset parameter. In other words, I think all that's needed here is a delete contentType.parameters.charset
on line 9, and then a test that charset is properly ignored.
Awesome! Merged!
Btw, I wrote up a PR for the spec about this today, so hopefully that'll get merged in soon.
Awesome, thanks Ethan!
Closes #78