worker-kv
worker-kv copied to clipboard
fix: use json compatible serializer
If you set named struct to metadata, it will be serialized to JS Map and not written to KV. changing to JSON compatible serialization will fix this issue.