Under the hood
Useful2 Signal0
Memory entries with size and update-time fields from newer servers no longer break parsing.
What's wrong with this entry?
Anonymous. No account, no email.
What
Memory entry payloads from newer servers parse without error.
Details
- The schema gained an optional non-negative integer
size_bytesalongside the existingcontent_size_bytes. - It also gained an optional
updated_atstring that falls back to undefined via.catch(void 0)rather than failing the parse.
Evidence
size_bytes: w.number().int().nonnegative().optional(),
Strings lifted out of the shipped bundle, so the claim above can be checked against them.