BodyMutation
Defined in: src/core/protocol.ts:223
Replace or clear the message body.
Properties
Section titled “Properties”content?
Section titled “content?”
optionalcontent:string|ArrayBuffer
Defined in: src/core/protocol.ts:228
New body content. Required for "replace", ignored for "clear".
op:
"replace"|"clear"
Defined in: src/core/protocol.ts:226
"replace" substitutes the body, "clear" removes it entirely.
type:
"body"
Defined in: src/core/protocol.ts:224