()
| 1242 | } |
| 1243 | |
| 1244 | function donePage() { |
| 1245 | const headers = getHtmlDoneHeaders() |
| 1246 | if ($.isQuanX()) $.done({ status: 'HTTP/1.1 200', headers, body: $.html }) |
| 1247 | else $.done({ response: { status: 200, headers, body: $.html } }) |
| 1248 | } |
| 1249 | |
| 1250 | function doneQuery() { |
| 1251 | $.json = $.toStr($.json) |
no test coverage detected