()
| 1246 | } |
| 1247 | |
| 1248 | function doneQuery() { |
| 1249 | $.json = $.toStr($.json) |
| 1250 | const headers = getJsonDoneHeaders() |
| 1251 | if ($.isQuanX()) $.done({ status: 'HTTP/1.1 200', headers, body: $.json }) |
| 1252 | else $.done({ response: { status: 200, headers, body: $.json } }) |
| 1253 | } |
| 1254 | |
| 1255 | function doneApi() { |
| 1256 | $.json = $.toStr($.json) |
no test coverage detected