編集

次の方法で共有


CachedKeyPair type

type CachedKeyPair = {
  privateKey: CryptoKey,
  publicKey: CryptoKey,
  requestMethod?: string,
  requestUri?: string,
}