-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Asset event attrs in dom #1433
Asset event attrs in dom #1433
Conversation
🦋 Changeset detectedLatest commit: 1470f1a The changes in this PR will be included in the next version bump. This PR includes changesets to release 8 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
packages/rrweb/test/record/__snapshots__/cross-origin-iframes.test.ts.snap
Outdated
Show resolved
Hide resolved
packages/rrweb/test/record/__snapshots__/cross-origin-iframes.test.ts.snap
Outdated
Show resolved
Hide resolved
packages/rrweb/test/record/__snapshots__/cross-origin-iframes.test.ts.snap
Outdated
Show resolved
Hide resolved
5fdfd37
to
dfcfee4
Compare
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.
Really loving this @eoghanmurray! I fixed your typing issues for you
e632690
to
5a23bf2
Compare
a76f8d3
to
3255a99
Compare
- Fix declaration emit with vite Workaround for qmhc/vite-plugin-dts#193
Co-authored-by: Eoghan Murray <[email protected]>
…the AssetManager needs to interrogate other attributes to determine how to manage, e.g. <link with href depending on rel="stylesheet"
…tributes instead of storing config on the Meta event - a better approach as discussed with Justin and Yanzhen
…n determine that Assets won't be arriving later
5b07eca
to
674ca42
Compare
…e existing nested iframe mechanism
…ic types that inline images or pdfs
…suite concurrently
…r handling stylesheet assets
…en `srcset` and other url attributes in one place
…al recording config, i.e. the origins don't match. Should make the 'refused' status redundant
674ca42
to
1470f1a
Compare
This is incorporated into #1475 and doesn't need any further evaluation as we're going to take this approach |
This is for evaluation by Justin and is an extension of #1239