Typescript不知道FormData是什么

时间:2013-05-31 22:51:32

标签: javascript typescript

尝试使用window.FormData时出现以下错误:

The name 'FormData' does not exist in the current scope

FileReader

也是如此

2 个答案:

答案 0 :(得分:1)

您可以使用以下方法检查功能:

if (window.FormData) {
    alert('Yes');
}

这依赖于虚假检查 - 如果你想要明确,请使用。

if (typeof FormData !== 'undefined') {
    alert('Yes');
}

答案 1 :(得分:0)

.card { width: 180px; margin: 10px; padding: 0px 10px; text-align: center; } 添加到项目dom中的lib数组中。

tsconfig.json