1 2 3 4 5 6 7 8
<!DOCTYPE html> <body style="background-color: green"> <script> window.requestAnimationFrame(function(ts) { window.portalHost.postMessage("loaded"); }); </script> </body>