-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
fix(rrweb-snapshot): absolutifyURLs function calculation error in some scenario #1733
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?
Conversation
…rocessing inline style sheets in hash mode spa
🦋 Changeset detectedLatest commit: 5ad98cf The changes in this PR will be included in the next version bump. This PR includes changesets to release 19 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 |
|
Thank you so much for including updated test cases in this PR! Using Do you think we could instead just lop off the rhs of the URL first, i.e. |
Yes, I totally agree. This site (https://jsbench.me/) is amazing.I'll finish it right away. |
absolutifyURLsfunction calculation error when processing inline style sheets in hash mode spa. For example:But the expected result is
url(http://www.example.com/somepath/a.jpg)