Skip to content
New issue

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

[Bug]: Iframe replay fails after the second full snapshot #983

Closed
1 task done
luocongqiu opened this issue Sep 1, 2022 · 1 comment · Fixed by #984
Closed
1 task done

[Bug]: Iframe replay fails after the second full snapshot #983

luocongqiu opened this issue Sep 1, 2022 · 1 comment · Fixed by #984
Labels
bug Something isn't working

Comments

@luocongqiu
Copy link
Contributor

Preflight Checklist

  • I have searched the issue tracker for a bug report that matches the one I want to file, without success.

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

@luocongqiu luocongqiu added the bug Something isn't working label Sep 1, 2022
@luocongqiu
Copy link
Contributor Author

I pull a request pull request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant