We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rrweb-snapshot
v1.1.14
replay success for every full snapshot
take a full snapshot after every 10000 ms const events = []; rrweb.record({ emit(event) { events.push(event); }, checkoutEveryNms: 10 * 1000 });
const events = []; rrweb.record({ emit(event) { events.push(event); }, checkoutEveryNms: 10 * 1000 });
the first full snapshot replay success,after second full snapshot,iframe not show
ifame.txt
use the test code in rrweb/packages/rrweb/test/html
have iframe node
pass checkoutEveryNms param
No response
The text was updated successfully, but these errors were encountered:
I pull a request pull request
Sorry, something went wrong.
fix: Iframe replay fails after the second full snapshot #983 (#984)
6eaec04
Successfully merging a pull request may close this issue.
Preflight Checklist
What package is this bug report for?
rrweb-snapshot
Version
v1.1.14
Expected Behavior
replay success for every full snapshot
Actual Behavior
take a full snapshot after every 10000 ms
const events = []; rrweb.record({ emit(event) { events.push(event); }, checkoutEveryNms: 10 * 1000 });
the first full snapshot replay success,after second full snapshot,iframe not show
ifame.txt
Steps to Reproduce
use the test code in rrweb/packages/rrweb/test/html
have iframe node
pass checkoutEveryNms param
Testcase Gist URL
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: