workers-rs icon indicating copy to clipboard operation
workers-rs copied to clipboard

[Feature] startAfter / start_after in Durable Object list_with_options

Open radix opened this issue 2 years ago • 0 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Description

The JS API for transactional storage in durable objects supports a field called "startAfter" on ListOptions: https://developers.cloudflare.com/durable-objects/api/transactional-storage-api/

This is not exposed through the Rust ListOptions type, and I can't figure out how to get access to the lower-level raw JS API that would allow me to pass my own list options object.

radix avatar Oct 23 '23 21:10 radix