Unverified Commit 47e36f55 authored by Hong Minhee's avatar Hong Minhee
Browse files

Simplify KvStore.list() API to take optional prefix directly



Change the list() method signature from list(options: KvStoreListOptions)
to list(prefix?: KvKey) for a cleaner API. The KvStoreListOptions interface
is removed as it only contained a single prefix field.

When prefix is omitted or undefined, the method returns all entries in the
store.

Co-Authored-By: default avatarClaude Opus 4.5 <noreply@anthropic.com>
parent 8f1faf76
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment