How to solve the error message: Type 'unknown' is not assignable to type 'BlobPart'

后端 未结 0 1266
梦谈多话
梦谈多话 2020-11-30 23:04

I have the following function call

this.component.getXML({ format: true }, (error, currentXML) => {
  if (error) {
    console.error(error.message);
  }

          


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