
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.