cloudflare-typescript-workers icon indicating copy to clipboard operation
cloudflare-typescript-workers copied to clipboard

fix: KV Namespace list method accepts an object

Open 13rac1 opened this issue 4 years ago • 0 comments

The KV.list() method signature according to the docs is:

NAMESPACE.list({prefix?: string, limit?: number, cursor?: string})

This solution seems correct to resolve #27 but I'm not 100% about it. Open to better ideas??? @adamjakab @marcelduin

13rac1 avatar Jun 04 '21 23:06 13rac1