加入奧裏利亞獲取客戶到我的項目我得到下面的異常後,當我運行au run /node_modules/aurelia-fetch-client/dist/aurelia-fetch-client.d.ts(73,43): error TS2304: Cannot find name 'URLSearchParams'.
如何解決這個問題?
我必須從網頁API返回文件的方法 public static HttpResponseMessage FileAsFileAttachment(byte[] bytes, string filename)
{
var result = new HttpResponseMessage(HttpStatusCode.OK) { Content = new ByteArrayCon