Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<script src="/fenced-frame/resources/utils.js"></script>
<body>
<script>
async function init() {
const [ancestor_key] = parseKeylist();
writeValueToServer(ancestor_key, "frame1_loaded");
}
init();
</script>
</body>
</html>