Skip to content

[Bug]: After sending events via postMessage, rrweb-player does not display any replay. #1752

@handsomeSpring

Description

@handsomeSpring

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-player

Version

"rrweb-player": "^1.0.0-alpha.4",

Expected Behavior

new rrwebPlayer({
       target: this.$refs.player,
     props: {
        events: window.homeEvents || [],
       iframesPlayer: [
          {
           iframeId: 'authIframe',
           iframeEvents: window.iframeEvents || []
         }
        ],
       UNSAFE_replayCanvas: true
      },

});

Actual Behavior

iframe recording has data, but no show.

Steps to Reproduce

window.iframeEvents has data ,no show iframe, also,iframe id is the same

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