我的代码
const file = new File(['123'],'1.txt',{type:'text/plina'});
报错信息
ReferenceError: File is not defined
at Context.<anonymous> (test\test1.ts:15:25)
at processImmediate (node:internal/timers:464:21)
at process.topLevelDomainCallback (node:domain:152:15)
at process.callbackTrampoline (node:internal/async_hooks:128:24)