mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
Preserve auto-place nil and objects in connection-data
This commit is contained in:
parent
540d9aab5a
commit
519cadddd4
3 changed files with 21 additions and 44 deletions
|
|
@ -104,12 +104,6 @@
|
|||
"Object.entries(clog).forEach(function(c,i,a)
|
||||
{if ((c[1] !== null) && (typeof c[1] === 'object') && (c[1].nodeType===1))
|
||||
{if (c[1].isConnected===false) {$(clog['body']).trigger('gc', c[0])}}})"))
|
||||
(when *browser-clean-on-ping*
|
||||
;; run browser clean
|
||||
(execute connection-id
|
||||
"Object.entries(clog).forEach(function(c,i,a)
|
||||
{if ((c[1] !== null) && (typeof c[1] === 'object') && (c[1].nodeType===1))
|
||||
{if (c[1].isConnected===false) {delete clog[c[0]]}}})"))
|
||||
(when *verbose-output*
|
||||
(format t "Connection ~A Ping~%" connection-id)))
|
||||
((equal (first ml) "E")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue