1 2 3 4 5 6 7
<!doctype html> <body> <script> window.parent.postMessage(`document.prerendering: ${document.prerendering}`, '*'); </script> </body>