mithril icon indicating copy to clipboard operation
mithril copied to clipboard

Handle cancellation of certificate verification in WASM client

Open jpraynaud opened this issue 1 year ago • 0 comments

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)
  • [ ] Adapt explorer to take advantage of these new capabilities
  • [ ] Refactor duplicate CertificateChainVerifier?
  • [ ] Update documentation

jpraynaud avatar Jan 31 '24 13:01 jpraynaud