Last active
June 24, 2020 11:52
-
-
Save evtuhovdo/85fbbfcfca17ad28c2624b8b704b2cbf to your computer and use it in GitHub Desktop.
logrocket iframe merge video
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<script src="https://cdn.lr-ingest.io/LogRocket.min.js" crossorigin="anonymous"></script> | |
<script>window.LogRocket && window.LogRocket.init('2wtrade/2wcall-ui', { mergeIframes: true,});</script> | |
</head> | |
<body> | |
<h1>Этот контент вне фрейма</h1> | |
<input type="text" > | |
<iframe src="http://localhost:5000/index2.html"> | |
</iframe> | |
</body> | |
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<script src="https://cdn.lr-ingest.io/LogRocket.min.js" crossorigin="anonymous"></script> | |
<script>window.LogRocket && window.LogRocket.init('2wtrade/2wcall-ui', { mergeIframes: true,});</script> | |
<script> | |
setInterval(function() { | |
console.log('some event in iframe') | |
}, 4000); | |
</script> | |
</head> | |
<body> | |
<h1>IFRAME! Этот контент внутри фрейма</h1> | |
<input type="checkbox" > | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
В таком примере запись данных внутри iframe прошла успешно.