## Things to do - Provide `DenoKvThrottlerStorage` which implements [`ThrottlerStorage`](https://github.com/nestjs/throttler/blob/v6.2.1/src/throttler-storage.interface.ts#L3) ## Issues - At least two round trips are required to perform an atomic operation on Deno Kv and retrieve the result - [`@nestjs/throttler` assumes `Response#header()` is defined](https://github.com/nestjs/throttler/blob/v6.2.1/src/throttler.guard.ts#L177) - Oak's `Response` does not provide `.header()` method
Things to do
DenoKvThrottlerStoragewhich implementsThrottlerStorageIssues
@nestjs/throttlerassumesResponse#header()is definedResponsedoes not provide.header()method