kPartialWriteMarker top-level constant

String const kPartialWriteMarker

The partial-write marker the runtime injects into a response when a partial-write storm fires: the write half-landed, honest consumers must detect and repair it.

Implementation

const String kPartialWriteMarker = '__partial';