(obj)
| 385 | } |
| 386 | } |
| 387 | isJson(obj) { |
| 388 | var isjson = typeof (obj) == "object" && Object.prototype.toString.call(obj).toLowerCase() == "[object object]" && !obj.length; |
| 389 | return isjson; |
| 390 | } |
| 391 | async sendMsg(message) { |
| 392 | if (!message) return; |
| 393 | if ($.isNode()) { |