MCPcopy Create free account
hub / github.com/chavyleung/scripts / getHtmlDoneHeaders

Function getHtmlDoneHeaders

box/chavy.boxjs.js:1225–1229  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1223}
1224
1225function getHtmlDoneHeaders() {
1226 return getBaseDoneHeaders({
1227 'Content-Type': 'text/html;charset=UTF-8'
1228 })
1229}
1230function getJsonDoneHeaders() {
1231 return getBaseDoneHeaders({
1232 'Content-Type': 'application/json; charset=utf-8'

Callers 1

donePageFunction · 0.70

Calls 1

getBaseDoneHeadersFunction · 0.70

Tested by

no test coverage detected