Preserve auto-place nil and objects in connection-data

This commit is contained in:
David Botton 2024-06-19 23:08:41 -04:00
parent 540d9aab5a
commit 519cadddd4
3 changed files with 21 additions and 44 deletions

View file

@ -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")