In NODE JS Type 'ClientRequest' is missing the following properties from type 'Observable': _isScalar, source, operator, lift, and 5 more

前端 未结 0 785
旧时难觅i
旧时难觅i 2020-12-05 00:48

Getting this error in Nodejs

getImage(imageUrl: string): Rx.Observable {
    return https.get(imageUrl, { responseType: \'blob\' });
 }

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