@webqit/oohtml 4.1.0 → 4.1.1-debug.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "wicg-proposal"
15
15
  ],
16
16
  "homepage": "https://webqit.io/tooling/oohtml",
17
- "version": "4.1.0",
17
+ "version": "4.1.1-debug.0",
18
18
  "license": "MIT",
19
19
  "repository": {
20
20
  "type": "git",
@@ -165,6 +165,7 @@ function realtime( config ) {
165
165
  record.exits.forEach( node => handleRealtime( node, false, record ) );
166
166
  }, { live: true, subtree: 'cross-roots', timing: 'sync' } );
167
167
  function handleRealtime( entry, connectedState ) {
168
+ console.log('///////////////', entry, connectedState);
168
169
  const elInstance = HTMLImportElement.instance( entry );
169
170
  if ( connectedState ) { elInstance[ '#' ].connectedCallback(); }
170
171
  else { elInstance[ '#' ].disconnectedCallback(); }