MCPcopy Create free account
hub / github.com/berthubert/trifecta / processCaptionKey

Function processCaptionKey

html/logic.js:247–252  ·  view source on GitHub ↗
(f, el, e, imageid)

Source from the content-addressed store, hash-verified

245
246
247function processCaptionKey(f, el, e, imageid) {
248 const formData = new FormData();
249 formData.append('caption', el.value);
250
251 fetch(`set-image-caption/${imageid}`, { method: "POST", body: formData });
252}
253
254function processEmailChange(f, el, user) {
255 const formData = new FormData();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected