(obj)
| 336 | } |
| 337 | } |
| 338 | isJson(obj) { |
| 339 | var isjson = typeof (obj) == "object" && Object.prototype.toString.call(obj).toLowerCase() == "[object object]" && !obj.length; |
| 340 | return isjson; |
| 341 | } |
| 342 | async sendMsg(message) { |
| 343 | if (!message) return; |
| 344 | if ($.isNode()) { |