-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Feat/hanlde frames #1676
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
base: master
Are you sure you want to change the base?
Feat/hanlde frames #1676
Conversation
working add events refactor
|
@@ -325,7 +325,14 @@ function buildNode( | |||
'rrweb-original-srcset', | |||
n.attributes.srcset as string, | |||
); | |||
} else { | |||
} | |||
// Set the sandbox attribute on the iframe element will make it lose its contentDocument access and therefore cause additional playback errors. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could this be related to this #1720 ?
This definitely needs some tests to demonstrate the scenario! See here for an example test (on something I never got to work) which you could adapt for this scenario: |
No description provided.