Reads can now report a document as live and verified with its sequence number.
What's wrong with this entry?
File listings can mark individual files as live, and a read of one reports live, live_verified when the fetched document was checked, and its sequence number. A verified live read is no longer flagged as_served, so it is no longer reported as differing from the published bytes.
- The read telemetry event gained a
doc_verifiedfield. - Whether a file is marked live or verified is decided by the server, not by anything set in this build.
...(He.docVerified && { live_verified: !0 }),
Strings lifted out of the shipped bundle, so the claim above can be checked against them.