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

Function getHtmlDoneHeaders

chavy.box.js:1227–1231  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

donePageFunction · 0.70

Calls 1

getBaseDoneHeadersFunction · 0.70

Tested by

no test coverage detected