Skip to content

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

@QuentinLowe

Description

@QuentinLowe

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions