IntersectMBO / IntersectMBO/mithril
Handle cancellation of certificate verification in WASM client
Open
devX :sun_with_face:
stale :calendar:
- Dominant language
- Rust
- Stars
- 154
- Forks
- 51
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 38
Description
## Why
We want the client library to allow for cancellation of an in progress verification
## What
Implement a mechanism to detect a cancellation request from the browser and attempt to stop the certificate verification in that case.
## How
- [ ] Handle cancellation request for certificates verification (see [AbortController signal property](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/signal))
- [ ] Adapt explorer to take advantage of these new capabilities
- [ ] Refactor duplicate `CertificateChainVerifier`?
- [ ] Update documentation
Contributor guide
Assessment
This issue has not been assessed yet.