if an error reload the tab 作者: vacantthinker
if an error reload the tab. eg: statusCode: 5xx => reload the tab.
扩展元数据
关于此扩展
- introduce
- if an error reload the tab. eg: statusCode: 5xx => reload the tab. Server error responses
- how to use it?
- click icon
- [auto] reload the tab
- [auto] if tab get 5xx error, reload again. util normaly load the page.
- [auto] if the tab removed, also remove the detector.
- detect which error ?
- ```text
// Connection & Protocol Failures
"NS_ERROR_NET_RESET",
"NS_ERROR_NET_TIMEOUT",
"NS_ERROR_NET_INTERRUPT",
"NS_ERROR_CONNECTION_REFUSED",
"NS_ERROR_UNKNOWN_PROXY_HOST",// DNS & Addressing Failures
"NS_ERROR_UNKNOWN_HOST",
"NS_ERROR_UNKNOWN_PROTOCOL",
"NS_ERROR_MALFORMED_URI",
// Security & Encryption Failures
"NS_ERROR_NET_INADEQUATE_SECURITY",
"NS_ERROR_NET_SSL_HANDSHAKE_FAILED",
"SSL_ERROR_BAD_CERT_DOMAIN",
"SEC_ERROR_EXPIRED_CERTIFICATE",
"MOZILLA_PKIX_ERROR_SELF_SIGNED_CERT",
// Client State Failures
"NS_ERROR_OFFLINE",
"NS_BINDING_ABORTED",
"NS_ERROR_FILE_CORRUPTED",
"NS_ERROR_FAILURE"
```
- ```text
评分 1(1 位用户)
权限与数据
更多信息
- 附加组件链接
- 版本
- 2026.5.19.1
- 大小
- 14.44 KB
- 上次更新
- 3 天前 (2026年5月19日)
- 相关分类
- 许可证
- MIT 许可证
- 版本历史
- 添加到收藏集