Angular中的HTTP ProgressEvent仅在HTTP拦截器中跟踪,并不在实际的API调用中跟踪。
创始人
2024-10-31 06:00:13
0

在Angular中,HTTP ProgressEvent只能在HTTP拦截器中跟踪,并不会在实际的API调用中跟踪。这是因为HTTP拦截器会在请求和响应之间进行操作。

下面是一个示例解决方法,展示如何在HTTP拦截器中跟踪ProgressEvent:

  1. 创建一个名为progress.interceptor.ts的新文件,并在其中添加以下代码:
import { Injectable } from '@angular/core';
import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest, HttpResponse } from '@angular/common/http';
import { Observable } from 'rxjs';
import { tap } from 'rxjs/operators';

@Injectable()
export class ProgressInterceptor implements HttpInterceptor {
  intercept(req: HttpRequest, next: HttpHandler): Observable> {
    const clonedRequest = req.clone({ reportProgress: true }); // 克隆请求并启用进度报告

    return next.handle(clonedRequest).pipe(
      tap((event: HttpEvent) => {
        if (event.type === HttpEventType.DownloadProgress) {
          const percentDone = Math.round((100 * event.loaded) / event.total);
          console.log(`File is ${percentDone}% downloaded.`);
        } else if (event instanceof HttpResponse) {
          console.log('Request completed.'); // 请求完成时的处理
        }
      })
    );
  }
}
  1. 在你的app.module.ts文件中注册HTTP拦截器。找到providers数组,并将ProgressInterceptor添加到其中:
import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { HttpClientModule, HTTP_INTERCEPTORS } from '@angular/common/http';

import { AppComponent } from './app.component';
import { ProgressInterceptor } from './progress.interceptor';

@NgModule({
  declarations: [AppComponent],
  imports: [BrowserModule, HttpClientModule],
  providers: [
    {
      provide: HTTP_INTERCEPTORS,
      useClass: ProgressInterceptor,
      multi: true,
    },
  ],
  bootstrap: [AppComponent],
})
export class AppModule {}

现在,当你发起API调用时,HTTP拦截器将会跟踪ProgressEvent并在控制台输出相应的信息。请记住,在实际的API调用中,并不会直接跟踪ProgressEvent,而是通过HTTP拦截器进行跟踪。

相关内容

热门资讯

一分钟了解!werplan外卦... 一分钟了解!werplan外卦神器,德普辅助器怎么用,普及教程(果然是有挂的)-哔哩哔哩;德普辅助器...
教学盘点!wpk可以辅助吗,w... 教学盘点!wpk可以辅助吗,wepoker有机器人吗,必赢方法(一贯确实有挂)-哔哩哔哩;wepok...
玩家必看科普!德普之星透视辅助... 玩家必看科普!德普之星透视辅助软件,hhpoker辅助挂下载,我来教教你(其实是有挂的)-哔哩哔哩;...
透视有挂!wejoker辅助脚... 透视有挂!wejoker辅助脚本,we poker辅助器v3.3,细节揭秘(一直确实有挂)-哔哩哔哩...
重大通报!wepoker亲友圈... 重大通报!wepoker亲友圈有用吗,wpk俱乐部怎么辅助,规律教程(果然是有挂的)-哔哩哔哩;亲真...
必备科技!德普之星有辅助软件吗... 必备科技!德普之星有辅助软件吗,hhpoker是内部控制吗,详细教程!(一直确实有挂)-哔哩哔哩;人...
揭秘关于!德州局hhpoker... 揭秘关于!德州局hhpoker,wepoker有人用过吗,线上教程(一贯真的有挂)-哔哩哔哩;超受欢...
必备辅助推荐!wepoker破... 《必备辅助推荐!wepoker破解游戏盒子,aapoker插件下载,揭秘教程(原来有挂)-哔哩哔哩》...
我来分享!wepoker私人局... 我来分享!wepoker私人局透视插件,wepoker轻量版有透视吗,2026版教程(原来真的有挂)...
透视规律!aapoker如何设... 透视规律!aapoker如何设置胜率,德州透视竞技联盟,2026教程(原来是有挂的)-哔哩哔哩;1、...