* I also tried that at various places: ``` var customEvent = new CustomEvent("framescript:log", {detail: {log: "test"}}); document.dispatchEvent(customEvent); ``` ```