@webqit/oohtml 4.1.1-debug.4 → 4.1.1-debug.6

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.1-debug.4",
17
+ "version": "4.1.1-debug.6",
18
18
  "license": "MIT",
19
19
  "repository": {
20
20
  "type": "git",
@@ -120,6 +120,7 @@ function realtime( config ) {
120
120
  if ( script.scoped ) { thisContext[ config.api.scripts ].push( script ); }
121
121
  const execHash = _toHash( { script, compiledScript, thisContext } );
122
122
  const manualHandling = record.type === 'query' || ( script.type && !window.HTMLScriptElement.supports( script.type ) );
123
+ console.log('--------////', record.event);
123
124
  if ( manualHandling ) { oohtml.Script.execute( execHash ); } else {
124
125
  script.textContent = `webqit.oohtml.Script.execute( '${ execHash }' );`;
125
126
  }