debug.js 79 B

123
  1. window.debugLogging = (value) => {
  2. window.parent.postMessage(value, "*");
  3. };