()
| 1255 | } |
| 1256 | |
| 1257 | function doneApi() { |
| 1258 | $.json = $.toStr($.json) |
| 1259 | const headers = getJsonDoneHeaders() |
| 1260 | if ($.isQuanX()) $.done({ status: 'HTTP/1.1 200', headers, body: $.json }) |
| 1261 | else $.done({ response: { status: 200, headers, body: $.json } }) |
| 1262 | } |
| 1263 | |
| 1264 | /** |
| 1265 | * EnvJs |
no test coverage detected