worker-kv icon indicating copy to clipboard operation
worker-kv copied to clipboard

fix: use json compatible serializer

Open atty303 opened this issue 1 year ago • 0 comments

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.

atty303 avatar Feb 19 '24 20:02 atty303