We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Durable Objects multi-item get returns in ascending lexicographical key order. However, Miniflare returns a Map in requested key order.
In other words:
const items = await storage.get(['c', 'b', 'a']) console.error(JSON.stringify(Array.from(items.keys())))
will log different information between Miniflare and production.
The text was updated successfully, but these errors were encountered:
ee675da
No branches or pull requests
Durable Objects multi-item get returns in ascending lexicographical key order. However, Miniflare returns a Map in requested key order.
In other words:
will log different information between Miniflare and production.
The text was updated successfully, but these errors were encountered: