Public
Edited
Sep 25, 2023
Insert cell
# post message


Insert cell
globalThis.top.postMessage('A', "*")
Insert cell
eval('window.top.location')
Insert cell
globalThis.t = window.top
Insert cell
globalThis.t.postMessage("A", '*')
Insert cell
{
setInterval(() => {
try {
window.top.postMessage("AAAAA", "*");
} catch (e) {
console.warn(e);
}
}, 1000);
}
Insert cell
{
// while (1) {
// yield Date.now();
// }
}
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more