HTTP Request Blocker and Delayer 제작자: shaozhan
This's a devtools extension to introduce delay or blocking for http requests, based on configuration of URL patterns and delay time
이 확장 기능을 사용하려면 Firefox가 필요함
확장 메타 데이터
스크린샷
정보
It provides a clean UI to config URL patterns, delay time setting and options of selecting delay or blocking HTTP requests. The delaying-request feature is particularly useful that can buy you time to debug/observe your app's behavior, by indirectly influencing various responses' sequence. This can be helpful in testing, eg. to detect potential race condition issue that might results from particular dependencies' sequence.
一个开发者工具插件,可以配置API URL列表,仅对配置的URL,进行请求延时或阻止。通过引入延时,间接影响响应的返回时序,辅助前端开发调试,辅助检测某些复杂逻辑在处理多并行请求时潜在的缺陷(例如竞态问题)。
Open source:
https://github.com/gaoqing/network-spinner-devtool
一个开发者工具插件,可以配置API URL列表,仅对配置的URL,进行请求延时或阻止。通过引入延时,间接影响响应的返回时序,辅助前端开发调试,辅助检测某些复杂逻辑在处理多并行请求时潜在的缺陷(例如竞态问题)。
Open source:
https://github.com/gaoqing/network-spinner-devtool
개발자 의견
평가
권한더 알아보기
다음 권한 필요:
- 열려있는 탭의 데이터에 접근하도록 개발자 도구 확장
- 모든 웹사이트에서 사용자의 데이터에 접근
추가 정보
- 부가 기능 링크
- 버전
- 1.0.1
- 크기
- 55.15 KB
- 마지막 업데이트
- 3년 전 (2021년 11월 17일)
- 관련 카테고리
- 라이선스
- Mozilla Public License 2.0
- 버전 목록
- 태그
모음집에 추가
shaozhan 님의 다른 확장 기능
- 아직 평점이 없습니다
- 아직 평점이 없습니다
- 아직 평점이 없습니다
- 아직 평점이 없습니다
- 아직 평점이 없습니다
- 아직 평점이 없습니다
- introduce delay before sending request, request will send to network after delay time elapsed.
- introduce delay after receiving response, which means the request will send normally as usual, but when any response data received, it will hold the data and only relay back to the consumer page engine right after delay time elapsed.