Angular 9: TypeScript 'FormData' TS2351: This expression is not constructable. Type 'FormData' has no construct signatures

前端 未结 0 2022
一向
一向 2021-01-24 14:54

When I do this:

const formData = new FormData(); 

I get this:

TS2351: This expression

相关标签:
回答
  • 消灭零回复
提交回复
热议问题