-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Incompatible FormData constructor between W3C specs #225
Comments
These files are auto generated from the IE DOM specification. hand editing it causes things to be dropped like FormData. I would rather keep it auto generated, and get this fixed with IE's next update. |
IE supports this parameter already (see network activity here http://jsfiddle.net/2aXLs/) and this constructor is used in the wild https://developer.mozilla.org/en-US/docs/Web/Guide/Using_FormData_Objects Seems like the IE DOM spec might off here; we shouldn't just propagate that error. |
👍 Agreed |
👍 this problem can't solved user land. this issue broken my real project. |
in master/HEAD (64ab02e)
https://github.com/Microsoft/TypeScript/blob/214df64e287804577afa1fea0184c18c40f7d1ca/src/lib/dom.generated.d.ts#L10204
in W3C
http://www.w3.org/TR/XMLHttpRequest2/#interface-formdata
in TypeScript 1.0.1 (I think this is valid!
https://typescript.codeplex.com/SourceControl/latest#typings/lib.d.ts
The text was updated successfully, but these errors were encountered: