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

fix: errors of replaying iframe records #520

Merged
merged 2 commits into from
Mar 19, 2021
Merged

fix: errors of replaying iframe records #520

merged 2 commits into from
Mar 19, 2021

Commits on Mar 18, 2021

  1. fix: errors of replaying iframe records

    error1:
    HierarchyRequestError: Failed to execute 'appendChild' on 'Node': Nodes of type '#document' may not be inserted inside nodes of type '#document-fragment'.
    code: parent.appendChild(target)
    
    error2:
    Uncaught DOMException: Failed to execute 'appendChild' on 'Node': Only one element on document allowed.
    code: parent.appendChild(target);
    YunFeng0817 committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    8292870 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. Configuration menu
    Copy the full SHA
    d99f854 View commit details
    Browse the repository at this point in the history